You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/2741.3ed7be40.async.js

1214 lines
2.5 MiB

(self.webpackChunk=self.webpackChunk||[]).push([[2741],{10906:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return Mt}});var ee=ce(72308),wt=ce(59301),Qt={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z"}},{tag:"path",attrs:{d:"M355.9 534.9L354 653.8c-.1 8.9 7.1 16.2 16 16.2h.4l118-2.9c2-.1 4-.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-415.8 415a8.3 8.3 0 00-2.3 5.6zm63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1.7-46.4z"}}]},name:"form",theme:"outlined"},Vt=Qt,Bt=ce(7657),zt=function(St,kt){return wt.createElement(Bt.Z,(0,ee.Z)({},St,{ref:kt,icon:Vt}))},Ct=wt.forwardRef(zt),Mt=Ct},91606:function(){"use strict"},17892:function(){"use strict"},60791:function(bn,Hn){"use strict";Hn.Z={lists:"lists___xhHyq",item:"item___pWJAA",children:"children___sDG61",diamond:"diamond___FwgzD",button:"button___WPN6r",mathWrap:"mathWrap___FmnMJ",mathFillWrap:"mathFillWrap___PmY3H"}},78325:function(){"use strict";function bn(yt,et,tt,lt){tt===void 0&&(tt=0),lt===void 0&&(lt=1/0),this._name=yt,this._defaultValue=et,this._minimum=tt,this._maximum=lt}Object.defineProperty(bn.prototype,"name",{get:function(){return this._name},set:function(yt){if(typeof yt!="string"||yt==="")throw new Error("Shape name must be a valid string.");this._name=yt}}),Object.defineProperty(bn.prototype,"defaultValue",{get:function(){return this._defaultValue},set:function(yt){if(typeof yt!="number"||isNaN(yt))throw new Error("The default value must be a real number, not: "+yt);this._defaultValue=yt}}),Object.defineProperty(bn.prototype,"minimum",{get:function(){return this._minimum},set:function(yt){if(typeof yt!="number"||isNaN(yt))throw new Error("Minimum must be a real number, not: "+yt);this._minimum=yt}}),Object.defineProperty(bn.prototype,"maximum",{get:function(){return this._maximum},set:function(yt){if(typeof yt!="number"||isNaN(yt))throw new Error("Maximum must be a real number, not: "+yt);this._maximum=yt}}),go.Shape._FigureParameters={},go.Shape.getFigureParameter=function(yt,et){var tt=go.Shape._FigureParameters[yt];return tt?tt[et]:null},go.Shape.setFigureParameter=function(yt,et,tt){if(!(tt instanceof bn))throw new Error("Third argument to Shape.setFigureParameter is not FigureParameter: "+tt);if(tt.defaultValue<tt.minimum||tt.defaultValue>tt.maximum)throw new Error("defaultValue must be between minimum and maximum, not: "+tt.defaultValue);var lt=go.Shape._FigureParameters[yt];lt||(lt=[],go.Shape._FigureParameters[yt]=lt),lt[et]=tt};var Hn=[];function ce(yt,et){var tt=Hn.pop();return tt===void 0?new go.Point(yt,et):(tt.x=yt,tt.y=et,tt)}function ee(){var yt=Hn.pop();return yt===void 0?new go.Point:yt}function wt(yt){Hn.push(yt)}function Qt(yt,et,tt,lt,ot,ut,ct,ft,gt){gt||(gt=new go.Point);var Lt=yt-tt,It=ot-ct,Ut=NaN,Ft=NaN;if(Lt===0)if(It===0)yt===tt&&(Ut=yt,Ft=et);else{var qt=(ut-ft)/It,te=ut-qt*ot;Ut=yt,Ft=qt*Ut+te}else if(It===0){var Xt=(et-lt)/Lt,he=et-Xt*yt;Ut=ot,Ft=Xt*Ut+he}else{var Xt=(et-lt)/Lt,qt=(ut-ft)/It,he=et-Xt*yt,te=ut-qt*ot;Ut=(te-he)/(Xt-qt),Ft=Xt*Ut+he}return gt.x=Ut,gt.y=Ft,gt}function Vt(yt,et,tt,lt,ot,ut,ct,ft,gt,Lt,It,Ut,Ft,qt){var te=1-gt,Xt=gt,he=yt*te+tt*Xt,fe=et*te+lt*Xt,Ce=tt*te+ot*Xt,Fe=lt*te+ut*Xt,ze=ot*te+ct*Xt,we=ut*te+ft*Xt,De=he*te+Ce*Xt,pe=fe*te+Fe*Xt,Jt=Ce*te+ze*Xt,re=Fe*te+we*Xt,se=De*te+Jt*Xt,ge=pe*te+re*Xt;Lt.x=he,Lt.y=fe,It.x=De,It.y=pe,Ut.x=se,Ut.y=ge,Ft.x=Jt,Ft.y=re,qt.x=ze,qt.y=we}var Bt=new go.Spot(.156,.156),zt=new go.Spot(.844,.844),Ct=4*((Math.sqrt(2)-1)/3);go.Shape.setFigureParameter("RoundedRectangle",0,new bn("CornerRounding",5)),go.Shape.defineFigureGenerator("RoundedRectangle",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;(isNaN(lt)||lt<0)&&(lt=5),lt=Math.min(lt,et/3),lt=Math.min(lt,tt/3);var ot=lt*Ct,ut=new go.Geometry().add(new go.PathFigure(lt,0,!0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Bezier,et,lt,et-ot,0,et,ot)).add(new go.PathSegment(go.PathSegment.Line,et,tt-lt)).add(new go.PathSegment(go.PathSegment.Bezier,et-lt,tt,et,tt-ot,et-ot,tt)).add(new go.PathSegment(go.PathSegment.Line,lt,tt)).add(new go.PathSegment(go.PathSegment.Bezier,0,tt-lt,ot,tt,0,tt-ot)).add(new go.PathSegment(go.PathSegment.Line,0,lt)).add(new go.PathSegment(go.PathSegment.Bezier,lt,0,0,ot,ot,0).close()));return ot>1&&(ut.spot1=new go.Spot(0,0,ot,ot),ut.spot2=new go.Spot(1,1,-ot,-ot)),ut}),go.Shape.defineFigureGenerator("Border","RoundedRectangle"),go.Shape.defineFigureGenerator("TriangleRight",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,0,tt).close())).setSpots(0,.25,.5,.75)}),go.Shape.defineFigureGenerator("TriangleDown",function(yt,et,tt){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,tt).close())).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("TriangleLeft",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(et,tt).add(new go.PathSegment(go.PathSegment.Line,0,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,et,0).close())).setSpots(.5,.25,1,.75)}),go.Shape.defineFigureGenerator("TriangleUp",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(et,tt).add(new go.PathSegment(go.PathSegment.Line,0,tt)).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(yt,et,tt){return new go.Geometry().add(new go.PathFigure(.5*et,0).add(new go.PathSegment(go.PathSegment.Line,0,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*tt).close())).setSpots(.25,.25,.75,.75)}),go.Shape.defineFigureGenerator("LineH",function(yt,et,tt){var lt=new go.Geometry(go.Geometry.Line);return lt.startX=0,lt.startY=tt/2,lt.endX=et,lt.endY=tt/2,lt}),go.Shape.defineFigureGenerator("LineV",function(yt,et,tt){var lt=new go.Geometry(go.Geometry.Line);return lt.startX=et/2,lt.startY=0,lt.endX=et/2,lt.endY=tt,lt}),go.Shape.defineFigureGenerator("BarH","Rectangle"),go.Shape.defineFigureGenerator("BarV","Rectangle"),go.Shape.defineFigureGenerator("MinusLine","LineH"),go.Shape.defineFigureGenerator("PlusLine",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,tt/2,!1).add(new go.PathSegment(go.PathSegment.Line,et,tt/2)).add(new go.PathSegment(go.PathSegment.Move,et/2,0)).add(new go.PathSegment(go.PathSegment.Line,et/2,tt)))}),go.Shape.defineFigureGenerator("XLine",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,tt,!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,tt)))}),go.Shape.defineFigureGenerator("LineRight",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(.25*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,.25*et,tt)))}),go.Shape.defineFigureGenerator("LineDown",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,.25*tt,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,.75*tt)).add(new go.PathSegment(go.PathSegment.Line,et,.25*tt)))}),go.Shape.defineFigureGenerator("LineLeft",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(.75*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,.75*et,tt)))}),go.Shape.defineFigureGenerator("LineUp",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,.75*tt,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,.25*tt)).add(new go.PathSegment(go.PathSegment.Line,et,.75*tt)))}),go.Shape.defineFigureGenerator("AsteriskLine",function(yt,et,tt){var lt=.2/Math.SQRT2;return new go.Geometry().add(new go.PathFigure(lt*et,(1-lt)*tt,!1).add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,lt*tt)).add(new go.PathSegment(go.PathSegment.Move,lt*et,lt*tt)).add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,(1-lt)*tt)).add(new go.PathSegment(go.PathSegment.Move,0,tt/2)).add(new go.PathSegment(go.PathSegment.Line,et,tt/2)).add(new go.PathSegment(go.PathSegment.Move,et/2,0)).add(new go.PathSegment(go.PathSegment.Line,et/2,tt)))}),go.Shape.defineFigureGenerator("CircleLine",function(yt,et,tt){var lt=et/2,ot=new go.Geometry().add(new go.PathFigure(et,et/2,!1).add(new go.PathSegment(go.PathSegment.Arc,0,360,lt,lt,lt,lt).close()));return ot.spot1=Bt,ot.spot2=zt,ot.defaultStretch=go.GraphObject.Uniform,ot}),go.Shape.defineFigureGenerator("Line1",function(yt,et,tt){var lt=new go.Geometry(go.Geometry.Line);return lt.startX=0,lt.startY=0,lt.endX=et,lt.endY=tt,lt}),go.Shape.defineFigureGenerator("Line2",function(yt,et,tt){var lt=new go.Geometry(go.Geometry.Line);return lt.startX=et,lt.startY=0,lt.endX=0,lt.endY=tt,lt}),go.Shape.defineFigureGenerator("Curve1",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,et,tt,Ct*et,0,et,(1-Ct)*tt)))}),go.Shape.defineFigureGenerator("Curve2",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,et,tt,0,Ct*tt,(1-Ct)*et,tt)))}),go.Shape.defineFigureGenerator("Curve3",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,tt,et,Ct*tt,Ct*et,tt)))}),go.Shape.defineFigureGenerator("Curve4",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,tt,(1-Ct)*et,0,0,(1-Ct)*tt)))}),go.Shape.defineFigureGenerator("TriangleDownLeft",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,tt)).add(new go.PathSegment(go.PathSegment.Line,0,tt).close())).setSpots(0,.5,.5,1)}),go.Shape.defineFigureGenerator("TriangleDownRight",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(et,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,tt)).add(new go.PathSegment(go.PathSegment.Line,0,tt).close())).setSpots(.5,.5,1,1)}),go.Shape.defineFigureGenerator("TriangleUpLeft",function(yt,et,tt){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,tt).close())).setSpots(0,0,.5,.5)}),go.Shape.defineFigureGenerator("TriangleUpRight",function(yt,et,tt){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,tt).close())).setSpots(.5,0,1,.5)}),go.Shape.defineFigureGenerator("RightTriangle","TriangleDownLeft"),go.Shape.setFigureParameter("Parallelogram1",0,new bn("Indent",.1,-.99,.99)),go.Shape.defineFigureGenerator("Parallelogram1",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)?lt=.1:lt<-1?lt=-1:lt>1&&(lt=1);var ot=Math.abs(lt)*et;if(lt===0){var ut=new go.Geometry(go.Geometry.Rectangle);return ut.startX=0,ut.startY=0,ut.endX=et,ut.endY=tt,ut}else{var ut=new go.Geometry;return lt>0?ut.add(new go.PathFigure(ot,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-ot,tt)).add(new go.PathSegment(go.PathSegment.Line,0,tt).close())):ut.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et-ot,0)).add(new go.PathSegment(go.PathSegment.Line,et,tt)).add(new go.PathSegment(go.PathSegment.Line,ot,tt).close())),ot<et/2&&ut.setSpots(ot/et,0,(et-ot)/et,1),ut}}),go.Shape.defineFigureGenerator("Parallelogram","Parallelogram1"),go.Shape.setFigureParameter("Parallelogram2",0,new bn("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("Parallelogram2",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)?lt=10:lt<-et?lt=-et:lt>et&&(lt=et);var ot=Math.abs(lt);if(lt===0){var ut=new go.Geometry(go.Geometry.Rectangle);return ut.startX=0,ut.startY=0,ut.endX=et,ut.endY=tt,ut}else{var ut=new go.Geometry;return lt>0?ut.add(new go.PathFigure(ot,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-ot,tt)).add(new go.PathSegment(go.PathSegment.Line,0,tt).close())):ut.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et-ot,0)).add(new go.PathSegment(go.PathSegment.Line,et,tt)).add(new go.PathSegment(go.PathSegment.Line,ot,tt).close())),ot<et/2&&ut.setSpots(ot/et,0,(et-ot)/et,1),ut}}),go.Shape.setFigureParameter("Trapezoid1",0,new bn("Indent",.2,-.99,.99)),go.Shape.defineFigureGenerator("Trapezoid1",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)?lt=.2:lt<.5?lt=-.5:lt>.5&&(lt=.5);var ot=Math.abs(lt)*et;if(lt===0){var ut=new go.Geometry(go.Geometry.Rectangle);return ut.startX=0,ut.startY=0,ut.endX=et,ut.endY=tt,ut}else{var ut=new go.Geometry;return lt>0?ut.add(new go.PathFigure(ot,0).add(new go.PathSegment(go.PathSegment.Line,et-ot,0)).add(new go.PathSegment(go.PathSegment.Line,et,tt)).add(new go.PathSegment(go.PathSegment.Line,0,tt).close())):ut.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-ot,tt)).add(new go.PathSegment(go.PathSegment.Line,ot,tt).close())),ot<et/2&&ut.setSpots(ot/et,0,(et-ot)/et,1),ut}}),go.Shape.defineFigureGenerator("Trapezoid","Trapezoid1"),go.Shape.setFigureParameter("Trapezoid2",0,new bn("Indent",20,-1/0,1/0)),go.Shape.defineFigureGenerator("Trapezoid2",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)?lt=20:lt<-et?lt=-et/2:lt>et&&(lt=et/2);var ot=Math.abs(lt);if(lt===0){var ut=new go.Geometry(go.Geometry.Rectangle);return ut.startX=0,ut.startY=0,ut.endX=et,ut.endY=tt,ut}else{var ut=new go.Geometry;return lt>0?ut.add(new go.PathFigure(ot,0).add(new go.PathSegment(go.PathSegment.Line,et-ot,0)).add(new go.PathSegment(go.PathSegment.Line,et,tt)).add(new go.PathSegment(go.PathSegment.Line,0,tt).close())):ut.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-ot,tt)).add(new go.PathSegment(go.PathSegment.Line,ot,tt).close())),ot<et/2&&ut.setSpots(ot/et,0,(et-ot)/et,1),ut}}),go.Shape.setFigureParameter("ManualOperation",0,new bn("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("ManualOperation",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)?lt=10:lt<-et?lt=-et/2:lt>et&&(lt=et/2);var ot=Math.abs(lt);if(lt===0){var ut=new go.Geometry(go.Geometry.Rectangle);return ut.startX=0,ut.startY=0,ut.endX=et,ut.endY=tt,ut}else{var ut=new go.Geometry;return lt>0?ut.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-ot,tt)).add(new go.PathSegment(go.PathSegment.Line,ot,tt).close())):ut.add(new go.PathFigure(ot,0).add(new go.PathSegment(go.PathSegment.Line,et-ot,0)).add(new go.PathSegment(go.PathSegment.Line,et,tt)).add(new go.PathSegment(go.PathSegment.Line,0,tt).close())),ot<et/2&&ut.setSpots(ot/et,0,(et-ot)/et,1),ut}});var Mt=[];function Rt(){var yt=Mt.pop();return yt===void 0?[]:yt}function St(yt){yt.length=0,Mt.push(yt)}function kt(yt){for(var et=Rt(),tt=.5,lt=.5,ot=Math.PI*1.5,ut=0,ct=0;ct<yt;ct++)ut=2*Math.PI/yt*ct+ot,et[ct]=new go.Point(lt+tt*Math.cos(ut),lt+tt*Math.sin(ut));return et.push(et[0]),et}function xt(yt){var et=Dt(yt),tt=Rt();tt[0]=et[0];for(var lt=1,ot=1;lt<et.length;lt+=2,ot+=3)tt[ot]=et[lt],tt[ot+1]=et[lt],tt[ot+2]=et[lt+1];return St(et),tt}function Dt(yt){for(var et=kt(yt),tt=Rt(),lt=Math.floor(et.length/2),ot=et.length-1,ut=yt%2===0?2:1,ct=0;ct<ot;ct++){var ft=et[ct],gt=et[ct+1],Lt=et[(lt+ct-1)%ot],It=et[(lt+ct+ut)%ot];tt[ct*2]=ft,tt[ct*2+1]=Qt(ft.x,ft.y,Lt.x,Lt.y,gt.x,gt.y,It.x,It.y,new go.Point)}return tt[tt.length]=tt[0],St(et),tt}go.Shape.defineFigureGenerator("Pentagon",function(yt,et,tt){var lt=kt(5),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<5;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.2,.22),ot.spot2=new go.Spot(.8,.9),ot}),go.Shape.defineFigureGenerator("Hexagon",function(yt,et,tt){var lt=kt(6),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<6;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.07,.25),ot.spot2=new go.Spot(.93,.75),ot}),go.Shape.defineFigureGenerator("Heptagon",function(yt,et,tt){var lt=kt(7),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<7;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.2,.15),ot.spot2=new go.Spot(.8,.85),ot}),go.Shape.defineFigureGenerator("Octagon",function(yt,et,tt){var lt=kt(8),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<8;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.15,.15),ot.spot2=new go.Spot(.85,.85),ot}),go.Shape.defineFigureGenerator("Nonagon",function(yt,et,tt){var lt=kt(9),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<9;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.17,.13),ot.spot2=new go.Spot(.82,.82),ot}),go.Shape.defineFigureGenerator("Decagon",function(yt,et,tt){var lt=kt(10),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<10;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.16,.16),ot.spot2=new go.Spot(.84,.84),ot}),go.Shape.defineFigureGenerator("Dodecagon",function(yt,et,tt){var lt=kt(12),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<12;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.16,.16),ot.spot2=new go.Spot(.84,.84),ot}),go.Shape.defineFigureGenerator("FivePointedStar",function(yt,et,tt){var lt=Dt(5),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<10;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.266,.333),ot.spot2=new go.Spot(.733,.733),ot}),go.Shape.defineFigureGenerator("SixPointedStar",function(yt,et,tt){var lt=Dt(6),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<12;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.17,.25),ot.spot2=new go.Spot(.83,.75),ot}),go.Shape.defineFigureGenerator("SevenPointedStar",function(yt,et,tt){var lt=Dt(7),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<14;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.222,.277),ot.spot2=new go.Spot(.777,.666),ot}),go.Shape.defineFigureGenerator("EightPointedStar",function(yt,et,tt){var lt=Dt(8),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<16;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.25,.25),ot.spot2=new go.Spot(.75,.75),ot}),go.Shape.defineFigureGenerator("NinePointedStar",function(yt,et,tt){var lt=Dt(9),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<18;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.222,.277),ot.spot2=new go.Spot(.777,.666),ot}),go.Shape.defineFigureGenerator("TenPointedStar",function(yt,et,tt){var lt=Dt(10),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<20;ct++)ut.add(new go.PathSegment(go.PathSegment.Line,lt[ct].x*et,lt[ct].y*tt));return ut.add(new go.PathSegment(go.PathSegment.Line,lt[0].x*et,lt[0].y*tt).close()),St(lt),ot.spot1=new go.Spot(.281,.261),ot.spot2=new go.Spot(.723,.748),ot}),go.Shape.defineFigureGenerator("FivePointedBurst",function(yt,et,tt){var lt=xt(5),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<lt.length;ct+=3)ut.add(new go.PathSegment(go.PathSegment.Bezier,lt[ct+2].x*et,lt[ct+2].y*tt,lt[ct].x*et,lt[ct].y*tt,lt[ct+1].x*et,lt[ct+1].y*tt));return ut.segments.last().close(),St(lt),ot.spot1=new go.Spot(.222,.277),ot.spot2=new go.Spot(.777,.777),ot}),go.Shape.defineFigureGenerator("SixPointedBurst",function(yt,et,tt){var lt=xt(6),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<lt.length;ct+=3)ut.add(new go.PathSegment(go.PathSegment.Bezier,lt[ct+2].x*et,lt[ct+2].y*tt,lt[ct].x*et,lt[ct].y*tt,lt[ct+1].x*et,lt[ct+1].y*tt));return ut.segments.last().close(),St(lt),ot.spot1=new go.Spot(.17,.222),ot.spot2=new go.Spot(.833,.777),ot}),go.Shape.defineFigureGenerator("SevenPointedBurst",function(yt,et,tt){var lt=xt(7),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<lt.length;ct+=3)ut.add(new go.PathSegment(go.PathSegment.Bezier,lt[ct+2].x*et,lt[ct+2].y*tt,lt[ct].x*et,lt[ct].y*tt,lt[ct+1].x*et,lt[ct+1].y*tt));return ut.segments.last().close(),St(lt),ot.spot1=new go.Spot(.222,.222),ot.spot2=new go.Spot(.777,.777),ot}),go.Shape.defineFigureGenerator("EightPointedBurst",function(yt,et,tt){var lt=xt(8),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<lt.length;ct+=3)ut.add(new go.PathSegment(go.PathSegment.Bezier,lt[ct+2].x*et,lt[ct+2].y*tt,lt[ct].x*et,lt[ct].y*tt,lt[ct+1].x*et,lt[ct+1].y*tt));return ut.segments.last().close(),St(lt),ot.spot1=new go.Spot(.222,.222),ot.spot2=new go.Spot(.777,.777),ot}),go.Shape.defineFigureGenerator("NinePointedBurst",function(yt,et,tt){var lt=xt(9),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<lt.length;ct+=3)ut.add(new go.PathSegment(go.PathSegment.Bezier,lt[ct+2].x*et,lt[ct+2].y*tt,lt[ct].x*et,lt[ct].y*tt,lt[ct+1].x*et,lt[ct+1].y*tt));return ut.segments.last().close(),St(lt),ot.spot1=new go.Spot(.222,.222),ot.spot2=new go.Spot(.777,.777),ot}),go.Shape.defineFigureGenerator("TenPointedBurst",function(yt,et,tt){var lt=xt(10),ot=new go.Geometry,ut=new go.PathFigure(lt[0].x*et,lt[0].y*tt,!0);ot.add(ut);for(var ct=1;ct<lt.length;ct+=3)ut.add(new go.PathSegment(go.PathSegment.Bezier,lt[ct+2].x*et,lt[ct+2].y*tt,lt[ct].x*et,lt[ct].y*tt,lt[ct+1].x*et,lt[ct+1].y*tt));return ut.segments.last().close(),St(lt),ot.spot1=new go.Spot(.222,.222),ot.spot2=new go.Spot(.777,.777),ot}),go.Shape.setFigureParameter("FramedRectangle",0,new bn("ThicknessX",8)),go.Shape.setFigureParameter("FramedRectangle",1,new bn("ThicknessY",8)),go.Shape.defineFigureGenerator("FramedRectangle",function(yt,et,tt){var lt=yt?yt.parameter1:NaN,ot=yt?yt.parameter2:NaN;isNaN(lt)&&(lt=8),isNaN(ot)&&(ot=8);var ut=new go.Geometry,ct=new go.PathFigure(0,0,!0);return ut.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et,0)),ct.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,0,tt).close()),lt<et/2&&ot<tt/2&&(ct.add(new go.PathSegment(go.PathSegment.Move,lt,ot)),ct.add(new go.PathSegment(go.PathSegment.Line,lt,tt-ot)),ct.add(new go.PathSegment(go.PathSegment.Line,et-lt,tt-ot)),ct.add(new go.PathSegment(go.PathSegment.Line,et-lt,ot).close())),ut.setSpots(0,0,1,1,lt,ot,-lt,-ot),ut}),go.Shape.setFigureParameter("Ring",0,new bn("Thickness",8)),go.Shape.defineFigureGenerator("Ring",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;(isNaN(lt)||lt<0)&&(lt=8);var ot=et/2,ut=new go.Geometry,ct=new go.PathFigure(et,et/2,!0);ut.add(ct),ct.add(new go.PathSegment(go.PathSegment.Arc,0,360,ot,ot,ot,ot).close());var ft=Math.max(ot-lt,0);return ft>0&&(ct.add(new go.PathSegment(go.PathSegment.Move,et/2+ft,et/2)),ct.add(new go.PathSegment(go.PathSegment.Arc,0,-360,ot,ot,ft,ft).close())),ut.spot1=Bt,ut.spot2=zt,ut.defaultStretch=go.GraphObject.Uniform,ut}),go.Shape.defineFigureGenerator("Cloud",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(.08034461*et,.1944299*tt,!0).add(new go.PathSegment(go.PathSegment.Bezier,.2008615*et,.05349299*tt,-.09239631*et,.07836421*tt,.1406031*et,-.0542823*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.4338609*et,.074219*tt,.2450511*et,-.00697547*tt,.3776197*et,-.01112067*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.6558228*et,.07004196*tt,.4539471*et,0,.6066018*et,-.02526587*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.8921095*et,.08370865*tt,.6914277*et,-.01904177*tt,.8921095*et,-.01220843*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.9147671*et,.3194596*tt,1.036446*et,.04105738*tt,1.020377*et,.3022052*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.9082935*et,.562044*tt,1.04448*et,.360238*tt,.992256*et,.5219009*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.9212406*et,.8217117*tt,1.032337*et,.5771781*tt,1.018411*et,.8120651*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.7592566*et,.9156953*tt,1.028411*et,.9571472*tt,.8556702*et,1.052487*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.5101666*et,.9310455*tt,.7431877*et,1.009325*tt,.5624123*et,1.021761*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.2609328*et,.9344623*tt,.4820677*et,1.031761*tt,.3030112*et,1.002796*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*et,.870098*tt,.2329994*et,1.01518*tt,.03213784*et,1.01518*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.06829292*et,.6545475*tt,-.02812061*et,.9032597*tt,-.01205169*et,.6835638*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.06427569*et,.4265613*tt,-.01812061*et,.6089503*tt,-.00606892*et,.4555777*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*et,.1944299*tt,-.01606892*et,.3892545*tt,-.01205169*et,.1944299*tt))).setSpots(.1,.1,.9,.9)}),go.Shape.defineFigureGenerator("StopSign",function(yt,et,tt){var lt=1/(Math.SQRT2+2);return new go.Geometry().add(new go.PathFigure(lt*et,0,!0).add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,lt*tt)).add(new go.PathSegment(go.PathSegment.Line,et,(1-lt)*tt)).add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,tt)).add(new go.PathSegment(go.PathSegment.Line,lt*et,tt)).add(new go.PathSegment(go.PathSegment.Line,0,(1-lt)*tt)).add(new go.PathSegment(go.PathSegment.Line,0,lt*tt).close())).setSpots(lt/2,lt/2,1-lt/2,1-lt/2)}),go.Shape.setFigureParameter("Pie",0,new bn("Start",0,-360,360)),go.Shape.setFigureParameter("Pie",1,new bn("Sweep",315,-360,360)),go.Shape.defineFigureGenerator("Pie",function(yt,et,tt){var lt=yt?yt.parameter1:NaN,ot=yt?yt.parameter2:NaN;isNaN(lt)&&(lt=0),isNaN(ot)&&(ot=315);var ut=lt%360;ut<0&&(ut+=360);var ct=ot%360,ft=Math.min(et,tt)/2;return new go.Geometry().add(new go.PathFigure(ft,ft).add(new go.PathSegment(go.PathSegment.Arc,ut,ct,ft,ft,ft,ft).close()))}),go.Shape.defineFigureGenerator("PiePiece",function(yt,et,tt){var lt=Ct/Math.SQRT2*.5,ot=Math.SQRT2/2,ut=1-Math.SQRT2/2;return new go.Geometry().add(new go.PathFigure(et,tt,!0).add(new go.PathSegment(go.PathSegment.Bezier,ot*et,ut*tt,et,(1-lt)*tt,(ot+lt)*et,(ut+lt)*tt)).add(new go.PathSegment(go.PathSegment.Line,0,tt).close()))}),go.Shape.setFigureParameter("ThickCross",0,new bn("Thickness",30)),go.Shape.defineFigureGenerator("ThickCross",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;(isNaN(lt)||lt<0)&&(lt=30);var ot=Math.min(lt,et)/2,ut=et/2,ct=tt/2;return new go.Geometry().add(new go.PathFigure(ut-ot,0,!0).add(new go.PathSegment(go.PathSegment.Line,ut+ot,0)).add(new go.PathSegment(go.PathSegment.Line,ut+ot,ct-ot)).add(new go.PathSegment(go.PathSegment.Line,et,ct-ot)).add(new go.PathSegment(go.PathSegment.Line,et,ct+ot)).add(new go.PathSegment(go.PathSegment.Line,ut+ot,ct+ot)).add(new go.PathSegment(go.PathSegment.Line,ut+ot,tt)).add(new go.PathSegment(go.PathSegment.Line,ut-ot,tt)).add(new go.PathSegment(go.PathSegment.Line,ut-ot,ct+ot)).add(new go.PathSegment(go.PathSegment.Line,0,ct+ot)).add(new go.PathSegment(go.PathSegment.Line,0,ct-ot)).add(new go.PathSegment(go.PathSegment.Line,ut-ot,ct-ot).close()))}),go.Shape.setFigureParameter("ThinCross",0,new bn("Thickness",10)),go.Shape.defineFigureGenerator("ThinCross",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;(isNaN(lt)||lt<0)&&(lt=10);var ot=Math.min(lt,et)/2,ut=et/2,ct=tt/2;return new go.Geometry().add(new go.PathFigure(ut-ot,0,!0).add(new go.PathSegment(go.PathSegment.Line,ut+ot,0)).add(new go.PathSegment(go.PathSegment.Line,ut+ot,ct-ot)).add(new go.PathSegment(go.PathSegment.Line,et,ct-ot)).add(new go.PathSegment(go.PathSegment.Line,et,ct+ot)).add(new go.PathSegment(go.PathSegment.Line,ut+ot,ct+ot)).add(new go.PathSegment(go.PathSegment.Line,ut+ot,tt)).add(new go.PathSegment(go.PathSegment.Line,ut-ot,tt)).add(new go.PathSegment(go.PathSegment.Line,ut-ot,ct+ot)).add(new go.PathSegment(go.PathSegment.Line,0,ct+ot)).add(new go.PathSegment(go.PathSegment.Line,0,ct-ot)).add(new go.PathSegment(go.PathSegment.Line,ut-ot,ct-ot).close()))}),go.Shape.setFigureParameter("ThickX",0,new bn("Thickness",30)),go.Shape.defineFigureGenerator("ThickX",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;if((isNaN(lt)||lt<0)&&(lt=30),et===0||tt===0){var ot=new go.Geometry(go.Geometry.Rectangle);return ot.startX=0,ot.startY=0,ot.endX=et,ot.endY=tt,ot}else{var ut=et/2,ct=tt/2,ft=Math.atan2(tt,et),gt=lt-Math.min(Math.cos(ft)*lt/2,ut),Lt=lt-Math.min(Math.sin(ft)*lt/2,ct),ot=new go.Geometry,It=new go.PathFigure(gt,0,!0);return ot.add(It),It.add(new go.PathSegment(go.PathSegment.Line,ut,.2*tt)),It.add(new go.PathSegment(go.PathSegment.Line,et-gt,0)),It.add(new go.PathSegment(go.PathSegment.Line,et,Lt)),It.add(new go.PathSegment(go.PathSegment.Line,.8*et,ct)),It.add(new go.PathSegment(go.PathSegment.Line,et,tt-Lt)),It.add(new go.PathSegment(go.PathSegment.Line,et-gt,tt)),It.add(new go.PathSegment(go.PathSegment.Line,ut,.8*tt)),It.add(new go.PathSegment(go.PathSegment.Line,gt,tt)),It.add(new go.PathSegment(go.PathSegment.Line,0,tt-Lt)),It.add(new go.PathSegment(go.PathSegment.Line,.2*et,ct)),It.add(new go.PathSegment(go.PathSegment.Line,0,Lt).close()),ot}}),go.Shape.setFigureParameter("ThinX",0,new bn("Thickness",10)),go.Shape.defineFigureGenerator("ThinX",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;(isNaN(lt)||lt<0)&&(lt=10);var ot=new go.Geometry,ut=new go.PathFigure(.1*et,0,!0);return ot.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,et,.1*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.6*et,.5*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,.9*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.9*et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.1*et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,.9*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.4*et,.5*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,.1*tt).close()),ot}),go.Shape.setFigureParameter("SquareIBeam",0,new bn("BeamWidth",.2,.1,.9)),go.Shape.defineFigureGenerator("SquareIBeam",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=.2);var ot=new go.Geometry,ut=new go.PathFigure(0,0,!0);return ot.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,et,lt*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,(.5+lt/2)*et,lt*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,(.5+lt/2)*et,(1-lt)*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,(1-lt)*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,(1-lt)*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,(.5-lt/2)*et,(1-lt)*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,(.5-lt/2)*et,lt*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,lt*tt).close()),ot}),go.Shape.setFigureParameter("RoundedIBeam",0,new bn("Curviness",.5,.05,.65)),go.Shape.defineFigureGenerator("RoundedIBeam",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=.5);var ot=new go.Geometry,ut=new go.PathFigure(0,0,!0);return ot.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,0)),ut.add(new go.PathSegment(go.PathSegment.Bezier,et,tt,Math.abs(1-lt)*et,.25*tt,Math.abs(1-lt)*et,.75*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ut.add(new go.PathSegment(go.PathSegment.Bezier,0,0,lt*et,.75*tt,lt*et,.25*tt).close()),ot}),go.Shape.defineFigureGenerator("HalfEllipse",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,et,.5*tt,Ct*et,0,et,(.5-Ct/2)*tt)).add(new go.PathSegment(go.PathSegment.Bezier,0,tt,et,(.5+Ct/2)*tt,Ct*et,tt).close())).setSpots(0,.156,.844,.844)}),go.Shape.defineFigureGenerator("Crescent",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,tt,et,0,et,tt)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.5*et,.75*tt,.5*et,.25*tt).close())).setSpots(.311,.266,.744,.744)}),go.Shape.defineFigureGenerator("Heart",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(.5*et,tt,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,.3*tt,.1*et,.8*tt,0,.5*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*tt,0,0,.45*et,0)).add(new go.PathSegment(go.PathSegment.Bezier,et,.3*tt,.55*et,0,et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,tt,et,.5*tt,.9*et,.8*tt).close())).setSpots(.14,.29,.86,.78)}),go.Shape.defineFigureGenerator("Spade",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(.5*et,0,!0).add(new go.PathSegment(go.PathSegment.Line,.51*et,.01*tt)).add(new go.PathSegment(go.PathSegment.Bezier,et,.5*tt,.6*et,.2*tt,et,.25*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.7*tt,et,.8*tt,.6*et,.8*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.75*et,tt,.5*et,.75*tt,.55*et,.95*tt)).add(new go.PathSegment(go.PathSegment.Line,.25*et,tt)).add(new go.PathSegment(go.PathSegment.Bezier,.45*et,.7*tt,.45*et,.95*tt,.5*et,.75*tt)).add(new go.PathSegment(go.PathSegment.Bezier,0,.5*tt,.4*et,.8*tt,0,.8*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.49*et,.01*tt,0,.25*tt,.4*et,.2*tt).close())).setSpots(.14,.26,.86,.78)}),go.Shape.defineFigureGenerator("Club",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.4*et,.6*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Bezier,.15*et,tt,.5*et,.75*tt,.45*et,.95*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.85*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.6*et,.6*tt,.55*et,.95*tt,.5*et,.75*tt));var ut=.2,ct=.3,ft=0,gt=ut*Ct;return ot.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ct)*et,(.5+ut+ft)*tt,(.5-ut+ct)*et,(.5+gt+ft)*tt,(.5-gt+ct)*et,(.5+ut+ft)*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+ut+ct)*et,(.5+ft)*tt,(.5+gt+ct)*et,(.5+ut+ft)*tt,(.5+ut+ct)*et,(.5+gt+ft)*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ct)*et,(.5-ut+ft)*tt,(1-.5+ut+ct)*et,(.5-gt+ft)*tt,(.5+gt+ct)*et,(.5-ut+ft)*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.65*et,.36771243*tt,(.5-gt+ct)*et,(.5-ut+ft)*tt,(.5-ut+ct+.05)*et,(.5-gt+ft-.02)*tt)),ut=.2,ct=0,ft=-.3,gt=ut*Ct,ot.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+ut+ct)*et,(.5+ft)*tt,(.5+gt+ct)*et,(.5+ut+ft)*tt,(.5+ut+ct)*et,(.5+gt+ft)*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ct)*et,(.5-ut+ft)*tt,(1-.5+ut+ct)*et,(.5-gt+ft)*tt,(.5+gt+ct)*et,(.5-ut+ft)*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,(.5-ut+ct)*et,(.5+ft)*tt,(.5-gt+ct)*et,(.5-ut+ft)*tt,(.5-ut+ct)*et,(.5-gt+ft)*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,(.5-gt+ct)*et,(.5+ut+ft)*tt,(.5-ut+ct)*et,(.5+gt+ft)*tt,(.5-gt+ct)*et,(.5+ut+ft)*tt)),ut=.2,ct=-.3,ft=0,gt=ut*Ct,ot.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ct)*et,(.5-ut+ft)*tt,(1-.5+ut+ct-.05)*et,(.5-gt+ft-.02)*tt,(.5+gt+ct)*et,(.5-ut+ft)*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,(.5-ut+ct)*et,(.5+ft)*tt,(.5-gt+ct)*et,(.5-ut+ft)*tt,(.5-ut+ct)*et,(.5-gt+ft)*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ct)*et,(.5+ut+ft)*tt,(.5-ut+ct)*et,(.5+gt+ft)*tt,(.5-gt+ct)*et,(.5+ut+ft)*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,.6*tt,(.5+gt+ct)*et,(.5+ut+ft)*tt,(.5+ut+ct)*et,(.5+gt+ft)*tt).close()),lt.setSpots(.06,.33,.93,.68),lt}),go.Shape.defineFigureGenerator("YinYang",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et*.5,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Arc,270,180,et*.5,et*.5,et*.5,et*.5)),ot.add(new go.PathSegment(go.PathSegment.Arc,90,-180,et*.5,et*.75,et*.25,et*.25)),ot.add(new go.PathSegment(go.PathSegment.Arc,90,180,et*.5,et*.25,et*.25,et*.25));var ut=.1,ct=.5,ft=.25;return ot.add(new go.PathSegment(go.PathSegment.Move,(ct+ut)*et,ft*tt)),ot.add(new go.PathSegment(go.PathSegment.Arc,0,-360,et*ct,tt*ft,ut*et,ut*et).close()),ot=new go.PathFigure(et*.5,0,!1),lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Arc,270,-180,et*.5,et*.5,et*.5,et*.5)),ft=.75,ot=new go.PathFigure((ct+ut)*et,ft*tt,!0),lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Arc,0,360,et*ct,tt*ft,ut*et,ut*et).close()),lt.defaultStretch=go.GraphObject.Uniform,lt}),go.Shape.defineFigureGenerator("Peace",function(yt,et,tt){var lt=.8535533905932737,ot=.5*et,ut=.5*tt;return new go.Geometry().add(new go.PathFigure(ot,0,!1).add(new go.PathSegment(go.PathSegment.Arc,270,360,ot,ut,ot,ut)).add(new go.PathSegment(go.PathSegment.Line,ot,tt)).add(new go.PathSegment(go.PathSegment.Move,ot,ut)).add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,lt*tt)).add(new go.PathSegment(go.PathSegment.Move,ot,ut)).add(new go.PathSegment(go.PathSegment.Line,lt*et,lt*tt)))}),go.Shape.defineFigureGenerator("NotAllowed",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.5,ut=.5,ct=.5,ft=.5,gt=new go.PathFigure(ct*et,(ft-ut)*tt);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ut)*et,ft*tt,(ct-ot)*et,(ft-ut)*tt,(ct-ut)*et,(ft-ot)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ut)*tt,(ct-ut)*et,(ft+ot)*tt,(ct-ot)*et,(ft+ut)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut)*et,ft*tt,(ct+ot)*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft-ut)*tt,(ct+ut)*et,(ft-ot)*tt,(ct+ot)*et,(ft-ut)*tt)),ut=.4,ot=Ct*.4;var Lt=ee(),It=ee(),Ut=ee(),Ft=ee();Vt(ct,ft-ut,ct+ot,ft-ut,ct+ut,ft-ot,ct+ut,ft,.42,Lt,It,Ut,Ft,Ft);var qt=ee(),te=ee(),Xt=ee();Vt(ct,ft-ut,ct+ot,ft-ut,ct+ut,ft-ot,ct+ut,ft,.58,Ft,Ft,Xt,qt,te);var he=ee(),fe=ee(),Ce=ee();Vt(ct,ft+ut,ct-ot,ft+ut,ct-ut,ft+ot,ct-ut,ft,.42,he,fe,Ce,Ft,Ft);var Fe=ee(),ze=ee(),we=ee();return Vt(ct,ft+ut,ct-ot,ft+ut,ct-ut,ft+ot,ct-ut,ft,.58,Ft,Ft,we,Fe,ze),gt.add(new go.PathSegment(go.PathSegment.Move,we.x*et,we.y*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ut)*et,ft*tt,Fe.x*et,Fe.y*tt,ze.x*et,ze.y*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft-ut)*tt,(ct-ut)*et,(ft-ot)*tt,(ct-ot)*et,(ft-ut)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,Ut.x*et,Ut.y*tt,Lt.x*et,Lt.y*tt,It.x*et,It.y*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,we.x*et,we.y*tt).close()),gt.add(new go.PathSegment(go.PathSegment.Move,Ce.x*et,Ce.y*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,Xt.x*et,Xt.y*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut)*et,ft*tt,qt.x*et,qt.y*tt,te.x*et,te.y*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt,(ct+ot)*et,(ft+ut)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,Ce.x*et,Ce.y*tt,he.x*et,he.y*tt,fe.x*et,fe.y*tt).close()),wt(Lt),wt(It),wt(Ut),wt(Ft),wt(qt),wt(te),wt(Xt),wt(he),wt(fe),wt(Ce),wt(Fe),wt(ze),wt(we),lt.defaultStretch=go.GraphObject.Uniform,lt}),go.Shape.defineFigureGenerator("Fragile",function(yt,et,tt){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*tt)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.25*tt)).add(new go.PathSegment(go.PathSegment.Line,.29*et,.33*tt)).add(new go.PathSegment(go.PathSegment.Line,.35*et,.25*tt)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.15*tt)).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*tt,et,.25*tt,.75*et,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,.55*et,.9*tt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.9*tt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,tt)).add(new go.PathSegment(go.PathSegment.Line,.3*et,tt)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.9*tt)).add(new go.PathSegment(go.PathSegment.Line,.45*et,.9*tt)).add(new go.PathSegment(go.PathSegment.Line,.45*et,.5*tt)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.5*tt,0,.25*tt).close()))}),go.Shape.setFigureParameter("HourGlass",0,new bn("Thickness",30)),go.Shape.defineFigureGenerator("HourGlass",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;(isNaN(lt)||lt<0)&&(lt=30),lt>et&&(lt=et);var ot=(et-lt)/2,ut=ot+lt;return new go.Geometry().add(new go.PathFigure(ut,.5*tt).add(new go.PathSegment(go.PathSegment.Line,et,tt)).add(new go.PathSegment(go.PathSegment.Line,0,tt)).add(new go.PathSegment(go.PathSegment.Line,ot,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,0,0)).add(new go.PathSegment(go.PathSegment.Line,et,0).close()))}),go.Shape.defineFigureGenerator("Lightning",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,.55*tt).add(new go.PathSegment(go.PathSegment.Line,.6*et,0)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.45*tt)).add(new go.PathSegment(go.PathSegment.Line,et,.45*tt)).add(new go.PathSegment(go.PathSegment.Line,.4*et,tt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.55*tt).close()))}),go.Shape.defineFigureGenerator("GenderMale",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.4,ut=.4,ct=.5,ft=.5,gt=ee(),Lt=ee(),It=ee(),Ut=ee(),Ft=new go.PathFigure((ct-ut)*et,ft*tt,!1);lt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft-ut)*tt,(ct-ut)*et,(ft-ot)*tt,(ct-ot)*et,(ft-ut)*tt)),Vt(ct,ft-ut,ct+ot,ft-ut,ct+ut,ft-ot,ct+ut,ft,.44,It,Ut,Lt,gt,gt),Ft.add(new go.PathSegment(go.PathSegment.Bezier,Lt.x*et,Lt.y*tt,It.x*et,It.y*tt,Ut.x*et,Ut.y*tt));var qt=ce(Lt.x,Lt.y);Vt(ct,ft-ut,ct+ot,ft-ut,ct+ut,ft-ot,ct+ut,ft,.56,gt,gt,Lt,It,Ut);var te=ce(Lt.x,Lt.y);Ft.add(new go.PathSegment(go.PathSegment.Line,(qt.x*.1+.95*.9)*et,qt.y*.1*tt)),Ft.add(new go.PathSegment(go.PathSegment.Line,.85*et,qt.y*.1*tt)),Ft.add(new go.PathSegment(go.PathSegment.Line,.85*et,0)),Ft.add(new go.PathSegment(go.PathSegment.Line,et,0)),Ft.add(new go.PathSegment(go.PathSegment.Line,et,.15*tt)),Ft.add(new go.PathSegment(go.PathSegment.Line,(te.x*.1+.9)*et,.15*tt)),Ft.add(new go.PathSegment(go.PathSegment.Line,(te.x*.1+.9)*et,(te.y*.1+.05*.9)*tt)),Ft.add(new go.PathSegment(go.PathSegment.Line,te.x*et,te.y*tt)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut)*et,ft*tt,It.x*et,It.y*tt,Ut.x*et,Ut.y*tt)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt,(ct+ot)*et,(ft+ut)*tt)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ut)*et,ft*tt,(ct-ot)*et,(ft+ut)*tt,(ct-ut)*et,(ft+ot)*tt)),ut=.35,ot=Ct*.35;var Xt=new go.PathFigure(ct*et,(ft-ut)*tt,!1);lt.add(Xt),Xt.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ut)*et,ft*tt,(ct-ot)*et,(ft-ut)*tt,(ct-ut)*et,(ft-ot)*tt)),Xt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ut)*tt,(ct-ut)*et,(ft+ot)*tt,(ct-ot)*et,(ft+ut)*tt)),Xt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut)*et,ft*tt,(ct+ot)*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt)),Xt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft-ut)*tt,(ct+ut)*et,(ft-ot)*tt,(ct+ot)*et,(ft-ut)*tt));var he=new go.PathFigure((ct-ut)*et,ft*tt,!1);return lt.add(he),wt(gt),wt(Lt),wt(It),wt(Ut),wt(qt),wt(te),lt.spot1=new go.Spot(.202,.257),lt.spot2=new go.Spot(.792,.739),lt.defaultStretch=go.GraphObject.Uniform,lt}),go.Shape.defineFigureGenerator("GenderFemale",function(yt,et,tt){var lt=new go.Geometry,ot=.375,ut=0,ct=-.125,ft=ot*Ct,gt=new go.PathFigure((.525+ut)*et,(.5+ot+ct)*tt,!1);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+ot+ut)*et,(.5+ct)*tt,(.5+ft+ut)*et,(.5+ot+ct)*tt,(.5+ot+ut)*et,(.5+ft+ct)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ut)*et,(.5-ot+ct)*tt,(1-.5+ot+ut)*et,(.5-ft+ct)*tt,(.5+ft+ut)*et,(.5-ot+ct)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-ot+ut)*et,(.5+ct)*tt,(.5-ft+ut)*et,(.5-ot+ct)*tt,(.5-ot+ut)*et,(.5-ft+ct)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(.475+ut)*et,(.5+ot+ct)*tt,(.5-ot+ut)*et,(.5+ft+ct)*tt,(.5-ft+ut)*et,(.5+ot+ct)*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.475*et,.85*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.425*et,.85*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.425*et,.9*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.475*et,.9*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.475*et,tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.525*et,tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.9*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.9*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.85*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.85*tt).close()),ot=.325,ut=0,ct=-.125,ft=ot*Ct;var gt=new go.PathFigure((1-.5+ot+ut)*et,(.5+ct)*tt,!1);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ut)*et,(.5+ot+ct)*tt,(.5+ot+ut)*et,(.5+ft+ct)*tt,(.5+ft+ut)*et,(.5+ot+ct)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-ot+ut)*et,(.5+ct)*tt,(.5-ft+ut)*et,(.5+ot+ct)*tt,(.5-ot+ut)*et,(.5+ft+ct)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ut)*et,(.5-ot+ct)*tt,(.5-ot+ut)*et,(.5-ft+ct)*tt,(.5-ft+ut)*et,(.5-ot+ct)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+ot+ut)*et,(.5+ct)*tt,(.5+ft+ut)*et,(.5-ot+ct)*tt,(1-.5+ot+ut)*et,(.5-ft+ct)*tt));var gt=new go.PathFigure((.525+ut)*et,(.5+ot+ct)*tt,!1);return lt.add(gt),lt.spot1=new go.Spot(.232,.136),lt.spot2=new go.Spot(.682,.611),lt.defaultStretch=go.GraphObject.Uniform,lt}),go.Shape.defineFigureGenerator("LogicImplies",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;return isNaN(lt)&&(lt=.2),new go.Geometry().add(new go.PathFigure((1-lt)*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,tt)).add(new go.PathSegment(go.PathSegment.Move,0,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*tt))).setSpots(0,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicIff",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;return isNaN(lt)&&(lt=.2),new go.Geometry().add(new go.PathFigure((1-lt)*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,tt)).add(new go.PathSegment(go.PathSegment.Move,0,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)).add(new go.PathSegment(go.PathSegment.Move,lt*et,0)).add(new go.PathSegment(go.PathSegment.Line,0,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,lt*et,tt))).setSpots(.2,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicNot",function(yt,et,tt){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,tt)))}),go.Shape.defineFigureGenerator("LogicAnd",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,tt,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,tt))).setSpots(.25,.5,.75,1)}),go.Shape.defineFigureGenerator("LogicOr",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)).add(new go.PathSegment(go.PathSegment.Line,et,0))).setSpots(.219,0,.78,.409)}),go.Shape.defineFigureGenerator("LogicXor",function(yt,et,tt){var lt=new go.Geometry().add(new go.PathFigure(.5*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)).add(new go.PathSegment(go.PathSegment.Move,0,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)).add(new go.PathSegment(go.PathSegment.Arc,0,360,.5*et,.5*tt,.5*et,.5*tt)));return lt.defaultStretch=go.GraphObject.Uniform,lt}),go.Shape.defineFigureGenerator("LogicTruth",function(yt,et,tt){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,tt)))}),go.Shape.defineFigureGenerator("LogicFalsity",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,tt,!1).add(new go.PathSegment(go.PathSegment.Line,et,tt)).add(new go.PathSegment(go.PathSegment.Move,.5*et,tt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,0)))}),go.Shape.defineFigureGenerator("LogicThereExists",function(yt,et,tt){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*tt)).add(new go.PathSegment(go.PathSegment.Line,0,.5*tt)).add(new go.PathSegment(go.PathSegment.Move,et,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,et,tt)).add(new go.PathSegment(go.PathSegment.Line,0,tt)))}),go.Shape.defineFigureGenerator("LogicForAll",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,.25*et,.5*tt)).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*tt))).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("LogicIsDefinedAs",function(yt,et,tt){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*tt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)).add(new go.PathSegment(go.PathSegment.Move,0,tt)).add(new go.PathSegment(go.PathSegment.Line,et,tt))).setSpots(.01,.01,.99,.49)}),go.Shape.defineFigureGenerator("LogicIntersect",function(yt,et,tt){var lt=.5;return new go.Geometry().add(new go.PathFigure(0,tt,!1).add(new go.PathSegment(go.PathSegment.Line,0,lt*tt)).add(new go.PathSegment(go.PathSegment.Arc,180,180,lt*et,lt*tt,lt*et,lt*tt)).add(new go.PathSegment(go.PathSegment.Line,et,tt))).setSpots(0,.5,1,1)}),go.Shape.defineFigureGenerator("LogicUnion",function(yt,et,tt){var lt=.5;return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,lt*tt)).add(new go.PathSegment(go.PathSegment.Arc,0,180,lt*et,lt*tt,lt*et,lt*tt)).add(new go.PathSegment(go.PathSegment.Line,0,0))).setSpots(0,0,1,.5)}),go.Shape.setFigureParameter("Arrow",0,new bn("ArrowheadWidth",.3,.01,.99)),go.Shape.setFigureParameter("Arrow",1,new bn("TailHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("Arrow",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=.3);var ot=yt?yt.parameter2:NaN;isNaN(ot)&&(ot=.3);var ut=(1-lt)*et,ct=(.5-ot/2)*tt,ft=(.5+ot/2)*tt,gt=new go.Geometry,Lt=new go.PathFigure(0,ct,!0);gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,ut,ct)),Lt.add(new go.PathSegment(go.PathSegment.Line,ut,0)),Lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),Lt.add(new go.PathSegment(go.PathSegment.Line,ut,tt)),Lt.add(new go.PathSegment(go.PathSegment.Line,ut,ft)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,ft).close()),gt.spot1=new go.Spot(0,ct/tt);var It=Qt(0,ft/tt,1,ft/tt,ut/et,1,1,.5,ee());return gt.spot2=new go.Spot(It.x,It.y),wt(It),gt}),go.Shape.setFigureParameter("Arrow2",0,new bn("ArrowheadWidth",30)),go.Shape.setFigureParameter("Arrow2",0,new bn("TailHeight",30)),go.Shape.defineFigureGenerator("Arrow2",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=30),lt>et&&(lt=et);var ot=yt?yt.parameter2:NaN;isNaN(ot)&&(ot=30),ot=Math.min(ot,tt/2);var ut=et-lt,ct=(tt-ot)/2,ft=ct+ot,gt=new go.Geometry,Lt=new go.PathFigure(0,ct,!0);gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,ut,ct)),Lt.add(new go.PathSegment(go.PathSegment.Line,ut,0)),Lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),Lt.add(new go.PathSegment(go.PathSegment.Line,ut,tt)),Lt.add(new go.PathSegment(go.PathSegment.Line,ut,ft)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,ft).close()),gt.spot1=new go.Spot(0,ct/tt);var It=Qt(0,ft/tt,1,ft/tt,ut/et,1,1,.5,ee());return gt.spot2=new go.Spot(It.x,It.y),wt(It),gt}),go.Shape.defineFigureGenerator("Chevron",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*tt).close()),lt}),go.Shape.defineFigureGenerator("DoubleArrow",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.3*et,.214*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,1*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.3*et,1*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.3*et,.786*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,1*tt).close()),lt}),go.Shape.setFigureParameter("DoubleEndArrow",0,new bn("ConnecterHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("DoubleEndArrow",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=.3);var ot=(.5-lt/2)*tt,ut=(.5+lt/2)*tt,ct=new go.Geometry,ft=new go.PathFigure(et,.5*tt,!0);ct.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,ut)),ft.add(new go.PathSegment(go.PathSegment.Line,.3*et,ut)),ft.add(new go.PathSegment(go.PathSegment.Line,.3*et,tt)),ft.add(new go.PathSegment(go.PathSegment.Line,0,.5*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),ft.add(new go.PathSegment(go.PathSegment.Line,.3*et,ot)),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,ot)),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close());var gt=Qt(0,.5,.3,0,0,ot/tt,.1,ot/tt,ee());return ct.spot1=new go.Spot(gt.x,gt.y),gt=Qt(.7,1,1,.5,0,ut/tt,1,ut/tt,gt),ct.spot2=new go.Spot(gt.x,gt.y),wt(gt),ct}),go.Shape.setFigureParameter("DoubleEndArrow2",0,new bn("ConnecterHeight",40)),go.Shape.setFigureParameter("DoubleEndArrow2",1,new bn("ArrowHeight",100)),go.Shape.defineFigureGenerator("DoubleEndArrow2",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=40);var ot=yt?yt.parameter2:NaN;isNaN(ot)&&(ot=100);var ut=(tt-lt)/2,ct=ut+lt,ft=(tt-ot)/2,gt=ft+ot;(lt>tt||ot>tt)&&(ot>lt?(lt=lt*tt/ot,ut=(tt-lt)/2,ct=ut+lt,ft=0,gt=tt):(ut=0,ct=tt,ft=0,gt=tt));var Lt=new go.Geometry,It=new go.PathFigure(et,.5*tt,!0);Lt.add(It),It.add(new go.PathSegment(go.PathSegment.Line,.7*et,gt)),It.add(new go.PathSegment(go.PathSegment.Line,.7*et,ct)),It.add(new go.PathSegment(go.PathSegment.Line,.3*et,ct)),It.add(new go.PathSegment(go.PathSegment.Line,.3*et,gt)),It.add(new go.PathSegment(go.PathSegment.Line,0,.5*tt)),It.add(new go.PathSegment(go.PathSegment.Line,.3*et,ft)),It.add(new go.PathSegment(go.PathSegment.Line,.3*et,ut)),It.add(new go.PathSegment(go.PathSegment.Line,.7*et,ut)),It.add(new go.PathSegment(go.PathSegment.Line,.7*et,ft).close());var Ut=Qt(0,.5,.3,ft/tt,0,ut/tt,1,ut/tt,ee());return Lt.spot1=new go.Spot(Ut.x,Ut.y),Ut=Qt(.7,gt/tt,1,.5,0,ct/tt,1,ct/tt,Ut),Lt.spot2=new go.Spot(Ut.x,Ut.y),wt(Ut),Lt}),go.Shape.setFigureParameter("IBeamArrow",0,new bn("ConnectorHeight",.7,.51,.97)),go.Shape.defineFigureGenerator("IBeamArrow",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=.3);var ot=(.5-lt/2)*tt,ut=(.5+lt/2)*tt,ct=new go.Geometry,ft=new go.PathFigure(et,.5*tt,!0);ct.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,ut)),ft.add(new go.PathSegment(go.PathSegment.Line,.2*et,ut)),ft.add(new go.PathSegment(go.PathSegment.Line,.2*et,tt)),ft.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ft.add(new go.PathSegment(go.PathSegment.Line,0,0)),ft.add(new go.PathSegment(go.PathSegment.Line,.2*et,0)),ft.add(new go.PathSegment(go.PathSegment.Line,.2*et,ot)),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,ot)),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),ct.spot1=new go.Spot(0,ot/tt);var gt=Qt(.7,1,1,.5,0,ut/tt,1,ut/tt,ee());return ct.spot2=new go.Spot(gt.x,gt.y),wt(gt),ct}),go.Shape.setFigureParameter("IBeamArrow2",0,new bn("ConnectorHeight",40)),go.Shape.setFigureParameter("IBeamArrow2",1,new bn("BeamArrowHeight",100)),go.Shape.defineFigureGenerator("IBeamArrow2",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=40);var ot=yt?yt.parameter2:NaN;isNaN(ot)&&(ot=100);var ut=(tt-lt)/2,ct=ut+lt,ft=(tt-ot)/2,gt=ft+ot;(lt>tt||ot>tt)&&(ot>lt?(lt=lt*tt/ot,ut=(tt-lt)/2,ct=ut+lt,ft=0,gt=tt):(ut=0,ct=tt,ft=0,gt=tt));var Lt=new go.Geometry,It=new go.PathFigure(et,.5*tt,!0);Lt.add(It),It.add(new go.PathSegment(go.PathSegment.Line,.7*et,gt)),It.add(new go.PathSegment(go.PathSegment.Line,.7*et,ct)),It.add(new go.PathSegment(go.PathSegment.Line,.2*et,ct)),It.add(new go.PathSegment(go.PathSegment.Line,.2*et,gt)),It.add(new go.PathSegment(go.PathSegment.Line,0,gt)),It.add(new go.PathSegment(go.PathSegment.Line,0,ft)),It.add(new go.PathSegment(go.PathSegment.Line,.2*et,ft)),It.add(new go.PathSegment(go.PathSegment.Line,.2*et,ut)),It.add(new go.PathSegment(go.PathSegment.Line,.7*et,ut)),It.add(new go.PathSegment(go.PathSegment.Line,.7*et,ft).close()),Lt.spot1=new go.Spot(0,ut/tt);var Ut=Qt(.7,gt/tt,1,.5,0,ct/tt,1,ct/tt,ee());return Lt.spot2=new go.Spot(Ut.x,Ut.y),wt(Ut),Lt}),go.Shape.setFigureParameter("Pointer",0,new bn("BackPoint",.1,0,.2)),go.Shape.defineFigureGenerator("Pointer",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=.1);var ot=new go.Geometry,ut=new go.PathFigure(et,.5*tt,!0);ot.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,lt*et,.5*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,0).close()),ot.spot1=new go.Spot(lt,.35);var ct=Qt(.2,.65,1,.65,0,1,1,.5,ee());return ot.spot2=new go.Spot(ct.x,ct.y),wt(ct),ot}),go.Shape.setFigureParameter("RoundedPointer",0,new bn("RoundedEdge",.3,0,.5)),go.Shape.defineFigureGenerator("RoundedPointer",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=.3);var ot=new go.Geometry,ut=new go.PathFigure(et,.5*tt,!0);ot.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ut.add(new go.PathSegment(go.PathSegment.Bezier,0,0,lt*et,.75*tt,lt*et,.25*tt).close()),ot.spot1=new go.Spot(lt,.35);var ct=Qt(0,.65,1,.65,0,1,1,.5,ee());return ot.spot2=new go.Spot(ct.x,ct.y),wt(ct),ot}),go.Shape.setFigureParameter("SplitEndArrow",0,new bn("TailHeight",.4,.01,.99)),go.Shape.defineFigureGenerator("SplitEndArrow",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=.4);var ot=(.5-lt/2)*tt,ut=(.5+lt/2)*tt,ct=new go.Geometry,ft=new go.PathFigure(et,.5*tt,!0);ct.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,ut)),ft.add(new go.PathSegment(go.PathSegment.Line,0,ut)),ft.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,0,ot)),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,ot)),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),ct.spot1=new go.Spot(.2,.3);var gt=Qt(.7,1,1,.5,0,ut/tt,1,ut/tt,ee());return ct.spot2=new go.Spot(gt.x,gt.y),wt(gt),ct}),go.Shape.setFigureParameter("SplitEndArrow2",0,new bn("TailThickness",50)),go.Shape.defineFigureGenerator("SplitEndArrow2",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=50);var ot=(tt-lt)/2,ut=ot+lt;lt>tt&&(ot=0,ut=tt);var ct=new go.Geometry,ft=new go.PathFigure(et,.5*tt,!0);ct.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,ut)),ft.add(new go.PathSegment(go.PathSegment.Line,0,ut)),ft.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,0,ot)),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,ot)),ft.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),ct.spot1=new go.Spot(.2,ot/tt);var gt=Qt(.7,1,1,.5,0,ut/tt,1,ut/tt,ee());return ct.spot2=new go.Spot(gt.x,gt.y),wt(gt),ct}),go.Shape.setFigureParameter("SquareArrow",0,new bn("ArrowPoint",.7,.2,.9)),go.Shape.defineFigureGenerator("SquareArrow",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=.7);var ot=new go.Geometry,ut=new go.PathFigure(et,.5*tt,!0);return ot.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,lt*et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,0)),ut.add(new go.PathSegment(go.PathSegment.Line,lt*et,0).close()),ot.spot1=go.Spot.TopLeft,ot.spot2=new go.Spot(lt,1),ot}),go.Shape.defineFigureGenerator("Cone1",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.5,ut=Ct*.1,ct=new go.PathFigure(0,.9*tt,!0);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ct.add(new go.PathSegment(go.PathSegment.Line,et,.9*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,tt,et,(.9+ut)*tt,(.5+ot)*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*tt,(.5-ot)*et,tt,0,(.9+ut)*tt).close()),lt.spot1=new go.Spot(.25,.5),lt.spot2=new go.Spot(.75,.97),lt}),go.Shape.defineFigureGenerator("Cone2",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.9*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Bezier,et,.9*tt,(1-.85/.9)*et,tt,.85/.9*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.9*tt).close());var ut=new go.PathFigure(0,.9*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Bezier,et,.9*tt,(1-.85/.9)*et,.8*tt,.85/.9*et,.8*tt)),lt.spot1=new go.Spot(.25,.5),lt.spot2=new go.Spot(.75,.82),lt}),go.Shape.defineFigureGenerator("Cube1",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.5*et,tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,.85*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.15*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.15*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.85*tt).close());var ut=new go.PathFigure(.5*et,tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,.3*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,.15*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,.5*et,.3*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,.15*tt)),lt.spot1=new go.Spot(0,.3),lt.spot2=new go.Spot(.5,.85),lt}),go.Shape.defineFigureGenerator("Cube2",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.3*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.7*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.7*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.3*et,0).close());var ut=new go.PathFigure(0,.3*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.7*et,.3*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,0)),ut.add(new go.PathSegment(go.PathSegment.Move,.7*et,.3*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.7*et,tt)),lt.spot1=new go.Spot(0,.3),lt.spot2=new go.Spot(.7,1),lt}),go.Shape.defineFigureGenerator("Cylinder1",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=5),lt=Math.min(lt,tt/3);var ot=new go.Geometry,ut=Ct*.5,ct=new go.PathFigure(0,lt,!0);ot.add(ct),ct.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,Ct*lt,(.5-ut)*et,0)),ct.add(new go.PathSegment(go.PathSegment.Bezier,1*et,lt,(.5+ut)*et,0,1*et,Ct*lt)),ct.add(new go.PathSegment(go.PathSegment.Line,et,tt-lt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,1*tt,1*et,tt-Ct*lt,(.5+ut)*et,1*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,tt-lt,(.5-ut)*et,1*tt,0,tt-Ct*lt)),ct.add(new go.PathSegment(go.PathSegment.Line,0,lt));var ft=new go.PathFigure(et,lt,!1);return ot.add(ft),ft.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,2*lt,1*et,2*lt-Ct*lt,(.5+ut)*et,2*lt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,0,lt,(.5-ut)*et,2*lt,0,2*lt-Ct*lt)),ot.spot1=new go.Spot(0,0,0,2*lt),ot.spot2=new go.Spot(1,1),ot}),go.Shape.defineFigureGenerator("Cylinder2",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=5),lt=Math.min(lt,tt/3);var ot=new go.Geometry,ut=Ct*.5,ct=new go.PathFigure(0,tt-lt,!0);ot.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,0,lt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,Ct*lt,(.5-ut)*et,0)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et,lt,(.5+ut)*et,0,et,Ct*lt)),ct.add(new go.PathSegment(go.PathSegment.Line,et,tt-lt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,tt,et,tt-Ct*lt,(.5+ut)*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,tt-lt,(.5-ut)*et,tt,0,tt-Ct*lt));var ft=new go.PathFigure(0,tt-lt,!1);return ot.add(ft),ft.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,tt-2*lt,0,tt-lt-Ct*lt,(.5-ut)*et,tt-2*lt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,et,tt-lt,(.5+ut)*et,tt-2*lt,et,tt-lt-Ct*lt)),ot.spot1=new go.Spot(0,0),ot.spot2=new go.Spot(1,1,0,-2*lt),ot}),go.Shape.defineFigureGenerator("Cylinder3",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=5),lt=Math.min(lt,et/3);var ot=new go.Geometry,ut=Ct*.5,ct=new go.PathFigure(lt,0,!0);ot.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et-lt,0)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*tt,et-Ct*lt,0,et,(.5-ut)*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et-lt,tt,et,(.5+ut)*tt,et-Ct*lt,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,lt,tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*tt,Ct*lt,tt,0,(.5+ut)*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,lt,0,0,(.5-ut)*tt,Ct*lt,0));var ft=new go.PathFigure(lt,0,!1);return ot.add(ft),ft.add(new go.PathSegment(go.PathSegment.Bezier,2*lt,.5*tt,lt+Ct*lt,0,2*lt,(.5-ut)*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,lt,tt,2*lt,(.5+ut)*tt,lt+Ct*lt,tt)),ot.spot1=new go.Spot(0,0,2*lt,0),ot.spot2=new go.Spot(1,1),ot}),go.Shape.defineFigureGenerator("Cylinder4",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=5),lt=Math.min(lt,et/3);var ot=new go.Geometry,ut=Ct*.5,ct=new go.PathFigure(et-lt,0,!0);ot.add(ct),ct.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*tt,et-Ct*lt,0,et,(.5-ut)*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et-lt,tt,et,(.5+ut)*tt,et-Ct*lt,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,lt,tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*tt,Ct*lt,tt,0,(.5+ut)*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,lt,0,0,(.5-ut)*tt,Ct*lt,0)),ct.add(new go.PathSegment(go.PathSegment.Line,et-lt,0));var ft=new go.PathFigure(et-lt,0,!1);return ot.add(ft),ft.add(new go.PathSegment(go.PathSegment.Bezier,et-2*lt,.5*tt,et-lt-Ct*lt,0,et-2*lt,(.5-ut)*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,et-lt,tt,et-2*lt,(.5+ut)*tt,et-lt-Ct*lt,tt)),ot.spot1=new go.Spot(0,0),ot.spot2=new go.Spot(1,1,-2*lt,0),ot}),go.Shape.defineFigureGenerator("Prism1",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.25*et,.25*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt).close());var ut=new go.PathFigure(.25*et,.25*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),lt.spot1=new go.Spot(.408,.172),lt.spot2=new go.Spot(.833,.662),lt}),go.Shape.defineFigureGenerator("Prism2",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.25*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.25*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,.75*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt).close());var ut=new go.PathFigure(0,tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,.25*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,0,.25*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*tt)),lt.spot1=new go.Spot(.25,.5),lt.spot2=new go.Spot(.75,.75),lt}),go.Shape.defineFigureGenerator("Pyramid1",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.5*et,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,.75*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.75*tt).close());var ut=new go.PathFigure(.5*et,0,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),lt.spot1=new go.Spot(.25,.367),lt.spot2=new go.Spot(.75,.875),lt}),go.Shape.defineFigureGenerator("Pyramid2",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.5*et,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,.85*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.85*tt).close());var ut=new go.PathFigure(.5*et,0,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,.7*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,.85*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,.5*et,.7*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,.85*tt)),lt.spot1=new go.Spot(.25,.367),lt.spot2=new go.Spot(.75,.875),lt}),go.Shape.defineFigureGenerator("Actor",function(yt,et,tt){var lt=new go.Geometry,ot=.2,ut=.1,ct=Ct*ot,ft=Ct*ut,gt=.5,Lt=.1,It=new go.PathFigure(gt*et,(Lt+ut)*tt,!0);lt.add(It),It.add(new go.PathSegment(go.PathSegment.Bezier,(gt-ot)*et,Lt*tt,(gt-ct)*et,(Lt+ut)*tt,(gt-ot)*et,(Lt+ft)*tt)),It.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,(Lt-ut)*tt,(gt-ot)*et,(Lt-ft)*tt,(gt-ct)*et,(Lt-ut)*tt)),It.add(new go.PathSegment(go.PathSegment.Bezier,(gt+ot)*et,Lt*tt,(gt+ct)*et,(Lt-ut)*tt,(gt+ot)*et,(Lt-ft)*tt)),It.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,(Lt+ut)*tt,(gt+ot)*et,(Lt+ft)*tt,(gt+ct)*et,(Lt+ut)*tt));var Ut=.05,Ft=Ct*Ut;gt=.05,Lt=.25;var qt=new go.PathFigure(.5*et,.2*tt,!0);return lt.add(qt),qt.add(new go.PathSegment(go.PathSegment.Line,.95*et,.2*tt)),gt=.95,Lt=.25,qt.add(new go.PathSegment(go.PathSegment.Bezier,(gt+Ut)*et,Lt*tt,(gt+Ft)*et,(Lt-Ut)*tt,(gt+Ut)*et,(Lt-Ft)*tt)),qt.add(new go.PathSegment(go.PathSegment.Line,et,.6*tt)),qt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*tt)),qt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.35*tt)),Ut=.025,Ft=Ct*Ut,gt=.825,Lt=.35,qt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,(Lt-Ut)*tt,(gt+Ut)*et,(Lt-Ft)*tt,(gt+Ft)*et,(Lt-Ut)*tt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(gt-Ut)*et,Lt*tt,(gt-Ft)*et,(Lt-Ut)*tt,(gt-Ut)*et,(Lt-Ft)*tt)),qt.add(new go.PathSegment(go.PathSegment.Line,.8*et,tt)),qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,tt)),qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.7*tt)),Ut=.05,Ft=Ct*Ut,gt=.5,Lt=.7,qt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,(Lt-Ut)*tt,(gt+Ut)*et,(Lt-Ft)*tt,(gt+Ft)*et,(Lt-Ut)*tt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(gt-Ut)*et,Lt*tt,(gt-Ft)*et,(Lt-Ut)*tt,(gt-Ut)*et,(Lt-Ft)*tt)),qt.add(new go.PathSegment(go.PathSegment.Line,.45*et,tt)),qt.add(new go.PathSegment(go.PathSegment.Line,.2*et,tt)),qt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.35*tt)),Ut=.025,Ft=Ct*Ut,gt=.175,Lt=.35,qt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,(Lt-Ut)*tt,(gt+Ut)*et,(Lt-Ft)*tt,(gt+Ft)*et,(Lt-Ut)*tt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(gt-Ut)*et,Lt*tt,(gt-Ft)*et,(Lt-Ut)*tt,(gt-Ut)*et,(Lt-Ft)*tt)),qt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*tt)),qt.add(new go.PathSegment(go.PathSegment.Line,0,.6*tt)),qt.add(new go.PathSegment(go.PathSegment.Line,0,.25*tt)),Ut=.05,Ft=Ct*Ut,gt=.05,Lt=.25,qt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,(Lt-Ut)*tt,(gt-Ut)*et,(Lt-Ft)*tt,(gt-Ft)*et,(Lt-Ut)*tt)),qt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.2*tt)),lt.spot1=new go.Spot(.2,.2),lt.spot2=new go.Spot(.8,.65),lt}),go.Shape.setFigureParameter("Card",0,new bn("CornerCutoutSize",.2,.1,.9)),go.Shape.defineFigureGenerator("Card",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;isNaN(lt)&&(lt=.2);var ot=new go.Geometry,ut=new go.PathFigure(et,0,!0);return ot.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,lt*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,lt*et,0).close()),ot.spot1=new go.Spot(0,lt),ot.spot2=go.Spot.BottomRight,ot}),go.Shape.defineFigureGenerator("Collate",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.5*et,.5*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*tt));var ut=new go.PathFigure(.5*et,.5*tt,!0);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*tt)),lt.spot1=new go.Spot(.25,0),lt.spot2=new go.Spot(.75,.25),lt}),go.Shape.defineFigureGenerator("CreateRequest",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN;isNaN(ot)&&(ot=.1);var ut=new go.PathFigure(0,0,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt).close());var ct=new go.PathFigure(0,ot*tt,!1);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et,ot*tt)),ct.add(new go.PathSegment(go.PathSegment.Move,0,(1-ot)*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,et,(1-ot)*tt)),lt}),go.Shape.defineFigureGenerator("Database",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.5,ut=Ct*.1,ct=new go.PathFigure(et,.1*tt,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et,.9*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,tt,et,(.9+ut)*tt,(.5+ot)*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*tt,(.5-ot)*et,tt,0,(.9+ut)*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,0,.1*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,(.1-ut)*tt,(.5-ot)*et,0)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*tt,(.5+ot)*et,0,et,(.1-ut)*tt));var ft=new go.PathFigure(et,.1*tt,!1);return lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*tt,et,(.1+ut)*tt,(.5+ot)*et,.2*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*tt,(.5-ot)*et,.2*tt,0,(.1+ut)*tt)),ft.add(new go.PathSegment(go.PathSegment.Move,et,.2*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*tt,et,(.2+ut)*tt,(.5+ot)*et,.3*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*tt,(.5-ot)*et,.3*tt,0,(.2+ut)*tt)),ft.add(new go.PathSegment(go.PathSegment.Move,et,.3*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.4*tt,et,(.3+ut)*tt,(.5+ot)*et,.4*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,0,.3*tt,(.5-ot)*et,.4*tt,0,(.3+ut)*tt)),lt.spot1=new go.Spot(0,.4),lt.spot2=new go.Spot(1,.9),lt}),go.Shape.defineFigureGenerator("DataStorage",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,tt,et,0,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.9*tt,.25*et,.1*tt).close()),lt.spot1=new go.Spot(.226,0),lt.spot2=new go.Spot(.81,1),lt}),go.Shape.defineFigureGenerator("DiskStorage",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.5,ut=Ct*.1,ct=new go.PathFigure(et,.1*tt,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et,.9*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,tt,et,(.9+ut)*tt,(.5+ot)*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*tt,(.5-ot)*et,tt,0,(.9+ut)*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,0,.1*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,(.1-ut)*tt,(.5-ot)*et,0)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*tt,(.5+ot)*et,0,et,(.1-ut)*tt));var ft=new go.PathFigure(et,.1*tt,!1);return lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*tt,et,(.1+ut)*tt,(.5+ot)*et,.2*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*tt,(.5-ot)*et,.2*tt,0,(.1+ut)*tt)),ft.add(new go.PathSegment(go.PathSegment.Move,et,.2*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*tt,et,(.2+ut)*tt,(.5+ot)*et,.3*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*tt,(.5-ot)*et,.3*tt,0,(.2+ut)*tt)),lt.spot1=new go.Spot(0,.3),lt.spot2=new go.Spot(1,.9),lt}),go.Shape.defineFigureGenerator("Display",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.25*et,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,tt,et,0,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.25*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.5*tt).close()),lt.spot1=new go.Spot(.25,0),lt.spot2=new go.Spot(.75,1),lt}),go.Shape.defineFigureGenerator("DividedEvent",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN;isNaN(ot)?ot=.2:ot<.15&&(ot=.15);var ut=Ct*.2,ct=new go.PathFigure(0,.2*tt,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,0,(.2-ut)*tt,(.2-ut)*et,0)),ct.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et,.2*tt,(.8+ut)*et,0,et,(.2-ut)*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,et,.8*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,tt,et,(.8+ut)*tt,(.8+ut)*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.2*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,.8*tt,(.2-ut)*et,tt,0,(.8+ut)*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,0,.2*tt));var ft=new go.PathFigure(0,ot*tt,!1);return lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,et,ot*tt)),lt}),go.Shape.defineFigureGenerator("DividedProcess",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN;(isNaN(ot)||ot<.1)&&(ot=.1);var ut=new go.PathFigure(0,0,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt).close());var ct=new go.PathFigure(0,ot*tt,!1);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et,ot*tt)),lt}),go.Shape.defineFigureGenerator("Document",function(yt,et,tt){var lt=new go.Geometry;tt=tt/.8;var ot=new go.PathFigure(0,.7*tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.7*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*tt,.5*et,.4*tt,.5*et,tt).close()),lt.spot1=go.Spot.TopLeft,lt.spot2=new go.Spot(1,.6),lt}),go.Shape.defineFigureGenerator("ExternalOrganization",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN;(isNaN(ot)||ot<.2)&&(ot=.2);var ut=new go.PathFigure(0,0,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt).close());var ct=new go.PathFigure(ot*et,0,!1);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,0,ot*tt)),ct.add(new go.PathSegment(go.PathSegment.Move,et,ot*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,(1-ot)*et,0)),ct.add(new go.PathSegment(go.PathSegment.Move,0,(1-ot)*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,ot*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Move,(1-ot)*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,et,(1-ot)*tt)),lt}),go.Shape.defineFigureGenerator("ExternalProcess",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.5*et,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.5*tt).close());var ut=new go.PathFigure(.1*et,.4*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.1*et,.6*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,.9*et,.6*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,.6*et,.1*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.4*et,.1*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,.4*et,.9*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.6*et,.9*tt)),lt.spot1=new go.Spot(.25,.25),lt.spot2=new go.Spot(.75,.75),lt}),go.Shape.defineFigureGenerator("File",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.25*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt).close());var ut=new go.PathFigure(.75*et,0,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.75*et,.25*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,.25*tt)),lt.spot1=new go.Spot(0,.25),lt.spot2=go.Spot.BottomRight,lt}),go.Shape.defineFigureGenerator("Interrupt",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et,.5*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt));var ut=new go.PathFigure(et,.5*tt,!1);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt));var ct=new go.PathFigure(et,.5*tt,!1);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.spot1=new go.Spot(0,.25),lt.spot2=new go.Spot(.5,.75),lt}),go.Shape.defineFigureGenerator("InternalStorage",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN,ut=yt?yt.parameter2:NaN;isNaN(ot)&&(ot=.1),isNaN(ut)&&(ut=.1);var ct=new go.PathFigure(0,0,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et,0)),ct.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,0,tt).close());var ft=new go.PathFigure(ot*et,0,!1);return lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,ot*et,tt)),ft.add(new go.PathSegment(go.PathSegment.Move,0,ut*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,et,ut*tt)),lt}),go.Shape.defineFigureGenerator("Junction",function(yt,et,tt){var lt=new go.Geometry,ot=1/Math.SQRT2,ut=(1-1/Math.SQRT2)/2,ct=Ct*.5,ft=.5,gt=new go.PathFigure(et,ft*tt,!0);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,ft*et,tt,et,(ft+ct)*tt,(ft+ct)*et,tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,0,ft*tt,(ft-ct)*et,tt,0,(ft+ct)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,ft*et,0,0,(ft-ct)*tt,(ft-ct)*et,0)),gt.add(new go.PathSegment(go.PathSegment.Bezier,et,ft*tt,(ft+ct)*et,0,et,(ft-ct)*tt));var Lt=new go.PathFigure((ut+ot)*et,(ut+ot)*tt,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,ut*et,ut*tt)),Lt.add(new go.PathSegment(go.PathSegment.Move,ut*et,(ut+ot)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Line,(ut+ot)*et,ut*tt)),lt}),go.Shape.defineFigureGenerator("LinedDocument",function(yt,et,tt){var lt=new go.Geometry;tt=tt/.8;var ot=new go.PathFigure(0,.7*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.7*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*tt,.5*et,.4*tt,.5*et,tt).close());var ut=new go.PathFigure(.1*et,0,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.1*et,.75*tt)),lt.spot1=new go.Spot(.1,0),lt.spot2=new go.Spot(1,.6),lt}),go.Shape.defineFigureGenerator("LoopLimit",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,.25*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.25*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.25*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt).close()),lt.spot1=new go.Spot(0,.25),lt.spot2=go.Spot.BottomRight,lt}),go.Shape.defineFigureGenerator("MagneticTape",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.5,ut=.5,ct=new go.PathFigure(.5*et,tt,!0);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,ut*tt,(ut-ot)*et,tt,0,(ut+ot)*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,ut*et,0,0,(ut-ot)*tt,(ut-ot)*et,0)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et,ut*tt,(ut+ot)*et,0,et,(ut-ot)*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,(ut+.1)*et,.9*tt,et,(ut+ot)*tt,(ut+ot)*et,.9*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,et,.9*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),lt.spot1=new go.Spot(.15,.15),lt.spot2=new go.Spot(.85,.8),lt}),go.Shape.defineFigureGenerator("ManualInput",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.25*tt).close()),lt.spot1=new go.Spot(0,.25),lt.spot2=go.Spot.BottomRight,lt}),go.Shape.defineFigureGenerator("MessageFromUser",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN;isNaN(ot)&&(ot=.7);var ut=new go.PathFigure(0,0,!0);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,ot*et,.5*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt).close()),lt.spot1=go.Spot.TopLeft,lt}),go.Shape.defineFigureGenerator("MicroformProcessing",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN;isNaN(ot)&&(ot=.25);var ut=new go.PathFigure(0,0,!0);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,ot*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,(1-ot)*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt).close()),lt}),go.Shape.defineFigureGenerator("MicroformRecording",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,.25*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.15*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.85*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,.75*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt).close()),lt.spot1=new go.Spot(0,.25),lt.spot2=new go.Spot(1,.75),lt}),go.Shape.defineFigureGenerator("MultiDocument",function(yt,et,tt){var lt=new go.Geometry;tt=tt/.8;var ot=new go.PathFigure(et,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.44*tt,.96*et,.47*tt,.93*et,.45*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.9*et,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.54*tt,.86*et,.57*tt,.83*et,.55*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,.7*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*tt,.4*et,.4*tt,.4*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.1*et,.1*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.2*et,0).close());var ut=new go.PathFigure(.1*et,.2*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.8*et,.54*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,.2*et,.1*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.9*et,.1*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.9*et,.44*tt)),lt.spot1=new go.Spot(0,.25),lt.spot2=new go.Spot(.8,.77),lt}),go.Shape.defineFigureGenerator("MultiProcess",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.1*et,.1*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.2*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.9*et,.9*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,.9*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*tt).close());var ut=new go.PathFigure(.2*et,.1*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.9*et,.1*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,.1*et,.2*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.8*et,.9*tt)),lt.spot1=new go.Spot(0,.2),lt.spot2=new go.Spot(.8,1),lt}),go.Shape.defineFigureGenerator("OfflineStorage",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN;isNaN(ot)&&(ot=.1);var ut=1-ot,ct=new go.PathFigure(0,0,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et,0)),ct.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt).close());var ft=new go.PathFigure(.5*ot*et,ot*tt,!1);return lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,(1-.5*ot)*et,ot*tt)),lt}),go.Shape.defineFigureGenerator("OffPageConnector",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt).close()),lt.spot1=go.Spot.TopLeft,lt.spot2=new go.Spot(.75,1),lt}),go.Shape.defineFigureGenerator("Or",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.5,ut=.5,ct=new go.PathFigure(et,ut*tt,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Bezier,ut*et,tt,et,(ut+ot)*tt,(ut+ot)*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,ut*tt,(ut-ot)*et,tt,0,(ut+ot)*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,ut*et,0,0,(ut-ot)*tt,(ut-ot)*et,0)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et,ut*tt,(ut+ot)*et,0,et,(ut-ot)*tt));var ft=new go.PathFigure(et,.5*tt,!1);return lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,0,.5*tt)),ft.add(new go.PathSegment(go.PathSegment.Move,.5*et,tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt}),go.Shape.defineFigureGenerator("PaperTape",function(yt,et,tt){var lt=new go.Geometry;tt=tt/.8;var ot=new go.PathFigure(0,.7*tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,.3*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,et,.3*tt,.5*et,.6*tt,.5*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.7*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*tt,.5*et,.4*tt,.5*et,tt).close()),lt.spot1=new go.Spot(0,.49),lt.spot2=new go.Spot(1,.75),lt}),go.Shape.defineFigureGenerator("PrimitiveFromCall",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN,ut=yt?yt.parameter2:NaN;isNaN(ot)&&(ot=.1),isNaN(ut)&&(ut=.3);var ct=new go.PathFigure(0,0,!0);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et,0)),ct.add(new go.PathSegment(go.PathSegment.Line,(1-ut)*et,.5*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,0,tt).close()),lt}),go.Shape.defineFigureGenerator("PrimitiveToCall",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN,ut=yt?yt.parameter2:NaN;isNaN(ot)&&(ot=.1),isNaN(ut)&&(ut=.3);var ct=new go.PathFigure(0,0,!0);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,(1-ut)*et,0)),ct.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,(1-ut)*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,0,tt).close()),lt}),go.Shape.defineFigureGenerator("Procedure",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN;isNaN(ot)&&(ot=.1);var ut=new go.PathFigure(0,0,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt).close());var ct=new go.PathFigure((1-ot)*et,0,!1);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,(1-ot)*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Move,ot*et,0)),ct.add(new go.PathSegment(go.PathSegment.Line,ot*et,tt)),lt}),go.Shape.defineFigureGenerator("Process",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN;isNaN(ot)&&(ot=.1);var ut=new go.PathFigure(0,0,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt).close());var ct=new go.PathFigure(ot*et,0,!1);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,ot*et,tt)),lt.spot2=go.Spot.BottomRight,lt}),go.Shape.defineFigureGenerator("Sort",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.5*et,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.5*tt).close());var ut=new go.PathFigure(0,.5*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),lt.spot1=new go.Spot(.25,.25),lt.spot2=new go.Spot(.75,.5),lt}),go.Shape.defineFigureGenerator("Start",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN;isNaN(ot)&&(ot=.25);var ut=new go.PathFigure(ot*et,0,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Arc,270,180,.75*et,.5*tt,.25*et,.5*tt)),ut.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*et,.5*tt,.25*et,.5*tt));var ct=new go.PathFigure(ot*et,0,!1);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,ot*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Move,(1-ot)*et,0)),ct.add(new go.PathSegment(go.PathSegment.Line,(1-ot)*et,tt)),lt.spot1=new go.Spot(ot,0),lt.spot2=new go.Spot(1-ot,1),lt}),go.Shape.defineFigureGenerator("Terminator",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.25*et,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Arc,270,180,.75*et,.5*tt,.25*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*et,.5*tt,.25*et,.5*tt)),lt.spot1=new go.Spot(.23,0),lt.spot2=new go.Spot(.77,1),lt}),go.Shape.defineFigureGenerator("TransmittalTape",function(yt,et,tt){var lt=new go.Geometry,ot=yt?yt.parameter1:NaN;isNaN(ot)&&(ot=.1);var ut=new go.PathFigure(0,0,!0);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.75*et,(1-ot)*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,(1-ot)*tt).close()),lt.spot1=go.Spot.TopLeft,lt}),go.Shape.defineFigureGenerator("AndGate",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.5,ut=new go.PathFigure(0,0,!0);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ut.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*tt,(.5+ot)*et,0,et,(.5-ot)*tt)),ut.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,tt,et,(.5+ot)*tt,(.5+ot)*et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt).close()),lt.spot1=go.Spot.TopLeft,lt.spot2=new go.Spot(.55,1),lt}),go.Shape.defineFigureGenerator("Buffer",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt).close()),lt.spot1=new go.Spot(0,.25),lt.spot2=new go.Spot(.5,.75),lt}),go.Shape.defineFigureGenerator("Clock",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.5,ut=.5,ct=new go.PathFigure(et,ut*tt,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Bezier,ut*et,tt,et,(ut+ot)*tt,(ut+ot)*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,ut*tt,(ut-ot)*et,tt,0,(ut+ot)*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,ut*et,0,0,(ut-ot)*tt,(ut-ot)*et,0)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et,ut*tt,(ut+ot)*et,0,et,(ut-ot)*tt));var ft=new go.PathFigure(et,ut*tt,!1);lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,et,ut*tt));var gt=new go.PathFigure(.8*et,.75*tt,!1);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.25*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.25*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.75*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.75*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.25*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.25*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.75*tt)),lt}),go.Shape.defineFigureGenerator("Ground",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.5*et,0,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.2*et,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.3*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.7*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.4*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.6*et,tt)),lt}),go.Shape.defineFigureGenerator("Inverter",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.1,ut=.1,ct=.9,ft=.5,gt=new go.PathFigure(.8*et,.5*tt,!0);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,0,tt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,0)),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*tt));var Lt=new go.PathFigure((ct+ut)*et,ft*tt,!0);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt,(ct+ot)*et,(ft+ut)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ut)*et,ft*tt,(ct-ot)*et,(ft+ut)*tt,(ct-ut)*et,(ft+ot)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft-ut)*tt,(ct-ut)*et,(ft-ot)*tt,(ct-ot)*et,(ft-ut)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut)*et,ft*tt,(ct+ot)*et,(ft-ut)*tt,(ct+ut)*et,(ft-ot)*tt)),lt.spot1=new go.Spot(0,.25),lt.spot2=new go.Spot(.4,.75),lt}),go.Shape.defineFigureGenerator("NandGate",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.5,ut=Ct*.4,ct=Ct*.1,ft=.1,gt=.9,Lt=.5,It=new go.PathFigure(.8*et,.5*tt,!0);lt.add(It),It.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,tt,.8*et,(.5+ut)*tt,(.4+ot)*et,tt)),It.add(new go.PathSegment(go.PathSegment.Line,0,tt)),It.add(new go.PathSegment(go.PathSegment.Line,0,0)),It.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),It.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*tt,(.4+ot)*et,0,.8*et,(.5-ut)*tt));var Ut=new go.PathFigure((gt+ft)*et,Lt*tt,!0);return lt.add(Ut),Ut.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,(Lt+ft)*tt,(gt+ft)*et,(Lt+ct)*tt,(gt+ct)*et,(Lt+ft)*tt)),Ut.add(new go.PathSegment(go.PathSegment.Bezier,(gt-ft)*et,Lt*tt,(gt-ct)*et,(Lt+ft)*tt,(gt-ft)*et,(Lt+ct)*tt)),Ut.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,(Lt-ft)*tt,(gt-ft)*et,(Lt-ct)*tt,(gt-ct)*et,(Lt-ft)*tt)),Ut.add(new go.PathSegment(go.PathSegment.Bezier,(gt+ft)*et,Lt*tt,(gt+ct)*et,(Lt-ft)*tt,(gt+ft)*et,(Lt-ct)*tt)),lt.spot1=new go.Spot(0,.05),lt.spot2=new go.Spot(.55,.95),lt}),go.Shape.defineFigureGenerator("NorGate",function(yt,et,tt){var lt=new go.Geometry,ot=.5,ut=Ct*ot,ct=0,ft=.5,gt=new go.PathFigure(.8*et,.5*tt,!0);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,0,tt,.7*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.75*tt,.25*et,.25*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*tt,(ct+ut)*et,(ft-ot)*tt,.7*et,(ft-ut)*tt)),ot=.1,ut=Ct*.1,ct=.9,ft=.5;var Lt=new go.PathFigure((ct-ot)*et,ft*tt,!0);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft-ot)*tt,(ct-ot)*et,(ft-ut)*tt,(ct-ut)*et,(ft-ot)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ot)*et,ft*tt,(ct+ut)*et,(ft-ot)*tt,(ct+ot)*et,(ft-ut)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ot)*tt,(ct+ot)*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ot)*et,ft*tt,(ct-ut)*et,(ft+ot)*tt,(ct-ot)*et,(ft+ut)*tt)),lt.spot1=new go.Spot(.2,.25),lt.spot2=new go.Spot(.6,.75),lt}),go.Shape.defineFigureGenerator("OrGate",function(yt,et,tt){var lt=new go.Geometry,ot=.5,ut=Ct*ot,ct=0,ft=.5,gt=new go.PathFigure(0,0,!0);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*tt,(ct+ut+ut)*et,(ft-ot)*tt,.8*et,(ft-ut)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,0,tt,.8*et,(ft+ut)*tt,(ct+ut+ut)*et,(ft+ot)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.75*tt,.25*et,.25*tt).close()),lt.spot1=new go.Spot(.2,.25),lt.spot2=new go.Spot(.75,.75),lt}),go.Shape.defineFigureGenerator("XnorGate",function(yt,et,tt){var lt=new go.Geometry,ot=.5,ut=Ct*ot,ct=.2,ft=.5,gt=new go.PathFigure(.1*et,0,!1);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,tt,.35*et,.25*tt,.35*et,.75*tt));var Lt=new go.PathFigure(.8*et,.5*tt,!0);lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,tt,.7*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,.45*et,.75*tt,.45*et,.25*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*tt,(ct+ut)*et,(ft-ot)*tt,.7*et,(ft-ut)*tt)),ot=.1,ut=Ct*.1,ct=.9,ft=.5;var It=new go.PathFigure((ct-ot)*et,ft*tt,!0);return lt.add(It),It.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft-ot)*tt,(ct-ot)*et,(ft-ut)*tt,(ct-ut)*et,(ft-ot)*tt)),It.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ot)*et,ft*tt,(ct+ut)*et,(ft-ot)*tt,(ct+ot)*et,(ft-ut)*tt)),It.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ot)*tt,(ct+ot)*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt)),It.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ot)*et,ft*tt,(ct-ut)*et,(ft+ot)*tt,(ct-ot)*et,(ft+ut)*tt)),lt.spot1=new go.Spot(.4,.25),lt.spot2=new go.Spot(.65,.75),lt}),go.Shape.defineFigureGenerator("XorGate",function(yt,et,tt){var lt=new go.Geometry,ot=.5,ut=Ct*ot,ct=.2,ft=.5,gt=new go.PathFigure(.1*et,0,!1);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,tt,.35*et,.25*tt,.35*et,.75*tt));var Lt=new go.PathFigure(.2*et,0,!0);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*tt,(ct+ut)*et,(ft-ot)*tt,.9*et,(ft-ut)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,tt,.9*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,.45*et,.75*tt,.45*et,.25*tt).close()),lt.spot1=new go.Spot(.4,.25),lt.spot2=new go.Spot(.8,.75),lt}),go.Shape.defineFigureGenerator("Capacitor",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Move,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),lt}),go.Shape.defineFigureGenerator("Resistor",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.5*tt,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.1*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.2*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.4*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.6*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.7*et,.5*tt)),lt}),go.Shape.defineFigureGenerator("Inductor",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.1,ut=.1,ct=.1,ft=.5,gt=new go.PathFigure((ct-ot*.5)*et,tt,!1);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut)*et,0,(ct-ot)*et,tt,(ct-ut)*et,0)),ct=.3,gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,tt,(ct+ut)*et,0,(ct+ot)*et,tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut)*et,0,(ct-ot)*et,tt,(ct-ut)*et,0)),ct=.5,gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,tt,(ct+ut)*et,0,(ct+ot)*et,tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut)*et,0,(ct-ot)*et,tt,(ct-ut)*et,0)),ct=.7,gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,tt,(ct+ut)*et,0,(ct+ot)*et,tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut)*et,0,(ct-ot)*et,tt,(ct-ut)*et,0)),ct=.9,gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ot*.5)*et,tt,(ct+ut)*et,0,(ct+ot)*et,tt)),lt}),go.Shape.defineFigureGenerator("ACvoltageSource",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.5,ut=.5,ct=.5,ft=.5,gt=new go.PathFigure((ct-ut)*et,ft*tt,!1);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft-ut)*tt,(ct-ut)*et,(ft-ot)*tt,(ct-ot)*et,(ft-ut)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut)*et,ft*tt,(ct+ot)*et,(ft-ut)*tt,(ct+ut)*et,(ft-ot)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt,(ct+ot)*et,(ft+ut)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ut)*et,ft*tt,(ct-ot)*et,(ft+ut)*tt,(ct-ut)*et,(ft+ot)*tt)),gt.add(new go.PathSegment(go.PathSegment.Move,(ct-ut+.1)*et,ft*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut-.1)*et,ft*tt,ct*et,(ft-ut)*tt,ct*et,(ft+ut)*tt)),lt}),go.Shape.defineFigureGenerator("DCvoltageSource",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.75*tt,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,.25*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),lt}),go.Shape.defineFigureGenerator("Diode",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et,0,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),lt.spot1=new go.Spot(0,.25),lt.spot2=new go.Spot(.5,.75),lt}),go.Shape.defineFigureGenerator("Wifi",function(yt,et,tt){var lt=new go.Geometry,ot=et,ut=tt;et=et*.38,tt=tt*.6;var ct=Ct*.8,ft=.8,gt=0,Lt=.5,It=(ot-et)/2,Ut=(ut-tt)/2,Ft=new go.PathFigure(gt*et+It,(Lt+ft)*tt+Ut,!0);lt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(gt-ft)*et+It,Lt*tt+Ut,(gt-ct)*et+It,(Lt+ft)*tt+Ut,(gt-ft)*et+It,(Lt+ct)*tt+Ut)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,gt*et+It,(Lt-ft)*tt+Ut,(gt-ft)*et+It,(Lt-ct)*tt+Ut,(gt-ct)*et+It,(Lt-ft)*tt+Ut)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(gt-ft+ct*.5)*et+It,Lt*tt+Ut,gt*et+It,(Lt-ft)*tt+Ut,(gt-ft+ct*.5)*et+It,(Lt-ct)*tt+Ut)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,gt*et+It,(Lt+ft)*tt+Ut,(gt-ft+ct*.5)*et+It,(Lt+ct)*tt+Ut,gt*et+It,(Lt+ft)*tt+Ut).close()),ct=Ct*.4,ft=.4,gt=.2,Lt=.5;var qt=new go.PathFigure(gt*et+It,(Lt+ft)*tt+Ut,!0);lt.add(qt),qt.add(new go.PathSegment(go.PathSegment.Bezier,(gt-ft)*et+It,Lt*tt+Ut,(gt-ct)*et+It,(Lt+ft)*tt+Ut,(gt-ft)*et+It,(Lt+ct)*tt+Ut)),qt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et+It,(Lt-ft)*tt+Ut,(gt-ft)*et+It,(Lt-ct)*tt+Ut,(gt-ct)*et+It,(Lt-ft)*tt+Ut)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(gt-ft+ct*.5)*et+It,Lt*tt+Ut,gt*et+It,(Lt-ft)*tt+Ut,(gt-ft+ct*.5)*et+It,(Lt-ct)*tt+Ut)),qt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et+It,(Lt+ft)*tt+Ut,(gt-ft+ct*.5)*et+It,(Lt+ct)*tt+Ut,gt*et+It,(Lt+ft)*tt+Ut).close()),ct=Ct*.2,ft=.2,gt=.5,Lt=.5;var te=new go.PathFigure((gt-ft)*et+It,Lt*tt+Ut,!0);lt.add(te),te.add(new go.PathSegment(go.PathSegment.Bezier,gt*et+It,(Lt-ft)*tt+Ut,(gt-ft)*et+It,(Lt-ct)*tt+Ut,(gt-ct)*et+It,(Lt-ft)*tt+Ut)),te.add(new go.PathSegment(go.PathSegment.Bezier,(gt+ft)*et+It,Lt*tt+Ut,(gt+ct)*et+It,(Lt-ft)*tt+Ut,(gt+ft)*et+It,(Lt-ct)*tt+Ut)),te.add(new go.PathSegment(go.PathSegment.Bezier,gt*et+It,(Lt+ft)*tt+Ut,(gt+ft)*et+It,(Lt+ct)*tt+Ut,(gt+ct)*et+It,(Lt+ft)*tt+Ut)),te.add(new go.PathSegment(go.PathSegment.Bezier,(gt-ft)*et+It,Lt*tt+Ut,(gt-ct)*et+It,(Lt+ft)*tt+Ut,(gt-ft)*et+It,(Lt+ct)*tt+Ut)),ct=Ct*.4,ft=.4,gt=.8,Lt=.5;var Xt=new go.PathFigure(gt*et+It,(Lt-ft)*tt+Ut,!0);lt.add(Xt),Xt.add(new go.PathSegment(go.PathSegment.Bezier,(gt+ft)*et+It,Lt*tt+Ut,(gt+ct)*et+It,(Lt-ft)*tt+Ut,(gt+ft)*et+It,(Lt-ct)*tt+Ut)),Xt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et+It,(Lt+ft)*tt+Ut,(gt+ft)*et+It,(Lt+ct)*tt+Ut,(gt+ct)*et+It,(Lt+ft)*tt+Ut)),Xt.add(new go.PathSegment(go.PathSegment.Bezier,(gt+ft-ct*.5)*et+It,Lt*tt+Ut,gt*et+It,(Lt+ft)*tt+Ut,(gt+ft-ct*.5)*et+It,(Lt+ct)*tt+Ut)),Xt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et+It,(Lt-ft)*tt+Ut,(gt+ft-ct*.5)*et+It,(Lt-ct)*tt+Ut,gt*et+It,(Lt-ft)*tt+Ut).close()),ct=Ct*.8,ft=.8,gt=1,Lt=.5;var he=new go.PathFigure(gt*et+It,(Lt-ft)*tt+Ut,!0);return lt.add(he),he.add(new go.PathSegment(go.PathSegment.Bezier,(gt+ft)*et+It,Lt*tt+Ut,(gt+ct)*et+It,(Lt-ft)*tt+Ut,(gt+ft)*et+It,(Lt-ct)*tt+Ut)),he.add(new go.PathSegment(go.PathSegment.Bezier,gt*et+It,(Lt+ft)*tt+Ut,(gt+ft)*et+It,(Lt+ct)*tt+Ut,(gt+ct)*et+It,(Lt+ft)*tt+Ut)),he.add(new go.PathSegment(go.PathSegment.Bezier,(gt+ft-ct*.5)*et+It,Lt*tt+Ut,gt*et+It,(Lt+ft)*tt+Ut,(gt+ft-ct*.5)*et+It,(Lt+ct)*tt+Ut)),he.add(new go.PathSegment(go.PathSegment.Bezier,gt*et+It,(Lt-ft)*tt+Ut,(gt+ft-ct*.5)*et+It,(Lt-ct)*tt+Ut,gt*et+It,(Lt-ft)*tt+Ut).close()),lt}),go.Shape.defineFigureGenerator("Email",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var ut=new go.PathFigure(0,0,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,0)),ut.add(new go.PathSegment(go.PathSegment.Move,0,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.45*et,.54*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.55*et,.54*tt)),lt}),go.Shape.defineFigureGenerator("Ethernet",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.35*et,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.65*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.65*et,.4*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.35*et,.4*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.35*et,0).close());var ut=new go.PathFigure(.1*et,tt,!0,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.4*et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.4*et,.6*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.1*et,.6*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.1*et,tt).close());var ct=new go.PathFigure(.6*et,tt,!0,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,.9*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.9*et,.6*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.6*et,.6*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.6*et,tt).close());var ft=new go.PathFigure(0,.5*tt,!1);return lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ft.add(new go.PathSegment(go.PathSegment.Move,.5*et,.5*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*tt)),ft.add(new go.PathSegment(go.PathSegment.Move,.75*et,.5*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.75*et,.6*tt)),ft.add(new go.PathSegment(go.PathSegment.Move,.25*et,.5*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.25*et,.6*tt)),lt}),go.Shape.defineFigureGenerator("Power",function(yt,et,tt){var lt=new go.Geometry,ot=Ct*.4,ut=.4,ct=.5,ft=.5,gt=ee(),Lt=ee(),It=ee(),Ut=ee();Vt(ct,ft-ut,ct+ot,ft-ut,ct+ut,ft-ot,ct+ut,ft,.5,gt,gt,Lt,It,Ut);var Ft=ce(Lt.x,Lt.y),qt=new go.PathFigure(Lt.x*et,Lt.y*tt,!0);lt.add(qt),qt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut)*et,ft*tt,It.x*et,It.y*tt,Ut.x*et,Ut.y*tt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt,(ct+ot)*et,(ft+ut)*tt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ut)*et,ft*tt,(ct-ot)*et,(ft+ut)*tt,(ct-ut)*et,(ft+ot)*tt)),Vt(ct-ut,ft,ct-ut,ft-ot,ct-ot,ft-ut,ct,ft-ut,.5,It,Ut,Lt,gt,gt),qt.add(new go.PathSegment(go.PathSegment.Bezier,Lt.x*et,Lt.y*tt,It.x*et,It.y*tt,Ut.x*et,Ut.y*tt)),ot=Ct*.3,ut=.3,Vt(ct-ut,ft,ct-ut,ft-ot,ct-ot,ft-ut,ct,ft-ut,.5,It,Ut,Lt,gt,gt),qt.add(new go.PathSegment(go.PathSegment.Line,Lt.x*et,Lt.y*tt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ut)*et,ft*tt,Ut.x*et,Ut.y*tt,It.x*et,It.y*tt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ut)*tt,(ct-ut)*et,(ft+ot)*tt,(ct-ot)*et,(ft+ut)*tt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ut)*et,ft*tt,(ct+ot)*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt)),Vt(ct,ft-ut,ct+ot,ft-ut,ct+ut,ft-ot,ct+ut,ft,.5,gt,gt,Lt,It,Ut),qt.add(new go.PathSegment(go.PathSegment.Bezier,Lt.x*et,Lt.y*tt,Ut.x*et,Ut.y*tt,It.x*et,It.y*tt).close());var qt=new go.PathFigure(.45*et,0,!0);return lt.add(qt),qt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.5*tt)),qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.5*tt)),qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,0).close()),wt(gt),wt(Lt),wt(It),wt(Ut),wt(Ft),lt.spot1=new go.Spot(.25,.45),lt.spot2=new go.Spot(.75,.8),lt}),go.Shape.defineFigureGenerator("Fallout",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,tt/2,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Arc,180,360,et/2,tt/2,et/2,tt/2));function ut(ct,ft,gt){ct.add(new go.PathSegment(go.PathSegment.Move,(.3+ft)*et,(.8+gt)*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,(.5+ft)*et,(.5+gt)*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,(.1+ft)*et,(.5+gt)*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,(.3+ft)*et,(.8+gt)*tt).close())}return ut(ot,0,0),ut(ot,.4,0),ut(ot,.2,-.3),lt}),go.Shape.defineFigureGenerator("IrritationHazard",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.2*et,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.3*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.7*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.7*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.2*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.3*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.2*tt).close()),lt.spot1=new go.Spot(.3,.3),lt.spot2=new go.Spot(.7,.7),lt}),go.Shape.defineFigureGenerator("ElectricalHazard",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.37*et,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.11*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.77*et,.04*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.33*et,.49*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.37*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.63*et,.86*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.77*et,.91*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.34*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.34*et,.78*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.44*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.65*et,.56*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.68*tt).close()),lt}),go.Shape.defineFigureGenerator("FireHazard",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.1*et,tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Bezier,.29*et,0,-.25*et,.63*tt,.45*et,.44*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.51*et,.42*tt,.48*et,.17*tt,.54*et,.35*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.59*et,.18*tt,.59*et,.29*tt,.58*et,.28*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,.6*tt,.8*et,.34*tt,.88*et,.43*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.88*et,.31*tt,.87*et,.48*tt,.88*et,.43*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,tt,1.17*et,.76*tt,.82*et,.8*tt).close()),lt.spot1=new go.Spot(.07,.445),lt.spot2=new go.Spot(.884,.958),lt}),go.Shape.defineFigureGenerator("BpmnActivityLoop",function(yt,et,tt){var lt=new go.Geometry,ot=.5,ut=0,ct=0,ft=ot*Ct,gt=.4*Math.SQRT2/2+.5,Lt=.5-.5*Math.SQRT2/2,It=1,Ut=.5,Ft=.5,qt=0,te=new go.PathFigure(gt*et,(1-Lt)*tt,!1);return lt.add(te),te.add(new go.PathSegment(go.PathSegment.Bezier,It*et,Ut*tt,It*et,.7*tt,It*et,Ut*tt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+ut)*et,(qt+ut)*tt,(.5+ot+ut)*et,(.5-ft+ut)*tt,(.5+ft+ut)*et,(.5-ot+ut)*tt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(.5-ot+ut)*et,(.5+ct)*tt,(.5-ft+ut)*et,(.5-ot+ct)*tt,(.5-ot+ut)*et,(.5-ft+ct)*tt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(.35+ut)*et,.9*tt,(.5-ot+ut)*et,(.5+ft+ct)*tt,(.5-ft+ut)*et,.9*tt)),te.add(new go.PathSegment(go.PathSegment.Move,(.25+ut)*et,.8*tt)),te.add(new go.PathSegment(go.PathSegment.Line,(.35+ut)*et,.9*tt)),te.add(new go.PathSegment(go.PathSegment.Line,(.2+ut)*et,.95*tt)),lt}),go.Shape.defineFigureGenerator("BpmnActivityParallel",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.5*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Move,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),lt}),go.Shape.defineFigureGenerator("BpmnActivitySequential",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Move,0,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),lt}),go.Shape.defineFigureGenerator("BpmnActivityAdHoc",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!1);lt.add(ot);var ut=new go.PathFigure(et,tt,!1);lt.add(ut);var ct=new go.PathFigure(0,.5*tt,!1);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.5*tt,.2*et,.35*tt,.3*et,.35*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*tt,.7*et,.65*tt,.8*et,.65*tt)),lt}),go.Shape.defineFigureGenerator("BpmnActivityCompensation",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.5*tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt).close()),lt}),go.Shape.defineFigureGenerator("BpmnTaskMessage",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.2*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.8*tt).close());var ot=new go.PathFigure(0,.2*tt,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.2*tt)),lt}),go.Shape.defineFigureGenerator("BpmnTaskScript",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.7*et,tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.3*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,0,.6*et,.5*tt,0,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.7*et,0)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,tt,.4*et,.5*tt,et,.5*tt).close());var ut=new go.PathFigure(.45*et,.73*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.7*et,.73*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,.38*et,.5*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.63*et,.5*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,.31*et,.27*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.56*et,.27*tt)),lt}),go.Shape.defineFigureGenerator("BpmnTaskUser",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!1);lt.add(ot);var ut=new go.PathFigure(.335*et,(1-.555)*tt,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.335*et,(1-.405)*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.405)*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.555)*tt)),ut.add(new go.PathSegment(go.PathSegment.Bezier,et,.68*tt,(1-.12)*et,.46*tt,(1-.02)*et,.54*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,.68*tt)),ut.add(new go.PathSegment(go.PathSegment.Bezier,.335*et,(1-.555)*tt,.02*et,.54*tt,.12*et,.46*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.365*et,(1-.595)*tt));var ct=.5-.285,ft=.5,gt=ct,Lt=Math.PI/4,It=4*(1-Math.cos(Lt))/(3*Math.sin(Lt)),Ut=It*.5,Ft=ct,qt=ct,te=It*Ft,Xt=It*qt;ut.add(new go.PathSegment(go.PathSegment.Bezier,(ft-Ft)*et,gt*tt,(ft-(te+Ft)/2)*et,(gt+(qt+Xt)/2)*tt,(ft-Ft)*et,(gt+Xt)*tt)),ut.add(new go.PathSegment(go.PathSegment.Bezier,ft*et,(gt-qt)*tt,(ft-Ft)*et,(gt-Xt)*tt,(ft-te)*et,(gt-qt)*tt)),ut.add(new go.PathSegment(go.PathSegment.Bezier,(ft+Ft)*et,gt*tt,(ft+te)*et,(gt-qt)*tt,(ft+Ft)*et,(gt-Xt)*tt)),ut.add(new go.PathSegment(go.PathSegment.Bezier,(1-.365)*et,(1-.595)*tt,(ft+Ft)*et,(gt+Xt)*tt,(ft+(te+Ft)/2)*et,(gt+(qt+Xt)/2)*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,(1-.365)*et,(1-.595)*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.555)*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.405)*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.335*et,(1-.405)*tt));var he=new go.PathFigure(.2*et,tt,!1);lt.add(he),he.add(new go.PathSegment(go.PathSegment.Line,.2*et,.8*tt));var fe=new go.PathFigure(.8*et,tt,!1);return lt.add(fe),fe.add(new go.PathSegment(go.PathSegment.Line,.8*et,.8*tt)),lt}),go.Shape.defineFigureGenerator("BpmnEventConditional",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.1*et,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.9*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.1*et,tt).close());var ut=new go.PathFigure(.2*et,.2*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,.2*et,.6*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.8*et,.6*tt)),ut.add(new go.PathSegment(go.PathSegment.Move,.2*et,.8*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.8*et,.8*tt)),lt}),go.Shape.defineFigureGenerator("BpmnEventError",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.33*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.66*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.66*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.33*et,.5*tt).close()),lt}),go.Shape.defineFigureGenerator("BpmnEventEscalation",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!1);lt.add(ot);var ut=new go.PathFigure(et,tt,!1);lt.add(ut);var ct=new go.PathFigure(.1*et,tt,!0);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ct.add(new go.PathSegment(go.PathSegment.Line,.9*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*tt).close()),lt}),go.Shape.defineFigureGenerator("Caution",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.05*et,tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,.8*tt,0,tt,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.45*et,.1*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.1*tt,.5*et,0,.5*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.95*et,.9*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,tt,et,tt,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.05*et,tt));var ut=.05;return ot.add(new go.PathSegment(go.PathSegment.Move,(.5-ut)*et,.875*tt)),ot.add(new go.PathSegment(go.PathSegment.Arc,180,-360,.5*et,.875*tt,ut*et,ut*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.5*et,.75*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.325*tt,.575*et,.725*tt,.625*et,.375*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.75*tt,.375*et,.375*tt,.425*et,.725*tt)),lt}),go.Shape.defineFigureGenerator("Recycle",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.45*et,.95*tt,!1);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.2*et,.95*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.185*et,.85*tt,.17*et,.95*tt,.15*et,.9*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.235*et,.75*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.3*et,.625*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.35*et,.65*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.275*et,.45*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.05*et,.45*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.1*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.05*et,.575*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.1875*et,.95*tt,0,.675*tt,0,.7*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.45*et,.95*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.45*et,.775*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.22*et,.775*tt));var ut=new go.PathFigure(.475*et,.2*tt,!1);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.4*et,.4*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.225*et,.3*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.275*et,.175*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.325*et,.05*tt)),ut.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,.05*tt,.35*et,0,.375*et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,.575*et,.375*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.525*et,.4*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.75*et,.475*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.85*et,.315*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.8*et,.32*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.65*et,.05*tt)),ut.add(new go.PathSegment(go.PathSegment.Bezier,.575*et,0,.65*et,.05*tt,.625*et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,.38*et,.0105*tt));var ct=new go.PathFigure(.675*et,.575*tt,!1);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,.875*et,.525*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,et,.775*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,.85*et,.95*tt,et,.8*tt,et,.85*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.65*et,.95*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.65*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.55*et,.85*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.65*et,.725*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.65*et,.775*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.7*et,.775*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,et,.775*tt)),ct.add(new go.PathSegment(go.PathSegment.Move,.675*et,.575*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.775*et,.775*tt)),lt}),go.Shape.defineFigureGenerator("BpmnEventTimer",function(yt,et,tt){var lt=new go.Geometry,ot=.5,ut=Ct*.5,ct=new go.PathFigure(et,ot*tt,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Bezier,ot*et,tt,et,(ot+ut)*tt,(ot+ut)*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,ot*tt,(ot-ut)*et,tt,0,(ot+ut)*tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,ot*et,0,0,(ot-ut)*tt,(ot-ut)*et,0)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et,ot*tt,(ot+ut)*et,0,et,(ot-ut)*tt));var ft=new go.PathFigure(ot*et,0,!1);return lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,ot*et,.15*tt)),ft.add(new go.PathSegment(go.PathSegment.Move,ot*et,tt)),ft.add(new go.PathSegment(go.PathSegment.Line,ot*et,.85*tt)),ft.add(new go.PathSegment(go.PathSegment.Move,0,ot*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.15*et,ot*tt)),ft.add(new go.PathSegment(go.PathSegment.Move,et,ot*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.85*et,ot*tt)),ft.add(new go.PathSegment(go.PathSegment.Move,ot*et,ot*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.58*et,.1*tt)),ft.add(new go.PathSegment(go.PathSegment.Move,ot*et,ot*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.78*et,.54*tt)),lt}),go.Shape.defineFigureGenerator("Package",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.15*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,.15*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt).close());var ut=new go.PathFigure(0,.15*tt,!0);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,0,0)),ut.add(new go.PathSegment(go.PathSegment.Line,.6*et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,.65*et,.15*tt).close()),lt.spot1=new go.Spot(0,.1),lt.spot2=new go.Spot(1,1),lt}),go.Shape.defineFigureGenerator("Class",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var ut=new go.PathFigure(0,.2*tt,!1);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,.2*tt).close());var ct=new go.PathFigure(0,.5*tt,!1);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt).close()),lt}),go.Shape.defineFigureGenerator("Component",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et,tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.15*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.15*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt).close());var ut=new go.PathFigure(0,.2*tt,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.45*et,.2*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.45*et,.4*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,.4*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,.2*tt).close());var ct=new go.PathFigure(0,.6*tt,!0);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,.45*et,.6*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.45*et,.8*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,0,.8*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,0,.6*tt).close()),lt}),go.Shape.defineFigureGenerator("Boat Shipment",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.15*et,.6*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.15*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.85*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*tt));var ut=new go.PathFigure(.15*et,.6*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*tt)),lt}),go.Shape.defineFigureGenerator("Customer/Supplier",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et,tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.66*et,.33*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.66*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.33*et,.33*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.33*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.33*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt).close()),lt}),go.Shape.defineFigureGenerator("Workcell",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.65*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.65*et,.4*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.35*et,.4*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.35*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt).close()),lt}),go.Shape.defineFigureGenerator("Supermarket",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.33*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.33*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,et,.33*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.66*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.66*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,et,.66*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),lt}),go.Shape.defineFigureGenerator("TruckShipment",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.6*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.6*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var ut=new go.PathFigure(et,.8*tt,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,.4*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.6*et,.4*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.6*et,.8*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,.8*tt).close());var ct=.1,ft=Ct*.1,gt=.2,Lt=.9,It=new go.PathFigure((gt-ct)*et,Lt*tt,!0);lt.add(It),It.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,(Lt-ct)*tt,(gt-ct)*et,(Lt-ft)*tt,(gt-ft)*et,(Lt-ct)*tt)),It.add(new go.PathSegment(go.PathSegment.Bezier,(gt+ct)*et,Lt*tt,(gt+ft)*et,(Lt-ct)*tt,(gt+ct)*et,(Lt-ft)*tt)),It.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,(Lt+ct)*tt,(gt+ct)*et,(Lt+ft)*tt,(gt+ft)*et,(Lt+ct)*tt)),It.add(new go.PathSegment(go.PathSegment.Bezier,(gt-ct)*et,Lt*tt,(gt-ft)*et,(Lt+ct)*tt,(gt-ct)*et,(Lt+ft)*tt).close()),ct=.1,ft=Ct*.1,gt=.8,Lt=.9;var Ut=new go.PathFigure((gt-ct)*et,Lt*tt,!0);return lt.add(Ut),Ut.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,(Lt-ct)*tt,(gt-ct)*et,(Lt-ft)*tt,(gt-ft)*et,(Lt-ct)*tt)),Ut.add(new go.PathSegment(go.PathSegment.Bezier,(gt+ct)*et,Lt*tt,(gt+ft)*et,(Lt-ct)*tt,(gt+ct)*et,(Lt-ft)*tt)),Ut.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,(Lt+ct)*tt,(gt+ct)*et,(Lt+ft)*tt,(gt+ft)*et,(Lt+ct)*tt)),Ut.add(new go.PathSegment(go.PathSegment.Bezier,(gt-ct)*et,Lt*tt,(gt-ft)*et,(Lt+ct)*tt,(gt-ct)*et,(Lt+ft)*tt).close()),lt}),go.Shape.defineFigureGenerator("KanbanPost",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.2*et,0,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),ot.add(new go.PathSegment(go.PathSegment.Move,.5*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.2*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,tt)),lt}),go.Shape.defineFigureGenerator("Forklift",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,0,0));var ut=new go.PathFigure(0,.5*tt,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,0,.8*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,.8*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,0,.5*tt));var ct=new go.PathFigure(.5*et,.8*tt,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,.5*et,.1*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.55*et,.1*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.55*et,.8*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.5*et,.8*tt));var ft=new go.PathFigure(.5*et,.7*tt,!1);lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,et,.7*tt));var gt=.1,Lt=Ct*.1,It=.1,Ut=.9,Ft=new go.PathFigure((It-gt)*et,Ut*tt,!0);lt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,It*et,(Ut-gt)*tt,(It-gt)*et,(Ut-Lt)*tt,(It-Lt)*et,(Ut-gt)*tt)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(It+gt)*et,Ut*tt,(It+Lt)*et,(Ut-gt)*tt,(It+gt)*et,(Ut-Lt)*tt)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,It*et,(Ut+gt)*tt,(It+gt)*et,(Ut+Lt)*tt,(It+Lt)*et,(Ut+gt)*tt)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(It-gt)*et,Ut*tt,(It-Lt)*et,(Ut+gt)*tt,(It-gt)*et,(Ut+Lt)*tt)),gt=.1,Lt=Ct*.1,It=.4,Ut=.9;var qt=new go.PathFigure((It-gt)*et,Ut*tt,!0);return lt.add(qt),qt.add(new go.PathSegment(go.PathSegment.Bezier,It*et,(Ut-gt)*tt,(It-gt)*et,(Ut-Lt)*tt,(It-Lt)*et,(Ut-gt)*tt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(It+gt)*et,Ut*tt,(It+Lt)*et,(Ut-gt)*tt,(It+gt)*et,(Ut-Lt)*tt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,It*et,(Ut+gt)*tt,(It+gt)*et,(Ut+Lt)*tt,(It+Lt)*et,(Ut+gt)*tt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(It-gt)*et,Ut*tt,(It-Lt)*et,(Ut+gt)*tt,(It-gt)*et,(Ut+Lt)*tt)),lt}),go.Shape.defineFigureGenerator("RailShipment",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.1*et,.4*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.45*et,.4*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.45*et,.9*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.1*et,.9*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.1*et,.4*tt).close());var ut=new go.PathFigure(.45*et,.7*tt,!1);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.55*et,.7*tt));var ct=new go.PathFigure(.55*et,.4*tt,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.9*et,.9*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.55*et,.9*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.55*et,.4*tt).close());var It=.05,Ut=Ct*.05,Ft=.175,qt=.95,ft=new go.PathFigure((Ft-It)*et,qt*tt,!0);lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(qt-It)*tt,(Ft-It)*et,(qt-Ut)*tt,(Ft-Ut)*et,(qt-It)*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+It)*et,qt*tt,(Ft+Ut)*et,(qt-It)*tt,(Ft+It)*et,(qt-Ut)*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(qt+It)*tt,(Ft+It)*et,(qt+Ut)*tt,(Ft+Ut)*et,(qt+It)*tt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-It)*et,qt*tt,(Ft-Ut)*et,(qt+It)*tt,(Ft-It)*et,(qt+Ut)*tt));var It=.05,Ut=Ct*.05,Ft=.375,qt=.95,gt=new go.PathFigure((Ft-It)*et,qt*tt,!0);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(qt-It)*tt,(Ft-It)*et,(qt-Ut)*tt,(Ft-Ut)*et,(qt-It)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+It)*et,qt*tt,(Ft+Ut)*et,(qt-It)*tt,(Ft+It)*et,(qt-Ut)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(qt+It)*tt,(Ft+It)*et,(qt+Ut)*tt,(Ft+Ut)*et,(qt+It)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-It)*et,qt*tt,(Ft-Ut)*et,(qt+It)*tt,(Ft-It)*et,(qt+Ut)*tt));var It=.05,Ut=Ct*.05,Ft=.625,qt=.95,Lt=new go.PathFigure((Ft-It)*et,qt*tt,!0);lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(qt-It)*tt,(Ft-It)*et,(qt-Ut)*tt,(Ft-Ut)*et,(qt-It)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+It)*et,qt*tt,(Ft+Ut)*et,(qt-It)*tt,(Ft+It)*et,(qt-Ut)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(qt+It)*tt,(Ft+It)*et,(qt+Ut)*tt,(Ft+Ut)*et,(qt+It)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-It)*et,qt*tt,(Ft-Ut)*et,(qt+It)*tt,(Ft-It)*et,(qt+Ut)*tt));var It=.05,Ut=Ct*.05,Ft=.825,qt=.95,te=new go.PathFigure((Ft-It)*et,qt*tt,!0);lt.add(te),te.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(qt-It)*tt,(Ft-It)*et,(qt-Ut)*tt,(Ft-Ut)*et,(qt-It)*tt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+It)*et,qt*tt,(Ft+Ut)*et,(qt-It)*tt,(Ft+It)*et,(qt-Ut)*tt)),te.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(qt+It)*tt,(Ft+It)*et,(qt+Ut)*tt,(Ft+Ut)*et,(qt+It)*tt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-It)*et,qt*tt,(Ft-Ut)*et,(qt+It)*tt,(Ft-It)*et,(qt+Ut)*tt).close());var Xt=new go.PathFigure(0,tt,!1);return lt.add(Xt),Xt.add(new go.PathSegment(go.PathSegment.Line,et,tt).close()),lt}),go.Shape.defineFigureGenerator("Warehouse",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var ut=new go.PathFigure(0,.2*tt,!1);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,.2*tt).close());var ct=new go.PathFigure(.15*et,tt,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,.15*et,.5*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.4*et,.5*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.4*et,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.15*et,tt).close());var ft=.05,gt=Ct*.05,Lt=.35,It=.775,Ut=new go.PathFigure((Lt-ft)*et,It*tt,!0);return lt.add(Ut),Ut.add(new go.PathSegment(go.PathSegment.Bezier,Lt*et,(It-ft)*tt,(Lt-ft)*et,(It-gt)*tt,(Lt-gt)*et,(It-ft)*tt)),Ut.add(new go.PathSegment(go.PathSegment.Bezier,(Lt+ft)*et,It*tt,(Lt+gt)*et,(It-ft)*tt,(Lt+ft)*et,(It-gt)*tt)),Ut.add(new go.PathSegment(go.PathSegment.Bezier,Lt*et,(It+ft)*tt,(Lt+ft)*et,(It+gt)*tt,(Lt+gt)*et,(It+ft)*tt)),Ut.add(new go.PathSegment(go.PathSegment.Bezier,(Lt-ft)*et,It*tt,(Lt-gt)*et,(It+ft)*tt,(Lt-ft)*et,(It+gt)*tt).close()),lt}),go.Shape.defineFigureGenerator("ControlCenter",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.1*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.1*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.1*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*tt).close()),lt}),go.Shape.defineFigureGenerator("Bluetooth",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.75*tt,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,.75*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.25*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.75*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.25*tt)),lt}),go.Shape.defineFigureGenerator("Bookmark",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,0,0)),ot.add(new go.PathSegment(go.PathSegment.Move,.2*et,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*tt)),lt}),go.Shape.defineFigureGenerator("Bookmark",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,0,0)),ot.add(new go.PathSegment(go.PathSegment.Move,.2*et,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*tt)),lt}),go.Shape.defineFigureGenerator("Globe",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.5*et,0,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Move,0,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.5*et,0)),ot.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*tt,.75*et,0,et,.25*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,tt,et,.75*tt,.75*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*tt,.25*et,tt,0,.75*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,.25*tt,.25*et,0)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,tt,.15*et,.25*tt,.15*et,.75*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.85*et,.75*tt,.85*et,.25*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.1675*et,.15*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.8325*et,.15*tt,.35*et,.3*tt,.65*et,.3*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.1675*et,.85*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.8325*et,.85*tt,.35*et,.7*tt,.65*et,.7*tt)),lt}),go.Shape.defineFigureGenerator("Wave",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.25*tt,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.25*tt,.1*et,0,.2*et,0)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,.25*tt,.425*et,.5*tt,.575*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,et,.25*tt,.8*et,0,.9*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.75*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,0,.25*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.75*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.75*tt,.1*et,.5*tt,.2*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,.75*tt,.425*et,tt,.575*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,et,.75*tt,.8*et,.5*tt,.9*et,.5*tt)),lt}),go.Shape.defineFigureGenerator("Operator",function(yt,et,tt){var lt=new go.Geometry,ot=.3,ut=Ct*.3,ct=.5,ft=.7,gt=new go.PathFigure((ct-ot)*et,ft*tt,!0);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft-ot)*tt,(ct-ot)*et,(ft-ut)*tt,(ct-ut)*et,(ft-ot)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ot)*et,ft*tt,(ct+ut)*et,(ft-ot)*tt,(ct+ot)*et,(ft-ut)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ot)*tt,(ct+ot)*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ot)*et,ft*tt,(ct-ut)*et,(ft+ot)*tt,(ct-ot)*et,(ft+ut)*tt));var Lt=new go.PathFigure(0,.7*tt,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.7*tt,0,0,et,0)),lt}),go.Shape.defineFigureGenerator("TripleFanBlades",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.5*et,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*tt,.65*et,.3*tt,.65*et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.35*et,.5*tt,.35*et,.3*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.5*et,.65*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,0,tt,.3*et,.6*tt,.1*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*tt,.2*et,tt,.35*et,.95*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.5*et,.65*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,et,tt,.7*et,.6*tt,.9*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*tt,.8*et,tt,.65*et,.95*tt)),lt}),go.Shape.defineFigureGenerator("CentrifugalPump",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et,0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),ot.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*tt,0,.075*tt,0,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,tt,0,tt,.4*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.4*tt,.8*et,tt,.85*et,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.4*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt}),go.Shape.defineFigureGenerator("Battery",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,.1*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.1*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.4*et,.1*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.6*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.6*et,.1*tt));var ut=new go.PathFigure(0,.6*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Move,0,.4*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,et,.4*tt)),lt}),go.Shape.defineFigureGenerator("Delete",function(yt,et,tt){var lt=new go.Geometry,ot=.5,ut=Ct*.5,ct=.5,ft=.5,gt=new go.PathFigure((ct-ot)*et,ft*tt,!0);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft-ot)*tt,(ct-ot)*et,(ft-ut)*tt,(ct-ut)*et,(ft-ot)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ot)*et,ft*tt,(ct+ut)*et,(ft-ot)*tt,(ct+ot)*et,(ft-ut)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ot)*tt,(ct+ot)*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ot)*et,ft*tt,(ct-ut)*et,(ft+ot)*tt,(ct-ot)*et,(ft+ut)*tt));var Lt=new go.PathFigure(.15*et,.5*tt,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.5*tt)),lt}),go.Shape.defineFigureGenerator("Flag",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.1*tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Move,0,.1*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.1*tt,.15*et,0,.35*et,0)),ot.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*tt,.65*et,.2*tt,.85*et,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.5*tt,.85*et,.6*tt,.65*et,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*tt,.35*et,.4*tt,.15*et,.4*tt).close()),lt}),go.Shape.defineFigureGenerator("Help",function(yt,et,tt){var lt=new go.Geometry,ot=.5,ut=Ct*.5,ct=.5,ft=.5,gt=new go.PathFigure((ct-ot)*et,ft*tt,!1);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft-ot)*tt,(ct-ot)*et,(ft-ut)*tt,(ct-ut)*et,(ft-ot)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ot)*et,ft*tt,(ct+ut)*et,(ft-ot)*tt,(ct+ot)*et,(ft-ut)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ot)*tt,(ct+ot)*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ot)*et,ft*tt,(ct-ut)*et,(ft+ot)*tt,(ct-ot)*et,(ft+ut)*tt).close()),ot=.05,ut=Ct*.05,ct=.5,ft=.8;var Lt=new go.PathFigure((ct-ot)*et,ft*tt,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft-ot)*tt,(ct-ot)*et,(ft-ut)*tt,(ct-ut)*et,(ft-ot)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,(ct+ot)*et,ft*tt,(ct+ut)*et,(ft-ot)*tt,(ct+ot)*et,(ft-ut)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,ct*et,(ft+ot)*tt,(ct+ot)*et,(ft+ut)*tt,(ct+ut)*et,(ft+ot)*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,(ct-ot)*et,ft*tt,(ct-ut)*et,(ft+ot)*tt,(ct-ot)*et,(ft+ut)*tt).close()),Lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.7*tt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*tt,.75*et,.475*tt,.75*et,.225*tt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.35*tt,.4*et,.2*tt,.3*et,.25*tt)),lt}),go.Shape.defineFigureGenerator("Location",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(.5*et,tt,!0).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.975*et,.025*tt,.5*et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.25*et,.5*tt,.5*et,0,.025*et,.025*tt).close()).add(new go.PathSegment(go.PathSegment.Move,.5*et,.2*tt)).add(new go.PathSegment(go.PathSegment.Arc,270,360,.5*et,.3*tt,.1*et,.1*tt).close()))}),go.Shape.defineFigureGenerator("Lock",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.5*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.5*tt));var ut=new go.PathFigure(.2*et,.5*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Move,.2*et,.5*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.2*et,.3*tt)),ut.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.3*tt,.25*et,0,.75*et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.8*et,.3*tt)),lt}),go.Shape.defineFigureGenerator("Unlocked",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.5*tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.5*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.5*tt));var ut=new go.PathFigure(.2*et,.5*tt,!1);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Move,.2*et,.5*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.2*et,.3*tt)),ut.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.3*tt,.25*et,0,.75*et,0)),ut.add(new go.PathSegment(go.PathSegment.Line,.8*et,.35*tt)),lt}),go.Shape.defineFigureGenerator("Gear",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(.9375*et,.56246875*tt,!0).add(new go.PathSegment(go.PathSegment.Line,.9375*et,.4375*tt)).add(new go.PathSegment(go.PathSegment.Line,.80621875*et,.4375*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.763*et,.3316875*tt,.79840625*et,.39915625*tt,.7834375*et,.3635*tt)).add(new go.PathSegment(go.PathSegment.Line,.8566875*et,.23796875*tt)).add(new go.PathSegment(go.PathSegment.Line,.76825*et,.14959375*tt)).add(new go.PathSegment(go.PathSegment.Line,.67596875*et,.24184375*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.5625*et,.19378125*tt,.64228125*et,.2188125*tt,.603875*et,.2021875*tt)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.0625*tt)).add(new go.PathSegment(go.PathSegment.Line,.4375*et,.0625*tt)).add(new go.PathSegment(go.PathSegment.Line,.4375*et,.19378125*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.32775*et,.239375*tt,.39759375*et,.20190625*tt,.36053125*et,.2176875*tt)).add(new go.PathSegment(go.PathSegment.Line,.2379375*et,.14959375*tt)).add(new go.PathSegment(go.PathSegment.Line,.14953125*et,.2379375*tt)).add(new go.PathSegment(go.PathSegment.Line,.23934375*et,.3278125*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.19378125*et,.4375*tt,.21765625*et,.36059375*tt,.201875*et,.397625*tt)).add(new go.PathSegment(go.PathSegment.Line,.0625*et,.4375*tt)).add(new go.PathSegment(go.PathSegment.Line,.0625*et,.5625*tt)).add(new go.PathSegment(go.PathSegment.Line,.1938125*et,.5625*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.241875*et,.67596875*tt,.20221875*et,.603875*tt,.21884375*et,.64228125*tt)).add(new go.PathSegment(go.PathSegment.Line,.1495625*et,.76825*tt)).add(new go.PathSegment(go.PathSegment.Line,.238*et,.8566875*tt)).add(new go.PathSegment(go.PathSegment.Line,.3316875*et,.76296875*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.43753125*et,.80621875*tt,.36353125*et,.78340625*tt,.3991875*et,.79840625*tt)).add(new go.PathSegment(go.PathSegment.Line,.43753125*et,.9375*tt)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.9375*tt)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.80621875*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.67225*et,.760625*tt,.602375*et,.79809375*tt,.63946875*et,.78234375*tt)).add(new go.PathSegment(go.PathSegment.Line,.76828125*et,.8566875*tt)).add(new go.PathSegment(go.PathSegment.Line,.85671875*et,.76825*tt)).add(new go.PathSegment(go.PathSegment.Line,.76065625*et,.67221875*tt)).add(new go.PathSegment(go.PathSegment.Bezier,.80621875*et,.56246875*tt,.78234375*et,.63940625*tt,.798125*et,.602375*tt)).add(new go.PathSegment(go.PathSegment.Line,.9375*et,.56246875*tt).close()).add(new go.PathSegment(go.PathSegment.Move,.5*et,.6*tt)).add(new go.PathSegment(go.PathSegment.Arc,90,360,.5*et,.5*tt,.1*et,.1*tt).close()))}),go.Shape.defineFigureGenerator("Hand",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.5*tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,.3*tt,0,.375*tt,.05*et,.325*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.45*et,.075*tt,.3*et,.225*tt,.4*et,.175*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.525*et,.075*tt,.46*et,.05*tt,.525*et,.05*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.4*tt,.525*et,.275*tt,.475*et,.325*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.55*tt,et,.4*tt,et,.55*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.425*et,.55*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.6*et,.55*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.6*et,.7*tt,.675*et,.55*tt,.675*et,.7*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.4*et,.7*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.575*et,.7*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.575*et,.85*tt,.65*et,.7*tt,.65*et,.85*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.4*et,.85*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.525*et,.85*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.535*et,tt,.61*et,.85*tt,.61*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*tt,.435*et,tt,0,tt).close()),lt}),go.Shape.defineFigureGenerator("Map",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,.2*tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.25*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,et,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.25*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt).close()),ot.add(new go.PathSegment(go.PathSegment.Move,.25*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.25*et,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.5*et,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt)),ot.add(new go.PathSegment(go.PathSegment.Move,.75*et,0)),ot.add(new go.PathSegment(go.PathSegment.Line,.75*et,.8*tt)),lt}),go.Shape.defineFigureGenerator("Eject",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,tt,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt*.7)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt*.7).close());var ut=new go.PathFigure(0,tt*.6,!0);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et,.6*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.5*et,0).close()),lt}),go.Shape.defineFigureGenerator("Pencil",function(yt,et,tt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*tt)).add(new go.PathSegment(go.PathSegment.Line,et,.9*tt)).add(new go.PathSegment(go.PathSegment.Line,.9*et,tt)).add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*tt).close()))}),go.Shape.defineFigureGenerator("Building",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et*1,tt*1,!1);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt*.85)),ot.add(new go.PathSegment(go.PathSegment.Line,.046*et,tt*.85)),ot.add(new go.PathSegment(go.PathSegment.Line,.046*et,tt*.45)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt*.45)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt*.3)),ot.add(new go.PathSegment(go.PathSegment.Line,.046*et,tt*.3)),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,tt*.3)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt*.3)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt*.45)),ot.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,tt*.45)),ot.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,tt*.85)),ot.add(new go.PathSegment(go.PathSegment.Line,et,tt*.85).close());var ut=new go.PathFigure(.126*et,.85*tt,!1);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,.126*et,.45*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.322*et,.45*tt)),ut.add(new go.PathSegment(go.PathSegment.Line,.322*et,.85*tt).close());var ct=new go.PathFigure(.402*et,.85*tt,!1);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,.402*et,.45*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.598*et,.45*tt)),ct.add(new go.PathSegment(go.PathSegment.Line,.598*et,.85*tt).close());var ft=new go.PathFigure(.678*et,.85*tt,!1);lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,.678*et,.45*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.874*et,.45*tt)),ft.add(new go.PathSegment(go.PathSegment.Line,.874*et,.85*tt).close());var gt=new go.PathFigure(.5*et,.1*tt,!1);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,(.046+.15)*et,.3*tt)),gt.add(new go.PathSegment(go.PathSegment.Line,(1-(.046+.15))*et,.3*tt).close()),lt}),go.Shape.defineFigureGenerator("Staircase",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,tt*1,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et*.2,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.2,tt*.8)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.4,tt*.8)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.4,tt*.6)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.6,tt*.6)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.6,tt*.4)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.8,tt*.4)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.8,tt*.2)),ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*.2)),ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*.15)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.75,tt*.15)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.75,tt*.35)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.55,tt*.35)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.55,tt*.55)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.35,tt*.55)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.35,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.15,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.15,tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt*.95).close()),lt}),go.Shape.defineFigureGenerator("5Bars",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,tt*1,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et*.184,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.184,tt*(1-.184)).close());var ut=new go.PathFigure(et*.204,tt,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et*.204,tt*(1-.184))),ut.add(new go.PathSegment(go.PathSegment.Line,et*.388,tt*(1-.184*2))),ut.add(new go.PathSegment(go.PathSegment.Line,et*.388,tt*1).close());var ct=new go.PathFigure(et*.408,tt,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et*.408,tt*(1-.184*2))),ct.add(new go.PathSegment(go.PathSegment.Line,et*.592,tt*(1-.184*3))),ct.add(new go.PathSegment(go.PathSegment.Line,et*.592,tt*1).close());var ft=new go.PathFigure(et*.612,tt,!0);lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,et*.612,tt*(1-.184*3))),ft.add(new go.PathSegment(go.PathSegment.Line,et*.796,tt*(1-.184*4))),ft.add(new go.PathSegment(go.PathSegment.Line,et*.796,tt*1).close());var gt=new go.PathFigure(et*.816,tt,!0);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et*.816,tt*(1-.184*4))),gt.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*(1-.184*5))),gt.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*1).close()),lt}),go.Shape.defineFigureGenerator("PC",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.3,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.3,0).close());var ut=new go.PathFigure(et*.055,.07*tt,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et*.245,tt*.07)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.245,tt*.1)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.055,tt*.1).close());var ct=new go.PathFigure(et*.055,.13*tt,!0);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et*.245,tt*.13)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.245,tt*.16)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.055,tt*.16).close());var ft=new go.PathFigure(et*.055,.18*tt,!0);lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,et*.245,tt*.18)),ft.add(new go.PathSegment(go.PathSegment.Line,et*.245,tt*.21)),ft.add(new go.PathSegment(go.PathSegment.Line,et*.055,tt*.21).close());var gt=new go.PathFigure(et*1,0,!0);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et*.4,0)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.4,tt*.65)),gt.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*.65).close()),lt}),go.Shape.defineFigureGenerator("Plane",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(.55*et,tt,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.4*et,.7*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.1*et,.475*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.35*et,.525*tt,0,.4*tt,.225*et,.45*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.4*et,.475*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.15*et,.35*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.2*et,.325*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.6*et,.325*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.85*et,.1*tt)),ot.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.2*tt,.975*et,0,et,.08*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.7*et,.45*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.6*et,.95*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,.55*et,tt).close()),lt}),go.Shape.defineFigureGenerator("Key",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et*1,tt*.5,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et*.9,.4*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.5,.4*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.5,.35*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.45,.35*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.3,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.15,.2*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.35*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,0,.65*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.15,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.3,.8*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.45,.65*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.5,.65*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.5,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.6,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.65,.55*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.7,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.75,.55*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.8,.6*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.85,.575*tt)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.9,.6*tt).close()),ot.add(new go.PathSegment(go.PathSegment.Move,.17*et,.425*tt)),ot.add(new go.PathSegment(go.PathSegment.Arc,270,360,.17*et,.5*tt,.075*et,.075*tt).close()),lt}),go.Shape.defineFigureGenerator("FilmTape",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(0,0,!1);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Arc,270,180,et*0,et*.3,et*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,0,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.08,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.08,tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*1),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*1),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*2),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*2),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*3),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*3),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*4),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*4),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*5),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*5),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*6),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*6),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*7),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*7),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*8),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*8),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*9),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*9),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*10),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*10),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*11),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*11),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*12),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*12),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*13),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*13),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*14),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*14),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*15),tt*.95)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*15),tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*1));var ut=new go.PathFigure(0,0,!1);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*0)),ut.add(new go.PathSegment(go.PathSegment.Arc,270,-180,et*1,et*.3,et*.055)),ut.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*1));var ct=new go.PathFigure(et*.11,tt*.1,!1);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*0),tt*.1)),ct.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*0),tt*.8)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.11,tt*.8).close());var ft=new go.PathFigure(et*(.11+.24133333*1+.028*1),tt*.1,!1);lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*1),tt*.1)),ft.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*1),tt*.8)),ft.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*1),tt*.8).close());var gt=new go.PathFigure(et*(.11+.24133333*2+.028*2),tt*.1,!1);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*3+.028*2),tt*.1)),gt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*3+.028*2),tt*.8)),gt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*2),tt*.8).close()),lt}),go.Shape.defineFigureGenerator("FloppyDisk",function(yt,et,tt){var lt=new go.Geometry,ot=8,ut=ot*Ct,ct=new go.PathFigure(ot,0,!1);lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et*.86,0)),ct.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*.14)),ct.add(new go.PathSegment(go.PathSegment.Line,et,tt-ot)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et-ot,tt,et,tt-ut,et-ut,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,ot,tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,tt-ot,ut,tt,0,tt-ut)),ct.add(new go.PathSegment(go.PathSegment.Line,0,ot)),ct.add(new go.PathSegment(go.PathSegment.Bezier,ot,0,0,ut,ut,0).close());var ft=new go.PathFigure(et*.83,0,!1);lt.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,et*.83,tt*.3)),ft.add(new go.PathSegment(go.PathSegment.Line,et*.17,tt*.3)),ft.add(new go.PathSegment(go.PathSegment.Line,et*.17,tt*0).close());var gt=new go.PathFigure(et*.83,tt*1,!1);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et*.83,tt*.5)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.17,tt*.5)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.17,tt*1).close());var Lt=new go.PathFigure(et*.78,tt*.05,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,tt*.05)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,tt*.25)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.78,tt*.25).close()),lt}),go.Shape.defineFigureGenerator("SpeechBubble",function(yt,et,tt){var lt=yt?yt.parameter1:NaN;(isNaN(lt)||lt<0)&&(lt=15),lt=Math.min(lt,et/3),lt=Math.min(lt,tt/3);var ot=lt*Ct,ut=tt*.8,ct=new go.Geometry,ft=new go.PathFigure(lt,0,!0);return ct.add(ft),ft.add(new go.PathSegment(go.PathSegment.Line,et-lt,0)),ft.add(new go.PathSegment(go.PathSegment.Bezier,et,lt,et-ot,0,et,ot)),ft.add(new go.PathSegment(go.PathSegment.Line,et,ut-lt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,et-lt,ut,et,ut-ot,et-ot,ut)),ft.add(new go.PathSegment(go.PathSegment.Line,et*.7,ut)),ft.add(new go.PathSegment(go.PathSegment.Line,et*.7,tt)),ft.add(new go.PathSegment(go.PathSegment.Line,et*.55,ut)),ft.add(new go.PathSegment(go.PathSegment.Line,lt,ut)),ft.add(new go.PathSegment(go.PathSegment.Bezier,0,ut-lt,ot,ut,0,ut-ot)),ft.add(new go.PathSegment(go.PathSegment.Line,0,lt)),ft.add(new go.PathSegment(go.PathSegment.Bezier,lt,0,0,ot,ot,0).close()),ot>1?(ct.spot1=new go.Spot(0,0,ot,ot),ct.spot2=new go.Spot(1,.8,-ot,-ot)):(ct.spot1=go.Spot.TopLeft,ct.spot2=new go.Spot(1,.8)),ct}),go.Shape.defineFigureGenerator("Repeat",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et*0,tt*.45,!0);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et*.25,tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.5,tt*.45)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.3,tt*.45)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.3,tt*.9)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.6,tt*.9)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.65,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.2,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.2,tt*.45).close());var ut=new go.PathFigure(et*1,tt*.55,!0);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et*.75,tt*1)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.5,tt*.55)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.7,tt*.55)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.7,tt*.1)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.4,tt*.1)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.35,tt*0)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.8,tt*0)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.8,tt*.55).close()),lt}),go.Shape.defineFigureGenerator("Windows",function(yt,et,tt){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,tt)).add(new go.PathSegment(go.PathSegment.Line,0,tt).close()).add(new go.PathSegment(go.PathSegment.Move,.4*et,.4*tt)).add(new go.PathSegment(go.PathSegment.Line,.4*et,.8*tt)).add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*tt)).add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*tt).close()).add(new go.PathSegment(go.PathSegment.Move,.2*et,.1*tt)).add(new go.PathSegment(go.PathSegment.Line,.2*et,.6*tt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.6*tt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.1*tt).close()).add(new go.PathSegment(go.PathSegment.Move,.1*et,.6*tt)).add(new go.PathSegment(go.PathSegment.Line,.1*et,.9*tt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,.9*tt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*tt).close()))}),go.Shape.defineFigureGenerator("Terminal",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et*0,tt*.1,!1);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*.1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*.9)),ot.add(new go.PathSegment(go.PathSegment.Line,et*0,tt*.9).close());var ut=new go.PathFigure(et*.1,tt*.2,!0);lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et*.1,tt*.25)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.22,tt*.285)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.1,tt*.32)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.1,tt*.37)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.275,tt*.32)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.275,tt*.25).close());var ct=new go.PathFigure(et*.28,tt*.37,!0);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et*.45,tt*.37)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.45,tt*.41)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.28,tt*.41).close()),lt}),go.Shape.defineFigureGenerator("Beaker",function(yt,et,tt){var lt=new go.Geometry,ot=15,ut=ot*Ct,ct=new go.PathFigure(et*.62,tt*.475,!0);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et,tt-ot)),ct.add(new go.PathSegment(go.PathSegment.Bezier,et-ot,tt,et,tt-ut,et-ut,tt)),ct.add(new go.PathSegment(go.PathSegment.Line,ot,tt)),ct.add(new go.PathSegment(go.PathSegment.Bezier,0,tt-ot,ut,tt,0,tt-ut)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.38,tt*.475)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.38,tt*.03)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.36,tt*0)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.64,tt*0)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.62,tt*.03).close()),ut>1?(lt.spot1=new go.Spot(0,0,ut,ut),lt.spot2=new go.Spot(1,1,-ut,-ut)):(lt.spot1=go.Spot.TopLeft,lt.spot2=go.Spot.BottomRight),lt}),go.Shape.defineFigureGenerator("Download",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et*0,tt*1,!0);lt.add(ot);var ut=.1/.3;ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*.8,tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.66,tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.66,tt*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.755,tt*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.93,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*.64,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*.61,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.5,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.39,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.36,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*.07,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),tt*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),tt*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*0,tt*(1-ut)).close());var ct=new go.PathFigure(et*.4,tt*0,!0);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et*.4,tt*.44)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.26,tt*.44)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.5,tt*.66)),ct.add(new go.PathSegment(go.PathSegment.Line,et*(1-.26),tt*.44)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.6,tt*.44)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.6,tt*0).close()),lt}),go.Shape.defineFigureGenerator("Bin",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et*0,tt*1,!0);lt.add(ot);var ut=.1/.3;return ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*.8,tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.66,tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.66,tt*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.755,tt*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.93,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*.64,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*.61,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.5,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.39,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.36,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*.07,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),tt*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),tt*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*0,tt*(1-ut)).close()),lt}),go.Shape.defineFigureGenerator("Upload",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et*0,tt*1,!0);lt.add(ot);var ut=.1/.3;ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*.8,tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.66,tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.66,tt*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.755,tt*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.93,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*.64,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*.61,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.5,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.39,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.36,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*.07,tt*(1-ut))),ot.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),tt*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),tt*.055)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*0,tt*(1-ut)).close());var ct=new go.PathFigure(et*.5,tt*0,!0);return lt.add(ct),ct.add(new go.PathSegment(go.PathSegment.Line,et*.26,tt*.25)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.4,tt*.25)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.4,tt*.63)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.6,tt*.63)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.6,tt*.25)),ct.add(new go.PathSegment(go.PathSegment.Line,et*.74,tt*.25).close()),lt}),go.Shape.defineFigureGenerator("EmptyDrink",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et*.15,tt*0,!1);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et*.85,tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.7,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.3,tt*1).close()),lt}),go.Shape.defineFigureGenerator("Drink",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et*.15,tt*0,!1);lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et*.85,tt*0)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.7,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.3,tt*1).close());var ut=new go.PathFigure(et*.235,tt*.28,!0);return lt.add(ut),ut.add(new go.PathSegment(go.PathSegment.Line,et*.765,tt*.28)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.655,tt*.97)),ut.add(new go.PathSegment(go.PathSegment.Line,et*.345,tt*.97).close()),lt}),go.Shape.defineFigureGenerator("4Arrows",function(yt,et,tt){var lt=new go.Geometry,ot=new go.PathFigure(et*.5,tt*0,!0);return lt.add(ot),ot.add(new go.PathSegment(go.PathSegment.Line,et*.65,tt*.25)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.55,tt*.25)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.55,tt*.45)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.75,tt*.45)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.75,tt*.35)),ot.add(new go.PathSegment(go.PathSegment.Line,et*1,tt*.5)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.75,tt*.65)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.75,tt*.55)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.55,tt*.55)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.55,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.65,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.5,tt*1)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.35,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.45,tt*.75)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.45,tt*.55)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.25,tt*.55)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.25,tt*.65)),ot.add(new go.PathSegment(go.PathSegment.Line,et*0,tt*.5)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.25,tt*.35)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.25,tt*.45)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.45,tt*.45)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.45,tt*.25)),ot.add(new go.PathSegment(go.PathSegment.Line,et*.35,tt*.25).close()),lt}),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")},69265:function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;(function(){if(typeof window.GGBApplet=="function"){console.warn("deployggb.js was loaded twice");return}var isRenderGGBElementEnabled=!1,scriptLoadStarted=!1,html5AppletsToProcess=null,ggbHTML5LoadedCodebaseIsWebSimple=!1,ggbHTML5LoadedCodebaseVersion=null,ggbHTML5LoadedScript=null,GGBApplet=function(){"use strict";for(var bn={},Hn="5.0",ce={},ee=null,wt=!1,Qt=!1,Vt=null,Bt=!1,zt=null,Ct=null,Mt=0;Mt<arguments.length;Mt++){var Rt=arguments[Mt];if(Rt!==null)switch(typeof Rt){case"number":Hn=Rt.toFixed(1);break;case"string":Rt.match(new RegExp("^[0-9]\\.[0-9]+$"))?Hn=Rt:Vt=Rt;break;case"object":typeof Rt.is3D!="undefined"?ee=Rt:ce=Rt;break;case"boolean":wt=Rt,Qt=!0;break}}ee===null&&(ee={is3D:!1,AV:!1,SV:!1,CV:!1,EV2:!1,CP:!1,PC:!1,DA:!1,FI:!1,PV:!1,macro:!1},ce.material_id!==void 0&&!Qt&&(wt=!0)),Vt!==null&&ce.id===void 0&&(ce.id=Vt);var St="",kt="",xt=!1,Dt=null,yt=null,et=null,tt=!1,lt=null,ot=null,ut=null,ct=null,ft=null;ce.height!==void 0&&(ce.height=Math.round(ce.height)),ce.width!==void 0&&(ce.width=Math.round(ce.width));var gt=function(ue){return parseFloat(ue)>4?parseFloat(ue):5};bn.setHTML5Codebase=function(ue,je){Ct=ue,re(ue,je)},bn.setJavaCodebase=bn.setJavaCodebaseVersion=bn.isCompiledInstalled=bn.setPreCompiledScriptPath=bn.setPreCompiledResourcePath=function(){},bn.setHTML5CodebaseVersion=function(ue,je){var Ne=parseFloat(ue);if(Ne!==NaN&&Ne<5){console.log("The GeoGebra HTML5 codebase version "+Ne+" is deprecated. Using version latest instead.");return}zt=ue,Jt(ue,je)},bn.getHTML5CodebaseVersion=function(){return yt},bn.getParameters=function(){return ce},bn.setFontsCSSURL=function(ue){ct=ue},bn.setGiacJSURL=function(ue){},bn.setJNLPFile=function(ue){St=ue},bn.setJNLPBaseDir=function(ue){},bn.inject=function(){function ue(){return window.frameElement&&window.frameElement.getAttribute("data-singleton")}for(var je="auto",Ne=ce.id,qe,ke=!1,He=0;He<arguments.length;He++){var Ae=arguments[He];typeof Ae=="string"?(Ae=Ae.toLowerCase(),Ae.match(/^(prefer)?(java|html5|compiled|auto|screenshot)$/)?je=Ae:Ne=arguments[He]):typeof Ae=="boolean"?ke=Ae:Ae instanceof HTMLElement&&(qe=Ae)}Ie();function Ie(){if(!Bt){setTimeout(Ie,200);return}je=De(je);var Ge=qe||document.getElementById(Ne);if(!Ge){console.log("possibly bug on ajax loading? ");return}if(bn.removeExistingApplet(Ge,!1),ce.width===void 0&&Ge.clientWidth&&(ce.width=Ge.clientWidth),ce.height===void 0&&Ge.clientHeight&&(ce.height=Ge.clientHeight),!(ce.width&&ce.height)&&je==="html5"&&(delete ce.width,delete ce.height),Dt=je,je==="screenshot")fe(Ge,ce);else{var ie=!1;ce.hasOwnProperty("playButton")&&ce.playButton||ce.hasOwnProperty("clickToLoad")&&ce.clickToLoad?ie=!0:ce.hasOwnProperty("playButtonAutoDecide")&&ce.playButtonAutoDecide&&(ie=(!Lt()||ue())&&It()),ie?(Dt="screenshot",Fe(Ge,ce,ke,je)):he(Ge,ce,ke)}}};function Lt(){try{return window.self!==window.top}catch(ue){return!0}}function It(){return ce.hasOwnProperty("screenshotGenerator")&&ce.screenshotGenerator?!1:Math.max(screen.width,screen.height)<800}bn.getViews=function(){return ee},bn.isJavaInstalled=function(){return!1};var Ut=function(ue){var je=function(He){var Ae=JSON.parse(He),Ie=function(Et){return Et.type=="G"||Et.type=="E"},Ge=Ae.elements?Ae.elements.filter(Ie)[0]:Ae;if(!Ge||!Ge.url){Ne();return}ce.fileName=Ge.url,Ft(Ge.settings||{}),ee.is3D=!0;var ie="https://www.geogebra.org/images/";bn.setPreviewImage(lt||Ge.previewUrl,ie+"GeoGebra_loading.png",ie+"applet_play.png"),ue()},Ne=function(){ce.onError&&ce.onError(),se("Error: Fetching material (id "+ce.material_id+") failed.",ce)},qe=location.host.match(/(www|stage|beta|groot|alpha).geogebra.(org|net)/)?location.host:"www.geogebra.org",ke="/materials/"+ce.material_id+"?scope=basic";qt("https://"+qe+"/api/proxy.php?path="+encodeURIComponent(ke),je,Ne)};function Ft(ue){var je=["width","height","showToolBar","showMenuBar","showAlgebraInput","allowStyleBar","showResetIcon","enableLabelDrags","enableShiftDragZoom","enableRightClick","appName"];["enableLabelDrags","enableShiftDragZoom","enableRightClick"].forEach(function(Ne){ue[Ne]=!!ue[Ne]}),je.forEach(function(Ne){ce[Ne]===void 0&&ue[Ne]!==void 0&&(ce[Ne]=ue[Ne])}),ce.showToolBarHelp===void 0&&(ce.showToolBarHelp=ce.showToolBar)}function qt(ue,je,Ne){var qe=new XMLHttpRequest;qe.open("GET",ue),qe.onload=function(){je(qe.responseText)},qe.onerror=Ne,qe.send()}bn.isHTML5Installed=function(){return!0},bn.getLoadedAppletType=function(){return Dt},bn.setPreviewImage=function(ue,je,Ne){lt=ue,ot=je,ut=Ne},bn.removeExistingApplet=function(ue,je){var Ne;typeof ue=="string"&&(ue=document.getElementById(ue)),Dt=null;var qe=null;for(Ne=0;Ne<ue.childNodes.length;Ne++){var ke=ue.childNodes[Ne],He=ke.className;He==="applet_screenshot"?je?(ke.style.display="block",Dt="screenshot"):ke.style.display="none":He!=="applet_scaler prerender"&&(ue.removeChild(ke),qe=He&&He.indexOf("appletParameters")!=-1?ke.id:null,Ne--)}var Ae=ce.id!==void 0?ce.id:qe,Ie=window[Ae];Ie&&typeof Ie.getBase64=="function"&&(Ie.remove(),window[Ae]=null)},bn.refreshHitPoints=function(){if(gt(ggbHTML5LoadedCodebaseVersion)>=5)return!0;var ue=bn.getAppletObject();return ue&&typeof ue.recalculateEnvironments=="function"?(ue.recalculateEnvironments(),!0):!1},bn.startAnimation=function(){var ue=bn.getAppletObject();return ue&&typeof ue.startAnimation=="function"?(ue.startAnimation(),!0):!1},bn.stopAnimation=function(){var ue=bn.getAppletObject();return ue&&typeof ue.stopAnimation=="function"?(ue.stopAnimation(),!0):!1},bn.getAppletObject=function(){var ue=ce.id!==void 0?ce.id:"ggbApplet";return window[ue]},bn.resize=function(){};var te=function(ue,je,Ne){var qe=document.createElement("param");qe.setAttribute("name",je),qe.setAttribute("value",Ne),ue.appendChild(qe)},Xt=function(ue){return ue&&ue!=="false"},he=function(ue,je,Ne){gt(yt)<=4.2&&(Ne=!0);var qe=!isRenderGGBElementEnabled&&!scriptLoadStarted;(!isRenderGGBElementEnabled&&!scriptLoadStarted||ggbHTML5LoadedCodebaseVersion!==yt||ggbHTML5LoadedCodebaseIsWebSimple&&!tt)&&(qe=!0,isRenderGGBElementEnabled=!1,scriptLoadStarted=!1);var ke=document.createElement("div");ke.classList.add("appletParameters","notranslate");var He=je.width,Ae=je.height;if(je.disableAutoScale=je.disableAutoScale===void 0?GGBAppletUtils.isFlexibleWorksheetEditor():je.disableAutoScale,je.width!==void 0)if(gt(yt)<=4.4)Xt(je.showToolBar)&&(je.height-=7),Xt(je.showAlgebraInput)&&(je.height-=37),je.width<605&&Xt(je.showToolBar)&&(je.width=605,He=605);else{var Ie=100;(Xt(je.showToolBar)||Xt(je.showMenuBar))&&(je.hasOwnProperty("customToolBar")&&(je.customToolbar=je.customToolBar),Ie=Xt(je.showMenuBar)?245:155),He<Ie&&(je.width=Ie,He=Ie)}ke.style.border="none",ke.style.display="inline-block";for(var Ge in je)je.hasOwnProperty(Ge)&&Ge!=="appletOnLoad"&&ke.setAttribute("data-param-"+Ge,je[Ge]);ct&&ke.setAttribute("data-param-fontscssurl",ct),bn.resize=function(){GGBAppletUtils.responsiveResize(ue,je)},window.addEventListener("resize",function(ae){bn.resize()});var ie=typeof je.appletOnLoad=="function"?je.appletOnLoad:function(){};if(!Ne&&je.width!==void 0){je.hasOwnProperty("showSplash")||ke.setAttribute("data-param-showSplash","false");var Et=ue.querySelector(".applet_scaler.prerender"),At=Et!==null;if(At)var Yt=Et.querySelector(".ggb_preview");else{var Yt=we(He,Ae,je.borderColor,!1);Et=document.createElement("div"),Et.className="applet_scaler",Et.style.position="relative",Et.style.display="block",Et.style.width=He+"px",Et.style.height=Ae+"px"}window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(Et,"66%"),gt(yt)>=5?(je.appletOnLoad=function(ae){var xe=ue.querySelector(".ggb_preview");xe&&xe.parentNode.removeChild(xe),window.GGBT_spinner&&window.GGBT_spinner.removeSpinner(Et),window.GGBT_wsf_view&&$(window).trigger("resize"),ie(ae)},At||Et.appendChild(Yt)):ke.appendChild(Yt),Et.appendChild(ke),At||ue.appendChild(Et),setTimeout(function(){bn.resize()},1)}else{var oe=document.createElement("div");oe.className="applet_scaler",oe.style.position="relative",oe.style.display="block",oe.appendChild(ke),ue.appendChild(oe),je.appletOnLoad=function(ae){bn.resize(),ie(ae)}}function _t(ae,xe){xe&&typeof xe.appletOnLoad=="function"&&typeof renderGGBElement=="function"?renderGGBElement(ae,xe.appletOnLoad):renderGGBElement(ae),se("GeoGebra HTML5 applet injected and rendered with previously loaded codebase.",xe)}function Ot(ae,xe){typeof renderGGBElement=="undefined"?(html5AppletsToProcess===null&&(html5AppletsToProcess=[]),html5AppletsToProcess.push({article:ae,params:xe}),window.renderGGBElementReady=function(){isRenderGGBElementEnabled=!0,html5AppletsToProcess!==null&&html5AppletsToProcess.length&&(html5AppletsToProcess.forEach(function(Ke){_t(Ke.article,Ke.params)}),html5AppletsToProcess=null)},gt(yt)<5&&(ae.className+=" geogebraweb")):_t(ae,xe)}if(qe){scriptLoadStarted=!0;for(var Pt=0;Pt<ke.childNodes.length;Pt++){var Tt=ke.childNodes[Pt].tagName;Tt==="TABLE"&&(ke.removeChild(ke.childNodes[Pt]),Pt--)}if(ggbHTML5LoadedScript!==null){var $t=document.querySelector('script[src="'+ggbHTML5LoadedScript+'"]');$t!=null&&$t.parentNode.removeChild($t)}var jt=document.createElement("script"),Gt=function(){Ot(ke,je)};jt.src=kt+et,ggbHTML5LoadedCodebaseIsWebSimple=tt,ggbHTML5LoadedCodebaseVersion=yt,ggbHTML5LoadedScript=jt.src,se("GeoGebra HTML5 codebase loaded: '"+kt+"'.",je),!Ct&&(!zt||zt=="5.0")?(tt?webSimple.succeeded=webSimple.succeeded||webSimple():web3d.succeeded=web3d.succeeded||web3d(),Gt()):kt.requirejs?__webpack_require__.e(6132).then(function(){var ae=[__webpack_require__(66132)];Gt.apply(null,ae)}.bind(this)).catch(__webpack_require__.oe):(jt.onload=Gt,ue.appendChild(jt))}else Ot(ke,je);je.height=Ae,je.width=He},fe=function(ue,je,Ne){var qe=we(je.width,je.height,je.borderColor,Ne),ke=document.createElement("div");ke.style.position="relative",ke.style.display="block",ke.style.width=je.width+"px",ke.style.height=je.height+"px",ke.className="applet_screenshot applet_scaler"+(Ne?" applet_screenshot_play":""),ke.appendChild(qe);var He=GGBAppletUtils.getScale(je,ue,Ne);Ne?(ue.appendChild(ze()),window.GGBT_wsf_view||(ue.style.position="relative")):window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(ke,"66%"),ue.appendChild(ke),He!==1&&!isNaN(He)&&(GGBAppletUtils.scaleElement(ke,He),ke.style.width=je.width+"px",ke.style.height=je.height+"px",ke.parentNode.style.width=je.width*He+"px",ke.parentNode.style.height=je.height*He+"px"),bn.resize=function(){Ce(ue,qe,ke,Ne)},window.addEventListener("resize",function(Ae){bn.resize()}),bn.resize()};function Ce(ue,je,Ne,qe){if(ue.contains(je)){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(ue.id!=="fullscreencontent")return;window.GGBT_wsf_view.setCloseBtnPosition(ue)}var ke=GGBAppletUtils.getScale(ce,ue,qe);Ne.parentNode!==null&&(!isNaN(ke)&&ke!==1?(GGBAppletUtils.scaleElement(Ne,ke),Ne.parentNode.style.width=ce.width*ke+"px",Ne.parentNode.style.height=ce.height*ke+"px"):(GGBAppletUtils.scaleElement(Ne,1),Ne.parentNode.style.width=ce.width+"px",Ne.parentNode.style.height=ce.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&GGBAppletUtils.positionCenter(ue),typeof window.GGBT_ws_header_footer=="object"&&window.GGBT_ws_header_footer.setWsScrollerHeight()}}bn.onExitFullscreen=function(ue,je){je.appendChild(ue)};var Fe=function(ue,je,Ne,qe){fe(ue,je,!0);for(var ke=function(){var Ie=[];for(Ae=0;Ae<ue.childNodes.length;Ae++)Ie.push(ue.childNodes[Ae]);if(window.GGBT_wsf_view){var Ge=window.GGBT_wsf_view.renderFullScreen(ue,je.id),ie=document.getElementById("fullscreencontainer"),Et=jQuery(ue).find(".fullscreencontent");Et.length>0?(Ge.remove(),Et.attr("id","fullscreencontent").show(),jQuery(ie).append(Et),window.dispatchEvent(new Event("resize"))):he(Ge,je,!1),window.GGBT_wsf_view.launchFullScreen(ie)}else Dt=qe,he(ue,je,!1);if(!window.GGBT_wsf_view)for(Ae=0;Ae<Ie.length;Ae++)ue.removeChild(Ie[Ae])},He=ue.getElementsByClassName("ggb_preview_play"),Ae=0;Ae<He.length;Ae++)He[Ae].addEventListener("click",ke,!1),He[Ae].addEventListener("ontouchstart",ke,!1);typeof window.ggbAppletPlayerOnload=="function"&&window.ggbAppletPlayerOnload(ue),It()&&window.GGBT_wsf_view&&$(".wsf-element-fullscreen-button").remove()},ze=function(){var ue=document.createElement("div");if(ue.className="ggb_preview_play icon-applet-play",!window.GGBT_wsf_view){var je='.icon-applet-play { width: 100%; height: 100%;box-sizing: border-box;position: absolute;z-index: 1001;cursor: pointer;border-width: 0px; background-color: transparent;background-repeat: no-repeat;left: 0;top: 0;background-position: center center; background-image: url("https://www.geogebra.org/images/worksheet/icon-start-applet.png");}.icon-applet-play:hover {background-image: url("https://www.geogebra.org/images/worksheet/icon-start-applet-hover.png");}',Ne=document.createElement("style");Ne.styleSheet?Ne.styleSheet.cssText=je:Ne.appendChild(document.createTextNode(je)),document.getElementsByTagName("head")[0].appendChild(Ne)}return ue},we=function(ue,je,Ne,qe){var ke=document.createElement("div");ke.className="ggb_preview",ke.style.position="absolute",ke.style.zIndex="90",ke.style.width=ue-2+"px",ke.style.height=je-2+"px",ke.style.top="0px",ke.style.left="0px",ke.style.overflow="hidden",ke.style.backgroundColor="white";var He="lightgrey";Ne!==void 0&&(Ne==="none"?He="transparent":He=Ne),ke.style.border="1px solid "+He;var Ae=document.createElement("img");if(Ae.style.position="relative",Ae.style.zIndex="1000",Ae.style.top="-1px",Ae.style.left="-1px",lt!==null&&Ae.setAttribute("src",lt),Ae.style.opacity=.7,ot!==null){var Ie,Ge,ie;if(!qe){Ie=document.createElement("img"),Ie.style.position="absolute",Ie.style.zIndex="1001",Ie.style.opacity=1,Ae.style.opacity=.3,Ge=360,Ge>ue/4*3&&(Ge=ue/4*3),ie=Ge/5.8,Ie.setAttribute("src",ot),Ie.setAttribute("width",Ge),Ie.setAttribute("height",ie);var Et=(ue-Ge)/2,At=(je-ie)/2;Ie.style.left=Et+"px",Ie.style.top=At+"px",ke.appendChild(Ie)}}return ke.appendChild(Ae),ke},De=function(ue){return ue=ue.toLowerCase(),ue==="html5"||ue==="screenshot"?ue:"html5"},pe=["web","webSimple","web3d","tablet","tablet3d","phone"],Jt=function(ue,je){if(yt=ue,je){re(yt,!0);return}var Ne=!wt;if(Ne){var qe=gt(yt);!isNaN(qe)&&qe<4.4&&(Ne=!1)}var ke,He;window.location.protocol.substr(0,4)==="http"?ke=window.location.protocol:ke="http:";var Ae=yt.indexOf("//");Ae>0?He=yt:Ae===0?He=ke+yt:He="https://www.geogebra.org/apps/5.2.814.0/";for(var Ie in pe)if(yt.slice(pe[Ie].length*-1)===pe[Ie]||yt.slice((pe[Ie].length+1)*-1)===pe[Ie]+"/"){re(He,!1);return}!GGBAppletUtils.isFlexibleWorksheetEditor()&&Ne&&!ee.is3D&&!ee.AV&&!ee.SV&&!ee.CV&&!ee.EV2&&!ee.CP&&!ee.PC&&!ee.DA&&!ee.FI&&!ee.PV&&!Xt(ce.showToolBar)&&!Xt(ce.showMenuBar)&&!Xt(ce.showAlgebraInput)&&!Xt(ce.enableRightClick)&&(!ce.appName||ce.appName=="classic")?He+="webSimple/":He+="web3d/",re(He,!1)},re=function(ue,je){if(ue.requirejs){kt=ue;return}ue.slice(-1)!=="/"&&(ue+="/"),kt=ue,je===null&&(je=ue.indexOf("http")===-1),xt=je,et="web.nocache.js",tt=!1;var Ne=kt.split("/");Ne.length>1&&(!je&&Ne[Ne.length-2]==="webSimple"?(et="webSimple.nocache.js",tt=!0):pe.indexOf(Ne[Ne.length-2])>=0&&(et=Ne[Ne.length-2]+".nocache.js")),Ne=ue.split("/"),yt=Ne[Ne.length-3],yt.substr(0,4)==="test"?yt=yt.substr(4,1)+"."+yt.substr(5,1):(yt.substr(0,3)==="war"||yt.substr(0,4)==="beta")&&(yt="5.0");var qe=parseFloat(yt);qe!==NaN&&qe<5&&ue.indexOf("geogebra.org")>=0&&(console.log("The GeoGebra HTML5 codebase version "+qe+" is deprecated. Using version latest instead."),Jt("5.0",je))},se=function(ue,je){window.console&&window.console.log&&(!je||typeof je.showLogging=="undefined"||je.showLogging&&je.showLogging!=="false")&&console.log(ue)};ce.material_id!==void 0?Ut(ge):ge();function ge(){var ue=Hn;zt!==null?ue=zt:parseFloat(ue)<5&&(ue="5.0"),Jt(ue,!1),Ct!==null&&re(Ct,xt),Bt=!0}return bn},GGBAppletUtils=function(){"use strict";function bn(){return window.GGBT_wsf_edit!==void 0}function Hn(Bt,zt){zt!=1?(Bt.style.transformOrigin="0% 0% 0px",Bt.style.webkitTransformOrigin="0% 0% 0px",Bt.style.transform="scale("+zt+","+zt+")",Bt.style.webkitTransform="scale("+zt+","+zt+")",Bt.style.maxWidth="initial",Bt.querySelector(".ggb_preview")!==null&&(Bt.querySelector(".ggb_preview").style.maxWidth="initial"),Bt.querySelectorAll(".ggb_preview img")[0]!==void 0&&(Bt.querySelectorAll(".ggb_preview img")[0].style.maxWidth="initial"),Bt.querySelectorAll(".ggb_preview img")[1]!==void 0&&(Bt.querySelectorAll(".ggb_preview img")[1].style.maxWidth="initial")):(Bt.style.transform="none",Bt.style.webkitTransform="none")}function ce(Bt,zt,Ct,Mt,Rt,St){var kt=null;if(St!=null&&St!="")for(var xt=Bt.parentNode;xt!=null;)if((" "+xt.className+" ").indexOf(" "+St+" ")>-1){kt=xt;break}else xt=xt.parentNode;var Dt=0,yt=0,et=0,tt=0,lt=0,ot=0,ut=0;if(kt)Dt=kt.offsetWidth,yt=Math.max(Mt?kt.offsetWidth:0,kt.offsetHeight);else{if(window.innerWidth&&document.documentElement.clientWidth?(Dt=Math.min(window.innerWidth,document.documentElement.clientWidth),yt=Math.min(window.innerHeight,document.documentElement.clientHeight),et=Dt):(Dt=window.innerWidth,yt=window.innerHeight,et=window.innerWidth),Bt){var ct=Bt.getBoundingClientRect();ct.left>0&&ct.left<=Dt&&(Rt===void 0||!Rt)&&(document.dir==="rtl"?(lt=Dt-ct.width-ct.left,ot=et<=480?10:30):(ot=ct.left,lt=et<=480?10:30),tt=ot+lt)}if(Bt&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){var ft=Bt.getBoundingClientRect();window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(tt=40,ut=0):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(tt=0,ut=40)}}return Bt&&((Ct===void 0||!Ct)&&zt>0&&zt+tt<Dt?Dt=zt:Dt-=tt,typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(Ct===void 0||!Ct)&&(yt-=ut)),{width:Dt,height:yt}}function ee(Bt,zt,Ct,Mt,Rt){if(Bt.isScreenshoGenerator)return 1;var St=Mt!==void 0&&Mt,kt=Bt.noScaleMargin!=null&&Bt.noScaleMargin,xt=function(ft){return ft&&ft!=="false"},Dt=xt(Bt.autoHeight),yt=ce(zt,Bt.width,Ct,Dt,St&&window.GGBT_wsf_view||kt,Rt),et=parseInt(yt.width),tt=Bt.width,lt=Bt.height;if(tt===void 0){var ot=zt.querySelector(".appletParameters");ot&&(tt=ot.offsetWidth,lt=ot.offsetHeight)}var ut=et/tt,ct=St?1:yt.height/lt;return Ct!==void 0&&!Ct&&(ut=Math.min(1,ut),ct=Math.min(1,ct)),Math.min(ut,ct)}function wt(Bt,zt,Ct){var Mt=1,Rt,St=!1;if(Bt.hasOwnProperty("allowUpscale")&&(St=Bt.allowUpscale),Bt.hasOwnProperty("scale")&&(Mt=parseFloat(Bt.scale),(isNaN(Mt)||Mt===null||Mt===0)&&(Mt=1),Mt>1&&(St=!0)),zt&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(St=!0),!(Bt.hasOwnProperty("disableAutoScale")&&Bt.disableAutoScale))Rt=ee(Bt,zt,St,Ct,Bt.scaleContainerClass);else return Mt;return St&&(!Bt.hasOwnProperty("scale")||Mt===1)?Rt:Math.min(Mt,Rt)}function Qt(Bt){var zt=Math.min(window.innerWidth,document.documentElement.clientWidth),Ct=Math.min(window.innerHeight,document.documentElement.clientHeight),Mt=Bt.getBoundingClientRect(),Rt=(zt-Mt.width)/2,St=(Ct-Mt.height)/2;St<0&&(St=0),Bt.style.position="relative",window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(Rt<40?Bt.style.left="40px":Bt.style.left=Rt+"px",Bt.style.top=St+"px"):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(St<40?Bt.style.top="40px":Bt.style.top=St+"px",Bt.style.left=Rt+"px")}function Vt(Bt,zt){var Ct=Bt.querySelector(".appletParameters");if(Ct){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(zt.id!==Ct.getAttribute("data-param-id"))return;window.GGBT_wsf_view.setCloseBtnPosition(Bt)}if(Ct.parentElement&&/fullscreen/.test(Ct.parentElement.className))return;var Mt=wt(zt,Bt);bn()&&Ct.setAttribute("data-param-scale",Mt);for(var Rt=null,St=0;St<Bt.childNodes.length;St++)if(Bt.childNodes[St].className!==void 0&&Bt.childNodes[St].className.match(/^applet_scaler/)){Rt=Bt.childNodes[St];break}if(Rt!==null&&Rt.querySelector(".noscale")!==null)return;var kt=zt.id!==void 0?zt.id:"ggbApplet",xt=window[kt];(xt==null||!xt.recalculateEnvironments)&&Rt!==null&&!Rt.className.match(/fullscreen/)&&(Rt.parentNode.style.transform="",!isNaN(Mt)&&Mt!==1?(Rt.parentNode.style.width=zt.width*Mt+"px",Rt.parentNode.style.height=zt.height*Mt+"px",Hn(Rt,Mt)):(Hn(Rt,1),Rt.parentNode.style.width=zt.width+"px",Rt.parentNode.style.height=zt.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&Qt(Bt),window.GGBT_wsf_view&&!window.GGBT_wsf_view.isFullscreen()&&window.GGBT_wsf_general.adjustContentToResize($(Ct).parents(".content-added-content"))}}return{responsiveResize:Vt,isFlexibleWorksheetEditor:bn,positionCenter:Qt,getScale:wt,scaleElement:Hn}}();__WEBPACK_AMD_DEFINE_ARRAY__=[],__WEBPACK_AMD_DEFINE_RESULT__=function(){return GGBApplet}.apply(exports,__WEBPACK_AMD_DEFINE_ARRAY__),__WEBPACK_AMD_DEFINE_RESULT__!==void 0&&(module.exports=__WEBPACK_AMD_DEFINE_RESULT__),GGBAppletUtils.makeModule=function(name,permutation){function webModule(){var H="bootstrap",I="begin",J="gwt.codesvr."+name+"=",K="gwt.codesvr=",L=name,M="startup",N="DUMMY",O=0,P=1,Q="iframe",R="position:absolute; width:0; height:0; border:none; left: -1000px;",S=" top: -1000px;",T="Chrome",U="CSS1Compat",V="<!doctype html>",W="",X="<html><head></head><body></body></html>",Y="undefined",Z="readystatechange",$=10,_="script",ab="javascript",bb="Failed to load ",cb="moduleStartup",db="scriptTagAdded",eb="moduleRequested",fb="meta",gb="name",hb=name+"::",ib="::",jb="gwt:property",kb="content",lb="=",mb="gwt:onPropertyErrorFn",nb='Bad handler "',ob='" for "gwt:onPropertyErrorFn"',pb="gwt:onLoadErrorFn",qb='" for "gwt:onLoadErrorFn"',rb="#",sb="?",tb="/",ub="img",vb="clear.cache.gif",wb="baseUrl",xb=name+".nocache.js",yb="base",zb="//",Ab="selectingPermutation",Bb=name+".devmode.js",Cb=permutation,Db=":",Eb=".cache.js",Fb="loadExternalRefs",Gb="end",n=window,o=document;function p(){var bn=n.location.search;return bn.indexOf(J)!=-1||bn.indexOf(K)!=-1}function q(bn,Hn){}webModule.__sendStats=q,webModule.__moduleName=L,webModule.__errFn=null,webModule.__moduleBase=N,webModule.__softPermutationId=O,webModule.__computePropValue=null,webModule.__getPropMap=null,webModule.__installRunAsyncCode=function(){},webModule.__gwtStartLoadingFragment=function(){return null},webModule.__gwt_isKnownPropertyValue=function(){return!1},webModule.__gwt_getMetaProperty=function(){return null};var r=null,s=n.__gwt_activeModules=n.__gwt_activeModules||{};s[L]={moduleName:L},webModule.__moduleStartupDone=function(bn){var Hn=s[L].bindings;s[L].bindings=function(){for(var ce=Hn?Hn():{},ee=bn[webModule.__softPermutationId],wt=O;wt<ee.length;wt++){var Qt=ee[wt];ce[Qt[O]]=Qt[P]}return ce}};var t;function u(){return v(),t}function v(){if(!t){var bn=o.createElement(Q);if(bn.id=L,bn.style.cssText=R+S,bn.tabIndex=-1,o.body.appendChild(bn),t=bn.contentWindow.document,navigator.userAgent.indexOf(T)==-1){t.open();var Hn=document.compatMode==U?V:W;t.write(Hn+X),t.close()}}}function w(bn){function Hn(ee){function wt(){return typeof o.readyState==Y?typeof o.body!=Y&&o.body!=null:/loaded|complete/.test(o.readyState)}var Qt=wt();if(Qt){ee();return}function Vt(){if(!Qt){if(!wt())return;Qt=!0,ee(),o.removeEventListener&&o.removeEventListener(Z,Vt,!1),Bt&&clearInterval(Bt)}}o.addEventListener&&o.addEventListener(Z,Vt,!1);var Bt=setInterval(function(){Vt()},$)}function ce(ee){var wt=u(),Qt=wt.body,Vt=wt.createElement(_);Vt.language=ab,Vt.crossOrigin=W,Vt.src=ee,webModule.__errFn&&(Vt.onerror=function(){webModule.__errFn(L,new Error(bb+ee))}),Qt.appendChild(Vt)}Hn(function(){ce(bn)})}webModule.__startLoadingFragment=function(bn){return C(bn)},webModule.__installRunAsyncCode=function(bn){var Hn=u(),ce=Hn.body,ee=Hn.createElement(_);ee.language=ab,ee.text=bn,ce.appendChild(ee),ce.removeChild(ee)};function A(){for(var c={},d,e,f=o.getElementsByTagName(fb),g=O,h=f.length;g<h;++g){var i=f[g],j=i.getAttribute(gb),k;if(j){if(j=j.replace(hb,W),j.indexOf(ib)>=O)continue;if(j==jb){if(k=i.getAttribute(kb),k){var l,m=k.indexOf(lb);m>=O?(j=k.substring(O,m),l=k.substring(m+P)):(j=k,l=W),c[j]=l}}else if(j==mb){if(k=i.getAttribute(kb),k)try{d=eval(k)}catch(bn){alert(nb+k+ob)}}else if(j==pb&&(k=i.getAttribute(kb),k))try{e=eval(k)}catch(bn){alert(nb+k+qb)}}}__gwt_getMetaProperty=function(bn){var Hn=c[bn];return Hn==null?null:Hn},r=d,webModule.__errFn=e}function B(){function bn(Bt){var zt=Bt.lastIndexOf(rb);zt==-1&&(zt=Bt.length);var Ct=Bt.indexOf(sb);Ct==-1&&(Ct=Bt.length);var Mt=Bt.lastIndexOf(tb,Math.min(Ct,zt));return Mt>=O?Bt.substring(O,Mt+P):W}function Hn(Bt){if(!Bt.match(/^\w+:\/\//)){var zt=o.createElement(ub);zt.src=Bt+vb,Bt=bn(zt.src)}return Bt}function ce(){var Bt=__gwt_getMetaProperty(wb);return Bt!=null?Bt:W}function ee(){for(var Bt=o.getElementsByTagName(_),zt=O;zt<Bt.length;++zt)if(Bt[zt].src.indexOf(xb)!=-1)return bn(Bt[zt].src);return W}function wt(){var Bt=o.getElementsByTagName(yb);return Bt.length>O?Bt[Bt.length-P].href:W}function Qt(){var Bt=o.location;return Bt.href==Bt.protocol+zb+Bt.host+Bt.pathname+Bt.search+Bt.hash}var Vt=ce();return Vt==W&&(Vt=ee()),Vt==W&&(Vt=wt()),Vt==W&&Qt()&&(Vt=bn(o.location.href)),Vt=Hn(Vt),Vt}function C(bn){return bn.match(/^\//)||bn.match(/^[a-zA-Z]+:\/\//)?bn:webModule.__moduleBase+bn}function D(){var bn=[],Hn=O,ce=[],ee=[];function wt(Bt){var zt=ee[Bt](),Ct=ce[Bt];if(zt in Ct)return zt;var Mt=[];for(var Rt in Ct)Mt[Ct[Rt]]=Rt;throw r&&r(Bt,Mt,zt),null}if(__gwt_isKnownPropertyValue=function(Bt,zt){return zt in ce[Bt]},webModule.__getPropMap=function(){var Bt={};for(var zt in ce)ce.hasOwnProperty(zt)&&(Bt[zt]=wt(zt));return Bt},webModule.__computePropValue=wt,n.__gwt_activeModules[L].bindings=webModule.__getPropMap,p())return C(Bb);var Qt;try{Qt=Cb;var Vt=Qt.indexOf(Db);Vt!=-1&&(Hn=parseInt(Qt.substring(Vt+P),$),Qt=Qt.substring(O,Vt))}catch(Bt){}return webModule.__softPermutationId=Hn,C(Qt+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})()},81436:function(bn,Hn,ce){"use strict";ce.d(Hn,{$Y:function(){return He},A0:function(){return je},EP:function(){return Bt},F_:function(){return Mt},Fk:function(){return _t},G9:function(){return Ct},GB:function(){return re},GR:function(){return ot},GW:function(){return qe},Hh:function(){return Ot},Hp:function(){return Dt},Ir:function(){return wt},N$:function(){return se},NZ:function(){return Ce},Nv:function(){return oe},OA:function(){return Et},OJ:function(){return we},QF:function(){return xe},RS:function(){return Lt},RY:function(){return Gt},Rj:function(){return Fe},SX:function(){return Ft},Tp:function(){return Ae},Ui:function(){return ue},V1:function(){return pe},Vn:function(){return Ut},dL:function(){return Yt},fo:function(){return te},gG:function(){return Xt},gK:function(){return lt},hK:function(){return yt},i3:function(){return St},ib:function(){return et},lS:function(){return tt},m5:function(){return zt},n4:function(){return ee},n_:function(){return kt},oP:function(){return Ie},p2:function(){return Ne},pl:function(){return fe},rM:function(){return ft},sM:function(){return xt},t2:function(){return It},tD:function(){return ut},u8:function(){return ct},um:function(){return ae},vm:function(){return At},wQ:function(){return Rt},wj:function(){return De},wt:function(){return he},yS:function(){return gt},yi:function(){return Qt},ym:function(){return ze},z2:function(){return Vt}});const ee="FETCH_TASK_START",wt="FETCH_TASK_FAILURE",Qt="FETCH_TASK_SUCCESS",Vt="UPDATE_TASK_DATA",Bt="HIDE_EVALUATE_RESULT",zt="SHOW_EVALUATE_RESULT",Ct="UPDATE_TIMESTRAP",Mt="MOVE_X",Rt="MOVE_Y",St="TRIGGER_RIGHT_PANEL_MASK ",kt="SET_ACTIVE_INDEX",xt="GET_TASK_LIST",Dt="SHOW_TASK_LIST",yt="HIDE_TASK_LIST",et="SET_TASK_STAR",tt="TRIGGER_ENLARGE_UNITY3D ",lt="TRIGGER_TAB_FIXED ",ot="GET_DISCUSSES",ut="SHOW_DISCUSSES_LOADING",ct="TOP_OR_DOWN_DISCUSS",ft="PLUS_DISCUSS",gt="SET_ACTION_TYPE",Lt="SHOW_REWARD_DIALOG",It="CANCEL_REWARD_DIALOG",Ut="SET_REWARD",Ft="ACTIVE_DISCUSS_INDEX",qt="CREATE_DISCUSS",te="DISABLE_DISCUSS",Xt="CHANGE_PAGE",he="SHOW_ANSWER_LOADING",fe="FETCH_ANSWER_INFO",Ce="HIGH_TIP_MODAL",Fe="SHOW_TIP_MODAL",ze="SELECT_UNLOCK_ANSWER",we="SET_CHOOSE_ANSWERS",De="EVAL_CHOOSE_START",pe="EVAL_CHOOSE_END",Jt="SHOW_REP_loading",re="FETCH_REP_CONTENT",se="EDIT_REP_CONTENT",ge="SET_REP_PATH",ue="SHOW_EVALUATE_LOADING",je="HIDE_EVALUATE_LOADING",Ne="SET_EVALUATE_MESSAGE",qe="SET_SHOW_DIR",ke="SET_EDITOR_SETTING",He="SET_EDITOR_THEME",Ae="SET_EDITOR_FONTSIZE",Ie="SET_REPOS",Ge="SHOW_PATH_LIST",ie="HIDE_PATH_LIST",Et="HIDE_PICTURE_VIEW",At="SHOW_PICTURE_VIEW",Yt="SHOW_NOTICE",oe="HIDE_NOTICE",_t="SHOW_CASE_NOTICE",Ot="HIDE_CASE_NOTICE",Pt="SET_TAB_INDEX",Tt="SET_SSH_TABS",$t="SET_SSH_CONFIGDATA",jt="SET_SSH_CONFIGDATAARR",Gt="SET_VNC_LOADING ",ae="ON_TAB_TO_SPACE ",xe="ON_AUTO_FORMAT "},33168:function(bn,Hn,ce){"use strict";ce.d(Hn,{Ax:function(){return Vt},Ds:function(){return Bt},KI:function(){return Ct},SI:function(){return Qt},f1:function(){return wt}});var ee=ce(13820);function wt(Mt){let Rt=!0;if(Mt.length>0){for(let St=0;St<Mt.length;St++)if(Mt[St].compile_success==0||!Mt[St].compile_success){Rt=!1;break}}else Rt=!1;return Rt}function Qt(Mt,Rt=""){let St=[];for(let kt=0;kt<Mt.length;kt++){let xt=Mt[kt],Dt=Rt?`${Rt}/${xt.name}`:`${xt.name}`;St.push({title:xt.name,type:xt.type,isLeaf:xt.type!=="tree",key:Dt})}return St}function Vt(Mt,Rt,St){for(let kt=0;kt<Mt.length;kt++){let xt=Mt[kt];if(xt.key===Rt){xt.children=St;break}xt.children&&Vt(xt.children,Rt,St)}return Mt}function Bt(Mt,Rt,St){let kt;return function(){let xt=this,Dt=arguments,yt=function(){kt=null,St||Mt.apply(xt,Dt)},et=St&&!kt;clearTimeout(kt),kt=setTimeout(yt,Rt),et&&Mt.apply(xt,Dt)}}const zt=!0,Ct=ee.Z.API_SERVER},82848:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return yt}});var ee=ce(99571),wt=ce(59301),Qt=Object.defineProperty,Vt=Object.defineProperties,Bt=Object.getOwnPropertyDescriptors,zt=Object.getOwnPropertySymbols,Ct=Object.prototype.hasOwnProperty,Mt=Object.prototype.propertyIsEnumerable,Rt=(et,tt,lt)=>tt in et?Qt(et,tt,{enumerable:!0,configurable:!0,writable:!0,value:lt}):et[tt]=lt,St=(et,tt)=>{for(var lt in tt||(tt={}))Ct.call(tt,lt)&&Rt(et,lt,tt[lt]);if(zt)for(var lt of zt(tt))Mt.call(tt,lt)&&Rt(et,lt,tt[lt]);return et},kt=(et,tt)=>Vt(et,Bt(tt)),xt=(et,tt)=>{var lt={};for(var ot in et)Ct.call(et,ot)&&tt.indexOf(ot)<0&&(lt[ot]=et[ot]);if(et!=null&&zt)for(var ot of zt(et))tt.indexOf(ot)<0&&Mt.call(et,ot)&&(lt[ot]=et[ot]);return lt},Dt=(et,tt,lt)=>new Promise((ot,ut)=>{var ct=Lt=>{try{gt(lt.next(Lt))}catch(It){ut(It)}},ft=Lt=>{try{gt(lt.throw(Lt))}catch(It){ut(It)}},gt=Lt=>Lt.done?ot(Lt.value):Promise.resolve(Lt.value).then(ct,ft);gt((lt=lt.apply(et,tt)).next())});const yt=et=>{var tt=et,{children:lt}=tt,ot=xt(tt,["children"]);const[ut,ct]=(0,wt.useState)(!1);return wt.createElement(ee.ZP,kt(St({},ot),{loading:ut,onClick:ft=>Dt(void 0,null,function*(){try{ct(!0),yield ot.onClick(ft),ct(!1)}catch(gt){console.error(gt),ct(!1)}})}),lt)}},6980:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return St}});var ee=ce(59301),wt=ce(99571),Qt=ce(6767),Vt=ce(14566),Bt=ce(32050),zt=ce(19248),Ct=ce(13820),Mt={img:"img___BgL9D"},St=({value:kt,onChange:xt,getFileProgress:Dt})=>{const[yt,et]=(0,ee.useState)(!1),tt=ee.createElement(wt.ZP,{loading:yt,icon:ee.createElement(Bt.Z,null)},"\u9009\u62E9\u4E0A\u4F20\u6587\u4EF6"),lt=()=>ee.createElement("div",{className:Mt.img},ee.createElement("img",{src:Ct.Z.API_SERVER+"/api/attachments/"+kt,alt:"avatar",style:{width:288}}),ee.createElement("div",null,ee.createElement(zt.Z,{onClick:()=>xt(""),style:{fontSize:"16px",color:"red"}}))),ot=ut=>{var ct,ft,gt,Lt,It,Ut;if(Dt&&Dt(ut),ut.file.status==="uploading"){et(!0);return}if(ut.file.status==="done"){if(et(!1),ut.file.status==="done"&&((ft=(ct=ut.file)==null?void 0:ct.response)==null?void 0:ft.status)===-1){Qt.ZP.error((Lt=(gt=ut.file)==null?void 0:gt.response)==null?void 0:Lt.message);return}xt((Ut=(It=ut==null?void 0:ut.file)==null?void 0:It.response)==null?void 0:Ut.id)}};return ee.createElement(ee.Fragment,null,kt?lt():ee.createElement("div",null,ee.createElement(Vt.default,{withCredentials:!0,name:"file",showUploadList:!1,action:`${Ct.Z.API_SERVER}/api/attachments.json`,onChange:ot,accept:"image/*"},tt),ee.createElement("div",{className:"mt20 c-light-black"},"\u8BF4\u660E\uFF1A\u652F\u6301\u4E0A\u4F20jpg/png\u7B49\u683C\u5F0F\u6587\u4EF6\uFF0C\u6587\u4EF6\u5927\u5C0F\u4E0D\u80FD\u8D85\u8FC72M,\u5EFA\u8BAE\u4F7F\u7528288*158\u50CF\u7D20\uFF1B"),ee.createElement("div",{className:"c-light-black"},"\u5982\u4E0D\u4E0A\u4F20\uFF0C\u9ED8\u8BA4\u4F7F\u7528\u7CFB\u7EDF\u56FE\u7247\u3002")))}},36828:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return kt}});var ee=ce(59301),wt={imageDimensions:"imageDimensions___a7crR",img:"img___Kroat",fullWidth:"fullWidth___c492T"},Qt=ce(92310),Vt=ce.n(Qt),Bt=ce(29787),zt=ce(2859),Ct=ce(205),Mt=ce(61737),Rt=(xt,Dt,yt)=>new Promise((et,tt)=>{var lt=ct=>{try{ut(yt.next(ct))}catch(ft){tt(ft)}},ot=ct=>{try{ut(yt.throw(ct))}catch(ft){tt(ft)}},ut=ct=>ct.done?et(ct.value):Promise.resolve(ct.value).then(lt,ot);ut((yt=yt.apply(xt,Dt)).next())}),kt=({data:xt,className:Dt,fullWidth:yt,style:et={},onClose:tt,onOk:lt,showFullTools:ot,noAssociationId:ut})=>{const ct=(0,ee.useRef)(null),ft=(0,ee.useRef)(null),gt=(0,ee.useRef)(null),Lt=(0,ee.useRef)(null),[It,Ut]=(0,ee.useState)(!1),[Ft,qt]=(0,ee.useState)("\u6B63\u5728\u52A0\u8F7D\u4E2D");(0,ee.useEffect)(()=>(gt.current||(gt.current=document.createElement("style"),document.head.appendChild(gt.current)),xt!=null&&xt.visible?(document.body.setAttribute("data-custom","y-hidden"),gt.current.innerHTML=" html { overflow-y: hidden; }",xt!=null&&xt.src&&te()):(document.body.removeAttribute("data-custom"),gt.current&&(document.head.removeChild(gt.current),gt.current=null)),()=>{document.body.removeAttribute("data-custom"),gt.current&&(document.head.removeChild(gt.current),gt.current=null)}),[xt==null?void 0:xt.visible]);const te=()=>Rt(void 0,null,function*(){Ut(!0),qt("\u6B63\u5728\u52A0\u8F7D\u4E2D");const Ce=yield(0,Mt.ZJ)(xt==null?void 0:xt.src);ct.current.src="",ct.current.src=Ce,ct.current.onload=function(){fe()},Ut(!1),qt("")}),Xt=Ce=>Rt(void 0,null,function*(){Ut(!0),qt("\u6B63\u5728\u4FDD\u5B58\u4E2D");const Fe=yield(0,Ct.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:xt.title,file:Ce.dataUrl}});Fe!=null&&Fe.id&&!ut?(yield(0,Ct.ZP)(`/api/attachments/${xt.id}/add_subitem.json`,{method:"post",body:{subitem_id:Fe==null?void 0:Fe.id,settings:JSON.stringify(Ce.state)}})).status===0&&lt():Fe!=null&&Fe.id&&lt(Fe),Ut(!1),qt("")}),he=()=>{const Ce=document.querySelector('a[href="https://markerjs.com/"]');Ce&&Ce.parentNode&&(Ce.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(ze=>{const we=document.querySelector(ze.name);we&&we.setAttribute("title",ze.title)})},fe=()=>{ft.current=new zt.hP(ct.current),ft.current.targetRoot=Lt.current,ft.current.addEventListener("render",Xt),ft.current.addEventListener("beforeclose",tt),ot&&(ft.current.availableMarkerTypes=ft.current.ALL_MARKER_TYPES,ft.current.uiStyleSettings.redoButtonVisible=!0,ft.current.uiStyleSettings.notesButtonVisible=!0,ft.current.uiStyleSettings.zoomButtonVisible=!0,ft.current.uiStyleSettings.zoomOutButtonVisible=!0,ft.current.uiStyleSettings.clearButtonVisible=!0),window.markerArea=ft.current.uiStyleSettings,ft.current.show(),xt!=null&&xt.snapshotData&&ft.current.restoreState(xt.snapshotData),setTimeout(()=>{window.scrollTo(0,0),he()},300)};return ee.createElement(ee.Fragment,null,(xt==null?void 0:xt.visible)&&ee.createElement(Bt.Z,{spinning:It,tip:Ft,style:{position:"absolute",width:"100vw"}},ee.createElement("div",{ref:Lt,className:Vt()(wt.imageDimensions,Dt,yt?wt.fullWidth:""),style:et},ee.createElement("img",{className:wt.img,ref:ct}))))}},36409:function(bn,Hn,ce){"use strict";var ee=ce(59301),wt=ce(77019),Qt=ce(5269),Vt=ce(20554),Bt=ce(99571),zt=ce(89284),Ct=ce(60791),Mt=ce(48136),Rt=ce(59301);const St=(0,ee.forwardRef)(({callback:kt,showSaveButton:xt,value:Dt=""},yt)=>{const et=(0,ee.useRef)(),tt=[{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 "}]}]}],lt=[{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}`}]}]}],ot=ft=>{et.current.setValue(et.current.getValue()+" "+ft.value+" ")},ut=[{key:"1",label:"\u5FEB\u6377\u6A21\u677F",children:Rt.createElement(wt.Z,{className:Ct.Z.lists,gutter:[10,10]},tt.map((ft,gt)=>Rt.createElement(Qt.Z,{flex:"110px",className:Ct.Z.item},Rt.createElement("div",null,Rt.createElement(zt.Z,{value:`$$${ft.value}$$`}),ft.name),Rt.createElement("div",{className:Ct.Z.children},ft.children.map((Lt,It)=>Rt.createElement("div",{key:It},Rt.createElement("h1",null,Lt.name),Rt.createElement(wt.Z,{gutter:[10,10]},Lt.data.map((Ut,Ft)=>Rt.createElement(Qt.Z,{key:Ft,onClick:()=>ot(Ut),className:Ct.Z.diamond},Rt.createElement(zt.Z,{value:"`$$"+Ut.value+"$$`"}))))))))))},{key:"2",label:"\u516C\u5F0F\u6A21\u677F",children:Rt.createElement(wt.Z,{className:Ct.Z.lists,gutter:[10,10]},lt.map((ft,gt)=>Rt.createElement(Qt.Z,{flex:"110px",className:Ct.Z.item},Rt.createElement("div",null,Rt.createElement(zt.Z,{value:"`$$"+ft.value+"$$`"}),ft.name),Rt.createElement("div",{className:Ct.Z.children},ft.children.map((Lt,It)=>Rt.createElement("div",{key:It},Lt.name&&Rt.createElement("h1",null,Lt.name),Rt.createElement(wt.Z,{gutter:[10,10]},Lt.data.map((Ut,Ft)=>Rt.createElement(Qt.Z,{key:Ft,onClick:()=>ot(Ut),className:Ct.Z.diamond},Rt.createElement(zt.Z,{value:"`$$"+Ut.value+"$$`"}))))))))))}],ct=()=>{var ft=document.createElement("div");ft.innerHTML=et.current.getValue();var gt=ft.innerText;return kt&&kt(gt),gt};return(0,ee.useImperativeHandle)(yt,()=>({getData:ct})),Rt.createElement("div",{className:Ct.Z.mathWrap},Rt.createElement(Vt.default,{defaultActiveKey:"1",items:ut}),Rt.createElement("math-field",{locale:"zh_cn",className:Ct.Z.mathField,placeholder:"\u8BF7\u6253\u5F00\u952E\u76D8\uFF0C\u8F93\u5165\u516C\u5F0F",ref:et,style:{width:800,marginTop:30,fontSize:18}},Dt||""),xt&&Rt.createElement("div",{className:Ct.Z.button},Rt.createElement(Bt.ZP,{size:"large",onClick:ct,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))});Hn.Z=St},19256:function(bn,Hn,ce){"use strict";ce.d(Hn,{z:function(){return De},Z:function(){return pe}});var ee=ce(59301),wt=ce(14566),Qt=ce(6767),Vt=ce(62957),Bt=ce(99571),zt=ce(13820),Ct=ce(65438),Mt=Object.defineProperty,Rt=Object.getOwnPropertySymbols,St=Object.prototype.hasOwnProperty,kt=Object.prototype.propertyIsEnumerable,xt=(Jt,re,se)=>re in Jt?Mt(Jt,re,{enumerable:!0,configurable:!0,writable:!0,value:se}):Jt[re]=se,Dt=(Jt,re)=>{for(var se in re||(re={}))St.call(re,se)&&xt(Jt,se,re[se]);if(Rt)for(var se of Rt(re))kt.call(re,se)&&xt(Jt,se,re[se]);return Jt},yt=(Jt,re,se)=>new Promise((ge,ue)=>{var je=ke=>{try{qe(se.next(ke))}catch(He){ue(He)}},Ne=ke=>{try{qe(se.throw(ke))}catch(He){ue(He)}},qe=ke=>ke.done?ge(ke.value):Promise.resolve(ke.value).then(je,Ne);qe((se=se.apply(Jt,re)).next())});const et="\u3000\u3000";function tt(Jt){var re=["Bytes","KB","MB","GB","TB"];if(Jt==0)return"0 Byte";var se=parseInt(""+Math.floor(Math.log(Jt)/Math.log(1024)),10);return(Jt/Math.pow(1024,se)).toFixed(1)+" "+re[se]}var lt=({value:Jt=[],action:re,onChange:se,className:ge,maxSize:ue=150,title:je="\u6587\u4EF6\u4E0A\u4F20",accept:Ne=null})=>{const qe={multiple:!1,fileList:Jt,accept:Ne,withCredentials:!0,beforeUpload:He=>He.size/1024/1024<ue?!0:(message.error(`\u8BE5\u6587\u4EF6\u65E0\u6CD5\u4E0A\u4F20\u3002\u8D85\u8FC7\u6587\u4EF6\u5927\u5C0F\u9650\u5236(${ue}MB),\u5EFA\u8BAE\u4E0A\u4F20\u5230\u767E\u5EA6\u4E91\u7B49\u5176\u5B83\u5171\u4EAB\u5DE5\u5177\u91CC\uFF0C\u7136\u540E\u518Dtxt\u6587\u6863\u91CC\u7ED9\u51FA\u94FE\u63A5\u4EE5\u53CA\u5171\u4EAB\u5BC6\u7801\u5E76\u4E0A\u4F20`),Promise.reject()),action:`${ENV.API_SERVER}/api/attachments.json`,onChange(He){var Ae,Ie,Ge,ie;let Et=[...He.fileList];if(Et=Et.map(At=>(At.name.indexOf(et)===-1&&(At.name=`${At.name}${et}${tt(At.size)}`),Dt({},At))),He.file.status==="done"&&((Ie=(Ae=He.file)==null?void 0:Ae.response)==null?void 0:Ie.status)===-1){message.error((ie=(Ge=He.file)==null?void 0:Ge.response)==null?void 0:ie.message),se([]);return}se(Et)},onRemove:He=>yt(void 0,null,function*(){const Ae=He.size/1024/1024;return He.status==="uploading"?!0:Ae<ue&&(He.response?He.response.id:He.uid)?yield removeAttachment(He.response?He.response.id:He.id):!0})};function ke(He){He.preventDefault(),He.stopPropagation()}return React.createElement("div",{className:`single-upload ${ge||""}`},React.createElement(Upload,Dt({},qe),React.createElement(Button,{type:"primary",title:Jt.length>0?"\u6BCF\u6B21\u53EA\u80FD\u4E0A\u4F20\u4E00\u4E2A\u8D44\u6E90\uFF0C \u5220\u9664\u4E0B\u9762\u8D44\u6E90\u53EF\u91CD\u65B0\u4E0A\u4F20 ":"",disabled:Jt.length>0,ghost:!0},je),React.createElement("span",{onClick:ke,style:{marginLeft:10}},"(\u5355\u4E2A\u6587\u4EF6\u6700\u5927",ue,"M)"," ")))},ot=ce(61481),ut=ce(89392),ct=Object.defineProperty,ft=Object.getOwnPropertySymbols,gt=Object.prototype.hasOwnProperty,Lt=Object.prototype.propertyIsEnumerable,It=(Jt,re,se)=>re in Jt?ct(Jt,re,{enumerable:!0,configurable:!0,writable:!0,value:se}):Jt[re]=se,Ut=(Jt,re)=>{for(var se in re||(re={}))gt.call(re,se)&&It(Jt,se,re[se]);if(ft)for(var se of ft(re))Lt.call(re,se)&&It(Jt,se,re[se]);return Jt};const Ft=Jt=>React.createElement("svg",Ut({width:14,height:14,xmlns:"http://www.w3.org/2000/svg"},Jt),React.createElement("title",null,"\u5F62\u72B6"),React.createElement("path",{d:"M10.354 3.5h-2.77v8.167H6.416V3.5H3.646L7 0l3.354 3.5ZM14 7h-1.167v5.833H1.167V7H0v7h14V7Z",fill:"#3061D0",fillRule:"nonzero"}));var qt="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjM1NCAzLjVoLTIuNzd2OC4xNjdINi40MTZWMy41SDMuNjQ2TDcgMGwzLjM1NCAzLjVaTTE0IDdoLTEuMTY3djUuODMzSDEuMTY3VjdIMHY3aDE0VjdaIiBmaWxsPSIjMzA2MUQwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=",te=Object.defineProperty,Xt=Object.getOwnPropertySymbols,he=Object.prototype.hasOwnProperty,fe=Object.prototype.propertyIsEnumerable,Ce=(Jt,re,se)=>re in Jt?te(Jt,re,{enumerable:!0,configurable:!0,writable:!0,value:se}):Jt[re]=se,Fe=(Jt,re)=>{for(var se in re||(re={}))he.call(re,se)&&Ce(Jt,se,re[se]);if(Xt)for(var se of Xt(re))fe.call(re,se)&&Ce(Jt,se,re[se]);return Jt},ze=(Jt,re,se)=>new Promise((ge,ue)=>{var je=ke=>{try{qe(se.next(ke))}catch(He){ue(He)}},Ne=ke=>{try{qe(se.throw(ke))}catch(He){ue(He)}},qe=ke=>ke.done?ge(ke.value):Promise.resolve(ke.value).then(je,Ne);qe((se=se.apply(Jt,re)).next())});const{Dragger:we}=wt.default;function De(Jt){let re=[];return Jt&&Jt.length>0&&(re=Jt.map(se=>({uid:se.id,id:se.id,name:se.title+et+se.filesize,url:se.url,filesize:se.filesize,status:"done",response:{id:se.id}}))),re}var pe=({value:Jt,onChange:re,action:se,data:ge,className:ue,maxSize:je=150,title:Ne="\u4E0A\u4F20\u9644\u4EF6",showRemoveModal:qe=!1,accept:ke="",additionalText:He,isDragger:Ae,number:Ie=1e3,aloneClear:Ge=!1,realTimeRemove:ie=!0,uploadText:Et,setFileProgress:At,showFileProgress:Yt})=>{const[oe,_t]=(0,ee.useState)(!1);let[Ot,Pt]=(0,ee.useState)(Jt||[]),[Tt,$t]=(0,ee.useState)(1);(0,ee.useEffect)(()=>{Jt&&(Tt===1&&Pt([...Jt]),$t(2),Ie===(Jt==null?void 0:Jt.length)&&_t(!0))},[Jt]);const jt=()=>{setTimeout(()=>{Ot.pop(),Pt([...Ot])},500)};Yt&&At(Ot.some(xe=>xe.status==="uploading"));const Gt={multiple:!0,disabled:oe,accept:ke,withCredentials:!0,fileList:Ot,beforeUpload:(xe,Ke)=>{const We=xe.size/1024/1024;return Ot.concat(Ke).length>Ie?(Ot.pop(),Pt([...Ot]),Qt.ZP.error(`\u6700\u591A\u53EA\u80FD\u4E0A\u4F20${Ie}\u4E2A\u6587\u4EF6`),Ge?Promise.reject():(jt(),!1)):We<je?!0:(Qt.ZP.error(`\u8BE5\u6587\u4EF6\u65E0\u6CD5\u4E0A\u4F20\u3002\u8D85\u8FC7\u6587\u4EF6\u5927\u5C0F\u9650\u5236(${je}MB).`),Ge?Promise.reject():(jt(),!1))},data:ge,action:se||`${zt.Z.API_SERVER}/api/attachments.json`,onChange(xe){var Ke,We,Me,Je;if(xe.file.status==="removed"?Ot=xe.fileList:Ot=(0,ut.uniqBy)([...xe.fileList,...Ot],"uid"),xe.file.status==="done"&&((We=(Ke=xe.file)==null?void 0:Ke.response)==null?void 0:We.status)===-1){Qt.ZP.error((Je=(Me=xe.file)==null?void 0:Me.response)==null?void 0:Je.message);return}Ot.length>=Ie?_t(!0):_t(!1),Pt([...Ot]),Ot=Ot.map(un=>{var on,$e;return(on=un==null?void 0:un.response)!=null&&on.id&&(un.url=($e=un==null?void 0:un.response)==null?void 0:$e.url),un.name.indexOf(et)===-1&&(un.name=`${un.name}${et}${tt(un.size)}`),Fe({},un)}),console.log("info:",xe,Ot),re(Ot)},onRemove:xe=>ze(void 0,null,function*(){if(!ie)return!0;const Ke=()=>ze(void 0,null,function*(){if(xe.response?xe.response.id:xe.id){let Me=yield(0,Ct.JZ)(xe.response?xe.response.id:xe.uid);return Promise.resolve(Me)}else return!0});return qe?new Promise((We,Me)=>{Vt.default.confirm({centered:!0,width:530,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u63D0\u793A",content:ee.createElement("div",{className:"tc font16"},"\u662F\u5426\u786E\u8BA4\u5220\u9664?"),onOk:()=>ze(void 0,null,function*(){const Je=yield Ke();Qt.ZP.success("\u5220\u9664\u6210\u529F"),We(!0)}),onCancel:()=>We(!1)})}):yield Ke()})};function ae(xe){xe.preventDefault(),xe.stopPropagation()}return ee.createElement("div",{className:`multi-upload ${ue||""}`},Ae&&ee.createElement(we,Fe({},Gt),ee.createElement("p",{className:"ant-upload-drag-icon"},ee.createElement(ot.Z,null)),ee.createElement("p",{className:"ant-upload-text"},"\u70B9\u51FB\u4E0A\u4F20\u56FE\u6807\uFF0C\u9009\u62E9\u8981\u4E0A\u4F20\u7684\u6587\u4EF6\u6216\u5C06\u6587\u4EF6\u62D6\u62FD\u5230\u6B64",ee.createElement("br",null),"(\u5355\u4E2A\u6587\u4EF6\u6700\u5927\u9650\u5236\u4E3A",je,"MB)"," "),He),!Ae&&ee.createElement(wt.default,Fe({},Gt),ee.createElement(Bt.ZP,{disabled:oe,className:"upload_button"},ee.createElement("img",{className:"aBtn_img",src:qt}),Ne),ee.createElement("span",{onClick:ae,className:"upload_text"},Et||`(\u5355\u4E2A\u6587\u4EF6\u6700\u5927${je}MB)`)))}},67769:function(bn,Hn,ce){"use strict";var ee=ce(59301),wt=ce(93314),Qt=ce(99571),Vt=Object.defineProperty,Bt=Object.defineProperties,zt=Object.getOwnPropertyDescriptors,Ct=Object.getOwnPropertySymbols,Mt=Object.prototype.hasOwnProperty,Rt=Object.prototype.propertyIsEnumerable,St=(yt,et,tt)=>et in yt?Vt(yt,et,{enumerable:!0,configurable:!0,writable:!0,value:tt}):yt[et]=tt,kt=(yt,et)=>{for(var tt in et||(et={}))Mt.call(et,tt)&&St(yt,tt,et[tt]);if(Ct)for(var tt of Ct(et))Rt.call(et,tt)&&St(yt,tt,et[tt]);return yt},xt=(yt,et)=>Bt(yt,zt(et));const Dt=({img:yt,buttonProps:et={},styles:tt={},customText:lt,ButtonText:ot,ButtonClick:ut,Buttonclass:ct,ButtonTwo:ft,imgStyles:gt,loading:Lt=!1,className:It=""})=>ee.createElement("section",{className:`tc animated fadeIn ${It}`,style:kt({color:"#999",margin:"100px auto",visibility:Lt?"hidden":"visible"},tt)},ee.createElement("img",{src:yt||wt,style:xt(kt({},gt),{pointerEvents:"none",userSelect:"none"})}),ee.createElement("p",{className:"mt20 font14"},lt||"\u6682\u65F6\u8FD8\u6CA1\u6709\u76F8\u5173\u6570\u636E\u54E6!"),ot&&ee.createElement(Qt.ZP,kt({className:ct,onClick:ut},et),ot),ft&&ft);Hn.Z=Dt},15213:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return ct}});var ee=ce(59301),wt={wrp:"wrp___dq7YK",bgBlack:"bgBlack___ARIUV",monaco:"monaco___VnZC3",darkBlue:"darkBlue___UprA9",close:"close___LKoWu",embed:"embed___hvpEJ"},Qt=ce(99571),Vt=ce(70557),Bt=ce(48633),zt=ce(25399),Ct=ce(61737),Mt=ce(52035),Rt=ce(67769),St=ce(13820),kt=ce(91676),xt=ce(59301),Dt=Object.defineProperty,yt=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,tt=Object.prototype.propertyIsEnumerable,lt=(ft,gt,Lt)=>gt in ft?Dt(ft,gt,{enumerable:!0,configurable:!0,writable:!0,value:Lt}):ft[gt]=Lt,ot=(ft,gt)=>{for(var Lt in gt||(gt={}))et.call(gt,Lt)&&lt(ft,Lt,gt[Lt]);if(yt)for(var Lt of yt(gt))tt.call(gt,Lt)&&lt(ft,Lt,gt[Lt]);return ft},ut=(ft,gt,Lt)=>new Promise((It,Ut)=>{var Ft=Xt=>{try{te(Lt.next(Xt))}catch(he){Ut(he)}},qt=Xt=>{try{te(Lt.throw(Xt))}catch(he){Ut(he)}},te=Xt=>Xt.done?It(Xt.value):Promise.resolve(Xt.value).then(Ft,qt);te((Lt=Lt.apply(ft,gt)).next())}),ct=({editOffice:ft="view",data:gt,theme:Lt,type:It,filename:Ut,monacoEditor:Ft,className:qt,style:te,close:Xt,onClose:he,hasMask:fe,disabledDownload:Ce,onImgDimensions:Fe,showNodata:ze,recordInfo:we})=>{const[De,pe]=(0,ee.useState)("https://view.officeapps.live.com/op/view.aspx?src=http://testgs.educoder.net//rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--03541f6234b93d7ac3b2d84e7eb0e6594a952945/1.ppt"),[Jt,re]=(0,ee.useState)(""),[se,ge]=(0,ee.useState)(),ue=window.ENV==="build"?"/react/build":"",je=location.host.startsWith("localhost")?St.Z.PROXY_SERVER:St.Z.API_SERVER,qe=10*(1024*1024),ke=(0,ee.useRef)();gt!=null&&gt.startsWith("/api")&&It!=="txt"&&(gt=St.Z.API_SERVER+gt);const He=ie=>ie.substring(ie.lastIndexOf("/")+1).split(".").pop();Ut&&Ft&&(Ft.filename=Ut),(0,ee.useEffect)(()=>{var ie,Et;const At=(Et=(ie=document.cookie)==null?void 0:ie.replace(/\s/g,""))==null?void 0:Et.split(";");At==null||At.map(Yt=>{let oe=Yt.split("=");oe[0]==="_educoder_session"&&re(oe[1])})},[]),(0,ee.useEffect)(()=>{It==="office"&&(gt.indexOf("bigfilescdn.")>-1||gt.indexOf("bigfiles1")>-1?ge({url:gt,fileType:He(gt),model:gt.indexOf("model=edit")?"edit":"view"}):Ae())},[It,gt]);const Ae=()=>ut(void 0,null,function*(){console.log("data:",gt);let ie=gt;gt.startsWith("http")||(ie=location.origin+ie);let Et=new URL(ie).pathname.split("/").pop();const At=yield(0,Mt.gJ)({attachment_id:Et});At.url=je+At.url,ge(At)}),Ie=()=>{if(gt.startsWith("http")||gt.startsWith("blob:")){Ge();return}(0,Ct.Sv)(Ut||"educoder",gt,Ut)},Ge=()=>{we&&(0,kt.fc)({id:we==null?void 0:we.id,watch_type:1,course_id:we==null?void 0:we.course_id}),(0,Ct.Nd)(Ut||"educoder",decodeURIComponent(gt))};return xt.createElement("div",{style:ot({},te||{}),className:`${fe&&wt.bgBlack} ${It?wt.wrp:"hide"}`},Xt&&xt.createElement("div",{className:wt.close,ref:ke},!!Fe&&xt.createElement(zt.Z,{title:"\u70B9\u51FB\u5BF9\u56FE\u7247\u8FDB\u884C\u6279\u6CE8",getPopupContainer:()=>ke.current},xt.createElement("span",{onClick:()=>{he(),Fe()}},xt.createElement("i",{className:"icon-yulanpizhu"}))),!Ce&&xt.createElement(zt.Z,{title:"\u70B9\u51FB\u4E0B\u8F7D\u6B64\u6587\u4EF6",getPopupContainer:()=>ke.current},xt.createElement("span",{onClick:Ge},xt.createElement("i",{className:"icon-quxiaozhiding"}))),xt.createElement(zt.Z,{title:"\u5173\u95ED",getPopupContainer:()=>ke.current},xt.createElement("span",{className:"",onClick:he},xt.createElement("i",{className:"icon-guanbi1"})))),xt.createElement("div",{className:`${wt[qt]} ${qt} ${wt.monaco} ${It==="txt"?"show":"hide"}`},It==="txt"&&xt.createElement(xt.Fragment,null,xt.createElement(Bt.ZP,ot({},Ft)))),It==="audio"&&xt.createElement("audio",{src:`${(gt==null?void 0:gt.indexOf("http://"))>-1||(gt==null?void 0:gt.indexOf("https://"))>-1?"":"data:audio/mp3;base64,"}${gt}`,autoPlay:!0}),It==="video"&&xt.createElement(xt.Fragment,null,(gt==null?void 0:gt.indexOf("http"))>-1?xt.createElement("video",{controls:!0,src:`${gt}`,autoPlay:!0}):xt.createElement("video",{controls:!0,src:`data:video/mp4;base64,${gt}`,autoPlay:!0})),It==="office"&&se&&xt.createElement("iframe",{src:`${ue}/office.html?key=${se.key}&url=${btoa(se.url)}&callbackUrl=${je+(se.callbackUrl||"")}&fileType=${se.fileType}&title=${se.title||""}&model=${ft}&officeServer=${St.Z.ONLYOFFICE}&disabledDownload=${!!Ce}`}),It==="html"&&xt.createElement("iframe",{src:gt+"&disposition=inline"}),It==="pdf"&&xt.createElement("iframe",{src:`${ue}/js/pdfview/index.html?filename=${Ut||"educoder.pdf"}&url=${encodeURIComponent(gt)}&disabledDownload=${!!Ce}`}),It==="image"&&xt.createElement("img",{src:`${(gt==null?void 0:gt.indexOf("http://"))>-1||(gt==null?void 0:gt.indexOf("https://"))>-1?"":"data:image/png;base64,"}${gt}`}),(It==="other"||It==="download")&&xt.createElement(xt.Fragment,null,ze?xt.createElement(Rt.Z,{customText:"\u5F53\u524D\u6587\u4EF6\u4E0D\u652F\u6301\u9884\u89C8\uFF0C\u53EF\u70B9\u51FB\u4E0B\u8F7D\u67E5\u770B",ButtonTwo:xt.createElement(Qt.ZP,{icon:xt.createElement("i",{className:"iconfont icon-xiazai4 font14"}),type:"primary",size:"middle",onClick:Ie,disabled:Ce},"\u4E0B\u8F7D")}):xt.createElement(Qt.ZP,{type:"primary",size:"middle",onClick:Ie,disabled:Ce},xt.createElement(Vt.Z,null),"\u70B9\u51FB\u4E0B\u8F7D")))}},89284:function(bn,Hn,ce){"use strict";ce.d(Hn,{z:function(){return It},Z:function(){return Ut}});var ee=ce(59301),wt=ce(72250),Qt=ce(65802),Vt=ce(64018),Bt=ce(79710),zt=ce(13820),Ct=ce(61737),Mt=ce(15342),Rt=ce(1012),St=ce(15213),kt=ce(59301),Dt=({html:Ft})=>{const qt=(0,ee.useRef)(null),te=(0,ee.useRef)(null),Xt=`.markdown-body p {
margin: 0 0 16px 0 !important;
line-height: 28px;
white-space: pre-wrap;
}
ol,
ul,
li {
list-style-type: none
}
ol,
ul,
dl {
margin-bottom: 0px;
}
.markdown-body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
color: #333;
overflow: hidden;
font-family: "Microsoft YaHei", Helvetica, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", "Monaco", monospace, Tahoma, STXihei, "\u534E\u6587\u7EC6\u9ED1", STHeiti, "Helvetica Neue", "Droid Sans", "wenquanyi micro hei", FreeSans, Arimo, Arial, SimSun, "\u5B8B\u4F53", Heiti, "\u9ED1\u4F53", sans-serif;
word-break: break-word;
font-size: 16px;
line-height: 1.6;
white-space: normal;
word-wrap: break-word;
position: relative;
}
.markdown-body ul>li {
list-style-type: disc;
}
.markdown-body ol>li {
list-style-type: decimal;
}
.markdown-body a {
background: transparent;
}
.markdown-body a:active,
.markdown-body a:hover {
outline: 0;
}
.markdown-body strong {
font-weight: bold;
}
.markdown-body h1 {
font-size: 2em;
margin: 0.67em 0;
}
.markdown-body img {
border: 0;
}
.markdown-body hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
.markdown-body pre {
overflow: auto;
}
.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
font-family: "Meiryo UI", "YaHei Consolas Hybrid", Consolas, "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
font-size: 1em;
}
.markdown-body input {
color: inherit;
font: inherit;
margin: 0;
}
.markdown-body html input[disabled] {
cursor: default;
}
.markdown-body input {
line-height: normal;
}
.markdown-body input[type="checkbox"] {
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.markdown-body table {
border-collapse: collapse;
border-spacing: 0;
}
.markdown-body td,
.markdown-body th {
padding: 0;
}
.markdown-body * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.markdown-body input {
font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
.markdown-body a {
color: #4183c4;
text-decoration: none;
}
.markdown-body a:hover,
.markdown-body a:active {
text-decoration: underline;
}
.markdown-body hr {
height: 0;
margin: 15px 0;
overflow: hidden;
background: transparent;
border: 0;
border-bottom: 1px solid #ddd;
}
.markdown-body hr:before {
display: table;
content: "";
}
.markdown-body hr:after {
display: table;
clear: both;
content: "";
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
margin-top: 15px;
margin-bottom: 15px;
line-height: 1.1;
}
.markdown-body h1 {
font-size: 30px;
}
.markdown-body h2 {
font-size: 21px;
}
.markdown-body h3 {
font-size: 16px;
}
.markdown-body h4 {
font-size: 14px;
}
.markdown-body h5 {
font-size: 12px;
}
.markdown-body h6 {
font-size: 11px;
}
.markdown-body blockquote {
margin: 0;
}
.markdown-body ul,
.markdown-body ol {
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
ul.linenums,
ol.linenums {
padding: 16px 0 0 36px !important;
}
.markdown-body ul,
.markdown-body ol {
padding-left: 2em;
}
.markdown-body ol ol,
.markdown-body ul ol {
list-style-type: lower-roman;
}
.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
list-style-type: lower-alpha;
}
.markdown-body dd {
margin-left: 0;
}
.markdown-body code {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 12px;
}
.markdown-body pre {
margin-top: 0;
margin-bottom: 0;
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.markdown-body .octicon {
font: normal normal 16px octicons-anchor;
line-height: 1;
display: inline-block;
text-decoration: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.markdown-body .octicon-link:before {
content: '\f05c';
}
.markdown-body>*:first-child {
margin-top: 0 !important;
}
.markdown-body>*:last-child {
margin-bottom: 0 !important;
}
.markdown-body .anchor {
position: absolute;
top: 0;
left: 0;
display: block;
padding-right: 6px;
padding-left: 30px;
margin-left: -30px;
}
.markdown-body .anchor:focus {
outline: none;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
position: relative;
margin-top: 1em;
margin-bottom: 16px;
font-weight: bold;
line-height: 1.4;
}
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
display: none;
color: #000;
vertical-align: middle;
}
.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
padding-left: 8px;
margin-left: -30px;
text-decoration: none;
}
.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
display: inline-block;
}
.markdown-body h1 {
padding-bottom: 0.3em;
font-size: 2.25em;
line-height: 1.2;
border-bottom: 1px solid #eee;
}
.markdown-body h1 .anchor {
line-height: 1;
}
.markdown-body h2 {
padding-bottom: 0.3em;
font-size: 1.75em;
line-height: 1.225;
border-bottom: 1px solid #eee;
}
.markdown-body h2 .anchor {
line-height: 1;
}
.markdown-body h3 {
font-size: 1.5em;
line-height: 1.43;
}
.markdown-body h3 .anchor {
line-height: 1.2;
}
.markdown-body h4 {
font-size: 1.25em;
}
.markdown-body h4 .anchor {
line-height: 1.2;
}
.markdown-body h5 {
font-size: 1em;
}
.markdown-body h5 .anchor {
line-height: 1.1;
}
.markdown-body h6 {
font-size: 1em;
color: #777;
}
.markdown-body h6 .anchor {
line-height: 1.1;
}
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
margin-top: 0;
margin-bottom: 16px;
}
.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
margin-top: 0;
margin-bottom: 0;
}
.markdown-body li>p {
margin-top: 16px;
}
.markdown-body dl {
padding: 0;
}
.markdown-body dl dt {
padding: 0;
margin-top: 16px;
font-size: 1em;
font-style: italic;
font-weight: bold;
}
.markdown-body dl dd {
padding: 0 16px;
margin-bottom: 16px;
}
.markdown-body blockquote {
padding: 0 15px;
color: #777;
border-left: 4px solid #ddd;
}
.markdown-body blockquote> :first-child {
margin-top: 0;
}
.markdown-body blockquote> :last-child {
margin-bottom: 0;
}
.markdown-body table {
display: block;
width: 100%;
overflow: auto;
word-break: normal;
word-break: keep-all;
}
.markdown-body table th {
font-weight: bold;
text-align: revert;
}
.markdown-body table th,
.markdown-body table td {
padding: 6px 13px;
border: 1px solid #ddd;
}
.markdown-body table tr {
background-color: #fff;
border-top: 1px solid #ccc;
}
.markdown-body table tr:nth-child(2n) {
background-color: #f8f8f8;
}
.markdown-body img {
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.markdown-body code {
padding: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
margin: 0;
font-size: 85%;
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
}
.markdown-body code:has(.katex) {
background-color: transparent;
}
.markdown-body code:before,
.markdown-body code:after {
letter-spacing: -0.2em;
content: "\\00a0";
}
.markdown-body pre>code {
padding: 0;
margin: 0;
font-size: 100%;
word-break: normal;
white-space: pre;
background: transparent;
border: 0;
}
.markdown-body .highlight {
margin-bottom: 16px;
}
.markdown-body .highlight pre,
.markdown-body pre {
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f7f7f7;
border-radius: 3px;
}
.markdown-body .highlight pre {
margin-bottom: 0;
word-break: normal;
}
.markdown-body pre {
word-wrap: normal;
}
.markdown-body pre code {
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
line-height: inherit;
word-wrap: normal;
background-color: transparent;
border: 0;
}
.markdown-body pre code:before,
.markdown-body pre code:after {
content: normal;
}
.markdown-body kbd {
display: inline-block;
padding: 3px 5px;
font-size: 11px;
line-height: 10px;
color: #555;
vertical-align: middle;
background-color: #fcfcfc;
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
}
.markdown-body .pl-c {
color: #969896;
}
.markdown-body .pl-c1,
.markdown-body .pl-mdh,
.markdown-body .pl-mm,
.markdown-body .pl-mp,
.markdown-body .pl-mr,
.markdown-body .pl-s1 .pl-v,
.markdown-body .pl-s3,
.markdown-body .pl-sc,
.markdown-body .pl-sv {
color: #0086b3;
}
.markdown-body .pl-e,
.markdown-body .pl-en {
color: #795da3;
}
.markdown-body .pl-s1 .pl-s2,
.markdown-body .pl-smi,
.markdown-body .pl-smp,
.markdown-body .pl-stj,
.markdown-body .pl-vo,
.markdown-body .pl-vpf {
color: #333;
}
.markdown-body .pl-ent {
color: #63a35c;
}
.markdown-body .pl-k,
.markdown-body .pl-s,
.markdown-body .pl-st {
color: #a71d5d;
}
.markdown-body .pl-pds,
.markdown-body .pl-s1,
.markdown-body .pl-s1 .pl-pse .pl-s2,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-src {
color: #df5000;
}
.markdown-body .pl-mo,
.markdown-body .pl-v {
color: #1d3e81;
}
.markdown-body .pl-id {
color: #b52a1d;
}
.markdown-body .pl-ii {
background-color: #b52a1d;
color: #f8f8f8;
}
.markdown-body .pl-sr .pl-cce {
color: #63a35c;
font-weight: bold;
}
.markdown-body .pl-ml {
color: #693a17;
}
.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
color: #1d3e81;
font-weight: bold;
}
.markdown-body .pl-mq {
color: #008080;
}
.markdown-body .pl-mi {
color: #333;
font-style: italic;
}
.markdown-body .pl-mb {
color: #333;
font-weight: bold;
}
.markdown-body .pl-md,
.markdown-body .pl-mdhf {
background-color: #ffecec;
color: #bd2c00;
}
.markdown-body .pl-mdht,
.markdown-body .pl-mi1 {
background-color: #eaffea;
color: #55a532;
}
.markdown-body .pl-mdr {
color: #795da3;
font-weight: bold;
}
.markdown-body kbd {
display: inline-block;
padding: 3px 5px;
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
line-height: 10px;
color: #555;
vertical-align: middle;
background-color: #fcfcfc;
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
}
.markdown-body .task-list-item {
list-style-type: none;
}
.markdown-body .task-list-item+.task-list-item {
margin-top: 3px;
}
.markdown-body .task-list-item input {
float: left;
margin: 0.3em 0 0.25em -1.6em;
vertical-align: middle;
}
.markdown-body :checked+.radio-label {
z-index: 1;
position: relative;
border-color: #4183c4;
}
/*! Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
.pln {
color: #000
}
/* plain text */
@media screen {
.str {
color: #080
}
/* string content */
.kwd {
color: #008
}
/* a keyword */
.com {
color: #800
}
/* a comment */
.typ {
color: #606
}
/* a type name */
.lit {
color: #066
}
/* a literal value */
/* punctuation, lisp open bracket, lisp close bracket */
.pun,
.opn,
.clo {
color: #660
}
.tag {
color: #008
}
/* a markup tag name */
.atn {
color: #606
}
/* a markup attribute name */
.atv {
color: #080
}
/* a markup attribute value */
.dec,
.var {
color: #606
}
/* a declaration; a variable name */
.fun {
color: red
}
/* a function name */
}
/* Use higher contrast and text-weight for printable form. */
@media print,
projection {
.str {
color: #060
}
.kwd {
color: #006;
font-weight: bold
}
.com {
color: #600;
font-style: italic
}
.typ {
color: #404;
font-weight: bold
}
.lit {
color: #044
}
.pun,
.opn,
.clo {
color: #440
}
.tag {
color: #006;
font-weight: bold
}
.atn {
color: #404
}
.atv {
color: #060
}
}
/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
padding: 2px;
/* border: 1px solid #888 */
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
margin-top: 0;
margin-bottom: 0
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
list-style-type: none
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
background: #eee
}
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
margin-top: 0;
margin-bottom: 16px;
}`;return(0,ee.useEffect)(()=>{const he=qt.current.attachShadow({mode:"open"});te.current=document.createElement("div"),te.current.className="markdown-body",te.current.innerHTML=Ft,he.appendChild(te.current);const fe=document.createElement("style");return fe.textContent=Xt,he.appendChild(fe),()=>{he.innerHTML=""}},[]),(0,ee.useEffect)(()=>{te.current&&(te.current.innerHTML=Ft)},[Ft]),kt.createElement("div",{ref:qt})},yt=Object.defineProperty,et=Object.getOwnPropertySymbols,tt=Object.prototype.hasOwnProperty,lt=Object.prototype.propertyIsEnumerable,ot=(Ft,qt,te)=>qt in Ft?yt(Ft,qt,{enumerable:!0,configurable:!0,writable:!0,value:te}):Ft[qt]=te,ut=(Ft,qt)=>{for(var te in qt||(qt={}))tt.call(qt,te)&&ot(Ft,te,qt[te]);if(et)for(var te of et(qt))lt.call(qt,te)&&ot(Ft,te,qt[te]);return Ft};const ct="@\u2581\u2581@",ft="@\u2581@",gt=/<pre[^>]*>/g;function Lt(Ft){let qt=document.createElement("div");return qt.innerHTML=Ft,qt.childNodes.length===0?"":qt.childNodes[0].nodeValue}const It=(Ft,qt)=>{Ft=Ft||"";const te=/(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?\)|(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,Xt=/\"(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,he=/\(\s+(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,fe=/(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g;return qt?Ft.replaceAll("https://www.educoder.net","").replaceAll("https://www-cdn.educoder.net","").replaceAll("//api/attachments","/api/attachments").replace(te,(Ce,Fe,ze,we,De,pe,Jt)=>{const re=Fe||we||pe,se=ze||De||Jt||"?";return zt.Z.API_SERVER+"/api/attachments/"+re+se+"&t="+(0,Ct.Jn)(re,Date.now())+(Ce.indexOf(")")>-1?")":"&")}).replaceAll('src="(','src="').replaceAll("src='(",'src="'):(Ft=Ft.replace(fe,(Ce,Fe,ze,we,De,pe,Jt)=>{const re=Fe||we||pe,se=ze||De||Jt||"?";return zt.Z.API_SERVER+"/attachments/download/"+re+se+"&t="+(0,Ct.Jn)(re,Date.now())+(Ce.indexOf(")")>-1?")":"&")}).replace(te,(Ce,Fe,ze,we,De,pe,Jt)=>{const re=Fe||we||pe,se=ze||De||Jt||"?";return zt.Z.API_SERVER+"/api/attachments/"+re+se+"&t="+(0,Ct.Jn)(re,Date.now())+(Ce.indexOf(")")>-1?")":"&")}).replace(Xt,(Ce,Fe,ze,we,De)=>{const pe=Fe||we,Jt=ze||De||"";return'"'+zt.Z.API_SERVER+"/api/attachments/"+pe+Jt+pe+Jt+"&t="+(0,Ct.Jn)(pe,Date.now())}).replace(he,(Ce,Fe,ze,we,De)=>{const pe=Fe||we,Jt=ze||De||"";return"("+zt.Z.API_SERVER+"/files/uploads/"+pe+Jt+pe+Jt+"&t="+(0,Ct.Jn)(pe,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,`
`),Ft)};var Ut=({value:Ft="",className:qt,showTextOnly:te,showLines:Xt,style:he={},stylesPrev:fe={},highlightKeywords:Ce,showProgramFill:Fe,isProgramFill:ze,disabledFill:we=!1,programFillValue:De,onFillChange:pe=se=>{},onFillBlur:Jt=()=>{},onFillFocus:re=()=>{}})=>{let se=String(Ft);const[ge,ue]=(0,ee.useState)(""),[je,Ne]=(0,ee.useState)("office"),[qe,ke]=(0,ee.useState)([]),He=(0,ee.useRef)("a"+(0,Rt.Z)()),Ae={},Ie=(jt,Gt,ae)=>{const xe=document.createElement(jt===ft?"input":"textarea");xe.style.width="100%",xe.style.height=jt===ft?"40px":"151px",xe.rows=5,xe.spellcheck=!1,xe.name="edu-program-fill",xe.placeholder="\u8BF7\u8F93\u5165",xe.dataset.id=Gt;const Ke=Object.keys(Ae).length;return Ae[Ke]=xe,`<span class="edu-program-fill-wrap ${jt===ft?"":"show"}" style="width:${jt===ft?"400px":"100%"}" title=${ae||""}><span>${xe.outerHTML}<span class="edu-program-fill-score" style="margin:0 6px"></span></span></span>`};function Ge(jt){return jt=jt.replace(/!\[.*?\]\(.*?\)/g,""),jt=jt.replace(/\[.*?\]\(.*?\)/g,""),jt=jt.replace(new RegExp("<iframe.*?<\\/iframe>","gs"),""),jt=jt.replace(/<embed.*?>/g,""),jt=jt.replace(/<img.*?>/g,""),jt=jt.replace(new RegExp("<video.*?>.*?<\\/video>","gs"),""),jt=jt.replace(new RegExp("<audio.*?>.*?<\\/audio>","gs"),""),jt=jt.replace(new RegExp("<style.*?>.*?<\\/style>","gs"),""),jt=jt.replace(new RegExp("<script.*?>.*?<\\/script>","gs"),""),jt}const ie=jt=>jt.replace(/<style.*?>([\s\S]+?)<\/style>/gim,function(Gt,ae){let xe=ae.replace(/(\n|\r)/g,"").split("}"),Ke=[];return xe.map(We=>{We!=""&&Ke.push(`.${He.current} ${We}`)}),`<style>${Ke.join("}")}</style>`}),Et=(0,ee.useMemo)(()=>{try{const xe=/\(\s+\/api\/attachments\/|\(\/api\/attachments\//g,Ke=/\"\/api\/attachments\/|\"\/attachments\/download\//g,We=/\(\s+\/files\/uploads\/|\"\/files\/uploads\//g,Me=/\(\/attachments\/download\//g;se=se.replace(Me,"("+zt.Z.API_SERVER+"/attachments/download/").replace(xe,"("+zt.Z.API_SERVER+"/api/attachments/").replace(Ke,'"'+zt.Z.API_SERVER+"/api/attachments/").replace(We,'"'+zt.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(xe){}if(Fe){let xe=-1;return se=se.replaceAll("<","&lt;").replaceAll(">","&gt;").replace(/(@▁▁@|@▁@)/g,function(Ke,We,Me){var Je;return++xe,Ie(Ke,xe,(Je=De==null?void 0:De[xe])==null?void 0:Je.value.replaceAll("<","&lt;").replaceAll(">","&gt;"))}),`<pre style="background:#fff;padding:4px">${ie(se||"")}</pre>`}let jt=ie(se);jt=(0,Qt.ZP)(jt);const Gt=(0,Qt.ez)();se.match(/\[TOC\]/)&&(jt=jt.replace("<p>[TOC]</p>",(0,Qt.Qv)()),(0,Qt.Iy)()),jt=jt.replace(/(__special_katext_id_\d+__)/g,(xe,Ke)=>{const{type:We,expression:Me}=Gt[Ke];return(0,Mt.renderToString)(Lt(Me)||"",{displayMode:We==="block",throwOnError:!1,output:"html"})}),jt=jt.replace(/▁/g,"\u2581\u2581\u2581\u2581\u2581"),(0,Qt.AL)();const ae=document.createElement("div");if(ae.innerHTML=jt,te)return ae.innerText;if(Ce){const xe=Ce.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return _t(ae,xe),ae.innerHTML}return setTimeout(()=>Tt(),500),ae.innerHTML},[se,Ce]);(0,ee.useEffect)(()=>{Ot.current&&Ot.current.querySelectorAll(["input","textarea"]).forEach(Gt=>{Gt.oninput=At,Gt.onblur=Yt,Gt.onfocus=oe})},[qe]),(0,ee.useEffect)(()=>{var jt,Gt,ae,xe,Ke;if(De!=null&&De.length)try{const We=Ot.current.querySelectorAll(".edu-program-fill-score"),Me=Ot.current.querySelectorAll('[name="edu-program-fill"]');for(const[Je,un]of Me.entries())un.value=((jt=De==null?void 0:De[Je])==null?void 0:jt.value)||"",((Gt=De==null?void 0:De[Je])==null?void 0:Gt.type)==="warning"?un.className="program-fill-warning":((ae=De==null?void 0:De[Je])==null?void 0:ae.type)==="success"?un.className="program-fill-success":un.className="";for(const[Je,un]of We.entries())un.innerHTML=(xe=De==null?void 0:De[Je])!=null&&xe.score?`${(Ke=De==null?void 0:De[Je])==null?void 0:Ke.score}\u5206`:"";ke(De)}catch(We){console.log(We,"error")}},[De]);const At=jt=>{qe[jt.target.dataset.id]=qe[jt.target.dataset.id]||{},qe[jt.target.dataset.id].value=jt.target.value,ke([...qe]),pe(qe,jt.target.dataset.id)},Yt=jt=>{qe[jt.target.dataset.id]=qe[jt.target.dataset.id]||{},qe[jt.target.dataset.id].value=jt.target.value,ke([...qe]),Jt(qe,jt.target.dataset.id)},oe=jt=>{qe[jt.target.dataset.id]=qe[jt.target.dataset.id]||{},qe[jt.target.dataset.id].value=jt.target.value,ke([...qe]),re(qe,jt.target.dataset.id)};function _t(jt,Gt){return jt.childNodes.forEach(ae=>{var xe;if(ae.childNodes.length>0)_t(ae,Gt);else if(ae.nodeName!=="IMG")if(ae.innerHTML)ae.innerHTML=(xe=ae.innerHTML)==null?void 0:xe.replace(new RegExp(Gt,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>');else{const Ke=document.createElement("span");Ke.innerHTML=ae.textContent.replace(new RegExp(Gt,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>'),ae.replaceWith(Ke)}})}const Ot=(0,ee.useRef)();Qt.jb.WebkitLineClamp=Xt,Xt&&(he=ut(ut({},he),Qt.jb));function Pt(jt){let Gt=jt.target;if(Gt.tagName.toUpperCase()==="A"){let ae=Gt.getAttribute("href");if(ae.indexOf("office")>-1)jt.preventDefault(),ue(ae),Ne("office");else if(ae.indexOf("application/pdf")>-1)jt.preventDefault(),ue(ae),Ne("pdf");else if(ae.indexOf("text/html")>-1)jt.preventDefault(),ue(ae),Ne("html");else if(ae.startsWith("#")){jt.preventDefault();let xe=document.getElementById(ae.replace("#",""));xe&&xe.scrollIntoView(!0)}}}const Tt=()=>{var jt;const Gt=(jt=Ot.current)==null?void 0:jt.querySelectorAll("video");Gt==null||Gt.forEach(ae=>{if(ae.oncontextmenu=()=>!1,ae.src.indexOf(".m3u8")>-1&&!ae.canPlayType("application/vnd.apple.mpegurl")){if(Bt.ZP.isSupported()){var xe=new Bt.ZP;xe.loadSource(ae.src),xe.attachMedia(ae)}}})};(0,ee.useEffect)(()=>{if(Ot.current&&Et&&Et.match(gt)&&window.PR.prettyPrint(),Ot.current)return Ot.current.addEventListener("click",Pt),()=>{var jt;(jt=Ot.current)==null||jt.removeEventListener("click",Pt),(0,Qt.AL)(),(0,Qt.Iy)()}},[Et,Ot.current,Pt]),(0,ee.useEffect)(()=>{var jt;const Gt=ae=>{ae.preventDefault(),ae.clipboardData.setData("text",window.getSelection().toString())};return(jt=Ot.current)==null||jt.addEventListener("copy",Gt),()=>{var ae;(ae=Ot.current)==null||ae.removeEventListener("copy",Gt)}},[Ot.current]);const $t=jt=>/<style[\s\S]*?>/i.test(jt||"");return ee.createElement(ee.Fragment,null,te&&ee.createElement("div",{ref:Ot},Et),!te&&!$t(Et)&&ee.createElement("div",{ref:Ot,style:ut({},he),className:`${qt||""} ${we?"disabled-fill":""} markdown-body ${He.current}`,dangerouslySetInnerHTML:{__html:Et}}),!te&&$t(Et)&&ee.createElement(Dt,{html:Et}),ee.createElement(St.Z,{close:!0,data:ge,type:ge!=null&&ge.length?je:"",style:ut({},fe),onClose:()=>ue("")}))}},18196:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return Vt}});var ee=ce(59301),wt=ce(94784),Qt=ce(90083),Vt=()=>{const[Bt,zt]=(0,ee.useState)(""),[Ct,Mt]=(0,ee.useState)(0);let[Rt,St]=(0,ee.useState)(),[kt,xt]=(0,ee.useState)();const[Dt,yt]=(0,ee.useState)(!1),et=(0,ee.useRef)("");(0,ee.useEffect)(()=>wt.Z.subscribe("preview-image",Ft=>{zt(Ft),console.log(Lt.current),document.body.style.overflow="hidden"}),[]),(0,ee.useEffect)(()=>(document.addEventListener("keydown",tt),()=>{document.removeEventListener("keydown",tt)}),[]),(0,ee.useEffect)(()=>{et.current=Bt},[Bt]);function tt(Ut){Ut.keyCode==27&&et.current&&lt()}function lt(){document.body.style.overflow="auto",St(void 0),xt(void 0),Mt(0),zt("")}function ot(){Mt(Ct+90)}function ut(){Rt=Lt.current.width*1.1,kt=Lt.current.height*1.1,xt(kt),St(Rt)}function ct(){Rt=Lt.current.width/1.1,kt=Lt.current.height/1.1,xt(kt),St(Rt)}const ft=(0,ee.useRef)(),gt=(0,ee.useRef)(),Lt=(0,ee.useRef)(),It=Ut=>{(Ut.nativeEvent.target===ft.current||Ut.nativeEvent.target===gt.current)&&lt()};return ee.createElement(ee.Fragment,null,Bt?ee.createElement("div",null,ee.createElement("div",{className:"preview-wrp-group",ref:gt},ee.createElement(Qt.Z,{className:"image-preview",src:Bt,style:{display:"none"},preview:{visible:!0,src:Bt,onVisibleChange:Ut=>{zt("")}},alt:"\u9884\u89C8\u5927\u56FE"}))):null)}},44777:function(bn,Hn,ce){"use strict";ce.d(Hn,{h:function(){return ft}});var ee=ce(59301),wt=ce(82326),Qt=ce(28284),Vt=ce(99571),Bt=ce(89780),zt=ce.n(Bt),Ct=ce(91606),Mt=ce(17892),Rt=Object.defineProperty,St=Object.defineProperties,kt=Object.getOwnPropertyDescriptors,xt=Object.getOwnPropertySymbols,Dt=Object.prototype.hasOwnProperty,yt=Object.prototype.propertyIsEnumerable,et=(gt,Lt,It)=>Lt in gt?Rt(gt,Lt,{enumerable:!0,configurable:!0,writable:!0,value:It}):gt[Lt]=It,tt=(gt,Lt)=>{for(var It in Lt||(Lt={}))Dt.call(Lt,It)&&et(gt,It,Lt[It]);if(xt)for(var It of xt(Lt))yt.call(Lt,It)&&et(gt,It,Lt[It]);return gt},lt=(gt,Lt)=>St(gt,kt(Lt));const ot=wt.default.Option,ut={labelCol:{span:4},wrapperCol:{span:20}},ct={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"]};Hn.Z=({callback:gt,onCancel:Lt})=>{const[It,Ut]=(0,ee.useState)("python");function Ft(te){Ut(ct[te][1])}function qt(te){gt(te)}return ee.createElement(Qt.default,lt(tt({},ut),{className:"code-block-panel",initialValues:{language:"python",content:""},onFinish:qt,style:{width:500}}),ee.createElement(Qt.default.Item,{label:"\u4EE3\u7801\u8BED\u8A00",name:"language"},ee.createElement(wt.default,{getPopupContainer:te=>te.parentNode,onChange:Ft},Object.keys(ct).map(te=>ee.createElement(ot,{key:te,value:te},ct[te][0])))),ee.createElement(Qt.default.Item,{label:"\u4EE3\u7801\u5185\u5BB9",name:"content",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u4EE3\u7801\u5185\u5BB9"}]},ee.createElement(ft,{mode:It})),ee.createElement("div",{className:"flex-container flex-end"},ee.createElement(Vt.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),ee.createElement(Vt.ZP,{type:"ghost",onClick:Lt},"\u53D6\u6D88")))};function ft({value:gt,onChange:Lt,mode:It,options:Ut={}}){const Ft=(0,ee.useRef)(),[qt,te]=(0,ee.useState)();return(0,ee.useEffect)(()=>{if(qt){let Xt=function(he){const fe=he.getValue();Lt&&Lt(fe)};return qt.on("change",Xt),()=>{qt.off("change",Xt)}}},[qt,Lt]),(0,ee.useEffect)(()=>{qt&&qt.setOption("mode",It)},[qt,It]),(0,ee.useEffect)(()=>{qt&&(gt!==qt.getValue()||gt==="")&&setTimeout(()=>{qt.setValue(gt||"")},300)},[qt,gt]),(0,ee.useEffect)(()=>{if(Ft.current&&!qt){const Xt=zt().fromTextArea(Ft.current,tt({mode:It,lineNumbers:!0,lineWrapping:!0,autoCloseBrackets:!0,tabSize:4,autofocus:!0,autoCloseTags:!0,matchBrackets:!0,styleActiveLine:!0},Ut));te(Xt)}},[Ft.current,qt]),ee.createElement("div",{className:"my-codemirror-container"},ee.createElement("textarea",{ref:Ft}))}},39077:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return Xn}});var ee=ce(59301),wt=ce(89780),Qt=ce.n(wt),Vt=ce(76374),Bt=ce(91606),zt=ce(6313),Ct=ce(25717),Mt=ce(99498),Rt=ce(25419),St=ce(67549),kt=ce(89284),xt=({value:Ve="",className:_e,showTextOnly:Ue,showLines:In,style:Rn={}})=>{const qn=(0,ee.useMemo)(()=>"",[Ve]);return ee.createElement(ee.Fragment,null,ee.createElement("div",{dangerouslySetInnerHTML:{__html:qn}}))},Dt=ce(59301),yt=Object.defineProperty,et=Object.defineProperties,tt=Object.getOwnPropertyDescriptors,lt=Object.getOwnPropertySymbols,ot=Object.prototype.hasOwnProperty,ut=Object.prototype.propertyIsEnumerable,ct=(Ve,_e,Ue)=>_e in Ve?yt(Ve,_e,{enumerable:!0,configurable:!0,writable:!0,value:Ue}):Ve[_e]=Ue,ft=(Ve,_e)=>{for(var Ue in _e||(_e={}))ot.call(_e,Ue)&&ct(Ve,Ue,_e[Ue]);if(lt)for(var Ue of lt(_e))ut.call(_e,Ue)&&ct(Ve,Ue,_e[Ue]);return Ve},gt=(Ve,_e)=>et(Ve,tt(_e));let Lt=[{title:"\u7C97\u4F53",icon:"md-iconfont icon-bold",actionName:"bold"},{title:"\u659C\u4F53",icon:"md-iconfont icon-italic",actionName:"italic"},"|",{title:"\u65E0\u5E8F\u5217\u8868",icon:"md-iconfont icon-unorder-list",actionName:"list-ul"},{title:"\u6709\u5E8F\u5217\u8868",icon:"md-iconfont icon-order-list",actionName:"list-ol"},"|",{title:"\u884C\u5185\u4EE3\u7801",icon:"md-iconfont icon-code",actionName:"code"},{title:"\u4EE3\u7801\u5757\uFF08\u591A\u8BED\u8A00\u98CE\u683C\uFF09",icon:"md-iconfont icon-file-code",actionName:"code-block"},{title:"\u94FE\u63A5",icon:"md-iconfont icon-link",actionName:"link"},"|",{title:"\u884C\u5185\u516C\u5F0F",icon:"md-iconfont icon-sum",actionName:"inline-latex"},{title:"\u6570\u5B66\u56FE\u50CF",icon:"iconfont icon-shuxuetuxiang2",actionName:"maths-latex"},{title:"\u591A\u884C\u516C\u5F0F",icon:"iconfont icon-jisuan1",actionName:"latex"},"|",{title:"\u6DFB\u52A0\u56FE\u7247",icon:"md-iconfont icon-picture",actionName:"upload-image"},{title:"\u63D2\u5165\u753B\u56FE",icon:"iconfont icon-sheji",actionName:"draw-image"},{title:"\u63D2\u5165\u6D41\u7A0B\u56FE",icon:"iconfont icon-liucheng",actionName:"add-flowchart"},{title:"\u8868\u683C",icon:"md-iconfont icon-table",actionName:"add-table"},"|",{title:"\u6362\u884C",icon:"md-iconfont icon-minus",actionName:"line-break"},{title:"\u6E05\u7A7A",icon:"md-iconfont icon-eraser",actionName:"eraser"}];function It({onActionCallback:Ve,title:_e,icon:Ue,actionName:In,className:Rn="",children:qn}){function dn(){Ve(In)}return Dt.createElement("a",{title:_e,className:Rn,onClick:dn},Dt.createElement("i",{className:`${Ue}`}),qn)}var Ut=({watch:Ve,showNullButton:_e,showNullProgramButton:Ue,onActionCallback:In,fullScreen:Rn,insertTemp:qn,hidetoolBar:dn,extraUse:Dn})=>{const Qe=[...Lt,{title:`${Ve?"\u5173\u95ED\u5B9E\u65F6\u9884\u89C8":"\u5F00\u542F\u5B9E\u65F6\u9884\u89C8"}`,icon:`${Ve?"md-iconfont icon-eye-slash":"md-iconfont icon-eye"}`,actionName:"trigger-watch"}];return Dt.createElement("ul",{className:"markdown-toolbar-container"},!dn&&Qe.map((Ze,On)=>Dt.createElement("li",{key:On},Ze.actionName?Dt.createElement(It,gt(ft({},Ze),{onActionCallback:In})):Dt.createElement("span",{className:"v-line"}))),_e?Dt.createElement("li",null,Dt.createElement(It,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-null-ch",onActionCallback:In},Dt.createElement("span",{className:"fill-tip"},"\u70B9\u51FB\u63D2\u5165\b\u586B\u7A7A\u9879"))):null,Ue?Dt.createElement(Dt.Fragment,null,Dt.createElement("li",null,Dt.createElement(It,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-signal",onActionCallback:In},Dt.createElement("span",{className:"fill-tip"},"+\u5355\u884C\u586B\u7A7A\u9879"))),Dt.createElement("li",null,Dt.createElement(It,{icon:"md-iconfont icon-uniE900 insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-multiple",onActionCallback:In},Dt.createElement("span",{className:"fill-tip"},"+\u591A\u884C\u586B\u7A7A\u9879")))):null,qn&&Dt.createElement("li",null,Dt.createElement(It,{icon:"md-iconfont icon-edit",className:"btn-null",title:"\u63D2\u5165\u6A21\u677F",actionName:`inster-template-${qn}`,onActionCallback:In},Dt.createElement("span",{className:"fill-tip"},"\u63D2\u5165\u6A21\u677F"))),Dn&&Dt.createElement("li",null,Dn),Dt.createElement("li",{className:"btn-full-screen"},Dt.createElement(It,{icon:`${Rn?"md-iconfont icon-shrink":"md-iconfont icon-enlarge"}`,title:Rn?"\u5173\u95ED\u5168\u5C4F":"\u5F00\u542F\u5168\u5C4F",actionName:"trigger-full-screen",onActionCallback:In})))},Ft=ce(46860),qt=ce(28284),te=ce(37568),Xt=ce(99571),he=Object.defineProperty,fe=Object.defineProperties,Ce=Object.getOwnPropertyDescriptors,Fe=Object.getOwnPropertySymbols,ze=Object.prototype.hasOwnProperty,we=Object.prototype.propertyIsEnumerable,De=(Ve,_e,Ue)=>_e in Ve?he(Ve,_e,{enumerable:!0,configurable:!0,writable:!0,value:Ue}):Ve[_e]=Ue,pe=(Ve,_e)=>{for(var Ue in _e||(_e={}))ze.call(_e,Ue)&&De(Ve,Ue,_e[Ue]);if(Fe)for(var Ue of Fe(_e))we.call(_e,Ue)&&De(Ve,Ue,_e[Ue]);return Ve},Jt=(Ve,_e)=>fe(Ve,Ce(_e));const re={labelCol:{span:4},wrapperCol:{span:20}};var se=({callback:Ve,onCancel:_e})=>{function Ue(In){Ve(In)}return ee.createElement(qt.default,Jt(pe({},re),{initialValues:{link:"http://",title:""},className:"link-panel",onFinish:Ue,style:{width:500}}),ee.createElement(qt.default.Item,{label:"\u94FE\u63A5\u5730\u5740",name:"link",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u5730\u5740"}]},ee.createElement(te.default,null)),ee.createElement(qt.default.Item,{label:"\u94FE\u63A5\u6807\u9898",name:"title",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u6807\u9898"}]},ee.createElement(te.default,null)),ee.createElement("div",{className:"flex-container flex-end"},ee.createElement(Xt.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),ee.createElement(Xt.ZP,{type:"ghost",onClick:_e},"\u53D6\u6D88")))},ge=ce(44777),ue=ce(55211),je=ce(62957),Ne=ce(77019),qe=ce(36828),ke=ce(59301),He=({callback:Ve,onCancel:_e})=>{const Ue=document.createElement("canvas"),In=Ue.getContext("2d");Ue.width=1e3,Ue.height=800,In.fillStyle="#ffffff",In.fillRect(0,0,Ue.width,Ue.height);const Rn=Ue.toDataURL("image/png");return ke.createElement(je.default,{open:!0,width:"100vw",style:{height:"100vh",top:0},footer:null,title:null,closable:!1},ke.createElement(Ne.Z,{style:{height:"100vh"}},ke.createElement(qe.Z,{fullWidth:!0,noAssociationId:!0,showFullTools:!0,data:{src:Rn,visible:!0,title:String(Date.now())},onOk:qn=>{Ve({src:qn.url})},onClose:_e})))},Ae=ce(12378);function Ie(){go.CommandHandler.call(this),this._arrowKeyBehavior="move",this._pasteOffset=new go.Point(10,10),this._lastPasteOffset=new go.Point(0,0)}go.Diagram.inherit(Ie,go.CommandHandler),Ie.prototype.canAlignSelection=function(){var Ve=this.diagram;return!(Ve===null||Ve.isReadOnly||Ve.isModelReadOnly||Ve.selection.count<2)},Ie.prototype.alignLeft=function(){var Ve=this.diagram;Ve.startTransaction("aligning left");var _e=1/0;Ve.selection.each(function(Ue){Ue instanceof go.Link||(_e=Math.min(Ue.position.x,_e))}),Ve.selection.each(function(Ue){Ue instanceof go.Link||Ue.move(new go.Point(_e,Ue.position.y))}),Ve.commitTransaction("aligning left")},Ie.prototype.alignRight=function(){var Ve=this.diagram;Ve.startTransaction("aligning right");var _e=-1/0;Ve.selection.each(function(Ue){if(!(Ue instanceof go.Link)){var In=Ue.actualBounds.x+Ue.actualBounds.width;_e=Math.max(In,_e)}}),Ve.selection.each(function(Ue){Ue instanceof go.Link||Ue.move(new go.Point(_e-Ue.actualBounds.width,Ue.position.y))}),Ve.commitTransaction("aligning right")},Ie.prototype.alignTop=function(){var Ve=this.diagram;Ve.startTransaction("alignTop");var _e=1/0;Ve.selection.each(function(Ue){Ue instanceof go.Link||(_e=Math.min(Ue.position.y,_e))}),Ve.selection.each(function(Ue){Ue instanceof go.Link||Ue.move(new go.Point(Ue.position.x,_e))}),Ve.commitTransaction("alignTop")},Ie.prototype.alignBottom=function(){var Ve=this.diagram;Ve.startTransaction("aligning bottom");var _e=-1/0;Ve.selection.each(function(Ue){if(!(Ue instanceof go.Link)){var In=Ue.actualBounds.y+Ue.actualBounds.height;_e=Math.max(In,_e)}}),Ve.selection.each(function(Ue){Ue instanceof go.Link||Ue.move(new go.Point(Ue.actualBounds.x,_e-Ue.actualBounds.height))}),Ve.commitTransaction("aligning bottom")},Ie.prototype.alignCenterX=function(){var Ve=this.diagram,_e=Ve.selection.first();if(_e){Ve.startTransaction("aligning Center X");var Ue=_e.actualBounds.x+_e.actualBounds.width/2;Ve.selection.each(function(In){In instanceof go.Link||In.move(new go.Point(Ue-In.actualBounds.width/2,In.actualBounds.y))}),Ve.commitTransaction("aligning Center X")}},Ie.prototype.alignCenterY=function(){var Ve=this.diagram,_e=Ve.selection.first();if(_e){Ve.startTransaction("aligning Center Y");var Ue=_e.actualBounds.y+_e.actualBounds.height/2;Ve.selection.each(function(In){In instanceof go.Link||In.move(new go.Point(In.actualBounds.x,Ue-In.actualBounds.height/2))}),Ve.commitTransaction("aligning Center Y")}},Ie.prototype.alignColumn=function(Ve){var _e=this.diagram;_e.startTransaction("align Column"),Ve===void 0&&(Ve=0),Ve=parseFloat(Ve);var Ue=new Array;_e.selection.each(function(Dn){Dn instanceof go.Link||Ue.push(Dn)});for(var In=0;In<Ue.length-1;In++){var Rn=Ue[In],qn=Rn.actualBounds.y+Rn.actualBounds.height+Ve,dn=Ue[In+1];dn.move(new go.Point(Rn.actualBounds.x,qn))}_e.commitTransaction("align Column")},Ie.prototype.alignRow=function(Ve){Ve===void 0&&(Ve=0),Ve=parseFloat(Ve);var _e=this.diagram;_e.startTransaction("align Row");var Ue=new Array;_e.selection.each(function(Dn){Dn instanceof go.Link||Ue.push(Dn)});for(var In=0;In<Ue.length-1;In++){var Rn=Ue[In],qn=Rn.actualBounds.x+Rn.actualBounds.width+Ve,dn=Ue[In+1];dn.move(new go.Point(qn,Rn.actualBounds.y))}_e.commitTransaction("align Row")},Ie.prototype.canRotate=function(Ve){var _e=this.diagram;return!(_e===null||_e.isReadOnly||_e.isModelReadOnly||_e.selection.count<1)},Ie.prototype.rotate=function(Ve){Ve===void 0&&(Ve=90);var _e=this.diagram;_e.startTransaction("rotate "+Ve.toString());var _e=this.diagram;_e.selection.each(function(Ue){Ue instanceof go.Link||Ue instanceof go.Group||(Ue.angle+=Ve)}),_e.commitTransaction("rotate "+Ve.toString())},Ie.prototype.pullToFront=function(){var Ve=this.diagram;Ve.startTransaction("pullToFront");var _e=new go.Map;Ve.selection.each(function(Ue){_e.set(Ue.layer,0)}),_e.iteratorKeys.each(function(Ue){var In=0;Ue.parts.each(function(Rn){if(!Rn.isSelected){var qn=Rn.zOrder;isNaN(qn)?Rn.zOrder=0:In=Math.max(In,qn)}}),_e.set(Ue,In)}),Ve.selection.each(function(Ue){Ie._assignZOrder(Ue,_e.get(Ue.layer)+1)}),Ve.commitTransaction("pullToFront")},Ie.prototype.pushToBack=function(){var Ve=this.diagram;Ve.startTransaction("pushToBack");var _e=new go.Map;Ve.selection.each(function(Ue){_e.set(Ue.layer,0)}),_e.iteratorKeys.each(function(Ue){var In=0;Ue.parts.each(function(Rn){if(!Rn.isSelected){var qn=Rn.zOrder;isNaN(qn)?Rn.zOrder=0:In=Math.min(In,qn)}}),_e.set(Ue,In)}),Ve.selection.each(function(Ue){Ie._assignZOrder(Ue,_e.get(Ue.layer)-1-Ie._findGroupDepth(Ue))}),Ve.commitTransaction("pushToBack")},Ie._assignZOrder=function(Ve,_e,Ue){Ue===void 0&&(Ue=Ve),Ve.layer===Ue.layer&&(Ve.zOrder=_e),Ve instanceof go.Group&&Ve.memberParts.each(function(In){Ie._assignZOrder(In,_e+1,Ue)})},Ie._findGroupDepth=function(Ve){if(Ve instanceof go.Group){var _e=0;return Ve.memberParts.each(function(Ue){_e=Math.max(_e,Ie._findGroupDepth(Ue))}),_e+1}else return 0},Ie.prototype.doKeyDown=function(){var Ve=this.diagram;if(Ve!==null){var _e=Ve.lastInput;if(_e.key==="Up"||_e.key==="Down"||_e.key==="Left"||_e.key==="Right"){var Ue=this.arrowKeyBehavior;if(Ue==="none")return;if(Ue==="select"){this._arrowKeySelect();return}else if(Ue==="move"){this._arrowKeyMove();return}else if(Ue==="tree"){this._arrowKeyTree();return}}go.CommandHandler.prototype.doKeyDown.call(this)}},Ie.prototype._getAllParts=function(){var Ve=new Array;return this.diagram.nodes.each(function(_e){Ve.push(_e)}),this.diagram.parts.each(function(_e){Ve.push(_e)}),Ve},Ie.prototype._arrowKeyMove=function(){var Ve=this.diagram,_e=Ve.lastInput,Ue=0,In=0;if(_e.control||_e.meta)Ue=1,In=1;else if(Ve.grid!==null){var Rn=Ve.grid.gridCellSize;In=Rn.width,Ue=Rn.height}Ve.startTransaction("arrowKeyMove"),Ve.selection.each(function(qn){_e.key==="Up"?qn.move(new go.Point(qn.actualBounds.x,qn.actualBounds.y-Ue)):_e.key==="Down"?qn.move(new go.Point(qn.actualBounds.x,qn.actualBounds.y+Ue)):_e.key==="Left"?qn.move(new go.Point(qn.actualBounds.x-In,qn.actualBounds.y)):_e.key==="Right"&&qn.move(new go.Point(qn.actualBounds.x+In,qn.actualBounds.y))}),Ve.commitTransaction("arrowKeyMove")},Ie.prototype._arrowKeySelect=function(){var Ve=this.diagram,_e=Ve.lastInput,Ue=null;_e.key==="Up"?Ue=this._findNearestPartTowards(270):_e.key==="Down"?Ue=this._findNearestPartTowards(90):_e.key==="Left"?Ue=this._findNearestPartTowards(180):_e.key==="Right"&&(Ue=this._findNearestPartTowards(0)),Ue!==null&&(_e.shift?Ue.isSelected=!0:_e.control||_e.meta?Ue.isSelected=!Ue.isSelected:Ve.select(Ue))},Ie.prototype._findNearestPartTowards=function(Ve){var _e=this.diagram.selection.first();if(_e===null)return null;for(var Ue=_e.actualBounds.center,In=this._getAllParts(),Rn=1/0,qn=_e,dn=0;dn<In.length;dn++){var Dn=In[dn];if(Dn!==_e&&Dn.canSelect()){var Qe=Dn.actualBounds.center,Ze=Ue.directionPoint(Qe),On=this._angleCloseness(Ze,Ve);if(On<=45){var Le=Ue.distanceSquaredPoint(Qe);Le*=1+Math.sin(On*Math.PI/180),Le<Rn&&(Rn=Le,qn=Dn)}}}return qn},Ie.prototype._angleCloseness=function(Ve,_e){return Math.min(Math.abs(_e-Ve),Math.min(Math.abs(_e+360-Ve),Math.abs(_e-360-Ve)))},Ie.prototype._arrowKeyTree=function(){var Ve=this.diagram,_e=Ve.selection.first();if(_e instanceof go.Node){var Ue=Ve.lastInput;if(Ue.key==="Right"){if(!_e.isTreeLeaf)if(!_e.isTreeExpanded)Ve.commandHandler.canExpandTree(_e)&&Ve.commandHandler.expandTree(_e);else{var In=this._sortTreeChildrenByY(_e).first();In!==null&&Ve.select(In)}}else if(Ue.key==="Left")if(!_e.isTreeLeaf&&_e.isTreeExpanded)Ve.commandHandler.canCollapseTree(_e)&&Ve.commandHandler.collapseTree(_e);else{var Rn=_e.findTreeParentNode();Rn!==null&&Ve.select(Rn)}else if(Ue.key==="Up"){var Rn=_e.findTreeParentNode();if(Rn!==null){var qn=this._sortTreeChildrenByY(Rn),dn=qn.indexOf(_e);if(dn>0){for(var Dn=qn.elt(dn-1);Dn!==null&&Dn.isTreeExpanded&&!Dn.isTreeLeaf;){var Qe=this._sortTreeChildrenByY(Dn);Dn=Qe.last()}Dn!==null&&Ve.select(Dn)}else Ve.select(Rn)}}else if(Ue.key==="Down")if(_e.isTreeExpanded&&!_e.isTreeLeaf){var In=this._sortTreeChildrenByY(_e).first();In!==null&&Ve.select(In)}else for(;_e!==null;){var Rn=_e.findTreeParentNode();if(Rn===null)break;var qn=this._sortTreeChildrenByY(Rn),dn=qn.indexOf(_e);if(dn<qn.length-1){Ve.select(qn.elt(dn+1));break}else _e=Rn}var Ze=Ve.selection.first();Ze!==null&&Ve.scrollToRect(Ze.actualBounds)}},Ie.prototype._sortTreeChildrenByY=function(Ve){var _e=new go.List().addAll(Ve.findTreeChildrenNodes());return _e.sort(function(Ue,In){var Rn=Ue.location,qn=In.location;return Rn.y<qn.y?-1:Rn.y>qn.y?1:Rn.x<qn.x?-1:Rn.x>qn.x?1:0}),_e},Ie.prototype.copyToClipboard=function(Ve){go.CommandHandler.prototype.copyToClipboard.call(this,Ve),this._lastPasteOffset.set(this.pasteOffset)},Ie.prototype.pasteFromClipboard=function(){var Ve=go.CommandHandler.prototype.pasteFromClipboard.call(this);return this.diagram.moveParts(Ve,this._lastPasteOffset),this._lastPasteOffset.add(this.pasteOffset),Ve},Object.defineProperty(Ie.prototype,"arrowKeyBehavior",{get:function(){return this._arrowKeyBehavior},set:function(Ve){if(Ve!=="move"&&Ve!=="select"&&Ve!=="scroll"&&Ve!=="tree"&&Ve!=="none")throw new Error('DrawCommandHandler.arrowKeyBehavior must be either "move", "select", "scroll", "tree", or "none", not: '+Ve);this._arrowKeyBehavior=Ve}}),Object.defineProperty(Ie.prototype,"pasteOffset",{get:function(){return this._pasteOffset},set:function(Ve){if(!(Ve instanceof go.Point))throw new Error("DrawCommandHandler.pasteOffset must be a Point, not: "+Ve);this._pasteOffset.set(Ve)}});var Ge=Ie,ie=ce(78325),Et=ce(5269),At=ce(205),Yt={myPaletteDiv:"myPaletteDiv___Xjz2I",flowChartWrp:"flowChartWrp____f45r",maxH60:"maxH60___Pd4Re"},oe=ce(57535),_t=ce(59301),Ot=(Ve,_e,Ue)=>new Promise((In,Rn)=>{var qn=Qe=>{try{Dn(Ue.next(Qe))}catch(Ze){Rn(Ze)}},dn=Qe=>{try{Dn(Ue.throw(Qe))}catch(Ze){Rn(Ze)}},Dn=Qe=>Qe.done?In(Qe.value):Promise.resolve(Qe.value).then(qn,dn);Dn((Ue=Ue.apply(Ve,_e)).next())});function Pt({onCancel:Ve,callback:_e}){let Ue=(0,ee.useRef)(),In=(0,ee.useRef)(),Rn=(0,ee.useRef)(),qn=(0,ee.useRef)(!1);const dn=(0,ee.useRef)(!1),[Dn,Qe]=(0,ee.useState)(0);function Ze(){const Le=Ae.bx.make,nn={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"};Ue.current=new Ae.S0(In.current,{padding:20,grid:Le(Ae.s_,"Grid",Le(Ae.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),Le(Ae.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),"draggingTool.isGridSnapEnabled":!0,handlesDragDropForTopLevelParts:!0,mouseDrop:zn=>{var ti=zn.diagram.commandHandler.addTopLevelParts(zn.diagram.selection,!0);ti||zn.diagram.currentTool.doCancel()},commandHandler:Le(Ge),"clickCreatingTool.archetypeNodeData":{text:"\u672A\u547D\u540D",fill:null,stroke:null,borderColor:"rgba(0,0,0,0)"},PartCreated:zn=>{var ti=zn.subject;ti.location=ti.location.copy().snapToGridPoint(zn.diagram.grid.gridOrigin,zn.diagram.grid.gridCellSize),setTimeout(()=>{zn.diagram.commandHandler.editTextBlock()},20)},"commandHandler.archetypeGroupData":{isGroup:!0,text:"NEW GROUP"},SelectionGrouped:zn=>{var ti=zn.subject;setTimeout(()=>{zn.diagram.commandHandler.editTextBlock()})},LinkRelinked:zn=>{var ti=zn.parameter.part;ti.invalidateConnectedLinks();var ni=zn.subject;zn.diagram.toolManager.linkingTool.isForwards?ni.toNode.invalidateConnectedLinks():ni.fromNode.invalidateConnectedLinks()},"undoManager.isEnabled":!0}),Ue.current.nodeTemplate=Le(Ae.NB,"Auto",{locationSpot:Ae.z6.Center,locationObjectName:"SHAPE",desiredSize:new Ae.$u(120,60),minSize:new Ae.$u(40,40),resizable:!0,resizeCellSize:new Ae.$u(10,10),rotatable:!0},new Ae.KX("location","loc",Ae.E9.parse).makeTwoWay(Ae.E9.stringify),new Ae.KX("desiredSize","size",Ae.$u.parse).makeTwoWay(Ae.$u.stringify),Le(Ae.bn,{name:"SHAPE",fill:nn.white,cursor:"pointer",portId:"",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:Ae.z6.AllSides,toSpot:Ae.z6.AllSides},new Ae.KX("figure"),new Ae.KX("fill"),new Ae.KX("stroke","borderColor"),new Ae.KX("strokeWidth","thickness"),new Ae.KX("strokeDashArray","dash")),Le(Ae.bn,{width:100,height:20,strokeWidth:0,fill:"transparent"}),Le(Ae.al,{margin:1,textAlign:"center",overflow:Ae.al.OverflowEllipsis,editable:!0},new Ae.KX("text").makeTwoWay(),new Ae.KX("stroke","color"))),Ue.current.nodeTemplate.toolTip=Le("ToolTip",Le(Ae.s_,"Vertical",{maxSize:new Ae.$u(200,NaN)},Le(Ae.al,{font:"bold 10pt sans-serif",textAlign:"center"},new Ae.KX("text")),Le(Ae.al,{font:"10pt sans-serif",textAlign:"center"},new Ae.KX("text","details"))));function wn(zn,ti){var ni=(ri,hi)=>{ri.handled=!0,ri.diagram.model.commit(Ti=>{var Oi=hi.part.adornedPart,_i=new Ae.E9().setRectSpot(Oi.actualBounds,zn);_i.subtract(Oi.location),_i.scale(2,2),_i.x+=Math.sign(_i.x)*130,_i.y+=Math.sign(_i.y)*130,_i.add(Oi.location),_i.snapToGridPoint(ri.diagram.grid.gridOrigin,ri.diagram.grid.gridCellSize);var Ji=Ti.copyNodeData(Oi.data);Ti.setGroupKeyForNodeData(Ji,Ti.getGroupKeyForNodeData(Oi.data)),Ti.addNodeData(Ji);var fn={from:Oi.key,to:Ti.getKeyForNodeData(Ji)};Ti.addLinkData(fn);var ur=ri.diagram.findNodeForData(Ji);ur.location=_i,ri.diagram.select(ur),setTimeout(()=>{ri.diagram.commandHandler.editTextBlock()},20)})};return Le(Ae.bn,{figure:ti,alignment:zn,alignmentFocus:zn.opposite(),width:zn.equals(Ae.z6.Top)||zn.equals(Ae.z6.Bottom)?25:18,height:zn.equals(Ae.z6.Top)||zn.equals(Ae.z6.Bottom)?18:25,fill:"orange",stroke:nn.white,strokeWidth:4,mouseEnter:(ri,hi)=>hi.fill="dodgerblue",mouseLeave:(ri,hi)=>hi.fill="orange",isActionable:!0,click:ni,contextClick:ni})}function Un(zn){return Le(Ae.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:(ti,ni)=>ni.fill="dodgerblue",mouseLeave:(ti,ni)=>ni.fill="orange",click:(ti,ni)=>{ti.diagram.commandHandler.showContextMenu(ni.part.adornedPart)}},zn||{})}Ue.current.nodeTemplate.selectionAdornmentTemplate=Le(Ae.uz,"Spot",Le(Ae.Vm,{padding:10}),wn(Ae.z6.Top,"TriangleUp"),wn(Ae.z6.Left,"TriangleLeft"),wn(Ae.z6.Right,"TriangleRight"),wn(Ae.z6.Bottom,"TriangleDown"),Un({alignment:new Ae.z6(.75,0)}));function rn(zn,ti){return(ni,ri)=>{ni.handled=!0,ni.diagram.model.commit(hi=>{hi.set(ri.part.adornedPart.data,zn,ti)})}}function Pn(zn,ti){return ti||(ti="color"),Le(Ae.bn,{width:16,height:16,stroke:"lightgray",fill:zn,margin:1,background:"transparent",mouseEnter:(ni,ri)=>ri.stroke="dodgerblue",mouseLeave:(ni,ri)=>ri.stroke="lightgray",click:rn(ti,zn),contextClick:rn(ti,zn)})}function Bn(){return[Le("ContextMenuButton",Le(Ae.s_,"Horizontal",Pn(nn.white,"fill"),Pn(nn.beige,"fill"),Pn(nn.extralightblue,"fill"),Pn(nn.extralightred,"fill"))),Le("ContextMenuButton",Le(Ae.s_,"Horizontal",Pn(nn.lightgray,"fill"),Pn(nn.lightgreen,"fill"),Pn(nn.lightblue,"fill"),Pn(nn.lightred,"fill")))]}function Cn(){return[Le("ContextMenuButton",Le(Ae.s_,"Horizontal",Pn(nn.black),Pn(nn.green),Pn(nn.blue),Pn(nn.red))),Le("ContextMenuButton",Le(Ae.s_,"Horizontal",Pn(nn.white),Pn(nn.magenta),Pn(nn.purple),Pn(nn.orange)))]}function Yn(zn,ti){return ti||(ti="thickness"),Le(Ae.bn,"LineH",{width:16,height:16,strokeWidth:zn,margin:1,background:"transparent",mouseEnter:(ni,ri)=>ri.background="dodgerblue",mouseLeave:(ni,ri)=>ri.background="transparent",click:rn(ti,zn),contextClick:rn(ti,zn)})}function Vn(zn,ti){return ti||(ti="dash"),Le(Ae.bn,"LineH",{width:24,height:16,strokeWidth:2,strokeDashArray:zn,margin:1,background:"transparent",mouseEnter:(ni,ri)=>ri.background="dodgerblue",mouseLeave:(ni,ri)=>ri.background="transparent",click:rn(ti,zn),contextClick:rn(ti,zn)})}function Tn(){return[Le("ContextMenuButton",Le(Ae.s_,"Horizontal",Yn(1),Yn(2),Yn(3),Yn(4))),Le("ContextMenuButton",Le(Ae.s_,"Horizontal",Vn(null),Vn([2,4]),Vn([4,4])))]}function Kn(zn,ti){return ti||(ti="figure"),Le(Ae.bn,{width:32,height:32,scale:.5,fill:"lightgray",figure:zn,margin:1,background:"transparent",mouseEnter:(ni,ri)=>ri.fill="dodgerblue",mouseLeave:(ni,ri)=>ri.fill="lightgray",click:rn(ti,zn),contextClick:rn(ti,zn)})}Ue.current.nodeTemplate.contextMenu=Le("ContextMenu",Le("ContextMenuButton",Le(Ae.s_,"Horizontal",Kn("Rectangle"),Kn("RoundedRectangle"),Kn("Ellipse"),Kn("Diamond"))),Le("ContextMenuButton",Le(Ae.s_,"Horizontal",Kn("Parallelogram2"),Kn("ManualOperation"),Kn("Procedure"),Kn("Cylinder1"))),Le("ContextMenuButton",Le(Ae.s_,"Horizontal",Kn("Terminator"),Kn("CreateRequest"),Kn("Document"),Kn("TriangleDown"))),Bn(),Cn(),Tn()),Ue.current.groupTemplate=Le(Ae.ZA,"Spot",{layerName:"Background",ungroupable:!0,locationSpot:Ae.z6.Center,selectionObjectName:"BODY",computesBoundsAfterDrag:!0,handlesDragDropForMembers:!0,mouseDrop:(zn,ti)=>{var ni=ti.addMembers(ti.diagram.selection,!0);ni||ti.diagram.currentTool.doCancel()},avoidable:!1},new Ae.KX("location","loc",Ae.E9.parse).makeTwoWay(Ae.E9.stringify),Le(Ae.s_,"Auto",{name:"BODY"},Le(Ae.bn,{parameter1:10,fill:nn.white,strokeWidth:2,cursor:"pointer",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:Ae.z6.AllSides,toSpot:Ae.z6.AllSides},new Ae.KX("fill"),new Ae.KX("stroke","color"),new Ae.KX("strokeWidth","thickness"),new Ae.KX("strokeDashArray","dash")),Le(Ae.Vm,{background:"transparent",margin:20})),Le(Ae.al,{alignment:Ae.z6.Top,alignmentFocus:Ae.z6.Bottom,font:"bold 12pt sans-serif",editable:!0},new Ae.KX("text"),new Ae.KX("stroke","color"))),Ue.current.groupTemplate.selectionAdornmentTemplate=Le(Ae.uz,"Spot",Le(Ae.s_,"Auto",Le(Ae.bn,{fill:null,stroke:"dodgerblue",strokeWidth:3}),Le(Ae.Vm,{margin:1.5})),Un({alignment:Ae.z6.TopRight,alignmentFocus:Ae.z6.BottomRight})),Ue.current.groupTemplate.contextMenu=Le("ContextMenu",Bn(),Cn(),Tn()),Ue.current.linkTemplate=Le(Ae.rU,{layerName:"Foreground",routing:Ae.rU.AvoidsNodes,corner:10,fromShortLength:10,toShortLength:15,relinkableFrom:!0,relinkableTo:!0,reshapable:!0,resegmentable:!0},new Ae.KX("fromSpot","fromSpot",Ae.z6.parse),new Ae.KX("toSpot","toSpot",Ae.z6.parse),new Ae.KX("fromShortLength","dir",zn=>zn>=1?10:0),new Ae.KX("toShortLength","dir",zn=>zn>=1?10:0),new Ae.KX("points").makeTwoWay(),Le(Ae.bn,{strokeWidth:2},new Ae.KX("stroke","color"),new Ae.KX("strokeWidth","thickness"),new Ae.KX("strokeDashArray","dash")),Le(Ae.bn,{segmentIndex:0,segmentOffset:new Ae.E9(15,0),segmentOrientation:Ae.rU.OrientAlong,alignmentFocus:Ae.z6.Right,figure:"circle",width:10,strokeWidth:0},new Ae.KX("fill","color"),new Ae.KX("visible","dir",zn=>zn===1)),Le(Ae.bn,{segmentIndex:-1,segmentOffset:new Ae.E9(-10,6),segmentOrientation:Ae.rU.OrientPlus90,alignmentFocus:Ae.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new Ae.KX("fill","color"),new Ae.KX("visible","dir",zn=>zn>=1),new Ae.KX("width","thickness",zn=>7+3*zn),new Ae.KX("height","thickness",zn=>7+3*zn),new Ae.KX("segmentOffset","thickness",zn=>new Ae.E9(-15,4+1.5*zn))),Le(Ae.bn,{segmentIndex:0,segmentOffset:new Ae.E9(15,-6),segmentOrientation:Ae.rU.OrientMinus90,alignmentFocus:Ae.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new Ae.KX("fill","color"),new Ae.KX("visible","dir",zn=>zn===2),new Ae.KX("width","thickness",zn=>7+3*zn),new Ae.KX("height","thickness",zn=>7+3*zn),new Ae.KX("segmentOffset","thickness",zn=>new Ae.E9(-15,4+1.5*zn))),Le(Ae.al,{alignmentFocus:new Ae.z6(0,1,-4,0),editable:!0},new Ae.KX("text").makeTwoWay(),new Ae.KX("stroke","color"))),Ue.current.linkTemplate.selectionAdornmentTemplate=Le(Ae.uz,Le(Ae.bn,{isPanelMain:!0,stroke:"transparent",strokeWidth:6,pathPattern:ui(2)},new Ae.KX("pathPattern","thickness",ui)),Un({alignmentFocus:new Ae.z6(0,0,-6,-4)}));function ui(zn){return Le(Ae.bn,{stroke:"dodgerblue",strokeWidth:2,strokeCap:"square",geometryString:"M0 0 M4 2 H3 M4 "+(zn+4).toString()+" H3"})}function xi(zn){var ti="M0 0 M8 16 M0 8 L16 8 M12 11 L16 8 L12 5";return zn===0?ti="M0 0 M16 16 M0 8 L16 8":zn===2&&(ti="M0 0 M16 16 M0 8 L16 8 M12 11 L16 8 L12 5 M4 11 L0 8 L4 5"),Le(Ae.bn,{geometryString:ti,margin:2,background:"transparent",mouseEnter:(ni,ri)=>ri.background="dodgerblue",mouseLeave:(ni,ri)=>ri.background="transparent",click:rn("dir",zn),contextClick:rn("dir",zn)})}function gi(zn){var ti=(ni,ri)=>{ni.handled=!0,ni.diagram.model.commit(hi=>{var Ti=ri.part.adornedPart;hi.set(Ti.data,zn?"toSpot":"fromSpot",Ae.z6.stringify(Ae.z6.AllSides)),(zn?Ti.toNode:Ti.fromNode).invalidateConnectedLinks()})};return Le(Ae.bn,{width:12,height:12,fill:"transparent",mouseEnter:(ni,ri)=>ri.background="dodgerblue",mouseLeave:(ni,ri)=>ri.background="transparent",click:ti,contextClick:ti})}function an(zn,ti){var ni=0,ri=Ae.z6.RightSide;zn.equals(Ae.z6.Top)?(ni=270,ri=Ae.z6.TopSide):zn.equals(Ae.z6.Left)?(ni=180,ri=Ae.z6.LeftSide):zn.equals(Ae.z6.Bottom)&&(ni=90,ri=Ae.z6.BottomSide),ti||(ni-=180);var hi=(Ti,Oi)=>{Ti.handled=!0,Ti.diagram.model.commit(_i=>{var Ji=Oi.part.adornedPart;_i.set(Ji.data,ti?"toSpot":"fromSpot",Ae.z6.stringify(ri)),(ti?Ji.toNode:Ji.fromNode).invalidateConnectedLinks()})};return Le(Ae.bn,{alignment:zn,alignmentFocus:zn.opposite(),geometryString:"M0 0 M12 12 M12 6 L1 6 L4 4 M1 6 L4 8",angle:ni,background:"transparent",mouseEnter:(Ti,Oi)=>Oi.background="dodgerblue",mouseLeave:(Ti,Oi)=>Oi.background="transparent",click:hi,contextClick:hi})}Ue.current.linkTemplate.contextMenu=Le("ContextMenu",Cn(),Tn(),Le("ContextMenuButton",Le(Ae.s_,"Horizontal",xi(0),xi(1),xi(2))),Le("ContextMenuButton",Le(Ae.s_,"Horizontal",Le(Ae.s_,"Spot",gi(!1),an(Ae.z6.Top,!1),an(Ae.z6.Left,!1),an(Ae.z6.Right,!1),an(Ae.z6.Bottom,!1)),Le(Ae.s_,"Spot",{margin:new Ae.Zt(0,0,0,2)},gi(!0),an(Ae.z6.Top,!0),an(Ae.z6.Left,!0),an(Ae.z6.Right,!0),an(Ae.z6.Bottom,!0)))));const or=`{ "class": "GraphLinksModel",
"nodeDataArray": [
{"text":"Find Problem","key":-9,"loc":"-20 -140","color":"#3358ff","fill":"white","figure":"Procedure","thickness":3},
{"text":"What do we want?","key":-10,"loc":"-65 -324.305","group":-16,"figure":"Ellipse","fill":"white"},
{"text":"What do our users want?","key":-11,"loc":"105 -334.305","group":-20,"figure":"Ellipse","fill":"#ffffff","color":"black"},
{"text":"Meetings","key":-12,"loc":"-65 -444.305","group":-16,"figure":"TriangleDown","fill":"#ffffff"},
{"text":"Reviews","key":-13,"loc":"105 -454.305","group":-20,"figure":"TriangleDown","fill":"#ffffff","color":"black"},
{"text":"Can we solve it?","key":-14,"loc":"190 -140","color":"#7d33ff","fill":"#ffffff","figure":"Diamond","size":"140 80","thickness":3},
{"isGroup":true,"text":"Internal","key":-16,"loc":"-65 -384.305","fill":"#d5ebff","dash":null,"thickness":1,"group":-22},
{"isGroup":true,"text":"External","key":-20,"loc":"105 -394.305","fill":"#d5ebff","dash":null,"thickness":1,"group":-22},
{"isGroup":true,"text":"Sources","key":-22,"loc":"20 -400","fill":"#a5d2fa","dash":[4,4],"color":"#3358ff"}
],
"linkDataArray": [
{"from":-12,"to":-10,"points":[-65,-414.305,-65,-404.305,-65,-384.305,-65,-384.305,-65,-364.305,-65,-354.305],"dash":null,"dir":1},
{"from":-13,"to":-11,"points":[105,-424.305,105,-414.305,105,-394.305,105,-394.305,105,-374.305,105,-364.305],"dash":null,"color":"#000000","dir":1},
{"from":-10,"to":-9,"points":[-65,-294.305,-65,-284.305,-65,-232.1525,-40,-232.1525,-40,-180,-40,-170],"dir":2,"dash":[4,4]},
{"from":-11,"to":-9,"points":[105,-304.305,105,-294.305,105,-237.1525,0,-237.1525,0,-180,0,-170],"dash":[4,4],"dir":2},
{"from":-9,"to":-14,"points":[40,-150,58,-150,80,-150,80,-153.33333333333331,102,-153.33333333333331,120,-153.33333333333331],"dir":1,"color":"#3358ff"},
{"from":-14,"to":-9,"points":[190,-100,190,-90,-20,-90,-20,-95,-20,-100,-20,-110],"fromSpot":"BottomSide","toSpot":"BottomSide","text":"No","color":"#ff3333","thickness":2,"dir":1},
{"from":-9,"to":-14,"points":[40,-130,58,-130,80,-130,80,-126.66666666666666,102,-126.66666666666666,120,-126.66666666666666]}
]}`;var Ri=["Rectangle","Square","RoundedRectangle","Border","Ellipse","Circle","TriangleRight","TriangleDown","TriangleLeft","TriangleUp","Triangle","Diamond","LineH","LineV","None","BarH","BarV","MinusLine","PlusLine","XLine","LineRight","LineDown","LineLeft","LineUp"];function sr(zn){return console.log("shapeName:",zn),Ri.indexOf(zn)>=0}var sn=new Ae.YI(Rn.current,{maxSelectionCount:1,linkTemplate:Le(Ae.rU,{locationSpot:Ae.z6.Center,selectionAdornmentTemplate:Le(Ae.uz,"Link",{locationSpot:Ae.z6.Center},Le(Ae.bn,{isPanelMain:!0,fill:null,stroke:"deepskyblue",strokeWidth:0}),Le(Ae.bn,{toArrow:"Standard",stroke:null}))},{routing:Ae.rU.AvoidsNodes,curve:Ae.rU.JumpOver,corner:5,toShortLength:4},new Ae.KX("points"),Le(Ae.bn,{isPanelMain:!0,strokeWidth:2}),Le(Ae.bn,{toArrow:"Standard",stroke:null})),model:new Ae.FJ([{text:"\u672A\u547D\u540D",size:"100 100",fill:null,stroke:"#000"},...Ae.bn.getFigureGenerators().toArray().map(zn=>({text:"\u672A\u547D\u540D",size:"100 100",figure:zn.key,fill:"white",stroke:"#666",borderColor:"#000"}))])});return Ue.current.addDiagramListener("TextEdited",function(zn){var ti;const ni=zn.subject.part;var ri=(ti=document.activeElement)==null?void 0:ti.value;typeof ri=="string"&&ri.trim()===""&&Ue.current.model.commit(function(hi){hi.set(ni.data,"text","\u672A\u547D\u540D"),Ue.current.commandHandler.stopCommand()},"increment")}),sn.nodeTemplate=Le(Ae.NB,"Auto",{locationSpot:Ae.z6.Center},new Ae.KX("location","location",Ae.E9.parse).makeTwoWay(Ae.E9.stringify),Le(Ae.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 Ae.KX("stroke").makeTwoWay(),new Ae.KX("fill").makeTwoWay(),new Ae.KX("figure")),Le(Ae.al,{margin:new Ae.Zt(5,5,3,5),font:"10pt sans-serif",minSize:new Ae.$u(16,16),maxSize:new Ae.$u(10,NaN),textAlign:"center",editable:!0},new Ae.KX("key").makeTwoWay())),setTimeout(()=>{Ue.current.grid=Le(Ae.s_,"Grid",Le(Ae.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),Le(Ae.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),Ue.current.grid.visible=!0,Ue.current.grid.gridCellStroke="darkgray",Ue.current.grid.gridCellStrokeWidth=1},300),window.myDiagrams=Ue.current,Ue.current}const On=()=>Ot(this,null,function*(){var Le,nn=Ue.current.makeImage();const wn=yield(0,At.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:Date.now(),file:nn.src,file_data:JSON.stringify({login:(Le=(0,oe.eY)())==null?void 0:Le.login,data:JSON.parse(Ue.current.model.toJson())})}});_e({src:wn.url})});return(0,ee.useEffect)(()=>(setTimeout(()=>{Ze()},500),Qe(Dn+1),()=>{Ue.current=null}),[]),_t.createElement("div",{ref:dn,className:"body-overflow-initial"},_t.createElement(je.default,{width:1200,icon:null,footer:null,closable:!0,visible:!!Dn,destroyOnClose:!0,maskClosable:!1,rootClassName:"zIndex-9999",title:_t.createElement(Ne.Z,null,_t.createElement(Et.Z,{flex:1},"\u63D2\u5165\u6D41\u7A0B\u56FE"),_t.createElement(Et.Z,{onClick:()=>{var Le,nn,wn=Ue.current.selection.first();if(qn.current=!qn.current,document.activeElement&&wn){let Un=(nn=(Le=document.activeElement)==null?void 0:Le.value)==null?void 0:nn.trim();typeof Un=="string"&&Ue.current.model.commit(function(rn){rn.set(wn.data,"text",Un||"\u672A\u547D\u540D"),Ue.current.commandHandler.stopCommand()},"increment")}Qe(Dn+1)}},_t.createElement("span",{className:"current c-blue mr30",style:{fontWeight:400}},"\u5C55\u5F00/\u6536\u8D77"))),onCancel:Ve},_t.createElement("div",{style:{width:"100%",height:"80vh",overflow:"hidden",position:"relative",display:qn.current?"none":"block"},className:Yt.flowChartWrp},_t.createElement("div",{style:{display:"flex",height:"100%"}},_t.createElement("div",{style:{width:"300px",height:"100%"}},_t.createElement("div",{style:{background:"#fff",position:"relative",zIndex:12,fontSize:16,color:"#3061d0"}},"\u56FE\u5F62\u5E93"),_t.createElement("div",{style:{height:"calc(100% - 50px)"},className:Yt.myPaletteDiv,ref:Rn})),_t.createElement("div",{style:{flex:1,position:"relative"}},_t.createElement("div",{ref:In,style:{height:"80vh"}}))),_t.createElement("div",{className:"tr"},_t.createElement(Xt.ZP,{size:"large",onClick:On,style:{position:"absolute",right:0,bottom:0,zIndex:8},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))))}var Tt=Pt,$t=ce(47889),jt=ce(71051);const Gt=$t.ZP.Group,ae={margin:"0 8px"};var xe=({callback:Ve,onCancel:_e})=>{function Ue(In){Ve(In)}return ee.createElement(qt.default,{className:"add-table-panel",initialValues:{row:3,col:2,align:"default"},onFinish:Ue},ee.createElement("div",{className:"flex-container",style:{alignItems:"baseline"}},ee.createElement("span",{style:ae},"\u5355\u5143\u683C\u6570\uFF1A"),ee.createElement("span",{style:ae},"\u884C\u6570"),ee.createElement(qt.default.Item,{name:"row",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u884C\u6570"}]},ee.createElement(jt.Z,null)),ee.createElement("span",{style:ae},"\u5217\u6570"),ee.createElement(qt.default.Item,{name:"col",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u5217\u6570"}]},ee.createElement(jt.Z,null))),ee.createElement("div",{className:"flex-container",style:{marginTop:12,alignItems:"baseline"}},ee.createElement("span",{style:ae},"\u5BF9\u9F50\u65B9\u5F0F\uFF1A"),ee.createElement(qt.default.Item,{name:"align"},ee.createElement(Gt,null,ee.createElement($t.ZP,{value:"default"},ee.createElement("i",{className:"fa fa-align-justify"})),ee.createElement($t.ZP,{value:"left"},ee.createElement("i",{className:"fa fa-align-left"})),ee.createElement($t.ZP,{value:"center"},ee.createElement("i",{className:"fa fa-align-center"})),ee.createElement($t.ZP,{value:"right"},ee.createElement("i",{className:"fa fa-align-right"}))))),ee.createElement("div",{className:"flex-container flex-end"},ee.createElement(Xt.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),ee.createElement(Xt.ZP,{type:"ghost",onClick:_e},"\u53D6\u6D88")))},Ke=ce(71411),We=ce(69265),Me=ce.n(We),un=(0,ee.forwardRef)(({use3d:Ve,width:_e,height:Ue,callback:In,showSaveButton:Rn},qn)=>{const dn=(0,ee.useRef)(),Dn=(0,ee.useRef)(),[Qe,Ze]=(0,ee.useState)(!1),On=(0,ee.useRef)({id:dn,appName:"graphing",width:_e||1e3,height:Ue||600,showToolBar:!0,showMenuBar:!0,allowStyleBar:!0,showAlgebraInput:!0,enableLabelDrags:!1,enableShiftDragZoom:!0,showToolBarHelp:!1,errorDialogsActive:!0,showTutorialLink:!0,showLogging:!0,useBrowserForJS:!1});(0,ee.useEffect)(()=>{Dn.current=new(Me())(On.current,!0),window.onload=function(){Dn.current.inject("applet_container")}},[]);const Le=()=>{var nn=window.ggbApplet.getPNGBase64(1,!0,72);return In&&In(nn),nn};return(0,ee.useEffect)(()=>{On.current.appName=Qe?"3D":"graphing",Dn.current.inject("applet_container")},[Qe]),(0,ee.useEffect)(()=>{Ze(Ve)},[Ve]),(0,ee.useImperativeHandle)(qn,()=>({getImgData:Le})),ee.createElement(ee.Fragment,null,ee.createElement("div",{style:{width:"100%",height:"100%"},id:"applet_container",ref:dn}),ee.createElement(Ne.Z,{align:"middle"},ee.createElement(Et.Z,{flex:1},ee.createElement(Ke.Z,{size:"default",checkedChildren:"\u5173\u95ED3D\u56FE\u50CF",unCheckedChildren:"\u5F00\u542F3D\u56FE\u50CF",checked:Qe,onChange:nn=>Ze(nn)})),ee.createElement(Et.Z,null,ee.createElement(Xt.ZP,{size:"large",onClick:Le,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668"))))}),on=ce(36409),$e=ce(6767);const En="link",yn="upload-image",xn="add-flowchart",Fn="draw-image",ii="add-flowchart",Mn="code-block",oi="add-table",vi="------------",Ci={default:vi,left:`:${vi}`,center:`:${vi}:`,right:`${vi}:`};var Ki=ce(20679);function zi(){}let Wi=0;const Bi=1e4,Si="\u2581",ji="@\u2581\u2581@",Kt="@\u2581@",Gn=`
**\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`,Wn=["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 fi(Ve){return/^\d+$/.test(Ve)?`${Ve}px`:Ve}const Qi=navigator.platform.toUpperCase().indexOf("MAC")>=0?"Cmd":"Ctrl",Xi={[Qi+"-B"]:"bold",[Qi+"-I"]:"italic"},ei={[En]:"\u6DFB\u52A0\u94FE\u63A5",[Mn]:"\u6DFB\u52A0\u4EE3\u7801\u5757",[yn]:"\u6DFB\u52A0\u56FE\u7247",[Fn]:"\u6DFB\u52A0\u753B\u56FE",[xn]:"\u63D2\u5165\u6D41\u7A0B\u56FE",[oi]:"\u6DFB\u52A0\u8868\u683C","maths-latex":"\u6570\u5B66\u56FE\u50CF","inline-latex":"LATEX\u516C\u5F0F"};var Xn=({defaultValue:Ve="",onChange:_e,width:Ue="100%",height:In=400,miniToolbar:Rn=!1,isFocus:qn=!1,watch:dn,insertTemp:Dn,mode:Qe="markdown",id:Ze="markdown-editor-id",showResizeBar:On=!1,noStorage:Le=!1,showNullButton:nn=!1,showNullProgramButton:wn=!1,hidetoolBar:Un=!1,fullScreen:rn=!1,onBlur:Pn,onCMBeforeChange:Bn,onFullScreen:Cn,className:Yn="",disablePaste:Vn=!1,disabled:Tn=!1,disabledFill:Kn=!1,placeholder:ui="",values:xi="",extraUse:gi})=>{const[an,or]=(0,ee.useState)(null),[Ri,sr]=(0,ee.useState)(Ve),[sn,zn]=(0,ee.useState)(dn),[ti,ni]=(0,ee.useState)(rn),[ri,hi]=(0,ee.useState)(""),[Ti,Oi]=(0,ee.useState)(0),[_i,Ji]=(0,ee.useState)(In),[fn,ur]=(0,ee.useState)(!1),[gn,si]=(0,ee.useState)(0),[pi,Ai]=(0,ee.useState)(0),vr=(0,ee.useRef)(),xr=(0,ee.useRef)(),hr=(0,ee.useRef)(),yr=(0,ee.useRef)();(0,ee.useEffect)(()=>{const Di=window.scrollY||window.pageYOffset;sr(xi),an==null||an.setValue(xi),window.scrollTo(0,Di)},[xi]),(0,ee.useEffect)(()=>{Cn==null||Cn(ti)},[ti]),(0,ee.useEffect)(()=>{if(vr.current){let Di=function(An,wi){var Sr;if(Vn){wi.preventDefault();return}const Jr=wi.clipboardData;if(Jr){const Yr=Jr.types.toString(),Ir=Jr.items;if(Yr==="Files"||Jr.types.indexOf("Files")>-1){if(wi.preventDefault(),Qe=="stex")return;try{let no=Ir[1];((Sr=Ir[0])==null?void 0:Sr.kind)==="file"&&(no=Ir[0]);const _r=no.getAsFile(),$o=_r.name.split(".").pop();(0,ue.I)(_r,Zo=>{var Js,en,xo;Zo.id?((Js=_r==null?void 0:_r.type)==null?void 0:Js.indexOf("image"))>-1?Ei.replaceSelection(`<img width="100%" src="/api/attachments/${Zo.id}?type=${Zo.content_type})" alt="" />`):((en=_r==null?void 0:_r.type)==null?void 0:en.indexOf("video"))>-1?Ei.replaceSelection(`<video width="100%" controls src="/api/attachments/${Zo.id}"></video>`):((xo=_r==null?void 0:_r.type)==null?void 0:xo.indexOf("pdf"))>-1?Ei.replaceSelection(`<a href="/api/attachments/${Zo.id}?type=${_r.type}&disposition=inline" target="_blank">${_r.name}</a>`):Wn.includes($o)?Ei.replaceSelection(`<a href="/api/attachments/${Zo.id}?type=office&disposition=inline" target="_blank">${_r.name}</a>`):Ei.replaceSelection(`[${_r.name}](/api/attachments/${Zo.id}?type=${Zo.content_type})`):(Zo==null?void 0:Zo.status)===401&&(document.location.href="/user/login")})}catch(no){$e.ZP.warning("\u8BF7\u4F7F\u7528chrome\u6D4F\u89C8\u5668\u7C98\u8D34")}return!0}else return!0}return!0};const Ei=Qt().fromTextArea(vr.current,{mode:Qe,lineNumbers:!Rn,lineWrapping:!0,value:Ve,autoCloseTags:!0,autoCloseBrackets:!0});return Ei.on("keyup",function(An,wi){wi.keyCode===8&&(An.getValue()==""?Ei.setOption("placeholder",ui):Ei.setOption("placeholder",null))}),Ei.on("keydown",function(An,wi){if(wi.keyCode===8){var Sr=Mr(An);Sr&&wi.preventDefault()}}),qn&&Ei.focus(),Ei.on("paste",Di),Tn&&Ei.on("beforeChange",function(An,wi){(wi.origin==="paste"||wi.origin==="+input")&&wi.cancel()}),or(Ei),()=>{Ei.off("paste",Di)}}},[]);const Wo=(0,ee.useCallback)(()=>{if(xr.current)try{}catch(Di){console.log(Di,"---- to set md editor body height")}},[_i,xr,ti]);(0,ee.useEffect)(()=>{function Di(){let Ei=new Vt.Z(An=>{for(let wi of An)(wi.target.offsetHeight>0||wi.target.offsetWidth>0)&&(Wo(),an.setSize("100%","100%"),an.refresh())});return Ei.observe(vr.current.parentElement),Ei}if(an){const Ei=Di();return()=>{var An,wi;(An=vr.current)!=null&&An.parentElement&&Ei.unobserve((wi=vr.current)==null?void 0:wi.parentElement)}}},[an,Wo]),(0,ee.useEffect)(()=>{if(an){let Di=[];for(const[Ei,An]of Object.entries(Xi)){let wi={[Ei]:()=>{li(An)}};Di.push(wi),an.addKeyMap(wi)}return()=>{for(let Ei of Di)an.removeKeyMap(Ei)}}},[an]),(0,ee.useEffect)(()=>{rn!==ti&&ni(rn)},[rn]),(0,Ki.Z)(()=>{if(!Le&&Ti>0){let Di=new Date().getTime(),Ei=window.sessionStorage.getItem(Ze);Di>=Ti+Bi&&(!Ei||Ei!==Ri)&&(window.sessionStorage.setItem(Ze,Ri),ur(!0))}},Bi),(0,ee.useEffect)(()=>{zn(dn)},[an,dn]),(0,ee.useEffect)(()=>{an&&qn&&an.focus()},[an,qn]),(0,ee.useEffect)(()=>{if(sn&&an){let Di=function(An){let wi=An.target;if(yr.current){let Sr=wi.scrollTop/wi.scrollHeight;yr.current.scrollTop=yr.current.scrollHeight*Sr}};const Ei=an.getScrollerElement();return Ei.addEventListener("scroll",Di),()=>{Ei.removeEventListener("scroll",Di)}}},[an,sn]),(0,ee.useEffect)(()=>{if(an&&Bn){let Di=function(Ei,An){Bn(Ei,An)};return an.on("beforeChange",Di),()=>{an.off("beforeChange",Di)}}},[an,Bn]),(0,ee.useEffect)(()=>{if(an&&Pn){let Di=function(){Pn(an.getValue())};return an.on("blur",Di),()=>{an.off("blur",Di)}}},[an,Pn]);function Mr(Di,Ei){var An=Di.getDoc(),wi=An.getCursor(),Sr=An.getLine(wi.line),Jr=Sr.charAt(wi.ch-1),Yr=Sr.lastIndexOf("@\u2581@",wi.ch),Ir=Sr.lastIndexOf("@\u2581\u2581@",wi.ch),no=Yr>Ir?Yr:Ir,_r=Yr>Ir?3:4;if(ji.indexOf(Jr)===-1)return null;if(console.log("change1:",Ei,Di,Sr,wi,no,Yr,Ir,Jr),no>=0&&wi.ch-no<5){var $o=no+_r;return An.replaceRange("",{line:wi.line,ch:no},{line:wi.line,ch:$o}),{line:wi.line,ch:$o}}return null}(0,ee.useEffect)(()=>{if(an){let Di=function(Ei,An){const wi=Ei.getValue();sr(wi),Oi(new Date().getTime()),Ei.getScrollerElement().dispatchEvent(new CustomEvent("scroll")),_e&&(wn?_e(wi,Li(wi)):_e(wi))};return an.on("change",Di),()=>{an.off("change",Di)}}},[an,_e]),(0,ee.useEffect)(()=>{if(an)if(Ve==null)an.setValue(""),sr("");else{const Di=window.scrollY||window.pageYOffset;Ve!==an.getValue()&&(an.setValue(Ve),sr(Ve),an.setCursor(Tn?1:an.lineCount(),0),window.scrollTo(0,Di))}},[an,Ve]);const li=(0,ee.useCallback)(Di=>{const Ei=an.getCursor(),An=an.getSelection();let wi=An.split(`
`);switch(Di){case"bold":return an.replaceSelection("**"+An+"**"),An===""&&an.setCursor(Ei.line,Ei.ch+2),an.focus();case"italic":return an.replaceSelection("*"+An+"*"),An===""&&an.setCursor(Ei.line,Ei.ch+1),an.focus();case"code":return an.replaceSelection("`"+An+"`"),An===""&&an.setCursor(Ei.line,Ei.ch+1),an.focus();case"inline-latex":return hi("inline-latex"),an.focus();case"latex":return an.replaceSelection("```latex\n"+An+"\n```"),an.setCursor(Ei.line+1,An.length+1),an.focus();case"line-break":return an.replaceSelection(`<br/>
`),an.focus();case"list-ul":return An===""?an.replaceSelection("- "+An):an.replaceSelection(wi.map(Sr=>Sr===""?"":`- ${Sr}`).join(`
`)),an.focus();case"list-ol":return An===""?an.replaceSelection("1. "+An):an.replaceSelection(wi.map((Sr,Jr)=>Sr===""?"":`${Jr+1}. ${Sr}`).join(`
`)),an.focus();case"add-null-ch":return An===""&&an.setCursor(Ei.line,Ei.ch),an.replaceSelection(Si),an.focus();case"add-signal":return An===""&&an.setCursor(Ei.line,Ei.ch),an.replaceSelection(Kt),an.focus();case"add-multiple":return An===""&&an.setCursor(Ei.line,Ei.ch),an.replaceSelection(ji),an.focus();case"inster-template-1":return An===""&&an.setCursor(Ei.line,Ei.ch),an.replaceSelection(Gn),an.focus();case"eraser":return an.setValue(""),an.focus();case"trigger-watch":return zn(!sn),an.focus();case"trigger-full-screen":return ni(!ti),an.focus();case En:hi(En);return;case Mn:hi(Mn);return;case yn:hi(yn);return;case Fn:hi(Fn);return;case"maths-latex":hi("maths-latex");return;case xn:hi(xn);return;case oi:hi(oi);return;default:throw new Error}},[an,sn,ti]),ye=(0,ee.useCallback)((Di,Ei)=>{var An,wi,Sr,Jr,Yr,Ir;switch(hi(""),ri){case En:const{title:Js,link:en}=Di;return an.replaceSelection(`[${Js}](${en})`),an.focus();case Mn:const{language:xo,content:jl}=Di;return an.replaceSelection(["```"+xo,jl,"```"].join(`
`)),an.focus();case"maths-latex":for(var no=atob(Di),_r=new Uint8Array(no.length),$o=0;$o<no.length;$o++)_r[$o]=no.charCodeAt($o);var Zo=new Blob([_r],{type:"image/png"});(0,ue.I)(Zo,gs=>{gs.id?an.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":an.replaceSelection("`$$"+Di+"$$`");break;case yn:case Fn:case ii:const{src:os,alt:Pl}=Di,Hr=Ei,ku=(Sr=(wi=(An=Hr==null?void 0:Hr.name)==null?void 0:An.split("."))==null?void 0:wi.pop)==null?void 0:Sr.call(wi);return((Jr=Hr==null?void 0:Hr.type)==null?void 0:Jr.indexOf("image"))>-1||!(Hr!=null&&Hr.type)?Hr!=null&&Hr.align||Hr!=null&&Hr.width?an.replaceSelection(`<p style="text-align:${Hr.align||"initial"}"><img width="${Hr.width?Hr.width+"%":"initial"}" src="${os}" alt="${Pl||""}" /></p>`):an.replaceSelection(`<img width="100%" src="${os}" alt="${Pl||""}" />`):((Yr=Hr==null?void 0:Hr.type)==null?void 0:Yr.indexOf("video"))>-1?an.replaceSelection(`<video width="100%" controls src="${os}"></video>`):((Ir=Hr==null?void 0:Hr.type)==null?void 0:Ir.indexOf("pdf"))>-1?an.replaceSelection(`<a href="${os}?type=${Hr.type}&disposition=inline" target="_blank">${Hr.name}</a>`):Wn.includes(ku)?an.replaceSelection(`<a href="${os}?type=office&disposition=inline" target="_blank">${Hr.name}</a>`):an.replaceSelection(`[${Hr.name}](${os})`),an.focus();case oi:const{row:zl,col:Zr,align:Ro}=Di;let Cl=`
`;for(let gs=0;gs<zl;gs++){let Ja=[],ha=[];for(let Fi=0;Fi<Zr;Fi++)gs===1&&ha.push(Ci[Ro]),Ja.push(" ");gs===1&&(Cl+=`| ${ha.join(" | ")} |
`),Cl+=`| ${Ja.join(Zr===1?"":" | ")} |
`}return an.replaceSelection(Cl+`
`),an.focus();default:throw new Error}},[an,ri]),to=(0,ee.useMemo)(()=>{switch(ri){case En:return ee.createElement(se,{callback:ye,onCancel:fr});case Mn:return ee.createElement(ge.Z,{callback:ye,onCancel:fr});case yn:return ee.createElement(ue.Z,{callback:ye,onCancel:fr});case xn:return ee.createElement(Tt,{callback:ye,onCancel:fr});case oi:return ee.createElement(xe,{callback:ye,onCancel:fr});case"maths-latex":return ee.createElement(un,{showSaveButton:!0,callback:ye});case"inline-latex":return ee.createElement(on.Z,{showSaveButton:!0,callback:ye});default:return null}},[ri]);function fr(){hi("")}(0,ee.useEffect)(()=>{if(hr.current){let Di=function(Yr){Sr=!0,Jr=Yr.pageY},Ei=function(){Sr=!1},An=function(Yr){if(Sr){let Ir=Yr.pageY-Jr;Ir<0&&(Ir=0),Ir>300&&(Ir=300);let no=In+Ir+"px";Ji(no)}},wi=hr.current,Sr=!1,Jr=0;return wi.addEventListener("mousedown",Di),document.addEventListener("mousemove",An),document.addEventListener("mouseup",Ei),()=>{wi.removeEventListener("mousedown",Di),document.removeEventListener("mousemove",An),document.removeEventListener("mouseup",Ei)}}},[an,hr]),(0,ee.useEffect)(()=>{Ji(In)},[In]);const ar=fi(Ue),Ar=fi(_i),Ur={width:ar,height:Ar},di=(0,ee.useMemo)(()=>{if(Ti){let Di=new Date(Ti),Ei=Di.getHours(),An=Di.getMinutes(),wi=Di.getSeconds();return Ei=Ei<10?"0"+Ei:Ei,An=An<10?"0"+An:An,wi=wi<10?"0"+wi:wi,`${Ei}:${An}:${wi}`}return 0},[Ti]),Li=Di=>{const Ei=[];if(wn){let An=-1;Di=Di.replace(/(@▁▁@|@▁@)/g,function(wi,Sr,Jr){Ei.push({multiLine:wi!==Kt})})}return Ei};function tr(){window.sessionStorage.removeItem(Ze),ur(!1),Oi(0)}function Gi(){ur(!1),Oi(0),an.setValue(window.sessionStorage.getItem(Ze))}(0,ee.useEffect)(()=>{ei[ri]&&ri!==Fn&&ri!==xn&&setTimeout(()=>{const Di=document.getElementsByClassName("markdown-popup-form")[0],Ei=window.innerWidth/2-Di.offsetWidth/2,An=window.innerHeight/2-Di.offsetHeight/2;si(Ei),Ai(An)},0)},[ri]);const er=Di=>{Di.preventDefault();const Ei=Di.clientX-gn,An=Di.clientY-pi;document.body.onmousemove=wi=>{let Sr=wi.clientX-Ei,Jr=wi.clientY-An;const Yr=document.getElementsByClassName("markdown-popup-form")[0],Ir=window.innerWidth-Yr.offsetWidth,no=window.innerHeight-Yr.offsetHeight;Sr=Math.max(0,Math.min(Sr,Ir)),Jr=Math.max(0,Math.min(Jr,no)),eo(wi.clientX,wi.clientY,Ei,An)&&(si(Sr),Ai(Jr))},document.body.onmouseup=function(){document.body.onmousemove=null}},eo=(Di,Ei,An,wi)=>{const Sr=document.body.clientHeight,Jr=document.body.clientWidth;return Di<20&&An>Di||Di>Jr-20&&An<Di||Ei<20&&wi>Ei||Ei>Sr-20&&wi<Ei?(document.body.onmousemove=null,document.body.onmouseup=null,!1):!0};return ee.createElement(ee.Fragment,null,ee.createElement("div",{className:"markdown-editor-wrapper",ref:xr},ee.createElement("div",{className:`markdown-editor-container ${Yn} ${sn?"on-preview":""} ${Rn?"mini":""} ${ti?"full-screen":""}`,style:Ur},ee.createElement(Ut,{insertTemp:Dn,watch:sn,fullScreen:ti,showNullButton:nn,showNullProgramButton:wn,onActionCallback:li,hidetoolBar:Un,extraUse:gi}),ee.createElement("div",{className:"markdown-editor-body"},ee.createElement("div",{className:"codemirror-container"},ee.createElement("textarea",{ref:vr,placeholder:ui})),sn?ee.createElement("div",{ref:yr,className:"preview-container"},Qe==="stex"&&ee.createElement(xt,{value:Ri}),Qe!=="stex"&&ee.createElement(kt.Z,{disabledFill:Kn,showProgramFill:wn,value:Ri})):null))),On?ee.createElement("a",{ref:hr,className:"editor-resize"}):null,ri===Fn&&ee.createElement(He,{callback:ye,onCancel:fr}),ri===xn&&ee.createElement(Tt,{callback:ye,onCancel:fr}),ee.createElement(Ft.Z,null,ei[ri]&&ri!==Fn&&ri!==xn?ee.createElement(je.default,{maskClosable:!1,centered:!0,style:{position:"absolute",left:gn,top:pi},title:ee.createElement("div",{style:{cursor:"move"},onMouseDown:er},ei[ri]),open:!0,onCancel:fr,footer:null,destroyOnClose:!0,width:ri===xn?"1200px":null,height:ri===xn?"80vh":null,className:"markdown-popup-form"},to):null))}},55211:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return Lt},I:function(){return Ut}});var ee=ce(28284),wt=ce(6767),Qt=ce(37568),Vt=ce(77736),Bt=ce(71051),zt=ce(47889),Ct=ce(99571),Mt=ce(33168),Rt=ce(59301),St=ce(59301),kt=Object.defineProperty,xt=Object.defineProperties,Dt=Object.getOwnPropertyDescriptors,yt=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,tt=Object.prototype.propertyIsEnumerable,lt=(Ft,qt,te)=>qt in Ft?kt(Ft,qt,{enumerable:!0,configurable:!0,writable:!0,value:te}):Ft[qt]=te,ot=(Ft,qt)=>{for(var te in qt||(qt={}))et.call(qt,te)&&lt(Ft,te,qt[te]);if(yt)for(var te of yt(qt))tt.call(qt,te)&&lt(Ft,te,qt[te]);return Ft},ut=(Ft,qt)=>xt(Ft,Dt(qt));const{useForm:ct}=ee.default,ft={width:280,marginRight:10},gt={labelCol:{span:5},wrapperCol:{span:19}};var Lt=({callback:Ft,onCancel:qt})=>{const[te]=ct();let Xt=(0,Rt.useRef)();function he(Fe){Xt.current.width=te.getFieldValue("width"),Xt.current.align=te.getFieldValue("align"),Ft(Fe,Xt.current)}function fe(Fe,ze){if(Fe.status===-1){wt.ZP.error(Fe.message);return}te.setFieldsValue({src:`/api/attachments/${Fe.id}`,type:ze.type})}function Ce(Fe){let ze=Fe.target.files[0];Xt.current=ze,Ut(ze,fe)}return St.createElement(ee.default,ut(ot({form:te},gt),{className:"upload-image-panel",onFinish:he,style:{width:470,overflow:"hidden"}}),St.createElement(ee.default.Item,{label:"\u56FE\u7247\u5730\u5740",required:!0},St.createElement("div",{className:"flex-container"},St.createElement(ee.default.Item,{noStyle:!0,name:"src",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u56FE\u7247\u5730\u5740"}]},St.createElement(Qt.default,{style:ft})),St.createElement(It,{onFileChange:Ce}))),St.createElement(ee.default.Item,{label:"\u56FE\u7247\u63CF\u8FF0",name:"alt"},St.createElement(Qt.default,{style:{width:264}})),St.createElement(ee.default.Item,{label:"\u56FE\u7247\u5BBD\u5EA6",name:"width"},St.createElement(Vt.Z,null,St.createElement(ee.default.Item,{name:"width",style:{margin:0}},St.createElement(Bt.Z,{style:{width:264}})),St.createElement("span",{className:"ml8"},"%"))),St.createElement(ee.default.Item,{label:"\u5BF9\u9F50\u65B9\u5F0F",name:"align"},St.createElement(zt.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"}]})),St.createElement("aside",null,St.createElement(ee.default.Item,{style:{textAlign:"right",position:"relative",right:-98}},St.createElement(Ct.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),St.createElement(Ct.ZP,{type:"default",onClick:qt},"\u53D6\u6D88"))))};function It({onFileChange:Ft}){return St.createElement("label",{className:"upload-button",style:{cursor:"pointer"}},"\u672C\u5730\u4E0A\u4F20",St.createElement("input",{type:"file",onChange:Ft}))}function Ut(Ft,qt){if(!Ft)throw new String("\u6CA1\u6709\u6587\u4EF6");let te=new FormData;te.append("editormd-image-file",Ft),te.append("file_param_name","editormd-image-file"),te.append("byxhr","true");var Xt=new window.XMLHttpRequest;Xt.withCredentials=!0,Xt.addEventListener("load",function(he){qt(JSON.parse(he.target.responseText),Ft)},!1),Xt.addEventListener("error",function(he){console.error(he)},!1),Xt.open("POST",`${Mt.KI}/api/attachments.json`),Xt.send(te)}},46860:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return Qt}});var ee=ce(59301),wt=ce(4676);class Qt extends ee.Component{constructor(Bt){super(Bt);const zt=window.document;this.node=zt.createElement("div"),zt.body.appendChild(this.node)}render(){const{children:Bt}=this.props;return(0,wt.createPortal)(Bt,this.node)}componentWillUnmount(){window.document.body.removeChild(this.node)}}},48633:function(bn,Hn,ce){"use strict";ce.d(Hn,{SV:function(){return Pt},ZP:function(){return Ot}});var ee=ce(59301),wt=ce(76374);const Qt={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"]},Vt={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"]},Bt={keywords:["abstract","amp","array","auto","bool","break","case","catch","char","class","const","constexpr","const_cast","continue","cpu","decltype","default","delegate","delete","do","double","dynamic_cast","each","else","enum","event","explicit","export","extern","false","final","finally","float","friend","gcnew","generic","goto","in","initonly","inline","int","interface","interior_ptr","internal","literal","long","mutable","namespace","new","noexcept","nullptr","__nullptr","operator","override","partial","pascal","pin_ptr","private","property","protected","public","ref","register","reinterpret_cast","restrict","return","safe_cast","sealed","short","signed","sizeof","static","static_assert","static_cast","struct","switch","template","this","thread_local","throw","tile_static","true","try","typedef","typeid","typename","union","unsigned","using","virtual","void","volatile","wchar_t","where","while","_asm","_based","_cdecl","_declspec","_fastcall","_if_exists","_if_not_exists","_inline","_multiple_inheritance","_pascal","_single_inheritance","_stdcall","_virtual_inheritance","_w64","__abstract","__alignof","__asm","__assume","__based","__box","__builtin_alignof","__cdecl","__clrcall","__declspec","__delegate","__event","__except","__fastcall","__finally","__forceinline","__gc","__hook","__identifier","__if_exists","__if_not_exists","__inline","__int128","__int16","__int32","__int64","__int8","__interface","__leave","__m128","__m128d","__m128i","__m256","__m256d","__m256i","__m64","__multiple_inheritance","__newslot","__nogc","__noop","__nounwind","__novtordisp","__pascal","__pin","__pragma","__property","__ptr32","__ptr64","__raise","__restrict","__resume","__sealed","__single_inheritance","__stdcall","__super","__thiscall","__try","__try_cast","__typeof","__unaligned","__unhook","__uuidof","__value","__virtual_inheritance","__w64","__wchar_t"],operators:["=",">","<","!","~","?",":","==","<=",">=","!=","&&","||","++","--","+","-","*","/","&","|","^","%","<<",">>",">>>","+=","-=","*=","/=","&=","|=","^=","%=","<<=",">>=",">>>="],quickKey:[{label:"ifelse",content:["if (${1:condition}) {"," $0","} else {"," ","}"].join(`
`)},{label:"include",content:"include<$0>"},{label:"printf",content:"printf($0)"},{label:"system",content:'system("$0")'},{label:"main",content:["int main () {"," $0","}"].join(`
`)},{label:"if",content:["if () {"," $0","}"].join(`
`)},{label:"for",content:["for(int j=0 ; j<10; j++){"," $0","}"].join(`
`)},{label:"trycatch",content:["try{"," $0","}catch(ExceptionName e){","}"].join(`
`)},{label:"using namespace std;",content:["using namespace std;"].join(`
`)},{label:"include <iostream>",content:["#include <iostream>"].join(`
`)},{label:"include <vector>",content:["#include <vector>"].join(`
`)},{label:"include <cstdio>",content:["#include <cstdio>"].join(`
`)},{label:"include <cstring>",content:["#include <cstring>"].join(`
`)},{label:"include <sstream>",content:["#include <sstream>"].join(`
`)},{label:"include <fstream>",content:["#include <fstream>"].join(`
`)},{label:"include <map>",content:["#include <map>"].join(`
`)},{label:"include <string>",content:["#include <string>"].join(`
`)},{label:"include <cmath>",content:["#include <cmath>"].join(`
`)}]},zt={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(`
`)}]},Ct={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 Mt=ce(53184),Rt=ce.n(Mt),St=Object.defineProperty,kt=Object.defineProperties,xt=Object.getOwnPropertyDescriptors,Dt=Object.getOwnPropertySymbols,yt=Object.prototype.hasOwnProperty,et=Object.prototype.propertyIsEnumerable,tt=(Tt,$t,jt)=>$t in Tt?St(Tt,$t,{enumerable:!0,configurable:!0,writable:!0,value:jt}):Tt[$t]=jt,lt=(Tt,$t)=>{for(var jt in $t||($t={}))yt.call($t,jt)&&tt(Tt,jt,$t[jt]);if(Dt)for(var jt of Dt($t))et.call($t,jt)&&tt(Tt,jt,$t[jt]);return Tt},ot=(Tt,$t)=>kt(Tt,xt($t)),ut=(Tt,$t,jt)=>new Promise((Gt,ae)=>{var xe=Me=>{try{We(jt.next(Me))}catch(Je){ae(Je)}},Ke=Me=>{try{We(jt.throw(Me))}catch(Je){ae(Je)}},We=Me=>Me.done?Gt(Me.value):Promise.resolve(Me.value).then(xe,Ke);We((jt=jt.apply(Tt,$t)).next())});const ct={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"]}},ft=(Tt,$t)=>$t.map(jt=>({label:jt,kind:Tt.languages.CompletionItemKind.Keyword,insertText:jt})),gt=Tt=>Object.keys(ct.tables).map($t=>({label:$t,kind:Tt.languages.CompletionItemKind.Variable,insertText:$t})),Lt=(Tt,$t)=>{const jt=ct.tables[Tt];return jt?jt.map(Gt=>({label:Gt,kind:$t.languages.CompletionItemKind.Field,insertText:Gt})):[]};function It(Tt,$t,jt,Gt,ae){let xe=$t.getWordUntilPosition(jt),Ke={startLineNumber:jt.lineNumber,endLineNumber:jt.lineNumber,startColumn:xe.startColumn,endColumn:xe.endColumn},We=Gt.map(Me=>({label:Me,kind:Tt.languages.CompletionItemKind.Keyword,insertText:Me,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Ke}));return ae.map(Me=>{We.push(ot(lt({},Me),{range:Ke}))}),We}var Ut=Tt=>{ct.languages.map(ae=>(Tt.languages.registerDocumentFormattingEditProvider(ae,{provideDocumentFormattingEdits(xe,Ke,We){return ut(this,null,function*(){const Me=Rt()(xe.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:xe.getFullModelRange(),text:Me}]})}}),ae));const $t=Bt.quickKey.map(ae=>({label:ae.label,kind:Tt.languages.CompletionItemKind.Method,insertText:ae.content,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet})),jt=zt.quickKey.map(ae=>({label:ae.label,kind:Tt.languages.CompletionItemKind.Method,insertText:ae.content,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet})),Gt=Vt.quickKey.map(ae=>({label:ae.label,kind:Tt.languages.CompletionItemKind.Method,insertText:ae.content,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet}));Tt.languages.registerCompletionItemProvider("cpp",{provideCompletionItems:function(ae,xe){var Ke=ae.getWordUntilPosition(xe),We={startLineNumber:xe.lineNumber,endLineNumber:xe.lineNumber,startColumn:Ke.startColumn,endColumn:Ke.endColumn},Me=ae.getLineContent(xe.lineNumber).substring(Ke.startColumn-2,Ke.endColumn);return{suggestions:[...Bt.keywords.map(Je=>({label:Je,kind:Tt.languages.CompletionItemKind.Function,documentation:Je,insertText:Je,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:We})),...Bt.quickKey.map(Je=>({label:Je.label,kind:Tt.languages.CompletionItemKind.Function,documentation:Je.content,insertText:Me.startsWith("#")?Je.content.replace(/#/,""):Je.content,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:We}))]}}}),Tt.languages.registerCompletionItemProvider("c",{provideCompletionItems:function(ae,xe){var Ke=ae.getWordUntilPosition(xe),We={startLineNumber:xe.lineNumber,endLineNumber:xe.lineNumber,startColumn:Ke.startColumn,endColumn:Ke.endColumn};return{suggestions:[...Qt.keywords.map(Me=>({label:Me,kind:Tt.languages.CompletionItemKind.Function,documentation:Me,insertText:Me,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:We}))]}}}),Tt.languages.registerCompletionItemProvider("java",{provideCompletionItems:function(ae,xe){var Ke=ae.getWordUntilPosition(xe),We={startLineNumber:xe.lineNumber,endLineNumber:xe.lineNumber,startColumn:Ke.startColumn,endColumn:Ke.endColumn},Me=ae.getLineContent(xe.lineNumber).substring(Ke.startColumn-2,Ke.endColumn);return{suggestions:[...Vt.keywords.map(Je=>({label:Je,kind:Tt.languages.CompletionItemKind.Function,documentation:Je,insertText:Je,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:We})),...Vt.quickKey.map(Je=>({label:Je.label,kind:Tt.languages.CompletionItemKind.Function,documentation:Je.content,insertText:Me.startsWith("#")?Je.content.replace(/#/,""):Je.content,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:We}))]}}}),Tt.languages.registerCompletionItemProvider("scala",{provideCompletionItems:function(ae,xe){var Ke=ae.getWordUntilPosition(xe),We={startLineNumber:xe.lineNumber,endLineNumber:xe.lineNumber,startColumn:Ke.startColumn,endColumn:Ke.endColumn},Me=ae.getLineContent(xe.lineNumber).substring(Ke.startColumn-2,Ke.endColumn);return{suggestions:[...Ct.keywords.map(Je=>({label:Je,kind:Tt.languages.CompletionItemKind.Function,documentation:Je,insertText:Je,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:We})),...Ct.quickKey.map(Je=>({label:Je.label,kind:Tt.languages.CompletionItemKind.Function,documentation:Je.content,insertText:Me.startsWith("#")?Je.content.replace(/#/,""):Je.content,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:We}))]}}}),Tt.languages.registerCompletionItemProvider("python",{provideCompletionItems:function(ae,xe){var Ke=ae.getWordUntilPosition(xe),We={startLineNumber:xe.lineNumber,endLineNumber:xe.lineNumber,startColumn:Ke.startColumn,endColumn:Ke.endColumn},Me=ae.getLineContent(xe.lineNumber).substring(Ke.startColumn-2,Ke.endColumn);return{suggestions:[...zt.keywords.map(Je=>({label:Je,kind:Tt.languages.CompletionItemKind.Function,documentation:Je,insertText:Je,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:We})),...zt.quickKey.map(Je=>({label:Je.label,kind:Tt.languages.CompletionItemKind.Function,documentation:Je.content,insertText:Me.startsWith("#")?Je.content.replace(/#/,""):Je.content,insertTextRules:Tt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:We}))]}}})};const Ft="\u8BE5\u4EFB\u52A1\u5173\u5361\u8BBE\u7F6E\u4E86\u7981\u6B62\u590D\u5236\u7C98\u8D34\uFF0C\u8BF7\u624B\u52A8\u8F93\u5165\u4EE3\u7801\u3002";var qt=Object.defineProperty,te=(Tt,$t,jt)=>$t in Tt?qt(Tt,$t,{enumerable:!0,configurable:!0,writable:!0,value:jt}):Tt[$t]=jt,Xt=(Tt,$t,jt)=>te(Tt,typeof $t!="symbol"?$t+"":$t,jt);const he=class mx{constructor($t,jt,Gt){this.placeholder=$t,this.editor=jt,this.monaco=Gt,jt.onDidChangeModelContent(()=>this.onDidChangeModelContent()),this.onDidChangeModelContent()}onDidChangeModelContent(){this.editor.getValue()===""?this.editor.addContentWidget(this):this.editor.removeContentWidget(this)}getId(){return mx.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)}};Xt(he,"ID","editor.widget.placeholderHint");var Ce=he,Fe=ce(96236),ze=ce(6767),we=ce(25399),De=ce(89392),pe=ce(94784),Jt=ce(56102),re=Object.defineProperty,se=Object.defineProperties,ge=Object.getOwnPropertyDescriptors,ue=Object.getOwnPropertySymbols,je=Object.prototype.hasOwnProperty,Ne=Object.prototype.propertyIsEnumerable,qe=(Tt,$t,jt)=>$t in Tt?re(Tt,$t,{enumerable:!0,configurable:!0,writable:!0,value:jt}):Tt[$t]=jt,ke=(Tt,$t)=>{for(var jt in $t||($t={}))je.call($t,jt)&&qe(Tt,jt,$t[jt]);if(ue)for(var jt of ue($t))Ne.call($t,jt)&&qe(Tt,jt,$t[jt]);return Tt},He=(Tt,$t)=>se(Tt,ge($t)),Ae=(Tt,$t)=>{var jt={};for(var Gt in Tt)je.call(Tt,Gt)&&$t.indexOf(Gt)<0&&(jt[Gt]=Tt[Gt]);if(Tt!=null&&ue)for(var Gt of ue(Tt))$t.indexOf(Gt)<0&&Ne.call(Tt,Gt)&&(jt[Gt]=Tt[Gt]);return jt},Ie=(Tt,$t,jt)=>new Promise((Gt,ae)=>{var xe=Me=>{try{We(jt.next(Me))}catch(Je){ae(Je)}},Ke=Me=>{try{We(jt.throw(Me))}catch(Je){ae(Je)}},We=Me=>Me.done?Gt(Me.value):Promise.resolve(Me.value).then(xe,Ke);We((jt=jt.apply(Tt,$t)).next())});function Ge(Tt){return/^\d+$/.test(Tt)?`${Tt}px`:Tt}function ie(){}let Et=!1;const At={"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 Yt(Tt=[]){let $t=Tt;if(Array.isArray(Tt)){for(let jt=0;jt<Tt.length;jt++){let Gt=At[Tt[jt]];if(Gt)return Gt}return $t[0]}return At[$t]||$t}let oe=null;const _t=()=>Ie(void 0,null,function*(){try{yield navigator.clipboard.writeText(" "),console.log("\u5185\u5BB9\u5DF2\u81EA\u52A8\u590D\u5236\u5230\u526A\u8D34\u677F:")}catch(Tt){console.error("\u81EA\u52A8\u590D\u5236\u5931\u8D25:",Tt)}});var Ot=Tt=>{var $t=Tt,{width:jt="100%",height:Gt="100%",value:ae,language:xe="javascript",style:Ke={},options:We={},overrideServices:Me={},theme:Je="vs-dark",onEditBlur:un,isCopy:on=!1,onSave:$e,autoHeight:En=!1,forbidCopy:yn=!1,onChange:xn=ie,editorDidMount:Fn=ie,onFocus:ii=ie,onBreakPoint:Mn=ie,breakPointValue:oi=[],filename:vi="educoder.txt",errorLine:Ci,errorContent:Ki="",highlightLine:zi,openBreakPoint:Wi=!1,placeholder:Bi="",showMiniMap:Si=!0}=$t,ji=Ae($t,["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 Kt=(0,ee.useRef)(),Gn=(0,ee.useRef)({}),Wn=(0,ee.useRef)(),fi=(0,ee.useRef)(),Vi=(0,ee.useRef)([]),Qi=(0,ee.useRef)(!1),Xi=(0,ee.useRef)(),ei=(0,ee.useRef)(),Xn=(0,ee.useRef)(!1),[Ve,_e]=(0,ee.useState)(!1);function Ue(){let Bn;return Kt.current&&(Bn=new wt.Z(Cn=>{for(let Yn of Cn)(Yn.target.offsetHeight>0||Yn.target.offsetWidth>0)&&Gn.current.instance.layout()}),Bn.observe(Kt.current)),Bn}function In(){ze.ZP.warning({content:decodeURIComponent(Ft),key:"monaco-editor-tip"})}const Rn=()=>{let Bn=Gn.current.instance;if(ae!=null&&Bn&&Ve){const Cn=Bn.getModel();Cn&&ae!==Cn.getValue()&&(Et=!0,Cn.setValue(ae),Bn.layout(),Et=!1)}};(0,ee.useEffect)(()=>{const Bn=pe.Z.subscribe("formatDocument",Cn=>{var Yn;let Vn=Gn.current.instance;(Yn=Vn==null?void 0:Vn.getAction)==null||Yn.call(Vn,"editor.action.formatDocument").run()});return window.updateMonacoValue=Cn=>{xn(Cn)},Bn},[]),(0,ee.useEffect)(()=>{var Bn;let Cn=Gn.current.instance;fi.current&&clearTimeout(fi.current),fi.current=setTimeout(()=>{Rn()},500),ae&&(ae!=null&&ae.length)&&((Bn=Cn==null?void 0:Cn.updateOptions)==null||Bn.call(Cn,{lineNumbersMinChars:Math.max(Math.floor(Math.log10(ae.split(/\r\n|\r|\n/g).length))+3,5)}))},[ae,Ve,Gn.current]),(0,ee.useEffect)(()=>{if(Ci&&Gn.current&&Gn.current.instance){let Cn=Gn.current.instance;Cn.changeViewZones(function(Yn){var Vn=document.createElement("div");Vn.style.padding="10px 20px",Vn.style.width="calc(100% - 20px)",Vn.className="my-error-line-wrp",Vn.innerHTML=Ki,Yn.addZone({afterLineNumber:Ci||11,heightInLines:3,domNode:Vn})});var Bn={domNode:null,getId:function(){return"my.overlay.widget"},getDomNode:function(){return this.domNode||(this.domNode=document.createElement("div"),this.domNode.innerHTML="",this.domNode.style.width="100%",this.domNode.style.padding="20px 100px",this.domNode.style.right="0px",this.domNode.style.top="50px",this.domNode.style.position="relative",this.domNode.style.color="#333"),this.domNode},getPosition:function(){return null}};Cn.addOverlayWidget(Bn),Cn.revealPositionInCenter({lineNumber:20,column:1})}},[Ci,Gn.current,Ve]);const qn=(Bn="",Cn)=>{if(!Bn||Bn.trim()==="")return!0;const Vn=Gn.current.instance.getModel().getLineTokens(Cn);let Tn=!1;for(let Kn=0;Kn<2;Kn++)Vn.getStandardTokenType(Kn)===1&&(Tn=!0);return Tn};(0,ee.useEffect)(()=>{var Bn;const Cn=(Bn=Gn.current)==null?void 0:Bn.instance;if(Cn&&Ve&&yn){const Yn=Cn.onDidBlurEditorWidget(()=>{Xn.current=!1}),Vn=Cn.onDidFocusEditorText(()=>{Xn.current=!0});return()=>{Yn.dispose(),Vn.dispose()}}},[Gn.current,Ve,yn]),(0,ee.useEffect)(()=>{var Bn;if((Bn=Gn.current)!=null&&Bn.instance&&Ve&&Wi){let Cn=Gn.current.instance,Yn=Cn.getModel();if(!Yn)return;(()=>{var zn;let ti=[],ni=[];const ri=Yn.getAllDecorations();for(let Ti of ri)Ti.options.className==="highlighted-line"&&(ti.push((zn=Ti==null?void 0:Ti.range)==null?void 0:zn.startLineNumber),ni.push(Ti==null?void 0:Ti.id));if(zi===ti[0])return;Yn.deltaDecorations(ni,[]);const hi=Yn.getLineCount();zi&&zi<=hi&&(Cn.deltaDecorations([],[{range:new oe.Range(zi,1,zi,Yn.getLineMaxColumn(zi)),options:{isWholeLine:!0,className:"highlighted-line"}}]),Cn.revealLineInCenter(zi))})();const Tn=(zn=!1)=>{var ti;let ni=[],ri=[];const hi=Yn.getAllDecorations();for(let Ti of hi)Ti.options.linesDecorationsClassName==="breakpoints-select"&&(ni.push((ti=Ti==null?void 0:Ti.range)==null?void 0:ti.startLineNumber),ri.push(Ti==null?void 0:Ti.id));if(zn)return{lines:ni,ids:ri};Mn(ni)},Kn=zn=>Ie(void 0,null,function*(){let ti={range:new oe.Range(zn,1,zn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}};yield Yn.deltaDecorations([],[ti]),Tn()}),ui=zn=>Ie(void 0,null,function*(){let ti=[];const ni=Cn.getLineDecorations(zn);for(let ri of ni)ri.options.linesDecorationsClassName==="breakpoints-select"&&ti.push(ri.id);yield Yn.deltaDecorations(ti,[]),Tn()}),xi=zn=>{let ti=Cn.getLineDecorations(zn);for(let ni of ti)if(ni.options.linesDecorationsClassName==="breakpoints-select")return!0;return!1};if(!(0,De.isEqual)(oi,Tn(!0).lines)){Yn.deltaDecorations(Tn(!0).ids,[]);const zn=oi.map(ti=>({range:new oe.Range(ti,1,ti,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}}));Yn.deltaDecorations([],zn)}const gi=Cn.onDidChangeModelContent(zn=>{let ti=Cn.getPosition();if(ti){let ni=ti.lineNumber;clearTimeout(ei.current),ei.current=setTimeout(()=>{qn(Yn.getLineContent(ni),ni)?ui(ni):xi(ni)?(ui(ni),Kn(ni)):Tn()},100)}}),an=Cn.onMouseDown(zn=>{var ti,ni,ri;if(zn.target.detail&&((ri=(ni=(ti=zn.target)==null?void 0:ti.element)==null?void 0:ni.className)!=null&&ri.includes("line-numbers"))){let hi=zn.target.position.lineNumber;if(qn(Yn.getLineContent(hi),hi))return;xi(hi)?ui(hi):Kn(hi)}}),or=zn=>{let ti={range:new oe.Range(zn,1,zn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-fake"}};Vi.current=Cn.deltaDecorations(Vi.current,[ti])},Ri=()=>{Vi.current=Cn.deltaDecorations(Vi.current,[])},sr=Cn.onMouseMove(zn=>{var ti,ni,ri;if(Ri(),zn.target.detail&&((ri=(ni=(ti=zn.target)==null?void 0:ti.element)==null?void 0:ni.className)!=null&&ri.includes("line-numbers"))){let hi=zn.target.position.lineNumber;if(qn(Yn.getLineContent(hi),hi))return;or(hi)}}),sn=Cn.onMouseLeave(()=>{Ri()});return()=>{gi.dispose(),an.dispose(),sr.dispose(),sn.dispose()}}},[Gn.current,Ve,oi,zi,Wi,xe]),(0,ee.useEffect)(()=>{var Bn;(Bn=Gn.current)!=null&&Bn.instance&&Wi&&Gn.current.instance.setPosition({lineNumber:0,column:0})},[zi]);function dn(){let Bn=Gn.current.instance;if(Bn){const Cn=Bn.getSelection(),Yn=Gn.current.pastePos||{},Vn=new oe.Range(Yn.startLineNumber||Cn.endLineNumber,Yn.startColumn||Cn.endColumn,Yn.endLineNumber||Cn.endLineNumber,Yn.endColumn||Cn.endColumn);setTimeout(()=>{Bn.executeEdits("",[{range:Vn,text:""}])},300)}}function Dn(Bn){(window.navigator.platform.match("Mac")?Bn.metaKey:Bn.ctrlKey)&&Bn.keyCode==83&&(Bn.preventDefault(),$e())}const Qe=()=>{if(En&&Gn.current.instance){const Bn=Gn.current.instance.getContentHeight();rn(Bn<Gt?Gt:Bn)}else rn(Gt)};function Ze(Bn){var Cn=document.createEvent("MouseEvents");Cn.initMouseEvent("click",!0,!1,window,0,0,0,0,0,!1,!1,!1,!1,0,null),Bn.dispatchEvent(Cn)}const On=Bn=>{if(!Xn.current)return;const{keyCode:Cn,ctrlKey:Yn,metaKey:Vn,target:Tn,type:Kn}=Bn;return(Kn==="paste"||(Cn===67||Cn===86)&&(Vn||Yn))&&Tn.nodeName==="TEXTAREA"&&(In(),Bn.preventDefault()),!1};function Le(Bn,Cn){var Yn=window.URL||window.webkitURL||window,Vn=new Blob([Cn]),Tn=document.createElementNS("http://www.w3.org/1999/xhtml","a");Tn.href=Yn.createObjectURL(Vn),Tn.download=Bn,Ze(Tn)}(0,ee.useEffect)(()=>{Qe()},[Qe]),(0,ee.useEffect)(()=>{Kt.current&&!Ve&&Promise.all([ce.e(8909),ce.e(3647)]).then(ce.bind(ce,71448)).then(Bn=>{try{oe=Bn,Gn.current.instance=oe.editor.create(Kt.current,{value:ae,language:Yt(xe),theme:Je,requireConfig:{"vs/nls":{availableLanguages:{"*":"zh-cn"}}},wordWrap:!0,autoIndent:!0,contextmenu:!0,formatOnType:!0,minimap:{enabled:Si||!1}},Me);const Cn=Gn.current.instance;let Tn=[...Fe.BH._menuItems].find(gi=>gi[0]._debugName=="EditorContext")[1],Kn=["editor.action.clipboardCopyWithSyntaxHighlightingAction","editor.action.quickCommand","editor.action.clipboardCopyAction","editor.action.clipboardPasteAction","editor.action.clipboardCutAction"],ui=(gi,an)=>{var or,Ri;let sr=gi._first;do an.includes((Ri=(or=sr.element)==null?void 0:or.command)==null?void 0:Ri.id)&&gi._remove(sr);while(sr=sr.next)};if(Fn(Cn,oe),setTimeout(()=>{Qe(),Gn.current.instance.addAction({id:"d123123",label:"Download File",contextMenuGroupId:"9_cutcopypaste",run:()=>{Le(vi||"educoder.txt",Cn.getValue())}})},500),Gn.current.subscription=Cn.onDidChangeModelContent(gi=>{Qi.current?clearTimeout(Xi.current):(Qe(),xn(Cn.getValue(),gi)),Xi.current=setTimeout(()=>{Qi.current=!1},500)}),window.Monaco||Ut(oe,Yt(xe)),yn&&(ui(Tn,Kn),Kt.current.classList.add("noCopyPaste"),window.removeEventListener("keydown",On),window.removeEventListener("paste",On),window.addEventListener("keydown",On),window.addEventListener("paste",On)),window.Monaco=oe,un&&Cn.onDidBlurEditorWidget(()=>{un(Cn.getValue())}),ii&&Cn.onDidFocusEditorText(()=>{yn&&_t(),ii(Cn.getValue())}),yn){_t();try{Cn.onDidPaste(gi=>{const an=Cn.getSelection(),or=Gn.current.pastePos||{},Ri=new oe.Range(or.startLineNumber||an.endLineNumber,or.startColumn||an.endColumn,or.endLineNumber||an.endLineNumber,or.endColumn||an.endColumn);Cn.executeEdits("",[{range:gi.range,text:""}])})}catch(gi){}}let xi=Ue();return Bi&&typeof Bi=="string"&&new Ce(Bi,Cn,oe),_e(!0),()=>{const gi=Gn.current.instance;gi.dispose();const an=gi.getModel();an&&an.dispose(),Gn.current.subscription&&Gn.current.subscription.dispose(),xi.unobserve(Kt.current)}}catch(Cn){}})},[]),(0,ee.useEffect)(()=>{if(Gn.current.instance&&Ve)return document.addEventListener("keydown",Dn,!1),()=>{document.removeEventListener("keydown",Dn)}},[$e,Ve]),(0,ee.useEffect)(()=>{let Bn=Gn.current.instance;if(Bn&&Ve){let Cn=Yt(xe);oe.editor.setModelLanguage(Bn.getModel(),Cn)}},[xe,Ve]),(0,ee.useEffect)(()=>{Gn.current.instance&&Ve&&oe.editor.setTheme(Je)},[Je,Ve]),(0,ee.useEffect)(()=>{let Bn=Gn.current.instance;Wn.current=We,Bn&&Ve&&(Bn.updateOptions(ke({},We)),setTimeout(()=>{Bn.getModel().updateOptions(ke({},We))},200))},[JSON.stringify(We),Ve]),(0,ee.useEffect)(()=>{let Bn=Gn.current.instance;Bn&&Ve&&Bn.layout()},[jt,Gt,Ve]);const[nn,wn]=(0,ee.useState)(Ge(jt)),[Un,rn]=(0,ee.useState)(Ge(Gt)),Pn=He(ke({},Ke),{width:nn,height:Un,position:"relative"});return ee.createElement("div",{className:"my-monaco-editor",ref:Kt,style:Pn},on&&ee.createElement(Jt.CopyToClipboard,{text:ae,onCopy:()=>ze.ZP.success("\u590D\u5236\u6210\u529F")},ee.createElement(we.Z,{title:"\u590D\u5236\u4EE3\u7801"},ee.createElement("div",{style:{position:"absolute",top:0,right:10,cursor:"pointer",zIndex:10,color:"#165DFF"}},ee.createElement("i",{className:"iconfont icon-fuzhi8",style:{fontSize:14}})," \u590D\u5236\u4EE3\u7801"))))};function Pt({width:Tt="100%",height:$t="100%",original:jt,modified:Gt,language:ae,options:xe={}}){const Ke=(0,ee.useRef)(),[We,Me]=(0,ee.useState)(null);function Je(En){let yn;return Ke.current&&(yn=new wt.Z(xn=>{for(let Fn of xn)(Fn.target.offsetHeight>0||Fn.target.offsetWidth>0)&&En.layout()}),yn.observe(Ke.current)),yn}(0,ee.useEffect)(()=>(Ke.current&&Promise.all([ce.e(8909),ce.e(9404)]).then(ce.bind(ce,2550)).then(En=>{oe=En;const yn=oe.editor.createDiffEditor(Ke.current,He(ke({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},xe),{wordWrap:!0}));Me(yn);let xn=Je(yn);return()=>{yn.dispose();const Fn=yn.getModel();Fn&&Fn.dispose(),xn.unobserve(Ke.current)}}),()=>{window.removeEventListener("keydown",checkPaste),window.removeEventListener("paste",checkPaste)}),[]),(0,ee.useEffect)(()=>{We&&We.setModel({original:oe.editor.createModel(jt,ae),modified:oe.editor.createModel(Gt,ae)})},[jt,Gt,ae,We]);const un=Ge(Tt),on=Ge($t),$e={width:un,height:on};return ee.createElement("div",{className:"my-diff-editor",ref:Ke,style:$e})}},28374:function(bn,Hn,ce){"use strict";ce.d(Hn,{jL:function(){return Bt},w9:function(){return je},QD:function(){return yn},cQ:function(){return Jt},op:function(){return Me},O5:function(){return Xi},_b:function(){return vi},t7:function(){return ot},Gi:function(){return Ie},YG:function(){return He},qp:function(){return kt},vr:function(){return ii},qE:function(){return on},Je:function(){return ft},wb:function(){return Fe},cq:function(){return oe},tp:function(){return yt}});var ee=ce(59301),wt={flex_box_center:"flex_box_center___NeSU8",flex_space_between:"flex_space_between___ImTGl",flex_box_vertical_center:"flex_box_vertical_center___BtRd9",flex_box_center_end:"flex_box_center_end___qcLe3",flex_box_column:"flex_box_column___Ze_3q",banner:"banner___PoUBO",content:"content___XoDjy",btns:"btns___Pb35j"},Qt="data:image/png;base64,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",Bt=({dataSource:ei=[],img:Xn,imgWidth:Ve=346,title:_e,sunTitle:Ue,bannerExtraContent:In})=>ee.createElement("div",{className:wt.banner},ee.createElement("div",{className:wt.content},ee.createElement("aside",null,ee.createElement("p",null,ee.createElement("b",null,_e),ee.createElement("span",null,Ue)),ei.length>0&&ee.createElement("div",{className:wt.btns},ei.map((Rn,qn)=>ee.createElement("div",{key:qn,onClick:Rn.click},Rn.name,Rn.sign?ee.createElement("img",{src:Qt,width:39}):null))),In),Xn&&ee.createElement("img",{style:{marginTop:33,marginRight:38},src:Xn,width:Ve}))),zt={flex_box_center:"flex_box_center___hG6RI",flex_space_between:"flex_space_between___ss3Fh",flex_box_vertical_center:"flex_box_vertical_center___K80p9",flex_box_center_end:"flex_box_center_end___qmXX3",flex_box_column:"flex_box_column___GFV8F",row:"row___aXJjm",title:"title___HUKL0",tagsWrap:"tagsWrap___XB2W3",action:"action___VdHb1",bar:"bar___t1kKC",tag:"tag___V7Eft",name:"name___Hk1Ip",num:"num___xQpcH",active:"active___XryTX",tagsBorderWrap:"tagsBorderWrap___OMxjs"},Ct=ce(92310),Mt=ce.n(Ct),Rt=ce(89392),kt=({dataSource:ei=[],value:Xn,onChange:Ve,onTitleChange:_e,className:Ue,title:In,titleWidth:Rn=41,style:qn={},fontColor:dn="#6A7283",showCount:Dn})=>{const[Qe,Ze]=(0,ee.useState)(0),[On,Le]=(0,ee.useState)(!1),nn=(0,ee.useRef)(null),wn=(0,ee.useRef)(null);return(0,ee.useEffect)(()=>{var Un;ei.length!==0&&(((Un=nn==null?void 0:nn.current)==null?void 0:Un.clientHeight)>97?Ze(1):Ze(0)),ei.length===0&&Ze(0),Le(!1)},[ei]),ee.createElement("div",{className:Mt()(zt.row,Ue),style:qn},ee.createElement("div",{onClick:(0,Rt.throttle)(()=>_e==null?void 0:_e(),2e3),style:{width:Rn,marginTop:On?12:4},className:`${zt.title} ${_e?"current":""}`},In),ee.createElement("div",{className:On?`${zt.tagsWrap} ${zt.tagsBorderWrap}`:zt.tagsWrap},ee.createElement("div",{className:zt.bar,ref:wn,style:Qe>0?{height:Qe===1?97:"auto",overflow:Qe===1?"hidden":"auto",paddingRight:55}:{paddingRight:0}},ee.createElement("div",{className:zt.tag,ref:nn},ei==null?void 0:ei.map(Un=>ee.createElement("span",{onClick:()=>Ve(Un.id),key:Un.id,style:{color:dn},className:Xn===Un.id?zt.active:""},ee.createElement("span",{title:Un.name,className:zt.name},Un.name),!!Dn&&ee.createElement("span",{className:zt.num},Un.count))))),!!Qe&&ee.createElement(ee.Fragment,null,Qe===1?ee.createElement("div",{onClick:()=>{var Un;Ze(2),((Un=nn==null?void 0:nn.current)==null?void 0:Un.clientHeight)>245?Le(!0):Le(!1)},className:zt.action},"\u5C55\u5F00",ee.createElement("i",{style:{transform:"translateY(1px) scale(0.6)"},className:"iconfont icon-zhankai4"})):ee.createElement("div",{onClick:()=>{wn.current.scrollTop=0,Ze(1),Le(!1)},className:zt.action},"\u6536\u8D77",ee.createElement("i",{style:{transform:"translateY(0px) scale(0.6)"},className:"iconfont icon-shouqi3"})))))},xt={flex_box_center:"flex_box_center___aK2n3",flex_space_between:"flex_space_between___HX0Oh",flex_box_vertical_center:"flex_box_vertical_center___LJOJr",flex_box_center_end:"flex_box_center_end___SCakF",flex_box_column:"flex_box_column___AYv4m",tabs:"tabs___GTqPV",active:"active___F26E8"},yt=({dataSource:ei=[],value:Xn,onChange:Ve,className:_e,style:Ue={}})=>ee.createElement("div",{style:Ue,className:Mt()(xt.tabs,_e)},ei.map(In=>ee.createElement("span",{onClick:()=>Ve(In.id),className:Xn===In.id?xt.active:"",key:In.id},In.name))),et={flex_box_center:"flex_box_center___yX6Oa",flex_space_between:"flex_space_between___t7oqF",flex_box_vertical_center:"flex_box_vertical_center___dEIHy",flex_box_center_end:"flex_box_center_end___taQDF",flex_box_column:"flex_box_column___xY_Lr",input:"input___PW2zI",dropdown:"dropdown___vSy8B",menu:"menu___NiyBu",text:"text___Grueu",b1:"b1___ZKryM",b2:"b2___aKyGa"},tt=ce(37568),ot=({dataSource:ei=[],value:Xn="",onChange:Ve,onInputChange:_e=()=>{},className:Ue,style:In={},placeholder:Rn,allowClear:qn=!1})=>{var dn;const[Dn,Qe]=(0,ee.useState)(""),[Ze,On]=(0,ee.useState)("");(0,ee.useEffect)(()=>{var wn;let Un=Xn;(wn=JSON.stringify(Xn))!=null&&wn.includes("{")&&(Qe(Xn.id),Un=Xn.value||"");try{On(decodeURIComponent(Un||""))}catch(rn){On(decodeURIComponent(Un||""))}},[Xn]);const Le=()=>{Ve(encodeURIComponent(Ze),Dn||null)},nn=wn=>{wn!==Dn&&(Qe(wn),Ve(encodeURIComponent(Ze),wn))};return ee.createElement("div",{className:Mt()(et.input,Ue),style:In},!!ei.length&&ee.createElement("div",{className:et.dropdown},ee.createElement("div",{className:et.text},(dn=ei.find(wn=>wn.id===Dn))==null?void 0:dn.name,ee.createElement("i",{className:"iconfont icon-zhankai4"}),ee.createElement("b",{className:et.b1}),ee.createElement("b",{className:et.b2})),ee.createElement("div",{className:et.menu},ei.map((wn,Un)=>ee.createElement("div",{key:Un,onClick:()=>nn(wn.id)},wn.name)))),ee.createElement(tt.default,{onPressEnter:Le,value:Ze,onChange:wn=>{On(wn.target.value),_e(encodeURIComponent(wn.target.value),Dn||null)},bordered:!1,placeholder:Rn}),ee.createElement("i",{onClick:Le,className:"iconfont icon-sousuo9 font14 pl10 current"}))},ut={flex_box_center:"flex_box_center___tol8o",flex_space_between:"flex_space_between___Z235C",flex_box_vertical_center:"flex_box_vertical_center___Wq1sZ",flex_box_center_end:"flex_box_center_end___LLxom",flex_box_column:"flex_box_column___DbMSN",quickPager:"quickPager___GM30J",disabled:"disabled___Ozc8I"},ft=({value:ei,onChange:Xn,className:Ve,total:_e,pageSize:Ue,style:In={}})=>{const Rn=ei<2,qn=ei>=Math.ceil(_e/Ue);return _e<=Ue?ee.createElement(ee.Fragment,null):ee.createElement("div",{className:Mt()(ut.quickPager,Ve),style:In},ee.createElement("div",{onClick:()=>{Rn||Xn(ei-1,"prev")},className:Rn?ut.disabled:""},"\u4E0A\u4E00\u9875"),ee.createElement("div",{onClick:()=>{qn||Xn(ei+1,"next")},className:qn?ut.disabled:""},"\u4E0B\u4E00\u9875"))},gt={flex_box_center:"flex_box_center___FO7TP",flex_space_between:"flex_space_between___LotYx",flex_box_vertical_center:"flex_box_vertical_center___bWdaw",flex_box_center_end:"flex_box_center_end___mVJ1o",flex_box_column:"flex_box_column___M83Mm",list:"list___oOsiS",wrap:"wrap___G6T7F",lockWrap:"lockWrap___Rl79E",li:"li___oZZ7l",cover:"cover___b2bYW",img:"img___IQX7w",sign:"sign___HkT6C",name:"name___SsJx8",e:"e___TMqq0",tags:"tags___bcjyo",rate:"rate___YACg7"},Lt=ce(29787),It=ce(25399),Ut=ce(58018),Ft=ce(13820),qt=ce(61737),te=ce(96908),Xt=ce(57177),he=ce(81378),fe=ce(67769),Fe=({className:ei,dataSource:Xn=[],col:Ve=4,right:_e,bottom:Ue=23,precision:In=0,wrapWidth:Rn=1200,trackEventItems:qn,loading:dn})=>{const Dn=Math.floor((Rn-(Ve-1)*_e)/Ve);return ee.createElement(Lt.Z,{spinning:dn},ee.createElement("div",{className:Mt()(gt.list,ei)},!!Xn.length&&Xn.map((Qe,Ze)=>{const{name:On,id:Le,identifier:nn,power:wn,cover_image_id:Un,pic:rn}=Qe;return ee.createElement("div",{className:gt.wrap,key:Le,style:{width:Dn,marginRight:(1+Ze)%Ve===0?0:_e+In,marginBottom:Ue}},ee.createElement("a",{target:"_blank",href:`/shixuns/${nn}/challenges`,className:gt.li,onClick:Pn=>{Pn.preventDefault(),qn&&(0,qt.L9)([qn]),wn&&(0,qt.xg)(`/shixuns/${nn}/challenges`)}},ee.createElement("div",{className:gt.img},ee.createElement("img",{className:gt.cover,src:`${rn}`}),Qe.is_jupyter&&ee.createElement("img",{className:gt.sign,src:te}),Qe.is_jupyter_lab&&ee.createElement("img",{className:gt.sign,src:Xt}),Qe.is_unity_3d&&ee.createElement("img",{className:gt.sign,src:he})),ee.createElement("div",{className:gt.name},ee.createElement(It.Z,{title:On||"\u5B9E\u8DF5\u9879\u76EE\u540D\u79F0-\u672A\u586B\u5199"},ee.createElement("span",{className:gt.e},On||"\u5B9E\u8DF5\u9879\u76EE\u540D\u79F0-\u672A\u586B\u5199"))),ee.createElement("div",{className:gt.tags},ee.createElement(It.Z,{placement:"bottom",title:"\u5173\u5361\u6570"},ee.createElement("span",null,ee.createElement("i",{className:"iconfont icon-shixunguanqia font14 mr2"}),ee.createElement("span",null,Qe.challenges_count))),!!Qe.myshixuns_count&&ee.createElement(It.Z,{placement:"bottom",title:"\u5B66\u4E60\u4EBA\u6570"},ee.createElement("span",null,ee.createElement("i",{className:"iconfont icon-chengyuan font14 mr2"}),ee.createElement("span",null,Qe.myshixuns_count))),ee.createElement(It.Z,{placement:"bottom",title:"\u96BE\u5EA6\u7B49\u7EA7"},ee.createElement("span",null,ee.createElement("span",null,Qe.level))),ee.createElement("div",{className:gt.rate},ee.createElement(Ut.Z,{allowHalf:!0,disabled:!0,defaultValue:Qe.score_info}),ee.createElement("span",null,"\xA0",Qe.score_info?`${Qe.score_info}\u5206`:"5\u5206")))),!wn&&ee.createElement("div",{className:gt.lockWrap},ee.createElement("img",{src:`${Ft.Z.IMG_SERVER}/images/educoder/icon/lockclose.svg`}),ee.createElement("span",{className:"mt15 font16 c-white"},"\u5B9A\u5411\u5F00\u653E\u5185\u5BB9\uFF0C\u9700\u8981\u6388\u6743")))}),!Xn.length&&ee.createElement(fe.Z,null)))},ze={flex_box_center:"flex_box_center___AQ53o",flex_space_between:"flex_space_between___i2aIa",flex_box_vertical_center:"flex_box_vertical_center___sPEKB",flex_box_center_end:"flex_box_center_end___GhSSH",flex_box_column:"flex_box_column___R9_Hb",list:"list___jb2Ay",wrap:"wrap___VsQDr",lockWrap:"lockWrap___g1k1T",li:"li___IxCLC",cover:"cover___Mu8wr",img:"img___IpFLA",movebq:"movebq___mF7wt",bq:"bq___Bil0T",sign:"sign___DXJ4d",name:"name___l7FoJ",e:"e___pXQUG",unit:"unit___wCIFR",tags:"tags___w_Mil",tag1:"tag1___dxm7r",tag2:"tag2___llZkf"},we=ce(57535),De=ce(59301),Jt=({className:ei,dataSource:Xn=[],col:Ve=4,right:_e,bottom:Ue=23,precision:In=0,wrapWidth:Rn=1200,trackEventItems:qn,loading:dn,onRemove:Dn=()=>{},isCurrent:Qe=!0,showAlias:Ze=!1})=>{const On=Math.floor((Rn-(Ve-1)*_e)/Ve),Le=[{name:"\u63A8\u8350\u81EA\u5B66",ptimg:"/images/tjzx.png",swimg:"/images/sw_tjzx.png"},{name:"101\u8BA1\u5212",ptimg:"/images/jh.png",swimg:"/images/sw_jh.png"},{name:"\u56FD\u5BB6\u4E00\u6D41",ptimg:"/images/gjyl.png",swimg:"/images/sw_gjyl.png"},{name:"\u7701\u7EA7\u4E00\u6D41",ptimg:"/images/sjyl.png",swimg:"/images/sw_sjyl.png"},{name:"\u7CBE\u54C1\u8BFE\u7A0B",ptimg:"/images/jpkc.png",swimg:"/images/sw_jpkc.png"},{name:"\u519B\u961F\u4E00\u6D41",ptimg:"/images/jdyl.png",swimg:"/images/sw_jdyl.png"},{name:"\u65B0\u578B\u6559\u6750",ptimg:"/images/xxjc.png",swimg:"/images/sw_xxjc.png"}];return De.createElement(Lt.Z,{spinning:dn},De.createElement("div",{className:Mt()(ze.list,ei)},!!(Xn!=null&&Xn.length)&&(Xn==null?void 0:Xn.map((nn,wn)=>{var Un;const{name:rn,id:Pn,identifier:Bn,featured:Cn,school_name:Yn,image_url:Vn,excellent:Tn,is_plan:Kn}=nn;return De.createElement("div",{key:Pn,className:ze.wrap,style:{width:On,marginRight:(1+wn)%Ve===0?0:_e+In,marginBottom:Ue}},De.createElement("a",{className:ze.li,onClick:ui=>{ui.preventDefault(),ui.stopPropagation(),qn&&(0,qt.L9)([qn]),(0,qt.xg)(`/paths/${Bn}`)}},De.createElement("div",{className:ze.img},De.createElement("img",{className:ze.cover,src:`${Vn}`}),Qe&&(0,we.bg)()&&(nn==null?void 0:nn.studying)&&De.createElement("div",{className:`${ze.movebq} user-path-items`,onClick:ui=>{ui.stopPropagation(),Dn(nn)}},De.createElement("i",{className:"iconfont icon-yichu1 mr5 c-red"}),De.createElement("span",{className:"c-red"},"\u79FB\u9664")),(Un=nn==null?void 0:nn.subject_tags)==null?void 0:Un.map((ui,xi)=>{var gi,an;if(xi===0){const Ri=(gi=Le.find(sr=>sr.name==ui))==null?void 0:gi.swimg;return De.createElement("img",{className:ze.sign,src:Ri,style:{left:"-4px"}})}const or=(an=Le.find(Ri=>Ri.name==ui))==null?void 0:an.ptimg;return De.createElement("img",{className:ze.sign,src:or,style:{left:`${48+52*(xi-1)+2*xi}px`}})}),De.createElement("div",{style:{position:"absolute",top:"150px",left:"4px"}},(nn==null?void 0:nn.excellent)&&De.createElement("div",{className:ze.bq},"\u5F00\u653E\u8BFE\u7A0B"))),De.createElement("div",{className:ze.name},De.createElement(It.Z,{title:Ze&&(nn!=null&&nn.excellent_alias_name)?De.createElement("span",null,`\u8BFE\u7A0B\u539F\u540D\uFF1A${rn}`,De.createElement("br",null),De.createElement("span",null,`\u8BFE\u7A0B\u522B\u540D\uFF1A${nn==null?void 0:nn.excellent_alias_name}`)):rn},De.createElement("span",{className:ze.e},Ze&&(nn==null?void 0:nn.excellent_alias_name)||rn))),De.createElement(It.Z,{title:`\u53D1\u5E03\u5355\u4F4D\uFF1A${Yn}`},De.createElement("div",{className:ze.unit},De.createElement("i",{className:"iconfont icon-danwei1 font14 mr3"}),Yn)),De.createElement("div",{className:ze.tags},De.createElement("div",null,De.createElement(It.Z,{placement:"bottom",title:"\u7AE0\u8282\u6570"},De.createElement("span",null,De.createElement("i",{className:"iconfont icon-zhangjie1 font14 mr3"}),De.createElement("span",null,nn.stages_count))),De.createElement(It.Z,{placement:"bottom",title:"\u5B66\u4E60\u4EBA\u6570"},De.createElement("span",null,De.createElement("i",{className:"iconfont icon-chengyuan font14 mr3"}),De.createElement("span",null,nn.members_count)))))))})),!Xn.length&&De.createElement(fe.Z,null)))},re={flex_box_center:"flex_box_center___eMcr7",flex_space_between:"flex_space_between___HcNca",flex_box_vertical_center:"flex_box_vertical_center___ZnvVN",flex_box_center_end:"flex_box_center_end___fdgDf",flex_box_column:"flex_box_column___SEKvd",list:"list___L1hmU",wrap:"wrap___pKgcW",lockWrap:"lockWrap___SMhkK",top:"top___udHSB",sign:"sign___uwRpq",name:"name___Fpf90",img:"img___AMLhL",text:"text___KiTb7",btns:"btns___i6IuZ",bottom:"bottom____k2sh"},se="data:image/png;base64,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",ge=ce(59301),je=({className:ei,dataSource:Xn=[],col:Ve=4,right:_e,bottom:Ue=23,precision:In=0,wrapWidth:Rn=1200,trackEventItems:qn,loading:dn,handleVery:Dn=()=>!0})=>{const Qe=Math.floor((Rn-(Ve-1)*_e)/Ve);return ge.createElement(Lt.Z,{spinning:dn},ge.createElement("div",{className:Mt()(re.list,ei)},!!Xn.length&&Xn.map((Ze,On)=>{const{subject_identifier:Le,id:nn,identifier:wn,power:Un}=Ze,rn=Ze.is_public!=0&&Ze.is_public;return ge.createElement("div",{className:re.wrap,key:nn,style:{width:Qe,marginRight:(1+On)%Ve===0?0:_e+In,marginBottom:Ue}},ge.createElement("a",{className:re.li,onClick:Pn=>{Pn.preventDefault(),Dn(Ze==null?void 0:Ze.first_category_url)&&(qn&&(0,qt.L9)([qn]),(0,qt.xg)(Ze.first_category_url))}},ge.createElement("div",{className:re.top},ge.createElement(It.Z,{title:Ze.name},ge.createElement("div",{className:re.name},Ze.name)),ge.createElement("img",{className:re.img,src:Ft.Z.IMG_SERVER+"/images/"+Ze.avatar_url}),ge.createElement("div",{className:re.text,title:Ze.creator},Ze.creator),Le&&ge.createElement("div",{className:re.btns},ge.createElement("div",null,"\u5F00\u653E\u8BFE\u7A0B"),ge.createElement("aside",null,"\u5F00\u653E\u8BFE\u5802")),rn&&ge.createElement("div",{className:re.sign},"\u516C\u5F00")),ge.createElement("div",{className:re.bottom},Ze.visits>0&&ge.createElement(It.Z,{title:"\u8BBF\u95EE\u91CF",placement:"bottom"},ge.createElement("span",null,ge.createElement("i",{className:"iconfont icon-liulanyan"}),ge.createElement("span",null,Ze.visits))),Ze.course_members_count>0&&ge.createElement(It.Z,{title:"\u6210\u5458",placement:"bottom"},ge.createElement("span",null,ge.createElement("i",{className:"iconfont icon-chengyuan"}),Ze.course_members_count)),Ze.tasks_count>0&&ge.createElement(It.Z,{title:"\u4F5C\u4E1A",placement:"bottom"},ge.createElement("span",null,ge.createElement("i",{className:"iconfont icon-zuoye"}),Ze.tasks_count)),Ze.is_end?ge.createElement("div",{style:{color:"#6B758B"}},"\u5DF2\u7ED3\u675F"):ge.createElement("div",{style:{color:"#00B187"}},"\u8FDB\u884C\u4E2D"))),!Ze.is_accessible&&ge.createElement("div",{className:re.lockWrap},ge.createElement("img",{src:`${Ft.Z.IMG_SERVER}/images/educoder/icon/lockclose.svg`}),ge.createElement("span",{className:"mt15 font16 c-white"},"\u975E\u8BFE\u5802\u6210\u5458\u4E0D\u53EF\u8FDB\u5165")))}),!Xn.length&&ge.createElement(fe.Z,null)))},Ne={flex_box_center:"flex_box_center___d27mZ",flex_space_between:"flex_space_between___qfRU9",flex_box_vertical_center:"flex_box_vertical_center___fCRld",flex_box_center_end:"flex_box_center_end___ORMV8",flex_box_column:"flex_box_column___PNKtZ",tabs:"tabs___alpa7",tabsWrap:"tabsWrap___aCQjw",tab:"tab___MKLr4",active:"active___nl_4v"},qe=ce(1997),He=({dataSource:ei=[],value:Xn,onChange:Ve,className:_e,style:Ue={},tabBarExtraContent:In})=>ee.createElement("div",{className:Mt()(Ne.tabs,_e),style:Ue},ee.createElement("div",{className:Ne.tabsWrap},ei.map((Rn,qn)=>!(Rn!=null&&Rn.hide)&&ee.createElement("aside",{className:Ne.tab,onClick:()=>{Ve(Rn.id),Rn.link&&qe.history.push(Rn.link)},key:qn},ee.createElement("div",{className:Xn===Rn.id?Ne.active:""},Rn.name),(Rn==null?void 0:Rn.resetCount)==null&&(Rn==null?void 0:Rn.total)!==void 0&&ee.createElement("span",null,"\uFF08",Rn==null?void 0:Rn.total,"\uFF09"),(Rn==null?void 0:Rn.resetCount)!==void 0&&(Rn==null?void 0:Rn.total)!==void 0&&ee.createElement(It.Z,{title:(Rn==null?void 0:Rn.tip)!=null?Rn==null?void 0:Rn.tip:""},ee.createElement("span",{style:{color:"#9096A3"}},"\uFF08",ee.createElement("span",{style:{color:"#000"}},Rn==null?void 0:Rn.resetCount),"/",ee.createElement("span",null,Rn==null?void 0:Rn.total),"\uFF09"))))),ee.createElement("div",{className:Ne.tabBar},In)),Ie=({className:ei,style:Xn={},children:Ve})=>ee.createElement("div",{className:Mt()(ei),style:Xn},Ve),Ge={flex_box_center:"flex_box_center___e6HxQ",flex_space_between:"flex_space_between___RnXYe",flex_box_vertical_center:"flex_box_vertical_center___lVxPk",flex_box_center_end:"flex_box_center_end___bu8yv",flex_box_column:"flex_box_column___JczGj",orderWrap:"orderWrap___ZfyGX",orderIconWrap:"orderIconWrap___XTB_O",orderAsc:"orderAsc___KWHmA",orderDesc:"orderDesc___rHdbB",active:"active___a7eSP",cursorPointer:"cursorPointer___gs9kL",orderTextWrap:"orderTextWrap___teAKn"},ie=ce(75727),Et=ce(93041);const At=[{id:"updated_at",name:"\u6700\u65B0\u52A8\u6001"},{id:"created_at",name:"\u6700\u65B0\u521B\u5EFA"},{id:"name",name:"\u540D\u79F0\u6392\u5E8F"}];var oe=({sortValue:ei,dropValue:Xn,className:Ve,onSort:_e,onDrop:Ue,dataSource:In=At})=>{var Rn;return ee.createElement("div",{className:Mt()(Ge.orderWrap,Ve)},ee.createElement(ie.Z,{dropdownRender:()=>ee.createElement(Et.default,null,In.map((qn,dn)=>ee.createElement(Et.default.Item,{key:dn,onClick:()=>Ue(qn.id)},qn.name)))},ee.createElement("span",{className:Ge.orderTextWrap},(Rn=In.find(qn=>Xn===qn.id))==null?void 0:Rn.name)),ee.createElement("span",{className:Ge.orderIconWrap},ee.createElement("span",{className:Ge.orderAsc},ee.createElement("i",{className:ei==="asc"?`iconfont icon-sanjiaoxing-up font12 ${Ge.cursorPointer} ${Ge.active}`:`iconfont icon-sanjiaoxing-up font12 ${Ge.cursorPointer}`,onClick:()=>_e(ei==="asc"?"desc":"asc")})),ee.createElement("span",{className:Ge.orderDesc},ee.createElement("i",{className:ei==="desc"?`iconfont icon-sanjiaoxing-down font12 ${Ge.cursorPointer} ${Ge.active}`:`iconfont icon-sanjiaoxing-down font12 ${Ge.cursorPointer}`,onClick:()=>_e(ei==="asc"?"desc":"asc")}))))},_t={flex_box_center:"flex_box_center___LCi0B",flex_space_between:"flex_space_between___hzONe",flex_box_vertical_center:"flex_box_vertical_center___ZyQRE",flex_box_center_end:"flex_box_center_end___XKM74",flex_box_column:"flex_box_column___p8LCU",btn:"btn___In02G","mediacy-round":"mediacy-round___uveEv","mediacy-default":"mediacy-default___dDxsd",default:"default___K791v"},Ot=ce(99571),Pt=Object.defineProperty,Tt=Object.getOwnPropertySymbols,$t=Object.prototype.hasOwnProperty,jt=Object.prototype.propertyIsEnumerable,Gt=(ei,Xn,Ve)=>Xn in ei?Pt(ei,Xn,{enumerable:!0,configurable:!0,writable:!0,value:Ve}):ei[Xn]=Ve,ae=(ei,Xn)=>{for(var Ve in Xn||(Xn={}))$t.call(Xn,Ve)&&Gt(ei,Ve,Xn[Ve]);if(Tt)for(var Ve of Tt(Xn))jt.call(Xn,Ve)&&Gt(ei,Ve,Xn[Ve]);return ei},xe=(ei,Xn)=>{var Ve={};for(var _e in ei)$t.call(ei,_e)&&Xn.indexOf(_e)<0&&(Ve[_e]=ei[_e]);if(ei!=null&&Tt)for(var _e of Tt(ei))Xn.indexOf(_e)<0&&jt.call(ei,_e)&&(Ve[_e]=ei[_e]);return Ve},Ke=(ei,Xn,Ve)=>new Promise((_e,Ue)=>{var In=dn=>{try{qn(Ve.next(dn))}catch(Dn){Ue(Dn)}},Rn=dn=>{try{qn(Ve.throw(dn))}catch(Dn){Ue(Dn)}},qn=dn=>dn.done?_e(dn.value):Promise.resolve(dn.value).then(In,Rn);qn((Ve=Ve.apply(ei,Xn)).next())}),Me=ei=>{var Xn=ei,{className:Ve,style:_e,children:Ue,loading:In=!1,openLoading:Rn,onClick:qn=()=>{},size:dn="middle",shape:Dn="round"}=Xn,Qe=xe(Xn,["className","style","children","loading","openLoading","onClick","size","shape"]);const[Ze,On]=(0,ee.useState)(!1);return ee.createElement(Ot.ZP,ae({onClick:(0,Rt.throttle)(Le=>Ke(void 0,null,function*(){Rn&&On(!0);try{yield qn(Le)}catch(nn){console.log("error",nn)}Rn&&On(!1)}),2e3,{leading:!0,trailing:!1}),className:Mt()(_t.btn,_t[`${dn}-${Dn}`],Ve),style:_e,size:dn,shape:Dn,loading:Ze||In},Qe),Ue)},Je={flex_box_center:"flex_box_center___TB7bQ",flex_space_between:"flex_space_between___oBlTb",flex_box_vertical_center:"flex_box_vertical_center___b5XbB",flex_box_center_end:"flex_box_center_end___CNhe7",flex_box_column:"flex_box_column___yHXKW",head:"head___ghH72",node:"node___mjPEy"},on=({className:ei,style:Xn,children:Ve=null,onClick:_e,title:Ue})=>ee.createElement("div",{className:Mt()(Je.head,ei),style:Xn},ee.createElement("span",{className:"primary-hover",onClick:_e},ee.createElement("i",{className:"iconfont icon-fanhui2 font12"}),"\u8FD4\u56DE"),ee.createElement("b",{title:Ue},Ue),ee.createElement("div",{className:Je.node},Ve)),$e={flex_box_center:"flex_box_center___AlHuF",flex_space_between:"flex_space_between___vN2LW",flex_box_vertical_center:"flex_box_vertical_center___Ac7D2",flex_box_center_end:"flex_box_center_end___y38I7",flex_box_column:"flex_box_column___iQE6P",btns:"btns___sNgTb",confirm:"confirm___Ozirl",cancel:"cancel___aiq1I"},yn=({confirmShow:ei=!0,confirmTitle:Xn,confirmClick:Ve,cancelShow:_e=!0,cancelTitle:Ue,cancelClick:In,className:Rn,style:qn,confirmLoading:dn=!1})=>ee.createElement("div",{className:Mt()($e.btns,Rn),style:qn},ei&&ee.createElement(Ot.ZP,{loading:dn,onClick:Ve,type:"primary",className:$e.confirm},Xn),_e&&ee.createElement(Ot.ZP,{onClick:In,className:$e.cancel},Ue)),xn={flex_box_center:"flex_box_center___jkpdr",flex_space_between:"flex_space_between___OtsL8",flex_box_vertical_center:"flex_box_vertical_center___rbcb_",flex_box_center_end:"flex_box_center_end___zBR21",flex_box_column:"flex_box_column___nS_eP",fixedBottom:"fixedBottom___oJl7m",wrap:"wrap___A3Oq1",center:"center____VL1y"},ii=({className:ei,style:Xn={},LeftContent:Ve,children:_e,RightContent:Ue})=>ee.createElement("div",{className:Mt()(xn.fixedBottom,ei),style:Xn},ee.createElement("div",{className:xn.wrap},ee.createElement("div",{className:xn.left},Ve),ee.createElement("div",{className:xn.center},_e),ee.createElement("div",{className:xn.right},Ue))),Mn={flex_box_center:"flex_box_center___tY8Yn",flex_space_between:"flex_space_between___vHdYA",flex_box_vertical_center:"flex_box_vertical_center___pa61F",flex_box_center_end:"flex_box_center_end___HyDXt",flex_box_column:"flex_box_column___UjZek",crumbs:"crumbs___V41Oe",hover:"hover___bEIVd"},vi=({className:ei,style:Xn={},dataSource:Ve=[]})=>ee.createElement("div",{className:Mt()(Mn.crumbs,ei),style:Xn},Ve.map((_e,Ue)=>Ue<Ve.length-1?ee.createElement(ee.Fragment,{key:Ue},_e.path||_e.onClick?ee.createElement("span",{className:Mn.hover,onClick:_e!=null&&_e.onClick?_e.onClick:()=>qe.history.push(_e.path)},_e.name):ee.createElement("span",null,_e.name),ee.createElement("span",null,"\xA0",">","\xA0")):ee.createElement("span",{key:Ue,style:{color:"#5F6368"}},_e.name))),Ci=ce(11938),Ki=Object.defineProperty,zi=Object.defineProperties,Wi=Object.getOwnPropertyDescriptors,Bi=Object.getOwnPropertySymbols,Si=Object.prototype.hasOwnProperty,ji=Object.prototype.propertyIsEnumerable,Kt=(ei,Xn,Ve)=>Xn in ei?Ki(ei,Xn,{enumerable:!0,configurable:!0,writable:!0,value:Ve}):ei[Xn]=Ve,Gn=(ei,Xn)=>{for(var Ve in Xn||(Xn={}))Si.call(Xn,Ve)&&Kt(ei,Ve,Xn[Ve]);if(Bi)for(var Ve of Bi(Xn))ji.call(Xn,Ve)&&Kt(ei,Ve,Xn[Ve]);return ei},Wn=(ei,Xn)=>zi(ei,Wi(Xn)),fi=(ei,Xn)=>{var Ve={};for(var _e in ei)Si.call(ei,_e)&&Xn.indexOf(_e)<0&&(Ve[_e]=ei[_e]);if(ei!=null&&Bi)for(var _e of Bi(ei))Xn.indexOf(_e)<0&&ji.call(ei,_e)&&(Ve[_e]=ei[_e]);return Ve};const{Countdown:Vi}=Ci.default;var Xi=ei=>{var Xn=ei,{onChange:Ve}=Xn,_e=fi(Xn,["onChange"]);const[Ue,In]=(0,ee.useState)(null);(0,ee.useEffect)(()=>{typeof Ue=="number"&&Ue>=0&&Ve(Ue)},[Ue]);const Rn=qn=>{const dn=Math.floor(qn/1e3);In(dn)};return ee.createElement(Vi,Wn(Gn({},_e),{onChange:Rn}))}},20679:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return wt}});var ee=ce(59301);function wt(Qt,Vt){const Bt=(0,ee.useRef)();(0,ee.useEffect)(()=>{Bt.current=Qt}),(0,ee.useEffect)(()=>{function zt(){Bt.current()}if(Vt!==null){let Ct=setInterval(zt,Vt);return()=>clearInterval(Ct)}},[Vt])}},65438:function(bn,Hn,ce){"use strict";ce.d(Hn,{$J:function(){return Qt},JZ:function(){return Bt},bN:function(){return Ct},jP:function(){return zt},rO:function(){return Vt}});var ee=ce(205),wt=(Mt,Rt,St)=>new Promise((kt,xt)=>{var Dt=tt=>{try{et(St.next(tt))}catch(lt){xt(lt)}},yt=tt=>{try{et(St.throw(tt))}catch(lt){xt(lt)}},et=tt=>tt.done?kt(tt.value):Promise.resolve(tt.value).then(Dt,yt);et((St=St.apply(Mt,Rt)).next())});function Qt(Mt){return(0,ee.U2)(`libraries/${Mt}.json`)}function Vt(){return(0,ee.U2)("library_tags.json")}function Bt(Mt){return wt(this,null,function*(){return(yield(0,ee.IV)(`attachments/${Mt}.json`)).status===0})}function zt(Mt){return(0,ee.v_)("libraries.json",Mt)}function Ct(Mt,Rt){return(0,ee.gz)(`libraries/${Mt}.json`,Rt)}},6924:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return Ut}});var ee=ce(59301),wt=ce(1997),Qt=ce(37568),Vt=ce(28284),Bt=ce(6767),zt=ce(62957),Ct=ce(60242),Mt=ce(62673),Rt=ce(96599),St={modal:"modal___EKlPQ",uploadWrap:"uploadWrap___YGxav",upload:"upload___ouqG9",uploadLink:"uploadLink___nuif6",fileProgress:"fileProgress___tf4qy",fileCancel:"fileCancel___Bh3Wh",videoName:"videoName___Ra0NM",contentItem:"contentItem___zMdIq","tagsList-content":"tagsList-content___sDVph"},kt=ce(69622),xt=ce(6980),Dt=ce(57535),yt=Object.defineProperty,et=Object.getOwnPropertySymbols,tt=Object.prototype.hasOwnProperty,lt=Object.prototype.propertyIsEnumerable,ot=(Ft,qt,te)=>qt in Ft?yt(Ft,qt,{enumerable:!0,configurable:!0,writable:!0,value:te}):Ft[qt]=te,ut=(Ft,qt)=>{for(var te in qt||(qt={}))tt.call(qt,te)&&ot(Ft,te,qt[te]);if(et)for(var te of et(qt))lt.call(qt,te)&&ot(Ft,te,qt[te]);return Ft},ct=(Ft,qt,te)=>new Promise((Xt,he)=>{var fe=ze=>{try{Fe(te.next(ze))}catch(we){he(we)}},Ce=ze=>{try{Fe(te.throw(ze))}catch(we){he(we)}},Fe=ze=>ze.done?Xt(ze.value):Promise.resolve(ze.value).then(fe,Ce);Fe((te=te.apply(Ft,qt)).next())});const{TextArea:ft}=Qt.default,gt=1024,Lt=(Ft,qt)=>{var te;const{uploadInfo:Xt={}}=qt.payload||{};switch(qt.type){case"addVideo":return{videoList:[...Ft.videoList,{name:Xt.file.name,size:Xt.file.size,type:Xt.file.type,fileHash:Xt.fileHash,state:Xt.state,videoId:Xt.videoId,loaded:Xt.loaded||0,title:""}]};case"removeVideo":return{videoList:Ft.videoList.filter(he=>he.name!==qt.payload.name)};case"removeAll":return{videoList:[]};case"updateProgress":return{videoList:Ft.videoList.map(he=>he.name===qt.payload.uploadInfo.file.name?ut(ut({},he),{loaded:qt.payload.progressPercent,videoId:Xt.videoId,fileHash:Xt.fileHash}):he)};case"updateTitle":return{videoList:(te=Ft.videoList)==null?void 0:te.map(he=>he.name===qt.payload.item.name?ut(ut({},he),{title:qt.payload.title}):he)};default:return{videoList:[]}}},It=({user:Ft,globalSetting:qt,loading:te,dispatch:Xt,visible:he,editData:fe,onCancel:Ce=()=>{},onOk:Fe=()=>{},queryParams:ze={}})=>{var we;const De=(0,wt.useParams)(),[pe]=Vt.default.useForm(),[Jt,re]=(0,ee.useReducer)(Lt,{videoList:[]}),[se,ge]=(0,ee.useState)(!1),ue=(0,ee.useRef)(),[je,Ne]=(0,ee.useState)(),[qe,ke]=(0,ee.useState)(!1),[He,Ae]=(0,ee.useState)(!1),Ie=(0,Dt.Ny)()?3:1;(0,ee.useEffect)(()=>{var Gt,ae,xe;he&&fe&&(ke(fe.is_link),Ne(fe.link),!fe.is_link&&re({type:"addVideo",payload:{uploadInfo:{file:{name:fe.filename||""},videoId:fe.video_id,loaded:100}}}),Tt(((Gt=fe==null?void 0:fe.tags)==null?void 0:Gt.map(Ke=>Ke==null?void 0:Ke.name))||[]),pe.setFieldsValue({name:fe.name,description:fe.description,attachment_id:(ae=fe==null?void 0:fe.video)==null?void 0:ae.attachment_id,allow_skip:(xe=fe==null?void 0:fe.video_item)==null?void 0:xe.allow_skip}))},[fe,he]);const Ge=()=>{const Gt=document.getElementById("fileUpload");Gt.value=""},ie=Gt=>{var ae;ke(!1);const xe=Gt.target.files[0];if(!xe){Ge();return}const Ke=xe.name.toLowerCase();if(Ke&&Ke.indexOf(".avi")==-1&&Ke.indexOf(".flv")==-1&&Ke.indexOf(".f4v")==-1&&Ke.indexOf(".m4v")==-1&&Ke.indexOf(".mov")==-1&&Ke.indexOf(".mp4")==-1&&Ke.indexOf(".rmvb")==-1&&Ke.indexOf(".swf")==-1&&Ke.indexOf(".webm")==-1&&Ke.indexOf(".wmv")==-1){Bt.ZP.info("\u4E0D\u652F\u6301\u7684\u89C6\u9891\u683C\u5F0F"),Ge();return}if(xe.size>gt*Ie*1024*1024){Bt.ZP.info(`\u89C6\u9891\u5927\u5C0F\u8D85\u8FC7${Ie}G`),Ge();return}if((ae=Jt.videoList)!=null&&ae.find(We=>We.name===xe.name)){Bt.ZP.info("\u4F60\u4E0D\u80FD\u4E0A\u4F20\u540C\u4E00\u4E2A\u89C6\u9891\u6587\u4EF6\u540D\u79F0\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\u3002"),Ge();return}At(xe)},Et=(Gt,ae)=>{zt.default.confirm({title:"\u63D0\u793A",centered:!0,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",content:ee.createElement("div",{className:"tc"},"\u60A8\u786E\u8BA4\u8981",ae?"\u5220\u9664":"\u53D6\u6D88\u4E0A\u4F20","\u8BE5\u89C6\u9891\u5417\uFF1F"),onOk:()=>{Ge(),re({type:"removeVideo",payload:{name:Gt}})}})},At=Gt=>{var ae,xe='{"Vod":{}}';if(ge(!0),ue.current){ue.current.addFile(Gt,null,null,null,xe);return}(0,kt.o)((ae=Ft.userInfo)==null?void 0:ae.login,"",{create:!ue,addFileSuccess:Ke=>{re({type:"addVideo",payload:{uploadInfo:Ke}})},onUploadProgress:(Ke,We,Me)=>{const Je=Math.ceil(Me*100);re({type:"updateProgress",payload:{uploadInfo:Ke,progressPercent:Je}}),Ge()},onUploadFailed:Ke=>{Bt.ZP.info("\u89C6\u9891\u4E91\u670D\u52A1\u51FA\u73B0\u5F02\u5E38\uFF0C\u8BF7\u91CD\u65B0\u4E0A\u4F20\u3002")},onUploadEnd:Ke=>{ge(!1)},onUploadSucceed:Ke=>{ge(!1)},onUploadError:Ke=>{ge(!1)},gotUploader:Ke=>{Ke.addFile(Gt,null,null,null,xe),ue.current=Ke}})},Yt=()=>ct(void 0,null,function*(){var Gt,ae;if(yield pe.validateFields(),!qe&&!((Gt=Jt.videoList)!=null&&Gt.length)||qe&&!je){Bt.ZP.info("\u8BF7\u5148\u4E0A\u4F20\u89C6\u9891\u6216\u8005\u6DFB\u52A0\u5916\u94FE");return}Ae(!0);const xe=qe?{link:je}:{video_id:(ae=Jt.videoList)==null?void 0:ae[0].videoId},Ke=yield Fe(ut(ut(ut({},xe),ze),{name:pe.getFieldValue("name"),attachment_id:pe.getFieldValue("attachment_id"),description:pe.getFieldValue("description"),tags:pe.getFieldValue("tag"),allow_skip:pe.getFieldValue("allow_skip")}));Ae(!1),Ke!=null&&Ke.id&&oe()}),oe=()=>{pe.resetFields(),re({type:"removeAll"}),Ne(null),Tt([]),ke(null)},_t=()=>{Ce(),oe()},Ot=()=>{var Gt,ae,xe,Ke,We,Me,Je,un,on,$e,En,yn;return ee.createElement(ee.Fragment,null,!qe&&!!((Gt=Jt.videoList)!=null&&Gt.length)&&ee.createElement("div",{className:St.fileProgress},((xe=(ae=Jt.videoList)==null?void 0:ae[0])==null?void 0:xe.loaded)==100?ee.createElement("div",{className:`${St.videoName} font14`},(We=(Ke=Jt.videoList)==null?void 0:Ke[0])==null?void 0:We.name):ee.createElement(Ct.Z,{style:{width:"80%"},percent:(Je=(Me=Jt.videoList)==null?void 0:Me[0])==null?void 0:Je.loaded,status:((on=(un=Jt.videoList)==null?void 0:un[0])==null?void 0:on.loaded)==100?"normal":"active"}),ee.createElement("div",{className:St.fileCancel,onClick:()=>{var xn,Fn,ii,Mn;return Et((Fn=(xn=Jt.videoList)==null?void 0:xn[0])==null?void 0:Fn.name,((Mn=(ii=Jt.videoList)==null?void 0:ii[0])==null?void 0:Mn.loaded)==100)}},((En=($e=Jt.videoList)==null?void 0:$e[0])==null?void 0:En.loaded)===100?"\u5220\u9664":"\u53D6\u6D88\u4E0A\u4F20")),!((yn=Jt.videoList)!=null&&yn.length)&&ee.createElement("div",{className:St.uploadWrap},ee.createElement("label",{htmlFor:"fileUpload",className:St.upload},ee.createElement("i",{className:"iconfont icon-shangchuanshipin1 mr5"}),"\u4E0A\u4F20\u89C6\u9891"),ee.createElement("label",{className:`${St.upload} ${St.uploadLink}`,onClick:()=>ke(!0)},ee.createElement("i",{className:"iconfont icon-lianjie1 mr5"}),"\u6DFB\u52A0\u5916\u94FE")),qe&&ee.createElement(Qt.default,{className:"mt5",placeholder:"\u8BF7\u8F93\u5165\u89C6\u9891\u94FE\u63A5",value:je,onChange:xn=>Ne(xn.target.value)}))},[Pt,Tt]=(0,ee.useState)([]),$t=Gt=>{if(Gt.key=="Enter"){const ae=pe.getFieldValue("tag");if(pe.setFieldsValue({tag:""}),!ae){Bt.ZP.info("\u6807\u7B7E\u4E0D\u80FD\u4E3A\u7A7A");return}if(Pt.filter(xe=>xe===ae).length>0){Bt.ZP.info("\u5DF2\u6709\u76F8\u540C\u540D\u79F0\u6807\u7B7E");return}Pt.push(ae),Tt([...Pt])}},jt=(Gt,ae)=>{Gt.preventDefault(),Tt([...Pt.filter(xe=>xe!=ae)])};return ee.createElement(zt.default,{centered:!0,maskClosable:!1,destroyOnClose:!0,title:fe?"\u7F16\u8F91\u89C6\u9891\u9879\u76EE":"\u65B0\u5EFA\u89C6\u9891\u9879\u76EE",width:740,className:St.modal,open:he,confirmLoading:He,onOk:Yt,onCancel:_t},ee.createElement(Vt.default,{form:pe},ee.createElement("input",{type:"file",id:"fileUpload",style:{display:"none"},onChange:ie,accept:".mkv, .flv, .f4v, .rmvb, .swf, video/mp4,video/x-m4v,video/flv,video/f4v,video/rmvb,video/swf,video/*"}),ee.createElement(Vt.default.Item,{label:"\u9879\u76EE\u540D\u79F0",name:"name",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u9879\u76EE\u540D\u79F0"}]},ee.createElement(Qt.default,{maxLength:40,placeholder:"\u8BF7\u8F93\u5165\u4E0D\u8D85\u8FC740\u5B57\u7684\u9879\u76EE\u540D\u79F0"})),ee.createElement(Vt.default.Item,{label:"\u9879\u76EE\u5185\u5BB9",name:"content",className:St.contentItem},Ot()),ee.createElement(Vt.default.Item,{name:"attachment_id",label:"\u4E0A\u4F20\u5C01\u9762\u56FE:"},ee.createElement(xt.Z,{getFileProgress:Gt=>{if(Gt.file.status==="uploading"){Ae(!0);return}Gt.file.status==="done"&&Ae(!1)}})),ee.createElement(Vt.default.Item,{label:"\u9879\u76EE\u7B80\u4ECB",name:"description",className:"ml8"},ee.createElement(ft,{rows:5,maxLength:800,placeholder:"\u8BF7\u8F93\u5165\u672C\u89C6\u9891\u7B80\u4ECB\uFF0C\u6700\u591A\u4E0D\u8D85\u8FC7800\u5B57"})),ee.createElement(Vt.default.Item,{label:"\u77E5\u8BC6\u6807\u7B7E",name:"tag",className:"ml8"},ee.createElement(Qt.default,{onKeyUp:$t})),ee.createElement(Vt.default.Item,{label:"\u64AD\u653E\u8BBE\u7F6E",name:"allow_skip",valuePropName:"checked",className:"ml8",initialValue:!0},ee.createElement(Mt.default,null,"\u5141\u8BB8\u5FEB\u8FDB\u64AD\u653E")),ee.createElement("div",{className:St["tagsList-content"]},Pt.map((Gt,ae)=>ee.createElement(Rt.default,{key:ae+Gt,closable:!0,onClose:xe=>{jt(xe,Gt)}},Gt))),ee.createElement("div",{className:"c-grey-999"},ee.createElement("div",null,"\u6CE8\u610F\uFF1A"),ee.createElement("div",null,"1\u3001\u4E0A\u4F20\u89C6\u9891\uFF0C\u5373\u8868\u793A\u60A8\u5DF2\u540C\u610F",ee.createElement(wt.Link,{to:`/users/${(we=Ft.userInfo)==null?void 0:we.login}/videos/protocol`,target:"_blank",className:St.colorBlue},"\u4E0A\u4F20\u5185\u5BB9\u534F\u8BAE"),"\uFF0C\u4E0D\u5F97\u4E0A\u4F20\u672A\u7ECF\u4ED6\u4EBA\u6388\u6743\u7684\u4F5C\u54C1\uFF1B"),ee.createElement("div",null,"2\u3001\u4E0D\u652F\u6301\u65AD\u70B9\u7EED\u4F20\uFF0C\u6587\u4EF6\u5927\u5C0F\u8BF7\u52FF\u8D85\u8FC7",Ie,"G\uFF1B"),ee.createElement("div",null,"3\u3001\u652F\u6301\u6587\u4EF6\u683C\u5F0F\uFF1Aavi\u3001flv\u3001f4v\u3001m4v\u3001mov\u3001mp4\u3001rmvb\u3001swf\u3001webm\u3001wmv\uFF1B"),ee.createElement("div",null,"4\u3001\u5982\u679C\u89C6\u9891\u6765\u81EA\u4E8E\u5916\u90E8\u94FE\u63A5\uFF0C\u672C\u7F51\u7AD9\u4E0D\u63D0\u4F9B\u64AD\u653E\u9875\u9762\uFF0C\u65E0\u6CD5\u63D0\u4F9B\u7EDF\u8BA1\u6570\u636E\u3002"))))};var Ut=(0,wt.connect)(({user:Ft,loading:qt,globalSetting:te})=>({user:Ft,globalSetting:te,loading:qt}))(It)},69622:function(bn,Hn,ce){"use strict";ce.d(Hn,{o:function(){return Rt}});var ee=ce(205),wt=ce(93125),Qt=ce.n(wt);let Vt="",Bt,zt="";function Ct(St){Mt(St)}function Mt(St){Bt=new(Qt()).Vod({timeout:6e4,partSize:1048576,parallel:5,retryCount:3,retryDuration:2,region:"ap-southeast-1",userId:0x6803cbd867207,enableUploadProgress:!1,addFileSuccess:function(kt){console.log("addFileSuccess: "+kt.file.name),St.addFileSuccess&&St.addFileSuccess(kt),Bt.startUpload()},onUploadstarted:function(kt){const xt=kt.file.name;if(kt.videoId){var yt=`/api/users/${Vt}/video_auths.json`;(0,ee.ZP)(yt,{method:"put",body:{video_id:kt.videoId,title:xt,file_name:xt,virtual_classroom_id:zt}}).then(et=>{if(et.status==-1){St.onUploadError&&St.onUploadError(kt);return}const tt=et.data;var lt=tt.UploadAuth,ot=tt.UploadAddress,ut=tt.VideoId;Bt.setUploadAuthAndAddress(kt,lt,ot)}).catch(et=>{Bt.deleteFile(Bt._curIndex),Bt.nextUpload(),console.log(et)})}else{var Dt=`/api/users/${Vt}/video_auths.json`;const et="";(0,ee.ZP)(Dt,{method:"Post",body:{title:et+xt,file_name:et+xt,virtual_classroom_id:zt}}).then(tt=>{if(tt){const ct=tt.data;var lt=ct.UploadAuth,ot=ct.UploadAddress,ut=ct.VideoId;Bt.setUploadAuthAndAddress(kt,lt,ot,ut)}}).catch(tt=>{Bt.deleteFile(Bt._curIndex),Bt.nextUpload(),console.log(tt)}),console.log("\u6587\u4EF6\u5F00\u59CB\u4E0A\u4F20...")}},onUploadSucceed:function(kt){St.onUploadSucceed&&St.onUploadSucceed(kt),console.log("\u6587\u4EF6\u4E0A\u4F20\u6210\u529F!")},onUploadFailed:function(kt,xt,Dt){St.onUploadFailed&&St.onUploadFailed(kt),console.log("\u6587\u4EF6\u4E0A\u4F20\u5931\u8D25!")},onUploadCanceled:function(kt,xt,Dt){console.log("\u6587\u4EF6\u4E0A\u4F20\u5DF2\u6682\u505C!")},onUploadProgress:function(kt,xt,Dt){St.onUploadProgress&&St.onUploadProgress(kt,xt,Dt);var yt=Math.ceil(Dt*100);console.log("\u6587\u4EF6\u4E0A\u4F20\u4E2D...")},onUploadTokenExpired:function(kt){console.log("\u6587\u4EF6\u4E0A\u4F20\u8D85\u65F6!");var xt=`/api/users/${Vt}/video_auths.json`;(0,ee.ZP)(xt,{method:"put",body:{video_id:kt.videoId}}).then(Dt=>{var et=Dt.data.UploadAuth;Bt.resumeUploadWithAuth(et)}).catch(Dt=>{console.log(Dt)})},onUploadEnd:function(kt){St.onUploadEnd&&St.onUploadEnd(kt),console.log("onUploadEnd: uploaded all the files")}}),St.gotUploader&&St.gotUploader(Bt)}function Rt(St,kt,xt){St&&(Vt=St),kt&&(zt=kt),Ct(xt)}},65802:function(bn,Hn,ce){"use strict";ce.d(Hn,{AL:function(){return ft},Iy:function(){return kt},Qv:function(){return yt},ez:function(){return ct},jb:function(){return xt}});var ee=ce(32834),wt=ce.n(ee),Qt=ce(11690),Vt=ce.n(Qt);let Bt=1;function zt(Ft,qt){const te=Ft.match(/^(\s+)(?:```)/);if(te===null)return qt;const Xt=te[1];return qt.split(`
`).map(he=>{const fe=he.match(/^\s+/);if(fe===null)return he;const[Ce]=fe;return Ce.length>=Xt.length?he.slice(Xt.length):he}).join(`
`)}let Ct=[],Mt=["<ul>"];const Rt=new(wt()).Renderer,St=/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/;function kt(){Ct.length=0,Mt=["<ul>"]}const xt={overflow:"hidden",WebkitBoxOrient:"vertical",display:"-webkit-box",WebkitLineClamp:2};function Dt(Ft,qt,te,Xt){if(qt>=Ft.length||Ft[qt].level<=te)return qt;var he=Ft[qt];Xt.push("<li><a href='#"+Bt+he.anchor+"'>"+he.text+"</a>"),qt++;var fe=[];return qt=Dt(Ft,qt,he.level,fe),fe.length>0&&(Xt.push("<ul>"),fe.forEach(function(Ce){Xt.push(Ce)}),Xt.push("</ul>")),Xt.push("</li>"),qt=Dt(Ft,qt,te,Xt),qt}function yt(){return Dt(Ct,0,0,Mt),Mt.push("</ul>"),Mt.join("")}const et={heading(Ft){const qt=St.exec(Ft);if(Bt+=1,qt)return{type:"heading",raw:qt[0],depth:qt[1].length,text:qt[2]}},fences(Ft){const qt=this.rules.block.fences.exec(Ft);if(qt){const te=qt[0];let Xt=zt(te,qt[3]||"");const he=qt[2]?qt[2].trim():qt[2];if(["latex","katex","math"].indexOf(he)>=0){const fe=ot(),Ce=Xt;Xt=fe,ut[fe]={type:"block",expression:Ce}}return{type:"code",raw:te,lang:he,text:Xt}}}},tt=/(?:\${2})([^\n`]+?)(?:\${2})/gi;let lt=0;const ot=()=>`__special_katext_id_${lt++}__`;let ut={};function ct(){return ut}function ft(){lt=0,ut={}}function gt(Ft){return Ft=Ft.replace(tt,(qt,te)=>{const Xt=ot();return ut[Xt]={type:"inline",expression:te},Xt}),Ft}const Lt=Rt.listitem;Rt.listitem=function(Ft){return Lt(gt(Ft))};const It=Rt.paragraph;Rt.paragraph=function(Ft){return It(gt(Ft))};const Ut=Rt.tablecell;Rt.tablecell=function(Ft,qt){return Ut(gt(Ft),qt)},Rt.code=function(Ft,qt,te){const Xt=(qt||"").match(/\S*/)[0];return Xt?["latex","katex","math"].indexOf(Xt)>=0?`<p class='editormd-tex'>${Ft}</p>`:`<pre class="prettyprint linenums"><code class="language-${qt}">${te?Ft:(0,Qt.escape)(Ft,!0)}</code></pre>
`:'<pre class="prettyprint linenums"><code>'+(te?Ft:(0,Qt.escape)(Ft,!0))+"</code></pre>"},Rt.heading=function(Ft,qt,te){let Xt=this.options.headerPrefix+te.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,"-");return Ct.push({anchor:Xt,level:qt,text:Ft}),"<h"+qt+' id="'+Bt+Xt+'">'+Ft+"</h"+qt+">"},wt().setOptions({silent:!0,gfm:!0,pedantic:!1}),wt().use({tokenizer:et,renderer:Rt}),Hn.ZP=wt()},11800:function(bn,Hn,ce){"use strict";ce.d(Hn,{rX:function(){return gt},pW:function(){return Lt},gy:function(){return It},xY:function(){return ft},O5:function(){return ct},hs:function(){return tt},tJ:function(){return yt},o1:function(){return et},Rd:function(){return ut}});var ee=ce(1997),wt=ce(62957),Qt=ce(37285),Vt=ce(6767),Bt=ce(57535),zt=ce(61737),Ct=ce(87169),Mt=ce(25510),Rt="data:image/png;base64,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",St=ce.p+"static/newqrcode.a8740efb.png",kt=ce(32637),xt=ce(59301),Dt=(Ut,Ft,qt)=>new Promise((te,Xt)=>{var he=Fe=>{try{Ce(qt.next(Fe))}catch(ze){Xt(ze)}},fe=Fe=>{try{Ce(qt.throw(Fe))}catch(ze){Xt(ze)}},Ce=Fe=>Fe.done?te(Fe.value):Promise.resolve(Fe.value).then(he,fe);Ce((qt=qt.apply(Ut,Ft)).next())});const yt=(Ut,Ft=!1,qt=!1,te="",Xt=!1)=>!!(et(Ut)&&lt(Ut,Ft,qt,te,Xt)),et=Ut=>(0,Bt.bg)()?!0:(Ut({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}}),!1),tt=Ut=>{var Ft,qt,te;const{user:Xt}=(0,ee.getDvaApp)()._store.getState();(0,Bt.bg)()&&!((qt=(Ft=Xt==null?void 0:Xt.userInfo)==null?void 0:Ft.course)!=null&&qt.course_public)&&!((te=Xt==null?void 0:Xt.userInfo)!=null&&te.profile_completed)&&Ut({type:"user/showUpdateProfilePanel",payload:{showUpdateProfilePanel:!0,showClosable:!0,backurl:"/account/profile/edit",isCurrentPage:!0}})},lt=(Ut,Ft=!1,qt=!0,te="",Xt=!1)=>{var he;const{user:fe}=(0,ee.getDvaApp)()._store.getState();return(he=fe.userInfo)!=null&&he.profile_completed?!0:(qt?Ut({type:"user/showUpdateProfilePanel",payload:{showUpdateProfilePanel:!0,showClosable:!0,backurl:te,isCurrentPage:Xt}}):wt.default.confirm({title:"\u63D0\u793A",width:530,centered:!0,content:"\u60A8\u9700\u8981\u53BB\u5B8C\u5584\u60A8\u7684\u4E2A\u4EBA\u8D44\u6599\uFF0C\u624D\u80FD\u4F7F\u7528\u6B64\u529F\u80FD",okText:"\u7ACB\u5373\u5B8C\u5584",cancelText:"\u7A0D\u540E\u5B8C\u5584",onOk:()=>{(0,zt.xg)("/account/profile/edit"),ot()}}),!1)},ot=()=>{wt.default.success({title:"\u63D0\u793A",width:430,closable:!0,centered:!0,content:"\u5DF2\u5B8C\u5584\u4E2A\u4EBA\u8D44\u6599\uFF1F\u8BF7\u5237\u65B0\u9875\u9762",okText:"\u7ACB\u5373\u5237\u65B0",icon:null,onOk:()=>{location.reload()}})},ut=()=>{wt.default.warning({title:"\u63D0\u793A",icon:null,width:400,content:xt.createElement("div",{style:{textAlign:"center"}},xt.createElement("div",{style:{color:"#191919",fontSize:14,marginBottom:15,textAlign:"left"}},"\u8001\u5E08\u60A8\u597D\uFF0C\u60A8\u7684\u8BFE\u5802\u8BD5\u7528\u671F\u5DF2\u7ED3\u675F\uFF0C\u76F8\u5173\u529F\u80FD\u88AB\u9650\u5236\u3002 \u5982\u9700\u7EE7\u7EED\u4F7F\u7528\uFF0C\u8BF7\u5C3D\u5FEB\u5BF9\u63A5\u4EBA\u5DE5\u652F\u6301\uFF01"),xt.createElement("img",{style:{border:"1px solid #D8E3E9",width:190,height:180},src:kt}),xt.createElement("div",{style:{color:"#666666",fontSize:14,marginTop:15}},"\u6DFB\u52A0\u5BA2\u670D\u4EBA\u5458\u5FAE\u4FE1\uFF0C\u83B7\u5F97\u66F4\u591A\u652F\u6301"))})},ct=()=>{var Ut;const{user:Ft}=(0,ee.getDvaApp)()._store.getState();return(Ut=Ft.userInfo)!=null&&Ut.professional_certification?!0:(wt.default.confirm({title:"\u63D0\u793A",centered:!0,content:xt.createElement("div",{className:"tc"},"\u60A8\u9700\u8981\u53BB\u5B8C\u6210\u60A8\u7684\u804C\u4E1A\u8BA4\u8BC1\uFF0C\u624D\u80FD\u4F7F\u7528\u6B64\u529F\u80FD"),okText:"\u7ACB\u5373\u5B8C\u5584",cancelText:"\u7A0D\u540E\u5B8C\u5584",onOk:()=>{(0,zt.xg)("/account/certification")}}),!1)},ft=()=>(0,Bt.V9)()?!0:(wt.default.warning({centered:!0,width:530,title:"\u63D0\u793A",content:xt.createElement("div",{className:"tc",style:{marginLeft:-38}},xt.createElement("p",null,"\u626B\u7801\u52A0\u5934\u6B4C\u52A9\u6559\uFF0C\u7533\u8BF7\u64CD\u4F5C\u6743\u9650"),xt.createElement("img",{src:St,width:200})),okText:"\u6211\u77E5\u9053\u4E86",maskClosable:!0}),!1),gt=(Ut,Ft)=>Ut?!0:(wt.default.confirm({centered:!0,zIndex:1e4,width:530,title:"\u63D0\u793A",content:xt.createElement("div",null,xt.createElement("p",null,Ft||"\u8BE5\u5B9E\u8DF5\u8D44\u6E90\u9700\u6388\u6743\u540E\u624D\u53EF\u4F7F\u7528\u3002 \u60A8\u53EF\u4EE5\u5728QQ\u670D\u52A1\u7FA4\u5411\u7BA1\u7406\u5458\u7533\u8BF7\uFF0C\u83B7\u5F97\u7EE7\u7EED\u64CD\u4F5C\u7684\u6743\u9650\u3002"),xt.createElement("div",{style:{marginLeft:"110px"}},xt.createElement("img",{src:Rt,width:200}),xt.createElement("div",{style:{marginLeft:"35px"}},"\u7FA4\u53F7\uFF1A","714336072"))),okText:"\u7ACB\u5373\u8054\u7CFB",cancelText:"\u53D6\u6D88",onOk:()=>{(0,zt.xg)("https://qm.qq.com/cgi-bin/qm/qr?k=tIyDPXUtE0yEk-MOJxhH55lTUJS-nYAM&jump_from=webapi")}}),!1),Lt=Ut=>{wt.default.info({title:"\u8054\u7CFB\u5E73\u53F0\u8FD0\u8425",icon:null,width:615,centered:!0,content:xt.createElement("div",null,xt.createElement("div",null,xt.createElement("p",{style:{color:"#191919",fontWeight:400,fontSize:14}},"\u201C\u4FDD\u5B58\u5B9E\u9A8C\u4E34\u65F6\u6570\u636E\u201D\u529F\u80FD\u4E3A\u4ED8\u8D39\u529F\u80FD\uFF0C\u8BF7\u8054\u7CFB\u5E73\u53F0\u8FD0\u8425\u8FDB\u884C\u5F00\u901A\u3002"),xt.createElement(Qt.Z,null),xt.createElement("p",{style:{color:"#666666",fontSize:12}}," ",xt.createElement("span",{style:{display:"inline-flex",width:14,height:14,borderRadius:2,background:"#F3F3F3",justifyContent:"center",color:"#666666",fontSize:12,lineHeight:"14px",marginRight:8}},"1")," \u56E0\u5E73\u53F0\u7684\u5B9E\u9A8C\u6570\u636E\u50A8\u5B58\u5BB9\u91CF\u548C\u6210\u672C\u6D88\u8017\u8F83\u5927\uFF0C\u5B9E\u8DF5\u9879\u76EE\u9ED8\u8BA4\u4FDD\u5B58\u5B9E\u9A8C\u73AF\u5883\u4E2D\u4E34\u65F6\u6570\u636E ",xt.createElement("a",null,Ut),"\u5929\u3002"),xt.createElement("p",{style:{color:"#666666",fontSize:12}}," ",xt.createElement("span",{style:{display:"inline-flex",width:14,height:14,borderRadius:2,background:"#F3F3F3",justifyContent:"center",color:"#666666",fontSize:12,lineHeight:"14px",marginRight:8}},"2"),"\u82E5\u60A8\u9700\u8981\u4E2A\u6027\u5316\u7684\u6570\u636E\u4FDD\u5B58\u5468\u671F\u670D\u52A1\uFF0C\u6211\u4EEC\u53EF\u4EE5\u63D0\u4F9B\u76F8\u5173\u6280\u672F\u652F\u6301\uFF0C\u5E76\u6839\u636E\u60A8\u7684\u9700\u6C42\u6536\u53D6\u5B9A\u5236\u8D39\u7528\u3002")),xt.createElement("div",{style:{textAlign:"center",marginTop:30}},xt.createElement("img",{style:{border:"4px solid #0152d9",borderRadius:"4px"},src:Mt,alt:"\u4E8C\u7EF4\u7801",width:160})))})},It=(Ut,Ft="")=>{const{shixunsDetail:{detail:qt}}=(0,ee.getDvaApp)()._store.getState();if((qt==null?void 0:qt.public)===2||(qt==null?void 0:qt.public)===1||(qt==null?void 0:qt.shixun_status)===3){let te="";return(qt==null?void 0:qt.public)===2&&(te="\u5DF2\u516C\u5F00"),(qt==null?void 0:qt.public)===1&&(te="\u5F85\u5BA1\u6838"),(qt==null?void 0:qt.shixun_status)===3&&(te="\u5DF2\u5173\u95ED"),wt.default.info({centered:!0,icon:xt.createElement(Ct.Z,{style:{color:"#faad14"}}),width:460,title:"\u63D0\u793A",content:xt.createElement("div",{className:"tc",style:{marginLeft:-38}},xt.createElement("div",{style:{display:"flex",flexDirection:"column",alignItems:"flex-start",paddingLeft:38,margin:"12px 0"}},xt.createElement("span",null,"\u8BE5\u5B9E\u8DF5\u9879\u76EE\u7684\u72B6\u6001\u4E3A",te,"\uFF0C",Ft,"\u3002"),xt.createElement("p",null,"\u5982\u6709\u9700\u8981\uFF0C\u8BF7\u8054\u7CFB\u5E73\u53F0\u7BA1\u7406\u5458\u8FDB\u884C\u6280\u672F\u652F\u6301\u3002")),xt.createElement("img",{style:{border:"4px solid #0152d9",borderRadius:"4px"},src:Mt,alt:"\u4E8C\u7EF4\u7801",width:160})),okText:"\u6211\u77E5\u9053\u4E86"}),!0}return(qt==null?void 0:qt.shixun_status)===2?(wt.default.confirm({centered:!0,icon:xt.createElement(Ct.Z,null),title:"\u63D0\u793A",content:xt.createElement("div",null,xt.createElement("span",null,"\u8BE5\u5B9E\u8DF5\u9879\u76EE\u5DF2\u53D1\u5E03\uFF0C",Ft,"\u3002"),xt.createElement("br",null),xt.createElement("span",null,"\u5982\u6709\u9700\u8981\uFF0C\u60A8\u53EF\u4EE5\u64A4\u9500\u53D1\u5E03\u540E\uFF0C\u518D\u8FDB\u884C\u64CD\u4F5C\u3002")),okText:"\u64A4\u9500\u53D1\u5E03",cancelText:"\u53D6\u6D88",onOk:()=>{wt.default.confirm({width:440,centered:!0,icon:xt.createElement(Ct.Z,{style:{color:"#faad14"}}),title:"\u63D0\u793A",content:"\u64A4\u9500\u53D1\u5E03\u540E\uFF0C\u5B66\u5458\u5C06\u65E0\u6CD5\u8FDB\u884C\u7EC3\u4E60\u3002\u662F\u5426\u786E\u8BA4\u64A4\u9500\u53D1\u5E03\uFF1F",okText:"\u786E\u5B9A\u64A4\u9500\u53D1\u5E03",cancelText:"\u53D6\u6D88",onOk:()=>Dt(void 0,null,function*(){(yield Ut({type:"shixunsDetail/cancelRelease",payload:{id:qt==null?void 0:qt.identifier}})).status!==401&&(Vt.ZP.success("\u64A4\u9500\u53D1\u5E03\u6210\u529F\u3002\u5B9E\u8BAD\u56DE\u5230\u672A\u53D1\u5E03\u7684\u72B6\u6001\u3002"),Ut({type:"shixunsDetail/getShixunsDetail",payload:{id:qt==null?void 0:qt.identifier}}),Ut({type:"practiceSetting/getCommonData",payload:{id:qt==null?void 0:qt.identifier}}))})})}}),!0):!1}},93125:function(bn,Hn,ce){(function(ee){if(1)window.OSS=ee(),bn.exports=ee();else var wt})(function(){var ee;return function(){function wt(Qt,Vt,Bt){function zt(Rt,St){if(!Vt[Rt]){if(!Qt[Rt]){var kt=void 0;if(!St&&kt)return require(Rt,!0);if(Ct)return Ct(Rt,!0);var xt=new Error("Cannot find module '"+Rt+"'");throw xt.code="MODULE_NOT_FOUND",xt}var Dt=Vt[Rt]={exports:{}};Qt[Rt][0].call(Dt.exports,function(yt){return zt(Qt[Rt][1][yt]||yt)},Dt,Dt.exports,wt,Qt,Vt,Bt)}return Vt[Rt].exports}for(var Ct=void 0,Mt=0;Mt<Bt.length;Mt++)zt(Bt[Mt]);return zt}return wt}()({1:[function(wt,Qt,Vt){"use strict";var Bt=wt("./browser/client");Bt.Buffer=wt("buffer").Buffer,Bt.co=wt("co"),Bt.urllib=wt("../shims/xhr"),Bt.version=wt("./browser/version").version,Qt.exports=Bt},{"../shims/xhr":244,"./browser/client":2,"./browser/version":5,buffer:38,co:41}],2:[function(wt,Qt,Vt){(function(Bt,zt){"use strict";function Ct(Jt){return Jt&&Jt.__esModule?Jt:{default:Jt}}function Mt(Jt,re){return Jt[re]||Jt[re.toLowerCase()]}function Rt(Jt,re){var se=Ft.parse(Jt);if(!se.protocol){var ge=re?"https://":"http://";se=Ft.parse(ge+Jt)}if(se.protocol!=="http:"&&se.protocol!=="https:")throw new Error("Endpoint protocol must be http or https.");return se}function St(Jt,re,se){var ge=se?"https://":"http://",ue=re?"-internal.aliyuncs.com":".aliyuncs.com";return Jt.substr(0,14)==="vpc100-oss-cn-"&&(ue=".aliyuncs.com"),Ft.parse(ge+Jt+ue)}function kt(){return document&&document.location&&document.location.protocol==="https:"}function xt(Jt,re){if(!(this instanceof xt))return new xt(Jt,re);Jt&&Jt.inited?this.options=Jt:this.options=xt.initOptions(Jt),this.options.cancelFlag=!1,this.options.urllib?this.urllib=this.options.urllib:(this.urllib=he,this.agent=this.options.agent||De),this.ctx=re,this.userAgent=this._getUserAgent(),this.options.amendTimeSkewed=0}var Dt=wt("babel-runtime/regenerator"),yt=Ct(Dt),et=wt("babel-runtime/core-js/object/keys"),tt=Ct(et),lt=wt("debug")("ali-oss"),ot=wt("./../../shims/crypto/crypto.js"),ut=wt("path"),ct=wt("copy-to"),ft=wt("mime"),gt=wt("xml2js"),Lt=wt("humanize-ms"),It=wt("agentkeepalive"),Ut=wt("merge-descriptors"),Ft=wt("url"),qt=wt("is-type-of"),te=wt("platform"),Xt=wt("utility"),he=wt("urllib"),fe=wt("./version"),Ce=wt("dateformat"),Fe=wt("bowser"),ze=wt("../common/signUtils"),we=wt("../common/utils"),De=new It;Qt.exports=xt,xt.initOptions=function(Jt){if(!Jt||!Jt.accessKeyId||!Jt.accessKeySecret)throw new Error("require accessKeyId, accessKeySecret");var re=kt(),se={region:"oss-cn-hangzhou",internal:!1,secure:re,bucket:null,endpoint:null,cname:!1};if((0,tt.default)(Jt).forEach(function(ge){Jt[ge]!==void 0&&(se[ge]=Jt[ge])}),se.accessKeyId=se.accessKeyId.trim(),se.accessKeySecret=se.accessKeySecret.trim(),se.timeout&&(se.timeout=Lt(se.timeout)),se.endpoint)se.endpoint=Rt(se.endpoint,se.secure);else{if(!se.region)throw new Error("require options.endpoint or options.region");se.endpoint=St(se.region,se.internal,se.secure)}return se.inited=!0,se};var pe=xt.prototype;Ut(pe,wt("./object")),Ut(pe,wt("./managed_upload")),Ut(pe,wt("../common/multipart")),Ut(pe,wt("../common/thunkpool.js")),xt.Wrapper=wt("./wrapper"),pe.signature=function(Jt){return lt("authorization stringToSign: %s",Jt),ze.computeSignature(this.options.accessKeySecret,Jt)},pe.authorization=function(Jt,re,se,ge){var ue=ze.buildCanonicalString(Jt.toUpperCase(),re,{headers:ge,parameters:se});return ze.authorization(this.options.accessKeyId,this.options.accessKeySecret,ue)},pe.createRequest=function(Jt){var re={"x-oss-date":Ce(+new Date+this.options.amendTimeSkewed,"UTC:ddd, dd mmm yyyy HH:MM:ss 'GMT'"),"x-oss-user-agent":this.userAgent};this.options.stsToken&&(re["x-oss-security-token"]=this.options.stsToken),ct(Jt.headers).to(re),Mt(re,"Content-Type")||(Jt.mime===ft.default_type&&(Jt.mime=""),Jt.mime&&Jt.mime.indexOf("/")>0?re["Content-Type"]=Jt.mime:re["Content-Type"]=ft.getType(Jt.mime||ut.extname(Jt.object||""))||"application/octet-stream"),Jt.content&&(re["Content-Md5"]=ot.createHash("md5").update(new zt(Jt.content,"utf8")).digest("base64"),re["Content-Length"]||(re["Content-Length"]=Jt.content.length));var se=this._getResource(Jt);re.authorization=this.authorization(Jt.method,se,Jt.subres,re);var ge=this._getReqUrl(Jt);lt("request %s %s, with headers %j, !!stream: %s",Jt.method,ge,re,!!Jt.stream);var ue=Jt.timeout||this.options.timeout;return{url:ge,params:{agent:this.agent,method:Jt.method,content:Jt.content,stream:Jt.stream,headers:re,timeout:ue,writeStream:Jt.writeStream,customResponse:Jt.customResponse,ctx:Jt.ctx||this.ctx}}},pe.request=yt.default.mark(function Jt(re){var se,ge,ue,je;return yt.default.wrap(function(Ne){for(;;)switch(Ne.prev=Ne.next){case 0:return se=this.createRequest(re),ge=void 0,ue=void 0,Ne.prev=3,Ne.next=6,this.urllib.request(se.url,se.params);case 6:ge=Ne.sent,lt("response %s %s, got %s, headers: %j",re.method,se.url,ge.status,ge.headers),Ne.next=13;break;case 10:Ne.prev=10,Ne.t0=Ne.catch(3),ue=Ne.t0;case 13:if(je=void 0,!ge||!re.successStatuses||re.successStatuses.indexOf(ge.status)!==-1){Ne.next=26;break}return Ne.next=17,this.requestError(ge);case 17:if(je=Ne.sent,je.code!=="RequestTimeTooSkewed"){Ne.next=23;break}return this.options.amendTimeSkewed=+new Date(je.serverTime)-new Date,Ne.next=22,this.request(re);case 22:return Ne.abrupt("return",Ne.sent);case 23:je.params=re,Ne.next=30;break;case 26:if(!ue){Ne.next=30;break}return Ne.next=29,this.requestError(ue);case 29:je=Ne.sent;case 30:if(!je){Ne.next=32;break}throw je;case 32:if(!re.xmlResponse){Ne.next=36;break}return Ne.next=35,this.parseXML(ge.data);case 35:ge.data=Ne.sent;case 36:return Ne.abrupt("return",ge);case 37:case"end":return Ne.stop()}},Jt,this,[[3,10]])}),pe._getResource=function(Jt){var re="/";return Jt.bucket&&(re+=Jt.bucket+"/"),Jt.object&&(re+=Jt.object),re},pe._isIP=function(Jt){return we._isIP(Jt)},pe._escape=function(Jt){return Xt.encodeURIComponent(Jt).replace(/%2F/g,"/")},pe._getReqUrl=function(Jt){var re={};ct(this.options.endpoint).to(re);var se=this._isIP(re.hostname),ge=this.options.cname;!Jt.bucket||ge||se||(re.host=Jt.bucket+"."+re.host);var ue="/";Jt.bucket&&se&&(ue+=Jt.bucket+"/"),Jt.object&&(ue+=this._escape(Jt.object).replace(/\+/g,"%2B")),re.pathname=ue;var je={};if(Jt.query&&Ut(je,Jt.query),Jt.subres){var Ne={};qt.string(Jt.subres)?Ne[Jt.subres]="":qt.array(Jt.subres)?Jt.subres.forEach(function(qe){Ne[qe]=""}):Ne=Jt.subres,Ut(je,Ne)}return re.query=je,Ft.format(re)},pe._getUserAgent=function(){var Jt=Bt&&Bt.browser?"js":"nodejs",re="aliyun-sdk-"+Jt+"/"+fe.version,se=te.description;return!se&&Bt&&(se="Node.js "+Bt.version.slice(1)+" on "+Bt.platform+" "+Bt.arch),this._checkUserAgent(re+" "+se)},pe._checkUserAgent=function(Jt){return Jt.replace(/\u03b1/,"alpha").replace(/\u03b2/,"beta")},pe.checkBrowserAndVersion=function(Jt,re){return Fe.name===Jt&&Fe.version.split(".")[0]===re},pe.parseXML=function(Jt){return function(re){zt.isBuffer(Jt)&&(Jt=Jt.toString()),gt.parseString(Jt,{explicitRoot:!1,explicitArray:!1},re)}},pe.requestError=yt.default.mark(function Jt(re){var se,ge,ue,je;return yt.default.wrap(function(Ne){for(;;)switch(Ne.prev=Ne.next){case 0:if(se=null,re.data&&re.data.length){Ne.next=5;break}re.status===-1||re.status===-2?(se=new Error(re.message),se.name=re.name,se.status=re.status,se.code=re.name):(re.status===404?(se=new Error("Object not exists"),se.name="NoSuchKeyError",se.status=404,se.code="NoSuchKey"):re.status===412?(se=new Error("Pre condition failed"),se.name="PreconditionFailedError",se.status=412,se.code="PreconditionFailed"):(se=new Error("Unknow error, status: "+re.status),se.name="UnknowError",se.status=re.status),se.requestId=re.headers["x-oss-request-id"],se.host=""),Ne.next=30;break;case 5:return ge=String(re.data),lt("request response error data: %s",ge),ue=void 0,Ne.prev=8,Ne.next=11,this.parseXML(ge)||{};case 11:ue=Ne.sent,Ne.next=21;break;case 14:return Ne.prev=14,Ne.t0=Ne.catch(8),lt(ge),Ne.t0.message+=`
raw xml: `+ge,Ne.t0.status=re.status,Ne.t0.requestId=re.headers["x-oss-request-id"],Ne.abrupt("return",Ne.t0);case 21:je=ue.Message||"unknow request error, status: "+re.status,ue.Condition&&(je+=" (condition: "+ue.Condition+")"),se=new Error(je),se.name=ue.Code?ue.Code+"Error":"UnknowError",se.status=re.status,se.code=ue.Code,se.requestId=ue.RequestId,se.hostId=ue.HostId,se.serverTime=ue.ServerTime;case 30:return lt("generate error %j",se),Ne.abrupt("return",se);case 32:case"end":return Ne.stop()}},Jt,this,[[8,14]])})}).call(this,wt("_process"),wt("buffer").Buffer)},{"../common/multipart":8,"../common/signUtils":9,"../common/thunkpool.js":10,"../common/utils":11,"./../../shims/crypto/crypto.js":237,"./managed_upload":3,"./object":4,"./version":5,"./wrapper":6,_process:173,agentkeepalive:12,"babel-runtime/core-js/object/keys":23,"babel-runtime/regenerator":33,bowser:35,buffer:38,"copy-to":43,dateformat:154,debug:155,"humanize-ms":160,"is-type-of":165,"merge-descriptors":168,mime:242,path:170,platform:171,url:203,urllib:244,utility:243,xml2js:213}],3:[function(wt,Qt,Vt){(function(Bt){"use strict";function zt(ct){return ct&&ct.__esModule?ct:{default:ct}}function Ct(ct,ft){if(!(this instanceof Ct))return new Ct(ct,ft);ut.call(this,ft),this.file=ct,this.reader=new FileReader,this.start=0,this.finish=!1,this.fileBuffer=null}var Mt=wt("babel-runtime/core-js/array/from"),Rt=zt(Mt),St=wt("babel-runtime/regenerator"),kt=zt(St),xt=wt("is-type-of"),Dt=wt("util"),yt=wt("path"),et=wt("mime"),tt=wt("copy-to"),lt=Vt;lt.multipartUpload=kt.default.mark(function ct(ft,gt,Lt){var It,Ut,Ft,qt,te,Xt,he,fe,Ce;return kt.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:if(this.resetCancelFlag(),Lt=Lt||{},!Lt.checkpoint||!Lt.checkpoint.uploadId){Fe.next=6;break}return Fe.next=5,this._resumeMultipart(Lt.checkpoint,Lt);case 5:return Fe.abrupt("return",Fe.sent);case 6:return It=102400,Lt.mime||(xt.file(gt)?Lt.mime=et.getType(yt.extname(gt.name)):xt.blob(gt)?Lt.mime=gt.type:Lt.mime=et.getType(yt.extname(gt))),Lt.headers=Lt.headers||{},this._convertMetaToHeaders(Lt.meta,Lt.headers),Fe.next=12,this._getFileSize(gt);case 12:if(!((Ut=Fe.sent)<It)){Fe.next=25;break}return Ft=this._createStream(gt,0,Ut),Lt.contentLength=Ut,Fe.next=18,this.putStream(ft,Ft,Lt);case 18:if(qt=Fe.sent,!Lt||!Lt.progress){Fe.next=22;break}return Fe.next=22,Lt.progress(1);case 22:return te={res:qt.res,bucket:this.options.bucket,name:ft,etag:qt.res.headers.etag},(Lt.headers&&Lt.headers["x-oss-callback"]||Lt.callback)&&(te.data=qt.data),Fe.abrupt("return",te);case 25:if(!(Lt.partSize&&Lt.partSize<It)){Fe.next=27;break}throw new Error("partSize must not be smaller than "+It);case 27:return Fe.next=29,this.initMultipartUpload(ft,Lt);case 29:if(Xt=Fe.sent,he=Xt.uploadId,fe=this._getPartSize(Ut,Lt.partSize),Ce={file:gt,name:ft,fileSize:Ut,partSize:fe,uploadId:he,doneParts:[]},!Lt||!Lt.progress){Fe.next=36;break}return Fe.next=36,Lt.progress(0,Ce,Xt.res);case 36:return Fe.next=38,this._resumeMultipart(Ce,Lt);case 38:return Fe.abrupt("return",Fe.sent);case 39:case"end":return Fe.stop()}},ct,this)}),lt._resumeMultipart=kt.default.mark(function ct(ft,gt){var Lt,It,Ut,Ft,qt,te,Xt,he,fe,Ce,Fe,ze,we,De,pe,Jt,re,se,ge,ue,je;return kt.default.wrap(function(Ne){for(;;)switch(Ne.prev=Ne.next){case 0:if(!this.isCancel()){Ne.next=2;break}throw this._makeCancelEvent();case 2:if(Lt=ft.file,It=ft.fileSize,Ut=ft.partSize,Ft=ft.uploadId,qt=ft.doneParts,te=ft.name,Xt=[],qt.length>0&&tt(qt).to(Xt),he=this._divideParts(It,Ut),fe=he.length,Ce=!1,Fe=kt.default.mark(function qe(ke,He){var Ae,Ie,Ge;return kt.default.wrap(function(ie){for(;;)switch(ie.prev=ie.next){case 0:if(ke.isCancel()){ie.next=21;break}return ie.prev=1,Ae=he[He-1],Ie={stream:ke._createStream(Lt,Ae.start,Ae.end),size:Ae.end-Ae.start},ie.next=6,ke._uploadPart(te,Ft,He,Ie);case 6:if(Ge=ie.sent,ke.isCancel()||Ce){ie.next=13;break}if(ft.doneParts.push({number:He,etag:Ge.res.headers.etag}),Xt.push({number:He,etag:Ge.res.headers.etag}),!gt||!gt.progress){ie.next=13;break}return ie.next=13,gt.progress(qt.length/fe,ft,Ge.res);case 13:ie.next=21;break;case 15:if(ie.prev=15,ie.t0=ie.catch(1),ke.isCancel()){ie.next=21;break}throw ke.cancel(),ie.t0.partNum=He,ie.t0;case 21:case"end":return ie.stop()}},qe,this,[[1,15]])}),ze=(0,Rt.default)(new Array(fe),function(qe,ke){return ke+1}),we=Xt.map(function(qe){return qe.number}),De=ze.filter(function(qe){return we.indexOf(qe)<0}),pe=5,Jt=gt.parallel||pe,!this.checkBrowserAndVersion("Internet Explorer","10")&&Jt!==1){Ne.next=26;break}re=0;case 16:if(!(re<De.length)){Ne.next=24;break}if(!this.isCancel()){Ne.next=19;break}throw this._makeCancelEvent();case 19:return Ne.next=21,Fe(this,De[re]);case 21:re++,Ne.next=16;break;case 24:Ne.next=40;break;case 26:for(se=[],ge=0;ge<De.length;ge++)se.push(Fe(this,De[ge]));return Ne.next=30,this._thunkPool(se,Jt);case 30:if(ue=Ne.sent,Ce=!0,!(ue&&ue.length>0)){Ne.next=37;break}throw this.resetCancelFlag(),je=ue[0],je.message="Failed to upload some parts with error: "+je.toString()+" part_num: "+je.partNum,je;case 37:if(!this.isCancel()){Ne.next=40;break}throw se=null,this._makeCancelEvent();case 40:return Ne.next=42,this.completeMultipartUpload(te,Ft,Xt,gt);case 42:return Ne.abrupt("return",Ne.sent);case 43:case"end":return Ne.stop()}},ct,this)}),xt.file=function(ct){return typeof File!="undefined"&&ct instanceof File},xt.blob=function(ct){return typeof Blob!="undefined"&&ct instanceof Blob},lt._getFileSize=kt.default.mark(function ct(ft){var gt;return kt.default.wrap(function(Lt){for(;;)switch(Lt.prev=Lt.next){case 0:if(!xt.buffer(ft)){Lt.next=4;break}return Lt.abrupt("return",ft.length);case 4:if(!xt.blob(ft)&&!xt.file(ft)){Lt.next=6;break}return Lt.abrupt("return",ft.size);case 6:if(!xt.string(ft)){Lt.next=11;break}return Lt.next=9,this._statFile(ft);case 9:return gt=Lt.sent,Lt.abrupt("return",gt.size);case 11:throw new Error("_getFileSize requires Buffer/File/String.");case 12:case"end":return Lt.stop()}},ct,this)});var ot=wt("stream"),ut=ot.Readable;Dt.inherits(Ct,ut),Ct.prototype.readFileAndPush=function(ct){if(this.fileBuffer)for(var ft=!0;ft&&this.fileBuffer&&this.start<this.fileBuffer.length;){var gt=this.start,Lt=gt+ct;Lt=Lt>this.fileBuffer.length?this.fileBuffer.length:Lt,this.start=Lt,ft=this.push(this.fileBuffer.slice(gt,Lt))}},Ct.prototype._read=function(ct){if(this.file&&this.start>=this.file.size||this.fileBuffer&&this.start>=this.fileBuffer.length||this.finish||this.start===0&&!this.file)return this.finish||(this.fileBuffer=null,this.finish=!0),void this.push(null);ct=ct||16384;var ft=this;this.reader.onload=function(gt){ft.fileBuffer=new Bt(new Uint8Array(gt.target.result)),ft.file=null,ft.readFileAndPush(ct)},this.start===0?this.reader.readAsArrayBuffer(this.file):this.readFileAndPush(ct)},lt._createStream=function(ct,ft,gt){if(xt.blob(ct)||xt.file(ct))return new Ct(ct.slice(ft,gt));throw new Error("_createStream requires File/String.")},lt._getPartSize=function(ct,ft){return ft?Math.max(Math.ceil(ct/1e4),ft):1048576},lt._divideParts=function(ct,ft){for(var gt=Math.ceil(ct/ft),Lt=[],It=0;It<gt;It++){var Ut=ft*It,Ft=Math.min(Ut+ft,ct);Lt.push({start:Ut,end:Ft})}return Lt},lt._makeCancelEvent=function(){return{status:0,name:"cancel"}}}).call(this,wt("buffer").Buffer)},{"babel-runtime/core-js/array/from":16,"babel-runtime/regenerator":33,buffer:38,"copy-to":43,"is-type-of":165,mime:242,path:170,stream:195,util:207}],4:[function(wt,Qt,Vt){"use strict";function Bt(ft){return ft&&ft.__esModule?ft:{default:ft}}var zt=wt("babel-runtime/core-js/object/keys"),Ct=Bt(zt),Mt=wt("babel-runtime/regenerator"),Rt=Bt(Mt),St=wt("debug")("ali-oss:object"),kt=wt("utility"),xt=wt("fs"),Dt=wt("is-type-of"),yt=wt("url"),et=wt("copy-to"),tt=wt("path"),lt=wt("mime"),ot=wt("../common/callback"),ut=wt("../common/signUtils"),ct=Vt;ct.append=Rt.default.mark(function ft(gt,Lt,It){var Ut;return Rt.default.wrap(function(Ft){for(;;)switch(Ft.prev=Ft.next){case 0:return It=It||{},It.position===void 0&&(It.position="0"),It.subres={append:"",position:It.position},It.method="POST",Ft.next=6,this.put(gt,Lt,It);case 6:return Ut=Ft.sent,Ut.nextAppendPosition=Ut.res.headers["x-oss-next-append-position"],Ft.abrupt("return",Ut);case 9:case"end":return Ft.stop()}},ft,this)}),ct.put=Rt.default.mark(function ft(gt,Lt,It){var Ut,Ft,qt,te,Xt,he;return Rt.default.wrap(function(fe){for(;;)switch(fe.prev=fe.next){case 0:if(Ut=void 0,It=It||{},!Dt.buffer(Lt)){fe.next=6;break}Ut=Lt,fe.next=18;break;case 6:if(!Dt.blob(Lt)&&!Dt.file(Lt)){fe.next=17;break}return It.mime||(Dt.file(Lt)?It.mime=lt.getType(tt.extname(Lt.name)):It.mime=Lt.type),Ft=this._createStream(Lt,0,Lt.size),fe.next=11,this._getFileSize(Lt);case 11:return It.contentLength=fe.sent,fe.next=14,this.putStream(gt,Ft,It);case 14:return fe.abrupt("return",fe.sent);case 17:throw new TypeError("Must provide Buffer/Blob for put.");case 18:return It.headers=It.headers||{},this._convertMetaToHeaders(It.meta,It.headers),qt=It.method||"PUT",te=this._objectRequestParams(qt,gt,It),ot.encodeCallback(te,It),te.mime=It.mime,te.content=Ut,te.successStatuses=[200],fe.next=28,this.request(te);case 28:return Xt=fe.sent,he={name:gt,url:this._objectUrl(gt),res:Xt.res},te.headers&&te.headers["x-oss-callback"]&&(he.data=JSON.parse(Xt.data.toString())),fe.abrupt("return",he);case 32:case"end":return fe.stop()}},ft,this)}),ct.putStream=Rt.default.mark(function ft(gt,Lt,It){var Ut,Ft,qt,te;return Rt.default.wrap(function(Xt){for(;;)switch(Xt.prev=Xt.next){case 0:return It=It||{},It.headers=It.headers||{},It.contentLength?It.headers["Content-Length"]=It.contentLength:It.headers["Transfer-Encoding"]="chunked",this._convertMetaToHeaders(It.meta,It.headers),Ut=It.method||"PUT",Ft=this._objectRequestParams(Ut,gt,It),ot.encodeCallback(Ft,It),Ft.mime=It.mime,Ft.stream=Lt,Ft.successStatuses=[200],Xt.next=12,this.request(Ft);case 12:return qt=Xt.sent,te={name:gt,url:this._objectUrl(gt),res:qt.res},Ft.headers&&Ft.headers["x-oss-callback"]&&(te.data=JSON.parse(qt.data.toString())),Xt.abrupt("return",te);case 16:case"end":return Xt.stop()}},ft,this)}),ct.head=Rt.default.mark(function ft(gt,Lt){var It,Ut,Ft;return Rt.default.wrap(function(qt){for(;;)switch(qt.prev=qt.next){case 0:return It=this._objectRequestParams("HEAD",gt,Lt),It.successStatuses=[200,304],qt.next=4,this.request(It);case 4:return Ut=qt.sent,Ft={meta:null,res:Ut.res,status:Ut.status},Ut.status===200&&(0,Ct.default)(Ut.headers).forEach(function(te){te.indexOf("x-oss-meta-")===0&&(Ft.meta||(Ft.meta={}),Ft.meta[te.substring(11)]=Ut.headers[te])}),qt.abrupt("return",Ft);case 8:case"end":return qt.stop()}},ft,this)}),ct.get=Rt.default.mark(function ft(gt,Lt,It){var Ut,Ft,qt,te;return Rt.default.wrap(function(Xt){for(;;)switch(Xt.prev=Xt.next){case 0:return Ut=null,Ft=!1,Dt.writableStream(Lt)?Ut=Lt:Dt.string(Lt)?(Ut=xt.createWriteStream(Lt),Ft=!0):It=Lt,It=It||{},It.process&&(It.subres=It.subres||{},It.subres["x-oss-process"]=It.process),qt=void 0,Xt.prev=6,te=this._objectRequestParams("GET",gt,It),te.writeStream=Ut,te.successStatuses=[200,206,304],Xt.next=12,this.request(te);case 12:qt=Xt.sent,Ft&&Ut.destroy(),Xt.next=24;break;case 16:if(Xt.prev=16,Xt.t0=Xt.catch(6),!Ft){Xt.next=23;break}return Ut.destroy(),St("get error: %s, delete the exists file %s",Xt.t0,Lt),Xt.next=23,this._deleteFileSafe(Lt);case 23:throw Xt.t0;case 24:return Xt.abrupt("return",{res:qt.res,content:qt.data});case 25:case"end":return Xt.stop()}},ft,this,[[6,16]])}),ct.getStream=Rt.default.mark(function ft(gt,Lt){var It,Ut;return Rt.default.wrap(function(Ft){for(;;)switch(Ft.prev=Ft.next){case 0:return Lt=Lt||{},It=this._objectRequestParams("GET",gt,Lt),It.customResponse=!0,It.successStatuses=[200,206,304],Ft.next=6,this.request(It);case 6:return Ut=Ft.sent,Ft.abrupt("return",{stream:Ut.res,res:{status:Ut.status,headers:Ut.headers}});case 8:case"end":return Ft.stop()}},ft,this)}),ct.delete=Rt.default.mark(function ft(gt,Lt){var It,Ut;return Rt.default.wrap(function(Ft){for(;;)switch(Ft.prev=Ft.next){case 0:return It=this._objectRequestParams("DELETE",gt,Lt),It.successStatuses=[204],Ft.next=4,this.request(It);case 4:return Ut=Ft.sent,Ft.abrupt("return",{res:Ut.res});case 6:case"end":return Ft.stop()}},ft,this)}),ct.deleteMulti=Rt.default.mark(function ft(gt,Lt){var It,Ut,Ft,qt,te,Xt;return Rt.default.wrap(function(he){for(;;)switch(he.prev=he.next){case 0:for(Lt=Lt||{},It=`<?xml version="1.0" encoding="UTF-8"?>
<Delete>
`,Lt.quiet?It+=` <Quiet>true</Quiet>
`:It+=` <Quiet>false</Quiet>
`,Ut=0;Ut<gt.length;Ut++)It+=" <Object><Key>"+kt.escape(this._objectName(gt[Ut]))+`</Key></Object>
`;return It+="</Delete>",St("delete multi objects: %s",It),Lt.subres="delete",Ft=this._objectRequestParams("POST","",Lt),Ft.mime="xml",Ft.content=It,Ft.xmlResponse=!0,Ft.successStatuses=[200],he.next=14,this.request(Ft);case 14:return qt=he.sent,te=qt.data,Xt=te&&te.Deleted||null,Xt&&(Array.isArray(Xt)||(Xt=[Xt]),Xt=Xt.map(function(fe){return fe.Key})),he.abrupt("return",{res:qt.res,deleted:Xt});case 19:case"end":return he.stop()}},ft,this)}),ct.copy=Rt.default.mark(function ft(gt,Lt,It){var Ut,Ft,qt;return Rt.default.wrap(function(te){for(;;)switch(te.prev=te.next){case 0:return It=It||{},It.headers=It.headers||{},(0,Ct.default)(It.headers).forEach(function(Xt){It.headers["x-oss-copy-source-"+Xt.toLowerCase()]=It.headers[Xt]}),It.meta&&(It.headers["x-oss-metadata-directive"]="REPLACE"),this._convertMetaToHeaders(It.meta,It.headers),Lt=Lt[0]!=="/"?"/"+this.options.bucket+"/"+encodeURIComponent(Lt):"/"+encodeURIComponent(Lt.slice(1)),It.headers["x-oss-copy-source"]=Lt,Ut=this._objectRequestParams("PUT",gt,It),Ut.xmlResponse=!0,Ut.successStatuses=[200,304],te.next=12,this.request(Ut);case 12:return Ft=te.sent,qt=Ft.data,qt&&(qt={etag:qt.ETag,lastModified:qt.LastModified}),te.abrupt("return",{data:qt,res:Ft.res});case 16:case"end":return te.stop()}},ft,this)}),ct.putMeta=Rt.default.mark(function ft(gt,Lt,It){return Rt.default.wrap(function(Ut){for(;;)switch(Ut.prev=Ut.next){case 0:return Ut.next=2,this.copy(gt,gt,{meta:Lt||{},timeout:It&&It.timeout,ctx:It&&It.ctx});case 2:return Ut.abrupt("return",Ut.sent);case 3:case"end":return Ut.stop()}},ft,this)}),ct.list=Rt.default.mark(function ft(gt,Lt){var It,Ut,Ft,qt,te;return Rt.default.wrap(function(Xt){for(;;)switch(Xt.prev=Xt.next){case 0:return It=this._objectRequestParams("GET","",Lt),It.query=gt,It.xmlResponse=!0,It.successStatuses=[200],Xt.next=6,this.request(It);case 6:return Ut=Xt.sent,Ft=Ut.data.Contents,qt=this,Ft&&(Array.isArray(Ft)||(Ft=[Ft]),Ft=Ft.map(function(he){return{name:he.Key,url:qt._objectUrl(he.Key),lastModified:he.LastModified,etag:he.ETag,type:he.Type,size:Number(he.Size),storageClass:he.StorageClass,owner:{id:he.Owner.ID,displayName:he.Owner.DisplayName}}})),te=Ut.data.CommonPrefixes||null,te&&(Array.isArray(te)||(te=[te]),te=te.map(function(he){return he.Prefix})),Xt.abrupt("return",{res:Ut.res,objects:Ft,prefixes:te,nextMarker:Ut.data.NextMarker||null,isTruncated:Ut.data.IsTruncated==="true"});case 13:case"end":return Xt.stop()}},ft,this)}),ct.putACL=Rt.default.mark(function ft(gt,Lt,It){var Ut,Ft;return Rt.default.wrap(function(qt){for(;;)switch(qt.prev=qt.next){case 0:return It=It||{},It.subres="acl",It.headers=It.headers||{},It.headers["x-oss-object-acl"]=Lt,gt=this._objectName(gt),Ut=this._objectRequestParams("PUT",gt,It),Ut.successStatuses=[200],qt.next=9,this.request(Ut);case 9:return Ft=qt.sent,qt.abrupt("return",{res:Ft.res});case 11:case"end":return qt.stop()}},ft,this)}),ct.getACL=Rt.default.mark(function ft(gt,Lt){var It,Ut;return Rt.default.wrap(function(Ft){for(;;)switch(Ft.prev=Ft.next){case 0:return Lt=Lt||{},Lt.subres="acl",gt=this._objectName(gt),It=this._objectRequestParams("GET",gt,Lt),It.successStatuses=[200],It.xmlResponse=!0,Ft.next=8,this.request(It);case 8:return Ut=Ft.sent,Ft.abrupt("return",{acl:Ut.data.AccessControlList.Grant,owner:{id:Ut.data.Owner.ID,displayName:Ut.data.Owner.DisplayName},res:Ut.res});case 10:case"end":return Ft.stop()}},ft,this)}),ct.restore=Rt.default.mark(function ft(gt,Lt){var It,Ut;return Rt.default.wrap(function(Ft){for(;;)switch(Ft.prev=Ft.next){case 0:return Lt=Lt||{},Lt.subres="restore",It=this._objectRequestParams("POST",gt,Lt),It.successStatuses=[202],Ft.next=6,this.request(It);case 6:return Ut=Ft.sent,Ft.abrupt("return",{res:Ut.res});case 8:case"end":return Ft.stop()}},ft,this)}),ct.signatureUrl=function(ft,gt){gt=gt||{},ft=this._objectName(ft),gt.method=gt.method||"GET";var Lt=kt.timestamp()+(gt.expires||1800),It={bucket:this.options.bucket,object:ft},Ut=this._getResource(It);this.options.stsToken&&(gt["security-token"]=this.options.stsToken);var Ft=ut._signatureForURL(this.options.accessKeySecret,gt,Ut,Lt),qt=yt.parse(this._getReqUrl(It));return qt.query={OSSAccessKeyId:this.options.accessKeyId,Expires:Lt,Signature:Ft.Signature},et(Ft.subResource).to(qt.query),qt.format()},ct.getObjectUrl=function(ft,gt){return gt?gt[gt.length-1]!=="/"&&(gt+="/"):gt=this.options.endpoint.format(),gt+this._escape(this._objectName(ft))},ct._objectUrl=function(ft){return this._getReqUrl({bucket:this.options.bucket,object:ft})},ct.generateObjectUrl=function(ft,gt){if(gt)gt[gt.length-1]!=="/"&&(gt+="/");else{gt=this.options.endpoint.format();var Lt=yt.parse(gt),It=this.options.bucket;Lt.hostname=It+"."+Lt.hostname,Lt.host=It+"."+Lt.host,gt=Lt.format()}return gt+this._escape(this._objectName(ft))},ct._objectRequestParams=function(ft,gt,Lt){if(!this.options.bucket)throw new Error("Please create a bucket first");Lt=Lt||{},gt=this._objectName(gt);var It={object:gt,bucket:this.options.bucket,method:ft,subres:Lt&&Lt.subres,timeout:Lt&&Lt.timeout,ctx:Lt&&Lt.ctx};return Lt.headers&&(It.headers={},et(Lt.headers).to(It.headers)),It},ct._objectName=function(ft){return ft.replace(/^\/+/,"")},ct._statFile=function(ft){return function(gt){xt.stat(ft,gt)}},ct._convertMetaToHeaders=function(ft,gt){ft&&(0,Ct.default)(ft).forEach(function(Lt){gt["x-oss-meta-"+Lt]=ft[Lt]})},ct._deleteFileSafe=function(ft){return function(gt){xt.exists(ft,function(Lt){Lt?xt.unlink(ft,function(It){It&&St("unlink %j error: %s",ft,It),gt()}):gt()})}}},{"../common/callback":7,"../common/signUtils":9,"babel-runtime/core-js/object/keys":23,"babel-runtime/regenerator":33,"copy-to":43,debug:155,fs:36,"is-type-of":165,mime:242,path:170,url:203,utility:243}],5:[function(wt,Qt,Vt){"use strict";Vt.version="5.3.1"},{}],6:[function(wt,Qt,Vt){"use strict";function Bt(tt){return tt&&tt.__esModule?tt:{default:tt}}function zt(tt){return tt&&typeof tt.next=="function"&&typeof tt.throw=="function"}function Ct(tt){if(!tt)return!1;var lt=tt.constructor;return!!lt&&(lt.name==="GeneratorFunction"||lt.displayName==="GeneratorFunction"||zt(lt.prototype)||zt(tt.prototype))}function Mt(tt,lt){var ot=new tt(lt),ut=(0,Dt.default)(ot),ct=(0,Dt.default)((0,kt.default)(ot));ut.concat(ct).forEach(function(ft){Ct(ot[ft])?this[ft]=yt.wrap(ot[ft]).bind(ot):this[ft]=ot[ft]},this)}function Rt(tt){if(!(this instanceof Rt))return new Rt(tt);Mt.call(this,et,tt)}var St=wt("babel-runtime/core-js/object/get-prototype-of"),kt=Bt(St),xt=wt("babel-runtime/core-js/object/keys"),Dt=Bt(xt),yt=wt("co"),et=wt("./client");Qt.exports=Rt,Rt.STS=function tt(lt){if(!(this instanceof tt))return new tt(lt);Mt.call(this,et.STS,lt)}},{"./client":2,"babel-runtime/core-js/object/get-prototype-of":22,"babel-runtime/core-js/object/keys":23,co:41}],7:[function(wt,Qt,Vt){(function(Bt){"use strict";function zt(kt){return kt&&kt.__esModule?kt:{default:kt}}var Ct=wt("babel-runtime/core-js/object/keys"),Mt=zt(Ct),Rt=wt("babel-runtime/core-js/json/stringify"),St=zt(Rt);Vt.encodeCallback=function(kt,xt){if(kt.headers=kt.headers||{},!Object.prototype.hasOwnProperty.call(kt.headers,"x-oss-callback")&&xt.callback){var Dt={callbackUrl:encodeURI(xt.callback.url),callbackBody:xt.callback.body};xt.callback.host&&(Dt.callbackHost=xt.callback.host),xt.callback.contentType&&(Dt.callbackBodyType=xt.callback.contentType);var yt=new Bt((0,St.default)(Dt)).toString("base64");if(kt.headers["x-oss-callback"]=yt,xt.callback.customValue){var et={};(0,Mt.default)(xt.callback.customValue).forEach(function(tt){et["x:"+tt]=xt.callback.customValue[tt]}),kt.headers["x-oss-callback-var"]=new Bt((0,St.default)(et)).toString("base64")}}}}).call(this,wt("buffer").Buffer)},{"babel-runtime/core-js/json/stringify":17,"babel-runtime/core-js/object/keys":23,buffer:38}],8:[function(wt,Qt,Vt){"use strict";var Bt=wt("babel-runtime/regenerator"),zt=function(St){return St&&St.__esModule?St:{default:St}}(Bt),Ct=wt("copy-to"),Mt=wt("./callback"),Rt=Vt;Rt.listUploads=zt.default.mark(function St(kt,xt){var Dt,yt,et,tt;return zt.default.wrap(function(lt){for(;;)switch(lt.prev=lt.next){case 0:return xt=xt||{},Dt={},Ct(xt).to(Dt),Dt.subres="uploads",yt=this._objectRequestParams("GET","",Dt),yt.query=kt,yt.xmlResponse=!0,yt.successStatuses=[200],lt.next=10,this.request(yt);case 10:return et=lt.sent,tt=et.data.Upload||[],Array.isArray(tt)||(tt=[tt]),tt=tt.map(function(ot){return{name:ot.Key,uploadId:ot.UploadId,initiated:ot.Initiated}}),lt.abrupt("return",{res:et.res,uploads:tt,bucket:et.data.Bucket,nextKeyMarker:et.data.NextKeyMarker,nextUploadIdMarker:et.data.NextUploadIdMarker,isTruncated:et.data.IsTruncated==="true"});case 15:case"end":return lt.stop()}},St,this)}),Rt.listParts=zt.default.mark(function St(kt,xt,Dt,yt){var et,tt,lt;return zt.default.wrap(function(ot){for(;;)switch(ot.prev=ot.next){case 0:return yt=yt||{},et={},Ct(yt).to(et),et.subres={uploadId:xt},tt=this._objectRequestParams("GET",kt,et),tt.query=Dt,tt.xmlResponse=!0,tt.successStatuses=[200],ot.next=10,this.request(tt);case 10:return lt=ot.sent,ot.abrupt("return",{res:lt.res,uploadId:lt.data.UploadId,bucket:lt.data.Bucket,name:lt.data.Key,partNumberMarker:lt.data.PartNumberMarker,nextPartNumberMarker:lt.data.NextPartNumberMarker,maxParts:lt.data.MaxParts,isTruncated:lt.data.IsTruncated,parts:lt.data.Part||[]});case 12:case"end":return ot.stop()}},St,this)}),Rt.abortMultipartUpload=zt.default.mark(function St(kt,xt,Dt){var yt,et,tt;return zt.default.wrap(function(lt){for(;;)switch(lt.prev=lt.next){case 0:return this.cancel(),Dt=Dt||{},yt={},Ct(Dt).to(yt),yt.subres={uploadId:xt},et=this._objectRequestParams("DELETE",kt,yt),et.successStatuses=[204],lt.next=9,this.request(et);case 9:return tt=lt.sent,lt.abrupt("return",{res:tt.res});case 11:case"end":return lt.stop()}},St,this)}),Rt.initMultipartUpload=zt.default.mark(function St(kt,xt){var Dt,yt,et;return zt.default.wrap(function(tt){for(;;)switch(tt.prev=tt.next){case 0:return xt=xt||{},Dt={},Ct(xt).to(Dt),Dt.headers=Dt.headers||{},this._convertMetaToHeaders(xt.meta,Dt.headers),Dt.subres="uploads",yt=this._objectRequestParams("POST",kt,Dt),yt.mime=xt.mime,yt.xmlResponse=!0,yt.successStatuses=[200],tt.next=12,this.request(yt);case 12:return et=tt.sent,tt.abrupt("return",{res:et.res,bucket:et.data.Bucket,name:et.data.Key,uploadId:et.data.UploadId});case 14:case"end":return tt.stop()}},St,this)}),Rt.uploadPart=zt.default.mark(function St(kt,xt,Dt,yt,et,tt,lt){var ot;return zt.default.wrap(function(ut){for(;;)switch(ut.prev=ut.next){case 0:return ot={stream:this._createStream(yt,et,tt),size:tt-et},ut.next=3,this._uploadPart(kt,xt,Dt,ot,lt);case 3:return ut.abrupt("return",ut.sent);case 4:case"end":return ut.stop()}},St,this)}),Rt.completeMultipartUpload=zt.default.mark(function St(kt,xt,Dt,yt){var et,tt,lt,ot,ut,ct,ft,gt;return zt.default.wrap(function(Lt){for(;;)switch(Lt.prev=Lt.next){case 0:for(et=Dt.concat().sort(function(It,Ut){return It.number-Ut.number}).filter(function(It,Ut,Ft){return!Ut||It.number!==Ft[Ut-1].number}),tt=`<?xml version="1.0" encoding="UTF-8"?>
<CompleteMultipartUpload>
`,lt=0;lt<et.length;lt++)ot=et[lt],tt+=`<Part>
`,tt+="<PartNumber>"+ot.number+`</PartNumber>
`,tt+="<ETag>"+ot.etag+`</ETag>
`,tt+=`</Part>
`;return tt+="</CompleteMultipartUpload>",yt=yt||{},ut={},Ct(yt).to(ut),ut.subres={uploadId:xt},ct=this._objectRequestParams("POST",kt,ut),Mt.encodeCallback(ct,ut),ct.mime="xml",ct.content=tt,ct.headers&&ct.headers["x-oss-callback"]||(ct.xmlResponse=!0),ct.successStatuses=[200],Lt.next=16,this.request(ct);case 16:return ft=Lt.sent,gt={res:ft.res,bucket:ct.bucket,name:kt,etag:ft.res.headers.etag},ct.headers&&ct.headers["x-oss-callback"]&&(gt.data=JSON.parse(ft.data.toString())),Lt.abrupt("return",gt);case 20:case"end":return Lt.stop()}},St,this)}),Rt._uploadPart=zt.default.mark(function St(kt,xt,Dt,yt,et){var tt,lt,ot;return zt.default.wrap(function(ut){for(;;)switch(ut.prev=ut.next){case 0:return et=et||{},tt={},Ct(et).to(tt),tt.headers={"Content-Length":yt.size},tt.subres={partNumber:Dt,uploadId:xt},lt=this._objectRequestParams("PUT",kt,tt),lt.mime=tt.mime,lt.stream=yt.stream,lt.successStatuses=[200],ut.next=11,this.request(lt);case 11:return ot=ut.sent,yt.stream=null,lt.stream=null,ut.abrupt("return",{name:kt,etag:ot.res.headers.etag,res:ot.res});case 15:case"end":return ut.stop()}},St,this)})},{"./callback":7,"babel-runtime/regenerator":33,"copy-to":43}],9:[function(wt,Qt,Vt){(function(Bt){"use strict";function zt(Dt){return Dt&&Dt.__esModule?Dt:{default:Dt}}var Ct=wt("babel-runtime/core-js/json/stringify"),Mt=zt(Ct),Rt=wt("babel-runtime/core-js/object/keys"),St=zt(Rt),kt=wt("./../../shims/crypto/crypto.js"),xt=wt("is-type-of");Vt.buildCanonicalizedResource=function(Dt,yt){var et=""+Dt,tt="?";if(xt.string(yt)&&yt.trim()!=="")et+=tt+yt;else if(xt.array(yt))yt.sort(),et+=tt+yt.join("&");else if(yt){var lt=function(ut,ct){return ut[0]>ct[0]?1:ut[0]<ct[0]?-1:0},ot=function(ut){et+=tt+ut,yt[ut]&&(et+="="+yt[ut]),tt="&"};(0,St.default)(yt).sort(lt).forEach(ot)}return et},Vt.buildCanonicalString=function(Dt,yt,et,tt){et=et||{};var lt=et.headers||{},ot=[],ut={},ct=[Dt.toUpperCase(),lt["Content-Md5"]||"",lt["Content-Type"]||lt["Content-Type".toLowerCase()],tt||lt["x-oss-date"]];return(0,St.default)(lt).forEach(function(ft){var gt=ft.toLowerCase();gt.indexOf("x-oss-")===0&&(ut[gt]=String(lt[ft]).trim())}),(0,St.default)(ut).sort().forEach(function(ft){ot.push(ft+":"+ut[ft])}),ct=ct.concat(ot),ct.push(this.buildCanonicalizedResource(yt,et.parameters)),ct.join(`
`)},Vt.computeSignature=function(Dt,yt){return kt.createHmac("sha1",Dt).update(new Bt(yt,"utf8")).digest("base64")},Vt.authorization=function(Dt,yt,et){return"OSS "+Dt+":"+this.computeSignature(yt,et)},Vt._signatureForURL=function(Dt,yt,et,tt){var lt={},ot={};if(yt.process&&(ot["x-oss-process"]=yt.process),yt.response&&(0,St.default)(yt.response).forEach(function(gt){var Lt="response-"+gt.toLowerCase();ot[Lt]=yt.response[gt]}),(0,St.default)(yt).forEach(function(gt){var Lt=gt.toLowerCase(),It=yt[gt];Lt.indexOf("x-oss-")===0?lt[Lt]=It:Lt.indexOf("content-md5")===0||Lt.indexOf("content-type")===0?lt[gt]=It:Lt!=="expires"&&Lt!=="response"&&Lt!=="process"&&Lt!=="method"&&(ot[Lt]=It)}),Object.prototype.hasOwnProperty.call(yt,"security-token")&&(ot["security-token"]=yt["security-token"]),Object.prototype.hasOwnProperty.call(yt,"callback")){var ut={callbackUrl:encodeURI(yt.callback.url),callbackBody:yt.callback.body};if(yt.callback.host&&(ut.callbackHost=yt.callback.host),yt.callback.contentType&&(ut.callbackBodyType=yt.callback.contentType),ot.callback=new Bt((0,Mt.default)(ut)).toString("base64"),yt.callback.customValue){var ct={};(0,St.default)(yt.callback.customValue).forEach(function(gt){ct["x:"+gt]=yt.callback.customValue[gt]}),ot["callback-var"]=new Bt((0,Mt.default)(ct)).toString("base64")}}var ft=this.buildCanonicalString(yt.method,et,{headers:lt,parameters:ot},tt.toString());return{Signature:this.computeSignature(Dt,ft),subResource:ot}}}).call(this,wt("buffer").Buffer)},{"./../../shims/crypto/crypto.js":237,"babel-runtime/core-js/json/stringify":17,"babel-runtime/core-js/object/keys":23,buffer:38,"is-type-of":165}],10:[function(wt,Qt,Vt){"use strict";var Bt=wt("babel-runtime/regenerator"),zt=function(kt){return kt&&kt.__esModule?kt:{default:kt}}(Bt),Ct=wt("co"),Mt=wt("co-priority-queue"),Rt=wt("any-promise"),St=Vt;St._thunkPool=function(kt,xt){function Dt(ot,ut){++tt===ot.length&&ut(lt)}function yt(ot,ut){function ct(){var Ft;return zt.default.wrap(function(qt){for(;;)switch(qt.prev=qt.next){case 0:Ft=void 0;case 1:if(et.isCancel()){qt.next=9;break}return qt.next=4,Lt.next();case 4:return Ft=qt.sent,qt.next=7,Ft();case 7:qt.next=1;break;case 9:It+=1,It===ot&&(Lt.fns=[],Lt.buffer=[],ut(lt));case 11:case"end":return qt.stop()}},gt,this)}function ft(Ft){console.error(Ft.stack)}for(var gt=zt.default.mark(ct),Lt=new Mt,It=0,Ut=0;Ut<ot;Ut++)Ct(ct).catch(ft);return function(Ft,qt){return function(te){Lt.push(zt.default.mark(function Xt(){return zt.default.wrap(function(he){for(;;)switch(he.prev=he.next){case 0:return he.prev=0,he.t0=te,he.next=4,Ft;case 4:he.t1=he.sent,(0,he.t0)(null,he.t1),he.next=11;break;case 8:he.prev=8,he.t2=he.catch(0),te(he.t2);case 11:case"end":return he.stop()}},Xt,this,[[0,8]])}),qt)}}}var et=this,tt=0,lt=[];return new Rt(function(ot){function ut(It){return zt.default.wrap(function(Ut){for(;;)switch(Ut.prev=Ut.next){case 0:return Ut.next=2,gt(kt[It]);case 2:Dt(kt,ot);case 3:case"end":return Ut.stop()}},ft,this)}function ct(It){lt.push(It),Dt(kt,ot)}for(var ft=zt.default.mark(ut),gt=new yt(xt,ot),Lt=0;Lt<kt.length;Lt++)Ct(ut(Lt)).catch(ct)})},St.cancel=function(){this.options.cancelFlag=!0},St.isCancel=function(){return this.options.cancelFlag},St.resetCancelFlag=function(){this.options.cancelFlag=!1}},{"any-promise":13,"babel-runtime/regenerator":33,co:41,"co-priority-queue":40}],11:[function(wt,Qt,Vt){"use strict";Vt._isIP=function(Bt){var zt=/^(25[0-5]|2[0-4]\d|[0-1]?\d?\d)(\.(25[0-5]|2[0-4]\d|[0-1]?\d?\d)){3}$/,Ct=/^\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\s*$/;return zt.test(Bt)||Ct.test(Bt)}},{}],12:[function(wt,Qt,Vt){function Bt(){}Qt.exports=Bt,Qt.exports.HttpsAgent=Bt},{}],13:[function(wt,Qt,Vt){Qt.exports=wt("./register")().Promise},{"./register":15}],14:[function(wt,Qt,Vt){"use strict";var Bt=null;Qt.exports=function(zt,Ct){return function(Mt,Rt){Mt=Mt||null,Rt=Rt||{};var St=Rt.global!==!1;if(Bt===null&&St&&(Bt=zt["@@any-promise/REGISTRATION"]||null),Bt!==null&&Mt!==null&&Bt.implementation!==Mt)throw new Error('any-promise already defined as "'+Bt.implementation+'". You can only register an implementation before the first call to require("any-promise") and an implementation cannot be changed');return Bt===null&&(Bt=Mt!==null&&Rt.Promise!==void 0?{Promise:Rt.Promise,implementation:Mt}:Ct(Mt),St&&(zt["@@any-promise/REGISTRATION"]=Bt)),Bt}}},{}],15:[function(wt,Qt,Vt){"use strict";function Bt(){if(window.Promise===void 0)throw new Error("any-promise browser requires a polyfill or explicit registration e.g: require('any-promise/register/bluebird')");return{Promise:window.Promise,implementation:"window.Promise"}}Qt.exports=wt("./loader")(window,Bt)},{"./loader":14}],16:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/array/from"),__esModule:!0}},{"core-js/library/fn/array/from":44}],17:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/json/stringify"),__esModule:!0}},{"core-js/library/fn/json/stringify":45}],18:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/object/assign"),__esModule:!0}},{"core-js/library/fn/object/assign":46}],19:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/object/create"),__esModule:!0}},{"core-js/library/fn/object/create":47}],20:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/object/define-property"),__esModule:!0}},{"core-js/library/fn/object/define-property":48}],21:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/object/get-own-property-names"),__esModule:!0}},{"core-js/library/fn/object/get-own-property-names":49}],22:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/object/get-prototype-of"),__esModule:!0}},{"core-js/library/fn/object/get-prototype-of":50}],23:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/object/keys"),__esModule:!0}},{"core-js/library/fn/object/keys":51}],24:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/promise"),__esModule:!0}},{"core-js/library/fn/promise":52}],25:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/set-immediate"),__esModule:!0}},{"core-js/library/fn/set-immediate":53}],26:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/string/from-code-point"),__esModule:!0}},{"core-js/library/fn/string/from-code-point":54}],27:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/symbol"),__esModule:!0}},{"core-js/library/fn/symbol":56}],28:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/symbol/has-instance"),__esModule:!0}},{"core-js/library/fn/symbol/has-instance":55}],29:[function(wt,Qt,Vt){Qt.exports={default:wt("core-js/library/fn/symbol/iterator"),__esModule:!0}},{"core-js/library/fn/symbol/iterator":57}],30:[function(wt,Qt,Vt){"use strict";Vt.__esModule=!0,Vt.default=function(Bt,zt){if(!(Bt instanceof zt))throw new TypeError("Cannot call a class as a function")}},{}],31:[function(wt,Qt,Vt){"use strict";Vt.__esModule=!0;var Bt=wt("../core-js/object/define-property"),zt=function(Ct){return Ct&&Ct.__esModule?Ct:{default:Ct}}(Bt);Vt.default=function(){function Ct(Mt,Rt){for(var St=0;St<Rt.length;St++){var kt=Rt[St];kt.enumerable=kt.enumerable||!1,kt.configurable=!0,"value"in kt&&(kt.writable=!0),(0,zt.default)(Mt,kt.key,kt)}}return function(Mt,Rt,St){return Rt&&Ct(Mt.prototype,Rt),St&&Ct(Mt,St),Mt}}()},{"../core-js/object/define-property":20}],32:[function(wt,Qt,Vt){"use strict";function Bt(kt){return kt&&kt.__esModule?kt:{default:kt}}Vt.__esModule=!0;var zt=wt("../core-js/symbol/iterator"),Ct=Bt(zt),Mt=wt("../core-js/symbol"),Rt=Bt(Mt),St=typeof Rt.default=="function"&&typeof Ct.default=="symbol"?function(kt){return typeof kt}:function(kt){return kt&&typeof Rt.default=="function"&&kt.constructor===Rt.default&&kt!==Rt.default.prototype?"symbol":typeof kt};Vt.default=typeof Rt.default=="function"&&St(Ct.default)==="symbol"?function(kt){return kt===void 0?"undefined":St(kt)}:function(kt){return kt&&typeof Rt.default=="function"&&kt.constructor===Rt.default&&kt!==Rt.default.prototype?"symbol":kt===void 0?"undefined":St(kt)}},{"../core-js/symbol":27,"../core-js/symbol/iterator":29}],33:[function(wt,Qt,Vt){Qt.exports=wt("regenerator-runtime")},{"regenerator-runtime":191}],34:[function(wt,Qt,Vt){"use strict";function Bt(ot){var ut=ot.length;if(ut%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var ct=ot.indexOf("=");return ct===-1&&(ct=ut),[ct,ct===ut?0:4-ct%4]}function zt(ot){var ut=Bt(ot),ct=ut[0],ft=ut[1];return 3*(ct+ft)/4-ft}function Ct(ot,ut,ct){return 3*(ut+ct)/4-ct}function Mt(ot){for(var ut,ct=Bt(ot),ft=ct[0],gt=ct[1],Lt=new yt(Ct(ot,ft,gt)),It=0,Ut=gt>0?ft-4:ft,Ft=0;Ft<Ut;Ft+=4)ut=Dt[ot.charCodeAt(Ft)]<<18|Dt[ot.charCodeAt(Ft+1)]<<12|Dt[ot.charCodeAt(Ft+2)]<<6|Dt[ot.charCodeAt(Ft+3)],Lt[It++]=ut>>16&255,Lt[It++]=ut>>8&255,Lt[It++]=255&ut;return gt===2&&(ut=Dt[ot.charCodeAt(Ft)]<<2|Dt[ot.charCodeAt(Ft+1)]>>4,Lt[It++]=255&ut),gt===1&&(ut=Dt[ot.charCodeAt(Ft)]<<10|Dt[ot.charCodeAt(Ft+1)]<<4|Dt[ot.charCodeAt(Ft+2)]>>2,Lt[It++]=ut>>8&255,Lt[It++]=255&ut),Lt}function Rt(ot){return xt[ot>>18&63]+xt[ot>>12&63]+xt[ot>>6&63]+xt[63&ot]}function St(ot,ut,ct){for(var ft,gt=[],Lt=ut;Lt<ct;Lt+=3)ft=(ot[Lt]<<16&16711680)+(ot[Lt+1]<<8&65280)+(255&ot[Lt+2]),gt.push(Rt(ft));return gt.join("")}function kt(ot){for(var ut,ct=ot.length,ft=ct%3,gt=[],Lt=0,It=ct-ft;Lt<It;Lt+=16383)gt.push(St(ot,Lt,Lt+16383>It?It:Lt+16383));return ft===1?(ut=ot[ct-1],gt.push(xt[ut>>2]+xt[ut<<4&63]+"==")):ft===2&&(ut=(ot[ct-2]<<8)+ot[ct-1],gt.push(xt[ut>>10]+xt[ut>>4&63]+xt[ut<<2&63]+"=")),gt.join("")}Vt.byteLength=zt,Vt.toByteArray=Mt,Vt.fromByteArray=kt;for(var xt=[],Dt=[],yt=typeof Uint8Array!="undefined"?Uint8Array:Array,et="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",tt=0,lt=et.length;tt<lt;++tt)xt[tt]=et[tt],Dt[et.charCodeAt(tt)]=tt;Dt[45]=62,Dt[95]=63},{}],35:[function(wt,Qt,Vt){(function(Bt,zt,Ct){Qt!==void 0&&Qt.exports?Qt.exports=Ct():typeof ee=="function"&&ee.amd?ee("bowser",Ct):Bt.bowser=Ct()})(this,0,function(){function Bt(Dt){function yt(Jt){var re=Dt.match(Jt);return re&&re.length>1&&re[1]||""}function et(Jt){var re=Dt.match(Jt);return re&&re.length>1&&re[2]||""}var tt,lt=yt(/(ipod|iphone|ipad)/i).toLowerCase(),ot=/like android/i.test(Dt),ut=!ot&&/android/i.test(Dt),ct=/nexus\s*[0-6]\s*/i.test(Dt),ft=!ct&&/nexus\s*[0-9]+/i.test(Dt),gt=/CrOS/.test(Dt),Lt=/silk/i.test(Dt),It=/sailfish/i.test(Dt),Ut=/tizen/i.test(Dt),Ft=/(web|hpw)os/i.test(Dt),qt=/windows phone/i.test(Dt),te=(/SamsungBrowser/i.test(Dt),!qt&&/windows/i.test(Dt)),Xt=!lt&&!Lt&&/macintosh/i.test(Dt),he=!ut&&!It&&!Ut&&!Ft&&/linux/i.test(Dt),fe=et(/edg([ea]|ios)\/(\d+(\.\d+)?)/i),Ce=yt(/version\/(\d+(\.\d+)?)/i),Fe=/tablet/i.test(Dt)&&!/tablet pc/i.test(Dt),ze=!Fe&&/[^-]mobi/i.test(Dt),we=/xbox/i.test(Dt);/opera/i.test(Dt)?tt={name:"Opera",opera:kt,version:Ce||yt(/(?:opera|opr|opios)[\s\/](\d+(\.\d+)?)/i)}:/opr\/|opios/i.test(Dt)?tt={name:"Opera",opera:kt,version:yt(/(?:opr|opios)[\s\/](\d+(\.\d+)?)/i)||Ce}:/SamsungBrowser/i.test(Dt)?tt={name:"Samsung Internet for Android",samsungBrowser:kt,version:Ce||yt(/(?:SamsungBrowser)[\s\/](\d+(\.\d+)?)/i)}:/coast/i.test(Dt)?tt={name:"Opera Coast",coast:kt,version:Ce||yt(/(?:coast)[\s\/](\d+(\.\d+)?)/i)}:/yabrowser/i.test(Dt)?tt={name:"Yandex Browser",yandexbrowser:kt,version:Ce||yt(/(?:yabrowser)[\s\/](\d+(\.\d+)?)/i)}:/ucbrowser/i.test(Dt)?tt={name:"UC Browser",ucbrowser:kt,version:yt(/(?:ucbrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/mxios/i.test(Dt)?tt={name:"Maxthon",maxthon:kt,version:yt(/(?:mxios)[\s\/](\d+(?:\.\d+)+)/i)}:/epiphany/i.test(Dt)?tt={name:"Epiphany",epiphany:kt,version:yt(/(?:epiphany)[\s\/](\d+(?:\.\d+)+)/i)}:/puffin/i.test(Dt)?tt={name:"Puffin",puffin:kt,version:yt(/(?:puffin)[\s\/](\d+(?:\.\d+)?)/i)}:/sleipnir/i.test(Dt)?tt={name:"Sleipnir",sleipnir:kt,version:yt(/(?:sleipnir)[\s\/](\d+(?:\.\d+)+)/i)}:/k-meleon/i.test(Dt)?tt={name:"K-Meleon",kMeleon:kt,version:yt(/(?:k-meleon)[\s\/](\d+(?:\.\d+)+)/i)}:qt?(tt={name:"Windows Phone",osname:"Windows Phone",windowsphone:kt},fe?(tt.msedge=kt,tt.version=fe):(tt.msie=kt,tt.version=yt(/iemobile\/(\d+(\.\d+)?)/i))):/msie|trident/i.test(Dt)?tt={name:"Internet Explorer",msie:kt,version:yt(/(?:msie |rv:)(\d+(\.\d+)?)/i)}:gt?tt={name:"Chrome",osname:"Chrome OS",chromeos:kt,chromeBook:kt,chrome:kt,version:yt(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:/edg([ea]|ios)/i.test(Dt)?tt={name:"Microsoft Edge",msedge:kt,version:fe}:/vivaldi/i.test(Dt)?tt={name:"Vivaldi",vivaldi:kt,version:yt(/vivaldi\/(\d+(\.\d+)?)/i)||Ce}:It?tt={name:"Sailfish",osname:"Sailfish OS",sailfish:kt,version:yt(/sailfish\s?browser\/(\d+(\.\d+)?)/i)}:/seamonkey\//i.test(Dt)?tt={name:"SeaMonkey",seamonkey:kt,version:yt(/seamonkey\/(\d+(\.\d+)?)/i)}:/firefox|iceweasel|fxios/i.test(Dt)?(tt={name:"Firefox",firefox:kt,version:yt(/(?:firefox|iceweasel|fxios)[ \/](\d+(\.\d+)?)/i)},/\((mobile|tablet);[^\)]*rv:[\d\.]+\)/i.test(Dt)&&(tt.firefoxos=kt,tt.osname="Firefox OS")):Lt?tt={name:"Amazon Silk",silk:kt,version:yt(/silk\/(\d+(\.\d+)?)/i)}:/phantom/i.test(Dt)?tt={name:"PhantomJS",phantom:kt,version:yt(/phantomjs\/(\d+(\.\d+)?)/i)}:/slimerjs/i.test(Dt)?tt={name:"SlimerJS",slimer:kt,version:yt(/slimerjs\/(\d+(\.\d+)?)/i)}:/blackberry|\bbb\d+/i.test(Dt)||/rim\stablet/i.test(Dt)?tt={name:"BlackBerry",osname:"BlackBerry OS",blackberry:kt,version:Ce||yt(/blackberry[\d]+\/(\d+(\.\d+)?)/i)}:Ft?(tt={name:"WebOS",osname:"WebOS",webos:kt,version:Ce||yt(/w(?:eb)?osbrowser\/(\d+(\.\d+)?)/i)},/touchpad\//i.test(Dt)&&(tt.touchpad=kt)):/bada/i.test(Dt)?tt={name:"Bada",osname:"Bada",bada:kt,version:yt(/dolfin\/(\d+(\.\d+)?)/i)}:Ut?tt={name:"Tizen",osname:"Tizen",tizen:kt,version:yt(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i)||Ce}:/qupzilla/i.test(Dt)?tt={name:"QupZilla",qupzilla:kt,version:yt(/(?:qupzilla)[\s\/](\d+(?:\.\d+)+)/i)||Ce}:/chromium/i.test(Dt)?tt={name:"Chromium",chromium:kt,version:yt(/(?:chromium)[\s\/](\d+(?:\.\d+)?)/i)||Ce}:/chrome|crios|crmo/i.test(Dt)?tt={name:"Chrome",chrome:kt,version:yt(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:ut?tt={name:"Android",version:Ce}:/safari|applewebkit/i.test(Dt)?(tt={name:"Safari",safari:kt},Ce&&(tt.version=Ce)):lt?(tt={name:lt=="iphone"?"iPhone":lt=="ipad"?"iPad":"iPod"},Ce&&(tt.version=Ce)):tt=/googlebot/i.test(Dt)?{name:"Googlebot",googlebot:kt,version:yt(/googlebot\/(\d+(\.\d+))/i)||Ce}:{name:yt(/^(.*)\/(.*) /),version:et(/^(.*)\/(.*) /)},!tt.msedge&&/(apple)?webkit/i.test(Dt)?(/(apple)?webkit\/537\.36/i.test(Dt)?(tt.name=tt.name||"Blink",tt.blink=kt):(tt.name=tt.name||"Webkit",tt.webkit=kt),!tt.version&&Ce&&(tt.version=Ce)):!tt.opera&&/gecko\//i.test(Dt)&&(tt.name=tt.name||"Gecko",tt.gecko=kt,tt.version=tt.version||yt(/gecko\/(\d+(\.\d+)?)/i)),tt.windowsphone||!ut&&!tt.silk?!tt.windowsphone&&lt?(tt[lt]=kt,tt.ios=kt,tt.osname="iOS"):Xt?(tt.mac=kt,tt.osname="macOS"):we?(tt.xbox=kt,tt.osname="Xbox"):te?(tt.windows=kt,tt.osname="Windows"):he&&(tt.linux=kt,tt.osname="Linux"):(tt.android=kt,tt.osname="Android");var De="";tt.windows?De=function(Jt){switch(Jt){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}(yt(/Windows ((NT|XP)( \d\d?.\d)?)/i)):tt.windowsphone?De=yt(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i):tt.mac?(De=yt(/Mac OS X (\d+([_\.\s]\d+)*)/i),De=De.replace(/[_\s]/g,".")):lt?(De=yt(/os (\d+([_\s]\d+)*) like mac os x/i),De=De.replace(/[_\s]/g,".")):ut?De=yt(/android[ \/-](\d+(\.\d+)*)/i):tt.webos?De=yt(/(?:web|hpw)os\/(\d+(\.\d+)*)/i):tt.blackberry?De=yt(/rim\stablet\sos\s(\d+(\.\d+)*)/i):tt.bada?De=yt(/bada\/(\d+(\.\d+)*)/i):tt.tizen&&(De=yt(/tizen[\/\s](\d+(\.\d+)*)/i)),De&&(tt.osversion=De);var pe=!tt.windows&&De.split(".")[0];return Fe||ft||lt=="ipad"||ut&&(pe==3||pe>=4&&!ze)||tt.silk?tt.tablet=kt:(ze||lt=="iphone"||lt=="ipod"||ut||ct||tt.blackberry||tt.webos||tt.bada)&&(tt.mobile=kt),tt.msedge||tt.msie&&tt.version>=10||tt.yandexbrowser&&tt.version>=15||tt.vivaldi&&tt.version>=1||tt.chrome&&tt.version>=20||tt.samsungBrowser&&tt.version>=4||tt.firefox&&tt.version>=20||tt.safari&&tt.version>=6||tt.opera&&tt.version>=10||tt.ios&&tt.osversion&&tt.osversion.split(".")[0]>=6||tt.blackberry&&tt.version>=10.1||tt.chromium&&tt.version>=20?tt.a=kt:tt.msie&&tt.version<10||tt.chrome&&tt.version<20||tt.firefox&&tt.version<20||tt.safari&&tt.version<6||tt.opera&&tt.version<10||tt.ios&&tt.osversion&&tt.osversion.split(".")[0]<6||tt.chromium&&tt.version<20?tt.c=kt:tt.x=kt,tt}function zt(Dt){return Dt.split(".").length}function Ct(Dt,yt){var et,tt=[];if(Array.prototype.map)return Array.prototype.map.call(Dt,yt);for(et=0;et<Dt.length;et++)tt.push(yt(Dt[et]));return tt}function Mt(Dt){for(var yt=Math.max(zt(Dt[0]),zt(Dt[1])),et=Ct(Dt,function(tt){var lt=yt-zt(tt);return tt+=new Array(lt+1).join(".0"),Ct(tt.split("."),function(ot){return new Array(20-ot.length).join("0")+ot}).reverse()});--yt>=0;){if(et[0][yt]>et[1][yt])return 1;if(et[0][yt]!==et[1][yt])return-1;if(yt===0)return 0}}function Rt(Dt,yt,et){var tt=xt;typeof yt=="string"&&(et=yt,yt=void 0),yt===void 0&&(yt=!1),et&&(tt=Bt(et));var lt=""+tt.version;for(var ot in Dt)if(Dt.hasOwnProperty(ot)&&tt[ot]){if(typeof Dt[ot]!="string")throw new Error("Browser version in the minVersion map should be a string: "+ot+": "+String(Dt));return Mt([lt,Dt[ot]])<0}return yt}function St(Dt,yt,et){return!Rt(Dt,yt,et)}var kt=!0,xt=Bt(typeof navigator!="undefined"&&navigator.userAgent||"");return xt.test=function(Dt){for(var yt=0;yt<Dt.length;++yt){var et=Dt[yt];if(typeof et=="string"&&et in xt)return!0}return!1},xt.isUnsupportedBrowser=Rt,xt.compareVersions=Mt,xt.check=St,xt._detect=Bt,xt.detect=Bt,xt})},{}],36:[function(wt,Qt,Vt){},{}],37:[function(wt,Qt,Vt){function Bt(xt){if(xt&&!St(xt))throw new Error("Unknown encoding: "+xt)}function zt(xt){return xt.toString(this.encoding)}function Ct(xt){this.charReceived=xt.length%2,this.charLength=this.charReceived?2:0}function Mt(xt){this.charReceived=xt.length%3,this.charLength=this.charReceived?3:0}var Rt=wt("buffer").Buffer,St=Rt.isEncoding||function(xt){switch(xt&&xt.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}},kt=Vt.StringDecoder=function(xt){switch(this.encoding=(xt||"utf8").toLowerCase().replace(/[-_]/,""),Bt(xt),this.encoding){case"utf8":this.surrogateSize=3;break;case"ucs2":case"utf16le":this.surrogateSize=2,this.detectIncompleteChar=Ct;break;case"base64":this.surrogateSize=3,this.detectIncompleteChar=Mt;break;default:return void(this.write=zt)}this.charBuffer=new Rt(6),this.charReceived=0,this.charLength=0};kt.prototype.write=function(xt){for(var Dt="";this.charLength;){var yt=xt.length>=this.charLength-this.charReceived?this.charLength-this.charReceived:xt.length;if(xt.copy(this.charBuffer,this.charReceived,0,yt),this.charReceived+=yt,this.charReceived<this.charLength)return"";xt=xt.slice(yt,xt.length),Dt=this.charBuffer.slice(0,this.charLength).toString(this.encoding);var tt=Dt.charCodeAt(Dt.length-1);if(!(tt>=55296&&tt<=56319)){if(this.charReceived=this.charLength=0,xt.length===0)return Dt;break}this.charLength+=this.surrogateSize,Dt=""}this.detectIncompleteChar(xt);var et=xt.length;this.charLength&&(xt.copy(this.charBuffer,0,xt.length-this.charReceived,et),et-=this.charReceived),Dt+=xt.toString(this.encoding,0,et);var et=Dt.length-1,tt=Dt.charCodeAt(et);if(tt>=55296&&tt<=56319){var lt=this.surrogateSize;return this.charLength+=lt,this.charReceived+=lt,this.charBuffer.copy(this.charBuffer,lt,0,lt),xt.copy(this.charBuffer,0,0,lt),Dt.substring(0,et)}return Dt},kt.prototype.detectIncompleteChar=function(xt){for(var Dt=xt.length>=3?3:xt.length;Dt>0;Dt--){var yt=xt[xt.length-Dt];if(Dt==1&&yt>>5==6){this.charLength=2;break}if(Dt<=2&&yt>>4==14){this.charLength=3;break}if(Dt<=3&&yt>>3==30){this.charLength=4;break}}this.charReceived=Dt},kt.prototype.end=function(xt){var Dt="";if(xt&&xt.length&&(Dt=this.write(xt)),this.charReceived){var yt=this.charReceived,et=this.charBuffer,tt=this.encoding;Dt+=et.slice(0,yt).toString(tt)}return Dt}},{buffer:38}],38:[function(wt,Qt,Vt){(function(Bt){"use strict";function zt(){return Mt.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function Ct(Pt,Tt){if(zt()<Tt)throw new RangeError("Invalid typed array length");return Mt.TYPED_ARRAY_SUPPORT?(Pt=new Uint8Array(Tt),Pt.__proto__=Mt.prototype):(Pt===null&&(Pt=new Mt(Tt)),Pt.length=Tt),Pt}function Mt(Pt,Tt,$t){if(!(Mt.TYPED_ARRAY_SUPPORT||this instanceof Mt))return new Mt(Pt,Tt,$t);if(typeof Pt=="number"){if(typeof Tt=="string")throw new Error("If encoding is specified then the first argument must be a string");return xt(this,Pt)}return Rt(this,Pt,Tt,$t)}function Rt(Pt,Tt,$t,jt){if(typeof Tt=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer!="undefined"&&Tt instanceof ArrayBuffer?et(Pt,Tt,$t,jt):typeof Tt=="string"?Dt(Pt,Tt,$t):tt(Pt,Tt)}function St(Pt){if(typeof Pt!="number")throw new TypeError('"size" argument must be a number');if(Pt<0)throw new RangeError('"size" argument must not be negative')}function kt(Pt,Tt,$t,jt){return St(Tt),Tt<=0?Ct(Pt,Tt):$t!==void 0?typeof jt=="string"?Ct(Pt,Tt).fill($t,jt):Ct(Pt,Tt).fill($t):Ct(Pt,Tt)}function xt(Pt,Tt){if(St(Tt),Pt=Ct(Pt,Tt<0?0:0|lt(Tt)),!Mt.TYPED_ARRAY_SUPPORT)for(var $t=0;$t<Tt;++$t)Pt[$t]=0;return Pt}function Dt(Pt,Tt,$t){if(typeof $t=="string"&&$t!==""||($t="utf8"),!Mt.isEncoding($t))throw new TypeError('"encoding" must be a valid string encoding');var jt=0|ut(Tt,$t);Pt=Ct(Pt,jt);var Gt=Pt.write(Tt,$t);return Gt!==jt&&(Pt=Pt.slice(0,Gt)),Pt}function yt(Pt,Tt){var $t=Tt.length<0?0:0|lt(Tt.length);Pt=Ct(Pt,$t);for(var jt=0;jt<$t;jt+=1)Pt[jt]=255&Tt[jt];return Pt}function et(Pt,Tt,$t,jt){if(Tt.byteLength,$t<0||Tt.byteLength<$t)throw new RangeError("'offset' is out of bounds");if(Tt.byteLength<$t+(jt||0))throw new RangeError("'length' is out of bounds");return Tt=$t===void 0&&jt===void 0?new Uint8Array(Tt):jt===void 0?new Uint8Array(Tt,$t):new Uint8Array(Tt,$t,jt),Mt.TYPED_ARRAY_SUPPORT?(Pt=Tt,Pt.__proto__=Mt.prototype):Pt=yt(Pt,Tt),Pt}function tt(Pt,Tt){if(Mt.isBuffer(Tt)){var $t=0|lt(Tt.length);return Pt=Ct(Pt,$t),Pt.length===0||Tt.copy(Pt,0,0,$t),Pt}if(Tt){if(typeof ArrayBuffer!="undefined"&&Tt.buffer instanceof ArrayBuffer||"length"in Tt)return typeof Tt.length!="number"||Et(Tt.length)?Ct(Pt,0):yt(Pt,Tt);if(Tt.type==="Buffer"&&oe(Tt.data))return yt(Pt,Tt.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function lt(Pt){if(Pt>=zt())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+zt().toString(16)+" bytes");return 0|Pt}function ot(Pt){return+Pt!=Pt&&(Pt=0),Mt.alloc(+Pt)}function ut(Pt,Tt){if(Mt.isBuffer(Pt))return Pt.length;if(typeof ArrayBuffer!="undefined"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(Pt)||Pt instanceof ArrayBuffer))return Pt.byteLength;typeof Pt!="string"&&(Pt=""+Pt);var $t=Pt.length;if($t===0)return 0;for(var jt=!1;;)switch(Tt){case"ascii":case"latin1":case"binary":return $t;case"utf8":case"utf-8":case void 0:return He(Pt).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*$t;case"hex":return $t>>>1;case"base64":return Ge(Pt).length;default:if(jt)return He(Pt).length;Tt=(""+Tt).toLowerCase(),jt=!0}}function ct(Pt,Tt,$t){var jt=!1;if((Tt===void 0||Tt<0)&&(Tt=0),Tt>this.length||(($t===void 0||$t>this.length)&&($t=this.length),$t<=0)||($t>>>=0,Tt>>>=0,$t<=Tt))return"";for(Pt||(Pt="utf8");;)switch(Pt){case"hex":return we(this,Tt,$t);case"utf8":case"utf-8":return fe(this,Tt,$t);case"ascii":return Fe(this,Tt,$t);case"latin1":case"binary":return ze(this,Tt,$t);case"base64":return he(this,Tt,$t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return De(this,Tt,$t);default:if(jt)throw new TypeError("Unknown encoding: "+Pt);Pt=(Pt+"").toLowerCase(),jt=!0}}function ft(Pt,Tt,$t){var jt=Pt[Tt];Pt[Tt]=Pt[$t],Pt[$t]=jt}function gt(Pt,Tt,$t,jt,Gt){if(Pt.length===0)return-1;if(typeof $t=="string"?(jt=$t,$t=0):$t>2147483647?$t=2147483647:$t<-2147483648&&($t=-2147483648),$t=+$t,isNaN($t)&&($t=Gt?0:Pt.length-1),$t<0&&($t=Pt.length+$t),$t>=Pt.length){if(Gt)return-1;$t=Pt.length-1}else if($t<0){if(!Gt)return-1;$t=0}if(typeof Tt=="string"&&(Tt=Mt.from(Tt,jt)),Mt.isBuffer(Tt))return Tt.length===0?-1:Lt(Pt,Tt,$t,jt,Gt);if(typeof Tt=="number")return Tt&=255,Mt.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?Gt?Uint8Array.prototype.indexOf.call(Pt,Tt,$t):Uint8Array.prototype.lastIndexOf.call(Pt,Tt,$t):Lt(Pt,[Tt],$t,jt,Gt);throw new TypeError("val must be string, number or Buffer")}function Lt(Pt,Tt,$t,jt,Gt){function ae($e,En){return xe===1?$e[En]:$e.readUInt16BE(En*xe)}var xe=1,Ke=Pt.length,We=Tt.length;if(jt!==void 0&&((jt=String(jt).toLowerCase())==="ucs2"||jt==="ucs-2"||jt==="utf16le"||jt==="utf-16le")){if(Pt.length<2||Tt.length<2)return-1;xe=2,Ke/=2,We/=2,$t/=2}var Me;if(Gt){var Je=-1;for(Me=$t;Me<Ke;Me++)if(ae(Pt,Me)===ae(Tt,Je===-1?0:Me-Je)){if(Je===-1&&(Je=Me),Me-Je+1===We)return Je*xe}else Je!==-1&&(Me-=Me-Je),Je=-1}else for($t+We>Ke&&($t=Ke-We),Me=$t;Me>=0;Me--){for(var un=!0,on=0;on<We;on++)if(ae(Pt,Me+on)!==ae(Tt,on)){un=!1;break}if(un)return Me}return-1}function It(Pt,Tt,$t,jt){$t=Number($t)||0;var Gt=Pt.length-$t;jt?(jt=Number(jt))>Gt&&(jt=Gt):jt=Gt;var ae=Tt.length;if(ae%2!=0)throw new TypeError("Invalid hex string");jt>ae/2&&(jt=ae/2);for(var xe=0;xe<jt;++xe){var Ke=parseInt(Tt.substr(2*xe,2),16);if(isNaN(Ke))return xe;Pt[$t+xe]=Ke}return xe}function Ut(Pt,Tt,$t,jt){return ie(He(Tt,Pt.length-$t),Pt,$t,jt)}function Ft(Pt,Tt,$t,jt){return ie(Ae(Tt),Pt,$t,jt)}function qt(Pt,Tt,$t,jt){return Ft(Pt,Tt,$t,jt)}function te(Pt,Tt,$t,jt){return ie(Ge(Tt),Pt,$t,jt)}function Xt(Pt,Tt,$t,jt){return ie(Ie(Tt,Pt.length-$t),Pt,$t,jt)}function he(Pt,Tt,$t){return Tt===0&&$t===Pt.length?At.fromByteArray(Pt):At.fromByteArray(Pt.slice(Tt,$t))}function fe(Pt,Tt,$t){$t=Math.min(Pt.length,$t);for(var jt=[],Gt=Tt;Gt<$t;){var ae=Pt[Gt],xe=null,Ke=ae>239?4:ae>223?3:ae>191?2:1;if(Gt+Ke<=$t){var We,Me,Je,un;switch(Ke){case 1:ae<128&&(xe=ae);break;case 2:We=Pt[Gt+1],(192&We)==128&&(un=(31&ae)<<6|63&We)>127&&(xe=un);break;case 3:We=Pt[Gt+1],Me=Pt[Gt+2],(192&We)==128&&(192&Me)==128&&(un=(15&ae)<<12|(63&We)<<6|63&Me)>2047&&(un<55296||un>57343)&&(xe=un);break;case 4:We=Pt[Gt+1],Me=Pt[Gt+2],Je=Pt[Gt+3],(192&We)==128&&(192&Me)==128&&(192&Je)==128&&(un=(15&ae)<<18|(63&We)<<12|(63&Me)<<6|63&Je)>65535&&un<1114112&&(xe=un)}}xe===null?(xe=65533,Ke=1):xe>65535&&(xe-=65536,jt.push(xe>>>10&1023|55296),xe=56320|1023&xe),jt.push(xe),Gt+=Ke}return Ce(jt)}function Ce(Pt){var Tt=Pt.length;if(Tt<=_t)return String.fromCharCode.apply(String,Pt);for(var $t="",jt=0;jt<Tt;)$t+=String.fromCharCode.apply(String,Pt.slice(jt,jt+=_t));return $t}function Fe(Pt,Tt,$t){var jt="";$t=Math.min(Pt.length,$t);for(var Gt=Tt;Gt<$t;++Gt)jt+=String.fromCharCode(127&Pt[Gt]);return jt}function ze(Pt,Tt,$t){var jt="";$t=Math.min(Pt.length,$t);for(var Gt=Tt;Gt<$t;++Gt)jt+=String.fromCharCode(Pt[Gt]);return jt}function we(Pt,Tt,$t){var jt=Pt.length;(!Tt||Tt<0)&&(Tt=0),(!$t||$t<0||$t>jt)&&($t=jt);for(var Gt="",ae=Tt;ae<$t;++ae)Gt+=ke(Pt[ae]);return Gt}function De(Pt,Tt,$t){for(var jt=Pt.slice(Tt,$t),Gt="",ae=0;ae<jt.length;ae+=2)Gt+=String.fromCharCode(jt[ae]+256*jt[ae+1]);return Gt}function pe(Pt,Tt,$t){if(Pt%1!=0||Pt<0)throw new RangeError("offset is not uint");if(Pt+Tt>$t)throw new RangeError("Trying to access beyond buffer length")}function Jt(Pt,Tt,$t,jt,Gt,ae){if(!Mt.isBuffer(Pt))throw new TypeError('"buffer" argument must be a Buffer instance');if(Tt>Gt||Tt<ae)throw new RangeError('"value" argument is out of bounds');if($t+jt>Pt.length)throw new RangeError("Index out of range")}function re(Pt,Tt,$t,jt){Tt<0&&(Tt=65535+Tt+1);for(var Gt=0,ae=Math.min(Pt.length-$t,2);Gt<ae;++Gt)Pt[$t+Gt]=(Tt&255<<8*(jt?Gt:1-Gt))>>>8*(jt?Gt:1-Gt)}function se(Pt,Tt,$t,jt){Tt<0&&(Tt=4294967295+Tt+1);for(var Gt=0,ae=Math.min(Pt.length-$t,4);Gt<ae;++Gt)Pt[$t+Gt]=Tt>>>8*(jt?Gt:3-Gt)&255}function ge(Pt,Tt,$t,jt,Gt,ae){if($t+jt>Pt.length)throw new RangeError("Index out of range");if($t<0)throw new RangeError("Index out of range")}function ue(Pt,Tt,$t,jt,Gt){return Gt||ge(Pt,Tt,$t,4,34028234663852886e22,-34028234663852886e22),Yt.write(Pt,Tt,$t,jt,23,4),$t+4}function je(Pt,Tt,$t,jt,Gt){return Gt||ge(Pt,Tt,$t,8,17976931348623157e292,-17976931348623157e292),Yt.write(Pt,Tt,$t,jt,52,8),$t+8}function Ne(Pt){if(Pt=qe(Pt).replace(Ot,""),Pt.length<2)return"";for(;Pt.length%4!=0;)Pt+="=";return Pt}function qe(Pt){return Pt.trim?Pt.trim():Pt.replace(/^\s+|\s+$/g,"")}function ke(Pt){return Pt<16?"0"+Pt.toString(16):Pt.toString(16)}function He(Pt,Tt){Tt=Tt||1/0;for(var $t,jt=Pt.length,Gt=null,ae=[],xe=0;xe<jt;++xe){if(($t=Pt.charCodeAt(xe))>55295&&$t<57344){if(!Gt){if($t>56319){(Tt-=3)>-1&&ae.push(239,191,189);continue}if(xe+1===jt){(Tt-=3)>-1&&ae.push(239,191,189);continue}Gt=$t;continue}if($t<56320){(Tt-=3)>-1&&ae.push(239,191,189),Gt=$t;continue}$t=65536+(Gt-55296<<10|$t-56320)}else Gt&&(Tt-=3)>-1&&ae.push(239,191,189);if(Gt=null,$t<128){if((Tt-=1)<0)break;ae.push($t)}else if($t<2048){if((Tt-=2)<0)break;ae.push($t>>6|192,63&$t|128)}else if($t<65536){if((Tt-=3)<0)break;ae.push($t>>12|224,$t>>6&63|128,63&$t|128)}else{if(!($t<1114112))throw new Error("Invalid code point");if((Tt-=4)<0)break;ae.push($t>>18|240,$t>>12&63|128,$t>>6&63|128,63&$t|128)}}return ae}function Ae(Pt){for(var Tt=[],$t=0;$t<Pt.length;++$t)Tt.push(255&Pt.charCodeAt($t));return Tt}function Ie(Pt,Tt){for(var $t,jt,Gt,ae=[],xe=0;xe<Pt.length&&!((Tt-=2)<0);++xe)$t=Pt.charCodeAt(xe),jt=$t>>8,Gt=$t%256,ae.push(Gt),ae.push(jt);return ae}function Ge(Pt){return At.toByteArray(Ne(Pt))}function ie(Pt,Tt,$t,jt){for(var Gt=0;Gt<jt&&!(Gt+$t>=Tt.length||Gt>=Pt.length);++Gt)Tt[Gt+$t]=Pt[Gt];return Gt}function Et(Pt){return Pt!==Pt}var At=wt("base64-js"),Yt=wt("ieee754"),oe=wt("isarray");Vt.Buffer=Mt,Vt.SlowBuffer=ot,Vt.INSPECT_MAX_BYTES=50,Mt.TYPED_ARRAY_SUPPORT=Bt.TYPED_ARRAY_SUPPORT!==void 0?Bt.TYPED_ARRAY_SUPPORT:function(){try{var Pt=new Uint8Array(1);return Pt.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},Pt.foo()===42&&typeof Pt.subarray=="function"&&Pt.subarray(1,1).byteLength===0}catch(Tt){return!1}}(),Vt.kMaxLength=zt(),Mt.poolSize=8192,Mt._augment=function(Pt){return Pt.__proto__=Mt.prototype,Pt},Mt.from=function(Pt,Tt,$t){return Rt(null,Pt,Tt,$t)},Mt.TYPED_ARRAY_SUPPORT&&(Mt.prototype.__proto__=Uint8Array.prototype,Mt.__proto__=Uint8Array,typeof Symbol!="undefined"&&Symbol.species&&Mt[Symbol.species]===Mt&&Object.defineProperty(Mt,Symbol.species,{value:null,configurable:!0})),Mt.alloc=function(Pt,Tt,$t){return kt(null,Pt,Tt,$t)},Mt.allocUnsafe=function(Pt){return xt(null,Pt)},Mt.allocUnsafeSlow=function(Pt){return xt(null,Pt)},Mt.isBuffer=function(Pt){return!(Pt==null||!Pt._isBuffer)},Mt.compare=function(Pt,Tt){if(!Mt.isBuffer(Pt)||!Mt.isBuffer(Tt))throw new TypeError("Arguments must be Buffers");if(Pt===Tt)return 0;for(var $t=Pt.length,jt=Tt.length,Gt=0,ae=Math.min($t,jt);Gt<ae;++Gt)if(Pt[Gt]!==Tt[Gt]){$t=Pt[Gt],jt=Tt[Gt];break}return $t<jt?-1:jt<$t?1:0},Mt.isEncoding=function(Pt){switch(String(Pt).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},Mt.concat=function(Pt,Tt){if(!oe(Pt))throw new TypeError('"list" argument must be an Array of Buffers');if(Pt.length===0)return Mt.alloc(0);var $t;if(Tt===void 0)for(Tt=0,$t=0;$t<Pt.length;++$t)Tt+=Pt[$t].length;var jt=Mt.allocUnsafe(Tt),Gt=0;for($t=0;$t<Pt.length;++$t){var ae=Pt[$t];if(!Mt.isBuffer(ae))throw new TypeError('"list" argument must be an Array of Buffers');ae.copy(jt,Gt),Gt+=ae.length}return jt},Mt.byteLength=ut,Mt.prototype._isBuffer=!0,Mt.prototype.swap16=function(){var Pt=this.length;if(Pt%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var Tt=0;Tt<Pt;Tt+=2)ft(this,Tt,Tt+1);return this},Mt.prototype.swap32=function(){var Pt=this.length;if(Pt%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var Tt=0;Tt<Pt;Tt+=4)ft(this,Tt,Tt+3),ft(this,Tt+1,Tt+2);return this},Mt.prototype.swap64=function(){var Pt=this.length;if(Pt%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var Tt=0;Tt<Pt;Tt+=8)ft(this,Tt,Tt+7),ft(this,Tt+1,Tt+6),ft(this,Tt+2,Tt+5),ft(this,Tt+3,Tt+4);return this},Mt.prototype.toString=function(){var Pt=0|this.length;return Pt===0?"":arguments.length===0?fe(this,0,Pt):ct.apply(this,arguments)},Mt.prototype.equals=function(Pt){if(!Mt.isBuffer(Pt))throw new TypeError("Argument must be a Buffer");return this===Pt||Mt.compare(this,Pt)===0},Mt.prototype.inspect=function(){var Pt="",Tt=Vt.INSPECT_MAX_BYTES;return this.length>0&&(Pt=this.toString("hex",0,Tt).match(/.{2}/g).join(" "),this.length>Tt&&(Pt+=" ... ")),"<Buffer "+Pt+">"},Mt.prototype.compare=function(Pt,Tt,$t,jt,Gt){if(!Mt.isBuffer(Pt))throw new TypeError("Argument must be a Buffer");if(Tt===void 0&&(Tt=0),$t===void 0&&($t=Pt?Pt.length:0),jt===void 0&&(jt=0),Gt===void 0&&(Gt=this.length),Tt<0||$t>Pt.length||jt<0||Gt>this.length)throw new RangeError("out of range index");if(jt>=Gt&&Tt>=$t)return 0;if(jt>=Gt)return-1;if(Tt>=$t)return 1;if(Tt>>>=0,$t>>>=0,jt>>>=0,Gt>>>=0,this===Pt)return 0;for(var ae=Gt-jt,xe=$t-Tt,Ke=Math.min(ae,xe),We=this.slice(jt,Gt),Me=Pt.slice(Tt,$t),Je=0;Je<Ke;++Je)if(We[Je]!==Me[Je]){ae=We[Je],xe=Me[Je];break}return ae<xe?-1:xe<ae?1:0},Mt.prototype.includes=function(Pt,Tt,$t){return this.indexOf(Pt,Tt,$t)!==-1},Mt.prototype.indexOf=function(Pt,Tt,$t){return gt(this,Pt,Tt,$t,!0)},Mt.prototype.lastIndexOf=function(Pt,Tt,$t){return gt(this,Pt,Tt,$t,!1)},Mt.prototype.write=function(Pt,Tt,$t,jt){if(Tt===void 0)jt="utf8",$t=this.length,Tt=0;else if($t===void 0&&typeof Tt=="string")jt=Tt,$t=this.length,Tt=0;else{if(!isFinite(Tt))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");Tt|=0,isFinite($t)?($t|=0,jt===void 0&&(jt="utf8")):(jt=$t,$t=void 0)}var Gt=this.length-Tt;if(($t===void 0||$t>Gt)&&($t=Gt),Pt.length>0&&($t<0||Tt<0)||Tt>this.length)throw new RangeError("Attempt to write outside buffer bounds");jt||(jt="utf8");for(var ae=!1;;)switch(jt){case"hex":return It(this,Pt,Tt,$t);case"utf8":case"utf-8":return Ut(this,Pt,Tt,$t);case"ascii":return Ft(this,Pt,Tt,$t);case"latin1":case"binary":return qt(this,Pt,Tt,$t);case"base64":return te(this,Pt,Tt,$t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Xt(this,Pt,Tt,$t);default:if(ae)throw new TypeError("Unknown encoding: "+jt);jt=(""+jt).toLowerCase(),ae=!0}},Mt.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var _t=4096;Mt.prototype.slice=function(Pt,Tt){var $t=this.length;Pt=~~Pt,Tt=Tt===void 0?$t:~~Tt,Pt<0?(Pt+=$t)<0&&(Pt=0):Pt>$t&&(Pt=$t),Tt<0?(Tt+=$t)<0&&(Tt=0):Tt>$t&&(Tt=$t),Tt<Pt&&(Tt=Pt);var jt;if(Mt.TYPED_ARRAY_SUPPORT)jt=this.subarray(Pt,Tt),jt.__proto__=Mt.prototype;else{var Gt=Tt-Pt;jt=new Mt(Gt,void 0);for(var ae=0;ae<Gt;++ae)jt[ae]=this[ae+Pt]}return jt},Mt.prototype.readUIntLE=function(Pt,Tt,$t){Pt|=0,Tt|=0,$t||pe(Pt,Tt,this.length);for(var jt=this[Pt],Gt=1,ae=0;++ae<Tt&&(Gt*=256);)jt+=this[Pt+ae]*Gt;return jt},Mt.prototype.readUIntBE=function(Pt,Tt,$t){Pt|=0,Tt|=0,$t||pe(Pt,Tt,this.length);for(var jt=this[Pt+--Tt],Gt=1;Tt>0&&(Gt*=256);)jt+=this[Pt+--Tt]*Gt;return jt},Mt.prototype.readUInt8=function(Pt,Tt){return Tt||pe(Pt,1,this.length),this[Pt]},Mt.prototype.readUInt16LE=function(Pt,Tt){return Tt||pe(Pt,2,this.length),this[Pt]|this[Pt+1]<<8},Mt.prototype.readUInt16BE=function(Pt,Tt){return Tt||pe(Pt,2,this.length),this[Pt]<<8|this[Pt+1]},Mt.prototype.readUInt32LE=function(Pt,Tt){return Tt||pe(Pt,4,this.length),(this[Pt]|this[Pt+1]<<8|this[Pt+2]<<16)+16777216*this[Pt+3]},Mt.prototype.readUInt32BE=function(Pt,Tt){return Tt||pe(Pt,4,this.length),16777216*this[Pt]+(this[Pt+1]<<16|this[Pt+2]<<8|this[Pt+3])},Mt.prototype.readIntLE=function(Pt,Tt,$t){Pt|=0,Tt|=0,$t||pe(Pt,Tt,this.length);for(var jt=this[Pt],Gt=1,ae=0;++ae<Tt&&(Gt*=256);)jt+=this[Pt+ae]*Gt;return Gt*=128,jt>=Gt&&(jt-=Math.pow(2,8*Tt)),jt},Mt.prototype.readIntBE=function(Pt,Tt,$t){Pt|=0,Tt|=0,$t||pe(Pt,Tt,this.length);for(var jt=Tt,Gt=1,ae=this[Pt+--jt];jt>0&&(Gt*=256);)ae+=this[Pt+--jt]*Gt;return Gt*=128,ae>=Gt&&(ae-=Math.pow(2,8*Tt)),ae},Mt.prototype.readInt8=function(Pt,Tt){return Tt||pe(Pt,1,this.length),128&this[Pt]?-1*(255-this[Pt]+1):this[Pt]},Mt.prototype.readInt16LE=function(Pt,Tt){Tt||pe(Pt,2,this.length);var $t=this[Pt]|this[Pt+1]<<8;return 32768&$t?4294901760|$t:$t},Mt.prototype.readInt16BE=function(Pt,Tt){Tt||pe(Pt,2,this.length);var $t=this[Pt+1]|this[Pt]<<8;return 32768&$t?4294901760|$t:$t},Mt.prototype.readInt32LE=function(Pt,Tt){return Tt||pe(Pt,4,this.length),this[Pt]|this[Pt+1]<<8|this[Pt+2]<<16|this[Pt+3]<<24},Mt.prototype.readInt32BE=function(Pt,Tt){return Tt||pe(Pt,4,this.length),this[Pt]<<24|this[Pt+1]<<16|this[Pt+2]<<8|this[Pt+3]},Mt.prototype.readFloatLE=function(Pt,Tt){return Tt||pe(Pt,4,this.length),Yt.read(this,Pt,!0,23,4)},Mt.prototype.readFloatBE=function(Pt,Tt){return Tt||pe(Pt,4,this.length),Yt.read(this,Pt,!1,23,4)},Mt.prototype.readDoubleLE=function(Pt,Tt){return Tt||pe(Pt,8,this.length),Yt.read(this,Pt,!0,52,8)},Mt.prototype.readDoubleBE=function(Pt,Tt){return Tt||pe(Pt,8,this.length),Yt.read(this,Pt,!1,52,8)},Mt.prototype.writeUIntLE=function(Pt,Tt,$t,jt){Pt=+Pt,Tt|=0,$t|=0,!jt&&Jt(this,Pt,Tt,$t,Math.pow(2,8*$t)-1,0);var Gt=1,ae=0;for(this[Tt]=255&Pt;++ae<$t&&(Gt*=256);)this[Tt+ae]=Pt/Gt&255;return Tt+$t},Mt.prototype.writeUIntBE=function(Pt,Tt,$t,jt){Pt=+Pt,Tt|=0,$t|=0,!jt&&Jt(this,Pt,Tt,$t,Math.pow(2,8*$t)-1,0);var Gt=$t-1,ae=1;for(this[Tt+Gt]=255&Pt;--Gt>=0&&(ae*=256);)this[Tt+Gt]=Pt/ae&255;return Tt+$t},Mt.prototype.writeUInt8=function(Pt,Tt,$t){return Pt=+Pt,Tt|=0,$t||Jt(this,Pt,Tt,1,255,0),Mt.TYPED_ARRAY_SUPPORT||(Pt=Math.floor(Pt)),this[Tt]=255&Pt,Tt+1},Mt.prototype.writeUInt16LE=function(Pt,Tt,$t){return Pt=+Pt,Tt|=0,$t||Jt(this,Pt,Tt,2,65535,0),Mt.TYPED_ARRAY_SUPPORT?(this[Tt]=255&Pt,this[Tt+1]=Pt>>>8):re(this,Pt,Tt,!0),Tt+2},Mt.prototype.writeUInt16BE=function(Pt,Tt,$t){return Pt=+Pt,Tt|=0,$t||Jt(this,Pt,Tt,2,65535,0),Mt.TYPED_ARRAY_SUPPORT?(this[Tt]=Pt>>>8,this[Tt+1]=255&Pt):re(this,Pt,Tt,!1),Tt+2},Mt.prototype.writeUInt32LE=function(Pt,Tt,$t){return Pt=+Pt,Tt|=0,$t||Jt(this,Pt,Tt,4,4294967295,0),Mt.TYPED_ARRAY_SUPPORT?(this[Tt+3]=Pt>>>24,this[Tt+2]=Pt>>>16,this[Tt+1]=Pt>>>8,this[Tt]=255&Pt):se(this,Pt,Tt,!0),Tt+4},Mt.prototype.writeUInt32BE=function(Pt,Tt,$t){return Pt=+Pt,Tt|=0,$t||Jt(this,Pt,Tt,4,4294967295,0),Mt.TYPED_ARRAY_SUPPORT?(this[Tt]=Pt>>>24,this[Tt+1]=Pt>>>16,this[Tt+2]=Pt>>>8,this[Tt+3]=255&Pt):se(this,Pt,Tt,!1),Tt+4},Mt.prototype.writeIntLE=function(Pt,Tt,$t,jt){if(Pt=+Pt,Tt|=0,!jt){var Gt=Math.pow(2,8*$t-1);Jt(this,Pt,Tt,$t,Gt-1,-Gt)}var ae=0,xe=1,Ke=0;for(this[Tt]=255&Pt;++ae<$t&&(xe*=256);)Pt<0&&Ke===0&&this[Tt+ae-1]!==0&&(Ke=1),this[Tt+ae]=(Pt/xe>>0)-Ke&255;return Tt+$t},Mt.prototype.writeIntBE=function(Pt,Tt,$t,jt){if(Pt=+Pt,Tt|=0,!jt){var Gt=Math.pow(2,8*$t-1);Jt(this,Pt,Tt,$t,Gt-1,-Gt)}var ae=$t-1,xe=1,Ke=0;for(this[Tt+ae]=255&Pt;--ae>=0&&(xe*=256);)Pt<0&&Ke===0&&this[Tt+ae+1]!==0&&(Ke=1),this[Tt+ae]=(Pt/xe>>0)-Ke&255;return Tt+$t},Mt.prototype.writeInt8=function(Pt,Tt,$t){return Pt=+Pt,Tt|=0,$t||Jt(this,Pt,Tt,1,127,-128),Mt.TYPED_ARRAY_SUPPORT||(Pt=Math.floor(Pt)),Pt<0&&(Pt=255+Pt+1),this[Tt]=255&Pt,Tt+1},Mt.prototype.writeInt16LE=function(Pt,Tt,$t){return Pt=+Pt,Tt|=0,$t||Jt(this,Pt,Tt,2,32767,-32768),Mt.TYPED_ARRAY_SUPPORT?(this[Tt]=255&Pt,this[Tt+1]=Pt>>>8):re(this,Pt,Tt,!0),Tt+2},Mt.prototype.writeInt16BE=function(Pt,Tt,$t){return Pt=+Pt,Tt|=0,$t||Jt(this,Pt,Tt,2,32767,-32768),Mt.TYPED_ARRAY_SUPPORT?(this[Tt]=Pt>>>8,this[Tt+1]=255&Pt):re(this,Pt,Tt,!1),Tt+2},Mt.prototype.writeInt32LE=function(Pt,Tt,$t){return Pt=+Pt,Tt|=0,$t||Jt(this,Pt,Tt,4,2147483647,-2147483648),Mt.TYPED_ARRAY_SUPPORT?(this[Tt]=255&Pt,this[Tt+1]=Pt>>>8,this[Tt+2]=Pt>>>16,this[Tt+3]=Pt>>>24):se(this,Pt,Tt,!0),Tt+4},Mt.prototype.writeInt32BE=function(Pt,Tt,$t){return Pt=+Pt,Tt|=0,$t||Jt(this,Pt,Tt,4,2147483647,-2147483648),Pt<0&&(Pt=4294967295+Pt+1),Mt.TYPED_ARRAY_SUPPORT?(this[Tt]=Pt>>>24,this[Tt+1]=Pt>>>16,this[Tt+2]=Pt>>>8,this[Tt+3]=255&Pt):se(this,Pt,Tt,!1),Tt+4},Mt.prototype.writeFloatLE=function(Pt,Tt,$t){return ue(this,Pt,Tt,!0,$t)},Mt.prototype.writeFloatBE=function(Pt,Tt,$t){return ue(this,Pt,Tt,!1,$t)},Mt.prototype.writeDoubleLE=function(Pt,Tt,$t){return je(this,Pt,Tt,!0,$t)},Mt.prototype.writeDoubleBE=function(Pt,Tt,$t){return je(this,Pt,Tt,!1,$t)},Mt.prototype.copy=function(Pt,Tt,$t,jt){if($t||($t=0),jt||jt===0||(jt=this.length),Tt>=Pt.length&&(Tt=Pt.length),Tt||(Tt=0),jt>0&&jt<$t&&(jt=$t),jt===$t||Pt.length===0||this.length===0)return 0;if(Tt<0)throw new RangeError("targetStart out of bounds");if($t<0||$t>=this.length)throw new RangeError("sourceStart out of bounds");if(jt<0)throw new RangeError("sourceEnd out of bounds");jt>this.length&&(jt=this.length),Pt.length-Tt<jt-$t&&(jt=Pt.length-Tt+$t);var Gt,ae=jt-$t;if(this===Pt&&$t<Tt&&Tt<jt)for(Gt=ae-1;Gt>=0;--Gt)Pt[Gt+Tt]=this[Gt+$t];else if(ae<1e3||!Mt.TYPED_ARRAY_SUPPORT)for(Gt=0;Gt<ae;++Gt)Pt[Gt+Tt]=this[Gt+$t];else Uint8Array.prototype.set.call(Pt,this.subarray($t,$t+ae),Tt);return ae},Mt.prototype.fill=function(Pt,Tt,$t,jt){if(typeof Pt=="string"){if(typeof Tt=="string"?(jt=Tt,Tt=0,$t=this.length):typeof $t=="string"&&(jt=$t,$t=this.length),Pt.length===1){var Gt=Pt.charCodeAt(0);Gt<256&&(Pt=Gt)}if(jt!==void 0&&typeof jt!="string")throw new TypeError("encoding must be a string");if(typeof jt=="string"&&!Mt.isEncoding(jt))throw new TypeError("Unknown encoding: "+jt)}else typeof Pt=="number"&&(Pt&=255);if(Tt<0||this.length<Tt||this.length<$t)throw new RangeError("Out of range index");if($t<=Tt)return this;Tt>>>=0,$t=$t===void 0?this.length:$t>>>0,Pt||(Pt=0);var ae;if(typeof Pt=="number")for(ae=Tt;ae<$t;++ae)this[ae]=Pt;else{var xe=Mt.isBuffer(Pt)?Pt:He(new Mt(Pt,jt).toString()),Ke=xe.length;for(ae=0;ae<$t-Tt;++ae)this[ae+Tt]=xe[ae%Ke]}return this};var Ot=/[^+\/0-9A-Za-z-_]/g}).call(this,typeof ce.g!="undefined"?ce.g:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{"base64-js":34,ieee754:161,isarray:166}],39:[function(wt,Qt,Vt){Qt.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},{}],40:[function(wt,Qt,Vt){"use strict";var Bt=function(){this.buffer=[],this.fns=[]};Bt.prototype.push=function(Ct,Mt){if(this.fns.length)return this.fns.shift()(null,Ct);var Rt={data:Ct,priority:Mt},St=zt(this.buffer,Rt,function(kt){return kt.priority});this.buffer.splice(St,0,Rt)},Bt.prototype.next=function(){var Ct=this;return function(Mt){if(Ct.buffer.length)return Mt(null,Ct.buffer.pop().data);Ct.fns.push(Mt)}};var zt=function(Ct,Mt,Rt){Mt=Rt(Mt);for(var St=0,kt=Ct?Ct.length:St;St<kt;){var xt=St+kt>>>1;Rt(Ct[xt])<Mt?St=xt+1:kt=xt}return St};Qt.exports=Bt},{}],41:[function(wt,Qt,Vt){function Bt(et){var tt=this,lt=yt.call(arguments,1);return new Promise(function(ot,ut){function ct(Lt){var It;try{It=et.next(Lt)}catch(Ut){return ut(Ut)}gt(It)}function ft(Lt){var It;try{It=et.throw(Lt)}catch(Ut){return ut(Ut)}gt(It)}function gt(Lt){if(Lt.done)return ot(Lt.value);var It=zt.call(tt,Lt.value);return It&&St(It)?It.then(ct,ft):ft(new TypeError('You may only yield a function, promise, generator, array, or object, but the following object was passed: "'+String(Lt.value)+'"'))}if(typeof et=="function"&&(et=et.apply(tt,lt)),!et||typeof et.next!="function")return ot(et);ct()})}function zt(et){return et&&(St(et)?et:xt(et)||kt(et)?Bt.call(this,et):typeof et=="function"?Ct.call(this,et):Array.isArray(et)?Mt.call(this,et):Dt(et)?Rt.call(this,et):et)}function Ct(et){var tt=this;return new Promise(function(lt,ot){et.call(tt,function(ut,ct){if(ut)return ot(ut);arguments.length>2&&(ct=yt.call(arguments,1)),lt(ct)})})}function Mt(et){return Promise.all(et.map(zt,this))}function Rt(et){for(var tt=new et.constructor,lt=Object.keys(et),ot=[],ut=0;ut<lt.length;ut++){var ct=lt[ut],ft=zt.call(this,et[ct]);ft&&St(ft)?function(gt,Lt){tt[Lt]=void 0,ot.push(gt.then(function(It){tt[Lt]=It}))}(ft,ct):tt[ct]=et[ct]}return Promise.all(ot).then(function(){return tt})}function St(et){return typeof et.then=="function"}function kt(et){return typeof et.next=="function"&&typeof et.throw=="function"}function xt(et){var tt=et.constructor;return!!tt&&(tt.name==="GeneratorFunction"||tt.displayName==="GeneratorFunction"||kt(tt.prototype))}function Dt(et){return Object==et.constructor}var yt=Array.prototype.slice;Qt.exports=Bt.default=Bt.co=Bt,Bt.wrap=function(et){function tt(){return Bt.call(this,et.apply(this,arguments))}return tt.__generatorFunction__=et,tt}},{}],42:[function(wt,Qt,Vt){Qt.exports={O_RDONLY:0,O_WRONLY:1,O_RDWR:2,S_IFMT:61440,S_IFREG:32768,S_IFDIR:16384,S_IFCHR:8192,S_IFBLK:24576,S_IFIFO:4096,S_IFLNK:40960,S_IFSOCK:49152,O_CREAT:512,O_EXCL:2048,O_NOCTTY:131072,O_TRUNC:1024,O_APPEND:8,O_DIRECTORY:1048576,O_NOFOLLOW:256,O_SYNC:128,O_SYMLINK:2097152,O_NONBLOCK:4,S_IRWXU:448,S_IRUSR:256,S_IWUSR:128,S_IXUSR:64,S_IRWXG:56,S_IRGRP:32,S_IWGRP:16,S_IXGRP:8,S_IRWXO:7,S_IROTH:4,S_IWOTH:2,S_IXOTH:1,E2BIG:7,EACCES:13,EADDRINUSE:48,EADDRNOTAVAIL:49,EAFNOSUPPORT:47,EAGAIN:35,EALREADY:37,EBADF:9,EBADMSG:94,EBUSY:16,ECANCELED:89,ECHILD:10,ECONNABORTED:53,ECONNREFUSED:61,ECONNRESET:54,EDEADLK:11,EDESTADDRREQ:39,EDOM:33,EDQUOT:69,EEXIST:17,EFAULT:14,EFBIG:27,EHOSTUNREACH:65,EIDRM:90,EILSEQ:92,EINPROGRESS:36,EINTR:4,EINVAL:22,EIO:5,EISCONN:56,EISDIR:21,ELOOP:62,EMFILE:24,EMLINK:31,EMSGSIZE:40,EMULTIHOP:95,ENAMETOOLONG:63,ENETDOWN:50,ENETRESET:52,ENETUNREACH:51,ENFILE:23,ENOBUFS:55,ENODATA:96,ENODEV:19,ENOENT:2,ENOEXEC:8,ENOLCK:77,ENOLINK:97,ENOMEM:12,ENOMSG:91,ENOPROTOOPT:42,ENOSPC:28,ENOSR:98,ENOSTR:99,ENOSYS:78,ENOTCONN:57,ENOTDIR:20,ENOTEMPTY:66,ENOTSOCK:38,ENOTSUP:45,ENOTTY:25,ENXIO:6,EOPNOTSUPP:102,EOVERFLOW:84,EPERM:1,EPIPE:32,EPROTO:100,EPROTONOSUPPORT:43,EPROTOTYPE:41,ERANGE:34,EROFS:30,ESPIPE:29,ESRCH:3,ESTALE:70,ETIME:101,ETIMEDOUT:60,ETXTBSY:26,EWOULDBLOCK:35,EXDEV:18,SIGHUP:1,SIGINT:2,SIGQUIT:3,SIGILL:4,SIGTRAP:5,SIGABRT:6,SIGIOT:6,SIGBUS:10,SIGFPE:8,SIGKILL:9,SIGUSR1:30,SIGSEGV:11,SIGUSR2:31,SIGPIPE:13,SIGALRM:14,SIGTERM:15,SIGCHLD:20,SIGCONT:19,SIGSTOP:17,SIGTSTP:18,SIGTTIN:21,SIGTTOU:22,SIGURG:16,SIGXCPU:24,SIGXFSZ:25,SIGVTALRM:26,SIGPROF:27,SIGWINCH:28,SIGIO:23,SIGSYS:12,SSL_OP_ALL:2147486719,SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION:262144,SSL_OP_CIPHER_SERVER_PREFERENCE:4194304,SSL_OP_CISCO_ANYCONNECT:32768,SSL_OP_COOKIE_EXCHANGE:8192,SSL_OP_CRYPTOPRO_TLSEXT_BUG:2147483648,SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS:2048,SSL_OP_EPHEMERAL_RSA:0,SSL_OP_LEGACY_SERVER_CONNECT:4,SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER:32,SSL_OP_MICROSOFT_SESS_ID_BUG:1,SSL_OP_MSIE_SSLV2_RSA_PADDING:0,SSL_OP_NETSCAPE_CA_DN_BUG:536870912,SSL_OP_NETSCAPE_CHALLENGE_BUG:2,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG:1073741824,SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG:8,SSL_OP_NO_COMPRESSION:131072,SSL_OP_NO_QUERY_MTU:4096,SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION:65536,SSL_OP_NO_SSLv2:16777216,SSL_OP_NO_SSLv3:33554432,SSL_OP_NO_TICKET:16384,SSL_OP_NO_TLSv1:67108864,SSL_OP_NO_TLSv1_1:268435456,SSL_OP_NO_TLSv1_2:134217728,SSL_OP_PKCS1_CHECK_1:0,SSL_OP_PKCS1_CHECK_2:0,SSL_OP_SINGLE_DH_USE:1048576,SSL_OP_SINGLE_ECDH_USE:524288,SSL_OP_SSLEAY_080_CLIENT_DH_BUG:128,SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG:0,SSL_OP_TLS_BLOCK_PADDING_BUG:512,SSL_OP_TLS_D5_BUG:256,SSL_OP_TLS_ROLLBACK_BUG:8388608,ENGINE_METHOD_DSA:2,ENGINE_METHOD_DH:4,ENGINE_METHOD_RAND:8,ENGINE_METHOD_ECDH:16,ENGINE_METHOD_ECDSA:32,ENGINE_METHOD_CIPHERS:64,ENGINE_METHOD_DIGESTS:128,ENGINE_METHOD_STORE:256,ENGINE_METHOD_PKEY_METHS:512,ENGINE_METHOD_PKEY_ASN1_METHS:1024,ENGINE_METHOD_ALL:65535,ENGINE_METHOD_NONE:0,DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,NPN_ENABLED:1,RSA_PKCS1_PADDING:1,RSA_SSLV23_PADDING:2,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6,F_OK:0,R_OK:4,W_OK:2,X_OK:1,UV_UDP_REUSEADDR:4}},{}],43:[function(wt,Qt,Vt){"use strict";function Bt(Mt,Rt){if(!(this instanceof Bt))return new Bt(Mt,Rt);this.src=Mt,this._withAccess=Rt}function zt(Mt,Rt){return Mt[Rt]===void 0&&Mt.__lookupGetter__(Rt)===void 0&&Mt.__lookupSetter__(Rt)===void 0}var Ct=Array.prototype.slice;Qt.exports=Bt,Bt.prototype.withAccess=function(Mt){return this._withAccess=Mt!==!1,this},Bt.prototype.pick=function(Mt){return Array.isArray(Mt)||(Mt=Ct.call(arguments)),Mt.length&&(this.keys=Mt),this},Bt.prototype.to=function(Mt){if(Mt=Mt||{},!this.src)return Mt;var Rt=this.keys||Object.keys(this.src);if(!this._withAccess){for(var St=0;St<Rt.length;St++)kt=Rt[St],Mt[kt]===void 0&&(Mt[kt]=this.src[kt]);return Mt}for(var St=0;St<Rt.length;St++){var kt=Rt[St];if(zt(Mt,kt)){var xt=this.src.__lookupGetter__(kt),Dt=this.src.__lookupSetter__(kt);xt&&Mt.__defineGetter__(kt,xt),Dt&&Mt.__defineSetter__(kt,Dt),xt||Dt||(Mt[kt]=this.src[kt])}}return Mt},Bt.prototype.toCover=function(Mt){for(var Rt=this.keys||Object.keys(this.src),St=0;St<Rt.length;St++){var kt=Rt[St];delete Mt[kt];var xt=this.src.__lookupGetter__(kt),Dt=this.src.__lookupSetter__(kt);xt&&Mt.__defineGetter__(kt,xt),Dt&&Mt.__defineSetter__(kt,Dt),xt||Dt||(Mt[kt]=this.src[kt])}},Bt.prototype.override=Bt.prototype.toCover,Bt.prototype.and=function(Mt){var Rt={};return this.to(Rt),this.src=Mt,this.to(Rt),this.src=Rt,this}},{}],44:[function(wt,Qt,Vt){wt("../../modules/es6.string.iterator"),wt("../../modules/es6.array.from"),Qt.exports=wt("../../modules/_core").Array.from},{"../../modules/_core":65,"../../modules/es6.array.from":133,"../../modules/es6.string.iterator":145}],45:[function(wt,Qt,Vt){var Bt=wt("../../modules/_core"),zt=Bt.JSON||(Bt.JSON={stringify:JSON.stringify});Qt.exports=function(Ct){return zt.stringify.apply(zt,arguments)}},{"../../modules/_core":65}],46:[function(wt,Qt,Vt){wt("../../modules/es6.object.assign"),Qt.exports=wt("../../modules/_core").Object.assign},{"../../modules/_core":65,"../../modules/es6.object.assign":136}],47:[function(wt,Qt,Vt){wt("../../modules/es6.object.create");var Bt=wt("../../modules/_core").Object;Qt.exports=function(zt,Ct){return Bt.create(zt,Ct)}},{"../../modules/_core":65,"../../modules/es6.object.create":137}],48:[function(wt,Qt,Vt){wt("../../modules/es6.object.define-property");var Bt=wt("../../modules/_core").Object;Qt.exports=function(zt,Ct,Mt){return Bt.defineProperty(zt,Ct,Mt)}},{"../../modules/_core":65,"../../modules/es6.object.define-property":138}],49:[function(wt,Qt,Vt){wt("../../modules/es6.object.get-own-property-names");var Bt=wt("../../modules/_core").Object;Qt.exports=function(zt){return Bt.getOwnPropertyNames(zt)}},{"../../modules/_core":65,"../../modules/es6.object.get-own-property-names":139}],50:[function(wt,Qt,Vt){wt("../../modules/es6.object.get-prototype-of"),Qt.exports=wt("../../modules/_core").Object.getPrototypeOf},{"../../modules/_core":65,"../../modules/es6.object.get-prototype-of":140}],51:[function(wt,Qt,Vt){wt("../../modules/es6.object.keys"),Qt.exports=wt("../../modules/_core").Object.keys},{"../../modules/_core":65,"../../modules/es6.object.keys":141}],52:[function(wt,Qt,Vt){wt("../modules/es6.object.to-string"),wt("../modules/es6.string.iterator"),wt("../modules/web.dom.iterable"),wt("../modules/es6.promise"),wt("../modules/es7.promise.finally"),wt("../modules/es7.promise.try"),Qt.exports=wt("../modules/_core").Promise},{"../modules/_core":65,"../modules/es6.object.to-string":142,"../modules/es6.promise":143,"../modules/es6.string.iterator":145,"../modules/es7.promise.finally":147,"../modules/es7.promise.try":148,"../modules/web.dom.iterable":151}],53:[function(wt,Qt,Vt){wt("../modules/web.immediate"),Qt.exports=wt("../modules/_core").setImmediate},{"../modules/_core":65,"../modules/web.immediate":152}],54:[function(wt,Qt,Vt){wt("../../modules/es6.string.from-code-point"),Qt.exports=wt("../../modules/_core").String.fromCodePoint},{"../../modules/_core":65,"../../modules/es6.string.from-code-point":144}],55:[function(wt,Qt,Vt){wt("../../modules/es6.function.has-instance"),Qt.exports=wt("../../modules/_wks-ext").f("hasInstance")},{"../../modules/_wks-ext":130,"../../modules/es6.function.has-instance":135}],56:[function(wt,Qt,Vt){wt("../../modules/es6.symbol"),wt("../../modules/es6.object.to-string"),wt("../../modules/es7.symbol.async-iterator"),wt("../../modules/es7.symbol.observable"),Qt.exports=wt("../../modules/_core").Symbol},{"../../modules/_core":65,"../../modules/es6.object.to-string":142,"../../modules/es6.symbol":146,"../../modules/es7.symbol.async-iterator":149,"../../modules/es7.symbol.observable":150}],57:[function(wt,Qt,Vt){wt("../../modules/es6.string.iterator"),wt("../../modules/web.dom.iterable"),Qt.exports=wt("../../modules/_wks-ext").f("iterator")},{"../../modules/_wks-ext":130,"../../modules/es6.string.iterator":145,"../../modules/web.dom.iterable":151}],58:[function(wt,Qt,Vt){Qt.exports=function(Bt){if(typeof Bt!="function")throw TypeError(Bt+" is not a function!");return Bt}},{}],59:[function(wt,Qt,Vt){Qt.exports=function(){}},{}],60:[function(wt,Qt,Vt){Qt.exports=function(Bt,zt,Ct,Mt){if(!(Bt instanceof zt)||Mt!==void 0&&Mt in Bt)throw TypeError(Ct+": incorrect invocation!");return Bt}},{}],61:[function(wt,Qt,Vt){var Bt=wt("./_is-object");Qt.exports=function(zt){if(!Bt(zt))throw TypeError(zt+" is not an object!");return zt}},{"./_is-object":85}],62:[function(wt,Qt,Vt){var Bt=wt("./_to-iobject"),zt=wt("./_to-length"),Ct=wt("./_to-absolute-index");Qt.exports=function(Mt){return function(Rt,St,kt){var xt,Dt=Bt(Rt),yt=zt(Dt.length),et=Ct(kt,yt);if(Mt&&St!=St){for(;yt>et;)if((xt=Dt[et++])!=xt)return!0}else for(;yt>et;et++)if((Mt||et in Dt)&&Dt[et]===St)return Mt||et||0;return!Mt&&-1}}},{"./_to-absolute-index":121,"./_to-iobject":123,"./_to-length":124}],63:[function(wt,Qt,Vt){var Bt=wt("./_cof"),zt=wt("./_wks")("toStringTag"),Ct=Bt(function(){return arguments}())=="Arguments",Mt=function(Rt,St){try{return Rt[St]}catch(kt){}};Qt.exports=function(Rt){var St,kt,xt;return Rt===void 0?"Undefined":Rt===null?"Null":typeof(kt=Mt(St=Object(Rt),zt))=="string"?kt:Ct?Bt(St):(xt=Bt(St))=="Object"&&typeof St.callee=="function"?"Arguments":xt}},{"./_cof":64,"./_wks":131}],64:[function(wt,Qt,Vt){var Bt={}.toString;Qt.exports=function(zt){return Bt.call(zt).slice(8,-1)}},{}],65:[function(wt,Qt,Vt){var Bt=Qt.exports={version:"2.5.7"};typeof __e=="number"&&(__e=Bt)},{}],66:[function(wt,Qt,Vt){"use strict";var Bt=wt("./_object-dp"),zt=wt("./_property-desc");Qt.exports=function(Ct,Mt,Rt){Mt in Ct?Bt.f(Ct,Mt,zt(0,Rt)):Ct[Mt]=Rt}},{"./_object-dp":98,"./_property-desc":111}],67:[function(wt,Qt,Vt){var Bt=wt("./_a-function");Qt.exports=function(zt,Ct,Mt){if(Bt(zt),Ct===void 0)return zt;switch(Mt){case 1:return function(Rt){return zt.call(Ct,Rt)};case 2:return function(Rt,St){return zt.call(Ct,Rt,St)};case 3:return function(Rt,St,kt){return zt.call(Ct,Rt,St,kt)}}return function(){return zt.apply(Ct,arguments)}}},{"./_a-function":58}],68:[function(wt,Qt,Vt){Qt.exports=function(Bt){if(Bt==null)throw TypeError("Can't call method on "+Bt);return Bt}},{}],69:[function(wt,Qt,Vt){Qt.exports=!wt("./_fails")(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},{"./_fails":74}],70:[function(wt,Qt,Vt){var Bt=wt("./_is-object"),zt=wt("./_global").document,Ct=Bt(zt)&&Bt(zt.createElement);Qt.exports=function(Mt){return Ct?zt.createElement(Mt):{}}},{"./_global":76,"./_is-object":85}],71:[function(wt,Qt,Vt){Qt.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},{}],72:[function(wt,Qt,Vt){var Bt=wt("./_object-keys"),zt=wt("./_object-gops"),Ct=wt("./_object-pie");Qt.exports=function(Mt){var Rt=Bt(Mt),St=zt.f;if(St)for(var kt,xt=St(Mt),Dt=Ct.f,yt=0;xt.length>yt;)Dt.call(Mt,kt=xt[yt++])&&Rt.push(kt);return Rt}},{"./_object-gops":103,"./_object-keys":106,"./_object-pie":107}],73:[function(wt,Qt,Vt){var Bt=wt("./_global"),zt=wt("./_core"),Ct=wt("./_ctx"),Mt=wt("./_hide"),Rt=wt("./_has"),St=function(kt,xt,Dt){var yt,et,tt,lt=kt&St.F,ot=kt&St.G,ut=kt&St.S,ct=kt&St.P,ft=kt&St.B,gt=kt&St.W,Lt=ot?zt:zt[xt]||(zt[xt]={}),It=Lt.prototype,Ut=ot?Bt:ut?Bt[xt]:(Bt[xt]||{}).prototype;ot&&(Dt=xt);for(yt in Dt)(et=!lt&&Ut&&Ut[yt]!==void 0)&&Rt(Lt,yt)||(tt=et?Ut[yt]:Dt[yt],Lt[yt]=ot&&typeof Ut[yt]!="function"?Dt[yt]:ft&&et?Ct(tt,Bt):gt&&Ut[yt]==tt?function(Ft){var qt=function(te,Xt,he){if(this instanceof Ft){switch(arguments.length){case 0:return new Ft;case 1:return new Ft(te);case 2:return new Ft(te,Xt)}return new Ft(te,Xt,he)}return Ft.apply(this,arguments)};return qt.prototype=Ft.prototype,qt}(tt):ct&&typeof tt=="function"?Ct(Function.call,tt):tt,ct&&((Lt.virtual||(Lt.virtual={}))[yt]=tt,kt&St.R&&It&&!It[yt]&&Mt(It,yt,tt)))};St.F=1,St.G=2,St.S=4,St.P=8,St.B=16,St.W=32,St.U=64,St.R=128,Qt.exports=St},{"./_core":65,"./_ctx":67,"./_global":76,"./_has":77,"./_hide":78}],74:[function(wt,Qt,Vt){Qt.exports=function(Bt){try{return!!Bt()}catch(zt){return!0}}},{}],75:[function(wt,Qt,Dt){var Bt=wt("./_ctx"),zt=wt("./_iter-call"),Ct=wt("./_is-array-iter"),Mt=wt("./_an-object"),Rt=wt("./_to-length"),St=wt("./core.get-iterator-method"),kt={},xt={},Dt=Qt.exports=function(yt,et,tt,lt,ot){var ut,ct,ft,gt,Lt=ot?function(){return yt}:St(yt),It=Bt(tt,lt,et?2:1),Ut=0;if(typeof Lt!="function")throw TypeError(yt+" is not iterable!");if(Ct(Lt)){for(ut=Rt(yt.length);ut>Ut;Ut++)if((gt=et?It(Mt(ct=yt[Ut])[0],ct[1]):It(yt[Ut]))===kt||gt===xt)return gt}else for(ft=Lt.call(yt);!(ct=ft.next()).done;)if((gt=zt(ft,It,ct.value,et))===kt||gt===xt)return gt};Dt.BREAK=kt,Dt.RETURN=xt},{"./_an-object":61,"./_ctx":67,"./_is-array-iter":83,"./_iter-call":86,"./_to-length":124,"./core.get-iterator-method":132}],76:[function(wt,Qt,Vt){var Bt=Qt.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=Bt)},{}],77:[function(wt,Qt,Vt){var Bt={}.hasOwnProperty;Qt.exports=function(zt,Ct){return Bt.call(zt,Ct)}},{}],78:[function(wt,Qt,Vt){var Bt=wt("./_object-dp"),zt=wt("./_property-desc");Qt.exports=wt("./_descriptors")?function(Ct,Mt,Rt){return Bt.f(Ct,Mt,zt(1,Rt))}:function(Ct,Mt,Rt){return Ct[Mt]=Rt,Ct}},{"./_descriptors":69,"./_object-dp":98,"./_property-desc":111}],79:[function(wt,Qt,Vt){var Bt=wt("./_global").document;Qt.exports=Bt&&Bt.documentElement},{"./_global":76}],80:[function(wt,Qt,Vt){Qt.exports=!wt("./_descriptors")&&!wt("./_fails")(function(){return Object.defineProperty(wt("./_dom-create")("div"),"a",{get:function(){return 7}}).a!=7})},{"./_descriptors":69,"./_dom-create":70,"./_fails":74}],81:[function(wt,Qt,Vt){Qt.exports=function(Bt,zt,Ct){var Mt=Ct===void 0;switch(zt.length){case 0:return Mt?Bt():Bt.call(Ct);case 1:return Mt?Bt(zt[0]):Bt.call(Ct,zt[0]);case 2:return Mt?Bt(zt[0],zt[1]):Bt.call(Ct,zt[0],zt[1]);case 3:return Mt?Bt(zt[0],zt[1],zt[2]):Bt.call(Ct,zt[0],zt[1],zt[2]);case 4:return Mt?Bt(zt[0],zt[1],zt[2],zt[3]):Bt.call(Ct,zt[0],zt[1],zt[2],zt[3])}return Bt.apply(Ct,zt)}},{}],82:[function(wt,Qt,Vt){var Bt=wt("./_cof");Qt.exports=Object("z").propertyIsEnumerable(0)?Object:function(zt){return Bt(zt)=="String"?zt.split(""):Object(zt)}},{"./_cof":64}],83:[function(wt,Qt,Vt){var Bt=wt("./_iterators"),zt=wt("./_wks")("iterator"),Ct=Array.prototype;Qt.exports=function(Mt){return Mt!==void 0&&(Bt.Array===Mt||Ct[zt]===Mt)}},{"./_iterators":91,"./_wks":131}],84:[function(wt,Qt,Vt){var Bt=wt("./_cof");Qt.exports=Array.isArray||function(zt){return Bt(zt)=="Array"}},{"./_cof":64}],85:[function(wt,Qt,Vt){Qt.exports=function(Bt){return typeof Bt=="object"?Bt!==null:typeof Bt=="function"}},{}],86:[function(wt,Qt,Vt){var Bt=wt("./_an-object");Qt.exports=function(zt,Ct,Mt,Rt){try{return Rt?Ct(Bt(Mt)[0],Mt[1]):Ct(Mt)}catch(kt){var St=zt.return;throw St!==void 0&&Bt(St.call(zt)),kt}}},{"./_an-object":61}],87:[function(wt,Qt,Vt){"use strict";var Bt=wt("./_object-create"),zt=wt("./_property-desc"),Ct=wt("./_set-to-string-tag"),Mt={};wt("./_hide")(Mt,wt("./_wks")("iterator"),function(){return this}),Qt.exports=function(Rt,St,kt){Rt.prototype=Bt(Mt,{next:zt(1,kt)}),Ct(Rt,St+" Iterator")}},{"./_hide":78,"./_object-create":97,"./_property-desc":111,"./_set-to-string-tag":115,"./_wks":131}],88:[function(wt,Qt,Vt){"use strict";var Bt=wt("./_library"),zt=wt("./_export"),Ct=wt("./_redefine"),Mt=wt("./_hide"),Rt=wt("./_iterators"),St=wt("./_iter-create"),kt=wt("./_set-to-string-tag"),xt=wt("./_object-gpo"),Dt=wt("./_wks")("iterator"),yt=!([].keys&&"next"in[].keys()),et=function(){return this};Qt.exports=function(tt,lt,ot,ut,ct,ft,gt){St(ot,lt,ut);var Lt,It,Ut,Ft=function(we){if(!yt&&we in he)return he[we];switch(we){case"keys":case"values":return function(){return new ot(this,we)}}return function(){return new ot(this,we)}},qt=lt+" Iterator",te=ct=="values",Xt=!1,he=tt.prototype,fe=he[Dt]||he["@@iterator"]||ct&&he[ct],Ce=fe||Ft(ct),Fe=ct?te?Ft("entries"):Ce:void 0,ze=lt=="Array"&&he.entries||fe;if(ze&&(Ut=xt(ze.call(new tt)))!==Object.prototype&&Ut.next&&(kt(Ut,qt,!0),Bt||typeof Ut[Dt]=="function"||Mt(Ut,Dt,et)),te&&fe&&fe.name!=="values"&&(Xt=!0,Ce=function(){return fe.call(this)}),Bt&&!gt||!yt&&!Xt&&he[Dt]||Mt(he,Dt,Ce),Rt[lt]=Ce,Rt[qt]=et,ct)if(Lt={values:te?Ce:Ft("values"),keys:ft?Ce:Ft("keys"),entries:Fe},gt)for(It in Lt)It in he||Ct(he,It,Lt[It]);else zt(zt.P+zt.F*(yt||Xt),lt,Lt);return Lt}},{"./_export":73,"./_hide":78,"./_iter-create":87,"./_iterators":91,"./_library":92,"./_object-gpo":104,"./_redefine":113,"./_set-to-string-tag":115,"./_wks":131}],89:[function(wt,Qt,Vt){var Bt=wt("./_wks")("iterator"),zt=!1;try{var Ct=[7][Bt]();Ct.return=function(){zt=!0},Array.from(Ct,function(){throw 2})}catch(Mt){}Qt.exports=function(Mt,Rt){if(!Rt&&!zt)return!1;var St=!1;try{var kt=[7],xt=kt[Bt]();xt.next=function(){return{done:St=!0}},kt[Bt]=function(){return xt},Mt(kt)}catch(Dt){}return St}},{"./_wks":131}],90:[function(wt,Qt,Vt){Qt.exports=function(Bt,zt){return{value:zt,done:!!Bt}}},{}],91:[function(wt,Qt,Vt){Qt.exports={}},{}],92:[function(wt,Qt,Vt){Qt.exports=!0},{}],93:[function(wt,Qt,Vt){var Bt=wt("./_uid")("meta"),zt=wt("./_is-object"),Ct=wt("./_has"),Mt=wt("./_object-dp").f,Rt=0,St=Object.isExtensible||function(){return!0},kt=!wt("./_fails")(function(){return St(Object.preventExtensions({}))}),xt=function(lt){Mt(lt,Bt,{value:{i:"O"+ ++Rt,w:{}}})},Dt=function(lt,ot){if(!zt(lt))return typeof lt=="symbol"?lt:(typeof lt=="string"?"S":"P")+lt;if(!Ct(lt,Bt)){if(!St(lt))return"F";if(!ot)return"E";xt(lt)}return lt[Bt].i},yt=function(lt,ot){if(!Ct(lt,Bt)){if(!St(lt))return!0;if(!ot)return!1;xt(lt)}return lt[Bt].w},et=function(lt){return kt&&tt.NEED&&St(lt)&&!Ct(lt,Bt)&&xt(lt),lt},tt=Qt.exports={KEY:Bt,NEED:!1,fastKey:Dt,getWeak:yt,onFreeze:et}},{"./_fails":74,"./_has":77,"./_is-object":85,"./_object-dp":98,"./_uid":127}],94:[function(wt,Qt,Vt){var Bt=wt("./_global"),zt=wt("./_task").set,Ct=Bt.MutationObserver||Bt.WebKitMutationObserver,Mt=Bt.process,Rt=Bt.Promise,St=wt("./_cof")(Mt)=="process";Qt.exports=function(){var kt,xt,Dt,yt=function(){var ot,ut;for(St&&(ot=Mt.domain)&&ot.exit();kt;){ut=kt.fn,kt=kt.next;try{ut()}catch(ct){throw kt?Dt():xt=void 0,ct}}xt=void 0,ot&&ot.enter()};if(St)Dt=function(){Mt.nextTick(yt)};else if(!Ct||Bt.navigator&&Bt.navigator.standalone)if(Rt&&Rt.resolve){var et=Rt.resolve(void 0);Dt=function(){et.then(yt)}}else Dt=function(){zt.call(Bt,yt)};else{var tt=!0,lt=document.createTextNode("");new Ct(yt).observe(lt,{characterData:!0}),Dt=function(){lt.data=tt=!tt}}return function(ot){var ut={fn:ot,next:void 0};xt&&(xt.next=ut),kt||(kt=ut,Dt()),xt=ut}}},{"./_cof":64,"./_global":76,"./_task":120}],95:[function(wt,Qt,Vt){"use strict";function Bt(Ct){var Mt,Rt;this.promise=new Ct(function(St,kt){if(Mt!==void 0||Rt!==void 0)throw TypeError("Bad Promise constructor");Mt=St,Rt=kt}),this.resolve=zt(Mt),this.reject=zt(Rt)}var zt=wt("./_a-function");Qt.exports.f=function(Ct){return new Bt(Ct)}},{"./_a-function":58}],96:[function(wt,Qt,Vt){"use strict";var Bt=wt("./_object-keys"),zt=wt("./_object-gops"),Ct=wt("./_object-pie"),Mt=wt("./_to-object"),Rt=wt("./_iobject"),St=Object.assign;Qt.exports=!St||wt("./_fails")(function(){var kt={},xt={},Dt=Symbol(),yt="abcdefghijklmnopqrst";return kt[Dt]=7,yt.split("").forEach(function(et){xt[et]=et}),St({},kt)[Dt]!=7||Object.keys(St({},xt)).join("")!=yt})?function(kt,xt){for(var Dt=Mt(kt),yt=arguments.length,et=1,tt=zt.f,lt=Ct.f;yt>et;)for(var ot,ut=Rt(arguments[et++]),ct=tt?Bt(ut).concat(tt(ut)):Bt(ut),ft=ct.length,gt=0;ft>gt;)lt.call(ut,ot=ct[gt++])&&(Dt[ot]=ut[ot]);return Dt}:St},{"./_fails":74,"./_iobject":82,"./_object-gops":103,"./_object-keys":106,"./_object-pie":107,"./_to-object":125}],97:[function(wt,Qt,Vt){var Bt=wt("./_an-object"),zt=wt("./_object-dps"),Ct=wt("./_enum-bug-keys"),Mt=wt("./_shared-key")("IE_PROTO"),Rt=function(){},St=function(){var kt,xt=wt("./_dom-create")("iframe"),Dt=Ct.length;for(xt.style.display="none",wt("./_html").appendChild(xt),xt.src="javascript:",kt=xt.contentWindow.document,kt.open(),kt.write("<script>document.F=Object<\/script>"),kt.close(),St=kt.F;Dt--;)delete St.prototype[Ct[Dt]];return St()};Qt.exports=Object.create||function(kt,xt){var Dt;return kt!==null?(Rt.prototype=Bt(kt),Dt=new Rt,Rt.prototype=null,Dt[Mt]=kt):Dt=St(),xt===void 0?Dt:zt(Dt,xt)}},{"./_an-object":61,"./_dom-create":70,"./_enum-bug-keys":71,"./_html":79,"./_object-dps":99,"./_shared-key":116}],98:[function(wt,Qt,Vt){var Bt=wt("./_an-object"),zt=wt("./_ie8-dom-define"),Ct=wt("./_to-primitive"),Mt=Object.defineProperty;Vt.f=wt("./_descriptors")?Object.defineProperty:function(Rt,St,kt){if(Bt(Rt),St=Ct(St,!0),Bt(kt),zt)try{return Mt(Rt,St,kt)}catch(xt){}if("get"in kt||"set"in kt)throw TypeError("Accessors not supported!");return"value"in kt&&(Rt[St]=kt.value),Rt}},{"./_an-object":61,"./_descriptors":69,"./_ie8-dom-define":80,"./_to-primitive":126}],99:[function(wt,Qt,Vt){var Bt=wt("./_object-dp"),zt=wt("./_an-object"),Ct=wt("./_object-keys");Qt.exports=wt("./_descriptors")?Object.defineProperties:function(Mt,Rt){zt(Mt);for(var St,kt=Ct(Rt),xt=kt.length,Dt=0;xt>Dt;)Bt.f(Mt,St=kt[Dt++],Rt[St]);return Mt}},{"./_an-object":61,"./_descriptors":69,"./_object-dp":98,"./_object-keys":106}],100:[function(wt,Qt,Vt){var Bt=wt("./_object-pie"),zt=wt("./_property-desc"),Ct=wt("./_to-iobject"),Mt=wt("./_to-primitive"),Rt=wt("./_has"),St=wt("./_ie8-dom-define"),kt=Object.getOwnPropertyDescriptor;Vt.f=wt("./_descriptors")?kt:function(xt,Dt){if(xt=Ct(xt),Dt=Mt(Dt,!0),St)try{return kt(xt,Dt)}catch(yt){}if(Rt(xt,Dt))return zt(!Bt.f.call(xt,Dt),xt[Dt])}},{"./_descriptors":69,"./_has":77,"./_ie8-dom-define":80,"./_object-pie":107,"./_property-desc":111,"./_to-iobject":123,"./_to-primitive":126}],101:[function(wt,Qt,Vt){var Bt=wt("./_to-iobject"),zt=wt("./_object-gopn").f,Ct={}.toString,Mt=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],Rt=function(St){try{return zt(St)}catch(kt){return Mt.slice()}};Qt.exports.f=function(St){return Mt&&Ct.call(St)=="[object Window]"?Rt(St):zt(Bt(St))}},{"./_object-gopn":102,"./_to-iobject":123}],102:[function(wt,Qt,Vt){var Bt=wt("./_object-keys-internal"),zt=wt("./_enum-bug-keys").concat("length","prototype");Vt.f=Object.getOwnPropertyNames||function(Ct){return Bt(Ct,zt)}},{"./_enum-bug-keys":71,"./_object-keys-internal":105}],103:[function(wt,Qt,Vt){Vt.f=Object.getOwnPropertySymbols},{}],104:[function(wt,Qt,Vt){var Bt=wt("./_has"),zt=wt("./_to-object"),Ct=wt("./_shared-key")("IE_PROTO"),Mt=Object.prototype;Qt.exports=Object.getPrototypeOf||function(Rt){return Rt=zt(Rt),Bt(Rt,Ct)?Rt[Ct]:typeof Rt.constructor=="function"&&Rt instanceof Rt.constructor?Rt.constructor.prototype:Rt instanceof Object?Mt:null}},{"./_has":77,"./_shared-key":116,"./_to-object":125}],105:[function(wt,Qt,Vt){var Bt=wt("./_has"),zt=wt("./_to-iobject"),Ct=wt("./_array-includes")(!1),Mt=wt("./_shared-key")("IE_PROTO");Qt.exports=function(Rt,St){var kt,xt=zt(Rt),Dt=0,yt=[];for(kt in xt)kt!=Mt&&Bt(xt,kt)&&yt.push(kt);for(;St.length>Dt;)Bt(xt,kt=St[Dt++])&&(~Ct(yt,kt)||yt.push(kt));return yt}},{"./_array-includes":62,"./_has":77,"./_shared-key":116,"./_to-iobject":123}],106:[function(wt,Qt,Vt){var Bt=wt("./_object-keys-internal"),zt=wt("./_enum-bug-keys");Qt.exports=Object.keys||function(Ct){return Bt(Ct,zt)}},{"./_enum-bug-keys":71,"./_object-keys-internal":105}],107:[function(wt,Qt,Vt){Vt.f={}.propertyIsEnumerable},{}],108:[function(wt,Qt,Vt){var Bt=wt("./_export"),zt=wt("./_core"),Ct=wt("./_fails");Qt.exports=function(Mt,Rt){var St=(zt.Object||{})[Mt]||Object[Mt],kt={};kt[Mt]=Rt(St),Bt(Bt.S+Bt.F*Ct(function(){St(1)}),"Object",kt)}},{"./_core":65,"./_export":73,"./_fails":74}],109:[function(wt,Qt,Vt){Qt.exports=function(Bt){try{return{e:!1,v:Bt()}}catch(zt){return{e:!0,v:zt}}}},{}],110:[function(wt,Qt,Vt){var Bt=wt("./_an-object"),zt=wt("./_is-object"),Ct=wt("./_new-promise-capability");Qt.exports=function(Mt,Rt){if(Bt(Mt),zt(Rt)&&Rt.constructor===Mt)return Rt;var St=Ct.f(Mt);return(0,St.resolve)(Rt),St.promise}},{"./_an-object":61,"./_is-object":85,"./_new-promise-capability":95}],111:[function(wt,Qt,Vt){Qt.exports=function(Bt,zt){return{enumerable:!(1&Bt),configurable:!(2&Bt),writable:!(4&Bt),value:zt}}},{}],112:[function(wt,Qt,Vt){var Bt=wt("./_hide");Qt.exports=function(zt,Ct,Mt){for(var Rt in Ct)Mt&&zt[Rt]?zt[Rt]=Ct[Rt]:Bt(zt,Rt,Ct[Rt]);return zt}},{"./_hide":78}],113:[function(wt,Qt,Vt){Qt.exports=wt("./_hide")},{"./_hide":78}],114:[function(wt,Qt,Vt){"use strict";var Bt=wt("./_global"),zt=wt("./_core"),Ct=wt("./_object-dp"),Mt=wt("./_descriptors"),Rt=wt("./_wks")("species");Qt.exports=function(St){var kt=typeof zt[St]=="function"?zt[St]:Bt[St];Mt&&kt&&!kt[Rt]&&Ct.f(kt,Rt,{configurable:!0,get:function(){return this}})}},{"./_core":65,"./_descriptors":69,"./_global":76,"./_object-dp":98,"./_wks":131}],115:[function(wt,Qt,Vt){var Bt=wt("./_object-dp").f,zt=wt("./_has"),Ct=wt("./_wks")("toStringTag");Qt.exports=function(Mt,Rt,St){Mt&&!zt(Mt=St?Mt:Mt.prototype,Ct)&&Bt(Mt,Ct,{configurable:!0,value:Rt})}},{"./_has":77,"./_object-dp":98,"./_wks":131}],116:[function(wt,Qt,Vt){var Bt=wt("./_shared")("keys"),zt=wt("./_uid");Qt.exports=function(Ct){return Bt[Ct]||(Bt[Ct]=zt(Ct))}},{"./_shared":117,"./_uid":127}],117:[function(wt,Qt,Vt){var Bt=wt("./_core"),zt=wt("./_global"),Ct=zt["__core-js_shared__"]||(zt["__core-js_shared__"]={});(Qt.exports=function(Mt,Rt){return Ct[Mt]||(Ct[Mt]=Rt!==void 0?Rt:{})})("versions",[]).push({version:Bt.version,mode:wt("./_library")?"pure":"global",copyright:"\u6F0F 2018 Denis Pushkarev (zloirock.ru)"})},{"./_core":65,"./_global":76,"./_library":92}],118:[function(wt,Qt,Vt){var Bt=wt("./_an-object"),zt=wt("./_a-function"),Ct=wt("./_wks")("species");Qt.exports=function(Mt,Rt){var St,kt=Bt(Mt).constructor;return kt===void 0||(St=Bt(kt)[Ct])==null?Rt:zt(St)}},{"./_a-function":58,"./_an-object":61,"./_wks":131}],119:[function(wt,Qt,Vt){var Bt=wt("./_to-integer"),zt=wt("./_defined");Qt.exports=function(Ct){return function(Mt,Rt){var St,kt,xt=String(zt(Mt)),Dt=Bt(Rt),yt=xt.length;return Dt<0||Dt>=yt?Ct?"":void 0:(St=xt.charCodeAt(Dt),St<55296||St>56319||Dt+1===yt||(kt=xt.charCodeAt(Dt+1))<56320||kt>57343?Ct?xt.charAt(Dt):St:Ct?xt.slice(Dt,Dt+2):kt-56320+(St-55296<<10)+65536)}}},{"./_defined":68,"./_to-integer":122}],120:[function(wt,Qt,Vt){var Bt,zt,Ct,Mt=wt("./_ctx"),Rt=wt("./_invoke"),St=wt("./_html"),kt=wt("./_dom-create"),xt=wt("./_global"),Dt=xt.process,yt=xt.setImmediate,et=xt.clearImmediate,tt=xt.MessageChannel,lt=xt.Dispatch,ot=0,ut={},ct=function(){var gt=+this;if(ut.hasOwnProperty(gt)){var Lt=ut[gt];delete ut[gt],Lt()}},ft=function(gt){ct.call(gt.data)};yt&&et||(yt=function(gt){for(var Lt=[],It=1;arguments.length>It;)Lt.push(arguments[It++]);return ut[++ot]=function(){Rt(typeof gt=="function"?gt:Function(gt),Lt)},Bt(ot),ot},et=function(gt){delete ut[gt]},wt("./_cof")(Dt)=="process"?Bt=function(gt){Dt.nextTick(Mt(ct,gt,1))}:lt&&lt.now?Bt=function(gt){lt.now(Mt(ct,gt,1))}:tt?(zt=new tt,Ct=zt.port2,zt.port1.onmessage=ft,Bt=Mt(Ct.postMessage,Ct,1)):xt.addEventListener&&typeof postMessage=="function"&&!xt.importScripts?(Bt=function(gt){xt.postMessage(gt+"","*")},xt.addEventListener("message",ft,!1)):Bt="onreadystatechange"in kt("script")?function(gt){St.appendChild(kt("script")).onreadystatechange=function(){St.removeChild(this),ct.call(gt)}}:function(gt){setTimeout(Mt(ct,gt,1),0)}),Qt.exports={set:yt,clear:et}},{"./_cof":64,"./_ctx":67,"./_dom-create":70,"./_global":76,"./_html":79,"./_invoke":81}],121:[function(wt,Qt,Vt){var Bt=wt("./_to-integer"),zt=Math.max,Ct=Math.min;Qt.exports=function(Mt,Rt){return Mt=Bt(Mt),Mt<0?zt(Mt+Rt,0):Ct(Mt,Rt)}},{"./_to-integer":122}],122:[function(wt,Qt,Vt){var Bt=Math.ceil,zt=Math.floor;Qt.exports=function(Ct){return isNaN(Ct=+Ct)?0:(Ct>0?zt:Bt)(Ct)}},{}],123:[function(wt,Qt,Vt){var Bt=wt("./_iobject"),zt=wt("./_defined");Qt.exports=function(Ct){return Bt(zt(Ct))}},{"./_defined":68,"./_iobject":82}],124:[function(wt,Qt,Vt){var Bt=wt("./_to-integer"),zt=Math.min;Qt.exports=function(Ct){return Ct>0?zt(Bt(Ct),9007199254740991):0}},{"./_to-integer":122}],125:[function(wt,Qt,Vt){var Bt=wt("./_defined");Qt.exports=function(zt){return Object(Bt(zt))}},{"./_defined":68}],126:[function(wt,Qt,Vt){var Bt=wt("./_is-object");Qt.exports=function(zt,Ct){if(!Bt(zt))return zt;var Mt,Rt;if(Ct&&typeof(Mt=zt.toString)=="function"&&!Bt(Rt=Mt.call(zt))||typeof(Mt=zt.valueOf)=="function"&&!Bt(Rt=Mt.call(zt))||!Ct&&typeof(Mt=zt.toString)=="function"&&!Bt(Rt=Mt.call(zt)))return Rt;throw TypeError("Can't convert object to primitive value")}},{"./_is-object":85}],127:[function(wt,Qt,Vt){var Bt=0,zt=Math.random();Qt.exports=function(Ct){return"Symbol(".concat(Ct===void 0?"":Ct,")_",(++Bt+zt).toString(36))}},{}],128:[function(wt,Qt,Vt){var Bt=wt("./_global"),zt=Bt.navigator;Qt.exports=zt&&zt.userAgent||""},{"./_global":76}],129:[function(wt,Qt,Vt){var Bt=wt("./_global"),zt=wt("./_core"),Ct=wt("./_library"),Mt=wt("./_wks-ext"),Rt=wt("./_object-dp").f;Qt.exports=function(St){var kt=zt.Symbol||(zt.Symbol=Ct?{}:Bt.Symbol||{});St.charAt(0)=="_"||St in kt||Rt(kt,St,{value:Mt.f(St)})}},{"./_core":65,"./_global":76,"./_library":92,"./_object-dp":98,"./_wks-ext":130}],130:[function(wt,Qt,Vt){Vt.f=wt("./_wks")},{"./_wks":131}],131:[function(wt,Qt,Vt){var Bt=wt("./_shared")("wks"),zt=wt("./_uid"),Ct=wt("./_global").Symbol,Mt=typeof Ct=="function";(Qt.exports=function(Rt){return Bt[Rt]||(Bt[Rt]=Mt&&Ct[Rt]||(Mt?Ct:zt)("Symbol."+Rt))}).store=Bt},{"./_global":76,"./_shared":117,"./_uid":127}],132:[function(wt,Qt,Vt){var Bt=wt("./_classof"),zt=wt("./_wks")("iterator"),Ct=wt("./_iterators");Qt.exports=wt("./_core").getIteratorMethod=function(Mt){if(Mt!=null)return Mt[zt]||Mt["@@iterator"]||Ct[Bt(Mt)]}},{"./_classof":63,"./_core":65,"./_iterators":91,"./_wks":131}],133:[function(wt,Qt,Vt){"use strict";var Bt=wt("./_ctx"),zt=wt("./_export"),Ct=wt("./_to-object"),Mt=wt("./_iter-call"),Rt=wt("./_is-array-iter"),St=wt("./_to-length"),kt=wt("./_create-property"),xt=wt("./core.get-iterator-method");zt(zt.S+zt.F*!wt("./_iter-detect")(function(Dt){Array.from(Dt)}),"Array",{from:function(Dt){var yt,et,tt,lt,ot=Ct(Dt),ut=typeof this=="function"?this:Array,ct=arguments.length,ft=ct>1?arguments[1]:void 0,gt=ft!==void 0,Lt=0,It=xt(ot);if(gt&&(ft=Bt(ft,ct>2?arguments[2]:void 0,2)),It==null||ut==Array&&Rt(It))for(yt=St(ot.length),et=new ut(yt);yt>Lt;Lt++)kt(et,Lt,gt?ft(ot[Lt],Lt):ot[Lt]);else for(lt=It.call(ot),et=new ut;!(tt=lt.next()).done;Lt++)kt(et,Lt,gt?Mt(lt,ft,[tt.value,Lt],!0):tt.value);return et.length=Lt,et}})},{"./_create-property":66,"./_ctx":67,"./_export":73,"./_is-array-iter":83,"./_iter-call":86,"./_iter-detect":89,"./_to-length":124,"./_to-object":125,"./core.get-iterator-method":132}],134:[function(wt,Qt,Vt){"use strict";var Bt=wt("./_add-to-unscopables"),zt=wt("./_iter-step"),Ct=wt("./_iterators"),Mt=wt("./_to-iobject");Qt.exports=wt("./_iter-define")(Array,"Array",function(Rt,St){this._t=Mt(Rt),this._i=0,this._k=St},function(){var Rt=this._t,St=this._k,kt=this._i++;return!Rt||kt>=Rt.length?(this._t=void 0,zt(1)):St=="keys"?zt(0,kt):St=="values"?zt(0,Rt[kt]):zt(0,[kt,Rt[kt]])},"values"),Ct.Arguments=Ct.Array,Bt("keys"),Bt("values"),Bt("entries")},{"./_add-to-unscopables":59,"./_iter-define":88,"./_iter-step":90,"./_iterators":91,"./_to-iobject":123}],135:[function(wt,Qt,Vt){"use strict";var Bt=wt("./_is-object"),zt=wt("./_object-gpo"),Ct=wt("./_wks")("hasInstance"),Mt=Function.prototype;Ct in Mt||wt("./_object-dp").f(Mt,Ct,{value:function(Rt){if(typeof this!="function"||!Bt(Rt))return!1;if(!Bt(this.prototype))return Rt instanceof this;for(;Rt=zt(Rt);)if(this.prototype===Rt)return!0;return!1}})},{"./_is-object":85,"./_object-dp":98,"./_object-gpo":104,"./_wks":131}],136:[function(wt,Qt,Vt){var Bt=wt("./_export");Bt(Bt.S+Bt.F,"Object",{assign:wt("./_object-assign")})},{"./_export":73,"./_object-assign":96}],137:[function(wt,Qt,Vt){var Bt=wt("./_export");Bt(Bt.S,"Object",{create:wt("./_object-create")})},{"./_export":73,"./_object-create":97}],138:[function(wt,Qt,Vt){var Bt=wt("./_export");Bt(Bt.S+Bt.F*!wt("./_descriptors"),"Object",{defineProperty:wt("./_object-dp").f})},{"./_descriptors":69,"./_export":73,"./_object-dp":98}],139:[function(wt,Qt,Vt){wt("./_object-sap")("getOwnPropertyNames",function(){return wt("./_object-gopn-ext").f})},{"./_object-gopn-ext":101,"./_object-sap":108}],140:[function(wt,Qt,Vt){var Bt=wt("./_to-object"),zt=wt("./_object-gpo");wt("./_object-sap")("getPrototypeOf",function(){return function(Ct){return zt(Bt(Ct))}})},{"./_object-gpo":104,"./_object-sap":108,"./_to-object":125}],141:[function(wt,Qt,Vt){var Bt=wt("./_to-object"),zt=wt("./_object-keys");wt("./_object-sap")("keys",function(){return function(Ct){return zt(Bt(Ct))}})},{"./_object-keys":106,"./_object-sap":108,"./_to-object":125}],142:[function(wt,Qt,Vt){arguments[4][36][0].apply(Vt,arguments)},{dup:36}],143:[function(wt,Qt,Vt){"use strict";var Bt,zt,Ct,Mt,Rt=wt("./_library"),St=wt("./_global"),kt=wt("./_ctx"),xt=wt("./_classof"),Dt=wt("./_export"),yt=wt("./_is-object"),et=wt("./_a-function"),tt=wt("./_an-instance"),lt=wt("./_for-of"),ot=wt("./_species-constructor"),ut=wt("./_task").set,ct=wt("./_microtask")(),ft=wt("./_new-promise-capability"),gt=wt("./_perform"),Lt=wt("./_user-agent"),It=wt("./_promise-resolve"),Ut=St.TypeError,Ft=St.process,qt=Ft&&Ft.versions,te=qt&&qt.v8||"",Xt=St.Promise,he=xt(Ft)=="process",fe=function(){},Ce=zt=ft.f,Fe=!!function(){try{var ge=Xt.resolve(1),ue=(ge.constructor={})[wt("./_wks")("species")]=function(je){je(fe,fe)};return(he||typeof PromiseRejectionEvent=="function")&&ge.then(fe)instanceof ue&&te.indexOf("6.6")!==0&&Lt.indexOf("Chrome/66")===-1}catch(je){}}(),ze=function(ge){var ue;return!(!yt(ge)||typeof(ue=ge.then)!="function")&&ue},we=function(ge,ue){if(!ge._n){ge._n=!0;var je=ge._c;ct(function(){for(var Ne=ge._v,qe=ge._s==1,ke=0;je.length>ke;)(function(He){var Ae,Ie,Ge,ie=qe?He.ok:He.fail,Et=He.resolve,At=He.reject,Yt=He.domain;try{ie?(qe||(ge._h==2&&Jt(ge),ge._h=1),ie===!0?Ae=Ne:(Yt&&Yt.enter(),Ae=ie(Ne),Yt&&(Yt.exit(),Ge=!0)),Ae===He.promise?At(Ut("Promise-chain cycle")):(Ie=ze(Ae))?Ie.call(Ae,Et,At):Et(Ae)):At(Ne)}catch(oe){Yt&&!Ge&&Yt.exit(),At(oe)}})(je[ke++]);ge._c=[],ge._n=!1,ue&&!ge._h&&De(ge)})}},De=function(ge){ut.call(St,function(){var ue,je,Ne,qe=ge._v,ke=pe(ge);if(ke&&(ue=gt(function(){he?Ft.emit("unhandledRejection",qe,ge):(je=St.onunhandledrejection)?je({promise:ge,reason:qe}):(Ne=St.console)&&Ne.error&&Ne.error("Unhandled promise rejection",qe)}),ge._h=he||pe(ge)?2:1),ge._a=void 0,ke&&ue.e)throw ue.v})},pe=function(ge){return ge._h!==1&&(ge._a||ge._c).length===0},Jt=function(ge){ut.call(St,function(){var ue;he?Ft.emit("rejectionHandled",ge):(ue=St.onrejectionhandled)&&ue({promise:ge,reason:ge._v})})},re=function(ge){var ue=this;ue._d||(ue._d=!0,ue=ue._w||ue,ue._v=ge,ue._s=2,ue._a||(ue._a=ue._c.slice()),we(ue,!0))},se=function(ge){var ue,je=this;if(!je._d){je._d=!0,je=je._w||je;try{if(je===ge)throw Ut("Promise can't be resolved itself");(ue=ze(ge))?ct(function(){var Ne={_w:je,_d:!1};try{ue.call(ge,kt(se,Ne,1),kt(re,Ne,1))}catch(qe){re.call(Ne,qe)}}):(je._v=ge,je._s=1,we(je,!1))}catch(Ne){re.call({_w:je,_d:!1},Ne)}}};Fe||(Xt=function(ge){tt(this,Xt,"Promise","_h"),et(ge),Bt.call(this);try{ge(kt(se,this,1),kt(re,this,1))}catch(ue){re.call(this,ue)}},Bt=function(ge){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},Bt.prototype=wt("./_redefine-all")(Xt.prototype,{then:function(ge,ue){var je=Ce(ot(this,Xt));return je.ok=typeof ge!="function"||ge,je.fail=typeof ue=="function"&&ue,je.domain=he?Ft.domain:void 0,this._c.push(je),this._a&&this._a.push(je),this._s&&we(this,!1),je.promise},catch:function(ge){return this.then(void 0,ge)}}),Ct=function(){var ge=new Bt;this.promise=ge,this.resolve=kt(se,ge,1),this.reject=kt(re,ge,1)},ft.f=Ce=function(ge){return ge===Xt||ge===Mt?new Ct(ge):zt(ge)}),Dt(Dt.G+Dt.W+Dt.F*!Fe,{Promise:Xt}),wt("./_set-to-string-tag")(Xt,"Promise"),wt("./_set-species")("Promise"),Mt=wt("./_core").Promise,Dt(Dt.S+Dt.F*!Fe,"Promise",{reject:function(ge){var ue=Ce(this);return(0,ue.reject)(ge),ue.promise}}),Dt(Dt.S+Dt.F*(Rt||!Fe),"Promise",{resolve:function(ge){return It(Rt&&this===Mt?Xt:this,ge)}}),Dt(Dt.S+Dt.F*!(Fe&&wt("./_iter-detect")(function(ge){Xt.all(ge).catch(fe)})),"Promise",{all:function(ge){var ue=this,je=Ce(ue),Ne=je.resolve,qe=je.reject,ke=gt(function(){var He=[],Ae=0,Ie=1;lt(ge,!1,function(Ge){var ie=Ae++,Et=!1;He.push(void 0),Ie++,ue.resolve(Ge).then(function(At){Et||(Et=!0,He[ie]=At,--Ie||Ne(He))},qe)}),--Ie||Ne(He)});return ke.e&&qe(ke.v),je.promise},race:function(ge){var ue=this,je=Ce(ue),Ne=je.reject,qe=gt(function(){lt(ge,!1,function(ke){ue.resolve(ke).then(je.resolve,Ne)})});return qe.e&&Ne(qe.v),je.promise}})},{"./_a-function":58,"./_an-instance":60,"./_classof":63,"./_core":65,"./_ctx":67,"./_export":73,"./_for-of":75,"./_global":76,"./_is-object":85,"./_iter-detect":89,"./_library":92,"./_microtask":94,"./_new-promise-capability":95,"./_perform":109,"./_promise-resolve":110,"./_redefine-all":112,"./_set-species":114,"./_set-to-string-tag":115,"./_species-constructor":118,"./_task":120,"./_user-agent":128,"./_wks":131}],144:[function(wt,Qt,Vt){var Bt=wt("./_export"),zt=wt("./_to-absolute-index"),Ct=String.fromCharCode,Mt=String.fromCodePoint;Bt(Bt.S+Bt.F*(!!Mt&&Mt.length!=1),"String",{fromCodePoint:function(Rt){for(var St,kt=[],xt=arguments.length,Dt=0;xt>Dt;){if(St=+arguments[Dt++],zt(St,1114111)!==St)throw RangeError(St+" is not a valid code point");kt.push(St<65536?Ct(St):Ct(55296+((St-=65536)>>10),St%1024+56320))}return kt.join("")}})},{"./_export":73,"./_to-absolute-index":121}],145:[function(wt,Qt,Vt){"use strict";var Bt=wt("./_string-at")(!0);wt("./_iter-define")(String,"String",function(zt){this._t=String(zt),this._i=0},function(){var zt,Ct=this._t,Mt=this._i;return Mt>=Ct.length?{value:void 0,done:!0}:(zt=Bt(Ct,Mt),this._i+=zt.length,{value:zt,done:!1})})},{"./_iter-define":88,"./_string-at":119}],146:[function(wt,Qt,Vt){"use strict";var Bt=wt("./_global"),zt=wt("./_has"),Ct=wt("./_descriptors"),Mt=wt("./_export"),Rt=wt("./_redefine"),St=wt("./_meta").KEY,kt=wt("./_fails"),xt=wt("./_shared"),Dt=wt("./_set-to-string-tag"),yt=wt("./_uid"),et=wt("./_wks"),tt=wt("./_wks-ext"),lt=wt("./_wks-define"),ot=wt("./_enum-keys"),ut=wt("./_is-array"),ct=wt("./_an-object"),ft=wt("./_is-object"),gt=wt("./_to-iobject"),Lt=wt("./_to-primitive"),It=wt("./_property-desc"),Ut=wt("./_object-create"),Ft=wt("./_object-gopn-ext"),qt=wt("./_object-gopd"),te=wt("./_object-dp"),Xt=wt("./_object-keys"),he=qt.f,fe=te.f,Ce=Ft.f,Fe=Bt.Symbol,ze=Bt.JSON,we=ze&&ze.stringify,De=et("_hidden"),pe=et("toPrimitive"),Jt={}.propertyIsEnumerable,re=xt("symbol-registry"),se=xt("symbols"),ge=xt("op-symbols"),ue=Object.prototype,je=typeof Fe=="function",Ne=Bt.QObject,qe=!Ne||!Ne.prototype||!Ne.prototype.findChild,ke=Ct&&kt(function(){return Ut(fe({},"a",{get:function(){return fe(this,"a",{value:7}).a}})).a!=7})?function($t,jt,Gt){var ae=he(ue,jt);ae&&delete ue[jt],fe($t,jt,Gt),ae&&$t!==ue&&fe(ue,jt,ae)}:fe,He=function($t){var jt=se[$t]=Ut(Fe.prototype);return jt._k=$t,jt},Ae=je&&typeof Fe.iterator=="symbol"?function($t){return typeof $t=="symbol"}:function($t){return $t instanceof Fe},Ie=function($t,jt,Gt){return $t===ue&&Ie(ge,jt,Gt),ct($t),jt=Lt(jt,!0),ct(Gt),zt(se,jt)?(Gt.enumerable?(zt($t,De)&&$t[De][jt]&&($t[De][jt]=!1),Gt=Ut(Gt,{enumerable:It(0,!1)})):(zt($t,De)||fe($t,De,It(1,{})),$t[De][jt]=!0),ke($t,jt,Gt)):fe($t,jt,Gt)},Ge=function($t,jt){ct($t);for(var Gt,ae=ot(jt=gt(jt)),xe=0,Ke=ae.length;Ke>xe;)Ie($t,Gt=ae[xe++],jt[Gt]);return $t},ie=function($t,jt){return jt===void 0?Ut($t):Ge(Ut($t),jt)},Et=function($t){var jt=Jt.call(this,$t=Lt($t,!0));return!(this===ue&&zt(se,$t)&&!zt(ge,$t))&&(!(jt||!zt(this,$t)||!zt(se,$t)||zt(this,De)&&this[De][$t])||jt)},At=function($t,jt){if($t=gt($t),jt=Lt(jt,!0),$t!==ue||!zt(se,jt)||zt(ge,jt)){var Gt=he($t,jt);return!Gt||!zt(se,jt)||zt($t,De)&&$t[De][jt]||(Gt.enumerable=!0),Gt}},Yt=function($t){for(var jt,Gt=Ce(gt($t)),ae=[],xe=0;Gt.length>xe;)zt(se,jt=Gt[xe++])||jt==De||jt==St||ae.push(jt);return ae},oe=function($t){for(var jt,Gt=$t===ue,ae=Ce(Gt?ge:gt($t)),xe=[],Ke=0;ae.length>Ke;)!zt(se,jt=ae[Ke++])||Gt&&!zt(ue,jt)||xe.push(se[jt]);return xe};je||(Fe=function(){if(this instanceof Fe)throw TypeError("Symbol is not a constructor!");var $t=yt(arguments.length>0?arguments[0]:void 0),jt=function(Gt){this===ue&&jt.call(ge,Gt),zt(this,De)&&zt(this[De],$t)&&(this[De][$t]=!1),ke(this,$t,It(1,Gt))};return Ct&&qe&&ke(ue,$t,{configurable:!0,set:jt}),He($t)},Rt(Fe.prototype,"toString",function(){return this._k}),qt.f=At,te.f=Ie,wt("./_object-gopn").f=Ft.f=Yt,wt("./_object-pie").f=Et,wt("./_object-gops").f=oe,Ct&&!wt("./_library")&&Rt(ue,"propertyIsEnumerable",Et,!0),tt.f=function($t){return He(et($t))}),Mt(Mt.G+Mt.W+Mt.F*!je,{Symbol:Fe});for(var _t="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),Ot=0;_t.length>Ot;)et(_t[Ot++]);for(var Pt=Xt(et.store),Tt=0;Pt.length>Tt;)lt(Pt[Tt++]);Mt(Mt.S+Mt.F*!je,"Symbol",{for:function($t){return zt(re,$t+="")?re[$t]:re[$t]=Fe($t)},keyFor:function($t){if(!Ae($t))throw TypeError($t+" is not a symbol!");for(var jt in re)if(re[jt]===$t)return jt},useSetter:function(){qe=!0},useSimple:function(){qe=!1}}),Mt(Mt.S+Mt.F*!je,"Object",{create:ie,defineProperty:Ie,defineProperties:Ge,getOwnPropertyDescriptor:At,getOwnPropertyNames:Yt,getOwnPropertySymbols:oe}),ze&&Mt(Mt.S+Mt.F*(!je||kt(function(){var $t=Fe();return we([$t])!="[null]"||we({a:$t})!="{}"||we(Object($t))!="{}"})),"JSON",{stringify:function($t){for(var jt,Gt,ae=[$t],xe=1;arguments.length>xe;)ae.push(arguments[xe++]);if(Gt=jt=ae[1],(ft(jt)||$t!==void 0)&&!Ae($t))return ut(jt)||(jt=function(Ke,We){if(typeof Gt=="function"&&(We=Gt.call(this,Ke,We)),!Ae(We))return We}),ae[1]=jt,we.apply(ze,ae)}}),Fe.prototype[pe]||wt("./_hide")(Fe.prototype,pe,Fe.prototype.valueOf),Dt(Fe,"Symbol"),Dt(Math,"Math",!0),Dt(Bt.JSON,"JSON",!0)},{"./_an-object":61,"./_descriptors":69,"./_enum-keys":72,"./_export":73,"./_fails":74,"./_global":76,"./_has":77,"./_hide":78,"./_is-array":84,"./_is-object":85,"./_library":92,"./_meta":93,"./_object-create":97,"./_object-dp":98,"./_object-gopd":100,"./_object-gopn":102,"./_object-gopn-ext":101,"./_object-gops":103,"./_object-keys":106,"./_object-pie":107,"./_property-desc":111,"./_redefine":113,"./_set-to-string-tag":115,"./_shared":117,"./_to-iobject":123,"./_to-primitive":126,"./_uid":127,"./_wks":131,"./_wks-define":129,"./_wks-ext":130}],147:[function(wt,Qt,Vt){"use strict";var Bt=wt("./_export"),zt=wt("./_core"),Ct=wt("./_global"),Mt=wt("./_species-constructor"),Rt=wt("./_promise-resolve");Bt(Bt.P+Bt.R,"Promise",{finally:function(St){var kt=Mt(this,zt.Promise||Ct.Promise),xt=typeof St=="function";return this.then(xt?function(Dt){return Rt(kt,St()).then(function(){return Dt})}:St,xt?function(Dt){return Rt(kt,St()).then(function(){throw Dt})}:St)}})},{"./_core":65,"./_export":73,"./_global":76,"./_promise-resolve":110,"./_species-constructor":118}],148:[function(wt,Qt,Vt){"use strict";var Bt=wt("./_export"),zt=wt("./_new-promise-capability"),Ct=wt("./_perform");Bt(Bt.S,"Promise",{try:function(Mt){var Rt=zt.f(this),St=Ct(Mt);return(St.e?Rt.reject:Rt.resolve)(St.v),Rt.promise}})},{"./_export":73,"./_new-promise-capability":95,"./_perform":109}],149:[function(wt,Qt,Vt){wt("./_wks-define")("asyncIterator")},{"./_wks-define":129}],150:[function(wt,Qt,Vt){wt("./_wks-define")("observable")},{"./_wks-define":129}],151:[function(wt,Qt,Vt){wt("./es6.array.iterator");for(var Bt=wt("./_global"),zt=wt("./_hide"),Ct=wt("./_iterators"),Mt=wt("./_wks")("toStringTag"),Rt="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),St=0;St<Rt.length;St++){var kt=Rt[St],xt=Bt[kt],Dt=xt&&xt.prototype;Dt&&!Dt[Mt]&&zt(Dt,Mt,kt),Ct[kt]=Ct.Array}},{"./_global":76,"./_hide":78,"./_iterators":91,"./_wks":131,"./es6.array.iterator":134}],152:[function(wt,Qt,Vt){var Bt=wt("./_export"),zt=wt("./_task");Bt(Bt.G+Bt.B,{setImmediate:zt.set,clearImmediate:zt.clear})},{"./_export":73,"./_task":120}],153:[function(wt,Qt,Vt){(function(Bt){"use strict";function zt(Lt){return Array.isArray?Array.isArray(Lt):ct(Lt)==="[object Array]"}function Ct(Lt){return typeof Lt=="boolean"}function Mt(Lt){return Lt===null}function Rt(Lt){return Lt==null}function St(Lt){return typeof Lt=="number"}function kt(Lt){return typeof Lt=="string"}function xt(Lt){return(Lt===void 0?"undefined":(0,gt.default)(Lt))==="symbol"}function Dt(Lt){return Lt===void 0}function yt(Lt){return ct(Lt)==="[object RegExp]"}function et(Lt){return(Lt===void 0?"undefined":(0,gt.default)(Lt))==="object"&&Lt!==null}function tt(Lt){return ct(Lt)==="[object Date]"}function lt(Lt){return ct(Lt)==="[object Error]"||Lt instanceof Error}function ot(Lt){return typeof Lt=="function"}function ut(Lt){return Lt===null||typeof Lt=="boolean"||typeof Lt=="number"||typeof Lt=="string"||(Lt===void 0?"undefined":(0,gt.default)(Lt))==="symbol"||Lt===void 0}function ct(Lt){return Object.prototype.toString.call(Lt)}var ft=wt("babel-runtime/helpers/typeof"),gt=function(Lt){return Lt&&Lt.__esModule?Lt:{default:Lt}}(ft);Vt.isArray=zt,Vt.isBoolean=Ct,Vt.isNull=Mt,Vt.isNullOrUndefined=Rt,Vt.isNumber=St,Vt.isString=kt,Vt.isSymbol=xt,Vt.isUndefined=Dt,Vt.isRegExp=yt,Vt.isObject=et,Vt.isDate=tt,Vt.isError=lt,Vt.isFunction=ot,Vt.isPrimitive=ut,Vt.isBuffer=Bt.isBuffer}).call(this,{isBuffer:wt("../../is-buffer/index.js")})},{"../../is-buffer/index.js":163,"babel-runtime/helpers/typeof":32}],154:[function(wt,Qt,Vt){"use strict";var Bt=wt("babel-runtime/helpers/typeof"),zt=function(Ct){return Ct&&Ct.__esModule?Ct:{default:Ct}}(Bt);(function(Ct){function Mt(Dt,yt){for(Dt=String(Dt),yt=yt||2;Dt.length<yt;)Dt="0"+Dt;return Dt}function Rt(Dt){var yt=new Date(Dt.getFullYear(),Dt.getMonth(),Dt.getDate());yt.setDate(yt.getDate()-(yt.getDay()+6)%7+3);var et=new Date(yt.getFullYear(),0,4);et.setDate(et.getDate()-(et.getDay()+6)%7+3);var tt=yt.getTimezoneOffset()-et.getTimezoneOffset();yt.setHours(yt.getHours()-tt);var lt=(yt-et)/6048e5;return 1+Math.floor(lt)}function St(Dt){var yt=Dt.getDay();return yt===0&&(yt=7),yt}function kt(Dt){return Dt===null?"null":Dt===void 0?"undefined":(Dt===void 0?"undefined":(0,zt.default)(Dt))!=="object"?Dt===void 0?"undefined":(0,zt.default)(Dt):Array.isArray(Dt)?"array":{}.toString.call(Dt).slice(8,-1).toLowerCase()}var xt=function(){var Dt=/d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZWN]|'[^']*'|'[^']*'/g,yt=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,et=/[^-+\dA-Z]/g;return function(tt,lt,ot,ut){if(arguments.length!==1||kt(tt)!=="string"||/\d/.test(tt)||(lt=tt,tt=void 0),tt=tt||new Date,tt instanceof Date||(tt=new Date(tt)),isNaN(tt))throw TypeError("Invalid date");lt=String(xt.masks[lt]||lt||xt.masks.default);var ct=lt.slice(0,4);ct!=="UTC:"&&ct!=="GMT:"||(lt=lt.slice(4),ot=!0,ct==="GMT:"&&(ut=!0));var ft=ot?"getUTC":"get",gt=tt[ft+"Date"](),Lt=tt[ft+"Day"](),It=tt[ft+"Month"](),Ut=tt[ft+"FullYear"](),Ft=tt[ft+"Hours"](),qt=tt[ft+"Minutes"](),te=tt[ft+"Seconds"](),Xt=tt[ft+"Milliseconds"](),he=ot?0:tt.getTimezoneOffset(),fe=Rt(tt),Ce=St(tt),Fe={d:gt,dd:Mt(gt),ddd:xt.i18n.dayNames[Lt],dddd:xt.i18n.dayNames[Lt+7],m:It+1,mm:Mt(It+1),mmm:xt.i18n.monthNames[It],mmmm:xt.i18n.monthNames[It+12],yy:String(Ut).slice(2),yyyy:Ut,h:Ft%12||12,hh:Mt(Ft%12||12),H:Ft,HH:Mt(Ft),M:qt,MM:Mt(qt),s:te,ss:Mt(te),l:Mt(Xt,3),L:Mt(Math.round(Xt/10)),t:Ft<12?"a":"p",tt:Ft<12?"am":"pm",T:Ft<12?"A":"P",TT:Ft<12?"AM":"PM",Z:ut?"GMT":ot?"UTC":(String(tt).match(yt)||[""]).pop().replace(et,""),o:(he>0?"-":"+")+Mt(100*Math.floor(Math.abs(he)/60)+Math.abs(he)%60,4),S:["th","st","nd","rd"][gt%10>3?0:(gt%100-gt%10!=10)*gt%10],W:fe,N:Ce};return lt.replace(Dt,function(ze){return ze in Fe?Fe[ze]:ze.slice(1,ze.length-1)})}}();xt.masks={default:"ddd mmm dd yyyy HH:MM:ss",shortDate:"m/d/yy",mediumDate:"mmm d, yyyy",longDate:"mmmm d, yyyy",fullDate:"dddd, mmmm d, yyyy",shortTime:"h:MM TT",mediumTime:"h:MM:ss TT",longTime:"h:MM:ss TT Z",isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:sso",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'",expiresHeaderFormat:"ddd, dd mmm yyyy HH:MM:ss Z"},xt.i18n={dayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"]},typeof ee=="function"&&ee.amd?ee(function(){return xt}):(Vt===void 0?"undefined":(0,zt.default)(Vt))==="object"?Qt.exports=xt:Ct.dateFormat=xt})(void 0)},{"babel-runtime/helpers/typeof":32}],155:[function(wt,Qt,Vt){(function(Bt){function zt(){return!(typeof window=="undefined"||!window.process||window.process.type!=="renderer")||typeof document!="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator!="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function Ct(kt){var xt=this.useColors;if(kt[0]=(xt?"%c":"")+this.namespace+(xt?" %c":" ")+kt[0]+(xt?"%c ":" ")+"+"+Vt.humanize(this.diff),xt){var Dt="color: "+this.color;kt.splice(1,0,Dt,"color: inherit");var yt=0,et=0;kt[0].replace(/%[a-zA-Z%]/g,function(tt){tt!=="%%"&&(yt++,tt==="%c"&&(et=yt))}),kt.splice(et,0,Dt)}}function Mt(){return typeof console=="object"&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}function Rt(kt){try{kt==null?Vt.storage.removeItem("debug"):Vt.storage.debug=kt}catch(xt){}}function St(){var kt;try{kt=Vt.storage.debug}catch(xt){}return!kt&&Bt!==void 0&&"env"in Bt&&(kt=Bt.env.DEBUG),kt}Vt=Qt.exports=wt("./debug"),Vt.log=Mt,Vt.formatArgs=Ct,Vt.save=Rt,Vt.load=St,Vt.useColors=zt,Vt.storage=typeof chrome!="undefined"&&chrome.storage!==void 0?chrome.storage.local:function(){try{return window.localStorage}catch(kt){}}(),Vt.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],Vt.formatters.j=function(kt){try{return JSON.stringify(kt)}catch(xt){return"[UnexpectedJSONParseError]: "+xt.message}},Vt.enable(St())}).call(this,wt("_process"))},{"./debug":156,_process:173}],156:[function(wt,Qt,Vt){function Bt(xt){var Dt,yt=0;for(Dt in xt)yt=(yt<<5)-yt+xt.charCodeAt(Dt),yt|=0;return Vt.colors[Math.abs(yt)%Vt.colors.length]}function zt(xt){function Dt(){if(Dt.enabled){var yt=Dt,et=+new Date,tt=et-(kt||et);yt.diff=tt,yt.prev=kt,yt.curr=et,kt=et;for(var lt=new Array(arguments.length),ot=0;ot<lt.length;ot++)lt[ot]=arguments[ot];lt[0]=Vt.coerce(lt[0]),typeof lt[0]!="string"&&lt.unshift("%O");var ut=0;lt[0]=lt[0].replace(/%([a-zA-Z%])/g,function(ct,ft){if(ct==="%%")return ct;ut++;var gt=Vt.formatters[ft];if(typeof gt=="function"){var Lt=lt[ut];ct=gt.call(yt,Lt),lt.splice(ut,1),ut--}return ct}),Vt.formatArgs.call(yt,lt),(Dt.log||Vt.log||console.log.bind(console)).apply(yt,lt)}}return Dt.namespace=xt,Dt.enabled=Vt.enabled(xt),Dt.useColors=Vt.useColors(),Dt.color=Bt(xt),typeof Vt.init=="function"&&Vt.init(Dt),Dt}function Ct(xt){Vt.save(xt),Vt.names=[],Vt.skips=[];for(var Dt=(typeof xt=="string"?xt:"").split(/[\s,]+/),yt=Dt.length,et=0;et<yt;et++)Dt[et]&&(xt=Dt[et].replace(/\*/g,".*?"),xt[0]==="-"?Vt.skips.push(new RegExp("^"+xt.substr(1)+"$")):Vt.names.push(new RegExp("^"+xt+"$")))}function Mt(){Vt.enable("")}function Rt(xt){var Dt,yt;for(Dt=0,yt=Vt.skips.length;Dt<yt;Dt++)if(Vt.skips[Dt].test(xt))return!1;for(Dt=0,yt=Vt.names.length;Dt<yt;Dt++)if(Vt.names[Dt].test(xt))return!0;return!1}function St(xt){return xt instanceof Error?xt.stack||xt.message:xt}Vt=Qt.exports=zt.debug=zt.default=zt,Vt.coerce=St,Vt.disable=Mt,Vt.enable=Ct,Vt.enabled=Rt,Vt.humanize=wt("ms"),Vt.names=[],Vt.skips=[],Vt.formatters={};var kt},{ms:169}],157:[function(wt,Qt,Vt){"use strict";function Bt(Ct){var Mt=""+Ct,Rt=zt.exec(Mt);if(!Rt)return Mt;var St,kt="",xt=0,Dt=0;for(xt=Rt.index;xt<Mt.length;xt++){switch(Mt.charCodeAt(xt)){case 34:St="&quot;";break;case 38:St="&amp;";break;case 39:St="&#39;";break;case 60:St="&lt;";break;case 62:St="&gt;";break;default:continue}Dt!==xt&&(kt+=Mt.substring(Dt,xt)),Dt=xt+1,kt+=St}return Dt!==xt?kt+Mt.substring(Dt,xt):kt}var zt=/["'&<>]/;Qt.exports=Bt},{}],158:[function(wt,Qt,Vt){function Bt(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function zt(St){return typeof St=="function"}function Ct(St){return typeof St=="number"}function Mt(St){return typeof St=="object"&&St!==null}function Rt(St){return St===void 0}Qt.exports=Bt,Bt.EventEmitter=Bt,Bt.prototype._events=void 0,Bt.prototype._maxListeners=void 0,Bt.defaultMaxListeners=10,Bt.prototype.setMaxListeners=function(St){if(!Ct(St)||St<0||isNaN(St))throw TypeError("n must be a positive number");return this._maxListeners=St,this},Bt.prototype.emit=function(St){var kt,xt,Dt,yt,et,tt;if(this._events||(this._events={}),St==="error"&&(!this._events.error||Mt(this._events.error)&&!this._events.error.length)){if((kt=arguments[1])instanceof Error)throw kt;var lt=new Error('Uncaught, unspecified "error" event. ('+kt+")");throw lt.context=kt,lt}if(xt=this._events[St],Rt(xt))return!1;if(zt(xt))switch(arguments.length){case 1:xt.call(this);break;case 2:xt.call(this,arguments[1]);break;case 3:xt.call(this,arguments[1],arguments[2]);break;default:yt=Array.prototype.slice.call(arguments,1),xt.apply(this,yt)}else if(Mt(xt))for(yt=Array.prototype.slice.call(arguments,1),tt=xt.slice(),Dt=tt.length,et=0;et<Dt;et++)tt[et].apply(this,yt);return!0},Bt.prototype.addListener=function(St,kt){var xt;if(!zt(kt))throw TypeError("listener must be a function");return this._events||(this._events={}),this._events.newListener&&this.emit("newListener",St,zt(kt.listener)?kt.listener:kt),this._events[St]?Mt(this._events[St])?this._events[St].push(kt):this._events[St]=[this._events[St],kt]:this._events[St]=kt,Mt(this._events[St])&&!this._events[St].warned&&(xt=Rt(this._maxListeners)?Bt.defaultMaxListeners:this._maxListeners)&&xt>0&&this._events[St].length>xt&&(this._events[St].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[St].length),typeof console.trace=="function"&&console.trace()),this},Bt.prototype.on=Bt.prototype.addListener,Bt.prototype.once=function(St,kt){function xt(){this.removeListener(St,xt),Dt||(Dt=!0,kt.apply(this,arguments))}if(!zt(kt))throw TypeError("listener must be a function");var Dt=!1;return xt.listener=kt,this.on(St,xt),this},Bt.prototype.removeListener=function(St,kt){var xt,Dt,yt,et;if(!zt(kt))throw TypeError("listener must be a function");if(!this._events||!this._events[St])return this;if(xt=this._events[St],yt=xt.length,Dt=-1,xt===kt||zt(xt.listener)&&xt.listener===kt)delete this._events[St],this._events.removeListener&&this.emit("removeListener",St,kt);else if(Mt(xt)){for(et=yt;et-- >0;)if(xt[et]===kt||xt[et].listener&&xt[et].listener===kt){Dt=et;break}if(Dt<0)return this;xt.length===1?(xt.length=0,delete this._events[St]):xt.splice(Dt,1),this._events.removeListener&&this.emit("removeListener",St,kt)}return this},Bt.prototype.removeAllListeners=function(St){var kt,xt;if(!this._events)return this;if(!this._events.removeListener)return arguments.length===0?this._events={}:this._events[St]&&delete this._events[St],this;if(arguments.length===0){for(kt in this._events)kt!=="removeListener"&&this.removeAllListeners(kt);return this.removeAllListeners("removeListener"),this._events={},this}if(xt=this._events[St],zt(xt))this.removeListener(St,xt);else if(xt)for(;xt.length;)this.removeListener(St,xt[xt.length-1]);return delete this._events[St],this},Bt.prototype.listeners=function(St){return this._events&&this._events[St]?zt(this._events[St])?[this._events[St]]:this._events[St].slice():[]},Bt.prototype.listenerCount=function(St){if(this._events){var kt=this._events[St];if(zt(kt))return 1;if(kt)return kt.length}return 0},Bt.listenerCount=function(St,kt){return St.listenerCount(kt)}},{}],159:[function(wt,Qt,Vt){var Bt=wt("http"),zt=Qt.exports;for(var Ct in Bt)Bt.hasOwnProperty(Ct)&&(zt[Ct]=Bt[Ct]);zt.request=function(Mt,Rt){return Mt||(Mt={}),Mt.scheme="https",Mt.protocol="https:",Bt.request.call(this,Mt,Rt)}},{http:196}],160:[function(wt,Qt,Vt){"use strict";var Bt=wt("util"),zt=wt("ms");Qt.exports=function(Ct){if(typeof Ct=="number")return Ct;var Mt=zt(Ct);if(Mt===void 0){var Rt=new Error(Bt.format("humanize-ms(%j) result undefined",Ct));console.warn(Rt.stack)}return Mt}},{ms:169,util:207}],161:[function(wt,Qt,Vt){Vt.read=function(Bt,zt,Ct,Mt,Rt){var St,kt,xt=8*Rt-Mt-1,Dt=(1<<xt)-1,yt=Dt>>1,et=-7,tt=Ct?Rt-1:0,lt=Ct?-1:1,ot=Bt[zt+tt];for(tt+=lt,St=ot&(1<<-et)-1,ot>>=-et,et+=xt;et>0;St=256*St+Bt[zt+tt],tt+=lt,et-=8);for(kt=St&(1<<-et)-1,St>>=-et,et+=Mt;et>0;kt=256*kt+Bt[zt+tt],tt+=lt,et-=8);if(St===0)St=1-yt;else{if(St===Dt)return kt?NaN:1/0*(ot?-1:1);kt+=Math.pow(2,Mt),St-=yt}return(ot?-1:1)*kt*Math.pow(2,St-Mt)},Vt.write=function(Bt,zt,Ct,Mt,Rt,St){var kt,xt,Dt,yt=8*St-Rt-1,et=(1<<yt)-1,tt=et>>1,lt=Rt===23?Math.pow(2,-24)-Math.pow(2,-77):0,ot=Mt?0:St-1,ut=Mt?1:-1,ct=zt<0||zt===0&&1/zt<0?1:0;for(zt=Math.abs(zt),isNaN(zt)||zt===1/0?(xt=isNaN(zt)?1:0,kt=et):(kt=Math.floor(Math.log(zt)/Math.LN2),zt*(Dt=Math.pow(2,-kt))<1&&(kt--,Dt*=2),zt+=kt+tt>=1?lt/Dt:lt*Math.pow(2,1-tt),zt*Dt>=2&&(kt++,Dt/=2),kt+tt>=et?(xt=0,kt=et):kt+tt>=1?(xt=(zt*Dt-1)*Math.pow(2,Rt),kt+=tt):(xt=zt*Math.pow(2,tt-1)*Math.pow(2,Rt),kt=0));Rt>=8;Bt[Ct+ot]=255&xt,ot+=ut,xt/=256,Rt-=8);for(kt=kt<<Rt|xt,yt+=Rt;yt>0;Bt[Ct+ot]=255&kt,ot+=ut,kt/=256,yt-=8);Bt[Ct+ot-ut]|=128*ct}},{}],162:[function(wt,Qt,Vt){typeof Object.create=="function"?Qt.exports=function(Bt,zt){Bt.super_=zt,Bt.prototype=Object.create(zt.prototype,{constructor:{value:Bt,enumerable:!1,writable:!0,configurable:!0}})}:Qt.exports=function(Bt,zt){Bt.super_=zt;var Ct=function(){};Ct.prototype=zt.prototype,Bt.prototype=new Ct,Bt.prototype.constructor=Bt}},{}],163:[function(wt,Qt,Vt){function Bt(Ct){return!!Ct.constructor&&typeof Ct.constructor.isBuffer=="function"&&Ct.constructor.isBuffer(Ct)}function zt(Ct){return typeof Ct.readFloatLE=="function"&&typeof Ct.slice=="function"&&Bt(Ct.slice(0,0))}Qt.exports=function(Ct){return Ct!=null&&(Bt(Ct)||zt(Ct)||!!Ct._isBuffer)}},{}],164:[function(wt,Qt,Vt){(function(Bt){function zt(Rt){return Mt.call(Rt).replace(/^[^{]*{\s*/,"").replace(/\s*}[^}]*$/,"")}function Ct(Rt){return typeof Rt=="function"&&(/^class(\s|\{\}$)/.test(Mt.call(Rt))||/^.*classCallCheck\(/.test(zt(Rt)))}var Mt=Function.prototype.toString;Vt!==void 0?(Qt!==void 0&&Qt.exports&&(Vt=Qt.exports=Ct),Vt.isClass=Ct):typeof ee=="function"&&ee.amd?ee([],function(){return Ct}):Bt.isClass=Ct})(this)},{}],165:[function(wt,Qt,Vt){"use strict";function Bt(St){var kt=St.slice(2);return kt=kt[0].toLowerCase()+kt.slice(1)}var zt=wt("core-util-is"),Ct=wt("isstream"),Mt=wt("is-class");Object.keys(zt).map(function(St){Vt[Bt(St)]=zt[St]}),Vt.stream=Ct,Vt.readableStream=Ct.isReadable,Vt.writableStream=Ct.isWritable,Vt.duplexStream=Ct.isDuplex,Vt.class=Mt,Vt.finite=function(St){return Number.isFinite(St)},Vt.NaN=function(St){return Number.isNaN(St)},Vt.generator=function(St){return St&&typeof St.next=="function"&&typeof St.throw=="function"},Vt.generatorFunction=function(St){return St&&St.constructor&&St.constructor.name==="GeneratorFunction"},Vt.asyncFunction=function(St){return St&&St.constructor&&St.constructor.name==="AsyncFunction"},Vt.promise=function(St){return St&&typeof St.then=="function"};var Rt=Math.pow(2,31);Vt.int=function(St){return zt.isNumber(St)&&St%1==0},Vt.int32=function(St){return Vt.int(St)&&St<Rt&&St>=-Rt},Vt.long=function(St){return Vt.int(St)&&(St>=Rt||St<-Rt)},Vt.Long=function(St){return Vt.object(St)&&Vt.number(St.high)&&Vt.number(St.low)},Vt.double=function(St){return zt.isNumber(St)&&!isNaN(St)&&St%1!=0},Vt.date=function(St){return St instanceof Date},Vt.regExp=function(St){return St instanceof RegExp},Vt.regexp=Vt.regExp,Vt.error=function(St){return St instanceof Error},Vt.array=function(St){return Array.isArray(St)}},{"core-util-is":153,"is-class":164,isstream:167}],166:[function(wt,Qt,Vt){var Bt={}.toString;Qt.exports=Array.isArray||function(zt){return Bt.call(zt)=="[object Array]"}},{}],167:[function(wt,Qt,Vt){function Bt(St){return St instanceof Rt.Stream}function zt(St){return Bt(St)&&typeof St._read=="function"&&typeof St._readableState=="object"}function Ct(St){return Bt(St)&&typeof St._write=="function"&&typeof St._writableState=="object"}function Mt(St){return zt(St)&&Ct(St)}var Rt=wt("stream");Qt.exports=Bt,Qt.exports.isReadable=zt,Qt.exports.isWritable=Ct,Qt.exports.isDuplex=Mt},{stream:195}],168:[function(wt,Qt,Vt){"use strict";function Bt(Ct,Mt,Rt){if(!Ct)throw new TypeError("argument dest is required");if(!Mt)throw new TypeError("argument src is required");return Rt===void 0&&(Rt=!0),Object.getOwnPropertyNames(Mt).forEach(function(St){if(Rt||!zt.call(Ct,St)){var kt=Object.getOwnPropertyDescriptor(Mt,St);Object.defineProperty(Ct,St,kt)}}),Ct}Qt.exports=Bt;var zt=Object.prototype.hasOwnProperty},{}],169:[function(wt,Qt,Vt){function Bt(yt){if(yt=String(yt),!(yt.length>100)){var et=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(yt);if(et){var tt=parseFloat(et[1]);switch((et[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return tt*Dt;case"days":case"day":case"d":return tt*xt;case"hours":case"hour":case"hrs":case"hr":case"h":return tt*kt;case"minutes":case"minute":case"mins":case"min":case"m":return tt*St;case"seconds":case"second":case"secs":case"sec":case"s":return tt*Rt;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return tt;default:return}}}}function zt(yt){return yt>=xt?Math.round(yt/xt)+"d":yt>=kt?Math.round(yt/kt)+"h":yt>=St?Math.round(yt/St)+"m":yt>=Rt?Math.round(yt/Rt)+"s":yt+"ms"}function Ct(yt){return Mt(yt,xt,"day")||Mt(yt,kt,"hour")||Mt(yt,St,"minute")||Mt(yt,Rt,"second")||yt+" ms"}function Mt(yt,et,tt){if(!(yt<et))return yt<1.5*et?Math.floor(yt/et)+" "+tt:Math.ceil(yt/et)+" "+tt+"s"}var Rt=1e3,St=60*Rt,kt=60*St,xt=24*kt,Dt=365.25*xt;Qt.exports=function(yt,et){et=et||{};var tt=typeof yt;if(tt==="string"&&yt.length>0)return Bt(yt);if(tt==="number"&&isNaN(yt)===!1)return et.long?Ct(yt):zt(yt);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(yt))}},{}],170:[function(wt,Qt,Vt){(function(Bt){function zt(St,kt){for(var xt=0,Dt=St.length-1;Dt>=0;Dt--){var yt=St[Dt];yt==="."?St.splice(Dt,1):yt===".."?(St.splice(Dt,1),xt++):xt&&(St.splice(Dt,1),xt--)}if(kt)for(;xt--;xt)St.unshift("..");return St}function Ct(St){typeof St!="string"&&(St+="");var kt,xt=0,Dt=-1,yt=!0;for(kt=St.length-1;kt>=0;--kt)if(St.charCodeAt(kt)===47){if(!yt){xt=kt+1;break}}else Dt===-1&&(yt=!1,Dt=kt+1);return Dt===-1?"":St.slice(xt,Dt)}function Mt(St,kt){if(St.filter)return St.filter(kt);for(var xt=[],Dt=0;Dt<St.length;Dt++)kt(St[Dt],Dt,St)&&xt.push(St[Dt]);return xt}Vt.resolve=function(){for(var St="",kt=!1,xt=arguments.length-1;xt>=-1&&!kt;xt--){var Dt=xt>=0?arguments[xt]:Bt.cwd();if(typeof Dt!="string")throw new TypeError("Arguments to path.resolve must be strings");Dt&&(St=Dt+"/"+St,kt=Dt.charAt(0)==="/")}return St=zt(Mt(St.split("/"),function(yt){return!!yt}),!kt).join("/"),(kt?"/":"")+St||"."},Vt.normalize=function(St){var kt=Vt.isAbsolute(St),xt=Rt(St,-1)==="/";return St=zt(Mt(St.split("/"),function(Dt){return!!Dt}),!kt).join("/"),St||kt||(St="."),St&&xt&&(St+="/"),(kt?"/":"")+St},Vt.isAbsolute=function(St){return St.charAt(0)==="/"},Vt.join=function(){var St=Array.prototype.slice.call(arguments,0);return Vt.normalize(Mt(St,function(kt,xt){if(typeof kt!="string")throw new TypeError("Arguments to path.join must be strings");return kt}).join("/"))},Vt.relative=function(St,kt){function xt(ut){for(var ct=0;ct<ut.length&&ut[ct]==="";ct++);for(var ft=ut.length-1;ft>=0&&ut[ft]==="";ft--);return ct>ft?[]:ut.slice(ct,ft-ct+1)}St=Vt.resolve(St).substr(1),kt=Vt.resolve(kt).substr(1);for(var Dt=xt(St.split("/")),yt=xt(kt.split("/")),et=Math.min(Dt.length,yt.length),tt=et,lt=0;lt<et;lt++)if(Dt[lt]!==yt[lt]){tt=lt;break}for(var ot=[],lt=tt;lt<Dt.length;lt++)ot.push("..");return ot=ot.concat(yt.slice(tt)),ot.join("/")},Vt.sep="/",Vt.delimiter=":",Vt.dirname=function(St){if(typeof St!="string"&&(St+=""),St.length===0)return".";for(var kt=St.charCodeAt(0),xt=kt===47,Dt=-1,yt=!0,et=St.length-1;et>=1;--et)if((kt=St.charCodeAt(et))===47){if(!yt){Dt=et;break}}else yt=!1;return Dt===-1?xt?"/":".":xt&&Dt===1?"/":St.slice(0,Dt)},Vt.basename=function(St,kt){var xt=Ct(St);return kt&&xt.substr(-1*kt.length)===kt&&(xt=xt.substr(0,xt.length-kt.length)),xt},Vt.extname=function(St){typeof St!="string"&&(St+="");for(var kt=-1,xt=0,Dt=-1,yt=!0,et=0,tt=St.length-1;tt>=0;--tt){var lt=St.charCodeAt(tt);if(lt!==47)Dt===-1&&(yt=!1,Dt=tt+1),lt===46?kt===-1?kt=tt:et!==1&&(et=1):kt!==-1&&(et=-1);else if(!yt){xt=tt+1;break}}return kt===-1||Dt===-1||et===0||et===1&&kt===Dt-1&&kt===xt+1?"":St.slice(kt,Dt)};var Rt=function(St,kt,xt){return St.substr(kt,xt)}}).call(this,wt("_process"))},{_process:173}],171:[function(wt,Qt,Vt){(function(Bt){(function(){"use strict";function zt(te){return te=String(te),te.charAt(0).toUpperCase()+te.slice(1)}function Ct(te,Xt,he){var fe={"10.0":"10",6.4:"10 Technical Preview",6.3:"8.1",6.2:"8",6.1:"Server 2008 R2 / 7","6.0":"Server 2008 / Vista",5.2:"Server 2003 / XP 64-bit",5.1:"XP",5.01:"2000 SP1","5.0":"2000","4.0":"NT","4.90":"ME"};return Xt&&he&&/^Win/i.test(te)&&!/^Windows Phone /i.test(te)&&(fe=fe[/[\d.]+$/.exec(te)])&&(te="Windows "+fe),te=String(te),Xt&&he&&(te=te.replace(RegExp(Xt,"i"),he)),te=Rt(te.replace(/ ce$/i," CE").replace(/\bhpw/i,"web").replace(/\bMacintosh\b/,"Mac OS").replace(/_PowerPC\b/i," OS").replace(/\b(OS X) [^ \d]+/i,"$1").replace(/\bMac (OS X)\b/,"$1").replace(/\/(\d)/," $1").replace(/_/g,".").replace(/(?: BePC|[ .]*fc[ \d.]+)$/i,"").replace(/\bx86\.64\b/gi,"x86_64").replace(/\b(Windows Phone) OS\b/,"$1").replace(/\b(Chrome OS \w+) [\d.]+\b/,"$1").split(" on ")[0])}function Mt(te,Xt){var he=-1,fe=te?te.length:0;if(typeof fe=="number"&&fe>-1&&fe<=gt)for(;++he<fe;)Xt(te[he],he,te);else St(te,Xt)}function Rt(te){return te=et(te),/^(?:webOS|i(?:OS|P))/.test(te)?te:zt(te)}function St(te,Xt){for(var he in te)Ut.call(te,he)&&Xt(te[he],he,te)}function kt(te){return te==null?zt(te):Ft.call(te).slice(8,-1)}function xt(te,Xt){var he=te!=null?typeof te[Xt]:"number";return!(/^(?:boolean|number|string|undefined)$/.test(he)||he=="object"&&!te[Xt])}function Dt(te){return String(te).replace(/([ -])(?!$)/g,"$1?")}function yt(te,Xt){var he=null;return Mt(te,function(fe,Ce){he=Xt(he,fe,Ce,te)}),he}function et(te){return String(te).replace(/^ +| +$/g,"")}function tt(te){function Xt($t){return yt($t,function(jt,Gt){var ae=Gt.pattern||Dt(Gt);return!jt&&(jt=RegExp("\\b"+ae+" *\\d+[.\\w_]*","i").exec(te)||RegExp("\\b"+ae+" *\\w+-[\\w]*","i").exec(te)||RegExp("\\b"+ae+"(?:; *(?:[a-z]+[_-])?[a-z]+\\d+|[^ ();-]*)","i").exec(te))&&((jt=String(Gt.label&&!RegExp(ae,"i").test(Gt.label)?Gt.label:jt).split("/"))[1]&&!/[\d.]+/.test(jt[0])&&(jt[0]+=" "+jt[1]),Gt=Gt.label||Gt,jt=Rt(jt[0].replace(RegExp(ae,"i"),Gt).replace(RegExp("; *(?:"+Gt+"[_-])?","i")," ").replace(RegExp("("+Gt+")[-_.]?(\\w)","i"),"$1 $2"))),jt})}function he(){return this.description||""}var fe=ot,Ce=te&&typeof te=="object"&&kt(te)!="String";Ce&&(fe=te,te=null);var Fe=fe.navigator||{},ze=Fe.userAgent||"";te||(te=ze);var we,De,pe=Ce?!!Fe.likeChrome:/\bChrome\b/.test(te)&&!/internal|\n/i.test(Ft.toString()),Jt=Ce?"Object":"ScriptBridgingProxyObject",re=Ce?"Object":"Environment",se=Ce&&fe.java?"JavaPackage":kt(fe.java),ge=Ce?"Object":"RuntimeObject",ue=/\bJava/.test(se)&&fe.java,je=ue&&kt(fe.environment)==re,Ne=ue?"a":"\u4F2A",qe=ue?"b":"\u5C3E",ke=fe.document||{},He=fe.operamini||fe.opera,Ae=Lt.test(Ae=Ce&&He?He["[[Class]]"]:kt(He))?Ae:He=null,Ie=te,Ge=[],ie=null,Et=te==ze,At=Et&&He&&typeof He.version=="function"&&He.version(),Yt=function($t){return yt($t,function(jt,Gt){return jt||RegExp("\\b"+(Gt.pattern||Dt(Gt))+"\\b","i").exec(te)&&(Gt.label||Gt)})}([{label:"EdgeHTML",pattern:"Edge"},"Trident",{label:"WebKit",pattern:"AppleWebKit"},"iCab","Presto","NetFront","Tasman","KHTML","Gecko"]),oe=function($t){return yt($t,function(jt,Gt){return jt||RegExp("\\b"+(Gt.pattern||Dt(Gt))+"\\b","i").exec(te)&&(Gt.label||Gt)})}(["Adobe AIR","Arora","Avant Browser","Breach","Camino","Electron","Epiphany","Fennec","Flock","Galeon","GreenBrowser","iCab","Iceweasel","K-Meleon","Konqueror","Lunascape","Maxthon",{label:"Microsoft Edge",pattern:"Edge"},"Midori","Nook Browser","PaleMoon","PhantomJS","Raven","Rekonq","RockMelt",{label:"Samsung Internet",pattern:"SamsungBrowser"},"SeaMonkey",{label:"Silk",pattern:"(?:Cloud9|Silk-Accelerated)"},"Sleipnir","SlimBrowser",{label:"SRWare Iron",pattern:"Iron"},"Sunrise","Swiftfox","Waterfox","WebPositive","Opera Mini",{label:"Opera Mini",pattern:"OPiOS"},"Opera",{label:"Opera",pattern:"OPR"},"Chrome",{label:"Chrome Mobile",pattern:"(?:CriOS|CrMo)"},{label:"Firefox",pattern:"(?:Firefox|Minefield)"},{label:"Firefox for iOS",pattern:"FxiOS"},{label:"IE",pattern:"IEMobile"},{label:"IE",pattern:"MSIE"},"Safari"]),_t=Xt([{label:"BlackBerry",pattern:"BB10"},"BlackBerry",{label:"Galaxy S",pattern:"GT-I9000"},{label:"Galaxy S2",pattern:"GT-I9100"},{label:"Galaxy S3",pattern:"GT-I9300"},{label:"Galaxy S4",pattern:"GT-I9500"},{label:"Galaxy S5",pattern:"SM-G900"},{label:"Galaxy S6",pattern:"SM-G920"},{label:"Galaxy S6 Edge",pattern:"SM-G925"},{label:"Galaxy S7",pattern:"SM-G930"},{label:"Galaxy S7 Edge",pattern:"SM-G935"},"Google TV","Lumia","iPad","iPod","iPhone","Kindle",{label:"Kindle Fire",pattern:"(?:Cloud9|Silk-Accelerated)"},"Nexus","Nook","PlayBook","PlayStation Vita","PlayStation","TouchPad","Transformer",{label:"Wii U",pattern:"WiiU"},"Wii","Xbox One",{label:"Xbox 360",pattern:"Xbox"},"Xoom"]),Ot=function($t){return yt($t,function(jt,Gt,ae){return jt||(Gt[_t]||Gt[/^[a-z]+(?: +[a-z]+\b)*/i.exec(_t)]||RegExp("\\b"+Dt(ae)+"(?:\\b|\\w*\\d)","i").exec(te))&&ae})}({Apple:{iPad:1,iPhone:1,iPod:1},Archos:{},Amazon:{Kindle:1,"Kindle Fire":1},Asus:{Transformer:1},"Barnes & Noble":{Nook:1},BlackBerry:{PlayBook:1},Google:{"Google TV":1,Nexus:1},HP:{TouchPad:1},HTC:{},LG:{},Microsoft:{Xbox:1,"Xbox One":1},Motorola:{Xoom:1},Nintendo:{"Wii U":1,Wii:1},Nokia:{Lumia:1},Samsung:{"Galaxy S":1,"Galaxy S2":1,"Galaxy S3":1,"Galaxy S4":1},Sony:{PlayStation:1,"PlayStation Vita":1}}),Pt=function($t){return yt($t,function(jt,Gt){var ae=Gt.pattern||Dt(Gt);return!jt&&(jt=RegExp("\\b"+ae+"(?:/[\\d.]+|[ \\w.]*)","i").exec(te))&&(jt=Ct(jt,ae,Gt.label||Gt)),jt})}(["Windows Phone","Android","CentOS",{label:"Chrome OS",pattern:"CrOS"},"Debian","Fedora","FreeBSD","Gentoo","Haiku","Kubuntu","Linux Mint","OpenBSD","Red Hat","SuSE","Ubuntu","Xubuntu","Cygwin","Symbian OS","hpwOS","webOS ","webOS","Tablet OS","Tizen","Linux","Mac OS X","Macintosh","Mac","Windows 98;","Windows "]);if(Yt&&(Yt=[Yt]),Ot&&!_t&&(_t=Xt([Ot])),(we=/\bGoogle TV\b/.exec(_t))&&(_t=we[0]),/\bSimulator\b/i.test(te)&&(_t=(_t?_t+" ":"")+"Simulator"),oe=="Opera Mini"&&/\bOPiOS\b/.test(te)&&Ge.push("running in Turbo/Uncompressed mode"),oe=="IE"&&/\blike iPhone OS\b/.test(te)?(we=tt(te.replace(/like iPhone OS/,"")),Ot=we.manufacturer,_t=we.product):/^iP/.test(_t)?(oe||(oe="Safari"),Pt="iOS"+((we=/ OS ([\d_]+)/i.exec(te))?" "+we[1].replace(/_/g,"."):"")):oe!="Konqueror"||/buntu/i.test(Pt)?Ot&&Ot!="Google"&&(/Chrome/.test(oe)&&!/\bMobile Safari\b/i.test(te)||/\bVita\b/.test(_t))||/\bAndroid\b/.test(Pt)&&/^Chrome/.test(oe)&&/\bVersion\//i.test(te)?(oe="Android Browser",Pt=/\bAndroid\b/.test(Pt)?Pt:"Android"):oe=="Silk"?(/\bMobi/i.test(te)||(Pt="Android",Ge.unshift("desktop mode")),/Accelerated *= *true/i.test(te)&&Ge.unshift("accelerated")):oe=="PaleMoon"&&(we=/\bFirefox\/([\d.]+)\b/.exec(te))?Ge.push("identifying as Firefox "+we[1]):oe=="Firefox"&&(we=/\b(Mobile|Tablet|TV)\b/i.exec(te))?(Pt||(Pt="Firefox OS"),_t||(_t=we[1])):!oe||(we=!/\bMinefield\b/i.test(te)&&/\b(?:Firefox|Safari)\b/.exec(oe))?(oe&&!_t&&/[\/,]|^[^(]+?\)/.test(te.slice(te.indexOf(we+"/")+8))&&(oe=null),(we=_t||Ot||Pt)&&(_t||Ot||/\b(?:Android|Symbian OS|Tablet OS|webOS)\b/.test(Pt))&&(oe=/[a-z]+(?: Hat)?/i.exec(/\bAndroid\b/.test(Pt)?Pt:we)+" Browser")):oe=="Electron"&&(we=(/\bChrome\/([\d.]+)\b/.exec(te)||0)[1])&&Ge.push("Chromium "+we):Pt="Kubuntu",At||(At=function($t){return yt($t,function(jt,Gt){return jt||(RegExp(Gt+"(?:-[\\d.]+/|(?: for [\\w-]+)?[ /-])([\\d.]+[^ ();/_-]*)","i").exec(te)||0)[1]||null})}(["(?:Cloud9|CriOS|CrMo|Edge|FxiOS|IEMobile|Iron|Opera ?Mini|OPiOS|OPR|Raven|SamsungBrowser|Silk(?!/[\\d.]+$))","Version",Dt(oe),"(?:Firefox|Minefield|NetFront)"])),(we=Yt=="iCab"&&parseFloat(At)>3&&"WebKit"||/\bOpera\b/.test(oe)&&(/\bOPR\b/.test(te)?"Blink":"Presto")||/\b(?:Midori|Nook|Safari)\b/i.test(te)&&!/^(?:Trident|EdgeHTML)$/.test(Yt)&&"WebKit"||!Yt&&/\bMSIE\b/i.test(te)&&(Pt=="Mac OS"?"Tasman":"Trident")||Yt=="WebKit"&&/\bPlayStation\b(?! Vita\b)/i.test(oe)&&"NetFront")&&(Yt=[we]),oe=="IE"&&(we=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(te)||0)[1])?(oe+=" Mobile",Pt="Windows Phone "+(/\+$/.test(we)?we:we+".x"),Ge.unshift("desktop mode")):/\bWPDesktop\b/i.test(te)?(oe="IE Mobile",Pt="Windows Phone 8.x",Ge.unshift("desktop mode"),At||(At=(/\brv:([\d.]+)/.exec(te)||0)[1])):oe!="IE"&&Yt=="Trident"&&(we=/\brv:([\d.]+)/.exec(te))&&(oe&&Ge.push("identifying as "+oe+(At?" "+At:"")),oe="IE",At=we[1]),Et){if(xt(fe,"global"))if(ue&&(we=ue.lang.System,Ie=we.getProperty("os.arch"),Pt=Pt||we.getProperty("os.name")+" "+we.getProperty("os.version")),je){try{At=fe.require("ringo/engine").version.join("."),oe="RingoJS"}catch($t){(we=fe.system)&&we.global.system==fe.system&&(oe="Narwhal",Pt||(Pt=we[0].os||null))}oe||(oe="Rhino")}else typeof fe.process=="object"&&!fe.process.browser&&(we=fe.process)&&(typeof we.versions=="object"&&(typeof we.versions.electron=="string"?(Ge.push("Node "+we.versions.node),oe="Electron",At=we.versions.electron):typeof we.versions.nw=="string"&&(Ge.push("Chromium "+At,"Node "+we.versions.node),oe="NW.js",At=we.versions.nw)),oe||(oe="Node.js",Ie=we.arch,Pt=we.platform,At=/[\d.]+/.exec(we.version),At=At?At[0]:null));else kt(we=fe.runtime)==Jt?(oe="Adobe AIR",Pt=we.flash.system.Capabilities.os):kt(we=fe.phantom)==ge?(oe="PhantomJS",At=(we=we.version||null)&&we.major+"."+we.minor+"."+we.patch):typeof ke.documentMode=="number"&&(we=/\bTrident\/(\d+)/i.exec(te))?(At=[At,ke.documentMode],(we=+we[1]+4)!=At[1]&&(Ge.push("IE "+At[1]+" mode"),Yt&&(Yt[1]=""),At[1]=we),At=oe=="IE"?String(At[1].toFixed(1)):At[0]):typeof ke.documentMode=="number"&&/^(?:Chrome|Firefox)\b/.test(oe)&&(Ge.push("masking as "+oe+" "+At),oe="IE",At="11.0",Yt=["Trident"],Pt="Windows");Pt=Pt&&Rt(Pt)}if(At&&(we=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(At)||/(?:alpha|beta)(?: ?\d)?/i.exec(te+";"+(Et&&Fe.appMinorVersion))||/\bMinefield\b/i.test(te)&&"a")&&(ie=/b/i.test(we)?"beta":"alpha",At=At.replace(RegExp(we+"\\+?$"),"")+(ie=="beta"?qe:Ne)+(/\d+\+?/.exec(we)||"")),oe=="Fennec"||oe=="Firefox"&&/\b(?:Android|Firefox OS)\b/.test(Pt))oe="Firefox Mobile";else if(oe=="Maxthon"&&At)At=At.replace(/\.[\d.]+/,".x");else if(/\bXbox\b/i.test(_t))_t=="Xbox 360"&&(Pt=null),_t=="Xbox 360"&&/\bIEMobile\b/.test(te)&&Ge.unshift("mobile mode");else if(!/^(?:Chrome|IE|Opera)$/.test(oe)&&(!oe||_t||/Browser|Mobi/.test(oe))||Pt!="Windows CE"&&!/Mobi/i.test(te))if(oe=="IE"&&Et)try{fe.external===null&&Ge.unshift("platform preview")}catch($t){Ge.unshift("embedded")}else(/\bBlackBerry\b/.test(_t)||/\bBB10\b/.test(te))&&(we=(RegExp(_t.replace(/ +/g," *")+"/([.\\d]+)","i").exec(te)||0)[1]||At)?(we=[we,/BB10/.test(te)],Pt=(we[1]?(_t=null,Ot="BlackBerry"):"Device Software")+" "+we[0],At=null):this!=St&&_t!="Wii"&&(Et&&He||/Opera/.test(oe)&&/\b(?:MSIE|Firefox)\b/i.test(te)||oe=="Firefox"&&/\bOS X (?:\d+\.){2,}/.test(Pt)||oe=="IE"&&(Pt&&!/^Win/.test(Pt)&&At>5.5||/\bWindows XP\b/.test(Pt)&&At>8||At==8&&!/\bTrident\b/.test(te)))&&!Lt.test(we=tt.call(St,te.replace(Lt,"")+";"))&&we.name&&(we="ing as "+we.name+((we=we.version)?" "+we:""),Lt.test(oe)?(/\bIE\b/.test(we)&&Pt=="Mac OS"&&(Pt=null),we="identify"+we):(we="mask"+we,oe=Ae?Rt(Ae.replace(/([a-z])([A-Z])/g,"$1 $2")):"Opera",/\bIE\b/.test(we)&&(Pt=null),Et||(At=null)),Yt=["Presto"],Ge.push(we));else oe+=" Mobile";(we=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(te)||0)[1])&&(we=[parseFloat(we.replace(/\.(\d)$/,".0$1")),we],oe=="Safari"&&we[1].slice(-1)=="+"?(oe="WebKit Nightly",ie="alpha",At=we[1].slice(0,-1)):At!=we[1]&&At!=(we[2]=(/\bSafari\/([\d.]+\+?)/i.exec(te)||0)[1])||(At=null),we[1]=(/\bChrome\/([\d.]+)/i.exec(te)||0)[1],we[0]==537.36&&we[2]==537.36&&parseFloat(we[1])>=28&&Yt=="WebKit"&&(Yt=["Blink"]),Et&&(pe||we[1])?(Yt&&(Yt[1]="like Chrome"),we=we[1]||(we=we[0],we<530?1:we<532?2:we<532.05?3:we<533?4:we<534.03?5:we<534.07?6:we<534.1?7:we<534.13?8:we<534.16?9:we<534.24?10:we<534.3?11:we<535.01?12:we<535.02?"13+":we<535.07?15:we<535.11?16:we<535.19?17:we<536.05?18:we<536.1?19:we<537.01?20:we<537.11?"21+":we<537.13?23:we<537.18?24:we<537.24?25:we<537.36?26:Yt!="Blink"?"27":"28")):(Yt&&(Yt[1]="like Safari"),we=we[0],we=we<400?1:we<500?2:we<526?3:we<533?4:we<534?"4+":we<535?5:we<537?6:we<538?7:we<601?8:"8"),Yt&&(Yt[1]+=" "+(we+=typeof we=="number"?".x":/[.+]/.test(we)?"":"+")),oe=="Safari"&&(!At||parseInt(At)>45)&&(At=we)),oe=="Opera"&&(we=/\bzbov|zvav$/.exec(Pt))?(oe+=" ",Ge.unshift("desktop mode"),we=="zvav"?(oe+="Mini",At=null):oe+="Mobile",Pt=Pt.replace(RegExp(" *"+we+"$"),"")):oe=="Safari"&&/\bChrome\b/.exec(Yt&&Yt[1])&&(Ge.unshift("desktop mode"),oe="Chrome Mobile",At=null,/\bOS X\b/.test(Pt)?(Ot="Apple",Pt="iOS 4.3+"):Pt=null),At&&At.indexOf(we=/[\d.]+$/.exec(Pt))==0&&te.indexOf("/"+we+"-")>-1&&(Pt=et(Pt.replace(we,""))),Yt&&!/\b(?:Avant|Nook)\b/.test(oe)&&(/Browser|Lunascape|Maxthon/.test(oe)||oe!="Safari"&&/^iOS/.test(Pt)&&/\bSafari\b/.test(Yt[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Samsung Internet|Sleipnir|Web)/.test(oe)&&Yt[1])&&(we=Yt[Yt.length-1])&&Ge.push(we),Ge.length&&(Ge=["("+Ge.join("; ")+")"]),Ot&&_t&&_t.indexOf(Ot)<0&&Ge.push("on "+Ot),_t&&Ge.push((/^on /.test(Ge[Ge.length-1])?"":"on ")+_t),Pt&&(we=/ ([\d.+]+)$/.exec(Pt),De=we&&Pt.charAt(Pt.length-we[0].length-1)=="/",Pt={architecture:32,family:we&&!De?Pt.replace(we[0],""):Pt,version:we?we[1]:null,toString:function(){var $t=this.version;return this.family+($t&&!De?" "+$t:"")+(this.architecture==64?" 64-bit":"")}}),(we=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(Ie))&&!/\bi686\b/i.test(Ie)?(Pt&&(Pt.architecture=64,Pt.family=Pt.family.replace(RegExp(" *"+we),"")),oe&&(/\bWOW64\b/i.test(te)||Et&&/\w(?:86|32)$/.test(Fe.cpuClass||Fe.platform)&&!/\bWin64; x64\b/i.test(te))&&Ge.unshift("32-bit")):Pt&&/^OS X/.test(Pt.family)&&oe=="Chrome"&&parseFloat(At)>=39&&(Pt.architecture=64),te||(te=null);var Tt={};return Tt.description=te,Tt.layout=Yt&&Yt[0],Tt.manufacturer=Ot,Tt.name=oe,Tt.prerelease=ie,Tt.product=_t,Tt.ua=te,Tt.version=oe&&At,Tt.os=Pt||{architecture:null,family:null,version:null,toString:function(){return"null"}},Tt.parse=tt,Tt.toString=he,Tt.version&&Ge.unshift(At),Tt.name&&Ge.unshift(oe),Pt&&oe&&(Pt!=String(Pt).split(" ")[0]||Pt!=oe.split(" ")[0]&&!_t)&&Ge.push(_t?"("+Pt+")":"on "+Pt),Ge.length&&(Tt.description=Ge.join(" ")),Tt}var lt={function:!0,object:!0},ot=lt[typeof window]&&window||this,ut=lt[typeof Vt]&&Vt,ct=lt[typeof Qt]&&Qt&&!Qt.nodeType&&Qt,ft=ut&&ct&&typeof Bt=="object"&&Bt;!ft||ft.global!==ft&&ft.window!==ft&&ft.self!==ft||(ot=ft);var gt=Math.pow(2,53)-1,Lt=/\bOpera/,It=Object.prototype,Ut=It.hasOwnProperty,Ft=It.toString,qt=tt();typeof ee=="function"&&typeof ee.amd=="object"&&ee.amd?(ot.platform=qt,ee(function(){return qt})):ut&&ct?St(qt,function(te,Xt){ut[Xt]=te}):ot.platform=qt}).call(this)}).call(this,typeof ce.g!="undefined"?ce.g:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{}],172:[function(wt,Qt,Vt){(function(Bt){"use strict";function zt(Ct,Mt,Rt,St){if(typeof Ct!="function")throw new TypeError('"callback" argument must be a function');var kt,xt,Dt=arguments.length;switch(Dt){case 0:case 1:return Bt.nextTick(Ct);case 2:return Bt.nextTick(function(){Ct.call(null,Mt)});case 3:return Bt.nextTick(function(){Ct.call(null,Mt,Rt)});case 4:return Bt.nextTick(function(){Ct.call(null,Mt,Rt,St)});default:for(kt=new Array(Dt-1),xt=0;xt<kt.length;)kt[xt++]=arguments[xt];return Bt.nextTick(function(){Ct.apply(null,kt)})}}!Bt.version||Bt.version.indexOf("v0.")===0||Bt.version.indexOf("v1.")===0&&Bt.version.indexOf("v1.8.")!==0?Qt.exports={nextTick:zt}:Qt.exports=Bt}).call(this,wt("_process"))},{_process:173}],173:[function(wt,Qt,Vt){function Bt(){throw new Error("setTimeout has not been defined")}function zt(){throw new Error("clearTimeout has not been defined")}function Ct(ct){if(Dt===setTimeout)return setTimeout(ct,0);if((Dt===Bt||!Dt)&&setTimeout)return Dt=setTimeout,setTimeout(ct,0);try{return Dt(ct,0)}catch(ft){try{return Dt.call(null,ct,0)}catch(gt){return Dt.call(this,ct,0)}}}function Mt(ct){if(yt===clearTimeout)return clearTimeout(ct);if((yt===zt||!yt)&&clearTimeout)return yt=clearTimeout,clearTimeout(ct);try{return yt(ct)}catch(ft){try{return yt.call(null,ct)}catch(gt){return yt.call(this,ct)}}}function Rt(){ot&&tt&&(ot=!1,tt.length?lt=tt.concat(lt):ut=-1,lt.length&&St())}function St(){if(!ot){var ct=Ct(Rt);ot=!0;for(var ft=lt.length;ft;){for(tt=lt,lt=[];++ut<ft;)tt&&tt[ut].run();ut=-1,ft=lt.length}tt=null,ot=!1,Mt(ct)}}function kt(ct,ft){this.fun=ct,this.array=ft}function xt(){}var Dt,yt,et=Qt.exports={};(function(){try{Dt=typeof setTimeout=="function"?setTimeout:Bt}catch(ct){Dt=Bt}try{yt=typeof clearTimeout=="function"?clearTimeout:zt}catch(ct){yt=zt}})();var tt,lt=[],ot=!1,ut=-1;et.nextTick=function(ct){var ft=new Array(arguments.length-1);if(arguments.length>1)for(var gt=1;gt<arguments.length;gt++)ft[gt-1]=arguments[gt];lt.push(new kt(ct,ft)),lt.length!==1||ot||Ct(St)},kt.prototype.run=function(){this.fun.apply(null,this.array)},et.title="browser",et.browser=!0,et.env={},et.argv=[],et.version="",et.versions={},et.on=xt,et.addListener=xt,et.once=xt,et.off=xt,et.removeListener=xt,et.removeAllListeners=xt,et.emit=xt,et.prependListener=xt,et.prependOnceListener=xt,et.listeners=function(ct){return[]},et.binding=function(ct){throw new Error("process.binding is not supported")},et.cwd=function(){return"/"},et.chdir=function(ct){throw new Error("process.chdir is not supported")},et.umask=function(){return 0}},{}],174:[function(wt,Qt,Vt){(function(Bt){(function(zt){function Ct(se){throw new RangeError(De[se])}function Mt(se,ge){for(var ue=se.length,je=[];ue--;)je[ue]=ge(se[ue]);return je}function Rt(se,ge){var ue=se.split("@"),je="";return ue.length>1&&(je=ue[0]+"@",se=ue[1]),se=se.replace(we,"."),je+Mt(se.split("."),ge).join(".")}function St(se){for(var ge,ue,je=[],Ne=0,qe=se.length;Ne<qe;)ge=se.charCodeAt(Ne++),ge>=55296&&ge<=56319&&Ne<qe?(ue=se.charCodeAt(Ne++),(64512&ue)==56320?je.push(((1023&ge)<<10)+(1023&ue)+65536):(je.push(ge),Ne--)):je.push(ge);return je}function kt(se){return Mt(se,function(ge){var ue="";return ge>65535&&(ge-=65536,ue+=re(ge>>>10&1023|55296),ge=56320|1023&ge),ue+=re(ge)}).join("")}function xt(se){return se-48<10?se-22:se-65<26?se-65:se-97<26?se-97:Ut}function Dt(se,ge){return se+22+75*(se<26)-((ge!=0)<<5)}function yt(se,ge,ue){var je=0;for(se=ue?Jt(se/Xt):se>>1,se+=Jt(se/ge);se>pe*qt>>1;je+=Ut)se=Jt(se/pe);return Jt(je+(pe+1)*se/(se+te))}function et(se){var ge,ue,je,Ne,qe,ke,He,Ae,Ie,Ge,ie=[],Et=se.length,At=0,Yt=fe,oe=he;for(ue=se.lastIndexOf(Ce),ue<0&&(ue=0),je=0;je<ue;++je)se.charCodeAt(je)>=128&&Ct("not-basic"),ie.push(se.charCodeAt(je));for(Ne=ue>0?ue+1:0;Ne<Et;){for(qe=At,ke=1,He=Ut;Ne>=Et&&Ct("invalid-input"),Ae=xt(se.charCodeAt(Ne++)),(Ae>=Ut||Ae>Jt((It-At)/ke))&&Ct("overflow"),At+=Ae*ke,Ie=He<=oe?Ft:He>=oe+qt?qt:He-oe,!(Ae<Ie);He+=Ut)Ge=Ut-Ie,ke>Jt(It/Ge)&&Ct("overflow"),ke*=Ge;ge=ie.length+1,oe=yt(At-qe,ge,qe==0),Jt(At/ge)>It-Yt&&Ct("overflow"),Yt+=Jt(At/ge),At%=ge,ie.splice(At++,0,Yt)}return kt(ie)}function tt(se){var ge,ue,je,Ne,qe,ke,He,Ae,Ie,Ge,ie,Et,At,Yt,oe,_t=[];for(se=St(se),Et=se.length,ge=fe,ue=0,qe=he,ke=0;ke<Et;++ke)(ie=se[ke])<128&&_t.push(re(ie));for(je=Ne=_t.length,Ne&&_t.push(Ce);je<Et;){for(He=It,ke=0;ke<Et;++ke)(ie=se[ke])>=ge&&ie<He&&(He=ie);for(At=je+1,He-ge>Jt((It-ue)/At)&&Ct("overflow"),ue+=(He-ge)*At,ge=He,ke=0;ke<Et;++ke)if(ie=se[ke],ie<ge&&++ue>It&&Ct("overflow"),ie==ge){for(Ae=ue,Ie=Ut;Ge=Ie<=qe?Ft:Ie>=qe+qt?qt:Ie-qe,!(Ae<Ge);Ie+=Ut)oe=Ae-Ge,Yt=Ut-Ge,_t.push(re(Dt(Ge+oe%Yt,0))),Ae=Jt(oe/Yt);_t.push(re(Dt(Ae,0))),qe=yt(ue,At,je==Ne),ue=0,++je}++ue,++ge}return _t.join("")}function lt(se){return Rt(se,function(ge){return Fe.test(ge)?et(ge.slice(4).toLowerCase()):ge})}function ot(se){return Rt(se,function(ge){return ze.test(ge)?"xn--"+tt(ge):ge})}var ut=typeof Vt=="object"&&Vt&&!Vt.nodeType&&Vt,ct=typeof Qt=="object"&&Qt&&!Qt.nodeType&&Qt,ft=typeof Bt=="object"&&Bt;ft.global!==ft&&ft.window!==ft&&ft.self!==ft||(zt=ft);var gt,Lt,It=2147483647,Ut=36,Ft=1,qt=26,te=38,Xt=700,he=72,fe=128,Ce="-",Fe=/^xn--/,ze=/[^\x20-\x7E]/,we=/[\x2E\u3002\uFF0E\uFF61]/g,De={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},pe=Ut-Ft,Jt=Math.floor,re=String.fromCharCode;if(gt={version:"1.4.1",ucs2:{decode:St,encode:kt},decode:et,encode:tt,toASCII:ot,toUnicode:lt},typeof ee=="function"&&typeof ee.amd=="object"&&ee.amd)ee("punycode",function(){return gt});else if(ut&&ct)if(Qt.exports==ut)ct.exports=gt;else for(Lt in gt)gt.hasOwnProperty(Lt)&&(ut[Lt]=gt[Lt]);else zt.punycode=gt})(this)}).call(this,typeof ce.g!="undefined"?ce.g:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{}],175:[function(wt,Qt,Vt){"use strict";function Bt(Ct,Mt){return Object.prototype.hasOwnProperty.call(Ct,Mt)}Qt.exports=function(Ct,Mt,Rt,St){Mt=Mt||"&",Rt=Rt||"=";var kt={};if(typeof Ct!="string"||Ct.length===0)return kt;var xt=/\+/g;Ct=Ct.split(Mt);var Dt=1e3;St&&typeof St.maxKeys=="number"&&(Dt=St.maxKeys);var yt=Ct.length;Dt>0&&yt>Dt&&(yt=Dt);for(var et=0;et<yt;++et){var tt,lt,ot,ut,ct=Ct[et].replace(xt,"%20"),ft=ct.indexOf(Rt);ft>=0?(tt=ct.substr(0,ft),lt=ct.substr(ft+1)):(tt=ct,lt=""),ot=decodeURIComponent(tt),ut=decodeURIComponent(lt),Bt(kt,ot)?zt(kt[ot])?kt[ot].push(ut):kt[ot]=[kt[ot],ut]:kt[ot]=ut}return kt};var zt=Array.isArray||function(Ct){return Object.prototype.toString.call(Ct)==="[object Array]"}},{}],176:[function(wt,Qt,Vt){"use strict";function Bt(Rt,St){if(Rt.map)return Rt.map(St);for(var kt=[],xt=0;xt<Rt.length;xt++)kt.push(St(Rt[xt],xt));return kt}var zt=function(Rt){switch(typeof Rt){case"string":return Rt;case"boolean":return Rt?"true":"false";case"number":return isFinite(Rt)?Rt:"";default:return""}};Qt.exports=function(Rt,St,kt,xt){return St=St||"&",kt=kt||"=",Rt===null&&(Rt=void 0),typeof Rt=="object"?Bt(Mt(Rt),function(Dt){var yt=encodeURIComponent(zt(Dt))+kt;return Ct(Rt[Dt])?Bt(Rt[Dt],function(et){return yt+encodeURIComponent(zt(et))}).join(St):yt+encodeURIComponent(zt(Rt[Dt]))}).join(St):xt?encodeURIComponent(zt(xt))+kt+encodeURIComponent(zt(Rt)):""};var Ct=Array.isArray||function(Rt){return Object.prototype.toString.call(Rt)==="[object Array]"},Mt=Object.keys||function(Rt){var St=[];for(var kt in Rt)Object.prototype.hasOwnProperty.call(Rt,kt)&&St.push(kt);return St}},{}],177:[function(wt,Qt,Vt){"use strict";Vt.decode=Vt.parse=wt("./decode"),Vt.encode=Vt.stringify=wt("./encode")},{"./decode":175,"./encode":176}],178:[function(wt,Qt,Vt){Qt.exports=wt("./lib/_stream_duplex.js")},{"./lib/_stream_duplex.js":179}],179:[function(wt,Qt,Vt){"use strict";function Bt(ot){if(!(this instanceof Bt))return new Bt(ot);Dt.call(this,ot),yt.call(this,ot),ot&&ot.readable===!1&&(this.readable=!1),ot&&ot.writable===!1&&(this.writable=!1),this.allowHalfOpen=!0,ot&&ot.allowHalfOpen===!1&&(this.allowHalfOpen=!1),this.once("end",zt)}function zt(){this.allowHalfOpen||this._writableState.ended||St.nextTick(Ct,this)}function Ct(ot){ot.end()}var Mt=wt("babel-runtime/core-js/object/keys"),Rt=function(ot){return ot&&ot.__esModule?ot:{default:ot}}(Mt),St=wt("process-nextick-args"),kt=Rt.default||function(ot){var ut=[];for(var ct in ot)ut.push(ct);return ut};Qt.exports=Bt;var xt=wt("core-util-is");xt.inherits=wt("inherits");var Dt=wt("./_stream_readable"),yt=wt("./_stream_writable");xt.inherits(Bt,Dt);for(var et=kt(yt.prototype),tt=0;tt<et.length;tt++){var lt=et[tt];Bt.prototype[lt]||(Bt.prototype[lt]=yt.prototype[lt])}Object.defineProperty(Bt.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(Bt.prototype,"destroyed",{get:function(){return this._readableState!==void 0&&this._writableState!==void 0&&this._readableState.destroyed&&this._writableState.destroyed},set:function(ot){this._readableState!==void 0&&this._writableState!==void 0&&(this._readableState.destroyed=ot,this._writableState.destroyed=ot)}}),Bt.prototype._destroy=function(ot,ut){this.push(null),this.end(),St.nextTick(ut,ot)}},{"./_stream_readable":181,"./_stream_writable":183,"babel-runtime/core-js/object/keys":23,"core-util-is":153,inherits:162,"process-nextick-args":172}],180:[function(wt,Qt,Vt){"use strict";function Bt(Mt){if(!(this instanceof Bt))return new Bt(Mt);zt.call(this,Mt)}Qt.exports=Bt;var zt=wt("./_stream_transform"),Ct=wt("core-util-is");Ct.inherits=wt("inherits"),Ct.inherits(Bt,zt),Bt.prototype._transform=function(Mt,Rt,St){St(null,Mt)}},{"./_stream_transform":182,"core-util-is":153,inherits:162}],181:[function(wt,Qt,Vt){(function(Bt,zt){"use strict";function Ct(Et){return ue.from(Et)}function Mt(Et){return ue.isBuffer(Et)||Et instanceof je}function Rt(Et,At,Yt){if(typeof Et.prependListener=="function")return Et.prependListener(At,Yt);Et._events&&Et._events[At]?re(Et._events[At])?Et._events[At].unshift(Yt):Et._events[At]=[Yt,Et._events[At]]:Et.on(At,Yt)}function St(Et,At){Jt=Jt||wt("./_stream_duplex"),Et=Et||{};var Yt=At instanceof Jt;this.objectMode=!!Et.objectMode,Yt&&(this.objectMode=this.objectMode||!!Et.readableObjectMode);var oe=Et.highWaterMark,_t=Et.readableHighWaterMark,Ot=this.objectMode?16:16384;this.highWaterMark=oe||oe===0?oe:Yt&&(_t||_t===0)?_t:Ot,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new Ae,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=Et.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,Et.encoding&&(He||(He=wt("string_decoder/").StringDecoder),this.decoder=new He(Et.encoding),this.encoding=Et.encoding)}function kt(Et){if(Jt=Jt||wt("./_stream_duplex"),!(this instanceof kt))return new kt(Et);this._readableState=new St(Et,this),this.readable=!0,Et&&(typeof Et.read=="function"&&(this._read=Et.read),typeof Et.destroy=="function"&&(this._destroy=Et.destroy)),ge.call(this)}function xt(Et,At,Yt,oe,_t){var Ot=Et._readableState;if(At===null)Ot.reading=!1,ot(Et,Ot);else{var Pt;_t||(Pt=yt(Ot,At)),Pt?Et.emit("error",Pt):Ot.objectMode||At&&At.length>0?(typeof At=="string"||Ot.objectMode||(0,De.default)(At)===ue.prototype||(At=Ct(At)),oe?Ot.endEmitted?Et.emit("error",new Error("stream.unshift() after end event")):Dt(Et,Ot,At,!0):Ot.ended?Et.emit("error",new Error("stream.push() after EOF")):(Ot.reading=!1,Ot.decoder&&!Yt?(At=Ot.decoder.write(At),Ot.objectMode||At.length!==0?Dt(Et,Ot,At,!1):ft(Et,Ot)):Dt(Et,Ot,At,!1))):oe||(Ot.reading=!1)}return et(Ot)}function Dt(Et,At,Yt,oe){At.flowing&&At.length===0&&!At.sync?(Et.emit("data",Yt),Et.read(0)):(At.length+=At.objectMode?1:Yt.length,oe?At.buffer.unshift(Yt):At.buffer.push(Yt),At.needReadable&&ut(Et)),ft(Et,At)}function yt(Et,At){var Yt;return Mt(At)||typeof At=="string"||At===void 0||Et.objectMode||(Yt=new TypeError("Invalid non-string/buffer chunk")),Yt}function et(Et){return!Et.ended&&(Et.needReadable||Et.length<Et.highWaterMark||Et.length===0)}function tt(Et){return Et>=ie?Et=ie:(Et--,Et|=Et>>>1,Et|=Et>>>2,Et|=Et>>>4,Et|=Et>>>8,Et|=Et>>>16,Et++),Et}function lt(Et,At){return Et<=0||At.length===0&&At.ended?0:At.objectMode?1:Et!==Et?At.flowing&&At.length?At.buffer.head.data.length:At.length:(Et>At.highWaterMark&&(At.highWaterMark=tt(Et)),Et<=At.length?Et:At.ended?At.length:(At.needReadable=!0,0))}function ot(Et,At){if(!At.ended){if(At.decoder){var Yt=At.decoder.end();Yt&&Yt.length&&(At.buffer.push(Yt),At.length+=At.objectMode?1:Yt.length)}At.ended=!0,ut(Et)}}function ut(Et){var At=Et._readableState;At.needReadable=!1,At.emittedReadable||(ke("emitReadable",At.flowing),At.emittedReadable=!0,At.sync?pe.nextTick(ct,Et):ct(Et))}function ct(Et){ke("emit readable"),Et.emit("readable"),qt(Et)}function ft(Et,At){At.readingMore||(At.readingMore=!0,pe.nextTick(gt,Et,At))}function gt(Et,At){for(var Yt=At.length;!At.reading&&!At.flowing&&!At.ended&&At.length<At.highWaterMark&&(ke("maybeReadMore read 0"),Et.read(0),Yt!==At.length);)Yt=At.length;At.readingMore=!1}function Lt(Et){return function(){var At=Et._readableState;ke("pipeOnDrain",At.awaitDrain),At.awaitDrain&&At.awaitDrain--,At.awaitDrain===0&&se(Et,"data")&&(At.flowing=!0,qt(Et))}}function It(Et){ke("readable nexttick read 0"),Et.read(0)}function Ut(Et,At){At.resumeScheduled||(At.resumeScheduled=!0,pe.nextTick(Ft,Et,At))}function Ft(Et,At){At.reading||(ke("resume read 0"),Et.read(0)),At.resumeScheduled=!1,At.awaitDrain=0,Et.emit("resume"),qt(Et),At.flowing&&!At.reading&&Et.read(0)}function qt(Et){var At=Et._readableState;for(ke("flow",At.flowing);At.flowing&&Et.read()!==null;);}function te(Et,At){if(At.length===0)return null;var Yt;return At.objectMode?Yt=At.buffer.shift():!Et||Et>=At.length?(Yt=At.decoder?At.buffer.join(""):At.buffer.length===1?At.buffer.head.data:At.buffer.concat(At.length),At.buffer.clear()):Yt=Xt(Et,At.buffer,At.decoder),Yt}function Xt(Et,At,Yt){var oe;return Et<At.head.data.length?(oe=At.head.data.slice(0,Et),At.head.data=At.head.data.slice(Et)):oe=Et===At.head.data.length?At.shift():Yt?he(Et,At):fe(Et,At),oe}function he(Et,At){var Yt=At.head,oe=1,_t=Yt.data;for(Et-=_t.length;Yt=Yt.next;){var Ot=Yt.data,Pt=Et>Ot.length?Ot.length:Et;if(Pt===Ot.length?_t+=Ot:_t+=Ot.slice(0,Et),(Et-=Pt)===0){Pt===Ot.length?(++oe,Yt.next?At.head=Yt.next:At.head=At.tail=null):(At.head=Yt,Yt.data=Ot.slice(Pt));break}++oe}return At.length-=oe,_t}function fe(Et,At){var Yt=ue.allocUnsafe(Et),oe=At.head,_t=1;for(oe.data.copy(Yt),Et-=oe.data.length;oe=oe.next;){var Ot=oe.data,Pt=Et>Ot.length?Ot.length:Et;if(Ot.copy(Yt,Yt.length-Et,0,Pt),(Et-=Pt)===0){Pt===Ot.length?(++_t,oe.next?At.head=oe.next:At.head=At.tail=null):(At.head=oe,oe.data=Ot.slice(Pt));break}++_t}return At.length-=_t,Yt}function Ce(Et){var At=Et._readableState;if(At.length>0)throw new Error('"endReadable()" called on non-empty stream');At.endEmitted||(At.ended=!0,pe.nextTick(Fe,At,Et))}function Fe(Et,At){Et.endEmitted||Et.length!==0||(Et.endEmitted=!0,At.readable=!1,At.emit("end"))}function ze(Et,At){for(var Yt=0,oe=Et.length;Yt<oe;Yt++)if(Et[Yt]===At)return Yt;return-1}var we=wt("babel-runtime/core-js/object/get-prototype-of"),De=function(Et){return Et&&Et.__esModule?Et:{default:Et}}(we),pe=wt("process-nextick-args");Qt.exports=kt;var Jt,re=wt("isarray");kt.ReadableState=St;var se=(wt("events").EventEmitter,function(Et,At){return Et.listeners(At).length}),ge=wt("./internal/streams/stream"),ue=wt("safe-buffer").Buffer,je=zt.Uint8Array||function(){},Ne=wt("core-util-is");Ne.inherits=wt("inherits");var qe=wt("util"),ke=void 0;ke=qe&&qe.debuglog?qe.debuglog("stream"):function(){};var He,Ae=wt("./internal/streams/BufferList"),Ie=wt("./internal/streams/destroy");Ne.inherits(kt,ge);var Ge=["error","close","destroy","pause","resume"];Object.defineProperty(kt.prototype,"destroyed",{get:function(){return this._readableState!==void 0&&this._readableState.destroyed},set:function(Et){this._readableState&&(this._readableState.destroyed=Et)}}),kt.prototype.destroy=Ie.destroy,kt.prototype._undestroy=Ie.undestroy,kt.prototype._destroy=function(Et,At){this.push(null),At(Et)},kt.prototype.push=function(Et,At){var Yt,oe=this._readableState;return oe.objectMode?Yt=!0:typeof Et=="string"&&(At=At||oe.defaultEncoding,At!==oe.encoding&&(Et=ue.from(Et,At),At=""),Yt=!0),xt(this,Et,At,!1,Yt)},kt.prototype.unshift=function(Et){return xt(this,Et,null,!0,!1)},kt.prototype.isPaused=function(){return this._readableState.flowing===!1},kt.prototype.setEncoding=function(Et){return He||(He=wt("string_decoder/").StringDecoder),this._readableState.decoder=new He(Et),this._readableState.encoding=Et,this};var ie=8388608;kt.prototype.read=function(Et){ke("read",Et),Et=parseInt(Et,10);var At=this._readableState,Yt=Et;if(Et!==0&&(At.emittedReadable=!1),Et===0&&At.needReadable&&(At.length>=At.highWaterMark||At.ended))return ke("read: emitReadable",At.length,At.ended),At.length===0&&At.ended?Ce(this):ut(this),null;if((Et=lt(Et,At))===0&&At.ended)return At.length===0&&Ce(this),null;var oe=At.needReadable;ke("need readable",oe),(At.length===0||At.length-Et<At.highWaterMark)&&(oe=!0,ke("length less than watermark",oe)),At.ended||At.reading?(oe=!1,ke("reading or ended",oe)):oe&&(ke("do read"),At.reading=!0,At.sync=!0,At.length===0&&(At.needReadable=!0),this._read(At.highWaterMark),At.sync=!1,At.reading||(Et=lt(Yt,At)));var _t;return _t=Et>0?te(Et,At):null,_t===null?(At.needReadable=!0,Et=0):At.length-=Et,At.length===0&&(At.ended||(At.needReadable=!0),Yt!==Et&&At.ended&&Ce(this)),_t!==null&&this.emit("data",_t),_t},kt.prototype._read=function(Et){this.emit("error",new Error("_read() is not implemented"))},kt.prototype.pipe=function(Et,At){function Yt(un,on){ke("onunpipe"),un===Gt&&on&&on.hasUnpiped===!1&&(on.hasUnpiped=!0,_t())}function oe(){ke("onend"),Et.end()}function _t(){ke("cleanup"),Et.removeListener("close",Tt),Et.removeListener("finish",$t),Et.removeListener("drain",We),Et.removeListener("error",Pt),Et.removeListener("unpipe",Yt),Gt.removeListener("end",oe),Gt.removeListener("end",jt),Gt.removeListener("data",Ot),Me=!0,!ae.awaitDrain||Et._writableState&&!Et._writableState.needDrain||We()}function Ot(un){ke("ondata"),Je=!1,Et.write(un)!==!1||Je||((ae.pipesCount===1&&ae.pipes===Et||ae.pipesCount>1&&ze(ae.pipes,Et)!==-1)&&!Me&&(ke("false write response, pause",Gt._readableState.awaitDrain),Gt._readableState.awaitDrain++,Je=!0),Gt.pause())}function Pt(un){ke("onerror",un),jt(),Et.removeListener("error",Pt),se(Et,"error")===0&&Et.emit("error",un)}function Tt(){Et.removeListener("finish",$t),jt()}function $t(){ke("onfinish"),Et.removeListener("close",Tt),jt()}function jt(){ke("unpipe"),Gt.unpipe(Et)}var Gt=this,ae=this._readableState;switch(ae.pipesCount){case 0:ae.pipes=Et;break;case 1:ae.pipes=[ae.pipes,Et];break;default:ae.pipes.push(Et)}ae.pipesCount+=1,ke("pipe count=%d opts=%j",ae.pipesCount,At);var xe=(!At||At.end!==!1)&&Et!==Bt.stdout&&Et!==Bt.stderr,Ke=xe?oe:jt;ae.endEmitted?pe.nextTick(Ke):Gt.once("end",Ke),Et.on("unpipe",Yt);var We=Lt(Gt);Et.on("drain",We);var Me=!1,Je=!1;return Gt.on("data",Ot),Rt(Et,"error",Pt),Et.once("close",Tt),Et.once("finish",$t),Et.emit("pipe",Gt),ae.flowing||(ke("pipe resume"),Gt.resume()),Et},kt.prototype.unpipe=function(Et){var At=this._readableState,Yt={hasUnpiped:!1};if(At.pipesCount===0)return this;if(At.pipesCount===1)return Et&&Et!==At.pipes?this:(Et||(Et=At.pipes),At.pipes=null,At.pipesCount=0,At.flowing=!1,Et&&Et.emit("unpipe",this,Yt),this);if(!Et){var oe=At.pipes,_t=At.pipesCount;At.pipes=null,At.pipesCount=0,At.flowing=!1;for(var Ot=0;Ot<_t;Ot++)oe[Ot].emit("unpipe",this,Yt);return this}var Pt=ze(At.pipes,Et);return Pt===-1?this:(At.pipes.splice(Pt,1),At.pipesCount-=1,At.pipesCount===1&&(At.pipes=At.pipes[0]),Et.emit("unpipe",this,Yt),this)},kt.prototype.on=function(Et,At){var Yt=ge.prototype.on.call(this,Et,At);if(Et==="data")this._readableState.flowing!==!1&&this.resume();else if(Et==="readable"){var oe=this._readableState;oe.endEmitted||oe.readableListening||(oe.readableListening=oe.needReadable=!0,oe.emittedReadable=!1,oe.reading?oe.length&&ut(this):pe.nextTick(It,this))}return Yt},kt.prototype.addListener=kt.prototype.on,kt.prototype.resume=function(){var Et=this._readableState;return Et.flowing||(ke("resume"),Et.flowing=!0,Ut(this,Et)),this},kt.prototype.pause=function(){return ke("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(ke("pause"),this._readableState.flowing=!1,this.emit("pause")),this},kt.prototype.wrap=function(Et){var At=this,Yt=this._readableState,oe=!1;Et.on("end",function(){if(ke("wrapped end"),Yt.decoder&&!Yt.ended){var Pt=Yt.decoder.end();Pt&&Pt.length&&At.push(Pt)}At.push(null)}),Et.on("data",function(Pt){ke("wrapped data"),Yt.decoder&&(Pt=Yt.decoder.write(Pt)),(!Yt.objectMode||Pt!=null)&&(Yt.objectMode||Pt&&Pt.length)&&(At.push(Pt)||(oe=!0,Et.pause()))});for(var _t in Et)this[_t]===void 0&&typeof Et[_t]=="function"&&(this[_t]=function(Pt){return function(){return Et[Pt].apply(Et,arguments)}}(_t));for(var Ot=0;Ot<Ge.length;Ot++)Et.on(Ge[Ot],this.emit.bind(this,Ge[Ot]));return this._read=function(Pt){ke("wrapped _read",Pt),oe&&(oe=!1,Et.resume())},this},Object.defineProperty(kt.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),kt._fromList=te}).call(this,wt("_process"),typeof ce.g!="undefined"?ce.g:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{"./_stream_duplex":179,"./internal/streams/BufferList":184,"./internal/streams/destroy":185,"./internal/streams/stream":186,_process:173,"babel-runtime/core-js/object/get-prototype-of":22,"core-util-is":153,events:158,inherits:162,isarray:166,"process-nextick-args":172,"safe-buffer":193,"string_decoder/":200,util:36}],182:[function(wt,Qt,Vt){"use strict";function Bt(kt,xt){var Dt=this._transformState;Dt.transforming=!1;var yt=Dt.writecb;if(!yt)return this.emit("error",new Error("write callback called multiple times"));Dt.writechunk=null,Dt.writecb=null,xt!=null&&this.push(xt),yt(kt);var et=this._readableState;et.reading=!1,(et.needReadable||et.length<et.highWaterMark)&&this._read(et.highWaterMark)}function zt(kt){if(!(this instanceof zt))return new zt(kt);Rt.call(this,kt),this._transformState={afterTransform:Bt.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,kt&&(typeof kt.transform=="function"&&(this._transform=kt.transform),typeof kt.flush=="function"&&(this._flush=kt.flush)),this.on("prefinish",Ct)}function Ct(){var kt=this;typeof this._flush=="function"?this._flush(function(xt,Dt){Mt(kt,xt,Dt)}):Mt(this,null,null)}function Mt(kt,xt,Dt){if(xt)return kt.emit("error",xt);if(Dt!=null&&kt.push(Dt),kt._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(kt._transformState.transforming)throw new Error("Calling transform done when still transforming");return kt.push(null)}Qt.exports=zt;var Rt=wt("./_stream_duplex"),St=wt("core-util-is");St.inherits=wt("inherits"),St.inherits(zt,Rt),zt.prototype.push=function(kt,xt){return this._transformState.needTransform=!1,Rt.prototype.push.call(this,kt,xt)},zt.prototype._transform=function(kt,xt,Dt){throw new Error("_transform() is not implemented")},zt.prototype._write=function(kt,xt,Dt){var yt=this._transformState;if(yt.writecb=Dt,yt.writechunk=kt,yt.writeencoding=xt,!yt.transforming){var et=this._readableState;(yt.needTransform||et.needReadable||et.length<et.highWaterMark)&&this._read(et.highWaterMark)}},zt.prototype._read=function(kt){var xt=this._transformState;xt.writechunk!==null&&xt.writecb&&!xt.transforming?(xt.transforming=!0,this._transform(xt.writechunk,xt.writeencoding,xt.afterTransform)):xt.needTransform=!0},zt.prototype._destroy=function(kt,xt){var Dt=this;Rt.prototype._destroy.call(this,kt,function(yt){xt(yt),Dt.emit("close")})}},{"./_stream_duplex":179,"core-util-is":153,inherits:162}],183:[function(wt,Qt,Vt){(function(Bt,zt){"use strict";function Ct(Ie){return Ie&&Ie.__esModule?Ie:{default:Ie}}function Mt(Ie){var Ge=this;this.next=null,this.entry=null,this.finish=function(){he(Ge,Ie)}}function Rt(Ie){return qe.from(Ie)}function St(Ie){return qe.isBuffer(Ie)||Ie instanceof ke}function kt(){}function xt(Ie,Ge){se=se||wt("./_stream_duplex"),Ie=Ie||{};var ie=Ge instanceof se;this.objectMode=!!Ie.objectMode,ie&&(this.objectMode=this.objectMode||!!Ie.writableObjectMode);var Et=Ie.highWaterMark,At=Ie.writableHighWaterMark,Yt=this.objectMode?16:16384;this.highWaterMark=Et||Et===0?Et:ie&&(At||At===0)?At:Yt,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var oe=Ie.decodeStrings===!1;this.decodeStrings=!oe,this.defaultEncoding=Ie.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(_t){ft(Ge,_t)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new Mt(this)}function Dt(Ie){if(se=se||wt("./_stream_duplex"),!(Ae.call(Dt,this)||this instanceof se))return new Dt(Ie);this._writableState=new xt(Ie,this),this.writable=!0,Ie&&(typeof Ie.write=="function"&&(this._write=Ie.write),typeof Ie.writev=="function"&&(this._writev=Ie.writev),typeof Ie.destroy=="function"&&(this._destroy=Ie.destroy),typeof Ie.final=="function"&&(this._final=Ie.final)),Ne.call(this)}function yt(Ie,Ge){var ie=new Error("write after end");Ie.emit("error",ie),re.nextTick(Ge,ie)}function et(Ie,Ge,ie,Et){var At=!0,Yt=!1;return ie===null?Yt=new TypeError("May not write null values to stream"):typeof ie=="string"||ie===void 0||Ge.objectMode||(Yt=new TypeError("Invalid non-string/buffer chunk")),Yt&&(Ie.emit("error",Yt),re.nextTick(Et,Yt),At=!1),At}function tt(Ie,Ge,ie){return Ie.objectMode||Ie.decodeStrings===!1||typeof Ge!="string"||(Ge=qe.from(Ge,ie)),Ge}function lt(Ie,Ge,ie,Et,At,Yt){if(!ie){var oe=tt(Ge,Et,At);Et!==oe&&(ie=!0,At="buffer",Et=oe)}var _t=Ge.objectMode?1:Et.length;Ge.length+=_t;var Ot=Ge.length<Ge.highWaterMark;if(Ot||(Ge.needDrain=!0),Ge.writing||Ge.corked){var Pt=Ge.lastBufferedRequest;Ge.lastBufferedRequest={chunk:Et,encoding:At,isBuf:ie,callback:Yt,next:null},Pt?Pt.next=Ge.lastBufferedRequest:Ge.bufferedRequest=Ge.lastBufferedRequest,Ge.bufferedRequestCount+=1}else ot(Ie,Ge,!1,_t,Et,At,Yt);return Ot}function ot(Ie,Ge,ie,Et,At,Yt,oe){Ge.writelen=Et,Ge.writecb=oe,Ge.writing=!0,Ge.sync=!0,ie?Ie._writev(At,Ge.onwrite):Ie._write(At,Yt,Ge.onwrite),Ge.sync=!1}function ut(Ie,Ge,ie,Et,At){--Ge.pendingcb,ie?(re.nextTick(At,Et),re.nextTick(te,Ie,Ge),Ie._writableState.errorEmitted=!0,Ie.emit("error",Et)):(At(Et),Ie._writableState.errorEmitted=!0,Ie.emit("error",Et),te(Ie,Ge))}function ct(Ie){Ie.writing=!1,Ie.writecb=null,Ie.length-=Ie.writelen,Ie.writelen=0}function ft(Ie,Ge){var ie=Ie._writableState,Et=ie.sync,At=ie.writecb;if(ct(ie),Ge)ut(Ie,ie,Et,Ge,At);else{var Yt=Ut(ie);Yt||ie.corked||ie.bufferProcessing||!ie.bufferedRequest||It(Ie,ie),Et?ge(gt,Ie,ie,Yt,At):gt(Ie,ie,Yt,At)}}function gt(Ie,Ge,ie,Et){ie||Lt(Ie,Ge),Ge.pendingcb--,Et(),te(Ie,Ge)}function Lt(Ie,Ge){Ge.length===0&&Ge.needDrain&&(Ge.needDrain=!1,Ie.emit("drain"))}function It(Ie,Ge){Ge.bufferProcessing=!0;var ie=Ge.bufferedRequest;if(Ie._writev&&ie&&ie.next){var Et=Ge.bufferedRequestCount,At=new Array(Et),Yt=Ge.corkedRequestsFree;Yt.entry=ie;for(var oe=0,_t=!0;ie;)At[oe]=ie,ie.isBuf||(_t=!1),ie=ie.next,oe+=1;At.allBuffers=_t,ot(Ie,Ge,!0,Ge.length,At,"",Yt.finish),Ge.pendingcb++,Ge.lastBufferedRequest=null,Yt.next?(Ge.corkedRequestsFree=Yt.next,Yt.next=null):Ge.corkedRequestsFree=new Mt(Ge),Ge.bufferedRequestCount=0}else{for(;ie;){var Ot=ie.chunk,Pt=ie.encoding,Tt=ie.callback;if(ot(Ie,Ge,!1,Ge.objectMode?1:Ot.length,Ot,Pt,Tt),ie=ie.next,Ge.bufferedRequestCount--,Ge.writing)break}ie===null&&(Ge.lastBufferedRequest=null)}Ge.bufferedRequest=ie,Ge.bufferProcessing=!1}function Ut(Ie){return Ie.ending&&Ie.length===0&&Ie.bufferedRequest===null&&!Ie.finished&&!Ie.writing}function Ft(Ie,Ge){Ie._final(function(ie){Ge.pendingcb--,ie&&Ie.emit("error",ie),Ge.prefinished=!0,Ie.emit("prefinish"),te(Ie,Ge)})}function qt(Ie,Ge){Ge.prefinished||Ge.finalCalled||(typeof Ie._final=="function"?(Ge.pendingcb++,Ge.finalCalled=!0,re.nextTick(Ft,Ie,Ge)):(Ge.prefinished=!0,Ie.emit("prefinish")))}function te(Ie,Ge){var ie=Ut(Ge);return ie&&(qt(Ie,Ge),Ge.pendingcb===0&&(Ge.finished=!0,Ie.emit("finish"))),ie}function Xt(Ie,Ge,ie){Ge.ending=!0,te(Ie,Ge),ie&&(Ge.finished?re.nextTick(ie):Ie.once("finish",ie)),Ge.ended=!0,Ie.writable=!1}function he(Ie,Ge,ie){var Et=Ie.entry;for(Ie.entry=null;Et;){var At=Et.callback;Ge.pendingcb--,At(ie),Et=Et.next}Ge.corkedRequestsFree?Ge.corkedRequestsFree.next=Ie:Ge.corkedRequestsFree=Ie}var fe=wt("babel-runtime/core-js/object/define-property"),Ce=Ct(fe),Fe=wt("babel-runtime/core-js/symbol/has-instance"),ze=Ct(Fe),we=wt("babel-runtime/core-js/symbol"),De=Ct(we),pe=wt("babel-runtime/core-js/set-immediate"),Jt=Ct(pe),re=wt("process-nextick-args");Qt.exports=Dt;var se,ge=!Bt.browser&&["v0.10","v0.9."].indexOf(Bt.version.slice(0,5))>-1?Jt.default:re.nextTick;Dt.WritableState=xt;var ue=wt("core-util-is");ue.inherits=wt("inherits");var je={deprecate:wt("util-deprecate")},Ne=wt("./internal/streams/stream"),qe=wt("safe-buffer").Buffer,ke=zt.Uint8Array||function(){},He=wt("./internal/streams/destroy");ue.inherits(Dt,Ne),xt.prototype.getBuffer=function(){for(var Ie=this.bufferedRequest,Ge=[];Ie;)Ge.push(Ie),Ie=Ie.next;return Ge},function(){try{Object.defineProperty(xt.prototype,"buffer",{get:je.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(Ie){}}();var Ae;typeof De.default=="function"&&ze.default&&typeof Function.prototype[ze.default]=="function"?(Ae=Function.prototype[ze.default],(0,Ce.default)(Dt,ze.default,{value:function(Ie){return!!Ae.call(this,Ie)||this===Dt&&Ie&&Ie._writableState instanceof xt}})):Ae=function(Ie){return Ie instanceof this},Dt.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},Dt.prototype.write=function(Ie,Ge,ie){var Et=this._writableState,At=!1,Yt=!Et.objectMode&&St(Ie);return Yt&&!qe.isBuffer(Ie)&&(Ie=Rt(Ie)),typeof Ge=="function"&&(ie=Ge,Ge=null),Yt?Ge="buffer":Ge||(Ge=Et.defaultEncoding),typeof ie!="function"&&(ie=kt),Et.ended?yt(this,ie):(Yt||et(this,Et,Ie,ie))&&(Et.pendingcb++,At=lt(this,Et,Yt,Ie,Ge,ie)),At},Dt.prototype.cork=function(){this._writableState.corked++},Dt.prototype.uncork=function(){var Ie=this._writableState;Ie.corked&&(Ie.corked--,Ie.writing||Ie.corked||Ie.finished||Ie.bufferProcessing||!Ie.bufferedRequest||It(this,Ie))},Dt.prototype.setDefaultEncoding=function(Ie){if(typeof Ie=="string"&&(Ie=Ie.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((Ie+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+Ie);return this._writableState.defaultEncoding=Ie,this},Object.defineProperty(Dt.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Dt.prototype._write=function(Ie,Ge,ie){ie(new Error("_write() is not implemented"))},Dt.prototype._writev=null,Dt.prototype.end=function(Ie,Ge,ie){var Et=this._writableState;typeof Ie=="function"?(ie=Ie,Ie=null,Ge=null):typeof Ge=="function"&&(ie=Ge,Ge=null),Ie!=null&&this.write(Ie,Ge),Et.corked&&(Et.corked=1,this.uncork()),Et.ending||Et.finished||Xt(this,Et,ie)},Object.defineProperty(Dt.prototype,"destroyed",{get:function(){return this._writableState!==void 0&&this._writableState.destroyed},set:function(Ie){this._writableState&&(this._writableState.destroyed=Ie)}}),Dt.prototype.destroy=He.destroy,Dt.prototype._undestroy=He.undestroy,Dt.prototype._destroy=function(Ie,Ge){this.end(),Ge(Ie)}}).call(this,wt("_process"),typeof ce.g!="undefined"?ce.g:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{"./_stream_duplex":179,"./internal/streams/destroy":185,"./internal/streams/stream":186,_process:173,"babel-runtime/core-js/object/define-property":20,"babel-runtime/core-js/set-immediate":25,"babel-runtime/core-js/symbol":27,"babel-runtime/core-js/symbol/has-instance":28,"core-util-is":153,inherits:162,"process-nextick-args":172,"safe-buffer":193,"util-deprecate":205}],184:[function(wt,Qt,Vt){"use strict";function Bt(Rt,St){if(!(Rt instanceof St))throw new TypeError("Cannot call a class as a function")}function zt(Rt,St,kt){Rt.copy(St,kt)}var Ct=wt("safe-buffer").Buffer,Mt=wt("util");Qt.exports=function(){function Rt(){Bt(this,Rt),this.head=null,this.tail=null,this.length=0}return Rt.prototype.push=function(St){var kt={data:St,next:null};this.length>0?this.tail.next=kt:this.head=kt,this.tail=kt,++this.length},Rt.prototype.unshift=function(St){var kt={data:St,next:this.head};this.length===0&&(this.tail=kt),this.head=kt,++this.length},Rt.prototype.shift=function(){if(this.length!==0){var St=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,St}},Rt.prototype.clear=function(){this.head=this.tail=null,this.length=0},Rt.prototype.join=function(St){if(this.length===0)return"";for(var kt=this.head,xt=""+kt.data;kt=kt.next;)xt+=St+kt.data;return xt},Rt.prototype.concat=function(St){if(this.length===0)return Ct.alloc(0);if(this.length===1)return this.head.data;for(var kt=Ct.allocUnsafe(St>>>0),xt=this.head,Dt=0;xt;)zt(xt.data,kt,Dt),Dt+=xt.data.length,xt=xt.next;return kt},Rt}(),Mt&&Mt.inspect&&Mt.inspect.custom&&(Qt.exports.prototype[Mt.inspect.custom]=function(){var Rt=Mt.inspect({length:this.length});return this.constructor.name+" "+Rt})},{"safe-buffer":193,util:36}],185:[function(wt,Qt,Vt){"use strict";function Bt(Rt,St){var kt=this,xt=this._readableState&&this._readableState.destroyed,Dt=this._writableState&&this._writableState.destroyed;return xt||Dt?(St?St(Rt):!Rt||this._writableState&&this._writableState.errorEmitted||Mt.nextTick(Ct,this,Rt),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(Rt||null,function(yt){!St&&yt?(Mt.nextTick(Ct,kt,yt),kt._writableState&&(kt._writableState.errorEmitted=!0)):St&&St(yt)}),this)}function zt(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function Ct(Rt,St){Rt.emit("error",St)}var Mt=wt("process-nextick-args");Qt.exports={destroy:Bt,undestroy:zt}},{"process-nextick-args":172}],186:[function(wt,Qt,Vt){"use strict";Qt.exports=wt("events").EventEmitter},{events:158}],187:[function(wt,Qt,Vt){Qt.exports=wt("./readable").PassThrough},{"./readable":188}],188:[function(wt,Qt,Vt){Vt=Qt.exports=wt("./lib/_stream_readable.js"),Vt.Stream=Vt,Vt.Readable=Vt,Vt.Writable=wt("./lib/_stream_writable.js"),Vt.Duplex=wt("./lib/_stream_duplex.js"),Vt.Transform=wt("./lib/_stream_transform.js"),Vt.PassThrough=wt("./lib/_stream_passthrough.js")},{"./lib/_stream_duplex.js":179,"./lib/_stream_passthrough.js":180,"./lib/_stream_readable.js":181,"./lib/_stream_transform.js":182,"./lib/_stream_writable.js":183}],189:[function(wt,Qt,Vt){Qt.exports=wt("./readable").Transform},{"./readable":188}],190:[function(wt,Qt,Vt){Qt.exports=wt("./lib/_stream_writable.js")},{"./lib/_stream_writable.js":183}],191:[function(wt,Qt,Vt){var Bt=function(){return this}()||Function("return this")(),zt=Bt.regeneratorRuntime&&Object.getOwnPropertyNames(Bt).indexOf("regeneratorRuntime")>=0,Ct=zt&&Bt.regeneratorRuntime;if(Bt.regeneratorRuntime=void 0,Qt.exports=wt("./runtime"),zt)Bt.regeneratorRuntime=Ct;else try{delete Bt.regeneratorRuntime}catch(Mt){Bt.regeneratorRuntime=void 0}},{"./runtime":192}],192:[function(wt,Qt,Vt){(function(Bt){"use strict";function zt(Jt,re,se,ge){var ue=re&&re.prototype instanceof Mt?re:Mt,je=Object.create(ue.prototype),Ne=new lt(ge||[]);return je._invoke=Dt(Jt,se,Ne),je}function Ct(Jt,re,se){try{return{type:"normal",arg:Jt.call(re,se)}}catch(ge){return{type:"throw",arg:ge}}}function Mt(){}function Rt(){}function St(){}function kt(Jt){["next","throw","return"].forEach(function(re){Jt[re]=function(se){return this._invoke(re,se)}})}function xt(Jt){function re(ue,je,Ne,qe){var ke=Ct(Jt[ue],Jt,je);if(ke.type!=="throw"){var He=ke.arg,Ae=He.value;return Ae&&typeof Ae=="object"&&gt.call(Ae,"__await")?Promise.resolve(Ae.__await).then(function(Ie){re("next",Ie,Ne,qe)},function(Ie){re("throw",Ie,Ne,qe)}):Promise.resolve(Ae).then(function(Ie){He.value=Ie,Ne(He)},qe)}qe(ke.arg)}function se(ue,je){function Ne(){return new Promise(function(qe,ke){re(ue,je,qe,ke)})}return ge=ge?ge.then(Ne,Ne):Ne()}var ge;this._invoke=se}function Dt(Jt,re,se){var ge=Xt;return function(ue,je){if(ge===fe)throw new Error("Generator is already running");if(ge===Ce){if(ue==="throw")throw je;return ut()}for(se.method=ue,se.arg=je;;){var Ne=se.delegate;if(Ne){var qe=yt(Ne,se);if(qe){if(qe===Fe)continue;return qe}}if(se.method==="next")se.sent=se._sent=se.arg;else if(se.method==="throw"){if(ge===Xt)throw ge=Ce,se.arg;se.dispatchException(se.arg)}else se.method==="return"&&se.abrupt("return",se.arg);ge=fe;var ke=Ct(Jt,re,se);if(ke.type==="normal"){if(ge=se.done?Ce:he,ke.arg===Fe)continue;return{value:ke.arg,done:se.done}}ke.type==="throw"&&(ge=Ce,se.method="throw",se.arg=ke.arg)}}}function yt(Jt,re){var se=Jt.iterator[re.method];if(se===ct){if(re.delegate=null,re.method==="throw"){if(Jt.iterator.return&&(re.method="return",re.arg=ct,yt(Jt,re),re.method==="throw"))return Fe;re.method="throw",re.arg=new TypeError("The iterator does not provide a 'throw' method")}return Fe}var ge=Ct(se,Jt.iterator,re.arg);if(ge.type==="throw")return re.method="throw",re.arg=ge.arg,re.delegate=null,Fe;var ue=ge.arg;return ue?ue.done?(re[Jt.resultName]=ue.value,re.next=Jt.nextLoc,re.method!=="return"&&(re.method="next",re.arg=ct),re.delegate=null,Fe):ue:(re.method="throw",re.arg=new TypeError("iterator result is not an object"),re.delegate=null,Fe)}function et(Jt){var re={tryLoc:Jt[0]};1 in Jt&&(re.catchLoc=Jt[1]),2 in Jt&&(re.finallyLoc=Jt[2],re.afterLoc=Jt[3]),this.tryEntries.push(re)}function tt(Jt){var re=Jt.completion||{};re.type="normal",delete re.arg,Jt.completion=re}function lt(Jt){this.tryEntries=[{tryLoc:"root"}],Jt.forEach(et,this),this.reset(!0)}function ot(Jt){if(Jt){var re=Jt[It];if(re)return re.call(Jt);if(typeof Jt.next=="function")return Jt;if(!isNaN(Jt.length)){var se=-1,ge=function ue(){for(;++se<Jt.length;)if(gt.call(Jt,se))return ue.value=Jt[se],ue.done=!1,ue;return ue.value=ct,ue.done=!0,ue};return ge.next=ge}}return{next:ut}}function ut(){return{value:ct,done:!0}}var ct,ft=Object.prototype,gt=ft.hasOwnProperty,Lt=typeof Symbol=="function"?Symbol:{},It=Lt.iterator||"@@iterator",Ut=Lt.asyncIterator||"@@asyncIterator",Ft=Lt.toStringTag||"@@toStringTag",qt=typeof Qt=="object",te=Bt.regeneratorRuntime;if(te)return void(qt&&(Qt.exports=te));te=Bt.regeneratorRuntime=qt?Qt.exports:{},te.wrap=zt;var Xt="suspendedStart",he="suspendedYield",fe="executing",Ce="completed",Fe={},ze={};ze[It]=function(){return this};var we=Object.getPrototypeOf,De=we&&we(we(ot([])));De&&De!==ft&&gt.call(De,It)&&(ze=De);var pe=St.prototype=Mt.prototype=Object.create(ze);Rt.prototype=pe.constructor=St,St.constructor=Rt,St[Ft]=Rt.displayName="GeneratorFunction",te.isGeneratorFunction=function(Jt){var re=typeof Jt=="function"&&Jt.constructor;return!!re&&(re===Rt||(re.displayName||re.name)==="GeneratorFunction")},te.mark=function(Jt){return Object.setPrototypeOf?Object.setPrototypeOf(Jt,St):(Jt.__proto__=St,Ft in Jt||(Jt[Ft]="GeneratorFunction")),Jt.prototype=Object.create(pe),Jt},te.awrap=function(Jt){return{__await:Jt}},kt(xt.prototype),xt.prototype[Ut]=function(){return this},te.AsyncIterator=xt,te.async=function(Jt,re,se,ge){var ue=new xt(zt(Jt,re,se,ge));return te.isGeneratorFunction(re)?ue:ue.next().then(function(je){return je.done?je.value:ue.next()})},kt(pe),pe[Ft]="Generator",pe[It]=function(){return this},pe.toString=function(){return"[object Generator]"},te.keys=function(Jt){var re=[];for(var se in Jt)re.push(se);return re.reverse(),function ge(){for(;re.length;){var ue=re.pop();if(ue in Jt)return ge.value=ue,ge.done=!1,ge}return ge.done=!0,ge}},te.values=ot,lt.prototype={constructor:lt,reset:function(Jt){if(this.prev=0,this.next=0,this.sent=this._sent=ct,this.done=!1,this.delegate=null,this.method="next",this.arg=ct,this.tryEntries.forEach(tt),!Jt)for(var re in this)re.charAt(0)==="t"&&gt.call(this,re)&&!isNaN(+re.slice(1))&&(this[re]=ct)},stop:function(){this.done=!0;var Jt=this.tryEntries[0],re=Jt.completion;if(re.type==="throw")throw re.arg;return this.rval},dispatchException:function(Jt){function re(ke,He){return je.type="throw",je.arg=Jt,se.next=ke,He&&(se.method="next",se.arg=ct),!!He}if(this.done)throw Jt;for(var se=this,ge=this.tryEntries.length-1;ge>=0;--ge){var ue=this.tryEntries[ge],je=ue.completion;if(ue.tryLoc==="root")return re("end");if(ue.tryLoc<=this.prev){var Ne=gt.call(ue,"catchLoc"),qe=gt.call(ue,"finallyLoc");if(Ne&&qe){if(this.prev<ue.catchLoc)return re(ue.catchLoc,!0);if(this.prev<ue.finallyLoc)return re(ue.finallyLoc)}else if(Ne){if(this.prev<ue.catchLoc)return re(ue.catchLoc,!0)}else{if(!qe)throw new Error("try statement without catch or finally");if(this.prev<ue.finallyLoc)return re(ue.finallyLoc)}}}},abrupt:function(Jt,re){for(var se=this.tryEntries.length-1;se>=0;--se){var ge=this.tryEntries[se];if(ge.tryLoc<=this.prev&&gt.call(ge,"finallyLoc")&&this.prev<ge.finallyLoc){var ue=ge;break}}ue&&(Jt==="break"||Jt==="continue")&&ue.tryLoc<=re&&re<=ue.finallyLoc&&(ue=null);var je=ue?ue.completion:{};return je.type=Jt,je.arg=re,ue?(this.method="next",this.next=ue.finallyLoc,Fe):this.complete(je)},complete:function(Jt,re){if(Jt.type==="throw")throw Jt.arg;return Jt.type==="break"||Jt.type==="continue"?this.next=Jt.arg:Jt.type==="return"?(this.rval=this.arg=Jt.arg,this.method="return",this.next="end"):Jt.type==="normal"&&re&&(this.next=re),Fe},finish:function(Jt){for(var re=this.tryEntries.length-1;re>=0;--re){var se=this.tryEntries[re];if(se.finallyLoc===Jt)return this.complete(se.completion,se.afterLoc),tt(se),Fe}},catch:function(Jt){for(var re=this.tryEntries.length-1;re>=0;--re){var se=this.tryEntries[re];if(se.tryLoc===Jt){var ge=se.completion;if(ge.type==="throw"){var ue=ge.arg;tt(se)}return ue}}throw new Error("illegal catch attempt")},delegateYield:function(Jt,re,se){return this.delegate={iterator:ot(Jt),resultName:re,nextLoc:se},this.method==="next"&&(this.arg=ct),Fe}}})(function(){return this}()||Function("return this")())},{}],193:[function(wt,Qt,Vt){function Bt(Rt,St){for(var kt in Rt)St[kt]=Rt[kt]}function zt(Rt,St,kt){return Mt(Rt,St,kt)}var Ct=wt("buffer"),Mt=Ct.Buffer;Mt.from&&Mt.alloc&&Mt.allocUnsafe&&Mt.allocUnsafeSlow?Qt.exports=Ct:(Bt(Ct,Vt),Vt.Buffer=zt),Bt(Mt,zt),zt.from=function(Rt,St,kt){if(typeof Rt=="number")throw new TypeError("Argument must not be a number");return Mt(Rt,St,kt)},zt.alloc=function(Rt,St,kt){if(typeof Rt!="number")throw new TypeError("Argument must be a number");var xt=Mt(Rt);return St!==void 0?typeof kt=="string"?xt.fill(St,kt):xt.fill(St):xt.fill(0),xt},zt.allocUnsafe=function(Rt){if(typeof Rt!="number")throw new TypeError("Argument must be a number");return Mt(Rt)},zt.allocUnsafeSlow=function(Rt){if(typeof Rt!="number")throw new TypeError("Argument must be a number");return Ct.SlowBuffer(Rt)}},{buffer:38}],194:[function(wt,Qt,Vt){(function(Bt){"use strict";function zt(ut){return ut&&ut.__esModule?ut:{default:ut}}var Ct=wt("babel-runtime/core-js/string/from-code-point"),Mt=zt(Ct),Rt=wt("babel-runtime/core-js/json/stringify"),St=zt(Rt),kt=wt("babel-runtime/helpers/typeof"),xt=zt(kt),Dt=wt("babel-runtime/core-js/object/define-property"),yt=zt(Dt),et=wt("babel-runtime/core-js/object/keys"),tt=zt(et),lt=wt("babel-runtime/core-js/object/create"),ot=zt(lt);(function(ut){function ct(jt,Gt){if(!(this instanceof ct))return new ct(jt,Gt);var ae=this;gt(ae),ae.q=ae.c="",ae.bufferCheckPosition=ut.MAX_BUFFER_LENGTH,ae.opt=Gt||{},ae.opt.lowercase=ae.opt.lowercase||ae.opt.lowercasetags,ae.looseCase=ae.opt.lowercase?"toLowerCase":"toUpperCase",ae.tags=[],ae.closed=ae.closedRoot=ae.sawRoot=!1,ae.tag=ae.error=null,ae.strict=!!jt,ae.noscript=!(!jt&&!ae.opt.noscript),ae.state=Tt.BEGIN,ae.strictEntities=ae.opt.strictEntities,ae.ENTITIES=ae.strictEntities?(0,ot.default)(ut.XML_ENTITIES):(0,ot.default)(ut.ENTITIES),ae.attribList=[],ae.opt.xmlns&&(ae.ns=(0,ot.default)(Yt)),ae.trackPosition=ae.opt.position!==!1,ae.trackPosition&&(ae.position=ae.line=ae.column=0),fe(ae,"onready")}function ft(jt){for(var Gt=Math.max(ut.MAX_BUFFER_LENGTH,10),ae=0,xe=0,Ke=He.length;xe<Ke;xe++){var We=jt[He[xe]].length;if(We>Gt)switch(He[xe]){case"textNode":Fe(jt);break;case"cdata":Ce(jt,"oncdata",jt.cdata),jt.cdata="";break;case"script":Ce(jt,"onscript",jt.script),jt.script="";break;default:we(jt,"Max buffer length exceeded: "+He[xe])}ae=Math.max(ae,We)}var Me=ut.MAX_BUFFER_LENGTH-ae;jt.bufferCheckPosition=Me+jt.position}function gt(jt){for(var Gt=0,ae=He.length;Gt<ae;Gt++)jt[He[Gt]]=""}function Lt(jt){Fe(jt),jt.cdata!==""&&(Ce(jt,"oncdata",jt.cdata),jt.cdata=""),jt.script!==""&&(Ce(jt,"onscript",jt.script),jt.script="")}function It(jt,Gt){return new Ut(jt,Gt)}function Ut(jt,Gt){if(!(this instanceof Ut))return new Ut(jt,Gt);Ae.apply(this),this._parser=new ct(jt,Gt),this.writable=!0,this.readable=!0;var ae=this;this._parser.onend=function(){ae.emit("end")},this._parser.onerror=function(xe){ae.emit("error",xe),ae._parser.error=null},this._decoder=null,Ie.forEach(function(xe){(0,yt.default)(ae,"on"+xe,{get:function(){return ae._parser["on"+xe]},set:function(Ke){if(!Ke)return ae.removeAllListeners(xe),ae._parser["on"+xe]=Ke,Ke;ae.on(xe,Ke)},enumerable:!0,configurable:!1})})}function Ft(jt){return jt===" "||jt===`
`||jt==="\r"||jt===" "}function qt(jt){return jt==='"'||jt==="'"}function te(jt){return jt===">"||Ft(jt)}function Xt(jt,Gt){return jt.test(Gt)}function he(jt,Gt){return!Xt(jt,Gt)}function fe(jt,Gt,ae){jt[Gt]&&jt[Gt](ae)}function Ce(jt,Gt,ae){jt.textNode&&Fe(jt),fe(jt,Gt,ae)}function Fe(jt){jt.textNode=ze(jt.opt,jt.textNode),jt.textNode&&fe(jt,"ontext",jt.textNode),jt.textNode=""}function ze(jt,Gt){return jt.trim&&(Gt=Gt.trim()),jt.normalize&&(Gt=Gt.replace(/\s+/g," ")),Gt}function we(jt,Gt){return Fe(jt),jt.trackPosition&&(Gt+=`
Line: `+jt.line+`
Column: `+jt.column+`
Char: `+jt.c),Gt=new Error(Gt),jt.error=Gt,fe(jt,"onerror",Gt),jt}function De(jt){return jt.sawRoot&&!jt.closedRoot&&pe(jt,"Unclosed root tag"),jt.state!==Tt.BEGIN&&jt.state!==Tt.BEGIN_WHITESPACE&&jt.state!==Tt.TEXT&&we(jt,"Unexpected end"),Fe(jt),jt.c="",jt.closed=!0,fe(jt,"onend"),ct.call(jt,jt.strict,jt.opt),jt}function pe(jt,Gt){if((jt===void 0?"undefined":(0,xt.default)(jt))!=="object"||!(jt instanceof ct))throw new Error("bad call to strictFail");jt.strict&&we(jt,Gt)}function Jt(jt){jt.strict||(jt.tagName=jt.tagName[jt.looseCase]());var Gt=jt.tags[jt.tags.length-1]||jt,ae=jt.tag={name:jt.tagName,attributes:{}};jt.opt.xmlns&&(ae.ns=Gt.ns),jt.attribList.length=0,Ce(jt,"onopentagstart",ae)}function re(jt,Gt){var ae=jt.indexOf(":"),xe=ae<0?["",jt]:jt.split(":"),Ke=xe[0],We=xe[1];return Gt&&jt==="xmlns"&&(Ke="xmlns",We=""),{prefix:Ke,local:We}}function se(jt){if(jt.strict||(jt.attribName=jt.attribName[jt.looseCase]()),jt.attribList.indexOf(jt.attribName)!==-1||jt.tag.attributes.hasOwnProperty(jt.attribName))return void(jt.attribName=jt.attribValue="");if(jt.opt.xmlns){var Gt=re(jt.attribName,!0),ae=Gt.prefix,xe=Gt.local;if(ae==="xmlns")if(xe==="xml"&&jt.attribValue!==Et)pe(jt,"xml: prefix must be bound to "+Et+`
Actual: `+jt.attribValue);else if(xe==="xmlns"&&jt.attribValue!==At)pe(jt,"xmlns: prefix must be bound to "+At+`
Actual: `+jt.attribValue);else{var Ke=jt.tag,We=jt.tags[jt.tags.length-1]||jt;Ke.ns===We.ns&&(Ke.ns=(0,ot.default)(We.ns)),Ke.ns[xe]=jt.attribValue}jt.attribList.push([jt.attribName,jt.attribValue])}else jt.tag.attributes[jt.attribName]=jt.attribValue,Ce(jt,"onattribute",{name:jt.attribName,value:jt.attribValue});jt.attribName=jt.attribValue=""}function ge(jt,Gt){if(jt.opt.xmlns){var ae=jt.tag,xe=re(jt.tagName);ae.prefix=xe.prefix,ae.local=xe.local,ae.uri=ae.ns[xe.prefix]||"",ae.prefix&&!ae.uri&&(pe(jt,"Unbound namespace prefix: "+(0,St.default)(jt.tagName)),ae.uri=xe.prefix);var Ke=jt.tags[jt.tags.length-1]||jt;ae.ns&&Ke.ns!==ae.ns&&(0,tt.default)(ae.ns).forEach(function(ii){Ce(jt,"onopennamespace",{prefix:ii,uri:ae.ns[ii]})});for(var We=0,Me=jt.attribList.length;We<Me;We++){var Je=jt.attribList[We],un=Je[0],on=Je[1],$e=re(un,!0),En=$e.prefix,yn=$e.local,xn=En===""?"":ae.ns[En]||"",Fn={name:un,value:on,prefix:En,local:yn,uri:xn};En&&En!=="xmlns"&&!xn&&(pe(jt,"Unbound namespace prefix: "+(0,St.default)(En)),Fn.uri=En),jt.tag.attributes[un]=Fn,Ce(jt,"onattribute",Fn)}jt.attribList.length=0}jt.tag.isSelfClosing=!!Gt,jt.sawRoot=!0,jt.tags.push(jt.tag),Ce(jt,"onopentag",jt.tag),Gt||(jt.noscript||jt.tagName.toLowerCase()!=="script"?jt.state=Tt.TEXT:jt.state=Tt.SCRIPT,jt.tag=null,jt.tagName=""),jt.attribName=jt.attribValue="",jt.attribList.length=0}function ue(jt){if(!jt.tagName)return pe(jt,"Weird empty close tag."),jt.textNode+="</>",void(jt.state=Tt.TEXT);if(jt.script){if(jt.tagName!=="script")return jt.script+="</"+jt.tagName+">",jt.tagName="",void(jt.state=Tt.SCRIPT);Ce(jt,"onscript",jt.script),jt.script=""}var Gt=jt.tags.length,ae=jt.tagName;jt.strict||(ae=ae[jt.looseCase]());for(var xe=ae;Gt--&&jt.tags[Gt].name!==xe;)pe(jt,"Unexpected close tag");if(Gt<0)return pe(jt,"Unmatched closing tag: "+jt.tagName),jt.textNode+="</"+jt.tagName+">",void(jt.state=Tt.TEXT);jt.tagName=ae;for(var Ke=jt.tags.length;Ke-- >Gt;){var We=jt.tag=jt.tags.pop();jt.tagName=jt.tag.name,Ce(jt,"onclosetag",jt.tagName);var Me={};for(var Je in We.ns)Me[Je]=We.ns[Je];var un=jt.tags[jt.tags.length-1]||jt;jt.opt.xmlns&&We.ns!==un.ns&&(0,tt.default)(We.ns).forEach(function(on){var $e=We.ns[on];Ce(jt,"onclosenamespace",{prefix:on,uri:$e})})}Gt===0&&(jt.closedRoot=!0),jt.tagName=jt.attribValue=jt.attribName="",jt.attribList.length=0,jt.state=Tt.TEXT}function je(jt){var Gt,ae=jt.entity,xe=ae.toLowerCase(),Ke="";return jt.ENTITIES[ae]?jt.ENTITIES[ae]:jt.ENTITIES[xe]?jt.ENTITIES[xe]:(ae=xe,ae.charAt(0)==="#"&&(ae.charAt(1)==="x"?(ae=ae.slice(2),Gt=parseInt(ae,16),Ke=Gt.toString(16)):(ae=ae.slice(1),Gt=parseInt(ae,10),Ke=Gt.toString(10))),ae=ae.replace(/^0+/,""),isNaN(Gt)||Ke.toLowerCase()!==ae?(pe(jt,"Invalid character entity"),"&"+jt.entity+";"):(0,Mt.default)(Gt))}function Ne(jt,Gt){Gt==="<"?(jt.state=Tt.OPEN_WAKA,jt.startTagPosition=jt.position):Ft(Gt)||(pe(jt,"Non-whitespace before first tag."),jt.textNode=Gt,jt.state=Tt.TEXT)}function qe(jt,Gt){var ae="";return Gt<jt.length&&(ae=jt.charAt(Gt)),ae}function ke(jt){var Gt=this;if(this.error)throw this.error;if(Gt.closed)return we(Gt,"Cannot write after close. Assign an onready handler.");if(jt===null)return De(Gt);(jt===void 0?"undefined":(0,xt.default)(jt))==="object"&&(jt=jt.toString());for(var ae=0,xe="";xe=qe(jt,ae++),Gt.c=xe,!!xe;)switch(Gt.trackPosition&&(Gt.position++,xe===`
`?(Gt.line++,Gt.column=0):Gt.column++),Gt.state){case Tt.BEGIN:if(Gt.state=Tt.BEGIN_WHITESPACE,xe==="\uFEFF")continue;Ne(Gt,xe);continue;case Tt.BEGIN_WHITESPACE:Ne(Gt,xe);continue;case Tt.TEXT:if(Gt.sawRoot&&!Gt.closedRoot){for(var Ke=ae-1;xe&&xe!=="<"&&xe!=="&";)(xe=qe(jt,ae++))&&Gt.trackPosition&&(Gt.position++,xe===`
`?(Gt.line++,Gt.column=0):Gt.column++);Gt.textNode+=jt.substring(Ke,ae-1)}xe!=="<"||Gt.sawRoot&&Gt.closedRoot&&!Gt.strict?(Ft(xe)||Gt.sawRoot&&!Gt.closedRoot||pe(Gt,"Text data outside of root node."),xe==="&"?Gt.state=Tt.TEXT_ENTITY:Gt.textNode+=xe):(Gt.state=Tt.OPEN_WAKA,Gt.startTagPosition=Gt.position);continue;case Tt.SCRIPT:xe==="<"?Gt.state=Tt.SCRIPT_ENDING:Gt.script+=xe;continue;case Tt.SCRIPT_ENDING:xe==="/"?Gt.state=Tt.CLOSE_TAG:(Gt.script+="<"+xe,Gt.state=Tt.SCRIPT);continue;case Tt.OPEN_WAKA:if(xe==="!")Gt.state=Tt.SGML_DECL,Gt.sgmlDecl="";else if(!Ft(xe))if(Xt(oe,xe))Gt.state=Tt.OPEN_TAG,Gt.tagName=xe;else if(xe==="/")Gt.state=Tt.CLOSE_TAG,Gt.tagName="";else if(xe==="?")Gt.state=Tt.PROC_INST,Gt.procInstName=Gt.procInstBody="";else{if(pe(Gt,"Unencoded <"),Gt.startTagPosition+1<Gt.position){var We=Gt.position-Gt.startTagPosition;xe=new Array(We).join(" ")+xe}Gt.textNode+="<"+xe,Gt.state=Tt.TEXT}continue;case Tt.SGML_DECL:(Gt.sgmlDecl+xe).toUpperCase()===Ge?(Ce(Gt,"onopencdata"),Gt.state=Tt.CDATA,Gt.sgmlDecl="",Gt.cdata=""):Gt.sgmlDecl+xe==="--"?(Gt.state=Tt.COMMENT,Gt.comment="",Gt.sgmlDecl=""):(Gt.sgmlDecl+xe).toUpperCase()===ie?(Gt.state=Tt.DOCTYPE,(Gt.doctype||Gt.sawRoot)&&pe(Gt,"Inappropriately located doctype declaration"),Gt.doctype="",Gt.sgmlDecl=""):xe===">"?(Ce(Gt,"onsgmldeclaration",Gt.sgmlDecl),Gt.sgmlDecl="",Gt.state=Tt.TEXT):(qt(xe)&&(Gt.state=Tt.SGML_DECL_QUOTED),Gt.sgmlDecl+=xe);continue;case Tt.SGML_DECL_QUOTED:xe===Gt.q&&(Gt.state=Tt.SGML_DECL,Gt.q=""),Gt.sgmlDecl+=xe;continue;case Tt.DOCTYPE:xe===">"?(Gt.state=Tt.TEXT,Ce(Gt,"ondoctype",Gt.doctype),Gt.doctype=!0):(Gt.doctype+=xe,xe==="["?Gt.state=Tt.DOCTYPE_DTD:qt(xe)&&(Gt.state=Tt.DOCTYPE_QUOTED,Gt.q=xe));continue;case Tt.DOCTYPE_QUOTED:Gt.doctype+=xe,xe===Gt.q&&(Gt.q="",Gt.state=Tt.DOCTYPE);continue;case Tt.DOCTYPE_DTD:Gt.doctype+=xe,xe==="]"?Gt.state=Tt.DOCTYPE:qt(xe)&&(Gt.state=Tt.DOCTYPE_DTD_QUOTED,Gt.q=xe);continue;case Tt.DOCTYPE_DTD_QUOTED:Gt.doctype+=xe,xe===Gt.q&&(Gt.state=Tt.DOCTYPE_DTD,Gt.q="");continue;case Tt.COMMENT:xe==="-"?Gt.state=Tt.COMMENT_ENDING:Gt.comment+=xe;continue;case Tt.COMMENT_ENDING:xe==="-"?(Gt.state=Tt.COMMENT_ENDED,Gt.comment=ze(Gt.opt,Gt.comment),Gt.comment&&Ce(Gt,"oncomment",Gt.comment),Gt.comment=""):(Gt.comment+="-"+xe,Gt.state=Tt.COMMENT);continue;case Tt.COMMENT_ENDED:xe!==">"?(pe(Gt,"Malformed comment"),Gt.comment+="--"+xe,Gt.state=Tt.COMMENT):Gt.state=Tt.TEXT;continue;case Tt.CDATA:xe==="]"?Gt.state=Tt.CDATA_ENDING:Gt.cdata+=xe;continue;case Tt.CDATA_ENDING:xe==="]"?Gt.state=Tt.CDATA_ENDING_2:(Gt.cdata+="]"+xe,Gt.state=Tt.CDATA);continue;case Tt.CDATA_ENDING_2:xe===">"?(Gt.cdata&&Ce(Gt,"oncdata",Gt.cdata),Ce(Gt,"onclosecdata"),Gt.cdata="",Gt.state=Tt.TEXT):xe==="]"?Gt.cdata+="]":(Gt.cdata+="]]"+xe,Gt.state=Tt.CDATA);continue;case Tt.PROC_INST:xe==="?"?Gt.state=Tt.PROC_INST_ENDING:Ft(xe)?Gt.state=Tt.PROC_INST_BODY:Gt.procInstName+=xe;continue;case Tt.PROC_INST_BODY:if(!Gt.procInstBody&&Ft(xe))continue;xe==="?"?Gt.state=Tt.PROC_INST_ENDING:Gt.procInstBody+=xe;continue;case Tt.PROC_INST_ENDING:xe===">"?(Ce(Gt,"onprocessinginstruction",{name:Gt.procInstName,body:Gt.procInstBody}),Gt.procInstName=Gt.procInstBody="",Gt.state=Tt.TEXT):(Gt.procInstBody+="?"+xe,Gt.state=Tt.PROC_INST_BODY);continue;case Tt.OPEN_TAG:Xt(_t,xe)?Gt.tagName+=xe:(Jt(Gt),xe===">"?ge(Gt):xe==="/"?Gt.state=Tt.OPEN_TAG_SLASH:(Ft(xe)||pe(Gt,"Invalid character in tag name"),Gt.state=Tt.ATTRIB));continue;case Tt.OPEN_TAG_SLASH:xe===">"?(ge(Gt,!0),ue(Gt)):(pe(Gt,"Forward-slash in opening tag not followed by >"),Gt.state=Tt.ATTRIB);continue;case Tt.ATTRIB:if(Ft(xe))continue;xe===">"?ge(Gt):xe==="/"?Gt.state=Tt.OPEN_TAG_SLASH:Xt(oe,xe)?(Gt.attribName=xe,Gt.attribValue="",Gt.state=Tt.ATTRIB_NAME):pe(Gt,"Invalid attribute name");continue;case Tt.ATTRIB_NAME:xe==="="?Gt.state=Tt.ATTRIB_VALUE:xe===">"?(pe(Gt,"Attribute without value"),Gt.attribValue=Gt.attribName,se(Gt),ge(Gt)):Ft(xe)?Gt.state=Tt.ATTRIB_NAME_SAW_WHITE:Xt(_t,xe)?Gt.attribName+=xe:pe(Gt,"Invalid attribute name");continue;case Tt.ATTRIB_NAME_SAW_WHITE:if(xe==="=")Gt.state=Tt.ATTRIB_VALUE;else{if(Ft(xe))continue;pe(Gt,"Attribute without value"),Gt.tag.attributes[Gt.attribName]="",Gt.attribValue="",Ce(Gt,"onattribute",{name:Gt.attribName,value:""}),Gt.attribName="",xe===">"?ge(Gt):Xt(oe,xe)?(Gt.attribName=xe,Gt.state=Tt.ATTRIB_NAME):(pe(Gt,"Invalid attribute name"),Gt.state=Tt.ATTRIB)}continue;case Tt.ATTRIB_VALUE:if(Ft(xe))continue;qt(xe)?(Gt.q=xe,Gt.state=Tt.ATTRIB_VALUE_QUOTED):(pe(Gt,"Unquoted attribute value"),Gt.state=Tt.ATTRIB_VALUE_UNQUOTED,Gt.attribValue=xe);continue;case Tt.ATTRIB_VALUE_QUOTED:if(xe!==Gt.q){xe==="&"?Gt.state=Tt.ATTRIB_VALUE_ENTITY_Q:Gt.attribValue+=xe;continue}se(Gt),Gt.q="",Gt.state=Tt.ATTRIB_VALUE_CLOSED;continue;case Tt.ATTRIB_VALUE_CLOSED:Ft(xe)?Gt.state=Tt.ATTRIB:xe===">"?ge(Gt):xe==="/"?Gt.state=Tt.OPEN_TAG_SLASH:Xt(oe,xe)?(pe(Gt,"No whitespace between attributes"),Gt.attribName=xe,Gt.attribValue="",Gt.state=Tt.ATTRIB_NAME):pe(Gt,"Invalid attribute name");continue;case Tt.ATTRIB_VALUE_UNQUOTED:if(!te(xe)){xe==="&"?Gt.state=Tt.ATTRIB_VALUE_ENTITY_U:Gt.attribValue+=xe;continue}se(Gt),xe===">"?ge(Gt):Gt.state=Tt.ATTRIB;continue;case Tt.CLOSE_TAG:if(Gt.tagName)xe===">"?ue(Gt):Xt(_t,xe)?Gt.tagName+=xe:Gt.script?(Gt.script+="</"+Gt.tagName,Gt.tagName="",Gt.state=Tt.SCRIPT):(Ft(xe)||pe(Gt,"Invalid tagname in closing tag"),Gt.state=Tt.CLOSE_TAG_SAW_WHITE);else{if(Ft(xe))continue;he(oe,xe)?Gt.script?(Gt.script+="</"+xe,Gt.state=Tt.SCRIPT):pe(Gt,"Invalid tagname in closing tag."):Gt.tagName=xe}continue;case Tt.CLOSE_TAG_SAW_WHITE:if(Ft(xe))continue;xe===">"?ue(Gt):pe(Gt,"Invalid characters in closing tag");continue;case Tt.TEXT_ENTITY:case Tt.ATTRIB_VALUE_ENTITY_Q:case Tt.ATTRIB_VALUE_ENTITY_U:var Me,Je;switch(Gt.state){case Tt.TEXT_ENTITY:Me=Tt.TEXT,Je="textNode";break;case Tt.ATTRIB_VALUE_ENTITY_Q:Me=Tt.ATTRIB_VALUE_QUOTED,Je="attribValue";break;case Tt.ATTRIB_VALUE_ENTITY_U:Me=Tt.ATTRIB_VALUE_UNQUOTED,Je="attribValue"}xe===";"?(Gt[Je]+=je(Gt),Gt.entity="",Gt.state=Me):Xt(Gt.entity.length?Pt:Ot,xe)?Gt.entity+=xe:(pe(Gt,"Invalid character in entity name"),Gt[Je]+="&"+Gt.entity+xe,Gt.entity="",Gt.state=Me);continue;default:throw new Error(Gt,"Unknown state: "+Gt.state)}return Gt.position>=Gt.bufferCheckPosition&&ft(Gt),Gt}ut.parser=function(jt,Gt){return new ct(jt,Gt)},ut.SAXParser=ct,ut.SAXStream=Ut,ut.createStream=It,ut.MAX_BUFFER_LENGTH=65536;var He=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];ut.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"],ot.default||(Object.create=function(jt){function Gt(){}return Gt.prototype=jt,new Gt}),tt.default||(Object.keys=function(jt){var Gt=[];for(var ae in jt)jt.hasOwnProperty(ae)&&Gt.push(ae);return Gt}),ct.prototype={end:function(){De(this)},write:ke,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){Lt(this)}};var Ae;try{Ae=wt("stream").Stream}catch(jt){Ae=function(){}}var Ie=ut.EVENTS.filter(function(jt){return jt!=="error"&&jt!=="end"});Ut.prototype=(0,ot.default)(Ae.prototype,{constructor:{value:Ut}}),Ut.prototype.write=function(jt){if(typeof Bt=="function"&&typeof Bt.isBuffer=="function"&&Bt.isBuffer(jt)){if(!this._decoder){var Gt=wt("string_decoder").StringDecoder;this._decoder=new Gt("utf8")}jt=this._decoder.write(jt)}return this._parser.write(jt.toString()),this.emit("data",jt),!0},Ut.prototype.end=function(jt){return jt&&jt.length&&this.write(jt),this._parser.end(),!0},Ut.prototype.on=function(jt,Gt){var ae=this;return ae._parser["on"+jt]||Ie.indexOf(jt)===-1||(ae._parser["on"+jt]=function(){var xe=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);xe.splice(0,0,jt),ae.emit.apply(ae,xe)}),Ae.prototype.on.call(ae,jt,Gt)};var Ge="[CDATA[",ie="DOCTYPE",Et="http://www.w3.org/XML/1998/namespace",At="http://www.w3.org/2000/xmlns/",Yt={xml:Et,xmlns:At},oe=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,_t=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,Ot=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,Pt=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,Tt=0;ut.STATE={BEGIN:Tt++,BEGIN_WHITESPACE:Tt++,TEXT:Tt++,TEXT_ENTITY:Tt++,OPEN_WAKA:Tt++,SGML_DECL:Tt++,SGML_DECL_QUOTED:Tt++,DOCTYPE:Tt++,DOCTYPE_QUOTED:Tt++,DOCTYPE_DTD:Tt++,DOCTYPE_DTD_QUOTED:Tt++,COMMENT_STARTING:Tt++,COMMENT:Tt++,COMMENT_ENDING:Tt++,COMMENT_ENDED:Tt++,CDATA:Tt++,CDATA_ENDING:Tt++,CDATA_ENDING_2:Tt++,PROC_INST:Tt++,PROC_INST_BODY:Tt++,PROC_INST_ENDING:Tt++,OPEN_TAG:Tt++,OPEN_TAG_SLASH:Tt++,ATTRIB:Tt++,ATTRIB_NAME:Tt++,ATTRIB_NAME_SAW_WHITE:Tt++,ATTRIB_VALUE:Tt++,ATTRIB_VALUE_QUOTED:Tt++,ATTRIB_VALUE_CLOSED:Tt++,ATTRIB_VALUE_UNQUOTED:Tt++,ATTRIB_VALUE_ENTITY_Q:Tt++,ATTRIB_VALUE_ENTITY_U:Tt++,CLOSE_TAG:Tt++,CLOSE_TAG_SAW_WHITE:Tt++,SCRIPT:Tt++,SCRIPT_ENDING:Tt++},ut.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},ut.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},(0,tt.default)(ut.ENTITIES).forEach(function(jt){var Gt=ut.ENTITIES[jt],ae=typeof Gt=="number"?String.fromCharCode(Gt):Gt;ut.ENTITIES[jt]=ae});for(var $t in ut.STATE)ut.STATE[ut.STATE[$t]]=$t;Tt=ut.STATE,Mt.default||function(){var jt=String.fromCharCode,Gt=Math.floor,ae=function(){var xe,Ke,We=[],Me=-1,Je=arguments.length;if(!Je)return"";for(var un="";++Me<Je;){var on=Number(arguments[Me]);if(!isFinite(on)||on<0||on>1114111||Gt(on)!==on)throw RangeError("Invalid code point: "+on);on<=65535?We.push(on):(on-=65536,xe=55296+(on>>10),Ke=on%1024+56320,We.push(xe,Ke)),(Me+1===Je||We.length>16384)&&(un+=jt.apply(null,We),We.length=0)}return un};yt.default?Object.defineProperty(String,"fromCodePoint",{value:ae,configurable:!0,writable:!0}):String.fromCodePoint=ae}()})(Vt===void 0?(void 0).sax={}:Vt)}).call(this,wt("buffer").Buffer)},{"babel-runtime/core-js/json/stringify":17,"babel-runtime/core-js/object/create":19,"babel-runtime/core-js/object/define-property":20,"babel-runtime/core-js/object/keys":23,"babel-runtime/core-js/string/from-code-point":26,"babel-runtime/helpers/typeof":32,buffer:38,stream:195,string_decoder:37}],195:[function(wt,Qt,Vt){function Bt(){zt.call(this)}Qt.exports=Bt;var zt=wt("events").EventEmitter;wt("inherits")(Bt,zt),Bt.Readable=wt("readable-stream/readable.js"),Bt.Writable=wt("readable-stream/writable.js"),Bt.Duplex=wt("readable-stream/duplex.js"),Bt.Transform=wt("readable-stream/transform.js"),Bt.PassThrough=wt("readable-stream/passthrough.js"),Bt.Stream=Bt,Bt.prototype.pipe=function(Ct,Mt){function Rt(lt){Ct.writable&&Ct.write(lt)===!1&&et.pause&&et.pause()}function St(){et.readable&&et.resume&&et.resume()}function kt(){tt||(tt=!0,Ct.end())}function xt(){tt||(tt=!0,typeof Ct.destroy=="function"&&Ct.destroy())}function Dt(lt){if(yt(),zt.listenerCount(this,"error")===0)throw lt}function yt(){et.removeListener("data",Rt),Ct.removeListener("drain",St),et.removeListener("end",kt),et.removeListener("close",xt),et.removeListener("error",Dt),Ct.removeListener("error",Dt),et.removeListener("end",yt),et.removeListener("close",yt),Ct.removeListener("close",yt)}var et=this;et.on("data",Rt),Ct.on("drain",St),Ct._isStdio||Mt&&Mt.end===!1||(et.on("end",kt),et.on("close",xt));var tt=!1;return et.on("error",Dt),Ct.on("error",Dt),et.on("end",yt),et.on("close",yt),Ct.on("close",yt),Ct.emit("pipe",et),Ct}},{events:158,inherits:162,"readable-stream/duplex.js":178,"readable-stream/passthrough.js":187,"readable-stream/readable.js":188,"readable-stream/transform.js":189,"readable-stream/writable.js":190}],196:[function(wt,Qt,Vt){(function(Bt){var zt=wt("./lib/request"),Ct=wt("./lib/response"),Mt=wt("xtend"),Rt=wt("builtin-status-codes"),St=wt("url"),kt=Vt;kt.request=function(xt,Dt){xt=typeof xt=="string"?St.parse(xt):Mt(xt);var yt=Bt.location.protocol.search(/^https?:$/)===-1?"http:":"",et=xt.protocol||yt,tt=xt.hostname||xt.host,lt=xt.port,ot=xt.path||"/";tt&&tt.indexOf(":")!==-1&&(tt="["+tt+"]"),xt.url=(tt?et+"//"+tt:"")+(lt?":"+lt:"")+ot,xt.method=(xt.method||"GET").toUpperCase(),xt.headers=xt.headers||{};var ut=new zt(xt);return Dt&&ut.on("response",Dt),ut},kt.get=function(xt,Dt){var yt=kt.request(xt,Dt);return yt.end(),yt},kt.ClientRequest=zt,kt.IncomingMessage=Ct.IncomingMessage,kt.Agent=function(){},kt.Agent.defaultMaxSockets=4,kt.globalAgent=new kt.Agent,kt.STATUS_CODES=Rt,kt.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]}).call(this,typeof ce.g!="undefined"?ce.g:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{"./lib/request":198,"./lib/response":199,"builtin-status-codes":39,url:203,xtend:236}],197:[function(wt,Qt,Vt){(function(Bt){"use strict";function zt(){if(Rt!==void 0)return Rt;if(Bt.XMLHttpRequest){Rt=new Bt.XMLHttpRequest;try{Rt.open("GET",Bt.XDomainRequest?"/":"https://example.com")}catch(xt){Rt=null}}else Rt=null;return Rt}function Ct(xt){var Dt=zt();if(!Dt)return!1;try{return Dt.responseType=xt,Dt.responseType===xt}catch(yt){}return!1}function Mt(xt){return typeof xt=="function"}Vt.fetch=Mt(Bt.fetch)&&Mt(Bt.ReadableStream),Vt.writableStream=Mt(Bt.WritableStream),Vt.abortController=Mt(Bt.AbortController),Vt.blobConstructor=!1;try{new Blob([new ArrayBuffer(1)]),Vt.blobConstructor=!0}catch(xt){}var Rt,St=Bt.ArrayBuffer!==void 0,kt=St&&Mt(Bt.ArrayBuffer.prototype.slice);Vt.arraybuffer=Vt.fetch||St&&Ct("arraybuffer"),Vt.msstream=!Vt.fetch&&kt&&Ct("ms-stream"),Vt.mozchunkedarraybuffer=!Vt.fetch&&St&&Ct("moz-chunked-arraybuffer"),Vt.overrideMimeType=Vt.fetch||!!zt()&&Mt(zt().overrideMimeType),Vt.vbArray=Mt(Bt.VBArray),Rt=null}).call(this,typeof ce.g!="undefined"?ce.g:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{}],198:[function(wt,Qt,Vt){(function(Bt,zt,Ct){"use strict";function Mt(ft,gt){return xt.fetch&&gt?"fetch":xt.mozchunkedarraybuffer?"moz-chunked-arraybuffer":xt.msstream?"ms-stream":xt.arraybuffer&&ft?"arraybuffer":xt.vbArray&&ft?"text:vbarray":"text"}function Rt(ft){try{var gt=ft.status;return gt!==null&&gt!==0}catch(Lt){return!1}}var St=wt("babel-runtime/core-js/object/keys"),kt=function(ft){return ft&&ft.__esModule?ft:{default:ft}}(St),xt=wt("./capability"),Dt=wt("inherits"),yt=wt("./response"),et=wt("readable-stream"),tt=wt("to-arraybuffer"),lt=yt.IncomingMessage,ot=yt.readyStates,ut=Qt.exports=function(ft){var gt=this;et.Writable.call(gt),gt._opts=ft,gt._body=[],gt._headers={},ft.auth&&gt.setHeader("Authorization","Basic "+new Ct(ft.auth).toString("base64")),(0,kt.default)(ft.headers).forEach(function(Ut){gt.setHeader(Ut,ft.headers[Ut])});var Lt,It=!0;if(ft.mode==="disable-fetch"||"requestTimeout"in ft&&!xt.abortController)It=!1,Lt=!0;else if(ft.mode==="prefer-streaming")Lt=!1;else if(ft.mode==="allow-wrong-content-type")Lt=!xt.overrideMimeType;else{if(ft.mode&&ft.mode!=="default"&&ft.mode!=="prefer-fast")throw new Error("Invalid value for opts.mode");Lt=!0}gt._mode=Mt(Lt,It),gt._fetchTimer=null,gt.on("finish",function(){gt._onFinish()})};Dt(ut,et.Writable),ut.prototype.setHeader=function(ft,gt){var Lt=this,It=ft.toLowerCase();ct.indexOf(It)===-1&&(Lt._headers[It]={name:ft,value:gt})},ut.prototype.getHeader=function(ft){var gt=this._headers[ft.toLowerCase()];return gt?gt.value:null},ut.prototype.removeHeader=function(ft){delete this._headers[ft.toLowerCase()]},ut.prototype._onFinish=function(){var ft=this;if(!ft._destroyed){var gt=ft._opts,Lt=ft._headers,It=null;gt.method!=="GET"&&gt.method!=="HEAD"&&(It=xt.arraybuffer?tt(Ct.concat(ft._body)):xt.blobConstructor?new zt.Blob(ft._body.map(function(Xt){return tt(Xt)}),{type:(Lt["content-type"]||{}).value||""}):Ct.concat(ft._body).toString());var Ut=[];if((0,kt.default)(Lt).forEach(function(Xt){var he=Lt[Xt].name,fe=Lt[Xt].value;Array.isArray(fe)?fe.forEach(function(Ce){Ut.push([he,Ce])}):Ut.push([he,fe])}),ft._mode==="fetch"){var Ft=null;if(xt.abortController){var qt=new AbortController;Ft=qt.signal,ft._fetchAbortController=qt,"requestTimeout"in gt&&gt.requestTimeout!==0&&(ft._fetchTimer=zt.setTimeout(function(){ft.emit("requestTimeout"),ft._fetchAbortController&&ft._fetchAbortController.abort()},gt.requestTimeout))}zt.fetch(ft._opts.url,{method:ft._opts.method,headers:Ut,body:It||void 0,mode:"cors",credentials:gt.withCredentials?"include":"same-origin",signal:Ft}).then(function(Xt){ft._fetchResponse=Xt,ft._connect()},function(Xt){zt.clearTimeout(ft._fetchTimer),ft._destroyed||ft.emit("error",Xt)})}else{var te=ft._xhr=new zt.XMLHttpRequest;try{te.open(ft._opts.method,ft._opts.url,!0)}catch(Xt){return void Bt.nextTick(function(){ft.emit("error",Xt)})}"responseType"in te&&(te.responseType=ft._mode.split(":")[0]),"withCredentials"in te&&(te.withCredentials=!!gt.withCredentials),ft._mode==="text"&&"overrideMimeType"in te&&te.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in gt&&(te.timeout=gt.requestTimeout,te.ontimeout=function(){ft.emit("requestTimeout")}),Ut.forEach(function(Xt){te.setRequestHeader(Xt[0],Xt[1])}),ft._response=null,te.onreadystatechange=function(){switch(te.readyState){case ot.LOADING:case ot.DONE:ft._onXHRProgress()}},ft._mode==="moz-chunked-arraybuffer"&&(te.onprogress=function(){ft._onXHRProgress()}),te.onerror=function(){ft._destroyed||ft.emit("error",new Error("XHR error"))};try{te.send(It)}catch(Xt){return void Bt.nextTick(function(){ft.emit("error",Xt)})}}}},ut.prototype._onXHRProgress=function(){var ft=this;Rt(ft._xhr)&&!ft._destroyed&&(ft._response||ft._connect(),ft._response._onXHRProgress())},ut.prototype._connect=function(){var ft=this;ft._destroyed||(ft._response=new lt(ft._xhr,ft._fetchResponse,ft._mode,ft._fetchTimer),ft._response.on("error",function(gt){ft.emit("error",gt)}),ft.emit("response",ft._response))},ut.prototype._write=function(ft,gt,Lt){this._body.push(ft),Lt()},ut.prototype.abort=ut.prototype.destroy=function(){var ft=this;ft._destroyed=!0,zt.clearTimeout(ft._fetchTimer),ft._response&&(ft._response._destroyed=!0),ft._xhr?ft._xhr.abort():ft._fetchAbortController&&ft._fetchAbortController.abort()},ut.prototype.end=function(ft,gt,Lt){var It=this;typeof ft=="function"&&(Lt=ft,ft=void 0),et.Writable.prototype.end.call(It,ft,gt,Lt)},ut.prototype.flushHeaders=function(){},ut.prototype.setTimeout=function(){},ut.prototype.setNoDelay=function(){},ut.prototype.setSocketKeepAlive=function(){};var ct=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","user-agent","via"]}).call(this,wt("_process"),typeof ce.g!="undefined"?ce.g:typeof self!="undefined"?self:typeof window!="undefined"?window:{},wt("buffer").Buffer)},{"./capability":197,"./response":199,_process:173,"babel-runtime/core-js/object/keys":23,buffer:38,inherits:162,"readable-stream":188,"to-arraybuffer":202}],199:[function(wt,Qt,Vt){(function(Bt,zt,Ct){"use strict";var Mt=wt("babel-runtime/core-js/promise"),Rt=function(et){return et&&et.__esModule?et:{default:et}}(Mt),St=wt("./capability"),kt=wt("inherits"),xt=wt("readable-stream"),Dt=Vt.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},yt=Vt.IncomingMessage=function(et,tt,lt,ot){var ut=this;if(xt.Readable.call(ut),ut._mode=lt,ut.headers={},ut.rawHeaders=[],ut.trailers={},ut.rawTrailers=[],ut.on("end",function(){Bt.nextTick(function(){ut.emit("close")})}),lt==="fetch"){if(ut._fetchResponse=tt,ut.url=tt.url,ut.statusCode=tt.status,ut.statusMessage=tt.statusText,tt.headers.forEach(function(It,Ut){ut.headers[Ut.toLowerCase()]=It,ut.rawHeaders.push(Ut,It)}),St.writableStream){var ct=new WritableStream({write:function(It){return new Rt.default(function(Ut,Ft){ut._destroyed?Ft():ut.push(new Ct(It))?Ut():ut._resumeFetch=Ut})},close:function(){zt.clearTimeout(ot),ut._destroyed||ut.push(null)},abort:function(It){ut._destroyed||ut.emit("error",It)}});try{return void tt.body.pipeTo(ct).catch(function(It){zt.clearTimeout(ot),ut._destroyed||ut.emit("error",It)})}catch(It){}}var ft=tt.body.getReader();(function It(){ft.read().then(function(Ut){if(!ut._destroyed){if(Ut.done)return zt.clearTimeout(ot),void ut.push(null);ut.push(new Ct(Ut.value)),It()}}).catch(function(Ut){zt.clearTimeout(ot),ut._destroyed||ut.emit("error",Ut)})})()}else if(ut._xhr=et,ut._pos=0,ut.url=et.responseURL,ut.statusCode=et.status,ut.statusMessage=et.statusText,et.getAllResponseHeaders().split(/\r?\n/).forEach(function(It){var Ut=It.match(/^([^:]+):\s*(.*)/);if(Ut){var Ft=Ut[1].toLowerCase();Ft==="set-cookie"?(ut.headers[Ft]===void 0&&(ut.headers[Ft]=[]),ut.headers[Ft].push(Ut[2])):ut.headers[Ft]!==void 0?ut.headers[Ft]+=", "+Ut[2]:ut.headers[Ft]=Ut[2],ut.rawHeaders.push(Ut[1],Ut[2])}}),ut._charset="x-user-defined",!St.overrideMimeType){var gt=ut.rawHeaders["mime-type"];if(gt){var Lt=gt.match(/;\s*charset=([^;])(;|$)/);Lt&&(ut._charset=Lt[1].toLowerCase())}ut._charset||(ut._charset="utf-8")}};kt(yt,xt.Readable),yt.prototype._read=function(){var et=this,tt=et._resumeFetch;tt&&(et._resumeFetch=null,tt())},yt.prototype._onXHRProgress=function(){var et=this,tt=et._xhr,lt=null;switch(et._mode){case"text:vbarray":if(tt.readyState!==Dt.DONE)break;try{lt=new zt.VBArray(tt.responseBody).toArray()}catch(gt){}if(lt!==null){et.push(new Ct(lt));break}case"text":try{lt=tt.responseText}catch(gt){et._mode="text:vbarray";break}if(lt.length>et._pos){var ot=lt.substr(et._pos);if(et._charset==="x-user-defined"){for(var ut=new Ct(ot.length),ct=0;ct<ot.length;ct++)ut[ct]=255&ot.charCodeAt(ct);et.push(ut)}else et.push(ot,et._charset);et._pos=lt.length}break;case"arraybuffer":if(tt.readyState!==Dt.DONE||!tt.response)break;lt=tt.response,et.push(new Ct(new Uint8Array(lt)));break;case"moz-chunked-arraybuffer":if(lt=tt.response,tt.readyState!==Dt.LOADING||!lt)break;et.push(new Ct(new Uint8Array(lt)));break;case"ms-stream":if(lt=tt.response,tt.readyState!==Dt.LOADING)break;var ft=new zt.MSStreamReader;ft.onprogress=function(){ft.result.byteLength>et._pos&&(et.push(new Ct(new Uint8Array(ft.result.slice(et._pos)))),et._pos=ft.result.byteLength)},ft.onload=function(){et.push(null)},ft.readAsArrayBuffer(lt)}et._xhr.readyState===Dt.DONE&&et._mode!=="ms-stream"&&et.push(null)}}).call(this,wt("_process"),typeof ce.g!="undefined"?ce.g:typeof self!="undefined"?self:typeof window!="undefined"?window:{},wt("buffer").Buffer)},{"./capability":197,_process:173,"babel-runtime/core-js/promise":24,buffer:38,inherits:162,"readable-stream":188}],200:[function(wt,Qt,Vt){"use strict";function Bt(gt){if(!gt)return"utf8";for(var Lt;;)switch(gt){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return gt;default:if(Lt)return;gt=(""+gt).toLowerCase(),Lt=!0}}function zt(gt){var Lt=Bt(gt);if(typeof Lt!="string"&&(ct.isEncoding===ft||!ft(gt)))throw new Error("Unknown encoding: "+gt);return Lt||gt}function Ct(gt){this.encoding=zt(gt);var Lt;switch(this.encoding){case"utf16le":this.text=yt,this.end=et,Lt=4;break;case"utf8":this.fillLast=kt,Lt=4;break;case"base64":this.text=tt,this.end=lt,Lt=3;break;default:return this.write=ot,void(this.end=ut)}this.lastNeed=0,this.lastTotal=0,this.lastChar=ct.allocUnsafe(Lt)}function Mt(gt){return gt<=127?0:gt>>5==6?2:gt>>4==14?3:gt>>3==30?4:gt>>6==2?-1:-2}function Rt(gt,Lt,It){var Ut=Lt.length-1;if(Ut<It)return 0;var Ft=Mt(Lt[Ut]);return Ft>=0?(Ft>0&&(gt.lastNeed=Ft-1),Ft):--Ut<It||Ft===-2?0:(Ft=Mt(Lt[Ut]))>=0?(Ft>0&&(gt.lastNeed=Ft-2),Ft):--Ut<It||Ft===-2?0:(Ft=Mt(Lt[Ut]),Ft>=0?(Ft>0&&(Ft===2?Ft=0:gt.lastNeed=Ft-3),Ft):0)}function St(gt,Lt,It){if((192&Lt[0])!=128)return gt.lastNeed=0,"\u951F\uFFFD";if(gt.lastNeed>1&&Lt.length>1){if((192&Lt[1])!=128)return gt.lastNeed=1,"\u951F\uFFFD";if(gt.lastNeed>2&&Lt.length>2&&(192&Lt[2])!=128)return gt.lastNeed=2,"\u951F\uFFFD"}}function kt(gt){var Lt=this.lastTotal-this.lastNeed,It=St(this,gt,Lt);return It!==void 0?It:this.lastNeed<=gt.length?(gt.copy(this.lastChar,Lt,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(gt.copy(this.lastChar,Lt,0,gt.length),void(this.lastNeed-=gt.length))}function xt(gt,Lt){var It=Rt(this,gt,Lt);if(!this.lastNeed)return gt.toString("utf8",Lt);this.lastTotal=It;var Ut=gt.length-(It-this.lastNeed);return gt.copy(this.lastChar,0,Ut),gt.toString("utf8",Lt,Ut)}function Dt(gt){var Lt=gt&&gt.length?this.write(gt):"";return this.lastNeed?Lt+"\u951F\uFFFD":Lt}function yt(gt,Lt){if((gt.length-Lt)%2==0){var It=gt.toString("utf16le",Lt);if(It){var Ut=It.charCodeAt(It.length-1);if(Ut>=55296&&Ut<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=gt[gt.length-2],this.lastChar[1]=gt[gt.length-1],It.slice(0,-1)}return It}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=gt[gt.length-1],gt.toString("utf16le",Lt,gt.length-1)}function et(gt){var Lt=gt&&gt.length?this.write(gt):"";if(this.lastNeed){var It=this.lastTotal-this.lastNeed;return Lt+this.lastChar.toString("utf16le",0,It)}return Lt}function tt(gt,Lt){var It=(gt.length-Lt)%3;return It===0?gt.toString("base64",Lt):(this.lastNeed=3-It,this.lastTotal=3,It===1?this.lastChar[0]=gt[gt.length-1]:(this.lastChar[0]=gt[gt.length-2],this.lastChar[1]=gt[gt.length-1]),gt.toString("base64",Lt,gt.length-It))}function lt(gt){var Lt=gt&&gt.length?this.write(gt):"";return this.lastNeed?Lt+this.lastChar.toString("base64",0,3-this.lastNeed):Lt}function ot(gt){return gt.toString(this.encoding)}function ut(gt){return gt&&gt.length?this.write(gt):""}var ct=wt("safe-buffer").Buffer,ft=ct.isEncoding||function(gt){switch((gt=""+gt)&&gt.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};Vt.StringDecoder=Ct,Ct.prototype.write=function(gt){if(gt.length===0)return"";var Lt,It;if(this.lastNeed){if((Lt=this.fillLast(gt))===void 0)return"";It=this.lastNeed,this.lastNeed=0}else It=0;return It<gt.length?Lt?Lt+this.text(gt,It):this.text(gt,It):Lt||""},Ct.prototype.end=Dt,Ct.prototype.text=xt,Ct.prototype.fillLast=function(gt){if(this.lastNeed<=gt.length)return gt.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);gt.copy(this.lastChar,this.lastTotal-this.lastNeed,0,gt.length),this.lastNeed-=gt.length}},{"safe-buffer":193}],201:[function(wt,Qt,Vt){(function(Bt,zt){function Ct(Dt,yt){this._id=Dt,this._clearFn=yt}var Mt=wt("process/browser.js").nextTick,Rt=Function.prototype.apply,St=Array.prototype.slice,kt={},xt=0;Vt.setTimeout=function(){return new Ct(Rt.call(setTimeout,window,arguments),clearTimeout)},Vt.setInterval=function(){return new Ct(Rt.call(setInterval,window,arguments),clearInterval)},Vt.clearTimeout=Vt.clearInterval=function(Dt){Dt.close()},Ct.prototype.unref=Ct.prototype.ref=function(){},Ct.prototype.close=function(){this._clearFn.call(window,this._id)},Vt.enroll=function(Dt,yt){clearTimeout(Dt._idleTimeoutId),Dt._idleTimeout=yt},Vt.unenroll=function(Dt){clearTimeout(Dt._idleTimeoutId),Dt._idleTimeout=-1},Vt._unrefActive=Vt.active=function(Dt){clearTimeout(Dt._idleTimeoutId);var yt=Dt._idleTimeout;yt>=0&&(Dt._idleTimeoutId=setTimeout(function(){Dt._onTimeout&&Dt._onTimeout()},yt))},Vt.setImmediate=typeof Bt=="function"?Bt:function(Dt){var yt=xt++,et=!(arguments.length<2)&&St.call(arguments,1);return kt[yt]=!0,Mt(function(){kt[yt]&&(et?Dt.apply(null,et):Dt.call(null),Vt.clearImmediate(yt))}),yt},Vt.clearImmediate=typeof zt=="function"?zt:function(Dt){delete kt[Dt]}}).call(this,wt("timers").setImmediate,wt("timers").clearImmediate)},{"process/browser.js":173,timers:201}],202:[function(wt,Qt,Vt){var Bt=wt("buffer").Buffer;Qt.exports=function(zt){if(zt instanceof Uint8Array){if(zt.byteOffset===0&&zt.byteLength===zt.buffer.byteLength)return zt.buffer;if(typeof zt.buffer.slice=="function")return zt.buffer.slice(zt.byteOffset,zt.byteOffset+zt.byteLength)}if(Bt.isBuffer(zt)){for(var Ct=new Uint8Array(zt.length),Mt=zt.length,Rt=0;Rt<Mt;Rt++)Ct[Rt]=zt[Rt];return Ct.buffer}throw new Error("Argument must be a Buffer")}},{buffer:38}],203:[function(wt,Qt,Vt){"use strict";function Bt(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}function zt(Ft,qt,te){if(Ft&&kt.isObject(Ft)&&Ft instanceof Bt)return Ft;var Xt=new Bt;return Xt.parse(Ft,qt,te),Xt}function Ct(Ft){return kt.isString(Ft)&&(Ft=zt(Ft)),Ft instanceof Bt?Ft.format():Bt.prototype.format.call(Ft)}function Mt(Ft,qt){return zt(Ft,!1,!0).resolve(qt)}function Rt(Ft,qt){return Ft?zt(Ft,!1,!0).resolveObject(qt):qt}var St=wt("punycode"),kt=wt("./util");Vt.parse=zt,Vt.resolve=Mt,Vt.resolveObject=Rt,Vt.format=Ct,Vt.Url=Bt;var xt=/^([a-z0-9.+-]+:)/i,Dt=/:[0-9]*$/,yt=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,et=["<",">",'"',"`"," ","\r",`
`," "],tt=["{","}","|","\\","^","`"].concat(et),lt=["'"].concat(tt),ot=["%","/","?",";","#"].concat(lt),ut=["/","?","#"],ct=/^[+a-z0-9A-Z_-]{0,63}$/,ft=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,gt={javascript:!0,"javascript:":!0},Lt={javascript:!0,"javascript:":!0},It={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},Ut=wt("querystring");Bt.prototype.parse=function(Ft,qt,te){if(!kt.isString(Ft))throw new TypeError("Parameter 'url' must be a string, not "+typeof Ft);var Xt=Ft.indexOf("?"),he=Xt!==-1&&Xt<Ft.indexOf("#")?"?":"#",fe=Ft.split(he),Ce=/\\/g;fe[0]=fe[0].replace(Ce,"/"),Ft=fe.join(he);var Fe=Ft;if(Fe=Fe.trim(),!te&&Ft.split("#").length===1){var ze=yt.exec(Fe);if(ze)return this.path=Fe,this.href=Fe,this.pathname=ze[1],ze[2]?(this.search=ze[2],this.query=qt?Ut.parse(this.search.substr(1)):this.search.substr(1)):qt&&(this.search="",this.query={}),this}var we=xt.exec(Fe);if(we){we=we[0];var De=we.toLowerCase();this.protocol=De,Fe=Fe.substr(we.length)}if(te||we||Fe.match(/^\/\/[^@\/]+@[^@\/]+/)){var pe=Fe.substr(0,2)==="//";!pe||we&&Lt[we]||(Fe=Fe.substr(2),this.slashes=!0)}if(!Lt[we]&&(pe||we&&!It[we])){for(var Jt=-1,re=0;re<ut.length;re++){var se=Fe.indexOf(ut[re]);se!==-1&&(Jt===-1||se<Jt)&&(Jt=se)}var ge,ue;ue=Jt===-1?Fe.lastIndexOf("@"):Fe.lastIndexOf("@",Jt),ue!==-1&&(ge=Fe.slice(0,ue),Fe=Fe.slice(ue+1),this.auth=decodeURIComponent(ge)),Jt=-1;for(var re=0;re<ot.length;re++){var se=Fe.indexOf(ot[re]);se!==-1&&(Jt===-1||se<Jt)&&(Jt=se)}Jt===-1&&(Jt=Fe.length),this.host=Fe.slice(0,Jt),Fe=Fe.slice(Jt),this.parseHost(),this.hostname=this.hostname||"";var je=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!je)for(var Ne=this.hostname.split(/\./),re=0,qe=Ne.length;re<qe;re++){var ke=Ne[re];if(ke&&!ke.match(ct)){for(var He="",Ae=0,Ie=ke.length;Ae<Ie;Ae++)ke.charCodeAt(Ae)>127?He+="x":He+=ke[Ae];if(!He.match(ct)){var Ge=Ne.slice(0,re),ie=Ne.slice(re+1),Et=ke.match(ft);Et&&(Ge.push(Et[1]),ie.unshift(Et[2])),ie.length&&(Fe="/"+ie.join(".")+Fe),this.hostname=Ge.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),je||(this.hostname=St.toASCII(this.hostname));var At=this.port?":"+this.port:"",Yt=this.hostname||"";this.host=Yt+At,this.href+=this.host,je&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),Fe[0]!=="/"&&(Fe="/"+Fe))}if(!gt[De])for(var re=0,qe=lt.length;re<qe;re++){var oe=lt[re];if(Fe.indexOf(oe)!==-1){var _t=encodeURIComponent(oe);_t===oe&&(_t=escape(oe)),Fe=Fe.split(oe).join(_t)}}var Ot=Fe.indexOf("#");Ot!==-1&&(this.hash=Fe.substr(Ot),Fe=Fe.slice(0,Ot));var Pt=Fe.indexOf("?");if(Pt!==-1?(this.search=Fe.substr(Pt),this.query=Fe.substr(Pt+1),qt&&(this.query=Ut.parse(this.query)),Fe=Fe.slice(0,Pt)):qt&&(this.search="",this.query={}),Fe&&(this.pathname=Fe),It[De]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){var At=this.pathname||"",Tt=this.search||"";this.path=At+Tt}return this.href=this.format(),this},Bt.prototype.format=function(){var Ft=this.auth||"";Ft&&(Ft=encodeURIComponent(Ft),Ft=Ft.replace(/%3A/i,":"),Ft+="@");var qt=this.protocol||"",te=this.pathname||"",Xt=this.hash||"",he=!1,fe="";this.host?he=Ft+this.host:this.hostname&&(he=Ft+(this.hostname.indexOf(":")===-1?this.hostname:"["+this.hostname+"]"),this.port&&(he+=":"+this.port)),this.query&&kt.isObject(this.query)&&Object.keys(this.query).length&&(fe=Ut.stringify(this.query));var Ce=this.search||fe&&"?"+fe||"";return qt&&qt.substr(-1)!==":"&&(qt+=":"),this.slashes||(!qt||It[qt])&&he!==!1?(he="//"+(he||""),te&&te.charAt(0)!=="/"&&(te="/"+te)):he||(he=""),Xt&&Xt.charAt(0)!=="#"&&(Xt="#"+Xt),Ce&&Ce.charAt(0)!=="?"&&(Ce="?"+Ce),te=te.replace(/[?#]/g,function(Fe){return encodeURIComponent(Fe)}),Ce=Ce.replace("#","%23"),qt+he+te+Ce+Xt},Bt.prototype.resolve=function(Ft){return this.resolveObject(zt(Ft,!1,!0)).format()},Bt.prototype.resolveObject=function(Ft){if(kt.isString(Ft)){var qt=new Bt;qt.parse(Ft,!1,!0),Ft=qt}for(var te=new Bt,Xt=Object.keys(this),he=0;he<Xt.length;he++){var fe=Xt[he];te[fe]=this[fe]}if(te.hash=Ft.hash,Ft.href==="")return te.href=te.format(),te;if(Ft.slashes&&!Ft.protocol){for(var Ce=Object.keys(Ft),Fe=0;Fe<Ce.length;Fe++){var ze=Ce[Fe];ze!=="protocol"&&(te[ze]=Ft[ze])}return It[te.protocol]&&te.hostname&&!te.pathname&&(te.path=te.pathname="/"),te.href=te.format(),te}if(Ft.protocol&&Ft.protocol!==te.protocol){if(!It[Ft.protocol]){for(var we=Object.keys(Ft),De=0;De<we.length;De++){var pe=we[De];te[pe]=Ft[pe]}return te.href=te.format(),te}if(te.protocol=Ft.protocol,Ft.host||Lt[Ft.protocol])te.pathname=Ft.pathname;else{for(var qe=(Ft.pathname||"").split("/");qe.length&&!(Ft.host=qe.shift()););Ft.host||(Ft.host=""),Ft.hostname||(Ft.hostname=""),qe[0]!==""&&qe.unshift(""),qe.length<2&&qe.unshift(""),te.pathname=qe.join("/")}if(te.search=Ft.search,te.query=Ft.query,te.host=Ft.host||"",te.auth=Ft.auth,te.hostname=Ft.hostname||Ft.host,te.port=Ft.port,te.pathname||te.search){var Jt=te.pathname||"",re=te.search||"";te.path=Jt+re}return te.slashes=te.slashes||Ft.slashes,te.href=te.format(),te}var se=te.pathname&&te.pathname.charAt(0)==="/",ge=Ft.host||Ft.pathname&&Ft.pathname.charAt(0)==="/",ue=ge||se||te.host&&Ft.pathname,je=ue,Ne=te.pathname&&te.pathname.split("/")||[],qe=Ft.pathname&&Ft.pathname.split("/")||[],ke=te.protocol&&!It[te.protocol];if(ke&&(te.hostname="",te.port=null,te.host&&(Ne[0]===""?Ne[0]=te.host:Ne.unshift(te.host)),te.host="",Ft.protocol&&(Ft.hostname=null,Ft.port=null,Ft.host&&(qe[0]===""?qe[0]=Ft.host:qe.unshift(Ft.host)),Ft.host=null),ue=ue&&(qe[0]===""||Ne[0]==="")),ge)te.host=Ft.host||Ft.host===""?Ft.host:te.host,te.hostname=Ft.hostname||Ft.hostname===""?Ft.hostname:te.hostname,te.search=Ft.search,te.query=Ft.query,Ne=qe;else if(qe.length)Ne||(Ne=[]),Ne.pop(),Ne=Ne.concat(qe),te.search=Ft.search,te.query=Ft.query;else if(!kt.isNullOrUndefined(Ft.search)){if(ke){te.hostname=te.host=Ne.shift();var He=!!(te.host&&te.host.indexOf("@")>0)&&te.host.split("@");He&&(te.auth=He.shift(),te.host=te.hostname=He.shift())}return te.search=Ft.search,te.query=Ft.query,kt.isNull(te.pathname)&&kt.isNull(te.search)||(te.path=(te.pathname?te.pathname:"")+(te.search?te.search:"")),te.href=te.format(),te}if(!Ne.length)return te.pathname=null,te.search?te.path="/"+te.search:te.path=null,te.href=te.format(),te;for(var Ae=Ne.slice(-1)[0],Ie=(te.host||Ft.host||Ne.length>1)&&(Ae==="."||Ae==="..")||Ae==="",Ge=0,ie=Ne.length;ie>=0;ie--)Ae=Ne[ie],Ae==="."?Ne.splice(ie,1):Ae===".."?(Ne.splice(ie,1),Ge++):Ge&&(Ne.splice(ie,1),Ge--);if(!ue&&!je)for(;Ge--;Ge)Ne.unshift("..");!ue||Ne[0]===""||Ne[0]&&Ne[0].charAt(0)==="/"||Ne.unshift(""),Ie&&Ne.join("/").substr(-1)!=="/"&&Ne.push("");var Et=Ne[0]===""||Ne[0]&&Ne[0].charAt(0)==="/";if(ke){te.hostname=te.host=Et?"":Ne.length?Ne.shift():"";var He=!!(te.host&&te.host.indexOf("@")>0)&&te.host.split("@");He&&(te.auth=He.shift(),te.host=te.hostname=He.shift())}return ue=ue||te.host&&Ne.length,ue&&!Et&&Ne.unshift(""),Ne.length?te.pathname=Ne.join("/"):(te.pathname=null,te.path=null),kt.isNull(te.pathname)&&kt.isNull(te.search)||(te.path=(te.pathname?te.pathname:"")+(te.search?te.search:"")),te.auth=Ft.auth||te.auth,te.slashes=te.slashes||Ft.slashes,te.href=te.format(),te},Bt.prototype.parseHost=function(){var Ft=this.host,qt=Dt.exec(Ft);qt&&(qt=qt[0],qt!==":"&&(this.port=qt.substr(1)),Ft=Ft.substr(0,Ft.length-qt.length)),Ft&&(this.hostname=Ft)}},{"./util":204,punycode:174,querystring:177}],204:[function(wt,Qt,Vt){"use strict";Qt.exports={isString:function(Bt){return typeof Bt=="string"},isObject:function(Bt){return typeof Bt=="object"&&Bt!==null},isNull:function(Bt){return Bt===null},isNullOrUndefined:function(Bt){return Bt==null}}},{}],205:[function(wt,Qt,Vt){(function(Bt){function zt(Mt,Rt){function St(){if(!kt){if(Ct("throwDeprecation"))throw new Error(Rt);Ct("traceDeprecation")?console.trace(Rt):console.warn(Rt),kt=!0}return Mt.apply(this,arguments)}if(Ct("noDeprecation"))return Mt;var kt=!1;return St}function Ct(Mt){try{if(!Bt.localStorage)return!1}catch(St){return!1}var Rt=Bt.localStorage[Mt];return Rt!=null&&String(Rt).toLowerCase()==="true"}Qt.exports=zt}).call(this,typeof ce.g!="undefined"?ce.g:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{}],206:[function(wt,Qt,Vt){Qt.exports=function(Bt){return Bt&&typeof Bt=="object"&&typeof Bt.copy=="function"&&typeof Bt.fill=="function"&&typeof Bt.readUInt8=="function"}},{}],207:[function(wt,Qt,Vt){(function(Bt,zt){function Ct(re,se){var ge={seen:[],stylize:Rt};return arguments.length>=3&&(ge.depth=arguments[2]),arguments.length>=4&&(ge.colors=arguments[3]),ot(se)?ge.showHidden=se:se&&Vt._extend(ge,se),It(ge.showHidden)&&(ge.showHidden=!1),It(ge.depth)&&(ge.depth=2),It(ge.colors)&&(ge.colors=!1),It(ge.customInspect)&&(ge.customInspect=!0),ge.colors&&(ge.stylize=Mt),kt(ge,re,ge.depth)}function Mt(re,se){var ge=Ct.styles[se];return ge?"\x1B["+Ct.colors[ge][0]+"m"+re+"\x1B["+Ct.colors[ge][1]+"m":re}function Rt(re,se){return re}function St(re){var se={};return re.forEach(function(ge,ue){se[ge]=!0}),se}function kt(re,se,ge){if(re.customInspect&&se&&Xt(se.inspect)&&se.inspect!==Vt.inspect&&(!se.constructor||se.constructor.prototype!==se)){var ue=se.inspect(ge,re);return gt(ue)||(ue=kt(re,ue,ge)),ue}var je=xt(re,se);if(je)return je;var Ne=Object.keys(se),qe=St(Ne);if(re.showHidden&&(Ne=Object.getOwnPropertyNames(se)),te(se)&&(Ne.indexOf("message")>=0||Ne.indexOf("description")>=0))return Dt(se);if(Ne.length===0){if(Xt(se)){var ke=se.name?": "+se.name:"";return re.stylize("[Function"+ke+"]","special")}if(Ut(se))return re.stylize(RegExp.prototype.toString.call(se),"regexp");if(qt(se))return re.stylize(Date.prototype.toString.call(se),"date");if(te(se))return Dt(se)}var He="",Ae=!1,Ie=["{","}"];if(lt(se)&&(Ae=!0,Ie=["[","]"]),Xt(se)&&(He=" [Function"+(se.name?": "+se.name:"")+"]"),Ut(se)&&(He=" "+RegExp.prototype.toString.call(se)),qt(se)&&(He=" "+Date.prototype.toUTCString.call(se)),te(se)&&(He=" "+Dt(se)),Ne.length===0&&(!Ae||se.length==0))return Ie[0]+He+Ie[1];if(ge<0)return Ut(se)?re.stylize(RegExp.prototype.toString.call(se),"regexp"):re.stylize("[Object]","special");re.seen.push(se);var Ge;return Ge=Ae?yt(re,se,ge,qe,Ne):Ne.map(function(ie){return et(re,se,ge,qe,ie,Ae)}),re.seen.pop(),tt(Ge,He,Ie)}function xt(re,se){if(It(se))return re.stylize("undefined","undefined");if(gt(se)){var ge="'"+JSON.stringify(se).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return re.stylize(ge,"string")}return ft(se)?re.stylize(""+se,"number"):ot(se)?re.stylize(""+se,"boolean"):ut(se)?re.stylize("null","null"):void 0}function Dt(re){return"["+Error.prototype.toString.call(re)+"]"}function yt(re,se,ge,ue,je){for(var Ne=[],qe=0,ke=se.length;qe<ke;++qe)ze(se,String(qe))?Ne.push(et(re,se,ge,ue,String(qe),!0)):Ne.push("");return je.forEach(function(He){He.match(/^\d+$/)||Ne.push(et(re,se,ge,ue,He,!0))}),Ne}function et(re,se,ge,ue,je,Ne){var qe,ke,He;if(He=Object.getOwnPropertyDescriptor(se,je)||{value:se[je]},He.get?ke=He.set?re.stylize("[Getter/Setter]","special"):re.stylize("[Getter]","special"):He.set&&(ke=re.stylize("[Setter]","special")),ze(ue,je)||(qe="["+je+"]"),ke||(re.seen.indexOf(He.value)<0?(ke=ut(ge)?kt(re,He.value,null):kt(re,He.value,ge-1),ke.indexOf(`
`)>-1&&(ke=Ne?ke.split(`
`).map(function(Ae){return" "+Ae}).join(`
`).substr(2):`
`+ke.split(`
`).map(function(Ae){return" "+Ae}).join(`
`))):ke=re.stylize("[Circular]","special")),It(qe)){if(Ne&&je.match(/^\d+$/))return ke;qe=JSON.stringify(""+je),qe.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(qe=qe.substr(1,qe.length-2),qe=re.stylize(qe,"name")):(qe=qe.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),qe=re.stylize(qe,"string"))}return qe+": "+ke}function tt(re,se,ge){var ue=0;return re.reduce(function(je,Ne){return ue++,Ne.indexOf(`
`)>=0&&ue++,je+Ne.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60?ge[0]+(se===""?"":se+`
`)+" "+re.join(`,
`)+" "+ge[1]:ge[0]+se+" "+re.join(", ")+" "+ge[1]}function lt(re){return Array.isArray(re)}function ot(re){return typeof re=="boolean"}function ut(re){return re===null}function ct(re){return re==null}function ft(re){return typeof re=="number"}function gt(re){return typeof re=="string"}function Lt(re){return typeof re=="symbol"}function It(re){return re===void 0}function Ut(re){return Ft(re)&&fe(re)==="[object RegExp]"}function Ft(re){return typeof re=="object"&&re!==null}function qt(re){return Ft(re)&&fe(re)==="[object Date]"}function te(re){return Ft(re)&&(fe(re)==="[object Error]"||re instanceof Error)}function Xt(re){return typeof re=="function"}function he(re){return re===null||typeof re=="boolean"||typeof re=="number"||typeof re=="string"||typeof re=="symbol"||re===void 0}function fe(re){return Object.prototype.toString.call(re)}function Ce(re){return re<10?"0"+re.toString(10):re.toString(10)}function Fe(){var re=new Date,se=[Ce(re.getHours()),Ce(re.getMinutes()),Ce(re.getSeconds())].join(":");return[re.getDate(),Jt[re.getMonth()],se].join(" ")}function ze(re,se){return Object.prototype.hasOwnProperty.call(re,se)}var we=/%[sdj%]/g;Vt.format=function(re){if(!gt(re)){for(var se=[],ge=0;ge<arguments.length;ge++)se.push(Ct(arguments[ge]));return se.join(" ")}for(var ge=1,ue=arguments,je=ue.length,Ne=String(re).replace(we,function(He){if(He==="%%")return"%";if(ge>=je)return He;switch(He){case"%s":return String(ue[ge++]);case"%d":return Number(ue[ge++]);case"%j":try{return JSON.stringify(ue[ge++])}catch(Ae){return"[Circular]"}default:return He}}),qe=ue[ge];ge<je;qe=ue[++ge])ut(qe)||!Ft(qe)?Ne+=" "+qe:Ne+=" "+Ct(qe);return Ne},Vt.deprecate=function(re,se){function ge(){if(!ue){if(Bt.throwDeprecation)throw new Error(se);Bt.traceDeprecation?console.trace(se):console.error(se),ue=!0}return re.apply(this,arguments)}if(It(zt.process))return function(){return Vt.deprecate(re,se).apply(this,arguments)};if(Bt.noDeprecation===!0)return re;var ue=!1;return ge};var De,pe={};Vt.debuglog=function(re){if(It(De)&&(De=Bt.env.NODE_DEBUG||""),re=re.toUpperCase(),!pe[re])if(new RegExp("\\b"+re+"\\b","i").test(De)){var se=Bt.pid;pe[re]=function(){var ge=Vt.format.apply(Vt,arguments);console.error("%s %d: %s",re,se,ge)}}else pe[re]=function(){};return pe[re]},Vt.inspect=Ct,Ct.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},Ct.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},Vt.isArray=lt,Vt.isBoolean=ot,Vt.isNull=ut,Vt.isNullOrUndefined=ct,Vt.isNumber=ft,Vt.isString=gt,Vt.isSymbol=Lt,Vt.isUndefined=It,Vt.isRegExp=Ut,Vt.isObject=Ft,Vt.isDate=qt,Vt.isError=te,Vt.isFunction=Xt,Vt.isPrimitive=he,Vt.isBuffer=wt("./support/isBuffer");var Jt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];Vt.log=function(){console.log("%s - %s",Fe(),Vt.format.apply(Vt,arguments))},Vt.inherits=wt("inherits"),Vt._extend=function(re,se){if(!se||!Ft(se))return re;for(var ge=Object.keys(se),ue=ge.length;ue--;)re[ge[ue]]=se[ge[ue]];return re}}).call(this,wt("_process"),typeof ce.g!="undefined"?ce.g:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{"./support/isBuffer":206,_process:173,inherits:162}],208:[function(wt,Qt,Vt){"use strict";(function(){Vt.stripBOM=function(Bt){return Bt[0]==="\uFEFF"?Bt.substring(1):Bt}}).call(void 0)},{}],209:[function(wt,Qt,Vt){"use strict";function Bt(St){return St&&St.__esModule?St:{default:St}}var zt=wt("babel-runtime/helpers/typeof"),Ct=Bt(zt),Mt=wt("babel-runtime/core-js/object/keys"),Rt=Bt(Mt);(function(){var St,kt,xt,Dt,yt,et={}.hasOwnProperty;St=wt("xmlbuilder"),kt=wt("./defaults").defaults,Dt=function(tt){return typeof tt=="string"&&(tt.indexOf("&")>=0||tt.indexOf(">")>=0||tt.indexOf("<")>=0)},yt=function(tt){return"<![CDATA["+xt(tt)+"]]>"},xt=function(tt){return tt.replace("]]>","]]]]><![CDATA[>")},Vt.Builder=function(){function tt(lt){var ot,ut,ct;this.options={},ut=kt[.2];for(ot in ut)et.call(ut,ot)&&(ct=ut[ot],this.options[ot]=ct);for(ot in lt)et.call(lt,ot)&&(ct=lt[ot],this.options[ot]=ct)}return tt.prototype.buildObject=function(lt){var ot,ut,ct,ft,gt;return ot=this.options.attrkey,ut=this.options.charkey,(0,Rt.default)(lt).length===1&&this.options.rootName===kt[.2].rootName?(gt=(0,Rt.default)(lt)[0],lt=lt[gt]):gt=this.options.rootName,ct=function(Lt){return function(It,Ut){var Ft,qt,te,Xt,he,fe;if((Ut===void 0?"undefined":(0,Ct.default)(Ut))!=="object")Lt.options.cdata&&Dt(Ut)?It.raw(yt(Ut)):It.txt(Ut);else if(Array.isArray(Ut)){for(Xt in Ut)if(et.call(Ut,Xt)){qt=Ut[Xt];for(he in qt)te=qt[he],It=ct(It.ele(he),te).up()}}else for(he in Ut)if(et.call(Ut,he))if(qt=Ut[he],he===ot){if((qt===void 0?"undefined":(0,Ct.default)(qt))==="object")for(Ft in qt)fe=qt[Ft],It=It.att(Ft,fe)}else if(he===ut)It=Lt.options.cdata&&Dt(qt)?It.raw(yt(qt)):It.txt(qt);else if(Array.isArray(qt))for(Xt in qt)et.call(qt,Xt)&&(te=qt[Xt],It=typeof te=="string"?Lt.options.cdata&&Dt(te)?It.ele(he).raw(yt(te)).up():It.ele(he,te).up():ct(It.ele(he),te).up());else(qt===void 0?"undefined":(0,Ct.default)(qt))==="object"?It=ct(It.ele(he),qt).up():typeof qt=="string"&&Lt.options.cdata&&Dt(qt)?It=It.ele(he).raw(yt(qt)).up():(qt==null&&(qt=""),It=It.ele(he,qt.toString()).up());return It}}(this),ft=St.create(gt,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),ct(ft,lt).end(this.options.renderOpts)},tt}()}).call(void 0)},{"./defaults":210,"babel-runtime/core-js/object/keys":23,"babel-runtime/helpers/typeof":32,xmlbuilder:235}],210:[function(wt,Qt,Vt){"use strict";(function(){Vt.defaults={.1:{explicitCharkey:!1,trim:!0,normalize:!0,normalizeTags:!1,attrkey:"@",charkey:"#",explicitArray:!1,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!1,validator:null,xmlns:!1,explicitChildren:!1,childkey:"@@",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,emptyTag:""},.2:{explicitCharkey:!1,trim:!1,normalize:!1,normalizeTags:!1,attrkey:"$",charkey:"_",explicitArray:!0,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!0,validator:null,xmlns:!1,explicitChildren:!1,preserveChildrenOrder:!1,childkey:"$$",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,rootName:"root",xmldec:{version:"1.0",encoding:"UTF-8",standalone:!0},doctype:null,renderOpts:{pretty:!0,indent:" ",newline:`
`},headless:!1,chunkSize:1e4,emptyTag:"",cdata:!1}}}).call(void 0)},{}],211:[function(wt,Qt,Vt){"use strict";function Bt(xt){return xt&&xt.__esModule?xt:{default:xt}}var zt=wt("babel-runtime/core-js/object/get-own-property-names"),Ct=Bt(zt),Mt=wt("babel-runtime/core-js/object/keys"),Rt=Bt(Mt),St=wt("babel-runtime/helpers/typeof"),kt=Bt(St);(function(){var xt,Dt,yt,et,tt,lt,ot,ut,ct=function(Lt,It){return function(){return Lt.apply(It,arguments)}},ft=function(Lt,It){function Ut(){this.constructor=Lt}for(var Ft in It)gt.call(It,Ft)&&(Lt[Ft]=It[Ft]);return Ut.prototype=It.prototype,Lt.prototype=new Ut,Lt.__super__=It.prototype,Lt},gt={}.hasOwnProperty;ot=wt("sax"),yt=wt("events"),xt=wt("./bom"),lt=wt("./processors"),ut=wt("timers").setImmediate,Dt=wt("./defaults").defaults,et=function(Lt){return(Lt===void 0?"undefined":(0,kt.default)(Lt))==="object"&&Lt!=null&&(0,Rt.default)(Lt).length===0},tt=function(Lt,It,Ut){var Ft,qt,te;for(Ft=0,qt=Lt.length;Ft<qt;Ft++)te=Lt[Ft],It=te(It,Ut);return It},Vt.Parser=function(Lt){function It(Ut){this.parseString=ct(this.parseString,this),this.reset=ct(this.reset,this),this.assignOrPush=ct(this.assignOrPush,this),this.processAsync=ct(this.processAsync,this);var Ft,qt,te;if(!(this instanceof Vt.Parser))return new Vt.Parser(Ut);this.options={},qt=Dt[.2];for(Ft in qt)gt.call(qt,Ft)&&(te=qt[Ft],this.options[Ft]=te);for(Ft in Ut)gt.call(Ut,Ft)&&(te=Ut[Ft],this.options[Ft]=te);this.options.xmlns&&(this.options.xmlnskey=this.options.attrkey+"ns"),this.options.normalizeTags&&(this.options.tagNameProcessors||(this.options.tagNameProcessors=[]),this.options.tagNameProcessors.unshift(lt.normalize)),this.reset()}return ft(It,Lt),It.prototype.processAsync=function(){var Ut,Ft;try{return this.remaining.length<=this.options.chunkSize?(Ut=this.remaining,this.remaining="",this.saxParser=this.saxParser.write(Ut),this.saxParser.close()):(Ut=this.remaining.substr(0,this.options.chunkSize),this.remaining=this.remaining.substr(this.options.chunkSize,this.remaining.length),this.saxParser=this.saxParser.write(Ut),ut(this.processAsync))}catch(qt){if(Ft=qt,!this.saxParser.errThrown)return this.saxParser.errThrown=!0,this.emit(Ft)}},It.prototype.assignOrPush=function(Ut,Ft,qt){return Ft in Ut?(Ut[Ft]instanceof Array||(Ut[Ft]=[Ut[Ft]]),Ut[Ft].push(qt)):this.options.explicitArray?Ut[Ft]=[qt]:Ut[Ft]=qt},It.prototype.reset=function(){var Ut,Ft,qt,te;return this.removeAllListeners(),this.saxParser=ot.parser(this.options.strict,{trim:!1,normalize:!1,xmlns:this.options.xmlns}),this.saxParser.errThrown=!1,this.saxParser.onerror=function(Xt){return function(he){if(Xt.saxParser.resume(),!Xt.saxParser.errThrown)return Xt.saxParser.errThrown=!0,Xt.emit("error",he)}}(this),this.saxParser.onend=function(Xt){return function(){if(!Xt.saxParser.ended)return Xt.saxParser.ended=!0,Xt.emit("end",Xt.resultObject)}}(this),this.saxParser.ended=!1,this.EXPLICIT_CHARKEY=this.options.explicitCharkey,this.resultObject=null,te=[],Ut=this.options.attrkey,Ft=this.options.charkey,this.saxParser.onopentag=function(Xt){return function(he){var fe,Ce,Fe,ze,we;if(Fe={},Fe[Ft]="",!Xt.options.ignoreAttrs){we=he.attributes;for(fe in we)gt.call(we,fe)&&(Ut in Fe||Xt.options.mergeAttrs||(Fe[Ut]={}),Ce=Xt.options.attrValueProcessors?tt(Xt.options.attrValueProcessors,he.attributes[fe],fe):he.attributes[fe],ze=Xt.options.attrNameProcessors?tt(Xt.options.attrNameProcessors,fe):fe,Xt.options.mergeAttrs?Xt.assignOrPush(Fe,ze,Ce):Fe[Ut][ze]=Ce)}return Fe["#name"]=Xt.options.tagNameProcessors?tt(Xt.options.tagNameProcessors,he.name):he.name,Xt.options.xmlns&&(Fe[Xt.options.xmlnskey]={uri:he.uri,local:he.local}),te.push(Fe)}}(this),this.saxParser.onclosetag=function(Xt){return function(){var he,fe,Ce,Fe,ze,we,De,pe,Jt,re;if(we=te.pop(),ze=we["#name"],Xt.options.explicitChildren&&Xt.options.preserveChildrenOrder||delete we["#name"],we.cdata===!0&&(he=we.cdata,delete we.cdata),Jt=te[te.length-1],we[Ft].match(/^\s*$/)&&!he?(fe=we[Ft],delete we[Ft]):(Xt.options.trim&&(we[Ft]=we[Ft].trim()),Xt.options.normalize&&(we[Ft]=we[Ft].replace(/\s{2,}/g," ").trim()),we[Ft]=Xt.options.valueProcessors?tt(Xt.options.valueProcessors,we[Ft],ze):we[Ft],(0,Rt.default)(we).length===1&&Ft in we&&!Xt.EXPLICIT_CHARKEY&&(we=we[Ft])),et(we)&&(we=Xt.options.emptyTag!==""?Xt.options.emptyTag:fe),Xt.options.validator!=null&&(re="/"+function(){var se,ge,ue;for(ue=[],se=0,ge=te.length;se<ge;se++)Fe=te[se],ue.push(Fe["#name"]);return ue}().concat(ze).join("/"),function(){var se;try{we=Xt.options.validator(re,Jt&&Jt[ze],we)}catch(ge){return se=ge,Xt.emit("error",se)}}()),Xt.options.explicitChildren&&!Xt.options.mergeAttrs&&(we===void 0?"undefined":(0,kt.default)(we))==="object")if(Xt.options.preserveChildrenOrder){if(Jt){Jt[Xt.options.childkey]=Jt[Xt.options.childkey]||[],De={};for(Ce in we)gt.call(we,Ce)&&(De[Ce]=we[Ce]);Jt[Xt.options.childkey].push(De),delete we["#name"],(0,Rt.default)(we).length===1&&Ft in we&&!Xt.EXPLICIT_CHARKEY&&(we=we[Ft])}}else Fe={},Xt.options.attrkey in we&&(Fe[Xt.options.attrkey]=we[Xt.options.attrkey],delete we[Xt.options.attrkey]),!Xt.options.charsAsChildren&&Xt.options.charkey in we&&(Fe[Xt.options.charkey]=we[Xt.options.charkey],delete we[Xt.options.charkey]),(0,Ct.default)(we).length>0&&(Fe[Xt.options.childkey]=we),we=Fe;return te.length>0?Xt.assignOrPush(Jt,ze,we):(Xt.options.explicitRoot&&(pe=we,we={},we[ze]=pe),Xt.resultObject=we,Xt.saxParser.ended=!0,Xt.emit("end",Xt.resultObject))}}(this),qt=function(Xt){return function(he){var fe,Ce;if(Ce=te[te.length-1])return Ce[Ft]+=he,Xt.options.explicitChildren&&Xt.options.preserveChildrenOrder&&Xt.options.charsAsChildren&&(Xt.options.includeWhiteChars||he.replace(/\\n/g,"").trim()!=="")&&(Ce[Xt.options.childkey]=Ce[Xt.options.childkey]||[],fe={"#name":"__text__"},fe[Ft]=he,Xt.options.normalize&&(fe[Ft]=fe[Ft].replace(/\s{2,}/g," ").trim()),Ce[Xt.options.childkey].push(fe)),Ce}}(this),this.saxParser.ontext=qt,this.saxParser.oncdata=function(Xt){return function(he){var fe;if(fe=qt(he))return fe.cdata=!0}}()},It.prototype.parseString=function(Ut,Ft){var qt;Ft!=null&&typeof Ft=="function"&&(this.on("end",function(te){return this.reset(),Ft(null,te)}),this.on("error",function(te){return this.reset(),Ft(te)}));try{return Ut=Ut.toString(),Ut.trim()===""?(this.emit("end",null),!0):(Ut=xt.stripBOM(Ut),this.options.async?(this.remaining=Ut,ut(this.processAsync),this.saxParser):this.saxParser.write(Ut).close())}catch(te){if(qt=te,!this.saxParser.errThrown&&!this.saxParser.ended)return this.emit("error",qt),this.saxParser.errThrown=!0;if(this.saxParser.ended)throw qt}},It}(yt.EventEmitter),Vt.parseString=function(Lt,It,Ut){var Ft,qt,te;return Ut!=null?(typeof Ut=="function"&&(Ft=Ut),(It===void 0?"undefined":(0,kt.default)(It))==="object"&&(qt=It)):(typeof It=="function"&&(Ft=It),qt={}),te=new Vt.Parser(qt),te.parseString(Lt,Ft)}}).call(void 0)},{"./bom":208,"./defaults":210,"./processors":212,"babel-runtime/core-js/object/get-own-property-names":21,"babel-runtime/core-js/object/keys":23,"babel-runtime/helpers/typeof":32,events:158,sax:194,timers:201}],212:[function(wt,Qt,Vt){"use strict";(function(){var Bt;Bt=new RegExp(/(?!xmlns)^.*:/),Vt.normalize=function(zt){return zt.toLowerCase()},Vt.firstCharLowerCase=function(zt){return zt.charAt(0).toLowerCase()+zt.slice(1)},Vt.stripPrefix=function(zt){return zt.replace(Bt,"")},Vt.parseNumbers=function(zt){return isNaN(zt)||(zt=zt%1==0?parseInt(zt,10):parseFloat(zt)),zt},Vt.parseBooleans=function(zt){return/^(?:true|false)$/i.test(zt)&&(zt=zt.toLowerCase()==="true"),zt}}).call(void 0)},{}],213:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt,Ct,Mt,Rt=function(kt,xt){function Dt(){this.constructor=kt}for(var yt in xt)St.call(xt,yt)&&(kt[yt]=xt[yt]);return Dt.prototype=xt.prototype,kt.prototype=new Dt,kt.__super__=xt.prototype,kt},St={}.hasOwnProperty;zt=wt("./defaults"),Bt=wt("./builder"),Ct=wt("./parser"),Mt=wt("./processors"),Vt.defaults=zt.defaults,Vt.processors=Mt,Vt.ValidationError=function(kt){function xt(Dt){this.message=Dt}return Rt(xt,kt),xt}(Error),Vt.Builder=Bt.Builder,Vt.Parser=Ct.Parser,Vt.parseString=Ct.parseString}).call(void 0)},{"./builder":209,"./defaults":210,"./parser":211,"./processors":212}],214:[function(wt,Qt,Vt){"use strict";function Bt(xt){return xt&&xt.__esModule?xt:{default:xt}}var zt=wt("babel-runtime/core-js/object/get-prototype-of"),Ct=Bt(zt),Mt=wt("babel-runtime/helpers/typeof"),Rt=Bt(Mt),St=wt("babel-runtime/core-js/object/assign"),kt=Bt(St);(function(){var xt,Dt,yt,et,tt,lt,ot=[].slice,ut={}.hasOwnProperty;xt=function(){var ct,ft,gt,Lt,It,Ut;if(Ut=arguments[0],It=2<=arguments.length?ot.call(arguments,1):[],et(kt.default))kt.default.apply(null,arguments);else for(ct=0,gt=It.length;ct<gt;ct++)if((Lt=It[ct])!=null)for(ft in Lt)ut.call(Lt,ft)&&(Ut[ft]=Lt[ft]);return Ut},et=function(ct){return!!ct&&Object.prototype.toString.call(ct)==="[object Function]"},tt=function(ct){var ft;return!!ct&&((ft=ct===void 0?"undefined":(0,Rt.default)(ct))==="function"||ft==="object")},Dt=function(ct){return et(Array.isArray)?Array.isArray(ct):Object.prototype.toString.call(ct)==="[object Array]"},yt=function(ct){var ft;if(Dt(ct))return!ct.length;for(ft in ct)if(ut.call(ct,ft))return!1;return!0},lt=function(ct){var ft,gt;return tt(ct)&&(gt=(0,Ct.default)(ct))&&(ft=gt.constructor)&&typeof ft=="function"&&ft instanceof ft&&Function.prototype.toString.call(ft)===Function.prototype.toString.call(Object)},Qt.exports.assign=xt,Qt.exports.isFunction=et,Qt.exports.isObject=tt,Qt.exports.isArray=Dt,Qt.exports.isEmpty=yt,Qt.exports.isPlainObject=lt}).call(void 0)},{"babel-runtime/core-js/object/assign":18,"babel-runtime/core-js/object/get-prototype-of":22,"babel-runtime/helpers/typeof":32}],215:[function(wt,Qt,Vt){"use strict";var Bt=wt("babel-runtime/core-js/object/create"),zt=function(Ct){return Ct&&Ct.__esModule?Ct:{default:Ct}}(Bt);(function(){Qt.exports=function(){function Ct(Mt,Rt,St){if(this.options=Mt.options,this.stringify=Mt.stringify,Rt==null)throw new Error("Missing attribute name of element "+Mt.name);if(St==null)throw new Error("Missing attribute value for attribute "+Rt+" of element "+Mt.name);this.name=this.stringify.attName(Rt),this.value=this.stringify.attValue(St)}return Ct.prototype.clone=function(){return(0,zt.default)(this)},Ct.prototype.toString=function(Mt){return this.options.writer.set(Mt).attribute(this)},Ct}()}).call(void 0)},{"babel-runtime/core-js/object/create":19}],216:[function(wt,Qt,Vt){"use strict";var Bt=wt("babel-runtime/core-js/object/create"),zt=function(Ct){return Ct&&Ct.__esModule?Ct:{default:Ct}}(Bt);(function(){var Ct,Mt=function(St,kt){function xt(){this.constructor=St}for(var Dt in kt)Rt.call(kt,Dt)&&(St[Dt]=kt[Dt]);return xt.prototype=kt.prototype,St.prototype=new xt,St.__super__=kt.prototype,St},Rt={}.hasOwnProperty;Ct=wt("./XMLNode"),Qt.exports=function(St){function kt(xt,Dt){if(kt.__super__.constructor.call(this,xt),Dt==null)throw new Error("Missing CDATA text");this.text=this.stringify.cdata(Dt)}return Mt(kt,St),kt.prototype.clone=function(){return(0,zt.default)(this)},kt.prototype.toString=function(xt){return this.options.writer.set(xt).cdata(this)},kt}(Ct)}).call(void 0)},{"./XMLNode":227,"babel-runtime/core-js/object/create":19}],217:[function(wt,Qt,Vt){"use strict";var Bt=wt("babel-runtime/core-js/object/create"),zt=function(Ct){return Ct&&Ct.__esModule?Ct:{default:Ct}}(Bt);(function(){var Ct,Mt=function(St,kt){function xt(){this.constructor=St}for(var Dt in kt)Rt.call(kt,Dt)&&(St[Dt]=kt[Dt]);return xt.prototype=kt.prototype,St.prototype=new xt,St.__super__=kt.prototype,St},Rt={}.hasOwnProperty;Ct=wt("./XMLNode"),Qt.exports=function(St){function kt(xt,Dt){if(kt.__super__.constructor.call(this,xt),Dt==null)throw new Error("Missing comment text");this.text=this.stringify.comment(Dt)}return Mt(kt,St),kt.prototype.clone=function(){return(0,zt.default)(this)},kt.prototype.toString=function(xt){return this.options.writer.set(xt).comment(this)},kt}(Ct)}).call(void 0)},{"./XMLNode":227,"babel-runtime/core-js/object/create":19}],218:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt=function(Mt,Rt){function St(){this.constructor=Mt}for(var kt in Rt)Ct.call(Rt,kt)&&(Mt[kt]=Rt[kt]);return St.prototype=Rt.prototype,Mt.prototype=new St,Mt.__super__=Rt.prototype,Mt},Ct={}.hasOwnProperty;Bt=wt("./XMLNode"),Qt.exports=function(Mt){function Rt(St,kt,xt,Dt,yt,et){if(Rt.__super__.constructor.call(this,St),kt==null)throw new Error("Missing DTD element name");if(xt==null)throw new Error("Missing DTD attribute name");if(!Dt)throw new Error("Missing DTD attribute type");if(!yt)throw new Error("Missing DTD attribute default");if(yt.indexOf("#")!==0&&(yt="#"+yt),!yt.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT");if(et&&!yt.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT");this.elementName=this.stringify.eleName(kt),this.attributeName=this.stringify.attName(xt),this.attributeType=this.stringify.dtdAttType(Dt),this.defaultValue=this.stringify.dtdAttDefault(et),this.defaultValueType=yt}return zt(Rt,Mt),Rt.prototype.toString=function(St){return this.options.writer.set(St).dtdAttList(this)},Rt}(Bt)}).call(void 0)},{"./XMLNode":227}],219:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt=function(Mt,Rt){function St(){this.constructor=Mt}for(var kt in Rt)Ct.call(Rt,kt)&&(Mt[kt]=Rt[kt]);return St.prototype=Rt.prototype,Mt.prototype=new St,Mt.__super__=Rt.prototype,Mt},Ct={}.hasOwnProperty;Bt=wt("./XMLNode"),Qt.exports=function(Mt){function Rt(St,kt,xt){if(Rt.__super__.constructor.call(this,St),kt==null)throw new Error("Missing DTD element name");xt||(xt="(#PCDATA)"),Array.isArray(xt)&&(xt="("+xt.join(",")+")"),this.name=this.stringify.eleName(kt),this.value=this.stringify.dtdElementValue(xt)}return zt(Rt,Mt),Rt.prototype.toString=function(St){return this.options.writer.set(St).dtdElement(this)},Rt}(Bt)}).call(void 0)},{"./XMLNode":227}],220:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt,Ct=function(Rt,St){function kt(){this.constructor=Rt}for(var xt in St)Mt.call(St,xt)&&(Rt[xt]=St[xt]);return kt.prototype=St.prototype,Rt.prototype=new kt,Rt.__super__=St.prototype,Rt},Mt={}.hasOwnProperty;zt=wt("./Utility").isObject,Bt=wt("./XMLNode"),Qt.exports=function(Rt){function St(kt,xt,Dt,yt){if(St.__super__.constructor.call(this,kt),Dt==null)throw new Error("Missing entity name");if(yt==null)throw new Error("Missing entity value");if(this.pe=!!xt,this.name=this.stringify.eleName(Dt),zt(yt)){if(!yt.pubID&&!yt.sysID)throw new Error("Public and/or system identifiers are required for an external entity");if(yt.pubID&&!yt.sysID)throw new Error("System identifier is required for a public external entity");if(yt.pubID!=null&&(this.pubID=this.stringify.dtdPubID(yt.pubID)),yt.sysID!=null&&(this.sysID=this.stringify.dtdSysID(yt.sysID)),yt.nData!=null&&(this.nData=this.stringify.dtdNData(yt.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity")}else this.value=this.stringify.dtdEntityValue(yt)}return Ct(St,Rt),St.prototype.toString=function(kt){return this.options.writer.set(kt).dtdEntity(this)},St}(Bt)}).call(void 0)},{"./Utility":214,"./XMLNode":227}],221:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt=function(Mt,Rt){function St(){this.constructor=Mt}for(var kt in Rt)Ct.call(Rt,kt)&&(Mt[kt]=Rt[kt]);return St.prototype=Rt.prototype,Mt.prototype=new St,Mt.__super__=Rt.prototype,Mt},Ct={}.hasOwnProperty;Bt=wt("./XMLNode"),Qt.exports=function(Mt){function Rt(St,kt,xt){if(Rt.__super__.constructor.call(this,St),kt==null)throw new Error("Missing notation name");if(!xt.pubID&&!xt.sysID)throw new Error("Public or system identifiers are required for an external entity");this.name=this.stringify.eleName(kt),xt.pubID!=null&&(this.pubID=this.stringify.dtdPubID(xt.pubID)),xt.sysID!=null&&(this.sysID=this.stringify.dtdSysID(xt.sysID))}return zt(Rt,Mt),Rt.prototype.toString=function(St){return this.options.writer.set(St).dtdNotation(this)},Rt}(Bt)}).call(void 0)},{"./XMLNode":227}],222:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt,Ct=function(Rt,St){function kt(){this.constructor=Rt}for(var xt in St)Mt.call(St,xt)&&(Rt[xt]=St[xt]);return kt.prototype=St.prototype,Rt.prototype=new kt,Rt.__super__=St.prototype,Rt},Mt={}.hasOwnProperty;zt=wt("./Utility").isObject,Bt=wt("./XMLNode"),Qt.exports=function(Rt){function St(kt,xt,Dt,yt){var et;St.__super__.constructor.call(this,kt),zt(xt)&&(et=xt,xt=et.version,Dt=et.encoding,yt=et.standalone),xt||(xt="1.0"),this.version=this.stringify.xmlVersion(xt),Dt!=null&&(this.encoding=this.stringify.xmlEncoding(Dt)),yt!=null&&(this.standalone=this.stringify.xmlStandalone(yt))}return Ct(St,Rt),St.prototype.toString=function(kt){return this.options.writer.set(kt).declaration(this)},St}(Bt)}).call(void 0)},{"./Utility":214,"./XMLNode":227}],223:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt,Ct,Mt,Rt,St,kt=function(Dt,yt){function et(){this.constructor=Dt}for(var tt in yt)xt.call(yt,tt)&&(Dt[tt]=yt[tt]);return et.prototype=yt.prototype,Dt.prototype=new et,Dt.__super__=yt.prototype,Dt},xt={}.hasOwnProperty;St=wt("./Utility").isObject,Rt=wt("./XMLNode"),Bt=wt("./XMLDTDAttList"),Ct=wt("./XMLDTDEntity"),zt=wt("./XMLDTDElement"),Mt=wt("./XMLDTDNotation"),Qt.exports=function(Dt){function yt(et,tt,lt){var ot,ut;yt.__super__.constructor.call(this,et),this.documentObject=et,St(tt)&&(ot=tt,tt=ot.pubID,lt=ot.sysID),lt==null&&(ut=[tt,lt],lt=ut[0],tt=ut[1]),tt!=null&&(this.pubID=this.stringify.dtdPubID(tt)),lt!=null&&(this.sysID=this.stringify.dtdSysID(lt))}return kt(yt,Dt),yt.prototype.element=function(et,tt){var lt;return lt=new zt(this,et,tt),this.children.push(lt),this},yt.prototype.attList=function(et,tt,lt,ot,ut){var ct;return ct=new Bt(this,et,tt,lt,ot,ut),this.children.push(ct),this},yt.prototype.entity=function(et,tt){var lt;return lt=new Ct(this,!1,et,tt),this.children.push(lt),this},yt.prototype.pEntity=function(et,tt){var lt;return lt=new Ct(this,!0,et,tt),this.children.push(lt),this},yt.prototype.notation=function(et,tt){var lt;return lt=new Mt(this,et,tt),this.children.push(lt),this},yt.prototype.toString=function(et){return this.options.writer.set(et).docType(this)},yt.prototype.ele=function(et,tt){return this.element(et,tt)},yt.prototype.att=function(et,tt,lt,ot,ut){return this.attList(et,tt,lt,ot,ut)},yt.prototype.ent=function(et,tt){return this.entity(et,tt)},yt.prototype.pent=function(et,tt){return this.pEntity(et,tt)},yt.prototype.not=function(et,tt){return this.notation(et,tt)},yt.prototype.up=function(){return this.root()||this.documentObject},yt}(Rt)}).call(void 0)},{"./Utility":214,"./XMLDTDAttList":218,"./XMLDTDElement":219,"./XMLDTDEntity":220,"./XMLDTDNotation":221,"./XMLNode":227}],224:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt,Ct,Mt,Rt=function(kt,xt){function Dt(){this.constructor=kt}for(var yt in xt)St.call(xt,yt)&&(kt[yt]=xt[yt]);return Dt.prototype=xt.prototype,kt.prototype=new Dt,kt.__super__=xt.prototype,kt},St={}.hasOwnProperty;Mt=wt("./Utility").isPlainObject,Bt=wt("./XMLNode"),Ct=wt("./XMLStringifier"),zt=wt("./XMLStringWriter"),Qt.exports=function(kt){function xt(Dt){xt.__super__.constructor.call(this,null),Dt||(Dt={}),Dt.writer||(Dt.writer=new zt),this.options=Dt,this.stringify=new Ct(Dt),this.isDocument=!0}return Rt(xt,kt),xt.prototype.end=function(Dt){var yt;return Dt?Mt(Dt)&&(yt=Dt,Dt=this.options.writer.set(yt)):Dt=this.options.writer,Dt.document(this)},xt.prototype.toString=function(Dt){return this.options.writer.set(Dt).document(this)},xt}(Bt)}).call(void 0)},{"./Utility":214,"./XMLNode":227,"./XMLStringWriter":231,"./XMLStringifier":232}],225:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt,Ct,Mt,Rt,St,kt,xt,Dt,yt,et,tt,lt,ot,ut,ct,ft,gt,Lt,It={}.hasOwnProperty;Lt=wt("./Utility"),ft=Lt.isObject,ct=Lt.isFunction,gt=Lt.isPlainObject,yt=wt("./XMLElement"),zt=wt("./XMLCData"),Ct=wt("./XMLComment"),tt=wt("./XMLRaw"),ut=wt("./XMLText"),et=wt("./XMLProcessingInstruction"),xt=wt("./XMLDeclaration"),Dt=wt("./XMLDocType"),Mt=wt("./XMLDTDAttList"),St=wt("./XMLDTDEntity"),Rt=wt("./XMLDTDElement"),kt=wt("./XMLDTDNotation"),Bt=wt("./XMLAttribute"),ot=wt("./XMLStringifier"),lt=wt("./XMLStringWriter"),Qt.exports=function(){function Ut(Ft,qt,te){var Xt;Ft||(Ft={}),Ft.writer?gt(Ft.writer)&&(Xt=Ft.writer,Ft.writer=new lt(Xt)):Ft.writer=new lt(Ft),this.options=Ft,this.writer=Ft.writer,this.stringify=new ot(Ft),this.onDataCallback=qt||function(){},this.onEndCallback=te||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return Ut.prototype.node=function(Ft,qt,te){var Xt;if(Ft==null)throw new Error("Missing node name");if(this.root&&this.currentLevel===-1)throw new Error("Document can only have one root node");return this.openCurrent(),Ft=Ft.valueOf(),qt==null&&(qt={}),qt=qt.valueOf(),ft(qt)||(Xt=[qt,te],te=Xt[0],qt=Xt[1]),this.currentNode=new yt(this,Ft,qt),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,te!=null&&this.text(te),this},Ut.prototype.element=function(Ft,qt,te){return this.currentNode&&this.currentNode instanceof Dt?this.dtdElement.apply(this,arguments):this.node(Ft,qt,te)},Ut.prototype.attribute=function(Ft,qt){var te,Xt;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode");if(Ft!=null&&(Ft=Ft.valueOf()),ft(Ft))for(te in Ft)It.call(Ft,te)&&(Xt=Ft[te],this.attribute(te,Xt));else ct(qt)&&(qt=qt.apply()),this.options.skipNullAttributes&&qt==null||(this.currentNode.attributes[Ft]=new Bt(this,Ft,qt));return this},Ut.prototype.text=function(Ft){var qt;return this.openCurrent(),qt=new ut(this,Ft),this.onData(this.writer.text(qt,this.currentLevel+1)),this},Ut.prototype.cdata=function(Ft){var qt;return this.openCurrent(),qt=new zt(this,Ft),this.onData(this.writer.cdata(qt,this.currentLevel+1)),this},Ut.prototype.comment=function(Ft){var qt;return this.openCurrent(),qt=new Ct(this,Ft),this.onData(this.writer.comment(qt,this.currentLevel+1)),this},Ut.prototype.raw=function(Ft){var qt;return this.openCurrent(),qt=new tt(this,Ft),this.onData(this.writer.raw(qt,this.currentLevel+1)),this},Ut.prototype.instruction=function(Ft,qt){var te,Xt,he,fe,Ce;if(this.openCurrent(),Ft!=null&&(Ft=Ft.valueOf()),qt!=null&&(qt=qt.valueOf()),Array.isArray(Ft))for(te=0,fe=Ft.length;te<fe;te++)Xt=Ft[te],this.instruction(Xt);else if(ft(Ft))for(Xt in Ft)It.call(Ft,Xt)&&(he=Ft[Xt],this.instruction(Xt,he));else ct(qt)&&(qt=qt.apply()),Ce=new et(this,Ft,qt),this.onData(this.writer.processingInstruction(Ce,this.currentLevel+1));return this},Ut.prototype.declaration=function(Ft,qt,te){var Xt;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node");return Xt=new xt(this,Ft,qt,te),this.onData(this.writer.declaration(Xt,this.currentLevel+1)),this},Ut.prototype.doctype=function(Ft,qt,te){if(this.openCurrent(),Ft==null)throw new Error("Missing root node name");if(this.root)throw new Error("dtd() must come before the root node");return this.currentNode=new Dt(this,qt,te),this.currentNode.rootNodeName=Ft,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},Ut.prototype.dtdElement=function(Ft,qt){var te;return this.openCurrent(),te=new Rt(this,Ft,qt),this.onData(this.writer.dtdElement(te,this.currentLevel+1)),this},Ut.prototype.attList=function(Ft,qt,te,Xt,he){var fe;return this.openCurrent(),fe=new Mt(this,Ft,qt,te,Xt,he),this.onData(this.writer.dtdAttList(fe,this.currentLevel+1)),this},Ut.prototype.entity=function(Ft,qt){var te;return this.openCurrent(),te=new St(this,!1,Ft,qt),this.onData(this.writer.dtdEntity(te,this.currentLevel+1)),this},Ut.prototype.pEntity=function(Ft,qt){var te;return this.openCurrent(),te=new St(this,!0,Ft,qt),this.onData(this.writer.dtdEntity(te,this.currentLevel+1)),this},Ut.prototype.notation=function(Ft,qt){var te;return this.openCurrent(),te=new kt(this,Ft,qt),this.onData(this.writer.dtdNotation(te,this.currentLevel+1)),this},Ut.prototype.up=function(){if(this.currentLevel<0)throw new Error("The document node has no parent");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},Ut.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},Ut.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},Ut.prototype.openNode=function(Ft){if(!Ft.isOpen)return!this.root&&this.currentLevel===0&&Ft instanceof yt&&(this.root=Ft),this.onData(this.writer.openNode(Ft,this.currentLevel)),Ft.isOpen=!0},Ut.prototype.closeNode=function(Ft){if(!Ft.isClosed)return this.onData(this.writer.closeNode(Ft,this.currentLevel)),Ft.isClosed=!0},Ut.prototype.onData=function(Ft){return this.documentStarted=!0,this.onDataCallback(Ft)},Ut.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},Ut.prototype.ele=function(){return this.element.apply(this,arguments)},Ut.prototype.nod=function(Ft,qt,te){return this.node(Ft,qt,te)},Ut.prototype.txt=function(Ft){return this.text(Ft)},Ut.prototype.dat=function(Ft){return this.cdata(Ft)},Ut.prototype.com=function(Ft){return this.comment(Ft)},Ut.prototype.ins=function(Ft,qt){return this.instruction(Ft,qt)},Ut.prototype.dec=function(Ft,qt,te){return this.declaration(Ft,qt,te)},Ut.prototype.dtd=function(Ft,qt,te){return this.doctype(Ft,qt,te)},Ut.prototype.e=function(Ft,qt,te){return this.element(Ft,qt,te)},Ut.prototype.n=function(Ft,qt,te){return this.node(Ft,qt,te)},Ut.prototype.t=function(Ft){return this.text(Ft)},Ut.prototype.d=function(Ft){return this.cdata(Ft)},Ut.prototype.c=function(Ft){return this.comment(Ft)},Ut.prototype.r=function(Ft){return this.raw(Ft)},Ut.prototype.i=function(Ft,qt){return this.instruction(Ft,qt)},Ut.prototype.att=function(){return this.currentNode&&this.currentNode instanceof Dt?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},Ut.prototype.a=function(){return this.currentNode&&this.currentNode instanceof Dt?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},Ut.prototype.ent=function(Ft,qt){return this.entity(Ft,qt)},Ut.prototype.pent=function(Ft,qt){return this.pEntity(Ft,qt)},Ut.prototype.not=function(Ft,qt){return this.notation(Ft,qt)},Ut}()}).call(void 0)},{"./Utility":214,"./XMLAttribute":215,"./XMLCData":216,"./XMLComment":217,"./XMLDTDAttList":218,"./XMLDTDElement":219,"./XMLDTDEntity":220,"./XMLDTDNotation":221,"./XMLDeclaration":222,"./XMLDocType":223,"./XMLElement":226,"./XMLProcessingInstruction":228,"./XMLRaw":229,"./XMLStringWriter":231,"./XMLStringifier":232,"./XMLText":233}],226:[function(wt,Qt,Vt){"use strict";var Bt=wt("babel-runtime/core-js/object/create"),zt=function(Ct){return Ct&&Ct.__esModule?Ct:{default:Ct}}(Bt);(function(){var Ct,Mt,Rt,St,kt,xt=function(yt,et){function tt(){this.constructor=yt}for(var lt in et)Dt.call(et,lt)&&(yt[lt]=et[lt]);return tt.prototype=et.prototype,yt.prototype=new tt,yt.__super__=et.prototype,yt},Dt={}.hasOwnProperty;kt=wt("./Utility"),St=kt.isObject,Rt=kt.isFunction,Mt=wt("./XMLNode"),Ct=wt("./XMLAttribute"),Qt.exports=function(yt){function et(tt,lt,ot){if(et.__super__.constructor.call(this,tt),lt==null)throw new Error("Missing element name");this.name=this.stringify.eleName(lt),this.attributes={},ot!=null&&this.attribute(ot),tt.isDocument&&(this.isRoot=!0,this.documentObject=tt,tt.rootObject=this)}return xt(et,yt),et.prototype.clone=function(){var tt,lt,ot,ut;ot=(0,zt.default)(this),ot.isRoot&&(ot.documentObject=null),ot.attributes={},ut=this.attributes;for(lt in ut)Dt.call(ut,lt)&&(tt=ut[lt],ot.attributes[lt]=tt.clone());return ot.children=[],this.children.forEach(function(ct){var ft;return ft=ct.clone(),ft.parent=ot,ot.children.push(ft)}),ot},et.prototype.attribute=function(tt,lt){var ot,ut;if(tt!=null&&(tt=tt.valueOf()),St(tt))for(ot in tt)Dt.call(tt,ot)&&(ut=tt[ot],this.attribute(ot,ut));else Rt(lt)&&(lt=lt.apply()),this.options.skipNullAttributes&&lt==null||(this.attributes[tt]=new Ct(this,tt,lt));return this},et.prototype.removeAttribute=function(tt){var lt,ot,ut;if(tt==null)throw new Error("Missing attribute name");if(tt=tt.valueOf(),Array.isArray(tt))for(ot=0,ut=tt.length;ot<ut;ot++)lt=tt[ot],delete this.attributes[lt];else delete this.attributes[tt];return this},et.prototype.toString=function(tt){return this.options.writer.set(tt).element(this)},et.prototype.att=function(tt,lt){return this.attribute(tt,lt)},et.prototype.a=function(tt,lt){return this.attribute(tt,lt)},et}(Mt)}).call(void 0)},{"./Utility":214,"./XMLAttribute":215,"./XMLNode":227,"babel-runtime/core-js/object/create":19}],227:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt,Ct,Mt,Rt,St,kt,xt,Dt,yt,et,tt,lt={}.hasOwnProperty;tt=wt("./Utility"),et=tt.isObject,yt=tt.isFunction,Dt=tt.isEmpty,Rt=null,Bt=null,zt=null,Ct=null,Mt=null,kt=null,xt=null,St=null,Qt.exports=function(){function ot(ut){this.parent=ut,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.children=[],Rt||(Rt=wt("./XMLElement"),Bt=wt("./XMLCData"),zt=wt("./XMLComment"),Ct=wt("./XMLDeclaration"),Mt=wt("./XMLDocType"),kt=wt("./XMLRaw"),xt=wt("./XMLText"),St=wt("./XMLProcessingInstruction"))}return ot.prototype.element=function(ut,ct,ft){var gt,Lt,It,Ut,Ft,qt,te,Xt,he,fe;if(qt=null,ct==null&&(ct={}),ct=ct.valueOf(),et(ct)||(he=[ct,ft],ft=he[0],ct=he[1]),ut!=null&&(ut=ut.valueOf()),Array.isArray(ut))for(It=0,te=ut.length;It<te;It++)Lt=ut[It],qt=this.element(Lt);else if(yt(ut))qt=this.element(ut.apply());else if(et(ut)){for(Ft in ut)if(lt.call(ut,Ft))if(fe=ut[Ft],yt(fe)&&(fe=fe.apply()),et(fe)&&Dt(fe)&&(fe=null),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&Ft.indexOf(this.stringify.convertAttKey)===0)qt=this.attribute(Ft.substr(this.stringify.convertAttKey.length),fe);else if(!this.options.separateArrayItems&&Array.isArray(fe))for(Ut=0,Xt=fe.length;Ut<Xt;Ut++)Lt=fe[Ut],gt={},gt[Ft]=Lt,qt=this.element(gt);else et(fe)?(qt=this.element(Ft),qt.element(fe)):qt=this.element(Ft,fe)}else qt=!this.options.ignoreDecorators&&this.stringify.convertTextKey&&ut.indexOf(this.stringify.convertTextKey)===0?this.text(ft):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&ut.indexOf(this.stringify.convertCDataKey)===0?this.cdata(ft):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&ut.indexOf(this.stringify.convertCommentKey)===0?this.comment(ft):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&ut.indexOf(this.stringify.convertRawKey)===0?this.raw(ft):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&ut.indexOf(this.stringify.convertPIKey)===0?this.instruction(ut.substr(this.stringify.convertPIKey.length),ft):this.node(ut,ct,ft);if(qt==null)throw new Error("Could not create any elements with: "+ut);return qt},ot.prototype.insertBefore=function(ut,ct,ft){var gt,Lt,It;if(this.isRoot)throw new Error("Cannot insert elements at root level");return Lt=this.parent.children.indexOf(this),It=this.parent.children.splice(Lt),gt=this.parent.element(ut,ct,ft),Array.prototype.push.apply(this.parent.children,It),gt},ot.prototype.insertAfter=function(ut,ct,ft){var gt,Lt,It;if(this.isRoot)throw new Error("Cannot insert elements at root level");return Lt=this.parent.children.indexOf(this),It=this.parent.children.splice(Lt+1),gt=this.parent.element(ut,ct,ft),Array.prototype.push.apply(this.parent.children,It),gt},ot.prototype.remove=function(){var ut;if(this.isRoot)throw new Error("Cannot remove the root element");return ut=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[ut,ut-ut+1].concat([])),this.parent},ot.prototype.node=function(ut,ct,ft){var gt,Lt;return ut!=null&&(ut=ut.valueOf()),ct||(ct={}),ct=ct.valueOf(),et(ct)||(Lt=[ct,ft],ft=Lt[0],ct=Lt[1]),gt=new Rt(this,ut,ct),ft!=null&&gt.text(ft),this.children.push(gt),gt},ot.prototype.text=function(ut){var ct;return ct=new xt(this,ut),this.children.push(ct),this},ot.prototype.cdata=function(ut){var ct;return ct=new Bt(this,ut),this.children.push(ct),this},ot.prototype.comment=function(ut){var ct;return ct=new zt(this,ut),this.children.push(ct),this},ot.prototype.commentBefore=function(ut){var ct,ft;return ct=this.parent.children.indexOf(this),ft=this.parent.children.splice(ct),this.parent.comment(ut),Array.prototype.push.apply(this.parent.children,ft),this},ot.prototype.commentAfter=function(ut){var ct,ft;return ct=this.parent.children.indexOf(this),ft=this.parent.children.splice(ct+1),this.parent.comment(ut),Array.prototype.push.apply(this.parent.children,ft),this},ot.prototype.raw=function(ut){var ct;return ct=new kt(this,ut),this.children.push(ct),this},ot.prototype.instruction=function(ut,ct){var ft,gt,Lt,It,Ut;if(ut!=null&&(ut=ut.valueOf()),ct!=null&&(ct=ct.valueOf()),Array.isArray(ut))for(It=0,Ut=ut.length;It<Ut;It++)ft=ut[It],this.instruction(ft);else if(et(ut))for(ft in ut)lt.call(ut,ft)&&(gt=ut[ft],this.instruction(ft,gt));else yt(ct)&&(ct=ct.apply()),Lt=new St(this,ut,ct),this.children.push(Lt);return this},ot.prototype.instructionBefore=function(ut,ct){var ft,gt;return ft=this.parent.children.indexOf(this),gt=this.parent.children.splice(ft),this.parent.instruction(ut,ct),Array.prototype.push.apply(this.parent.children,gt),this},ot.prototype.instructionAfter=function(ut,ct){var ft,gt;return ft=this.parent.children.indexOf(this),gt=this.parent.children.splice(ft+1),this.parent.instruction(ut,ct),Array.prototype.push.apply(this.parent.children,gt),this},ot.prototype.declaration=function(ut,ct,ft){var gt,Lt;return gt=this.document(),Lt=new Ct(gt,ut,ct,ft),gt.children[0]instanceof Ct?gt.children[0]=Lt:gt.children.unshift(Lt),gt.root()||gt},ot.prototype.doctype=function(ut,ct){var ft,gt,Lt,It,Ut,Ft,qt,te,Xt,he;for(gt=this.document(),Lt=new Mt(gt,ut,ct),Xt=gt.children,It=Ut=0,qt=Xt.length;Ut<qt;It=++Ut)if((ft=Xt[It])instanceof Mt)return gt.children[It]=Lt,Lt;for(he=gt.children,It=Ft=0,te=he.length;Ft<te;It=++Ft)if(ft=he[It],ft.isRoot)return gt.children.splice(It,0,Lt),Lt;return gt.children.push(Lt),Lt},ot.prototype.up=function(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},ot.prototype.root=function(){var ut;for(ut=this;ut;){if(ut.isDocument)return ut.rootObject;if(ut.isRoot)return ut;ut=ut.parent}},ot.prototype.document=function(){var ut;for(ut=this;ut;){if(ut.isDocument)return ut;ut=ut.parent}},ot.prototype.end=function(ut){return this.document().end(ut)},ot.prototype.prev=function(){var ut;if((ut=this.parent.children.indexOf(this))<1)throw new Error("Already at the first node");return this.parent.children[ut-1]},ot.prototype.next=function(){var ut;if((ut=this.parent.children.indexOf(this))===-1||ut===this.parent.children.length-1)throw new Error("Already at the last node");return this.parent.children[ut+1]},ot.prototype.importDocument=function(ut){var ct;return ct=ut.root().clone(),ct.parent=this,ct.isRoot=!1,this.children.push(ct),this},ot.prototype.ele=function(ut,ct,ft){return this.element(ut,ct,ft)},ot.prototype.nod=function(ut,ct,ft){return this.node(ut,ct,ft)},ot.prototype.txt=function(ut){return this.text(ut)},ot.prototype.dat=function(ut){return this.cdata(ut)},ot.prototype.com=function(ut){return this.comment(ut)},ot.prototype.ins=function(ut,ct){return this.instruction(ut,ct)},ot.prototype.doc=function(){return this.document()},ot.prototype.dec=function(ut,ct,ft){return this.declaration(ut,ct,ft)},ot.prototype.dtd=function(ut,ct){return this.doctype(ut,ct)},ot.prototype.e=function(ut,ct,ft){return this.element(ut,ct,ft)},ot.prototype.n=function(ut,ct,ft){return this.node(ut,ct,ft)},ot.prototype.t=function(ut){return this.text(ut)},ot.prototype.d=function(ut){return this.cdata(ut)},ot.prototype.c=function(ut){return this.comment(ut)},ot.prototype.r=function(ut){return this.raw(ut)},ot.prototype.i=function(ut,ct){return this.instruction(ut,ct)},ot.prototype.u=function(){return this.up()},ot.prototype.importXMLBuilder=function(ut){return this.importDocument(ut)},ot}()}).call(void 0)},{"./Utility":214,"./XMLCData":216,"./XMLComment":217,"./XMLDeclaration":222,"./XMLDocType":223,"./XMLElement":226,"./XMLProcessingInstruction":228,"./XMLRaw":229,"./XMLText":233}],228:[function(wt,Qt,Vt){"use strict";var Bt=wt("babel-runtime/core-js/object/create"),zt=function(Ct){return Ct&&Ct.__esModule?Ct:{default:Ct}}(Bt);(function(){var Ct,Mt=function(St,kt){function xt(){this.constructor=St}for(var Dt in kt)Rt.call(kt,Dt)&&(St[Dt]=kt[Dt]);return xt.prototype=kt.prototype,St.prototype=new xt,St.__super__=kt.prototype,St},Rt={}.hasOwnProperty;Ct=wt("./XMLNode"),Qt.exports=function(St){function kt(xt,Dt,yt){if(kt.__super__.constructor.call(this,xt),Dt==null)throw new Error("Missing instruction target");this.target=this.stringify.insTarget(Dt),yt&&(this.value=this.stringify.insValue(yt))}return Mt(kt,St),kt.prototype.clone=function(){return(0,zt.default)(this)},kt.prototype.toString=function(xt){return this.options.writer.set(xt).processingInstruction(this)},kt}(Ct)}).call(void 0)},{"./XMLNode":227,"babel-runtime/core-js/object/create":19}],229:[function(wt,Qt,Vt){"use strict";var Bt=wt("babel-runtime/core-js/object/create"),zt=function(Ct){return Ct&&Ct.__esModule?Ct:{default:Ct}}(Bt);(function(){var Ct,Mt=function(St,kt){function xt(){this.constructor=St}for(var Dt in kt)Rt.call(kt,Dt)&&(St[Dt]=kt[Dt]);return xt.prototype=kt.prototype,St.prototype=new xt,St.__super__=kt.prototype,St},Rt={}.hasOwnProperty;Ct=wt("./XMLNode"),Qt.exports=function(St){function kt(xt,Dt){if(kt.__super__.constructor.call(this,xt),Dt==null)throw new Error("Missing raw text");this.value=this.stringify.raw(Dt)}return Mt(kt,St),kt.prototype.clone=function(){return(0,zt.default)(this)},kt.prototype.toString=function(xt){return this.options.writer.set(xt).raw(this)},kt}(Ct)}).call(void 0)},{"./XMLNode":227,"babel-runtime/core-js/object/create":19}],230:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt,Ct,Mt,Rt,St,kt,xt,Dt,yt,et,tt,lt,ot=function(ct,ft){function gt(){this.constructor=ct}for(var Lt in ft)ut.call(ft,Lt)&&(ct[Lt]=ft[Lt]);return gt.prototype=ft.prototype,ct.prototype=new gt,ct.__super__=ft.prototype,ct},ut={}.hasOwnProperty;kt=wt("./XMLDeclaration"),xt=wt("./XMLDocType"),Bt=wt("./XMLCData"),zt=wt("./XMLComment"),Dt=wt("./XMLElement"),et=wt("./XMLRaw"),tt=wt("./XMLText"),yt=wt("./XMLProcessingInstruction"),Ct=wt("./XMLDTDAttList"),Mt=wt("./XMLDTDElement"),Rt=wt("./XMLDTDEntity"),St=wt("./XMLDTDNotation"),lt=wt("./XMLWriterBase"),Qt.exports=function(ct){function ft(gt,Lt){ft.__super__.constructor.call(this,Lt),this.stream=gt}return ot(ft,ct),ft.prototype.document=function(gt){var Lt,It,Ut,Ft,qt,te,Xt,he;for(te=gt.children,It=0,Ft=te.length;It<Ft;It++)Lt=te[It],Lt.isLastRootNode=!1;for(gt.children[gt.children.length-1].isLastRootNode=!0,Xt=gt.children,he=[],Ut=0,qt=Xt.length;Ut<qt;Ut++)switch(Lt=Xt[Ut],!1){case!(Lt instanceof kt):he.push(this.declaration(Lt));break;case!(Lt instanceof xt):he.push(this.docType(Lt));break;case!(Lt instanceof zt):he.push(this.comment(Lt));break;case!(Lt instanceof yt):he.push(this.processingInstruction(Lt));break;default:he.push(this.element(Lt))}return he},ft.prototype.attribute=function(gt){return this.stream.write(" "+gt.name+'="'+gt.value+'"')},ft.prototype.cdata=function(gt,Lt){return this.stream.write(this.space(Lt)+"<![CDATA["+gt.text+"]]>"+this.endline(gt))},ft.prototype.comment=function(gt,Lt){return this.stream.write(this.space(Lt)+"<!-- "+gt.text+" -->"+this.endline(gt))},ft.prototype.declaration=function(gt,Lt){return this.stream.write(this.space(Lt)),this.stream.write('<?xml version="'+gt.version+'"'),gt.encoding!=null&&this.stream.write(' encoding="'+gt.encoding+'"'),gt.standalone!=null&&this.stream.write(' standalone="'+gt.standalone+'"'),this.stream.write(this.spacebeforeslash+"?>"),this.stream.write(this.endline(gt))},ft.prototype.docType=function(gt,Lt){var It,Ut,Ft,qt;if(Lt||(Lt=0),this.stream.write(this.space(Lt)),this.stream.write("<!DOCTYPE "+gt.root().name),gt.pubID&&gt.sysID?this.stream.write(' PUBLIC "'+gt.pubID+'" "'+gt.sysID+'"'):gt.sysID&&this.stream.write(' SYSTEM "'+gt.sysID+'"'),gt.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(gt)),qt=gt.children,Ut=0,Ft=qt.length;Ut<Ft;Ut++)switch(It=qt[Ut],!1){case!(It instanceof Ct):this.dtdAttList(It,Lt+1);break;case!(It instanceof Mt):this.dtdElement(It,Lt+1);break;case!(It instanceof Rt):this.dtdEntity(It,Lt+1);break;case!(It instanceof St):this.dtdNotation(It,Lt+1);break;case!(It instanceof Bt):this.cdata(It,Lt+1);break;case!(It instanceof zt):this.comment(It,Lt+1);break;case!(It instanceof yt):this.processingInstruction(It,Lt+1);break;default:throw new Error("Unknown DTD node type: "+It.constructor.name)}this.stream.write("]")}return this.stream.write(this.spacebeforeslash+">"),this.stream.write(this.endline(gt))},ft.prototype.element=function(gt,Lt){var It,Ut,Ft,qt,te,Xt,he,fe;Lt||(Lt=0),fe=this.space(Lt),this.stream.write(fe+"<"+gt.name),Xt=gt.attributes;for(te in Xt)ut.call(Xt,te)&&(It=Xt[te],this.attribute(It));if(gt.children.length===0||gt.children.every(function(Ce){return Ce.value===""}))this.allowEmpty?this.stream.write("></"+gt.name+">"):this.stream.write(this.spacebeforeslash+"/>");else if(this.pretty&&gt.children.length===1&&gt.children[0].value!=null)this.stream.write(">"),this.stream.write(gt.children[0].value),this.stream.write("</"+gt.name+">");else{for(this.stream.write(">"+this.newline),he=gt.children,Ft=0,qt=he.length;Ft<qt;Ft++)switch(Ut=he[Ft],!1){case!(Ut instanceof Bt):this.cdata(Ut,Lt+1);break;case!(Ut instanceof zt):this.comment(Ut,Lt+1);break;case!(Ut instanceof Dt):this.element(Ut,Lt+1);break;case!(Ut instanceof et):this.raw(Ut,Lt+1);break;case!(Ut instanceof tt):this.text(Ut,Lt+1);break;case!(Ut instanceof yt):this.processingInstruction(Ut,Lt+1);break;default:throw new Error("Unknown XML node type: "+Ut.constructor.name)}this.stream.write(fe+"</"+gt.name+">")}return this.stream.write(this.endline(gt))},ft.prototype.processingInstruction=function(gt,Lt){return this.stream.write(this.space(Lt)+"<?"+gt.target),gt.value&&this.stream.write(" "+gt.value),this.stream.write(this.spacebeforeslash+"?>"+this.endline(gt))},ft.prototype.raw=function(gt,Lt){return this.stream.write(this.space(Lt)+gt.value+this.endline(gt))},ft.prototype.text=function(gt,Lt){return this.stream.write(this.space(Lt)+gt.value+this.endline(gt))},ft.prototype.dtdAttList=function(gt,Lt){return this.stream.write(this.space(Lt)+"<!ATTLIST "+gt.elementName+" "+gt.attributeName+" "+gt.attributeType),gt.defaultValueType!=="#DEFAULT"&&this.stream.write(" "+gt.defaultValueType),gt.defaultValue&&this.stream.write(' "'+gt.defaultValue+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(gt))},ft.prototype.dtdElement=function(gt,Lt){return this.stream.write(this.space(Lt)+"<!ELEMENT "+gt.name+" "+gt.value),this.stream.write(this.spacebeforeslash+">"+this.endline(gt))},ft.prototype.dtdEntity=function(gt,Lt){return this.stream.write(this.space(Lt)+"<!ENTITY"),gt.pe&&this.stream.write(" %"),this.stream.write(" "+gt.name),gt.value?this.stream.write(' "'+gt.value+'"'):(gt.pubID&&gt.sysID?this.stream.write(' PUBLIC "'+gt.pubID+'" "'+gt.sysID+'"'):gt.sysID&&this.stream.write(' SYSTEM "'+gt.sysID+'"'),gt.nData&&this.stream.write(" NDATA "+gt.nData)),this.stream.write(this.spacebeforeslash+">"+this.endline(gt))},ft.prototype.dtdNotation=function(gt,Lt){return this.stream.write(this.space(Lt)+"<!NOTATION "+gt.name),gt.pubID&&gt.sysID?this.stream.write(' PUBLIC "'+gt.pubID+'" "'+gt.sysID+'"'):gt.pubID?this.stream.write(' PUBLIC "'+gt.pubID+'"'):gt.sysID&&this.stream.write(' SYSTEM "'+gt.sysID+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(gt))},ft.prototype.endline=function(gt){return gt.isLastRootNode?"":this.newline},ft}(lt)}).call(void 0)},{"./XMLCData":216,"./XMLComment":217,"./XMLDTDAttList":218,"./XMLDTDElement":219,"./XMLDTDEntity":220,"./XMLDTDNotation":221,"./XMLDeclaration":222,"./XMLDocType":223,"./XMLElement":226,"./XMLProcessingInstruction":228,"./XMLRaw":229,"./XMLText":233,"./XMLWriterBase":234}],231:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt,Ct,Mt,Rt,St,kt,xt,Dt,yt,et,tt,lt,ot=function(ct,ft){function gt(){this.constructor=ct}for(var Lt in ft)ut.call(ft,Lt)&&(ct[Lt]=ft[Lt]);return gt.prototype=ft.prototype,ct.prototype=new gt,ct.__super__=ft.prototype,ct},ut={}.hasOwnProperty;kt=wt("./XMLDeclaration"),xt=wt("./XMLDocType"),Bt=wt("./XMLCData"),zt=wt("./XMLComment"),Dt=wt("./XMLElement"),et=wt("./XMLRaw"),tt=wt("./XMLText"),yt=wt("./XMLProcessingInstruction"),Ct=wt("./XMLDTDAttList"),Mt=wt("./XMLDTDElement"),Rt=wt("./XMLDTDEntity"),St=wt("./XMLDTDNotation"),lt=wt("./XMLWriterBase"),Qt.exports=function(ct){function ft(gt){ft.__super__.constructor.call(this,gt)}return ot(ft,ct),ft.prototype.document=function(gt){var Lt,It,Ut,Ft,qt;for(this.textispresent=!1,Ft="",qt=gt.children,It=0,Ut=qt.length;It<Ut;It++)Lt=qt[It],Ft+=function(){switch(!1){case!(Lt instanceof kt):return this.declaration(Lt);case!(Lt instanceof xt):return this.docType(Lt);case!(Lt instanceof zt):return this.comment(Lt);case!(Lt instanceof yt):return this.processingInstruction(Lt);default:return this.element(Lt,0)}}.call(this);return this.pretty&&Ft.slice(-this.newline.length)===this.newline&&(Ft=Ft.slice(0,-this.newline.length)),Ft},ft.prototype.attribute=function(gt){return" "+gt.name+'="'+gt.value+'"'},ft.prototype.cdata=function(gt,Lt){return this.space(Lt)+"<![CDATA["+gt.text+"]]>"+this.newline},ft.prototype.comment=function(gt,Lt){return this.space(Lt)+"<!-- "+gt.text+" -->"+this.newline},ft.prototype.declaration=function(gt,Lt){var It;return It=this.space(Lt),It+='<?xml version="'+gt.version+'"',gt.encoding!=null&&(It+=' encoding="'+gt.encoding+'"'),gt.standalone!=null&&(It+=' standalone="'+gt.standalone+'"'),It+=this.spacebeforeslash+"?>",It+=this.newline},ft.prototype.docType=function(gt,Lt){var It,Ut,Ft,qt,te;if(Lt||(Lt=0),qt=this.space(Lt),qt+="<!DOCTYPE "+gt.root().name,gt.pubID&&gt.sysID?qt+=' PUBLIC "'+gt.pubID+'" "'+gt.sysID+'"':gt.sysID&&(qt+=' SYSTEM "'+gt.sysID+'"'),gt.children.length>0){for(qt+=" [",qt+=this.newline,te=gt.children,Ut=0,Ft=te.length;Ut<Ft;Ut++)It=te[Ut],qt+=function(){switch(!1){case!(It instanceof Ct):return this.dtdAttList(It,Lt+1);case!(It instanceof Mt):return this.dtdElement(It,Lt+1);case!(It instanceof Rt):return this.dtdEntity(It,Lt+1);case!(It instanceof St):return this.dtdNotation(It,Lt+1);case!(It instanceof Bt):return this.cdata(It,Lt+1);case!(It instanceof zt):return this.comment(It,Lt+1);case!(It instanceof yt):return this.processingInstruction(It,Lt+1);default:throw new Error("Unknown DTD node type: "+It.constructor.name)}}.call(this);qt+="]"}return qt+=this.spacebeforeslash+">",qt+=this.newline},ft.prototype.element=function(gt,Lt){var It,Ut,Ft,qt,te,Xt,he,fe,Ce,Fe,ze,we,De;Lt||(Lt=0),De=!1,this.textispresent?(this.newline="",this.pretty=!1):(this.newline=this.newlinedefault,this.pretty=this.prettydefault),we=this.space(Lt),fe="",fe+=we+"<"+gt.name,Ce=gt.attributes;for(he in Ce)ut.call(Ce,he)&&(It=Ce[he],fe+=this.attribute(It));if(gt.children.length===0||gt.children.every(function(pe){return pe.value===""}))this.allowEmpty?fe+="></"+gt.name+">"+this.newline:fe+=this.spacebeforeslash+"/>"+this.newline;else if(this.pretty&&gt.children.length===1&&gt.children[0].value!=null)fe+=">",fe+=gt.children[0].value,fe+="</"+gt.name+">"+this.newline;else{if(this.dontprettytextnodes){for(Fe=gt.children,Ft=0,te=Fe.length;Ft<te;Ft++)if(Ut=Fe[Ft],Ut.value!=null){this.textispresent++,De=!0;break}}for(this.textispresent&&(this.newline="",this.pretty=!1,we=this.space(Lt)),fe+=">"+this.newline,ze=gt.children,qt=0,Xt=ze.length;qt<Xt;qt++)Ut=ze[qt],fe+=function(){switch(!1){case!(Ut instanceof Bt):return this.cdata(Ut,Lt+1);case!(Ut instanceof zt):return this.comment(Ut,Lt+1);case!(Ut instanceof Dt):return this.element(Ut,Lt+1);case!(Ut instanceof et):return this.raw(Ut,Lt+1);case!(Ut instanceof tt):return this.text(Ut,Lt+1);case!(Ut instanceof yt):return this.processingInstruction(Ut,Lt+1);default:throw new Error("Unknown XML node type: "+Ut.constructor.name)}}.call(this);De&&this.textispresent--,this.textispresent||(this.newline=this.newlinedefault,this.pretty=this.prettydefault),fe+=we+"</"+gt.name+">"+this.newline}return fe},ft.prototype.processingInstruction=function(gt,Lt){var It;return It=this.space(Lt)+"<?"+gt.target,gt.value&&(It+=" "+gt.value),It+=this.spacebeforeslash+"?>"+this.newline},ft.prototype.raw=function(gt,Lt){return this.space(Lt)+gt.value+this.newline},ft.prototype.text=function(gt,Lt){return this.space(Lt)+gt.value+this.newline},ft.prototype.dtdAttList=function(gt,Lt){var It;return It=this.space(Lt)+"<!ATTLIST "+gt.elementName+" "+gt.attributeName+" "+gt.attributeType,gt.defaultValueType!=="#DEFAULT"&&(It+=" "+gt.defaultValueType),gt.defaultValue&&(It+=' "'+gt.defaultValue+'"'),It+=this.spacebeforeslash+">"+this.newline},ft.prototype.dtdElement=function(gt,Lt){return this.space(Lt)+"<!ELEMENT "+gt.name+" "+gt.value+this.spacebeforeslash+">"+this.newline},ft.prototype.dtdEntity=function(gt,Lt){var It;return It=this.space(Lt)+"<!ENTITY",gt.pe&&(It+=" %"),It+=" "+gt.name,gt.value?It+=' "'+gt.value+'"':(gt.pubID&&gt.sysID?It+=' PUBLIC "'+gt.pubID+'" "'+gt.sysID+'"':gt.sysID&&(It+=' SYSTEM "'+gt.sysID+'"'),gt.nData&&(It+=" NDATA "+gt.nData)),It+=this.spacebeforeslash+">"+this.newline},ft.prototype.dtdNotation=function(gt,Lt){var It;return It=this.space(Lt)+"<!NOTATION "+gt.name,gt.pubID&&gt.sysID?It+=' PUBLIC "'+gt.pubID+'" "'+gt.sysID+'"':gt.pubID?It+=' PUBLIC "'+gt.pubID+'"':gt.sysID&&(It+=' SYSTEM "'+gt.sysID+'"'),It+=this.spacebeforeslash+">"+this.newline},ft.prototype.openNode=function(gt,Lt){var It,Ut,Ft,qt;if(Lt||(Lt=0),gt instanceof Dt){Ft=this.space(Lt)+"<"+gt.name,qt=gt.attributes;for(Ut in qt)ut.call(qt,Ut)&&(It=qt[Ut],Ft+=this.attribute(It));return Ft+=(gt.children?">":"/>")+this.newline}return Ft=this.space(Lt)+"<!DOCTYPE "+gt.rootNodeName,gt.pubID&&gt.sysID?Ft+=' PUBLIC "'+gt.pubID+'" "'+gt.sysID+'"':gt.sysID&&(Ft+=' SYSTEM "'+gt.sysID+'"'),Ft+=(gt.children?" [":">")+this.newline},ft.prototype.closeNode=function(gt,Lt){switch(Lt||(Lt=0),!1){case!(gt instanceof Dt):return this.space(Lt)+"</"+gt.name+">"+this.newline;case!(gt instanceof xt):return this.space(Lt)+"]>"+this.newline}},ft}(lt)}).call(void 0)},{"./XMLCData":216,"./XMLComment":217,"./XMLDTDAttList":218,"./XMLDTDElement":219,"./XMLDTDEntity":220,"./XMLDTDNotation":221,"./XMLDeclaration":222,"./XMLDocType":223,"./XMLElement":226,"./XMLProcessingInstruction":228,"./XMLRaw":229,"./XMLText":233,"./XMLWriterBase":234}],232:[function(wt,Qt,Vt){"use strict";(function(){var Bt=function(Ct,Mt){return function(){return Ct.apply(Mt,arguments)}},zt={}.hasOwnProperty;Qt.exports=function(){function Ct(Mt){this.assertLegalChar=Bt(this.assertLegalChar,this);var Rt,St,kt;Mt||(Mt={}),this.noDoubleEncoding=Mt.noDoubleEncoding,St=Mt.stringify||{};for(Rt in St)zt.call(St,Rt)&&(kt=St[Rt],this[Rt]=kt)}return Ct.prototype.eleName=function(Mt){return Mt=""+Mt||"",this.assertLegalChar(Mt)},Ct.prototype.eleText=function(Mt){return Mt=""+Mt||"",this.assertLegalChar(this.elEscape(Mt))},Ct.prototype.cdata=function(Mt){return Mt=""+Mt||"",Mt=Mt.replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(Mt)},Ct.prototype.comment=function(Mt){if(Mt=""+Mt||"",Mt.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+Mt);return this.assertLegalChar(Mt)},Ct.prototype.raw=function(Mt){return""+Mt||""},Ct.prototype.attName=function(Mt){return Mt=""+Mt||""},Ct.prototype.attValue=function(Mt){return Mt=""+Mt||"",this.attEscape(Mt)},Ct.prototype.insTarget=function(Mt){return""+Mt||""},Ct.prototype.insValue=function(Mt){if(Mt=""+Mt||"",Mt.match(/\?>/))throw new Error("Invalid processing instruction value: "+Mt);return Mt},Ct.prototype.xmlVersion=function(Mt){if(Mt=""+Mt||"",!Mt.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+Mt);return Mt},Ct.prototype.xmlEncoding=function(Mt){if(Mt=""+Mt||"",!Mt.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+Mt);return Mt},Ct.prototype.xmlStandalone=function(Mt){return Mt?"yes":"no"},Ct.prototype.dtdPubID=function(Mt){return""+Mt||""},Ct.prototype.dtdSysID=function(Mt){return""+Mt||""},Ct.prototype.dtdElementValue=function(Mt){return""+Mt||""},Ct.prototype.dtdAttType=function(Mt){return""+Mt||""},Ct.prototype.dtdAttDefault=function(Mt){return Mt!=null?""+Mt||"":Mt},Ct.prototype.dtdEntityValue=function(Mt){return""+Mt||""},Ct.prototype.dtdNData=function(Mt){return""+Mt||""},Ct.prototype.convertAttKey="@",Ct.prototype.convertPIKey="?",Ct.prototype.convertTextKey="#text",Ct.prototype.convertCDataKey="#cdata",Ct.prototype.convertCommentKey="#comment",Ct.prototype.convertRawKey="#raw",Ct.prototype.assertLegalChar=function(Mt){var Rt;if(Rt=Mt.match(/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/))throw new Error("Invalid character in string: "+Mt+" at index "+Rt.index);return Mt},Ct.prototype.elEscape=function(Mt){var Rt;return Rt=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,Mt.replace(Rt,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\r/g,"&#xD;")},Ct.prototype.attEscape=function(Mt){var Rt;return Rt=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,Mt.replace(Rt,"&amp;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/\t/g,"&#x9;").replace(/\n/g,"&#xA;").replace(/\r/g,"&#xD;")},Ct}()}).call(void 0)},{}],233:[function(wt,Qt,Vt){"use strict";var Bt=wt("babel-runtime/core-js/object/create"),zt=function(Ct){return Ct&&Ct.__esModule?Ct:{default:Ct}}(Bt);(function(){var Ct,Mt=function(St,kt){function xt(){this.constructor=St}for(var Dt in kt)Rt.call(kt,Dt)&&(St[Dt]=kt[Dt]);return xt.prototype=kt.prototype,St.prototype=new xt,St.__super__=kt.prototype,St},Rt={}.hasOwnProperty;Ct=wt("./XMLNode"),Qt.exports=function(St){function kt(xt,Dt){if(kt.__super__.constructor.call(this,xt),Dt==null)throw new Error("Missing element text");this.value=this.stringify.eleText(Dt)}return Mt(kt,St),kt.prototype.clone=function(){return(0,zt.default)(this)},kt.prototype.toString=function(xt){return this.options.writer.set(xt).text(this)},kt}(Ct)}).call(void 0)},{"./XMLNode":227,"babel-runtime/core-js/object/create":19}],234:[function(wt,Qt,Vt){"use strict";(function(){var Bt={}.hasOwnProperty;Qt.exports=function(){function zt(Ct){var Mt,Rt,St,kt,xt,Dt,yt,et,tt;Ct||(Ct={}),this.pretty=Ct.pretty||!1,this.allowEmpty=(Rt=Ct.allowEmpty)!=null&&Rt,this.pretty?(this.indent=(St=Ct.indent)!=null?St:" ",this.newline=(kt=Ct.newline)!=null?kt:`
`,this.offset=(xt=Ct.offset)!=null?xt:0,this.dontprettytextnodes=(Dt=Ct.dontprettytextnodes)!=null?Dt:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash=(yt=Ct.spacebeforeslash)!=null?yt:"",this.spacebeforeslash===!0&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,et=Ct.writer||{};for(Mt in et)Bt.call(et,Mt)&&(tt=et[Mt],this[Mt]=tt)}return zt.prototype.set=function(Ct){var Mt,Rt,St;Ct||(Ct={}),"pretty"in Ct&&(this.pretty=Ct.pretty),"allowEmpty"in Ct&&(this.allowEmpty=Ct.allowEmpty),this.pretty?(this.indent="indent"in Ct?Ct.indent:" ",this.newline="newline"in Ct?Ct.newline:`
`,this.offset="offset"in Ct?Ct.offset:0,this.dontprettytextnodes="dontprettytextnodes"in Ct?Ct.dontprettytextnodes:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash="spacebeforeslash"in Ct?Ct.spacebeforeslash:"",this.spacebeforeslash===!0&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,Rt=Ct.writer||{};for(Mt in Rt)Bt.call(Rt,Mt)&&(St=Rt[Mt],this[Mt]=St);return this},zt.prototype.space=function(Ct){var Mt;return this.pretty?(Mt=(Ct||0)+this.offset+1,Mt>0?new Array(Mt).join(this.indent):""):""},zt}()}).call(void 0)},{}],235:[function(wt,Qt,Vt){"use strict";(function(){var Bt,zt,Ct,Mt,Rt,St,kt;kt=wt("./Utility"),Rt=kt.assign,St=kt.isFunction,Bt=wt("./XMLDocument"),zt=wt("./XMLDocumentCB"),Mt=wt("./XMLStringWriter"),Ct=wt("./XMLStreamWriter"),Qt.exports.create=function(xt,Dt,yt,et){var tt,lt;if(xt==null)throw new Error("Root element needs a name");return et=Rt({},Dt,yt,et),tt=new Bt(et),lt=tt.element(xt),et.headless||(tt.declaration(et),et.pubID==null&&et.sysID==null||tt.doctype(et)),lt},Qt.exports.begin=function(xt,Dt,yt){var et;return St(xt)&&(et=[xt,Dt],Dt=et[0],yt=et[1],xt={}),Dt?new zt(xt,Dt,yt):new Bt(xt)},Qt.exports.stringWriter=function(xt){return new Mt(xt)},Qt.exports.streamWriter=function(xt,Dt){return new Ct(xt,Dt)}}).call(void 0)},{"./Utility":214,"./XMLDocument":224,"./XMLDocumentCB":225,"./XMLStreamWriter":230,"./XMLStringWriter":231}],236:[function(wt,Qt,Vt){function Bt(){for(var Ct={},Mt=0;Mt<arguments.length;Mt++){var Rt=arguments[Mt];for(var St in Rt)zt.call(Rt,St)&&(Ct[St]=Rt[St])}return Ct}Qt.exports=Bt;var zt=Object.prototype.hasOwnProperty},{}],237:[function(wt,Qt,Vt){"use strict";function Bt(et,tt,lt){Mt.isBuffer(tt)||(tt=new Mt(tt)),Mt.isBuffer(lt)||(lt=new Mt(lt)),tt.length>Dt?tt=et(tt):tt.length<Dt&&(tt=Mt.concat([tt,yt],Dt));for(var ot=new Mt(Dt),ut=new Mt(Dt),ct=0;ct<Dt;ct++)ot[ct]=54^tt[ct],ut[ct]=92^tt[ct];var ft=et(Mt.concat([ot,lt]));return et(Mt.concat([ut,ft]))}function zt(et,tt){et=et||"sha1";var lt=xt[et],ot=[],ut=0;return lt||Ct("algorithm:",et,"is not yet supported"),{update:function(ct){return Mt.isBuffer(ct)||(ct=new Mt(ct)),ot.push(ct),ut+=ct.length,this},digest:function(ct){var ft=Mt.concat(ot),gt=tt?Bt(lt,tt,ft):lt(ft);return ot=null,ct?gt.toString(ct):gt}}}function Ct(){var et=[].slice.call(arguments).join(" ");throw new Error([et,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join(`
`))}var Mt=wt("buffer").Buffer,Rt=wt("./sha"),St=wt("./sha256"),kt=wt("./md5"),xt={sha1:Rt,sha256:St,md5:kt},Dt=64,yt=new Mt(Dt);yt.fill(0),Vt.createHash=function(et){return zt(et)},Vt.createHmac=function(et,tt){return zt(et,tt)},function(et,tt){for(var lt in et)tt(et[lt],lt)}(["createCredentials","createCipher","createCipheriv","createDecipher","createDecipheriv","createSign","createVerify","createDiffieHellman","pbkdf2"],function(et){Vt[et]=function(){Ct("sorry,",et,"is not implemented yet")}})},{"./md5":239,"./sha":240,"./sha256":241,buffer:38}],238:[function(wt,Qt,Vt){"use strict";function Bt(xt,Dt){if(xt.length%Rt!=0){var yt=xt.length+(Rt-xt.length%Rt);xt=Mt.concat([xt,St],yt)}for(var et=[],tt=Dt?xt.readInt32BE:xt.readInt32LE,lt=0;lt<xt.length;lt+=Rt)et.push(tt.call(xt,lt));return et}function zt(xt,Dt,yt){for(var et=new Mt(Dt),tt=yt?et.writeInt32BE:et.writeInt32LE,lt=0;lt<xt.length;lt++)tt.call(et,xt[lt],4*lt,!0);return et}function Ct(xt,Dt,yt,et){return Mt.isBuffer(xt)||(xt=new Mt(xt)),zt(Dt(Bt(xt,et),xt.length*kt),yt,et)}var Mt=wt("buffer").Buffer,Rt=4,St=new Mt(Rt);St.fill(0);var kt=8;Qt.exports={hash:Ct}},{buffer:38}],239:[function(wt,Qt,Vt){"use strict";function Bt(yt,et){yt[et>>5]|=128<<et%32,yt[14+(et+64>>>9<<4)]=et;for(var tt=1732584193,lt=-271733879,ot=-1732584194,ut=271733878,ct=0;ct<yt.length;ct+=16){var ft=tt,gt=lt,Lt=ot,It=ut;tt=Ct(tt,lt,ot,ut,yt[ct+0],7,-680876936),ut=Ct(ut,tt,lt,ot,yt[ct+1],12,-389564586),ot=Ct(ot,ut,tt,lt,yt[ct+2],17,606105819),lt=Ct(lt,ot,ut,tt,yt[ct+3],22,-1044525330),tt=Ct(tt,lt,ot,ut,yt[ct+4],7,-176418897),ut=Ct(ut,tt,lt,ot,yt[ct+5],12,1200080426),ot=Ct(ot,ut,tt,lt,yt[ct+6],17,-1473231341),lt=Ct(lt,ot,ut,tt,yt[ct+7],22,-45705983),tt=Ct(tt,lt,ot,ut,yt[ct+8],7,1770035416),ut=Ct(ut,tt,lt,ot,yt[ct+9],12,-1958414417),ot=Ct(ot,ut,tt,lt,yt[ct+10],17,-42063),lt=Ct(lt,ot,ut,tt,yt[ct+11],22,-1990404162),tt=Ct(tt,lt,ot,ut,yt[ct+12],7,1804603682),ut=Ct(ut,tt,lt,ot,yt[ct+13],12,-40341101),ot=Ct(ot,ut,tt,lt,yt[ct+14],17,-1502002290),lt=Ct(lt,ot,ut,tt,yt[ct+15],22,1236535329),tt=Mt(tt,lt,ot,ut,yt[ct+1],5,-165796510),ut=Mt(ut,tt,lt,ot,yt[ct+6],9,-1069501632),ot=Mt(ot,ut,tt,lt,yt[ct+11],14,643717713),lt=Mt(lt,ot,ut,tt,yt[ct+0],20,-373897302),tt=Mt(tt,lt,ot,ut,yt[ct+5],5,-701558691),ut=Mt(ut,tt,lt,ot,yt[ct+10],9,38016083),ot=Mt(ot,ut,tt,lt,yt[ct+15],14,-660478335),lt=Mt(lt,ot,ut,tt,yt[ct+4],20,-405537848),tt=Mt(tt,lt,ot,ut,yt[ct+9],5,568446438),ut=Mt(ut,tt,lt,ot,yt[ct+14],9,-1019803690),ot=Mt(ot,ut,tt,lt,yt[ct+3],14,-187363961),lt=Mt(lt,ot,ut,tt,yt[ct+8],20,1163531501),tt=Mt(tt,lt,ot,ut,yt[ct+13],5,-1444681467),ut=Mt(ut,tt,lt,ot,yt[ct+2],9,-51403784),ot=Mt(ot,ut,tt,lt,yt[ct+7],14,1735328473),lt=Mt(lt,ot,ut,tt,yt[ct+12],20,-1926607734),tt=Rt(tt,lt,ot,ut,yt[ct+5],4,-378558),ut=Rt(ut,tt,lt,ot,yt[ct+8],11,-2022574463),ot=Rt(ot,ut,tt,lt,yt[ct+11],16,1839030562),lt=Rt(lt,ot,ut,tt,yt[ct+14],23,-35309556),tt=Rt(tt,lt,ot,ut,yt[ct+1],4,-1530992060),ut=Rt(ut,tt,lt,ot,yt[ct+4],11,1272893353),ot=Rt(ot,ut,tt,lt,yt[ct+7],16,-155497632),lt=Rt(lt,ot,ut,tt,yt[ct+10],23,-1094730640),tt=Rt(tt,lt,ot,ut,yt[ct+13],4,681279174),ut=Rt(ut,tt,lt,ot,yt[ct+0],11,-358537222),ot=Rt(ot,ut,tt,lt,yt[ct+3],16,-722521979),lt=Rt(lt,ot,ut,tt,yt[ct+6],23,76029189),tt=Rt(tt,lt,ot,ut,yt[ct+9],4,-640364487),ut=Rt(ut,tt,lt,ot,yt[ct+12],11,-421815835),ot=Rt(ot,ut,tt,lt,yt[ct+15],16,530742520),lt=Rt(lt,ot,ut,tt,yt[ct+2],23,-995338651),tt=St(tt,lt,ot,ut,yt[ct+0],6,-198630844),ut=St(ut,tt,lt,ot,yt[ct+7],10,1126891415),ot=St(ot,ut,tt,lt,yt[ct+14],15,-1416354905),lt=St(lt,ot,ut,tt,yt[ct+5],21,-57434055),tt=St(tt,lt,ot,ut,yt[ct+12],6,1700485571),ut=St(ut,tt,lt,ot,yt[ct+3],10,-1894986606),ot=St(ot,ut,tt,lt,yt[ct+10],15,-1051523),lt=St(lt,ot,ut,tt,yt[ct+1],21,-2054922799),tt=St(tt,lt,ot,ut,yt[ct+8],6,1873313359),ut=St(ut,tt,lt,ot,yt[ct+15],10,-30611744),ot=St(ot,ut,tt,lt,yt[ct+6],15,-1560198380),lt=St(lt,ot,ut,tt,yt[ct+13],21,1309151649),tt=St(tt,lt,ot,ut,yt[ct+4],6,-145523070),ut=St(ut,tt,lt,ot,yt[ct+11],10,-1120210379),ot=St(ot,ut,tt,lt,yt[ct+2],15,718787259),lt=St(lt,ot,ut,tt,yt[ct+9],21,-343485551),tt=kt(tt,ft),lt=kt(lt,gt),ot=kt(ot,Lt),ut=kt(ut,It)}return Array(tt,lt,ot,ut)}function zt(yt,et,tt,lt,ot,ut){return kt(xt(kt(kt(et,yt),kt(lt,ut)),ot),tt)}function Ct(yt,et,tt,lt,ot,ut,ct){return zt(et&tt|~et&lt,yt,et,ot,ut,ct)}function Mt(yt,et,tt,lt,ot,ut,ct){return zt(et&lt|tt&~lt,yt,et,ot,ut,ct)}function Rt(yt,et,tt,lt,ot,ut,ct){return zt(et^tt^lt,yt,et,ot,ut,ct)}function St(yt,et,tt,lt,ot,ut,ct){return zt(tt^(et|~lt),yt,et,ot,ut,ct)}function kt(yt,et){var tt=(65535&yt)+(65535&et);return(yt>>16)+(et>>16)+(tt>>16)<<16|65535&tt}function xt(yt,et){return yt<<et|yt>>>32-et}var Dt=wt("./helpers");Qt.exports=function(yt){return Dt.hash(yt,Bt,16)}},{"./helpers":238}],240:[function(wt,Qt,Vt){"use strict";function Bt(kt,xt){kt[xt>>5]|=128<<24-xt%32,kt[15+(xt+64>>9<<4)]=xt;for(var Dt=Array(80),yt=1732584193,et=-271733879,tt=-1732584194,lt=271733878,ot=-1009589776,ut=0;ut<kt.length;ut+=16){for(var ct=yt,ft=et,gt=tt,Lt=lt,It=ot,Ut=0;Ut<80;Ut++){Dt[Ut]=Ut<16?kt[ut+Ut]:Rt(Dt[Ut-3]^Dt[Ut-8]^Dt[Ut-14]^Dt[Ut-16],1);var Ft=Mt(Mt(Rt(yt,5),zt(Ut,et,tt,lt)),Mt(Mt(ot,Dt[Ut]),Ct(Ut)));ot=lt,lt=tt,tt=Rt(et,30),et=yt,yt=Ft}yt=Mt(yt,ct),et=Mt(et,ft),tt=Mt(tt,gt),lt=Mt(lt,Lt),ot=Mt(ot,It)}return Array(yt,et,tt,lt,ot)}function zt(kt,xt,Dt,yt){return kt<20?xt&Dt|~xt&yt:kt<40?xt^Dt^yt:kt<60?xt&Dt|xt&yt|Dt&yt:xt^Dt^yt}function Ct(kt){return kt<20?1518500249:kt<40?1859775393:kt<60?-1894007588:-899497514}function Mt(kt,xt){var Dt=(65535&kt)+(65535&xt);return(kt>>16)+(xt>>16)+(Dt>>16)<<16|65535&Dt}function Rt(kt,xt){return kt<<xt|kt>>>32-xt}var St=wt("./helpers");Qt.exports=function(kt){return St.hash(kt,Bt,20,!0)}},{"./helpers":238}],241:[function(wt,Qt,Vt){"use strict";var Bt=wt("./helpers"),zt=function(tt,lt){var ot=(65535&tt)+(65535&lt);return(tt>>16)+(lt>>16)+(ot>>16)<<16|65535&ot},Ct=function(tt,lt){return tt>>>lt|tt<<32-lt},Mt=function(tt,lt){return tt>>>lt},Rt=function(tt,lt,ot){return tt&lt^~tt&ot},St=function(tt,lt,ot){return tt&lt^tt&ot^lt&ot},kt=function(tt){return Ct(tt,2)^Ct(tt,13)^Ct(tt,22)},xt=function(tt){return Ct(tt,6)^Ct(tt,11)^Ct(tt,25)},Dt=function(tt){return Ct(tt,7)^Ct(tt,18)^Mt(tt,3)},yt=function(tt){return Ct(tt,17)^Ct(tt,19)^Mt(tt,10)},et=function(tt,lt){var ot,ut,ct,ft,gt,Lt,It,Ut,Ft,qt,te,Xt,he=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),fe=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),Ce=new Array(64);tt[lt>>5]|=128<<24-lt%32,tt[15+(lt+64>>9<<4)]=lt;for(var Ft=0;Ft<tt.length;Ft+=16){ot=fe[0],ut=fe[1],ct=fe[2],ft=fe[3],gt=fe[4],Lt=fe[5],It=fe[6],Ut=fe[7];for(var qt=0;qt<64;qt++)Ce[qt]=qt<16?tt[qt+Ft]:zt(zt(zt(yt(Ce[qt-2]),Ce[qt-7]),Dt(Ce[qt-15])),Ce[qt-16]),te=zt(zt(zt(zt(Ut,xt(gt)),Rt(gt,Lt,It)),he[qt]),Ce[qt]),Xt=zt(kt(ot),St(ot,ut,ct)),Ut=It,It=Lt,Lt=gt,gt=zt(ft,te),ft=ct,ct=ut,ut=ot,ot=zt(te,Xt);fe[0]=zt(ot,fe[0]),fe[1]=zt(ut,fe[1]),fe[2]=zt(ct,fe[2]),fe[3]=zt(ft,fe[3]),fe[4]=zt(gt,fe[4]),fe[5]=zt(Lt,fe[5]),fe[6]=zt(It,fe[6]),fe[7]=zt(Ut,fe[7])}return fe};Qt.exports=function(tt){return Bt.hash(tt,et,32,!0)}},{"./helpers":238}],242:[function(wt,Qt,Vt){(function(Bt){"use strict";function zt(et){return et&&et.__esModule?et:{default:et}}var Ct=wt("babel-runtime/core-js/object/create"),Mt=zt(Ct),Rt=wt("babel-runtime/helpers/classCallCheck"),St=zt(Rt),kt=wt("babel-runtime/helpers/createClass"),xt=zt(kt),Dt=wt("babel-runtime/helpers/typeof"),yt=zt(Dt);(function(et){if((Vt===void 0?"undefined":(0,yt.default)(Vt))==="object"&&Qt!==void 0)Qt.exports=et();else if(typeof ee=="function"&&ee.amd)ee([],et);else{var tt;tt=typeof window!="undefined"?window:Bt!==void 0?Bt:typeof self!="undefined"?self:this,tt.mime=et()}})(function(){return function et(tt,lt,ot){function ut(gt,Lt){if(!lt[gt]){if(!tt[gt]){var It=typeof wt=="function"&&wt;if(!Lt&&It)return It(gt,!0);if(ct)return ct(gt,!0);var Ut=new Error("Cannot find module '"+gt+"'");throw Ut.code="MODULE_NOT_FOUND",Ut}var Ft=lt[gt]={exports:{}};tt[gt][0].call(Ft.exports,function(qt){var te=tt[gt][1][qt];return ut(te||qt)},Ft,Ft.exports,et,tt,lt,ot)}return lt[gt].exports}for(var ct=typeof wt=="function"&&wt,ft=0;ft<ot.length;ft++)ut(ot[ft]);return ut}({1:[function(et,tt,lt){var ot=function(){function ut(){(0,St.default)(this,ut),this._types=(0,Mt.default)(null),this._extensions=(0,Mt.default)(null);for(var ct=0;ct<arguments.length;ct++)this.define(arguments[ct])}return(0,xt.default)(ut,[{key:"define",value:function(ct,ft){for(var gt in ct){for(var Lt=ct[gt],It=0;It<Lt.length;It++){var Ut=Lt[It];if(!ft&&Ut in this._types)throw new Error('Attempt to change mapping for "'+Ut+'" extension from "'+this._types[Ut]+'" to "'+gt+'". Pass `force=true` to allow this, otherwise remove "'+Ut+'" from the list of extensions for "'+gt+'".');this._types[Ut]=gt}!ft&&this._extensions[gt]||(this._extensions[gt]=Lt[0])}}},{key:"getType",value:function(ct){ct=String(ct);var ft=ct.replace(/^.*[\/\\]/,"").toLowerCase(),gt=ft.replace(/^.*\./,"").toLowerCase(),Lt=ft.length<ct.length;return(gt.length<ft.length-1||!Lt)&&this._types[gt]||null}},{key:"getExtension",value:function(ct){return(ct=/^\s*([^;\s]*)/.test(ct)&&RegExp.$1)&&this._extensions[ct.toLowerCase()]||null}}]),ut}();tt.exports=ot},{}],2:[function(et,tt,lt){var ot=et("./Mime");tt.exports=new ot(et("./types/standard"),et("./types/other"))},{"./Mime":1,"./types/other":3,"./types/standard":4}],3:[function(et,tt,lt){tt.exports={"application/prs.cww":["cww"],"application/vnd.3gpp.pic-bw-large":["plb"],"application/vnd.3gpp.pic-bw-small":["psb"],"application/vnd.3gpp.pic-bw-var":["pvb"],"application/vnd.3gpp2.tcap":["tcap"],"application/vnd.3m.post-it-notes":["pwn"],"application/vnd.accpac.simply.aso":["aso"],"application/vnd.accpac.simply.imp":["imp"],"application/vnd.acucobol":["acu"],"application/vnd.acucorp":["atc","acutc"],"application/vnd.adobe.air-application-installer-package+zip":["air"],"application/vnd.adobe.formscentral.fcdt":["fcdt"],"application/vnd.adobe.fxp":["fxp","fxpl"],"application/vnd.adobe.xdp+xml":["xdp"],"application/vnd.adobe.xfdf":["xfdf"],"application/vnd.ahead.space":["ahead"],"application/vnd.airzip.filesecure.azf":["azf"],"application/vnd.airzip.filesecure.azs":["azs"],"application/vnd.amazon.ebook":["azw"],"application/vnd.americandynamics.acc":["acc"],"application/vnd.amiga.ami":["ami"],"application/vnd.android.package-archive":["apk"],"application/vnd.anser-web-certificate-issue-initiation":["cii"],"application/vnd.anser-web-funds-transfer-initiation":["fti"],"application/vnd.antix.game-component":["atx"],"application/vnd.apple.installer+xml":["mpkg"],"application/vnd.apple.mpegurl":["m3u8"],"application/vnd.apple.pkpass":["pkpass"],"application/vnd.aristanetworks.swi":["swi"],"application/vnd.astraea-software.iota":["iota"],"application/vnd.audiograph":["aep"],"application/vnd.blueice.multipass":["mpm"],"application/vnd.bmi":["bmi"],"application/vnd.businessobjects":["rep"],"application/vnd.chemdraw+xml":["cdxml"],"application/vnd.chipnuts.karaoke-mmd":["mmd"],"application/vnd.cinderella":["cdy"],"application/vnd.claymore":["cla"],"application/vnd.cloanto.rp9":["rp9"],"application/vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"application/vnd.cluetrust.cartomobile-config":["c11amc"],"application/vnd.cluetrust.cartomobile-config-pkg":["c11amz"],"application/vnd.commonspace":["csp"],"application/vnd.contact.cmsg":["cdbcmsg"],"application/vnd.cosmocaller":["cmc"],"application/vnd.crick.clicker":["clkx"],"application/vnd.crick.clicker.keyboard":["clkk"],"application/vnd.crick.clicker.palette":["clkp"],"application/vnd.crick.clicker.template":["clkt"],"application/vnd.crick.clicker.wordbank":["clkw"],"application/vnd.criticaltools.wbs+xml":["wbs"],"application/vnd.ctc-posml":["pml"],"application/vnd.cups-ppd":["ppd"],"application/vnd.curl.car":["car"],"application/vnd.curl.pcurl":["pcurl"],"application/vnd.dart":["dart"],"application/vnd.data-vision.rdz":["rdz"],"application/vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"application/vnd.dece.ttml+xml":["uvt","uvvt"],"application/vnd.dece.unspecified":["uvx","uvvx"],"application/vnd.dece.zip":["uvz","uvvz"],"application/vnd.denovo.fcselayout-link":["fe_launch"],"application/vnd.dna":["dna"],"application/vnd.dolby.mlp":["mlp"],"application/vnd.dpgraph":["dpg"],"application/vnd.dreamfactory":["dfac"],"application/vnd.ds-keypoint":["kpxx"],"application/vnd.dvb.ait":["ait"],"application/vnd.dvb.service":["svc"],"application/vnd.dynageo":["geo"],"application/vnd.ecowin.chart":["mag"],"application/vnd.enliven":["nml"],"application/vnd.epson.esf":["esf"],"application/vnd.epson.msf":["msf"],"application/vnd.epson.quickanime":["qam"],"application/vnd.epson.salt":["slt"],"application/vnd.epson.ssf":["ssf"],"application/vnd.eszigno3+xml":["es3","et3"],"application/vnd.ezpix-album":["ez2"],"application/vnd.ezpix-package":["ez3"],"application/vnd.fdf":["fdf"],"application/vnd.fdsn.mseed":["mseed"],"application/vnd.fdsn.seed":["seed","dataless"],"application/vnd.flographit":["gph"],"application/vnd.fluxtime.clip":["ftc"],"application/vnd.framemaker":["fm","frame","maker","book"],"application/vnd.frogans.fnc":["fnc"],"application/vnd.frogans.ltf":["ltf"],"application/vnd.fsc.weblaunch":["fsc"],"application/vnd.fujitsu.oasys":["oas"],"application/vnd.fujitsu.oasys2":["oa2"],"application/vnd.fujitsu.oasys3":["oa3"],"application/vnd.fujitsu.oasysgp":["fg5"],"application/vnd.fujitsu.oasysprs":["bh2"],"application/vnd.fujixerox.ddd":["ddd"],"application/vnd.fujixerox.docuworks":["xdw"],"application/vnd.fujixerox.docuworks.binder":["xbd"],"application/vnd.fuzzysheet":["fzs"],"application/vnd.genomatix.tuxedo":["txd"],"application/vnd.geogebra.file":["ggb"],"application/vnd.geogebra.tool":["ggt"],"application/vnd.geometry-explorer":["gex","gre"],"application/vnd.geonext":["gxt"],"application/vnd.geoplan":["g2w"],"application/vnd.geospace":["g3w"],"application/vnd.gmx":["gmx"],"application/vnd.google-apps.document":["gdoc"],"application/vnd.google-apps.presentation":["gslides"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"application/vnd.grafeq":["gqf","gqs"],"application/vnd.groove-account":["gac"],"application/vnd.groove-help":["ghf"],"application/vnd.groove-identity-message":["gim"],"application/vnd.groove-injector":["grv"],"application/vnd.groove-tool-message":["gtm"],"application/vnd.groove-tool-template":["tpl"],"application/vnd.groove-vcard":["vcg"],"application/vnd.hal+xml":["hal"],"application/vnd.handheld-entertainment+xml":["zmm"],"application/vnd.hbci":["hbci"],"application/vnd.hhe.lesson-player":["les"],"application/vnd.hp-hpgl":["hpgl"],"application/vnd.hp-hpid":["hpid"],"application/vnd.hp-hps":["hps"],"application/vnd.hp-jlyt":["jlt"],"application/vnd.hp-pcl":["pcl"],"application/vnd.hp-pclxl":["pclxl"],"application/vnd.hydrostatix.sof-data":["sfd-hdstx"],"application/vnd.ibm.minipay":["mpy"],"application/vnd.ibm.modcap":["afp","listafp","list3820"],"application/vnd.ibm.rights-management":["irm"],"application/vnd.ibm.secure-container":["sc"],"application/vnd.iccprofile":["icc","icm"],"application/vnd.igloader":["igl"],"application/vnd.immervision-ivp":["ivp"],"application/vnd.immervision-ivu":["ivu"],"application/vnd.insors.igm":["igm"],"application/vnd.intercon.formnet":["xpw","xpx"],"application/vnd.intergeo":["i2g"],"application/vnd.intu.qbo":["qbo"],"application/vnd.intu.qfx":["qfx"],"application/vnd.ipunplugged.rcprofile":["rcprofile"],"application/vnd.irepository.package+xml":["irp"],"application/vnd.is-xpr":["xpr"],"application/vnd.isac.fcs":["fcs"],"application/vnd.jam":["jam"],"application/vnd.jcp.javame.midlet-rms":["rms"],"application/vnd.jisp":["jisp"],"application/vnd.joost.joda-archive":["joda"],"application/vnd.kahootz":["ktz","ktr"],"application/vnd.kde.karbon":["karbon"],"application/vnd.kde.kchart":["chrt"],"application/vnd.kde.kformula":["kfo"],"application/vnd.kde.kivio":["flw"],"application/vnd.kde.kontour":["kon"],"application/vnd.kde.kpresenter":["kpr","kpt"],"application/vnd.kde.kspread":["ksp"],"application/vnd.kde.kword":["kwd","kwt"],"application/vnd.kenameaapp":["htke"],"application/vnd.kidspiration":["kia"],"application/vnd.kinar":["kne","knp"],"application/vnd.koan":["skp","skd","skt","skm"],"application/vnd.kodak-descriptor":["sse"],"application/vnd.las.las+xml":["lasxml"],"application/vnd.llamagraphics.life-balance.desktop":["lbd"],"application/vnd.llamagraphics.life-balance.exchange+xml":["lbe"],"application/vnd.lotus-1-2-3":["123"],"application/vnd.lotus-approach":["apr"],"application/vnd.lotus-freelance":["pre"],"application/vnd.lotus-notes":["nsf"],"application/vnd.lotus-organizer":["org"],"application/vnd.lotus-screencam":["scm"],"application/vnd.lotus-wordpro":["lwp"],"application/vnd.macports.portpkg":["portpkg"],"application/vnd.mcd":["mcd"],"application/vnd.medcalcdata":["mc1"],"application/vnd.mediastation.cdkey":["cdkey"],"application/vnd.mfer":["mwf"],"application/vnd.mfmp":["mfm"],"application/vnd.micrografx.flo":["flo"],"application/vnd.micrografx.igx":["igx"],"application/vnd.mif":["mif"],"application/vnd.mobius.daf":["daf"],"application/vnd.mobius.dis":["dis"],"application/vnd.mobius.mbk":["mbk"],"application/vnd.mobius.mqy":["mqy"],"application/vnd.mobius.msl":["msl"],"application/vnd.mobius.plc":["plc"],"application/vnd.mobius.txf":["txf"],"application/vnd.mophun.application":["mpn"],"application/vnd.mophun.certificate":["mpc"],"application/vnd.mozilla.xul+xml":["xul"],"application/vnd.ms-artgalry":["cil"],"application/vnd.ms-cab-compressed":["cab"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"],"application/vnd.ms-excel.addin.macroenabled.12":["xlam"],"application/vnd.ms-excel.sheet.binary.macroenabled.12":["xlsb"],"application/vnd.ms-excel.sheet.macroenabled.12":["xlsm"],"application/vnd.ms-excel.template.macroenabled.12":["xltm"],"application/vnd.ms-fontobject":["eot"],"application/vnd.ms-htmlhelp":["chm"],"application/vnd.ms-ims":["ims"],"application/vnd.ms-lrm":["lrm"],"application/vnd.ms-officetheme":["thmx"],"application/vnd.ms-outlook":["msg"],"application/vnd.ms-pki.seccat":["cat"],"application/vnd.ms-pki.stl":["stl"],"application/vnd.ms-powerpoint":["ppt","pps","pot"],"application/vnd.ms-powerpoint.addin.macroenabled.12":["ppam"],"application/vnd.ms-powerpoint.presentation.macroenabled.12":["pptm"],"application/vnd.ms-powerpoint.slide.macroenabled.12":["sldm"],"application/vnd.ms-powerpoint.slideshow.macroenabled.12":["ppsm"],"application/vnd.ms-powerpoint.template.macroenabled.12":["potm"],"application/vnd.ms-project":["mpp","mpt"],"application/vnd.ms-word.document.macroenabled.12":["docm"],"application/vnd.ms-word.template.macroenabled.12":["dotm"],"application/vnd.ms-works":["wps","wks","wcm","wdb"],"application/vnd.ms-wpl":["wpl"],"application/vnd.ms-xpsdocument":["xps"],"application/vnd.mseq":["mseq"],"application/vnd.musician":["mus"],"application/vnd.muvee.style":["msty"],"application/vnd.mynfc":["taglet"],"application/vnd.neurolanguage.nlu":["nlu"],"application/vnd.nitf":["ntf","nitf"],"application/vnd.noblenet-directory":["nnd"],"application/vnd.noblenet-sealer":["nns"],"application/vnd.noblenet-web":["nnw"],"application/vnd.nokia.n-gage.data":["ngdat"],"application/vnd.nokia.n-gage.symbian.install":["n-gage"],"application/vnd.nokia.radio-preset":["rpst"],"application/vnd.nokia.radio-presets":["rpss"],"application/vnd.novadigm.edm":["edm"],"application/vnd.novadigm.edx":["edx"],"application/vnd.novadigm.ext":["ext"],"application/vnd.oasis.opendocument.chart":["odc"],"application/vnd.oasis.opendocument.chart-template":["otc"],"application/vnd.oasis.opendocument.database":["odb"],"application/vnd.oasis.opendocument.formula":["odf"],"application/vnd.oasis.opendocument.formula-template":["odft"],"application/vnd.oasis.opendocument.graphics":["odg"],"application/vnd.oasis.opendocument.graphics-template":["otg"],"application/vnd.oasis.opendocument.image":["odi"],"application/vnd.oasis.opendocument.image-template":["oti"],"application/vnd.oasis.opendocument.presentation":["odp"],"application/vnd.oasis.opendocument.presentation-template":["otp"],"application/vnd.oasis.opendocument.spreadsheet":["ods"],"application/vnd.oasis.opendocument.spreadsheet-template":["ots"],"application/vnd.oasis.opendocument.text":["odt"],"application/vnd.oasis.opendocument.text-master":["odm"],"application/vnd.oasis.opendocument.text-template":["ott"],"application/vnd.oasis.opendocument.text-web":["oth"],"application/vnd.olpc-sugar":["xo"],"application/vnd.oma.dd2+xml":["dd2"],"application/vnd.openofficeorg.extension":["oxt"],"application/vnd.openxmlformats-officedocument.presentationml.presentation":["pptx"],"application/vnd.openxmlformats-officedocument.presentationml.slide":["sldx"],"application/vnd.openxmlformats-officedocument.presentationml.slideshow":["ppsx"],"application/vnd.openxmlformats-officedocument.presentationml.template":["potx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.osgeo.mapguide.package":["mgp"],"application/vnd.osgi.dp":["dp"],"application/vnd.osgi.subsystem":["esa"],"application/vnd.palm":["pdb","pqa","oprc"],"application/vnd.pawaafile":["paw"],"application/vnd.pg.format":["str"],"application/vnd.pg.osasli":["ei6"],"application/vnd.picsel":["efif"],"application/vnd.pmi.widget":["wg"],"application/vnd.pocketlearn":["plf"],"application/vnd.powerbuilder6":["pbd"],"application/vnd.previewsystems.box":["box"],"application/vnd.proteus.magazine":["mgz"],"application/vnd.publishare-delta-tree":["qps"],"application/vnd.pvi.ptid1":["ptid"],"application/vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"application/vnd.realvnc.bed":["bed"],"application/vnd.recordare.musicxml":["mxl"],"application/vnd.recordare.musicxml+xml":["musicxml"],"application/vnd.rig.cryptonote":["cryptonote"],"application/vnd.rim.cod":["cod"],"application/vnd.rn-realmedia":["rm"],"application/vnd.rn-realmedia-vbr":["rmvb"],"application/vnd.route66.link66+xml":["link66"],"application/vnd.sailingtracker.track":["st"],"application/vnd.seemail":["see"],"application/vnd.sema":["sema"],"application/vnd.semd":["semd"],"application/vnd.semf":["semf"],"application/vnd.shana.informed.formdata":["ifm"],"application/vnd.shana.informed.formtemplate":["itp"],"application/vnd.shana.informed.interchange":["iif"],"application/vnd.shana.informed.package":["ipk"],"application/vnd.simtech-mindmapper":["twd","twds"],"application/vnd.smaf":["mmf"],"application/vnd.smart.teacher":["teacher"],"application/vnd.solent.sdkm+xml":["sdkm","sdkd"],"application/vnd.spotfire.dxp":["dxp"],"application/vnd.spotfire.sfs":["sfs"],"application/vnd.stardivision.calc":["sdc"],"application/vnd.stardivision.draw":["sda"],"application/vnd.stardivision.impress":["sdd"],"application/vnd.stardivision.math":["smf"],"application/vnd.stardivision.writer":["sdw","vor"],"application/vnd.stardivision.writer-global":["sgl"],"application/vnd.stepmania.package":["smzip"],"application/vnd.stepmania.stepchart":["sm"],"application/vnd.sun.wadl+xml":["wadl"],"application/vnd.sun.xml.calc":["sxc"],"application/vnd.sun.xml.calc.template":["stc"],"application/vnd.sun.xml.draw":["sxd"],"application/vnd.sun.xml.draw.template":["std"],"application/vnd.sun.xml.impress":["sxi"],"application/vnd.sun.xml.impress.template":["sti"],"application/vnd.sun.xml.math":["sxm"],"application/vnd.sun.xml.writer":["sxw"],"application/vnd.sun.xml.writer.global":["sxg"],"application/vnd.sun.xml.writer.template":["stw"],"application/vnd.sus-calendar":["sus","susp"],"application/vnd.svd":["svd"],"application/vnd.symbian.install":["sis","sisx"],"application/vnd.syncml+xml":["xsm"],"application/vnd.syncml.dm+wbxml":["bdm"],"application/vnd.syncml.dm+xml":["xdm"],"application/vnd.tao.intent-module-archive":["tao"],"application/vnd.tcpdump.pcap":["pcap","cap","dmp"],"application/vnd.tmobile-livetv":["tmo"],"application/vnd.trid.tpt":["tpt"],"application/vnd.triscape.mxs":["mxs"],"application/vnd.trueapp":["tra"],"application/vnd.ufdl":["ufd","ufdl"],"application/vnd.uiq.theme":["utz"],"application/vnd.umajin":["umj"],"application/vnd.unity":["unityweb"],"application/vnd.uoml+xml":["uoml"],"application/vnd.vcx":["vcx"],"application/vnd.visio":["vsd","vst","vss","vsw"],"application/vnd.visionary":["vis"],"application/vnd.vsf":["vsf"],"application/vnd.wap.wbxml":["wbxml"],"application/vnd.wap.wmlc":["wmlc"],"application/vnd.wap.wmlscriptc":["wmlsc"],"application/vnd.webturbo":["wtb"],"application/vnd.wolfram.player":["nbp"],"application/vnd.wordperfect":["wpd"],"application/vnd.wqd":["wqd"],"application/vnd.wt.stf":["stf"],"application/vnd.xara":["xar"],"application/vnd.xfdl":["xfdl"],"application/vnd.yamaha.hv-dic":["hvd"],"application/vnd.yamaha.hv-script":["hvs"],"application/vnd.yamaha.hv-voice":["hvp"],"application/vnd.yamaha.openscoreformat":["osf"],"application/vnd.yamaha.openscoreformat.osfpvg+xml":["osfpvg"],"application/vnd.yamaha.smaf-audio":["saf"],"application/vnd.yamaha.smaf-phrase":["spf"],"application/vnd.yellowriver-custom-menu":["cmp"],"application/vnd.zul":["zir","zirz"],"application/vnd.zzazz.deck+xml":["zaz"],"application/x-7z-compressed":["7z"],"application/x-abiword":["abw"],"application/x-ace-compressed":["ace"],"application/x-apple-diskimage":[],"application/x-arj":["arj"],"application/x-authorware-bin":["aab","x32","u32","vox"],"application/x-authorware-map":["aam"],"application/x-authorware-seg":["aas"],"application/x-bcpio":["bcpio"],"application/x-bdoc":[],"application/x-bittorrent":["torrent"],"application/x-blorb":["blb","blorb"],"application/x-bzip":["bz"],"application/x-bzip2":["bz2","boz"],"application/x-cbr":["cbr","cba","cbt","cbz","cb7"],"application/x-cdlink":["vcd"],"application/x-cfs-compressed":["cfs"],"application/x-chat":["chat"],"application/x-chess-pgn":["pgn"],"application/x-chrome-extension":["crx"],"application/x-cocoa":["cco"],"application/x-conference":["nsc"],"application/x-cpio":["cpio"],"application/x-csh":["csh"],"application/x-debian-package":["udeb"],"application/x-dgc-compressed":["dgc"],"application/x-director":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"],"application/x-doom":["wad"],"application/x-dtbncx+xml":["ncx"],"application/x-dtbook+xml":["dtb"],"application/x-dtbresource+xml":["res"],"application/x-dvi":["dvi"],"application/x-envoy":["evy"],"application/x-eva":["eva"],"application/x-font-bdf":["bdf"],"application/x-font-ghostscript":["gsf"],"application/x-font-linux-psf":["psf"],"application/x-font-otf":[],"application/x-font-pcf":["pcf"],"application/x-font-snf":["snf"],"application/x-font-ttf":["ttf","ttc"],"application/x-font-type1":["pfa","pfb","pfm","afm"],"application/x-freearc":["arc"],"application/x-futuresplash":["spl"],"application/x-gca-compressed":["gca"],"application/x-glulx":["ulx"],"application/x-gnumeric":["gnumeric"],"application/x-gramps-xml":["gramps"],"application/x-gtar":["gtar"],"application/x-hdf":["hdf"],"application/x-httpd-php":["php"],"application/x-install-instructions":["install"],"application/x-iso9660-image":[],"application/x-java-archive-diff":["jardiff"],"application/x-java-jnlp-file":["jnlp"],"application/x-latex":["latex"],"application/x-lua-bytecode":["luac"],"application/x-lzh-compressed":["lzh","lha"],"application/x-makeself":["run"],"application/x-mie":["mie"],"application/x-mobipocket-ebook":["prc","mobi"],"application/x-ms-application":["application"],"application/x-ms-shortcut":["lnk"],"application/x-ms-wmd":["wmd"],"application/x-ms-wmz":["wmz"],"application/x-ms-xbap":["xbap"],"application/x-msaccess":["mdb"],"application/x-msbinder":["obd"],"application/x-mscardfile":["crd"],"application/x-msclip":["clp"],"application/x-msdos-program":[],"application/x-msdownload":["com","bat"],"application/x-msmediaview":["mvb","m13","m14"],"application/x-msmetafile":["wmf","emf","emz"],"application/x-msmoney":["mny"],"application/x-mspublisher":["pub"],"application/x-msschedule":["scd"],"application/x-msterminal":["trm"],"application/x-mswrite":["wri"],"application/x-netcdf":["nc","cdf"],"application/x-ns-proxy-autoconfig":["pac"],"application/x-nzb":["nzb"],"application/x-perl":["pl","pm"],"application/x-pilot":[],"application/x-pkcs12":["p12","pfx"],"application/x-pkcs7-certificates":["p7b","spc"],"application/x-pkcs7-certreqresp":["p7r"],"application/x-rar-compressed":["rar"],"application/x-redhat-package-manager":["rpm"],"application/x-research-info-systems":["ris"],"application/x-sea":["sea"],"application/x-sh":["sh"],"application/x-shar":["shar"],"application/x-shockwave-flash":["swf"],"application/x-silverlight-app":["xap"],"application/x-sql":["sql"],"application/x-stuffit":["sit"],"application/x-stuffitx":["sitx"],"application/x-subrip":["srt"],"application/x-sv4cpio":["sv4cpio"],"application/x-sv4crc":["sv4crc"],"application/x-t3vm-image":["t3"],"application/x-tads":["gam"],"application/x-tar":["tar"],"application/x-tcl":["tcl","tk"],"application/x-tex":["tex"],"application/x-tex-tfm":["tfm"],"application/x-texinfo":["texinfo","texi"],"application/x-tgif":["obj"],"application/x-ustar":["ustar"],"application/x-virtualbox-hdd":["hdd"],"application/x-virtualbox-ova":["ova"],"application/x-virtualbox-ovf":["ovf"],"application/x-virtualbox-vbox":["vbox"],"application/x-virtualbox-vbox-extpack":["vbox-extpack"],"application/x-virtualbox-vdi":["vdi"],"application/x-virtualbox-vhd":["vhd"],"application/x-virtualbox-vmdk":["vmdk"],"application/x-wais-source":["src"],"application/x-web-app-manifest+json":["webapp"],"application/x-x509-ca-cert":["der","crt","pem"],"application/x-xfig":["fig"],"application/x-xliff+xml":["xlf"],"application/x-xpinstall":["xpi"],"application/x-xz":["xz"],"application/x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"audio/vnd.dece.audio":["uva","uvva"],"audio/vnd.digital-winds":["eol"],"audio/vnd.dra":["dra"],"audio/vnd.dts":["dts"],"audio/vnd.dts.hd":["dtshd"],"audio/vnd.lucent.voice":["lvp"],"audio/vnd.ms-playready.media.pya":["pya"],"audio/vnd.nuera.ecelp4800":["ecelp4800"],"audio/vnd.nuera.ecelp7470":["ecelp7470"],"audio/vnd.nuera.ecelp9600":["ecelp9600"],"audio/vnd.rip":["rip"],"audio/x-aac":["aac"],"audio/x-aiff":["aif","aiff","aifc"],"audio/x-caf":["caf"],"audio/x-flac":["flac"],"audio/x-m4a":[],"audio/x-matroska":["mka"],"audio/x-mpegurl":["m3u"],"audio/x-ms-wax":["wax"],"audio/x-ms-wma":["wma"],"audio/x-pn-realaudio":["ram","ra"],"audio/x-pn-realaudio-plugin":["rmp"],"audio/x-realaudio":[],"audio/x-wav":[],"chemical/x-cdx":["cdx"],"chemical/x-cif":["cif"],"chemical/x-cmdf":["cmdf"],"chemical/x-cml":["cml"],"chemical/x-csml":["csml"],"chemical/x-xyz":["xyz"],"image/prs.btif":["btif"],"image/vnd.adobe.photoshop":["psd"],"image/vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"image/vnd.djvu":["djvu","djv"],"image/vnd.dvb.subtitle":[],"image/vnd.dwg":["dwg"],"image/vnd.dxf":["dxf"],"image/vnd.fastbidsheet":["fbs"],"image/vnd.fpx":["fpx"],"image/vnd.fst":["fst"],"image/vnd.fujixerox.edmics-mmr":["mmr"],"image/vnd.fujixerox.edmics-rlc":["rlc"],"image/vnd.ms-modi":["mdi"],"image/vnd.ms-photo":["wdp"],"image/vnd.net-fpx":["npx"],"image/vnd.wap.wbmp":["wbmp"],"image/vnd.xiff":["xif"],"image/x-3ds":["3ds"],"image/x-cmu-raster":["ras"],"image/x-cmx":["cmx"],"image/x-freehand":["fh","fhc","fh4","fh5","fh7"],"image/x-icon":["ico"],"image/x-jng":["jng"],"image/x-mrsid-image":["sid"],"image/x-ms-bmp":[],"image/x-pcx":["pcx"],"image/x-pict":["pic","pct"],"image/x-portable-anymap":["pnm"],"image/x-portable-bitmap":["pbm"],"image/x-portable-graymap":["pgm"],"image/x-portable-pixmap":["ppm"],"image/x-rgb":["rgb"],"image/x-tga":["tga"],"image/x-xbitmap":["xbm"],"image/x-xpixmap":["xpm"],"image/x-xwindowdump":["xwd"],"model/vnd.collada+xml":["dae"],"model/vnd.dwf":["dwf"],"model/vnd.gdl":["gdl"],"model/vnd.gtw":["gtw"],"model/vnd.mts":["mts"],"model/vnd.vtu":["vtu"],"text/prs.lines.tag":["dsc"],"text/vnd.curl":["curl"],"text/vnd.curl.dcurl":["dcurl"],"text/vnd.curl.mcurl":["mcurl"],"text/vnd.curl.scurl":["scurl"],"text/vnd.dvb.subtitle":["sub"],"text/vnd.fly":["fly"],"text/vnd.fmi.flexstor":["flx"],"text/vnd.graphviz":["gv"],"text/vnd.in3d.3dml":["3dml"],"text/vnd.in3d.spot":["spot"],"text/vnd.sun.j2me.app-descriptor":["jad"],"text/vnd.wap.wml":["wml"],"text/vnd.wap.wmlscript":["wmls"],"text/x-asm":["s","asm"],"text/x-c":["c","cc","cxx","cpp","h","hh","dic"],"text/x-component":["htc"],"text/x-fortran":["f","for","f77","f90"],"text/x-handlebars-template":["hbs"],"text/x-java-source":["java"],"text/x-lua":["lua"],"text/x-markdown":["mkd"],"text/x-nfo":["nfo"],"text/x-opml":["opml"],"text/x-org":[],"text/x-pascal":["p","pas"],"text/x-processing":["pde"],"text/x-sass":["sass"],"text/x-scss":["scss"],"text/x-setext":["etx"],"text/x-sfv":["sfv"],"text/x-suse-ymp":["ymp"],"text/x-uuencode":["uu"],"text/x-vcalendar":["vcs"],"text/x-vcard":["vcf"],"video/vnd.dece.hd":["uvh","uvvh"],"video/vnd.dece.mobile":["uvm","uvvm"],"video/vnd.dece.pd":["uvp","uvvp"],"video/vnd.dece.sd":["uvs","uvvs"],"video/vnd.dece.video":["uvv","uvvv"],"video/vnd.dvb.file":["dvb"],"video/vnd.fvt":["fvt"],"video/vnd.mpegurl":["mxu","m4u"],"video/vnd.ms-playready.media.pyv":["pyv"],"video/vnd.uvvu.mp4":["uvu","uvvu"],"video/vnd.vivo":["viv"],"video/x-f4v":["f4v"],"video/x-fli":["fli"],"video/x-flv":["flv"],"video/x-m4v":["m4v"],"video/x-matroska":["mkv","mk3d","mks"],"video/x-mng":["mng"],"video/x-ms-asf":["asf","asx"],"video/x-ms-vob":["vob"],"video/x-ms-wm":["wm"],"video/x-ms-wmv":["wmv"],"video/x-ms-wmx":["wmx"],"video/x-ms-wvx":["wvx"],"video/x-msvideo":["avi"],"video/x-sgi-movie":["movie"],"video/x-smv":["smv"],"x-conference/x-cooltalk":["ice"]}},{}],4:[function(et,tt,lt){tt.exports={"application/andrew-inset":["ez"],"application/applixware":["aw"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomsvc+xml":["atomsvc"],"application/bdoc":["bdoc"],"application/ccxml+xml":["ccxml"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cu-seeme":["cu"],"application/dash+xml":["mpd"],"application/davmount+xml":["davmount"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["ecma"],"application/emma+xml":["emma"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/font-tdpfr":["pfr"],"application/font-woff":["woff"],"application/font-woff2":["woff2"],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["js","mjs"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["mp4s","m4p"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg"],"application/oxps":["oxps"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-signature":["asc","sig"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/pskc+xml":["pskcxml"],"application/rdf+xml":["rdf"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/voicexml+xml":["vxml"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/xaml+xml":["xaml"],"application/xcap-diff+xml":["xdf"],"application/xenc+xml":["xenc"],"application/xhtml+xml":["xhtml","xht"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"audio/3gpp":[],"audio/adpcm":["adp"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mp3":[],"audio/mp4":["m4a","mp4a"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/wav":["wav"],"audio/wave":[],"audio/webm":["weba"],"audio/xm":["xm"],"font/otf":["otf"],"image/apng":["apng"],"image/bmp":["bmp"],"image/cgm":["cgm"],"image/g3fax":["g3"],"image/gif":["gif"],"image/ief":["ief"],"image/jpeg":["jpeg","jpg","jpe"],"image/ktx":["ktx"],"image/png":["png"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/tiff":["tiff","tif"],"image/webp":["webp"],"message/rfc822":["eml","mime"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/mesh":["msh","mesh","silo"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["x3db","x3dbz"],"model/x3d+vrml":["x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/hjson":["hjson"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["markdown","md"],"text/mathml":["mml"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/richtext":["rtx"],"text/rtf":[],"text/sgml":["sgml","sgm"],"text/slim":["slim","slm"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vtt":["vtt"],"text/xml":[],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/jpeg":["jpgv"],"video/jpm":["jpm","jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]}},{}]},{},[2])(2)})}).call(this,typeof ce.g!="undefined"?ce.g:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{"babel-runtime/core-js/object/create":19,"babel-runtime/helpers/classCallCheck":30,"babel-runtime/helpers/createClass":31,"babel-runtime/helpers/typeof":32}],243:[function(wt,Qt,Vt){"use strict";Vt.encodeURIComponent=function(Bt){try{return encodeURIComponent(Bt)}catch(zt){return Bt}},Vt.escape=wt("escape-html"),Vt.timestamp=function(Bt){if(Bt){var zt=Bt;return typeof zt=="string"&&(zt=Number(zt)),String(Bt).length===10&&(zt*=1e3),new Date(zt)}return Math.round(Date.now()/1e3)}},{"escape-html":157}],244:[function(wt,Qt,Vt){(function(Bt,zt){"use strict";function Ct(Ut){return Ut&&Ut.__esModule?Ut:{default:Ut}}function Mt(Ut,Ft){return Ut===void 0?Ft:Ut}function Rt(Ut,Ft){return function(qt,te,Xt){if(qt)return Ft(qt);Ut({data:te,status:Xt.statusCode,headers:Xt.headers,res:Xt})}}var St,kt=wt("babel-runtime/core-js/json/stringify"),xt=Ct(kt),Dt=wt("babel-runtime/helpers/typeof"),yt=Ct(Dt),et=wt("util"),tt=wt("url"),lt=wt("http"),ot=wt("https"),ut=wt("debug")("urllib"),ct=wt("humanize-ms"),ft=0,gt=Math.pow(2,31)-10,Lt=/^https?:\/\//i;Vt.TIMEOUTS=[ct("300s"),ct("300s")];var It=["json","text"];Vt.request=function(Ut,Ft,qt){return arguments.length===2&&typeof Ft=="function"&&(qt=Ft,Ft=null),typeof qt=="function"?Vt.requestWithCallback(Ut,Ft,qt):(St||(St=wt("any-promise")),new St(function(te,Xt){Vt.requestWithCallback(Ut,Ft,Rt(te,Xt))}))},Vt.requestWithCallback=function(Ut,Ft,qt){function te(){_t&&(clearTimeout(_t),_t=null)}function Xt(){Ot&&(clearTimeout(Ot),Ot=null)}function he($e,En,yn){if(Xt(),!qt)return console.warn("[urllib:warn] [%s] [%s] [worker:%s] %s %s callback twice!!!",Date(),pe,Bt.pid,ke.method,Ut),void($e&&console.warn(`[urllib:warn] [%s] [%s] [worker:%s] %s: %s
stack: %s`,Date(),pe,Bt.pid,$e.name,$e.message,$e.stack));var xn=qt;qt=null;var Fn={};if(yn&&(Gt=yn.statusCode,Fn=yn.headers),Gt===401&&Fn["www-authenticate"]&&(!Ft.headers||!Ft.headers.Authorization)&&Ft.digestAuth){var ii=Fn["www-authenticate"];if(ii.indexOf("Digest ")>=0)return ut("Request#%d %s: got digest auth header WWW-Authenticate: %s",pe,Ut,ii),Ft.headers=Ft.headers||{},Ft.headers.Authorization=digestAuthHeader(ke.method,ke.path,ii,Ft.digestAuth),ut("Request#%d %s: auth with digest header: %s",pe,Ut,Ft.headers.Authorization),yn.headers["set-cookie"]&&(Ft.headers.Cookie=yn.headers["set-cookie"].join(";")),Vt.requestWithCallback(Ut,Ft,xn)}var Mn=Date.now()-se;We&&(We.contentDownload=Mn),ut("[%sms] done, %s bytes HTTP %s %s %s %s, keepAliveSocket: %s, timing: %j",Mn,jt,Gt,ke.method,ke.host,ke.path,$t,We);var oi={status:Gt,statusCode:Gt,headers:Fn,size:jt,aborted:ae,rt:Mn,keepAliveSocket:$t,data:En,requestUrls:Ft.requestUrls,timing:We,remoteAddress:xe,remotePort:Ke};if($e){var vi="";Ne&&typeof Ne.getCurrentStatus=="function"&&(vi=", agent status: "+(0,xt.default)(Ne.getCurrentStatus())),$e.message+=", "+ke.method+" "+Ut+" "+Gt+" (connected: "+Tt+", keepalive socket: "+$t+vi+`)
headers: `+(0,xt.default)(Fn),$e.data=En,$e.path=ke.path,$e.status=Gt,$e.headers=Fn,$e.res=oi}xn($e,En,Ft.streaming?yn:oi),Ft.emitter&&(Jt.url=Ut,Jt.socket=on&&on.connection,Jt.options=ke,Jt.size=Yt,Ft.emitter.emit("response",{requestId:pe,error:$e,ctx:Ft.ctx,req:Jt,res:oi}))}function fe($e){var En=null;if(Ft.followRedirect&&statuses.redirect[$e.statusCode]){Ft._followRedirectCount=(Ft._followRedirectCount||0)+1;var yn=$e.headers.location;if(yn){if(!(Ft._followRedirectCount>Ft.maxRedirects)){var xn=Ft.formatRedirectUrl?Ft.formatRedirectUrl(Ut,yn):tt.resolve(Ut,yn);ut("Request#%d %s: `redirected` from %s to %s",pe,ke.path,Ut,xn),Xt(),Ft.headers&&Ft.headers.Host&&Lt.test(yn)&&(Ft.headers.Host=null);var Fn=qt;return qt=null,Vt.requestWithCallback(xn,Ft,Fn),{redirect:!0,error:null}}En=new Error("Exceeded maxRedirects. Probably stuck in a redirect loop "+Ut),En.name="MaxRedirectError"}else En=new Error("Got statusCode "+$e.statusCode+" but cannot resolve next location from headers"),En.name="FollowRedirectError"}return{redirect:!1,error:En}}function Ce($e,En,yn){return yn(null,En,$e.headers["content-encoding"])}function Fe($e){if(We&&(We.waiting=Date.now()-se),ut("Request#%d %s `req response` event emit: status %d, headers: %j",pe,Ut,$e.statusCode,$e.headers),Ft.streaming){var En=fe($e);return En.redirect?void $e.resume():En.error?($e.resume(),he(En.error,null,$e)):he(null,null,$e)}if($e.on("close",function(){ut("Request#%d %s: `res close` event emit, total size %d",pe,Ut,jt)}),$e.on("error",function(){ut("Request#%d %s: `res error` event emit, total size %d",pe,Ut,jt)}),$e.on("aborted",function(){ae=!0,ut("Request#%d %s: `res aborted` event emit, total size %d",pe,Ut,jt)}),Me){var En=fe($e);return En.redirect?void $e.resume():En.error?($e.resume(),Me.end(),he(En.error,null,$e)):(Ft.consumeWriteStream===!1?$e.on("end",he.bind(null,null,null,$e)):isNode010||isNode012?first([[Me,"close"],[$e,"aborted"]],function(Fn,ii,Mn){ut("Request#%d %s: writeStream or res %s event emitted",pe,Ut,Mn),he(Pt||null,null,$e)}):Me.on("close",function(){ut("Request#%d %s: writeStream close event emitted",pe,Ut),he(Pt||null,null,$e)}),$e.pipe(Me))}var yn=[];$e.on("data",function(xn){ut("Request#%d %s: `res data` event emit, size %d",pe,Ut,xn.length),jt+=xn.length,yn.push(xn)}),$e.on("end",function(){var xn=zt.concat(yn,jt);if(ut("Request#%d %s: `res end` event emit, total size %d, _dumped: %s",pe,Ut,jt,$e._dumped),Pt)return he(Pt,xn,$e);var Fn=fe($e);if(Fn.error)return he(Fn.error,xn,$e);Fn.redirect||Ce($e,xn,function(ii,Mn,oi){if(ii)return he(ii,xn,$e);if(!oi&&It.indexOf(Ft.dataType)>=0){try{Mn=decodeBodyByCharset(Mn,$e)}catch(Ci){return ut("decodeBodyByCharset error: %s",Ci),he(null,Mn,$e)}if(Ft.dataType==="json")if(jt===0)Mn=null;else{var vi=parseJSON(Mn,qe);vi.error?ii=vi.error:Mn=vi.data}}ae&&ut("Request#%d %s: Remote socket was terminated before `response.end()` was called",pe,Ut),he(ii,Mn,$e)})})}function ze(){ut("Response timer ticking, timeout: %d",un),Ot=setTimeout(function(){Ot=null;var $e="Response timeout for "+un+"ms";Pt=new Error($e),Pt.name="ResponseTimeoutError",Pt.requestId=pe,ut("ResponseTimeout: Request#%d %s %s: %s, connected: %s",pe,Ut,Pt.name,$e,Tt),we()},un)}function we(){ut("Request#%d %s abort, connected: %s",pe,Ut,Tt),on.socket||(Pt.noSocket=!0,he(Pt)),on.abort()}if(!Ut||typeof Ut!="string"&&(Ut===void 0?"undefined":(0,yt.default)(Ut))!=="object"){var De=et.format("expect request url to be a string or a http request options, but got %j",Ut);throw new Error(De)}arguments.length===2&&typeof Ft=="function"&&(qt=Ft,Ft=null),Ft=Ft||{},ft>=gt&&(ft=0);var pe=++ft;Ft.requestUrls=Ft.requestUrls||[];var Jt={requestId:pe,url:Ut,args:Ft,ctx:Ft.ctx};Ft.emitter&&Ft.emitter.emit("request",Jt),Ft.timeout=Ft.timeout||Vt.TIMEOUTS,Ft.maxRedirects=Ft.maxRedirects||10,Ft.streaming=Ft.streaming||Ft.customResponse;var re,se=Date.now();typeof Ut=="string"?(Lt.test(Ut)||(Ut="http://"+Ut),re=tt.parse(Ut)):re=Ut;var ge=(Ft.type||Ft.method||re.method||"GET").toUpperCase(),ue=re.port||80,je=lt,Ne=Mt(Ft.agent,Vt.agent),qe=Ft.fixJSONCtlChars;re.protocol==="https:"&&(je=ot,Ne=Mt(Ft.httpsAgent,Vt.httpsAgent),re.port||(ue=443));var ke={host:re.hostname||re.host||"localhost",path:re.path||"/",method:ge,port:ue,agent:Ne,headers:Ft.headers||{},lookup:Ft.lookup};Array.isArray(Ft.timeout)?ke.requestTimeout=Ft.timeout[Ft.timeout.length-1]:Ft.timeout!==void 0&&(ke.requestTimeout=Ft.timeout);for(var He=["pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","secureProtocol","secureOptions"],Ae=0;Ae<He.length;Ae++){var Ie=He[Ae];Ft.hasOwnProperty(Ie)&&(ke[Ie]=Ft[Ie])}ke.rejectUnauthorized!==!1||ke.hasOwnProperty("secureOptions")||(ke.secureOptions=wt("constants").SSL_OP_NO_TLSv1_2);var Ge=Ft.auth||re.auth;Ge&&(ke.auth=Ge);var ie=Ft.content||Ft.data,Et=ge==="GET"||ge==="HEAD"||Ft.dataAsQueryString;if(!Ft.content&&ie&&typeof ie!="string"&&!zt.isBuffer(ie))if(Et)ie=Ft.nestedQuerystring?qs.stringify(ie):querystring.stringify(ie);else{var At=ke.headers["Content-Type"]||ke.headers["content-type"];At||(At=Ft.contentType==="json"?"application/json":"application/x-www-form-urlencoded",ke.headers["Content-Type"]=At),ie=parseContentType(At).type==="application/json"?(0,xt.default)(ie):Ft.nestedQuerystring?qs.stringify(ie):querystring.stringify(ie)}Et&&ie&&(ke.path+=(re.query?"&":"?")+ie,ie=null);var Yt=0;if(ie){var oe=ie.length;zt.isBuffer(ie)||(oe=zt.byteLength(ie)),Yt=ke.headers["Content-Length"]=oe}Ft.dataType==="json"&&(ke.headers.Accept="application/json"),typeof Ft.beforeRequest=="function"&&Ft.beforeRequest(ke);var _t=null,Ot=null,Pt=null,Tt=!1,$t=!1,jt=0,Gt=-1,ae=!1,xe="",Ke="",We=null;Ft.timing&&(We={queuing:0,dnslookup:0,connected:0,requestSent:0,waiting:0,contentDownload:0}),ke.headers["User-Agent"]||ke.headers["user-agent"]||(ke.headers["User-Agent"]=navigator.userAgent),Ft.gzip&&(ke.headers["Accept-Encoding"]||ke.headers["accept-encoding"]||(ke.headers["Accept-Encoding"]="gzip"));var Me=Ft.writeStream;ut("Request#%d %s %s with headers %j, options.path: %s",pe,ge,Ut,ke.headers,ke.path),Ft.requestUrls.push(Ut);var Je,un;Array.isArray(Ft.timeout)?(Je=ct(Ft.timeout[0]),un=ct(Ft.timeout[1])):Je=un=ct(Ft.timeout),ut("ConnectTimeout: %d, ResponseTimeout: %d",Je,un);var on;try{on=je.request(ke,Fe)}catch($e){return he($e)}return typeof window=="undefined"?function(){ut("Connect timer ticking, timeout: %d",Je),_t=setTimeout(function(){_t=null,Gt===-1&&(Gt=-2);var $e="Connect timeout for "+Je+"ms",En="ConnectionTimeoutError";on.socket||(En="SocketAssignTimeoutError",$e+=", working sockets is full"),Pt=new Error($e),Pt.name=En,Pt.requestId=pe,ut("ConnectTimeout: Request#%d %s %s: %s, connected: %s",pe,Ut,Pt.name,$e,Tt),we()},Je)}():on.on("requestTimeout",function(){Gt===-1&&(Gt=-2);var $e="Connect timeout for "+Je+"ms";Pt=new Error($e),Pt.name="ConnectionTimeoutError",Pt.requestId=pe,we()}),We&&on.on("finish",function(){We.requestSent=Date.now()-se}),on.once("socket",function($e){We&&(We.queuing=Date.now()-se),isNode010&&$e.socket&&($e=$e.socket);var En=$e.readyState;if(En==="opening")return $e.once("lookup",function(yn,xn,Fn){ut("Request#%d %s lookup: %s, %s, %s",pe,Ut,yn,xn,Fn),We&&(We.dnslookup=Date.now()-se),xn&&(xe=xn)}),void $e.once("connect",function(){We&&(We.connected=Date.now()-se),te(),ze(),ut("Request#%d %s new socket connected",pe,Ut),Tt=!0,xe||(xe=$e.remoteAddress),Ke=$e.remotePort});ut("Request#%d %s reuse socket connected, readyState: %s",pe,Ut,En),Tt=!0,$t=!0,xe||(xe=$e.remoteAddress),Ke=$e.remotePort,te(),ze()}),on.on("error",function($e){$e.name!=="Error"&&$e.name!=="TypeError"||($e.name=Tt?"ResponseError":"RequestError"),$e.message+=' (req "error")',ut("Request#%d %s `req error` event emit, %s: %s",pe,Ut,$e.name,$e.message),he(Pt||$e)}),Me&&Me.once("error",function($e){$e.message+=' (writeStream "error")',Pt=$e,ut("Request#%d %s `writeStream error` event emit, %s: %s",pe,Ut,$e.name,$e.message),we()}),Ft.stream?(Ft.stream.pipe(on),Ft.stream.once("error",function($e){$e.message+=' (stream "error")',Pt=$e,ut("Request#%d %s `readStream error` event emit, %s: %s",pe,Ut,$e.name,$e.message),we()})):on.end(ie),on.requestId=pe,on}}).call(this,wt("_process"),wt("buffer").Buffer)},{_process:173,"any-promise":13,"babel-runtime/core-js/json/stringify":17,"babel-runtime/helpers/typeof":32,buffer:38,constants:42,debug:155,http:196,https:159,"humanize-ms":160,url:203,util:207}]},{},[1])(1)}),function(ee){function wt(Vt){if(Qt[Vt])return Qt[Vt].exports;var Bt=Qt[Vt]={i:Vt,l:!1,exports:{}};return ee[Vt].call(Bt.exports,Bt,Bt.exports,wt),Bt.l=!0,Bt.exports}var Qt={};wt.m=ee,wt.c=Qt,wt.d=function(Vt,Bt,zt){wt.o(Vt,Bt)||Object.defineProperty(Vt,Bt,{configurable:!1,enumerable:!0,get:zt})},wt.n=function(Vt){var Bt=Vt&&Vt.__esModule?function(){return Vt.default}:function(){return Vt};return wt.d(Bt,"a",Bt),Bt},wt.o=function(Vt,Bt){return Object.prototype.hasOwnProperty.call(Vt,Bt)},wt.p="",wt(wt.s=12)}([function(ee,wt,Qt){(function(Vt,Bt){ee.exports=wt=Bt()})(0,function(){var Vt=Vt||function(Bt,zt){var Ct=Object.create||function(){function ot(){}return function(ut){var ct;return ot.prototype=ut,ct=new ot,ot.prototype=null,ct}}(),Mt={},Rt=Mt.lib={},St=Rt.Base=function(){return{extend:function(ot){var ut=Ct(this);return ot&&ut.mixIn(ot),ut.hasOwnProperty("init")&&this.init!==ut.init||(ut.init=function(){ut.$super.init.apply(this,arguments)}),ut.init.prototype=ut,ut.$super=this,ut},create:function(){var ot=this.extend();return ot.init.apply(ot,arguments),ot},init:function(){},mixIn:function(ot){for(var ut in ot)ot.hasOwnProperty(ut)&&(this[ut]=ot[ut]);ot.hasOwnProperty("toString")&&(this.toString=ot.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),kt=Rt.WordArray=St.extend({init:function(ot,ut){ot=this.words=ot||[],this.sigBytes=ut!=null?ut:4*ot.length},toString:function(ot){return(ot||Dt).stringify(this)},concat:function(ot){var ut=this.words,ct=ot.words,ft=this.sigBytes,gt=ot.sigBytes;if(this.clamp(),ft%4)for(var Lt=0;Lt<gt;Lt++){var It=ct[Lt>>>2]>>>24-Lt%4*8&255;ut[ft+Lt>>>2]|=It<<24-(ft+Lt)%4*8}else for(var Lt=0;Lt<gt;Lt+=4)ut[ft+Lt>>>2]=ct[Lt>>>2];return this.sigBytes+=gt,this},clamp:function(){var ot=this.words,ut=this.sigBytes;ot[ut>>>2]&=4294967295<<32-ut%4*8,ot.length=Bt.ceil(ut/4)},clone:function(){var ot=St.clone.call(this);return ot.words=this.words.slice(0),ot},random:function(ot){for(var ut,ct=[],ft=0;ft<ot;ft+=4){var gt=function(It){var It=It,Ut=987654321,Ft=4294967295;return function(){Ut=36969*(65535&Ut)+(Ut>>16)&Ft,It=18e3*(65535&It)+(It>>16)&Ft;var qt=(Ut<<16)+It&Ft;return qt/=4294967296,(qt+=.5)*(Bt.random()>.5?1:-1)}}(4294967296*(ut||Bt.random()));ut=987654071*gt(),ct.push(4294967296*gt()|0)}return new kt.init(ct,ot)}}),xt=Mt.enc={},Dt=xt.Hex={stringify:function(ot){for(var ut=ot.words,ct=ot.sigBytes,ft=[],gt=0;gt<ct;gt++){var Lt=ut[gt>>>2]>>>24-gt%4*8&255;ft.push((Lt>>>4).toString(16)),ft.push((15&Lt).toString(16))}return ft.join("")},parse:function(ot){for(var ut=ot.length,ct=[],ft=0;ft<ut;ft+=2)ct[ft>>>3]|=parseInt(ot.substr(ft,2),16)<<24-ft%8*4;return new kt.init(ct,ut/2)}},yt=xt.Latin1={stringify:function(ot){for(var ut=ot.words,ct=ot.sigBytes,ft=[],gt=0;gt<ct;gt++){var Lt=ut[gt>>>2]>>>24-gt%4*8&255;ft.push(String.fromCharCode(Lt))}return ft.join("")},parse:function(ot){for(var ut=ot.length,ct=[],ft=0;ft<ut;ft++)ct[ft>>>2]|=(255&ot.charCodeAt(ft))<<24-ft%4*8;return new kt.init(ct,ut)}},et=xt.Utf8={stringify:function(ot){try{return decodeURIComponent(escape(yt.stringify(ot)))}catch(ut){throw new Error("Malformed UTF-8 data")}},parse:function(ot){return yt.parse(unescape(encodeURIComponent(ot)))}},tt=Rt.BufferedBlockAlgorithm=St.extend({reset:function(){this._data=new kt.init,this._nDataBytes=0},_append:function(ot){typeof ot=="string"&&(ot=et.parse(ot)),this._data.concat(ot),this._nDataBytes+=ot.sigBytes},_process:function(ot){var ut=this._data,ct=ut.words,ft=ut.sigBytes,gt=this.blockSize,Lt=4*gt,It=ft/Lt;It=ot?Bt.ceil(It):Bt.max((0|It)-this._minBufferSize,0);var Ut=It*gt,Ft=Bt.min(4*Ut,ft);if(Ut){for(var qt=0;qt<Ut;qt+=gt)this._doProcessBlock(ct,qt);var te=ct.splice(0,Ut);ut.sigBytes-=Ft}return new kt.init(te,Ft)},clone:function(){var ot=St.clone.call(this);return ot._data=this._data.clone(),ot},_minBufferSize:0}),lt=(Rt.Hasher=tt.extend({cfg:St.extend(),init:function(ot){this.cfg=this.cfg.extend(ot),this.reset()},reset:function(){tt.reset.call(this),this._doReset()},update:function(ot){return this._append(ot),this._process(),this},finalize:function(ot){return ot&&this._append(ot),this._doFinalize()},blockSize:16,_createHelper:function(ot){return function(ut,ct){return new ot.init(ct).finalize(ut)}},_createHmacHelper:function(ot){return function(ut,ct){return new lt.HMAC.init(ot,ct).finalize(ut)}}}),Mt.algo={});return Mt}(Math);return Vt})},function(ee,wt,Qt){"use strict";function Vt(Ct,Mt){if(!(Ct instanceof Mt))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var Bt=function(){function Ct(Mt,Rt){for(var St=0;St<Rt.length;St++){var kt=Rt[St];kt.enumerable=kt.enumerable||!1,kt.configurable=!0,"value"in kt&&(kt.writable=!0),Object.defineProperty(Mt,kt.key,kt)}}return function(Mt,Rt,St){return Rt&&Ct(Mt.prototype,Rt),St&&Ct(Mt,St),Mt}}(),zt=function(){function Ct(){Vt(this,Ct)}return Bt(Ct,null,[{key:"detectIEVersion",value:function(){for(var Mt=4,Rt=document.createElement("div"),St=Rt.getElementsByTagName("i");Rt.innerHTML="<!--[if gt IE "+Mt+"]><i></i><![endif]-->",St[0];)Mt++;return Mt>4&&Mt}},{key:"extend",value:function(Mt,Rt){for(var St in Rt)Object.prototype.hasOwnProperty.call(Rt,St)&&Rt[St]&&(Mt[St]=Rt[St])}},{key:"isArray",value:function(Mt){return Object.prototype.toString.call(arg)==="[object Array]"}},{key:"getFileType",value:function(Mt){return Mt=Mt.toLowerCase(),/.mp4|.flv|.m3u8|.avi|.rm|.rmvb|.mpeg|.mpg|.mov|.wmv|.3gp|.asf|.dat|.dv|.f4v|.gif|.m2t|.m4v|.mj2|.mjpeg|.mpe|.mts|.ogg|.qt|.swf|.ts|.vob|.wmv|.webm/.test(Mt)?"video":/.mp3|.wav|.ape|.cda|.au|.midi|.mac|.aac|.ac3|.acm|.amr|.caf|.flac|.m4a|.ra|.wma/.test(Mt)?"audio":/.bmp|.jpg|.jpeg|.png/.test(Mt)?"img":"other"}},{key:"isImage",value:function(Mt){return Mt=Mt.toLowerCase(),!!/.jpg|.jpeg|.png/.test(Mt)}},{key:"ISODateString",value:function(Mt){function Rt(St){return St<10?"0"+St:St}return Mt.getUTCFullYear()+"-"+Rt(Mt.getUTCMonth()+1)+"-"+Rt(Mt.getUTCDate())+"T"+Rt(Mt.getUTCHours())+":"+Rt(Mt.getUTCMinutes())+":"+Rt(Mt.getUTCSeconds())+"Z"}},{key:"isIntNum",value:function(Mt){return!!/^\d+$/.test(Mt)}}]),Ct}();wt.default=zt},function(ee,wt,Qt){(function(Vt,Bt){ee.exports=wt=Bt(Qt(0))})(0,function(Vt){return function(Bt){function zt(lt,ot,ut,ct,ft,gt,Lt){var It=lt+(ot&ut|~ot&ct)+ft+Lt;return(It<<gt|It>>>32-gt)+ot}function Ct(lt,ot,ut,ct,ft,gt,Lt){var It=lt+(ot&ct|ut&~ct)+ft+Lt;return(It<<gt|It>>>32-gt)+ot}function Mt(lt,ot,ut,ct,ft,gt,Lt){var It=lt+(ot^ut^ct)+ft+Lt;return(It<<gt|It>>>32-gt)+ot}function Rt(lt,ot,ut,ct,ft,gt,Lt){var It=lt+(ut^(ot|~ct))+ft+Lt;return(It<<gt|It>>>32-gt)+ot}var St=Vt,kt=St.lib,xt=kt.WordArray,Dt=kt.Hasher,yt=St.algo,et=[];(function(){for(var lt=0;lt<64;lt++)et[lt]=4294967296*Bt.abs(Bt.sin(lt+1))|0})();var tt=yt.MD5=Dt.extend({_doReset:function(){this._hash=new xt.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(lt,ot){for(var ut=0;ut<16;ut++){var ct=ot+ut,ft=lt[ct];lt[ct]=16711935&(ft<<8|ft>>>24)|4278255360&(ft<<24|ft>>>8)}var gt=this._hash.words,Lt=lt[ot+0],It=lt[ot+1],Ut=lt[ot+2],Ft=lt[ot+3],qt=lt[ot+4],te=lt[ot+5],Xt=lt[ot+6],he=lt[ot+7],fe=lt[ot+8],Ce=lt[ot+9],Fe=lt[ot+10],ze=lt[ot+11],we=lt[ot+12],De=lt[ot+13],pe=lt[ot+14],Jt=lt[ot+15],re=gt[0],se=gt[1],ge=gt[2],ue=gt[3];re=zt(re,se,ge,ue,Lt,7,et[0]),ue=zt(ue,re,se,ge,It,12,et[1]),ge=zt(ge,ue,re,se,Ut,17,et[2]),se=zt(se,ge,ue,re,Ft,22,et[3]),re=zt(re,se,ge,ue,qt,7,et[4]),ue=zt(ue,re,se,ge,te,12,et[5]),ge=zt(ge,ue,re,se,Xt,17,et[6]),se=zt(se,ge,ue,re,he,22,et[7]),re=zt(re,se,ge,ue,fe,7,et[8]),ue=zt(ue,re,se,ge,Ce,12,et[9]),ge=zt(ge,ue,re,se,Fe,17,et[10]),se=zt(se,ge,ue,re,ze,22,et[11]),re=zt(re,se,ge,ue,we,7,et[12]),ue=zt(ue,re,se,ge,De,12,et[13]),ge=zt(ge,ue,re,se,pe,17,et[14]),se=zt(se,ge,ue,re,Jt,22,et[15]),re=Ct(re,se,ge,ue,It,5,et[16]),ue=Ct(ue,re,se,ge,Xt,9,et[17]),ge=Ct(ge,ue,re,se,ze,14,et[18]),se=Ct(se,ge,ue,re,Lt,20,et[19]),re=Ct(re,se,ge,ue,te,5,et[20]),ue=Ct(ue,re,se,ge,Fe,9,et[21]),ge=Ct(ge,ue,re,se,Jt,14,et[22]),se=Ct(se,ge,ue,re,qt,20,et[23]),re=Ct(re,se,ge,ue,Ce,5,et[24]),ue=Ct(ue,re,se,ge,pe,9,et[25]),ge=Ct(ge,ue,re,se,Ft,14,et[26]),se=Ct(se,ge,ue,re,fe,20,et[27]),re=Ct(re,se,ge,ue,De,5,et[28]),ue=Ct(ue,re,se,ge,Ut,9,et[29]),ge=Ct(ge,ue,re,se,he,14,et[30]),se=Ct(se,ge,ue,re,we,20,et[31]),re=Mt(re,se,ge,ue,te,4,et[32]),ue=Mt(ue,re,se,ge,fe,11,et[33]),ge=Mt(ge,ue,re,se,ze,16,et[34]),se=Mt(se,ge,ue,re,pe,23,et[35]),re=Mt(re,se,ge,ue,It,4,et[36]),ue=Mt(ue,re,se,ge,qt,11,et[37]),ge=Mt(ge,ue,re,se,he,16,et[38]),se=Mt(se,ge,ue,re,Fe,23,et[39]),re=Mt(re,se,ge,ue,De,4,et[40]),ue=Mt(ue,re,se,ge,Lt,11,et[41]),ge=Mt(ge,ue,re,se,Ft,16,et[42]),se=Mt(se,ge,ue,re,Xt,23,et[43]),re=Mt(re,se,ge,ue,Ce,4,et[44]),ue=Mt(ue,re,se,ge,we,11,et[45]),ge=Mt(ge,ue,re,se,Jt,16,et[46]),se=Mt(se,ge,ue,re,Ut,23,et[47]),re=Rt(re,se,ge,ue,Lt,6,et[48]),ue=Rt(ue,re,se,ge,he,10,et[49]),ge=Rt(ge,ue,re,se,pe,15,et[50]),se=Rt(se,ge,ue,re,te,21,et[51]),re=Rt(re,se,ge,ue,we,6,et[52]),ue=Rt(ue,re,se,ge,Ft,10,et[53]),ge=Rt(ge,ue,re,se,Fe,15,et[54]),se=Rt(se,ge,ue,re,It,21,et[55]),re=Rt(re,se,ge,ue,fe,6,et[56]),ue=Rt(ue,re,se,ge,Jt,10,et[57]),ge=Rt(ge,ue,re,se,Xt,15,et[58]),se=Rt(se,ge,ue,re,De,21,et[59]),re=Rt(re,se,ge,ue,qt,6,et[60]),ue=Rt(ue,re,se,ge,ze,10,et[61]),ge=Rt(ge,ue,re,se,Ut,15,et[62]),se=Rt(se,ge,ue,re,Ce,21,et[63]),gt[0]=gt[0]+re|0,gt[1]=gt[1]+se|0,gt[2]=gt[2]+ge|0,gt[3]=gt[3]+ue|0},_doFinalize:function(){var lt=this._data,ot=lt.words,ut=8*this._nDataBytes,ct=8*lt.sigBytes;ot[ct>>>5]|=128<<24-ct%32;var ft=Bt.floor(ut/4294967296),gt=ut;ot[15+(ct+64>>>9<<4)]=16711935&(ft<<8|ft>>>24)|4278255360&(ft<<24|ft>>>8),ot[14+(ct+64>>>9<<4)]=16711935&(gt<<8|gt>>>24)|4278255360&(gt<<24|gt>>>8),lt.sigBytes=4*(ot.length+1),this._process();for(var Lt=this._hash,It=Lt.words,Ut=0;Ut<4;Ut++){var Ft=It[Ut];It[Ut]=16711935&(Ft<<8|Ft>>>24)|4278255360&(Ft<<24|Ft>>>8)}return Lt},clone:function(){var lt=Dt.clone.call(this);return lt._hash=this._hash.clone(),lt}});St.MD5=Dt._createHelper(tt),St.HmacMD5=Dt._createHmacHelper(tt)}(Math),Vt.MD5})},function(ee,wt,Qt){"use strict";Object.defineProperty(wt,"__esModule",{value:!0}),wt.UPLOADSTATE={INIT:"init",UPLOADING:"uploading",COMPLETE:"complete",INTERRUPT:"interrupt"},wt.UPLOADSTEP={INIT:"init",PART:"part",COMPLETE:"complete"},wt.UPLOADDEFAULT={PARALLEL:5,PARTSIZE:1048576}},function(ee,wt,Qt){"use strict";function Vt(tt){return tt&&tt.__esModule?tt:{default:tt}}function Bt(tt,lt){if(!(tt instanceof lt))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var zt=function(){function tt(lt,ot){for(var ut=0;ut<ot.length;ut++){var ct=ot[ut];ct.enumerable=ct.enumerable||!1,ct.configurable=!0,"value"in ct&&(ct.writable=!0),Object.defineProperty(lt,ct.key,ct)}}return function(lt,ot,ut){return ot&&tt(lt.prototype,ot),ut&&tt(lt,ut),lt}}(),Ct=Qt(5),Mt=Vt(Ct),Rt=Qt(25),St=Vt(Rt),kt=Qt(6),xt=Vt(kt),Dt=Qt(7),yt=Vt(Dt),et=function(){function tt(lt){Bt(this,tt);var ot=yt.default.os.name,ut=yt.default.os.version||"",ct=yt.default.browser.name,ft=yt.default.browser.version||"",gt=window.location.href,Lt="";gt&&(Lt=yt.default.getHost(gt));var It="pc";yt.default.os.ipad?It="pad":(yt.default.os.iphone||yt.default.os.android)&&(It="phone"),this._ri=Mt.default.create(),this.initParam={APIVersion:"0.6.0",lv:"1",av:xt.default.version,pd:"upload",sm:"upload",md:"uploader",uuid:tt.getUuid(),os:ot,ov:ut,et:ct,ev:ft,uat:navigator.userAgent,app_n:Lt,tt:It,dm:"h5",ut:""}}return zt(tt,[{key:"log",value:function(lt,ot){ot&&ot.ri?(this._ri=ot.ri,delete ot.ri):this._ri=Mt.default.create(),ot&&ot.ut&&(this.initParam.ut=ot.ut,delete ot.ut),this.initParam.t=new Date().getTime(),this.initParam.ll=lt=="20006"?"error":"info",this.initParam.ri=this._ri,this.initParam.e=lt;var ut=[];if(ot)for(var ct in ot)ut.push(ct+"="+ot[ct]);var ft=ut.join("&");this.initParam.args=encodeURIComponent(ft==""?"0":ft);var gt=[];for(var ct in this.initParam)gt.push(ct+"="+this.initParam[ct]);var Lt=gt.join("&");AliyunUpload&&AliyunUpload.__logTestCallback__?AliyunUpload.__logTestCallback__(Lt):new Image(0,0).src="https://videocloud.cn-hangzhou.log.aliyuncs.com/logstores/upload/track?"+Lt}}],[{key:"getUuid",value:function(){var lt=St.default.get("p_h5_upload_u");return lt||(lt=Mt.default.create(),St.default.set("p_h5_upload_u",lt,730)),lt}},{key:"getClientId",value:function(){return St.default.get("p_h5_upload_clientId")}},{key:"setClientId",value:function(lt){return lt||(lt=Mt.default.create()),St.default.set("p_h5_upload_clientId",lt,730),lt}}]),tt}();wt.default=et},function(ee,wt,Qt){"use strict";function Vt(Ct,Mt){if(!(Ct instanceof Mt))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var Bt=function(){function Ct(Mt,Rt){for(var St=0;St<Rt.length;St++){var kt=Rt[St];kt.enumerable=kt.enumerable||!1,kt.configurable=!0,"value"in kt&&(kt.writable=!0),Object.defineProperty(Mt,kt.key,kt)}}return function(Mt,Rt,St){return Rt&&Ct(Mt.prototype,Rt),St&&Ct(Mt,St),Mt}}(),zt=function(){function Ct(){Vt(this,Ct)}return Bt(Ct,null,[{key:"create",value:function(Mt,Rt){var St,kt="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),xt=[];if(Rt=Rt||kt.length,Mt)for(St=0;St<Mt;St++)xt[St]=kt[0|Math.random()*Rt];else{var Dt;for(xt[8]=xt[13]=xt[18]=xt[23]="-",xt[14]="4",St=0;St<36;St++)xt[St]||(Dt=0|16*Math.random(),xt[St]=kt[St==19?3&Dt|8:Dt])}return xt.join("")}}]),Ct}();wt.default=zt},function(ee,wt,Qt){"use strict";Object.defineProperty(wt,"__esModule",{value:!0});var Vt={version:"1.5.0"};wt.default=Vt},function(ee,wt,Qt){"use strict";function Vt(kt,xt){if(!(kt instanceof xt))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var Bt=function(){function kt(xt,Dt){for(var yt=0;yt<Dt.length;yt++){var et=Dt[yt];et.enumerable=et.enumerable||!1,et.configurable=!0,"value"in et&&(et.writable=!0),Object.defineProperty(xt,et.key,et)}}return function(xt,Dt,yt){return Dt&&kt(xt.prototype,Dt),yt&&kt(xt,yt),xt}}(),zt=function(kt){var xt=navigator.userAgent,Dt="other";if(kt.ios)return"iOS";if(kt.android)return"android";if(xt.indexOf("Baiduspider")>-1)return"Baiduspider";if(xt.indexOf("PlayStation")>-1)return"PS4";var yt=navigator.platform=="Win32"||navigator.platform=="Windows"||xt.indexOf("Windows")>-1,et=navigator.platform=="Mac68K"||navigator.platform=="MacPPC"||navigator.platform=="Macintosh"||navigator.platform=="MacIntel";return et&&(Dt="macOS"),navigator.platform=="X11"&&!yt&&!et&&(Dt="Unix"),String(navigator.platform).indexOf("Linux")>-1&&(Dt="Linux"),yt?"windows":Dt},Ct=function(){var kt=navigator.userAgent,xt="";return(kt.indexOf("Windows NT 5.0")>-1||kt.indexOf("Windows 2000")>-1)&&(xt="2000"),(kt.indexOf("Windows NT 5.1")>-1||kt.indexOf("Windows XP")>-1)&&(xt="XP"),(kt.indexOf("Windows NT 5.2")>-1||kt.indexOf("Windows 2003")>-1)&&(xt="2003"),(kt.indexOf("Windows NT 6.0")>-1||kt.indexOf("Windows Vista")>-1)&&(xt="Vista"),(kt.indexOf("Windows NT 6.1")>-1||kt.indexOf("Windows 7")>-1)&&(xt="7"),(kt.indexOf("Windows NT 6.2")>-1||kt.indexOf("Windows 8")>-1)&&(xt="8"),(kt.indexOf("Windows NT 6.3")>-1||kt.indexOf("Windows 8.1")>-1)&&(xt="8.1"),(kt.indexOf("Windows NT 10")>-1||kt.indexOf("Windows 10")>-1)&&(xt="10"),xt},Mt=function(kt){var xt=navigator.userAgent.toLowerCase();return kt.chrome?"Chrome":kt.firefox?"Firefox":kt.safari?"Safari":kt.webview?"webview":kt.ie?/edge/.test(xt)?"Edge":"IE":/baiduspider/.test(xt)?"Baiduspider":/ucweb/.test(xt)||/UCBrowser/.test(xt)?"UC":/opera/.test(xt)?"Opera":/ucweb/.test(xt)?"UC":/360se/.test(xt)?"360\u6D4F\u89C8\u5668":/bidubrowser/.test(xt)?"\u767E\u5EA6\u6D4F\u89C8\u5668":/metasr/.test(xt)?"\u641C\u72D7\u6D4F\u89C8\u5668":/lbbrowser/.test(xt)?"\u730E\u8C79\u6D4F\u89C8\u5668":/micromessenger/.test(xt)?"\u5FAE\u4FE1\u5185\u7F6E\u6D4F\u89C8\u5668":/qqbrowser/.test(xt)?"QQ\u6D4F\u89C8\u5668":/playstation/.test(xt)?"PS4\u6D4F\u89C8\u5668":void 0},Rt=function(){var kt={},xt={},Dt=navigator.userAgent,yt=navigator.platform,et=Dt.match(/Web[kK]it[\/]{0,1}([\d.]+)/),tt=Dt.match(/(Android);?[\s\/]+([\d.]+)?/),lt=!!Dt.match(/\(Macintosh\; Intel /),ot=Dt.match(/(iPad).*OS\s([\d_]+)/),ut=Dt.match(/(iPod)(.*OS\s([\d_]+))?/),ct=!ot&&Dt.match(/(iPhone\sOS)\s([\d_]+)/),ft=Dt.match(/(webOS|hpwOS)[\s\/]([\d.]+)/),gt=/Win\d{2}|Windows/.test(yt),Lt=Dt.match(/Windows Phone ([\d.]+)/),It=ft&&Dt.match(/TouchPad/),Ut=Dt.match(/Kindle\/([\d.]+)/),Ft=Dt.match(/Silk\/([\d._]+)/),qt=Dt.match(/(BlackBerry).*Version\/([\d.]+)/),te=Dt.match(/(BB10).*Version\/([\d.]+)/),Xt=Dt.match(/(RIM\sTablet\sOS)\s([\d.]+)/),he=Dt.match(/PlayBook/),fe=Dt.match(/Chrome\/([\d.]+)/)||Dt.match(/CriOS\/([\d.]+)/),Ce=Dt.match(/Firefox\/([\d.]+)/),Fe=Dt.match(/\((?:Mobile|Tablet); rv:([\d.]+)\).*Firefox\/[\d.]+/),ze=Dt.match(/MSIE\s([\d.]+)/)||Dt.match(/Trident\/[\d](?=[^\?]+).*rv:([0-9.].)/),we=!fe&&Dt.match(/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/),De=we||Dt.match(/Version\/([\d.]+)([^S](Safari)|[^M]*(Mobile)[^S]*(Safari))/);if((xt.webkit=!!et)&&(xt.version=et[1]),tt&&(kt.android=!0,kt.version=tt[2]),ct&&!ut&&(kt.ios=kt.iphone=!0,kt.version=ct[2].replace(/_/g,".")),ot&&(kt.ios=kt.ipad=!0,kt.version=ot[2].replace(/_/g,".")),ut&&(kt.ios=kt.ipod=!0,kt.version=ut[3]?ut[3].replace(/_/g,"."):null),Lt&&(kt.wp=!0,kt.version=Lt[1]),ft&&(kt.webos=!0,kt.version=ft[2]),It&&(kt.touchpad=!0),qt&&(kt.blackberry=!0,kt.version=qt[2]),te&&(kt.bb10=!0,kt.version=te[2]),Xt&&(kt.rimtabletos=!0,kt.version=Xt[2]),he&&(xt.playbook=!0),Ut&&(kt.kindle=!0,kt.version=Ut[1]),Ft&&(xt.silk=!0,xt.version=Ft[1]),!Ft&&kt.android&&Dt.match(/Kindle Fire/)&&(xt.silk=!0),fe&&(xt.chrome=!0,xt.version=fe[1]),Ce&&(xt.firefox=!0,xt.version=Ce[1]),Fe&&(kt.firefoxos=!0,kt.version=Fe[1]),ze&&(xt.ie=!0,xt.version=ze[1]),De&&(lt||kt.ios||gt||tt)&&(xt.safari=!0,kt.ios||(xt.version=De[1])),we&&(xt.webview=!0),lt){var pe=Dt.match(/[\d]*_[\d]*_[\d]*/);pe&&pe.length>0&&pe[0]&&(kt.version=pe[0].replace(/_/g,"."))}return kt.tablet=!!(ot||he||tt&&!Dt.match(/Mobile/)||Ce&&Dt.match(/Tablet/)||ze&&!Dt.match(/Phone/)&&Dt.match(/Touch/)),kt.phone=!(kt.tablet||kt.ipod||!(tt||ct||ft||qt||te||fe&&Dt.match(/Android/)||fe&&Dt.match(/CriOS\/([\d.]+)/)||Ce&&Dt.match(/Mobile/)||ze&&Dt.match(/Touch/))),kt.pc=!kt.tablet&&!kt.phone,lt?kt.name="macOS":gt?(kt.name="windows",kt.version=Ct()):kt.name=zt(kt),xt.name=Mt(xt),{os:kt,browser:xt}}(),St=function(){function kt(){Vt(this,kt)}return Bt(kt,null,[{key:"getHost",value:function(xt){var et="";if(xt===void 0||xt==null||xt=="")return"";var Dt=xt.indexOf("//"),yt=xt;Dt>-1&&(yt=xt.substring(Dt+2));var et=yt,tt=yt.split("/");return tt&&tt.length>0&&(et=tt[0]),tt=et.split(":"),tt&&tt.length>0&&(et=tt[0]),et}},{key:"os",get:function(){return Rt.os}},{key:"browser",get:function(){var xt=Rt.browser;return xt.name||(xt.name=Mt()),xt}}]),kt}();wt.default=St},function(ee,wt,Qt){"use strict";function Vt(Ct,Mt){if(!(Ct instanceof Mt))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var Bt=function(){function Ct(Mt,Rt){for(var St=0;St<Rt.length;St++){var kt=Rt[St];kt.enumerable=kt.enumerable||!1,kt.configurable=!0,"value"in kt&&(kt.writable=!0),Object.defineProperty(Mt,kt.key,kt)}}return function(Mt,Rt,St){return Rt&&Ct(Mt.prototype,Rt),St&&Ct(Mt,St),Mt}}(),zt=function(){function Ct(){Vt(this,Ct)}return Bt(Ct,null,[{key:"get",value:function(Mt,Rt,St,kt,xt){var Dt;St=St||function(){},typeof XMLHttpRequest=="undefined"&&(window.XMLHttpRequest=function(){try{return new window.ActiveXObject("Msxml2.XMLHTTP.6.0")}catch(yt){}try{return new window.ActiveXObject("Msxml2.XMLHTTP.3.0")}catch(yt){}try{return new window.ActiveXObject("Msxml2.XMLHTTP")}catch(yt){}throw new Error("This browser does not support XMLHttpRequest.")}),Dt=new XMLHttpRequest,Dt.onreadystatechange=function(){Dt.readyState===4&&(Dt.status===200?Rt(Dt.responseText):St(Dt.responseText))};try{kt===void 0&&(kt=!0),Dt.open("GET",Mt,kt),xt&&(Dt.withCredentials=!0)}catch(yt){return void St(yt)}try{Dt.send()}catch(yt){St(yt)}}}]),Ct}();wt.default=zt},function(ee,wt,Qt){"use strict";function Vt(Rt,St){if(!(Rt instanceof St))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var Bt=function(){function Rt(St,kt){for(var xt=0;xt<kt.length;xt++){var Dt=kt[xt];Dt.enumerable=Dt.enumerable||!1,Dt.configurable=!0,"value"in Dt&&(Dt.writable=!0),Object.defineProperty(St,Dt.key,Dt)}}return function(St,kt,xt){return kt&&Rt(St.prototype,kt),xt&&Rt(St,xt),St}}(),zt=Qt(27),Ct=Qt(30),Mt=(Qt(10),function(){function Rt(){Vt(this,Rt)}return Bt(Rt,null,[{key:"randomUUID",value:function(){for(var St=[],kt="0123456789abcdef",xt=0;xt<36;xt++)St[xt]=kt.substr(Math.floor(16*Math.random()),1);return St[14]="4",St[19]=kt.substr(3&St[19]|8,1),St[8]=St[13]=St[18]=St[23]="-",St.join("")}},{key:"aliyunEncodeURI",value:function(St){var kt=encodeURIComponent(St);return kt=kt.replace(/\+/g,"%20").replace(/\*/g,"%2A").replace(/%7E/g,"~").replace(/!/g,"%21").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/'/g,"%27")}},{key:"makeUTF8sort",value:function(St,kt,xt){if(!St)throw new Error("PrismPlayer Error: vid should not be null!");var Dt=[];for(var yt in St)Dt.push(yt);for(var et=Dt.sort(),tt="",lt=et.length,yt=0;yt<lt;yt++){var ot=Rt.aliyunEncodeURI(et[yt]),ut=Rt.aliyunEncodeURI(St[et[yt]]);tt==""?tt=ot+kt+ut:tt+=xt+ot+kt+ut}return tt}},{key:"makeChangeSiga",value:function(St,kt){if(!St)throw new Error("PrismPlayer Error: vid should not be null!");return Ct.stringify(zt("GET&"+Rt.aliyunEncodeURI("/")+"&"+Rt.aliyunEncodeURI(Rt.makeUTF8sort(St,"=","&")),kt+"&"))}}]),Rt}());wt.default=Mt},function(ee,wt,Qt){(function(Vt,Bt){ee.exports=wt=Bt(Qt(0))})(0,function(Vt){return Vt.enc.Utf8})},function(ee,wt,Qt){(function(Vt,Bt){ee.exports=wt=Bt(Qt(0))})(0,function(Vt){return Vt.enc.Hex})},function(ee,wt,Qt){ee.exports=Qt(13)},function(ee,wt,Qt){"use strict";var Vt,Bt,zt=Qt(14),Ct=function(Rt){return Rt&&Rt.__esModule?Rt:{default:Rt}}(zt),Mt={Vod:Ct.default};Vt=[],(Bt=function(){return Mt}.apply(wt,Vt))!==void 0&&(ee.exports=Bt),window.AliyunUpload=Mt,bn.exports=AliyunUpload},function(ee,wt,Qt){"use strict";function Vt(te){return te&&te.__esModule?te:{default:te}}function Bt(te,Xt){if(!(te instanceof Xt))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var zt=function(){function te(Xt,he){for(var fe=0;fe<he.length;fe++){var Ce=he[fe];Ce.enumerable=Ce.enumerable||!1,Ce.configurable=!0,"value"in Ce&&(Ce.writable=!0),Object.defineProperty(Xt,Ce.key,Ce)}}return function(Xt,he,fe){return he&&te(Xt.prototype,he),fe&&te(Xt,fe),Xt}}(),Ct=Qt(15),Mt=Qt(3),Rt=Qt(16),St=Vt(Rt),kt=Qt(18),xt=Vt(kt),Dt=Qt(24),yt=Vt(Dt),et=Qt(4),tt=Vt(et),lt=Qt(1),ot=Vt(lt),ut=Qt(5),ct=Vt(ut),ft=Qt(26),gt=Vt(ft),Lt=Qt(31),It=Vt(Lt),Ut=Qt(32),Ft=Vt(Ut),qt=(Qt(2),function(){function te(Xt){Bt(this,te),this.options=Xt,this.options.partSize=this.options.partSize||Mt.UPLOADDEFAULT.PARTSIZE,this.options.parallel=this.options.parallel||Mt.UPLOADDEFAULT.PARALLEL,this.options.region=this.options.region||"cn-shanghai",this.options.cname=this.options.cname||!1,this.options.localCheckpoint=this.options.localCheckpoint||!1,this.options.enableUploadProgress===void 0&&(this.options.enableUploadProgress=!0),this._ossCreditor=new Object,this._state=Ct.VODSTATE.INIT,this._uploadList=[],this._curIndex=-1,this._ossUpload=null,this._log=new tt.default,this._retryCount=0,this._retryTotal=this.options.retryCount||3,this._retryDuration=this.options.retryDuration||2,this._state=Ct.VODSTATE.INIT,this._uploadWay="vod",this._onbeforeunload=!1,this._invalidUserId=!1,this._initEvent()}return zt(te,[{key:"init",value:function(Xt,he,fe,Ce){return this._retryCount=0,!(fe&&!Ce||!fe&&Ce)&&!(Xt&&!he||!Xt&&he)&&(this._ossCreditor.accessKeyId=Xt,this._ossCreditor.accessKeySecret=he,this._ossCreditor.securityToken=fe,this._ossCreditor.expireTime=Ce,!0)}},{key:"addFile",value:function(Xt,he,fe,Ce,Fe,ze){if(!Xt)return!1;if(Xt.size==0)try{this.options.onUploadFailed({file:Xt},"EmptyFile","\u6587\u4EF6\u5927\u5C0F\u4E3A0\uFF0C\u4E0D\u80FD\u4E0A\u4F20")}catch(Jt){console.log(Jt)}for(var we=(this.options,0);we<this._uploadList.length;we++)if(this._uploadList[we].file==Xt)return!1;var De=new Object;if(De.file=Xt,De._endpoint=he,De._bucket=fe,De._object=Ce,De.state=Ct.UPLOADSTATE.INIT,De.isImage=ot.default.isImage(Xt.name),!De.isImage&&this.options.enableUploadProgress){var pe=this;Ft.default.getMd5(Xt,function(Jt){De.fileHash=Jt;var re=pe._getCheckoutpoint(De);pe.options.localCheckpoint||re||pe._getCheckoutpointFromCloud(De,function(se){if(se.UploadPoint){var ge=JSON.parse(se.UploadPoint);ge.loaded!=1&&(De.checkpoint=ge.checkpoint,De.loaded=ge.loaded,De.videoId=se.VideoId,pe._saveCheckoutpoint(De,ge.checkpoint))}},function(se){try{if((se=JSON.parse(se))&&se.Code=="InvalidParameter"&&se.Message.indexOf("UserId")>0){pe._invalidUserId=!0;var ge=se.Message+"\uFF0C\u6B63\u786E\u8D26\u53F7ID(userId)\u8BF7\u53C2\u8003\uFF1Ahttps://help.aliyun.com/knowledge_detail/37196.html";console.log(ge)}}catch(ue){console.log(ue)}})})}Fe&&(De.videoInfo=Fe?JSON.parse(Fe).Vod:{},De.userData=xt.default.encode(Fe)),De.ri=ct.default.create(),this._uploadList.push(De),this._reportLog("20001",De,{ql:this._uploadList.length});try{this.options.addFileSuccess&&this.options.addFileSuccess(De)}catch(Jt){console.log(Jt)}return!0}},{key:"deleteFile",value:function(Xt){return!!this.cancelFile(Xt)&&(this._uploadList.splice(Xt,1),!0)}},{key:"cleanList",value:function(){this.stopUpload(),this._uploadList.length=0,this._curIndex=-1}},{key:"cancelFile",value:function(Xt){if(this.options,Xt<0||Xt>=this._uploadList.length)return!1;var he=this._uploadList[Xt];if(Xt==this._curIndex&&he.state==Ct.UPLOADSTATE.UPLOADING){he.state=Ct.UPLOADSTATE.CANCELED;var fe=this._getCheckoutpoint(he);fe&&fe.checkpoint&&(fe=fe.checkpoint),fe&&this._ossUpload.abort(he),this._removeCheckoutpoint(he),this.nextUpload()}else he.state!=Ct.UPLOADSTATE.SUCCESS&&(he.state=Ct.UPLOADSTATE.CANCELED);return this._reportLog("20008",he),!0}},{key:"resumeFile",value:function(Xt){if(this.options,Xt<0||Xt>=this._uploadList.length)return!1;var he=this._uploadList[Xt];return he.state==Ct.UPLOADSTATE.CANCELED&&(he.state=Ct.UPLOADSTATE.INIT,!0)}},{key:"listFiles",value:function(){return this._uploadList}},{key:"getCheckpoint",value:function(Xt){return this._getCheckoutpoint({file:Xt})}},{key:"startUpload",value:function(Xt){if(this._retryCount=0,this.options,this._state==Ct.VODSTATE.START||this._state==Ct.VODSTATE.EXPIRE)return void console.log("already started or expired");if(this._initState(),this._curIndex=this._findUploadIndex(),this._curIndex==-1)return void(this._state=Ct.VODSTATE.END);var he=this._uploadList[this._curIndex];this._ossUpload=null,this._upload(he),this._state=Ct.VODSTATE.START}},{key:"nextUpload",value:function(){var Xt=this.options;if(this._state==Ct.VODSTATE.START)if(this._curIndex=this._findUploadIndex(),this._curIndex!=-1){var he=this._uploadList[this._curIndex];this._ossUpload=null,this._upload(he)}else{this._state=Ct.VODSTATE.END;try{Xt.onUploadEnd&&Xt.onUploadEnd(he)}catch(fe){console.log(fe)}}}},{key:"clear",value:function(Xt){for(var he=this.options,fe=0,Ce=0;Ce<this._uploadList.length;Ce++)he.uploadList[Ce].state==Ct.UPLOADSTATE.SUCCESS&&fe++,this._uploadList[Ce].state==Xt&&(he.uploadList.splice(Ce,1),Ce--);he.onClear&&he.onClear(he.uploadList.length,fe)}},{key:"stopUpload",value:function(){if((this._state==Ct.VODSTATE.START||this._state==Ct.VODSTATE.FAILURE||this._curIndex==-1)&&this._curIndex!=-1){var Xt=this._uploadList[this._curIndex];this._state=Ct.VODSTATE.STOP,Xt.state=Ct.UPLOADSTATE.STOPED,this._changeState(Xt,Ct.UPLOADSTATE.STOPED),this._ossUpload.cancel()}}},{key:"resumeUploadWithAuth",value:function(Xt){var he=this;if(!Xt)return!1;var fe=JSON.parse(xt.default.decode(Xt));return!!(fe.AccessKeyId&&fe.AccessKeySecret&&fe.SecurityToken&&fe.Expiration)&&he.resumeUploadWithToken(fe.AccessKeyId,fe.AccessKeySecret,fe.SecurityToken,fe.Expiration)}},{key:"resumeUploadWithToken",value:function(Xt,he,fe,Ce){if(this.options,!(Xt&&he&&fe&&Ce)||this._state!=Ct.VODSTATE.EXPIRE||this._curIndex==-1)return!1;var Fe="";return this._uploadList.length>this._curIndex&&(Fe=this._uploadList[this._curIndex]),Fe&&(this.init(Xt,he,fe,Ce),this._state=Ct.VODSTATE.START,this._ossUpload=null,this._uploadCore(Fe,Fe.retry),Fe.retry=!1),!0}},{key:"resumeUploadWithSTSToken",value:function(Xt,he,fe){if(this._curIndex==-1||this._state!=Ct.VODSTATE.EXPIRE)return!1;if(this._uploadList.length>this._curIndex){var Ce=this._uploadList[this._curIndex];Ce.object?this._refreshSTSTokenUpload(Ce,Xt,he,fe):this.setSTSToken(Ce,Xt,he,fe)}}},{key:"setSTSTokenDirectlyUpload",value:function(Xt,he,fe,Ce,Fe){if(!(he&&fe&&Ce&&Fe))return console.log("accessKeyId\u3001ccessKeySecret\u3001securityToken and expiration should not be empty."),!1;this._ut="oss";var ze=Xt;this.init(he,fe,Ce,Fe),ze.endpoint=ze._endpoint,ze.bucket=ze._bucket,ze.object=ze._object,this._ossUpload=null,this._uploadCore(ze,Xt.retry),Xt.retry=!1}},{key:"setSTSToken",value:function(Xt,he,fe,Ce){if(!he||!fe||!Ce)return console.log("accessKeyId\u3001ccessKeySecret\u3001securityToken should not be empty."),!1;this._ut="vod",this._uploadWay="sts";var Fe=Xt.videoInfo,ze={accessKeyId:he,securityToken:Ce,accessKeySecret:fe,fileName:Xt.file.name,title:Fe.Title,requestId:Xt.ri,region:this.options.region};Fe.ImageType&&(ze.imageType=Fe.ImageType),Fe.ImageExt&&(ze.imageExt=Fe.ImageExt),Fe.FileSize&&(ze.fileSize=Fe.FileSize),Fe.Description&&(ze.description=Fe.Description),Fe.CateId&&(ze.cateId=Fe.CateId),Fe.Tags&&(ze.tags=Fe.Tags),Fe.TemplateGroupId&&(ze.templateGroupId=Fe.TemplateGroupId),Fe.StorageLocation&&(ze.storageLocation=Fe.StorageLocation),Fe.CoverURL&&(ze.coverUrl=Fe.CoverURL),Fe.TransCodeMode&&(ze.transCodeMode=Fe.TransCodeMode),Fe.UserData&&(ze.userData=Fe.UserData);var we=this,De="getUploadAuth";Xt.videoId?(ze.videoId=Xt.videoId,De="refreshUploadAuth"):Xt.isImage&&(De="getImageUploadAuth"),gt.default[De](ze,function(pe){Xt.videoId=pe.VideoId?pe.VideoId:Xt.videoId,we.setUploadAuthAndAddress(Xt,pe.UploadAuth,pe.UploadAddress),we._state=Ct.VODSTATE.START},function(pe){we._error(Xt,{name:pe.Code,code:pe.Code,message:pe.Message,requestId:pe.RequestId})})}},{key:"setUploadAuthAndAddress",value:function(Xt,he,fe,Ce){if(!Xt||!he||!fe)return!1;var Fe=JSON.parse(xt.default.decode(he));if(!(Fe.AccessKeyId&&Fe.AccessKeySecret&&Fe.SecurityToken&&Fe.Expiration))return console.error("uploadauth is invalid"),!1;var ze={},we=Xt;if(fe){if(ze=JSON.parse(xt.default.decode(fe)),!ze.Endpoint||!ze.Bucket||!ze.FileName)return console.error("uploadAddress is invalid"),!1}else ze.Endpoint=we.endpoint,ze.Bucket=we.bucket,ze.FileName=we.object;this._ut="vod",this._uploadWay="vod",this.options.region=Fe.Region||this.options.region,this.init(Fe.AccessKeyId,Fe.AccessKeySecret,Fe.SecurityToken,Fe.Expiration),we.endpoint=we._endpoint?we._endpoint:ze.Endpoint,we.bucket=we._bucket?we._bucket:ze.Bucket,we.object=we._object?we._object:ze.FileName,we.region=this.options.region,Ce&&(we.videoId=Ce),this._ossUpload=null,this._uploadCore(we,Xt.retry),Xt.retry=!1}},{key:"_refreshSTSTokenUpload",value:function(Xt,he,fe,Ce){if(!he||!fe||!Ce)return console.log("accessKeyId\u3001ccessKeySecret\u3001securityToken should not be empty."),!1;var Fe={accessKeyId:he,securityToken:Ce,accessKeySecret:fe,videoId:Xt.object,requestId:Xt.ri,region:this.options.region},ze=this,we="refreshUploadAuth";Xt.isImage&&(we="getImageUploadAuth"),gt.default[we](Fe,function(De){ze.setUploadAuthAndAddress(Xt,De.UploadAuth,UploadAddress),ze._state=Ct.VODSTATE.START},function(De){ze._error(Xt,{name:De.Code,code:De.Code,message:De.Message,requestId:De.RequestId})})}},{key:"_upload",value:function(Xt){var he=arguments.length>1&&arguments[1]!==void 0&&arguments[1],fe=this.options;if(Xt.retry=he,fe.onUploadstarted&&!he)try{var Ce=this._getCheckoutpoint(Xt);Ce&&Ce.state!=Ct.UPLOADSTATE.UPLOADING&&(Xt.checkpoint=Ce,Xt.videoId=Ce.videoId),fe.onUploadstarted(Xt)}catch(Fe){console.log(Fe)}}},{key:"_uploadCore",value:function(Xt){if(arguments.length>1&&arguments[1]!==void 0&&arguments[1],!this._ossCreditor.accessKeyId||!this._ossCreditor.accessKeySecret||!this._ossCreditor.securityToken)throw new Error("AccessKeyId\u3001AccessKeySecret\u3001securityToken should not be null");if(Xt.state=Ct.UPLOADSTATE.UPLOADING,!this._ossUpload){Xt.endpoint=Xt.endpoint||"http://oss-cn-hangzhou.aliyuncs.com";var he=this;this._ossUpload=new St.default({bucket:Xt.bucket,endpoint:Xt.endpoint,AccessKeyId:this._ossCreditor.accessKeyId,AccessKeySecret:this._ossCreditor.accessKeySecret,SecurityToken:this._ossCreditor.securityToken,timeout:this.options.timeout,cname:this.options.cname},{onerror:function(pe,Jt){he._error.call(he,pe,Jt)},oncomplete:function(pe,Jt){he._complete.call(he,pe,Jt)},onprogress:function(pe,Jt,re){he._progress.call(he,pe,Jt,re)}})}var fe=ot.default.getFileType(Xt.file.name),Ce=this._getCheckoutpoint(Xt),Fe="",ze="";Ce&&Ce.checkpoint&&(ze=Ce.state,Fe=Ce.videoId,Ce=Ce.checkpoint),Ce&&Fe==Xt.videoId&&ze!=Ct.UPLOADSTATE.UPLOADING&&(Ce.file=Xt.file,Xt.checkpoint=Ce,Ce.uploadId);var we=this._adjustPartSize(Xt);this._reportLog("20002",Xt,{ft:fe,fs:Xt.file.size,bu:Xt.bucket,ok:Xt.object,vid:Xt.videoId||"",fn:Xt.file.name,fw:null,fh:null,ps:we});var De={headers:{"x-oss-notification":Xt.userData?Xt.userData:""},partSize:we,parallel:this.options.parallel};this._ossUpload.upload(Xt,De)}},{key:"_findUploadIndex",value:function(){for(var Xt=-1,he=0;he<this._uploadList.length;he++)if(this._uploadList[he].state==Ct.UPLOADSTATE.INIT){Xt=he;break}return Xt}},{key:"_error",value:function(Xt,he){if(he.name=="cancel")try{this.options.onUploadCanceled(Xt,he)}catch(Ce){console.log(Ce)}else{if(he.message.indexOf("InvalidAccessKeyIdError")>0||he.name=="SignatureDoesNotMatchError"||he.code=="SecurityTokenExpired"||he.code=="InvalidSecurityToken.Expired"||he.code=="InvalidAccessKeyId"&&this._ossCreditor.securityToken){if(this.options.onUploadTokenExpired){this._state=Ct.VODSTATE.EXPIRE,Xt.state=Ct.UPLOADSTATE.FAIlURE;try{this.options.onUploadTokenExpired(Xt,he)}catch(Ce){console.log(Ce)}}return}if((he.name=="RequestTimeoutError"||he.name=="ConnectionTimeout"||he.name=="ConnectionTimeoutError")&&this._retryTotal>this._retryCount){var fe=this;return setTimeout(function(){fe._uploadCore(Xt,!0)},1e3*fe._retryDuration),void this._retryCount++}he.name=="NoSuchUploadError"&&this._removeCheckoutpoint(Xt),this._handleError(Xt,he)}}},{key:"_handleError",value:function(Xt,he){var fe=!(arguments.length>2&&arguments[2]!==void 0)||arguments[2],Ce=Ct.UPLOADSTATE.FAIlURE;if(Xt.state!=Ct.UPLOADSTATE.CANCELED&&(Xt.state=Ct.UPLOADSTATE.FAIlURE,this._state=Ct.VODSTATE.FAILURE,this.options.onUploadFailed&&he&&he.code&&he.message))try{this.options.onUploadFailed(Xt,he.code,he.message)}catch(ze){console.log(ze)}if(fe&&this._changeState(Xt,Ce),this._reportLog("20006",Xt,{code:he.name,message:he.message,requestId:he.requestId,fs:Xt.file.size,bu:Xt.bucket,ok:Xt.object,fn:Xt.file.name}),this._reportLog("20004",Xt,{requestId:he.requestId,fs:Xt.file.size,bu:Xt.bucket,ok:Xt.object,fn:Xt.file.name}),Xt.ri=ct.default.create(),this._findUploadIndex()!=-1){var Fe=this;this._state=Ct.VODSTATE.START,setTimeout(function(){Fe.nextUpload()},100)}}},{key:"_complete",value:function(Xt,he){if(Xt.state=Ct.UPLOADSTATE.SUCCESS,this.options.onUploadSucceed)try{this.options.onUploadSucceed(Xt)}catch(Fe){console.log(Fe)}var fe=0;he&&he.res&&he.res.headers&&(fe=he.res.headers["x-oss-request-id"]),this._removeCheckoutpoint(Xt);var Ce=this;setTimeout(function(){Ce.nextUpload()},100),this._retryCount=0,this._reportLog("20003",Xt,{requestId:fe})}},{key:"_progress",value:function(Xt,he,fe){if(this.options.onUploadProgress)try{Xt.loaded=he.loaded,this.options.onUploadProgress(Xt,he.total,he.loaded)}catch(Jt){console.log(Jt)}var Ce=he.checkpoint,Fe=0;Ce&&(Xt.checkpoint=Ce,this._saveCheckoutpoint(Xt,Ce,Ct.UPLOADSTATE.UPLOADING),Fe=Ce.uploadId),this._retryCount=0;var ze=this._getPortNumber(Ce),we=0;if(fe&&fe.headers&&(we=fe.headers["x-oss-request-id"]),he.loaded!=0&&this._reportLog("20007",Xt,{pn:ze,requestId:we}),he.loaded!=1&&this._reportLog("20005",Xt,{UploadId:Fe,pn:ze+1,pr:Xt.retry?1:0,fs:Xt.file.size,bu:Xt.bucket,ok:Xt.object,fn:Xt.file.name}),!this._invalidUserId&&!Xt.isImage&&this._ut=="vod"&&this.options.enableUploadProgress){var De={file:Xt.file,checkpoint:he,userId:this.options.userId,videoId:Xt.videoId,region:this.options.region,fileHash:Xt.fileHash};try{var pe=this;It.default.upload(De,function(){},function(Jt){if((Jt=JSON.parse(Jt))&&Jt.Code=="InvalidParameter"&&Jt.Message.indexOf("UserId")>0){pe._invalidUserId=!0;var re=Jt.Message+"\uFF0C\u6B63\u786E\u8D26\u53F7ID(userId)\u8BF7\u53C2\u8003\uFF1Ahttps://help.aliyun.com/knowledge_detail/37196.html";console.log(re)}})}catch(Jt){console.log(Jt)}}}},{key:"_getPortNumber",value:function(Xt){if(Xt){var he=Xt.doneParts;if(he&&he.length>0)return he[he.length-1].number}return 0}},{key:"_removeCheckoutpoint",value:function(Xt){var he=this._getCheckoutpointKey(Xt);yt.default.remove(he)}},{key:"_getCheckoutpoint",value:function(Xt){var he=this._getCheckoutpointKey(Xt),fe=yt.default.get(he);if(fe)try{return JSON.parse(fe)}catch(Ce){}return""}},{key:"_saveCheckoutpoint",value:function(Xt,he,fe){if(he){var Ce=this._getCheckoutpointKey(Xt),Fe=Xt.file,ze={fileName:Fe.name,lastModified:Fe.lastModified,size:Fe.size,object:Xt.object,videoId:Xt.videoId,bucket:Xt.bucket,endpoint:Xt.endpoint,checkpoint:he,loaded:Xt.loaded,state:fe};yt.default.set(Ce,JSON.stringify(ze))}}},{key:"_changeState",value:function(Xt,he){var fe=this._getCheckoutpoint(Xt);fe&&((this._onbeforeunload=!0)&&(he=Ct.UPLOADSTATE.STOPED),this._saveCheckoutpoint(Xt,fe.checkpoint,he))}},{key:"_getCheckoutpointKey",value:function(Xt){return"upload_"+Xt.file.lastModified+"_"+Xt.file.name+"_"+Xt.file.size}},{key:"_getCheckoutpointFromCloud",value:function(Xt,he,fe){var Ce={userId:this.options.userId,uploadInfoList:[{FileName:Xt.file.name,FileSize:Xt.file.size,FileCreateTime:Xt.file.lastModified,FileHash:Xt.fileHash}],region:this.options.region};It.default.get(Ce,function(Fe){he(Fe)},fe)}},{key:"_reportLog",value:function(Xt,he,fe){fe||(fe={}),fe.ri=he.ri,this._ut&&(fe.ut=this._ut),this._log.log(Xt,fe)}},{key:"_initEvent",value:function(){var Xt=this;window&&(window.onbeforeunload=function(he){if(Xt._onbeforeunload=!0,Xt._curIndex!=-1&&Xt._uploadList.length>Xt._curIndex){var fe=Xt._uploadList[Xt._curIndex];Xt._changeState(fe,Ct.UPLOADSTATE.STOPED)}})}},{key:"_initState",value:function(){for(var Xt=0;Xt<this._uploadList.length;Xt++){var he=this._uploadList[Xt];he.state!=Ct.UPLOADSTATE.FAIlURE&&he.state!=Ct.UPLOADSTATE.STOPED||(he.state=Ct.UPLOADSTATE.INIT)}this._state=Ct.VODSTATE.INIT}},{key:"_adjustPartSize",value:function(Xt){return Xt.file.size/this.options.partSize>1e4?Xt.file.size/9999:this.options.partSize}}]),te}());wt.default=qt},function(ee,wt,Qt){"use strict";Object.defineProperty(wt,"__esModule",{value:!0}),wt.UPLOADSTATE={INIT:"Ready",UPLOADING:"Uploading",SUCCESS:"Success",FAIlURE:"Failure",CANCELED:"Canceled",STOPED:"Stoped"},wt.VODSTATE={INIT:"Init",START:"Start",STOP:"Stop",FAILURE:"Failure",EXPIRE:"Expire",END:"End"}},function(ee,wt,Qt){"use strict";function Vt(kt){return kt&&kt.__esModule?kt:{default:kt}}function Bt(kt,xt){if(!(kt instanceof xt))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var zt=function(){function kt(xt,Dt){for(var yt=0;yt<Dt.length;yt++){var et=Dt[yt];et.enumerable=et.enumerable||!1,et.configurable=!0,"value"in et&&(et.writable=!0),Object.defineProperty(xt,et.key,et)}}return function(xt,Dt,yt){return Dt&&kt(xt.prototype,Dt),yt&&kt(xt,yt),xt}}(),Ct=Qt(3),Mt=Qt(17),Rt=(Vt(Mt),Qt(1)),St=(Vt(Rt),function(){function kt(xt,Dt){if(Bt(this,kt),xt){this._config=xt,this.create(this._config),this._uploadInfo=null,this._callback={};var yt=function(){};this._callback.onerror=Dt.onerror||yt,this._callback.oncomplete=Dt.oncomplete||yt,this._callback.onprogress=Dt.onprogress||yt}}return zt(kt,[{key:"create",value:function(xt){if(xt.endpoint=xt.endpoint||this._config.endpoint,xt.bucket=xt.bucket||this._config.bucket,!(xt.AccessKeyId&&xt.AccessKeySecret&&xt.endpoint&&xt.SecurityToken))throw new Error("AccessKeyId\u3001AccessKeySecret\u3001endpoint should not be null");var Dt={accessKeyId:xt.AccessKeyId,accessKeySecret:xt.AccessKeySecret,stsToken:xt.SecurityToken,endpoint:xt.endpoint||this._config.endpoint,bucket:xt.bucket||this._config.bucket,secure:!0,cname:xt.cname};xt.timeout&&(Dt.timeout=xt.timeout),this.oss=new OSS.Wrapper(Dt)}},{key:"abort",value:function(xt){if(xt.checkpoint){var Dt=xt.checkpoint.uploadId;this.oss.abortMultipartUpload(xt.object,Dt)}}},{key:"getVersion",value:function(){}},{key:"cancel",value:function(){this.oss.cancel&&this.oss.cancel()}},{key:"upload",value:function(xt,Dt){this._uploadInfo=xt;var yt=this,et=function(lt,ot,ut){return function(ct){yt._progress(lt,ot,ut),ct()}},tt={parallel:Dt.parallel||this._config.parallel||Ct.UPLOADDEFAULT.PARALLEL,partSize:Dt.partSize||this._config.partSize||Ct.UPLOADDEFAULT.PARTSIZE,progress:et};Dt.headers&&(tt.headers=Dt.headers),xt.checkpoint&&(tt.checkpoint=xt.checkpoint),xt.bucket||(this.oss.options.bucket=xt.bucket),xt.endpoint||(this.oss.options.endpoint=xt.endpoint),this.oss.multipartUpload(xt.object,xt.file,tt).then(function(lt,ot){yt._complete(lt)}).catch(function(lt){yt.oss.cancel&&(yt.oss&&yt.oss.isCancel()?console.log("oss is cancel as error"):yt.oss.cancel()),yt._error(lt)})}},{key:"header",value:function(xt,Dt,yt){this.oss.get(xt.object).then(function(et){Dt(et)}).catch(function(et){yt(et)})}},{key:"_progress",value:function(xt,Dt,yt){this._callback.onprogress(this._uploadInfo,{loaded:xt,total:this._uploadInfo.file.size,checkpoint:Dt},yt)}},{key:"_error",value:function(xt){this._callback.onerror(this._uploadInfo,xt)}},{key:"_complete",value:function(xt){this._callback.oncomplete(this._uploadInfo,xt)}}]),kt}());wt.default=St},function(ee,wt,Qt){"use strict";function Vt(Ct,Mt){if(!(Ct instanceof Mt))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var Bt=function(){function Ct(Mt,Rt){for(var St=0;St<Rt.length;St++){var kt=Rt[St];kt.enumerable=kt.enumerable||!1,kt.configurable=!0,"value"in kt&&(kt.writable=!0),Object.defineProperty(Mt,kt.key,kt)}}return function(Mt,Rt,St){return Rt&&Ct(Mt.prototype,Rt),St&&Ct(Mt,St),Mt}}(),zt=function(){function Ct(){Vt(this,Ct)}return Bt(Ct,null,[{key:"format",value:function(Mt){if(arguments.length<2)return null;for(var Rt=arguments[1],St=1;St<arguments.length;St++){var kt=new RegExp("\\{"+(St-1)+"\\}","gm");Rt=Rt.replace(kt,arguments[St+1])}return{code:Mt,message:Rt}}},{key:"CODE",get:function(){return{SUCCESS:"Successful",EmptyValue:"InvalidParameter.EmptyValue",STSInvalid:"InvalidParameter.TokenInvalid",ReadFileError:"ReadFileError",FILEDUPLICATION:"FileDuplication",UploadALEADRYSTARTED:"UploadAlearyStarted"}}},{key:"MESSAGE",get:function(){return{SUCCESS:"Successful",EmptyValue:"\u53C2\u6570 {0} \u4E0D\u80FD\u4E3A\u7A7A\u3002",STSInvalid:"STS\u53C2\u6570\u975E\u6CD5\uFF0C accessKeyId\u3001accessKeySecret\u3001secretToken\u3001expireTime\u90FD\u4E0D\u80FD\u4E3A\u7A7A\u3002",ReadFileError:"\u8BFB\u53D6\u6587\u4EF6{0}{1}\u5931\u8D25.",FILEDUPLICATION:"\u6587\u4EF6\u91CD\u590D\u6DFB\u52A0 {0}",UploadALEADRYSTARTED:"\u91CD\u590D\u5F00\u59CB."}}}]),Ct}();wt.default=zt},function(ee,wt,Qt){"use strict";(function(Vt){function Bt(Mt,Rt){if(!(Mt instanceof Rt))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var zt=function(){function Mt(Rt,St){for(var kt=0;kt<St.length;kt++){var xt=St[kt];xt.enumerable=xt.enumerable||!1,xt.configurable=!0,"value"in xt&&(xt.writable=!0),Object.defineProperty(Rt,xt.key,xt)}}return function(Rt,St,kt){return St&&Mt(Rt.prototype,St),kt&&Mt(Rt,kt),Rt}}(),Ct=function(){function Mt(){Bt(this,Mt)}return zt(Mt,null,[{key:"encode",value:function(Rt){return new Vt(Rt).toString("base64")}},{key:"decode",value:function(Rt){return new Vt(Rt,"base64").toString()}}]),Mt}();wt.default=Ct}).call(wt,Qt(19).Buffer)},function(ee,wt,Qt){"use strict";(function(Vt){function Bt(){return Ct.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function zt(Ot,Pt){if(Bt()<Pt)throw new RangeError("Invalid typed array length");return Ct.TYPED_ARRAY_SUPPORT?(Ot=new Uint8Array(Pt),Ot.__proto__=Ct.prototype):(Ot===null&&(Ot=new Ct(Pt)),Ot.length=Pt),Ot}function Ct(Ot,Pt,Tt){if(!(Ct.TYPED_ARRAY_SUPPORT||this instanceof Ct))return new Ct(Ot,Pt,Tt);if(typeof Ot=="number"){if(typeof Pt=="string")throw new Error("If encoding is specified then the first argument must be a string");return kt(this,Ot)}return Mt(this,Ot,Pt,Tt)}function Mt(Ot,Pt,Tt,$t){if(typeof Pt=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer!="undefined"&&Pt instanceof ArrayBuffer?yt(Ot,Pt,Tt,$t):typeof Pt=="string"?xt(Ot,Pt,Tt):et(Ot,Pt)}function Rt(Ot){if(typeof Ot!="number")throw new TypeError('"size" argument must be a number');if(Ot<0)throw new RangeError('"size" argument must not be negative')}function St(Ot,Pt,Tt,$t){return Rt(Pt),Pt<=0?zt(Ot,Pt):Tt!==void 0?typeof $t=="string"?zt(Ot,Pt).fill(Tt,$t):zt(Ot,Pt).fill(Tt):zt(Ot,Pt)}function kt(Ot,Pt){if(Rt(Pt),Ot=zt(Ot,Pt<0?0:0|tt(Pt)),!Ct.TYPED_ARRAY_SUPPORT)for(var Tt=0;Tt<Pt;++Tt)Ot[Tt]=0;return Ot}function xt(Ot,Pt,Tt){if(typeof Tt=="string"&&Tt!==""||(Tt="utf8"),!Ct.isEncoding(Tt))throw new TypeError('"encoding" must be a valid string encoding');var $t=0|ot(Pt,Tt);Ot=zt(Ot,$t);var jt=Ot.write(Pt,Tt);return jt!==$t&&(Ot=Ot.slice(0,jt)),Ot}function Dt(Ot,Pt){var Tt=Pt.length<0?0:0|tt(Pt.length);Ot=zt(Ot,Tt);for(var $t=0;$t<Tt;$t+=1)Ot[$t]=255&Pt[$t];return Ot}function yt(Ot,Pt,Tt,$t){if(Pt.byteLength,Tt<0||Pt.byteLength<Tt)throw new RangeError("'offset' is out of bounds");if(Pt.byteLength<Tt+($t||0))throw new RangeError("'length' is out of bounds");return Pt=Tt===void 0&&$t===void 0?new Uint8Array(Pt):$t===void 0?new Uint8Array(Pt,Tt):new Uint8Array(Pt,Tt,$t),Ct.TYPED_ARRAY_SUPPORT?(Ot=Pt,Ot.__proto__=Ct.prototype):Ot=Dt(Ot,Pt),Ot}function et(Ot,Pt){if(Ct.isBuffer(Pt)){var Tt=0|tt(Pt.length);return Ot=zt(Ot,Tt),Ot.length===0||Pt.copy(Ot,0,0,Tt),Ot}if(Pt){if(typeof ArrayBuffer!="undefined"&&Pt.buffer instanceof ArrayBuffer||"length"in Pt)return typeof Pt.length!="number"||ie(Pt.length)?zt(Ot,0):Dt(Ot,Pt);if(Pt.type==="Buffer"&&Yt(Pt.data))return Dt(Ot,Pt.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function tt(Ot){if(Ot>=Bt())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Bt().toString(16)+" bytes");return 0|Ot}function lt(Ot){return+Ot!=Ot&&(Ot=0),Ct.alloc(+Ot)}function ot(Ot,Pt){if(Ct.isBuffer(Ot))return Ot.length;if(typeof ArrayBuffer!="undefined"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(Ot)||Ot instanceof ArrayBuffer))return Ot.byteLength;typeof Ot!="string"&&(Ot=""+Ot);var Tt=Ot.length;if(Tt===0)return 0;for(var $t=!1;;)switch(Pt){case"ascii":case"latin1":case"binary":return Tt;case"utf8":case"utf-8":case void 0:return ke(Ot).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*Tt;case"hex":return Tt>>>1;case"base64":return Ie(Ot).length;default:if($t)return ke(Ot).length;Pt=(""+Pt).toLowerCase(),$t=!0}}function ut(Ot,Pt,Tt){var $t=!1;if((Pt===void 0||Pt<0)&&(Pt=0),Pt>this.length||((Tt===void 0||Tt>this.length)&&(Tt=this.length),Tt<=0)||(Tt>>>=0,Pt>>>=0,Tt<=Pt))return"";for(Ot||(Ot="utf8");;)switch(Ot){case"hex":return ze(this,Pt,Tt);case"utf8":case"utf-8":return he(this,Pt,Tt);case"ascii":return Ce(this,Pt,Tt);case"latin1":case"binary":return Fe(this,Pt,Tt);case"base64":return Xt(this,Pt,Tt);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return we(this,Pt,Tt);default:if($t)throw new TypeError("Unknown encoding: "+Ot);Ot=(Ot+"").toLowerCase(),$t=!0}}function ct(Ot,Pt,Tt){var $t=Ot[Pt];Ot[Pt]=Ot[Tt],Ot[Tt]=$t}function ft(Ot,Pt,Tt,$t,jt){if(Ot.length===0)return-1;if(typeof Tt=="string"?($t=Tt,Tt=0):Tt>2147483647?Tt=2147483647:Tt<-2147483648&&(Tt=-2147483648),Tt=+Tt,isNaN(Tt)&&(Tt=jt?0:Ot.length-1),Tt<0&&(Tt=Ot.length+Tt),Tt>=Ot.length){if(jt)return-1;Tt=Ot.length-1}else if(Tt<0){if(!jt)return-1;Tt=0}if(typeof Pt=="string"&&(Pt=Ct.from(Pt,$t)),Ct.isBuffer(Pt))return Pt.length===0?-1:gt(Ot,Pt,Tt,$t,jt);if(typeof Pt=="number")return Pt&=255,Ct.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?jt?Uint8Array.prototype.indexOf.call(Ot,Pt,Tt):Uint8Array.prototype.lastIndexOf.call(Ot,Pt,Tt):gt(Ot,[Pt],Tt,$t,jt);throw new TypeError("val must be string, number or Buffer")}function gt(Ot,Pt,Tt,$t,jt){function Gt(on,$e){return ae===1?on[$e]:on.readUInt16BE($e*ae)}var ae=1,xe=Ot.length,Ke=Pt.length;if($t!==void 0&&(($t=String($t).toLowerCase())==="ucs2"||$t==="ucs-2"||$t==="utf16le"||$t==="utf-16le")){if(Ot.length<2||Pt.length<2)return-1;ae=2,xe/=2,Ke/=2,Tt/=2}var We;if(jt){var Me=-1;for(We=Tt;We<xe;We++)if(Gt(Ot,We)===Gt(Pt,Me===-1?0:We-Me)){if(Me===-1&&(Me=We),We-Me+1===Ke)return Me*ae}else Me!==-1&&(We-=We-Me),Me=-1}else for(Tt+Ke>xe&&(Tt=xe-Ke),We=Tt;We>=0;We--){for(var Je=!0,un=0;un<Ke;un++)if(Gt(Ot,We+un)!==Gt(Pt,un)){Je=!1;break}if(Je)return We}return-1}function Lt(Ot,Pt,Tt,$t){Tt=Number(Tt)||0;var jt=Ot.length-Tt;$t?($t=Number($t))>jt&&($t=jt):$t=jt;var Gt=Pt.length;if(Gt%2!=0)throw new TypeError("Invalid hex string");$t>Gt/2&&($t=Gt/2);for(var ae=0;ae<$t;++ae){var xe=parseInt(Pt.substr(2*ae,2),16);if(isNaN(xe))return ae;Ot[Tt+ae]=xe}return ae}function It(Ot,Pt,Tt,$t){return Ge(ke(Pt,Ot.length-Tt),Ot,Tt,$t)}function Ut(Ot,Pt,Tt,$t){return Ge(He(Pt),Ot,Tt,$t)}function Ft(Ot,Pt,Tt,$t){return Ut(Ot,Pt,Tt,$t)}function qt(Ot,Pt,Tt,$t){return Ge(Ie(Pt),Ot,Tt,$t)}function te(Ot,Pt,Tt,$t){return Ge(Ae(Pt,Ot.length-Tt),Ot,Tt,$t)}function Xt(Ot,Pt,Tt){return Pt===0&&Tt===Ot.length?Et.fromByteArray(Ot):Et.fromByteArray(Ot.slice(Pt,Tt))}function he(Ot,Pt,Tt){Tt=Math.min(Ot.length,Tt);for(var $t=[],jt=Pt;jt<Tt;){var Gt=Ot[jt],ae=null,xe=Gt>239?4:Gt>223?3:Gt>191?2:1;if(jt+xe<=Tt){var Ke,We,Me,Je;switch(xe){case 1:Gt<128&&(ae=Gt);break;case 2:Ke=Ot[jt+1],(192&Ke)==128&&(Je=(31&Gt)<<6|63&Ke)>127&&(ae=Je);break;case 3:Ke=Ot[jt+1],We=Ot[jt+2],(192&Ke)==128&&(192&We)==128&&(Je=(15&Gt)<<12|(63&Ke)<<6|63&We)>2047&&(Je<55296||Je>57343)&&(ae=Je);break;case 4:Ke=Ot[jt+1],We=Ot[jt+2],Me=Ot[jt+3],(192&Ke)==128&&(192&We)==128&&(192&Me)==128&&(Je=(15&Gt)<<18|(63&Ke)<<12|(63&We)<<6|63&Me)>65535&&Je<1114112&&(ae=Je)}}ae===null?(ae=65533,xe=1):ae>65535&&(ae-=65536,$t.push(ae>>>10&1023|55296),ae=56320|1023&ae),$t.push(ae),jt+=xe}return fe($t)}function fe(Ot){var Pt=Ot.length;if(Pt<=oe)return String.fromCharCode.apply(String,Ot);for(var Tt="",$t=0;$t<Pt;)Tt+=String.fromCharCode.apply(String,Ot.slice($t,$t+=oe));return Tt}function Ce(Ot,Pt,Tt){var $t="";Tt=Math.min(Ot.length,Tt);for(var jt=Pt;jt<Tt;++jt)$t+=String.fromCharCode(127&Ot[jt]);return $t}function Fe(Ot,Pt,Tt){var $t="";Tt=Math.min(Ot.length,Tt);for(var jt=Pt;jt<Tt;++jt)$t+=String.fromCharCode(Ot[jt]);return $t}function ze(Ot,Pt,Tt){var $t=Ot.length;(!Pt||Pt<0)&&(Pt=0),(!Tt||Tt<0||Tt>$t)&&(Tt=$t);for(var jt="",Gt=Pt;Gt<Tt;++Gt)jt+=qe(Ot[Gt]);return jt}function we(Ot,Pt,Tt){for(var $t=Ot.slice(Pt,Tt),jt="",Gt=0;Gt<$t.length;Gt+=2)jt+=String.fromCharCode($t[Gt]+256*$t[Gt+1]);return jt}function De(Ot,Pt,Tt){if(Ot%1!=0||Ot<0)throw new RangeError("offset is not uint");if(Ot+Pt>Tt)throw new RangeError("Trying to access beyond buffer length")}function pe(Ot,Pt,Tt,$t,jt,Gt){if(!Ct.isBuffer(Ot))throw new TypeError('"buffer" argument must be a Buffer instance');if(Pt>jt||Pt<Gt)throw new RangeError('"value" argument is out of bounds');if(Tt+$t>Ot.length)throw new RangeError("Index out of range")}function Jt(Ot,Pt,Tt,$t){Pt<0&&(Pt=65535+Pt+1);for(var jt=0,Gt=Math.min(Ot.length-Tt,2);jt<Gt;++jt)Ot[Tt+jt]=(Pt&255<<8*($t?jt:1-jt))>>>8*($t?jt:1-jt)}function re(Ot,Pt,Tt,$t){Pt<0&&(Pt=4294967295+Pt+1);for(var jt=0,Gt=Math.min(Ot.length-Tt,4);jt<Gt;++jt)Ot[Tt+jt]=Pt>>>8*($t?jt:3-jt)&255}function se(Ot,Pt,Tt,$t,jt,Gt){if(Tt+$t>Ot.length)throw new RangeError("Index out of range");if(Tt<0)throw new RangeError("Index out of range")}function ge(Ot,Pt,Tt,$t,jt){return jt||se(Ot,Pt,Tt,4,34028234663852886e22,-34028234663852886e22),At.write(Ot,Pt,Tt,$t,23,4),Tt+4}function ue(Ot,Pt,Tt,$t,jt){return jt||se(Ot,Pt,Tt,8,17976931348623157e292,-17976931348623157e292),At.write(Ot,Pt,Tt,$t,52,8),Tt+8}function je(Ot){if(Ot=Ne(Ot).replace(_t,""),Ot.length<2)return"";for(;Ot.length%4!=0;)Ot+="=";return Ot}function Ne(Ot){return Ot.trim?Ot.trim():Ot.replace(/^\s+|\s+$/g,"")}function qe(Ot){return Ot<16?"0"+Ot.toString(16):Ot.toString(16)}function ke(Ot,Pt){Pt=Pt||1/0;for(var Tt,$t=Ot.length,jt=null,Gt=[],ae=0;ae<$t;++ae){if((Tt=Ot.charCodeAt(ae))>55295&&Tt<57344){if(!jt){if(Tt>56319){(Pt-=3)>-1&&Gt.push(239,191,189);continue}if(ae+1===$t){(Pt-=3)>-1&&Gt.push(239,191,189);continue}jt=Tt;continue}if(Tt<56320){(Pt-=3)>-1&&Gt.push(239,191,189),jt=Tt;continue}Tt=65536+(jt-55296<<10|Tt-56320)}else jt&&(Pt-=3)>-1&&Gt.push(239,191,189);if(jt=null,Tt<128){if((Pt-=1)<0)break;Gt.push(Tt)}else if(Tt<2048){if((Pt-=2)<0)break;Gt.push(Tt>>6|192,63&Tt|128)}else if(Tt<65536){if((Pt-=3)<0)break;Gt.push(Tt>>12|224,Tt>>6&63|128,63&Tt|128)}else{if(!(Tt<1114112))throw new Error("Invalid code point");if((Pt-=4)<0)break;Gt.push(Tt>>18|240,Tt>>12&63|128,Tt>>6&63|128,63&Tt|128)}}return Gt}function He(Ot){for(var Pt=[],Tt=0;Tt<Ot.length;++Tt)Pt.push(255&Ot.charCodeAt(Tt));return Pt}function Ae(Ot,Pt){for(var Tt,$t,jt,Gt=[],ae=0;ae<Ot.length&&!((Pt-=2)<0);++ae)Tt=Ot.charCodeAt(ae),$t=Tt>>8,jt=Tt%256,Gt.push(jt),Gt.push($t);return Gt}function Ie(Ot){return Et.toByteArray(je(Ot))}function Ge(Ot,Pt,Tt,$t){for(var jt=0;jt<$t&&!(jt+Tt>=Pt.length||jt>=Ot.length);++jt)Pt[jt+Tt]=Ot[jt];return jt}function ie(Ot){return Ot!==Ot}var Et=Qt(21),At=Qt(22),Yt=Qt(23);wt.Buffer=Ct,wt.SlowBuffer=lt,wt.INSPECT_MAX_BYTES=50,Ct.TYPED_ARRAY_SUPPORT=Vt.TYPED_ARRAY_SUPPORT!==void 0?Vt.TYPED_ARRAY_SUPPORT:function(){try{var Ot=new Uint8Array(1);return Ot.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},Ot.foo()===42&&typeof Ot.subarray=="function"&&Ot.subarray(1,1).byteLength===0}catch(Pt){return!1}}(),wt.kMaxLength=Bt(),Ct.poolSize=8192,Ct._augment=function(Ot){return Ot.__proto__=Ct.prototype,Ot},Ct.from=function(Ot,Pt,Tt){return Mt(null,Ot,Pt,Tt)},Ct.TYPED_ARRAY_SUPPORT&&(Ct.prototype.__proto__=Uint8Array.prototype,Ct.__proto__=Uint8Array,typeof Symbol!="undefined"&&Symbol.species&&Ct[Symbol.species]===Ct&&Object.defineProperty(Ct,Symbol.species,{value:null,configurable:!0})),Ct.alloc=function(Ot,Pt,Tt){return St(null,Ot,Pt,Tt)},Ct.allocUnsafe=function(Ot){return kt(null,Ot)},Ct.allocUnsafeSlow=function(Ot){return kt(null,Ot)},Ct.isBuffer=function(Ot){return!(Ot==null||!Ot._isBuffer)},Ct.compare=function(Ot,Pt){if(!Ct.isBuffer(Ot)||!Ct.isBuffer(Pt))throw new TypeError("Arguments must be Buffers");if(Ot===Pt)return 0;for(var Tt=Ot.length,$t=Pt.length,jt=0,Gt=Math.min(Tt,$t);jt<Gt;++jt)if(Ot[jt]!==Pt[jt]){Tt=Ot[jt],$t=Pt[jt];break}return Tt<$t?-1:$t<Tt?1:0},Ct.isEncoding=function(Ot){switch(String(Ot).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},Ct.concat=function(Ot,Pt){if(!Yt(Ot))throw new TypeError('"list" argument must be an Array of Buffers');if(Ot.length===0)return Ct.alloc(0);var Tt;if(Pt===void 0)for(Pt=0,Tt=0;Tt<Ot.length;++Tt)Pt+=Ot[Tt].length;var $t=Ct.allocUnsafe(Pt),jt=0;for(Tt=0;Tt<Ot.length;++Tt){var Gt=Ot[Tt];if(!Ct.isBuffer(Gt))throw new TypeError('"list" argument must be an Array of Buffers');Gt.copy($t,jt),jt+=Gt.length}return $t},Ct.byteLength=ot,Ct.prototype._isBuffer=!0,Ct.prototype.swap16=function(){var Ot=this.length;if(Ot%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var Pt=0;Pt<Ot;Pt+=2)ct(this,Pt,Pt+1);return this},Ct.prototype.swap32=function(){var Ot=this.length;if(Ot%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var Pt=0;Pt<Ot;Pt+=4)ct(this,Pt,Pt+3),ct(this,Pt+1,Pt+2);return this},Ct.prototype.swap64=function(){var Ot=this.length;if(Ot%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var Pt=0;Pt<Ot;Pt+=8)ct(this,Pt,Pt+7),ct(this,Pt+1,Pt+6),ct(this,Pt+2,Pt+5),ct(this,Pt+3,Pt+4);return this},Ct.prototype.toString=function(){var Ot=0|this.length;return Ot===0?"":arguments.length===0?he(this,0,Ot):ut.apply(this,arguments)},Ct.prototype.equals=function(Ot){if(!Ct.isBuffer(Ot))throw new TypeError("Argument must be a Buffer");return this===Ot||Ct.compare(this,Ot)===0},Ct.prototype.inspect=function(){var Ot="",Pt=wt.INSPECT_MAX_BYTES;return this.length>0&&(Ot=this.toString("hex",0,Pt).match(/.{2}/g).join(" "),this.length>Pt&&(Ot+=" ... ")),"<Buffer "+Ot+">"},Ct.prototype.compare=function(Ot,Pt,Tt,$t,jt){if(!Ct.isBuffer(Ot))throw new TypeError("Argument must be a Buffer");if(Pt===void 0&&(Pt=0),Tt===void 0&&(Tt=Ot?Ot.length:0),$t===void 0&&($t=0),jt===void 0&&(jt=this.length),Pt<0||Tt>Ot.length||$t<0||jt>this.length)throw new RangeError("out of range index");if($t>=jt&&Pt>=Tt)return 0;if($t>=jt)return-1;if(Pt>=Tt)return 1;if(Pt>>>=0,Tt>>>=0,$t>>>=0,jt>>>=0,this===Ot)return 0;for(var Gt=jt-$t,ae=Tt-Pt,xe=Math.min(Gt,ae),Ke=this.slice($t,jt),We=Ot.slice(Pt,Tt),Me=0;Me<xe;++Me)if(Ke[Me]!==We[Me]){Gt=Ke[Me],ae=We[Me];break}return Gt<ae?-1:ae<Gt?1:0},Ct.prototype.includes=function(Ot,Pt,Tt){return this.indexOf(Ot,Pt,Tt)!==-1},Ct.prototype.indexOf=function(Ot,Pt,Tt){return ft(this,Ot,Pt,Tt,!0)},Ct.prototype.lastIndexOf=function(Ot,Pt,Tt){return ft(this,Ot,Pt,Tt,!1)},Ct.prototype.write=function(Ot,Pt,Tt,$t){if(Pt===void 0)$t="utf8",Tt=this.length,Pt=0;else if(Tt===void 0&&typeof Pt=="string")$t=Pt,Tt=this.length,Pt=0;else{if(!isFinite(Pt))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");Pt|=0,isFinite(Tt)?(Tt|=0,$t===void 0&&($t="utf8")):($t=Tt,Tt=void 0)}var jt=this.length-Pt;if((Tt===void 0||Tt>jt)&&(Tt=jt),Ot.length>0&&(Tt<0||Pt<0)||Pt>this.length)throw new RangeError("Attempt to write outside buffer bounds");$t||($t="utf8");for(var Gt=!1;;)switch($t){case"hex":return Lt(this,Ot,Pt,Tt);case"utf8":case"utf-8":return It(this,Ot,Pt,Tt);case"ascii":return Ut(this,Ot,Pt,Tt);case"latin1":case"binary":return Ft(this,Ot,Pt,Tt);case"base64":return qt(this,Ot,Pt,Tt);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return te(this,Ot,Pt,Tt);default:if(Gt)throw new TypeError("Unknown encoding: "+$t);$t=(""+$t).toLowerCase(),Gt=!0}},Ct.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var oe=4096;Ct.prototype.slice=function(Ot,Pt){var Tt=this.length;Ot=~~Ot,Pt=Pt===void 0?Tt:~~Pt,Ot<0?(Ot+=Tt)<0&&(Ot=0):Ot>Tt&&(Ot=Tt),Pt<0?(Pt+=Tt)<0&&(Pt=0):Pt>Tt&&(Pt=Tt),Pt<Ot&&(Pt=Ot);var $t;if(Ct.TYPED_ARRAY_SUPPORT)$t=this.subarray(Ot,Pt),$t.__proto__=Ct.prototype;else{var jt=Pt-Ot;$t=new Ct(jt,void 0);for(var Gt=0;Gt<jt;++Gt)$t[Gt]=this[Gt+Ot]}return $t},Ct.prototype.readUIntLE=function(Ot,Pt,Tt){Ot|=0,Pt|=0,Tt||De(Ot,Pt,this.length);for(var $t=this[Ot],jt=1,Gt=0;++Gt<Pt&&(jt*=256);)$t+=this[Ot+Gt]*jt;return $t},Ct.prototype.readUIntBE=function(Ot,Pt,Tt){Ot|=0,Pt|=0,Tt||De(Ot,Pt,this.length);for(var $t=this[Ot+--Pt],jt=1;Pt>0&&(jt*=256);)$t+=this[Ot+--Pt]*jt;return $t},Ct.prototype.readUInt8=function(Ot,Pt){return Pt||De(Ot,1,this.length),this[Ot]},Ct.prototype.readUInt16LE=function(Ot,Pt){return Pt||De(Ot,2,this.length),this[Ot]|this[Ot+1]<<8},Ct.prototype.readUInt16BE=function(Ot,Pt){return Pt||De(Ot,2,this.length),this[Ot]<<8|this[Ot+1]},Ct.prototype.readUInt32LE=function(Ot,Pt){return Pt||De(Ot,4,this.length),(this[Ot]|this[Ot+1]<<8|this[Ot+2]<<16)+16777216*this[Ot+3]},Ct.prototype.readUInt32BE=function(Ot,Pt){return Pt||De(Ot,4,this.length),16777216*this[Ot]+(this[Ot+1]<<16|this[Ot+2]<<8|this[Ot+3])},Ct.prototype.readIntLE=function(Ot,Pt,Tt){Ot|=0,Pt|=0,Tt||De(Ot,Pt,this.length);for(var $t=this[Ot],jt=1,Gt=0;++Gt<Pt&&(jt*=256);)$t+=this[Ot+Gt]*jt;return jt*=128,$t>=jt&&($t-=Math.pow(2,8*Pt)),$t},Ct.prototype.readIntBE=function(Ot,Pt,Tt){Ot|=0,Pt|=0,Tt||De(Ot,Pt,this.length);for(var $t=Pt,jt=1,Gt=this[Ot+--$t];$t>0&&(jt*=256);)Gt+=this[Ot+--$t]*jt;return jt*=128,Gt>=jt&&(Gt-=Math.pow(2,8*Pt)),Gt},Ct.prototype.readInt8=function(Ot,Pt){return Pt||De(Ot,1,this.length),128&this[Ot]?-1*(255-this[Ot]+1):this[Ot]},Ct.prototype.readInt16LE=function(Ot,Pt){Pt||De(Ot,2,this.length);var Tt=this[Ot]|this[Ot+1]<<8;return 32768&Tt?4294901760|Tt:Tt},Ct.prototype.readInt16BE=function(Ot,Pt){Pt||De(Ot,2,this.length);var Tt=this[Ot+1]|this[Ot]<<8;return 32768&Tt?4294901760|Tt:Tt},Ct.prototype.readInt32LE=function(Ot,Pt){return Pt||De(Ot,4,this.length),this[Ot]|this[Ot+1]<<8|this[Ot+2]<<16|this[Ot+3]<<24},Ct.prototype.readInt32BE=function(Ot,Pt){return Pt||De(Ot,4,this.length),this[Ot]<<24|this[Ot+1]<<16|this[Ot+2]<<8|this[Ot+3]},Ct.prototype.readFloatLE=function(Ot,Pt){return Pt||De(Ot,4,this.length),At.read(this,Ot,!0,23,4)},Ct.prototype.readFloatBE=function(Ot,Pt){return Pt||De(Ot,4,this.length),At.read(this,Ot,!1,23,4)},Ct.prototype.readDoubleLE=function(Ot,Pt){return Pt||De(Ot,8,this.length),At.read(this,Ot,!0,52,8)},Ct.prototype.readDoubleBE=function(Ot,Pt){return Pt||De(Ot,8,this.length),At.read(this,Ot,!1,52,8)},Ct.prototype.writeUIntLE=function(Ot,Pt,Tt,$t){Ot=+Ot,Pt|=0,Tt|=0,!$t&&pe(this,Ot,Pt,Tt,Math.pow(2,8*Tt)-1,0);var jt=1,Gt=0;for(this[Pt]=255&Ot;++Gt<Tt&&(jt*=256);)this[Pt+Gt]=Ot/jt&255;return Pt+Tt},Ct.prototype.writeUIntBE=function(Ot,Pt,Tt,$t){Ot=+Ot,Pt|=0,Tt|=0,!$t&&pe(this,Ot,Pt,Tt,Math.pow(2,8*Tt)-1,0);var jt=Tt-1,Gt=1;for(this[Pt+jt]=255&Ot;--jt>=0&&(Gt*=256);)this[Pt+jt]=Ot/Gt&255;return Pt+Tt},Ct.prototype.writeUInt8=function(Ot,Pt,Tt){return Ot=+Ot,Pt|=0,Tt||pe(this,Ot,Pt,1,255,0),Ct.TYPED_ARRAY_SUPPORT||(Ot=Math.floor(Ot)),this[Pt]=255&Ot,Pt+1},Ct.prototype.writeUInt16LE=function(Ot,Pt,Tt){return Ot=+Ot,Pt|=0,Tt||pe(this,Ot,Pt,2,65535,0),Ct.TYPED_ARRAY_SUPPORT?(this[Pt]=255&Ot,this[Pt+1]=Ot>>>8):Jt(this,Ot,Pt,!0),Pt+2},Ct.prototype.writeUInt16BE=function(Ot,Pt,Tt){return Ot=+Ot,Pt|=0,Tt||pe(this,Ot,Pt,2,65535,0),Ct.TYPED_ARRAY_SUPPORT?(this[Pt]=Ot>>>8,this[Pt+1]=255&Ot):Jt(this,Ot,Pt,!1),Pt+2},Ct.prototype.writeUInt32LE=function(Ot,Pt,Tt){return Ot=+Ot,Pt|=0,Tt||pe(this,Ot,Pt,4,4294967295,0),Ct.TYPED_ARRAY_SUPPORT?(this[Pt+3]=Ot>>>24,this[Pt+2]=Ot>>>16,this[Pt+1]=Ot>>>8,this[Pt]=255&Ot):re(this,Ot,Pt,!0),Pt+4},Ct.prototype.writeUInt32BE=function(Ot,Pt,Tt){return Ot=+Ot,Pt|=0,Tt||pe(this,Ot,Pt,4,4294967295,0),Ct.TYPED_ARRAY_SUPPORT?(this[Pt]=Ot>>>24,this[Pt+1]=Ot>>>16,this[Pt+2]=Ot>>>8,this[Pt+3]=255&Ot):re(this,Ot,Pt,!1),Pt+4},Ct.prototype.writeIntLE=function(Ot,Pt,Tt,$t){if(Ot=+Ot,Pt|=0,!$t){var jt=Math.pow(2,8*Tt-1);pe(this,Ot,Pt,Tt,jt-1,-jt)}var Gt=0,ae=1,xe=0;for(this[Pt]=255&Ot;++Gt<Tt&&(ae*=256);)Ot<0&&xe===0&&this[Pt+Gt-1]!==0&&(xe=1),this[Pt+Gt]=(Ot/ae>>0)-xe&255;return Pt+Tt},Ct.prototype.writeIntBE=function(Ot,Pt,Tt,$t){if(Ot=+Ot,Pt|=0,!$t){var jt=Math.pow(2,8*Tt-1);pe(this,Ot,Pt,Tt,jt-1,-jt)}var Gt=Tt-1,ae=1,xe=0;for(this[Pt+Gt]=255&Ot;--Gt>=0&&(ae*=256);)Ot<0&&xe===0&&this[Pt+Gt+1]!==0&&(xe=1),this[Pt+Gt]=(Ot/ae>>0)-xe&255;return Pt+Tt},Ct.prototype.writeInt8=function(Ot,Pt,Tt){return Ot=+Ot,Pt|=0,Tt||pe(this,Ot,Pt,1,127,-128),Ct.TYPED_ARRAY_SUPPORT||(Ot=Math.floor(Ot)),Ot<0&&(Ot=255+Ot+1),this[Pt]=255&Ot,Pt+1},Ct.prototype.writeInt16LE=function(Ot,Pt,Tt){return Ot=+Ot,Pt|=0,Tt||pe(this,Ot,Pt,2,32767,-32768),Ct.TYPED_ARRAY_SUPPORT?(this[Pt]=255&Ot,this[Pt+1]=Ot>>>8):Jt(this,Ot,Pt,!0),Pt+2},Ct.prototype.writeInt16BE=function(Ot,Pt,Tt){return Ot=+Ot,Pt|=0,Tt||pe(this,Ot,Pt,2,32767,-32768),Ct.TYPED_ARRAY_SUPPORT?(this[Pt]=Ot>>>8,this[Pt+1]=255&Ot):Jt(this,Ot,Pt,!1),Pt+2},Ct.prototype.writeInt32LE=function(Ot,Pt,Tt){return Ot=+Ot,Pt|=0,Tt||pe(this,Ot,Pt,4,2147483647,-2147483648),Ct.TYPED_ARRAY_SUPPORT?(this[Pt]=255&Ot,this[Pt+1]=Ot>>>8,this[Pt+2]=Ot>>>16,this[Pt+3]=Ot>>>24):re(this,Ot,Pt,!0),Pt+4},Ct.prototype.writeInt32BE=function(Ot,Pt,Tt){return Ot=+Ot,Pt|=0,Tt||pe(this,Ot,Pt,4,2147483647,-2147483648),Ot<0&&(Ot=4294967295+Ot+1),Ct.TYPED_ARRAY_SUPPORT?(this[Pt]=Ot>>>24,this[Pt+1]=Ot>>>16,this[Pt+2]=Ot>>>8,this[Pt+3]=255&Ot):re(this,Ot,Pt,!1),Pt+4},Ct.prototype.writeFloatLE=function(Ot,Pt,Tt){return ge(this,Ot,Pt,!0,Tt)},Ct.prototype.writeFloatBE=function(Ot,Pt,Tt){return ge(this,Ot,Pt,!1,Tt)},Ct.prototype.writeDoubleLE=function(Ot,Pt,Tt){return ue(this,Ot,Pt,!0,Tt)},Ct.prototype.writeDoubleBE=function(Ot,Pt,Tt){return ue(this,Ot,Pt,!1,Tt)},Ct.prototype.copy=function(Ot,Pt,Tt,$t){if(Tt||(Tt=0),$t||$t===0||($t=this.length),Pt>=Ot.length&&(Pt=Ot.length),Pt||(Pt=0),$t>0&&$t<Tt&&($t=Tt),$t===Tt||Ot.length===0||this.length===0)return 0;if(Pt<0)throw new RangeError("targetStart out of bounds");if(Tt<0||Tt>=this.length)throw new RangeError("sourceStart out of bounds");if($t<0)throw new RangeError("sourceEnd out of bounds");$t>this.length&&($t=this.length),Ot.length-Pt<$t-Tt&&($t=Ot.length-Pt+Tt);var jt,Gt=$t-Tt;if(this===Ot&&Tt<Pt&&Pt<$t)for(jt=Gt-1;jt>=0;--jt)Ot[jt+Pt]=this[jt+Tt];else if(Gt<1e3||!Ct.TYPED_ARRAY_SUPPORT)for(jt=0;jt<Gt;++jt)Ot[jt+Pt]=this[jt+Tt];else Uint8Array.prototype.set.call(Ot,this.subarray(Tt,Tt+Gt),Pt);return Gt},Ct.prototype.fill=function(Ot,Pt,Tt,$t){if(typeof Ot=="string"){if(typeof Pt=="string"?($t=Pt,Pt=0,Tt=this.length):typeof Tt=="string"&&($t=Tt,Tt=this.length),Ot.length===1){var jt=Ot.charCodeAt(0);jt<256&&(Ot=jt)}if($t!==void 0&&typeof $t!="string")throw new TypeError("encoding must be a string");if(typeof $t=="string"&&!Ct.isEncoding($t))throw new TypeError("Unknown encoding: "+$t)}else typeof Ot=="number"&&(Ot&=255);if(Pt<0||this.length<Pt||this.length<Tt)throw new RangeError("Out of range index");if(Tt<=Pt)return this;Pt>>>=0,Tt=Tt===void 0?this.length:Tt>>>0,Ot||(Ot=0);var Gt;if(typeof Ot=="number")for(Gt=Pt;Gt<Tt;++Gt)this[Gt]=Ot;else{var ae=Ct.isBuffer(Ot)?Ot:ke(new Ct(Ot,$t).toString()),xe=ae.length;for(Gt=0;Gt<Tt-Pt;++Gt)this[Gt+Pt]=ae[Gt%xe]}return this};var _t=/[^+\/0-9A-Za-z-_]/g}).call(wt,Qt(20))},function(ee,wt){var Qt;Qt=function(){return this}();try{Qt=Qt||Function("return this")()||(0,eval)("this")}catch(Vt){typeof window=="object"&&(Qt=window)}ee.exports=Qt},function(ee,wt,Qt){"use strict";function Vt(tt){var lt=tt.length;if(lt%4>0)throw new Error("Invalid string. Length must be a multiple of 4");return tt[lt-2]==="="?2:tt[lt-1]==="="?1:0}function Bt(tt){return 3*tt.length/4-Vt(tt)}function zt(tt){var lt,ot,ut,ct,ft,gt=tt.length;ct=Vt(tt),ft=new xt(3*gt/4-ct),ot=ct>0?gt-4:gt;var Lt=0;for(lt=0;lt<ot;lt+=4)ut=kt[tt.charCodeAt(lt)]<<18|kt[tt.charCodeAt(lt+1)]<<12|kt[tt.charCodeAt(lt+2)]<<6|kt[tt.charCodeAt(lt+3)],ft[Lt++]=ut>>16&255,ft[Lt++]=ut>>8&255,ft[Lt++]=255&ut;return ct===2?(ut=kt[tt.charCodeAt(lt)]<<2|kt[tt.charCodeAt(lt+1)]>>4,ft[Lt++]=255&ut):ct===1&&(ut=kt[tt.charCodeAt(lt)]<<10|kt[tt.charCodeAt(lt+1)]<<4|kt[tt.charCodeAt(lt+2)]>>2,ft[Lt++]=ut>>8&255,ft[Lt++]=255&ut),ft}function Ct(tt){return St[tt>>18&63]+St[tt>>12&63]+St[tt>>6&63]+St[63&tt]}function Mt(tt,lt,ot){for(var ut,ct=[],ft=lt;ft<ot;ft+=3)ut=(tt[ft]<<16)+(tt[ft+1]<<8)+tt[ft+2],ct.push(Ct(ut));return ct.join("")}function Rt(tt){for(var lt,ot=tt.length,ut=ot%3,ct="",ft=[],gt=0,Lt=ot-ut;gt<Lt;gt+=16383)ft.push(Mt(tt,gt,gt+16383>Lt?Lt:gt+16383));return ut===1?(lt=tt[ot-1],ct+=St[lt>>2],ct+=St[lt<<4&63],ct+="=="):ut===2&&(lt=(tt[ot-2]<<8)+tt[ot-1],ct+=St[lt>>10],ct+=St[lt>>4&63],ct+=St[lt<<2&63],ct+="="),ft.push(ct),ft.join("")}wt.byteLength=Bt,wt.toByteArray=zt,wt.fromByteArray=Rt;for(var St=[],kt=[],xt=typeof Uint8Array!="undefined"?Uint8Array:Array,Dt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",yt=0,et=Dt.length;yt<et;++yt)St[yt]=Dt[yt],kt[Dt.charCodeAt(yt)]=yt;kt[45]=62,kt[95]=63},function(ee,wt){wt.read=function(Qt,Vt,Bt,zt,Ct){var Mt,Rt,St=8*Ct-zt-1,kt=(1<<St)-1,xt=kt>>1,Dt=-7,yt=Bt?Ct-1:0,et=Bt?-1:1,tt=Qt[Vt+yt];for(yt+=et,Mt=tt&(1<<-Dt)-1,tt>>=-Dt,Dt+=St;Dt>0;Mt=256*Mt+Qt[Vt+yt],yt+=et,Dt-=8);for(Rt=Mt&(1<<-Dt)-1,Mt>>=-Dt,Dt+=zt;Dt>0;Rt=256*Rt+Qt[Vt+yt],yt+=et,Dt-=8);if(Mt===0)Mt=1-xt;else{if(Mt===kt)return Rt?NaN:1/0*(tt?-1:1);Rt+=Math.pow(2,zt),Mt-=xt}return(tt?-1:1)*Rt*Math.pow(2,Mt-zt)},wt.write=function(Qt,Vt,Bt,zt,Ct,Mt){var Rt,St,kt,xt=8*Mt-Ct-1,Dt=(1<<xt)-1,yt=Dt>>1,et=Ct===23?Math.pow(2,-24)-Math.pow(2,-77):0,tt=zt?0:Mt-1,lt=zt?1:-1,ot=Vt<0||Vt===0&&1/Vt<0?1:0;for(Vt=Math.abs(Vt),isNaN(Vt)||Vt===1/0?(St=isNaN(Vt)?1:0,Rt=Dt):(Rt=Math.floor(Math.log(Vt)/Math.LN2),Vt*(kt=Math.pow(2,-Rt))<1&&(Rt--,kt*=2),Vt+=Rt+yt>=1?et/kt:et*Math.pow(2,1-yt),Vt*kt>=2&&(Rt++,kt/=2),Rt+yt>=Dt?(St=0,Rt=Dt):Rt+yt>=1?(St=(Vt*kt-1)*Math.pow(2,Ct),Rt+=yt):(St=Vt*Math.pow(2,yt-1)*Math.pow(2,Ct),Rt=0));Ct>=8;Qt[Bt+tt]=255&St,tt+=lt,St/=256,Ct-=8);for(Rt=Rt<<Ct|St,xt+=Ct;xt>0;Qt[Bt+tt]=255&Rt,tt+=lt,Rt/=256,xt-=8);Qt[Bt+tt-lt]|=128*ot}},function(ee,wt){var Qt={}.toString;ee.exports=Array.isArray||function(Vt){return Qt.call(Vt)=="[object Array]"}},function(ee,wt,Qt){"use strict";function Vt(Ct,Mt){if(!(Ct instanceof Mt))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var Bt=function(){function Ct(Mt,Rt){for(var St=0;St<Rt.length;St++){var kt=Rt[St];kt.enumerable=kt.enumerable||!1,kt.configurable=!0,"value"in kt&&(kt.writable=!0),Object.defineProperty(Mt,kt.key,kt)}}return function(Mt,Rt,St){return Rt&&Ct(Mt.prototype,Rt),St&&Ct(Mt,St),Mt}}(),zt=function(){function Ct(){Vt(this,Ct)}return Bt(Ct,null,[{key:"set",value:function(Mt,Rt){try{window.localStorage&&localStorage.setItem(Mt,Rt)}catch(St){window[Mt+"_localStorage"]=Rt}}},{key:"get",value:function(Mt){try{if(window.localStorage)return localStorage.getItem(Mt)}catch(Rt){return window[Mt+"_localStorage"]}return""}},{key:"remove",value:function(Mt){try{window.localStorage&&localStorage.removeItem(Mt)}catch(Rt){delete window[Mt+"_localStorage"]}}}]),Ct}();wt.default=zt},function(ee,wt,Qt){"use strict";function Vt(Ct,Mt){if(!(Ct instanceof Mt))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var Bt=function(){function Ct(Mt,Rt){for(var St=0;St<Rt.length;St++){var kt=Rt[St];kt.enumerable=kt.enumerable||!1,kt.configurable=!0,"value"in kt&&(kt.writable=!0),Object.defineProperty(Mt,kt.key,kt)}}return function(Mt,Rt,St){return Rt&&Ct(Mt.prototype,Rt),St&&Ct(Mt,St),Mt}}(),zt=function(){function Ct(){Vt(this,Ct)}return Bt(Ct,null,[{key:"get",value:function(Mt){for(var Rt=Mt+"",St=document.cookie.split(";"),kt=0;kt<St.length;kt++){var xt=St[kt].trim();if(xt.indexOf(Rt)==0)return unescape(xt.substring(Rt.length+1,xt.length))}return""}},{key:"set",value:function(Mt,Rt,St){var kt=new Date;kt.setTime(kt.getTime()+24*St*60*60*1e3);var xt="expires="+kt.toGMTString();document.cookie=Mt+"="+escape(Rt)+"; "+xt}}]),Ct}();wt.default=zt},function(ee,wt,Qt){"use strict";function Vt(xt){return xt&&xt.__esModule?xt:{default:xt}}function Bt(xt,Dt){if(!(xt instanceof Dt))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var zt=function(){function xt(Dt,yt){for(var et=0;et<yt.length;et++){var tt=yt[et];tt.enumerable=tt.enumerable||!1,tt.configurable=!0,"value"in tt&&(tt.writable=!0),Object.defineProperty(Dt,tt.key,tt)}}return function(Dt,yt,et){return yt&&xt(Dt.prototype,yt),et&&xt(Dt,et),Dt}}(),Ct=Qt(8),Mt=Vt(Ct),Rt=Qt(9),St=Vt(Rt),kt=function(){function xt(){Bt(this,xt)}return zt(xt,null,[{key:"refreshUploadAuth",value:function(Dt,yt,et){var tt=(St.default.randomUUID(),St.default.randomUUID()),lt={AccessKeyId:Dt.accessKeyId,SecurityToken:Dt.securityToken,Action:"RefreshUploadVideo",VideoId:Dt.videoId,Version:"2017-03-21",Format:"JSON",SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0",SignatureNonce:tt,RequestId:Dt.requestId},ot=St.default.makeUTF8sort(lt,"=","&")+"&Signature="+St.default.aliyunEncodeURI(St.default.makeChangeSiga(lt,Dt.accessKeySecret)),ut="https://vod."+Dt.region+".aliyuncs.com/?"+ot;Mt.default.get(ut,function(ft){var ft=JSON.parse(ft);yt&&yt(ft)},function(ct){if(et){var ft=JSON.parse(ct);et(ft)}})}},{key:"getUploadAuth",value:function(Dt,yt,et){var tt=(St.default.randomUUID(),St.default.randomUUID()),lt={AccessKeyId:Dt.accessKeyId,SecurityToken:Dt.securityToken,Action:"CreateUploadVideo",Title:Dt.title,FileName:Dt.fileName,Version:"2017-03-21",Format:"JSON",SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0",SignatureNonce:tt,RequestId:Dt.requestId};Dt.fileSize&&(lt.FileSize=Dt.fileSize),Dt.description&&(lt.Description=Dt.description),Dt.cateId&&(lt.CateId=Dt.cateId),Dt.tags&&(lt.Tags=Dt.tags),Dt.templateGroupId&&(lt.TemplateGroupId=Dt.templateGroupId),Dt.storageLocation&&(lt.StorageLocation=Dt.storageLocation),Dt.coverUrl&&(lt.CoverURL=Dt.coverUrl),Dt.transCodeMode&&(lt.TransCodeMode=Dt.transCodeMode),Dt.userData&&(lt.UserData=JSON.stringify(Dt.userData));var ot=St.default.makeUTF8sort(lt,"=","&")+"&Signature="+St.default.aliyunEncodeURI(St.default.makeChangeSiga(lt,Dt.accessKeySecret)),ut="https://vod."+Dt.region+".aliyuncs.com/?"+ot;Mt.default.get(ut,function(ct){try{ct=JSON.parse(ct)}catch(ft){if(et)return void et({Code:"GetUploadAuthFailed",Message:"\u83B7\u53D6uploadauth\u5931\u8D25"})}yt&&yt(ct)},function(ct){if(et){var ft={Code:"GetUploadAuthFailed",Message:"\u83B7\u53D6uploadauth\u5931\u8D25"};try{ft=JSON.parse(ct)}catch(gt){}et(ft)}})}},{key:"getImageUploadAuth",value:function(Dt,yt,et){var tt=(St.default.randomUUID(),St.default.randomUUID()),lt={AccessKeyId:Dt.accessKeyId,SecurityToken:Dt.securityToken,Action:"CreateUploadImage",ImageType:Dt.imageType?Dt.imageType:"default",Version:"2017-03-21",Format:"JSON",SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0",SignatureNonce:tt,RequestId:Dt.requestId};Dt.title&&(lt.Title=Dt.title),Dt.imageExt&&(lt.ImageExt=Dt.imageExt),Dt.tags&&(lt.Tags=Dt.tags),Dt.storageLocation&&(lt.StorageLocation=Dt.storageLocation);var ot=St.default.makeUTF8sort(lt,"=","&")+"&Signature="+St.default.aliyunEncodeURI(St.default.makeChangeSiga(lt,Dt.accessKeySecret)),ut="https://vod."+Dt.region+".aliyuncs.com/?"+ot;Mt.default.get(ut,function(ct){ct=JSON.parse(ct),yt&&yt(ct)},function(ct){if(et){var ft=JSON.parse(ct);et(ft)}})}}]),xt}();wt.default=kt},function(ee,wt,Qt){(function(Vt,Bt,zt){ee.exports=wt=Bt(Qt(0),Qt(28),Qt(29))})(0,function(Vt){return Vt.HmacSHA1})},function(ee,wt,Qt){(function(Vt,Bt){ee.exports=wt=Bt(Qt(0))})(0,function(Vt){return function(){var Bt=Vt,zt=Bt.lib,Ct=zt.WordArray,Mt=zt.Hasher,Rt=Bt.algo,St=[],kt=Rt.SHA1=Mt.extend({_doReset:function(){this._hash=new Ct.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(xt,Dt){for(var yt=this._hash.words,et=yt[0],tt=yt[1],lt=yt[2],ot=yt[3],ut=yt[4],ct=0;ct<80;ct++){if(ct<16)St[ct]=0|xt[Dt+ct];else{var ft=St[ct-3]^St[ct-8]^St[ct-14]^St[ct-16];St[ct]=ft<<1|ft>>>31}var gt=(et<<5|et>>>27)+ut+St[ct];gt+=ct<20?1518500249+(tt&lt|~tt&ot):ct<40?1859775393+(tt^lt^ot):ct<60?(tt&lt|tt&ot|lt&ot)-1894007588:(tt^lt^ot)-899497514,ut=ot,ot=lt,lt=tt<<30|tt>>>2,tt=et,et=gt}yt[0]=yt[0]+et|0,yt[1]=yt[1]+tt|0,yt[2]=yt[2]+lt|0,yt[3]=yt[3]+ot|0,yt[4]=yt[4]+ut|0},_doFinalize:function(){var xt=this._data,Dt=xt.words,yt=8*this._nDataBytes,et=8*xt.sigBytes;return Dt[et>>>5]|=128<<24-et%32,Dt[14+(et+64>>>9<<4)]=Math.floor(yt/4294967296),Dt[15+(et+64>>>9<<4)]=yt,xt.sigBytes=4*Dt.length,this._process(),this._hash},clone:function(){var xt=Mt.clone.call(this);return xt._hash=this._hash.clone(),xt}});Bt.SHA1=Mt._createHelper(kt),Bt.HmacSHA1=Mt._createHmacHelper(kt)}(),Vt.SHA1})},function(ee,wt,Qt){(function(Vt,Bt){ee.exports=wt=Bt(Qt(0))})(0,function(Vt){(function(){var Bt=Vt,zt=Bt.lib,Ct=zt.Base,Mt=Bt.enc,Rt=Mt.Utf8,St=Bt.algo;St.HMAC=Ct.extend({init:function(kt,xt){kt=this._hasher=new kt.init,typeof xt=="string"&&(xt=Rt.parse(xt));var Dt=kt.blockSize,yt=4*Dt;xt.sigBytes>yt&&(xt=kt.finalize(xt)),xt.clamp();for(var et=this._oKey=xt.clone(),tt=this._iKey=xt.clone(),lt=et.words,ot=tt.words,ut=0;ut<Dt;ut++)lt[ut]^=1549556828,ot[ut]^=909522486;et.sigBytes=tt.sigBytes=yt,this.reset()},reset:function(){var kt=this._hasher;kt.reset(),kt.update(this._iKey)},update:function(kt){return this._hasher.update(kt),this},finalize:function(kt){var xt=this._hasher,Dt=xt.finalize(kt);return xt.reset(),xt.finalize(this._oKey.clone().concat(Dt))}})})()})},function(ee,wt,Qt){(function(Vt,Bt){ee.exports=wt=Bt(Qt(0))})(0,function(Vt){return function(){function Bt(St,kt,xt){for(var Dt=[],yt=0,et=0;et<kt;et++)if(et%4){var tt=xt[St.charCodeAt(et-1)]<<et%4*2,lt=xt[St.charCodeAt(et)]>>>6-et%4*2;Dt[yt>>>2]|=(tt|lt)<<24-yt%4*8,yt++}return Mt.create(Dt,yt)}var zt=Vt,Ct=zt.lib,Mt=Ct.WordArray,Rt=zt.enc;Rt.Base64={stringify:function(St){var kt=St.words,xt=St.sigBytes,Dt=this._map;St.clamp();for(var yt=[],et=0;et<xt;et+=3)for(var tt=kt[et>>>2]>>>24-et%4*8&255,lt=kt[et+1>>>2]>>>24-(et+1)%4*8&255,ot=kt[et+2>>>2]>>>24-(et+2)%4*8&255,ut=tt<<16|lt<<8|ot,ct=0;ct<4&&et+.75*ct<xt;ct++)yt.push(Dt.charAt(ut>>>6*(3-ct)&63));var ft=Dt.charAt(64);if(ft)for(;yt.length%4;)yt.push(ft);return yt.join("")},parse:function(St){var kt=St.length,xt=this._map,Dt=this._reverseMap;if(!Dt){Dt=this._reverseMap=[];for(var yt=0;yt<xt.length;yt++)Dt[xt.charCodeAt(yt)]=yt}var et=xt.charAt(64);if(et){var tt=St.indexOf(et);tt!==-1&&(kt=tt)}return Bt(St,kt,Dt)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),Vt.enc.Base64})},function(ee,wt,Qt){"use strict";function Vt(Lt){return Lt&&Lt.__esModule?Lt:{default:Lt}}function Bt(Lt,It){if(!(Lt instanceof It))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var zt=function(){function Lt(It,Ut){for(var Ft=0;Ft<Ut.length;Ft++){var qt=Ut[Ft];qt.enumerable=qt.enumerable||!1,qt.configurable=!0,"value"in qt&&(qt.writable=!0),Object.defineProperty(It,qt.key,qt)}}return function(It,Ut,Ft){return Ut&&Lt(It.prototype,Ut),Ft&&Lt(It,Ft),It}}(),Ct=Qt(8),Mt=Vt(Ct),Rt=Qt(7),St=Vt(Rt),kt=Qt(4),xt=Vt(kt),Dt=Qt(6),yt=Vt(Dt),et=Qt(1),tt=Vt(et),lt=Qt(9),ot=Vt(lt),ut=Qt(2),ct=Qt(11),ft=Qt(10),gt=function(){function Lt(){Bt(this,Lt)}return zt(Lt,null,[{key:"getAuthInfo",value:function(It,Ut,Ft){var qt=It+"|f#Ylm&^1TppeRhLg|"+Ft;return Ut&&(qt=It+"|"+Ut+"|f#Ylm&^1TppeRhLg|"+Ft),ut(ft.parse(qt)).toString(ct)}},{key:"upload",value:function(It,Ut,Ft){var qt=tt.default.ISODateString(new Date),te=Math.floor(new Date().valueOf()/1e3),Xt=xt.default.getClientId();Xt=xt.default.setClientId(Xt);var he=Lt.getAuthInfo(It.userId,Xt,te),fe=ot.default.randomUUID(),Ce={Source:"WebSDK",BusinessType:"UploadVideo",Action:"ReportUploadProgress",TerminalType:"H5",DeviceModel:St.default.browser.name+(St.default.browser.version||""),AppVersion:yt.default.version,AuthTimestamp:te,Timestamp:qt,AuthInfo:he,FileName:It.file.name,FileSize:It.file.size,FileCreateTime:It.file.lastModified,FileHash:It.fileHash,UploadId:It.checkpoint.checkpoint.uploadId,PartSize:It.checkpoint.checkpoint.partSize,DonePartsCount:It.checkpoint.checkpoint.doneParts.length,UploadPoint:JSON.stringify(It.checkpoint),UploadRatio:It.checkpoint.loaded,UserId:It.userId,VideoId:It.videoId,Version:"2017-03-21",Format:"JSON",SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0",SignatureNonce:fe};Xt&&(Ce.ClientId=Xt);var Fe=ot.default.makeUTF8sort(Ce,"=","&")+"&Signature="+ot.default.aliyunEncodeURI(ot.default.makeChangeSiga(Ce,It.accessKeySecret)),ze="https://vod."+It.region+".aliyuncs.com/?"+Fe;Mt.default.get(ze,function(we){Ut&&Ut()},function(we){we&&(Ft(we),console.log(we))})}},{key:"get",value:function(It,Ut,Ft){var qt=tt.default.ISODateString(new Date),te=Math.floor(new Date().valueOf()/1e3),Xt=xt.default.getClientId(),he=Lt.getAuthInfo(It.userId,Xt,te),fe=ot.default.randomUUID(),Ce={Source:"WebSDK",BusinessType:"UploadVideo",Action:"GetUploadProgress",TerminalType:"H5",DeviceModel:St.default.browser.name+(St.default.browser.version||""),AppVersion:yt.default.version,AuthTimestamp:te,Timestamp:qt,AuthInfo:he,UserId:It.userId,UploadInfoList:JSON.stringify(It.uploadInfoList),Version:"2017-03-21",Format:"JSON",SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0",SignatureNonce:fe};Xt&&(Ce.ClientId=Xt);var Fe=ot.default.makeUTF8sort(Ce,"=","&")+"&Signature="+ot.default.aliyunEncodeURI(ot.default.makeChangeSiga(Ce,It.accessKeySecret)),ze="https://vod."+It.region+".aliyuncs.com/?"+Fe;Mt.default.get(ze,function(we){var De={},pe=Xt;we=we?JSON.parse(we):{},we.UploadProgress&&we.UploadProgress.UploadProgressList&&we.UploadProgress.UploadProgressList.length>0&&(De=we.UploadProgress.UploadProgressList[0],pe=De.ClientId),xt.default.setClientId(pe),Ut&&Ut(De)},function(we){we&&(Ft(we),console.log(we))})}}]),Lt}();wt.default=gt},function(ee,wt,Qt){"use strict";function Vt(Rt,St){if(!(Rt instanceof St))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(wt,"__esModule",{value:!0});var Bt=function(){function Rt(St,kt){for(var xt=0;xt<kt.length;xt++){var Dt=kt[xt];Dt.enumerable=Dt.enumerable||!1,Dt.configurable=!0,"value"in Dt&&(Dt.writable=!0),Object.defineProperty(St,Dt.key,Dt)}}return function(St,kt,xt){return kt&&Rt(St.prototype,kt),xt&&Rt(St,xt),St}}(),zt=Qt(2),Ct=Qt(33),Mt=(Qt(11),function(){function Rt(){Vt(this,Rt)}return Bt(Rt,null,[{key:"getMd5",value:function(St,kt,xt){var Dt=new FileReader;Dt.onload=function(tt){try{if(tt&&tt.target){var lt=zt(Ct.parse(tt.target.result)),ot=lt.toString();kt(ot)}}catch(ut){console.log(ut)}},Dt.onerror=function(tt){console.log(tt),errorCallback(tt)};var yt=File.prototype.slice||File.prototype.mozSlice||File.prototype.webkitSlice,et=yt.call(St,0,1024);Dt.readAsBinaryString(et)}}]),Rt}());wt.default=Mt},function(ee,wt,Qt){(function(Vt,Bt){ee.exports=wt=Bt(Qt(0))})(0,function(Vt){return Vt.enc.Latin1})}])},99498:function(bn,Hn,ce){(function(ee){ee(ce(89780))})(function(ee){ee.defineOption("placeholder","",function(Mt,Rt,St){var kt=St&&St!=ee.Init;if(Rt&&!kt)Mt.on("blur",Bt),Mt.on("change",zt),Mt.on("swapDoc",zt),ee.on(Mt.getInputField(),"compositionupdate",Mt.state.placeholderCompose=function(){Vt(Mt)}),zt(Mt);else if(!Rt&&kt){Mt.off("blur",Bt),Mt.off("change",zt),Mt.off("swapDoc",zt),ee.off(Mt.getInputField(),"compositionupdate",Mt.state.placeholderCompose),wt(Mt);var xt=Mt.getWrapperElement();xt.className=xt.className.replace(" CodeMirror-empty","")}Rt&&!Mt.hasFocus()&&Bt(Mt)});function wt(Mt){Mt.state.placeholder&&(Mt.state.placeholder.parentNode.removeChild(Mt.state.placeholder),Mt.state.placeholder=null)}function Qt(Mt){wt(Mt);var Rt=Mt.state.placeholder=document.createElement("pre");Rt.style.cssText="height: 0; overflow: visible",Rt.style.direction=Mt.getOption("direction"),Rt.className="CodeMirror-placeholder CodeMirror-line-like";var St=Mt.getOption("placeholder");typeof St=="string"&&(St=document.createTextNode(St)),Rt.appendChild(St),Mt.display.lineSpace.insertBefore(Rt,Mt.display.lineSpace.firstChild)}function Vt(Mt){setTimeout(function(){var Rt=!1,St=Mt.getInputField();St.nodeName=="TEXTAREA"?Rt=!St.value:Mt.lineCount()==1&&(Rt=!/[^\u200b]/.test(St.querySelector(".CodeMirror-line").textContent)),Rt?Qt(Mt):wt(Mt)},20)}function Bt(Mt){Ct(Mt)&&Qt(Mt)}function zt(Mt){var Rt=Mt.getWrapperElement(),St=Ct(Mt);Rt.className=Rt.className.replace(" CodeMirror-empty","")+(St?" CodeMirror-empty":""),St?Qt(Mt):wt(Mt)}function Ct(Mt){return Mt.lineCount()===1&&Mt.getLine(0)===""}})},25717:function(bn,Hn,ce){(function(ee){ee(ce(89780))})(function(ee){var wt={pairs:`()[]{}''""`,closeBefore:`)]}'":;>`,triples:"",explode:"[]{}"},Qt=ee.Pos;ee.defineOption("autoCloseBrackets",!1,function(et,tt,lt){lt&&lt!=ee.Init&&(et.removeKeyMap(Bt),et.state.closeBrackets=null),tt&&(zt(Vt(tt,"pairs")),et.state.closeBrackets=tt,et.addKeyMap(Bt))});function Vt(et,tt){return tt=="pairs"&&typeof et=="string"?et:typeof et=="object"&&et[tt]!=null?et[tt]:wt[tt]}var Bt={Backspace:Rt,Enter:St};function zt(et){for(var tt=0;tt<et.length;tt++){var lt=et.charAt(tt),ot="'"+lt+"'";Bt[ot]||(Bt[ot]=Ct(lt))}}zt(wt.pairs+"`");function Ct(et){return function(tt){return xt(tt,et)}}function Mt(et){var tt=et.state.closeBrackets;if(!tt||tt.override)return tt;var lt=et.getModeAt(et.getCursor());return lt.closeBrackets||tt}function Rt(et){var tt=Mt(et);if(!tt||et.getOption("disableInput"))return ee.Pass;for(var lt=Vt(tt,"pairs"),ot=et.listSelections(),ut=0;ut<ot.length;ut++){if(!ot[ut].empty())return ee.Pass;var ct=Dt(et,ot[ut].head);if(!ct||lt.indexOf(ct)%2!=0)return ee.Pass}for(var ut=ot.length-1;ut>=0;ut--){var ft=ot[ut].head;et.replaceRange("",Qt(ft.line,ft.ch-1),Qt(ft.line,ft.ch+1),"+delete")}}function St(et){var tt=Mt(et),lt=tt&&Vt(tt,"explode");if(!lt||et.getOption("disableInput"))return ee.Pass;for(var ot=et.listSelections(),ut=0;ut<ot.length;ut++){if(!ot[ut].empty())return ee.Pass;var ct=Dt(et,ot[ut].head);if(!ct||lt.indexOf(ct)%2!=0)return ee.Pass}et.operation(function(){var ft=et.lineSeparator()||`
`;et.replaceSelection(ft+ft,null),et.execCommand("goCharLeft"),ot=et.listSelections();for(var gt=0;gt<ot.length;gt++){var Lt=ot[gt].head.line;et.indentLine(Lt,null,!0),et.indentLine(Lt+1,null,!0)}})}function kt(et){var tt=ee.cmpPos(et.anchor,et.head)>0;return{anchor:new Qt(et.anchor.line,et.anchor.ch+(tt?-1:1)),head:new Qt(et.head.line,et.head.ch+(tt?1:-1))}}function xt(et,tt){var lt=Mt(et);if(!lt||et.getOption("disableInput"))return ee.Pass;var ot=Vt(lt,"pairs"),ut=ot.indexOf(tt);if(ut==-1)return ee.Pass;for(var ct=Vt(lt,"closeBefore"),ft=Vt(lt,"triples"),gt=ot.charAt(ut+1)==tt,Lt=et.listSelections(),It=ut%2==0,Ut,Ft=0;Ft<Lt.length;Ft++){var qt=Lt[Ft],te=qt.head,Xt,he=et.getRange(te,Qt(te.line,te.ch+1));if(It&&!qt.empty())Xt="surround";else if((gt||!It)&&he==tt)gt&&yt(et,te)?Xt="both":ft.indexOf(tt)>=0&&et.getRange(te,Qt(te.line,te.ch+3))==tt+tt+tt?Xt="skipThree":Xt="skip";else if(gt&&te.ch>1&&ft.indexOf(tt)>=0&&et.getRange(Qt(te.line,te.ch-2),te)==tt+tt){if(te.ch>2&&/\bstring/.test(et.getTokenTypeAt(Qt(te.line,te.ch-2))))return ee.Pass;Xt="addFour"}else if(gt){var fe=te.ch==0?" ":et.getRange(Qt(te.line,te.ch-1),te);if(!ee.isWordChar(he)&&fe!=tt&&!ee.isWordChar(fe))Xt="both";else return ee.Pass}else if(It&&(he.length===0||/\s/.test(he)||ct.indexOf(he)>-1))Xt="both";else return ee.Pass;if(!Ut)Ut=Xt;else if(Ut!=Xt)return ee.Pass}var Ce=ut%2?ot.charAt(ut-1):tt,Fe=ut%2?tt:ot.charAt(ut+1);et.operation(function(){if(Ut=="skip")et.execCommand("goCharRight");else if(Ut=="skipThree")for(var ze=0;ze<3;ze++)et.execCommand("goCharRight");else if(Ut=="surround"){for(var we=et.getSelections(),ze=0;ze<we.length;ze++)we[ze]=Ce+we[ze]+Fe;et.replaceSelections(we,"around"),we=et.listSelections().slice();for(var ze=0;ze<we.length;ze++)we[ze]=kt(we[ze]);et.setSelections(we)}else Ut=="both"?(et.replaceSelection(Ce+Fe,null),et.triggerElectric(Ce+Fe),et.execCommand("goCharLeft")):Ut=="addFour"&&(et.replaceSelection(Ce+Ce+Ce+Ce,"before"),et.execCommand("goCharRight"))})}function Dt(et,tt){var lt=et.getRange(Qt(tt.line,tt.ch-1),Qt(tt.line,tt.ch+1));return lt.length==2?lt:null}function yt(et,tt){var lt=et.getTokenAt(Qt(tt.line,tt.ch+1));return/\bstring/.test(lt.type)&&lt.start==tt.ch&&(tt.ch==0||!/\bstring/.test(et.getTokenTypeAt(tt)))}})},6313:function(bn,Hn,ce){(function(ee){ee(ce(89780),ce(32855))})(function(ee){ee.defineOption("autoCloseTags",!1,function(Rt,St,kt){if(kt!=ee.Init&&kt&&Rt.removeKeyMap("autoCloseTags"),!!St){var xt={name:"autoCloseTags"};(typeof St!="object"||St.whenClosing!==!1)&&(xt["'/'"]=function(Dt){return zt(Dt)}),(typeof St!="object"||St.whenOpening!==!1)&&(xt["'>'"]=function(Dt){return Vt(Dt)}),Rt.addKeyMap(xt)}});var wt=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],Qt=["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 Vt(Rt){if(Rt.getOption("disableInput"))return ee.Pass;for(var St=Rt.listSelections(),kt=[],xt=Rt.getOption("autoCloseTags"),Dt=0;Dt<St.length;Dt++){if(!St[Dt].empty())return ee.Pass;var yt=St[Dt].head,et=Rt.getTokenAt(yt),tt=ee.innerMode(Rt.getMode(),et.state),lt=tt.state,ot=tt.mode.xmlCurrentTag&&tt.mode.xmlCurrentTag(lt),ut=ot&&ot.name;if(!ut)return ee.Pass;var ct=tt.mode.configuration=="html",ft=typeof xt=="object"&&xt.dontCloseTags||ct&&wt,gt=typeof xt=="object"&&xt.indentTags||ct&&Qt;et.end>yt.ch&&(ut=ut.slice(0,ut.length-et.end+yt.ch));var Lt=ut.toLowerCase();if(!ut||et.type=="string"&&(et.end!=yt.ch||!/[\"\']/.test(et.string.charAt(et.string.length-1))||et.string.length==1)||et.type=="tag"&&ot.close||et.string.indexOf("/")==yt.ch-et.start-1||ft&&Ct(ft,Lt)>-1||Mt(Rt,tt.mode.xmlCurrentContext&&tt.mode.xmlCurrentContext(lt)||[],ut,yt,!0))return ee.Pass;var It=typeof xt=="object"&&xt.emptyTags;if(It&&Ct(It,ut)>-1){kt[Dt]={text:"/>",newPos:ee.Pos(yt.line,yt.ch+2)};continue}var Ut=gt&&Ct(gt,Lt)>-1;kt[Dt]={indent:Ut,text:">"+(Ut?`
`:"")+"</"+ut+">",newPos:Ut?ee.Pos(yt.line+1,0):ee.Pos(yt.line,yt.ch+1)}}for(var Ft=typeof xt=="object"&&xt.dontIndentOnAutoClose,Dt=St.length-1;Dt>=0;Dt--){var qt=kt[Dt];Rt.replaceRange(qt.text,St[Dt].head,St[Dt].anchor,"+insert");var te=Rt.listSelections().slice(0);te[Dt]={head:qt.newPos,anchor:qt.newPos},Rt.setSelections(te),!Ft&&qt.indent&&(Rt.indentLine(qt.newPos.line,null,!0),Rt.indentLine(qt.newPos.line+1,null,!0))}}function Bt(Rt,St){for(var kt=Rt.listSelections(),xt=[],Dt=St?"/":"</",yt=Rt.getOption("autoCloseTags"),et=typeof yt=="object"&&yt.dontIndentOnSlash,tt=0;tt<kt.length;tt++){if(!kt[tt].empty())return ee.Pass;var lt=kt[tt].head,ot=Rt.getTokenAt(lt),ut=ee.innerMode(Rt.getMode(),ot.state),ct=ut.state;if(St&&(ot.type=="string"||ot.string.charAt(0)!="<"||ot.start!=lt.ch-1))return ee.Pass;var ft,gt=ut.mode.name!="xml"&&Rt.getMode().name=="htmlmixed";if(gt&&ut.mode.name=="javascript")ft=Dt+"script";else if(gt&&ut.mode.name=="css")ft=Dt+"style";else{var Lt=ut.mode.xmlCurrentContext&&ut.mode.xmlCurrentContext(ct);if(!Lt||Lt.length&&Mt(Rt,Lt,Lt[Lt.length-1],lt))return ee.Pass;ft=Dt+Lt[Lt.length-1]}Rt.getLine(lt.line).charAt(ot.end)!=">"&&(ft+=">"),xt[tt]=ft}if(Rt.replaceSelections(xt),kt=Rt.listSelections(),!et)for(var tt=0;tt<kt.length;tt++)(tt==kt.length-1||kt[tt].head.line<kt[tt+1].head.line)&&Rt.indentLine(kt[tt].head.line)}function zt(Rt){return Rt.getOption("disableInput")?ee.Pass:Bt(Rt,!0)}ee.commands.closeTag=function(Rt){return Bt(Rt)};function Ct(Rt,St){if(Rt.indexOf)return Rt.indexOf(St);for(var kt=0,xt=Rt.length;kt<xt;++kt)if(Rt[kt]==St)return kt;return-1}function Mt(Rt,St,kt,xt,Dt){if(!ee.scanForClosingTag)return!1;var yt=Math.min(Rt.lastLine()+1,xt.line+500),et=ee.scanForClosingTag(Rt,xt,null,yt);if(!et||et.tag!=kt)return!1;for(var tt=Dt?1:0,lt=St.length-1;lt>=0&&St[lt]==kt;lt--)++tt;xt=et.to;for(var lt=1;lt<tt;lt++){var ot=ee.scanForClosingTag(Rt,xt,null,yt);if(!ot||ot.tag!=kt)return!1;xt=ot.to}return!0}})},32855:function(bn,Hn,ce){(function(ee){ee(ce(89780))})(function(ee){"use strict";var wt=ee.Pos;function Qt(lt,ot){return lt.line-ot.line||lt.ch-ot.ch}var Vt="A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",Bt=Vt+"-:.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",zt=new RegExp("<(/?)(["+Vt+"]["+Bt+"]*)","g");function Ct(lt,ot,ut,ct){this.line=ot,this.ch=ut,this.cm=lt,this.text=lt.getLine(ot),this.min=ct?Math.max(ct.from,lt.firstLine()):lt.firstLine(),this.max=ct?Math.min(ct.to-1,lt.lastLine()):lt.lastLine()}function Mt(lt,ot){var ut=lt.cm.getTokenTypeAt(wt(lt.line,ot));return ut&&/\btag\b/.test(ut)}function Rt(lt){if(!(lt.line>=lt.max))return lt.ch=0,lt.text=lt.cm.getLine(++lt.line),!0}function St(lt){if(!(lt.line<=lt.min))return lt.text=lt.cm.getLine(--lt.line),lt.ch=lt.text.length,!0}function kt(lt){for(;;){var ot=lt.text.indexOf(">",lt.ch);if(ot==-1){if(Rt(lt))continue;return}if(!Mt(lt,ot+1)){lt.ch=ot+1;continue}var ut=lt.text.lastIndexOf("/",ot),ct=ut>-1&&!/\S/.test(lt.text.slice(ut+1,ot));return lt.ch=ot+1,ct?"selfClose":"regular"}}function xt(lt){for(;;){var ot=lt.ch?lt.text.lastIndexOf("<",lt.ch-1):-1;if(ot==-1){if(St(lt))continue;return}if(!Mt(lt,ot+1)){lt.ch=ot;continue}zt.lastIndex=ot,lt.ch=ot;var ut=zt.exec(lt.text);if(ut&&ut.index==ot)return ut}}function Dt(lt){for(;;){zt.lastIndex=lt.ch;var ot=zt.exec(lt.text);if(!ot){if(Rt(lt))continue;return}if(!Mt(lt,ot.index+1)){lt.ch=ot.index+1;continue}return lt.ch=ot.index+ot[0].length,ot}}function yt(lt){for(;;){var ot=lt.ch?lt.text.lastIndexOf(">",lt.ch-1):-1;if(ot==-1){if(St(lt))continue;return}if(!Mt(lt,ot+1)){lt.ch=ot;continue}var ut=lt.text.lastIndexOf("/",ot),ct=ut>-1&&!/\S/.test(lt.text.slice(ut+1,ot));return lt.ch=ot+1,ct?"selfClose":"regular"}}function et(lt,ot){for(var ut=[];;){var ct=Dt(lt),ft,gt=lt.line,Lt=lt.ch-(ct?ct[0].length:0);if(!ct||!(ft=kt(lt)))return;if(ft!="selfClose")if(ct[1]){for(var It=ut.length-1;It>=0;--It)if(ut[It]==ct[2]){ut.length=It;break}if(It<0&&(!ot||ot==ct[2]))return{tag:ct[2],from:wt(gt,Lt),to:wt(lt.line,lt.ch)}}else ut.push(ct[2])}}function tt(lt,ot){for(var ut=[];;){var ct=yt(lt);if(!ct)return;if(ct=="selfClose"){xt(lt);continue}var ft=lt.line,gt=lt.ch,Lt=xt(lt);if(!Lt)return;if(Lt[1])ut.push(Lt[2]);else{for(var It=ut.length-1;It>=0;--It)if(ut[It]==Lt[2]){ut.length=It;break}if(It<0&&(!ot||ot==Lt[2]))return{tag:Lt[2],from:wt(lt.line,lt.ch),to:wt(ft,gt)}}}}ee.registerHelper("fold","xml",function(lt,ot){for(var ut=new Ct(lt,ot.line,0);;){var ct=Dt(ut);if(!ct||ut.line!=ot.line)return;var ft=kt(ut);if(!ft)return;if(!ct[1]&&ft!="selfClose"){var gt=wt(ut.line,ut.ch),Lt=et(ut,ct[2]);return Lt&&Qt(Lt.from,gt)>0?{from:gt,to:Lt.from}:null}}}),ee.findMatchingTag=function(lt,ot,ut){var ct=new Ct(lt,ot.line,ot.ch,ut);if(!(ct.text.indexOf(">")==-1&&ct.text.indexOf("<")==-1)){var ft=kt(ct),gt=ft&&wt(ct.line,ct.ch),Lt=ft&&xt(ct);if(!(!ft||!Lt||Qt(ct,ot)>0)){var It={from:wt(ct.line,ct.ch),to:gt,tag:Lt[2]};return ft=="selfClose"?{open:It,close:null,at:"open"}:Lt[1]?{open:tt(ct,Lt[2]),close:It,at:"close"}:(ct=new Ct(lt,gt.line,gt.ch,ut),{open:It,close:et(ct,Lt[2]),at:"open"})}}},ee.findEnclosingTag=function(lt,ot,ut,ct){for(var ft=new Ct(lt,ot.line,ot.ch,ut);;){var gt=tt(ft,ct);if(!gt)break;var Lt=new Ct(lt,ot.line,ot.ch,ut),It=et(Lt,gt.tag);if(It)return{open:gt,close:It}}},ee.scanForClosingTag=function(lt,ot,ut,ct){var ft=new Ct(lt,ot.line,ot.ch,ct?{from:0,to:ct}:null);return et(ft,ut)}})},89780:function(bn){(function(Hn,ce){bn.exports=ce()})(this,function(){"use strict";var Hn=navigator.userAgent,ce=navigator.platform,ee=/gecko\/\d/i.test(Hn),wt=/MSIE \d/.test(Hn),Qt=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Hn),Vt=/Edge\/(\d+)/.exec(Hn),Bt=wt||Qt||Vt,zt=Bt&&(wt?document.documentMode||6:+(Vt||Qt)[1]),Ct=!Vt&&/WebKit\//.test(Hn),Mt=Ct&&/Qt\/\d+\.\d+/.test(Hn),Rt=!Vt&&/Chrome\//.test(Hn),St=/Opera\//.test(Hn),kt=/Apple Computer/.test(navigator.vendor),xt=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(Hn),Dt=/PhantomJS/.test(Hn),yt=!Vt&&/AppleWebKit/.test(Hn)&&/Mobile\/\w+/.test(Hn),et=/Android/.test(Hn),tt=yt||et||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(Hn),lt=yt||/Mac/.test(ce),ot=/\bCrOS\b/.test(Hn),ut=/win/i.test(ce),ct=St&&Hn.match(/Version\/(\d*\.\d*)/);ct&&(ct=Number(ct[1])),ct&&ct>=15&&(St=!1,Ct=!0);var ft=lt&&(Mt||St&&(ct==null||ct<12.11)),gt=ee||Bt&&zt>=9;function Lt(it){return new RegExp("(^|\\s)"+it+"(?:$|\\s)\\s*")}var It=function(it,at){var mt=it.className,pt=Lt(at).exec(mt);if(pt){var bt=mt.slice(pt.index+pt[0].length);it.className=mt.slice(0,pt.index)+(bt?pt[1]+bt:"")}};function Ut(it){for(var at=it.childNodes.length;at>0;--at)it.removeChild(it.firstChild);return it}function Ft(it,at){return Ut(it).appendChild(at)}function qt(it,at,mt,pt){var bt=document.createElement(it);if(mt&&(bt.className=mt),pt&&(bt.style.cssText=pt),typeof at=="string")bt.appendChild(document.createTextNode(at));else if(at)for(var Zt=0;Zt<at.length;++Zt)bt.appendChild(at[Zt]);return bt}function te(it,at,mt,pt){var bt=qt(it,at,mt,pt);return bt.setAttribute("role","presentation"),bt}var Xt;document.createRange?Xt=function(it,at,mt,pt){var bt=document.createRange();return bt.setEnd(pt||it,mt),bt.setStart(it,at),bt}:Xt=function(it,at,mt){var pt=document.body.createTextRange();try{pt.moveToElementText(it.parentNode)}catch(bt){return pt}return pt.collapse(!0),pt.moveEnd("character",mt),pt.moveStart("character",at),pt};function he(it,at){if(at.nodeType==3&&(at=at.parentNode),it.contains)return it.contains(at);do if(at.nodeType==11&&(at=at.host),at==it)return!0;while(at=at.parentNode)}function fe(){var it;try{it=document.activeElement}catch(at){it=document.body||null}for(;it&&it.shadowRoot&&it.shadowRoot.activeElement;)it=it.shadowRoot.activeElement;return it}function Ce(it,at){var mt=it.className;Lt(at).test(mt)||(it.className+=(mt?" ":"")+at)}function Fe(it,at){for(var mt=it.split(" "),pt=0;pt<mt.length;pt++)mt[pt]&&!Lt(mt[pt]).test(at)&&(at+=" "+mt[pt]);return at}var ze=function(it){it.select()};yt?ze=function(it){it.selectionStart=0,it.selectionEnd=it.value.length}:Bt&&(ze=function(it){try{it.select()}catch(at){}});function we(it){var at=Array.prototype.slice.call(arguments,1);return function(){return it.apply(null,at)}}function De(it,at,mt){at||(at={});for(var pt in it)it.hasOwnProperty(pt)&&(mt!==!1||!at.hasOwnProperty(pt))&&(at[pt]=it[pt]);return at}function pe(it,at,mt,pt,bt){at==null&&(at=it.search(/[^\s\u00a0]/),at==-1&&(at=it.length));for(var Zt=pt||0,le=bt||0;;){var Se=it.indexOf(" ",Zt);if(Se<0||Se>=at)return le+(at-Zt);le+=Se-Zt,le+=mt-le%mt,Zt=Se+1}}var Jt=function(){this.id=null,this.f=null,this.time=0,this.handler=we(this.onTimeout,this)};Jt.prototype.onTimeout=function(it){it.id=0,it.time<=+new Date?it.f():setTimeout(it.handler,it.time-+new Date)},Jt.prototype.set=function(it,at){this.f=at;var mt=+new Date+it;(!this.id||mt<this.time)&&(clearTimeout(this.id),this.id=setTimeout(this.handler,it),this.time=mt)};function re(it,at){for(var mt=0;mt<it.length;++mt)if(it[mt]==at)return mt;return-1}var se=50,ge={toString:function(){return"CodeMirror.Pass"}},ue={scroll:!1},je={origin:"*mouse"},Ne={origin:"+move"};function qe(it,at,mt){for(var pt=0,bt=0;;){var Zt=it.indexOf(" ",pt);Zt==-1&&(Zt=it.length);var le=Zt-pt;if(Zt==it.length||bt+le>=at)return pt+Math.min(le,at-bt);if(bt+=Zt-pt,bt+=mt-bt%mt,pt=Zt+1,bt>=at)return pt}}var ke=[""];function He(it){for(;ke.length<=it;)ke.push(Ae(ke)+" ");return ke[it]}function Ae(it){return it[it.length-1]}function Ie(it,at){for(var mt=[],pt=0;pt<it.length;pt++)mt[pt]=at(it[pt],pt);return mt}function Ge(it,at,mt){for(var pt=0,bt=mt(at);pt<it.length&&mt(it[pt])<=bt;)pt++;it.splice(pt,0,at)}function ie(){}function Et(it,at){var mt;return Object.create?mt=Object.create(it):(ie.prototype=it,mt=new ie),at&&De(at,mt),mt}var At=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;function Yt(it){return/\w/.test(it)||it>"\x80"&&(it.toUpperCase()!=it.toLowerCase()||At.test(it))}function oe(it,at){return at?at.source.indexOf("\\w")>-1&&Yt(it)?!0:at.test(it):Yt(it)}function _t(it){for(var at in it)if(it.hasOwnProperty(at)&&it[at])return!1;return!0}var Ot=/[\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 Pt(it){return it.charCodeAt(0)>=768&&Ot.test(it)}function Tt(it,at,mt){for(;(mt<0?at>0:at<it.length)&&Pt(it.charAt(at));)at+=mt;return at}function $t(it,at,mt){for(var pt=at>mt?-1:1;;){if(at==mt)return at;var bt=(at+mt)/2,Zt=pt<0?Math.ceil(bt):Math.floor(bt);if(Zt==at)return it(Zt)?at:mt;it(Zt)?mt=Zt:at=Zt+pt}}function jt(it,at,mt,pt){if(!it)return pt(at,mt,"ltr",0);for(var bt=!1,Zt=0;Zt<it.length;++Zt){var le=it[Zt];(le.from<mt&&le.to>at||at==mt&&le.to==at)&&(pt(Math.max(le.from,at),Math.min(le.to,mt),le.level==1?"rtl":"ltr",Zt),bt=!0)}bt||pt(at,mt,"ltr")}var Gt=null;function ae(it,at,mt){var pt;Gt=null;for(var bt=0;bt<it.length;++bt){var Zt=it[bt];if(Zt.from<at&&Zt.to>at)return bt;Zt.to==at&&(Zt.from!=Zt.to&&mt=="before"?pt=bt:Gt=bt),Zt.from==at&&(Zt.from!=Zt.to&&mt!="before"?pt=bt:Gt=bt)}return pt!=null?pt:Gt}var xe=function(){var it="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",at="nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111";function mt(Te){return Te<=247?it.charAt(Te):1424<=Te&&Te<=1524?"R":1536<=Te&&Te<=1785?at.charAt(Te-1536):1774<=Te&&Te<=2220?"r":8192<=Te&&Te<=8203?"w":Te==8204?"b":"L"}var pt=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,bt=/[stwN]/,Zt=/[LRr]/,le=/[Lb1n]/,Se=/[1n]/;function me(Te,tn,Oe){this.level=Te,this.from=tn,this.to=Oe}return function(Te,tn){var Oe=tn=="ltr"?"L":"R";if(Te.length==0||tn=="ltr"&&!pt.test(Te))return!1;for(var cn=Te.length,hn=[],Zn=0;Zn<cn;++Zn)hn.push(mt(Te.charCodeAt(Zn)));for(var Qn=0,ai=Oe;Qn<cn;++Qn){var Pi=hn[Qn];Pi=="m"?hn[Qn]=ai:ai=Pi}for(var Ui=0,Ni=Oe;Ui<cn;++Ui){var Zi=hn[Ui];Zi=="1"&&Ni=="r"?hn[Ui]="n":Zt.test(Zi)&&(Ni=Zi,Zi=="r"&&(hn[Ui]="R"))}for(var gr=1,Mi=hn[0];gr<cn-1;++gr){var Er=hn[gr];Er=="+"&&Mi=="1"&&hn[gr+1]=="1"?hn[gr]="1":Er==","&&Mi==hn[gr+1]&&(Mi=="1"||Mi=="n")&&(hn[gr]=Mi),Mi=Er}for(var Co=0;Co<cn;++Co){var hs=hn[Co];if(hs==",")hn[Co]="N";else if(hs=="%"){var No=void 0;for(No=Co+1;No<cn&&hn[No]=="%";++No);for(var ma=Co&&hn[Co-1]=="!"||No<cn&&hn[No]=="1"?"1":"N",Hs=Co;Hs<No;++Hs)hn[Hs]=ma;Co=No-1}}for(var ns=0,La=Oe;ns<cn;++ns){var Rs=hn[ns];La=="L"&&Rs=="1"?hn[ns]="L":Zt.test(Rs)&&(La=Rs)}for(var is=0;is<cn;++is)if(bt.test(hn[is])){var Xr=void 0;for(Xr=is+1;Xr<cn&&bt.test(hn[Xr]);++Xr);for(var Bo=(is?hn[is-1]:Oe)=="L",xs=(Xr<cn?hn[Xr]:Oe)=="L",js=Bo==xs?Bo?"L":"R":Oe,dl=is;dl<Xr;++dl)hn[dl]=js;is=Xr-1}for(var Fo=[],nl,zo=0;zo<cn;)if(le.test(hn[zo])){var yd=zo;for(++zo;zo<cn&&le.test(hn[zo]);++zo);Fo.push(new me(0,yd,zo))}else{var Ua=zo,ka=Fo.length,va=tn=="rtl"?1:0;for(++zo;zo<cn&&hn[zo]!="L";++zo);for(var fo=Ua;fo<zo;)if(Se.test(hn[fo])){Ua<fo&&(Fo.splice(ka,0,new me(1,Ua,fo)),ka+=va);var ws=fo;for(++fo;fo<zo&&Se.test(hn[fo]);++fo);Fo.splice(ka,0,new me(2,ws,fo)),ka+=va,Ua=fo}else++fo;Ua<zo&&Fo.splice(ka,0,new me(1,Ua,zo))}return tn=="ltr"&&(Fo[0].level==1&&(nl=Te.match(/^\s+/))&&(Fo[0].from=nl[0].length,Fo.unshift(new me(0,0,nl[0].length))),Ae(Fo).level==1&&(nl=Te.match(/\s+$/))&&(Ae(Fo).to-=nl[0].length,Fo.push(new me(0,cn-nl[0].length,cn)))),tn=="rtl"?Fo.reverse():Fo}}();function Ke(it,at){var mt=it.order;return mt==null&&(mt=it.order=xe(it.text,at)),mt}var We=[],Me=function(it,at,mt){if(it.addEventListener)it.addEventListener(at,mt,!1);else if(it.attachEvent)it.attachEvent("on"+at,mt);else{var pt=it._handlers||(it._handlers={});pt[at]=(pt[at]||We).concat(mt)}};function Je(it,at){return it._handlers&&it._handlers[at]||We}function un(it,at,mt){if(it.removeEventListener)it.removeEventListener(at,mt,!1);else if(it.detachEvent)it.detachEvent("on"+at,mt);else{var pt=it._handlers,bt=pt&&pt[at];if(bt){var Zt=re(bt,mt);Zt>-1&&(pt[at]=bt.slice(0,Zt).concat(bt.slice(Zt+1)))}}}function on(it,at){var mt=Je(it,at);if(mt.length)for(var pt=Array.prototype.slice.call(arguments,2),bt=0;bt<mt.length;++bt)mt[bt].apply(null,pt)}function $e(it,at,mt){return typeof at=="string"&&(at={type:at,preventDefault:function(){this.defaultPrevented=!0}}),on(it,mt||at.type,it,at),Mn(at)||at.codemirrorIgnore}function En(it){var at=it._handlers&&it._handlers.cursorActivity;if(at)for(var mt=it.curOp.cursorActivityHandlers||(it.curOp.cursorActivityHandlers=[]),pt=0;pt<at.length;++pt)re(mt,at[pt])==-1&&mt.push(at[pt])}function yn(it,at){return Je(it,at).length>0}function xn(it){it.prototype.on=function(at,mt){Me(this,at,mt)},it.prototype.off=function(at,mt){un(this,at,mt)}}function Fn(it){it.preventDefault?it.preventDefault():it.returnValue=!1}function ii(it){it.stopPropagation?it.stopPropagation():it.cancelBubble=!0}function Mn(it){return it.defaultPrevented!=null?it.defaultPrevented:it.returnValue==!1}function oi(it){Fn(it),ii(it)}function vi(it){return it.target||it.srcElement}function Ci(it){var at=it.which;return at==null&&(it.button&1?at=1:it.button&2?at=3:it.button&4&&(at=2)),lt&&it.ctrlKey&&at==1&&(at=3),at}var Ki=function(){if(Bt&&zt<9)return!1;var it=qt("div");return"draggable"in it||"dragDrop"in it}(),zi;function Wi(it){if(zi==null){var at=qt("span","\u200B");Ft(it,qt("span",[at,document.createTextNode("x")])),it.firstChild.offsetHeight!=0&&(zi=at.offsetWidth<=1&&at.offsetHeight>2&&!(Bt&&zt<8))}var mt=zi?qt("span","\u200B"):qt("span","\xA0",null,"display: inline-block; width: 1px; margin-right: -1px");return mt.setAttribute("cm-text",""),mt}var Bi;function Si(it){if(Bi!=null)return Bi;var at=Ft(it,document.createTextNode("A\u062EA")),mt=Xt(at,0,1).getBoundingClientRect(),pt=Xt(at,1,2).getBoundingClientRect();return Ut(it),!mt||mt.left==mt.right?!1:Bi=pt.right-mt.right<3}var ji=`
b`.split(/\n/).length!=3?function(it){for(var at=0,mt=[],pt=it.length;at<=pt;){var bt=it.indexOf(`
`,at);bt==-1&&(bt=it.length);var Zt=it.slice(at,it.charAt(bt-1)=="\r"?bt-1:bt),le=Zt.indexOf("\r");le!=-1?(mt.push(Zt.slice(0,le)),at+=le+1):(mt.push(Zt),at=bt+1)}return mt}:function(it){return it.split(/\r\n?|\n/)},Kt=window.getSelection?function(it){try{return it.selectionStart!=it.selectionEnd}catch(at){return!1}}:function(it){var at;try{at=it.ownerDocument.selection.createRange()}catch(mt){}return!at||at.parentElement()!=it?!1:at.compareEndPoints("StartToEnd",at)!=0},Gn=function(){var it=qt("div");return"oncopy"in it?!0:(it.setAttribute("oncopy","return;"),typeof it.oncopy=="function")}(),Wn=null;function fi(it){if(Wn!=null)return Wn;var at=Ft(it,qt("span","x")),mt=at.getBoundingClientRect(),pt=Xt(at,0,1).getBoundingClientRect();return Wn=Math.abs(mt.left-pt.left)>1}var Vi={},Qi={};function Xi(it,at){arguments.length>2&&(at.dependencies=Array.prototype.slice.call(arguments,2)),Vi[it]=at}function ei(it,at){Qi[it]=at}function Xn(it){if(typeof it=="string"&&Qi.hasOwnProperty(it))it=Qi[it];else if(it&&typeof it.name=="string"&&Qi.hasOwnProperty(it.name)){var at=Qi[it.name];typeof at=="string"&&(at={name:at}),it=Et(at,it),it.name=at.name}else{if(typeof it=="string"&&/^[\w\-]+\/[\w\-]+\+xml$/.test(it))return Xn("application/xml");if(typeof it=="string"&&/^[\w\-]+\/[\w\-]+\+json$/.test(it))return Xn("application/json")}return typeof it=="string"?{name:it}:it||{name:"null"}}function Ve(it,at){at=Xn(at);var mt=Vi[at.name];if(!mt)return Ve(it,"text/plain");var pt=mt(it,at);if(_e.hasOwnProperty(at.name)){var bt=_e[at.name];for(var Zt in bt)bt.hasOwnProperty(Zt)&&(pt.hasOwnProperty(Zt)&&(pt["_"+Zt]=pt[Zt]),pt[Zt]=bt[Zt])}if(pt.name=at.name,at.helperType&&(pt.helperType=at.helperType),at.modeProps)for(var le in at.modeProps)pt[le]=at.modeProps[le];return pt}var _e={};function Ue(it,at){var mt=_e.hasOwnProperty(it)?_e[it]:_e[it]={};De(at,mt)}function In(it,at){if(at===!0)return at;if(it.copyState)return it.copyState(at);var mt={};for(var pt in at){var bt=at[pt];bt instanceof Array&&(bt=bt.concat([])),mt[pt]=bt}return mt}function Rn(it,at){for(var mt;it.innerMode&&(mt=it.innerMode(at),!(!mt||mt.mode==it));)at=mt.state,it=mt.mode;return mt||{mode:it,state:at}}function qn(it,at,mt){return it.startState?it.startState(at,mt):!0}var dn=function(it,at,mt){this.pos=this.start=0,this.string=it,this.tabSize=at||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=mt};dn.prototype.eol=function(){return this.pos>=this.string.length},dn.prototype.sol=function(){return this.pos==this.lineStart},dn.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},dn.prototype.next=function(){if(this.pos<this.string.length)return this.string.charAt(this.pos++)},dn.prototype.eat=function(it){var at=this.string.charAt(this.pos),mt;if(typeof it=="string"?mt=at==it:mt=at&&(it.test?it.test(at):it(at)),mt)return++this.pos,at},dn.prototype.eatWhile=function(it){for(var at=this.pos;this.eat(it););return this.pos>at},dn.prototype.eatSpace=function(){for(var it=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>it},dn.prototype.skipToEnd=function(){this.pos=this.string.length},dn.prototype.skipTo=function(it){var at=this.string.indexOf(it,this.pos);if(at>-1)return this.pos=at,!0},dn.prototype.backUp=function(it){this.pos-=it},dn.prototype.column=function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=pe(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?pe(this.string,this.lineStart,this.tabSize):0)},dn.prototype.indentation=function(){return pe(this.string,null,this.tabSize)-(this.lineStart?pe(this.string,this.lineStart,this.tabSize):0)},dn.prototype.match=function(it,at,mt){if(typeof it=="string"){var pt=function(le){return mt?le.toLowerCase():le},bt=this.string.substr(this.pos,it.length);if(pt(bt)==pt(it))return at!==!1&&(this.pos+=it.length),!0}else{var Zt=this.string.slice(this.pos).match(it);return Zt&&Zt.index>0?null:(Zt&&at!==!1&&(this.pos+=Zt[0].length),Zt)}},dn.prototype.current=function(){return this.string.slice(this.start,this.pos)},dn.prototype.hideFirstChars=function(it,at){this.lineStart+=it;try{return at()}finally{this.lineStart-=it}},dn.prototype.lookAhead=function(it){var at=this.lineOracle;return at&&at.lookAhead(it)},dn.prototype.baseToken=function(){var it=this.lineOracle;return it&&it.baseToken(this.pos)};function Dn(it,at){if(at-=it.first,at<0||at>=it.size)throw new Error("There is no line "+(at+it.first)+" in the document.");for(var mt=it;!mt.lines;)for(var pt=0;;++pt){var bt=mt.children[pt],Zt=bt.chunkSize();if(at<Zt){mt=bt;break}at-=Zt}return mt.lines[at]}function Qe(it,at,mt){var pt=[],bt=at.line;return it.iter(at.line,mt.line+1,function(Zt){var le=Zt.text;bt==mt.line&&(le=le.slice(0,mt.ch)),bt==at.line&&(le=le.slice(at.ch)),pt.push(le),++bt}),pt}function Ze(it,at,mt){var pt=[];return it.iter(at,mt,function(bt){pt.push(bt.text)}),pt}function On(it,at){var mt=at-it.height;if(mt)for(var pt=it;pt;pt=pt.parent)pt.height+=mt}function Le(it){if(it.parent==null)return null;for(var at=it.parent,mt=re(at.lines,it),pt=at.parent;pt;at=pt,pt=pt.parent)for(var bt=0;pt.children[bt]!=at;++bt)mt+=pt.children[bt].chunkSize();return mt+at.first}function nn(it,at){var mt=it.first;t:do{for(var pt=0;pt<it.children.length;++pt){var bt=it.children[pt],Zt=bt.height;if(at<Zt){it=bt;continue t}at-=Zt,mt+=bt.chunkSize()}return mt}while(!it.lines);for(var le=0;le<it.lines.length;++le){var Se=it.lines[le],me=Se.height;if(at<me)break;at-=me}return mt+le}function wn(it,at){return at>=it.first&&at<it.first+it.size}function Un(it,at){return String(it.lineNumberFormatter(at+it.firstLineNumber))}function rn(it,at,mt){if(mt===void 0&&(mt=null),!(this instanceof rn))return new rn(it,at,mt);this.line=it,this.ch=at,this.sticky=mt}function Pn(it,at){return it.line-at.line||it.ch-at.ch}function Bn(it,at){return it.sticky==at.sticky&&Pn(it,at)==0}function Cn(it){return rn(it.line,it.ch)}function Yn(it,at){return Pn(it,at)<0?at:it}function Vn(it,at){return Pn(it,at)<0?it:at}function Tn(it,at){return Math.max(it.first,Math.min(at,it.first+it.size-1))}function Kn(it,at){if(at.line<it.first)return rn(it.first,0);var mt=it.first+it.size-1;return at.line>mt?rn(mt,Dn(it,mt).text.length):ui(at,Dn(it,at.line).text.length)}function ui(it,at){var mt=it.ch;return mt==null||mt>at?rn(it.line,at):mt<0?rn(it.line,0):it}function xi(it,at){for(var mt=[],pt=0;pt<at.length;pt++)mt[pt]=Kn(it,at[pt]);return mt}var gi=function(it,at){this.state=it,this.lookAhead=at},an=function(it,at,mt,pt){this.state=at,this.doc=it,this.line=mt,this.maxLookAhead=pt||0,this.baseTokens=null,this.baseTokenPos=1};an.prototype.lookAhead=function(it){var at=this.doc.getLine(this.line+it);return at!=null&&it>this.maxLookAhead&&(this.maxLookAhead=it),at},an.prototype.baseToken=function(it){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]<=it;)this.baseTokenPos+=2;var at=this.baseTokens[this.baseTokenPos+1];return{type:at&&at.replace(/( |^)overlay .*/,""),size:this.baseTokens[this.baseTokenPos]-it}},an.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},an.fromSaved=function(it,at,mt){return at instanceof gi?new an(it,In(it.mode,at.state),mt,at.lookAhead):new an(it,In(it.mode,at),mt)},an.prototype.save=function(it){var at=it!==!1?In(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new gi(at,this.maxLookAhead):at};function or(it,at,mt,pt){var bt=[it.state.modeGen],Zt={};Ti(it,at.text,it.doc.mode,mt,function(Te,tn){return bt.push(Te,tn)},Zt,pt);for(var le=mt.state,Se=function(Te){mt.baseTokens=bt;var tn=it.state.overlays[Te],Oe=1,cn=0;mt.state=!0,Ti(it,at.text,tn.mode,mt,function(hn,Zn){for(var Qn=Oe;cn<hn;){var ai=bt[Oe];ai>hn&&bt.splice(Oe,1,hn,bt[Oe+1],ai),Oe+=2,cn=Math.min(hn,ai)}if(Zn)if(tn.opaque)bt.splice(Qn,Oe-Qn,hn,"overlay "+Zn),Oe=Qn+2;else for(;Qn<Oe;Qn+=2){var Pi=bt[Qn+1];bt[Qn+1]=(Pi?Pi+" ":"")+"overlay "+Zn}},Zt),mt.state=le,mt.baseTokens=null,mt.baseTokenPos=1},me=0;me<it.state.overlays.length;++me)Se(me);return{styles:bt,classes:Zt.bgClass||Zt.textClass?Zt:null}}function Ri(it,at,mt){if(!at.styles||at.styles[0]!=it.state.modeGen){var pt=sr(it,Le(at)),bt=at.text.length>it.options.maxHighlightLength&&In(it.doc.mode,pt.state),Zt=or(it,at,pt);bt&&(pt.state=bt),at.stateAfter=pt.save(!bt),at.styles=Zt.styles,Zt.classes?at.styleClasses=Zt.classes:at.styleClasses&&(at.styleClasses=null),mt===it.doc.highlightFrontier&&(it.doc.modeFrontier=Math.max(it.doc.modeFrontier,++it.doc.highlightFrontier))}return at.styles}function sr(it,at,mt){var pt=it.doc,bt=it.display;if(!pt.mode.startState)return new an(pt,!0,at);var Zt=Oi(it,at,mt),le=Zt>pt.first&&Dn(pt,Zt-1).stateAfter,Se=le?an.fromSaved(pt,le,Zt):new an(pt,qn(pt.mode),Zt);return pt.iter(Zt,at,function(me){sn(it,me.text,Se);var Te=Se.line;me.stateAfter=Te==at-1||Te%5==0||Te>=bt.viewFrom&&Te<bt.viewTo?Se.save():null,Se.nextLine()}),mt&&(pt.modeFrontier=Se.line),Se}function sn(it,at,mt,pt){var bt=it.doc.mode,Zt=new dn(at,it.options.tabSize,mt);for(Zt.start=Zt.pos=pt||0,at==""&&zn(bt,mt.state);!Zt.eol();)ti(bt,Zt,mt.state),Zt.start=Zt.pos}function zn(it,at){if(it.blankLine)return it.blankLine(at);if(it.innerMode){var mt=Rn(it,at);if(mt.mode.blankLine)return mt.mode.blankLine(mt.state)}}function ti(it,at,mt,pt){for(var bt=0;bt<10;bt++){pt&&(pt[0]=Rn(it,mt).mode);var Zt=it.token(at,mt);if(at.pos>at.start)return Zt}throw new Error("Mode "+it.name+" failed to advance stream.")}var ni=function(it,at,mt){this.start=it.start,this.end=it.pos,this.string=it.current(),this.type=at||null,this.state=mt};function ri(it,at,mt,pt){var bt=it.doc,Zt=bt.mode,le;at=Kn(bt,at);var Se=Dn(bt,at.line),me=sr(it,at.line,mt),Te=new dn(Se.text,it.options.tabSize,me),tn;for(pt&&(tn=[]);(pt||Te.pos<at.ch)&&!Te.eol();)Te.start=Te.pos,le=ti(Zt,Te,me.state),pt&&tn.push(new ni(Te,le,In(bt.mode,me.state)));return pt?tn:new ni(Te,le,me.state)}function hi(it,at){if(it)for(;;){var mt=it.match(/(?:^|\s+)line-(background-)?(\S+)/);if(!mt)break;it=it.slice(0,mt.index)+it.slice(mt.index+mt[0].length);var pt=mt[1]?"bgClass":"textClass";at[pt]==null?at[pt]=mt[2]:new RegExp("(?:^|\\s)"+mt[2]+"(?:$|\\s)").test(at[pt])||(at[pt]+=" "+mt[2])}return it}function Ti(it,at,mt,pt,bt,Zt,le){var Se=mt.flattenSpans;Se==null&&(Se=it.options.flattenSpans);var me=0,Te=null,tn=new dn(at,it.options.tabSize,pt),Oe,cn=it.options.addModeClass&&[null];for(at==""&&hi(zn(mt,pt.state),Zt);!tn.eol();){if(tn.pos>it.options.maxHighlightLength?(Se=!1,le&&sn(it,at,pt,tn.pos),tn.pos=at.length,Oe=null):Oe=hi(ti(mt,tn,pt.state,cn),Zt),cn){var hn=cn[0].name;hn&&(Oe="m-"+(Oe?hn+" "+Oe:hn))}if(!Se||Te!=Oe){for(;me<tn.start;)me=Math.min(tn.start,me+5e3),bt(me,Te);Te=Oe}tn.start=tn.pos}for(;me<tn.pos;){var Zn=Math.min(tn.pos,me+5e3);bt(Zn,Te),me=Zn}}function Oi(it,at,mt){for(var pt,bt,Zt=it.doc,le=mt?-1:at-(it.doc.mode.innerMode?1e3:100),Se=at;Se>le;--Se){if(Se<=Zt.first)return Zt.first;var me=Dn(Zt,Se-1),Te=me.stateAfter;if(Te&&(!mt||Se+(Te instanceof gi?Te.lookAhead:0)<=Zt.modeFrontier))return Se;var tn=pe(me.text,null,it.options.tabSize);(bt==null||pt>tn)&&(bt=Se-1,pt=tn)}return bt}function _i(it,at){if(it.modeFrontier=Math.min(it.modeFrontier,at),!(it.highlightFrontier<at-10)){for(var mt=it.first,pt=at-1;pt>mt;pt--){var bt=Dn(it,pt).stateAfter;if(bt&&(!(bt instanceof gi)||pt+bt.lookAhead<at)){mt=pt+1;break}}it.highlightFrontier=Math.min(it.highlightFrontier,mt)}}var Ji=!1,fn=!1;function ur(){Ji=!0}function gn(){fn=!0}function si(it,at,mt){this.marker=it,this.from=at,this.to=mt}function pi(it,at){if(it)for(var mt=0;mt<it.length;++mt){var pt=it[mt];if(pt.marker==at)return pt}}function Ai(it,at){for(var mt,pt=0;pt<it.length;++pt)it[pt]!=at&&(mt||(mt=[])).push(it[pt]);return mt}function vr(it,at){it.markedSpans=it.markedSpans?it.markedSpans.concat([at]):[at],at.marker.attachLine(it)}function xr(it,at,mt){var pt;if(it)for(var bt=0;bt<it.length;++bt){var Zt=it[bt],le=Zt.marker,Se=Zt.from==null||(le.inclusiveLeft?Zt.from<=at:Zt.from<at);if(Se||Zt.from==at&&le.type=="bookmark"&&(!mt||!Zt.marker.insertLeft)){var me=Zt.to==null||(le.inclusiveRight?Zt.to>=at:Zt.to>at);(pt||(pt=[])).push(new si(le,Zt.from,me?null:Zt.to))}}return pt}function hr(it,at,mt){var pt;if(it)for(var bt=0;bt<it.length;++bt){var Zt=it[bt],le=Zt.marker,Se=Zt.to==null||(le.inclusiveRight?Zt.to>=at:Zt.to>at);if(Se||Zt.from==at&&le.type=="bookmark"&&(!mt||Zt.marker.insertLeft)){var me=Zt.from==null||(le.inclusiveLeft?Zt.from<=at:Zt.from<at);(pt||(pt=[])).push(new si(le,me?null:Zt.from-at,Zt.to==null?null:Zt.to-at))}}return pt}function yr(it,at){if(at.full)return null;var mt=wn(it,at.from.line)&&Dn(it,at.from.line).markedSpans,pt=wn(it,at.to.line)&&Dn(it,at.to.line).markedSpans;if(!mt&&!pt)return null;var bt=at.from.ch,Zt=at.to.ch,le=Pn(at.from,at.to)==0,Se=xr(mt,bt,le),me=hr(pt,Zt,le),Te=at.text.length==1,tn=Ae(at.text).length+(Te?bt:0);if(Se)for(var Oe=0;Oe<Se.length;++Oe){var cn=Se[Oe];if(cn.to==null){var hn=pi(me,cn.marker);hn?Te&&(cn.to=hn.to==null?null:hn.to+tn):cn.to=bt}}if(me)for(var Zn=0;Zn<me.length;++Zn){var Qn=me[Zn];if(Qn.to!=null&&(Qn.to+=tn),Qn.from==null){var ai=pi(Se,Qn.marker);ai||(Qn.from=tn,Te&&(Se||(Se=[])).push(Qn))}else Qn.from+=tn,Te&&(Se||(Se=[])).push(Qn)}Se&&(Se=Wo(Se)),me&&me!=Se&&(me=Wo(me));var Pi=[Se];if(!Te){var Ui=at.text.length-2,Ni;if(Ui>0&&Se)for(var Zi=0;Zi<Se.length;++Zi)Se[Zi].to==null&&(Ni||(Ni=[])).push(new si(Se[Zi].marker,null,null));for(var gr=0;gr<Ui;++gr)Pi.push(Ni);Pi.push(me)}return Pi}function Wo(it){for(var at=0;at<it.length;++at){var mt=it[at];mt.from!=null&&mt.from==mt.to&&mt.marker.clearWhenEmpty!==!1&&it.splice(at--,1)}return it.length?it:null}function Mr(it,at,mt){var pt=null;if(it.iter(at.line,mt.line+1,function(hn){if(hn.markedSpans)for(var Zn=0;Zn<hn.markedSpans.length;++Zn){var Qn=hn.markedSpans[Zn].marker;Qn.readOnly&&(!pt||re(pt,Qn)==-1)&&(pt||(pt=[])).push(Qn)}}),!pt)return null;for(var bt=[{from:at,to:mt}],Zt=0;Zt<pt.length;++Zt)for(var le=pt[Zt],Se=le.find(0),me=0;me<bt.length;++me){var Te=bt[me];if(!(Pn(Te.to,Se.from)<0||Pn(Te.from,Se.to)>0)){var tn=[me,1],Oe=Pn(Te.from,Se.from),cn=Pn(Te.to,Se.to);(Oe<0||!le.inclusiveLeft&&!Oe)&&tn.push({from:Te.from,to:Se.from}),(cn>0||!le.inclusiveRight&&!cn)&&tn.push({from:Se.to,to:Te.to}),bt.splice.apply(bt,tn),me+=tn.length-3}}return bt}function li(it){var at=it.markedSpans;if(at){for(var mt=0;mt<at.length;++mt)at[mt].marker.detachLine(it);it.markedSpans=null}}function ye(it,at){if(at){for(var mt=0;mt<at.length;++mt)at[mt].marker.attachLine(it);it.markedSpans=at}}function to(it){return it.inclusiveLeft?-1:0}function fr(it){return it.inclusiveRight?1:0}function ar(it,at){var mt=it.lines.length-at.lines.length;if(mt!=0)return mt;var pt=it.find(),bt=at.find(),Zt=Pn(pt.from,bt.from)||to(it)-to(at);if(Zt)return-Zt;var le=Pn(pt.to,bt.to)||fr(it)-fr(at);return le||at.id-it.id}function Ar(it,at){var mt=fn&&it.markedSpans,pt;if(mt)for(var bt=void 0,Zt=0;Zt<mt.length;++Zt)bt=mt[Zt],bt.marker.collapsed&&(at?bt.from:bt.to)==null&&(!pt||ar(pt,bt.marker)<0)&&(pt=bt.marker);return pt}function Ur(it){return Ar(it,!0)}function di(it){return Ar(it,!1)}function Li(it,at){var mt=fn&&it.markedSpans,pt;if(mt)for(var bt=0;bt<mt.length;++bt){var Zt=mt[bt];Zt.marker.collapsed&&(Zt.from==null||Zt.from<at)&&(Zt.to==null||Zt.to>at)&&(!pt||ar(pt,Zt.marker)<0)&&(pt=Zt.marker)}return pt}function tr(it,at,mt,pt,bt){var Zt=Dn(it,at),le=fn&&Zt.markedSpans;if(le)for(var Se=0;Se<le.length;++Se){var me=le[Se];if(me.marker.collapsed){var Te=me.marker.find(0),tn=Pn(Te.from,mt)||to(me.marker)-to(bt),Oe=Pn(Te.to,pt)||fr(me.marker)-fr(bt);if(!(tn>=0&&Oe<=0||tn<=0&&Oe>=0)&&(tn<=0&&(me.marker.inclusiveRight&&bt.inclusiveLeft?Pn(Te.to,mt)>=0:Pn(Te.to,mt)>0)||tn>=0&&(me.marker.inclusiveRight&&bt.inclusiveLeft?Pn(Te.from,pt)<=0:Pn(Te.from,pt)<0)))return!0}}}function Gi(it){for(var at;at=Ur(it);)it=at.find(-1,!0).line;return it}function er(it){for(var at;at=di(it);)it=at.find(1,!0).line;return it}function eo(it){for(var at,mt;at=di(it);)it=at.find(1,!0).line,(mt||(mt=[])).push(it);return mt}function Di(it,at){var mt=Dn(it,at),pt=Gi(mt);return mt==pt?at:Le(pt)}function Ei(it,at){if(at>it.lastLine())return at;var mt=Dn(it,at),pt;if(!An(it,mt))return at;for(;pt=di(mt);)mt=pt.find(1,!0).line;return Le(mt)+1}function An(it,at){var mt=fn&&at.markedSpans;if(mt){for(var pt=void 0,bt=0;bt<mt.length;++bt)if(pt=mt[bt],!!pt.marker.collapsed){if(pt.from==null)return!0;if(!pt.marker.widgetNode&&pt.from==0&&pt.marker.inclusiveLeft&&wi(it,at,pt))return!0}}}function wi(it,at,mt){if(mt.to==null){var pt=mt.marker.find(1,!0);return wi(it,pt.line,pi(pt.line.markedSpans,mt.marker))}if(mt.marker.inclusiveRight&&mt.to==at.text.length)return!0;for(var bt=void 0,Zt=0;Zt<at.markedSpans.length;++Zt)if(bt=at.markedSpans[Zt],bt.marker.collapsed&&!bt.marker.widgetNode&&bt.from==mt.to&&(bt.to==null||bt.to!=mt.from)&&(bt.marker.inclusiveLeft||mt.marker.inclusiveRight)&&wi(it,at,bt))return!0}function Sr(it){it=Gi(it);for(var at=0,mt=it.parent,pt=0;pt<mt.lines.length;++pt){var bt=mt.lines[pt];if(bt==it)break;at+=bt.height}for(var Zt=mt.parent;Zt;mt=Zt,Zt=mt.parent)for(var le=0;le<Zt.children.length;++le){var Se=Zt.children[le];if(Se==mt)break;at+=Se.height}return at}function Jr(it){if(it.height==0)return 0;for(var at=it.text.length,mt,pt=it;mt=Ur(pt);){var bt=mt.find(0,!0);pt=bt.from.line,at+=bt.from.ch-bt.to.ch}for(pt=it;mt=di(pt);){var Zt=mt.find(0,!0);at-=pt.text.length-Zt.from.ch,pt=Zt.to.line,at+=pt.text.length-Zt.to.ch}return at}function Yr(it){var at=it.display,mt=it.doc;at.maxLine=Dn(mt,mt.first),at.maxLineLength=Jr(at.maxLine),at.maxLineChanged=!0,mt.iter(function(pt){var bt=Jr(pt);bt>at.maxLineLength&&(at.maxLineLength=bt,at.maxLine=pt)})}var Ir=function(it,at,mt){this.text=it,ye(this,at),this.height=mt?mt(this):1};Ir.prototype.lineNo=function(){return Le(this)},xn(Ir);function no(it,at,mt,pt){it.text=at,it.stateAfter&&(it.stateAfter=null),it.styles&&(it.styles=null),it.order!=null&&(it.order=null),li(it),ye(it,mt);var bt=pt?pt(it):1;bt!=it.height&&On(it,bt)}function _r(it){it.parent=null,li(it)}var $o={},Zo={};function Js(it,at){if(!it||/^\s*$/.test(it))return null;var mt=at.addModeClass?Zo:$o;return mt[it]||(mt[it]=it.replace(/\S+/g,"cm-$&"))}function en(it,at){var mt=te("span",null,null,Ct?"padding-right: .1px":null),pt={pre:te("pre",[mt],"CodeMirror-line"),content:mt,col:0,pos:0,cm:it,trailingSpace:!1,splitSpaces:it.getOption("lineWrapping")};at.measure={};for(var bt=0;bt<=(at.rest?at.rest.length:0);bt++){var Zt=bt?at.rest[bt-1]:at.line,le=void 0;pt.pos=0,pt.addToken=jl,Si(it.display.measure)&&(le=Ke(Zt,it.doc.direction))&&(pt.addToken=Pl(pt.addToken,le)),pt.map=[];var Se=at!=it.display.externalMeasured&&Le(Zt);ku(Zt,pt,Ri(it,Zt,Se)),Zt.styleClasses&&(Zt.styleClasses.bgClass&&(pt.bgClass=Fe(Zt.styleClasses.bgClass,pt.bgClass||"")),Zt.styleClasses.textClass&&(pt.textClass=Fe(Zt.styleClasses.textClass,pt.textClass||""))),pt.map.length==0&&pt.map.push(0,0,pt.content.appendChild(Wi(it.display.measure))),bt==0?(at.measure.map=pt.map,at.measure.cache={}):((at.measure.maps||(at.measure.maps=[])).push(pt.map),(at.measure.caches||(at.measure.caches=[])).push({}))}if(Ct){var me=pt.content.lastChild;(/\bcm-tab\b/.test(me.className)||me.querySelector&&me.querySelector(".cm-tab"))&&(pt.content.className="cm-tab-wrap-hack")}return on(it,"renderLine",it,at.line,pt.pre),pt.pre.className&&(pt.textClass=Fe(pt.pre.className,pt.textClass||"")),pt}function xo(it){var at=qt("span","\u2022","cm-invalidchar");return at.title="\\u"+it.charCodeAt(0).toString(16),at.setAttribute("aria-label",at.title),at}function jl(it,at,mt,pt,bt,Zt,le){if(at){var Se=it.splitSpaces?os(at,it.trailingSpace):at,me=it.cm.state.specialChars,Te=!1,tn;if(!me.test(at))it.col+=at.length,tn=document.createTextNode(Se),it.map.push(it.pos,it.pos+at.length,tn),Bt&&zt<9&&(Te=!0),it.pos+=at.length;else{tn=document.createDocumentFragment();for(var Oe=0;;){me.lastIndex=Oe;var cn=me.exec(at),hn=cn?cn.index-Oe:at.length-Oe;if(hn){var Zn=document.createTextNode(Se.slice(Oe,Oe+hn));Bt&&zt<9?tn.appendChild(qt("span",[Zn])):tn.appendChild(Zn),it.map.push(it.pos,it.pos+hn,Zn),it.col+=hn,it.pos+=hn}if(!cn)break;Oe+=hn+1;var Qn=void 0;if(cn[0]==" "){var ai=it.cm.options.tabSize,Pi=ai-it.col%ai;Qn=tn.appendChild(qt("span",He(Pi),"cm-tab")),Qn.setAttribute("role","presentation"),Qn.setAttribute("cm-text"," "),it.col+=Pi}else cn[0]=="\r"||cn[0]==`
`?(Qn=tn.appendChild(qt("span",cn[0]=="\r"?"\u240D":"\u2424","cm-invalidchar")),Qn.setAttribute("cm-text",cn[0]),it.col+=1):(Qn=it.cm.options.specialCharPlaceholder(cn[0]),Qn.setAttribute("cm-text",cn[0]),Bt&&zt<9?tn.appendChild(qt("span",[Qn])):tn.appendChild(Qn),it.col+=1);it.map.push(it.pos,it.pos+1,Qn),it.pos++}}if(it.trailingSpace=Se.charCodeAt(at.length-1)==32,mt||pt||bt||Te||Zt||le){var Ui=mt||"";pt&&(Ui+=pt),bt&&(Ui+=bt);var Ni=qt("span",[tn],Ui,Zt);if(le)for(var Zi in le)le.hasOwnProperty(Zi)&&Zi!="style"&&Zi!="class"&&Ni.setAttribute(Zi,le[Zi]);return it.content.appendChild(Ni)}it.content.appendChild(tn)}}function os(it,at){if(it.length>1&&!/ /.test(it))return it;for(var mt=at,pt="",bt=0;bt<it.length;bt++){var Zt=it.charAt(bt);Zt==" "&&mt&&(bt==it.length-1||it.charCodeAt(bt+1)==32)&&(Zt="\xA0"),pt+=Zt,mt=Zt==" "}return pt}function Pl(it,at){return function(mt,pt,bt,Zt,le,Se,me){bt=bt?bt+" cm-force-border":"cm-force-border";for(var Te=mt.pos,tn=Te+pt.length;;){for(var Oe=void 0,cn=0;cn<at.length&&(Oe=at[cn],!(Oe.to>Te&&Oe.from<=Te));cn++);if(Oe.to>=tn)return it(mt,pt,bt,Zt,le,Se,me);it(mt,pt.slice(0,Oe.to-Te),bt,Zt,null,Se,me),Zt=null,pt=pt.slice(Oe.to-Te),Te=Oe.to}}}function Hr(it,at,mt,pt){var bt=!pt&&mt.widgetNode;bt&&it.map.push(it.pos,it.pos+at,bt),!pt&&it.cm.display.input.needsContentAttribute&&(bt||(bt=it.content.appendChild(document.createElement("span"))),bt.setAttribute("cm-marker",mt.id)),bt&&(it.cm.display.input.setUneditable(bt),it.content.appendChild(bt)),it.pos+=at,it.trailingSpace=!1}function ku(it,at,mt){var pt=it.markedSpans,bt=it.text,Zt=0;if(!pt){for(var le=1;le<mt.length;le+=2)at.addToken(at,bt.slice(Zt,Zt=mt[le]),Js(mt[le+1],at.cm.options));return}for(var Se=bt.length,me=0,Te=1,tn="",Oe,cn,hn=0,Zn,Qn,ai,Pi,Ui;;){if(hn==me){Zn=Qn=ai=cn="",Ui=null,Pi=null,hn=1/0;for(var Ni=[],Zi=void 0,gr=0;gr<pt.length;++gr){var Mi=pt[gr],Er=Mi.marker;if(Er.type=="bookmark"&&Mi.from==me&&Er.widgetNode)Ni.push(Er);else if(Mi.from<=me&&(Mi.to==null||Mi.to>me||Er.collapsed&&Mi.to==me&&Mi.from==me)){if(Mi.to!=null&&Mi.to!=me&&hn>Mi.to&&(hn=Mi.to,Qn=""),Er.className&&(Zn+=" "+Er.className),Er.css&&(cn=(cn?cn+";":"")+Er.css),Er.startStyle&&Mi.from==me&&(ai+=" "+Er.startStyle),Er.endStyle&&Mi.to==hn&&(Zi||(Zi=[])).push(Er.endStyle,Mi.to),Er.title&&((Ui||(Ui={})).title=Er.title),Er.attributes)for(var Co in Er.attributes)(Ui||(Ui={}))[Co]=Er.attributes[Co];Er.collapsed&&(!Pi||ar(Pi.marker,Er)<0)&&(Pi=Mi)}else Mi.from>me&&hn>Mi.from&&(hn=Mi.from)}if(Zi)for(var hs=0;hs<Zi.length;hs+=2)Zi[hs+1]==hn&&(Qn+=" "+Zi[hs]);if(!Pi||Pi.from==me)for(var No=0;No<Ni.length;++No)Hr(at,0,Ni[No]);if(Pi&&(Pi.from||0)==me){if(Hr(at,(Pi.to==null?Se+1:Pi.to)-me,Pi.marker,Pi.from==null),Pi.to==null)return;Pi.to==me&&(Pi=!1)}}if(me>=Se)break;for(var ma=Math.min(Se,hn);;){if(tn){var Hs=me+tn.length;if(!Pi){var ns=Hs>ma?tn.slice(0,ma-me):tn;at.addToken(at,ns,Oe?Oe+Zn:Zn,ai,me+ns.length==hn?Qn:"",cn,Ui)}if(Hs>=ma){tn=tn.slice(ma-me),me=ma;break}me=Hs,ai=""}tn=bt.slice(Zt,Zt=mt[Te++]),Oe=Js(mt[Te++],at.cm.options)}}}function zl(it,at,mt){this.line=at,this.rest=eo(at),this.size=this.rest?Le(Ae(this.rest))-mt+1:1,this.node=this.text=null,this.hidden=An(it,at)}function Zr(it,at,mt){for(var pt=[],bt,Zt=at;Zt<mt;Zt=bt){var le=new zl(it.doc,Dn(it.doc,Zt),Zt);bt=Zt+le.size,pt.push(le)}return pt}var Ro=null;function Cl(it){Ro?Ro.ops.push(it):it.ownsGroup=Ro={ops:[it],delayedCallbacks:[]}}function gs(it){var at=it.delayedCallbacks,mt=0;do{for(;mt<at.length;mt++)at[mt].call(null);for(var pt=0;pt<it.ops.length;pt++){var bt=it.ops[pt];if(bt.cursorActivityHandlers)for(;bt.cursorActivityCalled<bt.cursorActivityHandlers.length;)bt.cursorActivityHandlers[bt.cursorActivityCalled++].call(null,bt.cm)}}while(mt<at.length)}function Ja(it,at){var mt=it.ownsGroup;if(mt)try{gs(mt)}finally{Ro=null,at(mt)}}var ha=null;function Fi(it,at){var mt=Je(it,at);if(mt.length){var pt=Array.prototype.slice.call(arguments,2),bt;Ro?bt=Ro.delayedCallbacks:ha?bt=ha:(bt=ha=[],setTimeout(ts,0));for(var Zt=function(Se){bt.push(function(){return mt[Se].apply(null,pt)})},le=0;le<mt.length;++le)Zt(le)}}function ts(){var it=ha;ha=null;for(var at=0;at<it.length;++at)it[at]()}function Eu(it,at,mt,pt){for(var bt=0;bt<at.changes.length;bt++){var Zt=at.changes[bt];Zt=="text"?Nn(it,at):Zt=="gutter"?mr(it,at,mt,pt):Zt=="class"?Yi(it,at):Zt=="widget"&&Qr(it,at,pt)}at.changes=null}function Qs(it){return it.node==it.text&&(it.node=qt("div",null,null,"position: relative"),it.text.parentNode&&it.text.parentNode.replaceChild(it.node,it.text),it.node.appendChild(it.text),Bt&&zt<8&&(it.node.style.zIndex=2)),it.node}function pr(it,at){var mt=at.bgClass?at.bgClass+" "+(at.line.bgClass||""):at.line.bgClass;if(mt&&(mt+=" CodeMirror-linebackground"),at.background)mt?at.background.className=mt:(at.background.parentNode.removeChild(at.background),at.background=null);else if(mt){var pt=Qs(at);at.background=pt.insertBefore(qt("div",null,mt),pt.firstChild),it.display.input.setUneditable(at.background)}}function Tr(it,at){var mt=it.display.externalMeasured;return mt&&mt.line==at.line?(it.display.externalMeasured=null,at.measure=mt.measure,mt.built):en(it,at)}function Nn(it,at){var mt=at.text.className,pt=Tr(it,at);at.text==at.node&&(at.node=pt.pre),at.text.parentNode.replaceChild(pt.pre,at.text),at.text=pt.pre,pt.bgClass!=at.bgClass||pt.textClass!=at.textClass?(at.bgClass=pt.bgClass,at.textClass=pt.textClass,Yi(it,at)):mt&&(at.text.className=mt)}function Yi(it,at){pr(it,at),at.line.wrapClass?Qs(at).className=at.line.wrapClass:at.node!=at.text&&(at.node.className="");var mt=at.textClass?at.textClass+" "+(at.line.textClass||""):at.line.textClass;at.text.className=mt||""}function mr(it,at,mt,pt){if(at.gutter&&(at.node.removeChild(at.gutter),at.gutter=null),at.gutterBackground&&(at.node.removeChild(at.gutterBackground),at.gutterBackground=null),at.line.gutterClass){var bt=Qs(at);at.gutterBackground=qt("div",null,"CodeMirror-gutter-background "+at.line.gutterClass,"left: "+(it.options.fixedGutter?pt.fixedPos:-pt.gutterTotalWidth)+"px; width: "+pt.gutterTotalWidth+"px"),it.display.input.setUneditable(at.gutterBackground),bt.insertBefore(at.gutterBackground,at.text)}var Zt=at.line.gutterMarkers;if(it.options.lineNumbers||Zt){var le=Qs(at),Se=at.gutter=qt("div",null,"CodeMirror-gutter-wrapper","left: "+(it.options.fixedGutter?pt.fixedPos:-pt.gutterTotalWidth)+"px");if(it.display.input.setUneditable(Se),le.insertBefore(Se,at.text),at.line.gutterClass&&(Se.className+=" "+at.line.gutterClass),it.options.lineNumbers&&(!Zt||!Zt["CodeMirror-linenumbers"])&&(at.lineNumber=Se.appendChild(qt("div",Un(it.options,mt),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+pt.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+it.display.lineNumInnerWidth+"px"))),Zt)for(var me=0;me<it.display.gutterSpecs.length;++me){var Te=it.display.gutterSpecs[me].className,tn=Zt.hasOwnProperty(Te)&&Zt[Te];tn&&Se.appendChild(qt("div",[tn],"CodeMirror-gutter-elt","left: "+pt.gutterLeft[Te]+"px; width: "+pt.gutterWidth[Te]+"px"))}}}function Qr(it,at,mt){at.alignable&&(at.alignable=null);for(var pt=Lt("CodeMirror-linewidget"),bt=at.node.firstChild,Zt=void 0;bt;bt=Zt)Zt=bt.nextSibling,pt.test(bt.className)&&at.node.removeChild(bt);$s(it,at,mt)}function ca(it,at,mt,pt){var bt=Tr(it,at);return at.text=at.node=bt.pre,bt.bgClass&&(at.bgClass=bt.bgClass),bt.textClass&&(at.textClass=bt.textClass),Yi(it,at),mr(it,at,mt,pt),$s(it,at,pt),at.node}function $s(it,at,mt){if(nr(it,at.line,at,mt,!0),at.rest)for(var pt=0;pt<at.rest.length;pt++)nr(it,at.rest[pt],at,mt,!1)}function nr(it,at,mt,pt,bt){if(at.widgets)for(var Zt=Qs(mt),le=0,Se=at.widgets;le<Se.length;++le){var me=Se[le],Te=qt("div",[me.node],"CodeMirror-linewidget"+(me.className?" "+me.className:""));me.handleMouseEvents||Te.setAttribute("cm-ignore-events","true"),Xo(me,Te,mt,pt),it.display.input.setUneditable(Te),bt&&me.above?Zt.insertBefore(Te,mt.gutter||mt.text):Zt.appendChild(Te),Fi(me,"redraw")}}function Xo(it,at,mt,pt){if(it.noHScroll){(mt.alignable||(mt.alignable=[])).push(at);var bt=pt.wrapperWidth;at.style.left=pt.fixedPos+"px",it.coverGutter||(bt-=pt.gutterTotalWidth,at.style.paddingLeft=pt.gutterTotalWidth+"px"),at.style.width=bt+"px"}it.coverGutter&&(at.style.zIndex=5,at.style.position="relative",it.noHScroll||(at.style.marginLeft=-pt.gutterTotalWidth+"px"))}function Ns(it){if(it.height!=null)return it.height;var at=it.doc.cm;if(!at)return 0;if(!he(document.body,it.node)){var mt="position: relative;";it.coverGutter&&(mt+="margin-left: -"+at.display.gutters.offsetWidth+"px;"),it.noHScroll&&(mt+="width: "+at.display.wrapper.clientWidth+"px;"),Ft(at.display.measure,qt("div",[it.node],null,mt))}return it.height=it.node.parentNode.offsetHeight}function Jo(it,at){for(var mt=vi(at);mt!=it.wrapper;mt=mt.parentNode)if(!mt||mt.nodeType==1&&mt.getAttribute("cm-ignore-events")=="true"||mt.parentNode==it.sizer&&mt!=it.mover)return!0}function Fs(it){return it.lineSpace.offsetTop}function bl(it){return it.mover.offsetHeight-it.lineSpace.offsetHeight}function Qa(it){if(it.cachedPaddingH)return it.cachedPaddingH;var at=Ft(it.measure,qt("pre","x","CodeMirror-line-like")),mt=window.getComputedStyle?window.getComputedStyle(at):at.currentStyle,pt={left:parseInt(mt.paddingLeft),right:parseInt(mt.paddingRight)};return!isNaN(pt.left)&&!isNaN(pt.right)&&(it.cachedPaddingH=pt),pt}function jo(it){return se-it.display.nativeBarWidth}function da(it){return it.display.scroller.clientWidth-jo(it)-it.display.barWidth}function ph(it){return it.display.scroller.clientHeight-jo(it)-it.display.barHeight}function Yc(it,at,mt){var pt=it.options.lineWrapping,bt=pt&&da(it);if(!at.measure.heights||pt&&at.measure.width!=bt){var Zt=at.measure.heights=[];if(pt){at.measure.width=bt;for(var le=at.text.firstChild.getClientRects(),Se=0;Se<le.length-1;Se++){var me=le[Se],Te=le[Se+1];Math.abs(me.bottom-Te.bottom)>2&&Zt.push((me.bottom+Te.top)/2-mt.top)}}Zt.push(mt.bottom-mt.top)}}function Al(it,at,mt){if(it.line==at)return{map:it.measure.map,cache:it.measure.cache};for(var pt=0;pt<it.rest.length;pt++)if(it.rest[pt]==at)return{map:it.measure.maps[pt],cache:it.measure.caches[pt]};for(var bt=0;bt<it.rest.length;bt++)if(Le(it.rest[bt])>mt)return{map:it.measure.maps[bt],cache:it.measure.caches[bt],before:!0}}function Zc(it,at){at=Gi(at);var mt=Le(at),pt=it.display.externalMeasured=new zl(it.doc,at,mt);pt.lineN=mt;var bt=pt.built=en(it,pt);return pt.text=bt.pre,Ft(it.display.lineMeasure,bt.pre),pt}function ac(it,at,mt,pt){return Oa(it,Wl(it,at),mt,pt)}function mh(it,at){if(at>=it.display.viewFrom&&at<it.display.viewTo)return it.display.view[ja(it,at)];var mt=it.display.externalMeasured;if(mt&&at>=mt.lineN&&at<mt.lineN+mt.size)return mt}function Wl(it,at){var mt=Le(at),pt=mh(it,mt);pt&&!pt.text?pt=null:pt&&pt.changes&&(Eu(it,pt,mt,Ud(it)),it.curOp.forceUpdate=!0),pt||(pt=Zc(it,at));var bt=Al(pt,at,mt);return{line:at,view:pt,rect:null,map:bt.map,cache:bt.cache,before:bt.before,hasHeights:!1}}function Oa(it,at,mt,pt,bt){at.before&&(mt=-1);var Zt=mt+(pt||""),le;return at.cache.hasOwnProperty(Zt)?le=at.cache[Zt]:(at.rect||(at.rect=at.view.text.getBoundingClientRect()),at.hasHeights||(Yc(it,at.view,at.rect),at.hasHeights=!0),le=Mo(it,at,mt,pt),le.bogus||(at.cache[Zt]=le)),{left:le.left,right:le.right,top:bt?le.rtop:le.top,bottom:bt?le.rbottom:le.bottom}}var vh={left:0,right:0,top:0,bottom:0};function lc(it,at,mt){for(var pt,bt,Zt,le,Se,me,Te=0;Te<it.length;Te+=3)if(Se=it[Te],me=it[Te+1],at<Se?(bt=0,Zt=1,le="left"):at<me?(bt=at-Se,Zt=bt+1):(Te==it.length-3||at==me&&it[Te+3]>at)&&(Zt=me-Se,bt=Zt-1,at>=me&&(le="right")),bt!=null){if(pt=it[Te+2],Se==me&&mt==(pt.insertLeft?"left":"right")&&(le=mt),mt=="left"&&bt==0)for(;Te&&it[Te-2]==it[Te-3]&&it[Te-1].insertLeft;)pt=it[(Te-=3)+2],le="left";if(mt=="right"&&bt==me-Se)for(;Te<it.length-3&&it[Te+3]==it[Te+4]&&!it[Te+5].insertLeft;)pt=it[(Te+=3)+2],le="right";break}return{node:pt,start:bt,end:Zt,collapse:le,coverStart:Se,coverEnd:me}}function uc(it,at){var mt=vh;if(at=="left")for(var pt=0;pt<it.length&&(mt=it[pt]).left==mt.right;pt++);else for(var bt=it.length-1;bt>=0&&(mt=it[bt]).left==mt.right;bt--);return mt}function Mo(it,at,mt,pt){var bt=lc(at.map,mt,pt),Zt=bt.node,le=bt.start,Se=bt.end,me=bt.collapse,Te;if(Zt.nodeType==3){for(var tn=0;tn<4;tn++){for(;le&&Pt(at.line.text.charAt(bt.coverStart+le));)--le;for(;bt.coverStart+Se<bt.coverEnd&&Pt(at.line.text.charAt(bt.coverStart+Se));)++Se;if(Bt&&zt<9&&le==0&&Se==bt.coverEnd-bt.coverStart?Te=Zt.parentNode.getBoundingClientRect():Te=uc(Xt(Zt,le,Se).getClientRects(),pt),Te.left||Te.right||le==0)break;Se=le,le=le-1,me="right"}Bt&&zt<11&&(Te=Gd(it.display.measure,Te))}else{le>0&&(me=pt="right");var Oe;it.options.lineWrapping&&(Oe=Zt.getClientRects()).length>1?Te=Oe[pt=="right"?Oe.length-1:0]:Te=Zt.getBoundingClientRect()}if(Bt&&zt<9&&!le&&(!Te||!Te.left&&!Te.right)){var cn=Zt.parentNode.getClientRects()[0];cn?Te={left:cn.left,right:cn.left+xh(it.display),top:cn.top,bottom:cn.bottom}:Te=vh}for(var hn=Te.top-at.rect.top,Zn=Te.bottom-at.rect.top,Qn=(hn+Zn)/2,ai=at.view.measure.heights,Pi=0;Pi<ai.length-1&&!(Qn<ai[Pi]);Pi++);var Ui=Pi?ai[Pi-1]:0,Ni=ai[Pi],Zi={left:(me=="right"?Te.right:Te.left)-at.rect.left,right:(me=="left"?Te.left:Te.right)-at.rect.left,top:Ui,bottom:Ni};return!Te.left&&!Te.right&&(Zi.bogus=!0),it.options.singleCursorHeightPerLine||(Zi.rtop=hn,Zi.rbottom=Zn),Zi}function Gd(it,at){if(!window.screen||screen.logicalXDPI==null||screen.logicalXDPI==screen.deviceXDPI||!fi(it))return at;var mt=screen.logicalXDPI/screen.deviceXDPI,pt=screen.logicalYDPI/screen.deviceYDPI;return{left:at.left*mt,right:at.right*mt,top:at.top*pt,bottom:at.bottom*pt}}function hc(it){if(it.measure&&(it.measure.cache={},it.measure.heights=null,it.rest))for(var at=0;at<it.rest.length;at++)it.measure.caches[at]={}}function yh(it){it.display.externalMeasure=null,Ut(it.display.lineMeasure);for(var at=0;at<it.display.view.length;at++)hc(it.display.view[at])}function Mu(it){yh(it),it.display.cachedCharWidth=it.display.cachedTextHeight=it.display.cachedPaddingH=null,it.options.lineWrapping||(it.display.maxLineChanged=!0),it.display.lineNumChars=null}function Ds(){return Rt&&et?-(document.body.getBoundingClientRect().left-parseInt(getComputedStyle(document.body).marginLeft)):window.pageXOffset||(document.documentElement||document.body).scrollLeft}function Bs(){return Rt&&et?-(document.body.getBoundingClientRect().top-parseInt(getComputedStyle(document.body).marginTop)):window.pageYOffset||(document.documentElement||document.body).scrollTop}function Go(it){var at=0;if(it.widgets)for(var mt=0;mt<it.widgets.length;++mt)it.widgets[mt].above&&(at+=Ns(it.widgets[mt]));return at}function Qo(it,at,mt,pt,bt){if(!bt){var Zt=Go(at);mt.top+=Zt,mt.bottom+=Zt}if(pt=="line")return mt;pt||(pt="local");var le=Sr(at);if(pt=="local"?le+=Fs(it.display):le-=it.display.viewOffset,pt=="page"||pt=="window"){var Se=it.display.lineSpace.getBoundingClientRect();le+=Se.top+(pt=="window"?0:Bs());var me=Se.left+(pt=="window"?0:Ds());mt.left+=me,mt.right+=me}return mt.top+=le,mt.bottom+=le,mt}function Kr(it,at,mt){if(mt=="div")return at;var pt=at.left,bt=at.top;if(mt=="page")pt-=Ds(),bt-=Bs();else if(mt=="local"||!mt){var Zt=it.display.sizer.getBoundingClientRect();pt+=Zt.left,bt+=Zt.top}var le=it.display.lineSpace.getBoundingClientRect();return{left:pt-le.left,top:bt-le.top}}function Nr(it,at,mt,pt,bt){return pt||(pt=Dn(it.doc,at.line)),Qo(it,pt,ac(it,pt,at.ch,bt),mt)}function jr(it,at,mt,pt,bt,Zt){pt=pt||Dn(it.doc,at.line),bt||(bt=Wl(it,pt));function le(Zn,Qn){var ai=Oa(it,bt,Zn,Qn?"right":"left",Zt);return Qn?ai.left=ai.right:ai.right=ai.left,Qo(it,pt,ai,mt)}var Se=Ke(pt,it.doc.direction),me=at.ch,Te=at.sticky;if(me>=pt.text.length?(me=pt.text.length,Te="before"):me<=0&&(me=0,Te="after"),!Se)return le(Te=="before"?me-1:me,Te=="before");function tn(Zn,Qn,ai){var Pi=Se[Qn],Ui=Pi.level==1;return le(ai?Zn-1:Zn,Ui!=ai)}var Oe=ae(Se,me,Te),cn=Gt,hn=tn(me,Oe,Te=="before");return cn!=null&&(hn.other=tn(me,cn,Te!="before")),hn}function Os(it,at){var mt=0;at=Kn(it.doc,at),it.options.lineWrapping||(mt=xh(it.display)*at.ch);var pt=Dn(it.doc,at.line),bt=Sr(pt)+Fs(it.display);return{left:mt,right:mt,top:bt,bottom:bt+pt.height}}function Uo(it,at,mt,pt,bt){var Zt=rn(it,at,mt);return Zt.xRel=bt,pt&&(Zt.outside=pt),Zt}function ss(it,at,mt){var pt=it.doc;if(mt+=it.display.viewOffset,mt<0)return Uo(pt.first,0,null,-1,-1);var bt=nn(pt,mt),Zt=pt.first+pt.size-1;if(bt>Zt)return Uo(pt.first+pt.size-1,Dn(pt,Zt).text.length,null,1,1);at<0&&(at=0);for(var le=Dn(pt,bt);;){var Se=Sn(it,le,bt,at,mt),me=Li(le,Se.ch+(Se.xRel>0||Se.outside>0?1:0));if(!me)return Se;var Te=me.find(1);if(Te.line==bt)return Te;le=Dn(pt,bt=Te.line)}}function bi(it,at,mt,pt){pt-=Go(at);var bt=at.text.length,Zt=$t(function(le){return Oa(it,mt,le-1).bottom<=pt},bt,0);return bt=$t(function(le){return Oa(it,mt,le).top>pt},Zt,bt),{begin:Zt,end:bt}}function Ia(it,at,mt,pt){mt||(mt=Wl(it,at));var bt=Qo(it,at,Oa(it,mt,pt),"line").top;return bi(it,at,mt,bt)}function Re(it,at,mt,pt){return it.bottom<=mt?!1:it.top>mt?!0:(pt?it.left:it.right)>at}function Sn(it,at,mt,pt,bt){bt-=Sr(at);var Zt=Wl(it,at),le=Go(at),Se=0,me=at.text.length,Te=!0,tn=Ke(at,it.doc.direction);if(tn){var Oe=(it.options.lineWrapping?Sh:Gl)(it,at,mt,Zt,tn,pt,bt);Te=Oe.level!=1,Se=Te?Oe.from:Oe.to-1,me=Te?Oe.to:Oe.from-1}var cn=null,hn=null,Zn=$t(function(gr){var Mi=Oa(it,Zt,gr);return Mi.top+=le,Mi.bottom+=le,Re(Mi,pt,bt,!1)?(Mi.top<=bt&&Mi.left<=pt&&(cn=gr,hn=Mi),!0):!1},Se,me),Qn,ai,Pi=!1;if(hn){var Ui=pt-hn.left<hn.right-pt,Ni=Ui==Te;Zn=cn+(Ni?0:1),ai=Ni?"after":"before",Qn=Ui?hn.left:hn.right}else{!Te&&(Zn==me||Zn==Se)&&Zn++,ai=Zn==0?"after":Zn==at.text.length?"before":Oa(it,Zt,Zn-(Te?1:0)).bottom+le<=bt==Te?"after":"before";var Zi=jr(it,rn(mt,Zn,ai),"line",at,Zt);Qn=Zi.left,Pi=bt<Zi.top?-1:bt>=Zi.bottom?1:0}return Zn=Tt(at.text,Zn,1),Uo(mt,Zn,ai,Pi,pt-Qn)}function Gl(it,at,mt,pt,bt,Zt,le){var Se=$t(function(Oe){var cn=bt[Oe],hn=cn.level!=1;return Re(jr(it,rn(mt,hn?cn.to:cn.from,hn?"before":"after"),"line",at,pt),Zt,le,!0)},0,bt.length-1),me=bt[Se];if(Se>0){var Te=me.level!=1,tn=jr(it,rn(mt,Te?me.from:me.to,Te?"after":"before"),"line",at,pt);Re(tn,Zt,le,!0)&&tn.top>le&&(me=bt[Se-1])}return me}function Sh(it,at,mt,pt,bt,Zt,le){var Se=bi(it,at,pt,le),me=Se.begin,Te=Se.end;/\s/.test(at.text.charAt(Te-1))&&Te--;for(var tn=null,Oe=null,cn=0;cn<bt.length;cn++){var hn=bt[cn];if(!(hn.from>=Te||hn.to<=me)){var Zn=hn.level!=1,Qn=Oa(it,pt,Zn?Math.min(Te,hn.to)-1:Math.max(me,hn.from)).right,ai=Qn<Zt?Zt-Qn+1e9:Qn-Zt;(!tn||Oe>ai)&&(tn=hn,Oe=ai)}}return tn||(tn=bt[bt.length-1]),tn.from<me&&(tn={from:me,to:tn.to,level:tn.level}),tn.to>Te&&(tn={from:tn.from,to:Te,level:tn.level}),tn}var Ra;function au(it){if(it.cachedTextHeight!=null)return it.cachedTextHeight;if(Ra==null){Ra=qt("pre",null,"CodeMirror-line-like");for(var at=0;at<49;++at)Ra.appendChild(document.createTextNode("x")),Ra.appendChild(qt("br"));Ra.appendChild(document.createTextNode("x"))}Ft(it.measure,Ra);var mt=Ra.offsetHeight/50;return mt>3&&(it.cachedTextHeight=mt),Ut(it.measure),mt||1}function xh(it){if(it.cachedCharWidth!=null)return it.cachedCharWidth;var at=qt("span","xxxxxxxxxx"),mt=qt("pre",[at],"CodeMirror-line-like");Ft(it.measure,mt);var pt=at.getBoundingClientRect(),bt=(pt.right-pt.left)/10;return bt>2&&(it.cachedCharWidth=bt),bt||10}function Ud(it){for(var at=it.display,mt={},pt={},bt=at.gutters.clientLeft,Zt=at.gutters.firstChild,le=0;Zt;Zt=Zt.nextSibling,++le){var Se=it.display.gutterSpecs[le].className;mt[Se]=Zt.offsetLeft+Zt.clientLeft+bt,pt[Se]=Zt.clientWidth}return{fixedPos:Xc(at),gutterTotalWidth:at.gutters.offsetWidth,gutterLeft:mt,gutterWidth:pt,wrapperWidth:at.wrapper.clientWidth}}function Xc(it){return it.scroller.getBoundingClientRect().left-it.sizer.getBoundingClientRect().left}function wo(it){var at=au(it.display),mt=it.options.lineWrapping,pt=mt&&Math.max(5,it.display.scroller.clientWidth/xh(it.display)-3);return function(bt){if(An(it.doc,bt))return 0;var Zt=0;if(bt.widgets)for(var le=0;le<bt.widgets.length;le++)bt.widgets[le].height&&(Zt+=bt.widgets[le].height);return mt?Zt+(Math.ceil(bt.text.length/pt)||1)*at:Zt+at}}function ir(it){var at=it.doc,mt=wo(it);at.iter(function(pt){var bt=mt(pt);bt!=pt.height&&On(pt,bt)})}function ta(it,at,mt,pt){var bt=it.display;if(!mt&&vi(at).getAttribute("cm-not-content")=="true")return null;var Zt,le,Se=bt.lineSpace.getBoundingClientRect();try{Zt=at.clientX-Se.left,le=at.clientY-Se.top}catch(Oe){return null}var me=ss(it,Zt,le),Te;if(pt&&me.xRel>0&&(Te=Dn(it.doc,me.line).text).length==me.ch){var tn=pe(Te,Te.length,it.options.tabSize)-Te.length;me=rn(me.line,Math.max(0,Math.round((Zt-Qa(it.display).left)/xh(it.display))-tn))}return me}function ja(it,at){if(at>=it.display.viewTo||(at-=it.display.viewFrom,at<0))return null;for(var mt=it.display.view,pt=0;pt<mt.length;pt++)if(at-=mt[pt].size,at<0)return pt}function Po(it,at,mt,pt){at==null&&(at=it.doc.first),mt==null&&(mt=it.doc.first+it.doc.size),pt||(pt=0);var bt=it.display;if(pt&&mt<bt.viewTo&&(bt.updateLineNumbers==null||bt.updateLineNumbers>at)&&(bt.updateLineNumbers=at),it.curOp.viewChanged=!0,at>=bt.viewTo)fn&&Di(it.doc,at)<bt.viewTo&&_o(it);else if(mt<=bt.viewFrom)fn&&Ei(it.doc,mt+pt)>bt.viewFrom?_o(it):(bt.viewFrom+=pt,bt.viewTo+=pt);else if(at<=bt.viewFrom&&mt>=bt.viewTo)_o(it);else if(at<=bt.viewFrom){var Zt=fa(it,mt,mt+pt,1);Zt?(bt.view=bt.view.slice(Zt.index),bt.viewFrom=Zt.lineN,bt.viewTo+=pt):_o(it)}else if(mt>=bt.viewTo){var le=fa(it,at,at,-1);le?(bt.view=bt.view.slice(0,le.index),bt.viewTo=le.lineN):_o(it)}else{var Se=fa(it,at,at,-1),me=fa(it,mt,mt+pt,1);Se&&me?(bt.view=bt.view.slice(0,Se.index).concat(Zr(it,Se.lineN,me.lineN)).concat(bt.view.slice(me.index)),bt.viewTo+=pt):_o(it)}var Te=bt.externalMeasured;Te&&(mt<Te.lineN?Te.lineN+=pt:at<Te.lineN+Te.size&&(bt.externalMeasured=null))}function Lr(it,at,mt){it.curOp.viewChanged=!0;var pt=it.display,bt=it.display.externalMeasured;if(bt&&at>=bt.lineN&&at<bt.lineN+bt.size&&(pt.externalMeasured=null),!(at<pt.viewFrom||at>=pt.viewTo)){var Zt=pt.view[ja(it,at)];if(Zt.node!=null){var le=Zt.changes||(Zt.changes=[]);re(le,mt)==-1&&le.push(mt)}}}function _o(it){it.display.viewFrom=it.display.viewTo=it.doc.first,it.display.view=[],it.display.viewOffset=0}function fa(it,at,mt,pt){var bt=ja(it,at),Zt,le=it.display.view;if(!fn||mt==it.doc.first+it.doc.size)return{index:bt,lineN:mt};for(var Se=it.display.viewFrom,me=0;me<bt;me++)Se+=le[me].size;if(Se!=at){if(pt>0){if(bt==le.length-1)return null;Zt=Se+le[bt].size-at,bt++}else Zt=Se-at;at+=Zt,mt+=Zt}for(;Di(it.doc,mt)!=mt;){if(bt==(pt<0?0:le.length-1))return null;mt+=pt*le[bt-(pt<0?1:0)].size,bt+=pt}return{index:bt,lineN:mt}}function ho(it,at,mt){var pt=it.display,bt=pt.view;bt.length==0||at>=pt.viewTo||mt<=pt.viewFrom?(pt.view=Zr(it,at,mt),pt.viewFrom=at):(pt.viewFrom>at?pt.view=Zr(it,at,pt.viewFrom).concat(pt.view):pt.viewFrom<at&&(pt.view=pt.view.slice(ja(it,at))),pt.viewFrom=at,pt.viewTo<mt?pt.view=pt.view.concat(Zr(it,pt.viewTo,mt)):pt.viewTo>mt&&(pt.view=pt.view.slice(0,ja(it,mt)))),pt.viewTo=mt}function Pa(it){for(var at=it.display.view,mt=0,pt=0;pt<at.length;pt++){var bt=at[pt];!bt.hidden&&(!bt.node||bt.changes)&&++mt}return mt}function as(it){it.display.input.showSelection(it.display.input.prepareSelection())}function Tu(it,at){at===void 0&&(at=!0);for(var mt=it.doc,pt={},bt=pt.cursors=document.createDocumentFragment(),Zt=pt.selection=document.createDocumentFragment(),le=0;le<mt.sel.ranges.length;le++)if(!(!at&&le==mt.sel.primIndex)){var Se=mt.sel.ranges[le];if(!(Se.from().line>=it.display.viewTo||Se.to().line<it.display.viewFrom)){var me=Se.empty();(me||it.options.showCursorWhenSelecting)&&Rr(it,Se.head,bt),me||Or(it,Se,Zt)}}return pt}function Rr(it,at,mt){var pt=jr(it,at,"div",null,null,!it.options.singleCursorHeightPerLine),bt=mt.appendChild(qt("div","\xA0","CodeMirror-cursor"));if(bt.style.left=pt.left+"px",bt.style.top=pt.top+"px",bt.style.height=Math.max(0,pt.bottom-pt.top)*it.options.cursorHeight+"px",pt.other){var Zt=mt.appendChild(qt("div","\xA0","CodeMirror-cursor CodeMirror-secondarycursor"));Zt.style.display="",Zt.style.left=pt.other.left+"px",Zt.style.top=pt.other.top+"px",Zt.style.height=(pt.other.bottom-pt.other.top)*.85+"px"}}function ea(it,at){return it.top-at.top||it.left-at.left}function Or(it,at,mt){var pt=it.display,bt=it.doc,Zt=document.createDocumentFragment(),le=Qa(it.display),Se=le.left,me=Math.max(pt.sizerWidth,da(it)-pt.sizer.offsetLeft)-le.right,Te=bt.direction=="ltr";function tn(Ni,Zi,gr,Mi){Zi<0&&(Zi=0),Zi=Math.round(Zi),Mi=Math.round(Mi),Zt.appendChild(qt("div",null,"CodeMirror-selected","position: absolute; left: "+Ni+`px;
top: `+Zi+"px; width: "+(gr==null?me-Ni:gr)+`px;
height: `+(Mi-Zi)+"px"))}function Oe(Ni,Zi,gr){var Mi=Dn(bt,Ni),Er=Mi.text.length,Co,hs;function No(ns,La){return Nr(it,rn(Ni,ns),"div",Mi,La)}function ma(ns,La,Rs){var is=Ia(it,Mi,null,ns),Xr=La=="ltr"==(Rs=="after")?"left":"right",Bo=Rs=="after"?is.begin:is.end-(/\s/.test(Mi.text.charAt(is.end-1))?2:1);return No(Bo,Xr)[Xr]}var Hs=Ke(Mi,bt.direction);return jt(Hs,Zi||0,gr==null?Er:gr,function(ns,La,Rs,is){var Xr=Rs=="ltr",Bo=No(ns,Xr?"left":"right"),xs=No(La-1,Xr?"right":"left"),js=Zi==null&&ns==0,dl=gr==null&&La==Er,Fo=is==0,nl=!Hs||is==Hs.length-1;if(xs.top-Bo.top<=3){var zo=(Te?js:dl)&&Fo,yd=(Te?dl:js)&&nl,Ua=zo?Se:(Xr?Bo:xs).left,ka=yd?me:(Xr?xs:Bo).right;tn(Ua,Bo.top,ka-Ua,Bo.bottom)}else{var va,fo,ws,Yl;Xr?(va=Te&&js&&Fo?Se:Bo.left,fo=Te?me:ma(ns,Rs,"before"),ws=Te?Se:ma(La,Rs,"after"),Yl=Te&&dl&&nl?me:xs.right):(va=Te?ma(ns,Rs,"before"):Se,fo=!Te&&js&&Fo?me:Bo.right,ws=!Te&&dl&&nl?Se:xs.left,Yl=Te?ma(La,Rs,"after"):me),tn(va,Bo.top,fo-va,Bo.bottom),Bo.bottom<xs.top&&tn(Se,Bo.bottom,null,xs.top),tn(ws,xs.top,Yl-ws,xs.bottom)}(!Co||ea(Bo,Co)<0)&&(Co=Bo),ea(xs,Co)<0&&(Co=xs),(!hs||ea(Bo,hs)<0)&&(hs=Bo),ea(xs,hs)<0&&(hs=xs)}),{start:Co,end:hs}}var cn=at.from(),hn=at.to();if(cn.line==hn.line)Oe(cn.line,cn.ch,hn.ch);else{var Zn=Dn(bt,cn.line),Qn=Dn(bt,hn.line),ai=Gi(Zn)==Gi(Qn),Pi=Oe(cn.line,cn.ch,ai?Zn.text.length+1:null).end,Ui=Oe(hn.line,ai?0:null,hn.ch).start;ai&&(Pi.top<Ui.top-2?(tn(Pi.right,Pi.top,null,Pi.bottom),tn(Se,Ui.top,Ui.left,Ui.bottom)):tn(Pi.right,Pi.top,Ui.left-Pi.right,Pi.bottom)),Pi.bottom<Ui.top&&tn(Se,Pi.bottom,null,Ui.top)}mt.appendChild(Zt)}function ro(it){if(it.state.focused){var at=it.display;clearInterval(at.blinker);var mt=!0;at.cursorDiv.style.visibility="",it.options.cursorBlinkRate>0?at.blinker=setInterval(function(){it.hasFocus()||wh(it),at.cursorDiv.style.visibility=(mt=!mt)?"":"hidden"},it.options.cursorBlinkRate):it.options.cursorBlinkRate<0&&(at.cursorDiv.style.visibility="hidden")}}function vo(it){it.state.focused||(it.display.input.focus(),zr(it))}function Lo(it){it.state.delayingBlurEvent=!0,setTimeout(function(){it.state.delayingBlurEvent&&(it.state.delayingBlurEvent=!1,wh(it))},100)}function zr(it,at){it.state.delayingBlurEvent&&(it.state.delayingBlurEvent=!1),it.options.readOnly!="nocursor"&&(it.state.focused||(on(it,"focus",it,at),it.state.focused=!0,Ce(it.display.wrapper,"CodeMirror-focused"),!it.curOp&&it.display.selForContextMenu!=it.doc.sel&&(it.display.input.reset(),Ct&&setTimeout(function(){return it.display.input.reset(!0)},20)),it.display.input.receivedFocus()),ro(it))}function wh(it,at){it.state.delayingBlurEvent||(it.state.focused&&(on(it,"blur",it,at),it.state.focused=!1,It(it.display.wrapper,"CodeMirror-focused")),clearInterval(it.display.blinker),setTimeout(function(){it.state.focused||(it.display.shift=!1)},150))}function qi(it){for(var at=it.display,mt=at.lineDiv.offsetTop,pt=0;pt<at.view.length;pt++){var bt=at.view[pt],Zt=it.options.lineWrapping,le=void 0,Se=0;if(!bt.hidden){if(Bt&&zt<8){var me=bt.node.offsetTop+bt.node.offsetHeight;le=me-mt,mt=me}else{var Te=bt.node.getBoundingClientRect();le=Te.bottom-Te.top,!Zt&&bt.text.firstChild&&(Se=bt.text.firstChild.getBoundingClientRect().right-Te.left-1)}var tn=bt.line.height-le;if((tn>.005||tn<-.005)&&(On(bt.line,le),Op(bt.line),bt.rest))for(var Oe=0;Oe<bt.rest.length;Oe++)Op(bt.rest[Oe]);if(Se>it.display.sizerWidth){var cn=Math.ceil(Se/xh(it.display));cn>it.display.maxLineLength&&(it.display.maxLineLength=cn,it.display.maxLine=bt.line,it.display.maxLineChanged=!0)}}}}function Op(it){if(it.widgets)for(var at=0;at<it.widgets.length;++at){var mt=it.widgets[at],pt=mt.node.parentNode;pt&&(mt.height=pt.offsetHeight)}}function Br(it,at,mt){var pt=mt&&mt.top!=null?Math.max(0,mt.top):it.scroller.scrollTop;pt=Math.floor(pt-Fs(it));var bt=mt&&mt.bottom!=null?mt.bottom:pt+it.wrapper.clientHeight,Zt=nn(at,pt),le=nn(at,bt);if(mt&&mt.ensure){var Se=mt.ensure.from.line,me=mt.ensure.to.line;Se<Zt?(Zt=Se,le=nn(at,Sr(Dn(at,Se))+it.wrapper.clientHeight)):Math.min(me,at.lastLine())>=le&&(Zt=nn(at,Sr(Dn(at,me))-it.wrapper.clientHeight),le=me)}return{from:Zt,to:Math.max(le,Zt+1)}}function Ip(it,at){if(!$e(it,"scrollCursorIntoView")){var mt=it.display,pt=mt.sizer.getBoundingClientRect(),bt=null;if(at.top+pt.top<0?bt=!0:at.bottom+pt.top>(window.innerHeight||document.documentElement.clientHeight)&&(bt=!1),bt!=null&&!Dt){var Zt=qt("div","\u200B",null,`position: absolute;
top: `+(at.top-mt.viewOffset-Fs(it.display))+`px;
height: `+(at.bottom-at.top+jo(it)+mt.barHeight)+`px;
left: `+at.left+"px; width: "+Math.max(2,at.right-at.left)+"px;");it.display.lineSpace.appendChild(Zt),Zt.scrollIntoView(bt),it.display.lineSpace.removeChild(Zt)}}}function cc(it,at,mt,pt){pt==null&&(pt=0);var bt;!it.options.lineWrapping&&at==mt&&(at=at.ch?rn(at.line,at.sticky=="before"?at.ch-1:at.ch,"after"):at,mt=at.sticky=="before"?rn(at.line,at.ch+1,"before"):at);for(var Zt=0;Zt<5;Zt++){var le=!1,Se=jr(it,at),me=!mt||mt==at?Se:jr(it,mt);bt={left:Math.min(Se.left,me.left),top:Math.min(Se.top,me.top)-pt,right:Math.max(Se.left,me.left),bottom:Math.max(Se.bottom,me.bottom)+pt};var Te=eg(it,bt),tn=it.doc.scrollTop,Oe=it.doc.scrollLeft;if(Te.scrollTop!=null&&(Ch(it,Te.scrollTop),Math.abs(it.doc.scrollTop-tn)>1&&(le=!0)),Te.scrollLeft!=null&&(uu(it,Te.scrollLeft),Math.abs(it.doc.scrollLeft-Oe)>1&&(le=!0)),!le)break}return bt}function Jc(it,at){var mt=eg(it,at);mt.scrollTop!=null&&Ch(it,mt.scrollTop),mt.scrollLeft!=null&&uu(it,mt.scrollLeft)}function eg(it,at){var mt=it.display,pt=au(it.display);at.top<0&&(at.top=0);var bt=it.curOp&&it.curOp.scrollTop!=null?it.curOp.scrollTop:mt.scroller.scrollTop,Zt=ph(it),le={};at.bottom-at.top>Zt&&(at.bottom=at.top+Zt);var Se=it.doc.height+bl(mt),me=at.top<pt,Te=at.bottom>Se-pt;if(at.top<bt)le.scrollTop=me?0:at.top;else if(at.bottom>bt+Zt){var tn=Math.min(at.top,(Te?Se:at.bottom)-Zt);tn!=bt&&(le.scrollTop=tn)}var Oe=it.options.fixedGutter?0:mt.gutters.offsetWidth,cn=it.curOp&&it.curOp.scrollLeft!=null?it.curOp.scrollLeft:mt.scroller.scrollLeft-Oe,hn=da(it)-mt.gutters.offsetWidth,Zn=at.right-at.left>hn;return Zn&&(at.right=at.left+hn),at.left<10?le.scrollLeft=0:at.left<cn?le.scrollLeft=Math.max(0,at.left+Oe-(Zn?0:10)):at.right>hn+cn-3&&(le.scrollLeft=at.right+(Zn?0:10)-hn),le}function _d(it,at){at!=null&&(Ul(it),it.curOp.scrollTop=(it.curOp.scrollTop==null?it.doc.scrollTop:it.curOp.scrollTop)+at)}function lu(it){Ul(it);var at=it.getCursor();it.curOp.scrollToPos={from:at,to:at,margin:it.options.cursorScrollMargin}}function Ph(it,at,mt){(at!=null||mt!=null)&&Ul(it),at!=null&&(it.curOp.scrollLeft=at),mt!=null&&(it.curOp.scrollTop=mt)}function Wr(it,at){Ul(it),it.curOp.scrollToPos=at}function Ul(it){var at=it.curOp.scrollToPos;if(at){it.curOp.scrollToPos=null;var mt=Os(it,at.from),pt=Os(it,at.to);Hd(it,mt,pt,at.margin)}}function Hd(it,at,mt,pt){var bt=eg(it,{left:Math.min(at.left,mt.left),top:Math.min(at.top,mt.top)-pt,right:Math.max(at.right,mt.right),bottom:Math.max(at.bottom,mt.bottom)+pt});Ph(it,bt.scrollLeft,bt.scrollTop)}function Ch(it,at){Math.abs(it.doc.scrollTop-at)<2||(ee||Iu(it,{top:at}),ng(it,at,!0),ee&&Iu(it),dc(it,100))}function ng(it,at,mt){at=Math.max(0,Math.min(it.display.scroller.scrollHeight-it.display.scroller.clientHeight,at)),!(it.display.scroller.scrollTop==at&&!mt)&&(it.doc.scrollTop=at,it.display.scrollbars.setScrollTop(at),it.display.scroller.scrollTop!=at&&(it.display.scroller.scrollTop=at))}function uu(it,at,mt,pt){at=Math.max(0,Math.min(at,it.display.scroller.scrollWidth-it.display.scroller.clientWidth)),!((mt?at==it.doc.scrollLeft:Math.abs(it.doc.scrollLeft-at)<2)&&!pt)&&(it.doc.scrollLeft=at,Yd(it),it.display.scroller.scrollLeft!=at&&(it.display.scroller.scrollLeft=at),it.display.scrollbars.setScrollLeft(at))}function qa(it){var at=it.display,mt=at.gutters.offsetWidth,pt=Math.round(it.doc.height+bl(it.display));return{clientHeight:at.scroller.clientHeight,viewHeight:at.wrapper.clientHeight,scrollWidth:at.scroller.scrollWidth,clientWidth:at.scroller.clientWidth,viewWidth:at.wrapper.clientWidth,barLeft:it.options.fixedGutter?mt:0,docHeight:pt,scrollHeight:pt+jo(it)+at.barHeight,nativeBarWidth:at.nativeBarWidth,gutterWidth:mt}}var Nu=function(it,at,mt){this.cm=mt;var pt=this.vert=qt("div",[qt("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),bt=this.horiz=qt("div",[qt("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");pt.tabIndex=bt.tabIndex=-1,it(pt),it(bt),Me(pt,"scroll",function(){pt.clientHeight&&at(pt.scrollTop,"vertical")}),Me(bt,"scroll",function(){bt.clientWidth&&at(bt.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,Bt&&zt<8&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")};Nu.prototype.update=function(it){var at=it.scrollWidth>it.clientWidth+1,mt=it.scrollHeight>it.clientHeight+1,pt=it.nativeBarWidth;if(mt){this.vert.style.display="block",this.vert.style.bottom=at?pt+"px":"0";var bt=it.viewHeight-(at?pt:0);this.vert.firstChild.style.height=Math.max(0,it.scrollHeight-it.clientHeight+bt)+"px"}else this.vert.style.display="",this.vert.firstChild.style.height="0";if(at){this.horiz.style.display="block",this.horiz.style.right=mt?pt+"px":"0",this.horiz.style.left=it.barLeft+"px";var Zt=it.viewWidth-it.barLeft-(mt?pt:0);this.horiz.firstChild.style.width=Math.max(0,it.scrollWidth-it.clientWidth+Zt)+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&it.clientHeight>0&&(pt==0&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:mt?pt:0,bottom:at?pt:0}},Nu.prototype.setScrollLeft=function(it){this.horiz.scrollLeft!=it&&(this.horiz.scrollLeft=it),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},Nu.prototype.setScrollTop=function(it){this.vert.scrollTop!=it&&(this.vert.scrollTop=it),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},Nu.prototype.zeroWidthHack=function(){var it=lt&&!xt?"12px":"18px";this.horiz.style.height=this.vert.style.width=it,this.horiz.style.pointerEvents=this.vert.style.pointerEvents="none",this.disableHoriz=new Jt,this.disableVert=new Jt},Nu.prototype.enableZeroWidthBar=function(it,at,mt){it.style.pointerEvents="auto";function pt(){var bt=it.getBoundingClientRect(),Zt=mt=="vert"?document.elementFromPoint(bt.right-1,(bt.top+bt.bottom)/2):document.elementFromPoint((bt.right+bt.left)/2,bt.bottom-1);Zt!=it?it.style.pointerEvents="none":at.set(1e3,pt)}at.set(1e3,pt)},Nu.prototype.clear=function(){var it=this.horiz.parentNode;it.removeChild(this.horiz),it.removeChild(this.vert)};var Ll=function(){};Ll.prototype.update=function(){return{bottom:0,right:0}},Ll.prototype.setScrollLeft=function(){},Ll.prototype.setScrollTop=function(){},Ll.prototype.clear=function(){};function Fu(it,at){at||(at=qa(it));var mt=it.display.barWidth,pt=it.display.barHeight;Kd(it,at);for(var bt=0;bt<4&&mt!=it.display.barWidth||pt!=it.display.barHeight;bt++)mt!=it.display.barWidth&&it.options.lineWrapping&&qi(it),Kd(it,qa(it)),mt=it.display.barWidth,pt=it.display.barHeight}function Kd(it,at){var mt=it.display,pt=mt.scrollbars.update(at);mt.sizer.style.paddingRight=(mt.barWidth=pt.right)+"px",mt.sizer.style.paddingBottom=(mt.barHeight=pt.bottom)+"px",mt.heightForcer.style.borderBottom=pt.bottom+"px solid transparent",pt.right&&pt.bottom?(mt.scrollbarFiller.style.display="block",mt.scrollbarFiller.style.height=pt.bottom+"px",mt.scrollbarFiller.style.width=pt.right+"px"):mt.scrollbarFiller.style.display="",pt.bottom&&it.options.coverGutterNextToScrollbar&&it.options.fixedGutter?(mt.gutterFiller.style.display="block",mt.gutterFiller.style.height=pt.bottom+"px",mt.gutterFiller.style.width=at.gutterWidth+"px"):mt.gutterFiller.style.display=""}var ig={native:Nu,null:Ll};function rg(it){it.display.scrollbars&&(it.display.scrollbars.clear(),it.display.scrollbars.addClass&&It(it.display.wrapper,it.display.scrollbars.addClass)),it.display.scrollbars=new ig[it.options.scrollbarStyle](function(at){it.display.wrapper.insertBefore(at,it.display.scrollbarFiller),Me(at,"mousedown",function(){it.state.focused&&setTimeout(function(){return it.display.input.focus()},0)}),at.setAttribute("cm-not-content","true")},function(at,mt){mt=="horizontal"?uu(it,at):Ch(it,at)},it),it.display.scrollbars.addClass&&Ce(it.display.wrapper,it.display.scrollbars.addClass)}var Rp=0;function Du(it){it.curOp={cm:it,viewChanged:!1,startHeight:it.doc.height,forceUpdate:!1,updateInput:0,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++Rp},Cl(it.curOp)}function Bu(it){var at=it.curOp;at&&Ja(at,function(mt){for(var pt=0;pt<mt.ops.length;pt++)mt.ops[pt].cm.curOp=null;Q0(mt)})}function Q0(it){for(var at=it.ops,mt=0;mt<at.length;mt++)q0(at[mt]);for(var pt=0;pt<at.length;pt++)$0(at[pt]);for(var bt=0;bt<at.length;bt++)jp(at[bt]);for(var Zt=0;Zt<at.length;Zt++)Do(at[Zt]);for(var le=0;le<at.length;le++)Ou(at[le])}function q0(it){var at=it.cm,mt=at.display;zp(at),it.updateMaxLine&&Yr(at),it.mustUpdate=it.viewChanged||it.forceUpdate||it.scrollTop!=null||it.scrollToPos&&(it.scrollToPos.from.line<mt.viewFrom||it.scrollToPos.to.line>=mt.viewTo)||mt.maxLineChanged&&at.options.lineWrapping,it.update=it.mustUpdate&&new bh(at,it.mustUpdate&&{top:it.scrollTop,ensure:it.scrollToPos},it.forceUpdate)}function $0(it){it.updatedDisplay=it.mustUpdate&&Vd(it.cm,it.update)}function jp(it){var at=it.cm,mt=at.display;it.updatedDisplay&&qi(at),it.barMeasure=qa(at),mt.maxLineChanged&&!at.options.lineWrapping&&(it.adjustWidthTo=ac(at,mt.maxLine,mt.maxLine.text.length).left+3,at.display.sizerWidth=it.adjustWidthTo,it.barMeasure.scrollWidth=Math.max(mt.scroller.clientWidth,mt.sizer.offsetLeft+it.adjustWidthTo+jo(at)+at.display.barWidth),it.maxScrollLeft=Math.max(0,mt.sizer.offsetLeft+it.adjustWidthTo-da(at))),(it.updatedDisplay||it.selectionChanged)&&(it.preparedSelection=mt.input.prepareSelection())}function Do(it){var at=it.cm;it.adjustWidthTo!=null&&(at.display.sizer.style.minWidth=it.adjustWidthTo+"px",it.maxScrollLeft<at.doc.scrollLeft&&uu(at,Math.min(at.display.scroller.scrollLeft,it.maxScrollLeft),!0),at.display.maxLineChanged=!1);var mt=it.focus&&it.focus==fe();it.preparedSelection&&at.display.input.showSelection(it.preparedSelection,mt),(it.updatedDisplay||it.startHeight!=at.doc.height)&&Fu(at,it.barMeasure),it.updatedDisplay&&ju(at,it.barMeasure),it.selectionChanged&&ro(at),at.state.focused&&it.updateInput&&at.display.input.reset(it.typing),mt&&vo(it.cm)}function Ou(it){var at=it.cm,mt=at.display,pt=at.doc;if(it.updatedDisplay&&oo(at,it.update),mt.wheelStartX!=null&&(it.scrollTop!=null||it.scrollLeft!=null||it.scrollToPos)&&(mt.wheelStartX=mt.wheelStartY=null),it.scrollTop!=null&&ng(at,it.scrollTop,it.forceScroll),it.scrollLeft!=null&&uu(at,it.scrollLeft,!0,!0),it.scrollToPos){var bt=cc(at,Kn(pt,it.scrollToPos.from),Kn(pt,it.scrollToPos.to),it.scrollToPos.margin);Ip(at,bt)}var Zt=it.maybeHiddenMarkers,le=it.maybeUnhiddenMarkers;if(Zt)for(var Se=0;Se<Zt.length;++Se)Zt[Se].lines.length||on(Zt[Se],"hide");if(le)for(var me=0;me<le.length;++me)le[me].lines.length&&on(le[me],"unhide");mt.wrapper.offsetHeight&&(pt.scrollTop=at.display.scroller.scrollTop),it.changeObjs&&on(at,"changes",at,it.changeObjs),it.update&&it.update.finish()}function qr(it,at){if(it.curOp)return at();Du(it);try{return at()}finally{Bu(it)}}function ls(it,at){return function(){if(it.curOp)return at.apply(it,arguments);Du(it);try{return at.apply(it,arguments)}finally{Bu(it)}}}function ps(it){return function(){if(this.curOp)return it.apply(this,arguments);Du(this);try{return it.apply(this,arguments)}finally{Bu(this)}}}function ms(it){return function(){var at=this.cm;if(!at||at.curOp)return it.apply(this,arguments);Du(at);try{return it.apply(this,arguments)}finally{Bu(at)}}}function dc(it,at){it.doc.highlightFrontier<it.display.viewTo&&it.state.highlight.set(at,we(vs,it))}function vs(it){var at=it.doc;if(!(at.highlightFrontier>=it.display.viewTo)){var mt=+new Date+it.options.workTime,pt=sr(it,at.highlightFrontier),bt=[];at.iter(pt.line,Math.min(at.first+at.size,it.display.viewTo+500),function(Zt){if(pt.line>=it.display.viewFrom){var le=Zt.styles,Se=Zt.text.length>it.options.maxHighlightLength?In(at.mode,pt.state):null,me=or(it,Zt,pt,!0);Se&&(pt.state=Se),Zt.styles=me.styles;var Te=Zt.styleClasses,tn=me.classes;tn?Zt.styleClasses=tn:Te&&(Zt.styleClasses=null);for(var Oe=!le||le.length!=Zt.styles.length||Te!=tn&&(!Te||!tn||Te.bgClass!=tn.bgClass||Te.textClass!=tn.textClass),cn=0;!Oe&&cn<le.length;++cn)Oe=le[cn]!=Zt.styles[cn];Oe&&bt.push(pt.line),Zt.stateAfter=pt.save(),pt.nextLine()}else Zt.text.length<=it.options.maxHighlightLength&&sn(it,Zt.text,pt),Zt.stateAfter=pt.line%5==0?pt.save():null,pt.nextLine();if(+new Date>mt)return dc(it,it.options.workDelay),!0}),at.highlightFrontier=pt.line,at.modeFrontier=Math.max(at.modeFrontier,pt.line),bt.length&&qr(it,function(){for(var Zt=0;Zt<bt.length;Zt++)Lr(it,bt[Zt],"text")})}}var bh=function(it,at,mt){var pt=it.display;this.viewport=at,this.visible=Br(pt,it.doc,at),this.editorIsHidden=!pt.wrapper.offsetWidth,this.wrapperHeight=pt.wrapper.clientHeight,this.wrapperWidth=pt.wrapper.clientWidth,this.oldDisplayWidth=da(it),this.force=mt,this.dims=Ud(it),this.events=[]};bh.prototype.signal=function(it,at){yn(it,at)&&this.events.push(arguments)},bh.prototype.finish=function(){for(var it=0;it<this.events.length;it++)on.apply(null,this.events[it])};function zp(it){var at=it.display;!at.scrollbarsClipped&&at.scroller.offsetWidth&&(at.nativeBarWidth=at.scroller.offsetWidth-at.scroller.clientWidth,at.heightForcer.style.height=jo(it)+"px",at.sizer.style.marginBottom=-at.nativeBarWidth+"px",at.sizer.style.borderRightWidth=jo(it)+"px",at.scrollbarsClipped=!0)}function Wp(it){if(it.hasFocus())return null;var at=fe();if(!at||!he(it.display.lineDiv,at))return null;var mt={activeElt:at};if(window.getSelection){var pt=window.getSelection();pt.anchorNode&&pt.extend&&he(it.display.lineDiv,pt.anchorNode)&&(mt.anchorNode=pt.anchorNode,mt.anchorOffset=pt.anchorOffset,mt.focusNode=pt.focusNode,mt.focusOffset=pt.focusOffset)}return mt}function ga(it){if(!(!it||!it.activeElt||it.activeElt==fe())&&(it.activeElt.focus(),!/^(INPUT|TEXTAREA)$/.test(it.activeElt.nodeName)&&it.anchorNode&&he(document.body,it.anchorNode)&&he(document.body,it.focusNode))){var at=window.getSelection(),mt=document.createRange();mt.setEnd(it.anchorNode,it.anchorOffset),mt.collapse(!1),at.removeAllRanges(),at.addRange(mt),at.extend(it.focusNode,it.focusOffset)}}function Vd(it,at){var mt=it.display,pt=it.doc;if(at.editorIsHidden)return _o(it),!1;if(!at.force&&at.visible.from>=mt.viewFrom&&at.visible.to<=mt.viewTo&&(mt.updateLineNumbers==null||mt.updateLineNumbers>=mt.viewTo)&&mt.renderedView==mt.view&&Pa(it)==0)return!1;qo(it)&&(_o(it),at.dims=Ud(it));var bt=pt.first+pt.size,Zt=Math.max(at.visible.from-it.options.viewportMargin,pt.first),le=Math.min(bt,at.visible.to+it.options.viewportMargin);mt.viewFrom<Zt&&Zt-mt.viewFrom<20&&(Zt=Math.max(pt.first,mt.viewFrom)),mt.viewTo>le&&mt.viewTo-le<20&&(le=Math.min(bt,mt.viewTo)),fn&&(Zt=Di(it.doc,Zt),le=Ei(it.doc,le));var Se=Zt!=mt.viewFrom||le!=mt.viewTo||mt.lastWrapHeight!=at.wrapperHeight||mt.lastWrapWidth!=at.wrapperWidth;ho(it,Zt,le),mt.viewOffset=Sr(Dn(it.doc,mt.viewFrom)),it.display.mover.style.top=mt.viewOffset+"px";var me=Pa(it);if(!Se&&me==0&&!at.force&&mt.renderedView==mt.view&&(mt.updateLineNumbers==null||mt.updateLineNumbers>=mt.viewTo))return!1;var Te=Wp(it);return me>4&&(mt.lineDiv.style.display="none"),og(it,mt.updateLineNumbers,at.dims),me>4&&(mt.lineDiv.style.display=""),mt.renderedView=mt.view,ga(Te),Ut(mt.cursorDiv),Ut(mt.selectionDiv),mt.gutters.style.height=mt.sizer.style.minHeight=0,Se&&(mt.lastWrapHeight=at.wrapperHeight,mt.lastWrapWidth=at.wrapperWidth,dc(it,400)),mt.updateLineNumbers=null,!0}function oo(it,at){for(var mt=at.viewport,pt=!0;;pt=!1){if(!pt||!it.options.lineWrapping||at.oldDisplayWidth==da(it)){if(mt&&mt.top!=null&&(mt={top:Math.min(it.doc.height+bl(it.display)-ph(it),mt.top)}),at.visible=Br(it.display,it.doc,mt),at.visible.from>=it.display.viewFrom&&at.visible.to<=it.display.viewTo)break}else pt&&(at.visible=Br(it.display,it.doc,mt));if(!Vd(it,at))break;qi(it);var bt=qa(it);as(it),Fu(it,bt),ju(it,bt),at.force=!1}at.signal(it,"update",it),(it.display.viewFrom!=it.display.reportedViewFrom||it.display.viewTo!=it.display.reportedViewTo)&&(at.signal(it,"viewportChange",it,it.display.viewFrom,it.display.viewTo),it.display.reportedViewFrom=it.display.viewFrom,it.display.reportedViewTo=it.display.viewTo)}function Iu(it,at){var mt=new bh(it,at);if(Vd(it,mt)){qi(it),oo(it,mt);var pt=qa(it);as(it),Fu(it,pt),ju(it,pt),mt.finish()}}function og(it,at,mt){var pt=it.display,bt=it.options.lineNumbers,Zt=pt.lineDiv,le=Zt.firstChild;function Se(Zn){var Qn=Zn.nextSibling;return Ct&&lt&&it.display.currentWheelTarget==Zn?Zn.style.display="none":Zn.parentNode.removeChild(Zn),Qn}for(var me=pt.view,Te=pt.viewFrom,tn=0;tn<me.length;tn++){var Oe=me[tn];if(!Oe.hidden)if(!Oe.node||Oe.node.parentNode!=Zt){var cn=ca(it,Oe,Te,mt);Zt.insertBefore(cn,le)}else{for(;le!=Oe.node;)le=Se(le);var hn=bt&&at!=null&&at<=Te&&Oe.lineNumber;Oe.changes&&(re(Oe.changes,"gutter")>-1&&(hn=!1),Eu(it,Oe,Te,mt)),hn&&(Ut(Oe.lineNumber),Oe.lineNumber.appendChild(document.createTextNode(Un(it.options,Te)))),le=Oe.node.nextSibling}Te+=Oe.size}for(;le;)le=Se(le)}function Ru(it){var at=it.gutters.offsetWidth;it.sizer.style.marginLeft=at+"px"}function ju(it,at){it.display.sizer.style.minHeight=at.docHeight+"px",it.display.heightForcer.style.top=at.docHeight+"px",it.display.gutters.style.height=at.docHeight+it.display.barHeight+jo(it)+"px"}function Yd(it){var at=it.display,mt=at.view;if(!(!at.alignWidgets&&(!at.gutters.firstChild||!it.options.fixedGutter))){for(var pt=Xc(at)-at.scroller.scrollLeft+it.doc.scrollLeft,bt=at.gutters.offsetWidth,Zt=pt+"px",le=0;le<mt.length;le++)if(!mt[le].hidden){it.options.fixedGutter&&(mt[le].gutter&&(mt[le].gutter.style.left=Zt),mt[le].gutterBackground&&(mt[le].gutterBackground.style.left=Zt));var Se=mt[le].alignable;if(Se)for(var me=0;me<Se.length;me++)Se[me].style.left=Zt}it.options.fixedGutter&&(at.gutters.style.left=pt+bt+"px")}}function qo(it){if(!it.options.lineNumbers)return!1;var at=it.doc,mt=Un(it.options,at.first+at.size-1),pt=it.display;if(mt.length!=pt.lineNumChars){var bt=pt.measure.appendChild(qt("div",[qt("div",mt)],"CodeMirror-linenumber CodeMirror-gutter-elt")),Zt=bt.firstChild.offsetWidth,le=bt.offsetWidth-Zt;return pt.lineGutter.style.width="",pt.lineNumInnerWidth=Math.max(Zt,pt.lineGutter.offsetWidth-le)+1,pt.lineNumWidth=pt.lineNumInnerWidth+le,pt.lineNumChars=pt.lineNumInnerWidth?mt.length:-1,pt.lineGutter.style.width=pt.lineNumWidth+"px",Ru(it.display),!0}return!1}function ys(it,at){for(var mt=[],pt=!1,bt=0;bt<it.length;bt++){var Zt=it[bt],le=null;if(typeof Zt!="string"&&(le=Zt.style,Zt=Zt.className),Zt=="CodeMirror-linenumbers")if(at)pt=!0;else continue;mt.push({className:Zt,style:le})}return at&&!pt&&mt.push({className:"CodeMirror-linenumbers",style:null}),mt}function Ah(it){var at=it.gutters,mt=it.gutterSpecs;Ut(at),it.lineGutter=null;for(var pt=0;pt<mt.length;++pt){var bt=mt[pt],Zt=bt.className,le=bt.style,Se=at.appendChild(qt("div",null,"CodeMirror-gutter "+Zt));le&&(Se.style.cssText=le),Zt=="CodeMirror-linenumbers"&&(it.lineGutter=Se,Se.style.width=(it.lineNumWidth||1)+"px")}at.style.display=mt.length?"":"none",Ru(it)}function za(it){Ah(it.display),Po(it),Yd(it)}function zu(it,at,mt,pt){var bt=this;this.input=mt,bt.scrollbarFiller=qt("div",null,"CodeMirror-scrollbar-filler"),bt.scrollbarFiller.setAttribute("cm-not-content","true"),bt.gutterFiller=qt("div",null,"CodeMirror-gutter-filler"),bt.gutterFiller.setAttribute("cm-not-content","true"),bt.lineDiv=te("div",null,"CodeMirror-code"),bt.selectionDiv=qt("div",null,null,"position: relative; z-index: 1"),bt.cursorDiv=qt("div",null,"CodeMirror-cursors"),bt.measure=qt("div",null,"CodeMirror-measure"),bt.lineMeasure=qt("div",null,"CodeMirror-measure"),bt.lineSpace=te("div",[bt.measure,bt.lineMeasure,bt.selectionDiv,bt.cursorDiv,bt.lineDiv],null,"position: relative; outline: none");var Zt=te("div",[bt.lineSpace],"CodeMirror-lines");bt.mover=qt("div",[Zt],null,"position: relative"),bt.sizer=qt("div",[bt.mover],"CodeMirror-sizer"),bt.sizerWidth=null,bt.heightForcer=qt("div",null,null,"position: absolute; height: "+se+"px; width: 1px;"),bt.gutters=qt("div",null,"CodeMirror-gutters"),bt.lineGutter=null,bt.scroller=qt("div",[bt.sizer,bt.heightForcer,bt.gutters],"CodeMirror-scroll"),bt.scroller.setAttribute("tabIndex","-1"),bt.wrapper=qt("div",[bt.scrollbarFiller,bt.gutterFiller,bt.scroller],"CodeMirror"),Bt&&zt<8&&(bt.gutters.style.zIndex=-1,bt.scroller.style.paddingRight=0),!Ct&&!(ee&&tt)&&(bt.scroller.draggable=!0),it&&(it.appendChild?it.appendChild(bt.wrapper):it(bt.wrapper)),bt.viewFrom=bt.viewTo=at.first,bt.reportedViewFrom=bt.reportedViewTo=at.first,bt.view=[],bt.renderedView=null,bt.externalMeasured=null,bt.viewOffset=0,bt.lastWrapHeight=bt.lastWrapWidth=0,bt.updateLineNumbers=null,bt.nativeBarWidth=bt.barHeight=bt.barWidth=0,bt.scrollbarsClipped=!1,bt.lineNumWidth=bt.lineNumInnerWidth=bt.lineNumChars=null,bt.alignWidgets=!1,bt.cachedCharWidth=bt.cachedTextHeight=bt.cachedPaddingH=null,bt.maxLine=null,bt.maxLineLength=0,bt.maxLineChanged=!1,bt.wheelDX=bt.wheelDY=bt.wheelStartX=bt.wheelStartY=null,bt.shift=!1,bt.selForContextMenu=null,bt.activeTouch=null,bt.gutterSpecs=ys(pt.gutters,pt.lineNumbers),Ah(bt),mt.init(bt)}var Ca=0,Ho=null;Bt?Ho=-.53:ee?Ho=15:Rt?Ho=-.7:kt&&(Ho=-1/3);function kl(it){var at=it.wheelDeltaX,mt=it.wheelDeltaY;return at==null&&it.detail&&it.axis==it.HORIZONTAL_AXIS&&(at=it.detail),mt==null&&it.detail&&it.axis==it.VERTICAL_AXIS?mt=it.detail:mt==null&&(mt=it.wheelDelta),{x:at,y:mt}}function Wa(it){var at=kl(it);return at.x*=Ho,at.y*=Ho,at}function Ss(it,at){var mt=kl(at),pt=mt.x,bt=mt.y,Zt=it.display,le=Zt.scroller,Se=le.scrollWidth>le.clientWidth,me=le.scrollHeight>le.clientHeight;if(pt&&Se||bt&&me){if(bt&&lt&&Ct){t:for(var Te=at.target,tn=Zt.view;Te!=le;Te=Te.parentNode)for(var Oe=0;Oe<tn.length;Oe++)if(tn[Oe].node==Te){it.display.currentWheelTarget=Te;break t}}if(pt&&!ee&&!St&&Ho!=null){bt&&me&&Ch(it,Math.max(0,le.scrollTop+bt*Ho)),uu(it,Math.max(0,le.scrollLeft+pt*Ho)),(!bt||bt&&me)&&Fn(at),Zt.wheelStartX=null;return}if(bt&&Ho!=null){var cn=bt*Ho,hn=it.doc.scrollTop,Zn=hn+Zt.wrapper.clientHeight;cn<0?hn=Math.max(0,hn+cn-50):Zn=Math.min(it.doc.height,Zn+cn+50),Iu(it,{top:hn,bottom:Zn})}Ca<20&&(Zt.wheelStartX==null?(Zt.wheelStartX=le.scrollLeft,Zt.wheelStartY=le.scrollTop,Zt.wheelDX=pt,Zt.wheelDY=bt,setTimeout(function(){if(Zt.wheelStartX!=null){var Qn=le.scrollLeft-Zt.wheelStartX,ai=le.scrollTop-Zt.wheelStartY,Pi=ai&&Zt.wheelDY&&ai/Zt.wheelDY||Qn&&Zt.wheelDX&&Qn/Zt.wheelDX;Zt.wheelStartX=Zt.wheelStartY=null,Pi&&(Ho=(Ho*Ca+Pi)/(Ca+1),++Ca)}},200)):(Zt.wheelDX+=pt,Zt.wheelDY+=bt))}}var $a=function(it,at){this.ranges=it,this.primIndex=at};$a.prototype.primary=function(){return this.ranges[this.primIndex]},$a.prototype.equals=function(it){if(it==this)return!0;if(it.primIndex!=this.primIndex||it.ranges.length!=this.ranges.length)return!1;for(var at=0;at<this.ranges.length;at++){var mt=this.ranges[at],pt=it.ranges[at];if(!Bn(mt.anchor,pt.anchor)||!Bn(mt.head,pt.head))return!1}return!0},$a.prototype.deepCopy=function(){for(var it=[],at=0;at<this.ranges.length;at++)it[at]=new so(Cn(this.ranges[at].anchor),Cn(this.ranges[at].head));return new $a(it,this.primIndex)},$a.prototype.somethingSelected=function(){for(var it=0;it<this.ranges.length;it++)if(!this.ranges[it].empty())return!0;return!1},$a.prototype.contains=function(it,at){at||(at=it);for(var mt=0;mt<this.ranges.length;mt++){var pt=this.ranges[mt];if(Pn(at,pt.from())>=0&&Pn(it,pt.to())<=0)return mt}return-1};var so=function(it,at){this.anchor=it,this.head=at};so.prototype.from=function(){return Vn(this.anchor,this.head)},so.prototype.to=function(){return Yn(this.anchor,this.head)},so.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function cl(it,at,mt){var pt=it&&it.options.selectionsMayTouch,bt=at[mt];at.sort(function(cn,hn){return Pn(cn.from(),hn.from())}),mt=re(at,bt);for(var Zt=1;Zt<at.length;Zt++){var le=at[Zt],Se=at[Zt-1],me=Pn(Se.to(),le.from());if(pt&&!le.empty()?me>0:me>=0){var Te=Vn(Se.from(),le.from()),tn=Yn(Se.to(),le.to()),Oe=Se.empty()?le.from()==le.head:Se.from()==Se.head;Zt<=mt&&--mt,at.splice(--Zt,2,new so(Oe?tn:Te,Oe?Te:tn))}}return new $a(at,mt)}function hu(it,at){return new $a([new so(it,at||it)],0)}function Wu(it){return it.text?rn(it.from.line+it.text.length-1,Ae(it.text).length+(it.text.length==1?it.from.ch:0)):it.to}function Lh(it,at){if(Pn(it,at.from)<0)return it;if(Pn(it,at.to)<=0)return Wu(at);var mt=it.line+at.text.length-(at.to.line-at.from.line)-1,pt=it.ch;return it.line==at.to.line&&(pt+=Wu(at).ch-at.to.ch),rn(mt,pt)}function Qc(it,at){for(var mt=[],pt=0;pt<it.sel.ranges.length;pt++){var bt=it.sel.ranges[pt];mt.push(new so(Lh(bt.anchor,at),Lh(bt.head,at)))}return cl(it.cm,mt,it.sel.primIndex)}function fc(it,at,mt){return it.line==at.line?rn(mt.line,it.ch-at.ch+mt.ch):rn(mt.line+(it.line-at.line),it.ch)}function qc(it,at,mt){for(var pt=[],bt=rn(it.first,0),Zt=bt,le=0;le<at.length;le++){var Se=at[le],me=fc(Se.from,bt,Zt),Te=fc(Wu(Se),bt,Zt);if(bt=Se.to,Zt=Te,mt=="around"){var tn=it.sel.ranges[le],Oe=Pn(tn.head,tn.anchor)<0;pt[le]=new so(Oe?Te:me,Oe?me:Te)}else pt[le]=new so(me,me)}return new $a(pt,it.sel.primIndex)}function kr(it){it.doc.mode=Ve(it.options,it.doc.modeOption),$c(it)}function $c(it){it.doc.iter(function(at){at.stateAfter&&(at.stateAfter=null),at.styles&&(at.styles=null)}),it.doc.modeFrontier=it.doc.highlightFrontier=it.doc.first,dc(it,100),it.state.modeGen++,it.curOp&&Po(it)}function sg(it,at){return at.from.ch==0&&at.to.ch==0&&Ae(at.text)==""&&(!it.cm||it.cm.options.wholeLineUpdateBefore)}function Zd(it,at,mt,pt){function bt(Ui){return mt?mt[Ui]:null}function Zt(Ui,Ni,Zi){no(Ui,Ni,Zi,pt),Fi(Ui,"change",Ui,at)}function le(Ui,Ni){for(var Zi=[],gr=Ui;gr<Ni;++gr)Zi.push(new Ir(Te[gr],bt(gr),pt));return Zi}var Se=at.from,me=at.to,Te=at.text,tn=Dn(it,Se.line),Oe=Dn(it,me.line),cn=Ae(Te),hn=bt(Te.length-1),Zn=me.line-Se.line;if(at.full)it.insert(0,le(0,Te.length)),it.remove(Te.length,it.size-Te.length);else if(sg(it,at)){var Qn=le(0,Te.length-1);Zt(Oe,Oe.text,hn),Zn&&it.remove(Se.line,Zn),Qn.length&&it.insert(Se.line,Qn)}else if(tn==Oe)if(Te.length==1)Zt(tn,tn.text.slice(0,Se.ch)+cn+tn.text.slice(me.ch),hn);else{var ai=le(1,Te.length-1);ai.push(new Ir(cn+tn.text.slice(me.ch),hn,pt)),Zt(tn,tn.text.slice(0,Se.ch)+Te[0],bt(0)),it.insert(Se.line+1,ai)}else if(Te.length==1)Zt(tn,tn.text.slice(0,Se.ch)+Te[0]+Oe.text.slice(me.ch),bt(0)),it.remove(Se.line+1,Zn);else{Zt(tn,tn.text.slice(0,Se.ch)+Te[0],bt(0)),Zt(Oe,cn+Oe.text.slice(me.ch),hn);var Pi=le(1,Te.length-1);Zn>1&&it.remove(Se.line+1,Zn-1),it.insert(Se.line+1,Pi)}Fi(it,"change",it,at)}function El(it,at,mt){function pt(bt,Zt,le){if(bt.linked)for(var Se=0;Se<bt.linked.length;++Se){var me=bt.linked[Se];if(me.doc!=Zt){var Te=le&&me.sharedHist;mt&&!Te||(at(me.doc,Te),pt(me.doc,bt,Te))}}}pt(it,null,!0)}function Xd(it,at){if(at.cm)throw new Error("This document is already in use.");it.doc=at,at.cm=it,ir(it),kr(it),td(it),it.options.lineWrapping||Yr(it),it.options.mode=at.modeOption,Po(it)}function td(it){(it.doc.direction=="rtl"?Ce:It)(it.display.lineDiv,"CodeMirror-rtl")}function tv(it){qr(it,function(){td(it),Po(it)})}function gc(it){this.done=[],this.undone=[],this.undoDepth=1/0,this.lastModTime=this.lastSelTime=0,this.lastOp=this.lastSelOp=null,this.lastOrigin=this.lastSelOrigin=null,this.generation=this.maxGeneration=it||1}function Jd(it,at){var mt={from:Cn(at.from),to:Wu(at),text:Qe(it,at.from,at.to)};return Gu(it,mt,at.from.line,at.to.line+1),El(it,function(pt){return Gu(pt,mt,at.from.line,at.to.line+1)},!0),mt}function pc(it){for(;it.length;){var at=Ae(it);if(at.ranges)it.pop();else break}}function ed(it,at){if(at)return pc(it.done),Ae(it.done);if(it.done.length&&!Ae(it.done).ranges)return Ae(it.done);if(it.done.length>1&&!it.done[it.done.length-2].ranges)return it.done.pop(),Ae(it.done)}function nd(it,at,mt,pt){var bt=it.history;bt.undone.length=0;var Zt=+new Date,le,Se;if((bt.lastOp==pt||bt.lastOrigin==at.origin&&at.origin&&(at.origin.charAt(0)=="+"&&bt.lastModTime>Zt-(it.cm?it.cm.options.historyEventDelay:500)||at.origin.charAt(0)=="*"))&&(le=ed(bt,bt.lastOp==pt)))Se=Ae(le.changes),Pn(at.from,at.to)==0&&Pn(at.from,Se.to)==0?Se.to=Wu(at):le.changes.push(Jd(it,at));else{var me=Ae(bt.done);for((!me||!me.ranges)&&mc(it.sel,bt.done),le={changes:[Jd(it,at)],generation:bt.generation},bt.done.push(le);bt.done.length>bt.undoDepth;)bt.done.shift(),bt.done[0].ranges||bt.done.shift()}bt.done.push(mt),bt.generation=++bt.maxGeneration,bt.lastModTime=bt.lastSelTime=Zt,bt.lastOp=bt.lastSelOp=pt,bt.lastOrigin=bt.lastSelOrigin=at.origin,Se||on(it,"historyAdded")}function ag(it,at,mt,pt){var bt=at.charAt(0);return bt=="*"||bt=="+"&&mt.ranges.length==pt.ranges.length&&mt.somethingSelected()==pt.somethingSelected()&&new Date-it.history.lastSelTime<=(it.cm?it.cm.options.historyEventDelay:500)}function id(it,at,mt,pt){var bt=it.history,Zt=pt&&pt.origin;mt==bt.lastSelOp||Zt&&bt.lastSelOrigin==Zt&&(bt.lastModTime==bt.lastSelTime&&bt.lastOrigin==Zt||ag(it,Zt,Ae(bt.done),at))?bt.done[bt.done.length-1]=at:mc(at,bt.done),bt.lastSelTime=+new Date,bt.lastSelOrigin=Zt,bt.lastSelOp=mt,pt&&pt.clearRedo!==!1&&pc(bt.undone)}function mc(it,at){var mt=Ae(at);mt&&mt.ranges&&mt.equals(it)||at.push(it)}function Gu(it,at,mt,pt){var bt=at["spans_"+it.id],Zt=0;it.iter(Math.max(it.first,mt),Math.min(it.first+it.size,pt),function(le){le.markedSpans&&((bt||(bt=at["spans_"+it.id]={}))[Zt]=le.markedSpans),++Zt})}function na(it){if(!it)return null;for(var at,mt=0;mt<it.length;++mt)it[mt].marker.explicitlyCleared?at||(at=it.slice(0,mt)):at&&at.push(it[mt]);return at?at.length?at:null:it}function _l(it,at){var mt=at["spans_"+it.id];if(!mt)return null;for(var pt=[],bt=0;bt<at.text.length;++bt)pt.push(na(mt[bt]));return pt}function Qd(it,at){var mt=_l(it,at),pt=yr(it,at);if(!mt)return pt;if(!pt)return mt;for(var bt=0;bt<mt.length;++bt){var Zt=mt[bt],le=pt[bt];if(Zt&&le)t:for(var Se=0;Se<le.length;++Se){for(var me=le[Se],Te=0;Te<Zt.length;++Te)if(Zt[Te].marker==me.marker)continue t;Zt.push(me)}else le&&(mt[bt]=le)}return mt}function cu(it,at,mt){for(var pt=[],bt=0;bt<it.length;++bt){var Zt=it[bt];if(Zt.ranges){pt.push(mt?$a.prototype.deepCopy.call(Zt):Zt);continue}var le=Zt.changes,Se=[];pt.push({changes:Se});for(var me=0;me<le.length;++me){var Te=le[me],tn=void 0;if(Se.push({from:Te.from,to:Te.to,text:Te.text}),at)for(var Oe in Te)(tn=Oe.match(/^spans_(\d+)$/))&&re(at,Number(tn[1]))>-1&&(Ae(Se)[Oe]=Te[Oe],delete Te[Oe])}}return pt}function qd(it,at,mt,pt){if(pt){var bt=it.anchor;if(mt){var Zt=Pn(at,bt)<0;Zt!=Pn(mt,bt)<0?(bt=at,at=mt):Zt!=Pn(at,mt)<0&&(at=mt)}return new so(bt,at)}else return new so(mt||at,at)}function $d(it,at,mt,pt,bt){bt==null&&(bt=it.cm&&(it.cm.display.shift||it.extend)),_s(it,new $a([qd(it.sel.primary(),at,mt,bt)],0),pt)}function Gp(it,at,mt){for(var pt=[],bt=it.cm&&(it.cm.display.shift||it.extend),Zt=0;Zt<it.sel.ranges.length;Zt++)pt[Zt]=qd(it.sel.ranges[Zt],at[Zt],null,bt);var le=cl(it.cm,pt,it.sel.primIndex);_s(it,le,mt)}function Uu(it,at,mt,pt){var bt=it.sel.ranges.slice(0);bt[at]=mt,_s(it,cl(it.cm,bt,it.sel.primIndex),pt)}function kh(it,at,mt,pt){_s(it,hu(at,mt),pt)}function Up(it,at,mt){var pt={ranges:at.ranges,update:function(bt){this.ranges=[];for(var Zt=0;Zt<bt.length;Zt++)this.ranges[Zt]=new so(Kn(it,bt[Zt].anchor),Kn(it,bt[Zt].head))},origin:mt&&mt.origin};return on(it,"beforeSelectionChange",it,pt),it.cm&&on(it.cm,"beforeSelectionChange",it.cm,pt),pt.ranges!=at.ranges?cl(it.cm,pt.ranges,pt.ranges.length-1):at}function tf(it,at,mt){var pt=it.history.done,bt=Ae(pt);bt&&bt.ranges?(pt[pt.length-1]=at,Eh(it,at,mt)):_s(it,at,mt)}function _s(it,at,mt){Eh(it,at,mt),id(it,it.sel,it.cm?it.cm.curOp.id:NaN,mt)}function Eh(it,at,mt){(yn(it,"beforeSelectionChange")||it.cm&&yn(it.cm,"beforeSelectionChange"))&&(at=Up(it,at,mt));var pt=mt&&mt.bias||(Pn(at.primary().head,it.sel.primary().head)<0?-1:1);lg(it,od(it,at,pt,!0)),!(mt&&mt.scroll===!1)&&it.cm&&lu(it.cm)}function lg(it,at){at.equals(it.sel)||(it.sel=at,it.cm&&(it.cm.curOp.updateInput=1,it.cm.curOp.selectionChanged=!0,En(it.cm)),Fi(it,"cursorActivity",it))}function rd(it){lg(it,od(it,it.sel,null,!1))}function od(it,at,mt,pt){for(var bt,Zt=0;Zt<at.ranges.length;Zt++){var le=at.ranges[Zt],Se=at.ranges.length==it.sel.ranges.length&&it.sel.ranges[Zt],me=sd(it,le.anchor,Se&&Se.anchor,mt,pt),Te=sd(it,le.head,Se&&Se.head,mt,pt);(bt||me!=le.anchor||Te!=le.head)&&(bt||(bt=at.ranges.slice(0,Zt)),bt[Zt]=new so(me,Te))}return bt?cl(it.cm,bt,at.primIndex):at}function du(it,at,mt,pt,bt){var Zt=Dn(it,at.line);if(Zt.markedSpans)for(var le=0;le<Zt.markedSpans.length;++le){var Se=Zt.markedSpans[le],me=Se.marker,Te="selectLeft"in me?!me.selectLeft:me.inclusiveLeft,tn="selectRight"in me?!me.selectRight:me.inclusiveRight;if((Se.from==null||(Te?Se.from<=at.ch:Se.from<at.ch))&&(Se.to==null||(tn?Se.to>=at.ch:Se.to>at.ch))){if(bt&&(on(me,"beforeCursorEnter"),me.explicitlyCleared))if(Zt.markedSpans){--le;continue}else break;if(!me.atomic)continue;if(mt){var Oe=me.find(pt<0?1:-1),cn=void 0;if((pt<0?tn:Te)&&(Oe=ug(it,Oe,-pt,Oe&&Oe.line==at.line?Zt:null)),Oe&&Oe.line==at.line&&(cn=Pn(Oe,mt))&&(pt<0?cn<0:cn>0))return du(it,Oe,at,pt,bt)}var hn=me.find(pt<0?-1:1);return(pt<0?Te:tn)&&(hn=ug(it,hn,pt,hn.line==at.line?Zt:null)),hn?du(it,hn,at,pt,bt):null}}return at}function sd(it,at,mt,pt,bt){var Zt=pt||1,le=du(it,at,mt,Zt,bt)||!bt&&du(it,at,mt,Zt,!0)||du(it,at,mt,-Zt,bt)||!bt&&du(it,at,mt,-Zt,!0);return le||(it.cantEdit=!0,rn(it.first,0))}function ug(it,at,mt,pt){return mt<0&&at.ch==0?at.line>it.first?Kn(it,rn(at.line-1)):null:mt>0&&at.ch==(pt||Dn(it,at.line)).text.length?at.line<it.first+it.size-1?rn(at.line+1,0):null:new rn(at.line,at.ch+mt)}function Ko(it){it.setSelection(rn(it.firstLine(),0),rn(it.lastLine()),ue)}function ad(it,at,mt){var pt={canceled:!1,from:at.from,to:at.to,text:at.text,origin:at.origin,cancel:function(){return pt.canceled=!0}};return mt&&(pt.update=function(bt,Zt,le,Se){bt&&(pt.from=Kn(it,bt)),Zt&&(pt.to=Kn(it,Zt)),le&&(pt.text=le),Se!==void 0&&(pt.origin=Se)}),on(it,"beforeChange",it,pt),it.cm&&on(it.cm,"beforeChange",it.cm,pt),pt.canceled?(it.cm&&(it.cm.curOp.updateInput=2),null):{from:pt.from,to:pt.to,text:pt.text,origin:pt.origin}}function _u(it,at,mt){if(it.cm){if(!it.cm.curOp)return ls(it.cm,_u)(it,at,mt);if(it.cm.state.suppressEdits)return}if(!((yn(it,"beforeChange")||it.cm&&yn(it.cm,"beforeChange"))&&(at=ad(it,at,!0),!at))){var pt=Ji&&!mt&&Mr(it,at.from,at.to);if(pt)for(var bt=pt.length-1;bt>=0;--bt)Mh(it,{from:pt[bt].from,to:pt[bt].to,text:bt?[""]:at.text,origin:at.origin});else Mh(it,at)}}function Mh(it,at){if(!(at.text.length==1&&at.text[0]==""&&Pn(at.from,at.to)==0)){var mt=Qc(it,at);nd(it,at,mt,it.cm?it.cm.curOp.id:NaN),vc(it,at,mt,yr(it,at));var pt=[];El(it,function(bt,Zt){!Zt&&re(pt,bt.history)==-1&&(cg(bt.history,at),pt.push(bt.history)),vc(bt,at,null,yr(bt,at))})}}function ld(it,at,mt){var pt=it.cm&&it.cm.state.suppressEdits;if(!(pt&&!mt)){for(var bt=it.history,Zt,le=it.sel,Se=at=="undo"?bt.done:bt.undone,me=at=="undo"?bt.undone:bt.done,Te=0;Te<Se.length&&(Zt=Se[Te],!(mt?Zt.ranges&&!Zt.equals(it.sel):!Zt.ranges));Te++);if(Te!=Se.length){for(bt.lastOrigin=bt.lastSelOrigin=null;;)if(Zt=Se.pop(),Zt.ranges){if(mc(Zt,me),mt&&!Zt.equals(it.sel)){_s(it,Zt,{clearRedo:!1});return}le=Zt}else if(pt){Se.push(Zt);return}else break;var tn=[];mc(le,me),me.push({changes:tn,generation:bt.generation}),bt.generation=Zt.generation||++bt.maxGeneration;for(var Oe=yn(it,"beforeChange")||it.cm&&yn(it.cm,"beforeChange"),cn=function(Qn){var ai=Zt.changes[Qn];if(ai.origin=at,Oe&&!ad(it,ai,!1))return Se.length=0,{};tn.push(Jd(it,ai));var Pi=Qn?Qc(it,ai):Ae(Se);vc(it,ai,Pi,Qd(it,ai)),!Qn&&it.cm&&it.cm.scrollIntoView({from:ai.from,to:Wu(ai)});var Ui=[];El(it,function(Ni,Zi){!Zi&&re(Ui,Ni.history)==-1&&(cg(Ni.history,ai),Ui.push(Ni.history)),vc(Ni,ai,null,Qd(Ni,ai))})},hn=Zt.changes.length-1;hn>=0;--hn){var Zn=cn(hn);if(Zn)return Zn.v}}}}function hg(it,at){if(at!=0&&(it.first+=at,it.sel=new $a(Ie(it.sel.ranges,function(bt){return new so(rn(bt.anchor.line+at,bt.anchor.ch),rn(bt.head.line+at,bt.head.ch))}),it.sel.primIndex),it.cm)){Po(it.cm,it.first,it.first-at,at);for(var mt=it.cm.display,pt=mt.viewFrom;pt<mt.viewTo;pt++)Lr(it.cm,pt,"gutter")}}function vc(it,at,mt,pt){if(it.cm&&!it.cm.curOp)return ls(it.cm,vc)(it,at,mt,pt);if(at.to.line<it.first){hg(it,at.text.length-1-(at.to.line-at.from.line));return}if(!(at.from.line>it.lastLine())){if(at.from.line<it.first){var bt=at.text.length-1-(it.first-at.from.line);hg(it,bt),at={from:rn(it.first,0),to:rn(at.to.line+bt,at.to.ch),text:[Ae(at.text)],origin:at.origin}}var Zt=it.lastLine();at.to.line>Zt&&(at={from:at.from,to:rn(Zt,Dn(it,Zt).text.length),text:[at.text[0]],origin:at.origin}),at.removed=Qe(it,at.from,at.to),mt||(mt=Qc(it,at)),it.cm?_p(it.cm,at,pt):Zd(it,at,pt),Eh(it,mt,ue),it.cantEdit&&sd(it,rn(it.firstLine(),0))&&(it.cantEdit=!1)}}function _p(it,at,mt){var pt=it.doc,bt=it.display,Zt=at.from,le=at.to,Se=!1,me=Zt.line;it.options.lineWrapping||(me=Le(Gi(Dn(pt,Zt.line))),pt.iter(me,le.line+1,function(hn){if(hn==bt.maxLine)return Se=!0,!0})),pt.sel.contains(at.from,at.to)>-1&&En(it),Zd(pt,at,mt,wo(it)),it.options.lineWrapping||(pt.iter(me,Zt.line+at.text.length,function(hn){var Zn=Jr(hn);Zn>bt.maxLineLength&&(bt.maxLine=hn,bt.maxLineLength=Zn,bt.maxLineChanged=!0,Se=!1)}),Se&&(it.curOp.updateMaxLine=!0)),_i(pt,Zt.line),dc(it,400);var Te=at.text.length-(le.line-Zt.line)-1;at.full?Po(it):Zt.line==le.line&&at.text.length==1&&!sg(it.doc,at)?Lr(it,Zt.line,"text"):Po(it,Zt.line,le.line+1,Te);var tn=yn(it,"changes"),Oe=yn(it,"change");if(Oe||tn){var cn={from:Zt,to:le,text:at.text,removed:at.removed,origin:at.origin};Oe&&Fi(it,"change",it,cn),tn&&(it.curOp.changeObjs||(it.curOp.changeObjs=[])).push(cn)}it.display.selForContextMenu=null}function Th(it,at,mt,pt,bt){var Zt;pt||(pt=mt),Pn(pt,mt)<0&&(Zt=[pt,mt],mt=Zt[0],pt=Zt[1]),typeof at=="string"&&(at=it.splitLines(at)),_u(it,{from:mt,to:pt,text:at,origin:bt})}function tl(it,at,mt,pt){mt<it.line?it.line+=pt:at<it.line&&(it.line=at,it.ch=0)}function Hp(it,at,mt,pt){for(var bt=0;bt<it.length;++bt){var Zt=it[bt],le=!0;if(Zt.ranges){Zt.copied||(Zt=it[bt]=Zt.deepCopy(),Zt.copied=!0);for(var Se=0;Se<Zt.ranges.length;Se++)tl(Zt.ranges[Se].anchor,at,mt,pt),tl(Zt.ranges[Se].head,at,mt,pt);continue}for(var me=0;me<Zt.changes.length;++me){var Te=Zt.changes[me];if(mt<Te.from.line)Te.from=rn(Te.from.line+pt,Te.from.ch),Te.to=rn(Te.to.line+pt,Te.to.ch);else if(at<=Te.to.line){le=!1;break}}le||(it.splice(0,bt+1),bt=0)}}function cg(it,at){var mt=at.from.line,pt=at.to.line,bt=at.text.length-(pt-mt)-1;Hp(it.done,mt,pt,bt),Hp(it.undone,mt,pt,bt)}function Nh(it,at,mt,pt){var bt=at,Zt=at;return typeof at=="number"?Zt=Dn(it,Tn(it,at)):bt=Le(at),bt==null?null:(pt(Zt,bt)&&it.cm&&Lr(it.cm,bt,mt),Zt)}function yc(it){this.lines=it,this.parent=null;for(var at=0,mt=0;mt<it.length;++mt)it[mt].parent=this,at+=it[mt].height;this.height=at}yc.prototype={chunkSize:function(){return this.lines.length},removeInner:function(it,at){for(var mt=it,pt=it+at;mt<pt;++mt){var bt=this.lines[mt];this.height-=bt.height,_r(bt),Fi(bt,"delete")}this.lines.splice(it,at)},collapse:function(it){it.push.apply(it,this.lines)},insertInner:function(it,at,mt){this.height+=mt,this.lines=this.lines.slice(0,it).concat(at).concat(this.lines.slice(it));for(var pt=0;pt<at.length;++pt)at[pt].parent=this},iterN:function(it,at,mt){for(var pt=it+at;it<pt;++it)if(mt(this.lines[it]))return!0}};function To(it){this.children=it;for(var at=0,mt=0,pt=0;pt<it.length;++pt){var bt=it[pt];at+=bt.chunkSize(),mt+=bt.height,bt.parent=this}this.size=at,this.height=mt,this.parent=null}To.prototype={chunkSize:function(){return this.size},removeInner:function(it,at){this.size-=at;for(var mt=0;mt<this.children.length;++mt){var pt=this.children[mt],bt=pt.chunkSize();if(it<bt){var Zt=Math.min(at,bt-it),le=pt.height;if(pt.removeInner(it,Zt),this.height-=le-pt.height,bt==Zt&&(this.children.splice(mt--,1),pt.parent=null),(at-=Zt)==0)break;it=0}else it-=bt}if(this.size-at<25&&(this.children.length>1||!(this.children[0]instanceof yc))){var Se=[];this.collapse(Se),this.children=[new yc(Se)],this.children[0].parent=this}},collapse:function(it){for(var at=0;at<this.children.length;++at)this.children[at].collapse(it)},insertInner:function(it,at,mt){this.size+=at.length,this.height+=mt;for(var pt=0;pt<this.children.length;++pt){var bt=this.children[pt],Zt=bt.chunkSize();if(it<=Zt){if(bt.insertInner(it,at,mt),bt.lines&&bt.lines.length>50){for(var le=bt.lines.length%25+25,Se=le;Se<bt.lines.length;){var me=new yc(bt.lines.slice(Se,Se+=25));bt.height-=me.height,this.children.splice(++pt,0,me),me.parent=this}bt.lines=bt.lines.slice(0,le),this.maybeSpill()}break}it-=Zt}},maybeSpill:function(){if(!(this.children.length<=10)){var it=this;do{var at=it.children.splice(it.children.length-5,5),mt=new To(at);if(it.parent){it.size-=mt.size,it.height-=mt.height;var bt=re(it.parent.children,it);it.parent.children.splice(bt+1,0,mt)}else{var pt=new To(it.children);pt.parent=it,it.children=[pt,mt],it=pt}mt.parent=it.parent}while(it.children.length>10);it.parent.maybeSpill()}},iterN:function(it,at,mt){for(var pt=0;pt<this.children.length;++pt){var bt=this.children[pt],Zt=bt.chunkSize();if(it<Zt){var le=Math.min(at,Zt-it);if(bt.iterN(it,le,mt))return!0;if((at-=le)==0)break;it=0}else it-=Zt}}};var fu=function(it,at,mt){if(mt)for(var pt in mt)mt.hasOwnProperty(pt)&&(this[pt]=mt[pt]);this.doc=it,this.node=at};fu.prototype.clear=function(){var it=this.doc.cm,at=this.line.widgets,mt=this.line,pt=Le(mt);if(!(pt==null||!at)){for(var bt=0;bt<at.length;++bt)at[bt]==this&&at.splice(bt--,1);at.length||(mt.widgets=null);var Zt=Ns(this);On(mt,Math.max(0,mt.height-Zt)),it&&(qr(it,function(){Kp(it,mt,-Zt),Lr(it,pt,"widget")}),Fi(it,"lineWidgetCleared",it,this,pt))}},fu.prototype.changed=function(){var it=this,at=this.height,mt=this.doc.cm,pt=this.line;this.height=null;var bt=Ns(this)-at;bt&&(An(this.doc,pt)||On(pt,pt.height+bt),mt&&qr(mt,function(){mt.curOp.forceUpdate=!0,Kp(mt,pt,bt),Fi(mt,"lineWidgetChanged",mt,it,Le(pt))}))},xn(fu);function Kp(it,at,mt){Sr(at)<(it.curOp&&it.curOp.scrollTop||it.doc.scrollTop)&&_d(it,mt)}function ef(it,at,mt,pt){var bt=new fu(it,mt,pt),Zt=it.cm;return Zt&&bt.noHScroll&&(Zt.display.alignWidgets=!0),Nh(it,at,"widget",function(le){var Se=le.widgets||(le.widgets=[]);if(bt.insertAt==null?Se.push(bt):Se.splice(Math.min(Se.length-1,Math.max(0,bt.insertAt)),0,bt),bt.line=le,Zt&&!An(it,le)){var me=Sr(le)<it.scrollTop;On(le,le.height+Ns(bt)),me&&_d(Zt,bt.height),Zt.curOp.forceUpdate=!0}return!0}),Zt&&Fi(Zt,"lineWidgetAdded",Zt,bt,typeof at=="number"?at:Le(at)),bt}var Vp=0,Xe=function(it,at){this.lines=[],this.type=at,this.doc=it,this.id=++Vp};Xe.prototype.clear=function(){if(!this.explicitlyCleared){var it=this.doc.cm,at=it&&!it.curOp;if(at&&Du(it),yn(this,"clear")){var mt=this.find();mt&&Fi(this,"clear",mt.from,mt.to)}for(var pt=null,bt=null,Zt=0;Zt<this.lines.length;++Zt){var le=this.lines[Zt],Se=pi(le.markedSpans,this);it&&!this.collapsed?Lr(it,Le(le),"text"):it&&(Se.to!=null&&(bt=Le(le)),Se.from!=null&&(pt=Le(le))),le.markedSpans=Ai(le.markedSpans,Se),Se.from==null&&this.collapsed&&!An(this.doc,le)&&it&&On(le,au(it.display))}if(it&&this.collapsed&&!it.options.lineWrapping)for(var me=0;me<this.lines.length;++me){var Te=Gi(this.lines[me]),tn=Jr(Te);tn>it.display.maxLineLength&&(it.display.maxLine=Te,it.display.maxLineLength=tn,it.display.maxLineChanged=!0)}pt!=null&&it&&this.collapsed&&Po(it,pt,bt+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,it&&rd(it.doc)),it&&Fi(it,"markerCleared",it,this,pt,bt),at&&Bu(it),this.parent&&this.parent.clear()}},Xe.prototype.find=function(it,at){it==null&&this.type=="bookmark"&&(it=1);for(var mt,pt,bt=0;bt<this.lines.length;++bt){var Zt=this.lines[bt],le=pi(Zt.markedSpans,this);if(le.from!=null&&(mt=rn(at?Zt:Le(Zt),le.from),it==-1))return mt;if(le.to!=null&&(pt=rn(at?Zt:Le(Zt),le.to),it==1))return pt}return mt&&{from:mt,to:pt}},Xe.prototype.changed=function(){var it=this,at=this.find(-1,!0),mt=this,pt=this.doc.cm;!at||!pt||qr(pt,function(){var bt=at.line,Zt=Le(at.line),le=mh(pt,Zt);if(le&&(hc(le),pt.curOp.selectionChanged=pt.curOp.forceUpdate=!0),pt.curOp.updateMaxLine=!0,!An(mt.doc,bt)&&mt.height!=null){var Se=mt.height;mt.height=null;var me=Ns(mt)-Se;me&&On(bt,bt.height+me)}Fi(pt,"markerChanged",pt,it)})},Xe.prototype.attachLine=function(it){if(!this.lines.length&&this.doc.cm){var at=this.doc.cm.curOp;(!at.maybeHiddenMarkers||re(at.maybeHiddenMarkers,this)==-1)&&(at.maybeUnhiddenMarkers||(at.maybeUnhiddenMarkers=[])).push(this)}this.lines.push(it)},Xe.prototype.detachLine=function(it){if(this.lines.splice(re(this.lines,it),1),!this.lines.length&&this.doc.cm){var at=this.doc.cm.curOp;(at.maybeHiddenMarkers||(at.maybeHiddenMarkers=[])).push(this)}},xn(Xe);function Fh(it,at,mt,pt,bt){if(pt&&pt.shared)return Yp(it,at,mt,pt,bt);if(it.cm&&!it.cm.curOp)return ls(it.cm,Fh)(it,at,mt,pt,bt);var Zt=new Xe(it,bt),le=Pn(at,mt);if(pt&&De(pt,Zt,!1),le>0||le==0&&Zt.clearWhenEmpty!==!1)return Zt;if(Zt.replacedWith&&(Zt.collapsed=!0,Zt.widgetNode=te("span",[Zt.replacedWith],"CodeMirror-widget"),pt.handleMouseEvents||Zt.widgetNode.setAttribute("cm-ignore-events","true"),pt.insertLeft&&(Zt.widgetNode.insertLeft=!0)),Zt.collapsed){if(tr(it,at.line,at,mt,Zt)||at.line!=mt.line&&tr(it,mt.line,at,mt,Zt))throw new Error("Inserting collapsed marker partially overlapping an existing one");gn()}Zt.addToHistory&&nd(it,{from:at,to:mt,origin:"markText"},it.sel,NaN);var Se=at.line,me=it.cm,Te;if(it.iter(Se,mt.line+1,function(Oe){me&&Zt.collapsed&&!me.options.lineWrapping&&Gi(Oe)==me.display.maxLine&&(Te=!0),Zt.collapsed&&Se!=at.line&&On(Oe,0),vr(Oe,new si(Zt,Se==at.line?at.ch:null,Se==mt.line?mt.ch:null)),++Se}),Zt.collapsed&&it.iter(at.line,mt.line+1,function(Oe){An(it,Oe)&&On(Oe,0)}),Zt.clearOnEnter&&Me(Zt,"beforeCursorEnter",function(){return Zt.clear()}),Zt.readOnly&&(ur(),(it.history.done.length||it.history.undone.length)&&it.clearHistory()),Zt.collapsed&&(Zt.id=++Vp,Zt.atomic=!0),me){if(Te&&(me.curOp.updateMaxLine=!0),Zt.collapsed)Po(me,at.line,mt.line+1);else if(Zt.className||Zt.startStyle||Zt.endStyle||Zt.css||Zt.attributes||Zt.title)for(var tn=at.line;tn<=mt.line;tn++)Lr(me,tn,"text");Zt.atomic&&rd(me.doc),Fi(me,"markerAdded",me,Zt)}return Zt}var Hl=function(it,at){this.markers=it,this.primary=at;for(var mt=0;mt<it.length;++mt)it[mt].parent=this};Hl.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var it=0;it<this.markers.length;++it)this.markers[it].clear();Fi(this,"clear")}},Hl.prototype.find=function(it,at){return this.primary.find(it,at)},xn(Hl);function Yp(it,at,mt,pt,bt){pt=De(pt),pt.shared=!1;var Zt=[Fh(it,at,mt,pt,bt)],le=Zt[0],Se=pt.widgetNode;return El(it,function(me){Se&&(pt.widgetNode=Se.cloneNode(!0)),Zt.push(Fh(me,Kn(me,at),Kn(me,mt),pt,bt));for(var Te=0;Te<me.linked.length;++Te)if(me.linked[Te].isParent)return;le=Ae(Zt)}),new Hl(Zt,le)}function dg(it){return it.findMarks(rn(it.first,0),it.clipPos(rn(it.lastLine())),function(at){return at.parent})}function Zp(it,at){for(var mt=0;mt<at.length;mt++){var pt=at[mt],bt=pt.find(),Zt=it.clipPos(bt.from),le=it.clipPos(bt.to);if(Pn(Zt,le)){var Se=Fh(it,Zt,le,pt.primary,pt.primary.type);pt.markers.push(Se),Se.parent=pt}}}function fg(it){for(var at=function(pt){var bt=it[pt],Zt=[bt.primary.doc];El(bt.primary.doc,function(me){return Zt.push(me)});for(var le=0;le<bt.markers.length;le++){var Se=bt.markers[le];re(Zt,Se.doc)==-1&&(Se.parent=null,bt.markers.splice(le--,1))}},mt=0;mt<it.length;mt++)at(mt)}var ev=0,Is=function(it,at,mt,pt,bt){if(!(this instanceof Is))return new Is(it,at,mt,pt,bt);mt==null&&(mt=0),To.call(this,[new yc([new Ir("",null)])]),this.first=mt,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.modeFrontier=this.highlightFrontier=mt;var Zt=rn(mt,0);this.sel=hu(Zt),this.history=new gc(null),this.id=++ev,this.modeOption=at,this.lineSep=pt,this.direction=bt=="rtl"?"rtl":"ltr",this.extend=!1,typeof it=="string"&&(it=this.splitLines(it)),Zd(this,{from:Zt,to:Zt,text:it}),_s(this,hu(Zt),ue)};Is.prototype=Et(To.prototype,{constructor:Is,iter:function(it,at,mt){mt?this.iterN(it-this.first,at-it,mt):this.iterN(this.first,this.first+this.size,it)},insert:function(it,at){for(var mt=0,pt=0;pt<at.length;++pt)mt+=at[pt].height;this.insertInner(it-this.first,at,mt)},remove:function(it,at){this.removeInner(it-this.first,at)},getValue:function(it){var at=Ze(this,this.first,this.first+this.size);return it===!1?at:at.join(it||this.lineSeparator())},setValue:ms(function(it){var at=rn(this.first,0),mt=this.first+this.size-1;_u(this,{from:at,to:rn(mt,Dn(this,mt).text.length),text:this.splitLines(it),origin:"setValue",full:!0},!0),this.cm&&Ph(this.cm,0,0),_s(this,hu(at),ue)}),replaceRange:function(it,at,mt,pt){at=Kn(this,at),mt=mt?Kn(this,mt):at,Th(this,it,at,mt,pt)},getRange:function(it,at,mt){var pt=Qe(this,Kn(this,it),Kn(this,at));return mt===!1?pt:pt.join(mt||this.lineSeparator())},getLine:function(it){var at=this.getLineHandle(it);return at&&at.text},getLineHandle:function(it){if(wn(this,it))return Dn(this,it)},getLineNumber:function(it){return Le(it)},getLineHandleVisualStart:function(it){return typeof it=="number"&&(it=Dn(this,it)),Gi(it)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(it){return Kn(this,it)},getCursor:function(it){var at=this.sel.primary(),mt;return it==null||it=="head"?mt=at.head:it=="anchor"?mt=at.anchor:it=="end"||it=="to"||it===!1?mt=at.to():mt=at.from(),mt},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:ms(function(it,at,mt){kh(this,Kn(this,typeof it=="number"?rn(it,at||0):it),null,mt)}),setSelection:ms(function(it,at,mt){kh(this,Kn(this,it),Kn(this,at||it),mt)}),extendSelection:ms(function(it,at,mt){$d(this,Kn(this,it),at&&Kn(this,at),mt)}),extendSelections:ms(function(it,at){Gp(this,xi(this,it),at)}),extendSelectionsBy:ms(function(it,at){var mt=Ie(this.sel.ranges,it);Gp(this,xi(this,mt),at)}),setSelections:ms(function(it,at,mt){if(it.length){for(var pt=[],bt=0;bt<it.length;bt++)pt[bt]=new so(Kn(this,it[bt].anchor),Kn(this,it[bt].head));at==null&&(at=Math.min(it.length-1,this.sel.primIndex)),_s(this,cl(this.cm,pt,at),mt)}}),addSelection:ms(function(it,at,mt){var pt=this.sel.ranges.slice(0);pt.push(new so(Kn(this,it),Kn(this,at||it))),_s(this,cl(this.cm,pt,pt.length-1),mt)}),getSelection:function(it){for(var at=this.sel.ranges,mt,pt=0;pt<at.length;pt++){var bt=Qe(this,at[pt].from(),at[pt].to());mt=mt?mt.concat(bt):bt}return it===!1?mt:mt.join(it||this.lineSeparator())},getSelections:function(it){for(var at=[],mt=this.sel.ranges,pt=0;pt<mt.length;pt++){var bt=Qe(this,mt[pt].from(),mt[pt].to());it!==!1&&(bt=bt.join(it||this.lineSeparator())),at[pt]=bt}return at},replaceSelection:function(it,at,mt){for(var pt=[],bt=0;bt<this.sel.ranges.length;bt++)pt[bt]=it;this.replaceSelections(pt,at,mt||"+input")},replaceSelections:ms(function(it,at,mt){for(var pt=[],bt=this.sel,Zt=0;Zt<bt.ranges.length;Zt++){var le=bt.ranges[Zt];pt[Zt]={from:le.from(),to:le.to(),text:this.splitLines(it[Zt]),origin:mt}}for(var Se=at&&at!="end"&&qc(this,pt,at),me=pt.length-1;me>=0;me--)_u(this,pt[me]);Se?tf(this,Se):this.cm&&lu(this.cm)}),undo:ms(function(){ld(this,"undo")}),redo:ms(function(){ld(this,"redo")}),undoSelection:ms(function(){ld(this,"undo",!0)}),redoSelection:ms(function(){ld(this,"redo",!0)}),setExtending:function(it){this.extend=it},getExtending:function(){return this.extend},historySize:function(){for(var it=this.history,at=0,mt=0,pt=0;pt<it.done.length;pt++)it.done[pt].ranges||++at;for(var bt=0;bt<it.undone.length;bt++)it.undone[bt].ranges||++mt;return{undo:at,redo:mt}},clearHistory:function(){var it=this;this.history=new gc(this.history.maxGeneration),El(this,function(at){return at.history=it.history},!0)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(it){return it&&(this.history.lastOp=this.history.lastSelOp=this.history.lastOrigin=null),this.history.generation},isClean:function(it){return this.history.generation==(it||this.cleanGeneration)},getHistory:function(){return{done:cu(this.history.done),undone:cu(this.history.undone)}},setHistory:function(it){var at=this.history=new gc(this.history.maxGeneration);at.done=cu(it.done.slice(0),null,!0),at.undone=cu(it.undone.slice(0),null,!0)},setGutterMarker:ms(function(it,at,mt){return Nh(this,it,"gutter",function(pt){var bt=pt.gutterMarkers||(pt.gutterMarkers={});return bt[at]=mt,!mt&&_t(bt)&&(pt.gutterMarkers=null),!0})}),clearGutter:ms(function(it){var at=this;this.iter(function(mt){mt.gutterMarkers&&mt.gutterMarkers[it]&&Nh(at,mt,"gutter",function(){return mt.gutterMarkers[it]=null,_t(mt.gutterMarkers)&&(mt.gutterMarkers=null),!0})})}),lineInfo:function(it){var at;if(typeof it=="number"){if(!wn(this,it)||(at=it,it=Dn(this,it),!it))return null}else if(at=Le(it),at==null)return null;return{line:at,handle:it,text:it.text,gutterMarkers:it.gutterMarkers,textClass:it.textClass,bgClass:it.bgClass,wrapClass:it.wrapClass,widgets:it.widgets}},addLineClass:ms(function(it,at,mt){return Nh(this,it,at=="gutter"?"gutter":"class",function(pt){var bt=at=="text"?"textClass":at=="background"?"bgClass":at=="gutter"?"gutterClass":"wrapClass";if(!pt[bt])pt[bt]=mt;else{if(Lt(mt).test(pt[bt]))return!1;pt[bt]+=" "+mt}return!0})}),removeLineClass:ms(function(it,at,mt){return Nh(this,it,at=="gutter"?"gutter":"class",function(pt){var bt=at=="text"?"textClass":at=="background"?"bgClass":at=="gutter"?"gutterClass":"wrapClass",Zt=pt[bt];if(Zt)if(mt==null)pt[bt]=null;else{var le=Zt.match(Lt(mt));if(!le)return!1;var Se=le.index+le[0].length;pt[bt]=Zt.slice(0,le.index)+(!le.index||Se==Zt.length?"":" ")+Zt.slice(Se)||null}else return!1;return!0})}),addLineWidget:ms(function(it,at,mt){return ef(this,it,at,mt)}),removeLineWidget:function(it){it.clear()},markText:function(it,at,mt){return Fh(this,Kn(this,it),Kn(this,at),mt,mt&&mt.type||"range")},setBookmark:function(it,at){var mt={replacedWith:at&&(at.nodeType==null?at.widget:at),insertLeft:at&&at.insertLeft,clearWhenEmpty:!1,shared:at&&at.shared,handleMouseEvents:at&&at.handleMouseEvents};return it=Kn(this,it),Fh(this,it,it,mt,"bookmark")},findMarksAt:function(it){it=Kn(this,it);var at=[],mt=Dn(this,it.line).markedSpans;if(mt)for(var pt=0;pt<mt.length;++pt){var bt=mt[pt];(bt.from==null||bt.from<=it.ch)&&(bt.to==null||bt.to>=it.ch)&&at.push(bt.marker.parent||bt.marker)}return at},findMarks:function(it,at,mt){it=Kn(this,it),at=Kn(this,at);var pt=[],bt=it.line;return this.iter(it.line,at.line+1,function(Zt){var le=Zt.markedSpans;if(le)for(var Se=0;Se<le.length;Se++){var me=le[Se];!(me.to!=null&&bt==it.line&&it.ch>=me.to||me.from==null&&bt!=it.line||me.from!=null&&bt==at.line&&me.from>=at.ch)&&(!mt||mt(me.marker))&&pt.push(me.marker.parent||me.marker)}++bt}),pt},getAllMarks:function(){var it=[];return this.iter(function(at){var mt=at.markedSpans;if(mt)for(var pt=0;pt<mt.length;++pt)mt[pt].from!=null&&it.push(mt[pt].marker)}),it},posFromIndex:function(it){var at,mt=this.first,pt=this.lineSeparator().length;return this.iter(function(bt){var Zt=bt.text.length+pt;if(Zt>it)return at=it,!0;it-=Zt,++mt}),Kn(this,rn(mt,at))},indexFromPos:function(it){it=Kn(this,it);var at=it.ch;if(it.line<this.first||it.ch<0)return 0;var mt=this.lineSeparator().length;return this.iter(this.first,it.line,function(pt){at+=pt.text.length+mt}),at},copy:function(it){var at=new Is(Ze(this,this.first,this.first+this.size),this.modeOption,this.first,this.lineSep,this.direction);return at.scrollTop=this.scrollTop,at.scrollLeft=this.scrollLeft,at.sel=this.sel,at.extend=!1,it&&(at.history.undoDepth=this.history.undoDepth,at.setHistory(this.getHistory())),at},linkedDoc:function(it){it||(it={});var at=this.first,mt=this.first+this.size;it.from!=null&&it.from>at&&(at=it.from),it.to!=null&&it.to<mt&&(mt=it.to);var pt=new Is(Ze(this,at,mt),it.mode||this.modeOption,at,this.lineSep,this.direction);return it.sharedHist&&(pt.history=this.history),(this.linked||(this.linked=[])).push({doc:pt,sharedHist:it.sharedHist}),pt.linked=[{doc:this,isParent:!0,sharedHist:it.sharedHist}],Zp(pt,dg(this)),pt},unlinkDoc:function(it){if(it instanceof Vr&&(it=it.doc),this.linked)for(var at=0;at<this.linked.length;++at){var mt=this.linked[at];if(mt.doc==it){this.linked.splice(at,1),it.unlinkDoc(this),fg(dg(this));break}}if(it.history==this.history){var pt=[it.id];El(it,function(bt){return pt.push(bt.id)},!0),it.history=new gc(null),it.history.done=cu(this.history.done,pt),it.history.undone=cu(this.history.undone,pt)}},iterLinkedDocs:function(it){El(this,it)},getMode:function(){return this.mode},getEditor:function(){return this.cm},splitLines:function(it){return this.lineSep?it.split(this.lineSep):ji(it)},lineSeparator:function(){return this.lineSep||`
`},setDirection:ms(function(it){it!="rtl"&&(it="ltr"),it!=this.direction&&(this.direction=it,this.iter(function(at){return at.order=null}),this.cm&&tv(this.cm))})}),Is.prototype.eachLine=Is.prototype.iter;var ud=0;function gg(it){var at=this;if(Qp(at),!($e(at,it)||Jo(at.display,it))){Fn(it),Bt&&(ud=+new Date);var mt=ta(at,it,!0),pt=it.dataTransfer.files;if(!(!mt||at.isReadOnly()))if(pt&&pt.length&&window.FileReader&&window.File)for(var bt=pt.length,Zt=Array(bt),le=0,Se=function(){++le==bt&&ls(at,function(){mt=Kn(at.doc,mt);var hn={from:mt,to:mt,text:at.doc.splitLines(Zt.filter(function(Zn){return Zn!=null}).join(at.doc.lineSeparator())),origin:"paste"};_u(at.doc,hn),tf(at.doc,hu(Kn(at.doc,mt),Kn(at.doc,Wu(hn))))})()},me=function(hn,Zn){if(at.options.allowDropFileTypes&&re(at.options.allowDropFileTypes,hn.type)==-1){Se();return}var Qn=new FileReader;Qn.onerror=function(){return Se()},Qn.onload=function(){var ai=Qn.result;if(/[\x00-\x08\x0e-\x1f]{2}/.test(ai)){Se();return}Zt[Zn]=ai,Se()},Qn.readAsText(hn)},Te=0;Te<pt.length;Te++)me(pt[Te],Te);else{if(at.state.draggingText&&at.doc.sel.contains(mt)>-1){at.state.draggingText(it),setTimeout(function(){return at.display.input.focus()},20);return}try{var tn=it.dataTransfer.getData("Text");if(tn){var Oe;if(at.state.draggingText&&!at.state.draggingText.copy&&(Oe=at.listSelections()),Eh(at.doc,hu(mt,mt)),Oe)for(var cn=0;cn<Oe.length;++cn)Th(at.doc,"",Oe[cn].anchor,Oe[cn].head,"drag");at.replaceSelection(tn,"around","paste"),at.display.input.focus()}}catch(hn){}}}}function Xp(it,at){if(Bt&&(!it.state.draggingText||+new Date-ud<100)){oi(at);return}if(!($e(it,at)||Jo(it.display,at))&&(at.dataTransfer.setData("Text",it.getSelection()),at.dataTransfer.effectAllowed="copyMove",at.dataTransfer.setDragImage&&!kt)){var mt=qt("img",null,null,"position: fixed; left: 0; top: 0;");mt.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",St&&(mt.width=mt.height=1,it.display.wrapper.appendChild(mt),mt._top=mt.offsetTop),at.dataTransfer.setDragImage(mt,0,0),St&&mt.parentNode.removeChild(mt)}}function Jp(it,at){var mt=ta(it,at);if(mt){var pt=document.createDocumentFragment();Rr(it,mt,pt),it.display.dragCursor||(it.display.dragCursor=qt("div",null,"CodeMirror-cursors CodeMirror-dragcursors"),it.display.lineSpace.insertBefore(it.display.dragCursor,it.display.cursorDiv)),Ft(it.display.dragCursor,pt)}}function Qp(it){it.display.dragCursor&&(it.display.lineSpace.removeChild(it.display.dragCursor),it.display.dragCursor=null)}function qp(it){if(document.getElementsByClassName){for(var at=document.getElementsByClassName("CodeMirror"),mt=[],pt=0;pt<at.length;pt++){var bt=at[pt].CodeMirror;bt&&mt.push(bt)}mt.length&&mt[0].operation(function(){for(var Zt=0;Zt<mt.length;Zt++)it(mt[Zt])})}}var pg=!1;function Ga(){pg||(Sc(),pg=!0)}function Sc(){var it;Me(window,"resize",function(){it==null&&(it=setTimeout(function(){it=null,qp(mg)},100))}),Me(window,"blur",function(){return qp(wh)})}function mg(it){var at=it.display;at.cachedCharWidth=at.cachedTextHeight=at.cachedPaddingH=null,at.scrollbarsClipped=!1,it.setSize()}for(var Kl={3:"Pause",8:"Backspace",9:"Tab",13:"Enter",16:"Shift",17:"Ctrl",18:"Alt",19:"Pause",20:"CapsLock",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"PrintScrn",45:"Insert",46:"Delete",59:";",61:"=",91:"Mod",92:"Mod",93:"Mod",106:"*",107:"=",109:"-",110:".",111:"/",145:"ScrollLock",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",224:"Mod",63232:"Up",63233:"Down",63234:"Left",63235:"Right",63272:"Delete",63273:"Home",63275:"End",63276:"PageUp",63277:"PageDown",63302:"Insert"},hd=0;hd<10;hd++)Kl[hd+48]=Kl[hd+96]=String(hd);for(var nf=65;nf<=90;nf++)Kl[nf]=String.fromCharCode(nf);for(var cd=1;cd<=12;cd++)Kl[cd+111]=Kl[cd+63235]="F"+cd;var ba={};ba.basic={Left:"goCharLeft",Right:"goCharRight",Up:"goLineUp",Down:"goLineDown",End:"goLineEnd",Home:"goLineStartSmart",PageUp:"goPageUp",PageDown:"goPageDown",Delete:"delCharAfter",Backspace:"delCharBefore","Shift-Backspace":"delCharBefore",Tab:"defaultTab","Shift-Tab":"indentAuto",Enter:"newlineAndIndent",Insert:"toggleOverwrite",Esc:"singleSelection"},ba.pcDefault={"Ctrl-A":"selectAll","Ctrl-D":"deleteLine","Ctrl-Z":"undo","Shift-Ctrl-Z":"redo","Ctrl-Y":"redo","Ctrl-Home":"goDocStart","Ctrl-End":"goDocEnd","Ctrl-Up":"goLineUp","Ctrl-Down":"goLineDown","Ctrl-Left":"goGroupLeft","Ctrl-Right":"goGroupRight","Alt-Left":"goLineStart","Alt-Right":"goLineEnd","Ctrl-Backspace":"delGroupBefore","Ctrl-Delete":"delGroupAfter","Ctrl-S":"save","Ctrl-F":"find","Ctrl-G":"findNext","Shift-Ctrl-G":"findPrev","Shift-Ctrl-F":"replace","Shift-Ctrl-R":"replaceAll","Ctrl-[":"indentLess","Ctrl-]":"indentMore","Ctrl-U":"undoSelection","Shift-Ctrl-U":"redoSelection","Alt-U":"redoSelection",fallthrough:"basic"},ba.emacsy={"Ctrl-F":"goCharRight","Ctrl-B":"goCharLeft","Ctrl-P":"goLineUp","Ctrl-N":"goLineDown","Alt-F":"goWordRight","Alt-B":"goWordLeft","Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd","Ctrl-V":"goPageDown","Shift-Ctrl-V":"goPageUp","Ctrl-D":"delCharAfter","Ctrl-H":"delCharBefore","Alt-D":"delWordAfter","Alt-Backspace":"delWordBefore","Ctrl-K":"killLine","Ctrl-T":"transposeChars","Ctrl-O":"openLine"},ba.macDefault={"Cmd-A":"selectAll","Cmd-D":"deleteLine","Cmd-Z":"undo","Shift-Cmd-Z":"redo","Cmd-Y":"redo","Cmd-Home":"goDocStart","Cmd-Up":"goDocStart","Cmd-End":"goDocEnd","Cmd-Down":"goDocEnd","Alt-Left":"goGroupLeft","Alt-Right":"goGroupRight","Cmd-Left":"goLineLeft","Cmd-Right":"goLineRight","Alt-Backspace":"delGroupBefore","Ctrl-Alt-Backspace":"delGroupAfter","Alt-Delete":"delGroupAfter","Cmd-S":"save","Cmd-F":"find","Cmd-G":"findNext","Shift-Cmd-G":"findPrev","Cmd-Alt-F":"replace","Shift-Cmd-Alt-F":"replaceAll","Cmd-[":"indentLess","Cmd-]":"indentMore","Cmd-Backspace":"delWrappedLineLeft","Cmd-Delete":"delWrappedLineRight","Cmd-U":"undoSelection","Shift-Cmd-U":"redoSelection","Ctrl-Up":"goDocStart","Ctrl-Down":"goDocEnd",fallthrough:["basic","emacsy"]},ba.default=lt?ba.macDefault:ba.pcDefault;function vg(it){var at=it.split(/-(?!$)/);it=at[at.length-1];for(var mt,pt,bt,Zt,le=0;le<at.length-1;le++){var Se=at[le];if(/^(cmd|meta|m)$/i.test(Se))Zt=!0;else if(/^a(lt)?$/i.test(Se))mt=!0;else if(/^(c|ctrl|control)$/i.test(Se))pt=!0;else if(/^s(hift)?$/i.test(Se))bt=!0;else throw new Error("Unrecognized modifier name: "+Se)}return mt&&(it="Alt-"+it),pt&&(it="Ctrl-"+it),Zt&&(it="Cmd-"+it),bt&&(it="Shift-"+it),it}function yg(it){var at={};for(var mt in it)if(it.hasOwnProperty(mt)){var pt=it[mt];if(/^(name|fallthrough|(de|at)tach)$/.test(mt))continue;if(pt=="..."){delete it[mt];continue}for(var bt=Ie(mt.split(" "),vg),Zt=0;Zt<bt.length;Zt++){var le=void 0,Se=void 0;Zt==bt.length-1?(Se=bt.join(" "),le=pt):(Se=bt.slice(0,Zt+1).join(" "),le="...");var me=at[Se];if(!me)at[Se]=le;else if(me!=le)throw new Error("Inconsistent bindings for "+Se)}delete it[mt]}for(var Te in at)it[Te]=at[Te];return it}function el(it,at,mt,pt){at=Dh(at);var bt=at.call?at.call(it,pt):at[it];if(bt===!1)return"nothing";if(bt==="...")return"multi";if(bt!=null&&mt(bt))return"handled";if(at.fallthrough){if(Object.prototype.toString.call(at.fallthrough)!="[object Array]")return el(it,at.fallthrough,mt,pt);for(var Zt=0;Zt<at.fallthrough.length;Zt++){var le=el(it,at.fallthrough[Zt],mt,pt);if(le)return le}}}function xc(it){var at=typeof it=="string"?it:Kl[it.keyCode];return at=="Ctrl"||at=="Alt"||at=="Shift"||at=="Mod"}function Sg(it,at,mt){var pt=it;return at.altKey&&pt!="Alt"&&(it="Alt-"+it),(ft?at.metaKey:at.ctrlKey)&&pt!="Ctrl"&&(it="Ctrl-"+it),(ft?at.ctrlKey:at.metaKey)&&pt!="Mod"&&(it="Cmd-"+it),!mt&&at.shiftKey&&pt!="Shift"&&(it="Shift-"+it),it}function $p(it,at){if(St&&it.keyCode==34&&it.char)return!1;var mt=Kl[it.keyCode];return mt==null||it.altGraphKey?!1:(it.keyCode==3&&it.code&&(mt=it.code),Sg(mt,it,at))}function Dh(it){return typeof it=="string"?ba[it]:it}function Aa(it,at){for(var mt=it.doc.sel.ranges,pt=[],bt=0;bt<mt.length;bt++){for(var Zt=at(mt[bt]);pt.length&&Pn(Zt.from,Ae(pt).to)<=0;){var le=pt.pop();if(Pn(le.from,Zt.from)<0){Zt.from=le.from;break}}pt.push(Zt)}qr(it,function(){for(var Se=pt.length-1;Se>=0;Se--)Th(it.doc,"",pt[Se].from,pt[Se].to,"+delete");lu(it)})}function xg(it,at,mt){var pt=Tt(it.text,at+mt,mt);return pt<0||pt>it.text.length?null:pt}function Vo(it,at,mt){var pt=xg(it,at.ch,mt);return pt==null?null:new rn(at.line,pt,mt<0?"after":"before")}function dd(it,at,mt,pt,bt){if(it){at.doc.direction=="rtl"&&(bt=-bt);var Zt=Ke(mt,at.doc.direction);if(Zt){var le=bt<0?Ae(Zt):Zt[0],Se=bt<0==(le.level==1),me=Se?"after":"before",Te;if(le.level>0||at.doc.direction=="rtl"){var tn=Wl(at,mt);Te=bt<0?mt.text.length-1:0;var Oe=Oa(at,tn,Te).top;Te=$t(function(cn){return Oa(at,tn,cn).top==Oe},bt<0==(le.level==1)?le.from:le.to-1,Te),me=="before"&&(Te=xg(mt,Te,1))}else Te=bt<0?le.to:le.from;return new rn(pt,Te,me)}}return new rn(pt,bt<0?mt.text.length:0,bt<0?"before":"after")}function rf(it,at,mt,pt){var bt=Ke(at,it.doc.direction);if(!bt)return Vo(at,mt,pt);mt.ch>=at.text.length?(mt.ch=at.text.length,mt.sticky="before"):mt.ch<=0&&(mt.ch=0,mt.sticky="after");var Zt=ae(bt,mt.ch,mt.sticky),le=bt[Zt];if(it.doc.direction=="ltr"&&le.level%2==0&&(pt>0?le.to>mt.ch:le.from<mt.ch))return Vo(at,mt,pt);var Se=function(Pi,Ui){return xg(at,Pi instanceof rn?Pi.ch:Pi,Ui)},me,Te=function(Pi){return it.options.lineWrapping?(me=me||Wl(it,at),Ia(it,at,me,Pi)):{begin:0,end:at.text.length}},tn=Te(mt.sticky=="before"?Se(mt,-1):mt.ch);if(it.doc.direction=="rtl"||le.level==1){var Oe=le.level==1==pt<0,cn=Se(mt,Oe?1:-1);if(cn!=null&&(Oe?cn<=le.to&&cn<=tn.end:cn>=le.from&&cn>=tn.begin)){var hn=Oe?"before":"after";return new rn(mt.line,cn,hn)}}var Zn=function(Pi,Ui,Ni){for(var Zi=function(Co,hs){return hs?new rn(mt.line,Se(Co,1),"before"):new rn(mt.line,Co,"after")};Pi>=0&&Pi<bt.length;Pi+=Ui){var gr=bt[Pi],Mi=Ui>0==(gr.level!=1),Er=Mi?Ni.begin:Se(Ni.end,-1);if(gr.from<=Er&&Er<gr.to||(Er=Mi?gr.from:Se(gr.to,-1),Ni.begin<=Er&&Er<Ni.end))return Zi(Er,Mi)}},Qn=Zn(Zt+pt,pt,tn);if(Qn)return Qn;var ai=pt>0?tn.end:Se(tn.begin,-1);return ai!=null&&!(pt>0&&ai==at.text.length)&&(Qn=Zn(pt>0?0:bt.length-1,pt,Te(ai)),Qn)?Qn:null}var Hu={selectAll:Ko,singleSelection:function(it){return it.setSelection(it.getCursor("anchor"),it.getCursor("head"),ue)},killLine:function(it){return Aa(it,function(at){if(at.empty()){var mt=Dn(it.doc,at.head.line).text.length;return at.head.ch==mt&&at.head.line<it.lastLine()?{from:at.head,to:rn(at.head.line+1,0)}:{from:at.head,to:rn(at.head.line,mt)}}else return{from:at.from(),to:at.to()}})},deleteLine:function(it){return Aa(it,function(at){return{from:rn(at.from().line,0),to:Kn(it.doc,rn(at.to().line+1,0))}})},delLineLeft:function(it){return Aa(it,function(at){return{from:rn(at.from().line,0),to:at.from()}})},delWrappedLineLeft:function(it){return Aa(it,function(at){var mt=it.charCoords(at.head,"div").top+5,pt=it.coordsChar({left:0,top:mt},"div");return{from:pt,to:at.from()}})},delWrappedLineRight:function(it){return Aa(it,function(at){var mt=it.charCoords(at.head,"div").top+5,pt=it.coordsChar({left:it.display.lineDiv.offsetWidth+100,top:mt},"div");return{from:at.from(),to:pt}})},undo:function(it){return it.undo()},redo:function(it){return it.redo()},undoSelection:function(it){return it.undoSelection()},redoSelection:function(it){return it.redoSelection()},goDocStart:function(it){return it.extendSelection(rn(it.firstLine(),0))},goDocEnd:function(it){return it.extendSelection(rn(it.lastLine()))},goLineStart:function(it){return it.extendSelectionsBy(function(at){return wc(it,at.head.line)},{origin:"+move",bias:1})},goLineStartSmart:function(it){return it.extendSelectionsBy(function(at){return wg(it,at.head)},{origin:"+move",bias:1})},goLineEnd:function(it){return it.extendSelectionsBy(function(at){return Pc(it,at.head.line)},{origin:"+move",bias:-1})},goLineRight:function(it){return it.extendSelectionsBy(function(at){var mt=it.cursorCoords(at.head,"div").top+5;return it.coordsChar({left:it.display.lineDiv.offsetWidth+100,top:mt},"div")},Ne)},goLineLeft:function(it){return it.extendSelectionsBy(function(at){var mt=it.cursorCoords(at.head,"div").top+5;return it.coordsChar({left:0,top:mt},"div")},Ne)},goLineLeftSmart:function(it){return it.extendSelectionsBy(function(at){var mt=it.cursorCoords(at.head,"div").top+5,pt=it.coordsChar({left:0,top:mt},"div");return pt.ch<it.getLine(pt.line).search(/\S/)?wg(it,at.head):pt},Ne)},goLineUp:function(it){return it.moveV(-1,"line")},goLineDown:function(it){return it.moveV(1,"line")},goPageUp:function(it){return it.moveV(-1,"page")},goPageDown:function(it){return it.moveV(1,"page")},goCharLeft:function(it){return it.moveH(-1,"char")},goCharRight:function(it){return it.moveH(1,"char")},goColumnLeft:function(it){return it.moveH(-1,"column")},goColumnRight:function(it){return it.moveH(1,"column")},goWordLeft:function(it){return it.moveH(-1,"word")},goGroupRight:function(it){return it.moveH(1,"group")},goGroupLeft:function(it){return it.moveH(-1,"group")},goWordRight:function(it){return it.moveH(1,"word")},delCharBefore:function(it){return it.deleteH(-1,"codepoint")},delCharAfter:function(it){return it.deleteH(1,"char")},delWordBefore:function(it){return it.deleteH(-1,"word")},delWordAfter:function(it){return it.deleteH(1,"word")},delGroupBefore:function(it){return it.deleteH(-1,"group")},delGroupAfter:function(it){return it.deleteH(1,"group")},indentAuto:function(it){return it.indentSelection("smart")},indentMore:function(it){return it.indentSelection("add")},indentLess:function(it){return it.indentSelection("subtract")},insertTab:function(it){return it.replaceSelection(" ")},insertSoftTab:function(it){for(var at=[],mt=it.listSelections(),pt=it.options.tabSize,bt=0;bt<mt.length;bt++){var Zt=mt[bt].from(),le=pe(it.getLine(Zt.line),Zt.ch,pt);at.push(He(pt-le%pt))}it.replaceSelections(at)},defaultTab:function(it){it.somethingSelected()?it.indentSelection("add"):it.execCommand("insertTab")},transposeChars:function(it){return qr(it,function(){for(var at=it.listSelections(),mt=[],pt=0;pt<at.length;pt++)if(at[pt].empty()){var bt=at[pt].head,Zt=Dn(it.doc,bt.line).text;if(Zt){if(bt.ch==Zt.length&&(bt=new rn(bt.line,bt.ch-1)),bt.ch>0)bt=new rn(bt.line,bt.ch+1),it.replaceRange(Zt.charAt(bt.ch-1)+Zt.charAt(bt.ch-2),rn(bt.line,bt.ch-2),bt,"+transpose");else if(bt.line>it.doc.first){var le=Dn(it.doc,bt.line-1).text;le&&(bt=new rn(bt.line,1),it.replaceRange(Zt.charAt(0)+it.doc.lineSeparator()+le.charAt(le.length-1),rn(bt.line-1,le.length-1),bt,"+transpose"))}}mt.push(new so(bt,bt))}it.setSelections(mt)})},newlineAndIndent:function(it){return qr(it,function(){for(var at=it.listSelections(),mt=at.length-1;mt>=0;mt--)it.replaceRange(it.doc.lineSeparator(),at[mt].anchor,at[mt].head,"+input");at=it.listSelections();for(var pt=0;pt<at.length;pt++)it.indentLine(at[pt].from().line,null,!0);lu(it)})},openLine:function(it){return it.replaceSelection(`
`,"start")},toggleOverwrite:function(it){return it.toggleOverwrite()}};function wc(it,at){var mt=Dn(it.doc,at),pt=Gi(mt);return pt!=mt&&(at=Le(pt)),dd(!0,it,pt,at,1)}function Pc(it,at){var mt=Dn(it.doc,at),pt=er(mt);return pt!=mt&&(at=Le(pt)),dd(!0,it,mt,at,-1)}function wg(it,at){var mt=wc(it,at.line),pt=Dn(it.doc,mt.line),bt=Ke(pt,it.doc.direction);if(!bt||bt[0].level==0){var Zt=Math.max(mt.ch,pt.text.search(/\S/)),le=at.line==mt.line&&at.ch<=Zt&&at.ch;return rn(mt.line,le?0:Zt,mt.sticky)}return mt}function Cc(it,at,mt){if(typeof at=="string"&&(at=Hu[at],!at))return!1;it.display.input.ensurePolled();var pt=it.display.shift,bt=!1;try{it.isReadOnly()&&(it.state.suppressEdits=!0),mt&&(it.display.shift=!1),bt=at(it)!=ge}finally{it.display.shift=pt,it.state.suppressEdits=!1}return bt}function Pg(it,at,mt){for(var pt=0;pt<it.state.keyMaps.length;pt++){var bt=el(at,it.state.keyMaps[pt],mt,it);if(bt)return bt}return it.options.extraKeys&&el(at,it.options.extraKeys,mt,it)||el(at,it.options.keyMap,mt,it)}var Vl=new Jt;function Bh(it,at,mt,pt){var bt=it.state.keySeq;if(bt){if(xc(at))return"handled";if(/\'$/.test(at)?it.state.keySeq=null:Vl.set(50,function(){it.state.keySeq==bt&&(it.state.keySeq=null,it.display.input.reset())}),of(it,bt+" "+at,mt,pt))return!0}return of(it,at,mt,pt)}function of(it,at,mt,pt){var bt=Pg(it,at,pt);return bt=="multi"&&(it.state.keySeq=at),bt=="handled"&&Fi(it,"keyHandled",it,at,mt),(bt=="handled"||bt=="multi")&&(Fn(mt),ro(it)),!!bt}function sf(it,at){var mt=$p(at,!0);return mt?at.shiftKey&&!it.state.keySeq?Bh(it,"Shift-"+mt,at,function(pt){return Cc(it,pt,!0)})||Bh(it,mt,at,function(pt){if(typeof pt=="string"?/^go[A-Z]/.test(pt):pt.motion)return Cc(it,pt)}):Bh(it,mt,at,function(pt){return Cc(it,pt)}):!1}function af(it,at,mt){return Bh(it,"'"+mt+"'",at,function(pt){return Cc(it,pt,!0)})}var Oh=null;function Cg(it){var at=this;if(!(it.target&&it.target!=at.display.input.getField())&&(at.curOp.focus=fe(),!$e(at,it))){Bt&&zt<11&&it.keyCode==27&&(it.returnValue=!1);var mt=it.keyCode;at.display.shift=mt==16||it.shiftKey;var pt=sf(at,it);St&&(Oh=pt?mt:null,!pt&&mt==88&&!Gn&&(lt?it.metaKey:it.ctrlKey)&&at.replaceSelection("",null,"cut")),ee&&!lt&&!pt&&mt==46&&it.shiftKey&&!it.ctrlKey&&document.execCommand&&document.execCommand("cut"),mt==18&&!/\bCodeMirror-crosshair\b/.test(at.display.lineDiv.className)&&bg(at)}}function bg(it){var at=it.display.lineDiv;Ce(at,"CodeMirror-crosshair");function mt(pt){(pt.keyCode==18||!pt.altKey)&&(It(at,"CodeMirror-crosshair"),un(document,"keyup",mt),un(document,"mouseover",mt))}Me(document,"keyup",mt),Me(document,"mouseover",mt)}function Ag(it){it.keyCode==16&&(this.doc.sel.shift=!1),$e(this,it)}function Ml(it){var at=this;if(!(it.target&&it.target!=at.display.input.getField())&&!(Jo(at.display,it)||$e(at,it)||it.ctrlKey&&!it.altKey||lt&&it.metaKey)){var mt=it.keyCode,pt=it.charCode;if(St&&mt==Oh){Oh=null,Fn(it);return}if(!(St&&(!it.which||it.which<10)&&sf(at,it))){var bt=String.fromCharCode(pt==null?mt:pt);bt!="\b"&&(af(at,it,bt)||at.display.input.onKeyPress(it))}}}var tm=400,Lg=function(it,at,mt){this.time=it,this.pos=at,this.button=mt};Lg.prototype.compare=function(it,at,mt){return this.time+tm>it&&Pn(at,this.pos)==0&&mt==this.button};var bc,Ih;function kg(it,at){var mt=+new Date;return Ih&&Ih.compare(mt,it,at)?(bc=Ih=null,"triple"):bc&&bc.compare(mt,it,at)?(Ih=new Lg(mt,it,at),bc=null,"double"):(bc=new Lg(mt,it,at),Ih=null,"single")}function Tl(it){var at=this,mt=at.display;if(!($e(at,it)||mt.activeTouch&&mt.input.supportsTouch())){if(mt.input.ensurePolled(),mt.shift=it.shiftKey,Jo(mt,it)){Ct||(mt.scroller.draggable=!1,setTimeout(function(){return mt.scroller.draggable=!0},100));return}if(!hf(at,it)){var pt=ta(at,it),bt=Ci(it),Zt=pt?kg(pt,bt):"single";window.focus(),bt==1&&at.state.selectingText&&at.state.selectingText(it),!(pt&&Eg(at,bt,pt,Zt,it))&&(bt==1?pt?em(at,pt,Zt,it):vi(it)==mt.scroller&&Fn(it):bt==2?(pt&&$d(at.doc,pt),setTimeout(function(){return mt.input.focus()},20)):bt==3&&(gt?at.display.input.onContextMenu(it):Lo(at)))}}}function Eg(it,at,mt,pt,bt){var Zt="Click";return pt=="double"?Zt="Double"+Zt:pt=="triple"&&(Zt="Triple"+Zt),Zt=(at==1?"Left":at==2?"Middle":"Right")+Zt,Bh(it,Sg(Zt,bt),bt,function(le){if(typeof le=="string"&&(le=Hu[le]),!le)return!1;var Se=!1;try{it.isReadOnly()&&(it.state.suppressEdits=!0),Se=le(it,mt)!=ge}finally{it.state.suppressEdits=!1}return Se})}function lf(it,at,mt){var pt=it.getOption("configureMouse"),bt=pt?pt(it,at,mt):{};if(bt.unit==null){var Zt=ot?mt.shiftKey&&mt.metaKey:mt.altKey;bt.unit=Zt?"rectangle":at=="single"?"char":at=="double"?"word":"line"}return(bt.extend==null||it.doc.extend)&&(bt.extend=it.doc.extend||mt.shiftKey),bt.addNew==null&&(bt.addNew=lt?mt.metaKey:mt.ctrlKey),bt.moveOnDrag==null&&(bt.moveOnDrag=!(lt?mt.altKey:mt.ctrlKey)),bt}function em(it,at,mt,pt){Bt?setTimeout(we(vo,it),0):it.curOp.focus=fe();var bt=lf(it,mt,pt),Zt=it.doc.sel,le;it.options.dragDrop&&Ki&&!it.isReadOnly()&&mt=="single"&&(le=Zt.contains(at))>-1&&(Pn((le=Zt.ranges[le]).from(),at)<0||at.xRel>0)&&(Pn(le.to(),at)>0||at.xRel<0)?Mg(it,pt,at,bt):nv(it,pt,at,bt)}function Mg(it,at,mt,pt){var bt=it.display,Zt=!1,le=ls(it,function(Te){Ct&&(bt.scroller.draggable=!1),it.state.draggingText=!1,un(bt.wrapper.ownerDocument,"mouseup",le),un(bt.wrapper.ownerDocument,"mousemove",Se),un(bt.scroller,"dragstart",me),un(bt.scroller,"drop",le),Zt||(Fn(Te),pt.addNew||$d(it.doc,mt,null,null,pt.extend),Ct&&!kt||Bt&&zt==9?setTimeout(function(){bt.wrapper.ownerDocument.body.focus({preventScroll:!0}),bt.input.focus()},20):bt.input.focus())}),Se=function(Te){Zt=Zt||Math.abs(at.clientX-Te.clientX)+Math.abs(at.clientY-Te.clientY)>=10},me=function(){return Zt=!0};Ct&&(bt.scroller.draggable=!0),it.state.draggingText=le,le.copy=!pt.moveOnDrag,bt.scroller.dragDrop&&bt.scroller.dragDrop(),Me(bt.wrapper.ownerDocument,"mouseup",le),Me(bt.wrapper.ownerDocument,"mousemove",Se),Me(bt.scroller,"dragstart",me),Me(bt.scroller,"drop",le),Lo(it),setTimeout(function(){return bt.input.focus()},20)}function Tg(it,at,mt){if(mt=="char")return new so(at,at);if(mt=="word")return it.findWordAt(at);if(mt=="line")return new so(rn(at.line,0),Kn(it.doc,rn(at.line+1,0)));var pt=mt(it,at);return new so(pt.from,pt.to)}function nv(it,at,mt,pt){var bt=it.display,Zt=it.doc;Fn(at);var le,Se,me=Zt.sel,Te=me.ranges;if(pt.addNew&&!pt.extend?(Se=Zt.sel.contains(mt),Se>-1?le=Te[Se]:le=new so(mt,mt)):(le=Zt.sel.primary(),Se=Zt.sel.primIndex),pt.unit=="rectangle")pt.addNew||(le=new so(mt,mt)),mt=ta(it,at,!0,!0),Se=-1;else{var tn=Tg(it,mt,pt.unit);pt.extend?le=qd(le,tn.anchor,tn.head,pt.extend):le=tn}pt.addNew?Se==-1?(Se=Te.length,_s(Zt,cl(it,Te.concat([le]),Se),{scroll:!1,origin:"*mouse"})):Te.length>1&&Te[Se].empty()&&pt.unit=="char"&&!pt.extend?(_s(Zt,cl(it,Te.slice(0,Se).concat(Te.slice(Se+1)),0),{scroll:!1,origin:"*mouse"}),me=Zt.sel):Uu(Zt,Se,le,je):(Se=0,_s(Zt,new $a([le],0),je),me=Zt.sel);var Oe=mt;function cn(Ni){if(Pn(Oe,Ni)!=0)if(Oe=Ni,pt.unit=="rectangle"){for(var Zi=[],gr=it.options.tabSize,Mi=pe(Dn(Zt,mt.line).text,mt.ch,gr),Er=pe(Dn(Zt,Ni.line).text,Ni.ch,gr),Co=Math.min(Mi,Er),hs=Math.max(Mi,Er),No=Math.min(mt.line,Ni.line),ma=Math.min(it.lastLine(),Math.max(mt.line,Ni.line));No<=ma;No++){var Hs=Dn(Zt,No).text,ns=qe(Hs,Co,gr);Co==hs?Zi.push(new so(rn(No,ns),rn(No,ns))):Hs.length>ns&&Zi.push(new so(rn(No,ns),rn(No,qe(Hs,hs,gr))))}Zi.length||Zi.push(new so(mt,mt)),_s(Zt,cl(it,me.ranges.slice(0,Se).concat(Zi),Se),{origin:"*mouse",scroll:!1}),it.scrollIntoView(Ni)}else{var La=le,Rs=Tg(it,Ni,pt.unit),is=La.anchor,Xr;Pn(Rs.anchor,is)>0?(Xr=Rs.head,is=Vn(La.from(),Rs.anchor)):(Xr=Rs.anchor,is=Yn(La.to(),Rs.head));var Bo=me.ranges.slice(0);Bo[Se]=nm(it,new so(Kn(Zt,is),Xr)),_s(Zt,cl(it,Bo,Se),je)}}var hn=bt.wrapper.getBoundingClientRect(),Zn=0;function Qn(Ni){var Zi=++Zn,gr=ta(it,Ni,!0,pt.unit=="rectangle");if(gr)if(Pn(gr,Oe)!=0){it.curOp.focus=fe(),cn(gr);var Mi=Br(bt,Zt);(gr.line>=Mi.to||gr.line<Mi.from)&&setTimeout(ls(it,function(){Zn==Zi&&Qn(Ni)}),150)}else{var Er=Ni.clientY<hn.top?-20:Ni.clientY>hn.bottom?20:0;Er&&setTimeout(ls(it,function(){Zn==Zi&&(bt.scroller.scrollTop+=Er,Qn(Ni))}),50)}}function ai(Ni){it.state.selectingText=!1,Zn=1/0,Ni&&(Fn(Ni),bt.input.focus()),un(bt.wrapper.ownerDocument,"mousemove",Pi),un(bt.wrapper.ownerDocument,"mouseup",Ui),Zt.history.lastSelOrigin=null}var Pi=ls(it,function(Ni){Ni.buttons===0||!Ci(Ni)?ai(Ni):Qn(Ni)}),Ui=ls(it,ai);it.state.selectingText=Ui,Me(bt.wrapper.ownerDocument,"mousemove",Pi),Me(bt.wrapper.ownerDocument,"mouseup",Ui)}function nm(it,at){var mt=at.anchor,pt=at.head,bt=Dn(it.doc,mt.line);if(Pn(mt,pt)==0&&mt.sticky==pt.sticky)return at;var Zt=Ke(bt);if(!Zt)return at;var le=ae(Zt,mt.ch,mt.sticky),Se=Zt[le];if(Se.from!=mt.ch&&Se.to!=mt.ch)return at;var me=le+(Se.from==mt.ch==(Se.level!=1)?0:1);if(me==0||me==Zt.length)return at;var Te;if(pt.line!=mt.line)Te=(pt.line-mt.line)*(it.doc.direction=="ltr"?1:-1)>0;else{var tn=ae(Zt,pt.ch,pt.sticky),Oe=tn-le||(pt.ch-mt.ch)*(Se.level==1?-1:1);tn==me-1||tn==me?Te=Oe<0:Te=Oe>0}var cn=Zt[me+(Te?-1:0)],hn=Te==(cn.level==1),Zn=hn?cn.from:cn.to,Qn=hn?"after":"before";return mt.ch==Zn&&mt.sticky==Qn?at:new so(new rn(mt.line,Zn,Qn),pt)}function uf(it,at,mt,pt){var bt,Zt;if(at.touches)bt=at.touches[0].clientX,Zt=at.touches[0].clientY;else try{bt=at.clientX,Zt=at.clientY}catch(cn){return!1}if(bt>=Math.floor(it.display.gutters.getBoundingClientRect().right))return!1;pt&&Fn(at);var le=it.display,Se=le.lineDiv.getBoundingClientRect();if(Zt>Se.bottom||!yn(it,mt))return Mn(at);Zt-=Se.top-le.viewOffset;for(var me=0;me<it.display.gutterSpecs.length;++me){var Te=le.gutters.childNodes[me];if(Te&&Te.getBoundingClientRect().right>=bt){var tn=nn(it.doc,Zt),Oe=it.display.gutterSpecs[me];return on(it,mt,it,tn,Oe.className,at),Mn(at)}}}function hf(it,at){return uf(it,at,"gutterClick",!0)}function cf(it,at){Jo(it.display,at)||im(it,at)||$e(it,at,"contextmenu")||gt||it.display.input.onContextMenu(at)}function im(it,at){return yn(it,"gutterContextMenu")?uf(it,at,"gutterContextMenu",!1):!1}function df(it){it.display.wrapper.className=it.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+it.options.theme.replace(/(^|\s)\s*/g," cm-s-"),Mu(it)}var Ku={toString:function(){return"CodeMirror.Init"}},Ng={},fd={};function rm(it){var at=it.optionHandlers;function mt(pt,bt,Zt,le){it.defaults[pt]=bt,Zt&&(at[pt]=le?function(Se,me,Te){Te!=Ku&&Zt(Se,me,Te)}:Zt)}it.defineOption=mt,it.Init=Ku,mt("value","",function(pt,bt){return pt.setValue(bt)},!0),mt("mode",null,function(pt,bt){pt.doc.modeOption=bt,kr(pt)},!0),mt("indentUnit",2,kr,!0),mt("indentWithTabs",!1),mt("smartIndent",!0),mt("tabSize",4,function(pt){$c(pt),Mu(pt),Po(pt)},!0),mt("lineSeparator",null,function(pt,bt){if(pt.doc.lineSep=bt,!!bt){var Zt=[],le=pt.doc.first;pt.doc.iter(function(me){for(var Te=0;;){var tn=me.text.indexOf(bt,Te);if(tn==-1)break;Te=tn+bt.length,Zt.push(rn(le,tn))}le++});for(var Se=Zt.length-1;Se>=0;Se--)Th(pt.doc,bt,Zt[Se],rn(Zt[Se].line,Zt[Se].ch+bt.length))}}),mt("specialChars",/[\u0000-\u001f\u007f-\u009f\u00ad\u061c\u200b-\u200c\u200e\u200f\u2028\u2029\ufeff\ufff9-\ufffc]/g,function(pt,bt,Zt){pt.state.specialChars=new RegExp(bt.source+(bt.test(" ")?"":"| "),"g"),Zt!=Ku&&pt.refresh()}),mt("specialCharPlaceholder",xo,function(pt){return pt.refresh()},!0),mt("electricChars",!0),mt("inputStyle",tt?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),mt("spellcheck",!1,function(pt,bt){return pt.getInputField().spellcheck=bt},!0),mt("autocorrect",!1,function(pt,bt){return pt.getInputField().autocorrect=bt},!0),mt("autocapitalize",!1,function(pt,bt){return pt.getInputField().autocapitalize=bt},!0),mt("rtlMoveVisually",!ut),mt("wholeLineUpdateBefore",!0),mt("theme","default",function(pt){df(pt),za(pt)},!0),mt("keyMap","default",function(pt,bt,Zt){var le=Dh(bt),Se=Zt!=Ku&&Dh(Zt);Se&&Se.detach&&Se.detach(pt,le),le.attach&&le.attach(pt,Se||null)}),mt("extraKeys",null),mt("configureMouse",null),mt("lineWrapping",!1,om,!0),mt("gutters",[],function(pt,bt){pt.display.gutterSpecs=ys(bt,pt.options.lineNumbers),za(pt)},!0),mt("fixedGutter",!0,function(pt,bt){pt.display.gutters.style.left=bt?Xc(pt.display)+"px":"0",pt.refresh()},!0),mt("coverGutterNextToScrollbar",!1,function(pt){return Fu(pt)},!0),mt("scrollbarStyle","native",function(pt){rg(pt),Fu(pt),pt.display.scrollbars.setScrollTop(pt.doc.scrollTop),pt.display.scrollbars.setScrollLeft(pt.doc.scrollLeft)},!0),mt("lineNumbers",!1,function(pt,bt){pt.display.gutterSpecs=ys(pt.options.gutters,bt),za(pt)},!0),mt("firstLineNumber",1,za,!0),mt("lineNumberFormatter",function(pt){return pt},za,!0),mt("showCursorWhenSelecting",!1,as,!0),mt("resetSelectionOnContextMenu",!0),mt("lineWiseCopyCut",!0),mt("pasteLinesPerSelection",!0),mt("selectionsMayTouch",!1),mt("readOnly",!1,function(pt,bt){bt=="nocursor"&&(wh(pt),pt.display.input.blur()),pt.display.input.readOnlyChanged(bt)}),mt("screenReaderLabel",null,function(pt,bt){bt=bt===""?null:bt,pt.display.input.screenReaderLabelChanged(bt)}),mt("disableInput",!1,function(pt,bt){bt||pt.display.input.reset()},!0),mt("dragDrop",!0,ff),mt("allowDropFileTypes",null),mt("cursorBlinkRate",530),mt("cursorScrollMargin",0),mt("cursorHeight",1,as,!0),mt("singleCursorHeightPerLine",!0,as,!0),mt("workTime",100),mt("workDelay",100),mt("flattenSpans",!0,$c,!0),mt("addModeClass",!1,$c,!0),mt("pollInterval",100),mt("undoDepth",200,function(pt,bt){return pt.doc.history.undoDepth=bt}),mt("historyEventDelay",1250),mt("viewportMargin",10,function(pt){return pt.refresh()},!0),mt("maxHighlightLength",1e4,$c,!0),mt("moveInputWithCursor",!0,function(pt,bt){bt||pt.display.input.resetPosition()}),mt("tabindex",null,function(pt,bt){return pt.display.input.getField().tabIndex=bt||""}),mt("autofocus",null),mt("direction","ltr",function(pt,bt){return pt.doc.setDirection(bt)},!0),mt("phrases",null)}function ff(it,at,mt){var pt=mt&&mt!=Ku;if(!at!=!pt){var bt=it.display.dragFunctions,Zt=at?Me:un;Zt(it.display.scroller,"dragstart",bt.start),Zt(it.display.scroller,"dragenter",bt.enter),Zt(it.display.scroller,"dragover",bt.over),Zt(it.display.scroller,"dragleave",bt.leave),Zt(it.display.scroller,"drop",bt.drop)}}function om(it){it.options.lineWrapping?(Ce(it.display.wrapper,"CodeMirror-wrap"),it.display.sizer.style.minWidth="",it.display.sizerWidth=null):(It(it.display.wrapper,"CodeMirror-wrap"),Yr(it)),ir(it),Po(it),Mu(it),setTimeout(function(){return Fu(it)},100)}function Vr(it,at){var mt=this;if(!(this instanceof Vr))return new Vr(it,at);this.options=at=at?De(at):{},De(Ng,at,!1);var pt=at.value;typeof pt=="string"?pt=new Is(pt,at.mode,null,at.lineSeparator,at.direction):at.mode&&(pt.modeOption=at.mode),this.doc=pt;var bt=new Vr.inputStyles[at.inputStyle](this),Zt=this.display=new zu(it,pt,bt,at);Zt.wrapper.CodeMirror=this,df(this),at.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),rg(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 Jt,keySeq:null,specialChars:null},at.autofocus&&!tt&&Zt.input.focus(),Bt&&zt<11&&setTimeout(function(){return mt.display.input.reset(!0)},20),Ac(this),Ga(),Du(this),this.curOp.forceUpdate=!0,Xd(this,pt),at.autofocus&&!tt||this.hasFocus()?setTimeout(function(){mt.hasFocus()&&!mt.state.focused&&zr(mt)},20):wh(this);for(var le in fd)fd.hasOwnProperty(le)&&fd[le](this,at[le],Ku);qo(this),at.finishInit&&at.finishInit(this);for(var Se=0;Se<Rh.length;++Se)Rh[Se](this);Bu(this),Ct&&at.lineWrapping&&getComputedStyle(Zt.lineDiv).textRendering=="optimizelegibility"&&(Zt.lineDiv.style.textRendering="auto")}Vr.defaults=Ng,Vr.optionHandlers=fd;function Ac(it){var at=it.display;Me(at.scroller,"mousedown",ls(it,Tl)),Bt&&zt<11?Me(at.scroller,"dblclick",ls(it,function(me){if(!$e(it,me)){var Te=ta(it,me);if(!(!Te||hf(it,me)||Jo(it.display,me))){Fn(me);var tn=it.findWordAt(Te);$d(it.doc,tn.anchor,tn.head)}}})):Me(at.scroller,"dblclick",function(me){return $e(it,me)||Fn(me)}),Me(at.scroller,"contextmenu",function(me){return cf(it,me)}),Me(at.input.getField(),"contextmenu",function(me){at.scroller.contains(me.target)||cf(it,me)});var mt,pt={end:0};function bt(){at.activeTouch&&(mt=setTimeout(function(){return at.activeTouch=null},1e3),pt=at.activeTouch,pt.end=+new Date)}function Zt(me){if(me.touches.length!=1)return!1;var Te=me.touches[0];return Te.radiusX<=1&&Te.radiusY<=1}function le(me,Te){if(Te.left==null)return!0;var tn=Te.left-me.left,Oe=Te.top-me.top;return tn*tn+Oe*Oe>20*20}Me(at.scroller,"touchstart",function(me){if(!$e(it,me)&&!Zt(me)&&!hf(it,me)){at.input.ensurePolled(),clearTimeout(mt);var Te=+new Date;at.activeTouch={start:Te,moved:!1,prev:Te-pt.end<=300?pt:null},me.touches.length==1&&(at.activeTouch.left=me.touches[0].pageX,at.activeTouch.top=me.touches[0].pageY)}}),Me(at.scroller,"touchmove",function(){at.activeTouch&&(at.activeTouch.moved=!0)}),Me(at.scroller,"touchend",function(me){var Te=at.activeTouch;if(Te&&!Jo(at,me)&&Te.left!=null&&!Te.moved&&new Date-Te.start<300){var tn=it.coordsChar(at.activeTouch,"page"),Oe;!Te.prev||le(Te,Te.prev)?Oe=new so(tn,tn):!Te.prev.prev||le(Te,Te.prev.prev)?Oe=it.findWordAt(tn):Oe=new so(rn(tn.line,0),Kn(it.doc,rn(tn.line+1,0))),it.setSelection(Oe.anchor,Oe.head),it.focus(),Fn(me)}bt()}),Me(at.scroller,"touchcancel",bt),Me(at.scroller,"scroll",function(){at.scroller.clientHeight&&(Ch(it,at.scroller.scrollTop),uu(it,at.scroller.scrollLeft,!0),on(it,"scroll",it))}),Me(at.scroller,"mousewheel",function(me){return Ss(it,me)}),Me(at.scroller,"DOMMouseScroll",function(me){return Ss(it,me)}),Me(at.wrapper,"scroll",function(){return at.wrapper.scrollTop=at.wrapper.scrollLeft=0}),at.dragFunctions={enter:function(me){$e(it,me)||oi(me)},over:function(me){$e(it,me)||(Jp(it,me),oi(me))},start:function(me){return Xp(it,me)},drop:ls(it,gg),leave:function(me){$e(it,me)||Qp(it)}};var Se=at.input.getField();Me(Se,"keyup",function(me){return Ag.call(it,me)}),Me(Se,"keydown",ls(it,Cg)),Me(Se,"keypress",ls(it,Ml)),Me(Se,"focus",function(me){return zr(it,me)}),Me(Se,"blur",function(me){return wh(it,me)})}var Rh=[];Vr.defineInitHook=function(it){return Rh.push(it)};function us(it,at,mt,pt){var bt=it.doc,Zt;mt==null&&(mt="add"),mt=="smart"&&(bt.mode.indent?Zt=sr(it,at).state:mt="prev");var le=it.options.tabSize,Se=Dn(bt,at),me=pe(Se.text,null,le);Se.stateAfter&&(Se.stateAfter=null);var Te=Se.text.match(/^\s*/)[0],tn;if(!pt&&!/\S/.test(Se.text))tn=0,mt="not";else if(mt=="smart"&&(tn=bt.mode.indent(Zt,Se.text.slice(Te.length),Se.text),tn==ge||tn>150)){if(!pt)return;mt="prev"}mt=="prev"?at>bt.first?tn=pe(Dn(bt,at-1).text,null,le):tn=0:mt=="add"?tn=me+it.options.indentUnit:mt=="subtract"?tn=me-it.options.indentUnit:typeof mt=="number"&&(tn=me+mt),tn=Math.max(0,tn);var Oe="",cn=0;if(it.options.indentWithTabs)for(var hn=Math.floor(tn/le);hn;--hn)cn+=le,Oe+=" ";if(cn<tn&&(Oe+=He(tn-cn)),Oe!=Te)return Th(bt,Oe,rn(at,0),rn(at,Te.length),"+input"),Se.stateAfter=null,!0;for(var Zn=0;Zn<bt.sel.ranges.length;Zn++){var Qn=bt.sel.ranges[Zn];if(Qn.head.line==at&&Qn.head.ch<Te.length){var ai=rn(at,Te.length);Uu(bt,Zn,new so(ai,ai));break}}}var pa=null;function jh(it){pa=it}function gd(it,at,mt,pt,bt){var Zt=it.doc;it.display.shift=!1,pt||(pt=Zt.sel);var le=+new Date-200,Se=bt=="paste"||it.state.pasteIncoming>le,me=ji(at),Te=null;if(Se&&pt.ranges.length>1)if(pa&&pa.text.join(`
`)==at){if(pt.ranges.length%pa.text.length==0){Te=[];for(var tn=0;tn<pa.text.length;tn++)Te.push(Zt.splitLines(pa.text[tn]))}}else me.length==pt.ranges.length&&it.options.pasteLinesPerSelection&&(Te=Ie(me,function(Pi){return[Pi]}));for(var Oe=it.curOp.updateInput,cn=pt.ranges.length-1;cn>=0;cn--){var hn=pt.ranges[cn],Zn=hn.from(),Qn=hn.to();hn.empty()&&(mt&&mt>0?Zn=rn(Zn.line,Zn.ch-mt):it.state.overwrite&&!Se?Qn=rn(Qn.line,Math.min(Dn(Zt,Qn.line).text.length,Qn.ch+Ae(me).length)):Se&&pa&&pa.lineWise&&pa.text.join(`
`)==me.join(`
`)&&(Zn=Qn=rn(Zn.line,0)));var ai={from:Zn,to:Qn,text:Te?Te[cn%Te.length]:me,origin:bt||(Se?"paste":it.state.cutIncoming>le?"cut":"+input")};_u(it.doc,ai),Fi(it,"inputRead",it,ai)}at&&!Se&&Dg(it,at),lu(it),it.curOp.updateInput<2&&(it.curOp.updateInput=Oe),it.curOp.typing=!0,it.state.pasteIncoming=it.state.cutIncoming=-1}function Fg(it,at){var mt=it.clipboardData&&it.clipboardData.getData("Text");if(mt)return it.preventDefault(),!at.isReadOnly()&&!at.options.disableInput&&qr(at,function(){return gd(at,mt,0,null,"paste")}),!0}function Dg(it,at){if(!(!it.options.electricChars||!it.options.smartIndent))for(var mt=it.doc.sel,pt=mt.ranges.length-1;pt>=0;pt--){var bt=mt.ranges[pt];if(!(bt.head.ch>100||pt&&mt.ranges[pt-1].head.line==bt.head.line)){var Zt=it.getModeAt(bt.head),le=!1;if(Zt.electricChars){for(var Se=0;Se<Zt.electricChars.length;Se++)if(at.indexOf(Zt.electricChars.charAt(Se))>-1){le=us(it,bt.head.line,"smart");break}}else Zt.electricInput&&Zt.electricInput.test(Dn(it.doc,bt.head.line).text.slice(0,bt.head.ch))&&(le=us(it,bt.head.line,"smart"));le&&Fi(it,"electricInput",it,bt.head.line)}}}function Bg(it){for(var at=[],mt=[],pt=0;pt<it.doc.sel.ranges.length;pt++){var bt=it.doc.sel.ranges[pt].head.line,Zt={anchor:rn(bt,0),head:rn(bt+1,0)};mt.push(Zt),at.push(it.getRange(Zt.anchor,Zt.head))}return{text:at,ranges:mt}}function Og(it,at,mt,pt){it.setAttribute("autocorrect",mt?"":"off"),it.setAttribute("autocapitalize",pt?"":"off"),it.setAttribute("spellcheck",!!at)}function Ig(){var it=qt("textarea",null,null,"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; outline: none"),at=qt("div",[it],null,"overflow: hidden; position: relative; width: 3px; height: 0px;");return Ct?it.style.width="1000px":it.setAttribute("wrap","off"),yt&&(it.style.border="1px solid black"),Og(it),at}function Vu(it){var at=it.optionHandlers,mt=it.helpers={};it.prototype={constructor:it,focus:function(){window.focus(),this.display.input.focus()},setOption:function(pt,bt){var Zt=this.options,le=Zt[pt];Zt[pt]==bt&&pt!="mode"||(Zt[pt]=bt,at.hasOwnProperty(pt)&&ls(this,at[pt])(this,bt,le),on(this,"optionChange",this,pt))},getOption:function(pt){return this.options[pt]},getDoc:function(){return this.doc},addKeyMap:function(pt,bt){this.state.keyMaps[bt?"push":"unshift"](Dh(pt))},removeKeyMap:function(pt){for(var bt=this.state.keyMaps,Zt=0;Zt<bt.length;++Zt)if(bt[Zt]==pt||bt[Zt].name==pt)return bt.splice(Zt,1),!0},addOverlay:ps(function(pt,bt){var Zt=pt.token?pt:it.getMode(this.options,pt);if(Zt.startState)throw new Error("Overlays may not be stateful.");Ge(this.state.overlays,{mode:Zt,modeSpec:pt,opaque:bt&&bt.opaque,priority:bt&&bt.priority||0},function(le){return le.priority}),this.state.modeGen++,Po(this)}),removeOverlay:ps(function(pt){for(var bt=this.state.overlays,Zt=0;Zt<bt.length;++Zt){var le=bt[Zt].modeSpec;if(le==pt||typeof pt=="string"&&le.name==pt){bt.splice(Zt,1),this.state.modeGen++,Po(this);return}}}),indentLine:ps(function(pt,bt,Zt){typeof bt!="string"&&typeof bt!="number"&&(bt==null?bt=this.options.smartIndent?"smart":"prev":bt=bt?"add":"subtract"),wn(this.doc,pt)&&us(this,pt,bt,Zt)}),indentSelection:ps(function(pt){for(var bt=this.doc.sel.ranges,Zt=-1,le=0;le<bt.length;le++){var Se=bt[le];if(Se.empty())Se.head.line>Zt&&(us(this,Se.head.line,pt,!0),Zt=Se.head.line,le==this.doc.sel.primIndex&&lu(this));else{var me=Se.from(),Te=Se.to(),tn=Math.max(Zt,me.line);Zt=Math.min(this.lastLine(),Te.line-(Te.ch?0:1))+1;for(var Oe=tn;Oe<Zt;++Oe)us(this,Oe,pt);var cn=this.doc.sel.ranges;me.ch==0&&bt.length==cn.length&&cn[le].from().ch>0&&Uu(this.doc,le,new so(me,cn[le].to()),ue)}}}),getTokenAt:function(pt,bt){return ri(this,pt,bt)},getLineTokens:function(pt,bt){return ri(this,rn(pt),bt,!0)},getTokenTypeAt:function(pt){pt=Kn(this.doc,pt);var bt=Ri(this,Dn(this.doc,pt.line)),Zt=0,le=(bt.length-1)/2,Se=pt.ch,me;if(Se==0)me=bt[2];else for(;;){var Te=Zt+le>>1;if((Te?bt[Te*2-1]:0)>=Se)le=Te;else if(bt[Te*2+1]<Se)Zt=Te+1;else{me=bt[Te*2+2];break}}var tn=me?me.indexOf("overlay "):-1;return tn<0?me:tn==0?null:me.slice(0,tn-1)},getModeAt:function(pt){var bt=this.doc.mode;return bt.innerMode?it.innerMode(bt,this.getTokenAt(pt).state).mode:bt},getHelper:function(pt,bt){return this.getHelpers(pt,bt)[0]},getHelpers:function(pt,bt){var Zt=[];if(!mt.hasOwnProperty(bt))return Zt;var le=mt[bt],Se=this.getModeAt(pt);if(typeof Se[bt]=="string")le[Se[bt]]&&Zt.push(le[Se[bt]]);else if(Se[bt])for(var me=0;me<Se[bt].length;me++){var Te=le[Se[bt][me]];Te&&Zt.push(Te)}else Se.helperType&&le[Se.helperType]?Zt.push(le[Se.helperType]):le[Se.name]&&Zt.push(le[Se.name]);for(var tn=0;tn<le._global.length;tn++){var Oe=le._global[tn];Oe.pred(Se,this)&&re(Zt,Oe.val)==-1&&Zt.push(Oe.val)}return Zt},getStateAfter:function(pt,bt){var Zt=this.doc;return pt=Tn(Zt,pt==null?Zt.first+Zt.size-1:pt),sr(this,pt+1,bt).state},cursorCoords:function(pt,bt){var Zt,le=this.doc.sel.primary();return pt==null?Zt=le.head:typeof pt=="object"?Zt=Kn(this.doc,pt):Zt=pt?le.from():le.to(),jr(this,Zt,bt||"page")},charCoords:function(pt,bt){return Nr(this,Kn(this.doc,pt),bt||"page")},coordsChar:function(pt,bt){return pt=Kr(this,pt,bt||"page"),ss(this,pt.left,pt.top)},lineAtHeight:function(pt,bt){return pt=Kr(this,{top:pt,left:0},bt||"page").top,nn(this.doc,pt+this.display.viewOffset)},heightAtLine:function(pt,bt,Zt){var le=!1,Se;if(typeof pt=="number"){var me=this.doc.first+this.doc.size-1;pt<this.doc.first?pt=this.doc.first:pt>me&&(pt=me,le=!0),Se=Dn(this.doc,pt)}else Se=pt;return Qo(this,Se,{top:0,left:0},bt||"page",Zt||le).top+(le?this.doc.height-Sr(Se):0)},defaultTextHeight:function(){return au(this.display)},defaultCharWidth:function(){return xh(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(pt,bt,Zt,le,Se){var me=this.display;pt=jr(this,Kn(this.doc,pt));var Te=pt.bottom,tn=pt.left;if(bt.style.position="absolute",bt.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(bt),me.sizer.appendChild(bt),le=="over")Te=pt.top;else if(le=="above"||le=="near"){var Oe=Math.max(me.wrapper.clientHeight,this.doc.height),cn=Math.max(me.sizer.clientWidth,me.lineSpace.clientWidth);(le=="above"||pt.bottom+bt.offsetHeight>Oe)&&pt.top>bt.offsetHeight?Te=pt.top-bt.offsetHeight:pt.bottom+bt.offsetHeight<=Oe&&(Te=pt.bottom),tn+bt.offsetWidth>cn&&(tn=cn-bt.offsetWidth)}bt.style.top=Te+"px",bt.style.left=bt.style.right="",Se=="right"?(tn=me.sizer.clientWidth-bt.offsetWidth,bt.style.right="0px"):(Se=="left"?tn=0:Se=="middle"&&(tn=(me.sizer.clientWidth-bt.offsetWidth)/2),bt.style.left=tn+"px"),Zt&&Jc(this,{left:tn,top:Te,right:tn+bt.offsetWidth,bottom:Te+bt.offsetHeight})},triggerOnKeyDown:ps(Cg),triggerOnKeyPress:ps(Ml),triggerOnKeyUp:Ag,triggerOnMouseDown:ps(Tl),execCommand:function(pt){if(Hu.hasOwnProperty(pt))return Hu[pt].call(null,this)},triggerElectric:ps(function(pt){Dg(this,pt)}),findPosH:function(pt,bt,Zt,le){var Se=1;bt<0&&(Se=-1,bt=-bt);for(var me=Kn(this.doc,pt),Te=0;Te<bt&&(me=pd(this.doc,me,Se,Zt,le),!me.hitSide);++Te);return me},moveH:ps(function(pt,bt){var Zt=this;this.extendSelectionsBy(function(le){return Zt.display.shift||Zt.doc.extend||le.empty()?pd(Zt.doc,le.head,pt,bt,Zt.options.rtlMoveVisually):pt<0?le.from():le.to()},Ne)}),deleteH:ps(function(pt,bt){var Zt=this.doc.sel,le=this.doc;Zt.somethingSelected()?le.replaceSelection("",null,"+delete"):Aa(this,function(Se){var me=pd(le,Se.head,pt,bt,!1);return pt<0?{from:me,to:Se.head}:{from:Se.head,to:me}})}),findPosV:function(pt,bt,Zt,le){var Se=1,me=le;bt<0&&(Se=-1,bt=-bt);for(var Te=Kn(this.doc,pt),tn=0;tn<bt;++tn){var Oe=jr(this,Te,"div");if(me==null?me=Oe.left:Oe.left=me,Te=Yu(this,Oe,Se,Zt),Te.hitSide)break}return Te},moveV:ps(function(pt,bt){var Zt=this,le=this.doc,Se=[],me=!this.display.shift&&!le.extend&&le.sel.somethingSelected();if(le.extendSelectionsBy(function(tn){if(me)return pt<0?tn.from():tn.to();var Oe=jr(Zt,tn.head,"div");tn.goalColumn!=null&&(Oe.left=tn.goalColumn),Se.push(Oe.left);var cn=Yu(Zt,Oe,pt,bt);return bt=="page"&&tn==le.sel.primary()&&_d(Zt,Nr(Zt,cn,"div").top-Oe.top),cn},Ne),Se.length)for(var Te=0;Te<le.sel.ranges.length;Te++)le.sel.ranges[Te].goalColumn=Se[Te]}),findWordAt:function(pt){var bt=this.doc,Zt=Dn(bt,pt.line).text,le=pt.ch,Se=pt.ch;if(Zt){var me=this.getHelper(pt,"wordChars");(pt.sticky=="before"||Se==Zt.length)&&le?--le:++Se;for(var Te=Zt.charAt(le),tn=oe(Te,me)?function(Oe){return oe(Oe,me)}:/\s/.test(Te)?function(Oe){return/\s/.test(Oe)}:function(Oe){return!/\s/.test(Oe)&&!oe(Oe)};le>0&&tn(Zt.charAt(le-1));)--le;for(;Se<Zt.length&&tn(Zt.charAt(Se));)++Se}return new so(rn(pt.line,le),rn(pt.line,Se))},toggleOverwrite:function(pt){pt!=null&&pt==this.state.overwrite||((this.state.overwrite=!this.state.overwrite)?Ce(this.display.cursorDiv,"CodeMirror-overwrite"):It(this.display.cursorDiv,"CodeMirror-overwrite"),on(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return this.display.input.getField()==fe()},isReadOnly:function(){return!!(this.options.readOnly||this.doc.cantEdit)},scrollTo:ps(function(pt,bt){Ph(this,pt,bt)}),getScrollInfo:function(){var pt=this.display.scroller;return{left:pt.scrollLeft,top:pt.scrollTop,height:pt.scrollHeight-jo(this)-this.display.barHeight,width:pt.scrollWidth-jo(this)-this.display.barWidth,clientHeight:ph(this),clientWidth:da(this)}},scrollIntoView:ps(function(pt,bt){pt==null?(pt={from:this.doc.sel.primary().head,to:null},bt==null&&(bt=this.options.cursorScrollMargin)):typeof pt=="number"?pt={from:rn(pt,0),to:null}:pt.from==null&&(pt={from:pt,to:null}),pt.to||(pt.to=pt.from),pt.margin=bt||0,pt.from.line!=null?Wr(this,pt):Hd(this,pt.from,pt.to,pt.margin)}),setSize:ps(function(pt,bt){var Zt=this,le=function(me){return typeof me=="number"||/^\d+$/.test(String(me))?me+"px":me};pt!=null&&(this.display.wrapper.style.width=le(pt)),bt!=null&&(this.display.wrapper.style.height=le(bt)),this.options.lineWrapping&&yh(this);var Se=this.display.viewFrom;this.doc.iter(Se,this.display.viewTo,function(me){if(me.widgets){for(var Te=0;Te<me.widgets.length;Te++)if(me.widgets[Te].noHScroll){Lr(Zt,Se,"widget");break}}++Se}),this.curOp.forceUpdate=!0,on(this,"refresh",this)}),operation:function(pt){return qr(this,pt)},startOperation:function(){return Du(this)},endOperation:function(){return Bu(this)},refresh:ps(function(){var pt=this.display.cachedTextHeight;Po(this),this.curOp.forceUpdate=!0,Mu(this),Ph(this,this.doc.scrollLeft,this.doc.scrollTop),Ru(this.display),(pt==null||Math.abs(pt-au(this.display))>.5||this.options.lineWrapping)&&ir(this),on(this,"refresh",this)}),swapDoc:ps(function(pt){var bt=this.doc;return bt.cm=null,this.state.selectingText&&this.state.selectingText(),Xd(this,pt),Mu(this),this.display.input.reset(),Ph(this,pt.scrollLeft,pt.scrollTop),this.curOp.forceScroll=!0,Fi(this,"swapDoc",this,bt),bt}),phrase:function(pt){var bt=this.options.phrases;return bt&&Object.prototype.hasOwnProperty.call(bt,pt)?bt[pt]:pt},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}},xn(it),it.registerHelper=function(pt,bt,Zt){mt.hasOwnProperty(pt)||(mt[pt]=it[pt]={_global:[]}),mt[pt][bt]=Zt},it.registerGlobalHelper=function(pt,bt,Zt,le){it.registerHelper(pt,bt,le),mt[pt]._global.push({pred:Zt,val:le})}}function pd(it,at,mt,pt,bt){var Zt=at,le=mt,Se=Dn(it,at.line),me=bt&&it.direction=="rtl"?-mt:mt;function Te(){var Ui=at.line+me;return Ui<it.first||Ui>=it.first+it.size?!1:(at=new rn(Ui,at.ch,at.sticky),Se=Dn(it,Ui))}function tn(Ui){var Ni;if(pt=="codepoint"){var Zi=Se.text.charCodeAt(at.ch+(pt>0?0:-1));isNaN(Zi)?Ni=null:Ni=new rn(at.line,Math.max(0,Math.min(Se.text.length,at.ch+mt*(Zi>=55296&&Zi<56320?2:1))),-mt)}else bt?Ni=rf(it.cm,Se,at,mt):Ni=Vo(Se,at,mt);if(Ni==null)if(!Ui&&Te())at=dd(bt,it.cm,Se,at.line,me);else return!1;else at=Ni;return!0}if(pt=="char"||pt=="codepoint")tn();else if(pt=="column")tn(!0);else if(pt=="word"||pt=="group")for(var Oe=null,cn=pt=="group",hn=it.cm&&it.cm.getHelper(at,"wordChars"),Zn=!0;!(mt<0&&!tn(!Zn));Zn=!1){var Qn=Se.text.charAt(at.ch)||`
`,ai=oe(Qn,hn)?"w":cn&&Qn==`
`?"n":!cn||/\s/.test(Qn)?null:"p";if(cn&&!Zn&&!ai&&(ai="s"),Oe&&Oe!=ai){mt<0&&(mt=1,tn(),at.sticky="after");break}if(ai&&(Oe=ai),mt>0&&!tn(!Zn))break}var Pi=sd(it,at,Zt,le,!0);return Bn(Zt,Pi)&&(Pi.hitSide=!0),Pi}function Yu(it,at,mt,pt){var bt=it.doc,Zt=at.left,le;if(pt=="page"){var Se=Math.min(it.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight),me=Math.max(Se-.5*au(it.display),3);le=(mt>0?at.bottom:at.top)+mt*me}else pt=="line"&&(le=mt>0?at.bottom+3:at.top-3);for(var Te;Te=ss(it,Zt,le),!!Te.outside;){if(mt<0?le<=0:le>=bt.height){Te.hitSide=!0;break}le+=mt*5}return Te}var co=function(it){this.cm=it,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new Jt,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};co.prototype.init=function(it){var at=this,mt=this,pt=mt.cm,bt=mt.div=it.lineDiv;Og(bt,pt.options.spellcheck,pt.options.autocorrect,pt.options.autocapitalize);function Zt(Se){for(var me=Se.target;me;me=me.parentNode){if(me==bt)return!0;if(/\bCodeMirror-(?:line)?widget\b/.test(me.className))break}return!1}Me(bt,"paste",function(Se){!Zt(Se)||$e(pt,Se)||Fg(Se,pt)||zt<=11&&setTimeout(ls(pt,function(){return at.updateFromDOM()}),20)}),Me(bt,"compositionstart",function(Se){at.composing={data:Se.data,done:!1}}),Me(bt,"compositionupdate",function(Se){at.composing||(at.composing={data:Se.data,done:!1})}),Me(bt,"compositionend",function(Se){at.composing&&(Se.data!=at.composing.data&&at.readFromDOMSoon(),at.composing.done=!0)}),Me(bt,"touchstart",function(){return mt.forceCompositionEnd()}),Me(bt,"input",function(){at.composing||at.readFromDOMSoon()});function le(Se){if(!(!Zt(Se)||$e(pt,Se))){if(pt.somethingSelected())jh({lineWise:!1,text:pt.getSelections()}),Se.type=="cut"&&pt.replaceSelection("",null,"cut");else if(pt.options.lineWiseCopyCut){var me=Bg(pt);jh({lineWise:!0,text:me.text}),Se.type=="cut"&&pt.operation(function(){pt.setSelections(me.ranges,0,ue),pt.replaceSelection("",null,"cut")})}else return;if(Se.clipboardData){Se.clipboardData.clearData();var Te=pa.text.join(`
`);if(Se.clipboardData.setData("Text",Te),Se.clipboardData.getData("Text")==Te){Se.preventDefault();return}}var tn=Ig(),Oe=tn.firstChild;pt.display.lineSpace.insertBefore(tn,pt.display.lineSpace.firstChild),Oe.value=pa.text.join(`
`);var cn=document.activeElement;ze(Oe),setTimeout(function(){pt.display.lineSpace.removeChild(tn),cn.focus(),cn==bt&&mt.showPrimarySelection()},50)}}Me(bt,"copy",le),Me(bt,"cut",le)},co.prototype.screenReaderLabelChanged=function(it){it?this.div.setAttribute("aria-label",it):this.div.removeAttribute("aria-label")},co.prototype.prepareSelection=function(){var it=Tu(this.cm,!1);return it.focus=document.activeElement==this.div,it},co.prototype.showSelection=function(it,at){!it||!this.cm.display.view.length||((it.focus||at)&&this.showPrimarySelection(),this.showMultipleSelections(it))},co.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},co.prototype.showPrimarySelection=function(){var it=this.getSelection(),at=this.cm,mt=at.doc.sel.primary(),pt=mt.from(),bt=mt.to();if(at.display.viewTo==at.display.viewFrom||pt.line>=at.display.viewTo||bt.line<at.display.viewFrom){it.removeAllRanges();return}var Zt=md(at,it.anchorNode,it.anchorOffset),le=md(at,it.focusNode,it.focusOffset);if(!(Zt&&!Zt.bad&&le&&!le.bad&&Pn(Vn(Zt,le),pt)==0&&Pn(Yn(Zt,le),bt)==0)){var Se=at.display.view,me=pt.line>=at.display.viewFrom&&gf(at,pt)||{node:Se[0].measure.map[2],offset:0},Te=bt.line<at.display.viewTo&&gf(at,bt);if(!Te){var tn=Se[Se.length-1].measure,Oe=tn.maps?tn.maps[tn.maps.length-1]:tn.map;Te={node:Oe[Oe.length-1],offset:Oe[Oe.length-2]-Oe[Oe.length-3]}}if(!me||!Te){it.removeAllRanges();return}var cn=it.rangeCount&&it.getRangeAt(0),hn;try{hn=Xt(me.node,me.offset,Te.offset,Te.node)}catch(Zn){}hn&&(!ee&&at.state.focused?(it.collapse(me.node,me.offset),hn.collapsed||(it.removeAllRanges(),it.addRange(hn))):(it.removeAllRanges(),it.addRange(hn)),cn&&it.anchorNode==null?it.addRange(cn):ee&&this.startGracePeriod()),this.rememberSelection()}},co.prototype.startGracePeriod=function(){var it=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){it.gracePeriod=!1,it.selectionChanged()&&it.cm.operation(function(){return it.cm.curOp.selectionChanged=!0})},20)},co.prototype.showMultipleSelections=function(it){Ft(this.cm.display.cursorDiv,it.cursors),Ft(this.cm.display.selectionDiv,it.selection)},co.prototype.rememberSelection=function(){var it=this.getSelection();this.lastAnchorNode=it.anchorNode,this.lastAnchorOffset=it.anchorOffset,this.lastFocusNode=it.focusNode,this.lastFocusOffset=it.focusOffset},co.prototype.selectionInEditor=function(){var it=this.getSelection();if(!it.rangeCount)return!1;var at=it.getRangeAt(0).commonAncestorContainer;return he(this.div,at)},co.prototype.focus=function(){this.cm.options.readOnly!="nocursor"&&((!this.selectionInEditor()||document.activeElement!=this.div)&&this.showSelection(this.prepareSelection(),!0),this.div.focus())},co.prototype.blur=function(){this.div.blur()},co.prototype.getField=function(){return this.div},co.prototype.supportsTouch=function(){return!0},co.prototype.receivedFocus=function(){var it=this;this.selectionInEditor()?this.pollSelection():qr(this.cm,function(){return it.cm.curOp.selectionChanged=!0});function at(){it.cm.state.focused&&(it.pollSelection(),it.polling.set(it.cm.options.pollInterval,at))}this.polling.set(this.cm.options.pollInterval,at)},co.prototype.selectionChanged=function(){var it=this.getSelection();return it.anchorNode!=this.lastAnchorNode||it.anchorOffset!=this.lastAnchorOffset||it.focusNode!=this.lastFocusNode||it.focusOffset!=this.lastFocusOffset},co.prototype.pollSelection=function(){if(!(this.readDOMTimeout!=null||this.gracePeriod||!this.selectionChanged())){var it=this.getSelection(),at=this.cm;if(et&&Rt&&this.cm.display.gutterSpecs.length&&Rg(it.anchorNode)){this.cm.triggerOnKeyDown({type:"keydown",keyCode:8,preventDefault:Math.abs}),this.blur(),this.focus();return}if(!this.composing){this.rememberSelection();var mt=md(at,it.anchorNode,it.anchorOffset),pt=md(at,it.focusNode,it.focusOffset);mt&&pt&&qr(at,function(){_s(at.doc,hu(mt,pt),ue),(mt.bad||pt.bad)&&(at.curOp.selectionChanged=!0)})}}},co.prototype.pollContent=function(){this.readDOMTimeout!=null&&(clearTimeout(this.readDOMTimeout),this.readDOMTimeout=null);var it=this.cm,at=it.display,mt=it.doc.sel.primary(),pt=mt.from(),bt=mt.to();if(pt.ch==0&&pt.line>it.firstLine()&&(pt=rn(pt.line-1,Dn(it.doc,pt.line-1).length)),bt.ch==Dn(it.doc,bt.line).text.length&&bt.line<it.lastLine()&&(bt=rn(bt.line+1,0)),pt.line<at.viewFrom||bt.line>at.viewTo-1)return!1;var Zt,le,Se;pt.line==at.viewFrom||(Zt=ja(it,pt.line))==0?(le=Le(at.view[0].line),Se=at.view[0].node):(le=Le(at.view[Zt].line),Se=at.view[Zt-1].node.nextSibling);var me=ja(it,bt.line),Te,tn;if(me==at.view.length-1?(Te=at.viewTo-1,tn=at.lineDiv.lastChild):(Te=Le(at.view[me+1].line)-1,tn=at.view[me+1].node.previousSibling),!Se)return!1;for(var Oe=it.doc.splitLines(kc(it,Se,tn,le,Te)),cn=Qe(it.doc,rn(le,0),rn(Te,Dn(it.doc,Te).text.length));Oe.length>1&&cn.length>1;)if(Ae(Oe)==Ae(cn))Oe.pop(),cn.pop(),Te--;else if(Oe[0]==cn[0])Oe.shift(),cn.shift(),le++;else break;for(var hn=0,Zn=0,Qn=Oe[0],ai=cn[0],Pi=Math.min(Qn.length,ai.length);hn<Pi&&Qn.charCodeAt(hn)==ai.charCodeAt(hn);)++hn;for(var Ui=Ae(Oe),Ni=Ae(cn),Zi=Math.min(Ui.length-(Oe.length==1?hn:0),Ni.length-(cn.length==1?hn:0));Zn<Zi&&Ui.charCodeAt(Ui.length-Zn-1)==Ni.charCodeAt(Ni.length-Zn-1);)++Zn;if(Oe.length==1&&cn.length==1&&le==pt.line)for(;hn&&hn>pt.ch&&Ui.charCodeAt(Ui.length-Zn-1)==Ni.charCodeAt(Ni.length-Zn-1);)hn--,Zn++;Oe[Oe.length-1]=Ui.slice(0,Ui.length-Zn).replace(/^\u200b+/,""),Oe[0]=Oe[0].slice(hn).replace(/\u200b+$/,"");var gr=rn(le,hn),Mi=rn(Te,cn.length?Ae(cn).length-Zn:0);if(Oe.length>1||Oe[0]||Pn(gr,Mi))return Th(it.doc,Oe,gr,Mi,"+input"),!0},co.prototype.ensurePolled=function(){this.forceCompositionEnd()},co.prototype.reset=function(){this.forceCompositionEnd()},co.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},co.prototype.readFromDOMSoon=function(){var it=this;this.readDOMTimeout==null&&(this.readDOMTimeout=setTimeout(function(){if(it.readDOMTimeout=null,it.composing)if(it.composing.done)it.composing=null;else return;it.updateFromDOM()},80))},co.prototype.updateFromDOM=function(){var it=this;(this.cm.isReadOnly()||!this.pollContent())&&qr(this.cm,function(){return Po(it.cm)})},co.prototype.setUneditable=function(it){it.contentEditable="false"},co.prototype.onKeyPress=function(it){it.charCode==0||this.composing||(it.preventDefault(),this.cm.isReadOnly()||ls(this.cm,gd)(this.cm,String.fromCharCode(it.charCode==null?it.keyCode:it.charCode),0))},co.prototype.readOnlyChanged=function(it){this.div.contentEditable=String(it!="nocursor")},co.prototype.onContextMenu=function(){},co.prototype.resetPosition=function(){},co.prototype.needsContentAttribute=!0;function gf(it,at){var mt=mh(it,at.line);if(!mt||mt.hidden)return null;var pt=Dn(it.doc,at.line),bt=Al(mt,pt,at.line),Zt=Ke(pt,it.doc.direction),le="left";if(Zt){var Se=ae(Zt,at.ch);le=Se%2?"right":"left"}var me=lc(bt.map,at.ch,le);return me.offset=me.collapse=="right"?me.end:me.start,me}function Rg(it){for(var at=it;at;at=at.parentNode)if(/CodeMirror-gutter-wrapper/.test(at.className))return!0;return!1}function Lc(it,at){return at&&(it.bad=!0),it}function kc(it,at,mt,pt,bt){var Zt="",le=!1,Se=it.doc.lineSeparator(),me=!1;function Te(hn){return function(Zn){return Zn.id==hn}}function tn(){le&&(Zt+=Se,me&&(Zt+=Se),le=me=!1)}function Oe(hn){hn&&(tn(),Zt+=hn)}function cn(hn){if(hn.nodeType==1){var Zn=hn.getAttribute("cm-text");if(Zn){Oe(Zn);return}var Qn=hn.getAttribute("cm-marker"),ai;if(Qn){var Pi=it.findMarks(rn(pt,0),rn(bt+1,0),Te(+Qn));Pi.length&&(ai=Pi[0].find(0))&&Oe(Qe(it.doc,ai.from,ai.to).join(Se));return}if(hn.getAttribute("contenteditable")=="false")return;var Ui=/^(pre|div|p|li|table|br)$/i.test(hn.nodeName);if(!/^br$/i.test(hn.nodeName)&&hn.textContent.length==0)return;Ui&&tn();for(var Ni=0;Ni<hn.childNodes.length;Ni++)cn(hn.childNodes[Ni]);/^(pre|p)$/i.test(hn.nodeName)&&(me=!0),Ui&&(le=!0)}else hn.nodeType==3&&Oe(hn.nodeValue.replace(/\u200b/g,"").replace(/\u00a0/g," "))}for(;cn(at),at!=mt;)at=at.nextSibling,me=!1;return Zt}function md(it,at,mt){var pt;if(at==it.display.lineDiv){if(pt=it.display.lineDiv.childNodes[mt],!pt)return Lc(it.clipPos(rn(it.display.viewTo-1)),!0);at=null,mt=0}else for(pt=at;;pt=pt.parentNode){if(!pt||pt==it.display.lineDiv)return null;if(pt.parentNode&&pt.parentNode==it.display.lineDiv)break}for(var bt=0;bt<it.display.view.length;bt++){var Zt=it.display.view[bt];if(Zt.node==pt)return sm(Zt,at,mt)}}function sm(it,at,mt){var pt=it.text.firstChild,bt=!1;if(!at||!he(pt,at))return Lc(rn(Le(it.line),0),!0);if(at==pt&&(bt=!0,at=pt.childNodes[mt],mt=0,!at)){var Zt=it.rest?Ae(it.rest):it.line;return Lc(rn(Le(Zt),Zt.text.length),bt)}var le=at.nodeType==3?at:null,Se=at;for(!le&&at.childNodes.length==1&&at.firstChild.nodeType==3&&(le=at.firstChild,mt&&(mt=le.nodeValue.length));Se.parentNode!=pt;)Se=Se.parentNode;var me=it.measure,Te=me.maps;function tn(ai,Pi,Ui){for(var Ni=-1;Ni<(Te?Te.length:0);Ni++)for(var Zi=Ni<0?me.map:Te[Ni],gr=0;gr<Zi.length;gr+=3){var Mi=Zi[gr+2];if(Mi==ai||Mi==Pi){var Er=Le(Ni<0?it.line:it.rest[Ni]),Co=Zi[gr]+Ui;return(Ui<0||Mi!=ai)&&(Co=Zi[gr+(Ui?1:0)]),rn(Er,Co)}}}var Oe=tn(le,Se,mt);if(Oe)return Lc(Oe,bt);for(var cn=Se.nextSibling,hn=le?le.nodeValue.length-mt:0;cn;cn=cn.nextSibling){if(Oe=tn(cn,cn.firstChild,0),Oe)return Lc(rn(Oe.line,Oe.ch-hn),bt);hn+=cn.textContent.length}for(var Zn=Se.previousSibling,Qn=mt;Zn;Zn=Zn.previousSibling){if(Oe=tn(Zn,Zn.firstChild,-1),Oe)return Lc(rn(Oe.line,Oe.ch+Qn),bt);Qn+=Zn.textContent.length}}var es=function(it){this.cm=it,this.prevInput="",this.pollingFast=!1,this.polling=new Jt,this.hasSelection=!1,this.composing=null};es.prototype.init=function(it){var at=this,mt=this,pt=this.cm;this.createField(it);var bt=this.textarea;it.wrapper.insertBefore(this.wrapper,it.wrapper.firstChild),yt&&(bt.style.width="0px"),Me(bt,"input",function(){Bt&&zt>=9&&at.hasSelection&&(at.hasSelection=null),mt.poll()}),Me(bt,"paste",function(le){$e(pt,le)||Fg(le,pt)||(pt.state.pasteIncoming=+new Date,mt.fastPoll())});function Zt(le){if(!$e(pt,le)){if(pt.somethingSelected())jh({lineWise:!1,text:pt.getSelections()});else if(pt.options.lineWiseCopyCut){var Se=Bg(pt);jh({lineWise:!0,text:Se.text}),le.type=="cut"?pt.setSelections(Se.ranges,null,ue):(mt.prevInput="",bt.value=Se.text.join(`
`),ze(bt))}else return;le.type=="cut"&&(pt.state.cutIncoming=+new Date)}}Me(bt,"cut",Zt),Me(bt,"copy",Zt),Me(it.scroller,"paste",function(le){if(!(Jo(it,le)||$e(pt,le))){if(!bt.dispatchEvent){pt.state.pasteIncoming=+new Date,mt.focus();return}var Se=new Event("paste");Se.clipboardData=le.clipboardData,bt.dispatchEvent(Se)}}),Me(it.lineSpace,"selectstart",function(le){Jo(it,le)||Fn(le)}),Me(bt,"compositionstart",function(){var le=pt.getCursor("from");mt.composing&&mt.composing.range.clear(),mt.composing={start:le,range:pt.markText(le,pt.getCursor("to"),{className:"CodeMirror-composing"})}}),Me(bt,"compositionend",function(){mt.composing&&(mt.poll(),mt.composing.range.clear(),mt.composing=null)})},es.prototype.createField=function(it){this.wrapper=Ig(),this.textarea=this.wrapper.firstChild},es.prototype.screenReaderLabelChanged=function(it){it?this.textarea.setAttribute("aria-label",it):this.textarea.removeAttribute("aria-label")},es.prototype.prepareSelection=function(){var it=this.cm,at=it.display,mt=it.doc,pt=Tu(it);if(it.options.moveInputWithCursor){var bt=jr(it,mt.sel.primary().head,"div"),Zt=at.wrapper.getBoundingClientRect(),le=at.lineDiv.getBoundingClientRect();pt.teTop=Math.max(0,Math.min(at.wrapper.clientHeight-10,bt.top+le.top-Zt.top)),pt.teLeft=Math.max(0,Math.min(at.wrapper.clientWidth-10,bt.left+le.left-Zt.left))}return pt},es.prototype.showSelection=function(it){var at=this.cm,mt=at.display;Ft(mt.cursorDiv,it.cursors),Ft(mt.selectionDiv,it.selection),it.teTop!=null&&(this.wrapper.style.top=it.teTop+"px",this.wrapper.style.left=it.teLeft+"px")},es.prototype.reset=function(it){if(!(this.contextMenuPending||this.composing)){var at=this.cm;if(at.somethingSelected()){this.prevInput="";var mt=at.getSelection();this.textarea.value=mt,at.state.focused&&ze(this.textarea),Bt&&zt>=9&&(this.hasSelection=mt)}else it||(this.prevInput=this.textarea.value="",Bt&&zt>=9&&(this.hasSelection=null))}},es.prototype.getField=function(){return this.textarea},es.prototype.supportsTouch=function(){return!1},es.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!tt||fe()!=this.textarea))try{this.textarea.focus()}catch(it){}},es.prototype.blur=function(){this.textarea.blur()},es.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},es.prototype.receivedFocus=function(){this.slowPoll()},es.prototype.slowPoll=function(){var it=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){it.poll(),it.cm.state.focused&&it.slowPoll()})},es.prototype.fastPoll=function(){var it=!1,at=this;at.pollingFast=!0;function mt(){var pt=at.poll();!pt&&!it?(it=!0,at.polling.set(60,mt)):(at.pollingFast=!1,at.slowPoll())}at.polling.set(20,mt)},es.prototype.poll=function(){var it=this,at=this.cm,mt=this.textarea,pt=this.prevInput;if(this.contextMenuPending||!at.state.focused||Kt(mt)&&!pt&&!this.composing||at.isReadOnly()||at.options.disableInput||at.state.keySeq)return!1;var bt=mt.value;if(bt==pt&&!at.somethingSelected())return!1;if(Bt&&zt>=9&&this.hasSelection===bt||lt&&/[\uf700-\uf7ff]/.test(bt))return at.display.input.reset(),!1;if(at.doc.sel==at.display.selForContextMenu){var Zt=bt.charCodeAt(0);if(Zt==8203&&!pt&&(pt="\u200B"),Zt==8666)return this.reset(),this.cm.execCommand("undo")}for(var le=0,Se=Math.min(pt.length,bt.length);le<Se&&pt.charCodeAt(le)==bt.charCodeAt(le);)++le;return qr(at,function(){gd(at,bt.slice(le),pt.length-le,null,it.composing?"*compose":null),bt.length>1e3||bt.indexOf(`
`)>-1?mt.value=it.prevInput="":it.prevInput=bt,it.composing&&(it.composing.range.clear(),it.composing.range=at.markText(it.composing.start,at.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},es.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},es.prototype.onKeyPress=function(){Bt&&zt>=9&&(this.hasSelection=null),this.fastPoll()},es.prototype.onContextMenu=function(it){var at=this,mt=at.cm,pt=mt.display,bt=at.textarea;at.contextMenuPending&&at.contextMenuPending();var Zt=ta(mt,it),le=pt.scroller.scrollTop;if(!Zt||St)return;var Se=mt.options.resetSelectionOnContextMenu;Se&&mt.doc.sel.contains(Zt)==-1&&ls(mt,_s)(mt.doc,hu(Zt),ue);var me=bt.style.cssText,Te=at.wrapper.style.cssText,tn=at.wrapper.offsetParent.getBoundingClientRect();at.wrapper.style.cssText="position: static",bt.style.cssText=`position: absolute; width: 30px; height: 30px;
top: `+(it.clientY-tn.top-5)+"px; left: "+(it.clientX-tn.left-5)+`px;
z-index: 1000; background: `+(Bt?"rgba(255, 255, 255, .05)":"transparent")+`;
outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);`;var Oe;Ct&&(Oe=window.scrollY),pt.input.focus(),Ct&&window.scrollTo(null,Oe),pt.input.reset(),mt.somethingSelected()||(bt.value=at.prevInput=" "),at.contextMenuPending=hn,pt.selForContextMenu=mt.doc.sel,clearTimeout(pt.detectingSelectAll);function cn(){if(bt.selectionStart!=null){var Qn=mt.somethingSelected(),ai="\u200B"+(Qn?bt.value:"");bt.value="\u21DA",bt.value=ai,at.prevInput=Qn?"":"\u200B",bt.selectionStart=1,bt.selectionEnd=ai.length,pt.selForContextMenu=mt.doc.sel}}function hn(){if(at.contextMenuPending==hn&&(at.contextMenuPending=!1,at.wrapper.style.cssText=Te,bt.style.cssText=me,Bt&&zt<9&&pt.scrollbars.setScrollTop(pt.scroller.scrollTop=le),bt.selectionStart!=null)){(!Bt||Bt&&zt<9)&&cn();var Qn=0,ai=function(){pt.selForContextMenu==mt.doc.sel&&bt.selectionStart==0&&bt.selectionEnd>0&&at.prevInput=="\u200B"?ls(mt,Ko)(mt):Qn++<10?pt.detectingSelectAll=setTimeout(ai,500):(pt.selForContextMenu=null,pt.input.reset())};pt.detectingSelectAll=setTimeout(ai,200)}}if(Bt&&zt>=9&&cn(),gt){oi(it);var Zn=function(){un(window,"mouseup",Zn),setTimeout(hn,20)};Me(window,"mouseup",Zn)}else setTimeout(hn,50)},es.prototype.readOnlyChanged=function(it){it||this.reset(),this.textarea.disabled=it=="nocursor",this.textarea.readOnly=!!it},es.prototype.setUneditable=function(){},es.prototype.needsContentAttribute=!1;function am(it,at){if(at=at?De(at):{},at.value=it.value,!at.tabindex&&it.tabIndex&&(at.tabindex=it.tabIndex),!at.placeholder&&it.placeholder&&(at.placeholder=it.placeholder),at.autofocus==null){var mt=fe();at.autofocus=mt==it||it.getAttribute("autofocus")!=null&&mt==document.body}function pt(){it.value=Se.getValue()}var bt;if(it.form&&(Me(it.form,"submit",pt),!at.leaveSubmitMethodAlone)){var Zt=it.form;bt=Zt.submit;try{var le=Zt.submit=function(){pt(),Zt.submit=bt,Zt.submit(),Zt.submit=le}}catch(me){}}at.finishInit=function(me){me.save=pt,me.getTextArea=function(){return it},me.toTextArea=function(){me.toTextArea=isNaN,pt(),it.parentNode.removeChild(me.getWrapperElement()),it.style.display="",it.form&&(un(it.form,"submit",pt),!at.leaveSubmitMethodAlone&&typeof it.form.submit=="function"&&(it.form.submit=bt))}},it.style.display="none";var Se=Vr(function(me){return it.parentNode.insertBefore(me,it.nextSibling)},at);return Se}function Ec(it){it.off=un,it.on=Me,it.wheelEventPixels=Wa,it.Doc=Is,it.splitLines=ji,it.countColumn=pe,it.findColumn=qe,it.isWordChar=Yt,it.Pass=ge,it.signal=on,it.Line=Ir,it.changeEnd=Wu,it.scrollbarModel=ig,it.Pos=rn,it.cmpPos=Pn,it.modes=Vi,it.mimeModes=Qi,it.resolveMode=Xn,it.getMode=Ve,it.modeExtensions=_e,it.extendMode=Ue,it.copyState=In,it.startState=qn,it.innerMode=Rn,it.commands=Hu,it.keyMap=ba,it.keyName=$p,it.isModifierKey=xc,it.lookupKey=el,it.normalizeKeyMap=yg,it.StringStream=dn,it.SharedTextMarker=Hl,it.TextMarker=Xe,it.LineWidget=fu,it.e_preventDefault=Fn,it.e_stopPropagation=ii,it.e_stop=oi,it.addClass=Ce,it.contains=he,it.rmClass=It,it.keyNames=Kl}rm(Vr),Vu(Vr);var gu="iter insert remove copy getEditor constructor".split(" ");for(var vd in Is.prototype)Is.prototype.hasOwnProperty(vd)&&re(gu,vd)<0&&(Vr.prototype[vd]=function(it){return function(){return it.apply(this.doc,arguments)}}(Is.prototype[vd]));return xn(Is),Vr.inputStyles={textarea:es,contenteditable:co},Vr.defineMode=function(it){!Vr.defaults.mode&&it!="null"&&(Vr.defaults.mode=it),Xi.apply(this,arguments)},Vr.defineMIME=ei,Vr.defineMode("null",function(){return{token:function(it){return it.skipToEnd()}}}),Vr.defineMIME("text/plain","null"),Vr.defineExtension=function(it,at){Vr.prototype[it]=at},Vr.defineDocExtension=function(it,at){Is.prototype[it]=at},Vr.fromTextArea=am,Ec(Vr),Vr.version="5.58.2",Vr})},25419:function(bn,Hn,ce){(function(ee){ee(ce(89780),ce(15525),ce(98101))})(function(ee){"use strict";ee.defineMode("markdown",function(wt,Qt){var Vt=ee.getMode(wt,"text/html"),Bt=Vt.name=="null";function zt(pe){if(ee.findModeByName){var Jt=ee.findModeByName(pe);Jt&&(pe=Jt.mime||Jt.mimes[0])}var re=ee.getMode(wt,pe);return re.name=="null"?null:re}Qt.highlightFormatting===void 0&&(Qt.highlightFormatting=!1),Qt.maxBlockquoteDepth===void 0&&(Qt.maxBlockquoteDepth=0),Qt.taskLists===void 0&&(Qt.taskLists=!1),Qt.strikethrough===void 0&&(Qt.strikethrough=!1),Qt.emoji===void 0&&(Qt.emoji=!1),Qt.fencedCodeBlockHighlighting===void 0&&(Qt.fencedCodeBlockHighlighting=!0),Qt.fencedCodeBlockDefaultMode===void 0&&(Qt.fencedCodeBlockDefaultMode="text/plain"),Qt.xml===void 0&&(Qt.xml=!0),Qt.tokenTypeOverrides===void 0&&(Qt.tokenTypeOverrides={});var Ct={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 Mt in Ct)Ct.hasOwnProperty(Mt)&&Qt.tokenTypeOverrides[Mt]&&(Ct[Mt]=Qt.tokenTypeOverrides[Mt]);var Rt=/^([*\-_])(?:\s*\1){2,}\s*$/,St=/^(?:[*\-+]|^[0-9]+([.)]))\s+/,kt=/^\[(x| )\](?=\s)/i,xt=Qt.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,Dt=/^ {0,3}(?:\={1,}|-{2,})\s*$/,yt=/^[^#!\[\]*_\\<>` "'(~:]+/,et=/^(~~~+|```+)[ \t]*([\w\/+#-]*)[^\n`]*$/,tt=/^\s*\[[^\]]+?\]:.*$/,lt=/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~\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]/,ot=" ";function ut(pe,Jt,re){return Jt.f=Jt.inline=re,re(pe,Jt)}function ct(pe,Jt,re){return Jt.f=Jt.block=re,re(pe,Jt)}function ft(pe){return!pe||!/\S/.test(pe.string)}function gt(pe){if(pe.linkTitle=!1,pe.linkHref=!1,pe.linkText=!1,pe.em=!1,pe.strong=!1,pe.strikethrough=!1,pe.quote=0,pe.indentedCode=!1,pe.f==It){var Jt=Bt;if(!Jt){var re=ee.innerMode(Vt,pe.htmlState);Jt=re.mode.name=="xml"&&re.state.tagStart===null&&!re.state.context&&re.state.tokenize.isInText}Jt&&(pe.f=te,pe.block=Lt,pe.htmlState=null)}return pe.trailingSpace=0,pe.trailingSpaceNewLine=!1,pe.prevLine=pe.thisLine,pe.thisLine={stream:null},null}function Lt(pe,Jt){var re=pe.column()===Jt.indentation,se=ft(Jt.prevLine.stream),ge=Jt.indentedCode,ue=Jt.prevLine.hr,je=Jt.list!==!1,Ne=(Jt.listStack[Jt.listStack.length-1]||0)+3;Jt.indentedCode=!1;var qe=Jt.indentation;if(Jt.indentationDiff===null&&(Jt.indentationDiff=Jt.indentation,je)){for(Jt.list=null;qe<Jt.listStack[Jt.listStack.length-1];)Jt.listStack.pop(),Jt.listStack.length?Jt.indentation=Jt.listStack[Jt.listStack.length-1]:Jt.list=!1;Jt.list!==!1&&(Jt.indentationDiff=qe-Jt.listStack[Jt.listStack.length-1])}var ke=!se&&!ue&&!Jt.prevLine.header&&(!je||!ge)&&!Jt.prevLine.fencedCodeEnd,He=(Jt.list===!1||ue||se)&&Jt.indentation<=Ne&&pe.match(Rt),Ae=null;if(Jt.indentationDiff>=4&&(ge||Jt.prevLine.fencedCodeEnd||Jt.prevLine.header||se))return pe.skipToEnd(),Jt.indentedCode=!0,Ct.code;if(pe.eatSpace())return null;if(re&&Jt.indentation<=Ne&&(Ae=pe.match(xt))&&Ae[1].length<=6)return Jt.quote=0,Jt.header=Ae[1].length,Jt.thisLine.header=!0,Qt.highlightFormatting&&(Jt.formatting="header"),Jt.f=Jt.inline,Ft(Jt);if(Jt.indentation<=Ne&&pe.eat(">"))return Jt.quote=re?1:Jt.quote+1,Qt.highlightFormatting&&(Jt.formatting="quote"),pe.eatSpace(),Ft(Jt);if(!He&&!Jt.setext&&re&&Jt.indentation<=Ne&&(Ae=pe.match(St))){var Ie=Ae[1]?"ol":"ul";return Jt.indentation=qe+pe.current().length,Jt.list=!0,Jt.quote=0,Jt.listStack.push(Jt.indentation),Jt.em=!1,Jt.strong=!1,Jt.code=!1,Jt.strikethrough=!1,Qt.taskLists&&pe.match(kt,!1)&&(Jt.taskList=!0),Jt.f=Jt.inline,Qt.highlightFormatting&&(Jt.formatting=["list","list-"+Ie]),Ft(Jt)}else{if(re&&Jt.indentation<=Ne&&(Ae=pe.match(et,!0)))return Jt.quote=0,Jt.fencedEndRE=new RegExp(Ae[1]+"+ *$"),Jt.localMode=Qt.fencedCodeBlockHighlighting&&zt(Ae[2]||Qt.fencedCodeBlockDefaultMode),Jt.localMode&&(Jt.localState=ee.startState(Jt.localMode)),Jt.f=Jt.block=Ut,Qt.highlightFormatting&&(Jt.formatting="code-block"),Jt.code=-1,Ft(Jt);if(Jt.setext||(!ke||!je)&&!Jt.quote&&Jt.list===!1&&!Jt.code&&!He&&!tt.test(pe.string)&&(Ae=pe.lookAhead(1))&&(Ae=Ae.match(Dt)))return Jt.setext?(Jt.header=Jt.setext,Jt.setext=0,pe.skipToEnd(),Qt.highlightFormatting&&(Jt.formatting="header")):(Jt.header=Ae[0].charAt(0)=="="?1:2,Jt.setext=Jt.header),Jt.thisLine.header=!0,Jt.f=Jt.inline,Ft(Jt);if(He)return pe.skipToEnd(),Jt.hr=!0,Jt.thisLine.hr=!0,Ct.hr;if(pe.peek()==="[")return ut(pe,Jt,Fe)}return ut(pe,Jt,Jt.inline)}function It(pe,Jt){var re=Vt.token(pe,Jt.htmlState);if(!Bt){var se=ee.innerMode(Vt,Jt.htmlState);(se.mode.name=="xml"&&se.state.tagStart===null&&!se.state.context&&se.state.tokenize.isInText||Jt.md_inside&&pe.current().indexOf(">")>-1)&&(Jt.f=te,Jt.block=Lt,Jt.htmlState=null)}return re}function Ut(pe,Jt){var re=Jt.listStack[Jt.listStack.length-1]||0,se=Jt.indentation<re,ge=re+3;if(Jt.fencedEndRE&&Jt.indentation<=ge&&(se||pe.match(Jt.fencedEndRE))){Qt.highlightFormatting&&(Jt.formatting="code-block");var ue;return se||(ue=Ft(Jt)),Jt.localMode=Jt.localState=null,Jt.block=Lt,Jt.f=te,Jt.fencedEndRE=null,Jt.code=0,Jt.thisLine.fencedCodeEnd=!0,se?ct(pe,Jt,Jt.block):ue}else return Jt.localMode?Jt.localMode.token(pe,Jt.localState):(pe.skipToEnd(),Ct.code)}function Ft(pe){var Jt=[];if(pe.formatting){Jt.push(Ct.formatting),typeof pe.formatting=="string"&&(pe.formatting=[pe.formatting]);for(var re=0;re<pe.formatting.length;re++)Jt.push(Ct.formatting+"-"+pe.formatting[re]),pe.formatting[re]==="header"&&Jt.push(Ct.formatting+"-"+pe.formatting[re]+"-"+pe.header),pe.formatting[re]==="quote"&&(!Qt.maxBlockquoteDepth||Qt.maxBlockquoteDepth>=pe.quote?Jt.push(Ct.formatting+"-"+pe.formatting[re]+"-"+pe.quote):Jt.push("error"))}if(pe.taskOpen)return Jt.push("meta"),Jt.length?Jt.join(" "):null;if(pe.taskClosed)return Jt.push("property"),Jt.length?Jt.join(" "):null;if(pe.linkHref?Jt.push(Ct.linkHref,"url"):(pe.strong&&Jt.push(Ct.strong),pe.em&&Jt.push(Ct.em),pe.strikethrough&&Jt.push(Ct.strikethrough),pe.emoji&&Jt.push(Ct.emoji),pe.linkText&&Jt.push(Ct.linkText),pe.code&&Jt.push(Ct.code),pe.image&&Jt.push(Ct.image),pe.imageAltText&&Jt.push(Ct.imageAltText,"link"),pe.imageMarker&&Jt.push(Ct.imageMarker)),pe.header&&Jt.push(Ct.header,Ct.header+"-"+pe.header),pe.quote&&(Jt.push(Ct.quote),!Qt.maxBlockquoteDepth||Qt.maxBlockquoteDepth>=pe.quote?Jt.push(Ct.quote+"-"+pe.quote):Jt.push(Ct.quote+"-"+Qt.maxBlockquoteDepth)),pe.list!==!1){var se=(pe.listStack.length-1)%3;se?se===1?Jt.push(Ct.list2):Jt.push(Ct.list3):Jt.push(Ct.list1)}return pe.trailingSpaceNewLine?Jt.push("trailing-space-new-line"):pe.trailingSpace&&Jt.push("trailing-space-"+(pe.trailingSpace%2?"a":"b")),Jt.length?Jt.join(" "):null}function qt(pe,Jt){if(pe.match(yt,!0))return Ft(Jt)}function te(pe,Jt){var re=Jt.text(pe,Jt);if(typeof re!="undefined")return re;if(Jt.list)return Jt.list=null,Ft(Jt);if(Jt.taskList){var se=pe.match(kt,!0)[1]===" ";return se?Jt.taskOpen=!0:Jt.taskClosed=!0,Qt.highlightFormatting&&(Jt.formatting="task"),Jt.taskList=!1,Ft(Jt)}if(Jt.taskOpen=!1,Jt.taskClosed=!1,Jt.header&&pe.match(/^#+$/,!0))return Qt.highlightFormatting&&(Jt.formatting="header"),Ft(Jt);var ge=pe.next();if(Jt.linkTitle){Jt.linkTitle=!1;var ue=ge;ge==="("&&(ue=")"),ue=(ue+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var je="^\\s*(?:[^"+ue+"\\\\]+|\\\\\\\\|\\\\.)"+ue;if(pe.match(new RegExp(je),!0))return Ct.linkHref}if(ge==="`"){var Ne=Jt.formatting;Qt.highlightFormatting&&(Jt.formatting="code"),pe.eatWhile("`");var qe=pe.current().length;if(Jt.code==0&&(!Jt.quote||qe==1))return Jt.code=qe,Ft(Jt);if(qe==Jt.code){var ke=Ft(Jt);return Jt.code=0,ke}else return Jt.formatting=Ne,Ft(Jt)}else if(Jt.code)return Ft(Jt);if(ge==="\\"&&(pe.next(),Qt.highlightFormatting)){var He=Ft(Jt),Ae=Ct.formatting+"-escape";return He?He+" "+Ae:Ae}if(ge==="!"&&pe.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return Jt.imageMarker=!0,Jt.image=!0,Qt.highlightFormatting&&(Jt.formatting="image"),Ft(Jt);if(ge==="["&&Jt.imageMarker&&pe.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return Jt.imageMarker=!1,Jt.imageAltText=!0,Qt.highlightFormatting&&(Jt.formatting="image"),Ft(Jt);if(ge==="]"&&Jt.imageAltText){Qt.highlightFormatting&&(Jt.formatting="image");var He=Ft(Jt);return Jt.imageAltText=!1,Jt.image=!1,Jt.inline=Jt.f=he,He}if(ge==="["&&!Jt.image)return Jt.linkText&&pe.match(/^.*?\]/)||(Jt.linkText=!0,Qt.highlightFormatting&&(Jt.formatting="link")),Ft(Jt);if(ge==="]"&&Jt.linkText){Qt.highlightFormatting&&(Jt.formatting="link");var He=Ft(Jt);return Jt.linkText=!1,Jt.inline=Jt.f=pe.match(/\(.*?\)| ?\[.*?\]/,!1)?he:te,He}if(ge==="<"&&pe.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){Jt.f=Jt.inline=Xt,Qt.highlightFormatting&&(Jt.formatting="link");var He=Ft(Jt);return He?He+=" ":He="",He+Ct.linkInline}if(ge==="<"&&pe.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){Jt.f=Jt.inline=Xt,Qt.highlightFormatting&&(Jt.formatting="link");var He=Ft(Jt);return He?He+=" ":He="",He+Ct.linkEmail}if(Qt.xml&&ge==="<"&&pe.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var Ie=pe.string.indexOf(">",pe.pos);if(Ie!=-1){var Ge=pe.string.substring(pe.start,Ie);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(Ge)&&(Jt.md_inside=!0)}return pe.backUp(1),Jt.htmlState=ee.startState(Vt),ct(pe,Jt,It)}if(Qt.xml&&ge==="<"&&pe.match(/^\/\w*?>/))return Jt.md_inside=!1,"tag";if(ge==="*"||ge==="_"){for(var ie=1,Et=pe.pos==1?" ":pe.string.charAt(pe.pos-2);ie<3&&pe.eat(ge);)ie++;var At=pe.peek()||" ",Yt=!/\s/.test(At)&&(!lt.test(At)||/\s/.test(Et)||lt.test(Et)),oe=!/\s/.test(Et)&&(!lt.test(Et)||/\s/.test(At)||lt.test(At)),_t=null,Ot=null;if(ie%2&&(!Jt.em&&Yt&&(ge==="*"||!oe||lt.test(Et))?_t=!0:Jt.em==ge&&oe&&(ge==="*"||!Yt||lt.test(At))&&(_t=!1)),ie>1&&(!Jt.strong&&Yt&&(ge==="*"||!oe||lt.test(Et))?Ot=!0:Jt.strong==ge&&oe&&(ge==="*"||!Yt||lt.test(At))&&(Ot=!1)),Ot!=null||_t!=null){Qt.highlightFormatting&&(Jt.formatting=_t==null?"strong":Ot==null?"em":"strong em"),_t===!0&&(Jt.em=ge),Ot===!0&&(Jt.strong=ge);var ke=Ft(Jt);return _t===!1&&(Jt.em=!1),Ot===!1&&(Jt.strong=!1),ke}}else if(ge===" "&&(pe.eat("*")||pe.eat("_"))){if(pe.peek()===" ")return Ft(Jt);pe.backUp(1)}if(Qt.strikethrough){if(ge==="~"&&pe.eatWhile(ge)){if(Jt.strikethrough){Qt.highlightFormatting&&(Jt.formatting="strikethrough");var ke=Ft(Jt);return Jt.strikethrough=!1,ke}else if(pe.match(/^[^\s]/,!1))return Jt.strikethrough=!0,Qt.highlightFormatting&&(Jt.formatting="strikethrough"),Ft(Jt)}else if(ge===" "&&pe.match(/^~~/,!0)){if(pe.peek()===" ")return Ft(Jt);pe.backUp(2)}}if(Qt.emoji&&ge===":"&&pe.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){Jt.emoji=!0,Qt.highlightFormatting&&(Jt.formatting="emoji");var Pt=Ft(Jt);return Jt.emoji=!1,Pt}return ge===" "&&(pe.match(/^ +$/,!1)?Jt.trailingSpace++:Jt.trailingSpace&&(Jt.trailingSpaceNewLine=!0)),Ft(Jt)}function Xt(pe,Jt){var re=pe.next();if(re===">"){Jt.f=Jt.inline=te,Qt.highlightFormatting&&(Jt.formatting="link");var se=Ft(Jt);return se?se+=" ":se="",se+Ct.linkInline}return pe.match(/^[^>]+/,!0),Ct.linkInline}function he(pe,Jt){if(pe.eatSpace())return null;var re=pe.next();return re==="("||re==="["?(Jt.f=Jt.inline=Ce(re==="("?")":"]"),Qt.highlightFormatting&&(Jt.formatting="link-string"),Jt.linkHref=!0,Ft(Jt)):"error"}var fe={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function Ce(pe){return function(Jt,re){var se=Jt.next();if(se===pe){re.f=re.inline=te,Qt.highlightFormatting&&(re.formatting="link-string");var ge=Ft(re);return re.linkHref=!1,ge}return Jt.match(fe[pe]),re.linkHref=!0,Ft(re)}}function Fe(pe,Jt){return pe.match(/^([^\]\\]|\\.)*\]:/,!1)?(Jt.f=ze,pe.next(),Qt.highlightFormatting&&(Jt.formatting="link"),Jt.linkText=!0,Ft(Jt)):ut(pe,Jt,te)}function ze(pe,Jt){if(pe.match(/^\]:/,!0)){Jt.f=Jt.inline=we,Qt.highlightFormatting&&(Jt.formatting="link");var re=Ft(Jt);return Jt.linkText=!1,re}return pe.match(/^([^\]\\]|\\.)+/,!0),Ct.linkText}function we(pe,Jt){return pe.eatSpace()?null:(pe.match(/^[^\s]+/,!0),pe.peek()===void 0?Jt.linkTitle=!0:pe.match(/^(?:\s+(?:"(?:[^"\\]|\\\\|\\.)+"|'(?:[^'\\]|\\\\|\\.)+'|\((?:[^)\\]|\\\\|\\.)+\)))?/,!0),Jt.f=Jt.inline=te,Ct.linkHref+" url")}var De={startState:function(){return{f:Lt,prevLine:{stream:null},thisLine:{stream:null},block:Lt,htmlState:null,indentation:0,inline:te,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(pe){return{f:pe.f,prevLine:pe.prevLine,thisLine:pe.thisLine,block:pe.block,htmlState:pe.htmlState&&ee.copyState(Vt,pe.htmlState),indentation:pe.indentation,localMode:pe.localMode,localState:pe.localMode?ee.copyState(pe.localMode,pe.localState):null,inline:pe.inline,text:pe.text,formatting:!1,linkText:pe.linkText,linkTitle:pe.linkTitle,linkHref:pe.linkHref,code:pe.code,em:pe.em,strong:pe.strong,strikethrough:pe.strikethrough,emoji:pe.emoji,header:pe.header,setext:pe.setext,hr:pe.hr,taskList:pe.taskList,list:pe.list,listStack:pe.listStack.slice(0),quote:pe.quote,indentedCode:pe.indentedCode,trailingSpace:pe.trailingSpace,trailingSpaceNewLine:pe.trailingSpaceNewLine,md_inside:pe.md_inside,fencedEndRE:pe.fencedEndRE}},token:function(pe,Jt){if(Jt.formatting=!1,pe!=Jt.thisLine.stream){if(Jt.header=0,Jt.hr=!1,pe.match(/^\s*$/,!0))return gt(Jt),null;if(Jt.prevLine=Jt.thisLine,Jt.thisLine={stream:pe},Jt.taskList=!1,Jt.trailingSpace=0,Jt.trailingSpaceNewLine=!1,!Jt.localState&&(Jt.f=Jt.block,Jt.f!=It)){var re=pe.match(/^\s*/,!0)[0].replace(/\t/g,ot).length;if(Jt.indentation=re,Jt.indentationDiff=null,re>0)return null}}return Jt.f(pe,Jt)},innerMode:function(pe){return pe.block==It?{state:pe.htmlState,mode:Vt}:pe.localState?{state:pe.localState,mode:pe.localMode}:{state:pe,mode:De}},indent:function(pe,Jt,re){return pe.block==It&&Vt.indent?Vt.indent(pe.htmlState,Jt,re):pe.localState&&pe.localMode.indent?pe.localMode.indent(pe.localState,Jt,re):ee.Pass},blankLine:gt,getType:Ft,blockCommentStart:"<!--",blockCommentEnd:"-->",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return De},"xml"),ee.defineMIME("text/markdown","markdown"),ee.defineMIME("text/x-markdown","markdown")})},98101:function(bn,Hn,ce){(function(ee){ee(ce(89780))})(function(ee){"use strict";ee.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 wt=0;wt<ee.modeInfo.length;wt++){var Qt=ee.modeInfo[wt];Qt.mimes&&(Qt.mime=Qt.mimes[0])}ee.findModeByMIME=function(Vt){Vt=Vt.toLowerCase();for(var Bt=0;Bt<ee.modeInfo.length;Bt++){var zt=ee.modeInfo[Bt];if(zt.mime==Vt)return zt;if(zt.mimes){for(var Ct=0;Ct<zt.mimes.length;Ct++)if(zt.mimes[Ct]==Vt)return zt}}if(/\+xml$/.test(Vt))return ee.findModeByMIME("application/xml");if(/\+json$/.test(Vt))return ee.findModeByMIME("application/json")},ee.findModeByExtension=function(Vt){Vt=Vt.toLowerCase();for(var Bt=0;Bt<ee.modeInfo.length;Bt++){var zt=ee.modeInfo[Bt];if(zt.ext){for(var Ct=0;Ct<zt.ext.length;Ct++)if(zt.ext[Ct]==Vt)return zt}}},ee.findModeByFileName=function(Vt){for(var Bt=0;Bt<ee.modeInfo.length;Bt++){var zt=ee.modeInfo[Bt];if(zt.file&&zt.file.test(Vt))return zt}var Ct=Vt.lastIndexOf("."),Mt=Ct>-1&&Vt.substring(Ct+1,Vt.length);if(Mt)return ee.findModeByExtension(Mt)},ee.findModeByName=function(Vt){Vt=Vt.toLowerCase();for(var Bt=0;Bt<ee.modeInfo.length;Bt++){var zt=ee.modeInfo[Bt];if(zt.name.toLowerCase()==Vt)return zt;if(zt.alias){for(var Ct=0;Ct<zt.alias.length;Ct++)if(zt.alias[Ct].toLowerCase()==Vt)return zt}}}})},67549:function(bn,Hn,ce){(function(ee){ee(ce(89780))})(function(ee){"use strict";ee.defineMode("stex",function(wt,Qt){"use strict";function Vt(yt,et){yt.cmdState.push(et)}function Bt(yt){return yt.cmdState.length>0?yt.cmdState[yt.cmdState.length-1]:null}function zt(yt){var et=yt.cmdState.pop();et&&et.closeBracket()}function Ct(yt){for(var et=yt.cmdState,tt=et.length-1;tt>=0;tt--){var lt=et[tt];if(lt.name!="DEFAULT")return lt}return{styleIdentifier:function(){return null}}}function Mt(yt,et,tt){return function(){this.name=yt,this.bracketNo=0,this.style=et,this.styles=tt,this.argument=null,this.styleIdentifier=function(){return this.styles[this.bracketNo-1]||null},this.openBracket=function(){return this.bracketNo++,"bracket"},this.closeBracket=function(){}}}var Rt={};Rt.importmodule=Mt("importmodule","tag",["string","builtin"]),Rt.documentclass=Mt("documentclass","tag",["","atom"]),Rt.usepackage=Mt("usepackage","tag",["atom"]),Rt.begin=Mt("begin","tag",["atom"]),Rt.end=Mt("end","tag",["atom"]),Rt.label=Mt("label","tag",["atom"]),Rt.ref=Mt("ref","tag",["atom"]),Rt.eqref=Mt("eqref","tag",["atom"]),Rt.cite=Mt("cite","tag",["atom"]),Rt.bibitem=Mt("bibitem","tag",["atom"]),Rt.Bibitem=Mt("Bibitem","tag",["atom"]),Rt.RBibitem=Mt("RBibitem","tag",["atom"]),Rt.DEFAULT=function(){this.name="DEFAULT",this.style="tag",this.styleIdentifier=this.openBracket=this.closeBracket=function(){}};function St(yt,et){yt.f=et}function kt(yt,et){var tt;if(yt.match(/^\\[a-zA-Z@]+/)){var lt=yt.current().slice(1);return tt=Rt.hasOwnProperty(lt)?Rt[lt]:Rt.DEFAULT,tt=new tt,Vt(et,tt),St(et,Dt),tt.style}if(yt.match(/^\\[$&%#{}_]/)||yt.match(/^\\[,;!\/\\]/))return"tag";if(yt.match("\\["))return St(et,function(ut,ct){return xt(ut,ct,"\\]")}),"keyword";if(yt.match("\\("))return St(et,function(ut,ct){return xt(ut,ct,"\\)")}),"keyword";if(yt.match("$$"))return St(et,function(ut,ct){return xt(ut,ct,"$$")}),"keyword";if(yt.match("$"))return St(et,function(ut,ct){return xt(ut,ct,"$")}),"keyword";var ot=yt.next();if(ot=="%")return yt.skipToEnd(),"comment";if(ot=="}"||ot=="]"){if(tt=Bt(et),tt)tt.closeBracket(ot),St(et,Dt);else return"error";return"bracket"}else return ot=="{"||ot=="["?(tt=Rt.DEFAULT,tt=new tt,Vt(et,tt),"bracket"):/\d/.test(ot)?(yt.eatWhile(/[\w.%]/),"atom"):(yt.eatWhile(/[\w\-_]/),tt=Ct(et),tt.name=="begin"&&(tt.argument=yt.current()),tt.styleIdentifier())}function xt(yt,et,tt){if(yt.eatSpace())return null;if(tt&&yt.match(tt))return St(et,kt),"keyword";if(yt.match(/^\\[a-zA-Z@]+/))return"tag";if(yt.match(/^[a-zA-Z]+/))return"variable-2";if(yt.match(/^\\[$&%#{}_]/)||yt.match(/^\\[,;!\/]/)||yt.match(/^[\^_&]/))return"tag";if(yt.match(/^[+\-<>|=,\/@!*:;'"`~#?]/))return null;if(yt.match(/^(\d+\.\d*|\d*\.\d+|\d+)/))return"number";var lt=yt.next();return lt=="{"||lt=="}"||lt=="["||lt=="]"||lt=="("||lt==")"?"bracket":lt=="%"?(yt.skipToEnd(),"comment"):"error"}function Dt(yt,et){var tt=yt.peek(),lt;return tt=="{"||tt=="["?(lt=Bt(et),lt.openBracket(tt),yt.eat(tt),St(et,kt),"bracket"):/[ \t\r]/.test(tt)?(yt.eat(tt),null):(St(et,kt),zt(et),kt(yt,et))}return{startState:function(){var yt=Qt.inMathMode?function(et,tt){return xt(et,tt)}:kt;return{cmdState:[],f:yt}},copyState:function(yt){return{cmdState:yt.cmdState.slice(),f:yt.f}},token:function(yt,et){return et.f(yt,et)},blankLine:function(yt){yt.f=kt,yt.cmdState.length=0},lineComment:"%"}}),ee.defineMIME("text/x-stex","stex"),ee.defineMIME("text/x-latex","stex")})},15525:function(bn,Hn,ce){(function(ee){ee(ce(89780))})(function(ee){"use strict";var wt={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},Qt={autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,allowMissingTagName:!1,caseFold:!1};ee.defineMode("xml",function(Vt,Bt){var zt=Vt.indentUnit,Ct={},Mt=Bt.htmlMode?wt:Qt;for(var Rt in Mt)Ct[Rt]=Mt[Rt];for(var Rt in Bt)Ct[Rt]=Bt[Rt];var St,kt;function xt(Xt,he){function fe(ze){return he.tokenize=ze,ze(Xt,he)}var Ce=Xt.next();if(Ce=="<")return Xt.eat("!")?Xt.eat("[")?Xt.match("CDATA[")?fe(et("atom","]]>")):null:Xt.match("--")?fe(et("comment","-->")):Xt.match("DOCTYPE",!0,!0)?(Xt.eatWhile(/[\w\._\-]/),fe(tt(1))):null:Xt.eat("?")?(Xt.eatWhile(/[\w\._\-]/),he.tokenize=et("meta","?>"),"meta"):(St=Xt.eat("/")?"closeTag":"openTag",he.tokenize=Dt,"tag bracket");if(Ce=="&"){var Fe;return Xt.eat("#")?Xt.eat("x")?Fe=Xt.eatWhile(/[a-fA-F\d]/)&&Xt.eat(";"):Fe=Xt.eatWhile(/[\d]/)&&Xt.eat(";"):Fe=Xt.eatWhile(/[\w\.\-:]/)&&Xt.eat(";"),Fe?"atom":"error"}else return Xt.eatWhile(/[^&<]/),null}xt.isInText=!0;function Dt(Xt,he){var fe=Xt.next();if(fe==">"||fe=="/"&&Xt.eat(">"))return he.tokenize=xt,St=fe==">"?"endTag":"selfcloseTag","tag bracket";if(fe=="=")return St="equals",null;if(fe=="<"){he.tokenize=xt,he.state=ct,he.tagName=he.tagStart=null;var Ce=he.tokenize(Xt,he);return Ce?Ce+" tag error":"tag error"}else return/[\'\"]/.test(fe)?(he.tokenize=yt(fe),he.stringStartCol=Xt.column(),he.tokenize(Xt,he)):(Xt.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function yt(Xt){var he=function(fe,Ce){for(;!fe.eol();)if(fe.next()==Xt){Ce.tokenize=Dt;break}return"string"};return he.isInAttribute=!0,he}function et(Xt,he){return function(fe,Ce){for(;!fe.eol();){if(fe.match(he)){Ce.tokenize=xt;break}fe.next()}return Xt}}function tt(Xt){return function(he,fe){for(var Ce;(Ce=he.next())!=null;){if(Ce=="<")return fe.tokenize=tt(Xt+1),fe.tokenize(he,fe);if(Ce==">")if(Xt==1){fe.tokenize=xt;break}else return fe.tokenize=tt(Xt-1),fe.tokenize(he,fe)}return"meta"}}function lt(Xt,he,fe){this.prev=Xt.context,this.tagName=he,this.indent=Xt.indented,this.startOfLine=fe,(Ct.doNotIndent.hasOwnProperty(he)||Xt.context&&Xt.context.noIndent)&&(this.noIndent=!0)}function ot(Xt){Xt.context&&(Xt.context=Xt.context.prev)}function ut(Xt,he){for(var fe;;){if(!Xt.context||(fe=Xt.context.tagName,!Ct.contextGrabbers.hasOwnProperty(fe)||!Ct.contextGrabbers[fe].hasOwnProperty(he)))return;ot(Xt)}}function ct(Xt,he,fe){return Xt=="openTag"?(fe.tagStart=he.column(),ft):Xt=="closeTag"?gt:ct}function ft(Xt,he,fe){return Xt=="word"?(fe.tagName=he.current(),kt="tag",Ut):Ct.allowMissingTagName&&Xt=="endTag"?(kt="tag bracket",Ut(Xt,he,fe)):(kt="error",ft)}function gt(Xt,he,fe){if(Xt=="word"){var Ce=he.current();return fe.context&&fe.context.tagName!=Ce&&Ct.implicitlyClosed.hasOwnProperty(fe.context.tagName)&&ot(fe),fe.context&&fe.context.tagName==Ce||Ct.matchClosing===!1?(kt="tag",Lt):(kt="tag error",It)}else return Ct.allowMissingTagName&&Xt=="endTag"?(kt="tag bracket",Lt(Xt,he,fe)):(kt="error",It)}function Lt(Xt,he,fe){return Xt!="endTag"?(kt="error",Lt):(ot(fe),ct)}function It(Xt,he,fe){return kt="error",Lt(Xt,he,fe)}function Ut(Xt,he,fe){if(Xt=="word")return kt="attribute",Ft;if(Xt=="endTag"||Xt=="selfcloseTag"){var Ce=fe.tagName,Fe=fe.tagStart;return fe.tagName=fe.tagStart=null,Xt=="selfcloseTag"||Ct.autoSelfClosers.hasOwnProperty(Ce)?ut(fe,Ce):(ut(fe,Ce),fe.context=new lt(fe,Ce,Fe==fe.indented)),ct}return kt="error",Ut}function Ft(Xt,he,fe){return Xt=="equals"?qt:(Ct.allowMissing||(kt="error"),Ut(Xt,he,fe))}function qt(Xt,he,fe){return Xt=="string"?te:Xt=="word"&&Ct.allowUnquoted?(kt="string",Ut):(kt="error",Ut(Xt,he,fe))}function te(Xt,he,fe){return Xt=="string"?te:Ut(Xt,he,fe)}return{startState:function(Xt){var he={tokenize:xt,state:ct,indented:Xt||0,tagName:null,tagStart:null,context:null};return Xt!=null&&(he.baseIndent=Xt),he},token:function(Xt,he){if(!he.tagName&&Xt.sol()&&(he.indented=Xt.indentation()),Xt.eatSpace())return null;St=null;var fe=he.tokenize(Xt,he);return(fe||St)&&fe!="comment"&&(kt=null,he.state=he.state(St||fe,Xt,he),kt&&(fe=kt=="error"?fe+" error":kt)),fe},indent:function(Xt,he,fe){var Ce=Xt.context;if(Xt.tokenize.isInAttribute)return Xt.tagStart==Xt.indented?Xt.stringStartCol+1:Xt.indented+zt;if(Ce&&Ce.noIndent)return ee.Pass;if(Xt.tokenize!=Dt&&Xt.tokenize!=xt)return fe?fe.match(/^(\s*)/)[0].length:0;if(Xt.tagName)return Ct.multilineTagIndentPastTag!==!1?Xt.tagStart+Xt.tagName.length+2:Xt.tagStart+zt*(Ct.multilineTagIndentFactor||1);if(Ct.alignCDATA&&/<!\[CDATA\[/.test(he))return 0;var Fe=he&&/^<(\/)?([\w_:\.-]*)/.exec(he);if(Fe&&Fe[1])for(;Ce;)if(Ce.tagName==Fe[2]){Ce=Ce.prev;break}else if(Ct.implicitlyClosed.hasOwnProperty(Ce.tagName))Ce=Ce.prev;else break;else if(Fe)for(;Ce;){var ze=Ct.contextGrabbers[Ce.tagName];if(ze&&ze.hasOwnProperty(Fe[2]))Ce=Ce.prev;else break}for(;Ce&&Ce.prev&&!Ce.startOfLine;)Ce=Ce.prev;return Ce?Ce.indent+zt:Xt.baseIndent||0},electricInput:/<\/[\s\w:]+>$/,blockCommentStart:"<!--",blockCommentEnd:"-->",configuration:Ct.htmlMode?"html":"xml",helperType:Ct.htmlMode?"html":"xml",skipAttribute:function(Xt){Xt.state==qt&&(Xt.state=Ut)},xmlCurrentTag:function(Xt){return Xt.tagName?{name:Xt.tagName,close:Xt.type=="closeTag"}:null},xmlCurrentContext:function(Xt){for(var he=[],fe=Xt.context;fe;fe=fe.prev)fe.tagName&&he.push(fe.tagName);return he.reverse()}}}),ee.defineMIME("text/xml","xml"),ee.defineMIME("application/xml","xml"),ee.mimeModes.hasOwnProperty("text/html")||ee.defineMIME("text/html",{name:"xml",htmlMode:!0})})},12378:function(bn,Hn,ce){"use strict";ce.d(Hn,{$u:function(){return Rt},BD:function(){return ie},E9:function(){return Mt},FF:function(){return zi},FJ:function(){return ct},Hn:function(){return ut},KX:function(){return gt},NB:function(){return jt},S0:function(){return Ae},UL:function(){return St},Vk:function(){return ot},Vm:function(){return ae},YI:function(){return Ie},ZA:function(){return Qt},Zt:function(){return kt},al:function(){return _t},bn:function(){return oe},bx:function(){return Et},g2:function(){return Ge},h1:function(){return qt},hD:function(){return xn},l4:function(){return zt},rU:function(){return Gt},s_:function(){return At},uz:function(){return $t},z6:function(){return xt}}),bn=ce.hmd(bn),function(){var Kt;function Gn(a){var y=0;return function(){return y<a.length?{done:!1,value:a[y++]}:{done:!0}}}function Wn(a){var y=typeof Symbol!="undefined"&&Symbol.iterator&&a[Symbol.iterator];return y?y.call(a):{next:Gn(a)}}function fi(a){for(var y,x=[];!(y=a.next()).done;)x.push(y.value);return x}var Vi=typeof Object.create=="function"?Object.create:function(a){function y(){}return y.prototype=a,new y},Qi;if(typeof Object.setPrototypeOf=="function")Qi=Object.setPrototypeOf;else{var Xi;t:{var ei={a:!0},Xn={};try{Xn.__proto__=ei,Xi=Xn.a;break t}catch(a){}Xi=!1}Qi=Xi?function(a,y){if(a.__proto__=y,a.__proto__!==y)throw new TypeError(a+" is not extensible");return a}:null}var Ve=Qi;function _e(a,y){if(a.prototype=Vi(y.prototype),a.prototype.constructor=a,Ve)Ve(a,y);else for(var x in y)if(x!="prototype")if(Object.defineProperties){var b=Object.getOwnPropertyDescriptor(y,x);b&&Object.defineProperty(a,x,b)}else a[x]=y[x];a.QA=y.prototype}var Ue=typeof ce.g!="undefined"&&ce.g!=null?ce.g:self,In=typeof Object.assign=="function"?Object.assign:function(a,y){for(var x=1;x<arguments.length;x++){var b=arguments[x];if(b)for(var E in b)Object.prototype.hasOwnProperty.call(b,E)&&(a[E]=b[E])}return a},Rn=typeof Object.defineProperties=="function"?Object.defineProperty:function(a,y,x){a!=Array.prototype&&a!=Object.prototype&&(a[y]=x.value)};function qn(a,y){if(y){var x=Ue;a=a.split(".");for(var b=0;b<a.length-1;b++){var E=a[b];E in x||(x[E]={}),x=x[E]}a=a[a.length-1],b=x[a],y=y(b),y!=b&&y!=null&&Rn(x,a,{writable:!0,value:y})}}qn("Object.assign",function(a){return a||In}),qn("Array.prototype.fill",function(a){return a||function(y,x,b){var E=this.length||0;for(0>x&&(x=Math.max(0,E+x)),(b==null||b>E)&&(b=E),b=Number(b),0>b&&(b=Math.max(0,E+b)),x=Number(x||0);x<b;x++)this[x]=y;return this}});var dn=typeof globalThis=="object"&&globalThis||typeof ce.g=="object"&&ce.g.global===ce.g&&ce.g||typeof self=="object"&&self.self===self&&self||{};dn.requestAnimationFrame===void 0&&(dn.setImmediate===void 0?dn.requestAnimationFrame=function(a){dn.setTimeout(a,0)}:dn.requestAnimationFrame=dn.setImmediate);function Dn(){}function Qe(a,y){var x=-1;return function(){var b=this,E=arguments;x!==-1&&dn.clearTimeout(x),x=Ze(function(){x=-1,a.apply(b,E)},y)}}function Ze(a,y){return dn.setTimeout(a,y)}function On(a){return dn.document.createElement(a)}function Le(a){throw Error(a)}function nn(a,y){a="The object is frozen, so its properties cannot be set: "+a.toString(),y!==void 0&&(a+=" to value: "+y),Le(a)}function wn(a,y,x,b){x=x===null?"*":typeof x=="string"?x:typeof x=="function"&&typeof x.className=="string"?x.className:"",b!==void 0&&(x+="."+b),Le(x+" is not in the range "+y+": "+a)}function Un(a){dn.console&&dn.console.log(a)}function rn(a){return typeof a=="object"&&a!==null}function Pn(a){return Array.isArray(a)||dn.NodeList&&a instanceof dn.NodeList||dn.HTMLCollection&&a instanceof dn.HTMLCollection}function Bn(a){return Array.prototype.slice.call(a)}function Cn(a,y,x){Array.isArray(a)?y>=a.length?a.push(x):a.splice(y,0,x):Le("Cannot insert an object into an HTMLCollection or NodeList: "+x+" at "+y)}function Yn(a,y){Array.isArray(a)?y>=a.length?a.pop():a.splice(y,1):Le("Cannot remove an object from an HTMLCollection or NodeList at "+y)}function Vn(){var a=sr.pop();return a===void 0?[]:a}function Tn(a){a.length=0,sr.push(a)}function Kn(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(rn(a)&&a.constructor)return Kn(a.constructor);return typeof a}function ui(a){var y=a;return rn(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 xi(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 gi(a,y,x){Object.defineProperty(Br.prototype,a,{get:y,set:x})}function an(a){for(var y=[],x=0;256>x;x++)y["0123456789abcdef".charAt(x>>4)+"0123456789abcdef".charAt(x&15)]=String.fromCharCode(x);a.length%2&&(a="0"+a),x=[];for(var b=0,E=0;E<a.length;E+=2)x[b++]=y[a.substr(E,2)];for(a=x.join(""),a=a===""?"0":a,y=[],x=0;256>x;x++)y[x]=x;for(x=b=0;256>x;x++)b=(b+y[x]+119)%256,E=y[x],y[x]=y[b],y[b]=E;b=x=0;for(var z="",nt=0;nt<a.length;nt++)x=(x+1)%256,b=(b+y[x])%256,E=y[x],y[x]=y[b],y[b]=E,z+=String.fromCharCode(a.charCodeAt(nt)^y[(y[x]+y[b])%256]);return z.indexOf("GoJS 2.1 evaluation")>-1||z.indexOf("\xA9 1998-2021 Northwoods Software")>-1||z.indexOf("Not for distribution or production use")>-1||z.indexOf("gojs.net")>-1?"":z}var or=dn.navigator!==void 0&&0<dn.navigator.userAgent.indexOf("Trident/7"),Ri=dn.navigator!==void 0&&dn.navigator.platform!==void 0&&dn.navigator.platform.match(/(iPhone|iPod|iPad|Mac)/i)!==null,sr=[];Object.freeze([]),Dn.className="Util",Dn.Dx="32ab5ff3b26f42dc0ed90f21472913b5",Dn.adym="gojs.net",Dn.vfo="28e645fdb266",Dn.className="Util";function sn(a,y,x){si(this),this.j=a,this.xa=y,this.o=x}sn.prototype.toString=function(){return"EnumValue."+this.xa};function zn(a,y){return y==null||y===""?null:a[y]}Ue.Object.defineProperties(sn.prototype,{classType:{get:function(){return this.j}},name:{get:function(){return this.xa}},value:{get:function(){return this.o}}}),sn.className="EnumValue";function ti(){this.ew=[]}ti.prototype.toString=function(){return this.ew.join("")},ti.prototype.add=function(a){a!==""&&this.ew.push(a)},ti.className="StringBuilder";function ni(){}ni.className="PropertyCollection";var ri={EA:!1,JA:!1,GA:!1,IA:!1,NA:!1,LA:!1,nx:!1,FA:null,trace:function(a){dn.console&&dn.console.log(a)},HA:function(a,y,x,b){a.strokeStyle="red",a.fillStyle="red",a.font="8px sans-serif",a.beginPath(),a.moveTo(-10,0),a.lineTo(10,0),a.moveTo(0,-10),a.lineTo(0,10),a.stroke(),a.setTransform(1,0,0,1,0,0),a.scale(x,x),a.transform(y.m11,y.m12,y.m21,y.m22,y.dx,y.dy),a.lineWidth=2,a.beginPath(),a.moveTo(b.left,b.top+20),a.lineTo(b.left,b.top),a.lineTo(b.left+20,b.top),a.moveTo(b.right,b.bottom-20),a.lineTo(b.right,b.bottom),a.lineTo(b.right-20,b.bottom),a.stroke(),a.fillText("DB: "+Math.round(b.x)+", "+Math.round(b.y)+", "+Math.round(b.width)+", "+Math.round(b.height),b.left,b.top-5)},DA:function(a){var y={},x;for(x in a){if(y.x=x,y.x!=="licenseKey"){var b=a[y.x];if(b.prototype!==void 0){y.Zl=Object.getOwnPropertyNames(b.prototype);for(var E={Tj:0};E.Tj<y.Zl.length;E={Tj:E.Tj},E.Tj++){var z=Object.getOwnPropertyDescriptor(b.prototype,y.Zl[E.Tj]);z.get!==void 0&&z.set===void 0&&Object.defineProperty(b.prototype,y.Zl[E.Tj],{set:function(nt,rt){return function(){throw Error("Property "+nt.Zl[rt.Tj]+" of "+nt.x+" is read-only.")}}(y,E)})}}}y={Zl:y.Zl,x:y.x}}}};function hi(){}hi.prototype.reset=function(){},hi.prototype.next=function(){return!1},hi.prototype.Ad=function(){return!1},hi.prototype.first=function(){return null},hi.prototype.any=function(){return!1},hi.prototype.all=function(){return!0},hi.prototype.each=function(){return this},hi.prototype.map=function(){return this},hi.prototype.filter=function(){return this},hi.prototype.de=function(){},hi.prototype.toString=function(){return"EmptyIterator"},Ue.Object.defineProperties(hi.prototype,{iterator:{get:function(){return this}},count:{get:function(){return 0}}}),hi.prototype.first=hi.prototype.first,hi.prototype.hasNext=hi.prototype.Ad,hi.prototype.next=hi.prototype.next,hi.prototype.reset=hi.prototype.reset;var Ti=null;hi.className="EmptyIterator",Ti=new hi;function Oi(a){this.key=-1,this.value=a}Oi.prototype.reset=function(){this.key=-1},Oi.prototype.next=function(){return this.key===-1?(this.key=0,!0):!1},Oi.prototype.Ad=function(){return this.next()},Oi.prototype.first=function(){return this.key=0,this.value},Oi.prototype.any=function(a){return this.key=-1,a(this.value)},Oi.prototype.all=function(a){return this.key=-1,a(this.value)},Oi.prototype.each=function(a){return this.key=-1,a(this.value),this},Oi.prototype.map=function(a){return new Oi(a(this.value))},Oi.prototype.filter=function(a){return a(this.value)?new Oi(this.value):Ti},Oi.prototype.de=function(){this.value=null},Oi.prototype.toString=function(){return"SingletonIterator("+this.value+")"},Ue.Object.defineProperties(Oi.prototype,{iterator:{get:function(){return this}},count:{get:function(){return 1}}}),Oi.prototype.first=Oi.prototype.first,Oi.prototype.hasNext=Oi.prototype.Ad,Oi.prototype.next=Oi.prototype.next,Oi.prototype.reset=Oi.prototype.reset,Oi.className="SingletonIterator";function _i(a){this.Bb=a,this.qf=null,a.Sa=null,this.qa=a.Ja,this.Za=-1}_i.prototype.reset=function(){var a=this.Bb;a.Sa=null,this.qa=a.Ja,this.Za=-1},_i.prototype.next=function(){var a=this.Bb;if(a.Ja!==this.qa&&0>this.key)return!1;a=a.s;var y=a.length,x=++this.Za,b=this.qf;if(b!==null)for(;x<y;){var E=a[x];if(b(E))return this.key=this.Za=x,this.value=E,!0;x++}else{if(x<y)return this.key=x,this.value=a[x],!0;this.de()}return!1},_i.prototype.Ad=function(){return this.next()},_i.prototype.first=function(){var a=this.Bb;this.qa=a.Ja,this.Za=0,a=a.s;var y=a.length,x=this.qf;if(x!==null){for(var b=0;b<y;){var E=a[b];if(x(E))return this.key=this.Za=b,this.value=E;b++}return null}return 0<y?(a=a[0],this.key=0,this.value=a):null},_i.prototype.any=function(a){var y=this.Bb;y.Sa=null,this.Za=-1,y=y.s;for(var x=y.length,b=this.qf,E=0;E<x;E++){var z=y[E];if((b===null||b(z))&&a(z))return!0}return!1},_i.prototype.all=function(a){var y=this.Bb;y.Sa=null,this.Za=-1,y=y.s;for(var x=y.length,b=this.qf,E=0;E<x;E++){var z=y[E];if((b===null||b(z))&&!a(z))return!1}return!0},_i.prototype.each=function(a){var y=this.Bb;y.Sa=null,this.Za=-1,y=y.s;for(var x=y.length,b=this.qf,E=0;E<x;E++){var z=y[E];(b===null||b(z))&&a(z)}return this},_i.prototype.map=function(a){var y=this.Bb;y.Sa=null,this.Za=-1;var x=[];y=y.s;for(var b=y.length,E=this.qf,z=0;z<b;z++){var nt=y[z];(E===null||E(nt))&&x.push(a(nt))}return a=new fn,a.s=x,a.xb(),a.iterator},_i.prototype.filter=function(a){var y=this.Bb;y.Sa=null,this.Za=-1;var x=[];y=y.s;for(var b=y.length,E=this.qf,z=0;z<b;z++){var nt=y[z];(E===null||E(nt))&&a(nt)&&x.push(nt)}return a=new fn,a.s=x,a.xb(),a.iterator},_i.prototype.de=function(){this.key=-1,this.value=null,this.qa=-1,this.qf=null,this.Bb.Sa=this},_i.prototype.toString=function(){return"ListIterator@"+this.Za+"/"+this.Bb.count},Ue.Object.defineProperties(_i.prototype,{iterator:{get:function(){return this}},predicate:{get:function(){return this.qf},set:function(a){this.qf=a}},count:{get:function(){var a=this.qf;if(a!==null){for(var y=0,x=this.Bb.s,b=x.length,E=0;E<b;E++)a(x[E])&&y++;return y}return this.Bb.s.length}}}),_i.prototype.first=_i.prototype.first,_i.prototype.hasNext=_i.prototype.Ad,_i.prototype.next=_i.prototype.next,_i.prototype.reset=_i.prototype.reset,_i.className="ListIterator";function Ji(a){this.Bb=a,a.Hg=null,this.qa=a.Ja,this.Za=a.s.length}Ji.prototype.reset=function(){var a=this.Bb;a.Hg=null,this.qa=a.Ja,this.Za=a.s.length},Ji.prototype.next=function(){var a=this.Bb;if(a.Ja!==this.qa&&0>this.key)return!1;var y=--this.Za;return 0<=y?(this.key=y,this.value=a.s[y],!0):(this.de(),!1)},Ji.prototype.Ad=function(){return this.next()},Ji.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},Ji.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},Ji.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},Ji.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},Ji.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 fn,a.s=x,a.xb(),a.iterator},Ji.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 fn,a.s=x,a.xb(),a.iterator},Ji.prototype.de=function(){this.key=-1,this.value=null,this.qa=-1,this.Bb.Hg=this},Ji.prototype.toString=function(){return"ListIteratorBackwards("+this.Za+"/"+this.Bb.count+")"},Ue.Object.defineProperties(Ji.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.Bb.s.length}}}),Ji.prototype.first=Ji.prototype.first,Ji.prototype.hasNext=Ji.prototype.Ad,Ji.prototype.next=Ji.prototype.next,Ji.prototype.reset=Ji.prototype.reset,Ji.className="ListIteratorBackwards";function fn(a){si(this),this._isFrozen=!1,this.s=[],this.Ja=0,this.Hg=this.Sa=null,typeof a=="string"&&Le("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}Kt=fn.prototype,Kt.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},Kt.freeze=function(){return this._isFrozen=!0,this},Kt.ka=function(){return this._isFrozen=!1,this},Kt.toString=function(){return"List()#"+Ai(this)},Kt.add=function(a){return a===null?this:(this._isFrozen&&nn(this,a),this.s.push(a),this.xb(),this)},Kt.push=function(a){this.add(a)},Kt.addAll=function(a){if(a===null)return this;this._isFrozen&&nn(this);var y=this.s;if(Pn(a))for(var x=a.length,b=0;b<x;b++)y.push(a[b]);else for(a=a.iterator;a.next();)y.push(a.value);return this.xb(),this},Kt.clear=function(){this._isFrozen&&nn(this),this.s.length=0,this.xb()},Kt.contains=function(a){return a===null?!1:this.s.indexOf(a)!==-1},Kt.has=function(a){return this.contains(a)},Kt.indexOf=function(a){return a===null?-1:this.s.indexOf(a)},Kt.M=function(a){var y=this.s;return(0>a||a>=y.length)&&wn(a,"0 <= i < length",fn,"elt:i"),y[a]},Kt.get=function(a){return this.M(a)},Kt.cd=function(a,y){var x=this.s;(0>a||a>=x.length)&&wn(a,"0 <= i < length",fn,"setElt:i"),this._isFrozen&&nn(this,a),x[a]=y},Kt.set=function(a,y){this.cd(a,y)},Kt.first=function(){var a=this.s;return a.length===0?null:a[0]},Kt.jc=function(){var a=this.s,y=a.length;return 0<y?a[y-1]:null},Kt.pop=function(){this._isFrozen&&nn(this);var a=this.s;return 0<a.length?a.pop():null},fn.prototype.any=function(a){for(var y=this.s,x=y.length,b=0;b<x;b++)if(a(y[b]))return!0;return!1},fn.prototype.all=function(a){for(var y=this.s,x=y.length,b=0;b<x;b++)if(!a(y[b]))return!1;return!0},fn.prototype.each=function(a){for(var y=this.s,x=y.length,b=0;b<x;b++)a(y[b]);return this},fn.prototype.map=function(a){for(var y=new fn,x=[],b=this.s,E=b.length,z=0;z<E;z++)x.push(a(b[z]));return y.s=x,y.xb(),y},fn.prototype.filter=function(a){for(var y=new fn,x=[],b=this.s,E=b.length,z=0;z<E;z++){var nt=b[z];a(nt)&&x.push(nt)}return y.s=x,y.xb(),y},Kt=fn.prototype,Kt.Gb=function(a,y){0>a&&wn(a,">= 0",fn,"insertAt:i"),this._isFrozen&&nn(this,a);var x=this.s;a>=x.length?x.push(y):x.splice(a,0,y),this.xb()},Kt.remove=function(a){if(a===null)return!1;this._isFrozen&&nn(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)},Kt.delete=function(a){return this.remove(a)},Kt.mb=function(a){var y=this.s;(0>a||a>=y.length)&&wn(a,"0 <= i < length",fn,"removeAt:i"),this._isFrozen&&nn(this,a),a===y.length-1?y.pop():y.splice(a,1),this.xb()},Kt.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&&nn(this);for(var E=a,z=y+1;z<b;)x[E++]=x[z++];return x.length=b-(y-a+1),this.xb(),this},fn.prototype.copy=function(){var a=new fn,y=this.s;return 0<y.length&&(a.s=Array.prototype.slice.call(y)),a},Kt=fn.prototype,Kt.Fa=function(){for(var a=this.s,y=this.count,x=Array(y),b=0;b<y;b++)x[b]=a[b];return x},Kt.Iv=function(){for(var a=new gn,y=this.s,x=this.count,b=0;b<x;b++)a.add(y[b]);return a},Kt.sort=function(a){return this._isFrozen&&nn(this),this.s.sort(a),this.xb(),this},Kt.zi=function(a,y,x){var b=this.s,E=b.length;y===void 0&&(y=0),x===void 0&&(x=E),this._isFrozen&&nn(this);var z=x-y;if(1>=z)return this;if((0>y||y>=E-1)&&wn(y,"0 <= from < length",fn,"sortRange:from"),z===2)return x=b[y],E=b[y+1],0<a(x,E)&&(b[y]=E,b[y+1]=x,this.xb()),this;if(y===0)if(x>=E)b.sort(a);else for(y=b.slice(0,x),y.sort(a),a=0;a<x;a++)b[a]=y[a];else if(x>=E)for(x=b.slice(y),x.sort(a),a=y;a<E;a++)b[a]=x[a-y];else for(E=b.slice(y,x),E.sort(a),a=y;a<x;a++)b[a]=E[a-y];return this.xb(),this},Kt.reverse=function(){return this._isFrozen&&nn(this),this.s.reverse(),this.xb(),this},Ue.Object.defineProperties(fn.prototype,{_dataArray:{get:function(){return this.s}},count:{get:function(){return this.s.length}},size:{get:function(){return this.s.length}},length:{get:function(){return this.s.length}},iterator:{get:function(){if(0>=this.s.length)return Ti;var a=this.Sa;return a!==null?(a.reset(),a):new _i(this)}},iteratorBackwards:{get:function(){if(0>=this.s.length)return Ti;var a=this.Hg;return a!==null?(a.reset(),a):new Ji(this)}}}),fn.prototype.reverse=fn.prototype.reverse,fn.prototype.sortRange=fn.prototype.zi,fn.prototype.sort=fn.prototype.sort,fn.prototype.toSet=fn.prototype.Iv,fn.prototype.toArray=fn.prototype.Fa,fn.prototype.removeRange=fn.prototype.removeRange,fn.prototype.removeAt=fn.prototype.mb,fn.prototype.delete=fn.prototype.delete,fn.prototype.remove=fn.prototype.remove,fn.prototype.insertAt=fn.prototype.Gb,fn.prototype.pop=fn.prototype.pop,fn.prototype.last=fn.prototype.jc,fn.prototype.first=fn.prototype.first,fn.prototype.set=fn.prototype.set,fn.prototype.setElt=fn.prototype.cd,fn.prototype.get=fn.prototype.get,fn.prototype.elt=fn.prototype.M,fn.prototype.indexOf=fn.prototype.indexOf,fn.prototype.has=fn.prototype.has,fn.prototype.contains=fn.prototype.contains,fn.prototype.clear=fn.prototype.clear,fn.prototype.addAll=fn.prototype.addAll,fn.prototype.push=fn.prototype.push,fn.prototype.add=fn.prototype.add,fn.prototype.thaw=fn.prototype.ka,fn.prototype.freeze=fn.prototype.freeze,fn.className="List";function ur(a){this.eg=a,a.Sa=null,this.qa=a.Ja,this.sa=null}ur.prototype.reset=function(){var a=this.eg;a.Sa=null,this.qa=a.Ja,this.sa=null},ur.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)},ur.prototype.Ad=function(){return this.next()},ur.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},ur.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},ur.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},ur.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},ur.prototype.map=function(a){var y=this.eg;y.Sa=null;var x=new fn;for(y=y.ea;y!==null;)x.add(a(y.value)),y=y.va;return x.iterator},ur.prototype.filter=function(a){var y=this.eg;y.Sa=null;var x=new fn;for(y=y.ea;y!==null;){var b=y.value;a(b)&&x.add(b),y=y.va}return x.iterator},ur.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.eg.Sa=this},ur.prototype.toString=function(){return this.sa!==null?"SetIterator@"+this.sa.value:"SetIterator"},Ue.Object.defineProperties(ur.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.eg.Sb}}}),ur.prototype.first=ur.prototype.first,ur.prototype.hasNext=ur.prototype.Ad,ur.prototype.next=ur.prototype.next,ur.prototype.reset=ur.prototype.reset,ur.className="SetIterator";function gn(a){si(this),this._isFrozen=!1,this.Tb={},this.Sb=0,this.Sa=null,this.Ja=0,this.kf=this.ea=null,typeof a=="string"&&Le("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}Kt=gn.prototype,Kt.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},Kt.freeze=function(){return this._isFrozen=!0,this},Kt.ka=function(){return this._isFrozen=!1,this},Kt.toString=function(){return"Set()#"+Ai(this)},Kt.add=function(a){if(a===null)return this;this._isFrozen&&nn(this,a);var y=a;return rn(a)&&(y=pi(a)),this.Tb[y]===void 0&&(this.Sb++,a=new Wo(a,a),this.Tb[y]=a,y=this.kf,y===null?this.ea=a:(a.ll=y,y.va=a),this.kf=a,this.xb()),this},Kt.addAll=function(a){if(a===null)return this;if(this._isFrozen&&nn(this),Pn(a))for(var y=a.length,x=0;x<y;x++)this.add(a[x]);else for(a=a.iterator;a.next();)this.add(a.value);return this},Kt.contains=function(a){if(a===null)return!1;var y=a;return rn(a)&&(y=Ai(a),y===void 0)?!1:this.Tb[y]!==void 0},Kt.has=function(a){return this.contains(a)},Kt.Sy=function(a){if(a===null)return!0;for(a=a.iterator;a.next();)if(!this.contains(a.value))return!1;return!0},Kt.Ty=function(a){if(a===null)return!0;for(a=a.iterator;a.next();)if(this.contains(a.value))return!0;return!1},Kt.first=function(){var a=this.ea;return a===null?null:a.value},gn.prototype.any=function(a){for(var y=this.ea;y!==null;){if(a(y.value))return!0;y=y.va}return!1},gn.prototype.all=function(a){for(var y=this.ea;y!==null;){if(!a(y.value))return!1;y=y.va}return!0},gn.prototype.each=function(a){for(var y=this.ea;y!==null;)a(y.value),y=y.va;return this},gn.prototype.map=function(a){for(var y=new gn,x=this.ea;x!==null;)y.add(a(x.value)),x=x.va;return y},gn.prototype.filter=function(a){for(var y=new gn,x=this.ea;x!==null;){var b=x.value;a(b)&&y.add(b),x=x.va}return y},Kt=gn.prototype,Kt.remove=function(a){if(a===null)return!1;this._isFrozen&&nn(this,a);var y=a;if(rn(a)&&(y=Ai(a),y===void 0)||(a=this.Tb[y],a===void 0))return!1;var x=a.va,b=a.ll;return x!==null&&(x.ll=b),b!==null&&(b.va=x),this.ea===a&&(this.ea=x),this.kf===a&&(this.kf=b),delete this.Tb[y],this.Sb--,this.xb(),!0},Kt.delete=function(a){return this.remove(a)},Kt.hp=function(a){if(a===null)return this;if(this._isFrozen&&nn(this),Pn(a))for(var y=a.length,x=0;x<y;x++)this.remove(a[x]);else for(a=a.iterator;a.next();)this.remove(a.value);return this},Kt.pA=function(a){if(a===null||this.count===0)return this;this._isFrozen&&nn(this);var y=new gn;y.addAll(a),a=[];for(var x=this.iterator;x.next();){var b=x.value;y.contains(b)||a.push(b)}return this.hp(a),this},Kt.clear=function(){this._isFrozen&&nn(this),this.Tb={},this.Sb=0,this.Sa!==null&&this.Sa.reset(),this.kf=this.ea=null,this.xb()},gn.prototype.copy=function(){var a=new gn,y=this.Tb,x;for(x in y)a.add(y[x].value);return a},gn.prototype.Fa=function(){var a=Array(this.Sb),y=this.Tb,x=0,b;for(b in y)a[x]=y[b].value,x++;return a},gn.prototype.Hv=function(){var a=new fn,y=this.Tb,x;for(x in y)a.add(y[x].value);return a};function si(a){a.__gohashid=vr++}function pi(a){var y=a.__gohashid;return y===void 0&&(y=vr++,a.__gohashid=y),y}function Ai(a){return a.__gohashid}Ue.Object.defineProperties(gn.prototype,{count:{get:function(){return this.Sb}},size:{get:function(){return this.Sb}},iterator:{get:function(){if(0>=this.Sb)return Ti;var a=this.Sa;return a!==null?(a.reset(),a):new ur(this)}}}),gn.prototype.toList=gn.prototype.Hv,gn.prototype.toArray=gn.prototype.Fa,gn.prototype.clear=gn.prototype.clear,gn.prototype.retainAll=gn.prototype.pA,gn.prototype.removeAll=gn.prototype.hp,gn.prototype.delete=gn.prototype.delete,gn.prototype.remove=gn.prototype.remove,gn.prototype.first=gn.prototype.first,gn.prototype.containsAny=gn.prototype.Ty,gn.prototype.containsAll=gn.prototype.Sy,gn.prototype.has=gn.prototype.has,gn.prototype.contains=gn.prototype.contains,gn.prototype.addAll=gn.prototype.addAll,gn.prototype.add=gn.prototype.add,gn.prototype.thaw=gn.prototype.ka,gn.prototype.freeze=gn.prototype.freeze;var vr=1;gn.className="Set",gn.uniqueHash=si,gn.hashIdUnique=pi,gn.hashId=Ai;function xr(a){this.ma=a,this.qa=a.Ja,this.sa=null}xr.prototype.reset=function(){this.qa=this.ma.Ja,this.sa=null},xr.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)},xr.prototype.Ad=function(){return this.next()},xr.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},xr.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},xr.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},xr.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},xr.prototype.map=function(a){var y=this.ma;this.sa=null;var x=new fn;for(y=y.ea;y!==null;)x.add(a(y.key)),y=y.va;return x.iterator},xr.prototype.filter=function(a){var y=this.ma;this.sa=null;var x=new fn;for(y=y.ea;y!==null;){var b=y.key;a(b)&&x.add(b),y=y.va}return x.iterator},xr.prototype.de=function(){this.value=this.key=null,this.qa=-1},xr.prototype.toString=function(){return this.sa!==null?"MapKeySetIterator@"+this.sa.value:"MapKeySetIterator"},Ue.Object.defineProperties(xr.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),xr.prototype.first=xr.prototype.first,xr.prototype.hasNext=xr.prototype.Ad,xr.prototype.next=xr.prototype.next,xr.prototype.reset=xr.prototype.reset,xr.className="MapKeySetIterator";function hr(a){gn.call(this),si(this),this._isFrozen=!0,this.ma=a}_e(hr,gn),Kt=hr.prototype,Kt.freeze=function(){return this},Kt.ka=function(){return this},Kt.toString=function(){return"MapKeySet("+this.ma.toString()+")"},Kt.add=function(){Le("This Set is read-only: "+this.toString())},Kt.contains=function(a){return this.ma.contains(a)},Kt.has=function(a){return this.contains(a)},Kt.remove=function(){Le("This Set is read-only: "+this.toString())},Kt.delete=function(a){return this.remove(a)},Kt.clear=function(){Le("This Set is read-only: "+this.toString())},Kt.first=function(){var a=this.ma.ea;return a!==null?a.key:null},hr.prototype.any=function(a){for(var y=this.ma.ea;y!==null;){if(a(y.key))return!0;y=y.va}return!1},hr.prototype.all=function(a){for(var y=this.ma.ea;y!==null;){if(!a(y.key))return!1;y=y.va}return!0},hr.prototype.each=function(a){for(var y=this.ma.ea;y!==null;)a(y.key),y=y.va;return this},hr.prototype.map=function(a){for(var y=new gn,x=this.ma.ea;x!==null;)y.add(a(x.key)),x=x.va;return y},hr.prototype.filter=function(a){for(var y=new gn,x=this.ma.ea;x!==null;){var b=x.key;a(b)&&y.add(b),x=x.va}return y},hr.prototype.copy=function(){return new hr(this.ma)},hr.prototype.Iv=function(){var a=new gn,y=this.ma.Tb,x;for(x in y)a.add(y[x].key);return a},hr.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},hr.prototype.Hv=function(){var a=new fn,y=this.ma.Tb,x;for(x in y)a.add(y[x].key);return a},Ue.Object.defineProperties(hr.prototype,{count:{get:function(){return this.ma.Sb}},size:{get:function(){return this.ma.Sb}},iterator:{get:function(){return 0>=this.ma.Sb?Ti:new xr(this.ma)}}}),hr.prototype.toList=hr.prototype.Hv,hr.prototype.toArray=hr.prototype.Fa,hr.prototype.toSet=hr.prototype.Iv,hr.prototype.first=hr.prototype.first,hr.prototype.clear=hr.prototype.clear,hr.prototype.delete=hr.prototype.delete,hr.prototype.remove=hr.prototype.remove,hr.prototype.has=hr.prototype.has,hr.prototype.contains=hr.prototype.contains,hr.prototype.add=hr.prototype.add,hr.prototype.thaw=hr.prototype.ka,hr.prototype.freeze=hr.prototype.freeze,hr.className="MapKeySet";function yr(a){this.ma=a,a.jf=null,this.qa=a.Ja,this.sa=null}yr.prototype.reset=function(){var a=this.ma;a.jf=null,this.qa=a.Ja,this.sa=null},yr.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)},yr.prototype.Ad=function(){return this.next()},yr.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},yr.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},yr.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},yr.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},yr.prototype.map=function(a){var y=this.ma;this.sa=y.jf=null;var x=new fn;for(y=y.ea;y!==null;)x.add(a(y.value)),y=y.va;return x.iterator},yr.prototype.filter=function(a){var y=this.ma;this.sa=y.jf=null;var x=new fn;for(y=y.ea;y!==null;){var b=y.value;a(b)&&x.add(b),y=y.va}return x.iterator},yr.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.ma.jf=this},yr.prototype.toString=function(){return this.sa!==null?"MapValueSetIterator@"+this.sa.value:"MapValueSetIterator"},Ue.Object.defineProperties(yr.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),yr.prototype.first=yr.prototype.first,yr.prototype.hasNext=yr.prototype.Ad,yr.prototype.next=yr.prototype.next,yr.prototype.reset=yr.prototype.reset,yr.className="MapValueSetIterator";function Wo(a,y){this.key=a,this.value=y,this.ll=this.va=null}Wo.prototype.toString=function(){return"{"+this.key+":"+this.value+"}"},Wo.className="KeyValuePair";function Mr(a){this.ma=a,a.Sa=null,this.qa=a.Ja,this.sa=null}Mr.prototype.reset=function(){var a=this.ma;a.Sa=null,this.qa=a.Ja,this.sa=null},Mr.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)},Mr.prototype.Ad=function(){return this.next()},Mr.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},Mr.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},Mr.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},Mr.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},Mr.prototype.map=function(a){var y=this.ma;this.sa=y.Sa=null;var x=new fn;for(y=y.ea;y!==null;)x.add(a(y)),y=y.va;return x.iterator},Mr.prototype.filter=function(a){var y=this.ma;this.sa=y.Sa=null;var x=new fn;for(y=y.ea;y!==null;)a(y)&&x.add(y),y=y.va;return x.iterator},Mr.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.ma.Sa=this},Mr.prototype.toString=function(){return this.sa!==null?"MapIterator@"+this.sa:"MapIterator"},Ue.Object.defineProperties(Mr.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),Mr.prototype.first=Mr.prototype.first,Mr.prototype.hasNext=Mr.prototype.Ad,Mr.prototype.next=Mr.prototype.next,Mr.prototype.reset=Mr.prototype.reset,Mr.className="MapIterator";function li(a){si(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"&&Le("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}Kt=li.prototype,Kt.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},Kt.freeze=function(){return this._isFrozen=!0,this},Kt.ka=function(){return this._isFrozen=!1,this},Kt.toString=function(){return"Map()#"+Ai(this)},Kt.add=function(a,y){this._isFrozen&&nn(this,a);var x=a;rn(a)&&(x=pi(a));var b=this.Tb[x];return b===void 0?(this.Sb++,a=new Wo(a,y),this.Tb[x]=a,x=this.kf,x===null?this.ea=a:(a.ll=x,x.va=a),this.kf=a,this.xb()):b.value=y,this},Kt.set=function(a,y){return this.add(a,y)},Kt.addAll=function(a){if(a===null)return this;if(Pn(a))for(var y=a.length,x=0;x<y;x++){var b=a[x];this.add(b.key,b.value)}else if(a instanceof li)for(a=a.iterator;a.next();)this.add(a.key,a.value);else for(a=a.iterator;a.next();)y=a.value,this.add(y.key,y.value);return this},Kt.first=function(){return this.ea},li.prototype.any=function(a){for(var y=this.ea;y!==null;){if(a(y))return!0;y=y.va}return!1},li.prototype.all=function(a){for(var y=this.ea;y!==null;){if(!a(y))return!1;y=y.va}return!0},li.prototype.each=function(a){for(var y=this.ea;y!==null;)a(y),y=y.va;return this},li.prototype.map=function(a){for(var y=new li,x=this.ea;x!==null;)y.add(x.key,a(x)),x=x.va;return y},li.prototype.filter=function(a){for(var y=new li,x=this.ea;x!==null;)a(x)&&y.add(x.key,x.value),x=x.va;return y},Kt=li.prototype,Kt.contains=function(a){var y=a;return rn(a)&&(y=Ai(a),y===void 0)?!1:this.Tb[y]!==void 0},Kt.has=function(a){return this.contains(a)},Kt.I=function(a){var y=a;return rn(a)&&(y=Ai(a),y===void 0)?null:(a=this.Tb[y],a===void 0?null:a.value)},Kt.get=function(a){return this.I(a)},Kt.remove=function(a){if(a===null)return!1;this._isFrozen&&nn(this,a);var y=a;if(rn(a)&&(y=Ai(a),y===void 0)||(a=this.Tb[y],a===void 0))return!1;var x=a.va,b=a.ll;return x!==null&&(x.ll=b),b!==null&&(b.va=x),this.ea===a&&(this.ea=x),this.kf===a&&(this.kf=b),delete this.Tb[y],this.Sb--,this.xb(),!0},Kt.delete=function(a){return this.remove(a)},Kt.clear=function(){this._isFrozen&&nn(this),this.Tb={},this.Sb=0,this.Sa!==null&&this.Sa.reset(),this.jf!==null&&this.jf.reset(),this.kf=this.ea=null,this.xb()},li.prototype.copy=function(){var a=new li,y=this.Tb,x;for(x in y){var b=y[x];a.add(b.key,b.value)}return a},li.prototype.Fa=function(){var a=this.Tb,y=Array(this.Sb),x=0,b;for(b in a){var E=a[b];y[x]=new Wo(E.key,E.value),x++}return y},li.prototype.Lf=function(){return new hr(this)},Ue.Object.defineProperties(li.prototype,{count:{get:function(){return this.Sb}},size:{get:function(){return this.Sb}},iterator:{get:function(){if(0>=this.count)return Ti;var a=this.Sa;return a!==null?(a.reset(),a):new Mr(this)}},iteratorKeys:{get:function(){return 0>=this.count?Ti:new xr(this)}},iteratorValues:{get:function(){if(0>=this.count)return Ti;var a=this.jf;return a!==null?(a.reset(),a):new yr(this)}}}),li.prototype.toKeySet=li.prototype.Lf,li.prototype.toArray=li.prototype.Fa,li.prototype.clear=li.prototype.clear,li.prototype.delete=li.prototype.delete,li.prototype.remove=li.prototype.remove,li.prototype.get=li.prototype.get,li.prototype.getValue=li.prototype.I,li.prototype.has=li.prototype.has,li.prototype.contains=li.prototype.contains,li.prototype.first=li.prototype.first,li.prototype.addAll=li.prototype.addAll,li.prototype.set=li.prototype.set,li.prototype.add=li.prototype.add,li.prototype.thaw=li.prototype.ka,li.prototype.freeze=li.prototype.freeze,li.className="Map";function ye(a,y){a===void 0?this.y=this.x=0:typeof a=="number"&&typeof y=="number"?(this.x=a,this.y=y):Le("Invalid arguments to Point constructor: "+a+", "+y),this._isFrozen=!1}var to,fr,ar,Ar,Ur;ye.prototype.assign=function(a){return this.x=a.x,this.y=a.y,this},ye.prototype.h=function(a,y){return this.x=a,this.y=y,this},ye.prototype.sg=function(a,y){return this.x=a,this.y=y,this},ye.prototype.set=function(a){return this.x=a.x,this.y=a.y,this},ye.prototype.copy=function(){var a=new ye;return a.x=this.x,a.y=this.y,a},Kt=ye.prototype,Kt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},Kt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},Kt.freeze=function(){return this._isFrozen=!0,this},Kt.ka=function(){return Object.isFrozen(this)&&Le("cannot thaw constant: "+this),this._isFrozen=!1,this};function di(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b&&(x=parseFloat(b));for(var E=0;a[y]==="";)y++;return(b=a[y++])&&(E=parseFloat(b)),new ye(x,E)}return new ye}function Li(a){return a.x.toString()+" "+a.y.toString()}Kt.toString=function(){return"Point("+this.x+","+this.y+")"},Kt.D=function(a){return a instanceof ye?this.x===a.x&&this.y===a.y:!1},Kt.hi=function(a,y){return this.x===a&&this.y===y},Kt.Xa=function(a){return Re.B(this.x,a.x)&&Re.B(this.y,a.y)},Kt.add=function(a){return this.x+=a.x,this.y+=a.y,this},Kt.re=function(a){return this.x-=a.x,this.y-=a.y,this},Kt.offset=function(a,y){return this.x+=a,this.y+=y,this},ye.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},Kt=ye.prototype,Kt.scale=function(a,y){return this.x*=a,this.y*=y,this},Kt.Bf=function(a){var y=a.x-this.x;return a=a.y-this.y,y*y+a*a},Kt.zd=function(a,y){return a-=this.x,y-=this.y,a*a+y*y},Kt.normalize=function(){var a=this.x,y=this.y,x=Math.sqrt(a*a+y*y);return 0<x&&(this.x=a/x,this.y=y/x),this},Kt.ab=function(a){return tr(a.x-this.x,a.y-this.y)},Kt.direction=function(a,y){return tr(a-this.x,y-this.y)};function tr(a,y){if(a===0)return 0<y?90:0>y?270:0;if(y===0)return 0<a?0:180;if(isNaN(a)||isNaN(y))return 0;var x=180*Math.atan(Math.abs(y/a))/Math.PI;return 0>a?x=0>y?x+180:180-x:0>y&&(x=360-x),x}Kt.Ry=function(a,y){return Re.Fl(a.x,a.y,y.x,y.y,this.x,this.y)},Kt.fA=function(a,y,x,b){return Re.qh(a,y,x,b,this.x,this.y,this),this},Kt.gA=function(a,y){return Re.qh(a.x,a.y,y.x,y.y,this.x,this.y,this),this},Kt.uA=function(a,y,x,b){return Re.No(this.x,this.y,a,y,x,b,this),this},Kt.vA=function(a,y){return Re.No(this.x,this.y,a.x,a.y,y.width,y.height,this),this},Kt.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},Kt.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},Kt.transform=function(a){return a.Ga(this),this};function Gi(a,y){return y.Cd(a),a}function er(a,y,x,b,E,z){var nt=E-x,rt=z-b,st=nt*nt+rt*rt;x-=a,b-=y;var ht=-x*nt-b*rt;return 0>=ht||ht>=st?(nt=E-a,rt=z-y,Math.min(x*x+b*b,nt*nt+rt*rt)):(a=nt*b-rt*x,a*a/st)}function eo(a,y,x,b){return a=x-a,y=b-y,a*a+y*y}function Di(a,y,x,b){return a=x-a,y=b-y,a===0?0<y?90:0>y?270:0:y===0?0<a?0:180:isNaN(a)||isNaN(y)?0:(b=180*Math.atan(Math.abs(y/a))/Math.PI,0>a?b=0>y?b+180:180-b:0>y&&(b=360-b),b)}Kt.w=function(){return isFinite(this.x)&&isFinite(this.y)},ye.alloc=function(){var a=Ei.pop();return a===void 0?new ye:a},ye.allocAt=function(a,y){var x=Ei.pop();return x===void 0?new ye(a,y):(x.x=a,x.y=y,x)},ye.free=function(a){Ei.push(a)},ye.prototype.isReal=ye.prototype.w,ye.prototype.setSpot=ye.prototype.yi,ye.prototype.setRectSpot=ye.prototype.xi,ye.prototype.snapToGridPoint=ye.prototype.vA,ye.prototype.snapToGrid=ye.prototype.uA,ye.prototype.projectOntoLineSegmentPoint=ye.prototype.gA,ye.prototype.projectOntoLineSegment=ye.prototype.fA,ye.intersectingLineSegments=function(a,y,x,b,E,z,nt,rt){return Re.Rl(a,y,x,b,E,z,nt,rt)},ye.prototype.compareWithLineSegmentPoint=ye.prototype.Ry,ye.compareWithLineSegment=function(a,y,x,b,E,z){return Re.Fl(a,y,x,b,E,z)},ye.prototype.direction=ye.prototype.direction,ye.prototype.directionPoint=ye.prototype.ab,ye.prototype.normalize=ye.prototype.normalize,ye.prototype.distanceSquared=ye.prototype.zd,ye.prototype.distanceSquaredPoint=ye.prototype.Bf,ye.prototype.scale=ye.prototype.scale,ye.prototype.rotate=ye.prototype.rotate,ye.prototype.offset=ye.prototype.offset,ye.prototype.subtract=ye.prototype.re,ye.prototype.add=ye.prototype.add,ye.prototype.equalsApprox=ye.prototype.Xa,ye.prototype.equalTo=ye.prototype.hi,ye.prototype.equals=ye.prototype.D,ye.prototype.set=ye.prototype.set,ye.prototype.setTo=ye.prototype.sg;var Ei=[];ye.className="Point",ye.parse=di,ye.stringify=Li,ye.distanceLineSegmentSquared=er,ye.distanceSquared=eo,ye.direction=Di,ye.Origin=to=new ye(0,0).ja(),ye.InfiniteTopLeft=fr=new ye(-1/0,-1/0).ja(),ye.InfiniteBottomRight=ar=new ye(1/0,1/0).ja(),ye.SixPoint=Ar=new ye(6,6).ja(),ye.NoPoint=Ur=new ye(NaN,NaN).ja(),ye.parse=di,ye.stringify=Li,ye.distanceLineSegmentSquared=er,ye.distanceSquared=eo,ye.direction=Di;function An(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):Le("Invalid arguments to Size constructor: "+a+", "+y),this._isFrozen=!1}var wi,Sr,Jr,Yr,Ir,no,_r;An.prototype.assign=function(a){return this.width=a.width,this.height=a.height,this},An.prototype.h=function(a,y){return this.width=a,this.height=y,this},An.prototype.sg=function(a,y){return this.width=a,this.height=y,this},An.prototype.set=function(a){return this.width=a.width,this.height=a.height,this},An.prototype.copy=function(){var a=new An;return a.width=this.width,a.height=this.height,a},Kt=An.prototype,Kt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},Kt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},Kt.freeze=function(){return this._isFrozen=!0,this},Kt.ka=function(){return Object.isFrozen(this)&&Le("cannot thaw constant: "+this),this._isFrozen=!1,this};function $o(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 An(x,E)}return new An}function Zo(a){return a.width.toString()+" "+a.height.toString()}Kt.toString=function(){return"Size("+this.width+","+this.height+")"},Kt.D=function(a){return a instanceof An?this.width===a.width&&this.height===a.height:!1},Kt.hi=function(a,y){return this.width===a&&this.height===y},Kt.Xa=function(a){return Re.B(this.width,a.width)&&Re.B(this.height,a.height)},Kt.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},Kt.w=function(){return isFinite(this.width)&&isFinite(this.height)},An.alloc=function(){var a=Js.pop();return a===void 0?new An:a},An.free=function(a){Js.push(a)},An.prototype.isReal=An.prototype.w,An.prototype.inflate=An.prototype.Bc,An.prototype.equalsApprox=An.prototype.Xa,An.prototype.equalTo=An.prototype.hi,An.prototype.equals=An.prototype.D,An.prototype.set=An.prototype.set,An.prototype.setTo=An.prototype.sg;var Js=[];An.className="Size",An.parse=$o,An.stringify=Zo,An.ZeroSize=wi=new An(0,0).ja(),An.OneSize=Sr=new An(1,1).ja(),An.SixSize=Jr=new An(6,6).ja(),An.EightSize=Yr=new An(8,8).ja(),An.TenSize=Ir=new An(10,10).ja(),An.InfiniteSize=no=new An(1/0,1/0).ja(),An.NoSize=_r=new An(NaN,NaN).ja(),An.parse=$o,An.stringify=Zo;function en(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 ye?(x=a.x,a=a.y,y instanceof ye?(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 An?(this.x=x,this.y=a,this.width=y.width,this.height=y.height):Le("Incorrect second argument supplied to Rect constructor "+y)):Le("Invalid arguments to Rect constructor: "+a+", "+y+", "+x+", "+b),this._isFrozen=!1}Kt=en.prototype,Kt.assign=function(a){return this.x=a.x,this.y=a.y,this.width=a.width,this.height=a.height,this},Kt.h=function(a,y,x,b){return this.x=a,this.y=y,this.width=x,this.height=b,this};function xo(a,y,x){a.width=y,a.height=x}Kt.sg=function(a,y,x,b){return this.x=a,this.y=y,this.width=x,this.height=b,this},Kt.set=function(a){return this.x=a.x,this.y=a.y,this.width=a.width,this.height=a.height,this},Kt.dd=function(a){return this.x=a.x,this.y=a.y,this},Kt.tA=function(a){return this.width=a.width,this.height=a.height,this},en.prototype.copy=function(){var a=new en;return a.x=this.x,a.y=this.y,a.width=this.width,a.height=this.height,a},Kt=en.prototype,Kt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},Kt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},Kt.freeze=function(){return this._isFrozen=!0,this},Kt.ka=function(){return Object.isFrozen(this)&&Le("cannot thaw constant: "+this),this._isFrozen=!1,this};function jl(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 nt=0;a[y]==="";)y++;return(b=a[y++])&&(nt=parseFloat(b)),new en(x,E,z,nt)}return new en}function os(a){return a.x.toString()+" "+a.y.toString()+" "+a.width.toString()+" "+a.height.toString()}Kt.toString=function(){return"Rect("+this.x+","+this.y+","+this.width+","+this.height+")"},Kt.D=function(a){return a instanceof en?this.x===a.x&&this.y===a.y&&this.width===a.width&&this.height===a.height:!1},Kt.hi=function(a,y,x,b){return this.x===a&&this.y===y&&this.width===x&&this.height===b},Kt.Xa=function(a){return Re.B(this.x,a.x)&&Re.B(this.y,a.y)&&Re.B(this.width,a.width)&&Re.B(this.height,a.height)};function Pl(a,y){return Re.$(a.x,y.x)&&Re.$(a.y,y.y)&&Re.$(a.width,y.width)&&Re.$(a.height,y.height)}Kt.ca=function(a){return this.x<=a.x&&this.x+this.width>=a.x&&this.y<=a.y&&this.y+this.height>=a.y},Kt.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},Kt.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},Kt.offset=function(a,y){return this.x+=a,this.y+=y,this},Kt.Bc=function(a,y){return Hr(this,y,a,y,a)},Kt.Co=function(a){return Hr(this,a.top,a.right,a.bottom,a.left)},Kt.Fv=function(a){return Hr(this,-a.top,-a.right,-a.bottom,-a.left)},Kt.Hz=function(a,y,x,b){return Hr(this,a,y,x,b)};function Hr(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}Kt.Ex=function(a){return ku(this,a.x,a.y,a.width,a.height)},Kt.Uu=function(a,y,x,b){return ku(this,a,y,x,b)};function ku(a,y,x,b,E){var z=Math.max(a.x,y),nt=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=nt,a.width=Math.max(0,y-z),a.height=Math.max(0,x-nt),a}Kt.Yc=function(a){return this.Vu(a.x,a.y,a.width,a.height)},Kt.Vu=function(a,y,x,b){var E=this.width,z=this.x;return E!==1/0&&x!==1/0&&(E+=z,x+=a,isNaN(x)||isNaN(E)||z>x||a>E)?!1:(a=this.height,x=this.y,!(a!==1/0&&b!==1/0&&(a+=x,b+=y,isNaN(b)||isNaN(a)||x>b||y>a)))};function zl(a,y){var x=a.width,b=a.x,E=y.x-10;return b>y.width+10+10+E||E>x+b?!1:(x=a.height,a=a.y,b=y.y-10,!(a>y.height+10+10+b||b>x+a))}Kt.Ye=function(a){return Zr(this,a.x,a.y,0,0)},Kt.ed=function(a){return Zr(this,a.x,a.y,a.width,a.height)},Kt.Kv=function(a,y,x,b){return x===void 0&&(x=0),b===void 0&&(b=0),Zr(this,a,y,x,b)};function Zr(a,y,x,b,E){var z=Math.min(a.x,y),nt=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=nt,a.width=y-z,a.height=x-nt,a}Kt.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 Ro(a,y,x,b,E,z,nt,rt){return nt===void 0&&(nt=0),rt===void 0&&(rt=0),a<=E&&E+nt<=a+x&&y<=z&&z+rt<=y+b}function Cl(a,y,x,b,E,z,nt,rt){return a>nt+E||E>x+a?!1:!(y>rt+z||z>b+y)}Kt.w=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},Kt.Mz=function(){return this.width===0&&this.height===0},en.alloc=function(){var a=ha.pop();return a===void 0?new en:a},en.allocAt=function(a,y,x,b){var E=ha.pop();return E===void 0?new en(a,y,x,b):E.h(a,y,x,b)},en.free=function(a){ha.push(a)},Ue.Object.defineProperties(en.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 ye(this.x,this.y)},set:function(a){this.x=a.x,this.y=a.y}},size:{get:function(){return new An(this.width,this.height)},set:function(a){this.width=a.width,this.height=a.height}},center:{get:function(){return new ye(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}}}),en.prototype.isEmpty=en.prototype.Mz,en.prototype.isReal=en.prototype.w,en.intersectsLineSegment=function(a,y,x,b,E,z,nt,rt){return Re.Fx(a,y,x,b,E,z,nt,rt)},en.prototype.setSpot=en.prototype.yi,en.prototype.union=en.prototype.Kv,en.prototype.unionRect=en.prototype.ed,en.prototype.unionPoint=en.prototype.Ye,en.prototype.intersects=en.prototype.Vu,en.prototype.intersectsRect=en.prototype.Yc,en.prototype.intersect=en.prototype.Uu,en.prototype.intersectRect=en.prototype.Ex,en.prototype.grow=en.prototype.Hz,en.prototype.subtractMargin=en.prototype.Fv,en.prototype.addMargin=en.prototype.Co,en.prototype.inflate=en.prototype.Bc,en.prototype.offset=en.prototype.offset,en.prototype.contains=en.prototype.contains,en.prototype.containsRect=en.prototype.Re,en.prototype.containsPoint=en.prototype.ca,en.prototype.equalsApprox=en.prototype.Xa,en.prototype.equalTo=en.prototype.hi,en.prototype.equals=en.prototype.D,en.prototype.setSize=en.prototype.tA,en.prototype.setPoint=en.prototype.dd,en.prototype.set=en.prototype.set,en.prototype.setTo=en.prototype.sg;var gs=null,Ja=null,ha=[];en.className="Rect",en.parse=jl,en.stringify=os,en.contains=Ro,en.intersects=Cl,en.ZeroRect=gs=new en(0,0,0,0).ja(),en.NoRect=Ja=new en(NaN,NaN,NaN,NaN).ja(),en.parse=jl,en.stringify=os,en.contains=Ro,en.intersects=Cl;function Fi(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):Le("Invalid arguments to Margin constructor: "+a+", "+y+", "+x+", "+b),this._isFrozen=!1}Fi.prototype.assign=function(a){return this.top=a.top,this.right=a.right,this.bottom=a.bottom,this.left=a.left,this},Fi.prototype.sg=function(a,y,x,b){return this.top=a,this.right=y,this.bottom=x,this.left=b,this},Fi.prototype.set=function(a){return this.top=a.top,this.right=a.right,this.bottom=a.bottom,this.left=a.left,this},Fi.prototype.copy=function(){var a=new Fi;return a.top=this.top,a.right=this.right,a.bottom=this.bottom,a.left=this.left,a},Kt=Fi.prototype,Kt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},Kt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},Kt.freeze=function(){return this._isFrozen=!0,this},Kt.ka=function(){return Object.isFrozen(this)&&Le("cannot thaw constant: "+this),this._isFrozen=!1,this};function ts(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=NaN;a[y]==="";)y++;var b=a[y++];if(b&&(x=parseFloat(b)),isNaN(x))return new Fi;for(var E=NaN;a[y]==="";)y++;if((b=a[y++])&&(E=parseFloat(b)),isNaN(E))return new Fi(x);for(var z=NaN;a[y]==="";)y++;if((b=a[y++])&&(z=parseFloat(b)),isNaN(z))return new Fi(x,E);for(var nt=NaN;a[y]==="";)y++;return(b=a[y++])&&(nt=parseFloat(b)),isNaN(nt)?new Fi(x,E):new Fi(x,E,z,nt)}return new Fi}function Eu(a){return a.top.toString()+" "+a.right.toString()+" "+a.bottom.toString()+" "+a.left.toString()}Kt.toString=function(){return"Margin("+this.top+","+this.right+","+this.bottom+","+this.left+")"},Kt.D=function(a){return a instanceof Fi?this.top===a.top&&this.right===a.right&&this.bottom===a.bottom&&this.left===a.left:!1},Kt.hi=function(a,y,x,b){return this.top===a&&this.right===y&&this.bottom===x&&this.left===b},Kt.Xa=function(a){return Re.B(this.top,a.top)&&Re.B(this.right,a.right)&&Re.B(this.bottom,a.bottom)&&Re.B(this.left,a.left)},Kt.w=function(){return isFinite(this.top)&&isFinite(this.right)&&isFinite(this.bottom)&&isFinite(this.left)},Fi.alloc=function(){var a=Tr.pop();return a===void 0?new Fi:a},Fi.free=function(a){Tr.push(a)},Fi.prototype.isReal=Fi.prototype.w,Fi.prototype.equalsApprox=Fi.prototype.Xa,Fi.prototype.equalTo=Fi.prototype.hi,Fi.prototype.equals=Fi.prototype.D,Fi.prototype.set=Fi.prototype.set,Fi.prototype.setTo=Fi.prototype.sg;var Qs=null,pr=null,Tr=[];Fi.className="Margin",Fi.parse=ts,Fi.stringify=Eu,Fi.ZeroMargin=Qs=new Fi(0,0,0,0).ja(),Fi.TwoMargin=pr=new Fi(2,2,2,2).ja(),Fi.parse=ts,Fi.stringify=Eu;function Nn(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 Yi,mr,Qr,ca,$s,nr,Xo,Ns,Jo,Fs,bl,Qa,jo,da,ph,Yc,Al,Zc,ac,mh,Wl,Oa,vh,lc,uc,Mo,Gd,hc,yh,Mu,Ds,Bs,Go,Qo,Kr,Nr;Nn.prototype.assign=function(a){return this.x=a.x,this.y=a.y,this.offsetX=a.offsetX,this.offsetY=a.offsetY,this},Nn.prototype.sg=function(a,y,x,b){return this.x=a,this.y=y,this.offsetX=x,this.offsetY=b,this},Nn.prototype.set=function(a){return this.x=a.x,this.y=a.y,this.offsetX=a.offsetX,this.offsetY=a.offsetY,this},Nn.prototype.copy=function(){var a=new Nn;return a.x=this.x,a.y=this.y,a.offsetX=this.offsetX,a.offsetY=this.offsetY,a},Kt=Nn.prototype,Kt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},Kt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},Kt.freeze=function(){return this._isFrozen=!0,this},Kt.ka=function(){return Object.isFrozen(this)&&Le("cannot thaw constant: "+this),this._isFrozen=!1,this};function jr(a,y){return a.x=NaN,a.y=NaN,a.offsetX=y,a}function Os(a){if(typeof a=="string"){if(a=a.trim(),a==="None")return Yi;if(a==="TopLeft")return mr;if(a==="Top"||a==="TopCenter"||a==="MiddleTop")return Qr;if(a==="TopRight")return ca;if(a==="Left"||a==="LeftCenter"||a==="MiddleLeft")return $s;if(a==="Center")return nr;if(a==="Right"||a==="RightCenter"||a==="MiddleRight")return Xo;if(a==="BottomLeft")return Ns;if(a==="Bottom"||a==="BottomCenter"||a==="MiddleBottom")return Jo;if(a==="BottomRight")return Fs;if(a==="TopSide")return bl;if(a==="LeftSide")return Qa;if(a==="RightSide")return jo;if(a==="BottomSide")return da;if(a==="TopBottomSides")return ph;if(a==="LeftRightSides")return Yc;if(a==="TopLeftSides")return Al;if(a==="TopRightSides")return Zc;if(a==="BottomLeftSides")return ac;if(a==="BottomRightSides")return mh;if(a==="NotTopSide")return Wl;if(a==="NotLeftSide")return Oa;if(a==="NotRightSide")return vh;if(a==="NotBottomSide")return lc;if(a==="AllSides")return uc;if(a==="Default")return Mo;a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b!==void 0&&0<b.length&&(x=parseFloat(b));for(var E=0;a[y]==="";)y++;b=a[y++],b!==void 0&&0<b.length&&(E=parseFloat(b));for(var z=0;a[y]==="";)y++;b=a[y++],b!==void 0&&0<b.length&&(z=parseFloat(b));for(var nt=0;a[y]==="";)y++;return b=a[y++],b!==void 0&&0<b.length&&(nt=parseFloat(b)),new Nn(x,E,z,nt)}return new Nn}function Uo(a){return a.sb()?a.x.toString()+" "+a.y.toString()+" "+a.offsetX.toString()+" "+a.offsetY.toString():a.toString()}Kt.toString=function(){return this.sb()?this.offsetX===0&&this.offsetY===0?"Spot("+this.x+","+this.y+")":"Spot("+this.x+","+this.y+","+this.offsetX+","+this.offsetY+")":this.D(Yi)?"None":this.D(mr)?"TopLeft":this.D(Qr)?"Top":this.D(ca)?"TopRight":this.D($s)?"Left":this.D(nr)?"Center":this.D(Xo)?"Right":this.D(Ns)?"BottomLeft":this.D(Jo)?"Bottom":this.D(Fs)?"BottomRight":this.D(bl)?"TopSide":this.D(Qa)?"LeftSide":this.D(jo)?"RightSide":this.D(da)?"BottomSide":this.D(ph)?"TopBottomSides":this.D(Yc)?"LeftRightSides":this.D(Al)?"TopLeftSides":this.D(Zc)?"TopRightSides":this.D(ac)?"BottomLeftSides":this.D(mh)?"BottomRightSides":this.D(Wl)?"NotTopSide":this.D(Oa)?"NotLeftSide":this.D(vh)?"NotRightSide":this.D(lc)?"NotBottomSide":this.D(uc)?"AllSides":this.D(Mo)?"Default":"None"},Kt.D=function(a){return a instanceof Nn?(this.x===a.x||isNaN(this.x)&&isNaN(a.x))&&(this.y===a.y||isNaN(this.y)&&isNaN(a.y))&&this.offsetX===a.offsetX&&this.offsetY===a.offsetY:!1},Kt.gv=function(){return new Nn(.5-(this.x-.5),.5-(this.y-.5),-this.offsetX,-this.offsetY)},Kt.Hf=function(a){if(!this.$c())return!1;if(!a.$c())if(a.D(Gd))a=Qa;else if(a.D(hc))a=jo;else if(a.D(yh))a=bl;else if(a.D(Mu))a=da;else return!1;return a=a.offsetY,(this.offsetY&a)===a},Kt.sb=function(){return!isNaN(this.x)&&!isNaN(this.y)},Kt.Mc=function(){return isNaN(this.x)||isNaN(this.y)},Kt.$c=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===1&&this.offsetY!==0},Kt.ys=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===0&&this.offsetY===0},Kt.Xb=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===-1&&this.offsetY===0},Nn.alloc=function(){var a=ss.pop();return a===void 0?new Nn:a},Nn.free=function(a){ss.push(a)},Nn.prototype.isDefault=Nn.prototype.Xb,Nn.prototype.isNone=Nn.prototype.ys,Nn.prototype.isSide=Nn.prototype.$c,Nn.prototype.isNoSpot=Nn.prototype.Mc,Nn.prototype.isSpot=Nn.prototype.sb,Nn.prototype.includesSide=Nn.prototype.Hf,Nn.prototype.opposite=Nn.prototype.gv,Nn.prototype.equals=Nn.prototype.D,Nn.prototype.set=Nn.prototype.set,Nn.prototype.setTo=Nn.prototype.sg;var ss=[];Nn.className="Spot",Nn.parse=Os,Nn.stringify=Uo,Nn.None=Yi=jr(new Nn(0,0,0,0),0).ja(),Nn.Default=Mo=jr(new Nn(0,0,-1,0),-1).ja(),Nn.TopLeft=mr=new Nn(0,0,0,0).ja(),Nn.TopCenter=Qr=new Nn(.5,0,0,0).ja(),Nn.TopRight=ca=new Nn(1,0,0,0).ja(),Nn.LeftCenter=$s=new Nn(0,.5,0,0).ja(),Nn.Center=nr=new Nn(.5,.5,0,0).ja(),Nn.RightCenter=Xo=new Nn(1,.5,0,0).ja(),Nn.BottomLeft=Ns=new Nn(0,1,0,0).ja(),Nn.BottomCenter=Jo=new Nn(.5,1,0,0).ja(),Nn.BottomRight=Fs=new Nn(1,1,0,0).ja(),Nn.MiddleTop=Ds=Qr,Nn.MiddleLeft=Bs=$s,Nn.MiddleRight=Go=Xo,Nn.MiddleBottom=Qo=Jo,Nn.Top=yh=Qr,Nn.Left=Gd=$s,Nn.Right=hc=Xo,Nn.Bottom=Mu=Jo,Nn.TopSide=bl=jr(new Nn(0,0,1,1),1).ja(),Nn.LeftSide=Qa=jr(new Nn(0,0,1,2),1).ja(),Nn.RightSide=jo=jr(new Nn(0,0,1,4),1).ja(),Nn.BottomSide=da=jr(new Nn(0,0,1,8),1).ja(),Nn.TopBottomSides=ph=jr(new Nn(0,0,1,9),1).ja(),Nn.LeftRightSides=Yc=jr(new Nn(0,0,1,6),1).ja(),Nn.TopLeftSides=Al=jr(new Nn(0,0,1,3),1).ja(),Nn.TopRightSides=Zc=jr(new Nn(0,0,1,5),1).ja(),Nn.BottomLeftSides=ac=jr(new Nn(0,0,1,10),1).ja(),Nn.BottomRightSides=mh=jr(new Nn(0,0,1,12),1).ja(),Nn.NotTopSide=Wl=jr(new Nn(0,0,1,14),1).ja(),Nn.NotLeftSide=Oa=jr(new Nn(0,0,1,13),1).ja(),Nn.NotRightSide=vh=jr(new Nn(0,0,1,11),1).ja(),Nn.NotBottomSide=lc=jr(new Nn(0,0,1,7),1).ja(),Nn.AllSides=uc=jr(new Nn(0,0,1,15),1).ja(),Kr=new Nn(.156,.156).ja(),Nr=new Nn(.844,.844).ja(),Nn.parse=Os,Nn.stringify=Uo;function bi(){this.m11=1,this.m21=this.m12=0,this.m22=1,this.dy=this.dx=0}bi.prototype.set=function(a){return this.m11=a.m11,this.m12=a.m12,this.m21=a.m21,this.m22=a.m22,this.dx=a.dx,this.dy=a.dy,this},bi.prototype.setTransform=function(a,y,x,b,E,z){return this.m11=a,this.m12=y,this.m21=x,this.m22=b,this.dx=E,this.dy=z,this},bi.prototype.copy=function(){var a=new bi;return a.m11=this.m11,a.m12=this.m12,a.m21=this.m21,a.m22=this.m22,a.dx=this.dx,a.dy=this.dy,a},bi.prototype.toString=function(){return"Transform("+this.m11+","+this.m12+","+this.m21+","+this.m22+","+this.dx+","+this.dy+")"},bi.prototype.D=function(a){return this.m11===a.m11&&this.m12===a.m12&&this.m21===a.m21&&this.m22===a.m22&&this.dx===a.dx&&this.dy===a.dy},bi.prototype.ws=function(){return this.dx===0&&this.dy===0&&this.m11===1&&this.m12===0&&this.m21===0&&this.m22===1},bi.prototype.reset=function(){return this.m11=1,this.m21=this.m12=0,this.m22=1,this.dy=this.dx=0,this},bi.prototype.multiply=function(a){var y=this.m11*a.m11+this.m21*a.m12,x=this.m12*a.m11+this.m22*a.m12,b=this.m11*a.m21+this.m21*a.m22,E=this.m12*a.m21+this.m22*a.m22;return this.dx=this.m11*a.dx+this.m21*a.dy+this.dx,this.dy=this.m12*a.dx+this.m22*a.dy+this.dy,this.m11=y,this.m12=x,this.m21=b,this.m22=E,this},bi.prototype.bv=function(a){var y=1/(a.m11*a.m22-a.m12*a.m21),x=a.m22*y,b=-a.m12*y,E=-a.m21*y,z=a.m11*y,nt=y*(a.m21*a.dy-a.m22*a.dx);return a=y*(a.m12*a.dx-a.m11*a.dy),y=this.m11*x+this.m21*b,x=this.m12*x+this.m22*b,b=this.m11*E+this.m21*z,E=this.m12*E+this.m22*z,this.dx=this.m11*nt+this.m21*a+this.dx,this.dy=this.m12*nt+this.m22*a+this.dy,this.m11=y,this.m12=x,this.m21=b,this.m22=E,this},bi.prototype.Vj=function(){var a=1/(this.m11*this.m22-this.m12*this.m21),y=-this.m12*a,x=-this.m21*a,b=this.m11*a,E=a*(this.m21*this.dy-this.m22*this.dx),z=a*(this.m12*this.dx-this.m11*this.dy);return this.m11=this.m22*a,this.m12=y,this.m21=x,this.m22=b,this.dx=E,this.dy=z,this},bi.prototype.rotate=function(a,y,x){if(360<=a?a-=360:0>a&&(a+=360),a===0)return this;if(this.translate(y,x),a===90){a=0;var b=1}else a===180?(a=-1,b=0):a===270?(a=0,b=-1):(b=a*Math.PI/180,a=Math.cos(b),b=Math.sin(b));var E=this.m12*a+this.m22*b,z=this.m11*-b+this.m21*a,nt=this.m12*-b+this.m22*a;return this.m11=this.m11*a+this.m21*b,this.m12=E,this.m21=z,this.m22=nt,this.translate(-y,-x),this},Kt=bi.prototype,Kt.translate=function(a,y){return this.dx+=this.m11*a+this.m21*y,this.dy+=this.m12*a+this.m22*y,this},Kt.scale=function(a,y){return y===void 0&&(y=a),this.m11*=a,this.m12*=a,this.m21*=y,this.m22*=y,this},Kt.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)},Kt.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))},Kt.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))},Kt.pp=function(a){var y=a.x,x=a.y,b=y+a.width,E=x+a.height,z=this.m11,nt=this.m12,rt=this.m21,st=this.m22,ht=this.dx,dt=this.dy,vt=y*z+x*rt+ht,Nt=y*nt+x*st+dt,Wt=b*z+x*rt+ht,Ht=b*nt+x*st+dt;return x=y*z+E*rt+ht,y=y*nt+E*st+dt,z=b*z+E*rt+ht,b=b*nt+E*st+dt,E=Math.min(vt,Wt),vt=Math.max(vt,Wt),Wt=Math.min(Nt,Ht),Nt=Math.max(Nt,Ht),E=Math.min(E,x),vt=Math.max(vt,x),Wt=Math.min(Wt,y),Nt=Math.max(Nt,y),E=Math.min(E,z),vt=Math.max(vt,z),Wt=Math.min(Wt,b),Nt=Math.max(Nt,b),a.h(E,Wt,vt-E,Nt-Wt),a},bi.alloc=function(){var a=Ia.pop();return a===void 0?new bi:a},bi.free=function(a){Ia.push(a)},bi.prototype.transformRect=bi.prototype.pp,bi.prototype.transformPoint=bi.prototype.Ga,bi.prototype.scale=bi.prototype.scale,bi.prototype.translate=bi.prototype.translate,bi.prototype.rotate=bi.prototype.rotate,bi.prototype.invert=bi.prototype.Vj,bi.prototype.multiplyInverted=bi.prototype.bv,bi.prototype.multiply=bi.prototype.multiply,bi.prototype.reset=bi.prototype.reset,bi.prototype.isIdentity=bi.prototype.ws,bi.prototype.equals=bi.prototype.D,bi.prototype.setTransform=bi.prototype.setTransform,bi.prototype.set=bi.prototype.set;var Ia=[];bi.className="Transform",bi.xF="54a702f3e53909c447824c6706603faf4c";var Re={AA:"7da71ca0ad381e90",wg:(Math.sqrt(2)-1)/3*4,Uv:null,sqrt:function(a){if(0>=a)return 0;var y=Re.Uv;if(y===null){y=[];for(var x=0;2e3>=x;x++)y[x]=Math.sqrt(x);Re.Uv=y}return 1>a?(x=1/a,2e3>=x?1/y[x|0]:Math.sqrt(a)):2e3>=a?y[a|0]:Math.sqrt(a)},B:function(a,y){return a-=y,.5>a&&-.5<a},$:function(a,y){return a-=y,5e-8>a&&-5e-8<a},Yb:function(a,y,x,b,E,z,nt){if(0>=E&&(E=1e-6),a<x)var rt=a,st=x;else rt=x,st=a;if(y<b)var ht=y,dt=b;else ht=b,dt=y;if(a===x)return ht<=nt&&nt<=dt&&a-E<=z&&z<=a+E;if(y===b)return rt<=z&&z<=st&&y-E<=nt&&nt<=y+E;if(st+=E,rt-=E,rt<=z&&z<=st&&(dt+=E,ht-=E,ht<=nt&&nt<=dt))if(st-rt>dt-ht)if(a-x>E||x-a>E){if(z=(b-y)/(x-a)*(z-a)+y,z-E<=nt&&nt<=z+E)return!0}else return!0;else if(y-b>E||b-y>E){if(nt=(x-a)/(b-y)*(nt-y)+a,nt-E<=z&&z<=nt+E)return!0}else return!0;return!1},cs:function(a,y,x,b,E,z,nt,rt,st,ht,dt,vt){if(Re.Yb(a,y,nt,rt,vt,x,b)&&Re.Yb(a,y,nt,rt,vt,E,z))return Re.Yb(a,y,nt,rt,vt,ht,dt);var Nt=(a+x)/2,Wt=(y+b)/2,Ht=(x+E)/2,ne=(b+z)/2;E=(E+nt)/2,z=(z+rt)/2,b=(Nt+Ht)/2,x=(Wt+ne)/2,Ht=(Ht+E)/2,ne=(ne+z)/2;var ve=(b+Ht)/2,de=(x+ne)/2;return Re.cs(a,y,Nt,Wt,b,x,ve,de,st,ht,dt,vt)||Re.cs(ve,de,Ht,ne,E,z,nt,rt,st,ht,dt,vt)},ax:function(a,y,x,b,E,z,nt,rt,st){var ht=(x+E)/2,dt=(b+z)/2;return st.h((((a+x)/2+ht)/2+(ht+(E+nt)/2)/2)/2,(((y+b)/2+dt)/2+(dt+(z+rt)/2)/2)/2),st},My:function(a,y,x,b,E,z,nt,rt){var st=(x+E)/2,ht=(b+z)/2;return Di(((a+x)/2+st)/2,((y+b)/2+ht)/2,(st+(E+nt)/2)/2,(ht+(z+rt)/2)/2)},Dl:function(a,y,x,b,E,z,nt,rt,st,ht){if(Re.Yb(a,y,nt,rt,st,x,b)&&Re.Yb(a,y,nt,rt,st,E,z))Zr(ht,a,y,0,0),Zr(ht,nt,rt,0,0);else{var dt=(a+x)/2,vt=(y+b)/2,Nt=(x+E)/2,Wt=(b+z)/2;E=(E+nt)/2,z=(z+rt)/2,b=(dt+Nt)/2,x=(vt+Wt)/2,Nt=(Nt+E)/2,Wt=(Wt+z)/2;var Ht=(b+Nt)/2,ne=(x+Wt)/2;Re.Dl(a,y,dt,vt,b,x,Ht,ne,st,ht),Re.Dl(Ht,ne,Nt,Wt,E,z,nt,rt,st,ht)}return ht},Qe:function(a,y,x,b,E,z,nt,rt,st,ht){if(Re.Yb(a,y,nt,rt,st,x,b)&&Re.Yb(a,y,nt,rt,st,E,z))ht.length===0&&(ht.push(a),ht.push(y)),ht.push(nt),ht.push(rt);else{var dt=(a+x)/2,vt=(y+b)/2,Nt=(x+E)/2,Wt=(b+z)/2;E=(E+nt)/2,z=(z+rt)/2,b=(dt+Nt)/2,x=(vt+Wt)/2,Nt=(Nt+E)/2,Wt=(Wt+z)/2;var Ht=(b+Nt)/2,ne=(x+Wt)/2;Re.Qe(a,y,dt,vt,b,x,Ht,ne,st,ht),Re.Qe(Ht,ne,Nt,Wt,E,z,nt,rt,st,ht)}return ht},jv:function(a,y,x,b,E,z,nt,rt,st,ht){if(Re.Yb(a,y,E,z,ht,x,b))return Re.Yb(a,y,E,z,ht,rt,st);var dt=(a+x)/2,vt=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var Nt=(dt+x)/2,Wt=(vt+b)/2;return Re.jv(a,y,dt,vt,Nt,Wt,nt,rt,st,ht)||Re.jv(Nt,Wt,x,b,E,z,nt,rt,st,ht)},OA:function(a,y,x,b,E,z,nt){return nt.h(((a+x)/2+(x+E)/2)/2,((y+b)/2+(b+z)/2)/2),nt},iv:function(a,y,x,b,E,z,nt,rt){if(Re.Yb(a,y,E,z,nt,x,b))Zr(rt,a,y,0,0),Zr(rt,E,z,0,0);else{var st=(a+x)/2,ht=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var dt=(st+x)/2,vt=(ht+b)/2;Re.iv(a,y,st,ht,dt,vt,nt,rt),Re.iv(dt,vt,x,b,E,z,nt,rt)}return rt},ep:function(a,y,x,b,E,z,nt,rt){if(Re.Yb(a,y,E,z,nt,x,b))rt.length===0&&(rt.push(a),rt.push(y)),rt.push(E),rt.push(z);else{var st=(a+x)/2,ht=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var dt=(st+x)/2,vt=(ht+b)/2;Re.ep(a,y,st,ht,dt,vt,nt,rt),Re.ep(dt,vt,x,b,E,z,nt,rt)}return rt},Eo:function(a,y,x,b,E,z,nt,rt,st,ht,dt,vt,Nt,Wt){if(Re.Yb(a,y,nt,rt,Nt,x,b)&&Re.Yb(a,y,nt,rt,Nt,E,z))return!Re.Rl(a,y,nt,rt,st,ht,dt,vt)||(Nt=(a-nt)*(ht-vt)-(y-rt)*(st-dt),Nt===0)?!1:(Wt.h(((a*rt-y*nt)*(st-dt)-(a-nt)*(st*vt-ht*dt))/Nt,((a*rt-y*nt)*(ht-vt)-(y-rt)*(st*vt-ht*dt))/Nt),!0);var Ht=(a+x)/2,ne=(y+b)/2,ve=(x+E)/2,de=(b+z)/2;E=(E+nt)/2,z=(z+rt)/2,b=(Ht+ve)/2,x=(ne+de)/2,ve=(ve+E)/2,de=(de+z)/2;var Pe=(b+ve)/2,be=(x+de)/2,Ee=1/0,Be=!1,Ye=0,Ln=0;return Re.Eo(a,y,Ht,ne,b,x,Pe,be,st,ht,dt,vt,Nt,Wt)&&(a=(Wt.x-st)*(Wt.x-st)+(Wt.y-ht)*(Wt.y-ht),a<Ee&&(Ee=a,Be=!0,Ye=Wt.x,Ln=Wt.y)),Re.Eo(Pe,be,ve,de,E,z,nt,rt,st,ht,dt,vt,Nt,Wt)&&(Wt.x-st)*(Wt.x-st)+(Wt.y-ht)*(Wt.y-ht)<Ee&&(Be=!0,Ye=Wt.x,Ln=Wt.y),Be&&(Wt.x=Ye,Wt.y=Ln),Be},Fo:function(a,y,x,b,E,z,nt,rt,st,ht,dt,vt,Nt){var Wt=0;if(Re.Yb(a,y,nt,rt,Nt,x,b)&&Re.Yb(a,y,nt,rt,Nt,E,z)){if(Nt=(a-nt)*(ht-vt)-(y-rt)*(st-dt),Nt===0)return Wt;var Ht=((a*rt-y*nt)*(st-dt)-(a-nt)*(st*vt-ht*dt))/Nt,ne=((a*rt-y*nt)*(ht-vt)-(y-rt)*(st*vt-ht*dt))/Nt;if(Ht>=dt)return Wt;if((st>dt?st-dt:dt-st)<(ht>vt?ht-vt:vt-ht)){if(y<rt?(st=y,a=rt):(st=rt,a=y),ne<st||ne>a)return Wt}else if(a<nt?(st=a,a=nt):st=nt,Ht<st||Ht>a)return Wt;0<Nt?Wt++:0>Nt&&Wt--}else{Ht=(a+x)/2,ne=(y+b)/2;var ve=(x+E)/2,de=(b+z)/2;E=(E+nt)/2,z=(z+rt)/2,b=(Ht+ve)/2,x=(ne+de)/2,ve=(ve+E)/2,de=(de+z)/2;var Pe=(b+ve)/2,be=(x+de)/2;Wt+=Re.Fo(a,y,Ht,ne,b,x,Pe,be,st,ht,dt,vt,Nt),Wt+=Re.Fo(Pe,be,ve,de,E,z,nt,rt,st,ht,dt,vt,Nt)}return Wt},qh:function(a,y,x,b,E,z,nt){return Re.$(a,x)?(y<b?(x=y,y=b):x=b,z<x?(nt.h(a,x),!1):z>y?(nt.h(a,y),!1):(nt.h(a,z),!0)):Re.$(y,b)?(a<x?(b=a,a=x):b=x,E<b?(nt.h(b,y),!1):E>a?(nt.h(a,y),!1):(nt.h(E,y),!0)):(E=((a-E)*(a-x)+(y-z)*(y-b))/((x-a)*(x-a)+(b-y)*(b-y)),-5e-6>E?(nt.h(a,y),!1):1.000005<E?(nt.h(x,b),!1):(nt.h(a+E*(x-a),y+E*(b-y)),!0))},Ve:function(a,y,x,b,E,z,nt,rt,st){return Re.B(a,x)&&Re.B(y,b)?(st.h(a,y),!1):Re.$(E,nt)?Re.$(a,x)?(Re.qh(a,y,x,b,E,z,st),!1):Re.qh(a,y,x,b,E,(b-y)/(x-a)*(E-a)+y,st):(rt=(rt-z)/(nt-E),Re.$(a,x)?(x=rt*(a-E)+z,y<b?(E=y,y=b):E=b,x<E?(st.h(a,E),!1):x>y?(st.h(a,y),!1):(st.h(a,x),!0)):(nt=(b-y)/(x-a),Re.$(rt,nt)?(Re.qh(a,y,x,b,E,z,st),!1):(E=(nt*a-rt*E+z-y)/(nt-rt),Re.$(nt,0)?(a<x?(b=a,a=x):b=x,E<b?(st.h(b,y),!1):E>a?(st.h(a,y),!1):(st.h(E,y),!0)):Re.qh(a,y,x,b,E,nt*(E-a)+y,st))))},MA:function(a,y,x,b,E){return Re.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,nt,rt,st,ht){function dt(ve,de){var Pe=(ve-a)*(ve-a)+(de-y)*(de-y);Pe<vt&&(vt=Pe,st.h(ve,de))}var vt=1/0;dt(st.x,st.y);var Nt=0,Wt=0,Ht=0,ne=0;if(E<nt?(Nt=E,Wt=nt):(Nt=nt,Wt=E),z<rt?(Ht=E,ne=nt):(Ht=nt,ne=E),Nt=(Wt-Nt)/2+ht,ht=(ne-Ht)/2+ht,E=(E+nt)/2,z=(z+rt)/2,Nt===0||ht===0)return st;if(.5>(x>a?x-a:a-x)){if(Nt=1-(x-E)*(x-E)/(Nt*Nt),0>Nt)return st;Nt=Math.sqrt(Nt),b=-ht*Nt+z,dt(x,ht*Nt+z),dt(x,b)}else{if(x=(b-y)/(x-a),b=1/(Nt*Nt)+x*x/(ht*ht),rt=2*x*(y-x*a)/(ht*ht)-2*x*z/(ht*ht)-2*E/(Nt*Nt),Nt=rt*rt-4*b*(2*x*a*z/(ht*ht)-2*y*z/(ht*ht)+z*z/(ht*ht)+E*E/(Nt*Nt)-1+(y-x*a)*(y-x*a)/(ht*ht)),0>Nt)return st;Nt=Math.sqrt(Nt),ht=(-rt+Nt)/(2*b),dt(ht,x*ht-x*a+y),Nt=(-rt-Nt)/(2*b),dt(Nt,x*Nt-x*a+y)}return st},Ff:function(a,y,x,b,E,z,nt,rt,st){var ht=1e21,dt=a,vt=y;if(Re.Ve(a,y,a,b,E,z,nt,rt,st)){var Nt=(st.x-E)*(st.x-E)+(st.y-z)*(st.y-z);Nt<ht&&(ht=Nt,dt=st.x,vt=st.y)}return Re.Ve(x,y,x,b,E,z,nt,rt,st)&&(Nt=(st.x-E)*(st.x-E)+(st.y-z)*(st.y-z),Nt<ht&&(ht=Nt,dt=st.x,vt=st.y)),Re.Ve(a,y,x,y,E,z,nt,rt,st)&&(y=(st.x-E)*(st.x-E)+(st.y-z)*(st.y-z),y<ht&&(ht=y,dt=st.x,vt=st.y)),Re.Ve(a,b,x,b,E,z,nt,rt,st)&&(a=(st.x-E)*(st.x-E)+(st.y-z)*(st.y-z),a<ht&&(ht=a,dt=st.x,vt=st.y)),st.h(dt,vt),1e21>ht},us:function(a,y,x){return Re.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,nt,rt){var st=a+x,ht=y+b;return E===nt?(z<rt?(nt=z,z=rt):nt=rt,a<=E&&E<=st&&nt<=ht&&z>=y):z===rt?(E<nt?(rt=E,E=nt):rt=nt,y<=z&&z<=ht&&rt<=st&&E>=a):!!(Ro(a,y,x,b,E,z)||Ro(a,y,x,b,nt,rt)||Re.Rl(a,y,st,y,E,z,nt,rt)||Re.Rl(st,y,st,ht,E,z,nt,rt)||Re.Rl(st,ht,a,ht,E,z,nt,rt)||Re.Rl(a,ht,a,y,E,z,nt,rt))},Rl:function(a,y,x,b,E,z,nt,rt){return a===x&&y===b&&E===nt&&z===rt?a===E&&y===z:0>=Re.Fl(a,y,x,b,E,z)*Re.Fl(a,y,x,b,nt,rt)&&0>=Re.Fl(E,z,nt,rt,a,y)*Re.Fl(E,z,nt,rt,x,b)},Fl:function(a,y,x,b,E,z){return x-=a,b-=y,a=E-a,y=z-y,z=a*b-y*x,z===0&&(z=a*x+y*b,0<z&&(z=(a-x)*x+(y-b)*b,0>z&&(z=0))),z},bp:function(a){return 0>a&&(a+=360),360<=a&&(a-=360),a},jx:function(a,y,x,b,E,z){var nt=Math.PI;z||(b*=nt/180,E*=nt/180);var rt=b>E?-1:1;z=[];var st=nt/2,ht=b;if(b=Math.min(2*nt,Math.abs(E-b)),1e-5>b)return st=ht+rt*Math.min(b,st),rt=a+x*Math.cos(ht),ht=y+x*Math.sin(ht),a+=x*Math.cos(st),y+=x*Math.sin(st),x=(rt+a)/2,st=(ht+y)/2,z.push([rt,ht,x,st,x,st,a,y]),z;for(;1e-5<b;)E=ht+rt*Math.min(b,st),z.push(Re.Vy(x,ht,E,a,y)),b-=Math.abs(E-ht),ht=E;return z},Vy:function(a,y,x,b,E){var z=(x-y)/2,nt=a*Math.cos(z),rt=a*Math.sin(z),st=-rt,ht=nt*nt+st*st,dt=ht+nt*nt+st*rt;return ht=4/3*(Math.sqrt(2*ht*dt)-dt)/(nt*rt-st*nt),rt=nt-ht*st,nt=st+ht*nt,st=-nt,ht=z+y,z=Math.cos(ht),ht=Math.sin(ht),[b+a*Math.cos(y),E+a*Math.sin(y),b+rt*z-nt*ht,E+rt*ht+nt*z,b+rt*z-st*ht,E+rt*ht+st*z,b+a*Math.cos(x),E+a*Math.sin(x)]},No:function(a,y,x,b,E,z,nt){x=Math.floor((a-x)/E)*E+x,b=Math.floor((y-b)/z)*z+b;var rt=x;return x+E-a<E/2&&(rt=x+E),a=b,b+z-y<z/2&&(a=b+z),nt.h(rt,a),nt},vx:function(a,y){var x=Math.max(a,y);a=Math.min(a,y);var b;do y=x%a,x=b=a,a=y;while(0<y);return b},$y:function(a,y,x,b){var E=0>x,z=0>b;if(a<y)var nt=1,rt=0;else nt=0,rt=1;var st=nt===0?a:y,ht=nt===0?x:b;return(nt===0?E:z)&&(ht=-ht),nt=rt,x=nt===0?x:b,(nt===0?E:z)&&(x=-x),Re.az(st,nt===0?a:y,ht,x,0,0)},az:function(a,y,x,b,E,z){if(0<b)if(0<x){E=a*a,z=y*y,a*=x;var nt=y*b,rt=-z+nt,st=-z+Math.sqrt(a*a+nt*nt);y=rt;for(var ht=0;9999999999>ht&&(y=.5*(rt+st),!(y===rt||y===st));++ht){var dt=a/(y+E),vt=nt/(y+z);if(dt=dt*dt+vt*vt-1,0<dt)rt=y;else if(0>dt)st=y;else break}x=E*x/(y+E)-x,b=z*b/(y+z)-b,x=Math.sqrt(x*x+b*b)}else x=Math.abs(b-y);else b=a*a-y*y,z=a*x,z<b?(b=z/b,z=y*Math.sqrt(Math.abs(1-b*b)),x=a*b-x,x=Math.sqrt(x*x+z*z)):x=Math.abs(x-a);return x},Ze:new ni,um:new ni,Mf:new ni,Nf:0,vm:100};Re.za=Re.AA;function Sn(a){si(this),this.l=2,a===void 0&&(a=Sn.o),this.na=a,this.Ec=this.Dc=this.pd=this.od=0,a===Sn.o?this.ee=new fn:(Sn.V===null&&(Sn.V=new fn().freeze()),this.ee=Sn.V),this.aq=this.ee.Ja,this.Ip=new en().freeze(),this.ym=this.tk=null,this.zm=NaN,this.fg=mr,this.gg=Fs,this.Rk=this.Sk=NaN,this.Uf=cn}Sn.prototype.copy=function(){var a=new Sn;if(a.l=this.l&-2,a.na=this.na,a.od=this.od,a.pd=this.pd,a.Dc=this.Dc,a.Ec=this.Ec,this.na===Sn.o){for(var y=this.ee.s,x=a.ee,b=0;b<y.length;b++)x.add(y[b].copy());a.ee=x}else a.ee=this.ee;return a.aq=this.aq,a.Ip.assign(this.Ip),a.tk=this.tk,a.ym=this.ym,a.zm=this.zm,a.fg=this.fg.J(),a.gg=this.gg.J(),a.Sk=this.Sk,a.Rk=this.Rk,a.Uf=this.Uf,a},Sn.prototype.ja=function(){return this.freeze(),Object.freeze(this),this},Sn.prototype.freeze=function(){if(this._isFrozen=!0,this.type!==Sn.o)return this;var a=this.figures;a.freeze(),a=a.s;for(var y=a.length,x=0;x<y;x++)a[x].freeze();return this},Sn.prototype.ka=function(){if(Object.isFrozen(this)&&Le("cannot thaw constant: "+this),this._isFrozen=!1,this.type!==Sn.o)return this;var a=this.figures;a.ka(),a=a.s;for(var y=a.length,x=0;x<y;x++)a[x].ka();return this},Sn.prototype.Xa=function(a){if(!(a instanceof Sn))return!1;if(this.type!==a.type)return this.type===Sn.j&&a.type===Sn.o?Gl(this,a):a.type===Sn.j&&this.type===Sn.o?Gl(a,this):!1;if(this.type===Sn.o){var y=this.figures.s;a=a.figures.s;var x=y.length;if(x!==a.length)return!1;for(var b=0;b<x;b++)if(!y[b].Xa(a[b]))return!1;return!0}return Re.B(this.startX,a.startX)&&Re.B(this.startY,a.startY)&&Re.B(this.endX,a.endX)&&Re.B(this.endY,a.endY)};function Gl(a,y){return a.type!==Sn.j||y.type!==Sn.o?!1:!!(y.figures.count===1&&(y=y.figures.M(0),y.segments.count===1&&Re.B(a.startX,y.startX)&&Re.B(a.startY,y.startY)&&(y=y.segments.M(0),y.type===Lr&&Re.B(a.endX,y.endX)&&Re.B(a.endY,y.endY))))}Sn.ia=function(a){return a.toString()},Sn.prototype.qb=function(a){a.classType===Sn&&(this.type=a)},Sn.prototype.toString=function(a){switch(a===void 0&&(a=-1),this.type){case Sn.j:return 0>a?"M"+this.startX.toString()+" "+this.startY.toString()+"L"+this.endX.toString()+" "+this.endY.toString():"M"+this.startX.toFixed(a)+" "+this.startY.toFixed(a)+"L"+this.endX.toFixed(a)+" "+this.endY.toFixed(a);case Sn.u:var y=new en(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 Sn.F:if(y=new en(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 Sn.o:y="",x=this.figures.s;for(var b=x.length,E=0;E<b;E++){var z=x[E];0<E&&(y+=" x "),z.isFilled&&(y+="F "),y+=z.toString(a)}return y;default:return this.type.toString()}},Sn.nb=function(a){a=a.split(/[Xx]/);for(var y=a.length,x="",b=0;b<y;b++){var E=a[b];x=E.match(/[Ff]/)!==null?b===0?x+E:x+("X"+(E[0]===" "?"":" ")+E):x+((b===0?"":"X ")+"F"+(E[0]===" "?"":" ")+E)}return x},Sn.parse=function(a,y){function x(){return ne>=Ee-1?!0:ht[ne+1].match(Be)!==null}function b(){return ne++,ht[ne]}function E(mi){var ci=parseFloat(b()),rr=parseFloat(b());ve===ve.toLowerCase()&&(ci=be.x+ci,rr=be.y+rr),mi.h(ci,rr)}function z(){return E(be),be}function nt(){return E(Pe),Pe}function rt(){var mi=de.toLowerCase();return mi!=="c"&&mi!=="s"&&mi!=="q"&&mi!=="t"?be:new ye(2*be.x-Pe.x,2*be.y-Pe.y)}y===void 0&&(y=!1);var st=/([UuBbMmZzLlHhVvCcSsQqTtAaFfXx])([UuBbMmZzLlHhVvCcSsQqTtAaFfXx])/gm;a=a.replace(/,/gm," "),a=a.replace(st,"$1 $2"),a=a.replace(st,"$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 ht=a.split(" ");for(a=0;a<ht.length;a++){var dt=ht[a];if(dt.match(/(\.[0-9]*)(\.)/gm)!==null){st=Vn();for(var vt="",Nt=!1,Wt=0;Wt<dt.length;Wt++){var Ht=dt[Wt];Ht!=="."||Nt?Ht==="."?(st.push(vt),vt="."):vt+=Ht:(Nt=!0,vt+=Ht)}for(st.push(vt),ht.splice(a,1),dt=0;dt<st.length;dt++)ht.splice(a+dt,0,st[dt]);a+=st.length-1,Tn(st)}}var ne=-1,ve="",de="";st=new ye(0,0);var Pe=new ye(0,0),be=new ye(0,0),Ee=ht.length;a=N1(null),Nt=vt=dt=!1,Wt=!0,Ht=null;for(var Be=/[UuBbMmZzLlHhVvCcSsQqTtAaFfXx]/;!(ne>=Ee-1);)if(de=ve,ve=b(),ve!=="")switch(ve.toUpperCase()){case"X":Wt=!0,vt=dt=!1;break;case"M":for(Ht=z(),a.mc===null||Wt===!0?(Ef(a,Ht.x,Ht.y,dt,!vt,Nt),Wt=!1):a.moveTo(Ht.x,Ht.y),st.assign(be);!x();)Ht=z(),a.lineTo(Ht.x,Ht.y);break;case"L":for(;!x();)Ht=z(),a.lineTo(Ht.x,Ht.y);break;case"H":for(;!x();)be=new ye((ve===ve.toLowerCase()?be.x:0)+parseFloat(b()),be.y),a.lineTo(be.x,be.y);break;case"V":for(;!x();)be=new ye(be.x,(ve===ve.toLowerCase()?be.y:0)+parseFloat(b())),a.lineTo(be.x,be.y);break;case"C":for(;!x();){Ht=new ye,E(Ht);var Ye=nt(),Ln=z();Qu(a,Ht.x,Ht.y,Ye.x,Ye.y,Ln.x,Ln.y)}break;case"S":for(;!x();)Ht=rt(),Ye=nt(),Ln=z(),Qu(a,Ht.x,Ht.y,Ye.x,Ye.y,Ln.x,Ln.y);break;case"Q":for(;!x();)Ht=nt(),Ye=z(),Rm(a,Ht.x,Ht.y,Ye.x,Ye.y);break;case"T":for(;!x();)Pe=Ht=rt(),Ye=z(),Rm(a,Ht.x,Ht.y,Ye.x,Ye.y);break;case"B":for(;!x();){Ht=parseFloat(b()),Ye=parseFloat(b()),Ln=parseFloat(b());var _n=parseFloat(b()),jn=parseFloat(b()),mn=jn,ln=!1;x()||(mn=parseFloat(b()),x()||(ln=parseFloat(b())!==0)),ve===ve.toLowerCase()&&(Ln+=be.x,_n+=be.y),a.arcTo(Ht,Ye,Ln,_n,jn,mn,ln)}break;case"A":for(;!x();)Ht=Math.abs(parseFloat(b())),Ye=Math.abs(parseFloat(b())),Ln=parseFloat(b()),jn=_n=!1,ln=mn=0,mn=b(),mn.length===1?(_n=!!parseFloat(mn),jn=!!parseFloat(b()),mn=parseFloat(b())):mn.length===2?(_n=!!parseFloat(mn[0]),jn=!!parseFloat(mn[1]),mn=parseFloat(b())):(_n=!!parseFloat(mn[0]),jn=!!parseFloat(mn[1]),mn=parseFloat(mn.slice(2))),ln=parseFloat(b()),ve===ve.toLowerCase()&&(mn=be.x+mn,ln=be.y+ln),be.h(mn,ln),Cx(a,Ht,Ye,Ln,_n,jn,mn,ln);break;case"Z":Px(a),be.assign(st);break;case"F":for(Ht="",Ye=1;ht[ne+Ye];)if(ht[ne+Ye]==="0")Nt=!0,Ye++;else if(ht[ne+Ye].match(/[Uu]/)!==null)Ye++;else if(ht[ne+Ye].match(Be)===null)Ye++;else{Ht=ht[ne+Ye];break}Ht.match(/[Mm]/)?dt=!0:0<a.mc.segments.length&&(a.mc.isFilled=!0);break;case"U":for(Ht="",Ye=1;ht[ne+Ye];)if(ht[ne+Ye].match(/[Ff]/)!==null)Ye++;else if(ht[ne+Ye].match(Be)===null)Ye++;else{Ht=ht[ne+Ye];break}Ht.match(/[Mm]/)?vt=!0:a.mc.isShadowed=!1}if(st=a.os,jm=a,y)for(y=st.figures.iterator;y.next();)y.value.isFilled=!0;return st},Sn.Ha=function(a,y){for(var x=a.length,b=ye.alloc(),E=0;E<x;E++){var z=a[E];b.x=z[0],b.y=z[1],y.Ga(b),z[0]=b.x,z[1]=b.y,b.x=z[2],b.y=z[3],y.Ga(b),z[2]=b.x,z[3]=b.y,b.x=z[4],b.y=z[5],y.Ga(b),z[4]=b.x,z[5]=b.y,b.x=z[6],b.y=z[7],y.Ga(b),z[6]=b.x,z[7]=b.y}ye.free(b)},Sn.prototype.Zu=function(){if(this._isInvalidBounds)return!0;if(this.type===Sn.o){if(this.aq!==this.figures.Ja)return!0;for(var a=this.figures.s,y=a.length,x=0;x<y;x++)if(a[x].Zu())return!0}return!1},Sn.prototype.computeBounds=function(){if(this._isInvalidBounds=!1,this.ym=this.tk=null,this.zm=NaN,this.type===Sn.o){this.aq=this.figures.Ja;for(var a=this.figures.s,y=a.length,x=0;x<y;x++){var b=a[x];b._isInvalidBounds=!1;var E=b.segments;b.sr=E.Ja,b=E.s,E=b.length;for(var z=0;z<E;z++){var nt=b[z];nt._isInvalidBounds=!1,nt.ae=null}}}a=this.Ip,a.ka(),isNaN(this.Sk)||isNaN(this.Rk)?a.h(0,0,0,0):a.h(0,0,this.Sk,this.Rk),Sh(this,a,!1),Zr(a,0,0,0,0),a.freeze()},Sn.prototype.ix=function(){var a=new en;return Sh(this,a,!0),a};function Sh(a,y,x){switch(a.type){case Sn.j:case Sn.u:case Sn.F:x?y.h(a.od,a.pd,0,0):Zr(y,a.od,a.pd,0,0),Zr(y,a.Dc,a.Ec,0,0);break;case Sn.o:var b=a.figures;a=b.s,b=b.length;for(var E=0;E<b;E++){var z=a[E];x&&E===0?y.h(z.startX,z.startY,0,0):Zr(y,z.startX,z.startY,0,0);for(var nt=z.segments.s,rt=nt.length,st=z.startX,ht=z.startY,dt=0;dt<rt;dt++){var vt=nt[dt];switch(vt.type){case Lr:case Po:st=vt.endX,ht=vt.endY,Zr(y,st,ht,0,0);break;case _o:Re.Dl(st,ht,vt.point1X,vt.point1Y,vt.point2X,vt.point2Y,vt.endX,vt.endY,.5,y),st=vt.endX,ht=vt.endY;break;case fa:Re.iv(st,ht,vt.point1X,vt.point1Y,vt.endX,vt.endY,.5,y),st=vt.endX,ht=vt.endY;break;case ho:case Pa:var Nt=vt.type===ho?ta(vt,z):ja(vt,z,st,ht),Wt=Nt.length;if(Wt===0){st=vt.type===ho?vt.centerX:vt.endX,ht=vt.type===ho?vt.centerY:vt.endY,Zr(y,st,ht,0,0);break}vt=null;for(var Ht=0;Ht<Wt;Ht++)vt=Nt[Ht],Re.Dl(vt[0],vt[1],vt[2],vt[3],vt[4],vt[5],vt[6],vt[7],.5,y);vt!==null&&(st=vt[6],ht=vt[7]);break;default:Le("Unknown Segment type: "+vt.type)}}}break;default:Le("Unknown Geometry type: "+a.type)}}Sn.prototype.normalize=function(){this._isFrozen&&nn(this);var a=this.ix();return this.offset(-a.x,-a.y),new ye(-a.x,-a.y)},Sn.prototype.offset=function(a,y){return this._isFrozen&&nn(this),this.transform(1,0,0,1,a,y),this},Sn.prototype.scale=function(a,y){return this._isFrozen&&nn(this),this.transform(a,0,0,y,0,0),this},Sn.prototype.rotate=function(a,y,x){this._isFrozen&&nn(this),y===void 0&&(y=0),x===void 0&&(x=0);var b=bi.alloc();return b.reset(),b.rotate(a,y,x),this.transform(b.m11,b.m12,b.m21,b.m22,b.dx,b.dy),bi.free(b),this},Kt=Sn.prototype,Kt.transform=function(a,y,x,b,E,z){switch(this.type){case Sn.j:case Sn.u:case Sn.F:var nt=this.od,rt=this.pd;this.od=nt*a+rt*x+E,this.pd=nt*y+rt*b+z,nt=this.Dc,rt=this.Ec,this.Dc=nt*a+rt*x+E,this.Ec=nt*y+rt*b+z;break;case Sn.o:for(var st=this.figures.s,ht=st.length,dt=0;dt<ht;dt++){var vt=st[dt];nt=vt.startX,rt=vt.startY,vt.startX=nt*a+rt*x+E,vt.startY=nt*y+rt*b+z,vt=vt.segments.s;for(var Nt=vt.length,Wt=0;Wt<Nt;Wt++){var Ht=vt[Wt];switch(Ht.type){case Lr:case Po:nt=Ht.endX,rt=Ht.endY,Ht.endX=nt*a+rt*x+E,Ht.endY=nt*y+rt*b+z;break;case _o:nt=Ht.point1X,rt=Ht.point1Y,Ht.point1X=nt*a+rt*x+E,Ht.point1Y=nt*y+rt*b+z,nt=Ht.point2X,rt=Ht.point2Y,Ht.point2X=nt*a+rt*x+E,Ht.point2Y=nt*y+rt*b+z,nt=Ht.endX,rt=Ht.endY,Ht.endX=nt*a+rt*x+E,Ht.endY=nt*y+rt*b+z;break;case fa:nt=Ht.point1X,rt=Ht.point1Y,Ht.point1X=nt*a+rt*x+E,Ht.point1Y=nt*y+rt*b+z,nt=Ht.endX,rt=Ht.endY,Ht.endX=nt*a+rt*x+E,Ht.endY=nt*y+rt*b+z;break;case ho:nt=Ht.centerX,rt=Ht.centerY,Ht.centerX=nt*a+rt*x+E,Ht.centerY=nt*y+rt*b+z,y!==0&&(nt=180*Math.atan2(y,a)/Math.PI,0>nt&&(nt+=360),Ht.startAngle+=nt),0>a&&(Ht.startAngle=180-Ht.startAngle,Ht.sweepAngle=-Ht.sweepAngle),0>b&&(Ht.startAngle=-Ht.startAngle,Ht.sweepAngle=-Ht.sweepAngle),Ht.radiusX*=Math.sqrt(a*a+x*x),Ht.radiusY!==void 0&&(Ht.radiusY*=Math.sqrt(y*y+b*b));break;case Pa:if(nt=Ht.endX,rt=Ht.endY,Ht.endX=nt*a+rt*x+E,Ht.endY=nt*y+rt*b+z,Ht.radiusX===0||Ht.radiusY===0)break;y!==0&&(nt=180*Math.atan2(y,a)/Math.PI,0>nt&&(nt+=360),Ht.xAxisRotation+=nt),0>a&&(Ht.xAxisRotation=180-Ht.xAxisRotation,Ht.isClockwiseArc=!Ht.isClockwiseArc),0>b&&(Ht.xAxisRotation=-Ht.xAxisRotation,Ht.isClockwiseArc=!Ht.isClockwiseArc),Ht.radiusX*=Math.sqrt(a*a+x*x),Ht.radiusY*=Math.sqrt(y*y+b*b);break;default:Le("Unknown Segment type: "+Ht.type)}}}}return this._isInvalidBounds=!0,this},Kt.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 Sn.j:return Re.Yb(x,b,E,z,y,a.x,a.y);case Sn.u:var nt=en.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=nt.ca(a),en.free(nt),a;case Sn.F:nt=Math.min(x,E)-y;var rt=Math.min(b,z)-y;return x=(Math.abs(E-x)+2*y)/2,y=(Math.abs(z-b)+2*y)/2,0>=x||0>=y?!1:(nt=a.x-(nt+x),rt=a.y-(rt+y),1>=nt*nt/(x*x)+rt*rt/(y*y));case Sn.o:return Ra(this,a,y,!0,!1);default:return!1}};function Ra(a,y,x,b,E){var z=y.x;y=y.y;for(var nt=a.bounds.x-20,rt=0,st,ht,dt,vt,Nt=a.figures.s,Wt=Nt.length,Ht=0;Ht<Wt;Ht++){var ne=Nt[Ht],ve=!ne.isEvenOdd;if(ne.isFilled){if(b&&ne.ca(z,y,x))return!0;var de=ne.segments;st=ne.startX,ht=ne.startY;for(var Pe=st,be=ht,Ee=de.s,Be=0;Be<=de.length;Be++){var Ye=void 0;if(Be!==de.length){Ye=Ee[Be];var Ln=Ye.type;a=Ye.endX,vt=Ye.endY}else Ln=Lr,a=Pe,vt=be;switch(Ln){case Po:if(Pe=au(z,y,nt,y,st,ht,Pe,be),isNaN(Pe))return!0;rt+=Pe,Pe=a,be=vt;break;case Lr:if(st=au(z,y,nt,y,st,ht,a,vt),isNaN(st))return!0;rt+=st;break;case _o:dt=Re.Fo(st,ht,Ye.point1X,Ye.point1Y,Ye.point2X,Ye.point2Y,a,vt,nt,y,z,y,.5),rt+=dt;break;case fa:dt=Re.Fo(st,ht,(st+2*Ye.point1X)/3,(ht+2*Ye.point1Y)/3,(2*Ye.point1X+a)/3,(2*Ye.point1Y+vt)/3,a,vt,nt,y,z,y,.5),rt+=dt;break;case ho:case Pa:Ln=Ye.type===ho?ta(Ye,ne):ja(Ye,ne,st,ht);var _n=Ln.length;if(_n===0){if(st=au(z,y,nt,y,st,ht,Ye.type===ho?Ye.centerX:Ye.endX,Ye.type===ho?Ye.centerY:Ye.endY),isNaN(st))return!0;rt+=st;break}Ye=null;for(var jn=0;jn<_n;jn++){if(Ye=Ln[jn],jn===0){if(dt=au(z,y,nt,y,st,ht,Ye[0],Ye[1]),isNaN(dt))return!0;rt+=dt}dt=Re.Fo(Ye[0],Ye[1],Ye[2],Ye[3],Ye[4],Ye[5],Ye[6],Ye[7],nt,y,z,y,.5),rt+=dt}Ye!==null&&(a=Ye[6],vt=Ye[7]);break;default:Le("Unknown Segment type: "+Ye.type)}st=a,ht=vt}if(ve){if(rt!==0)return!0}else if(rt%2!==0)return!0;rt=0}else if(ne.ca(z,y,E?x:x+2))return!0}return!1}function au(a,y,x,b,E,z,nt,rt){if(Re.Yb(E,z,nt,rt,.05,a,y))return NaN;var st=(a-x)*(z-rt);if(st===0)return 0;var ht=((a*b-y*x)*(E-nt)-(a-x)*(E*rt-z*nt))/st;if(y=(a*b-y*x)*(z-rt)/st,ht>=a)return 0;if((E>nt?E-nt:nt-E)<(z>rt?z-rt:rt-z)){if(z<rt){if(y<z||y>rt)return 0}else if(y<rt||y>z)return 0}else if(E<nt){if(ht<E||ht>nt)return 0}else if(ht<nt||ht>E)return 0;return 0<st?1:-1}function xh(a,y,x,b){a=a.figures.s;for(var E=a.length,z=0;z<E;z++)if(a[z].ca(y,x,b))return!0;return!1}Kt.Pu=function(a,y){if(0>a?a=0:1<a&&(a=1),y===void 0&&(y=new ye),this.type===Sn.j)return y.h(this.startX+a*(this.endX-this.startX),this.startY+a*(this.endY-this.startY)),y;for(var x=this.flattenedSegments,b=this.flattenedLengths,E=x.length,z=this.flattenedTotalLength*a,nt=0,rt=0;rt<E;rt++){var st=b[rt],ht=st.length;for(a=0;a<ht;a++){var dt=st[a];if(nt+dt>=z)return b=z-nt,b=dt===0?0:b/dt,x=x[rt],rt=x[2*a],E=x[2*a+1],y.h(rt+(x[2*a+2]-rt)*b,E+(x[2*a+3]-E)*b),y;nt+=dt}}return y},Kt.wx=function(a){if(0>a?a=0:1<a&&(a=1),this.type===Sn.j)return 180*Math.atan2(this.endY-this.startY,this.endX-this.startX)/Math.PI;for(var y=this.flattenedSegments,x=this.flattenedLengths,b=y.length,E=this.flattenedTotalLength*a,z=0,nt=0;nt<b;nt++){var rt=x[nt],st=rt.length;for(a=0;a<st;a++){var ht=rt[a];if(z+ht>=E)return E=y[nt],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+=ht}}return NaN},Kt.Qu=function(a,y){if(0>a?a=0:1<a&&(a=1),y===void 0&&(y=[]),y.length=3,this.type===Sn.j)return y[0]=this.startX+a*(this.endX-this.startX),y[1]=this.startY+a*(this.endY-this.startY),y[2]=180*Math.atan2(this.endY-this.startY,this.endX-this.startX)/Math.PI,y;for(var x=this.flattenedSegments,b=this.flattenedLengths,E=x.length,z=this.flattenedTotalLength*a,nt=0,rt=0;rt<E;rt++){var st=b[rt],ht=st.length;for(a=0;a<ht;a++){var dt=st[a];if(nt+dt>=z)return b=z-nt,b=dt===0?0:b/dt,dt=x[rt],x=dt[2*a],rt=dt[2*a+1],E=dt[2*a+2],a=dt[2*a+3],y[0]=x+(E-x)*b,y[1]=rt+(a-rt)*b,y[2]=1>Math.abs(E-x)&&1>Math.abs(a-rt)?0:1>Math.abs(E-x)?0<=a-rt?90:270:1>Math.abs(a-rt)?0<=E-x?0:180:180*Math.atan2(a-rt,E-x)/Math.PI,y;nt+=dt}}return y},Kt.xx=function(a){if(this.type===Sn.j){var y=this.startX,x=this.startY,b=this.endX,E=this.endY;if(y!==b||x!==E){var z=a.x;if(a=a.y,y===b){if(x<E){var nt=x;b=E}else nt=E,b=x;return a<=nt?nt===x?0:1:a>=b?b===x?0:1:Math.abs(a-x)/(b-nt)}if(x===E)return y<b?nt=y:(nt=b,b=y),z<=nt?nt===y?0:1:z>=b?b===y?0:1:Math.abs(z-y)/(b-nt);nt=(b-y)*(b-y)+(E-x)*(E-x);var rt=ye.alloc();return Re.qh(y,x,b,E,z,a,rt),a=rt.x,z=rt.y,ye.free(rt),Math.sqrt(((a-y)*(a-y)+(z-x)*(z-x))/nt)}}else if(this.type===Sn.u){nt=this.startX,rt=this.startY;var st=this.endX;if(E=this.endY,nt!==st||rt!==E){y=st-nt,x=E-rt,z=2*y+2*x,b=a.x,a=a.y,b=Math.min(Math.max(b,nt),st),a=Math.min(Math.max(a,rt),E),nt=Math.abs(b-nt),st=Math.abs(b-st),rt=Math.abs(a-rt),E=Math.abs(a-E);var ht=Math.min(nt,st,rt,E);if(ht===rt)return b/z;if(ht===st)return(y+a)/z;if(ht===E)return(2*y+x-b)/z;if(ht===nt)return(2*y+2*x-a)/z}}else{y=this.flattenedSegments,x=this.flattenedLengths,z=this.flattenedTotalLength,b=ye.alloc(),E=1/0,rt=nt=0,st=y.length;for(var dt=ht=0,vt=0;vt<st;vt++)for(var Nt=y[vt],Wt=x[vt],Ht=Nt.length,ne=0;ne<Ht;ne+=2){var ve=Nt[ne],de=Nt[ne+1];if(ne!==0){Re.qh(ht,dt,ve,de,a.x,a.y,b);var Pe=(b.x-a.x)*(b.x-a.x)+(b.y-a.y)*(b.y-a.y);Pe<E&&(E=Pe,nt=rt,nt+=Math.sqrt((b.x-ht)*(b.x-ht)+(b.y-dt)*(b.y-dt))),rt+=Wt[(ne-2)/2]}ht=ve,dt=de}return ye.free(b),a=nt/z,0>a?0:1<a?1:a}return 0};function Ud(a){if(a.tk===null){var y=a.tk=[],x=a.ym=[],b=[],E=[];if(a.type===Sn.j)b.push(a.startX),b.push(a.startY),b.push(a.endX),b.push(a.endY),y.push(b),E.push(Math.sqrt((a.startX-a.endX)*(a.startX-a.endX)+(a.startY-a.endY)*(a.startY-a.endY))),x.push(E);else if(a.type===Sn.u)b.push(a.startX),b.push(a.startY),b.push(a.endX),b.push(a.startY),b.push(a.endX),b.push(a.endY),b.push(a.startX),b.push(a.endY),b.push(a.startX),b.push(a.startY),y.push(b),E.push(Math.abs(a.startX-a.endX)),E.push(Math.abs(a.startY-a.endY)),E.push(Math.abs(a.startX-a.endX)),E.push(Math.abs(a.startY-a.endY)),x.push(E);else if(a.type===Sn.F){var z=new wo;z.startX=a.endX,z.startY=(a.startY+a.endY)/2;var nt=new ir(ho);if(nt.startAngle=0,nt.sweepAngle=360,nt.centerX=(a.startX+a.endX)/2,nt.centerY=(a.startY+a.endY)/2,nt.radiusX=Math.abs(a.startX-a.endX)/2,nt.radiusY=Math.abs(a.startY-a.endY)/2,z.add(nt),a=ta(nt,z),E=a.length,E===0)b.push(nt.centerX),b.push(nt.centerY);else{nt=z.startX,z=z.startY;for(var rt=0;rt<E;rt++){var st=a[rt];Re.Qe(nt,z,st[2],st[3],st[4],st[5],st[6],st[7],.5,b),nt=st[6],z=st[7]}}y.push(b),x.push(Xc(b))}else for(a=a.figures.iterator;a.next();){E=a.value,b=[],b.push(E.startX),b.push(E.startY),nt=E.startX,z=E.startY,rt=nt,st=z;for(var ht=E.segments.s,dt=ht.length,vt=0;vt<dt;vt++){var Nt=ht[vt];switch(Nt.type){case Po:4<=b.length&&(y.push(b),x.push(Xc(b))),b=[],b.push(Nt.endX),b.push(Nt.endY),nt=Nt.endX,z=Nt.endY,rt=nt,st=z;break;case Lr:b.push(Nt.endX),b.push(Nt.endY),nt=Nt.endX,z=Nt.endY;break;case _o:Re.Qe(nt,z,Nt.point1X,Nt.point1Y,Nt.point2X,Nt.point2Y,Nt.endX,Nt.endY,.5,b),nt=Nt.endX,z=Nt.endY;break;case fa:Re.ep(nt,z,Nt.point1X,Nt.point1Y,Nt.endX,Nt.endY,.5,b),nt=Nt.endX,z=Nt.endY;break;case ho:var Wt=ta(Nt,E),Ht=Wt.length;if(Ht===0){b.push(Nt.centerX),b.push(Nt.centerY),nt=Nt.centerX,z=Nt.centerY;break}for(var ne=0;ne<Ht;ne++){var ve=Wt[ne];Re.Qe(nt,z,ve[2],ve[3],ve[4],ve[5],ve[6],ve[7],.5,b),nt=ve[6],z=ve[7]}break;case Pa:if(Wt=ja(Nt,E,nt,z),Ht=Wt.length,ne=Nt.endX,ve=Nt.endY,Ht===0){b.push(ne),b.push(ve),nt=ne,z=ve;break}for(ne=0;ne<Ht;ne++)ve=Wt[ne],Re.Qe(nt,z,ve[2],ve[3],ve[4],ve[5],ve[6],ve[7],.5,b),nt=ve[6],z=ve[7];break;default:Le("Segment not of valid type: "+Nt.type)}Nt.isClosed&&(b.push(rt),b.push(st))}4<=b.length&&(y.push(b),x.push(Xc(b)))}}}function Xc(a){for(var y=[],x=0,b=0,E=a.length,z=0;z<E;z+=2){var nt=a[z],rt=a[z+1];z!==0&&y.push(Math.sqrt(eo(x,b,nt,rt))),x=nt,b=rt}return y}Kt.add=function(a){return this.ee.add(a),this},Kt.pm=function(a,y,x,b,E,z,nt,rt){return this._isFrozen&&nn(this),this.fg=new Nn(a,y,E,z).freeze(),this.gg=new Nn(x,b,nt,rt).freeze(),this},Ue.Object.defineProperties(Sn.prototype,{_isFrozen:{get:function(){return(this.l&1)!==0},set:function(a){this.l=a?this.l|1:this.l&-2}},_isInvalidBounds:{get:function(){return(this.l&2)!==0},set:function(a){this.l=a?this.l|2:this.l&-3}},flattenedSegments:{get:function(){return Ud(this),this.tk}},flattenedLengths:{get:function(){return Ud(this),this.ym}},flattenedTotalLength:{get:function(){var a=this.zm;if(isNaN(a)){if(this.type===Sn.j){a=Math.abs(this.endX-this.startX);var y=Math.abs(this.endY-this.startY);a=Math.sqrt(a*a+y*y)}else if(this.type===Sn.u)a=2*Math.abs(this.endX-this.startX)+2*Math.abs(this.endY-this.startY);else{y=this.flattenedLengths;for(var x=y.length,b=a=0;b<x;b++)for(var E=y[b],z=E.length,nt=0;nt<z;nt++)a+=E[nt]}this.zm=a}return a}},type:{get:function(){return this.na},set:function(a){this.na!==a&&(this._isFrozen&&nn(this,a),this.na=a,a===Sn.o?this.ee=new fn:(Sn.V===null&&(Sn.V=new fn().freeze()),this.ee=Sn.V),this._isInvalidBounds=!0)}},startX:{get:function(){return this.od},set:function(a){this.od!==a&&(this._isFrozen&&nn(this,a),this.od=a,this._isInvalidBounds=!0)}},startY:{get:function(){return this.pd},set:function(a){this.pd!==a&&(this._isFrozen&&nn(this,a),this.pd=a,this._isInvalidBounds=!0)}},endX:{get:function(){return this.Dc},set:function(a){this.Dc!==a&&(this._isFrozen&&nn(this,a),this.Dc=a,this._isInvalidBounds=!0)}},endY:{get:function(){return this.Ec},set:function(a){this.Ec!==a&&(this._isFrozen&&nn(this,a),this.Ec=a,this._isInvalidBounds=!0)}},figures:{get:function(){return this.ee},set:function(a){this.ee!==a&&(this._isFrozen&&nn(this,a),this.ee=a,this._isInvalidBounds=!0)}},spot1:{get:function(){return this.fg},set:function(a){this._isFrozen&&nn(this,a),this.fg=a.J()}},spot2:{get:function(){return this.gg},set:function(a){this._isFrozen&&nn(this,a),this.gg=a.J()}},defaultStretch:{get:function(){return this.Uf},set:function(a){this._isFrozen&&nn(this,a),this.Uf=a}},bounds:{get:function(){return this.Zu()&&this.computeBounds(),this.Ip}}}),Sn.prototype.setSpots=Sn.prototype.pm,Sn.prototype.add=Sn.prototype.add,Sn.prototype.getFractionForPoint=Sn.prototype.xx,Sn.prototype.getPointAndAngleAlongPath=Sn.prototype.Qu,Sn.prototype.getAngleAlongPath=Sn.prototype.wx,Sn.prototype.getPointAlongPath=Sn.prototype.Pu,Sn.prototype.containsPoint=Sn.prototype.ca,Sn.prototype.transform=Sn.prototype.transform,Sn.prototype.rotate=Sn.prototype.rotate,Sn.prototype.scale=Sn.prototype.scale,Sn.prototype.offset=Sn.prototype.offset,Sn.prototype.normalize=Sn.prototype.normalize,Sn.prototype.computeBoundsWithoutOrigin=Sn.prototype.ix,Sn.prototype.equalsApprox=Sn.prototype.Xa,Sn.className="Geometry",Sn.j=new sn(Sn,"Line",0),Sn.u=new sn(Sn,"Rectangle",1),Sn.F=new sn(Sn,"Ellipse",2),Sn.o=new sn(Sn,"Path",3),Sn.V=null,Sn.hb="UuBbMmZzLlHhVvCcSsQqTtAaFfXx",Sn.className="Geometry",Sn.stringify=Sn.ia,Sn.fillPath=Sn.nb,Sn.parse=Sn.parse,Sn.Line=Sn.j,Sn.Rectangle=Sn.u,Sn.Ellipse=Sn.F,Sn.Path=Sn.o;function wo(a,y,x,b,E){si(this),x===void 0&&(x=!0),b===void 0&&(b=!0),E===void 0&&(E=!1),this.l=2|(x?4:0)|(b?8:0)|(E?16:0),a!==void 0?this.od=a:this.od=0,y!==void 0?this.pd=y:this.pd=0,this.pl=new fn,this.sr=this.pl.Ja,this.fw=null}wo.prototype.copy=function(){var a=new wo;a.l=this.l&-2,a.od=this.od,a.pd=this.pd;for(var y=this.pl.s,x=y.length,b=a.pl,E=0;E<x;E++){var z=y[E].copy();b.add(z)}return a.sr=this.sr,a.fw=this.fw,a},Kt=wo.prototype,Kt.Xa=function(a){if(!(a instanceof wo&&Re.B(this.startX,a.startX)&&Re.B(this.startY,a.startY)))return!1;var y=this.segments.s;a=a.segments.s;var x=y.length;if(x!==a.length)return!1;for(var b=0;b<x;b++)if(!y[b].Xa(a[b]))return!1;return!0},Kt.toString=function(a){a===void 0&&(a=-1);for(var y=0>a?"M"+this.startX.toString()+" "+this.startY.toString():"M"+this.startX.toFixed(a)+" "+this.startY.toFixed(a),x=this.segments.s,b=x.length,E=0;E<b;E++)y+=" "+x[E].toString(a);return y},Kt.freeze=function(){this._isFrozen=!0;var a=this.segments;a.freeze();var y=a.s;a=a.length;for(var x=0;x<a;x++)y[x].freeze();return this},Kt.ka=function(){this._isFrozen=!1;var a=this.segments;a.ka(),a=a.s;for(var y=a.length,x=0;x<y;x++)a[x].ka();return this},Kt.Zu=function(){if(this._isInvalidBounds)return!0;var a=this.segments;if(this.sr!==a.Ja)return!0;a=a.s;for(var y=a.length,x=0;x<y;x++)if(a[x]._isInvalidBounds)return!0;return!1},Kt.add=function(a){return this.pl.add(a),this},Kt.ca=function(a,y,x){for(var b=this.startX,E=this.startY,z=b,nt=E,rt=this.segments.s,st=rt.length,ht=0;ht<st;ht++){var dt=rt[ht];switch(dt.type){case Po:z=dt.endX,nt=dt.endY,b=dt.endX,E=dt.endY;break;case Lr:if(Re.Yb(b,E,dt.endX,dt.endY,x,a,y))return!0;b=dt.endX,E=dt.endY;break;case _o:if(Re.cs(b,E,dt.point1X,dt.point1Y,dt.point2X,dt.point2Y,dt.endX,dt.endY,.5,a,y,x))return!0;b=dt.endX,E=dt.endY;break;case fa:if(Re.jv(b,E,dt.point1X,dt.point1Y,dt.endX,dt.endY,.5,a,y,x))return!0;b=dt.endX,E=dt.endY;break;case ho:case Pa:var vt=dt.type===ho?ta(dt,this):ja(dt,this,b,E),Nt=vt.length,Wt=dt.type===ho?dt.centerX:dt.endX,Ht=dt.type===ho?dt.centerY:dt.endY;if(Nt===0){if(Re.Yb(b,E,Wt,Ht,x,a,y))return!0;b=Wt,E=Ht;break}for(Wt=null,Ht=0;Ht<Nt;Ht++)if(Wt=vt[Ht],Ht===0&&Re.Yb(b,E,Wt[0],Wt[1],x,a,y)||Re.cs(Wt[0],Wt[1],Wt[2],Wt[3],Wt[4],Wt[5],Wt[6],Wt[7],.5,a,y,x))return!0;Wt!==null&&(b=Wt[6],E=Wt[7]);break;default:Le("Unknown Segment type: "+dt.type)}if(dt.isClosed&&(b!==z||E!==nt)&&Re.Yb(b,E,z,nt,x,a,y))return!0}return!1},Ue.Object.defineProperties(wo.prototype,{_isFrozen:{get:function(){return(this.l&1)!==0},set:function(a){this.l=a?this.l|1:this.l&-2}},_isInvalidBounds:{get:function(){return(this.l&2)!==0},set:function(a){this.l=a?this.l|2:this.l&-3}},isFilled:{get:function(){return(this.l&4)!==0},set:function(a){this._isFrozen&&nn(this,a),this.l=a?this.l|4:this.l&-5}},isShadowed:{get:function(){return(this.l&8)!==0},set:function(a){this._isFrozen&&nn(this,a),this.l=a?this.l|8:this.l&-9}},isEvenOdd:{get:function(){return(this.l&16)!==0},set:function(a){this._isFrozen&&nn(this,a),this.l=a?this.l|16:this.l&-17}},startX:{get:function(){return this.od},set:function(a){this._isFrozen&&nn(this,a),this.od=a,this._isInvalidBounds=!0}},startY:{get:function(){return this.pd},set:function(a){this._isFrozen&&nn(this,a),this.pd=a,this._isInvalidBounds=!0}},segments:{get:function(){return this.pl},set:function(a){this._isFrozen&&nn(this,a),this.pl=a,this._isInvalidBounds=!0}}}),wo.prototype.add=wo.prototype.add,wo.prototype.equalsApprox=wo.prototype.Xa,wo.className="PathFigure";function ir(a,y,x,b,E,z,nt,rt){si(this),a===void 0&&(a=Lr),this.na=a,this.l=2,y!==void 0?this.Dc=y:this.Dc=0,x!==void 0?this.Ec=x:this.Ec=0,b===void 0&&(b=0),E===void 0&&(E=0),z===void 0&&(z=0),nt===void 0&&(nt=0),a===Pa?(a=z%360,0>a&&(a+=360),this.Ne=a,this.Vh=0,this.Wh=Math.max(b,0),this.Pg=Math.max(E,0),typeof nt=="boolean"?nt&&(this.isLargeArc=!0):typeof nt=="number"&&nt&&(this.isLargeArc=!0),rt&&(this.isClockwiseArc=!0)):(this.Ne=b,this.Vh=E,a===ho&&(z=Math.max(z,0)),this.Wh=z,typeof nt=="number"?(a===ho&&(nt=Math.max(nt,0)),this.Pg=nt):this.Pg=0),this.ae=null}ir.prototype.copy=function(){var a=new ir;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},Kt=ir.prototype,Kt.Xa=function(a){if(!(a instanceof ir)||this.type!==a.type||this.isClosed!==a.isClosed)return!1;switch(this.type){case Po:case Lr:return Re.B(this.endX,a.endX)&&Re.B(this.endY,a.endY);case _o:return Re.B(this.endX,a.endX)&&Re.B(this.endY,a.endY)&&Re.B(this.point1X,a.point1X)&&Re.B(this.point1Y,a.point1Y)&&Re.B(this.point2X,a.point2X)&&Re.B(this.point2Y,a.point2Y);case fa:return Re.B(this.endX,a.endX)&&Re.B(this.endY,a.endY)&&Re.B(this.point1X,a.point1X)&&Re.B(this.point1Y,a.point1Y);case ho:return Re.B(this.startAngle,a.startAngle)&&Re.B(this.sweepAngle,a.sweepAngle)&&Re.B(this.centerX,a.centerX)&&Re.B(this.centerY,a.centerY)&&Re.B(this.radiusX,a.radiusX)&&Re.B(this.radiusY,a.radiusY);case Pa:return this.isClockwiseArc===a.isClockwiseArc&&this.isLargeArc===a.isLargeArc&&Re.B(this.xAxisRotation,a.xAxisRotation)&&Re.B(this.endX,a.endX)&&Re.B(this.endY,a.endY)&&Re.B(this.radiusX,a.radiusX)&&Re.B(this.radiusY,a.radiusY);default:return!1}},Kt.qb=function(a){a.classType===ir&&(this.type=a)},Kt.toString=function(a){switch(a===void 0&&(a=-1),this.type){case Po:a=0>a?"M"+this.endX.toString()+" "+this.endY.toString():"M"+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case Lr:a=0>a?"L"+this.endX.toString()+" "+this.endY.toString():"L"+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case _o:a=0>a?"C"+this.point1X.toString()+" "+this.point1Y.toString()+" "+this.point2X.toString()+" "+this.point2Y.toString()+" "+this.endX.toString()+" "+this.endY.toString():"C"+this.point1X.toFixed(a)+" "+this.point1Y.toFixed(a)+" "+this.point2X.toFixed(a)+" "+this.point2Y.toFixed(a)+" "+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case fa:a=0>a?"Q"+this.point1X.toString()+" "+this.point1Y.toString()+" "+this.endX.toString()+" "+this.endY.toString():"Q"+this.point1X.toFixed(a)+" "+this.point1Y.toFixed(a)+" "+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case ho:a=0>a?"B"+this.startAngle.toString()+" "+this.sweepAngle.toString()+" "+this.centerX.toString()+" "+this.centerY.toString()+" "+this.radiusX.toString()+" "+this.radiusY.toString():"B"+this.startAngle.toFixed(a)+" "+this.sweepAngle.toFixed(a)+" "+this.centerX.toFixed(a)+" "+this.centerY.toFixed(a)+" "+this.radiusX.toFixed(a)+" "+this.radiusY.toFixed(a);break;case Pa:a=0>a?"A"+this.radiusX.toString()+" "+this.radiusY.toString()+" "+this.xAxisRotation.toString()+" "+(this.isLargeArc?1:0)+" "+(this.isClockwiseArc?1:0)+" "+this.endX.toString()+" "+this.endY.toString():"A"+this.radiusX.toFixed(a)+" "+this.radiusY.toFixed(a)+" "+this.xAxisRotation.toFixed(a)+" "+(this.isLargeArc?1:0)+" "+(this.isClockwiseArc?1:0)+" "+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;default:a=this.type.toString()}return a+(this.isClosed?"z":"")},Kt.freeze=function(){return this._isFrozen=!0,this},Kt.ka=function(){return this._isFrozen=!1,this},Kt.close=function(){return this.isClosed=!0,this};function ta(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=Re.jx(0,0,x<b?x:b,a.startAngle,a.startAngle+a.sweepAngle,!1);if(x!==b){var nt=bi.alloc();nt.reset(),x<b?nt.scale(1,b/x):nt.scale(x/b,1),Sn.Ha(z,nt),bi.free(nt)}for(x=z.length,b=0;b<x;b++)nt=z[b],nt[0]+=y,nt[1]+=E,nt[2]+=y,nt[3]+=E,nt[4]+=y,nt[5]+=E,nt[6]+=y,nt[7]+=E;return a.ae=z,a.ae}function ja(a,y,x,b){function E(ne,ve,de,Pe){return(ne*Pe<ve*de?-1:1)*Math.acos((ne*de+ve*Pe)/(Math.sqrt(ne*ne+ve*ve)*Math.sqrt(de*de+Pe*Pe)))}if(a.ae!==null&&y._isInvalidBounds===!1)return a.ae;if(a.radiusX===0||a.radiusY===0)return a.ae=[],a.ae;y=a.Wh;var z=a.Pg;y===0&&(y=1e-4),z===0&&(z=1e-4);var nt=Math.PI/180*a.Ne,rt=a.isLargeArc,st=a.isClockwiseArc,ht=a.Dc,dt=a.Ec,vt=Math.cos(nt),Nt=Math.sin(nt),Wt=vt*(x-ht)/2+Nt*(b-dt)/2;nt=-Nt*(x-ht)/2+vt*(b-dt)/2;var Ht=Wt*Wt/(y*y)+nt*nt/(z*z);return 1<Ht&&(y*=Math.sqrt(Ht),z*=Math.sqrt(Ht)),Ht=(rt===st?-1:1)*Math.sqrt((y*y*z*z-y*y*nt*nt-z*z*Wt*Wt)/(y*y*nt*nt+z*z*Wt*Wt)),isNaN(Ht)&&(Ht=0),rt=Ht*y*nt/z,Ht=Ht*-z*Wt/y,isNaN(rt)&&(rt=0),isNaN(Ht)&&(Ht=0),x=(x+ht)/2+vt*rt-Nt*Ht,b=(b+dt)/2+Nt*rt+vt*Ht,dt=E(1,0,(Wt-rt)/y,(nt-Ht)/z),vt=(Wt-rt)/y,ht=(nt-Ht)/z,Wt=(-Wt-rt)/y,rt=(-nt-Ht)/z,nt=E(vt,ht,Wt,rt),Wt=(vt*Wt+ht*rt)/(Math.sqrt(vt*vt+ht*ht)*Math.sqrt(Wt*Wt+rt*rt)),-1>=Wt?nt=Math.PI:1<=Wt&&(nt=0),!st&&0<nt&&(nt-=2*Math.PI),st&&0>nt&&(nt+=2*Math.PI),st=y>z?1:y/z,Wt=y>z?z/y:1,y=Re.jx(0,0,y>z?y:z,dt,dt+nt,!0),z=bi.alloc(),z.reset(),z.translate(x,b),z.rotate(a.Ne,0,0),z.scale(st,Wt),Sn.Ha(y,z),bi.free(z),a.ae=y,a.ae}Ue.Object.defineProperties(ir.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&&nn(this,a),this.na=a,this._isInvalidBounds=!0}},endX:{get:function(){return this.Dc},set:function(a){this._isFrozen&&nn(this,a),this.Dc=a,this._isInvalidBounds=!0}},endY:{get:function(){return this.Ec},set:function(a){this._isFrozen&&nn(this,a),this.Ec=a,this._isInvalidBounds=!0}},point1X:{get:function(){return this.Ne},set:function(a){this._isFrozen&&nn(this,a),this.Ne=a,this._isInvalidBounds=!0}},point1Y:{get:function(){return this.Vh},set:function(a){this._isFrozen&&nn(this,a),this.Vh=a,this._isInvalidBounds=!0}},point2X:{get:function(){return this.Wh},set:function(a){this._isFrozen&&nn(this,a),this.Wh=a,this._isInvalidBounds=!0}},point2Y:{get:function(){return this.Pg},set:function(a){this._isFrozen&&nn(this,a),this.Pg=a,this._isInvalidBounds=!0}},centerX:{get:function(){return this.Ne},set:function(a){this._isFrozen&&nn(this,a),this.Ne=a,this._isInvalidBounds=!0}},centerY:{get:function(){return this.Vh},set:function(a){this._isFrozen&&nn(this,a),this.Vh=a,this._isInvalidBounds=!0}},radiusX:{get:function(){return this.Wh},set:function(a){0>a&&wn(a,">= zero",ir,"radiusX"),this._isFrozen&&nn(this,a),this.Wh=a,this._isInvalidBounds=!0}},radiusY:{get:function(){return this.Pg},set:function(a){0>a&&wn(a,">= zero",ir,"radiusY"),this._isFrozen&&nn(this,a),this.Pg=a,this._isInvalidBounds=!0}},startAngle:{get:function(){return this.Dc},set:function(a){this._isFrozen&&nn(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&&nn(this,a),360<a&&(a=360),-360>a&&(a=-360),this.Ec=a,this._isInvalidBounds=!0}},isClockwiseArc:{get:function(){return(this.l&4)!==0},set:function(a){this._isFrozen&&nn(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&&nn(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&&nn(this,a),a%=360,0>a&&(a+=360),this.Ne=a,this._isInvalidBounds=!0}}}),ir.prototype.equalsApprox=ir.prototype.Xa;var Po=new sn(ir,"Move",0),Lr=new sn(ir,"Line",1),_o=new sn(ir,"Bezier",2),fa=new sn(ir,"QuadraticBezier",3),ho=new sn(ir,"Arc",4),Pa=new sn(ir,"SvgArc",4);ir.className="PathSegment",ir.Move=Po,ir.Line=Lr,ir.Bezier=_o,ir.QuadraticBezier=fa,ir.Arc=ho,ir.SvgArc=Pa;function as(){this.H=null,this.xu=new ye(0,0).freeze(),this.mt=new ye(0,0).freeze(),this.Bp=this.Rq=0,this.Cp=1,this.xq="",this.Wr=this.Tp=!1,this.Rp=this.Ep=0,this.xg=this.nq=this.tq=!1,this.Zp=null,this.Rr=0,this.xd=this.Nr=null}as.prototype.copy=function(){var a=new as;return this.clone(a)},as.prototype.clone=function(a){return a.H=this.H,a.xu.assign(this.viewPoint),a.mt.assign(this.documentPoint),a.Rq=this.Rq,a.Bp=this.Bp,a.Cp=this.Cp,a.xq=this.xq,a.Tp=this.Tp,a.Wr=this.Wr,a.Ep=this.Ep,a.Rp=this.Rp,a.tq=this.tq,a.nq=this.nq,a.xg=this.xg,a.Zp=this.Zp,a.Rr=this.Rr,a.Nr=this.Nr,a.xd=this.xd,a},as.prototype.toString=function(){var a="^";return this.modifiers!==0&&(a+="M:"+this.modifiers),this.button!==0&&(a+="B:"+this.button),this.key!==""&&(a+="K:"+this.key),this.clickCount!==0&&(a+="C:"+this.clickCount),this.delta!==0&&(a+="D:"+this.delta),this.handled&&(a+="h"),this.bubbles&&(a+="b"),this.documentPoint!==null&&(a+="@"+this.documentPoint.toString()),a},as.prototype.So=function(a,y){var x=this.diagram;return x===null||Sg(x,a,y),y},as.prototype.Bz=function(a,y){var x=this.diagram;return x===null||(Sg(x,a,y),y.assign(x.Ps(y))),y},Ue.Object.defineProperties(as.prototype,{diagram:{get:function(){return this.H},set:function(a){this.H=a}},viewPoint:{get:function(){return this.xu},set:function(a){this.xu.assign(a)}},documentPoint:{get:function(){return this.mt},set:function(a){this.mt.assign(a)}},modifiers:{get:function(){return this.Rq},set:function(a){this.Rq=a}},button:{get:function(){return this.Bp},set:function(a){if(this.Bp=a,this.event===null)switch(a){case 0:this.buttons=1;break;case 1:this.buttons=4;break;case 2:this.buttons=2}}},buttons:{get:function(){return this.Cp},set:function(a){this.Cp=a}},key:{get:function(){return this.xq},set:function(a){this.xq=a}},down:{get:function(){return this.Tp},set:function(a){this.Tp=a}},up:{get:function(){return this.Wr},set:function(a){this.Wr=a}},clickCount:{get:function(){return this.Ep},set:function(a){this.Ep=a}},delta:{get:function(){return this.Rp},set:function(a){this.Rp=a}},isMultiTouch:{get:function(){return this.tq},set:function(a){this.tq=a}},handled:{get:function(){return this.nq},set:function(a){this.nq=a}},bubbles:{get:function(){return this.xg},set:function(a){this.xg=a}},event:{get:function(){return this.Zp},set:function(a){this.Zp=a}},isTouchEvent:{get:function(){var a=this.event;return a===null?!1:a.pointerType==="touch"||a.pointerType==="pen"}},timestamp:{get:function(){return this.Rr},set:function(a){this.Rr=a}},targetDiagram:{get:function(){return this.Nr},set:function(a){this.Nr=a}},targetObject:{get:function(){return this.xd},set:function(a){this.xd=a}},control:{get:function(){return(this.modifiers&1)!==0},set:function(a){this.modifiers=a?this.modifiers|1:this.modifiers&-2}},shift:{get:function(){return(this.modifiers&4)!==0},set:function(a){this.modifiers=a?this.modifiers|4:this.modifiers&-5}},alt:{get:function(){return(this.modifiers&2)!==0},set:function(a){this.modifiers=a?this.modifiers|2:this.modifiers&-3}},meta:{get:function(){return(this.modifiers&8)!==0},set:function(a){this.modifiers=a?this.modifiers|8:this.modifiers&-9}},left:{get:function(){var a=this.event;return a===null||a.type!=="mousedown"&&a.type!=="mouseup"&&a.type!=="pointerdown"&&a.type!=="pointerup"?(this.buttons&1)!==0:this.button===0},set:function(a){this.buttons=a?this.buttons|1:this.buttons&-2}},right:{get:function(){var a=this.event;return a===null||a.type!=="mousedown"&&a.type!=="mouseup"&&a.type!=="pointerdown"&&a.type!=="pointerup"?(this.buttons&2)!==0:this.button===2},set:function(a){this.buttons=a?this.buttons|2:this.buttons&-3}},middle:{get:function(){var a=this.event;return a===null||a.type!=="mousedown"&&a.type!=="mouseup"&&a.type!=="pointerdown"&&a.type!=="pointerup"?(this.buttons&4)!==0:this.button===1},set:function(a){this.buttons=a?this.buttons|4:this.buttons&-5}}}),as.prototype.getMultiTouchDocumentPoint=as.prototype.Bz,as.prototype.getMultiTouchViewPoint=as.prototype.So,as.className="InputEvent";function Tu(){this.H=null,this.xa="",this.ar=this.Lr=null}Tu.prototype.copy=function(){var a=new Tu;return a.H=this.H,a.xa=this.xa,a.Lr=this.Lr,a.ar=this.ar,a},Tu.prototype.toString=function(){var a="*"+this.name;return this.subject!==null&&(a+=":"+this.subject.toString()),this.parameter!==null&&(a+="("+this.parameter.toString()+")"),a},Ue.Object.defineProperties(Tu.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}}}),Tu.className="DiagramEvent";function Rr(){this.Fm=Or,this.rf=this.Qq="",this.Ln=this.Mn=this.Rn=this.Sn=this.Qn=this.H=this.cc=null}Rr.prototype.clear=function(){this.Ln=this.Mn=this.Rn=this.Sn=this.Qn=this.H=this.cc=null},Rr.prototype.copy=function(){var a=new Rr;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=rn(y)&&typeof y.J=="function"?y.J():y,y=this.Rn,a.Rn=rn(y)&&typeof y.J=="function"?y.J():y,y=this.Mn,a.Mn=rn(y)&&typeof y.J=="function"?y.J():y,y=this.Ln,a.Ln=rn(y)&&typeof y.J=="function"?y.J():y,a},Rr.prototype.qb=function(a){a.classType===Rr&&(this.change=a)},Rr.prototype.toString=function(){var a="";return a=this.change===ea?a+"* ":this.change===Or?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===ea?this.oldValue!==null&&(a+=" "+this.oldValue):(this.object!==null&&(a+=ui(this.object)),this.oldValue!==null&&(a+=" old: "+ui(this.oldValue)),this.oldParam!==null&&(a+=" "+this.oldParam),this.newValue!==null&&(a+=" new: "+ui(this.newValue)),this.newParam!==null&&(a+=" "+this.newParam)),a},Rr.prototype.I=function(a){return a?this.oldValue:this.newValue},Rr.prototype.Dz=function(a){return a?this.oldParam:this.newParam},Rr.prototype.canUndo=function(){return this.model!==null||this.diagram!==null},Rr.prototype.undo=function(){this.canUndo()&&(this.model!==null?this.model.changeState(this,!0):this.diagram!==null&&this.diagram.changeState(this,!0))},Rr.prototype.canRedo=function(){return this.model!==null||this.diagram!==null},Rr.prototype.redo=function(){this.canRedo()&&(this.model!==null?this.model.changeState(this,!1):this.diagram!==null&&this.diagram.changeState(this,!1))},Ue.Object.defineProperties(Rr.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===ea&&(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}}}),Rr.prototype.redo=Rr.prototype.redo,Rr.prototype.canRedo=Rr.prototype.canRedo,Rr.prototype.undo=Rr.prototype.undo,Rr.prototype.canUndo=Rr.prototype.canUndo,Rr.prototype.getParam=Rr.prototype.Dz,Rr.prototype.getValue=Rr.prototype.I,Rr.prototype.clear=Rr.prototype.clear;var ea=new sn(Rr,"Transaction",-1),Or=new sn(Rr,"Property",0),ro=new sn(Rr,"Insert",1),vo=new sn(Rr,"Remove",2);Rr.className="ChangedEvent",Rr.Transaction=ea,Rr.Property=Or,Rr.Insert=ro,Rr.Remove=vo;function Lo(){this.o=new fn().freeze(),this.xa="",this.j=!1}Lo.prototype.toString=function(a){var y="Transaction: "+this.name+" "+this.changes.count.toString()+(this.isComplete?"":", incomplete");if(a!==void 0&&0<a){a=this.changes.count;for(var x=0;x<a;x++){var b=this.changes.M(x);b!==null&&(y+=`
`+b.toString())}}return y},Lo.prototype.clear=function(){var a=this.changes;a.ka();for(var y=a.count-1;0<=y;y--){var x=a.M(y);x!==null&&x.clear()}a.clear(),a.freeze()},Lo.prototype.canUndo=function(){return this.isComplete},Lo.prototype.undo=function(){if(this.canUndo())for(var a=this.changes.count-1;0<=a;a--){var y=this.changes.M(a);y!==null&&y.undo()}},Lo.prototype.canRedo=function(){return this.isComplete},Lo.prototype.redo=function(){if(this.canRedo())for(var a=this.changes.count,y=0;y<a;y++){var x=this.changes.M(y);x!==null&&x.redo()}},Lo.prototype.ak=function(){if(this.isComplete){var a=this.changes;a.ka();for(var y=new li,x=0;x<a.count;x++){var b=a.M(x);if(b!==null&&b.change===Or&&b.object){var E=y.get(b.object);E||(E=new li,y.set(b.object,E));var z=E.get(b.propertyName);z===null?E.set(b.propertyName,-1):(0<z&&a.cd(z,null),E.set(b.propertyName,x))}}for(x=y=0;x<a.count;x++)b=a.M(x),b!==null&&(x>y&&a.cd(y,b),y++);for(;a.length>y;)a.pop();a.freeze()}},Ue.Object.defineProperties(Lo.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}}}),Lo.prototype.optimize=Lo.prototype.ak,Lo.prototype.redo=Lo.prototype.redo,Lo.prototype.canRedo=Lo.prototype.canRedo,Lo.prototype.undo=Lo.prototype.undo,Lo.prototype.canUndo=Lo.prototype.canUndo,Lo.prototype.clear=Lo.prototype.clear,Lo.className="Transaction";function zr(){this.Pt=new gn,this.Jd=!1,this.u=new fn().freeze(),this.Ce=-1,this.o=999,this.Fe=!1,this.Np=null,this.bi=0,this.j=!1,this.Ie=new fn().freeze(),this.hl=new fn,this.tt=!0,this.Dt=this.rq=this.Gt=this.Ft=!1}zr.prototype.toString=function(a){var y="UndoManager "+this.historyIndex+"<"+this.history.count+"<="+this.maxHistoryLength;y+="[";for(var x=this.nestedTransactionNames.count,b=0;b<x;b++)0<b&&(y+=" "),y+=this.nestedTransactionNames.M(b);if(y+="]",a!==void 0&&0<a)for(x=this.history.count,b=0;b<x;b++)y+=`
`+this.history.M(b).toString(a-1);return y},zr.prototype.clear=function(){var a=this.history;a.ka();for(var y=a.count-1;0<=y;y--){var x=a.M(y);x!==null&&x.clear()}a.clear(),this.Ce=-1,a.freeze(),this.Fe=!1,this.Np=null,this.bi=0,this.Ie.ka(),this.Ie.clear(),this.Ie.freeze(),this.hl.clear(),this.Dt=this.rq=this.Gt=this.Ft=!1},zr.prototype.copyProperties=function(a){this.isEnabled=a.isEnabled,this.maxHistoryLength=a.maxHistoryLength,this.checksTransactionLevel=a.checksTransactionLevel},Kt=zr.prototype,Kt.Xw=function(a){this.Pt.add(a)},Kt.Rx=function(a){this.Pt.remove(a)},Kt.Ea=function(a){if(a===void 0&&(a=""),a===null&&(a=""),this.isUndoingRedoing)return!1;this.tt===!0&&(this.tt=!1,this.bi++,this.isInternalTransaction||this.Ob("StartingFirstTransaction",a,this.currentTransaction),0<this.bi&&this.bi--),this.isEnabled&&(this.Ie.ka(),this.Ie.add(a),this.Ie.freeze(),this.currentTransaction===null?this.hl.add(0):this.hl.add(this.currentTransaction.changes.count)),this.bi++;var y=this.transactionLevel===1;return y&&(this.isInternalTransaction||this.Ob("StartedTransaction",a,this.currentTransaction)),y},Kt.eb=function(a){return a===void 0&&(a=""),wh(this,!0,a)},Kt.Kf=function(){return wh(this,!1,"")};function wh(a,y,x){if(a.isUndoingRedoing)return!1;a.checksTransactionLevel&&1>a.transactionLevel&&Un("Ending transaction without having started a transaction: "+x);var b=a.transactionLevel===1,E=a.currentTransaction;b&&y&&(a.isInternalTransaction||a.Ob("CommittingTransaction",x,E));var z=0;if(0<a.transactionLevel&&(a.bi--,a.isEnabled)){var nt=a.Ie.count;0<nt&&(x===""&&(x=a.Ie.M(0)),a.Ie.ka(),a.Ie.mb(nt-1),a.Ie.freeze()),nt=a.hl.count,0<nt&&(z=a.hl.M(nt-1),a.hl.mb(nt-1))}if(b){if(y)a.rq=!1,E===null&&x!==""&&(E=a.currentTransaction),a.isEnabled&&E!==null&&(E.isComplete||(E.isComplete=!0,E.name=x),a.lx(),y=a.history,y.ka(),b=a.maxHistoryLength,0<=b&&(b===0?y.clear():y.count>=b&&(z=y.M(0),z!==null&&z.clear(),y.mb(0),a.Ce--)),b===0||y.count!==0&&y.get(y.count-1)===E||(y.add(E),a.Ce++),y.freeze()),a.isInternalTransaction||a.Ob("CommittedTransaction",x,E);else{a.Fe=!0;try{a.isEnabled&&E!==null&&(E.isComplete=!0,E.undo())}finally{a.isInternalTransaction||a.Ob("RolledBackTransaction",x,E),a.Fe=!1}E!==null&&E.clear()}return a.Np=null,a.isPendingClear&&a.clear(),a.isPendingClear=!1,a.isPendingUnmodified=!1,!0}if(a.isEnabled&&!y&&E!==null){for(a=z,x=E.changes,E=x.count-1;E>=a;E--)y=x.M(E),y!==null&&y.undo(),x.ka(),x.mb(E);x.freeze()}return!1}Kt.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()}},zr.prototype.canUndo=function(){if(!this.isEnabled||0<this.transactionLevel)return!1;var a=this.transactionToUndo;return!!(a!==null&&a.canUndo())},zr.prototype.undo=function(){if(this.canUndo()){var a=this.transactionToUndo;try{this.Fe=!0,this.Ob("StartingUndo","Undo",a),this.Ce--,a.undo()}catch(y){Un("undo error: "+y.toString())}finally{this.Ob("FinishedUndo","Undo",a),this.Fe=!1}}},zr.prototype.canRedo=function(){if(!this.isEnabled||0<this.transactionLevel)return!1;var a=this.transactionToRedo;return!!(a!==null&&a.canRedo())},zr.prototype.redo=function(){if(this.canRedo()){var a=this.transactionToRedo;try{this.Fe=!0,this.Ob("StartingRedo","Redo",a),this.Ce++,a.redo()}catch(y){Un("redo error: "+y.toString())}finally{this.Ob("FinishedRedo","Redo",a),this.Fe=!1}}},zr.prototype.Ob=function(a,y,x){x===void 0&&(x=null);var b=new Rr;for(b.change=ea,b.propertyName=a,b.object=x,b.oldValue=y,a=this.models;a.next();)y=a.value,b.model=y,y.ds(b)},zr.prototype.Tu=function(a){if(this.isEnabled&&!this.isUndoingRedoing&&!this.skipsEvent(a)){var y=this.currentTransaction;y===null&&(this.Np=y=new Lo);var x=a.copy();y=y.changes,y.ka(),y.add(x),y.freeze(),this.checksTransactionLevel&&0>=this.transactionLevel&&!this.tt&&(a=a.diagram,a!==null&&a.pi===!1||Un("Change not within a transaction: "+x.toString()))}},zr.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},Ue.Object.defineProperties(zr.prototype,{models:{get:function(){return this.Pt.iterator}},isEnabled:{get:function(){return this.Jd},set:function(a){this.Jd=a}},transactionToUndo:{get:function(){return 0<=this.historyIndex&&this.historyIndex<=this.history.count-1?this.history.M(this.historyIndex):null}},transactionToRedo:{get:function(){return this.historyIndex<this.history.count-1?this.history.M(this.historyIndex+1):null}},isUndoingRedoing:{get:function(){return this.Fe}},history:{get:function(){return this.u}},maxHistoryLength:{get:function(){return this.o},set:function(a){this.o=a}},historyIndex:{get:function(){return this.Ce}},currentTransaction:{get:function(){return this.Np}},transactionLevel:{get:function(){return this.bi}},isInTransaction:{get:function(){return 0<this.bi}},checksTransactionLevel:{get:function(){return this.j},set:function(a){this.j=a}},nestedTransactionNames:{get:function(){return this.Ie}},isPendingClear:{get:function(){return this.Ft},set:function(a){this.Ft=a}},isPendingUnmodified:{get:function(){return this.Gt},set:function(a){this.Gt=a}},isInternalTransaction:{get:function(){return this.Dt},set:function(a){this.Dt=a}},isJustDiscarded:{get:function(){return this.rq}}}),zr.prototype.handleChanged=zr.prototype.Tu,zr.prototype.redo=zr.prototype.redo,zr.prototype.undo=zr.prototype.undo,zr.prototype.canUndo=zr.prototype.canUndo,zr.prototype.discardHistoryAfterIndex=zr.prototype.lx,zr.prototype.rollbackTransaction=zr.prototype.Kf,zr.prototype.commitTransaction=zr.prototype.eb,zr.prototype.startTransaction=zr.prototype.Ea,zr.prototype.removeModel=zr.prototype.Rx,zr.prototype.addModel=zr.prototype.Xw,zr.prototype.clear=zr.prototype.clear,zr.className="UndoManager";function qi(){si(this),this.H=Hl,this.xa="",this.Jd=!0,this.nb=!1,this.wm=null,this.yy=new as,this.Zr=-1}qi.prototype.toString=function(){return this.name!==""?this.name+" Tool":Kn(this.constructor)},qi.prototype.updateAdornments=function(){},qi.prototype.canStart=function(){return this.isEnabled},qi.prototype.doStart=function(){},qi.prototype.doActivate=function(){this.isActive=!0},qi.prototype.doDeactivate=function(){this.isActive=!1},qi.prototype.doStop=function(){},qi.prototype.doCancel=function(){this.transactionResult=null,this.stopTool()},qi.prototype.stopTool=function(){var a=this.diagram;a.currentTool===this&&(a.currentTool=null,a.currentCursor="")},qi.prototype.doMouseDown=function(){!this.isActive&&this.canStart()&&this.doActivate()},qi.prototype.doMouseMove=function(){},qi.prototype.doMouseUp=function(){this.stopTool()},qi.prototype.doMouseWheel=function(){},qi.prototype.canStartMultiTouch=function(){return!0},qi.prototype.standardPinchZoomStart=function(){var a=this.diagram,y=a.lastInput,x=y.So(0,ye.allocAt(NaN,NaN)),b=y.So(1,ye.allocAt(NaN,NaN));if(x.w()&&b.w()&&(this.doCancel(),a.Ql("hasGestureZoom"))){a.Bw=a.scale;var E=b.x-x.x,z=b.y-x.y;a.Jw=Math.sqrt(E*E+z*z),y.bubbles=!1}ye.free(x),ye.free(b)},qi.prototype.standardPinchZoomMove=function(){var a=this.diagram,y=a.lastInput,x=y.So(0,ye.allocAt(NaN,NaN)),b=y.So(1,ye.allocAt(NaN,NaN));if(x.w()&&b.w()&&(this.doCancel(),a.Ql("hasGestureZoom"))){var E=b.x-x.x,z=b.y-x.y;z=Math.sqrt(E*E+z*z)/a.Jw,E=new ye((Math.min(b.x,x.x)+Math.max(b.x,x.x))/2,(Math.min(b.y,x.y)+Math.max(b.y,x.y))/2),z*=a.Bw;var nt=a.commandHandler;if(z!==a.scale&&nt.canResetZoom(z)){var rt=a.zoomPoint;a.zoomPoint=E,nt.resetZoom(z),a.zoomPoint=rt}y.bubbles=!1}ye.free(x),ye.free(b)},qi.prototype.doKeyDown=function(){this.diagram.lastInput.key==="Esc"&&this.doCancel()},qi.prototype.doKeyUp=function(){},qi.prototype.Ea=function(a){return a===void 0&&(a=this.name),this.transactionResult=null,this.diagram.Ea(a)},qi.prototype.stopTransaction=function(){var a=this.diagram;return this.transactionResult===null?a.Kf():a.eb(this.transactionResult)},qi.prototype.standardMouseSelect=function(){var a=this.diagram;if(a.allowSelect){var y=a.lastInput,x=a.Ol(y.documentPoint,!1);if(x!==null){if(Ri?y.meta:y.control){for(a.R("ChangingSelection",a.selection),y=x;y!==null&&!y.canSelect();)y=y.containingGroup;y!==null&&(y.isSelected=!y.isSelected),a.R("ChangedSelection",a.selection)}else if(y.shift){if(!x.isSelected){for(a.R("ChangingSelection",a.selection),y=x;y!==null&&!y.canSelect();)y=y.containingGroup;y!==null&&(y.isSelected=!0),a.R("ChangedSelection",a.selection)}}else if(!x.isSelected){for(y=x;y!==null&&!y.canSelect();)y=y.containingGroup;y!==null&&a.select(y)}}else!y.left||(Ri?y.meta:y.control)||y.shift||a.clearSelection()}},qi.prototype.standardMouseClick=function(a,y){a===void 0&&(a=null),y===void 0&&(y=function(E){return!E.layer.isTemporary});var x=this.diagram,b=x.lastInput;return a=x.ic(b.documentPoint,a,y),b.targetObject=a,Op(a,b,x),b.handled};function Op(a,y,x){if(y.handled=!1,a===null||a.If()){var b=0;y.left?b=y.clickCount===1?1:y.clickCount===2?2:1:y.right&&y.clickCount===1&&(b=3);var E="ObjectSingleClicked";if(a!==null){switch(b){case 1:E="ObjectSingleClicked";break;case 2:E="ObjectDoubleClicked";break;case 3:E="ObjectContextClicked"}b!==0&&x.R(E,a)}else{switch(b){case 1:E="BackgroundSingleClicked";break;case 2:E="BackgroundDoubleClicked";break;case 3:E="BackgroundContextClicked"}b!==0&&x.R(E)}if(a!==null)for(;a!==null;){switch(x=null,b){case 1:x=a.click;break;case 2:x=a.doubleClick?a.doubleClick:a.click;break;case 3:x=a.contextClick}if(x!==null&&(x(y,a),y.handled))break;a=a.panel}else{switch(a=null,b){case 1:a=x.click;break;case 2:a=x.doubleClick?x.doubleClick:x.click;break;case 3:a=x.contextClick}a!==null&&a(y)}}}qi.prototype.standardMouseOver=function(){var a=this.diagram,y=a.lastInput;if(a.animationManager.zb!==!0){var x=a.skipsUndoManager;a.skipsUndoManager=!0;var b=a.viewportBounds.ca(y.documentPoint)?a.ic(y.documentPoint,null,null):null;!y.event||y.event.type!=="pointercancel"&&y.event.type!=="pointerout"||(b=null),y.targetObject=b;var E=!1;if(b!==a.Ck){var z=a.Ck,nt=z;for(a.Ck=b,this.doCurrentObjectChanged(z,b),y.handled=!1;z!==null;){var rt=z.mouseLeave;if(rt!==null&&(b===z||b!==null&&b.rg(z)||(rt(y,z,b),E=!0,y.handled)))break;z=z.panel}for(z=nt,y.handled=!1;b!==null&&(nt=b.mouseEnter,!(nt!==null&&(z===b||z!==null&&z.rg(b)||(nt(y,b,z),E=!0,y.handled))));)b=b.panel;b=a.Ck}if(b!==null){for(z=b,nt="";z!==null&&(nt=z.cursor,nt==="");)z=z.panel;for(a.currentCursor=nt,y.handled=!1,z=b;z!==null&&(b=z.mouseOver,!(b!==null&&(b(y,z),E=!0,y.handled)));)z=z.panel}else this.doUpdateCursor(null),b=a.mouseOver,b!==null&&(b(y),E=!0);E&&a.$b(),a.skipsUndoManager=x}},qi.prototype.doUpdateCursor=function(){var a=this.diagram;a&&(a.currentCursor="")},qi.prototype.doCurrentObjectChanged=function(){},qi.prototype.standardMouseWheel=function(){var a=this.diagram,y=a.lastInput,x=y.delta;if(x!==0&&a.documentBounds.w()){var b=a.commandHandler,E=a.toolManager.mouseWheelBehavior;if(b!==null&&(E===Jc&&!y.shift||E===cc&&y.control))(0<x?b.canIncreaseZoom():b.canDecreaseZoom())&&(E=a.zoomPoint,a.zoomPoint=y.viewPoint,0<x?b.increaseZoom():b.decreaseZoom(),a.zoomPoint=E),y.bubbles=!1;else if(E===Jc&&y.shift||E===cc&&!y.control){b=a.position.copy();var z=y.event;E=z.deltaMode;var nt=z.deltaX;z=z.deltaY;var rt="pixel";if(nt===0&&z===0||y.shift)!y.shift&&a.allowVerticalScroll?(x=3*x*a.scrollVerticalLineChange,a.scroll(rt,0<x?"up":"down",Math.abs(x))):y.shift&&a.allowHorizontalScroll&&(x=3*x*a.scrollHorizontalLineChange,a.scroll(rt,0<x?"left":"right",Math.abs(x)));else{switch(E){case 0:rt="pixel";break;case 1:rt="line";break;case 2:rt="page"}nt!==0&&a.allowHorizontalScroll&&(nt*=a.scrollHorizontalLineChange/16,a.scroll(rt,0<nt?"right":"left",Math.abs(nt))),z!==0&&a.allowVerticalScroll&&(z*=a.scrollVerticalLineChange/16,a.scroll(rt,0<z?"down":"up",Math.abs(z)))}this.doWheelChange(a,b,y)}}},qi.prototype.doWheelChange=function(a,y,x){a.position.D(y)&&x.event.wheelDeltaX===0||(x.bubbles=!1)},qi.prototype.standardWaitAfter=function(a,y){y===void 0&&(y=this.diagram.lastInput),this.cancelWaitAfter();var x=this,b=y.clone(this.yy);this.Zr=Ze(function(){x.doWaitAfter(b)},a)},qi.prototype.cancelWaitAfter=function(){this.Zr!==-1&&dn.clearTimeout(this.Zr),this.Zr=-1},qi.prototype.doWaitAfter=function(){},qi.prototype.findToolHandleAt=function(a,y){return a=this.diagram.ic(a,function(x){for(;x!==null&&!(x.panel instanceof $i);)x=x.panel;return x}),a===null?null:a.part.category===y?a:null},qi.prototype.isBeyondDragSize=function(a,y){var x=this.diagram;a===void 0&&(a=x.firstInput.viewPoint),y===void 0&&(y=x.lastInput.viewPoint);var b=x.toolManager.dragSize,E=b.width;return b=b.height,x.firstInput.isTouchEvent&&(E+=6,b+=6),Math.abs(y.x-a.x)>E||Math.abs(y.y-a.y)>b},Ue.Object.defineProperties(qi.prototype,{diagram:{get:function(){return this.H},set:function(a){a instanceof Xe&&(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}}}),qi.prototype.startTransaction=qi.prototype.Ea,qi.className="Tool";function Br(){qi.call(this),this.name="ToolManager",this.hb=new fn,this.ob=new fn,this.Hb=new fn,this.F=this.V=850,this.o=new An(2,2).ja(),this.Ha=5e3,this.ia=cc,this.u=_d,this.Mp=this.j=null,this.zj=-1}_e(Br,qi),Br.prototype.initializeStandardTools=function(){},Br.prototype.updateAdornments=function(a){var y=this.currentToolTip;if(y instanceof $i&&this.Mp===a){var x=y.adornedObject;(a!==null?x.part===a:x===null)?this.showToolTip(y,x):this.hideToolTip()}},Br.prototype.doMouseDown=function(){var a=this.diagram,y=a.lastInput;if(y.isTouchEvent&&this.gestureBehavior===lu&&(y.bubbles=!1),y.isMultiTouch){if(this.cancelWaitAfter(),this.gestureBehavior===Ph){y.bubbles=!0;return}if(this.gestureBehavior===lu)return;if(a.currentTool.canStartMultiTouch()){a.currentTool.standardPinchZoomStart();return}}for(var x=this.mouseDownTools.length,b=0;b<x;b++){var E=this.mouseDownTools.M(b);if(E.diagram=this.diagram,E.canStart()){a.doFocus(),a.currentTool=E,a.currentTool===E&&(E.isActive||E.doActivate(),E.doMouseDown());return}}a.lastInput.button===1&&(this.mouseWheelBehavior===cc?this.mouseWheelBehavior=Jc:this.mouseWheelBehavior===Jc&&(this.mouseWheelBehavior=cc)),this.doActivate(),this.standardWaitAfter(this.holdDelay,y)},Br.prototype.doMouseMove=function(){var a=this.diagram,y=a.lastInput;if(y.isMultiTouch){if(this.gestureBehavior===Ph){y.bubbles=!0;return}if(this.gestureBehavior===lu)return;if(a.currentTool.canStartMultiTouch()){a.currentTool.standardPinchZoomMove();return}}if(this.isActive)for(var x=this.mouseMoveTools.length,b=0;b<x;b++){var E=this.mouseMoveTools.M(b);if(E.diagram=this.diagram,E.canStart()){a.doFocus(),a.currentTool=E,a.currentTool===E&&(E.isActive||E.doActivate(),E.doMouseMove());return}}Ip(this,a),a=y.event,a===null||a.type!=="pointermove"&&a.cancelable||(y.bubbles=!0)};function Ip(a,y){a.standardMouseOver(),a.isBeyondDragSize()&&a.standardWaitAfter(a.isActive?a.holdDelay:a.hoverDelay,y.lastInput)}Br.prototype.doCurrentObjectChanged=function(a,y){a=this.currentToolTip,a===null||y!==null&&a instanceof $i&&(y===a||y.rg(a))||this.hideToolTip()},Br.prototype.doWaitAfter=function(a){var y=this.diagram;y.ta!==null&&(this.doMouseHover(),this.isActive||this.doToolTip(),a.isTouchEvent&&!y.lastInput.handled&&(a=a.copy(),a.button=2,a.buttons=2,y.lastInput=a,y.qu=!0,y.doMouseUp()))},Br.prototype.doMouseHover=function(){var a=this.diagram,y=a.lastInput;y.targetObject===null&&(y.targetObject=a.ic(y.documentPoint,null,null));var x=y.targetObject;if(x!==null)for(y.handled=!1;x!==null&&(a=this.isActive?x.mouseHold:x.mouseHover,!(a!==null&&(a(y,x),y.handled)));)x=x.panel;else x=this.isActive?a.mouseHold:a.mouseHover,x!==null&&x(y)},Br.prototype.doToolTip=function(){var a=this.diagram,y=a.lastInput;if(y.targetObject===null&&(y.targetObject=a.ic(y.documentPoint,null,null)),y=y.targetObject,y!==null){if(a=this.currentToolTip,!(a instanceof $i)||y!==a&&!y.rg(a)){for(;y!==null;){if(a=y.toolTip,a!==null){this.showToolTip(a,y);return}y=y.panel}this.hideToolTip()}}else y=a.toolTip,y!==null?this.showToolTip(y,null):this.hideToolTip()},Br.prototype.showToolTip=function(a,y){var x=this.diagram;if(a!==this.currentToolTip&&this.hideToolTip(),a instanceof $i){a.layerName="Tool",a.selectable=!1,a.scale=1/x.scale,a.category="ToolTip",a.placeholder!==null&&(a.placeholder.scale=x.scale);var b=a.diagram;b!==null&&b!==x&&b.remove(a),x.add(a),y!==null?a.adornedObject=y:a.data=x.model,a.Va(),this.positionToolTip(a,y)}else a instanceof kl&&a!==this.currentToolTip&&a.show(y,x,this);if(this.currentToolTip=a,this.zj!==-1&&(dn.clearTimeout(this.zj),this.zj=-1),a=this.toolTipDuration,0<a&&a!==1/0){var E=this;this.zj=Ze(function(){E.hideToolTip()},a)}},Br.prototype.positionToolTip=function(a){if(a.placeholder===null){var y=this.diagram,x=y.lastInput.documentPoint.copy(),b=a.measuredBounds,E=y.viewportBounds;y.lastInput.isTouchEvent&&(x.x-=b.width),x.x+b.width>E.right&&(x.x-=b.width+5/y.scale),x.x<E.x&&(x.x=E.x),x.y=x.y+20/y.scale+b.height>E.bottom?x.y-(b.height+5/y.scale):x.y+20/y.scale,x.y<E.y&&(x.y=E.y),a.position=x}},Br.prototype.hideToolTip=function(){this.zj!==-1&&(dn.clearTimeout(this.zj),this.zj=-1);var a=this.diagram,y=this.currentToolTip;y!==null&&(y instanceof $i?(a.remove(y),this.Mp!==null&&this.Mp.Jf(y.category),y.data=null,y.adornedObject=null):y instanceof kl&&y.hide!==null&&y.hide(a,this),this.currentToolTip=null)},Br.prototype.doMouseUp=function(){this.cancelWaitAfter();var a=this.diagram;if(this.isActive)for(var y=this.mouseUpTools.length,x=0;x<y;x++){var b=this.mouseUpTools.M(x);if(b.diagram=this.diagram,b.canStart()){a.doFocus(),a.currentTool=b,a.currentTool===b&&(b.isActive||b.doActivate(),b.doMouseUp());return}}a.doFocus(),this.doDeactivate()},Br.prototype.doMouseWheel=function(){this.standardMouseWheel()},Br.prototype.doKeyDown=function(){var a=this.diagram;a.commandHandler!==null&&a.commandHandler.doKeyDown()},Br.prototype.doKeyUp=function(){var a=this.diagram;a.commandHandler!==null&&a.commandHandler.doKeyUp()},Br.prototype.findTool=function(a){for(var y=this.mouseDownTools.length,x=0;x<y;x++){var b=this.mouseDownTools.M(x);if(b.name===a)return b}for(y=this.mouseMoveTools.length,x=0;x<y;x++)if(b=this.mouseMoveTools.M(x),b.name===a)return b;for(y=this.mouseUpTools.length,x=0;x<y;x++)if(b=this.mouseUpTools.M(x),b.name===a)return b;return null},Br.prototype.replaceTool=function(a,y){y!==null&&(y.diagram=this.diagram);for(var x=this.mouseDownTools.length,b=0;b<x;b++){var E=this.mouseDownTools.M(b);if(E.name===a)return y!==null?this.mouseDownTools.cd(b,y):this.mouseDownTools.mb(b),E}for(x=this.mouseMoveTools.length,b=0;b<x;b++)if(E=this.mouseMoveTools.M(b),E.name===a)return y!==null?this.mouseMoveTools.cd(b,y):this.mouseMoveTools.mb(b),E;for(x=this.mouseUpTools.length,b=0;b<x;b++)if(E=this.mouseUpTools.M(b),E.name===a)return y!==null?this.mouseUpTools.cd(b,y):this.mouseUpTools.mb(b),E;return null},Br.prototype.gb=function(a,y,x){y!==null&&(y.name=a,y.diagram=this.diagram),this.findTool(a)?this.replaceTool(a,y):y!==null&&x.add(y)},Ue.Object.defineProperties(Br.prototype,{mouseWheelBehavior:{get:function(){return this.ia},set:function(a){this.ia=a}},gestureBehavior:{get:function(){return this.u},set:function(a){this.u=a}},currentToolTip:{get:function(){return this.j},set:function(a){this.j=a,this.Mp=a!==null&&a instanceof $i?a.adornedPart:null}},mouseDownTools:{get:function(){return this.hb}},mouseMoveTools:{get:function(){return this.ob}},mouseUpTools:{get:function(){return this.Hb}},hoverDelay:{get:function(){return this.V},set:function(a){this.V=a}},holdDelay:{get:function(){return this.F},set:function(a){this.F=a}},dragSize:{get:function(){return this.o},set:function(a){this.o=a.J()}},toolTipDuration:{get:function(){return this.Ha},set:function(a){this.Ha=a}}}),Br.prototype.replaceStandardTool=Br.prototype.gb;var cc=new sn(Br,"WheelScroll",0),Jc=new sn(Br,"WheelZoom",1),eg=new sn(Br,"WheelNone",2),_d=new sn(Br,"GestureZoom",3),lu=new sn(Br,"GestureCancel",4),Ph=new sn(Br,"GestureNone",5);Br.className="ToolManager",Br.WheelScroll=cc,Br.WheelZoom=Jc,Br.WheelNone=eg,Br.GestureZoom=_d,Br.GestureCancel=lu,Br.GestureNone=Ph;function Wr(){qi.call(this),this.name="Dragging",this.u=this.Sw=this.ob=!0,this.o=this.Ha=this.V=this.Oe=null,this.Ym=this.Hb=!1,this.tl=new ye(NaN,NaN),this.Fr=new ye,this.hb=!0,this.Ik=100,this.Cg=[],this.te=new gn().freeze(),this.ia=new at,this.Bn=null,this.F="copy",this.Oc="",this.Pc="no-drop"}var Ul;_e(Wr,qi),Wr.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(a.isReadOnly&&!a.allowDragOut||!a.allowMove&&!a.allowCopy&&!a.allowDragOut||!a.allowSelect)return!1;var y=a.lastInput;return!y.left||a.currentTool!==this&&(!this.isBeyondDragSize()||y.isTouchEvent&&y.timestamp-a.firstInput.timestamp<this.Ik)?!1:this.findDraggablePart()!==null},Wr.prototype.findDraggablePart=function(){var a=this.diagram;if(a=a.Ol(a.firstInput.documentPoint,!1),a===null)return null;for(;a!==null&&!a.canSelect();)a=a.containingGroup;return a!==null&&(a.canMove()||a.canCopy())?a:null},Wr.prototype.standardMouseSelect=function(){var a=this.diagram;if(a.allowSelect){var y=a.Ol(a.firstInput.documentPoint,!1);if(y!==null){for(;y!==null&&!y.canSelect();)y=y.containingGroup;this.currentPart=y,this.currentPart===null||this.currentPart.isSelected||(a.R("ChangingSelection",a.selection),y=a.lastInput,(Ri?y.meta:y.control)||y.shift||a.clearSelection(!0),this.currentPart.isSelected=!0,a.R("ChangedSelection",a.selection))}}},Wr.prototype.doActivate=function(){var a=this.diagram;this.Bn=null,this.currentPart===null&&this.standardMouseSelect();var y=this.currentPart;y!==null&&(y.canMove()||y.canCopy())&&(a.Fu(!0),Do=null,this.isActive=!0,this.tl.set(a.position),Hd(this,a.selection),this.Cg.length=0,a.animationManager.Cc(),this.draggedParts=this.computeEffectiveCollection(a.selection,this.dragOptions),this.Sw=this.diagram.layout.isRealtime,this.diagram.layout.isRealtime=!1,a.Ns=!0,a.Gf("temporaryPixelRatio")===!0&&30<a.$w&&Is(a),af(a,this.draggedParts),this.Ea("Drag"),this.startPoint=a.firstInput.documentPoint,a.isMouseCaptured=!0,a.allowDragOut&&(this.isDragOutStarted=!0,this.Ym=!1,Do=this,Ou=this.diagram,this.doSimulatedDragOut()))};function Hd(a,y){if(a.dragsLink){var x=a.diagram;x.allowRelink&&(x.model.Wj()&&y.count===1&&y.first()instanceof vn?(a.draggedLink=y.first(),a.draggedLink.canRelinkFrom()&&a.draggedLink.canRelinkTo()&&a.draggedLink.Ej(),a.Oe=x.toolManager.findTool("Relinking"),a.Oe===null&&(a.Oe=new ga,a.Oe.diagram=x),a.Oe.originalLink=a.draggedLink):(a.draggedLink=null,a.Oe=null))}}Wr.prototype.computeEffectiveCollection=function(a,y){return this.diagram.commandHandler.computeEffectiveCollection(a,y)},Wr.prototype.Pd=function(a){return a===void 0?new gu(to):this.isGridSnapEnabled?new gu(new ye(Math.round(1e3*a.x)/1e3,Math.round(1e3*a.y)/1e3)):new gu(a.copy())},Wr.prototype.doDeactivate=function(){this.isActive=!1;var a=this.diagram;if(this.diagram.layout.isRealtime=this.Sw,a.Fu(!1),a.ug(),Ch(this),Oh(a,this.draggedParts),this.draggedParts=this.currentPart=this.Bn=null,this.Ym=this.isDragOutStarted=!1,0<Ul.count){for(var y=Ul,x=y.length,b=0;b<x;b++){var E=y.M(b);Nu(E),qa(E),Ch(E),E.diagram.ug()}y.clear()}Nu(this),this.tl.h(NaN,NaN),Ou!==null&&(Ou.currentCursor=""),Do=Ou=null,qa(this),a.isMouseCaptured=!1,a.currentCursor="",a.Ns=!1,this.stopTransaction(),ud(a,!0)},Wr.prototype.stopTransaction=function(){var a=this.diagram,y=qi.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y};function Ch(a){var y=a.diagram,x=y.skipsUndoManager;y.skipsUndoManager=!0,ig(a,y.lastInput,null),y.skipsUndoManager=x,a.Cg.length=0}function ng(){var a=Do;qa(a),Fu(a);var y=a.diagram;a.tl.w()&&(y.position=a.tl),y.ug()}Wr.prototype.doCancel=function(){qa(this),Fu(this);var a=this.diagram;this.tl.w()&&(a.position=this.tl),this.stopTool()},Wr.prototype.doKeyDown=function(){var a=this.diagram,y=a.lastInput;this.isActive&&(y.key==="Esc"?this.doCancel():y.key!==a.previousInput.key&&this.doMouseMove())},Wr.prototype.doKeyUp=function(){this.isActive&&this.doMouseMove()};function uu(a,y){if(a.copiedParts===null){var x=a.diagram;if((!y||!x.isReadOnly&&!x.isModelReadOnly)&&a.draggedParts!==null){var b=x.undoManager;for(b.isEnabled&&b.isInTransaction?b.currentTransaction!==null&&0<b.currentTransaction.changes.count&&(x.undoManager.Kf(),x.Ea("Drag")):Fu(a),x.skipsUndoManager=!y,x.partManager.addsToTemporaryLayer=!y,a.startPoint=x.firstInput.documentPoint,y=a.copiesEffectiveCollection?a.draggedParts.Lf():x.selection,y=x.Kj(y,x,!0),x=new li,b=a.draggedParts.iterator;b.next();){var E=b.key;if(E.Zc()&&E.canCopy()){var z=y.I(E);z!==null&&(z.location=E.location,z.Va(),x.add(z,a.Pd(z.location)))}}for(y=y.iterator;y.next();)b=y.value,b instanceof vn&&b.canCopy()&&x.add(b,a.Pd());a.copiedParts=x,Hd(a,x.Lf()),a.draggedLink!==null&&(x=a.draggedLink,y=x.routeBounds,th(x,a.startPoint.x-(y.x+y.width/2),a.startPoint.y-(y.y+y.height/2))),a.doUpdateCursor(null)}}}function qa(a){var y=a.diagram;if(a.copiedParts!==null){if(y.Is(a.copiedParts.Lf(),!1),a.copiedParts=null,a.draggedParts!==null)for(var x=a.draggedParts.iterator;x.next();)x.key instanceof vn&&(x.value.point=new ye(0,0));a.doUpdateCursor(null)}y.skipsUndoManager=!1,y.partManager.addsToTemporaryLayer=!1,a.startPoint=y.firstInput.documentPoint}function Nu(a){if(a.draggedLink!==null){if(a.dragsLink&&a.Oe!==null){var y=a.Oe;y.diagram.remove(y.temporaryFromNode),y.diagram.remove(y.temporaryToNode),a.Oe.originalLink=null}a.draggedLink=null,a.Oe=null}}function Ll(a,y,x){var b=a.diagram,E=a.startPoint,z=ye.alloc();z.assign(b.lastInput.documentPoint),a.moveParts(y,z.re(E),x),ye.free(z),b.Gf("temporaryPixelRatio")===!0&&b.Yh===null&&30<b.$w&&(Is(b),b.hk())}Wr.prototype.moveParts=function(a,y,x){x===void 0&&(x=!1);var b=this.diagram;b!==null&&Bh(b,a,y,this.dragOptions,x)};function Fu(a){if(a.draggedParts!==null){for(var y=a.diagram,x=a.draggedParts.iterator;x.next();){var b=x.key;b.Zc()&&(b.location=x.value.point)}for(x=a.draggedParts.iterator;x.next();)if(b=x.key,b instanceof vn&&b.suspendsRouting){var E=x.value.point;a.draggedParts.add(b,a.Pd()),th(b,-E.x,-E.y)}y.bd()}}function Kd(a,y){var x=a.diagram;a.dragsLink&&(a.draggedLink!==null&&(a.draggedLink.fromNode=null,a.draggedLink.toNode=null),Du(a,!1));var b=a.findDragOverObject(y),E=x.lastInput;E.targetObject=b,a.doUpdateCursor(b);var z=x.skipsUndoManager,nt=!1;try{if(x.skipsUndoManager=!0,nt=ig(a,E,b),!a.isActive&&Do===null)return;var rt=b!==null?b.part:null;if(rt===null||x.handlesDragDropForTopLevelParts&&rt.isTopLevel&&!(rt instanceof yi)){var st=x.mouseDragOver;st!==null&&(st(E),nt=!0)}if(!a.isActive&&Do===null||(a.doDragOver(y,b),!a.isActive&&Do===null))return}finally{x.skipsUndoManager=z,nt&&x.bd()}a.Bn=b,x.isReadOnly||!x.allowMove&&!x.allowCopy||!x.allowHorizontalScroll&&!x.allowVerticalScroll||x.gs(E.viewPoint)}Wr.prototype.findDragOverObject=function(a){var y=this;return Kl(this.diagram,a,null,function(x){return x===null?x=!0:(x=x.part,x=!!(x===null||x instanceof $i||x.layer.isTemporary||y.draggedParts&&y.draggedParts.contains(x)||y.copiedParts&&y.copiedParts.contains(x))),!x})},Wr.prototype.doUpdateCursor=function(a){var y=this.diagram;(a===null||this.Bn!==a)&&(!this.diagram.currentTool.isActive||this.mayCopy()?y.currentCursor=this.copyCursor:this.mayMove()?y.currentCursor=this.moveCursor:this.mayDragOut()&&(y.currentCursor=this.nodropCursor))};function ig(a,y,x){var b=!1,E=a.Cg.length,z=0<E?a.Cg[0]:null;if(x===z)return!1;y.handled=!1;for(var nt=0;nt<E;nt++){var rt=a.Cg[nt],st=rt.mouseDragLeave;if(st!==null&&(st(y,rt,x),b=!0,y.handled))break}if(a.Cg.length=0,!a.isActive&&Do===null||x===null)return b;for(y.handled=!1,E=x;E!==null;)a.Cg.push(E),E=rg(E);for(E=a.Cg.length,x=0;x<E&&(nt=a.Cg[x],rt=nt.mouseDragEnter,rt===null||(rt(y,nt,z),b=!0,!y.handled));x++);return b}function rg(a){var y=a.panel;return y!==null?y:a instanceof $n&&!(a instanceof yi)&&(a=a.containingGroup,a!==null&&a.handlesDragDropForMembers)?a:null}function Rp(a,y,x){var b=a.Oe;if(b===null)return null;var E=a.diagram.og(y,b.portGravity,function(ht){return b.findValidLinkablePort(ht,x)});a=ye.alloc();var z=1/0,nt=null;for(E=E.iterator;E.next();){var rt=E.value;if(rt.part!==null){var st=rt.ga(nr,a);st=y.Bf(st),st<z&&(nt=rt,z=st)}}return ye.free(a),nt}function Du(a,y){var x=a.draggedLink;if(x!==null&&!(2>x.pointsCount)){var b=a.diagram;if(!b.isReadOnly){var E=a.Oe;if(E!==null){var z=null,nt=null;x.fromNode===null&&(z=Rp(a,x.i(0),!1),z!==null&&(nt=z.part));var rt=null,st=null;x.toNode===null&&(rt=Rp(a,x.i(x.pointsCount-1),!0),rt!==null&&(st=rt.part)),E.isValidLink(nt,z,st,rt)?y?(x.defaultFromPoint=x.i(0),x.defaultToPoint=x.i(x.pointsCount-1),x.suspendsRouting=!1,x.fromNode=nt,z!==null&&(x.fromPortId=z.portId),x.toNode=st,rt!==null&&(x.toPortId=rt.portId),x.fromPort!==b.Mx&&b.R("LinkRelinked",x,b.Mx),x.toPort!==b.Nx&&b.R("LinkRelinked",x,b.Nx)):Vd(E,nt,z,st,rt):Vd(E,null,null,null,null)}}}}Wr.prototype.doDragOver=function(){};function Bu(a,y){var x=a.diagram;a.dragsLink&&Du(a,!0),Ch(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 nt=z.mouseDrop;if(nt!==null&&(nt(E,z),E.handled))break;Q0(a,E,z),z=rg(z)}}else z=x.mouseDrop,z!==null&&z(E);if(a.isActive||Do!==null){for(E=(a.copiedParts||a.draggedParts).iterator;E.next();)z=E.key,z instanceof kn&&z.linksConnected.each(function(rt){rt.suspendsRouting=!1});if(a.doDropOnto(y,b),a.isActive||Do!==null){for(a=en.alloc(),y=x.selection.iterator;y.next();)b=y.value,b instanceof kn&&q0(x,b,a);en.free(a)}}}function Q0(a,y,x){a=a.diagram,x=x.part,!a.handlesDragDropForTopLevelParts||!x.isTopLevel||x instanceof yi||(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 vn},!0,function(E){return E instanceof vn},b),a.count!==0)for(a=a.iterator;a.next();)x=a.value,!x.Td(y)&&x.isAvoiding&&x.bb()}Wr.prototype.doDropOnto=function(){},Wr.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()?(uu(this,!1),af(a,this.copiedParts),Ll(this,this.copiedParts,!1),Oh(a,this.copiedParts)):this.mayMove()?(qa(this),Ll(this,this.draggedParts,!0)):this.mayDragOut()?(uu(this,!1),Ll(this,this.copiedParts,!1)):qa(this),Kd(this,a.lastInput.documentPoint))}},Wr.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),uu(this,!0),af(a,this.copiedParts),Ll(this,this.copiedParts,!1),Oh(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()&&(Ll(this,this.draggedParts,!0),Kd(this,a.lastInput.documentPoint))),this.Ym=!0,Bu(this,a.lastInput.documentPoint),this.isActive){var b=x?this.copiedParts.Lf():this.draggedParts.Lf();this.copiedParts=null,y&&$0(this),a.Ya(),Oh(a,this.draggedParts),this.transactionResult=x?"Copy":"Move",a.R(x?"SelectionCopied":"SelectionMoved",b)}this.stopTool(),x&&a.R("ChangedSelection",a.selection)}}},Wr.prototype.simulatedMouseMove=function(a,y,x){if(Do===null)return!1;var b=Do.diagram;x instanceof Xe||(x=null);var E=Ou;return x!==E&&(E!==null&&E!==b&&(E.ug(),Do.isDragOutStarted=!1,E=E.toolManager.findTool("Dragging"),E!==null&&E.doSimulatedDragLeave()),Ou=x,x!==null&&x!==b&&(ng(),E=x.toolManager.findTool("Dragging"),E!==null&&(Ul.contains(E)||Ul.add(E),E.doSimulatedDragEnter())),this.doUpdateCursor(null)),x===null||x===b||!x.allowDrop||x.isReadOnly||!x.allowInsert?!1:(b=x.toolManager.findTool("Dragging"),b!==null&&(a!==null&&(a.targetTouches!==void 0&&(0<a.targetTouches.length?a=a.targetTouches[0]:0<a.changedTouches.length&&(a=a.changedTouches[0])),y=x.getMouse(a)),x.lastInput.documentPoint=y,x.lastInput.viewPoint=x.op(y),x.lastInput.down=!1,x.lastInput.up=!1,b.doSimulatedDragOver()),!0)},Wr.prototype.simulatedMouseUp=function(a,y,x){if(Do===null)return!1;var b=Ou,E=Do.diagram;if(x===null)return Do.doCancel(),!0;if(x!==b){var z=b.toolManager.findTool("Dragging");if(b!==null&&b!==E&&z!==null)return b.ug(),Do.isDragOutStarted=!1,z.doSimulatedDragLeave(),!1;Ou=x,b=x.toolManager.findTool("Dragging"),b!==null&&(ng(),Ul.contains(b)||Ul.add(b),b.doSimulatedDragEnter())}return x!==this.diagram?(a!==null?(a.targetTouches!==void 0&&(0<a.targetTouches.length?a=a.targetTouches[0]:0<a.changedTouches.length&&(a=a.changedTouches[0])),y=x.getMouse(a)):y===null&&(y=new ye),x.lastInput.documentPoint=y,x.lastInput.viewPoint=x.op(y),x.lastInput.down=!1,x.lastInput.up=!0,a=x.toolManager.findTool("Dragging"),a!==null&&a.doSimulatedDrop(),a=Do,a!==null&&(x=a.mayCopy(),a.transactionResult=x?"Copy":"Move",a.stopTool()),!0):!1};function $0(a){if(a.draggedParts!==null)for(var y=a.draggedParts.iterator;y.next();){var x=y.key;x instanceof kn&&(x=x.containingGroup,x===null||x.placeholder===null||a.draggedParts.contains(x)||x.placeholder.v())}}Wr.prototype.mayCopy=function(){if(!this.isCopyEnabled)return!1;var a=this.diagram;if(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.allowCopy||(Ri?!a.lastInput.alt:!a.lastInput.control))return!1;for(a=a.selection.iterator;a.next();)if(a.value.canCopy())return!0;return!!(this.draggedLink!==null&&this.dragsLink&&this.draggedLink.canCopy())},Wr.prototype.mayDragOut=function(){if(!this.isCopyEnabled)return!1;var a=this.diagram;if(!a.allowDragOut||!a.allowCopy||a.allowMove)return!1;for(a=a.selection.iterator;a.next();)if(a.value.canCopy())return!0;return!!(this.draggedLink!==null&&this.dragsLink&&this.draggedLink.canCopy())},Wr.prototype.mayMove=function(){var a=this.diagram;if(a.isReadOnly||!a.allowMove)return!1;for(a=a.selection.iterator;a.next();)if(a.value.canMove())return!0;return!!(this.draggedLink!==null&&this.dragsLink&&this.draggedLink.canMove())},Wr.prototype.computeBorder=function(a,y,x){return this.Ym||this.draggedParts===null||this.draggedParts.contains(a)?null:x.assign(y)},Wr.prototype.Az=function(){return Do},Wr.prototype.mayDragIn=function(){var a=this.diagram;if(!a.allowDrop||a.isReadOnly||a.isModelReadOnly||!a.allowInsert)return!1;var y=Do;return!(y===null||y.diagram.model.dataFormat!==a.model.dataFormat)},Wr.prototype.doSimulatedDragEnter=function(){if(this.mayDragIn()){var a=this.diagram;a.animationManager.Cc(),Aa(a),a.animationManager.Cc(),a=Do,a!==null&&(a.diagram.Ns=!1),this.doUpdateCursor(null)}},Wr.prototype.doSimulatedDragLeave=function(){var a=Do;a!==null&&a.doSimulatedDragOut(),this.doCancel()},Wr.prototype.doSimulatedDragOver=function(){var a=this.diagram;a.animationManager.Dm=!0;var y=Do;if(y!==null&&y.draggedParts!==null){if(!this.mayDragIn())return;jp(this,y.draggedParts.Lf(),!1,a.firstInput),Ll(this,this.copiedParts,!1),Kd(this,a.lastInput.documentPoint)}a.animationManager.Dm=!1},Wr.prototype.doSimulatedDrop=function(){var a=this.diagram,y=Do;if(y!==null){var x=y.diagram;if(y.Ym=!0,qa(this),!this.mayDragIn())return;a.animationManager.Dm=!0,a.R("ChangingSelection",a.selection),this.Ea("Drop"),jp(this,y.draggedParts.Lf(),!0,a.lastInput),Ll(this,this.copiedParts,!1);var b=new gn;this.copiedParts!==null&&(a.clearSelection(!0),this.copiedParts.iteratorKeys.each(function(E){E.isSelected=!0,b.add(E)})),Bu(this,a.lastInput.documentPoint),a.Ya(),this.copiedParts!==null&&(this.transactionResult="ExternalCopy"),this.copiedParts=null,a.doFocus(),a.R("ExternalObjectsDropped",b,x),this.stopTransaction(),a.R("ChangedSelection",a.selection)}a.animationManager.Dm=!1};function jp(a,y,x,b){if(a.copiedParts===null){var E=a.diagram;if(!E.isReadOnly&&!E.isModelReadOnly){E.skipsUndoManager=!x,E.partManager.addsToTemporaryLayer=!x,a.startPoint=b.documentPoint,x=E.Kj(y,E,!0);var z=en.alloc();E=b=1/0;for(var nt=-1/0,rt=-1/0,st=y.iterator;st.next();){var ht=st.value;if(ht.isVisible()){var dt=ht.location;ht=dt.x,dt=dt.y,isNaN(ht)||isNaN(dt)||(ht<b&&(b=ht),dt<E&&(E=dt),ht>nt&&(nt=ht),dt>rt&&(rt=dt))}}for(b===1/0?z.h(0,0,0,0):z.h(b,E,nt-b,rt-E),b=z.x+z.width/2,E=z.y+z.height/2,en.free(z),z=a.Fr,nt=new li,rt=ye.alloc(),st=y.iterator;st.next();)ht=st.value,ht instanceof vn&&ht.canCopy()&&(dt=x.I(ht),dt!==null&&(dt.points=ht.points,th(dt,z.x-b,z.y-E),dt.suspendsRouting=!0,nt.add(dt,a.Pd())));for(y=y.iterator;y.next();)ht=y.value,ht.Zc()&&ht.canCopy()&&(st=x.I(ht),st!==null&&(ht=ht.location,rt.h(z.x-(b-ht.x),z.y-(E-ht.y)),st.location=rt,st.Va(),nt.add(st,a.Pd(rt))));ye.free(rt),a.copiedParts=nt,Hd(a,nt.Lf()),a.draggedLink!==null&&(x=a.draggedLink,y=x.routeBounds,th(x,a.startPoint.x-(y.x+y.width/2),a.startPoint.y-(y.y+y.height/2))),a.doUpdateCursor(null)}}}Wr.prototype.doSimulatedDragOut=function(){var a=this.diagram;a.Ns=!1,this.mayCopy()||this.mayMove()?a.currentCursor="":a.currentCursor=this.nodropCursor,this.Bn=null},Wr.prototype.computeMove=function(a,y,x,b){return x=this.diagram,x!==null?x.computeMove(a,y,this.dragOptions,b):new ye},Ue.Object.defineProperties(Wr.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}}}),Wr.prototype.getDraggingSource=Wr.prototype.Az;var Do=null,Ou=null;Wr.className="DraggingTool",Ul=new fn,gi("draggingTool",function(){return this.findTool("Dragging")},function(a){this.gb("Dragging",a,this.mouseMoveTools)}),Br.prototype.doCancel=function(){Do!==null&&Do.doCancel(),qi.prototype.doCancel.call(this)};function qr(){qi.call(this),this.te=100,this.Ha=!1,this.u="pointer";var a=new vn,y=new ki;y.isPanelMain=!0,y.stroke="blue",a.add(y),y=new ki,y.toArrow="Standard",y.fill="blue",y.stroke="blue",a.add(y),a.layerName="Tool",this.Ci=a,a=new kn,y=new ki,y.portId="",y.figure="Rectangle",y.fill=null,y.stroke="magenta",y.strokeWidth=2,y.desiredSize=Sr,a.add(y),a.selectable=!1,a.layerName="Tool",this.Bi=a,this.j=y,a=new kn,y=new ki,y.portId="",y.figure="Rectangle",y.fill=null,y.stroke="magenta",y.strokeWidth=2,y.desiredSize=Sr,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 li,this.Of=this.gj=this.Pf=null}_e(qr,qi),qr.prototype.doStop=function(){this.diagram.ug(),this.originalToPort=this.originalToNode=this.originalFromPort=this.originalFromNode=this.originalLink=null,this.validPortsCache.clear(),this.targetPort=null},qr.prototype.copyPortProperties=function(a,y,x,b,E){if(a!==null&&y!==null&&x!==null&&b!==null){var z=y.Df(),nt=An.alloc();nt.width=y.naturalBounds.width*z,nt.height=y.naturalBounds.height*z,b.desiredSize=nt,An.free(nt),E?(b.toSpot=y.toSpot,b.toEndSegmentLength=y.toEndSegmentLength):(b.fromSpot=y.fromSpot,b.fromEndSegmentLength=y.fromEndSegmentLength),x.locationSpot=nr,z=ye.alloc(),x.location=y.ga(nr,z),ye.free(z),b.angle=y.li(),this.portTargeted!==null&&this.portTargeted(a,y,x,b,E)}},qr.prototype.setNoTargetPortProperties=function(a,y,x){y!==null&&(y.desiredSize=Sr,y.fromSpot=Yi,y.toSpot=Yi),a!==null&&(a.location=this.diagram.lastInput.documentPoint),this.portTargeted!==null&&this.portTargeted(null,null,a,y,x)},qr.prototype.doMouseDown=function(){this.isActive&&this.doMouseMove()},qr.prototype.doMouseMove=function(){if(this.isActive){var a=this.diagram;if(this.targetPort=this.findTargetPort(this.isForwards),this.targetPort!==null&&this.targetPort.part instanceof kn){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)}},qr.prototype.findValidLinkablePort=function(a,y){if(a===null)return null;var x=a.part;if(!(x instanceof kn))return null;for(;a!==null;){var b=y?a.toLinkable:a.fromLinkable;if(b===!0&&(a.portId!==null||a instanceof kn)&&(y?this.isValidTo(x,a):this.isValidFrom(x,a)))return a;if(b===!1)break;a=a.panel}return null},qr.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(vt){return E.findValidLinkablePort(vt,a)},null,!0);for(b=1/0,y=null,z=z.iterator;z.next();){var nt=z.value,rt=nt.part;if(rt instanceof kn){var st=nt.ga(nr,ye.alloc()),ht=x.x-st.x,dt=x.y-st.y;ye.free(st),st=ht*ht+dt*dt,st<b&&(ht=this.validPortsCache.I(nt),ht!==null?ht&&(y=nt,b=st):a&&this.isValidLink(this.originalFromNode,this.originalFromPort,rt,nt)||!a&&this.isValidLink(rt,nt,this.originalToNode,this.originalToPort)?(this.validPortsCache.add(nt,!0),y=nt,b=st):this.validPortsCache.add(nt,!1))}}return y!==null&&(x=y.part,x instanceof kn&&(x.layer===null||x.layer.allowLink))?y:null},qr.prototype.isValidFrom=function(a,y){if(a===null||y===null)return this.isUnconnectedLinkValid;if(this.diagram.currentTool===this&&(a.layer!==null&&!a.layer.allowLink||y.fromLinkable!==!0))return!1;var x=y.fromMaxLinks;if(1/0>x){if(this.originalLink!==null&&a===this.originalFromNode&&y===this.originalFromPort)return!0;if(y=y.portId,y===null&&(y=""),a.Mo(y).count>=x)return!1}return!0},qr.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},qr.prototype.isInSameNode=function(a,y){return a===null||y===null?!1:a===y?!0:(a=a.part,y=y.part,a!==null&&a===y)},qr.prototype.isLinked=function(a,y){if(a===null||y===null)return!1;var x=a.part;if(!(x instanceof kn))return!1;a=a.portId,a===null&&(a="");var b=y.part;if(!(b instanceof kn))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},qr.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)},qr.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 gn;return b.add(a),ls(this,x,y,b)};function ls(a,y,x,b){if(y===x)return!0;var E=y.fromNode;return E!==null&&E.isLinkLabel&&(b.add(E),ls(a,E.labeledLink,x,b))?!0:(y=y.toNode,!!(y!==null&&y.isLinkLabel&&(b.add(y),ls(a,y.labeledLink,x,b))))}qr.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!==gd){if(b===Og){if(b=x||this.temporaryLink,b!==null&&!b.isTreeLink)return!0;for(b=y.linksConnected;b.next();){var E=b.value;if(E!==x&&E.isTreeLink&&E.toNode===y)return!1}return!ps(this,a,y,x,!0)}if(b===Ig){if(b=x||this.temporaryLink,b!==null&&!b.isTreeLink)return!0;for(b=a.linksConnected;b.next();)if(E=b.value,E!==x&&E.isTreeLink&&E.fromNode===a)return!1;return!ps(this,a,y,x,!0)}if(b===Fg)return a===y?a=!0:(b=new gn,b.add(y),a=ms(this,b,a,y,x)),!a;if(b===Dg)return!ps(this,a,y,x,!1);if(b===Bg)return a===y?a=!0:(b=new gn,b.add(y),a=dc(this,b,a,y,x)),!a}return!0};function ps(a,y,x,b,E){if(y===x)return!0;if(y===null||x===null)return!1;for(var z=y.linksConnected;z.next();){var nt=z.value;if(nt!==b&&(!E||nt.isTreeLink)&&nt.toNode===y&&(nt=nt.fromNode,nt!==y&&ps(a,nt,x,b,E)))return!0}return!1}function ms(a,y,x,b,E){if(x===b)return!0;if(x===null||b===null||y.contains(x))return!1;y.add(x);for(var z=x.linksConnected;z.next();){var nt=z.value;if(nt!==E&&nt.toNode===x&&(nt=nt.fromNode,nt!==x&&ms(a,y,nt,b,E)))return!0}return!1}function dc(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 nt=z.value;if(nt!==E){var rt=nt.fromNode;if(nt=nt.toNode,rt=rt===x?nt:rt,rt!==x&&dc(a,y,rt,b,E))return!0}}return!1}Ue.Object.defineProperties(qr.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}}}),qr.className="LinkingBaseTool";function vs(){qr.call(this),this.name="Linking",this.V={},this.F=null,this.K=bh,this.Xd=null}_e(vs,qr),vs.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;return a.isReadOnly||a.isModelReadOnly||!a.allowLink||!a.model.xs()||!a.lastInput.left||a.currentTool!==this&&!this.isBeyondDragSize()?!1:this.findLinkablePort()!==null},vs.prototype.findLinkablePort=function(){var a=this.diagram,y=this.startObject;if(y===null&&(y=a.ic(a.firstInput.documentPoint,null,null)),y===null||(a=y.part,!(a instanceof kn)))return null;var x=this.direction;if(x===bh||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===bh||x===Wp)&&(y=this.findValidLinkablePort(y,!0),y!==null||this.startObject===a&&(y=a.port,this.findValidLinkablePort(y,!0)))?(this.isForwards=!1,y):null},vs.prototype.doActivate=function(){var a=this.diagram,y=this.findLinkablePort();y===null?this.stopTool():(this.Ea(this.name),a.isMouseCaptured=!0,a.currentCursor=this.linkingCursor,this.isForwards?(this.temporaryToNode!==null&&(this.temporaryToNode.location=a.lastInput.documentPoint),this.originalFromPort=y,y=this.originalFromPort.part,y instanceof kn&&(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 kn&&(this.originalToNode=y),this.copyPortProperties(this.originalToNode,this.originalToPort,this.temporaryToNode,this.temporaryToPort,!0)),a.add(this.temporaryFromNode),this.temporaryFromNode&&this.temporaryFromNode.Va(),a.add(this.temporaryToNode),this.temporaryToNode&&this.temporaryToNode.Va(),this.temporaryLink!==null&&(this.temporaryFromNode!==null&&(this.temporaryLink.fromNode=this.temporaryFromNode),this.temporaryToNode!==null&&(this.temporaryLink.toNode=this.temporaryToNode),this.temporaryLink.isTreeLink=this.isNewTreeLink(),this.temporaryLink.bb(),a.add(this.temporaryLink)),this.isActive=!0)},vs.prototype.doDeactivate=function(){this.isActive=!1;var a=this.diagram;a.remove(this.temporaryLink),a.remove(this.temporaryFromNode),a.remove(this.temporaryToNode),a.isMouseCaptured=!1,a.currentCursor="",this.stopTransaction()},vs.prototype.doStop=function(){qr.prototype.doStop.call(this),this.startObject=null},vs.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram,y=this.transactionResult=null,x=null,b=null,E=null,z=null;try{var nt=this.targetPort=this.findTargetPort(this.isForwards);if(nt!==null){var rt=nt.part;rt instanceof kn&&(this.isForwards?(this.originalFromNode!==null&&(y=this.originalFromNode,x=this.originalFromPort),b=rt,E=nt):(y=rt,x=nt,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?(nt===null&&(this.isForwards?z.defaultToPoint=a.lastInput.documentPoint:z.defaultFromPoint=a.lastInput.documentPoint),a.allowSelect&&(a.R("ChangingSelection",a.selection),a.clearSelection(!0),z.isSelected=!0),this.transactionResult=this.name,a.R("LinkDrawn",z)):this.doNoLink(y,x,b,E)):this.isForwards?this.doNoLink(this.originalFromNode,this.originalFromPort,null,null):this.doNoLink(null,null,this.originalToNode,this.originalToPort)}finally{this.stopTool(),z&&a.allowSelect&&a.R("ChangedSelection",a.selection)}}},vs.prototype.isNewTreeLink=function(){var a=this.archetypeLinkData;if(a===null)return!0;if(a instanceof vn)return a.isTreeLink;var y=this.diagram;return y===null?!0:(a=y.partManager.getLinkCategoryForData(a),y=y.partManager.findLinkTemplateForCategory(a),y!==null?y.isTreeLink:!0)},vs.prototype.insertLink=function(a,y,x,b){return this.diagram.partManager.insertLink(a,y,x,b)},vs.prototype.doNoLink=function(){},Ue.Object.defineProperties(vs.prototype,{archetypeLinkData:{get:function(){return this.V},set:function(a){this.V=a}},archetypeLabelNodeData:{get:function(){return this.F},set:function(a){this.F=a}},direction:{get:function(){return this.K},set:function(a){this.K=a}},startObject:{get:function(){return this.Xd},set:function(a){this.Xd=a}}});var bh=new sn(vs,"Either",0),zp=new sn(vs,"ForwardsOnly",0),Wp=new sn(vs,"BackwardsOnly",0);vs.className="LinkingTool",vs.Either=bh,vs.ForwardsOnly=zp,vs.BackwardsOnly=Wp;function ga(){qr.call(this),this.name="Relinking";var a=new ki;a.figure="Diamond",a.desiredSize=Yr,a.fill="lightblue",a.stroke="dodgerblue",a.cursor=this.linkingCursor,a.segmentIndex=0,this.V=a,a=new ki,a.figure="Diamond",a.desiredSize=Yr,a.fill="lightblue",a.stroke="dodgerblue",a.cursor=this.linkingCursor,a.segmentIndex=-1,this.Xd=a,this.F=null,this.Ew=new en}_e(ga,qr),ga.prototype.updateAdornments=function(a){if(a!==null&&a instanceof vn){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)}},ga.prototype.makeAdornment=function(a,y){var x=new $i;return x.type=pn.Link,y=y?this.toHandleArchetype:this.fromHandleArchetype,y!==null&&x.add(y.copy()),x.adornedObject=a,x},ga.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},ga.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 $i&&x.adornedPart instanceof vn))return;this.handle=y,this.isForwards=x===null||x.category==="RelinkTo",this.originalLink=x.adornedPart}this.Ea(this.name),a.isMouseCaptured=!0,a.currentCursor=this.linkingCursor,this.originalFromPort=this.originalLink.fromPort,this.originalFromNode=this.originalLink.fromNode,this.originalToPort=this.originalLink.toPort,this.originalToNode=this.originalLink.toNode,this.Ew.set(this.originalLink.actualBounds),this.originalLink!==null&&0<this.originalLink.pointsCount&&(this.originalLink.fromNode===null&&(this.temporaryFromPort!==null&&(this.temporaryFromPort.desiredSize=wi),this.temporaryFromNode!==null&&(this.temporaryFromNode.location=this.originalLink.i(0))),this.originalLink.toNode===null&&(this.temporaryToPort!==null&&(this.temporaryToPort.desiredSize=wi),this.temporaryToNode!==null&&(this.temporaryToNode.location=this.originalLink.i(this.originalLink.pointsCount-1)))),this.copyPortProperties(this.originalFromNode,this.originalFromPort,this.temporaryFromNode,this.temporaryFromPort,!1),this.copyPortProperties(this.originalToNode,this.originalToPort,this.temporaryToNode,this.temporaryToPort,!0),a.add(this.temporaryFromNode),a.add(this.temporaryToNode),this.temporaryLink!==null&&(this.temporaryFromNode!==null&&(this.temporaryLink.fromNode=this.temporaryFromNode),this.temporaryToNode!==null&&(this.temporaryLink.toNode=this.temporaryToNode),this.copyLinkProperties(this.originalLink,this.temporaryLink),this.temporaryLink.bb(),a.add(this.temporaryLink)),this.isActive=!0},ga.prototype.copyLinkProperties=function(a,y){if(a!==null&&y!==null){y.adjusting=a.adjusting,y.corner=a.corner;var x=a.curve;(x===Nf||x===eh)&&(x=bs),y.curve=x,y.curviness=a.curviness,y.isTreeLink=a.isTreeLink,y.points=a.points,y.routing=a.routing,y.smoothness=a.smoothness,y.fromSpot=a.fromSpot,y.fromEndSegmentLength=a.fromEndSegmentLength,y.fromShortLength=a.fromShortLength,y.toSpot=a.toSpot,y.toEndSegmentLength=a.toEndSegmentLength,y.toShortLength=a.toShortLength}},ga.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()},ga.prototype.doStop=function(){qr.prototype.doStop.call(this),this.handle=null},ga.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram;this.transactionResult=null;var y=this.originalFromNode,x=this.originalFromPort,b=this.originalToNode,E=this.originalToPort,z=this.originalLink;try{if(this.targetPort=this.findTargetPort(this.isForwards),this.targetPort!==null){var nt=this.targetPort.part;nt instanceof kn&&(this.isForwards?(b=nt,E=this.targetPort):(y=nt,x=this.targetPort))}else this.isUnconnectedLinkValid?this.isForwards?E=b=null:x=y=null:z=null;z!==null?(this.reconnectLink(z,this.isForwards?b:y,this.isForwards?E:x,this.isForwards),this.targetPort===null&&(this.isForwards?z.defaultToPoint=a.lastInput.documentPoint:z.defaultFromPoint=a.lastInput.documentPoint,z.bb()),this.transactionResult=this.name,a.R("LinkRelinked",z,this.isForwards?this.originalToPort:this.originalFromPort)):this.doNoRelink(this.originalLink,this.isForwards),this.originalLink.Xo(this.Ew)}finally{this.stopTool()}}},ga.prototype.reconnectLink=function(a,y,x,b){return x=x!==null&&x.portId!==null?x.portId:"",b?(a.toNode=y,a.toPortId=x):(a.fromNode=y,a.fromPortId=x),!0},ga.prototype.doNoRelink=function(){};function Vd(a,y,x,b,E){y!==null?(a.copyPortProperties(y,x,a.temporaryFromNode,a.temporaryFromPort,!1),a.diagram.add(a.temporaryFromNode)):a.diagram.remove(a.temporaryFromNode),b!==null?(a.copyPortProperties(b,E,a.temporaryToNode,a.temporaryToPort,!0),a.diagram.add(a.temporaryToNode)):a.diagram.remove(a.temporaryToNode)}Ue.Object.defineProperties(ga.prototype,{fromHandleArchetype:{get:function(){return this.V},set:function(a){this.V=a}},toHandleArchetype:{get:function(){return this.Xd},set:function(a){this.Xd=a}},handle:{get:function(){return this.F},set:function(a){if(a!==null&&!(a.part instanceof $i))throw Error("new handle is not in an Adornment: "+a);this.F=a}}}),ga.className="RelinkingTool",gi("linkingTool",function(){return this.findTool("Linking")},function(a){this.gb("Linking",a,this.mouseMoveTools)}),gi("relinkingTool",function(){return this.findTool("Relinking")},function(a){this.gb("Relinking",a,this.mouseDownTools)});function oo(){qi.call(this),this.name="LinkReshaping";var a=new ki;a.figure="Rectangle",a.desiredSize=Jr,a.fill="lightblue",a.stroke="dodgerblue",this.o=a,a=new ki,a.figure="Diamond",a.desiredSize=Yr,a.fill="lightblue",a.stroke="dodgerblue",a.cursor="move",this.u=a,this.F=3,this.Ts=this.j=null,this.Fw=new ye,this.Yq=new fn}_e(oo,qi),oo.prototype.Ru=function(a){return a&&a.reshapingBehavior.value!==0?a.reshapingBehavior:og},oo.prototype.om=function(a,y){a.reshapingBehavior=y},oo.prototype.updateAdornments=function(a){if(a!==null&&a instanceof vn){var y=null;if(a.isSelected&&!this.diagram.isReadOnly){var x=a.path;x!==null&&a.canReshape()&&a.actualBounds.w()&&a.isVisible()&&x.actualBounds.w()&&x.Ed()&&(y=a.Pj(this.name),y===null||y.Aw!==a.pointsCount||y.Uw!==a.resegmentable)&&(y=this.makeAdornment(x),y!==null&&(y.Aw=a.pointsCount,y.Uw=a.resegmentable,a.bh(this.name,y)))}y===null&&a.Jf(this.name)}},oo.prototype.makeAdornment=function(a){var y=a.part,x=y.pointsCount,b=y.isOrthogonal,E=null;if(y.points!==null&&1<x){E=new $i,E.type=pn.Link,x=y.firstPickIndex;var z=y.lastPickIndex,nt=b?1:0;if(y.resegmentable&&y.computeCurve()!==Sa)for(var rt=x+nt;rt<z-nt;rt++){var st=this.makeResegmentHandle(a,rt);st!==null&&(st.segmentIndex=rt,st.segmentFraction=.5,st.fromMaxLinks=999,E.add(st))}for(nt=x+1;nt<z;nt++)if(rt=this.makeHandle(a,nt),rt!==null){if(rt.segmentIndex=nt,nt!==x)if(nt===x+1&&b){st=y.i(x);var ht=y.i(x+1);Re.B(st.x,ht.x)&&Re.B(st.y,ht.y)&&(ht=y.i(x-1)),Re.B(st.x,ht.x)?(this.om(rt,ju),rt.cursor="n-resize"):Re.B(st.y,ht.y)&&(this.om(rt,Ru),rt.cursor="w-resize")}else nt===z-1&&b?(st=y.i(z-1),ht=y.i(z),Re.B(st.x,ht.x)&&Re.B(st.y,ht.y)&&(st=y.i(z+1)),Re.B(st.x,ht.x)?(this.om(rt,ju),rt.cursor="n-resize"):Re.B(st.y,ht.y)&&(this.om(rt,Ru),rt.cursor="w-resize")):nt!==z&&(this.om(rt,Yd),rt.cursor="move");E.add(rt)}E.adornedObject=a}return E},oo.prototype.makeHandle=function(){var a=this.handleArchetype;return a===null?null:a.copy()},oo.prototype.makeResegmentHandle=function(){var a=this.midHandleArchetype;return a===null?null:a.copy()},oo.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;return!a.isReadOnly&&a.allowReshape&&a.lastInput.left?this.findToolHandleAt(a.firstInput.documentPoint,this.name)!==null:!1},oo.prototype.doActivate=function(){var a=this.diagram;if(this.handle===null&&(this.handle=this.findToolHandleAt(a.firstInput.documentPoint,this.name)),this.handle!==null){var y=this.handle.part.adornedPart;if(y instanceof vn){if(this.Ts=y,a.isMouseCaptured=!0,this.Ea(this.name),y.resegmentable&&this.handle.fromMaxLinks===999){var x=y.points.copy(),b=this.getResegmentingPoint();if(x.Gb(this.handle.segmentIndex+1,b),y.isOrthogonal&&x.Gb(this.handle.segmentIndex+1,b),y.points=x,y.Wb(),y.updateAdornments(),this.handle=this.findToolHandleAt(a.firstInput.documentPoint,this.name),this.handle===null){this.doDeactivate();return}}this.Fw=y.i(this.handle.segmentIndex),this.Yq=y.points.copy(),this.isActive=!0}}},oo.prototype.doDeactivate=function(){this.stopTransaction(),this.Ts=this.handle=null,this.isActive=this.diagram.isMouseCaptured=!1},oo.prototype.stopTransaction=function(){var a=this.diagram,y=qi.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},oo.prototype.doCancel=function(){var a=this.adornedLink;a!==null&&(a.points=this.Yq),this.stopTool()},oo.prototype.getResegmentingPoint=function(){return this.handle.ga(nr)},oo.prototype.doMouseMove=function(){var a=this.diagram;this.isActive&&(a=this.computeReshape(a.lastInput.documentPoint),this.reshape(a))},oo.prototype.doMouseUp=function(){var a=this.diagram;if(this.isActive){var y=this.computeReshape(a.lastInput.documentPoint);if(this.reshape(y),y=this.adornedLink,y!==null&&y.resegmentable){var x=this.handle.segmentIndex,b=y.i(x-1),E=y.i(x),z=y.i(x+1);if(y.isOrthogonal){if(x>y.firstPickIndex+1&&x<y.lastPickIndex-1){var nt=y.i(x-2);if(Math.abs(b.x-E.x)<this.resegmentingDistance&&Math.abs(b.y-E.y)<this.resegmentingDistance&&(Iu(this,nt,b,E,z,!0)||Iu(this,nt,b,E,z,!1))){var rt=y.points.copy();Iu(this,nt,b,E,z,!0)?(rt.cd(x-2,new ye(nt.x,(z.y+nt.y)/2)),rt.cd(x+1,new ye(z.x,(z.y+nt.y)/2))):(rt.cd(x-2,new ye((z.x+nt.x)/2,nt.y)),rt.cd(x+1,new ye((z.x+nt.x)/2,z.y))),rt.mb(x),rt.mb(x-1),y.points=rt,y.Wb()}else nt=y.i(x+2),Math.abs(E.x-z.x)<this.resegmentingDistance&&Math.abs(E.y-z.y)<this.resegmentingDistance&&(Iu(this,b,E,z,nt,!0)||Iu(this,b,E,z,nt,!1))&&(rt=y.points.copy(),Iu(this,b,E,z,nt,!0)?(rt.cd(x-1,new ye(b.x,(b.y+nt.y)/2)),rt.cd(x+2,new ye(nt.x,(b.y+nt.y)/2))):(rt.cd(x-1,new ye((b.x+nt.x)/2,b.y)),rt.cd(x+2,new ye((b.x+nt.x)/2,nt.y))),rt.mb(x+1),rt.mb(x),y.points=rt,y.Wb())}}else nt=ye.alloc(),Re.qh(b.x,b.y,z.x,z.y,E.x,E.y,nt)&&nt.Bf(E)<this.resegmentingDistance*this.resegmentingDistance&&(b=y.points.copy(),b.mb(x),y.points=b,y.Wb()),ye.free(nt)}a.Ya(),this.transactionResult=this.name,a.R("LinkReshaped",this.adornedLink,this.Yq)}this.stopTool()};function Iu(a,y,x,b,E,z){return z?Math.abs(y.y-x.y)<a.resegmentingDistance&&Math.abs(x.y-b.y)<a.resegmentingDistance&&Math.abs(b.y-E.y)<a.resegmentingDistance:Math.abs(y.x-x.x)<a.resegmentingDistance&&Math.abs(x.x-b.x)<a.resegmentingDistance&&Math.abs(b.x-E.x)<a.resegmentingDistance}oo.prototype.reshape=function(a){var y=this.adornedLink;y.uh();var x=this.handle.segmentIndex,b=this.Ru(this.handle);if(y.isOrthogonal)if(x===y.firstPickIndex+1)x=y.firstPickIndex+1,b===ju?(y.L(x,y.i(x-1).x,a.y),y.L(x+1,y.i(x+2).x,a.y)):b===Ru&&(y.L(x,a.x,y.i(x-1).y),y.L(x+1,a.x,y.i(x+2).y));else if(x===y.lastPickIndex-1)x=y.lastPickIndex-1,b===ju?(y.L(x-1,y.i(x-2).x,a.y),y.L(x,y.i(x+1).x,a.y)):b===Ru&&(y.L(x-1,a.x,y.i(x-2).y),y.L(x,a.x,y.i(x+1).y));else{b=x;var E=y.i(b),z=y.i(b-1),nt=y.i(b+1);Re.B(z.x,E.x)&&Re.B(E.y,nt.y)?(Re.B(z.x,y.i(b-2).x)&&!Re.B(z.y,y.i(b-2).y)?(y.m(b,a.x,z.y),x++,b++):y.L(b-1,a.x,z.y),Re.B(nt.y,y.i(b+2).y)&&!Re.B(nt.x,y.i(b+2).x)?y.m(b+1,nt.x,a.y):y.L(b+1,nt.x,a.y)):Re.B(z.y,E.y)&&Re.B(E.x,nt.x)?(Re.B(z.y,y.i(b-2).y)&&!Re.B(z.x,y.i(b-2).x)?(y.m(b,z.x,a.y),x++,b++):y.L(b-1,z.x,a.y),Re.B(nt.x,y.i(b+2).x)&&!Re.B(nt.y,y.i(b+2).y)?y.m(b+1,a.x,nt.y):y.L(b+1,a.x,nt.y)):Re.B(z.x,E.x)&&Re.B(E.x,nt.x)?(Re.B(z.x,y.i(b-2).x)&&!Re.B(z.y,y.i(b-2).y)?(y.m(b,a.x,z.y),x++,b++):y.L(b-1,a.x,z.y),Re.B(nt.x,y.i(b+2).x)&&!Re.B(nt.y,y.i(b+2).y)?y.m(b+1,a.x,nt.y):y.L(b+1,a.x,nt.y)):Re.B(z.y,E.y)&&Re.B(E.y,nt.y)&&(Re.B(z.y,y.i(b-2).y)&&!Re.B(z.x,y.i(b-2).x)?(y.m(b,z.x,a.y),x++,b++):y.L(b-1,z.x,a.y),Re.B(nt.y,y.i(b+2).y)&&!Re.B(nt.x,y.i(b+2).x)?y.m(b+1,nt.x,a.y):y.L(b+1,nt.x,a.y)),y.L(x,a.x,a.y)}else y.L(x,a.x,a.y),b=y.fromNode,E=y.fromPort,b!==null&&(z=b.findVisibleNode(),z!==null&&z!==b&&(b=z,E=b.port)),x===1&&y.computeSpot(!0,E).Mc()&&(z=E.ga(nr,ye.alloc()),b=y.getLinkPointFromPoint(b,E,z,a,!0,ye.alloc()),y.L(0,b.x,b.y),ye.free(z),ye.free(b)),b=y.toNode,E=y.toPort,b!==null&&(z=b.findVisibleNode(),z!==null&&z!==b&&(b=z,E=b.port)),x===y.pointsCount-2&&y.computeSpot(!1,E).Mc()&&(x=E.ga(nr,ye.alloc()),a=y.getLinkPointFromPoint(b,E,x,a,!1,ye.alloc()),y.L(y.pointsCount-1,a.x,a.y),ye.free(x),ye.free(a));y.zf()},oo.prototype.computeReshape=function(a){var y=this.adornedLink,x=this.handle.segmentIndex;switch(this.Ru(this.handle)){case Yd:return a;case ju:return new ye(y.i(x).x,a.y);case Ru:return new ye(a.x,y.i(x).y);default:case og:return y.i(x)}},Ue.Object.defineProperties(oo.prototype,{handleArchetype:{get:function(){return this.o},set:function(a){this.o=a}},midHandleArchetype:{get:function(){return this.u},set:function(a){this.u=a}},handle:{get:function(){return this.j},set:function(a){if(a!==null&&!(a.part instanceof $i))throw Error("new handle is not in an Adornment: "+a);this.j=a}},adornedLink:{get:function(){return this.Ts}},resegmentingDistance:{get:function(){return this.F},set:function(a){this.F=a}},originalPoint:{get:function(){return this.Fw}},originalPoints:{get:function(){return this.Yq}}}),oo.prototype.setReshapingBehavior=oo.prototype.om,oo.prototype.getReshapingBehavior=oo.prototype.Ru;var og=new sn(oo,"None",0),Ru=new sn(oo,"Horizontal",1),ju=new sn(oo,"Vertical",2),Yd=new sn(oo,"All",3);oo.className="LinkReshapingTool",oo.None=og,oo.Horizontal=Ru,oo.Vertical=ju,oo.All=Yd,gi("linkReshapingTool",function(){return this.findTool("LinkReshaping")},function(a){this.gb("LinkReshaping",a,this.mouseDownTools)});function qo(){qi.call(this),this.name="Resizing",this.o=new An(1,1).freeze(),this.j=new An(9999,9999).freeze(),this.yg=new An(NaN,NaN).freeze(),this.V=!1,this.ia=!0,this.ue=null;var a=new ki;a.alignmentFocus=nr,a.figure="Rectangle",a.desiredSize=Jr,a.fill="lightblue",a.stroke="dodgerblue",a.strokeWidth=1,a.cursor="pointer",this.F=a,this.u=null,this.Xq=new ye,this.Dw=new An,this.Tn=new ye,this.rt=new An(0,0),this.qt=new An(1/0,1/0),this.pt=new An(1,1)}_e(qo,qi),qo.prototype.updateAdornments=function(a){if(!(a===null||a instanceof vn)){if(a.isSelected&&!this.diagram.isReadOnly){var y=a.resizeObject,x=a.Pj(this.name);if(y!==null&&a.canResize()&&a.actualBounds.w()&&a.isVisible()&&y.actualBounds.w()&&y.Ed()&&((x===null||x.adornedObject!==y)&&(x=this.makeAdornment(y)),x!==null)){y=y.li(),Gh(a)&&this.updateResizeHandles(x,y),a.bh(this.name,x);return}}a.Jf(this.name)}},qo.prototype.makeAdornment=function(a){var y=a.part.resizeAdornmentTemplate;if(y===null){y=new $i,y.type=pn.Spot,y.locationSpot=nr;var x=new Cs;x.isPanelMain=!0,y.add(x),y.add(this.makeHandle(a,mr)),y.add(this.makeHandle(a,ca)),y.add(this.makeHandle(a,Fs)),y.add(this.makeHandle(a,Ns)),y.add(this.makeHandle(a,Ds)),y.add(this.makeHandle(a,Go)),y.add(this.makeHandle(a,Qo)),y.add(this.makeHandle(a,Bs))}else if(Ha(y),y=y.copy(),y===null)return null;return y.adornedObject=a,y},qo.prototype.makeHandle=function(a,y){return a=this.handleArchetype,a===null?null:(a=a.copy(),a.alignment=y,a)},qo.prototype.updateResizeHandles=function(a,y){if(a!==null){if(!a.alignment.Xb()&&(a.cursor==="pointer"||0<a.cursor.indexOf("resize")))t:{var x=a.alignment;if(x.Mc()&&(x=nr),0>=x.x)y=0>=x.y?y+225:1<=x.y?y+135:y+180;else if(1<=x.x)0>=x.y?y+=315:1<=x.y&&(y+=45);else if(0>=x.y)y+=270;else if(1<=x.y)y+=90;else break t;0>y?y+=360:360<=y&&(y-=360),a.cursor=22.5>y?"e-resize":67.5>y?"se-resize":112.5>y?"s-resize":157.5>y?"sw-resize":202.5>y?"w-resize":247.5>y?"nw-resize":292.5>y?"n-resize":337.5>y?"ne-resize":"e-resize"}else if(a instanceof pn)for(a=a.elements;a.next();)this.updateResizeHandles(a.value,y)}},qo.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},qo.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))},qo.prototype.doDeactivate=function(){var a=this.diagram;this.stopTransaction(),this.ue=this.handle=null,this.isActive=a.isMouseCaptured=!1},qo.prototype.stopTransaction=function(){var a=this.diagram,y=qi.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},qo.prototype.doCancel=function(){this.adornedObject!==null&&(this.adornedObject.desiredSize=this.originalDesiredSize,this.adornedObject.part.location=this.originalLocation),this.stopTool()},qo.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,ye.alloc()),z=this.computeReshape();y=this.computeResize(E,this.handle.alignment,y,x,b,z),this.resize(y),a.bd(),ye.free(E)}},qo.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,ye.alloc()),z=this.computeReshape();y=this.computeResize(E,this.handle.alignment,y,x,b,z),this.resize(y),ye.free(E),a.Ya(),this.transactionResult=this.name,a.R("PartResized",this.adornedObject,this.originalDesiredSize)}this.stopTool()},qo.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 yi){var b=new fn;if(b.add(a),!this.dragsMembers&&a.placeholder===null){var E=new at;E.dragsMembers=!1}y.moveParts(b,this.oppositePoint.copy().re(x),!0,E)}else a.location=a.location.copy().re(x).add(this.oppositePoint);y.bd()}},qo.prototype.computeResize=function(a,y,x,b,E,z){y.Mc()&&(y=nr);var nt=this.adornedObject.naturalBounds,rt=nt.x,st=nt.y,ht=nt.x+nt.width,dt=nt.y+nt.height,vt=1;if(!z){vt=nt.width;var Nt=nt.height;0>=vt&&(vt=1),0>=Nt&&(Nt=1),vt=Nt/vt}return Nt=ye.alloc(),Re.No(a.x,a.y,rt,st,E.width,E.height,Nt),a=nt.copy(),0>=y.x?0>=y.y?(a.x=Math.max(Nt.x,ht-b.width),a.x=Math.min(a.x,ht-x.width),a.width=Math.max(ht-a.x,x.width),a.y=Math.max(Nt.y,dt-b.height),a.y=Math.min(a.y,dt-x.height),a.height=Math.max(dt-a.y,x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(vt*a.width,b.height),x.height),a.width=a.height/vt):(a.width=Math.max(Math.min(a.height/vt,b.width),x.width),a.height=vt*a.width),a.x=ht-a.width,a.y=dt-a.height)):1<=y.y?(a.x=Math.max(Nt.x,ht-b.width),a.x=Math.min(a.x,ht-x.width),a.width=Math.max(ht-a.x,x.width),a.height=Math.max(Math.min(Nt.y-st,b.height),x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(vt*a.width,b.height),x.height),a.width=a.height/vt):(a.width=Math.max(Math.min(a.height/vt,b.width),x.width),a.height=vt*a.width),a.x=ht-a.width)):(a.x=Math.max(Nt.x,ht-b.width),a.x=Math.min(a.x,ht-x.width),a.width=ht-a.x,z||(a.height=Math.max(Math.min(vt*a.width,b.height),x.height),a.width=a.height/vt,a.y=st+.5*(dt-st-a.height))):1<=y.x?0>=y.y?(a.width=Math.max(Math.min(Nt.x-rt,b.width),x.width),a.y=Math.max(Nt.y,dt-b.height),a.y=Math.min(a.y,dt-x.height),a.height=Math.max(dt-a.y,x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(vt*a.width,b.height),x.height),a.width=a.height/vt):(a.width=Math.max(Math.min(a.height/vt,b.width),x.width),a.height=vt*a.width),a.y=dt-a.height)):1<=y.y?(a.width=Math.max(Math.min(Nt.x-rt,b.width),x.width),a.height=Math.max(Math.min(Nt.y-st,b.height),x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(vt*a.width,b.height),x.height),a.width=a.height/vt):(a.width=Math.max(Math.min(a.height/vt,b.width),x.width),a.height=vt*a.width))):(a.width=Math.max(Math.min(Nt.x-rt,b.width),x.width),z||(a.height=Math.max(Math.min(vt*a.width,b.height),x.height),a.width=a.height/vt,a.y=st+.5*(dt-st-a.height))):0>=y.y?(a.y=Math.max(Nt.y,dt-b.height),a.y=Math.min(a.y,dt-x.height),a.height=dt-a.y,z||(a.width=Math.max(Math.min(a.height/vt,b.width),x.width),a.height=vt*a.width,a.x=rt+.5*(ht-rt-a.width))):1<=y.y&&(a.height=Math.max(Math.min(Nt.y-st,b.height),x.height),z||(a.width=Math.max(Math.min(a.height/vt,b.width),x.width),a.height=vt*a.width,a.x=rt+.5*(ht-rt-a.width))),ye.free(Nt),a},qo.prototype.computeReshape=function(){var a=hn;return this.adornedObject instanceof ki&&(a=Av(this.adornedObject)),!(a===Zn||this.diagram.lastInput.shift)},qo.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},qo.prototype.computeMaxSize=function(){var a=this.adornedObject.maxSize.copy(),y=this.maxSize;return!isNaN(y.width)&&y.width<a.width&&(a.width=y.width),!isNaN(y.height)&&y.height<a.height&&(a.height=y.height),a},qo.prototype.computeCellSize=function(){var a=new An(NaN,NaN),y=this.adornedObject.part;return y!==null&&(y=y.resizeCellSize,!isNaN(y.width)&&0<y.width&&(a.width=y.width),!isNaN(y.height)&&0<y.height&&(a.height=y.height)),y=this.cellSize,isNaN(a.width)&&!isNaN(y.width)&&0<y.width&&(a.width=y.width),isNaN(a.height)&&!isNaN(y.height)&&0<y.height&&(a.height=y.height),y=this.diagram,(isNaN(a.width)||isNaN(a.height))&&y&&(y=y.grid,y!==null&&y.visible&&this.isGridSnapEnabled&&(y=y.gridCellSize,isNaN(a.width)&&!isNaN(y.width)&&0<y.width&&(a.width=y.width),isNaN(a.height)&&!isNaN(y.height)&&0<y.height&&(a.height=y.height))),(isNaN(a.width)||a.width===0||a.width===1/0)&&(a.width=1),(isNaN(a.height)||a.height===0||a.height===1/0)&&(a.height=1),a},Ue.Object.defineProperties(qo.prototype,{handleArchetype:{get:function(){return this.F},set:function(a){this.F=a}},handle:{get:function(){return this.u},set:function(a){if(a!==null&&!(a.part instanceof $i))throw Error("new handle is not in an Adornment: "+a);this.u=a}},adornedObject:{get:function(){return this.ue},set:function(a){if(a!==null&&a.part instanceof $i)throw Error("new handle must not be in an Adornment: "+a);this.ue=a}},minSize:{get:function(){return this.o},set:function(a){if(!this.o.D(a)){var y=a.width;isNaN(y)&&(y=0),a=a.height,isNaN(a)&&(a=0),this.o.h(y,a)}}},maxSize:{get:function(){return this.j},set:function(a){if(!this.j.D(a)){var y=a.width;isNaN(y)&&(y=1/0),a=a.height,isNaN(a)&&(a=1/0),this.j.h(y,a)}}},cellSize:{get:function(){return this.yg},set:function(a){this.yg.D(a)||this.yg.assign(a)}},isGridSnapEnabled:{get:function(){return this.V},set:function(a){this.V=a}},dragsMembers:{get:function(){return this.ia},set:function(a){this.ia=a}},oppositePoint:{get:function(){return this.Xq},set:function(a){this.Xq.D(a)||this.Xq.assign(a)}},originalDesiredSize:{get:function(){return this.Dw}},originalLocation:{get:function(){return this.Tn}}}),qo.className="ResizingTool",gi("resizingTool",function(){return this.findTool("Resizing")},function(a){this.gb("Resizing",a,this.mouseDownTools)});function ys(){qi.call(this),this.name="Rotating",this.ia=45,this.V=2,this.Tn=new ye,this.ue=null;var a=new ki;a.figure="Ellipse",a.desiredSize=Yr,a.fill="lightblue",a.stroke="dodgerblue",a.strokeWidth=1,a.cursor="pointer",this.o=a,this.j=null,this.Cw=0,this.kr=new ye(NaN,NaN),this.u=0,this.F=50}_e(ys,qi),ys.prototype.updateAdornments=function(a){if(a!==null){if(a.ph()){var y=a.rotateObject;if(y===a||y===a.path||y.isPanelMain)return}if(a.isSelected&&!this.diagram.isReadOnly&&(y=a.rotateObject,y!==null&&a.canRotate()&&a.actualBounds.w()&&a.isVisible()&&y.actualBounds.w()&&y.Ed())){var x=a.Pj(this.name);if((x===null||x.adornedObject!==y)&&(x=this.makeAdornment(y)),x!==null){x.angle=y.li(),x.placeholder===null&&(x.location=this.computeAdornmentLocation(y)),a.bh(this.name,x);return}}a.Jf(this.name)}},ys.prototype.makeAdornment=function(a){var y=a.part.rotateAdornmentTemplate;if(y===null){y=new $i,y.type=pn.Position,y.locationSpot=nr;var x=this.handleArchetype;x!==null&&y.add(x.copy())}else if(Ha(y),y=y.copy(),y===null)return null;return y.adornedObject=a,y},ys.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;return!a.isReadOnly&&a.allowRotate&&a.lastInput.left?this.findToolHandleAt(a.firstInput.documentPoint,this.name)!==null:!1},ys.prototype.doActivate=function(){var a=this.diagram;if(this.adornedObject===null){if(this.handle===null&&(this.handle=this.findToolHandleAt(a.firstInput.documentPoint,this.name)),this.handle===null)return;this.adornedObject=this.handle.part.adornedObject}this.adornedObject!==null&&(a.isMouseCaptured=!0,a.delaysLayout=!0,this.Ea(this.name),this.Cw=this.adornedObject.angle,this.kr=this.computeRotationPoint(this.adornedObject),this.Tn=this.adornedObject.part.location.copy(),this.isActive=!0)},ys.prototype.computeRotationPoint=function(a){var y=a.part,x=y.locationObject;return y.rotationSpot.sb()?a.ga(y.rotationSpot):a===y||a===x?x.ga(y.locationSpot):a.ga(nr)},ys.prototype.computeAdornmentLocation=function(a){var y=this.rotationPoint;y.w()||(y=this.computeRotationPoint(a)),y=a.qs(y);var x=this.handleAngle;0>x?x+=360:360<=x&&(x-=360),x=Math.round(45*Math.round(x/45));var b=this.handleDistance;return x===0?y.x=a.naturalBounds.width+b:x===45?(y.x=a.naturalBounds.width+b,y.y=a.naturalBounds.height+b):x===90?y.y=a.naturalBounds.height+b:x===135?(y.x=-b,y.y=a.naturalBounds.height+b):x===180?y.x=-b:x===225?(y.x=-b,y.y=-b):x===270?y.y=-b:x===315&&(y.x=a.naturalBounds.width+b,y.y=-b),a.ga(y)},ys.prototype.doDeactivate=function(){var a=this.diagram;this.stopTransaction(),this.ue=this.handle=null,this.kr=new ye(NaN,NaN),this.isActive=a.isMouseCaptured=!1},ys.prototype.stopTransaction=function(){var a=this.diagram,y=qi.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},ys.prototype.doCancel=function(){this.diagram.delaysLayout=!1,this.rotate(this.originalAngle),this.stopTool()},ys.prototype.doMouseMove=function(){var a=this.diagram;this.isActive&&(a=this.computeRotate(a.lastInput.documentPoint),this.rotate(a))},ys.prototype.doMouseUp=function(){var a=this.diagram;if(this.isActive){a.delaysLayout=!1;var y=this.computeRotate(a.lastInput.documentPoint);this.rotate(y),a.Ya(),this.transactionResult=this.name,a.R("PartRotated",this.adornedObject,this.originalAngle)}this.stopTool()},ys.prototype.rotate=function(a){var y=this.adornedObject;if(y!==null){y.angle=a,y=y.part,y.Va();var x=y.locationObject,b=y.rotateObject;(x===b||x.rg(b))&&(x=this.Tn.copy(),y.location=x.re(this.rotationPoint).rotate(a-this.originalAngle).add(this.rotationPoint)),this.diagram.bd()}},ys.prototype.computeRotate=function(a){a=this.rotationPoint.ab(a)-this.handleAngle;var y=this.adornedObject.panel;y!==null&&(a-=y.li()),360<=a?a-=360:0>a&&(a+=360),y=Math.min(Math.abs(this.snapAngleMultiple),180);var x=Math.min(Math.abs(this.snapAngleEpsilon),y/2);return!this.diagram.lastInput.shift&&0<y&&0<x&&(a%y<x?a=Math.floor(a/y)*y:a%y>y-x&&(a=(Math.floor(a/y)+1)*y)),360<=a?a-=360:0>a&&(a+=360),a},Ue.Object.defineProperties(ys.prototype,{handleArchetype:{get:function(){return this.o},set:function(a){this.o=a}},handle:{get:function(){return this.j},set:function(a){if(a!==null&&!(a.part instanceof $i))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 $i)throw Error("new handle must not be in an Adornment: "+a);this.ue=a}},snapAngleMultiple:{get:function(){return this.ia},set:function(a){this.ia=a}},snapAngleEpsilon:{get:function(){return this.V},set:function(a){this.V=a}},originalAngle:{get:function(){return this.Cw}},rotationPoint:{get:function(){return this.kr},set:function(a){this.kr=a.copy()}},handleAngle:{get:function(){return this.u},set:function(a){this.u=a}},handleDistance:{get:function(){return this.F},set:function(a){this.F=a}}}),ys.className="RotatingTool",gi("rotatingTool",function(){return this.findTool("Rotating")},function(a){this.gb("Rotating",a,this.mouseDownTools)});function Ah(){qi.call(this),this.name="ClickSelecting"}_e(Ah,qi),Ah.prototype.canStart=function(){return!(!this.isEnabled||this.isBeyondDragSize())},Ah.prototype.doMouseUp=function(){this.isActive&&(this.standardMouseSelect(),!this.standardMouseClick()&&this.diagram.lastInput.isTouchEvent&&this.diagram.toolManager.doToolTip()),this.stopTool()},Ah.className="ClickSelectingTool";function za(){qi.call(this),this.name="Action",this.pk=null}_e(za,qi),za.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram,y=a.lastInput,x=a.ic(y.documentPoint,function(b){for(;b.panel!==null&&!b.isActionable;)b=b.panel;return b});return x!==null&&x.isActionable?(this.pk=x,a.Ck=a.ic(y.documentPoint,null,null),!0):!1},za.prototype.doMouseDown=function(){if(this.isActive){var a=this.diagram.lastInput,y=this.pk;y!==null&&(a.targetObject=y,y.actionDown!==null&&y.actionDown(a,y))}else this.canStart()&&this.doActivate()},za.prototype.doMouseMove=function(){if(this.isActive){var a=this.diagram.lastInput,y=this.pk;y!==null&&(a.targetObject=y,y.actionMove!==null&&y.actionMove(a,y))}},za.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram.lastInput,y=this.pk;if(y===null)return;a.targetObject=y,y.actionUp!==null&&y.actionUp(a,y),this.standardMouseClick(function(x){for(;x.panel!==null&&(!x.isActionable||x!==y);)x=x.panel;return x},function(x){return x===y})}this.stopTool()},za.prototype.doCancel=function(){var a=this.diagram.lastInput,y=this.pk;y!==null&&(a.targetObject=y,y.actionCancel!==null&&y.actionCancel(a,y),this.stopTool())},za.prototype.doStop=function(){this.pk=null},za.className="ActionTool";function zu(){qi.call(this),this.name="ClickCreating",this.Ri=null,this.o=!0,this.j=!1,this.mw=new ye(0,0)}_e(zu,qi),zu.prototype.canStart=function(){if(!this.isEnabled||this.archetypeNodeData===null)return!1;var a=this.diagram;if(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.lastInput.left||this.isBeyondDragSize())return!1;if(this.isDoubleClick){if(a.lastInput.clickCount===1&&(this.mw=a.lastInput.viewPoint.copy()),a.lastInput.clickCount!==2||this.isBeyondDragSize(this.mw))return!1}else if(a.lastInput.clickCount!==1)return!1;return!(a.currentTool!==this&&a.Ol(a.lastInput.documentPoint,!0)!==null)},zu.prototype.doMouseUp=function(){var a=this.diagram;this.isActive&&this.insertPart(a.lastInput.documentPoint),this.stopTool()},zu.prototype.insertPart=function(a){var y=this.diagram,x=this.archetypeNodeData;if(x===null)return null;var b=null;try{if(y.R("ChangingSelection",y.selection),this.Ea(this.name),x instanceof $n)x.Zc()&&(Ha(x),b=x.copy(),b!==null&&y.add(b));else if(x!==null){var E=y.model.copyNodeData(x);rn(E)&&(y.model.xf(E),b=y.Lc(E))}if(b!==null){var z=ye.allocAt(a.x,a.y);this.isGridSnapEnabled&&sf(this.diagram,b,a,z),b.location=z,y.allowSelect&&(y.clearSelection(!0),b.isSelected=!0),ye.free(z)}y.Ya(),this.transactionResult=this.name,y.R("PartCreated",b)}finally{this.stopTransaction(),y.R("ChangedSelection",y.selection)}return b},Ue.Object.defineProperties(zu.prototype,{archetypeNodeData:{get:function(){return this.Ri},set:function(a){this.Ri=a}},isDoubleClick:{get:function(){return this.o},set:function(a){this.o=a}},isGridSnapEnabled:{get:function(){return this.j},set:function(a){this.j=a}}}),zu.className="ClickCreatingTool";function Ca(){qi.call(this),this.name="DragSelecting",this.Ik=175,this.o=!1;var a=new $n;a.layerName="Tool",a.selectable=!1;var y=new ki;y.name="SHAPE",y.figure="Rectangle",y.fill=null,y.stroke="magenta",a.add(y),this.j=a}_e(Ca,qi),Ca.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(!a.allowSelect)return!1;var y=a.lastInput;return!(!y.left||a.currentTool!==this&&(!this.isBeyondDragSize()||y.timestamp-a.firstInput.timestamp<this.delay||a.Ol(y.documentPoint,!0)!==null))},Ca.prototype.doActivate=function(){var a=this.diagram;this.isActive=!0,a.isMouseCaptured=!0,a.skipsUndoManager=!0,a.add(this.box),this.doMouseMove()},Ca.prototype.doDeactivate=function(){var a=this.diagram;a.ug(),a.remove(this.box),a.skipsUndoManager=!1,this.isActive=a.isMouseCaptured=!1},Ca.prototype.doMouseMove=function(){var a=this.diagram;if(this.isActive&&this.box!==null){var y=this.computeBoxBounds(),x=this.box.fb("SHAPE");x===null&&(x=this.box.Pb());var b=An.alloc().h(y.width,y.height);x.desiredSize=b,this.box.mm(y.x,y.y,!1),An.free(b),(a.allowHorizontalScroll||a.allowVerticalScroll)&&a.gs(a.lastInput.viewPoint)}},Ca.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram;a.remove(this.box);try{a.currentCursor="wait",a.R("ChangingSelection",a.selection),this.selectInRect(this.computeBoxBounds()),a.R("ChangedSelection",a.selection)}finally{a.currentCursor=""}}this.stopTool()},Ca.prototype.computeBoxBounds=function(){var a=this.diagram;return new en(a.firstInput.documentPoint,a.lastInput.documentPoint)},Ca.prototype.selectInRect=function(a){var y=this.diagram,x=y.lastInput;if(a=y.ux(a,this.isPartialInclusion),Ri?x.meta:x.control)if(x.shift)for(a=a.iterator;a.next();)y=a.value,y.isSelected&&(y.isSelected=!1);else for(a=a.iterator;a.next();)y=a.value,y.isSelected=!y.isSelected;else if(x.shift)for(a=a.iterator;a.next();)y=a.value,y.isSelected||(y.isSelected=!0);else{for(x=new fn,y=y.selection.iterator;y.next();){var b=y.value;a.contains(b)||x.add(b)}for(y=x.iterator;y.next();)y.value.isSelected=!1;for(a=a.iterator;a.next();)y=a.value,y.isSelected||(y.isSelected=!0)}},Ue.Object.defineProperties(Ca.prototype,{delay:{get:function(){return this.Ik},set:function(a){this.Ik=a}},isPartialInclusion:{get:function(){return this.o},set:function(a){this.o=a}},box:{get:function(){return this.j},set:function(a){this.j=a}}}),Ca.className="DragSelectingTool";function Ho(){qi.call(this),this.name="Panning",this.Xt=new ye,this.xy=new ye,this.xg=!1;var a=this;this.Kw=function(){var y=a.diagram;y!==null&&y.removeEventListener(dn.document,"scroll",a.Kw,!1),a.stopTool()}}_e(Ho,qi),Ho.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;return!(!a.allowHorizontalScroll&&!a.allowVerticalScroll||!a.lastInput.left||a.currentTool!==this&&!this.isBeyondDragSize())},Ho.prototype.doActivate=function(){var a=this.diagram;this.xg?(a.lastInput.bubbles=!0,a.addEventListener(dn.document,"scroll",this.Kw,!1)):(a.currentCursor="move",a.isMouseCaptured=!0,this.Xt.assign(a.position)),this.isActive=!0},Ho.prototype.doDeactivate=function(){var a=this.diagram;a.currentCursor="",this.isActive=a.isMouseCaptured=!1},Ho.prototype.doCancel=function(){var a=this.diagram;a.position=this.Xt,a.isMouseCaptured=!1,this.stopTool()},Ho.prototype.doMouseMove=function(){this.move()},Ho.prototype.doMouseUp=function(){this.move(),this.stopTool()},Ho.prototype.move=function(){var a=this.diagram;if(this.isActive&&a)if(this.xg)a.lastInput.bubbles=!0;else{var y=a.position,x=a.firstInput.documentPoint,b=a.lastInput.documentPoint,E=y.x+x.x-b.x;x=y.y+x.y-b.y,a.allowHorizontalScroll||(E=y.x),a.allowVerticalScroll||(x=y.y),a.position=this.xy.h(E,x)}},Ue.Object.defineProperties(Ho.prototype,{bubbles:{get:function(){return this.xg},set:function(a){this.xg=a}},originalPosition:{get:function(){return this.Xt}}}),Ho.className="PanningTool",gi("clickCreatingTool",function(){return this.findTool("ClickCreating")},function(a){this.gb("ClickCreating",a,this.mouseUpTools)}),gi("clickSelectingTool",function(){return this.findTool("ClickSelecting")},function(a){this.gb("ClickSelecting",a,this.mouseUpTools)}),gi("panningTool",function(){return this.findTool("Panning")},function(a){this.gb("Panning",a,this.mouseMoveTools)}),gi("dragSelectingTool",function(){return this.findTool("DragSelecting")},function(a){this.gb("DragSelecting",a,this.mouseMoveTools)}),gi("actionTool",function(){return this.findTool("Action")},function(a){this.gb("Action",a,this.mouseDownTools)});function kl(){this.F=this.u=this.j=this.o=null}Ue.Object.defineProperties(kl.prototype,{mainElement:{get:function(){return this.u},set:function(a){this.u=a}},show:{get:function(){return this.o},set:function(a){this.o!==a&&(this.o=a)}},hide:{get:function(){return this.j},set:function(a){this.j!==a&&(this.j=a)}},valueFunction:{get:function(){return this.F},set:function(a){this.F=a}}}),kl.className="HTMLInfo";function Wa(a,y,x){this.text=a,this.hx=y,this.visible=x}Wa.className="ContextMenuButtonInfo";function Ss(){qi.call(this),this.name="ContextMenu",this.o=this.ht=this.j=null,this.yw=new ye,this.jt=null,this.Et=!1;var a=this;this.tu=function(){a.stopTool()}}_e(Ss,qi);function $a(a){var y=new kl;y.show=function(E,z,nt){nt.showDefaultContextMenu()},y.hide=function(E,z){z.hideDefaultContextMenu()},Lh=y,a.tu=function(){a.stopTool()},y=On("div");var x=On("div");y.style.cssText="top: 0px;z-index:10002;position: fixed;display: none;text-align: center;left: 25%;width: 50%;background-color: #F5F5F5;padding: 16px;border: 16px solid #444;border-radius: 10px;margin-top: 10px",x.style.cssText="z-index:10001;position: fixed;display: none;top: 0;left: 0;width: 100%;height: 100%;background-color: black;opacity: 0.8;";var b=On("style");dn.document.getElementsByTagName("head")[0].appendChild(b),b.sheet.insertRule(".goCXul { list-style: none; }",0),b.sheet.insertRule(".goCXli {font:700 1.5em Helvetica, Arial, sans-serif;position: relative;min-width: 60px; }",0),b.sheet.insertRule(".goCXa {color: #444;display: inline-block;padding: 4px;text-decoration: none;margin: 2px;border: 1px solid gray;border-radius: 10px; }",0),b=a.diagram,b!==null&&(b.addEventListener(y,"contextmenu",so,!1),b.addEventListener(y,"selectstart",so,!1),b.addEventListener(x,"contextmenu",so,!1)),y.className="goCXforeground",x.className="goCXbackground",dn.document.body&&(dn.document.body.appendChild(y),dn.document.body.appendChild(x)),qc=y,fc=x,Qc=!0}function so(a){return a.preventDefault(),!1}Ss.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;return this.isBeyondDragSize()||!a.lastInput.right||1<a.lastInput.clickCount?!1:!!(a.lastInput.isTouchEvent&&this.defaultTouchContextMenu!==null||this.findObjectWithContextMenu()!==null)},Ss.prototype.doStart=function(){this.yw.set(this.diagram.firstInput.documentPoint)},Ss.prototype.doStop=function(){this.hideContextMenu(),this.currentObject=null},Ss.prototype.findObjectWithContextMenu=function(a){a===void 0&&(a=null);var y=this.diagram,x=y.lastInput,b=null;if(a instanceof Xe||(a instanceof Oe?b=a:b=y.ic(x.documentPoint,null,function(E){return!E.layer.isTemporary})),b!==null){for(a=b;a!==null;){if(a.contextMenu!==null)return a;a=a.panel}if(y.lastInput.isTouchEvent&&this.defaultTouchContextMenu)return b.part}else if(y.contextMenu!==null)return y;return null},Ss.prototype.doActivate=function(){},Ss.prototype.doMouseDown=function(){if(qi.prototype.doMouseDown.call(this),this.isActive&&this.currentContextMenu instanceof $i){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.canStart()&&(a.doActivate(),a.doMouseDown(),a.doDeactivate())}this.diagram.toolManager.mouseDownTools.contains(this)&&cl(this)},Ss.prototype.doMouseUp=function(){if(this.isActive&&this.currentContextMenu instanceof $i){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.canStart()&&(a.doActivate(),a.doCancel(),a.doDeactivate())}cl(this)};function cl(a){var y=a.diagram;if(a.isActive){var x=a.currentContextMenu;if(x!==null){var b=null;x instanceof kl||(b=y.ic(y.lastInput.documentPoint,null,null),b!==null&&b.rg(x)&&a.standardMouseClick(null,null)),a.maybeStopTool(b)}}else a.canStart()&&(hu(a,!0),a.isActive||a.stopTool())}Ss.prototype.maybeStopTool=function(){this.stopTool(),this.canStart()&&(this.diagram.currentTool=this,this.doMouseUp())};function hu(a,y,x){if(x===void 0&&(x=null),!a.Et&&(a.Et=!0,y&&a.standardMouseSelect(),y=a.standardMouseClick(),a.Et=!1,!y)){if(a.isActive=!0,y=Lh,x===null&&(x=a.findObjectWithContextMenu()),x!==null){var b=x.contextMenu;b!==null?(a.currentObject=x instanceof Oe?x:null,a.showContextMenu(b,a.currentObject)):y!==null&&a.showContextMenu(y,a.currentObject)}else y!==null&&a.showContextMenu(y,null);a.currentContextMenu instanceof $i&&!a.currentContextMenu.visible&&a.stopTool()}}Ss.prototype.doMouseMove=function(){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.doMouseMove(),this.isActive&&this.diagram.toolManager.doMouseMove()},Ss.prototype.showContextMenu=function(a,y){var x=this.diagram;if(a!==this.currentContextMenu&&this.hideContextMenu(),a instanceof $i){a.layerName="Tool",a.selectable=!1,a.scale=1/x.scale,a.category=this.name,a.placeholder!==null&&(a.placeholder.scale=x.scale);var b=a.diagram;b!==null&&b!==x&&b.remove(a),x.add(a),y!==null?a.adornedObject=y:a.data=x.model,a.Va(),this.positionContextMenu(a,y)}else a instanceof kl&&a.show(y,x,this);this.currentContextMenu=a},Ss.prototype.positionContextMenu=function(a){if(a.placeholder===null){var y=this.diagram,x=y.lastInput.documentPoint.copy(),b=a.measuredBounds,E=y.viewportBounds;y.lastInput.isTouchEvent&&(x.x-=b.width),x.x+b.width>E.right&&(x.x-=b.width+5/y.scale),x.x<E.x&&(x.x=E.x),x.y+b.height>E.bottom&&(x.y-=b.height+5/y.scale),x.y<E.y&&(x.y=E.y),a.position=x}},Ss.prototype.hideContextMenu=function(){var a=this.diagram,y=this.currentContextMenu;y!==null&&(y instanceof $i?(a.remove(y),this.ht!==null&&this.ht.Jf(y.category),y.data=null,y.adornedObject=null):y instanceof kl&&(y.hide!==null?y.hide(a,this):y.mainElement!==null&&(y.mainElement.style.display="none")),this.currentContextMenu=null,this.standardMouseOver())};function Wu(a){var y=new fn;return y.add(new Wa("Copy",function(x){x.commandHandler.copySelection()},function(x){return x.commandHandler.canCopySelection()})),y.add(new Wa("Cut",function(x){x.commandHandler.cutSelection()},function(x){return x.commandHandler.canCutSelection()})),y.add(new Wa("Delete",function(x){x.commandHandler.deleteSelection()},function(x){return x.commandHandler.canDeleteSelection()})),y.add(new Wa("Paste",function(x){x.commandHandler.pasteSelection(a.mouseDownPoint)},function(x){return x.commandHandler.canPasteSelection(a.mouseDownPoint)})),y.add(new Wa("Select All",function(x){x.commandHandler.selectAll()},function(x){return x.commandHandler.canSelectAll()})),y.add(new Wa("Undo",function(x){x.commandHandler.undo()},function(x){return x.commandHandler.canUndo()})),y.add(new Wa("Redo",function(x){x.commandHandler.redo()},function(x){return x.commandHandler.canRedo()})),y.add(new Wa("Scroll To Part",function(x){x.commandHandler.scrollToPart()},function(x){return x.commandHandler.canScrollToPart()})),y.add(new Wa("Zoom To Fit",function(x){x.commandHandler.zoomToFit()},function(x){return x.commandHandler.canZoomToFit()})),y.add(new Wa("Reset Zoom",function(x){x.commandHandler.resetZoom()},function(x){return x.commandHandler.canResetZoom()})),y.add(new Wa("Group Selection",function(x){x.commandHandler.groupSelection()},function(x){return x.commandHandler.canGroupSelection()})),y.add(new Wa("Ungroup Selection",function(x){x.commandHandler.ungroupSelection()},function(x){return x.commandHandler.canUngroupSelection()})),y.add(new Wa("Edit Text",function(x){x.commandHandler.editTextBlock()},function(x){return x.commandHandler.canEditTextBlock()})),y}Ss.prototype.showDefaultContextMenu=function(){var a=this.diagram;this.jt===null&&(this.jt=Wu(this)),qc.innerHTML="",fc.addEventListener("pointerdown",this.tu,!1);var y=this,x=On("ul");x.className="goCXul",qc.appendChild(x),x.innerHTML="";for(var b=this.jt.iterator;b.next();){var E=b.value,z=E.visible;if(typeof E.hx=="function"&&(typeof z!="function"||z(a))){z=On("li"),z.className="goCXli";var nt=On("a");nt.className="goCXa",nt.href="#",nt.ky=E.hx,nt.addEventListener("pointerdown",function(rt){return this.ky(a),y.stopTool(),rt.preventDefault(),!1},!1),nt.textContent=E.text,z.appendChild(nt),x.appendChild(z)}}qc.style.display="block",fc.style.display="block"},Ss.prototype.hideDefaultContextMenu=function(){if(this.currentContextMenu!==null&&this.currentContextMenu===Lh){qc.style.display="none",fc.style.display="none";var a=this.diagram;a!==null&&a.removeEventListener(fc,"pointerdown",this.tu,!1),this.currentContextMenu=null}},Ue.Object.defineProperties(Ss.prototype,{currentContextMenu:{get:function(){return this.j},set:function(a){this.j=a,this.ht=a instanceof $i?a.adornedPart:null}},defaultTouchContextMenu:{get:function(){return Qc===!1&&Lh===null&&Vr&&$a(this),Lh},set:function(a){a===null&&(Qc=!0),Lh=a}},currentObject:{get:function(){return this.o},set:function(a){this.o=a}},mouseDownPoint:{get:function(){return this.yw}}});var Lh=null,Qc=!1,fc=null,qc=null;Ss.className="ContextMenuTool",gi("contextMenuTool",function(){return this.findTool("ContextMenu")},function(a){this.gb("ContextMenu",a,this.mouseUpTools)});function kr(){qi.call(this),this.name="TextEditing",this.Zh=new Pr,this.ia=null,this.V=gc,this.vj=null,this.qa=pc,this.u=1,this.F=!0,this.o=null,this.j=new kl,this.kt=null,$c(this,this.j)}_e(kr,qi);function $c(a,y){if(Vr){var x=On("textarea");a.kt=x,x.addEventListener("input",function(){if(a.textBlock!==null){var b=a.Lx(this.value);this.style.width=20+b.measuredBounds.width*this.wA+"px",this.rows=b.lineCount}},!1),x.addEventListener("keydown",function(b){if(!b.isComposing&&a.textBlock!==null){var E=b.key;E==="Enter"?(a.textBlock.isMultiline===!1&&b.preventDefault(),a.acceptText(td)):E==="Tab"?(a.acceptText(Xd),b.preventDefault()):E==="Escape"&&(a.doCancel(),a.diagram!==null&&a.diagram.doFocus())}},!1),x.addEventListener("focus",function(){if(a.currentTextEditor!==null&&a.state!==pc){var b=a.kt;a.qa===ed&&(a.qa=nd),typeof b.select=="function"&&a.selectsTextOnActivate&&(b.select(),b.setSelectionRange(0,9999))}},!1),x.addEventListener("blur",function(){if(a.currentTextEditor!==null&&a.state!==pc){var b=a.kt;typeof b.focus=="function"&&b.focus(),typeof b.select=="function"&&a.selectsTextOnActivate&&(b.select(),b.setSelectionRange(0,9999))}},!1),y.valueFunction=function(){return x.value},y.mainElement=x,y.show=function(b,E,z){if(b instanceof Pr&&z instanceof kr)if(z.state===id)x.style.border="3px solid red",x.focus();else{var nt=b.ga(nr),rt=E.position,st=E.scale,ht=b.Df()*st;ht<z.minimumEditorScale&&(ht=z.minimumEditorScale);var dt=b.naturalBounds.width*ht+6,vt=b.naturalBounds.height*ht+2,Nt=(nt.x-rt.x)*st;nt=(nt.y-rt.y)*st,rt=b.verticalAlignment,st=(b.lineHeight+b.spacingAbove+b.spacingBelow)*b.lineCount*ht,vt=rt.y*vt-rt.y*st+rt.offsetY-(.5*vt-.5*st)-st/2,x.value=b.text,E.div.style.font=b.font,x.style.position="absolute",x.style.zIndex="100",x.style.font="inherit",x.style.fontSize=100*ht+"%",x.style.lineHeight="normal",x.style.width=dt+"px",x.style.left=(Nt-dt/2|0)-1+"px",x.style.top=(nt+vt|0)-1+"px",x.style.textAlign=b.textAlign,x.style.margin="0",x.style.padding="1px",x.style.border="0",x.style.outline="none",x.style.whiteSpace="pre-wrap",x.style.overflow="hidden",x.rows=b.lineCount,x.wA=ht,x.className="goTXarea",E.div.appendChild(x),x.focus(),z.selectsTextOnActivate&&(x.select(),x.setSelectionRange(0,9999))}},y.hide=function(b){b.div.removeChild(x)}}}kr.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(a===null||a.isReadOnly||Gu&&Gu!==this&&(Gu.acceptText(El),Gu&&Gu!==this)||!a.lastInput.left||this.isBeyondDragSize())return!1;var y=a.ic(a.lastInput.documentPoint);return y!==null&&y instanceof Pr&&y.editable&&y.part.canEdit()?(y=y.part,!(y===null||this.starting===gc&&!y.isSelected||this.starting===Jd&&2>a.lastInput.clickCount)):!1},kr.prototype.doStart=function(){Gu=this,this.textBlock!==null&&this.doActivate()},kr.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 Pr&&(this.textBlock=y,y.part!==null)){a.animationManager.Cc(),this.isActive=!0,this.qa=ed;var x=this.defaultTextEditor;y.textEditor!==null&&(x=y.textEditor),this.Zh=this.textBlock.copy();var b=new en(this.textBlock.ga(mr),this.textBlock.ga(Fs));a.tv(b),x.show(y,a,this),this.currentTextEditor=x}}}},kr.prototype.doCancel=function(){this.stopTool()},kr.prototype.doMouseUp=function(){this.canStart()&&this.doActivate()},kr.prototype.doMouseDown=function(){this.isActive&&this.acceptText(El)},kr.prototype.acceptText=function(a){switch(a){case El:this.qa===mc?this.currentTextEditor instanceof HTMLElement&&this.currentTextEditor.focus():(this.qa===ed||this.qa===id||this.qa===nd)&&(this.qa=ag,sg(this));break;case Zd:case td:case Xd:(td!==a||this.textBlock.isMultiline!==!0)&&(this.qa===ed||this.qa===id||this.qa===nd)&&(this.qa=ag,sg(this))}};function sg(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=mc,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=id,a.doError(E,z))}}kr.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)},kr.prototype.doSuccess=function(a,y){var x=this.textBlock;x.textEdited!==null&&x.textEdited(x,a,y)},kr.prototype.doDeactivate=function(){var a=this.diagram;a!==null&&(this.qa=pc,this.currentTextEditor!==null&&this.currentTextEditor.hide(a,this),this.textBlock=null,this.isActive=!1)},kr.prototype.doStop=function(){Gu=null},kr.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)))},kr.prototype.Lx=function(a){var y=this.Zh;return y.text=a,y.measure(this.textBlock.Ih,1/0),y},Ue.Object.defineProperties(kr.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)}}}),kr.prototype.measureTemporaryTextBlock=kr.prototype.Lx;var Zd=new sn(kr,"LostFocus",0),El=new sn(kr,"MouseDown",1),Xd=new sn(kr,"Tab",2),td=new sn(kr,"Enter",3),tv=new sn(kr,"SingleClick",0),gc=new sn(kr,"SingleClickSelected",1),Jd=new sn(kr,"DoubleClick",2),pc=new sn(kr,"StateNone",0),ed=new sn(kr,"StateActive",1),nd=new sn(kr,"StateEditing",2),ag=new sn(kr,"StateValidating",3),id=new sn(kr,"StateInvalid",4),mc=new sn(kr,"StateValidated",5),Gu=null;kr.className="TextEditingTool",kr.LostFocus=Zd,kr.MouseDown=El,kr.Tab=Xd,kr.Enter=td,kr.SingleClick=tv,kr.SingleClickSelected=gc,kr.DoubleClick=Jd,kr.StateNone=pc,kr.StateActive=ed,kr.StateEditing=nd,kr.StateValidating=ag,kr.StateInvalid=id,kr.StateValidated=mc,gi("textEditingTool",function(){return this.findTool("TextEditing")},function(a){this.gb("TextEditing",a,this.mouseUpTools)});function na(a){od||(lg(),od=!0),this.H=Hl,this.Ok=this.zb=this.vq=this.bc=!1,this.Qw=!0,this.Pk=du,this.Dm=!1,this.Gh=this.Jd=!0,this.Dg=600,this.cw=this.Ow=!1,this.Zd=new gn,this.ce=new Ko,this.ce.Yd=this,this.Ei=new gn,this.pu=new gn,this.Sr=new gn,this.pr=new gn,a&&Object.assign(this,a)}na.prototype.Xe=function(a){this.H=a},na.prototype.canStart=function(){return!0};function _l(a,y){a.Jd&&a.canStart(y)&&(a.Zd.add(y),a.defaultAnimation.isAnimating&&a.Cc(),Vo(a.H),a.zb=!0)}function Qd(a){if(a.Jd&&a.zb){var y=a.ce,x=a.H,b=a.Zd.contains("Model");b&&(a.Ok=!0,a.Pk===du?(y.isViewportUnconstrained=!0,y.vc.clear(),y.add(x,"position",x.position.copy().offset(0,-200),x.position),y.add(x,"opacity",0,1)):a.Pk===ug&&y.vc.clear(),a.Qw=!!(a.Pk===sd&&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(),ad(y,x),a.Ok=!1,x.N()):(a.Zd.clear(),x.kg=!1,b=y.vc.get(x),x.autoScale!==us&&b!==null&&(delete b.start.scale,delete b.end.scale),dn.requestAnimationFrame(function(){a.zb===!1||y.bc||(x.Gf("temporaryPixelRatio")&&Is(x),gg(x),a.zb=!1,y.start(),y.bc&&(Uu(a),x.Ya(),hg(y,0),Aa(x,!0),kh(a),x.R("AnimationStarting",a)))}))}}function cu(a){return a.Zd.contains("Trigger")&&a.Zd.count===1}function qd(a,y,x,b){a.isTicking||cu(a)||y instanceof vn&&(y.fromNode!==null||y.toNode!==null)||a.ce.add(y,"position",x,b,!1)}Kt=na.prototype,Kt.fv=function(a){return this.ce.fv(a)},Kt.Xu=function(a){return this.ce.Xu(a)};function $d(a,y){function x(){if(0<E.Sr.count&&(b.addAll(E.Sr),E.Sr.clear(),E.bc=!0),E.bc!==!1&&b.count!==0){E.pu.addAll(b);for(var z=E.pu.iterator;z.next();){var nt=z.value;if(nt.bc!==!1){t:if(0<nt.yl.count)var rt=!0;else{for(rt=nt.vc.iterator;rt.next();){var st=rt.key;if(st instanceof Oe&&st.diagram!==null||st instanceof Xe){rt=!0;break t}}rt=!1}rt?ld(nt,!1):nt.Xk=!0}}E.pu.clear(),E.bc!==!1&&(Uu(E),Aa(E.H),kh(E)),dn.requestAnimationFrame(x)}}var b=a.Ei,E=a;a.bc?a.Sr.add(y):(a.bc=!0,b.add(y),dn.requestAnimationFrame(function(){x()}))}function Gp(a){for(a=a.Ei.iterator;a.next();)a.value.Xk=!1}function Uu(a){if(!a.vq){var y=a.H;a.Ow=y.skipsUndoManager,a.cw=y.skipsModelSourceBindings,y.skipsUndoManager=!0,y.skipsModelSourceBindings=!0,a.vq=!0}}function kh(a){var y=a.H;y.skipsUndoManager=a.Ow,y.skipsModelSourceBindings=a.cw,a.vq=!1}Kt.Cc=function(a){var y=this.ce;if(this.zb===!0&&(this.Ok=this.zb=!1,this.Zd.clear(),0<y.vc.count&&this.H.$b()),this.bc){if(y.Ml(!0),y.vc.clear(),ad(y,null),a===!0)for(a=this.Ei.Fa(),y=0;y<a.length;y++)a[y].Ml(!0)}else y.vc.clear(),ad(y,this.H)},Kt.Ml=function(a){a===this.defaultAnimation&&this.defaultAnimation.vc.clear(),this.Ei.remove(a),this.Ei.count===0&&(this.bc=!1,this.H.$b()),a===this.defaultAnimation&&(this.defaultAnimation.vc.clear(),this.H.R("AnimationFinished",this))},Kt.Cj=function(a,y){this.zb&&(this.Zd.contains("Expand Tree")||this.Zd.contains("Expand SubGraph"))&&(this.ce.Cj(a,y),_s(this,a))},Kt.Aj=function(a,y){this.zb&&(this.Zd.contains("Collapse Tree")||this.Zd.contains("Collapse SubGraph"))&&(this.ce.Aj(a,y),_u(this.ce,y,"position",y.position,y.position),_s(this,a))};function Up(a,y,x){!a.zb||y.D(x)||cu(a)||(a.H.pi||(y=x.copy()),_u(a.ce,a.H,"position",y,x))}function tf(a,y,x){y.fd&&(y.Tg=x,a.pr.add(y))}function _s(a,y){for(y=y.findLinksConnected();y.next();){var x=y.value;x.fd&&(x.Tg=x.points.copy(),a.pr.add(x))}}function Eh(a,y,x,b,E){a===null&&(a=[0,0,0,0]),y===null&&(y=[0,0,0,0]);var z=a[0],nt=a[1],rt=a[2];a=a[3];var st=y[0],ht=y[1],dt=y[2];return y=y[3],rt===0||rt===100?(z=st,nt=ht):(dt===0||dt===100)&&(st=z,ht=nt),180<Math.abs(st-z)&&(st>z?z+=360:st+=360),z=E(x,z,st-z,b)%360,nt=E(x,nt,ht-nt,b),rt=E(x,rt,dt-rt,b),x=E(x,a,y-a,b),"hsla("+z+", "+nt+"%, "+rt+"%, "+x+")"}function lg(){function a(x,b,E,z,nt,rt){x.position=new ye(z(nt,b.x,E.x-b.x,rt),z(nt,b.y,E.y-b.y,rt))}var y=new li;y.add("position:diagram",a),y.add("position",a),y.add("position:part",function(x,b,E,z,nt,rt){nt<rt?x.mm(z(nt,b.x,E.x-b.x,rt),z(nt,b.y,E.y-b.y,rt),!1):x.position=new ye(z(nt,b.x,E.x-b.x,rt),z(nt,b.y,E.y-b.y,rt))}),y.add("location",function(x,b,E,z,nt,rt){nt<rt?x.mm(z(nt,b.x,E.x-b.x,rt),z(nt,b.y,E.y-b.y,rt),!0):x.location=new ye(z(nt,b.x,E.x-b.x,rt),z(nt,b.y,E.y-b.y,rt))}),y.add("position:placeholder",function(x,b,E,z,nt,rt){nt<rt?x.mm(z(nt,b.x,E.x-b.x,rt),z(nt,b.y,E.y-b.y,rt),!1):x.position=new ye(z(nt,b.x,E.x-b.x,rt),z(nt,b.y,E.y-b.y,rt))}),y.add("position:nodeCollapse",function(x,b,E,z,nt,rt){var st=x.actualBounds,ht=E.actualBounds;E=ht.x+ht.width/2-st.width/2,st=ht.y+ht.height/2-st.height/2,nt<rt?x.mm(z(nt,b.x,E-b.x,rt),z(nt,b.y,st-b.y,rt),!1):x.position=new ye(z(nt,b.x,E-b.x,rt),z(nt,b.y,st-b.y,rt))}),y.add("desiredSize",function(x,b,E,z,nt,rt){x.desiredSize=new en(z(nt,b.width,E.width-b.width,rt),z(nt,b.height,E.height-b.height,rt))}),y.add("width",function(x,b,E,z,nt,rt){x.width=z(nt,b,E-b,rt)}),y.add("height",function(x,b,E,z,nt,rt){x.height=z(nt,b,E-b,rt)}),y.add("fill",function(x,b,E,z,nt,rt){x.fill=Eh(b,E,nt,rt,z)}),y.add("stroke",function(x,b,E,z,nt,rt){x.stroke=Eh(b,E,nt,rt,z)}),y.add("strokeWidth",function(x,b,E,z,nt,rt){x.strokeWidth=z(nt,b,E-b,rt)}),y.add("strokeDashOffset",function(x,b,E,z,nt,rt){x.strokeDashOffset=z(nt,b,E-b,rt)}),y.add("background",function(x,b,E,z,nt,rt){x.background=Eh(b,E,nt,rt,z)}),y.add("areaBackground",function(x,b,E,z,nt,rt){x.areaBackground=Eh(b,E,nt,rt,z)}),y.add("opacity",function(x,b,E,z,nt,rt){x.opacity=z(nt,b,E-b,rt)}),y.add("scale",function(x,b,E,z,nt,rt){x.scale=z(nt,b,E-b,rt)}),y.add("angle",function(x,b,E,z,nt,rt){x.angle=z(nt,b,E-b,rt)}),rd=y}Ue.Object.defineProperties(na.prototype,{animationReasons:{get:function(){return this.Zd}},isEnabled:{get:function(){return this.Jd},set:function(a){(this.Jd=a)&&this.Ei.each(function(y){y.isAnimating||y.runCount!==1/0||y.start()})}},duration:{get:function(){return this.Dg},set:function(a){1>a&&wn(a,">= 1",na,"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}}}),na.prototype.stopAnimation=na.prototype.Cc;var rd=null,od=!1,du=new sn(na,"Default",1),sd=new sn(na,"AnimateLocations",2),ug=new sn(na,"None",3);na.className="AnimationManager",na.defineAnimationEffect=function(a,y){od||(lg(),od=!0),rd.add(a,y)},na.Default=du,na.AnimateLocations=sd,na.None=ug;function Ko(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=vc,this.Wk=this.ho=!1,this.cu=1,this.au=0,this.Gd=this.Dg=NaN,this.gw=0,this.dn=null,this.o=to,this.vc=new li,this.Tt=new li,this.yl=new gn,this.Ut=new gn,this.dw=Vu,a&&Object.assign(this,a)}Ko.prototype.suspend=function(){this.Xk=!0},Ko.prototype.advanceTo=function(a,y){y&&(this.Xk=!1),this.ho&&a>=this.Gd&&(this.Wk=!0,a-=this.Gd),this.gw=a,ld(this,!0),Uu(this.Yd),Aa(this.H),kh(this.Yd),this.H.redraw()};function ad(a,y){if(a.Tt.clear(),a.Wk=!1,a.au=0,a.Gd=NaN,0<a.yl.count&&a.yl.clear(),0<a.Ut.count&&a.Ut.clear(),y!==null)for(a=y.links;a.next();)a.value.Tg=null}Kt=Ko.prototype,Kt.start=function(){if(this.vc.count===0||this.bc)return this;for(var a=this.H,y=this.vc.iterator;y.next();){var x=y.key;a===null&&(x instanceof Xe?a=x:x instanceof Oe&&(a=x.diagram))}if(a!==null)this.H=a,this.Yd=a.animationManager;else return this;return y=this.Yd,y.isEnabled===!1?this:(this.Gd=isNaN(this.Dg)?y.duration:this.Dg,this.Lp=this.ot,y.Ok&&y.Pk===du&&this===y.defaultAnimation&&(this.Lp=_p,this.Gd=isNaN(this.Dg)?y.duration===600?900:y.duration:this.Dg),this.dw=a.scrollMode,this.isViewportUnconstrained&&(a.sj=pd),Uu(y),this.yl.each(function(b){b.data=null,a.add(b)}),kh(y),this.bc=!0,this.Qd=+new Date,this.cn=this.Qd+this.Gd,$d(y,this),this)},Kt.Iy=function(a,y){return a.Zc()?(this.yl.add(a),this.H=y,this):this},Kt.add=function(a,y,x,b,E){if(y==="position"&&x.Xa(b))return this;if(this.H===null&&(a instanceof Xe?this.H=a:a instanceof Oe&&a.diagram!==null&&(this.H=a.diagram)),a instanceof $n){if(!a.isAnimated)return this;y==="position"&&(y="position:part")}return _u(this,a,y,x,b,E),this};function _u(a,y,x,b,E,z){var nt=a.vc;if(y instanceof Xe&&x==="position"&&(x="position:diagram"),(x==="fill"||x==="stroke"||x==="background"||x==="areaBackground")&&(mu(b),av(),b=[ya.j,ya.u,ya.o,ya.F],mu(E),av(),E=[ya.j,ya.u,ya.o,ya.F]),nt.contains(y)){var rt=nt.I(y),st=rt.start,ht=rt.end;st[x]===void 0&&(st[x]=Mh(b)),ht[x]=Mh(E)}else st={},ht={},st[x]=Mh(b),ht[x]=Mh(E),rt=st.position,y instanceof Oe&&rt instanceof ye&&!rt.w()&&y.diagram.animationManager.Zd.contains("Expand SubGraph")&&rt.assign(ht.position),rt=new Th(st,ht,z),nt.add(y,rt);nt=st[x],nt instanceof ye&&!nt.w()&&nt.assign(a.o),z&&x.indexOf("position:")===0&&y instanceof $n?rt.Ku.location=Mh(y.location):z&&(rt.Ku[x]=Mh(b))}function Mh(a){return a instanceof ye||a instanceof An?a.copy():a}Kt.fv=function(a){return this.bc?(a=this.vc.I(a),a!==null&&a.nv):!1},Kt.Xu=function(a){return this.bc?(a=this.vc.I(a),a!==null&&(a.start.position||a.start.location)):!1};function ld(a,y){if(!a.Xk||y){var x=a.Yd;if(a.bc!==!1){var b=+new Date,E=b>a.cn?a.Gd:b-a.Qd;y&&(E=a.gw,E<a.Gd?(a.Qd=+new Date-E,a.cn=a.Qd+a.Gd):E=a.Gd),Uu(x),hg(a,E),Aa(a.H,!0),kh(x),b>a.cn&&(a.ho&&!a.Wk?(a.Qd=+new Date,a.cn=a.Qd+a.Gd,a.Wk=!0):a.Ml(!1))}}}function hg(a,y){for(var x=a.Gd,b=a.vc.iterator,E=a.Wk;b.next();){var z=b.key;if(!(z instanceof Oe&&z.diagram===null)){var nt=b.value,rt=E?nt.end:nt.start;nt=E?nt.start:nt.end;var st=rd,ht;for(ht in nt)ht==="position"&&(nt["position:placeholder"]||nt["position:nodeCollapse"])||st.get(ht)===null||st.get(ht)(z,rt[ht],nt[ht],a.Lp,y,x,a)}}}Kt.stop=function(){return this.bc?(this.Ml(!0),this):this},Kt.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,Uu(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=rd;b.next();){var nt=b.key,rt=b.value,st=E?rt.end:rt.start,ht=E?rt.start:rt.end,dt=rt.Ku,vt;for(vt in ht)if(z.get(vt)!==null){var Nt=vt;!rt.Hu||Nt!=="position:nodeCollapse"&&Nt!=="position:placeholder"||(Nt="position"),z.get(Nt)(nt,st[vt],dt[vt]!==void 0?dt[vt]:rt.Hu?st[vt]:ht[vt],this.Lp,this.Gd,this.Gd,this)}rt.Hu&&dt.location!==void 0&&nt instanceof $n&&(nt.location=dt.location),rt.nv&&nt instanceof $n&&nt.Zb(!1)}if(y.As.clear(),ud(y,!1),y.Ya(),y.N(),Aa(y,!0),x.defaultAnimation===this){for(vt=x.pr.iterator;vt.next();)E=vt.value,E.Tg!==null&&(E.points=E.Tg,E.Tg=null);x.pr.clear()}Aa(y,!0),this.isViewportUnconstrained&&(y.scrollMode=this.dw),kh(x),this.au++,!a&&this.cu>this.au?(this.Wk=!1,this.start()):(this.dn&&this.dn(this),ad(this,null),x.Ml(this),y.$b())}},Kt.Cj=function(a,y){var x=y.actualBounds,b=null;if(y instanceof yi&&(b=y.placeholder),b!==null?(x=b.ga(mr),b=b.padding,x.x+=b.left,x.y+=b.top,this.add(a,"position",x,a.position,!1)):this.add(a,"position",new ye(x.x+x.width/2,x.y+x.height/2),a.position,!1),this.add(a,"scale",.01,a.scale,!1),a instanceof yi)for(a=a.memberParts;a.next();)b=a.value,b instanceof kn&&this.Cj(b,y)},Kt.Aj=function(a,y){if(a.isVisible()){var x=null;if(y instanceof yi&&(x=y.placeholder),x!==null){var b=x.ga(mr);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 yi)for(a=a.memberParts;a.next();)b=a.value,b instanceof kn&&this.Aj(b,y)}},Kt.Ez=function(a){var y=this.Tt.get(a);return y===null&&(y={},this.Tt.add(a,y)),y},Ue.Object.defineProperties(Ko.prototype,{duration:{get:function(){return this.Dg},set:function(a){1>a&&wn(a,">= 1",Ko,"duration"),this.Dg=a}},reversible:{get:function(){return this.ho},set:function(a){this.ho=a}},runCount:{get:function(){return this.cu},set:function(a){0<a?this.cu=a:Le("Animation.runCount value must be a positive integer.")}},finished:{get:function(){return this.dn},set:function(a){this.dn!==a&&(this.dn=a)}},easing:{get:function(){return this.ot},set:function(a){this.ot=a}},isViewportUnconstrained:{get:function(){return this.j},set:function(a){this.j=a}},isAnimating:{get:function(){return this.bc}}}),Ko.prototype.getTemporaryState=Ko.prototype.Ez,Ko.prototype.stop=Ko.prototype.stop,Ko.prototype.add=Ko.prototype.add,Ko.prototype.addTemporaryPart=Ko.prototype.Iy;function vc(a,y,x,b){return a/=b/2,1>a?x/2*a*a+y:-x/2*(--a*(a-2)-1)+y}function _p(a,y,x,b){return a===b?y+x:x*(-Math.pow(2,-10*a/b)+1)+y}Ko.className="Animation",Ko.EaseLinear=function(a,y,x,b){return x*a/b+y},Ko.EaseInOutQuad=vc,Ko.EaseInQuad=function(a,y,x,b){return x*(a/=b)*a+y},Ko.EaseOutQuad=function(a,y,x,b){return-x*(a/=b)*(a-2)+y},Ko.EaseInExpo=function(a,y,x,b){return a===0?y:x*Math.pow(2,10*(a/b-1))+y},Ko.EaseOutExpo=_p;function Th(a,y,x){this.start=a,this.end=y,this.Ku={},this.Hu=x,this.nv=!1}Th.className="AnimationState";function tl(a,y,x){this.xd=null,this.rf=a,this.so=x||cg,this.uk=null,y!==void 0&&(this.uk=y,x===void 0&&(this.so=Nh))}tl.prototype.copy=function(){var a=new tl(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 Hp(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))}Ue.Object.defineProperties(tl.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 cg=new sn(tl,"Default",1),Nh=new sn(tl,"Immediate",2),yc=new sn(tl,"Bundled",3);tl.className="AnimationTrigger",tl.Default=cg,tl.Immediate=Nh,tl.Bundled=yc;function To(a){si(this),this.H=null,this.Pa=new fn,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)}Kt=To.prototype,Kt.clear=function(){for(var a=this.Pa,y=0;y<a.length;y++){var x=a.s[y];x.Ig=null,is(x)}a.clear(),this.Zq.length=0},Kt.Xe=function(a){this.H=a},Kt.toString=function(a){a===void 0&&(a=0);var y='Layer "'+this.name+'"';if(0>=a)return y;for(var x=0,b=0,E=0,z=0,nt=0,rt=this.Pa.iterator;rt.next();){var st=rt.value;st instanceof yi?E++:st instanceof kn?b++:st instanceof vn?z++:st instanceof $i?nt++:x++}if(rt="",0<x&&(rt+=x+" Parts "),0<b&&(rt+=b+" Nodes "),0<E&&(rt+=E+" Groups "),0<z&&(rt+=z+" Links "),0<nt&&(rt+=nt+" Adornments "),1<a)for(a=this.Pa.iterator;a.next();)x=a.value,rt+=`
`+x.toString(),b=x.data,b!==null&&Ai(b)&&(rt+=" #"+Ai(b)),x instanceof kn?rt+=" "+ui(b):x instanceof vn&&(rt+=" "+ui(x.fromNode)+" "+ui(x.toNode));return y+" "+this.Pa.count+": "+rt},Kt.ic=function(a,y,x){if(y===void 0&&(y=null),x===void 0&&(x=null),this.Uh===!1)return null;var b=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(b=!0);for(var E=ye.alloc(),z=this.Pa.s,nt=z.length;nt--;){var rt=z[nt];if((b!==!0||Gh(rt)!==!1)&&rt.isVisible()&&(E.assign(a),Gi(E,rt.oe),rt=rt.ic(E,y,x),rt!==null&&(y!==null&&(rt=y(rt)),rt!==null&&(x===null||x(rt)))))return ye.free(E),rt}return ye.free(E),null},Kt.ji=function(a,y,x,b){if(y===void 0&&(y=null),x===void 0&&(x=null),b instanceof fn||b instanceof gn||(b=new gn),this.Uh===!1)return b;var E=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(E=!0);for(var z=ye.alloc(),nt=this.Pa.s,rt=nt.length;rt--;){var st=nt[rt];if((E!==!0||Gh(st)!==!1)&&st.isVisible()){z.assign(a),Gi(z,st.oe);var ht=st;st.ji(z,y,x,b)&&(y!==null&&(ht=y(ht)),ht===null||x!==null&&!x(ht)||b.add(ht))}}return ye.free(z),b},Kt.Cf=function(a,y,x,b,E){if(y===void 0&&(y=null),x===void 0&&(x=null),b===void 0&&(b=!1),E instanceof fn||E instanceof gn||(E=new gn),this.Uh===!1)return E;var z=!1;this.diagram!==null&&this.diagram.viewportBounds.Re(a)&&(z=!0);for(var nt=this.Pa.s,rt=nt.length;rt--;){var st=nt[rt];if((z!==!0||Gh(st)!==!1)&&st.isVisible()){var ht=st;st.Cf(a,y,x,b,E)&&(y!==null&&(ht=y(ht)),ht===null||x!==null&&!x(ht)||E.add(ht))}}return E},Kt.Nu=function(a,y,x,b,E,z,nt){if(this.Uh===!1)return E;for(var rt=this.Pa.s,st=rt.length;st--;){var ht=rt[st];if((nt!==!0||Gh(ht)!==!1)&&z(ht)&&ht.isVisible()){var dt=ht;ht.Cf(a,y,x,b,E)&&(y!==null&&(dt=y(dt)),dt===null||x!==null&&!x(dt)||E.add(dt))}}return E},Kt.og=function(a,y,x,b,E,z){if(x===void 0&&(x=null),b===void 0&&(b=null),E===void 0&&(E=!0),E!==!1&&E!==!0&&((E instanceof fn||E instanceof gn)&&(z=E),E=!0),z instanceof fn||z instanceof gn||(z=new gn),this.Uh===!1)return z;var nt=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(nt=!0);for(var rt=ye.alloc(),st=ye.alloc(),ht=this.Pa.s,dt=ht.length;dt--;){var vt=ht[dt];if((nt!==!0||Gh(vt)!==!1)&&vt.isVisible()){rt.assign(a),Gi(rt,vt.oe),st.h(a.x+y,a.y),Gi(st,vt.oe);var Nt=vt;vt.og(rt,st,x,b,E,z)&&(x!==null&&(Nt=x(Nt)),Nt===null||b!==null&&!b(Nt)||z.add(Nt))}}return ye.free(rt),ye.free(st),z},Kt.Fd=function(a,y){if(this.visible){var x=this.Pa.s,b=x.length;if(b!==0){a=Vn();for(var E=Vn(),z=0;z<b;z++){var nt=x[z];if(nt.vw=z,nt instanceof vn){if(nt.fd===!1)continue}else if(nt instanceof $i&&nt.adornedPart!==null)continue;var rt=nt.actualBounds;nt.isVisible()&&zl(rt,y)?(nt.Fd(!0),a.push(nt)):(nt.Fd(!1),nt.adornments!==null&&0<nt.adornments.count&&E.push(nt))}for(y=0;y<a.length;y++)for(x=a[y],Iv(x),x=x.adornments;x.next();)b=x.value,b.measure(1/0,1/0),b.arrange(),b.Fd(!0);for(y=0;y<E.length;y++)Iv(E[y]);Tn(a),Tn(E)}}};function fu(a,y){var x=1;return a.pb!==1&&(x=y.globalAlpha,y.globalAlpha=x*a.pb),x}Kt.gc=function(a,y,x){if(this.visible&&this.pb!==0&&(x===void 0&&(x=!0),x||!this.isTemporary)){x=this.Pa.s;var b=x.length;if(b!==0){if(a.isTemporary)for(var E=0;E<b;E++)x[E].Gj();E=fu(this,a);var z=this.Zq;z.length=0;for(var nt=y.scale,rt=en.alloc(),st=0;st<b;st++)this.Oj(a,x[st],y,z,nt,rt,!0);if(en.free(rt),a.isTemporary)for(y=0;y<b;y++)x[y].Gj();a.globalAlpha=E}}};function Kp(a,y,x,b,E){if(a.visible&&a.pb!==0&&(E||!a.isTemporary)){E=a.Pa.s;var z=E.length;if(z!==0){var nt=fu(a,y),rt=a.Zq;rt.length=0;for(var st=x.scale,ht=en.alloc(),dt=0;dt<z;dt++){var vt=E[dt];b.contains(vt)&&a.Oj(y,vt,x,rt,st,ht,!1)}en.free(ht),y.globalAlpha=nt}}}Kt.Oj=function(a,y,x,b,E,z,nt){if(nt&&!Gh(y))a.Hs(y);else{if(b!==null&&y instanceof vn&&(y.isOrthogonal&&b.push(y),y.fd===!1)){a.Hs(y);return}for(nt=!1,b=y.containingGroup;b!==null;)nt?b.tb!==null&&z.Ex(b.tb):b.tb!==null&&(nt=!0,z.assign(b.tb)),b=b.containingGroup;var rt=y.actualBounds;if(b=!1,nt&&y.isVisible()){if(!z.Yc(rt)){a.Hs(y);return}b=!z.Re(rt)}b&&(a.save(),a instanceof ia?a.bk=z.copy():(a.beginPath(),a.rect(z.x,z.y,z.width,z.height),a.clip())),rt.width*E>x.Oq||rt.height*E>x.Oq?y.gc(a,x):(E=y.actualBounds,z=y.naturalBounds,E.width===0||E.height===0||isNaN(E.x)||isNaN(E.y)||!y.isVisible()||(x=y.transform,y.areaBackground!==null&&(Xr(y,a,y.areaBackground,!0,!0,z,E),a.fillRect(E.x,E.y,E.width,E.height)),y.areaBackground===null&&y.background===null&&(Xr(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),Xr(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))}},Kt.g=function(a,y,x,b,E){var z=this.diagram;z!==null&&z.cb(Or,a,this,y,x,b,E)},Kt.oi=function(a,y,x){var b=this.Pa;if(y.Ig=this,this===null&&is(y),a>=b.count)a=b.count;else if(b.M(a)===y)return-1;return b.Gb(a,y),y.Vo(x),b=this.diagram,b!==null&&(x?b.N():b.oi(y)),ef(this,a,y),a},Kt.pc=function(a,y,x){if(!x&&y.layer!==this&&y.layer!==null)return y.layer.pc(a,y,x);var b=this.Pa;if(0>a||a>=b.length){if(a=b.indexOf(y),0>a)return-1}else if(b.M(a)!==y&&(a=b.indexOf(y),0>a))return-1;return y.Wo(x),b.mb(a),b=this.diagram,b!==null&&(x?b.N():b.pc(y)),y.Ig=null,is(y),a};function ef(a,y,x){if(y=Vp(a,y,x),x instanceof yi&&x!==null&&isNaN(x.zOrder)){if(x.memberParts.count!==0){for(var b=-1,E=a.Pa.s,z=E.length,nt=0;nt<z;nt++){var rt=E[nt];if(rt===x&&(y=nt,0<=b)||0>b&&rt.containingGroup===x&&(b=nt,0<=y))break}!(0>b)&&b<y&&(E=a.Pa,E.mb(y),E.Gb(b,x))}y=x.containingGroup,y!==null&&ef(a,-1,y)}x.svg!==null&&x.svg.remove()}function Vp(a,y,x){var b=x.zOrder;if(isNaN(b))return y;a=a.Pa;var E=a.count;if(1>=E)return y;if(0>y&&(y=a.indexOf(x)),0>y)return-1;for(var z=y-1,nt=NaN;0<=z&&(nt=a.M(z).zOrder,!!isNaN(nt));)z--;for(var rt=y+1,st=NaN;rt<E&&(st=a.M(rt).zOrder,!!isNaN(st));)rt++;if(!isNaN(nt)&&nt>b)for(;;){if(z===-1||nt<=b){if(z++,z===y)break;return a.mb(y),a.Gb(z,x),z}for(nt=NaN;0<=--z&&(nt=a.M(z).zOrder,isNaN(nt)););}else if(!isNaN(st)&&st<b)for(;;){if(rt===E||st>=b){if(rt--,rt===y)break;return a.mb(y),a.Gb(rt,x),rt}for(st=NaN;++rt<E&&(st=a.M(rt).zOrder,isNaN(st)););}return y}Ue.Object.defineProperties(To.prototype,{parts:{get:function(){return this.Pa.iterator}},partsBackwards:{get:function(){return this.Pa.iteratorBackwards}},diagram:{get:function(){return this.H}},name:{get:function(){return this.xa},set:function(a){var y=this.xa;if(y!==a){var x=this.diagram;if(x!==null)for(y===""&&Le("Cannot rename default Layer to: "+a),x=x.layers;x.next();)x.value.name===a&&Le("Layer.name is already present in this diagram: "+a);for(this.xa=a,this.g("name",y,a),a=this.Pa.iterator;a.next();)a.value.layerName=this.xa}}},opacity:{get:function(){return this.pb},set:function(a){var y=this.pb;y!==a&&((0>a||1<a)&&wn(a,"0 <= value <= 1",To,"opacity"),this.pb=a,this.g("opacity",y,a),a=this.diagram,a!==null&&a.N())}},isTemporary:{get:function(){return this.o},set:function(a){var y=this.o;y!==a&&((this.o=a)&&(this.isInDocumentBounds=!1),this.g("isTemporary",y,a))}},visible:{get:function(){return this.u},set:function(a){var y=this.u;if(y!==a){for(this.u=a,this.g("visible",y,a),y=this.Pa.iterator;y.next();)y.value.Zb(a);a=this.diagram,a!==null&&a.N()}}},pickable:{get:function(){return this.Uh},set:function(a){var y=this.Uh;y!==a&&(this.Uh=a,this.g("pickable",y,a))}},isInDocumentBounds:{get:function(){return this.j},set:function(a){this.j!==a&&(this.j=a,this.diagram!==null&&this.diagram.Ya())}},allowCopy:{get:function(){return this.Fi},set:function(a){var y=this.Fi;y!==a&&(this.Fi=a,this.g("allowCopy",y,a))}},allowDelete:{get:function(){return this.Gi},set:function(a){var y=this.Gi;y!==a&&(this.Gi=a,this.g("allowDelete",y,a))}},allowTextEdit:{get:function(){return this.Pi},set:function(a){var y=this.Pi;y!==a&&(this.Pi=a,this.g("allowTextEdit",y,a))}},allowGroup:{get:function(){return this.Hi},set:function(a){var y=this.Hi;y!==a&&(this.Hi=a,this.g("allowGroup",y,a))}},allowUngroup:{get:function(){return this.Qi},set:function(a){var y=this.Qi;y!==a&&(this.Qi=a,this.g("allowUngroup",y,a))}},allowLink:{get:function(){return this.Ii},set:function(a){var y=this.Ii;y!==a&&(this.Ii=a,this.g("allowLink",y,a))}},allowRelink:{get:function(){return this.Ki},set:function(a){var y=this.Ki;y!==a&&(this.Ki=a,this.g("allowRelink",y,a))}},allowMove:{get:function(){return this.Ji},set:function(a){var y=this.Ji;y!==a&&(this.Ji=a,this.g("allowMove",y,a))}},allowReshape:{get:function(){return this.Li},set:function(a){var y=this.Li;y!==a&&(this.Li=a,this.g("allowReshape",y,a))}},allowResize:{get:function(){return this.Mi},set:function(a){var y=this.Mi;y!==a&&(this.Mi=a,this.g("allowResize",y,a))}},allowRotate:{get:function(){return this.Ni},set:function(a){var y=this.Ni;y!==a&&(this.Ni=a,this.g("allowRotate",y,a))}},allowSelect:{get:function(){return this.Oi},set:function(a){var y=this.Oi;y!==a&&(this.Oi=a,this.g("allowSelect",y,a))}}}),To.prototype.findObjectsNear=To.prototype.og,To.prototype.findObjectsIn=To.prototype.Cf,To.prototype.findObjectsAt=To.prototype.ji,To.prototype.findObjectAt=To.prototype.ic,To.className="Layer";function Xe(a,y){if(sm||(es(),sm=!0),si(this),Hl=this,this.vb=!0,this.Ka=null,this.ya=this.Aa=0,this.ta=null,Vr){var x=this,b=function(){x.removeEventListener(dn.document,"DOMContentLoaded",b,!1),x.setRTL()};dn.document.body!==null?this.setRTL():x.addEventListener(dn.document,"DOMContentLoaded",b,!1)}this.ol=null,ff.add("Model",cr);var E=this;return this.Hb=function(z){var nt=E.partManager;if(z.model===nt.diagram.model&&nt.diagram.aa){nt.diagram.aa=!1;try{var rt=z.change;z.modelChange===""&&rt===Or&&nt.updateDataBindings(z.object,z.propertyName)}finally{nt.diagram.aa=!0}}},this.Oc=function(z){E.partManager.doModelChanged(z)},this.hu=this.ku=null,Yp(this),this.model=cy(),this.Wg=!0,Xp(this),this.layout=new Dr,this.Wg=!1,this.ck=this.ek=this.fk=this.dk=this.ui=this.aA=this.$j=this.Ov=null,this.hk=function(){},this.preventDefault=null,this.rn=!1,this.Yf=new am,a!==void 0&&(typeof a=="string"||dn.Element&&a instanceof Element?fg(this,a):y=a),this.vb=!1,y&&this.nm(y),this}var Fh,Hl;function Yp(a){a.Yd=new na,a.Yd.Xe(a),a.Db=17,a.Gw=!1,a.tn=!1,a.bu="default",a.Wa=new fn,a.pj=new li,a.nl="default",a.Tx(),a.Sx(),a.pb=1,a.pa=new ye(NaN,NaN).freeze(),a.du=new ye(NaN,NaN),a.Ca=1,a.Pp=1,a.zt=new ye(NaN,NaN).freeze(),a.At=NaN,a.Ot=1e-4,a.Mt=100,a.Ab=new bi,a.zu=new ye(NaN,NaN).freeze(),a.ut=new en(NaN,NaN,NaN,NaN).freeze(),a.rj=new Fi(0,0,0,0).freeze(),a.sj=Vu,a.nu=!1,a.Zt=null,a.fu=null,a.yh=us,a.zk=Mo,a.Fg=us,a.pq=Mo,a.yt=mr,a.Bt=mr,a.Fc=!0,a.pn=!1,a.De=new gn,a.Eh=new li,a.Xm=!0,a.vp=250,a.vk=-1,a.xp=new Fi(16,16,16,16).freeze(),a.kg=!1,a.Jk=!1,a.fn=!0,a.bq=new as,a.bq.diagram=a,a.Qg=new as,a.Qg.diagram=a,a.cj=new as,a.cj.diagram=a,a.zg=null,a.pf=null,a.qu=!1,nv(a),a.ai=new gn,a.Ht=!0,a.uu=Yu,a.pw=!1,a.wu=gd,a.it="auto",a.Op="auto",a.zh=null,a.Fh=null,a.Bh=null,a.Qh=null,a.Oh=null,a.Nh=null,a.Qt=null,a.Lh=null,a.xt=!1,a.Mh=null,a.Ph=null,a.$h=null,a.Ch=null,a.Rt=!1,a.Yt={},a.oj=[null,null],a.Wg=!1,a.Iw=!1,a.ou=!1,a.lt=!1,a.rw=!0,a.ld=!1,a.$i=!1,a.Tw=!0,a.Ce=-2,a.Og=new li,a.Xn=new fn,a.Gg=!1,a.Jd=!0,a.Us=!0,a.Fi=!0,a.Gi=!0,a.Vs=!1,a.Ws=!0,a.Pi=!0,a.Hi=!0,a.Qi=!0,a.Ys=!0,a.Ii=!0,a.Ki=!0,a.Ji=!0,a.Li=!0,a.Mi=!0,a.Ni=!0,a.Oi=!0,a.Zs=!0,a.at=!0,a.qw=!1,a.Vk=!1,a.mn=!0,a.nn=!0,a.Xs=!0,a.$s=!0,a.iu=16,a.mu=16,a.qr=!1,a.gu=!1,a.lu=0,a.ju=0,a.yb=new Fi(5).freeze(),a.Hw=new gn().freeze(),a.Nt=999999999,a.nw=new gn().freeze(),a.Zi=!0,a.Ee=!0,a.vd=!0,a.Be=!1,a.gf=!1,a.xh=!0,a.hf=!1,a.sy=new gn,a.ow=new gn,a.Xh=null,a.aw=new An(8,8),a.bw=999,a.Bw=1,a.Jw=0,a.fc={scale:1,position:new ye,bounds:new en,Py:new An,bA:new An,Oz:!1},a.fc.canvasSize=a.fc.Py,a.fc.newCanvasSize=a.fc.bA,a.fc.isScroll=!1,a.Rw=new en(NaN,NaN,NaN,NaN).freeze(),a.wo=new An(NaN,NaN).freeze(),a.Sp=new en(NaN,NaN,NaN,NaN).freeze(),a.It=!1,a.Lg=new li;var y=new kn,x=new Pr;x.bind(new ao("text","",ui)),y.add(x),a.ny=y,a.Lg.add("",y),y=new kn,x=new Pr,x.stroke="brown",x.bind(new ao("text","",ui)),y.add(x),a.Lg.add("Comment",y),y=new kn,y.selectable=!1,y.avoidable=!1,x=new ki,x.figure="Ellipse",x.fill="black",x.stroke=null,x.desiredSize=new An(3,3).ja(),y.add(x),a.Lg.add("LinkLabel",y),a.Yi=new li,y=new yi,y.selectionObjectName="GROUPPANEL",y.type=pn.Vertical,x=new Pr,x.font="bold 12pt sans-serif",x.bind(new ao("text","",ui)),y.add(x),x=new pn(pn.Auto),x.name="GROUPPANEL";var b=new ki;b.figure="Rectangle",b.fill="rgba(128,128,128,0.2)",b.stroke="black",x.add(b),b=new Cs,b.padding=new Fi(5,5,5,5).ja(),x.add(b),y.add(x),a.ly=y,a.Yi.add("",y),a.Kh=new li,y=new vn,x=new ki,x.isPanelMain=!0,y.add(x),x=new ki,x.toArrow="Standard",x.fill="black",x.stroke=null,x.strokeWidth=0,y.add(x),a.my=y,a.Kh.add("",y),y=new vn,x=new ki,x.isPanelMain=!0,x.stroke="brown",y.add(x),a.Kh.add("Comment",y),y=new $i,y.type=pn.Auto,x=new ki,x.fill=null,x.stroke="dodgerblue",x.strokeWidth=3,y.add(x),x=new Cs,x.margin=new Fi(1.5,1.5,1.5,1.5).ja(),y.add(x),a.St=y,a.wt=y,y=new $i,y.type=pn.Link,x=new ki,x.isPanelMain=!0,x.fill=null,x.stroke="dodgerblue",x.strokeWidth=3,y.add(x),a.Kt=y,a.fe=null,a.mq=!1,a.Ck=null,a.partManager=new cr,a.toolManager=new Br,a.toolManager.initializeStandardTools(),a.defaultTool=a.toolManager,a.currentTool=a.defaultTool,a.nt=null,a.Wm=new at,a.Vt=null,a.Wt=null,a.Mr=!1,a.commandHandler=Zp(),a.eq=null,a.fq=Ur,a.Pw=!1,a.Mb=1,a.Yh=null,a.Oq=1,a.Sq=0,a.zw=[0,0,0,0,0],a.Tq=0,a.yq=1,a.tw=0,a.uw=new ye,a.zy=500,a.wp=new ye,a.wq=!1}Xe.prototype.clear=function(){this.animationManager.Cc(),this.model.clear(),Ac=null,Rh="",dg(this,!1),this.Xn.clear(),Lf(),this.Og.clear(),this.Xh=null,this.Ya(),this.Va(),this.N()};function dg(a,y){a.animationManager.Cc(!0),a.Hw=new gn().freeze(),a.nw=new gn().freeze();var x=a.skipsUndoManager,b=a.cc!==null&&a.cc!==void 0;b&&(a.skipsUndoManager=!0);var E=null;a.fe!==null&&(E=a.fe.part,E!==null&&a.remove(E));var z=[],nt=a.Wa.length;if(y){for(y=0;y<nt;y++)for(var rt=a.Wa.s[y].parts;rt.next();){var st=rt.value;st!==E&&st.data===null&&z.push(st)}for(y=0;y<z.length;y++)a.remove(z[y])}for(y=0;y<nt;y++)a.Wa.s[y].clear();return a.partManager.clear(),a.De.clear(),a.Eh.clear(),a.ai.clear(),a.Ck=null,a.Xn.clear(),Lf(),a.Og.clear(),sr=[],E!==null&&(a.add(E),a.partManager.parts.remove(E)),b&&(a.skipsUndoManager=x),z}function Zp(){return null}Xe.prototype.reset=function(){this.clear(),this.vb=!0,Yp(this),Tl(this),this.Wg=!0,Xp(this),this.layout=new Dr,this.Wg=!1,this.model=cy(),this.model.undoManager=new zr,this.vb=this.rn=!1,this.N()},Xe.prototype.setRTL=function(a){a=a===void 0?this.div:a,a===null&&(a=dn.document.body);var y=On("div");y.dir="rtl",y.style.cssText="font-size: 14px; width: 1px; height: 1px; position: absolute; top: -1000px; overflow: scroll;",y.textContent="A",a.appendChild(y);var x="reverse";0<y.scrollLeft?x="default":(y.scrollLeft=1,y.scrollLeft===0&&(x="negative")),a.removeChild(y),this.bu=x},Xe.prototype.setScrollWidth=function(a){a=a===void 0?this.div:a,a===null&&(a=dn.document.body);var y=0;if(Vr){var x=om;y=Fh,x===null&&(x=om=On("p"),x.style.width="100%",x.style.height="200px",x.style.boxSizing="content-box",y=Fh=On("div"),y.style.position="absolute",y.style.visibility="hidden",y.style.width="200px",y.style.height="150px",y.style.boxSizing="content-box",y.appendChild(x)),y.style.overflow="hidden",a.appendChild(y);var b=x.offsetWidth;y.style.overflow="scroll",x=x.offsetWidth,b===x&&(x=y.clientWidth),a.removeChild(y),y=b-x,y!==0||Ri||(y=11)}this.Db=y,this.Gw=!0},Xe.prototype.qb=function(a){a.classType===Xe&&(this.autoScale=a)},Xe.prototype.toString=function(a){a===void 0&&(a=0);var y="";if(this.div&&this.div.id&&(y=this.div.id),y='Diagram "'+y+'"',0>=a)return y;for(var x=this.Wa.iterator;x.next();)y+=`
`+x.value.toString(a-1);return y};function fg(a,y){if(Vr){if(y!=null||Le("Diagram setup requires an argument DIV."),a.Ka!==null&&Le("Diagram has already completed setup."),typeof y=="string"?a.Ka=dn.document.getElementById(y):y instanceof HTMLDivElement?a.Ka=y:Le("No DIV or DIV id supplied: "+y),a.Ka===null&&Le("Invalid DIV id; could not get element with id: "+y),a.Ka.H!==void 0&&Le("Invalid div id; div already has a Diagram associated with it."),!a.ol&&dn.ResizeObserver){var x=Qe(function(){a.$b()},250);a.ol=new dn.ResizeObserver(function(){x()}),a.ol.observe(a.Ka)}dn.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=dn.go;var E=new _a(a);if(E.style!==void 0&&(E.style.position="absolute",E.style.top="0px",E.style.left="0px",dn.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),wg(a,a.Aa,a.ya),a.Ka.insertBefore(E.Oa,a.Ka.firstChild),E=new _a(null),E.width=1,E.height=1,a.jw=E,a.oy=E.context,Vr){E=On("div");var z=On("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=Qp,E.addEventListener("pointerdown",qp),E.H=a,E.uy=!0,E.vy=!0,a.ku=E,a.hu=z}a.hk=Qe(function(){a.Yh=null,a.N()},300),a.Ov=Qe(function(){gg(a)},250),a.preventDefault=function(nt){return nt.preventDefault(),!1},a.$j=function(nt){if(a.isEnabled){var rt=ba(a,nt,!0);rt.bubbles=!0;var st=0,ht=0;rt.delta=0,nt.deltaX!==void 0?(nt.deltaX!==0&&(st=0<nt.deltaX?1:-1),nt.deltaY!==0&&(ht=0<nt.deltaY?1:-1),rt.delta=Math.abs(nt.deltaX)>Math.abs(nt.deltaY)?-st:-ht):nt.wheelDeltaX!==void 0?(nt.wheelDeltaX!==0&&(st=0<nt.wheelDeltaX?-1:1),nt.wheelDeltaY!==0&&(ht=0<nt.wheelDeltaY?-1:1),rt.delta=Math.abs(nt.wheelDeltaX)>Math.abs(nt.wheelDeltaY)?-st:-ht):nt.wheelDelta!==void 0&&nt.wheelDelta!==0&&(rt.delta=0<nt.wheelDelta?1:-1),a.doMouseWheel(),el(rt,nt)}},a.aA=function(nt){a.isEnabled&&(a.Vk=!1,ba(a,nt,!0),nt=a.currentTool,nt.cancelWaitAfter(),nt.standardMouseOver())},a.ui=function(nt){if(a.isEnabled){a.Vk=!0;var rt=a.Yt;rt[nt.pointerId]===void 0&&(rt[nt.pointerId]=nt),rt=a.oj;var st=!1;if(rt[0]===null||rt[0].pointerId!==nt.pointerId&&rt[0].pointerType===nt.pointerType)if(rt[1]!==null&&rt[1].pointerId===nt.pointerId)rt[1]=nt,st=!0;else if(rt[0]===null)rt[0]=nt;else if(rt[1]===null)rt[1]=nt,st=!0;else{nt.preventDefault();return}else rt[0]=nt;(rt=nt.pointerType==="touch"||nt.pointerType==="pen")&&(a.qu=!1,a.wq=!0);var ht=st;st=yg(a,nt,!0,!1,!0,ht),xc(a,nt,st),st.targetDiagram=vg(nt,nt.target),st.targetObject=null,ht||st.clone(a.bq),ht=a.uw,rt=rt?25:10,nt.timeStamp-a.tw<a.zy&&!(Math.abs(ht.x-nt.screenX)>rt||Math.abs(ht.y-nt.screenY)>rt)?a.yq++:a.yq=1,st.clickCount=a.yq,a.tw=nt.timeStamp,a.uw.sg(nt.screenX,nt.screenY),a.doMouseDown(),nt.button===1?nt.preventDefault():el(st,nt)}},a.dk=function(nt){if(a.isEnabled){a.Vk=!0;var rt=a.oj;if(rt[0]===null||rt[0].pointerId!==nt.pointerId&&rt[0].pointerType===nt.pointerType){if(rt[1]!==null&&rt[1].pointerId===nt.pointerId){rt[1]=nt;return}if(rt[0]===null)rt[0]=nt;else return}else rt[0]=nt;if(rt[0].pointerId===nt.pointerId){rt=yg(a,nt,!1,!1,!1,rt[1]!==null);var st=dn.document.elementFromPoint(nt.clientX,nt.clientY)||null;st!==null&&st.shadowRoot!==void 0&&st.shadowRoot!==null&&(st=st.shadowRoot.elementFromPoint(nt.clientX,nt.clientY));var ht=a,dt=nt;st&&st.H&&(dt=nt,ht=st.H),rt.targetDiagram=ht,xc(a,dt,rt),rt.targetObject=null,a.doMouseMove(),el(rt,nt)}}},a.fk=function(nt){if(a.isEnabled){a.Vk=!0;var rt=nt.pointerType==="touch"||nt.pointerType==="pen",st=a.Yt;if(rt&&a.qu)delete st[nt.pointerId],nt.preventDefault();else if(st=a.oj,st[0]===null||st[0].pointerId!==nt.pointerId&&st[0].pointerType===nt.pointerType)st[1]!==null&&st[1].pointerId===nt.pointerId&&(st[1]=null);else{st[0]=null,st=yg(a,nt,!1,!0,!0,!1);var ht=dn.document.elementFromPoint(nt.clientX,nt.clientY)||null;ht!==null&&ht.shadowRoot!==void 0&&ht.shadowRoot!==null&&(ht=ht.shadowRoot.elementFromPoint(nt.clientX,nt.clientY)),ht!==null&&ht.H instanceof Xe&&ht.H!==a&&xc(ht.H,nt,st),ht===null&&(ht=nt.target),xc(a,nt,st),st.clickCount=a.yq,st.targetDiagram=vg(nt,ht),st.targetObject=null,a.doMouseUp(),el(st,nt),rt&&(a.wq=!1)}}},a.ek=function(nt){if(a.isEnabled){a.Vk=!1;var rt=a.Yt;rt[nt.pointerId]&&delete rt[nt.pointerId],rt=a.oj,rt[0]!==null&&rt[0].pointerId===nt.pointerId&&(rt[0]=null),rt[1]!==null&&rt[1].pointerId===nt.pointerId&&(rt[1]=null),nt.pointerType!=="touch"&&nt.pointerType!=="pen"&&(nt=a.currentTool,nt.cancelWaitAfter(),nt.standardMouseOver())}},a.ck=function(nt){var rt=a.oj;rt[0]!==null&&rt[0].pointerId===nt.pointerId?(rt[0]=null,a.wq=!1):rt[1]!==null&&rt[1].pointerId===nt.pointerId&&(rt[1]=null)},a.Vp=b.Z["d"+vd[1]+vd[2]+"wI"+kc.slice(1,5)]["b"+Dx.slice(1,y)](b.Z,md,y,y),b.Vc(!0),ev(a),a.nl==="svg"&&(y=a.pj.get("svg"),a.Ka.appendChild(y.Oa),a.ib=y.context)}}Xe.prototype.addEventListener=function(a,y,x,b){a.addEventListener(y,x,{capture:b,passive:!1})},Xe.prototype.removeEventListener=function(a,y,x,b){a.removeEventListener(y,x,{capture:b})};function ev(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(dn,"resize",a.Ov,!1)}function Is(a){30<a.Sq&&(a.Yh=1)}function ud(a,y){a.Yh!==null&&(a.Yh=null,y&&a.hk(),ri&&ri.nx||(a.Sq=0,a.zw=[0,0,0,0,0],a.Tq=0))}Xe.prototype.computePixelRatio=function(){return this.Yh!==null?this.Yh:dn.devicePixelRatio||1},Xe.prototype.doMouseMove=function(){this.currentTool.doMouseMove()},Xe.prototype.doMouseDown=function(){this.currentTool.doMouseDown()},Xe.prototype.doMouseUp=function(){this.currentTool.doMouseUp()},Xe.prototype.doMouseWheel=function(){this.currentTool.doMouseWheel()},Xe.prototype.doKeyDown=function(){this.currentTool.doKeyDown()},Xe.prototype.doKeyUp=function(){this.currentTool.doKeyUp()},Xe.prototype.doFocus=function(){this.focus()},Xe.prototype.focus=function(){if(this.ta)if(this.scrollsPageOnFocus)this.ta.focus();else{var a=dn.scrollX||dn.pageXOffset,y=dn.scrollY||dn.pageYOffset;this.ta.focus(),dn.scrollTo(a,y)}},Xe.prototype.Oy=function(){this.H.R("GainedFocus")},Xe.prototype.Ny=function(){this.H.R("LostFocus")};function gg(a){if(a.ta!==null){var y=a.Ka;if(y!==null&&y.clientWidth!==0&&y.clientHeight!==0){a.Gw||a.setScrollWidth();var x=a.gf?a.Db:0,b=a.Be?a.Db:0,E=a.Mb;a.Mb=a.computePixelRatio(),a.Mb!==E&&(a.pn=!0,a.$b()),(y.clientWidth!==a.Aa+x||y.clientHeight!==a.ya+b)&&(a.Ee=!0,a.Fc=!0,y=a.layout,y!==null&&y.isViewportSized&&a.autoScale===us&&(a.Jk=!0,y.C()),a.ld||a.$b())}}}function Xp(a){var y=new To;y.name="Background",a.Al(y),y=new To,y.name="",a.Al(y),y=new To,y.name="Foreground",a.Al(y),y=new To,y.name="Adornment",y.isTemporary=!0,y.isInDocumentBounds=!1,a.Al(y),y=new To,y.name="Tool",y.isTemporary=!0,y.isInDocumentBounds=!0,a.Al(y),y=new To,y.name="Grid",y.allowSelect=!1,y.pickable=!1,y.isTemporary=!0,y.isInDocumentBounds=!1,a.Ww(y,a.Qj("Background"))}function Jp(a){var y=new pn(pn.Grid);y.name="GRID";var x=new ki;return x.figure="LineH",x.stroke="lightgray",x.strokeWidth=.5,x.interval=1,y.add(x),x=new ki,x.figure="LineH",x.stroke="gray",x.strokeWidth=.5,x.interval=5,y.add(x),x=new ki,x.figure="LineH",x.stroke="gray",x.strokeWidth=1,x.interval=10,y.add(x),x=new ki,x.figure="LineV",x.stroke="lightgray",x.strokeWidth=.5,x.interval=1,y.add(x),x=new ki,x.figure="LineV",x.stroke="gray",x.strokeWidth=.5,x.interval=5,y.add(x),x=new ki,x.figure="LineV",x.stroke="gray",x.strokeWidth=1,x.interval=10,y.add(x),x=new $n,x.add(y),x.layerName="Grid",x.zOrder=0,x.isInDocumentBounds=!1,x.isAnimated=!1,x.pickable=!1,x.locationObjectName="GRID",a.add(x),a.partManager.parts.remove(x),y.visible=!1,y}function Qp(){this.H.gu?this.H.gu=!1:this.H.isEnabled?this.H.kx(this):Cc(this.H)}function qp(a){this.H.isEnabled?(this.H.lu=a.target.scrollTop,this.H.ju=a.target.scrollLeft):Cc(this.H)}Xe.prototype.kx=function(a){if(this.ta!==null){var y=this.ku,x=this.hu;this.qr=!0;var b=this.documentBounds,E=this.viewportBounds,z=this.rj,nt=b.x-z.left,rt=b.y-z.top,st=b.width+z.left+z.right,ht=b.height+z.top+z.bottom,dt=b.right+z.right;z=b.bottom+z.bottom;var vt=E.x;b=E.y;var Nt=E.width,Wt=E.height,Ht=E.right,ne=E.bottom;E=this.scale;var ve=a.scrollLeft;if(this.tn)switch(this.bu){case"negative":ve=ve+a.scrollWidth-a.clientWidth;break;case"reverse":ve=a.scrollWidth-ve-a.clientWidth}var de=ve;Nt<st||Wt<ht?(ve=ye.allocAt(this.position.x,this.position.y),this.allowHorizontalScroll&&this.ju!==de&&(ve.x=de/E+nt,this.ju=de),this.allowVerticalScroll&&this.lu!==a.scrollTop&&(ve.y=a.scrollTop/E+rt,this.lu=a.scrollTop),this.position=ve,ye.free(ve),this.Ee=this.qr=!1):(ve=ye.alloc(),a.uy&&this.allowHorizontalScroll&&(nt<vt&&(this.position=ve.h(de+nt,this.position.y)),dt>Ht&&(this.position=ve.h(-(y.scrollWidth-this.Aa)+de-this.Aa/E+dt,this.position.y))),a.vy&&this.allowVerticalScroll&&(rt<b&&(this.position=ve.h(this.position.x,a.scrollTop+rt)),z>ne&&(this.position=ve.h(this.position.x,-(y.scrollHeight-this.ya)+a.scrollTop-this.ya/E+z))),ye.free(ve),this.vd=!0,this.Ee=this.qr=!1,b=this.documentBounds,E=this.viewportBounds,dt=b.right,Ht=E.right,z=b.bottom,ne=E.bottom,nt=b.x,vt=E.x,rt=b.y,b=E.y,Nt>=st&&nt>=vt&&dt<=Ht&&(x.style.width="1px"),Wt>=ht&&rt>=b&&z<=ne&&(x.style.height="1px"))}},Xe.prototype.computeBounds=function(a){return a===void 0&&(a=new en),Vo(this),pg(this,a)};function pg(a,y){if(a.fixedBounds.w())return y.assign(a.fixedBounds),y.Co(a.yb),y;for(var x=!0,b=a.Wa.s,E=b.length,z=0;z<E;z++){var nt=b[z];if(nt.visible&&nt.isInDocumentBounds){nt=nt.Pa.s;for(var rt=nt.length,st=0;st<rt;st++){var ht=nt[st];ht.isInDocumentBounds&&ht.isVisible()&&(ht=ht.actualBounds,ht.w()&&(x?(x=!1,y.assign(ht)):y.ed(ht)))}}}return x&&y.h(0,0,0,0),y.Co(a.yb),y}Xe.prototype.computePartsBounds=function(a,y){y===void 0&&(y=!1);var x=null;if(Pn(a))for(var b=0;b<a.length;b++){var E=a[b];!y&&E instanceof vn||(E.Va(),x===null?x=E.actualBounds.copy():x.ed(E.actualBounds))}else for(a=a.iterator;a.next();)b=a.value,!y&&b instanceof vn||(b.Va(),x===null?x=b.actualBounds.copy():x.ed(b.actualBounds));return x===null?new en(NaN,NaN,0,0):x};function Ga(a,y){if((y||a.hf)&&!a.vb&&a.ta!==null&&a.documentBounds.w()){if(a.vb=!0,y){var x=a.initialPosition;if(x.w()){a.vb=!1,a.position=x;return}x=ye.alloc(),x.xi(a.documentBounds,a.initialDocumentSpot);var b=a.viewportBounds;b=en.allocAt(0,0,b.width,b.height);var E=ye.alloc();E.xi(b,a.initialViewportSpot),E.h(x.x-E.x,x.y-E.y),a.position=E,en.free(b),ye.free(E),ye.free(x)}x=a.yh,y&&a.Fg!==us&&(x=a.Fg);var z=x!==us?Sc(a,x):a.scale;x=a.pa.x,b=a.pa.y,E=a.Aa/z;var nt=a.ya/z,rt=a.zk,st=a.pq;y&&!rt.sb()&&(st.sb()||st.Xb())&&(rt=st.Xb()?nr:st),mg(a,a.documentBounds,E,nt,rt,y),y=a.scale,a.scale=z,a.vb=!1,z=a.viewportBounds,Re.B(z.x,x)&&Re.B(z.y,b)&&Re.B(z.width,E)&&Re.B(z.height,nt)||a.onViewportBoundsChanged(new en(x,b,E,nt),z,y,!1)}}function Sc(a,y){var x=a.Pp;if(a.ta===null)return x;a.Va();var b=a.documentBounds;if(!b.w())return x;var E=b.width;b=b.height;var z=a.Aa+(a.gf?a.Db:0),nt=a.ya+(a.Be?a.Db:0),rt=z/E,st=nt/b;return y===pa?(y=Math.min(st,rt),y>x&&(y=x),y<a.minScale&&(y=a.minScale),y>a.maxScale&&(y=a.maxScale),y):y===jh?(y=st>rt?(nt-a.Db)/b:(z-a.Db)/E,y>x&&(y=x),y<a.minScale&&(y=a.minScale),y>a.maxScale&&(y=a.maxScale),y):a.scale}Xe.prototype.zoomToFit=function(){var a=this.sj;this.sj=Vu,this.scale=Sc(this,pa),a!==Vu&&(Ga(this,!1),mg(this,this.documentBounds,this.Aa/this.Ca,this.ya/this.Ca,this.zk,!1)),this.sj=a},Kt=Xe.prototype,Kt.BA=function(a,y){y===void 0&&(y=pa);var x=a.width,b=a.height;if(!(x===0||b===0||isNaN(x)&&isNaN(b))){var E=1;if(y===pa||y===jh)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===jh?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 ye(a.x,a.y)}},Kt.Jy=function(a,y){this.Va();var x=this.documentBounds,b=this.viewportBounds;this.position=new ye(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))},Kt.zz=function(a){if(a instanceof Oe){this.eq=a;var y=ye.alloc();this.fq=this.op(a.ga(mr,y)),ye.free(y)}else this.eq=null,this.fq=Ur};function mg(a,y,x,b,E,z){var nt=ye.allocAt(a.pa.x,a.pa.y),rt=nt.x,st=nt.y;if(a.eq!==null){var ht=ye.alloc();ht=a.eq.ga(mr,ht),rt=ht.x-a.fq.x/a.scale,st=ht.y-a.fq.y/a.scale,E=Yi,ye.free(ht)}(z||a.scrollMode===Vu)&&(E.sb()&&(x>y.width&&(rt=y.x+(E.x*y.width+E.offsetX)-(E.x*x-E.offsetX)),b>y.height&&(st=y.y+(E.y*y.height+E.offsetY)-(E.y*b-E.offsetY))),E=a.rj,z=x-y.width,x<y.width+E.left+E.right?(rt=Math.min(rt+x/2,y.right+Math.max(z,E.right)-x/2),rt=Math.max(rt,y.left-Math.max(z,E.left)+x/2),rt-=x/2):rt>y.left?rt=y.left:rt<y.right-x&&(rt=y.right-x),x=b-y.height,b<y.height+E.top+E.bottom?(st=Math.min(st+b/2,y.bottom+Math.max(x,E.bottom)-b/2),st=Math.max(st,y.top-Math.max(x,E.top)+b/2),st-=b/2):st>y.top?st=y.top:st<y.bottom-b&&(st=y.bottom-b)),nt.x=isFinite(rt)?rt:-a.yb.left,nt.y=isFinite(st)?st:-a.yb.top,a.positionComputation!==null&&(y=a.positionComputation(a,nt),nt.x=y.x,nt.y=y.y),Up(a.Yd,a.pa,nt),a.pa.h(nt.x,nt.y),Tl(a),ye.free(nt)}Kt.Ol=function(a,y){if(y===void 0&&(y=!0),y){if(a=Kl(this,a,function(x){return x.part},function(x){return x.canSelect()}),a instanceof $n)return a}else if(a=Kl(this,a,function(x){return x.part}),a instanceof $n)return a;return null},Kt.ic=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null),Vo(this);for(var b=this.Wa.iteratorBackwards;b.next();){var E=b.value;if(E.visible&&(E=E.ic(a,y,x),E!==null))return E}return null};function Kl(a,y,x,b){for(x===void 0&&(x=null),b===void 0&&(b=null),Vo(a),a=a.Wa.iteratorBackwards;a.next();){var E=a.value;if(E.visible&&!E.isTemporary&&(E=E.ic(y,x,b),E!==null))return E}return null}Kt.lz=function(a,y,x){return y===void 0&&(y=!0),hd(this,a,function(b){return b.part},y?function(b){return b instanceof $n&&b.canSelect()}:null,x)};function hd(a,y,x,b,E){for(x===void 0&&(x=null),b===void 0&&(b=null),E instanceof fn||E instanceof gn||(E=new gn),Vo(a),a=a.Wa.iteratorBackwards;a.next();){var z=a.value;z.visible&&!z.isTemporary&&z.ji(y,x,b,E)}return E}Kt.ji=function(a,y,x,b){y===void 0&&(y=null),x===void 0&&(x=null),b instanceof fn||b instanceof gn||(b=new gn),Vo(this);for(var E=this.Wa.iteratorBackwards;E.next();){var z=E.value;z.visible&&z.ji(a,y,x,b)}return b},Kt.ux=function(a,y,x,b){return y===void 0&&(y=!1),x===void 0&&(x=!0),nf(this,a,function(E){return E instanceof $n&&(!x||E.canSelect())},y,b)},Kt.Cf=function(a,y,x,b,E){y===void 0&&(y=null),x===void 0&&(x=null),b===void 0&&(b=!1),E instanceof fn||E instanceof gn||(E=new gn),Vo(this);for(var z=this.Wa.iteratorBackwards;z.next();){var nt=z.value;nt.visible&&nt.Cf(a,y,x,b,E)}return E},Kt.Nu=function(a,y,x,b,E,z){var nt=new gn;Vo(this);for(var rt=this.Wa.iteratorBackwards;rt.next();){var st=rt.value;st.visible&&st.Nu(a,y,x,b,nt,E,z)}return nt};function nf(a,y,x,b,E){var z=null;for(z===void 0&&(z=null),x===void 0&&(x=null),b===void 0&&(b=!1),E instanceof fn||E instanceof gn||(E=new gn),Vo(a),a=a.Wa.iteratorBackwards;a.next();){var nt=a.value;nt.visible&&!nt.isTemporary&&nt.Cf(y,z,x,b,E)}return E}Kt.mz=function(a,y,x,b,E){return x===void 0&&(x=!0),b===void 0&&(b=!0),cd(this,a,y,function(z){return z instanceof $n&&(!b||z.canSelect())},x,E)},Kt.og=function(a,y,x,b,E,z){x===void 0&&(x=null),b===void 0&&(b=null),E===void 0&&(E=!0),E!==!1&&E!==!0&&((E instanceof fn||E instanceof gn)&&(z=E),E=!0),z instanceof fn||z instanceof gn||(z=new gn),Vo(this);for(var nt=this.Wa.iteratorBackwards;nt.next();){var rt=nt.value;rt.visible&&rt.og(a,y,x,b,E,z)}return z};function cd(a,y,x,b,E,z){var nt=null;for(nt===void 0&&(nt=null),b===void 0&&(b=null),E===void 0&&(E=!0),E!==!1&&E!==!0&&((E instanceof fn||E instanceof gn)&&(z=E),E=!0),z instanceof fn||z instanceof gn||(z=new gn),Vo(a),a=a.Wa.iteratorBackwards;a.next();){var rt=a.value;rt.visible&&!rt.isTemporary&&rt.og(y,x,nt,b,E,z)}return z}Xe.prototype.acceptEvent=function(a){return ba(this,a,a instanceof MouseEvent)};function ba(a,y,x){var b=a.Qg;return a.Qg=a.cj,a.cj=b,b.diagram=a,b.event=y,x?xc(a,y,b):(b.viewPoint=a.Qg.viewPoint,b.documentPoint=a.Qg.documentPoint),a=0,y.ctrlKey&&(a+=1),y.altKey&&(a+=2),y.shiftKey&&(a+=4),y.metaKey&&(a+=8),b.modifiers=a,b.button=y.button,y.buttons!==void 0&&(b.buttons=y.buttons),Ri&&y.button===0&&y.ctrlKey&&(b.button=2),b.down=!1,b.up=!1,b.clickCount=1,b.delta=0,b.handled=!1,b.bubbles=!1,b.timestamp=y.timeStamp,b.isMultiTouch=!1,b.targetDiagram=vg(y,y.target),b.targetObject=null,b}function vg(a,y){return y===null?null:(y=y.H)?y:((y=a.path)||typeof a.composedPath!="function"||(y=a.composedPath()),y&&y[0]&&y[0].H?y[0].H:null)}function yg(a,y,x,b,E,z){var nt=a.Qg;return a.Qg=a.cj,a.cj=nt,nt.diagram=a,nt.clickCount=1,a=nt.delta=0,y.ctrlKey&&(a+=1),y.altKey&&(a+=2),y.shiftKey&&(a+=4),y.metaKey&&(a+=8),nt.modifiers=a,nt.event=y,nt.timestamp=y.timeStamp,nt.button=y.button,nt.buttons=y.buttons,Ri&&y.button===0&&y.ctrlKey&&(nt.button=2),nt.down=x,nt.up=b,nt.handled=!1,nt.bubbles=E,nt.isMultiTouch=z,nt}function el(a,y){return a.bubbles?!0:(y.stopPropagation!==void 0&&y.stopPropagation(),y.cancelable!==!1&&y.preventDefault(),y.cancelBubble=!0,!1)}Xe.prototype.Qz=function(a){var y=this.H;if(!this.H.isEnabled)return!1;var x=ba(y,a,!1);switch(x.key=String.fromCharCode(a.which),x.down=!0,a.which){case 8:x.key="Backspace";break;case 33:x.key="PageUp";break;case 34:x.key="PageDown";break;case 35:x.key="End";break;case 36:x.key="Home";break;case 37:x.key="Left";break;case 38:x.key="Up";break;case 39:x.key="Right";break;case 40:x.key="Down";break;case 45:x.key="Insert";break;case 46:x.key="Del";break;case 48:x.key="0";break;case 187:case 61:case 107:x.key="Add";break;case 189:case 173:case 109:x.key="Subtract";break;case 27:x.key="Esc"}return y.doKeyDown(),el(x,a)},Xe.prototype.Rz=function(a){var y=this.H;if(!y.isEnabled)return!1;var x=ba(y,a,!1);switch(x.key=String.fromCharCode(a.which),x.up=!0,a.which){case 8:x.key="Backspace";break;case 33:x.key="PageUp";break;case 34:x.key="PageDown";break;case 35:x.key="End";break;case 36:x.key="Home";break;case 37:x.key="Left";break;case 38:x.key="Up";break;case 39:x.key="Right";break;case 40:x.key="Down";break;case 45:x.key="Insert";break;case 46:x.key="Del"}return y.doKeyUp(),el(x,a)},Xe.prototype.bz=function(a){var y=this.H;if(!y.isEnabled)return!1;var x=ba(y,a,!0);return y.mouseEnter!==null&&y.mouseEnter(x),y.currentTool.standardMouseOver(),el(x,a)},Xe.prototype.cz=function(a){var y=this.H;if(!y.isEnabled)return!1;var x=ba(y,a,!0);return y.mouseLeave!==null&&y.mouseLeave(x),el(x,a)},Xe.prototype.getMouse=function(a){var y=this.ta;if(y===null)return new ye(0,0);var x=y.getBoundingClientRect();return y=a.clientX-this.Aa/x.width*x.left,a=a.clientY-this.ya/x.height*x.top,this.Ab!==null?Gi(new ye(y,a),this.Ab):new ye(y,a)};function xc(a,y,x){var b=a.ta,E=a.Aa,z=a.ya,nt=0,rt=0;b!==null&&(b=b.getBoundingClientRect(),nt=y.clientX-E/b.width*b.left,rt=y.clientY-z/b.height*b.top),x.viewPoint.h(nt,rt),a.Ab!==null?(y=ye.allocAt(nt,rt),a.Ab.Cd(y),x.documentPoint.assign(y),ye.free(y)):x.documentPoint.h(nt,rt)}function Sg(a,y,x){if(a.oj[0]!==null){y=a.oj[y];var b=a.ta;b!==null&&(b=b.getBoundingClientRect(),x.h(y.clientX-a.Aa/b.width*b.left,y.clientY-a.ya/b.height*b.top))}}Xe.prototype.Ya=function(){this.Zi||(this.Zi=!0,this.$b(!1))};function $p(a){a.ld||Vo(a),a.Va()}Xe.prototype.redraw=function(){this.vb||this.ld||(this.N(),this.bd())},Kt=Xe.prototype,Kt.Pz=function(){return this.kg},Kt.Xy=function(a){a===void 0&&(a=null);var y=this.animationManager,x=y.isEnabled;y.Cc(),y.isEnabled=!1,Aa(this),this.hf=!1,this.du=new ye(NaN,NaN),y.isEnabled=x,this.ld=!0;var b=this;a!==null&&Ze(function(){b.ld=!1,_l(y,"Model"),a(b)},1)},Kt.$b=function(a){if(a===void 0&&(a=!1),this.kg!==!0&&!(this.vb||a===!1&&this.ld)){this.kg=!0;var y=this;dn.requestAnimationFrame(function(){y.kg&&y.bd()})}},Kt.bd=function(){(!this.fn||this.kg)&&(this.fn&&(this.fn=!1),Aa(this))};function Dh(a,y,x){!a.Ee||a.vb||a.animationManager.defaultAnimation.isAnimating||Cc(a)||(y&&Vo(a),x&&Ga(a,!1))}function Aa(a,y){if(!a.ld&&(a.kg=!1,a.Ka!==null||a.wo.w())){a.ld=!0;var x=a.animationManager,b=a.Xn;if(!x.isAnimating&&b.length!==0){for(var E=b.s,z=E.length,nt=0;nt<z;nt++){var rt=E[nt];fo(rt,!1),rt.v()}b.clear()}b=a.ow,0<b.count&&(b.each(function(st){st.Nv()}),b.clear()),E=b=!1,x.defaultAnimation.isAnimating&&(E=!0,b=a.skipsUndoManager,a.skipsUndoManager=!0),x.zb||gg(a),Dh(a,!1,!0),a.fe!==null&&(a.fe.visible&&!a.mq&&(Ml(a),a.mq=!0),!a.fe.visible&&a.mq&&(a.mq=!1)),Vo(a),z=!1,(!a.hf||a.xh)&&(a.hf?Mg(a,!a.Jk):(a.Ea("Initial Layout"),x.isEnabled===!1&&x.Cc(),Mg(a,!1)),z=!0),a.Jk=!1,Vo(a),a.ou||$p(a),Dh(a,!0,!1),nt=!1,z?(x=en.alloc(),x.assign(a.viewportBounds),a.hf||(nt=a.hf=!0,a.skipsUndoManager||(a.undoManager.isPendingClear=!0),a.undoManager.isPendingUnmodified=!0,xg(a)),a.R("LayoutCompleted"),Dh(a,!0,!1),en.free(x)):x.Ok&&x.Qw&&(a.Fg!==us?a.scale=Sc(a,a.Fg):a.yh!==us?a.scale=Sc(a,a.yh):(x=a.initialScale,isFinite(x)&&0<x&&(a.scale=x)),Ga(a,!0)),z&&nt&&a.eb("Initial Layout"),Vo(a),y||a.gc(a.ib),E&&(a.skipsUndoManager=b),a.ld=!1}}function xg(a){if(a.Fg!==us)a.scale=Sc(a,a.Fg);else if(a.yh!==us)a.scale=Sc(a,a.yh);else{var y=a.initialScale;isFinite(y)&&0<y&&(a.scale=y)}Ga(a,!0),y=a.Wa.s,a.Fd(y,y.length,a,a.viewportBounds),a.R("InitialLayoutCompleted"),a.du.assign(a.pa),Ml(a)}function Vo(a){if(a.De.count!==0&&(a.ld||!a.animationManager.isTicking)){for(var y=0;23>y;y++){var x=a.De.iterator;if(x===null||a.De.count===0)break;a.De=new gn,a.Nv(x,a.De)}a.nodes.each(function(b){b instanceof yi&&b.U&65536&&(b.U=b.U^65536)})}}Kt.Nv=function(a,y){for(a.reset();a.next();){var x=a.value;!x.Zc()||x instanceof yi||(x.si()?(x.measure(1/0,1/0),x.arrange()):y.add(x))}for(a.reset();a.next();)x=a.value,x instanceof yi&&x.isVisible()&&dd(this,x);for(a.reset();a.next();)x=a.value,x instanceof vn&&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 $i&&x.isVisible()&&(x.si()?(x.measure(1/0,1/0),x.arrange()):y.add(x))};function dd(a,y){for(var x=Vn(),b=Vn(),E=y.memberParts;E.next();){var z=E.value;z.isVisible()&&(z instanceof yi?(va(z)||ws(z)||Wh(z))&&dd(a,z):z instanceof vn?z.fromNode===y||z.toNode===y?b.push(z):x.push(z):(z.measure(1/0,1/0),z.arrange()))}for(a=x.length,E=0;E<a;E++)z=x[E],z.measure(1/0,1/0),z.arrange();for(Tn(x),y.measure(1/0,1/0),y.arrange(),a=b.length,y=0;y<a;y++)x=b[y],x.measure(1/0,1/0),x.arrange();Tn(b)}Kt.Fd=function(a,y,x,b){if(this.vd||this.animationManager.isAnimating)for(var E=0;E<y;E++)a[E].Fd(x,b)},Kt.gc=function(a){if(this.Ka!==null){if(this.ta===null&&Le("No canvas specified"),this.nl==="svg"){if(this.Ka!==null){var y=this.animationManager;if(!y.zb&&(!y.isAnimating||y.isTicking)){Pc(this);var x=this.Aa,b=this.ya;if(a.Gv.resize(x,b,x,b),x=this.Wa.s,b=x.length,this.Fd(x,b,this,this.viewportBounds),this.Fc||y.isAnimating){y=this.pa;var E=this.Ca,z=Math.round(y.x*E)/E,nt=Math.round(y.y*E)/E,rt=this.Ab;for(rt.reset(),E!==1&&rt.scale(E),y.x===0&&y.y===0||rt.translate(-z,-nt),a.ti=null,Xy(a,rt.m11,rt.m12,rt.m21,rt.m22,rt.dx,rt.dy),this.pb!==1&&(a.globalAlpha=this.pb),Hu(this,a),y=this.Mb,this.ta.context.setTransform(y,0,0,y,0,0),this.ta.context.clearRect(0,0,this.Aa,this.ya),y=0;y<b;y++)x[y].gc(a,this);a=!1,this.Yf?Ec(this.Yf,this)&&(a=this.Vp()):a=!0,a&&(bi.prototype.Cd=bi.prototype.Eu),this.Fc=this.vd=!1}}}}else t:if(z=this.animationManager,!z.zb&&(!z.isAnimating||z.isTicking)&&(x=new Date,Pc(this),this.Ka.style.opacity!=="0")){if(b=a!==this.ib,y=this.Wa.s,E=y.length,this.Fd(y,E,this,this.viewportBounds),b)a.Vc(!0),this.vd=!0;else if(!this.Fc&&!z.isAnimating)break t;z=this.Ab,z.reset(),nt=this.Mb,rt=this.pa;var st=this.Ca,ht=Math.round(rt.x*st)/st,dt=Math.round(rt.y*st)/st;for(st!==1&&z.scale(st),rt.x===0&&rt.y===0||z.translate(-ht,-dt),a.setTransform(nt,0,0,nt,0,0),a.clearRect(0,0,this.Aa,this.ya),this.pb!==1&&(a.globalAlpha=this.pb),Hu(this,a),rt=0;rt<E;rt++)a.setTransform(nt,0,0,nt,0,0),a.transform(z.m11,z.m12,z.m21,z.m22,z.dx,z.dy),a.yc(),y[rt].gc(a,this);if(y=!1,this.Yf?Ec(this.Yf,this)&&(y=this.Vp()):y=!0,y&&(bi.prototype.Cd=bi.prototype.Eu),b?(this.ib.Vc(!0),this.vd=!0):this.Fc=this.vd=!1,y=+new Date-+x,b=ri&&ri.nx,x=this.zw,b||this.Yh===null){for(x[this.Tq]=y,this.Tq=(this.Tq+1)%x.length,E=y=0;E<x.length;E++)y+=x[E];this.Sq=y/x.length}if(this.pb!==1&&(a.globalAlpha=1),b)for(a.setTransform(1,0,0,1,0,0),b=0;b<x.length;b++)a.fillText(x[b].toString(),20,150+ +(20*b))}}};function rf(a,y,x,b,E,z,nt,rt,st,ht){if(a.Ka!==null){a.ta===null&&Le("No canvas specified"),nt===void 0&&(nt=null),rt===void 0&&(rt=null),st===void 0&&(st=!1),ht===void 0&&(ht=!1),Pc(a),a.ib.Vc(!0),a.vd=!0,a.$i=!0;var dt=a.Ca;a.Ca=E;var vt=a.Wa.s,Nt=vt.length;try{var Wt=new en(z.x,z.y,b.width/E,b.height/E),Ht=Wt.copy();Ht.Co(x),Ml(a,Ht),Vo(a),a.Fd(vt,Nt,a,Wt),y.setTransform(1,0,0,1,0,0),y.clearRect(0,0,b.width,b.height),rt!==null&&rt!==""&&(y.fillStyle=rt,y.ox(0,0,b.width,b.height));var ne=a.Mb;y.scale(ne,ne);var ve=bi.alloc();ve.reset(),ve.translate(x.left,x.top),ve.scale(E),z.x===0&&z.y===0||ve.translate(-z.x,-z.y),y.setTransform(ve.m11,ve.m12,ve.m21,ve.m22,ve.dx,ve.dy),y.yc(),y instanceof ia&&Xy(y,ve.m11,ve.m12,ve.m21,ve.m22,ve.dx,ve.dy),bi.free(ve),Hu(a,y),y.globalAlpha=a.pb;var de=a.Qj("Grid");if(nt){var Pe=new gn,be=nt.iterator;for(be.reset();be.next();){var Ee=be.value;Ee instanceof $n&&(ht||Ee.layer!==de)&&(Ee.Gj(),Pe.add(Ee))}for(ht=0;ht<Nt;ht++)Kp(vt[ht],y,a,Pe,st);Pe.each(function(Ye){return Ye.Gj()})}else for(Pe=0;Pe<Nt;Pe++){var Be=vt[Pe];Be===de?ht&&Be.gc(y,a,!0):Be.gc(y,a,st)}a.$i=!1,a.Yf&&Ec(a.Yf,a)&&a.Vp()}finally{a.Ca=dt,a.ib.Vc(!0),a.vd=!0,a.Fd(vt,Nt,a,a.viewportBounds),Ml(a),a.ib instanceof ia&&(a.ib.Nj.PA(),a.redraw())}}}Kt.Gf=function(a){return this.Rg[a]},Kt.Xx=function(a,y){a==="minDrawingLength"&&(this.Oq=y),this.Rg[a]=y,this.redraw()},Kt.Tx=function(){this.Rg=new ni,this.Rg.drawShadows=!0,this.Rg.textGreeking=!0,this.Rg.viewportOptimizations=!(Ri||or),this.Rg.temporaryPixelRatio=!0,this.Rg.pictureRatioOptimization=!0,this.Oq=this.Rg.minDrawingLength=1};function Hu(a,y){a=a.Rg,a!==null&&(a.imageSmoothingEnabled!==void 0&&y.Wx(!!a.imageSmoothingEnabled),a=a.defaultFont,a!=null&&(y.font=a))}Kt.Ql=function(a){return this.on[a]},Kt.sA=function(a,y){this.on[a]=y},Kt.Sx=function(){this.on=new ni,this.on.extraTouchArea=10,this.on.extraTouchThreshold=10,this.on.hasGestureZoom=!0},Kt.set=function(a){return Object.assign(this,a),this},Kt.Du=function(a){return this.nm(a)},Kt.nm=function(a){return wc(this,a),this};function wc(a,y){var x=a instanceof pn,b=a instanceof Xe,E;for(E in y){E===""&&Le("Setting properties requires non-empty property names");var z=a,nt=E;if(x||b){var rt=E.indexOf(".");if(0<rt){var st=E.substring(0,rt);x?z=a.fb(st):(z=a[st],z==null&&(z=a.toolManager[st])),rn(z)?nt=E.substr(rt+1):Le("Unable to find object named: "+st+" in "+a.toString()+" when trying to set property: "+E)}}if(nt[0]!=="_"&&!xi(z,nt))if(b&&nt==="ModelChanged"){a.Yw(y[nt]);continue}else if(b&&nt==="Changed"){a.Pe(y[nt]);continue}else if(b&&xi(a.toolManager,nt))z=a.toolManager;else if(b&&nm(a,nt)){a.Bj(nt,y[nt]);continue}else if(a instanceof Jn&&nt==="Changed"){a.Pe(y[nt]);continue}else Le('Trying to set undefined property "'+nt+'" on object: '+z.toString());z[nt]=y[E],nt[0]==="_"&&z instanceof Oe&&z.Vw(nt)}}Kt.bx=function(){if(this.Eh.count!==0&&!(1<this.undoManager.transactionLevel)){for(;0<this.Eh.count;){var a=this.Eh;for(this.Eh=new li,a=a.iterator;a.next();){var y=a.key;y.Xo(a.value),y.qc()}}this.N()}},Kt.N=function(a){if(a===void 0)this.Fc=!0,this.$b();else{var y=this.viewportBounds;a.w()&&y.Yc(a)&&(this.Fc=!0,this.$b())}this.R("InvalidateDraw")},Xe.prototype.invalidateViewport=function(a,y){if(this.Fc!==!0)if(this.Fc=!0,this.nl==="svg")this.bd();else{var x=this.Gf("temporaryPixelRatio")===!0;if(this.Gf("viewportOptimizations")===!0&&this.scrollMode!==pd&&this.rj.hi(0,0,0,0)&&y.width===a.width&&y.height===a.height){var b=this.scale,E=Math.max(a.y,y.y),z=Math.min(a.y+a.height,y.y+y.height);if(0<Math.max(0,Math.min(a.x+a.width,y.x+y.width)-Math.max(a.x,y.x))*b&&0<Math.max(0,z-E)*b){if(!(this.ld||(this.kg=!1,this.Ka===null||(this.ld=!0,this.documentBounds.w()||(b=en.alloc(),Eg(this,this.computeBounds(b)),en.free(b)),b=this.ta,b===null||b instanceof Nl)))){var nt=this.Mb;E=this.Aa*nt;var rt=this.ya*nt,st=this.scale*nt;z=Math.round(Math.round(y.x*st)-Math.round(a.x*st)),y=Math.round(Math.round(y.y*st)-Math.round(a.y*st)),st=this.jw,a=this.oy,st.width!==E&&(st.width=E),st.height!==rt&&(st.height=rt),a.clearRect(0,0,E,rt),st=190*nt;var ht=70*nt,dt=Math.max(z,0),vt=Math.max(y,0),Nt=Math.floor(E-dt),Wt=Math.floor(rt-vt);a.drawImage(b.Oa,dt,vt,Nt,Wt,0,0,Nt,Wt),Ec(this.Yf,this)&&a.clearRect(0,0,st,ht),b=Vn(),a=Vn(),Wt=Math.abs(z),Nt=Math.abs(y);var Ht=dt===0?0:E-Wt;dt=ye.allocAt(Ht,0),Wt=ye.allocAt(Wt+Ht,rt),a.push(new en(Math.min(dt.x,Wt.x),Math.min(dt.y,Wt.y),Math.abs(dt.x-Wt.x),Math.abs(dt.y-Wt.y)));var ne=this.Ab;if(ne.reset(),ne.scale(nt,nt),this.Ca!==1&&ne.scale(this.Ca),nt=this.pa,(nt.x!==0||nt.y!==0)&&isFinite(nt.x)&&isFinite(nt.y)&&ne.translate(-nt.x,-nt.y),Gi(dt,ne),Gi(Wt,ne),b.push(new en(Math.min(dt.x,Wt.x),Math.min(dt.y,Wt.y),Math.abs(dt.x-Wt.x),Math.abs(dt.y-Wt.y))),Ht=vt===0?0:rt-Nt,dt.h(0,Ht),Wt.h(E,Nt+Ht),a.push(new en(Math.min(dt.x,Wt.x),Math.min(dt.y,Wt.y),Math.abs(dt.x-Wt.x),Math.abs(dt.y-Wt.y))),Gi(dt,ne),Gi(Wt,ne),b.push(new en(Math.min(dt.x,Wt.x),Math.min(dt.y,Wt.y),Math.abs(dt.x-Wt.x),Math.abs(dt.y-Wt.y))),Ec(this.Yf,this)&&(E=0<z?0:-z,rt=0<y?0:-y,dt.h(E,rt),Wt.h(st+E,ht+rt),a.push(new en(Math.min(dt.x,Wt.x),Math.min(dt.y,Wt.y),Math.abs(dt.x-Wt.x),Math.abs(dt.y-Wt.y))),Gi(dt,ne),Gi(Wt,ne),b.push(new en(Math.min(dt.x,Wt.x),Math.min(dt.y,Wt.y),Math.abs(dt.x-Wt.x),Math.abs(dt.y-Wt.y)))),ye.free(dt),ye.free(Wt),Dh(this,!1,!0),this.Ka===null&&Le("No div specified"),this.ta===null&&Le("No canvas specified"),!this.animationManager.zb&&(E=this.ib,this.Fc)){for(Pc(this),rt=this.Mb,E.setTransform(1,0,0,1,0,0),E.clearRect(0,0,this.Aa*rt,this.ya*rt),E.drawImage(this.jw.Oa,0<z?0:Math.round(-z),0<y?0:Math.round(-y)),z=this.pa,nt=this.Ca,st=Math.round(z.x*nt)/nt,ht=Math.round(z.y*nt)/nt,y=this.Ab,y.reset(),nt!==1&&y.scale(nt),z.x===0&&z.y===0||y.translate(-st,-ht),E.save(),E.beginPath(),z=a.length,nt=0;nt<z;nt++)st=a[nt],st.width!==0&&st.height!==0&&E.rect(Math.floor(st.x),Math.floor(st.y),Math.ceil(st.width),Math.ceil(st.height));for(E.clip(),E.setTransform(rt,0,0,rt,0,0),E.transform(y.m11,y.m12,y.m21,y.m22,y.dx,y.dy),E.yc(),y=this.Wa.s,z=y.length,this.Fd(y,z,this,this.viewportBounds),Hu(this,E),E.globalAlpha=this.pb,rt=0;rt<z;rt++)if(nt=y[rt],st=b,nt.visible&&nt.pb!==0){ht=fu(nt,E),vt=nt.Zq,vt.length=0,dt=this.scale,Nt=en.alloc(),Wt=nt.Pa.s,ne=Wt.length,Ht=st.length;for(var ve=0;ve<ne;ve++){var de=Wt[ve],Pe=Oc(de,de.actualBounds);t:{for(var be=2/dt,Ee=4/dt,Be=0;Be<Ht;Be++){var Ye=st[Be];if(Ye.width!==0&&Ye.height!==0&&Pe.Vu(Ye.x-be,Ye.y-be,Ye.width+Ee,Ye.height+Ee)){Pe=!0;break t}}Pe=!1}Pe&&nt.Oj(E,de,this,vt,dt,Nt,!0)}en.free(Nt),E.globalAlpha=ht}E.restore(),E.Vc(!0),this.Yf&&Ec(this.Yf,this)&&this.Vp(),this.Fc=this.vd=!1,this.hk()}Tn(b),Tn(a),this.ld=!1}}else this.bd();x&&(Is(this),this.bd(),ud(this,!0))}else x?(Is(this),this.bd(),ud(this,!0)):this.bd()}};function Pc(a){a.pn!==!1&&(a.pn=!1,wg(a,a.Aa,a.ya))}function wg(a,y,x){Tl(a);var b=a.Mb;a.ta.resize(y*b,x*b,y,x)&&(a.Fc=!0,a.ib.Vc(!0))}function Cc(a){var y=a.ta;if(y===null||a.wo.w())return!0;var x=a.Aa,b=a.ya,E=a.Ka,z=!1,nt=a.gf?a.Db:0,rt=a.Be?a.Db:0,st=E.clientWidth||x+nt,ht=E.clientHeight||b+rt,dt=a.viewportBounds;E=dt.x;var vt=dt.y,Nt=dt.width,Wt=dt.height;if((st!==x+nt||ht!==b+rt)&&(a.gf=!1,a.Be=!1,rt=nt=0,a.Aa=st,a.ya=ht,z=a.pn=!0,Tl(a)),!a.hf||!a.viewportBounds.w())return!0;var Ht=a.ku,ne=a.hu;if(a.Ee=!1,!(z||a.gf||a.Be||a.mn||a.nn))return!0;var ve=a.documentBounds,de=0,Pe=0,be=0,Ee=0,Be=dt.width,Ye=dt.height,Ln=a.rj;a.contentAlignment.sb()?(ve.width>Be&&(de=Ln.left,Pe=Ln.right),ve.height>Ye&&(be=Ln.top,Ee=Ln.bottom)):(de=Ln.left,Pe=Ln.right,be=Ln.top,Ee=Ln.bottom);var _n=ve.width+de+Pe,jn=ve.height+be+Ee;Ln=a.scale;var mn=_n>st/Ln,ln=jn>ht/Ln;if(!(z||a.gf||a.Be||mn||ln))return!0;de=ve.x-de,st=dt.x,Pe=ve.right+Pe,ht=dt.right+nt,be=ve.y-be;var mi=dt.y;ve=ve.bottom+Ee,dt=dt.bottom+rt;var ci="1px";if(Ee="1px",a.scrollMode===Vu&&(mn||ln)&&(mn&&a.hasHorizontalScrollbar&&a.allowHorizontalScroll&&(mn=1,de+1<st&&(mn=Math.max((st-de)*Ln+a.Aa,mn)),Pe>ht+1&&(mn=Math.max((Pe-ht)*Ln+a.Aa,mn)),Be+nt+1<_n&&(mn=Math.max((_n-Be)*Ln+a.Aa,mn)),ci=mn.toString()+"px"),ln&&a.hasVerticalScrollbar&&a.allowVerticalScroll&&(mn=1,be+1<mi&&(mn=Math.max((mi-be)*Ln+a.ya,mn)),ve>dt+1&&(mn=Math.max((ve-dt)*Ln+a.ya,mn)),Ye+rt+1<jn&&(mn=Math.max((jn-Ye)*Ln+a.ya,mn)),Ee=mn.toString()+"px")),mn=ci!=="1px",ln=Ee!=="1px",mn&&ln||!mn&&!ln||(ln&&(ht-=a.Db),mn&&(dt-=a.Db),_n<Be+nt||!a.hasHorizontalScrollbar||!a.allowHorizontalScroll||(nt=1,de+1<st&&(nt=Math.max((st-de)*Ln+a.Aa,nt)),Pe>ht+1&&(nt=Math.max((Pe-ht)*Ln+a.Aa,nt)),Be+1<_n&&(nt=Math.max((_n-Be)*Ln+a.Aa,nt)),ci=nt.toString()+"px"),mn=ci!=="1px",nt=a.ya,mn!==a.Be&&(nt=mn?a.ya-a.Db:a.ya+a.Db),jn<Ye+rt||!a.hasVerticalScrollbar||!a.allowVerticalScroll||(rt=1,be+1<mi&&(rt=Math.max((mi-be)*Ln+nt,rt)),ve>dt+1&&(rt=Math.max((ve-dt)*Ln+nt,rt)),Ye+1<jn&&(rt=Math.max((jn-Ye)*Ln+nt,rt)),Ee=rt.toString()+"px"),ln=Ee!=="1px"),a.qr&&mn===a.Be&&ln===a.gf)return x===a.Aa&&b===a.ya||a.bd(),!1;if(mn!==a.Be&&(ci==="1px"?a.ya=a.ya+a.Db:a.ya=Math.max(a.ya-a.Db,1),z=!0),a.Be=mn,ne.style.width=ci,ln!==a.gf&&(Ee==="1px"?a.Aa=a.Aa+a.Db:a.Aa=Math.max(a.Aa-a.Db,1),z=!0,a.tn&&(rt=ye.alloc(),ln?(y.style.left=a.Db+"px",a.position=rt.h(a.pa.x+a.Db/a.scale,a.pa.y)):(y.style.left="0px",a.position=rt.h(a.pa.x-a.Db/a.scale,a.pa.y)),ye.free(rt))),z&&Tl(a),a.gf=ln,ne.style.height=Ee,a.gu=!0,z&&(a.pn=!0),y=Ht.scrollLeft,a.hasHorizontalScrollbar&&a.allowHorizontalScroll&&(Be+1<_n?y=(a.position.x-de)*Ln:de+1<st?y=Ht.scrollWidth-Ht.clientWidth:Pe>ht+1&&(y=a.position.x*Ln)),a.tn)switch(a.bu){case"negative":y=-(Ht.scrollWidth-y-Ht.clientWidth);break;case"reverse":y=Ht.scrollWidth-y-Ht.clientWidth}return Ht.scrollLeft=y,a.hasVerticalScrollbar&&a.allowVerticalScroll&&(Ye+1<jn?Ht.scrollTop=(a.position.y-be)*Ln:be+1<mi?Ht.scrollTop=Ht.scrollHeight-Ht.clientHeight:ve>dt+1&&(Ht.scrollTop=a.position.y*Ln)),st=a.Aa,ht=a.ya,Ht.style.width=st+(a.gf?a.Db:0)+"px",Ht.style.height=ht+(a.Be?a.Db:0)+"px",x!==st||b!==ht||a.animationManager.zb?(x=en.allocAt(E,vt,Nt,Wt),a.onViewportBoundsChanged(x,a.viewportBounds,Ln,z),en.free(x),!1):!0}Kt=Xe.prototype,Kt.add=function(a){var y=a.diagram;if(y!==this&&(y!==null&&Le("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&&Le('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(ro,"parts",y,null,a,null,x),y.isTemporary||this.Ya(),a.C(1),x=a.layerChanged,x!==null&&x(a,null,y)}},Kt.oi=function(a){this.partManager.oi(a);var y=this;Fc(a,function(x){bc(y,x)}),(a instanceof $i||a instanceof yi&&a.placeholder!==null)&&a.v(),a.data!==null&&Fc(a,function(x){ly(y.partManager,x)}),ws(a)!==!0&&Wh(a)!==!0||this.De.add(a),j1(a,!0,this),W1(a)?(a.actualBounds.w()&&this.N(Oc(a,a.actualBounds)),this.Ya()):a.isVisible()&&a.actualBounds.w()&&this.N(Oc(a,a.actualBounds)),this.$b()},Kt.pc=function(a){a.Ej(),this.partManager.pc(a);var y=this;a.data!==null&&Fc(a,function(x){uy(y.partManager,x,y)}),this.De.remove(a),W1(a)?(a.actualBounds.w()&&this.N(Oc(a,a.actualBounds)),this.Ya()):a.isVisible()&&a.actualBounds.w()&&this.N(Oc(a,a.actualBounds)),this.$b()},Kt.remove=function(a){Pg(this,a,!0)};function Pg(a,y,x){var b=y.layer;b!==null&&b.diagram===a&&(y.isSelected=!1,y.isHighlighted=!1,y.C(2),x&&y.Lj(),x=b.pc(-1,y,!1),0<=x&&a.cb(vo,"parts",b,y,null,x,null),a=y.layerChanged,a!==null&&a(y,b,null))}Kt.Is=function(a,y){if(y===void 0&&(y=!1),Pn(a))for(var x=a.length,b=0;b<x;b++){var E=a[b];y&&!E.canDelete()||this.remove(E)}else for(x=new gn,x.addAll(a),a=x.iterator;a.next();)x=a.value,y&&!x.canDelete()||this.remove(x)},Kt.Kj=function(a,y,x){return x===void 0&&(x=!1),this.partManager.Kj(a,y,x)},Xe.prototype.moveParts=function(a,y,x,b){if(x===void 0&&(x=!1),b===void 0&&(b=of(this)),this.toolManager!==null){var E=new li;if(a!==null)if(Pn(a))for(var z=0;z<a.length;z++)Vl(this,E,a[z],x,b);else for(a=a.iterator;a.next();)Vl(this,E,a.value,x,b);else{for(a=this.parts;a.next();)Vl(this,E,a.value,x,b);for(a=this.nodes;a.next();)Vl(this,E,a.value,x,b);for(a=this.links;a.next();)Vl(this,E,a.value,x,b)}Bh(this,E,y,b,x)}};function Vl(a,y,x,b,E,z){if(!y.contains(x)&&(z===void 0&&(z=!1),!b||z||x.canMove()||x.canCopy()))if(E===void 0&&(E=of(a)),x instanceof kn){if(y.add(x,a.Pd(E,x,x.location)),x instanceof yi&&(x.placeholder!==null||E.dragsMembers))for(z=x.memberParts;z.next();)Vl(a,y,z.value,b,E,E.groupsAlwaysMove);for(z=x.linksConnected;z.next();){var nt=z.value;if(!y.contains(nt)){var rt=nt.fromNode,st=nt.toNode;rt!==null&&y.contains(rt)&&st!==null&&y.contains(st)&&Vl(a,y,nt,b,E)}}if(E.dragsTree)for(x=x.Ou();x.next();)Vl(a,y,x.value,b,E)}else if(x instanceof vn)for(y.add(x,a.Pd(E,x)),x=x.labelNodes;x.next();)Vl(a,y,x.value,b,E);else x instanceof $i||y.add(x,a.Pd(E,x,x.location))}function Bh(a,y,x,b,E){if(y!==null&&y.count!==0){var z=ye.alloc(),nt=ye.alloc();nt.assign(x),isNaN(nt.x)&&(nt.x=0),isNaN(nt.y)&&(nt.y=0),(x=a.Mr)||af(a,y);for(var rt=Vn(),st=Vn(),ht=y.iterator,dt=ye.alloc();ht.next();){var vt=ht.key,Nt=ht.value;if(vt.Zc()){var Wt=Cg(a,vt,y);Wt!==null?rt.push(new it(vt,Nt,Wt)):(!E||vt.canMove())&&(Wt=Nt.point,z.assign(Wt),a.computeMove(vt,z.add(nt),b,dt),vt.location=dt,Nt.shifted===void 0&&(Nt.shifted=new ye),Nt.shifted.assign(dt.re(Wt)))}else ht.key instanceof vn&&st.push(ht.sa)}for(ye.free(dt),E=rt.length,ht=0;ht<E;ht++)vt=rt[ht],z.assign(vt.info.point),vt.Su.shifted===void 0&&(vt.Su.shifted=new ye),vt.node.location=z.add(vt.Su.shifted);for(E=ye.alloc(),ht=ye.alloc(),vt=st.length,Nt=0;Nt<vt;Nt++){var Ht=st[Nt];if(Wt=Ht.key,Wt instanceof vn)if(Wt.suspendsRouting){Wt.Tg=null,dt=Wt.fromNode;var ne=Wt.toNode;if(a.draggedLink!==null&&b.dragsLink)if(ne=Ht.value.point,Wt.dragComputation===null)y.add(Wt,a.Pd(b,Wt,nt)),th(Wt,nt.x-ne.x,nt.y-ne.y);else{Ht=ye.allocAt(0,0),(dt=Wt.i(0))&&dt.w()&&Ht.assign(dt);var ve=dt=ye.alloc().assign(Ht).add(nt);b.isGridSnapEnabled&&(b.isGridSnapRealtime||a.lastInput.up)&&(ve=ye.alloc(),sf(a,Wt,dt,ve,b)),dt.assign(Wt.dragComputation(Wt,dt,ve)).re(Ht),y.add(Wt,a.Pd(b,Wt,dt)),th(Wt,dt.x-ne.x,dt.y-ne.y),ye.free(Ht),ye.free(dt),ve!==dt&&ye.free(ve)}else dt!==null&&(E.assign(dt.location),ve=y.I(dt),ve!==null&&E.re(ve.point)),ne!==null&&(ht.assign(ne.location),ve=y.I(ne),ve!==null&&ht.re(ve.point)),dt!==null&&ne!==null?E.Xa(ht)?(dt=Ht.value.point,ne=z,ne.assign(E),ne.re(dt),y.add(Wt,a.Pd(b,Wt,E)),th(Wt,ne.x,ne.y)):(Wt.suspendsRouting=!1,Wt.bb()):(Ht=Ht.value.point,dt=dt!==null?E:ne!==null?ht:nt,y.add(Wt,a.Pd(b,Wt,dt)),th(Wt,dt.x-Ht.x,dt.y-Ht.y))}else(Wt.fromNode===null||Wt.toNode===null)&&(dt=Ht.value.point,y.add(Wt,a.Pd(b,Wt,nt)),th(Wt,nt.x-dt.x,nt.y-dt.y))}ye.free(z),ye.free(nt),ye.free(E),ye.free(ht),Tn(rt),Tn(st),x||(Vo(a),Oh(a,y))}}Xe.prototype.computeMove=function(a,y,x,b){if(b===void 0&&(b=new ye),b.assign(y),a===null)return b;var E=y,z=x.isGridSnapEnabled;z&&(x.isGridSnapRealtime||this.lastInput.up)&&(E=ye.alloc(),sf(this,a,y,E,x)),x=a.dragComputation!==null?a.dragComputation(a,y,E):E;var nt=a.minLocation,rt=nt.x;isNaN(rt)&&(rt=z?Math.round(1e3*a.location.x)/1e3:a.location.x),nt=nt.y,isNaN(nt)&&(nt=z?Math.round(1e3*a.location.y)/1e3:a.location.y);var st=a.maxLocation,ht=st.x;return isNaN(ht)&&(ht=z?Math.round(1e3*a.location.x)/1e3:a.location.x),st=st.y,isNaN(st)&&(st=z?Math.round(1e3*a.location.y)/1e3:a.location.y),b.h(Math.max(rt,Math.min(x.x,ht)),Math.max(nt,Math.min(x.y,st))),E!==y&&ye.free(E),b};function of(a){var y=a.toolManager.findTool("Dragging");return y!==null?y.dragOptions:a.Wm}function sf(a,y,x,b,E){if(E===void 0&&(E=of(a)),b.assign(x),y!==null){var z=a.grid;y=E.gridSnapCellSize,a=y.width,y=y.height;var nt=E.gridSnapOrigin,rt=nt.x;if(nt=nt.y,E=E.gridSnapCellSpot,z!==null){var st=z.gridCellSize;isNaN(a)&&(a=st.width),isNaN(y)&&(y=st.height),z=z.gridOrigin,isNaN(rt)&&(rt=z.x),isNaN(nt)&&(nt=z.y)}z=ye.allocAt(0,0),z.yi(0,0,a,y,E),Re.No(x.x,x.y,rt+z.x,nt+z.y,a,y,b),ye.free(z)}}function af(a,y){if(y!==null)for(a.Mr=!0,a=y.iterator;a.next();)y=a.key,y instanceof vn&&(y.suspendsRouting=!0)}function Oh(a,y){if(y!==null){for(y=y.iterator;y.next();){var x=y.key;x instanceof vn&&(x.suspendsRouting=!1,Zv(x)&&x.bb())}a.Mr=!1}}function Cg(a,y,x){return y=y.containingGroup,y!==null&&(a=Cg(a,y,x),a!==null||(a=x.I(y),a!==null))?a:null}Kt=Xe.prototype,Kt.Pd=function(a,y,x){if(x===void 0)return new gu(to);var b=a.isGridSnapEnabled;return a.groupsSnapMembers||y.containingGroup===null||(b=!1),b?new gu(new ye(Math.round(1e3*x.x)/1e3,Math.round(1e3*x.y)/1e3)):new gu(x.copy())};function bg(a,y,x){if(y.diagram!==null&&y.diagram!==a&&Le("Cannot share a Layer with another Diagram: "+y+" of "+y.diagram),x===null?y.diagram!==null&&Le("Cannot add an existing Layer to this Diagram again: "+y):(x.diagram!==a&&Le("Existing Layer must be in this Diagram: "+x+" not in "+x.diagram),y===x&&Le("Cannot move a Layer before or after itself: "+y)),y.diagram!==a){y=y.name,a=a.Wa,x=a.count;for(var b=0;b<x;b++)a.M(b).name===y&&Le("Cannot add Layer with the name '"+y+"'; a Layer with the same name is already present in this Diagram.")}}Kt.Al=function(a){bg(this,a,null),a.Xe(this);var y=this.Wa,x=y.count-1;if(!a.isTemporary)for(;0<=x&&y.M(x).isTemporary;)x--;return y.Gb(x+1,a),this.cc!==null&&this.cb(ro,"layers",this,null,a,null,x+1),this.N(),this.Ya(),this},Kt.Ww=function(a,y){bg(this,a,y),a.Xe(this);var x=this.Wa,b=x.indexOf(a);0<=b&&(x.remove(a),this.cc!==null&&this.cb(vo,"layers",this,a,null,b,null));var E=x.count,z;for(z=0;z<E;z++)if(x.M(z)===y){x.Gb(z,a);break}return this.cc!==null&&this.cb(ro,"layers",this,null,a,null,z),this.N(),0>b&&this.Ya(),this},Kt.Cy=function(a,y){bg(this,a,y),a.Xe(this);var x=this.Wa,b=x.indexOf(a);0<=b&&(x.remove(a),this.cc!==null&&this.cb(vo,"layers",this,a,null,b,null));var E=x.count,z;for(z=0;z<E;z++)if(x.M(z)===y){x.Gb(z+1,a);break}return this.cc!==null&&this.cb(ro,"layers",this,null,a,null,z+1),this.N(),0>b&&this.Ya(),this},Kt.kA=function(a){if(a.diagram!==this&&Le("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(vo,"layers",this,a,null,x,null),this.N(),this.Ya()}}},Kt.Qj=function(a){for(var y=this.layers;y.next();){var x=y.value;if(x.name===a)return x}return null},Kt.Yw=function(a){return this.pf===null&&(this.pf=new fn),this.pf.add(a),this.model.Pe(a),this},Kt.mA=function(a){this.pf!==null&&(this.pf.remove(a),this.pf.count===0&&(this.pf=null)),this.model.ik(a)},Kt.Pe=function(a){return this.zg===null&&(this.zg=new fn),this.zg.add(a),this},Kt.ik=function(a){this.zg!==null&&(this.zg.remove(a),this.zg.count===0&&(this.zg=null))},Kt.ds=function(a){if(this.skipsUndoManager||this.model.skipsUndoManager||this.model.undoManager.Tu(a),a.change!==ea&&(this.isModified=!0),this.zg!==null)for(var y=this.zg,x=y.length,b=0;b<x;b++)y.M(b)(a)},Kt.cb=function(a,y,x,b,E,z,nt){z===void 0&&(z=null),nt===void 0&&(nt=null);var rt=new Rr;rt.diagram=this,rt.change=a,rt.propertyName=y,rt.object=x,rt.oldValue=b,rt.oldParam=z,rt.newValue=E,rt.newParam=nt,this.ds(rt)},Kt.g=function(a,y,x,b,E){this.cb(Or,a,this,y,x,b,E)},Xe.prototype.changeState=function(a,y){if(a!==null&&a.diagram===this){var x=this.skipsModelSourceBindings;try{this.skipsModelSourceBindings=!0;var b=a.change;if(b===Or){var E=a.object;if(Fr(E,a.propertyName,a.I(y)),E instanceof Oe){var z=E.part;z!==null&&z.Wb()}this.isModified=!0}else if(b===ro){var nt=a.object,rt=a.newParam,st=a.newValue;if(nt instanceof pn)if(typeof rt=="number"&&st instanceof Oe){y?nt.pc(rt):nt.Gb(rt,st);var ht=nt.part;ht!==null&&ht.Wb()}else typeof rt=="number"&&st instanceof po&&(st.isRow?c1(nt,rt,y?void 0:st):d1(nt,rt,y?void 0:st));else if(nt instanceof To){var dt=a.oldParam===!0;typeof rt=="number"&&st instanceof $n&&(y?(st.isSelected=!1,st.isHighlighted=!1,st.Wb(),nt.pc(dt?rt:-1,st,dt)):nt.oi(rt,st,dt))}else nt instanceof Xe?typeof rt=="number"&&st instanceof To&&(y?this.Wa.mb(rt):(st.Xe(this),this.Wa.Gb(rt,st))):Le("unknown ChangedEvent.Insert object: "+a.toString());this.isModified=!0}else if(b===vo){var vt=a.object,Nt=a.oldParam,Wt=a.oldValue;if(vt instanceof pn)typeof Nt=="number"&&Wt instanceof Oe?y?vt.Gb(Nt,Wt):vt.pc(Nt):typeof Nt=="number"&&Wt instanceof po&&(Wt.isRow?c1(vt,Nt,y?Wt:void 0):d1(vt,Nt,y?Wt:void 0));else if(vt instanceof To){var Ht=a.newParam===!0;typeof Nt=="number"&&Wt instanceof $n&&(y?0>vt.Pa.indexOf(Wt)&&vt.oi(Nt,Wt,Ht):(Wt.isSelected=!1,Wt.isHighlighted=!1,Wt.Wb(),vt.pc(Ht?Nt:-1,Wt,Ht)))}else vt instanceof Xe?typeof Nt=="number"&&Wt instanceof To&&(y?(Wt.Xe(this),this.Wa.Gb(Nt,Wt)):this.Wa.mb(Nt)):Le("unknown ChangedEvent.Remove object: "+a.toString());this.isModified=!0}else b!==ea&&Le("unknown ChangedEvent: "+a.toString())}finally{this.skipsModelSourceBindings=x}}},Xe.prototype.Ea=function(a){return this.undoManager.Ea(a)},Xe.prototype.eb=function(a){return this.undoManager.eb(a)},Xe.prototype.Kf=function(){return this.undoManager.Kf()},Xe.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}},Xe.prototype.updateAllTargetBindings=function(a){this.partManager.updateAllTargetBindings(a)},Xe.prototype.rp=function(){this.partManager.rp()};function Ag(a,y,x){var b=a.animationManager;if(a.vb||a.ld)a.Ca=x,Tl(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,Tl(a);else{a.vb=!0;var E=a.viewportBounds.copy(),z=a.Aa,nt=a.ya,rt=a.zoomPoint.x,st=a.zoomPoint.y,ht=a.contentAlignment;isNaN(rt)&&(ht.$c()?ht.Hf(Qa)?rt=0:ht.Hf(jo)&&(rt=z-1):rt=ht.sb()?ht.x*(z-1):z/2),isNaN(st)&&(ht.$c()?ht.Hf(bl)?st=0:ht.Hf(da)&&(st=nt-1):st=ht.sb()?ht.y*(nt-1):nt/2),a.scaleComputation===null||a.animationManager.defaultAnimation.isAnimating||(x=a.scaleComputation(a,x)),x<a.minScale&&(x=a.minScale),x>a.maxScale&&(x=a.maxScale),z=ye.allocAt(a.pa.x+rt/y-rt/x,a.pa.y+st/y-st/x),a.position=z,ye.free(z),a.Ca=x,Tl(a),a.vb=!1,a.onViewportBoundsChanged(E,a.viewportBounds,y,!1),Ga(a,!1),b.zb&&(cu(b)||b.ce.add(b.H,"scale",y,a.Ca))}}Xe.prototype.onViewportBoundsChanged=function(a,y,x,b){if(!a.D(y)){b===void 0&&(b=!1),b||(this.Ee=!0),this.vd=!0;var E=this.layout;E===null||!E.isViewportSized||this.autoScale!==us||a.width===y.width&&a.height===y.height||E.C(),E=this.currentTool,this.Vk===!0&&E instanceof Br&&(this.lastInput.documentPoint=this.Ps(this.lastInput.viewPoint),Ip(E,this)),this.vb||this.invalidateViewport(a,y),Ml(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 Ml(a,y){var x=a.fe;if(x!==null&&x.visible){for(var b=An.alloc(),E=1,z=1,nt=x.O.s,rt=nt.length,st=0;st<rt;st++){var ht=nt[st],dt=Math.abs(ht.interval);2>dt||(mv(ht.figure)?z=z*dt/Re.vx(z,dt):E=E*dt/Re.vx(E,dt))}if(nt=x.gridCellSize,b.h(z*nt.width,E*nt.height),y!==void 0)E=y.width,z=y.height,a=y.x,nt=y.y;else{if(y=en.alloc(),a=a.viewportBounds,y.h(a.x,a.y,a.width,a.height),!y.w()){en.free(y);return}E=y.width,z=y.height,a=y.x,nt=y.y,en.free(y)}x.width=E+2*b.width,x.height=z+2*b.height,y=ye.alloc(),Re.No(a,nt,0,0,b.width,b.height,y),y.offset(-b.width,-b.height),An.free(b),x.part.location=y,ye.free(y)}}Xe.prototype.clearSelection=function(a){a===void 0&&(a=!1);var y=this.selection;if(y.count!==0){a||this.R("ChangingSelection",y);for(var x=y.Fa(),b=x.length,E=0;E<b;E++)x[E].isSelected=!1;y.ka(),y.clear(),y.freeze(),a||this.R("ChangedSelection",y)}},Xe.prototype.select=function(a){a!==null&&a.diagram===this&&(!a.isSelected||1<this.selection.count)&&(this.R("ChangingSelection",this.selection),this.clearSelection(!0),a.isSelected=!0,this.R("ChangedSelection",this.selection))},Xe.prototype.rA=function(a){if(this.R("ChangingSelection",this.selection),this.clearSelection(!0),Pn(a))for(var y=a.length,x=0;x<y;x++){var b=a[x];b instanceof $n||Le("Diagram.selectCollection given something that is not a Part: "+b),b.isSelected=!0}else for(a=a.iterator;a.next();)y=a.value,y instanceof $n||Le("Diagram.selectCollection given something that is not a Part: "+y),y.isSelected=!0;this.R("ChangedSelection",this.selection)},Xe.prototype.clearHighlighteds=function(){var a=this.highlighteds;if(0<a.count){for(var y=a.Fa(),x=y.length,b=0;b<x;b++)y[b].isHighlighted=!1;a.ka(),a.clear(),a.freeze()}},Kt=Xe.prototype,Kt.Iz=function(a){a!==null&&a.diagram===this&&(!a.isHighlighted||1<this.highlighteds.count)&&(this.clearHighlighteds(),a.isHighlighted=!0)},Kt.Jz=function(a){a=new gn().addAll(a);for(var y=this.highlighteds.copy().hp(a).iterator;y.next();)y.value.isHighlighted=!1;for(a=a.iterator;a.next();)y=a.value,y instanceof $n||Le("Diagram.highlightCollection given something that is not a Part: "+y),y.isHighlighted=!0},Kt.scroll=function(a,y,x){x===void 0&&(x=1);var b=y==="up"||y==="down",E=0,z=ye.alloc();if(a==="pixel")E=x;else if(a==="line")E=x*(b?this.scrollVerticalLineChange:this.scrollHorizontalLineChange);else if(a==="page")a=b?this.viewportBounds.height:this.viewportBounds.width,a*=this.scale,a!==0&&(E=x*Math.max(a-(b?this.scrollVerticalLineChange:this.scrollHorizontalLineChange),0));else{if(a==="document"){E=this.documentBounds,x=this.viewportBounds,y==="up"?this.position=z.h(x.x,E.y):y==="left"?this.position=z.h(E.x,x.y):y==="down"?this.position=z.h(x.x,E.bottom-x.height):y==="right"&&(this.position=z.h(E.right-x.width,x.y)),ye.free(z);return}Le("scrolling unit must be 'pixel', 'line', 'page', or 'document', not: "+a)}E/=this.scale,x=this.position,y==="up"?this.position=z.h(x.x,x.y-E):y==="down"?this.position=z.h(x.x,x.y+E):y==="left"?this.position=z.h(x.x-E,x.y):y==="right"?this.position=z.h(x.x+E,x.y):Le("scrolling direction must be 'up', 'down', 'left', or 'right', not: "+y),ye.free(z)},Kt.tv=function(a){var y=this.viewportBounds;y.Re(a)||(a=a.center,a.x-=y.width/2,a.y-=y.height/2,this.position=a)},Kt.es=function(a){var y=this.viewportBounds;a=a.center,a.x-=y.width/2,a.y-=y.height/2,this.position=a},Kt.op=function(a){var y=this.Ab;y.reset(),this.Ca!==1&&y.scale(this.Ca);var x=this.pa;return(x.x!==0||x.y!==0)&&isFinite(x.x)&&isFinite(x.y)&&y.translate(-x.x,-x.y),a.copy().transform(this.Ab)},Kt.zA=function(a){var y=this.Ab,x=a.x,b=a.y,E=x+a.width,z=b+a.height,nt=y.m11,rt=y.m12,st=y.m21,ht=y.m22,dt=y.dx,vt=y.dy,Nt=x*nt+b*st+dt;y=x*rt+b*ht+vt;var Wt=E*nt+b*st+dt;return a=E*rt+b*ht+vt,b=x*nt+z*st+dt,x=x*rt+z*ht+vt,nt=E*nt+z*st+dt,E=E*rt+z*ht+vt,z=Math.min(Nt,Wt),Nt=Math.max(Nt,Wt),Wt=Math.min(y,a),y=Math.max(y,a),z=Math.min(z,b),Nt=Math.max(Nt,b),Wt=Math.min(Wt,x),y=Math.max(y,x),z=Math.min(z,nt),Nt=Math.max(Nt,nt),Wt=Math.min(Wt,E),y=Math.max(y,E),new en(z,Wt,Nt-z,y-Wt)},Kt.Ps=function(a){var y=this.Ab;y.reset(),this.Ca!==1&&y.scale(this.Ca);var x=this.pa;return(x.x!==0||x.y!==0)&&isFinite(x.x)&&isFinite(x.y)&&y.translate(-x.x,-x.y),Gi(a.copy(),this.Ab)};function tm(a){var y=a.isModified;a.Tw!==y&&(a.Tw=y,a.R("Modified"))}function Lg(a){return a=ff.get(a),a!==null?new a:new cr}Xe.prototype.doModelChanged=function(a){var y=this;if(a.model===this.model){var x=a.change,b=a.propertyName;if(x===ea&&b[0]==="S")if(b==="StartingFirstTransaction"){var E=this;a=this.toolManager,a.mouseDownTools.each(function(st){return st.diagram=E}),a.mouseMoveTools.each(function(st){return st.diagram=E}),a.mouseUpTools.each(function(st){return st.diagram=E}),this.ld||this.hf||(this.Jk=!0,this.fn&&(this.kg=!0))}else b==="StartingUndo"||b==="StartingRedo"?(a=this.animationManager,a.defaultAnimation.isAnimating&&!this.skipsUndoManager&&a.Cc(),this.R("ChangingSelection",this.selection)):b==="StartedTransaction"&&(a=this.animationManager,a.defaultAnimation.isAnimating&&!this.skipsUndoManager&&a.Cc());else if(this.aa){this.aa=!1;try{if(a.modelChange===""&&x===ea){(b==="FinishedUndo"||b==="FinishedRedo")&&(this.R("ChangedSelection",this.selection),Vo(this));var z=this.animationManager;b==="RolledBackTransaction"&&z.Cc(),this.bx(),this.Jk=!0,this.bd(),this.undoManager.transactionLevel!==0&&this.undoManager.transactionLevel!==1||Qd(z),b==="CommittedTransaction"&&this.undoManager.isJustDiscarded&&(this.Ce=Math.min(this.Ce,this.undoManager.historyIndex-1)),b!=="CommittedTransaction"&&b!=="RolledBackTransaction"||!this.undoManager.isPendingUnmodified||setTimeout(function(){y.isModified=!1},1);var nt=a.isTransactionFinished;if(nt&&(tm(this),this.As.clear(),Gp(this.animationManager)),!this.Rt&&nt&&this.lastInput.targetDiagram){this.Rt=!0;var rt=this;Ze(function(){rt.currentTool.standardMouseOver(),rt.Rt=!1},10)}}}finally{this.aa=!0}}}};function bc(a,y){y=y.O.s;for(var x=y.length,b=0;b<x;b++)Ih(a,y[b])}function Ih(a,y){if(y instanceof Ws){var x=y.element;if(x!==null&&x instanceof HTMLImageElement){x.Bg instanceof gn&&x.Bg.add(a);var b=y.Eg;if(b!==null&&b.sq===!0&&y.diagram!==null&&y.diagram.Xn.add(y),x.hn)if(x=x.getAttribute("src")||"",b=a.Og.I(x),b===null)b=[],b.push(y),a.Og.add(x,b);else{for(a=0;a<b.length;a++)if(b[a]===y)return;b.push(y)}}}}function kg(a,y){if(y instanceof Ws){var x=y.element;if(x!==null&&x instanceof HTMLImageElement&&x.hn){var b=x.getAttribute("src")||"",E=a.Og.I(b);if(E!==null){for(var z=0;z<E.length;z++)if(E[z]===y){E.splice(z,1),E.length===0&&(a.Og.remove(b),x.Fq&&x.removeEventListener("load",x.Fq),x.Yp&&x.removeEventListener("error",x.Yp),delete x.Fq,delete x.Yp,x.Bg instanceof gn&&x.Bg.remove(a),Lf(b));break}}}}}Xe.prototype.Wd=function(){this.partManager.Wd()},Xe.prototype.Aj=function(a,y){this.Yd.Aj(a,y)},Xe.prototype.Cj=function(a,y){this.Yd.Cj(a,y)},Xe.prototype.findPartForKey=function(a){return this.partManager.findPartForKey(a)},Xe.prototype.Vb=function(a){return this.partManager.Vb(a)},Xe.prototype.findLinkForKey=function(a){return this.partManager.findLinkForKey(a)},Kt=Xe.prototype,Kt.Lc=function(a){return this.partManager.Lc(a)},Kt.ii=function(a){return this.partManager.ii(a)},Kt.Kc=function(a){return this.partManager.Kc(a)},Kt.ms=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];return this.partManager.ms.apply(this.partManager,y instanceof Array?y:fi(Wn(y)))},Kt.ls=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];return this.partManager.ls.apply(this.partManager,y instanceof Array?y:fi(Wn(y)))};function Tl(a){var y=a.pa,x=a.Ca;a.Rw.h(y.x,y.y,Math.max(a.Aa,0)/x,Math.max(a.ya,0)/x),a.vd=!0}function Eg(a,y){a.Zi=!1;var x=a.Sp;x.D(y)||(x=x.copy(),a.Sp.assign(y),Ga(a,!1),a.R("DocumentBoundsChanged",void 0,x),a.Ee=!0,a.N())}Kt.Va=function(){if(this.Zi){var a=en.alloc();Eg(this,this.computeBounds(a)),en.free(a)}},Kt.rz=function(){for(var a=new gn,y=this.nodes;y.next();){var x=y.value;x.isTopLevel&&a.add(x)}for(y=this.links;y.next();)x=y.value,x.isTopLevel&&a.add(x);return a.iterator},Kt.qz=function(){return this.ai.iterator},Kt.Uz=function(a){Vo(this),a&&lf(this,!0),this.ld?Mg(this,!1):(this.Jk=!0,Aa(this))};function lf(a,y){for(var x=a.ai.iterator;x.next();)em(a,x.value,y);a.layout&&(y?a.layout.isValidLayout=!1:a.layout.C())}function em(a,y,x){if(y!==null){for(var b=y.gl.iterator;b.next();)em(a,b.value,x);y.layout!==null&&(x?y.layout.isValidLayout=!1:y.layout.C())}}function Mg(a,y){if(a.xh&&!a.lt){var x=a.aa;a.aa=!0;var b=a.undoManager.transactionLevel,E=a.layout,z=a.animationManager;try{b===0&&(a.undoManager.isInternalTransaction=!0,a.Ea("Layout")),1>=b&&!z.defaultAnimation.isAnimating&&!z.zb&&(y||_l(z,"Layout")),a.xh=!1;for(var nt=a.ai.iterator;nt.next();)Tg(a,nt.value,y,b);E.isValidLayout||(!y||E.isRealtime||E.isRealtime===null||b===0?(E.doLayout(a),Vo(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||Qd(z),a.aa=x}}}function Tg(a,y,x,b){if(y!==null){for(var E=y.gl.iterator;E.next();)Tg(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),dd(a,y),E.isValidLayout=!0):a.xh=!0)}}Kt.yz=function(){for(var a=new fn,y=this.nodes;y.next();){var x=y.value;x.isTopLevel&&x.kh()===null&&a.add(x)}return a.iterator};function nv(a){function y(E){var z=E.toLowerCase(),nt=new fn;x.add(E,nt),x.add(z,nt),b.add(E,E),b.add(z,E)}var x=new li,b=new li;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 nm(a,y){var x=a.hw.I(y);return x!==null?x:a.hw.I(y.toLowerCase())}function uf(a,y){var x=a.iw.I(y);if(x!==null||(x=a.iw.I(y.toLowerCase()),x!==null))return x;Le("Unknown DiagramEvent name: "+y)}Kt.Bj=function(a,y){return a=uf(this,a),a!==null&&a.add(y),this},Kt.am=function(a,y){a=uf(this,a),a!==null&&a.remove(y)},Kt.R=function(a,y,x){var b=uf(this,a),E=new Tu;if(E.diagram=this,a=nm(this,a),a!==null&&(E.name=a),y!==void 0&&(E.subject=y),x!==void 0&&(E.parameter=x),y=b.length,y===1)b.M(0)(E);else if(y!==0)for(b=b.Fa(),x=0;x<y;x++)(0,b[x])(E)};function hf(a){if(a.animationManager.isTicking)return!1;var y=a.currentTool;return y===a.toolManager.findTool("Dragging")?!a.Mr||y.isComplexRoutingRealtime:!0}Kt.Yj=function(a,y){return cf(this,!1,null,y||null).Yj(a.x,a.y,a.width,a.height)},Xe.prototype.computeOccupiedArea=function(a){return this.isVirtualized?this.viewportBounds.copy():this.Zi?pg(this,a):a.assign(this.documentBounds)};function cf(a,y,x,b){var E=a.Xh;if(E===null&&(a.Xh=E=new op(a.avoidanceCellSize)),E.vs||E.group!==x||E.Yx!==b){if(E.Hx=Math.max(E.Os+1,Math.floor(a.avoidanceLimit/a.avoidanceCellSize.width)),E.Ix=Math.max(E.Os+1,Math.floor(a.avoidanceLimit/a.avoidanceCellSize.height)),x!==null&&(x=im(a,x)),x===null){y=en.alloc(),a.computeOccupiedArea(y),y.Bc(100,100),E.initialize(y);for(var z=a.nodes;z.next();){var nt=z.value,rt=nt.layer;rt!==null&&rt.visible&&!rt.isTemporary&&df(a,nt,b,y)}en.free(y)}else{for(0<x.memberParts.count&&(y=a.computePartsBounds(x.memberParts,!1),y.Bc(20,20),E.initialize(y)),y=en.alloc(),z=x.memberParts;z.next();)nt=z.value,nt instanceof kn&&df(a,nt,b,y);en.free(y)}E.group=x,E.Yx=b,E.vs=!1}else y&&oS(E);return E}function im(a,y){return y.avoidable&&!y.isLinkLabel?y:y.containingGroup!==null?im(a,y.containingGroup):null}function df(a,y,x,b){if(y!==x&&y.isVisible()){if(y.avoidable&&!y.isLinkLabel){y=y.getAvoidableRect(b),a=a.Xh;var E=y.x,z=y.y;if(Ff(a,E,z))for(x=(z-a.Od)/a.sc|0,b=Math.min((E+y.width-a.Nd)/a.rc|0,a.di),y=Math.min((z+y.height-a.Od)/a.sc|0,a.ei),E=(E-a.Nd)/a.rc|0;E<=b;E++)if(z=a.ac[E],z.fill)z.fill(nh,x,y+1);else for(var nt=x;nt<=y;nt++)z[nt]=nh}else if(y instanceof yi)for(y=y.memberParts;y.next();)E=y.value,E instanceof kn&&df(a,E,x,b)}}function Ku(a,y){a.Xh===null||a.Xh.vs||y!==void 0&&(!y.avoidable||y.isLinkLabel)||(a.Xh.vs=!0)}Xe.prototype.gs=function(a){this.wp.assign(a),this.computeAutoScrollPosition(this.wp).Xa(this.position)?this.ug():Ng(this)};function Ng(a){a.vk===-1&&(a.vk=Ze(function(){if(a.vk!==-1&&(a.ug(),a.lastInput.event!==null)){var y=a.computeAutoScrollPosition(a.wp);y.Xa(a.position)||(a.position=y,a.lastInput.documentPoint=a.Ps(a.wp),a.doMouseMove(),a.Zi=!0,y=en.alloc(),a.computeBounds(y),y.ed(a.documentBounds),Eg(a,y),en.free(y),a.Fc=!0,a.bd(),Ng(a))}},a.vp))}Xe.prototype.ug=function(){this.vk!==-1&&(dn.clearTimeout(this.vk),this.vk=-1)},Xe.prototype.computeAutoScrollPosition=function(a){var y=this.position,x=this.xp;if(0>=x.top&&0>=x.left&&0>=x.right&&0>=x.bottom)return y;var b=this.viewportBounds,E=this.scale;b=en.allocAt(0,0,b.width*E,b.height*E);var z=ye.allocAt(0,0);if(a.x>=b.x&&a.x<b.x+x.left&&this.allowHorizontalScroll){var nt=Math.max(this.scrollHorizontalLineChange,1);nt|=0,z.x-=nt,a.x<b.x+x.left/2&&(z.x-=nt),a.x<b.x+x.left/4&&(z.x-=4*nt)}else a.x<=b.x+b.width&&a.x>b.x+b.width-x.right&&this.allowHorizontalScroll&&(nt=Math.max(this.scrollHorizontalLineChange,1),nt|=0,z.x+=nt,a.x>b.x+b.width-x.right/2&&(z.x+=nt),a.x>b.x+b.width-x.right/4&&(z.x+=4*nt));return a.y>=b.y&&a.y<b.y+x.top&&this.allowVerticalScroll?(nt=Math.max(this.scrollVerticalLineChange,1),nt|=0,z.y-=nt,a.y<b.y+x.top/2&&(z.y-=nt),a.y<b.y+x.top/4&&(z.y-=4*nt)):a.y<=b.y+b.height&&a.y>b.y+b.height-x.bottom&&this.allowVerticalScroll&&(nt=Math.max(this.scrollVerticalLineChange,1),nt|=0,z.y+=nt,a.y>b.y+b.height-x.bottom/2&&(z.y+=nt),a.y>b.y+b.height-x.bottom/4&&(z.y+=4*nt)),z.Xa(to)||(y=new ye(y.x+z.x/E,y.y+z.y/E)),en.free(b),ye.free(z),y},Kt=Xe.prototype,Kt.Cs=function(){return null},Kt.av=function(){return null},Kt.bs=function(a,y){this.pj.add(a,y)},Kt.Fu=function(a){(this.Pw=a)||this.nodes.each(function(y){y instanceof yi&&(y.$p=null)})};function fd(a,y,x){function b(){var dt=+new Date;for(z=!0,nt.reset();nt.next();)if(!nt.value[0].al){z=!1;break}z||dt-ht>st?y(x,E,rt):dn.requestAnimationFrame(b)}for(var E=x.callback,z=!0,nt=a.Og.iterator;nt.next();)if(!nt.value[0].al){z=!1;break}if(typeof E!="function"||z)return y(x,E,a);var rt=a,st=x.callbackTimeout||300,ht=+new Date;return dn.requestAnimationFrame(function(){b()}),null}Kt.Wz=function(a){return Vr?(a===void 0&&(a={}),a.returnType="Image",this.Jx(a)):null},Kt.Jx=function(a){return a===void 0&&(a={}),fd(this,this.Xz,a)},Kt.Xz=function(a,y,x){var b=rm(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 kc+"data":E=b.getImageData(0,0,x.width,x.height);break;case kc:b=(a.document||document).createElement("img"),b.src=x.toDataURL(a.type,a.details),E=b;break;case"blob":return typeof y!="function"&&Le('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 rm(a,y,x,b){if(a.animationManager.Cc(),a.bd(),a.ta===null)return null;typeof y!="object"&&Le("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 nt=y.maxSize;y.maxSize===void 0&&(nt=x==="SVG"?new An(1/0,1/0):new An(2e3,2e3));var rt=y.position||null,st=y.parts||null,ht=y.padding===void 0?1:y.padding,dt=y.background||null,vt=y.omitTemporary;vt===void 0&&(vt=!0);var Nt=y.document||document,Wt=y.elementFinished||null,Ht=y.showTemporary;Ht===void 0&&(Ht=!vt),y=y.showGrid,y===void 0&&(y=Ht),E!==null&&isNaN(E.width)&&isNaN(E.height)&&(E=null),typeof ht=="number"?ht=new Fi(ht):ht instanceof Fi||Le("MakeImage padding must be a Margin or a number."),ht.left=Math.max(ht.left,0),ht.right=Math.max(ht.right,0),ht.top=Math.max(ht.top,0),ht.bottom=Math.max(ht.bottom,0),a.ib.Vc(!0),vt=new _a(null,Nt,void 0,!0);var ne=vt.context;if(!(E||z||st||rt))return vt.width=a.Aa+Math.ceil(ht.left+ht.right),vt.height=a.ya+Math.ceil(ht.top+ht.bottom),x==="SVG"?b===null?null:(b.resize(vt.width,vt.height,vt.width,vt.height),b.ownerDocument=Nt,b.hs=Wt,rf(a,b.context,ht,new An(vt.width,vt.height),a.Ca,a.pa,st,dt,Ht,y),b.context):(a.Xm=!1,rf(a,ne,ht,new An(vt.width,vt.height),a.Ca,a.pa,st,dt,Ht,y),a.Xm=!0,vt.context);var ve=a.Pp,de=a.documentBounds.copy();if(de.Fv(a.yb),Ht)for(var Pe=a.Wa.s,be=Pe.length,Ee=0;Ee<be;Ee++){var Be=Pe[Ee];if(Be.visible&&Be.isTemporary){Be=Be.Pa.s;for(var Ye=Be.length,Ln=0;Ln<Ye;Ln++){var _n=Be[Ln];_n.isInDocumentBounds&&_n.isVisible()&&(_n=_n.actualBounds,_n.w()&&de.ed(_n))}}}if(Pe=new ye(de.x,de.y),st!==null){for(be=new en(0,0,0,0),Ee=!0,Be=st.iterator,Be.reset();Be.next();)Ye=Be.value,Ye instanceof $n&&(Ln=Ye.layer,Ln!==null&&!Ln.visible||Ln!==null&&!Ht&&Ln.isTemporary||!Ye.isVisible()||(Ye=Ye.actualBounds,Ye.w()&&(Ee?(Ee=!1,be.assign(Ye)):be.ed(Ye))));de.width=be.width,de.height=be.height,Pe.x=be.x,Pe.y=be.y}return rt!==null&&rt.w()&&(Pe=rt,z||(z=ve)),be=rt=0,ht!==null&&(rt=ht.left+ht.right,be=ht.top+ht.bottom),Ee=Be=0,E!==null&&(Be=E.width,Ee=E.height,isFinite(Be)&&(Be=Math.max(0,Be-rt)),isFinite(Ee)&&(Ee=Math.max(0,Ee-be))),E!==null&&z!==null?(z==="NaN"&&(z=ve),E.w()?(E=Be,de=Ee):isNaN(Ee)?(E=Be,de=de.height*z):(E=de.width*z,de=Ee)):E!==null?E.w()?(z=Math.min(Be/de.width,Ee/de.height),E=Be,de=Ee):isNaN(Ee)?(z=Be/de.width,E=Be,de=de.height*z):(z=Ee/de.height,E=de.width*z,de=Ee):z!==null?z==="NaN"&&nt.w()?(z=Math.min((nt.width-rt)/de.width,(nt.height-be)/de.height),z>ve?(z=ve,E=de.width,de=de.height):(E=nt.width,de=nt.height)):(E=de.width*z,de=de.height*z):(z=ve,E=de.width,de=de.height),ht!==null?(E+=rt,de+=be):ht=new Fi(0),nt!==null&&(ve=nt.width,nt=nt.height,isNaN(ve)&&(ve=2e3),isNaN(nt)&&(nt=2e3),isFinite(ve)&&(E=Math.min(E,ve)),isFinite(nt)&&(de=Math.min(de,nt))),vt.width=Math.ceil(E),vt.height=Math.ceil(de),x==="SVG"?b===null?null:(b.resize(vt.width,vt.height,vt.width,vt.height),b.ownerDocument=Nt,b.hs=Wt,rf(a,b.context,ht,new An(Math.ceil(E),Math.ceil(de)),z,Pe,st,dt,Ht,y),b.context):(a.Xm=!1,rf(a,ne,ht,new An(Math.ceil(E),Math.ceil(de)),z,Pe,st,dt,Ht,y),a.Xm=!0,vt.context)}Ue.Object.defineProperties(Xe.prototype,{renderer:{get:function(){return this.nl},set:function(a){this instanceof bt||(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 Nl(this,dn.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 Nl(this,dn.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(dn,"resize",this.Ov,!1),this.removeEventListener(dn,"wheel",this.$j,!0),Hl===this&&(Hl=null)):this.ui===null&&(this.hf=!1),this.Ka=null,a!==null&&((y=a.H)&&(y.div=null),fg(this,a),this.hk())}}},$w:{get:function(){return this.Sq}},pi:{get:function(){return this.hf}},draggedLink:{get:function(){return this.nt},set:function(a){this.nt!==a&&(this.nt=a,a!==null&&(this.Vt=a.fromPort,this.Wt=a.toPort))}},Mx:{get:function(){return this.Vt},set:function(a){this.Vt=a}},Nx:{get:function(){return this.Wt},set:function(a){this.Wt=a}},animationManager:{get:function(){return this.Yd}},undoManager:{get:function(){return this.cc.undoManager}},skipsUndoManager:{get:function(){return this.Wg},set:function(a){this.Wg=a,this.cc.skipsUndoManager=a}},delaysLayout:{get:function(){return this.lt},set:function(a){this.lt=a}},opacity:{get:function(){return this.pb},set:function(a){var y=this.pb;y!==a&&((0>a||1<a)&&wn(a,"0 <= value <= 1",Xe,"opacity"),this.pb=a,this.g("opacity",y,a),this.N())}},validCycle:{get:function(){return this.wu},set:function(a){var y=this.wu;y!==a&&(this.wu=a,this.g("validCycle",y,a))}},layers:{get:function(){return this.Wa.iterator}},isModelReadOnly:{get:function(){var a=this.cc;return a===null?!1:a.isReadOnly},set:function(a){var y=this.cc;y!==null&&(y.isReadOnly=a)}},isReadOnly:{get:function(){return this.Gg},set:function(a){var y=this.Gg;y!==a&&(this.Gg=a,this.g("isReadOnly",y,a))}},isEnabled:{get:function(){return this.Jd},set:function(a){var y=this.Jd;y!==a&&(this.Jd=a,this.g("isEnabled",y,a))}},allowClipboard:{get:function(){return this.Us},set:function(a){var y=this.Us;y!==a&&(this.Us=a,this.g("allowClipboard",y,a))}},allowCopy:{get:function(){return this.Fi},set:function(a){var y=this.Fi;y!==a&&(this.Fi=a,this.g("allowCopy",y,a))}},allowDelete:{get:function(){return this.Gi},set:function(a){var y=this.Gi;y!==a&&(this.Gi=a,this.g("allowDelete",y,a))}},allowDragOut:{get:function(){return this.Vs},set:function(a){var y=this.Vs;y!==a&&(this.Vs=a,this.g("allowDragOut",y,a))}},allowDrop:{get:function(){return this.Ws},set:function(a){var y=this.Ws;y!==a&&(this.Ws=a,this.g("allowDrop",y,a))}},allowTextEdit:{get:function(){return this.Pi},set:function(a){var y=this.Pi;y!==a&&(this.Pi=a,this.g("allowTextEdit",y,a))}},allowGroup:{get:function(){return this.Hi},set:function(a){var y=this.Hi;y!==a&&(this.Hi=a,this.g("allowGroup",y,a))}},allowUngroup:{get:function(){return this.Qi},set:function(a){var y=this.Qi;y!==a&&(this.Qi=a,this.g("allowUngroup",y,a))}},allowInsert:{get:function(){return this.Ys},set:function(a){var y=this.Ys;y!==a&&(this.Ys=a,this.g("allowInsert",y,a))}},allowLink:{get:function(){return this.Ii},set:function(a){var y=this.Ii;y!==a&&(this.Ii=a,this.g("allowLink",y,a))}},allowRelink:{get:function(){return this.Ki},set:function(a){var y=this.Ki;y!==a&&(this.Ki=a,this.g("allowRelink",y,a))}},allowMove:{get:function(){return this.Ji},set:function(a){var y=this.Ji;y!==a&&(this.Ji=a,this.g("allowMove",y,a))}},allowReshape:{get:function(){return this.Li},set:function(a){var y=this.Li;y!==a&&(this.Li=a,this.g("allowReshape",y,a))}},allowResize:{get:function(){return this.Mi},set:function(a){var y=this.Mi;y!==a&&(this.Mi=a,this.g("allowResize",y,a))}},allowRotate:{get:function(){return this.Ni},set:function(a){var y=this.Ni;y!==a&&(this.Ni=a,this.g("allowRotate",y,a))}},allowSelect:{get:function(){return this.Oi},set:function(a){var y=this.Oi;y!==a&&(this.Oi=a,this.g("allowSelect",y,a))}},allowUndo:{get:function(){return this.Zs},set:function(a){var y=this.Zs;y!==a&&(this.Zs=a,this.g("allowUndo",y,a))}},allowZoom:{get:function(){return this.at},set:function(a){var y=this.at;y!==a&&(this.at=a,this.g("allowZoom",y,a))}},hasVerticalScrollbar:{get:function(){return this.nn},set:function(a){var y=this.nn;y!==a&&(this.nn=a,this.Ee=!0,this.N(),this.g("hasVerticalScrollbar",y,a),Ga(this,!1))}},hasHorizontalScrollbar:{get:function(){return this.mn},set:function(a){var y=this.mn;y!==a&&(this.mn=a,this.Ee=!0,this.N(),this.g("hasHorizontalScrollbar",y,a),Ga(this,!1))}},allowHorizontalScroll:{get:function(){return this.Xs},set:function(a){var y=this.Xs;y!==a&&(this.Xs=a,this.g("allowHorizontalScroll",y,a),Ga(this,!1))}},allowVerticalScroll:{get:function(){return this.$s},set:function(a){var y=this.$s;y!==a&&(this.$s=a,this.g("allowVerticalScroll",y,a),Ga(this,!1))}},scrollHorizontalLineChange:{get:function(){return this.iu},set:function(a){var y=this.iu;y!==a&&(0>a&&wn(a,">= 0",Xe,"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&&wn(a,">= 0",Xe,"scrollVerticalLineChange"),this.mu=a,this.g("scrollVerticalLineChange",y,a))}},lastInput:{get:function(){return this.cj},set:function(a){this.cj=a}},previousInput:{get:function(){return this.Qg},set:function(a){this.Qg=a}},firstInput:{get:function(){return this.bq},set:function(a){this.bq=a}},currentCursor:{get:function(){return this.it},set:function(a){if(a===""&&(a=this.Op),this.it!==a){var y=this.ta,x=this.Ka;if(y!==null&&x!==null){this.it=a;var b=y.style.cursor;y.style.cursor=a,x.style.cursor=a,y.style.cursor===b&&(y.style.cursor="-webkit-"+a,x.style.cursor="-webkit-"+a,y.style.cursor===b&&(y.style.cursor="-moz-"+a,x.style.cursor="-moz-"+a,y.style.cursor===b&&(y.style.cursor=a,x.style.cursor=a)))}}}},defaultCursor:{get:function(){return this.Op},set:function(a){a===""&&(a="auto");var y=this.Op;y!==a&&(this.Op=a,this.g("defaultCursor",y,a))}},click:{get:function(){return this.zh},set:function(a){var y=this.zh;y!==a&&(this.zh=a,this.g("click",y,a))}},doubleClick:{get:function(){return this.Fh},set:function(a){var y=this.Fh;y!==a&&(this.Fh=a,this.g("doubleClick",y,a))}},contextClick:{get:function(){return this.Bh},set:function(a){var y=this.Bh;y!==a&&(this.Bh=a,this.g("contextClick",y,a))}},mouseOver:{get:function(){return this.Qh},set:function(a){var y=this.Qh;y!==a&&(this.Qh=a,this.g("mouseOver",y,a))}},mouseHover:{get:function(){return this.Oh},set:function(a){var y=this.Oh;y!==a&&(this.Oh=a,this.g("mouseHover",y,a))}},mouseHold:{get:function(){return this.Nh},set:function(a){var y=this.Nh;y!==a&&(this.Nh=a,this.g("mouseHold",y,a))}},mouseDragOver:{get:function(){return this.Qt},set:function(a){var y=this.Qt;y!==a&&(this.Qt=a,this.g("mouseDragOver",y,a))}},mouseDrop:{get:function(){return this.Lh},set:function(a){var y=this.Lh;y!==a&&(this.Lh=a,this.g("mouseDrop",y,a))}},handlesDragDropForTopLevelParts:{get:function(){return this.xt},set:function(a){var y=this.xt;y!==a&&(this.xt=a,this.g("handlesDragDropForTopLevelParts",y,a))}},mouseEnter:{get:function(){return this.Mh},set:function(a){var y=this.Mh;y!==a&&(this.Mh=a,this.g("mouseEnter",y,a))}},mouseLeave:{get:function(){return this.Ph},set:function(a){var y=this.Ph;y!==a&&(this.Ph=a,this.g("mouseLeave",y,a))}},toolTip:{get:function(){return this.$h},set:function(a){var y=this.$h;y!==a&&(this.$h=a,this.g("toolTip",y,a))}},contextMenu:{get:function(){return this.Ch},set:function(a){var y=this.Ch;y!==a&&(this.Ch=a,this.g("contextMenu",y,a))}},commandHandler:{get:function(){return this.nb},set:function(a){this.nb!==a&&(this.nb=a,a.Xe(this))}},toolManager:{get:function(){return this.te},set:function(a){this.te!==a&&(this.te=a,a.diagram=this)}},defaultTool:{get:function(){return this.ob},set:function(a){var y=this.ob;y!==a&&(this.ob=a,a.diagram=this,this.currentTool===y&&(this.currentTool=a))}},currentTool:{get:function(){return this.hb},set:function(a){var y=this.hb;y&&(y.isActive&&y.doDeactivate(),y.cancelWaitAfter(),y.doStop()),a===null&&(a=this.defaultTool),a!==null&&(this.hb=a,a.diagram=this,a.doStart())}},selection:{get:function(){return this.Hw}},maxSelectionCount:{get:function(){return this.Nt},set:function(a){var y=this.Nt;if(y!==a)if(0<=a&&!isNaN(a)){if(this.Nt=a,this.g("maxSelectionCount",y,a),!this.undoManager.isUndoingRedoing&&(a=this.selection.count-a,0<a)){this.R("ChangingSelection",this.selection),y=this.selection.Fa();for(var x=0;x<a;x++)y[x].isSelected=!1;this.R("ChangedSelection",this.selection)}}else wn(a,">= 0",Xe,"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||tm(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&&Le("Do not replace a Diagram.model while a transaction is in progress."),this.animationManager.Cc(!0);var x=dg(this,!0);this.hf=!1,this.fn=!0,this.Ce=-2,this.kg=!1;var b=this.vb;this.vb=!0,_l(this.animationManager,"Model"),y&&(this.pf!==null&&this.pf.each(function(z){return y.ik(z)}),y.ik(this.Oc)),this.cc=a,this.partManager=Lg(this.cc.type);for(var E=0;E<x.length;E++)this.add(x[E]);a.Pe(this.Hb),this.partManager.addAllModeledParts(),a.ik(this.Hb),a.Pe(this.Oc),this.pf!==null&&this.pf.each(function(z){return a.Pe(z)}),this.vb=b,this.Ya(),this.vb||this.N(),y&&a.undoManager.copyProperties(y.undoManager)}}},aa:{get:function(){return this.rw},set:function(a){this.rw=a}},As:{get:function(){return this.sy}},skipsModelSourceBindings:{get:function(){return this.Iw},set:function(a){this.Iw=a}},Ns:{get:function(){return this.ou},set:function(a){this.ou=a}},nodeTemplate:{get:function(){return this.Lg.I("")},set:function(a){var y=this.Lg.I("");y!==a&&(this.Lg.add("",a),this.g("nodeTemplate",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},nodeTemplateMap:{get:function(){return this.Lg},set:function(a){var y=this.Lg;y!==a&&(this.Lg=a,this.g("nodeTemplateMap",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},groupTemplate:{get:function(){return this.Yi.I("")},set:function(a){var y=this.Yi.I("");y!==a&&(this.Yi.add("",a),this.g("groupTemplate",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},groupTemplateMap:{get:function(){return this.Yi},set:function(a){var y=this.Yi;y!==a&&(this.Yi=a,this.g("groupTemplateMap",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},linkTemplate:{get:function(){return this.Kh.I("")},set:function(a){var y=this.Kh.I("");y!==a&&(this.Kh.add("",a),this.g("linkTemplate",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},linkTemplateMap:{get:function(){return this.Kh},set:function(a){var y=this.Kh;y!==a&&(this.Kh=a,this.g("linkTemplateMap",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},isMouseCaptured:{get:function(){return this.qw},set:function(a){var y=this.ta;y!==null&&(y=y.Oa,y instanceof SVGElement||(a?(this.lastInput.bubbles=!1,this.removeEventListener(y,"pointermove",this.dk,!1),this.removeEventListener(y,"pointerdown",this.ui,!1),this.removeEventListener(y,"pointerup",this.fk,!1),this.removeEventListener(y,"pointerout",this.ek,!1),this.removeEventListener(y,"pointercancel",this.ck,!1),this.addEventListener(dn,"pointermove",this.dk,!0),this.addEventListener(dn,"pointerdown",this.ui,!0),this.addEventListener(dn,"pointerup",this.fk,!0),this.addEventListener(dn,"pointerout",this.ek,!0),this.addEventListener(dn,"pointercancel",this.ck,!0),this.removeEventListener(y,"wheel",this.$j,!1),this.addEventListener(dn,"wheel",this.$j,!0),this.addEventListener(dn,"selectstart",this.preventDefault,!1)):(this.removeEventListener(dn,"pointermove",this.dk,!0),this.removeEventListener(dn,"pointerdown",this.ui,!0),this.removeEventListener(dn,"pointerup",this.fk,!0),this.removeEventListener(dn,"pointerout",this.ek,!0),this.removeEventListener(dn,"pointercancel",this.ck,!0),this.addEventListener(y,"pointermove",this.dk,!1),this.addEventListener(y,"pointerdown",this.ui,!1),this.addEventListener(y,"pointerup",this.fk,!1),this.addEventListener(y,"pointerout",this.ek,!1),this.addEventListener(y,"pointercancel",this.ck,!1),this.removeEventListener(dn,"wheel",this.$j,!0),this.removeEventListener(dn,"selectstart",this.preventDefault,!1),this.addEventListener(y,"wheel",this.$j,!1)),this.qw=a))}},position:{get:function(){return this.pa},set:function(a){var y=ye.alloc().assign(this.pa);if(!y.D(a)){var x=this.viewportBounds.copy();this.pa.assign(a),Up(this.animationManager,y,this.pa),this.vb||this.ta===null&&!this.wo.w()?Tl(this):(this.vb=!0,a=this.scale,mg(this,this.Sp,this.Aa/a,this.ya/a,this.zk,!1),this.vb=!1),this.vb||this.onViewportBoundsChanged(x,this.viewportBounds,this.Ca,!1)}ye.free(y)}},initialPosition:{get:function(){return this.zt},set:function(a){this.zt.D(a)||(this.zt=a.J())}},initialScale:{get:function(){return this.At},set:function(a){this.At!==a&&(this.At=a)}},grid:{get:function(){return this.fe===null&&(this.fe=Jp(this)),this.fe},set:function(a){var y=this.fe;if(y!==a){y===null&&(y=this.fe=Jp(this)),a.type!==pn.Grid&&Le("Diagram.grid must be a Panel of type Panel.Grid");var x=y.panel;x!==null&&x.remove(y),this.fe=a,a.name="GRID",x!==null&&x.add(a),Ml(this),this.N(),this.g("grid",y,a)}}},viewportBounds:{get:function(){return this.Rw}},viewSize:{get:function(){return this.wo},set:function(a){var y=this.viewSize;y.D(a)||(this.wo=a=a.J(),this.ya=this.Aa=0,a.w()?(this.Aa=a.width,this.ya=a.height):this.Ka!==null&&(this.Aa=this.Ka.clientWidth||1,this.ya=this.Ka.clientHeight||1),Tl(this),this.Ya(),this.g("viewSize",y,a),this.redraw())}},fixedBounds:{get:function(){return this.ut},set:function(a){var y=this.ut;y.D(a)||(a.width!==-1/0&&a.height!==1/0&&a.height!==-1/0||Le("fixedBounds width/height must not be Infinity"),this.ut=a=a.J(),this.Ya(),this.g("fixedBounds",y,a))}},scrollMargin:{get:function(){return this.rj},set:function(a){typeof a=="number"&&(a=new Fi(a));var y=this.rj;y.D(a)||(this.rj=a=a.J(),this.g("scrollMargin",y,a),this.hk())}},scrollMode:{get:function(){return this.sj},set:function(a){var y=this.sj;y!==a&&(this.sj=a,a===Vu&&Ga(this,!1),this.g("scrollMode",y,a),this.Ee=!0,this.N())}},scrollsPageOnFocus:{get:function(){return this.nu},set:function(a){var y=this.nu;y!==a&&(this.nu=a,this.g("scrollsPageOnFocus",y,a))}},positionComputation:{get:function(){return this.Zt},set:function(a){var y=this.Zt;y!==a&&(this.Zt=a,Ga(this,!1),this.g("positionComputation",y,a))}},scaleComputation:{get:function(){return this.fu},set:function(a){var y=this.fu;y!==a&&(this.fu=a,Ag(this,this.scale,this.scale),this.g("scaleComputation",y,a))}},documentBounds:{get:function(){return this.Sp}},isVirtualized:{get:function(){return this.It},set:function(a){var y=this.It;y!==a&&(this.It=a,this.g("isVirtualized",y,a))}},scale:{get:function(){return this.Ca},set:function(a){var y=this.Ca;y!==a&&Ag(this,y,a)}},defaultScale:{get:function(){return this.Pp},set:function(a){this.Pp=a}},autoScale:{get:function(){return this.yh},set:function(a){var y=this.yh;y!==a&&(this.yh=a,this.g("autoScale",y,a),a!==us&&Ga(this,!1))}},initialAutoScale:{get:function(){return this.Fg},set:function(a){var y=this.Fg;y!==a&&(this.Fg=a,this.g("initialAutoScale",y,a))}},initialViewportSpot:{get:function(){return this.Bt},set:function(a){var y=this.Bt;y!==a&&(a.sb()||Le("initialViewportSpot must be a specific Spot: "+a),this.Bt=a,this.g("initialViewportSpot",y,a))}},initialDocumentSpot:{get:function(){return this.yt},set:function(a){var y=this.yt;y!==a&&(a.sb()||Le("initialViewportSpot must be a specific Spot: "+a),this.yt=a,this.g("initialDocumentSpot",y,a))}},minScale:{get:function(){return this.Ot},set:function(a){var y=this.Ot;y!==a&&(0<a?(this.Ot=a,this.g("minScale",y,a),a>this.scale&&(this.scale=a)):wn(a,"> 0",Xe,"minScale"))}},maxScale:{get:function(){return this.Mt},set:function(a){var y=this.Mt;y!==a&&(0<a?(this.Mt=a,this.g("maxScale",y,a),a<this.scale&&(this.scale=a)):wn(a,"> 0",Xe,"maxScale"))}},zoomPoint:{get:function(){return this.zu},set:function(a){this.zu.D(a)||(this.zu=a=a.J())}},contentAlignment:{get:function(){return this.zk},set:function(a){var y=this.zk;y.D(a)||(this.zk=a=a.J(),this.g("contentAlignment",y,a),Ga(this,!1))}},initialContentAlignment:{get:function(){return this.pq},set:function(a){var y=this.pq;y.D(a)||(this.pq=a=a.J(),this.g("initialContentAlignment",y,a))}},padding:{get:function(){return this.yb},set:function(a){typeof a=="number"&&(a=new Fi(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&&Le("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();)Xg(a.value)}},treeCollapsePolicy:{get:function(){return this.uu},set:function(a){var y=this.uu;y!==a&&(a!==Yu&&a!==co&&a!==gf&&Le("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 An(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 Fi(a));var y=this.xp;y.D(a)||(this.xp=a=a.J(),this.Ya(),this.g("autoScrollRegion",y,a))}}}),Ue.Object.defineProperties(Xe,{licenseKey:{get:function(){return Rg.jc()},set:function(a){Rg.add(a.replace(/\s/g,""))}},version:{get:function(){return Lc}}}),Xe.prototype.makeImageData=Xe.prototype.Jx,Xe.prototype.makeImage=Xe.prototype.Wz,Xe.prototype.cacheGroupExternalLinks=Xe.prototype.Fu,Xe.prototype.addRenderer=Xe.prototype.bs,Xe.prototype.makeSVG=Xe.prototype.av,Xe.prototype.makeSvg=Xe.prototype.Cs,Xe.prototype.stopAutoScroll=Xe.prototype.ug,Xe.prototype.doAutoScroll=Xe.prototype.gs,Xe.prototype.isUnoccupied=Xe.prototype.Yj,Xe.prototype.raiseDiagramEvent=Xe.prototype.R,Xe.prototype.removeDiagramListener=Xe.prototype.am,Xe.prototype.addDiagramListener=Xe.prototype.Bj,Xe.prototype.findTreeRoots=Xe.prototype.yz,Xe.prototype.layoutDiagram=Xe.prototype.Uz,Xe.prototype.findTopLevelGroups=Xe.prototype.qz,Xe.prototype.findTopLevelNodesAndLinks=Xe.prototype.rz,Xe.prototype.ensureBounds=Xe.prototype.Va,Xe.prototype.findLinksByExample=Xe.prototype.ls,Xe.prototype.findNodesByExample=Xe.prototype.ms,Xe.prototype.findLinkForData=Xe.prototype.Kc,Xe.prototype.findNodeForData=Xe.prototype.ii,Xe.prototype.findPartForData=Xe.prototype.Lc,Xe.prototype.findLinkForKey=Xe.prototype.findLinkForKey,Xe.prototype.findNodeForKey=Xe.prototype.Vb,Xe.prototype.findPartForKey=Xe.prototype.findPartForKey,Xe.prototype.rebuildParts=Xe.prototype.Wd,Xe.prototype.transformViewToDoc=Xe.prototype.Ps,Xe.prototype.transformRectDocToView=Xe.prototype.zA,Xe.prototype.transformDocToView=Xe.prototype.op,Xe.prototype.centerRect=Xe.prototype.es,Xe.prototype.scrollToRect=Xe.prototype.tv,Xe.prototype.scroll=Xe.prototype.scroll,Xe.prototype.highlightCollection=Xe.prototype.Jz,Xe.prototype.highlight=Xe.prototype.Iz,Xe.prototype.selectCollection=Xe.prototype.rA,Xe.prototype.select=Xe.prototype.select,Xe.prototype.updateAllRelationshipsFromData=Xe.prototype.rp,Xe.prototype.updateAllTargetBindings=Xe.prototype.updateAllTargetBindings,Xe.prototype.commit=Xe.prototype.commit,Xe.prototype.rollbackTransaction=Xe.prototype.Kf,Xe.prototype.commitTransaction=Xe.prototype.eb,Xe.prototype.startTransaction=Xe.prototype.Ea,Xe.prototype.raiseChanged=Xe.prototype.g,Xe.prototype.raiseChangedEvent=Xe.prototype.cb,Xe.prototype.removeChangedListener=Xe.prototype.ik,Xe.prototype.addChangedListener=Xe.prototype.Pe,Xe.prototype.removeModelChangedListener=Xe.prototype.mA,Xe.prototype.addModelChangedListener=Xe.prototype.Yw,Xe.prototype.findLayer=Xe.prototype.Qj,Xe.prototype.removeLayer=Xe.prototype.kA,Xe.prototype.addLayerAfter=Xe.prototype.Cy,Xe.prototype.addLayerBefore=Xe.prototype.Ww,Xe.prototype.addLayer=Xe.prototype.Al,Xe.prototype.moveParts=Xe.prototype.moveParts,Xe.prototype.copyParts=Xe.prototype.Kj,Xe.prototype.removeParts=Xe.prototype.Is,Xe.prototype.remove=Xe.prototype.remove,Xe.prototype.add=Xe.prototype.add,Xe.prototype.clearDelayedGeometries=Xe.prototype.bx,Xe.prototype.setProperties=Xe.prototype.nm,Xe.prototype.attach=Xe.prototype.Du,Xe.prototype.set=Xe.prototype.set,Xe.prototype.resetInputOptions=Xe.prototype.Sx,Xe.prototype.setInputOption=Xe.prototype.sA,Xe.prototype.getInputOption=Xe.prototype.Ql,Xe.prototype.resetRenderingHints=Xe.prototype.Tx,Xe.prototype.setRenderingHint=Xe.prototype.Xx,Xe.prototype.getRenderingHint=Xe.prototype.Gf,Xe.prototype.maybeUpdate=Xe.prototype.bd,Xe.prototype.requestUpdate=Xe.prototype.$b,Xe.prototype.delayInitialization=Xe.prototype.Xy,Xe.prototype.isUpdateRequested=Xe.prototype.Pz,Xe.prototype.invalidateDocumentBounds=Xe.prototype.Ya,Xe.prototype.findObjectsNear=Xe.prototype.og,Xe.prototype.findPartsNear=Xe.prototype.mz,Xe.prototype.findObjectsIn=Xe.prototype.Cf,Xe.prototype.findPartsIn=Xe.prototype.ux,Xe.prototype.findObjectsAt=Xe.prototype.ji,Xe.prototype.findPartsAt=Xe.prototype.lz,Xe.prototype.findObjectAt=Xe.prototype.ic,Xe.prototype.findPartAt=Xe.prototype.Ol,Xe.prototype.focusObject=Xe.prototype.zz,Xe.prototype.alignDocument=Xe.prototype.Jy,Xe.prototype.zoomToRect=Xe.prototype.BA,Xe.prototype.zoomToFit=Xe.prototype.zoomToFit,Xe.prototype.diagramScroll=Xe.prototype.kx,Xe.prototype.focus=Xe.prototype.focus;var ff=new li,om=null,Vr=dn.document!==void 0,Ac=null,Rh="",us=new sn(Xe,"None",0),pa=new sn(Xe,"Uniform",1),jh=new sn(Xe,"UniformToFill",2),gd=new sn(Xe,"CycleAll",10),Fg=new sn(Xe,"CycleNotDirected",11),Dg=new sn(Xe,"CycleNotDirectedFast",12),Bg=new sn(Xe,"CycleNotUndirected",13),Og=new sn(Xe,"CycleDestinationTree",14),Ig=new sn(Xe,"CycleSourceTree",15),Vu=new sn(Xe,"DocumentScroll",1),pd=new sn(Xe,"InfiniteScroll",2),Yu=new sn(Xe,"TreeParentCollapsed",21),co=new sn(Xe,"AllParentsCollapsed",22),gf=new sn(Xe,"AnyParentsCollapsed",23),Rg=new fn,Lc="2.3.10",kc="image",md=null,sm=!1;function es(){if(Vr){var a=dn.document.createElement("canvas"),y=a.getContext("2d"),x=an("7ca11abfd022028846");y[x]=an("398c3597c01238");for(var b=["5da73c80a36455d7038e4972187c3cae51fd22",Dn.Dx+"4ae6247590da4bb21c324ba3a84e385776",bi.xF+"fb236cdfda5de14c134ba1a95a2d4c7cc6f93c1387",Re.za],E=1;5>E;E++)y[an("7ca11abfd7330390")](an(b[E-1]),10,15*E);for(y[x]=an("39f046ebb36e4b"),x=1;5>x;x++)y[an("7ca11abfd7330390")](an(b[x-1]),10,15*x);(b.length!==4||b[0][0]!=="5"||b[3][0]!=="7")&&(bi.prototype.Cd=bi.prototype.Eu),md=a}}Xe.className="Diagram",Xe.fromDiv=function(a){var y=a;return typeof a=="string"&&(y=dn.document.getElementById(a)),y instanceof HTMLDivElement&&y.H instanceof Xe?y.H:null},Xe.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},Xe.useDOM=function(a){Vr=a?dn.document!==void 0:!1},Xe.isUsingDOM=function(){return Vr},Xe.None=us,Xe.Uniform=pa,Xe.UniformToFill=jh,Xe.CycleAll=gd,Xe.CycleNotDirected=Fg,Xe.CycleNotDirectedFast=Dg,Xe.CycleNotUndirected=Bg,Xe.CycleDestinationTree=Og,Xe.CycleSourceTree=Ig,Xe.DocumentScroll=Vu,Xe.InfiniteScroll=pd,Xe.TreeParentCollapsed=Yu,Xe.AllParentsCollapsed=co,Xe.AnyParentsCollapsed=gf;function am(){this.wy=null,this.j="zz@orderNum",this._tk==="63ad05bbe23a1786468a4c741b6d2"?this.Rc=this.j=!0:this.Rc=null}function Ec(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=dn[an("76a715b2f73f148a")][an("72ba13b5")]||"";if(a.Rc=!0,Vr){var b=Xe[an("76a115b6ed251eaf4692")];if(b)for(var E=Rg.iterator;E.next()&&(b=E.value,b=an(b).split(an("39e9")),!(6>b.length));){var z=an(b[1]).split(".");if(b[4]!=="7da71ca0")break;var nt=an(Dn[an("6cae19")]).split(".");if(z[0]>nt[0]||z[0]===nt[0]&&z[1]>=nt[1]){var rt=dn[an("74a900bae4370f8b51")][an("6fbb13a1c2311e8a57")].toLowerCase();if(nt=rt[an("73a612b6fb191d")](an("3aad1ab6e022098b4dc4")),z=an(b[2]),-1<nt&&(rt=rt[an("73a612b6fb191d")](z.toLowerCase()+"/"),a.Rc=!(-1<rt&&rt<nt),!a.Rc))break;for(nt=x[an("76ad18b4f73e")],rt=x[an("73a612b6fb191d")](an("35e7"))+2;rt<nt;rt++)y+=x[rt];if(nt=y[an("73a612b6fb191d")](z),0>nt&&z!==an("7da71ca0ad381e90")&&(nt=y[an("73a612b6fb191d")](an("76a715b2ef3e149757"))),0>nt&&(nt=y[an("73a612b6fb191d")](an("76a715b2ef3e149757"))),0>nt&&(nt=y[an("73a612b6fb191d")](an("2bfa41fdb3784bca12"))),0>nt&&(nt=x[an("73a612b6fb191d")](an("7baa19a6f76c1988428554"))),a.Rc=!(0<=nt&&nt<y[an("73a612b6fb191d")](an("35"))||y[an("73a612b6fb191d")](an("35"))===-1),!a.Rc||x[an("73a612b6fb191d")](an("7fb002b6ed25128b4da25b2e"))&&(a.Rc=!(-1<x[an("73a612b6fb191d")](z)),!a.Rc)||(nt=dn[an("76a715b2f73f148a")][an("69ad17a1e03e")],rt=nt[an("73a612b6fb191d")](an("7fb002b6ed25128b4da25b2e")),-1<rt&&(a.Rc=!(nt[an("73a612b6fb191d")](z)>rt),!a.Rc)))break;if(z[0]==="#"){nt=dn.document.createElement("div");for(var st=b[0].replace(/[A-Za-z]/g,"");4>st.length;)st+="9";if(rt=st,st=st.substr(st.length-4),b="",b+=["gsh","gsf"][parseInt(st.substr(0,1),10)%2],b+=["Header","Background","Display","Feedback"][parseInt(st.substr(0,1),10)%4],nt[an("79a417a0f0181a8946")]=b,dn.document[an("78a712aa")]){dn.document[an("78a712aa")][an("7bb806b6ed32388c4a875b")](nt),st=dn.getComputedStyle(nt).getPropertyValue(an("78a704b7e62456904c9b12701b6532a8"));var ht=dn.getComputedStyle(nt).getPropertyValue(an("75b817b0ea2202"));if(dn.document[an("78a712aa")][an("68ad1bbcf533388c4a875b")](nt),st){if(nt=dn[an("77a902b0eb1b1e804a8a")],ht==="0."+parseInt(rt,10)%100||st.indexOf(parseInt(z[1]+z[2],16))!==-1&&st.indexOf(parseInt(z[3]+z[4],16))!==-1){a.Rc=!1;break}else if(nt&&nt(an("32ae19a1e0331fc94084537c067a67fa59f1386b89d006")).matches)for(b="."+b,z=0;z<document.styleSheets.length;z++){nt=document.styleSheets[z].rules||document.styleSheets[z].cssRules;for(var dt in nt)if(b===nt[dt].selectorText){a.Rc=!1;break t}}}}else a.Rc=null,a.Rc=!1}}}else{for(dt=x[an("76ad18b4f73e")],E=x[an("73a612b6fb191d")](an("35e7"))+2;E<dt;E++)y+=x[E];x=y[an("73a612b6fb191d")](an("7da71ca0ad381e90")),a.Rc=!(0<=x&&x<y[an("73a612b6fb191d")](an("35")))}}}return 0<a.Rc&&a!==a.wy}am.className="DiagramHelper";function gu(a){this.j=a===void 0?new ye:a,this.o=new ye}Ue.Object.defineProperties(gu.prototype,{point:{get:function(){return this.j},set:function(a){this.j=a}},shifted:{get:function(){return this.o},set:function(a){this.o=a}}});var vd="DraggingInfo";gu.className="DraggingInfo";function it(a,y,x){this.node=a,this.info=y,this.Su=x}it.className="DraggingNodeInfoPair";function at(){this.reset()}at.prototype.reset=function(){this.isGridSnapEnabled=!1,this.isGridSnapRealtime=!0,this.gridSnapCellSize=new An(NaN,NaN).freeze(),this.gridSnapCellSpot=mr,this.gridSnapOrigin=new ye(NaN,NaN).freeze(),this.groupsSnapMembers=this.dragsTree=this.dragsLink=!1,this.dragsMembers=this.groupsAlwaysMove=!0},at.className="DraggingOptions";function mt(a,y){if(typeof a=="string"||dn.Element&&a instanceof Element)var x=Xe.call(this,a)||this;else x=Xe.call(this)||this,y=a;return pt(x),y&&x.nm(y),x}_e(mt,Xe);function pt(a){a.allowDragOut=!0,a.allowMove=!1,a.isReadOnly=!0,a.contentAlignment=Qr,a.layout=new Oo}mt.prototype.reset=function(){Xe.prototype.reset.call(this),pt(this)},mt.className="Palette";function bt(a,y){if(typeof a=="string"||dn.Element&&a instanceof Element)var x=Xe.call(this,a)||this;else x=Xe.call(this)||this,y=a;var b=x;x.animationManager.isEnabled=!1,x.vb=!0,x.V=null,x.mn=!1,x.nn=!1,x.F=!0,x.u=!0,x.ia=0,x.o=!1,x.ql=null,x.Xx("drawShadows",!1),a=new $n;var E=new ki;return E.stroke="magenta",E.strokeWidth=2,E.fill="transparent",E.name="BOXSHAPE",a.selectable=!0,a.selectionAdorned=!1,a.selectionObjectName="BOXSHAPE",a.locationObjectName="BOXSHAPE",a.resizeObjectName="BOXSHAPE",a.cursor="move",a.add(E),x.j=a,x.allowCopy=!1,x.allowDelete=!1,x.allowSelect=!0,x.autoScrollRegion=new Fi(0,0,0,0),x.pa.h(0,0),x.toolManager.gb("Dragging",new Se,x.toolManager.mouseMoveTools),x.click=function(){var z=b.observed;if(z!==null){var nt=z.viewportBounds,rt=b.lastInput.documentPoint;z.position=new ye(rt.x-nt.width/2,rt.y-nt.height/2)}},x.Pf=function(){b.Ya(),le(b)},x.Xd=function(){b.observed!==null&&(b.Ya(),b.N())},x.Ha=function(){1>b.updateDelay?b.N():b.o||(b.o=!0,setTimeout(function(){return b.redraw()},b.updateDelay))},x.Of=function(){b.observed!==null&&le(b)},x.autoScale=pa,x.vb=!1,y&&Object.assign(x,y),x}_e(bt,Xe),bt.prototype.computePixelRatio=function(){return 1},bt.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(Pc(this),this.ql===null){var x=new _a(null);x.width=a.width,x.height=a.height,this.ql=x}try{this.ta=this.ql,this.ib=this.ta.context,this.ib.Vc(!0),this.ib.setTransform(1,0,0,1,0,0),this.ib.clearRect(0,0,this.ta.width,this.ta.height),Zt(this)}finally{this.ta=a,this.ib=y}}}Xe.prototype.redraw.call(this)},bt.prototype.gc=function(){if(this.Ka===null&&Le("No div specified"),this.ta===null&&Le("No canvas specified"),!(this.ta instanceof Nl)&&(Iv(this.box),this.Fc)){var a=this.observed;if(a!==null&&!a.animationManager.defaultAnimation.isAnimating&&a.pi){Pc(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?Zt(this):this.ql!==null&&(a.drawImage(this.ql.Oa,0,0),y=this.Ab,y.reset(),this.scale!==1&&y.scale(this.scale),this.position.x===0&&this.position.y===0||y.translate(-this.position.x,-this.position.y),a.scale(this.Mb,this.Mb),a.transform(y.m11,y.m12,y.m21,y.m22,y.dx,y.dy),a.yc()),y=this.Wa.s;for(var x=y.length,b=0;b<x;b++)y[b].gc(a,this);this.Fc=this.vd=!1}}};function Zt(a){var y=a.observed;if(y!==null){var x=a.drawsTemporaryLayers,b=a.drawsGrid&&x,E=y.grid;b&&E!==null&&E.visible&&!isNaN(E.width)&&!isNaN(E.height)&&(E=en.alloc().assign(a.viewportBounds).ed(y.viewportBounds),Ml(y,E),en.free(E),Vo(y));var z=a.Ab;z.reset(),a.scale!==1&&z.scale(a.scale),a.position.x===0&&a.position.y===0||z.translate(-a.position.x,-a.position.y),E=a.ib,E.scale(a.Mb,a.Mb),E.transform(z.m11,z.m12,z.m21,z.m22,z.dx,z.dy),E.yc(),y=y.Wa.s,z=y.length;for(var nt=0;nt<z;nt++){var rt=y[nt],st=a;if(rt.visible&&rt.opacity!==0){var ht=rt.diagram.grid.part;if(!x&&rt.isTemporary)b&&ht.layer===rt&&(rt=fu(rt,E),ht.gc(E,st),E.globalAlpha=rt);else{for(var dt=fu(rt,E),vt=st.scale,Nt=en.alloc(),Wt=rt.Pa.s,Ht=Wt.length,ne=0;ne<Ht;ne++){var ve=Wt[ne];(b||ve!==ht)&&rt.Oj(E,ve,st,null,vt,Nt,!1)}en.free(Nt),E.globalAlpha=dt}}}}}function le(a){var y=a.box;if(y!==null){var x=a.observed;if(x!==null){a.Fc=!0,x=x.viewportBounds;var b=y.selectionObject,E=An.alloc();E.h(x.width,x.height),b.desiredSize=E,An.free(E),a=2/a.scale,b instanceof ki&&(b.strokeWidth=a),y.location=new ye(x.x-a/2,x.y-a/2),y.isSelected=!0}}}bt.prototype.computeBounds=function(){var a=this.observed;if(a===null)return gs;var y=a.documentBounds.copy();return y.ed(a.viewportBounds),y},bt.prototype.invalidateViewport=function(){this.Fc!==!0&&(this.Fc=!0,this.$b())},bt.prototype.onViewportBoundsChanged=function(a,y,x,b){this.vb||(this.vd=!0,this.N(),this.Ee=!0,this.Ya(),le(this),this.fc.scale=x,this.fc.position.x=a.x,this.fc.position.y=a.y,this.fc.bounds.assign(a),this.fc.Oz=b,this.R("ViewportBoundsChanged",this.fc,a))},Ue.Object.defineProperties(bt.prototype,{observed:{get:function(){return this.V},set:function(a){var y=this.V;if(a instanceof bt&&Le("Overview.observed Diagram may not be an Overview itself: "+a),y!==a){if(y!==null&&(this.remove(this.box),y.am("ViewportBoundsChanged",this.Pf),y.am("DocumentBoundsChanged",this.Xd),y.am("InvalidateDraw",this.Ha),y.am("AnimationFinished",this.Of)),this.V=a,a!==null&&(a.Bj("ViewportBoundsChanged",this.Pf),a.Bj("DocumentBoundsChanged",this.Xd),a.Bj("InvalidateDraw",this.Ha),a.Bj("AnimationFinished",this.Of),this.add(this.box)),this.Ya(),a===null){this.ql=null;var x=this.ta,b=this.ib;x&&b&&(b.setTransform(1,0,0,1,0,0),b.clearRect(0,0,x.width,x.height))}else this.Ha(null),le(this),this.N();this.g("observed",y,a)}}},box:{get:function(){return this.j},set:function(a){var y=this.j;y!==a&&(this.j=a,this.remove(y),this.add(this.j),le(this),this.g("box",y,a))}},drawsTemporaryLayers:{get:function(){return this.F},set:function(a){this.F!==a&&(this.F=a,this.redraw())}},drawsGrid:{get:function(){return this.u},set:function(a){this.u!==a&&(this.u=a,this.redraw())}},updateDelay:{get:function(){return this.ia},set:function(a){0>a&&(a=0),this.ia!==a&&(this.ia=a)}}}),bt.className="Overview";function Se(){Wr.call(this),this.j=null}_e(Se,Wr),Se.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(a===null||!a.allowMove||!a.allowSelect)return!1;var y=a.observed;if(y===null)return!1;var x=a.lastInput;return!x.left||a.currentTool!==this&&(!this.isBeyondDragSize()||x.isTouchEvent&&x.timestamp-a.firstInput.timestamp<this.delay)?!1:(this.findDraggablePart()===null&&(x=y.viewportBounds,this.j=new ye(x.width/2,x.height/2),a=a.firstInput.documentPoint,y.position=new ye(a.x-this.j.x,a.y-this.j.y)),!0)},Se.prototype.doActivate=function(){this.j=null,Wr.prototype.doActivate.call(this)},Se.prototype.doUpdateCursor=function(){var a=this.diagram,y=a.box;y!==null&&y.cursor&&(a.currentCursor=y.cursor)},Se.prototype.moveParts=function(){var a=this.diagram,y=a.observed;if(y!==null){var x=a.box;if(x!==null){if(this.j===null){var b=a.firstInput.documentPoint;x=x.location,this.j=new ye(b.x-x.x,b.y-x.y)}a=a.lastInput.documentPoint,y.position=new ye(a.x-this.j.x,a.y-this.j.y)}}},Se.className="OverviewDraggingTool";function me(){si(this),this.H=Hl,this.Ha=this.u=this.o=!0,this.F=this.V=this.nb=this.ia=!1,this.ij=this.j=null,this.Hb=1.05,this.Jt=NaN,this.sw=null,this.Au=NaN,this.yu=gs,this.hb=!0,this.cg=null,this.ob=200}me.prototype.toString=function(){return"CommandHandler"},me.prototype.Xe=function(a){this.H=a},me.prototype.doKeyDown=function(){var a=this.diagram,y=a.lastInput,x=Ri?y.meta:y.control,b=y.shift,E=y.alt,z=y.key;!x||z!=="C"&&z!=="Insert"?x&&z==="X"||b&&z==="Del"?this.canCutSelection()&&this.cutSelection():x&&z==="V"||b&&z==="Insert"?this.canPasteSelection()&&this.pasteSelection():x&&z==="Y"||E&&b&&z==="Backspace"?this.canRedo()&&this.redo():x&&z==="Z"||E&&z==="Backspace"?this.canUndo()&&this.undo():z==="Del"||z==="Backspace"?this.canDeleteSelection()&&this.deleteSelection():x&&z==="A"?this.canSelectAll()&&this.selectAll():z==="Esc"?this.canStopCommand()&&this.stopCommand():z==="Up"?a.allowVerticalScroll&&(x?a.scroll("pixel","up"):a.scroll("line","up")):z==="Down"?a.allowVerticalScroll&&(x?a.scroll("pixel","down"):a.scroll("line","down")):z==="Left"?a.allowHorizontalScroll&&(x?a.scroll("pixel","left"):a.scroll("line","left")):z==="Right"?a.allowHorizontalScroll&&(x?a.scroll("pixel","right"):a.scroll("line","right")):z==="PageUp"?b&&a.allowHorizontalScroll?a.scroll("page","left"):a.allowVerticalScroll&&a.scroll("page","up"):z==="PageDown"?b&&a.allowHorizontalScroll?a.scroll("page","right"):a.allowVerticalScroll&&a.scroll("page","down"):z==="Home"?x&&a.allowVerticalScroll?a.scroll("document","up"):!x&&a.allowHorizontalScroll&&a.scroll("document","left"):z==="End"?x&&a.allowVerticalScroll?a.scroll("document","down"):!x&&a.allowHorizontalScroll&&a.scroll("document","right"):z===" "?this.canScrollToPart()&&this.scrollToPart():z==="Subtract"?this.canDecreaseZoom()&&this.decreaseZoom():z==="Add"?this.canIncreaseZoom()&&this.increaseZoom():x&&z==="0"?this.canResetZoom()&&this.resetZoom():b&&z==="Z"?this.canZoomToFit()&&this.zoomToFit():x&&!b&&z==="G"?this.canGroupSelection()&&this.groupSelection():x&&b&&z==="G"?this.canUngroupSelection()&&this.ungroupSelection():z==="F2"||y.event&&y.event.key==="F2"?this.canEditTextBlock()&&this.editTextBlock():z==="ContextMenu"||y.event&&y.event.key==="ContextMenu"?this.canShowContextMenu()&&this.showContextMenu():y.bubbles=!0:this.canCopySelection()&&this.copySelection()},me.prototype.doKeyUp=function(){this.diagram.lastInput.bubbles=!0},me.prototype.stopCommand=function(){var a=this.diagram,y=a.currentTool;y instanceof Br&&a.allowSelect&&a.clearSelection(),y!==null&&y.doCancel()},me.prototype.canStopCommand=function(){return!0},me.prototype.selectAll=function(){var a=this.diagram;a.N();try{a.currentCursor="wait",a.R("ChangingSelection",a.selection);for(var y=a.parts;y.next();)y.value.isSelected=!0;for(var x=a.nodes;x.next();)x.value.isSelected=!0;for(var b=a.links;b.next();)b.value.isSelected=!0}finally{a.R("ChangedSelection",a.selection),a.currentCursor=""}},me.prototype.canSelectAll=function(){return this.diagram.allowSelect},me.prototype.deleteSelection=function(){var a=this.diagram;try{a.currentCursor="wait",a.R("ChangingSelection",a.selection),a.Ea("Delete"),a.R("SelectionDeleting",a.selection);for(var y=new gn,x=a.selection.iterator;x.next();)Uh(y,x.value,!0,this.deletesTree?1/0:0,this.deletesConnectedLinks?null:!1,function(b){return b.canDelete()});a.Is(y,!0),a.R("SelectionDeleted",y)}finally{a.eb("Delete"),a.R("ChangedSelection",a.selection),a.currentCursor=""}},me.prototype.canDeleteSelection=function(){var a=this.diagram;return!(a.isReadOnly||a.isModelReadOnly||!a.allowDelete||a.selection.count===0)},me.prototype.copySelection=function(){var a=this.diagram,y=new gn;for(a=a.selection.iterator;a.next();)Uh(y,a.value,!0,this.copiesTree?1/0:0,this.copiesConnectedLinks,function(x){return x.canCopy()});this.copyToClipboard(y)},me.prototype.canCopySelection=function(){var a=this.diagram;return!!(a.allowCopy&&a.allowClipboard&&a.selection.count!==0)},me.prototype.cutSelection=function(){this.copySelection(),this.deleteSelection()},me.prototype.canCutSelection=function(){var a=this.diagram;return!!(!a.isReadOnly&&!a.isModelReadOnly&&a.allowCopy&&a.allowDelete&&a.allowClipboard&&a.selection.count!==0)},me.prototype.copyToClipboard=function(a){var y=this.diagram,x=null;if(a===null)Ac=null,Rh="";else{x=y.model;var b=!1,E=!1,z=null;try{x.Tl()&&(b=x.Jj,x.Jj=this.copiesParentKey),x.Wj()&&(E=x.Ij,x.Ij=this.copiesGroupKey),z=y.Kj(a,null,!0)}finally{x.Tl()&&(x.Jj=b),x.Wj()&&(x.Ij=E),x=new fn,x.addAll(z),Ac=x,Rh=y.model.dataFormat}}y.R("ClipboardChanged",x)},me.prototype.pasteFromClipboard=function(){var a=new gn,y=Ac;if(y===null)return a;var x=this.diagram;if(Rh!==x.model.dataFormat)return a;var b=x.model,E=!1,z=!1,nt=null;try{b.Tl()&&(E=b.Jj,b.Jj=this.copiesParentKey),b.Wj()&&(z=b.Ij,b.Ij=this.copiesGroupKey),nt=x.Kj(y,x,!1)}finally{for(b.Tl()&&(b.Jj=E),b.Wj()&&(b.Ij=z),y=nt.iterator;y.next();)x=y.value,b=y.key,x.location.w()||(b.location.w()?x.location=b.location:!x.position.w()&&b.position.w()&&(x.position=b.position)),a.add(x)}return a},me.prototype.pasteSelection=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.currentCursor="wait",y.R("ChangingSelection",y.selection),y.Ea("Paste");var x=this.pasteFromClipboard();0<x.count&&y.clearSelection(!0);for(var b=x.iterator;b.next();)b.value.isSelected=!0;if(a!==null){var E=y.computePartsBounds(y.selection);if(E.w()){var z=this.computeEffectiveCollection(y.selection,y.Wm);Bh(y,z,new ye(a.x-E.centerX,a.y-E.centerY),y.Wm,!1)}}y.R("ClipboardPasted",x)}finally{y.eb("Paste"),y.R("ChangedSelection",y.selection),y.currentCursor=""}},me.prototype.canPasteSelection=function(){var a=this.diagram;return!(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.allowClipboard||Ac===null||Ac.count===0||Rh!==a.model.dataFormat)},me.prototype.undo=function(){this.diagram.undoManager.undo()},me.prototype.canUndo=function(){var a=this.diagram;return a.isReadOnly||a.isModelReadOnly?!1:a.allowUndo&&a.undoManager.canUndo()},me.prototype.redo=function(){this.diagram.undoManager.redo()},me.prototype.canRedo=function(){var a=this.diagram;return a.isReadOnly||a.isModelReadOnly?!1:a.allowUndo&&a.undoManager.canRedo()},me.prototype.decreaseZoom=function(a){a===void 0&&(a=1/this.zoomFactor);var y=this.diagram;y.autoScale===us&&(a=y.scale*a,a<y.minScale||a>y.maxScale||(y.scale=a))},me.prototype.canDecreaseZoom=function(a){a===void 0&&(a=1/this.zoomFactor);var y=this.diagram;return y.autoScale!==us?!1:(a=y.scale*a,a<y.minScale||a>y.maxScale?!1:y.allowZoom)},me.prototype.increaseZoom=function(a){a===void 0&&(a=this.zoomFactor);var y=this.diagram;y.autoScale===us&&(a=y.scale*a,a<y.minScale||a>y.maxScale||(y.scale=a))},me.prototype.canIncreaseZoom=function(a){a===void 0&&(a=this.zoomFactor);var y=this.diagram;return y.autoScale!==us?!1:(a=y.scale*a,a<y.minScale||a>y.maxScale?!1:y.allowZoom)},me.prototype.resetZoom=function(a){a===void 0&&(a=this.defaultScale);var y=this.diagram;a<y.minScale||a>y.maxScale||(y.scale=a)},me.prototype.canResetZoom=function(a){a===void 0&&(a=this.defaultScale);var y=this.diagram;return a<y.minScale||a>y.maxScale?!1:y.allowZoom},me.prototype.zoomToFit=function(){var a=this.diagram,y=a.animationManager;y.Cc(),a.redraw();var x=a.position,b=a.scale;_l(y,"Zoom To Fit"),this.isZoomToFitRestoreEnabled&&b===this.Au&&!isNaN(this.Jt)&&a.documentBounds.D(this.yu)?(a.scale=this.Jt,a.position=this.sw,this.Au=NaN,this.yu=gs):(this.Jt=b,this.sw=x.copy(),a.zoomToFit(),this.Au=a.scale,this.yu=a.documentBounds.copy()),Qd(y)},me.prototype.canZoomToFit=function(){return this.diagram.allowZoom},me.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(st){this.cg=null}a===null&&(0<y.highlighteds.count?this.cg=y.highlighteds.iterator:0<y.selection.count&&(this.cg=y.selection.iterator),this.cg!==null&&this.cg.next()&&(a=this.cg.value))}if(a!==null){var x=y.animationManager;_l(x,"Scroll To Part");var b=this.scrollToPartPause;if(0<b){var E=Te(this,a,[a]);if(E.length===1)y.Ea(),y.es(a.actualBounds),y.eb("Scroll To Part");else{var z=function(){y.Ea();for(var st=E.pop();0<E.length&&st instanceof kn&&st.isTreeExpanded&&(!(st instanceof yi)||st.isSubGraphExpanded);)st=E.pop();0<E.length?(st instanceof $n&&y.tv(st.actualBounds),st instanceof kn&&!st.isTreeExpanded&&(st.isTreeExpanded=!0),st instanceof yi&&!st.isSubGraphExpanded&&(st.isSubGraphExpanded=!0)):(st instanceof $n&&y.es(st.actualBounds),y.am("LayoutCompleted",nt)),y.eb("Scroll To Part")},nt=function(){Ze(z,(x.isEnabled?x.duration:0)+b)};y.Bj("LayoutCompleted",nt),z()}}else{var rt=y.position.copy();y.es(a.actualBounds),rt.Xa(y.position)&&x.Cc()}}};function Te(a,y,x){if(y.isVisible())return x;if(y instanceof $i)Te(a,y.adornedPart,x);else if(y instanceof vn){var b=y.fromNode;b!==null&&Te(a,b,x),y=y.toNode,y!==null&&Te(a,y,x)}else y instanceof kn&&(b=y.labeledLink,b!==null&&Te(a,b,x),b=y.pg(),b!==null&&(b.isTreeExpanded||b.wasTreeExpanded||x.push(b),Te(a,b,x))),y=y.containingGroup,y!==null&&(y.isSubGraphExpanded||y.wasSubGraphExpanded||x.push(y),Te(a,y,x));return x}me.prototype.canScrollToPart=function(a){return a===void 0&&(a=null),a!==null&&!(a instanceof $n)?!1:(a=this.diagram,a.selection.count===0&&a.highlighteds.count===0?!1:a.allowHorizontalScroll&&a.allowVerticalScroll)},me.prototype.collapseTree=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Collapse Tree"),_l(y.animationManager,"Collapse Tree");var x=new fn;if(a!==null&&a.isTreeExpanded)a.collapseTree(),x.add(a);else if(a===null)for(var b=y.selection.iterator;b.next();){var E=b.value;E instanceof kn&&E.isTreeExpanded&&(E.collapseTree(),x.add(E))}y.R("TreeCollapsed",x)}finally{y.eb("Collapse Tree")}},me.prototype.canCollapseTree=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null){if(!(a instanceof kn&&a.isTreeExpanded))return!1;if(0<a.Qo().count)return!0}else for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof kn&&y.isTreeExpanded&&0<y.Qo().count)return!0;return!1},me.prototype.expandTree=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Expand Tree"),_l(y.animationManager,"Expand Tree");var x=new fn;if(a!==null&&!a.isTreeExpanded)a.expandTree(),x.add(a);else if(a===null)for(var b=y.selection.iterator;b.next();){var E=b.value;E instanceof kn&&!E.isTreeExpanded&&(E.expandTree(),x.add(E))}y.R("TreeExpanded",x)}finally{y.eb("Expand Tree")}},me.prototype.canExpandTree=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null){if(!(a instanceof kn)||a.isTreeExpanded)return!1;if(0<a.Qo().count)return!0}else for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof kn&&!y.isTreeExpanded&&0<y.Qo().count)return!0;return!1},me.prototype.groupSelection=function(){var a=this.diagram,y=a.model;if(y.Xj()){var x=this.archetypeGroupData;if(x!==null){var b=null;try{a.currentCursor="wait",a.R("ChangingSelection",a.selection),a.Ea("Group");for(var E=new fn,z=a.selection.iterator;z.next();){var nt=z.value;nt.Zc()&&nt.canGroup()&&E.add(nt)}for(var rt=new fn,st=E.iterator;st.next();){var ht=st.value;z=!1;for(var dt=E.iterator;dt.next();)if(ht.Td(dt.value)){z=!0;break}z||rt.add(ht)}if(0<rt.count){var vt=rt.first().containingGroup;if(vt!==null)for(;vt!==null;){E=!1;for(var Nt=rt.iterator;Nt.next();)if(!Nt.value.Td(vt)){E=!0;break}if(E)vt=vt.containingGroup;else break}if(x instanceof yi)Ha(x),b=x.copy(),b!==null&&a.add(b);else if(y.Yu(x)){var Wt=y.copyNodeData(x);rn(Wt)&&(y.xf(Wt),b=a.ii(Wt))}if(b!==null){vt!==null&&this.isValidMember(vt,b)&&(b.containingGroup=vt);for(var Ht=rt.iterator;Ht.next();){var ne=Ht.value;this.isValidMember(b,ne)&&(ne.containingGroup=b)}a.clearSelection(!0),b.isSelected=!0}}a.R("SelectionGrouped",b)}finally{a.eb("Group"),a.R("ChangedSelection",a.selection),a.currentCursor=""}}}},me.prototype.canGroupSelection=function(){var a=this.diagram;if(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.allowGroup||!a.model.Xj()||this.archetypeGroupData===null)return!1;for(a=a.selection.iterator;a.next();){var y=a.value;if(y.Zc()&&y.canGroup())return!0}return!1};function tn(a){var y=Vn();for(a=a.iterator;a.next();){var x=a.value;x instanceof vn||y.push(x)}a=new gn,x=y.length;for(var b=0;b<x;b++){for(var E=y[b],z=!0,nt=0;nt<x;nt++)if(E.Td(y[nt])){z=!1;break}z&&a.add(E)}return Tn(y),a}me.prototype.isValidMember=function(a,y){if(y===null||a===y||y instanceof vn)return!1;if(a!==null){if(a===y||a.Td(y))return!1;var x=a.memberValidation;if(x!==null&&!x(a,y)||a.data===null&&y.data!==null||a.data!==null&&y.data===null)return!1}return x=this.memberValidation,x!==null?x(a,y):!0},me.prototype.ungroupSelection=function(a){a===void 0&&(a=null);var y=this.diagram,x=y.model;if(x.Xj())try{y.currentCursor="wait",y.R("ChangingSelection",y.selection),y.Ea("Ungroup");var b=new fn;if(a!==null)b.add(a);else for(var E=y.selection.iterator;E.next();){var z=E.value;z instanceof yi&&z.canUngroup()&&b.add(z)}var nt=new fn;if(0<b.count){y.clearSelection(!0);for(var rt=b.iterator;rt.next();){var st=rt.value;st.expandSubGraph();var ht=st.containingGroup,dt=ht!==null&&ht.data!==null?x.wa(ht.data):void 0;nt.addAll(st.memberParts);for(var vt=nt.iterator;vt.next();){var Nt=vt.value;if(Nt.isSelected=!0,!(Nt instanceof vn)){var Wt=Nt.data;Wt!==null?x.mp(Wt,dt):Nt.containingGroup=ht}}y.remove(st)}}y.R("SelectionUngrouped",b,nt)}finally{y.eb("Ungroup"),y.R("ChangedSelection",y.selection),y.currentCursor=""}},me.prototype.canUngroupSelection=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly||y.isModelReadOnly||!y.allowDelete||!y.allowUngroup||!y.model.Xj())return!1;if(a!==null){if(!(a instanceof yi))return!1;if(a.canUngroup())return!0}else for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof yi&&y.canUngroup())return!0;return!1},me.prototype.addTopLevelParts=function(a,y){var x=!0;for(a=tn(a).iterator;a.next();){var b=a.value;b.containingGroup!==null&&(!y||this.isValidMember(null,b)?b.containingGroup=null:x=!1)}return x},me.prototype.collapseSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Collapse SubGraph"),_l(y.animationManager,"Collapse SubGraph");var x=new fn;if(a!==null&&a.isSubGraphExpanded)a.collapseSubGraph(),x.add(a);else if(a===null)for(var b=y.selection.iterator;b.next();){var E=b.value;E instanceof yi&&E.isSubGraphExpanded&&(E.collapseSubGraph(),x.add(E))}y.R("SubGraphCollapsed",x)}finally{y.eb("Collapse SubGraph")}},me.prototype.canCollapseSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null)return!!(a instanceof yi&&a.isSubGraphExpanded);for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof yi&&y.isSubGraphExpanded)return!0;return!1},me.prototype.expandSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Expand SubGraph"),_l(y.animationManager,"Expand SubGraph");var x=new fn;if(a!==null&&!a.isSubGraphExpanded)a.expandSubGraph(),x.add(a);else if(a===null)for(var b=y.selection.iterator;b.next();){var E=b.value;E instanceof yi&&!E.isSubGraphExpanded&&(E.expandSubGraph(),x.add(E))}y.R("SubGraphExpanded",x)}finally{y.eb("Expand SubGraph")}},me.prototype.canExpandSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null)return a instanceof yi&&!a.isSubGraphExpanded;for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof yi&&!y.isSubGraphExpanded)return!0;return!1},me.prototype.editTextBlock=function(a){a===void 0&&(a=null);var y=this.diagram,x=y.toolManager.findTool("TextEditing");if(x!==null){if(a===null){a=null;for(var b=y.selection.iterator;b.next();){var E=b.value;if(E.canEdit()){a=E;break}}if(a===null)return;a=a.Nl(function(z){return z instanceof Pr&&z.editable})}a!==null&&(y.currentTool=null,x.textBlock=a,y.currentTool=x)}},me.prototype.canEditTextBlock=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly||y.isModelReadOnly||!y.allowTextEdit||y.toolManager.findTool("TextEditing")===null)return!1;if(a!==null){if(!(a instanceof Pr))return!1;if(a=a.part,a!==null&&a.canEdit())return!0}else for(y=y.selection.iterator;y.next();)if(a=y.value,a.canEdit()&&(a=a.Nl(function(x){return x instanceof Pr&&x.editable}),a!==null))return!0;return!1},me.prototype.showContextMenu=function(a){var y=this.diagram,x=y.toolManager.findTool("ContextMenu");if(x!==null&&(a===void 0&&(a=0<y.selection.count?y.selection.first():y),a=x.findObjectWithContextMenu(a),a!==null)){var b=y.lastInput,E=null;a instanceof Oe?E=a.ga(nr):y.viewportBounds.ca(b.documentPoint)||(E=y.viewportBounds,E=new ye(E.x+E.width/2,E.y+E.height/2)),E!==null&&(b.viewPoint=y.op(E),b.documentPoint=E,b.left=!1,b.right=!0,b.up=!0),y.currentTool=x,hu(x,!1,a)}},me.prototype.canShowContextMenu=function(a){var y=this.diagram,x=y.toolManager.findTool("ContextMenu");return x===null?!1:(a===void 0&&(a=0<y.selection.count?y.selection.first():y),x.findObjectWithContextMenu(a)!==null)},me.prototype.computeEffectiveCollection=function(a,y){var x=this.diagram,b=x.toolManager.findTool("Dragging"),E=x.currentTool===b;if(y===void 0&&(y=E?b.dragOptions:x.Wm),b=new li,a===null)return b;for(var z=a.iterator;z.next();)Vl(x,b,z.value,E,y);if(x.draggedLink!==null&&y.dragsLink)return b;for(z=a.iterator;z.next();)a=z.value,a instanceof vn&&(y=a.fromNode,y===null||b.contains(y)?(y=a.toNode,y===null||b.contains(y)||b.remove(a)):b.remove(a));return b},Ue.Object.defineProperties(me.prototype,{diagram:{get:function(){return this.H}},copiesClipboardData:{get:function(){return this.o},set:function(a){this.o=a}},copiesConnectedLinks:{get:function(){return this.u},set:function(a){this.u=a}},deletesConnectedLinks:{get:function(){return this.Ha},set:function(a){this.Ha=a}},copiesTree:{get:function(){return this.ia},set:function(a){this.ia=a}},deletesTree:{get:function(){return this.nb},set:function(a){this.nb=a}},copiesParentKey:{get:function(){return this.V},set:function(a){this.V=a}},copiesGroupKey:{get:function(){return this.F},set:function(a){this.F=a}},archetypeGroupData:{get:function(){return this.j},set:function(a){this.j=a}},memberValidation:{get:function(){return this.ij},set:function(a){this.ij=a}},defaultScale:{get:function(){return this.diagram.defaultScale},set:function(a){this.diagram.defaultScale=a}},zoomFactor:{get:function(){return this.Hb},set:function(a){1<a||Le("zoomFactor must be larger than 1.0, not: "+a),this.Hb=a}},isZoomToFitRestoreEnabled:{get:function(){return this.hb},set:function(a){this.hb=a}},scrollToPartPause:{get:function(){return this.ob},set:function(a){this.ob=a}}}),me.className="CommandHandler",Zp=function(){return new me};function Oe(){si(this),this.l=30723,this.pb=1,this.bn="",this.Ma=this.Me=null,this.pa=new ye(NaN,NaN).freeze(),this.jd=_r,this.Ab=new bi,this.wh=new bi,this.Lb=null,this.Ca=this.Kk=1,this.Kb=0,this.Kg=Qs,this.uc=new en(NaN,NaN,NaN,NaN).freeze(),this.Ib=new en(NaN,NaN,NaN,NaN).freeze(),this.dc=new en(0,0,NaN,NaN).freeze(),this.ba=this.Yn=this.Zn=null,this.sk=this.Jb=Mo,this.Ag=this.io=0,this.V=this.tb=this.Dh=this.A=this.Ua=null,this.Uc=!1,this.jo=this.Ng=null}var cn,hn,Zn,Qn,ai,Pi,Ui,Ni,Zi,gr;Oe.prototype.cloneProtected=function(a){a.l=this.l|6144,a.pb=this.pb,a.bn=this.bn,a.Ma=this.Ma,a.pa.assign(this.pa),a.jd=this.jd.J(),this.Lb!==null?a.Lb=this.Lb.copy():a.Lb=null,a.Ca=this.Ca,a.Kb=this.Kb,a.Kg=this.Kg.J(),a.uc.assign(this.uc),a.Ib.assign(this.Ib),a.dc.assign(this.dc),a.Yn=this.Yn,this.ba!==null&&(a.ba=this.ba.copy()),a.Jb=this.Jb.J(),a.sk=this.sk.J(),a.io=this.io,a.Ag=this.Ag,this.Ua!==null&&(a.Ua=this.Ua.copy()),this.A!==null&&(a.A=this.A.nc?this.A:this.A.copy()),this.Dh!==null&&(a.Dh=Bn(this.Dh)),this.tb!==null&&(a.tb=this.tb.copy())},Oe.prototype.Vw=function(a){var y=this.Dh;if(Pn(y)){for(var x=0;x<y.length;x++)if(y[x]===a)return}else this.Dh=y=[];y.push(a)},Oe.prototype.Af=function(a){a.Zn=null,a.Ng=null,a.v()},Oe.prototype.clone=function(){var a=new this.constructor;if(this.cloneProtected(a),this.Dh!==null)for(var y=0;y<this.Dh.length;y++){var x=this.Dh[y];a[x]=this[x]}return a},Oe.prototype.copy=function(){return this.clone()},Kt=Oe.prototype,Kt.qb=function(a){a.classType===vn?a.name.indexOf("Orient")===0?this.segmentOrientation=a:Le("Unknown Link enum value for GraphObject.segmentOrientation property: "+a):a.classType===Oe&&(this.stretch=a)},Kt.toString=function(){return Kn(this.constructor)+"#"+Ai(this)},Kt.th=function(){this.A!==null&&(this.A.nc=!0)};function Mi(a){a.A===null?a.A=new Sd:a.A.nc&&(a.A=a.A.copy())}Kt.Xc=function(){if(this.ba===null){var a=new jg;a.Xi=Yi,a.yj=Yi,a.Vi=10,a.wj=10,a.Wi=0,a.xj=0,this.ba=a}},Kt.cb=function(a,y,x,b,E,z,nt){var rt=this.part;if(rt!==null&&(rt.gk(a,y,x,b,E,z,nt),x===this&&a===Or&&zo(this)&&Er(this,rt,y),z=this.diagram,this.animationTriggers===null||z===null||!z.pi||z.undoManager.isUndoingRedoing||z.animationManager.Dm||(a=this.animationTriggers.get(y),a!==null&&z.animationManager.isEnabled&&!z.animationManager.isTicking&&(this.jo===null&&(this.jo=new li),nt=z.undoManager.transactionLevel===0,a.startCondition===Nh?nt=!0:a.startCondition===yc&&(nt=!1),nt?(z=new Ko,Hp(a,z),nt=this.jo.get(a),nt!==null&&nt.stop(),this.jo.add(a,z),z.vu=this,z.Nw=a,z.add(this,y,b,E),z.start()):(_l(z.animationManager,"Trigger"),z.animationManager.defaultAnimation.add(this,y,b,E)))),this instanceof pn&&x===rt&&(rt.l&16777216)!==0&&rt.data!==null))for(x=this.O.s,b=x.length,E=0;E<b;E++)rt=x[E],rt instanceof pn&&Fc(rt,function(st){st.data!==null&&st.l&16777216&&st.La(y)})};function Er(a,y,x){var b=a.ih();if(b!==null)for(var E=a.localBindings.iterator;E.next();){var z=E.value,nt=null;if(z.sourceName!==null){if(nt=kS(z,b,a),nt===null)continue;z.sp(a,nt,x,null)}else if(z.isToModel){var rt=y.diagram;rt===null||rt.skipsModelSourceBindings||z.sp(a,rt.model.modelData,x,b)}else{if(rt=b.data,rt===null)continue;var st=y.diagram;st===null||st.skipsModelSourceBindings||z.sp(a,rt,x,b)}nt===a&&(rt=b.ks(z.Ai),rt!==null&&z.Mv(rt,nt,x))}}Kt.ks=function(a){return this.bindingId===a?this:null},Kt.g=function(a,y,x){this.cb(Or,a,this,y,x)},Kt.Ge=function(a,y,x,b){var E=this.uc;if(E.h(a,y,x,b),this.Ca!==1||this.Kb!==0){this.Lb===null&&(this.Lb=new bi);var z=this.Lb;z.reset(),this.no(z,a,y,x,b),z.pp(E)}};function Co(a,y,x,b){return a.pickable===!1?!1:(b.multiply(a.transform),x?a.Yc(y,b):a.fh(y,b))}Kt.tx=function(a,y,x){if(this.pickable===!1)return!1;var b=this.naturalBounds;return y=a.Bf(y),x?er(a.x,a.y,0,0,0,b.height)<=y||er(a.x,a.y,0,b.height,b.width,b.height)<=y||er(a.x,a.y,b.width,b.height,b.width,0)<=y||er(a.x,a.y,b.width,0,0,0)<=y:a.zd(0,0)<=y&&a.zd(0,b.height)<=y&&a.zd(b.width,0)<=y&&a.zd(b.width,b.height)<=y},Kt.se=function(){return!0},Kt.ca=function(a){var y=ye.alloc();y.assign(a),this.transform.Ga(y);var x=this.actualBounds;if(!x.w())return ye.free(y),!1;var b=this.diagram;if(b!==null&&b.wq){var E=b.Ql("extraTouchThreshold"),z=b.Ql("extraTouchArea"),nt=z/2,rt=this.naturalBounds;b=this.Df()*b.scale;var st=1/b;if(rt.width*b<E&&rt.height*b<E)return a=Ro(x.x-nt*st,x.y-nt*st,x.width+z*st,x.height+z*st,y.x,y.y),ye.free(y),a}return E=!1,(this instanceof $i||this instanceof ki?Ro(x.x-5,x.y-5,x.width+10,x.height+10,y.x,y.y):x.ca(y))&&(this.tb&&!this.tb.ca(y)?E=!1:this.areaBackground!==null&&x.ca(y)||this.Ma!==null&&this.dc.ca(a)?E=!0:E=this.gh(a)),ye.free(y),E},Kt.gh=function(a){var y=this.naturalBounds;return Ro(0,0,y.width,y.height,a.x,a.y)},Kt.Re=function(a){if(this.angle===0)return this.actualBounds.Re(a);var y=this.naturalBounds;y=en.allocAt(0,0,y.width,y.height);var x=this.transform,b=!1,E=ye.allocAt(a.x,a.y);return y.ca(x.Cd(E))&&(E.h(a.x,a.bottom),y.ca(x.Cd(E))&&(E.h(a.right,a.bottom),y.ca(x.Cd(E))&&(E.h(a.right,a.y),y.ca(x.Cd(E))&&(b=!0)))),ye.free(E),en.free(y),b},Kt.fh=function(a,y){if(y===void 0)return a.Re(this.actualBounds);var x=this.naturalBounds,b=!1,E=ye.allocAt(0,0);return a.ca(y.Ga(E))&&(E.h(0,x.height),a.ca(y.Ga(E))&&(E.h(x.width,x.height),a.ca(y.Ga(E))&&(E.h(x.width,0),a.ca(y.Ga(E))&&(b=!0)))),ye.free(E),b},Kt.Yc=function(a,y){if(y===void 0&&(y=this.transform,this.angle===0))return a.Yc(this.actualBounds);var x=this.naturalBounds,b=ye.allocAt(0,0),E=ye.allocAt(0,x.height),z=ye.allocAt(x.width,x.height),nt=ye.allocAt(x.width,0),rt=!1;if(a.ca(y.Ga(b))||a.ca(y.Ga(E))||a.ca(y.Ga(z))||a.ca(y.Ga(nt)))rt=!0;else{x=en.allocAt(0,0,x.width,x.height);var st=ye.allocAt(a.x,a.y);x.ca(y.Cd(st))?rt=!0:(st.h(a.x,a.bottom),x.ca(y.Cd(st))?rt=!0:(st.h(a.right,a.bottom),x.ca(y.Cd(st))?rt=!0:(st.h(a.right,a.y),x.ca(y.Cd(st))&&(rt=!0)))),ye.free(st),en.free(x),!rt&&(Re.us(a,b,E)||Re.us(a,E,z)||Re.us(a,z,nt)||Re.us(a,nt,b))&&(rt=!0)}return ye.free(b),ye.free(E),ye.free(z),ye.free(nt),rt},Kt.ga=function(a,y){if(y===void 0&&(y=new ye),a instanceof Nn){var x=this.naturalBounds;y.h(a.x*x.width+a.offsetX,a.y*x.height+a.offsetY)}else y.set(a);return this.oe.Ga(y),y},Kt.mi=function(a){a===void 0&&(a=new en);var y=this.naturalBounds,x=this.oe,b=ye.allocAt(0,0).transform(x);return a.h(b.x,b.y,0,0),b.h(y.width,0).transform(x),Zr(a,b.x,b.y,0,0),b.h(y.width,y.height).transform(x),Zr(a,b.x,b.y,0,0),b.h(0,y.height).transform(x),Zr(a,b.x,b.y,0,0),ye.free(b),a},Kt.li=function(){var a=this.oe;return a.m11===1&&a.m12===0?a=0:(a=180*Math.atan2(a.m12,a.m11)/Math.PI,0>a&&(a+=360)),a},Kt.Df=function(){if(!(this.l&4096))return this.Kk;var a=this.Ca;return this.panel!==null?a*this.panel.Df():a},Kt.qs=function(a,y){return y===void 0&&(y=new ye),y.assign(a),this.oe.Cd(y),y},Kt.rs=function(a,y,x){return this.Sj(a.x,a.y,y.x,y.y,x)},Kt.Sj=function(a,y,x,b,E){var z=this.transform,nt=1/(z.m11*z.m22-z.m12*z.m21),rt=z.m22*nt,st=-z.m12*nt,ht=-z.m21*nt,dt=z.m11*nt,vt=nt*(z.m21*z.dy-z.m22*z.dx),Nt=nt*(z.m12*z.dx-z.m11*z.dy);return this.areaBackground!==null?(z=this.actualBounds,Re.Ff(z.left,z.top,z.right,z.bottom,a,y,x,b,E)):(nt=a*rt+y*ht+vt,a=a*st+y*dt+Nt,y=x*rt+b*ht+vt,x=x*st+b*dt+Nt,E.h(0,0),b=this.naturalBounds,x=Re.Ff(0,0,b.width,b.height,nt,a,y,x,E),E.transform(z),x)},Oe.prototype.measure=function(a,y,x,b){if(va(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 nt=this.kq();z===90||z===270?(a=isFinite(E.height)?E.height+nt:a,y=isFinite(E.width)?E.width+nt:y):(a=isFinite(E.width)?E.width+nt:a,y=isFinite(E.height)?E.height+nt:y),E=x||0,nt=b||0;var rt=this instanceof pn;switch(js(this,!0)){case hn:nt=E=0,rt&&(y=a=1/0);break;case cn:isFinite(a)&&a>x&&(E=a),isFinite(y)&&y>b&&(nt=y);break;case Qn:isFinite(a)&&a>x&&(E=a),nt=0,rt&&(y=1/0);break;case ai:isFinite(y)&&y>b&&(nt=y),E=0,rt&&(a=1/0)}rt=this.maxSize;var st=this.minSize;E>rt.width&&st.width<rt.width&&(E=rt.width),nt>rt.height&&st.height<rt.height&&(nt=rt.height),x=Math.max(E,st.width),b=Math.max(nt,st.height),rt.width<x&&(x=Math.min(st.width,x)),rt.height<b&&(b=Math.min(st.height,b)),a=Math.min(rt.width,a),y=Math.min(rt.height,y),a=Math.max(x,a),y=Math.max(b,y),(z===90||z===270)&&(z=a,a=y,y=z,z=x,x=b,b=z),this.uc.ka(),this.Wl(a,y,x,b),this.uc.freeze(),this.uc.w()||Le("Non-real measuredBounds has been set. Object "+this+", measuredBounds: "+this.uc.toString()),fo(this,!1)}},Oe.prototype.Wl=function(){},Oe.prototype.Dd=function(){return!1},Oe.prototype.arrange=function(a,y,x,b,E){this.Uk();var z=en.alloc();z.assign(this.Ib),this.Ib.ka(),ws(this)===!1?this.Ib.h(a,y,x,b):this.eh(a,y,x,b),this.Ib.freeze(),E===void 0?this.tb=null:this.tb=E,x=!1,E!==void 0?x=!0:(E=this.panel,E!==null&&Ju(E)&&(E=E.panel),E!==null&&(E=E.dc,b=this.measuredBounds,this.areaBackground!==null&&(b=this.Ib),x=y+b.height,b=a+b.width,x=!(0<=a+.05&&b<=E.width+.05&&0<=y+.05&&x<=E.height+.05),this instanceof Pr&&(a=this.naturalBounds,this.Lq>a.height||this.Cb>a.width))&&(x=!0)),this.l=x?this.l|256:this.l&-257,this.Ib.w()||Le("Non-real actualBounds has been set. Object "+this+", actualBounds: "+this.Ib.toString()),this.Xl(z,this.Ib),Yl(this,!1),en.free(z)},Kt=Oe.prototype,Kt.eh=function(){};function hs(a,y,x,b,E){if(a.Ib.h(y,x,b,E),!a.desiredSize.w()){var z=a.uc;x=a.Kg,y=x.right+x.left;var nt=x.top+x.bottom;switch(x=z.width+y,z=z.height+nt,b+=y,E+=nt,y=js(a,!0),x===b&&z===E&&(y=hn),y){case hn:(x>b||z>E)&&(fo(a,!0),a.measure(x>b?b:x,z>E?E:z,0,0));break;case cn:fo(a,!0),a.measure(b,E,0,0);break;case Qn:fo(a,!0),a.measure(b,z,0,0);break;case ai:fo(a,!0),a.measure(x,E,0,0)}}}Kt.Xl=function(a,y){var x=this.part;x!==null&&x.diagram!==null&&(x.selectionObject!==this&&x.resizeObject!==this&&x.rotateObject!==this||zv(x,!0),this.N(),Pl(a,y)||(x.oh(),this.Pn(x)))},Kt.Pn=function(a){this.portId!==null&&(zv(a,!0),a instanceof kn&&H1(a,this))},Kt.gc=function(a,y){if(!La(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 pn&&Ju(this),nt=this.Ib;if(z){var rt=this.Ib,st=this.dc,ht=this.areaBackground,dt=this.Ma;ht===null&&dt===null||a.yc(),ht!==null&&(Xr(this,a,ht,!0,!0,st,rt),ht instanceof lr&&ht.type===Ma?(a.beginPath(),a.rect(rt.x,rt.y,rt.width,rt.height),a.ng(ht)):a.fillRect(rt.x,rt.y,rt.width,rt.height)),dt!==null&&(Xr(this,a,dt,!0,!1,st,rt),dt instanceof lr&&dt.type===Ma?(a.beginPath(),a.rect(rt.x,rt.y,rt.width,rt.height),a.ng(dt)):a.fillRect(rt.x,rt.y,rt.width,rt.height)),this.hh(a,y)}if(!z&&(z||nt.width!==0&&nt.height!==0&&!isNaN(nt.x)&&!isNaN(nt.y))){z=this.transform,rt=this.panel,this.l&4096&&Bo(this),ht=this.part,st=!1;var vt=0;ht&&y.Gf("drawShadows")&&(st=ht.isShadowed)&&(dt=ht.shadowOffset,vt=Math.max(dt.y,dt.x)*y.scale*y.Mb),dt=this.Dd();var Nt;if(!(Nt=y.$i||!dt)){var Wt=this.naturalBounds;Nt=this.wh;var Ht=Nt.m11,ne=Nt.m21,ve=Nt.dx,de=Nt.m12,Pe=Nt.m22,be=Nt.dy,Ee,Be=Ee=0;Nt=Ee*Ht+Be*ne+ve;var Ye=Ee*de+Be*Pe+be;Ee=Wt.width+vt,Be=0;var Ln=Ee*Ht+Be*ne+ve;Ee=Ee*de+Be*Pe+be,Be=Math.min(Nt,Ln);var _n=Math.min(Ye,Ee),jn=Math.max(Nt+0,Ln)-Be,mn=Math.max(Ye+0,Ee)-_n;Nt=Be,Ye=_n,Ee=Wt.width+vt,Be=Wt.height+vt,Ln=Ee*Ht+Be*ne+ve,Ee=Ee*de+Be*Pe+be,Be=Math.min(Nt,Ln),_n=Math.min(Ye,Ee),jn=Math.max(Nt+jn,Ln)-Be,mn=Math.max(Ye+mn,Ee)-_n,Nt=Be,Ye=_n,Ee=0,Be=Wt.height+vt,Ln=Ee*Ht+Be*ne+ve,Ee=Ee*de+Be*Pe+be,Be=Math.min(Nt,Ln),_n=Math.min(Ye,Ee),jn=Math.max(Nt+jn,Ln)-Be,mn=Math.max(Ye+mn,Ee)-_n,Nt=Be,Ye=_n,vt=y.viewportBounds,Wt=vt.x,Ht=vt.y,Nt=!(Nt>vt.width+Wt||Wt>jn+Nt||Ye>vt.height+Ht||Ht>mn+Ye)}if(Nt){if(Nt=(this.l&256)!==0,a.clipInsteadOfFill&&(Nt=!1),this instanceof Pr&&(a.font=this.font),Nt){if(Ye=rt.se()?rt.naturalBounds:rt.actualBounds,jn=Math.max(nt.x,Ye.x),mn=Math.max(nt.y,Ye.y),vt=Math.min(nt.right,Ye.right)-jn,Wt=Math.min(nt.bottom,Ye.bottom)-mn,Ht=this.tb,Ht!==null&&(jn=Ht.x,mn=Ht.y,vt=Ht.width,Wt=Ht.height),jn>nt.width+nt.x||nt.x>Ye.width+Ye.x){x!==1&&(a.globalAlpha=b),this.filter!==""&&(a.filter=E);return}a.save(),a.beginPath(),a.rect(jn,mn,vt,Wt),a.clip()}if(dt){if(!ht.isVisible()){x!==1&&(a.globalAlpha=b),this.filter!==""&&(a.filter=E);return}st&&(Ye=ht.shadowOffset,a.Ev(Ye.x*y.scale*this.scale*y.Mb,Ye.y*y.scale*this.scale*y.Mb,ht.shadowBlur),pu(a),a.shadowColor=ht.shadowColor)}st&&this.shadowVisible===!0?pu(a):st&&this.shadowVisible===!1&&Zl(a),ht=this.naturalBounds,this.areaBackground!==null&&(a.yc(),ma(this,a,ht,nt)),a.transform(z.m11,z.m12,z.m21,z.m22,z.dx,z.dy),st&&No(this,rt)&&this.shadowVisible===null&&Zl(a),this.Ma!==null&&(a.yc(),Hs(this,a,ht,nt)),st&&(this.Ma!==null||this.areaBackground!==null||No(this,rt))?(nl(this,!0),this.shadowVisible===null&&Zl(a)):nl(this,!1),this.hh(a,y),st&&this.l&512&&pu(a),dt&&st&&Zl(a),Nt&&(a.restore(),a.Vc(this instanceof pn)),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 No(a,y){return y===null?!1:(Ju(y)&&(y=y.panel),(y.l&512)!==0||(y.type===pn.Auto||y.type===pn.Spot)&&y.Pb()!==a)}Kt.Dv=function(){};function ma(a,y,x,b){Xr(a,y,a.areaBackground,!0,!0,x,b),a.areaBackground instanceof lr&&a.areaBackground.type===Ma?(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 Hs(a,y,x,b){var E=a.kq(),z=x.x,nt=x.y,rt=x.width+E,st=x.height+E;Xr(a,y,a.Ma,!0,!1,x,b),a.Ma instanceof lr&&a.Ma.type===Ma?(y.beginPath(),y.rect(z-E/2,nt-E/2,rt,st),y.ng(a.Ma)):y.fillRect(z-E/2,nt-E/2,rt,st)}function ns(a,y,x){for(var b=y.O.s,E=b.length,z=-1,nt=0;nt<E;nt++)if(b[nt]===a){z=nt;break}if(a=z,a!==-1)if(a===0)y.svg.gd?y.svg.gd.after(x):y.svg.Ma?y.svg.Ma.after(x):y.type===pn.Table?(y=y.svg.getElementsByClassName("gojs-ts"),y=y.length!==0?y[0]:null,y!==null&&y.after(x)):y.svg.prepend(x);else{for(;a!==0&&!y.M(a-1).Ed();)a--;a===0?y.svg.prepend(x):(a=y.M(a-1).svg,a!==null?a.after(x):y.svg.appendChild(x))}}function La(a,y,x){if(!(y instanceof ia))return!1;if(!a.visible||a.opacity===0||a.Dd()&&!a.isVisible())return a.svg!==null&&a.svg.parentNode!==null&&a.svg.remove(),!0;var b=a.panel,E=a.nk(y);if(a.kk(y,x,E))return a.svg.parentElement!==null?(a.Dd()&&(y.ti=a.svg),!0):(a.Dd()?(y.ti!==null?y.ti.after(a.svg):y.Nj.prepend(a.svg),y.ti=a.svg):b&&ns(a,b,a.svg),!0);if(a.Dd()&&a.isShadowed){var z=a.shadowOffset;y.Ev(z.x*x.scale*a.scale*x.Mb,z.y*x.scale*a.scale*x.Mb,a.shadowBlur),pu(y),y.shadowColor=a.shadowColor}a instanceof Pr&&(y.font=a.font),y.yd=null;var nt=a.transform;z=a instanceof pn;var rt=a instanceof pn?Ju(a):!1;a.l&4096&&Bo(a);var st=a.Ib;if(y.rb.ha=[1,0,0,1,0,0],y.o=!1,E&&(y.o=!0,z&&rt?(zg(y,1,0,0,1,0,0),a.svg=y.ad):z?(zg(y,nt.m11,nt.m12,nt.m21,nt.m22,nt.dx,nt.dy),a.svg=y.ad):zg(y,1,0,0,1,0,0)),E=a.naturalBounds,a.areaBackground!==null){var ht=nt.copy().Vj();y.rb.ha=[ht.m11,ht.m12,ht.m21,ht.m22,ht.dx,ht.dy],ma(a,y,E,st),y.rb.ha=[1,0,0,1,0,0],y.yd.gd=y.ad,y.yd.prepend(y.ad)}return z||(y.rb.ha=[nt.m11,nt.m12,nt.m21,nt.m22,nt.dx,nt.dy]),a.background!==null&&(z?(rt&&(y.rb.ha=[nt.m11,nt.m12,nt.m21,nt.m22,nt.dx,nt.dy]),Hs(a,y,E,st),rt&&(y.rb.ha=[1,0,0,1,0,0])):(y.rb.ha=[nt.m11,nt.m12,nt.m21,nt.m22,nt.dx,nt.dy],Hs(a,y,E,st)),y.yd.Ma=y.ad,y.yd.prepend(y.ad)),nt=y.yd,E=a.part,rt=!1,E&&x.Gf("drawShadows")&&(rt=E.isShadowed),y.clipInsteadOfFill&&(rt=!1),a.Dd()&&rt&&pu(y),rt&&a.shadowVisible===!0?pu(y):rt&&a.shadowVisible===!1&&Zl(y),E=a.panel,rt&&No(a,E)&&a.shadowVisible===null&&Zl(y),y.Il&&(ht=x.computePixelRatio(),ht="drop-shadow("+y.shadowOffsetX/ht+"px "+y.shadowOffsetY/ht+"px "+y.shadowBlur/ht/2+"px "+y.shadowColor+")",a.background!==null&&nt.Ma.setAttributeNS(null,"filter",ht),a.areaBackground!==null&&nt.gd.setAttributeNS(null,"filter",ht)),rt&&(a.Ma!==null||a.areaBackground!==null||No(a,E))?(nl(a,!0),a.shadowVisible===null&&Zl(y)):nl(a,!1),E=rt,a.hh(y,x),z&&y.nh.pop(),y.o&&y.nh.pop(),nt=y.Gv.hs,rt=z?a.svg:y.yd,ht=a.svg,!z&&ht!==null&&rt!==ht&&ht.parentNode===a.panel.svg?(a.svg.replaceWith(rt),a.svg=rt,rt!==null&&a.$o(y,b,st,rt),Rs(y,ht),!0):(a.svg=rt,nt!==null&&rt===null&&(um(y),y.nh.pop()),rt===null||(a.$o(y,b,st,rt),y.Il&&(x=x.computePixelRatio(),a.Dv(rt,"drop-shadow("+y.shadowOffsetX/x+"px "+y.shadowOffsetY/x+"px "+y.shadowBlur/x/2+"px "+y.shadowColor+")")),E&&a.l&512&&pu(y),a.Dd()&&Zl(y),x=a.Dd()?a.opacity*y.globalAlpha:a.opacity,x!==1&&rt.setAttributeNS(null,"opacity",x.toString()),a.filter!==""&&rt.setAttributeNS(null,"filter",a.filter),a.Dd()?(y.ti?y.ti.after(rt):y.Nj.prepend(rt),y.ti=rt):b!==null&&ns(a,b,rt),nt!==null&&nt(a,rt)),!0)}Kt.$o=function(a,y,x,b){var E=(this.l&256)!==0;if(a.clipInsteadOfFill&&(E=!1),E){var z=y.se()?y.naturalBounds:y.actualBounds;y=Math.max(x.x,z.x),E=Math.max(x.y,z.y);var nt=Math.min(x.right,z.right)-y;x=Math.min(x.bottom,z.bottom)-E,z=this.tb,z!==null&&(y=z.x,E=z.y,nt=z.width,x=z.height),z=b.getAttribute("clip-path");var rt=null;z!==null&&(rt=a.svg.getElementById(z.split("#")[1].slice(0,-1))),rt===null?(z="CLIP"+vr++,rt=a.Ud("clipPath",{id:z}),y=a.Ud("rect",{x:y,y:E,width:nt,height:x}),this instanceof pn&&(E=this.transform.copy().Vj(),y.setAttribute("transform","matrix("+E.m11+", "+E.m12+", "+E.m21+", "+E.m22+", "+E.dx+", "+E.dy+")")),rt.appendChild(y),a.svg.appendChild(rt),b.setAttributeNS(null,"clip-path","url(#"+z+")")):(a=rt.firstElementChild,a.setAttribute("x",y.toString()),a.setAttribute("y",E.toString()),a.setAttribute("width",nt.toString()),a.setAttribute("height",x.toString()))}else b.removeAttributeNS(null,"clip-path"),Rs(a,b)};function Rs(a,y){y=y.getAttribute("clip-path"),y!==null&&(a=a.svg.getElementById(y.split("#")[1].slice(0,-1)),a!==null&&a.remove())}function is(a){if(a.svg!==null){var y=a.svg.innerHTML.match(/url\(#((CLIP|GRAD).+?)\)/g),x=a.svg.ownerDocument;if(y!==null){y=Wn(y);for(var b=y.next();!b.done;b=y.next())b=x.getElementById(b.value.split("#")[1].slice(0,-1)),b!==null&&b.remove()}a.svg.remove()}}Kt.hh=function(){},Kt.lv=function(){this.Uc=!0},Kt.kk=function(a,y,x){if(this.Uc)return this.lv(),this.Uc=!1;if(y=this.svg,y===null)return!1;if(!this.visible)return y.remove(),!1;if(y.nodeName!=="g"&&x||y.nodeName==="g"&&!x)return!1;var b=this.transform,E=this instanceof pn?Ju(this):!1;if(!(this instanceof pn&&E))if(this instanceof Ws){var z=this.bt;a.rb.ha=[b.m11,b.m12,b.m21,b.m22,b.dx,b.dy],z!==null&&Jy(a,z[0],z[1],z[2],z[3],z[4],z[5],z[6],z[7]),x?y.lastElementChild.setAttributeNS(null,"transform",Qy(a)):y.setAttributeNS(null,"transform",Qy(a))}else if(!x||this instanceof pn)y.setAttributeNS(null,"transform","matrix("+b.m11+", "+b.m12+", "+b.m21+", "+b.m22+", "+b.dx+", "+b.dy+")");else if(this instanceof ki){z=y.getElementsByTagName("path");for(var nt=0;nt<z.length;nt++)z[nt].setAttributeNS(null,"transform","matrix("+b.m11+", "+b.m12+", "+b.m21+", "+b.m22+", "+b.dx+", "+b.dy+")")}else y.lastElementChild.setAttributeNS(null,"transform","matrix("+b.m11+", "+b.m12+", "+b.m21+", "+b.m22+", "+b.dx+", "+b.dy+")");return z=this.Dd()?this.opacity*a.globalAlpha:this.opacity,z===1?y.removeAttribute("opacity"):y.setAttributeNS(null,"opacity",z.toString()),a.rb.ha=[1,0,0,1,0,0],(this.areaBackground!==null||y.gd!==void 0)&&(z=y.gd,this.areaBackground===null?(y.gd.remove(),y.gd=void 0):(nt=b.copy().Vj(),a.rb.ha=[nt.m11,nt.m12,nt.m21,nt.m22,nt.dx,nt.dy],ma(this,a,this.naturalBounds,this.actualBounds),a.rb.ha=[1,0,0,1,0,0],y.gd?(nt=y.gd.getAttribute("filter"),nt!==null&&a.ad.setAttribute("filter",nt),y.gd.replaceWith(a.ad)):y.prepend(a.ad),y.gd=a.ad),z&&hm(a,z)),(this.background!==null||y.Ma!==void 0)&&(z=y.Ma,this.background===null?(hm(a,y.Ma),y.Ma.remove(),y.Ma=void 0):((E||x&&!(this instanceof pn))&&(a.rb.ha=[b.m11,b.m12,b.m21,b.m22,b.dx,b.dy]),Hs(this,a,this.naturalBounds,this.actualBounds),y.Ma?(hm(a,y.Ma),x=y.Ma.getAttribute("filter"),x!==null&&a.ad.setAttribute("filter",x),y.Ma.replaceWith(a.ad)):y.prepend(a.ad),y.Ma=a.ad),z&&hm(a,z)),this.$o(a,this.panel,this.actualBounds,y),!0},Kt.nk=function(a){if(this.background!==null||this.areaBackground!==null)return!0;var y=(this.l&256)!==0;return a.clipInsteadOfFill&&(y=!1),!!y};function Xr(a,y,x,b,E,z,nt){if(x!==null){var rt=1,st=1;if(typeof x=="string")b?y.fillStyle=x:y.strokeStyle=x;else if(x.type===Xu)b?y.fillStyle=x.color:y.strokeStyle=x.color;else{var ht=a.kq();if(rt=z.width,st=z.height,E?(rt=nt.width,st=nt.height):b||(rt+=ht,st+=ht),(z=y instanceof Nc)&&x.xe&&(x.type===wf||x.yk===rt&&x.ft===st))var dt=x.xe;else{var vt=0,Nt=0,Wt=0,Ht=0,ne=0,ve=0;if(ve=ne=0,E?(ne=nt.x,ve=nt.y):b||(ne-=ht/2,ve-=ht/2),vt=x.start.x*rt+x.start.offsetX,Nt=x.start.y*st+x.start.offsetY,Wt=x.end.x*rt+x.end.offsetX,Ht=x.end.y*st+x.end.offsetY,vt+=ne,Wt+=ne,Nt+=ve,Ht+=ve,x.type===vu)dt=y.createLinearGradient(vt,Nt,Wt,Ht);else if(x.type===Ma)ve=isNaN(x.endRadius)?Math.max(rt,st)/2:x.endRadius,isNaN(x.startRadius)?(ne=0,ve=Math.max(rt,st)/2):ne=x.startRadius,dt=y.createRadialGradient(vt,Nt,ne,Wt,Ht,ve);else if(x.type===wf)try{dt=y.createPattern(x.pattern,"repeat")}catch(Pe){dt=null}if(x.type!==wf&&(E=x.colorStops,E!==null))for(E=E.iterator;E.next();)dt.addColorStop(E.key,E.value);if(z&&(x.xe=dt,dt!==null&&(x.yk=rt,x.ft=st),dt===null&&x.type===wf&&x.yk!==-1)){x.yk=-1;var de=a.diagram;de!==null&&x.yk===-1&&Ze(function(){de.redraw()},600)}}b?y.fillStyle=dt:y.strokeStyle=dt}}}Kt.rg=function(a){if(a instanceof pn)t:{if(this!==a&&a!==null)for(var y=this.panel;y!==null;){if(y===a){a=!0;break t}y=y.panel}a=!1}else a=!1;return a},Kt.Ed=function(){if(!this.visible)return!1;var a=this.panel;return a!==null?a.Ed():!0},Kt.If=function(){for(var a=this instanceof pn?this:this.panel;a!==null&&a.isEnabled;)a=a.panel;return a===null};function Bo(a){if(a.l&2048){var y=a.Ab;if(y.reset(),!a.Ib.w()||!a.uc.w()){Ua(a,!1);return}if(y.translate(a.Ib.x-a.uc.x,a.Ib.y-a.uc.y),a.scale!==1||a.angle!==0){var x=a.naturalBounds;a.no(y,x.x,x.y,x.width,x.height)}Ua(a,!1),ka(a,!0)}a.l&4096&&(y=a.panel,y===null?(a.wh.set(a.Ab),a.Kk=a.scale,ka(a,!1)):y.oe!==null&&(x=a.wh,x.reset(),y.se()?x.multiply(y.wh):y.panel!==null&&x.multiply(y.panel.wh),x.multiply(a.Ab),a.Kk=a.scale*y.Kk,ka(a,!1)))}Kt.no=function(a,y,x,b,E){if(this.Ca!==1&&a.scale(this.Ca),this.Kb!==0){var z=ye.alloc();z.yi(y,x,b,E,nr),a.rotate(this.Kb,z.x,z.y),ye.free(z)}},Kt.v=function(a){if(!va(this)){a===void 0&&(a=!1),fo(this,!0),Yl(this,!0);var y=this.panel;y===null||a||y.v()}},Kt.Uj=function(){va(this)||(fo(this,!0),Yl(this,!0))};function xs(a){if(!ws(a)){var y=a.panel;y!==null?y.v():a.Dd()&&(y=a.diagram,y!==null&&(y.De.add(a),a instanceof kn&&a.Bd(),y.$b())),Yl(a,!0)}}Kt.Uk=function(){!(this.l&2048)&&(Ua(this,!0),ka(this,!0))},Kt.Wu=function(){ka(this,!0)},Kt.N=function(){var a=this.part;a!==null&&a.N()};function js(a,y){var x=a.stretch,b=a.panel;return b!==null&&b.type===pn.Table?dl(a,b.Fb(a.row),b.Eb(a.column),y):b!==null&&b.type===pn.Auto&&b.Pb()===a?Fo(a,cn,y):x===Pi?b!==null?b.type===pn.Spot&&b.Pb()===a?Fo(a,cn,y):(x=b.defaultStretch,x===Pi?Fo(a,hn,y):Fo(a,x,y)):Fo(a,hn,y):Fo(a,x,y)}function dl(a,y,x,b){var E=a.stretch;if(E!==Pi)return Fo(a,E,b);var z=E=null;switch(y.stretch){case ai:z=!0;break;case cn:z=!0}switch(x.stretch){case Qn:E=!0;break;case cn:E=!0}return y=a.panel.defaultStretch,E===null&&(E=y===Qn||y===cn),z===null&&(z=y===ai||y===cn),E===!0&&z===!0?Fo(a,cn,b):E===!0?Fo(a,Qn,b):z===!0?Fo(a,ai,b):Fo(a,hn,b)}function Fo(a,y,x){if(x)return y;if(y===hn||(x=a.desiredSize,x.w()))return hn;if(a=a.angle,!isNaN(x.width))if(a!==90&&a!==270){if(y===Qn)return hn;if(y===cn)return ai}else{if(y===ai)return hn;if(y===cn)return Qn}if(!isNaN(x.height))if(a!==90&&a!==270){if(y===ai)return hn;if(y===cn)return Qn}else{if(y===Qn)return hn;if(y===cn)return ai}return y}function nl(a,y){a.l=y?a.l|512:a.l&-513}function zo(a){return(a.l&1024)!==0}function yd(a,y){a.l=y?a.l|1024:a.l&-1025}function Ua(a,y){a.l=y?a.l|2048:a.l&-2049}function ka(a,y){a.l=y?a.l|4096:a.l&-4097}function va(a){return(a.l&8192)!==0}function fo(a,y){a.l=y?a.l|8192:a.l&-8193}function ws(a){return(a.l&16384)!==0}function Yl(a,y){a.l=y?a.l|16384:a.l&-16385}Kt.Gj=function(){this.svg=null},Kt.wi=function(a){this.Me=a,this.svg!==null&&this.svg.remove()},Kt.Av=function(){},Kt.zv=function(a){return this.pa=a,xs(this),!0},Kt.mm=function(a,y){(this.pa.x!==a||this.pa.y!==y)&&(this.pa.h(a,y),this.Uk())},Kt.kq=function(){return 0};function Mc(a){var y=a.part;if(y instanceof kn&&(a.portId!==null||a===y.port)){var x=y.diagram;x===null||x.undoManager.isUndoingRedoing||H1(y,a)}}function Zy(a){var y=a.diagram;y===null||y.undoManager.isUndoingRedoing||(a instanceof pn?a instanceof kn?a.Bd():a.qm(a,function(x){Mc(x)}):Mc(a))}Kt.bind=function(a,y,x,b){var E=null;return typeof a=="string"?E=new ao(a,y,x,b):E=a,E.xd=this,a=this.ih(),a!==null&&f1(a)&&Le("Cannot add a Binding to a template that has already been copied: "+E),this.localBindings===null&&(this.localBindings=new fn),this.localBindings.add(E),this},Kt.set=function(a){return Object.assign(this,a),this},Kt.Du=function(a){return iv(this,a),this},Kt.apply=function(a){return a(this),this},Kt.nm=function(a){return wc(this,a),this},Kt.pz=function(){return this.ih()},Kt.ih=function(){for(var a=this instanceof pn?this:this.panel;a!==null;){if(a.allBindings!==null)return a;a=a.panel}return null},Kt.Jv=function(a){return a.xd=this,this.animationTriggers===null&&(this.animationTriggers=new li),this.animationTriggers.add(a.propertyName,a),this};function Ea(a,y){for(var x=1;x<arguments.length;++x);x=arguments;var b=null,E=null;if(typeof a=="function")E=a;else if(typeof a=="string"){var z=pf.I(a);typeof z=="function"?(x=Bn(arguments),b=z(x),rn(b)||Le('GraphObject.make invoked object builder "'+a+'", but it did not return an Object')):E=dn.go[a]}if(b===null&&(E!=null&&E.constructor||Le("GraphObject.make requires a class function or GoJS class name or name of an object builder, not: "+a),b=new E),E=1,b instanceof Xe&&1<x.length){z=b;var nt=x[1];(typeof nt=="string"||nt instanceof HTMLDivElement)&&(fg(z,nt),E++)}for(;E<x.length;E++)z=x[E],z===void 0?Le("Undefined value at argument "+E+" for object being constructed by GraphObject.make: "+b):iv(b,z);return b}function iv(a,y){if(typeof y=="string")if(a instanceof Pr)a.text=y;else if(a instanceof ki)a.figure=y;else if(a instanceof Ws)a.source=y;else if(a instanceof pn)y=il.I(y),y!==null&&(a.type=y);else if(a instanceof lr){var x=zn(lr,y);x!==null?a.type=x:Le("Unknown Brush type as an argument to GraphObject.make: "+y)}else a instanceof Sn?(y=zn(Sn,y),y!==null&&(a.type=y)):a instanceof ir&&(y=zn(ir,y),y!==null&&(a.type=y));else if(y instanceof Oe)a instanceof pn||Le("A GraphObject can only be added to a Panel, not to: "+a),a.add(y);else if(y instanceof po){var b;y.isRow&&typeof a.getRowDefinition=="function"?b=a.getRowDefinition(y.index):y.isRow||typeof a.getColumnDefinition!="function"||(b=a.getColumnDefinition(y.index)),b instanceof po?Lm(b,y):Le("A RowColumnDefinition can only be added to an object that implements getRowDefinition/getColumnDefinition, not to: "+a)}else if(y instanceof sn)typeof a.qb=="function"&&a.qb(y);else if(y instanceof yo)a.type=y;else if(y instanceof ao)a instanceof Oe||a instanceof po?a.bind(y):Le("A Binding can only be applied to a GraphObject or RowColumnDefinition, not to: "+a);else if(y instanceof tl)a instanceof Oe?a.Jv(y):Le("An AnimationTrigger can only be applied to a GraphObject, not to: "+a);else if(y instanceof wo)a instanceof Sn&&a.type===Sn.o?a.figures.add(y):Le("A PathFigure can only be added to a Path Geometry, not to: "+a);else if(y instanceof ir)a instanceof wo?a.segments.add(y):Le("A PathSegment can only be added to a PathFigure, not to: "+a);else if(y instanceof Dr)a instanceof Xe||a instanceof yi?a.layout=y:Le("A Layout can only be assigned to a Diagram or a Group, not to: "+a);else if(Array.isArray(y))for(x=0;x<y.length;x++)iv(a,y[x]);else if(typeof y=="object"&&y!==null)if(a instanceof lr){x=new ni;for(var E in y)b=parseFloat(E),isNaN(b)?x[E]=y[E]:a.addColorStop(b,y[E]);wc(a,x)}else if(a instanceof po){y.row!==void 0?(E=y.row,(E==null||E===1/0||isNaN(E)||0>E)&&Le("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)&&Le("Must specify non-negative integer column for RowColumnDefinition "+y+", not: "+E),a.isRow=!1,a.index=E),E=new ni;for(x in y)x!=="row"&&x!=="column"&&(E[x]=y[x]);wc(a,E)}else wc(a,y);else Le('Unknown initializer "'+y+'" for object being constructed by GraphObject.make: '+a)}function Zu(a,y){pf.add(a,y)}function lm(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}Ue.Object.defineProperties(Oe.prototype,{bindingId:{get:function(){return this.A!==null?this.A.zp:-1},set:function(a){this.bindingId!==a&&(this.A===null&&(this.A=new Sd),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 Sd),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 Sd),this.A.wm=a)}},shadowVisible:{get:function(){return this.A!==null?this.A.Ci:null},set:function(a){var y=this.shadowVisible;y!==a&&(Mi(this),this.A.Ci=a,this.Uc=!0,this.N(),this.g("shadowVisible",y,a))}},enabledChanged:{get:function(){return this.A!==null?this.A.Hb:null},set:function(a){var y=this.enabledChanged;y!==a&&(Mi(this),this.A.Hb=a,this.g("enabledChanged",y,a))}},segmentOrientation:{get:function(){return this.Ua!==null?this.Ua.rr:bs},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===bs&&(this.angle=0))}},segmentIndex:{get:function(){return this.Ua!==null?this.Ua.u:-1/0},set:function(a){a=Math.round(a);var y=this.segmentIndex;y!==a&&(this.Ua===null&&(this.Ua=new zh),this.Ua.u=a,this.v(),this.g("segmentIndex",y,a))}},segmentFraction:{get:function(){return this.Ua!==null?this.Ua.o:0},set:function(a){isNaN(a)||0>a?a=0:1<a&&(a=1);var y=this.segmentFraction;y!==a&&(this.Ua===null&&(this.Ua=new zh),this.Ua.o=a,this.v(),this.g("segmentFraction",y,a))}},segmentOffset:{get:function(){return this.Ua!==null?this.Ua.F:to},set:function(a){var y=this.segmentOffset;y.D(a)||(a=a.J(),this.Ua===null&&(this.Ua=new zh),this.Ua.F=a,this.v(),this.g("segmentOffset",y,a))}},stretch:{get:function(){return this.A!==null?this.A.hg:Pi},set:function(a){var y=this.stretch;y!==a&&(Mi(this),this.A.hg=a,this.v(),this.g("stretch",y,a))}},name:{get:function(){return this.A!==null?this.A.xa:""},set:function(a){var y=this.name;y!==a&&(Mi(this),this.A.xa=a,this.part!==null&&(this.part.Rh=null),this.g("name",y,a))}},opacity:{get:function(){return this.pb},set:function(a){var y=this.pb;y!==a&&((0>a||1<a)&&wn(a,"0 <= value <= 1",Oe,"opacity"),this.pb=a,this.g("opacity",y,a),a=this.diagram,y=this.part,a!==null&&y!==null&&a.N(Oc(y,y.actualBounds)))}},filter:{get:function(){return this.bn},set:function(a){var y=this.bn;y!==a&&(this.bn=a,this.Uc=!0,this.g("filter",y,a),a=this.diagram,y=this.part,a!==null&&y!==null&&a.N(Oc(y,y.actualBounds)))}},visible:{get:function(){return(this.l&1)!==0},set:function(a){var y=(this.l&1)!==0;y!==a&&(this.l^=1,this.g("visible",y,a),y=this.panel,y!==null?y.v():this.Dd()&&this.Zb(a),this.N(),Zy(this))}},pickable:{get:function(){return(this.l&2)!==0},set:function(a){var y=(this.l&2)!==0;y!==a&&(this.l^=2,this.g("pickable",y,a))}},fromLinkableDuplicates:{get:function(){return(this.l&4)!==0},set:function(a){var y=(this.l&4)!==0;y!==a&&(this.l^=4,this.g("fromLinkableDuplicates",y,a))}},fromLinkableSelfNode:{get:function(){return(this.l&8)!==0},set:function(a){var y=(this.l&8)!==0;y!==a&&(this.l^=8,this.g("fromLinkableSelfNode",y,a))}},toLinkableDuplicates:{get:function(){return(this.l&16)!==0},set:function(a){var y=(this.l&16)!==0;y!==a&&(this.l^=16,this.g("toLinkableDuplicates",y,a))}},toLinkableSelfNode:{get:function(){return(this.l&32)!==0},set:function(a){var y=(this.l&32)!==0;y!==a&&(this.l^=32,this.g("toLinkableSelfNode",y,a))}},isPanelMain:{get:function(){return(this.l&64)!==0},set:function(a){var y=(this.l&64)!==0;y!==a&&(this.l^=64,this.v(),this.g("isPanelMain",y,a))}},isActionable:{get:function(){return(this.l&128)!==0},set:function(a){var y=(this.l&128)!==0;y!==a&&(this.l^=128,this.g("isActionable",y,a))}},areaBackground:{get:function(){return this.A!==null?this.A.gd:null},set:function(a){var y=this.areaBackground;y!==a&&(a!==null&&wd(a,"GraphObject.areaBackground"),a instanceof lr&&a.freeze(),Mi(this),this.A.gd=a,this.N(),this.g("areaBackground",y,a))}},background:{get:function(){return this.Ma},set:function(a){var y=this.Ma;y!==a&&(a!==null&&wd(a,"GraphObject.background"),a instanceof lr&&a.freeze(),this.Ma=a,this.N(),this.g("background",y,a))}},part:{get:function(){if(this.Dd())return this;if(this.Ng!==null)return this.Ng;var a;for(a=this.panel;a;){if(a instanceof $n)return this.Ng=a;a=a.panel}return null}},svg:{get:function(){return this.V},set:function(a){this.V=a}},panel:{get:function(){return this.Me}},layer:{get:function(){var a=this.part;return a!==null?a.layer:null}},diagram:{get:function(){var a=this.part;return a!==null?a.diagram:null}},position:{get:function(){return this.pa},set:function(a){var y=a.x,x=a.y,b=this.pa,E=b.x;b=b.y,(E===y||isNaN(E)&&isNaN(y))&&(b===x||isNaN(b)&&isNaN(x))?this.Av():(a=a.copy(),this.zv(a,E,b)&&this.g("position",new ye(E,b),a))}},actualBounds:{get:function(){return this.Ib}},scale:{get:function(){return this.Ca},set:function(a){var y=this.Ca;y!==a&&(0>=a&&Le("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 ki&&this.qc(),this.g("desiredSize",b,a),zo(this)&&(a=this.part,a!==null&&(Er(this,a,"width"),Er(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 An(a,this.jd.height).freeze(),this.v(),this instanceof ki&&this.qc(),this.g("desiredSize",y,a),zo(this)&&(a=this.part,a!==null&&Er(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 An(this.jd.width,a).freeze(),this.v(),this instanceof ki&&this.qc(),this.g("desiredSize",y,a),zo(this)&&(a=this.part,a!==null&&Er(this,a,"height")))}},minSize:{get:function(){return this.A!==null?this.A.u:wi},set:function(a){var y=this.minSize;y.D(a)||(a=a.copy(),isNaN(a.width)&&(a.width=0),isNaN(a.height)&&(a.height=0),a.freeze(),Mi(this),this.A.u=a,this.v(),this.g("minSize",y,a))}},maxSize:{get:function(){return this.A!==null?this.A.o:no},set:function(a){var y=this.maxSize;y.D(a)||(a=a.copy(),isNaN(a.width)&&(a.width=1/0),isNaN(a.height)&&(a.height=1/0),a.freeze(),Mi(this),this.A.o=a,this.v(),this.g("maxSize",y,a))}},measuredBounds:{get:function(){return this.uc}},naturalBounds:{get:function(){return this.dc}},margin:{get:function(){return this.Kg},set:function(a){typeof a=="number"&&(a=new Fi(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&&Bo(this),this.Ab}},oe:{get:function(){return this.l&4096&&Bo(this),this.wh}},animationTriggers:{get:function(){return this.A!==null?this.A.hb:null},set:function(a){this.animationTriggers!==a&&(Mi(this),this.A.hb=a)}},reshapingBehavior:{get:function(){return this.A!==null?this.A.Pf:hn},set:function(a){this.reshapingBehavior!==a&&(Mi(this),this.A.Pf=a)}},alignment:{get:function(){return this.Jb},set:function(a){var y=this.Jb;y.D(a)||(a.Mc()&&!a.Xb()&&Le("GraphObject.alignment for "+this+" must be a real Spot or Spot.Default, not: "+a),this.Jb=a=a.J(),xs(this),this.g("alignment",y,a))}},column:{get:function(){return this.Ag},set:function(a){a=Math.round(a);var y=this.Ag;y!==a&&(0>a&&wn(a,">= 0",Oe,"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&&wn(a,">= 1",Oe,"columnSpan"),Mi(this),this.A.ob=a,this.v(),this.g("columnSpan",y,a))}},row:{get:function(){return this.io},set:function(a){a=Math.round(a);var y=this.io;y!==a&&(0>a&&wn(a,">= 0",Oe,"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&&wn(a,">= 1",Oe,"rowSpan"),Mi(this),this.A.Bi=a,this.v(),this.g("rowSpan",y,a))}},spanAllocation:{get:function(){return this.A!==null?this.A.Di:null},set:function(a){var y=this.spanAllocation;y!==a&&(Mi(this),this.A.Di=a,this.v(),this.g("spanAllocation",y,a))}},alignmentFocus:{get:function(){return this.sk},set:function(a){var y=this.sk;y.D(a)||(this.sk=a=a.J(),this.v(),this.g("alignmentFocus",y,a))}},portId:{get:function(){return this.Yn},set:function(a){var y=this.Yn;if(y!==a){var x=this.part;x===null||x instanceof kn||Le("Cannot set portID on a Link: "+a),y!==null&&x!==null&&_v(x,this),this.Yn=a,a!==null&&x!==null&&(x.Te=!0,Y1(x,this)),this.g("portId",y,a)}}},toSpot:{get:function(){return this.ba!==null?this.ba.yj:Yi},set:function(a){var y=this.toSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.yj=a,this.g("toSpot",y,a),Mc(this))}},toEndSegmentLength:{get:function(){return this.ba!==null?this.ba.wj:10},set:function(a){var y=this.toEndSegmentLength;y!==a&&(0>a&&wn(a,">= 0",Oe,"toEndSegmentLength"),this.Xc(),this.ba.wj=a,this.g("toEndSegmentLength",y,a),Mc(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),Mc(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&&wn(a,">= 0",Oe,"toMaxLinks"),this.Xc(),this.ba.Ur=a,this.g("toMaxLinks",y,a))}},fromSpot:{get:function(){return this.ba!==null?this.ba.Xi:Yi},set:function(a){var y=this.fromSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.Xi=a,this.g("fromSpot",y,a),Mc(this))}},fromEndSegmentLength:{get:function(){return this.ba!==null?this.ba.Vi:10},set:function(a){var y=this.fromEndSegmentLength;y!==a&&(0>a&&wn(a,">= 0",Oe,"fromEndSegmentLength"),this.Xc(),this.ba.Vi=a,this.g("fromEndSegmentLength",y,a),Mc(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),Mc(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&&wn(a,">= 0",Oe,"fromMaxLinks"),this.Xc(),this.ba.iq=a,this.g("fromMaxLinks",y,a))}},cursor:{get:function(){return this.A!==null?this.A.j:""},set:function(a){var y=this.cursor;y!==a&&(Mi(this),this.A.j=a,this.g("cursor",y,a))}},click:{get:function(){return this.A!==null?this.A.zh:null},set:function(a){var y=this.click;y!==a&&(Mi(this),this.A.zh=a,this.g("click",y,a))}},doubleClick:{get:function(){return this.A!==null?this.A.Fh:null},set:function(a){var y=this.doubleClick;y!==a&&(Mi(this),this.A.Fh=a,this.g("doubleClick",y,a))}},contextClick:{get:function(){return this.A!==null?this.A.Bh:null},set:function(a){var y=this.contextClick;y!==a&&(Mi(this),this.A.Bh=a,this.g("contextClick",y,a))}},mouseEnter:{get:function(){return this.A!==null?this.A.Mh:null},set:function(a){var y=this.mouseEnter;y!==a&&(Mi(this),this.A.Mh=a,this.g("mouseEnter",y,a))}},mouseLeave:{get:function(){return this.A!==null?this.A.Ph:null},set:function(a){var y=this.mouseLeave;y!==a&&(Mi(this),this.A.Ph=a,this.g("mouseLeave",y,a))}},mouseOver:{get:function(){return this.A!==null?this.A.Qh:null},set:function(a){var y=this.mouseOver;y!==a&&(Mi(this),this.A.Qh=a,this.g("mouseOver",y,a))}},mouseHover:{get:function(){return this.A!==null?this.A.Oh:null},set:function(a){var y=this.mouseHover;y!==a&&(Mi(this),this.A.Oh=a,this.g("mouseHover",y,a))}},mouseHold:{get:function(){return this.A!==null?this.A.Nh:null},set:function(a){var y=this.mouseHold;y!==a&&(Mi(this),this.A.Nh=a,this.g("mouseHold",y,a))}},mouseDragEnter:{get:function(){return this.A!==null?this.A.Of:null},set:function(a){var y=this.mouseDragEnter;y!==a&&(Mi(this),this.A.Of=a,this.g("mouseDragEnter",y,a))}},mouseDragLeave:{get:function(){return this.A!==null?this.A.Xd:null},set:function(a){var y=this.mouseDragLeave;y!==a&&(Mi(this),this.A.Xd=a,this.g("mouseDragLeave",y,a))}},mouseDrop:{get:function(){return this.A!==null?this.A.Lh:null},set:function(a){var y=this.mouseDrop;y!==a&&(Mi(this),this.A.Lh=a,this.g("mouseDrop",y,a))}},actionDown:{get:function(){return this.A!==null?this.A.V:null},set:function(a){var y=this.actionDown;y!==a&&(Mi(this),this.A.V=a,this.g("actionDown",y,a))}},actionMove:{get:function(){return this.A!==null?this.A.ia:null},set:function(a){var y=this.actionMove;y!==a&&(Mi(this),this.A.ia=a,this.g("actionMove",y,a))}},actionUp:{get:function(){return this.A!==null?this.A.Ha:null},set:function(a){var y=this.actionUp;y!==a&&(Mi(this),this.A.Ha=a,this.g("actionUp",y,a))}},actionCancel:{get:function(){return this.A!==null?this.A.F:null},set:function(a){var y=this.actionCancel;y!==a&&(Mi(this),this.A.F=a,this.g("actionCancel",y,a))}},toolTip:{get:function(){return this.A!==null?this.A.$h:null},set:function(a){var y=this.toolTip;y!==a&&(Mi(this),this.A.$h=a,this.g("toolTip",y,a))}},contextMenu:{get:function(){return this.A!==null?this.A.Ch:null},set:function(a){var y=this.contextMenu;y!==a&&(Mi(this),this.A.Ch=a,this.g("contextMenu",y,a))}}}),Oe.prototype.trigger=Oe.prototype.Jv,Oe.prototype.findBindingPanel=Oe.prototype.ih,Oe.prototype.findTemplateBinder=Oe.prototype.pz,Oe.prototype.setProperties=Oe.prototype.nm,Oe.prototype.apply=Oe.prototype.apply,Oe.prototype.attach=Oe.prototype.Du,Oe.prototype.set=Oe.prototype.set,Oe.prototype.isEnabledObject=Oe.prototype.If,Oe.prototype.isVisibleObject=Oe.prototype.Ed,Oe.prototype.isContainedBy=Oe.prototype.rg,Oe.prototype.getNearestIntersectionPoint=Oe.prototype.rs,Oe.prototype.getLocalPoint=Oe.prototype.qs,Oe.prototype.getDocumentScale=Oe.prototype.Df,Oe.prototype.getDocumentAngle=Oe.prototype.li,Oe.prototype.getDocumentBounds=Oe.prototype.mi,Oe.prototype.getDocumentPoint=Oe.prototype.ga,Oe.prototype.intersectsRect=Oe.prototype.Yc,Oe.prototype.containedInRect=Oe.prototype.fh,Oe.prototype.containsRect=Oe.prototype.Re,Oe.prototype.containsPoint=Oe.prototype.ca,Oe.prototype.raiseChanged=Oe.prototype.g,Oe.prototype.raiseChangedEvent=Oe.prototype.cb,Oe.prototype.addCopyProperty=Oe.prototype.Vw;var pf=null;Oe.className="GraphObject",pf=new li,Zu("Button",function(){function a(x,b){return x.diagram.ic(x.documentPoint,function(E){for(;E.panel!==null&&!E.isActionable;)E=E.panel;return E},function(E){return E===b})!==null}var y=Ea(pn,pn.Auto,{isActionable:!0,enabledChanged:function(x,b){if(x instanceof pn){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"},Ea(ki,{name:"ButtonBorder",figure:"RoundedRectangle",spot1:new Nn(0,0,2.76142374915397,2.761423749153969),spot2:new Nn(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 pn&&(x=b.fb("ButtonBorder"),x instanceof ki)){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 pn&&(x=b.fb("ButtonBorder"),x instanceof ki&&(x.fill=b._buttonFillNormal,x.stroke=b._buttonStrokeNormal))},y.actionDown=function(x,b){if(b.If()&&b instanceof pn&&b._buttonFillPressed!==null&&x.button===0){var E=b.fb("ButtonBorder");if(E instanceof ki){x=x.diagram;var z=x.skipsUndoManager;x.skipsUndoManager=!0;var nt=b._buttonFillPressed;b._buttonFillOver=E.fill,E.fill=nt,nt=b._buttonStrokePressed,b._buttonStrokeOver=E.stroke,E.stroke=nt,x.skipsUndoManager=z}}},y.actionUp=function(x,b){if(b.If()&&b instanceof pn&&b._buttonFillPressed!==null&&x.button===0){var E=b.fb("ButtonBorder");if(E instanceof ki){var z=x.diagram,nt=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=nt}}},y.actionCancel=function(x,b){if(b.If()&&b instanceof pn&&b._buttonFillPressed!==null){var E=b.fb("ButtonBorder");if(E instanceof ki){var z=x.diagram,nt=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=nt}}},y.actionMove=function(x,b){if(b.If()&&b instanceof pn&&b._buttonFillPressed!==null){var E=x.diagram;if(E.firstInput.button===0&&(E.currentTool.standardMouseOver(),a(x,b)&&(x=b.fb("ButtonBorder"),x instanceof ki))){var z=E.skipsUndoManager;E.skipsUndoManager=!0;var nt=b._buttonFillPressed;x.fill!==nt&&(x.fill=nt),nt=b._buttonStrokePressed,x.stroke!==nt&&(x.stroke=nt),E.skipsUndoManager=z}}},y}),Zu("TreeExpanderButton",function(){var a=Ea("Button",{_treeExpandedFigure:"MinusLine",_treeCollapsedFigure:"PlusLine"},Ea(ki,{name:"ButtonIcon",figure:"MinusLine",stroke:"#424242",strokeWidth:2,desiredSize:Yr},new ao("figure","isTreeExpanded",function(y,x){return x=x.panel,y?x._treeExpandedFigure:x._treeCollapsedFigure}).cp()),{visible:!1},new ao("visible","isTreeLeaf",function(y){return!y}).cp());return a.click=function(y,x){if(x=x.part,x instanceof $i&&(x=x.adornedPart),x instanceof kn){var b=x.diagram;if(b!==null){if(b=b.commandHandler,x.isTreeExpanded){if(!b.canCollapseTree(x))return}else if(!b.canExpandTree(x))return;y.handled=!0,x.isTreeExpanded?b.collapseTree(x):b.expandTree(x)}}},a}),Zu("SubGraphExpanderButton",function(){var a=Ea("Button",{_subGraphExpandedFigure:"MinusLine",_subGraphCollapsedFigure:"PlusLine"},Ea(ki,{name:"ButtonIcon",figure:"MinusLine",stroke:"#424242",strokeWidth:2,desiredSize:Yr},new ao("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 $i&&(x=x.adornedPart),x instanceof yi){var b=x.diagram;if(b!==null){if(b=b.commandHandler,x.isSubGraphExpanded){if(!b.canCollapseSubGraph(x))return}else if(!b.canExpandSubGraph(x))return;y.handled=!0,x.isSubGraphExpanded?b.collapseSubGraph(x):b.expandSubGraph(x)}}},a}),Zu("ToolTip",function(){return Ea($i,pn.Auto,{isShadowed:!0,shadowColor:"rgba(0, 0, 0, .4)",shadowOffset:new ye(0,3),shadowBlur:5},Ea(ki,{name:"Border",figure:"RoundedRectangle",parameter1:1,parameter2:1,fill:"#F5F5F5",stroke:"#F0F0F0",spot1:new Nn(0,0,4,6),spot2:new Nn(1,1,-4,-4)}))}),Zu("ContextMenu",function(){return Ea($i,pn.Vertical,{background:"#F5F5F5",isShadowed:!0,shadowColor:"rgba(0, 0, 0, .4)",shadowOffset:new ye(0,3),shadowBlur:5},new ao("background","",function(a){return a.adornedPart!==null&&a.placeholder!==null?null:"#F5F5F5"}))}),Zu("ContextMenuButton",function(){var a=Ea("Button");a.stretch=Qn;var y=a.fb("ButtonBorder");return y instanceof ki&&(y.figure="Rectangle",y.strokeWidth=0,y.spot1=new Nn(0,0,2,3),y.spot2=new Nn(1,1,-2,-2)),a}),Zu("PanelExpanderButton",function(a){var y=lm(a,"COLLAPSIBLE"),x=Ea("Button",{_buttonExpandedFigure:"M0 0 M0 6 L4 2 8 6 M8 8",_buttonCollapsedFigure:"M0 0 M0 2 L4 6 8 2 M8 8",_buttonFillNormal:"rgba(0, 0, 0, 0)",_buttonStrokeNormal:null,_buttonFillOver:"rgba(0, 0, 0, .2)",_buttonStrokeOver:null,_buttonFillPressed:"rgba(0, 0, 0, .4)",_buttonStrokePressed:null},Ea(ki,{name:"ButtonIcon",strokeWidth:2},new ao("geometryString","visible",function(b){return b?x._buttonExpandedFigure:x._buttonCollapsedFigure}).cp(y)));return a=x.fb("ButtonBorder"),a instanceof ki&&(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 nt=E.ih();nt===null&&(nt=E.part),nt!==null&&(E=nt.fb(y),E!==null&&(b.handled=!0,z.Ea("Collapse/Expand Panel"),E.visible=!E.visible,z.eb("Collapse/Expand Panel")))}},x}),Zu("CheckBoxButton",function(a){var y=lm(a);return a=Ea("Button",{desiredSize:new An(14,14)},Ea(ki,{name:"ButtonIcon",geometryString:"M0 0 M0 8.85 L4.9 13.75 16.2 2.45 M16.2 16.2",strokeWidth:2,stretch:cn,geometryStretch:Zn,visible:!1},y!==""?new ao("visible",y).Kx():[])),a.click=function(x,b){if(b instanceof pn){var E=x.diagram;if(!(E===null||E.isReadOnly||y!==""&&E.model.isReadOnly)){x.handled=!0;var z=b.fb("ButtonIcon");E.Ea("checkbox"),z.visible=!z.visible,typeof b._doClick=="function"&&b._doClick(x,b),E.eb("checkbox")}}},a}),Zu("CheckBox",function(a){a=lm(a),a=Ea("CheckBoxButton",a,{name:"Button",isActionable:!1,margin:new Fi(0,1,0,0)});var y=Ea(pn,"Horizontal",a,{isActionable:!0,cursor:a.cursor,margin:new Fi(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}),Oe.None=hn=new sn(Oe,"None",0),Oe.Default=Pi=new sn(Oe,"Default",0),Oe.Vertical=ai=new sn(Oe,"Vertical",4),Oe.Horizontal=Qn=new sn(Oe,"Horizontal",5),Oe.Fill=cn=new sn(Oe,"Fill",3),Oe.Uniform=Zn=new sn(Oe,"Uniform",1),Oe.UniformToFill=Ui=new sn(Oe,"UniformToFill",2),Oe.FlipVertical=Ni=new sn(Oe,"FlipVertical",1),Oe.FlipHorizontal=Zi=new sn(Oe,"FlipHorizontal",2),Oe.FlipBoth=gr=new sn(Oe,"FlipBoth",3),Oe.make=Ea,Oe.getBuilders=function(){var a=new li,y;for(y in pf)if(y!==y.toLowerCase()){var x=pf.I(y);typeof x=="function"&&a.add(y,x)}return a.freeze(),a},Oe.defineBuilder=Zu,Oe.build=function(a,y,x){for(var b=[],E=2;E<arguments.length;++E)b[E-2]=arguments[E];if(E=pf.I(a),typeof E=="function"&&(b=E([a].concat(b)),b instanceof Oe))return y&&b.set(y),b;Le('GraphObject.build invoked object builder "'+a+'", but it did not return an Object')},Oe.takeBuilderArgument=lm;function Sd(){this.nc=!1,this.xa="",this.zp=-1,this.nb=this.wm=this.te=null,this.j="",this.hb=this.Di=this.Hb=this.Ch=this.$h=this.F=this.Ha=this.ia=this.V=this.Lh=this.Xd=this.Of=this.Nh=this.Oh=this.Qh=this.Ph=this.Mh=this.Bh=this.Fh=this.zh=null,this.u=wi,this.o=no,this.hg=Pi,this.ob=this.Bi=1,this.Pf=hn,this.Pc=this.Ci=this.gd=null,this.Oc="category"}Sd.prototype.copy=function(){var a=new Sd;return a.xa=this.xa,a.zp=this.zp,a.te=this.te,a.nb=this.nb,a.j=this.j,a.zh=this.zh,a.Fh=this.Fh,a.Bh=this.Bh,a.Mh=this.Mh,a.Ph=this.Ph,a.Qh=this.Qh,a.Oh=this.Oh,a.Nh=this.Nh,a.Of=this.Of,a.Xd=this.Xd,a.Lh=this.Lh,a.V=this.V,a.ia=this.ia,a.Ha=this.Ha,a.F=this.F,a.$h=this.$h,a.Ch=this.Ch,a.Hb=this.Hb,a.Di=this.Di,a.hb=this.hb,a.u=this.u.J(),a.o=this.o.J(),a.hg=this.hg,a.Bi=this.Bi,a.ob=this.ob,a.Pf=this.Pf,a.gd=this.gd,a.Ci=this.Ci,a.Pc=this.Pc,a.Oc=this.Oc,a};function zh(){this.u=-1/0,this.o=0,this.F=to,this.rr=bs,this.j=this.V="None"}zh.prototype.copy=function(){var a=new zh;return a.u=this.u,a.o=this.o,a.F=this.F.J(),a.rr=this.rr,a.V=this.V,a.j=this.j,a},zh.className="LinkElementSettings";function jg(){this.yj=this.Xi=Mo,this.xj=this.Wi=this.wj=this.Vi=NaN,this.Tr=this.hq=null,this.Ur=this.iq=1/0}jg.prototype.copy=function(){var a=new jg;return a.Xi=this.Xi.J(),a.yj=this.yj.J(),a.Vi=this.Vi,a.wj=this.wj,a.Wi=this.Wi,a.xj=this.xj,a.hq=this.hq,a.Tr=this.Tr,a.iq=this.iq,a.Ur=this.Ur,a},jg.className="LinkSettings";function Tc(){this.ha=[1,0,0,1,0,0]}Tc.prototype.copy=function(){var a=new Tc;return a.ha[0]=this.ha[0],a.ha[1]=this.ha[1],a.ha[2]=this.ha[2],a.ha[3]=this.ha[3],a.ha[4]=this.ha[4],a.ha[5]=this.ha[5],a},Tc.prototype.translate=function(a,y){this.ha[4]+=this.ha[0]*a+this.ha[2]*y,this.ha[5]+=this.ha[1]*a+this.ha[3]*y},Tc.prototype.scale=function(a,y){this.ha[0]*=a,this.ha[1]*=a,this.ha[2]*=y,this.ha[3]*=y},Tc.prototype.rotate=function(a,y,x){if(360<=a?a-=360:0>a&&(a+=360),a!==0){if(this.translate(y,x),a===90){a=0;var b=1}else a===180?(a=-1,b=0):a===270?(a=0,b=-1):(b=a*Math.PI/180,a=Math.cos(b),b=Math.sin(b));var E=this.ha[1]*a+this.ha[3]*b,z=this.ha[0]*-b+this.ha[2]*a,nt=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]=nt,this.translate(-y,-x)}},Tc.className="STransform";function xd(a){this.type=a,this.r2=this.y2=this.x2=this.r1=this.y1=this.x1=0,this.gx=[],this.pattern=null}xd.prototype.addColorStop=function(a,y){this.gx.push({offset:a,color:y})},xd.className="SGradient";function Nl(a,y,x){this.ownerDocument=a=y===void 0?dn.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 ia(this,x)}Nl.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},Nl.prototype.Ud=function(a,y,x){if(a=this.ownerDocument.createElementNS(this.cA,a),rn(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},Nl.prototype.getBoundingClientRect=function(){return this.Oa.getBoundingClientRect()},Nl.prototype.focus=function(){this.Oa.focus()},Nl.prototype.mx=function(){this.ownerDocument=null},Ue.Object.defineProperties(Nl.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}}}),Nl.className="SVGSurface";function ia(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 Tc,this.j=um(this),this.Nj=um(this,"gojs-diagram"),this.Hl=this.ti=null;var x=vr++,b=this.Ud("clipPath",{id:"mainClip"+x});b.appendChild(this.Ud("rect",{x:0,y:0,width:a.width,height:a.height})),this.ww=b,this.svg.appendChild(this.j),this.j.appendChild(this.Nj),this.svg.appendChild(b),this.j.setAttributeNS(null,"clip-path","url(#mainClip"+x+")"),this.eA={},this.isTemporary=!!y,this.filter="",this.bk=null}function Xy(a,y,x,b,E,z,nt){a.Nj===void 0?zg(a,y,x,b,E,z,nt):a.Nj.setAttribute("transform","matrix("+y+", "+x+", "+b+", "+E+", "+z+", "+nt+")")}Kt=ia.prototype,Kt.arc=function(a,y,x,b,E,z,nt,rt){var st=2*Math.PI,ht=st-1e-6,dt=x*Math.cos(b),vt=x*Math.sin(b),Nt=a+dt,Wt=y+vt,Ht=z?0:1;b=z?b-E:E-b,(1e-6<Math.abs(nt-Nt)||1e-6<Math.abs(rt-Wt))&&this.path.push(["L",Nt,+Wt]),0>b&&(b=b%st+st),b>ht?(this.path.push(["A",x,x,0,1,Ht,a-dt,y-vt]),this.path.push(["A",x,x,0,1,Ht,Nt,Wt])):1e-6<b&&this.path.push(["A",x,x,0,+(b>=Math.PI),Ht,a+x*Math.cos(E),y+x*Math.sin(E)])},Kt.beginPath=function(){this.path=[],this.Yl={stroke:"none",fill:"none"}},Kt.Se=function(a){this.addPath(this.path,this.rb,a||0)},Kt.bezierCurveTo=function(a,y,x,b,E,z){this.path.push(["C",a,y,x,b,E,z])},Kt.clearRect=function(){},Kt.clip=function(){this.Yl.clipPath=!0},Kt.closePath=function(){this.path.push(["z"])},Kt.createLinearGradient=function(a,y,x,b){var E=new xd("linear");return E.x1=a,E.y1=y,E.x2=x,E.y2=b,E},Kt.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"+vr++,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(kc,E)),this.svg.appendChild(a),x[y]=b,"url(#"+b+")"},Kt.createRadialGradient=function(a,y,x,b,E,z){var nt=new xd("radial");return nt.x1=a,nt.y1=y,nt.r1=x,nt.x2=b,nt.y2=E,nt.r2=z,nt};function Jy(a,y,x,b,E,z,nt,rt,st){b=rt/b,E=st/E,z===0&&nt===0||a.rb.translate(z,nt),b===1&&E===1||a.rb.scale(b,E),y===0&&x===0||a.rb.translate(-y,-x)}Kt.drawImage=function(a,y,x,b,E,z,nt,rt,st){var ht="";a instanceof HTMLCanvasElement&&(ht=a.toDataURL()),a instanceof HTMLImageElement&&(ht=a.getAttribute("src"));var dt=a instanceof HTMLImageElement?a.naturalWidth:a.width;a=a instanceof HTMLImageElement?a.naturalHeight:a.height,b===void 0&&(z=y,nt=x,rt=b=dt,st=E=a),b=b||0,E=E||0,rt=rt||0,st=st||0,Jy(this,y,x,b,E,z||0,nt||0,rt,st),z={x:0,y:0,width:dt||b,height:a||E,href:ht},Re.$(b,rt)&&Re.$(E,st)?ht.toLowerCase().indexOf(".svg")===-1&&ht.toLowerCase().indexOf("data:image/svg")===-1&&(z.preserveAspectRatio="xMidYMid slice"):z.preserveAspectRatio="none",(y!==0||x!==0||b!==dt||E!==a)&&(b+=y,E+=x,z["clip-path"]="path('M "+y+","+x+" L "+b+" "+x+" L "+b+" "+E+" L "+y+" "+E+" z')"),mf(this,kc,z,this.rb),this.addElement(kc,z)},Kt.fill=function(a){a&&(this.Yl["fill-rule"]="evenodd"),rv(this,this.Yl)},Kt.ng=function(a,y){this.clipInsteadOfFill?this.clip():this.fill(y)},Kt.fillRect=function(a,y,x,b){a=[a,y,x,b],a={x:a[0],y:a[1],width:a[2],height:a[3]},mf(this,"fill",a,this.rb),this.addElement("rect",a)},Kt.ox=function(a,y,x,b){a={x:a,y,width:x,height:b},mf(this,"fill",a,this.rb),rv(this,a),this.svg.prepend(this.Ud("rect",a))},Kt.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},mf(this,"fill",y,this.rb),this.addElement("text",y,a[0])},Kt.lineTo=function(a,y){this.path.push(["L",a,y])},Kt.moveTo=function(a,y){this.path.push(["M",a,y])},Kt.quadraticCurveTo=function(a,y,x,b){this.path.push(["Q",a,y,x,b])},Kt.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"])},Kt.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},Kt.save=function(){this.stack.push({fillStyle:this.fillStyle,font:this.font,globalAlpha:this.globalAlpha,lineCap:this.lineCap,lineDashOffset:this.lineDashOffset,lineJoin:this.lineJoin,lineWidth:this.lineWidth,miterLimit:this.miterLimit,shadowBlur:this.shadowBlur,shadowColor:this.shadowColor,shadowOffsetX:this.shadowOffsetX,shadowOffsetY:this.shadowOffsetY,strokeStyle:this.strokeStyle,textAlign:this.textAlign,bk:this.bk});for(var a=[],y=0;y<this.path.length;y++)a.push(this.path[y]);this.stack.push(a),this.stack.push(this.rb.copy())},Kt.setTransform=function(a,y,x,b,E,z){a===1&&y===0&&x===0&&b===1&&E===0&&z===0||zg(this,a,y,x,b,E,z)};function Qy(a){return a=a.rb.ha,"matrix("+a[0]+", "+a[1]+", "+a[2]+", "+a[3]+", "+a[4]+", "+a[5]+")"}Kt.scale=function(a,y){this.rb.scale(a,y)},Kt.translate=function(a,y){this.rb.translate(a,y)},Kt.transform=function(){},Kt.yc=function(){},Kt.stroke=function(){$y(this,this.Yl)},Kt.jk=function(){this.clipInsteadOfFill||this.stroke()},Kt.Ud=function(a,y,x){return this.Gv.Ud(a,y,x)},Kt.addElement=function(a,y,x){return a=this.Ud(a,y,x),this.yd!==null?this.yd.appendChild(a):this.yd=a,this.ad=a};function mf(a,y,x,b){y==="fill"?rv(a,x):y==="stroke"&&$y(a,x),b!==null&&(a=b.ha,x.transform="matrix("+a[0]+", "+a[1]+", "+a[2]+", "+a[3]+", "+a[4]+", "+a[5]+")")}function rv(a,y){a.fillStyle instanceof xd?y.fill=ov(a,a.fillStyle,!0):/^rgba\(/.test(a.fillStyle)?(a=/^\s*rgba\s*\(([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\)\s*$/i.exec(a.fillStyle),y.fill="rgb("+a[1]+","+a[2]+","+a[3]+")",y["fill-opacity"]=a[4]):y.fill=a.fillStyle}function qy(a,y,x){x=x?"fill":"stroke",a.fillStyle instanceof xd?y.setAttributeNS(null,"fill",ov(a,a.fillStyle,!0)):/^rgba\(/.test(a.fillStyle)?(a=/^\s*rgba\s*\(([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\)\s*$/i.exec(a.fillStyle),y.setAttributeNS(null,x,"rgb("+a[1]+","+a[2]+","+a[3]+")"),y.setAttributeNS(null,x+"-opacity",a[4])):y.setAttributeNS(null,x,a.fillStyle)}function $y(a,y){if(a.strokeStyle instanceof xd)y.stroke=ov(a,a.strokeStyle,!1);else if(/^rgba\(/.test(a.strokeStyle)){var x=/^\s*rgba\s*\(([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\)\s*$/i.exec(a.strokeStyle);y.stroke="rgb("+x[1]+","+x[2]+","+x[3]+")",y["stroke-opacity"]=x[4]}else y.stroke=a.strokeStyle;y["stroke-width"]=a.lineWidth,y["stroke-linecap"]=a.lineCap,y["stroke-linejoin"]=a.lineJoin,y["stroke-miterlimit"]=a.miterLimit,a.Ct&&(y["stroke-dasharray"]=a.Yg.toString(),y["stroke-dashoffset"]=a.uj)}function ov(a,y,x){var b="";if(b=a.Hl!==null?a.Hl.getAttribute(x?"fill":"stroke"):null,b!==null&&b.indexOf("GRAD")!==-1?(b=b.split("#")[1].slice(0,-1),x=a.svg.getElementById(b),x!==null&&x.remove()):b="GRAD"+vr++,y.type==="linear")x=a.Ud("linearGradient",{x1:y.x1,x2:y.x2,y1:y.y1,y2:y.y2,id:b,gradientUnits:"userSpaceOnUse"});else if(y.type==="radial")x=a.Ud("radialGradient",{x1:y.x1,x2:y.x2,y1:y.y1,y2:y.y2,r1:y.r1,r2:y.r2,id:b});else throw Error("invalid gradient");var E=y.gx;y=E.length;for(var z=[],nt=0;nt<y;nt++){var rt=E[nt],st=rt.color;rt={offset:rt.offset,"stop-color":st},/^rgba\(/.test(st)&&(st=/^\s*rgba\s*\(([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\)\s*$/i.exec(st),rt["stop-color"]="rgb("+st[1]+","+st[2]+","+st[3]+")",rt["stop-opacity"]=st[4]),z.push(rt)}for(z.sort(function(ht,dt){return ht.offset>dt.offset?1:-1}),E=0;E<y;E++)x.appendChild(a.Ud("stop",z[E]));return a.svg.appendChild(x),"url(#"+b+")"}Kt.addPath=function(a,y,x){for(var b=[],E=0;E<a.length;E++){var z=Bn(a[E]),nt=[z.shift()];if(nt[0]==="A")nt.push(z.shift()+","+z.shift(),z.shift(),z.shift()+","+z.shift(),z.shift()+","+z.shift());else for(;z.length;)nt.push(z.shift()+","+z.shift());b.push(nt.join(" "))}if(b=b.join(" "),a=this.Yl,a.clipPath)0<this.nh.length&&this.nh[this.nh.length-1].setAttributeNS(null,"clip-path",'path("'+b+'")');else if(a.d=b,mf(this,"",a,y),this.Hl!==null)if(y=this.Hl,y.nodeName!=="g")for(var rt in a)rt!=="transform"&&y.setAttributeNS(null,rt,a[rt]);else{rt=y.getElementsByTagName("path");for(var st in a)st!=="transform"&&rt[x].setAttributeNS(null,st,a[st])}else this.addElement("path",a)};function zg(a,y,x,b,E,z,nt){var rt=new Tc;rt.ha=[y,x,b,E,z,nt],y={},mf(a,"g",y,rt),rt=a.addElement("g",y),a.nh.push(rt)}function um(a,y){var x={};return y&&(x.class=y),y=a.addElement("g",x),a.nh.push(y),y}Kt.Ev=function(a,y,x){this.Ar=a,this.Br=y,this.Vg=x};function Zl(a){a.Il=!1,a.shadowOffsetX=0,a.shadowOffsetY=0,a.shadowBlur=0}function pu(a){a.Il=!0,a.shadowOffsetX=a.Ar,a.shadowOffsetY=a.Br,a.shadowBlur=a.Vg}Kt.js=function(a,y){this.Ct=!0,this.Yg=a,this.uj=y},Kt.fs=function(){this.Ct=!1},Kt.Vc=function(){},Kt.Wx=function(){},ia.prototype.rotate=function(a){this.rb.rotate(57.2958*a,0,0)},ia.prototype.getImageData=function(){return null},ia.prototype.measureText=function(){return null};function hm(a,y){y=y.getAttribute("fill"),y!==null&&(y=y.split("#"),y.length!==1&&(y=a.svg.getElementById(y[1].slice(0,-1)),y!==null&&a.svg.innerHTML.match(new RegExp(y.id,"g")).length===1&&y.remove()))}ia.prototype.Hs=function(a){a.svg!==null&&a.svg.parentNode===this.Nj&&a.svg.remove()},ia.className="SVGContext",Xe.prototype.Cs=function(a){this.pj.contains("SVG")||this.bs("SVG",new Nl(this,dn.document));var y=new Nl(this,dn.document,!0);a===void 0&&(a=new ni);var x=this;return fd(this,function(b,E){return b=rm(x,b,"SVG",y),b=b!==null?b.svg:null,typeof E=="function"?(E(b),null):b},a)},Xe.prototype.makeSvg=Xe.prototype.Cs,Xe.prototype.av=function(a){return this.Cs(a)},Xe.prototype.makeSVG=Xe.prototype.av;function _a(a,y,x,b){this.ownerDocument=y=y===void 0?dn.document:y,this.hs=null,y=y.createElement("canvas"),y.tabIndex=0,this.Oa=y,this.context=new Nc(y,x,b),y.H=a}_a.prototype.resize=function(a,y,x,b){return this.width!==a||this.height!==y?(this.width=a,this.height=y,this.style.width=x+"px",this.style.height=b+"px",!0):!1},_a.prototype.toDataURL=function(a,y){return this.Oa.toDataURL(a,y)},_a.prototype.getBoundingClientRect=function(){return this.Oa.getBoundingClientRect()},_a.prototype.focus=function(){this.Oa.focus()},_a.prototype.mx=function(){this.ownerDocument=this.Oa.H=null},Ue.Object.defineProperties(_a.prototype,{width:{get:function(){return this.Oa.width},set:function(a){this.Oa.width=a}},height:{get:function(){return this.Oa.height},set:function(a){this.Oa.height=a}},style:{get:function(){return this.Oa.style}}}),_a.className="CanvasSurface";function Nc(a,y,x){this.Z=a.getContext?a.getContext("2d",y):null,this.Z===null&&Le("Browser does not support HTML Canvas Element"),this.ct=this.et=this.dt="",this.Hm=!1,this.Vg=this.Br=this.Ar=0,this.Il=!1,this.El=new bi,this.isTemporary=!!x}Kt=Nc.prototype,Kt.Wx=function(a){this.Z.imageSmoothingEnabled=a},Kt.arc=function(a,y,x,b,E,z){this.Z.arc(a,y,x,b,E,z)},Kt.beginPath=function(){this.Z.beginPath()},Kt.Se=function(){},Kt.bezierCurveTo=function(a,y,x,b,E,z){this.Z.bezierCurveTo(a,y,x,b,E,z)},Kt.clearRect=function(a,y,x,b){this.yc(),this.Z.clearRect(a,y,x,b)},Kt.clip=function(){this.Z.clip()},Kt.closePath=function(){this.Z.closePath()},Kt.createLinearGradient=function(a,y,x,b){return this.Z.createLinearGradient(a,y,x,b)},Kt.createPattern=function(a,y){return this.Z.createPattern(a,y)},Kt.createRadialGradient=function(a,y,x,b,E,z){return this.Z.createRadialGradient(a,y,x,b,E,z)},Kt.drawImage=function(a,y,x,b,E,z,nt,rt,st){b===void 0?this.Z.drawImage(a,y,x):this.Z.drawImage(a,y,x,b,E,z,nt,rt,st)},Kt.fill=function(a){this.Z.fill(a?"evenodd":"nonzero")},Kt.fillRect=function(a,y,x,b){this.Z.fillRect(a,y,x,b)},Kt.ox=function(a,y,x,b){this.Z.fillRect(a,y,x,b)},Kt.fillText=function(a,y,x){this.Z.fillText(a,y,x)},Kt.getImageData=function(a,y,x,b){return this.Z.getImageData(a,y,x,b)},Kt.lineTo=function(a,y){this.Z.lineTo(a,y)},Kt.measureText=function(a){return this.Z.measureText(a)},Kt.moveTo=function(a,y){this.Z.moveTo(a,y)},Kt.quadraticCurveTo=function(a,y,x,b){this.Z.quadraticCurveTo(a,y,x,b)},Kt.rect=function(a,y,x,b){this.Z.rect(a,y,x,b)},Kt.restore=function(){this.Z.restore()},Kt.save=function(){this.yc(),this.Z.save()},Nc.prototype.rotate=function(a){this.El.rotate(57.2958*a,0,0)},Kt=Nc.prototype,Kt.setTransform=function(a,y,x,b,E,z){this.El.setTransform(a,y,x,b,E,z)},Kt.scale=function(a,y){this.El.scale(a,y)},Kt.translate=function(a,y){this.El.translate(a,y)},Kt.stroke=function(){this.Z.stroke()},Kt.transform=function(a,y,x,b,E,z){if(a!==1||y!==0||x!==0||b!==1||E!==0||z!==0){var nt=this.El,rt=nt.m11*a+nt.m21*y;a=nt.m12*a+nt.m22*y,y=nt.m11*x+nt.m21*b,x=nt.m12*x+nt.m22*b,nt.dx=nt.m11*E+nt.m21*z+nt.dx,nt.dy=nt.m12*E+nt.m22*z+nt.dy,nt.m11=rt,nt.m12=a,nt.m21=y,nt.m22=x}},Kt.yc=function(){var a=this.El;this.Z.setTransform(a.m11,a.m12,a.m21,a.m22,a.dx,a.dy)},Kt.ng=function(a,y){if(a instanceof lr&&a.type===Ma){var x=a.yk;a=a.ft,a>x?(this.scale(x/a,1),this.translate((a-x)/2,0)):x>a&&(this.scale(1,a/x),this.translate(0,(x-a)/2)),this.Hm?this.clip():this.fill(y),a>x?(this.translate(-(a-x)/2,0),this.scale(1/(x/a),1)):x>a&&(this.translate(0,-(x-a)/2),this.scale(1,1/(a/x)))}else this.Hm?this.clip():this.fill(y)},Kt.jk=function(){this.Hm||this.stroke()},Kt.Ev=function(a,y,x){this.Ar=a,this.Br=y,this.Vg=x},Kt.js=function(a,y){var x=this.Z;x.setLineDash!==void 0&&(x.setLineDash(a),x.lineDashOffset=y)},Kt.fs=function(){var a=this.Z;a.setLineDash!==void 0&&(a.setLineDash(vx),a.lineDashOffset=0)},Kt.Vc=function(a){a&&(this.dt=""),this.ct=this.et=""},Kt.Hs=function(){},Ue.Object.defineProperties(Nc.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 vx=Object.freeze([]);Nc.className="CanvasSurfaceContext";function Wg(){this.F=this.o=this.u=this.j=0}Wg.className="ColorNumbers";function lr(a,y){xf||(cv(),xf=!0),si(this),this._isFrozen=!1,a===void 0?(this.na=Xu,this.xk="black"):typeof a=="string"?(this.na=Xu,this.xk=a):(this.na=a,this.xk="black"),a=this.na,a===vu?(this.Qd=Qr,this.Lk=Jo):this.Lk=a===Ma?this.Qd=nr:this.Qd=Yi,this.Gr=0,this.Xp=NaN,this.xe=this.cr=this.we=null,this.ft=this.yk=0,y&&Object.assign(this,y)}lr.prototype.copy=function(){var a=new lr;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},Kt=lr.prototype,Kt.freeze=function(){return this._isFrozen=!0,this.we!==null&&this.we.freeze(),this},Kt.ka=function(){return Object.isFrozen(this)&&Le("cannot thaw constant: "+this),this._isFrozen=!1,this.we!==null&&this.we.ka(),this},Kt.qb=function(a){a.classType===lr&&(this.type=a)},Kt.toString=function(){var a="Brush(";if(this.type===Xu)a+=this.color;else if(a=this.type===vu?a+"Linear ":this.type===Ma?a+"Radial ":this.type===wf?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+")"},Kt.addColorStop=function(a,y){return this._isFrozen&&nn(this),(typeof a!="number"||!isFinite(a)||1<a||0>a)&&wn(a,"0 <= loc <= 1",lr,"addColorStop:loc"),this.we===null&&(this.we=new li),this.we.add(a,y),this.na===Xu&&(this.type=vu),this.xe=null,this},Kt.Vz=function(a,y){if(this._isFrozen&&nn(this),a=a===void 0||typeof a!="number"?.2:a,y=y===void 0?Pf:y,this.type===Xu)mu(this.color),this.color=yf(a,y);else if((this.type===vu||this.type===Ma)&&this.colorStops!==null)for(var x=this.colorStops.iterator;x.next();)mu(x.value),this.addColorStop(x.key,yf(a,y));return this};function t1(a,y,x){return y=y===void 0||typeof y!="number"?.2:y,x=x===void 0?Pf:x,mu(a),yf(y,x)}Kt.Wy=function(a,y){if(this._isFrozen&&nn(this),a=a===void 0||typeof a!="number"?.2:a,y=y===void 0?Pf:y,this.type===Xu)mu(this.color),this.color=yf(-a,y);else if((this.type===vu||this.type===Ma)&&this.colorStops!==null)for(var x=this.colorStops.iterator;x.next();)mu(x.value),this.addColorStop(x.key,yf(-a,y));return this};function e1(a,y,x){return y=y===void 0||typeof y!="number"?.2:y,x=x===void 0?Pf:x,mu(a),yf(-y,x)}function sv(a,y,x){mu(a),a=br.j;var b=br.u,E=br.o,z=br.F;return mu(y),x===void 0&&(x=.5),"rgba("+Math.round((br.j-a)*x+a)+", "+Math.round((br.u-b)*x+b)+", "+Math.round((br.o-E)*x+E)+", "+Math.round((br.F-z)*x+z)+")"}Kt.Gx=function(){if(this.type===Xu)return vf(this.color);if((this.type===vu||this.type===Ma)&&this.colorStops!==null){var a=this.colorStops;if(this.type===Ma)return vf(a.first().value);if(a.get(.5)!==null)return vf(a.get(.5));if(a.count===2)return a=a.Fa(),vf(sv(a[0].value,a[1].value));for(var y=a.iterator,x=-1,b=-1,E=1,z=1;y.next();){var nt=y.key,rt=Math.abs(.5-y.key);E>z&&rt<E?(x=nt,E=rt):z>=E&&rt<z&&(b=nt,z=rt)}return x>b&&(z=x,x=b,b=z,z=E),E=b-x,vf(sv(a.get(x),a.get(b),1-z/E))}return!1};function vf(a){return a?a instanceof lr?a.Gx():(mu(a),128>(299*br.j+587*br.u+114*br.o)/1e3):!1}function yf(a,y){switch(y){case Pf:y=100*lv(br.j);var x=100*lv(br.u),b=100*lv(br.o);return Ps.j=.4124564*y+.3575761*x+.1804375*b,Ps.u=.2126729*y+.7151522*x+.072175*b,Ps.o=.0193339*y+.119192*x+.9503041*b,Ps.F=br.F,y=hv(Ps.j/Sf[0]),x=hv(Ps.u/Sf[1]),b=hv(Ps.o/Sf[2]),Xl.j=116*x-16,Xl.u=500*(y-x),Xl.o=200*(x-b),Xl.F=Ps.F,Xl.j=Math.min(100,Math.max(0,Xl.j+100*a)),a=(Xl.j+16)/116,y=a-Xl.o/200,Ps.j=Sf[0]*n1(Xl.u/500+a),Ps.u=Sf[1]*(Xl.j>cm*dv?Math.pow(a,3):Xl.j/cm),Ps.o=Sf[2]*n1(y),Ps.F=Xl.F,a=-.969266*Ps.j+1.8760108*Ps.u+.041556*Ps.o,y=.0556434*Ps.j+-.2040259*Ps.u+1.0572252*Ps.o,br.j=255*uv((3.2404542*Ps.j+-1.5371385*Ps.u+-.4985314*Ps.o)/100),br.u=255*uv(a/100),br.o=255*uv(y/100),br.F=Ps.F,br.j=Math.round(br.j),255<br.j?br.j=255:0>br.j&&(br.j=0),br.u=Math.round(br.u),255<br.u?br.u=255:0>br.u&&(br.u=0),br.o=Math.round(br.o),255<br.o?br.o=255:0>br.o&&(br.o=0),"rgba("+br.j+", "+br.u+", "+br.o+", "+br.F+")";case i1:return av(),ya.o=Math.min(100,Math.max(0,ya.o+100*a)),"hsla("+ya.j+", "+ya.u+"%, "+ya.o+"%, "+ya.F+")";default:Le("Unknown color space: "+y)}}function mu(a){xf||(cv(),xf=!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,br.j=a[0],br.u=a[1],br.o=a[2],br.F=a[3]/255):(y.fillStyle="#FFFFFF",y.fillStyle=a,br.j=0,br.u=0,br.o=0,br.F=1)}}function av(){var a=br.j/255,y=br.u/255,x=br.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 nt=a=0;else{switch(b){case a:nt=(y-x)/z%6;break;case y:nt=(x-a)/z+2;break;case x:nt=(a-y)/z+4}nt*=60,0>nt&&(nt+=360),a=z/(1-Math.abs(2*E-1))}ya.j=Math.round(nt),ya.u=Math.round(100*a),ya.o=Math.round(100*E),ya.F=br.F}function lv(a){return a/=255,.04045>=a?a/12.92:Math.pow((a+.055)/1.055,2.4)}function uv(a){return .0031308>=a?12.92*a:1.055*Math.pow(a,1/2.4)-.055}function hv(a){return a>dv?Math.pow(a,1/3):(cm*a+16)/116}function n1(a){var y=a*a*a;return y>dv?y:(116*a-16)/cm}function wd(a,y){typeof a!="string"&&(a instanceof lr||Le("Value for "+y+" must be a color string or a Brush, not "+a))}function cv(){fv=Vr?new _a(null,void 0,{willReadFrequently:!0}).context:null}Ue.Object.defineProperties(lr.prototype,{type:{get:function(){return this.na},set:function(a){this._isFrozen&&nn(this,a),this.na=a,this.start.Mc()&&(a===vu?this.start=Qr:a===Ma&&(this.start=nr)),this.end.Mc()&&(a===vu?this.end=Jo:a===Ma&&(this.end=nr)),this.xe=null}},color:{get:function(){return this.xk},set:function(a){this._isFrozen&&nn(this,a),this.xk=a,this.xe=null}},start:{get:function(){return this.Qd},set:function(a){this._isFrozen&&nn(this,a),this.Qd=a.J(),this.xe=null}},end:{get:function(){return this.Lk},set:function(a){this._isFrozen&&nn(this,a),this.Lk=a.J(),this.xe=null}},startRadius:{get:function(){return this.Gr},set:function(a){this._isFrozen&&nn(this,a),0>a&&wn(a,">= zero",lr,"startRadius"),this.Gr=a,this.xe=null}},endRadius:{get:function(){return this.Xp},set:function(a){this._isFrozen&&nn(this,a),0>a&&wn(a,">= zero",lr,"endRadius"),this.Xp=a,this.xe=null}},colorStops:{get:function(){return this.we},set:function(a){this._isFrozen&&nn(this,a),this.we=a,this.xe=null}},pattern:{get:function(){return this.cr},set:function(a){this._isFrozen&&nn(this,a),this.cr=a,this.xe=null}}}),lr.prototype.isDark=lr.prototype.Gx,lr.prototype.darkenBy=lr.prototype.Wy,lr.prototype.lightenBy=lr.prototype.Vz,lr.prototype.addColorStop=lr.prototype.addColorStop;var dv=216/24389,cm=24389/27,Sf=[95.047,100,108.883],fv=null,br=new Wg,ya=new Wg,Ps=new Wg,Xl=new Wg,xf=!1;lr.className="Brush";var Xu;lr.Solid=Xu=new sn(lr,"Solid",0);var vu;lr.Linear=vu=new sn(lr,"Linear",1);var Ma;lr.Radial=Ma=new sn(lr,"Radial",2);var wf;lr.Pattern=wf=new sn(lr,"Pattern",4);var Pf;lr.Lab=Pf=new sn(lr,"Lab",5);var i1;lr.HSL=i1=new sn(lr,"HSL",6),lr.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},lr.isValidColor=function(a){if(a==="black")return!0;if(a==="")return!1;xf||(cv(),xf=!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)},lr.lighten=function(a){return t1(a)},lr.lightenBy=t1,lr.darken=function(a){return e1(a)},lr.darkenBy=e1,lr.mix=sv,lr.isDark=vf;function yo(){this.xa="Base"}yo.prototype.measure=function(){},yo.prototype.Yz=function(a,y,x,b,E){a.measure(y,x,b,E)},yo.prototype.arrange=function(){},yo.prototype.Ly=function(a,y,x,b,E,z){a.arrange(y,x,b,E,z)},yo.prototype.iA=function(a){a.Uj()},yo.prototype.gc=function(){},Ue.Object.defineProperties(yo.prototype,{name:{get:function(){return this.xa},set:function(a){this.xa=a}},classType:{get:function(){return pn}}}),yo.prototype.remeasureObject=yo.prototype.iA,yo.prototype.arrangeElement=yo.prototype.Ly,yo.prototype.measureElement=yo.prototype.Yz,yo.className="PanelLayout";function dm(){this.xa="Base"}_e(dm,yo),dm.prototype.measure=function(a,y,x,b,E,z,nt){var rt=b.length;a=yu(a);for(var st=0;st<rt;st++){var ht=b[st];if(ht.visible||ht===a){var dt=ht.margin,vt=dt.right+dt.left;dt=dt.top+dt.bottom,ht.measure(y,x,z,nt);var Nt=ht.measuredBounds;vt=Math.max(Nt.width+vt,0),dt=Math.max(Nt.height+dt,0),Nt=ht.position.x;var Wt=ht.position.y;isFinite(Nt)||(Nt=0),isFinite(Wt)||(Wt=0),ht instanceof ki&&ht.isGeometryPositioned&&(ht=ht.strokeWidth/2,Nt-=ht,Wt-=ht),Zr(E,Nt,Wt,vt,dt)}}},dm.prototype.arrange=function(a,y,x){var b=y.length,E=a.padding;for(a=x.x-E.left,x=x.y-E.top,E=0;E<b;E++){var z=y[E],nt=z.measuredBounds,rt=z.margin,st=z.position.x,ht=z.position.y;if(st=isNaN(st)?-a:st-a,ht=isNaN(ht)?-x:ht-x,z instanceof ki&&z.isGeometryPositioned){var dt=z.strokeWidth/2;st-=dt,ht-=dt}z.visible&&z.arrange(st+rt.left,ht+rt.top,nt.width,nt.height)}};function fm(){this.xa="Base"}_e(fm,yo),fm.prototype.measure=function(a,y,x,b,E,z,nt){var rt=b.length;y=Vn(),z=yu(a);for(var st=0;st<rt;st++){var ht=b[st];if(ht.visible||ht===z){var dt=js(ht,!1);if(dt!==hn&&dt!==Qn)y.push(ht);else{ht.measure(1/0,x,0,nt),dt=ht.margin,ht=ht.measuredBounds;var vt=Math.max(ht.height+dt.top+dt.bottom,0);E.width+=Math.max(ht.width+dt.right+dt.left,0),E.height=Math.max(E.height,vt)}}}for(b=y.length,a.desiredSize.height?x=Math.min(a.desiredSize.height,a.maxSize.height):E.height!==0&&(x=Math.min(E.height,a.maxSize.height)),a=0;a<b;a++)st=y[a],(st.visible||st===z)&&(dt=st.margin,rt=dt.right+dt.left,dt=dt.top+dt.bottom,st.measure(1/0,x,0,nt),st=st.measuredBounds,dt=Math.max(st.height+dt,0),E.width+=Math.max(st.width+rt,0),E.height=Math.max(E.height,dt));Tn(y)},fm.prototype.arrange=function(a,y,x){for(var b=y.length,E=a.padding,z=E.top,nt=a.isOpposite,rt=nt?x.width:E.left,st=0;st<b;st++){var ht=z,dt=y[st];if(dt.visible){var vt=dt.measuredBounds,Nt=dt.margin,Wt=Nt.top+Nt.bottom,Ht=z+E.bottom,ne=vt.height,ve=js(dt,!1);(isNaN(dt.desiredSize.height)&&ve===cn||ve===ai)&&(ne=Math.max(x.height-Wt-Ht,0)),Wt=ne+Wt+Ht,Ht=dt.alignment,Ht.Xb()&&(Ht=a.defaultAlignment),Ht.sb()||(Ht=nr),nt&&(rt-=vt.width+Nt.left+Nt.right),dt.arrange(rt+Ht.offsetX+Nt.left,ht+Ht.offsetY+Nt.top+(x.height*Ht.y-Wt*Ht.y),vt.width,ne),nt||(rt+=vt.width+Nt.left+Nt.right)}}};function gm(){this.xa="Base"}_e(gm,yo),gm.prototype.measure=function(a,y,x,b,E,z){var nt=b.length;x=Vn();for(var rt=yu(a),st=0;st<nt;st++){var ht=b[st];if(ht.visible||ht===rt){var dt=js(ht,!1);if(dt!==hn&&dt!==ai)x.push(ht);else{var vt=ht.margin;dt=vt.right+vt.left,vt=vt.top+vt.bottom,ht.measure(y,1/0,z,0),ht=ht.measuredBounds,xo(E,Math.max(E.width,Math.max(ht.width+dt,0)),E.height+Math.max(ht.height+vt,0))}}}if(b=x.length,b!==0){for(a.desiredSize.width?y=Math.min(a.desiredSize.width,a.maxSize.width):E.width!==0&&(y=Math.min(E.width,a.maxSize.width)),a=0;a<b;a++)st=x[a],(st.visible||st===rt)&&(ht=st.margin,nt=ht.right+ht.left,ht=ht.top+ht.bottom,st.measure(y,1/0,z,0),st=st.measuredBounds,ht=Math.max(st.height+ht,0),E.width=Math.max(E.width,Math.max(st.width+nt,0)),E.height+=ht);Tn(x)}},gm.prototype.arrange=function(a,y,x){for(var b=y.length,E=a.padding,z=E.left,nt=a.isOpposite,rt=nt?x.height:E.top,st=0;st<b;st++){var ht=z,dt=y[st];if(dt.visible){var vt=dt.measuredBounds,Nt=dt.margin,Wt=Nt.left+Nt.right,Ht=z+E.right,ne=vt.width,ve=js(dt,!1);(isNaN(dt.desiredSize.width)&&ve===cn||ve===Qn)&&(ne=Math.max(x.width-Wt-Ht,0)),Wt=ne+Wt+Ht,Ht=dt.alignment,Ht.Xb()&&(Ht=a.defaultAlignment),Ht.sb()||(Ht=nr),nt&&(rt-=vt.height+Nt.bottom+Nt.top),dt.arrange(ht+Ht.offsetX+Nt.left+(x.width*Ht.x-Wt*Ht.x),rt+Ht.offsetY+Nt.top,ne,vt.height),nt||(rt+=vt.height+Nt.bottom+Nt.top)}}};function pm(){this.xa="Base"}_e(pm,yo),pm.prototype.measure=function(a,y,x,b,E,z,nt){var rt=b.length,st=a.Pb(),ht=st.margin,dt=ht.right+ht.left,vt=ht.top+ht.bottom;st.measure(y,x,z,nt);var Nt=st.measuredBounds;z=Nt.width,nt=Nt.height;var Wt=Math.max(z+dt,0),Ht=Math.max(nt+vt,0),ne=a.isClipping,ve=en.allocAt(-ht.left,-ht.top,Wt,Ht),de=en.allocAt(0,0,z,nt);gv(st,de,!0),z=de.width,nt=de.height;for(var Pe=!0,be=yu(a),Ee=0;Ee<rt;Ee++){var Be=b[Ee];Nt=y;var Ye=x;if(Be!==st&&(Be.visible||Be===be)){ht=Be.margin;var Ln=ht.left,_n=ht.top;switch(Wt=ht.right+ht.left,Ht=ht.top+ht.bottom,ht=js(Be,!1),ht){case cn:Nt=z,Ye=nt,_n=Ln=Ht=Wt=0;break;case Qn:Nt=z,Ln=Wt=0;break;case ai:Ye=nt,_n=Ht=0}Be.measure(Nt,Ye,0,0),Nt=Be.measuredBounds,Wt=Math.max(Nt.width+Wt,0),Ht=Math.max(Nt.height+Ht,0),ht=Be.alignment,ht.Xb()&&(ht=a.defaultAlignment),ht.sb()||(ht=nr);var jn=Be.alignmentFocus;if(jn.Xb()&&(jn=nr),Ye=null,Be instanceof pn&&Be.$e!==""&&(Ye=Be.fb(Be.$e),Ye===Be&&(Ye=null)),Ln=de.x-Ln,_n=de.y-_n,Ye!==null){for(Be.arrange(0,0,Nt.width,Nt.height),Nt=Ye.actualBounds,Nt=ye.allocAt(Nt.x+(jn.x*Nt.width-jn.offsetX),Nt.y+(jn.y*Nt.height-jn.offsetY)),Ye=Ye.panel;Ye!==Be;)Ye.transform.Ga(Nt),Ye=Ye.panel;Ln+=ht.x*z+ht.offsetX-Nt.x,_n+=ht.y*nt+ht.offsetY-Nt.y,ye.free(Nt)}else Ln+=ht.x*z+ht.offsetX-(jn.x*Nt.width+jn.offsetX),_n+=ht.y*nt+ht.offsetY-(jn.y*Nt.height+jn.offsetY);Pe?(Pe=!1,E.h(Ln,_n,Wt,Ht)):Zr(E,Ln,_n,Wt,Ht)}}switch(Pe?E.assign(ve):ne?E.Uu(de.x,de.y,de.width,de.height):Zr(E,ve.x,ve.y,ve.width,ve.height),en.free(ve),en.free(de),ht=st.stretch,ht===Pi&&(ht=js(st,!1)),ht){case hn:return;case cn:if(!isFinite(y)&&!isFinite(x))return;break;case Qn:if(!isFinite(y))return;break;case ai:if(!isFinite(x))return}for(Nt=st.measuredBounds,z=Nt.width,nt=Nt.height,Wt=Math.max(z+dt,0),Ht=Math.max(nt+vt,0),ht=st.margin,de=en.allocAt(-ht.left,-ht.top,Wt,Ht),gv(st,de,!0),z=de.width,nt=de.height,y=0;y<rt;y++)x=b[y],x===st||!x.visible&&x!==be||(ht=x.margin,Wt=ht.right+ht.left,Ht=ht.top+ht.bottom,Nt=x.measuredBounds,Wt=Math.max(Nt.width+Wt,0),Ht=Math.max(Nt.height+Ht,0),dt=x.alignment,dt.Xb()&&(dt=a.defaultAlignment),dt.sb()||(dt=nr),x=x.alignmentFocus,x.Xb()&&(x=nr),Pe?(Pe=!1,E.h(dt.x*z+dt.offsetX-(x.x*Nt.width+x.offsetX)-ht.left,dt.y*nt+dt.offsetY-(x.y*Nt.height+x.offsetY)-ht.top,Wt,Ht)):Zr(E,dt.x*z+dt.offsetX-(x.x*Nt.width+x.offsetX)-ht.left,dt.y*nt+dt.offsetY-(x.y*Nt.height+x.offsetY)-ht.top,Wt,Ht));Pe?E.assign(ve):ne?E.Uu(de.x,de.y,de.width,de.height):Zr(E,ve.x,ve.y,ve.width,ve.height),en.free(de)},pm.prototype.arrange=function(a,y,x){var b=y.length,E=a.Pb(),z=E.measuredBounds,nt=z.width,rt=z.height,st=a.padding;z=st.left,st=st.top;var ht=z-x.x,dt=st-x.y;for(E.arrange(ht,dt,nt,rt),nt=en.allocAt(0,0,nt,rt),gv(E,nt,!1),rt=0;rt<b;rt++){var vt=y[rt];if(vt!==E){ht=vt.measuredBounds;var Nt=ht.width,Wt=ht.height;dt=vt.alignment,dt.Xb()&&(dt=a.defaultAlignment),dt.sb()||(dt=nr);var Ht=vt.alignmentFocus;if(Ht.Xb()&&(Ht=nr),ht=null,vt instanceof pn&&vt.$e!==""&&(ht=vt.fb(vt.$e),ht===vt&&(ht=null)),ht!==null){var ne=ht.actualBounds;for(Ht=ye.allocAt(ne.x+(Ht.x*ne.width-Ht.offsetX),ne.y+(Ht.y*ne.height-Ht.offsetY)),ht=ht.panel;ht!==vt;)ht.transform.Ga(Ht),ht=ht.panel;ht=dt.x*nt.width+dt.offsetX-Ht.x,dt=dt.y*nt.height+dt.offsetY-Ht.y,ye.free(Ht)}else ht=dt.x*nt.width+dt.offsetX-(Ht.x*Nt+Ht.offsetX),dt=dt.y*nt.height+dt.offsetY-(Ht.y*Wt+Ht.offsetY);ht+=nt.x-x.x,dt+=nt.y-x.y,vt.visible&&vt.arrange(z+ht,st+dt,Nt,Wt)}}en.free(nt)};function gv(a,y,x){var b=null;if(a instanceof pn&&a.$e!==""&&(b=a.fb(a.$e),b===a&&(b=null)),b!==null)for(x&&a.arrange(0,0,y.width,y.height),y.assign(b.actualBounds),b=b.panel;b!==a;)b.transform.pp(y),b=b.panel}function mm(){this.xa="Base"}_e(mm,yo),mm.prototype.measure=function(a,y,x,b,E,z,nt){var rt=b.length,st=a.Pb(),ht=st.margin,dt=y,vt=x,Nt=ht.right+ht.left,Wt=ht.top+ht.bottom;st.measure(y,x,z,nt),ht=st.measuredBounds;var Ht=0,ne=null;st instanceof ki&&(ne=st,Ht=ne.strokeWidth*ne.scale);var ve=Math.max(ht.width+Nt,0);ht=Math.max(ht.height+Wt,0);var de=yv(st),Pe=de.x*ve+de.offsetX;de=de.y*ht+de.offsetY;var be=Sv(st),Ee=be.x*ve+be.offsetX;for(be=be.y*ht+be.offsetY,isFinite(y)&&(dt=Math.max(Math.abs(Pe-Ee)-Ht,0)),isFinite(x)&&(vt=Math.max(Math.abs(de-be)-Ht,0)),Ht=An.alloc(),Ht.h(0,0),a=yu(a),be=0;be<rt;be++)de=b[be],de===st||!de.visible&&de!==a||(ht=de.margin,ve=ht.right+ht.left,Pe=ht.top+ht.bottom,de.measure(dt,vt,0,0),ht=de.measuredBounds,ve=Math.max(ht.width+ve,0),ht=Math.max(ht.height+Pe,0),Ht.h(Math.max(ve,Ht.width),Math.max(ht,Ht.height)));if(rt===1)E.width=ve,E.height=ht,An.free(Ht);else{switch(de=yv(st),be=Sv(st),rt=b=0,be.x!==de.x&&be.y!==de.y&&(b=Ht.width/Math.abs(be.x-de.x),rt=Ht.height/Math.abs(be.y-de.y)),An.free(Ht),Ht=0,ne!==null&&(Ht=ne.strokeWidth*ne.scale,Av(ne)===Zn&&(b=rt=Math.max(b,rt))),b+=Math.abs(de.offsetX)+Math.abs(be.offsetX)+Ht,rt+=Math.abs(de.offsetY)+Math.abs(be.offsetY)+Ht,ne=st.stretch,ne===Pi&&(ne=js(st,!1)),ne){case hn:nt=z=0;break;case cn:isFinite(y)&&(b=y),isFinite(x)&&(rt=x);break;case Qn:isFinite(y)&&(b=y),nt=0;break;case ai:z=0,isFinite(x)&&(rt=x)}st.Uj(),st.measure(b,rt,z,nt),E.width=st.measuredBounds.width+Nt,E.height=st.measuredBounds.height+Wt}},mm.prototype.arrange=function(a,y){var x=y.length,b=a.Pb(),E=b.measuredBounds,z=en.alloc();z.h(0,0,1,1);var nt=b.margin,rt=nt.left;nt=nt.top;var st=a.padding,ht=st.left;st=st.top,b.arrange(ht+rt,st+nt,E.width,E.height);var dt=yv(b),vt=Sv(b),Nt=dt.y*E.height+dt.offsetY,Wt=vt.x*E.width+vt.offsetX;for(vt=vt.y*E.height+vt.offsetY,z.x=dt.x*E.width+dt.offsetX,z.y=Nt,Zr(z,Wt,vt,0,0),z.x+=rt+ht,z.y+=nt+st,E=0;E<x;E++)rt=y[E],rt!==b&&(ht=rt.measuredBounds,nt=rt.margin,st=Math.max(ht.width+nt.right+nt.left,0),dt=Math.max(ht.height+nt.top+nt.bottom,0),Nt=rt.alignment,Nt.Xb()&&(Nt=a.defaultAlignment),Nt.sb()||(Nt=nr),st=z.width*Nt.x+Nt.offsetX-st*Nt.x+nt.left+z.x,nt=z.height*Nt.y+Nt.offsetY-dt*Nt.y+nt.top+z.y,rt.visible&&(Ro(z.x,z.y,z.width,z.height,st,nt,ht.width,ht.height)?rt.arrange(st,nt,ht.width,ht.height):rt.arrange(st,nt,ht.width,ht.height,new en(z.x,z.y,z.width,z.height))));en.free(z)};function vm(){this.xa="Base",this.name="Table"}_e(vm,yo),vm.prototype.measure=function(a,y,x,b,E){for(var z=b.length,nt=Vn(),rt=Vn(),st=0;st<z;st++){var ht=b[st],dt=ht instanceof pn?ht:null;if(dt!==null&&Ju(dt)&&ht.visible){rt.push(dt);for(var vt=dt.O.s,Nt=vt.length,Wt=0;Wt<Nt;Wt++){var Ht=vt[Wt];dt.type===pn.TableRow?Ht.row=ht.row:dt.type===pn.TableColumn&&(Ht.column=ht.column),nt.push(Ht)}}else nt.push(ht)}z=nt.length,z===0&&(a.Fb(0),a.Eb(0));for(var ne=[],ve=0;ve<z;ve++){var de=nt[ve];de.visible&&(fo(de,!0),Yl(de,!0),ne[de.row]||(ne[de.row]=[]),ne[de.row][de.column]||(ne[de.row][de.column]=[]),ne[de.row][de.column].push(de))}Tn(nt);var Pe=Vn(),be=Vn(),Ee=Vn(),Be={count:0},Ye={count:0},Ln=y,_n=x,jn=a.rowDefs,mn=a.colDefs,ln=null;z=jn.length;for(var mi=0;mi<z;mi++)ln=jn[mi],ln!==void 0&&(ln.actual=0);z=mn.length;for(var ci=0;ci<z;ci++)ln=mn[ci],ln!==void 0&&(ln.actual=0);for(var rr=ne.length,wr=0,bo=0;bo<rr;bo++)ne[bo]&&(wr=Math.max(wr,ne[bo].length));var Eo=Math.min(a.topIndex,rr-1),cs=Math.min(a.leftIndex,wr-1),Ao=0;rr=ne.length;for(var sh=yu(a),lo=0;lo<rr;lo++)if(ne[lo]){wr=ne[lo].length;var vl=a.Fb(lo);vl.actual=0;for(var ds=vl.oc=0;ds<wr;ds++)if(ne[lo][ds]){var ah=a.Eb(ds);Pe[ds]===void 0&&(ah.actual=0,ah.oc=0,Pe[ds]=!0);for(var wa=ne[lo][ds],Ya=wa.length,sa=0;sa<Ya;sa++){var Vs=wa[sa];if(Vs.visible||Vs===sh){var $h=1<Vs.rowSpan||1<Vs.columnSpan;$h&&(lo<Eo||ds<cs||be.push(Vs));var yl=Vs.margin,Kf=yl.right+yl.left,aa=yl.top+yl.bottom,fs=dl(Vs,vl,ah,!1),kp=Vs.desiredSize,Dd=!isNaN(kp.height),Bl=!isNaN(kp.width)&&Dd;if($h||fs===hn||Bl||lo<Eo||ds<cs||(Be[ds]!==void 0||fs!==cn&&fs!==Qn||(Be[ds]=-1,Be.count++),Ye[lo]!==void 0||fs!==cn&&fs!==ai||(Ye[lo]=-1,Ye.count++),Ee.push(Vs)),Vs.measure(1/0,1/0,0,0),!(lo<Eo||ds<cs)){var Ys=Vs.measuredBounds,Wc=Math.max(Ys.width+Kf,0),la=Math.max(Ys.height+aa,0);if(Vs.rowSpan===1&&(fs===hn||fs===Qn)){ln=a.Fb(lo);var tc=ln.Wc();Ao=Math.max(la-ln.actual,0),Ao+tc>_n&&(Ao=Math.max(_n-tc,0));var W0=ln.oa===0;ln.oc=ln.oc+Ao,ln.actual=ln.oa+Ao,_n=Math.max(_n-(Ao+(W0?tc:0)),0)}if(Vs.columnSpan===1&&(fs===hn||fs===ai)){ln=a.Eb(ds);var Ep=ln.Wc();Ao=Math.max(Wc-ln.actual,0),Ao+Ep>Ln&&(Ao=Math.max(Ln-Ep,0));var Gy=ln.oa===0;ln.oc=ln.oc+Ao,ln.actual=ln.oa+Ao,Ln=Math.max(Ln-(Ao+(Gy?Ep:0)),0)}$h&&Vs.Uj()}}}}}Tn(Pe);var ru=0,wu=0;z=a.columnCount;for(var Bd=0;Bd<z;Bd++){var ec=mn[Bd];ec!==void 0&&(ru+=isNaN(ec.Hc)?ec.oc:ec.Hc,ec.oc!==0&&(ru+=ec.Wc()))}z=a.rowCount;for(var Vf=0;Vf<z;Vf++){var nc=jn[Vf];nc!==void 0&&(wu+=isNaN(nc.Hc)?nc.oc:nc.Hc,nc.oc!==0&&(wu+=nc.Wc()))}Ln=Math.max(y-ru,0);var ou=_n=Math.max(x-wu,0),lh=Ln;z=Ee.length;for(var Zs=0;Zs<z;Zs++){var Ol=Ee[Zs],G0=a.Fb(Ol.row),Pu=a.Eb(Ol.column),Yf=Ol.measuredBounds,Sl=Ol.margin,Gc=Sl.right+Sl.left,Il=Sl.top+Sl.bottom;Be[Ol.column]=Pu.oc===0&&Be[Ol.column]!==void 0?Math.max(Yf.width+Gc,Be[Ol.column]):null,Ye[Ol.row]=G0.oc===0&&Ye[Ol.row]!==void 0?Math.max(Yf.height+Il,Ye[Ol.row]):null}var Od=0,Zf=0,ul;for(ul in Ye)ul!=="count"&&(Od+=Ye[ul]);for(ul in Be)ul!=="count"&&(Zf+=Be[ul]);for(var Io=An.alloc(),Mp=0;Mp<z;Mp++){var Ms=Ee[Mp];if(Ms.visible||Ms===sh){var uo=a.Fb(Ms.row),Ts=a.Eb(Ms.column),Cu=0;isFinite(Ts.width)?Cu=Ts.width:(isFinite(Ln)&&Be[Ms.column]!==null?Zf===0?Cu=Ts.actual+Ln:Cu=Be[Ms.column]/Zf*lh:Be[Ms.column]!==null?Cu=Ln:Cu=Ts.actual||Ln,Cu=Math.max(0,Cu-Ts.Wc()));var uh=0;switch(isFinite(uo.height)?uh=uo.height:(isFinite(_n)&&Ye[Ms.row]!==null?Od===0?uh=uo.actual+_n:uh=Ye[Ms.row]/Od*ou:Ye[Ms.row]!==null?uh=_n:uh=uo.actual||_n,uh=Math.max(0,uh-uo.Wc())),Io.h(Math.max(Ts.minimum,Math.min(Cu,Ts.maximum)),Math.max(uo.minimum,Math.min(uh,uo.maximum))),fs=dl(Ms,uo,Ts,!1),fs){case Qn:Io.height=Math.max(Io.height,uo.actual+_n);break;case ai:Io.width=Math.max(Io.width,Ts.actual+Ln)}var Uc=Ms.margin,Uy=Uc.right+Uc.left,U0=Uc.top+Uc.bottom;Ms.Uj(),Ms.measure(Io.width,Io.height,Ts.minimum,uo.minimum);var Xf=Ms.measuredBounds,_c=Math.max(Xf.width+Uy,0),Id=Math.max(Xf.height+U0,0);isFinite(Ln)&&(_c=Math.min(_c,Io.width)),isFinite(_n)&&(Id=Math.min(Id,Io.height));var Xs=0;Xs=uo.actual,uo.actual=Math.max(uo.actual,Id),uo.oc=Math.max(uo.oc,Id),Ao=uo.actual-Xs,_n=Math.max(_n-Ao,0),Ye[Ms.row]===null&&(ou=Math.max(ou-Ao,0)),Xs=Ts.actual,Ts.actual=Math.max(Ts.actual,_c),Ts.oc=Math.max(Ts.oc,_c),Ao=Ts.actual-Xs,Ln=Math.max(Ln-Ao,0),Be[Ms.column]===null&&(lh=Math.max(lh-Ao,0))}}Tn(Ee);var bu=An.alloc(),xl=Vn(),Ba=Vn();if(z=be.length,z!==0){for(var ic=0;ic<rr;ic++)if(ne[ic]){wr=ne[ic].length;var Jf=a.Fb(ic);xl[ic]=Jf.actual;for(var rc=0;rc<wr;rc++)if(ne[ic][rc]){var _0=a.Eb(rc);Ba[rc]=_0.actual}}}for(var Qf=0;Qf<z;Qf++){var $r=be[Qf];if($r.visible||$r===sh){var hl=a.Fb($r.row),Za=a.Eb($r.column);switch(Io.h(Math.max(Za.minimum,Math.min(y,Za.maximum)),Math.max(hl.minimum,Math.min(x,hl.maximum))),fs=dl($r,hl,Za,!1),fs){case cn:Ba[Za.index]!==0&&(Io.width=Math.min(Io.width,Ba[Za.index])),xl[hl.index]!==0&&(Io.height=Math.min(Io.height,xl[hl.index]));break;case Qn:Ba[Za.index]!==0&&(Io.width=Math.min(Io.width,Ba[Za.index]));break;case ai:xl[hl.index]!==0&&(Io.height=Math.min(Io.height,xl[hl.index]))}isFinite(Za.width)&&(Io.width=Za.width),isFinite(hl.height)&&(Io.height=hl.height),bu.h(0,0);for(var H0=Za.minimum,ua=hl.minimum,hh=1;hh<$r.rowSpan&&!($r.row+hh>=a.rowCount);hh++)ln=a.Fb($r.row+hh),Ao=0,Ao=fs===cn||fs===ai?Math.max(ln.minimum,xl[$r.row+hh]===0?ln.maximum:Math.min(xl[$r.row+hh],ln.maximum)):Math.max(ln.minimum,isNaN(ln.Hc)?ln.maximum:Math.min(ln.Hc,ln.maximum)),bu.height+=Ao,ua+=ln.minimum;for(var Xa=1;Xa<$r.columnSpan&&!($r.column+Xa>=a.columnCount);Xa++)ln=a.Eb($r.column+Xa),Ao=0,Ao=fs===cn||fs===Qn?Math.max(ln.minimum,Ba[$r.column+Xa]===0?ln.maximum:Math.min(Ba[$r.column+Xa],ln.maximum)):Math.max(ln.minimum,isNaN(ln.Hc)?ln.maximum:Math.min(ln.Hc,ln.maximum)),bu.width+=Ao,H0+=ln.minimum;Io.width+=bu.width,Io.height+=bu.height;var qf=$r.margin,oc=qf.right+qf.left,Tp=qf.top+qf.bottom;$r.measure(Io.width,Io.height,H0,ua);for(var $f=$r.measuredBounds,Rl=Math.max($f.width+oc,0),Hc=Math.max($f.height+Tp,0),sc=0,tg=0;tg<$r.rowSpan&&!($r.row+tg>=a.rowCount);tg++)ln=a.Fb($r.row+tg),sc+=ln.total||0;if(sc<Hc){var ch=Hc-sc,su=Hc-sc;if($r.spanAllocation!==null)for(var dh=$r.spanAllocation,Au=0;Au<$r.rowSpan&&!(0>=ch)&&!($r.row+Au>=a.rowCount);Au++){ln=a.Fb($r.row+Au);var fh=ln.oa||0,Kc=dh($r,ln,su);ln.actual=Math.min(ln.maximum,fh+Kc),ln.oa!==fh&&(ch-=ln.oa-fh)}for(;0<ch;){var wl=ln.oa||0;if(isNaN(ln.height)&&ln.maximum>wl&&(ln.actual=Math.min(ln.maximum,wl+ch),ln.oa!==wl&&(ch-=ln.oa-wl)),ln.index===0)break;ln=a.Fb(ln.index-1)}}for(var Rd=0,gh=0;gh<$r.columnSpan&&!($r.column+gh>=a.columnCount);gh++)ln=a.Eb($r.column+gh),Rd+=ln.total||0;if(Rd<Rl){var jd=Rl-Rd,_y=Rl-Rd;if($r.spanAllocation!==null)for(var Lu=$r.spanAllocation,Vc=0;Vc<$r.columnSpan&&!(0>=jd)&&!($r.column+Vc>=a.columnCount);Vc++){ln=a.Eb($r.column+Vc);var Np=ln.oa||0,Hy=Lu($r,ln,_y);ln.actual=Math.min(ln.maximum,Np+Hy),ln.oa!==Np&&(jd-=ln.oa-Np)}for(;0<jd;){var K0=ln.oa||0;if(isNaN(ln.width)&&ln.maximum>K0&&(ln.actual=Math.min(ln.maximum,K0+jd),ln.oa!==K0&&(jd-=ln.oa-K0)),ln.index===0)break;ln=a.Eb(ln.index-1)}}}}Tn(be),An.free(bu),An.free(Io),xl!==void 0&&Tn(xl),Ba!==void 0&&Tn(Ba);var zd=0,Wd=0,V0=a.desiredSize,px=a.maxSize;fs=js(a,!0);var Fp=wu=ru=0,Dp=0;z=a.columnCount;for(var Y0=0;Y0<z;Y0++)mn[Y0]!==void 0&&(ln=a.Eb(Y0),isFinite(ln.width)?(Fp+=ln.width,Fp+=ln.Wc()):km(ln)===Hg?(Fp+=ln.oa,Fp+=ln.Wc()):ln.oa!==0&&(ru+=ln.oa,ru+=ln.Wc()));isFinite(V0.width)?zd=Math.min(V0.width,px.width):zd=fs!==hn&&isFinite(y)?y:ru,zd=Math.max(zd,a.minSize.width),zd=Math.max(zd-Fp,0);for(var qx=ru===0?1:Math.max(zd/ru,1),Z0=0;Z0<z;Z0++)mn[Z0]!==void 0&&(ln=a.Eb(Z0),isFinite(ln.width)||km(ln)===Hg||(ln.actual=ln.oa*qx),ln.position=E.width,ln.oa!==0&&(E.width+=ln.oa,E.width+=ln.Wc()));z=a.rowCount;for(var X0=0;X0<z;X0++)jn[X0]!==void 0&&(ln=a.Fb(X0),isFinite(ln.height)?(Dp+=ln.height,Dp+=ln.Wc()):km(ln)===Hg?(Dp+=ln.oa,Dp+=ln.Wc()):ln.oa!==0&&(wu+=ln.oa,wu+=ln.Wc()));isFinite(V0.height)?Wd=Math.min(V0.height,px.height):Wd=fs!==hn&&isFinite(x)?x:wu,Wd=Math.max(Wd,a.minSize.height),Wd=Math.max(Wd-Dp,0);for(var $x=wu===0?1:Math.max(Wd/wu,1),J0=0;J0<z;J0++)jn[J0]!==void 0&&(ln=a.Fb(J0),isFinite(ln.height)||km(ln)===Hg||(ln.actual=ln.oa*$x),ln.position=E.height,ln.oa!==0&&(E.height+=ln.oa,E.height+=ln.Wc()));z=rt.length;for(var Ky=0;Ky<z;Ky++){var Bp=rt[Ky],Vy=0,Yy=0;Bp.type===pn.TableRow?(Vy=E.width,ln=a.Fb(Bp.row),Yy=ln.actual):(ln=a.Eb(Bp.column),Vy=ln.actual,Yy=E.height),Bp.measuredBounds.h(0,0,Vy,Yy),fo(Bp,!1)}Tn(rt),a.inRowsCols=ne},vm.prototype.arrange=function(a,y,x){var b=y.length,E=a.padding,z=E.left;E=E.top;var nt=a.inRowsCols;if(nt!==null){for(var rt,st,ht=nt.length,dt=0,vt=0;vt<ht;vt++)nt[vt]&&(dt=Math.max(dt,nt[vt].length));st=a.rowDefs,rt=a.colDefs;var Nt=vt=0,Wt=Math.min(a.topIndex,ht-1);if(0<st.length){for(;Wt!==ht&&(st[Wt]===void 0||st[Wt].oa===0);)Wt++;Wt=Math.max(Math.min(Wt,ht-1),0),vt=-st[Wt].position}var Ht=Math.min(a.leftIndex,dt-1);if(0<rt.length){for(;Ht!==dt&&(rt[Ht]===void 0||rt[Ht].oa===0);)Ht++;Ht=Math.max(Math.min(Ht,dt-1),0),Nt=-rt[Ht].position}for(var ne=0,ve=0;ne!==ht&&st[ne]===void 0;)ne++;for(;ve!==ht&&rt[ve]===void 0;)ve++;dt=a.part,a.Fb(ne),a.Eb(ve);for(var de=0;de<y.length;de++){var Pe=y[de];if(Pe instanceof pn&&Pe.visible&&Ju(Pe)){if(Pe.type===pn.TableRow){rt=a.Fb(Pe.row);var be=a.Eb(ve)}else rt=a.Fb(ne),be=a.Eb(Pe.column);st=rt.position+vt+E,rt.oa!==0&&(st+=rt.Io(Math.max(ne,Wt))),rt=be.position+Nt+z,be.oa!==0&&(rt+=be.Io(Math.max(ve,Ht))),be=Pe.measuredBounds,Pe.Uk(),Pe.actualBounds.ka();var Ee=Pe.actualBounds,Be=en.allocAt(Ee.x,Ee.y,Ee.width,Ee.height);Ee.x=Pe.type===pn.TableRow?z:rt,Ee.y=Pe.type===pn.TableColumn?E:st,Ee.width=be.width,Ee.height=be.height,Pe.actualBounds.freeze(),Yl(Pe,!1),Pl(Be,Ee)||dt===null||(dt.oh(),Pe.Pn(dt)),en.free(Be)}}for(de=An.alloc(),Pe=0;Pe<ht;Pe++)if(nt[Pe]){for(dt=nt[Pe].length,be=a.Fb(Pe),st=be.position+vt+E,be.oa!==0&&(st+=be.Io(Math.max(ne,Wt))),Ee=0;Ee<dt;Ee++)if(nt[Pe][Ee]){Be=a.Eb(Ee),rt=Be.position+Nt+z,Be.oa!==0&&(rt+=Be.Io(Math.max(ve,Ht)));for(var Ye=nt[Pe][Ee],Ln=Ye.length,_n=0;_n<Ln;_n++){var jn=Ye[_n],mn=jn.measuredBounds;de.h(0,0);for(var ln=1;ln<jn.rowSpan&&!(Pe+ln>=a.rowCount);ln++){var mi=a.Fb(Pe+ln);mi.oa!==0&&(de.height+=mi.total)}for(ln=1;ln<jn.columnSpan&&!(Ee+ln>=a.columnCount);ln++)mi=a.Eb(Ee+ln),mi.oa!==0&&(de.width+=mi.total);var ci=Be.oa+de.width,rr=be.oa+de.height;ln=rt,mi=st;var wr=ci,bo=rr,Eo=rt,cs=st,Ao=ci,sh=rr;rt+ci>x.width&&(Ao=Math.max(x.width-rt,0)),st+rr>x.height&&(sh=Math.max(x.height-st,0));var lo=jn.alignment;if(lo.Xb()){lo=a.defaultAlignment,lo.sb()||(lo=nr);var vl=lo.x,ds=lo.y,ah=lo.offsetX;lo=lo.offsetY;var wa=Be.alignment,Ya=be.alignment;wa.sb()&&(vl=wa.x,ah=wa.offsetX),Ya.sb()&&(ds=Ya.y,lo=Ya.offsetY)}else vl=lo.x,ds=lo.y,ah=lo.offsetX,lo=lo.offsetY;(isNaN(vl)||isNaN(ds))&&(ds=vl=.5,lo=ah=0),wa=mn.width,Ya=mn.height;var sa=jn.margin,Vs=sa.left+sa.right,$h=sa.top+sa.bottom,yl=dl(jn,be,Be,!1);!isNaN(jn.desiredSize.width)||yl!==cn&&yl!==Qn||(wa=Math.max(ci-Vs,0)),!isNaN(jn.desiredSize.height)||yl!==cn&&yl!==ai||(Ya=Math.max(rr-$h,0)),ci=jn.maxSize,rr=jn.minSize,wa=Math.min(ci.width,wa),Ya=Math.min(ci.height,Ya),wa=Math.max(rr.width,wa),Ya=Math.max(rr.height,Ya),ci=Ya+$h,ln+=wr*vl-(wa+Vs)*vl+ah+sa.left,mi+=bo*ds-ci*ds+lo+sa.top,jn.visible&&(Ro(Eo,cs,Ao,sh,ln,mi,mn.width,mn.height)?jn.arrange(ln,mi,wa,Ya):jn.arrange(ln,mi,wa,Ya,new en(Eo,cs,Ao,sh)))}}}for(An.free(de),a=0;a<b;a++)x=y[a],z=x instanceof pn?x:null,z!==null&&Ju(z)&&(z=x.actualBounds,x.naturalBounds.ka(),x.naturalBounds.h(0,0,z.width,z.height),x.naturalBounds.freeze())}};function ym(){this.xa="Base"}_e(ym,yo),ym.prototype.measure=function(){},ym.prototype.arrange=function(){};function Sm(){this.xa="Base"}_e(Sm,yo),Sm.prototype.measure=function(){},Sm.prototype.arrange=function(){};function xm(){this.xa="Base"}_e(xm,yo),xm.prototype.measure=function(a,y,x,b,E,z,nt){1<b.length&&Le("Viewbox Panel cannot contain more than one GraphObject."),b=b[0],b.Ca=1,b.Uj(),b.measure(1/0,1/0,z,nt);var rt=b.measuredBounds,st=b.margin,ht=st.right+st.left;if(st=st.top+st.bottom,isFinite(y)||isFinite(x)){var dt=b.scale,vt=rt.width;rt=rt.height;var Nt=Math.max(y-ht,0),Wt=Math.max(x-st,0),Ht=1;a.viewboxStretch===Zn?vt!==0&&rt!==0&&(Ht=Math.min(Nt/vt,Wt/rt)):vt!==0&&rt!==0&&(Ht=Math.max(Nt/vt,Wt/rt)),Ht===0&&(Ht=1e-4),b.Ca*=Ht,dt!==b.scale&&(fo(b,!0),b.measure(1/0,1/0,z,nt))}rt=b.measuredBounds,E.width=isFinite(y)?y:Math.max(rt.width+ht,0),E.height=isFinite(x)?x:Math.max(rt.height+st,0)},xm.prototype.arrange=function(a,y,x){y=y[0];var b=y.measuredBounds,E=y.margin,z=Math.max(b.width+(E.right+E.left),0);E=Math.max(b.height+(E.top+E.bottom),0);var nt=y.alignment;nt.Xb()&&(nt=a.defaultAlignment),nt.sb()||(nt=nr),y.arrange(x.width*nt.x-z*nt.x+nt.offsetX,x.height*nt.y-E*nt.y+nt.offsetY,b.width,b.height)};function Gg(){this.xa="Base"}_e(Gg,yo),Gg.prototype.measure=function(){},Gg.prototype.arrange=function(){},Gg.prototype.gc=function(a,y,x){x=a.Df()*x.scale,0>=x&&(x=1);var b=a.gridCellSize,E=b.width;b=b.height;var z=a.naturalBounds,nt=a.actualBounds,rt=z.width,st=z.height,ht=Math.ceil(rt/E),dt=Math.ceil(st/b),vt=a.gridOrigin,Nt=vt.x;vt=vt.y,y.save(),y.beginPath(),y.rect(0,0,rt,st),y.clip(),y.Se();for(var Wt=[],Ht=a.O.s,ne=Ht.length,ve=0;ve<ne;ve++){var de=Ht[ve],Pe=[];if(Wt.push(Pe),de.visible){var be=de.interval;if(!(0>be)){de=mv(de.figure);for(var Ee=0;Ee<ne;Ee++)if(Ee!==ve){var Be=Ht[Ee];Be.visible&&mv(Be.figure)===de&&(Be=Be.interval,Be>be&&Pe.push(Be))}}}}for(Ht=a.O.s,ne=Ht.length,ve=0;ve<ne;ve++){var Ye=Ht[ve];if(Ye.visible&&(Pe=Ye.interval||1,de=Math.abs(Pe),!(2>E*de*x))){if(be=Ye.segmentIndex,(!isFinite(be)||isNaN(be))&&(be=0),0>be&&(be=de-Math.min(-be,de)),be=Math.round(be%de),de=Ye.opacity,Ee=1,de!==1){if(de===0)continue;Ee=y.globalAlpha,y.globalAlpha=Ee*de}Be=Wt[ve];var Ln=!1,_n=Ye.strokeDashArray;if(_n!==null&&(Ln=!0,y.js(_n,Ye.strokeDashOffset)),Ye.figure==="LineV"&&Ye.stroke!==null&&0<Ye.strokeWidth){for(y.lineWidth=Ye.strokeWidth,Xr(a,y,Ye.stroke,!1,!1,z,nt),y.beginPath(),_n=Ye=Math.floor((Nt-E)/E);_n<=Ye+ht;_n++){var jn=_n*E+Nt;0<=jn&&jn<=rt&&wm(_n,Pe,be,Be)&&(y.moveTo(jn,0),y.lineTo(jn,st))}y.stroke(),y.Se()}else if(Ye.figure==="LineH"&&Ye.stroke!==null&&0<Ye.strokeWidth){for(y.lineWidth=Ye.strokeWidth,Xr(a,y,Ye.stroke,!1,!1,z,nt),y.beginPath(),_n=Ye=Math.floor((vt-b)/b);_n<=Ye+dt;_n++)jn=_n*b+vt,0<=jn&&jn<=st&&wm(_n,Pe,be,Be)&&(y.moveTo(0,jn),y.lineTo(rt,jn));y.stroke(),y.Se()}else if(Ye.figure==="BarV"&&Ye.fill!==null)for(Xr(a,y,Ye.fill,!0,!1,z,nt),Ye=Ye.width,isNaN(Ye)&&(Ye=E),jn=_n=Math.floor((Nt-E)/E);jn<=_n+ht;jn++){var mn=jn*E+Nt;0<=mn+Ye&&mn<=rt&&wm(jn,Pe,be,Be)&&y.fillRect(mn,0,Ye,st)}else if(Ye.figure==="BarH"&&Ye.fill!==null)for(Xr(a,y,Ye.fill,!0,!1,z,nt),Ye=Ye.height,isNaN(Ye)&&(Ye=b),jn=_n=Math.floor((vt-b)/b);jn<=_n+dt;jn++)mn=jn*b+vt,0<=mn+Ye&&mn<=st&&wm(jn,Pe,be,Be)&&y.fillRect(0,mn,rt,Ye);Ln&&y.fs(),de!==1&&(y.globalAlpha=Ee)}}y.restore(),y.Vc(!1)};function wm(a,y,x,b){if(0>y)return a%y===x;if(a%y!==x)return!1;y=b.length;for(var E=0;E<y;E++)if(a%b[E]===x)return!1;return!0}function Pm(){this.xa="Base"}_e(Pm,yo),Pm.prototype.measure=function(a,y,x,b,E){var z=b.length;if(a instanceof $i||a instanceof vn){var nt=null,rt=null;if(a instanceof vn&&(nt=a),a instanceof $i&&(rt=a,nt=rt.adornedPart,a.j===null&&(a.j=[])),nt instanceof vn){var st=nt;if(z===0)xo(a.naturalBounds,0,0),a.measuredBounds.h(0,0,0,0);else{var ht=a instanceof $i?null:nt.path;y=nt.routeBounds,x=a.jg,x.h(0,0,y.width,y.height);var dt=st.points,vt=nt.pointsCount;rt!==null?rt.Ul(!1):nt!==null&&nt.Ul(!1),rt=y.width;var Nt=y.height,Wt=a.j;if(Wt.length=0,ht!==null){r1(a,rt,Nt,ht);var Ht=ht.measuredBounds;x.ed(Ht),Wt.push(Ht)}Ht=bi.alloc();for(var ne=ye.alloc(),ve=ye.alloc(),de=0;de<z;de++){var Pe=b[de];if(Pe!==ht)if(Pe.isPanelMain&&Pe instanceof ki){r1(a,rt,Nt,Pe);var be=Pe.measuredBounds;x.ed(be),Wt.push(be)}else if(2>vt)Pe.measure(1/0,1/0,0,0),be=Pe.measuredBounds,x.ed(be),Wt.push(be);else{var Ee=Pe.segmentIndex,Be=Pe.segmentFraction,Ye=Pe.alignmentFocus;Ye.Mc()&&(Ye=nr);var Ln=Pe.segmentOrientation,_n=Pe.segmentOffset;if(isNaN(Ee)){var jn=st.ua;be=Vn(),jn.Qu(Be,be);var mn=ye.allocAt(be[0],be[1]);if(mn.add(st.i(0)),jn.type===Sn.j?mn.offset(-jn.startX,-jn.startY):(jn=jn.figures.first(),jn!==null&&mn.offset(-jn.startX,-jn.startY)),jn=be[2],Ln!==bs){var ln=st.computeAngle(Pe,Ln,jn);Pe.Kb=ln}ln=mn.x-y.x;var mi=mn.y-y.y;ye.free(mn),Tn(be)}else if(Ee<-vt||Ee>=vt)be=ye.alloc(),st.vg(),st.computeMidPoint(be),jn=st.midAngle,Ln!==bs&&(ln=st.computeAngle(Pe,Ln,jn),Pe.Kb=ln),ln=be.x-y.x,mi=be.y-y.y,ye.free(be);else{if(ln=0,0<=Ee?(mi=dt.M(Ee),be=Ee<vt-1?dt.M(Ee+1):mi):(ln=vt+Ee,mi=dt.M(ln),be=0<ln?dt.M(ln-1):mi),mi.Xa(be)){0<=Ee?(jn=0<Ee?dt.M(Ee-1):mi,ln=Ee<vt-2?dt.M(Ee+2):be):(jn=ln<vt-1?dt.M(ln+1):mi,ln=1<ln?dt.M(ln-2):be),mn=jn.Bf(mi);var ci=be.Bf(ln);jn=mn>ci+10?0<=Ee?jn.ab(mi):mi.ab(jn):ci>mn+10?0<=Ee?be.ab(ln):ln.ab(be):0<=Ee?jn.ab(ln):ln.ab(jn)}else jn=0<=Ee?mi.ab(be):be.ab(mi);Ln!==bs&&(ln=st.computeAngle(Pe,Ln,jn),Pe.Kb=ln),ln=mi.x+(be.x-mi.x)*Be-y.x,mi=mi.y+(be.y-mi.y)*Be-y.y}Pe.measure(1/0,1/0,0,0),be=Pe.measuredBounds,mn=Pe.naturalBounds;var rr=0;Pe instanceof ki&&(rr=Pe.strokeWidth),ci=mn.width+rr;var wr=mn.height+rr;Ht.reset(),Ht.translate(-be.x,-be.y),Ht.scale(Pe.scale,Pe.scale),Ht.rotate(Ln===bs?Pe.angle:jn,ci/2,wr/2),Ln!==tp&&Ln!==np||Ht.rotate(90,ci/2,wr/2),Ln!==ep&&Ln!==ip||Ht.rotate(-90,ci/2,wr/2),Ln===qm&&(45<jn&&135>jn||225<jn&&315>jn)&&Ht.rotate(-jn,ci/2,wr/2),mn=new en(0,0,ci,wr),ne.xi(mn,Ye),Ht.Ga(ne),Ye=-ne.x+rr/2*Pe.scale,Pe=-ne.y+rr/2*Pe.scale,ve.assign(_n),rr=isNaN(_n.x);var bo=isNaN(_n.y);if(rr||bo){ci=ci/2+3,wr=wr/2+3;var Eo=45<=jn&&135>=jn,cs=225<=jn&&315>=jn;Ln===bs&&(Eo||cs)?(ve.x=bo?ci:_n.y,ve.y=rr?wr:_n.x,Eo?0<=Ee||isNaN(Ee)&&.5>Be||!rr||(ve.y=-wr):cs&&((0<=Ee||isNaN(Ee)&&.5>Be)&&rr&&(ve.y=-wr),bo&&(ve.x=-ci))):(rr&&(ve.x=0<=Ee||isNaN(Ee)&&.5>Be?ci:-ci),bo&&(ve.y=-wr),ve.rotate(jn))}else ve.rotate(jn);ln+=ve.x,mi+=ve.y,mn.set(be),mn.h(ln+Ye,mi+Pe,be.width,be.height),Wt.push(mn),x.ed(mn)}}if(nt!==null)for(b=nt.labelNodes;b.next();)b.value.measure(1/0,1/0);a.jg=x,a.position.h(y.x+x.x,y.y+x.y),xo(E,x.width||0,x.height||0),bi.free(Ht),ye.free(ne),ye.free(ve)}}}},Pm.prototype.arrange=function(a,y){var x=y.length;if(a instanceof $i||a instanceof vn){var b=a,E=null;a instanceof $i&&(E=a,b=E.adornedPart);var z=a instanceof $i?null:b.path,nt=a.j;if(nt.length!==0){var rt=0;if(z!==null&&rt<nt.length){var st=nt[rt];rt++,z.arrange(st.x-a.jg.x,st.y-a.jg.y,st.width,st.height)}for(st=0;st<x;st++){var ht=y[st];if(ht!==z&&rt<nt.length){var dt=nt[rt];rt++,ht.arrange(dt.x-a.jg.x,dt.y-a.jg.y,dt.width,dt.height)}}}if(y=b.points,x=y.count,2<=x&&a instanceof vn)for(z=a.labelNodes;z.next();){var vt=a;nt=z.value,rt=nt.segmentIndex,st=nt.segmentFraction;var Nt=nt.alignmentFocus;if(ht=nt.segmentOrientation,dt=nt.segmentOffset,isNaN(rt)){var Wt=vt.ua,Ht=Vn();Wt.Qu(st,Ht);var ne=ye.allocAt(Ht[0],Ht[1]);ne.add(vt.i(0)),Wt.type===Sn.j||(Wt=Wt.figures.first()),ne.offset(-Wt.startX,-Wt.startY),Wt=Ht[2],ht!==bs&&(vt=vt.computeAngle(nt,ht,Wt),nt.angle=vt),vt=ne.x;var ve=ne.y;ye.free(ne),Tn(Ht)}else if(rt<-x||rt>=x)Ht=ye.alloc(),Wt=vt,ve=Ht,Wt.vg(),Wt.computeMidPoint(ve),Wt=vt.midAngle,ht!==bs&&(vt=vt.computeAngle(nt,ht,Wt),nt.angle=vt),vt=Ht.x,ve=Ht.y,ye.free(Ht);else{if(ne=0,0<=rt?(Ht=y.s[rt],ve=rt<x-1?y.s[rt+1]:Ht):(ne=x+rt,Ht=y.s[ne],ve=0<ne?y.s[ne-1]:Ht),Ht.Xa(ve)){0<=rt?(Wt=0<rt?y.s[rt-1]:Ht,ne=rt<x-2?y.s[rt+2]:ve):(Wt=ne<x-1?y.s[ne+1]:Ht,ne=1<ne?y.s[ne-2]:ve);var de=Wt.Bf(Ht),Pe=ve.Bf(ne);Wt=de>Pe+10?0<=rt?Wt.ab(Ht):Ht.ab(Wt):Pe>de+10?0<=rt?ve.ab(ne):ne.ab(ve):0<=rt?Wt.ab(ne):ne.ab(Wt)}else Wt=0<=rt?Ht.ab(ve):ve.ab(Ht);ht!==bs&&(vt=vt.computeAngle(nt,ht,Wt),nt.angle=vt),vt=Ht.x+(ve.x-Ht.x)*st,ve=Ht.y+(ve.y-Ht.y)*st}if(Nt.ys())nt.location=new ye(vt,ve);else{Nt.Mc()&&(Nt=nr),Ht=bi.alloc(),Ht.reset(),Ht.scale(nt.scale,nt.scale),Ht.rotate(nt.angle,0,0);var be=nt.naturalBounds;ne=en.allocAt(0,0,be.width,be.height),de=ye.alloc(),de.xi(ne,Nt),Ht.Ga(de),Nt=-de.x,Pe=-de.y;var Ee=be.width,Be=be.height;be=ye.alloc(),be.assign(dt);var Ye=isNaN(dt.x),Ln=isNaN(dt.y);if(Ye||Ln){Ee=Ee/2+3,Be=Be/2+3;var _n=45<=Wt&&135>=Wt,jn=225<=Wt&&315>=Wt;ht===bs&&(_n||jn)?(be.x=Ln?Ee:dt.y,be.y=Ye?Be:dt.x,_n?0<=rt||isNaN(rt)&&.5>st||!Ye||(be.y=-Be):jn&&((0<=rt||isNaN(rt)&&.5>st)&&Ye&&(be.y=-Be),Ln&&(be.x=-Ee))):(Ye&&(be.x=0<=rt||isNaN(rt)&&.5>st?Ee:-Ee),Ln&&(be.y=-Be),be.rotate(Wt))}else be.rotate(Wt);vt+=be.x,ve+=be.y,Ht.pp(ne),Nt+=ne.x,Pe+=ne.y,rt=ye.allocAt(vt+Nt,ve+Pe),nt.move(rt),ye.free(rt),ye.free(be),ye.free(de),en.free(ne),bi.free(Ht)}}E!==null?E.Ul(!1):b.Ul(!1),b=D1(a),a.location.h(a.position.x+b.x,a.position.y+b.y),ye.free(b)}};function r1(a,y,x,b){if(va(b)!==!1){var E=b.strokeWidth;E===0&&a instanceof $i&&a.type===pn.Link&&a.adornedObject instanceof ki&&(E=a.adornedObject.strokeWidth),E*=b.Ca,a instanceof vn&&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 $i&&a.adornedPart.ua!==null?(a=a.adornedPart.ua.bounds,b.Ge(a.x-E/2,a.y-E/2,a.width+E,a.height+E)):b.Ge(-(E/2),-(E/2),y+E,x+E),E=b.desiredSize,E.w()||b.ua===null?b.dc.h(0,0,E.width,E.height):b.dc.assign(b.ua.bounds),fo(b,!1)}}function Ug(){this.xa="Base"}_e(Ug,yo),Ug.prototype.measure=function(a,y,x,b,E,z,nt){var rt=a.Pb();a.graduatedBounds=[];var st=rt.margin,ht=st.right+st.left,dt=st.top+st.bottom;rt.measure(y,x,z,nt);var vt=rt.measuredBounds,Nt=new en(-st.left,-st.top,Math.max(vt.width+ht,0),Math.max(vt.height+dt,0));a.graduatedBounds.push(Nt),E.assign(Nt);for(var Wt=rt.geometry,Ht=rt.strokeWidth,ne=Wt.flattenedSegments,ve=Wt.flattenedLengths,de=Wt.flattenedTotalLength,Pe=ne.length,be=0,Ee=0,Be=Vn(),Ye=0;Ye<Pe;Ye++){var Ln=ne[Ye],_n=[];Ee=be=0;for(var jn=Ln.length,mn=0;mn<jn;mn+=2){var ln=Ln[mn],mi=Ln[mn+1];if(mn!==0){var ci=180*Math.atan2(mi-Ee,ln-be)/Math.PI;0>ci&&(ci+=360),_n.push(ci)}be=ln,Ee=mi}Be.push(_n)}if(a.graduatedIntervals===null){for(var rr=[],wr=a.O.s,bo=wr.length,Eo=0;Eo<bo;Eo++){var cs=wr[Eo],Ao=[];if(rr.push(Ao),cs.visible){var sh=cs.interval;if(!(0>sh)){for(var lo=0;lo<bo;lo++)if(lo!==Eo){var vl=wr[lo];if(vl.visible&&cs.constructor===vl.constructor){var ds=vl.interval;ds>sh&&Ao.push(ds)}}}}}a.graduatedIntervals=rr}var ah=a.graduatedIntervals,wa=a.O.s,Ya=wa.length,sa=0,Vs=0,$h=de;a.graduatedMarks=[];for(var yl,Kf=0;Kf<Ya;Kf++){var aa=wa[Kf];if(yl=[],aa.visible&&aa!==rt){var fs=Math.abs(aa.interval),kp=a.graduatedTickUnit;if(!(2>kp*fs*de/a.graduatedRange&&aa.graduatedSkip===null)){var Dd=ve[0][0],Bl=0,Ys=0;Vs=de*aa.graduatedStart-1e-4,$h=de*aa.graduatedEnd+1e-4;var Wc=kp*fs,la=a.graduatedTickBase;if(la<a.graduatedMin){var tc=(a.graduatedMin-la)/Wc;tc=tc%1===0?tc:Math.floor(tc+1),la+=tc*Wc}else la>a.graduatedMin+Wc&&(la-=Math.floor((la-a.graduatedMin)/Wc)*Wc);for(var W0=ah[Kf],Ep=la,Gy=1e-6*a.graduatedMax,ru=1;la<=a.graduatedMax+Gy;ru++){t:{for(var wu=W0.length,Bd=0;Bd<wu;Bd++){var ec=(la-a.graduatedTickBase)%(W0[Bd]*a.graduatedTickUnit),Vf=1e-6*a.graduatedTickUnit;if(ec<Vf&&ec>-Vf){var nc=!1;break t}}nc=!0}if(nc&&(la>a.graduatedMax&&(la=a.graduatedMax),aa.graduatedSkip===null||aa instanceof Pr&&!aa.graduatedSkip(la,aa)||aa instanceof ki&&!aa.graduatedSkip(la,aa))&&(sa=(la-a.graduatedMin)*de/a.graduatedRange,sa>de&&(sa=de),Vs<=sa&&sa<=$h)){for(var ou=Be[Bl][Ys],lh=ve[Bl][Ys];Bl<ve.length;){for(;sa>Dd&&Ys<ve[Bl].length-1;)Ys++,ou=Be[Bl][Ys],lh=ve[Bl][Ys],Dd+=lh;if(sa<=Dd)break;Bl++,Ys=0,ou=Be[Bl][Ys],lh=ve[Bl][Ys],Dd+=lh}var Zs=ne[Bl],Ol=Zs[2*Ys],G0=Zs[2*Ys+1],Pu=(sa-(Dd-lh))/lh,Yf=new ye(Ol+(Zs[2*Ys+2]-Ol)*Pu+Ht/2-Wt.bounds.x,G0+(Zs[2*Ys+3]-G0)*Pu+Ht/2-Wt.bounds.y);Yf.scale(rt.scale,rt.scale);t:{var Sl=ou,Gc=Be[Bl];if(!(.5005>Pu&&.4995<Pu)){var Il=Sl;if(.5>Pu?0<Ys?Il=Gc[Ys-1]:Re.$(Zs[0],Zs[Zs.length-2])&&Re.$(Zs[1],Zs[Zs.length-1])&&(Il=Gc[Gc.length-1]):.5<Pu&&(Ys+1<Gc.length?Il=Gc[Ys+1]:Re.$(Zs[0],Zs[Zs.length-2])&&Re.$(Zs[1],Zs[Zs.length-1])&&(Il=Gc[0])),Sl!==Il){var Od=Math.abs(Sl-Il);if(180<Od&&(Sl<Il?Sl+=360:Il+=360,Od=Math.abs(Sl-Il)),5e-4>Pu||.9995<Pu){ou=(Sl+Il)/2%360;break t}if(10>Od){var Zf=1-Math.abs(.5-Pu);ou=(Sl*Zf+Il*(1-Zf))%360;break t}}}ou=Sl}if(aa instanceof Pr){var ul="";aa.graduatedFunction!==null?(ul=aa.graduatedFunction(la,aa),ul=ul!=null?ul.toString():""):ul=(+la.toFixed(2)).toString(),ul!==""&&yl.push({$l:Yf,angle:ou,text:ul})}else yl.push({$l:Yf,angle:ou})}la=Ep+ru*Wc}}}a.graduatedMarks.push(yl)}Tn(Be);var Io=a.graduatedMarks;if(Io!==null)for(var Mp=b.length,Ms=0;Ms<Mp;Ms++){var uo=b[Ms],Ts=Io[Ms];if(uo.visible&&uo!==rt&&Ts.length!==0){if(uo instanceof ki){var Cu=a,uh=E,Uc=uo.alignmentFocus;Uc.Mc()&&(Uc=Qr);var Uy=uo.angle;uo.Kb=0,uo.measure(1/0,1/0,0,0),uo.Kb=Uy;var U0=uo.measuredBounds,Xf=U0.width,_c=U0.height,Id=en.allocAt(0,0,Xf,_c),Xs=ye.alloc();Xs.xi(Id,Uc),en.free(Id);for(var bu=-Xs.x,xl=-Xs.y,Ba=new en,ic=Ts.length,Jf=0;Jf<ic;Jf++)for(var rc=Ts[Jf],_0=rc.$l.x,Qf=rc.$l.y,$r=rc.angle,hl=0;4>hl;hl++){switch(hl){case 0:Xs.h(bu,xl);break;case 1:Xs.h(bu+Xf,xl);break;case 2:Xs.h(bu,xl+_c);break;case 3:Xs.h(bu+Xf,xl+_c)}Xs.rotate($r+uo.angle),Xs.offset(_0,Qf),Jf===0&&hl===0?Ba.h(Xs.x,Xs.y,0,0):Ba.Ye(Xs),Xs.offset(-_0,-Qf),Xs.rotate(-$r-uo.angle)}ye.free(Xs),Cu.graduatedBounds!==null&&Cu.graduatedBounds.push(Ba),Zr(uh,Ba.x,Ba.y,Ba.width,Ba.height)}else if(uo instanceof Pr){var Za=a,H0=E;Za.temporaryTextBlock===null&&(Za.temporaryTextBlock=new Pr);var ua=Za.temporaryTextBlock;S1(ua,uo);var hh=uo.alignmentFocus;hh.Mc()&&(hh=Qr);for(var Xa=uo.segmentOrientation,qf=uo.segmentOffset,oc=new en,Tp=0,$f=0,Rl=0,Hc=0,sc=0,tg=Ts.length,ch=0;ch<tg;ch++){var su=Ts[ch];Tp=su.$l.x,$f=su.$l.y,Rl=su.angle,sc=Hc=uo.angle,Xa!==bs&&(sc=Xa===$g||Xa===Qm?Rl+uo.angle:Rl,Hc=vn.computeAngle(Xa,sc)),ua.Kb=Hc,ua.text=su.text||"",ua.measure(1/0,1/0,0,0);var dh=ua.measuredBounds,Au=ua.naturalBounds,fh=Au.width,Kc=Au.height,wl=bi.alloc();wl.reset(),wl.translate(-dh.x,-dh.y),wl.scale(ua.scale,ua.scale),wl.rotate(sc,fh/2,Kc/2),Xa!==tp&&Xa!==np||wl.rotate(90,fh/2,Kc/2),Xa!==ep&&Xa!==ip||wl.rotate(-90,fh/2,Kc/2),Xa===qm&&(45<Rl&&135>Rl||225<Rl&&315>Rl)&&wl.rotate(-Rl,fh/2,Kc/2);var Rd=en.allocAt(0,0,fh,Kc),gh=ye.alloc();gh.xi(Rd,hh),wl.Ga(gh);var jd=-gh.x,_y=-gh.y,Lu=ye.alloc();Lu.assign(qf),isNaN(Lu.x)&&(Lu.x=fh/2+3),isNaN(Lu.y)&&(Lu.y=-(Kc/2+3)),Lu.rotate(Rl),Tp+=Lu.x+jd,$f+=Lu.y+_y;var Vc=new en(Tp,$f,dh.width,dh.height),Np=new en(dh.x,dh.y,dh.width,dh.height),Hy=new en(Au.x,Au.y,Au.width,Au.height);su.Sz=Hc,su.lineCount=ua.lineCount,su.lines=[ua.Cb,ua.Ih,ua.df,ua.Le,ua.Qc,ua.Qb,ua.ze],su.actualBounds=Vc,su.measuredBounds=Np,su.naturalBounds=Hy,ch===0?oc.assign(Vc):oc.ed(Vc),ye.free(Lu),ye.free(gh),en.free(Rd),bi.free(wl)}Za.graduatedBounds!==null&&Za.graduatedBounds.push(oc),Zr(H0,oc.x,oc.y,oc.width,oc.height)}fo(uo,!1)}}},Ug.prototype.arrange=function(a,y,x){if(a.graduatedBounds!==null){var b=a.Pb(),E=a.graduatedMarks;if(E!==null){var z=a.graduatedBounds,nt=0,rt=z[nt];nt++,b!==null&&b.arrange(rt.x-x.x,rt.y-x.y,rt.width,rt.height);for(var st=y.length,ht=0;ht<st;ht++){var dt=y[ht];rt=E[ht],dt.visible&&dt!==b&&rt.length!==0&&(rt=z[nt],nt++,dt.arrange(rt.x-x.x,rt.y-x.y,rt.width,rt.height))}a.graduatedBounds=null}}},Ug.prototype.gc=function(a,y,x){var b=x.$i;x.$i=!0;var E=a.naturalBounds,z=E.width,nt=E.height;E=y instanceof ia,y.save(),y.beginPath(),y.rect(-1,-1,z+1,nt+1),y.clip(),y.Se(),z=a.Pb(),z.gc(y,x),nt=a.Df()*x.scale,0>=nt&&(nt=1);for(var rt=z.actualBounds,st=a.O.s,ht=a.graduatedMarks,dt=st.length,vt=0;vt<dt;vt++){var Nt=st[vt],Wt=ht[vt],Ht=Wt.length;if(Nt.visible&&Nt!==z&&Wt.length!==0){if(Nt instanceof ki){if(!(2>a.graduatedTickUnit*Nt.interval*z.geometry.flattenedTotalLength/a.graduatedRange*nt&&Nt.graduatedSkip===null)){var ne=Nt.measuredBounds,ve=Nt.strokeWidth*Nt.scale,de=Nt.alignmentFocus;de.Mc()&&(de=Qr);for(var Pe=0;Pe<Ht;Pe++){var be=Wt[Pe].$l,Ee=Wt[Pe].angle,Be=de,Ye=Nt.Ab;Ye.reset(),Ye.translate(be.x+rt.x,be.y+rt.y),Ye.rotate(Ee+Nt.angle,0,0),Ye.translate(-ne.width*Be.x+Be.offsetX+ve/2,-ne.height*Be.y+Be.offsetY+ve/2),Ye.scale(Nt.scale,Nt.scale),Ua(Nt,!1),Nt.wh.set(Nt.Ab),Nt.Kk=Nt.scale,ka(Nt,!1),Nt.gc(y,x),E&&(a.svg.appendChild(Nt.svg),Nt.svg=null),Nt.Ab.reset()}}}else if(Nt instanceof Pr)for(a.temporaryTextBlock===null&&(a.temporaryTextBlock=new Pr),ne=a.temporaryTextBlock,S1(ne,Nt),ve=0;ve<Ht;ve++)de=Wt[ve],de.actualBounds&&de.measuredBounds&&de.naturalBounds&&(ne.ec=de.text||"",ne.Kb=de.Sz||0,ne.Gc=de.lineCount||0,Pe=de.lines,Pe!==void 0&&(ne.Cb=Pe[0],ne.Ih=Pe[1],ne.df=Pe[2],ne.Le=Pe[3],ne.Qc=Pe[4],ne.Qb=Pe[5],ne.ze=Pe[6]),de.naturalBounds&&(ne.dc=de.naturalBounds),de.actualBounds&&(Pe=de.actualBounds,ne.arrange(Pe.x,Pe.y,Pe.width,Pe.height)),Pe=de.actualBounds,ne.arrange(Pe.x,Pe.y,Pe.width,Pe.height),be=de.measuredBounds,de=de.naturalBounds,Ee=ne.Ab,Ee.reset(),Ee.translate(Pe.x+rt.x,Pe.y+rt.y),Ee.translate(-be.x,-be.y),ne.no(Ee,de.x,de.y,de.width,de.height),Ua(ne,!1),ne.wh.set(ne.Ab),ne.Kk=ne.scale,ka(ne,!1),ne.Ng=Nt.part,ne.Me=Nt.panel,ne.gc(y,x),ne.Me=null,ne.Ng=null,E&&(a.svg.appendChild(ne.svg),ne.svg=null))}}x.$i=b,y.restore(),y.Vc(!0)};function pn(a,y){if(Oe.call(this),this.na=null,a===void 0)this.na=pn.Position;else if(typeof a=="string"){var x=il.I(a);x!==null&&(this.na=x)}else a instanceof yo?this.na=a:a&&(this.na=pn.Position,y=a);this.na===null&&Le("Panel type not specified or PanelLayout not loaded: "+a),this.l=this.l|4194304|(this.na===pn.Grid?1048576:0),this.O=new fn,this.yb=Qs,this.Tm=Mo,this.Uf=Pi,this.$g=null,this.$e="",this.jg=new en(NaN,NaN,NaN,NaN),this.T=this.F=null,this.xo=Zn,this.jn=Ir,this.kn=to,this.ub=this.ra=null,this.zn=NaN,this.ge=this.Hh=null,y&&Object.assign(this,y)}_e(pn,Oe),pn.prototype.cloneProtected=function(a){Oe.prototype.cloneProtected.call(this,a),a.na=this.na,a.yb=this.yb.J(),a.Tm=this.Tm.J(),a.Uf=this.Uf,a.$e=this.$e,a.jg.assign(this.jg),this.T!==null&&(a.T=this.T.copy(a)),a.xo=this.xo,a.jn=this.jn.J(),a.kn=this.kn.J(),this.ra!==null&&(a.ra=this.ra.copy()),a.ub=this.ub,a.zn=this.zn,a.Hh=this.Hh},pn.prototype.Af=function(a){Oe.prototype.Af.call(this,a),a.O=this.O;for(var y=a.O.s,x=y.length,b=0;b<x;b++)y[b].Me=a;a.$g=null},pn.prototype.copy=function(){var a=Oe.prototype.copy.call(this);if(a!==null){for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b].copy();E.wi(a),E.Ng=null;var z=a.O,nt=z.count;if(z.Gb(nt,E),z=a.part,z!==null){z.Rh=null,E.portId!==null&&z instanceof kn&&(z.Te=!0);var rt=a.diagram;rt!==null&&rt.undoManager.isUndoingRedoing||z.cb(ro,"elements",a,null,E,null,nt)}}return a}return null},Kt=pn.prototype,Kt.toString=function(){return"Panel("+this.type.name+")#"+Ai(this)},Kt.Pn=function(a){Oe.prototype.Pn.call(this,a);for(var y=this.O.s,x=y.length,b=0;b<x;b++)y[b].Pn(a)},Kt.hh=function(a,y){if(this.na===pn.Grid)a.yc(),this.na.gc(this,a,y);else if(this.na===pn.Graduated)a.yc(),this.na.gc(this,a,y);else{if(this.na===pn.Table)if(a.yc(),a instanceof ia){var x=a.yd;a.yd=um(a,"gojs-ts"),pv(this,a),a.nh.pop(),a.yd=x}else pv(this,a);(x=this.isClipping&&this.na===pn.Spot)&&a.save();for(var b=this.Pb(),E=this.O.s,z=E.length,nt=0;nt<z;nt++){var rt=E[nt];x&&rt===b&&(a.clipInsteadOfFill=!0),rt.gc(a,y),x&&rt===b&&(a.clipInsteadOfFill=!1)}x&&(a.restore(),a.Vc(!0))}};function pv(a,y){y.lineCap="butt";var x=0<a.rowCount?a.rowDefs:null,b=0<a.columnCount?a.colDefs:null;x!==null&&Cm(a,y,!0,x,!0),b!==null&&Cm(a,y,!1,b,!0),x!==null&&o1(a,y,!0,x),b!==null&&o1(a,y,!1,b),x!==null&&Cm(a,y,!0,x,!1),b!==null&&Cm(a,y,!1,b,!1)}function o1(a,y,x,b){for(var E=b.length,z=a.actualBounds,nt=a.naturalBounds,rt=!0,st=0;st<E;st++){var ht=b[st];if(ht!==void 0&&ht.actual!==0)if(rt)rt=!1;else{if(x){if(ht.position>nt.height)continue}else if(ht.position>nt.width)continue;var dt=ht.separatorStrokeWidth;isNaN(dt)&&(dt=x?a.defaultRowSeparatorStrokeWidth:a.defaultColumnSeparatorStrokeWidth);var vt=ht.separatorStroke;if(vt===null&&(vt=x?a.defaultRowSeparatorStroke:a.defaultColumnSeparatorStroke),dt!==0&&vt!==null){Xr(a,y,vt,!1,!1,nt,z),vt=!1;var Nt=ht.separatorDashArray;Nt===null&&(Nt=x?a.defaultRowSeparatorDashArray:a.defaultColumnSeparatorDashArray),Nt!==null&&(vt=!0,y.js(Nt,0)),y.beginPath(),Nt=ht.position+dt,x?Nt>nt.height&&(dt-=Nt-nt.height):Nt>nt.width&&(dt-=Nt-nt.width),ht=ht.position+dt/2,y.lineWidth=dt,dt=a.yb,x?(ht+=dt.top,Nt=nt.width-dt.right,y.moveTo(dt.left,ht),y.lineTo(Nt,ht)):(ht+=dt.left,Nt=nt.height-dt.bottom,y.moveTo(ht,dt.top),y.lineTo(ht,Nt)),y.stroke(),y.Se(),vt&&y.fs()}}}}function Cm(a,y,x,b,E){for(var z=b.length,nt=a.actualBounds,rt=a.naturalBounds,st=s1(a,!0),ht=s1(a,!1),dt=0;dt<z;dt++){var vt=b[dt];if(vt!==void 0&&vt.background!==null&&vt.coversSeparators!==E&&vt.actual!==0){var Nt=x?nt.height:nt.width;if(!(vt.position>Nt)){var Wt=vt.Wc(),Ht=vt.separatorStrokeWidth;isNaN(Ht)&&(Ht=x?a.defaultRowSeparatorStrokeWidth:a.defaultColumnSeparatorStrokeWidth);var ne=vt.separatorStroke;ne===null&&(ne=x?a.defaultRowSeparatorStroke:a.defaultColumnSeparatorStroke),(ne===null||vt.index===(x?st:ht))&&(Ht=0),Wt-=Ht,Ht=vt.position+Ht,Wt+=vt.actual,Ht+Wt>Nt&&(Wt=Nt-Ht),0>=Wt||(Nt=a.yb,Xr(a,y,vt.background,!0,!1,rt,nt),x?y.fillRect(Nt.left,Ht+Nt.top,nt.width-(Nt.left+Nt.right),Wt):y.fillRect(Ht+Nt.left,Nt.top,Wt,nt.height-(Nt.top+Nt.bottom)))}}}}function s1(a,y){for(var x=y?a.rowCount:a.columnCount,b=0;b<x;b++){var E=y?a.rowDefs[b]:a.colDefs[b];if(E!==void 0)return E.index}return 0}function mv(a){return a==="LineV"||a==="BarV"}Kt.lv=function(){for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].lv();this.Uc=!0},Kt.kk=function(a,y,x){if(!Oe.prototype.kk.call(this,a,y,x))return!1;if(this.type===pn.Table)x=this.svg.getElementsByClassName("gojs-ts"),x=x.length!==0?x[0]:null,x!==null&&(x.innerHTML=""),a.yd=x,pv(this,a),a.yd=null;else if(this.na===pn.Grid||this.na===pn.Graduated)return this.svg.innerHTML="",this.svg.remove(),!1;x=this.O.s;for(var b=x.length,E=0;E<b;E++)x[E].gc(a,y);return!0},Kt.nk=function(){return!0},Kt.$o=function(a,y,x,b){if(!this.isClipping)if(this.Dd()&&a.bk!==null){a=a.bk,y=this.O.s;for(var E=0,z=0,nt=0;nt<y.length;nt++)if(y[nt].Ed()){var rt=y[nt].actualBounds;E=nt===0?rt.x:Math.min(rt.x,E),z=nt===0?rt.y:Math.min(rt.y,z)}b.setAttributeNS(null,"clip-path","path('M "+(a.x-x.x-E)+","+(a.y-x.y-z)+" l "+a.width+" 0 l 0 "+a.height+" l -"+a.width+" 0 z')")}else Oe.prototype.$o.call(this,a,y,x,b)},Kt.Sj=function(a,y,x,b,E){var z=this.se(),nt=this.transform,rt=1/(nt.m11*nt.m22-nt.m12*nt.m21),st=nt.m22*rt,ht=-nt.m12*rt,dt=-nt.m21*rt,vt=nt.m11*rt,Nt=rt*(nt.m21*nt.dy-nt.m22*nt.dx),Wt=rt*(nt.m12*nt.dx-nt.m11*nt.dy);if(this.areaBackground!==null)return nt=this.actualBounds,Re.Ff(nt.left,nt.top,nt.right,nt.bottom,a,y,x,b,E);if(this.background!==null)return z=a*st+y*dt+Nt,rt=a*ht+y*vt+Wt,a=x*st+b*dt+Nt,st=x*ht+b*vt+Wt,E.h(0,0),x=this.naturalBounds,z=Re.Ff(0,0,x.width,x.height,z,rt,a,st,E),E.transform(nt),z;z||(st=1,dt=ht=0,vt=1,Wt=Nt=0),rt=a*st+y*dt+Nt,a=a*ht+y*vt+Wt,st=x*st+b*dt+Nt,x=x*ht+b*vt+Wt,E.h(st,x),b=(st-rt)*(st-rt)+(x-a)*(x-a),ht=!1,vt=this.O.s,Wt=vt.length,dt=ye.alloc(),Nt=null,y=1/0;var Ht=null,ne=this.isClipping&&this.na===pn.Spot;ne&&(Ht=ye.alloc(),Nt=this.Pb(),(ht=Nt.Sj(rt,a,st,x,Ht))&&(y=(rt-Ht.x)*(rt-Ht.x)+(a-Ht.y)*(a-Ht.y)));for(var ve=0;ve<Wt;ve++){var de=vt[ve];de.visible&&de!==Nt&&de.Sj(rt,a,st,x,dt)&&(ht=!0,de=(rt-dt.x)*(rt-dt.x)+(a-dt.y)*(a-dt.y),de<b&&(b=de,E.set(dt)))}return ne&&(y>b&&E.set(Ht),ye.free(Ht)),ye.free(dt),z&&E.transform(nt),ht},Kt.Gj=function(){for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Gj();Oe.prototype.Gj.call(this)},Kt.v=function(a){if(!va(this)){Oe.prototype.v.call(this,a),a=null,(this.na===pn.Auto||this.na===pn.Link)&&(a=this.Pb());for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b];if((E===a||E.isPanelMain)&&E.v(!0),!E.desiredSize.w()){var z=js(E,!1);(E instanceof Cs||E instanceof pn||E instanceof Pr||z!==hn)&&E.v(!0)}}}},Kt.Uj=function(){if(!va(this)){fo(this,!0),Yl(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Uj()}},Kt.Uk=function(){if(!(this.l&2048)){Ua(this,!0),ka(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Wu()}},Kt.Wu=function(){ka(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Wu()},Kt.Wl=function(a,y,x,b){var E=this.jg;E.h(0,0,0,0);var z=this.desiredSize,nt=this.minSize;x===void 0&&(x=nt.width,b=nt.height),x=Math.max(x,nt.width),b=Math.max(b,nt.height);var rt=this.maxSize;isNaN(z.width)||(a=Math.min(z.width,rt.width)),isNaN(z.height)||(y=Math.min(z.height,rt.height)),a=Math.max(x,a),y=Math.max(b,y);var st=this.yb;a=Math.max(a-st.left-st.right,0),y=Math.max(y-st.top-st.bottom,0);var ht=this.O.s;ht.length!==0&&this.na.measure(this,a,y,ht,E,x,b),a=E.width+st.left+st.right,st=E.height+st.top+st.bottom,isFinite(z.width)&&(a=z.width),isFinite(z.height)&&(st=z.height),a=Math.min(rt.width,a),st=Math.min(rt.height,st),a=Math.max(nt.width,a),st=Math.max(nt.height,st),a=Math.max(x,a),st=Math.max(b,st),xo(E,a,st),xo(this.naturalBounds,a,st),this.Ge(0,0,a,st)},Kt.Pb=function(){if(this.$g===null){var a=this.O.s,y=a.length;if(y===0)return null;for(var x=0;x<y;x++){var b=a[x];if(b.isPanelMain===!0)return this.$g=b}this.$g=a[0]}return this.$g};function yu(a){return a.part!==null?a.part.locationObject:null}Kt.eh=function(a,y,x,b){var E=this.O.s;if(this.actualBounds.h(a,y,x,b),E.length!==0){if(!this.desiredSize.w()){a=js(this,!0);var z=this.measuredBounds;y=z.width,z=z.height;var nt=this.Kg,rt=nt.left+nt.right;switch(nt=nt.top+nt.bottom,y===x&&z===b&&(a=hn),a){case hn:(y>x||z>b)&&(this.v(),this.measure(y>x?x:y,z>b?b:z,0,0));break;case cn:this.v(!0),this.measure(x+rt,b+nt,0,0);break;case Qn:this.v(!0),this.measure(x+rt,z+nt,0,0);break;case ai:this.v(!0),this.measure(y+rt,b+nt,0,0)}}this.na.arrange(this,E,this.jg)}},Kt.gh=function(a){var y=this.naturalBounds,x=yu(this);if(Ro(0,0,y.width,y.height,a.x,a.y)){y=this.O.s;for(var b=y.length,E=ye.allocAt(0,0);b--;){var z=y[b];if((z.visible||z===x)&&(Gi(E.set(a),z.transform),z.ca(E)))return ye.free(E),!0}return ye.free(E),!(this.Ma===null&&this.areaBackground===null)}return!1},Kt.ks=function(a){if(this.bindingId===a)return this;for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b].ks(a);if(E!==null)return E}return null},Kt.qm=function(a,y){if(y(this,a),a instanceof pn){a=a.O.s;for(var x=a.length,b=0;b<x;b++)this.qm(a[b],y)}};function Fc(a,y){a1(a,a,y)}function a1(a,y,x){x(y),y=y.O.s;for(var b=y.length,E=0;E<b;E++){var z=y[E];z instanceof pn&&a1(a,z,x)}}function yx(a,y){l1(a,a,y)}function l1(a,y,x){if(x(y),y instanceof pn){y=y.O.s;for(var b=y.length,E=0;E<b;E++)l1(a,y[E],x)}}Kt.Nl=function(a){return u1(this,this,a)};function u1(a,y,x){if(x(y))return y;if(y instanceof pn){y=y.O.s;for(var b=y.length,E=0;E<b;E++){var z=u1(a,y[E],x);if(z!==null)return z}}return null}Kt.fb=function(a){if(this.name===a)return this;var y=this.O.s,x=y.length;this.Hh===null&&this.itemTemplateMap===null||(x=_g(this));for(var b=0;b<x;b++){var E=y[b];if(E instanceof pn){var z=E.fb(a);if(z!==null)return z}if(E.name===a)return E}return null};function h1(a){a=a.O.s;for(var y=a.length,x=0,b=0;b<y;b++){var E=a[b];E instanceof pn?x=Math.max(x,h1(E)):E instanceof ki&&(x=Math.max(x,E.ig/2*E.strokeMiterLimit*E.Df()))}return x}Kt.se=function(){return!(this.type===pn.TableRow||this.type===pn.TableColumn)};function Ju(a){return a.type===pn.TableRow||a.type===pn.TableColumn}Kt.ic=function(a,y,x){if(this.pickable===!1||(y===void 0&&(y=null),x===void 0&&(x=null),ws(this)))return null;var b=this.naturalBounds,E=1/this.Df(),z=this.se(),nt=z?a:Gi(ye.allocAt(a.x,a.y),this.transform),rt=this.diagram,st=10,ht=5;if(rt!==null&&(st=rt.Ql("extraTouchArea"),ht=st/2),Ro(-(ht*E),-(ht*E),b.width+st*E,b.height+st*E,nt.x,nt.y)){if(!this.isAtomic){E=this.O.s;var dt=E.length;if(rt=ye.alloc(),ht=(st=this.isClipping&&this.na===pn.Spot)?this.Pb():null,st&&(ht.se()?Gi(rt.set(a),ht.transform):rt.set(a),!ht.ca(rt)))return ye.free(rt),z||ye.free(nt),null;for(var vt=yu(this);dt--;){var Nt=E[dt];if((Nt.visible||Nt===vt)&&(Nt.se()?Gi(rt.set(a),Nt.transform):rt.set(a),!st||Nt!==ht)){var Wt=null;if(Nt instanceof pn?Wt=Nt.ic(rt,y,x):Nt.pickable===!0&&Nt.ca(rt)&&(Wt=Nt),Wt!==null&&(y!==null&&(Wt=y(Wt)),Wt!==null&&(x===null||x(Wt))))return ye.free(rt),z||ye.free(nt),Wt}}ye.free(rt)}return this.background===null&&this.areaBackground===null?(z||ye.free(nt),null):(a=Ro(0,0,b.width,b.height,nt.x,nt.y)?this:null,z||ye.free(nt),a)}return z||ye.free(nt),null},Kt.ji=function(a,y,x,b){if(this.pickable===!1)return!1;y===void 0&&(y=null),x===void 0&&(x=null);var E=this.naturalBounds,z=this.se(),nt=z?a:Gi(ye.allocAt(a.x,a.y),this.transform);if(E=Ro(0,0,E.width,E.height,nt.x,nt.y),Ju(this)||E){if(!this.isAtomic){for(var rt=this.O.s,st=rt.length,ht=ye.alloc(),dt=yu(this);st--;){var vt=rt[st];if(vt.visible||vt===dt){vt.se()?Gi(ht.set(a),vt.transform):ht.set(a);var Nt=vt;vt=vt instanceof pn?vt:null,(vt!==null?vt.ji(ht,y,x,b):Nt.ca(ht))&&Nt.pickable!==!1&&(y!==null&&(Nt=y(Nt)),Nt===null||x!==null&&!x(Nt)||b.add(Nt))}}ye.free(ht)}return z||ye.free(nt),E&&(this.background!==null||this.areaBackground!==null)}return z||ye.free(nt),!1},Kt.Cf=function(a,y,x,b,E,z){if(this.pickable===!1)return!1;y===void 0&&(y=null),x===void 0&&(x=null);var nt=z;if(z===void 0&&(nt=bi.alloc(),nt.reset()),nt.multiply(this.transform),this.fh(a,nt))return vv(this,y,x,E),z===void 0&&bi.free(nt),!0;if(this.Yc(a,nt)){if(!this.isAtomic)for(var rt=yu(this),st=this.O.s,ht=st.length;ht--;){var dt=st[ht];if(dt.visible||dt===rt){var vt=dt.actualBounds,Nt=this.naturalBounds;vt.x>Nt.width||vt.y>Nt.height||0>vt.x+vt.width||0>vt.y+vt.height||(vt=dt,dt=dt instanceof pn?dt:null,Nt=bi.alloc(),Nt.set(nt),(dt!==null?dt.Cf(a,y,x,b,E,Nt):Co(vt,a,b,Nt))&&(y!==null&&(vt=y(vt)),vt===null||x!==null&&!x(vt)||E.add(vt)),bi.free(Nt))}}return z===void 0&&bi.free(nt),b}return z===void 0&&bi.free(nt),!1};function vv(a,y,x,b){for(var E=a.O.s,z=E.length;z--;){var nt=E[z];if(nt.visible){var rt=nt.actualBounds,st=a.naturalBounds;rt.x>st.width||rt.y>st.height||0>rt.x+rt.width||0>rt.y+rt.height||(nt instanceof pn&&vv(nt,y,x,b),y!==null&&(nt=y(nt)),nt===null||x!==null&&!x(nt)||b.add(nt))}}}Kt.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 nt=this.naturalBounds,rt=this.se(),st=rt?a:Gi(ye.allocAt(a.x,a.y),this.transform),ht=rt?y:Gi(ye.allocAt(y.x,y.y),this.transform),dt=st.Bf(ht),vt=0<st.x&&st.x<nt.width&&0<st.y&&st.y<nt.height||er(st.x,st.y,0,0,0,nt.height)<=dt||er(st.x,st.y,0,nt.height,nt.width,nt.height)<=dt||er(st.x,st.y,nt.width,nt.height,nt.width,0)<=dt||er(st.x,st.y,nt.width,0,0,0)<=dt;if(nt=st.zd(0,0)<=dt&&st.zd(0,nt.height)<=dt&&st.zd(nt.width,0)<=dt&&st.zd(nt.width,nt.height)<=dt,rt||(ye.free(st),ye.free(ht)),vt){if(!this.isAtomic){st=ye.alloc(),ht=ye.alloc(),dt=yu(this);for(var Nt=this.O.s,Wt=Nt.length;Wt--;){var Ht=Nt[Wt];if(Ht.visible||Ht===dt){var ne=Ht.actualBounds,ve=this.naturalBounds;(!rt||!(ne.x>ve.width||ne.y>ve.height||0>ne.x+ne.width||0>ne.y+ne.height))&&(Ht.se()?(ne=Ht.transform,Gi(st.set(a),ne),Gi(ht.set(y),ne)):(st.set(a),ht.set(y)),ne=Ht,Ht=Ht instanceof pn?Ht:null,(Ht!==null?Ht.og(st,ht,x,b,E,z):ne.tx(st,ht,E))&&(x!==null&&(ne=x(ne)),ne===null||b!==null&&!b(ne)||z.add(ne)))}}ye.free(st),ye.free(ht)}return E?vt:nt}return!1};function yv(a){var y=null;return a instanceof ki&&(y=a.spot1,y===Mo&&(y=null),a=a.geometry,a!==null&&y===null&&(y=a.spot1)),y===null&&(y=mr),y}function Sv(a){var y=null;return a instanceof ki&&(y=a.spot2,y===Mo&&(y=null),a=a.geometry,a!==null&&y===null&&(y=a.spot2)),y===null&&(y=Fs),y}Kt.add=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];for(x=0;x<y.length;x++)this.Gb(this.O.count,y[x]);return this},Kt.M=function(a){return this.O.M(a)},Kt.Gb=function(a,y){y instanceof $n&&Le("Cannot add a Part to a Panel: "+y+"; use a Panel instead"),(this===y||this.rg(y))&&(this===y&&Le("Cannot make a Panel contain itself: "+this.toString()),Le("Cannot make a Panel indirectly contain itself: "+this.toString()+" already contains "+y.toString()));var x=y.panel;if(x!==null&&x!==this&&Le("Cannot add a GraphObject that already belongs to another Panel to this Panel: "+y.toString()+", already contained by "+x.toString()+", cannot be shared by this Panel: "+this.toString()),this.na!==pn.Grid||y instanceof ki||Le("Can only add Shapes to a Grid Panel, not: "+y),this.na!==pn.Graduated||y instanceof ki||y instanceof Pr||Le("Can only add Shapes or TextBlocks to a Graduated Panel, not: "+y),y.wi(this),y.Ng=null,this.itemArray!==null){var b=y.data;b!==null&&typeof b=="object"&&(this.ge===null&&(this.ge=new li),this.ge.add(b,y))}var E=this.O;if(b=-1,x===this){for(var z=-1,nt=this.O.s,rt=nt.length,st=0;st<rt;st++)if(nt[st]===y){z=st;break}if(z!==-1){if(z===a||z+1>=E.count&&a>=E.count)return;E.mb(z),b=z}else Le("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),va(this)||this.v(),y.v(!1),y.portId!==null?this.Te=!0:y instanceof pn&&y.Te===!0&&(this.Te=!0),this.graduatedIntervals=null,this.If()||Am(this,y,!1),x=this.part,x!==null&&(x.Rh=null,x.ag=NaN,this.Te&&x instanceof kn&&(x.Te=!0),x.Te&&x instanceof kn&&(x.wc=null),E=this.diagram,E!==null&&E.undoManager.isUndoingRedoing||(b!==-1&&x.cb(vo,"elements",this,y,null,b,null),x.cb(ro,"elements",this,null,y,null,a)))};function xv(a,y){a.l=y?a.l|16777216:a.l&-16777217}Kt.remove=function(a){for(var y=this.O.s,x=y.length,b=-1,E=0;E<x;E++)if(y[E]===a){b=E;break}b!==-1&&this.pc(b,!0)},Kt.mb=function(a){0<=a&&this.pc(a,!0)},Kt.pc=function(a,y){var x=this.O,b=x.M(a);if(b.Ng=null,b.wi(null),this.ge!==null){var E=b.data;typeof E=="object"&&this.ge.remove(E)}x.mb(a),fo(this,!1),this.v(),this.$g===b&&(this.$g=null),this.graduatedIntervals=null;var z=this.part;z!==null&&(z.Rh=null,z.ag=NaN,z.Wb(),z instanceof kn&&(b instanceof pn?b.qm(b,function(nt,rt){_v(z,rt,y)}):_v(z,b,y)),x=this.diagram,x!==null&&x.undoManager.isUndoingRedoing||z.cb(vo,"elements",this,b,null,a,null))},Kt.Fb=function(a){0>a&&wn(a,">= 0",pn,"getRowDefinition:idx"),a=Math.round(a);var y=this.rowDefs;if(y[a]===void 0){var x=new po;x.wi(this),x.isRow=!0,x.index=a,y[a]=x,this.cb(ro,"rowdefs",this,null,x,null,a)}return y[a]},Kt.oA=function(a){if(0>a&&wn(a,">= 0",pn,"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(vo,"rowdefs",this,x,null,a,null),this.v()}}};function c1(a,y,x){var b=a.rowDefs;if(!(0>y)){if(b[y]=x instanceof po?x:void 0,!x)for(y=b.length-1;0<=y&&b[y--]===void 0;)b.length--;a.v()}}Kt.Eb=function(a){0>a&&wn(a,">= 0",pn,"getColumnDefinition:idx"),a=Math.round(a);var y=this.colDefs;if(y[a]===void 0){var x=new po;x.wi(this),x.isRow=!1,x.index=a,y[a]=x,this.cb(ro,"coldefs",this,null,x,null,a)}return y[a]},Kt.jA=function(a){if(0>a&&wn(a,">= 0",pn,"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(vo,"coldefs",this,x,null,a,null),this.v()}}};function d1(a,y,x){var b=a.colDefs;if(!(0>y)){if(b[y]=x instanceof po?x:void 0,!x)for(y=b.length-1;0<=y&&b[y--]===void 0;)b.length--;a.v()}}Kt.Gy=function(a){var y=null;return a.isRow?y=this.Fb(a.index):a.isRow||(y=this.Eb(a.index)),y&&Lm(y,a),this},Kt.Hy=function(a,y){return(a=this.Fb(a))&&Lm(a,new po(y)),this},Kt.By=function(a,y){return(a=this.Eb(a))&&Lm(a,new po(y)),this},Kt.nz=function(a){if(0>a||this.type!==pn.Table||this.rowCount===0)return-1;for(var y=0,x=this.rowDefs,b=x.length,E=this.topIndex;E<b;E++){var z=x[E];if(z!==void 0&&(y+=z.total,a<y))break}return E},Kt.fz=function(a){if(0>a||this.type!==pn.Table||this.columnCount===0)return-1;for(var y=0,x=this.colDefs,b=x.length,E=this.leftIndex;E<b;E++){var z=x[E];if(z!==void 0&&(y+=z.total,a<y))break}return E},Kt.Fz=function(a,y){if(y===void 0&&(y=new ye(NaN,NaN)),this.type!==pn.Graduated)return y.h(NaN,NaN),y;a=Math.min(Math.max(a,this.graduatedMin),this.graduatedMax);var x=this.Pb();return x.geometry.Pu((a-this.graduatedMin)/this.graduatedRange,y),x.transform.Ga(y)},Kt.Gz=function(a){if(this.type!==pn.Graduated)return NaN;var y=this.Pb();return y.transform.Cd(a),y.geometry.xx(a)*this.graduatedRange+this.graduatedMin};function f1(a){return a=a.allBindings,a!==null&&a._isFrozen}function Ha(a){var y=a.allBindings;if(y===null)a.data!==null&&Le("Template cannot have .data be non-null: "+a),a.allBindings=y=new fn;else if(y._isFrozen)return;var x=new fn;xv(a,!1),a.qm(a,function(ht,dt){dt.th();var vt=dt.localBindings;if(vt!==null)for(yd(dt,!1),vt=vt.iterator;vt.next();){var Nt=vt.value;Nt.mode===cp&&yd(dt,!0);var Wt=Nt.sourceName;Wt!==null&&(Wt==="/"&&xv(ht,!0),Wt=kS(Nt,ht,dt),Wt!==null&&(x.add(Wt),Wt.srcBindings===null&&(Wt.srcBindings=new fn),Wt.srcBindings.add(Nt))),y.add(Nt)}if(dt instanceof pn&&dt.type===pn.Table){if(0<dt.rowCount){for(ht=dt.rowDefs,vt=ht.length,Nt=0;Nt<vt;Nt++)if(Wt=ht[Nt],Wt!==void 0&&Wt.be!==null)for(var Ht=Wt.be.iterator;Ht.next();){var ne=Ht.value;ne.xd=Wt,ne.to=2,ne.wl=Wt.index,y.add(ne)}}if(0<dt.columnCount){for(dt=dt.colDefs,ht=dt.length,vt=0;vt<ht;vt++)if(Nt=dt[vt],Nt!==void 0&&Nt.be!==null)for(Wt=Nt.be.iterator;Wt.next();)Ht=Wt.value,Ht.xd=Nt,Ht.to=1,Ht.wl=Nt.index,y.add(Ht)}}});for(var b=x.iterator;b.next();){var E=b.value;if(E.srcBindings!==null){yd(E,!0);for(var z=E.srcBindings.iterator;z.next();){var nt=z.value;E.localBindings===null&&(E.localBindings=new fn),E.localBindings.add(nt)}}E.srcBindings=null}for(b=y.iterator;b.next();)if(E=b.value,z=E.xd,z!==null){E.xd=null;var rt=E.targetProperty,st=rt.indexOf(".");0<st&&z instanceof pn&&(nt=rt.substring(0,st),rt=rt.substr(st+1),st=z.fb(nt),st!==null?(z=st,E.targetProperty=rt):Un('Warning: unable to find GraphObject named "'+nt+'" for Binding: '+E.toString())),z instanceof po?(nt=Ai(z.panel),E.Ai=nt===void 0?-1:nt,z.panel.bindingId=E.Ai):z instanceof Oe?(nt=Ai(z),E.Ai=nt===void 0?-1:nt,z.bindingId=E.Ai):Le("Unknown type of binding target: "+z)}y.freeze(),a instanceof $n&&a.Zc()&&a.Va()}Kt.Uy=function(a){a===void 0&&(a=!1);var y=this.copy();return yx(y,function(x){x instanceof pn&&(x.allBindings=null,x.ub=null);var b=x.localBindings;b!==null&&(x.localBindings=null,b.each(function(E){x.bind(E.copy())})),b=x.animationTriggers,b!==null&&(x.animationTriggers=null,b.each(function(E){x.Jv(E.value.copy())}))}),a&&Ha(y),y},Kt.La=function(a){var y=this.allBindings;if(y!==null)for(a===void 0&&(a=""),y=y.iterator;y.next();){var x=y.value,b=x.sourceProperty;if((a===""||b===""||b===a)&&(b=x.targetProperty,x.converter!==null||b!=="")){b=this.data;var E=x.sourceName;if(E!==null){if(E==="")b=this;else if(E==="/")b=this;else if(E===".")b=this;else if(E==="..")b=this;else if(b=this.fb(E),b===null)continue}else if(x.isToModel)if(b=this.diagram,b!==null)b=b.model.modelData;else continue;var z=this,nt=x.Ai;if(nt!==-1){if(z=this.ks(nt),z===null)continue}else x.xd!==null&&(z=x.xd);if(E==="/"?b=z.part:E==="."?b=z:E===".."&&(b=z.panel),E=x.to,E!==0){if(!(z instanceof pn))continue;E===1?z=z.Eb(x.wl):E===2&&(z=z.Fb(x.wl))}z!==void 0&&x.Mv(z,b)}}},Kt.sx=function(a){return a==null||this.ge===null?null:this.ge.I(a)};function Sx(a,y){a=a.O.s;for(var x=a.length,b=y.length,E=0,z=null;E<x&&(z=a[E],!(z instanceof pn&&z.data!==null));)E++,z=a[E];if(x-E!==b)return!0;if(z===null)return 0<b;for(var nt=0;E<x&&nt<b;){if(z=a[E],!(z instanceof pn)||z.data!==y[nt])return!0;E++,nt++}return!1}function _g(a){if(a.type===pn.Spot||a.type===pn.Auto)return Math.min(a.O.length,1);if(a.type===pn.Link){a=a.O;for(var y=a.length,x=0;x<y;x++){var b=a.M(x);if(!(b instanceof ki&&b.isPanelMain))break}return x}return a.type===pn.Table&&0<a.O.length&&(a=a.O.M(0),a.isPanelMain&&a instanceof pn&&Ju(a))?1:0}Kt.mv=function(){for(var a=_g(this);this.O.length>a;)this.pc(this.O.length-1,!1);g1(this,this.itemArray)};function g1(a,y){var x=_g(a);if(y===null||y.length===0)for(;a.O.length>x;)a.pc(a.O.length-1,!1);else if(a.O.length<=x){x=y.length;for(var b=0;b<x;b++)bm(a,y[b],b,!0)}else{b=x;for(var E=0;E<y.length;E++,b++){var z=y[E],nt=b<a.O.length?a.O.M(b):null;if(nt instanceof pn){if(nt.data!==z){var rt=Pv(a,nt.data),st=Pv(a,z),ht=st!==rt;ht||(rt=Cv(a,rt),ht=Cv(a,st)!==rt),ht?(a.pc(b,!1),bm(a,z,E,!1)):nt.data=z}}else bm(a,z,E,!1)}for(;b<a.O.length;)a.pc(b,!1);a.$g=null,wv(a,x,0),va(a)||a.v(),a.graduatedIntervals=null,a.If()||Am(a,a,!1),y=a.part,y!==null&&(y.Rh=null,y.ag=NaN,a.Te&&y instanceof kn&&(y.Te=!0),y.Te&&y instanceof kn&&(y.wc=null))}}function bm(a,y,x,b){if(!(y==null||0>x)){var E=Pv(a,y);if(E=Cv(a,E),E!==null){if(Ha(E),E=E.copy(),E.l&16777216){var z=a.ih();z!==null&&xv(z,!0)}typeof y=="object"&&(a.ge===null&&(a.ge=new li),a.ge.add(y,E)),z=x+_g(a),a.Gb(z,E),b&&(E.ub=y,wv(a,z,x),E.ub=null),E.data=y}}}function wv(a,y,x){for(a=a.O;y<a.length;){var b=a.M(y);if(b instanceof pn){var E=y,z=x;b.type===pn.TableRow?b.row=E:b.type===pn.TableColumn&&(b.column=E),b.itemIndex=z}y++,x++}}function Pv(a,y){if(y===null)return"";if(a=a.itemCategoryProperty,typeof a=="function")a=a(y);else if(typeof a=="string"&&typeof y=="object"){if(a==="")return"";a=io(y,a)}else return"";if(a===void 0)return"";if(typeof a=="string")return a;Le("Panel.getCategoryForItemData found a non-string category for "+y+": "+a)}function Cv(a,y){var x=a.itemTemplateMap,b=null;return x!==null&&(b=x.I(y)),b===null&&(x!==null&&(b=x.I("")),b===null&&(p1||(p1=!0,Un('No item template Panel found for category "'+y+'" on '+a),Un(" Using default item template."),a=new pn,y=new Pr,y.bind(new ao("text","",ui)),a.add(y),m1=a),b=m1)),b}function Am(a,y,x){var b=y.enabledChanged;if(b!==null&&b(y,x),y instanceof pn){y=y.O.s,b=y.length;for(var E=0;E<b;E++){var z=y[E];x&&z instanceof pn&&!z.isEnabled||Am(a,z,x)}}}function Fl(a,y){y.name=a,il.add(a,y)}Ue.Object.defineProperties(pn.prototype,{type:{get:function(){return this.na},set:function(a){var y=this.na;y!==a&&(this.na=a,this.isAtomic=this.na===pn.Grid,this.v(),this.g("type",y,a))}},elements:{get:function(){return this.O.iterator}},naturalBounds:{get:function(){return this.dc}},padding:{get:function(){return this.yb},set:function(a){typeof a=="number"?(0>a&&wn(a,">= 0",pn,"padding"),a=new Fi(a)):(0>a.left&&wn(a.left,">= 0",pn,"padding:value.left"),0>a.right&&wn(a.right,">= 0",pn,"padding:value.right"),0>a.top&&wn(a.top,">= 0",pn,"padding:value.top"),0>a.bottom&&wn(a.bottom,">= 0",pn,"padding:value.bottom"));var y=this.yb;y.D(a)||(this.yb=a=a.J(),this.v(),this.g("padding",y,a))}},defaultAlignment:{get:function(){return this.Tm},set:function(a){var y=this.Tm;y.D(a)||(this.Tm=a=a.J(),this.v(),this.g("defaultAlignment",y,a))}},defaultStretch:{get:function(){return this.Uf},set:function(a){var y=this.Uf;y!==a&&(this.Uf=a,this.v(),this.g("defaultStretch",y,a))}},defaultSeparatorPadding:{get:function(){return this.T!==null?this.T.Qp:Qs},set:function(a){typeof a=="number"&&(a=new Fi(a));var y=this.defaultSeparatorPadding;y.D(a)||(a=a.J(),this.T===null&&(this.T=new Ta),this.T.Qp=a,this.v(),this.g("defaultSeparatorPadding",y,a))}},defaultRowSeparatorStroke:{get:function(){return this.T!==null?this.T.ia:null},set:function(a){var y=this.defaultRowSeparatorStroke;y!==a&&(a===null||typeof a=="string"||a instanceof lr)&&(a instanceof lr&&a.freeze(),this.T===null&&(this.T=new Ta),this.T.ia=a,this.N(),this.g("defaultRowSeparatorStroke",y,a))}},defaultRowSeparatorStrokeWidth:{get:function(){return this.T!==null?this.T.Ha:1},set:function(a){var y=this.defaultRowSeparatorStrokeWidth;y!==a&&isFinite(a)&&0<=a&&(this.T===null&&(this.T=new Ta),this.T.Ha=a,this.v(),this.g("defaultRowSeparatorStrokeWidth",y,a))}},defaultRowSeparatorDashArray:{get:function(){return this.T!==null?this.T.V:null},set:function(a){var y=this.defaultRowSeparatorDashArray;if(y!==a){if(a!==null){for(var x=a.length,b=0,E=0;E<x;E++){var z=a[E];typeof z=="number"&&0<=z&&isFinite(z)||Le("defaultRowSeparatorDashArray value "+z+" at index "+E+" must be a positive number or zero."),b+=z}if(b===0){if(y===null)return;a=null}}this.T===null&&(this.T=new Ta),this.T.V=a,this.N(),this.g("defaultRowSeparatorDashArray",y,a)}}},defaultColumnSeparatorStroke:{get:function(){return this.T!==null?this.T.u:null},set:function(a){var y=this.defaultColumnSeparatorStroke;y!==a&&(a===null||typeof a=="string"||a instanceof lr)&&(a instanceof lr&&a.freeze(),this.T===null&&(this.T=new Ta),this.T.u=a,this.N(),this.g("defaultColumnSeparatorStroke",y,a))}},defaultColumnSeparatorStrokeWidth:{get:function(){return this.T!==null?this.T.F:1},set:function(a){var y=this.defaultColumnSeparatorStrokeWidth;y!==a&&isFinite(a)&&0<=a&&(this.T===null&&(this.T=new Ta),this.T.F=a,this.v(),this.g("defaultColumnSeparatorStrokeWidth",y,a))}},defaultColumnSeparatorDashArray:{get:function(){return this.T!==null?this.T.o:null},set:function(a){var y=this.defaultColumnSeparatorDashArray;if(y!==a){if(a!==null){for(var x=a.length,b=0,E=0;E<x;E++){var z=a[E];typeof z=="number"&&0<=z&&isFinite(z)||Le("defaultColumnSeparatorDashArray value "+z+" at index "+E+" must be a positive number or zero."),b+=z}if(b===0){if(y===null)return;a=null}}this.T===null&&(this.T=new Ta),this.T.o=a,this.N(),this.g("defaultColumnSeparatorDashArray",y,a)}}},inRowsCols:{get:function(){return this.T!==null?this.T.nb:null},set:function(a){this.T===null&&(this.T=new Ta),this.T.nb=a}},viewboxStretch:{get:function(){return this.xo},set:function(a){var y=this.xo;y!==a&&(this.xo=a,this.v(),this.g("viewboxStretch",y,a))}},gridCellSize:{get:function(){return this.jn},set:function(a){var y=this.jn;if(!y.D(a)){a.w()&&a.width!==0&&a.height!==0||Le("Invalid Panel.gridCellSize: "+a),this.jn=a.J();var x=this.diagram;x!==null&&this===x.grid&&Ml(x),this.N(),this.g("gridCellSize",y,a)}}},gridOrigin:{get:function(){return this.kn},set:function(a){var y=this.kn;if(!y.D(a)){a.w()||Le("Invalid Panel.gridOrigin: "+a),this.kn=a.J();var x=this.diagram;x!==null&&this===x.grid&&Ml(x),this.N(),this.g("gridOrigin",y,a)}}},graduatedMin:{get:function(){return this.ra!==null?this.ra.lq:0},set:function(a){var y=this.graduatedMin;y!==a&&(this.ra===null&&(this.ra=new Su),this.ra.lq=a,this.v(),this.g("graduatedMin",y,a),zo(this)&&(a=this.part,a!==null&&Er(this,a,"graduatedRange")))}},graduatedMax:{get:function(){return this.ra!==null?this.ra.F:100},set:function(a){var y=this.graduatedMax;y!==a&&(this.ra===null&&(this.ra=new Su),this.ra.F=a,this.v(),this.g("graduatedMax",y,a),zo(this)&&(a=this.part,a!==null&&Er(this,a,"graduatedRange")))}},graduatedRange:{get:function(){return this.graduatedMax-this.graduatedMin}},graduatedTickUnit:{get:function(){return this.ra!==null?this.ra.ia:10},set:function(a){var y=this.graduatedTickUnit;y!==a&&0<a&&(this.ra===null&&(this.ra=new Su),this.ra.ia=a,this.v(),this.g("graduatedTickUnit",y,a))}},graduatedTickBase:{get:function(){return this.ra!==null?this.ra.V:0},set:function(a){var y=this.graduatedTickBase;y!==a&&(this.ra===null&&(this.ra=new Su),this.ra.V=a,this.v(),this.g("graduatedTickBase",y,a))}},graduatedMarks:{get:function(){return this.ra!==null?this.ra.u:null},set:function(a){this.ra!==null?this.ra.u=a:a!==null&&(this.ra=new Su,this.ra.u=a)}},graduatedBounds:{get:function(){return this.ra!==null?this.ra.j:null},set:function(a){this.ra!==null?this.ra.j=a:a!==null&&(this.ra=new Su,this.ra.j=a)}},graduatedIntervals:{get:function(){return this.ra!==null?this.ra.o:null},set:function(a){this.ra!==null?this.ra.o=a:a!==null&&(this.ra=new Su,this.ra.o=a)}},temporaryTextBlock:{get:function(){return this.ra!==null?this.ra.Zh:null},set:function(a){this.ra!==null?this.ra.Zh=a:a!==null&&(this.ra=new Su,this.ra.Zh=a)}},panelLayoutState:{get:function(){return this.F},set:function(a){this.F=a}},Te:{get:function(){return(this.l&8388608)!==0},set:function(a){(this.l&8388608)!==0!==a&&(this.l^=8388608)}},rowDefs:{get:function(){return this.T===null&&(this.T=new Ta),this.T.Pc}},rowCount:{get:function(){return this.T===null?0:this.rowDefs.length}},colDefs:{get:function(){return this.T===null&&(this.T=new Ta),this.T.Oc}},columnCount:{get:function(){return this.T===null?0:this.colDefs.length}},rowSizing:{get:function(){return this.T!==null?this.T.ob:Em},set:function(a){var y=this.rowSizing;y!==a&&(this.T===null&&(this.T=new Ta),this.T.ob=a,this.v(),this.g("rowSizing",y,a))}},columnSizing:{get:function(){return this.T!==null?this.T.j:Em},set:function(a){var y=this.columnSizing;y!==a&&(this.T===null&&(this.T=new Ta),this.T.j=a,this.v(),this.g("columnSizing",y,a))}},topIndex:{get:function(){return this.T!==null?this.T.Hb:0},set:function(a){var y=this.topIndex;y!==a&&((!isFinite(a)||0>a)&&Le("Panel.topIndex must be greater than zero and a real number, not: "+a),this.T===null&&(this.T=new Ta),this.T.Hb=a,this.v(),this.g("topIndex",y,a))}},leftIndex:{get:function(){return this.T!==null?this.T.hb:0},set:function(a){var y=this.leftIndex;y!==a&&((!isFinite(a)||0>a)&&Le("Panel.leftIndex must be greater than zero and a real number, not: "+a),this.T===null&&(this.T=new Ta),this.T.hb=a,this.v(),this.g("leftIndex",y,a))}},data:{get:function(){return this.ub},set:function(a){var y=this.ub;if(y!==a){var x=this instanceof $n&&!(this instanceof $i);Ha(this),this.ub=a;var b=this.diagram;b!==null&&(x?(x=b.partManager,this instanceof vn?(y!==null&&x.bf.remove(y),a!==null&&x.bf.add(a,this)):this instanceof $n&&(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 Sd),this.A.nb=a)}},itemArray:{get:function(){return this.Hh},set:function(a){var y=this.Hh;if(y!==a||a!==null&&Sx(this,a)){var x=this.diagram;y!==a&&(x!==null&&y!==null&&uy(x.partManager,this,x),this.Hh=a,x!==null&&a!==null&&ly(x.partManager,this)),this.g("itemArray",y,a),x!==null&&x.undoManager.isUndoingRedoing||g1(this,a)}}},itemTemplate:{get:function(){return this.itemTemplateMap===null?null:this.itemTemplateMap.I("")},set:function(a){if(this.itemTemplateMap===null){if(a===null)return;this.itemTemplateMap=new li}var y=this.itemTemplateMap.I("");y!==a&&((a instanceof $n||a.isPanelMain)&&Le("Panel.itemTemplate must not be a Part or be Panel.isPanelMain: "+a),this.itemTemplateMap.add("",a),this.g("itemTemplate",y,a),a=this.diagram,a!==null&&a.undoManager.isUndoingRedoing||this.mv())}},itemTemplateMap:{get:function(){return this.A!==null?this.A.Pc:null},set:function(a){var y=this.itemTemplateMap;if(y!==a){for(var x=a.iterator;x.next(););Mi(this),this.A.Pc=a,this.g("itemTemplateMap",y,a),a=this.diagram,a!==null&&a.undoManager.isUndoingRedoing||this.mv()}}},itemCategoryProperty:{get:function(){return this.A!==null?this.A.Oc:"category"},set:function(a){var y=this.itemCategoryProperty;y!==a&&(Mi(this),this.A.Oc=a,this.g("itemCategoryProperty",y,a))}},isAtomic:{get:function(){return(this.l&1048576)!==0},set:function(a){var y=(this.l&1048576)!==0;y!==a&&(this.l^=1048576,this.g("isAtomic",y,a))}},isClipping:{get:function(){return(this.l&2097152)!==0},set:function(a){var y=(this.l&2097152)!==0;y!==a&&(this.l^=2097152,this instanceof yi&&(this.tb=null),this.v(),this.g("isClipping",y,a))}},isOpposite:{get:function(){return(this.l&33554432)!==0},set:function(a){var y=(this.l&33554432)!==0;y!==a&&(this.l^=33554432,this.v(),this.g("isOpposite",y,a))}},isEnabled:{get:function(){return(this.l&4194304)!==0},set:function(a){var y=(this.l&4194304)!==0;if(y!==a){var x=this.panel===null||this.panel.If();this.l^=4194304,this.g("isEnabled",y,a),y=this.diagram,y!==null&&y.undoManager.isUndoingRedoing||x&&Am(this,this,a)}}},alignmentFocusName:{get:function(){return this.$e},set:function(a){var y=this.$e;y!==a&&(this.$e=a,this.v(),this.g("alignmentFocusName",y,a))}}}),Ue.Object.defineProperties(pn,{Position:{get:function(){return il.I("Position")}},Horizontal:{get:function(){return il.I("Horizontal")}},Vertical:{get:function(){return il.I("Vertical")}},Spot:{get:function(){return il.I("Spot")}},Auto:{get:function(){return il.I("Auto")}},Table:{get:function(){return il.I("Table")}},Viewbox:{get:function(){return il.I("Viewbox")}},TableRow:{get:function(){return il.I("TableRow")}},TableColumn:{get:function(){return il.I("TableColumn")}},Link:{get:function(){return il.I("Link")}},Grid:{get:function(){return il.I("Grid")}},Graduated:{get:function(){return il.I("Graduated")}}}),pn.prototype.rebuildItemElements=pn.prototype.mv,pn.prototype.findItemPanelForData=pn.prototype.sx,pn.prototype.updateTargetBindings=pn.prototype.La,pn.prototype.copyTemplate=pn.prototype.Uy,pn.prototype.graduatedValueForPoint=pn.prototype.Gz,pn.prototype.graduatedPointForValue=pn.prototype.Fz,pn.prototype.findColumnForLocalX=pn.prototype.fz,pn.prototype.findRowForLocalY=pn.prototype.nz,pn.prototype.addColumnDefinition=pn.prototype.By,pn.prototype.addRowDefinition=pn.prototype.Hy,pn.prototype.addRowColumnDefinition=pn.prototype.Gy,pn.prototype.removeColumnDefinition=pn.prototype.jA,pn.prototype.getColumnDefinition=pn.prototype.Eb,pn.prototype.removeRowDefinition=pn.prototype.oA,pn.prototype.getRowDefinition=pn.prototype.Fb,pn.prototype.removeAt=pn.prototype.mb,pn.prototype.remove=pn.prototype.remove,pn.prototype.insertAt=pn.prototype.Gb,pn.prototype.elt=pn.prototype.M,pn.prototype.add=pn.prototype.add,pn.prototype.findObject=pn.prototype.fb,pn.prototype.findInVisualTree=pn.prototype.Nl,pn.prototype.walkVisualTreeFrom=pn.prototype.qm,pn.prototype.findMainElement=pn.prototype.Pb;var p1=!1,m1=null,il=new li;pn.className="Panel",pn.definePanelLayout=Fl,Fl("Position",new dm),Fl("Vertical",new gm),Fl("Auto",new mm),Fl("Link",new Pm);function Su(){this.lq=0,this.F=100,this.ia=10,this.V=0,this.Zh=this.o=this.j=this.u=null}Su.prototype.copy=function(){var a=new Su;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},Su.className="GradPanelSettings";function Ta(){this.Pc=[],this.Oc=[],this.j=this.ob=Em,this.hb=this.Hb=0,this.Qp=Qs,this.Ha=1,this.V=this.ia=null,this.F=1,this.nb=this.o=this.u=null}Ta.prototype.copy=function(a){for(var y=new Ta,x=this.Pc,b=x.length,E=y.Pc,z=0;z<b;z++)if(x[z]!==void 0){var nt=x[z].copy();nt.wi(a),E[z]=nt}for(x=this.Oc,b=x.length,E=y.Oc,z=0;z<b;z++)x[z]!==void 0&&(nt=x[z].copy(),nt.wi(a),E[z]=nt);return y.ob=this.ob,y.j=this.j,y.Hb=this.Hb,y.hb=this.hb,y.Qp=this.Qp.J(),y.Ha=this.Ha,y.ia=this.ia,y.V=this.V,y.F=this.F,y.u=this.u,y.o=this.o,y.nb=this.nb,y},Ta.className="TablePanelSettings";function po(a){si(this),this.Me=null,this.uq=!0,this.Za=0,this.Hc=NaN,this.jj=0,this.hj=1/0,this.Jb=Mo,this.pa=this.oc=this.oa=0,this.be=null,this.oo=bv,this.hg=Pi,this.lo=this.dg=null,this.mo=NaN,this.Ma=this.tj=null,this.Pm=!1,a&&(Object.assign(this,a),a.column!==void 0?(this.isRow=!1,this.index=a.column):a.row!==void 0&&(this.isRow=!0,this.index=a.row))}po.prototype.copy=function(){var a=new po;return a.uq=this.uq,a.Za=this.Za,a.Hc=this.Hc,a.jj=this.jj,a.hj=this.hj,a.Jb=this.Jb,a.oa=this.oa,a.oc=this.oc,a.pa=this.pa,a.hg=this.hg,a.oo=this.oo,this.dg===null?a.dg=null:a.dg=this.dg.J(),a.lo=this.lo,a.mo=this.mo,a.tj=null,this.tj!==null&&(a.separatorDashArray=Bn(this.separatorDashArray)),a.Ma=this.Ma,a.Pm=this.Pm,a.be=this.be,a};function Lm(a,y){y.isRow?a.height=y.height:a.width=y.width,a.minimum=y.minimum,a.maximum=y.maximum,a.alignment=y.alignment,a.stretch=y.stretch,a.sizing=y.sizing,a.dg=y.separatorPadding===null?null:y.separatorPadding.J(),a.separatorStroke=y.separatorStroke,a.separatorStrokeWidth=y.separatorStrokeWidth,a.tj=null,y.separatorDashArray&&(a.tj=Bn(y.separatorDashArray)),a.background=y.background,a.coversSeparators=y.coversSeparators,a.be=y.be}Kt=po.prototype,Kt.qb=function(a){a.classType===po&&(this.sizing=a)},Kt.toString=function(){return"RowColumnDefinition "+(this.isRow?"(Row ":"(Column ")+this.index+") #"+Ai(this)},Kt.wi=function(a){this.Me=a},Kt.Io=function(a){var y=0,x=this.Me;if(this.index!==a&&(a=this.separatorStroke,a===null&&x!==null&&(a=this.isRow?x.defaultRowSeparatorStroke:x.defaultColumnSeparatorStroke),a!==null&&(y=this.separatorStrokeWidth,isNaN(y)&&(x!==null?y=this.isRow?x.defaultRowSeparatorStrokeWidth:x.defaultColumnSeparatorStrokeWidth:y=0))),a=this.dg,a===null)if(x!==null)a=x.defaultSeparatorPadding;else return y;return y+(this.isRow?a.top:a.left)},Kt.Wc=function(){var a=0,y=this.Me,x=0,b=this.isRow;if(y!==null&&y.type===pn.Table)for(var E=b?y.rowDefs.length:y.colDefs.length,z=0;z<E;z++){var nt=b?y.rowDefs[z]:y.colDefs[z];if(nt!==void 0&&nt.oa!==0){x=nt.index;break}}if(this.index!==x&&(x=this.separatorStroke,x===null&&y!==null&&(x=b?y.defaultRowSeparatorStroke:y.defaultColumnSeparatorStroke),x!==null&&(a=this.separatorStrokeWidth,isNaN(a)&&(y!==null?a=b?y.defaultRowSeparatorStrokeWidth:y.defaultColumnSeparatorStrokeWidth:a=0))),b=this.dg,b===null)if(y!==null)b=y.defaultSeparatorPadding;else return a;return a+(this.isRow?b.top+b.bottom:b.left+b.right)},Kt.Ob=function(a,y,x){var b=this.Me;if(b!==null&&(b.cb(Or,a,this,y,x,void 0,void 0),this.be!==null&&(y=b.diagram,y!==null&&!y.skipsModelSourceBindings&&(b=b.ih(),b!==null&&(y=b.data,y!==null)))))for(x=this.be.iterator;x.next();)x.value.sp(this,y,a,b)};function km(a){if(a.sizing===bv){var y=a.Me;return a.isRow?y.rowSizing:y.columnSizing}return a.sizing}Kt.bind=function(a,y,x,b){var E=null;return typeof a=="string"?E=new ao(a,y,x,b):E=a,E.xd=this,a=this.panel,a!==null&&(y=a.ih(),y!==null&&f1(y)&&Le("Cannot add a Binding to a RowColumnDefinition that is already frozen: "+E+" on "+a)),this.be===null&&(this.be=new fn),this.be.add(E),this},Ue.Object.defineProperties(po.prototype,{panel:{get:function(){return this.Me}},isRow:{get:function(){return this.uq},set:function(a){this.uq=a}},index:{get:function(){return this.Za},set:function(a){this.Za=a}},height:{get:function(){return this.Hc},set:function(a){var y=this.Hc;y!==a&&(0>a&&wn(a,">= 0",po,"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&&wn(a,">= 0",po,"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))&&wn(a,">= 0",po,"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&&wn(a,">= 0",po,"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 Fi(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&&wd(a,"RowColumnDefinition.separatorStroke"),a instanceof lr&&a.freeze(),this.lo=a,this.panel!==null&&this.panel.v(),this.Ob("separatorStroke",y,a))}},separatorStrokeWidth:{get:function(){return this.mo},set:function(a){var y=this.mo;y!==a&&(this.mo=a,this.panel!==null&&this.panel.v(),this.Ob("separatorStrokeWidth",y,a))}},separatorDashArray:{get:function(){return this.tj},set:function(a){var y=this.tj;if(y!==a){if(a!==null){for(var x=a.length,b=0,E=0;E<x;E++){var z=a[E];typeof z=="number"&&0<=z&&isFinite(z)||Le("separatorDashArray value "+z+" at index "+E+" must be a positive number or zero."),b+=z}if(b===0){if(y===null)return;a=null}}this.tj=a,this.panel!==null&&this.panel.N(),this.Ob("separatorDashArray",y,a)}}},background:{get:function(){return this.Ma},set:function(a){var y=this.Ma;y!==a&&(a!==null&&wd(a,"RowColumnDefinition.background"),a instanceof lr&&a.freeze(),this.Ma=a,this.panel!==null&&this.panel.N(),this.Ob("background",y,a))}},coversSeparators:{get:function(){return this.Pm},set:function(a){var y=this.Pm;y!==a&&(this.Pm=a,this.panel!==null&&this.panel.N(),this.Ob("coversSeparators",y,a))}},sizing:{get:function(){return this.oo},set:function(a){var y=this.oo;y!==a&&(this.oo=a,this.panel!==null&&this.panel.v(),this.Ob("sizing",y,a))}},actual:{get:function(){return this.oa},set:function(a){this.oa=isNaN(this.Hc)?Math.max(Math.min(this.hj,a),this.jj):Math.max(Math.min(this.hj,this.Hc),this.jj)}},measured:{get:function(){return this.oc},set:function(a){this.oc=a}},total:{get:function(){return this.oa+this.Wc()}},position:{get:function(){return this.pa},set:function(a){this.pa=a}}}),po.prototype.computeEffectiveSpacing=po.prototype.Wc,po.prototype.computeEffectiveSpacingTop=po.prototype.Io;var bv=new sn(po,"Default",0),Hg=new sn(po,"None",1),Em=new sn(po,"ProportionalExtra",2);po.className="RowColumnDefinition",po.Default=bv,po.None=Hg,po.ProportionalExtra=Em;function ki(a,y){Oe.call(this),this.Rd=this.ua=null,this.an="None",this.xc=this.Ui="black",this.ig=1,this.Na=this.Yg=null,this.Vn=this.Un=NaN,this.fa=null,typeof a=="string"?this.figure=a:a&&Object.assign(this,a),y&&Object.assign(this,y)}_e(ki,Oe),ki.prototype.cloneProtected=function(a){Oe.prototype.cloneProtected.call(this,a),a.ua=this.ua,a.Rd=this.Rd,a.an=this.an,a.Ui=this.Ui,a.xc=this.xc,a.ig=this.ig,this.Yg!==null&&(a.Yg=Bn(this.Yg)),this.Na!==null&&(a.Na=this.Na.nc?this.Na:this.Na.copy()),a.Un=this.Un,a.Vn=this.Vn,this.fa!==null&&(a.fa=this.fa.copy())};function Dc(a){a.Na===null?a.Na=new kv:a.Na.nc&&(a.Na=a.Na.copy())}Kt=ki.prototype,Kt.th=function(){Oe.prototype.th.call(this),this.Na!==null&&(this.Na.nc=!0)},Kt.qb=function(a){a===hn||a===Zn||a===Ui||a===Pi?this.geometryStretch=a:Oe.prototype.qb.call(this,a)},Kt.toString=function(){return"Shape("+(this.figure!=="None"?this.figure:this.toArrow!=="None"?this.toArrow:this.fromArrow)+")#"+Ai(this)};function Cf(a,y,x,b){var E=x.length;if(!(4>E)){var z=b.measuredBounds,nt=Math.max(1,z.width);z=z.height;for(var rt=x[0],st=x[1],ht,dt,vt,Nt,Wt,Ht,ne=0,ve=Vn(),de=2;de<E;de+=2)ht=x[de],dt=x[de+1],vt=ht-rt,rt=dt-st,vt===0&&(vt=.001),Nt=rt/vt,Wt=Math.atan2(rt,vt),Ht=Math.sqrt(vt*vt+rt*rt),ve.push([vt,Wt,Nt,Ht]),ne+=Ht,rt=ht,st=dt;rt=x[0],st=x[1],vt=b.measuredBounds.width,b instanceof ki&&(vt-=b.strokeWidth),1>vt&&(vt=1),E=x=vt,ht=nt/2,dt=ht!==0,de=0,Ht=ve[de],vt=Ht[0],Wt=Ht[1],Nt=Ht[2],Ht=Ht[3];for(var Pe=0;.1<=ne;){if(Pe===0&&(dt?(E=x,E-=ht,ne-=ht,dt=!1):E=x,E===0&&(E=1)),E>ne){Tn(ve);return}E>Ht?(Pe=E-Ht,E=Ht):Pe=0;var be=Math.sqrt(E*E/(1+Nt*Nt));if(0>vt&&(be=-be),rt+=be,st+=Nt*be,a.translate(rt,st),a.rotate(Wt),a.translate(-(nt/2),-(z/2)),Pe===0&&b.hh(a,y),a.translate(nt/2,z/2),a.rotate(-Wt),a.translate(-rt,-st),ne-=E,Ht-=E,Pe!==0){if(de++,de===ve.length){Tn(ve);return}Ht=ve[de],vt=Ht[0],Wt=Ht[1],Nt=Ht[2],Ht=Ht[3],E=Pe}}Tn(ve)}}Kt.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,nt=this.naturalBounds;b!==null&&Xr(this,a,b,!0,!1,nt,z);var rt=this.part,st=this.ig;if(x===null||st!==0||rt===null||!this.isPanelMain&&rt.Pb()!==this||(st=rt.type===pn.Link&&rt instanceof $i&&rt.category==="Selection"&&rt.adornedObject instanceof ki&&rt.adornedPart.Pb()===rt.adornedObject?rt.adornedObject.strokeWidth:0),st===0&&(x=null),x!==null&&st!==0&&(Xr(this,a,x,!1,!1,nt,z),a.lineWidth=st,a.lineJoin=this.strokeJoin,a.lineCap=this.strokeCap,a.miterLimit=this.strokeMiterLimit),z=!1,rt&&y.Gf("drawShadows")&&(z=rt.isShadowed),a.Il===!1&&(z=!1),rt=!0,x===null||b!==null&&b!=="transparent"||(rt=!1),nt=!1,st=this.strokeDashArray,st!==null&&(nt=!0,a.js(st,this.strokeDashOffset)),E.type===Sn.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===Sn.u){var ht=E.startX;st=E.startY;var dt=E.endX,vt=E.endY;E=Math.min(ht,dt);var Nt=Math.min(st,vt);ht=Math.abs(dt-ht),st=Math.abs(vt-st),a.beginPath(),a.rect(E,Nt,ht,st),b!==null&&a.ng(b),x!==null&&(rt&&z&&Zl(a),a.jk(),rt&&z&&pu(a)),a.Se()}else if(E.type===Sn.F)ht=E.startX,st=E.startY,dt=E.endX,vt=E.endY,E=Math.abs(dt-ht)/2,Nt=Math.abs(vt-st)/2,ht=Math.min(ht,dt)+E,st=Math.min(st,vt)+Nt,a.beginPath(),a.moveTo(ht,st-Nt),a.bezierCurveTo(ht+Re.wg*E,st-Nt,ht+E,st-Re.wg*Nt,ht+E,st),a.bezierCurveTo(ht+E,st+Re.wg*Nt,ht+Re.wg*E,st+Nt,ht,st+Nt),a.bezierCurveTo(ht-Re.wg*E,st+Nt,ht-E,st+Re.wg*Nt,ht-E,st),a.bezierCurveTo(ht-E,st-Re.wg*Nt,ht-Re.wg*E,st-Nt,ht,st-Nt),a.closePath(),b!==null&&a.ng(b),x!==null&&(rt&&z&&Zl(a),a.jk(),rt&&z&&pu(a)),a.Se();else if(E.type===Sn.o)for(E=E.figures,st=E.length,Nt=0;Nt<st;Nt++){ht=E.s[Nt],a.beginPath(),a.moveTo(ht.startX,ht.startY),dt=ht.segments.s,vt=dt.length;for(var Wt=null,Ht=0;Ht<vt;Ht++){var ne=dt[Ht];switch(ne.type){case Po:a.moveTo(ne.endX,ne.endY);break;case Lr:a.lineTo(ne.endX,ne.endY);break;case _o:a.bezierCurveTo(ne.point1X,ne.point1Y,ne.point2X,ne.point2Y,ne.endX,ne.endY);break;case fa:a.quadraticCurveTo(ne.point1X,ne.point1Y,ne.endX,ne.endY);break;case ho:if(ne.radiusX===ne.radiusY){var ve=Math.PI/180;a.arc(ne.point1X,ne.point1Y,ne.radiusX,ne.startAngle*ve,(ne.startAngle+ne.sweepAngle)*ve,0>ne.sweepAngle,Wt!==null?Wt.endX:ht.startX,Wt!==null?Wt.endY:ht.startY)}else if(Wt=ta(ne,ht),ve=Wt.length,ve===0)a.lineTo(ne.centerX,ne.centerY);else for(var de=0;de<ve;de++){var Pe=Wt[de];de===0&&a.lineTo(Pe[0],Pe[1]),a.bezierCurveTo(Pe[2],Pe[3],Pe[4],Pe[5],Pe[6],Pe[7])}break;case Pa:if(de=ve=0,Wt!==null&&Wt.type===ho){if(Wt=ta(Wt,ht),Pe=Wt.length,Pe===0){a.lineTo(ne.endX,ne.endY);break}Wt=Wt[Pe-1]||null,Wt!==null&&(ve=Wt[6],de=Wt[7])}else ve=Wt!==null?Wt.endX:ht.startX,de=Wt!==null?Wt.endY:ht.startY;if(Wt=ja(ne,ht,ve,de),ve=Wt.length,ve===0){a.lineTo(ne.endX,ne.endY);break}for(de=0;de<ve;de++)Pe=Wt[de],a.bezierCurveTo(Pe[2],Pe[3],Pe[4],Pe[5],Pe[6],Pe[7]);break;default:Le("Segment not of valid type: "+ne.type)}ne.isClosed&&a.closePath(),Wt=ne}dt=ht.isFilled,z?ht.isShadowed?(dt===!0&&b!=="transparent"&&b!==null&&a.ng(b,ht.isEvenOdd),x!==null&&(dt&&rt&&Zl(a),a.jk(),dt&&rt&&pu(a))):(Zl(a),dt&&b!=="transparent"&&b!==null&&a.ng(b,ht.isEvenOdd),x!==null&&a.jk(),pu(a)):(dt&&b!==null&&a.ng(b,ht.isEvenOdd),x!==null&&a.jk()),a.Se(Nt)}if(nt&&a.fs(),this.pathPattern!==null){if(x=this.pathPattern,x.measure(1/0,1/0),b=x.measuredBounds,x.arrange(0,0,b.width,b.height),z=this.geometry,a.save(),a.beginPath(),b=Vn(),z.type===Sn.j)b.push(z.startX),b.push(z.startY),b.push(z.endX),b.push(z.endY),Cf(a,y,b,x);else if(z.type===Sn.o)for(z=z.figures.iterator;z.next();){for(rt=z.value,b.length=0,b.push(rt.startX),b.push(rt.startY),nt=rt.startX,E=rt.startY,st=nt,Nt=E,ht=rt.segments.s,dt=ht.length,vt=0;vt<dt;vt++){switch(Ht=ht[vt],Ht.type){case Po:Cf(a,y,b,x),b.length=0,b.push(Ht.endX),b.push(Ht.endY),nt=Ht.endX,E=Ht.endY,st=nt,Nt=E;break;case Lr:b.push(Ht.endX),b.push(Ht.endY),nt=Ht.endX,E=Ht.endY;break;case _o:Re.Qe(nt,E,Ht.point1X,Ht.point1Y,Ht.point2X,Ht.point2Y,Ht.endX,Ht.endY,.5,b),nt=Ht.endX,E=Ht.endY;break;case fa:Re.ep(nt,E,Ht.point1X,Ht.point1Y,Ht.endX,Ht.endY,.5,b),nt=Ht.endX,E=Ht.endY;break;case ho:if(ne=ta(Ht,rt),Wt=ne.length,Wt===0){b.push(Ht.centerX),b.push(Ht.centerY),nt=Ht.centerX,E=Ht.centerY;break}for(ve=0;ve<Wt;ve++)de=ne[ve],Re.Qe(nt,E,de[2],de[3],de[4],de[5],de[6],de[7],.5,b),nt=de[6],E=de[7];break;case Pa:if(ne=ja(Ht,rt,nt,E),Wt=ne.length,Wt===0){b.push(Ht.endX),b.push(Ht.endY),nt=Ht.endX,E=Ht.endY;break}for(ve=0;ve<Wt;ve++)de=ne[ve],Re.Qe(nt,E,de[2],de[3],de[4],de[5],de[6],de[7],.5,b),nt=de[6],E=de[7];break;default:Le("Segment not of valid type: "+Ht.type)}Ht.isClosed&&(b.push(st),b.push(Nt),Cf(a,y,b,x))}Cf(a,y,b,x)}else if(z.type===Sn.u)b.push(z.startX),b.push(z.startY),b.push(z.endX),b.push(z.startY),b.push(z.endX),b.push(z.endY),b.push(z.startX),b.push(z.endY),b.push(z.startX),b.push(z.startY),Cf(a,y,b,x);else if(z.type===Sn.F){if(E=new wo,E.startX=z.endX,E.startY=(z.startY+z.endY)/2,nt=new ir(ho),nt.startAngle=0,nt.sweepAngle=360,nt.centerX=(z.startX+z.endX)/2,nt.centerY=(z.startY+z.endY)/2,nt.radiusX=Math.abs(z.startX-z.endX)/2,nt.radiusY=Math.abs(z.startY-z.endY)/2,E.add(nt),z=ta(nt,E),rt=z.length,rt===0)b.push(nt.centerX),b.push(nt.centerY);else for(nt=E.startX,E=E.startY,st=0;st<rt;st++)Nt=z[st],Re.Qe(nt,E,Nt[2],Nt[3],Nt[4],Nt[5],Nt[6],Nt[7],.5,b),nt=Nt[6],E=Nt[7];Cf(a,y,b,x)}Tn(b),a.restore(),a.Vc(!1)}}}},Kt.kk=function(a,y,x){return!Oe.prototype.kk.call(this,a,y,x)||this.xc===null&&this.Ui===null||this.ua===null||this.pathPattern!==null||this.geometry.figures.length!==this.svg.getElementsByTagName("path").length?!1:(a.Hl=this.svg,this.hh(a,y),a.Hl=null,!0)},Kt.nk=function(a){return this.geometry!==null&&1<this.geometry.figures.length||this.pathPattern!==null?!0:Oe.prototype.nk.call(this,a)},Kt.Dv=function(a,y){if(a.nodeName!=="g")a.setAttributeNS(null,"filter",y);else{a=a.getElementsByTagName("path");for(var x=0;x<a.length;x++)a[x].setAttributeNS(null,"filter",y)}},Kt.ga=function(a,y){if(y===void 0&&(y=new ye),a instanceof Nn){a.Mc()&&Le("getDocumentPoint Spot must be a real, specific Spot, not: "+a.toString());var x=this.naturalBounds,b=this.strokeWidth;y.h(a.x*(x.width+b)-b/2+x.x+a.offsetX,a.y*(x.height+b)-b/2+x.y+a.offsetY)}else y.set(a);return this.oe.Ga(y),y},Kt.mi=function(a){a===void 0&&(a=new en);var y=this.naturalBounds,x=this.oe;y=en.allocAt(y.x,y.y,y.width,y.height);var b=this.strokeWidth;return y.Bc(b/2,b/2),b=ye.allocAt(y.x,y.y).transform(x),a.h(b.x,b.y,0,0),b.h(y.right,y.y).transform(x),Zr(a,b.x,b.y,0,0),b.h(y.right,y.bottom).transform(x),Zr(a,b.x,b.y,0,0),b.h(y.x,y.bottom).transform(x),Zr(a,b.x,b.y,0,0),en.free(y),ye.free(b),a},Kt.gh=function(a,y){var x=this.geometry;if(x===null||this.fill===null&&this.stroke===null)return!1;var b=x.bounds,E=this.strokeWidth/2;x.type!==Sn.j||y||(E+=2);var z=en.alloc();if(z.assign(b),z.Bc(E+2,E+2),!z.ca(a))return en.free(z),!1;if(b=E+1e-4,x.type===Sn.j)return this.stroke===null||(b=(x.endX-x.startX)*(a.x-x.startX)+(x.endY-x.startY)*(a.y-x.startY),0>(x.startX-x.endX)*(a.x-x.endX)+(x.startY-x.endY)*(a.y-x.endY)||0>b)?!1:(en.free(z),Re.Yb(x.startX,x.startY,x.endX,x.endY,E,a.x,a.y));if(x.type===Sn.u){y=x.startX;var nt=x.startY,rt=x.endX;if(x=x.endY,z.x=Math.min(y,rt),z.y=Math.min(nt,x),z.width=Math.abs(rt-y),z.height=Math.abs(x-nt),this.fill===null){if(z.Bc(-b,-b),z.ca(a))return en.free(z),!1;z.Bc(b,b)}return this.stroke!==null&&z.Bc(E,E),a=z.ca(a),en.free(z),a}if(x.type===Sn.F){nt=x.startX,E=x.startY,rt=x.endX;var st=x.endY;if(x=Math.min(nt,rt),y=Math.min(E,st),nt=Math.abs(rt-nt)/2,E=Math.abs(st-E)/2,x=a.x-(x+nt),y=a.y-(y+E),this.fill===null){if(nt-=b,E-=b,0>=nt||0>=E||1>=x*x/(nt*nt)+y*y/(E*E))return en.free(z),!1;nt+=b,E+=b}return this.stroke!==null&&(nt+=b,E+=b),en.free(z),0>=nt||0>=E?!1:1>=x*x/(nt*nt)+y*y/(E*E)}if(x.type===Sn.o)return en.free(z),this.fill===null?xh(x,a.x,a.y,E):Ra(x,a,E,1<this.strokeWidth,y);Le("Unknown Geometry type: "+x.type)},Kt.Wl=function(a,y,x,b){var E=this.desiredSize,z=this.ig;if(a=Math.max(a,0),y=Math.max(y,0),this.Rd!==null)var nt=this.geometry.bounds;else{var rt=this.figure,st=Lv[rt];if(st===void 0){var ht=Re.Ze[rt];typeof ht=="string"&&(ht=Re.Ze[ht]),typeof ht=="function"?(st=ht(null,100,100),Lv[rt]=st):Le("Unsupported Figure: "+rt)}nt=st.bounds}rt=nt.width,st=nt.height,ht=nt.width;var dt=nt.height;switch(js(this,!0)){case hn:b=x=0;break;case cn:ht=Math.max(a-z,0),dt=Math.max(y-z,0);break;case Qn:ht=Math.max(a-z,0),b=0;break;case ai:x=0,dt=Math.max(y-z,0)}isFinite(E.width)&&(ht=E.width),isFinite(E.height)&&(dt=E.height);var vt=this.maxSize,Nt=this.minSize;switch(x=Math.max(x-z,Nt.width),b=Math.max(b-z,Nt.height),ht=Math.min(vt.width,ht),dt=Math.min(vt.height,dt),ht=isFinite(ht)?Math.max(x,ht):Math.max(rt,x),dt=isFinite(dt)?Math.max(b,dt):Math.max(st,b),x=Av(this),x){case hn:break;case cn:rt=ht,st=dt;break;case Zn:x=Math.min(ht/rt,dt/st),isFinite(x)||(x=1),rt*=x,st*=x;break;default:Le(x+" is not a valid geometryStretch.")}this.Rd!==null?(rt===0&&(rt=.001),st===0&&(st=.001),x=this.Rd!==null?this.Rd:this.ua,nt=x.bounds,b=rt/nt.width,nt=st/nt.height,isFinite(b)||(b=1),isFinite(nt)||(nt=1),this.ua=b===1&&nt===1?x:x.copy().scale(b,nt)):this.ua!==null&&Re.$(this.ua.Sk,a-z)&&Re.$(this.ua.Rk,y-z)||(this.ua=ki.makeGeometry(this,rt,st)),nt=this.ua.bounds,a===1/0||y===1/0?this.Ge(nt.x-z/2,nt.y-z/2,a===0&&rt===0?0:nt.width+z,y===0&&st===0?0:nt.height+z):this.Ge(-(z/2),-(z/2),ht+z,dt+z),E.w()?(ht=E.width,dt=E.height,ht=Math.min(vt.width,ht),dt=Math.min(vt.height,dt),ht=Math.max(Nt.width,ht),dt=Math.max(Nt.height,dt),this.dc.h(0,0,ht,dt)):this.dc.assign(nt)};function Av(a){var y=a.geometryStretch;return a.Rd!==null?y===Pi?cn:y:y===Pi?Lv[a.figure].defaultStretch:y}Kt.eh=function(a,y,x,b){hs(this,a,y,x,b)},Kt.rs=function(a,y,x){return this.Sj(a.x,a.y,y.x,y.y,x)},Kt.Sj=function(a,y,x,b,E){var z=this.transform,nt=1/(z.m11*z.m22-z.m12*z.m21),rt=z.m22*nt,st=-z.m12*nt,ht=-z.m21*nt,dt=z.m11*nt,vt=nt*(z.m21*z.dy-z.m22*z.dx),Nt=nt*(z.m12*z.dx-z.m11*z.dy);z=a*rt+y*ht+vt,nt=a*st+y*dt+Nt,rt=x*rt+b*ht+vt,st=x*st+b*dt+Nt,vt=this.ig/2,ht=this.ua,ht===null&&(this.measure(1/0,1/0),ht=this.ua);var Wt=ht.bounds;if(dt=!1,ht.type===Sn.j)if(1.5>=this.strokeWidth)dt=Re.Ve(ht.startX,ht.startY,ht.endX,ht.endY,z,nt,rt,st,E);else{if(ht.startX===ht.endX?(b=vt,dt=0):(y=(ht.endY-ht.startY)/(ht.endX-ht.startX),dt=vt/Math.sqrt(1+y*y),b=dt*y),y=Vn(),a=new ye,Re.Ve(ht.startX+b,ht.startY+dt,ht.endX+b,ht.endY+dt,z,nt,rt,st,a)&&y.push(a),a=new ye,Re.Ve(ht.startX-b,ht.startY-dt,ht.endX-b,ht.endY-dt,z,nt,rt,st,a)&&y.push(a),a=new ye,Re.Ve(ht.startX+b,ht.startY+dt,ht.startX-b,ht.startY-dt,z,nt,rt,st,a)&&y.push(a),a=new ye,Re.Ve(ht.endX+b,ht.endY+dt,ht.endX-b,ht.endY-dt,z,nt,rt,st,a)&&y.push(a),rt=y.length,rt===0)return Tn(y),!1;for(dt=!0,st=1/0,b=0;b<rt;b++)a=y[b],x=(a.x-z)*(a.x-z)+(a.y-nt)*(a.y-nt),x<st&&(st=x,E.x=a.x,E.y=a.y);Tn(y)}else if(ht.type===Sn.u)dt=Re.Ff(Wt.x-vt,Wt.y-vt,Wt.x+Wt.width+vt,Wt.y+Wt.height+vt,z,nt,rt,st,E);else if(ht.type===Sn.F){y=en.allocAt(Wt.x,Wt.y,Wt.width,Wt.height).Bc(vt,vt);t:if(y.width===0)dt=Re.Ve(y.x,y.y,y.x,y.y+y.height,z,nt,rt,st,E);else if(y.height===0)dt=Re.Ve(y.x,y.y,y.x+y.width,y.y,z,nt,rt,st,E);else{if(a=y.width/2,ht=y.height/2,b=y.x+a,dt=y.y+ht,x=9999,z!==rt&&(x=(nt-st)/(z-rt)),9999>Math.abs(x)){if(st=nt-dt-x*(z-b),0>a*a*x*x+ht*ht-st*st){E.x=NaN,E.y=NaN,dt=!1;break t}vt=Math.sqrt(a*a*x*x+ht*ht-st*st),rt=(-(a*a*x*st)+a*ht*vt)/(ht*ht+a*a*x*x)+b,a=(-(a*a*x*st)-a*ht*vt)/(ht*ht+a*a*x*x)+b,ht=x*(rt-b)+st+dt,st=x*(a-b)+st+dt,Math.abs((z-rt)*(z-rt))+Math.abs((nt-ht)*(nt-ht))<Math.abs((z-a)*(z-a))+Math.abs((nt-st)*(nt-st))?(E.x=rt,E.y=ht):(E.x=a,E.y=st)}else{if(rt=ht*ht,st=z-b,rt-=rt/(a*a)*st*st,0>rt){E.x=NaN,E.y=NaN,dt=!1;break t}st=Math.sqrt(rt),rt=dt+st,st=dt-st,Math.abs(rt-nt)<Math.abs(st-nt)?(E.x=z,E.y=rt):(E.x=z,E.y=st)}dt=!0}en.free(y)}else if(ht.type===Sn.o){Nt=ye.alloc();var Ht=rt-z,ne=st-nt,ve=Ht*Ht+ne*ne,de=z,Pe=nt;if(0<ve&&Wt.contains(de,Pe)&&(Nt.x=de,Nt.y=Pe,this.ca(Nt)))for(Ht!==0&&.5>Math.abs(Ht)?(ne*=.5/Ht,Ht=.5):ne!==0&&.5>Math.abs(ne)&&(Ht*=.5/ne,ne=.5),de-=Ht,Pe-=ne;Wt.contains(de,Pe);)de-=Ht,Pe-=ne;for(E.x=rt,E.y=st,ne=0;ne<ht.figures.count;ne++){var be=ht.figures.s[ne],Ee=be.isFilled?de:z,Be=be.isFilled?Pe:nt,Ye=be.segments;Wt=be.startX,Ht=be.startY;for(var Ln=Wt,_n=Ht,jn=0;jn<Ye.count;jn++){var mn=Ye.s[jn],ln=mn.type,mi=mn.endX,ci=mn.endY,rr=!1;switch(ln){case Po:Ln=mi,_n=ci;break;case Lr:rr=Tm(Wt,Ht,mi,ci,Ee,Be,rt,st,Nt);break;case _o:rr=Re.Eo(Wt,Ht,mn.point1X,mn.point1Y,mn.point2X,mn.point2Y,mi,ci,Ee,Be,rt,st,.6,Nt);break;case fa:rr=Re.Eo(Wt,Ht,Wt+2/3*(mn.point1X-Wt),Ht+2/3*(mn.point1Y-Ht),mi+2/3*(mn.point1X-mi),ci+2/3*(mn.point1Y-ci),mi,ci,Ee,Be,rt,st,.6,Nt);break;case ho:case Pa:ln=mn.type===ho?ta(mn,be):ja(mn,be,Wt,Ht);var wr=ln.length;if(wr===0){rr=Tm(Wt,Ht,mn.type===ho?mn.centerX:mn.endX,mn.type===ho?mn.centerY:mn.endY,Ee,Be,rt,st,Nt);break}for(ci=null,mi=0;mi<wr;mi++){if(ci=ln[mi],mi===0&&Tm(Wt,Ht,ci[0],ci[1],Ee,Be,rt,st,Nt)){var bo=Mm(Ee,Be,Nt,ve,E);bo<ve&&(ve=bo,dt=!0)}Re.Eo(ci[0],ci[1],ci[2],ci[3],ci[4],ci[5],ci[6],ci[7],Ee,Be,rt,st,.6,Nt)&&(bo=Mm(Ee,Be,Nt,ve,E),bo<ve&&(ve=bo,dt=!0))}mi=ci[6],ci=ci[7];break;default:Le("Unknown Segment type: "+ln)}Wt=mi,Ht=ci,rr&&(rr=Mm(Ee,Be,Nt,ve,E),rr<ve&&(ve=rr,dt=!0)),mn.isClosed&&(mi=Ln,ci=_n,Tm(Wt,Ht,mi,ci,Ee,Be,rt,st,Nt)&&(mn=Mm(Ee,Be,Nt,ve,E),mn<ve&&(ve=mn,dt=!0)))}}z=x-a,nt=b-y,rt=Math.sqrt(z*z+nt*nt),rt!==0&&(z/=rt,nt/=rt),E.x-=z*vt,E.y-=nt*vt,ye.free(Nt)}else Le("Unknown Geometry type: "+ht.type);return dt?(this.transform.Ga(E),!0):!1};function Mm(a,y,x,b,E){return a=x.x-a,y=x.y-y,y=a*a+y*y,y<b?(E.x=x.x,E.y=x.y,y):b}function Tm(a,y,x,b,E,z,nt,rt,st){if(Re.$(a,x)&&Re.$(y,b)||Re.$(E,nt)&&Re.$(z,rt))return!1;var ht=!1,dt=(E-nt)*(y-b)-(z-rt)*(a-x);return dt===0?!1:(st.x=((E*rt-z*nt)*(a-x)-(E-nt)*(a*b-y*x))/dt,st.y=((E*rt-z*nt)*(y-b)-(z-rt)*(a*b-y*x))/dt,(a>x?a-x:x-a)<(y>b?y-b:b-y)?(a=y<b?y:b,y=y<b?b:y,(st.y>a||Re.$(st.y,a))&&(st.y<y||Re.$(st.y,y))&&(ht=!0)):(y=a<x?a:x,a=a<x?x:a,(st.x>y||Re.$(st.x,y))&&(st.x<a||Re.$(st.x,a))&&(ht=!0)),ht)}Kt.fh=function(a,y){if(y===void 0)return a.Re(this.actualBounds);var x=this.ua;x===null&&(this.measure(1/0,1/0),x=this.ua),x=x.bounds;var b=this.strokeWidth/2,E=!1,z=ye.alloc();return z.h(x.x-b,x.y-b),a.ca(y.Ga(z))&&(z.h(x.x-b,x.bottom+b),a.ca(y.Ga(z))&&(z.h(x.right+b,x.bottom+b),a.ca(y.Ga(z))&&(z.h(x.right+b,x.y-b),a.ca(y.Ga(z))&&(E=!0)))),ye.free(z),E},Kt.Yc=function(a,y){if(this.fh(a,y)||y===void 0&&(y=this.transform,a.Re(this.actualBounds)))return!0;var x=bi.alloc();x.set(y),x.Vj();var b=a.left,E=a.right,z=a.top;a=a.bottom;var nt=ye.alloc();if(nt.h(b,z),x.Ga(nt),this.gh(nt,!0)||(nt.h(E,z),x.Ga(nt),this.gh(nt,!0))||(nt.h(b,a),x.Ga(nt),this.gh(nt,!0))||(nt.h(E,a),x.Ga(nt),this.gh(nt,!0)))return ye.free(nt),!0;var rt=ye.alloc(),st=ye.alloc();return x.set(y),x.bv(this.transform),x.Vj(),rt.x=E,rt.y=z,rt.transform(x),nt.x=b,nt.y=z,nt.transform(x),y=!1,Bc(this,nt,rt,st)?y=!0:(nt.x=E,nt.y=a,nt.transform(x),Bc(this,nt,rt,st)?y=!0:(rt.x=b,rt.y=a,rt.transform(x),Bc(this,nt,rt,st)?y=!0:(nt.x=b,nt.y=z,nt.transform(x),Bc(this,nt,rt,st)&&(y=!0)))),ye.free(nt),bi.free(x),ye.free(rt),ye.free(st),y};function Bc(a,y,x,b){if(!a.rs(y,x,b))return!1;a=y.x,y=y.y;var E=x.x,z=x.y;return x=b.x,b=b.y,a===E?(y<z?(a=y,y=z):a=z,b>=a&&b<=y):(a<E?(b=a,a=E):b=E,x>=b&&x<=a)}Kt.tx=function(a,y,x){function b(ve,de){for(var Pe=ve.length,be=0;be<Pe;be+=2)if(de.zd(ve[be],ve[be+1])>E)return!0;return!1}if(x&&this.fill!==null&&this.gh(a,!0))return!0;var E=a.Bf(y),z=E;if(1.5<this.strokeWidth&&(E=this.strokeWidth/2+Math.sqrt(E),E*=E),y=this.ua,y===null&&(this.measure(1/0,1/0),y=this.ua,y===null))return!1;if(!x){var nt=y.bounds,rt=nt.x,st=nt.y,ht=nt.x+nt.width;if(nt=nt.y+nt.height,eo(a.x,a.y,rt,st)<=E&&eo(a.x,a.y,ht,st)<=E&&eo(a.x,a.y,rt,nt)<=E&&eo(a.x,a.y,ht,nt)<=E)return!0}if(rt=y.startX,st=y.startY,ht=y.endX,nt=y.endY,y.type===Sn.j){if(x=(rt-ht)*(a.x-ht)+(st-nt)*(a.y-nt),er(a.x,a.y,rt,st,ht,nt)<=(0<=(ht-rt)*(a.x-rt)+(nt-st)*(a.y-st)&&0<=x?E:z))return!0}else{if(y.type===Sn.u)return y=!1,x&&(y=er(a.x,a.y,rt,st,rt,nt)<=E||er(a.x,a.y,rt,st,ht,st)<=E||er(a.x,a.y,ht,st,ht,nt)<=E||er(a.x,a.y,rt,nt,ht,nt)<=E),y;if(y.type===Sn.F){y=a.x-(rt+ht)/2,z=a.y-(st+nt)/2;var dt=Math.abs(ht-rt)/2,vt=Math.abs(nt-st)/2;if(dt===0||vt===0)return er(a.x,a.y,rt,st,ht,nt)<=E;if(x){if(a=Re.$y(dt,vt,y,z),a*a<=E)return!0}else return!(eo(y,z,-dt,0)>=E||eo(y,z,0,-vt)>=E||eo(y,z,0,vt)>=E||eo(y,z,dt,0)>=E)}else if(y.type===Sn.o){if(ht=y.bounds,z=ht.x,rt=ht.y,st=ht.x+ht.width,ht=ht.y+ht.height,a.x>st&&a.x<z&&a.y>ht&&a.y<rt&&er(a.x,a.y,z,rt,z,ht)>E&&er(a.x,a.y,z,rt,st,rt)>E&&er(a.x,a.y,st,ht,z,ht)>E&&er(a.x,a.y,st,ht,st,rt)>E)return!1;if(z=Math.sqrt(E),x){if(this.fill===null?xh(y,a.x,a.y,z):Ra(y,a,z,!0,!1))return!0}else{for(x=y.figures,y=0;y<x.count;y++){if(z=x.s[y],nt=z.startX,dt=z.startY,a.zd(nt,dt)>E)return!1;for(rt=z.segments.s,st=rt.length,ht=0;ht<st;ht++)switch(vt=rt[ht],vt.type){case Po:case Lr:if(nt=vt.endX,dt=vt.endY,a.zd(nt,dt)>E)return!1;break;case _o:var Nt=Vn();if(Re.Qe(nt,dt,vt.point1X,vt.point1Y,vt.point2X,vt.point2Y,vt.endX,vt.endY,.8,Nt),nt=b(Nt,a),Tn(Nt),nt||(nt=vt.endX,dt=vt.endY,a.zd(nt,dt)>E))return!1;break;case fa:if(Nt=Vn(),Re.ep(nt,dt,vt.point1X,vt.point1Y,vt.endX,vt.endY,.8,Nt),nt=b(Nt,a),Tn(Nt),nt||(nt=vt.endX,dt=vt.endY,a.zd(nt,dt)>E))return!1;break;case ho:case Pa:Nt=vt.type===ho?ta(vt,z):ja(vt,z,nt,dt);var Wt=Nt.length;if(Wt===0){if(nt=vt.type===ho?vt.centerX:vt.endX,dt=vt.type===ho?vt.centerY:vt.endY,a.zd(nt,dt)>E)return!1;break}vt=null;for(var Ht=Vn(),ne=0;ne<Wt;ne++)if(vt=Nt[ne],Ht.length=0,Re.Qe(vt[0],vt[1],vt[2],vt[3],vt[4],vt[5],vt[6],vt[7],.8,Ht),b(Ht,a))return Tn(Ht),!1;Tn(Ht),vt!==null&&(nt=vt[6],dt=vt[7]);break;default:Le("Unknown Segment type: "+vt.type)}}return!0}}}return!1},Kt.qc=function(){this.ua=null},Kt.kq=function(){return this.ig};function v1(a){var y=a.diagram;y!==null&&y.undoManager.isUndoingRedoing||(a.segmentOrientation=$g,a.toArrow!=="None"?(a.segmentIndex=-1,a.alignmentFocus=Go):a.fromArrow!=="None"&&(a.segmentIndex=0,a.alignmentFocus=new Nn(1-Go.x,Go.y)))}ki.makeGeometry=function(a,y,x){if(a.toArrow!=="None")var b=Jl[a.toArrow];else a.fromArrow!=="None"?b=Jl[a.fromArrow]:(b=Re.Ze[a.figure],typeof b=="string"&&(b=Re.Ze[b]),b===void 0&&Le("Unknown Shape.figure: "+a.figure),b=b(a,y,x),b.Sk=y,b.Rk=x);if(b===null){var E=Re.Ze.Rectangle;typeof E=="function"&&(b=E(a,y,x))}return b};function y1(a){var y=Jl[a];if(y===void 0){var x=a.toLowerCase();if(x==="none")return"None";if(y=Jl[x],y===void 0){var b=null,E;for(E in Re.um)if(E.toLowerCase()===x){b=E;break}if(b!==null)return a=Sn.parse(Re.um[b],!1),Jl[b]=a,x!==b&&(Jl[x]=b),b}}return typeof y=="string"?y:y instanceof Sn?a:null}Ue.Object.defineProperties(ki.prototype,{geometry:{get:function(){return this.ua!==null?this.ua:this.Rd},set:function(a){var y=this.ua,x=this.Rd;if(y!==a){a!==null?this.Rd=this.ua=a.freeze():this.Rd=this.ua=null;var b=this.part;b!==null&&(b.ag=NaN),this.v(),this.g("geometry",y||x,a),zo(this)&&(a=this.part,a!==null&&Er(this,a,"geometryString"))}}},geometryString:{get:function(){return this.geometry===null?"":this.geometry.toString()},set:function(a){a=Sn.parse(a);var y=a.normalize();this.geometry=a,this.position=a=ye.allocAt(-y.x,-y.y),ye.free(a)}},isGeometryPositioned:{get:function(){return(this.l&1048576)!==0},set:function(a){var y=(this.l&1048576)!==0;y!==a&&(this.l^=1048576,this.v(),this.g("isGeometryPositioned",y,a))}},fill:{get:function(){return this.Ui},set:function(a){var y=this.Ui;y!==a&&(a!==null&&wd(a,"Shape.fill"),a instanceof lr&&a.freeze(),this.Ui=a,this.N(),this.g("fill",y,a))}},stroke:{get:function(){return this.xc},set:function(a){var y=this.xc;y!==a&&(a!==null&&wd(a,"Shape.stroke"),a instanceof lr&&a.freeze(),this.xc=a,this.N(),this.g("stroke",y,a))}},strokeWidth:{get:function(){return this.ig},set:function(a){var y=this.ig;if(y!==a)if(0<=a){this.ig=a,this.v();var x=this.part;x!==null&&(x.ag=NaN),this.g("strokeWidth",y,a)}else wn(a,"value >= 0",ki,"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"?wn(a,'"butt", "round", or "square"',ki,"strokeCap"):(Dc(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"?wn(a,'"miter", "bevel", or "round"',ki,"strokeJoin"):(Dc(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){Dc(this),this.Na.Jr=a,this.N();var x=this.part;x!==null&&(x.ag=NaN),this.g("strokeMiterLimit",y,a)}}},strokeDashArray:{get:function(){return this.Yg},set:function(a){var y=this.Yg;if(y!==a){if(a!==null){for(var x=a.length,b=0,E=0;E<x;E++){var z=a[E];0<=z&&isFinite(z)||Le("strokeDashArray:value "+z+" at index "+E+" must be a positive number or zero."),b+=z}if(b===0){if(y===null)return;a=null}}this.Yg=a,this.N(),this.g("strokeDashArray",y,a)}}},strokeDashOffset:{get:function(){return this.Na!==null?this.Na.uj:0},set:function(a){var y=this.strokeDashOffset;y!==a&&0<=a&&(Dc(this),this.Na.uj=a,this.N(),this.g("strokeDashOffset",y,a))}},figure:{get:function(){return this.an},set:function(a){var y=this.an;if(y!==a){var x=Re.Ze[a];typeof x=="function"?x=a:(x=Re.Ze[a.toLowerCase()])||Le("Unknown Shape.figure: "+a),y!==x&&(a=this.part,a!==null&&(a.ag=NaN),this.an=x,this.Rd=null,this.qc(),this.v(),this.g("figure",y,x))}}},toArrow:{get:function(){return this.Ua!==null?this.Ua.V:"None"},set:function(a){var y=this.toArrow;if(a===!0?a="Standard":a===!1&&(a=""),y!==a){var x=y1(a);x===null?Le("Unknown Shape.toArrow: "+a):y!==x&&(this.Ua===null&&(this.Ua=new zh),this.Ua.V=x,this.Rd=null,this.qc(),this.v(),v1(this),this.g("toArrow",y,x))}}},fromArrow:{get:function(){return this.Ua!==null?this.Ua.j:"None"},set:function(a){var y=this.fromArrow;if(a===!0?a="Standard":a===!1&&(a=""),y!==a){var x=y1(a);x===null?Le("Unknown Shape.fromArrow: "+a):y!==x&&(this.Ua===null&&(this.Ua=new zh),this.Ua.j=x,this.Rd=null,this.qc(),this.v(),v1(this),this.g("fromArrow",y,x))}}},spot1:{get:function(){return this.Na!==null?this.Na.fg:Mo},set:function(a){var y=this.spot1;y.D(a)||(a=a.J(),Dc(this),this.Na.fg=a,this.v(),this.g("spot1",y,a))}},spot2:{get:function(){return this.Na!==null?this.Na.gg:Mo},set:function(a){var y=this.spot2;y.D(a)||(a=a.J(),Dc(this),this.Na.gg=a,this.v(),this.g("spot2",y,a))}},parameter1:{get:function(){return this.Un},set:function(a){var y=this.Un;y!==a&&(this.Un=a,this.qc(),this.v(),this.g("parameter1",y,a))}},parameter2:{get:function(){return this.Vn},set:function(a){var y=this.Vn;y!==a&&(this.Vn=a,this.qc(),this.v(),this.g("parameter2",y,a))}},naturalBounds:{get:function(){return this.dc}},pathPattern:{get:function(){return this.Na!==null?this.Na.br:null},set:function(a){var y=this.pathPattern;y!==a&&(Dc(this),this.Na.br=a,this.N(),this.g("pathPattern",y,a))}},geometryStretch:{get:function(){return this.Na!==null?this.Na.jq:Pi},set:function(a){var y=this.geometryStretch;y!==a&&(Dc(this),this.Na.jq=a,this.v(),this.g("geometryStretch",y,a))}},interval:{get:function(){return this.fa!==null?this.fa.Tk:1},set:function(a){var y=this.interval;if(a=Math.round(a),y!==a&&a!==0&&isFinite(a)){this.fa===null&&(this.fa=new Ql),this.fa.Tk=a;var x=this.diagram;x!==null&&this.panel===x.grid&&Ml(x),this.v(),x=this.panel,x!==null&&(x.graduatedIntervals=null),this.g("interval",y,a)}}},graduatedStart:{get:function(){return this.fa!==null?this.fa.u:0},set:function(a){var y=this.graduatedStart;y!==a&&(0>a?a=0:1<a&&(a=1),this.fa===null&&(this.fa=new Ql),this.fa.u=a,this.v(),this.g("graduatedStart",y,a))}},graduatedEnd:{get:function(){return this.fa!==null?this.fa.j:1},set:function(a){var y=this.graduatedEnd;y!==a&&(0>a?a=0:1<a&&(a=1),this.fa===null&&(this.fa=new Ql),this.fa.j=a,this.v(),this.g("graduatedEnd",y,a))}},graduatedSkip:{get:function(){return this.fa!==null?this.fa.o:null},set:function(a){var y=this.graduatedSkip;y!==a&&(this.fa===null&&(this.fa=new Ql),this.fa.o=a,this.v(),this.g("graduatedSkip",y,a))}}}),ki.prototype.intersectsRect=ki.prototype.Yc,ki.prototype.containedInRect=ki.prototype.fh,ki.prototype.getNearestIntersectionPoint=ki.prototype.rs,ki.prototype.getDocumentBounds=ki.prototype.mi,ki.prototype.getDocumentPoint=ki.prototype.ga;var Jl=new ni,Lv=new ni;ki.className="Shape",ki.getFigureGenerators=function(){var a=new li,y;for(y in Re.Ze)y!==y.toLowerCase()&&a.add(y,Re.Ze[y]);return a.freeze(),a},ki.defineFigureGenerator=function(a,y){var x=a.toLowerCase(),b=Re.Ze;b[a]=y,b[x]=a},ki.getArrowheadGeometries=function(){var a=new li;for(b in Re.um)if(Jl[b]===void 0){var y=Sn.parse(Re.um[b],!1);Jl[b]=y,y=b.toLowerCase(),y!==b&&(Jl[y]=b)}for(var x in Jl)if(x!==x.toLowerCase()){var b=Jl[x];b instanceof Sn&&a.add(x,b)}return a.freeze(),a},ki.defineArrowheadGeometry=function(a,y){var x=null;typeof y=="string"?x=Sn.parse(y,!1):x=y,y=a.toLowerCase(),y!=="none"&&a!==y||Le("Shape.defineArrowheadGeometry name must not be empty or None or all-lower-case: "+a);var b=Jl;b[a]=x,b[y]=a};function kv(){this.nc=!1,this.Hr="butt",this.Ir="miter",this.Jr=10,this.uj=0,this.br=null,this.jq=Pi,this.gg=this.fg=Mo}kv.prototype.copy=function(){var a=new kv;return a.Hr=this.Hr,a.Ir=this.Ir,a.Jr=this.Jr,a.uj=this.uj,a.br=this.br,a.jq=this.jq,a.fg=this.fg.J(),a.gg=this.gg.J(),a};function Pr(a,y){return Oe.call(this),Om||(zs=Vr?new _a(null).context:null,Om=!0),this.l|=2097152,this.ec="",this.xc="black",this.Ae="13px sans-serif",this.Lq=this.Cb=this.Gc=0,this.da=this.fa=this.Gm=null,this.Ih=0,this.df=null,this.Le=0,this.ze=this.Qb=this.Qc=null,typeof a=="string"?this.text=a:a&&Object.assign(this,a),y&&Object.assign(this,y),this}_e(Pr,Oe),Pr.prototype.cloneProtected=function(a){Oe.prototype.cloneProtected.call(this,a),a.ec=this.ec,a.xc=this.xc,a.Ae=this.Ae,a.Gc=this.Gc,a.Cb=this.Cb,a.Lq=this.Lq,a.Gm=this.Gm,this.fa!==null&&(a.fa=this.fa.copy()),this.da!==null&&(a.da=this.da.nc?this.da:this.da.copy()),a.Ih=this.Ih,a.df=this.df,a.Le=this.Le,a.Qc=this.Qc,a.Qb=this.Qb,a.ze=this.ze};function Dl(a){a.da===null?a.da=new Bv:a.da.nc&&(a.da=a.da.copy())}Kt=Pr.prototype,Kt.th=function(){Oe.prototype.th.call(this),this.da!==null&&(this.da.nc=!0)};function S1(a,y){a.l=y.l|6144,a.pb=y.opacity,a.Ma=y.background,a.areaBackground=y.areaBackground,a.jd=y.desiredSize.J(),a.minSize=y.minSize.J(),a.maxSize=y.maxSize.J(),y.Lb!==null?a.Lb=y.Lb.copy():a.Lb=null,a.Ca=y.scale,a.Kb=y.angle,a.stretch=y.stretch,a.Kg=y.margin.J(),a.Jb=y.alignment.J(),a.sk=y.alignmentFocus.J(),a.segmentFraction=y.segmentFraction,a.segmentOffset=y.segmentOffset.J(),a.segmentOrientation=y.segmentOrientation,y.tb!==null&&(a.tb=y.tb.copy()),a.shadowVisible=y.shadowVisible,a.ec=y.ec,a.xc=y.xc,a.Ae=y.Ae,a.fa!==null&&(a.fa=y.fa.copy()),y.da!==null&&(a.da=y.da.nc?y.da:y.da.copy()),a.Ih=y.Ih}Kt.qb=function(a){a.classType===Pr?this.wrap=a:Oe.prototype.qb.call(this,a)},Kt.toString=function(){return 22<this.ec.length?'TextBlock("'+this.ec.substring(0,20)+'"...)':'TextBlock("'+this.ec+'")'},Kt.v=function(){Oe.prototype.v.call(this)},Kt.hh=function(a,y){if(this.xc!==null&&this.ec.length!==0&&this.Ae!==null){var x=this.naturalBounds,b=this.actualBounds,E=x.width,z=x.height,nt=Vg(this),rt=a.textAlign=this.textAlign,st=y.tn;rt==="start"?rt=st?"right":"left":rt==="end"&&(rt=st?"left":"right"),st=this.isUnderline;var ht=this.isStrikethrough;Xr(this,a,this.xc,!0,!1,x,b),(st||ht)&&Xr(this,a,this.xc,!1,!1,x,b),b=0,x=!1;var dt=this.oe,vt=dt.dx-(nt*dt.m21+dt.dx);dt=dt.dy-(nt*dt.m22+dt.dy);var Nt=y.scale;switch(8>(vt*vt+dt*dt)*Nt*Nt&&(x=!0),y.ib!==a&&(x=!1),y.ib instanceof ia&&(x=!1),y.Gf("textGreeking")===!1&&(x=!1),y=this.spacingAbove,vt=this.spacingBelow,this.flip){case Zi:a.translate(E,0),a.scale(-1,1);break;case Ni:a.translate(0,z),a.scale(1,-1);break;case gr:a.translate(E,z),a.scale(-1,-1)}if(a.yc(),dt=this.Gc,Nt=(y+nt+vt)*dt,z>Nt&&(b=this.verticalAlignment,b=b.y*z-b.y*Nt+b.offsetY),dt===1&&this.ze!==null)vt=this.Cb,vt>E&&(vt=E),this.Oj(this.ze,a,0,b+y,E,nt,vt,x,rt,st,ht);else if(this.Qc!==null&&this.Qb!==null)for(Nt=0;Nt<dt;Nt++){var Wt=this.Qc[Nt];Wt>E&&(Wt=E),b+=y,this.Oj(this.Qb[Nt],a,0,b,E,nt,Wt,x,rt,st,ht),b+=nt+vt}switch(this.flip){case Zi:a.scale(-1,1),a.translate(-E,0);break;case Ni:a.scale(1,-1),a.translate(0,-z);break;case gr:a.scale(-1,-1),a.translate(-E,-z)}}},Kt.Oj=function(a,y,x,b,E,z,nt,rt,st,ht,dt){var vt=0;if(rt)st==="left"?vt=0:st==="right"?vt=E-nt:st==="center"&&(vt=(E-nt)/2),y.fillRect(x+vt,b+.25*z,nt,1);else{if(st==="left"?vt=0:st==="right"?vt=E:st==="center"&&(vt=E/2),E=Nm!==null?Nm(this,z):.75*z,y.fillText(a,x+vt,b+E),a=z/20|0,a===0&&(a=1),st==="right"?vt-=nt:st==="center"&&(vt-=nt/2),ht){rt=Fm!==null?Fm(this,z):.8*z,st=x+vt,ht=b+rt,E=x+vt+nt,rt=b+rt;var Nt=a;y.beginPath(),y.lineWidth=Nt,y.moveTo(st,ht),y.lineTo(E,rt),y.stroke(),y.Se(),y instanceof ia&&y.ad.classList.add("gojs-td")}dt&&(dt=b+z-z/2.2|0,a%2!==0&&(dt+=.5),b=x+vt,z=dt,x=x+vt+nt,nt=dt,vt=a,y.beginPath(),y.lineWidth=vt,y.moveTo(b,z),y.lineTo(x,nt),y.stroke(),y.Se(),y instanceof ia&&y.ad.classList.add("gojs-td"))}},Kt.kk=function(a,y,x){if(!Oe.prototype.kk.call(this,a,y,x))return!1;if(Xr(this,a,this.xc,!0,!1,this.naturalBounds,this.actualBounds),x){if(this.svg.getElementsByTagName("text").length===0)return!0;for(y=this.svg.getElementsByClassName("gojs-td"),x=0;x<y.length;x++)qy(a,y[x],!1)}else y=this.svg,y.innerHTML=this.text,qy(a,y,!0);return!0},Kt.nk=function(a){return 1<this.lineCount||this.isUnderline||this.isStrikethrough?!0:Oe.prototype.nk.call(this,a)},Kt.Dv=function(a,y){if(a.nodeName!=="g")a.setAttributeNS(null,"filter",y);else{a=a.getElementsByTagName("text");for(var x=0;x<a.length;x++)a[x].setAttributeNS(null,"filter",y)}},Kt.Wl=function(a,y,x,b){var E=this.Gc;this.Ih=a,this.l&=-16777217;var z=this.Ae;zs!==null&&L1!==z&&(L1=zs.font=z),this.Cb=this.Le=0,this.ze=this.Qb=this.Qc=this.df=null;var nt;if(isNaN(this.desiredSize.width)){if(z=this.ec.replace(/\r\n/g,`
`).replace(/\r/g,`
`),z.length===0)z=8;else if(this.isMultiline){for(var rt=nt=0,st=!1;!st;){var ht=z.indexOf(`
`,rt);ht===-1&&(ht=z.length,st=!0),rt=z.substr(rt,ht-rt),this.formatting===Yg&&(rt=rt.trim()),nt=Math.max(nt,rl(rt)),rt=ht+1}z=nt}else nt=z.indexOf(`
`,0),0<=nt&&(z=z.substr(0,nt)),z=rl(z);z=Math.min(z,a/this.scale)}else z=this.desiredSize.width;if(this.panel!==null&&(z=Math.min(z,this.panel.maxSize.width)),nt=w1(this,z),isNaN(this.desiredSize.height)?nt=Math.min(nt,y/this.scale):nt=this.desiredSize.height,st=nt,this.Cb!==0&&this.Qc!==null&&this.Qb!==null&&this.overflow===Dm&&(y=this.Ae,y=this.overflow===Dm?x1(y):0,ht=this.spacingAbove+this.spacingBelow,ht=Math.max(0,Vg(this)+ht),st=Math.min(this.maxLines-1,Math.max(Math.floor(st/ht+.01)-1,0)),!(st+1>=this.Qb.length))){for(this.l|=16777216,ht=this.Qb[st],y=Math.max(1,a-y);rl(ht)>y&&1<ht.length;)ht=ht.substr(0,ht.length-1);ht+=Zg,y=rl(ht),this.Qb[st]=ht,this.Qb=this.Qb.slice(0,st+1),this.Qc[st]=y,this.Qc=this.Qc.slice(0,st+1),this.Le=this.Qb.length,this.Cb=Math.max(this.Cb,y),this.Gc=this.Le,this.Gc===1&&(this.ze=this.Qb[0])}(this.wrap===P1||isNaN(this.desiredSize.width))&&(z=isNaN(a)?this.Cb:Math.min(a,this.Cb)),z=Math.max(x,z),nt=Math.max(b,nt),xo(this.dc,z,nt),this.Ge(0,0,z,nt),this.svg!==null&&E!==this.Gc&&(this.Uc=!0)},Kt.eh=function(a,y,x,b){hs(this,a,y,x,b)};function Kg(a,y,x){a.ze===null?(a.ze=y,a.Cb=x):((a.Qb===null||a.Qc===null)&&(a.Qb=[],a.Qc=[],a.Qb.push(a.ze),a.Qc.push(a.Cb)),a.Qb.push(y),a.Qc.push(x),a.Qb.length>a.maxLines&&(a.l|=16777216))}function Ev(a,y,x,b){var E=a.formatting===Yg;E&&(y=y.trim());var z=0,nt=a.Ae,rt=a.spacingAbove+a.spacingBelow;rt=Math.max(0,Vg(a)+rt);var st=a.overflow===Dm?x1(nt):0;if(a.Gc>=a.maxLines)b!==null&&b.h(0,rt);else if(nt=y,a.wrap===Mv){a.Le=1;var ht=rl(y);if(st===0||ht<=x)a.Cb=Math.max(a.Cb,ht),Kg(a,y,a.Cb),b!==null&&b.h(ht,rt);else{for(z=bf(a,nt),nt=nt.substr(z.length),y=bf(a,nt),ht=rl(z+y);0<y.length&&ht<=x;)z+=y,nt=nt.substr(y.length),y=bf(a,nt),ht=z+y,E&&(ht=ht.trim()),ht=rl(ht);for(E&&(y=y.trim()),z+=y,x=Math.max(1,x-st);rl(z)>x&&1<z.length;)z=z.substr(0,z.length-1);a.l|=16777216,z+=Zg;var dt=rl(z);a.Cb=dt,Kg(a,z,dt),b!==null&&b.h(dt,rt)}}else{for(st=0,nt.length===0&&(st=1,Kg(a,nt,0));0<nt.length;){for(y=bf(a,nt),nt=nt.substr(y.length);rl(y)>x;){var vt=1;for(ht=rl(y.substr(0,vt)),dt=0;ht<=x;)vt++,dt=ht,ht=rl(y.substr(0,vt));if(vt===1){var Nt=ht;z=Math.max(z,ht)}else Nt=dt,z=Math.max(z,dt);if(vt--,1>vt&&(vt=1),Kg(a,y.substr(0,vt),Nt),st++,y=y.substr(vt),a.Gc+st>a.maxLines)break}for(dt=bf(a,nt),ht=rl(y+dt);0<dt.length&&ht<=x;)y+=dt,nt=nt.substr(dt.length),dt=bf(a,nt),ht=y+dt,E&&(ht=ht.trim()),ht=rl(ht);if(E&&(y=y.trim()),y!==""&&(y[y.length-1]==="\xAD"&&(y=y.substring(0,y.length-1)+"\u2010"),dt.length===0?(vt=ht,z=Math.max(z,ht)):(vt=dt=rl(y),z=Math.max(z,dt)),Kg(a,y,vt),st++,a.Gc+st>a.maxLines))break}a.Le=Math.min(a.maxLines,st),a.Cb=Math.max(a.Cb,z),b!==null&&b.h(a.Cb,rt*a.Le)}}function bf(a,y){if(a.wrap===C1)return y.substr(0,1);for(var x=y.length,b=0,E=xx;b<x&&!E.test(y.charAt(b));)b++;for(a.formatting===b1&&(x=Math.min(x,b+1));b<x&&E.test(y.charAt(b));)b++;return b>=y.length?y:y.substr(0,b)}function rl(a){return zs===null?8*a.length:zs.measureText(a).width}function Vg(a){if(a.df!==null)return a.df;var y=a.Ae;if(zs===null){var x=16;return a.df=x}return Fv[y]!==void 0&&5e3>A1?x=Fv[y]:(x=1.3*zs.measureText("M").width,Fv[y]=x,A1++),a.df=x}function x1(a){if(zs===null)return 6;if(Bm[a]!==void 0&&5e3>Dv)var y=Bm[a];else y=zs.measureText(Zg).width,Bm[a]=y,Dv++;return y}function w1(a,y){var x=a.ec.replace(/\r\n/g,`
`).replace(/\r/g,`
`),b=a.spacingAbove+a.spacingBelow;if(b=Math.max(0,Vg(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,nt,rt=!1;!rt;){if(nt=x.indexOf(`
`,z),nt===-1&&(nt=x.length,rt=!0),z<=nt){if(z=x.substr(z,nt-z),a.wrap!==Mv){a.Le=0;var st=An.alloc();Ev(a,z,y,st),E+=st.height,An.free(st),a.Gc+=a.Le}else Ev(a,z,y,null),E+=b,a.Gc++;a.Gc===a.maxLines&&(rt=!0)}z=nt+1}return a.Lq=E}Ue.Object.defineProperties(Pr.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"||(Dl(this),this.da.Or=a,this.N(),this.g("textAlign",y,a))}},flip:{get:function(){return this.da!==null?this.da.Xf:hn},set:function(a){var y=this.flip;y!==a&&(Dl(this),this.da.Xf=a,this.N(),this.g("flip",y,a))}},verticalAlignment:{get:function(){return this.da!==null?this.da.Yr:yh},set:function(a){var y=this.verticalAlignment;y.D(a)||(a=a.J(),Dl(this),this.da.Yr=a,xs(this),this.g("verticalAlignment",y,a))}},naturalBounds:{get:function(){if(!this.dc.w()){var a=An.alloc();Ev(this,this.ec,999999,a);var y=a.width;An.free(a),a=w1(this,y);var x=this.desiredSize;isNaN(x.width)||(y=x.width),isNaN(x.height)||(a=x.height),xo(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:Tv},set:function(a){var y=this.wrap;y!==a&&(Dl(this),this.da.$r=a,this.v(),this.g("wrap",y,a))}},overflow:{get:function(){return this.da!==null?this.da.$q:Nv},set:function(a){var y=this.overflow;y!==a&&(Dl(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&&wd(a,"TextBlock.stroke"),a instanceof lr&&a.freeze(),this.xc=a,this.N(),this.g("stroke",y,a))}},lineCount:{get:function(){return this.Gc}},lineHeight:{get:function(){return Vg(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&&(Dl(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&&(Dl(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 Ql),this.fa.Tk=a,this.v();var x=this.panel;x!==null&&(x.graduatedIntervals=null),this.g("interval",y,a)}}},graduatedStart:{get:function(){return this.fa!==null?this.fa.u:0},set:function(a){var y=this.graduatedStart;y!==a&&(0>a?a=0:1<a&&(a=1),this.fa===null&&(this.fa=new Ql),this.fa.u=a,this.v(),this.g("graduatedStart",y,a))}},graduatedEnd:{get:function(){return this.fa!==null?this.fa.j:1},set:function(a){var y=this.graduatedEnd;y!==a&&(0>a?a=0:1<a&&(a=1),this.fa===null&&(this.fa=new Ql),this.fa.j=a,this.v(),this.g("graduatedEnd",y,a))}},graduatedFunction:{get:function(){return this.fa!==null?this.fa.F:null},set:function(a){var y=this.graduatedFunction;y!==a&&(this.fa===null&&(this.fa=new Ql),this.fa.F=a,this.v(),this.g("graduatedFunction",y,a))}},graduatedSkip:{get:function(){return this.fa!==null?this.fa.o:null},set:function(a){var y=this.graduatedSkip;y!==a&&(this.fa===null&&(this.fa=new Ql),this.fa.o=a,this.v(),this.g("graduatedSkip",y,a))}},textValidation:{get:function(){return this.da!==null?this.da.vj:null},set:function(a){var y=this.textValidation;y!==a&&(Dl(this),this.da.vj=a,this.g("textValidation",y,a))}},textEdited:{get:function(){return this.da!==null?this.da.Pr:null},set:function(a){var y=this.textEdited;y!==a&&(Dl(this),this.da.Pr=a,this.g("textEdited",y,a))}},spacingAbove:{get:function(){return this.da!==null?this.da.Dr:0},set:function(a){var y=this.spacingAbove;y!==a&&(Dl(this),this.da.Dr=a,this.v(),this.g("spacingAbove",y,a))}},spacingBelow:{get:function(){return this.da!==null?this.da.Er:0},set:function(a){var y=this.spacingBelow;y!==a&&(Dl(this),this.da.Er=a,this.v(),this.g("spacingBelow",y,a))}},formatting:{get:function(){return this.da!==null?this.da.gq:Yg},set:function(a){var y=this.formatting;y!==a&&(Dl(this),this.da.gq=a,this.v(),this.g("formatting",y,a))}},maxLines:{get:function(){return this.da!==null?this.da.Jq:1/0},set:function(a){var y=this.maxLines;y!==a&&(a=Math.floor(a),0>=a&&wn(a,"> 0",Pr,"maxLines"),Dl(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 Nm=null,Fm=null,Mv=new sn(Pr,"None",0),P1=new sn(Pr,"WrapFit",1),Tv=new sn(Pr,"WrapDesiredSize",2),C1=new sn(Pr,"WrapBreakAll",3),Nv=new sn(Pr,"OverflowClip",0),Dm=new sn(Pr,"OverflowEllipsis",1),Yg=new sn(Pr,"FormatTrim",0),b1=new sn(Pr,"FormatNone",0),xx=/[ \u200b\u00ad]/,Fv=new ni,A1=0,Bm=new ni,Dv=0,Zg="...",L1="",zs=null,Om=!1;Pr.className="TextBlock";function Bv(){this.nc=!1,this.Hd=null,this.Xf=hn,this.gq=Yg,this.Jq=1/0,this.$q=Nv,this.Er=this.Dr=0,this.Or="start",this.vj=this.Qr=this.Pr=null,this.Yr=yh,this.$r=Tv}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},Pr.getEllipsis=function(){return Zg},Pr.setEllipsis=function(a){Zg=a,Bm=new ni,Dv=0},Pr.getBaseline=function(){return Nm},Pr.setBaseline=function(a){Nm=a},Pr.getUnderline=function(){return Fm},Pr.setUnderline=function(a){Fm=a},Pr.isValidFont=function(a){if(Om||(zs=Vr?new _a(null).context:null,Om=!0),zs===null)return!0;var y=zs.font;if(a===y||a==="10px sans-serif")return!0;zs.font="10px sans-serif",zs.font=a;var x=zs.font;if(x!=="10px sans-serif")return zs.font=y,!0;zs.font="19px serif";var b=zs.font;return zs.font=a,x=zs.font,zs.font=y,x!==b},Pr.FormatNone=b1,Pr.FormatTrim=Yg,Pr.None=Mv,Pr.OverflowClip=Nv,Pr.OverflowEllipsis=Dm,Pr.WrapBreakAll=C1,Pr.WrapDesiredSize=Tv,Pr.WrapFit=P1;function Ql(){this.Tk=1,this.u=0,this.j=1,this.o=this.F=null}Ql.prototype.copy=function(){var a=new Ql;return a.Tk=this.Tk,a.u=this.u,a.j=this.j,a.F=this.F,a.o=this.o,a},Ql.className="GradElementSettings";function Ws(a,y){Oe.call(this),this.Eg=null,this.qo="",this.Xg=Ja,this.Nk=cn,this.Zg=this.Hd=null,this.Mk=nr,this.Xf=hn,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 Af;_e(Ws,Oe),Ws.prototype.cloneProtected=function(a){Oe.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},Ws.prototype.qb=function(a){a===hn||a===Zn||a===Ui?this.imageStretch=a:Oe.prototype.qb.call(this,a)},Ws.prototype.toString=function(){return"Picture("+this.source+")#"+Ai(this)};function Lf(a){a===void 0&&(a=""),a!==""?Af[a]&&(delete Af[a],Im--):(Af=new ni,Im=0)}function k1(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")||"",nt=E.Og.I(z);if(nt!==null)for(var rt=nt.length,st=0;st<rt;st++)z=nt[st],E.Xn.add(z),z.Uc=!0,E.$b(),y.hn&&(y.eu===void 0&&(y.eu=x),z.Zg!==null&&z.Zg(z,x))}y.Bg.clear()}a.desiredSize.w()||(fo(a,!1),a.v())},y.Yp=function(x){y.ln=x;var b=y.Bg.copy();if(b!=null){for(b=b.iterator;b.next();){var E=b.value,z=y.getAttribute("src")||"",nt=E.Og.I(z);if(nt!==null){E=nt.length,z=Vn();for(var rt=0;rt<E;rt++)z.push(nt[rt]);if(y.hn)for(rt=0;rt<E;rt++)nt=z[rt],nt.Hd!==null&&nt.Hd(nt,x);Tn(z)}}y.Bg.clear()}},y.addEventListener("load",y.Fq),y.addEventListener("error",y.Yp),y.qy=!0)}Ws.prototype.hA=function(){if(this.source!==""){Lf(this.source);var a=this.source;this.source="",this.source=a}},Ws.prototype.redraw=function(){this.N(),this.Uc=!0},Ws.prototype.hh=function(a,y){var x=this.Eg;if(x!==null){var b=x.getAttribute("src");if(!(x instanceof HTMLImageElement&&(b===null||b==="")||x.ln instanceof Event&&a instanceof Nc)){var E=a instanceof ia;b=this.naturalBounds;var z=0,nt=0,rt=this.qn,st=rt?+x.width:x.naturalWidth;if(rt=rt?+x.height:x.naturalHeight,st===void 0&&x.videoWidth&&(st=x.videoWidth),rt===void 0&&x.videoHeight&&(rt=x.videoHeight),st=st||b.width,rt=rt||b.height,st!==0&&rt!==0){var ht=st,dt=rt;this.sourceRect.w()&&(z=this.Xg.x,nt=this.Xg.y,st=this.Xg.width,rt=this.Xg.height);var vt=st,Nt=rt,Wt=this.Nk,Ht=this.Mk;switch(Wt){case hn:if(this.sourceRect.w())break;vt>=b.width&&(z=z+Ht.offsetX+(vt*Ht.x-b.width*Ht.x)),Nt>=b.height&&(nt=nt+Ht.offsetY+(Nt*Ht.y-b.height*Ht.y)),st=Math.min(b.width,vt),rt=Math.min(b.height,Nt);break;case cn:vt=b.width,Nt=b.height;break;case Zn:case Ui:Wt===Zn?(Wt=Math.min(b.height/Nt,b.width/vt),vt*=Wt,Nt*=Wt):Wt===Ui&&(Wt=Math.max(b.height/Nt,b.width/vt),vt*=Wt,Nt*=Wt,vt>=b.width&&(z=(z+Ht.offsetX+(vt*Ht.x-b.width*Ht.x)/vt)*st),Nt>=b.height&&(nt=(nt+Ht.offsetY+(Nt*Ht.y-b.height*Ht.y)/Nt)*rt),st*=1/(vt/b.width),rt*=1/(Nt/b.height),vt=b.width,Nt=b.height)}Wt=this.Df()*y.scale;var ne=vt*Wt*Nt*Wt,ve=st*rt/ne,de=x.__goCache;Wt=null;var Pe=wx;if(!E){if(x.sq&&de!==void 0&&4<ne&&ve>Pe*Pe)for(de.gi===null&&(M1(de,4,ht,dt,x),M1(de,16,ht,dt,x)),E=de.gi,ht=E.length,dt=0;dt<ht&&E[dt].ratio*E[dt].ratio<ve;dt++)Wt=E[dt];if(!y.Xm){if(this.vl===null)if(this.Eg===null)this.vl=!1;else{E=new _a(null).context;try{E.drawImage(this.Eg,0,0)}catch(be){this.en=!1}try{E.getImageData(0,0,1,1).data[3]&&(this.vl=!1),this.vl=!1}catch(be){this.vl=!0}}if(this.vl)return}}switch(E=vt<b.width?Ht.offsetX+(b.width*Ht.x-vt*Ht.x):0,Ht=Nt<b.height?Ht.offsetY+(b.height*Ht.y-Nt*Ht.y):0,this.flip){case Zi:a.translate(Math.min(b.width,vt),0),a.scale(-1,1);break;case Ni:a.translate(0,Math.min(b.height,Nt)),a.scale(1,-1);break;case gr:a.translate(Math.min(b.width,vt),Math.min(b.height,Nt)),a.scale(-1,-1)}if(a.yc(),y.Gf("pictureRatioOptimization")&&!y.$i&&de!==void 0&&Wt!==null&&Wt.ratio!==1){a.save(),y=Wt.ratio;try{a.drawImage(Wt.source,z/y,nt/y,Math.min(Wt.source.width,st/y),Math.min(Wt.source.height,rt/y),E,Ht,Math.min(b.width,vt),Math.min(b.height,Nt)),a instanceof ia&&(this.bt=[z/y,nt/y,Math.min(Wt.source.width,st/y),Math.min(Wt.source.height,rt/y),E,Ht,Math.min(b.width,vt),Math.min(b.height,Nt)])}catch(be){this.en=!1}a.restore()}else try{a.drawImage(x,z,nt,st,rt,E,Ht,Math.min(b.width,vt),Math.min(b.height,Nt)),a instanceof ia&&(this.bt=[z,nt,st,rt,E,Ht,Math.min(b.width,vt),Math.min(b.height,Nt)])}catch(be){this.en=!1}switch(this.flip){case Zi:a.scale(-1,1),a.translate(-Math.min(b.width,vt),0);break;case Ni:a.scale(1,-1),a.translate(0,-Math.min(b.height,Nt));break;case gr:a.scale(-1,-1),a.translate(-Math.min(b.width,vt),-Math.min(b.height,Nt))}}}}},Ws.prototype.Wl=function(a,y,x,b){var E=this.desiredSize,z=js(this,!0),nt=this.Eg,rt=this.qn,st=0,ht=0;(rt||!this.al&&nt&&nt.complete)&&(this.al=!0),nt===null?(isFinite(E.width)||(a=0),isFinite(E.height)||(y=0)):(st=rt?+nt.width:nt.naturalWidth,ht=rt?+nt.height:nt.naturalHeight),isFinite(E.width)||z===cn||z===Qn?(isFinite(a)||(this.sourceRect.w()?a=this.sourceRect.width:nt!==null&&(a=st)),x=0):nt!==null&&this.al!==!1&&(a=this.sourceRect.w()?this.sourceRect.width:st),isFinite(E.height)||z===cn||z===ai?(isFinite(y)||(this.sourceRect.w()?y=this.sourceRect.height:nt!==null&&(y=ht)),b=0):nt!==null&&this.al!==!1&&(y=this.sourceRect.w()?this.sourceRect.height:ht),isFinite(E.width)&&(a=E.width),isFinite(E.height)&&(y=E.height),E=this.maxSize,z=this.minSize,x=Math.max(x||0,z.width),b=Math.max(b||0,z.height),a=Math.min(E.width,a),y=Math.min(E.height,y),a=Math.max(x,a),y=Math.max(b,y),nt===null||nt.complete||(isFinite(a)||(a=0),isFinite(y)||(y=0)),xo(this.dc,a,y),this.Ge(0,0,a,y)},Ws.prototype.eh=function(a,y,x,b){hs(this,a,y,x,b)},Ue.Object.defineProperties(Ws.prototype,{element:{get:function(){return this.Eg},set:function(a){var y=this.Eg;if(this.Uc=!0,y!==a){this.qn=a instanceof HTMLCanvasElement;var x=a instanceof HTMLImageElement;a===null||x||a instanceof HTMLVideoElement||this.qn||Le("Picture.element must be an instance of Image, Canvas, or Video, not: "+a);var b=this.diagram;b!==null&&kg(b,this),this.Eg=a,a!==null&&x&&a.Bg===void 0&&(a.Bg=new gn),b!==null&&x&&Ih(b,this),a!==null&&(this.qn||a.complete===!0?(a.hn&&(a.ln instanceof Event&&this.Hd!==null?this.Hd(this,a.ln):a.sq===!0&&!a.ln&&this.Zg!==null&&a.eu&&this.Zg(this,a.eu)),a.sq=!0,this.desiredSize.w()||(fo(this,!1),this.v())):x&&k1(this,a)),this.g("element",y,a),this.N()}}},source:{get:function(){return this.qo},set:function(a){var y=this.qo;if(y!==a){this.Uc=!0,this.qo=a;var x=Af;if(Vr){var b=null;if(x[a]!==void 0)b=x[a];else if(a!==""){30<Im&&(Lf(),x=Af),b=On("img"),b.hn=!0,k1(this,b);var E=this.rl;E!==null&&(b.crossOrigin=E(this)),b.src=a,x[a]=b,Im++}this.element=b,b!==null&&b.__goCache===void 0&&(b.__goCache=new E1),this.v(),this.N()}this.g("source",y,a)}}},sourceCrossOrigin:{get:function(){return this.rl},set:function(a){if(this.rl!==a&&(this.rl=a,this.element!==null)){var y=this.element.getAttribute("src");a===null&&typeof y=="string"?this.element.crossOrigin=null:a!==null&&(this.element.crossOrigin=a(this)),this.element.src=y}}},sourceRect:{get:function(){return this.Xg},set:function(a){var y=this.Xg;y.D(a)||(this.Xg=a=a.J(),this.N(),this.g("sourceRect",y,a))}},imageStretch:{get:function(){return this.Nk},set:function(a){var y=this.Nk;y!==a&&(this.Nk=a,this.N(),this.g("imageStretch",y,a))}},flip:{get:function(){return this.Xf},set:function(a){var y=this.Xf;y!==a&&(this.Xf=a,this.N(),this.g("flip",y,a))}},imageAlignment:{get:function(){return this.Mk},set:function(a){var y=this.Mk;y.D(a)||(this.Mk=a=a.J(),this.N(),this.g("imageAlignment",y,a))}},errorFunction:{get:function(){return this.Hd},set:function(a){var y=this.Hd;y!==a&&(this.Hd=a,this.g("errorFunction",y,a))}},successFunction:{get:function(){return this.Zg},set:function(a){var y=this.Zg;y!==a&&(this.Zg=a,this.g("successFunction",y,a))}},naturalBounds:{get:function(){return this.dc}}}),Ws.prototype.redraw=Ws.prototype.redraw,Ws.prototype.reloadSource=Ws.prototype.hA;var Im=0,wx=4;Ws.className="Picture",Af=new ni,Ws.clearCache=Lf;function E1(){this.gi=null}function M1(a,y,x,b,E){a.gi===null&&(a.gi=[]);var z=new _a(null),nt=z.context,rt=1/y;z.width=x/y,z.height=b/y,z.width!==0&&z.height!==0&&(y=new T1(z.Oa,y),x=1,0<a.gi.length&&(x=a.gi[a.gi.length-1],E=x.source,x=x.ratio),nt.setTransform(rt*x,0,0,rt*x,0,0),nt.yc(),nt.drawImage(E,0,0),a.gi.push(y))}E1.className="PictureCacheArray";function T1(a,y){this.source=a,this.ratio=y}T1.className="PictureCacheInstance";function kf(){this.os=new Sn,this.mc=null}kf.prototype.reset=function(a){a!==null?(a.ka(),this.os=a,a.figures.clear()):this.os=new Sn,this.mc=null};function Ef(a,y,x,b,E,z){a.mc=new wo,a.mc.startX=y,a.mc.startY=x,a.mc.isFilled=b,a.mc.isEvenOdd=z||!1,a.os.figures.add(a.mc),E!==void 0&&(a.mc.isShadowed=E)}function Px(a){var y=a.mc.segments.length;0<y&&a.mc.segments.M(y-1).close()}kf.prototype.moveTo=function(a,y,x){x===void 0&&(x=!1);var b=new ir(Po);b.endX=a,b.endY=y,x&&b.close(),this.mc.segments.add(b)},kf.prototype.lineTo=function(a,y,x){x===void 0&&(x=!1);var b=new ir(Lr);b.endX=a,b.endY=y,x&&b.close(),this.mc.segments.add(b)};function Qu(a,y,x,b,E,z,nt){var rt;rt===void 0&&(rt=!1);var st=new ir(_o);st.point1X=y,st.point1Y=x,st.point2X=b,st.point2Y=E,st.endX=z,st.endY=nt,rt&&st.close(),a.mc.segments.add(st)}function Rm(a,y,x,b,E){var z;z===void 0&&(z=!1);var nt=new ir(fa);nt.point1X=y,nt.point1Y=x,nt.endX=b,nt.endY=E,z&&nt.close(),a.mc.segments.add(nt)}kf.prototype.arcTo=function(a,y,x,b,E,z,nt){z===void 0&&(z=0),nt===void 0&&(nt=!1);var rt=new ir(ho);rt.startAngle=a,rt.sweepAngle=y,rt.centerX=x,rt.centerY=b,rt.radiusX=E,rt.radiusY=z!==0?z:E,nt&&rt.close(),this.mc.segments.add(rt)};function Cx(a,y,x,b,E,z,nt,rt){var st;st===void 0&&(st=!1),y=new ir(Pa,nt,rt,y,x,b,E,z),st&&y.close(),a.mc.segments.add(y)}function N1(a){var y=jm;return y!==null?(jm=null,y.reset(a),y):(y=new kf,y.reset(a),y)}var jm=null;kf.className="StreamGeometryContext";function rs(a,y){var x=a.toLowerCase(),b=Re.Ze;b[a]=y,b[x]=a}rs("Rectangle",function(a,y,x){a="r"+y+","+x;var b=Re.Mf[a];return b!==void 0||(b=new Sn(Sn.u),b.endX=y,b.endY=x,Re.Nf<Re.vm&&(Re.Mf[a]=b,Re.Nf++)),b}),rs("Square",function(a,y,x){a="s"+y+","+x;var b=Re.Mf[a];return b!==void 0||(b=new Sn(Sn.u),b.endX=y,b.endY=x,b.defaultStretch=Zn,Re.Nf<Re.vm&&(Re.Mf[a]=b,Re.Nf++)),b}),rs("RoundedRectangle",function(a,y,x){a=a?a.parameter1:NaN,(isNaN(a)||0>a)&&(a=5),a=Math.min(a,y/3),a=Math.min(a,x/3);var b="rr"+y+","+x+","+a,E=Re.Mf[b];if(E!==void 0)return E;var z=a*Re.wg;return E=new Sn().add(new wo(a,0,!0).add(new ir(Lr,y-a,0)).add(new ir(_o,y,a,y-z,0,y,z)).add(new ir(Lr,y,x-a)).add(new ir(_o,y-a,x,y,x-z,y-z,x)).add(new ir(Lr,a,x)).add(new ir(_o,0,x-a,z,x,0,x-z)).add(new ir(Lr,0,a)).add(new ir(_o,a,0,0,z,z,0).close())),1<z&&(E.spot1=new Nn(0,0,z,z),E.spot2=new Nn(1,1,-z,-z)),Re.Nf<Re.vm&&(Re.Mf[b]=E,Re.Nf++),E}),rs("Border","RoundedRectangle"),rs("Ellipse",function(a,y,x){a="e"+y+","+x;var b=Re.Mf[a];return b!==void 0||(b=new Sn(Sn.F),b.endX=y,b.endY=x,b.spot1=Kr,b.spot2=Nr,Re.Nf<Re.vm&&(Re.Mf[a]=b,Re.Nf++)),b}),rs("Circle",function(a,y,x){a="c"+y+","+x;var b=Re.Mf[a];return b!==void 0||(b=new Sn(Sn.F),b.endX=y,b.endY=x,b.spot1=Kr,b.spot2=Nr,b.defaultStretch=Zn,Re.Nf<Re.vm&&(Re.Mf[a]=b,Re.Nf++)),b}),rs("TriangleRight",function(a,y,x){return new Sn().add(new wo(0,0).add(new ir(Lr,y,.5*x)).add(new ir(Lr,0,x).close())).pm(0,.25,.5,.75)}),rs("TriangleDown",function(a,y,x){return new Sn().add(new wo(0,0).add(new ir(Lr,y,0)).add(new ir(Lr,.5*y,x).close())).pm(.25,0,.75,.5)}),rs("TriangleLeft",function(a,y,x){return new Sn().add(new wo(y,x).add(new ir(Lr,0,.5*x)).add(new ir(Lr,y,0).close())).pm(.5,.25,1,.75)}),rs("TriangleUp",function(a,y,x){return new Sn().add(new wo(y,x).add(new ir(Lr,0,x)).add(new ir(Lr,.5*y,0).close())).pm(.25,.5,.75,1)}),rs("Triangle","TriangleUp"),rs("Diamond",function(a,y,x){return new Sn().add(new wo(.5*y,0).add(new ir(Lr,0,.5*x)).add(new ir(Lr,.5*y,x)).add(new ir(Lr,y,.5*x).close())).pm(.25,.25,.75,.75)}),rs("LineH",function(a,y,x){return a=new Sn(Sn.j),a.startX=0,a.startY=x/2,a.endX=y,a.endY=x/2,a}),rs("LineV",function(a,y,x){return a=new Sn(Sn.j),a.startX=y/2,a.startY=0,a.endX=y/2,a.endY=x,a}),rs("None","Rectangle"),rs("BarH","Rectangle"),rs("BarV","Rectangle"),rs("MinusLine","LineH"),rs("PlusLine",function(a,y,x){return new Sn().add(new wo(0,x/2,!1).add(new ir(Lr,y,x/2)).add(new ir(Po,y/2,0)).add(new ir(Lr,y/2,x)))}),rs("XLine",function(a,y,x){return new Sn().add(new wo(0,x,!1).add(new ir(Lr,y,0)).add(new ir(Po,0,0)).add(new ir(Lr,y,x)))}),rs("LineRight",function(a,y,x){return new Sn().add(new wo(.25*y,0,!1).add(new ir(Lr,.75*y,.5*x)).add(new ir(Lr,.25*y,x)))}),rs("LineDown",function(a,y,x){return new Sn().add(new wo(0,.25*x,!1).add(new ir(Lr,.5*y,.75*x)).add(new ir(Lr,y,.25*x)))}),rs("LineLeft",function(a,y,x){return new Sn().add(new wo(.75*y,0,!1).add(new ir(Lr,.25*y,.5*x)).add(new ir(Lr,.75*y,x)))}),rs("LineUp",function(a,y,x){return new Sn().add(new wo(0,.75*x,!1).add(new ir(Lr,.5*y,.25*x)).add(new ir(Lr,y,.75*x)))}),Re.um={"":"",Standard:"F1 m 0,0 l 8,4 -8,4 2,-4 z",Backward:"F1 m 8,0 l -2,4 2,4 -8,-4 z",Triangle:"F1 m 0,0 l 8,4.62 -8,4.62 z",BackwardTriangle:"F1 m 8,4 l 0,4 -8,-4 8,-4 0,4 z",Boomerang:"F1 m 0,0 l 8,4 -8,4 4,-4 -4,-4 z",BackwardBoomerang:"F1 m 8,0 l -8,4 8,4 -4,-4 4,-4 z",SidewaysV:"m 0,0 l 8,4 -8,4 0,-1 6,-3 -6,-3 0,-1 z",BackwardV:"m 8,0 l -8,4 8,4 0,-1 -6,-3 6,-3 0,-1 z",OpenTriangle:"m 0,0 l 8,4 -8,4",BackwardOpenTriangle:"m 8,0 l -8,4 8,4",OpenTriangleLine:"m 0,0 l 8,4 -8,4 m 8.5,0 l 0,-8",BackwardOpenTriangleLine:"m 8,0 l -8,4 8,4 m -8.5,0 l 0,-8",OpenTriangleTop:"m 0,0 l 8,4 m 0,4",BackwardOpenTriangleTop:"m 8,0 l -8,4 m 0,4",OpenTriangleBottom:"m 0,8 l 8,-4",BackwardOpenTriangleBottom:"m 0,4 l 8,4",HalfTriangleTop:"F1 m 0,0 l 0,4 8,0 z m 0,8",BackwardHalfTriangleTop:"F1 m 8,0 l 0,4 -8,0 z m 0,8",HalfTriangleBottom:"F1 m 0,4 l 0,4 8,-4 z",BackwardHalfTriangleBottom:"F1 m 8,4 l 0,4 -8,-4 z",ForwardSemiCircle:"m 4,0 b 270 180 0 4 4",BackwardSemiCircle:"m 4,8 b 90 180 0 -4 4",Feather:"m 0,0 l 3,4 -3,4",BackwardFeather:"m 3,0 l -3,4 3,4",DoubleFeathers:"m 0,0 l 3,4 -3,4 m 3,-8 l 3,4 -3,4",BackwardDoubleFeathers:"m 3,0 l -3,4 3,4 m 3,-8 l -3,4 3,4",TripleFeathers:"m 0,0 l 3,4 -3,4 m 3,-8 l 3,4 -3,4 m 3,-8 l 3,4 -3,4",BackwardTripleFeathers:"m 3,0 l -3,4 3,4 m 3,-8 l -3,4 3,4 m 3,-8 l -3,4 3,4",ForwardSlash:"m 0,8 l 5,-8",BackSlash:"m 0,0 l 5,8",DoubleForwardSlash:"m 0,8 l 4,-8 m -2,8 l 4,-8",DoubleBackSlash:"m 0,0 l 4,8 m -2,-8 l 4,8",TripleForwardSlash:"m 0,8 l 4,-8 m -2,8 l 4,-8 m -2,8 l 4,-8",TripleBackSlash:"m 0,0 l 4,8 m -2,-8 l 4,8 m -2,-8 l 4,8",Fork:"m 0,4 l 8,0 m -8,0 l 8,-4 m -8,4 l 8,4",BackwardFork:"m 8,4 l -8,0 m 8,0 l -8,-4 m 8,4 l -8,4",LineFork:"m 0,0 l 0,8 m 0,-4 l 8,0 m -8,0 l 8,-4 m -8,4 l 8,4",BackwardLineFork:"m 8,4 l -8,0 m 8,0 l -8,-4 m 8,4 l -8,4 m 8,-8 l 0,8",CircleFork:"F1 m 6,4 b 0 360 -3 0 3 z m 0,0 l 6,0 m -6,0 l 6,-4 m -6,4 l 6,4",BackwardCircleFork:"F1 m 0,4 l 6,0 m -6,-4 l 6,4 m -6,4 l 6,-4 m 6,0 b 0 360 -3 0 3",CircleLineFork:"F1 m 6,4 b 0 360 -3 0 3 z m 1,-4 l 0,8 m 0,-4 l 6,0 m -6,0 l 6,-4 m -6,4 l 6,4",BackwardCircleLineFork:"F1 m 0,4 l 6,0 m -6,-4 l 6,4 m -6,4 l 6,-4 m 0,-4 l 0,8 m 7,-4 b 0 360 -3 0 3",Circle:"F1 m 8,4 b 0 360 -4 0 4 z",Block:"F1 m 0,0 l 0,8 8,0 0,-8 z",StretchedDiamond:"F1 m 0,3 l 5,-3 5,3 -5,3 -5,-3 z",Diamond:"F1 m 0,4 l 4,-4 4,4 -4,4 -4,-4 z",Chevron:"F1 m 0,0 l 5,0 3,4 -3,4 -5,0 3,-4 -3,-4 z",StretchedChevron:"F1 m 0,0 l 8,0 3,4 -3,4 -8,0 3,-4 -3,-4 z",NormalArrow:"F1 m 0,2 l 4,0 0,-2 4,4 -4,4 0,-2 -4,0 z",X:"m 0,0 l 8,8 m 0,-8 l -8,8",TailedNormalArrow:"F1 m 0,0 l 2,0 1,2 3,0 0,-2 2,4 -2,4 0,-2 -3,0 -1,2 -2,0 1,-4 -1,-4 z",DoubleTriangle:"F1 m 0,0 l 4,4 -4,4 0,-8 z m 4,0 l 4,4 -4,4 0,-8 z",BigEndArrow:"F1 m 0,0 l 5,2 0,-2 3,4 -3,4 0,-2 -5,2 0,-8 z",ConcaveTailArrow:"F1 m 0,2 h 4 v -2 l 4,4 -4,4 v -2 h -4 l 2,-2 -2,-2 z",RoundedTriangle:"F1 m 0,1 a 1,1 0 0 1 1,-1 l 7,3 a 0.5,1 0 0 1 0,2 l -7,3 a 1,1 0 0 1 -1,-1 l 0,-6 z",SimpleArrow:"F1 m 1,2 l -1,-2 2,0 1,2 -1,2 -2,0 1,-2 5,0 0,-2 2,2 -2,2 0,-2 z",AccelerationArrow:"F1 m 0,0 l 0,8 0.2,0 0,-8 -0.2,0 z m 2,0 l 0,8 1,0 0,-8 -1,0 z m 3,0 l 2,0 2,4 -2,4 -2,0 0,-8 z",BoxArrow:"F1 m 0,0 l 4,0 0,2 2,0 0,-2 2,4 -2,4 0,-2 -2,0 0,2 -4,0 0,-8 z",TriangleLine:"F1 m 8,4 l -8,-4 0,8 8,-4 z m 0.5,4 l 0,-8",CircleEndedArrow:"F1 m 10,4 l -2,-3 0,2 -2,0 0,2 2,0 0,2 2,-3 z m -4,0 b 0 360 -3 0 3 z",DynamicWidthArrow:"F1 m 0,3 l 2,0 2,-1 2,-2 2,4 -2,4 -2,-2 -2,-1 -2,0 0,-2 z",EquilibriumArrow:"m 0,3 l 8,0 -3,-3 m 3,5 l -8,0 3,3",FastForward:"F1 m 0,0 l 3.5,4 0,-4 3.5,4 0,-4 1,0 0,8 -1,0 0,-4 -3.5,4 0,-4 -3.5,4 0,-8 z",Kite:"F1 m 0,4 l 2,-4 6,4 -6,4 -2,-4 z",HalfArrowTop:"F1 m 0,0 l 4,4 4,0 -8,-4 z m 0,8",HalfArrowBottom:"F1 m 0,8 l 4,-4 4,0 -8,4 z",OpposingDirectionDoubleArrow:"F1 m 0,4 l 2,-4 0,2 4,0 0,-2 2,4 -2,4 0,-2 -4,0 0,2 -2,-4 z",PartialDoubleTriangle:"F1 m 0,0 4,3 0,-3 4,4 -4,4 0,-3 -4,3 0,-8 z",LineCircle:"F1 m 0,0 l 0,8 m 7 -4 b 0 360 -3 0 3 z",DoubleLineCircle:"F1 m 0,0 l 0,8 m 2,-8 l 0,8 m 7 -4 b 0 360 -3 0 3 z",TripleLineCircle:"F1 m 0,0 l 0,8 m 2,-8 l 0,8 m 2,-8 l 0,8 m 7 -4 b 0 360 -3 0 3 z",CircleLine:"F1 m 6 4 b 0 360 -3 0 3 z m 1,-4 l 0,8",DiamondCircle:"F1 m 8,4 l -4,4 -4,-4 4,-4 4,4 m 8,0 b 0 360 -4 0 4 z",PlusCircle:"F1 m 8,4 b 0 360 -4 0 4 l -8 0 z m -4 -4 l 0 8",OpenRightTriangleTop:"m 8,0 l 0,4 -8,0 m 0,4",OpenRightTriangleBottom:"m 8,8 l 0,-4 -8,0",Line:"m 0,0 l 0,8",DoubleLine:"m 0,0 l 0,8 m 2,0 l 0,-8",TripleLine:"m 0,0 l 0,8 m 2,0 l 0,-8 m 2,0 l 0,8",PentagonArrow:"F1 m 8,4 l -4,-4 -4,0 0,8 4,0 4,-4 z"};function Ov(){this.nc=!1,this.tr=this.Kp=this.zq=null,this.vr="",this.fr=this.oq=this.ur=null,this.hr="",this.gr=_r,this.ir=null,this.jr="",this.lr=Mo,this.Gq="",this.Hq=mr,this.Pq=fr,this.Kq=ar,this.Up=null,this.Cq=127,this.zr=Ar,this.yr="gray",this.Vg=4}Ov.prototype.copy=function(){var a=new Ov;return a.zq=this.zq,a.Kp=this.Kp,a.tr=this.tr,a.vr=this.vr,a.ur=this.ur,a.oq=this.oq,a.fr=this.fr,a.hr=this.hr,a.gr=this.gr.J(),a.ir=this.ir,a.jr=this.jr,a.lr=this.lr.J(),a.Gq=this.Gq,a.Hq=this.Hq.J(),a.Pq=this.Pq.J(),a.Kq=this.Kq.J(),a.Up=this.Up,a.Cq=this.Cq,a.zr=this.zr.J(),a.yr=this.yr,a.Vg=this.Vg,a};function $n(a,y){a===void 0||a instanceof yo||typeof a=="string"?pn.call(this,a):(pn.call(this),a&&(y=a)),this.G=2408959,this.Tf="",this.P=null,this.Jg="",this.Qf=this.Ug=null,this.ec="",this.Ah=this.Ig=null,this.ke=new ye(NaN,NaN).freeze(),this.nf=null,this.Ao=NaN,this.vw=-1,this.py=new en,this.Rh=null,this.ag=NaN,y&&Object.assign(this,y)}_e($n,pn),$n.prototype.cloneProtected=function(a){pn.prototype.cloneProtected.call(this,a),a.G=this.G&-4097|49152,a.Tf=this.Tf,this.P!==null&&(a.P=this.P.nc?this.P:this.P.copy()),a.Jg=this.Jg,a.Qf=null,a.ec=this.ec,a.ke.assign(this.ke),a.Ao=this.Ao},Kt=$n.prototype,Kt.Af=function(a){pn.prototype.Af.call(this,a),a.oh(),a.Ug=null,a.nf=null,a.Rh=null},Kt.toString=function(){var a=Kn(this.constructor)+"#"+Ai(this);return this.data!==null&&(a+="("+ui(this.data)+")"),a};function Gs(a){a.P===null?a.P=new Ov:a.P.nc&&(a.P=a.P.copy())}Kt.th=function(){pn.prototype.th.call(this),this.P!==null&&(this.P.nc=!0)},Kt.gk=function(a,y,x,b,E,z,nt){var rt=this.diagram;rt!==null&&(a===ro&&y==="elements"?E instanceof pn?Fc(E,function(st){ly(rt.partManager,st),bc(rt,st)}):Ih(rt,E):a===vo&&y==="elements"&&(E instanceof pn?Fc(E,function(st){uy(rt.partManager,st,rt)}):kg(rt,E)),rt.cb(a,y,x,b,E,z,nt))},Kt.La=function(a){if(pn.prototype.La.call(this,a),this.data!==null){for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b];E instanceof pn&&Fc(E,function(z){z.data!==null&&z.La()})}for(y=this.adornments;y.next();)y.value.La(a)}},$n.prototype.updateRelationshipsFromData=function(){var a;this.data!==null&&((a=this.diagram)===null||a===void 0||a.partManager.updateRelationshipsFromData(this))},$n.prototype.Pj=function(a){var y=this.Qf;return y===null?null:y.I(a)},$n.prototype.bh=function(a,y){if(y!==null){var x=null,b=this.Qf;if(b!==null&&(x=b.I(a)),x!==y){if(x!==null){var E=x.diagram;E!==null&&E.remove(x)}b===null&&(this.Qf=b=new li),y.Tf!==a&&(y.category=a),b.add(a,y),a=this.diagram,a!==null&&(a.add(y),a=y.adornedObject,a!==null&&(a=a.ih(),a!==null&&(y.data=a.data)))}}},$n.prototype.Jf=function(a){var y=this.Qf;if(y!==null){var x=y.I(a);if(x!==null){var b=x.diagram;b!==null&&b.remove(x)}y.remove(a),y.count===0&&(this.Qf=null)}},$n.prototype.Ej=function(){var a=this.Qf;if(a!==null){var y=Vn();for(a=a.iterator;a.next();)y.push(a.key);a=y.length;for(var x=0;x<a;x++)this.Jf(y[x]);Tn(y)}},$n.prototype.updateAdornments=function(){var a=this.diagram;if(a!==null){for(var y=this.adornments;y.next();){var x=y.value;x.v(),x.placeholder&&x.placeholder.v()}t:{if(this.isSelected&&this.selectionAdorned&&(y=this.selectionObject,y!==null&&this.actualBounds.w()&&this.isVisible()&&y.Ed()&&y.actualBounds.w())){if(x=this.Pj("Selection"),x===null){if(x=this.selectionAdornmentTemplate,x===null&&(x=this.ph()?a.linkSelectionAdornmentTemplate:this instanceof yi?a.groupSelectionAdornmentTemplate:a.nodeSelectionAdornmentTemplate),!(x instanceof $i))break t;Ha(x),x=x.copy(),x!==null&&(this.ph()&&this.selectionObject===this.path&&(x.type=pn.Link),x.adornedObject=y)}if(x!==null){x.type===pn.Link&&x.v(),this.bh("Selection",x);break t}}this.Jf("Selection")}for(bx(this,a),y=this.adornments;y.next();)y.value.La()}},$n.prototype.Wb=function(){var a=this.diagram;a!==null&&(a.vd=!0,!(this.G&16384)&&(this.G|=16384))};function Iv(a){a.G&16384&&(a.updateAdornments(),a.G&=-16385)}function bx(a,y){y.toolManager.mouseDownTools.each(function(x){x.isEnabled&&x.updateAdornments(a)}),y.toolManager.updateAdornments(a)}function zm(a){if(Wh(a)===!1){jv(a,!0),a.Uk();var y=a.diagram;y!==null&&(y.De.add(a),y.$b())}}function F1(a){if(a.G|=2097152,Wh(a)!==!1){var y=a.position,x=a.location;x.w()&&y.w()||O1(a,y,x),x=a.Ib;var b=en.alloc().assign(x);x.ka(),x.x=y.x,x.y=y.y,x.freeze(),a.Xl(b,x),en.free(b),jv(a,!1)}}$n.prototype.Ge=function(a,y,x,b){var E=this.uc;E.h(a,y,x,b),this.Lb===null&&(this.Lb=new bi);var z=this.Lb;z.reset(),this.no(z,a,y,x,b),this.Lb=z,z.ws()||z.pp(E)},$n.prototype.no=function(a,y,x,b,E){if(this.Ca!==1&&a.scale(this.Ca),this.Kb!==0){var z=nr;this.locationSpot.sb()&&(z=this.locationSpot);var nt=ye.alloc();if(this.locationObject!==this)for(y=this.locationObject,x=y.naturalBounds,nt.yi(x.x,x.y,x.width,x.height,z),y.Lb!==null&&y.Lb.Ga(nt),nt.offset(-y.measuredBounds.x,-y.measuredBounds.y),z=y.panel;z!==null&&z!==this;)z.Lb!==null&&z.Lb.Ga(nt),nt.offset(-z.measuredBounds.x,-z.measuredBounds.y),z=z.panel;else nt.yi(y,x,b,E,z);a.rotate(this.Kb,nt.x,nt.y),ye.free(nt)}},$n.prototype.move=function(a,y){y===!0?this.location=a:this.position=a},$n.prototype.moveTo=function(a,y,x){a=ye.allocAt(a,y),this.move(a,x),ye.free(a)},$n.prototype.isVisible=function(){if(!this.visible)return!1;var a=this.layer;if(a!==null){if(!a.visible)return!1;if(a=a.diagram,a!==null&&a.animationManager.fv(this))return!0}return a=this.containingGroup,!!(a===null||a.isSubGraphExpanded&&a.isVisible())},$n.prototype.Zb=function(a){var y=this.diagram;a?(this.C(4),this.Wb(),y!==null&&y.De.add(this)):(this.C(8),this.Ej()),this.oh(),y!==null&&(y.Ya(),y.N())},$n.prototype.fb=function(a){if(this.name===a)return this;var y=this.Rh;if(y===null&&(this.Rh=y=new li),y.I(a)!==null)return y.I(a);var x=pn.prototype.fb.call(this,a);return x!==null?(y.set(a,x),x):(y.set(a,null),null)};function qu(a,y,x,b){b===void 0&&(b=new ye),x=x.Mc()?nr:x;var E=y.naturalBounds;if(b.h(E.width*x.x+x.offsetX,E.height*x.y+x.offsetY),y===null||y===a)return b;for(y.transform.Ga(b),y=y.panel;y!==null&&y!==a;)y.transform.Ga(b),y=y.panel;return a.Lb!==null&&a.Lb.Ga(b),b.offset(-a.uc.x,-a.uc.y),b}$n.prototype.mi=function(a){return a===void 0&&(a=new en),a.assign(this.actualBounds)},$n.prototype.Va=function(){this.measure(1/0,1/0),this.arrange()};function D1(a){var y=ye.alloc(),x=a.locationObject,b=x.naturalBounds,E=x instanceof ki?x.strokeWidth:0;if(y.yi(0,0,b.width+E,b.height+E,a.locationSpot),x!==a)for(y.offset(-E/2,-E/2),x.transform.Ga(y),x=x.panel;x!==null&&x!==a;)x.transform.Ga(y),x=x.panel;return a.Lb!==null&&a.Lb.Ga(y),y.offset(-a.uc.x,-a.uc.y),y}function Oc(a,y){var x=a.py;isNaN(a.ag)&&(a.ag=h1(a));var b=a.ag,E=2*b;if(!a.isShadowed)return x.h(y.x-1-b,y.y-1-b,y.width+2+E,y.height+2+E),x;b=y.x,E=y.y;var z=y.width;y=y.height;var nt=a.shadowBlur;return a=a.shadowOffset,z+=nt,y+=nt,b-=nt/2,E-=nt/2,0<a.x?z+=a.x:(b+=a.x,z-=a.x),0<a.y?y+=a.y:(E+=a.y,y-=a.y),x.h(b-1,E-1,z+2,y+2),x}$n.prototype.arrange=function(){if(ws(this)===!1)F1(this);else{Yl(this,!1);var a=this.Ib,y=en.alloc();y.assign(a);var x=Gh(this);this.eh(0,0,this.uc.width,this.uc.height);var b=this.position;O1(this,b,this.location),a.ka(),a.x=b.x,a.y=b.y,a.freeze(),this.Xl(y,a),y.D(a)?this.Fd(x):!this.Zc()||Re.B(y.width,a.width)&&Re.B(y.height,a.height)||0<=this.vw&&this.C(16),en.free(y),jv(this,!1)}},Kt=$n.prototype,Kt.Xl=function(a,y){var x=this.diagram;if(x!==null){var b=!1;if(x.Zi===!1&&a.w()){var E=en.alloc();E.assign(x.documentBounds),E.Fv(x.padding),a.x>E.x&&a.y>E.y&&a.right<E.right&&a.bottom<E.bottom&&y.x>E.x&&y.y>E.y&&y.right<E.right&&y.bottom<E.bottom&&(b=!0),en.free(E)}!(this.G&65536)&&a.D(y)||j1(this,b,x),x.N(),!a.w()&&!y.w()||Pl(a,y)||(this instanceof kn&&!x.undoManager.isUndoingRedoing&&this.Bd(),this.oh())}},Kt.zv=function(a,y,x){if(this.ph()||!a.w())return!1;var b=this.diagram;return b!==null&&B1(this,b,a,y,x),this.pa=a,this.G&=-2097153,!this.ke.w()||b!==null&&!b.animationManager.isTicking&&b.undoManager.isUndoingRedoing||(b=this.ke,this.ke=new ye(b.x+(a.x-y),b.y+(a.y-x)),this.g("location",b,this.ke.copy())),Wh(this)===!1&&ws(this)===!1&&(zm(this),F1(this)),!0};function B1(a,y,x,b,E){y===null||a instanceof $i||(y=y.animationManager,y.zb&&qd(y,a,new ye(b,E),x))}Kt.mm=function(a,y,x){var b=this.ke,E=this.pa;if(x){if(b.x===a&&b.y===y)return;Wh(this)||ws(this)?E.h(NaN,NaN):E.h(E.x+a-b.x,E.y+y-b.y),b.h(a,y)}else{if(E.x===a&&E.y===y)return;b.h(b.x+a-E.x,b.y+y-E.y),E.h(a,y)}zm(this)},Kt.Av=function(){this.G&=-2097153,zm(this)};function O1(a,y,x){var b=D1(a),E=a.diagram,z=x.w(),nt=y.w();z&&nt?a.G&2097152?I1(a,y,x,E,b):R1(a,y,x,E,b):z?I1(a,y,x,E,b):nt&&R1(a,y,x,E,b),a.G|=2097152,ye.free(b),a.Uk()}function I1(a,y,x,b,E){var z=y.x,nt=y.y;y.h(x.x-E.x,x.y-E.y),b!==null&&(x=b.animationManager,(b=x.defaultAnimation.isAnimating)||!x.zb||a instanceof $i||qd(x,a,new ye(z,nt),y),b||y.x===z&&y.y===nt||a.g("position",new ye(z,nt),y.copy()))}function R1(a,y,x,b,E){var z=x.copy();x.h(y.x+E.x,y.y+E.y),x.D(z)||b===null||a.g("location",z,x.copy())}function j1(a,y,x){zv(a,!1),a instanceof kn&&Ku(x,a),a.layer.isTemporary||y||x.Ya(),y=a.Ib;var b=x.viewportBounds;b.w()?Gh(a)?(zl(y,b)||a.Fd(!1),a.updateAdornments()):a.isVisible()&&y.Yc(b)?(a.Fd(!0),a.updateAdornments()):a.Wb():x.vd=!0}Kt.si=function(){return!0},Kt.Zc=function(){return!0},Kt.ph=function(){return!1},Kt.Dd=function(){return!0};function Rv(a,y,x,b){y.constructor===a.constructor||G1||(G1=!0,Un('Should not change the class of the Part when changing category from "'+x+'" to "'+b+'"'),Un(" Old class: "+Kn(a.constructor)+", new class: "+Kn(y.constructor)+", part: "+a.toString())),a.Ej();var E=a.data;x=a.layerName;var z=a.isSelected,nt=a.isHighlighted,rt=!0,st=!0,ht=!1;a instanceof kn&&(rt=a.isTreeLeaf,st=a.isTreeExpanded,ht=a.wasTreeExpanded),y.Af(a),y.cloneProtected(a),a.Tf=b,a.svg!==null&&(a.svg.remove(),a.svg=null,a.Uc=!0),a.v(),a.N(),y=a.diagram,b=!0,y!==null&&(b=y.skipsUndoManager,y.skipsUndoManager=!0),a.ub=E,a.G=z?a.G|4096:a.G&-4097,a.G=nt?a.G|524288:a.G&-524289,a instanceof kn&&(a.U=rt?a.U|4:a.U&-5,a.U=st?a.U|1:a.U&-2,a.U=ht?a.U|2:a.U&-3),E!==null&&a.La(),E=a.layerName,E!==x&&(a.Jg=x,a.layerName=E),y!==null&&(y.skipsUndoManager=b),a.Zc()&&a.C(64)}$n.prototype.canCopy=function(){if(!this.copyable)return!1;var a=this.layer;return a===null?!0:a.allowCopy?(a=a.diagram,a===null?!0:!!a.allowCopy):!1},$n.prototype.canDelete=function(){if(!this.deletable)return!1;var a=this.layer;return a===null?!0:a.allowDelete?(a=a.diagram,a===null?!0:!!a.allowDelete):!1},$n.prototype.canEdit=function(){if(!this.textEditable)return!1;var a=this.layer;return a===null?!0:a.allowTextEdit?(a=a.diagram,a===null?!0:!!a.allowTextEdit):!1},$n.prototype.canGroup=function(){if(!this.groupable)return!1;var a=this.layer;return a===null?!0:a.allowGroup?(a=a.diagram,a===null?!0:!!a.allowGroup):!1},$n.prototype.canMove=function(){if(!this.movable)return!1;var a=this.layer;return a===null?!0:a.allowMove?(a=a.diagram,a===null?!0:!!a.allowMove):!1},$n.prototype.canReshape=function(){if(!this.reshapable)return!1;var a=this.layer;return a===null?!0:a.allowReshape?(a=a.diagram,a===null?!0:!!a.allowReshape):!1},$n.prototype.canResize=function(){if(!this.resizable)return!1;var a=this.layer;return a===null?!0:a.allowResize?(a=a.diagram,a===null?!0:!!a.allowResize):!1},$n.prototype.canRotate=function(){if(!this.rotatable)return!1;var a=this.layer;return a===null?!0:a.allowRotate?(a=a.diagram,a===null?!0:!!a.allowRotate):!1},$n.prototype.canSelect=function(){if(!this.selectable)return!1;var a=this.layer;return a===null?!0:a.allowSelect?(a=a.diagram,a===null?!0:!!a.allowSelect):!1};function Wh(a){return(a.G&32768)!==0}function jv(a,y){a.G=y?a.G|32768:a.G&-32769}function zv(a,y){a.G=y?a.G|65536:a.G&-65537}function Gh(a){return(a.G&131072)!==0}Kt=$n.prototype,Kt.Fd=function(a){this.G=a?this.G|131072:this.G&-131073};function Wm(a,y){a.G=y?a.G|1048576:a.G&-1048577}Kt.oh=function(){var a=this.containingGroup;a!==null&&(a.v(),a.placeholder!==null&&a.placeholder.v(),a.Bd())},Kt.N=function(){var a=this.diagram;a!==null&&!ws(this)&&!Wh(this)&&this.isVisible()&&this.Ib.w()&&a.N(Oc(this,this.Ib))},Kt.v=function(){pn.prototype.v.call(this);var a=this.diagram;a!==null&&(a.De.add(this),this instanceof kn&&this.labeledLink!==null&&xs(this.labeledLink),a.$b(!0))},Kt.Vo=function(a){a||(a=this.Ah,a!==null&&Kv(a,this))},Kt.Wo=function(a){a||(a=this.Ah,a!==null&&Vv(a,this))},Kt.Lj=function(){var a=this.data;if(a!==null){var y=this.diagram;y!==null&&(y=y.model,y!==null&&y.cm(a))}},Kt.oz=function(){return Wv(this,this)};function Wv(a,y){var x=y.containingGroup;return x!==null?1+Wv(a,x):y instanceof kn&&(y=y.labeledLink,y!==null)?Wv(a,y):0}Kt.sz=function(){return z1(this,this)};function z1(a,y){var x=y.containingGroup;return x!==null||y instanceof kn&&(x=y.labeledLink,x!==null)?z1(a,x):y}Kt.Td=function(a){return a instanceof yi?Gv(this,this,a):!1};function Gv(a,y,x){if(y===x||x===null)return!1;var b=y.containingGroup;return b===null||b!==x&&!Gv(a,b,x)?y instanceof kn&&(y=y.labeledLink,y!==null)?Gv(a,y,x):!1:!0}Kt.px=function(a){if(a===null)return null;if(this===a)return this.containingGroup;for(var y=this;y!==null;){if(y instanceof yi&&Wm(y,!0),y instanceof kn){var x=y.labeledLink;x!==null&&(y=x)}y=y.containingGroup}for(x=null,y=a;y!==null;){if(y.G&1048576){x=y;break}y instanceof kn&&(a=y.labeledLink,a!==null&&(y=a)),y=y.containingGroup}for(y=this;y!==null;)y instanceof yi&&Wm(y,!1),y instanceof kn&&(a=y.labeledLink,a!==null&&(y=a)),y=y.containingGroup;return x},$n.prototype.canLayout=function(){if(!this.isLayoutPositioned||!this.isVisible())return!1;var a=this.layer;return!(a!==null&&a.isTemporary||this instanceof kn&&this.isLinkLabel)},$n.prototype.C=function(a){if(a===void 0&&(a=16777215),this.isLayoutPositioned&&a&this.layoutConditions){var y=this.layer;y!==null&&y.isTemporary||this instanceof kn&&this.isLinkLabel?y=!1:(y=this.diagram,y=!(y!==null&&y.undoManager.isUndoingRedoing))}else y=!1;if(y)if(y=this.Ah,y!==null){var x=y.layout;x!==null?x.C():y.C(a)}else a=this.diagram,a!==null&&(a=a.layout,a!==null&&a.C())};function W1(a){return a.isVisible()?(a=a.layer,!(a!==null&&a.isTemporary)):!1}function Uh(a,y,x,b,E,z){if(z===void 0&&(z=null),!(a.contains(y)||z!==null&&!z(y)||y instanceof $i)){if(a.add(y),y instanceof kn){if(x&&y instanceof yi)for(var nt=y.memberParts;nt.next();)Uh(a,nt.value,x,b,E,z);if(E!==!1)for(nt=y.linksConnected;nt.next();){var rt=nt.value;if(!a.contains(rt)){var st=rt.fromNode,ht=rt.toNode;st=st===null||a.contains(st),ht=ht===null||a.contains(ht),(E?st&&ht:st||ht)&&Uh(a,rt,x,b,E,z)}}if(1<b)for(y=y.Ou();y.next();)Uh(a,y.value,x,b-1,E,z)}else if(y instanceof vn)for(y=y.labelNodes;y.next();)Uh(a,y.value,x,b,E,z)}}Ue.Object.defineProperties($n.prototype,{key:{get:function(){var a=this.diagram;if(a!==null)return a.model.wa(this.data)}},adornments:{get:function(){return this.Qf===null?Ti:this.Qf.iteratorValues}},layer:{get:function(){return this.Ig}},diagram:{get:function(){var a=this.Ig;return a==null?null:a.diagram}},layerName:{get:function(){return this.Jg},set:function(a){var y=this.Jg;if(y!==a){var x=this.diagram;if((x===null||x.Qj(a)!==null&&!x.partManager.addsToTemporaryLayer)&&(this.Jg=a,x!==null&&x.Ya(),this.g("layerName",y,a),y=this.layer,y!==null&&y.name!==a&&(x=y.diagram,x!==null&&(a=x.Qj(a),a!==null&&a!==y)))){var b=y.pc(-1,this,!0);if(0<=b&&x.cb(vo,"parts",y,this,null,b,!0),b=a.oi(99999999,this,!0),y.visible!==a.visible&&this.Zb(a.visible),0<=b&&x.cb(ro,"parts",a,null,this,!0,b),b=this.layerChanged,b!==null){var E=x.aa;x.aa=!0,b(this,y,a),x.aa=E}}}}},layerChanged:{get:function(){return this.P!==null?this.P.zq:null},set:function(a){var y=this.layerChanged;y!==a&&(Gs(this),this.P.zq=a,this.g("layerChanged",y,a))}},zOrder:{get:function(){return this.Ao},set:function(a){var y=this.Ao;if(y!==a){this.Ao=a;var x=this.layer;x!==null&&ef(x,-1,this),this.g("zOrder",y,a),a=this.diagram,a!==null&&a.N()}}},locationObject:{get:function(){if(this.nf===null){var a=this.locationObjectName;a!==""?(a=this.fb(a),a!==null?this.nf=a:this.nf=this):this instanceof $i?this.type!==pn.Link&&this.placeholder!==null?this.nf=this.placeholder:this.nf=this:this.nf=this}return this.nf.visible?this.nf:this}},minLocation:{get:function(){return this.P!==null?this.P.Pq:fr},set:function(a){var y=this.minLocation;y.D(a)||(a=a.J(),Gs(this),this.P.Pq=a,this.g("minLocation",y,a))}},maxLocation:{get:function(){return this.P!==null?this.P.Kq:ar},set:function(a){var y=this.maxLocation;y.D(a)||(a=a.J(),Gs(this),this.P.Kq=a,this.g("maxLocation",y,a))}},locationObjectName:{get:function(){return this.P!==null?this.P.Gq:""},set:function(a){var y=this.locationObjectName;y!==a&&(Gs(this),this.P.Gq=a,this.nf=null,this.v(),this.g("locationObjectName",y,a))}},locationSpot:{get:function(){return this.P!==null?this.P.Hq:mr},set:function(a){var y=this.locationSpot;y.D(a)||(a=a.J(),Gs(this),this.P.Hq=a,this.v(),this.g("locationSpot",y,a))}},location:{get:function(){return this.ke},set:function(a){var y=a.x,x=a.y,b=this.ke;if(!(b.x===y||isNaN(b.x)&&isNaN(y))||!(b.y===x||isNaN(b.y)&&isNaN(x))){if(a=a.copy(),y=a,this.ph())y=!1;else{if(this.ke=y,this.G|=2097152,ws(this)===!1&&(zm(this),x=this.pa,x.w())){var E=this.diagram;if(E===null||E.animationManager.isTicking||!E.undoManager.isUndoingRedoing){var z=x.copy();x.h(x.x+(y.x-b.x),x.y+(y.y-b.y)),B1(this,E,x,z.x,z.y),this.g("position",z,x.copy())}}y=!0}y&&this.g("location",b,a.copy())}}},category:{get:function(){return this.Tf},set:function(a){var y=this.Tf;if(y!==a){this.svg!==null&&(this.svg.remove(),this.Uc=!0);var x=this.diagram,b=this.data,E=null;if(x!==null&&b!==null&&!(this instanceof $i)){var z=x.model.undoManager;z.isEnabled&&!z.isUndoingRedoing&&(E=this.clone(),E.O.addAll(this.O))}this.Tf=a,this.g("category",y,a),x===null||b===null||this instanceof $i?this instanceof $i&&(E=this.adornedPart,E!==null&&(a=E.Qf,a!==null&&a.remove(y),E.bh(this.category,this))):(z=x.model,z.undoManager.isUndoingRedoing||(this.ph()?(x.partManager.setLinkCategoryForData(b,a),x=x.partManager.findLinkTemplateForCategory(a),x!==null&&(Ha(x),x=x.copy(),x!==null&&Rv(this,x,y,a))):(z!==null&&z.jm(b,a),x=dS(x.partManager,b,a),x!==null&&(Ha(x),x=x.copy(),x===null||x instanceof vn||(b=this.location.copy(),Rv(this,x,y,a),this.location.w()||(this.location=b)))),E!==null&&(y=this.clone(),y.O.addAll(this.O),this.g("self",E,y))))}}},self:{get:function(){return this},set:function(a){Rv(this,a,this.category,a.category)}},copyable:{get:function(){return(this.G&1)!==0},set:function(a){var y=(this.G&1)!==0;y!==a&&(this.G^=1,this.g("copyable",y,a))}},deletable:{get:function(){return(this.G&2)!==0},set:function(a){var y=(this.G&2)!==0;y!==a&&(this.G^=2,this.g("deletable",y,a))}},textEditable:{get:function(){return(this.G&4)!==0},set:function(a){var y=(this.G&4)!==0;y!==a&&(this.G^=4,this.g("textEditable",y,a),this.Wb())}},groupable:{get:function(){return(this.G&8)!==0},set:function(a){var y=(this.G&8)!==0;y!==a&&(this.G^=8,this.g("groupable",y,a))}},movable:{get:function(){return(this.G&16)!==0},set:function(a){var y=(this.G&16)!==0;y!==a&&(this.G^=16,this.g("movable",y,a))}},selectionAdorned:{get:function(){return(this.G&32)!==0},set:function(a){var y=(this.G&32)!==0;y!==a&&(this.G^=32,this.g("selectionAdorned",y,a),this.Wb())}},isInDocumentBounds:{get:function(){return(this.G&64)!==0},set:function(a){var y=(this.G&64)!==0;if(y!==a){this.G^=64;var x=this.diagram;x!==null&&x.Ya(),this.g("isInDocumentBounds",y,a)}}},isLayoutPositioned:{get:function(){return(this.G&128)!==0},set:function(a){var y=(this.G&128)!==0;y!==a&&(this.G^=128,this.g("isLayoutPositioned",y,a),this.C(a?4:8))}},selectable:{get:function(){return(this.G&256)!==0},set:function(a){var y=(this.G&256)!==0;y!==a&&(this.G^=256,this.g("selectable",y,a),this.Wb())}},reshapable:{get:function(){return(this.G&512)!==0},set:function(a){var y=(this.G&512)!==0;y!==a&&(this.G^=512,this.g("reshapable",y,a),this.Wb())}},resizable:{get:function(){return(this.G&1024)!==0},set:function(a){var y=(this.G&1024)!==0;y!==a&&(this.G^=1024,this.g("resizable",y,a),this.Wb())}},rotatable:{get:function(){return(this.G&2048)!==0},set:function(a){var y=(this.G&2048)!==0;y!==a&&(this.G^=2048,this.g("rotatable",y,a),this.Wb())}},isSelected:{get:function(){return(this.G&4096)!==0},set:function(a){var y=(this.G&4096)!==0;if(y!==a){var x=this.diagram;if(!a||this.canSelect()&&!(x!==null&&x.selection.count>=x.maxSelectionCount)){this.G^=4096;var b=!1;if(x!==null){b=x.skipsUndoManager,x.skipsUndoManager=!0;var E=x.selection;E.ka(),a?E.add(this):E.remove(this),E.freeze()}this.g("isSelected",y,a),this.Wb(),a=this.selectionChanged,a!==null&&a(this),x!==null&&(x.$b(),x.skipsUndoManager=b)}}}},isHighlighted:{get:function(){return(this.G&524288)!==0},set:function(a){var y=(this.G&524288)!==0;if(y!==a){this.G^=524288;var x=this.diagram;x!==null&&(x=x.highlighteds,x.ka(),a?x.add(this):x.remove(this),x.freeze()),this.g("isHighlighted",y,a),this.N(),a=this.highlightedChanged,a!==null&&a(this)}}},isShadowed:{get:function(){return(this.G&8192)!==0},set:function(a){var y=(this.G&8192)!==0;y!==a&&(this.G^=8192,this.Uc=!0,this.g("isShadowed",y,a),this.N())}},isAnimated:{get:function(){return(this.G&262144)!==0},set:function(a){var y=(this.G&262144)!==0;y!==a&&(this.G^=262144,this.g("isAnimated",y,a))}},highlightedChanged:{get:function(){return this.P!==null?this.P.oq:null},set:function(a){var y=this.highlightedChanged;y!==a&&(Gs(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&&(Gs(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&&(Gs(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 vn?(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&&(Gs(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&&(Gs(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&&(Gs(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:_r},set:function(a){var y=this.resizeCellSize;y.D(a)||(a=a.J(),Gs(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&&(Gs(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&&(Gs(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:Mo},set:function(a){var y=this.rotationSpot;y.D(a)||(a=a.J(),Gs(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&&Le("Cannot make a Group a member of itself: "+this.toString()),Le("Cannot make a Group indirectly contain itself: "+this.toString()+" already contains "+a.toString())),this.C(2);var x=this.diagram;if(y!==null?Vv(y,this):this instanceof yi&&x!==null&&x.ai.remove(this),this.Ah=a,a!==null?Kv(a,this):this instanceof yi&&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 yi){for(x=new gn,Uh(x,this,!0,0,!0),x=x.iterator;x.next();)if(b=x.value,b instanceof kn)for(b=b.linksConnected;b.next();)Mf(b.value)}if(this instanceof kn){for(x=this.linksConnected;x.next();)Mf(x.value);x=this.labeledLink,x!==null&&Mf(x)}this.g("containingGroup",y,a),a!==null&&(y=a.layer,y!==null&&ef(y,-1,a))}}else Le("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&&(Gs(this),this.P.Kp=a,this.g("containingGroupChanged",y,a))}},isTopLevel:{get:function(){return!(this.containingGroup!==null||this instanceof kn&&this.labeledLink!==null)}},layoutConditions:{get:function(){return this.P!==null?this.P.Cq:127},set:function(a){var y=this.layoutConditions;y!==a&&(Gs(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&&(Gs(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(),Gs(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&&(Gs(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&&(Gs(this),this.P.Vg=a,this.N(),this.g("shadowBlur",y,a))}}}),$n.prototype.invalidateLayout=$n.prototype.C,$n.prototype.findCommonContainingGroup=$n.prototype.px,$n.prototype.isMemberOf=$n.prototype.Td,$n.prototype.findTopLevelPart=$n.prototype.sz,$n.prototype.findSubGraphLevel=$n.prototype.oz,$n.prototype.ensureBounds=$n.prototype.Va,$n.prototype.getDocumentBounds=$n.prototype.mi,$n.prototype.findObject=$n.prototype.fb,$n.prototype.moveTo=$n.prototype.moveTo,$n.prototype.invalidateAdornments=$n.prototype.Wb,$n.prototype.clearAdornments=$n.prototype.Ej,$n.prototype.removeAdornment=$n.prototype.Jf,$n.prototype.addAdornment=$n.prototype.bh,$n.prototype.findAdornment=$n.prototype.Pj,$n.prototype.updateTargetBindings=$n.prototype.La;var G1=!1;$n.className="Part",$n.LayoutNone=0,$n.LayoutAdded=1,$n.LayoutRemoved=2,$n.LayoutShown=4,$n.LayoutHidden=8,$n.LayoutNodeSized=16,$n.LayoutGroupLayout=32,$n.LayoutNodeReplaced=64,$n.LayoutStandard=127,$n.LayoutAll=16777215;function $i(a,y){a===void 0||a instanceof yo||typeof a=="string"?$n.call(this,a):($n.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)}_e($i,$n),$i.prototype.toString=function(){var a=this.adornedPart;return"Adornment("+this.category+")"+(a!==null?a.toString():"")},$i.prototype.updateRelationshipsFromData=function(){},$i.prototype.Ul=function(a){var y=this.adornedObject,x=y==null?void 0:y.part;if(x instanceof vn&&y instanceof ki){y=x.path,x.Ul(a),a=y.geometry,x=this.O.s,y=x.length;for(var b=0;b<y;b++){var E=x[b];E.isPanelMain&&E instanceof ki&&(E.ua=a)}}},$i.prototype.si=function(){var a=this.ue;return a===null?!0:(a=a.part,a===null||!ws(a))},$i.prototype.Zc=function(){return!1},$i.prototype.gk=function(a,y,x,b,E,z,nt){if(a===ro&&y==="elements"){if(E instanceof Cs)this.$a===null&&(this.$a=E);else if(E instanceof pn){var rt=E.Nl(function(st){return st instanceof Cs});rt instanceof Cs&&this.$a===null&&(this.$a=rt)}}else a===vo&&y==="elements"&&this.$a!==null&&(b===this.$a?this.$a=null:b instanceof pn&&this.$a.rg(b)&&(this.$a=null));$n.prototype.gk.call(this,a,y,x,b,E,z,nt)},$i.prototype.updateAdornments=function(){},$i.prototype.Lj=function(){},Ue.Object.defineProperties($i.prototype,{placeholder:{get:function(){return this.$a}},adornedObject:{get:function(){return this.ue},set:function(a){var y=this.adornedPart,x=null;a!==null&&(x=a.part),y===null||a!==null&&y===x||y.Jf(this.category),this.ue=a,x!==null&&x.bh(this.category,this)}},adornedPart:{get:function(){var a=this.ue;return a!==null?a.part:null}},containingGroup:{get:function(){return null}}}),$i.className="Adornment";function Uv(){this.nc=!1,this.Vr=this.gj=this.Eq=this.Dq=null,this.yp=pr,this.er=_m,this.Kr=this.ij=this.Nq=this.Mq=null}Uv.prototype.copy=function(){var a=new Uv;return a.Dq=this.Dq,a.Eq=this.Eq,a.gj=this.gj,a.Vr=this.Vr,a.yp=this.yp.J(),a.er=this.er,a.Mq=this.Mq,a.Nq=this.Nq,a.ij=this.ij,a.Kr=this.Kr,a};function kn(a,y){a===void 0||a instanceof yo||typeof a=="string"?$n.call(this,a):($n.call(this),a&&(y=a)),this.U=13,this.Ba=null,this.jb=new fn,this.wc=this.af=this.Yk=null,this.ci=!1,y&&Object.assign(this,y)}_e(kn,$n),kn.prototype.cloneProtected=function(a){$n.prototype.cloneProtected.call(this,a),a.U=this.U,this.Ba!==null&&(a.Ba=this.Ba.nc?this.Ba:this.Ba.copy())},Kt=kn.prototype,Kt.Af=function(a){$n.prototype.Af.call(this,a),a.Bd(),a.af=this.af,a.wc=null};function $u(a){a.Ba===null?a.Ba=new Uv:a.Ba.nc&&(a.Ba=a.Ba.copy())}Kt.th=function(){$n.prototype.th.call(this),this.Ba!==null&&(this.Ba.nc=!0)};function U1(a,y){y!==null&&(a.af===null&&(a.af=new gn),a.af.add(y))}function _1(a,y,x,b){if(y===null||a.af===null)return null;for(var E=a.af.iterator;E.next();){var z=E.value;if(z.Ds===a&&z.cv===y&&z.Ox===x&&z.Px===b||z.Ds===y&&z.cv===a&&z.Ox===b&&z.Px===x)return z}return null}Kt.Lz=function(a,y,x){y==null&&(y=""),x==null&&(x=""),a=_1(this,a,y,x),a!==null&&a.Sl()},Kt.gk=function(a,y,x,b,E,z,nt){a===ro&&y==="elements"?this.wc=null:a===vo&&y==="elements"&&(this.wc=null),$n.prototype.gk.call(this,a,y,x,b,E,z,nt)},Kt.Bd=function(a){for(var y=this.linksConnected;y.next();){var x=y.value;a!==void 0&&a.contains(x)||(ra(x.fromPort),ra(x.toPort),x.bb())}};function H1(a,y){for(a=a.linksConnected;a.next();){var x=a.value;(x.fromPort===y||x.toPort===y)&&(ra(x.fromPort),ra(x.toPort),x.bb())}}function ra(a){if(a!==null){var y=a.Zn;y!==null&&y.Sl(),a=a.part,y=a.containingGroup,y===null||a.isVisible()||ra(y.port)}}Kt.si=function(){return!0},kn.prototype.getAvoidableRect=function(a){return a.set(this.actualBounds),a.Co(this.avoidableMargin),a},kn.prototype.findVisibleNode=function(){for(var a=this;a!==null&&!a.isVisible();)a=a.containingGroup;return a},kn.prototype.isVisible=function(){if(!$n.prototype.isVisible.call(this))return!1;var a=!0,y=Yu,x=this.diagram;if(x!==null&&(a=x.isTreePathToChildren,y=x.treeCollapsePolicy),y===Yu){if(a=this.pg(),a!==null&&!a.isTreeExpanded)return!1}else if(y===co){if(a=a?this.Oo():this.Po(),0<a.count&&a.all(function(b){return!b.isTreeExpanded}))return!1}else if(y===gf&&(a=a?this.Oo():this.Po(),0<a.count&&a.any(function(b){return!b.isTreeExpanded})))return!1;return a=this.labeledLink,a!==null?a.isVisible():!0},kn.prototype.Zb=function(a){$n.prototype.Zb.call(this,a);for(var y=this.linksConnected;y.next();){var x=y.value;if(a&&this.containingGroup!==null){var b=x.To(this);b===null||b.Td(this.containingGroup)||x.bb()}x.Zb(a)}},kn.prototype.qx=function(){var a=new gn,y=new gn;return K1(this,this,a,y),y.iterator};function K1(a,y,x,b){if(y!==null&&!x.has(y)){x.add(y);var E=!0,z=a.diagram;z!==null&&(E=z.isTreePathToChildren),y.linksConnected.each(function(nt){nt.isTreeLink?(E?nt.fromNode===y:nt.toNode===y)&&K1(a,E?nt.toNode:nt.fromNode,x,b):b.add(nt)})}}kn.prototype.findLinksConnected=function(a){if(a===void 0&&(a=null),a===null)return this.jb.iterator;var y=new _i(this.jb),x=this;return y.predicate=function(b){return b.fromNode===x&&b.fromPortId===a||b.toNode===x&&b.toPortId===a},y},Kt=kn.prototype,Kt.Mo=function(a){a===void 0&&(a=null);var y=new _i(this.jb),x=this;return y.predicate=function(b){return b.fromNode!==x?!1:a===null?!0:b.fromPortId===a},y},Kt.Sd=function(a){a===void 0&&(a=null);var y=new _i(this.jb),x=this;return y.predicate=function(b){return b.toNode!==x?!1:a===null?!0:b.toPortId===a},y},Kt.Mu=function(a){a===void 0&&(a=null);for(var y=null,x=null,b=this.jb.iterator;b.next();){var E=b.value;E.fromNode===this?(a===null||E.fromPortId===a)&&(E=E.toNode,y!==null?y.add(E):x!==null&&x!==E?(y=new gn,y.add(x),y.add(E)):x=E):E.toNode!==this||a!==null&&E.toPortId!==a||(E=E.fromNode,y!==null?y.add(E):x!==null&&x!==E?(y=new gn,y.add(x),y.add(E)):x=E)}return y!==null?y.iterator:x!==null?new Oi(x):Ti},Kt.Po=function(a){a===void 0&&(a=null);for(var y=null,x=null,b=this.jb.iterator;b.next();){var E=b.value;E.fromNode!==this||a!==null&&E.fromPortId!==a||(E=E.toNode,y!==null?y.add(E):x!==null&&x!==E?(y=new gn,y.add(x),y.add(E)):x=E)}return y!==null?y.iterator:x!==null?new Oi(x):Ti},Kt.Oo=function(a){a===void 0&&(a=null);for(var y=null,x=null,b=this.jb.iterator;b.next();){var E=b.value;E.toNode!==this||a!==null&&E.toPortId!==a||(E=E.fromNode,y!==null?y.add(E):x!==null&&x!==E?(y=new gn,y.add(x),y.add(E)):x=E)}return y!==null?y.iterator:x!==null?new Oi(x):Ti},Kt.jz=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null);var b=new _i(this.jb),E=this;return b.predicate=function(z){return!((z.fromNode!==E||z.toNode!==a||y!==null&&z.fromPortId!==y||x!==null&&z.toPortId!==x)&&(z.fromNode!==a||z.toNode!==E||x!==null&&z.fromPortId!==x||y!==null&&z.toPortId!==y))},b},Kt.kz=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null);var b=new _i(this.jb),E=this;return b.predicate=function(z){return!(z.fromNode!==E||z.toNode!==a||y!==null&&z.fromPortId!==y||x!==null&&z.toPortId!==x)},b};function Gm(a,y,x){ra(x);var b=a.jb.contains(y);if(b||a.jb.add(y),!b||y.fromNode===y.toNode){var E=a.linkConnected;if(E!==null){var z=!0,nt=a.diagram;nt!==null&&(z=nt.aa,nt.aa=!0),E(a,y,x),nt!==null&&(nt.aa=z)}}!b&&y.isTreeLink&&(x=y.fromNode,y=y.toNode,x!==null&&y!==null&&x!==y&&(b=!0,a=a.diagram,a!==null&&(b=a.isTreePathToChildren),E=b?y:x,z=b?x:y,E.ci||(E.ci=z),!z.isTreeLeaf||a!==null&&a.undoManager.isUndoingRedoing||(b?x===z&&(z.isTreeLeaf=!1):y===z&&(z.isTreeLeaf=!1))))}function Um(a,y,x){ra(x);var b=a.jb.remove(y),E=null;if(b||y.toNode===y.fromNode){var z=a.linkDisconnected;if(E=a.diagram,z!==null){var nt=!0;E!==null&&(nt=E.aa,E.aa=!0),z(a,y,x),E!==null&&(E.aa=nt)}}b&&y.isTreeLink&&(x=!0,E!==null&&(x=E.isTreePathToChildren),a=x?y.toNode:y.fromNode,y=x?y.fromNode:y.toNode,a!==null&&(a.ci=!1),y===null||y.isTreeLeaf||(y.jb.count===0?(y.ci=null,E!==null&&E.undoManager.isUndoingRedoing||(y.isTreeLeaf=!0)):Xg(y)))}function Xg(a){if(a.ci=!1,a.jb.count!==0){var y=!0,x=a.diagram;if(x===null||!x.undoManager.isUndoingRedoing){for(x!==null&&(y=x.isTreePathToChildren),x=a.jb.iterator;x.next();){var b=x.value;if(b.isTreeLink){if(y){if(b.fromNode===a){a.isTreeLeaf=!1;return}}else if(b.toNode===a){a.isTreeLeaf=!1;return}}}a.isTreeLeaf=!0}}}kn.prototype.updateRelationshipsFromData=function(){var a=this.diagram;a!==null&&a.partManager.updateRelationshipsFromData(this)},Kt=kn.prototype,Kt.Vo=function(a){$n.prototype.Vo.call(this,a),a||(Xg(this),a=this.Yk,a!==null&&tS(a,this))},Kt.Wo=function(a){$n.prototype.Wo.call(this,a),a||(a=this.Yk,a!==null&&a.wd!==null&&(a.wd.remove(this),a.v()))},Kt.Lj=function(){if(0<this.jb.count){var a=this.diagram;if(a!==null)for(var y=a.commandHandler!==null?a.commandHandler.deletesConnectedLinks:!0,x=this.jb.copy().iterator;x.next();){var b=x.value;y?a.remove(b):(b.fromNode===this&&(b.fromNode=null),b.toNode===this&&(b.toNode=null))}}this.labeledLink=null,$n.prototype.Lj.call(this)},Kt.ns=function(a){if(this.wc===null){if(a===""&&this.Te===!1)return this;V1(this)}var y=this.wc.I(a);return y!==null||a!==""&&(y=this.wc.I(""),y!==null)?y:this};function V1(a){a.wc===null?a.wc=new li:a.wc.clear(),a.qm(a,function(y,x){Y1(y,x)}),a.wc.count===0&&a.wc.add("",a)}function Y1(a,y){var x=y.portId;x!==null&&a.wc!==null&&a.wc.add(x,y)}function _v(a,y,x){var b=y.portId;if(b!==null&&(a.wc!==null&&a.wc.remove(b),y=a.diagram,y!==null&&x)){for(x=null,a=a.findLinksConnected(b);a.next();)b=a.value,x===null&&(x=Vn()),x.push(b);if(x!==null){for(a=0;a<x.length;a++)y.remove(x[a]);Tn(x)}}}Kt.Nz=function(a){if(a===null||a===this)return!1;var y=!0,x=this.diagram;if(x!==null&&(y=x.isTreePathToChildren),x=this,y)for(;x!==a;){y=null;for(var b=x.jb.iterator;b.next();){var E=b.value;if(E.isTreeLink&&(y=E.fromNode,y!==x&&y!==this))break}if(y===this||y===null||y===x)return!1;x=y}else for(;x!==a;){for(y=null,b=x.jb.iterator;b.next()&&(E=b.value,!E.isTreeLink||(y=E.toNode,y===x||y===this)););if(y===this||y===null||y===x)return!1;x=y}return!0},Kt.xz=function(){var a=!0,y=this.diagram;if(y!==null&&(a=y.isTreePathToChildren),y=this,a)for(;;){a=null;for(var x=y.jb.iterator;x.next();){var b=x.value;if(b.isTreeLink&&(a=b.fromNode,a!==y&&a!==this))break}if(a===this)return this;if(a===null||a===y)return y;y=a}else for(;;){for(a=null,x=y.jb.iterator;x.next()&&(b=x.value,!b.isTreeLink||(a=b.toNode,a===y||a===this)););if(a===this)return this;if(a===null||a===y)return y;y=a}},Kt.gz=function(a){if(a===null)return null;if(this===a)return this;for(var y=this;y!==null;)Wm(y,!0),y=y.pg();var x=null;for(y=a;y!==null;){if(y.G&1048576){x=y;break}y=y.pg()}for(y=this;y!==null;)Wm(y,!1),y=y.pg();return x},Kt.kh=function(){var a=!0,y=this.diagram;if(y!==null&&(a=y.isTreePathToChildren),y=this.jb.iterator,a){for(;y.next();)if(a=y.value,a.isTreeLink&&a.fromNode!==this)return a}else for(;y.next();)if(a=y.value,a.isTreeLink&&a.toNode!==this)return a;return null},Kt.pg=function(){var a=this.ci;if(a===null)return null;if(a instanceof kn)return a;a=this.diagram,a=a!==null?a.isTreePathToChildren:!0;for(var y=this.jb.iterator;y.next();){var x=y.value;if(x.isTreeLink&&(x=a?x.fromNode:x.toNode,x!==this))return this.ci=x}return this.ci=null},Kt.vz=function(){function a(x,b){b.add(x);var E=x.kh();E!==null&&(b.add(E),x=x.pg(),x!==null&&a(x,b))}var y=new gn;return a(this,y),y},Kt.uz=function(){return Z1(this,this)};function Z1(a,y){return y=y.pg(),y===null?0:1+Z1(a,y)}Kt.Qo=function(){var a=!0,y=this.diagram;y!==null&&(a=y.isTreePathToChildren),y=new _i(this.jb);var x=this;return y.predicate=a?function(b){return!!(b.isTreeLink&&b.fromNode===x)}:function(b){return!!(b.isTreeLink&&b.toNode===x)},y},Kt.Ou=function(){var a=!0,y=this.diagram;y!==null&&(a=y.isTreePathToChildren);var x=y=null,b=this.jb.iterator;if(a)for(;b.next();)a=b.value,a.isTreeLink&&a.fromNode===this&&(a=a.toNode,y!==null?y.add(a):x!==null&&x!==a?(y=new fn,y.add(x),y.add(a)):x=a);else for(;b.next();)a=b.value,a.isTreeLink&&a.toNode===this&&(a=a.fromNode,y!==null?y.add(a):x!==null&&x!==a?(y=new fn,y.add(x),y.add(a)):x=a);return y!==null?y.iterator:x!==null?new Oi(x):Ti},Kt.wz=function(a){a===void 0&&(a=1/0);var y=new gn;return Uh(y,this,!1,a,!0),y},kn.prototype.collapseTree=function(a){a===void 0&&(a=1),1>a&&(a=1);var y=this.diagram;if(y!==null&&!y.Ue){y.Ue=!0;var x=new gn;x.add(this),X1(this,x,y.isTreePathToChildren,a,y,this,y.treeCollapsePolicy===Yu),y.Ue=!1}};function X1(a,y,x,b,E,z,nt){if(1<b)for(var rt=x?a.Mo():a.Sd();rt.next();){var st=rt.value;st.isTreeLink&&(st=st.To(a),st===null||st===a||y.contains(st)||(y.add(st),X1(st,y,x,b-1,E,z,nt)))}else J1(a,y,x,E,z,nt)}function J1(a,y,x,b,E,z){for(var nt=E===a?!0:a.isTreeExpanded,rt=x?a.Mo():a.Sd(),st={};rt.next();){var ht=rt.value;if(ht.isTreeLink&&(ht=ht.To(a),ht!==null&&ht!==a)){var dt=y.contains(ht);if(dt||y.add(ht),nt){var vt=x?ht.Oo():ht.Po();st.uv=a,vt.all(function(Nt){return function(Wt){return Wt===Nt.uv||!Wt.isTreeExpanded}}(st))&&b.Aj(ht,E),ht.oh(),ht.Zb(!1)}ht.isTreeExpanded&&(ht.wasTreeExpanded=ht.isTreeExpanded,dt||J1(ht,y,x,b,E,z))}st={uv:st.uv}}a.isTreeExpanded=!1}kn.prototype.expandTree=function(a){a===void 0&&(a=2),2>a&&(a=2);var y=this.diagram;if(y!==null&&!y.Ue){y.Ue=!0;var x=new gn;x.add(this),Q1(this,x,y.isTreePathToChildren,a,y,this,y.treeCollapsePolicy===Yu),y.Ue=!1}};function Q1(a,y,x,b,E,z,nt){for(var rt=z===a?!1:a.isTreeExpanded,st=x?a.Mo():a.Sd(),ht={};st.next();){var dt=st.value;if(dt.isTreeLink&&(rt||dt.fd||dt.bb(),dt=dt.To(a),dt!==null&&dt!==a&&!y.contains(dt))){if(y.add(dt),!rt){dt.Zb(!0),dt.oh();var vt=x?dt.Oo():dt.Po();ht.vv=a,vt.all(function(Nt){return function(Wt){return Wt===Nt.vv||!Wt.isTreeExpanded}}(ht))&&E.Cj(dt,z)}(2<b||dt.wasTreeExpanded)&&(dt.wasTreeExpanded=!1,Q1(dt,y,x,b-1,E,z,nt))}ht={vv:ht.vv}}a.isTreeExpanded=!0}Ue.Object.defineProperties(kn.prototype,{portSpreading:{get:function(){return this.Ba!==null?this.Ba.er:_m},set:function(a){var y=this.portSpreading;y!==a&&($u(this),this.Ba.er=a,this.g("portSpreading",y,a),a=this.diagram,a!==null&&a.undoManager.isUndoingRedoing||this.Bd())}},avoidable:{get:function(){return(this.U&8)!==0},set:function(a){var y=(this.U&8)!==0;if(y!==a){this.U^=8;var x=this.diagram;x!==null&&Ku(x,this),this.g("avoidable",y,a)}}},avoidableMargin:{get:function(){return this.Ba!==null?this.Ba.yp:pr},set:function(a){typeof a=="number"&&(a=new Fi(a));var y=this.avoidableMargin;if(!y.D(a)){a=a.J(),$u(this),this.Ba.yp=a;var x=this.diagram;x!==null&&Ku(x,this),this.g("avoidableMargin",y,a)}}},linksConnected:{get:function(){return this.jb.iterator}},linkConnected:{get:function(){return this.Ba!==null?this.Ba.Dq:null},set:function(a){var y=this.linkConnected;y!==a&&($u(this),this.Ba.Dq=a,this.g("linkConnected",y,a))}},linkDisconnected:{get:function(){return this.Ba!==null?this.Ba.Eq:null},set:function(a){var y=this.linkDisconnected;y!==a&&($u(this),this.Ba.Eq=a,this.g("linkDisconnected",y,a))}},linkValidation:{get:function(){return this.Ba!==null?this.Ba.gj:null},set:function(a){var y=this.linkValidation;y!==a&&($u(this),this.Ba.gj=a,this.g("linkValidation",y,a))}},isLinkLabel:{get:function(){return this.Yk!==null}},labeledLink:{get:function(){return this.Yk},set:function(a){var y=this.Yk;if(y!==a){var x=this.diagram,b=this.data;if(y!==null){if(y.wd!==null&&(y.wd.remove(this),y.v()),x!==null&&b!==null&&!x.undoManager.isUndoingRedoing){var E=y.data,z=x.model;if(E!==null&&z.ri()){var nt=z.wa(b);nt!==void 0&&z.Qx(E,nt)}}this.containingGroup=null}this.Yk=a,a!==null&&(tS(a,this),x===null||b===null||x.undoManager.isUndoingRedoing||(E=a.data,x=x.model,E!==null&&x.ri()&&(b=x.wa(b),b!==void 0&&x.Bu(E,b))),this.containingGroup=a.containingGroup),xs(this),this.g("labeledLink",y,a)}}},port:{get:function(){return this.ns("")}},ports:{get:function(){return this.wc===null&&V1(this),this.wc.iteratorValues}},isTreeExpanded:{get:function(){return(this.U&1)!==0},set:function(a){var y=(this.U&1)!==0;if(y!==a){this.U^=1;var x=this.diagram;if(this.g("isTreeExpanded",y,a),y=this.treeExpandedChanged,y!==null){var b=!0;x!==null&&(b=x.aa,x.aa=!0),y(this),x!==null&&(x.aa=b)}x!==null&&x.undoManager.isUndoingRedoing?this.Zb(a):a?this.expandTree():this.collapseTree()}}},wasTreeExpanded:{get:function(){return(this.U&2)!==0},set:function(a){var y=(this.U&2)!==0;y!==a&&(this.U^=2,this.g("wasTreeExpanded",y,a))}},treeExpandedChanged:{get:function(){return this.Ba!==null?this.Ba.Vr:null},set:function(a){var y=this.treeExpandedChanged;y!==a&&($u(this),this.Ba.Vr=a,this.g("treeExpandedChanged",y,a))}},isTreeLeaf:{get:function(){return(this.U&4)!==0},set:function(a){var y=(this.U&4)!==0;y!==a&&(this.U^=4,this.g("isTreeLeaf",y,a))}}}),kn.prototype.expandTree=kn.prototype.expandTree,kn.prototype.collapseTree=kn.prototype.collapseTree,kn.prototype.findTreeParts=kn.prototype.wz,kn.prototype.findTreeChildrenNodes=kn.prototype.Ou,kn.prototype.findTreeChildrenLinks=kn.prototype.Qo,kn.prototype.findTreeLevel=kn.prototype.uz,kn.prototype.findTreeParentChain=kn.prototype.vz,kn.prototype.findTreeParentNode=kn.prototype.pg,kn.prototype.findTreeParentLink=kn.prototype.kh,kn.prototype.findCommonTreeParent=kn.prototype.gz,kn.prototype.findTreeRoot=kn.prototype.xz,kn.prototype.isInTreeOf=kn.prototype.Nz,kn.prototype.findPort=kn.prototype.ns,kn.prototype.findLinksTo=kn.prototype.kz,kn.prototype.findLinksBetween=kn.prototype.jz,kn.prototype.findNodesInto=kn.prototype.Oo,kn.prototype.findNodesOutOf=kn.prototype.Po,kn.prototype.findNodesConnected=kn.prototype.Mu,kn.prototype.findLinksInto=kn.prototype.Sd,kn.prototype.findLinksOutOf=kn.prototype.Mo,kn.prototype.findExternalTreeLinksConnected=kn.prototype.qx,kn.prototype.invalidateConnectedLinks=kn.prototype.Bd,kn.prototype.invalidateLinkBundle=kn.prototype.Lz;var Ax=new sn(kn,"SpreadingNone",10),_m=new sn(kn,"SpreadingEvenly",11),Hv=new sn(kn,"SpreadingPacked",12);kn.className="Node",kn.SpreadingNone=Ax,kn.SpreadingEvenly=_m,kn.SpreadingPacked=Hv;function yi(a,y){a===void 0||a instanceof yo||typeof a=="string"?kn.call(this,a):(kn.call(this),a&&(y=a)),this.U|=4608,this.Gn=new gn,this.$a=null,this.Sc=new Dr,this.Sc.group=this,this.gl=new gn,this.tb=this.$p=null,y&&Object.assign(this,y)}_e(yi,kn),yi.prototype.cloneProtected=function(a){kn.prototype.cloneProtected.call(this,a),this.U=this.U&-32769;var y=a.Nl(function(x){return x instanceof Cs});y instanceof Cs?a.$a=y:a.$a=null,this.Sc!==null?(a.Sc=this.Sc.copy(),a.Sc.group=a):(a.Sc!==null&&(a.Sc.group=null),a.Sc=null),this.tb!==null&&(a.tb=this.tb.copy())},Kt=yi.prototype,Kt.Af=function(a){kn.prototype.Af.call(this,a);var y=a.Rj();for(a=a.memberParts;a.next();){var x=a.value;if(x.v(),x.C(8),x.Ej(),x instanceof kn)x.Bd(y);else if(x instanceof vn)for(x=x.labelNodes;x.next();)x.value.Bd(y)}},Kt.gk=function(a,y,x,b,E,z,nt){if(a===ro&&y==="elements"){if(E instanceof Cs)this.$a===null?this.$a=E:this.$a!==E&&Le("Cannot insert a second Placeholder into the visual tree of a Group.");else if(E instanceof pn){var rt=E.Nl(function(st){return st instanceof Cs});rt instanceof Cs&&(this.$a===null?this.$a=rt:this.$a!==rt&&Le("Cannot insert a second Placeholder into the visual tree of a Group."))}}else a===vo&&y==="elements"&&this.$a!==null&&(b===this.$a?this.$a=null:b instanceof pn&&this.$a.rg(b)&&(this.$a=null));kn.prototype.gk.call(this,a,y,x,b,E,z,nt)},Kt.Xl=function(a,y){kn.prototype.Xl.call(this,a,y),this.isClipping&&this.type!==pn.Spot&&this.isSubGraphExpanded&&(a=this.resizeObject,a instanceof pn&&(a=a.Pb()),this.tb===null&&(this.tb=new en),a.mi(this.tb),a instanceof ki&&this.tb.Bc(-a.strokeWidth,-a.strokeWidth))},Kt.eh=function(a,y,x,b){this.nf=this.$a,kn.prototype.eh.call(this,a,y,x,b)},Kt.Va=function(){var a=this;a.isSubGraphExpanded&&this.memberParts.each(function(y){!a.computesBoundsIncludingLinks&&y instanceof vn||y.Va()}),kn.prototype.Va.call(this)},Kt.si=function(){if(!kn.prototype.si.call(this))return!1;for(var a=this.memberParts;a.next();){var y=a.value;if(y instanceof kn){if(y.isVisible()&&ws(y))return!1}else if(y instanceof vn&&y.isVisible()&&ws(y)&&y.fromNode!==this&&y.toNode!==this)return!1}return!0};function Kv(a,y){if(a.Gn.add(y)){y instanceof yi&&a.gl.add(y);var x=a.memberAdded;if(x!==null){var b=!0,E=a.diagram;E!==null&&(b=E.aa,E.aa=!0),x(a,y),E!==null&&(E.aa=b)}a.isVisible()&&a.isSubGraphExpanded||y.Zb(!1)}y instanceof vn&&!a.computesBoundsIncludingLinks||(y=a.$a,y===null&&(y=a),y.v())}function Vv(a,y){if(a.Gn.remove(y)){y instanceof yi&&a.gl.remove(y);var x=a.memberRemoved;if(x!==null){var b=!0,E=a.diagram;E!==null&&(b=E.aa,E.aa=!0),x(a,y),E!==null&&(E.aa=b)}a.isVisible()&&a.isSubGraphExpanded||y.Zb(!0)}y instanceof vn&&!a.computesBoundsIncludingLinks||(y=a.$a,y===null&&(y=a),y.v())}Kt.Lj=function(){if(0<this.Gn.count){var a=this.diagram;if(a!==null)for(var y=this.Gn.copy().iterator;y.next();)a.remove(y.value)}kn.prototype.Lj.call(this)},yi.prototype.canAddMembers=function(a){var y=this.diagram;if(y===null)return!1;for(y=y.commandHandler,a=tn(a).iterator;a.next();)if(!y.isValidMember(this,a.value))return!1;return!0},yi.prototype.addMembers=function(a,y){var x=this.diagram;if(x===null)return!1;x=x.commandHandler;var b=!0;for(a=tn(a).iterator;a.next();){var E=a.value;!y||x.isValidMember(this,E)?E.containingGroup=this:b=!1}return b},yi.prototype.canUngroup=function(){if(!this.ungroupable)return!1;var a=this.layer;return a===null||!a.allowUngroup?!1:(a=a.diagram,!!(a===null||a.allowUngroup))},Kt=yi.prototype,Kt.Bd=function(a){var y=(this.U&65536)!==0;if(kn.prototype.Bd.call(this,a),!y)for(!(this.U&65536)&&(this.U=this.U^65536),y=this.Lu();y.next();){var x=y.value;if(a===void 0||!a.contains(x)){var b=x.fromNode;b!==null&&b!==this&&b.Td(this)&&!b.isVisible()?(ra(x.fromPort),ra(x.toPort),x.bb()):(b=x.toNode,b!==null&&b!==this&&b.Td(this)&&!b.isVisible()&&(ra(x.fromPort),ra(x.toPort),x.bb()))}}},Kt.Lu=function(){var a=this.diagram!==null&&this.diagram.Pw;if(a&&this.$p!==null)return this.$p.iterator;var y=this.Rj();y.add(this);for(var x=new gn,b=y.iterator;b.next();){var E=b.value;if(E instanceof kn)for(E=E.linksConnected;E.next();){var z=E.value;y.contains(z)||x.add(z)}}return a&&(this.$p=x),x.iterator},Kt.iz=function(){var a=this.Rj();a.add(this);for(var y=new gn,x=a.iterator;x.next();){var b=x.value;if(b instanceof kn)for(b=b.linksConnected;b.next();){var E=b.value,z=E.fromNode;z===null||a.contains(z)&&z!==this||y.add(z),E=E.toNode,E===null||a.contains(E)&&E!==this||y.add(E)}}return y.iterator},Kt.hz=function(){function a(x,b){x!==null&&(b.add(x),a(x.containingGroup,b))}var y=new gn;return a(this,y),y},Kt.Rj=function(){var a=new gn;return Uh(a,this,!0,0,!0),a.remove(this),a},Kt.Zb=function(a){kn.prototype.Zb.call(this,a);for(var y=this.memberParts;y.next();)y.value.Zb(a)},yi.prototype.collapseSubGraph=function(){var a=this.diagram;if(a!==null&&!a.Ue){a.Ue=!0;var y=this.Rj();q1(this,y,a,this),a.Ue=!1}};function q1(a,y,x,b){for(var E=a.memberParts;E.next();){var z=E.value;if(z.Zb(!1),z instanceof yi&&z.isSubGraphExpanded&&(z.wasSubGraphExpanded=z.isSubGraphExpanded,q1(z,y,x,b)),z instanceof kn)z.Bd(y),x.Aj(z,b);else if(z instanceof vn)for(z=z.labelNodes;z.next();)z.value.Bd(y)}a.isSubGraphExpanded=!1}yi.prototype.expandSubGraph=function(){var a=this.diagram;if(a!==null&&!a.Ue){a.Ue=!0;var y=this.Rj();$1(this,y,a,this),a.Ue=!1}};function $1(a,y,x,b){for(var E=a.memberParts;E.next();){var z=E.value;if(z.Zb(!0),z instanceof yi&&z.wasSubGraphExpanded&&(z.wasSubGraphExpanded=!1,$1(z,y,x,b)),z instanceof kn)z.Bd(y),x.Cj(z,b);else if(z instanceof vn)for(z=z.labelNodes;z.next();)z.value.Bd(y)}a.isSubGraphExpanded=!0}yi.prototype.move=function(a,y){y===void 0&&(y=!1);var x=y?this.location:this.position,b=x.x;x=x.y;var E=a.x,z=a.y;if(!(b===E||isNaN(b)&&isNaN(E))||!(x===z||isNaN(x)&&isNaN(z))){for(b=E-(isNaN(b)?0:b),x=z-(isNaN(x)?0:x),z=ye.alloc(),kn.prototype.move.call(this,a,y),a=new gn,y=this.Rj().iterator;y.next();)E=y.value,E instanceof vn&&(E.suspendsRouting&&a.add(E),E.fd||E.fromNode!==this&&E.toNode!==this)&&(E.suspendsRouting=!0);for(y.reset();y.next();)if(E=y.value,!(E.ph()||E instanceof kn&&E.isLinkLabel)){var nt=E.position,rt=E.location;nt.w()?(z.x=nt.x+b,z.y=nt.y+x,E.position=z):rt.w()&&(z.x=rt.x+b,z.y=rt.y+x,E.location=z)}for(y.reset();y.next();)E=y.value,E instanceof vn&&(E.suspendsRouting=a.contains(E),E.fd||E.fromNode!==this&&E.toNode!==this)&&(nt=E.position,z.x=nt.x+b,z.y=nt.y+x,z.w()?E.move(z):E.bb(),Zv(E)&&E.bb());ye.free(z)}},Ue.Object.defineProperties(yi.prototype,{placeholder:{get:function(){return this.$a}},computesBoundsAfterDrag:{get:function(){return(this.U&2048)!==0},set:function(a){var y=(this.U&2048)!==0;y!==a&&(this.U^=2048,this.g("computesBoundsAfterDrag",y,a))}},computesBoundsIncludingLinks:{get:function(){return(this.U&4096)!==0},set:function(a){var y=(this.U&4096)!==0;y!==a&&(this.U^=4096,this.g("computesBoundsIncludingLinks",y,a))}},computesBoundsIncludingLocation:{get:function(){return(this.U&8192)!==0},set:function(a){var y=(this.U&8192)!==0;y!==a&&(this.U^=8192,this.g("computesBoundsIncludingLocation",y,a))}},handlesDragDropForMembers:{get:function(){return(this.U&16384)!==0},set:function(a){var y=(this.U&16384)!==0;y!==a&&(this.U^=16384,this.g("handlesDragDropForMembers",y,a))}},memberParts:{get:function(){return this.Gn.iterator}},layout:{get:function(){return this.Sc},set:function(a){var y=this.Sc;if(y!==a){a!==null&&a.diagram!==null&&a.diagram.layout===a&&Le("A layout cannot be both the Diagram.layout and a Group.layout: "+a),y!==null&&(y.diagram=null,y.group=null),this.Sc=a;var x=this.diagram;a!==null&&(a.diagram=x,a.group=this),x!==null&&(x.xh=!0),this.g("layout",y,a),x!==null&&x.$b()}}},memberAdded:{get:function(){return this.Ba!==null?this.Ba.Mq:null},set:function(a){var y=this.memberAdded;y!==a&&($u(this),this.Ba.Mq=a,this.g("memberAdded",y,a))}},memberRemoved:{get:function(){return this.Ba!==null?this.Ba.Nq:null},set:function(a){var y=this.memberRemoved;y!==a&&($u(this),this.Ba.Nq=a,this.g("memberRemoved",y,a))}},memberValidation:{get:function(){return this.Ba!==null?this.Ba.ij:null},set:function(a){var y=this.memberValidation;y!==a&&($u(this),this.Ba.ij=a,this.g("memberValidation",y,a))}},ungroupable:{get:function(){return(this.U&256)!==0},set:function(a){var y=(this.U&256)!==0;y!==a&&(this.U^=256,this.g("ungroupable",y,a))}},isSubGraphExpanded:{get:function(){return(this.U&512)!==0},set:function(a){var y=(this.U&512)!==0;if(y!==a){this.U^=512;var x=this.diagram;if(this.g("isSubGraphExpanded",y,a),y=this.subGraphExpandedChanged,y!==null){var b=!0;x!==null&&(b=x.aa,x.aa=!0),y(this),x!==null&&(x.aa=b)}x!==null&&x.undoManager.isUndoingRedoing?(this.$a!==null&&this.$a.v(),this.memberParts.each(function(E){E.updateAdornments()})):a?this.expandSubGraph():this.collapseSubGraph()}}},wasSubGraphExpanded:{get:function(){return(this.U&1024)!==0},set:function(a){var y=(this.U&1024)!==0;y!==a&&(this.U^=1024,this.g("wasSubGraphExpanded",y,a))}},subGraphExpandedChanged:{get:function(){return this.Ba!==null?this.Ba.Kr:null},set:function(a){var y=this.subGraphExpandedChanged;y!==a&&($u(this),this.Ba.Kr=a,this.g("subGraphExpandedChanged",y,a))}},rh:{get:function(){return(this.U&32768)!==0},set:function(a){(this.U&32768)!==0!==a&&(this.U^=32768)}}}),yi.prototype.expandSubGraph=yi.prototype.expandSubGraph,yi.prototype.collapseSubGraph=yi.prototype.collapseSubGraph,yi.prototype.findSubGraphParts=yi.prototype.Rj,yi.prototype.findContainingGroupChain=yi.prototype.hz,yi.prototype.findExternalNodesConnected=yi.prototype.iz,yi.prototype.findExternalLinksConnected=yi.prototype.Lu,yi.prototype.ensureBounds=yi.prototype.Va,yi.className="Group";function Cs(a){Oe.call(this),this.yb=Qs,this.ko=new en(NaN,NaN,NaN,NaN),a&&Object.assign(this,a)}_e(Cs,Oe),Cs.prototype.cloneProtected=function(a){Oe.prototype.cloneProtected.call(this,a),a.yb=this.yb.J(),a.ko=this.ko.copy()},Cs.prototype.gh=function(a){if(this.background===null&&this.areaBackground===null)return!1;var y=this.naturalBounds;return Ro(0,0,y.width,y.height,a.x,a.y)},Cs.prototype.Wl=function(){var a=this.part;if(a!==null&&(a instanceof yi||a instanceof $i)||Le("Placeholder is not inside a Group or Adornment."),a instanceof yi){var y=this.computeBorder(this.ko),x=this.minSize,b=this.dc;for(xo(b,(isFinite(x.width)?Math.max(x.width,y.width):y.width)||0,(isFinite(x.height)?Math.max(x.height,y.height):y.height)||0),this.Ge(0,0,b.width,b.height),b=a.memberParts,x=!1;b.next();)if(b.value.isVisible()){x=!0;break}b=a.diagram,!x||b===null||b.animationManager.Xu(a)||isNaN(y.x)||isNaN(y.y)||(x=ye.alloc(),x.xi(y,a.locationSpot),x.D(a.location)||(a.location=x),ye.free(x))}else{y=this.dc,x=this.yb,b=x.left+x.right;var E=x.top+x.bottom,z=a.adornedObject;a.angle=z.li();var nt=0;z instanceof ki&&(nt=z.strokeWidth);var rt=z.Df(),st=z.naturalBounds,ht=(st.width+nt)*rt;nt=(st.height+nt)*rt,a.type!==pn.Link&&(rt=z.ga(a.category==="Selection"?mr:a.locationSpot,ye.alloc()),a.location=rt,ye.free(rt)),isNaN(ht)||isNaN(nt)?(a=z.ga(mr,ye.alloc()),ht=en.allocAt(a.x,a.y,0,0),ht.Ye(z.ga(Fs,a)),ht.Ye(z.ga(ca,a)),ht.Ye(z.ga(Ns,a)),xo(y,ht.width+b||0,ht.height+E||0),this.Ge(-x.left,-x.top,y.width,y.height),ye.free(a),en.free(ht)):(xo(y,ht+b||0,nt+E||0),this.Ge(-x.left,-x.top,y.width,y.height))}},Cs.prototype.eh=function(a,y,x,b){this.actualBounds.h(a,y,x,b)},Cs.prototype.computeBorder=function(a){var y=this.part,x=y.diagram,b=x===null||!x.animationManager.isAnimating;if(x!==null&&y instanceof yi&&!y.layer.isTemporary&&y.computesBoundsAfterDrag&&this.ko.w()){var E=x.toolManager.findTool("Dragging");if(E===x.currentTool&&(x=E.computeBorder(y,this.ko,a),x!==null))return x}x=en.alloc(),E=this.computeMemberBounds(x);var z=this.yb;return y instanceof yi&&!y.isSubGraphExpanded?a.h(E.x-z.left,E.y-z.top,0,0):a.h(E.x-z.left,E.y-z.top,Math.max(E.width+z.left+z.right,0),Math.max(E.height+z.top+z.bottom,0)),en.free(x),b&&y instanceof yi&&y.computesBoundsIncludingLocation&&y.location.w()&&a.Ye(y.location),a},Cs.prototype.computeMemberBounds=function(a){if(!(this.part instanceof yi))return a.h(0,0,0,0),a;for(var y=this.part,x=1/0,b=1/0,E=-1/0,z=-1/0,nt=y.memberParts;nt.next();){var rt=nt.value;if(rt.isVisible()){if(rt instanceof vn&&(!y.computesBoundsIncludingLinks||va(rt)||rt.fromNode===y||rt.toNode===y))continue;rt=rt.actualBounds,rt.left<x&&(x=rt.left),rt.top<b&&(b=rt.top),rt.right>E&&(E=rt.right),rt.bottom>z&&(z=rt.bottom)}}return isFinite(x)&&isFinite(b)?a.h(x,b,E-x,z-b):(y=y.location,a.h(y.x,y.y,0,0)),a},Ue.Object.defineProperties(Cs.prototype,{padding:{get:function(){return this.yb},set:function(a){typeof a=="number"&&(a=new Fi(a));var y=this.yb;y.D(a)||(this.yb=a=a.J(),this.g("padding",y,a),this.v())}}}),Cs.className="Placeholder";function vn(a){$n.call(this,pn.Link),this.Qa=8,this.ef=null,this.ff="",this.uf=this.gn=null,this.vf="",this.uo=null,this.qk=bs,this.Om=0,this.Qm=bs,this.Rm=NaN,this.qj=Qv,this.po=.5,this.wd=null,this.Nb=new fn().freeze(),this.Tg=this.Mg=null,this.ml=new en,this.ua=new Sn,this.u=this.o=this.Sf=this.Wf=null,this.su=new ye,this.cq=this.Mw=this.Lw=null,this.vt=NaN,this.ba=null,this.j=[],a&&Object.assign(this,a)}_e(vn,$n),vn.prototype.cloneProtected=function(a){$n.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())},Kt=vn.prototype,Kt.Af=function(a){$n.prototype.Af.call(this,a),this.ff=a.ff,this.vf=a.vf,a.Mg=null,a.bb(),a.Sf=this.Sf;var y=a.fromPort;y!==null&&ra(y),a=a.toPort,a!==null&&ra(a)},Kt.qb=function(a){a.classType===vn?(a.value&2)===2?this.routing=a:a===Sa||a===eh||a===Nf?this.curve=a:a===qg||a===Xm||a===Jm?this.adjusting=a:a!==Qv&&a!==bs&&Le("Unknown Link enum value for a Link property: "+a):$n.prototype.qb.call(this,a)},Kt.Xc=function(){this.ba===null&&(this.ba=new jg)},Kt.si=function(){var a=this.fromNode;if(a!==null){var y=a.findVisibleNode();if(y!==null&&(a=y),ws(a)||Wh(a))return!1}return a=this.toNode,!(a!==null&&(y=a.findVisibleNode(),y!==null&&(a=y),ws(a)||Wh(a)))},Kt.zv=function(){return!1},Kt.Av=function(){},Kt.Zc=function(){return!1},vn.prototype.computeAngle=function(a,y,x){return vn.computeAngle(y,x)},vn.computeAngle=function(a,y){switch(a){default:case bs:a=0;break;case $g:a=y;break;case tp:a=y+90;break;case ep:a=y-90;break;case qv:a=y+180;break;case Qm:a=Re.bp(y),90<a&&270>a&&(a-=180);break;case np:a=Re.bp(y+90),90<a&&270>a&&(a-=180);break;case ip:a=Re.bp(y-90),90<a&&270>a&&(a-=180);break;case qm:if(a=Re.bp(y),45<a&&135>a||225<a&&315>a)return 0;90<a&&270>a&&(a-=180)}return Re.bp(a)};function Mf(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&&Vv(x,a),a.Ah=y,y!==null&&Kv(y,a);var E=a.containingGroupChanged;if(E!==null){var z=!0,nt=a.diagram;nt!==null&&(z=nt.aa,nt.aa=!0),E(a,x,y),nt!==null&&(nt.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}Kt=vn.prototype,Kt.oh=function(){var a=this.containingGroup;a!==null&&this.fromNode!==a&&this.toNode!==a&&a.computesBoundsIncludingLinks&&$n.prototype.oh.call(this)},Kt.To=function(a){var y=this.fromNode;return a===y?this.toNode:y},Kt.Cz=function(a){var y=this.fromPort;return a===y?this.toPort:y};function tS(a,y){a.wd===null&&(a.wd=new gn),a.wd.add(y),a.v()}Kt.Vo=function(a){if($n.prototype.Vo.call(this,a),Ic(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)}Jg(this)}},Kt.Wo=function(a){if($n.prototype.Wo.call(this,a),Ic(this)&&this.Xo(this.actualBounds),!a){a=this.ef;var y=null;a!==null&&(y=this.fromPort,Um(a,this,y));var x=this.uf;if(x!==null){var b=this.toPort;x===a&&b===y||Um(x,this,b)}Qg(this)}},Kt.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))},vn.prototype.updateRelationshipsFromData=function(){if(this.data!==null){var a=this.diagram;a!==null&&a.partManager.updateRelationshipsFromData(this)}},vn.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?$n.prototype.move.call(this,a,!1):(a=ye.allocAt(x.x+b,x.y+E),$n.prototype.move.call(this,a,!1),ye.free(a)),th(this,b,E),a=this.labelNodes;a.next();)y=a.value,x=y.position,y.moveTo(x.x+b,x.y+E)},vn.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},vn.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},vn.prototype.computeMidPoint=function(a){var y=this.pointsCount;if(y===0)return a.assign(Ur),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()===Sa))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()===Sa){if(y===3){x=this.i(0),b=this.i(1);var E=this.i(2);return Re.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),Re.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 nt=this.flattenedLengths;for(x=this.flattenedTotalLength,E=z=b=0;b<x/2&&z<y&&(E=nt[z],!(b+E>x/2));)b+=E,z++;return y=this.i(z),z=this.i(z+1),1>Math.abs(y.x-z.x)?y.y>z.y?a.h(y.x,y.y-(x/2-b)):a.h(y.x,y.y+(x/2-b)):1>Math.abs(y.y-z.y)?y.x>z.x?a.h(y.x-(x/2-b),y.y):a.h(y.x+(x/2-b),y.y):(x=(x/2-b)/E,a.h(y.x+x*(z.x-y.x),y.y+x*(z.y-y.y))),a},vn.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()===Sa))return this.ua.wx(.5);if(this.computeCurve()===Sa&&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),Re.My(a.x,a.y,y.x,y.y,b.x,b.y,x.x,x.y)}if(0<x&&x+1<a)return this.i(x-1).ab(this.i(x+1))}y=this.flattenedLengths,b=this.flattenedTotalLength;var E=0;x=0;for(var z;E<b/2&&x<a&&(z=y[x],!(E+z>b/2));)E+=z,x++;if(y=this.i(x),b=this.i(x+1),1>Math.abs(y.x-b.x)&&1>Math.abs(y.y-b.y)){if(0<x&&x+2<a)return this.i(x-1).ab(this.i(x+2))}else{if(1>Math.abs(y.x-b.x))return y.y>b.y?270:90;if(1>Math.abs(y.y-b.y))return y.x>b.x?180:0}return y.ab(b)},Kt=vn.prototype,Kt.i=function(a){return this.Nb.s[a]},Kt.dd=function(a,y){this.Nb.cd(a,y)},Kt.L=function(a,y,x){this.Nb.cd(a,new ye(y,x))},Kt.Kz=function(a,y){this.Nb.Gb(a,y)},Kt.m=function(a,y,x){this.Nb.Gb(a,new ye(y,x))},Kt.ne=function(a){this.Nb.add(a)},Kt.yf=function(a,y){this.Nb.add(new ye(a,y))},Kt.pv=function(a){this.Nb.mb(a)},Kt.Fj=function(){this.Nb.clear()};function th(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 fn,z=a.Nb.iterator;z.next();){var nt=z.value;E.add(new ye(nt.x+y,nt.y+x).freeze())}E.freeze(),z=a.Nb,a.Nb=E,nt=a.diagram,isNaN(y)||isNaN(x)||nt!==null&&nt.animationManager.zb?a.v():(a.ke.h(a.ke.x+y,a.ke.y+x),a.pa.h(a.pa.x+y,a.pa.y+x),xs(a)),b?Hm(a):(a.defaultFromPoint&&(a.defaultFromPoint=a.i(0)),a.defaultToPoint&&(a.defaultToPoint=a.i(a.pointsCount-1))),nt!==null&&nt.animationManager.zb&&tf(nt.animationManager,a,E),a.g("points",z,E)}}Kt.uh=function(){this.Mg===null&&(this.Mg=this.Nb,this.Nb=this.Nb.copy())},Kt.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,nt=0;nt<z;nt++){var rt=E[nt];x=Math.min(rt.x,x),b=Math.min(rt.y,b)}rt=nt=1/0;for(var st=y.s,ht=st.length,dt=0;dt<ht;dt++){var vt=st[dt];nt=Math.min(vt.x,nt),rt=Math.min(vt.y,rt),vt.freeze()}if(y.freeze(),ht===z){for(z=0;z<ht;z++)if(dt=E[z],vt=st[z],dt.x-x!==vt.x-nt||dt.y-b!==vt.y-rt){this.qc();break}}else this.qc();this.Mg=null,x=this.diagram,x!==null&&x.animationManager.zb&&tf(x.animationManager,this,y),Hm(this),this.g("points",a,y)}},Kt.rv=function(){this.Mg!==null&&(this.Nb=this.Mg,this.Mg=null)};function Hm(a){a.Nb.count===0?a.fd=!1:(a.fd=!0,a.cq=null,a.vt=NaN,a.defaultFromPoint=a.i(0),a.defaultToPoint=a.i(a.pointsCount-1),Zm(a,!1))}Kt.bb=function(){if(!this.suspendsRouting){var a=this.diagram;if(a){if(a.As.contains(this)||a.undoManager.isUndoingRedoing||(a=a.animationManager,a.isTicking&&!a.isAnimating))return;this.Tg===null||a.isTicking||(this.Tg=null)}a=this.path,a!==null&&(this.fd=!1,this.v(),a.v())}},Kt.vg=function(){if(!this.fd&&!this.computingPoints){var a=!0;try{this.computingPoints=!0,this.uh(),a=this.computePoints()}catch(y){this.computingPoints=!1,this.rv()}finally{this.computingPoints=!1,a?this.zf():this.rv()}}},vn.prototype.computePoints=function(){if(this.diagram===null)return!1;var a=this.fromNode,y=null;if(a===null?(bd||(bd=new kn,bd.desiredSize=wi,bd.Va()),this.defaultFromPoint&&(bd.location=this.defaultFromPoint,bd.Va(),y=a=bd)):y=this.fromPort,y!==null&&!a.isVisible()){var x=a.findVisibleNode();x!==null&&x!==a?(a=x,y=x.port):a=x}if(this.Lw=a,a===null||!a.location.w())return!1;for(;!(y===null||y.actualBounds.w()&&y.Ed());)y=y.panel;if(y===null)return!1;var b=this.toNode,E=null;if(b===null?(Ad||(Ad=new kn,Ad.desiredSize=wi,Ad.Va()),this.defaultToPoint&&(Ad.location=this.defaultToPoint,Ad.Va(),E=b=Ad)):E=this.toPort,E===null||b.isVisible()||(x=b.findVisibleNode(),x!==null&&x!==b?(b=x,E=x.port):b=x),this.Mw=b,b===null||!b.location.w())return!1;for(;!(E===null||E.actualBounds.w()&&E.Ed());)E=E.panel;if(E===null)return!1;var z=this.pointsCount,nt=this.computeSpot(!0,y);x=this.computeSpot(!1,E);var rt=Tf(nt),st=Tf(x),ht=y===E&&y!==null,dt=this.isOrthogonal,vt=this.curve===Sa;this.Wf=ht&&!dt?vt=!0:!1;var Nt=this.computeAdjusting()===bs||ht;if(!dt&&!ht&&rt&&st){if(rt=!1,!Nt&&3<=z&&(Nt=this.getLinkPoint(a,y,nt,!0,!1,b,E),st=this.getLinkPoint(b,E,x,!1,!1,a,y),rt=this.adjustPoints(0,Nt,z-1,st))&&(Nt=this.getLinkPoint(a,y,nt,!0,!1,b,E),st=this.getLinkPoint(b,E,x,!1,!1,a,y),this.adjustPoints(0,Nt,z-1,st)),!rt)if(this.Fj(),vt){z=this.getLinkPoint(a,y,nt,!0,!1,b,E),Nt=this.getLinkPoint(b,E,x,!1,!1,a,y),rt=Nt.x-z.x,st=Nt.y-z.y,ht=this.computeCurviness(),vt=dt=0;var Wt=z.x+rt/3,Ht=z.y+st/3,ne=Wt,ve=Ht;Re.B(st,0)?ve=0<rt?ve-ht:ve+ht:(dt=-rt/st,vt=Math.sqrt(ht*ht/(dt*dt+1)),0>ht&&(vt=-vt),ne=(0>st?-1:1)*vt+Wt,ve=dt*(ne-Wt)+Ht),Wt=z.x+2*rt/3,Ht=z.y+2*st/3;var de=Wt,Pe=Ht;Re.B(st,0)?Pe=0<rt?Pe-ht:Pe+ht:(de=(0>st?-1:1)*vt+Wt,Pe=dt*(de-Wt)+Ht),this.Fj(),this.ne(z),this.yf(ne,ve),this.yf(de,Pe),this.ne(Nt),this.dd(0,this.getLinkPoint(a,y,nt,!0,!1,b,E)),this.dd(3,this.getLinkPoint(b,E,x,!1,!1,a,y))}else z=b,Nt=E,b=this.getLinkPoint(a,y,nt,!0,!1,z,Nt),E=this.getLinkPoint(z,Nt,x,!1,!1,a,y),this.hasCurviness()?(Nt=E.x-b.x,x=E.y-b.y,nt=this.computeCurviness(),a=b.x+Nt/2,y=b.y+x/2,z=a,rt=y,Re.B(x,0)?rt=0<Nt?rt-nt:rt+nt:(Nt=-Nt/x,z=Math.sqrt(nt*nt/(Nt*Nt+1)),0>nt&&(z=-z),z=(0>x?-1:1)*z+a,rt=Nt*(z-a)+y),this.ne(b),this.yf(z,rt),this.ne(E)):(this.ne(b),this.ne(E),rt=en.alloc(),y.mi(rt),st=rt.ca(E),Nt.mi(rt),ht=rt.ca(b),(st||ht)&&(nt=y.ga(Vm(nt),new ye),this.dd(0,this.getLinkPointFromPoint(a,y,nt,E,!0,nt)),x=Nt.ga(Vm(x),new ye),this.dd(1,this.getLinkPointFromPoint(z,Nt,x,b,!1,x))),en.free(rt))}else{vt=this.isAvoiding,Nt&&(dt&&vt||ht)&&this.Fj();var be=ht?this.computeCurviness():0;vt=this.getLinkPoint(a,y,nt,!0,dt,b,E),Wt=ne=Ht=0,(dt||!rt||ht)&&(ve=this.computeEndSegmentLength(a,y,nt,!0),Wt=this.getLinkDirection(a,y,vt,nt,!0,dt,b,E),ht&&(rt||nt.D(x)||!dt&&nt.x+x.x===1&&nt.y+x.y===1)&&(Wt-=dt?90:30,0>be&&(Wt-=180)),0>Wt?Wt+=360:360<=Wt&&(Wt-=360),ht&&(ve+=Math.abs(be)*(dt?1:2)),Wt===0?Ht=ve:Wt===90?ne=ve:Wt===180?Ht=-ve:Wt===270?ne=-ve:(Ht=ve*Math.cos(Wt*Math.PI/180),ne=ve*Math.sin(Wt*Math.PI/180)),nt.Mc()&&ht&&(ve=y.ga(nr,ye.alloc()),de=ye.allocAt(ve.x+1e3*Ht,ve.y+1e3*ne),this.getLinkPointFromPoint(a,y,ve,de,!0,vt),ye.free(ve),ye.free(de))),ve=this.getLinkPoint(b,E,x,!1,dt,a,y);var Ee=Pe=de=0;if(dt||!st||ht){var Be=this.computeEndSegmentLength(b,E,x,!1);Ee=this.getLinkDirection(b,E,ve,x,!1,dt,a,y),ht&&(st||nt.D(x)||!dt&&nt.x+x.x===1&&nt.y+x.y===1)&&(Ee+=dt?0:30,0>be&&(Ee+=180)),0>Ee?Ee+=360:360<=Ee&&(Ee-=360),ht&&(Be+=Math.abs(be)*(dt?1:2)),Ee===0?de=Be:Ee===90?Pe=Be:Ee===180?de=-Be:Ee===270?Pe=-Be:(de=Be*Math.cos(Ee*Math.PI/180),Pe=Be*Math.sin(Ee*Math.PI/180)),x.Mc()&&ht&&(x=E.ga(nr,ye.alloc()),nt=ye.allocAt(x.x+1e3*de,x.y+1e3*Pe),this.getLinkPointFromPoint(b,E,x,nt,!1,ve),ye.free(x),ye.free(nt))}x=vt,(dt||!rt||ht)&&(x=new ye(vt.x+Ht,vt.y+ne)),nt=ve,(dt||!st||ht)&&(nt=new ye(ve.x+de,ve.y+Pe)),!Nt&&!dt&&rt&&3<z&&this.adjustPoints(0,vt,z-2,nt)?this.dd(z-1,ve):!Nt&&!dt&&st&&3<z&&this.adjustPoints(1,x,z-1,ve)?this.dd(0,vt):!Nt&&(dt?6<=z:4<z)&&this.adjustPoints(1,x,z-2,nt)?(this.dd(0,vt),this.dd(z-1,ve)):(this.Fj(),this.ne(vt),(dt||!rt||ht)&&this.ne(x),dt&&this.addOrthoPoints(x,Wt,nt,Ee,a,b),(dt||!st||ht)&&this.ne(nt),this.ne(ve))}return!0};function Yv(a,y){return Math.abs(y.x-a.x)>Math.abs(y.y-a.y)?(y.x>=a.x?y.x=a.x+9e9:y.x=a.x-9e9,y.y=a.y):(y.y>=a.y?y.y=a.y+9e9:y.y=a.y-9e9,y.x=a.x),y}vn.prototype.getLinkPointFromPoint=function(a,y,x,b,E,z){if(z===void 0&&(z=new ye),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 nt=x.x;x=x.y}else{a=E.oe,E=1/(a.m11*a.m22-a.m12*a.m21),nt=a.m22*E;var rt=-a.m12*E,st=-a.m21*E,ht=a.m11*E,dt=E*(a.m21*a.dy-a.m22*a.dx),vt=E*(a.m12*a.dx-a.m11*a.dy);E=b.x*nt+b.y*st+dt,b=b.x*rt+b.y*ht+vt,nt=x.x*nt+x.y*st+dt,x=x.x*rt+x.y*ht+vt}return y.Sj(E,b,nt,x,z),a!==null&&z.transform(a),z};function Km(a,y){var x=y.Zn;return x===null&&(x=new Ld,x.port=y,x.node=y.part,y.Zn=x),lS(x,a)}vn.prototype.getLinkPoint=function(a,y,x,b,E,z,nt,rt){if(rt===void 0&&(rt=new ye),x.sb()&&!Tf(x))return y.ga(x,rt),rt;if(x.$c()){var st=Km(this,y);if(st!==null){if(rt.assign(st.Zo),E&&this.routing===nS){var ht=Km(this,nt);if(ht!==null&&st.Gl<ht.Gl){st=ye.alloc(),ht=ye.alloc();var dt=new en(y.ga(mr,st),y.ga(Fs,ht)),vt=this.computeSpot(!b,nt);a=this.getLinkPoint(z,nt,vt,!b,E,a,y,ht),(x.Hf(Qa)||x.Hf(jo))&&a.y>=dt.y&&a.y<=dt.y+dt.height?rt.y=a.y:(x.Hf(bl)||x.Hf(da))&&a.x>=dt.x&&a.x<=dt.x+dt.width&&(rt.x=a.x),ye.free(st),ye.free(ht)}}return rt}}return x=y.ga(Vm(x),ye.alloc()),this.pointsCount>(E?6:2)?(nt=b?this.i(1):this.i(this.pointsCount-2),E&&(nt=Yv(x,nt.copy()))):(st=this.computeSpot(!b,nt),z=ye.alloc(),nt=nt.ga(Vm(st),z),E&&(nt=Yv(x,nt)),ye.free(z)),this.getLinkPointFromPoint(a,y,x,nt,b,rt),ye.free(x),rt},vn.prototype.getLinkDirection=function(a,y,x,b,E,z,nt,rt){t:if(b.sb())var st=b.x>b.y?b.x>1-b.y?0:b.x<1-b.y?270:315:b.x<b.y?b.x>1-b.y?90:b.x<1-b.y?180:135:.5>b.x?225:.5<b.x?45:0;else{if(b.$c()&&(st=Km(this,y),st!==null))switch(st.Nc){case 1:st=270;break t;case 2:st=180;break t;default:case 4:st=0;break t;case 8:st=90;break t}st=y.ga(nr,ye.alloc()),this.pointsCount>(z?6:2)?(rt=E?this.i(1):this.i(this.pointsCount-2),rt=z?Yv(st,rt.copy()):x):(x=ye.alloc(),rt=rt.ga(nr,x),ye.free(x)),x=Math.abs(rt.x-st.x)>Math.abs(rt.y-st.y)?rt.x>=st.x?0:180:rt.y>=st.y?90:270,ye.free(st),st=x}return b.Mc()&&nt.Td(a)&&(st+=180,360<=st&&(st-=360)),Tf(b)||(a=y.li(),a===0)||(45<=a&&135>a?st+=90:135<=a&&225>a?st+=180:225<=a&&315>a&&(st+=270),360<=st&&(st-=360)),st},vn.prototype.computeEndSegmentLength=function(a,y,x,b){return y!==null&&x.$c()&&(a=Km(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)},vn.prototype.computeSpot=function(a,y){return y===void 0&&(y=null),a?(a=y||this.fromPort,a===null?a=nr:(y=this.fromSpot,y.Xb()&&(y=a.fromSpot),a=y===Mo?Yi:y)):(a=y||this.toPort,a===null?a=nr:(y=this.toSpot,y.Xb()&&(y=a.toSpot),a=y===Mo?Yi:y)),a};function Tf(a){return a===Yi||a.x===.5&&a.y===.5}function Vm(a){return a.x===.5&&a.y===.5?a:nr}vn.prototype.computeOtherPoint=function(a,y){return this.computeAdjusting()!==bs&&4<this.pointsCount?this.computeMidPoint(new ye):(a=y.Zn,a=a!==null?lS(a,this):null,a!==null?a.Zo:y.ga(nr))},vn.prototype.computeShortLength=function(a){if(a){if(a=this.fromShortLength,isNaN(a)){var y=this.fromPort;y!==null&&(a=y.fromShortLength)}return isNaN(a)?0:a}return a=this.toShortLength,isNaN(a)&&(y=this.toPort,y!==null&&(a=y.toShortLength)),isNaN(a)?0:a},vn.prototype.Cf=function(a,y,x,b,E,z){if(this.pickable===!1)return!1;y===void 0&&(y=null),x===void 0&&(x=null);var nt=z;if(z===void 0&&(nt=bi.alloc(),nt.reset()),nt.multiply(this.transform),this.fh(a,nt))return vv(this,y,x,E),z===void 0&&bi.free(nt),!0;if(this.Yc(a,nt)){var rt=!1;if(!this.isAtomic)for(var st=this.O.s,ht=st.length;ht--;){var dt=st[ht];if(dt.visible||dt===this.locationObject){var vt=dt.actualBounds,Nt=this.naturalBounds;if(!(vt.x>Nt.width||vt.y>Nt.height||0>vt.x+vt.width||0>vt.y+vt.height)){if(vt=bi.alloc(),vt.set(nt),dt instanceof pn)rt=dt.Cf(a,y,x,b,E,vt);else if(this.path===dt){if(dt instanceof ki)if(rt=a,Nt=b,dt.pickable===!1)rt=!1;else if(vt.multiply(dt.transform),Nt)t:{var Wt=rt,Ht=vt;if(dt.fh(Wt,Ht))rt=!0;else{if(Ht===void 0&&(Ht=dt.transform,Wt.Re(dt.actualBounds))){rt=!0;break t}rt=Wt.left,Nt=Wt.right;var ne=Wt.top;Wt=Wt.bottom;var ve=ye.alloc(),de=ye.alloc(),Pe=ye.alloc(),be=bi.alloc();be.set(Ht),be.bv(dt.transform),be.Vj(),de.x=Nt,de.y=ne,de.transform(be),ve.x=rt,ve.y=ne,ve.transform(be),Ht=!1,Bc(dt,ve,de,Pe)?Ht=!0:(ve.x=Nt,ve.y=Wt,ve.transform(be),Bc(dt,ve,de,Pe)?Ht=!0:(de.x=rt,de.y=Wt,de.transform(be),Bc(dt,ve,de,Pe)?Ht=!0:(ve.x=rt,ve.y=ne,ve.transform(be),Bc(dt,ve,de,Pe)&&(Ht=!0)))),bi.free(be),ye.free(ve),ye.free(de),ye.free(Pe),rt=Ht}}else rt=dt.fh(rt,vt)}else rt=Co(dt,a,b,vt);rt&&(Nt=dt,y!==null&&(Nt=y(dt)),Nt&&(x===null||x(Nt))&&E.add(Nt)),bi.free(vt)}}}return z===void 0&&bi.free(nt),rt||this.background!==null||this.areaBackground!==null}return z===void 0&&bi.free(nt),!1},vn.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?Sa:this.curve},vn.prototype.computeCorner=function(){if(this.curve===Sa)return 0;var a=this.corner;return(isNaN(a)||0>a)&&(a=10),a},vn.prototype.findMidLabel=function(){for(var a=this.path,y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b];if(E!==a&&!E.isPanelMain&&(E.segmentIndex===-1/0||isNaN(E.segmentIndex)))return E}for(a=this.labelNodes;a.next();)if(y=a.value,y.segmentIndex===-1/0||isNaN(y.segmentIndex))return y;return null},vn.prototype.computeSpacing=function(){if(!this.isVisible())return 0;var a=rS;a=Math.max(a,this.computeThickness());var y=this.fromPort,x=this.toPort;if(y!==null&&x!==null){var b=this.findMidLabel();if(b!==null){var E=b.naturalBounds,z=b.margin,nt=isNaN(E.width)?30:E.width*b.scale+z.left+z.right;E=isNaN(E.height)?14:E.height*b.scale+z.top+z.bottom,b=b.segmentOrientation,b===$g||b===Qm||b===qv?a=Math.max(a,E):b===ep||b===ip||b===tp||b===np?a=Math.max(a,nt):(y=y.ga(nr).ab(x.ga(nr))/180*Math.PI,a=Math.max(a,Math.abs(Math.sin(y)*nt)+Math.abs(Math.cos(y)*E)+1)),this.curve===Sa&&(a*=1.333)}}return a},vn.prototype.arrangeBundledLinks=function(a,y){if(y)for(y=0;y<a.length;y++){var x=a[y];x.computeAdjusting()===bs&&x.bb()}},vn.prototype.computeCurviness=function(){var a=this.curviness;if(isNaN(a)){a=iS;var y=this.Sf;if(y!==null){for(var x=Vn(),b=0,E=y.links,z=0;z<E.length;z++){var nt=E[z].computeSpacing();x.push(nt),b+=nt}for(b=-b/2,z=0;z<E.length;z++){if(E[z]===this){a=b+x[z]/2;break}b+=x[z]}y.Ds===this.fromNode&&(a=-a),Tn(x)}}return a},vn.prototype.computeThickness=function(){if(!this.isVisible())return 0;var a=this.path;return a!==null?Math.max(a.strokeWidth,1):1},vn.prototype.hasCurviness=function(){return!isNaN(this.curviness)||this.Sf!==null},vn.prototype.adjustPoints=function(a,y,x,b){var E=this.computeAdjusting();if(this.isOrthogonal){if(E===Xm)return!1;E===Jm&&(E=qg)}switch(E){case Xm:var z=this.i(a),nt=this.i(x);if(!z.Xa(y)||!nt.Xa(b)){E=z.x,z=z.y;var rt=nt.x-E,st=nt.y-z,ht=Math.sqrt(rt*rt+st*st);if(!Re.$(ht,0)){if(Re.$(rt,0))var dt=0>st?-Math.PI/2:Math.PI/2;else dt=Math.atan(st/Math.abs(rt)),0>rt&&(dt=Math.PI-dt);nt=y.x;var vt=y.y;rt=b.x-nt;var Nt=b.y-vt;for(st=Math.sqrt(rt*rt+Nt*Nt),Re.$(rt,0)?Nt=0>Nt?-Math.PI/2:Math.PI/2:(Nt=Math.atan(Nt/Math.abs(rt)),0>rt&&(Nt=Math.PI-Nt)),ht=st/ht,dt=Nt-dt,this.dd(a,y),a+=1;a<x;a++)y=this.i(a),rt=y.x-E,st=y.y-z,y=Math.sqrt(rt*rt+st*st),Re.$(y,0)||(Re.$(rt,0)?st=0>st?-Math.PI/2:Math.PI/2:(st=Math.atan(st/Math.abs(rt)),0>rt&&(st=Math.PI-st)),rt=st+dt,y*=ht,this.L(a,nt+y*Math.cos(rt),vt+y*Math.sin(rt)));this.dd(x,b)}}return!0;case Jm:if(z=this.i(a),vt=this.i(x),!z.Xa(y)||!vt.Xa(b)){E=z.x,z=z.y,nt=vt.x,vt=vt.y,ht=(nt-E)*(nt-E)+(vt-z)*(vt-z),rt=y.x,dt=y.y,st=b.x,Nt=b.y;var Wt=1;if(st-rt!==0){var Ht=(Nt-dt)/(st-rt);Wt=Math.sqrt(1+1/(Ht*Ht))}else Ht=9e9;for(this.dd(a,y),a+=1;a<x;a++){y=this.i(a);var ne=y.x,ve=y.y,de=.5;ht!==0&&(de=((E-ne)*(E-nt)+(z-ve)*(z-vt))/ht);var Pe=E+de*(nt-E),be=z+de*(vt-z);y=Math.sqrt((ne-Pe)*(ne-Pe)+(ve-be)*(ve-be)),ve<Ht*(ne-Pe)+be&&(y=-y),0<Ht&&(y=-y),ne=rt+de*(st-rt),de=dt+de*(Nt-dt),Ht!==0?(y=ne+y/Wt,this.L(a,y,de-(y-ne)/Ht)):this.L(a,ne,de+y)}this.dd(x,b)}return!0;case qg:t:{if(this.isOrthogonal&&(E=this.i(a),z=this.i(a+1),nt=this.i(a+2),rt=z.x,dt=z.y,vt=rt,ht=dt,Re.B(E.y,z.y)?Re.B(z.x,nt.x)?dt=y.y:Re.B(z.y,nt.y)&&(rt=y.x):Re.B(E.x,z.x)&&(Re.B(z.y,nt.y)?rt=y.x:Re.B(z.x,nt.x)&&(dt=y.y)),this.L(a+1,rt,dt),E=this.i(x),z=this.i(x-1),nt=this.i(x-2),rt=z.x,dt=z.y,st=rt,Nt=dt,Re.B(E.y,z.y)?Re.B(z.x,nt.x)?dt=b.y:Re.B(z.y,nt.y)&&(rt=b.x):Re.B(E.x,z.x)&&(Re.B(z.y,nt.y)?rt=b.x:Re.B(z.x,nt.x)&&(dt=b.y)),this.L(x-1,rt,dt),Zv(this))){this.L(a+1,vt,ht),this.L(x-1,st,Nt),x=!1;break t}this.dd(a,y),this.dd(x,b),x=!0}return x;default:return!1}},vn.prototype.addOrthoPoints=function(a,y,x,b,E,z){0>y?y+=360:360<=y&&(y-=360),0>b?b+=360:360<=b&&(b-=360);var nt=b;y=315<=y||45>y?0:45<=y&&135>y?90:135<=y&&225>y?180:270,b=315<=b||45>b?0:45<=b&&135>b?90:135<=b&&225>b?180:270;var rt=E.actualBounds.copy(),st=z.actualBounds.copy();if(rt.w()&&st.w()){rt.Bc(rp,rp),st.Bc(rp,rp),rt.Ye(a),st.Ye(x);var ht=ye.alloc(),dt=ye.alloc();y===0?x.x>a.x||b===270&&x.y<a.y&&st.right>a.x||b===90&&x.y>a.y&&st.right>a.x?(ht.h(x.x,a.y),dt.h(x.x,(a.y+x.y)/2),b===180?(ht.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1),dt.x=ht.x,dt.y=x.y):b===270&&x.y<a.y||b===90&&x.y>a.y?(ht.x=a.x<st.left?this.computeMidOrthoPosition(a.x,a.y,st.left,x.y,!1):a.x<st.right&&(b===270&&a.y<st.top||b===90&&a.y>st.bottom)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):st.right,dt.x=ht.x,dt.y=x.y):b===0&&a.x<st.left&&a.y>st.top&&a.y<st.bottom&&(ht.x=a.x,ht.y=a.y<x.y?Math.min(x.y,st.top):Math.max(x.y,st.bottom),dt.y=ht.y)):(ht.h(a.x,x.y),dt.h((a.x+x.x)/2,x.y),(b===180||b===90&&x.y<rt.top||b===270&&x.y>rt.bottom)&&(b===180&&(st.ca(a)||rt.ca(x))?ht.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):x.y<a.y&&(b===180||b===90)?ht.y=this.computeMidOrthoPosition(a.x,rt.top,x.x,Math.max(x.y,st.bottom),!0):x.y>a.y&&(b===180||b===270)&&(ht.y=this.computeMidOrthoPosition(a.x,rt.bottom,x.x,Math.min(x.y,st.top),!0)),dt.x=x.x,dt.y=ht.y),ht.y>rt.top&&ht.y<rt.bottom&&(x.x>=rt.left&&x.x<=a.x||a.x<=st.right&&a.x>=x.x?(b===90||b===270)&&(ht.h(Math.max((a.x+x.x)/2,a.x),a.y),dt.h(ht.x,x.y)):(ht.y=b===270||(b===0||b===180)&&x.y<a.y?Math.min(x.y,b===0?rt.top:Math.min(rt.top,st.top)):Math.max(x.y,b===0?rt.bottom:Math.max(rt.bottom,st.bottom)),dt.x=x.x,dt.y=ht.y))):y===180?x.x<a.x||b===270&&x.y<a.y&&st.left<a.x||b===90&&x.y>a.y&&st.left<a.x?(ht.h(x.x,a.y),dt.h(x.x,(a.y+x.y)/2),b===0?(ht.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1),dt.x=ht.x,dt.y=x.y):b===270&&x.y<a.y||b===90&&x.y>a.y?(ht.x=a.x>st.right?this.computeMidOrthoPosition(a.x,a.y,st.right,x.y,!1):a.x>st.left&&(b===270&&a.y<st.top||b===90&&a.y>st.bottom)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):st.left,dt.x=ht.x,dt.y=x.y):b===180&&a.x>st.right&&a.y>st.top&&a.y<st.bottom&&(ht.x=a.x,ht.y=a.y<x.y?Math.min(x.y,st.top):Math.max(x.y,st.bottom),dt.y=ht.y)):(ht.h(a.x,x.y),dt.h((a.x+x.x)/2,x.y),(b===0||b===90&&x.y<rt.top||b===270&&x.y>rt.bottom)&&(b===0&&(st.ca(a)||rt.ca(x))?ht.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):x.y<a.y&&(b===0||b===90)?ht.y=this.computeMidOrthoPosition(a.x,rt.top,x.x,Math.max(x.y,st.bottom),!0):x.y>a.y&&(b===0||b===270)&&(ht.y=this.computeMidOrthoPosition(a.x,rt.bottom,x.x,Math.min(x.y,st.top),!0)),dt.x=x.x,dt.y=ht.y),ht.y>rt.top&&ht.y<rt.bottom&&(x.x<=rt.right&&x.x>=a.x||a.x>=st.left&&a.x<=x.x?(b===90||b===270)&&(ht.h(Math.min((a.x+x.x)/2,a.x),a.y),dt.h(ht.x,x.y)):(ht.y=b===270||(b===0||b===180)&&x.y<a.y?Math.min(x.y,b===180?rt.top:Math.min(rt.top,st.top)):Math.max(x.y,b===180?rt.bottom:Math.max(rt.bottom,st.bottom)),dt.x=x.x,dt.y=ht.y))):y===90?x.y>a.y||b===180&&x.x<a.x&&st.bottom>a.y||b===0&&x.x>a.x&&st.bottom>a.y?(ht.h(a.x,x.y),dt.h((a.x+x.x)/2,x.y),b===270?(ht.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0),dt.x=x.x,dt.y=ht.y):b===180&&x.x<a.x||b===0&&x.x>a.x?(ht.y=a.y<st.top?this.computeMidOrthoPosition(a.x,a.y,x.x,st.top,!0):a.y<st.bottom&&(b===180&&a.x<st.left||b===0&&a.x>st.right)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):st.bottom,dt.x=x.x,dt.y=ht.y):b===90&&a.y<st.top&&a.x>st.left&&a.x<st.right&&(ht.x=a.x<x.x?Math.min(x.x,st.left):Math.max(x.x,st.right),ht.y=a.y,dt.x=ht.x)):(ht.h(x.x,a.y),dt.h(x.x,(a.y+x.y)/2),(b===270||b===0&&x.x<rt.left||b===180&&x.x>rt.right)&&(b===270&&(st.ca(a)||rt.ca(x))?ht.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):x.x<a.x&&(b===270||b===0)?ht.x=this.computeMidOrthoPosition(rt.left,a.y,Math.max(x.x,st.right),x.y,!1):x.x>a.x&&(b===270||b===180)&&(ht.x=this.computeMidOrthoPosition(rt.right,a.y,Math.min(x.x,st.left),x.y,!1)),dt.x=ht.x,dt.y=x.y),ht.x>rt.left&&ht.x<rt.right&&(x.y>=rt.top&&x.y<=a.y||a.y<=st.bottom&&a.y>=x.y?(b===0||b===180)&&(ht.h(a.x,Math.max((a.y+x.y)/2,a.y)),dt.h(x.x,ht.y)):(ht.x=b===180||(b===90||b===270)&&x.x<a.x?Math.min(x.x,b===90?rt.left:Math.min(rt.left,st.left)):Math.max(x.x,b===90?rt.right:Math.max(rt.right,st.right)),dt.x=ht.x,dt.y=x.y))):x.y<a.y||b===180&&x.x<a.x&&st.top<a.y||b===0&&x.x>a.x&&st.top<a.y?(ht.h(a.x,x.y),dt.h((a.x+x.x)/2,x.y),b===90?(ht.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0),dt.x=x.x,dt.y=ht.y):b===180&&x.x<a.x||b===0&&x.x>=a.x?(ht.y=a.y>st.bottom?this.computeMidOrthoPosition(a.x,a.y,x.x,st.bottom,!0):a.y>st.top&&(b===180&&a.x<st.left||b===0&&a.x>st.right)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):st.top,dt.x=x.x,dt.y=ht.y):b===270&&a.y>st.bottom&&a.x>st.left&&a.x<st.right&&(ht.x=a.x<x.x?Math.min(x.x,st.left):Math.max(x.x,st.right),ht.y=a.y,dt.x=ht.x)):(ht.h(x.x,a.y),dt.h(x.x,(a.y+x.y)/2),(b===90||b===0&&x.x<rt.left||b===180&&x.x>rt.right)&&(b===90&&(st.ca(a)||rt.ca(x))?ht.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):x.x<a.x&&(b===90||b===0)?ht.x=this.computeMidOrthoPosition(rt.left,a.y,Math.max(x.x,st.right),x.y,!1):x.x>a.x&&(b===90||b===180)&&(ht.x=this.computeMidOrthoPosition(rt.right,a.y,Math.min(x.x,st.left),x.y,!1)),dt.x=ht.x,dt.y=x.y),ht.x>rt.left&&ht.x<rt.right&&(x.y<=rt.bottom&&x.y>=a.y||a.y>=st.top&&a.y<=x.y?(b===0||b===180)&&(ht.h(a.x,Math.min((a.y+x.y)/2,a.y)),dt.h(x.x,ht.y)):(ht.x=b===180||(b===90||b===270)&&x.x<a.x?Math.min(x.x,b===270?rt.left:Math.min(rt.left,st.left)):Math.max(x.x,b===270?rt.right:Math.max(rt.right,st.right)),dt.x=ht.x,dt.y=x.y)));var vt=x;if(this.isAvoiding){var Nt=this.diagram;if(Nt===null||E===z||this.layer.isTemporary||!hf(Nt)||rt.ca(vt)&&!z.Td(E)||st.ca(a)&&!E.Td(z))y=!1;else{var Wt=cf(Nt,!0,this.containingGroup,null);if(this.segmentIndex!==17&&Wt.Yj(Math.min(a.x,ht.x),Math.min(a.y,ht.y),Math.abs(a.x-ht.x),Math.abs(a.y-ht.y))&&Wt.Yj(Math.min(ht.x,dt.x),Math.min(ht.y,dt.y),Math.abs(ht.x-dt.x),Math.abs(ht.y-dt.y))&&Wt.Yj(Math.min(dt.x,vt.x),Math.min(dt.y,vt.y),Math.abs(dt.x-vt.x),Math.abs(dt.y-vt.y)))y=!1;else{E=a,z=vt;var Ht=x=null;if(Nt.isVirtualized){Nt=Wt.bounds.copy(),Nt.Bc(-Wt.Ho,-Wt.Go);var ne=ye.alloc();Ff(Wt,a.x,a.y)||(Re.Ff(Nt.x,Nt.y,Nt.x+Nt.width,Nt.y+Nt.height,a.x,a.y,ht.x,ht.y,ne)?(x=a=ne.copy(),y=ne.ab(ht)):Re.Ff(Nt.x,Nt.y,Nt.x+Nt.width,Nt.y+Nt.height,ht.x,ht.y,dt.x,dt.y,ne)?(x=a=ne.copy(),y=ne.ab(dt)):Re.Ff(Nt.x,Nt.y,Nt.x+Nt.width,Nt.y+Nt.height,dt.x,dt.y,vt.x,vt.y,ne)&&(x=a=ne.copy(),y=ne.ab(vt))),Ff(Wt,vt.x,vt.y)||(Re.Ff(Nt.x,Nt.y,Nt.x+Nt.width,Nt.y+Nt.height,vt.x,vt.y,dt.x,dt.y,ne)?(Ht=vt=ne.copy(),b=dt.ab(ne)):Re.Ff(Nt.x,Nt.y,Nt.x+Nt.width,Nt.y+Nt.height,dt.x,dt.y,ht.x,ht.y,ne)?(Ht=vt=ne.copy(),b=ht.ab(ne)):Re.Ff(Nt.x,Nt.y,Nt.x+Nt.width,Nt.y+Nt.height,ht.x,ht.y,a.x,a.y,ne)&&(Ht=vt=ne.copy(),b=a.ab(ne))),ye.free(ne)}rt=rt.copy().ed(st),rt.Bc(Wt.Ho*Wt.Os,Wt.Go*Wt.Os),sS(Wt,a,y,vt,b,rt,!0),st=ql(Wt,vt.x,vt.y),!Wt.abort&&st>=Df&&(oS(Wt),rt.Bc(Wt.Ho*Wt.Hx,Wt.Go*Wt.Ix),sS(Wt,a,y,vt,b,rt,!1),st=ql(Wt,vt.x,vt.y)),!Wt.abort&&st<Df&&ql(Wt,vt.x,vt.y)!==nh?(Xv(this,Wt,vt.x,vt.y,b,!0,nt),rt=this.i(2),4>this.pointsCount?(y===0||y===180?(rt.x=a.x,rt.y=vt.y):(rt.x=vt.x,rt.y=a.y),this.L(2,rt.x,rt.y),this.m(3,rt.x,rt.y)):(nt=this.i(3),y===0||y===180?Re.B(rt.x,nt.x)?(rt=y===0?Math.max(rt.x,a.x):Math.min(rt.x,a.x),this.L(2,rt,a.y),this.L(3,rt,nt.y)):Re.B(rt.y,nt.y)?(Math.abs(a.y-rt.y)<=Wt.Go/2&&(this.L(2,rt.x,a.y),this.L(3,nt.x,a.y)),this.m(2,rt.x,a.y)):this.L(2,a.x,rt.y):(y===90||y===270)&&(Re.B(rt.y,nt.y)?(rt=y===90?Math.max(rt.y,a.y):Math.min(rt.y,a.y),this.L(2,a.x,rt),this.L(3,nt.x,rt)):Re.B(rt.x,nt.x)?(Math.abs(a.x-rt.x)<=Wt.Ho/2&&(this.L(2,a.x,rt.y),this.L(3,a.x,nt.y)),this.m(2,a.x,rt.y)):this.L(2,rt.x,a.y))),x!==null&&(a=this.i(1),nt=this.i(2),a.x!==nt.x&&a.y!==nt.y?y===0||y===180?this.m(2,a.x,nt.y):this.m(2,nt.x,a.y):y===0||y===180?this.m(2,E.x,x.y):this.m(2,x.x,E.y)),Ht!==null&&(b===0||b===180?this.yf(z.x,Ht.y):this.yf(Ht.x,z.y)),y=!0):y=!1}}}else y=!1;y||(this.ne(ht.copy()),this.ne(dt.copy())),ye.free(ht),ye.free(dt)}},vn.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||!hf(a.diagram))return!1;var y=a.points.s,x=y.length;if(4>x)return!1;a=cf(a.diagram,!0,a.containingGroup,null);for(var b=1;b<x-2;b++){var E=y[b],z=y[b+1];if(!a.Yj(Math.min(E.x,z.x),Math.min(E.y,z.y),Math.abs(E.x-z.x),Math.abs(E.y-z.y)))return!0}return!1}function Xv(a,y,x,b,E,z,nt){var rt=y.Ho,st=y.Go,ht=ql(y,x,b),dt=x,vt=b;for(E===0?dt+=rt:E===90?vt+=st:E===180?dt-=rt:vt-=st,E!==nt&&ht>Rc&&ql(y,dt,vt)!==ht-1&&(ql(y,x-rt,b)===ht-1?(E=180,dt=x-rt,vt=b):ql(y,x+rt,b)===ht-1?(E=0,dt=x+rt,vt=b):ql(y,x,b-st)===ht-1?(E=270,dt=x,vt=b-st):ql(y,x,b+st)===ht-1&&(E=90,dt=x,vt=b+st));ht>Rc&&ql(y,dt,vt)===ht-1;)x=dt,b=vt,E===0?dt+=rt:E===90?vt+=st:E===180?dt-=rt:vt-=st,--ht;z?ht>Rc&&(E===180||E===0?x=Math.floor(x/rt)*rt+rt/2:(E===90||E===270)&&(b=Math.floor(b/st)*st+st/2)):(x=Math.floor(x/rt)*rt+rt/2,b=Math.floor(b/st)*st+st/2),ht>Rc&&(z=E,nt=x,dt=b,E===0?(z=90,dt+=st):E===90?(z=180,nt-=rt):E===180?(z=270,dt-=st):E===270&&(z=0,nt+=rt),ql(y,nt,dt)===ht-1?Xv(a,y,nt,dt,z,!1,z):(nt=x,dt=b,E===0?(z=270,dt-=st):E===90?(z=0,nt+=rt):E===180?(z=90,dt+=st):E===270&&(z=180,nt-=rt),ql(y,nt,dt)===ht-1&&Xv(a,y,nt,dt,z,!1,z))),a.yf(x,b)}vn.prototype.ez=function(a){var y=a.x;a=a.y;for(var x=this.i(0),b=this.i(1),E=er(y,a,x.x,x.y,b.x,b.y),z=0,nt=1;nt<this.pointsCount-1;nt++){x=this.i(nt+1);var rt=er(y,a,b.x,b.y,x.x,x.y);b=x,rt<E&&(z=nt,E=rt)}return z},vn.prototype.qc=function(){this.lk=!1,this.v()},vn.prototype.Ul=function(a){if(!(!a&&(this.fd===!1||(a=this.Pb(),this.lk&&(a===null||a.geometry!==null))))&&(2>this.pointsCount?this.lk=!0:this.ua=this.makeGeometry(),a=this.path,a!==null)){a.ua=this.ua;for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b];E!==a&&E.isPanelMain&&E instanceof ki&&(E.ua=this.ua)}}},vn.prototype.makeGeometry=function(){var a=this.ua,y=this.pointsCount,x=!1,b=this.diagram;b!==null&&Ic(this)&&b.Eh.contains(this)&&(this.ml.width!==0||this.ml.height!==0)&&(b.animationManager.isAnimating||b.currentTool!==b.toolManager)&&(x=!0);var E=this.i(0).copy(),z=E.copy();b=this.Nb.s;var nt=this.computeCurve();if(nt===Sa&&3<=y&&!Re.$(this.smoothness,0))if(y===3){var rt=this.i(1);b=Math.min(E.x,rt.x);var st=Math.min(E.y,rt.y);rt=this.i(2),b=Math.min(b,rt.x),st=Math.min(st,rt.y)}else{if(this.isOrthogonal)for(st=0;st<y;st++)rt=b[st],z.x=Math.min(rt.x,z.x),z.y=Math.min(rt.y,z.y);else for(b=3;b<y;b+=3)b+3>=y&&(b=y-1),st=this.i(b),z.x=Math.min(st.x,z.x),z.y=Math.min(st.y,z.y);b=z.x,st=z.y}else{for(st=0;st<y;st++)rt=b[st],z.x=Math.min(rt.x,z.x),z.y=Math.min(rt.y,z.y);b=z.x,st=z.y}if(b-=this.su.x,st-=this.su.y,E.x-=b,E.y-=st,y!==2||Ic(this)){if(a.type=Sn.o,rt=N1(a),this.computeShortLength(!0)!==0&&(E=Pd(this,E,!0,z)),Ef(rt,E.x,E.y,!1),nt===Sa&&3<=y&&!Re.$(this.smoothness,0))if(y===3)x=this.i(1),y=x.x-b,x=x.y-st,E=this.i(2).copy(),E.x-=b,E.y-=st,this.computeShortLength(!1)!==0&&(E=Pd(this,E,!1,z)),Qu(rt,y,x,y,x,E.x,E.y);else if(this.isOrthogonal){y=ye.allocAt(b,st),x=ye.alloc(),x.assign(this.i(1)),z=ye.allocAt(b,st),E=ye.allocAt(b,st),nt=this.i(0);for(var ht,dt=this.smoothness/3,vt=1;vt<this.pointsCount-1;vt++){ht=this.i(vt);var Nt=nt,Wt=ht,Ht=this.i(Jv(this,ht,vt,!1));if((!Re.$(Nt.x,Wt.x)||!Re.$(Wt.x,Ht.x))&&(!Re.$(Nt.y,Wt.y)||!Re.$(Wt.y,Ht.y))){var ne=dt;isNaN(ne)&&(ne=this.smoothness/3);var ve=Nt.x;Nt=Nt.y;var de=Wt.x;Wt=Wt.y;var Pe=Ht.x;Ht=Ht.y;var be=ne*Ym(ve,Nt,de,Wt);ne*=Ym(de,Wt,Pe,Ht),Re.$(Nt,Wt)&&Re.$(de,Pe)&&(de>ve?Ht>Wt?(z.x=de-be,z.y=Wt-be,E.x=de+ne,E.y=Wt+ne):(z.x=de-be,z.y=Wt+be,E.x=de+ne,E.y=Wt-ne):Ht>Wt?(z.x=de+be,z.y=Wt-be,E.x=de-ne,E.y=Wt+ne):(z.x=de+be,z.y=Wt+be,E.x=de-ne,E.y=Wt-ne)),Re.$(ve,de)&&Re.$(Wt,Ht)&&(Wt>Nt?(Pe>de?(z.x=de-be,z.y=Wt-be,E.x=de+ne):(z.x=de+be,z.y=Wt-be,E.x=de-ne),E.y=Wt+ne):(Pe>de?(z.x=de-be,z.y=Wt+be,E.x=de+ne):(z.x=de+be,z.y=Wt+be,E.x=de-ne),E.y=Wt-ne)),(Re.$(ve,de)&&Re.$(de,Pe)||Re.$(Nt,Wt)&&Re.$(Wt,Ht))&&(ve=.5*(ve+Pe),Nt=.5*(Nt+Ht),z.x=ve,z.y=Nt,E.x=ve,E.y=Nt),(vt===1||vt===2&&Re.$(nt.x,this.i(0).x)&&Re.$(nt.y,this.i(0).y))&&(x.x=.5*(nt.x+ht.x),x.y=.5*(nt.y+ht.y)),Qu(rt,x.x-b,x.y-st,z.x-b,z.y-st,ht.x-b,ht.y-st),y.set(z),x.set(E),nt=ht}}ht=nt.x,nt=nt.y,dt=this.i(this.pointsCount-1),this.computeShortLength(!1)!==0&&(dt=Pd(this,dt.copy(),!1,to)),ht=.5*(ht+dt.x),nt=.5*(nt+dt.y),Qu(rt,E.x-b,E.y-st,ht-b,nt-st,dt.x-b,dt.y-st),ye.free(y),ye.free(x),ye.free(z),ye.free(E)}else for(x=3;x<y;x+=3)z=this.i(x-2),x+3>=y&&(x=y-1),E=this.i(x-1),nt=this.i(x),x===y-1&&this.computeShortLength(!1)!==0&&(nt=Pd(this,nt.copy(),!1,to)),Qu(rt,z.x-b,z.y-st,E.x-b,E.y-st,nt.x-b,nt.y-st);else{for(z=ye.alloc(),z.assign(this.i(0)),E=ye.alloc(),E.assign(z),nt=this.computeCorner(),vt=1,ht=0;vt<y;){if(vt=Jv(this,z,vt,1<vt),dt=this.i(vt),vt>=y-1){if(!z.D(dt))this.computeShortLength(!1)!==0&&(dt=Pd(this,dt.copy(),!1,to)),Cd(this,rt,-b,-st,z,dt,x);else if(ht===0)for(vt=1;vt<y;)E.assign(z),dt=this.i(vt++),Cd(this,rt,-b,-st,z,dt,x),z.assign(dt);break}if(ht=Jv(this,dt,vt+1,vt<y-3),vt=-b,ve=-st,Nt=dt,de=this.i(ht),ne=x,Re.B(z.y,Nt.y)&&Re.B(Nt.x,de.x))if(Ht=Math.min(nt,Math.abs(Nt.x-E.x)/2),Ht=be=Math.min(Ht,Math.abs(de.y-Nt.y)/2),Re.B(Ht,0))Cd(this,rt,vt,ve,z,Nt,ne),z.assign(Nt);else{var Ee=Nt.x,Be=Nt.y;Wt=Ee,Pe=Be,Nt.x>z.x?Ee=Nt.x-Ht:Ee=Nt.x+Ht,de.y>Nt.y?Pe=Nt.y+be:Pe=Nt.y-be,de=ye.allocAt(Ee,Be),Cd(this,rt,vt,ve,z,de,ne),ye.free(de),Rm(rt,Nt.x+vt,Nt.y+ve,Wt+vt,Pe+ve),z.h(Wt,Pe)}else Re.B(z.x,Nt.x)&&Re.B(Nt.y,de.y)?(Ht=Math.min(nt,Math.abs(Nt.y-E.y)/2),Ht=be=Math.min(Ht,Math.abs(de.x-Nt.x)/2),Re.B(be,0)?(Cd(this,rt,vt,ve,z,Nt,ne),z.assign(Nt)):(Ee=Nt.x,Be=Nt.y,Wt=Ee,Pe=Be,Nt.y>z.y?Be=Nt.y-Ht:Be=Nt.y+Ht,de.x>Nt.x?Wt=Nt.x+be:Wt=Nt.x-be,de=ye.allocAt(Ee,Be),Cd(this,rt,vt,ve,z,de,ne),ye.free(de),Rm(rt,Nt.x+vt,Nt.y+ve,Wt+vt,Pe+ve),z.h(Wt,Pe))):(Cd(this,rt,vt,ve,z,Nt,ne),z.assign(Nt));E.assign(dt),vt=ht}ye.free(z)}jm=rt}else rt=this.i(1).copy(),rt.x-=b,rt.y-=st,this.computeShortLength(!0)!==0&&(E=Pd(this,E,!0,z)),this.computeShortLength(!1)!==0&&(rt=Pd(this,rt,!1,z)),a.type=Sn.j,a.startX=E.x,a.startY=E.y,a.endX=rt.x,a.endY=rt.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),Re.$(a,0)?y:Re.$(y,0)?a:Math.sqrt(a*a+y*y)))}function Pd(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 Jv(a,y,x,b){for(var E=a.pointsCount,z=y;Re.$(y.x,z.x)&&Re.$(y.y,z.y);){if(x>=E)return E-1;z=a.i(x++)}if(!Re.$(y.x,z.x)&&!Re.$(y.y,z.y))return x-1;for(var nt=z;Re.$(y.x,z.x)&&Re.$(z.x,nt.x)&&(!b||(y.y>=z.y?z.y>=nt.y:z.y<=nt.y))||Re.$(y.y,z.y)&&Re.$(z.y,nt.y)&&(!b||(y.x>=z.x?z.x>=nt.x:z.x<=nt.x));){if(x>=E)return E-1;nt=a.i(x++)}return x-2}vn.prototype.computeJumpLength=function(){return 10};function Cd(a,y,x,b,E,z,nt){if(!nt&&Ic(a)){nt=a.computeJumpLength();var rt=nt/2,st=[],ht=0;if(a.isVisible()&&(ht=Lx(a,E,z,st)),0<ht){if(Re.B(E.y,z.y))if(E.x<z.x)for(var dt=0;dt<ht;){var vt=Math.max(E.x,Math.min(st[dt++]-rt,z.x-nt));y.lineTo(vt+x,z.y+b);for(var Nt=vt+x,Wt=Math.min(vt+nt,z.x);dt<ht&&(vt=st[dt],vt<Wt+nt);)dt++,Wt=Math.min(vt+rt,z.x);vt=z.y-nt+b,Wt+=x;var Ht=z.y+b;a.curve===eh?Ef(y,Wt,Ht,!1):Qu(y,Nt,vt,Wt,vt,Wt,Ht)}else for(--ht;0<=ht;){for(dt=Math.min(E.x,Math.max(st[ht--]+rt,z.x+nt)),y.lineTo(dt+x,z.y+b),Nt=dt+x,vt=Math.max(dt-nt,z.x);0<=ht&&(dt=st[ht],dt>vt-nt);)ht--,vt=Math.max(dt-rt,z.x);dt=z.y-nt+b,vt+=x,Wt=z.y+b,a.curve===eh?Ef(y,vt,Wt,!1):Qu(y,Nt,dt,vt,dt,vt,Wt)}else if(Re.B(E.x,z.x))if(E.y<z.y)for(dt=0;dt<ht;){for(vt=Math.max(E.y,Math.min(st[dt++]-rt,z.y-nt)),y.lineTo(z.x+x,vt+b),Nt=vt+b,vt=Math.min(vt+nt,z.y);dt<ht&&(Wt=st[dt],Wt<vt+nt);)dt++,vt=Math.min(Wt+rt,z.y);Wt=z.x-nt+x,Ht=z.x+x,vt+=b,a.curve===eh?Ef(y,Ht,vt,!1):Qu(y,Wt,Nt,Wt,vt,Ht,vt)}else for(--ht;0<=ht;){for(dt=Math.min(E.y,Math.max(st[ht--]+rt,z.y+nt)),y.lineTo(z.x+x,dt+b),Nt=dt+b,dt=Math.max(dt-nt,z.y);0<=ht&&(vt=st[ht],vt>dt-nt);)ht--,dt=Math.max(vt-rt,z.y);vt=z.x-nt+x,Wt=z.x+x,dt+=b,a.curve===eh?Ef(y,Wt,dt,!1):Qu(y,vt,Nt,vt,dt,Wt,dt)}}}y.lineTo(z.x+x,z.y+b)}function Lx(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 nt=z.length,rt=0;rt<nt;rt++){var st=z[rt];if(st instanceof vn){if(st===a)return 0<b.length&&b.sort(function(dt,vt){return dt-vt}),b.length;if(st.isVisible()&&Ic(st)){var ht=st.routeBounds;ht.w()&&a.routeBounds.Yc(ht)&&!a.usesSamePort(st)&&(ht=st.path,ht!==null&&ht.Ed()&&kx(y,x,b,st))}}}}}return 0<b.length&&b.sort(function(dt,vt){return dt-vt}),b.length}function kx(a,y,x,b){for(var E=Re.B(a.y,y.y),z=b.pointsCount,nt=b.i(0),rt=ye.alloc(),st=1;st<z;st++){var ht=b.i(st);if(st<z-1){var dt=b.i(st+1);if(nt.y===ht.y&&ht.y===dt.y){if(ht.x>nt.x&&dt.x>=ht.x||ht.x<nt.x&&dt.x<=ht.x)continue}else if(nt.x===ht.x&&ht.x===dt.x&&(ht.y>nt.y&&dt.y>=ht.y||ht.y<nt.y&&dt.y<=ht.y))continue}t:{dt=a.x;var vt=a.y,Nt=y.x,Wt=y.y,Ht=nt.x;nt=nt.y;var ne=ht.x,ve=ht.y;if(Re.B(dt,Nt)){if(!Re.B(vt,Wt)&&Re.B(nt,ve)&&Math.min(vt,Wt)<nt&&Math.max(vt,Wt)>nt&&Math.min(Ht,ne)<dt&&Math.max(Ht,ne)>dt&&!Re.B(Ht,ne)){rt.x=dt,rt.y=nt,dt=!0;break t}}else if(Re.B(vt,Wt)&&Re.B(Ht,ne)&&Math.min(dt,Nt)<Ht&&Math.max(dt,Nt)>Ht&&Math.min(nt,ve)<vt&&Math.max(nt,ve)>vt&&!Re.B(nt,ve)){rt.x=Ht,rt.y=vt,dt=!0;break t}rt.x=0,rt.y=0,dt=!1}dt&&(E?x.push(rt.x):x.push(rt.y)),nt=ht}ye.free(rt)}function Ic(a){return a=a.curve,a===Nf||a===eh}function Zm(a,y){(y||Ic(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()))}vn.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 nt=E.length,rt=0;rt<nt;rt++){var st=E[rt];st instanceof vn&&(st===this?z=!0:z&&eS(this,st,a))}}else if(b)for(z=E.Pa.s,E=z.length,nt=0;nt<E;nt++)rt=z[nt],rt instanceof vn&&eS(this,rt,a)}}}}};function eS(a,y,x){if(y!==null&&y.lk&&y.fd&&Ic(y)){var b=y.routeBounds;b.w()&&(a.routeBounds.Yc(b)||x.Yc(b))&&(a.usesSamePort(y)||y.qc())}}vn.prototype.usesSamePort=function(a){var y=this.pointsCount,x=a.pointsCount;if(0<y&&0<x){var b=this.i(0),E=a.i(0);if(b.Xa(E)||(y=this.i(y-1),a=a.i(x-1),y.Xa(a)||b.Xa(a)||y.Xa(E)))return!0}else if(this.fromNode===a.fromNode||this.toNode===a.toNode||this.fromNode===a.toNode||this.toNode===a.fromNode)return!0;return!1},vn.prototype.isVisible=function(){if(!$n.prototype.isVisible.call(this))return!1;var a=this.containingGroup,y=!0,x=this.diagram;if(x!==null&&(y=x.isTreePathToChildren),x=this.fromNode,x!==null){if(this.isTreeLink&&y&&!x.isTreeExpanded)return!1;if(x===a)return!0;for(var b=x;b!==null;){if(b.labeledLink===this)return!0;b=b.containingGroup}if(x=x.findVisibleNode(),x===null||x===a)return!1}if(x=this.toNode,x!==null){if(this.isTreeLink&&!y&&!x.isTreeExpanded)return!1;if(x===a)return!0;for(y=x;y!==null;){if(y.labeledLink===this)return!0;y=y.containingGroup}if(y=x.findVisibleNode(),y===null||y===a)return!1}return!0},vn.prototype.Zb=function(a){if($n.prototype.Zb.call(this,a),a&&Zm(this,!1),this.Sf!==null&&this.Sf.Sl(),this.wd!==null)for(var y=this.wd.iterator;y.next();)y.value.Zb(a)},vn.prototype.computeAdjusting=function(){return this.isAvoiding&&this.diagram!==null&&this.diagram.animationManager.defaultAnimation.isAnimating?qg:this.qk};function Jg(a){var y=a.ef;if(y!==null){var x=a.uf;if(x!==null&&isNaN(a.curviness)){for(var b=a.ff,E=a.vf,z=a=null,nt=y.jb.s,rt=nt.length,st=0;st<rt;st++){var ht=nt[st];(ht.ef===y&&ht.ff===b&&ht.uf===x&&ht.vf===E||ht.ef===x&&ht.ff===E&&ht.uf===y&&ht.vf===b)&&(z===null?z=ht:(a===null&&(a=[],a.push(z)),a.push(ht)))}if(a!==null){for(z=_1(y,x,b,E),z===null&&(z=new $m(y,b,x,E),U1(y,z),U1(x,z)),z.links=a,y=0;y<a.length;y++)a[y].Sf=z;z.Sl()}}}}function Qg(a){var y=a.Sf;y!==null&&isNaN(a.curviness)&&(a.Sf=null,a=y.links.indexOf(a),0<=a&&(Yn(y.links,a),y.Sl()))}vn.prototype.ph=function(){return!0},Ue.Object.defineProperties(vn.prototype,{fromNode:{get:function(){return this.ef},set:function(a){var y=this.ef;if(y!==a){var x=this.fromPort;y!==null&&(this.uf!==y&&Um(y,this,x),Qg(this),this.C(2)),this.ef=a,a!==null&&this.Zb(a.isVisible()),this.Wf=null,this.bb();var b=this.diagram;b!==null&&b.aa&&b.partManager.setFromNodeForLink(this,a,y);var E=this.fromPort,z=this.fromPortChanged;if(z!==null){var nt=!0;b!==null&&(nt=b.aa,b.aa=!0),z(this,x,E),b!==null&&(b.aa=nt)}a!==null&&(this.uf!==a&&Gm(a,this,E),Jg(this),this.C(1)),this.g("fromNode",y,a),Mf(this)}}},fromPortId:{get:function(){return this.ff},set:function(a){var y=this.ff;if(y!==a){var x=this.fromPort;x!==null&&ra(x),Qg(this),this.ff=a;var b=this.fromPort;b!==null&&ra(b);var E=this.diagram;if(E!==null){var z=this.data,nt=E.model;z!==null&&nt.ri()&&nt.xv(z,a)}x!==b&&(this.Wf=null,this.bb(),z=this.fromPortChanged,z!==null&&(nt=!0,E!==null&&(nt=E.aa,E.aa=!0),z(this,x,b),E!==null&&(E.aa=nt))),Jg(this),this.g("fromPortId",y,a)}}},fromPort:{get:function(){var a=this.ef;return a===null?null:a.ns(this.ff)}},fromPortChanged:{get:function(){return this.gn},set:function(a){var y=this.gn;y!==a&&(this.gn=a,this.g("fromPortChanged",y,a))}},toNode:{get:function(){return this.uf},set:function(a){var y=this.uf;if(y!==a){var x=this.toPort;y!==null&&(this.ef!==y&&Um(y,this,x),Qg(this),this.C(2)),this.uf=a,a!==null&&this.Zb(a.isVisible()),this.Wf=null,this.bb();var b=this.diagram;b!==null&&b.aa&&b.partManager.setToNodeForLink(this,a,y);var E=this.toPort,z=this.toPortChanged;if(z!==null){var nt=!0;b!==null&&(nt=b.aa,b.aa=!0),z(this,x,E),b!==null&&(b.aa=nt)}a!==null&&(this.ef!==a&&Gm(a,this,E),Jg(this),this.C(1)),this.g("toNode",y,a),Mf(this)}}},toPortId:{get:function(){return this.vf},set:function(a){var y=this.vf;if(y!==a){var x=this.toPort;x!==null&&ra(x),Qg(this),this.vf=a;var b=this.toPort;b!==null&&ra(b);var E=this.diagram;if(E!==null){var z=this.data,nt=E.model;z!==null&&nt.ri()&&nt.Cv(z,a)}x!==b&&(this.Wf=null,this.bb(),z=this.toPortChanged,z!==null&&(nt=!0,E!==null&&(nt=E.aa,E.aa=!0),z(this,x,b),E!==null&&(E.aa=nt))),Jg(this),this.g("toPortId",y,a)}}},toPort:{get:function(){var a=this.uf;return a===null?null:a.ns(this.vf)}},toPortChanged:{get:function(){return this.uo},set:function(a){var y=this.uo;y!==a&&(this.uo=a,this.g("toPortChanged",y,a))}},fromSpot:{get:function(){return this.ba!==null?this.ba.Xi:Mo},set:function(a){var y=this.fromSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.Xi=a,this.g("fromSpot",y,a),(y.$c()||a.$c())&&this.fromNode!==null&&ra(this.fromPort),this.bb())}},fromEndSegmentLength:{get:function(){return this.ba!==null?this.ba.Vi:NaN},set:function(a){var y=this.fromEndSegmentLength;y!==a&&(0>a&&wn(a,">= 0",vn,"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:Mo},set:function(a){var y=this.toSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.yj=a,this.g("toSpot",y,a),(y.$c()||a.$c())&&this.toNode!==null&&ra(this.toPort),this.bb())}},toEndSegmentLength:{get:function(){return this.ba!==null?this.ba.wj:NaN},set:function(a){var y=this.toEndSegmentLength;y!==a&&(0>a&&wn(a,">= 0",vn,"toEndSegmentLength"),this.Xc(),this.ba.wj=a,this.g("toEndSegmentLength",y,a),this.bb())}},toShortLength:{get:function(){return this.ba!==null?this.ba.xj:NaN},set:function(a){var y=this.toShortLength;y!==a&&(this.Xc(),this.ba.xj=a,this.qc(),this.g("toShortLength",y,a))}},isLabeledLink:{get:function(){return this.wd===null?!1:0<this.wd.count}},labelNodes:{get:function(){return this.wd===null?Ti:this.wd.iterator}},relinkableFrom:{get:function(){return(this.Qa&1)!==0},set:function(a){var y=(this.Qa&1)!==0;y!==a&&(this.Qa^=1,this.g("relinkableFrom",y,a),this.Wb())}},relinkableTo:{get:function(){return(this.Qa&2)!==0},set:function(a){var y=(this.Qa&2)!==0;y!==a&&(this.Qa^=2,this.g("relinkableTo",y,a),this.Wb())}},resegmentable:{get:function(){return(this.Qa&4)!==0},set:function(a){var y=(this.Qa&4)!==0;y!==a&&(this.Qa^=4,this.g("resegmentable",y,a),this.Wb())}},isTreeLink:{get:function(){return(this.Qa&8)!==0},set:function(a){var y=(this.Qa&8)!==0;y!==a&&(this.Qa^=8,this.g("isTreeLink",y,a),this.fromNode!==null&&Xg(this.fromNode),this.toNode!==null&&Xg(this.toNode))}},path:{get:function(){var a=this.Pb();return a instanceof ki?a:null}},routeBounds:{get:function(){this.vg();var a=this.ml,y=1/0,x=1/0,b=this.pointsCount;if(b===0)a.h(NaN,NaN,0,0);else{if(b===1)b=this.i(0),y=Math.min(b.x,y),x=Math.min(b.y,x),a.h(b.x,b.y,0,0);else if(b===2){b=this.i(0);var E=this.i(1);y=Math.min(b.x,E.x),x=Math.min(b.y,E.y),a.h(b.x,b.y,0,0),a.Ye(E)}else if(this.computeCurve()===Sa&&3<=b&&!this.isOrthogonal)if(E=this.i(0),y=E.x,x=E.y,a.h(y,x,0,0),b===3){b=this.i(1),y=Math.min(b.x,y),x=Math.min(b.y,x);var z=this.i(2);y=Math.min(z.x,y),x=Math.min(z.y,x),Re.Dl(E.x,E.y,b.x,b.y,b.x,b.y,z.x,z.y,.5,a)}else for(z=3;z<b;z+=3){var nt=this.i(z-2);z+3>=b&&(z=b-1);var rt=this.i(z-1),st=this.i(z);Re.Dl(E.x,E.y,nt.x,nt.y,rt.x,rt.y,st.x,st.y,.5,a),y=Math.min(st.x,y),x=Math.min(st.y,x),E=st}else for(E=this.i(0),z=this.i(1),y=Math.min(E.x,z.x),x=Math.min(E.y,z.y),a.h(E.x,E.y,0,0),a.Ye(z),E=2;E<b;E++)z=this.i(E),y=Math.min(z.x,y),x=Math.min(z.y,x),a.Ye(z);this.su.h(y-a.x,x-a.y)}return a}},midPoint:{get:function(){return this.vg(),this.computeMidPoint(new ye)}},midAngle:{get:function(){return this.vg(),this.computeMidAngle()}},flattenedLengths:{get:function(){if(this.cq===null){this.fd||Hm(this);for(var a=this.cq=[],y=this.pointsCount,x=0;x<y-1;x++){var b=this.i(x),E=this.i(x+1);Re.$(b.x,E.x)?(b=E.y-b.y,0>b&&(b=-b)):Re.$(b.y,E.y)?(b=E.x-b.x,0>b&&(b=-b)):b=Math.sqrt(b.Bf(E)),a.push(b)}}return this.cq}},flattenedTotalLength:{get:function(){var a=this.vt;if(isNaN(a)){for(var y=this.flattenedLengths,x=y.length,b=a=0;b<x;b++)a+=y[b];this.vt=a}return a}},points:{get:function(){return this.Nb},set:function(a){var y=this.Nb;if(y!==a){var x=null;if(Array.isArray(a)){var b=a.length%2===0;if(b){for(var E=0;E<a.length;E++)if(typeof a[E]!="number"||isNaN(a[E])){b=!1;break}}if(b)for(x=new fn,b=0;b<a.length/2;b++)E=new ye(a[2*b],a[2*b+1]).freeze(),x.add(E);else{for(b=!0,E=0;E<a.length;E++){var z=a[E];if(!rn(z)||typeof z.x!="number"||isNaN(z.x)||typeof z.y!="number"||isNaN(z.y)){b=!1;break}}if(b)for(x=new fn,b=0;b<a.length;b++)E=a[b],x.add(new ye(E.x,E.y).freeze())}}else if(a instanceof fn)for(x=a.copy(),a=x.iterator;a.next();)a.value.freeze();else Le("Link.points value is not an instance of List or Array: "+a);x.freeze(),this.Nb=x,this.qc(),Hm(this),a=this.diagram,a!==null&&(a.pi||a.undoManager.isUndoingRedoing||a.As.add(this),a.animationManager.zb&&tf(a.animationManager,this,x)),this.g("points",y,x)}}},pointsCount:{get:function(){return this.Nb.count}},fd:{get:function(){return(this.Qa&16)!==0},set:function(a){(this.Qa&16)!==0!==a&&(this.Qa^=16)}},suspendsRouting:{get:function(){return(this.Qa&32)!==0},set:function(a){(this.Qa&32)!==0!==a&&(this.Qa^=32)}},computingPoints:{get:function(){return(this.Qa&64)!==0},set:function(a){(this.Qa&64)!==0!==a&&(this.Qa^=64)}},defaultFromPoint:{get:function(){return this.o},set:function(a){this.o=a.copy()}},defaultToPoint:{get:function(){return this.u},set:function(a){this.u=a.copy()}},isOrthogonal:{get:function(){return(this.qj.value&2)===2}},isAvoiding:{get:function(){return(this.qj.value&4)===4}},lk:{get:function(){return(this.Qa&128)!==0},set:function(a){(this.Qa&128)!==0!==a&&(this.Qa^=128)}},geometry:{get:function(){if(!this.lk){if(this.vg(),2>this.pointsCount)return this.lk=!0,this.ua;this.ua=this.makeGeometry()}return this.ua}},firstPickIndex:{get:function(){return 2>=this.pointsCount?0:this.isOrthogonal||!Tf(this.computeSpot(!0))?1:0}},lastPickIndex:{get:function(){var a=this.pointsCount;return a===0?0:2>=a?a-1:this.isOrthogonal||!Tf(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===eh||y===Nf||a===eh||a===Nf),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)}}}),vn.prototype.invalidateOtherJumpOvers=vn.prototype.Xo,vn.prototype.findClosestSegment=vn.prototype.ez,vn.prototype.updateRoute=vn.prototype.vg,vn.prototype.invalidateRoute=vn.prototype.bb,vn.prototype.rollbackRoute=vn.prototype.rv,vn.prototype.commitRoute=vn.prototype.zf,vn.prototype.startRoute=vn.prototype.uh,vn.prototype.clearPoints=vn.prototype.Fj,vn.prototype.removePoint=vn.prototype.pv,vn.prototype.addPointAt=vn.prototype.yf,vn.prototype.addPoint=vn.prototype.ne,vn.prototype.insertPointAt=vn.prototype.m,vn.prototype.insertPoint=vn.prototype.Kz,vn.prototype.setPointAt=vn.prototype.L,vn.prototype.setPoint=vn.prototype.dd,vn.prototype.getPoint=vn.prototype.i,vn.prototype.getOtherPort=vn.prototype.Cz,vn.prototype.getOtherNode=vn.prototype.To;var bd=null,Ad=null,Qv=new sn(vn,"Normal",1),Ex=new sn(vn,"Orthogonal",2),Mx=new sn(vn,"AvoidsNodes",6),nS=new sn(vn,"AvoidsNodesStraight",7),bs=new sn(vn,"None",0),Sa=new sn(vn,"Bezier",9),eh=new sn(vn,"JumpGap",10),Nf=new sn(vn,"JumpOver",11),qg=new sn(vn,"End",17),Xm=new sn(vn,"Scale",18),Jm=new sn(vn,"Stretch",19),$g=new sn(vn,"OrientAlong",21),tp=new sn(vn,"OrientPlus90",22),ep=new sn(vn,"OrientMinus90",23),qv=new sn(vn,"OrientOpposite",24),Qm=new sn(vn,"OrientUpright",25),np=new sn(vn,"OrientPlus90Upright",26),ip=new sn(vn,"OrientMinus90Upright",27),qm=new sn(vn,"OrientUpright45",28),iS=16,rS=14,rp=8;vn.className="Link",vn.Normal=Qv,vn.Orthogonal=Ex,vn.AvoidsNodes=Mx,vn.AvoidsNodesStraight=nS,vn.None=bs,vn.Bezier=Sa,vn.JumpGap=eh,vn.JumpOver=Nf,vn.End=qg,vn.Scale=Xm,vn.Stretch=Jm,vn.OrientAlong=$g,vn.OrientPlus90=tp,vn.OrientMinus90=ep,vn.OrientOpposite=qv,vn.OrientUpright=Qm,vn.OrientPlus90Upright=np,vn.OrientMinus90Upright=ip,vn.OrientUpright45=qm,vn.EndSegmentStep=8,vn.CurvinessStart=iS,vn.SpacingMin=rS,vn.OrthoShortCut=rp;function $m(a,y,x,b){si(this),this.Fe=this.qq=!1,this.Ds=a,this.Ox=y,this.cv=x,this.Px=b,this.links=[]}$m.prototype.Sl=function(){if(!this.qq){var a=this.links;0<a.length&&(a=a[0].diagram,a!==null&&(a.ow.add(this),this.Fe=a.undoManager.isUndoingRedoing))}this.qq=!0},$m.prototype.Nv=function(){if(this.qq){this.qq=!1;var a=this.links;if(0<a.length){var y=a[0],x=y.diagram;x=x===null||x.pi&&!this.Fe,this.Fe=!1,y.arrangeBundledLinks(a,x),a.length===1&&(y.Sf=null,a.length=0)}a.length===0&&(a=this.Ds,this!==null&&a.af!==null&&a.af.remove(this),a=this.cv,this!==null&&a.af!==null&&a.af.remove(this))}},$m.className="LinkBundle";function op(a){si(this),this.Yx=this.group=null,this.vs=!0,this.abort=!1,this.Od=this.Nd=1,this.Fn=this.En=-1,this.rc=a.width,this.sc=a.height,this.ac=null,this.ei=this.di=0,this.Os=11,this.Ix=this.Hx=22}op.prototype.initialize=function(a){if(!(0>=a.width||0>=a.height)){var y=a.y,x=a.x+a.width,b=a.y+a.height;if(this.Nd=Math.floor((a.x-this.rc)/this.rc)*this.rc,this.Od=Math.floor((y-this.sc)/this.sc)*this.sc,this.En=Math.ceil((x+2*this.rc)/this.rc)*this.rc,this.Fn=Math.ceil((b+2*this.sc)/this.sc)*this.sc,a=1+(Math.ceil((this.En-this.Nd)/this.rc)|0),y=1+(Math.ceil((this.Fn-this.Od)/this.sc)|0),this.ac===null||this.di<a-1||this.ei<y-1){for(x=[],b=0;b<=a;b++)x[b]=new Uint32Array(y);this.ac=x,this.di=a-1,this.ei=y-1}if(a=$v,this.ac!==null)for(y=0;y<=this.di;y++)if(x=this.ac[y],x.fill)x.fill(a);else for(b=0;b<=this.ei;b++)x[b]=a}};function Ff(a,y,x){return a.Nd<=y&&y<=a.En&&a.Od<=x&&x<=a.Fn}function ql(a,y,x){return Ff(a,y,x)?(y-=a.Nd,y/=a.rc,x-=a.Od,x/=a.sc,a.ac[y|0][x|0]):$v}function oS(a){if(a.ac!==null)for(var y=0;y<=a.di;y++)for(var x=a.ac[y],b=0;b<=a.ei;b++)x[b]>=Rc&&(x[b]=$v)}op.prototype.Yj=function(a,y,x,b){if(a>this.En||a+x<this.Nd||y>this.Fn||y+b<this.Od)return!0;a=(a-this.Nd)/this.rc|0,y=(y-this.Od)/this.sc|0,x=Math.max(0,x)/this.rc+1|0;var E=Math.max(0,b)/this.sc+1|0;if(0>a&&(x+=a,a=0),0>y&&(E+=y,y=0),0>x||0>E)return!0;for(b=Math.min(a+x-1,this.di)|0,x=Math.min(y+E-1,this.ei)|0;a<=b;a++){E=this.ac[a];for(var z=y;z<=x;z++)if(E[z]===nh)return!1}return!0};function $l(a,y,x,b,E,z,nt,rt,st){if(!(y<z||y>nt||x<rt||x>st)){var ht=y|0,dt=x|0,vt=a.ac[ht][dt];if(vt>=Rc&&vt<Df)for(E?dt+=b:ht+=b,vt+=1;z<=ht&&ht<=nt&&rt<=dt&&dt<=st&&!(vt>=a.ac[ht][dt]);)a.ac[ht][dt]=vt,vt+=1,E?dt+=b:ht+=b;if(ht=E?dt:ht,E)if(0<b)for(x+=b;x<ht;x+=b)$l(a,y,x,1,!E,z,nt,rt,st),$l(a,y,x,-1,!E,z,nt,rt,st);else for(x+=b;x>ht;x+=b)$l(a,y,x,1,!E,z,nt,rt,st),$l(a,y,x,-1,!E,z,nt,rt,st);else if(0<b)for(y+=b;y<ht;y+=b)$l(a,y,x,1,!E,z,nt,rt,st),$l(a,y,x,-1,!E,z,nt,rt,st);else for(y+=b;y>ht;y+=b)$l(a,y,x,1,!E,z,nt,rt,st),$l(a,y,x,-1,!E,z,nt,rt,st)}}function t0(a,y,x,b,E,z,nt,rt,st){y|=0,x|=0;var ht=nh,dt=Rc;for(a.ac[y][x]=dt;ht===nh&&y>z&&y<nt&&x>rt&&x<st;)dt+=1,a.ac[y][x]=dt,E?x+=b:y+=b,ht=a.ac[y][x]}function e0(a,y,x,b,E,z,nt,rt,st){y|=0,x|=0;var ht=nh,dt=Df;for(a.ac[y][x]=dt;ht===nh&&y>z&&y<nt&&x>rt&&x<st;)a.ac[y][x]=dt,E?x+=b:y+=b,ht=a.ac[y][x]}function sS(a,y,x,b,E,z,nt){if(a.ac!==null){a.abort=!1;var rt=y.x,st=y.y;if(Ff(a,rt,st)){rt-=a.Nd,rt/=a.rc,st-=a.Od,st/=a.sc;var ht=b.x,dt=b.y;if(Ff(a,ht,dt))if(ht-=a.Nd,ht/=a.rc,dt-=a.Od,dt/=a.sc,1>=Math.abs(rt-ht)&&1>=Math.abs(st-dt))a.abort=!0;else{var vt=z.x;b=z.y,y=z.x+z.width;var Nt=z.y+z.height;vt-=a.Nd,vt/=a.rc,b-=a.Od,b/=a.sc,y-=a.Nd,y/=a.rc,Nt-=a.Od,Nt/=a.sc,z=Math.max(0,Math.min(a.di,vt|0)),y=Math.min(a.di,Math.max(0,y|0)),vt=Math.max(0,Math.min(a.ei,b|0)),Nt=Math.min(a.ei,Math.max(0,Nt|0)),b=a.ac,rt|=0,st|=0,ht|=0,dt|=0;var Wt=x===0||x===90?1:-1;if(x=x===90||x===270,b[rt][st]===nh?(t0(a,rt,st,Wt,x,z,y,vt,Nt),t0(a,rt,st,1,!x,z,y,vt,Nt),t0(a,rt,st,-1,!x,z,y,vt,Nt)):t0(a,rt,st,Wt,x,rt,st,rt,st),b[ht][dt]===nh?(e0(a,ht,dt,E===0||E===90?1:-1,E===90||E===270,z,y,vt,Nt),e0(a,ht,dt,1,!(E===90||E===270),z,y,vt,Nt),e0(a,ht,dt,-1,!(E===90||E===270),z,y,vt,Nt)):e0(a,ht,dt,Wt,x,ht,dt,ht,dt),x=Vn(),nt&&aS(a,ht,dt,E,rt,st,x))for((x[0]!==ht||x[1]!==dt)&&(x.unshift(dt),x.unshift(ht)),(x[x.length-2]!==rt||x[x.length-1]!==st)&&(x.push(rt),x.push(st)),a=Rc,E=x[x.length-2],nt=x[x.length-1],b[E][nt]=a++,z=x.length-4;0<=z;z-=2)for(E=x[z+2],nt=x[z+3],y=x[z],ht=x[z+1];y>E?E++:y<E?E--:ht>nt?nt++:ht<nt&&nt--,b[E][nt]=a++,E!==y||nt!==ht;);else $l(a,rt,st,1,!1,z,y,vt,Nt),$l(a,rt,st,-1,!1,z,y,vt,Nt),$l(a,rt,st,1,!0,z,y,vt,Nt),$l(a,rt,st,-1,!0,z,y,vt,Nt);Tn(x)}}}}function aS(a,y,x,b,E,z,nt){for(var rt=a.ac,st=y,ht=x;;){if(st===E&&ht===z)return!0;var dt=st,vt=ht;if(b===0)if(dt<E)dt++;else break;else if(b===90)if(vt<z)vt++;else break;else if(b===180)if(dt>E)dt--;else break;else if(vt>z)vt--;else break;var Nt=rt[dt][vt];if(Nt===0||Nt===ty)break;st=dt,ht=vt}for(;;){if(dt=b,vt=st,Nt=ht,b===0?Nt<z?(dt=90,Nt++):Nt>z&&(dt=270,Nt--):b===90?vt<E?(dt=0,vt++):vt>E&&(dt=180,vt--):b===180?Nt<z?(dt=90,Nt++):Nt>z&&(dt=270,Nt--):vt<E?(dt=0,vt++):vt>E&&(dt=180,vt--),vt=rt[vt][Nt],dt!==b&&vt!==0&&vt!==ty){if(nt.push(st),nt.push(ht),aS(a,st,ht,dt,E,z,nt))return!0;nt.pop(),nt.pop()}if(rt[st][ht]=ty,b===0){if(st===y)return!1;st--}else if(b===90){if(ht===x)return!1;ht--}else if(b===180){if(st===y)return!1;st++}else{if(ht===x)return!1;ht++}}}Ue.Object.defineProperties(op.prototype,{bounds:{get:function(){return new en(this.Nd,this.Od,this.En-this.Nd,this.Fn-this.Od)}},Ho:{get:function(){return this.rc},set:function(a){0<a&&a!==this.rc&&(this.rc=a,this.initialize(this.bounds))}},Go:{get:function(){return this.sc},set:function(a){0<a&&a!==this.sc&&(this.sc=a,this.initialize(this.bounds))}}});var nh=0,Rc=1,Df=999999,$v=Df+1,ty=Df+2;op.className="PositionArray";function Ld(){si(this),this.port=this.node=null,this.pe=[],this.ap=!1}Ld.prototype.toString=function(){for(var a=this.pe,y=this.node.toString()+" "+a.length.toString()+":",x=0;x<a.length;x++){var b=a[x];b!==null&&(y+=`
`+b.toString())}return y};function Tx(a,y,x,b){switch(y=y.offsetY,y){case 8:return 90;case 2:return 180;case 1:return 270;case 4:return 0}switch(y){case 9:return 180<x?270:90;case 6:return 90<x&&270>=x?180:0}switch(a=180*Math.atan2(a.height,a.width)/Math.PI,y){case 3:return x>a&&x<=180+a?180:270;case 5:return x>180-a&&x<=360-a?270:0;case 12:return x>a&&x<=180+a?90:0;case 10:return x>180-a&&x<=360-a?180:90;case 7:return 90<x&&x<=180+a?180:x>180+a&&x<=360-a?270:0;case 13:return 180<x&&x<=360-a?270:x>a&&180>=x?90:0;case 14:return x>a&&x<=180-a?90:x>180-a&&270>=x?180:0;case 11:return x>180-a&&x<=180+a?180:x>180+a?270:90}return b&&y!==15&&(x-=15,0>x&&(x+=360)),x>a&&x<180-a?90:x>=180-a&&x<=180+a?180:x>180+a&&x<360-a?270:0}Ld.prototype.Sl=function(){this.pe.length=0};function lS(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 yi?E:null;if(z===null||z.isSubGraphExpanded)var nt=E.isTreeExpanded?E.findLinksConnected(a.port.portId):E.qx();else{if(!z.actualBounds.w()){a.ap=x;break t}b=z,nt=b.Lu()}z=a.pe.length=0;var rt=a.port.ga(mr,ye.alloc()),st=a.port.ga(Fs,ye.alloc());for(E=en.allocAt(rt.x,rt.y,0,0),E.Ye(st),ye.free(rt),ye.free(st),rt=ye.allocAt(E.x+E.width/2,E.y+E.height/2),st=a.port.li(),nt=nt.iterator;nt.next();){var ht=nt.value;if(ht.isVisible()&&ht.fromPort!==ht.toPort){var dt=ht.fromPort===a.port||ht.fromNode!==null&&ht.fromNode.Td(b),vt=ht.computeSpot(dt,a.port);if(vt.$c()&&(dt=dt?ht.toPort:ht.fromPort,dt!==null)){var Nt=dt.part;if(Nt!==null){var Wt=Nt.findVisibleNode();Wt!==null&&Wt!==Nt&&(Nt=Wt,dt=Nt.port),dt=ht.computeOtherPoint(Nt,dt),Nt=rt.ab(dt),Nt-=st,0>Nt?Nt+=360:360<=Nt&&(Nt-=360),vt=Tx(E,vt,Nt,ht.isOrthogonal),vt===0?(vt=4,180<Nt&&(Nt-=360)):vt===90?(vt=8,270<Nt&&(Nt-=360)):vt===180?vt=2:(vt=1,90>Nt&&(Nt+=360)),Wt=a.pe[z],Wt===void 0?(Wt=new ey(ht,Nt,vt),a.pe[z]=Wt):(Wt.link=ht,Wt.angle=Nt,Wt.Nc=vt),Wt.hv.set(dt),z++}}}}for(ye.free(rt),a.pe.sort(Ld.prototype.j),st=a.pe.length,b=-1,z=rt=0;z<st;z++)nt=a.pe[z],nt!==void 0&&(nt.Nc!==b&&(b=nt.Nc,rt=0),nt.Uo=rt,rt++);for(b=-1,rt=0,z=st-1;0<=z;z--)st=a.pe[z],st!==void 0&&(st.Nc!==b&&(b=st.Nc,rt=st.Uo+1),st.Gl=rt);if(z=a.pe,vt=a.port,b=a.node.portSpreading,rt=ye.alloc(),st=ye.alloc(),nt=ye.alloc(),ht=ye.alloc(),vt.ga(mr,rt),vt.ga(ca,st),vt.ga(Fs,nt),vt.ga(Ns,ht),Wt=Nt=dt=vt=0,b===Hv)for(var Ht=0;Ht<z.length;Ht++){var ne=z[Ht];if(ne!==null){var ve=ne.link.computeThickness();switch(ne.Nc){case 8:Nt+=ve;break;case 2:Wt+=ve;break;case 1:vt+=ve;break;default:case 4:dt+=ve}}}var de=Ht=0,Pe=1,be=ne=0;for(ve=0;ve<z.length;ve++){var Ee=z[ve];if(Ee!==null){if(Ht!==Ee.Nc){switch(Ht=Ee.Nc,Ht){case 8:var Be=nt;de=ht;break;case 2:Be=ht,de=rt;break;case 1:Be=rt,de=st;break;default:case 4:Be=st,de=nt}switch(ne=de.x-Be.x,be=de.y-Be.y,Ht){case 8:Nt>Math.abs(ne)?(Pe=Math.abs(ne)/Nt,Nt=Math.abs(ne)):Pe=1;break;case 2:Wt>Math.abs(be)?(Pe=Math.abs(be)/Wt,Wt=Math.abs(be)):Pe=1;break;case 1:vt>Math.abs(ne)?(Pe=Math.abs(ne)/vt,vt=Math.abs(ne)):Pe=1;break;default:case 4:dt>Math.abs(be)?(Pe=Math.abs(be)/dt,dt=Math.abs(be)):Pe=1}de=0}var Ye=Ee.Zo;if(b===Hv){switch(Ee=Ee.link.computeThickness(),Ee*=Pe,Ye.set(Be),Ht){case 8:Ye.x=Be.x+ne/2+Nt/2-de-Ee/2;break;case 2:Ye.y=Be.y+be/2+Wt/2-de-Ee/2;break;case 1:Ye.x=Be.x+ne/2-vt/2+de+Ee/2;break;default:case 4:Ye.y=Be.y+be/2-dt/2+de+Ee/2}de+=Ee}else{var Ln=.5;b===_m&&(Ln=(Ee.Uo+1)/(Ee.Gl+1)),Ye.x=Be.x+ne*Ln,Ye.y=Be.y+be*Ln}}}for(ye.free(rt),ye.free(st),ye.free(nt),ye.free(ht),Be=a.pe,z=0;z<Be.length;z++)b=Be[z],b!==null&&(b.Ju=a.computeEndSegmentLength(b));a.ap=x,en.free(E)}x=a.pe}for(a=0;a<x.length;a++)if(E=x[a],E!==null&&E.link===y)return E;return null}Ld.prototype.j=function(a,y){return a===y?0:a===null?-1:y===null?1:a.Nc<y.Nc?-1:a.Nc>y.Nc?1:a.angle<y.angle?-1:a.angle>y.angle?1:0},Ld.prototype.computeEndSegmentLength=function(a){var y=a.link,x=y.computeEndSegmentLength(this.node,this.port,Yi,y.fromPort===this.port),b=a.Uo;if(0>b)return x;var E=a.Gl;if(1>=E||!y.isOrthogonal)return x;y=a.hv;var z=a.Zo;return(a.Nc===2||a.Nc===8)&&(b=E-1-b),((a=a.Nc===2||a.Nc===4)?y.y<z.y:y.x<z.x)?x+8*b:(a?y.y===z.y:y.x===z.x)?x:x+8*(E-1-b)},Ld.className="Knot";function ey(a,y,x){this.link=a,this.angle=y,this.Nc=x,this.hv=new ye,this.Gl=this.Uo=0,this.Zo=new ye,this.Ju=0}ey.prototype.toString=function(){return this.link.toString()+" "+this.angle.toString()+" "+this.Nc.toString()+":"+this.Uo.toString()+"/"+this.Gl.toString()+" "+this.Zo.toString()+" "+this.Ju.toString()+" "+this.hv.toString()},ey.className="LinkInfo";function Dr(a){si(this),this.o=this.H=null,this.Gh=this.sn=!0,this.yn=!1,this.Am=new ye(0,0).freeze(),this.vn=!0,this.Em=this.un=null,this.xn=!1,this.j=null,a&&Object.assign(this,a)}Dr.prototype.cloneProtected=function(a){a.sn=this.sn,a.Gh=this.Gh,a.yn=this.yn,a.Am.assign(this.Am),a.vn=this.vn,a.un=this.un,a.Em=this.Em,a.xn=!0},Dr.prototype.copy=function(){var a=new this.constructor;return this.cloneProtected(a),a},Dr.prototype.qb=function(){},Dr.prototype.toString=function(){var a=Kn(this.constructor);return a+="(",this.group!==null&&(a+=" in "+this.group),this.diagram!==null&&(a+=" for "+this.diagram),a+")"},Dr.prototype.C=function(){if(this.isValidLayout){var a=this.diagram;if(a!==null&&!a.undoManager.isUndoingRedoing){var y=a.animationManager;!y.isTicking&&(y.defaultAnimation.isAnimating&&y.Cc(),this.isOngoing&&a.pi||this.isInitial&&!a.pi)&&(this.isValidLayout=!1,a.$b())}}},Dr.prototype.createNetwork=function(){return new Cr(this)},Dr.prototype.makeNetwork=function(a){var y=this.createNetwork();return a instanceof Xe?(y.lg(a.nodes,!0),y.lg(a.links,!0)):a instanceof yi?y.lg(a.memberParts):y.lg(a.iterator),y},Dr.prototype.updateParts=function(){this.isValidLayout=!0;var a=this.diagram;if(a===null&&this.network!==null)for(var y=this.network.vertexes.iterator;y.next();){var x=y.value.node;if(x!==null&&(a=x.diagram,a!==null))break}try{a!==null&&a.Ea("Layout"),this.commitLayout()}finally{a!==null&&a.eb("Layout")}},Dr.prototype.commitLayout=function(){if(this.network!==null){for(var a=this.network.vertexes.iterator;a.next();)a.value.commit();if(this.isRouting)for(a=this.network.edges.iterator;a.next();)a.value.commit()}},Dr.prototype.doLayout=function(a){var y=new gn;a instanceof Xe?(_h(this,y,a.nodes,!0,this.rh,!0,!1,!0),_h(this,y,a.parts,!0,this.rh,!0,!1,!0)):a instanceof yi?_h(this,y,a.memberParts,!1,this.rh,!0,!1,!0):y.addAll(a.iterator),0<y.count&&(a=this.diagram,a!==null&&a.Ea("Layout"),this.doMinimalNoNetworkLayout(y),a!==null&&a.eb("Layout")),this.isValidLayout=!0},Dr.prototype.doMinimalNoNetworkLayout=function(a){var y=Math.ceil(Math.sqrt(a.count));this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin);var x=this.arrangementOrigin.x,b=x,E=this.arrangementOrigin.y,z=0,nt=0;for(a=a.iterator;a.next();){var rt=a.value;sp(rt);var st=rt.measuredBounds,ht=st.width;st=st.height,rt.moveTo(b,E),rt instanceof yi&&(rt.rh=!1),b+=Math.max(ht,50)+20,nt=Math.max(nt,Math.max(st,50)),z>=y-1?(z=0,b=x,E+=nt+20,nt=0):z++}},Dr.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,nt=this.network.vertexes.iterator;nt.next();){var rt=nt.value.node;if(!(rt===null||rt instanceof vn)&&(sp(rt),this.rh(rt))){var st=rt.measuredBounds,ht=st.width;st=st.height,rt.moveTo(x,b),rt instanceof yi&&(rt.rh=!1),x+=Math.max(ht,50)+20,z=Math.max(z,Math.max(st,50)),E>=a-1?(E=0,x=y,b+=z+20,z=0):E++}}},Dr.prototype.rh=function(a){return!!(!a.location.w()||a instanceof yi&&a.rh)};function _h(a,y,x,b,E,z,nt,rt){for(x=x.iterator;x.next();){var st=x.value;b&&!st.isTopLevel||E!==null&&!E(st)||!st.canLayout()||(z&&st instanceof kn?st.isLinkLabel||(st instanceof yi&&st.layout===null?_h(a,y,st.memberParts,!1,E,z,nt,rt):(sp(st),y.add(st))):nt&&st instanceof vn?y.add(st):!rt||!st.Zc()||st instanceof kn||(sp(st),y.add(st)))}}function sp(a){var y=a.actualBounds;(y.width===0||y.height===0||isNaN(y.width)||isNaN(y.height))&&a.Va()}Dr.prototype.ni=function(a,y){var x=this.boundsComputation;return x!==null?(y||(y=new en),x(a,this,y)):y?(y.set(a.actualBounds),y):a.actualBounds},Dr.prototype.ex=function(a){var y=new gn;return a instanceof Xe?(_h(this,y,a.nodes,!0,null,!0,!0,!0),_h(this,y,a.links,!0,null,!0,!0,!0),_h(this,y,a.parts,!0,null,!0,!0,!0)):a instanceof yi?_h(this,y,a.memberParts,!1,null,!0,!0,!0):_h(this,y,a.iterator,!1,null,!0,!0,!0),y},Dr.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(mr),(isNaN(x.x)||isNaN(x.y))&&x.set(a),a=y.padding,x.x+=a.left,x.y+=a.top),x}return a},Ue.Object.defineProperties(Dr.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())}}}),Dr.prototype.collectParts=Dr.prototype.ex,Dr.prototype.getLayoutBounds=Dr.prototype.ni,Dr.prototype.invalidateLayout=Dr.prototype.C,Dr.className="Layout";function Cr(a){si(this),this.Sc=a,this.wf=new gn,this.ye=new gn,this.Es=new li,this.zs=new li}Cr.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 gn,this.ye=new gn,this.Es=new li,this.zs=new li},Cr.prototype.toString=function(a){a===void 0&&(a=0);var y="LayoutNetwork"+(this.layout!==null?"("+this.layout.toString()+")":"");if(0>=a)return y;if(y+=" vertexes: "+this.wf.count+" edges: "+this.ye.count,1<a){for(var x=this.wf.iterator;x.next();)y+=`
`+x.value.toString(a-1);for(x=this.ye.iterator;x.next();)y+=`
`+x.value.toString(a-1)}return y},Cr.prototype.createVertex=function(){return new So(this)},Cr.prototype.createEdge=function(){return new oa(this)},Cr.prototype.lg=function(a,y,x){if(a!==null){for(y===void 0&&(y=!1),x===void 0&&(x=null),x===null&&(x=function(nt){if(nt instanceof kn)return!nt.isLinkLabel;if(nt instanceof vn){var rt=nt.fromNode;return rt===null||rt.isLinkLabel?!1:(nt=nt.toNode,!(nt===null||nt.isLinkLabel))}return!1}),a=a.iterator;a.next();){var b=a.value;if(b instanceof kn&&(!y||b.isTopLevel)&&b.canLayout()&&x(b)){if(b instanceof yi&&b.layout===null)this.lg(b.memberParts,!1);else if(this.ki(b)===null){var E=this.createVertex();E.node=b,this.dh(E)}}}for(a.reset();a.next();)if(b=a.value,b instanceof vn&&(!y||b.isTopLevel)&&b.canLayout()&&x(b)&&this.Lo(b)===null){var z=b.fromNode;E=b.toNode,z!==null&&E!==null&&z!==E&&(z=this.findGroupVertex(z),E=this.findGroupVertex(E),z!==null&&E!==null&&this.Zj(z,E,b))}}},Cr.prototype.findGroupVertex=function(a){if(a===null)return null;var y=a.findVisibleNode();if(y===null)return null;if(a=this.ki(y),a!==null)return a;for(y=y.containingGroup;y!==null;){if(a=this.ki(y),a!==null)return a;y=y.containingGroup}return null},Kt=Cr.prototype,Kt.dh=function(a){if(a!==null){this.wf.add(a);var y=a.node;y!==null&&this.Es.add(y,a),a.network=this}},Kt.Bl=function(a){if(a===null)return null;var y=this.ki(a);return y===null&&(y=this.createVertex(),y.node=a,this.dh(y)),y},Kt.Iu=function(a){if(a!==null&&uS(this,a)){for(var y=a.tg,x=y.count-1;0<=x;x--){var b=y.M(x);this.Mj(b)}for(y=a.mg,a=y.count-1;0<=a;a--)x=y.M(a),this.Mj(x)}};function uS(a,y){if(y===null)return!1;var x=a.wf.remove(y);return x&&(y=y.node,y!==null&&a.Es.remove(y)),x}Kt.Zy=function(a){a!==null&&(a=this.ki(a),a!==null&&this.Iu(a))},Kt.ki=function(a){return a===null?null:this.Es.I(a)},Kt.Bo=function(a){if(a!==null){ny(this,a);var y=a.toVertex;y!==null&&y.Cl(a),y=a.fromVertex,y!==null&&y.zl(a)}};function ny(a,y){if(y!==null){a.ye.add(y);var x=y.link;x!==null&&a.Lo(x)===null&&a.zs.add(x,y),y.network=a}}Kt.Dy=function(a){if(a===null)return null;var y=a.fromNode,x=a.toNode,b=this.Lo(a);return b===null?(b=this.createEdge(),b.link=a,y!==null&&(b.fromVertex=this.Bl(y)),x!==null&&(b.toVertex=this.Bl(x)),this.Bo(b)):(y!==null?b.fromVertex=this.Bl(y):b.fromVertex=null,x!==null?b.toVertex=this.Bl(x):b.toVertex=null),b},Kt.Mj=function(a){if(a!==null){var y=a.toVertex;y!==null&&y.Kl(a),y=a.fromVertex,y!==null&&y.Jl(a),iy(this,a)}};function iy(a,y){y!==null&&a.ye.remove(y)&&(y=y.link,y!==null&&a.zs.remove(y))}Kt.Yy=function(a){a!==null&&(a=this.Lo(a),a!==null&&this.Mj(a))},Kt.Lo=function(a){return a===null?null:this.zs.I(a)},Kt.Zj=function(a,y,x){if(a===null||y===null)return null;if(a.network===this&&y.network===this){var b=this.createEdge();return b.link=x,b.fromVertex=a,b.toVertex=y,this.Bo(b),b}return null},Kt.gm=function(a){if(a!==null){var y=a.fromVertex,x=a.toVertex;y!==null&&x!==null&&(y.Jl(a),x.Kl(a),a.gm(),y.Cl(a),x.zl(a))}},Kt.Ko=function(){for(var a=Vn(),y=this.ye.iterator;y.next();){var x=y.value;x.fromVertex===x.toVertex&&a.push(x)}for(y=a.length,x=0;x<y;x++)this.Mj(a[x]);Tn(a)},Cr.prototype.deleteArtificialVertexes=function(){for(var a=Vn(),y=this.wf.iterator;y.next();){var x=y.value;x.node===null&&x.data===null&&a.push(x)}for(x=a.length,y=0;y<x;y++)this.Iu(a[y]);for(y=Vn(),x=this.ye.iterator;x.next();){var b=x.value;b.link===null&&b.data===null&&y.push(b)}for(x=y.length,b=0;b<x;b++)this.Mj(y[b]);Tn(a),Tn(y)};function Nx(a){for(var y=Vn(),x=a.ye.iterator;x.next();){var b=x.value;b.fromVertex!==null&&b.toVertex!==null||y.push(b)}for(x=y.length,b=0;b<x;b++)a.Mj(y[b]);Tn(y)}Cr.prototype.Zx=function(a){a===void 0&&(a=!0),a&&(this.deleteArtificialVertexes(),Nx(this),this.Ko()),a=new fn;for(var y=!0;y;){y=!1;for(var x=this.wf.iterator;x.next();){var b=x.value;if(0<b.tg.count||0<b.mg.count){y=this.layout.createNetwork(),a.add(y),ry(this,y,b),y=!0;break}}}return a.sort(function(E,z){return E===null||z===null||E===z?0:z.vertexes.count-E.vertexes.count}),a};function ry(a,y,x){if(x!==null&&x.network!==y){uS(a,x),y.dh(x);for(var b=x.sourceEdges;b.next();){var E=b.value;E.network!==y&&(iy(a,E),ny(y,E),ry(a,y,E.fromVertex))}for(b=x.destinationEdges;b.next();)x=b.value,x.network!==y&&(iy(a,x),ny(y,x),ry(a,y,x.toVertex))}}Cr.prototype.dz=function(){for(var a=new gn,y=this.wf.iterator;y.next();)a.add(y.value.node);for(y=this.ye.iterator;y.next();)a.add(y.value.link);return a},Ue.Object.defineProperties(Cr.prototype,{layout:{get:function(){return this.Sc},set:function(a){a!==null&&(this.Sc=a)}},vertexes:{get:function(){return this.wf}},edges:{get:function(){return this.ye}}}),Cr.prototype.findAllParts=Cr.prototype.dz,Cr.prototype.splitIntoSubNetworks=Cr.prototype.Zx,Cr.prototype.deleteSelfEdges=Cr.prototype.Ko,Cr.prototype.reverseEdge=Cr.prototype.gm,Cr.prototype.linkVertexes=Cr.prototype.Zj,Cr.prototype.findEdge=Cr.prototype.Lo,Cr.prototype.deleteLink=Cr.prototype.Yy,Cr.prototype.deleteEdge=Cr.prototype.Mj,Cr.prototype.addLink=Cr.prototype.Dy,Cr.prototype.addEdge=Cr.prototype.Bo,Cr.prototype.findVertex=Cr.prototype.ki,Cr.prototype.deleteNode=Cr.prototype.Zy,Cr.prototype.deleteVertex=Cr.prototype.Iu,Cr.prototype.addNode=Cr.prototype.Bl,Cr.prototype.addVertex=Cr.prototype.dh,Cr.prototype.addParts=Cr.prototype.lg,Cr.className="LayoutNetwork";function So(a){si(this),this.ob=a,this.j=new en(0,0,10,10).freeze(),this.o=new ye(5,5).freeze(),this.Sh=this.ub=null,this.tg=new fn,this.mg=new fn}So.prototype.clear=function(){this.Sh=this.ub=null,this.tg=new fn,this.mg=new fn},So.prototype.toString=function(a){a===void 0&&(a=0);var y="LayoutVertex#"+Ai(this);if(0<a&&(y+=this.node!==null?"("+this.node.toString()+")":"",1<a)){a="";for(var x=!0,b=this.tg.iterator;b.next();){var E=b.value;x?x=!1:a+=",",a+=E.toString(0)}for(E="",x=!0,b=this.mg.iterator;b.next();){var z=b.value;x?x=!1:E+=",",E+=z.toString(0)}y+=" sources: "+a+" destinations: "+E}return y},So.prototype.commit=function(){var a=this.ub;if(a!==null){var y=this.bounds,x=a.bounds;rn(x)?(x.x=y.x,x.y=y.y,x.width=y.width,x.height=y.height):a.bounds=y.copy()}else if(a=this.node,a!==null){if(y=this.bounds,!(a instanceof yi)){x=en.alloc(),a.Va();var b=this.network.layout.ni(a,x),E=a.locationObject.ga(nr);if(b.w()&&E.w()){a.moveTo(y.x+this.focusX-(E.x-b.x),y.y+this.focusY-(E.y-b.y)),en.free(x);return}en.free(x)}a.moveTo(y.x,y.y)}},So.prototype.Cl=function(a){a!==null&&(this.tg.contains(a)||this.tg.add(a))},So.prototype.Kl=function(a){a!==null&&this.tg.remove(a)},So.prototype.zl=function(a){a!==null&&(this.mg.contains(a)||this.mg.add(a))},So.prototype.Jl=function(a){a!==null&&this.mg.remove(a)};function oy(a,y){return a=a.Sh,y=y.Sh,a?y?(a=a.text,y=y.text,a<y?-1:a>y?1:0):1:y!==null?-1:0}Ue.Object.defineProperties(So.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=en.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),en.free(x),!(a instanceof yi)&&(a=a.locationObject.ga(nr),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 gn,y=this.sourceEdges;y.next();)a.add(y.value.fromVertex);return a.iterator}},destinationVertexes:{get:function(){for(var a=new gn,y=this.destinationEdges;y.next();)a.add(y.value.toVertex);return a.iterator}},vertexes:{get:function(){for(var a=new gn,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 fn,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}}}),So.prototype.deleteDestinationEdge=So.prototype.Jl,So.prototype.addDestinationEdge=So.prototype.zl,So.prototype.deleteSourceEdge=So.prototype.Kl,So.prototype.addSourceEdge=So.prototype.Cl,So.className="LayoutVertex",So.standardComparer=oy,So.smartComparer=function(a,y){if(a!==null){if(y!==null){a=a.Sh;var x=y.Sh;if(a!==null){if(x!==null){for(y=a.text.toLocaleLowerCase().split(/([+-]?[.]?\d+(?:\.\d*)?(?:e[+-]?\d+)?)/),a=x.text.toLocaleLowerCase().split(/([+-]?[.]?\d+(?:\.\d*)?(?:e[+-]?\d+)?)/),x=0;x<y.length;x++)if(a[x]!==""&&a[x]!==void 0){var b=parseFloat(y[x]),E=parseFloat(a[x]);if(isNaN(b))if(isNaN(E)){if(y[x].localeCompare(a[x])!==0)return y[x].localeCompare(a[x])}else return 1;else{if(isNaN(E))return-1;if(b-E!==0)return b-E}}else if(y[x]!=="")return 1;return a[x]!==""&&a[x]!==void 0?-1:0}return 1}return x!==null?-1:0}return 1}return y!==null?-1:0};function oa(a){si(this),this.nb=a,this.qd=this.kd=this.$k=this.ub=null}oa.prototype.clear=function(){this.qd=this.kd=this.$k=this.ub=null},oa.prototype.toString=function(a){a===void 0&&(a=0);var y="LayoutEdge#"+Ai(this);return 0<a&&(y+=this.$k!==null?"("+this.$k.toString()+")":"",1<a&&(y+=" "+(this.kd?this.kd.toString():"null")+" --> "+(this.qd?this.qd.toString():"null"))),y},oa.prototype.gm=function(){var a=this.kd;this.kd=this.qd,this.qd=a},oa.prototype.commit=function(){},oa.prototype.Ax=function(a){return this.qd===a?this.kd:this.kd===a?this.qd:null},Ue.Object.defineProperties(oa.prototype,{network:{get:function(){return this.nb},set:function(a){this.nb=a}},data:{get:function(){return this.ub},set:function(a){this.ub!==a&&(this.ub=a)}},link:{get:function(){return this.$k},set:function(a){this.$k!==a&&(this.$k=a)}},fromVertex:{get:function(){return this.kd},set:function(a){this.kd!==a&&(this.kd=a)}},toVertex:{get:function(){return this.qd},set:function(a){this.qd!==a&&(this.qd=a)}}}),oa.prototype.getOtherVertex=oa.prototype.Ax,oa.className="LayoutEdge";function Oo(a){Dr.call(this),this.isViewportSized=!0,this.yo=this.zo=NaN,this.yg=new An(NaN,NaN).freeze(),this.tf=new An(10,10).freeze(),this.Jb=ap,this.Rb=i0,this.nd=lp,this.hd=hS,a&&Object.assign(this,a)}_e(Oo,Dr),Oo.prototype.cloneProtected=function(a){Dr.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},Oo.prototype.qb=function(a){a.classType===Oo?a===lp||a===o0||a===sy||a===r0?this.sorting=a:a===i0||a===fl?this.arrangement=a:a===ap||a===n0?this.alignment=a:Le("Unknown enum value: "+a):Dr.prototype.qb.call(this,a)},Oo.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 yi)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 r0:E.reverse();break;case lp:E.sort(this.comparer);break;case o0:E.sort(this.comparer),E.reverse()}var z=this.wrappingColumn;isNaN(z)&&(z=0);var nt=this.wrappingWidth;switch(isNaN(nt)&&a!==null?(y=a.padding,nt=Math.max(a.viewportBounds.width-y.left-y.right,0)):nt=Math.max(this.wrappingWidth,0),0>=z&&0>=nt&&(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 n0:var rt=y,st=x,ht=en.alloc(),dt=Math.max(this.cellSize.width,1);if(!isFinite(dt))for(var vt=dt=0;vt<E.length;vt++){var Nt=this.ni(E[vt],ht);dt=Math.max(dt,Nt.width)}if(dt=Math.max(dt+rt,1),vt=Math.max(this.cellSize.height,1),!isFinite(vt))for(Nt=vt=0;Nt<E.length;Nt++){var Wt=this.ni(E[Nt],ht);vt=Math.max(vt,Wt.height)}vt=Math.max(vt+st,1),Nt=this.arrangement;for(var Ht=Wt=this.arrangementOrigin.x,ne=this.arrangementOrigin.y,ve=0,de=0,Pe=0;Pe<E.length;Pe++){var be=E[Pe],Ee=this.ni(be,ht),Be=Math.ceil((Ee.width+rt)/dt)*dt,Ye=Math.ceil((Ee.height+st)/vt)*vt;switch(Nt){case fl:var Ln=Math.abs(Ht-Ee.width);break;default:Ln=Ht+Ee.width}switch((0<z&&ve>z-1||0<nt&&0<ve&&Ln-Wt>nt)&&(b.push(new en(0,ne,nt+rt,de)),ve=0,Ht=Wt,ne+=de,de=0),de=Math.max(de,Ye),Nt){case fl:Ee=-Ee.width;break;default:Ee=0}switch(be.moveTo(Ht+Ee,ne),Nt){case fl:Ht-=Be;break;default:Ht+=Be}ve++}b.push(new en(0,ne,nt+rt,de)),en.free(ht);break;case ap:for(st=nt,dt=z,vt=y,Nt=x,nt=en.alloc(),Wt=Math.max(this.cellSize.width,1),z=ne=ht=0,rt=ye.alloc(),Ht=0;Ht<E.length;Ht++)de=E[Ht],ve=this.ni(de,nt),de=qu(de,de.locationObject,de.locationSpot,rt),ht=Math.max(ht,de.x),ne=Math.max(ne,ve.width-de.x),z=Math.max(z,de.y);switch(Ht=this.arrangement,Ht){case fl:ht+=vt;break;default:ne+=vt}Wt=isFinite(Wt)?Math.max(Wt+vt,1):Math.max(ht+ne,1);var _n=de=this.arrangementOrigin.x;for(Pe=this.arrangementOrigin.y,ne=0,st>=ht&&(st-=ht),ht=be=0,Be=Math.max(this.cellSize.height,1),Ee=z=0,Ye=!0,ve=ye.alloc(),Ln=0;Ln<E.length;Ln++){var jn=E[Ln],mn=this.ni(jn,nt),ln=qu(jn,jn.locationObject,jn.locationSpot,rt);if(0<ne)switch(Ht){case fl:_n=(_n-de-(mn.width-ln.x))/Wt,_n=Re.$(Math.round(_n),_n)?Math.round(_n):Math.floor(_n),_n=_n*Wt+de;break;default:_n=(_n-de+ln.x)/Wt,_n=Re.$(Math.round(_n),_n)?Math.round(_n):Math.ceil(_n),_n=_n*Wt+de}else switch(Ht){case fl:be=_n+ln.x+mn.width;break;default:be=_n-ln.x}switch(Ht){case fl:var mi=-(_n+ln.x)+be;break;default:mi=_n+mn.width-ln.x-be}if(0<dt&&ne>dt-1||0<st&&0<ne&&mi>st){for(b.push(new en(0,Ye?Pe-z:Pe,st+vt,Ee+z+Nt)),_n=0;_n<ne&&Ln!==ne;_n++){mi=E[Ln-ne+_n];var ci=qu(mi,mi.locationObject,mi.locationSpot,ve);mi.moveTo(mi.position.x,mi.position.y+z-ci.y)}Ee+=Nt,Pe=Ye?Pe+Ee:Pe+(Ee+z),ne=Ee=z=0,_n=de,Ye=!1}switch(_n===de&&(ht=Ht===fl?Math.max(ht,mn.width-ln.x):Math.min(ht,-ln.x)),z=Math.max(z,ln.y),Ee=Math.max(Ee,mn.height-ln.y),isFinite(Be)&&(Ee=Math.max(Ee,Math.max(mn.height,Be)-ln.y)),Ye?jn.moveTo(_n-ln.x,Pe-ln.y):jn.moveTo(_n-ln.x,Pe),Ht){case fl:_n-=ln.x+vt;break;default:_n+=mn.width-ln.x+vt}ne++}if(b.push(new en(0,Pe,st+vt,(Ye?Ee:Ee+z)+Nt)),E.length!==ne)for(st=0;st<ne;st++)dt=E[E.length-ne+st],vt=qu(dt,dt.locationObject,dt.locationSpot,rt),dt.moveTo(dt.position.x,dt.position.y+z-vt.y);if(ye.free(rt),ye.free(ve),Ht===fl)for(E=0;E<b.length;E++)z=b[E],z.width+=ht,z.x-=ht;else for(E=0;E<b.length;E++)z=b[E],z.x>ht&&(z.width+=z.x-ht,z.x=ht);en.free(nt)}for(rt=z=nt=E=0;rt<b.length;rt++)st=b[rt],E=Math.min(E,st.x),nt=Math.min(nt,st.y),z=Math.max(z,st.x+st.width);this.arrangement===fl?this.commitLayers(b,new ye(E+y/2-(z+E),nt-x/2)):this.commitLayers(b,new ye(E-y/2,nt-x/2)),a!==null&&a.eb("Layout"),this.isValidLayout=!0}},Oo.prototype.commitLayers=function(){};function hS(a,y){return a=a.text,y=y.text,a<y?-1:a>y?1:0}Ue.Object.defineProperties(Oo.prototype,{wrappingWidth:{get:function(){return this.zo},set:function(a){this.zo!==a&&(0<a||isNaN(a))&&(this.zo=a,this.isViewportSized=isNaN(a),this.C())}},wrappingColumn:{get:function(){return this.yo},set:function(a){this.yo!==a&&(0<a||isNaN(a))&&(this.yo=a,this.C())}},cellSize:{get:function(){return this.yg},set:function(a){this.yg.D(a)||(this.yg.assign(a),this.C())}},spacing:{get:function(){return this.tf},set:function(a){this.tf.D(a)||(this.tf.assign(a),this.C())}},alignment:{get:function(){return this.Jb},set:function(a){this.Jb===a||a!==ap&&a!==n0||(this.Jb=a,this.C())}},arrangement:{get:function(){return this.Rb},set:function(a){this.Rb===a||a!==i0&&a!==fl||(this.Rb=a,this.C())}},sorting:{get:function(){return this.nd},set:function(a){this.nd===a||a!==sy&&a!==r0&&a!==lp&&a!==o0||(this.nd=a,this.C())}},comparer:{get:function(){return this.hd},set:function(a){this.hd!==a&&(this.hd=a,this.C())}}});var n0=new sn(Oo,"Position",0),ap=new sn(Oo,"Location",1),i0=new sn(Oo,"LeftToRight",2),fl=new sn(Oo,"RightToLeft",3),sy=new sn(Oo,"Forward",4),r0=new sn(Oo,"Reverse",5),lp=new sn(Oo,"Ascending",6),o0=new sn(Oo,"Descending",7);Oo.className="GridLayout",Oo.standardComparer=hS,Oo.smartComparer=function(a,y){if(a!==null){if(y!==null){a=a.text.toLocaleLowerCase().split(/([+-]?[.]?\d+(?:\.\d*)?(?:e[+-]?\d+)?)/),y=y.text.toLocaleLowerCase().split(/([+-]?[.]?\d+(?:\.\d*)?(?:e[+-]?\d+)?)/);for(var x=0;x<a.length;x++)if(y[x]!==""&&y[x]!==void 0){var b=parseFloat(a[x]),E=parseFloat(y[x]);if(isNaN(b))if(isNaN(E)){if(a[x].localeCompare(y[x])!==0)return a[x].localeCompare(y[x])}else return 1;else{if(isNaN(E))return-1;if(b-E!==0)return b-E}}else if(a[x]!=="")return 1;return y[x]!==""&&y[x]!==void 0?-1:0}return 1}return y!==null?-1:0},Oo.Position=n0,Oo.Location=ap,Oo.LeftToRight=i0,Oo.RightToLeft=fl,Oo.Forward=sy,Oo.Reverse=r0,Oo.Ascending=lp,Oo.Descending=o0;function cr(){this.On=new gn,this.Dn=new gn,this.Pa=new gn,this.cf=new li,this.bf=new li,this.aj=new li,this.H=null,this.tp=!1}Kt=cr.prototype,Kt.clear=function(){this.On.clear(),this.Dn.clear(),this.Pa.clear(),this.cf.clear(),this.bf.clear(),this.aj.clear()},Kt.Xe=function(a){this.H=a},Kt.oi=function(a){if(a instanceof kn){if(this.On.add(a),a instanceof yi){var y=a.containingGroup;y===null?this.H.ai.add(a):y.gl.add(a),y=a.layout,y!==null&&(y.diagram=this.H)}}else a instanceof vn?this.Dn.add(a):a instanceof $i||this.Pa.add(a);y=a.data,y===null||a instanceof $i||(a instanceof vn?this.bf.add(y,a):this.cf.add(y,a))},Kt.pc=function(a){if(a.Ej(),a instanceof kn){if(this.On.remove(a),a instanceof yi){var y=a.containingGroup;y===null?this.H.ai.remove(a):y.gl.remove(a),y=a.layout,y!==null&&(y.diagram=null)}}else a instanceof vn?this.Dn.remove(a):a instanceof $i||this.Pa.remove(a);y=a.data,y===null||a instanceof $i||(a instanceof vn?this.bf.remove(y):this.cf.remove(y))},Kt.Wd=function(){var a=this.H;if(a!==null){for(var y=a.nodeTemplateMap.iterator;y.next();){var x=y.value,b=y.key;(!x.Zc()||x instanceof yi)&&Le('Invalid node template in Diagram.nodeTemplateMap: template for "'+b+'" must be a Node or a simple Part, not a Group or Link: '+x)}for(y=a.groupTemplateMap.iterator;y.next();)x=y.value,b=y.key,x instanceof yi||Le('Invalid group template in Diagram.groupTemplateMap: template for "'+b+'" must be a Group, not a normal Node or Link: '+x);for(y=a.linkTemplateMap.iterator;y.next();)x=y.value,b=y.key,x instanceof vn||Le('Invalid link template in Diagram.linkTemplateMap: template for "'+b+'" must be a Link, not a normal Node or simple Part: '+x);for(y=Vn(),x=a.selection.iterator;x.next();)(b=x.value.data)&&y.push(b);for(x=Vn(),a=a.highlighteds.iterator;a.next();)(b=a.value.data)&&x.push(b);for(a=Vn(),b=this.nodes.iterator;b.next();){var E=b.value;E.data!==null&&(a.push(E.data),a.push(E.location))}for(b=this.links.iterator;b.next();)E=b.value,E.data!==null&&(a.push(E.data),a.push(E.location));for(b=this.parts.iterator;b.next();)E=b.value,E.data!==null&&(a.push(E.data),a.push(E.location));for(this.removeAllModeledParts(),this.addAllModeledParts(),b=0;b<y.length;b++)E=this.Lc(y[b]),E!==null&&(E.isSelected=!0);for(b=0;b<x.length;b++)E=this.Lc(x[b]),E!==null&&(E.isHighlighted=!0);for(b=0;b<a.length;b+=2)E=this.Lc(a[b]),E!==null&&(E.location=a[b+1]);Tn(y),Tn(x),Tn(a)}},cr.prototype.addAllModeledParts=function(){this.addModeledParts(this.diagram.model.nodeDataArray)},cr.prototype.addModeledParts=function(a,y){var x=this,b=this.diagram.model;a.forEach(function(E){b.lb(E)&&cS(x,E,!1)}),a.forEach(function(E){b.lb(E)&&x.resolveReferencesForData(E)}),y!==!1&&lf(this.diagram,!1)};function cS(a,y,x){if(y!=null&&!a.diagram.undoManager.isUndoingRedoing&&!a.cf.contains(y)){x===void 0&&(x=!0);t:{if(y!=null&&!a.H.undoManager.isUndoingRedoing&&!a.cf.contains(y)){var b=a.Ro(y),E=dS(a,y,b);if(E!==null&&(Ha(E),E=E.copy(),E!==null)){var z=a.diagram.skipsModelSourceBindings;a.diagram.skipsModelSourceBindings=!0,E.Tf=b,E.ub=y,a.tp&&(E.Jg="Tool"),a.diagram.add(E),E.ub=null,E.data=y,a.diagram.skipsModelSourceBindings=z,b=E;break t}}b=null}b!==null&&x&&a.resolveReferencesForData(y)}}cr.prototype.insertLink=function(){return null},cr.prototype.resolveReferencesForData=function(){},cr.prototype.Ro=function(a){return this.H.model.Ro(a)};function dS(a,y,x){a=a.H;var b=a.model;return b.Xj()&&b.Yu(y)?(y=a.groupTemplateMap.I(x),y===null&&(y=a.groupTemplateMap.I(""),y===null&&(pS||(pS=!0,Un('No Group template found for category "'+x+'"'),Un(" Using default group template")),y=a.ly))):(y=a.nodeTemplateMap.I(x),y===null&&(y=a.nodeTemplateMap.I(""),y===null&&(gS||(gS=!0,Un('No Node template found for category "'+x+'"'),Un(" Using default node template")),y=a.ny))),y}cr.prototype.getLinkCategoryForData=function(){return""},cr.prototype.setLinkCategoryForData=function(){},cr.prototype.setFromNodeForLink=function(){},cr.prototype.setToNodeForLink=function(){},cr.prototype.findLinkTemplateForCategory=function(a){var y=this.H,x=y.linkTemplateMap.I(a);return x===null&&(x=y.linkTemplateMap.I(""),x===null&&(mS||(mS=!0,Un('No Link template found for category "'+a+'"'),Un(" Using default link template")),x=y.my)),x},cr.prototype.removeAllModeledParts=function(){this.Gs(this.diagram.model.nodeDataArray)},cr.prototype.Gs=function(a){var y=this;a.forEach(function(x){y.ip(x)})},cr.prototype.ip=function(a){a=this.Lc(a),a!==null&&(Pg(this.diagram,a,!1),this.unresolveReferencesForPart(a))},cr.prototype.unresolveReferencesForPart=function(){},cr.prototype.removeDataForLink=function(){},cr.prototype.findPartForKey=function(a){return a==null?null:(a=this.H.model.hc(a),a!==null?this.cf.I(a):null)},cr.prototype.Vb=function(a){return a==null||(a=this.H.model.hc(a),a===null)?null:(a=this.cf.I(a),a instanceof kn?a:null)},cr.prototype.findLinkForKey=function(){return null},Kt=cr.prototype,Kt.Lc=function(a){if(a===null)return null;var y=this.cf.I(a);return y!==null?y:y=this.bf.I(a)},Kt.ii=function(a){return a===null?null:(a=this.cf.I(a),a instanceof kn?a:null)},Kt.Kc=function(a){return a===null?null:this.bf.I(a)},Kt.ms=function(a){for(var y=0;y<arguments.length;++y);y=new gn;for(var x=this.On.iterator;x.next();){var b=x.value,E=b.data;if(E!==null)for(var z=0;z<arguments.length;z++){var nt=arguments[z];if(rn(nt)&&ay(this,E,nt)){y.add(b);break}}}return y.iterator},Kt.ls=function(a){for(var y=0;y<arguments.length;++y);y=new gn;for(var x=this.Dn.iterator;x.next();){var b=x.value,E=b.data;if(E!==null)for(var z=0;z<arguments.length;z++){var nt=arguments[z];if(rn(nt)&&ay(this,E,nt)){y.add(b);break}}}return y.iterator};function ay(a,y,x){for(var b in x){var E=y[b],z=x[b];if(Pn(z)){if(!Pn(E)||E.length<z.length)return!1;for(var nt=0;nt<E.length;nt++){var rt=z[nt];if(rt!==void 0&&!fS(a,E[nt],rt))return!1}}else if(!fS(a,E,z))return!1}return!0}function fS(a,y,x){if(typeof x=="function"){if(!x(y))return!1}else if(x instanceof RegExp){if(!y||!x.test(y.toString()))return!1}else if(rn(y)&&rn(x)){if(!ay(a,y,x))return!1}else if(y!==x)return!1;return!0}cr.prototype.doModelChanged=function(a){if(this.H){var y=this.H;if(a.model===y.model){var x=a.change;if(y.doModelChanged(a),y.aa){y.aa=!1;try{var b=a.modelChange;if(b!=="")if(x===Or){if(b==="nodeCategory"){var E=this.Lc(a.object),z=a.newValue;E!==null&&typeof z=="string"&&(E.category=z)}else b==="nodeDataArray"&&(this.Gs(a.oldValue),this.addModeledParts(a.newValue));y.isModified=!0}else if(x===ro){var nt=a.newValue;b==="nodeDataArray"&&rn(nt)&&cS(this,nt),y.isModified=!0}else if(x===vo){var rt=a.oldValue;b==="nodeDataArray"&&rn(rt)&&this.ip(rt),y.isModified=!0}else x===ea&&(b==="SourceChanged"?a.object!==null?this.updateDataBindings(a.object,a.propertyName):(this.rp(),this.updateAllTargetBindings()):b==="ModelDisplaced"&&this.Wd());else if(x===Or){var st=a.propertyName,ht=a.object;ht===y.model?(st==="nodeKeyProperty"||st==="nodeCategoryProperty")&&(y.undoManager.isUndoingRedoing||this.Wd()):this.updateDataBindings(ht,st),y.isModified=!0}else if(x===ro||x===vo){var dt=a.change===ro,vt=dt?a.newParam:a.oldParam,Nt=dt?a.newValue:a.oldValue,Wt=this.aj.I(a.object);if(Array.isArray(Wt))for(a=0;a<Wt.length;a++){var Ht=Wt[a];if(dt)bm(Ht,Nt,vt,!0);else if(!(0>vt)){var ne=vt+_g(Ht);Ht.pc(ne,!0),wv(Ht,ne,vt)}}y.isModified=!0}}finally{y.aa=!0}}}}},cr.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)},cr.prototype.rp=function(){for(var a=this.H.model,y=new gn,x=a.nodeDataArray,b=0;b<x.length;b++)y.add(x[b]);var E=[];for(this.nodes.each(function(nt){nt.data===null||y.contains(nt.data)||E.push(nt.data)}),this.parts.each(function(nt){nt.data===null||y.contains(nt.data)||E.push(nt.data)}),E.forEach(function(nt){AS(a,nt,!1)}),b=0;b<x.length;b++){var z=x[b];this.Lc(z)===null&&bS(a,z,!1)}for(this.refreshDataBoundLinks(),x=this.parts.iterator;x.next();)x.value.updateRelationshipsFromData();for(x=this.nodes.iterator;x.next();)x.value.updateRelationshipsFromData();for(x=this.links.iterator;x.next();)x.value.updateRelationshipsFromData()},cr.prototype.refreshDataBoundLinks=function(){},cr.prototype.updateRelationshipsFromData=function(){},cr.prototype.updateDataBindings=function(a,y){if(typeof y=="string"){var x=this.Lc(a);if(x!==null)x.La(y);else{x=null;for(var b=this.aj.iterator;b.next();){for(var E=b.value,z=0;z<E.length;z++){var nt=E[z].sx(a);nt!==null&&(x===null&&(x=Vn()),x.push(nt))}if(x!==null)break}if(x!==null){for(b=0;b<x.length;b++)x[b].La(y);Tn(x)}}a===this.diagram.model.modelData&&this.updateAllTargetBindings(y)}};function ly(a,y){var x=y.Hh;if(Pn(x)){var b=a.aj.I(x);if(b===null)b=[],b.push(y),a.aj.add(x,b);else{for(a=0;a<b.length;a++)if(b[a]===y)return;b.push(y)}}}function uy(a,y,x){Fc(y,function(nt){nt=nt.O.s;for(var rt=nt.length,st=0;st<rt;st++)kg(x,nt[st])});var b=y.Hh;if(Pn(b)){var E=a.aj.I(b);if(E!==null){for(var z=0;z<E.length;z++)if(E[z]===y){E.splice(z,1),E.length===0&&a.aj.remove(b);break}}}}cr.prototype.Kj=function(a,y,x){x===void 0&&(x=!1);var b=new li;if(Pn(a))for(var E=0;E<a.length;E++)s0(this,a[E],y,b,x);else for(a=a.iterator;a.next();)s0(this,a.value,y,b,x);if(y!==null){x=y.model,a=y.toolManager.findTool("Dragging"),a=a!==null?a.dragOptions.dragsLink:y.Wm.dragsLink,E=new gn;for(var z=new li,nt=b.iterator;nt.next();){var rt=nt.value;if(rt instanceof vn)a||rt.fromNode!==null&&rt.toNode!==null||E.add(rt);else if(rt instanceof kn&&rt.data!==null&&x.Tl()){var st=rt;rt=nt.key;var ht=rt.pg();ht!==null&&(ht=b.I(ht),ht!==null?(x.qe(st.data,x.wa(ht.data)),st=y.Kc(st.data),rt=rt.kh(),rt!==null&&st!==null&&z.add(rt,st)):x.qe(st.data,void 0))}}if(0<E.count&&y.Is(E,!1),0<z.count)for(x=z.iterator;x.next();)b.add(x.key,x.value)}if(y!==null&&this.H!==null&&(y=y.model,x=y.afterCopyFunction,x!==null)){var dt=new li;b.each(function(vt){vt.key.data!==null&&dt.add(vt.key.data,vt.value.data)}),x(dt,y,this.H.model)}for(y=b.iterator;y.next();)y.value.La();return b};function s0(a,y,x,b,E){if(y===null||E&&!y.canCopy())return null;if(b.contains(y))return b.I(y);var z=a.copyPartData(y,x);if(!(z instanceof $n))return null;if(z.isSelected=!1,z.isHighlighted=!1,b.add(y,z),y instanceof kn){for(var nt=y.linksConnected;nt.next();){var rt=nt.value;if(rt.fromNode===y){var st=b.I(rt);st!==null&&(st.fromNode=z)}rt.toNode===y&&(rt=b.I(rt),rt!==null&&(rt.toNode=z))}if(y instanceof yi&&z instanceof yi)for(y=y.memberParts;y.next();)nt=s0(a,y.value,x,b,E),nt instanceof vn||nt===null||(nt.containingGroup=z)}else if(y instanceof vn&&z instanceof vn)for(nt=y.fromNode,nt!==null&&(nt=b.I(nt),nt!==null&&(z.fromNode=nt)),nt=y.toNode,nt!==null&&(nt=b.I(nt),nt!==null&&(z.toNode=nt)),y=y.labelNodes;y.next();)nt=s0(a,y.value,x,b,E),nt!==null&&nt instanceof kn&&(nt.labeledLink=z);return z}cr.prototype.copyPartData=function(a,y){var x=null,b=a.data;if(b!==null&&y!==null){var E=y.model;a instanceof vn||(b=E.copyNodeData(b),rn(b)&&(E.xf(b),x=y.Lc(b)))}else Ha(a),x=a.copy(),x!==null&&(E=this.H,y!==null?y.add(x):b!==null&&E!==null&&E.commandHandler!==null&&E.commandHandler.copiesClipboardData&&(y=E.model,E=null,x instanceof vn||(E=y.copyNodeData(b)),rn(E)&&(x.data=E)));return x},Ue.Object.defineProperties(cr.prototype,{nodes:{get:function(){return this.On}},links:{get:function(){return this.Dn}},parts:{get:function(){return this.Pa}},diagram:{get:function(){return this.H}},addsToTemporaryLayer:{get:function(){return this.tp},set:function(a){this.tp=a}}}),cr.prototype.updateAllRelationshipsFromData=cr.prototype.rp,cr.prototype.findLinksByExample=cr.prototype.ls,cr.prototype.findNodesByExample=cr.prototype.ms,cr.prototype.findLinkForData=cr.prototype.Kc,cr.prototype.findNodeForData=cr.prototype.ii,cr.prototype.findPartForData=cr.prototype.Lc,cr.prototype.findNodeForKey=cr.prototype.Vb,cr.prototype.removeModeledPart=cr.prototype.ip,cr.prototype.removeModeledParts=cr.prototype.Gs,cr.prototype.rebuildParts=cr.prototype.Wd;var gS=!1,pS=!1,mS=!1;cr.className="PartManager";function ko(a){cr.apply(this,arguments)}_e(ko,cr),ko.prototype.addAllModeledParts=function(){var a=this.diagram.model;this.addModeledParts(a.nodeDataArray),vS(this,a.linkDataArray)},ko.prototype.addModeledParts=function(a){for(cr.prototype.addModeledParts.call(this,a,!1),a=this.links.iterator;a.next();)Mf(a.value);lf(this.diagram,!1)};function vS(a,y){y.forEach(function(x){yS(a,x)}),lf(a.diagram,!1)}function yS(a,y){if(y!=null&&!a.diagram.undoManager.isUndoingRedoing&&!a.bf.contains(y)){var x=a.getLinkCategoryForData(y),b=a.findLinkTemplateForCategory(x);if(b!==null){Ha(b);var E=b.copy();if(E!==null){b=a.diagram.skipsModelSourceBindings,a.diagram.skipsModelSourceBindings=!0,E.Tf=x,E.ub=y,x=a.diagram.model;var z=h0(x,y,!0);z!==""&&(E.fromPortId=z),z=xa(x,y,!0),z!==void 0&&(z=a.Vb(z),z instanceof kn&&(E.fromNode=z)),z=h0(x,y,!1),z!==""&&(E.toPortId=z),z=xa(x,y,!1),z!==void 0&&(z=a.Vb(z),z instanceof kn&&(E.toNode=z)),x=x.Ef(y),Array.isArray(x)&&x.forEach(function(nt){nt=a.Vb(nt),nt!==null&&(nt.labeledLink=E)}),a.tp&&(E.Jg="Tool"),a.diagram.add(E),E.ub=null,E.data=y,a.diagram.skipsModelSourceBindings=b}}}}ko.prototype.removeAllModeledParts=function(){var a=this.diagram.model;SS(this,a.linkDataArray),this.Gs(a.nodeDataArray)};function SS(a,y){y.forEach(function(x){a.ip(x)})}ko.prototype.getLinkCategoryForData=function(a){return this.diagram.model.ps(a)},ko.prototype.setLinkCategoryForData=function(a,y){return this.diagram.model.lp(a,y)},ko.prototype.setFromNodeForLink=function(a,y){var x=this.diagram.model;x.wv(a.data,x.wa(y!==null?y.data:null))},ko.prototype.setToNodeForLink=function(a,y){var x=this.diagram.model;x.Bv(a.data,x.wa(y!==null?y.data:null))},ko.prototype.removeDataForLink=function(a){this.diagram.model.bm(a.data)},ko.prototype.findPartForKey=function(a){var y=cr.prototype.findPartForKey.call(this,a);return y===null&&(a=this.diagram.model.jh(a),a!==null)?this.bf.I(a):y},ko.prototype.findLinkForKey=function(a){return a==null?null:(a=this.diagram.model.jh(a),a!==null?this.bf.I(a):null)},ko.prototype.doModelChanged=function(a){var y=this;if(cr.prototype.doModelChanged.call(this,a),this.diagram){var x=this.diagram;if(a.model===x.model){var b=a.change;if(x.aa){x.aa=!1;try{var E=a.modelChange;if(E!==""){if(b===Or){if(E==="linkFromKey"){var z=this.Kc(a.object);if(z!==null){var nt=this.Vb(a.newValue);z.fromNode=nt}}else if(E==="linkToKey"){var rt=this.Kc(a.object);if(rt!==null){var st=this.Vb(a.newValue);rt.toNode=st}}else if(E==="linkFromPortId"){var ht=this.Kc(a.object);if(ht!==null){var dt=a.newValue;typeof dt=="string"&&(ht.fromPortId=dt)}}else if(E==="linkToPortId"){var vt=this.Kc(a.object);if(vt!==null){var Nt=a.newValue;typeof Nt=="string"&&(vt.toPortId=Nt)}}else if(E==="nodeGroupKey"){var Wt=this.Lc(a.object);if(Wt!==null){var Ht=a.newValue;if(Ht!==void 0){var ne=this.Vb(Ht);ne instanceof yi?Wt.containingGroup=ne:Wt.containingGroup=null}else Wt.containingGroup=null}}else if(E==="linkLabelKeys"){var ve=this.Kc(a.object);if(ve!==null){var de=a.oldValue,Pe=a.newValue;Array.isArray(de)&&de.forEach(function(ln){0<=Pe.indexOf(ln)||(ln=y.Vb(ln),ln!==null&&(ln.labeledLink=null))}),Array.isArray(Pe)&&Pe.forEach(function(ln){ln=y.Vb(ln),ln!==null&&(ln.labeledLink=ve)})}}else if(E==="linkCategory"){var be=this.Kc(a.object),Ee=a.newValue;be!==null&&typeof Ee=="string"&&(be.category=Ee)}else E==="linkDataArray"&&(SS(this,a.oldValue),vS(this,a.newValue));x.isModified=!0}else if(b===ro){var Be=a.newValue;if(E==="linkDataArray"&&typeof Be=="object"&&Be!==null)yS(this,Be);else if(E==="linkLabelKeys"&&Kh(Be)){var Ye=this.Kc(a.object),Ln=this.Vb(Be);Ye!==null&&Ln!==null&&(Ln.labeledLink=Ye)}x.isModified=!0}else if(b===vo){var _n=a.oldValue;if(E==="linkDataArray"&&typeof _n=="object"&&_n!==null)this.ip(_n);else if(E==="linkLabelKeys"&&Kh(_n)){var jn=this.Vb(_n);jn!==null&&(jn.labeledLink=null)}x.isModified=!0}}else if(b===Or){var mn=a.propertyName;a.object!==x.model||mn!=="linkFromKeyProperty"&&mn!=="linkToKeyProperty"&&mn!=="linkFromPortIdProperty"&&mn!=="linkToPortIdProperty"&&mn!=="linkLabelKeysProperty"&&mn!=="nodeIsGroupProperty"&&mn!=="nodeGroupKeyProperty"&&mn!=="linkCategoryProperty"||x.undoManager.isUndoingRedoing||this.Wd(),x.isModified=!0}}finally{x.aa=!0}}}}},ko.prototype.refreshDataBoundLinks=function(){var a=this,y=this.diagram.model,x=new gn,b=y.linkDataArray;b.forEach(function(z){x.add(z)});var E=[];this.links.each(function(z){z.data===null||x.contains(z.data)||E.push(z.data)}),E.forEach(function(z){NS(y,z,!1)}),b.forEach(function(z){a.Kc(z)===null&&TS(y,z,!1)})},ko.prototype.updateRelationshipsFromData=function(a){var y=a.data;if(y!==null){var x=a.diagram;if(x!==null){var b=x.model;if(a instanceof vn){var E=xa(b,y,!0);if(E=x.Vb(E),a.fromNode=E,E=xa(b,y,!1),E=x.Vb(E),a.toNode=E,y=b.Ef(y),0<y.length||0<a.labelNodes.count){if(y.length===1&&a.labelNodes.count===1){E=y[0];var z=a.labelNodes.first();if(b.wa(z.data)===E)return}E=new gn().addAll(y);var nt=new gn;a.labelNodes.each(function(rt){rt.data!==null&&(rt=b.wa(rt.data),rt!==void 0&&nt.add(rt))}),y=nt.copy(),y.hp(E),E=E.copy(),E.hp(nt),(0<y.count||0<E.count)&&(y.each(function(rt){rt=x.Vb(rt),rt!==null&&rt.labeledLink===a&&(rt.labeledLink=null)}),E.each(function(rt){rt=x.Vb(rt),rt!==null&&rt.labeledLink!==a&&(rt.labeledLink=a)}))}}else!(a instanceof $i)&&(y=b.lh(y),y=x.findPartForKey(y),y===null||y instanceof yi)&&(a.containingGroup=y)}}},ko.prototype.resolveReferencesForData=function(a){var y=this.diagram.model,x=y.wa(a);if(x!==void 0){var b=up(y,x),E=this.Lc(a);if(b!==null&&E!==null){b=b.iterator;for(var z={};b.next();){var nt=b.value;y.lb(nt)?E instanceof yi&&y.lh(nt)===x&&(nt=this.Lc(nt),nt!==null&&(nt.containingGroup=E)):(z.link=this.Kc(nt),z.link!==null&&E instanceof kn&&(xa(y,nt,!0)===x&&(z.link.fromNode=E),xa(y,nt,!1)===x&&(z.link.toNode=E),nt=y.Ef(nt),Array.isArray(nt)&&nt.some(function(rt){return function(st){return st===x?(E.labeledLink=rt.link,!0):!1}}(z)))),z={link:z.link}}pl(y,x)}a=y.lh(a),a!==void 0&&(a=this.Vb(a),a instanceof yi&&(E.containingGroup=a))}},ko.prototype.unresolveReferencesForPart=function(a){var y=this.diagram.model;if(a instanceof kn){var x=y.wa(a.data);if(x!==void 0){for(var b=a.linksConnected;b.next();)gl(y,x,b.value.data);if(a.isLinkLabel&&(b=a.labeledLink,b!==null&&gl(y,x,b.data)),a instanceof yi)for(a=a.memberParts;a.next();)b=a.value.data,y.lb(b)&&gl(y,x,b)}}},ko.prototype.copyPartData=function(a,y){var x=cr.prototype.copyPartData.call(this,a,y);if(a instanceof vn)if(a=a.data,a!==null&&y!==null){var b=y.model;a=b.Jo(a),typeof a=="object"&&a!==null&&(b.fi(a),x=y.Kc(a))}else x!==null&&(y=this.diagram,a!==null&&y!==null&&y.commandHandler!==null&&y.commandHandler.copiesClipboardData&&(y=y.model.Jo(a),typeof y=="object"&&y!==null&&(x.data=y)));return x},ko.prototype.insertLink=function(a,y,x,b){var E=this.diagram,z=E.model,nt=E.toolManager.findTool("Linking"),rt="";if(a!==null&&(y===null&&(y=a),rt=y.portId,rt===null&&(rt="")),y="",x!==null&&(b===null&&(b=x),y=b.portId,y===null&&(y="")),b=nt.archetypeLinkData,b instanceof vn){if(Ha(b),z=b.copy(),z!==null)return z.fromNode=a,z.fromPortId=rt,z.toNode=x,z.toPortId=y,E.add(z),a=nt.archetypeLabelNodeData,a instanceof kn&&(Ha(a),a=a.copy(),a!==null&&(a.labeledLink=z,E.add(a))),z}else if(b!==null&&(b=z.Jo(b),typeof b=="object"&&b!==null))return a!==null&&Of(z,b,z.wa(a.data),!0),If(z,b,rt,!0),x!==null&&Of(z,b,z.wa(x.data),!1),If(z,b,y,!1),z.fi(b),a=nt.archetypeLabelNodeData,a===null||a instanceof kn||(a=z.copyNodeData(a),typeof a=="object"&&a!==null&&(z.xf(a),a=z.wa(a),a!==void 0&&z.Bu(b,a))),E.Kc(b);return null},ko.prototype.findLinkForKey=ko.prototype.findLinkForKey,ko.prototype.findPartForKey=ko.prototype.findPartForKey,ko.prototype.removeAllModeledParts=ko.prototype.removeAllModeledParts,ko.prototype.addModeledParts=ko.prototype.addModeledParts,ko.prototype.addAllModeledParts=ko.prototype.addAllModeledParts,ko.className="GraphLinksPartManager";function Na(){cr.apply(this,arguments),this.Sg=null}_e(Na,cr);function a0(a,y,x){if(y!==null&&x!==null&&x.kh()===null){var b=a.diagram.toolManager.findTool("Linking"),E=y,z=x;if(a.diagram.isTreePathToChildren||(E=x,z=y),(b===null||!ps(b,E,z,null,!0))&&(y=a.getLinkCategoryForData(x.data),b=a.findLinkTemplateForCategory(y),b!==null&&(Ha(b),b=b.copy(),b!==null))){var nt=a.diagram.skipsModelSourceBindings;a.diagram.skipsModelSourceBindings=!0,b.Tf=y,b.ub=x.data,b.fromNode=E,b.toNode=z,a.diagram.add(b),b.ub=null,b.data=x.data,a.diagram.skipsModelSourceBindings=nt}}}Na.prototype.getLinkCategoryForData=function(a){return this.diagram.model.ss(a)},Na.prototype.setLinkCategoryForData=function(a,y){this.diagram.model.Ms(a,y)},Na.prototype.setFromNodeForLink=function(a,y,x){var b=this.diagram.model;if(x===void 0&&(x=null),y=y!==null?y.data:null,this.diagram.isTreePathToChildren)b.qe(a.data,b.wa(y));else{var E=this.Sg;this.Sg=a,x!==null&&b.qe(x.data,void 0),b.qe(y,b.wa(a.toNode!==null?a.toNode.data:null)),this.Sg=E}},Na.prototype.setToNodeForLink=function(a,y,x){var b=this.diagram.model;if(x===void 0&&(x=null),y=y!==null?y.data:null,this.diagram.isTreePathToChildren){var E=this.Sg;this.Sg=a,x!==null&&b.qe(x.data,void 0),b.qe(y,b.wa(a.fromNode!==null?a.fromNode.data:null)),this.Sg=E}else b.qe(a.data,b.wa(y))},Na.prototype.removeDataForLink=function(a){this.diagram.model.qe(a.data,void 0)},Na.prototype.findLinkForKey=function(a){return a==null?null:(a=this.diagram.model.hc(a),a!==null?this.bf.I(a):null)},Na.prototype.doModelChanged=function(a){if(cr.prototype.doModelChanged.call(this,a),this.diagram){var y=this.diagram;if(a.model===y.model){var x=a.change;if(y.aa){y.aa=!1;try{var b=a.modelChange;if(b!==""){if(x===Or){if(b==="nodeParentKey"){var E=a.object,z=this.Vb(a.newValue),nt=this.ii(E);if(this.Sg!==null)z!==null&&(this.Sg.data=E,this.Sg.category=this.getLinkCategoryForData(E));else if(nt!==null){var rt=nt.kh();rt!==null?z===null?y.remove(rt):y.isTreePathToChildren?rt.fromNode=z:rt.toNode=z:a0(this,z,nt)}}else if(b==="parentLinkCategory"){var st=this.ii(a.object),ht=a.newValue;if(st!==null&&typeof ht=="string"){var dt=st.kh();dt!==null&&(dt.category=ht)}}y.isModified=!0}}else if(x===Or){var vt=a.propertyName;a.object===y.model&&vt==="nodeParentKeyProperty"&&(y.undoManager.isUndoingRedoing||this.Wd()),y.isModified=!0}}finally{y.aa=!0}}}}},Na.prototype.updateRelationshipsFromData=function(a){var y=a.data;if(y!==null){var x=a.diagram;if(x!==null){var b=x.model;a instanceof kn&&(y=b.mh(y),y=x.Vb(y),b=a.pg(),y!==b&&(b=a.kh(),y!==null?b!==null?x.isTreePathToChildren?b.fromNode=y:b.toNode=y:a0(this,y,a):b!==null&&Pg(x,b,!1)))}}},Na.prototype.updateDataBindings=function(a,y){cr.prototype.updateDataBindings.call(this,a,y),typeof y=="string"&&this.Lc(a)!==null&&(a=this.Kc(a),a!==null&&a.La(y))},Na.prototype.resolveReferencesForData=function(a){var y=this.diagram.model,x=y.wa(a);if(x!==void 0){var b=up(y,x),E=this.Lc(a);if(b!==null&&E!==null){for(b=b.iterator;b.next();){var z=b.value;y.lb(z)&&E instanceof kn&&y.mh(z)===x&&a0(this,E,this.ii(z))}pl(y,x)}a=y.mh(a),a!==void 0&&E instanceof kn&&(a=this.Vb(a),a0(this,a,E))}},Na.prototype.unresolveReferencesForPart=function(a){var y=this.diagram.model;if(a instanceof kn){var x=y.wa(a.data),b=this.Kc(a.data);if(b!==null){b.isSelected=!1,b.isHighlighted=!1;var E=b.layer;if(E!==null){var z=E.pc(-1,b,!1);0<=z&&this.diagram.cb(vo,"parts",E,b,null,z,null),z=b.layerChanged,z!==null&&z(b,E,null)}}for(b=this.diagram.isTreePathToChildren,a=a.linksConnected;a.next();)E=a.value,E=(b?E.toNode:E.fromNode).data,y.lb(E)&&gl(y,x,E)}},Na.prototype.insertLink=function(a,y,x){y=this.diagram.model;var b=a,E=x;return this.diagram.isTreePathToChildren||(b=x,E=a),b!==null&&E!==null?(y.qe(E.data,y.wa(b.data)),E.kh()):null},Na.prototype.findLinkForKey=Na.prototype.findLinkForKey,Na.className="TreePartManager";function Jn(a,y){this.kl=new gn,this.il=new gn,this.Wv=`,
"insertedNodeKeys": `,this.jy=`,
"modifiedNodeData": `,this.Yv=`,
"removedNodeKeys": `,this.vh=null,si(this),this.Sm=this.xa="",this.Gg=!1,this.j={},this.Tc=[],this.kb=new li,this.Th="key",this.Bk=this.bl=null,this.Jm=this.Km=!1,this.Mm=!0,this.xm=null,this.lj="category",this.Vf=new li,this.Lt=new fn,this.Wg=!1,this.o=null,this.undoManager=new zr,a!==void 0&&(Pn(a)?this.nodeDataArray=a:y=a),y&&(Object.assign(this,y),a=y.Changed)&&(delete this.Changed,this.Pe(a))}Jn.prototype.cloneProtected=function(a){a.xa=this.xa,a.Sm=this.Sm,a.Gg=this.Gg,a.Th=this.Th,a.bl=this.bl,a.Bk=this.Bk,a.Km=this.Km,a.Jm=this.Jm,a.Mm=this.Mm,a.xm=this.xm,a.lj=this.lj},Jn.prototype.copy=function(){var a=new this.constructor;return this.cloneProtected(a),a},Jn.prototype.clear=function(){this.Tc=[],this.kb.clear(),this.Vf.clear(),this.undoManager.clear()},Jn.prototype.toString=function(a){if(a===void 0&&(a=0),1<a)return this.np();var y=(this.name!==""?this.name:"")+" Model";if(0<a){y+=`
node data:`,a=this.nodeDataArray;for(var x=a.length,b=0;b<x;b++){var E=a[b];y+=" "+this.wa(E)+":"+ui(E)}}return y},Jn.prototype.xA=function(a){a.change!==ea&&Le("Model.toIncrementalData argument is not a Transaction ChangedEvent:"+a.toString());var y=a.object;return a.isTransactionFinished&&y instanceof Lo?(wS(this,y),a=this.Qv(y,a.propertyName==="FinishedUndo"),this.vh=null,a):null},Jn.prototype.Qv=function(a,y){var x=this,b=!1,E=new gn,z=new gn,nt=new gn,rt=this.vh;a.changes.each(function(vt){vt.model===x&&(vt.modelChange==="nodeDataArray"?vt.change===ro?E.add(vt.newValue):vt.change===vo&&nt.add(vt.oldValue):x.lb(vt.object)?z.add(vt.object):vt.change!==Or||x.modelData!==vt.object&&vt.propertyName!=="modelData"?vt.object!==null&&(rt&&rt.contains(vt.object)?rt.get(vt.object).each(function(Nt){x.lb(Nt)&&z.add(Nt)}):vt.object instanceof Jn||x.ri()&&x.Jc(vt.object)||PS(x,vt.object).each(function(Nt){z.add(Nt)})):b=!0)});var st=this.il;st.clear(),E.each(function(vt){st.add(x.wa(vt)),y||z.add(vt)});var ht=this.kl;ht.clear(),nt.each(function(vt){ht.add(x.wa(vt)),y&&z.add(vt)}),a=x.cloneDeep(z.Fa());var dt=null;return b&&(dt===null&&(dt={}),dt.modelData=this.cloneDeep(this.modelData)),0<st.count&&(dt===null&&(dt={}),y?dt.removedNodeKeys=st.Fa():dt.insertedNodeKeys=st.Fa()),0<a.length&&(dt===null&&(dt={}),dt.modifiedNodeData=a),0<ht.count&&(dt===null&&(dt={}),y?dt.insertedNodeKeys=ht.Fa():dt.removedNodeKeys=ht.Fa()),ht.clear(),st.clear(),dt},Jn.prototype.cloneDeep=function(a){return Bf(this,a,!0)};function Bf(a,y,x,b,E,z){function nt(vt,Nt){rt?(vt.__gohashid===void 0&&z.push(vt),b.set(vt,Nt)):(vt=vr++,b.set(vt,Nt),E.set(vt,y))}if(!rn(y))return y;z||(z=[]);var rt=Object.isExtensible(y);if(b||(b=new li),rt){var st=b.get(y);if(st)return st}else for(E||(E=new li),st=E.iterator;st.next();){var ht=st.key;if(st.value===y&&(ht=b.get(ht)))return ht}if(Array.isArray(y)){st=[],nt(y,st);for(var dt=0;dt<y.length;dt++)st.push(Bf(a,y[dt],!1,b,E,z))}else if(y instanceof ye||y instanceof An||y instanceof en||y instanceof Fi||y instanceof Nn)st=y.copy(),nt(y,st);else{if(y instanceof lr||y instanceof Sn||y instanceof sn)return y;if(y instanceof fn)st=new fn().addAll(Bf(a,y.Fa(),!1,b,E,z)),nt(y,st);else if(y instanceof gn)st=new gn().addAll(Bf(a,y.Fa(),!1,b,E,z)),nt(y,st);else if(y instanceof li)st=new li().addAll(Bf(a,y.Fa(),!1,b,E,z)),nt(y,st);else if(y instanceof Date)st=new Date(y.getTime()),nt(y,st);else if(y instanceof RegExp)st=new RegExp(y),nt(y,st),st.lastIndex=y.lastIndex;else if(typeof y.copy=="function")st=y.copy(),nt(y,st);else for(dt in st={},nt(y,st),y)dt!=="__gohashid"&&(st[dt]=Bf(a,y[dt],!1,b,E,z))}return x&&z.forEach(function(vt){delete vt.__gohashid}),st}Kt=Jn.prototype,Kt.quote=function(a){return JSON.stringify(a).replace(/[\u007F-\uFFFF]/g,function(y){return"\\u"+("0000"+y.charCodeAt(0).toString(16)).substr(-4)})},Kt.rm=function(){var a="";return this.name!==""&&(a+=`,
"name": `+this.quote(this.name)),this.dataFormat!==""&&(a+=`,
"dataFormat": `+this.quote(this.dataFormat)),this.isReadOnly&&(a+=`,
"isReadOnly": `+this.isReadOnly),this.nodeKeyProperty!=="key"&&typeof this.nodeKeyProperty=="string"&&(a+=`,
"nodeKeyProperty": `+this.quote(this.nodeKeyProperty)),this.copiesArrays&&(a+=`,
"copiesArrays": true`),this.copiesArrayObjects&&(a+=`,
"copiesArrayObjects": true`),this.copiesKey||(a+=`,
"copiesKey": false`),this.nodeCategoryProperty!=="category"&&typeof this.nodeCategoryProperty=="string"&&(a+=`,
"nodeCategoryProperty": `+this.quote(this.nodeCategoryProperty)),a},Kt.gp=function(a){a.name&&(this.name=a.name),a.dataFormat&&(this.dataFormat=a.dataFormat),a.isReadOnly&&(this.isReadOnly=!0),a.nodeKeyProperty&&(this.nodeKeyProperty=a.nodeKeyProperty),a.copiesArrays&&(this.copiesArrays=!0),a.copiesArrayObjects&&(this.copiesArrayObjects=!0),a.copiesKey===!1&&(this.copiesKey=!1),a.nodeCategoryProperty&&(this.nodeCategoryProperty=a.nodeCategoryProperty)};function xS(a,y){y=y.modelData,rn(y)&&(a.dm(y),a.modelData=y)}Kt.Rv=function(){var a=this.modelData,y=!1,x;for(x in a)if(!CS(x,a[x])){y=!0;break}return a="",y&&(a=`,
"modelData": `+hy(this,this.modelData)),a+`,
"nodeDataArray": `+Hh(this,this.nodeDataArray,!0)},Kt.kv=function(a){xS(this,a),a=a.nodeDataArray,Pn(a)&&(this.dm(a),this.nodeDataArray=a)};function wS(a,y){function x(E,z){if((z=z.part)&&(z=z.data,E!==z)){var nt=b.get(E);nt===null?(nt=new gn,nt.add(z),b.add(E,nt)):nt.add(z)}}var b=a.vh;b===null&&(b=new li,y.changes.each(function(E){if(E.diagram!==null){var z=E.change;z===Or?(E=E.object.panel)&&(z=E.data)&&x(z,E):(z===ro||z===vo)&&(E=E.object,(z=E.itemArray)&&x(z,E))}}),a.vh=b)}function PS(a,y){for(var x=new gn,b=0;b<a.nodeDataArray.length;b++){var E=a.nodeDataArray[b];l0(a,y,E,E,x)}return x}function l0(a,y,x,b,E){if(Array.isArray(x))for(var z=0;z<x.length;z++){var nt=x[z];if(nt===y)return E.add(b),!0;if(l0(a,y,nt,b,E))return!0}else if(rn(x)&&Object.getPrototypeOf(x)===Object.prototype)for(z in x){if(nt=x[z],nt===y)return E.add(b),!0;if(l0(a,y,nt,b,E))return!0}return!1}Kt.Pv=function(a,y){var x=this,b=!1,E=new gn,z=new gn,nt=new gn,rt=this.vh;a.changes.each(function(dt){dt.model===x&&(dt.modelChange==="nodeDataArray"?dt.change===ro?E.add(dt.newValue):dt.change===vo&&nt.add(dt.oldValue):x.lb(dt.object)?z.add(dt.object):dt.change!==Or||x.modelData!==dt.object&&dt.propertyName!=="modelData"?dt.object!==null&&(rt&&rt.contains(dt.object)?rt.get(dt.object).each(function(vt){x.lb(vt)&&z.add(vt)}):dt.object instanceof Jn||x.ri()&&x.Jc(dt.object)||PS(x,dt.object).each(function(vt){z.add(vt)})):b=!0)});var st=this.il;st.clear(),E.each(function(dt){st.add(x.wa(dt)),y||z.add(dt)});var ht=this.kl;return ht.clear(),nt.each(function(dt){ht.add(x.wa(dt)),y&&z.add(dt)}),a="",b&&(a+=`,
"modelData": `+hy(this,this.modelData)),0<st.count&&(a+=(y?this.Yv:this.Wv)+Hh(this,st.Fa(),!0)),0<z.count&&(a+=this.jy+Hh(this,z.Fa(),!0)),0<ht.count&&(a+=(y?this.Wv:this.Yv)+Hh(this,ht.Fa(),!0)),ht.clear(),st.clear(),a},Kt.fp=function(a){(a.name!==void 0&&a.name!==this.name||a.dataFormat!==void 0&&a.dataFormat!==this.dataFormat||a.isReadOnly!==void 0&&a.isReadOnly!==this.isReadOnly||a.nodeKeyProperty!==void 0&&a.nodeKeyProperty!==this.nodeKeyProperty||a.copiesArrays!==void 0&&a.copiesArrays!==this.copiesArrays||a.copiesArrayObjects!==void 0&&a.copiesArrayObjects!==this.copiesArrayObjects||a.copiesKey!==void 0&&a.copiesKey!==this.copiesKey||a.nodeCategoryProperty!==void 0&&a.nodeCategoryProperty!==this.nodeCategoryProperty)&&Le("applyIncrementalJson cannot change Model properties"),xS(this,a);var y=a.insertedNodeKeys,x=a.modifiedNodeData,b=new li;if(Array.isArray(x))for(var E=0;E<x.length;E++){var z=x[E],nt=this.wa(z);nt!=null&&b.set(nt,z)}if(Array.isArray(y))for(E=y.length,z=0;z<E;z++){nt=y[z];var rt=this.hc(nt);rt===null&&(rt=(rt=b.get(nt))?rt:this.copyNodeData({}),this.km(rt,nt),this.xf(rt))}if(Array.isArray(x)){for(y=x.length,b=0;b<y;b++)if(E=x[b],z=this.wa(E),z=this.hc(z),z!==null){for(var st in E)st==="__gohashid"||st===this.nodeKeyProperty||this.Wj()&&st===this.nodeIsGroupProperty||this.setDataProperty(z,st,E[st]);this.lm(E,z)}}if(a=a.removedNodeKeys,Array.isArray(a))for(x=a.length,st=0;st<x;st++)y=this.hc(a[st]),y!==null&&this.cm(y)},Kt.$x=function(a,y){a.change!==ea&&Le("Model.toIncrementalJson argument is not a Transaction ChangedEvent:"+a.toString());var x=a.object;return a.isTransactionFinished&&x instanceof Lo?(y===void 0&&(y=hp(this,this)),wS(this,x),a=this.Pv(x,a.propertyName==="FinishedUndo"),this.vh=null,y==="2"?'{ "incremental": 2'+a+"}":'{ "class": '+this.quote(y)+', "incremental": 1'+this.rm()+a+"}"):'{ "incremental": 0 }'},Kt.yA=function(a,y){return this.$x(a,y)},Kt.np=function(a){return a===void 0&&(a=hp(this,this)),'{ "class": '+this.quote(a)+this.rm()+this.Rv()+"}"},Kt.toJSON=function(a){return this.np(a)},Kt.Zw=function(a){var y=null;if(typeof a=="string")try{y=dn.JSON.parse(a)}catch(b){}else typeof a=="object"?y=a:Le("Unable to modify a Model from: "+a);var x=y.incremental;typeof x!="number"&&Le("Unable to apply non-incremental changes to Model: "+a),x!==0&&(this.Ea("applyIncrementalJson"),this.fp(y),this.eb("applyIncrementalJson"))},Kt.Ky=function(a){return this.Zw(a)},Jn.constructGraphLinksModel=function(){return new Jn},Kt=Jn.prototype,Kt.dm=function(a){if(Pn(a))for(var y=a.length,x=0;x<y;x++){var b=a[x];if(rn(b)){var E=x;b=this.dm(b),Array.isArray(a)?a[E]=b:Le("Cannot replace an object in an HTMLCollection or NodeList at "+E)}}else if(rn(a)){for(y in a)if(x=a[y],rn(x)&&(x=this.dm(x),a[y]=x,y==="points"&&Array.isArray(x))){for(E=x.length%2===0,b=0;b<x.length;b++)if(typeof x[b]!="number"){E=!1;break}if(E){for(E=new fn,b=0;b<x.length/2;b++)E.add(new ye(x[2*b],x[2*b+1]));E.freeze(),a[y]=E}}return Fx(a)}return a},Kt.sm=function(a){return a===void 0?"undefined":a===null?"null":a===!0?"true":a===!1?"false":typeof a=="string"?this.quote(a):typeof a=="number"?a===1/0?"9e9999":a===-1/0?"-9e9999":isNaN(a)?'{"class":"NaN"}':a.toString():a instanceof Date?'{"class":"Date", "value":"'+a.toJSON()+'"}':a instanceof Number?this.sm(a.valueOf()):Pn(a)?Hh(this,a):rn(a)?hy(this,a):typeof a=="function"?"null":a.toString()};function Hh(a,y,x){x===void 0&&(x=!1);var b=y.length;if(0>=b)return"[]";var E=new ti;E.add("["),x&&1<b&&E.add(`
`);for(var z=0;z<b;z++){var nt=y[z];nt!==void 0&&(0<z&&(E.add(","),x&&E.add(`
`)),E.add(a.sm(nt)))}return x&&1<b&&E.add(`
`),E.add("]"),E.toString()}function CS(a,y){return y===void 0||a==="__gohashid"||a[0]==="_"||typeof y=="function"}function As(a){return isNaN(a)?"NaN":a===1/0?"9e9999":a===-1/0?"-9e9999":a}function hy(a,y){var x=y;if(x instanceof ye)y={class:"go.Point",x:As(x.x),y:As(x.y)};else if(x instanceof An)y={class:"go.Size",width:As(x.width),height:As(x.height)};else if(x instanceof en)y={class:"go.Rect",x:As(x.x),y:As(x.y),width:As(x.width),height:As(x.height)};else if(x instanceof Fi)y={class:"go.Margin",top:As(x.top),right:As(x.right),bottom:As(x.bottom),left:As(x.left)};else if(x instanceof Nn)x.sb()?y={class:"go.Spot",x:As(x.x),y:As(x.y),offsetX:As(x.offsetX),offsetY:As(x.offsetY)}:y={class:"go.Spot",enum:x.toString()};else if(x instanceof lr){if(y={class:"go.Brush",type:x.type.name},x.type===Xu?y.color=x.color:(x.type===vu||x.type===Ma)&&(y.start=x.start,y.end=x.end,x.type===Ma&&(x.startRadius!==0&&(y.startRadius=As(x.startRadius)),isNaN(x.endRadius)||(y.endRadius=As(x.endRadius)))),x.colorStops!==null){var b={};for(x=x.colorStops.iterator;x.next();)b[x.key]=x.value;y.colorStops=b}}else x instanceof Sn?(y={class:"go.Geometry",type:x.type.name},x.startX!==0&&(y.startX=As(x.startX)),x.startY!==0&&(y.startY=As(x.startY)),x.endX!==0&&(y.endX=As(x.endX)),x.endY!==0&&(y.endY=As(x.endY)),x.spot1.D(mr)||(y.spot1=x.spot1),x.spot2.D(Fs)||(y.spot2=x.spot2),x.type===Sn.o&&(y.path=Sn.ia(x))):x instanceof sn&&(y={class:"go.EnumValue",classType:hp(a,x.classType),name:x.name});b="{",x=!0;for(var E in y){var z=io(y,E);if(!CS(E,z))if(x?x=!1:b+=",",b+=a.quote(E)+":",E==="points"&&z instanceof fn){var nt="[";for(z=z.iterator;z.next();){var rt=z.value;1<nt.length&&(nt+=","),nt+=a.sm(rt.x),nt+=",",nt+=a.sm(rt.y)}nt+="]",b+=nt}else b+=a.sm(z)}return b+"}"}function Ls(a){return typeof a=="number"?a:a==="NaN"?NaN:a==="9e9999"?1/0:a==="-9e9999"?-1/0:parseFloat(a)}function Fx(a){if(typeof a!="object")return a;var y=a.class||"";if(y==="NaN")return NaN;if(y==="Date")return new Date(a.value);if(y.indexOf("go.")!==0)return a;y=y.substr(3);var x=a;if(y==="Point")x=new ye(Ls(a.x),Ls(a.y));else if(y==="Size")x=new An(Ls(a.width),Ls(a.height));else if(y==="Rect")x=new en(Ls(a.x),Ls(a.y),Ls(a.width),Ls(a.height));else if(y==="Margin")x=new Fi(Ls(a.top),Ls(a.right),Ls(a.bottom),Ls(a.left));else if(y==="Spot")typeof a.enum=="string"?x=Os(a.enum):x=new Nn(Ls(a.x),Ls(a.y),Ls(a.offsetX),Ls(a.offsetY));else if(y==="Brush"){if(x=new lr,x.type=zn(lr,a.type),typeof a.color=="string"&&(x.color=a.color),a.start instanceof Nn&&(x.start=a.start),a.end instanceof Nn&&(x.end=a.end),typeof a.startRadius=="number"&&(x.startRadius=Ls(a.startRadius)),typeof a.endRadius=="number"&&(x.endRadius=Ls(a.endRadius)),a=a.colorStops,rn(a))for(var b in a)x.addColorStop(parseFloat(b),a[b])}else y==="Geometry"?(x=null,typeof a.path=="string"?x=Sn.parse(a.path):x=new Sn,x.type=zn(Sn,a.type),typeof a.startX=="number"&&(x.startX=Ls(a.startX)),typeof a.startY=="number"&&(x.startY=Ls(a.startY)),typeof a.endX=="number"&&(x.endX=Ls(a.endX)),typeof a.endY=="number"&&(x.endY=Ls(a.endY)),a.spot1 instanceof Nn&&(x.spot1=a.spot1),a.spot2 instanceof Nn&&(x.spot2=a.spot2)):y==="EnumValue"&&(b=a.classType,b.indexOf("go.")===0&&(b=b.substr(3)),b=dy(b),typeof b=="function"&&(x=zn(b,a.name)));return x}Kt.Pe=function(a){return this.Lt.add(a),this},Kt.ik=function(a){this.Lt.remove(a)},Kt.ds=function(a){this.skipsUndoManager||this.undoManager.Tu(a);for(var y=this.Lt,x=y.length,b=0;b<x;b++)y.M(b)(a)},Kt.cb=function(a,y,x,b,E,z,nt){mo(this,"",a,y,x,b,E,z,nt)},Kt.g=function(a,y,x,b,E){mo(this,"",Or,a,this,y,x,b,E)},Kt.Fs=function(a,y,x,b,E,z){mo(this,"",Or,y,a,x,b,E,z)};function mo(a,y,x,b,E,z,nt,rt,st){rt===void 0&&(rt=null),st===void 0&&(st=null);var ht=new Rr;ht.model=a,ht.change=x,ht.modelChange=y,ht.propertyName=b,ht.object=E,ht.oldValue=z,ht.oldParam=rt,ht.newValue=nt,ht.newParam=st,a.ds(ht)}Jn.prototype.changeState=function(a,y){if(a!==null&&a.model===this)if(a.change===Or){var x=a.object,b=a.propertyName,E=a.I(y);b===this.nodeKeyProperty&&this.lb(x)&&(y=a.I(!y),y!==void 0&&this.kb.remove(y),E!==void 0&&this.kb.add(E,x)),Fr(x,b,E)}else a.change===ro?(x=a.newParam,a.modelChange==="nodeDataArray"?(a=a.newValue,rn(a)&&typeof x=="number"&&(b=this.wa(a),y?(this.Tc[x]===a&&Yn(this.Tc,x),b!==void 0&&this.kb.remove(b)):(this.Tc[x]!==a&&Cn(this.Tc,x,a),b!==void 0&&this.kb.add(b,a)))):a.modelChange===""?((b=a.object)&&!Pn(b)&&a.propertyName&&(b=io(a.object,a.propertyName)),Pn(b)&&typeof x=="number"&&(a=a.newValue,y?Yn(b,x):Cn(b,x,a))):Le("unknown ChangedEvent.Insert modelChange: "+a.toString())):a.change===vo?(x=a.oldParam,a.modelChange==="nodeDataArray"?(a=a.oldValue,rn(a)&&typeof x=="number"&&(b=this.wa(a),y?(this.Tc[x]!==a&&Cn(this.Tc,x,a),b!==void 0&&this.kb.add(b,a)):(this.Tc[x]===a&&Yn(this.Tc,x),b!==void 0&&this.kb.remove(b)))):a.modelChange===""?((b=a.object)&&!Pn(b)&&a.propertyName&&(b=io(a.object,a.propertyName)),Pn(b)&&typeof x=="number"&&(a=a.oldValue,y?Cn(b,x,a):Yn(b,x))):Le("unknown ChangedEvent.Remove modelChange: "+a.toString())):a.change!==ea&&Le("unknown ChangedEvent: "+a.toString())},Jn.prototype.Ea=function(a){return this.undoManager.Ea(a)},Jn.prototype.eb=function(a){return this.undoManager.eb(a)},Jn.prototype.Kf=function(){return this.undoManager.Kf()},Jn.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}},Kt=Jn.prototype,Kt.La=function(a,y){y===void 0&&(y=""),mo(this,"SourceChanged",ea,y,a,null,null)},Kt.wa=function(a){if(a!==null){var y=this.Th;if(y!==""&&(y=io(a,y),y!==void 0)){if(Kh(y))return y;Le("Key value for node data "+a+" is not a number or a string: "+y)}}},Kt.km=function(a,y){if(a!==null){var x=this.Th;if(x!=="")if(this.lb(a)){var b=io(a,x);b!==y&&this.hc(y)===null&&(Fr(a,x,y),b!==void 0&&this.kb.remove(b),this.kb.add(y,a),mo(this,"nodeKey",Or,x,a,b,y),typeof x=="string"&&this.La(a,x),this.jp(b,y))}else Fr(a,x,y)}};function Kh(a){return typeof a=="number"||typeof a=="string"}Kt.lb=function(a){var y=this.wa(a);return y===void 0?!1:this.kb.I(y)===a},Kt.hc=function(a){return a===null&&Le("Model.findNodeDataForKey:key must not be null"),a!==void 0&&Kh(a)?this.kb.I(a):null},Kt.$u=function(a){if(a!==null){var y=this.Th;if(y!==""){var x=this.wa(a);if(x===void 0||this.kb.contains(x)){var b=this.bl;if(b!==null&&(x=b(this,a),x!=null&&!this.kb.contains(x))){Fr(a,y,x);return}if(typeof x=="string"){for(b=2;this.kb.contains(x+b);)b++;Fr(a,y,x+b)}else if(x===void 0||typeof x=="number"){for(x=-this.kb.count-1;this.kb.contains(x);)x--;Fr(a,y,x)}}}}},Kt.xf=function(a){a!==null&&(pi(a),this.lb(a)||bS(this,a,!0))};function bS(a,y,x){var b=a.wa(y);(b===void 0||a.kb.I(b)!==y)&&(a.$u(y),b=a.wa(y),b===void 0&&Le("Model.makeNodeDataKeyUnique failed on "+y+". Data not added to Model."),a.kb.add(b,y),b=null,x&&(b=a.Tc.length,Cn(a.Tc,b,y)),mo(a,"nodeDataArray",ro,"nodeDataArray",a,null,y,null,b),a.fm(y),a.em(y))}Kt.Fy=function(a){if(Pn(a))for(var y=a.length,x=0;x<y;x++)this.xf(a[x]);else for(a=a.iterator;a.next();)this.xf(a.value)},Kt.cm=function(a){a!==null&&AS(this,a,!0)};function AS(a,y,x){var b=a.wa(y);if(b!==void 0&&a.kb.remove(b),b=null,x){t:if(x=a.Tc,Array.isArray(x))b=x.indexOf(y);else{b=x.length;for(var E=0;E<b;E++)if(x[E]===y){b=E;break t}b=-1}if(0>b)return;Yn(a.Tc,b)}mo(a,"nodeDataArray",vo,"nodeDataArray",a,y,null,b,null),a.qp(y)}Kt.nA=function(a){if(Pn(a))for(var y=a.length,x=0;x<y;x++)this.cm(a[x]);else for(a=a.iterator;a.next();)this.cm(a.value)},Kt.$z=function(a){if(a!==this.nodeDataArray&&Pn(a)){var y=this.kl;y.clear(),y.addAll(this.kb.iteratorKeys);var x=this.il;x.clear();for(var b=a.length,E=0;E<b;E++){var z=a[E],nt=this.wa(z);if(nt!==void 0){x.add(nt);var rt=this.hc(nt);rt!==z&&(rt!==null?(this.Do(rt,z),this.lm(z,rt)):(z=this.cloneDeep(z),this.km(z,nt),this.xf(z)))}else nt=this.cloneDeep(z),this.xf(nt),x.add(this.wa(nt))}for(a=y.iterator;a.next();)b=a.value,x.contains(b)||(b=this.hc(b))&&this.cm(b);y.clear(),x.clear()}},Kt.jp=function(a,y){y!==void 0&&(a=up(this,a),a instanceof gn&&this.Vf.add(y,a))},Kt.Lv=function(){},Kt.fm=function(){},Kt.em=function(){},Kt.qp=function(){};function gl(a,y,x){if(y!==void 0){var b=a.Vf.I(y);b===null&&(b=new gn,a.Vf.add(y,b)),b.add(x)}}function pl(a,y,x){if(y!==void 0){var b=a.Vf.I(y);b instanceof gn&&(x==null?a.Vf.remove(y):(b.remove(x),b.count===0&&a.Vf.remove(y)))}}function up(a,y){return y===void 0?null:(a=a.Vf.I(y),a instanceof gn?a:null)}Kt.Qy=function(a){a===void 0?this.Vf.clear():this.Vf.remove(a)},Jn.prototype.copyNodeData=function(a){if(a===null)return null;var y=this.Bk;return a=y!==null?y(a,this):u0(this,a,!0),rn(a)&&si(a),a};function u0(a,y,x){if(a.copiesArrays&&Array.isArray(y)){var b=[];for(x=0;x<y.length;x++){var E=u0(a,y[x],a.copiesArrayObjects);b.push(E)}return si(b),b}if(x&&rn(y)){x=(x=y.constructor)?new x:{},E=a.copiesKey||typeof a.nodeKeyProperty!="string"?null:a.nodeKeyProperty;for(b in y)if(b==="__gohashid")x.__gohashid=void 0;else if(b===E)x[E]=void 0;else{var z=io(y,b),nt=hp(a,z);nt==="GraphObject"||nt==="Diagram"||nt==="Layer"||nt==="RowColumnDefinition"||nt==="AnimationManager"||nt==="Tool"||nt==="CommandHandler"||nt==="Layout"||nt==="InputEvent"||nt==="DiagramEvent"||z instanceof Jn||z instanceof zr||z instanceof Lo||z instanceof Rr||(z=u0(a,z,!1)),Fr(x,b,z)}return si(x),x}return y instanceof ye||y instanceof An||y instanceof en||y instanceof Nn||y instanceof Fi?y.copy():y}Jn.prototype.setDataProperty=function(a,y,x){if(this.lb(a)){if(y===this.nodeKeyProperty){this.km(a,x);return}if(y===this.nodeCategoryProperty){this.jm(a,x);return}}else!LS&&a instanceof Oe&&(LS=!0,Un('Model.setDataProperty is modifying a GraphObject, "'+a.toString()+'"'),Un(" Is that really your intent?"));var b=io(a,y);b!==x&&(Fr(a,y,x),this.Fs(a,y,b,x))},Kt=Jn.prototype,Kt.set=function(a,y,x){this.setDataProperty(a,y,x)},Kt.Do=function(a,y){if(y){var x=this.lb(a),b;for(b in y)b==="__gohashid"||x&&b===this.nodeKeyProperty||this.setDataProperty(a,b,y[b])}},Kt.Ay=function(a,y){this.ts(a,-1,y)},Kt.ts=function(a,y,x){0>y&&(y=a.length),Cn(a,y,x),mo(this,"",ro,"",a,null,x,null,y)},Kt.ov=function(a,y){y===void 0&&(y=-1),a===this.Tc&&Le("Model.removeArrayItem should not be called on the Model.nodeDataArray"),y===-1&&(y=a.length-1);var x=a[y];Yn(a,y),mo(this,"",vo,"",a,x,null,y,null)},Kt.Ro=function(a){if(a===null)return"";var y=this.lj;if(y===""||(y=io(a,y),y===void 0))return"";if(typeof y=="string")return y;Le("getCategoryForNodeData found a non-string category for "+a+": "+y)},Kt.jm=function(a,y){if(a!==null){var x=this.lj;if(x!=="")if(this.lb(a)){var b=io(a,x);b===void 0&&(b=""),b!==y&&(Fr(a,x,y),mo(this,"nodeCategory",Or,x,a,b,y))}else Fr(a,x,y)}},Kt.lm=function(a,y){this.jm(y,this.Ro(a))},Kt.Tl=function(){return!1},Kt.Wj=function(){return!1},Kt.ri=function(){return!1},Kt.xs=function(){return!1},Kt.Xj=function(){return!1};function cy(){return new Jn}function hp(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 hp(a,y.constructor);return typeof y}function dy(a){return ol[a]?ol[a]:dn.go!==void 0&&dn.go[a]?dn.go[a]:null}function io(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 Fr(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){}}Ue.Object.defineProperties(Jn.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===""&&Le("Model.nodeKeyProperty may not be the empty string"),0<this.kb.count&&Le("Cannot set Model.nodeKeyProperty when there is existing node data"),this.Th=a,this.g("nodeKeyProperty",y,a))}},makeUniqueKeyFunction:{get:function(){return this.bl},set:function(a){var y=this.bl;y!==a&&(this.bl=a,this.g("makeUniqueKeyFunction",y,a))}},nodeDataArray:{get:function(){return this.Tc},set:function(a){var y=this.Tc;if(y!==a){this.kb.clear(),this.Lv();for(var x=a.length,b=0;b<x;b++){var E=a[b];rn(E)||Le("Model.nodeDataArray must only contain Objects, not: "+E),pi(E)}for(this.Tc=a,b=new fn,E=0;E<x;E++){var z=a[E],nt=this.wa(z);nt===void 0||this.kb.I(nt)!==null?b.add(z):this.kb.add(nt,z)}for(b=b.iterator;b.next();)E=b.value,this.$u(E),z=this.wa(E),z!==void 0&&this.kb.add(z,E);for(mo(this,"nodeDataArray",Or,"nodeDataArray",this,y,a),y=0;y<x;y++)b=a[y],this.fm(b),this.em(b);Array.isArray(a)||(this.isReadOnly=!0)}}},copyNodeDataFunction:{get:function(){return this.Bk},set:function(a){var y=this.Bk;y!==a&&(this.Bk=a,this.g("copyNodeDataFunction",y,a))}},copiesArrays:{get:function(){return this.Km},set:function(a){var y=this.Km;y!==a&&(this.Km=a,this.g("copiesArrays",y,a))}},copiesArrayObjects:{get:function(){return this.Jm},set:function(a){var y=this.Jm;y!==a&&(this.Jm=a,this.g("copiesArrayObjects",y,a))}},copiesKey:{get:function(){return this.Mm},set:function(a){var y=this.Mm;y!==a&&(this.Mm=a,this.g("copiesKey",y,a))}},afterCopyFunction:{get:function(){return this.xm},set:function(a){var y=this.xm;y!==a&&(this.xm=a,this.g("afterCopyFunction",y,a))}},nodeCategoryProperty:{get:function(){return this.lj},set:function(a){var y=this.lj;y!==a&&(this.lj=a,this.g("nodeCategoryProperty",y,a))}},type:{get:function(){return"Model"}}}),Jn.prototype.setCategoryForNodeData=Jn.prototype.jm,Jn.prototype.getCategoryForNodeData=Jn.prototype.Ro,Jn.prototype.removeArrayItem=Jn.prototype.ov,Jn.prototype.insertArrayItem=Jn.prototype.ts,Jn.prototype.addArrayItem=Jn.prototype.Ay,Jn.prototype.assignAllDataProperties=Jn.prototype.Do,Jn.prototype.set=Jn.prototype.set,Jn.prototype.clearUnresolvedReferences=Jn.prototype.Qy,Jn.prototype.mergeNodeDataArray=Jn.prototype.$z,Jn.prototype.removeNodeDataCollection=Jn.prototype.nA,Jn.prototype.removeNodeData=Jn.prototype.cm,Jn.prototype.addNodeDataCollection=Jn.prototype.Fy,Jn.prototype.addNodeData=Jn.prototype.xf,Jn.prototype.makeNodeDataKeyUnique=Jn.prototype.$u,Jn.prototype.findNodeDataForKey=Jn.prototype.hc,Jn.prototype.containsNodeData=Jn.prototype.lb,Jn.prototype.setKeyForNodeData=Jn.prototype.km,Jn.prototype.getKeyForNodeData=Jn.prototype.wa,Jn.prototype.updateTargetBindings=Jn.prototype.La,Jn.prototype.commit=Jn.prototype.commit,Jn.prototype.rollbackTransaction=Jn.prototype.Kf,Jn.prototype.commitTransaction=Jn.prototype.eb,Jn.prototype.startTransaction=Jn.prototype.Ea,Jn.prototype.raiseDataChanged=Jn.prototype.Fs,Jn.prototype.raiseChanged=Jn.prototype.g,Jn.prototype.raiseChangedEvent=Jn.prototype.cb,Jn.prototype.removeChangedListener=Jn.prototype.ik,Jn.prototype.addChangedListener=Jn.prototype.Pe,Jn.prototype.writeJsonValue=Jn.prototype.sm,Jn.prototype.replaceJsonObjects=Jn.prototype.dm,Jn.prototype.applyIncrementalJSON=Jn.prototype.Ky,Jn.prototype.applyIncrementalJson=Jn.prototype.Zw,Jn.prototype.toJSON=Jn.prototype.toJSON,Jn.prototype.toJson=Jn.prototype.np,Jn.prototype.toIncrementalJSON=Jn.prototype.yA,Jn.prototype.toIncrementalJson=Jn.prototype.$x,Jn.prototype.toIncrementalData=Jn.prototype.xA,Jn.prototype.clear=Jn.prototype.clear;var LS=!1,ol={};Jn.className="Model",Jn.fromJSON=Jn.fromJson=function(a,y){y===void 0&&(y=null);var x=null;if(typeof a=="string")try{x=dn.JSON.parse(a)}catch(z){}else typeof a=="object"?x=a:Le("Unable to construct a Model from: "+a);if(y===null){a=null;var b=x.class;if(typeof b=="string")try{var E=null;b.indexOf("go.")===0?(b=b.substr(3),E=dy(b)):(E=dy(b),E===null&&(E=dn[b])),typeof E=="function"&&(a=new E)}catch(z){}a===null||a instanceof Jn?y=a:Le("Unable to construct a Model of declared class: "+x.class)}return y===null&&(y=Jn.constructGraphLinksModel()),y.gp(x),y.kv(x),y},Jn.safePropertyValue=io,Jn.safePropertySet=Fr,ol.Brush=lr,ol.ChangedEvent=Rr,ol.Geometry=Sn,ol.Margin=Fi,ol.Panel=pn,ol.Point=ye,ol.Rect=en,ol.Size=An,ol.Spot=Nn,ol.Transaction=Lo,ol.UndoManager=zr;function ao(a,y,x,b){si(this),this._isFrozen=!1,a===void 0&&(a=""),y===void 0&&(y=a),x===void 0&&(x=null),this.j=-1,this.xd=null,this.xl=a,this.wl=this.to=0,this.Cr=null,this.wn=!1,this.sl=y,this.Im=x,b===void 0?(this.el=ES,this.wk=null):(this.el=cp,this.wk=b),this.st=new gn}ao.prototype.copy=function(){var a=new ao;return a.xl=this.xl,a.to=this.to,a.wl=this.wl,a.Cr=this.Cr,a.wn=this.wn,a.sl=this.sl,a.Im=this.Im,a.el=this.el,a.wk=this.wk,a},Kt=ao.prototype,Kt.qb=function(a){a.classType===ao&&(this.mode=a)},Kt.toString=function(){return"Binding("+this.targetProperty+":"+this.sourceProperty+(this.Ai!==-1?" "+this.Ai:"")+" "+this.mode.name+")"},Kt.freeze=function(){return this._isFrozen=!0,this},Kt.ka=function(){return this._isFrozen=!1,this},Kt.Kx=function(a){return a===void 0&&(a=null),this.mode=cp,this.backConverter=a,this},Kt.cp=function(a){return a===void 0&&(a=""),this.sourceName=a,this.isToModel=!1,this},Kt.dA=function(){return this.sourceName=null,this.isToModel=!0,this};function kS(a,y,x){return a=a.sourceName,a===null||a===""?y:a==="/"?x.part:a==="."?x:a===".."?x.panel:y.fb(a)}Kt.Mv=function(a,y,x){var b=this.sl;if(x===void 0||b===""||b===x){x=this.xl;var E=this.Im;if(E===null&&x==="")Un("Binding error: target property is the empty string: "+this.toString());else{var z=y;if(b!==""&&(z=io(y,b)),z!==void 0)if(E===null)x!==""&&Fr(a,x,z);else try{if(x!==""){var nt=E(z,a);Fr(a,x,nt)}else E(z,a)}catch(rt){}}}},Kt.sp=function(a,y,x,b){if(this.el===cp){var E=this.xl;if(x===void 0||E===x){x=this.sl;var z=this.wk,nt=a;if(E!==""&&(nt=io(a,E)),nt!==void 0&&!this.st.contains(a))try{this.st.add(a);var rt=b!==null?b.diagram:null,st=rt!==null?rt.model:null;if(z===null){if(x!=="")st!==null?st.setDataProperty(y,x,nt):Fr(y,x,nt);else if(st!==null&&b!==null&&0<=b.itemIndex&&b.panel!==null&&Array.isArray(b.panel.itemArray)){var ht=b.itemIndex,dt=b.panel.itemArray;st.ov(dt,ht),st.ts(dt,ht,nt)}}else try{if(x!==""){var vt=z(nt,y,st);st!==null?st.setDataProperty(y,x,vt):Fr(y,x,vt)}else{var Nt=z(nt,y,st);if(Nt!==void 0&&st!==null&&b!==null&&0<=b.itemIndex&&b.panel!==null&&Array.isArray(b.panel.itemArray)){var Wt=b.itemIndex,Ht=b.panel.itemArray;st.ov(Ht,Wt),st.ts(Ht,Wt,Nt)}}}catch(ne){}}finally{this.st.remove(a)}}}},Ue.Object.defineProperties(ao.prototype,{Ai:{get:function(){return this.j},set:function(a){this._isFrozen&&nn(this),this.j=a}},targetProperty:{get:function(){return this.xl},set:function(a){this._isFrozen&&nn(this),this.xl=a}},sourceName:{get:function(){return this.Cr},set:function(a){this._isFrozen&&nn(this),this.Cr=a,a!==null&&(this.wn=!1)}},isToModel:{get:function(){return this.wn},set:function(a){this._isFrozen&&nn(this),this.wn=a}},sourceProperty:{get:function(){return this.sl},set:function(a){this._isFrozen&&nn(this),this.sl=a}},converter:{get:function(){return this.Im},set:function(a){this._isFrozen&&nn(this),this.Im=a}},backConverter:{get:function(){return this.wk},set:function(a){this._isFrozen&&nn(this),this.wk=a}},mode:{get:function(){return this.el},set:function(a){this._isFrozen&&nn(this),this.el=a}}}),ao.prototype.updateSource=ao.prototype.sp,ao.prototype.updateTarget=ao.prototype.Mv,ao.prototype.ofModel=ao.prototype.dA,ao.prototype.ofObject=ao.prototype.cp,ao.prototype.makeTwoWay=ao.prototype.Kx;var Dx="Binding",ES=new sn(ao,"OneWay",1),cp=new sn(ao,"TwoWay",2);ao.className="Binding",ao.parseEnum=function(a,y){return function(x){return x=zn(a,x),x===null?y:x}},ao.toString=ui,ao.OneWay=ES,ao.TwoWay=cp;function Hi(a,y,x){Jn.call(this),this.Vv=`,
"insertedLinkKeys": `,this.iy=`,
"modifiedLinkData": `,this.Xv=`,
"removedLinkKeys": `,this.md=[],this.$f=new gn,this.wb=new li,this.Jh="",this.Ri=this.Ak=this.cl=null,this.lf="from",this.mf="to",this.fj=this.ej="",this.dj="category",this.je="",this.jl="isGroup",this.Je="group",this.Lm=!1,y!==void 0&&(this.linkDataArray=y),a!==void 0&&(Pn(a)?this.nodeDataArray=a:x=a),x&&(Object.assign(this,x),a=x.Changed)&&(delete this.Changed,this.Pe(a))}_e(Hi,Jn),Hi.constructGraphLinksModel=Jn.constructGraphLinksModel,Hi.prototype.cloneProtected=function(a){Jn.prototype.cloneProtected.call(this,a),a.Jh=this.Jh,a.cl=this.cl,a.Ak=this.Ak,a.lf=this.lf,a.mf=this.mf,a.ej=this.ej,a.fj=this.fj,a.dj=this.dj,a.je=this.je,a.jl=this.jl,a.Je=this.Je,a.Lm=this.Lm},Kt=Hi.prototype,Kt.clear=function(){Jn.prototype.clear.call(this),this.md=[],this.wb.clear(),this.$f.clear()},Kt.toString=function(a){if(a===void 0&&(a=0),2<=a)return this.np();var y=(this.name!==""?this.name:"")+" GraphLinksModel";if(0<a){y+=`
node data:`,a=this.nodeDataArray;var x=a.length,b;for(b=0;b<x;b++){var E=a[b];y+=" "+this.wa(E)+":"+ui(E)}for(y+=`
link data:`,a=this.linkDataArray,x=a.length,b=0;b<x;b++)E=a[b],y+=" "+xa(this,E,!0)+"-->"+xa(this,E,!1)}return y},Kt.Qv=function(a,y){this.linkKeyProperty===""&&Le("GraphLinksModel.linkKeyProperty must not be an empty string for .toIncrementalData() to succeed.");var x=Jn.prototype.Qv.call(this,a,y),b=this,E=new gn,z=new gn,nt=new gn,rt=this.vh;a.changes.each(function(dt){dt.model===b&&(dt.modelChange==="linkDataArray"?dt.change===ro?E.add(dt.newValue):dt.change===vo&&nt.add(dt.oldValue):b.Jc(dt.object)?z.add(dt.object):dt.object!==null&&(dt.object!==null&&rt&&rt.contains(dt.object)?rt.get(dt.object).each(function(vt){b.Jc(vt)&&z.add(vt)}):dt.object instanceof Jn||b.lb(dt.object)||MS(b,dt.object).each(function(vt){z.add(vt)})))});var st=this.il;st.clear(),E.each(function(dt){st.add(b.Ac(dt)),y||z.add(dt)});var ht=this.kl;return ht.clear(),nt.each(function(dt){ht.add(b.Ac(dt)),y&&z.add(dt)}),a=b.cloneDeep(z.Fa()),0<st.count&&(x===null&&(x={}),y?x.removedLinkKeys=st.Fa():x.insertedLinkKeys=st.Fa()),0<a.length&&(x===null&&(x={}),x.modifiedLinkData=a),0<ht.count&&(x===null&&(x={}),y?x.insertedLinkKeys=ht.Fa():x.removedLinkKeys=ht.Fa()),ht.clear(),st.clear(),x},Kt.rm=function(){var a=Jn.prototype.rm.call(this),y="";return this.linkCategoryProperty!=="category"&&typeof this.linkCategoryProperty=="string"&&(y+=`,
"linkCategoryProperty": `+this.quote(this.linkCategoryProperty)),this.linkKeyProperty!==""&&typeof this.linkKeyProperty=="string"&&(y+=`,
"linkKeyProperty": `+this.quote(this.linkKeyProperty)),this.linkFromKeyProperty!=="from"&&typeof this.linkFromKeyProperty=="string"&&(y+=`,
"linkFromKeyProperty": `+this.quote(this.linkFromKeyProperty)),this.linkToKeyProperty!=="to"&&typeof this.linkToKeyProperty=="string"&&(y+=`,
"linkToKeyProperty": `+this.quote(this.linkToKeyProperty)),this.linkFromPortIdProperty!==""&&typeof this.linkFromPortIdProperty=="string"&&(y+=`,
"linkFromPortIdProperty": `+this.quote(this.linkFromPortIdProperty)),this.linkToPortIdProperty!==""&&typeof this.linkToPortIdProperty=="string"&&(y+=`,
"linkToPortIdProperty": `+this.quote(this.linkToPortIdProperty)),this.linkLabelKeysProperty!==""&&typeof this.linkLabelKeysProperty=="string"&&(y+=`,
"linkLabelKeysProperty": `+this.quote(this.linkLabelKeysProperty)),this.nodeIsGroupProperty!=="isGroup"&&typeof this.nodeIsGroupProperty=="string"&&(y+=`,
"nodeIsGroupProperty": `+this.quote(this.nodeIsGroupProperty)),this.nodeGroupKeyProperty!=="group"&&typeof this.nodeGroupKeyProperty=="string"&&(y+=`,
"nodeGroupKeyProperty": `+this.quote(this.nodeGroupKeyProperty)),a+y},Kt.gp=function(a){Jn.prototype.gp.call(this,a),a.linkKeyProperty&&(this.linkKeyProperty=a.linkKeyProperty),a.linkFromKeyProperty&&(this.linkFromKeyProperty=a.linkFromKeyProperty),a.linkToKeyProperty&&(this.linkToKeyProperty=a.linkToKeyProperty),a.linkFromPortIdProperty&&(this.linkFromPortIdProperty=a.linkFromPortIdProperty),a.linkToPortIdProperty&&(this.linkToPortIdProperty=a.linkToPortIdProperty),a.linkCategoryProperty&&(this.linkCategoryProperty=a.linkCategoryProperty),a.linkLabelKeysProperty&&(this.linkLabelKeysProperty=a.linkLabelKeysProperty),a.nodeIsGroupProperty&&(this.nodeIsGroupProperty=a.nodeIsGroupProperty),a.nodeGroupKeyProperty&&(this.nodeGroupKeyProperty=a.nodeGroupKeyProperty)},Kt.Rv=function(){var a=Jn.prototype.Rv.call(this),y=`,
"linkDataArray": `+Hh(this,this.linkDataArray,!0);return a+y},Kt.kv=function(a){Jn.prototype.kv.call(this,a),a=a.linkDataArray,Array.isArray(a)&&(this.dm(a),this.linkDataArray=a)};function MS(a,y){for(var x=new gn,b=0;b<a.linkDataArray.length;b++){var E=a.linkDataArray[b];l0(a,y,E,E,x)}return x}Kt.Pv=function(a,y){this.linkKeyProperty===""&&Le("GraphLinksModel.linkKeyProperty must not be an empty string for .toIncrementalJson() to succeed.");var x=Jn.prototype.Pv.call(this,a,y),b=this,E=new gn,z=new gn,nt=new gn,rt=this.vh;a.changes.each(function(dt){dt.model===b&&(dt.modelChange==="linkDataArray"?dt.change===ro?E.add(dt.newValue):dt.change===vo&&nt.add(dt.oldValue):b.Jc(dt.object)?z.add(dt.object):dt.object!==null&&(dt.object!==null&&rt&&rt.contains(dt.object)?rt.get(dt.object).each(function(vt){b.Jc(vt)&&z.add(vt)}):dt.object instanceof Jn||b.lb(dt.object)||MS(b,dt.object).each(function(vt){z.add(vt)})))});var st=this.il;st.clear(),E.each(function(dt){st.add(b.Ac(dt)),y||z.add(dt)});var ht=this.kl;return ht.clear(),nt.each(function(dt){ht.add(b.Ac(dt)),y&&z.add(dt)}),a=x,0<st.count&&(a+=(y?this.Xv:this.Vv)+Hh(this,st.Fa(),!0)),0<z.count&&(a+=this.iy+Hh(this,z.Fa(),!0)),0<ht.count&&(a+=(y?this.Vv:this.Xv)+Hh(this,ht.Fa(),!0)),ht.clear(),st.clear(),a},Kt.fp=function(a){(a.linkCategoryProperty!==void 0&&a.linkCategoryProperty!==this.linkCategoryProperty||a.linkKeyProperty!==void 0&&a.linkKeyProperty!==this.linkKeyProperty||a.linkFromKeyProperty!==void 0&&a.linkFromKeyProperty!==this.linkFromKeyProperty||a.linkToKeyProperty!==void 0&&a.linkToKeyProperty!==this.linkToKeyProperty||a.linkFromPortIdProperty!==void 0&&a.linkFromPortIdProperty!==this.linkFromPortIdProperty||a.linkToPortIdProperty!==void 0&&a.linkToPortIdProperty!==this.linkToPortIdProperty||a.linkLabelKeysProperty!==void 0&&a.linkLabelKeysProperty!==this.linkLabelKeysProperty||a.nodeIsGroupProperty!==void 0&&a.nodeIsGroupProperty!==this.nodeIsGroupProperty||a.nodeGroupKeyProperty!==void 0&&a.nodeGroupKeyProperty!==this.nodeGroupKeyProperty)&&Le("applyIncrementalJson cannot change Model properties"),Jn.prototype.fp.call(this,a);var y=a.insertedLinkKeys;if(Array.isArray(y))for(var x=y.length,b=0;b<x;b++){var E=y[b],z=this.jh(E);z===null&&(z=this.Jo({}),this.Ks(z,E),this.fi(z))}if(y=a.modifiedLinkData,Array.isArray(y)){for(x=y.length,b=0;b<x;b++)if(E=y[b],z=this.Ac(E),z=this.jh(z),z!==null){for(var nt in E)nt!=="__gohashid"&&nt!==this.linkKeyProperty&&this.setDataProperty(z,nt,E[nt]);FS(this,E,z)}}if(a=a.removedLinkKeys,Array.isArray(a))for(nt=a.length,y=0;y<nt;y++)x=this.jh(a[y]),x!==null&&this.bm(x)},Hi.prototype.changeState=function(a,y){if(a!==null&&a.model===this){if(a.change===Or){var x=a.object,b=a.propertyName;if(b===this.linkKeyProperty&&this.Jc(x)){var E=a.I(y);y=a.I(!y),y!==void 0&&this.wb.remove(y),E!==void 0&&this.wb.add(E,x),Fr(x,b,E);return}}else if(a.change===ro){if(x=a.newParam,a.modelChange==="linkDataArray"){a=a.newValue,rn(a)&&typeof x=="number"&&(b=this.Ac(a),y?(this.$f.remove(a),this.md[x]===a&&this.md.splice(x,1),b!==void 0&&this.wb.remove(b)):(this.$f.add(a),this.md[x]!==a&&this.md.splice(x,0,a),b!==void 0&&this.wb.add(b,a)));return}if(a.modelChange==="linkLabelKeys"){b=this.Ef(a.object),Array.isArray(b)&&typeof x=="number"&&(y?(x=b.indexOf(a.newValue),0<=x&&b.splice(x,1)):0>b.indexOf(a.newValue)&&b.splice(x,0,a.newValue));return}}else if(a.change===vo){if(x=a.oldParam,a.modelChange==="linkDataArray"){a=a.oldValue,rn(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}}Jn.prototype.changeState.call(this,a,y)}},Kt=Hi.prototype,Kt.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),Fr(x,this.nodeKeyProperty,a),this.xf(x))}return a}},Kt.yx=function(a){return xa(this,a,!0)},Kt.wv=function(a,y){Of(this,a,y,!0)},Kt.Bx=function(a){return xa(this,a,!1)},Kt.Bv=function(a,y){Of(this,a,y,!1)};function xa(a,y,x){if(y!==null&&(a=x?a.lf:a.mf,a!==""&&(a=io(y,a),a!==void 0))){if(Kh(a))return a;Le((x?"FromKey":"ToKey")+" value for link data "+y+" is not a number or a string: "+a)}}function Of(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=io(y,E);z!==x&&(pl(a,z,y),Fr(y,E,x),a.hc(x)===null&&gl(a,x,y),mo(a,b?"linkFromKey":"linkToKey",Or,E,y,z,x),typeof E=="string"&&a.La(y,E))}else Fr(y,E,x)}}Kt.zx=function(a){return h0(this,a,!0)},Kt.xv=function(a,y){If(this,a,y,!0)},Kt.Cx=function(a){return h0(this,a,!1)},Kt.Cv=function(a,y){If(this,a,y,!1)};function h0(a,y,x){return y===null||(a=x?a.ej:a.fj,a==="")?"":(y=io(y,a),y===void 0?"":y)}function If(a,y,x,b){if(y!==null){var E=b?a.ej:a.fj;if(E!=="")if(a.Jc(y)){var z=io(y,E);z===void 0&&(z=""),z!==x&&(Fr(y,E,x),mo(a,b?"linkFromPortId":"linkToPortId",Or,E,y,z,x),typeof E=="string"&&a.La(y,E))}else Fr(y,E,x)}}Kt.Ef=function(a){if(a===null)return c0;var y=this.je;return y===""?c0:(a=io(a,y),a===void 0?c0:a)},Kt.Ls=function(a,y){if(a!==null){var x=this.je;if(x!=="")if(this.Jc(a)){var b=io(a,x);if(b===void 0&&(b=c0),b!==y){if(Array.isArray(b))for(var E=b.length,z=0;z<E;z++)pl(this,b[z],a);for(Fr(a,x,y),E=y.length,z=0;z<E;z++){var nt=y[z];this.hc(nt)===null&&gl(this,nt,a)}mo(this,"linkLabelKeys",Or,x,a,b,y),typeof x=="string"&&this.La(a,x)}}else Fr(a,x,y)}},Kt.Bu=function(a,y){if(y!=null&&a!==null){var x=this.je;if(x!==""){var b=io(a,x);if(b===void 0)x=[],x.push(y),this.Ls(a,x);else if(Array.isArray(b)){var E=b.indexOf(y);0<=E||(E=b.length,b.push(y),this.Jc(a)&&(this.hc(y)===null&&gl(this,y,a),mo(this,"linkLabelKeys",ro,x,a,null,y,null,E)))}else Le(x+" property is not an Array; cannot addLabelKeyForLinkData: "+a)}}},Kt.Qx=function(a,y){if(y!=null&&a!==null){var x=this.je;if(x!==""){var b=io(a,x);if(Array.isArray(b)){var E=b.indexOf(y);0>E||(b.splice(E,1),this.Jc(a)&&(pl(this,y,a),mo(this,"linkLabelKeys",vo,x,a,y,null,E,null)))}else b!==void 0&&Le(x+" property is not an Array; cannot removeLabelKeyforLinkData: "+a)}}},Kt.Ac=function(a){if(a!==null){var y=this.Jh;if(y!==""&&(y=io(a,y),y!==void 0)){if(Kh(y))return y;Le("Key value for link data "+a+" is not a number or a string: "+y)}}},Kt.Ks=function(a,y){if(a!==null){var x=this.Jh;if(x!=="")if(this.Jc(a)){var b=io(a,x);b!==y&&this.jh(y)===null&&(Fr(a,x,y),b!==void 0&&this.wb.remove(b),this.wb.add(y,a),mo(this,"linkKey",Or,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Fr(a,x,y)}},Kt.jh=function(a){return a===null&&Le("GraphLinksModel.findLinkDataForKey:key must not be null"),a!==void 0&&Kh(a)?this.wb.I(a):null},Kt.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))){Fr(a,y,x);return}if(typeof x=="string"){for(b=2;this.wb.contains(x+b);)b++;Fr(a,y,x+b)}else if(x===void 0||typeof x=="number"){for(x=-this.wb.count-1;this.wb.contains(x);)x--;Fr(a,y,x)}}}}},Kt.Jc=function(a){return a===null?!1:this.$f.contains(a)},Kt.fi=function(a){a!==null&&(pi(a),this.Jc(a)||TS(this,a,!0))};function TS(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&&Le("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)),mo(a,"linkDataArray",ro,"linkDataArray",a,null,y,null,b),fy(a,y)}Kt.Ey=function(a){if(Array.isArray(a))for(var y=a.length,x=0;x<y;x++)this.fi(a[x]);else for(a=a.iterator;a.next();)this.fi(a.value)},Kt.bm=function(a){a!==null&&NS(this,a,!0)};function NS(a,y,x){a.$f.remove(y);var b=a.Ac(y);if(b!==void 0&&a.wb.remove(b),b=null,x){if(b=a.md.indexOf(y),0>b)return;a.md.splice(b,1)}if(mo(a,"linkDataArray",vo,"linkDataArray",a,y,null,b,null),x=xa(a,y,!0),pl(a,x,y),x=xa(a,y,!1),pl(a,x,y),b=a.Ef(y),Array.isArray(b))for(var E=b.length,z=0;z<E;z++)x=b[z],pl(a,x,y)}Kt.lA=function(a){if(Array.isArray(a))for(var y=a.length,x=0;x<y;x++)this.bm(a[x]);else for(a=a.iterator;a.next();)this.bm(a.value)},Kt.Zz=function(a){if(this.linkKeyProperty===""&&Le("GraphLinksModel.linkKeyProperty must not be an empty string for .mergeLinkDataArray() to succeed."),a!==this.linkDataArray&&Pn(a)){var y=this.kl;y.clear(),y.addAll(this.wb.iteratorKeys);var x=this.il;x.clear();for(var b=a.length,E=0;E<b;E++){var z=a[E],nt=this.Ac(z);if(nt!==void 0){x.add(nt);var rt=this.jh(nt);rt!==z&&(rt!==null?(this.Do(rt,z),FS(this,z,rt)):(z=this.cloneDeep(z),this.Ks(z,nt),this.fi(z)))}else nt=this.cloneDeep(z),this.fi(nt),x.add(this.Ac(nt))}for(a=y.iterator;a.next();)b=a.value,x.contains(b)||(b=this.jh(b))&&this.bm(b);y.clear(),x.clear()}};function fy(a,y){var x=xa(a,y,!0);x=a.Vl(x),a.hc(x)===null&&gl(a,x,y),x=xa(a,y,!1),x=a.Vl(x),a.hc(x)===null&&gl(a,x,y);var b=a.Ef(y);if(Array.isArray(b))for(var E=b.length,z=0;z<E;z++)x=b[z],a.hc(x)===null&&gl(a,x,y)}Kt.Jo=function(a){if(a===null)return null;var y=this.Ak;return a=y!==null?y(a,this):u0(this,a,!0),rn(a)&&(si(a),this.lf!==""&&Fr(a,this.lf,void 0),this.mf!==""&&Fr(a,this.mf,void 0),this.je!==""&&Fr(a,this.je,[])),a},Kt.Yu=function(a){if(a===null)return!1;var y=this.jl;return y===""?!1:!!io(a,y)},Kt.lh=function(a){if(a!==null){var y=this.Je;if(y!==""&&(y=io(a,y),y!==void 0)){if(Kh(y))return y;Le("GroupKey value for node data "+a+" is not a number or a string: "+y)}}},Kt.mp=function(a,y){if(y===null&&(y=void 0),a!==null){var x=this.Je;if(x!=="")if(this.lb(a)){var b=io(a,x);b!==y&&(pl(this,b,a),Fr(a,x,y),this.hc(y)===null&&gl(this,y,a),mo(this,"nodeGroupKey",Or,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Fr(a,x,y)}},Hi.prototype.copyNodeData=function(a){return a===null?null:(a=Jn.prototype.copyNodeData.call(this,a),this.Ij||this.Je===""||io(a,this.Je)===void 0||Fr(a,this.Je,void 0),a)},Hi.prototype.setDataProperty=function(a,y,x){if(this.lb(a)){if(y===this.nodeKeyProperty){this.km(a,x);return}if(y===this.nodeCategoryProperty){this.jm(a,x);return}if(y===this.nodeGroupKeyProperty){this.mp(a,x);return}}else if(this.Jc(a)){if(y===this.linkFromKeyProperty){Of(this,a,x,!0);return}if(y===this.linkToKeyProperty){Of(this,a,x,!1);return}if(y===this.linkFromPortIdProperty){If(this,a,x,!0);return}if(y===this.linkToPortIdProperty){If(this,a,x,!1);return}if(y===this.linkKeyProperty){this.Ks(a,x);return}if(y===this.linkCategoryProperty){this.lp(a,x);return}if(y===this.linkLabelKeysProperty){this.Ls(a,x);return}}var b=io(a,y);b!==x&&(Fr(a,y,x),this.Fs(a,y,b,x))},Kt=Hi.prototype,Kt.Do=function(a,y){if(y){var x=this.lb(a),b=this.Jc(a),E;for(E in y)E==="__gohashid"||x&&E===this.nodeKeyProperty||x&&E===this.nodeIsGroupProperty&&io(a,E)===y[E]||b&&E===this.linkKeyProperty||this.setDataProperty(a,E,y[E])}},Kt.jp=function(a,y){Jn.prototype.jp.call(this,a,y);for(var x=this.kb.iterator;x.next();)this.qv(x.value,a,y);for(x=this.$f.iterator;x.next();){var b=x.value,E=a,z=y;if(xa(this,b,!0)===E){var nt=this.lf;Fr(b,nt,z),mo(this,"linkFromKey",Or,nt,b,E,z),typeof nt=="string"&&this.La(b,nt)}if(xa(this,b,!1)===E&&(nt=this.mf,Fr(b,nt,z),mo(this,"linkToKey",Or,nt,b,E,z),typeof nt=="string"&&this.La(b,nt)),nt=this.Ef(b),Array.isArray(nt))for(var rt=nt.length,st=this.je,ht=0;ht<rt;ht++)nt[ht]===E&&(nt[ht]=z,mo(this,"linkLabelKeys",ro,st,b,E,z,ht,ht))}},Kt.qv=function(a,y,x){if(this.lh(a)===y){var b=this.Je;Fr(a,b,x),mo(this,"nodeGroupKey",Or,b,a,y,x),typeof b=="string"&&this.La(a,b)}},Kt.Lv=function(){Jn.prototype.Lv.call(this);for(var a=this.linkDataArray,y=a.length,x=0;x<y;x++)fy(this,a[x])},Kt.fm=function(a){Jn.prototype.fm.call(this,a),a=this.wa(a);var y=up(this,a);if(y!==null){var x=Vn();for(y=y.iterator;y.next();){var b=y.value;if(this.lb(b)){if(this.lh(b)===a){var E=this.Je;mo(this,"nodeGroupKey",Or,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)}}else if(xa(this,b,!0)===a&&(E=this.lf,mo(this,"linkFromKey",Or,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)),xa(this,b,!1)===a&&(E=this.mf,mo(this,"linkToKey",Or,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)),E=this.Ef(b),Array.isArray(E))for(var z=E.length,nt=this.je,rt=0;rt<z;rt++)E[rt]===a&&(mo(this,"linkLabelKeys",ro,nt,b,a,a,rt,rt),x.push(b))}for(y=0;y<x.length;y++)pl(this,a,x[y]);Tn(x)}},Kt.em=function(a){Jn.prototype.em.call(this,a);var y=this.lh(a);this.hc(y)===null&&gl(this,y,a)},Kt.qp=function(a){Jn.prototype.qp.call(this,a);var y=this.lh(a);pl(this,y,a)},Kt.ps=function(a){if(a===null)return"";var y=this.dj;if(y===""||(y=io(a,y),y===void 0))return"";if(typeof y=="string")return y;Le("getCategoryForLinkData found a non-string category for "+a+": "+y)},Hi.prototype.getLinkCategoryForData=function(a){return this.ps(a)},Hi.prototype.lp=function(a,y){if(a!==null){var x=this.dj;if(x!=="")if(this.Jc(a)){var b=io(a,x);b===void 0&&(b=""),b!==y&&(Fr(a,x,y),mo(this,"linkCategory",Or,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Fr(a,x,y)}},Hi.prototype.setLinkCategoryForData=function(a,y){this.lp(a,y)},Kt=Hi.prototype,Kt.lm=function(a,y){Jn.prototype.lm.call(this,a,y),this.mp(y,this.lh(a))};function FS(a,y,x){a.lp(x,a.ps(y)),a.wv(x,a.yx(y)),a.Bv(x,a.Bx(y)),a.Ls(x,a.Ef(y)),a.xv(x,a.zx(y)),a.Cv(x,a.Cx(y))}Kt.Wj=function(){return!0},Kt.ri=function(){return!0},Kt.xs=function(){return!0},Kt.Xj=function(){return!0},Ue.Object.defineProperties(Hi.prototype,{archetypeNodeData:{get:function(){return this.Ri},set:function(a){var y=this.Ri;y!==a&&(this.Ri=a,this.g("archetypeNodeData",y,a))}},linkFromKeyProperty:{get:function(){return this.lf},set:function(a){var y=this.lf;y!==a&&(this.lf=a,this.g("linkFromKeyProperty",y,a))}},linkToKeyProperty:{get:function(){return this.mf},set:function(a){var y=this.mf;y!==a&&(this.mf=a,this.g("linkToKeyProperty",y,a))}},linkFromPortIdProperty:{get:function(){return this.ej},set:function(a){var y=this.ej;y!==a&&(this.ej=a,this.g("linkFromPortIdProperty",y,a))}},linkToPortIdProperty:{get:function(){return this.fj},set:function(a){var y=this.fj;y!==a&&(this.fj=a,this.g("linkToPortIdProperty",y,a))}},linkLabelKeysProperty:{get:function(){return this.je},set:function(a){var y=this.je;y!==a&&(this.je=a,this.g("linkLabelKeysProperty",y,a))}},linkDataArray:{get:function(){return this.md},set:function(a){var y=this.md;if(y!==a){this.wb.clear();for(var x=a.length,b=0;b<x;b++){var E=a[b];rn(E)||Le("GraphLinksModel.linkDataArray must only contain Objects, not: "+E),pi(E)}if(this.md=a,this.linkKeyProperty!==""){for(b=new fn,E=0;E<x;E++){var z=a[E],nt=this.Ac(z);nt===void 0||this.wb.I(nt)!==null?b.add(z):this.wb.add(nt,z)}for(b=b.iterator;b.next();)E=b.value,this.Bs(E),z=this.Ac(E),z!==void 0&&this.wb.add(z,E)}for(b=new gn,E=0;E<x;E++)b.add(a[E]);for(this.$f=b,mo(this,"linkDataArray",Or,"linkDataArray",this,y,a),y=0;y<x;y++)fy(this,a[y])}}},linkKeyProperty:{get:function(){return this.Jh},set:function(a){var y=this.Jh;if(y!==a){this.Jh=a,this.wb.clear();for(var x=this.linkDataArray.length,b=0;b<x;b++){var E=this.linkDataArray[b],z=this.Ac(E);z===void 0&&(this.Bs(E),z=this.Ac(E)),z!==void 0&&this.wb.add(z,E)}this.g("linkKeyProperty",y,a)}}},makeUniqueLinkKeyFunction:{get:function(){return this.cl},set:function(a){var y=this.cl;y!==a&&(this.cl=a,this.g("makeUniqueLinkKeyFunction",y,a))}},copyLinkDataFunction:{get:function(){return this.Ak},set:function(a){var y=this.Ak;y!==a&&(this.Ak=a,this.g("copyLinkDataFunction",y,a))}},nodeIsGroupProperty:{get:function(){return this.jl},set:function(a){var y=this.jl;y!==a&&(this.jl=a,this.g("nodeIsGroupProperty",y,a))}},nodeGroupKeyProperty:{get:function(){return this.Je},set:function(a){var y=this.Je;y!==a&&(this.Je=a,this.g("nodeGroupKeyProperty",y,a))}},Ij:{get:function(){return this.Lm},set:function(a){this.Lm!==a&&(this.Lm=a)}},linkCategoryProperty:{get:function(){return this.dj},set:function(a){var y=this.dj;y!==a&&(this.dj=a,this.g("linkCategoryProperty",y,a))}},type:{get:function(){return"GraphLinksModel"}}}),Hi.prototype.setCategoryForLinkData=Hi.prototype.lp,Hi.prototype.getCategoryForLinkData=Hi.prototype.ps,Hi.prototype.assignAllDataProperties=Hi.prototype.Do,Hi.prototype.setGroupKeyForNodeData=Hi.prototype.mp,Hi.prototype.getGroupKeyForNodeData=Hi.prototype.lh,Hi.prototype.isGroupForNodeData=Hi.prototype.Yu,Hi.prototype.copyLinkData=Hi.prototype.Jo,Hi.prototype.mergeLinkDataArray=Hi.prototype.Zz,Hi.prototype.removeLinkDataCollection=Hi.prototype.lA,Hi.prototype.removeLinkData=Hi.prototype.bm,Hi.prototype.addLinkDataCollection=Hi.prototype.Ey,Hi.prototype.addLinkData=Hi.prototype.fi,Hi.prototype.containsLinkData=Hi.prototype.Jc,Hi.prototype.makeLinkDataKeyUnique=Hi.prototype.Bs,Hi.prototype.findLinkDataForKey=Hi.prototype.jh,Hi.prototype.setKeyForLinkData=Hi.prototype.Ks,Hi.prototype.getKeyForLinkData=Hi.prototype.Ac,Hi.prototype.removeLabelKeyForLinkData=Hi.prototype.Qx,Hi.prototype.addLabelKeyForLinkData=Hi.prototype.Bu,Hi.prototype.setLabelKeysForLinkData=Hi.prototype.Ls,Hi.prototype.getLabelKeysForLinkData=Hi.prototype.Ef,Hi.prototype.setToPortIdForLinkData=Hi.prototype.Cv,Hi.prototype.getToPortIdForLinkData=Hi.prototype.Cx,Hi.prototype.setFromPortIdForLinkData=Hi.prototype.xv,Hi.prototype.getFromPortIdForLinkData=Hi.prototype.zx,Hi.prototype.setToKeyForLinkData=Hi.prototype.Bv,Hi.prototype.getToKeyForLinkData=Hi.prototype.Bx,Hi.prototype.setFromKeyForLinkData=Hi.prototype.wv,Hi.prototype.getFromKeyForLinkData=Hi.prototype.yx,Hi.prototype.clear=Hi.prototype.clear;var c0=Object.freeze([]);Hi.className="GraphLinksModel",ol.GraphLinksModel=Hi,Jn.constructGraphLinksModel=Jn.constructGraphLinksModel=function(){return new Hi},Jn.initDiagramModel=cy=function(){return new Hi};function ks(a,y){Jn.call(this),this.Ke="parent",this.Nm=!1,this.nj="parentLinkCategory",a!==void 0&&(Pn(a)?this.nodeDataArray=a:y=a),y&&(Object.assign(this,y),a=y.Changed)&&(delete this.Changed,this.Pe(a))}_e(ks,Jn),ks.constructGraphLinksModel=Jn.constructGraphLinksModel,ks.prototype.cloneProtected=function(a){Jn.prototype.cloneProtected.call(this,a),a.Ke=this.Ke,a.Nm=this.Nm,a.nj=this.nj},Kt=ks.prototype,Kt.toString=function(a){if(a===void 0&&(a=0),2<=a)return this.np();var y=(this.name!==""?this.name:"")+" TreeModel";if(0<a){y+=`
node data:`,a=this.nodeDataArray;for(var x=a.length,b=0;b<x;b++){var E=a[b];y+=" "+this.wa(E)+":"+ui(E)}}return y},Kt.rm=function(){var a=Jn.prototype.rm.call(this),y="";return this.nodeParentKeyProperty!=="parent"&&typeof this.nodeParentKeyProperty=="string"&&(y+=`,
"nodeParentKeyProperty": `+this.quote(this.nodeParentKeyProperty)),a+y},Kt.gp=function(a){Jn.prototype.gp.call(this,a),a.nodeParentKeyProperty&&(this.nodeParentKeyProperty=a.nodeParentKeyProperty)},Kt.fp=function(a){a.nodeParentKeyProperty!==void 0&&a.nodeParentKeyProperty!==this.nodeParentKeyProperty&&Le("applyIncrementalJson cannot change Model properties"),Jn.prototype.fp.call(this,a)},Kt.Vl=function(a){return a},Kt.mh=function(a){if(a!==null){var y=this.Ke;if(y!==""&&(y=io(a,y),y!==void 0)){if(Kh(y))return y;Le("ParentKey value for node data "+a+" is not a number or a string: "+y)}}},Kt.qe=function(a,y){if(y===null&&(y=void 0),a!==null){var x=this.Ke;if(x!=="")if(y=this.Vl(y),this.lb(a)){var b=io(a,x);b!==y&&(pl(this,b,a),Fr(a,x,y),this.hc(y)===null&&gl(this,y,a),mo(this,"nodeParentKey",Or,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Fr(a,x,y)}},Kt.ss=function(a){if(a===null)return"";var y=this.nj;return y===""||(y=io(a,y),y===void 0)?"":typeof y=="string"?y:(Le("getParentLinkCategoryForNodeData found a non-string category for "+a+": "+y),"")},ks.prototype.getLinkCategoryForData=function(a){return this.ss(a)},ks.prototype.Ms=function(a,y){if(a!==null){var x=this.nj;if(x!=="")if(this.lb(a)){var b=io(a,x);b===void 0&&(b=""),b!==y&&(Fr(a,x,y),mo(this,"parentLinkCategory",Or,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Fr(a,x,y)}},ks.prototype.setLinkCategoryForData=function(a,y){this.Ms(a,y)},ks.prototype.copyNodeData=function(a){return a===null?null:(a=Jn.prototype.copyNodeData.call(this,a),this.Jj||this.Ke===""||io(a,this.Ke)===void 0||Fr(a,this.Ke,void 0),a)},ks.prototype.setDataProperty=function(a,y,x){if(this.lb(a)){if(y===this.nodeKeyProperty){this.km(a,x);return}if(y===this.nodeCategoryProperty){this.jm(a,x);return}if(y===this.nodeParentKeyProperty){this.qe(a,x);return}}var b=io(a,y);b!==x&&(Fr(a,y,x),this.Fs(a,y,b,x))},Kt=ks.prototype,Kt.jp=function(a,y){Jn.prototype.jp.call(this,a,y);for(var x=this.kb.iterator;x.next();)this.qv(x.value,a,y)},Kt.qv=function(a,y,x){if(this.mh(a)===y){var b=this.Ke;Fr(a,b,x),mo(this,"nodeParentKey",Or,b,a,y,x),typeof b=="string"&&this.La(a,b)}},Kt.fm=function(a){Jn.prototype.fm.call(this,a),a=this.wa(a);var y=up(this,a);if(y!==null){var x=Vn();for(y=y.iterator;y.next();){var b=y.value;if(this.lb(b)&&this.mh(b)===a){var E=this.Ke;mo(this,"nodeParentKey",Or,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)}}for(y=0;y<x.length;y++)pl(this,a,x[y]);Tn(x)}},Kt.em=function(a){Jn.prototype.em.call(this,a);var y=this.mh(a);y=this.Vl(y),this.hc(y)===null&&gl(this,y,a)},Kt.qp=function(a){Jn.prototype.qp.call(this,a);var y=this.mh(a);pl(this,y,a)},Kt.lm=function(a,y){Jn.prototype.lm.call(this,a,y),this.Ms(y,this.ss(a)),this.qe(y,this.mh(a))},Kt.Tl=function(){return!0},Kt.xs=function(){return!0},Ue.Object.defineProperties(ks.prototype,{nodeParentKeyProperty:{get:function(){return this.Ke},set:function(a){var y=this.Ke;y!==a&&(this.Ke=a,this.g("nodeParentKeyProperty",y,a))}},Jj:{get:function(){return this.Nm},set:function(a){this.Nm!==a&&(this.Nm=a)}},parentLinkCategoryProperty:{get:function(){return this.nj},set:function(a){var y=this.nj;y!==a&&(this.nj=a,this.g("parentLinkCategoryProperty",y,a))}},linkCategoryProperty:{get:function(){return this.parentLinkCategoryProperty},set:function(a){this.parentLinkCategoryProperty=a}},type:{get:function(){return"TreeModel"}}}),ks.prototype.setParentLinkCategoryForNodeData=ks.prototype.Ms,ks.prototype.getParentLinkCategoryForNodeData=ks.prototype.ss,ks.prototype.setParentKeyForNodeData=ks.prototype.qe,ks.prototype.getParentKeyForNodeData=ks.prototype.mh,ks.className="TreeModel",ol.TreeModel=ks;function Gr(a){Dr.call(this),this.lw=this.Zm=this.lc=0,this.Wp=360,this.kw=sl,this.Ti=0,this.Zv=new ye,this.Jp=this.me=0,this.Xr=new pp,this.gt=this.mj=0,this.ty=600,this.eo=NaN,this.Cm=1,this.ro=0,this.ul=360,this.Rb=sl,this.K=Es,this.nd=jf,this.hd=oy,this.tf=6,this.Nn=y0,a&&Object.assign(this,a)}_e(Gr,Dr),Gr.prototype.cloneProtected=function(a){Dr.prototype.cloneProtected.call(this,a),a.eo=this.eo,a.Cm=this.Cm,a.ro=this.ro,a.ul=this.ul,a.Rb=this.Rb,a.K=this.K,a.nd=this.nd,a.hd=this.hd,a.tf=this.tf,a.Nn=this.Nn},Gr.prototype.qb=function(a){a.classType===Gr?a===m0||a===v0||a===g0||a===p0||a===jf?this.sorting=a:a===jc||a===Rf||a===Es||a===Yh?this.direction=a:a===ih||a===Vh||a===sl||a===al?this.arrangement=a:(a===kd||a===y0)&&(this.nodeDiameterFormula=a):Dr.prototype.qb.call(this,a)},Gr.prototype.createNetwork=function(){return new zf(this)},Gr.prototype.doLayout=function(a){if(this.network===null&&(this.network=this.makeNetwork(a)),this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin),a=this.network.vertexes,1>=a.count)a.count===1&&(a=a.first(),a.centerX=0,a.centerY=0);else{var y=new fn;y.addAll(a.iterator),a=new fn;var x=new fn,b=this.sort(y),E,z,nt=this.Jp,rt=this.arrangement,st=this.nodeDiameterFormula,ht=this.radius;(!isFinite(ht)||0>=ht)&&(ht=NaN);var dt=this.aspectRatio;(!isFinite(dt)||0>=dt)&&(dt=1);var vt=this.startAngle;isFinite(vt)||(vt=0);var Nt=this.sweepAngle;if((!isFinite(Nt)||360<Nt||1>Nt)&&(Nt=360),y=this.spacing,isFinite(y)||(y=NaN),rt===al&&st===kd?rt=sl:rt===al&&st!==kd&&(rt=this.arrangement),(this.direction===jc||this.direction===Rf)&&this.sorting!==jf){for(st=0;!(st>=b.length)&&(a.add(b.M(st)),!(st+1>=b.length));st+=2)x.add(b.M(st+1));this.direction===jc?(this.arrangement===al&&a.reverse(),b=new fn,b.addAll(a),b.addAll(x)):(this.arrangement===al&&x.reverse(),b=new fn,b.addAll(x),b.addAll(a))}st=b.length;for(var Wt=z=E=0;Wt<b.length;Wt++){var Ht=vt+Nt*z*(this.direction===Es?1:-1)/st,ne=b.M(Wt).diameter;isNaN(ne)&&(ne=Zh(b.M(Wt),Ht)),360>Nt&&(Wt===0||Wt===b.length-1)&&(ne/=2),E+=ne,z++}if(isNaN(ht)||rt===al){if(isNaN(y)&&(y=6),rt!==sl&&rt!==al){for(z=-1/0,nt=0;nt<st;nt++)Wt=b.M(nt),E=b.M(nt===st-1?0:nt+1),isNaN(Wt.diameter)&&Zh(Wt,0),isNaN(E.diameter)&&Zh(E,0),z=Math.max(z,(Wt.diameter+E.diameter)/2);nt=z+y,rt===ih?ht=(z+y)/(2*Math.PI/st):ht=d0(this,nt*(360<=Nt?st:st-1),dt,vt*Math.PI/180,Nt*Math.PI/180)}else ht=d0(this,E+(360<=Nt?st:st-1)*(rt!==al?y:1.6*y),dt,vt*Math.PI/180,Nt*Math.PI/180);z=ht*dt}else if(z=ht*dt,Wt=gy(this,ht,z,vt*Math.PI/180,Nt*Math.PI/180),isNaN(y))(rt===sl||rt===al)&&(y=(Wt-E)/(360<=Nt?st:st-1));else if(rt===sl||rt===al)Wt=(Wt-E)/(360<=Nt?st:st-1),Wt<y?(ht=d0(this,E+y*(360<=Nt?st:st-1),dt,vt*Math.PI/180,Nt*Math.PI/180),z=ht*dt):y=Wt;else{for(nt=-1/0,E=0;E<st;E++)Ht=b.M(E),ne=b.M(E===st-1?0:E+1),isNaN(Ht.diameter)&&Zh(Ht,0),isNaN(ne.diameter)&&Zh(ne,0),nt=Math.max(nt,(Ht.diameter+ne.diameter)/2);nt+=y,E=d0(this,nt*(360<=Nt?st:st-1),dt,vt*Math.PI/180,Nt*Math.PI/180),E>ht?(ht=E,z=ht*dt):nt=Wt/(360<=Nt?st:st-1)}if(this.kw=rt,this.lc=ht,this.Zm=dt,this.lw=vt,this.Wp=Nt,this.Ti=y,this.me=z,this.Jp=nt,y=b,b=this.kw,rt=this.lc,ht=this.lw,dt=this.Wp,vt=this.Ti,Nt=this.me,st=this.Jp,this.direction!==jc&&this.direction!==Rf||b!==al)if(this.direction===jc||this.direction===Rf){switch(nt=0,b){case Vh:nt=180*f0(this,rt,Nt,ht,st)/Math.PI;break;case sl:st=y=0,nt=a.first(),nt!==null&&(y=Zh(nt,Math.PI/2)),nt=x.first(),nt!==null&&(st=Zh(nt,Math.PI/2)),nt=180*f0(this,rt,Nt,ht,vt+(y+st)/2)/Math.PI;break;case ih:nt=dt/y.length}if(this.direction===jc){switch(b){case Vh:gp(this,a,ht,Yh);break;case sl:fp(this,a,ht,Yh);break;case ih:dp(this,a,dt/2,ht,Yh)}switch(b){case Vh:gp(this,x,ht+nt,Es);break;case sl:fp(this,x,ht+nt,Es);break;case ih:dp(this,x,dt/2,ht+nt,Es)}}else{switch(b){case Vh:gp(this,x,ht,Yh);break;case sl:fp(this,x,ht,Yh);break;case ih:dp(this,x,dt/2,ht,Yh)}switch(b){case Vh:gp(this,a,ht+nt,Es);break;case sl:fp(this,a,ht+nt,Es);break;case ih:dp(this,a,dt/2,ht+nt,Es)}}}else switch(b){case Vh:gp(this,y,ht,this.direction);break;case sl:fp(this,y,ht,this.direction);break;case ih:dp(this,y,dt,ht,this.direction);break;case al:DS(this,y,dt,ht,this.direction)}else DS(this,y,dt,ht-dt/2,Es)}this.updateParts(),this.network=null,this.isValidLayout=!0};function dp(a,y,x,b,E){var z=a.Wp,nt=a.lc;a=a.me,b=b*Math.PI/180,x=x*Math.PI/180;for(var rt=y.length,st=0;st<rt;st++){var ht=b+(E===Es?st*x/(360<=z?rt:rt-1):-(st*x)/rt),dt=y.M(st),vt=nt*Math.tan(ht)/a;vt=Math.sqrt((nt*nt+a*a*vt*vt)/(1+vt*vt)),dt.centerX=vt*Math.cos(ht),dt.centerY=vt*Math.sin(ht),dt.actualAngle=180*ht/Math.PI}}function fp(a,y,x,b){var E=a.lc,z=a.me,nt=a.Ti;x=x*Math.PI/180;for(var rt=y.length,st=0;st<rt;st++){var ht=y.M(st),dt=y.M(st===rt-1?0:st+1),vt=z*Math.sin(x);ht.centerX=E*Math.cos(x),ht.centerY=vt,ht.actualAngle=180*x/Math.PI,isNaN(ht.diameter)&&Zh(ht,0),isNaN(dt.diameter)&&Zh(dt,0),ht=f0(a,E,z,b===Es?x:-x,(ht.diameter+dt.diameter)/2+nt),x+=b===Es?ht:-ht}}function gp(a,y,x,b){var E=a.lc,z=a.me,nt=a.Jp;x=x*Math.PI/180;for(var rt=y.length,st=0;st<rt;st++){var ht=y.M(st);ht.centerX=E*Math.cos(x),ht.centerY=z*Math.sin(x),ht.actualAngle=180*x/Math.PI,ht=f0(a,E,z,b===Es?x:-x,nt),x+=b===Es?ht:-ht}}function DS(a,y,x,b,E){var z=a.Wp;if(a.mj=0,a.Xr=new pp,360>x){for(z=b+(E===Es?z:-z);0>z;)z+=360;z%=360,180<z&&(z-=360),z*=Math.PI/180,a.gt=z,OS(a,y,x,b,E)}else BS(a,y,x,b,E);a.Xr.commit(y)}function BS(a,y,x,b,E){var z=a.lc,nt=a.Ti,rt=a.Zm,st=z*Math.cos(b*Math.PI/180),ht=a.me*Math.sin(b*Math.PI/180),dt=y.Fa();if(dt.length===3)dt[0].centerX=z,dt[0].centerY=0,dt[1].centerX=dt[0].centerX-dt[0].width/2-dt[1].width/2-nt,dt[1].y=dt[0].y,dt[2].centerX=(dt[0].centerX+dt[1].centerX)/2,dt[2].y=dt[0].y-dt[2].height-nt;else if(dt.length===4)dt[0].centerX=z,dt[0].centerY=0,dt[2].centerX=-dt[0].centerX,dt[2].centerY=dt[0].centerY,dt[1].centerX=0,dt[1].y=Math.min(dt[0].y,dt[2].y)-dt[1].height-nt,dt[3].centerX=0,dt[3].y=Math.max(dt[0].y+dt[0].height+nt,dt[2].y+dt[2].height+nt);else{z=ye.alloc();for(var vt=0;vt<dt.length&&(dt[vt].centerX=st,dt[vt].centerY=ht,!(vt>=dt.length-1));vt++)IS(a,st,ht,dt,vt,E,z)||RS(a,st,ht,dt,vt,E,z),st=z.x,ht=z.y;if(ye.free(z),a.mj++,!(23<a.mj)){st=dt[0].centerX,ht=dt[0].centerY,z=dt[dt.length-1].centerX,vt=dt[dt.length-1].centerY;var Nt=Math.abs(st-z)-((dt[0].width+dt[dt.length-1].width)/2+nt),Wt=Math.abs(ht-vt)-((dt[0].height+dt[dt.length-1].height)/2+nt);nt=0,1>Math.abs(Wt)?Math.abs(st-z)<(dt[0].width+dt[dt.length-1].width)/2&&(nt=0):nt=0<Wt?Wt:1>Math.abs(Nt)?0:Nt,st=Math.abs(z)>Math.abs(vt)?0<z!=ht>vt:0<vt!=st<z,(st=E===Es?st:!st)&&(nt=-Math.abs(nt),nt=Math.min(nt,-dt[dt.length-1].width),nt=Math.min(nt,-dt[dt.length-1].height)),a.Xr.compare(nt,dt),1<Math.abs(nt)&&(a.lc=8>a.mj?a.lc-nt/(2*Math.PI):5>dt.length&&10<nt?a.lc/2:a.lc-(0<nt?1.7:-2.3),a.me=a.lc*rt,BS(a,y,x,b,E))}}}function OS(a,y,x,b,E){for(var z=a.lc,nt=a.me,rt=a.Zm,st=z*Math.cos(b*Math.PI/180),ht=nt*Math.sin(b*Math.PI/180),dt=ye.alloc(),vt=y.Fa(),Nt=0;Nt<vt.length&&(vt[Nt].centerX=st,vt[Nt].centerY=ht,!(Nt>=vt.length-1));Nt++)IS(a,st,ht,vt,Nt,E,dt)||RS(a,st,ht,vt,Nt,E,dt),st=dt.x,ht=dt.y;if(ye.free(dt),a.mj++,!(23<a.mj)){if(st=Math.atan2(ht,st),st=E===Es?a.gt-st:st-a.gt,st=Math.abs(st)<Math.abs(st-2*Math.PI)?st:st-2*Math.PI,z=st*(z+nt)/2,nt=a.Xr,Math.abs(z)<Math.abs(nt.Pl))for(nt.Pl=z,nt.mk=[],nt.tm=[],st=0;st<vt.length;st++)nt.mk[st]=vt[st].bounds.x,nt.tm[st]=vt[st].bounds.y;1<Math.abs(z)&&(a.lc=8>a.mj?a.lc-z/(2*Math.PI):a.lc-(0<z?1.7:-2.3),a.me=a.lc*rt,OS(a,y,x,b,E))}}function IS(a,y,x,b,E,z,nt){var rt=a.lc,st=a.me,ht=0;a=(b[E].width+b[E+1].width)/2+a.Ti;var dt=!1;if(0<=x!=(z===Es)){if(z=y+a,z>rt){if(z=y-a,z<-rt)return nt.x=z,nt.y=ht,!1;dt=!0}}else if(z=y-a,z<-rt){if(z=y+a,z>rt)return nt.x=z,nt.y=ht,!1;dt=!0}return ht=Math.sqrt(1-Math.min(1,z*z/(rt*rt)))*st,0>x!==dt&&(ht=-ht),Math.abs(x-ht)>(b[E].height+b[E+1].height)/2?(nt.x=z,nt.y=ht,!1):(nt.x=z,nt.y=ht,!0)}function RS(a,y,x,b,E,z,nt){var rt=a.lc,st=a.me,ht=0;if(a=(b[E].height+b[E+1].height)/2+a.Ti,b=!1,0<=y!=(z===Es)){if(z=x-a,z<-st){if(z=x+a,z>st){nt.x=ht,nt.y=z;return}b=!0}}else if(z=x+a,z>st){if(z=x-a,z<-st){nt.x=ht,nt.y=z;return}b=!0}ht=Math.sqrt(1-Math.min(1,z*z/(st*st)))*rt,0>y!==b&&(ht=-ht),nt.x=ht,nt.y=z}Gr.prototype.commitLayout=function(){this.commitNodes(),this.isRouting&&this.commitLinks()},Gr.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 ye(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))},Gr.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 nt=0,rt=b!==void 0&&E!==void 0?E/(z+1):Math.PI/(2*(z+1)),st=0,ht=0;ht<=z;ht++){b!==void 0&&E!==void 0?st=b+ht*E/z:st=ht*Math.PI/(2*z);var dt=Math.sin(st);nt+=Math.sqrt(1-a*a*dt*dt)*rt}return b!==void 0&&E!==void 0?(y>x?y:x)*nt:4*(y>x?y:x)*nt}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,nt=0;a=2*Math.PI/(700*a.network.vertexes.count),y>x&&(b+=Math.PI/2);for(var rt=0;;rt++){var st=Math.sin(b+rt*a);if(nt+=(y>x?y:x)*Math.sqrt(1-z*z*st*st)*a,nt>=E)return rt*a}}Gr.prototype.sort=function(a){switch(this.sorting){case g0:break;case p0:a.reverse();break;case m0:a.sort(this.comparer);break;case v0:a.sort(this.comparer),a.reverse();break;case jf:return this.ak(Bx(a));default:Le("Invalid sorting type.")}return a};function Bx(a){for(var y=[],x=0;x<a.length;x++)y.push(0);x=new fn;for(var b=0;b<a.length;b++){var E=-1,z=-1;if(b===0)for(var nt=0;nt<a.length;nt++){var rt=a.M(nt).edgesCount;rt>E&&(E=rt,z=nt)}else for(nt=0;nt<a.length;nt++)rt=y[nt],rt>E&&(E=rt,z=nt);for(x.add(a.M(z)),y[z]=-1,z=a.M(z),nt=z.sourceEdges;nt.next();)E=a.indexOf(nt.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}Gr.prototype.ak=function(a){for(var y=[],x=0;x<a.length;x++){var b=a.M(x);y[x]=[];for(var E,z=b.destinationEdges;z.next();)E=a.indexOf(z.value.toVertex),E!==x&&0>y[x].indexOf(E)&&y[x].push(E);for(b=b.sourceEdges;b.next();)E=a.indexOf(b.value.fromVertex),E!==x&&0>y[x].indexOf(E)&&y[x].push(E)}for(z=[],x=0;x<y.length;x++)z[x]=0;x=[];var nt=[],rt=[];b=[],E=new fn;for(var st=0,ht=0;ht<y.length;ht++){var dt=y[ht].length;if(dt===1)b.push(ht);else if(dt===0)E.add(a.M(ht));else{if(st===0)x.push(ht);else{for(var vt=dt=1/0,Nt=-1,Wt=[],Ht=0;Ht<x.length;Ht++)0>y[x[Ht]].indexOf(x[Ht===x.length-1?0:Ht+1])&&Wt.push(Ht===x.length-1?0:Ht+1);if(Wt.length===0)for(Ht=0;Ht<x.length;Ht++)Wt.push(Ht);for(Ht=0;Ht<Wt.length;Ht++){for(var ne=Wt[Ht],ve=y[ht],de=0,Pe=0;Pe<nt.length;Pe++){var be=z[nt[Pe]],Ee=z[rt[Pe]];if(be<Ee){var Be=be;be=Ee}else Be=Ee;if(Be<ne&&ne<=be)for(Ee=0;Ee<ve.length;Ee++){var Ye=ve[Ee];0>x.indexOf(Ye)||Be<z[Ye]&&z[Ye]<be||Be===z[Ye]||be===z[Ye]||de++}else for(Ee=0;Ee<ve.length;Ee++)Ye=ve[Ee],0>x.indexOf(Ye)||Be<z[Ye]&&z[Ye]<be&&Be!==z[Ye]&&be!==z[Ye]&&de++}for(ve=de,Pe=de=0;Pe<y[ht].length;Pe++)Be=x.indexOf(y[ht][Pe]),0<=Be&&(Be=Math.abs(ne-(Be>=ne?Be+1:Be)),de+=Be<x.length+1-Be?Be:x.length+1-Be);for(Pe=0;Pe<nt.length;Pe++)Be=z[nt[Pe]],be=z[rt[Pe]],Be>=ne&&Be++,be>=ne&&be++,Be>be&&(Ee=be,be=Be,Be=Ee),be-Be<(x.length+2)/2==(Be<ne&&ne<=be)&&de++;(ve<dt||ve===dt&&de<vt)&&(dt=ve,vt=de,Nt=ne)}for(x.splice(Nt,0,ht),dt=0;dt<x.length;dt++)z[x[dt]]=dt;for(dt=0;dt<y[ht].length;dt++)vt=y[ht][dt],0<=x.indexOf(vt)&&(nt.push(ht),rt.push(vt))}st++}}for(nt=x.length;;){for(z=!0,rt=0;rt<b.length;rt++)if(st=b[rt],ht=y[st][0],dt=x.indexOf(ht),0<=dt){for(Nt=vt=0;Nt<y[ht].length;Nt++)Wt=x.indexOf(y[ht][Nt]),0>Wt||Wt===dt||(Ht=Wt>dt?Wt-dt:dt-Wt,vt+=Wt<dt!=Ht>nt-Ht?1:-1);x.splice(0>vt?dt:dt+1,0,st),b.splice(rt,1),rt--}else z=!1;if(z)break;x.push(b[0]),b.splice(0,1)}for(y=0;y<x.length;y++)E.add(a.M(x[y]));return E},Ue.Object.defineProperties(Gr.prototype,{radius:{get:function(){return this.eo},set:function(a){this.eo!==a&&(0<a||isNaN(a))&&(this.eo=a,this.C())}},aspectRatio:{get:function(){return this.Cm},set:function(a){this.Cm!==a&&0<a&&(this.Cm=a,this.C())}},startAngle:{get:function(){return this.ro},set:function(a){this.ro!==a&&(this.ro=a,this.C())}},sweepAngle:{get:function(){return this.ul},set:function(a){this.ul!==a&&(0<a&&360>=a?this.ul=a:this.ul=360,this.C())}},arrangement:{get:function(){return this.Rb},set:function(a){this.Rb===a||a!==al&&a!==sl&&a!==Vh&&a!==ih||(this.Rb=a,this.C())}},direction:{get:function(){return this.K},set:function(a){this.K===a||a!==Es&&a!==Yh&&a!==jc&&a!==Rf||(this.K=a,this.C())}},sorting:{get:function(){return this.nd},set:function(a){this.nd===a||a!==g0&&a!==p0&&a!==m0&&!v0&&a!==jf||(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!==y0&&a!==kd||(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 sl=new sn(Gr,"ConstantSpacing",0),Vh=new sn(Gr,"ConstantDistance",1),ih=new sn(Gr,"ConstantAngle",2),al=new sn(Gr,"Packed",3),Es=new sn(Gr,"Clockwise",4),Yh=new sn(Gr,"Counterclockwise",5),jc=new sn(Gr,"BidirectionalLeft",6),Rf=new sn(Gr,"BidirectionalRight",7),g0=new sn(Gr,"Forwards",8),p0=new sn(Gr,"Reverse",9),m0=new sn(Gr,"Ascending",10),v0=new sn(Gr,"Descending",11),jf=new sn(Gr,"Optimized",12),y0=new sn(Gr,"Pythagorean",13),kd=new sn(Gr,"Circular",14);Gr.className="CircularLayout",Gr.ConstantSpacing=sl,Gr.ConstantDistance=Vh,Gr.ConstantAngle=ih,Gr.Packed=al,Gr.Clockwise=Es,Gr.Counterclockwise=Yh,Gr.BidirectionalLeft=jc,Gr.BidirectionalRight=Rf,Gr.Forwards=g0,Gr.Reverse=p0,Gr.Ascending=m0,Gr.Descending=v0,Gr.Optimized=jf,Gr.Pythagorean=y0,Gr.Circular=kd;function pp(){this.Pl=-1/0,this.tm=this.mk=null}pp.prototype.compare=function(a,y){if(0<a&&0>this.Pl||Math.abs(a)<Math.abs(this.Pl)&&!(0>a&&0<this.Pl))for(this.Pl=a,this.mk=[],this.tm=[],a=0;a<y.length;a++)this.mk[a]=y[a].bounds.x,this.tm[a]=y[a].bounds.y},pp.prototype.commit=function(a){if(this.mk!==null&&this.tm!==null)for(var y=0;y<this.mk.length;y++){var x=a.M(y);x.x=this.mk[y],x.y=this.tm[y]}},pp.className="VertexArrangement";function zf(a){Cr.call(this,a)}_e(zf,Cr),zf.prototype.createVertex=function(){return new mp(this)},zf.prototype.createEdge=function(){return new S0(this)},zf.className="CircularNetwork";function mp(a){So.call(this,a),this.u=this.Si=NaN}_e(mp,So);function Zh(a,y){var x=a.network;if(x===null)return NaN;if(x=x.layout,x===null)return NaN;if(x.arrangement===al)if(x.nodeDiameterFormula===kd)a.Si=Math.max(a.width,a.height);else{if(x=Math.abs(Math.sin(y)),y=Math.abs(Math.cos(y)),x===0)return a.width;if(y===0)return a.height;a.Si=Math.min(a.height/x,a.width/y)}else a.Si=x.nodeDiameterFormula===kd?Math.max(a.width,a.height):Math.sqrt(a.width*a.width+a.height*a.height);return a.Si}Ue.Object.defineProperties(mp.prototype,{diameter:{get:function(){return this.Si},set:function(a){this.Si!==a&&(this.Si=a)}},actualAngle:{get:function(){return this.u},set:function(a){this.u!==a&&(this.u=a)}}}),mp.className="CircularVertex";function S0(a){oa.call(this,a)}_e(S0,oa),S0.className="CircularEdge";function Yo(a){Dr.call(this),this.ah=null,this.An=0,this.$d=new An(100,100).freeze(),this.Bm=!1,this.sf=!0,this.td=!1,this.dl=100,this.$m=1,this.Zf=1e3,this.In=10,this.fo=Math,this.Hk=.05,this.Gk=50,this.Ek=150,this.Fk=0,this.Vm=10,this.Um=5,a&&Object.assign(this,a)}_e(Yo,Dr),Yo.prototype.cloneProtected=function(a){Dr.prototype.cloneProtected.call(this,a),a.$d.assign(this.$d),a.Bm=this.Bm,a.sf=this.sf,a.td=this.td,a.dl=this.dl,a.$m=this.$m,a.Zf=this.Zf,a.In=this.In,a.fo=this.fo,a.Hk=this.Hk,a.Gk=this.Gk,a.Ek=this.Ek,a.Fk=this.Fk,a.Vm=this.Vm,a.Um=this.Um},Yo.prototype.createNetwork=function(){return new Ed(this)},Yo.prototype.doLayout=function(a){if(this.network===null&&(this.network=this.makeNetwork(a)),a=this.maxIterations,0<this.network.vertexes.count){this.network.Ko();for(var y=this.network.vertexes.iterator;y.next();){var x=y.value;x.charge=this.electricalCharge(x),x.mass=this.gravitationalMass(x)}for(y=this.network.edges.iterator;y.next();)x=y.value,x.stiffness=this.springStiffness(x),x.length=this.springLength(x);if(this.Cu(),this.An=0,this.needsClusterLayout()){y=this.network,x=y.Zx();for(var b=x.iterator;b.next();){this.network=b.value;for(var E=this.network.vertexes.iterator;E.next();){var z=E.value;z.Vd=z.vertexes.count,z.sh=1,z.Hj=null,z.We=null}jS(this,0,a)}this.network=y;var nt=b=x.iterator;b=this.arrangementSpacing;var rt=nt.count,st=!0;z=E=0;for(var ht=Vn(),dt=0;dt<rt+y.vertexes.count+2;dt++)ht[dt]=null;rt=0,nt.reset();for(var vt=en.alloc();nt.next();)if(dt=nt.value,this.computeBounds(dt,vt),st)st=!1,E=vt.x+vt.width/2,z=vt.y+vt.height/2,ht[0]=new ye(vt.x+vt.width+b.width,vt.y),ht[1]=new ye(vt.x,vt.y+vt.height+b.height),rt=2;else{var Nt=zS(ht,rt,E,z,vt.width,vt.height,b),Wt=ht[Nt],Ht=new ye(Wt.x+vt.width+b.width,Wt.y),ne=new ye(Wt.x,Wt.y+vt.height+b.height);for(Nt+1<rt&&ht.splice(Nt+1,0,null),ht[Nt]=Ht,ht[Nt+1]=ne,rt++,Nt=Wt.x-vt.x,Wt=Wt.y-vt.y,dt=dt.vertexes.iterator;dt.next();)Ht=dt.value,Ht.centerX+=Nt,Ht.centerY+=Wt}for(en.free(vt),dt=y.vertexes.iterator;dt.next();)nt=dt.value,Nt=nt.bounds,2>rt?(E=Nt.x+Nt.width/2,z=Nt.y+Nt.height/2,ht[0]=new ye(Nt.x+Nt.width+b.width,Nt.y),ht[1]=new ye(Nt.x,Nt.y+Nt.height+b.height),rt=2):(st=zS(ht,rt,E,z,Nt.width,Nt.height,b),vt=ht[st],Wt=new ye(vt.x+Nt.width+b.width,vt.y),Nt=new ye(vt.x,vt.y+Nt.height+b.height),st+1<rt&&ht.splice(st+1,0,null),ht[st]=Wt,ht[st+1]=Nt,rt++,nt.centerX=vt.x+nt.width/2,nt.centerY=vt.y+nt.height/2);for(Tn(ht),b=x.iterator;b.next();){for(x=b.value,E=x.vertexes.iterator;E.next();)y.dh(E.value);for(x=x.edges.iterator;x.next();)y.Bo(x.value)}}GS(this,a),this.updateParts()}this.dl=a,this.network=null,this.isValidLayout=!0},Yo.prototype.needsClusterLayout=function(){if(3>this.network.vertexes.count)return!1;for(var a=0,y=0,x=this.network.vertexes.first().bounds,b=this.network.vertexes.iterator;b.next();){if(b.value.bounds.Yc(x)&&(a++,2<a))return!0;if(10<y)break;y++}return!1},Yo.prototype.computeBounds=function(a,y){var x=!0;for(a=a.vertexes.iterator;a.next();){var b=a.value;x?(x=!1,y.set(b.bounds)):y.ed(b.bounds)}return y};function jS(a,y,x){if(Ox(a,y)){var b=a.Zf;a.Zf*=1+1/(y+1);var E=Ix(a,y),z=Math.max(0,Math.max(Math.min(a.network.vertexes.count,x*(y+1)/11),10));for(a.maxIterations+=z,jS(a,y+1,x),GS(a,z),Rx(a,E),y=E.vertexes.Fa(),y.sort(function(nt,rt){return nt===null||rt===null||nt===rt?0:rt.Vd-nt.Vd}),x=0;x<y.length;x++)jx(a,y[x]);a.Zf=b}}function Ox(a,y){if(10<y||3>a.network.vertexes.count)return!1;for(a.ah=a.network.vertexes.Fa(),a=a.ah,a.sort(function(x,b){return x===null||b===null||x===b?0:b.Vd-x.Vd}),y=a.length-1;0<=y&&1>=a[y].Vd;)y--;return 1<a.length-y}function Ix(a,y){for(var x=a.network,b=new Ed(a),E=0;E<a.ah.length;E++){var z=a.ah[E];if(1<z.Vd){b.dh(z);var nt=new US;nt.Rs=z.Vd,nt.Ss=z.width,nt.Qs=z.height,nt.Sv=z.focus.x,nt.Tv=z.focus.y,z.We===null&&(z.We=new fn),z.We.add(nt),z.sv=z.We.count-1}else break}for(z=x.edges.iterator;z.next();){var rt=z.value;E=rt.fromVertex,nt=rt.toVertex,E.network===b&&nt.network===b?b.Bo(rt):E.network===b?(rt=E.Hj,rt===null&&(rt=new fn,E.Hj=rt),rt.add(nt),E.Vd--,E.sh+=nt.sh):nt.network===b&&(rt=nt.Hj,rt===null&&(rt=new fn,nt.Hj=rt),rt.add(E),nt.Vd--,nt.sh+=E.sh)}for(E=b.edges.iterator;E.next();)z=E.value,z.length*=Math.max(1,Re.sqrt((z.fromVertex.sh+z.toVertex.sh)/(4*y+1)));for(y=b.vertexes.iterator;y.next();){E=y.value;var st=E.Hj;if(st!==null&&0<st.count&&(nt=E.We.M(E.We.count-1).Rs-E.Vd,!(0>=nt))){for(var ht=rt=0,dt=st.count-nt;dt<st.count;dt++){var vt=st.M(dt),Nt=null;for(z=vt.edges.iterator;z.next();){var Wt=z.value;if(Wt.Ax(vt)===E){Nt=Wt;break}}Nt!==null&&(ht+=Nt.length,rt+=vt.width*vt.height)}z=E.centerX,st=E.centerY,dt=E.width,vt=E.height,Nt=E.focus,Wt=dt*vt,1>Wt&&(Wt=1),rt=Re.sqrt((rt+Wt+ht*ht*4/(nt*nt))/Wt),nt=(rt-1)*dt/2,rt=(rt-1)*vt/2,E.bounds=new en(z-Nt.x-nt,st-Nt.y-rt,dt+2*nt,vt+2*rt),E.focus=new ye(Nt.x+nt,Nt.y+rt)}}return a.network=b,x}function Rx(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,nt=E.Tv;b.bounds=new en(b.centerX-z,b.centerY-nt,E.Ss,E.Qs),b.focus=new ye(z,nt),b.sv--}}for(x=a.network.edges.iterator;x.next();)x.value.network=y;a.network=y}function jx(a,y){var x=y.Hj;if(x!==null&&x.count!==0){var b=y.centerX,E=y.centerY,z=y.width,nt=y.height;y.We!==null&&0<y.We.count&&(nt=y.We.M(0),z=nt.Ss,nt=nt.Qs),z=Re.sqrt(z*z+nt*nt)/2;for(var rt=!1,st=nt=0,ht=0,dt=y.vertexes.iterator;dt.next();){var vt=dt.value;1>=vt.Vd?st++:(rt=!0,ht++,nt+=Math.atan2(y.centerY-vt.centerY,y.centerX-vt.centerX))}if(st!==0){for(0<ht&&(nt/=ht),ht=y=0,y=rt?2*Math.PI/(st+1):2*Math.PI/st,st%2===0&&(ht=y/2),1<x.count&&x.sort(function(Wt,Ht){return Wt===null||Ht===null||Wt===Ht?0:Ht.width*Ht.height-Wt.width*Wt.height}),rt=st%2===0?0:1,x=x.iterator;x.next();)if(st=x.value,!(1<st.Vd||a.isFixed(st))){for(dt=null,vt=st.edges.iterator;vt.next();){dt=vt.value;break}vt=st.width;var Nt=st.height;vt=Re.sqrt(vt*vt+Nt*Nt)/2,dt=z+dt.length+vt,vt=nt+(y*(rt/2>>1)+ht)*(rt%2===0?1:-1),st.centerX=b+dt*Math.cos(vt),st.centerY=E+dt*Math.sin(vt),rt++}}}}function zS(a,y,x,b,E,z,nt){var rt=9e19,st=-1,ht=0;t:for(;ht<y;ht++){var dt=a[ht],vt=dt.x-x,Nt=dt.y-b;if(vt=vt*vt+Nt*Nt,vt<rt){for(Nt=ht-1;0<=Nt;Nt--)if(a[Nt].y>dt.y&&a[Nt].x-dt.x<E+nt.width)continue t;for(Nt=ht+1;Nt<y;Nt++)if(a[Nt].x>dt.x&&a[Nt].y-dt.y<z+nt.height)continue t;st=ht,rt=vt}}return st}Yo.prototype.Cu=function(){if(this.comments)for(var a=this.network.vertexes.iterator;a.next();)this.addComments(a.value)},Yo.prototype.addComments=function(a){var y=a.node;if(y!==null)for(y=y.Mu();y.next();){var x=y.value;if(x.category==="Comment"&&x.isVisible()){var b=this.network.ki(x);b===null&&(b=this.network.Bl(x)),b.charge=this.defaultCommentElectricalCharge,x=null;for(var E=b.destinationEdges;E.next();){var z=E.value;if(z.toVertex===a){x=z;break}}if(x===null){for(E=b.sourceEdges;E.next();)if(z=E.value,z.fromVertex===a){x=z;break}}x===null&&(x=this.network.Zj(a,b,null)),x.length=this.defaultCommentSpringLength}}};function WS(a,y){var x=a.bounds,b=x.x;a=x.y;var E=x.width;x=x.height;var z=y.bounds,nt=z.x;y=z.y;var rt=z.width;return z=z.height,b+E<nt?a>y+z?(x=b+E-nt,a=a-y-z,Re.sqrt(x*x+a*a)):a+x<y?(b=b+E-nt,a=a+x-y,Re.sqrt(b*b+a*a)):nt-(b+E):b>nt+rt?a>y+z?(x=b-nt-rt,a=a-y-z,Re.sqrt(x*x+a*a)):a+x<y?(b=b-nt-rt,a=a+x-y,Re.sqrt(b*b+a*a)):b-(nt+rt):a>y+z?a-(y+z):a+x<y?y-(a+x):.1}function GS(a,y){for(a.ah=null,y=a.An+y;a.An<y&&(a.An++,zx(a)););a.ah=null}function zx(a){a.ah===null&&(a.ah=a.network.vertexes.Fa());var y=a.ah;if(0>=y.length)return!1;var x=y[0];x.forceX=0,x.forceY=0;for(var b=x.centerX,E=b,z=x=x.centerY,nt=1;nt<y.length;nt++){var rt=y[nt];rt.forceX=0,rt.forceY=0;var st=rt.centerX;rt=rt.centerY,b=Math.min(b,st),E=Math.max(E,st),x=Math.min(x,rt),z=Math.max(z,rt)}(E=E-b>z-x)?y.sort(function(ne,ve){return ne===null||ve===null||ne===ve?0:ne.centerX-ve.centerX}):y.sort(function(ne,ve){return ne===null||ve===null||ne===ve?0:ne.centerY-ve.centerY}),x=a.Zf;var ht=b=rt=0;for(z=0;z<y.length;z++){nt=y[z],b=nt.bounds,rt=nt.focus,st=b.x+rt.x;var dt=b.y+rt.y;b=nt.charge*a.electricalFieldX(st,dt),ht=nt.charge*a.electricalFieldY(st,dt),b+=nt.mass*a.gravitationalFieldX(st,dt),ht+=nt.mass*a.gravitationalFieldY(st,dt),nt.forceX+=b,nt.forceY+=ht;for(var vt=z+1;vt<y.length;vt++){var Nt=y[vt];if(Nt!==nt){b=Nt.bounds,rt=Nt.focus,ht=b.x+rt.x;var Wt=b.y+rt.y;if(st-ht>x||ht-st>x){if(E)break}else if(dt-Wt>x||Wt-dt>x){if(!E)break}else{var Ht=WS(nt,Nt);1>Ht?(b=a.randomNumberGenerator,b===null&&(a.randomNumberGenerator=b=new x0),Ht=b.random(),rt=b.random(),st>ht?(b=Math.abs(Nt.bounds.right-nt.bounds.x),b=(1+b)*Ht):st<ht?(b=Math.abs(Nt.bounds.x-nt.bounds.right),b=-(1+b)*Ht):(b=Math.max(Nt.width,nt.width),b=(1+b)*Ht-b/2),dt>Wt?(ht=Math.abs(Nt.bounds.bottom-nt.bounds.y),ht=(1+ht)*rt):st<ht?(ht=Math.abs(Nt.bounds.y-nt.bounds.bottom),ht=-(1+ht)*rt):(ht=Math.max(Nt.height,nt.height),ht=(1+ht)*rt-ht/2)):(rt=-(nt.charge*Nt.charge)/(Ht*Ht),b=(ht-st)/Ht*rt,ht=(Wt-dt)/Ht*rt),nt.forceX+=b,nt.forceY+=ht,Nt.forceX-=b,Nt.forceY-=ht}}}}for(E=a.network.edges.iterator;E.next();)rt=E.value,x=rt.fromVertex,z=rt.toVertex,nt=x.bounds,st=x.focus,b=nt.x+st.x,nt=nt.y+st.y,dt=z.bounds,vt=z.focus,st=dt.x+vt.x,dt=dt.y+vt.y,vt=WS(x,z),1>vt?(vt=a.randomNumberGenerator,vt===null&&(a.randomNumberGenerator=vt=new x0),rt=vt.random(),vt=vt.random(),b=(b>st?1:-1)*(1+(z.width>x.width?z.width:x.width))*rt,ht=(nt>dt?1:-1)*(1+(z.height>x.height?z.height:x.height))*vt):(rt=rt.stiffness*(vt-rt.length),b=(st-b)/vt*rt,ht=(dt-nt)/vt*rt),x.forceX+=b,x.forceY+=ht,z.forceX-=b,z.forceY-=ht;for(E=b=0;E<y.length;E++)x=y[E],a.isFixed(x)?a.moveFixedVertex(x):b=Math.max(b,a.moveVertex(x)||0);return b>a.epsilonDistance*a.epsilonDistance}Yo.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},Yo.prototype.moveFixedVertex=function(){},Yo.prototype.commitLayout=function(){this.yv(),this.commitNodes(),this.isRouting&&this.commitLinks()},Yo.prototype.yv=function(){if(this.setsPortSpots)for(var a=this.network.edges.iterator;a.next();){var y=a.value.link;y!==null&&(y.fromSpot=Mo,y.toSpot=Mo)}},Yo.prototype.commitNodes=function(){var a=0,y=0;if(this.arrangesToOrigin){var x=en.alloc();this.computeBounds(this.network,x),y=this.arrangementOrigin,a=y.x-x.x,y=y.y-x.y,en.free(x)}x=en.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()}en.free(x)},Yo.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()},Yo.prototype.springStiffness=function(a){return a=a.stiffness,isNaN(a)?this.Hk:a},Yo.prototype.springLength=function(a){return a=a.length,isNaN(a)?this.Gk:a},Yo.prototype.electricalCharge=function(a){return a=a.charge,isNaN(a)?this.Ek:a},Yo.prototype.electricalFieldX=function(){return 0},Yo.prototype.electricalFieldY=function(){return 0},Yo.prototype.gravitationalMass=function(a){return a=a.mass,isNaN(a)?this.Fk:a},Yo.prototype.gravitationalFieldX=function(){return 0},Yo.prototype.gravitationalFieldY=function(){return 0},Yo.prototype.isFixed=function(a){return a.isFixed},Ue.Object.defineProperties(Yo.prototype,{currentIteration:{get:function(){return this.An}},arrangementSpacing:{get:function(){return this.$d},set:function(a){this.$d.D(a)||(this.$d.assign(a),this.C())}},arrangesToOrigin:{get:function(){return this.Bm},set:function(a){this.Bm!==a&&(this.Bm=a,this.C())}},setsPortSpots:{get:function(){return this.sf},set:function(a){this.sf!==a&&(this.sf=a,this.C())}},comments:{get:function(){return this.td},set:function(a){this.td!==a&&(this.td=a,this.C())}},maxIterations:{get:function(){return this.dl},set:function(a){this.dl!==a&&0<=a&&(this.dl=a,this.C())}},epsilonDistance:{get:function(){return this.$m},set:function(a){this.$m!==a&&0<a&&(this.$m=a,this.C())}},infinityDistance:{get:function(){return this.Zf},set:function(a){this.Zf!==a&&1<a&&(this.Zf=a,this.C())}},moveLimit:{get:function(){return this.In},set:function(a){this.In!==a&&1<a&&(this.In=a,this.C())}},randomNumberGenerator:{get:function(){return this.fo},set:function(a){this.fo!==a&&(a!==null&&typeof a.random!="function"&&Le('ForceDirectedLayout.randomNumberGenerator must have a "random()" function on it: '+a),this.fo=a)}},defaultSpringStiffness:{get:function(){return this.Hk},set:function(a){this.Hk!==a&&(this.Hk=a,this.C())}},defaultSpringLength:{get:function(){return this.Gk},set:function(a){this.Gk!==a&&(this.Gk=a,this.C())}},defaultElectricalCharge:{get:function(){return this.Ek},set:function(a){this.Ek!==a&&(this.Ek=a,this.C())}},defaultGravitationalMass:{get:function(){return this.Fk},set:function(a){this.Fk!==a&&(this.Fk=a,this.C())}},defaultCommentSpringLength:{get:function(){return this.Vm},set:function(a){this.Vm!==a&&(this.Vm=a,this.C())}},defaultCommentElectricalCharge:{get:function(){return this.Um},set:function(a){this.Um!==a&&(this.Um=a,this.C())}}}),Yo.className="ForceDirectedLayout";function US(){this.Tv=this.Sv=this.Qs=this.Ss=this.Rs=0}US.className="ForceDirectedSubnet";function Ed(a){Cr.call(this,a)}_e(Ed,Cr),Ed.prototype.createVertex=function(){return new vp(this)},Ed.prototype.createEdge=function(){return new yp(this)},Ed.className="ForceDirectedNetwork";function vp(a){So.call(this,a),this.ia=!1,this.Ha=this.u=NaN,this.sh=this.Vd=this.V=this.F=0,this.We=this.Hj=null,this.sv=0}_e(vp,So),Ue.Object.defineProperties(vp.prototype,{isFixed:{get:function(){return this.ia},set:function(a){this.ia!==a&&(this.ia=a)}},charge:{get:function(){return this.u},set:function(a){this.u!==a&&(this.u=a)}},mass:{get:function(){return this.Ha},set:function(a){this.Ha!==a&&(this.Ha=a)}},forceX:{get:function(){return this.F},set:function(a){this.F!==a&&(this.F=a)}},forceY:{get:function(){return this.V},set:function(a){this.V!==a&&(this.V=a)}}}),vp.className="ForceDirectedVertex";function yp(a){oa.call(this,a),this.j=this.o=NaN}_e(yp,oa),Ue.Object.defineProperties(yp.prototype,{stiffness:{get:function(){return this.o},set:function(a){this.o!==a&&(this.o=a)}},length:{get:function(){return this.j},set:function(a){this.j!==a&&(this.j=a)}}}),yp.className="ForceDirectedEdge";function x0(){var a=0;a===void 0&&(a=42),this.seed=a,this.ay=48271,this.ey=2147483647,this.Q=44488.07041494893,this.gy=3399,this.by=1/2147483647,this.random()}x0.prototype.random=function(){var a=this.seed%this.Q*this.ay-this.seed/this.Q*this.gy;return 0<a?this.seed=a:this.seed=a+this.ey,this.seed*this.by},x0.className="RandomNumberGenerator";function dr(a){Dr.call(this),this.kc=this.ie=25,this.K=0,this.Dk=A0,this.Zk=L0,this.Qk=k0,this.bj=4,this.rk=E0,this.bg=15,this.sf=!0,this.Cn=4,this.Ra=this.Iq=this.Ia=-1,this.Md=this.Hn=0,this.Ta=this.Kd=this.Ld=this.he=this.tc=null,this.Kn=0,this.Jn=this.kj=null,this.le=0,this.fl=null,this.Rf=new ye,this.He=[],this.He.length=100,this.xw=this.ve=0,a&&Object.assign(this,a)}_e(dr,Dr),dr.prototype.cloneProtected=function(a){Dr.prototype.cloneProtected.call(this,a),a.ie=this.ie,a.kc=this.kc,a.K=this.K,a.Dk=this.Dk,a.Zk=this.Zk,a.Qk=this.Qk,a.bj=this.bj,a.rk=this.rk,a.bg=this.bg,a.sf=this.sf,a.Cn=this.Cn,a.ve=this.ve},dr.prototype.qb=function(a){a.classType===dr?a.name.indexOf("Aggressive")===0?this.aggressiveOption=a:a.name.indexOf("Cycle")===0?this.cycleRemoveOption=a:a.name.indexOf("Init")===0?this.initializeOption=a:a.name.indexOf("Layer")===0?this.layeringOption=a:Le("Unknown enum value: "+a):Dr.prototype.qb.call(this,a)},dr.prototype.createNetwork=function(){return new Gf(this)},dr.prototype.doLayout=function(a){for(this.network===null&&(this.network=this.makeNetwork(a)),this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin),this.Iq=-1,this.Md=this.Hn=0,this.fl=this.Jn=this.kj=null,a=0;a<this.He.length;a++)this.He[a]=null;if(0<this.network.vertexes.count){for(this.network.Ko(),this.cycleRemoveOption!==xp&&this.removeCycles(),a=this.network.vertexes.iterator;a.next();)a.value.layer=-1;for(this.Ia=-1,this.assignLayers(),a.reset();a.next();)this.Ia=Math.max(this.Ia,a.value.layer);this.cycleRemoveOption===xp&&this.removeCycles(),a=this.network;for(var y=[],x=a.edges.iterator;x.next();){var b=x.value;b.valid=!1,y.push(b)}for(x=0;x<y.length;x++){b=y[x];var E=b.fromVertex,z=b.toVertex;if(!(b.valid||(E.node===null&&E.data===null||z.node===null&&z.data===null)&&E.layer===z.layer)){var nt=0,rt=0,st=0,ht=0;if(b.link!==null){if(rt=b.link,rt===null)continue;var dt=E.node;if(nt=z.node,dt===null||nt===null)continue;var vt=rt.fromNode;st=rt.toNode;for(var Nt=rt.fromPort;Nt!==null&&!Nt.Ed();)Nt=Nt.panel;for(rt=rt.toPort;rt!==null&&!rt.Ed();)rt=rt.panel;if(b.rev){ht=vt;var Wt=Nt;vt=st,Nt=rt,st=ht,rt=Wt}var Ht=E.focus;ht=z.focus;var ne=b.rev?z.bounds:E.bounds;Wt=ye.alloc(),dt!==vt?ne.w()&&vt.isVisible()?vt.actualBounds.w()?(qu(vt,Nt,nr,Wt),Wt.x+=vt.actualBounds.x-ne.x,Wt.y+=vt.actualBounds.y-ne.y):(qu(vt,Nt,nr,Wt),Wt.w()||Wt.assign(Ht)):Wt.assign(Ht):ne.w()?(qu(vt,Nt,nr,Wt),Wt.w()||Wt.assign(Ht)):Wt.assign(Ht),vt=b.rev?E.bounds:z.bounds,dt=ye.alloc(),nt!==st?vt.w()&&st.isVisible()?st.actualBounds.w()?(qu(st,rt,nr,dt),dt.x+=st.actualBounds.x-vt.x,dt.y+=st.actualBounds.y-vt.y):(qu(st,rt,nr,dt),dt.w()||dt.assign(ht)):dt.assign(ht):vt.w()?(qu(st,rt,nr,dt),dt.w()||dt.assign(ht)):dt.assign(ht),this.K===90||this.K===270?(nt=Math.round((Wt.x-Ht.x)/this.kc),st=Wt.x,rt=Math.round((dt.x-ht.x)/this.kc),ht=dt.x):(nt=Math.round((Wt.y-Ht.y)/this.kc),st=Wt.y,rt=Math.round((dt.y-ht.y)/this.kc),ht=dt.y),ye.free(Wt),ye.free(dt),b.portFromColOffset=nt,b.portFromPos=st,b.portToColOffset=rt,b.portToPos=ht}else b.portFromColOffset=0,b.portFromPos=0,b.portToColOffset=0,b.portToPos=0;if(Wt=E.layer,dt=z.layer,vt=0,ne=b.link,ne!==null){var ve=ne.fromPort,de=ne.toPort;if(ve!==null&&de!==null){var Pe=ne.fromNode;if(Nt=ne.toNode,Pe!==null&&Nt!==null){var be=b0(this,!0),Ee=b0(this,!1),Be=this.setsPortSpots?be:ne.computeSpot(!0,ve);Ht=this.setsPortSpots?Ee:ne.computeSpot(!1,de);var Ye=ne.isOrthogonal;Be.$c()&&Be.Hf(Ee)&&Ht.$c()&&Ht.Hf(be)?vt=0:(be=ne.getLinkPoint(Pe,ve,Be,!0,Ye,Nt,de,ye.alloc()),Ee=ne.getLinkDirection(Pe,ve,be,Be,!0,Ye,Nt,de),ye.free(be),Be.ys()||Ee!==QS(this,b,!0)?this.setsPortSpots&&Pe!==null&&Pe.ports.count===1&&b.rev&&(vt+=1):vt+=1,Be=ne.getLinkPoint(Nt,de,Ht,!1,Ye,Pe,ve,ye.alloc()),ne=ne.getLinkDirection(Nt,de,Be,Ht,!1,Ye,Pe,ve),ye.free(Be),Ht.ys()||ne!==QS(this,b,!1)?this.setsPortSpots&&Nt!==null&&Nt.ports.count===1&&b.rev&&(vt+=2):vt+=2)}}}if(Nt=vt,vt=Nt===1||Nt===3,(Nt=Nt===2||Nt===3)&&(Ht=a.createVertex(),Ht.node=null,Ht.Dj=1,Ht.layer=Wt,Ht.near=E,a.dh(Ht),E=a.Zj(E,Ht,b.link),E.valid=!1,E.rev=b.rev,E.portFromColOffset=nt,E.portToColOffset=0,E.portFromPos=st,E.portToPos=0,E=Ht),ne=1,vt&&ne--,Wt-dt>ne&&0<Wt){for(b.valid=!1,Ht=a.createVertex(),Ht.node=null,Ht.Dj=2,Ht.layer=Wt-1,a.dh(Ht),E=a.Zj(E,Ht,b.link),E.valid=!0,E.rev=b.rev,E.portFromColOffset=Nt?0:nt,E.portToColOffset=0,E.portFromPos=Nt?0:st,E.portToPos=0,E=Ht,Wt--;Wt-dt>ne&&0<Wt;)Ht=a.createVertex(),Ht.node=null,Ht.Dj=3,Ht.layer=Wt-1,a.dh(Ht),E=a.Zj(E,Ht,b.link),E.valid=!0,E.rev=b.rev,E.portFromColOffset=0,E.portToColOffset=0,E.portFromPos=0,E.portToPos=0,E=Ht,Wt--;E=a.Zj(Ht,z,b.link),E.valid=!vt,vt&&(Ht.near=z),E.rev=b.rev,E.portFromColOffset=0,E.portToColOffset=rt,E.portFromPos=0,E.portToPos=ht}else b.valid=!0}}for(a=this.tc=[],y=0;y<=this.Ia;y++)a[y]=0;for(y=this.network.vertexes.iterator;y.next();)y.value.index=-1;for(this.initializeIndices(),this.Iq=-1,x=this.Md=this.Hn=0;x<=this.Ia;x++)a[x]>a[this.Md]&&(this.Iq=a[x]-1,this.Md=x),a[x]<a[this.Hn]&&(this.Hn=x);for(this.fl=[],x=0;x<a.length;x++)this.fl[x]=[];for(y.reset();y.next();)a=y.value,this.fl[a.layer][a.index]=a;for(this.Ra=-1,a=0;a<=this.Ia;a++){for(y=Xh(this,a),x=0,b=this.tc[a],z=0;z<b;z++)E=y[z],x+=this.nodeMinColumnSpace(E,!0),E.column=x,x+=1,x+=this.nodeMinColumnSpace(E,!1);this.Ra=Math.max(this.Ra,x-1),Jh(this,a,y)}this.reduceCrossings(),this.straightenAndPack(),this.updateParts()}this.network=null,this.isValidLayout=!0},dr.prototype.linkMinLength=function(){return 1};function py(a){var y=a.fromVertex.node||a.fromVertex.data;return a=a.toVertex.node||a.toVertex.data,y===null&&a===null?8:y===null||a===null?4:1}dr.prototype.nodeMinLayerSpace=function(a,y){return a.node===null&&a.data===null?0:this.K===90||this.K===270?y?a.focus.y+10:a.bounds.height-a.focus.y+10:y?a.focus.x+10:a.bounds.width-a.focus.x+10},dr.prototype.nodeMinColumnSpace=function(a,y){if(a.node===null&&a.data===null)return 0;var x=y?a.ev:a.dv;return x!==null?x:(x=this.K,x===90||x===270?y?a.ev=a.focus.x/this.kc+1|0:a.dv=(a.bounds.width-a.focus.x)/this.kc+1|0:y?a.ev=a.focus.y/this.kc+1|0:a.dv=(a.bounds.height-a.focus.y)/this.kc+1|0)};function Us(a){a.kj===null&&(a.kj=[]);for(var y=0,x=a.network.vertexes.iterator;x.next();){var b=x.value;a.kj[y]=b.layer,y++,a.kj[y]=b.column,y++,a.kj[y]=b.index,y++}return a.kj}function Fa(a,y){var x=0;for(a=a.network.vertexes.iterator;a.next();){var b=a.value;b.layer=y[x],x++,b.column=y[x],x++,b.index=y[x],x++}}function _S(a,y,x){var b=Xh(a,y),E=a.tc[y];(a.Jn===null||a.Jn.length<E*E)&&(a.Jn=[]);for(var z=a.Jn,nt=0;nt<E;nt++){var rt=0,st=b[nt],ht=st.near;if(ht!==null&&ht.layer===st.layer)if(st=ht.index,st>nt)for(var dt=nt+1;dt<st;dt++){var vt=b[dt];vt.near===ht&&vt.Dj===ht.Dj||rt++}else for(dt=nt-1;dt>st;dt--)vt=b[dt],vt.near===ht&&vt.Dj===ht.Dj||rt++;var Nt;if(0<=x)for(st=b[nt].sourceEdgesArrayAccess,ht=0;ht<st.length;ht++){var Wt=st[ht];if(Wt.valid&&Wt.fromVertex.layer!==y)for(vt=Wt.fromVertex.index,dt=Wt.portToPos,Wt=Wt.portFromPos,Nt=ht+1;Nt<st.length;Nt++){var Ht=st[Nt];if(Ht.valid&&Ht.fromVertex.layer!==y){var ne=Ht.fromVertex.index,ve=Ht.portToPos;Ht=Ht.portFromPos,dt<ve&&(vt>ne||vt===ne&&Wt>Ht)&&rt++,ve<dt&&(ne>vt||ne===vt&&Ht>Wt)&&rt++}}}if(0>=x){for(st=b[nt].destinationEdgesArrayAccess,ht=0;ht<st.length;ht++)if(Wt=st[ht],Wt.valid&&Wt.toVertex.layer!==y)for(vt=Wt.toVertex.index,dt=Wt.portToPos,Wt=Wt.portFromPos,Nt=ht+1;Nt<st.length;Nt++)Ht=st[Nt],Ht.valid&&Ht.toVertex.layer!==y&&(ne=Ht.toVertex.index,ve=Ht.portToPos,Ht=Ht.portFromPos,Wt<Ht&&(vt>ne||vt===ne&&dt>ve)&&rt++,Ht<Wt&&(ne>vt||ne===vt&&ve>dt)&&rt++)}for(z[nt*E+nt]=rt,st=nt+1;st<E;st++){var de=0,Pe=0;if(0<=x){rt=b[nt].sourceEdgesArrayAccess;var be=b[st].sourceEdgesArrayAccess;for(ht=0;ht<rt.length;ht++)if(Wt=rt[ht],Wt.valid&&Wt.fromVertex.layer!==y)for(vt=Wt.fromVertex.index,Wt=Wt.portFromPos,Nt=0;Nt<be.length;Nt++)Ht=be[Nt],Ht.valid&&Ht.fromVertex.layer!==y&&(ne=Ht.fromVertex.index,Ht=Ht.portFromPos,(vt<ne||vt===ne&&Wt<Ht)&&Pe++,(ne<vt||ne===vt&&Ht<Wt)&&de++)}if(0>=x){for(rt=b[nt].destinationEdgesArrayAccess,be=b[st].destinationEdgesArrayAccess,ht=0;ht<rt.length;ht++)if(Wt=rt[ht],Wt.valid&&Wt.toVertex.layer!==y)for(vt=Wt.toVertex.index,dt=Wt.portToPos,Nt=0;Nt<be.length;Nt++)Ht=be[Nt],Ht.valid&&Ht.toVertex.layer!==y&&(ne=Ht.toVertex.index,ve=Ht.portToPos,(vt<ne||vt===ne&&dt<ve)&&Pe++,(ne<vt||ne===vt&&ve<dt)&&de++)}z[nt*E+st]=de,z[st*E+nt]=Pe}}return Jh(a,y,b),z}dr.prototype.countCrossings=function(){for(var a=0,y=0;y<=this.Ia;y++)for(var x=_S(this,y,1),b=this.tc[y],E=0;E<b;E++)for(var z=E;z<b;z++)a+=x[E*b+z];return a};function w0(a){for(var y=0,x=0;x<=a.Ia;x++){for(var b=a,E=x,z=Xh(b,E),nt=b.tc[E],rt=0,st=0;st<nt;st++){var ht=z[st].destinationEdgesArrayAccess;if(ht!==null)for(var dt=0;dt<ht.length;dt++){var vt=ht[dt];if(vt.valid&&vt.toVertex.layer!==E){var Nt=vt.fromVertex.column+vt.portFromColOffset,Wt=vt.toVertex.column+vt.portToColOffset;rt+=(Math.abs(Nt-Wt)+1)*py(vt)}}}Jh(b,E,z),y+=rt}return y}dr.prototype.normalize=function(){var a=1/0;this.Ra=-1;for(var y=this.network.vertexes.iterator;y.next();){var x=y.value;a=Math.min(a,x.column-this.nodeMinColumnSpace(x,!0)),this.Ra=Math.max(this.Ra,x.column+this.nodeMinColumnSpace(x,!1))}for(y.reset();y.next();)y.value.column-=a;this.Ra-=a};function my(a,y,x){for(var b=Xh(a,y),E=a.tc[y],z=[],nt=0;nt<E;nt++){var rt=b[nt],st=null;0>=x&&(st=rt.sourceEdgesArrayAccess);var ht=null;0<=x&&(ht=rt.destinationEdgesArrayAccess);var dt=0,vt=0,Nt=rt.near;if(Nt!==null&&Nt.layer===rt.layer&&(dt+=Nt.column-1,vt++),st!==null)for(Nt=0;Nt<st.length;Nt++){rt=st[Nt];var Wt=rt.fromVertex;rt.valid&&!rt.rev&&Wt.layer!==y&&(dt+=Wt.column,vt++)}if(ht!==null)for(st=0;st<ht.length;st++)rt=ht[st],Nt=rt.toVertex,rt.valid&&!rt.rev&&Nt.layer!==y&&(dt+=Nt.column,vt++);z[nt]=vt===0?-1:dt/vt}return Jh(a,y,b),z}function HS(a,y,x){for(var b=Xh(a,y),E=a.tc[y],z=[],nt=0;nt<E;nt++){var rt=b[nt],st=null;0>=x&&(st=rt.sourceEdgesArrayAccess);var ht=null;0<=x&&(ht=rt.destinationEdgesArrayAccess);var dt=0,vt=[],Nt=rt.near;if(Nt!==null&&Nt.layer===rt.layer&&(vt[dt]=Nt.column-1,dt++),rt=void 0,st!==null)for(Nt=0;Nt<st.length;Nt++){rt=st[Nt];var Wt=rt.fromVertex;rt.valid&&!rt.rev&&Wt.layer!==y&&(vt[dt]=Wt.column+rt.portFromColOffset,dt++)}if(ht!==null)for(st=0;st<ht.length;st++)rt=ht[st],Nt=rt.toVertex,rt.valid&&!rt.rev&&Nt.layer!==y&&(vt[dt]=Nt.column+rt.portToColOffset,dt++);dt===0?z[nt]=-1:(vt.sort(function(Ht,ne){return Ht-ne}),ht=dt>>1,z[nt]=dt&1?vt[ht]:vt[ht-1]+vt[ht]>>1)}return Jh(a,y,b),z}function Sp(a,y,x,b,E,z){if(y.component===b){if(y.component=x,E)for(var nt=y.destinationEdges;nt.next();){var rt=nt.value,st=rt.toVertex,ht=y.layer-st.layer;rt=a.linkMinLength(rt),ht===rt&&Sp(a,st,x,b,E,z)}if(z)for(nt=y.sourceEdges;nt.next();)rt=nt.value,st=rt.fromVertex,ht=st.layer-y.layer,rt=a.linkMinLength(rt),ht===rt&&Sp(a,st,x,b,E,z)}}function vy(a,y,x,b,E,z){if(y.component===b){if(y.component=x,E)for(var nt=y.destinationEdges;nt.next();)vy(a,nt.value.toVertex,x,b,E,z);if(z)for(y=y.sourceEdges;y.next();)vy(a,y.value.fromVertex,x,b,E,z)}}dr.prototype.removeCycles=function(){for(var a=this.network.edges.iterator;a.next();)a.value.rev=!1;switch(this.Dk){default:case xy: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(;Wx(a)!==null;){for(E=KS(a);E!==null;)b[x]=E,x--,E.valid=!1,E=KS(a);for(E=VS(a);E!==null;)b[y]=E,y++,E.valid=!1,E=VS(a);E=null;for(var z=0,nt=this.network.vertexes.iterator;nt.next();){var rt=nt.value;if(rt.valid){for(var st=0,ht=rt.destinationEdges;ht.next();)ht.value.toVertex.valid&&st++;ht=0;for(var dt=rt.sourceEdges;dt.next();)dt.value.fromVertex.valid&&ht++;(E===null||z<st-ht)&&(E=rt,z=st-ht)}}E!==null&&(b[y]=E,y++,E.valid=!1)}for(y=0;y<a.vertexes.count;y++)b[y].index=y;for(b=a.edges.iterator;b.next();)y=b.value,y.fromVertex.index>y.toVertex.index&&(a.gm(y),y.rev=!0);break;case A0:for(b=this.network.vertexes.iterator;b.next();)a=b.value,a.Ll=-1,a.finish=-1;for(a=this.network.edges.iterator;a.next();)a.value.forest=!1;for(this.Kn=0,b.reset();b.next();)y=b.value,y.sourceEdges.count===0&&yy(this,y);for(b.reset();b.next();)y=b.value,y.Ll===-1&&yy(this,y);for(a.reset();a.next();)b=a.value,b.forest||(y=b.fromVertex,x=y.finish,E=b.toVertex,z=E.finish,E.Ll<y.Ll&&x<z&&(this.network.gm(b),b.rev=!0));break;case xp:for(a=this.network,y=a.vertexes.iterator,b=1/0;y.next();)b=Math.min(b,y.value.layer);if(1/0>b){if(0>b)for(y.reset();y.next();)y.value.layer-=b;for(b=[],y.reset();y.next();)x=y.value,E=b[x.layer],E===void 0?b[x.layer]=[x]:E.push(x);for(x=y=0;x<b.length;x++)if(E=b[x],!E||E.length===0)y++;else if(0<x)for(z=0;z<E.length;z++)E[z].layer-=y;for(b=a.edges.iterator;b.next();)y=b.value,y.fromVertex.layer<y.toVertex.layer&&(a.gm(y),y.rev=!0)}}};function Wx(a){for(a=a.vertexes.iterator;a.next();){var y=a.value;if(y.valid)return y}return null}function KS(a){for(a=a.vertexes.iterator;a.next();){var y=a.value;if(y.valid){for(var x=!0,b=y.destinationEdges;b.next();)if(b.value.toVertex.valid){x=!1;break}if(x)return y}}return null}function VS(a){for(a=a.vertexes.iterator;a.next();){var y=a.value;if(y.valid){for(var x=!0,b=y.sourceEdges;b.next();)if(b.value.fromVertex.valid){x=!1;break}if(x)return y}}return null}function yy(a,y){y.Ll=a.Kn,a.Kn++;for(var x=y.destinationEdges;x.next();){var b=x.value,E=b.toVertex;E.Ll===-1&&(b.forest=!0,yy(a,E))}y.finish=a.Kn,a.Kn++}dr.prototype.assignLayers=function(){switch(this.Zk){case wy:YS(this);break;case Py:for(var a,y=this.network.vertexes.iterator;y.next();)a=XS(this,y.value),this.Ia=Math.max(a,this.Ia);for(y.reset();y.next();)a=y.value,a.layer=this.Ia-a.layer;break;default:case L0:for(YS(this),y=this.network.vertexes.iterator;y.next();)y.value.valid=!1;for(y.reset();y.next();)a=y.value,a.sourceEdges.count===0&&JS(this,a);for(a=1/0,y.reset();y.next();)a=Math.min(a,y.value.layer);for(this.Ia=-1,y.reset();y.next();){var x=y.value;x.layer-=a,this.Ia=Math.max(this.Ia,x.layer)}}};function YS(a){for(var y=a.network.vertexes.iterator;y.next();){var x=ZS(a,y.value);a.Ia=Math.max(x,a.Ia)}}function ZS(a,y){var x=0;if(y.layer===-1){for(var b=y.destinationEdges;b.next();){var E=b.value,z=E.toVertex;E=a.linkMinLength(E),x=Math.max(x,ZS(a,z)+E)}y.layer=x}else x=y.layer;return x}function XS(a,y){var x=0;if(y.layer===-1){for(var b=y.sourceEdges;b.next();){var E=b.value,z=E.fromVertex;E=a.linkMinLength(E),x=Math.max(x,XS(a,z)+E)}y.layer=x}else x=y.layer;return x}function JS(a,y){if(!y.valid){y.valid=!0;for(var x=y.destinationEdges;x.next();)JS(a,x.value.toVertex);for(x=a.network.vertexes.iterator;x.next();)x.value.component=-1;for(var b=y.sourceEdgesArrayAccess,E=b.length,z=0;z<E;z++){var nt=b[z],rt=nt.fromVertex,st=nt.toVertex;nt=a.linkMinLength(nt),rt.layer-st.layer>nt&&Sp(a,rt,0,-1,!0,!1)}for(Sp(a,y,1,-1,!0,!0);y.component!==0;){for(z=0,b=1/0,rt=0,st=null,nt=a.network.vertexes.iterator;nt.next();){var ht=nt.value;if(ht.component===1){var dt=0,vt=!1,Nt=ht.sourceEdgesArrayAccess;E=Nt.length;for(var Wt=0;Wt<E;Wt++){var Ht=Nt[Wt],ne=Ht.fromVertex;dt+=1,ne.component!==1&&(z+=1,ne=ne.layer-ht.layer,Ht=a.linkMinLength(Ht),b=Math.min(b,ne-Ht))}for(Nt=ht.destinationEdgesArrayAccess,E=Nt.length,Wt=0;Wt<E;Wt++)Ht=Nt[Wt].toVertex,--dt,Ht.component!==1?--z:vt=!0;(st===null||dt<rt)&&!vt&&(st=ht,rt=dt)}}if(0<z){for(x.reset();x.next();)E=x.value,E.component===1&&(E.layer+=b);y.component=0}else st.component=0}for(x=a.network.vertexes.iterator;x.next();)x.value.component=-1;for(Sp(a,y,1,-1,!0,!1);y.component!==0;){for(b=0,E=1/0,z=0,rt=null,st=a.network.vertexes.iterator;st.next();)if(nt=st.value,nt.component===1){for(ht=0,dt=!1,Nt=nt.sourceEdgesArrayAccess,vt=Nt.length,Wt=0;Wt<vt;Wt++)Ht=Nt[Wt].fromVertex,ht+=1,Ht.component!==1?b+=1:dt=!0;for(Nt=nt.destinationEdgesArrayAccess,vt=Nt.length,Wt=0;Wt<vt;Wt++)Ht=Nt[Wt],ne=Ht.toVertex,--ht,ne.component!==1&&(--b,ne=nt.layer-ne.layer,Ht=a.linkMinLength(Ht),E=Math.min(E,ne-Ht));(rt===null||ht>z)&&!dt&&(rt=nt,z=ht)}if(0>b){for(x.reset();x.next();)b=x.value,b.component===1&&(b.layer-=E);y.component=0}else rt.component=0}}}function QS(a,y,x){return a.K===90?x&&!y.rev||!x&&y.rev?270:90:a.K===180?x&&!y.rev||!x&&y.rev?0:180:a.K===270?x&&!y.rev||!x&&y.rev?90:270:x&&!y.rev||!x&&y.rev?180:0}dr.prototype.initializeIndices=function(){switch(this.Qk){default:case by: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 k0:for(a=this.network.vertexes.iterator,y=this.Ia;0<=y;y--)for(a.reset();a.next();)x=a.value,x.layer===y&&x.index===-1&&qS(this,x);break;case Cy:for(a=this.network.vertexes.iterator,y=0;y<=this.Ia;y++)for(a.reset();a.next();)x=a.value,x.layer===y&&x.index===-1&&$S(this,x)}};function qS(a,y){var x=y.layer;for(y.index=a.tc[x],a.tc[x]++,y=y.destinationEdgesArrayAccess,x=!0;x;){x=!1;for(var b=0;b<y.length-1;b++){var E=y[b],z=y[b+1];E.portFromColOffset>z.portFromColOffset&&(x=!0,y[b]=z,y[b+1]=E)}}for(x=0;x<y.length;x++)b=y[x],b.valid&&(b=b.toVertex,b.index===-1&&qS(a,b))}function $S(a,y){var x=y.layer;y.index=a.tc[x],a.tc[x]++,y=y.sourceEdgesArrayAccess;for(var b=!0;b;)for(b=!1,x=0;x<y.length-1;x++){var E=y[x],z=y[x+1];E.portToColOffset>z.portToColOffset&&(b=!0,y[x]=z,y[x+1]=E)}for(x=0;x<y.length;x++)b=y[x],b.valid&&(b=b.fromVertex,b.index===-1&&$S(a,b))}dr.prototype.reduceCrossings=function(){var a=this.countCrossings(),y=Us(this),x,b;for(x=0;x<this.bj;x++){for(b=0;b<=this.Ia;b++)P0(this,b,1),Ka(this,b,1);var E=this.countCrossings();for(E<a&&(a=E,y=Us(this)),b=this.Ia;0<=b;b--)P0(this,b,-1),Ka(this,b,-1);E=this.countCrossings(),E<a&&(a=E,y=Us(this))}for(Fa(this,y),x=0;x<this.bj;x++){for(b=0;b<=this.Ia;b++)P0(this,b,0),Ka(this,b,0);for(E=this.countCrossings(),E<a&&(a=E,y=Us(this)),b=this.Ia;0<=b;b--)P0(this,b,0),Ka(this,b,0);E=this.countCrossings(),E<a&&(a=E,y=Us(this))}Fa(this,y);var z,nt,rt;switch(this.rk){case Ay:break;case Ly:for(rt=a+1;(b=this.countCrossings())<rt;)for(rt=b,x=this.Ia;0<=x;x--)for(nt=0;nt<=x;nt++){for(z=!0;z;)for(z=!1,b=x;b>=nt;b--)z=Ka(this,b,-1)||z;for(E=this.countCrossings(),E>=a?Fa(this,y):(a=E,y=Us(this)),z=!0;z;)for(z=!1,b=x;b>=nt;b--)z=Ka(this,b,1)||z;for(E=this.countCrossings(),E>=a?Fa(this,y):(a=E,y=Us(this)),z=!0;z;)for(z=!1,b=nt;b<=x;b++)z=Ka(this,b,1)||z;for(E>=a?Fa(this,y):(a=E,y=Us(this)),z=!0;z;)for(z=!1,b=nt;b<=x;b++)z=Ka(this,b,-1)||z;for(E>=a?Fa(this,y):(a=E,y=Us(this)),z=!0;z;)for(z=!1,b=x;b>=nt;b--)z=Ka(this,b,0)||z;for(E>=a?Fa(this,y):(a=E,y=Us(this)),z=!0;z;)for(z=!1,b=nt;b<=x;b++)z=Ka(this,b,0)||z;E>=a?Fa(this,y):(a=E,y=Us(this))}break;default:case E0:for(x=this.Ia,nt=0,rt=a+1;(b=this.countCrossings())<rt;){for(rt=b,z=!0;z;)for(z=!1,b=x;b>=nt;b--)z=Ka(this,b,-1)||z;for(E=this.countCrossings(),E>=a?Fa(this,y):(a=E,y=Us(this)),z=!0;z;)for(z=!1,b=x;b>=nt;b--)z=Ka(this,b,1)||z;for(E=this.countCrossings(),E>=a?Fa(this,y):(a=E,y=Us(this)),z=!0;z;)for(z=!1,b=nt;b<=x;b++)z=Ka(this,b,1)||z;for(E>=a?Fa(this,y):(a=E,y=Us(this)),z=!0;z;)for(z=!1,b=nt;b<=x;b++)z=Ka(this,b,-1)||z;for(E>=a?Fa(this,y):(a=E,y=Us(this)),z=!0;z;)for(z=!1,b=x;b>=nt;b--)z=Ka(this,b,0)||z;for(E>=a?Fa(this,y):(a=E,y=Us(this)),z=!0;z;)for(z=!1,b=nt;b<=x;b++)z=Ka(this,b,0)||z;E>=a?Fa(this,y):(a=E,y=Us(this))}}Fa(this,y)};function P0(a,y,x){var b=Xh(a,y),E=a.tc[y],z=HS(a,y,x),nt=my(a,y,x);for(x=0;x<E;x++)nt[x]===-1&&(nt[x]=b[x].column),z[x]===-1&&(z[x]=b[x].column);for(var rt=!0,st;rt;)for(rt=!1,x=0;x<E-1;x++)(z[x+1]<z[x]||z[x+1]===z[x]&&nt[x+1]<nt[x])&&(rt=!0,st=z[x],z[x]=z[x+1],z[x+1]=st,st=nt[x],nt[x]=nt[x+1],nt[x+1]=st,st=b[x],b[x]=b[x+1],b[x+1]=st);for(x=z=0;x<E;x++)st=b[x],st.index=x,z+=a.nodeMinColumnSpace(st,!0),st.column=z,z+=1,z+=a.nodeMinColumnSpace(st,!1);Jh(a,y,b)}function Ka(a,y,x){var b=Xh(a,y),E=a.tc[y];x=_S(a,y,x);var z,nt=[];for(z=0;z<E;z++)nt[z]=-1;var rt=[];for(z=0;z<E;z++)rt[z]=-1;for(var st=!1,ht=!0;ht;)for(ht=!1,z=0;z<E-1;z++){var dt=x[b[z].index*E+b[z+1].index],vt=x[b[z+1].index*E+b[z].index],Nt=0,Wt=0,Ht=b[z].column,ne=b[z+1].column,ve=a.nodeMinColumnSpace(b[z],!0),de=a.nodeMinColumnSpace(b[z],!1),Pe=a.nodeMinColumnSpace(b[z+1],!0),be=a.nodeMinColumnSpace(b[z+1],!1);ve=Ht-ve+Pe,de=ne-de+be;var Ee=b[z].sourceEdges.iterator;for(Ee.reset();Ee.next();)if(Pe=Ee.value,be=Pe.fromVertex,Pe.valid&&be.layer===y){for(Pe=0;b[Pe]!==be;)Pe++;Pe<z&&(Nt+=2*(z-Pe),Wt+=2*(z+1-Pe)),Pe===z+1&&(Nt+=1),Pe>z+1&&(Nt+=4*(Pe-z),Wt+=4*(Pe-(z+1)))}for(Ee=b[z].destinationEdges.iterator,Ee.reset();Ee.next();)if(Pe=Ee.value,be=Pe.toVertex,Pe.valid&&be.layer===y){for(Pe=0;b[Pe]!==be;)Pe++;Pe===z+1&&(Wt+=1)}for(Ee=b[z+1].sourceEdges.iterator,Ee.reset();Ee.next();)if(Pe=Ee.value,be=Pe.fromVertex,Pe.valid&&be.layer===y){for(Pe=0;b[Pe]!==be;)Pe++;Pe<z&&(Nt+=2*(z+1-Pe),Wt+=2*(z-Pe)),Pe===z&&(Wt+=1),Pe>z+1&&(Nt+=4*(Pe-(z+1)),Wt+=4*(Pe-z))}for(Ee=b[z+1].destinationEdges.iterator,Ee.reset();Ee.next();)if(Pe=Ee.value,be=Pe.toVertex,Pe.valid&&be.layer===y){for(Pe=0;b[Pe]!==be;)Pe++;Pe===z&&(Nt+=1)}Pe=be=0,Ee=nt[b[z].index];var Be=rt[b[z].index],Ye=nt[b[z+1].index],Ln=rt[b[z+1].index];Ee!==-1&&(be+=Math.abs(Ee-Ht),Pe+=Math.abs(Ee-de)),Be!==-1&&(be+=Math.abs(Be-Ht),Pe+=Math.abs(Be-de)),Ye!==-1&&(be+=Math.abs(Ye-ne),Pe+=Math.abs(Ye-ve)),Ln!==-1&&(be+=Math.abs(Ln-ne),Pe+=Math.abs(Ln-ve)),(Wt<Nt-.5||Wt===Nt&&vt<dt-.5||Wt===Nt&&vt===dt&&Pe<be-.5)&&(ht=st=!0,b[z].column=de,b[z+1].column=ve,dt=b[z],b[z]=b[z+1],b[z+1]=dt)}for(z=0;z<E;z++)b[z].index=z;return Jh(a,y,b),st}dr.prototype.straightenAndPack=function(){if(this.ve===0){var a=(this.bg&1)!==0,y=(this.bg&Zx)!==0;if(1e3<this.network.edges.count&&y&&(a=!1),a){var x=[];for(y=0;y<=this.Ia;y++)x[y]=0;for(var b,E=this.network.vertexes.iterator;E.next();){var z=E.value;y=z.layer,b=z.column,z=this.nodeMinColumnSpace(z,!1),x[y]=Math.max(x[y],b+z)}for(E.reset();E.next();)z=E.value,y=z.layer,b=z.column,z.column=(8*(this.Ra-x[y])>>1)+8*b;this.Ra*=8}if(this.bg&2)for(x=!0;x;){for(x=!1,y=this.Md+1;y<=this.Ia;y++)x=Wf(this,y,1)||x;for(y=this.Md-1;0<=y;y--)x=Wf(this,y,-1)||x;x=Wf(this,this.Md,0)||x}if(this.bg&4){for(y=this.Md+1;y<=this.Ia;y++)Sy(this,y,1);for(y=this.Md-1;0<=y;y--)Sy(this,y,-1);Sy(this,this.Md,0)}if(a&&(tx(this,-1),tx(this,1)),this.bg&2)for(x=!0;x;){for(x=!1,x=Wf(this,this.Md,0)||x,y=this.Md+1;y<=this.Ia;y++)x=Wf(this,y,0)||x;for(y=this.Md-1;0<=y;y--)x=Wf(this,y,0)||x}}else Hx(this)};function Wf(a,y,x){for(var b=!1;Gx(a,y,x);)b=!0;return b}function Gx(a,y,x){var b,E=Xh(a,y),z=a.tc[y],nt=my(a,y,-1);if(0<x)for(b=0;b<z;b++)nt[b]=-1;var rt=my(a,y,1);if(0>x)for(b=0;b<z;b++)rt[b]=-1;for(var st=!1,ht=!0;ht;)for(ht=!1,b=0;b<z;b++){var dt=E[b].column,vt=a.nodeMinColumnSpace(E[b],!0),Nt=a.nodeMinColumnSpace(E[b],!1),Wt=0;0>b-1||dt-E[b-1].column-1>vt+a.nodeMinColumnSpace(E[b-1],!1)?Wt=dt-1:Wt=dt,vt=b+1>=z||E[b+1].column-dt-1>Nt+a.nodeMinColumnSpace(E[b+1],!0)?dt+1:dt;var Ht=Nt=0,ne=0;if(0>=x)for(var ve=E[b].sourceEdges.iterator;ve.next();){var de=ve.value,Pe=de.fromVertex;if(de.valid&&Pe.layer!==y){var be=py(de),Ee=de.portFromColOffset;de=de.portToColOffset,Pe=Pe.column,Nt+=(Math.abs(dt+de-(Pe+Ee))+1)*be,Ht+=(Math.abs(Wt+de-(Pe+Ee))+1)*be,ne+=(Math.abs(vt+de-(Pe+Ee))+1)*be}}if(0<=x)for(ve=E[b].destinationEdges.iterator;ve.next();)de=ve.value,Pe=de.toVertex,de.valid&&Pe.layer!==y&&(be=py(de),Ee=de.portFromColOffset,de=de.portToColOffset,Pe=Pe.column,Nt+=(Math.abs(dt+Ee-(Pe+de))+1)*be,Ht+=(Math.abs(Wt+Ee-(Pe+de))+1)*be,ne+=(Math.abs(vt+Ee-(Pe+de))+1)*be);de=Ee=be=0,ve=nt[E[b].index],Pe=rt[E[b].index],ve!==-1&&(be+=Math.abs(ve-dt),Ee+=Math.abs(ve-Wt),de+=Math.abs(ve-vt)),Pe!==-1&&(be+=Math.abs(Pe-dt),Ee+=Math.abs(Pe-Wt),de+=Math.abs(Pe-vt)),Ht<Nt||Ht===Nt&&Ee<be?(ht=st=!0,E[b].column=Wt):(ne<Nt||ne===Nt&&de<be)&&(ht=st=!0,E[b].column=vt)}return Jh(a,y,E),a.normalize(),st}function Sy(a,y,x){var b=Xh(a,y),E=a.tc[y],z=HS(a,y,x),nt=[];for(x=0;x<E;x++)nt[x]=z[x];for(z=!0;z;)for(z=!1,x=0;x<E;x++){var rt=b[x].column,st=a.nodeMinColumnSpace(b[x],!0),ht=a.nodeMinColumnSpace(b[x],!1),dt=0;if(nt[x]===-1)if(x===0&&x===E-1)dt=rt;else if(x===0){var vt=b[x+1].column;vt-rt===ht+a.nodeMinColumnSpace(b[x+1],!0)?dt=rt-1:dt=rt}else x===E-1?(vt=b[x-1].column,dt=rt-vt===st+a.nodeMinColumnSpace(b[x-1],!1)?rt+1:rt):(vt=b[x-1].column,st=vt+a.nodeMinColumnSpace(b[x-1],!1)+st+1,vt=b[x+1].column,ht=vt-a.nodeMinColumnSpace(b[x+1],!0)-ht-1,dt=(st+ht)/2|0);else x===0&&x===E-1?dt=nt[x]:x===0?(vt=b[x+1].column,ht=vt-a.nodeMinColumnSpace(b[x+1],!0)-ht-1,dt=Math.min(nt[x],ht)):x===E-1?(vt=b[x-1].column,st=vt+a.nodeMinColumnSpace(b[x-1],!1)+st+1,dt=Math.max(nt[x],st)):(vt=b[x-1].column,st=vt+a.nodeMinColumnSpace(b[x-1],!1)+st+1,vt=b[x+1].column,ht=vt-a.nodeMinColumnSpace(b[x+1],!0)-ht-1,st<nt[x]&&nt[x]<ht?dt=nt[x]:st>=nt[x]?dt=st:ht<=nt[x]&&(dt=ht));dt!==rt&&(z=!0,b[x].column=dt)}Jh(a,y,b),a.normalize()}function Ux(a,y){for(var x=!0,b=a.network.vertexes.iterator;b.next();){var E=b.value,z=a.nodeMinColumnSpace(E,!0),nt=a.nodeMinColumnSpace(E,!1);if(E.column-z<=y&&E.column+nt>=y){x=!1;break}}if(a=!1,x)for(b.reset();b.next();)x=b.value,x.column>y&&(--x.column,a=!0);return a}function _x(a,y){var x=y+1,b,E=[],z=[];for(b=0;b<=a.Ia;b++)E[b]=!1,z[b]=!1;for(var nt=a.network.vertexes.iterator;nt.next();){b=nt.value;var rt=b.column-a.nodeMinColumnSpace(b,!0),st=b.column+a.nodeMinColumnSpace(b,!1);rt<=y&&st>=y&&(E[b.layer]=!0),rt<=x&&st>=x&&(z[b.layer]=!0)}for(rt=!0,x=!1,b=0;b<=a.Ia;b++)rt=rt&&!(E[b]&&z[b]);if(rt)for(nt.reset();nt.next();)a=nt.value,a.column>y&&(--a.column,x=!0);return x}function tx(a,y){for(var x=0;x<=a.Ra;x++)for(;Ux(a,x););for(a.normalize(),x=0;x<a.Ra;x++)for(;_x(a,x););a.normalize();var b;if(0<y)for(x=0;x<=a.Ra;x++){var E=Us(a),z=w0(a);for(b=z+1;z<b;){b=z,ex(a,x,1);var nt=w0(a);nt>z?Fa(a,E):nt<z&&(z=nt,E=Us(a))}}if(0>y)for(x=a.Ra;0<=x;x--)for(E=Us(a),z=w0(a),b=z+1;z<b;)b=z,ex(a,x,-1),nt=w0(a),nt>z?Fa(a,E):nt<z&&(z=nt,E=Us(a));a.normalize()}function ex(a,y,x){a.le=0;for(var b=a.network.vertexes.iterator;b.next();)b.value.component=-1;if(0<x)for(b.reset();b.next();){var E=b.value;E.column-a.nodeMinColumnSpace(E,!0)<=y&&(E.component=a.le)}if(0>x)for(b.reset();b.next();)E=b.value,E.column+a.nodeMinColumnSpace(E,!1)>=y&&(E.component=a.le);for(a.le++,b.reset();b.next();)y=b.value,y.component===-1&&(vy(a,y,a.le,-1,!0,!0),a.le++);var z;for(y=[],z=0;z<a.le*a.le;z++)y[z]=!1;for(E=[],z=0;z<(a.Ia+1)*(a.Ra+1);z++)E[z]=-1;for(b.reset();b.next();){z=b.value;for(var nt=z.layer,rt=Math.max(0,z.column-a.nodeMinColumnSpace(z,!0)),st=Math.min(a.Ra,z.column+a.nodeMinColumnSpace(z,!1));rt<=st;rt++)E[nt*(a.Ra+1)+rt]=z.component}for(z=0;z<=a.Ia;z++){if(0<x)for(nt=0;nt<a.Ra;nt++)E[z*(a.Ra+1)+nt]!==-1&&E[z*(a.Ra+1)+nt+1]!==-1&&E[z*(a.Ra+1)+nt]!==E[z*(a.Ra+1)+nt+1]&&(y[E[z*(a.Ra+1)+nt]*a.le+E[z*(a.Ra+1)+nt+1]]=!0);if(0>x)for(nt=a.Ra;0<nt;nt--)E[z*(a.Ra+1)+nt]!==-1&&E[z*(a.Ra+1)+nt-1]!==-1&&E[z*(a.Ra+1)+nt]!==E[z*(a.Ra+1)+nt-1]&&(y[E[z*(a.Ra+1)+nt]*a.le+E[z*(a.Ra+1)+nt-1]]=!0)}for(E=[],z=0;z<a.le;z++)E[z]=!0;for(nt=[],nt.push(0);nt.length!==0;)if(st=nt[nt.length-1],nt.pop(),E[st])for(E[st]=!1,z=0;z<a.le;z++)y[st*a.le+z]&&nt.splice(0,0,z);if(0<x)for(b.reset();b.next();)a=b.value,E[a.component]&&--a.column;if(0>x)for(b.reset();b.next();)x=b.value,E[x.component]&&(x.column+=1)}function Hx(a){for(var y=Vn(),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 gn,Kx(y,x);var z=null,nt=null,rt=null,st=null,ht=(a.ve&1)!==0,dt=(a.ve&2)!==0,vt=(a.ve&4)!==0,Nt=(a.ve&8)!==0;for(ht&&(a.verticalAlignment(y,x,!0),z=C0(a,y,!0,!1)),y.reverse(),vt&&(a.verticalAlignment(y,x,!1),rt=C0(a,y,!1,!1)),b=Wn(y),E=b.next();!E.done;E=b.next())E.value.reverse();Nt&&(a.verticalAlignment(y,x,!1),st=C0(a,y,!1,!0)),y.reverse(),dt&&(a.verticalAlignment(y,x,!0),nt=C0(a,y,!0,!0)),Tn(y),a.u(z,nt,rt,st),a.network.vertexes.each(function(Wt){var Ht=Vn();ht&&Ht.push(z.get(Wt)),dt&&Ht.push(nt.get(Wt)),vt&&Ht.push(rt.get(Wt)),Nt&&Ht.push(st.get(Wt)),Ht.sort(function(ve,de){return ve-de});var ne=Ht.length;ne=(Ht[Math.floor((ne-1)/2)]+Ht[Math.ceil((ne-1)/2)])/2,Tn(Ht),Wt.zc=ne})}function Kx(a,y){for(var x=a.length,b=1;b<x-1;b++)for(var E=0,z=0,nt=a[b],rt=a[b+1],st=0;z<rt.length;st++){var ht=rt[st];t:{if(ht.node===null){var dt=ky(ht);if(0<dt.length){dt=dt[0].node===null;break t}}dt=!1}var vt=dt;if(st===rt.length-1||vt){for(dt=nt.length-1,vt&&(dt=ky(ht)[0].index);z<=st;){if(ht=rt[z],!ht.bo){vt=[];for(var Nt=Wn(ht.sourceEdgesArrayAccess),Wt=Nt.next();!Wt.done;Wt=Nt.next())Wt=Wt.value,Wt.valid&&vt.push(Wt);ht.bo=vt}for(ht=Wn(ht.bo),vt=ht.next();!vt.done;vt=ht.next())vt=vt.value,Nt=vt.fromVertex.index,(Nt<E||Nt>dt)&&y.add(vt);z++}E=dt}}}dr.prototype.verticalAlignment=function(a,y,x){Vx(a),a=Wn(a);for(var b=a.next();!b.done;b=a.next()){var E=-1;b=Wn(b.value);for(var z=b.next();!z.done;z=b.next()){z=z.value;var nt=x?ky(z):Xx(z),rt=nt.length;if(0<rt){nt.sort(function(vt,Nt){return vt.vi-Nt.vi});var st=(rt-1)/2;for(rt=Math.floor(st),st=Math.ceil(st);rt<=st;rt++)if(z.align===z){var ht=nt[rt],dt=void 0;dt=x?M0(ht,z):M0(z,ht),!y.contains(dt)&&E<ht.vi&&(ht.align=z,z.root=ht.root,z.align=ht.root,E=ht.vi)}}}}};function Vx(a){for(var y=0;y<a.length;y++)for(var x=a[y],b=0;b<x.length;b++){var E=x[b];E.root=E,E.align=E,E.Tz=y,E.vi=b}}function C0(a,y,x,b){for(var E=a.K===90||a.K===270,z=Wn(y),nt=z.next();!nt.done;nt=z.next()){var rt=Wn(nt.value);for(nt=rt.next();!nt.done;nt=rt.next())nt=nt.value,nt.sd=nt,nt.shift=1/0,nt.zc=NaN,nt.qg=0}for(nt=a.K===90||a.K===270,z=Wn(y),rt=z.next();!rt.done;rt=z.next()){rt=Wn(rt.value);for(var st=rt.next();!st.done;st=rt.next())if(st=st.value,st.root===st){for(var ht=0,dt=st;dt.align!==st;){var vt=dt.align,Nt=nt?dt.width:dt.height,Wt=nt?vt.width:vt.height;if(x){var Ht=M0(dt,vt),ne=Ht.portFromPos,ve=Ht.portToPos;Ht.link!==null&&(dt.node&&dt.node!==Ht.link.fromNode&&(ne=nt?dt.focusX:dt.focusY),vt.node&&vt.node!==Ht.link.toNode&&(ve=nt?vt.focusX:vt.focusY))}else Ht=M0(vt,dt),ne=Ht.portToPos,ve=Ht.portFromPos,Ht.link!==null&&(dt.node&&dt.node!==Ht.link.toNode&&(ne=nt?dt.focusX:dt.focusY),vt.node&&vt.node!==Ht.link.fromNode&&(ve=nt?vt.focusX:vt.focusY));Nt=b?dt.qg+(Nt-ne)-(Wt-ve):dt.qg+ne-ve,vt.qg=Nt,ht=Math.min(ht,Nt),dt=dt.align}dt=st;do dt.qg=dt.qg-ht,dt=dt.align;while(dt!==st)}}for(x=Wn(y),nt=x.next();!nt.done;nt=x.next())for(z=Wn(nt.value),nt=z.next();!nt.done;nt=z.next())nt=nt.value,nt.root===nt&&nx(a,nt,y);for(x=0;x<y.length;x++)if(!(0>=y[x].length)&&(nt=y[x][0],nt.sd===nt)){nt.sd.shift===1/0&&(nt.sd.shift=0),nt=x,rt=0;do{for(z=y[nt][rt];z.align!==z.root;)z=z.align,nt++,0<z.vi&&(rt=ix(z,y),rt.sd.shift=Math.min(rt.sd.shift,z.sd.shift+z.zc+z.qg-(rt.zc+rt.qg+(E?rt.width:rt.height)+a.columnSpacing)));rt=z.vi+1}while(nt<y.length&&rt<y[nt].length&&z.sd===y[nt][rt].sd)}for(a=new li,y=Wn(y),nt=y.next();!nt.done;nt=y.next())for(x=Wn(nt.value),nt=x.next();!nt.done;nt=x.next())nt=nt.value,nt.zc=nt.zc+nt.sd.shift+nt.qg,z=E?nt.width:nt.height,a.add(nt,b?-nt.zc-z:nt.zc);return a}function nx(a,y,x){if(isNaN(y.zc)){y.zc=0;var b=y;do{if(0<b.vi){var E=ix(b,x),z=E.root;nx(a,z,x),y.sd===y&&(y.sd=z.sd);var nt=a.K===90||a.K===270?E.width:E.height;y.sd===z.sd&&(y.zc=Math.max(y.zc,z.zc+E.qg+nt-b.qg+a.columnSpacing))}b=b.align}while(b!==y);for(;b.align!==y;)b=b.align,b.zc=y.zc,b.sd=y.sd}}function ix(a,y){var x=a.Tz;return a=a.vi,1>a&&Le("Could not determine previous vertex in layer"),y[x][a-1]}dr.prototype.u=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];x=-1;for(var b=Vn(),E=Vn(),z=1/0,nt=0;4>nt;nt++)if(y[nt]){var rt=Yx(this,y[nt],b,E,nt);rt<z&&(x=nt,z=rt)}for(z={},nt=0;4>nt;z={delta:z.delta},nt++)y[nt]&&(z.delta=nt===0||nt===2?b[x]-b[nt]:E[x]-E[nt],z.delta!==0&&y[nt].each(function(st){return function(ht){ht.value+=st.delta}}(z)));Tn(b),Tn(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,nt=-1/0;return y.each(function(rt){var st=rt.key;rt=rt.value,st=a.K===90||a.K===270?st.width:st.height,rt<z&&(z=rt),rt+st>nt&&(nt=rt+st)}),x[E]=z,b[E]=nt,nt-z}dr.prototype.commitLayout=function(){if(this.setsPortSpots)for(var a=b0(this,!0),y=b0(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 b0(a,y){return a.K===270?y?Ds:Qo:a.K===90?y?Qo:Ds:a.K===180?y?Bs:Go:y?Go:Bs}dr.prototype.commitNodes=function(){this.he=[],this.Ld=[],this.Kd=[],this.Ta=[];for(var a=0;a<=this.Ia;a++)this.he[a]=0,this.Ld[a]=0,this.Kd[a]=0,this.Ta[a]=0;for(a=this.network.vertexes.iterator;a.next();){var y=a.value,x=y.layer;this.he[x]=Math.max(this.he[x],this.nodeMinLayerSpace(y,!0)),this.Ld[x]=Math.max(this.Ld[x],this.nodeMinLayerSpace(y,!1))}y=0,x=this.ie;for(var b=0;b<=this.Ia;b++){var E=x;0>=this.he[b]+this.Ld[b]&&(E=0),0<b&&(y+=E/2),this.K===90||this.K===0?(y+=this.Ld[b],this.Kd[b]=y,y+=this.he[b]):(y+=this.he[b],this.Kd[b]=y,y+=this.Ld[b]),b<this.Ia&&(y+=E/2),this.Ta[b]=y}for(x=y,y=this.arrangementOrigin,b=0;b<=this.Ia;b++)this.K===270?this.Kd[b]=y.y+this.Kd[b]:this.K===90?(this.Kd[b]=y.y+x-this.Kd[b],this.Ta[b]=x-this.Ta[b]):this.K===180?this.Kd[b]=y.x+this.Kd[b]:(this.Kd[b]=y.x+x-this.Kd[b],this.Ta[b]=x-this.Ta[b]);x=this.ve!==0,a.reset(),b=this.K===270||this.K===90;for(var z=1/0,nt=E=1/0,rt=-1/0;a.next();){var st=a.value,ht=st.layer,dt=st.column|0;b?(nt=y.x+this.kc*dt,ht=this.Kd[ht]):(nt=this.Kd[ht],ht=y.y+this.kc*dt),st.centerX=nt,st.centerY=ht,x&&isFinite(st.zc)&&(b?st.node?st.x=y.x+st.zc:st.centerX=y.x+st.zc:st.node?st.y=y.y+st.zc:st.centerY=y.y+st.zc),z=Math.min(st.x,z),E=Math.min(st.y,E),b?(nt=z,rt=Math.max(rt,st.bounds.right)):(nt=E,rt=Math.max(rt,st.bounds.bottom))}for(this.xw=rt-nt,z=y.x-z,y=y.y-E,this.Rf=new ye(x&&b?0:z,x&&!b?0:y),a.reset();a.next();)x=a.value,x.x+=z,x.y+=y,x.commit()},dr.prototype.Gu=function(){for(var a=0,y=this.ie,x=0;x<=this.Ia;x++)a+=this.he[x],a+=this.Ld[x];a+=this.Ia*y,y=[],x=this.ve!==0?this.xw:this.kc*this.Ra;for(var b=this.maxLayer;0<=b;b--)this.K===270?b===0?y.push(new en(0,0,x,Math.abs(this.Ta[0]))):y.push(new en(0,this.Ta[b-1],x,Math.abs(this.Ta[b-1]-this.Ta[b]))):this.K===90?b===0?y.push(new en(0,this.Ta[0],x,Math.abs(this.Ta[0]-a))):y.push(new en(0,this.Ta[b],x,Math.abs(this.Ta[b-1]-this.Ta[b]))):this.K===180?b===0?y.push(new en(0,0,Math.abs(this.Ta[0]),x)):y.push(new en(this.Ta[b-1],0,Math.abs(this.Ta[b-1]-this.Ta[b]),x)):b===0?y.push(new en(this.Ta[0],0,Math.abs(this.Ta[0]-a),x)):y.push(new en(this.Ta[b],0,Math.abs(this.Ta[b-1]-this.Ta[b]),x));this.commitLayers(y,this.Rf)},dr.prototype.commitLayers=function(){},dr.prototype.commitLinks=function(){for(var a=this.network.edges.iterator,y;a.next();)y=a.value.link,y!==null&&(y.uh(),y.Fj(),y.zf());for(a.reset();a.next();)y=a.value.link,y!==null&&y.vg();for(a.reset();a.next();){var x=a.value;if(y=x.link,y!==null){y.uh();var b=y,E=b.fromNode,z=b.toNode,nt=b.fromPort,rt=b.toPort;if(E!==null){var st=E.findVisibleNode();st!==null&&st!==E&&(E=st,nt=st.port)}z!==null&&(st=z.findVisibleNode(),st!==null&&st!==z&&(z=st,rt=st.port));var ht=y.computeSpot(!0,nt);st=y.computeSpot(!1,rt);var dt=x.fromVertex,vt=x.toVertex;if(x.valid)y.curve===Sa&&y.pointsCount===4&&(dt.column===vt.column&&this.alignOption===0?(x=y.getLinkPoint(E,nt,ht,!0,!1,z,rt),rt=y.getLinkPoint(z,rt,st,!1,!1,E,nt),x.w()||x.set(E.actualBounds.center),rt.w()||rt.set(z.actualBounds.center),y.Fj(),y.yf(x.x,x.y),y.yf((2*x.x+rt.x)/3,(2*x.y+rt.y)/3),y.yf((x.x+2*rt.x)/3,(x.y+2*rt.y)/3),y.yf(rt.x,rt.y)):(x=b=!1,nt!==null&&ht===Yi&&(b=!0),rt!==null&&st===Yi&&(x=!0),(b||x)&&(st=null,b&&(st=y.getLinkPointFromPoint(E,nt,nt.ga(nr),y.i(3),!0),st.w()||st.set(E.actualBounds.center),y.L(0,st.x,st.y)),E=null,x&&(E=y.getLinkPointFromPoint(z,rt,rt.ga(nr),y.i(0),!1),E.w()||E.set(z.actualBounds.center),y.L(3,E.x,E.y)),st&&(z=y.i(2),y.L(1,(2*st.x+z.x)/3,(2*st.y+z.y)/3)),E&&(z=y.i(1),y.L(2,(2*E.x+z.x)/3,(2*E.y+z.y)/3))))),y.zf();else if(dt.layer===vt.layer)y.zf();else{var Nt=!1,Wt=!1,Ht=this.ie,ne=y.firstPickIndex+1;if(y.isOrthogonal){Wt=!0;var ve=y.pointsCount;4<ve&&y.points.removeRange(2,ve-3)}else if(y.curve===Sa)Nt=!0,ve=y.pointsCount,4<ve&&y.points.removeRange(2,ve-3),ve===4&&(ne=2);else{ve=y.pointsCount;var de=ht===Yi,Pe=st===Yi;2<ve&&de&&Pe?y.points.removeRange(1,ve-2):3<ve&&de&&!Pe?y.points.removeRange(1,ve-3):3<ve&&!de&&Pe?y.points.removeRange(2,ve-2):4<ve&&!de&&!Pe&&y.points.removeRange(2,ve-3)}if(x.rev){for(;vt!==null&&dt!==vt;){var be=ve=null;for(de=vt.sourceEdges.iterator;de.next()&&(Pe=de.value,Pe.link!==x.link||(ve=Pe.fromVertex,be=Pe.toVertex,ve.node!==null)););if(ve===null)break;if(ve!==dt){de=y.i(ne-1).x,Pe=y.i(ne-1).y;var Ee=ve.centerX,Be=ve.centerY;if(Wt)this.K===180||this.K===0?ne===y.firstPickIndex+1?(y.m(ne++,de,Pe),y.m(ne++,de,Be)):(be!==null?be.centerY:Pe)!==Be&&(be=this.Ta[ve.layer-1]+this.Rf.x,y.m(ne++,be,Pe),y.m(ne++,be,Be)):ne===y.firstPickIndex+1?(y.m(ne++,de,Pe),y.m(ne++,Ee,Pe)):(be!==null?be.centerX:de)!==Ee&&(be=this.Ta[ve.layer-1]+this.Rf.y,y.m(ne++,de,be),y.m(ne++,Ee,be));else if(ne===y.firstPickIndex+1){be=Math.max(10,this.he[vt.layer]);var Ye=Math.max(10,this.Ld[vt.layer]);if(Nt)this.K===180?Ee<=vt.bounds.x?(vt=vt.bounds.x,y.m(ne++,vt-be,Be),y.m(ne++,vt,Be),y.m(ne++,vt+Ye,Be)):(y.m(ne++,Ee-be,Be),y.m(ne++,Ee,Be),y.m(ne++,Ee+Ye,Be)):this.K===90?Be>=vt.bounds.bottom?(vt=vt.bounds.y+vt.bounds.height,y.m(ne++,Ee,vt+Ye),y.m(ne++,Ee,vt),y.m(ne++,Ee,vt-be)):(y.m(ne++,Ee,Be+Ye),y.m(ne++,Ee,Be),y.m(ne++,Ee,Be-be)):this.K===270?Be<=vt.bounds.y?(vt=vt.bounds.y,y.m(ne++,Ee,vt-be),y.m(ne++,Ee,vt),y.m(ne++,Ee,vt+Ye)):(y.m(ne++,Ee,Be-be),y.m(ne++,Ee,Be),y.m(ne++,Ee,Be+Ye)):this.K===0&&(Ee>=vt.bounds.right?(vt=vt.bounds.x+vt.bounds.width,y.m(ne++,vt+Ye,Be),y.m(ne++,vt,Be),y.m(ne++,vt-be,Be)):(y.m(ne++,Ee+Ye,Be),y.m(ne++,Ee,Be),y.m(ne++,Ee-be,Be)));else{y.m(ne++,de,Pe);var Ln=0;this.K===180||this.K===0?((this.K===180?Ee>=vt.bounds.right:Ee<=vt.bounds.x)&&(Ln=(this.K===0?-be:Ye)/2),y.m(ne++,de+Ln,Be)):((this.K===270?Be>=vt.bounds.bottom:Be<=vt.bounds.y)&&(Ln=(this.K===90?-be:Ye)/2),y.m(ne++,Ee,Pe+Ln)),y.m(ne++,Ee,Be)}}else be=Math.max(10,this.he[ve.layer]),Ye=Math.max(10,this.Ld[ve.layer]),Nt?this.K===180?(y.m(ne++,Ee-be-Ht,Be),y.m(ne++,Math.min(Ee-be+Ht/2,Ee),Be),y.m(ne++,Ee,Be),y.m(ne++,Ee,Be),y.m(ne++,Math.max(Ee+Ye-Ht/2,Ee),Be),y.m(ne++,Ee+Ye+Ht,Be)):this.K===90?(y.m(ne++,Ee,Be+Ye+Ht),y.m(ne++,Ee,Math.max(Be+Ye-Ht/2,Be)),y.m(ne++,Ee,Be),y.m(ne++,Ee,Be),y.m(ne++,Ee,Math.min(Be-be+Ht/2,Be)),y.m(ne++,Ee,Be-be-Ht)):this.K===270?(y.m(ne++,Ee,Be-be-Ht),y.m(ne++,Ee,Math.min(Be-be+Ht/2,Be)),y.m(ne++,Ee,Be),y.m(ne++,Ee,Be),y.m(ne++,Ee,Math.max(Be+Ye-Ht/2,Be)),y.m(ne++,Ee,Be+Ye+Ht)):(y.m(ne++,Ee+Ye+Ht,Be),y.m(ne++,Math.max(Ee+Ye-Ht/2,Ee),Be),y.m(ne++,Ee,Be),y.m(ne++,Ee,Be),y.m(ne++,Math.min(Ee-be+Ht/2,Ee),Be),y.m(ne++,Ee-be-Ht,Be)):y.m(ne++,Ee,Be)}vt=ve}(rt===null||ht!==Yi||Wt)&&(de=y.i(ne-1).x,Pe=y.i(ne-1).y,Ee=y.i(ne).x,Be=y.i(ne).y,Wt?(Ht=this.Ld[dt.layer],this.K===180||this.K===0?(Wt=Pe,Wt>=dt.bounds.y&&Wt<=dt.bounds.bottom&&(this.K===180?Ee>=dt.bounds.x:Ee<=dt.bounds.right)&&(vt=dt.centerX+(this.K===180?-Ht:Ht),Wt<dt.bounds.y+dt.bounds.height/2?Wt=dt.bounds.y-this.kc/2:Wt=dt.bounds.bottom+this.kc/2,y.m(ne++,vt,Pe),y.m(ne++,vt,Wt)),y.m(ne++,Ee,Wt)):(Wt=de,Wt>=dt.bounds.x&&Wt<=dt.bounds.right&&(this.K===270?Be>=dt.bounds.y:Be<=dt.bounds.bottom)&&(vt=dt.centerY+(this.K===270?-Ht:Ht),Wt<dt.bounds.x+dt.bounds.width/2?Wt=dt.bounds.x-this.kc/2:Wt=dt.bounds.right+this.kc/2,y.m(ne++,de,vt),y.m(ne++,Wt,vt)),y.m(ne++,Wt,Be)),y.m(ne++,Ee,Be)):Nt?(be=Math.max(10,this.he[dt.layer]),Ye=Math.max(10,this.Ld[dt.layer]),this.K===180&&Ee>=dt.bounds.x?(vt=dt.bounds.x+dt.bounds.width,y.L(ne-2,vt,Pe),y.L(ne-1,vt+Ye,Pe)):this.K===90&&Be<=dt.bounds.bottom?(vt=dt.bounds.y,y.L(ne-2,de,vt),y.L(ne-1,de,vt-be)):this.K===270&&Be>=dt.bounds.y?(vt=dt.bounds.y+dt.bounds.height,y.L(ne-2,de,vt),y.L(ne-1,de,vt+Ye)):this.K===0&&Ee<=dt.bounds.right&&(vt=dt.bounds.x,y.L(ne-2,vt,Pe),y.L(ne-1,vt-be,Pe))):(be=Math.max(10,this.he[dt.layer]),Ye=Math.max(10,this.Ld[dt.layer]),Wt=0,this.K===180||this.K===0?((this.K===180?Ee<=dt.bounds.x:Ee>=dt.bounds.right)&&(Wt=(this.K===0?Ye:-be)/2),y.m(ne++,Ee+Wt,Pe)):((this.K===270?Be<=dt.bounds.y:Be>=dt.bounds.bottom)&&(Wt=(this.K===90?Ye:-be)/2),y.m(ne++,de,Be+Wt)),y.m(ne++,Ee,Be)))}else{for(;dt!==null&&dt!==vt;){for(be=ve=null,dt=dt.destinationEdges.iterator;dt.next()&&(de=dt.value,de.link!==x.link||(ve=de.toVertex,be=de.fromVertex,be.node!==null&&(be=null),ve.node!==null)););if(ve===null)break;ve!==vt&&(de=y.i(ne-1).x,Pe=y.i(ne-1).y,Ee=ve.centerX,Be=ve.centerY,Wt?this.K===180||this.K===0?(be!==null?be.centerY:Pe)!==Be&&(be=this.Ta[ve.layer]+this.Rf.x,ne===y.firstPickIndex+1&&(be=this.K===0?Math.max(be,de):Math.min(be,de)),y.m(ne++,be,Pe),y.m(ne++,be,Be)):(be!==null?be.centerX:de)!==Ee&&(be=this.Ta[ve.layer]+this.Rf.y,ne===y.firstPickIndex+1&&(be=this.K===90?Math.max(be,Pe):Math.min(be,Pe)),y.m(ne++,de,be),y.m(ne++,Ee,be)):(be=Math.max(10,this.he[ve.layer]),Ye=Math.max(10,this.Ld[ve.layer]),Nt?this.K===180?(y.m(ne++,Ee+Ye+Ht,Be),y.m(ne++,Math.max(Ee+Ye-Ht/2,Ee),Be),y.m(ne++,Ee,Be),y.m(ne++,Ee,Be),y.m(ne++,Math.min(Ee-be+Ht/2,Ee),Be),y.m(ne++,Ee-be-Ht,Be)):this.K===90?(y.m(ne++,Ee,Be-be-Ht),y.m(ne++,Ee,Math.min(Be-be+Ht/2,Be)),y.m(ne++,Ee,Be),y.m(ne++,Ee,Be),y.m(ne++,Ee,Math.max(Be+Ye-Ht/2,Be)),y.m(ne++,Ee,Be+Ye+Ht)):this.K===270?(y.m(ne++,Ee,Be+Ye+Ht),y.m(ne++,Ee,Math.max(Be+Ye-Ht/2,Be)),y.m(ne++,Ee,Be),y.m(ne++,Ee,Be),y.m(ne++,Ee,Math.min(Be-be+Ht/2,Be)),y.m(ne++,Ee,Be-be-Ht)):(y.m(ne++,Ee-be-Ht,Be),y.m(ne++,Math.min(Ee-be+Ht/2,Ee),Be),y.m(ne++,Ee,Be),y.m(ne++,Ee,Be),y.m(ne++,Math.max(Ee+Ye-Ht/2,Ee),Be),y.m(ne++,Ee+Ye+Ht,Be)):this.K===180?(y.m(ne++,Ee+Ye,Be),y.m(ne++,Ee-be,Be)):this.K===90?(y.m(ne++,Ee,Be-be),y.m(ne++,Ee,Be+Ye)):this.K===270?(y.m(ne++,Ee,Be+Ye),y.m(ne++,Ee,Be-be)):(y.m(ne++,Ee-be,Be),y.m(ne++,Ee+Ye,Be)))),dt=ve}Wt&&(de=y.i(ne-1).x,Pe=y.i(ne-1).y,Ee=y.i(ne).x,Be=y.i(ne).y,this.K===180||this.K===0?Pe!==Be&&(be=this.K===0?Math.min(Math.max((Ee+de)/2,this.Ta[vt.layer]+this.Rf.x),Ee):Math.max(Math.min((Ee+de)/2,this.Ta[vt.layer]+this.Rf.x),Ee),y.m(ne++,be,Pe),y.m(ne++,be,Be)):de!==Ee&&(be=this.K===90?Math.min(Math.max((Be+Pe)/2,this.Ta[vt.layer]+this.Rf.y),Be):Math.max(Math.min((Be+Pe)/2,this.Ta[vt.layer]+this.Rf.y),Be),y.m(ne++,de,be),y.m(ne++,Ee,be)))}b!==null&&Nt&&4<=y.pointsCount&&(nt!==null&&(nt=ht===Yi?y.getLinkPointFromPoint(E,nt,nt.ga(nr),y.i(3),!0):y.i(0),ht===Yi&&(ht=y.i(2),b=y.i(3),this.direction===90||this.direction===270?(y.L(1,(nt.x+ht.x)/2,ht.y),y.L(2,b.x,(ht.y+b.y)/2)):(y.L(1,ht.x,(nt.y+ht.y)/2),y.L(2,(ht.x+b.x)/2,b.y))),nt.w()||nt.set(E.actualBounds.center),y.L(0,nt.x,nt.y)),rt!==null&&(E=st===Yi?y.getLinkPointFromPoint(z,rt,rt.ga(nr),y.i(y.pointsCount-4),!1):y.i(y.pointsCount-1),st===Yi&&(rt=y.i(y.pointsCount-3),st=y.i(y.pointsCount-4),this.direction===90||this.direction===270?(y.L(y.pointsCount-2,(E.x+rt.x)/2,rt.y),y.L(y.pointsCount-2,st.x,(rt.y+st.y)/2)):(y.L(y.pointsCount-2,rt.x,(E.y+rt.y)/2),y.L(y.pointsCount-3,(rt.x+st.x)/2,st.y))),E.w()||E.set(z.actualBounds.center),y.L(y.pointsCount-1,E.x,E.y))),y.zf(),x.commit()}}}this.avoidOrthogonalOverlaps()},dr.prototype.avoidOrthogonalOverlaps=function(){if(!(0>=this.linkSpacing)){for(var a=new fn,y=this.network.edges.iterator;y.next();){var x=y.value.link;x!==null&&x.isOrthogonal&&!a.contains(x)&&a.add(x)}if(0<a.count)if(this.K===90||this.K===270){for(y=0,x=[],a=a.iterator;a.next();){var b=a.value;if(b!==null&&b.isOrthogonal)for(var E=2;E<b.pointsCount-3;E++){var z=b.i(E),nt=b.i(E+1);if(this.B(z.y,nt.y)&&!this.B(z.x,nt.x)){var rt=new Qh;rt.layer=Math.floor(z.y/2);var st=b.i(0),ht=b.i(b.pointsCount-1);if(rt.first=st.x*st.x+st.y,rt.jc=ht.x*ht.x+ht.y,rt.rd=Math.min(z.x,nt.x),rt.Ic=Math.max(z.x,nt.x),rt.index=E,rt.link=b,E+2<b.pointsCount){st=b.i(E-1),ht=b.i(E+2);var dt=0;st.y<z.y?dt=ht.y<z.y?3:z.x<nt.x?2:1:st.y>z.y&&(dt=ht.y>z.y?0:nt.x<z.x?2:1),rt.j=dt}x.push(rt)}}}if(1<x.length)for(x.sort(this.Vx),a=0;a<x.length;){for(z=x[a].layer,b=a+1;b<x.length&&x[b].layer===z;)b++;if(1<b-a)for(z=a;z<b;){for(nt=x[z].Ic,E=a+1;E<b&&x[E].rd<nt;)nt=Math.max(nt,x[E].Ic),E++;if(nt=E-z,1<nt){for(this.zi(x,this.Js,z,z+nt),dt=1,rt=x[z].jc,st=z;st<E;st++)ht=x[st],ht.jc!==rt&&(dt++,rt=ht.jc);this.zi(x,this.Ux,z,z+nt);var vt=1;for(rt=x[z].first,st=z;st<E;st++)ht=x[st],ht.first!==rt&&(vt++,rt=ht.first);for(st=!0,ht=vt,dt<vt?(st=!1,ht=dt,rt=x[z].jc,this.zi(x,this.Js,z,z+nt)):rt=x[z].first,dt=0,vt=z;vt<E;vt++){var Nt=x[vt];(st?Nt.first:Nt.jc)!==rt&&(dt++,rt=st?Nt.first:Nt.jc);var Wt=Nt.link;z=Wt.i(Nt.index),nt=Wt.i(Nt.index+1);var Ht=this.linkSpacing*(dt-(ht-1)/2);y++,Wt.uh(),Wt.L(Nt.index,z.x,z.y+Ht),Wt.L(Nt.index+1,nt.x,nt.y+Ht),Wt.zf()}}z=E}a=b}}else{for(y=0,x=[],a=a.iterator;a.next();)if(b=a.value,b!==null&&b.isOrthogonal)for(E=2;E<b.pointsCount-3;E++)z=b.i(E),nt=b.i(E+1),this.B(z.x,nt.x)&&!this.B(z.y,nt.y)&&(rt=new Qh,rt.layer=Math.floor(z.x/2),st=b.i(0),ht=b.i(b.pointsCount-1),rt.first=st.x+st.y*st.y,rt.jc=ht.x+ht.y*ht.y,rt.rd=Math.min(z.y,nt.y),rt.Ic=Math.max(z.y,nt.y),rt.index=E,rt.link=b,E+2<b.pointsCount&&(st=b.i(E-1),ht=b.i(E+2),dt=0,st.x<z.x?dt=ht.x<z.x?3:z.y<nt.y?2:1:st.x>z.x&&(dt=ht.x>z.x?0:nt.y<z.y?2:1),rt.j=dt),x.push(rt));if(1<x.length)for(x.sort(this.Vx),a=0;a<x.length;){for(z=x[a].layer,b=a+1;b<x.length&&x[b].layer===z;)b++;if(1<b-a)for(z=a;z<b;){for(nt=x[z].Ic,E=a+1;E<b&&x[E].rd<nt;)nt=Math.max(nt,x[E].Ic),E++;if(nt=E-z,1<nt){for(this.zi(x,this.Js,z,z+nt),dt=1,rt=x[z].jc,st=z;st<E;st++)ht=x[st],ht.jc!==rt&&(dt++,rt=ht.jc);for(this.zi(x,this.Ux,z,z+nt),vt=1,rt=x[z].first,st=z;st<E;st++)ht=x[st],ht.first!==rt&&(vt++,rt=ht.first);for(st=!0,ht=vt,dt<vt?(st=!1,ht=dt,rt=x[z].jc,this.zi(x,this.Js,z,z+nt)):rt=x[z].first,dt=0,vt=z;vt<E;vt++)Nt=x[vt],(st?Nt.first:Nt.jc)!==rt&&(dt++,rt=st?Nt.first:Nt.jc),Wt=Nt.link,z=Wt.i(Nt.index),nt=Wt.i(Nt.index+1),Ht=this.linkSpacing*(dt-(ht-1)/2),y++,Wt.uh(),Wt.L(Nt.index,z.x+Ht,z.y),Wt.L(Nt.index+1,nt.x+Ht,nt.y),Wt.zf()}z=E}a=b}}}},Kt=dr.prototype,Kt.Vx=function(a,y){return a instanceof Qh&&y instanceof Qh&&a!==y?a.layer<y.layer?-1:a.layer>y.layer?1:a.rd<y.rd?-1:a.rd>y.rd?1:a.Ic<y.Ic?-1:a.Ic>y.Ic?1:0:0},Kt.Ux=function(a,y){return a instanceof Qh&&y instanceof Qh&&a!==y?a.first<y.first?-1:a.first>y.first||a.j<y.j?1:a.j>y.j||a.rd<y.rd?-1:a.rd>y.rd?1:a.Ic<y.Ic?-1:a.Ic>y.Ic?1:0:0},Kt.Js=function(a,y){return a instanceof Qh&&y instanceof Qh&&a!==y?a.jc<y.jc?-1:a.jc>y.jc||a.j<y.j?1:a.j>y.j||a.rd<y.rd?-1:a.rd>y.rd?1:a.Ic<y.Ic?-1:a.Ic>y.Ic?1:0:0},Kt.B=function(a,y){return a-=y,-1<a&&1>a},Kt.zi=function(a,y,x,b){var E=a.length,z=b-x;if(!(1>=z))if((0>x||x>=E-1)&&Le("not in range 0 <= from < length: "+x),z===2)b=a[x],E=a[x+1],0<y(b,E)&&(a[x]=E,a[x+1]=b);else if(x===0)if(b>=E)a.sort(y);else for(x=a.slice(0,b),x.sort(y),y=0;y<b;y++)a[y]=x[y];else if(b>=E)for(b=a.slice(x),b.sort(y),y=x;y<E;y++)a[y]=b[y-x];else for(E=a.slice(x,b),E.sort(y),y=x;y<b;y++)a[y]=E[y-x]};function Xh(a,y){var x=a.tc[y];if(x>=a.He.length){for(var b=[],E=0;E<a.He.length;E++)b[E]=a.He[E];a.He=b}for(a.He[x]===void 0||a.He[x]===null?b=[]:(b=a.He[x],a.He[x]=null),a=a.fl[y],y=0;y<a.length;y++)x=a[y],b[x.index]=x;return b}function Jh(a,y,x){a.He[a.tc[y]]=x}Ue.Object.defineProperties(dr.prototype,{layerSpacing:{get:function(){return this.ie},set:function(a){this.ie!==a&&0<=a&&(this.ie=a,this.C())}},columnSpacing:{get:function(){return this.kc},set:function(a){this.kc!==a&&0<a&&(this.kc=a,this.C())}},direction:{get:function(){return this.K},set:function(a){this.K!==a&&(a===0||a===90||a===180||a===270?(this.K=a,this.C()):Le("LayeredDigraphLayout.direction must be 0, 90, 180, or 270"))}},cycleRemoveOption:{get:function(){return this.Dk},set:function(a){this.Dk===a||a!==xy&&a!==A0&&a!==xp||(this.Dk=a,this.C())}},layeringOption:{get:function(){return this.Zk},set:function(a){this.Zk===a||a!==L0&&a!==wy&&a!==Py||(this.Zk=a,this.C())}},initializeOption:{get:function(){return this.Qk},set:function(a){this.Qk===a||a!==k0&&a!==Cy&&a!==by||(this.Qk=a,this.C())}},iterations:{get:function(){return this.bj},set:function(a){this.bj!==a&&0<=a&&(this.bj=a,this.C())}},aggressiveOption:{get:function(){return this.rk},set:function(a){this.rk===a||a!==Ay&&a!==E0&&a!==Ly||(this.rk=a,this.C())}},packOption:{get:function(){return this.bg},set:function(a){this.bg!==a&&0<=a&&8>a&&(this.bg=a,this.C())}},alignOption:{get:function(){return this.ve},set:function(a){this.ve!==a&&0<=a&&16>a&&(this.ve=a,this.C())}},setsPortSpots:{get:function(){return this.sf},set:function(a){this.sf!==a&&(this.sf=a,this.C())}},linkSpacing:{get:function(){return this.Cn},set:function(a){this.Cn!==a&&0<=a&&(this.Cn=a,this.C())}},maxLayer:{get:function(){return this.Ia}},maxIndex:{get:function(){return this.Iq}},maxColumn:{get:function(){return this.Ra}},minIndexLayer:{get:function(){return this.Hn}},maxIndexLayer:{get:function(){return this.Md}}});var A0=new sn(dr,"CycleDepthFirst",0),xy=new sn(dr,"CycleGreedy",1),xp=new sn(dr,"CycleFromLayers",2),L0=new sn(dr,"LayerOptimalLinkLength",0),wy=new sn(dr,"LayerLongestPathSink",1),Py=new sn(dr,"LayerLongestPathSource",2),k0=new sn(dr,"InitDepthFirstOut",0),Cy=new sn(dr,"InitDepthFirstIn",1),by=new sn(dr,"InitNaive",2),Ay=new sn(dr,"AggressiveNone",0),E0=new sn(dr,"AggressiveLess",1),Ly=new sn(dr,"AggressiveMore",2),Zx=8;dr.className="LayeredDigraphLayout",dr.CycleDepthFirst=A0,dr.CycleGreedy=xy,dr.CycleFromLayers=xp,dr.LayerOptimalLinkLength=L0,dr.LayerLongestPathSink=wy,dr.LayerLongestPathSource=Py,dr.InitDepthFirstOut=k0,dr.InitDepthFirstIn=Cy,dr.InitNaive=by,dr.AggressiveNone=Ay,dr.AggressiveLess=E0,dr.AggressiveMore=Ly,dr.PackNone=0,dr.PackExpand=1,dr.PackStraighten=2,dr.PackMedian=4,dr.PackAll=15,dr.AlignNone=0,dr.AlignUpperLeft=1,dr.AlignUpperRight=2,dr.AlignLowerLeft=4,dr.AlignLowerRight=8,dr.AlignAll=15;function Qh(){this.index=this.Ic=this.rd=this.jc=this.first=this.layer=0,this.link=null,this.j=0}Qh.className="SegInfo";function Gf(a){Cr.call(this,a)}_e(Gf,Cr),Gf.prototype.createVertex=function(){return new Da(this)},Gf.prototype.createEdge=function(){return new wp(this)},Gf.className="LayeredDigraphNetwork";function Da(a){So.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}_e(Da,So);function rx(a,y){return a.index-y.index}function M0(a,y){if(!a.$n){for(var x=[],b=Wn(a.destinationEdgesArrayAccess),E=b.next();!E.done;E=b.next())E=E.value,E.valid&&x.push(E);a.$n=x}for(a=Wn(a.$n),x=a.next();!x.done;x=a.next())if(x=x.value,x.toVertex===y)return x;Le("Unable to find destination edge to given vertex")}function ky(a){if(!a.co){for(var y=[],x=Wn(a.sourceEdgesArrayAccess),b=x.next();!b.done;b=x.next())b=b.value,b.valid&&y.push(b.fromVertex);y.sort(rx),a.co=y}return a.co}function Xx(a){if(!a.ao){for(var y=[],x=Wn(a.destinationEdgesArrayAccess),b=x.next();!b.done;b=x.next())b=b.value,b.valid&&y.push(b.toVertex);y.sort(rx),a.ao=y}return a.ao}Da.prototype.Cl=function(a){So.prototype.Cl.call(this,a),this.bo=this.co=null},Da.prototype.Kl=function(a){So.prototype.Kl.call(this,a),this.bo=this.co=null},Da.prototype.zl=function(a){So.prototype.zl.call(this,a),this.$n=this.ao=null},Da.prototype.Jl=function(a){So.prototype.Jl.call(this,a),this.$n=this.ao=null},Ue.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 wp(a){oa.call(this,a),this.j=this.ia=this.Ha=!1,this.V=this.u=NaN,this.F=this.o=0}_e(wp,oa),Ue.Object.defineProperties(wp.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)}}}),wp.className="LayeredDigraphEdge";function Ii(a){Dr.call(this),this.Ub=new gn,this.Wn=D0,this.ud=tu,this.vo=O0,this.Bq=jy,this.$v=[],this.td=!0,this.Rb=I0,this.$d=new An(10,10).freeze();var y=new Fd(this);this.W=new Va(y),this.Y=new Va(y),this.ru=[],a&&Object.assign(this,a)}_e(Ii,Dr),Ii.prototype.cloneProtected=function(a){Dr.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)},Ii.prototype.qb=function(a){a.classType===Ii?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:Le("Unknown enum value: "+a):Dr.prototype.qb.call(this,a)},Ii.prototype.createNetwork=function(){return new Fd(this)},Ii.prototype.makeNetwork=function(a){function y(b){if(b instanceof kn)return!b.isLinkLabel&&b.category!=="Comment";if(b instanceof vn){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 Xe?(x.lg(a.nodes,!0,y),x.lg(a.links,!0,y)):a instanceof yi?x.lg(a.memberParts,!1,y):x.lg(a.iterator,!1,y),x},Ii.prototype.doLayout=function(a){this.network===null&&(this.network=this.makeNetwork(a)),this.arrangement!==R0&&(this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin));var y=this.diagram;if(y===null&&a instanceof Xe&&(y=a),this.path===D0&&y!==null?this.ud=y.isTreePathToChildren?tu:Td:this.ud=this.path===D0?tu:this.path,0<this.network.vertexes.count){for(this.network.Ko(),a=this.network.vertexes.iterator;a.next();)y=a.value,y.initialized=!1,y.level=0,y.parent=null,y.children=[];if(0<this.Ub.count){for(a=new gn,y=this.Ub.iterator;y.next();){var x=y.value;x instanceof kn?(x=this.network.ki(x),x!==null&&a.add(x)):x instanceof Va&&a.add(x)}this.Ub=a}for(this.Ub.count===0&&this.findRoots(),a=this.Ub.copy().iterator;a.next();)y=a.value,y.initialized||(y.initialized=!0,Ey(this,y));for(y=this.network.vertexes,a=null;a=Jx(y),0<a.count;)y=ox(this,a),y!==null&&this.Ub.add(y),y.initialized=!0,Ey(this,y),y=a;for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof Va&&ax(this,y);for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof Va&&lx(this,y);for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof Va&&ux(this,y);if(this.Cu(),this.layerStyle===j0){for(a=[],y=this.network.vertexes.iterator;y.next();){x=y.value;var b=x.parent;b===null&&(b=x),b=b.angle===0||b.angle===180;var E=a[x.level];E===void 0&&(E=0),a[x.level]=Math.max(E,b?x.width:x.height)}for(y=0;y<a.length;y++)a[y]===void 0&&(a[y]=0);for(this.$v=a,y=this.network.vertexes.iterator;y.next();)x=y.value,b=x.parent,b===null&&(b=x),b.angle===0||b.angle===180?(b.angle===180&&(x.focusX+=a[x.level]-x.width),x.width=a[x.level]):(b.angle===270&&(x.focusY+=a[x.level]-x.height),x.height=a[x.level])}else if(this.layerStyle===zy)for(a=this.network.vertexes.iterator;a.next();){for(y=a.value,x=y.angle===0||y.angle===180,b=-1,E=0;E<y.children.length;E++){var z=y.children[E];b=Math.max(b,x?z.width:z.height)}if(0<=b)for(E=0;E<y.children.length;E++)z=y.children[E],x?(y.angle===180&&(z.focusX+=b-z.width),z.width=b):(y.angle===270&&(z.focusY+=b-z.height),z.height=b)}for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof Va&&this.layoutTree(y);this.arrangeTrees(),this.updateParts()}this.network=null,this.Ub=new gn,this.isValidLayout=!0};function Jx(a){var y=new gn;for(a=a.iterator;a.next();){var x=a.value;x.initialized||y.add(x)}return y}Ii.prototype.findRoots=function(){for(var a=this.network.vertexes,y=a.iterator;y.next();){var x=y.value;switch(this.ud){case tu:x.sourceEdges.count===0&&this.Ub.add(x);break;case Td:x.destinationEdges.count===0&&this.Ub.add(x);break;default:Le("Unhandled path value "+this.ud.toString())}}this.Ub.count===0&&(a=ox(this,a),a!==null&&this.Ub.add(a))};function ox(a,y){var x=999999,b=null;for(y=y.iterator;y.next();){var E=y.value;switch(a.ud){case tu:E.sourceEdges.count<x&&(x=E.sourceEdges.count,b=E);break;case Td:E.destinationEdges.count<x&&(x=E.destinationEdges.count,b=E);break;default:Le("Unhandled path value "+a.ud.toString())}}return b}function Ey(a,y){if(y!==null){switch(a.ud){case tu:if(0<y.destinationEdges.count){for(var x=new fn,b=y.destinationVertexes;b.next();){var E=b.value;sx(a,y,E)&&x.add(E)}0<x.count&&(y.children=x.Fa())}break;case Td:if(0<y.sourceEdges.count){for(x=new fn,b=y.sourceVertexes;b.next();)E=b.value,sx(a,y,E)&&x.add(E);0<x.count&&(y.children=x.Fa())}break;default:Le("Unhandled path value"+a.ud.toString())}for(x=y.children,b=x.length,E=0;E<b;E++){var z=x[E];z.initialized=!0,z.level=y.level+1,z.parent=y,a.Ub.remove(z)}for(y=0;y<b;y++)Ey(a,x[y])}}function sx(a,y,x){if(x.initialized){if(y===null)var b=!1;else{for(b=y.parent;b!==null&&b!==x;)b=b.parent;b=b===x}if(b||x.level>y.level)return!1;a.removeChild(x.parent,x)}return!0}Ii.prototype.removeChild=function(a,y){if(a!==null&&y!==null){for(var x=a.children,b=0,E=0;E<x.length;E++)x[E]===y&&b++;if(0<b){b=Array(x.length-b);for(var z=E=0;z<x.length;z++)x[z]!==y&&(b[E++]=x[z]);a.children=b}}};function ax(a,y){if(y!==null){a.initializeTreeVertexValues(y),y.alignment===iu&&a.sortTreeVertexChildren(y);for(var x=0,b=y.childrenCount,E=0,z=y.children,nt=z.length,rt=0;rt<nt;rt++){var st=z[rt];ax(a,st),x+=st.descendantCount+1,b=Math.max(b,st.maxChildrenCount),E=Math.max(E,st.maxGenerationCount)}y.descendantCount=x,y.maxChildrenCount=b,y.maxGenerationCount=0<b?E+1:0}}function Qx(a,y){switch(a.vo){default:case O0:return y.parent!==null?y.parent:a.W;case Iy:return y.parent===null?a.W:y.parent.parent===null?a.Y:y.parent;case Oy:return y.parent!==null?y.parent.parent!==null?y.parent.parent:a.Y:a.W;case By:var x=!0;if(y.childrenCount===0)x=!1;else for(var b=y.children,E=b.length,z=0;z<E;z++)if(0<b[z].childrenCount){x=!1;break}return x&&y.parent!==null?a.Y:y.parent!==null?y.parent:a.W}}Ii.prototype.initializeTreeVertexValues=function(a){if(a.copyInheritedPropertiesFrom(Qx(this,a)),a.parent!==null&&a.parent.alignment===iu){for(var y=a.angle,x=a.parent.children,b=0;b<x.length&&a!==x[b];)b++;b%2===0?b!==x.length-1&&(y=y===90?180:y===180?270:y===270?180:270):y=y===90?0:y===180?90:y===270?0:90,a.angle=y}a.initialized=!0};function lx(a,y){if(y!==null){a.assignTreeVertexValues(y),y=y.children;for(var x=y.length,b=0;b<x;b++)lx(a,y[b])}}Ii.prototype.assignTreeVertexValues=function(){};function ux(a,y){if(y!==null){y.alignment!==iu&&a.sortTreeVertexChildren(y),y=y.children;for(var x=y.length,b=0;b<x;b++)ux(a,y[b])}}Ii.prototype.sortTreeVertexChildren=function(a){switch(a.sorting){case Uf:break;case Cp:a.children.reverse();break;case bp:a.children.sort(a.comparer);break;case Ap:a.children.sort(a.comparer),a.children.reverse();break;default:Le("Unhandled sorting value "+a.sorting.toString())}},Ii.prototype.Cu=function(){if(this.comments)for(var a=this.network.vertexes.iterator;a.next();)this.addComments(a.value)},Ii.prototype.addComments=function(a){var y=a.angle,x=a.parent,b=0,E=!1;x!==null&&(b=x.angle,E=x.alignment,E=qh(E)),y=y===90||y===270,b=b===90||b===270,x=a.childrenCount===0;var z=0,nt=0,rt=0,st=a.commentSpacing;if(a.node!==null)for(var ht=a.node.Mu();ht.next();){var dt=ht.value;dt.category==="Comment"&&dt.canLayout()&&(a.comments===null&&(a.comments=[]),a.comments.push(dt),dt.Va(),dt=dt.measuredBounds,y&&!x||!E&&!b&&x||E&&b&&x?(z=Math.max(z,dt.width),nt+=dt.height+Math.abs(rt)):(z+=dt.width+Math.abs(rt),nt=Math.max(nt,dt.height)),rt=st)}a.comments!==null&&(y&&!x||!E&&!b&&x||E&&b&&x?(z+=Math.abs(a.commentMargin),nt=Math.max(0,nt-a.height)):(nt+=Math.abs(a.commentMargin),z=Math.max(0,z-a.width)),E=en.allocAt(0,0,a.bounds.width+z,a.bounds.height+nt),a.bounds=E,en.free(E))};function qh(a){return a===rh||a===iu||a===oh||a===xu}function Pp(a){return a===rh||a===iu}function My(a){var y=a.parent;if(y!==null){var x=y.alignment;if(qh(x)){if(Pp(x)){for(y=y.children,x=0;x<y.length&&a!==y[x];)x++;return x%2===0}if(x===oh)return!0}}return!1}Ii.prototype.layoutComments=function(a){if(a.comments!==null){var y=a.node.measuredBounds,x=a.parent,b=a.angle,E=0,z=!1;x!==null&&(E=x.angle,z=x.alignment,z=qh(z)),b=b===90||b===270,x=E===90||E===270;for(var nt=a.childrenCount===0,rt=My(a),st=0,ht=a.comments,dt=ht.length,vt=ye.alloc(),Nt=0;Nt<dt;Nt++){var Wt=ht[Nt],Ht=Wt.measuredBounds;if(b&&!nt||!z&&!x&&nt||z&&x&&nt){if(135<E&&!z||x&&rt)if(0<=a.commentMargin)for(vt.h(a.bounds.x-a.commentMargin-Ht.width,a.bounds.y+st),Wt.move(vt),Wt=Wt.Sd();Wt.next();){var ne=Wt.value;ne.fromSpot=Bs,ne.toSpot=Go}else for(vt.h(a.bounds.x+2*a.focus.x-a.commentMargin,a.bounds.y+st),Wt.move(vt),Wt=Wt.Sd();Wt.next();)ne=Wt.value,ne.fromSpot=Go,ne.toSpot=Bs;else if(0<=a.commentMargin)for(vt.h(a.bounds.x+2*a.focus.x+a.commentMargin,a.bounds.y+st),Wt.move(vt),Wt=Wt.Sd();Wt.next();)ne=Wt.value,ne.fromSpot=Go,ne.toSpot=Bs;else for(vt.h(a.bounds.x+a.commentMargin-Ht.width,a.bounds.y+st),Wt.move(vt),Wt=Wt.Sd();Wt.next();)ne=Wt.value,ne.fromSpot=Bs,ne.toSpot=Go;st=0<=a.commentSpacing?st+(Ht.height+a.commentSpacing):st+(a.commentSpacing-Ht.height)}else{if(135<E&&!z||!x&&rt)if(0<=a.commentMargin)for(vt.h(a.bounds.x+st,a.bounds.y-a.commentMargin-Ht.height),Wt.move(vt),Wt=Wt.Sd();Wt.next();)ne=Wt.value,ne.fromSpot=Ds,ne.toSpot=Qo;else for(vt.h(a.bounds.x+st,a.bounds.y+2*a.focus.y-a.commentMargin),Wt.move(vt),Wt=Wt.Sd();Wt.next();)ne=Wt.value,ne.fromSpot=Qo,ne.toSpot=Ds;else if(0<=a.commentMargin)for(vt.h(a.bounds.x+st,a.bounds.y+2*a.focus.y+a.commentMargin),Wt.move(vt),Wt=Wt.Sd();Wt.next();)ne=Wt.value,ne.fromSpot=Qo,ne.toSpot=Ds;else for(vt.h(a.bounds.x+st,a.bounds.y+a.commentMargin-Ht.height),Wt.move(vt),Wt=Wt.Sd();Wt.next();)ne=Wt.value,ne.fromSpot=Ds,ne.toSpot=Qo;st=0<=a.commentSpacing?st+(Ht.width+a.commentSpacing):st+(a.commentSpacing-Ht.width)}}if(ye.free(vt),y=st-a.commentSpacing-(b?y.height:y.width),this.ud===tu)for(a=a.destinationEdges;a.next();)E=a.value.link,E===null||E.isAvoiding||(E.fromEndSegmentLength=0<y?y:NaN);else for(a=a.sourceEdges;a.next();)E=a.value.link,E===null||E.isAvoiding||(E.toEndSegmentLength=0<y?y:NaN)}},Ii.prototype.layoutTree=function(a){if(a!==null){for(var y=a.children,x=y.length,b=0;b<x;b++)this.layoutTree(y[b]);switch(a.compaction){case B0:hx(this,a);break;case Lp:if(a.alignment===iu)hx(this,a);else if(a.childrenCount===0)b=a.parent,x=!1,y=0,b!==null&&(y=b.angle,x=b.alignment,x=qh(x)),b=My(a),a.S.h(0,0),a.Da.h(a.width,a.height),a.parent===null||a.comments===null||(y!==180&&y!==270||x)&&!b?a.la.h(0,0):y===180&&!x||(y===90||y===270)&&b?a.la.h(a.width-2*a.focus.x,0):a.la.h(0,a.height-2*a.focus.y),a.Yo=null,a.kp=null;else{var E=ll(a);y=E===90||E===270;var z=0,nt=a.children,rt=nt.length;for(x=0;x<rt;x++)b=nt[x],z=Math.max(z,y?b.Da.width:b.Da.height);var st=a.alignment;b=st===eu;var ht=st===nu,dt=qh(st),vt=Math.max(0,a.breadthLimit);x=this.computeLayerSpacing(a);var Nt=a.nodeSpacing,Wt=this.computeNodeIndent(a),Ht=a.rowSpacing,ne=0;(b||ht||a.hm||a.im&&a.maxGenerationCount===1)&&(ne=Math.max(0,a.rowIndent)),b=a.width;var ve=a.height,de=0,Pe=0,be=0,Ee=null,Be=null,Ye=0,Ln=0,_n=0,jn=0,mn=0,ln=0,mi=0,ci=0;if(dt&&!Pp(st)&&135<E&&nt.reverse(),Pp(st))if(1<rt)for(var rr=0;rr<rt;rr++)rr%2===0&&rr!==rt-1&&(ci=Math.max(ci,y?nt[rr].Da.width:nt[rr].Da.height));else rt===1&&(ci=y?nt[0].Da.width:nt[0].Da.height);if(dt){switch(st){case rh:Pe=135>E?cx(this,a,nt,ci,de,Pe):dx(this,a,nt,ci,de,Pe),ci=Pe.x,de=Pe.width,Pe=Pe.height;break;case oh:for(Ee=0;Ee<rt;Ee++)Be=nt[Ee],vt=Be.Da,be=ln===0?0:Ht,y?(Be.S.h(z-vt.width,jn+be),de=Math.max(de,vt.width),Pe=Math.max(Pe,jn+be+vt.height),jn+=be+vt.height):(Be.S.h(_n+be,z-vt.height),de=Math.max(de,_n+be+vt.width),Pe=Math.max(Pe,vt.height),_n+=be+vt.width),ln++;break;case xu:for(Ee=0;Ee<rt;Ee++)Be=nt[Ee],z=Be.Da,vt=ln===0?0:Ht,y?(Be.S.h(Nt/2+a.focus.x,jn+vt),de=Math.max(de,z.width),Pe=Math.max(Pe,jn+vt+z.height),jn+=vt+z.height):(Be.S.h(_n+vt,Nt/2+a.focus.y),de=Math.max(de,_n+vt+z.width),Pe=Math.max(Pe,z.height),_n+=vt+z.width),ln++}Ee=Ks(this,2),Be=Ks(this,2),y?(Ee[0].h(0,0),Ee[1].h(0,Pe),Be[0].h(de,0)):(Ee[0].h(0,0),Ee[1].h(de,0),Be[0].h(0,Pe)),Be[1].h(de,Pe)}else for(rr=0;rr<rt;rr++){var wr=nt[rr],bo=wr.Da;if(y){0<vt&&0<ln&&_n+Nt+bo.width>vt&&(_n<z&&zc(a,st,z-_n,0,mi,rr-1),mn++,ln=0,mi=rr,be=Pe,_n=0,jn=135<E?-Pe-Ht:Pe+Ht),N0(this,wr,0,jn);var Eo=0;if(ln===0)Ee=wr.Yo,Be=wr.kp,Ye=bo.width,Ln=bo.height,(Ee===null||Be===null||E!==ll(wr))&&(Ee=Ks(this,2),Be=Ks(this,2),Ee[0].h(0,0),Ee[1].h(0,Ln),Be[0].h(Ye,0),Be[1].h(Ye,Ln));else{var cs=Vn();Ln=fx(this,a,wr,Ee,Be,Ye,Ln,cs),Eo=Ln.x,Ee=cs[0],Be=cs[1],Ye=Ln.width,Ln=Ln.height,Tn(cs),_n<bo.width&&0>Eo&&(Md(a,-Eo,0,mi,rr-1),F0(Ee,-Eo,0),F0(Be,-Eo,0),Eo=0)}wr.S.h(Eo,jn),de=Math.max(de,Ye),Pe=Math.max(Pe,be+(mn===0?0:Ht)+bo.height),_n=Ye}else 0<vt&&0<ln&&jn+Nt+bo.height>vt&&(jn<z&&zc(a,st,0,z-jn,mi,rr-1),mn++,ln=0,mi=rr,be=de,jn=0,_n=135<E?-de-Ht:de+Ht),N0(this,wr,_n,0),Eo=0,ln===0?(Ee=wr.Yo,Be=wr.kp,Ye=bo.width,Ln=bo.height,(Ee===null||Be===null||E!==ll(wr))&&(Ee=Ks(this,2),Be=Ks(this,2),Ee[0].h(0,0),Ee[1].h(Ye,0),Be[0].h(0,Ln),Be[1].h(Ye,Ln))):(cs=Vn(),Ln=fx(this,a,wr,Ee,Be,Ye,Ln,cs),Eo=Ln.x,Ee=cs[0],Be=cs[1],Ye=Ln.width,Ln=Ln.height,Tn(cs),jn<bo.height&&0>Eo&&(Md(a,0,-Eo,mi,rr-1),F0(Ee,0,-Eo),F0(Be,0,-Eo),Eo=0)),wr.S.h(_n,Eo),Pe=Math.max(Pe,Ln),de=Math.max(de,be+(mn===0?0:Ht)+bo.width),jn=Ln;ln++}switch(0<mn&&(y?(Pe+=Math.max(0,x),_n<de&&zc(a,st,de-_n,0,mi,rt-1),0<ne&&(ht||Md(a,ne,0,0,rt-1),de+=ne)):(de+=Math.max(0,x),jn<Pe&&zc(a,st,0,Pe-jn,mi,rt-1),0<ne&&(ht||Md(a,0,ne,0,rt-1),Pe+=ne))),ne=ht=0,st){case _f:y?ht+=de/2-a.focus.x-Wt/2:ne+=Pe/2-a.focus.y-Wt/2;break;case Nd:0<mn?y?ht+=de/2-a.focus.x-Wt/2:ne+=Pe/2-a.focus.y-Wt/2:y?(ci=nt[0].S.x+nt[0].la.x,ht+=ci+(nt[rt-1].S.x+nt[rt-1].la.x+2*nt[rt-1].focus.x-ci)/2-a.focus.x-Wt/2):(ci=nt[0].S.y+nt[0].la.y,ne+=ci+(nt[rt-1].S.y+nt[rt-1].la.y+2*nt[rt-1].focus.y-ci)/2-a.focus.y-Wt/2);break;case eu:y?(ht-=Wt,de+=Wt):(ne-=Wt,Pe+=Wt);break;case nu:y?(ht+=de-a.width+Wt,de+=Wt):(ne+=Pe-a.height+Wt,Pe+=Wt);break;case rh:y?1<rt?ht+=ci+Nt/2-a.focus.x:ht+=nt[0].focus.x-a.focus.x+nt[0].la.x:1<rt?ne+=ci+Nt/2-a.focus.y:ne+=nt[0].focus.y-a.focus.y+nt[0].la.y;break;case oh:y?ht+=de+Nt/2-a.focus.x:ne+=Pe+Nt/2-a.focus.y;break;case xu:break;default:Pe=this.customAlignment(a,ht,ne,de,Pe),ht=Pe[0],ne=Pe[1],de=Pe[2],Pe=Pe[3]}for(Wt=0;Wt<rt;Wt++)ci=nt[Wt],y?ci.S.h(ci.S.x+ci.la.x-ht,ci.S.y+(135<E?(dt?-Pe:-ci.Da.height)+ci.la.y-x:ve+x+ci.la.y)):ci.S.h(ci.S.x+(135<E?(dt?-de:-ci.Da.width)+ci.la.x-x:b+x+ci.la.x),ci.S.y+ci.la.y-ne);if(rt=nt=0,dt?y?(de=Ty(a,de,ht),0>ht&&(ht=0),135<E&&(ne+=Pe+x),Pe+=ve+x,st===xu&&(nt+=Nt/2+a.focus.x),rt+=ve+x):(135<E&&(ht+=de+x),de+=b+x,Pe=Ny(a,Pe,ne),0>ne&&(ne=0),st===xu&&(rt+=Nt/2+a.focus.y),nt+=b+x):y?(a.comments===null?b>de&&(de=Fy(st,b-de,0),nt=de.x,rt=de.y,de=b,ht=0):de=Ty(a,de,ht),0>ht&&(nt-=ht,ht=0),135<E&&(ne+=Pe+x),Pe=Math.max(Math.max(Pe,ve),Pe+ve+x),rt+=ve+x):(135<E&&(ht+=de+x),de=Math.max(Math.max(de,b),de+b+x),a.comments===null?ve>Pe&&(Pe=Fy(st,0,ve-Pe),nt=Pe.x,rt=Pe.y,Pe=ve,ne=0):Pe=Ny(a,Pe,ne),0>ne&&(rt-=ne,ne=0),nt+=b+x),0<mn)E=Ks(this,4),mn=Ks(this,4),y?(E[2].h(0,ve+x),E[3].h(E[2].x,Pe),mn[2].h(de,E[2].y),mn[3].h(mn[2].x,E[3].y)):(E[2].h(b+x,0),E[3].h(de,E[2].y),mn[2].h(E[2].x,Pe),mn[3].h(E[3].x,mn[2].y));else{for(E=Ks(this,Ee.length+2),mn=Ks(this,Be.length+2),st=0;st<Ee.length;st++)dt=Ee[st],E[st+2].h(dt.x+nt,dt.y+rt);for(st=0;st<Be.length;st++)dt=Be[st],mn[st+2].h(dt.x+nt,dt.y+rt)}y?(E[0].h(ht,0),E[1].h(E[0].x,ve),E[2].y<E[1].y&&(E[2].x>E[0].x?E[2].assign(E[1]):E[1].assign(E[2])),E[3].y<E[2].y&&(E[3].x>E[0].x?E[3].assign(E[2]):E[2].assign(E[3])),mn[0].h(ht+b,0),mn[1].h(mn[0].x,ve),mn[2].y<mn[1].y&&(mn[2].x<mn[0].x?mn[2].assign(mn[1]):mn[1].assign(mn[2])),mn[3].y<mn[2].y&&(mn[3].x<mn[0].x?mn[3].assign(mn[2]):mn[2].assign(mn[3])),E[2].y-=x/2,mn[2].y-=x/2):(E[0].h(0,ne),E[1].h(b,E[0].y),E[2].x<E[1].x&&(E[2].y>E[0].y?E[2].assign(E[1]):E[1].assign(E[2])),E[3].x<E[2].x&&(E[3].y>E[0].y?E[3].assign(E[2]):E[2].assign(E[3])),mn[0].h(0,ne+ve),mn[1].h(b,mn[0].y),mn[2].x<mn[1].x&&(mn[2].y<mn[0].y?mn[2].assign(mn[1]):mn[1].assign(mn[2])),mn[3].x<mn[2].x&&(mn[3].y<mn[0].y?mn[3].assign(mn[2]):mn[2].assign(mn[3])),E[2].x-=x/2,mn[2].x-=x/2),ml(this,Ee),ml(this,Be),a.Yo=E,a.kp=mn,a.la.h(ht,ne),a.Da.h(de,Pe)}break;default:Le("Unhandled compaction value "+a.compaction.toString())}}};function hx(a,y){if(y.childrenCount===0){var x=!1,b=0;y.parent!==null&&(b=y.parent.angle,x=y.parent.alignment,x=qh(x));var E=My(y);y.S.h(0,0),y.Da.h(y.width,y.height),y.parent===null||y.comments===null||(b!==180&&b!==270||x)&&!E?y.la.h(0,0):b===180&&!x||(b===90||b===270)&&E?y.la.h(y.width-2*y.focus.x,0):y.la.h(0,y.height-2*y.focus.y)}else{b=ll(y),x=b===90||b===270;var z=0;E=y.children;for(var nt=E.length,rt=0;rt<nt;rt++){var st=E[rt];z=Math.max(z,x?st.Da.width:st.Da.height)}var ht=y.alignment,dt=ht===eu,vt=ht===nu;rt=qh(ht);var Nt=Math.max(0,y.breadthLimit);st=a.computeLayerSpacing(y);var Wt=y.nodeSpacing,Ht=a.computeNodeIndent(y),ne=dt||vt?0:Ht/2,ve=y.rowSpacing,de=0;(dt||vt||y.hm||y.im&&y.maxGenerationCount===1)&&(de=Math.max(0,y.rowIndent)),dt=y.width;var Pe=y.height,be=0,Ee=0,Be=0,Ye=0,Ln=0,_n=0,jn=0,mn=0,ln=0,mi=0;if(rt&&!Pp(ht)&&135<b&&E.reverse(),Pp(ht))if(1<nt)for(var ci=0;ci<nt;ci++){var rr=E[ci],wr=rr.Da;ci%2===0&&ci!==nt-1?ln=Math.max(ln,(x?wr.width:wr.height)+a.computeBusNodeSpacing(rr)-Wt):ci%2!==0&&(mi=Math.max(mi,(x?wr.width:wr.height)+a.computeBusNodeSpacing(rr)-Wt))}else nt===1&&(ln=x?E[0].Da.width:E[0].Da.height);if(rt)switch(ht){case rh:case iu:Ee=135>b?cx(a,y,E,ln,be,Ee):dx(a,y,E,ln,be,Ee),ln=Ee.x,be=Ee.width,Ee=Ee.height;break;case oh:for(Nt=0;Nt<nt;Nt++)ne=E[Nt],Be=ne.Da,mi=jn===0?0:ve,x?(ne.S.h(z-Be.width,Ln+mi),be=Math.max(be,Be.width),Ee=Math.max(Ee,Ln+mi+Be.height),Ln+=mi+Be.height):(ne.S.h(Ye+mi,z-Be.height),be=Math.max(be,Ye+mi+Be.width),Ee=Math.max(Ee,Be.height),Ye+=mi+Be.width),jn++;break;case xu:for(z=0;z<nt;z++)Nt=E[z],ne=Nt.Da,Be=jn===0?0:ve,x?(Nt.S.h(Wt/2+y.focus.x,Ln+Be),be=Math.max(be,ne.width),Ee=Math.max(Ee,Ln+Be+ne.height),Ln+=Be+ne.height):(Nt.S.h(Ye+Be,Wt/2+y.focus.y),be=Math.max(be,Ye+Be+ne.width),Ee=Math.max(Ee,ne.height),Ye+=Be+ne.width),jn++}else for(mi=0;mi<nt;mi++)ci=E[mi],rr=ci.Da,x?(0<Nt&&0<jn&&Ye+Wt+rr.width>Nt&&(Ye<z&&zc(y,ht,z-Ye,0,mn,mi-1),_n++,jn=0,mn=mi,Be=Ee,Ye=0,Ln=135<b?-Ee-ve:Ee+ve),wr=jn===0?ne:Wt,N0(a,ci,0,Ln),ci.S.h(Ye+wr,Ln),be=Math.max(be,Ye+wr+rr.width),Ee=Math.max(Ee,Be+(_n===0?0:ve)+rr.height),Ye+=wr+rr.width):(0<Nt&&0<jn&&Ln+Wt+rr.height>Nt&&(Ln<z&&zc(y,ht,0,z-Ln,mn,mi-1),_n++,jn=0,mn=mi,Be=be,Ln=0,Ye=135<b?-be-ve:be+ve),wr=jn===0?ne:Wt,N0(a,ci,Ye,0),ci.S.h(Ye,Ln+wr),Ee=Math.max(Ee,Ln+wr+rr.height),be=Math.max(be,Be+(_n===0?0:ve)+rr.width),Ln+=wr+rr.height),jn++;switch(0<_n&&(x?(Ee+=Math.max(0,st),Ye<be&&zc(y,ht,be-Ye,0,mn,nt-1),0<de&&(vt||Md(y,de,0,0,nt-1),be+=de)):(be+=Math.max(0,st),Ln<Ee&&zc(y,ht,0,Ee-Ln,mn,nt-1),0<de&&(vt||Md(y,0,de,0,nt-1),Ee+=de))),de=vt=0,ht){case _f:x?vt+=be/2-y.focus.x-Ht/2:de+=Ee/2-y.focus.y-Ht/2;break;case Nd:0<_n?x?vt+=be/2-y.focus.x-Ht/2:de+=Ee/2-y.focus.y-Ht/2:x?(a=E[0].S.x+E[0].la.x,vt+=a+(E[nt-1].S.x+E[nt-1].la.x+2*E[nt-1].focus.x-a)/2-y.focus.x-Ht/2):(a=E[0].S.y+E[0].la.y,de+=a+(E[nt-1].S.y+E[nt-1].la.y+2*E[nt-1].focus.y-a)/2-y.focus.y-Ht/2);break;case eu:x?(vt-=Ht,be+=Ht):(de-=Ht,Ee+=Ht);break;case nu:x?(vt+=be-y.width+Ht,be+=Ht):(de+=Ee-y.height+Ht,Ee+=Ht);break;case rh:case iu:x?1<nt?vt+=ln+Wt/2-y.focus.x:vt+=E[0].focus.x-y.focus.x+E[0].la.x:1<nt?de+=ln+Wt/2-y.focus.y:de+=E[0].focus.y-y.focus.y+E[0].la.y;break;case oh:x?vt+=be+Wt/2-y.focus.x:de+=Ee+Wt/2-y.focus.y;break;case xu:break;default:a=a.customAlignment(y,vt,de,be,Ee),vt=a[0],de=a[1],be=a[2],Ee=a[3]}for(a=0;a<nt;a++)Ht=E[a],x?Ht.S.h(Ht.S.x+Ht.la.x-vt,Ht.S.y+(135<b?(rt?-Ee:-Ht.Da.height)+Ht.la.y-st:Pe+st+Ht.la.y)):Ht.S.h(Ht.S.x+(135<b?(rt?-be:-Ht.Da.width)+Ht.la.x-st:dt+st+Ht.la.x),Ht.S.y+Ht.la.y-de);x?(be=Ty(y,be,vt),0>vt&&(vt=0),135<b&&(de+=Ee+st),Ee=Math.max(Math.max(Ee,Pe),Ee+Pe+st)):(135<b&&(vt+=be+st),be=Math.max(Math.max(be,dt),be+dt+st),Ee=Ny(y,Ee,de),0>de&&(de=0)),y.la.h(vt,de),y.Da.h(be,Ee)}}Ii.prototype.customAlignment=function(a,y,x,b,E){return[y,x,b,E]};function cx(a,y,x,b,E,z){var nt=x.length;if(nt===0)return new en(b,0,E,z);if(nt===1)return y=x[0],E=y.Da.width,z=y.Da.height,new en(b,0,E,z);for(var rt=y.nodeSpacing,st=y.rowSpacing,ht=ll(y)===90,dt=0,vt=0,Nt=0,Wt=0;Wt<nt;Wt++)if(!(Wt%2!==0||1<nt&&Wt===nt-1)){var Ht=x[Wt],ne=Ht.Da,ve=dt===0?0:st;if(ht){var de=a.computeBusNodeSpacing(Ht)-rt;Ht.S.h(b-(ne.width+de),Nt+ve),E=Math.max(E,ne.width+de),z=Math.max(z,Nt+ve+ne.height),Nt+=ve+ne.height}else de=a.computeBusNodeSpacing(Ht)-rt,Ht.S.h(vt+ve,b-(ne.height+de)),z=Math.max(z,ne.height+de),E=Math.max(E,vt+ve+ne.width),vt+=ve+ne.width;dt++}for(dt=0,Ht=vt,Wt=Nt,ht?(vt=b+rt,Nt=0):(vt=0,Nt=b+rt),ne=0;ne<nt;ne++)if(ne%2!==0){ve=x[ne],de=ve.Da;var Pe=dt===0?0:st;if(ht){var be=a.computeBusNodeSpacing(ve)-rt;ve.S.h(vt+be,Nt+Pe),E=Math.max(E,vt+de.width+be),z=Math.max(z,Nt+Pe+de.height),Nt+=Pe+de.height}else be=a.computeBusNodeSpacing(ve)-rt,ve.S.h(vt+Pe,Nt+be),E=Math.max(E,vt+Pe+de.width),z=Math.max(z,Nt+de.height+be),vt+=Pe+de.width;dt++}return 1<nt&&nt%2===1&&(x=x[nt-1],nt=x.Da,a=a.computeBusLastRowSpacing(x,ht?Math.max(Math.abs(Wt),Math.abs(Nt)):Math.max(Math.abs(Ht),Math.abs(vt))),ht?(x.S.h(b+rt/2-x.focus.x-x.la.x,z+a),ht=b+rt/2-x.focus.x-x.la.x,E=Math.max(E,ht+nt.width),0>ht&&(E-=ht),z=Math.max(z,Math.max(Wt,Nt)+a+nt.height),0>x.S.x&&(b=T0(y,x.S.x,!1,b,rt))):(x.S.h(E+a,b+rt/2-x.focus.y-x.la.y),E=Math.max(E,Math.max(Ht,vt)+a+nt.width),Nt=b+rt/2-x.focus.y-x.la.y,z=Math.max(z,Nt+nt.height),0>Nt&&(z-=Nt),0>x.S.y&&(b=T0(y,x.S.y,!0,b,rt)))),new en(b,0,E,z)}function dx(a,y,x,b,E,z){var nt=x.length;if(nt===0)return new en(b,0,E,z);if(nt===1)return x=x[0],E=x.Da.width,z=x.Da.height,new en(b,0,E,z);for(var rt=y.nodeSpacing,st=y.rowSpacing,ht=ll(y)===270,dt=0,vt=0,Nt=0,Wt=0;Wt<nt;Wt++)if(!(Wt%2!==0||1<nt&&Wt===nt-1)){var Ht=x[Wt],ne=Ht.Da,ve=dt===0?0:st;if(ht){var de=a.computeBusNodeSpacing(Ht)-rt;Nt-=ve+ne.height,Ht.S.h(b-(ne.width+de),Nt),E=Math.max(E,ne.width+de),z=Math.max(z,Math.abs(Nt))}else de=a.computeBusNodeSpacing(Ht)-rt,vt-=ve+ne.width,Ht.S.h(vt,b-(ne.height+de)),z=Math.max(z,ne.height+de),E=Math.max(E,Math.abs(vt));dt++}for(dt=0,Ht=vt,Wt=Nt,ht?(vt=b+rt,Nt=0):(vt=0,Nt=b+rt),ne=0;ne<nt;ne++)if(ne%2!==0){ve=x[ne],de=ve.Da;var Pe=dt===0?0:st;if(ht){var be=a.computeBusNodeSpacing(ve)-rt;Nt-=Pe+de.height,ve.S.h(vt+be,Nt),E=Math.max(E,vt+de.width+be),z=Math.max(z,Math.abs(Nt))}else be=a.computeBusNodeSpacing(ve)-rt,vt-=Pe+de.width,ve.S.h(vt,Nt+be),z=Math.max(z,Nt+de.height+be),E=Math.max(E,Math.abs(vt));dt++}for(1<nt&&nt%2===1&&(st=x[nt-1],dt=st.Da,a=a.computeBusLastRowSpacing(st,ht?Math.max(Math.abs(Wt),Math.abs(Nt)):Math.max(Math.abs(Ht),Math.abs(vt))),ht?(st.S.h(b+rt/2-st.focus.x-st.la.x,-z-dt.height-a),vt=b+rt/2-st.focus.x-st.la.x,E=Math.max(E,vt+dt.width),0>vt&&(E-=vt),z=Math.max(z,Math.abs(Math.min(Wt,Nt))+a+dt.height),0>st.S.x&&(b=T0(y,st.S.x,!1,b,rt))):(st.S.h(-E-dt.width-a,b+rt/2-st.focus.y-st.la.y),E=Math.max(E,Math.abs(Math.min(Ht,vt))+a+dt.width),Nt=b+rt/2-st.focus.y-st.la.y,z=Math.max(z,Nt+dt.height),0>Nt&&(z-=Nt),0>st.S.y&&(b=T0(y,st.S.y,!0,b,rt)))),y=0;y<nt;y++)rt=x[y],ht?rt.S.h(rt.S.x,rt.S.y+z):rt.S.h(rt.S.x+E,rt.S.y);return new en(b,0,E,z)}Ii.prototype.computeBusNodeSpacing=function(a){return a.parent===null?0:a.parent.nodeSpacing},Ii.prototype.computeBusLastRowSpacing=function(a){return a.parent===null?0:a.parent.rowSpacing};function T0(a,y,x,b,E){a=a.children;for(var z=a.length,nt=0;nt<z;nt++)x?a[nt].S.h(a[nt].S.x,a[nt].S.y-y):a[nt].S.h(a[nt].S.x-y,a[nt].S.y);return y=a[z-1],Math.max(b,x?y.la.y+y.focus.y-E/2:y.la.x+y.focus.x-E/2)}function Ty(a,y,x){switch(a.alignment){case Nd:case _f:return x+a.width>y&&(y=x+a.width),0>x&&(y-=x),y;case eu:return a.width>y?a.width:y;case nu:return 2*a.focus.x>y?a.width:y+a.width-2*a.focus.x;case rh:case iu:return Math.max(a.width,Math.max(y,x+a.width)-Math.min(0,x));case oh:return a.width-a.focus.x+a.nodeSpacing/2+y;case xu:return Math.max(a.width,a.focus.x+a.nodeSpacing/2+y);default:return y}}function Ny(a,y,x){switch(a.alignment){case Nd:case _f:return x+a.height>y&&(y=x+a.height),0>x&&(y-=x),y;case eu:return a.height>y?a.height:y;case nu:return 2*a.focus.y>y?a.height:y+a.height-2*a.focus.y;case rh:case iu:return Math.max(a.height,Math.max(y,x+a.height)-Math.min(0,x));case oh:return a.height-a.focus.y+a.nodeSpacing/2+y;case xu:return Math.max(a.height,a.focus.y+a.nodeSpacing/2+y);default:return y}}function Fy(a,y,x){switch(a){case _f:y/=2,x/=2;break;case Nd:y/=2,x/=2;break;case eu:x=y=0;break;case nu:break;default:Le("Unhandled alignment value "+a.toString())}return new ye(y,x)}function zc(a,y,x,b,E,z){y=Fy(y,x,b),Md(a,y.x,y.y,E,z)}function Md(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 N0(a,y,x,b){var E=y.parent;switch(a.ud){case tu:for(a=y.sourceEdges;a.next();)y=a.value,y.fromVertex===E&&y.relativePoint.h(x,b);break;case Td:for(a=y.destinationEdges;a.next();)y=a.value,y.toVertex===E&&y.relativePoint.h(x,b);break;default:Le("Unhandled path value "+a.ud.toString())}}function F0(a,y,x){for(var b=0;b<a.length;b++){var E=a[b];E.x+=y,E.y+=x}}function fx(a,y,x,b,E,z,nt,rt){var st=ll(y),ht=st===90||st===270,dt=y.nodeSpacing;y=b;var vt=E;b=z;var Nt=nt,Wt=x.Yo,Ht=x.kp;nt=x.Da;var ne=ht?Math.max(Nt,nt.height):Math.max(b,nt.width);if((Wt===null||st!==ll(x))&&(Wt=Ks(a,2),Ht=Ks(a,2),ht?(Wt[0].h(0,0),Wt[1].h(0,nt.height),Ht[0].h(nt.width,0),Ht[1].h(Ht[0].x,Wt[1].y)):(Wt[0].h(0,0),Wt[1].h(nt.width,0),Ht[0].h(0,nt.height),Ht[1].h(Wt[1].x,Ht[0].y))),ht){if(Nt=9999999,!(vt===null||2>vt.length||Wt===null||2>Wt.length))for(E=x=0;x<vt.length&&E<Wt.length;){z=vt[x];var ve=Wt[E];st=ve.x,ht=ve.y,st+=b;var de=z;x+1<vt.length&&(de=vt[x+1]);var Pe=ve;ve=Pe.x,Pe=Pe.y,E+1<Wt.length&&(Pe=Wt[E+1],ve=Pe.x,Pe=Pe.y,ve+=b);var be=Nt;z.y===ht?be=st-z.x:z.y>ht&&z.y<Pe?be=st+(z.y-ht)/(Pe-ht)*(ve-st)-z.x:ht>z.y&&ht<de.y&&(be=st-(z.x+(ht-z.y)/(de.y-z.y)*(de.x-z.x))),be<Nt&&(Nt=be),de.y<=z.y?x++:Pe<=ht?E++:(de.y<=Pe&&x++,Pe<=de.y&&E++)}if(Nt=b-Nt,Nt+=dt,x=Wt,E=Nt,y===null||2>y.length||x===null||2>x.length)b=null;else{for(dt=Ks(a,y.length+x.length),b=z=st=0;z<x.length&&x[z].y<y[0].y;)ht=x[z++],dt[b++].h(ht.x+E,ht.y);for(;st<y.length;)ht=y[st++],dt[b++].h(ht.x,ht.y);for(st=y[y.length-1].y;z<x.length&&x[z].y<=st;)z++;for(;z<x.length&&x[z].y>st;)ht=x[z++],dt[b++].h(ht.x+E,ht.y);for(x=Ks(a,b),st=0;st<b;st++)x[st].assign(dt[st]);ml(a,dt),b=x}if(z=Ht,st=Nt,vt===null||2>vt.length||z===null||2>z.length)E=null;else{for(dt=Ks(a,vt.length+z.length),E=ht=x=0;x<vt.length&&vt[x].y<z[0].y;)de=vt[x++],dt[E++].h(de.x,de.y);for(;ht<z.length;)de=z[ht++],dt[E++].h(de.x+st,de.y);for(z=z[z.length-1].y;x<vt.length&&vt[x].y<=z;)x++;for(;x<vt.length&&vt[x].y>z;)st=vt[x++],dt[E++].h(st.x,st.y);for(z=Ks(a,E),x=0;x<E;x++)z[x].assign(dt[x]);ml(a,dt),E=z}return z=Math.max(0,Nt)+nt.width,nt=ne,ml(a,y),ml(a,Wt),ml(a,vt),ml(a,Ht),rt[0]=b,rt[1]=E,new en(Nt,0,z,nt)}if(b=9999999,!(vt===null||2>vt.length||Wt===null||2>Wt.length))for(E=x=0;x<vt.length&&E<Wt.length;)z=vt[x],ve=Wt[E],st=ve.x,ht=ve.y,ht+=Nt,de=z,x+1<vt.length&&(de=vt[x+1]),Pe=ve,ve=Pe.x,Pe=Pe.y,E+1<Wt.length&&(Pe=Wt[E+1],ve=Pe.x,Pe=Pe.y,Pe+=Nt),be=b,z.x===st?be=ht-z.y:z.x>st&&z.x<ve?be=ht+(z.x-st)/(ve-st)*(Pe-ht)-z.y:st>z.x&&st<de.x&&(be=ht-(z.y+(st-z.x)/(de.x-z.x)*(de.y-z.y))),be<b&&(b=be),de.x<=z.x?x++:ve<=st?E++:(de.x<=ve&&x++,ve<=de.x&&E++);if(Nt-=b,Nt+=dt,x=Wt,E=Nt,y===null||2>y.length||x===null||2>x.length)b=null;else{for(dt=Ks(a,y.length+x.length),b=z=st=0;z<x.length&&x[z].x<y[0].x;)ht=x[z++],dt[b++].h(ht.x,ht.y+E);for(;st<y.length;)ht=y[st++],dt[b++].h(ht.x,ht.y);for(st=y[y.length-1].x;z<x.length&&x[z].x<=st;)z++;for(;z<x.length&&x[z].x>st;)ht=x[z++],dt[b++].h(ht.x,ht.y+E);for(x=Ks(a,b),st=0;st<b;st++)x[st].assign(dt[st]);ml(a,dt),b=x}if(z=Ht,st=Nt,vt===null||2>vt.length||z===null||2>z.length)E=null;else{for(dt=Ks(a,vt.length+z.length),E=ht=x=0;x<vt.length&&vt[x].x<z[0].x;)de=vt[x++],dt[E++].h(de.x,de.y);for(;ht<z.length;)de=z[ht++],dt[E++].h(de.x,de.y+st);for(z=z[z.length-1].x;x<vt.length&&vt[x].x<=z;)x++;for(;x<vt.length&&vt[x].x>z;)st=vt[x++],dt[E++].h(st.x,st.y);for(z=Ks(a,E),x=0;x<E;x++)z[x].assign(dt[x]);ml(a,dt),E=z}return z=ne,nt=Math.max(0,Nt)+nt.height,ml(a,y),ml(a,Wt),ml(a,vt),ml(a,Ht),rt[0]=b,rt[1]=E,new en(Nt,0,z,nt)}function Ks(a,y){if(a=a.ru[y],a!==void 0&&(a=a.pop(),a!==void 0))return a;a=[];for(var x=0;x<y;x++)a[x]=new ye;return a}function ml(a,y){var x=y.length,b=a.ru[x];b===void 0&&(b=[],a.ru[x]=b),b.push(y)}Ii.prototype.arrangeTrees=function(){if(this.Rb===R0)for(var a=this.Ub.iterator;a.next();){var y=a.value;if(y instanceof Va){var x=y.node;if(x!==null){var b=x.position;x=b.x,b=b.y,isFinite(x)||(x=0),isFinite(b)||(b=0),Dy(this,y,x,b)}}}else{for(a=[],y=this.Ub.iterator;y.next();)x=y.value,x instanceof Va&&a.push(x);switch(this.sorting){case Uf:break;case Cp:a.reverse();break;case bp:a.sort(this.comparer);break;case Ap:a.sort(this.comparer),a.reverse();break;default:Le("Unhandled sorting value "+this.sorting.toString())}for(x=this.arrangementOrigin,y=x.x,x=x.y,b=0;b<a.length;b++){var E=a[b];switch(Dy(this,E,y+E.la.x,x+E.la.y),this.Rb){case I0:x+=E.Da.height+this.$d.height;break;case Ry:y+=E.Da.width+this.$d.width;break;default:Le("Unhandled arrangement value "+this.Rb.toString())}}}};function Dy(a,y,x,b){if(y!==null){y.x=x,y.y=b,y=y.children;for(var E=y.length,z=0;z<E;z++){var nt=y[z];Dy(a,nt,x+nt.S.x,b+nt.S.y)}}}Ii.prototype.commitLayout=function(){this.yv(),this.commitNodes(),this.Gu(),this.isRouting&&this.commitLinks()},Ii.prototype.commitNodes=function(){for(var a=this.network.vertexes.iterator;a.next();)a.value.commit();for(a.reset();a.next();)this.layoutComments(a.value)},Ii.prototype.Gu=function(){if(this.layerStyle===j0){for(var a=this.$v,y=[],x=null,b=this.network.vertexes.iterator;b.next();){var E=b.value;x===null?x=E.bounds.copy():x.ed(E.bounds);var z=y[E.level];z===void 0?z=this.computeLayerSpacing(E):z=Math.max(z,this.computeLayerSpacing(E)),y[E.level]=z}for(b=0;b<y.length;b++)y[b]===void 0&&(y[b]=0);if(this.angle===90||this.angle===270?(x.Bc(this.nodeSpacing/2,this.layerSpacing),b=new ye(-this.nodeSpacing/2,-this.layerSpacing/2)):(x.Bc(this.layerSpacing,this.nodeSpacing/2),b=new ye(-this.layerSpacing/2,-this.nodeSpacing/2)),E=[],x=this.angle===90||this.angle===270?x.width:x.height,z=0,this.angle===180||this.angle===270)for(var nt=0;nt<a.length;nt++)z+=a[nt]+y[nt];for(nt=0;nt<a.length;nt++){var rt=a[nt]+y[nt];this.angle===270?(z-=rt,E.push(new en(0,z,x,rt))):this.angle===90?(E.push(new en(0,z,x,rt)),z+=rt):this.angle===180?(z-=rt,E.push(new en(z,0,rt,x))):(E.push(new en(z,0,rt,x)),z+=rt)}this.commitLayers(E,b)}},Ii.prototype.commitLayers=function(){},Ii.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()},Ii.prototype.yv=function(){for(var a=this.Ub.iterator;a.next();){var y=a.value;y instanceof Va&&gx(this,y)}};function gx(a,y){if(y!==null){a.setPortSpots(y),y=y.children;for(var x=y.length,b=0;b<x;b++)gx(a,y[b])}}Ii.prototype.setPortSpots=function(a){var y=a.alignment;if(qh(y)){var x=this.ud===tu,b=ll(a);switch(b){case 0:var E=Go;break;case 90:E=Qo;break;case 180:E=Bs;break;default:E=Ds}var z=a.children,nt=z.length;switch(y){case rh:case iu:for(y=0;y<nt;y++){var rt=z[y];if(rt=(x?rt.sourceEdges:rt.destinationEdges).first(),rt!==null&&(rt=rt.link,rt!==null)){var st=b===90||b===270?Bs:Ds;if(nt===1||y===nt-1&&nt%2===1)switch(b){case 0:st=Bs;break;case 90:st=Ds;break;case 180:st=Go;break;default:st=Qo}else y%2===0&&(st=b===90||b===270?Go:Qo);x?(a.setsPortSpot&&(rt.fromSpot=E),a.setsChildPortSpot&&(rt.toSpot=st)):(a.setsPortSpot&&(rt.fromSpot=st),a.setsChildPortSpot&&(rt.toSpot=E))}}break;case oh:for(b=b===90||b===270?Go:Qo,z=x?a.destinationEdges:a.sourceEdges;z.next();)nt=z.value.link,nt!==null&&(x?(a.setsPortSpot&&(nt.fromSpot=E),a.setsChildPortSpot&&(nt.toSpot=b)):(a.setsPortSpot&&(nt.fromSpot=b),a.setsChildPortSpot&&(nt.toSpot=E)));break;case xu:for(b=b===90||b===270?Bs:Ds,z=x?a.destinationEdges:a.sourceEdges;z.next();)nt=z.value.link,nt!==null&&(x?(a.setsPortSpot&&(nt.fromSpot=E),a.setsChildPortSpot&&(nt.toSpot=b)):(a.setsPortSpot&&(nt.fromSpot=b),a.setsChildPortSpot&&(nt.toSpot=E)))}}else if(x=ll(a),this.ud===tu){for(E=a.destinationEdges;E.next();)if(b=E.value.link,b!==null){if(a.setsPortSpot)if(a.portSpot.Xb())switch(x){case 0:b.fromSpot=Go;break;case 90:b.fromSpot=Qo;break;case 180:b.fromSpot=Bs;break;default:b.fromSpot=Ds}else b.fromSpot=a.portSpot;if(a.setsChildPortSpot)if(a.childPortSpot.Xb())switch(x){case 0:b.toSpot=Bs;break;case 90:b.toSpot=Ds;break;case 180:b.toSpot=Go;break;default:b.toSpot=Qo}else b.toSpot=a.childPortSpot}}else for(E=a.sourceEdges;E.next();)if(b=E.value.link,b!==null){if(a.setsPortSpot)if(a.portSpot.Xb())switch(x){case 0:b.toSpot=Go;break;case 90:b.toSpot=Qo;break;case 180:b.toSpot=Bs;break;default:b.toSpot=Ds}else b.toSpot=a.portSpot;if(a.setsChildPortSpot)if(a.childPortSpot.Xb())switch(x){case 0:b.fromSpot=Bs;break;case 90:b.fromSpot=Ds;break;case 180:b.fromSpot=Go;break;default:b.fromSpot=Qo}else b.fromSpot=a.childPortSpot}};function ll(a){return a=a.angle,45>=a?0:135>=a?90:225>=a?180:315>=a?270:0}Ii.prototype.computeLayerSpacing=function(a){var y=ll(a);y=y===90||y===270;var x=a.layerSpacing;if(0<a.layerSpacingParentOverlap){var b=Math.min(1,a.layerSpacingParentOverlap);x-=y?a.height*b:a.width*b}return x<(y?-a.height:-a.width)&&(x=y?-a.height:-a.width),x},Ii.prototype.computeNodeIndent=function(a){var y=ll(a),x=a.nodeIndent;if(0<a.nodeIndentPastParent){var b=Math.min(1,a.nodeIndentPastParent);x+=y===90||y===270?a.width*b:a.height*b}return x=Math.max(0,x)},Ue.Object.defineProperties(Ii.prototype,{roots:{get:function(){return this.Ub},set:function(a){this.Ub!==a&&(this.Ub=a,this.C())}},path:{get:function(){return this.Wn},set:function(a){this.Wn!==a&&(this.Wn=a,this.C())}},treeStyle:{get:function(){return this.vo},set:function(a){this.Rb===a||a!==O0&&a!==Oy&&a!==By&&a!==Iy||(this.vo=a,this.C())}},layerStyle:{get:function(){return this.Bq},set:function(a){this.Rb===a||a!==jy&&a!==zy&&a!==j0||(this.Bq=a,this.C())}},comments:{get:function(){return this.td},set:function(a){this.td!==a&&(this.td=a,this.C())}},arrangement:{get:function(){return this.Rb},set:function(a){this.Rb===a||a!==I0&&a!==Ry&&a!==R0||(this.Rb=a,this.C())}},arrangementSpacing:{get:function(){return this.$d},set:function(a){this.$d.D(a)||(this.$d.assign(a),this.C())}},rootDefaults:{get:function(){return this.W},set:function(a){this.W!==a&&(this.W=a,this.C())}},alternateDefaults:{get:function(){return this.Y},set:function(a){this.Y!==a&&(this.Y=a,this.C())}},sorting:{get:function(){return this.W.sorting},set:function(a){this.W.sorting===a||a!==Uf&&a!==Cp&&a!==bp&&!Ap||(this.W.sorting=a,this.C())}},comparer:{get:function(){return this.W.comparer},set:function(a){this.W.comparer!==a&&(this.W.comparer=a,this.C())}},angle:{get:function(){return this.W.angle},set:function(a){this.W.angle!==a&&(a===0||a===90||a===180||a===270?(this.W.angle=a,this.C()):Le("TreeLayout.angle must be 0, 90, 180, or 270"))}},alignment:{get:function(){return this.W.alignment},set:function(a){this.W.alignment!==a&&(this.W.alignment=a,this.C())}},nodeIndent:{get:function(){return this.W.nodeIndent},set:function(a){this.W.nodeIndent!==a&&0<=a&&(this.W.nodeIndent=a,this.C())}},nodeIndentPastParent:{get:function(){return this.W.nodeIndentPastParent},set:function(a){this.W.nodeIndentPastParent!==a&&0<=a&&1>=a&&(this.W.nodeIndentPastParent=a,this.C())}},nodeSpacing:{get:function(){return this.W.nodeSpacing},set:function(a){this.W.nodeSpacing!==a&&(this.W.nodeSpacing=a,this.C())}},layerSpacing:{get:function(){return this.W.layerSpacing},set:function(a){this.W.layerSpacing!==a&&(this.W.layerSpacing=a,this.C())}},layerSpacingParentOverlap:{get:function(){return this.W.layerSpacingParentOverlap},set:function(a){this.W.layerSpacingParentOverlap!==a&&0<=a&&1>=a&&(this.W.layerSpacingParentOverlap=a,this.C())}},compaction:{get:function(){return this.W.compaction},set:function(a){this.W.compaction===a||a!==B0&&a!==Lp||(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!==Uf&&a!==Cp&&a!==bp&&!Ap||(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!==Lp||(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 D0=new sn(Ii,"PathDefault",-1),tu=new sn(Ii,"PathDestination",0),Td=new sn(Ii,"PathSource",1),Uf=new sn(Ii,"SortingForwards",10),Cp=new sn(Ii,"SortingReverse",11),bp=new sn(Ii,"SortingAscending",12),Ap=new sn(Ii,"SortingDescending",13),_f=new sn(Ii,"AlignmentCenterSubtrees",20),Nd=new sn(Ii,"AlignmentCenterChildren",21),eu=new sn(Ii,"AlignmentStart",22),nu=new sn(Ii,"AlignmentEnd",23),rh=new sn(Ii,"AlignmentBus",24),iu=new sn(Ii,"AlignmentBusBranching",25),oh=new sn(Ii,"AlignmentTopLeftBus",26),xu=new sn(Ii,"AlignmentBottomRightBus",27),B0=new sn(Ii,"CompactionNone",30),Lp=new sn(Ii,"CompactionBlock",31),O0=new sn(Ii,"StyleLayered",40),By=new sn(Ii,"StyleLastParents",41),Oy=new sn(Ii,"StyleAlternating",42),Iy=new sn(Ii,"StyleRootOnly",43),I0=new sn(Ii,"ArrangementVertical",50),Ry=new sn(Ii,"ArrangementHorizontal",51),R0=new sn(Ii,"ArrangementFixedRoots",52),jy=new sn(Ii,"LayerIndividual",60),zy=new sn(Ii,"LayerSiblings",61),j0=new sn(Ii,"LayerUniform",62);Ii.className="TreeLayout",Ii.PathDefault=D0,Ii.PathDestination=tu,Ii.PathSource=Td,Ii.SortingForwards=Uf,Ii.SortingReverse=Cp,Ii.SortingAscending=bp,Ii.SortingDescending=Ap,Ii.AlignmentCenterSubtrees=_f,Ii.AlignmentCenterChildren=Nd,Ii.AlignmentStart=eu,Ii.AlignmentEnd=nu,Ii.AlignmentBus=rh,Ii.AlignmentBusBranching=iu,Ii.AlignmentTopLeftBus=oh,Ii.AlignmentBottomRightBus=xu,Ii.CompactionNone=B0,Ii.CompactionBlock=Lp,Ii.StyleLayered=O0,Ii.StyleLastParents=By,Ii.StyleAlternating=Oy,Ii.StyleRootOnly=Iy,Ii.ArrangementVertical=I0,Ii.ArrangementHorizontal=Ry,Ii.ArrangementFixedRoots=R0,Ii.LayerIndividual=jy,Ii.LayerSiblings=zy,Ii.LayerUniform=j0;function Fd(a){Cr.call(this,a)}_e(Fd,Cr),Fd.prototype.createVertex=function(){return new Va(this)},Fd.prototype.createEdge=function(){return new Hf(this)},Fd.className="TreeNetwork";function Va(a){So.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 ye(0,0),this.Da=new An(0,0),this.la=new ye(0,0),this.im=this.hm=this.qA=!1,this.kp=this.Yo=null,this.nd=Uf,this.hd=oy,this.Kb=0,this.Jb=Nd,this.Vq=this.Uq=0,this.Wq=20,this.ie=50,this.Aq=0,this.Hp=Lp,this.Ap=0,this.nr=25,this.Gp=this.mr=10,this.Fp=20,this.xr=!0,this.dr=Mo,this.wr=!0,this.Dp=Mo}_e(Va,So),Va.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)},Ue.Object.defineProperties(Va.prototype,{initialized:{get:function(){return this.V},set:function(a){this.V!==a&&(this.V=a)}},parent:{get:function(){return this.hb},set:function(a){this.hb!==a&&(this.hb=a)}},children:{get:function(){return this.u},set:function(a){if(this.u!==a){if(a!==null)for(var y=a.length,x=0;x<y;x++);this.u=a}}},level:{get:function(){return this.ia},set:function(a){this.ia!==a&&(this.ia=a)}},descendantCount:{get:function(){return this.F},set:function(a){this.F!==a&&(this.F=a)}},maxChildrenCount:{get:function(){return this.Ha},set:function(a){this.Ha!==a&&(this.Ha=a)}},maxGenerationCount:{get:function(){return this.nb},set:function(a){this.nb!==a&&(this.nb=a)}},comments:{get:function(){return this.td},set:function(a){if(this.td!==a){if(a!==null)for(var y=a.length,x=0;x<y;x++);this.td=a}}},sorting:{get:function(){return this.nd},set:function(a){this.nd!==a&&(this.nd=a)}},comparer:{get:function(){return this.hd},set:function(a){this.hd!==a&&(this.hd=a)}},angle:{get:function(){return this.Kb},set:function(a){this.Kb!==a&&(this.Kb=a)}},alignment:{get:function(){return this.Jb},set:function(a){this.Jb!==a&&(this.Jb=a)}},nodeIndent:{get:function(){return this.Uq},set:function(a){this.Uq!==a&&(this.Uq=a)}},nodeIndentPastParent:{get:function(){return this.Vq},set:function(a){this.Vq!==a&&(this.Vq=a)}},nodeSpacing:{get:function(){return this.Wq},set:function(a){this.Wq!==a&&(this.Wq=a)}},layerSpacing:{get:function(){return this.ie},set:function(a){this.ie!==a&&(this.ie=a)}},layerSpacingParentOverlap:{get:function(){return this.Aq},set:function(a){this.Aq!==a&&(this.Aq=a)}},compaction:{get:function(){return this.Hp},set:function(a){this.Hp!==a&&(this.Hp=a)}},breadthLimit:{get:function(){return this.Ap},set:function(a){this.Ap!==a&&(this.Ap=a)}},rowSpacing:{get:function(){return this.nr},set:function(a){this.nr!==a&&(this.nr=a)}},rowIndent:{get:function(){return this.mr},set:function(a){this.mr!==a&&(this.mr=a)}},commentSpacing:{get:function(){return this.Gp},set:function(a){this.Gp!==a&&(this.Gp=a)}},commentMargin:{get:function(){return this.Fp},set:function(a){this.Fp!==a&&(this.Fp=a)}},setsPortSpot:{get:function(){return this.xr},set:function(a){this.xr!==a&&(this.xr=a)}},portSpot:{get:function(){return this.dr},set:function(a){this.dr.D(a)||(this.dr=a)}},setsChildPortSpot:{get:function(){return this.wr},set:function(a){this.wr!==a&&(this.wr=a)}},childPortSpot:{get:function(){return this.Dp},set:function(a){this.Dp.D(a)||(this.Dp=a)}},childrenCount:{get:function(){return this.children.length}},relativePosition:{get:function(){return this.S},set:function(a){this.S.set(a)}},subtreeSize:{get:function(){return this.Da},set:function(a){this.Da.set(a)}},subtreeOffset:{get:function(){return this.la},set:function(a){this.la.set(a)}}}),Va.className="TreeVertex";function Hf(a){oa.call(this,a),this.$t=new ye(0,0)}_e(Hf,oa),Hf.prototype.commit=function(){var a=this.link;if(a!==null&&!a.isAvoiding){var y=this.network.layout,x=null,b=null;switch(y.ud){case tu:x=this.fromVertex,b=this.toVertex;break;case Td:x=this.toVertex,b=this.fromVertex;break;default:Le("Unhandled path value "+y.ud.toString())}if(x!==null&&b!==null){var E=this.$t;if(E.x!==0||E.y!==0||x.qA){b=x.bounds;var z=ll(x),nt=y.computeLayerSpacing(x),rt=x.rowSpacing;a.vg();var st=a.curve===Sa,ht=a.isOrthogonal,dt;if(a.uh(),ht||st){for(dt=2;4<a.pointsCount;)a.pv(2);var vt=a.i(1),Nt=a.i(2)}else{for(dt=1;3<a.pointsCount;)a.pv(1);vt=a.i(0),Nt=a.i(a.pointsCount-1)}var Wt=a.i(a.pointsCount-1);z===0?(x.alignment===nu?(z=b.bottom+E.y,E.y===0&&vt.y>Wt.y+x.rowIndent&&(z=Math.min(z,Math.max(vt.y,z-y.computeNodeIndent(x))))):x.alignment===eu?(z=b.top+E.y,E.y===0&&vt.y<Wt.y-x.rowIndent&&(z=Math.max(z,Math.min(vt.y,z+y.computeNodeIndent(x))))):z=x.hm||x.im&&x.maxGenerationCount===1?b.top-x.la.y+E.y:b.y+b.height/2+E.y,st?(a.m(dt,vt.x,z),dt++,a.m(dt,b.right+nt,z),dt++,a.m(dt,b.right+nt+(E.x-rt)/3,z),dt++,a.m(dt,b.right+nt+2*(E.x-rt)/3,z),dt++,a.m(dt,b.right+nt+(E.x-rt),z),dt++,a.m(dt,Nt.x,z)):(ht&&(a.m(dt,b.right+nt/2,vt.y),dt++),a.m(dt,b.right+nt/2,z),dt++,a.m(dt,b.right+nt+E.x-(ht?rt/2:rt),z),dt++,ht&&a.m(dt,a.i(dt-1).x,Nt.y))):z===90?(x.alignment===nu?(z=b.right+E.x,E.x===0&&vt.x>Wt.x+x.rowIndent&&(z=Math.min(z,Math.max(vt.x,z-y.computeNodeIndent(x))))):x.alignment===eu?(z=b.left+E.x,E.x===0&&vt.x<Wt.x-x.rowIndent&&(z=Math.max(z,Math.min(vt.x,z+y.computeNodeIndent(x))))):z=x.hm||x.im&&x.maxGenerationCount===1?b.left-x.la.x+E.x:b.x+b.width/2+E.x,st?(a.m(dt,z,vt.y),dt++,a.m(dt,z,b.bottom+nt),dt++,a.m(dt,z,b.bottom+nt+(E.y-rt)/3),dt++,a.m(dt,z,b.bottom+nt+2*(E.y-rt)/3),dt++,a.m(dt,z,b.bottom+nt+(E.y-rt)),dt++,a.m(dt,z,Nt.y)):(ht&&(a.m(dt,vt.x,b.bottom+nt/2),dt++),a.m(dt,z,b.bottom+nt/2),dt++,a.m(dt,z,b.bottom+nt+E.y-(ht?rt/2:rt)),dt++,ht&&a.m(dt,Nt.x,a.i(dt-1).y))):z===180?(x.alignment===nu?(z=b.bottom+E.y,E.y===0&&vt.y>Wt.y+x.rowIndent&&(z=Math.min(z,Math.max(vt.y,z-y.computeNodeIndent(x))))):x.alignment===eu?(z=b.top+E.y,E.y===0&&vt.y<Wt.y-x.rowIndent&&(z=Math.max(z,Math.min(vt.y,z+y.computeNodeIndent(x))))):z=x.hm||x.im&&x.maxGenerationCount===1?b.top-x.la.y+E.y:b.y+b.height/2+E.y,st?(a.m(dt,vt.x,z),dt++,a.m(dt,b.left-nt,z),dt++,a.m(dt,b.left-nt+(E.x+rt)/3,z),dt++,a.m(dt,b.left-nt+2*(E.x+rt)/3,z),dt++,a.m(dt,b.left-nt+(E.x+rt),z),dt++,a.m(dt,Nt.x,z)):(ht&&(a.m(dt,b.left-nt/2,vt.y),dt++),a.m(dt,b.left-nt/2,z),dt++,a.m(dt,b.left-nt+E.x+(ht?rt/2:rt),z),dt++,ht&&a.m(dt,a.i(dt-1).x,Nt.y))):z===270?(x.alignment===nu?(z=b.right+E.x,E.x===0&&vt.x>Wt.x+x.rowIndent&&(z=Math.min(z,Math.max(vt.x,z-y.computeNodeIndent(x))))):x.alignment===eu?(z=b.left+E.x,E.x===0&&vt.x<Wt.x-x.rowIndent&&(z=Math.max(z,Math.min(vt.x,z+y.computeNodeIndent(x))))):z=x.hm||x.im&&x.maxGenerationCount===1?b.left-x.la.x+E.x:b.x+b.width/2+E.x,st?(a.m(dt,z,vt.y),dt++,a.m(dt,z,b.top-nt),dt++,a.m(dt,z,b.top-nt+(E.y+rt)/3),dt++,a.m(dt,z,b.top-nt+2*(E.y+rt)/3),dt++,a.m(dt,z,b.top-nt+(E.y+rt)),dt++,a.m(dt,z,Nt.y)):(ht&&(a.m(dt,vt.x,b.top-nt/2),dt++),a.m(dt,z,b.top-nt/2),dt++,a.m(dt,z,b.top-nt+E.y+(ht?rt/2:rt)),dt++,ht&&a.m(dt,Nt.x,a.i(dt-1).y))):Le("Invalid angle "+z),a.zf()}else E=b,a=this.link,b=this.network.layout,y=ll(x),y!==ll(E)&&(nt=b.computeLayerSpacing(x),rt=x.bounds,x=E.bounds,y===0&&x.left-rt.right<nt+1||y===90&&x.top-rt.bottom<nt+1||y===180&&rt.left-x.right<nt+1||y===270&&rt.top-x.bottom<nt+1||(a.vg(),x=a.curve===Sa,E=a.isOrthogonal,b=qh(this.fromVertex.alignment),a.uh(),y===0?(y=rt.right+nt/2,x?a.pointsCount===4&&(x=a.i(3).y,a.L(1,y-20,a.i(1).y),a.m(2,y-20,x),a.m(3,y,x),a.m(4,y+20,x),a.L(5,a.i(5).x,x)):E?b?a.L(3,a.i(2).x,a.i(4).y):a.pointsCount===6&&(a.L(2,y,a.i(2).y),a.L(3,y,a.i(3).y)):a.pointsCount===4?a.m(2,y,a.i(2).y):a.pointsCount===3?a.L(1,y,a.i(2).y):a.pointsCount===2&&a.m(1,y,a.i(1).y)):y===90?(y=rt.bottom+nt/2,x?a.pointsCount===4&&(x=a.i(3).x,a.L(1,a.i(1).x,y-20),a.m(2,x,y-20),a.m(3,x,y),a.m(4,x,y+20),a.L(5,x,a.i(5).y)):E?b?a.L(3,a.i(2).x,a.i(4).y):a.pointsCount===6&&(a.L(2,a.i(2).x,y),a.L(3,a.i(3).x,y)):a.pointsCount===4?a.m(2,a.i(2).x,y):a.pointsCount===3?a.L(1,a.i(2).x,y):a.pointsCount===2&&a.m(1,a.i(1).x,y)):y===180?(y=rt.left-nt/2,x?a.pointsCount===4&&(x=a.i(3).y,a.L(1,y+20,a.i(1).y),a.m(2,y+20,x),a.m(3,y,x),a.m(4,y-20,x),a.L(5,a.i(5).x,x)):E?b?a.L(3,a.i(2).x,a.i(4).y):a.pointsCount===6&&(a.L(2,y,a.i(2).y),a.L(3,y,a.i(3).y)):a.pointsCount===4?a.m(2,y,a.i(2).y):a.pointsCount===3?a.L(1,y,a.i(2).y):a.pointsCount===2&&a.m(1,y,a.i(1).y)):y===270&&(y=rt.top-nt/2,x?a.pointsCount===4&&(x=a.i(3).x,a.L(1,a.i(1).x,y+20),a.m(2,x,y+20),a.m(3,x,y),a.m(4,x,y-20),a.L(5,x,a.i(5).y)):E?b?a.L(3,a.i(2).x,a.i(4).y):a.pointsCount===6&&(a.L(2,a.i(2).x,y),a.L(3,a.i(3).x,y)):a.pointsCount===4?a.m(2,a.i(2).x,y):a.pointsCount===3?a.L(1,a.i(2).x,y):a.pointsCount===2&&a.m(1,a.i(1).x,y)),a.zf()))}}},Ue.Object.defineProperties(Hf.prototype,{fromVertex:{get:function(){return this.kd},set:function(a){this.kd!==a&&(this.kd=a)}},toVertex:{get:function(){return this.qd},set:function(a){this.qd!==a&&(this.qd=a)}},relativePoint:{get:function(){return this.$t},set:function(a){this.$t.set(a)}}}),Hf.className="TreeEdge",Br.prototype.initializeStandardTools=function(){this.gb("Action",new za,this.mouseDownTools),this.gb("Relinking",new ga,this.mouseDownTools),this.gb("LinkReshaping",new oo,this.mouseDownTools),this.gb("Rotating",new ys,this.mouseDownTools),this.gb("Resizing",new qo,this.mouseDownTools),this.gb("Linking",new vs,this.mouseMoveTools),this.gb("Dragging",new Wr,this.mouseMoveTools),this.gb("DragSelecting",new Ca,this.mouseMoveTools),this.gb("Panning",new Ho,this.mouseMoveTools),this.gb("ContextMenu",new Ss,this.mouseUpTools),this.gb("TextEditing",new kr,this.mouseUpTools),this.gb("ClickCreating",new zu,this.mouseUpTools),this.gb("ClickSelecting",new Ah,this.mouseUpTools)},Fl("Horizontal",new fm),Fl("Spot",new pm),Fl("Table",new vm),Fl("Viewbox",new xm),Fl("TableRow",new ym),Fl("TableColumn",new Sm),Fl("Graduated",new Ug),Fl("Grid",new Gg),ff.add("GraphLinksModel",ko),ff.add("TreeModel",Na);var z0=dn.go,Wy={get licenseKey(){return Xe.licenseKey},set licenseKey(a){Xe.licenseKey=a},get version(){return Xe.version},Group:yi,EnumValue:sn,List:fn,Set:gn,Map:li,Point:ye,Size:An,Rect:en,Margin:Fi,Spot:Nn,Geometry:Sn,PathFigure:wo,PathSegment:ir,InputEvent:as,DiagramEvent:Tu,ChangedEvent:Rr,Model:Jn,GraphLinksModel:Hi,TreeModel:ks,Binding:ao,Transaction:Lo,UndoManager:zr,CommandHandler:me,Tool:qi,DraggingTool:Wr,DraggingInfo:gu,DraggingOptions:at,LinkingBaseTool:qr,LinkingTool:vs,RelinkingTool:ga,LinkReshapingTool:oo,ResizingTool:qo,RotatingTool:ys,ClickSelectingTool:Ah,ActionTool:za,ClickCreatingTool:zu,HTMLInfo:kl,ContextMenuTool:Ss,DragSelectingTool:Ca,PanningTool:Ho,TextEditingTool:kr,ToolManager:Br,Animation:Ko,AnimationManager:na,AnimationTrigger:tl,Layer:To,Diagram:Xe,Palette:mt,Overview:bt,Brush:lr,GraphObject:Oe,Panel:pn,RowColumnDefinition:po,Shape:ki,TextBlock:Pr,Picture:Ws,Part:$n,Adornment:$i,Node:kn,Link:vn,Placeholder:Cs,Layout:Dr,LayoutNetwork:Cr,LayoutVertex:So,LayoutEdge:oa,GridLayout:Oo,PanelLayout:yo,CircularLayout:Gr,CircularNetwork:zf,CircularVertex:mp,CircularEdge:S0,ForceDirectedLayout:Yo,ForceDirectedNetwork:Ed,ForceDirectedVertex:vp,ForceDirectedEdge:yp,LayeredDigraphLayout:dr,LayeredDigraphNetwork:Gf,LayeredDigraphVertex:Da,LayeredDigraphEdge:wp,TreeLayout:Ii,TreeNetwork:Fd,TreeVertex:Va,TreeEdge:Hf};typeof z0=="object"&&z0.version&&Un("WARNING: a `go` object on the root object is already defined. "+("Debug"in z0?"debug ":"")+"version: "+z0.version+", replaced with version: "+Wy.version),Xe.prototype.go=Wy,dn.go=Wy,typeof bn.exports=="object"&&(bn.exports=typeof ce.g!="undefined"?ce.g.go:self.go)}();var ee=typeof ce.g!="undefined"?ce.g.go:self.go;const wt=typeof ce.g!="undefined"?ce.g.go:self.go,Qt=wt.Group,Vt=wt.EnumValue,Bt=wt.List,zt=wt.Set,Ct=wt.Map,Mt=wt.Point,Rt=wt.Size,St=wt.Rect,kt=wt.Margin,xt=wt.Spot,Dt=wt.Geometry,yt=wt.PathFigure,et=wt.PathSegment,tt=wt.InputEvent,lt=wt.DiagramEvent,ot=wt.ChangedEvent,ut=wt.Model,ct=wt.GraphLinksModel,ft=wt.TreeModel,gt=wt.Binding,Lt=wt.Transaction,It=wt.UndoManager,Ut=wt.CommandHandler,Ft=wt.Tool,qt=wt.DraggingTool,te=wt.DraggingInfo,Xt=wt.LinkingBaseTool,he=wt.LinkingTool,fe=wt.RelinkingTool,Ce=wt.LinkReshapingTool,Fe=wt.ResizingTool,ze=wt.RotatingTool,we=wt.ClickSelectingTool,De=wt.ActionTool,pe=wt.ClickCreatingTool,Jt=wt.HTMLInfo,re=wt.ContextMenuTool,se=wt.DragSelectingTool,ge=wt.PanningTool,ue=wt.TextEditingTool,je=wt.ToolManager,Ne=wt.Animation,qe=wt.AnimationManager,ke=wt.AnimationTrigger,He=wt.Layer,Ae=wt.Diagram,Ie=wt.Palette,Ge=wt.Overview,ie=wt.Brush,Et=wt.GraphObject,At=wt.Panel,Yt=wt.RowColumnDefinition,oe=wt.Shape,_t=wt.TextBlock,Ot=wt.TextBlockMetrics,Pt=wt.Picture,Tt=wt.Part,$t=wt.Adornment,jt=wt.Node,Gt=wt.Link,ae=wt.Placeholder,xe=wt.Layout,Ke=wt.LayoutNetwork,We=wt.LayoutVertex,Me=wt.LayoutEdge,Je=wt.GridLayout,un=wt.PanelLayout,on=wt.CircularLayout,$e=wt.CircularNetwork,En=wt.CircularVertex,yn=wt.CircularEdge,xn=wt.ForceDirectedLayout,Fn=wt.ForceDirectedNetwork,ii=wt.ForceDirectedVertex,Mn=wt.ForceDirectedEdge,oi=wt.LayeredDigraphLayout,vi=wt.LayeredDigraphNetwork,Ci=wt.LayeredDigraphVertex,Ki=wt.LayeredDigraphEdge,zi=wt.TreeLayout,Wi=wt.TreeNetwork,Bi=wt.TreeVertex,Si=wt.TreeEdge,ji=wt.version},2859:function(bn,Hn,ce){"use strict";ce.d(Hn,{hP:function(){return Ge}});var ee=function(ie,Et){return(ee=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(At,Yt){At.__proto__=Yt}||function(At,Yt){for(var oe in Yt)Object.prototype.hasOwnProperty.call(Yt,oe)&&(At[oe]=Yt[oe])})(ie,Et)};function wt(ie,Et){function At(){this.constructor=ie}ee(ie,Et),ie.prototype=Et===null?Object.create(Et):(At.prototype=Et.prototype,new At)}function Qt(ie,Et,At,Yt){return new(At||(At=Promise))(function(oe,_t){function Ot($t){try{Tt(Yt.next($t))}catch(jt){_t(jt)}}function Pt($t){try{Tt(Yt.throw($t))}catch(jt){_t(jt)}}function Tt($t){var jt;$t.done?oe($t.value):(jt=$t.value,jt instanceof At?jt:new At(function(Gt){Gt(jt)})).then(Ot,Pt)}Tt((Yt=Yt.apply(ie,Et||[])).next())})}function Vt(ie,Et){var At,Yt,oe,_t,Ot={label:0,sent:function(){if(1&oe[0])throw oe[1];return oe[1]},trys:[],ops:[]};return _t={next:Pt(0),throw:Pt(1),return:Pt(2)},typeof Symbol=="function"&&(_t[Symbol.iterator]=function(){return this}),_t;function Pt(Tt){return function($t){return function(jt){if(At)throw new TypeError("Generator is already executing.");for(;Ot;)try{if(At=1,Yt&&(oe=2&jt[0]?Yt.return:jt[0]?Yt.throw||((oe=Yt.return)&&oe.call(Yt),0):Yt.next)&&!(oe=oe.call(Yt,jt[1])).done)return oe;switch(Yt=0,oe&&(jt=[2&jt[0],oe.value]),jt[0]){case 0:case 1:oe=jt;break;case 4:return Ot.label++,{value:jt[1],done:!1};case 5:Ot.label++,Yt=jt[1],jt=[0];continue;case 7:jt=Ot.ops.pop(),Ot.trys.pop();continue;default:if(oe=Ot.trys,!((oe=oe.length>0&&oe[oe.length-1])||jt[0]!==6&&jt[0]!==2)){Ot=0;continue}if(jt[0]===3&&(!oe||jt[1]>oe[0]&&jt[1]<oe[3])){Ot.label=jt[1];break}if(jt[0]===6&&Ot.label<oe[1]){Ot.label=oe[1],oe=jt;break}if(oe&&Ot.label<oe[2]){Ot.label=oe[2],Ot.ops.push(jt);break}oe[2]&&Ot.ops.pop(),Ot.trys.pop();continue}jt=Et.call(ie,Ot)}catch(Gt){jt=[6,Gt],Yt=0}finally{At=oe=0}if(5&jt[0])throw jt[1];return{value:jt[0]?jt[1]:void 0,done:!0}}([Tt,$t])}}}function Bt(){for(var ie=0,Et=0,At=arguments.length;Et<At;Et++)ie+=arguments[Et].length;var Yt=Array(ie),oe=0;for(Et=0;Et<At;Et++)for(var _t=arguments[Et],Ot=0,Pt=_t.length;Ot<Pt;Ot++,oe++)Yt[oe]=_t[Ot];return Yt}var zt=function(){function ie(){}return ie.createDefs=function(){return document.createElementNS("http://www.w3.org/2000/svg","defs")},ie.setAttributes=function(Et,At){for(var Yt=0,oe=At;Yt<oe.length;Yt++){var _t=oe[Yt],Ot=_t[0],Pt=_t[1];Et.setAttribute(Ot,Pt)}},ie.createRect=function(Et,At,Yt){var oe=document.createElementNS("http://www.w3.org/2000/svg","rect");return oe.setAttribute("width",Et.toString()),oe.setAttribute("height",At.toString()),Yt&&ie.setAttributes(oe,Yt),oe},ie.createLine=function(Et,At,Yt,oe,_t){var Ot=document.createElementNS("http://www.w3.org/2000/svg","line");return Ot.setAttribute("x1",Et.toString()),Ot.setAttribute("y1",At.toString()),Ot.setAttribute("x2",Yt.toString()),Ot.setAttribute("y2",oe.toString()),_t&&ie.setAttributes(Ot,_t),Ot},ie.createPolygon=function(Et,At){var Yt=document.createElementNS("http://www.w3.org/2000/svg","polygon");return Yt.setAttribute("points",Et),At&&ie.setAttributes(Yt,At),Yt},ie.createCircle=function(Et,At){var Yt=document.createElementNS("http://www.w3.org/2000/svg","circle");return Yt.setAttribute("cx",(Et/2).toString()),Yt.setAttribute("cy",(Et/2).toString()),Yt.setAttribute("r",Et.toString()),At&&ie.setAttributes(Yt,At),Yt},ie.createEllipse=function(Et,At,Yt){var oe=document.createElementNS("http://www.w3.org/2000/svg","ellipse");return oe.setAttribute("cx",(Et/2).toString()),oe.setAttribute("cy",(At/2).toString()),oe.setAttribute("rx",(Et/2).toString()),oe.setAttribute("ry",(At/2).toString()),Yt&&ie.setAttributes(oe,Yt),oe},ie.createGroup=function(Et){var At=document.createElementNS("http://www.w3.org/2000/svg","g");return Et&&ie.setAttributes(At,Et),At},ie.createTransform=function(){return document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGTransform()},ie.createMarker=function(Et,At,Yt,oe,_t,Ot,Pt){var Tt=document.createElementNS("http://www.w3.org/2000/svg","marker");return ie.setAttributes(Tt,[["id",Et],["orient",At],["markerWidth",Yt.toString()],["markerHeight",oe.toString()],["refX",_t.toString()],["refY",Ot.toString()]]),Tt.appendChild(Pt),Tt},ie.createText=function(Et){var At=document.createElementNS("http://www.w3.org/2000/svg","text");return At.setAttribute("x","0"),At.setAttribute("y","0"),Et&&ie.setAttributes(At,Et),At},ie.createTSpan=function(Et,At){var Yt=document.createElementNS("http://www.w3.org/2000/svg","tspan");return Yt.textContent=Et,At&&ie.setAttributes(Yt,At),Yt},ie.createImage=function(Et){var At=document.createElementNS("http://www.w3.org/2000/svg","image");return Et&&ie.setAttributes(At,Et),At},ie.createPoint=function(Et,At){var Yt=document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGPoint();return Yt.x=Et,Yt.y=At,Yt},ie.createPath=function(Et,At){var Yt=document.createElementNS("http://www.w3.org/2000/svg","path");return Yt.setAttribute("d",Et),At&&ie.setAttributes(Yt,At),Yt},ie}(),Ct=function(){function ie(){}return ie.addKey=function(Et){ie.key=Et},Object.defineProperty(ie,"isLicensed",{get:function(){return!!ie.key&&new RegExp(/^MJS2-[A-Z][0-9]{3}-[A-Z][0-9]{3}-[0-9]{4}$/,"i").test(ie.key)},enumerable:!1,configurable:!0}),ie}(),Mt=function(){function ie(){this.naturalSize=!1,this.imageType="image/png",this.markersOnly=!1}return ie.prototype.rasterize=function(Et,At,Yt){var oe=this;return new Promise(function(_t){var Ot=Yt!==void 0?Yt:document.createElement("canvas");Et===null&&(oe.markersOnly=!0,oe.naturalSize=!1);var Pt=document.createElementNS("http://www.w3.org/2000/svg","svg");Pt.setAttribute("xmlns","http://www.w3.org/2000/svg"),Pt.setAttribute("width",At.width.baseVal.valueAsString),Pt.setAttribute("height",At.height.baseVal.valueAsString),Pt.setAttribute("viewBox","0 0 "+At.viewBox.baseVal.width.toString()+" "+At.viewBox.baseVal.height.toString()),Pt.innerHTML=At.innerHTML,oe.naturalSize===!0?(Pt.width.baseVal.value=Et.naturalWidth,Pt.height.baseVal.value=Et.naturalHeight):oe.width!==void 0&&oe.height!==void 0&&(Pt.width.baseVal.value=oe.width,Pt.height.baseVal.value=oe.height),Ot.width=Pt.width.baseVal.value,Ot.height=Pt.height.baseVal.value;var Tt=Pt.outerHTML,$t=Ot.getContext("2d");oe.markersOnly!==!0&&$t.drawImage(Et,0,0,Ot.width,Ot.height);var jt=window.URL,Gt=new Image(Ot.width,Ot.height);Gt.setAttribute("crossOrigin","anonymous");var ae=new Blob([Tt],{type:"image/svg+xml"}),xe=jt.createObjectURL(ae);Gt.onload=function(){$t.drawImage(Gt,0,0),jt.revokeObjectURL(xe);var Ke=Ot.toDataURL(oe.imageType,oe.imageQuality);_t(Ke)},Gt.src=xe})},ie}(),Rt=function(){},St=function(){function ie(Et){this._classNamePrefixBase="__markerjs2_",this.classes=[],this.rules=[],this.settings=this.defaultSettings,this._classNamePrefix=this._classNamePrefixBase+"_"+Et+"_"}return Object.defineProperty(ie.prototype,"classNamePrefixBase",{get:function(){return this._classNamePrefixBase},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"classNamePrefix",{get:function(){return this._classNamePrefix},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"defaultSettings",{get:function(){return{canvasBackgroundColor:"#ffffff",toolbarBackgroundColor:"#111111",toolbarBackgroundHoverColor:"#333333",toolbarColor:"#eeeeee",toolbarHeight:40,toolboxColor:"#eeeeee",toolboxAccentColor:"#3080c3",undoButtonVisible:!0,redoButtonVisible:!1,zoomButtonVisible:!1,zoomOutButtonVisible:!1,clearButtonVisible:!1,resultButtonBlockVisible:!0,logoPosition:"left"}},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"fadeInAnimationClassName",{get:function(){return this.classNamePrefix+"fade_in"},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"fadeOutAnimationClassName",{get:function(){return this.classNamePrefix+"fade_out"},enumerable:!1,configurable:!0}),ie.prototype.addClass=function(Et){return this.styleSheet===void 0&&this.addStyleSheet(),Et.name=""+this.classNamePrefix+Et.localName,this.classes.push(Et),this.styleSheet.sheet.insertRule("."+Et.name+" {"+Et.style+"}",this.styleSheet.sheet.cssRules.length),Et},ie.prototype.addRule=function(Et){this.styleSheet===void 0&&this.addStyleSheet(),this.rules.push(Et),this.styleSheet.sheet.insertRule(Et.selector+" {"+Et.style+"}",this.styleSheet.sheet.cssRules.length)},ie.prototype.addStyleSheet=function(){var Et;this.styleSheet=document.createElement("style"),((Et=this.styleSheetRoot)!==null&&Et!==void 0?Et:document.head).appendChild(this.styleSheet),this.addRule(new kt("."+this.classNamePrefix+" h3","font-family: sans-serif")),this.addRule(new kt("@keyframes "+this.classNamePrefix+"_fade_in_animation_frames",`
from {
opacity: 0;
}
to {
opacity: 1;
}
`)),this.addRule(new kt("@keyframes "+this.classNamePrefix+"_fade_out_animation_frames",`
from {
opacity: 1;
}
to {
opacity: 0;
}
`)),this.addClass(new xt("fade_in",`
animation-duration: 0.3s;
animation-name: `+this.classNamePrefix+`_fade_in_animation_frames;
`)),this.addClass(new xt("fade_out",`
animation-duration: 0.3s;
animation-name: `+this.classNamePrefix+`_fade_out_animation_frames;
`))},ie.prototype.removeStyleSheet=function(){var Et;this.styleSheet&&(((Et=this.styleSheetRoot)!==null&&Et!==void 0?Et:document.head).removeChild(this.styleSheet),this.styleSheet=void 0)},ie}(),kt=function(ie,Et){this.selector=ie,this.style=Et},xt=function(ie,Et){this.localName=ie,this.style=Et},Dt=function(){function ie(Et,At,Yt,oe,_t){this.buttons=[],this.markerButtons=[],this.buttonClickListeners=[],this.markerjsContainer=Et,this.displayMode=At,this.markerItems=Yt,this.uiStyleSettings=oe,this.styles=_t,this.addStyles(),this.adjustLayout=this.adjustLayout.bind(this),this.overflowButtonClicked=this.overflowButtonClicked.bind(this),this.setCurrentMarker=this.setCurrentMarker.bind(this)}return ie.prototype.show=function(Et){var At=this;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=Et,this.uiContainer.className=this.toolbarStyleClass.name+" "+this.styles.fadeInAnimationClassName+" "+(this.uiStyleSettings.toolbarStyleColorsClassName?this.uiStyleSettings.toolbarStyleColorsClassName:this.toolbarStyleColorsClass.name);var Yt=document.createElement("div");Yt.className=this.toolbarBlockStyleClass.name,Yt.style.whiteSpace="nowrap",this.uiContainer.appendChild(Yt),this.addActionButton(Yt,'<svg viewBox="0 0 24 24"><path d="M10.07 14.27a.997.997 0 011.33.48l2.3 4.99 1.8-.85-2.31-4.98c-.24-.5-.02-1.1.48-1.33l.28-.08 2.3-.45L8 5.12V15.9l1.82-1.47.25-.16m3.57 7.7a.99.99 0 01-1.33-.47l-2.18-4.74-2.51 2.02c-.17.14-.38.22-.62.22a1 1 0 01-1-1V3a1 1 0 011-1c.24 0 .47.09.64.23l.01-.01 11.49 9.64a1.001 1.001 0 01-.44 1.75l-3.16.62 2.2 4.73c.26.5.02 1.09-.48 1.32l-3.62 1.69z"/></svg>',"select"),this.addActionButton(Yt,'<svg viewBox="0 0 24 24"><path d="M9 3v1H4v2h1v13a2 2 0 002 2h10a2 2 0 002-2V6h1V4h-5V3H9M7 6h10v13H7V6m2 2v9h2V8H9m4 0v9h2V8h-2z"/></svg>',"delete"),this.uiStyleSettings.clearButtonVisible&&this.addActionButton(Yt,'<svg viewBox="0 0 24 24"><path d="M19.36 2.72l1.42 1.42-5.72 5.71c1.07 1.54 1.22 3.39.32 4.59L9.06 8.12c1.2-.9 3.05-.75 4.59.32l5.71-5.72M5.93 17.57c-2.01-2.01-3.24-4.41-3.58-6.65l4.88-2.09 7.44 7.44-2.09 4.88c-2.24-.34-4.64-1.57-6.65-3.58z"/></svg>',"clear"),this.uiStyleSettings.undoButtonVisible&&this.addActionButton(Yt,'<svg viewBox="0 0 24 24"><path d="M12.5 8c-2.65 0-5.05 1-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"/></svg>',"undo"),this.uiStyleSettings.redoButtonVisible&&this.addActionButton(Yt,'<svg viewBox="0 0 24 24"><path d="M18.4 10.6C16.55 9 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16a8.002 8.002 0 017.6-5.5c1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z"/></svg>',"redo"),this.uiStyleSettings.zoomButtonVisible&&this.addActionButton(Yt,'<svg viewBox="0 0 24 24"><path d="M15.5 14l5 5-1.5 1.5-5-5v-.79l-.27-.28A6.471 6.471 0 019.5 16 6.5 6.5 0 013 9.5 6.5 6.5 0 019.5 3 6.5 6.5 0 0116 9.5c0 1.61-.59 3.09-1.57 4.23l.28.27h.79m-6 0C12 14 14 12 14 9.5S12 5 9.5 5 5 7 5 9.5 7 14 9.5 14m2.5-4h-2v2H9v-2H7V9h2V7h1v2h2v1z"/></svg>',"zoom"),this.uiStyleSettings.zoomButtonVisible&&this.uiStyleSettings.zoomOutButtonVisible&&this.addActionButton(Yt,'<svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 009.5 3 6.5 6.5 0 003 9.5 6.5 6.5 0 009.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 5 1.5-1.5-5-5m-6 0C7 14 5 12 5 9.5S7 5 9.5 5 14 7 14 9.5 12 14 9.5 14M7 9h5v1H7V9z"/></svg>',"zoom-out"),this.uiStyleSettings.notesButtonVisible&&this.addActionButton(Yt,'<svg viewBox="0 0 24 24"><path d="M18.13 12l1.26-1.26c.44-.44 1-.68 1.61-.74V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 002 2h6v-1.87l.13-.13H5V5h7v7h6.13M14 4.5l5.5 5.5H14V4.5m5.13 9.33l2.04 2.04L15.04 22H13v-2.04l6.13-6.13m3.72.36l-.98.98-2.04-2.04.98-.98c.19-.2.52-.2.72 0l1.32 1.32c.2.2.2.53 0 .72z"/></svg>',"notes"),this.markerButtonBlock=document.createElement("div"),this.markerButtonBlock.className=this.toolbarBlockStyleClass.name,this.markerButtonBlock.style.flexGrow="2",this.markerButtonBlock.style.textAlign="center",this.uiContainer.appendChild(this.markerButtonBlock),this.markerButtonOverflowBlock=document.createElement("div"),this.markerButtonOverflowBlock.className=this.toolbarOverflowBlockStyleClass.name+" "+(this.uiStyleSettings.toolbarOverflowBlockStyleColorsClassName?this.uiStyleSettings.toolbarOverflowBlockStyleColorsClassName:this.toolbarOverflowBlockStyleColorsClass.name),this.markerButtonOverflowBlock.style.display="none",this.uiContainer.appendChild(this.markerButtonOverflowBlock),this.markerItems&&(this.markerItems.forEach(function(_t){var Ot=document.createElement("div");Ot.className=""+At.toolbarButtonStyleClass.name,Ot.setAttribute("data-type-name",_t.typeName),Ot.innerHTML=_t.icon,Ot.addEventListener("click",function(){At.markerToolbarButtonClicked(Ot,_t)}),At.buttons.push(Ot),At.markerButtons.push(Ot)}),this.overflowButton=document.createElement("div"),this.overflowButton.className=this.toolbarButtonStyleClass.name+" "+(this.uiStyleSettings.toolbarButtonStyleColorsClassName?this.uiStyleSettings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name),this.overflowButton.innerHTML='<svg viewBox="0 0 24 24"><path d="M12 16a2 2 0 012 2 2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2m0-6a2 2 0 012 2 2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2m0-6a2 2 0 012 2 2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2z"/></svg>',this.overflowButton.addEventListener("click",this.overflowButtonClicked),this.markerButtonBlock.appendChild(this.overflowButton));var oe=document.createElement("div");oe.className=this.toolbarBlockStyleClass.name,oe.style.whiteSpace="nowrap",oe.style.display=this.uiStyleSettings.resultButtonBlockVisible!==!1?"":"none",this.uiContainer.appendChild(oe),this.addActionButton(oe,'<svg viewBox="0 0 24 24"><path d="M9 20.42l-6.21-6.21 2.83-2.83L9 14.77l9.88-9.89 2.83 2.83L9 20.42z"/></svg>',"render"),this.addActionButton(oe,'<svg viewBox="0 0 24 24"><path d="M20 6.91L17.09 4 12 9.09 6.91 4 4 6.91 9.09 12 4 17.09 6.91 20 12 14.91 17.09 20 20 17.09 14.91 12 20 6.91z"/></svg>',"close"),this.markerjsContainer.appendChild(this.uiContainer),this.setSelectMode(),this.setCurrentMarker(),this.adjustLayout()},ie.prototype.addButtonClickListener=function(Et){this.buttonClickListeners.push(Et)},ie.prototype.removeButtonClickListener=function(Et){this.buttonClickListeners.indexOf(Et)>-1&&this.buttonClickListeners.splice(this.buttonClickListeners.indexOf(Et),1)},ie.prototype.setSelectMode=function(){this.resetButtonStyles(),this.setActiveButton(this.buttons[0])},ie.prototype.adjustLayout=function(){if(this.markerButtons&&this.markerButtons.length>0){var Et=Math.floor(this.markerButtonBlock.clientWidth/this.uiStyleSettings.toolbarHeight)-1;this.markerButtonBlock.innerHTML="",this.markerButtonOverflowBlock.innerHTML="";for(var At=0;At<this.markerButtons.length;At++)At<Et||At===Et&&this.markerButtons.length-1===Et?this.markerButtonBlock.appendChild(this.markerButtons[At]):(At===Et&&this.markerButtonBlock.appendChild(this.overflowButton),this.markerButtonOverflowBlock.appendChild(this.markerButtons[At]))}},ie.prototype.overflowButtonClicked=function(){this.markerButtonOverflowBlock.style.display!=="none"?(this.markerButtonOverflowBlock.className=this.markerButtonOverflowBlock.className.replace(this.styles.fadeInAnimationClassName,""),this.markerButtonOverflowBlock.style.display="none"):(this.markerButtonOverflowBlock.className+=" "+this.styles.fadeInAnimationClassName,this.markerButtonOverflowBlock.style.top=this.uiContainer.offsetTop+this.overflowButton.offsetHeight+"px",this.markerButtonOverflowBlock.style.right=this.uiContainer.offsetWidth-this.overflowButton.offsetLeft-this.overflowButton.offsetWidth+2*this.uiContainer.offsetLeft+"px",this.markerButtonOverflowBlock.style.display="inline-block")},ie.prototype.resetButtonStyles=function(){var Et=this;this.buttons.forEach(function(At){At.className=At.className.replace(Et.uiStyleSettings.toolbarButtonStyleColorsClassName?Et.uiStyleSettings.toolbarButtonStyleColorsClassName:Et.toolbarButtonStyleColorsClass.name,"").trim(),At.className=At.className.replace(Et.uiStyleSettings.toolbarActiveButtonStyleColorsClassName?Et.uiStyleSettings.toolbarActiveButtonStyleColorsClassName:Et.toolbarActiveButtonStyleColorsClass.name,"").trim(),At.className+=" "+(Et.uiStyleSettings.toolbarButtonStyleColorsClassName?Et.uiStyleSettings.toolbarButtonStyleColorsClassName:Et.toolbarButtonStyleColorsClass.name)})},ie.prototype.addActionButton=function(Et,At,Yt){var oe=this,_t=document.createElement("div");switch(_t.className=""+this.toolbarButtonStyleClass.name,_t.innerHTML=At,_t.setAttribute("data-action",Yt),_t.addEventListener("click",function(){oe.actionToolbarButtonClicked(_t,Yt)}),Yt){case"select":_t.style.fill=this.uiStyleSettings.selectButtonColor;break;case"delete":case"clear":_t.style.fill=this.uiStyleSettings.deleteButtonColor;break;case"undo":case"redo":_t.style.fill=this.uiStyleSettings.selectButtonColor;break;case"render":_t.style.fill=this.uiStyleSettings.okButtonColor;break;case"close":_t.style.fill=this.uiStyleSettings.closeButtonColor}Et.appendChild(_t),this.buttons.push(_t)},ie.prototype.addStyles=function(){this.toolbarStyleClass=this.styles.addClass(new xt("toolbar",`
width: 100%;
flex-shrink: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
height: `+this.uiStyleSettings.toolbarHeight+`px;
box-sizing: content-box;
`+(this.displayMode==="inline"?"border-top-left-radius: "+Math.round(this.uiStyleSettings.toolbarHeight/10)+"px;":"")+`
`+(this.displayMode==="inline"?"border-top-right-radius: "+Math.round(this.uiStyleSettings.toolbarHeight/10)+"px;":"")+`
overflow: hidden;
`)),this.toolbarStyleColorsClass=this.styles.addClass(new xt("toolbar_colors",`
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
box-shadow: 0px 3px rgba(33, 33, 33, 0.1);
`)),this.toolbarBlockStyleClass=this.styles.addClass(new xt("toolbar-block",`
display: inline-block;
box-sizing: content-box;
`)),this.toolbarOverflowBlockStyleClass=this.styles.addClass(new xt("toolbar-overflow-block",`
position: absolute;
top: `+this.uiStyleSettings.toolbarHeight+`px;
max-width: `+2*this.uiStyleSettings.toolbarHeight+`px;
z-index: 10;
box-sizing: content-box;
`)),this.toolbarOverflowBlockStyleColorsClass=this.styles.addClass(new xt("toolbar-overflow-block_colors",`
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
`));var Et=this.uiStyleSettings.toolbarHeight/4;this.toolbarButtonStyleClass=this.styles.addClass(new xt("toolbar_button",`
display: inline-block;
width: `+(this.uiStyleSettings.toolbarHeight-2*Et)+`px;
height: `+(this.uiStyleSettings.toolbarHeight-2*Et)+`px;
padding: `+Et+`px;
box-sizing: content-box;
`)),this.toolbarButtonStyleColorsClass=this.styles.addClass(new xt("toolbar_button_colors",`
fill: `+this.uiStyleSettings.toolbarColor+`;
`)),this.toolbarActiveButtonStyleColorsClass=this.styles.addClass(new xt("toolbar_active_button",`
fill: `+this.uiStyleSettings.toolbarColor+`;
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
`)),this.styles.addRule(new kt("."+this.toolbarButtonStyleClass.name+" svg",`
height: `+this.uiStyleSettings.toolbarHeight/2+`px;
`)),this.styles.addRule(new kt("."+this.toolbarButtonStyleColorsClass.name+":hover",`
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
`))},ie.prototype.markerToolbarButtonClicked=function(Et,At){this.setActiveButton(Et),this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(Yt){return Yt("marker",At)}),this.markerButtonOverflowBlock.style.display="none"},ie.prototype.actionToolbarButtonClicked=function(Et,At){this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(Yt){return Yt("action",At)}),this.markerButtonOverflowBlock.style.display="none",this.setActiveButton(this.buttons[0])},ie.prototype.setActiveButton=function(Et){this.resetButtonStyles(),Et.className=Et.className.replace(this.uiStyleSettings.toolbarButtonStyleColorsClassName?this.uiStyleSettings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name,"").trim(),Et.className+=" "+(this.uiStyleSettings.toolbarActiveButtonStyleColorsClassName?this.uiStyleSettings.toolbarActiveButtonStyleColorsClassName:this.toolbarActiveButtonStyleColorsClass.name)},ie.prototype.setActiveMarkerButton=function(Et){var At=this.markerButtons.find(function(Yt){return Yt.getAttribute("data-type-name")===Et});At&&this.setActiveButton(At)},ie.prototype.setCurrentMarker=function(Et){var At=this;this.currentMarker=Et,this.buttons.filter(function(Yt){return/delete|notes/.test(Yt.getAttribute("data-action"))}).forEach(function(Yt){At.currentMarker===void 0?(Yt.style.fillOpacity="0.4",Yt.style.pointerEvents="none"):(Yt.style.fillOpacity="1",Yt.style.pointerEvents="all")})},ie}(),yt=function(){function ie(Et,At,Yt,oe){this.panels=[],this.panelButtons=[],this.markerjsContainer=Et,this.displayMode=At,this.uiStyleSettings=Yt,this.styles=oe,this.panelButtonClick=this.panelButtonClick.bind(this),this.addStyles()}return ie.prototype.addStyles=function(){var Et;this.toolboxStyleClass=this.styles.addClass(new xt("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 xt("toolbox_colors",`
color: `+this.uiStyleSettings.toolboxColor+`;
`));var At=this.uiStyleSettings.toolbarHeight/4;this.toolboxButtonRowStyleClass=this.styles.addClass(new xt("toolbox-button-row",`
display: flex;
cursor: default;
box-sizing: content-box;
`)),this.toolboxButtonRowStyleColorsClass=this.styles.addClass(new xt("toolbox-button-row_colors",`
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
`)),this.toolboxPanelRowStyleClass=this.styles.addClass(new xt("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 xt("toolbox-panel-row_colors",`
background-color: `+((Et=this.uiStyleSettings.toolboxBackgroundColor)!==null&&Et!==void 0?Et:this.uiStyleSettings.toolbarBackgroundHoverColor)+`;
`)),this.toolboxButtonStyleClass=this.styles.addClass(new xt("toolbox_button",`
display: inline-block;
width: `+(this.uiStyleSettings.toolbarHeight-2*At)+`px;
height: `+(this.uiStyleSettings.toolbarHeight-2*At)+`px;
padding: `+At+`px;
box-sizing: content-box;
`)),this.toolboxButtonStyleColorsClass=this.styles.addClass(new xt("toolbox-button_colors",`
fill: `+this.uiStyleSettings.toolbarColor+`;
`)),this.toolboxActiveButtonStyleColorsClass=this.styles.addClass(new xt("toolbox-active-button_colors",`
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`;
fill: `+this.uiStyleSettings.toolbarColor+`;
`)),this.styles.addRule(new kt("."+this.toolboxButtonStyleColorsClass.name+":hover",`
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
`)),this.styles.addRule(new kt("."+this.toolboxButtonStyleClass.name+" svg",`
height: `+this.uiStyleSettings.toolbarHeight/2+`px;
`))},ie.prototype.show=function(Et){var At;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=Et,this.uiContainer.className=this.toolboxStyleClass.name+" "+((At=this.uiStyleSettings.toolboxStyleColorsClassName)!==null&&At!==void 0?At:this.toolboxStyleColorsClass.name),this.markerjsContainer.appendChild(this.uiContainer)},ie.prototype.setPanelButtons=function(Et){var At,Yt,oe=this;this.panels=Et,this.uiContainer!==void 0&&(this.uiContainer.innerHTML="",this.panelRow=document.createElement("div"),this.panelRow.className=this.toolboxPanelRowStyleClass.name+" "+((At=this.uiStyleSettings.toolboxPanelRowStyleColorsClassName)!==null&&At!==void 0?At:this.toolboxPanelRowStyleColorsClass.name),this.uiContainer.appendChild(this.panelRow),this.buttonRow=document.createElement("div"),this.buttonRow.className=this.toolboxButtonRowStyleClass.name+" "+((Yt=this.uiStyleSettings.toolboxButtonRowStyleColorsClassName)!==null&&Yt!==void 0?Yt:this.toolboxButtonRowStyleColorsClass.name)+" ",this.uiContainer.appendChild(this.buttonRow),this.panelButtons.splice(0),this.panels.forEach(function(_t){var Ot;_t.uiStyleSettings=oe.uiStyleSettings;var Pt=document.createElement("div");Pt.className=oe.toolboxButtonStyleClass.name+" "+((Ot=oe.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&Ot!==void 0?Ot:oe.toolboxButtonStyleColorsClass.name),Pt.innerHTML=_t.icon,Pt.title=_t.title,Pt.addEventListener("click",function(){oe.panelButtonClick(_t)}),oe.panelButtons.push(Pt),oe.buttonRow.appendChild(Pt)}),this.displayMode==="inline"?this.panelRow.style.display="none":this.panelRow.style.visibility="hidden")},ie.prototype.panelButtonClick=function(Et){var At=this,Yt=-1;if(Et!==this.activePanel){Yt=this.panels.indexOf(Et),this.panelRow.innerHTML="";var oe=Et.getUi();oe.style.margin=this.uiStyleSettings.toolbarHeight/4+"px",this.panelRow.appendChild(oe),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=Et}else this.activePanel=void 0,this.panelRow.className=this.panelRow.className.replace(this.styles.fadeInAnimationClassName,""),this.panelRow.className+=" "+this.styles.fadeOutAnimationClassName,setTimeout(function(){At.displayMode==="inline"?At.panelRow.style.display="none":At.panelRow.style.visibility="hidden"},200);this.panelButtons.forEach(function(_t,Ot){var Pt,Tt;_t.className=At.toolboxButtonStyleClass.name+" "+(Ot===Yt?""+((Pt=At.uiStyleSettings.toolboxActiveButtonStyleColorsClassName)!==null&&Pt!==void 0?Pt:At.toolboxActiveButtonStyleColorsClass.name):""+((Tt=At.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&Tt!==void 0?Tt:At.toolboxButtonStyleColorsClass.name))})},ie}(),et=function(ie,Et){this.title=ie,this.icon=Et},tt=function(ie){function Et(At,Yt,oe,_t){var Ot=ie.call(this,At,_t||'<svg viewBox="0 0 24 24"><path d="M17.5 12a1.5 1.5 0 01-1.5-1.5A1.5 1.5 0 0117.5 9a1.5 1.5 0 011.5 1.5 1.5 1.5 0 01-1.5 1.5m-3-4A1.5 1.5 0 0113 6.5 1.5 1.5 0 0114.5 5 1.5 1.5 0 0116 6.5 1.5 1.5 0 0114.5 8m-5 0A1.5 1.5 0 018 6.5 1.5 1.5 0 019.5 5 1.5 1.5 0 0111 6.5 1.5 1.5 0 019.5 8m-3 4A1.5 1.5 0 015 10.5 1.5 1.5 0 016.5 9 1.5 1.5 0 018 10.5 1.5 1.5 0 016.5 12M12 3a9 9 0 00-9 9 9 9 0 009 9 1.5 1.5 0 001.5-1.5c0-.39-.15-.74-.39-1-.23-.27-.38-.62-.38-1a1.5 1.5 0 011.5-1.5H16a5 5 0 005-5c0-4.42-4.03-8-9-8z"/></svg>')||this;return Ot.colors=[],Ot.addTransparent=!1,Ot.colorBoxes=[],Ot.colors=Yt,Ot.currentColor=oe,Ot.setCurrentColor=Ot.setCurrentColor.bind(Ot),Ot.getColorBox=Ot.getColorBox.bind(Ot),Ot}return wt(Et,ie),Et.prototype.getUi=function(){var At=this,Yt=document.createElement("div");return Yt.style.overflow="hidden",Yt.style.whiteSpace="nowrap",this.colors.forEach(function(oe){var _t=At.getColorBox(oe);Yt.appendChild(_t),At.colorBoxes.push(_t)}),Yt},Et.prototype.getColorBox=function(At){var Yt=this,oe=this.uiStyleSettings.toolbarHeight/4,_t=this.uiStyleSettings.toolbarHeight-oe,Ot=document.createElement("div");Ot.style.display="inline-block",Ot.style.boxSizing="content-box",Ot.style.width=_t-2+"px",Ot.style.height=_t-2+"px",Ot.style.padding="1px",Ot.style.marginRight="2px",Ot.style.marginBottom="2px",Ot.style.borderWidth="2px",Ot.style.borderStyle="solid",Ot.style.borderRadius=(_t+2)/2+"px",Ot.style.borderColor=At===this.currentColor?this.uiStyleSettings.toolboxAccentColor:"transparent",Ot.addEventListener("click",function(){Yt.setCurrentColor(At,Ot)});var Pt=document.createElement("div");return Pt.style.display="inline-block",Pt.style.width=_t-2+"px",Pt.style.height=_t-2+"px",Pt.style.backgroundColor=At,Pt.style.borderRadius=_t/2+"px",At==="transparent"&&(Pt.style.fill=this.uiStyleSettings.toolboxAccentColor,Pt.innerHTML=`<svg viewBox="0 0 24 24">
<path d="M2,5.27L3.28,4L20,20.72L18.73,22L15.65,18.92C14.5,19.3 13.28,19.5 12,19.5C7,19.5 2.73,16.39 1,12C1.69,10.24 2.79,8.69 4.19,7.46L2,5.27M12,9A3,3 0 0,1 15,12C15,12.35 14.94,12.69 14.83,13L11,9.17C11.31,9.06 11.65,9 12,9M12,4.5C17,4.5 21.27,7.61 23,12C22.18,14.08 20.79,15.88 19,17.19L17.58,15.76C18.94,14.82 20.06,13.54 20.82,12C19.17,8.64 15.76,6.5 12,6.5C10.91,6.5 9.84,6.68 8.84,7L7.3,5.47C8.74,4.85 10.33,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C12.69,17.5 13.37,17.43 14,17.29L11.72,15C10.29,14.85 9.15,13.71 9,12.28L5.6,8.87C4.61,9.72 3.78,10.78 3.18,12Z" />
</svg>`),Ot.appendChild(Pt),Ot},Et.prototype.setCurrentColor=function(At,Yt){var oe=this;this.currentColor=At,this.colorBoxes.forEach(function(_t){_t.style.borderColor=_t===Yt?oe.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onColorChanged&&this.onColorChanged(At)},Et}(et),lt=function(){function ie(Et,At,Yt){this._state="new",this._isSelected=!1,this._container=Et,this._overlayContainer=At,this.globalSettings=Yt,this.stateChanged=this.stateChanged.bind(this),this.colorChanged=this.colorChanged.bind(this),this.fillColorChanged=this.fillColorChanged.bind(this)}return Object.defineProperty(ie.prototype,"typeName",{get:function(){return Object.getPrototypeOf(this).constructor.typeName},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"container",{get:function(){return this._container},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"overlayContainer",{get:function(){return this._overlayContainer},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"state",{get:function(){return this._state},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"toolboxPanels",{get:function(){return[]},enumerable:!1,configurable:!0}),ie.prototype.ownsTarget=function(Et){return!1},Object.defineProperty(ie.prototype,"isSelected",{get:function(){return this._isSelected},enumerable:!1,configurable:!0}),ie.prototype.select=function(){this.container.style.cursor="move",this._isSelected=!0,this.manipulationStartState=this.getState()},ie.prototype.deselect=function(){this.container.style.cursor="default",this._isSelected=!1,this.stateChanged()},ie.prototype.pointerDown=function(Et,At){},ie.prototype.dblClick=function(Et,At){},ie.prototype.manipulate=function(Et){},ie.prototype.pointerUp=function(Et){this.stateChanged()},ie.prototype.dispose=function(){},ie.prototype.addMarkerVisualToContainer=function(Et){this.container.childNodes.length>0?this.container.insertBefore(Et,this.container.childNodes[0]):this.container.appendChild(Et)},ie.prototype.getState=function(){return{typeName:ie.typeName,state:this.state,notes:this.notes}},ie.prototype.restoreState=function(Et){this._state=Et.state,this.notes=Et.notes},ie.prototype.scale=function(Et,At){},ie.prototype.colorChanged=function(Et){this.onColorChanged&&this.onColorChanged(Et),this.stateChanged()},ie.prototype.fillColorChanged=function(Et){this.onFillColorChanged&&this.onFillColorChanged(Et),this.stateChanged()},ie.prototype.stateChanged=function(){if(this.onStateChanged&&this.state!=="creating"&&this.state!=="new"){var Et=this.getState();this.manipulationStartState!==void 0&&(this.manipulationStartState.state="select"),Et.state="select",JSON.stringify(this.manipulationStartState)!=JSON.stringify(Et)&&this.onStateChanged(this)}},ie.typeName="MarkerBase",ie}(),ot=function(){function ie(){this.findGripByVisual=this.findGripByVisual.bind(this)}return ie.prototype.findGripByVisual=function(Et){return this.topLeft.ownsTarget(Et)?this.topLeft:this.topCenter.ownsTarget(Et)?this.topCenter:this.topRight.ownsTarget(Et)?this.topRight:this.centerLeft.ownsTarget(Et)?this.centerLeft:this.centerRight.ownsTarget(Et)?this.centerRight:this.bottomLeft.ownsTarget(Et)?this.bottomLeft:this.bottomCenter.ownsTarget(Et)?this.bottomCenter:this.bottomRight.ownsTarget(Et)?this.bottomRight:void 0},ie}(),ut=function(){function ie(){this.GRIP_SIZE=10,this.visual=zt.createGroup(),this.visual.appendChild(zt.createCircle(1.5*this.GRIP_SIZE,[["fill","transparent"]])),this.visual.appendChild(zt.createCircle(this.GRIP_SIZE,[["fill","#cccccc"],["fill-opacity","0.7"],["stroke","#333333"],["stroke-width","2"],["stroke-opacity","0.7"]]))}return ie.prototype.ownsTarget=function(Et){return Et===this.visual||Et===this.visual.childNodes[0]||Et===this.visual.childNodes[1]},ie}(),ct=function(){function ie(){}return ie.toITransformMatrix=function(Et){return{a:Et.a,b:Et.b,c:Et.c,d:Et.d,e:Et.e,f:Et.f}},ie.toSVGMatrix=function(Et,At){return Et.a=At.a,Et.b=At.b,Et.c=At.c,Et.d=At.d,Et.e=At.e,Et.f=At.f,Et},ie}(),ft=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.left=0,_t.top=0,_t.width=0,_t.height=0,_t.defaultSize={x:50,y:20},_t.offsetX=0,_t.offsetY=0,_t.rotationAngle=0,_t.CB_DISTANCE=10,_t._suppressMarkerCreateEvent=!1,_t.container.transform.baseVal.appendItem(zt.createTransform()),_t.setupControlBox(),_t}return wt(Et,ie),Object.defineProperty(Et.prototype,"centerX",{get:function(){return this.left+this.width/2},enumerable:!1,configurable:!0}),Object.defineProperty(Et.prototype,"centerY",{get:function(){return this.top+this.height/2},enumerable:!1,configurable:!0}),Object.defineProperty(Et.prototype,"visual",{get:function(){return this._visual},set:function(At){this._visual=At;var Yt=zt.createTransform();this._visual.transform.baseVal.appendItem(Yt)},enumerable:!1,configurable:!0}),Et.prototype.ownsTarget=function(At){return!!ie.prototype.ownsTarget.call(this,At)||!!(this.controlGrips.findGripByVisual(At)!==void 0||this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(At))},Et.prototype.pointerDown=function(At,Yt){ie.prototype.pointerDown.call(this,At,Yt),this.state==="new"&&(this.left=At.x,this.top=At.y),this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.manipulationStartWidth=this.width,this.manipulationStartHeight=this.height;var oe=this.unrotatePoint(At);if(this.manipulationStartX=oe.x,this.manipulationStartY=oe.y,this.offsetX=oe.x-this.left,this.offsetY=oe.y-this.top,this.state!=="new")if(this.select(),this.activeGrip=this.controlGrips.findGripByVisual(Yt),this.activeGrip!==void 0)this._state="resize";else if(this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(Yt)){this.activeGrip=this.rotatorGrip;var _t=this.rotatePoint({x:this.centerX,y:this.centerY});this.left=_t.x-this.width/2,this.top=_t.y-this.height/2,this.moveVisual({x:this.left,y:this.top});var Ot=this.container.transform.baseVal.getItem(0);Ot.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(Ot,0),this.adjustControlBox(),this._state="rotate"}else this._state="move"},Et.prototype.pointerUp=function(At){var Yt=this.state;ie.prototype.pointerUp.call(this,At),this.state==="creating"&&this.width<10&&this.height<10?(this.width=this.defaultSize.x,this.height=this.defaultSize.y):this.manipulate(At),this._state="select",Yt==="creating"&&this.onMarkerCreated&&this._suppressMarkerCreateEvent===!1&&this.onMarkerCreated(this)},Et.prototype.moveVisual=function(At){this.visual.style.transform="translate("+At.x+"px, "+At.y+"px)"},Et.prototype.manipulate=function(At){var Yt=this.unrotatePoint(At);this.state==="creating"?this.resize(At):this.state==="move"?(this.left=this.manipulationStartLeft+(Yt.x-this.manipulationStartLeft)-this.offsetX,this.top=this.manipulationStartTop+(Yt.y-this.manipulationStartTop)-this.offsetY,this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()):this.state==="resize"?this.resize(Yt):this.state==="rotate"&&this.rotate(At)},Et.prototype.resize=function(At){var Yt=this.manipulationStartLeft,oe=this.manipulationStartWidth,_t=this.manipulationStartTop,Ot=this.manipulationStartHeight;switch(this.activeGrip){case this.controlGrips.bottomLeft:case this.controlGrips.centerLeft:case this.controlGrips.topLeft:Yt=this.manipulationStartLeft+At.x-this.manipulationStartX,oe=this.manipulationStartWidth+this.manipulationStartLeft-Yt;break;case this.controlGrips.bottomRight:case this.controlGrips.centerRight:case this.controlGrips.topRight:case void 0:oe=this.manipulationStartWidth+At.x-this.manipulationStartX}switch(this.activeGrip){case this.controlGrips.topCenter:case this.controlGrips.topLeft:case this.controlGrips.topRight:_t=this.manipulationStartTop+At.y-this.manipulationStartY,Ot=this.manipulationStartHeight+this.manipulationStartTop-_t;break;case this.controlGrips.bottomCenter:case this.controlGrips.bottomLeft:case this.controlGrips.bottomRight:case void 0:Ot=this.manipulationStartHeight+At.y-this.manipulationStartY}oe>=0?(this.left=Yt,this.width=oe):(this.left=Yt+oe,this.width=-oe),Ot>=0?(this.top=_t,this.height=Ot):(this.top=_t+Ot,this.height=-Ot),this.setSize()},Et.prototype.setSize=function(){this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()},Et.prototype.rotate=function(At){if(Math.abs(At.x-this.centerX)>.1){var Yt=Math.sign(At.x-this.centerX);this.rotationAngle=180*Math.atan((At.y-this.centerY)/(At.x-this.centerX))/Math.PI+90*Yt,this.applyRotation()}},Et.prototype.applyRotation=function(){var At=this.container.transform.baseVal.getItem(0);At.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(At,0)},Et.prototype.rotatePoint=function(At){if(this.rotationAngle===0)return At;var Yt=this.container.getCTM(),oe=zt.createPoint(At.x,At.y);return{x:(oe=oe.matrixTransform(Yt)).x,y:oe.y}},Et.prototype.unrotatePoint=function(At){if(this.rotationAngle===0)return At;var Yt=this.container.getCTM();Yt=Yt.inverse();var oe=zt.createPoint(At.x,At.y);return{x:(oe=oe.matrixTransform(Yt)).x,y:oe.y}},Et.prototype.select=function(){ie.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},Et.prototype.deselect=function(){ie.prototype.deselect.call(this),this.controlBox.style.display="none"},Et.prototype.setupControlBox=function(){this.controlBox=zt.createGroup();var At=zt.createTransform();At.setTranslate(-this.CB_DISTANCE/2,-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.appendItem(At),this.container.appendChild(this.controlBox),this.controlRect=zt.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=zt.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 ot,this.addControlGrips(),this.controlBox.style.display="none"},Et.prototype.adjustControlBox=function(){var At=this.controlBox.transform.baseVal.getItem(0);At.setTranslate(this.left-this.CB_DISTANCE/2,this.top-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.replaceItem(At,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()},Et.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()},Et.prototype.createGrip=function(){var At=new ut;return At.visual.transform.baseVal.appendItem(zt.createTransform()),this.controlBox.appendChild(At.visual),At},Et.prototype.positionGrips=function(){var At=this.controlGrips.topLeft.GRIP_SIZE,Yt=-At/2,oe=Yt,_t=(this.width+this.CB_DISTANCE)/2-At/2,Ot=(this.height+this.CB_DISTANCE)/2-At/2,Pt=this.height+this.CB_DISTANCE-At/2,Tt=this.width+this.CB_DISTANCE-At/2;this.positionGrip(this.controlGrips.topLeft.visual,Yt,oe),this.positionGrip(this.controlGrips.topCenter.visual,_t,oe),this.positionGrip(this.controlGrips.topRight.visual,Tt,oe),this.positionGrip(this.controlGrips.centerLeft.visual,Yt,Ot),this.positionGrip(this.controlGrips.centerRight.visual,Tt,Ot),this.positionGrip(this.controlGrips.bottomLeft.visual,Yt,Pt),this.positionGrip(this.controlGrips.bottomCenter.visual,_t,Pt),this.positionGrip(this.controlGrips.bottomRight.visual,Tt,Pt),this.rotatorGrip!==void 0&&this.positionGrip(this.rotatorGrip.visual,_t,oe-3*this.CB_DISTANCE)},Et.prototype.positionGrip=function(At,Yt,oe){var _t=At.transform.baseVal.getItem(0);_t.setTranslate(Yt,oe),At.transform.baseVal.replaceItem(_t,0)},Et.prototype.hideControlBox=function(){this.controlBox.style.display="none"},Et.prototype.showControlBox=function(){this.controlBox.style.display=""},Et.prototype.getState=function(){return Object.assign({left:this.left,top:this.top,width:this.width,height:this.height,rotationAngle:this.rotationAngle,visualTransformMatrix:ct.toITransformMatrix(this.visual.transform.baseVal.getItem(0).matrix),containerTransformMatrix:ct.toITransformMatrix(this.container.transform.baseVal.getItem(0).matrix)},ie.prototype.getState.call(this))},Et.prototype.restoreState=function(At){ie.prototype.restoreState.call(this,At);var Yt=At;this.left=Yt.left,this.top=Yt.top,this.width=Yt.width,this.height=Yt.height,this.rotationAngle=Yt.rotationAngle,this.visual.transform.baseVal.getItem(0).setMatrix(ct.toSVGMatrix(this.visual.transform.baseVal.getItem(0).matrix,Yt.visualTransformMatrix)),this.container.transform.baseVal.getItem(0).setMatrix(ct.toSVGMatrix(this.container.transform.baseVal.getItem(0).matrix,Yt.containerTransformMatrix))},Et.prototype.scale=function(At,Yt){ie.prototype.scale.call(this,At,Yt);var oe=this.rotatePoint({x:this.left,y:this.top}),_t=this.unrotatePoint({x:oe.x*At,y:oe.y*Yt});this.left=_t.x,this.top=_t.y,this.width=this.width*At,this.height=this.height*Yt,this.adjustControlBox()},Et}(lt),gt=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.fillColor="transparent",_t.strokeColor="transparent",_t.strokeWidth=0,_t.strokeDasharray="",_t.opacity=1,_t.setStrokeColor=_t.setStrokeColor.bind(_t),_t.setFillColor=_t.setFillColor.bind(_t),_t.setStrokeWidth=_t.setStrokeWidth.bind(_t),_t.setStrokeDasharray=_t.setStrokeDasharray.bind(_t),_t.createVisual=_t.createVisual.bind(_t),_t}return wt(Et,ie),Et.prototype.ownsTarget=function(At){return!(!ie.prototype.ownsTarget.call(this,At)&&At!==this.visual)},Et.prototype.createVisual=function(){this.visual=zt.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)},Et.prototype.pointerDown=function(At,Yt){ie.prototype.pointerDown.call(this,At,Yt),this.state==="new"&&(this.createVisual(),this.moveVisual(At),this._state="creating")},Et.prototype.manipulate=function(At){ie.prototype.manipulate.call(this,At)},Et.prototype.resize=function(At){ie.prototype.resize.call(this,At),this.setSize()},Et.prototype.setSize=function(){ie.prototype.setSize.call(this),zt.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]])},Et.prototype.pointerUp=function(At){ie.prototype.pointerUp.call(this,At),this.setSize()},Et.prototype.setStrokeColor=function(At){this.strokeColor=At,this.visual&&zt.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(At),this.stateChanged()},Et.prototype.setFillColor=function(At){this.fillColor=At,this.visual&&zt.setAttributes(this.visual,[["fill",this.fillColor]]),this.stateChanged()},Et.prototype.setStrokeWidth=function(At){this.strokeWidth=At,this.visual&&zt.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},Et.prototype.setStrokeDasharray=function(At){this.strokeDasharray=At,this.visual&&zt.setAttributes(this.visual,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Et.prototype.getState=function(){return Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:this.opacity},ie.prototype.getState.call(this))},Et.prototype.restoreState=function(At){var Yt=At;this.fillColor=Yt.fillColor,this.strokeColor=Yt.strokeColor,this.strokeWidth=Yt.strokeWidth,this.strokeDasharray=Yt.strokeDasharray,this.opacity=Yt.opacity,this.createVisual(),ie.prototype.restoreState.call(this,At),this.setSize()},Et.prototype.scale=function(At,Yt){ie.prototype.scale.call(this,At,Yt),this.setSize()},Et.title="Rectangle marker",Et}(ft),Lt=function(ie){function Et(At,Yt,oe,_t){var Ot=ie.call(this,At,_t||'<svg viewBox="0 0 24 24"><path d="M3 17h18v-2H3v2m0 3h18v-1H3v1m0-7h18v-3H3v3m0-9v4h18V4H3z"/></svg>')||this;return Ot.widths=[],Ot.widthBoxes=[],Ot.widths=Yt,Ot.currentWidth=oe,Ot.setCurrentWidth=Ot.setCurrentWidth.bind(Ot),Ot}return wt(Et,ie),Et.prototype.getUi=function(){var At=this,Yt=document.createElement("div");return Yt.style.display="flex",Yt.style.overflow="hidden",Yt.style.flexGrow="2",this.widths.forEach(function(oe){var _t=document.createElement("div");_t.style.display="flex",_t.style.flexGrow="2",_t.style.alignItems="center",_t.style.justifyContent="space-between",_t.style.padding="5px",_t.style.borderWidth="2px",_t.style.borderStyle="solid",_t.style.borderColor=oe===At.currentWidth?At.uiStyleSettings.toolboxAccentColor:"transparent",_t.addEventListener("click",function(){At.setCurrentWidth(oe,_t)}),Yt.appendChild(_t);var Ot=document.createElement("div");Ot.innerText=oe.toString(),Ot.style.marginRight="5px",_t.appendChild(Ot);var Pt=document.createElement("div");Pt.style.minHeight="20px",Pt.style.flexGrow="2",Pt.style.display="flex",Pt.style.alignItems="center";var Tt=document.createElement("hr");Tt.style.minWidth="20px",Tt.style.border="0px",Tt.style.borderTop=oe+"px solid "+At.uiStyleSettings.toolboxColor,Tt.style.flexGrow="2",Pt.appendChild(Tt),_t.appendChild(Pt),At.widthBoxes.push(_t)}),Yt},Et.prototype.setCurrentWidth=function(At,Yt){var oe=this;this.currentWidth=At,this.widthBoxes.forEach(function(_t){_t.style.borderColor=_t===Yt?oe.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onWidthChanged&&this.onWidthChanged(this.currentWidth)},Et}(et),It=function(ie){function Et(At,Yt,oe,_t){var Ot=ie.call(this,At,_t||'<svg viewBox="0 0 24 24"><path d="M3 16h5v-2H3v2m6.5 0h5v-2h-5v2m6.5 0h5v-2h-5v2M3 20h2v-2H3v2m4 0h2v-2H7v2m4 0h2v-2h-2v2m4 0h2v-2h-2v2m4 0h2v-2h-2v2M3 12h8v-2H3v2m10 0h8v-2h-8v2M3 4v4h18V4H3z"/></svg>')||this;return Ot.styles=[],Ot.styleBoxes=[],Ot.styles=Yt,Ot.currentStyle=oe,Ot.setCurrentStyle=Ot.setCurrentStyle.bind(Ot),Ot}return wt(Et,ie),Et.prototype.getUi=function(){var At=this,Yt=document.createElement("div");return Yt.style.display="flex",Yt.style.overflow="hidden",Yt.style.flexGrow="2",this.styles.forEach(function(oe){var _t=document.createElement("div");_t.style.display="flex",_t.style.alignItems="center",_t.style.justifyContent="space-between",_t.style.padding="5px",_t.style.borderWidth="2px",_t.style.borderStyle="solid",_t.style.overflow="hidden",_t.style.maxWidth=100/At.styles.length-5+"%",_t.style.borderColor=oe===At.currentStyle?At.uiStyleSettings.toolboxAccentColor:"transparent",_t.addEventListener("click",function(){At.setCurrentStyle(oe,_t)}),Yt.appendChild(_t);var Ot=document.createElement("div");Ot.style.minHeight="20px",Ot.style.flexGrow="2",Ot.style.overflow="hidden";var Pt=`<svg width="100" height="20">
<line x1="0" y1="10" x2="100" y2="10" stroke="`+At.uiStyleSettings.toolboxColor+'" stroke-width="3" '+(oe!==""?'stroke-dasharray="'+oe+'"':"")+` />
</svg>`;Ot.innerHTML=Pt,_t.appendChild(Ot),At.styleBoxes.push(_t)}),Yt},Et.prototype.setCurrentStyle=function(At,Yt){var oe=this;this.currentStyle=At,this.styleBoxes.forEach(function(_t){_t.style.borderColor=_t===Yt?oe.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onStyleChanged&&this.onStyleChanged(this.currentStyle)},Et}(et),Ut=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.strokeColor=oe.defaultColor,_t.strokeWidth=oe.defaultStrokeWidth,_t.strokeDasharray=oe.defaultStrokeDasharray,_t.strokePanel=new tt("Line color",oe.defaultColorSet,oe.defaultColor),_t.strokePanel.onColorChanged=_t.setStrokeColor,_t.strokeWidthPanel=new Lt("Line width",oe.defaultStrokeWidths,oe.defaultStrokeWidth),_t.strokeWidthPanel.onWidthChanged=_t.setStrokeWidth,_t.strokeStylePanel=new It("Line style",oe.defaultStrokeDasharrays,oe.defaultStrokeDasharray),_t.strokeStylePanel.onStyleChanged=_t.setStrokeDasharray,_t}return wt(Et,ie),Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Et.prototype.getState=function(){var At=ie.prototype.getState.call(this);return At.typeName=Et.typeName,At},Et.typeName="FrameMarker",Et.title="Frame marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M4 6v13h16V6H4m14 11H6V8h12v9z"/></svg>',Et}(gt),Ft=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(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.x1=0,_t.y1=0,_t.x2=0,_t.y2=0,_t.defaultLength=50,_t.manipulationStartX=0,_t.manipulationStartY=0,_t.manipulationStartX1=0,_t.manipulationStartY1=0,_t.manipulationStartX2=0,_t.manipulationStartY2=0,_t.setupControlBox(),_t}return wt(Et,ie),Et.prototype.ownsTarget=function(At){return!!ie.prototype.ownsTarget.call(this,At)||!(!this.grip1.ownsTarget(At)&&!this.grip2.ownsTarget(At))},Et.prototype.pointerDown=function(At,Yt){ie.prototype.pointerDown.call(this,At,Yt),this.manipulationStartX=At.x,this.manipulationStartY=At.y,this.state==="new"&&(this.x1=At.x,this.y1=At.y,this.x2=At.x,this.y2=At.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(Yt)?this.activeGrip=this.grip1:this.grip2.ownsTarget(Yt)?this.activeGrip=this.grip2:this.activeGrip=void 0,this.activeGrip?this._state="resize":this._state="move")},Et.prototype.pointerUp=function(At){var Yt=this.state;ie.prototype.pointerUp.call(this,At),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(At),this._state="select",Yt==="creating"&&this.onMarkerCreated&&this.onMarkerCreated(this)},Et.prototype.adjustVisual=function(){},Et.prototype.manipulate=function(At){this.state==="creating"?this.resize(At):this.state==="move"?(this.x1=this.manipulationStartX1+At.x-this.manipulationStartX,this.y1=this.manipulationStartY1+At.y-this.manipulationStartY,this.x2=this.manipulationStartX2+At.x-this.manipulationStartX,this.y2=this.manipulationStartY2+At.y-this.manipulationStartY,this.adjustVisual(),this.adjustControlBox()):this.state==="resize"&&this.resize(At)},Et.prototype.resize=function(At){switch(this.activeGrip){case this.grip1:this.x1=At.x,this.y1=At.y;break;case this.grip2:case void 0:this.x2=At.x,this.y2=At.y}this.adjustVisual(),this.adjustControlBox()},Et.prototype.select=function(){ie.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},Et.prototype.deselect=function(){ie.prototype.deselect.call(this),this.controlBox.style.display="none"},Et.prototype.setupControlBox=function(){this.controlBox=zt.createGroup(),this.container.appendChild(this.controlBox),this.addControlGrips(),this.controlBox.style.display="none"},Et.prototype.adjustControlBox=function(){this.positionGrips()},Et.prototype.addControlGrips=function(){this.grip1=this.createGrip(),this.grip2=this.createGrip(),this.positionGrips()},Et.prototype.createGrip=function(){var At=new ut;return At.visual.transform.baseVal.appendItem(zt.createTransform()),this.controlBox.appendChild(At.visual),At},Et.prototype.positionGrips=function(){var At=this.grip1.GRIP_SIZE;this.positionGrip(this.grip1.visual,this.x1-At/2,this.y1-At/2),this.positionGrip(this.grip2.visual,this.x2-At/2,this.y2-At/2)},Et.prototype.positionGrip=function(At,Yt,oe){var _t=At.transform.baseVal.getItem(0);_t.setTranslate(Yt,oe),At.transform.baseVal.replaceItem(_t,0)},Et.prototype.getState=function(){return Object.assign({x1:this.x1,y1:this.y1,x2:this.x2,y2:this.y2},ie.prototype.getState.call(this))},Et.prototype.restoreState=function(At){ie.prototype.restoreState.call(this,At);var Yt=At;this.x1=Yt.x1,this.y1=Yt.y1,this.x2=Yt.x2,this.y2=Yt.y2},Et.prototype.scale=function(At,Yt){ie.prototype.scale.call(this,At,Yt),this.x1=this.x1*At,this.y1=this.y1*Yt,this.x2=this.x2*At,this.y2=this.y2*Yt,this.adjustVisual(),this.adjustControlBox()},Et}(lt),te=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.strokeColor="transparent",_t.strokeWidth=0,_t.strokeDasharray="",_t.setStrokeColor=_t.setStrokeColor.bind(_t),_t.setStrokeWidth=_t.setStrokeWidth.bind(_t),_t.setStrokeDasharray=_t.setStrokeDasharray.bind(_t),_t.strokeColor=oe.defaultColor,_t.strokeWidth=oe.defaultStrokeWidth,_t.strokeDasharray=oe.defaultStrokeDasharray,_t.strokePanel=new tt("Line color",oe.defaultColorSet,oe.defaultColor),_t.strokePanel.onColorChanged=_t.setStrokeColor,_t.strokeWidthPanel=new Lt("Line width",oe.defaultStrokeWidths,oe.defaultStrokeWidth),_t.strokeWidthPanel.onWidthChanged=_t.setStrokeWidth,_t.strokeStylePanel=new It("Line style",oe.defaultStrokeDasharrays,oe.defaultStrokeDasharray),_t.strokeStylePanel.onStyleChanged=_t.setStrokeDasharray,_t}return wt(Et,ie),Et.prototype.ownsTarget=function(At){return!(!ie.prototype.ownsTarget.call(this,At)&&At!==this.visual&&At!==this.selectorLine&&At!==this.visibleLine)},Et.prototype.createVisual=function(){this.visual=zt.createGroup(),this.selectorLine=zt.createLine(this.x1,this.y1,this.x2,this.y2,[["stroke","transparent"],["stroke-width",(this.strokeWidth+10).toString()]]),this.visibleLine=zt.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)},Et.prototype.pointerDown=function(At,Yt){ie.prototype.pointerDown.call(this,At,Yt),this.state==="new"&&(this.createVisual(),this.adjustVisual(),this._state="creating")},Et.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()),zt.setAttributes(this.visibleLine,[["stroke",this.strokeColor]]),zt.setAttributes(this.visibleLine,[["stroke-width",this.strokeWidth.toString()]]),zt.setAttributes(this.visibleLine,[["stroke-dasharray",this.strokeDasharray.toString()]]))},Et.prototype.setStrokeColor=function(At){this.strokeColor=At,this.adjustVisual(),this.colorChanged(At)},Et.prototype.setStrokeWidth=function(At){this.strokeWidth=At,this.adjustVisual()},Et.prototype.setStrokeDasharray=function(At){this.strokeDasharray=At,this.adjustVisual(),this.stateChanged()},Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Et.prototype.getState=function(){var At=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray},ie.prototype.getState.call(this));return At.typeName=Et.typeName,At},Et.prototype.restoreState=function(At){ie.prototype.restoreState.call(this,At);var Yt=At;this.strokeColor=Yt.strokeColor,this.strokeWidth=Yt.strokeWidth,this.strokeDasharray=Yt.strokeDasharray,this.createVisual(),this.adjustVisual()},Et.typeName="LineMarker",Et.title="Line marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"/></svg>',Et}(qt),Xt=function(ie){function Et(At,Yt,oe,_t){var Ot=ie.call(this,At,_t||'<svg viewBox="0 0 24 24"><path d="M17 8h3v12h1v1h-4v-1h1v-3h-4l-1.5 3H14v1h-4v-1h1l6-12m1 1l-3.5 7H18V9M5 3h5c1.11 0 2 .89 2 2v11H9v-5H6v5H3V5c0-1.11.89-2 2-2m1 2v4h3V5H6z"/></svg>')||this;return Ot.fonts=[],Ot.fontBoxes=[],Ot.fonts=Yt,Ot.currentFont=oe,Ot.setCurrentFont=Ot.setCurrentFont.bind(Ot),Ot}return wt(Et,ie),Et.prototype.getUi=function(){var At=this,Yt=document.createElement("div");return Yt.style.overflow="hidden",Yt.style.flexGrow="2",this.fonts.forEach(function(oe){var _t=document.createElement("div");_t.style.display="inline-block",_t.style.alignItems="center",_t.style.justifyContent="space-between",_t.style.padding="5px",_t.style.borderWidth="2px",_t.style.borderStyle="solid",_t.style.overflow="hidden",_t.style.maxWidth=100/At.fonts.length-5+"%",_t.style.borderColor=oe===At.currentFont?At.uiStyleSettings.toolboxAccentColor:"transparent",_t.addEventListener("click",function(){At.setCurrentFont(oe,_t)}),Yt.appendChild(_t);var Ot=document.createElement("div");Ot.style.display="flex",Ot.style.minHeight="20px",Ot.style.flexGrow="2",Ot.style.fontFamily=oe,Ot.style.overflow="hidden";var Pt=document.createElement("div");Pt.style.whiteSpace="nowrap",Pt.style.overflow="hidden",Pt.style.textOverflow="ellipsis",Pt.innerHTML="The quick brown fox jumps over the lazy dog",Ot.appendChild(Pt),_t.appendChild(Ot),At.fontBoxes.push(_t)}),Yt},Et.prototype.setCurrentFont=function(At,Yt){var oe=this;this.currentFont=At,this.fontBoxes.forEach(function(_t){_t.style.borderColor=_t===Yt?oe.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onFontChanged&&this.onFontChanged(this.currentFont)},Et}(et),he=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.color="transparent",_t.padding=5,_t.DEFAULT_TEXT="\u8BF7\u8F93\u5165\u6587\u672C",_t.text=_t.DEFAULT_TEXT,_t.isMoved=!1,_t.color=oe.defaultColor,_t.fontFamily=oe.defaultFontFamily,_t.defaultSize={x:100,y:30},_t.setColor=_t.setColor.bind(_t),_t.setFont=_t.setFont.bind(_t),_t.renderText=_t.renderText.bind(_t),_t.sizeText=_t.sizeText.bind(_t),_t.textEditDivClicked=_t.textEditDivClicked.bind(_t),_t.showTextEditor=_t.showTextEditor.bind(_t),_t.setSize=_t.setSize.bind(_t),_t.positionTextEditor=_t.positionTextEditor.bind(_t),_t.colorPanel=new tt("Color",oe.defaultColorSet,oe.defaultColor),_t.colorPanel.onColorChanged=_t.setColor,_t.fontFamilyPanel=new Xt("Font",oe.defaultFontFamilies,oe.defaultFontFamily),_t.fontFamilyPanel.onFontChanged=_t.setFont,_t}return wt(Et,ie),Et.prototype.ownsTarget=function(At){if(ie.prototype.ownsTarget.call(this,At)||At===this.visual||At===this.textElement||At===this.bgRectangle)return!0;var Yt=!1;return this.textElement.childNodes.forEach(function(oe){oe===At&&(Yt=!0)}),Yt},Et.prototype.createVisual=function(){this.visual=zt.createGroup(),this.bgRectangle=zt.createRect(1,1,[["fill","transparent"]]),this.visual.appendChild(this.bgRectangle),this.textElement=zt.createText([["fill",this.color],["font-family",this.fontFamily],["font-size","16px"],["x","0"],["y","0"]]),this.textElement.transform.baseVal.appendItem(zt.createTransform()),this.textElement.transform.baseVal.appendItem(zt.createTransform()),this.visual.appendChild(this.textElement),this.addMarkerVisualToContainer(this.visual),this.renderText()},Et.prototype.pointerDown=function(At,Yt){ie.prototype.pointerDown.call(this,At,Yt),this.isMoved=!1,this.pointerDownPoint=At,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(At),this._state="creating")},Et.prototype.renderText=function(){var At=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(Yt){At.textElement.appendChild(zt.createTSpan(Yt.trim()===""?" ":Yt.trim(),[["x","0"],["dy","1.2em"]]))}),setTimeout(this.sizeText,10)}},Et.prototype.getTextScale=function(){var At=this.textElement.getBBox(),Yt=1;if(At.width>0&&At.height>0){var oe=(1*this.width-this.width*this.padding*2/100)/At.width,_t=(1*this.height-this.height*this.padding*2/100)/At.height;Yt=Math.min(oe,_t)}return Yt},Et.prototype.getTextPosition=function(At){var Yt=this.textElement.getBBox(),oe=0,_t=0;return Yt.width>0&&Yt.height>0&&(oe=(this.width-Yt.width*At)/2,_t=this.height/2-Yt.height*At/2),{x:oe,y:_t}},Et.prototype.sizeText=function(){var At=this.textElement.getBBox(),Yt=this.getTextScale(),oe=this.getTextPosition(Yt);oe.y-=At.y*Yt,navigator.userAgent.indexOf("Edge/")>-1?this.textElement.style.transform="translate("+oe.x+"px, "+oe.y+"px) scale("+Yt+", "+Yt+")":(this.textElement.transform.baseVal.getItem(0).setTranslate(oe.x,oe.y),this.textElement.transform.baseVal.getItem(1).setScale(Yt,Yt))},Et.prototype.manipulate=function(At){ie.prototype.manipulate.call(this,At),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(At.x-this.pointerDownPoint.x)>5||Math.abs(At.y-this.pointerDownPoint.y)>5)},Et.prototype.resize=function(At){ie.prototype.resize.call(this,At),this.isMoved=!0,this.setSize(),this.sizeText()},Et.prototype.setSize=function(){ie.prototype.setSize.call(this),this.visual&&this.bgRectangle&&(zt.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),zt.setAttributes(this.bgRectangle,[["width",this.width.toString()],["height",this.height.toString()]]))},Et.prototype.pointerUp=function(At){var Yt=this.state;Yt==="creating"&&(this._suppressMarkerCreateEvent=!0),ie.prototype.pointerUp.call(this,At),this.setSize(),(Yt==="creating"||!this.isMoved&&Date.now()-this.pointerDownTimestamp>500)&&this.showTextEditor(),this.pointerDownPoint=void 0},Et.prototype.showTextEditor=function(){var At=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(Yt){Yt.stopPropagation()}),this.textEditor.addEventListener("input",function(){for(var Yt=Number.parseFloat(At.textEditor.style.fontSize);At.textEditor.clientWidth>=Number.parseInt(At.textEditor.style.maxWidth)&&Yt>.9;)Yt-=.1,At.textEditor.style.fontSize=Math.max(Yt,.9)+"em"}),this.textEditor.addEventListener("keyup",function(Yt){Yt.cancelBubble=!0}),this.textEditor.addEventListener("paste",function(Yt){if(Yt.clipboardData){var oe=Yt.clipboardData.getData("text"),_t=window.getSelection();if(!_t.rangeCount)return!1;_t.deleteFromDocument(),_t.getRangeAt(0).insertNode(document.createTextNode(oe)),Yt.preventDefault()}}),this.textEditDiv.addEventListener("pointerup",function(){At.textEditDivClicked(At.textEditor.innerText)}),this.textEditDiv.appendChild(this.textEditor),this.overlayContainer.appendChild(this.textEditDiv),this.hideVisual(),this.textEditor.focus(),document.execCommand("selectAll")},Et.prototype.positionTextEditor=function(){if(this.state==="edit")if(this.textEditor===void 0)this.showTextEditor();else{this.textElement.style.display="";var At=this.getTextScale(),Yt=this.rotatePoint({x:this.left+this.width/2,y:this.top+this.height/2}),oe=this.textElement.getBBox(),_t={x:oe.width*At,y:oe.height*At};Yt.x-=_t.x/2,Yt.y-=_t.y/2,this.textEditor.style.top=Yt.y+"px",this.textEditor.style.left=Yt.x+"px",this.textEditor.style.maxWidth=this.overlayContainer.offsetWidth-Yt.x+"px",this.textEditor.style.fontSize=Math.max(16*At,12)+"px",this.textElement.style.display="none"}},Et.prototype.textEditDivClicked=function(At){this.text=At.trim(),this.overlayContainer.innerHTML="",this.renderText(),this.showVisual(),this._suppressMarkerCreateEvent&&(this._suppressMarkerCreateEvent=!1,this.onMarkerCreated&&this.onMarkerCreated(this)),this.stateChanged()},Et.prototype.select=function(){ie.prototype.select.call(this),this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText)},Et.prototype.deselect=function(){this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText),ie.prototype.deselect.call(this)},Et.prototype.dblClick=function(At,Yt){ie.prototype.dblClick.call(this,At,Yt),this.showTextEditor()},Et.prototype.setColor=function(At){this.textElement&&zt.setAttributes(this.textElement,[["fill",At]]),this.color=At,this.textEditor&&(this.textEditor.style.color=this.color),this.colorChanged(At)},Et.prototype.setFont=function(At){this.textElement&&zt.setAttributes(this.textElement,[["font-family",At]]),this.fontFamily=At,this.textEditor&&(this.textEditor.style.fontFamily=this.fontFamily),this.renderText(),this.stateChanged()},Et.prototype.hideVisual=function(){this.textElement.style.display="none",this.hideControlBox()},Et.prototype.showVisual=function(){this.state==="edit"&&(this._state="select"),this.textElement.style.display="",this.showControlBox()},Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return[this.colorPanel,this.fontFamilyPanel]},enumerable:!1,configurable:!0}),Et.prototype.getState=function(){var At=Object.assign({color:this.color,fontFamily:this.fontFamily,padding:this.padding,text:this.text},ie.prototype.getState.call(this));return At.typeName=Et.typeName,At},Et.prototype.restoreState=function(At){var Yt=At;this.color=Yt.color,this.fontFamily=Yt.fontFamily,this.padding=Yt.padding,this.text=Yt.text,this.createVisual(),ie.prototype.restoreState.call(this,At),this.setSize()},Et.prototype.scale=function(At,Yt){ie.prototype.scale.call(this,At,Yt),this.setSize(),this.sizeText(),this.positionTextEditor()},Et.typeName="TextMarker",Et.title="Text marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M9.6 14L12 7.7l2.4 6.3M11 5L5.5 19h2.2l1.1-3H15l1.1 3h2.2L13 5h-2z"/></svg>',Et}(ft),fe=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.color="transparent",_t.lineWidth=3,_t.drawing=!1,_t.pixelRatio=1,_t.color=oe.defaultColor,_t.lineWidth=oe.defaultStrokeWidth,_t.pixelRatio=oe.freehandPixelRatio,_t.setColor=_t.setColor.bind(_t),_t.addCanvas=_t.addCanvas.bind(_t),_t.finishCreation=_t.finishCreation.bind(_t),_t.setLineWidth=_t.setLineWidth.bind(_t),_t.colorPanel=new tt("Color",oe.defaultColorSet,oe.defaultColor),_t.colorPanel.onColorChanged=_t.setColor,_t.lineWidthPanel=new Lt("Line width",oe.defaultStrokeWidths,oe.defaultStrokeWidth),_t.lineWidthPanel.onWidthChanged=_t.setLineWidth,_t}return wt(Et,ie),Et.prototype.ownsTarget=function(At){return!(!ie.prototype.ownsTarget.call(this,At)&&At!==this.visual&&At!==this.drawingImage)},Et.prototype.createVisual=function(){this.visual=zt.createGroup(),this.drawingImage=zt.createImage(),this.visual.appendChild(this.drawingImage);var At=zt.createTransform();this.visual.transform.baseVal.appendItem(At),this.addMarkerVisualToContainer(this.visual)},Et.prototype.pointerDown=function(At,Yt){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(At.x,At.y),this.drawing=!0):ie.prototype.pointerDown.call(this,At,Yt)},Et.prototype.manipulate=function(At){this.state==="creating"?this.drawing&&(this.canvasContext.lineTo(At.x,At.y),this.canvasContext.stroke()):ie.prototype.manipulate.call(this,At)},Et.prototype.resize=function(At){ie.prototype.resize.call(this,At),zt.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),zt.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]])},Et.prototype.pointerUp=function(At){this._state==="creating"?this.drawing&&(this.canvasContext.closePath(),this.drawing=!1,this.globalSettings.newFreehandMarkerOnPointerUp&&this.finishCreation()):ie.prototype.pointerUp.call(this,At)},Et.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)},Et.prototype.select=function(){this.state==="creating"&&this.finishCreation(),ie.prototype.select.call(this)},Et.prototype.deselect=function(){this.state==="creating"&&this.finishCreation(),ie.prototype.deselect.call(this)},Et.prototype.finishCreation=function(){for(var At=this.canvasContext.getImageData(0,0,this.canvasElement.width,this.canvasElement.height),Yt=[this.canvasElement.width+1,this.canvasElement.height+1,-1,-1],oe=Yt[0],_t=Yt[1],Ot=Yt[2],Pt=Yt[3],Tt=!1,$t=0;$t<this.canvasElement.height;$t++)for(var jt=0;jt<this.canvasElement.width;jt++)At.data[$t*this.canvasElement.width*4+4*jt+3]>0&&(Tt=!0,$t<_t&&(_t=$t),jt<oe&&(oe=jt),$t>Pt&&(Pt=$t),jt>Ot&&(Ot=jt));if(Tt){this.left=oe/this.pixelRatio,this.top=_t/this.pixelRatio,this.width=(Ot-oe)/this.pixelRatio,this.height=(Pt-_t)/this.pixelRatio;var Gt=document.createElement("canvas");Gt.width=Ot-oe,Gt.height=Pt-_t,Gt.getContext("2d").putImageData(this.canvasContext.getImageData(oe,_t,Ot-oe,Pt-_t),0,0),this.drawingImgUrl=Gt.toDataURL("image/png"),this.setDrawingImage(),this._state="select",this.onMarkerCreated&&this.onMarkerCreated(this)}this.overlayContainer.innerHTML=""},Et.prototype.setDrawingImage=function(){zt.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]]),zt.setAttributes(this.drawingImage,[["href",this.drawingImgUrl]]),this.moveVisual({x:this.left,y:this.top})},Et.prototype.setColor=function(At){this.color=At,this.colorChanged(At)},Et.prototype.setLineWidth=function(At){this.lineWidth=At},Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return this.state==="new"||this.state==="creating"?[this.colorPanel,this.lineWidthPanel]:[]},enumerable:!1,configurable:!0}),Et.prototype.getState=function(){var At=Object.assign({drawingImgUrl:this.drawingImgUrl},ie.prototype.getState.call(this));return At.typeName=Et.typeName,At},Et.prototype.restoreState=function(At){this.createVisual(),ie.prototype.restoreState.call(this,At),this.drawingImgUrl=At.drawingImgUrl,this.setDrawingImage()},Et.prototype.scale=function(At,Yt){ie.prototype.scale.call(this,At,Yt),this.setDrawingImage()},Et.typeName="FreehandMarker",Et.title="Freehand marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M9.75 20.85c1.78-.7 1.39-2.63.49-3.85-.89-1.25-2.12-2.11-3.36-2.94A9.817 9.817 0 014.54 12c-.28-.33-.85-.94-.27-1.06.59-.12 1.61.46 2.13.68.91.38 1.81.82 2.65 1.34l1.01-1.7C8.5 10.23 6.5 9.32 4.64 9.05c-1.06-.16-2.18.06-2.54 1.21-.32.99.19 1.99.77 2.77 1.37 1.83 3.5 2.71 5.09 4.29.34.33.75.72.95 1.18.21.44.16.47-.31.47-1.24 0-2.79-.97-3.8-1.61l-1.01 1.7c1.53.94 4.09 2.41 5.96 1.79m11.09-15.6c.22-.22.22-.58 0-.79l-1.3-1.3a.562.562 0 00-.78 0l-1.02 1.02 2.08 2.08M11 10.92V13h2.08l6.15-6.15-2.08-2.08L11 10.92z"/></svg>',Et}(ft),Ce=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,oe||'<svg viewBox="0 0 24 24"><path d="M8 14v4l-6-6 6-6v4h8V6l6 6-6 6v-4H8z"/></svg>')||this;return _t.typeBoxes=[],_t.currentType=Yt,_t.setCurrentType=_t.setCurrentType.bind(_t),_t}return wt(Et,ie),Et.prototype.getUi=function(){var At=this,Yt=document.createElement("div");Yt.style.display="flex",Yt.style.overflow="hidden",Yt.style.flexGrow="2";for(var oe=function(Pt){var Tt="both";switch(Pt){case 0:Tt="both";break;case 1:Tt="start";break;case 2:Tt="end";break;case 3:Tt="none"}var $t=document.createElement("div");if($t.style.display="flex",$t.style.flexGrow="2",$t.style.alignItems="center",$t.style.justifyContent="space-between",$t.style.padding="5px",$t.style.borderWidth="2px",$t.style.borderStyle="solid",$t.style.borderColor=Tt===_t.currentType?_t.uiStyleSettings.toolboxAccentColor:"transparent",$t.addEventListener("click",function(){At.setCurrentType(Tt,$t)}),Yt.appendChild($t),Tt==="both"||Tt==="start"){var jt=document.createElement("div");jt.style.display="flex",jt.style.alignItems="center",jt.style.minHeight="20px",jt.innerHTML=`<svg viewBox="0 0 10 10" width="10" height="10" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,5 10,0 10,10" fill="`+(_t.uiStyleSettings!==void 0?_t.uiStyleSettings.toolboxColor:"#eeeeee")+`" />
</svg>`,jt.style.marginLeft="5px",$t.appendChild(jt)}var Gt=document.createElement("div");Gt.style.display="flex",Gt.style.alignItems="center",Gt.style.minHeight="20px",Gt.style.flexGrow="2";var ae=document.createElement("hr");if(ae.style.minWidth="20px",ae.style.border="0px",ae.style.borderTop="3px solid "+(_t.uiStyleSettings!==void 0?_t.uiStyleSettings.toolboxColor:"#eeeeee"),ae.style.flexGrow="2",Gt.appendChild(ae),$t.appendChild(Gt),Tt==="both"||Tt==="end"){var xe=document.createElement("div");xe.style.display="flex",xe.style.alignItems="center",xe.style.minHeight="20px",xe.innerHTML=`<svg viewBox="0 0 10 10" width="10" height="10" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,0 10,5 0,10" fill="`+(_t.uiStyleSettings!==void 0?_t.uiStyleSettings.toolboxColor:"#eeeeee")+`" />
</svg>`,xe.style.marginRight="5px",$t.appendChild(xe)}_t.typeBoxes.push($t)},_t=this,Ot=0;Ot<4;Ot++)oe(Ot);return Yt},Et.prototype.setCurrentType=function(At,Yt){var oe=this;this.currentType=At,this.typeBoxes.forEach(function(_t){_t.style.borderColor=_t===Yt?oe.uiStyleSettings!==void 0?oe.uiStyleSettings.toolboxAccentColor:"#3080c3":"transparent"}),this.onArrowTypeChanged&&this.onArrowTypeChanged(this.currentType)},Et}(et),Fe=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.arrowType="end",_t.arrowBaseHeight=10,_t.arrowBaseWidth=10,_t.getArrowPoints=_t.getArrowPoints.bind(_t),_t.setArrowType=_t.setArrowType.bind(_t),_t.arrowTypePanel=new Ce("Arrow type","end"),_t.arrowTypePanel.onArrowTypeChanged=_t.setArrowType,_t}return wt(Et,ie),Et.prototype.ownsTarget=function(At){return!(!ie.prototype.ownsTarget.call(this,At)&&At!==this.arrow1&&At!==this.arrow2)},Et.prototype.getArrowPoints=function(At,Yt){var oe=this.arrowBaseWidth+2*this.strokeWidth,_t=this.arrowBaseHeight+2*this.strokeWidth;return At-oe/2+","+(Yt+_t/2)+" "+At+","+(Yt-_t/2)+" "+(At+oe/2)+","+(Yt+_t/2)},Et.prototype.createTips=function(){this.arrow1=zt.createPolygon(this.getArrowPoints(this.x1,this.y1),[["fill",this.strokeColor]]),this.arrow1.transform.baseVal.appendItem(zt.createTransform()),this.visual.appendChild(this.arrow1),this.arrow2=zt.createPolygon(this.getArrowPoints(this.x2,this.y2),[["fill",this.strokeColor]]),this.arrow2.transform.baseVal.appendItem(zt.createTransform()),this.visual.appendChild(this.arrow2)},Et.prototype.pointerDown=function(At,Yt){ie.prototype.pointerDown.call(this,At,Yt),this.state==="creating"&&this.createTips()},Et.prototype.adjustVisual=function(){if(ie.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",zt.setAttributes(this.arrow1,[["points",this.getArrowPoints(this.x1,this.y1)],["fill",this.strokeColor]]),zt.setAttributes(this.arrow2,[["points",this.getArrowPoints(this.x2,this.y2)],["fill",this.strokeColor]]);var At=0;Math.abs(this.x1-this.x2)>.1&&(At=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2));var Yt=this.arrow1.transform.baseVal.getItem(0);Yt.setRotate(At,this.x1,this.y1),this.arrow1.transform.baseVal.replaceItem(Yt,0);var oe=this.arrow2.transform.baseVal.getItem(0);oe.setRotate(At+180,this.x2,this.y2),this.arrow2.transform.baseVal.replaceItem(oe,0)}},Et.prototype.setArrowType=function(At){this.arrowType=At,this.adjustVisual(),this.stateChanged()},Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel,this.arrowTypePanel]},enumerable:!1,configurable:!0}),Et.prototype.getState=function(){var At=Object.assign({arrowType:this.arrowType},ie.prototype.getState.call(this));return At.typeName=Et.typeName,At},Et.prototype.restoreState=function(At){ie.prototype.restoreState.call(this,At);var Yt=At;this.arrowType=Yt.arrowType,this.createTips(),this.adjustVisual()},Et.typeName="ArrowMarker",Et.title="Arrow marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 7 15.59V9H5v10h10v-2H8.41L19 6.41z"/></svg>',Et}(te),ze=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.fillColor=oe.defaultFillColor,_t.strokeWidth=0,_t.fillPanel=new tt("Color",oe.defaultColorSet,oe.defaultFillColor),_t.fillPanel.onColorChanged=_t.setFillColor,_t}return wt(Et,ie),Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return[this.fillPanel]},enumerable:!1,configurable:!0}),Et.prototype.getState=function(){var At=ie.prototype.getState.call(this);return At.typeName=Et.typeName,At},Et.typeName="CoverMarker",Et.title="Cover marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M4 6v13h16V6H4z"/></svg>',Et}(gt),we=function(ie){function Et(At,Yt,oe,_t){var Ot=ie.call(this,At,_t||'<svg viewBox="0 0 24 24"><path d="M17.66 8L12 2.35 6.34 8A8.02 8.02 0 004 13.64c0 2 .78 4.11 2.34 5.67a7.99 7.99 0 0011.32 0c1.56-1.56 2.34-3.67 2.34-5.67S19.22 9.56 17.66 8M6 14c0-2 .62-3.27 1.76-4.4L12 5.27l4.24 4.38C17.38 10.77 18 12 18 14H6z"/></svg>')||this;return Ot.opacities=[],Ot.opacityBoxes=[],Ot.opacities=Yt,Ot.currentOpacity=oe,Ot.setCurrentOpacity=Ot.setCurrentOpacity.bind(Ot),Ot}return wt(Et,ie),Et.prototype.getUi=function(){var At=this,Yt=document.createElement("div");return Yt.style.display="flex",Yt.style.overflow="hidden",Yt.style.flexGrow="2",Yt.style.justifyContent="space-between",this.opacities.forEach(function(oe){var _t=document.createElement("div");_t.style.display="flex",_t.style.alignItems="center",_t.style.justifyContent="center",_t.style.padding="5px",_t.style.borderWidth="2px",_t.style.borderStyle="solid",_t.style.borderColor=oe===At.currentOpacity?At.uiStyleSettings.toolboxAccentColor:"transparent",_t.addEventListener("click",function(){At.setCurrentOpacity(oe,_t)}),Yt.appendChild(_t);var Ot=document.createElement("div");Ot.innerText=100*oe+"%",_t.appendChild(Ot),At.opacityBoxes.push(_t)}),Yt},Et.prototype.setCurrentOpacity=function(At,Yt){var oe=this;this.currentOpacity=At,this.opacityBoxes.forEach(function(_t){_t.style.borderColor=_t===Yt?oe.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onOpacityChanged&&this.onOpacityChanged(this.currentOpacity)},Et}(et),De=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.setOpacity=_t.setOpacity.bind(_t),_t.fillColor=oe.defaultHighlightColor,_t.strokeWidth=0,_t.opacity=oe.defaultHighlightOpacity,_t.fillPanel=new tt("Color",oe.defaultColorSet,_t.fillColor),_t.fillPanel.onColorChanged=_t.setFillColor,_t.opacityPanel=new we("Opacity",oe.defaultOpacitySteps,_t.opacity),_t.opacityPanel.onOpacityChanged=_t.setOpacity,_t}return wt(Et,ie),Et.prototype.setOpacity=function(At){this.opacity=At,this.visual&&zt.setAttributes(this.visual,[["opacity",this.opacity.toString()]]),this.stateChanged()},Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return[this.fillPanel,this.opacityPanel]},enumerable:!1,configurable:!0}),Et.prototype.getState=function(){var At=ie.prototype.getState.call(this);return At.typeName=Et.typeName,At},Et.typeName="HighlightMarker",Et.title="Highlight marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M18.5 1.15c-.53 0-1.04.19-1.43.58l-5.81 5.82 5.65 5.65 5.82-5.81c.77-.78.77-2.04 0-2.83l-2.84-2.83c-.39-.39-.89-.58-1.39-.58M10.3 8.5l-5.96 5.96c-.78.78-.78 2.04.02 2.85C3.14 18.54 1.9 19.77.67 21h5.66l.86-.86c.78.76 2.03.75 2.81-.02l5.95-5.96"/></svg>',Et}(ze),pe='<svg viewBox="0 0 24 24"><path d="M9.62 12L12 5.67 14.37 12M11 3L5.5 17h2.25l1.12-3h6.25l1.13 3h2.25L13 3h-2z"/></svg>',Jt='<svg viewBox="0 0 24 24"><path d="M19 11.5s-2 2.17-2 3.5a2 2 0 002 2 2 2 0 002-2c0-1.33-2-3.5-2-3.5M5.21 10L10 5.21 14.79 10m1.77-1.06L7.62 0 6.21 1.41l2.38 2.38-5.15 5.15c-.59.56-.59 1.53 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.59.59-1.56 0-2.12z"/></svg>',re=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.bgColor="transparent",_t.tipPosition={x:0,y:0},_t.tipBase1Position={x:0,y:0},_t.tipBase2Position={x:0,y:0},_t.tipMoving=!1,_t.color=oe.defaultStrokeColor,_t.bgColor=oe.defaultFillColor,_t.fontFamily=oe.defaultFontFamily,_t.defaultSize={x:100,y:30},_t.setBgColor=_t.setBgColor.bind(_t),_t.getTipPoints=_t.getTipPoints.bind(_t),_t.positionTip=_t.positionTip.bind(_t),_t.setTipPoints=_t.setTipPoints.bind(_t),_t.colorPanel=new tt("Text color",oe.defaultColorSet,_t.color,pe),_t.colorPanel.onColorChanged=_t.setColor,_t.bgColorPanel=new tt("Fill color",oe.defaultColorSet,_t.bgColor,Jt),_t.bgColorPanel.onColorChanged=_t.setBgColor,_t.fontFamilyPanel=new Xt("Font",oe.defaultFontFamilies,oe.defaultFontFamily),_t.fontFamilyPanel.onFontChanged=_t.setFont,_t.tipGrip=new ut,_t.tipGrip.visual.transform.baseVal.appendItem(zt.createTransform()),_t.controlBox.appendChild(_t.tipGrip.visual),_t}return wt(Et,ie),Et.prototype.ownsTarget=function(At){return ie.prototype.ownsTarget.call(this,At)||this.tipGrip.ownsTarget(At)||this.tip===At},Et.prototype.createTip=function(){zt.setAttributes(this.bgRectangle,[["fill",this.bgColor],["rx","10px"]]),this.tip=zt.createPolygon(this.getTipPoints(),[["fill",this.bgColor]]),this.visual.appendChild(this.tip)},Et.prototype.pointerDown=function(At,Yt){this.state==="new"&&ie.prototype.pointerDown.call(this,At,Yt),this.state==="creating"?this.createTip():this.tipGrip.ownsTarget(Yt)?(this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.tipMoving=!0):ie.prototype.pointerDown.call(this,At,Yt)},Et.prototype.pointerUp=function(At){if(this.tipMoving)this.tipMoving=!1,this.isMoved=!0,ie.prototype.pointerUp.call(this,At);else{var Yt=this.state==="creating";ie.prototype.pointerUp.call(this,At),this.setTipPoints(Yt),this.positionTip()}},Et.prototype.manipulate=function(At){if(this.tipMoving){var Yt=this.unrotatePoint(At);this.tipPosition={x:Yt.x-this.manipulationStartLeft,y:Yt.y-this.manipulationStartTop},this.positionTip()}else ie.prototype.manipulate.call(this,At)},Et.prototype.setBgColor=function(At){this.bgRectangle&&this.tip&&(zt.setAttributes(this.bgRectangle,[["fill",At]]),zt.setAttributes(this.tip,[["fill",At]])),this.bgColor=At,this.fillColorChanged(At)},Et.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},Et.prototype.setTipPoints=function(At){At===void 0&&(At=!1);var Yt=Math.min(this.height/2,15),oe=this.height/5;At&&(this.tipPosition={x:Yt+oe/2,y:this.height+20});var _t=Math.atan(this.height/2/(this.width/2));this.tipPosition.x<this.width/2&&this.tipPosition.y<this.height/2?_t<Math.atan((this.height/2-this.tipPosition.y)/(this.width/2-this.tipPosition.x))?(oe=this.width/5,Yt=Math.min(this.width/2,15),this.tipBase1Position={x:Yt,y:0},this.tipBase2Position={x:Yt+oe,y:0}):(this.tipBase1Position={x:0,y:Yt},this.tipBase2Position={x:0,y:Yt+oe}):this.tipPosition.x>=this.width/2&&this.tipPosition.y<this.height/2?_t<Math.atan((this.height/2-this.tipPosition.y)/(this.tipPosition.x-this.width/2))?(oe=this.width/5,Yt=Math.min(this.width/2,15),this.tipBase1Position={x:this.width-Yt-oe,y:0},this.tipBase2Position={x:this.width-Yt,y:0}):(this.tipBase1Position={x:this.width,y:Yt},this.tipBase2Position={x:this.width,y:Yt+oe}):this.tipPosition.x>=this.width/2&&this.tipPosition.y>=this.height/2?_t<Math.atan((this.tipPosition.y-this.height/2)/(this.tipPosition.x-this.width/2))?(oe=this.width/5,Yt=Math.min(this.width/2,15),this.tipBase1Position={x:this.width-Yt-oe,y:this.height},this.tipBase2Position={x:this.width-Yt,y:this.height}):(this.tipBase1Position={x:this.width,y:this.height-Yt-oe},this.tipBase2Position={x:this.width,y:this.height-Yt}):_t<Math.atan((this.tipPosition.y-this.height/2)/(this.width/2-this.tipPosition.x))?(oe=this.width/5,Yt=Math.min(this.width/2,15),this.tipBase1Position={x:Yt,y:this.height},this.tipBase2Position={x:Yt+oe,y:this.height}):(this.tipBase1Position={x:0,y:this.height-Yt},this.tipBase2Position={x:0,y:this.height-Yt-oe})},Et.prototype.resize=function(At){ie.prototype.resize.call(this,At),this.positionTip()},Et.prototype.positionTip=function(){zt.setAttributes(this.tip,[["points",this.getTipPoints()]]);var At=this.tipGrip.visual.transform.baseVal.getItem(0);At.setTranslate(this.tipPosition.x,this.tipPosition.y),this.tipGrip.visual.transform.baseVal.replaceItem(At,0)},Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return[this.colorPanel,this.bgColorPanel,this.fontFamilyPanel]},enumerable:!1,configurable:!0}),Et.prototype.select=function(){this.positionTip(),ie.prototype.select.call(this)},Et.prototype.getState=function(){var At=Object.assign({bgColor:this.bgColor,tipPosition:this.tipPosition},ie.prototype.getState.call(this));return At.typeName=Et.typeName,At},Et.prototype.restoreState=function(At){var Yt=At;this.bgColor=Yt.bgColor,this.tipPosition=Yt.tipPosition,ie.prototype.restoreState.call(this,At),this.createTip(),this.setTipPoints()},Et.prototype.scale=function(At,Yt){ie.prototype.scale.call(this,At,Yt),this.tipPosition={x:this.tipPosition.x*At,y:this.tipPosition.y*Yt},this.positionTip()},Et.typeName="CalloutMarker",Et.title="Callout marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 012 2v12a2 2 0 01-2 2h-4l-4 4-4-4H4a2 2 0 01-2-2V4a2 2 0 012-2m0 2v12h4.83L12 19.17 15.17 16H20V4H4m2 3h12v2H6V7m0 4h10v2H6v-2z"/></svg>',Et}(he),se=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.fillColor="transparent",_t.strokeColor="transparent",_t.strokeWidth=0,_t.strokeDasharray="",_t.opacity=1,_t.strokeColor=oe.defaultColor,_t.strokeWidth=oe.defaultStrokeWidth,_t.strokeDasharray=oe.defaultStrokeDasharray,_t.fillColor=oe.defaultFillColor,_t.setStrokeColor=_t.setStrokeColor.bind(_t),_t.setFillColor=_t.setFillColor.bind(_t),_t.setStrokeWidth=_t.setStrokeWidth.bind(_t),_t.setStrokeDasharray=_t.setStrokeDasharray.bind(_t),_t.setOpacity=_t.setOpacity.bind(_t),_t.createVisual=_t.createVisual.bind(_t),_t.strokePanel=new tt("Line color",Bt(oe.defaultColorSet,["transparent"]),oe.defaultColor),_t.strokePanel.onColorChanged=_t.setStrokeColor,_t.fillPanel=new tt("Fill color",Bt(oe.defaultColorSet,["transparent"]),_t.fillColor,Jt),_t.fillPanel.onColorChanged=_t.setFillColor,_t.strokeWidthPanel=new Lt("Line width",oe.defaultStrokeWidths,oe.defaultStrokeWidth),_t.strokeWidthPanel.onWidthChanged=_t.setStrokeWidth,_t.strokeStylePanel=new It("Line style",oe.defaultStrokeDasharrays,oe.defaultStrokeDasharray),_t.strokeStylePanel.onStyleChanged=_t.setStrokeDasharray,_t.opacityPanel=new we("Opacity",oe.defaultOpacitySteps,_t.opacity),_t.opacityPanel.onOpacityChanged=_t.setOpacity,_t}return wt(Et,ie),Et.prototype.ownsTarget=function(At){return!(!ie.prototype.ownsTarget.call(this,At)&&At!==this.visual)},Et.prototype.createVisual=function(){this.visual=zt.createEllipse(this.width/2,this.height/2,[["fill",this.fillColor],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()],["stroke-dasharray",this.strokeDasharray],["opacity",this.opacity.toString()]]),this.addMarkerVisualToContainer(this.visual)},Et.prototype.pointerDown=function(At,Yt){ie.prototype.pointerDown.call(this,At,Yt),this.state==="new"&&(this.createVisual(),this.moveVisual(At),this._state="creating")},Et.prototype.manipulate=function(At){ie.prototype.manipulate.call(this,At)},Et.prototype.resize=function(At){ie.prototype.resize.call(this,At),this.setSize()},Et.prototype.setSize=function(){ie.prototype.setSize.call(this),zt.setAttributes(this.visual,[["cx",(this.width/2).toString()],["cy",(this.height/2).toString()],["rx",(this.width/2).toString()],["ry",(this.height/2).toString()]])},Et.prototype.pointerUp=function(At){ie.prototype.pointerUp.call(this,At),this.setSize()},Et.prototype.setStrokeColor=function(At){this.strokeColor=At,this.visual&&zt.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(At),this.stateChanged()},Et.prototype.setFillColor=function(At){this.fillColor=At,this.visual&&zt.setAttributes(this.visual,[["fill",this.fillColor]]),this.fillColorChanged(At),this.stateChanged()},Et.prototype.setStrokeWidth=function(At){this.strokeWidth=At,this.visual&&zt.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},Et.prototype.setStrokeDasharray=function(At){this.strokeDasharray=At,this.visual&&zt.setAttributes(this.visual,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Et.prototype.setOpacity=function(At){this.opacity=At,this.visual&&zt.setAttributes(this.visual,[["opacity",this.opacity.toString()]]),this.stateChanged()},Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.fillPanel,this.strokeWidthPanel,this.strokeStylePanel,this.opacityPanel]},enumerable:!1,configurable:!0}),Et.prototype.getState=function(){var At=Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:this.opacity},ie.prototype.getState.call(this));return At.typeName=Et.typeName,At},Et.prototype.restoreState=function(At){var Yt=At;this.fillColor=Yt.fillColor,this.strokeColor=Yt.strokeColor,this.strokeWidth=Yt.strokeWidth,this.strokeDasharray=Yt.strokeDasharray,this.opacity=Yt.opacity,this.createVisual(),ie.prototype.restoreState.call(this,At),this.setSize()},Et.prototype.scale=function(At,Yt){ie.prototype.scale.call(this,At,Yt),this.setSize()},Et.typeName="EllipseMarker",Et.title="Ellipse marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M12 4C6.5 4 2 7.58 2 12s4.5 8 10 8 10-3.58 10-8-4.5-8-10-8z"/></svg>',Et}(ft),ge=function(ie){function Et(At,Yt,oe){return ie.call(this,At,Yt,oe)||this}return wt(Et,ie),Object.defineProperty(Et.prototype,"tipLength",{get:function(){return 10+3*this.strokeWidth},enumerable:!1,configurable:!0}),Et.prototype.ownsTarget=function(At){return!(!ie.prototype.ownsTarget.call(this,At)&&At!==this.tip1&&At!==this.tip2)},Et.prototype.createTips=function(){this.tip1=zt.createLine(this.x1-this.tipLength/2,this.y1,this.x1+this.tipLength/2,this.y1,[["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),this.tip1.transform.baseVal.appendItem(zt.createTransform()),this.visual.appendChild(this.tip1),this.tip2=zt.createLine(this.x2-this.tipLength/2,this.y2,this.x2+this.tipLength/2,this.y2,[["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),this.tip2.transform.baseVal.appendItem(zt.createTransform()),this.visual.appendChild(this.tip2)},Et.prototype.pointerDown=function(At,Yt){ie.prototype.pointerDown.call(this,At,Yt),this.state==="creating"&&this.createTips()},Et.prototype.adjustVisual=function(){if(ie.prototype.adjustVisual.call(this),this.tip1&&this.tip2&&(zt.setAttributes(this.tip1,[["x1",(this.x1-this.tipLength/2).toString()],["y1",this.y1.toString()],["x2",(this.x1+this.tipLength/2).toString()],["y2",this.y1.toString()],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),zt.setAttributes(this.tip2,[["x1",(this.x2-this.tipLength/2).toString()],["y1",this.y2.toString()],["x2",(this.x2+this.tipLength/2).toString()],["y2",this.y2.toString()],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),Math.abs(this.x1-this.x2)>.1)){var At=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2),Yt=this.tip1.transform.baseVal.getItem(0);Yt.setRotate(At,this.x1,this.y1),this.tip1.transform.baseVal.replaceItem(Yt,0);var oe=this.tip2.transform.baseVal.getItem(0);oe.setRotate(At+180,this.x2,this.y2),this.tip2.transform.baseVal.replaceItem(oe,0)}},Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Et.prototype.getState=function(){var At=ie.prototype.getState.call(this);return At.typeName=Et.typeName,At},Et.prototype.restoreState=function(At){ie.prototype.restoreState.call(this,At),this.createTips(),this.adjustVisual()},Et.typeName="MeasurementMarker",Et.title="Measurement marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M1.39 18.36l1.77-1.76L4.58 18l1.06-1.05-1.42-1.41 1.42-1.42 2.47 2.48 1.06-1.06-2.47-2.48 1.41-1.41 1.42 1.41L10.59 12l-1.42-1.41 1.42-1.42 2.47 2.48 1.06-1.06-2.47-2.48 1.41-1.41 1.41 1.41 1.07-1.06-1.42-1.41 1.42-1.42L18 6.7l1.07-1.06-2.47-2.48 1.76-1.77 4.25 4.25L5.64 22.61l-4.25-4.25z"/></svg>',Et}(te),ue=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.strokePanel.colors=oe.defaultColorSet,_t.fillColor="transparent",_t}return wt(Et,ie),Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Et.prototype.getState=function(){var At=ie.prototype.getState.call(this);return At.typeName=Et.typeName,At},Et.typeName="EllipseFrameMarker",Et.title="Ellipse frame marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M12 6c4.41 0 8 2.69 8 6s-3.59 6-8 6-8-2.69-8-6 3.59-6 8-6m0-2C6.5 4 2 7.58 2 12s4.5 8 10 8 10-3.58 10-8-4.5-8-10-8z"/></svg>',Et}(se),je=function(){function ie(){this.undoStack=[],this.redoStack=[]}return Object.defineProperty(ie.prototype,"isUndoPossible",{get:function(){return this.undoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"isRedoPossible",{get:function(){return this.redoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"undoStepCount",{get:function(){return this.undoStack.length},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"redoStepCount",{get:function(){return this.redoStack.length},enumerable:!1,configurable:!0}),ie.prototype.addUndoStep=function(Et){this.undoStack.length!==0&&JSON.stringify(this.undoStack[this.undoStack.length-1])===JSON.stringify(Et)||(this.undoStack.push(Et),JSON.stringify(this.lastRedoStep)!==JSON.stringify(Et)&&this.redoStack.splice(0,this.redoStack.length))},ie.prototype.replaceLastUndoStep=function(Et){this.undoStack.length>0&&(this.undoStack[this.undoStack.length-1]=Et)},ie.prototype.getLastUndoStep=function(){return this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0},ie.prototype.undo=function(){if(this.undoStack.length>1){var Et=this.undoStack.pop();return Et!==void 0&&this.redoStack.push(Et),this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0}},ie.prototype.redo=function(){return this.lastRedoStep=this.redoStack.pop(),this.lastRedoStep},ie}(),Ne=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.strokeColor="transparent",_t.strokeWidth=0,_t.strokeDasharray="",_t.curveX=0,_t.curveY=0,_t.manipulationStartCurveX=0,_t.manipulationStartCurveY=0,_t.setStrokeColor=_t.setStrokeColor.bind(_t),_t.setStrokeWidth=_t.setStrokeWidth.bind(_t),_t.setStrokeDasharray=_t.setStrokeDasharray.bind(_t),_t.positionGrips=_t.positionGrips.bind(_t),_t.addControlGrips=_t.addControlGrips.bind(_t),_t.adjustVisual=_t.adjustVisual.bind(_t),_t.setupControlBox=_t.setupControlBox.bind(_t),_t.resize=_t.resize.bind(_t),_t.strokeColor=oe.defaultColor,_t.strokeWidth=oe.defaultStrokeWidth,_t.strokeDasharray=oe.defaultStrokeDasharray,_t.strokePanel=new tt("Line color",oe.defaultColorSet,oe.defaultColor),_t.strokePanel.onColorChanged=_t.setStrokeColor,_t.strokeWidthPanel=new Lt("Line width",oe.defaultStrokeWidths,oe.defaultStrokeWidth),_t.strokeWidthPanel.onWidthChanged=_t.setStrokeWidth,_t.strokeStylePanel=new It("Line style",oe.defaultStrokeDasharrays,oe.defaultStrokeDasharray),_t.strokeStylePanel.onStyleChanged=_t.setStrokeDasharray,_t}return wt(Et,ie),Et.prototype.ownsTarget=function(At){return!(!ie.prototype.ownsTarget.call(this,At)&&At!==this.visual&&At!==this.selectorCurve&&At!==this.visibleCurve&&!this.curveGrip.ownsTarget(At))},Et.prototype.getPathD=function(){return"M "+this.x1+" "+this.y1+" Q "+this.curveX+" "+this.curveY+", "+this.x2+" "+this.y2},Et.prototype.createVisual=function(){this.visual=zt.createGroup(),this.selectorCurve=zt.createPath(this.getPathD(),[["stroke","transparent"],["stroke-width",(this.strokeWidth+10).toString()],["fill","transparent"]]),this.visibleCurve=zt.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)},Et.prototype.pointerDown=function(At,Yt){ie.prototype.pointerDown.call(this,At,Yt),this.manipulationStartCurveX=this.curveX,this.manipulationStartCurveY=this.curveY,this.state==="new"&&(this.curveX=At.x,this.curveY=At.y),this.state==="new"?(this.createVisual(),this.adjustVisual(),this._state="creating"):this.curveGrip.ownsTarget(Yt)&&(this.activeGrip=this.curveGrip,this._state="resize")},Et.prototype.adjustVisual=function(){this.selectorCurve&&this.visibleCurve&&(this.selectorCurve.setAttribute("d",this.getPathD()),this.visibleCurve.setAttribute("d",this.getPathD()),zt.setAttributes(this.visibleCurve,[["stroke",this.strokeColor]]),zt.setAttributes(this.visibleCurve,[["stroke-width",this.strokeWidth.toString()]]),zt.setAttributes(this.visibleCurve,[["stroke-dasharray",this.strokeDasharray.toString()]]))},Et.prototype.setupControlBox=function(){ie.prototype.setupControlBox.call(this),this.curveControlLine1=zt.createLine(this.x1,this.y1,this.curveX,this.curveY,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"]]),this.curveControlLine2=zt.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)},Et.prototype.addControlGrips=function(){this.curveGrip=this.createGrip(),this.curveX=0,this.curveY=0,ie.prototype.addControlGrips.call(this)},Et.prototype.positionGrips=function(){ie.prototype.positionGrips.call(this);var At=this.curveGrip.GRIP_SIZE;this.positionGrip(this.curveGrip.visual,this.curveX-At/2,this.curveY-At/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()))},Et.prototype.manipulate=function(At){this.state==="move"&&(this.curveX=this.manipulationStartCurveX+At.x-this.manipulationStartX,this.curveY=this.manipulationStartCurveY+At.y-this.manipulationStartY),ie.prototype.manipulate.call(this,At)},Et.prototype.resize=function(At){this.activeGrip===this.curveGrip&&(this.curveX=At.x,this.curveY=At.y),ie.prototype.resize.call(this,At),this.state==="creating"&&(this.curveX=this.x1+(this.x2-this.x1)/2,this.curveY=this.y1+(this.y2-this.y1)/2)},Et.prototype.setStrokeColor=function(At){this.strokeColor=At,this.adjustVisual(),this.colorChanged(At)},Et.prototype.setStrokeWidth=function(At){this.strokeWidth=At,this.adjustVisual()},Et.prototype.setStrokeDasharray=function(At){this.strokeDasharray=At,this.adjustVisual()},Et.prototype.scale=function(At,Yt){this.curveX=this.curveX*At,this.curveY=this.curveY*Yt,ie.prototype.scale.call(this,At,Yt)},Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Et.prototype.getState=function(){var At=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,curveX:this.curveX,curveY:this.curveY},ie.prototype.getState.call(this));return At.typeName=Et.typeName,At},Et.prototype.restoreState=function(At){ie.prototype.restoreState.call(this,At);var Yt=At;this.strokeColor=Yt.strokeColor,this.strokeWidth=Yt.strokeWidth,this.strokeDasharray=Yt.strokeDasharray,this.curveX=Yt.curveX,this.curveY=Yt.curveY,this.createVisual(),this.adjustVisual()},Et.typeName="CurveMarker",Et.title="Curve marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M18.5 2A1.5 1.5 0 0120 3.5 1.5 1.5 0 0118.5 5c-.23 0-.45-.05-.65-.15l-3.69 3.7.34.45c2.19-1.26 4.76-2 7.5-2l1 .03v2.01L22 9c-2.58 0-5 .75-7 2.04A3.96 3.96 0 0111.04 15C9.75 17 9 19.42 9 22l.04 1H7.03L7 22c0-2.74.74-5.31 2-7.5l-.45-.34-3.7 3.69c.1.2.15.42.15.65A1.5 1.5 0 013.5 20 1.5 1.5 0 012 18.5 1.5 1.5 0 013.5 17c.23 0 .45.05.65.15l3.69-3.7C7.31 12.78 7 11.92 7 11a4 4 0 014-4c.92 0 1.78.31 2.45.84l3.7-3.69c-.1-.2-.15-.42-.15-.65A1.5 1.5 0 0118.5 2M11 9a2 2 0 00-2 2 2 2 0 002 2 2 2 0 002-2 2 2 0 00-2-2z"/></svg>',Et}(qt),qe=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,Yt,oe)||this;return _t.fillColor="transparent",_t.strokeColor="transparent",_t.strokeWidth=0,_t.strokeDasharray="",_t.textColor="transparent",_t.fontSize="1rem",_t.isMoved=!1,_t.captionText="Caption",_t.PADDING=5,_t.captionBoxWidth=0,_t.captionBoxHeight=0,_t.strokeColor=oe.defaultColor,_t.strokeWidth=oe.defaultStrokeWidth,_t.strokeDasharray=oe.defaultStrokeDasharray,_t.fillColor=oe.defaultFillColor,_t.textColor=oe.defaultStrokeColor,_t.fontFamily=oe.defaultFontFamily,_t.fontSize=oe.defaultCaptionFontSize,_t.captionText=oe.defaultCaptionText,_t.setStrokeColor=_t.setStrokeColor.bind(_t),_t.setFillColor=_t.setFillColor.bind(_t),_t.setStrokeWidth=_t.setStrokeWidth.bind(_t),_t.setStrokeDasharray=_t.setStrokeDasharray.bind(_t),_t.createVisual=_t.createVisual.bind(_t),_t.sizeCaption=_t.sizeCaption.bind(_t),_t.setCaptionText=_t.setCaptionText.bind(_t),_t.showTextEditor=_t.showTextEditor.bind(_t),_t.positionTextEditor=_t.positionTextEditor.bind(_t),_t.finishTextEditing=_t.finishTextEditing.bind(_t),_t.setFont=_t.setFont.bind(_t),_t.setTextColor=_t.setTextColor.bind(_t),_t.strokePanel=new tt("Line color",Bt(oe.defaultColorSet,["transparent"]),_t.strokeColor),_t.strokePanel.onColorChanged=_t.setStrokeColor,_t.fillPanel=new tt("Fill color",Bt(oe.defaultColorSet,["transparent"]),_t.fillColor,Jt),_t.fillPanel.onColorChanged=_t.setFillColor,_t.strokeWidthPanel=new Lt("Line width",oe.defaultStrokeWidths,oe.defaultStrokeWidth),_t.strokeWidthPanel.onWidthChanged=_t.setStrokeWidth,_t.strokeStylePanel=new It("Line style",oe.defaultStrokeDasharrays,oe.defaultStrokeDasharray),_t.strokeStylePanel.onStyleChanged=_t.setStrokeDasharray,_t.fontFamilyPanel=new Xt("Font",oe.defaultFontFamilies,oe.defaultFontFamily),_t.fontFamilyPanel.onFontChanged=_t.setFont,_t.textColorPanel=new tt("Text color",oe.defaultColorSet,_t.textColor,pe),_t.textColorPanel.onColorChanged=_t.setTextColor,_t}return wt(Et,ie),Et.prototype.ownsTarget=function(At){return!(!ie.prototype.ownsTarget.call(this,At)&&At!==this.visual&&At!==this.frame&&At!==this.captionBg&&At!==this.captionElement)},Et.prototype.createVisual=function(){this.visual=zt.createGroup(),this.addMarkerVisualToContainer(this.visual),this.captionBg=zt.createRect(1,1,[["fill",this.fillColor]]),this.visual.appendChild(this.captionBg),this.captionElement=zt.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=zt.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()},Et.prototype.setCaptionText=function(At){this.captionText=At,this.captionElement.textContent=this.captionText,this.sizeCaption()},Et.prototype.pointerDown=function(At,Yt){ie.prototype.pointerDown.call(this,At,Yt),this.isMoved=!1,this.pointerDownPoint=At,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(At),this._state="creating")},Et.prototype.manipulate=function(At){ie.prototype.manipulate.call(this,At),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(At.x-this.pointerDownPoint.x)>5||Math.abs(At.y-this.pointerDownPoint.y)>5)},Et.prototype.resize=function(At){ie.prototype.resize.call(this,At),this.setSize()},Et.prototype.sizeCaption=function(){var At=this.captionElement.getBBox();this.captionText.trim()!==""?(this.captionBoxWidth=At.width+2*this.PADDING,this.captionBoxHeight=At.height+2*this.PADDING):(this.captionBoxWidth=0,this.captionBoxHeight=0),zt.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')"]]),zt.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')"]])},Et.prototype.showTextEditor=function(){var At=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(Yt){Yt.stopPropagation()}),this.textEditBox.addEventListener("keypress",function(Yt){Yt.key==="Enter"&&At.finishTextEditing(At.textEditBox.value)}),this.textEditBox.addEventListener("keyup",function(Yt){Yt.cancelBubble=!0}),this.textEditBox.addEventListener("blur",function(){At.finishTextEditing(At.textEditBox.value)}),this.textEditDiv.addEventListener("pointerup",function(){At.finishTextEditing(At.textEditBox.value)}),this.positionTextEditor(),this.textEditBox.focus()},Et.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"))},Et.prototype.finishTextEditing=function(At){this.setCaptionText(At.trim()),this.overlayContainer.innerHTML="",this.stateChanged()},Et.prototype.setFont=function(At){this.captionElement&&zt.setAttributes(this.captionElement,[["font-family",At]]),this.fontFamily=At,this.textEditBox&&(this.textEditBox.style.fontFamily=this.fontFamily),this.sizeCaption(),this.stateChanged()},Et.prototype.setTextColor=function(At){this.captionElement&&zt.setAttributes(this.captionElement,[["fill",At]]),this.textColor=At,this.textEditBox&&(this.textEditBox.style.color=this.textColor),this.stateChanged()},Et.prototype.setSize=function(){ie.prototype.setSize.call(this),zt.setAttributes(this.frame,[["width",this.width.toString()],["height",this.height.toString()]]),this.sizeCaption()},Et.prototype.pointerUp=function(At){ie.prototype.pointerUp.call(this,At),this.setSize(),!this.isMoved&&Date.now()-this.pointerDownTimestamp>500&&this.showTextEditor(),this.pointerDownPoint=void 0},Et.prototype.dblClick=function(At,Yt){ie.prototype.dblClick.call(this,At,Yt),this.showTextEditor()},Et.prototype.setStrokeColor=function(At){this.strokeColor=At,this.frame&&zt.setAttributes(this.frame,[["stroke",this.strokeColor]]),this.colorChanged(At),this.stateChanged()},Et.prototype.setFillColor=function(At){this.fillColor=At,this.captionBg&&zt.setAttributes(this.captionBg,[["fill",this.fillColor]]),this.fillColorChanged(At),this.stateChanged()},Et.prototype.setStrokeWidth=function(At){this.strokeWidth=At,this.frame&&zt.setAttributes(this.frame,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},Et.prototype.setStrokeDasharray=function(At){this.strokeDasharray=At,this.frame&&zt.setAttributes(this.frame,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Object.defineProperty(Et.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.fillPanel,this.strokeWidthPanel,this.strokeStylePanel,this.fontFamilyPanel,this.textColorPanel]},enumerable:!1,configurable:!0}),Et.prototype.getState=function(){var At=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},ie.prototype.getState.call(this));return At.typeName=this.typeName,At},Et.prototype.restoreState=function(At){var Yt=At;this.fillColor=Yt.fillColor,this.strokeColor=Yt.strokeColor,this.strokeWidth=Yt.strokeWidth,this.strokeDasharray=Yt.strokeDasharray,this.textColor=Yt.textColor,this.fontFamily=Yt.fontFamily,this.captionText=Yt.captionText,this.fontSize=Yt.fontSize,this.createVisual(),ie.prototype.restoreState.call(this,At),this.setSize()},Et.prototype.scale=function(At,Yt){ie.prototype.scale.call(this,At,Yt),this.setSize()},Et.typeName="CaptionFrameMarker",Et.title="Caption frame marker",Et.icon='<svg viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2H5m0 2h14v14H5V5m2 2v2h10V7H7z"/></svg>',Et}(ft),ke=function(){function ie(Et,At){At===void 0&&(At=!1),this.cancelable=!1,this._defaultPrevented=!1,this.markerArea=Et,this.cancelable=At}return Object.defineProperty(ie.prototype,"defaultPrevented",{get:function(){return this._defaultPrevented},enumerable:!1,configurable:!0}),ie.prototype.preventDefault=function(){this._defaultPrevented=!0},ie}(),He=function(ie){function Et(At,Yt,oe){var _t=ie.call(this,At,!1)||this;return _t.dataUrl=Yt,_t.state=oe,_t}return wt(Et,ie),Et}(ke),Ae=function(ie){function Et(At,Yt,oe){oe===void 0&&(oe=!1);var _t=ie.call(this,At,oe)||this;return _t.marker=Yt,_t}return wt(Et,ie),Et}(ke),Ie=function(){function ie(){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 ie.prototype.addEventListener=function(Et,At){this[Et].push(At)},ie.prototype.removeEventListener=function(Et,At){var Yt=this[Et].indexOf(At);Yt>-1&&this[Et].splice(Yt,1)},ie}(),Ge=function(){function ie(Et){this.touchPoints=0,this._availableMarkerTypes=this.DEFAULT_MARKER_TYPES,this.mode="select",this.markers=[],this.isDragging=!1,this.renderEventListeners=[],this.closeEventListeners=[],this.settings=new Ft,this._isOpen=!1,this.undoRedoManager=new je,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 Ie,this._silentRenderMode=!1,this._isFocused=!1,this._instanceNo=ie.instanceCounter++,this.styles=new St(this.instanceNo),this.uiStyleSettings=this.styles.settings,this.target=Et,this.targetRoot=document.body,this.width=Et.clientWidth,this.height=Et.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(ie.prototype,"ALL_MARKER_TYPES",{get:function(){return[Ut,fe,Fe,he,ue,se,De,re,ge,ze,te,Ne,qe]},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"DEFAULT_MARKER_TYPES",{get:function(){return[Ut,fe,Fe,he,se,De,re]},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"BASIC_MARKER_TYPES",{get:function(){return[Ut,fe,Fe,he,De]},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"availableMarkerTypes",{get:function(){return this._availableMarkerTypes},set:function(Et){var At=this;this._availableMarkerTypes.splice(0),Et.forEach(function(Yt){if(typeof Yt=="string"){var oe=At.ALL_MARKER_TYPES.find(function(_t){return _t.typeName===Yt});oe!==void 0&&At._availableMarkerTypes.push(oe)}else At._availableMarkerTypes.push(Yt)})},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"currentMarker",{get:function(){return this._currentMarker},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"isOpen",{get:function(){return this._isOpen},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"isUndoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isUndoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"isRedoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isRedoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(ie.prototype,"zoomLevel",{get:function(){return this._zoomLevel},set:function(Et){this._zoomLevel=Et,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(ie.prototype,"instanceNo",{get:function(){return this._instanceNo},enumerable:!1,configurable:!0}),ie.prototype.open=function(){this.setupResizeObserver(),this.setEditingTarget(),this.setTopLeft(),this.initMarkerCanvas(),this.initOverlay(),this.attachEvents(),this.settings.displayMode==="popup"&&this.onPopupTargetResize(),Ct.isLicensed||this.addLogo(),this._isOpen=!0,this._isFocused=!0},ie.prototype.show=function(){var Et=this;this.styles.styleSheetRoot===void 0&&Rt.styleSheetRoot!==void 0&&(this.styles.styleSheetRoot=Rt.styleSheetRoot),this.setWindowHeight(),this.showUI(),this.open(),this.eventListeners.show.forEach(function(At){return At(new ke(Et))})},ie.prototype.render=function(){return Qt(this,void 0,void 0,function(){var Et;return Vt(this,function(At){switch(At.label){case 0:return this.setCurrentMarker(),(Et=new Mt).naturalSize=this.renderAtNaturalSize,Et.imageType=this.renderImageType,Et.imageQuality=this.renderImageQuality,Et.markersOnly=this.renderMarkersOnly,Et.width=this.renderWidth,Et.height=this.renderHeight,[4,Et.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 1:return At.sent(),[4,Et.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 2:return[2,At.sent()]}})})},ie.prototype.close=function(Et){var At=this;if(Et===void 0&&(Et=!1),this.isOpen){var Yt=!1;Et||this.eventListeners.beforeclose.forEach(function(oe){var _t=new ke(At,!0);oe(_t),_t.defaultPrevented&&(Yt=!0)}),Yt||(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(oe){return oe(new ke(At))}),this.detachEvents(),this._isOpen=!1)}},ie.prototype.addMarkersToToolbar=function(){for(var Et,At=[],Yt=0;Yt<arguments.length;Yt++)At[Yt]=arguments[Yt];(Et=this._availableMarkerTypes).push.apply(Et,At)},ie.prototype.addRenderEventListener=function(Et){this.addEventListener("render",function(At){Et(At.dataUrl,At.state)})},ie.prototype.removeRenderEventListener=function(Et){},ie.prototype.addCloseEventListener=function(Et){this.addEventListener("close",function(){Et()})},ie.prototype.removeCloseEventListener=function(Et){},ie.prototype.setupResizeObserver=function(){var Et=this;this.settings.displayMode==="inline"?window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){Et.resize(Et.target.clientWidth,Et.target.clientHeight)}),this.targetObserver.observe(this.target)):this.settings.displayMode==="popup"&&(window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){return Et.onPopupTargetResize()}),this.targetObserver.observe(this.editorCanvas)),window.addEventListener("resize",this.setWindowHeight))},ie.prototype.onPopupTargetResize=function(){var Et=1*this.target.clientWidth/this.target.clientHeight,At=this.editorCanvas.clientWidth/Et>this.editorCanvas.clientHeight?this.editorCanvas.clientHeight*Et:this.editorCanvas.clientWidth,Yt=At<this.editorCanvas.clientWidth?this.editorCanvas.clientHeight:this.editorCanvas.clientWidth/Et;this.resize(At,Yt)},ie.prototype.setWindowHeight=function(){this.windowHeight=window.innerHeight},ie.prototype.resize=function(Et,At){this._isResizing=!0;var Yt=Et/this.imageWidth,oe=At/this.imageHeight;this.imageWidth=Math.round(Et),this.imageHeight=Math.round(At),this.target instanceof HTMLImageElement&&this.editingTarget instanceof HTMLImageElement&&(this.editingTarget.src=this.target.src),this.editingTarget.width=this.imageWidth,this.editingTarget.height=this.imageHeight,this.editingTarget.style.width=this.imageWidth+"px",this.editingTarget.style.height=this.imageHeight+"px",this.markerImage.setAttribute("width",this.imageWidth.toString()),this.markerImage.setAttribute("height",this.imageHeight.toString()),this.markerImage.setAttribute("viewBox","0 0 "+this.imageWidth.toString()+" "+this.imageHeight.toString()),this.markerImageHolder.style.width=this.imageWidth+"px",this.markerImageHolder.style.height=this.imageHeight+"px",this.overlayContainer.style.width=this.imageWidth+"px",this.overlayContainer.style.height=this.imageHeight+"px",this.settings.displayMode!=="popup"?this.coverDiv.style.width=this.imageWidth.toString()+"px":(this.setTopLeft(),this.positionMarkerImage()),this.toolbar!==void 0&&this.toolbar.adjustLayout(),this.positionLogo(),this.scaleMarkers(Yt,oe),this._isResizing=!1},ie.prototype.scaleMarkers=function(Et,At){var Yt,oe=this;this._currentMarker&&this._currentMarker instanceof he?this._currentMarker.scale(Et,At):(Yt=this._currentMarker,this.setCurrentMarker()),this.markers.forEach(function(_t){_t!==oe._currentMarker&&_t.scale(Et,At)}),Yt!==void 0&&this.setCurrentMarker(Yt)},ie.prototype.setEditingTarget=function(){this.imageWidth=Math.round(this.target.clientWidth),this.imageHeight=Math.round(this.target.clientHeight),this.target instanceof HTMLImageElement&&this.editingTarget instanceof HTMLImageElement&&(this.editingTarget.src=this.target.src),this.editingTarget.width=this.imageWidth,this.editingTarget.height=this.imageHeight,this.editingTarget.style.width=this.imageWidth+"px",this.editingTarget.style.height=this.imageHeight+"px"},ie.prototype.setTopLeft=function(){var Et=this.editingTarget.getBoundingClientRect(),At=this.editorCanvas.getBoundingClientRect();this.left=Et.left-At.left,this.top=Et.top-At.top},ie.prototype.initMarkerCanvas=function(){this.markerImageHolder=document.createElement("div"),this.markerImageHolder.style.setProperty("touch-action","pinch-zoom"),this.markerImage=document.createElementNS("http://www.w3.org/2000/svg","svg"),this.markerImage.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.markerImage.setAttribute("width",this.imageWidth.toString()),this.markerImage.setAttribute("height",this.imageHeight.toString()),this.markerImage.setAttribute("viewBox","0 0 "+this.imageWidth.toString()+" "+this.imageHeight.toString()),this.markerImage.style.pointerEvents="auto",this.markerImageHolder.style.position="absolute",this.markerImageHolder.style.width=this.imageWidth+"px",this.markerImageHolder.style.height=this.imageHeight+"px",this.markerImageHolder.style.transformOrigin="top left",this.positionMarkerImage(),this.markerImageHolder.appendChild(this.markerImage),this.editorCanvas.appendChild(this.markerImageHolder)},ie.prototype.addDefs=function(){for(var Et,At=[],Yt=0;Yt<arguments.length;Yt++)At[Yt]=arguments[Yt];this.defs=zt.createDefs(),this.addDefsToImage(),(Et=this.defs).append.apply(Et,At)},ie.prototype.addDefsToImage=function(){this.defs&&this.markerImage.insertBefore(this.defs,this.markerImage.firstChild)},ie.prototype.initOverlay=function(){this.overlayContainer=document.createElement("div"),this.overlayContainer.style.position="absolute",this.overlayContainer.style.left="0px",this.overlayContainer.style.top="0px",this.overlayContainer.style.width=this.imageWidth+"px",this.overlayContainer.style.height=this.imageHeight+"px",this.overlayContainer.style.display="flex",this.markerImageHolder.appendChild(this.overlayContainer)},ie.prototype.positionMarkerImage=function(){this.markerImageHolder.style.top=this.top/this.zoomLevel+"px",this.markerImageHolder.style.left=this.left/this.zoomLevel+"px"},ie.prototype.attachEvents=function(){this.markerImage.addEventListener("pointerdown",this.onPointerDown),this.markerImage.addEventListener("dblclick",this.onDblClick),this.attachWindowEvents()},ie.prototype.attachWindowEvents=function(){window.addEventListener("pointermove",this.onPointerMove),window.addEventListener("pointerup",this.onPointerUp),window.addEventListener("pointercancel",this.onPointerOut),window.addEventListener("pointerout",this.onPointerOut),window.addEventListener("pointerleave",this.onPointerUp),window.addEventListener("resize",this.onWindowResize),window.addEventListener("keyup",this.onKeyUp)},ie.prototype.detachEvents=function(){this.markerImage.removeEventListener("pointerdown",this.onPointerDown),this.markerImage.removeEventListener("dblclick",this.onDblClick),this.detachWindowEvents()},ie.prototype.detachWindowEvents=function(){window.removeEventListener("pointermove",this.onPointerMove),window.removeEventListener("pointerup",this.onPointerUp),window.removeEventListener("pointercancel",this.onPointerOut),window.removeEventListener("pointerout",this.onPointerOut),window.removeEventListener("pointerleave",this.onPointerUp),window.removeEventListener("resize",this.onWindowResize),window.removeEventListener("keyup",this.onKeyUp)},ie.prototype.addLogo=function(){this.logoUI=document.createElement("div"),this.logoUI.style.display="inline-block",this.logoUI.style.margin="0px",this.logoUI.style.padding="0px",this.logoUI.style.fill="#333333";var Et=document.createElement("a");Et.href="https://markerjs.com/",Et.target="_blank",Et.innerHTML='<svg viewBox="0 0 112 96" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path fill="#e5f20d" fill-opacity=".647" d="M0 40.386h111.96V95.62H0z"/><path d="M93.61 61.452c0 .987-.328 1.831-.987 2.53-.657.7-1.52 1.048-2.591 1.048-1.481 0-2.222-.74-2.222-2.22 0-16.617-.533-29.347-1.604-38.192-1.068-8.842-2.92-13.265-5.552-13.265-4.443 0-10.94 15.509-19.497 46.52v.124c0 .987-.328 1.831-.987 2.53-.657.7-1.52 1.048-2.592 1.048-1.48 0-2.22-.74-2.22-2.22 0-3.29.165-8.392.493-15.302.33-7.732.494-13.82.494-18.262 0-6.17-.186-10.55-.556-13.142-.37-2.591-1.172-3.887-2.406-3.887-2.796 0-6.333 5.12-10.612 15.363C38.494 34.367 34.01 46.44 29.32 60.34l-1.11 3.209a5.714 5.714 0 01-1.42 2.097c-.617.578-1.295.864-2.036.864-.987 0-1.644-.081-1.974-.247-.328-.162-.533-.656-.617-1.48-.41-4.03-.74-9.418-.987-16.165-.163-1.728-.329-4.566-.494-8.515-.822-13.901-1.562-23.3-2.221-28.196-.657-4.893-.987-7.628-.987-8.205 0-.657.33-1.44.987-2.345.659-.903 1.276-1.357 1.85-1.357 1.319 0 2.387.947 3.21 2.838.411.906.863 4.526 1.357 10.859.493 6.335.905 14.19 1.233 23.568l.617 18.88c4.527-13.983 9.216-26.673 14.068-38.068C45.65 6.686 50.093.988 54.123.988c2.715 0 4.566 1.974 5.553 5.923.987 3.949 1.481 9.667 1.481 17.152 0 3.949-.081 9.625-.247 17.029l-.123 5.676c3.373-11.762 6.725-21.634 10.057-29.615 3.331-7.979 6.685-11.97 10.056-11.97 8.475 0 12.71 18.757 12.71 56.269z" fill-rule="nonzero"/></svg>',Et.title="Powered by marker.js",Et.style.display="grid",Et.style.alignItems="center",Et.style.justifyItems="center",Et.style.padding="3px",Et.style.width="20px",Et.style.height="20px",this.logoUI.appendChild(Et),this.editorCanvas.appendChild(this.logoUI),this.logoUI.style.position="absolute",this.logoUI.style.pointerEvents="all",this.positionLogo()},ie.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")},ie.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"},ie.prototype.restoreOverflow=function(){document.body.style.overflow=this.bodyOverflowState,window.scroll({top:this.scrollYState,left:this.scrollXState})},ie.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 Et=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=Et+"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 Dt(this.uiDiv,this.settings.displayMode,this._availableMarkerTypes,this.uiStyleSettings,this.styles),this.toolbar.addButtonClickListener(this.toolbarButtonClicked),this.toolbar.show(this._silentRenderMode||this.uiStyleSettings.hideToolbar?"hidden":"visible"),this.contentDiv=document.createElement("div"),this.contentDiv.style.display="flex",this.contentDiv.style.flexDirection="row",this.contentDiv.style.flexGrow="2",this.contentDiv.style.flexShrink="1",this.settings.displayMode==="popup"&&(this.contentDiv.style.backgroundColor=this.uiStyleSettings.canvasBackgroundColor,this.contentDiv.style.maxHeight=this.windowHeight-2*this.settings.popupMargin-3.5*this.uiStyleSettings.toolbarHeight+"px",this.contentDiv.style.maxWidth="calc(100vw - "+2*this.settings.popupMargin+"px)"),this.contentDiv.style.overflow="auto",this.uiDiv.appendChild(this.contentDiv),this.editorCanvas=document.createElement("div"),this.editorCanvas.style.flexGrow="2",this.editorCanvas.style.flexShrink="1",this.editorCanvas.style.position="relative",this.editorCanvas.style.overflow="hidden",this.editorCanvas.style.display="flex",this.settings.displayMode==="popup"&&(this.editorCanvas.style.alignItems="center",this.editorCanvas.style.justifyContent="center"),this.editorCanvas.style.pointerEvents="none",this.editorCanvas.style.transformOrigin="left top",this.editorCanvas.style.transform="scale("+this.zoomLevel+")",this.contentDiv.appendChild(this.editorCanvas),this.editingTarget=this.target instanceof HTMLImageElement?document.createElement("img"):document.createElement("canvas"),this.settings.uiOffsetTop===void 0&&this.target.offsetTop<this.styles.settings.toolbarHeight&&(this.editingTarget.style.marginTop=this.target.offsetTop-this.styles.settings.toolbarHeight+"px"),this.editorCanvas.appendChild(this.editingTarget),this.toolbox=new yt(this.uiDiv,this.settings.displayMode,this.uiStyleSettings,this.styles),this.toolbox.show(this._silentRenderMode||this.uiStyleSettings.hideToolbox?"hidden":"visible")},ie.prototype.closeUI=function(){this.settings.displayMode==="popup"&&this.restoreOverflow(),this.targetRoot.removeChild(this.coverDiv)},ie.prototype.removeMarker=function(Et){this.markerImage.removeChild(Et.container),this.markers.indexOf(Et)>-1&&this.markers.splice(this.markers.indexOf(Et),1),Et.dispose()},ie.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())},ie.prototype.toolbarButtonClicked=function(Et,At){if(Et==="marker"&&At!==void 0)this.createNewMarker(At);else if(Et==="action")switch(At){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()}},ie.prototype.deleteSelectedMarker=function(){var Et=this;if(this._currentMarker!==void 0){var At=!1;if(this.eventListeners.markerbeforedelete.forEach(function(oe){var _t=new Ae(Et,Et._currentMarker,!0);oe(_t),_t.defaultPrevented&&(At=!0)}),!At){var Yt=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(oe){return oe(new Ae(Et,Yt))})}}},ie.prototype.clear=function(){var Et=this,At=!1;if(this.markers.length>0&&(this.eventListeners.markerbeforedelete.forEach(function(Ot){var Pt=new Ae(Et,void 0,!0);Ot(Pt),Pt.defaultPrevented&&(At=!0)}),!At)){this.setCurrentMarker();for(var Yt=function(Ot){var Pt=oe.markers[Ot];oe.setCurrentMarker(oe.markers[Ot]),oe._currentMarker.dispose(),oe.markerImage.removeChild(oe._currentMarker.container),oe.markers.splice(oe.markers.indexOf(oe._currentMarker),1),oe.eventListeners.markerdelete.forEach(function(Tt){return Tt(new Ae(Et,Pt))})},oe=this,_t=this.markers.length-1;_t>=0;_t--)Yt(_t);this.addUndoStep()}},Object.defineProperty(ie.prototype,"isNotesAreaOpen",{get:function(){return this.notesArea!==void 0},enumerable:!1,configurable:!0}),ie.prototype.showNotesEditor=function(){var Et;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=(Et=this._currentMarker.notes)!==null&&Et!==void 0?Et:"",this.overlayContainer.appendChild(this.notesArea))},ie.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)},ie.prototype.selectLastMarker=function(){this.markers.length>0?this.setCurrentMarker(this.markers[this.markers.length-1]):this.setCurrentMarker()},ie.prototype.addUndoStep=function(){var Et=this;if(this._currentMarker===void 0||this._currentMarker.state!=="edit"){var At=this.getState(),Yt=this.undoRedoManager.getLastUndoStep();if(!Yt||Yt.width===At.width&&Yt.height===At.height){var oe=this.undoRedoManager.undoStepCount;this.undoRedoManager.addUndoStep(At),oe<this.undoRedoManager.undoStepCount&&this.eventListeners.statechange.forEach(function(_t){return _t(new ke(Et))})}else this.undoRedoManager.replaceLastUndoStep(At),this.eventListeners.statechange.forEach(function(_t){return _t(new ke(Et))})}},ie.prototype.undo=function(){this.switchToSelectMode(),this.addUndoStep(),this.undoStep()},ie.prototype.undoStep=function(){var Et=this,At=this.undoRedoManager.undo();At!==void 0&&(this.restoreState(At),this.addDefsToImage(),this.selectLastMarker(),this.eventListeners.statechange.forEach(function(Yt){return Yt(new ke(Et))}))},ie.prototype.redo=function(){this.switchToSelectMode(),this.redoStep()},ie.prototype.redoStep=function(){var Et=this,At=this.undoRedoManager.redo();At!==void 0&&(this.restoreState(At),this.addDefsToImage(),this.selectLastMarker(),this.eventListeners.statechange.forEach(function(Yt){return Yt(new ke(Et))}))},ie.prototype.stepZoom=function(){var Et=this.zoomSteps.indexOf(this.zoomLevel);this.zoomLevel=Et<this.zoomSteps.length-1?this.zoomSteps[Et+1]:this.zoomSteps[0]},ie.prototype.panTo=function(Et){this.contentDiv.scrollBy({left:this.prevPanPoint.x-Et.x,top:this.prevPanPoint.y-Et.y}),this.prevPanPoint=Et},ie.prototype.startRenderAndClose=function(){return Qt(this,void 0,void 0,function(){var Et,At,Yt=this;return Vt(this,function(oe){switch(oe.label){case 0:return[4,this.render()];case 1:return Et=oe.sent(),At=this.getState(),this.eventListeners.render.forEach(function(_t){return _t(new He(Yt,Et,At))}),this.close(!0),[2]}})})},ie.prototype.getState=function(Et){Et===!0&&this.setCurrentMarker();var At={width:this.imageWidth,height:this.imageHeight,markers:[]};return this.markers.forEach(function(Yt){return At.markers.push(Yt.getState())}),At},ie.prototype.restoreState=function(Et){var At=this;for(this.markers.splice(0);this.markerImage.lastChild;)this.markerImage.removeChild(this.markerImage.lastChild);Et.markers.forEach(function(Yt){var oe=At._availableMarkerTypes.find(function(Ot){return Ot.typeName===Yt.typeName});if(oe!==void 0){var _t=At.addNewMarker(oe);_t.restoreState(Yt),At.markers.push(_t)}}),Et.width&&Et.height&&(Et.width!==this.imageWidth||Et.height!==this.imageHeight)&&this.scaleMarkers(this.imageWidth/Et.width,this.imageHeight/Et.height),this.eventListeners.restorestate.forEach(function(Yt){return Yt(new ke(At))})},ie.prototype.addNewMarker=function(Et){var At=zt.createGroup();return this.markerImage.appendChild(At),new Et(At,this.overlayContainer,this.settings)},ie.prototype.createNewMarker=function(Et){var At,Yt=this;(At=typeof Et=="string"?this._availableMarkerTypes.find(function(oe){return oe.typeName===Et}):Et)&&(this.setCurrentMarker(),this.addUndoStep(),this._currentMarker=this.addNewMarker(At),this._currentMarker.onMarkerCreated=this.markerCreated,this._currentMarker.onColorChanged=this.colorChanged,this._currentMarker.onFillColorChanged=this.fillColorChanged,this._currentMarker.onStateChanged=this.markerStateChanged,this.markerImage.style.cursor="crosshair",this.toolbar.setActiveMarkerButton(At.typeName),this.toolbox.setPanelButtons(this._currentMarker.toolboxPanels),this.eventListeners.markercreating.forEach(function(oe){return oe(new Ae(Yt,Yt._currentMarker))}))},ie.prototype.markerCreated=function(Et){var At=this;this.mode="select",this.markerImage.style.cursor="default",this.markers.push(Et),this.setCurrentMarker(Et),Et instanceof fe&&this.settings.newFreehandMarkerOnPointerUp?this.createNewMarker(fe):this.toolbar.setSelectMode(),this.addUndoStep(),this.eventListeners.markercreate.forEach(function(Yt){return Yt(new Ae(At,At._currentMarker))})},ie.prototype.colorChanged=function(Et){this.settings.defaultColorsFollowCurrentColors&&(this.settings.defaultColor=Et,this.settings.defaultStrokeColor=Et)},ie.prototype.fillColorChanged=function(Et){this.settings.defaultColorsFollowCurrentColors&&(this.settings.defaultFillColor=Et)},ie.prototype.markerStateChanged=function(Et){var At=this;this.eventListeners.markerchange.forEach(function(Yt){return Yt(new Ae(At,Et))})},ie.prototype.setCurrentMarker=function(Et){var At=this;this._currentMarker!==Et&&this._currentMarker!==void 0&&(this._currentMarker.deselect(),this.toolbar.setCurrentMarker(),this.toolbox.setPanelButtons([]),this._isResizing||this.eventListeners.markerdeselect.forEach(function(Yt){return Yt(new Ae(At,At._currentMarker))})),this._currentMarker=Et,this._currentMarker===void 0||this._currentMarker.isSelected||(this._currentMarker.state!=="new"&&this._currentMarker.select(),this.toolbar.setCurrentMarker(this._currentMarker),this.toolbox.setPanelButtons(this._currentMarker.toolboxPanels),this._isResizing||this.eventListeners.markerselect.forEach(function(Yt){return Yt(new Ae(At,At._currentMarker))}))},ie.prototype.onPointerDown=function(Et){if(this._isFocused||this.focus(),this.touchPoints++,this.touchPoints===1||Et.pointerType!=="touch")if(this._currentMarker===void 0||this._currentMarker.state!=="new"&&this._currentMarker.state!=="creating"){if(this.mode==="select"){var At=this.markers.find(function(Yt){return Yt.ownsTarget(Et.target)});At!==void 0?(this.setCurrentMarker(At),this.isDragging=!0,this._currentMarker.pointerDown(this.clientToLocalCoordinates(Et.clientX,Et.clientY),Et.target)):(this.setCurrentMarker(),this.isDragging=!0,this.prevPanPoint={x:Et.clientX,y:Et.clientY})}}else this.isDragging=!0,this._currentMarker.pointerDown(this.clientToLocalCoordinates(Et.clientX,Et.clientY))},ie.prototype.onDblClick=function(Et){if(this._isFocused||this.focus(),this.mode==="select"){var At=this.markers.find(function(Yt){return Yt.ownsTarget(Et.target)});At!==void 0&&At!==this._currentMarker&&this.setCurrentMarker(At),this._currentMarker!==void 0?this._currentMarker.dblClick(this.clientToLocalCoordinates(Et.clientX,Et.clientY),Et.target):this.setCurrentMarker()}},ie.prototype.onPointerMove=function(Et){this.touchPoints!==1&&Et.pointerType==="touch"||(this._currentMarker!==void 0||this.isDragging)&&(this._currentMarker!==void 0&&this._currentMarker.state==="edit"||Et.preventDefault(),this._currentMarker!==void 0?this._currentMarker.manipulate(this.clientToLocalCoordinates(Et.clientX,Et.clientY)):this.zoomLevel>1&&this.panTo({x:Et.clientX,y:Et.clientY}))},ie.prototype.onPointerUp=function(Et){this.touchPoints>0&&this.touchPoints--,this.touchPoints===0&&this.isDragging&&this._currentMarker!==void 0&&this._currentMarker.pointerUp(this.clientToLocalCoordinates(Et.clientX,Et.clientY)),this.isDragging=!1,this.addUndoStep()},ie.prototype.onPointerOut=function(){this.touchPoints>0&&this.touchPoints--},ie.prototype.onKeyUp=function(Et){this._currentMarker===void 0||this.notesArea!==void 0||Et.key!=="Delete"&&Et.key!=="Backspace"||this.deleteSelectedMarker()},ie.prototype.clientToLocalCoordinates=function(Et,At){var Yt=this.markerImage.getBoundingClientRect();return{x:(Et-Yt.left)/this.zoomLevel,y:(At-Yt.top)/this.zoomLevel}},ie.prototype.onWindowResize=function(){this.positionUI()},ie.prototype.positionUI=function(){switch(this.setTopLeft(),this.settings.displayMode){case"inline":var Et=this.target.getClientRects().item(0).y>this.styles.settings.toolbarHeight?this.target.offsetTop-this.styles.settings.toolbarHeight:0;this.coverDiv.style.top=Et+"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()},ie.prototype.addLicenseKey=function(Et){Ct.addKey(Et)},ie.prototype.addEventListener=function(Et,At){this.eventListeners.addEventListener(Et,At)},ie.prototype.removeEventListener=function(Et,At){this.eventListeners.removeEventListener(Et,At)},ie.prototype.renderState=function(Et){this._silentRenderMode=!0,this.settings.displayMode="inline",this.isOpen||this.show(),this.restoreState(Et),this.startRenderAndClose(),this._silentRenderMode=!1},Object.defineProperty(ie.prototype,"isFocused",{get:function(){return this._isFocused},enumerable:!1,configurable:!0}),ie.prototype.focus=function(){var Et=this;this._isFocused||(this.attachWindowEvents(),this._isFocused=!0,this._previousCurrentMarker!==void 0&&this.setCurrentMarker(this._previousCurrentMarker),this.eventListeners.focus.forEach(function(At){return At(new ke(Et))}))},ie.prototype.blur=function(){var Et=this;this._isFocused&&(this.detachWindowEvents(),this._isFocused=!1,this._previousCurrentMarker=this._currentMarker,this.setCurrentMarker(),this.eventListeners.blur.forEach(function(At){return At(new ke(Et))}))},ie.instanceCounter=0,ie}()},66042:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return he}});var ee=ce(77321),wt=ce(52487),Qt=ce(43403),Vt=ce(34280),Bt=ce(59301),zt=Bt.createContext(null),Ct=Bt.createContext({}),Mt=zt,Rt=ce(49618),St=ce(72308),kt=ce(92310),xt=ce.n(kt),Dt=ce(77900),yt=ce(10228),et=ce(26112),tt=ce(74416),lt=ce(8654),ot=["prefixCls","className","containerRef"],ut=function(Ce){var Fe=Ce.prefixCls,ze=Ce.className,we=Ce.containerRef,De=(0,tt.Z)(Ce,ot),pe=Bt.useContext(Ct),Jt=pe.panel,re=(0,lt.x1)(Jt,we);return Bt.createElement("div",(0,St.Z)({className:xt()("".concat(Fe,"-content"),ze),role:"dialog",ref:re},(0,et.Z)(Ce,{aria:!0}),{"aria-modal":"true"},De))},ct=ut,ft=ce(48736);function gt(fe){return typeof fe=="string"&&String(Number(fe))===fe?((0,ft.ZP)(!1,"Invalid value type of `width` or `height` which should be number type instead."),Number(fe)):fe}function Lt(fe){warning(!("wrapperClassName"in fe),"'wrapperClassName' is removed. Please use 'rootClassName' instead."),warning(canUseDom()||!fe.open,"Drawer with 'open' in SSR is not work since no place to createPortal. Please move to 'useEffect' instead.")}var It={width:0,height:0,overflow:"hidden",outline:"none",position:"absolute"};function Ut(fe,Ce){var Fe,ze,we,De=fe.prefixCls,pe=fe.open,Jt=fe.placement,re=fe.inline,se=fe.push,ge=fe.forceRender,ue=fe.autoFocus,je=fe.keyboard,Ne=fe.classNames,qe=fe.rootClassName,ke=fe.rootStyle,He=fe.zIndex,Ae=fe.className,Ie=fe.id,Ge=fe.style,ie=fe.motion,Et=fe.width,At=fe.height,Yt=fe.children,oe=fe.mask,_t=fe.maskClosable,Ot=fe.maskMotion,Pt=fe.maskClassName,Tt=fe.maskStyle,$t=fe.afterOpenChange,jt=fe.onClose,Gt=fe.onMouseEnter,ae=fe.onMouseOver,xe=fe.onMouseLeave,Ke=fe.onClick,We=fe.onKeyDown,Me=fe.onKeyUp,Je=fe.styles,un=fe.drawerRender,on=Bt.useRef(),$e=Bt.useRef(),En=Bt.useRef();Bt.useImperativeHandle(Ce,function(){return on.current});var yn=function(Wn){var fi=Wn.keyCode,Vi=Wn.shiftKey;switch(fi){case yt.Z.TAB:{if(fi===yt.Z.TAB){if(!Vi&&document.activeElement===En.current){var Qi;(Qi=$e.current)===null||Qi===void 0||Qi.focus({preventScroll:!0})}else if(Vi&&document.activeElement===$e.current){var Xi;(Xi=En.current)===null||Xi===void 0||Xi.focus({preventScroll:!0})}}break}case yt.Z.ESC:{jt&&je&&(Wn.stopPropagation(),jt(Wn));break}}};Bt.useEffect(function(){if(pe&&ue){var Gn;(Gn=on.current)===null||Gn===void 0||Gn.focus({preventScroll:!0})}},[pe]);var xn=Bt.useState(!1),Fn=(0,wt.Z)(xn,2),ii=Fn[0],Mn=Fn[1],oi=Bt.useContext(Mt),vi;typeof se=="boolean"?vi=se?{}:{distance:0}:vi=se||{};var Ci=(Fe=(ze=(we=vi)===null||we===void 0?void 0:we.distance)!==null&&ze!==void 0?ze:oi==null?void 0:oi.pushDistance)!==null&&Fe!==void 0?Fe:180,Ki=Bt.useMemo(function(){return{pushDistance:Ci,push:function(){Mn(!0)},pull:function(){Mn(!1)}}},[Ci]);Bt.useEffect(function(){if(pe){var Gn;oi==null||(Gn=oi.push)===null||Gn===void 0||Gn.call(oi)}else{var Wn;oi==null||(Wn=oi.pull)===null||Wn===void 0||Wn.call(oi)}},[pe]),Bt.useEffect(function(){return function(){var Gn;oi==null||(Gn=oi.pull)===null||Gn===void 0||Gn.call(oi)}},[]);var zi=oe&&Bt.createElement(Dt.default,(0,St.Z)({key:"mask"},Ot,{visible:pe}),function(Gn,Wn){var fi=Gn.className,Vi=Gn.style;return Bt.createElement("div",{className:xt()("".concat(De,"-mask"),fi,Ne==null?void 0:Ne.mask,Pt),style:(0,ee.Z)((0,ee.Z)((0,ee.Z)({},Vi),Tt),Je==null?void 0:Je.mask),onClick:_t&&pe?jt:void 0,ref:Wn})}),Wi=typeof ie=="function"?ie(Jt):ie,Bi={};if(ii&&Ci)switch(Jt){case"top":Bi.transform="translateY(".concat(Ci,"px)");break;case"bottom":Bi.transform="translateY(".concat(-Ci,"px)");break;case"left":Bi.transform="translateX(".concat(Ci,"px)");break;default:Bi.transform="translateX(".concat(-Ci,"px)");break}Jt==="left"||Jt==="right"?Bi.width=gt(Et):Bi.height=gt(At);var Si={onMouseEnter:Gt,onMouseOver:ae,onMouseLeave:xe,onClick:Ke,onKeyDown:We,onKeyUp:Me},ji=Bt.createElement(Dt.default,(0,St.Z)({key:"panel"},Wi,{visible:pe,forceRender:ge,onVisibleChanged:function(Wn){$t==null||$t(Wn)},removeOnLeave:!1,leavedClassName:"".concat(De,"-content-wrapper-hidden")}),function(Gn,Wn){var fi=Gn.className,Vi=Gn.style,Qi=Bt.createElement(ct,(0,St.Z)({id:Ie,containerRef:Wn,prefixCls:De,className:xt()(Ae,Ne==null?void 0:Ne.content),style:(0,ee.Z)((0,ee.Z)({},Ge),Je==null?void 0:Je.content)},(0,et.Z)(fe,{aria:!0}),Si),Yt);return Bt.createElement("div",(0,St.Z)({className:xt()("".concat(De,"-content-wrapper"),Ne==null?void 0:Ne.wrapper,fi),style:(0,ee.Z)((0,ee.Z)((0,ee.Z)({},Bi),Vi),Je==null?void 0:Je.wrapper)},(0,et.Z)(fe,{data:!0})),un?un(Qi):Qi)}),Kt=(0,ee.Z)({},ke);return He&&(Kt.zIndex=He),Bt.createElement(Mt.Provider,{value:Ki},Bt.createElement("div",{className:xt()(De,"".concat(De,"-").concat(Jt),qe,(0,Rt.Z)((0,Rt.Z)({},"".concat(De,"-open"),pe),"".concat(De,"-inline"),re)),style:Kt,tabIndex:-1,ref:on,onKeyDown:yn},zi,Bt.createElement("div",{tabIndex:0,ref:$e,style:It,"aria-hidden":"true","data-sentinel":"start"}),ji,Bt.createElement("div",{tabIndex:0,ref:En,style:It,"aria-hidden":"true","data-sentinel":"end"})))}var Ft=Bt.forwardRef(Ut),qt=Ft,te=function(Ce){var Fe=Ce.open,ze=Fe===void 0?!1:Fe,we=Ce.prefixCls,De=we===void 0?"rc-drawer":we,pe=Ce.placement,Jt=pe===void 0?"right":pe,re=Ce.autoFocus,se=re===void 0?!0:re,ge=Ce.keyboard,ue=ge===void 0?!0:ge,je=Ce.width,Ne=je===void 0?378:je,qe=Ce.mask,ke=qe===void 0?!0:qe,He=Ce.maskClosable,Ae=He===void 0?!0:He,Ie=Ce.getContainer,Ge=Ce.forceRender,ie=Ce.afterOpenChange,Et=Ce.destroyOnClose,At=Ce.onMouseEnter,Yt=Ce.onMouseOver,oe=Ce.onMouseLeave,_t=Ce.onClick,Ot=Ce.onKeyDown,Pt=Ce.onKeyUp,Tt=Ce.panelRef,$t=Bt.useState(!1),jt=(0,wt.Z)($t,2),Gt=jt[0],ae=jt[1],xe=Bt.useState(!1),Ke=(0,wt.Z)(xe,2),We=Ke[0],Me=Ke[1];(0,Vt.Z)(function(){Me(!0)},[]);var Je=We?ze:!1,un=Bt.useRef(),on=Bt.useRef();(0,Vt.Z)(function(){Je&&(on.current=document.activeElement)},[Je]);var $e=function(ii){var Mn;if(ae(ii),ie==null||ie(ii),!ii&&on.current&&!((Mn=un.current)!==null&&Mn!==void 0&&Mn.contains(on.current))){var oi;(oi=on.current)===null||oi===void 0||oi.focus({preventScroll:!0})}},En=Bt.useMemo(function(){return{panel:Tt}},[Tt]);if(!Ge&&!Gt&&!Je&&Et)return null;var yn={onMouseEnter:At,onMouseOver:Yt,onMouseLeave:oe,onClick:_t,onKeyDown:Ot,onKeyUp:Pt},xn=(0,ee.Z)((0,ee.Z)({},Ce),{},{open:Je,prefixCls:De,placement:Jt,autoFocus:se,keyboard:ue,width:Ne,mask:ke,maskClosable:Ae,inline:Ie===!1,afterOpenChange:$e,ref:un},yn);return Bt.createElement(Ct.Provider,{value:En},Bt.createElement(Qt.Z,{open:Je||Ge||Gt,autoDestroy:!1,getContainer:Ie,autoLock:ke&&(Je||Gt)},Bt.createElement(qt,xn)))},Xt=te,he=Xt},91574:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return Ke}});var ee=ce(72308),wt=ce(77321),Qt=ce(49618),Vt=ce(52487),Bt=ce(62853),zt=ce(74416),Ct=ce(92310),Mt=ce.n(Ct),Rt=/margin|padding|width|height|max|min|offset/,St={left:!0,top:!0},kt={cssFloat:1,styleFloat:1,float:1};function xt(We){return We.nodeType===1?We.ownerDocument.defaultView.getComputedStyle(We,null):{}}function Dt(We,Me,Je){if(Me=Me.toLowerCase(),Je==="auto"){if(Me==="height")return We.offsetHeight;if(Me==="width")return We.offsetWidth}return Me in St||(St[Me]=Rt.test(Me)),St[Me]?parseFloat(Je)||0:Je}function yt(We,Me){var Je=arguments.length,un=xt(We);return Me=kt[Me]?"cssFloat"in We.style?"cssFloat":"styleFloat":Me,Je===1?un:Dt(We,Me,un[Me]||We.style[Me])}function et(We,Me,Je){var un=arguments.length;if(Me=kt[Me]?"cssFloat"in We.style?"cssFloat":"styleFloat":Me,un===3)return typeof Je=="number"&&Rt.test(Me)&&(Je="".concat(Je,"px")),We.style[Me]=Je,Je;for(var on in Me)Me.hasOwnProperty(on)&&et(We,on,Me[on]);return xt(We)}function tt(We){return We===document.body?document.documentElement.clientWidth:We.offsetWidth}function lt(We){return We===document.body?window.innerHeight||document.documentElement.clientHeight:We.offsetHeight}function ot(){var We=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth),Me=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);return{width:We,height:Me}}function ut(){var We=document.documentElement.clientWidth,Me=window.innerHeight||document.documentElement.clientHeight;return{width:We,height:Me}}function ct(){return{scrollLeft:Math.max(document.documentElement.scrollLeft,document.body.scrollLeft),scrollTop:Math.max(document.documentElement.scrollTop,document.body.scrollTop)}}function ft(We){var Me=We.getBoundingClientRect(),Je=document.documentElement;return{left:Me.left+(window.pageXOffset||Je.scrollLeft)-(Je.clientLeft||document.body.clientLeft||0),top:Me.top+(window.pageYOffset||Je.scrollTop)-(Je.clientTop||document.body.clientTop||0)}}var gt=ce(18929),Lt=ce(59301),It=ce(55311),Ut=ce(8224),Ft=ce(10228),qt=ce(43403),te=ce(77900),Xt=Lt.createContext(null),he=function(Me){var Je=Me.visible,un=Me.maskTransitionName,on=Me.getContainer,$e=Me.prefixCls,En=Me.rootClassName,yn=Me.icons,xn=Me.countRender,Fn=Me.showSwitch,ii=Me.showProgress,Mn=Me.current,oi=Me.transform,vi=Me.count,Ci=Me.scale,Ki=Me.minScale,zi=Me.maxScale,Wi=Me.closeIcon,Bi=Me.onActive,Si=Me.onClose,ji=Me.onZoomIn,Kt=Me.onZoomOut,Gn=Me.onRotateRight,Wn=Me.onRotateLeft,fi=Me.onFlipX,Vi=Me.onFlipY,Qi=Me.onReset,Xi=Me.toolbarRender,ei=Me.zIndex,Xn=Me.image,Ve=(0,Lt.useContext)(Xt),_e=yn.rotateLeft,Ue=yn.rotateRight,In=yn.zoomIn,Rn=yn.zoomOut,qn=yn.close,dn=yn.left,Dn=yn.right,Qe=yn.flipX,Ze=yn.flipY,On="".concat($e,"-operations-operation");Lt.useEffect(function(){var Kn=function(xi){xi.keyCode===Ft.Z.ESC&&Si()};return Je&&window.addEventListener("keydown",Kn),function(){window.removeEventListener("keydown",Kn)}},[Je]);var Le=function(ui,xi){ui.preventDefault(),ui.stopPropagation(),Bi(xi)},nn=Lt.useCallback(function(Kn){var ui=Kn.type,xi=Kn.disabled,gi=Kn.onClick,an=Kn.icon;return Lt.createElement("div",{key:ui,className:Mt()(On,"".concat($e,"-operations-operation-").concat(ui),(0,Qt.Z)({},"".concat($e,"-operations-operation-disabled"),!!xi)),onClick:gi},an)},[On,$e]),wn=Fn?nn({icon:dn,onClick:function(ui){return Le(ui,-1)},type:"prev",disabled:Mn===0}):void 0,Un=Fn?nn({icon:Dn,onClick:function(ui){return Le(ui,1)},type:"next",disabled:Mn===vi-1}):void 0,rn=nn({icon:Ze,onClick:Vi,type:"flipY"}),Pn=nn({icon:Qe,onClick:fi,type:"flipX"}),Bn=nn({icon:_e,onClick:Wn,type:"rotateLeft"}),Cn=nn({icon:Ue,onClick:Gn,type:"rotateRight"}),Yn=nn({icon:Rn,onClick:Kt,type:"zoomOut",disabled:Ci<=Ki}),Vn=nn({icon:In,onClick:ji,type:"zoomIn",disabled:Ci===zi}),Tn=Lt.createElement("div",{className:"".concat($e,"-operations")},rn,Pn,Bn,Cn,Yn,Vn);return Lt.createElement(te.default,{visible:Je,motionName:un},function(Kn){var ui=Kn.className,xi=Kn.style;return Lt.createElement(qt.Z,{open:!0,getContainer:on!=null?on:document.body},Lt.createElement("div",{className:Mt()("".concat($e,"-operations-wrapper"),ui,En),style:(0,wt.Z)((0,wt.Z)({},xi),{},{zIndex:ei})},Wi===null?null:Lt.createElement("button",{className:"".concat($e,"-close"),onClick:Si},Wi||qn),Fn&&Lt.createElement(Lt.Fragment,null,Lt.createElement("div",{className:Mt()("".concat($e,"-switch-left"),(0,Qt.Z)({},"".concat($e,"-switch-left-disabled"),Mn===0)),onClick:function(an){return Le(an,-1)}},dn),Lt.createElement("div",{className:Mt()("".concat($e,"-switch-right"),(0,Qt.Z)({},"".concat($e,"-switch-right-disabled"),Mn===vi-1)),onClick:function(an){return Le(an,1)}},Dn)),Lt.createElement("div",{className:"".concat($e,"-footer")},ii&&Lt.createElement("div",{className:"".concat($e,"-progress")},xn?xn(Mn+1,vi):"".concat(Mn+1," / ").concat(vi)),Xi?Xi(Tn,(0,wt.Z)((0,wt.Z)({icons:{prevIcon:wn,nextIcon:Un,flipYIcon:rn,flipXIcon:Pn,rotateLeftIcon:Bn,rotateRightIcon:Cn,zoomOutIcon:Yn,zoomInIcon:Vn},actions:{onActive:Bi,onFlipY:Vi,onFlipX:fi,onRotateLeft:Wn,onRotateRight:Gn,onZoomOut:Kt,onZoomIn:ji,onReset:Qi,onClose:Si},transform:oi},Ve?{current:Mn,total:vi}:{}),{},{image:Xn})):Tn)))})},fe=he,Ce=ce(13697),Fe=ce(16089),ze={x:0,y:0,rotate:0,scale:1,flipX:!1,flipY:!1};function we(We,Me,Je,un){var on=(0,Lt.useRef)(null),$e=(0,Lt.useRef)([]),En=(0,Lt.useState)(ze),yn=(0,Vt.Z)(En,2),xn=yn[0],Fn=yn[1],ii=function(Ci){Fn(ze),(0,Ce.Z)(ze,xn)||un==null||un({transform:ze,action:Ci})},Mn=function(Ci,Ki){on.current===null&&($e.current=[],on.current=(0,Fe.Z)(function(){Fn(function(zi){var Wi=zi;return $e.current.forEach(function(Bi){Wi=(0,wt.Z)((0,wt.Z)({},Wi),Bi)}),on.current=null,un==null||un({transform:Wi,action:Ki}),Wi})})),$e.current.push((0,wt.Z)((0,wt.Z)({},xn),Ci))},oi=function(Ci,Ki,zi,Wi,Bi){var Si=We.current,ji=Si.width,Kt=Si.height,Gn=Si.offsetWidth,Wn=Si.offsetHeight,fi=Si.offsetLeft,Vi=Si.offsetTop,Qi=Ci,Xi=xn.scale*Ci;Xi>Je?(Xi=Je,Qi=Je/xn.scale):Xi<Me&&(Xi=Bi?Xi:Me,Qi=Xi/xn.scale);var ei=zi!=null?zi:innerWidth/2,Xn=Wi!=null?Wi:innerHeight/2,Ve=Qi-1,_e=Ve*ji*.5,Ue=Ve*Kt*.5,In=Ve*(ei-xn.x-fi),Rn=Ve*(Xn-xn.y-Vi),qn=xn.x-(In-_e),dn=xn.y-(Rn-Ue);if(Ci<1&&Xi===1){var Dn=Gn*Xi,Qe=Wn*Xi,Ze=ut(),On=Ze.width,Le=Ze.height;Dn<=On&&Qe<=Le&&(qn=0,dn=0)}Mn({x:qn,y:dn,scale:Xi},Ki)};return{transform:xn,resetTransform:ii,updateTransform:Mn,dispatchZoomChange:oi}}var De=ce(48736);function pe(We,Me,Je,un){var on=Me+Je,$e=(Je-un)/2;if(Je>un){if(Me>0)return(0,Qt.Z)({},We,$e);if(Me<0&&on<un)return(0,Qt.Z)({},We,-$e)}else if(Me<0||on>un)return(0,Qt.Z)({},We,Me<0?$e:-$e);return{}}function Jt(We,Me,Je,un){var on=ut(),$e=on.width,En=on.height,yn=null;return We<=$e&&Me<=En?yn={x:0,y:0}:(We>$e||Me>En)&&(yn=(0,wt.Z)((0,wt.Z)({},pe("x",Je,We,$e)),pe("y",un,Me,En))),yn}var re=1,se=1;function ge(We,Me,Je,un,on,$e,En){var yn=on.rotate,xn=on.scale,Fn=on.x,ii=on.y,Mn=(0,Lt.useState)(!1),oi=(0,Vt.Z)(Mn,2),vi=oi[0],Ci=oi[1],Ki=(0,Lt.useRef)({diffX:0,diffY:0,transformX:0,transformY:0}),zi=function(Kt){!Me||Kt.button!==0||(Kt.preventDefault(),Kt.stopPropagation(),Ki.current={diffX:Kt.pageX-Fn,diffY:Kt.pageY-ii,transformX:Fn,transformY:ii},Ci(!0))},Wi=function(Kt){Je&&vi&&$e({x:Kt.pageX-Ki.current.diffX,y:Kt.pageY-Ki.current.diffY},"move")},Bi=function(){if(Je&&vi){Ci(!1);var Kt=Ki.current,Gn=Kt.transformX,Wn=Kt.transformY,fi=Fn!==Gn&&ii!==Wn;if(!fi)return;var Vi=We.current.offsetWidth*xn,Qi=We.current.offsetHeight*xn,Xi=We.current.getBoundingClientRect(),ei=Xi.left,Xn=Xi.top,Ve=yn%180!==0,_e=Jt(Ve?Qi:Vi,Ve?Vi:Qi,ei,Xn);_e&&$e((0,wt.Z)({},_e),"dragRebound")}},Si=function(Kt){if(!(!Je||Kt.deltaY==0)){var Gn=Math.abs(Kt.deltaY/100),Wn=Math.min(Gn,se),fi=re+Wn*un;Kt.deltaY>0&&(fi=re/fi),En(fi,"wheel",Kt.clientX,Kt.clientY)}};return(0,Lt.useEffect)(function(){var ji,Kt,Gn,Wn;if(Me){Gn=(0,Ut.Z)(window,"mouseup",Bi,!1),Wn=(0,Ut.Z)(window,"mousemove",Wi,!1);try{window.top!==window.self&&(ji=(0,Ut.Z)(window.top,"mouseup",Bi,!1),Kt=(0,Ut.Z)(window.top,"mousemove",Wi,!1))}catch(fi){(0,De.Kp)(!1,"[rc-image] ".concat(fi))}}return function(){var fi,Vi,Qi,Xi;(fi=Gn)===null||fi===void 0||fi.remove(),(Vi=Wn)===null||Vi===void 0||Vi.remove(),(Qi=ji)===null||Qi===void 0||Qi.remove(),(Xi=Kt)===null||Xi===void 0||Xi.remove()}},[Je,vi,Fn,ii,yn,Me]),{isMoving:vi,onMouseDown:zi,onMouseMove:Wi,onMouseUp:Bi,onWheel:Si}}function ue(We){return new Promise(function(Me){if(!We){Me(!1);return}var Je=document.createElement("img");Je.onerror=function(){return Me(!1)},Je.onload=function(){return Me(!0)},Je.src=We})}function je(We){var Me=We.src,Je=We.isCustomPlaceholder,un=We.fallback,on=(0,Lt.useState)(Je?"loading":"normal"),$e=(0,Vt.Z)(on,2),En=$e[0],yn=$e[1],xn=(0,Lt.useRef)(!1),Fn=En==="error";(0,Lt.useEffect)(function(){var vi=!0;return ue(Me).then(function(Ci){!Ci&&vi&&yn("error")}),function(){vi=!1}},[Me]),(0,Lt.useEffect)(function(){Je&&!xn.current?yn("loading"):Fn&&yn("normal")},[Me]);var ii=function(){yn("normal")},Mn=function(Ci){xn.current=!1,En==="loading"&&Ci!==null&&Ci!==void 0&&Ci.complete&&(Ci.naturalWidth||Ci.naturalHeight)&&(xn.current=!0,ii())},oi=Fn&&un?{src:un}:{onLoad:ii,src:Me};return[Mn,oi,En]}function Ne(We,Me){var Je=We.x-Me.x,un=We.y-Me.y;return Math.hypot(Je,un)}function qe(We,Me,Je,un){var on=Ne(We,Je),$e=Ne(Me,un);if(on===0&&$e===0)return[We.x,We.y];var En=on/(on+$e),yn=We.x+En*(Me.x-We.x),xn=We.y+En*(Me.y-We.y);return[yn,xn]}function ke(We,Me,Je,un,on,$e,En){var yn=on.rotate,xn=on.scale,Fn=on.x,ii=on.y,Mn=(0,Lt.useState)(!1),oi=(0,Vt.Z)(Mn,2),vi=oi[0],Ci=oi[1],Ki=(0,Lt.useRef)({point1:{x:0,y:0},point2:{x:0,y:0},eventType:"none"}),zi=function(Kt){Ki.current=(0,wt.Z)((0,wt.Z)({},Ki.current),Kt)},Wi=function(Kt){if(Me){Kt.stopPropagation(),Ci(!0);var Gn=Kt.touches,Wn=Gn===void 0?[]:Gn;Wn.length>1?zi({point1:{x:Wn[0].clientX,y:Wn[0].clientY},point2:{x:Wn[1].clientX,y:Wn[1].clientY},eventType:"touchZoom"}):zi({point1:{x:Wn[0].clientX-Fn,y:Wn[0].clientY-ii},eventType:"move"})}},Bi=function(Kt){var Gn=Kt.touches,Wn=Gn===void 0?[]:Gn,fi=Ki.current,Vi=fi.point1,Qi=fi.point2,Xi=fi.eventType;if(Wn.length>1&&Xi==="touchZoom"){var ei={x:Wn[0].clientX,y:Wn[0].clientY},Xn={x:Wn[1].clientX,y:Wn[1].clientY},Ve=qe(Vi,Qi,ei,Xn),_e=(0,Vt.Z)(Ve,2),Ue=_e[0],In=_e[1],Rn=Ne(ei,Xn)/Ne(Vi,Qi);En(Rn,"touchZoom",Ue,In,!0),zi({point1:ei,point2:Xn,eventType:"touchZoom"})}else Xi==="move"&&($e({x:Wn[0].clientX-Vi.x,y:Wn[0].clientY-Vi.y},"move"),zi({eventType:"move"}))},Si=function(){if(Je){if(vi&&Ci(!1),zi({eventType:"none"}),un>xn)return $e({x:0,y:0,scale:un},"touchZoom");var Kt=We.current.offsetWidth*xn,Gn=We.current.offsetHeight*xn,Wn=We.current.getBoundingClientRect(),fi=Wn.left,Vi=Wn.top,Qi=yn%180!==0,Xi=Jt(Qi?Gn:Kt,Qi?Kt:Gn,fi,Vi);Xi&&$e((0,wt.Z)({},Xi),"dragRebound")}};return(0,Lt.useEffect)(function(){var ji;return Je&&Me&&(ji=(0,Ut.Z)(window,"touchmove",function(Kt){return Kt.preventDefault()},{passive:!1})),function(){var Kt;(Kt=ji)===null||Kt===void 0||Kt.remove()}},[Je,Me]),{isTouching:vi,onTouchStart:Wi,onTouchMove:Bi,onTouchEnd:Si}}var He=["fallback","src","imgRef"],Ae=["prefixCls","src","alt","imageInfo","fallback","movable","onClose","visible","icons","rootClassName","closeIcon","getContainer","current","count","countRender","scaleStep","minScale","maxScale","transitionName","maskTransitionName","imageRender","imgCommonProps","toolbarRender","onTransform","onChange"],Ie=function(Me){var Je=Me.fallback,un=Me.src,on=Me.imgRef,$e=(0,zt.Z)(Me,He),En=je({src:un,fallback:Je}),yn=(0,Vt.Z)(En,2),xn=yn[0],Fn=yn[1];return Lt.createElement("img",(0,ee.Z)({ref:function(Mn){on.current=Mn,xn(Mn)}},$e,Fn))},Ge=function(Me){var Je=Me.prefixCls,un=Me.src,on=Me.alt,$e=Me.imageInfo,En=Me.fallback,yn=Me.movable,xn=yn===void 0?!0:yn,Fn=Me.onClose,ii=Me.visible,Mn=Me.icons,oi=Mn===void 0?{}:Mn,vi=Me.rootClassName,Ci=Me.closeIcon,Ki=Me.getContainer,zi=Me.current,Wi=zi===void 0?0:zi,Bi=Me.count,Si=Bi===void 0?1:Bi,ji=Me.countRender,Kt=Me.scaleStep,Gn=Kt===void 0?.5:Kt,Wn=Me.minScale,fi=Wn===void 0?1:Wn,Vi=Me.maxScale,Qi=Vi===void 0?50:Vi,Xi=Me.transitionName,ei=Xi===void 0?"zoom":Xi,Xn=Me.maskTransitionName,Ve=Xn===void 0?"fade":Xn,_e=Me.imageRender,Ue=Me.imgCommonProps,In=Me.toolbarRender,Rn=Me.onTransform,qn=Me.onChange,dn=(0,zt.Z)(Me,Ae),Dn=(0,Lt.useRef)(),Qe=(0,Lt.useContext)(Xt),Ze=Qe&&Si>1,On=Qe&&Si>=1,Le=(0,Lt.useState)(!0),nn=(0,Vt.Z)(Le,2),wn=nn[0],Un=nn[1],rn=we(Dn,fi,Qi,Rn),Pn=rn.transform,Bn=rn.resetTransform,Cn=rn.updateTransform,Yn=rn.dispatchZoomChange,Vn=ge(Dn,xn,ii,Gn,Pn,Cn,Yn),Tn=Vn.isMoving,Kn=Vn.onMouseDown,ui=Vn.onWheel,xi=ke(Dn,xn,ii,fi,Pn,Cn,Yn),gi=xi.isTouching,an=xi.onTouchStart,or=xi.onTouchMove,Ri=xi.onTouchEnd,sr=Pn.rotate,sn=Pn.scale,zn=Mt()((0,Qt.Z)({},"".concat(Je,"-moving"),Tn));(0,Lt.useEffect)(function(){wn||Un(!0)},[wn]);var ti=function(){Bn("close")},ni=function(){Yn(re+Gn,"zoomIn")},ri=function(){Yn(re/(re+Gn),"zoomOut")},hi=function(){Cn({rotate:sr+90},"rotateRight")},Ti=function(){Cn({rotate:sr-90},"rotateLeft")},Oi=function(){Cn({flipX:!Pn.flipX},"flipX")},_i=function(){Cn({flipY:!Pn.flipY},"flipY")},Ji=function(){Bn("reset")},fn=function(vr){var xr=Wi+vr;!Number.isInteger(xr)||xr<0||xr>Si-1||(Un(!1),Bn(vr<0?"prev":"next"),qn==null||qn(xr,Wi))},ur=function(vr){!ii||!Ze||(vr.keyCode===Ft.Z.LEFT?fn(-1):vr.keyCode===Ft.Z.RIGHT&&fn(1))},gn=function(vr){ii&&(sn!==1?Cn({x:0,y:0,scale:1},"doubleClick"):Yn(re+Gn,"doubleClick",vr.clientX,vr.clientY))};(0,Lt.useEffect)(function(){var Ai=(0,Ut.Z)(window,"keydown",ur,!1);return function(){Ai.remove()}},[ii,Ze,Wi]);var si=Lt.createElement(Ie,(0,ee.Z)({},Ue,{width:Me.width,height:Me.height,imgRef:Dn,className:"".concat(Je,"-img"),alt:on,style:{transform:"translate3d(".concat(Pn.x,"px, ").concat(Pn.y,"px, 0) scale3d(").concat(Pn.flipX?"-":"").concat(sn,", ").concat(Pn.flipY?"-":"").concat(sn,", 1) rotate(").concat(sr,"deg)"),transitionDuration:(!wn||gi)&&"0s"},fallback:En,src:un,onWheel:ui,onMouseDown:Kn,onDoubleClick:gn,onTouchStart:an,onTouchMove:or,onTouchEnd:Ri,onTouchCancel:Ri})),pi=(0,wt.Z)({url:un,alt:on},$e);return Lt.createElement(Lt.Fragment,null,Lt.createElement(It.Z,(0,ee.Z)({transitionName:ei,maskTransitionName:Ve,closable:!1,keyboard:!0,prefixCls:Je,onClose:Fn,visible:ii,classNames:{wrapper:zn},rootClassName:vi,getContainer:Ki},dn,{afterClose:ti}),Lt.createElement("div",{className:"".concat(Je,"-img-wrapper")},_e?_e(si,(0,wt.Z)({transform:Pn,image:pi},Qe?{current:Wi}:{})):si)),Lt.createElement(fe,{visible:ii,transform:Pn,maskTransitionName:Ve,closeIcon:Ci,getContainer:Ki,prefixCls:Je,rootClassName:vi,icons:oi,countRender:ji,showSwitch:Ze,showProgress:On,current:Wi,count:Si,scale:sn,minScale:fi,maxScale:Qi,toolbarRender:In,onActive:fn,onZoomIn:ni,onZoomOut:ri,onRotateRight:hi,onRotateLeft:Ti,onFlipX:Oi,onFlipY:_i,onClose:Fn,onReset:Ji,zIndex:dn.zIndex!==void 0?dn.zIndex+1:void 0,image:pi}))},ie=Ge,Et=ce(80702),At=["crossOrigin","decoding","draggable","loading","referrerPolicy","sizes","srcSet","useMap","alt"];function Yt(We){var Me=Lt.useState({}),Je=(0,Vt.Z)(Me,2),un=Je[0],on=Je[1],$e=Lt.useCallback(function(yn,xn){return on(function(Fn){return(0,wt.Z)((0,wt.Z)({},Fn),{},(0,Qt.Z)({},yn,xn))}),function(){on(function(Fn){var ii=(0,wt.Z)({},Fn);return delete ii[yn],ii})}},[]),En=Lt.useMemo(function(){return We?We.map(function(yn){if(typeof yn=="string")return{data:{src:yn}};var xn={};return Object.keys(yn).forEach(function(Fn){["src"].concat((0,Et.Z)(At)).includes(Fn)&&(xn[Fn]=yn[Fn])}),{data:xn}}):Object.keys(un).reduce(function(yn,xn){var Fn=un[xn],ii=Fn.canPreview,Mn=Fn.data;return ii&&yn.push({data:Mn,id:xn}),yn},[])},[We,un]);return[En,$e,!!We]}var oe=["visible","onVisibleChange","getContainer","current","movable","minScale","maxScale","countRender","closeIcon","onChange","onTransform","toolbarRender","imageRender"],_t=["src"],Ot=function(Me){var Je,un=Me.previewPrefixCls,on=un===void 0?"rc-image-preview":un,$e=Me.children,En=Me.icons,yn=En===void 0?{}:En,xn=Me.items,Fn=Me.preview,ii=Me.fallback,Mn=(0,Bt.Z)(Fn)==="object"?Fn:{},oi=Mn.visible,vi=Mn.onVisibleChange,Ci=Mn.getContainer,Ki=Mn.current,zi=Mn.movable,Wi=Mn.minScale,Bi=Mn.maxScale,Si=Mn.countRender,ji=Mn.closeIcon,Kt=Mn.onChange,Gn=Mn.onTransform,Wn=Mn.toolbarRender,fi=Mn.imageRender,Vi=(0,zt.Z)(Mn,oe),Qi=Yt(xn),Xi=(0,Vt.Z)(Qi,3),ei=Xi[0],Xn=Xi[1],Ve=Xi[2],_e=(0,gt.Z)(0,{value:Ki}),Ue=(0,Vt.Z)(_e,2),In=Ue[0],Rn=Ue[1],qn=(0,Lt.useState)(!1),dn=(0,Vt.Z)(qn,2),Dn=dn[0],Qe=dn[1],Ze=((Je=ei[In])===null||Je===void 0?void 0:Je.data)||{},On=Ze.src,Le=(0,zt.Z)(Ze,_t),nn=(0,gt.Z)(!!oi,{value:oi,onChange:function(gi,an){vi==null||vi(gi,an,In)}}),wn=(0,Vt.Z)(nn,2),Un=wn[0],rn=wn[1],Pn=(0,Lt.useState)(null),Bn=(0,Vt.Z)(Pn,2),Cn=Bn[0],Yn=Bn[1],Vn=Lt.useCallback(function(xi,gi,an,or){var Ri=Ve?ei.findIndex(function(sr){return sr.data.src===gi}):ei.findIndex(function(sr){return sr.id===xi});Rn(Ri<0?0:Ri),rn(!0),Yn({x:an,y:or}),Qe(!0)},[ei,Ve]);Lt.useEffect(function(){Un?Dn||Rn(0):Qe(!1)},[Un]);var Tn=function(gi,an){Rn(gi),Kt==null||Kt(gi,an)},Kn=function(){rn(!1),Yn(null)},ui=Lt.useMemo(function(){return{register:Xn,onPreview:Vn}},[Xn,Vn]);return Lt.createElement(Xt.Provider,{value:ui},$e,Lt.createElement(ie,(0,ee.Z)({"aria-hidden":!Un,movable:zi,visible:Un,prefixCls:on,closeIcon:ji,onClose:Kn,mousePosition:Cn,imgCommonProps:Le,src:On,fallback:ii,icons:yn,minScale:Wi,maxScale:Bi,getContainer:Ci,current:In,count:ei.length,countRender:Si,onTransform:Gn,toolbarRender:Wn,imageRender:fi,onChange:Tn},Vi)))},Pt=Ot,Tt=0;function $t(We,Me){var Je=Lt.useState(function(){return Tt+=1,String(Tt)}),un=(0,Vt.Z)(Je,1),on=un[0],$e=Lt.useContext(Xt),En={data:Me,canPreview:We};return Lt.useEffect(function(){if($e)return $e.register(on,En)},[]),Lt.useEffect(function(){$e&&$e.register(on,En)},[We,Me]),on}var jt=["src","alt","onPreviewClose","prefixCls","previewPrefixCls","placeholder","fallback","width","height","style","preview","className","onClick","onError","wrapperClassName","wrapperStyle","rootClassName"],Gt=["src","visible","onVisibleChange","getContainer","mask","maskClassName","movable","icons","scaleStep","minScale","maxScale","imageRender","toolbarRender"],ae=function(Me){var Je=Me.src,un=Me.alt,on=Me.onPreviewClose,$e=Me.prefixCls,En=$e===void 0?"rc-image":$e,yn=Me.previewPrefixCls,xn=yn===void 0?"".concat(En,"-preview"):yn,Fn=Me.placeholder,ii=Me.fallback,Mn=Me.width,oi=Me.height,vi=Me.style,Ci=Me.preview,Ki=Ci===void 0?!0:Ci,zi=Me.className,Wi=Me.onClick,Bi=Me.onError,Si=Me.wrapperClassName,ji=Me.wrapperStyle,Kt=Me.rootClassName,Gn=(0,zt.Z)(Me,jt),Wn=Fn&&Fn!==!0,fi=(0,Bt.Z)(Ki)==="object"?Ki:{},Vi=fi.src,Qi=fi.visible,Xi=Qi===void 0?void 0:Qi,ei=fi.onVisibleChange,Xn=ei===void 0?on:ei,Ve=fi.getContainer,_e=Ve===void 0?void 0:Ve,Ue=fi.mask,In=fi.maskClassName,Rn=fi.movable,qn=fi.icons,dn=fi.scaleStep,Dn=fi.minScale,Qe=fi.maxScale,Ze=fi.imageRender,On=fi.toolbarRender,Le=(0,zt.Z)(fi,Gt),nn=Vi!=null?Vi:Je,wn=(0,gt.Z)(!!Xi,{value:Xi,onChange:Xn}),Un=(0,Vt.Z)(wn,2),rn=Un[0],Pn=Un[1],Bn=je({src:Je,isCustomPlaceholder:Wn,fallback:ii}),Cn=(0,Vt.Z)(Bn,3),Yn=Cn[0],Vn=Cn[1],Tn=Cn[2],Kn=(0,Lt.useState)(null),ui=(0,Vt.Z)(Kn,2),xi=ui[0],gi=ui[1],an=(0,Lt.useContext)(Xt),or=!!Ki,Ri=function(){Pn(!1),gi(null)},sr=Mt()(En,Si,Kt,(0,Qt.Z)({},"".concat(En,"-error"),Tn==="error")),sn=(0,Lt.useMemo)(function(){var ri={};return At.forEach(function(hi){Me[hi]!==void 0&&(ri[hi]=Me[hi])}),ri},At.map(function(ri){return Me[ri]})),zn=(0,Lt.useMemo)(function(){return(0,wt.Z)((0,wt.Z)({},sn),{},{src:nn})},[nn,sn]),ti=$t(or,zn),ni=function(hi){var Ti=ft(hi.target),Oi=Ti.left,_i=Ti.top;an?an.onPreview(ti,nn,Oi,_i):(gi({x:Oi,y:_i}),Pn(!0)),Wi==null||Wi(hi)};return Lt.createElement(Lt.Fragment,null,Lt.createElement("div",(0,ee.Z)({},Gn,{className:sr,onClick:or?ni:Wi,style:(0,wt.Z)({width:Mn,height:oi},ji)}),Lt.createElement("img",(0,ee.Z)({},sn,{className:Mt()("".concat(En,"-img"),(0,Qt.Z)({},"".concat(En,"-img-placeholder"),Fn===!0),zi),style:(0,wt.Z)({height:oi},vi),ref:Yn},Vn,{width:Mn,height:oi,onError:Bi})),Tn==="loading"&&Lt.createElement("div",{"aria-hidden":"true",className:"".concat(En,"-placeholder")},Fn),Ue&&or&&Lt.createElement("div",{className:Mt()("".concat(En,"-mask"),In),style:{display:(vi==null?void 0:vi.display)==="none"?"none":void 0}},Ue)),!an&&or&&Lt.createElement(ie,(0,ee.Z)({"aria-hidden":!rn,visible:rn,prefixCls:xn,onClose:Ri,mousePosition:xi,src:nn,alt:un,imageInfo:{width:Mn,height:oi},fallback:ii,getContainer:_e,icons:qn,movable:Rn,scaleStep:dn,minScale:Dn,maxScale:Qe,rootClassName:Kt,imageRender:Ze,imgCommonProps:sn,toolbarRender:On},Le)))};ae.PreviewGroup=Pt;var xe=ae,Ke=xe},23425:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return It}});var ee=ce(49618),wt=ce(72308),Qt=ce(62853),Vt=ce(77321),Bt=ce(52487),zt=ce(92310),Ct=ce.n(zt),Mt=ce(18929),Rt=ce(10228),St=ce(26112),kt=ce(48736),xt=ce(59301),Dt=ce(17119),yt=[10,20,50,100],et=function(Ft){var qt=Ft.pageSizeOptions,te=qt===void 0?yt:qt,Xt=Ft.locale,he=Ft.changeSize,fe=Ft.pageSize,Ce=Ft.goButton,Fe=Ft.quickGo,ze=Ft.rootPrefixCls,we=Ft.disabled,De=Ft.buildOptionText,pe=Ft.showSizeChanger,Jt=Ft.sizeChangerRender,re=xt.useState(""),se=(0,Bt.Z)(re,2),ge=se[0],ue=se[1],je=function(){return!ge||Number.isNaN(ge)?void 0:Number(ge)},Ne=typeof De=="function"?De:function(At){return"".concat(At," ").concat(Xt.items_per_page)},qe=function(Yt){ue(Yt.target.value)},ke=function(Yt){Ce||ge===""||(ue(""),!(Yt.relatedTarget&&(Yt.relatedTarget.className.indexOf("".concat(ze,"-item-link"))>=0||Yt.relatedTarget.className.indexOf("".concat(ze,"-item"))>=0))&&(Fe==null||Fe(je())))},He=function(Yt){ge!==""&&(Yt.keyCode===Rt.Z.ENTER||Yt.type==="click")&&(ue(""),Fe==null||Fe(je()))},Ae=function(){return te.some(function(Yt){return Yt.toString()===fe.toString()})?te:te.concat([fe]).sort(function(Yt,oe){var _t=Number.isNaN(Number(Yt))?0:Number(Yt),Ot=Number.isNaN(Number(oe))?0:Number(oe);return _t-Ot})},Ie="".concat(ze,"-options");if(!pe&&!Fe)return null;var Ge=null,ie=null,Et=null;return pe&&Jt&&(Ge=Jt({disabled:we,size:fe,onSizeChange:function(Yt){he==null||he(Number(Yt))},"aria-label":Xt.page_size,className:"".concat(Ie,"-size-changer"),options:Ae().map(function(At){return{label:Ne(At),value:At}})})),Fe&&(Ce&&(Et=typeof Ce=="boolean"?xt.createElement("button",{type:"button",onClick:He,onKeyUp:He,disabled:we,className:"".concat(Ie,"-quick-jumper-button")},Xt.jump_to_confirm):xt.createElement("span",{onClick:He,onKeyUp:He},Ce)),ie=xt.createElement("div",{className:"".concat(Ie,"-quick-jumper")},Xt.jump_to,xt.createElement("input",{disabled:we,type:"text",value:ge,onChange:qe,onKeyUp:He,onBlur:ke,"aria-label":Xt.page}),Xt.page,Et)),xt.createElement("li",{className:Ie},Ge,ie)},tt=et,lt=function(Ft){var qt=Ft.rootPrefixCls,te=Ft.page,Xt=Ft.active,he=Ft.className,fe=Ft.showTitle,Ce=Ft.onClick,Fe=Ft.onKeyPress,ze=Ft.itemRender,we="".concat(qt,"-item"),De=Ct()(we,"".concat(we,"-").concat(te),(0,ee.Z)((0,ee.Z)({},"".concat(we,"-active"),Xt),"".concat(we,"-disabled"),!te),he),pe=function(){Ce(te)},Jt=function(ge){Fe(ge,Ce,te)},re=ze(te,"page",xt.createElement("a",{rel:"nofollow"},te));return re?xt.createElement("li",{title:fe?String(te):null,className:De,onClick:pe,onKeyDown:Jt,tabIndex:0},re):null},ot=lt,ut=function(Ft,qt,te){return te};function ct(){}function ft(Ut){var Ft=Number(Ut);return typeof Ft=="number"&&!Number.isNaN(Ft)&&isFinite(Ft)&&Math.floor(Ft)===Ft}function gt(Ut,Ft,qt){var te=typeof Ut=="undefined"?Ft:Ut;return Math.floor((qt-1)/te)+1}var Lt=function(Ft){var qt=Ft.prefixCls,te=qt===void 0?"rc-pagination":qt,Xt=Ft.selectPrefixCls,he=Xt===void 0?"rc-select":Xt,fe=Ft.className,Ce=Ft.current,Fe=Ft.defaultCurrent,ze=Fe===void 0?1:Fe,we=Ft.total,De=we===void 0?0:we,pe=Ft.pageSize,Jt=Ft.defaultPageSize,re=Jt===void 0?10:Jt,se=Ft.onChange,ge=se===void 0?ct:se,ue=Ft.hideOnSinglePage,je=Ft.align,Ne=Ft.showPrevNextJumpers,qe=Ne===void 0?!0:Ne,ke=Ft.showQuickJumper,He=Ft.showLessItems,Ae=Ft.showTitle,Ie=Ae===void 0?!0:Ae,Ge=Ft.onShowSizeChange,ie=Ge===void 0?ct:Ge,Et=Ft.locale,At=Et===void 0?Dt.Z:Et,Yt=Ft.style,oe=Ft.totalBoundaryShowSizeChanger,_t=oe===void 0?50:oe,Ot=Ft.disabled,Pt=Ft.simple,Tt=Ft.showTotal,$t=Ft.showSizeChanger,jt=$t===void 0?De>_t:$t,Gt=Ft.sizeChangerRender,ae=Ft.pageSizeOptions,xe=Ft.itemRender,Ke=xe===void 0?ut:xe,We=Ft.jumpPrevIcon,Me=Ft.jumpNextIcon,Je=Ft.prevIcon,un=Ft.nextIcon,on=xt.useRef(null),$e=(0,Mt.Z)(10,{value:pe,defaultValue:re}),En=(0,Bt.Z)($e,2),yn=En[0],xn=En[1],Fn=(0,Mt.Z)(1,{value:Ce,defaultValue:ze,postState:function(pi){return Math.max(1,Math.min(pi,gt(void 0,yn,De)))}}),ii=(0,Bt.Z)(Fn,2),Mn=ii[0],oi=ii[1],vi=xt.useState(Mn),Ci=(0,Bt.Z)(vi,2),Ki=Ci[0],zi=Ci[1];(0,xt.useEffect)(function(){zi(Mn)},[Mn]);var Wi=ge!==ct,Bi="current"in Ft,Si=Math.max(1,Mn-(He?3:5)),ji=Math.min(gt(void 0,yn,De),Mn+(He?3:5));function Kt(si,pi){var Ai=si||xt.createElement("button",{type:"button","aria-label":pi,className:"".concat(te,"-item-link")});return typeof si=="function"&&(Ai=xt.createElement(si,(0,Vt.Z)({},Ft))),Ai}function Gn(si){var pi=si.target.value,Ai=gt(void 0,yn,De),vr;return pi===""?vr=pi:Number.isNaN(Number(pi))?vr=Ki:pi>=Ai?vr=Ai:vr=Number(pi),vr}function Wn(si){return ft(si)&&si!==Mn&&ft(De)&&De>0}var fi=De>yn?ke:!1;function Vi(si){(si.keyCode===Rt.Z.UP||si.keyCode===Rt.Z.DOWN)&&si.preventDefault()}function Qi(si){var pi=Gn(si);switch(pi!==Ki&&zi(pi),si.keyCode){case Rt.Z.ENTER:Xn(pi);break;case Rt.Z.UP:Xn(pi-1);break;case Rt.Z.DOWN:Xn(pi+1);break;default:break}}function Xi(si){Xn(Gn(si))}function ei(si){var pi=gt(si,yn,De),Ai=Mn>pi&&pi!==0?pi:Mn;xn(si),zi(Ai),ie==null||ie(Mn,si),oi(Ai),ge==null||ge(Ai,si)}function Xn(si){if(Wn(si)&&!Ot){var pi=gt(void 0,yn,De),Ai=si;return si>pi?Ai=pi:si<1&&(Ai=1),Ai!==Ki&&zi(Ai),oi(Ai),ge==null||ge(Ai,yn),Ai}return Mn}var Ve=Mn>1,_e=Mn<gt(void 0,yn,De);function Ue(){Ve&&Xn(Mn-1)}function In(){_e&&Xn(Mn+1)}function Rn(){Xn(Si)}function qn(){Xn(ji)}function dn(si,pi){if(si.key==="Enter"||si.charCode===Rt.Z.ENTER||si.keyCode===Rt.Z.ENTER){for(var Ai=arguments.length,vr=new Array(Ai>2?Ai-2:0),xr=2;xr<Ai;xr++)vr[xr-2]=arguments[xr];pi.apply(void 0,vr)}}function Dn(si){dn(si,Ue)}function Qe(si){dn(si,In)}function Ze(si){dn(si,Rn)}function On(si){dn(si,qn)}function Le(si){var pi=Ke(si,"prev",Kt(Je,"prev page"));return xt.isValidElement(pi)?xt.cloneElement(pi,{disabled:!Ve}):pi}function nn(si){var pi=Ke(si,"next",Kt(un,"next page"));return xt.isValidElement(pi)?xt.cloneElement(pi,{disabled:!_e}):pi}function wn(si){(si.type==="click"||si.keyCode===Rt.Z.ENTER)&&Xn(Ki)}var Un=null,rn=(0,St.Z)(Ft,{aria:!0,data:!0}),Pn=Tt&&xt.createElement("li",{className:"".concat(te,"-total-text")},Tt(De,[De===0?0:(Mn-1)*yn+1,Mn*yn>De?De:Mn*yn])),Bn=null,Cn=gt(void 0,yn,De);if(ue&&De<=yn)return null;var Yn=[],Vn={rootPrefixCls:te,onClick:Xn,onKeyPress:dn,showTitle:Ie,itemRender:Ke,page:-1},Tn=Mn-1>0?Mn-1:0,Kn=Mn+1<Cn?Mn+1:Cn,ui=ke&&ke.goButton,xi=(0,Qt.Z)(Pt)==="object"?Pt.readOnly:!Pt,gi=ui,an=null;Pt&&(ui&&(typeof ui=="boolean"?gi=xt.createElement("button",{type:"button",onClick:wn,onKeyUp:wn},At.jump_to_confirm):gi=xt.createElement("span",{onClick:wn,onKeyUp:wn},ui),gi=xt.createElement("li",{title:Ie?"".concat(At.jump_to).concat(Mn,"/").concat(Cn):null,className:"".concat(te,"-simple-pager")},gi)),an=xt.createElement("li",{title:Ie?"".concat(Mn,"/").concat(Cn):null,className:"".concat(te,"-simple-pager")},xi?Ki:xt.createElement("input",{type:"text","aria-label":At.jump_to,value:Ki,disabled:Ot,onKeyDown:Vi,onKeyUp:Qi,onChange:Qi,onBlur:Xi,size:3}),xt.createElement("span",{className:"".concat(te,"-slash")},"/"),Cn));var or=He?1:2;if(Cn<=3+or*2){Cn||Yn.push(xt.createElement(ot,(0,wt.Z)({},Vn,{key:"noPager",page:1,className:"".concat(te,"-item-disabled")})));for(var Ri=1;Ri<=Cn;Ri+=1)Yn.push(xt.createElement(ot,(0,wt.Z)({},Vn,{key:Ri,page:Ri,active:Mn===Ri})))}else{var sr=He?At.prev_3:At.prev_5,sn=He?At.next_3:At.next_5,zn=Ke(Si,"jump-prev",Kt(We,"prev page")),ti=Ke(ji,"jump-next",Kt(Me,"next page"));qe&&(Un=zn?xt.createElement("li",{title:Ie?sr:null,key:"prev",onClick:Rn,tabIndex:0,onKeyDown:Ze,className:Ct()("".concat(te,"-jump-prev"),(0,ee.Z)({},"".concat(te,"-jump-prev-custom-icon"),!!We))},zn):null,Bn=ti?xt.createElement("li",{title:Ie?sn:null,key:"next",onClick:qn,tabIndex:0,onKeyDown:On,className:Ct()("".concat(te,"-jump-next"),(0,ee.Z)({},"".concat(te,"-jump-next-custom-icon"),!!Me))},ti):null);var ni=Math.max(1,Mn-or),ri=Math.min(Mn+or,Cn);Mn-1<=or&&(ri=1+or*2),Cn-Mn<=or&&(ni=Cn-or*2);for(var hi=ni;hi<=ri;hi+=1)Yn.push(xt.createElement(ot,(0,wt.Z)({},Vn,{key:hi,page:hi,active:Mn===hi})));if(Mn-1>=or*2&&Mn!==3&&(Yn[0]=xt.cloneElement(Yn[0],{className:Ct()("".concat(te,"-item-after-jump-prev"),Yn[0].props.className)}),Yn.unshift(Un)),Cn-Mn>=or*2&&Mn!==Cn-2){var Ti=Yn[Yn.length-1];Yn[Yn.length-1]=xt.cloneElement(Ti,{className:Ct()("".concat(te,"-item-before-jump-next"),Ti.props.className)}),Yn.push(Bn)}ni!==1&&Yn.unshift(xt.createElement(ot,(0,wt.Z)({},Vn,{key:1,page:1}))),ri!==Cn&&Yn.push(xt.createElement(ot,(0,wt.Z)({},Vn,{key:Cn,page:Cn})))}var Oi=Le(Tn);if(Oi){var _i=!Ve||!Cn;Oi=xt.createElement("li",{title:Ie?At.prev_page:null,onClick:Ue,tabIndex:_i?null:0,onKeyDown:Dn,className:Ct()("".concat(te,"-prev"),(0,ee.Z)({},"".concat(te,"-disabled"),_i)),"aria-disabled":_i},Oi)}var Ji=nn(Kn);if(Ji){var fn,ur;Pt?(fn=!_e,ur=Ve?0:null):(fn=!_e||!Cn,ur=fn?null:0),Ji=xt.createElement("li",{title:Ie?At.next_page:null,onClick:In,tabIndex:ur,onKeyDown:Qe,className:Ct()("".concat(te,"-next"),(0,ee.Z)({},"".concat(te,"-disabled"),fn)),"aria-disabled":fn},Ji)}var gn=Ct()(te,fe,(0,ee.Z)((0,ee.Z)((0,ee.Z)((0,ee.Z)((0,ee.Z)({},"".concat(te,"-start"),je==="start"),"".concat(te,"-center"),je==="center"),"".concat(te,"-end"),je==="end"),"".concat(te,"-simple"),Pt),"".concat(te,"-disabled"),Ot));return xt.createElement("ul",(0,wt.Z)({className:gn,style:Yt,ref:on},rn),Pn,Oi,Pt?an:Yn,Ji,xt.createElement(tt,{locale:At,rootPrefixCls:te,disabled:Ot,selectPrefixCls:he,changeSize:ei,pageSize:yn,pageSizeOptions:ae,quickGo:fi?Xn:null,goButton:gi,showSizeChanger:jt,sizeChangerRender:Gt}))},It=Lt},25930:function(bn,Hn,ce){"use strict";ce.d(Hn,{Cd:function(){return te}});var ee=ce(72308),wt=ce(77321),Qt=ce(74416),Vt=ce(59301),Bt=ce(92310),zt=ce.n(Bt),Ct={percent:0,prefixCls:"rc-progress",strokeColor:"#2db7f5",strokeLinecap:"round",strokeWidth:1,trailColor:"#D9D9D9",trailWidth:1,gapPosition:"bottom"},Mt=function(){var fe=(0,Vt.useRef)([]),Ce=(0,Vt.useRef)(null);return(0,Vt.useEffect)(function(){var Fe=Date.now(),ze=!1;fe.current.forEach(function(we){if(we){ze=!0;var De=we.style;De.transitionDuration=".3s, .3s, .3s, .06s",Ce.current&&Fe-Ce.current<100&&(De.transitionDuration="0s, 0s")}}),ze&&(Ce.current=Date.now())}),fe.current},Rt=["className","percent","prefixCls","strokeColor","strokeLinecap","strokeWidth","style","trailColor","trailWidth","transition"],St=function(fe){var Ce=(0,wt.Z)((0,wt.Z)({},Ct),fe),Fe=Ce.className,ze=Ce.percent,we=Ce.prefixCls,De=Ce.strokeColor,pe=Ce.strokeLinecap,Jt=Ce.strokeWidth,re=Ce.style,se=Ce.trailColor,ge=Ce.trailWidth,ue=Ce.transition,je=(0,Qt.Z)(Ce,Rt);delete je.gapPosition;var Ne=Array.isArray(ze)?ze:[ze],qe=Array.isArray(De)?De:[De],ke=Mt(),He=Jt/2,Ae=100-Jt/2,Ie="M ".concat(pe==="round"?He:0,",").concat(He,`
L `).concat(pe==="round"?Ae:100,",").concat(He),Ge="0 0 100 ".concat(Jt),ie=0;return Vt.createElement("svg",(0,ee.Z)({className:zt()("".concat(we,"-line"),Fe),viewBox:Ge,preserveAspectRatio:"none",style:re},je),Vt.createElement("path",{className:"".concat(we,"-line-trail"),d:Ie,strokeLinecap:pe,stroke:se,strokeWidth:ge||Jt,fillOpacity:"0"}),Ne.map(function(Et,At){var Yt=1;switch(pe){case"round":Yt=1-Jt/100;break;case"square":Yt=1-Jt/2/100;break;default:Yt=1;break}var oe={strokeDasharray:"".concat(Et*Yt,"px, 100px"),strokeDashoffset:"-".concat(ie,"px"),transition:ue||"stroke-dashoffset 0.3s ease 0s, stroke-dasharray .3s ease 0s, stroke 0.3s linear"},_t=qe[At]||qe[qe.length-1];return ie+=Et,Vt.createElement("path",{key:At,className:"".concat(we,"-line-path"),d:Ie,strokeLinecap:pe,stroke:_t,strokeWidth:Jt,fillOpacity:"0",ref:function(Pt){ke[At]=Pt},style:oe})}))},kt=St,xt=ce(62853),Dt=ce(52487),yt=ce(47273),et=0,tt=(0,yt.Z)();function lt(){var he;return tt?(he=et,et+=1):he="TEST_OR_SSR",he}var ot=function(he){var fe=Vt.useState(),Ce=(0,Dt.Z)(fe,2),Fe=Ce[0],ze=Ce[1];return Vt.useEffect(function(){ze("rc_progress_".concat(lt()))},[]),he||Fe},ut=function(fe){var Ce=fe.bg,Fe=fe.children;return Vt.createElement("div",{style:{width:"100%",height:"100%",background:Ce}},Fe)};function ct(he,fe){return Object.keys(he).map(function(Ce){var Fe=parseFloat(Ce),ze="".concat(Math.floor(Fe*fe),"%");return"".concat(he[Ce]," ").concat(ze)})}var ft=Vt.forwardRef(function(he,fe){var Ce=he.prefixCls,Fe=he.color,ze=he.gradientId,we=he.radius,De=he.style,pe=he.ptg,Jt=he.strokeLinecap,re=he.strokeWidth,se=he.size,ge=he.gapDegree,ue=Fe&&(0,xt.Z)(Fe)==="object",je=ue?"#FFF":void 0,Ne=se/2,qe=Vt.createElement("circle",{className:"".concat(Ce,"-circle-path"),r:we,cx:Ne,cy:Ne,stroke:je,strokeLinecap:Jt,strokeWidth:re,opacity:pe===0?0:1,style:De,ref:fe});if(!ue)return qe;var ke="".concat(ze,"-conic"),He=ge?"".concat(180+ge/2,"deg"):"0deg",Ae=ct(Fe,(360-ge)/360),Ie=ct(Fe,1),Ge="conic-gradient(from ".concat(He,", ").concat(Ae.join(", "),")"),ie="linear-gradient(to ".concat(ge?"bottom":"top",", ").concat(Ie.join(", "),")");return Vt.createElement(Vt.Fragment,null,Vt.createElement("mask",{id:ke},qe),Vt.createElement("foreignObject",{x:0,y:0,width:se,height:se,mask:"url(#".concat(ke,")")},Vt.createElement(ut,{bg:ie},Vt.createElement(ut,{bg:Ge}))))}),gt=ft,Lt=100,It=function(fe,Ce,Fe,ze,we,De,pe,Jt,re,se){var ge=arguments.length>10&&arguments[10]!==void 0?arguments[10]:0,ue=Fe/100*360*((360-De)/360),je=De===0?0:{bottom:0,top:180,left:90,right:-90}[pe],Ne=(100-ze)/100*Ce;re==="round"&&ze!==100&&(Ne+=se/2,Ne>=Ce&&(Ne=Ce-.01));var qe=Lt/2;return{stroke:typeof Jt=="string"?Jt:void 0,strokeDasharray:"".concat(Ce,"px ").concat(fe),strokeDashoffset:Ne+ge,transform:"rotate(".concat(we+ue+je,"deg)"),transformOrigin:"".concat(qe,"px ").concat(qe,"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}},Ut=["id","prefixCls","steps","strokeWidth","trailWidth","gapDegree","gapPosition","trailColor","strokeLinecap","style","className","strokeColor","percent"];function Ft(he){var fe=he!=null?he:[];return Array.isArray(fe)?fe:[fe]}var qt=function(fe){var Ce=(0,wt.Z)((0,wt.Z)({},Ct),fe),Fe=Ce.id,ze=Ce.prefixCls,we=Ce.steps,De=Ce.strokeWidth,pe=Ce.trailWidth,Jt=Ce.gapDegree,re=Jt===void 0?0:Jt,se=Ce.gapPosition,ge=Ce.trailColor,ue=Ce.strokeLinecap,je=Ce.style,Ne=Ce.className,qe=Ce.strokeColor,ke=Ce.percent,He=(0,Qt.Z)(Ce,Ut),Ae=Lt/2,Ie=ot(Fe),Ge="".concat(Ie,"-gradient"),ie=Ae-De/2,Et=Math.PI*2*ie,At=re>0?90+re/2:-90,Yt=Et*((360-re)/360),oe=(0,xt.Z)(we)==="object"?we:{count:we,gap:2},_t=oe.count,Ot=oe.gap,Pt=Ft(ke),Tt=Ft(qe),$t=Tt.find(function(Me){return Me&&(0,xt.Z)(Me)==="object"}),jt=$t&&(0,xt.Z)($t)==="object",Gt=jt?"butt":ue,ae=It(Et,Yt,0,100,At,re,se,ge,Gt,De),xe=Mt(),Ke=function(){var Je=0;return Pt.map(function(un,on){var $e=Tt[on]||Tt[Tt.length-1],En=It(Et,Yt,Je,un,At,re,se,$e,Gt,De);return Je+=un,Vt.createElement(gt,{key:on,color:$e,ptg:un,radius:ie,prefixCls:ze,gradientId:Ge,style:En,strokeLinecap:Gt,strokeWidth:De,gapDegree:re,ref:function(xn){xe[on]=xn},size:Lt})}).reverse()},We=function(){var Je=Math.round(_t*(Pt[0]/100)),un=100/_t,on=0;return new Array(_t).fill(null).map(function($e,En){var yn=En<=Je-1?Tt[0]:ge,xn=yn&&(0,xt.Z)(yn)==="object"?"url(#".concat(Ge,")"):void 0,Fn=It(Et,Yt,on,un,At,re,se,yn,"butt",De,Ot);return on+=(Yt-Fn.strokeDashoffset+Ot)*100/Yt,Vt.createElement("circle",{key:En,className:"".concat(ze,"-circle-path"),r:ie,cx:Ae,cy:Ae,stroke:xn,strokeWidth:De,opacity:1,style:Fn,ref:function(Mn){xe[En]=Mn}})})};return Vt.createElement("svg",(0,ee.Z)({className:zt()("".concat(ze,"-circle"),Ne),viewBox:"0 0 ".concat(Lt," ").concat(Lt),style:je,id:Fe,role:"presentation"},He),!_t&&Vt.createElement("circle",{className:"".concat(ze,"-circle-trail"),r:ie,cx:Ae,cy:Ae,stroke:ge,strokeLinecap:Gt,strokeWidth:pe||De,style:ae}),_t?We():Ke())},te=qt,Xt={Line:kt,Circle:te}},738:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return ct}});var ee=ce(72308),wt=ce(49618),Qt=ce(52487),Vt=ce(74416),Bt=ce(92310),zt=ce.n(Bt),Ct=ce(18929),Mt=ce(10228),Rt=ce(26112),St=ce(59301);function kt(ft,gt){var Lt=ft.disabled,It=ft.prefixCls,Ut=ft.character,Ft=ft.characterRender,qt=ft.index,te=ft.count,Xt=ft.value,he=ft.allowHalf,fe=ft.focused,Ce=ft.onHover,Fe=ft.onClick,ze=function(ue){Ce(ue,qt)},we=function(ue){Fe(ue,qt)},De=function(ue){ue.keyCode===Mt.Z.ENTER&&Fe(ue,qt)},pe=qt+1,Jt=new Set([It]);Xt===0&&qt===0&&fe?Jt.add("".concat(It,"-focused")):he&&Xt+.5>=pe&&Xt<pe?(Jt.add("".concat(It,"-half")),Jt.add("".concat(It,"-active")),fe&&Jt.add("".concat(It,"-focused"))):(pe<=Xt?Jt.add("".concat(It,"-full")):Jt.add("".concat(It,"-zero")),pe===Xt&&fe&&Jt.add("".concat(It,"-focused")));var re=typeof Ut=="function"?Ut(ft):Ut,se=St.createElement("li",{className:zt()(Array.from(Jt)),ref:gt},St.createElement("div",{onClick:Lt?null:we,onKeyDown:Lt?null:De,onMouseMove:Lt?null:ze,role:"radio","aria-checked":Xt>qt?"true":"false","aria-posinset":qt+1,"aria-setsize":te,tabIndex:Lt?-1:0},St.createElement("div",{className:"".concat(It,"-first")},re),St.createElement("div",{className:"".concat(It,"-second")},re)));return Ft&&(se=Ft(se,ft)),se}var xt=St.forwardRef(kt);function Dt(){var ft=St.useRef({});function gt(It){return ft.current[It]}function Lt(It){return function(Ut){ft.current[It]=Ut}}return[gt,Lt]}function yt(ft){var gt=ft.pageXOffset,Lt="scrollLeft";if(typeof gt!="number"){var It=ft.document;gt=It.documentElement[Lt],typeof gt!="number"&&(gt=It.body[Lt])}return gt}function et(ft){var gt,Lt,It=ft.ownerDocument,Ut=It.body,Ft=It&&It.documentElement,qt=ft.getBoundingClientRect();return gt=qt.left,Lt=qt.top,gt-=Ft.clientLeft||Ut.clientLeft||0,Lt-=Ft.clientTop||Ut.clientTop||0,{left:gt,top:Lt}}function tt(ft){var gt=et(ft),Lt=ft.ownerDocument,It=Lt.defaultView||Lt.parentWindow;return gt.left+=yt(It),gt.left}var lt=["prefixCls","className","defaultValue","value","count","allowHalf","allowClear","keyboard","character","characterRender","disabled","direction","tabIndex","autoFocus","onHoverChange","onChange","onFocus","onBlur","onKeyDown","onMouseLeave"];function ot(ft,gt){var Lt=ft.prefixCls,It=Lt===void 0?"rc-rate":Lt,Ut=ft.className,Ft=ft.defaultValue,qt=ft.value,te=ft.count,Xt=te===void 0?5:te,he=ft.allowHalf,fe=he===void 0?!1:he,Ce=ft.allowClear,Fe=Ce===void 0?!0:Ce,ze=ft.keyboard,we=ze===void 0?!0:ze,De=ft.character,pe=De===void 0?"\u2605":De,Jt=ft.characterRender,re=ft.disabled,se=ft.direction,ge=se===void 0?"ltr":se,ue=ft.tabIndex,je=ue===void 0?0:ue,Ne=ft.autoFocus,qe=ft.onHoverChange,ke=ft.onChange,He=ft.onFocus,Ae=ft.onBlur,Ie=ft.onKeyDown,Ge=ft.onMouseLeave,ie=(0,Vt.Z)(ft,lt),Et=Dt(),At=(0,Qt.Z)(Et,2),Yt=At[0],oe=At[1],_t=St.useRef(null),Ot=function(){if(!re){var Si;(Si=_t.current)===null||Si===void 0||Si.focus()}};St.useImperativeHandle(gt,function(){return{focus:Ot,blur:function(){if(!re){var Si;(Si=_t.current)===null||Si===void 0||Si.blur()}}}});var Pt=(0,Ct.Z)(Ft||0,{value:qt}),Tt=(0,Qt.Z)(Pt,2),$t=Tt[0],jt=Tt[1],Gt=(0,Ct.Z)(null),ae=(0,Qt.Z)(Gt,2),xe=ae[0],Ke=ae[1],We=function(Si,ji){var Kt=ge==="rtl",Gn=Si+1;if(fe){var Wn=Yt(Si),fi=tt(Wn),Vi=Wn.clientWidth;(Kt&&ji-fi>Vi/2||!Kt&&ji-fi<Vi/2)&&(Gn-=.5)}return Gn},Me=function(Si){jt(Si),ke==null||ke(Si)},Je=St.useState(!1),un=(0,Qt.Z)(Je,2),on=un[0],$e=un[1],En=function(){$e(!0),He==null||He()},yn=function(){$e(!1),Ae==null||Ae()},xn=St.useState(null),Fn=(0,Qt.Z)(xn,2),ii=Fn[0],Mn=Fn[1],oi=function(Si,ji){var Kt=We(ji,Si.pageX);Kt!==xe&&(Mn(Kt),Ke(null)),qe==null||qe(Kt)},vi=function(Si){re||(Mn(null),Ke(null),qe==null||qe(void 0)),Si&&(Ge==null||Ge(Si))},Ci=function(Si,ji){var Kt=We(ji,Si.pageX),Gn=!1;Fe&&(Gn=Kt===$t),vi(),Me(Gn?0:Kt),Ke(Gn?Kt:null)},Ki=function(Si){var ji=Si.keyCode,Kt=ge==="rtl",Gn=fe?.5:1;we&&(ji===Mt.Z.RIGHT&&$t<Xt&&!Kt?(Me($t+Gn),Si.preventDefault()):ji===Mt.Z.LEFT&&$t>0&&!Kt||ji===Mt.Z.RIGHT&&$t>0&&Kt?(Me($t-Gn),Si.preventDefault()):ji===Mt.Z.LEFT&&$t<Xt&&Kt&&(Me($t+Gn),Si.preventDefault())),Ie==null||Ie(Si)};St.useEffect(function(){Ne&&!re&&Ot()},[]);var zi=new Array(Xt).fill(0).map(function(Bi,Si){return St.createElement(xt,{ref:oe(Si),index:Si,count:Xt,disabled:re,prefixCls:"".concat(It,"-star"),allowHalf:fe,value:ii===null?$t:ii,onClick:Ci,onHover:oi,key:Bi||Si,character:pe,characterRender:Jt,focused:on})}),Wi=zt()(It,Ut,(0,wt.Z)((0,wt.Z)({},"".concat(It,"-disabled"),re),"".concat(It,"-rtl"),ge==="rtl"));return St.createElement("ul",(0,ee.Z)({className:Wi,onMouseLeave:vi,tabIndex:re?-1:je,onFocus:re?null:En,onBlur:re?null:yn,onKeyDown:re?null:Ki,ref:_t},(0,Rt.Z)(ie,{aria:!0,data:!0,attr:!0})),zi)}var ut=St.forwardRef(ot),ct=ut},69582:function(bn,Hn,ce){"use strict";ce.d(Hn,{ZP:function(){return Ct}});var ee=ce(52487),wt=ce(59301),Qt=ce(47273),Vt=0,Bt=(0,Qt.Z)();function zt(){var Mt;return Bt?(Mt=Vt,Vt+=1):Mt="TEST_OR_SSR",Mt}function Ct(Mt){var Rt=wt.useState(),St=(0,ee.Z)(Rt,2),kt=St[0],xt=St[1];return wt.useEffect(function(){xt("rc_select_".concat(zt()))},[]),Mt||kt}},45560:function(bn,Hn,ce){"use strict";ce.d(Hn,{Ac:function(){return Je},Xo:function(){return on},Wx:function(){return En},ZP:function(){return Dn},lk:function(){return ct}});var ee=ce(72308),wt=ce(80702),Qt=ce(49618),Vt=ce(77321),Bt=ce(52487),zt=ce(74416),Ct=ce(62853),Mt=ce(18929),Rt=ce(48736),St=ce(59301),kt=ce(92310),xt=ce.n(kt),Dt=ce(34280),yt=ce(49658),et=ce(8654),tt=function(Ze){var On=Ze.className,Le=Ze.customizeIcon,nn=Ze.customizeIconProps,wn=Ze.children,Un=Ze.onMouseDown,rn=Ze.onClick,Pn=typeof Le=="function"?Le(nn):Le;return St.createElement("span",{className:On,onMouseDown:function(Cn){Cn.preventDefault(),Un==null||Un(Cn)},style:{userSelect:"none",WebkitUserSelect:"none"},unselectable:"on",onClick:rn,"aria-hidden":!0},Pn!==void 0?Pn:St.createElement("span",{className:xt()(On.split(/\s+/).map(function(Bn){return"".concat(Bn,"-icon")}))},wn))},lt=tt,ot=function(Ze,On,Le,nn,wn){var Un=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!1,rn=arguments.length>6?arguments[6]:void 0,Pn=arguments.length>7?arguments[7]:void 0,Bn=St.useMemo(function(){if((0,Ct.Z)(nn)==="object")return nn.clearIcon;if(wn)return wn},[nn,wn]),Cn=St.useMemo(function(){return!!(!Un&&nn&&(Le.length||rn)&&!(Pn==="combobox"&&rn===""))},[nn,Un,Le.length,rn,Pn]);return{allowClear:Cn,clearIcon:St.createElement(lt,{className:"".concat(Ze,"-clear"),onMouseDown:On,customizeIcon:Bn},"\xD7")}},ut=St.createContext(null);function ct(){return St.useContext(ut)}function ft(){var Qe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:10,Ze=St.useState(!1),On=(0,Bt.Z)(Ze,2),Le=On[0],nn=On[1],wn=St.useRef(null),Un=function(){window.clearTimeout(wn.current)};St.useEffect(function(){return Un},[]);var rn=function(Bn,Cn){Un(),wn.current=window.setTimeout(function(){nn(Bn),Cn&&Cn()},Qe)};return[Le,rn,Un]}function gt(){var Qe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:250,Ze=St.useRef(null),On=St.useRef(null);St.useEffect(function(){return function(){window.clearTimeout(On.current)}},[]);function Le(nn){(nn||Ze.current===null)&&(Ze.current=nn),window.clearTimeout(On.current),On.current=window.setTimeout(function(){Ze.current=null},Qe)}return[function(){return Ze.current},Le]}function Lt(Qe,Ze,On,Le){var nn=St.useRef(null);nn.current={open:Ze,triggerOpen:On,customizedTrigger:Le},St.useEffect(function(){function wn(Un){var rn;if(!((rn=nn.current)!==null&&rn!==void 0&&rn.customizedTrigger)){var Pn=Un.target;Pn.shadowRoot&&Un.composed&&(Pn=Un.composedPath()[0]||Pn),nn.current.open&&Qe().filter(function(Bn){return Bn}).every(function(Bn){return!Bn.contains(Pn)&&Bn!==Pn})&&nn.current.triggerOpen(!1)}}return window.addEventListener("mousedown",wn),function(){return window.removeEventListener("mousedown",wn)}},[])}var It=ce(10228);function Ut(Qe){return Qe&&![It.Z.ESC,It.Z.SHIFT,It.Z.BACKSPACE,It.Z.TAB,It.Z.WIN_KEY,It.Z.ALT,It.Z.META,It.Z.WIN_KEY_RIGHT,It.Z.CTRL,It.Z.SEMICOLON,It.Z.EQUALS,It.Z.CAPS_LOCK,It.Z.CONTEXT_MENU,It.Z.F1,It.Z.F2,It.Z.F3,It.Z.F4,It.Z.F5,It.Z.F6,It.Z.F7,It.Z.F8,It.Z.F9,It.Z.F10,It.Z.F11,It.Z.F12].includes(Qe)}var Ft=ce(26112),qt=ce(11780),te=function(Ze,On){var Le,nn=Ze.prefixCls,wn=Ze.id,Un=Ze.inputElement,rn=Ze.disabled,Pn=Ze.tabIndex,Bn=Ze.autoFocus,Cn=Ze.autoComplete,Yn=Ze.editable,Vn=Ze.activeDescendantId,Tn=Ze.value,Kn=Ze.maxLength,ui=Ze.onKeyDown,xi=Ze.onMouseDown,gi=Ze.onChange,an=Ze.onPaste,or=Ze.onCompositionStart,Ri=Ze.onCompositionEnd,sr=Ze.onBlur,sn=Ze.open,zn=Ze.attrs,ti=Un||St.createElement("input",null),ni=ti,ri=ni.ref,hi=ni.props,Ti=hi.onKeyDown,Oi=hi.onChange,_i=hi.onMouseDown,Ji=hi.onCompositionStart,fn=hi.onCompositionEnd,ur=hi.onBlur,gn=hi.style;return(0,Rt.Kp)(!("maxLength"in ti.props),"Passing 'maxLength' to input element directly may not work because input in BaseSelect is controlled."),ti=St.cloneElement(ti,(0,Vt.Z)((0,Vt.Z)((0,Vt.Z)({type:"search"},hi),{},{id:wn,ref:(0,et.sQ)(On,ri),disabled:rn,tabIndex:Pn,autoComplete:Cn||"off",autoFocus:Bn,className:xt()("".concat(nn,"-selection-search-input"),(Le=ti)===null||Le===void 0||(Le=Le.props)===null||Le===void 0?void 0:Le.className),role:"combobox","aria-expanded":sn||!1,"aria-haspopup":"listbox","aria-owns":"".concat(wn,"_list"),"aria-autocomplete":"list","aria-controls":"".concat(wn,"_list"),"aria-activedescendant":sn?Vn:void 0},zn),{},{value:Yn?Tn:"",maxLength:Kn,readOnly:!Yn,unselectable:Yn?null:"on",style:(0,Vt.Z)((0,Vt.Z)({},gn),{},{opacity:Yn?null:0}),onKeyDown:function(pi){ui(pi),Ti&&Ti(pi)},onMouseDown:function(pi){xi(pi),_i&&_i(pi)},onChange:function(pi){gi(pi),Oi&&Oi(pi)},onCompositionStart:function(pi){or(pi),Ji&&Ji(pi)},onCompositionEnd:function(pi){Ri(pi),fn&&fn(pi)},onPaste:an,onBlur:function(pi){sr(pi),ur&&ur(pi)}})),ti},Xt=St.forwardRef(te),he=Xt;function fe(Qe){return Array.isArray(Qe)?Qe:Qe!==void 0?[Qe]:[]}var Ce=typeof window!="undefined"&&window.document&&window.document.documentElement,Fe=Ce;function ze(Qe){return Qe!=null}function we(Qe){return!Qe&&Qe!==0}function De(Qe){return["string","number"].includes((0,Ct.Z)(Qe))}function pe(Qe){var Ze=void 0;return Qe&&(De(Qe.title)?Ze=Qe.title.toString():De(Qe.label)&&(Ze=Qe.label.toString())),Ze}function Jt(Qe,Ze){Fe?St.useLayoutEffect(Qe,Ze):St.useEffect(Qe,Ze)}function re(Qe){var Ze;return(Ze=Qe.key)!==null&&Ze!==void 0?Ze:Qe.value}var se=function(Ze){Ze.preventDefault(),Ze.stopPropagation()},ge=function(Ze){var On=Ze.id,Le=Ze.prefixCls,nn=Ze.values,wn=Ze.open,Un=Ze.searchValue,rn=Ze.autoClearSearchValue,Pn=Ze.inputRef,Bn=Ze.placeholder,Cn=Ze.disabled,Yn=Ze.mode,Vn=Ze.showSearch,Tn=Ze.autoFocus,Kn=Ze.autoComplete,ui=Ze.activeDescendantId,xi=Ze.tabIndex,gi=Ze.removeIcon,an=Ze.maxTagCount,or=Ze.maxTagTextLength,Ri=Ze.maxTagPlaceholder,sr=Ri===void 0?function(Ur){return"+ ".concat(Ur.length," ...")}:Ri,sn=Ze.tagRender,zn=Ze.onToggleOpen,ti=Ze.onRemove,ni=Ze.onInputChange,ri=Ze.onInputPaste,hi=Ze.onInputKeyDown,Ti=Ze.onInputMouseDown,Oi=Ze.onInputCompositionStart,_i=Ze.onInputCompositionEnd,Ji=Ze.onInputBlur,fn=St.useRef(null),ur=(0,St.useState)(0),gn=(0,Bt.Z)(ur,2),si=gn[0],pi=gn[1],Ai=(0,St.useState)(!1),vr=(0,Bt.Z)(Ai,2),xr=vr[0],hr=vr[1],yr="".concat(Le,"-selection"),Wo=wn||Yn==="multiple"&&rn===!1||Yn==="tags"?Un:"",Mr=Yn==="tags"||Yn==="multiple"&&rn===!1||Vn&&(wn||xr);Jt(function(){pi(fn.current.scrollWidth)},[Wo]);var li=function(di,Li,tr,Gi,er){return St.createElement("span",{title:pe(di),className:xt()("".concat(yr,"-item"),(0,Qt.Z)({},"".concat(yr,"-item-disabled"),tr))},St.createElement("span",{className:"".concat(yr,"-item-content")},Li),Gi&&St.createElement(lt,{className:"".concat(yr,"-item-remove"),onMouseDown:se,onClick:er,customizeIcon:gi},"\xD7"))},ye=function(di,Li,tr,Gi,er,eo){var Di=function(An){se(An),zn(!wn)};return St.createElement("span",{onMouseDown:Di},sn({label:Li,value:di,disabled:tr,closable:Gi,onClose:er,isMaxTag:!!eo}))},to=function(di){var Li=di.disabled,tr=di.label,Gi=di.value,er=!Cn&&!Li,eo=tr;if(typeof or=="number"&&(typeof tr=="string"||typeof tr=="number")){var Di=String(eo);Di.length>or&&(eo="".concat(Di.slice(0,or),"..."))}var Ei=function(wi){wi&&wi.stopPropagation(),ti(di)};return typeof sn=="function"?ye(Gi,eo,Li,er,Ei):li(di,eo,Li,er,Ei)},fr=function(di){if(!nn.length)return null;var Li=typeof sr=="function"?sr(di):sr;return typeof sn=="function"?ye(void 0,Li,!1,!1,void 0,!0):li({title:Li},Li,!1)},ar=St.createElement("div",{className:"".concat(yr,"-search"),style:{width:si},onFocus:function(){hr(!0)},onBlur:function(){hr(!1)}},St.createElement(he,{ref:Pn,open:wn,prefixCls:Le,id:On,inputElement:null,disabled:Cn,autoFocus:Tn,autoComplete:Kn,editable:Mr,activeDescendantId:ui,value:Wo,onKeyDown:hi,onMouseDown:Ti,onChange:ni,onPaste:ri,onCompositionStart:Oi,onCompositionEnd:_i,onBlur:Ji,tabIndex:xi,attrs:(0,Ft.Z)(Ze,!0)}),St.createElement("span",{ref:fn,className:"".concat(yr,"-search-mirror"),"aria-hidden":!0},Wo,"\xA0")),Ar=St.createElement(qt.Z,{prefixCls:"".concat(yr,"-overflow"),data:nn,renderItem:to,renderRest:fr,suffix:ar,itemKey:re,maxCount:an});return St.createElement("span",{className:"".concat(yr,"-wrap")},Ar,!nn.length&&!Wo&&St.createElement("span",{className:"".concat(yr,"-placeholder")},Bn))},ue=ge,je=function(Ze){var On=Ze.inputElement,Le=Ze.prefixCls,nn=Ze.id,wn=Ze.inputRef,Un=Ze.disabled,rn=Ze.autoFocus,Pn=Ze.autoComplete,Bn=Ze.activeDescendantId,Cn=Ze.mode,Yn=Ze.open,Vn=Ze.values,Tn=Ze.placeholder,Kn=Ze.tabIndex,ui=Ze.showSearch,xi=Ze.searchValue,gi=Ze.activeValue,an=Ze.maxLength,or=Ze.onInputKeyDown,Ri=Ze.onInputMouseDown,sr=Ze.onInputChange,sn=Ze.onInputPaste,zn=Ze.onInputCompositionStart,ti=Ze.onInputCompositionEnd,ni=Ze.onInputBlur,ri=Ze.title,hi=St.useState(!1),Ti=(0,Bt.Z)(hi,2),Oi=Ti[0],_i=Ti[1],Ji=Cn==="combobox",fn=Ji||ui,ur=Vn[0],gn=xi||"";Ji&&gi&&!Oi&&(gn=gi),St.useEffect(function(){Ji&&_i(!1)},[Ji,gi]);var si=Cn!=="combobox"&&!Yn&&!ui?!1:!!gn,pi=ri===void 0?pe(ur):ri,Ai=St.useMemo(function(){return ur?null:St.createElement("span",{className:"".concat(Le,"-selection-placeholder"),style:si?{visibility:"hidden"}:void 0},Tn)},[ur,si,Tn,Le]);return St.createElement("span",{className:"".concat(Le,"-selection-wrap")},St.createElement("span",{className:"".concat(Le,"-selection-search")},St.createElement(he,{ref:wn,prefixCls:Le,id:nn,open:Yn,inputElement:On,disabled:Un,autoFocus:rn,autoComplete:Pn,editable:fn,activeDescendantId:Bn,value:gn,onKeyDown:or,onMouseDown:Ri,onChange:function(xr){_i(!0),sr(xr)},onPaste:sn,onCompositionStart:zn,onCompositionEnd:ti,onBlur:ni,tabIndex:Kn,attrs:(0,Ft.Z)(Ze,!0),maxLength:Ji?an:void 0})),!Ji&&ur?St.createElement("span",{className:"".concat(Le,"-selection-item"),title:pi,style:si?{visibility:"hidden"}:void 0},ur.label):null,Ai)},Ne=je,qe=function(Ze,On){var Le=(0,St.useRef)(null),nn=(0,St.useRef)(!1),wn=Ze.prefixCls,Un=Ze.open,rn=Ze.mode,Pn=Ze.showSearch,Bn=Ze.tokenWithEnter,Cn=Ze.disabled,Yn=Ze.prefix,Vn=Ze.autoClearSearchValue,Tn=Ze.onSearch,Kn=Ze.onSearchSubmit,ui=Ze.onToggleOpen,xi=Ze.onInputKeyDown,gi=Ze.onInputBlur,an=Ze.domRef;St.useImperativeHandle(On,function(){return{focus:function(pi){Le.current.focus(pi)},blur:function(){Le.current.blur()}}});var or=gt(0),Ri=(0,Bt.Z)(or,2),sr=Ri[0],sn=Ri[1],zn=function(pi){var Ai=pi.which,vr=Le.current instanceof HTMLTextAreaElement;!vr&&Un&&(Ai===It.Z.UP||Ai===It.Z.DOWN)&&pi.preventDefault(),xi&&xi(pi),Ai===It.Z.ENTER&&rn==="tags"&&!nn.current&&!Un&&(Kn==null||Kn(pi.target.value)),!(vr&&!Un&&~[It.Z.UP,It.Z.DOWN,It.Z.LEFT,It.Z.RIGHT].indexOf(Ai))&&Ut(Ai)&&ui(!0)},ti=function(){sn(!0)},ni=(0,St.useRef)(null),ri=function(pi){Tn(pi,!0,nn.current)!==!1&&ui(!0)},hi=function(){nn.current=!0},Ti=function(pi){nn.current=!1,rn!=="combobox"&&ri(pi.target.value)},Oi=function(pi){var Ai=pi.target.value;if(Bn&&ni.current&&/[\r\n]/.test(ni.current)){var vr=ni.current.replace(/[\r\n]+$/,"").replace(/\r\n/g," ").replace(/[\r\n]/g," ");Ai=Ai.replace(vr,ni.current)}ni.current=null,ri(Ai)},_i=function(pi){var Ai=pi.clipboardData,vr=Ai==null?void 0:Ai.getData("text");ni.current=vr||""},Ji=function(pi){var Ai=pi.target;if(Ai!==Le.current){var vr=document.body.style.msTouchAction!==void 0;vr?setTimeout(function(){Le.current.focus()}):Le.current.focus()}},fn=function(pi){var Ai=sr();pi.target!==Le.current&&!Ai&&!(rn==="combobox"&&Cn)&&pi.preventDefault(),(rn!=="combobox"&&(!Pn||!Ai)||!Un)&&(Un&&Vn!==!1&&Tn("",!0,!1),ui())},ur={inputRef:Le,onInputKeyDown:zn,onInputMouseDown:ti,onInputChange:Oi,onInputPaste:_i,onInputCompositionStart:hi,onInputCompositionEnd:Ti,onInputBlur:gi},gn=rn==="multiple"||rn==="tags"?St.createElement(ue,(0,ee.Z)({},Ze,ur)):St.createElement(Ne,(0,ee.Z)({},Ze,ur));return St.createElement("div",{ref:an,className:"".concat(wn,"-selector"),onClick:Ji,onMouseDown:fn},Yn&&St.createElement("div",{className:"".concat(wn,"-prefix")},Yn),gn)},ke=St.forwardRef(qe),He=ke,Ae=ce(65352),Ie=["prefixCls","disabled","visible","children","popupElement","animation","transitionName","dropdownStyle","dropdownClassName","direction","placement","builtinPlacements","dropdownMatchSelectWidth","dropdownRender","dropdownAlign","getPopupContainer","empty","getTriggerDOMNode","onPopupVisibleChange","onPopupMouseEnter"],Ge=function(Ze){var On=Ze===!0?0:1;return{bottomLeft:{points:["tl","bl"],offset:[0,4],overflow:{adjustX:On,adjustY:1},htmlRegion:"scroll"},bottomRight:{points:["tr","br"],offset:[0,4],overflow:{adjustX:On,adjustY:1},htmlRegion:"scroll"},topLeft:{points:["bl","tl"],offset:[0,-4],overflow:{adjustX:On,adjustY:1},htmlRegion:"scroll"},topRight:{points:["br","tr"],offset:[0,-4],overflow:{adjustX:On,adjustY:1},htmlRegion:"scroll"}}},ie=function(Ze,On){var Le=Ze.prefixCls,nn=Ze.disabled,wn=Ze.visible,Un=Ze.children,rn=Ze.popupElement,Pn=Ze.animation,Bn=Ze.transitionName,Cn=Ze.dropdownStyle,Yn=Ze.dropdownClassName,Vn=Ze.direction,Tn=Vn===void 0?"ltr":Vn,Kn=Ze.placement,ui=Ze.builtinPlacements,xi=Ze.dropdownMatchSelectWidth,gi=Ze.dropdownRender,an=Ze.dropdownAlign,or=Ze.getPopupContainer,Ri=Ze.empty,sr=Ze.getTriggerDOMNode,sn=Ze.onPopupVisibleChange,zn=Ze.onPopupMouseEnter,ti=(0,zt.Z)(Ze,Ie),ni="".concat(Le,"-dropdown"),ri=rn;gi&&(ri=gi(rn));var hi=St.useMemo(function(){return ui||Ge(xi)},[ui,xi]),Ti=Pn?"".concat(ni,"-").concat(Pn):Bn,Oi=typeof xi=="number",_i=St.useMemo(function(){return Oi?null:xi===!1?"minWidth":"width"},[xi,Oi]),Ji=Cn;Oi&&(Ji=(0,Vt.Z)((0,Vt.Z)({},Ji),{},{width:xi}));var fn=St.useRef(null);return St.useImperativeHandle(On,function(){return{getPopupElement:function(){var gn;return(gn=fn.current)===null||gn===void 0?void 0:gn.popupElement}}}),St.createElement(Ae.Z,(0,ee.Z)({},ti,{showAction:sn?["click"]:[],hideAction:sn?["click"]:[],popupPlacement:Kn||(Tn==="rtl"?"bottomRight":"bottomLeft"),builtinPlacements:hi,prefixCls:ni,popupTransitionName:Ti,popup:St.createElement("div",{onMouseEnter:zn},ri),ref:fn,stretch:_i,popupAlign:an,popupVisible:wn,getPopupContainer:or,popupClassName:xt()(Yn,(0,Qt.Z)({},"".concat(ni,"-empty"),Ri)),popupStyle:Ji,getTriggerDOMNode:sr,onPopupVisibleChange:sn}),Un)},Et=St.forwardRef(ie),At=Et,Yt=ce(68413);function oe(Qe,Ze){var On=Qe.key,Le;return"value"in Qe&&(Le=Qe.value),On!=null?On:Le!==void 0?Le:"rc-index-key-".concat(Ze)}function _t(Qe){return typeof Qe!="undefined"&&!Number.isNaN(Qe)}function Ot(Qe,Ze){var On=Qe||{},Le=On.label,nn=On.value,wn=On.options,Un=On.groupLabel,rn=Le||(Ze?"children":"label");return{label:rn,value:nn||"value",options:wn||"options",groupLabel:Un||rn}}function Pt(Qe){var Ze=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},On=Ze.fieldNames,Le=Ze.childrenAsData,nn=[],wn=Ot(On,!1),Un=wn.label,rn=wn.value,Pn=wn.options,Bn=wn.groupLabel;function Cn(Yn,Vn){Array.isArray(Yn)&&Yn.forEach(function(Tn){if(Vn||!(Pn in Tn)){var Kn=Tn[rn];nn.push({key:oe(Tn,nn.length),groupOption:Vn,data:Tn,label:Tn[Un],value:Kn})}else{var ui=Tn[Bn];ui===void 0&&Le&&(ui=Tn.label),nn.push({key:oe(Tn,nn.length),group:!0,data:Tn,label:ui}),Cn(Tn[Pn],!0)}})}return Cn(Qe,!1),nn}function Tt(Qe){var Ze=(0,Vt.Z)({},Qe);return"props"in Ze||Object.defineProperty(Ze,"props",{get:function(){return(0,Rt.ZP)(!1,"Return type is option instead of Option instance. Please read value directly instead of reading from `props`."),Ze}}),Ze}var $t=function(Ze,On,Le){if(!On||!On.length)return null;var nn=!1,wn=function rn(Pn,Bn){var Cn=(0,Yt.Z)(Bn),Yn=Cn[0],Vn=Cn.slice(1);if(!Yn)return[Pn];var Tn=Pn.split(Yn);return nn=nn||Tn.length>1,Tn.reduce(function(Kn,ui){return[].concat((0,wt.Z)(Kn),(0,wt.Z)(rn(ui,Vn)))},[]).filter(Boolean)},Un=wn(Ze,On);return nn?typeof Le!="undefined"?Un.slice(0,Le):Un:null},jt=St.createContext(null),Gt=jt;function ae(Qe){var Ze=Qe.visible,On=Qe.values;if(!Ze)return null;var Le=50;return St.createElement("span",{"aria-live":"polite",style:{width:0,height:0,position:"absolute",overflow:"hidden",opacity:0}},"".concat(On.slice(0,Le).map(function(nn){var wn=nn.label,Un=nn.value;return["number","string"].includes((0,Ct.Z)(wn))?wn:Un}).join(", ")),On.length>Le?", ...":null)}var xe=["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"],Ke=["value","onChange","removeIcon","placeholder","autoFocus","maxTagCount","maxTagTextLength","maxTagPlaceholder","choiceTransitionName","onInputKeyDown","onPopupScroll","tabIndex"],We=function(Ze){return Ze==="tags"||Ze==="multiple"},Me=St.forwardRef(function(Qe,Ze){var On,Le=Qe.id,nn=Qe.prefixCls,wn=Qe.className,Un=Qe.showSearch,rn=Qe.tagRender,Pn=Qe.direction,Bn=Qe.omitDomProps,Cn=Qe.displayValues,Yn=Qe.onDisplayValuesChange,Vn=Qe.emptyOptions,Tn=Qe.notFoundContent,Kn=Tn===void 0?"Not Found":Tn,ui=Qe.onClear,xi=Qe.mode,gi=Qe.disabled,an=Qe.loading,or=Qe.getInputElement,Ri=Qe.getRawInputElement,sr=Qe.open,sn=Qe.defaultOpen,zn=Qe.onDropdownVisibleChange,ti=Qe.activeValue,ni=Qe.onActiveValueChange,ri=Qe.activeDescendantId,hi=Qe.searchValue,Ti=Qe.autoClearSearchValue,Oi=Qe.onSearch,_i=Qe.onSearchSplit,Ji=Qe.tokenSeparators,fn=Qe.allowClear,ur=Qe.prefix,gn=Qe.suffixIcon,si=Qe.clearIcon,pi=Qe.OptionList,Ai=Qe.animation,vr=Qe.transitionName,xr=Qe.dropdownStyle,hr=Qe.dropdownClassName,yr=Qe.dropdownMatchSelectWidth,Wo=Qe.dropdownRender,Mr=Qe.dropdownAlign,li=Qe.placement,ye=Qe.builtinPlacements,to=Qe.getPopupContainer,fr=Qe.showAction,ar=fr===void 0?[]:fr,Ar=Qe.onFocus,Ur=Qe.onBlur,di=Qe.onKeyUp,Li=Qe.onKeyDown,tr=Qe.onMouseDown,Gi=(0,zt.Z)(Qe,xe),er=We(xi),eo=(Un!==void 0?Un:er)||xi==="combobox",Di=(0,Vt.Z)({},Gi);Ke.forEach(function(Kr){delete Di[Kr]}),Bn==null||Bn.forEach(function(Kr){delete Di[Kr]});var Ei=St.useState(!1),An=(0,Bt.Z)(Ei,2),wi=An[0],Sr=An[1];St.useEffect(function(){Sr((0,yt.Z)())},[]);var Jr=St.useRef(null),Yr=St.useRef(null),Ir=St.useRef(null),no=St.useRef(null),_r=St.useRef(null),$o=St.useRef(!1),Zo=ft(),Js=(0,Bt.Z)(Zo,3),en=Js[0],xo=Js[1],jl=Js[2];St.useImperativeHandle(Ze,function(){var Kr,Nr;return{focus:(Kr=no.current)===null||Kr===void 0?void 0:Kr.focus,blur:(Nr=no.current)===null||Nr===void 0?void 0:Nr.blur,scrollTo:function(Os){var Uo;return(Uo=_r.current)===null||Uo===void 0?void 0:Uo.scrollTo(Os)},nativeElement:Jr.current||Yr.current}});var os=St.useMemo(function(){var Kr;if(xi!=="combobox")return hi;var Nr=(Kr=Cn[0])===null||Kr===void 0?void 0:Kr.value;return typeof Nr=="string"||typeof Nr=="number"?String(Nr):""},[hi,xi,Cn]),Pl=xi==="combobox"&&typeof or=="function"&&or()||null,Hr=typeof Ri=="function"&&Ri(),ku=(0,et.x1)(Yr,Hr==null||(On=Hr.props)===null||On===void 0?void 0:On.ref),zl=St.useState(!1),Zr=(0,Bt.Z)(zl,2),Ro=Zr[0],Cl=Zr[1];(0,Dt.Z)(function(){Cl(!0)},[]);var gs=(0,Mt.Z)(!1,{defaultValue:sn,value:sr}),Ja=(0,Bt.Z)(gs,2),ha=Ja[0],Fi=Ja[1],ts=Ro?ha:!1,Eu=!Kn&&Vn;(gi||Eu&&ts&&xi==="combobox")&&(ts=!1);var Qs=Eu?!1:ts,pr=St.useCallback(function(Kr){var Nr=Kr!==void 0?Kr:!ts;gi||(Fi(Nr),ts!==Nr&&(zn==null||zn(Nr)))},[gi,ts,Fi,zn]),Tr=St.useMemo(function(){return(Ji||[]).some(function(Kr){return[`
`,`\r
`].includes(Kr)})},[Ji]),Nn=St.useContext(Gt)||{},Yi=Nn.maxCount,mr=Nn.rawValues,Qr=function(Nr,jr,Os){if(!(er&&_t(Yi)&&(mr==null?void 0:mr.size)>=Yi)){var Uo=!0,ss=Nr;ni==null||ni(null);var bi=$t(Nr,Ji,_t(Yi)?Yi-mr.size:void 0),Ia=Os?null:bi;return xi!=="combobox"&&Ia&&(ss="",_i==null||_i(Ia),pr(!1),Uo=!1),Oi&&os!==ss&&Oi(ss,{source:jr?"typing":"effect"}),Uo}},ca=function(Nr){!Nr||!Nr.trim()||Oi(Nr,{source:"submit"})};St.useEffect(function(){!ts&&!er&&xi!=="combobox"&&Qr("",!1,!1)},[ts]),St.useEffect(function(){ha&&gi&&Fi(!1),gi&&!$o.current&&xo(!1)},[gi]);var $s=gt(),nr=(0,Bt.Z)($s,2),Xo=nr[0],Ns=nr[1],Jo=St.useRef(!1),Fs=function(Nr){var jr=Xo(),Os=Nr.key,Uo=Os==="Enter";if(Uo&&(xi!=="combobox"&&Nr.preventDefault(),ts||pr(!0)),Ns(!!os),Os==="Backspace"&&!jr&&er&&!os&&Cn.length){for(var ss=(0,wt.Z)(Cn),bi=null,Ia=ss.length-1;Ia>=0;Ia-=1){var Re=ss[Ia];if(!Re.disabled){ss.splice(Ia,1),bi=Re;break}}bi&&Yn(ss,{type:"remove",values:[bi]})}for(var Sn=arguments.length,Gl=new Array(Sn>1?Sn-1:0),Sh=1;Sh<Sn;Sh++)Gl[Sh-1]=arguments[Sh];if(ts&&(!Uo||!Jo.current)){var Ra;Uo&&(Jo.current=!0),(Ra=_r.current)===null||Ra===void 0||Ra.onKeyDown.apply(Ra,[Nr].concat(Gl))}Li==null||Li.apply(void 0,[Nr].concat(Gl))},bl=function(Nr){for(var jr=arguments.length,Os=new Array(jr>1?jr-1:0),Uo=1;Uo<jr;Uo++)Os[Uo-1]=arguments[Uo];if(ts){var ss;(ss=_r.current)===null||ss===void 0||ss.onKeyUp.apply(ss,[Nr].concat(Os))}Nr.key==="Enter"&&(Jo.current=!1),di==null||di.apply(void 0,[Nr].concat(Os))},Qa=function(Nr){var jr=Cn.filter(function(Os){return Os!==Nr});Yn(jr,{type:"remove",values:[Nr]})},jo=function(){Jo.current=!1},da=St.useRef(!1),ph=function(){xo(!0),gi||(Ar&&!da.current&&Ar.apply(void 0,arguments),ar.includes("focus")&&pr(!0)),da.current=!0},Yc=function(){$o.current=!0,xo(!1,function(){da.current=!1,$o.current=!1,pr(!1)}),!gi&&(os&&(xi==="tags"?Oi(os,{source:"submit"}):xi==="multiple"&&Oi("",{source:"blur"})),Ur&&Ur.apply(void 0,arguments))},Al=[];St.useEffect(function(){return function(){Al.forEach(function(Kr){return clearTimeout(Kr)}),Al.splice(0,Al.length)}},[]);var Zc=function(Nr){var jr,Os=Nr.target,Uo=(jr=Ir.current)===null||jr===void 0?void 0:jr.getPopupElement();if(Uo&&Uo.contains(Os)){var ss=setTimeout(function(){var Sn=Al.indexOf(ss);if(Sn!==-1&&Al.splice(Sn,1),jl(),!wi&&!Uo.contains(document.activeElement)){var Gl;(Gl=no.current)===null||Gl===void 0||Gl.focus()}});Al.push(ss)}for(var bi=arguments.length,Ia=new Array(bi>1?bi-1:0),Re=1;Re<bi;Re++)Ia[Re-1]=arguments[Re];tr==null||tr.apply(void 0,[Nr].concat(Ia))},ac=St.useState({}),mh=(0,Bt.Z)(ac,2),Wl=mh[1];function Oa(){Wl({})}var vh;Hr&&(vh=function(Nr){pr(Nr)}),Lt(function(){var Kr;return[Jr.current,(Kr=Ir.current)===null||Kr===void 0?void 0:Kr.getPopupElement()]},Qs,pr,!!Hr);var lc=St.useMemo(function(){return(0,Vt.Z)((0,Vt.Z)({},Qe),{},{notFoundContent:Kn,open:ts,triggerOpen:Qs,id:Le,showSearch:eo,multiple:er,toggleOpen:pr})},[Qe,Kn,Qs,ts,Le,eo,er,pr]),uc=!!gn||an,Mo;uc&&(Mo=St.createElement(lt,{className:xt()("".concat(nn,"-arrow"),(0,Qt.Z)({},"".concat(nn,"-arrow-loading"),an)),customizeIcon:gn,customizeIconProps:{loading:an,searchValue:os,open:ts,focused:en,showSearch:eo}}));var Gd=function(){var Nr;ui==null||ui(),(Nr=no.current)===null||Nr===void 0||Nr.focus(),Yn([],{type:"clear",values:Cn}),Qr("",!1,!1)},hc=ot(nn,Gd,Cn,fn,si,gi,os,xi),yh=hc.allowClear,Mu=hc.clearIcon,Ds=St.createElement(pi,{ref:_r}),Bs=xt()(nn,wn,(0,Qt.Z)((0,Qt.Z)((0,Qt.Z)((0,Qt.Z)((0,Qt.Z)((0,Qt.Z)((0,Qt.Z)((0,Qt.Z)((0,Qt.Z)((0,Qt.Z)({},"".concat(nn,"-focused"),en),"".concat(nn,"-multiple"),er),"".concat(nn,"-single"),!er),"".concat(nn,"-allow-clear"),fn),"".concat(nn,"-show-arrow"),uc),"".concat(nn,"-disabled"),gi),"".concat(nn,"-loading"),an),"".concat(nn,"-open"),ts),"".concat(nn,"-customize-input"),Pl),"".concat(nn,"-show-search"),eo)),Go=St.createElement(At,{ref:Ir,disabled:gi,prefixCls:nn,visible:Qs,popupElement:Ds,animation:Ai,transitionName:vr,dropdownStyle:xr,dropdownClassName:hr,direction:Pn,dropdownMatchSelectWidth:yr,dropdownRender:Wo,dropdownAlign:Mr,placement:li,builtinPlacements:ye,getPopupContainer:to,empty:Vn,getTriggerDOMNode:function(Nr){return Yr.current||Nr},onPopupVisibleChange:vh,onPopupMouseEnter:Oa},Hr?St.cloneElement(Hr,{ref:ku}):St.createElement(He,(0,ee.Z)({},Qe,{domRef:Yr,prefixCls:nn,inputElement:Pl,ref:no,id:Le,prefix:ur,showSearch:eo,autoClearSearchValue:Ti,mode:xi,activeDescendantId:ri,tagRender:rn,values:Cn,open:ts,onToggleOpen:pr,activeValue:ti,searchValue:os,onSearch:Qr,onSearchSubmit:ca,onRemove:Qa,tokenWithEnter:Tr,onInputBlur:jo}))),Qo;return Hr?Qo=Go:Qo=St.createElement("div",(0,ee.Z)({className:Bs},Di,{ref:Jr,onMouseDown:Zc,onKeyDown:Fs,onKeyUp:bl,onFocus:ph,onBlur:Yc}),St.createElement(ae,{visible:en&&!ts,values:Cn}),Go,Mo,yh&&Mu),St.createElement(ut.Provider,{value:lc},Qo)}),Je=Me,un=function(){return null};un.isSelectOptGroup=!0;var on=un,$e=function(){return null};$e.isSelectOption=!0;var En=$e,yn=ce(80547),xn=ce(2738),Fn=ce(45680);function ii(){return/(mac\sos|macintosh)/i.test(navigator.appVersion)}var Mn=["disabled","title","children","style","className"];function oi(Qe){return typeof Qe=="string"||typeof Qe=="number"}var vi=function(Ze,On){var Le=ct(),nn=Le.prefixCls,wn=Le.id,Un=Le.open,rn=Le.multiple,Pn=Le.mode,Bn=Le.searchValue,Cn=Le.toggleOpen,Yn=Le.notFoundContent,Vn=Le.onPopupScroll,Tn=St.useContext(Gt),Kn=Tn.maxCount,ui=Tn.flattenOptions,xi=Tn.onActiveValue,gi=Tn.defaultActiveFirstOption,an=Tn.onSelect,or=Tn.menuItemSelectedIcon,Ri=Tn.rawValues,sr=Tn.fieldNames,sn=Tn.virtual,zn=Tn.direction,ti=Tn.listHeight,ni=Tn.listItemHeight,ri=Tn.optionRender,hi="".concat(nn,"-item"),Ti=(0,yn.Z)(function(){return ui},[Un,ui],function(fr,ar){return ar[0]&&fr[1]!==ar[1]}),Oi=St.useRef(null),_i=St.useMemo(function(){return rn&&_t(Kn)&&(Ri==null?void 0:Ri.size)>=Kn},[rn,Kn,Ri==null?void 0:Ri.size]),Ji=function(ar){ar.preventDefault()},fn=function(ar){var Ar;(Ar=Oi.current)===null||Ar===void 0||Ar.scrollTo(typeof ar=="number"?{index:ar}:ar)},ur=St.useCallback(function(fr){return Pn==="combobox"?!1:Ri.has(fr)},[Pn,(0,wt.Z)(Ri).toString(),Ri.size]),gn=function(ar){for(var Ar=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1,Ur=Ti.length,di=0;di<Ur;di+=1){var Li=(ar+di*Ar+Ur)%Ur,tr=Ti[Li]||{},Gi=tr.group,er=tr.data;if(!Gi&&!(er!=null&&er.disabled)&&(ur(er.value)||!_i))return Li}return-1},si=St.useState(function(){return gn(0)}),pi=(0,Bt.Z)(si,2),Ai=pi[0],vr=pi[1],xr=function(ar){var Ar=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;vr(ar);var Ur={source:Ar?"keyboard":"mouse"},di=Ti[ar];if(!di){xi(null,-1,Ur);return}xi(di.value,ar,Ur)};(0,St.useEffect)(function(){xr(gi!==!1?gn(0):-1)},[Ti.length,Bn]);var hr=St.useCallback(function(fr){return Pn==="combobox"?String(fr).toLowerCase()===Bn.toLowerCase():Ri.has(fr)},[Pn,Bn,(0,wt.Z)(Ri).toString(),Ri.size]);(0,St.useEffect)(function(){var fr=setTimeout(function(){if(!rn&&Un&&Ri.size===1){var Ar=Array.from(Ri)[0],Ur=Ti.findIndex(function(di){var Li=di.data;return Li.value===Ar});Ur!==-1&&(xr(Ur),fn(Ur))}});if(Un){var ar;(ar=Oi.current)===null||ar===void 0||ar.scrollTo(void 0)}return function(){return clearTimeout(fr)}},[Un,Bn]);var yr=function(ar){ar!==void 0&&an(ar,{selected:!Ri.has(ar)}),rn||Cn(!1)};if(St.useImperativeHandle(On,function(){return{onKeyDown:function(ar){var Ar=ar.which,Ur=ar.ctrlKey;switch(Ar){case It.Z.N:case It.Z.P:case It.Z.UP:case It.Z.DOWN:{var di=0;if(Ar===It.Z.UP?di=-1:Ar===It.Z.DOWN?di=1:ii()&&Ur&&(Ar===It.Z.N?di=1:Ar===It.Z.P&&(di=-1)),di!==0){var Li=gn(Ai+di,di);fn(Li),xr(Li,!0)}break}case It.Z.TAB:case It.Z.ENTER:{var tr,Gi=Ti[Ai];Gi&&!(Gi!=null&&(tr=Gi.data)!==null&&tr!==void 0&&tr.disabled)&&!_i?yr(Gi.value):yr(void 0),Un&&ar.preventDefault();break}case It.Z.ESC:Cn(!1),Un&&ar.stopPropagation()}},onKeyUp:function(){},scrollTo:function(ar){fn(ar)}}}),Ti.length===0)return St.createElement("div",{role:"listbox",id:"".concat(wn,"_list"),className:"".concat(hi,"-empty"),onMouseDown:Ji},Yn);var Wo=Object.keys(sr).map(function(fr){return sr[fr]}),Mr=function(ar){return ar.label};function li(fr,ar){var Ar=fr.group;return{role:Ar?"presentation":"option",id:"".concat(wn,"_list_").concat(ar)}}var ye=function(ar){var Ar=Ti[ar];if(!Ar)return null;var Ur=Ar.data||{},di=Ur.value,Li=Ar.group,tr=(0,Ft.Z)(Ur,!0),Gi=Mr(Ar);return Ar?St.createElement("div",(0,ee.Z)({"aria-label":typeof Gi=="string"&&!Li?Gi:null},tr,{key:ar},li(Ar,ar),{"aria-selected":hr(di)}),di):null},to={role:"listbox",id:"".concat(wn,"_list")};return St.createElement(St.Fragment,null,sn&&St.createElement("div",(0,ee.Z)({},to,{style:{height:0,width:0,overflow:"hidden"}}),ye(Ai-1),ye(Ai),ye(Ai+1)),St.createElement(Fn.Z,{itemKey:"key",ref:Oi,data:Ti,height:ti,itemHeight:ni,fullHeight:!1,onMouseDown:Ji,onScroll:Vn,virtual:sn,direction:zn,innerProps:sn?null:to},function(fr,ar){var Ar=fr.group,Ur=fr.groupOption,di=fr.data,Li=fr.label,tr=fr.value,Gi=di.key;if(Ar){var er,eo=(er=di.title)!==null&&er!==void 0?er:oi(Li)?Li.toString():void 0;return St.createElement("div",{className:xt()(hi,"".concat(hi,"-group"),di.className),title:eo},Li!==void 0?Li:Gi)}var Di=di.disabled,Ei=di.title,An=di.children,wi=di.style,Sr=di.className,Jr=(0,zt.Z)(di,Mn),Yr=(0,xn.Z)(Jr,Wo),Ir=ur(tr),no=Di||!Ir&&_i,_r="".concat(hi,"-option"),$o=xt()(hi,_r,Sr,(0,Qt.Z)((0,Qt.Z)((0,Qt.Z)((0,Qt.Z)({},"".concat(_r,"-grouped"),Ur),"".concat(_r,"-active"),Ai===ar&&!no),"".concat(_r,"-disabled"),no),"".concat(_r,"-selected"),Ir)),Zo=Mr(fr),Js=!or||typeof or=="function"||Ir,en=typeof Zo=="number"?Zo:Zo||tr,xo=oi(en)?en.toString():void 0;return Ei!==void 0&&(xo=Ei),St.createElement("div",(0,ee.Z)({},(0,Ft.Z)(Yr),sn?{}:li(fr,ar),{"aria-selected":hr(tr),className:$o,title:xo,onMouseMove:function(){Ai===ar||no||xr(ar)},onClick:function(){no||yr(tr)},style:wi}),St.createElement("div",{className:"".concat(_r,"-content")},typeof ri=="function"?ri(fr,{index:ar}):en),St.isValidElement(or)||Ir,Js&&St.createElement(lt,{className:"".concat(hi,"-option-state"),customizeIcon:or,customizeIconProps:{value:tr,disabled:no,isSelected:Ir}},Ir?"\u2713":null))}))},Ci=St.forwardRef(vi),Ki=Ci,zi=function(Qe,Ze){var On=St.useRef({values:new Map,options:new Map}),Le=St.useMemo(function(){var wn=On.current,Un=wn.values,rn=wn.options,Pn=Qe.map(function(Yn){if(Yn.label===void 0){var Vn;return(0,Vt.Z)((0,Vt.Z)({},Yn),{},{label:(Vn=Un.get(Yn.value))===null||Vn===void 0?void 0:Vn.label})}return Yn}),Bn=new Map,Cn=new Map;return Pn.forEach(function(Yn){Bn.set(Yn.value,Yn),Cn.set(Yn.value,Ze.get(Yn.value)||rn.get(Yn.value))}),On.current.values=Bn,On.current.options=Cn,Pn},[Qe,Ze]),nn=St.useCallback(function(wn){return Ze.get(wn)||On.current.options.get(wn)},[Ze]);return[Le,nn]};function Wi(Qe,Ze){return fe(Qe).join("").toUpperCase().includes(Ze)}var Bi=function(Qe,Ze,On,Le,nn){return St.useMemo(function(){if(!On||Le===!1)return Qe;var wn=Ze.options,Un=Ze.label,rn=Ze.value,Pn=[],Bn=typeof Le=="function",Cn=On.toUpperCase(),Yn=Bn?Le:function(Tn,Kn){return nn?Wi(Kn[nn],Cn):Kn[wn]?Wi(Kn[Un!=="children"?Un:"label"],Cn):Wi(Kn[rn],Cn)},Vn=Bn?function(Tn){return Tt(Tn)}:function(Tn){return Tn};return Qe.forEach(function(Tn){if(Tn[wn]){var Kn=Yn(On,Vn(Tn));if(Kn)Pn.push(Tn);else{var ui=Tn[wn].filter(function(xi){return Yn(On,Vn(xi))});ui.length&&Pn.push((0,Vt.Z)((0,Vt.Z)({},Tn),{},(0,Qt.Z)({},wn,ui)))}return}Yn(On,Vn(Tn))&&Pn.push(Tn)}),Pn},[Qe,Le,nn,On,Ze])},Si=ce(69582),ji=ce(11592),Kt=["children","value"],Gn=["children"];function Wn(Qe){var Ze=Qe,On=Ze.key,Le=Ze.props,nn=Le.children,wn=Le.value,Un=(0,zt.Z)(Le,Kt);return(0,Vt.Z)({key:On,value:wn!==void 0?wn:On,children:nn},Un)}function fi(Qe){var Ze=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return(0,ji.Z)(Qe).map(function(On,Le){if(!St.isValidElement(On)||!On.type)return null;var nn=On,wn=nn.type.isSelectOptGroup,Un=nn.key,rn=nn.props,Pn=rn.children,Bn=(0,zt.Z)(rn,Gn);return Ze||!wn?Wn(On):(0,Vt.Z)((0,Vt.Z)({key:"__RC_SELECT_GRP__".concat(Un===null?Le:Un,"__"),label:Un},Bn),{},{options:fi(Pn)})}).filter(function(On){return On})}var Vi=function(Ze,On,Le,nn,wn){return St.useMemo(function(){var Un=Ze,rn=!Ze;rn&&(Un=fi(On));var Pn=new Map,Bn=new Map,Cn=function(Tn,Kn,ui){ui&&typeof ui=="string"&&Tn.set(Kn[ui],Kn)},Yn=function Vn(Tn){for(var Kn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,ui=0;ui<Tn.length;ui+=1){var xi=Tn[ui];!xi[Le.options]||Kn?(Pn.set(xi[Le.value],xi),Cn(Bn,xi,Le.label),Cn(Bn,xi,nn),Cn(Bn,xi,wn)):Vn(xi[Le.options],!0)}};return Yn(Un),{options:Un,valueOptions:Pn,labelOptions:Bn}},[Ze,On,Le,nn,wn])},Qi=Vi;function Xi(Qe){var Ze=St.useRef();Ze.current=Qe;var On=St.useCallback(function(){return Ze.current.apply(Ze,arguments)},[]);return On}function ei(Qe){var Ze=Qe.mode,On=Qe.options,Le=Qe.children,nn=Qe.backfill,wn=Qe.allowClear,Un=Qe.placeholder,rn=Qe.getInputElement,Pn=Qe.showSearch,Bn=Qe.onSearch,Cn=Qe.defaultOpen,Yn=Qe.autoFocus,Vn=Qe.labelInValue,Tn=Qe.value,Kn=Qe.inputValue,ui=Qe.optionLabelProp,xi=isMultiple(Ze),gi=Pn!==void 0?Pn:xi||Ze==="combobox",an=On||convertChildrenToData(Le);if(warning(Ze!=="tags"||an.every(function(sn){return!sn.disabled}),"Please avoid setting option to disabled in tags mode since user can always type text as tag."),Ze==="tags"||Ze==="combobox"){var or=an.some(function(sn){return sn.options?sn.options.some(function(zn){return typeof("value"in zn?zn.value:zn.key)=="number"}):typeof("value"in sn?sn.value:sn.key)=="number"});warning(!or,"`value` of Option should not use number type when `mode` is `tags` or `combobox`.")}if(warning(Ze!=="combobox"||!ui,"`combobox` mode not support `optionLabelProp`. Please set `value` on Option directly."),warning(Ze==="combobox"||!nn,"`backfill` only works with `combobox` mode."),warning(Ze==="combobox"||!rn,"`getInputElement` only work with `combobox` mode."),noteOnce(Ze!=="combobox"||!rn||!wn||!Un,"Customize `getInputElement` should customize clear and placeholder logic instead of configuring `allowClear` and `placeholder`."),Bn&&!gi&&Ze!=="combobox"&&Ze!=="tags"&&warning(!1,"`onSearch` should work with `showSearch` instead of use alone."),noteOnce(!Cn||Yn,"`defaultOpen` makes Select open without focus which means it will not close by click outside. You can set `autoFocus` if needed."),Tn!=null){var Ri=toArray(Tn);warning(!Vn||Ri.every(function(sn){return _typeof(sn)==="object"&&("key"in sn||"value"in sn)}),"`value` should in shape of `{ value: string | number, label?: ReactNode }` when you set `labelInValue` to `true`"),warning(!xi||Array.isArray(Tn),"`value` should be array when `mode` is `multiple` or `tags`")}if(Le){var sr=null;toNodeArray(Le).some(function(sn){if(!React.isValidElement(sn)||!sn.type)return!1;var zn=sn,ti=zn.type;if(ti.isSelectOption)return!1;if(ti.isSelectOptGroup){var ni=toNodeArray(sn.props.children).every(function(ri){return!React.isValidElement(ri)||!sn.type||ri.type.isSelectOption?!0:(sr=ri.type,!1)});return!ni}return sr=ti,!0}),sr&&warning(!1,"`children` should be `Select.Option` or `Select.OptGroup` instead of `".concat(sr.displayName||sr.name||sr,"`.")),warning(Kn===void 0,"`inputValue` is deprecated, please use `searchValue` instead.")}}function Xn(Qe,Ze){if(Qe){var On=function Le(nn){for(var wn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,Un=0;Un<nn.length;Un++){var rn=nn[Un];if(rn[Ze==null?void 0:Ze.value]===null)return warning(!1,"`value` in Select options should not be `null`."),!0;if(!wn&&Array.isArray(rn[Ze==null?void 0:Ze.options])&&Le(rn[Ze==null?void 0:Ze.options],!0))break}};On(Qe)}}var Ve=null,_e=["id","mode","prefixCls","backfill","fieldNames","inputValue","searchValue","onSearch","autoClearSearchValue","onSelect","onDeselect","dropdownMatchSelectWidth","filterOption","filterSort","optionFilterProp","optionLabelProp","options","optionRender","children","defaultActiveFirstOption","menuItemSelectedIcon","virtual","direction","listHeight","listItemHeight","labelRender","value","defaultValue","labelInValue","onChange","maxCount"],Ue=["inputValue"];function In(Qe){return!Qe||(0,Ct.Z)(Qe)!=="object"}var Rn=St.forwardRef(function(Qe,Ze){var On=Qe.id,Le=Qe.mode,nn=Qe.prefixCls,wn=nn===void 0?"rc-select":nn,Un=Qe.backfill,rn=Qe.fieldNames,Pn=Qe.inputValue,Bn=Qe.searchValue,Cn=Qe.onSearch,Yn=Qe.autoClearSearchValue,Vn=Yn===void 0?!0:Yn,Tn=Qe.onSelect,Kn=Qe.onDeselect,ui=Qe.dropdownMatchSelectWidth,xi=ui===void 0?!0:ui,gi=Qe.filterOption,an=Qe.filterSort,or=Qe.optionFilterProp,Ri=Qe.optionLabelProp,sr=Qe.options,sn=Qe.optionRender,zn=Qe.children,ti=Qe.defaultActiveFirstOption,ni=Qe.menuItemSelectedIcon,ri=Qe.virtual,hi=Qe.direction,Ti=Qe.listHeight,Oi=Ti===void 0?200:Ti,_i=Qe.listItemHeight,Ji=_i===void 0?20:_i,fn=Qe.labelRender,ur=Qe.value,gn=Qe.defaultValue,si=Qe.labelInValue,pi=Qe.onChange,Ai=Qe.maxCount,vr=(0,zt.Z)(Qe,_e),xr=(0,Si.ZP)(On),hr=We(Le),yr=!!(!sr&&zn),Wo=St.useMemo(function(){return gi===void 0&&Le==="combobox"?!1:gi},[gi,Le]),Mr=St.useMemo(function(){return Ot(rn,yr)},[JSON.stringify(rn),yr]),li=(0,Mt.Z)("",{value:Bn!==void 0?Bn:Pn,postState:function(Tr){return Tr||""}}),ye=(0,Bt.Z)(li,2),to=ye[0],fr=ye[1],ar=Qi(sr,zn,Mr,or,Ri),Ar=ar.valueOptions,Ur=ar.labelOptions,di=ar.options,Li=St.useCallback(function(pr){var Tr=fe(pr);return Tr.map(function(Nn){var Yi,mr,Qr,ca,$s;if(In(Nn))Yi=Nn;else{var nr;Qr=Nn.key,mr=Nn.label,Yi=(nr=Nn.value)!==null&&nr!==void 0?nr:Qr}var Xo=Ar.get(Yi);if(Xo){var Ns;if(mr===void 0&&(mr=Xo==null?void 0:Xo[Ri||Mr.label]),Qr===void 0&&(Qr=(Ns=Xo==null?void 0:Xo.key)!==null&&Ns!==void 0?Ns:Yi),ca=Xo==null?void 0:Xo.disabled,$s=Xo==null?void 0:Xo.title,0)var Jo}return{label:mr,value:Yi,key:Qr,disabled:ca,title:$s}})},[Mr,Ri,Ar]),tr=(0,Mt.Z)(gn,{value:ur}),Gi=(0,Bt.Z)(tr,2),er=Gi[0],eo=Gi[1],Di=St.useMemo(function(){var pr,Tr=hr&&er===null?[]:er,Nn=Li(Tr);return Le==="combobox"&&we((pr=Nn[0])===null||pr===void 0?void 0:pr.value)?[]:Nn},[er,Li,Le,hr]),Ei=zi(Di,Ar),An=(0,Bt.Z)(Ei,2),wi=An[0],Sr=An[1],Jr=St.useMemo(function(){if(!Le&&wi.length===1){var pr=wi[0];if(pr.value===null&&(pr.label===null||pr.label===void 0))return[]}return wi.map(function(Tr){var Nn;return(0,Vt.Z)((0,Vt.Z)({},Tr),{},{label:(Nn=typeof fn=="function"?fn(Tr):Tr.label)!==null&&Nn!==void 0?Nn:Tr.value})})},[Le,wi,fn]),Yr=St.useMemo(function(){return new Set(wi.map(function(pr){return pr.value}))},[wi]);St.useEffect(function(){if(Le==="combobox"){var pr,Tr=(pr=wi[0])===null||pr===void 0?void 0:pr.value;fr(ze(Tr)?String(Tr):"")}},[wi]);var Ir=Xi(function(pr,Tr){var Nn=Tr!=null?Tr:pr;return(0,Qt.Z)((0,Qt.Z)({},Mr.value,pr),Mr.label,Nn)}),no=St.useMemo(function(){if(Le!=="tags")return di;var pr=(0,wt.Z)(di),Tr=function(Yi){return Ar.has(Yi)};return(0,wt.Z)(wi).sort(function(Nn,Yi){return Nn.value<Yi.value?-1:1}).forEach(function(Nn){var Yi=Nn.value;Tr(Yi)||pr.push(Ir(Yi,Nn.label))}),pr},[Ir,di,Ar,wi,Le]),_r=Bi(no,Mr,to,Wo,or),$o=St.useMemo(function(){return Le!=="tags"||!to||_r.some(function(pr){return pr[or||"value"]===to})||_r.some(function(pr){return pr[Mr.value]===to})?_r:[Ir(to)].concat((0,wt.Z)(_r))},[Ir,or,Le,_r,to,Mr]),Zo=function pr(Tr){var Nn=(0,wt.Z)(Tr).sort(function(Yi,mr){return an(Yi,mr,{searchValue:to})});return Nn.map(function(Yi){return Array.isArray(Yi.options)?(0,Vt.Z)((0,Vt.Z)({},Yi),{},{options:Yi.options.length>0?pr(Yi.options):Yi.options}):Yi})},Js=St.useMemo(function(){return an?Zo($o):$o},[$o,an,to]),en=St.useMemo(function(){return Pt(Js,{fieldNames:Mr,childrenAsData:yr})},[Js,Mr,yr]),xo=function(Tr){var Nn=Li(Tr);if(eo(Nn),pi&&(Nn.length!==wi.length||Nn.some(function(Qr,ca){var $s;return(($s=wi[ca])===null||$s===void 0?void 0:$s.value)!==(Qr==null?void 0:Qr.value)}))){var Yi=si?Nn:Nn.map(function(Qr){return Qr.value}),mr=Nn.map(function(Qr){return Tt(Sr(Qr.value))});pi(hr?Yi:Yi[0],hr?mr:mr[0])}},jl=St.useState(null),os=(0,Bt.Z)(jl,2),Pl=os[0],Hr=os[1],ku=St.useState(0),zl=(0,Bt.Z)(ku,2),Zr=zl[0],Ro=zl[1],Cl=ti!==void 0?ti:Le!=="combobox",gs=St.useCallback(function(pr,Tr){var Nn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Yi=Nn.source,mr=Yi===void 0?"keyboard":Yi;Ro(Tr),Un&&Le==="combobox"&&pr!==null&&mr==="keyboard"&&Hr(String(pr))},[Un,Le]),Ja=function(Tr,Nn,Yi){var mr=function(){var Qa,jo=Sr(Tr);return[si?{label:jo==null?void 0:jo[Mr.label],value:Tr,key:(Qa=jo==null?void 0:jo.key)!==null&&Qa!==void 0?Qa:Tr}:Tr,Tt(jo)]};if(Nn&&Tn){var Qr=mr(),ca=(0,Bt.Z)(Qr,2),$s=ca[0],nr=ca[1];Tn($s,nr)}else if(!Nn&&Kn&&Yi!=="clear"){var Xo=mr(),Ns=(0,Bt.Z)(Xo,2),Jo=Ns[0],Fs=Ns[1];Kn(Jo,Fs)}},ha=Xi(function(pr,Tr){var Nn,Yi=hr?Tr.selected:!0;Yi?Nn=hr?[].concat((0,wt.Z)(wi),[pr]):[pr]:Nn=wi.filter(function(mr){return mr.value!==pr}),xo(Nn),Ja(pr,Yi),Le==="combobox"?Hr(""):(!We||Vn)&&(fr(""),Hr(""))}),Fi=function(Tr,Nn){xo(Tr);var Yi=Nn.type,mr=Nn.values;(Yi==="remove"||Yi==="clear")&&mr.forEach(function(Qr){Ja(Qr.value,!1,Yi)})},ts=function(Tr,Nn){if(fr(Tr),Hr(null),Nn.source==="submit"){var Yi=(Tr||"").trim();if(Yi){var mr=Array.from(new Set([].concat((0,wt.Z)(Yr),[Yi])));xo(mr),Ja(Yi,!0),fr("")}return}Nn.source!=="blur"&&(Le==="combobox"&&xo(Tr),Cn==null||Cn(Tr))},Eu=function(Tr){var Nn=Tr;Le!=="tags"&&(Nn=Tr.map(function(mr){var Qr=Ur.get(mr);return Qr==null?void 0:Qr.value}).filter(function(mr){return mr!==void 0}));var Yi=Array.from(new Set([].concat((0,wt.Z)(Yr),(0,wt.Z)(Nn))));xo(Yi),Yi.forEach(function(mr){Ja(mr,!0)})},Qs=St.useMemo(function(){var pr=ri!==!1&&xi!==!1;return(0,Vt.Z)((0,Vt.Z)({},ar),{},{flattenOptions:en,onActiveValue:gs,defaultActiveFirstOption:Cl,onSelect:ha,menuItemSelectedIcon:ni,rawValues:Yr,fieldNames:Mr,virtual:pr,direction:hi,listHeight:Oi,listItemHeight:Ji,childrenAsData:yr,maxCount:Ai,optionRender:sn})},[Ai,ar,en,gs,Cl,ha,ni,Yr,Mr,ri,xi,hi,Oi,Ji,yr,sn]);return St.createElement(Gt.Provider,{value:Qs},St.createElement(Je,(0,ee.Z)({},vr,{id:xr,prefixCls:wn,ref:Ze,omitDomProps:Ue,mode:Le,displayValues:Jr,onDisplayValuesChange:Fi,direction:hi,searchValue:to,onSearch:ts,autoClearSearchValue:Vn,onSearchSplit:Eu,dropdownMatchSelectWidth:xi,OptionList:Ki,emptyOptions:!en.length,activeValue:Pl,activeDescendantId:"".concat(xr,"_list_").concat(Zr)})))}),qn=Rn;qn.Option=En,qn.OptGroup=on;var dn=qn,Dn=dn},63158:function(bn,Hn,ce){"use strict";var ee=ce(72308),wt=ce(49618),Qt=ce(52487),Vt=ce(74416),Bt=ce(59301),zt=ce(92310),Ct=ce.n(zt),Mt=ce(18929),Rt=ce(10228),St=["prefixCls","className","checked","defaultChecked","disabled","loadingIcon","checkedChildren","unCheckedChildren","onClick","onChange","onKeyDown"],kt=Bt.forwardRef(function(xt,Dt){var yt,et=xt.prefixCls,tt=et===void 0?"rc-switch":et,lt=xt.className,ot=xt.checked,ut=xt.defaultChecked,ct=xt.disabled,ft=xt.loadingIcon,gt=xt.checkedChildren,Lt=xt.unCheckedChildren,It=xt.onClick,Ut=xt.onChange,Ft=xt.onKeyDown,qt=(0,Vt.Z)(xt,St),te=(0,Mt.Z)(!1,{value:ot,defaultValue:ut}),Xt=(0,Qt.Z)(te,2),he=Xt[0],fe=Xt[1];function Ce(De,pe){var Jt=he;return ct||(Jt=De,fe(Jt),Ut==null||Ut(Jt,pe)),Jt}function Fe(De){De.which===Rt.Z.LEFT?Ce(!1,De):De.which===Rt.Z.RIGHT&&Ce(!0,De),Ft==null||Ft(De)}function ze(De){var pe=Ce(!he,De);It==null||It(pe,De)}var we=Ct()(tt,lt,(yt={},(0,wt.Z)(yt,"".concat(tt,"-checked"),he),(0,wt.Z)(yt,"".concat(tt,"-disabled"),ct),yt));return Bt.createElement("button",(0,ee.Z)({},qt,{type:"button",role:"switch","aria-checked":he,disabled:ct,className:we,ref:Dt,onKeyDown:Fe,onClick:ze}),ft,Bt.createElement("span",{className:"".concat(tt,"-inner")},Bt.createElement("span",{className:"".concat(tt,"-inner-checked")},gt),Bt.createElement("span",{className:"".concat(tt,"-inner-unchecked")},Lt)))});kt.displayName="Switch",Hn.Z=kt},22711:function(bn,Hn,ce){"use strict";ce.r(Hn),ce.d(Hn,{ResizableTextArea:function(){return Xt},default:function(){return Fe}});var ee=ce(72308),wt=ce(49618),Qt=ce(77321),Vt=ce(80702),Bt=ce(52487),zt=ce(74416),Ct=ce(92310),Mt=ce.n(Ct),Rt=ce(36901),St=ce(66003),kt=ce(30292),xt=ce(18929),Dt=ce(59301),yt=ce(62853),et=ce(29301),tt=ce(34280),lt=ce(16089),ot=`
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;
`,ut=["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"],ct={},ft;function gt(ze){var we=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,De=ze.getAttribute("id")||ze.getAttribute("data-reactid")||ze.getAttribute("name");if(we&&ct[De])return ct[De];var pe=window.getComputedStyle(ze),Jt=pe.getPropertyValue("box-sizing")||pe.getPropertyValue("-moz-box-sizing")||pe.getPropertyValue("-webkit-box-sizing"),re=parseFloat(pe.getPropertyValue("padding-bottom"))+parseFloat(pe.getPropertyValue("padding-top")),se=parseFloat(pe.getPropertyValue("border-bottom-width"))+parseFloat(pe.getPropertyValue("border-top-width")),ge=ut.map(function(je){return"".concat(je,":").concat(pe.getPropertyValue(je))}).join(";"),ue={sizingStyle:ge,paddingSize:re,borderSize:se,boxSizing:Jt};return we&&De&&(ct[De]=ue),ue}function Lt(ze){var we=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,De=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,pe=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;ft||(ft=document.createElement("textarea"),ft.setAttribute("tab-index","-1"),ft.setAttribute("aria-hidden","true"),ft.setAttribute("name","hiddenTextarea"),document.body.appendChild(ft)),ze.getAttribute("wrap")?ft.setAttribute("wrap",ze.getAttribute("wrap")):ft.removeAttribute("wrap");var Jt=gt(ze,we),re=Jt.paddingSize,se=Jt.borderSize,ge=Jt.boxSizing,ue=Jt.sizingStyle;ft.setAttribute("style","".concat(ue,";").concat(ot)),ft.value=ze.value||ze.placeholder||"";var je=void 0,Ne=void 0,qe,ke=ft.scrollHeight;if(ge==="border-box"?ke+=se:ge==="content-box"&&(ke-=re),De!==null||pe!==null){ft.value=" ";var He=ft.scrollHeight-re;De!==null&&(je=He*De,ge==="border-box"&&(je=je+re+se),ke=Math.max(je,ke)),pe!==null&&(Ne=He*pe,ge==="border-box"&&(Ne=Ne+re+se),qe=ke>Ne?"":"hidden",ke=Math.min(Ne,ke))}var Ae={height:ke,overflowY:qe,resize:"none"};return je&&(Ae.minHeight=je),Ne&&(Ae.maxHeight=Ne),Ae}var It=["prefixCls","defaultValue","value","autoSize","onResize","className","style","disabled","onChange","onInternalAutoSize"],Ut=0,Ft=1,qt=2,te=Dt.forwardRef(function(ze,we){var De=ze,pe=De.prefixCls,Jt=De.defaultValue,re=De.value,se=De.autoSize,ge=De.onResize,ue=De.className,je=De.style,Ne=De.disabled,qe=De.onChange,ke=De.onInternalAutoSize,He=(0,zt.Z)(De,It),Ae=(0,xt.Z)(Jt,{value:re,postState:function(Fn){return Fn!=null?Fn:""}}),Ie=(0,Bt.Z)(Ae,2),Ge=Ie[0],ie=Ie[1],Et=function(Fn){ie(Fn.target.value),qe==null||qe(Fn)},At=Dt.useRef();Dt.useImperativeHandle(we,function(){return{textArea:At.current}});var Yt=Dt.useMemo(function(){return se&&(0,yt.Z)(se)==="object"?[se.minRows,se.maxRows]:[]},[se]),oe=(0,Bt.Z)(Yt,2),_t=oe[0],Ot=oe[1],Pt=!!se,Tt=function(){try{if(document.activeElement===At.current){var Fn=At.current,ii=Fn.selectionStart,Mn=Fn.selectionEnd,oi=Fn.scrollTop;At.current.setSelectionRange(ii,Mn),At.current.scrollTop=oi}}catch(vi){}},$t=Dt.useState(qt),jt=(0,Bt.Z)($t,2),Gt=jt[0],ae=jt[1],xe=Dt.useState(),Ke=(0,Bt.Z)(xe,2),We=Ke[0],Me=Ke[1],Je=function(){ae(Ut)};(0,tt.Z)(function(){Pt&&Je()},[re,_t,Ot,Pt]),(0,tt.Z)(function(){if(Gt===Ut)ae(Ft);else if(Gt===Ft){var xn=Lt(At.current,!1,_t,Ot);ae(qt),Me(xn)}else Tt()},[Gt]);var un=Dt.useRef(),on=function(){lt.Z.cancel(un.current)},$e=function(Fn){Gt===qt&&(ge==null||ge(Fn),se&&(on(),un.current=(0,lt.Z)(function(){Je()})))};Dt.useEffect(function(){return on},[]);var En=Pt?We:null,yn=(0,Qt.Z)((0,Qt.Z)({},je),En);return(Gt===Ut||Gt===Ft)&&(yn.overflowY="hidden",yn.overflowX="hidden"),Dt.createElement(et.Z,{onResize:$e,disabled:!(se||ge)},Dt.createElement("textarea",(0,ee.Z)({},He,{ref:At,style:yn,className:Mt()(pe,ue,(0,wt.Z)({},"".concat(pe,"-disabled"),Ne)),disabled:Ne,value:Ge,onChange:Et})))}),Xt=te,he=["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"],fe=Dt.forwardRef(function(ze,we){var De,pe=ze.defaultValue,Jt=ze.value,re=ze.onFocus,se=ze.onBlur,ge=ze.onChange,ue=ze.allowClear,je=ze.maxLength,Ne=ze.onCompositionStart,qe=ze.onCompositionEnd,ke=ze.suffix,He=ze.prefixCls,Ae=He===void 0?"rc-textarea":He,Ie=ze.showCount,Ge=ze.count,ie=ze.className,Et=ze.style,At=ze.disabled,Yt=ze.hidden,oe=ze.classNames,_t=ze.styles,Ot=ze.onResize,Pt=ze.onClear,Tt=ze.onPressEnter,$t=ze.readOnly,jt=ze.autoSize,Gt=ze.onKeyDown,ae=(0,zt.Z)(ze,he),xe=(0,xt.Z)(pe,{value:Jt,defaultValue:pe}),Ke=(0,Bt.Z)(xe,2),We=Ke[0],Me=Ke[1],Je=We==null?"":String(We),un=Dt.useState(!1),on=(0,Bt.Z)(un,2),$e=on[0],En=on[1],yn=Dt.useRef(!1),xn=Dt.useState(null),Fn=(0,Bt.Z)(xn,2),ii=Fn[0],Mn=Fn[1],oi=(0,Dt.useRef)(null),vi=(0,Dt.useRef)(null),Ci=function(){var Qe;return(Qe=vi.current)===null||Qe===void 0?void 0:Qe.textArea},Ki=function(){Ci().focus()};(0,Dt.useImperativeHandle)(we,function(){var Dn;return{resizableTextArea:vi.current,focus:Ki,blur:function(){Ci().blur()},nativeElement:((Dn=oi.current)===null||Dn===void 0?void 0:Dn.nativeElement)||Ci()}}),(0,Dt.useEffect)(function(){En(function(Dn){return!At&&Dn})},[At]);var zi=Dt.useState(null),Wi=(0,Bt.Z)(zi,2),Bi=Wi[0],Si=Wi[1];Dt.useEffect(function(){if(Bi){var Dn;(Dn=Ci()).setSelectionRange.apply(Dn,(0,Vt.Z)(Bi))}},[Bi]);var ji=(0,St.Z)(Ge,Ie),Kt=(De=ji.max)!==null&&De!==void 0?De:je,Gn=Number(Kt)>0,Wn=ji.strategy(Je),fi=!!Kt&&Wn>Kt,Vi=function(Qe,Ze){var On=Ze;!yn.current&&ji.exceedFormatter&&ji.max&&ji.strategy(Ze)>ji.max&&(On=ji.exceedFormatter(Ze,{max:ji.max}),Ze!==On&&Si([Ci().selectionStart||0,Ci().selectionEnd||0])),Me(On),(0,kt.rJ)(Qe.currentTarget,Qe,ge,On)},Qi=function(Qe){yn.current=!0,Ne==null||Ne(Qe)},Xi=function(Qe){yn.current=!1,Vi(Qe,Qe.currentTarget.value),qe==null||qe(Qe)},ei=function(Qe){Vi(Qe,Qe.target.value)},Xn=function(Qe){Qe.key==="Enter"&&Tt&&Tt(Qe),Gt==null||Gt(Qe)},Ve=function(Qe){En(!0),re==null||re(Qe)},_e=function(Qe){En(!1),se==null||se(Qe)},Ue=function(Qe){Me(""),Ki(),(0,kt.rJ)(Ci(),Qe,ge)},In=ke,Rn;ji.show&&(ji.showFormatter?Rn=ji.showFormatter({value:Je,count:Wn,maxLength:Kt}):Rn="".concat(Wn).concat(Gn?" / ".concat(Kt):""),In=Dt.createElement(Dt.Fragment,null,In,Dt.createElement("span",{className:Mt()("".concat(Ae,"-data-count"),oe==null?void 0:oe.count),style:_t==null?void 0:_t.count},Rn)));var qn=function(Qe){var Ze;Ot==null||Ot(Qe),(Ze=Ci())!==null&&Ze!==void 0&&Ze.style.height&&Mn(!0)},dn=!jt&&!Ie&&!ue;return Dt.createElement(Rt.BaseInput,{ref:oi,value:Je,allowClear:ue,handleReset:Ue,suffix:In,prefixCls:Ae,classNames:(0,Qt.Z)((0,Qt.Z)({},oe),{},{affixWrapper:Mt()(oe==null?void 0:oe.affixWrapper,(0,wt.Z)((0,wt.Z)({},"".concat(Ae,"-show-count"),Ie),"".concat(Ae,"-textarea-allow-clear"),ue))}),disabled:At,focused:$e,className:Mt()(ie,fi&&"".concat(Ae,"-out-of-range")),style:(0,Qt.Z)((0,Qt.Z)({},Et),ii&&!dn?{height:"auto"}:{}),dataAttrs:{affixWrapper:{"data-count":typeof Rn=="string"?Rn:void 0}},hidden:Yt,readOnly:$t,onClear:Pt},Dt.createElement(Xt,(0,ee.Z)({},ae,{autoSize:jt,maxLength:je,onKeyDown:Xn,onChange:ei,onFocus:Ve,onBlur:_e,onCompositionStart:Qi,onCompositionEnd:Xi,className:Mt()(oe==null?void 0:oe.textarea),style:(0,Qt.Z)((0,Qt.Z)({},_t==null?void 0:_t.textarea),{},{resize:Et==null?void 0:Et.resize}),disabled:At,prefixCls:Ae,onResize:qn,ref:vi,readOnly:$t})))}),Ce=fe,Fe=Ce},639:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return ct}});var ee=ce(72308),wt=ce(49618),Qt=ce(77321),Vt=ce(52487),Bt=ce(74416),zt=ce(59301),Ct=ce(92310),Mt=ce.n(Ct),Rt=ce(26112),St=ce(30699),kt=function(gt){for(var Lt=gt.prefixCls,It=gt.level,Ut=gt.isStart,Ft=gt.isEnd,qt="".concat(Lt,"-indent-unit"),te=[],Xt=0;Xt<It;Xt+=1)te.push(zt.createElement("span",{key:Xt,className:Mt()(qt,(0,wt.Z)((0,wt.Z)({},"".concat(qt,"-start"),Ut[Xt]),"".concat(qt,"-end"),Ft[Xt]))}));return zt.createElement("span",{"aria-hidden":"true",className:"".concat(Lt,"-indent")},te)},xt=zt.memo(kt),Dt=ce(65065),yt=ce(34061),et=["eventKey","className","style","dragOver","dragOverGapTop","dragOverGapBottom","isLeaf","isStart","isEnd","expanded","selected","checked","halfChecked","loading","domRef","active","data","onMouseMove","selectable"],tt="open",lt="close",ot="---",ut=function(gt){var Lt,It,Ut,Ft=gt.eventKey,qt=gt.className,te=gt.style,Xt=gt.dragOver,he=gt.dragOverGapTop,fe=gt.dragOverGapBottom,Ce=gt.isLeaf,Fe=gt.isStart,ze=gt.isEnd,we=gt.expanded,De=gt.selected,pe=gt.checked,Jt=gt.halfChecked,re=gt.loading,se=gt.domRef,ge=gt.active,ue=gt.data,je=gt.onMouseMove,Ne=gt.selectable,qe=(0,Bt.Z)(gt,et),ke=zt.useContext(St.k),He=zt.useContext(St.y),Ae=zt.useRef(null),Ie=zt.useState(!1),Ge=(0,Vt.Z)(Ie,2),ie=Ge[0],Et=Ge[1],At=!!(ke.disabled||gt.disabled||(Lt=He.nodeDisabled)!==null&&Lt!==void 0&&Lt.call(He,ue)),Yt=zt.useMemo(function(){return!ke.checkable||gt.checkable===!1?!1:ke.checkable},[ke.checkable,gt.checkable]),oe=function(Wn){At||ke.onNodeSelect(Wn,(0,yt.F)(gt))},_t=function(Wn){At||!Yt||gt.disableCheckbox||ke.onNodeCheck(Wn,(0,yt.F)(gt),!pe)},Ot=zt.useMemo(function(){return typeof Ne=="boolean"?Ne:ke.selectable},[Ne,ke.selectable]),Pt=function(Wn){ke.onNodeClick(Wn,(0,yt.F)(gt)),Ot?oe(Wn):_t(Wn)},Tt=function(Wn){ke.onNodeDoubleClick(Wn,(0,yt.F)(gt))},$t=function(Wn){ke.onNodeMouseEnter(Wn,(0,yt.F)(gt))},jt=function(Wn){ke.onNodeMouseLeave(Wn,(0,yt.F)(gt))},Gt=function(Wn){ke.onNodeContextMenu(Wn,(0,yt.F)(gt))},ae=zt.useMemo(function(){return!!(ke.draggable&&(!ke.draggable.nodeDraggable||ke.draggable.nodeDraggable(ue)))},[ke.draggable,ue]),xe=function(Wn){Wn.stopPropagation(),Et(!0),ke.onNodeDragStart(Wn,gt);try{Wn.dataTransfer.setData("text/plain","")}catch(fi){}},Ke=function(Wn){Wn.preventDefault(),Wn.stopPropagation(),ke.onNodeDragEnter(Wn,gt)},We=function(Wn){Wn.preventDefault(),Wn.stopPropagation(),ke.onNodeDragOver(Wn,gt)},Me=function(Wn){Wn.stopPropagation(),ke.onNodeDragLeave(Wn,gt)},Je=function(Wn){Wn.stopPropagation(),Et(!1),ke.onNodeDragEnd(Wn,gt)},un=function(Wn){Wn.preventDefault(),Wn.stopPropagation(),Et(!1),ke.onNodeDrop(Wn,gt)},on=function(Wn){re||ke.onNodeExpand(Wn,(0,yt.F)(gt))},$e=zt.useMemo(function(){var Gn=(0,Dt.Z)(ke.keyEntities,Ft)||{},Wn=Gn.children;return!!(Wn||[]).length},[ke.keyEntities,Ft]),En=zt.useMemo(function(){return Ce===!1?!1:Ce||!ke.loadData&&!$e||ke.loadData&&gt.loaded&&!$e},[Ce,ke.loadData,$e,gt.loaded]);zt.useEffect(function(){re||typeof ke.loadData=="function"&&we&&!En&&!gt.loaded&&ke.onNodeLoad((0,yt.F)(gt))},[re,ke.loadData,ke.onNodeLoad,we,En,gt]);var yn=zt.useMemo(function(){var Gn;return(Gn=ke.draggable)!==null&&Gn!==void 0&&Gn.icon?zt.createElement("span",{className:"".concat(ke.prefixCls,"-draggable-icon")},ke.draggable.icon):null},[ke.draggable]),xn=function(Wn){var fi=gt.switcherIcon||ke.switcherIcon;return typeof fi=="function"?fi((0,Qt.Z)((0,Qt.Z)({},gt),{},{isLeaf:Wn})):fi},Fn=function(){if(En){var Wn=xn(!0);return Wn!==!1?zt.createElement("span",{className:Mt()("".concat(ke.prefixCls,"-switcher"),"".concat(ke.prefixCls,"-switcher-noop"))},Wn):null}var fi=xn(!1);return fi!==!1?zt.createElement("span",{onClick:on,className:Mt()("".concat(ke.prefixCls,"-switcher"),"".concat(ke.prefixCls,"-switcher_").concat(we?tt:lt))},fi):null},ii=zt.useMemo(function(){if(!Yt)return null;var Gn=typeof Yt!="boolean"?Yt:null;return zt.createElement("span",{className:Mt()("".concat(ke.prefixCls,"-checkbox"),(0,wt.Z)((0,wt.Z)((0,wt.Z)({},"".concat(ke.prefixCls,"-checkbox-checked"),pe),"".concat(ke.prefixCls,"-checkbox-indeterminate"),!pe&&Jt),"".concat(ke.prefixCls,"-checkbox-disabled"),At||gt.disableCheckbox)),onClick:_t,role:"checkbox","aria-checked":Jt?"mixed":pe,"aria-disabled":At||gt.disableCheckbox,"aria-label":"Select ".concat(typeof gt.title=="string"?gt.title:"tree node")},Gn)},[Yt,pe,Jt,At,gt.disableCheckbox,gt.title]),Mn=zt.useMemo(function(){return En?null:we?tt:lt},[En,we]),oi=zt.useMemo(function(){return zt.createElement("span",{className:Mt()("".concat(ke.prefixCls,"-iconEle"),"".concat(ke.prefixCls,"-icon__").concat(Mn||"docu"),(0,wt.Z)({},"".concat(ke.prefixCls,"-icon_loading"),re))})},[ke.prefixCls,Mn,re]),vi=zt.useMemo(function(){var Gn=!!ke.draggable,Wn=!gt.disabled&&Gn&&ke.dragOverNodeKey===Ft;return Wn?ke.dropIndicatorRender({dropPosition:ke.dropPosition,dropLevelOffset:ke.dropLevelOffset,indent:ke.indent,prefixCls:ke.prefixCls,direction:ke.direction}):null},[ke.dropPosition,ke.dropLevelOffset,ke.indent,ke.prefixCls,ke.direction,ke.draggable,ke.dragOverNodeKey,ke.dropIndicatorRender]),Ci=zt.useMemo(function(){var Gn=gt.title,Wn=Gn===void 0?ot:Gn,fi="".concat(ke.prefixCls,"-node-content-wrapper"),Vi;if(ke.showIcon){var Qi=gt.icon||ke.icon;Vi=Qi?zt.createElement("span",{className:Mt()("".concat(ke.prefixCls,"-iconEle"),"".concat(ke.prefixCls,"-icon__customize"))},typeof Qi=="function"?Qi(gt):Qi):oi}else ke.loadData&&re&&(Vi=oi);var Xi;return typeof Wn=="function"?Xi=Wn(ue):ke.titleRender?Xi=ke.titleRender(ue):Xi=Wn,zt.createElement("span",{ref:Ae,title:typeof Wn=="string"?Wn:"",className:Mt()(fi,"".concat(fi,"-").concat(Mn||"normal"),(0,wt.Z)({},"".concat(ke.prefixCls,"-node-selected"),!At&&(De||ie))),onMouseEnter:$t,onMouseLeave:jt,onContextMenu:Gt,onClick:Pt,onDoubleClick:Tt},Vi,zt.createElement("span",{className:"".concat(ke.prefixCls,"-title")},Xi),vi)},[ke.prefixCls,ke.showIcon,gt,ke.icon,oi,ke.titleRender,ue,Mn,$t,jt,Gt,Pt,Tt]),Ki=(0,Rt.Z)(qe,{aria:!0,data:!0}),zi=(0,Dt.Z)(ke.keyEntities,Ft)||{},Wi=zi.level,Bi=ze[ze.length-1],Si=!At&&ae,ji=ke.draggingNodeKey===Ft,Kt=Ne!==void 0?{"aria-selected":!!Ne}:void 0;return zt.createElement("div",(0,ee.Z)({ref:se,role:"treeitem","aria-expanded":Ce?void 0:we,className:Mt()(qt,"".concat(ke.prefixCls,"-treenode"),(Ut={},(0,wt.Z)((0,wt.Z)((0,wt.Z)((0,wt.Z)((0,wt.Z)((0,wt.Z)((0,wt.Z)((0,wt.Z)((0,wt.Z)((0,wt.Z)(Ut,"".concat(ke.prefixCls,"-treenode-disabled"),At),"".concat(ke.prefixCls,"-treenode-switcher-").concat(we?"open":"close"),!Ce),"".concat(ke.prefixCls,"-treenode-checkbox-checked"),pe),"".concat(ke.prefixCls,"-treenode-checkbox-indeterminate"),Jt),"".concat(ke.prefixCls,"-treenode-selected"),De),"".concat(ke.prefixCls,"-treenode-loading"),re),"".concat(ke.prefixCls,"-treenode-active"),ge),"".concat(ke.prefixCls,"-treenode-leaf-last"),Bi),"".concat(ke.prefixCls,"-treenode-draggable"),ae),"dragging",ji),(0,wt.Z)((0,wt.Z)((0,wt.Z)((0,wt.Z)((0,wt.Z)((0,wt.Z)((0,wt.Z)(Ut,"drop-target",ke.dropTargetKey===Ft),"drop-container",ke.dropContainerKey===Ft),"drag-over",!At&&Xt),"drag-over-gap-top",!At&&he),"drag-over-gap-bottom",!At&&fe),"filter-node",(It=ke.filterTreeNode)===null||It===void 0?void 0:It.call(ke,(0,yt.F)(gt))),"".concat(ke.prefixCls,"-treenode-leaf"),En))),style:te,draggable:Si,onDragStart:Si?xe:void 0,onDragEnter:ae?Ke:void 0,onDragOver:ae?We:void 0,onDragLeave:ae?Me:void 0,onDrop:ae?un:void 0,onDragEnd:ae?Je:void 0,onMouseMove:je},Kt,Ki),zt.createElement(xt,{prefixCls:ke.prefixCls,level:Wi,isStart:Fe,isEnd:ze}),yn,Fn(),ii,Ci)};ut.isTreeNode=1;var ct=ut},30699:function(bn,Hn,ce){"use strict";ce.d(Hn,{k:function(){return wt},y:function(){return Qt}});var ee=ce(59301),wt=ee.createContext(null),Qt=ee.createContext({})},15018:function(bn,Hn,ce){"use strict";ce.d(Hn,{OF:function(){return Ft.Z},y6:function(){return lt.y},ZP:function(){return At}});var ee=ce(72308),wt=ce(62853),Qt=ce(77321),Vt=ce(80702),Bt=ce(96949),zt=ce(55090),Ct=ce(80237),Mt=ce(77205),Rt=ce(38793),St=ce(49618),kt=ce(92310),xt=ce.n(kt),Dt=ce(10228),yt=ce(26112),et=ce(48736),tt=ce(59301),lt=ce(30699),ot=function(oe){var _t=oe.dropPosition,Ot=oe.dropLevelOffset,Pt=oe.indent,Tt={pointerEvents:"none",position:"absolute",right:0,backgroundColor:"red",height:2};switch(_t){case-1:Tt.top=0,Tt.left=-Ot*Pt;break;case 1:Tt.bottom=0,Tt.left=-Ot*Pt;break;case 0:Tt.bottom=0,Tt.left=Pt;break}return tt.createElement("div",{style:Tt})},ut=ot;function ct(Yt){if(Yt==null)throw new TypeError("Cannot destructure "+Yt)}var ft=ce(52487),gt=ce(74416),Lt=ce(34280),It=ce(45680),Ut=ce(77900),Ft=ce(639);function qt(Yt,oe){var _t=tt.useState(!1),Ot=(0,ft.Z)(_t,2),Pt=Ot[0],Tt=Ot[1];(0,Lt.Z)(function(){if(Pt)return Yt(),function(){oe()}},[Pt]),(0,Lt.Z)(function(){return Tt(!0),function(){Tt(!1)}},[])}var te=qt,Xt=ce(34061),he=["className","style","motion","motionNodes","motionType","onMotionStart","onMotionEnd","active","treeNodeRequiredProps"],fe=tt.forwardRef(function(Yt,oe){var _t=Yt.className,Ot=Yt.style,Pt=Yt.motion,Tt=Yt.motionNodes,$t=Yt.motionType,jt=Yt.onMotionStart,Gt=Yt.onMotionEnd,ae=Yt.active,xe=Yt.treeNodeRequiredProps,Ke=(0,gt.Z)(Yt,he),We=tt.useState(!0),Me=(0,ft.Z)(We,2),Je=Me[0],un=Me[1],on=tt.useContext(lt.k),$e=on.prefixCls,En=Tt&&$t!=="hide";(0,Lt.Z)(function(){Tt&&En!==Je&&un(En)},[Tt]);var yn=function(){Tt&&jt()},xn=tt.useRef(!1),Fn=function(){Tt&&!xn.current&&(xn.current=!0,Gt())};te(yn,Fn);var ii=function(oi){En===oi&&Fn()};return Tt?tt.createElement(Ut.default,(0,ee.Z)({ref:oe,visible:Je},Pt,{motionAppear:$t==="show",onVisibleChanged:ii}),function(Mn,oi){var vi=Mn.className,Ci=Mn.style;return tt.createElement("div",{ref:oi,className:xt()("".concat($e,"-treenode-motion"),vi),style:Ci},Tt.map(function(Ki){var zi=Object.assign({},(ct(Ki.data),Ki.data)),Wi=Ki.title,Bi=Ki.key,Si=Ki.isStart,ji=Ki.isEnd;delete zi.children;var Kt=(0,Xt.H8)(Bi,xe);return tt.createElement(Ft.Z,(0,ee.Z)({},zi,Kt,{title:Wi,active:ae,data:Ki.data,key:Bi,isStart:Si,isEnd:ji}))}))}):tt.createElement(Ft.Z,(0,ee.Z)({domRef:oe,className:_t,style:Ot},Ke,{active:ae}))}),Ce=fe;function Fe(){var Yt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],oe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],_t=Yt.length,Ot=oe.length;if(Math.abs(_t-Ot)!==1)return{add:!1,key:null};function Pt(Tt,$t){var jt=new Map;Tt.forEach(function(ae){jt.set(ae,!0)});var Gt=$t.filter(function(ae){return!jt.has(ae)});return Gt.length===1?Gt[0]:null}return _t<Ot?{add:!0,key:Pt(Yt,oe)}:{add:!1,key:Pt(oe,Yt)}}function ze(Yt,oe,_t){var Ot=Yt.findIndex(function(jt){return jt.key===_t}),Pt=Yt[Ot+1],Tt=oe.findIndex(function(jt){return jt.key===_t});if(Pt){var $t=oe.findIndex(function(jt){return jt.key===Pt.key});return oe.slice(Tt+1,$t)}return oe.slice(Tt+1)}var we=["prefixCls","data","selectable","checkable","expandedKeys","selectedKeys","checkedKeys","loadedKeys","loadingKeys","halfCheckedKeys","keyEntities","disabled","dragging","dragOverNodeKey","dropPosition","motion","height","itemHeight","virtual","scrollWidth","focusable","activeItem","focused","tabIndex","onKeyDown","onFocus","onBlur","onActiveChange","onListChangeStart","onListChangeEnd"],De={width:0,height:0,display:"flex",overflow:"hidden",opacity:0,border:0,padding:0,margin:0},pe=function(){},Jt="RC_TREE_MOTION_".concat(Math.random()),re={key:Jt},se={key:Jt,level:0,index:0,pos:"0",node:re,nodes:[re]},ge={parent:null,children:[],pos:se.pos,data:re,title:null,key:Jt,isStart:[],isEnd:[]};function ue(Yt,oe,_t,Ot){return oe===!1||!_t?Yt:Yt.slice(0,Math.ceil(_t/Ot)+1)}function je(Yt){var oe=Yt.key,_t=Yt.pos;return(0,Xt.km)(oe,_t)}function Ne(Yt){for(var oe=String(Yt.data.key),_t=Yt;_t.parent;)_t=_t.parent,oe="".concat(_t.data.key," > ").concat(oe);return oe}var qe=tt.forwardRef(function(Yt,oe){var _t=Yt.prefixCls,Ot=Yt.data,Pt=Yt.selectable,Tt=Yt.checkable,$t=Yt.expandedKeys,jt=Yt.selectedKeys,Gt=Yt.checkedKeys,ae=Yt.loadedKeys,xe=Yt.loadingKeys,Ke=Yt.halfCheckedKeys,We=Yt.keyEntities,Me=Yt.disabled,Je=Yt.dragging,un=Yt.dragOverNodeKey,on=Yt.dropPosition,$e=Yt.motion,En=Yt.height,yn=Yt.itemHeight,xn=Yt.virtual,Fn=Yt.scrollWidth,ii=Yt.focusable,Mn=Yt.activeItem,oi=Yt.focused,vi=Yt.tabIndex,Ci=Yt.onKeyDown,Ki=Yt.onFocus,zi=Yt.onBlur,Wi=Yt.onActiveChange,Bi=Yt.onListChangeStart,Si=Yt.onListChangeEnd,ji=(0,gt.Z)(Yt,we),Kt=tt.useRef(null),Gn=tt.useRef(null);tt.useImperativeHandle(oe,function(){return{scrollTo:function(Cn){Kt.current.scrollTo(Cn)},getIndentWidth:function(){return Gn.current.offsetWidth}}});var Wn=tt.useState($t),fi=(0,ft.Z)(Wn,2),Vi=fi[0],Qi=fi[1],Xi=tt.useState(Ot),ei=(0,ft.Z)(Xi,2),Xn=ei[0],Ve=ei[1],_e=tt.useState(Ot),Ue=(0,ft.Z)(_e,2),In=Ue[0],Rn=Ue[1],qn=tt.useState([]),dn=(0,ft.Z)(qn,2),Dn=dn[0],Qe=dn[1],Ze=tt.useState(null),On=(0,ft.Z)(Ze,2),Le=On[0],nn=On[1],wn=tt.useRef(Ot);wn.current=Ot;function Un(){var Bn=wn.current;Ve(Bn),Rn(Bn),Qe([]),nn(null),Si()}(0,Lt.Z)(function(){Qi($t);var Bn=Fe(Vi,$t);if(Bn.key!==null)if(Bn.add){var Cn=Xn.findIndex(function(xi){var gi=xi.key;return gi===Bn.key}),Yn=ue(ze(Xn,Ot,Bn.key),xn,En,yn),Vn=Xn.slice();Vn.splice(Cn+1,0,ge),Rn(Vn),Qe(Yn),nn("show")}else{var Tn=Ot.findIndex(function(xi){var gi=xi.key;return gi===Bn.key}),Kn=ue(ze(Ot,Xn,Bn.key),xn,En,yn),ui=Ot.slice();ui.splice(Tn+1,0,ge),Rn(ui),Qe(Kn),nn("hide")}else Xn!==Ot&&(Ve(Ot),Rn(Ot))},[$t,Ot]),tt.useEffect(function(){Je||Un()},[Je]);var rn=$e?In:Ot,Pn={expandedKeys:$t,selectedKeys:jt,loadedKeys:ae,loadingKeys:xe,checkedKeys:Gt,halfCheckedKeys:Ke,dragOverNodeKey:un,dropPosition:on,keyEntities:We};return tt.createElement(tt.Fragment,null,oi&&Mn&&tt.createElement("span",{style:De,"aria-live":"assertive"},Ne(Mn)),tt.createElement("div",null,tt.createElement("input",{style:De,disabled:ii===!1||Me,tabIndex:ii!==!1?vi:null,onKeyDown:Ci,onFocus:Ki,onBlur:zi,value:"",onChange:pe,"aria-label":"for screen reader"})),tt.createElement("div",{className:"".concat(_t,"-treenode"),"aria-hidden":!0,style:{position:"absolute",pointerEvents:"none",visibility:"hidden",height:0,overflow:"hidden",border:0,padding:0}},tt.createElement("div",{className:"".concat(_t,"-indent")},tt.createElement("div",{ref:Gn,className:"".concat(_t,"-indent-unit")}))),tt.createElement(It.Z,(0,ee.Z)({},ji,{data:rn,itemKey:je,height:En,fullHeight:!1,virtual:xn,itemHeight:yn,scrollWidth:Fn,prefixCls:"".concat(_t,"-list"),ref:Kt,role:"tree",onVisibleChange:function(Cn){Cn.every(function(Yn){return je(Yn)!==Jt})&&Un()}}),function(Bn){var Cn=Bn.pos,Yn=Object.assign({},(ct(Bn.data),Bn.data)),Vn=Bn.title,Tn=Bn.key,Kn=Bn.isStart,ui=Bn.isEnd,xi=(0,Xt.km)(Tn,Cn);delete Yn.key,delete Yn.children;var gi=(0,Xt.H8)(xi,Pn);return tt.createElement(Ce,(0,ee.Z)({},Yn,gi,{title:Vn,active:!!Mn&&Tn===Mn.key,pos:Cn,data:Bn.data,isStart:Kn,isEnd:ui,motion:$e,motionNodes:Tn===Jt?Dn:null,motionType:Le,onMotionStart:Bi,onMotionEnd:Un,treeNodeRequiredProps:Pn,onMouseMove:function(){Wi(null)}}))}))}),ke=qe,He=ce(82661),Ae=ce(34643),Ie=ce(65065),Ge=10,ie=function(Yt){(0,Mt.Z)(_t,Yt);var oe=(0,Rt.Z)(_t);function _t(){var Ot;(0,Bt.Z)(this,_t);for(var Pt=arguments.length,Tt=new Array(Pt),$t=0;$t<Pt;$t++)Tt[$t]=arguments[$t];return Ot=oe.call.apply(oe,[this].concat(Tt)),(0,St.Z)((0,Ct.Z)(Ot),"destroyed",!1),(0,St.Z)((0,Ct.Z)(Ot),"delayedDragEnterLogic",void 0),(0,St.Z)((0,Ct.Z)(Ot),"loadingRetryTimes",{}),(0,St.Z)((0,Ct.Z)(Ot),"state",{keyEntities:{},indent:null,selectedKeys:[],checkedKeys:[],halfCheckedKeys:[],loadedKeys:[],loadingKeys:[],expandedKeys:[],draggingNodeKey:null,dragChildrenKeys:[],dropTargetKey:null,dropPosition:null,dropContainerKey:null,dropLevelOffset:null,dropTargetPos:null,dropAllowed:!0,dragOverNodeKey:null,treeData:[],flattenNodes:[],focused:!1,activeKey:null,listChanging:!1,prevProps:null,fieldNames:(0,Xt.w$)()}),(0,St.Z)((0,Ct.Z)(Ot),"dragStartMousePosition",null),(0,St.Z)((0,Ct.Z)(Ot),"dragNodeProps",null),(0,St.Z)((0,Ct.Z)(Ot),"currentMouseOverDroppableNodeKey",null),(0,St.Z)((0,Ct.Z)(Ot),"listRef",tt.createRef()),(0,St.Z)((0,Ct.Z)(Ot),"onNodeDragStart",function(jt,Gt){var ae=Ot.state,xe=ae.expandedKeys,Ke=ae.keyEntities,We=Ot.props.onDragStart,Me=Gt.eventKey;Ot.dragNodeProps=Gt,Ot.dragStartMousePosition={x:jt.clientX,y:jt.clientY};var Je=(0,He._5)(xe,Me);Ot.setState({draggingNodeKey:Me,dragChildrenKeys:(0,He.wA)(Me,Ke),indent:Ot.listRef.current.getIndentWidth()}),Ot.setExpandedKeys(Je),window.addEventListener("dragend",Ot.onWindowDragEnd),We==null||We({event:jt,node:(0,Xt.F)(Gt)})}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeDragEnter",function(jt,Gt){var ae=Ot.state,xe=ae.expandedKeys,Ke=ae.keyEntities,We=ae.dragChildrenKeys,Me=ae.flattenNodes,Je=ae.indent,un=Ot.props,on=un.onDragEnter,$e=un.onExpand,En=un.allowDrop,yn=un.direction,xn=Gt.pos,Fn=Gt.eventKey;if(Ot.currentMouseOverDroppableNodeKey!==Fn&&(Ot.currentMouseOverDroppableNodeKey=Fn),!Ot.dragNodeProps){Ot.resetDragState();return}var ii=(0,He.OM)(jt,Ot.dragNodeProps,Gt,Je,Ot.dragStartMousePosition,En,Me,Ke,xe,yn),Mn=ii.dropPosition,oi=ii.dropLevelOffset,vi=ii.dropTargetKey,Ci=ii.dropContainerKey,Ki=ii.dropTargetPos,zi=ii.dropAllowed,Wi=ii.dragOverNodeKey;if(We.includes(vi)||!zi){Ot.resetDragState();return}if(Ot.delayedDragEnterLogic||(Ot.delayedDragEnterLogic={}),Object.keys(Ot.delayedDragEnterLogic).forEach(function(Bi){clearTimeout(Ot.delayedDragEnterLogic[Bi])}),Ot.dragNodeProps.eventKey!==Gt.eventKey&&(jt.persist(),Ot.delayedDragEnterLogic[xn]=window.setTimeout(function(){if(Ot.state.draggingNodeKey!==null){var Bi=(0,Vt.Z)(xe),Si=(0,Ie.Z)(Ke,Gt.eventKey);Si&&(Si.children||[]).length&&(Bi=(0,He.L0)(xe,Gt.eventKey)),Ot.props.hasOwnProperty("expandedKeys")||Ot.setExpandedKeys(Bi),$e==null||$e(Bi,{node:(0,Xt.F)(Gt),expanded:!0,nativeEvent:jt.nativeEvent})}},800)),Ot.dragNodeProps.eventKey===vi&&oi===0){Ot.resetDragState();return}Ot.setState({dragOverNodeKey:Wi,dropPosition:Mn,dropLevelOffset:oi,dropTargetKey:vi,dropContainerKey:Ci,dropTargetPos:Ki,dropAllowed:zi}),on==null||on({event:jt,node:(0,Xt.F)(Gt),expandedKeys:xe})}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeDragOver",function(jt,Gt){var ae=Ot.state,xe=ae.dragChildrenKeys,Ke=ae.flattenNodes,We=ae.keyEntities,Me=ae.expandedKeys,Je=ae.indent,un=Ot.props,on=un.onDragOver,$e=un.allowDrop,En=un.direction;if(Ot.dragNodeProps){var yn=(0,He.OM)(jt,Ot.dragNodeProps,Gt,Je,Ot.dragStartMousePosition,$e,Ke,We,Me,En),xn=yn.dropPosition,Fn=yn.dropLevelOffset,ii=yn.dropTargetKey,Mn=yn.dropContainerKey,oi=yn.dropTargetPos,vi=yn.dropAllowed,Ci=yn.dragOverNodeKey;xe.includes(ii)||!vi||(Ot.dragNodeProps.eventKey===ii&&Fn===0?Ot.state.dropPosition===null&&Ot.state.dropLevelOffset===null&&Ot.state.dropTargetKey===null&&Ot.state.dropContainerKey===null&&Ot.state.dropTargetPos===null&&Ot.state.dropAllowed===!1&&Ot.state.dragOverNodeKey===null||Ot.resetDragState():xn===Ot.state.dropPosition&&Fn===Ot.state.dropLevelOffset&&ii===Ot.state.dropTargetKey&&Mn===Ot.state.dropContainerKey&&oi===Ot.state.dropTargetPos&&vi===Ot.state.dropAllowed&&Ci===Ot.state.dragOverNodeKey||Ot.setState({dropPosition:xn,dropLevelOffset:Fn,dropTargetKey:ii,dropContainerKey:Mn,dropTargetPos:oi,dropAllowed:vi,dragOverNodeKey:Ci}),on==null||on({event:jt,node:(0,Xt.F)(Gt)}))}}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeDragLeave",function(jt,Gt){Ot.currentMouseOverDroppableNodeKey===Gt.eventKey&&!jt.currentTarget.contains(jt.relatedTarget)&&(Ot.resetDragState(),Ot.currentMouseOverDroppableNodeKey=null);var ae=Ot.props.onDragLeave;ae==null||ae({event:jt,node:(0,Xt.F)(Gt)})}),(0,St.Z)((0,Ct.Z)(Ot),"onWindowDragEnd",function(jt){Ot.onNodeDragEnd(jt,null,!0),window.removeEventListener("dragend",Ot.onWindowDragEnd)}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeDragEnd",function(jt,Gt){var ae=Ot.props.onDragEnd;Ot.setState({dragOverNodeKey:null}),Ot.cleanDragState(),ae==null||ae({event:jt,node:(0,Xt.F)(Gt)}),Ot.dragNodeProps=null,window.removeEventListener("dragend",Ot.onWindowDragEnd)}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeDrop",function(jt,Gt){var ae,xe=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,Ke=Ot.state,We=Ke.dragChildrenKeys,Me=Ke.dropPosition,Je=Ke.dropTargetKey,un=Ke.dropTargetPos,on=Ke.dropAllowed;if(on){var $e=Ot.props.onDrop;if(Ot.setState({dragOverNodeKey:null}),Ot.cleanDragState(),Je!==null){var En=(0,Qt.Z)((0,Qt.Z)({},(0,Xt.H8)(Je,Ot.getTreeNodeRequiredProps())),{},{active:((ae=Ot.getActiveItem())===null||ae===void 0?void 0:ae.key)===Je,data:(0,Ie.Z)(Ot.state.keyEntities,Je).node}),yn=We.includes(Je);(0,et.ZP)(!yn,"Can not drop to dragNode's children node. This is a bug of rc-tree. Please report an issue.");var xn=(0,He.yx)(un),Fn={event:jt,node:(0,Xt.F)(En),dragNode:Ot.dragNodeProps?(0,Xt.F)(Ot.dragNodeProps):null,dragNodesKeys:[Ot.dragNodeProps.eventKey].concat(We),dropToGap:Me!==0,dropPosition:Me+Number(xn[xn.length-1])};xe||$e==null||$e(Fn),Ot.dragNodeProps=null}}}),(0,St.Z)((0,Ct.Z)(Ot),"cleanDragState",function(){var jt=Ot.state.draggingNodeKey;jt!==null&&Ot.setState({draggingNodeKey:null,dropPosition:null,dropContainerKey:null,dropTargetKey:null,dropLevelOffset:null,dropAllowed:!0,dragOverNodeKey:null}),Ot.dragStartMousePosition=null,Ot.currentMouseOverDroppableNodeKey=null}),(0,St.Z)((0,Ct.Z)(Ot),"triggerExpandActionExpand",function(jt,Gt){var ae=Ot.state,xe=ae.expandedKeys,Ke=ae.flattenNodes,We=Gt.expanded,Me=Gt.key,Je=Gt.isLeaf;if(!(Je||jt.shiftKey||jt.metaKey||jt.ctrlKey)){var un=Ke.filter(function($e){return $e.key===Me})[0],on=(0,Xt.F)((0,Qt.Z)((0,Qt.Z)({},(0,Xt.H8)(Me,Ot.getTreeNodeRequiredProps())),{},{data:un.data}));Ot.setExpandedKeys(We?(0,He._5)(xe,Me):(0,He.L0)(xe,Me)),Ot.onNodeExpand(jt,on)}}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeClick",function(jt,Gt){var ae=Ot.props,xe=ae.onClick,Ke=ae.expandAction;Ke==="click"&&Ot.triggerExpandActionExpand(jt,Gt),xe==null||xe(jt,Gt)}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeDoubleClick",function(jt,Gt){var ae=Ot.props,xe=ae.onDoubleClick,Ke=ae.expandAction;Ke==="doubleClick"&&Ot.triggerExpandActionExpand(jt,Gt),xe==null||xe(jt,Gt)}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeSelect",function(jt,Gt){var ae=Ot.state.selectedKeys,xe=Ot.state,Ke=xe.keyEntities,We=xe.fieldNames,Me=Ot.props,Je=Me.onSelect,un=Me.multiple,on=Gt.selected,$e=Gt[We.key],En=!on;En?un?ae=(0,He.L0)(ae,$e):ae=[$e]:ae=(0,He._5)(ae,$e);var yn=ae.map(function(xn){var Fn=(0,Ie.Z)(Ke,xn);return Fn?Fn.node:null}).filter(Boolean);Ot.setUncontrolledState({selectedKeys:ae}),Je==null||Je(ae,{event:"select",selected:En,node:Gt,selectedNodes:yn,nativeEvent:jt.nativeEvent})}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeCheck",function(jt,Gt,ae){var xe=Ot.state,Ke=xe.keyEntities,We=xe.checkedKeys,Me=xe.halfCheckedKeys,Je=Ot.props,un=Je.checkStrictly,on=Je.onCheck,$e=Gt.key,En,yn={event:"check",node:Gt,checked:ae,nativeEvent:jt.nativeEvent};if(un){var xn=ae?(0,He.L0)(We,$e):(0,He._5)(We,$e),Fn=(0,He._5)(Me,$e);En={checked:xn,halfChecked:Fn},yn.checkedNodes=xn.map(function(Ki){return(0,Ie.Z)(Ke,Ki)}).filter(Boolean).map(function(Ki){return Ki.node}),Ot.setUncontrolledState({checkedKeys:xn})}else{var ii=(0,Ae.S)([].concat((0,Vt.Z)(We),[$e]),!0,Ke),Mn=ii.checkedKeys,oi=ii.halfCheckedKeys;if(!ae){var vi=new Set(Mn);vi.delete($e);var Ci=(0,Ae.S)(Array.from(vi),{checked:!1,halfCheckedKeys:oi},Ke);Mn=Ci.checkedKeys,oi=Ci.halfCheckedKeys}En=Mn,yn.checkedNodes=[],yn.checkedNodesPositions=[],yn.halfCheckedKeys=oi,Mn.forEach(function(Ki){var zi=(0,Ie.Z)(Ke,Ki);if(zi){var Wi=zi.node,Bi=zi.pos;yn.checkedNodes.push(Wi),yn.checkedNodesPositions.push({node:Wi,pos:Bi})}}),Ot.setUncontrolledState({checkedKeys:Mn},!1,{halfCheckedKeys:oi})}on==null||on(En,yn)}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeLoad",function(jt){var Gt,ae=jt.key,xe=Ot.state.keyEntities,Ke=(0,Ie.Z)(xe,ae);if(!(Ke!=null&&(Gt=Ke.children)!==null&&Gt!==void 0&&Gt.length)){var We=new Promise(function(Me,Je){Ot.setState(function(un){var on=un.loadedKeys,$e=on===void 0?[]:on,En=un.loadingKeys,yn=En===void 0?[]:En,xn=Ot.props,Fn=xn.loadData,ii=xn.onLoad;if(!Fn||$e.includes(ae)||yn.includes(ae))return null;var Mn=Fn(jt);return Mn.then(function(){var oi=Ot.state.loadedKeys,vi=(0,He.L0)(oi,ae);ii==null||ii(vi,{event:"load",node:jt}),Ot.setUncontrolledState({loadedKeys:vi}),Ot.setState(function(Ci){return{loadingKeys:(0,He._5)(Ci.loadingKeys,ae)}}),Me()}).catch(function(oi){if(Ot.setState(function(Ci){return{loadingKeys:(0,He._5)(Ci.loadingKeys,ae)}}),Ot.loadingRetryTimes[ae]=(Ot.loadingRetryTimes[ae]||0)+1,Ot.loadingRetryTimes[ae]>=Ge){var vi=Ot.state.loadedKeys;(0,et.ZP)(!1,"Retry for `loadData` many times but still failed. No more retry."),Ot.setUncontrolledState({loadedKeys:(0,He.L0)(vi,ae)}),Me()}Je(oi)}),{loadingKeys:(0,He.L0)(yn,ae)}})});return We.catch(function(){}),We}}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeMouseEnter",function(jt,Gt){var ae=Ot.props.onMouseEnter;ae==null||ae({event:jt,node:Gt})}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeMouseLeave",function(jt,Gt){var ae=Ot.props.onMouseLeave;ae==null||ae({event:jt,node:Gt})}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeContextMenu",function(jt,Gt){var ae=Ot.props.onRightClick;ae&&(jt.preventDefault(),ae({event:jt,node:Gt}))}),(0,St.Z)((0,Ct.Z)(Ot),"onFocus",function(){var jt=Ot.props.onFocus;Ot.setState({focused:!0});for(var Gt=arguments.length,ae=new Array(Gt),xe=0;xe<Gt;xe++)ae[xe]=arguments[xe];jt==null||jt.apply(void 0,ae)}),(0,St.Z)((0,Ct.Z)(Ot),"onBlur",function(){var jt=Ot.props.onBlur;Ot.setState({focused:!1}),Ot.onActiveChange(null);for(var Gt=arguments.length,ae=new Array(Gt),xe=0;xe<Gt;xe++)ae[xe]=arguments[xe];jt==null||jt.apply(void 0,ae)}),(0,St.Z)((0,Ct.Z)(Ot),"getTreeNodeRequiredProps",function(){var jt=Ot.state,Gt=jt.expandedKeys,ae=jt.selectedKeys,xe=jt.loadedKeys,Ke=jt.loadingKeys,We=jt.checkedKeys,Me=jt.halfCheckedKeys,Je=jt.dragOverNodeKey,un=jt.dropPosition,on=jt.keyEntities;return{expandedKeys:Gt||[],selectedKeys:ae||[],loadedKeys:xe||[],loadingKeys:Ke||[],checkedKeys:We||[],halfCheckedKeys:Me||[],dragOverNodeKey:Je,dropPosition:un,keyEntities:on}}),(0,St.Z)((0,Ct.Z)(Ot),"setExpandedKeys",function(jt){var Gt=Ot.state,ae=Gt.treeData,xe=Gt.fieldNames,Ke=(0,Xt.oH)(ae,jt,xe);Ot.setUncontrolledState({expandedKeys:jt,flattenNodes:Ke},!0)}),(0,St.Z)((0,Ct.Z)(Ot),"onNodeExpand",function(jt,Gt){var ae=Ot.state.expandedKeys,xe=Ot.state,Ke=xe.listChanging,We=xe.fieldNames,Me=Ot.props,Je=Me.onExpand,un=Me.loadData,on=Gt.expanded,$e=Gt[We.key];if(!Ke){var En=ae.includes($e),yn=!on;if((0,et.ZP)(on&&En||!on&&!En,"Expand state not sync with index check"),ae=yn?(0,He.L0)(ae,$e):(0,He._5)(ae,$e),Ot.setExpandedKeys(ae),Je==null||Je(ae,{node:Gt,expanded:yn,nativeEvent:jt.nativeEvent}),yn&&un){var xn=Ot.onNodeLoad(Gt);xn&&xn.then(function(){var Fn=(0,Xt.oH)(Ot.state.treeData,ae,We);Ot.setUncontrolledState({flattenNodes:Fn})}).catch(function(){var Fn=Ot.state.expandedKeys,ii=(0,He._5)(Fn,$e);Ot.setExpandedKeys(ii)})}}}),(0,St.Z)((0,Ct.Z)(Ot),"onListChangeStart",function(){Ot.setUncontrolledState({listChanging:!0})}),(0,St.Z)((0,Ct.Z)(Ot),"onListChangeEnd",function(){setTimeout(function(){Ot.setUncontrolledState({listChanging:!1})})}),(0,St.Z)((0,Ct.Z)(Ot),"onActiveChange",function(jt){var Gt=Ot.state.activeKey,ae=Ot.props,xe=ae.onActiveChange,Ke=ae.itemScrollOffset,We=Ke===void 0?0:Ke;Gt!==jt&&(Ot.setState({activeKey:jt}),jt!==null&&Ot.scrollTo({key:jt,offset:We}),xe==null||xe(jt))}),(0,St.Z)((0,Ct.Z)(Ot),"getActiveItem",function(){var jt=Ot.state,Gt=jt.activeKey,ae=jt.flattenNodes;return Gt===null?null:ae.find(function(xe){var Ke=xe.key;return Ke===Gt})||null}),(0,St.Z)((0,Ct.Z)(Ot),"offsetActiveKey",function(jt){var Gt=Ot.state,ae=Gt.flattenNodes,xe=Gt.activeKey,Ke=ae.findIndex(function(Je){var un=Je.key;return un===xe});Ke===-1&&jt<0&&(Ke=ae.length),Ke=(Ke+jt+ae.length)%ae.length;var We=ae[Ke];if(We){var Me=We.key;Ot.onActiveChange(Me)}else Ot.onActiveChange(null)}),(0,St.Z)((0,Ct.Z)(Ot),"onKeyDown",function(jt){var Gt=Ot.state,ae=Gt.activeKey,xe=Gt.expandedKeys,Ke=Gt.checkedKeys,We=Gt.fieldNames,Me=Ot.props,Je=Me.onKeyDown,un=Me.checkable,on=Me.selectable;switch(jt.which){case Dt.Z.UP:{Ot.offsetActiveKey(-1),jt.preventDefault();break}case Dt.Z.DOWN:{Ot.offsetActiveKey(1),jt.preventDefault();break}}var $e=Ot.getActiveItem();if($e&&$e.data){var En=Ot.getTreeNodeRequiredProps(),yn=$e.data.isLeaf===!1||!!($e.data[We.children]||[]).length,xn=(0,Xt.F)((0,Qt.Z)((0,Qt.Z)({},(0,Xt.H8)(ae,En)),{},{data:$e.data,active:!0}));switch(jt.which){case Dt.Z.LEFT:{yn&&xe.includes(ae)?Ot.onNodeExpand({},xn):$e.parent&&Ot.onActiveChange($e.parent.key),jt.preventDefault();break}case Dt.Z.RIGHT:{yn&&!xe.includes(ae)?Ot.onNodeExpand({},xn):$e.children&&$e.children.length&&Ot.onActiveChange($e.children[0].key),jt.preventDefault();break}case Dt.Z.ENTER:case Dt.Z.SPACE:{un&&!xn.disabled&&xn.checkable!==!1&&!xn.disableCheckbox?Ot.onNodeCheck({},xn,!Ke.includes(ae)):!un&&on&&!xn.disabled&&xn.selectable!==!1&&Ot.onNodeSelect({},xn);break}}}Je==null||Je(jt)}),(0,St.Z)((0,Ct.Z)(Ot),"setUncontrolledState",function(jt){var Gt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,ae=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!Ot.destroyed){var xe=!1,Ke=!0,We={};Object.keys(jt).forEach(function(Me){if(Ot.props.hasOwnProperty(Me)){Ke=!1;return}xe=!0,We[Me]=jt[Me]}),xe&&(!Gt||Ke)&&Ot.setState((0,Qt.Z)((0,Qt.Z)({},We),ae))}}),(0,St.Z)((0,Ct.Z)(Ot),"scrollTo",function(jt){Ot.listRef.current.scrollTo(jt)}),Ot}return(0,zt.Z)(_t,[{key:"componentDidMount",value:function(){this.destroyed=!1,this.onUpdated()}},{key:"componentDidUpdate",value:function(){this.onUpdated()}},{key:"onUpdated",value:function(){var Pt=this.props,Tt=Pt.activeKey,$t=Pt.itemScrollOffset,jt=$t===void 0?0:$t;Tt!==void 0&&Tt!==this.state.activeKey&&(this.setState({activeKey:Tt}),Tt!==null&&this.scrollTo({key:Tt,offset:jt}))}},{key:"componentWillUnmount",value:function(){window.removeEventListener("dragend",this.onWindowDragEnd),this.destroyed=!0}},{key:"resetDragState",value:function(){this.setState({dragOverNodeKey:null,dropPosition:null,dropLevelOffset:null,dropTargetKey:null,dropContainerKey:null,dropTargetPos:null,dropAllowed:!1})}},{key:"render",value:function(){var Pt=this.state,Tt=Pt.focused,$t=Pt.flattenNodes,jt=Pt.keyEntities,Gt=Pt.draggingNodeKey,ae=Pt.activeKey,xe=Pt.dropLevelOffset,Ke=Pt.dropContainerKey,We=Pt.dropTargetKey,Me=Pt.dropPosition,Je=Pt.dragOverNodeKey,un=Pt.indent,on=this.props,$e=on.prefixCls,En=on.className,yn=on.style,xn=on.showLine,Fn=on.focusable,ii=on.tabIndex,Mn=ii===void 0?0:ii,oi=on.selectable,vi=on.showIcon,Ci=on.icon,Ki=on.switcherIcon,zi=on.draggable,Wi=on.checkable,Bi=on.checkStrictly,Si=on.disabled,ji=on.motion,Kt=on.loadData,Gn=on.filterTreeNode,Wn=on.height,fi=on.itemHeight,Vi=on.scrollWidth,Qi=on.virtual,Xi=on.titleRender,ei=on.dropIndicatorRender,Xn=on.onContextMenu,Ve=on.onScroll,_e=on.direction,Ue=on.rootClassName,In=on.rootStyle,Rn=(0,yt.Z)(this.props,{aria:!0,data:!0}),qn;zi&&((0,wt.Z)(zi)==="object"?qn=zi:typeof zi=="function"?qn={nodeDraggable:zi}:qn={});var dn={prefixCls:$e,selectable:oi,showIcon:vi,icon:Ci,switcherIcon:Ki,draggable:qn,draggingNodeKey:Gt,checkable:Wi,checkStrictly:Bi,disabled:Si,keyEntities:jt,dropLevelOffset:xe,dropContainerKey:Ke,dropTargetKey:We,dropPosition:Me,dragOverNodeKey:Je,indent:un,direction:_e,dropIndicatorRender:ei,loadData:Kt,filterTreeNode:Gn,titleRender:Xi,onNodeClick:this.onNodeClick,onNodeDoubleClick:this.onNodeDoubleClick,onNodeExpand:this.onNodeExpand,onNodeSelect:this.onNodeSelect,onNodeCheck:this.onNodeCheck,onNodeLoad:this.onNodeLoad,onNodeMouseEnter:this.onNodeMouseEnter,onNodeMouseLeave:this.onNodeMouseLeave,onNodeContextMenu:this.onNodeContextMenu,onNodeDragStart:this.onNodeDragStart,onNodeDragEnter:this.onNodeDragEnter,onNodeDragOver:this.onNodeDragOver,onNodeDragLeave:this.onNodeDragLeave,onNodeDragEnd:this.onNodeDragEnd,onNodeDrop:this.onNodeDrop};return tt.createElement(lt.k.Provider,{value:dn},tt.createElement("div",{className:xt()($e,En,Ue,(0,St.Z)((0,St.Z)((0,St.Z)({},"".concat($e,"-show-line"),xn),"".concat($e,"-focused"),Tt),"".concat($e,"-active-focused"),ae!==null)),style:In},tt.createElement(ke,(0,ee.Z)({ref:this.listRef,prefixCls:$e,style:yn,data:$t,disabled:Si,selectable:oi,checkable:!!Wi,motion:ji,dragging:Gt!==null,height:Wn,itemHeight:fi,virtual:Qi,focusable:Fn,focused:Tt,tabIndex:Mn,activeItem:this.getActiveItem(),onFocus:this.onFocus,onBlur:this.onBlur,onKeyDown:this.onKeyDown,onActiveChange:this.onActiveChange,onListChangeStart:this.onListChangeStart,onListChangeEnd:this.onListChangeEnd,onContextMenu:Xn,onScroll:Ve,scrollWidth:Vi},this.getTreeNodeRequiredProps(),Rn))))}}],[{key:"getDerivedStateFromProps",value:function(Pt,Tt){var $t=Tt.prevProps,jt={prevProps:Pt};function Gt(Mn){return!$t&&Pt.hasOwnProperty(Mn)||$t&&$t[Mn]!==Pt[Mn]}var ae,xe=Tt.fieldNames;if(Gt("fieldNames")&&(xe=(0,Xt.w$)(Pt.fieldNames),jt.fieldNames=xe),Gt("treeData")?ae=Pt.treeData:Gt("children")&&((0,et.ZP)(!1,"`children` of Tree is deprecated. Please use `treeData` instead."),ae=(0,Xt.zn)(Pt.children)),ae){jt.treeData=ae;var Ke=(0,Xt.I8)(ae,{fieldNames:xe});jt.keyEntities=(0,Qt.Z)((0,St.Z)({},Jt,se),Ke.keyEntities)}var We=jt.keyEntities||Tt.keyEntities;if(Gt("expandedKeys")||$t&&Gt("autoExpandParent"))jt.expandedKeys=Pt.autoExpandParent||!$t&&Pt.defaultExpandParent?(0,He.r7)(Pt.expandedKeys,We):Pt.expandedKeys;else if(!$t&&Pt.defaultExpandAll){var Me=(0,Qt.Z)({},We);delete Me[Jt];var Je=[];Object.keys(Me).forEach(function(Mn){var oi=Me[Mn];oi.children&&oi.children.length&&Je.push(oi.key)}),jt.expandedKeys=Je}else!$t&&Pt.defaultExpandedKeys&&(jt.expandedKeys=Pt.autoExpandParent||Pt.defaultExpandParent?(0,He.r7)(Pt.defaultExpandedKeys,We):Pt.defaultExpandedKeys);if(jt.expandedKeys||delete jt.expandedKeys,ae||jt.expandedKeys){var un=(0,Xt.oH)(ae||Tt.treeData,jt.expandedKeys||Tt.expandedKeys,xe);jt.flattenNodes=un}if(Pt.selectable&&(Gt("selectedKeys")?jt.selectedKeys=(0,He.BT)(Pt.selectedKeys,Pt):!$t&&Pt.defaultSelectedKeys&&(jt.selectedKeys=(0,He.BT)(Pt.defaultSelectedKeys,Pt))),Pt.checkable){var on;if(Gt("checkedKeys")?on=(0,He.E6)(Pt.checkedKeys)||{}:!$t&&Pt.defaultCheckedKeys?on=(0,He.E6)(Pt.defaultCheckedKeys)||{}:ae&&(on=(0,He.E6)(Pt.checkedKeys)||{checkedKeys:Tt.checkedKeys,halfCheckedKeys:Tt.halfCheckedKeys}),on){var $e=on,En=$e.checkedKeys,yn=En===void 0?[]:En,xn=$e.halfCheckedKeys,Fn=xn===void 0?[]:xn;if(!Pt.checkStrictly){var ii=(0,Ae.S)(yn,!0,We);yn=ii.checkedKeys,Fn=ii.halfCheckedKeys}jt.checkedKeys=yn,jt.halfCheckedKeys=Fn}}return Gt("loadedKeys")&&(jt.loadedKeys=Pt.loadedKeys),jt}}]),_t}(tt.Component);(0,St.Z)(ie,"defaultProps",{prefixCls:"rc-tree",showLine:!1,showIcon:!0,selectable:!0,multiple:!1,checkable:!1,disabled:!1,checkStrictly:!1,draggable:!1,defaultExpandParent:!0,autoExpandParent:!1,defaultExpandAll:!1,defaultExpandedKeys:[],defaultCheckedKeys:[],defaultSelectedKeys:[],dropIndicatorRender:ut,allowDrop:function(){return!0},expandAction:!1}),(0,St.Z)(ie,"TreeNode",Ft.Z);var Et=ie,At=Et},82661:function(bn,Hn,ce){"use strict";ce.d(Hn,{BT:function(){return tt},E6:function(){return ut},L0:function(){return St},OM:function(){return et},_5:function(){return Rt},r7:function(){return ct},wA:function(){return xt},yx:function(){return kt}});var ee=ce(80702),wt=ce(62853),Qt=ce(48736),Vt=ce(59301),Bt=ce(639),zt=ce(65065),Ct=ce(34061),Mt=null;function Rt(ft,gt){if(!ft)return[];var Lt=ft.slice(),It=Lt.indexOf(gt);return It>=0&&Lt.splice(It,1),Lt}function St(ft,gt){var Lt=(ft||[]).slice();return Lt.indexOf(gt)===-1&&Lt.push(gt),Lt}function kt(ft){return ft.split("-")}function xt(ft,gt){var Lt=[],It=(0,zt.Z)(gt,ft);function Ut(){var Ft=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];Ft.forEach(function(qt){var te=qt.key,Xt=qt.children;Lt.push(te),Ut(Xt)})}return Ut(It.children),Lt}function Dt(ft){if(ft.parent){var gt=kt(ft.pos);return Number(gt[gt.length-1])===ft.parent.children.length-1}return!1}function yt(ft){var gt=kt(ft.pos);return Number(gt[gt.length-1])===0}function et(ft,gt,Lt,It,Ut,Ft,qt,te,Xt,he){var fe,Ce=ft.clientX,Fe=ft.clientY,ze=ft.target.getBoundingClientRect(),we=ze.top,De=ze.height,pe=(he==="rtl"?-1:1)*(((Ut==null?void 0:Ut.x)||0)-Ce),Jt=(pe-12)/It,re=Xt.filter(function(At){var Yt;return(Yt=te[At])===null||Yt===void 0||(Yt=Yt.children)===null||Yt===void 0?void 0:Yt.length}),se=(0,zt.Z)(te,Lt.eventKey);if(Fe<we+De/2){var ge=qt.findIndex(function(At){return At.key===se.key}),ue=ge<=0?0:ge-1,je=qt[ue].key;se=(0,zt.Z)(te,je)}var Ne=se.key,qe=se,ke=se.key,He=0,Ae=0;if(!re.includes(Ne))for(var Ie=0;Ie<Jt&&Dt(se);Ie+=1)se=se.parent,Ae+=1;var Ge=gt.data,ie=se.node,Et=!0;return yt(se)&&se.level===0&&Fe<we+De/2&&Ft({dragNode:Ge,dropNode:ie,dropPosition:-1})&&se.key===Lt.eventKey?He=-1:(qe.children||[]).length&&re.includes(ke)?Ft({dragNode:Ge,dropNode:ie,dropPosition:0})?He=0:Et=!1:Ae===0?Jt>-1.5?Ft({dragNode:Ge,dropNode:ie,dropPosition:1})?He=1:Et=!1:Ft({dragNode:Ge,dropNode:ie,dropPosition:0})?He=0:Ft({dragNode:Ge,dropNode:ie,dropPosition:1})?He=1:Et=!1:Ft({dragNode:Ge,dropNode:ie,dropPosition:1})?He=1:Et=!1,{dropPosition:He,dropLevelOffset:Ae,dropTargetKey:se.key,dropTargetPos:se.pos,dragOverNodeKey:ke,dropContainerKey:He===0?null:((fe=se.parent)===null||fe===void 0?void 0:fe.key)||null,dropAllowed:Et}}function tt(ft,gt){if(ft){var Lt=gt.multiple;return Lt?ft.slice():ft.length?[ft[0]]:ft}}var lt=function(gt){return gt};function ot(ft,gt){if(!ft)return[];var Lt=gt||{},It=Lt.processProps,Ut=It===void 0?lt:It,Ft=Array.isArray(ft)?ft:[ft];return Ft.map(function(qt){var te=qt.children,Xt=_objectWithoutProperties(qt,Mt),he=ot(te,gt);return React.createElement(TreeNode,_extends({key:Xt.key},Ut(Xt)),he)})}function ut(ft){if(!ft)return null;var gt;if(Array.isArray(ft))gt={checkedKeys:ft,halfCheckedKeys:void 0};else if((0,wt.Z)(ft)==="object")gt={checkedKeys:ft.checked||void 0,halfCheckedKeys:ft.halfChecked||void 0};else return(0,Qt.ZP)(!1,"`checkedKeys` is not an array or an object"),null;return gt}function ct(ft,gt){var Lt=new Set;function It(Ut){if(!Lt.has(Ut)){var Ft=(0,zt.Z)(gt,Ut);if(Ft){Lt.add(Ut);var qt=Ft.parent,te=Ft.node;te.disabled||qt&&It(qt.key)}}}return(ft||[]).forEach(function(Ut){It(Ut)}),(0,ee.Z)(Lt)}},34643:function(bn,Hn,ce){"use strict";ce.d(Hn,{S:function(){return Ct}});var ee=ce(48736),wt=ce(65065);function Qt(Mt,Rt){var St=new Set;return Mt.forEach(function(kt){Rt.has(kt)||St.add(kt)}),St}function Vt(Mt){var Rt=Mt||{},St=Rt.disabled,kt=Rt.disableCheckbox,xt=Rt.checkable;return!!(St||kt)||xt===!1}function Bt(Mt,Rt,St,kt){for(var xt=new Set(Mt),Dt=new Set,yt=0;yt<=St;yt+=1){var et=Rt.get(yt)||new Set;et.forEach(function(ut){var ct=ut.key,ft=ut.node,gt=ut.children,Lt=gt===void 0?[]:gt;xt.has(ct)&&!kt(ft)&&Lt.filter(function(It){return!kt(It.node)}).forEach(function(It){xt.add(It.key)})})}for(var tt=new Set,lt=St;lt>=0;lt-=1){var ot=Rt.get(lt)||new Set;ot.forEach(function(ut){var ct=ut.parent,ft=ut.node;if(!(kt(ft)||!ut.parent||tt.has(ut.parent.key))){if(kt(ut.parent.node)){tt.add(ct.key);return}var gt=!0,Lt=!1;(ct.children||[]).filter(function(It){return!kt(It.node)}).forEach(function(It){var Ut=It.key,Ft=xt.has(Ut);gt&&!Ft&&(gt=!1),!Lt&&(Ft||Dt.has(Ut))&&(Lt=!0)}),gt&&xt.add(ct.key),Lt&&Dt.add(ct.key),tt.add(ct.key)}})}return{checkedKeys:Array.from(xt),halfCheckedKeys:Array.from(Qt(Dt,xt))}}function zt(Mt,Rt,St,kt,xt){for(var Dt=new Set(Mt),yt=new Set(Rt),et=0;et<=kt;et+=1){var tt=St.get(et)||new Set;tt.forEach(function(ct){var ft=ct.key,gt=ct.node,Lt=ct.children,It=Lt===void 0?[]:Lt;!Dt.has(ft)&&!yt.has(ft)&&!xt(gt)&&It.filter(function(Ut){return!xt(Ut.node)}).forEach(function(Ut){Dt.delete(Ut.key)})})}yt=new Set;for(var lt=new Set,ot=kt;ot>=0;ot-=1){var ut=St.get(ot)||new Set;ut.forEach(function(ct){var ft=ct.parent,gt=ct.node;if(!(xt(gt)||!ct.parent||lt.has(ct.parent.key))){if(xt(ct.parent.node)){lt.add(ft.key);return}var Lt=!0,It=!1;(ft.children||[]).filter(function(Ut){return!xt(Ut.node)}).forEach(function(Ut){var Ft=Ut.key,qt=Dt.has(Ft);Lt&&!qt&&(Lt=!1),!It&&(qt||yt.has(Ft))&&(It=!0)}),Lt||Dt.delete(ft.key),It&&yt.add(ft.key),lt.add(ft.key)}})}return{checkedKeys:Array.from(Dt),halfCheckedKeys:Array.from(Qt(yt,Dt))}}function Ct(Mt,Rt,St,kt){var xt=[],Dt;kt?Dt=kt:Dt=Vt;var yt=new Set(Mt.filter(function(ot){var ut=!!(0,wt.Z)(St,ot);return ut||xt.push(ot),ut})),et=new Map,tt=0;Object.keys(St).forEach(function(ot){var ut=St[ot],ct=ut.level,ft=et.get(ct);ft||(ft=new Set,et.set(ct,ft)),ft.add(ut),tt=Math.max(tt,ct)}),(0,ee.ZP)(!xt.length,"Tree missing follow keys: ".concat(xt.slice(0,100).map(function(ot){return"'".concat(ot,"'")}).join(", ")));var lt;return Rt===!0?lt=Bt(yt,et,tt,Dt):lt=zt(yt,Rt.halfCheckedKeys,et,tt,Dt),lt}},65065:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return ee}});function ee(wt,Qt){return wt[Qt]}},34061:function(bn,Hn,ce){"use strict";ce.d(Hn,{F:function(){return ct},H8:function(){return ut},I8:function(){return ot},km:function(){return xt},oH:function(){return tt},w$:function(){return Dt},zn:function(){return et}});var ee=ce(62853),wt=ce(80702),Qt=ce(77321),Vt=ce(74416),Bt=ce(11592),zt=ce(2738),Ct=ce(48736),Mt=ce(65065),Rt=["children"];function St(ft,gt){return"".concat(ft,"-").concat(gt)}function kt(ft){return ft&&ft.type&&ft.type.isTreeNode}function xt(ft,gt){return ft!=null?ft:gt}function Dt(ft){var gt=ft||{},Lt=gt.title,It=gt._title,Ut=gt.key,Ft=gt.children,qt=Lt||"title";return{title:qt,_title:It||[qt],key:Ut||"key",children:Ft||"children"}}function yt(ft,gt){var Lt=new Map;function It(Ut){var Ft=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";(Ut||[]).forEach(function(qt){var te=qt[gt.key],Xt=qt[gt.children];warning(te!=null,"Tree node must have a certain key: [".concat(Ft).concat(te,"]"));var he=String(te);warning(!Lt.has(he)||te===null||te===void 0,"Same 'key' exist in the Tree: ".concat(he)),Lt.set(he,!0),It(Xt,"".concat(Ft).concat(he," > "))})}It(ft)}function et(ft){function gt(Lt){var It=(0,Bt.Z)(Lt);return It.map(function(Ut){if(!kt(Ut))return(0,Ct.ZP)(!Ut,"Tree/TreeNode can only accept TreeNode as children."),null;var Ft=Ut.key,qt=Ut.props,te=qt.children,Xt=(0,Vt.Z)(qt,Rt),he=(0,Qt.Z)({key:Ft},Xt),fe=gt(te);return fe.length&&(he.children=fe),he}).filter(function(Ut){return Ut})}return gt(ft)}function tt(ft,gt,Lt){var It=Dt(Lt),Ut=It._title,Ft=It.key,qt=It.children,te=new Set(gt===!0?[]:gt),Xt=[];function he(fe){var Ce=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return fe.map(function(Fe,ze){for(var we=St(Ce?Ce.pos:"0",ze),De=xt(Fe[Ft],we),pe,Jt=0;Jt<Ut.length;Jt+=1){var re=Ut[Jt];if(Fe[re]!==void 0){pe=Fe[re];break}}var se=Object.assign((0,zt.Z)(Fe,[].concat((0,wt.Z)(Ut),[Ft,qt])),{title:pe,key:De,parent:Ce,pos:we,children:null,data:Fe,isStart:[].concat((0,wt.Z)(Ce?Ce.isStart:[]),[ze===0]),isEnd:[].concat((0,wt.Z)(Ce?Ce.isEnd:[]),[ze===fe.length-1])});return Xt.push(se),gt===!0||te.has(De)?se.children=he(Fe[qt]||[],se):se.children=[],se})}return he(ft),Xt}function lt(ft,gt,Lt){var It={};(0,ee.Z)(Lt)==="object"?It=Lt:It={externalGetKey:Lt},It=It||{};var Ut=It,Ft=Ut.childrenPropName,qt=Ut.externalGetKey,te=Ut.fieldNames,Xt=Dt(te),he=Xt.key,fe=Xt.children,Ce=Ft||fe,Fe;qt?typeof qt=="string"?Fe=function(De){return De[qt]}:typeof qt=="function"&&(Fe=function(De){return qt(De)}):Fe=function(De,pe){return xt(De[he],pe)};function ze(we,De,pe,Jt){var re=we?we[Ce]:ft,se=we?St(pe.pos,De):"0",ge=we?[].concat((0,wt.Z)(Jt),[we]):[];if(we){var ue=Fe(we,se),je={node:we,index:De,pos:se,key:ue,parentPos:pe.node?pe.pos:null,level:pe.level+1,nodes:ge};gt(je)}re&&re.forEach(function(Ne,qe){ze(Ne,qe,{node:we,pos:se,level:pe?pe.level+1:-1},ge)})}ze(null)}function ot(ft){var gt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Lt=gt.initWrapper,It=gt.processEntity,Ut=gt.onProcessFinished,Ft=gt.externalGetKey,qt=gt.childrenPropName,te=gt.fieldNames,Xt=arguments.length>2?arguments[2]:void 0,he=Ft||Xt,fe={},Ce={},Fe={posEntities:fe,keyEntities:Ce};return Lt&&(Fe=Lt(Fe)||Fe),lt(ft,function(ze){var we=ze.node,De=ze.index,pe=ze.pos,Jt=ze.key,re=ze.parentPos,se=ze.level,ge=ze.nodes,ue={node:we,nodes:ge,index:De,key:Jt,pos:pe,level:se},je=xt(Jt,pe);fe[pe]=ue,Ce[je]=ue,ue.parent=fe[re],ue.parent&&(ue.parent.children=ue.parent.children||[],ue.parent.children.push(ue)),It&&It(ue,Fe)},{externalGetKey:he,childrenPropName:qt,fieldNames:te}),Ut&&Ut(Fe),Fe}function ut(ft,gt){var Lt=gt.expandedKeys,It=gt.selectedKeys,Ut=gt.loadedKeys,Ft=gt.loadingKeys,qt=gt.checkedKeys,te=gt.halfCheckedKeys,Xt=gt.dragOverNodeKey,he=gt.dropPosition,fe=gt.keyEntities,Ce=(0,Mt.Z)(fe,ft),Fe={eventKey:ft,expanded:Lt.indexOf(ft)!==-1,selected:It.indexOf(ft)!==-1,loaded:Ut.indexOf(ft)!==-1,loading:Ft.indexOf(ft)!==-1,checked:qt.indexOf(ft)!==-1,halfChecked:te.indexOf(ft)!==-1,pos:String(Ce?Ce.pos:""),dragOver:Xt===ft&&he===0,dragOverGapTop:Xt===ft&&he===-1,dragOverGapBottom:Xt===ft&&he===1};return Fe}function ct(ft){var gt=ft.data,Lt=ft.expanded,It=ft.selected,Ut=ft.checked,Ft=ft.loaded,qt=ft.loading,te=ft.halfChecked,Xt=ft.dragOver,he=ft.dragOverGapTop,fe=ft.dragOverGapBottom,Ce=ft.pos,Fe=ft.active,ze=ft.eventKey,we=(0,Qt.Z)((0,Qt.Z)({},gt),{},{expanded:Lt,selected:It,checked:Ut,loaded:Ft,loading:qt,halfChecked:te,dragOver:Xt,dragOverGapTop:he,dragOverGapBottom:fe,pos:Ce,active:Fe,key:ze});return"props"in we||Object.defineProperty(we,"props",{get:function(){return(0,Ct.ZP)(!1,"Second param return from event is node data instead of TreeNode instance. Please read value directly instead of reading from `props`."),ft}}),we}},90472:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return ze}});var ee=ce(72308),wt=ce(96949),Qt=ce(55090),Vt=ce(80237),Bt=ce(77205),zt=ce(38793),Ct=ce(49618),Mt=ce(59301),Rt=ce(77321),St=ce(74416),kt=ce(62853),xt=ce(65736),Dt=ce(72633),yt=ce(80702),et=ce(92310),tt=ce.n(et),lt=ce(26112),ot=ce(48736),ut=function(we,De){if(we&&De){var pe=Array.isArray(De)?De:De.split(","),Jt=we.name||"",re=we.type||"",se=re.replace(/\/.*$/,"");return pe.some(function(ge){var ue=ge.trim();if(/^\*(\/\*)?$/.test(ge))return!0;if(ue.charAt(0)==="."){var je=Jt.toLowerCase(),Ne=ue.toLowerCase(),qe=[Ne];return(Ne===".jpg"||Ne===".jpeg")&&(qe=[".jpg",".jpeg"]),qe.some(function(ke){return je.endsWith(ke)})}return/\/\*$/.test(ue)?se===ue.replace(/\/.*$/,""):re===ue?!0:/^\w+$/.test(ue)?((0,ot.ZP)(!1,"Upload takes an invalidate 'accept' type '".concat(ue,"'.Skip for check.")),!0):!1})}return!0};function ct(we,De){var pe="cannot ".concat(we.method," ").concat(we.action," ").concat(De.status,"'"),Jt=new Error(pe);return Jt.status=De.status,Jt.method=we.method,Jt.url=we.action,Jt}function ft(we){var De=we.responseText||we.response;if(!De)return De;try{return JSON.parse(De)}catch(pe){return De}}function gt(we){var De=new XMLHttpRequest;we.onProgress&&De.upload&&(De.upload.onprogress=function(se){se.total>0&&(se.percent=se.loaded/se.total*100),we.onProgress(se)});var pe=new FormData;we.data&&Object.keys(we.data).forEach(function(re){var se=we.data[re];if(Array.isArray(se)){se.forEach(function(ge){pe.append("".concat(re,"[]"),ge)});return}pe.append(re,se)}),we.file instanceof Blob?pe.append(we.filename,we.file,we.file.name):pe.append(we.filename,we.file),De.onerror=function(se){we.onError(se)},De.onload=function(){return De.status<200||De.status>=300?we.onError(ct(we,De),ft(De)):we.onSuccess(ft(De),De)},De.open(we.method,we.action,!0),we.withCredentials&&"withCredentials"in De&&(De.withCredentials=!0);var Jt=we.headers||{};return Jt["X-Requested-With"]!==null&&De.setRequestHeader("X-Requested-With","XMLHttpRequest"),Object.keys(Jt).forEach(function(re){Jt[re]!==null&&De.setRequestHeader(re,Jt[re])}),De.send(pe),{abort:function(){De.abort()}}}var Lt=function(){var we=(0,Dt.Z)((0,xt.Z)().mark(function De(pe,Jt){var re,se,ge,ue,je,Ne,qe,ke;return(0,xt.Z)().wrap(function(Ae){for(;;)switch(Ae.prev=Ae.next){case 0:Ne=function(){return Ne=(0,Dt.Z)((0,xt.Z)().mark(function Ge(ie){return(0,xt.Z)().wrap(function(At){for(;;)switch(At.prev=At.next){case 0:return At.abrupt("return",new Promise(function(Yt){ie.file(function(oe){Jt(oe)?(ie.fullPath&&!oe.webkitRelativePath&&(Object.defineProperties(oe,{webkitRelativePath:{writable:!0}}),oe.webkitRelativePath=ie.fullPath.replace(/^\//,""),Object.defineProperties(oe,{webkitRelativePath:{writable:!1}})),Yt(oe)):Yt(null)})}));case 1:case"end":return At.stop()}},Ge)})),Ne.apply(this,arguments)},je=function(Ge){return Ne.apply(this,arguments)},ue=function(){return ue=(0,Dt.Z)((0,xt.Z)().mark(function Ge(ie){var Et,At,Yt,oe,_t;return(0,xt.Z)().wrap(function(Pt){for(;;)switch(Pt.prev=Pt.next){case 0:Et=ie.createReader(),At=[];case 2:return Pt.next=5,new Promise(function(Tt){Et.readEntries(Tt,function(){return Tt([])})});case 5:if(Yt=Pt.sent,oe=Yt.length,oe){Pt.next=9;break}return Pt.abrupt("break",12);case 9:for(_t=0;_t<oe;_t++)At.push(Yt[_t]);Pt.next=2;break;case 12:return Pt.abrupt("return",At);case 13:case"end":return Pt.stop()}},Ge)})),ue.apply(this,arguments)},ge=function(Ge){return ue.apply(this,arguments)},re=[],se=[],pe.forEach(function(Ie){return se.push(Ie.webkitGetAsEntry())}),qe=function(){var Ie=(0,Dt.Z)((0,xt.Z)().mark(function Ge(ie,Et){var At,Yt;return(0,xt.Z)().wrap(function(_t){for(;;)switch(_t.prev=_t.next){case 0:if(ie){_t.next=2;break}return _t.abrupt("return");case 2:if(ie.path=Et||"",!ie.isFile){_t.next=10;break}return _t.next=6,je(ie);case 6:At=_t.sent,At&&re.push(At),_t.next=15;break;case 10:if(!ie.isDirectory){_t.next=15;break}return _t.next=13,ge(ie);case 13:Yt=_t.sent,se.push.apply(se,(0,yt.Z)(Yt));case 15:case"end":return _t.stop()}},Ge)}));return function(ie,Et){return Ie.apply(this,arguments)}}(),ke=0;case 9:if(!(ke<se.length)){Ae.next=15;break}return Ae.next=12,qe(se[ke]);case 12:ke++,Ae.next=9;break;case 15:return Ae.abrupt("return",re);case 16:case"end":return Ae.stop()}},De)}));return function(pe,Jt){return we.apply(this,arguments)}}(),It=Lt,Ut=+new Date,Ft=0;function qt(){return"rc-upload-".concat(Ut,"-").concat(++Ft)}var te=["component","prefixCls","className","classNames","disabled","id","name","style","styles","multiple","accept","capture","children","directory","openFileDialogOnClick","onMouseEnter","onMouseLeave","hasControlInside"],Xt=function(we){(0,Bt.Z)(pe,we);var De=(0,zt.Z)(pe);function pe(){var Jt;(0,wt.Z)(this,pe);for(var re=arguments.length,se=new Array(re),ge=0;ge<re;ge++)se[ge]=arguments[ge];return Jt=De.call.apply(De,[this].concat(se)),(0,Ct.Z)((0,Vt.Z)(Jt),"state",{uid:qt()}),(0,Ct.Z)((0,Vt.Z)(Jt),"reqs",{}),(0,Ct.Z)((0,Vt.Z)(Jt),"fileInput",void 0),(0,Ct.Z)((0,Vt.Z)(Jt),"_isMounted",void 0),(0,Ct.Z)((0,Vt.Z)(Jt),"onChange",function(ue){var je=Jt.props,Ne=je.accept,qe=je.directory,ke=ue.target.files,He=(0,yt.Z)(ke).filter(function(Ae){return!qe||ut(Ae,Ne)});Jt.uploadFiles(He),Jt.reset()}),(0,Ct.Z)((0,Vt.Z)(Jt),"onClick",function(ue){var je=Jt.fileInput;if(je){var Ne=ue.target,qe=Jt.props.onClick;if(Ne&&Ne.tagName==="BUTTON"){var ke=je.parentNode;ke.focus(),Ne.blur()}je.click(),qe&&qe(ue)}}),(0,Ct.Z)((0,Vt.Z)(Jt),"onKeyDown",function(ue){ue.key==="Enter"&&Jt.onClick(ue)}),(0,Ct.Z)((0,Vt.Z)(Jt),"onFileDrop",function(){var ue=(0,Dt.Z)((0,xt.Z)().mark(function je(Ne){var qe,ke,He;return(0,xt.Z)().wrap(function(Ie){for(;;)switch(Ie.prev=Ie.next){case 0:if(qe=Jt.props.multiple,Ne.preventDefault(),Ne.type!=="dragover"){Ie.next=4;break}return Ie.abrupt("return");case 4:if(!Jt.props.directory){Ie.next=11;break}return Ie.next=7,It(Array.prototype.slice.call(Ne.dataTransfer.items),function(Ge){return ut(Ge,Jt.props.accept)});case 7:ke=Ie.sent,Jt.uploadFiles(ke),Ie.next=14;break;case 11:He=(0,yt.Z)(Ne.dataTransfer.files).filter(function(Ge){return ut(Ge,Jt.props.accept)}),qe===!1&&(He=He.slice(0,1)),Jt.uploadFiles(He);case 14:case"end":return Ie.stop()}},je)}));return function(je){return ue.apply(this,arguments)}}()),(0,Ct.Z)((0,Vt.Z)(Jt),"uploadFiles",function(ue){var je=(0,yt.Z)(ue),Ne=je.map(function(qe){return qe.uid=qt(),Jt.processFile(qe,je)});Promise.all(Ne).then(function(qe){var ke=Jt.props.onBatchStart;ke==null||ke(qe.map(function(He){var Ae=He.origin,Ie=He.parsedFile;return{file:Ae,parsedFile:Ie}})),qe.filter(function(He){return He.parsedFile!==null}).forEach(function(He){Jt.post(He)})})}),(0,Ct.Z)((0,Vt.Z)(Jt),"processFile",function(){var ue=(0,Dt.Z)((0,xt.Z)().mark(function je(Ne,qe){var ke,He,Ae,Ie,Ge,ie,Et,At,Yt;return(0,xt.Z)().wrap(function(_t){for(;;)switch(_t.prev=_t.next){case 0:if(ke=Jt.props.beforeUpload,He=Ne,!ke){_t.next=14;break}return _t.prev=3,_t.next=6,ke(Ne,qe);case 6:He=_t.sent,_t.next=12;break;case 9:_t.prev=9,_t.t0=_t.catch(3),He=!1;case 12:if(He!==!1){_t.next=14;break}return _t.abrupt("return",{origin:Ne,parsedFile:null,action:null,data:null});case 14:if(Ae=Jt.props.action,typeof Ae!="function"){_t.next=21;break}return _t.next=18,Ae(Ne);case 18:Ie=_t.sent,_t.next=22;break;case 21:Ie=Ae;case 22:if(Ge=Jt.props.data,typeof Ge!="function"){_t.next=29;break}return _t.next=26,Ge(Ne);case 26:ie=_t.sent,_t.next=30;break;case 29:ie=Ge;case 30:return Et=((0,kt.Z)(He)==="object"||typeof He=="string")&&He?He:Ne,Et instanceof File?At=Et:At=new File([Et],Ne.name,{type:Ne.type}),Yt=At,Yt.uid=Ne.uid,_t.abrupt("return",{origin:Ne,data:ie,parsedFile:Yt,action:Ie});case 35:case"end":return _t.stop()}},je,null,[[3,9]])}));return function(je,Ne){return ue.apply(this,arguments)}}()),(0,Ct.Z)((0,Vt.Z)(Jt),"saveFileInput",function(ue){Jt.fileInput=ue}),Jt}return(0,Qt.Z)(pe,[{key:"componentDidMount",value:function(){this._isMounted=!0}},{key:"componentWillUnmount",value:function(){this._isMounted=!1,this.abort()}},{key:"post",value:function(re){var se=this,ge=re.data,ue=re.origin,je=re.action,Ne=re.parsedFile;if(this._isMounted){var qe=this.props,ke=qe.onStart,He=qe.customRequest,Ae=qe.name,Ie=qe.headers,Ge=qe.withCredentials,ie=qe.method,Et=ue.uid,At=He||gt,Yt={action:je,filename:Ae,data:ge,file:Ne,headers:Ie,withCredentials:Ge,method:ie||"post",onProgress:function(_t){var Ot=se.props.onProgress;Ot==null||Ot(_t,Ne)},onSuccess:function(_t,Ot){var Pt=se.props.onSuccess;Pt==null||Pt(_t,Ne,Ot),delete se.reqs[Et]},onError:function(_t,Ot){var Pt=se.props.onError;Pt==null||Pt(_t,Ot,Ne),delete se.reqs[Et]}};ke(ue),this.reqs[Et]=At(Yt)}}},{key:"reset",value:function(){this.setState({uid:qt()})}},{key:"abort",value:function(re){var se=this.reqs;if(re){var ge=re.uid?re.uid:re;se[ge]&&se[ge].abort&&se[ge].abort(),delete se[ge]}else Object.keys(se).forEach(function(ue){se[ue]&&se[ue].abort&&se[ue].abort(),delete se[ue]})}},{key:"render",value:function(){var re=this.props,se=re.component,ge=re.prefixCls,ue=re.className,je=re.classNames,Ne=je===void 0?{}:je,qe=re.disabled,ke=re.id,He=re.name,Ae=re.style,Ie=re.styles,Ge=Ie===void 0?{}:Ie,ie=re.multiple,Et=re.accept,At=re.capture,Yt=re.children,oe=re.directory,_t=re.openFileDialogOnClick,Ot=re.onMouseEnter,Pt=re.onMouseLeave,Tt=re.hasControlInside,$t=(0,St.Z)(re,te),jt=tt()((0,Ct.Z)((0,Ct.Z)((0,Ct.Z)({},ge,!0),"".concat(ge,"-disabled"),qe),ue,ue)),Gt=oe?{directory:"directory",webkitdirectory:"webkitdirectory"}:{},ae=qe?{}:{onClick:_t?this.onClick:function(){},onKeyDown:_t?this.onKeyDown:function(){},onMouseEnter:Ot,onMouseLeave:Pt,onDrop:this.onFileDrop,onDragOver:this.onFileDrop,tabIndex:Tt?void 0:"0"};return Mt.createElement(se,(0,ee.Z)({},ae,{className:jt,role:Tt?void 0:"button",style:Ae}),Mt.createElement("input",(0,ee.Z)({},(0,lt.Z)($t,{aria:!0,data:!0}),{id:ke,name:He,disabled:qe,type:"file",ref:this.saveFileInput,onClick:function(Ke){return Ke.stopPropagation()},key:this.state.uid,style:(0,Rt.Z)({display:"none"},Ge.input),className:Ne.input,accept:Et},Gt,{multiple:ie,onChange:this.onChange},At!=null?{capture:At}:{})),Yt)}}]),pe}(Mt.Component),he=Xt;function fe(){}var Ce=function(we){(0,Bt.Z)(pe,we);var De=(0,zt.Z)(pe);function pe(){var Jt;(0,wt.Z)(this,pe);for(var re=arguments.length,se=new Array(re),ge=0;ge<re;ge++)se[ge]=arguments[ge];return Jt=De.call.apply(De,[this].concat(se)),(0,Ct.Z)((0,Vt.Z)(Jt),"uploader",void 0),(0,Ct.Z)((0,Vt.Z)(Jt),"saveUploader",function(ue){Jt.uploader=ue}),Jt}return(0,Qt.Z)(pe,[{key:"abort",value:function(re){this.uploader.abort(re)}},{key:"render",value:function(){return Mt.createElement(he,(0,ee.Z)({},this.props,{ref:this.saveUploader}))}}]),pe}(Mt.Component);(0,Ct.Z)(Ce,"defaultProps",{component:"span",prefixCls:"rc-upload",data:{},headers:{},name:"file",multipart:!1,onStart:fe,onError:fe,onSuccess:fe,multiple:!1,beforeUpload:null,customRequest:null,withCredentials:!1,openFileDialogOnClick:!0,hasControlInside:!1});var Fe=Ce,ze=Fe},8224:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return wt}});var ee=ce(4676);function wt(Qt,Vt,Bt,zt){var Ct=ee.unstable_batchedUpdates?function(Rt){ee.unstable_batchedUpdates(Bt,Rt)}:Bt;return Qt!=null&&Qt.addEventListener&&Qt.addEventListener(Vt,Ct,zt),{remove:function(){Qt!=null&&Qt.removeEventListener&&Qt.removeEventListener(Vt,Ct,zt)}}}},45680:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return Ge}});var ee=ce(72308),wt=ce(62853),Qt=ce(77321),Vt=ce(49618),Bt=ce(52487),zt=ce(74416),Ct=ce(92310),Mt=ce.n(Ct),Rt=ce(29301),St=ce(70425),kt=ce(34280),xt=ce(59301),Dt=ce(4676),yt=xt.forwardRef(function(ie,Et){var At=ie.height,Yt=ie.offsetY,oe=ie.offsetX,_t=ie.children,Ot=ie.prefixCls,Pt=ie.onInnerResize,Tt=ie.innerProps,$t=ie.rtl,jt=ie.extra,Gt={},ae={display:"flex",flexDirection:"column"};return Yt!==void 0&&(Gt={height:At,position:"relative",overflow:"hidden"},ae=(0,Qt.Z)((0,Qt.Z)({},ae),{},(0,Vt.Z)((0,Vt.Z)((0,Vt.Z)((0,Vt.Z)((0,Vt.Z)({transform:"translateY(".concat(Yt,"px)")},$t?"marginRight":"marginLeft",-oe),"position","absolute"),"left",0),"right",0),"top",0))),xt.createElement("div",{style:Gt},xt.createElement(Rt.Z,{onResize:function(Ke){var We=Ke.offsetHeight;We&&Pt&&Pt()}},xt.createElement("div",(0,ee.Z)({style:ae,className:Mt()((0,Vt.Z)({},"".concat(Ot,"-holder-inner"),Ot)),ref:Et},Tt),_t,jt)))});yt.displayName="Filler";var et=yt;function tt(ie){var Et=ie.children,At=ie.setRef,Yt=xt.useCallback(function(oe){At(oe)},[]);return xt.cloneElement(Et,{ref:Yt})}function lt(ie,Et,At,Yt,oe,_t,Ot,Pt){var Tt=Pt.getKey;return ie.slice(Et,At+1).map(function($t,jt){var Gt=Et+jt,ae=Ot($t,Gt,{style:{width:Yt},offsetX:oe}),xe=Tt($t);return xt.createElement(tt,{key:xe,setRef:function(We){return _t($t,We)}},ae)})}function ot(ie,Et,At,Yt){var oe=At-ie,_t=Et-At,Ot=Math.min(oe,_t)*2;if(Yt<=Ot){var Pt=Math.floor(Yt/2);return Yt%2?At+Pt+1:At-Pt}return oe>_t?At-(Yt-_t):At+(Yt-oe)}function ut(ie,Et,At){var Yt=ie.length,oe=Et.length,_t,Ot;if(Yt===0&&oe===0)return null;Yt<oe?(_t=ie,Ot=Et):(_t=Et,Ot=ie);var Pt={__EMPTY_ITEM__:!0};function Tt(Ke){return Ke!==void 0?At(Ke):Pt}for(var $t=null,jt=Math.abs(Yt-oe)!==1,Gt=0;Gt<Ot.length;Gt+=1){var ae=Tt(_t[Gt]),xe=Tt(Ot[Gt]);if(ae!==xe){$t=Gt,jt=jt||ae!==Tt(Ot[Gt+1]);break}}return $t===null?null:{index:$t,multiple:jt}}function ct(ie,Et,At){var Yt=xt.useState(ie),oe=(0,Bt.Z)(Yt,2),_t=oe[0],Ot=oe[1],Pt=xt.useState(null),Tt=(0,Bt.Z)(Pt,2),$t=Tt[0],jt=Tt[1];return xt.useEffect(function(){var Gt=ut(_t||[],ie||[],Et);(Gt==null?void 0:Gt.index)!==void 0&&(At==null||At(Gt.index),jt(ie[Gt.index])),Ot(ie)},[ie]),[$t]}var ft=ce(16089),gt=(typeof navigator=="undefined"?"undefined":(0,wt.Z)(navigator))==="object"&&/Firefox/i.test(navigator.userAgent),Lt=gt,It=function(ie,Et,At,Yt){var oe=(0,xt.useRef)(!1),_t=(0,xt.useRef)(null);function Ot(){clearTimeout(_t.current),oe.current=!0,_t.current=setTimeout(function(){oe.current=!1},50)}var Pt=(0,xt.useRef)({top:ie,bottom:Et,left:At,right:Yt});return Pt.current.top=ie,Pt.current.bottom=Et,Pt.current.left=At,Pt.current.right=Yt,function(Tt,$t){var jt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,Gt=Tt?$t<0&&Pt.current.left||$t>0&&Pt.current.right:$t<0&&Pt.current.top||$t>0&&Pt.current.bottom;return jt&&Gt?(clearTimeout(_t.current),oe.current=!1):(!Gt||oe.current)&&Ot(),!oe.current&&Gt}};function Ut(ie,Et,At,Yt,oe,_t,Ot){var Pt=(0,xt.useRef)(0),Tt=(0,xt.useRef)(null),$t=(0,xt.useRef)(null),jt=(0,xt.useRef)(!1),Gt=It(Et,At,Yt,oe);function ae(un,on){if(ft.Z.cancel(Tt.current),!Gt(!1,on)){var $e=un;if(!$e._virtualHandled)$e._virtualHandled=!0;else return;Pt.current+=on,$t.current=on,Lt||$e.preventDefault(),Tt.current=(0,ft.Z)(function(){var En=jt.current?10:1;Ot(Pt.current*En,!1),Pt.current=0})}}function xe(un,on){Ot(on,!0),Lt||un.preventDefault()}var Ke=(0,xt.useRef)(null),We=(0,xt.useRef)(null);function Me(un){if(ie){ft.Z.cancel(We.current),We.current=(0,ft.Z)(function(){Ke.current=null},2);var on=un.deltaX,$e=un.deltaY,En=un.shiftKey,yn=on,xn=$e;(Ke.current==="sx"||!Ke.current&&En&&$e&&!on)&&(yn=$e,xn=0,Ke.current="sx");var Fn=Math.abs(yn),ii=Math.abs(xn);Ke.current===null&&(Ke.current=_t&&Fn>ii?"x":"y"),Ke.current==="y"?ae(un,xn):xe(un,yn)}}function Je(un){ie&&(jt.current=un.detail===$t.current)}return[Me,Je]}function Ft(ie,Et,At,Yt){var oe=xt.useMemo(function(){return[new Map,[]]},[ie,At.id,Yt]),_t=(0,Bt.Z)(oe,2),Ot=_t[0],Pt=_t[1],Tt=function(jt){var Gt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:jt,ae=Ot.get(jt),xe=Ot.get(Gt);if(ae===void 0||xe===void 0)for(var Ke=ie.length,We=Pt.length;We<Ke;We+=1){var Me,Je=ie[We],un=Et(Je);Ot.set(un,We);var on=(Me=At.get(un))!==null&&Me!==void 0?Me:Yt;if(Pt[We]=(Pt[We-1]||0)+on,un===jt&&(ae=We),un===Gt&&(xe=We),ae!==void 0&&xe!==void 0)break}return{top:Pt[ae-1]||0,bottom:Pt[xe]}};return Tt}var qt=ce(96949),te=ce(55090),Xt=function(){function ie(){(0,qt.Z)(this,ie),(0,Vt.Z)(this,"maps",void 0),(0,Vt.Z)(this,"id",0),(0,Vt.Z)(this,"diffKeys",new Set),this.maps=Object.create(null)}return(0,te.Z)(ie,[{key:"set",value:function(At,Yt){this.maps[At]=Yt,this.id+=1,this.diffKeys.add(At)}},{key:"get",value:function(At){return this.maps[At]}},{key:"resetRecord",value:function(){this.diffKeys.clear()}},{key:"getRecord",value:function(){return this.diffKeys}}]),ie}(),he=Xt;function fe(ie){var Et=parseFloat(ie);return isNaN(Et)?0:Et}function Ce(ie,Et,At){var Yt=xt.useState(0),oe=(0,Bt.Z)(Yt,2),_t=oe[0],Ot=oe[1],Pt=(0,xt.useRef)(new Map),Tt=(0,xt.useRef)(new he),$t=(0,xt.useRef)(0);function jt(){$t.current+=1}function Gt(){var xe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;jt();var Ke=function(){var Je=!1;Pt.current.forEach(function(un,on){if(un&&un.offsetParent){var $e=un.offsetHeight,En=getComputedStyle(un),yn=En.marginTop,xn=En.marginBottom,Fn=fe(yn),ii=fe(xn),Mn=$e+Fn+ii;Tt.current.get(on)!==Mn&&(Tt.current.set(on,Mn),Je=!0)}}),Je&&Ot(function(un){return un+1})};if(xe)Ke();else{$t.current+=1;var We=$t.current;Promise.resolve().then(function(){We===$t.current&&Ke()})}}function ae(xe,Ke){var We=ie(xe),Me=Pt.current.get(We);Ke?(Pt.current.set(We,Ke),Gt()):Pt.current.delete(We),!Me!=!Ke&&(Ke?Et==null||Et(xe):At==null||At(xe))}return(0,xt.useEffect)(function(){return jt},[]),[ae,Gt,Tt.current,_t]}var Fe=14/15;function ze(ie,Et,At){var Yt=(0,xt.useRef)(!1),oe=(0,xt.useRef)(0),_t=(0,xt.useRef)(0),Ot=(0,xt.useRef)(null),Pt=(0,xt.useRef)(null),Tt,$t=function(xe){if(Yt.current){var Ke=Math.ceil(xe.touches[0].pageX),We=Math.ceil(xe.touches[0].pageY),Me=oe.current-Ke,Je=_t.current-We,un=Math.abs(Me)>Math.abs(Je);un?oe.current=Ke:_t.current=We;var on=At(un,un?Me:Je,!1,xe);on&&xe.preventDefault(),clearInterval(Pt.current),on&&(Pt.current=setInterval(function(){un?Me*=Fe:Je*=Fe;var $e=Math.floor(un?Me:Je);(!At(un,$e,!0)||Math.abs($e)<=.1)&&clearInterval(Pt.current)},16))}},jt=function(){Yt.current=!1,Tt()},Gt=function(xe){Tt(),xe.touches.length===1&&!Yt.current&&(Yt.current=!0,oe.current=Math.ceil(xe.touches[0].pageX),_t.current=Math.ceil(xe.touches[0].pageY),Ot.current=xe.target,Ot.current.addEventListener("touchmove",$t,{passive:!1}),Ot.current.addEventListener("touchend",jt,{passive:!0}))};Tt=function(){Ot.current&&(Ot.current.removeEventListener("touchmove",$t),Ot.current.removeEventListener("touchend",jt))},(0,kt.Z)(function(){return ie&&Et.current.addEventListener("touchstart",Gt,{passive:!0}),function(){var ae;(ae=Et.current)===null||ae===void 0||ae.removeEventListener("touchstart",Gt),Tt(),clearInterval(Pt.current)}},[ie])}function we(ie){return Math.floor(Math.pow(ie,.5))}function De(ie,Et){var At="touches"in ie?ie.touches[0]:ie;return At[Et?"pageX":"pageY"]-window[Et?"scrollX":"scrollY"]}function pe(ie,Et,At){xt.useEffect(function(){var Yt=Et.current;if(ie&&Yt){var oe=!1,_t,Ot,Pt=function(){ft.Z.cancel(_t)},Tt=function ae(){Pt(),_t=(0,ft.Z)(function(){At(Ot),ae()})},$t=function(xe){if(!(xe.target.draggable||xe.button!==0)){var Ke=xe;Ke._virtualHandled||(Ke._virtualHandled=!0,oe=!0)}},jt=function(){oe=!1,Pt()},Gt=function(xe){if(oe){var Ke=De(xe,!1),We=Yt.getBoundingClientRect(),Me=We.top,Je=We.bottom;if(Ke<=Me){var un=Me-Ke;Ot=-we(un),Tt()}else if(Ke>=Je){var on=Ke-Je;Ot=we(on),Tt()}else Pt()}};return Yt.addEventListener("mousedown",$t),Yt.ownerDocument.addEventListener("mouseup",jt),Yt.ownerDocument.addEventListener("mousemove",Gt),function(){Yt.removeEventListener("mousedown",$t),Yt.ownerDocument.removeEventListener("mouseup",jt),Yt.ownerDocument.removeEventListener("mousemove",Gt),Pt()}}},[ie])}var Jt=10;function re(ie,Et,At,Yt,oe,_t,Ot,Pt){var Tt=xt.useRef(),$t=xt.useState(null),jt=(0,Bt.Z)($t,2),Gt=jt[0],ae=jt[1];return(0,kt.Z)(function(){if(Gt&&Gt.times<Jt){if(!ie.current){ae(function(ji){return(0,Qt.Z)({},ji)});return}_t();var xe=Gt.targetAlign,Ke=Gt.originAlign,We=Gt.index,Me=Gt.offset,Je=ie.current.clientHeight,un=!1,on=xe,$e=null;if(Je){for(var En=xe||Ke,yn=0,xn=0,Fn=0,ii=Math.min(Et.length-1,We),Mn=0;Mn<=ii;Mn+=1){var oi=oe(Et[Mn]);xn=yn;var vi=At.get(oi);Fn=xn+(vi===void 0?Yt:vi),yn=Fn}for(var Ci=En==="top"?Me:Je-Me,Ki=ii;Ki>=0;Ki-=1){var zi=oe(Et[Ki]),Wi=At.get(zi);if(Wi===void 0){un=!0;break}if(Ci-=Wi,Ci<=0)break}switch(En){case"top":$e=xn-Me;break;case"bottom":$e=Fn-Je+Me;break;default:{var Bi=ie.current.scrollTop,Si=Bi+Je;xn<Bi?on="top":Fn>Si&&(on="bottom")}}$e!==null&&Ot($e),$e!==Gt.lastTop&&(un=!0)}un&&ae((0,Qt.Z)((0,Qt.Z)({},Gt),{},{times:Gt.times+1,targetAlign:on,lastTop:$e}))}},[Gt,ie.current]),function(xe){if(xe==null){Pt();return}if(ft.Z.cancel(Tt.current),typeof xe=="number")Ot(xe);else if(xe&&(0,wt.Z)(xe)==="object"){var Ke,We=xe.align;"index"in xe?Ke=xe.index:Ke=Et.findIndex(function(un){return oe(un)===xe.key});var Me=xe.offset,Je=Me===void 0?0:Me;ae({times:0,index:Ke,offset:Je,originAlign:We})}}}var se=xt.forwardRef(function(ie,Et){var At=ie.prefixCls,Yt=ie.rtl,oe=ie.scrollOffset,_t=ie.scrollRange,Ot=ie.onStartMove,Pt=ie.onStopMove,Tt=ie.onScroll,$t=ie.horizontal,jt=ie.spinSize,Gt=ie.containerSize,ae=ie.style,xe=ie.thumbStyle,Ke=ie.showScrollBar,We=xt.useState(!1),Me=(0,Bt.Z)(We,2),Je=Me[0],un=Me[1],on=xt.useState(null),$e=(0,Bt.Z)(on,2),En=$e[0],yn=$e[1],xn=xt.useState(null),Fn=(0,Bt.Z)(xn,2),ii=Fn[0],Mn=Fn[1],oi=!Yt,vi=xt.useRef(),Ci=xt.useRef(),Ki=xt.useState(Ke),zi=(0,Bt.Z)(Ki,2),Wi=zi[0],Bi=zi[1],Si=xt.useRef(),ji=function(){Ke===!0||Ke===!1||(clearTimeout(Si.current),Bi(!0),Si.current=setTimeout(function(){Bi(!1)},3e3))},Kt=_t-Gt||0,Gn=Gt-jt||0,Wn=xt.useMemo(function(){if(oe===0||Kt===0)return 0;var Ue=oe/Kt;return Ue*Gn},[oe,Kt,Gn]),fi=function(In){In.stopPropagation(),In.preventDefault()},Vi=xt.useRef({top:Wn,dragging:Je,pageY:En,startTop:ii});Vi.current={top:Wn,dragging:Je,pageY:En,startTop:ii};var Qi=function(In){un(!0),yn(De(In,$t)),Mn(Vi.current.top),Ot(),In.stopPropagation(),In.preventDefault()};xt.useEffect(function(){var Ue=function(dn){dn.preventDefault()},In=vi.current,Rn=Ci.current;return In.addEventListener("touchstart",Ue,{passive:!1}),Rn.addEventListener("touchstart",Qi,{passive:!1}),function(){In.removeEventListener("touchstart",Ue),Rn.removeEventListener("touchstart",Qi)}},[]);var Xi=xt.useRef();Xi.current=Kt;var ei=xt.useRef();ei.current=Gn,xt.useEffect(function(){if(Je){var Ue,In=function(dn){var Dn=Vi.current,Qe=Dn.dragging,Ze=Dn.pageY,On=Dn.startTop;ft.Z.cancel(Ue);var Le=vi.current.getBoundingClientRect(),nn=Gt/($t?Le.width:Le.height);if(Qe){var wn=(De(dn,$t)-Ze)*nn,Un=On;!oi&&$t?Un-=wn:Un+=wn;var rn=Xi.current,Pn=ei.current,Bn=Pn?Un/Pn:0,Cn=Math.ceil(Bn*rn);Cn=Math.max(Cn,0),Cn=Math.min(Cn,rn),Ue=(0,ft.Z)(function(){Tt(Cn,$t)})}},Rn=function(){un(!1),Pt()};return window.addEventListener("mousemove",In,{passive:!0}),window.addEventListener("touchmove",In,{passive:!0}),window.addEventListener("mouseup",Rn,{passive:!0}),window.addEventListener("touchend",Rn,{passive:!0}),function(){window.removeEventListener("mousemove",In),window.removeEventListener("touchmove",In),window.removeEventListener("mouseup",Rn),window.removeEventListener("touchend",Rn),ft.Z.cancel(Ue)}}},[Je]),xt.useEffect(function(){return ji(),function(){clearTimeout(Si.current)}},[oe]),xt.useImperativeHandle(Et,function(){return{delayHidden:ji}});var Xn="".concat(At,"-scrollbar"),Ve={position:"absolute",visibility:Wi?null:"hidden"},_e={position:"absolute",background:"rgba(0, 0, 0, 0.5)",borderRadius:99,cursor:"pointer",userSelect:"none"};return $t?(Ve.height=8,Ve.left=0,Ve.right=0,Ve.bottom=0,_e.height="100%",_e.width=jt,oi?_e.left=Wn:_e.right=Wn):(Ve.width=8,Ve.top=0,Ve.bottom=0,oi?Ve.right=0:Ve.left=0,_e.width="100%",_e.height=jt,_e.top=Wn),xt.createElement("div",{ref:vi,className:Mt()(Xn,(0,Vt.Z)((0,Vt.Z)((0,Vt.Z)({},"".concat(Xn,"-horizontal"),$t),"".concat(Xn,"-vertical"),!$t),"".concat(Xn,"-visible"),Wi)),style:(0,Qt.Z)((0,Qt.Z)({},Ve),ae),onMouseDown:fi,onMouseMove:ji},xt.createElement("div",{ref:Ci,className:Mt()("".concat(Xn,"-thumb"),(0,Vt.Z)({},"".concat(Xn,"-thumb-moving"),Je)),style:(0,Qt.Z)((0,Qt.Z)({},_e),xe),onMouseDown:Qi}))}),ge=se,ue=20;function je(){var ie=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,Et=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,At=ie/Et*ie;return isNaN(At)&&(At=0),At=Math.max(At,ue),Math.floor(At)}var Ne=["prefixCls","className","height","itemHeight","fullHeight","style","data","children","itemKey","virtual","direction","scrollWidth","component","onScroll","onVirtualScroll","onVisibleChange","innerProps","extraRender","styles","showScrollBar"],qe=[],ke={overflowY:"auto",overflowAnchor:"none"};function He(ie,Et){var At=ie.prefixCls,Yt=At===void 0?"rc-virtual-list":At,oe=ie.className,_t=ie.height,Ot=ie.itemHeight,Pt=ie.fullHeight,Tt=Pt===void 0?!0:Pt,$t=ie.style,jt=ie.data,Gt=ie.children,ae=ie.itemKey,xe=ie.virtual,Ke=ie.direction,We=ie.scrollWidth,Me=ie.component,Je=Me===void 0?"div":Me,un=ie.onScroll,on=ie.onVirtualScroll,$e=ie.onVisibleChange,En=ie.innerProps,yn=ie.extraRender,xn=ie.styles,Fn=ie.showScrollBar,ii=Fn===void 0?"optional":Fn,Mn=(0,zt.Z)(ie,Ne),oi=xt.useCallback(function(di){return typeof ae=="function"?ae(di):di==null?void 0:di[ae]},[ae]),vi=Ce(oi,null,null),Ci=(0,Bt.Z)(vi,4),Ki=Ci[0],zi=Ci[1],Wi=Ci[2],Bi=Ci[3],Si=!!(xe!==!1&&_t&&Ot),ji=xt.useMemo(function(){return Object.values(Wi.maps).reduce(function(di,Li){return di+Li},0)},[Wi.id,Wi.maps]),Kt=Si&&jt&&(Math.max(Ot*jt.length,ji)>_t||!!We),Gn=Ke==="rtl",Wn=Mt()(Yt,(0,Vt.Z)({},"".concat(Yt,"-rtl"),Gn),oe),fi=jt||qe,Vi=(0,xt.useRef)(),Qi=(0,xt.useRef)(),Xi=(0,xt.useRef)(),ei=(0,xt.useState)(0),Xn=(0,Bt.Z)(ei,2),Ve=Xn[0],_e=Xn[1],Ue=(0,xt.useState)(0),In=(0,Bt.Z)(Ue,2),Rn=In[0],qn=In[1],dn=(0,xt.useState)(!1),Dn=(0,Bt.Z)(dn,2),Qe=Dn[0],Ze=Dn[1],On=function(){Ze(!0)},Le=function(){Ze(!1)},nn={getKey:oi};function wn(di){_e(function(Li){var tr;typeof di=="function"?tr=di(Li):tr=di;var Gi=hi(tr);return Vi.current.scrollTop=Gi,Gi})}var Un=(0,xt.useRef)({start:0,end:fi.length}),rn=(0,xt.useRef)(),Pn=ct(fi,oi),Bn=(0,Bt.Z)(Pn,1),Cn=Bn[0];rn.current=Cn;var Yn=xt.useMemo(function(){if(!Si)return{scrollHeight:void 0,start:0,end:fi.length-1,offset:void 0};if(!Kt){var di;return{scrollHeight:((di=Qi.current)===null||di===void 0?void 0:di.offsetHeight)||0,start:0,end:fi.length-1,offset:void 0}}for(var Li=0,tr,Gi,er,eo=fi.length,Di=0;Di<eo;Di+=1){var Ei=fi[Di],An=oi(Ei),wi=Wi.get(An),Sr=Li+(wi===void 0?Ot:wi);Sr>=Ve&&tr===void 0&&(tr=Di,Gi=Li),Sr>Ve+_t&&er===void 0&&(er=Di),Li=Sr}return tr===void 0&&(tr=0,Gi=0,er=Math.ceil(_t/Ot)),er===void 0&&(er=fi.length-1),er=Math.min(er+1,fi.length-1),{scrollHeight:Li,start:tr,end:er,offset:Gi}},[Kt,Si,Ve,fi,Bi,_t]),Vn=Yn.scrollHeight,Tn=Yn.start,Kn=Yn.end,ui=Yn.offset;Un.current.start=Tn,Un.current.end=Kn,xt.useLayoutEffect(function(){var di=Wi.getRecord();if(di.size===1){var Li=Array.from(di)[0],tr=fi[Tn];if(tr){var Gi=oi(tr);if(Gi===Li){var er=Wi.get(Li),eo=er-Ot;wn(function(Di){return Di+eo})}}}Wi.resetRecord()},[Vn]);var xi=xt.useState({width:0,height:_t}),gi=(0,Bt.Z)(xi,2),an=gi[0],or=gi[1],Ri=function(Li){or({width:Li.offsetWidth,height:Li.offsetHeight})},sr=(0,xt.useRef)(),sn=(0,xt.useRef)(),zn=xt.useMemo(function(){return je(an.width,We)},[an.width,We]),ti=xt.useMemo(function(){return je(an.height,Vn)},[an.height,Vn]),ni=Vn-_t,ri=(0,xt.useRef)(ni);ri.current=ni;function hi(di){var Li=di;return Number.isNaN(ri.current)||(Li=Math.min(Li,ri.current)),Li=Math.max(Li,0),Li}var Ti=Ve<=0,Oi=Ve>=ni,_i=Rn<=0,Ji=Rn>=We,fn=It(Ti,Oi,_i,Ji),ur=function(){return{x:Gn?-Rn:Rn,y:Ve}},gn=(0,xt.useRef)(ur()),si=(0,St.zX)(function(di){if(on){var Li=(0,Qt.Z)((0,Qt.Z)({},ur()),di);(gn.current.x!==Li.x||gn.current.y!==Li.y)&&(on(Li),gn.current=Li)}});function pi(di,Li){var tr=di;Li?((0,Dt.flushSync)(function(){qn(tr)}),si()):wn(tr)}function Ai(di){var Li=di.currentTarget.scrollTop;Li!==Ve&&wn(Li),un==null||un(di),si()}var vr=function(Li){var tr=Li,Gi=We?We-an.width:0;return tr=Math.max(tr,0),tr=Math.min(tr,Gi),tr},xr=(0,St.zX)(function(di,Li){Li?((0,Dt.flushSync)(function(){qn(function(tr){var Gi=tr+(Gn?-di:di);return vr(Gi)})}),si()):wn(function(tr){var Gi=tr+di;return Gi})}),hr=Ut(Si,Ti,Oi,_i,Ji,!!We,xr),yr=(0,Bt.Z)(hr,2),Wo=yr[0],Mr=yr[1];ze(Si,Vi,function(di,Li,tr,Gi){var er=Gi;return fn(di,Li,tr)?!1:!er||!er._virtualHandled?(er&&(er._virtualHandled=!0),Wo({preventDefault:function(){},deltaX:di?Li:0,deltaY:di?0:Li}),!0):!1}),pe(Kt,Vi,function(di){wn(function(Li){return Li+di})}),(0,kt.Z)(function(){function di(tr){var Gi=Ti&&tr.detail<0,er=Oi&&tr.detail>0;Si&&!Gi&&!er&&tr.preventDefault()}var Li=Vi.current;return Li.addEventListener("wheel",Wo,{passive:!1}),Li.addEventListener("DOMMouseScroll",Mr,{passive:!0}),Li.addEventListener("MozMousePixelScroll",di,{passive:!1}),function(){Li.removeEventListener("wheel",Wo),Li.removeEventListener("DOMMouseScroll",Mr),Li.removeEventListener("MozMousePixelScroll",di)}},[Si,Ti,Oi]),(0,kt.Z)(function(){if(We){var di=vr(Rn);qn(di),si({x:di})}},[an.width,We]);var li=function(){var Li,tr;(Li=sr.current)===null||Li===void 0||Li.delayHidden(),(tr=sn.current)===null||tr===void 0||tr.delayHidden()},ye=re(Vi,fi,Wi,Ot,oi,function(){return zi(!0)},wn,li);xt.useImperativeHandle(Et,function(){return{nativeElement:Xi.current,getScrollInfo:ur,scrollTo:function(Li){function tr(Gi){return Gi&&(0,wt.Z)(Gi)==="object"&&("left"in Gi||"top"in Gi)}tr(Li)?(Li.left!==void 0&&qn(vr(Li.left)),ye(Li.top)):ye(Li)}}}),(0,kt.Z)(function(){if($e){var di=fi.slice(Tn,Kn+1);$e(di,fi)}},[Tn,Kn,fi]);var to=Ft(fi,oi,Wi,Ot),fr=yn==null?void 0:yn({start:Tn,end:Kn,virtual:Kt,offsetX:Rn,offsetY:ui,rtl:Gn,getSize:to}),ar=lt(fi,Tn,Kn,We,Rn,Ki,Gt,nn),Ar=null;_t&&(Ar=(0,Qt.Z)((0,Vt.Z)({},Tt?"height":"maxHeight",_t),ke),Si&&(Ar.overflowY="hidden",We&&(Ar.overflowX="hidden"),Qe&&(Ar.pointerEvents="none")));var Ur={};return Gn&&(Ur.dir="rtl"),xt.createElement("div",(0,ee.Z)({ref:Xi,style:(0,Qt.Z)((0,Qt.Z)({},$t),{},{position:"relative"}),className:Wn},Ur,Mn),xt.createElement(Rt.Z,{onResize:Ri},xt.createElement(Je,{className:"".concat(Yt,"-holder"),style:Ar,ref:Vi,onScroll:Ai,onMouseEnter:li},xt.createElement(et,{prefixCls:Yt,height:Vn,offsetX:Rn,offsetY:ui,scrollWidth:We,onInnerResize:zi,ref:Qi,innerProps:En,rtl:Gn,extra:fr},ar))),Kt&&Vn>_t&&xt.createElement(ge,{ref:sr,prefixCls:Yt,scrollOffset:Ve,scrollRange:Vn,rtl:Gn,onScroll:pi,onStartMove:On,onStopMove:Le,spinSize:ti,containerSize:an.height,style:xn==null?void 0:xn.verticalScrollBar,thumbStyle:xn==null?void 0:xn.verticalScrollBarThumb,showScrollBar:ii}),Kt&&We>an.width&&xt.createElement(ge,{ref:sn,prefixCls:Yt,scrollOffset:Rn,scrollRange:We,rtl:Gn,onScroll:pi,onStartMove:On,onStopMove:Le,spinSize:zn,containerSize:an.width,horizontal:!0,style:xn==null?void 0:xn.horizontalScrollBar,thumbStyle:xn==null?void 0:xn.horizontalScrollBarThumb,showScrollBar:ii}))}var Ae=xt.forwardRef(He);Ae.displayName="List";var Ie=Ae,Ge=Ie},25510:function(bn){"use strict";bn.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAiwAAAIsCAYAAADRd/LpAAAgAElEQVR4Xuyda5BtVXXvV3efc+CAYBQRjaJBeWjiVVKVB0mMUV6GKv0cvVVG/XTrViUlSd0bqUoQg4KapKJW8j3mWinNx1SRSgkciKARYiqi1ycvFZSggHgFDofz6L71m3v/9xk9eq695ty91t67u8eimu6z91zzMcaYY/znGGPOudLEExQICgQFggJBgaBAUGDJKbBC/26+98jGkvczuhcUCAoEBYICQYGgwB6lwJUXnroSgGWPMj+GHRQICgQFggJBgZ1CgS2A5YoLTtkpfY9+BgWCAkGBoEBQICiwyylwy33PpREGYNnljI7hBQWCAkGBoEBQYCdTIADLTuZe9D0oEBQICgQFggJ7hAIBWPYIo2OYQYGgQFAgKBAU2MkUCMCyk7kXfQ8KBAWCAkGBoMAeoUAAlj3C6BhmUCAoEBQICgQFdjIFArDsZO5F34MCQYGgQFAgKLBHKBCAZY8wOoYZFAgKBAWCAkGBnUyBACw7mXvR96BAUCAoEBQICuwRCgRg2SOMjmEGBYICQYGgQFBgJ1MgAMtO5l70PSgQFAgKBAWCAnuEAgFY9gijY5hBgaBAUCAoEBTYyRQIwLKTuRd9DwoEBYICQYGgwB6hQACWPcLoGGZQICgQFAgKBAV2MgUCsOxk7kXfgwJBgaBAUCAosEcoEIBljzA6hhkUCAoEBYICQYGdTIEALDuZe9H3oEBQICgQFAgK7BEKBGDZI4yOYQYFggJBgaBAUGAnUyAAy07mXvQ9KBAUCAoEBYICe4QCAVj2CKNjmEGBoEBQICgQFNjJFAjAspO5F30PCgQFggJBgaDAHqFAAJY9wugYZlAgKBAUCAoEBXYyBQKw7GTuRd+DAkGBoEBQICiwRygQgGWPMDqGGRQICgQFggJBgZ1MgQAsO5l70fegQFAgKBAUCArsEQoEYNkjjI5hBgWCAkGBoEBQYCdTIADLTuZe9D0oEBQICgQFggJ7hAIBWPYIo2OYQYGgQFAgKBAU2MkUCMCyk7kXfQ8KBAWCAkGBoMAeoUAAlj3C6BhmUCAoEBQICgQFdjIFlhKwnDhxollbW5vQdWNjo1lZWWn4zc/q6upOpvlS9R168kBfnuPHjyfai97r6+ubeLFUnd9mZ5AzZEljn6ecQVfJsdplOPSJR/LPv+mffix/KGff3SY5Bn19J8iZ7eOxY8ea/fv3b6GJH8egRIvKszaAOdDGG83lIN3upMDSARYpYBQ6j5S6/m2N6+5kyfxHZYGggMpup3MbOJmXnFnDJyXbBmIkEbbPfGbLz19q6lvcaXImHmmRBIjZt2/fBMzXUyDe8BSYFWBIlgTkBTDFs6D09igwK1+212r320sHWOiyVwyeeDtNUXezYbElrCHxq31W+tBbimGxPe23deSM8QGKc56KoeQsV6/aZ/XIg2FUOb6Tp8v2c6j+9Uvlk7XtBDmjj3i1RH/JvTeEy6rQh+LdMtRrvY92bti+BV+WgVPD9WHpAAuKAaXtVzI2JGQ9L8ORZu/UvBMMSd/ckJxZwCKvkugxlJx576H1tgiw0C+t7AOw9M39fH3iO/zJARYLFsMwzocnakVzgH9rEaWFBp+JN8GX+fJl3q0tHWARWLGueaFpvuPntNNOSwIaz/YpsFdzgyRnFpzIk8RKbkg5g+bPPPNMc+qppyYGCpgIINlV/jQOt60yty8V/dewE+Ts6NGjaeAHDhzIEgCeHTx4cOKR659Ke6/GUoDx3HPPJb7kyjNfDh8+3Jx++ulhF3oSoVK+9NRccTVLB1jo+ZEjR5JwtiXX+qTc4tFGwS0UsKt7vrRhBv62xnRZhXhWtqIEWa2xms49Q8nZtHqt0bSrSmjPfPBhoFwoa1Z6DPneTpIzyb1oC92V6OnHMSTNou7NFNAiVosMeVr4nCTcnTIXgq+zU2ApAYtV1FLSdqfE7MONN6dRQBPe71TZrVST4hMos7k68wBnVgEj53bXUq59AZ2dbjSXXc7aDJ/4w3yYh3zs1nk367imyb3f8TdrG/HeclNg6QCLlIWUOYpBq8rPf/7zDT8CMctN2p3XOymEd7/73c0rX/nK1mTUnTeyrT2WnAm0zFPOJL/ve9/7mjPPPHNTrorf6myVNPPgL/7iLxo8QzKaOzE0uqxyJp2Dl+tjH/vYlt1AOx0oLtu8ff7zn99cffXVRd3SYuL73/9+8/d///ebeGPnQADJInJ2Fnrzm9/c/M7v/E5nuXkXWDrAknOX67M///M/bz74wQ8mF76SE+dNsN3YnrxXUtj/+q//OhHWocIii6bjouQMWuPKRn6/973vNa94xSsmO4AsTdQ/ncMiIPNzP/dzzf/7f/8vFd1pwH3Z5Uw6hVwV6KykTmsQc8csLFqWd2r7LIqYAyWPdo7ecccdDcY0J/s7bT6UjHtRZbCz11133aKab2136QCLemrDEigMlMmNN97YfOQjH5msMJeOmrugQ0z6Q4cOJcCyF1YrylfQrhzk7oYbbhhczk455ZTm61//enPeeedNDq/zh8J5cWIenHXWWc2TTz654yVtWeUMGj/++OPNy172sqRzBFZikdS/yNUAFloHtABYrrrqqglvkCPlGPXfw71bYwCWCt63xZDlYamoKopWUgCQctttt+0JwLJoOWN1idK2z7SwA9+98IUvbH76059WcnX5ii+znOHBwsOinU2inv/38lF1Z/WoFrAwOlIC8LAEb4bldQCWCvou2pBUdHXXFV1mQ9I3sRctZwFYlhMYB2Dpe6bl6wvAMh86z9JKAJYKqi3akFR0ddcVDcDSNPPy5AVgCcCy6xRIxYACsFQQa85FA7BUEDwASwWxei4agCUAS88ila1umeUsPCzzkIAmhUNLk27VowgJzYc3AVgq6ByApYJYPRddZkPS81BbD5oKD0vflN5a3zLLWQCW4flPCwFY5kPnWVoJwFJBtQAsFcTquegyG5KehxqApW+CVtS3zHIWgKWCkdsoGoBlG8Qb+NUALBUEDsBSQayeiy6zIel5qAFY+iZoRX3LLGcBWCoYuY2iAVi2QbyBXw3AUkHgACwVxOq56DIbkp6HGoClb4JW1LfMchaApYKR2ygagGUbxBv41QAsFQQOwFJBrJ6LLrMh6XmoAVj6JmhFfcssZwFYKhi5jaIBWLZBvIFfDcBSQeAALBXE6rnoMhuSnocagKVvglbUt8xyFoClgpHbKBqAZRvEG/jVACwVBO4TsHziE59oLr744orWd1fRT33qUw0/pSdDdhmSNt684x3vaB599NFi4j3vec9rPvvZzzb8Ln2on3Z4NB7/29cF7z/+8Y9nrxnoU85Kx2DLXXLJJQ1H9Jc8uibhmmuuSe8MeW2CpXNJ32YtA2+4AG/ZnoMHDzbQOfe0ycy8xqD5PGR7yNZnPvOZ5pxzztkiZ23jf/rpp9Pc5HfpMw/Awli4zPU973lPabd2Xbl77rmn+JJJDT4AS4UY9GlI7EV+FV3YNUW1RXdowPILv/ALDTeplj4YKsrXGCzK007NWLgTiasGcga+TzkrHfd2yjGGn/zkJ+nY+CEf0XnINpa5bmQyd/3BosEKNMOQMKeHfJCzBx98MM21UtCGVwoAoos5S/o3L8DygQ98IF3kNyTILxnv0GXarvXQ2TU17QdgqaBWn4YkAMvohusaIz/tLqE23gRgqRDwGYsGYJmRcJWvBWAJwFIpMktRPADLgtgQgKU/woeHJTwstdIUHpbwsISHpXbWLL58AJYF8SAAS3+ED8ASgKVWmgKwBGAJwFI7axZfPgDLgngQgKU/wgdgCcBSK00BWAKwBGCpnTWLLx+AZUE8CMDSH+EDsARgqZWmACwBWAKw1M6axZcPwLIgHgRg6Y/wAVgCsNRKUwCWACwBWGpnzeLLB2BZEA8CsPRH+AAsAVhqpSkASwCWACy1s2bx5QOwLIgHAVj6I3wAlgAstdIUgCUASwCW2lmz+PIBWBbEg0UDFt/+MhwYNSsrhgAs9MUewgR9XvWqVzXf+973iru5LAfHqcMaD2OBZtdff306un+ZnpJzWPqQ3VkBiz3rx9JzmWhY0hcO5uOAPi/jXu5L6uq7TO3Bcaurq836+npVN+LguGZCM+i3U54ALAvi1KIAy4kTJ5q1tbXm6NGj6Tc/PMeOHWv27du3I09K7BuwQI/jx48n2shA8e/Xve51zQMPPNBAw5JnFsDCqu+CCy7YpIBRKFZe9Ld+v/nNb25uvvnm1F8UN322hoj+Uhb+8pt/33DDDc2NN96Y5GCRj/oqRcRYf/zjHzcvfOELU7cYj1eoyOr+/fvT97zHvw8cOJDGRdmS0z5rAAt0pW7qpV3RTPKBbPgnB2b8wYaLojv9OPvss5sf/OAHm+Y840BGpj1tBqPPsdQCllNPPTXxRKBFAEa6jc89MN8rgEVjhxbQgB/NJ8kxc2cZHsujtjkcgGVBnFoUYGG4R44c2XS/ixcOgZoFkaa62b4ACzxhgkvRqSOiByfdPvzww2nC54yU73gtYKF9ARYZNymYaStIjubntGP/5Iy9PhPNMMAY/GV6ODLeX2eQAyNWeUmmS8AKY60BLJSXUkfJ54CHBTV8L37Z95aBxpJt7reCzjm6CpDbecBn/Gg8Fhz0Pa5SwAKd6SNzETmmTwKW1jDn5s5eASwC/XZe8DdyLNAPzbqAat887tJV9C8HpAKwDM2JlvoXCVho+7d/+7fTCss+Wp2WehCGIB2X5XFhYM3TF2CxbaIERQ95LR555JFi7wp1PfXUU8073/nO9Lv0eelLX7pl/FoZec+J6vzKV76y5eIvKSh5Z7zS5j4UfmpCQvAF/gz9vO1tb8vSTCtDP5Yzzzyz+epXv1rkWVHfawEL9GTsXJhnH4Fc9c2DGfh/1113JcMqcCB+9knHr33taw10KH3o58tf/vKJ545/e8MlcKt+//CHP0x6w3r4SturKcclfu9973trXkmXEkJn+4SHZeSBzC3CoFOOZlVEH6gwcvmFL3whyaPloXQZzfqFSdwlNBAzVO2iAIuU0HnnnZdWmVoNWmGoMWJ9k6nNWzCtnb4Bi8CKjJBF9d6tOq1fs1yWRp7M/fffP+GLNQ6avNbgwb877rijISzk+2v7JkPqQxU1vB7izipvvBkD+RUW5FnAJmVlvUcY6ieffDIbDmvjTw1gUYgB2bz99tsnbvVcv2x79PGyyy5rUKY8ds7X0L1kjuW8Urn3rGfEr1b5TsbNyovKQbNXv/rV1fkiJf23ZWoupZMcXHrppYnO0mceOHp67xUPi8Ztea0FmGg2Sw5QLU9Ly8MXPNmE3i0w8SA5AEspRXsqtwjAQptCrSiehx56KE1wxa4V7+xbmdaQbBkAy3PPPbcpZGZBpoyUDxvlxlgLWOAFfPnOd76TwIdyT6R8bU6NXN+UE2CxffKgxgJTO56aZMWhAIvGQr8YA4Dl6aefnqyiZEilpBQG0HgBLE888cTEg1GSRFgDWHCX04c3velNzaFDh9Lf+gw6W++KlQPGdfnllydDOvScKgUs8p625fog+7jivUGg/9Ds/PPPr/Iy1sx9lS0FLFafQWfmgfSZ8rm8wVYbew2waI7Jkwb/RbPSEPcsvKx9h/6xmNaizb/vQba+Dw9LLaUryy8CsKiLzz77bPOa17wmARb7HDx4MP2T70uUfuWQi4oDWLhJuebpy8MiwyhjRB+sR4U8CeK+/JQYIAALHpOS6+hlIM4999wEWGjDGw2fN6C+MVnf+ta3JuDp+3XaaaelHJW2PJVTTjmlwUiVPHgX4E+fjx2jDBBhMXaweO8LhhS6PPPMM5u6QL7Lf/3XfzUkX3qatfW1BrBQB3Ri7J/73Oc2VYkhYL6QE+LlhX+/5S1vmaz8FRby4+qDnniYfN5Prl4BV/rMfNdq24YQLahR8jl1oS8wJjwCiwoX9TEG1fGBD3yg4afkod/Iw1VXXdXceeedrfrM17WXAMvhw4cb9ICfG7/7u7+bZBO9tih9D1/k1ZPcvfKVr2y++93vTsJZkjfrNQsPS8ns6LHMIgCLDAIGWQmkQtx2aN6d2uOwO6taBg+LEr5yaN4CmK7B1HpYqI/Jmts6bXdxWVACr7S6sGE99c2HIeT+5TdGpybhdigPi5c9GxKyY/VgzCeQ+lDeNP7UABbmC8oUDws0kJfSyod1WcvrgiKWh0WhixqPVpd82e9LPSy5ZFk7DiVjyiCo3/KwKCTUlk9U0+e2sqUeFt4XLwiJAlgk0zbMIaDo5WwvnMMi+giYQgMlKUMzdMcyhITUBxsSErimz7nwvOVneFj6mHlT6lgEYKE7ahfAopCQjLAyxRHo0pVq32RSnkBNvX15WEQf/barDmtoSmkDYGFFWuJhUVsAFjwstKHPtI1XfbCJaJSzOSzeIMpbZA2PN7SltB7Sw2KBoAUsdjyMG5pAD8YtPpxxxhlpx0vbnMqNrwawCMALTFuvBG3KAEhubJKjjIKU7lCApdTDYoGsNQT8bY0a//ZhRNHMyuYQ48G7ct1115WKZSqHJ0shIcmS9QL5yvaKh4VxS3/Y8BjzSN6/KkIPVNiCple84hWTRVvOqyzZDMAyEDNy1S4KsKgvNuk2AMtJDokvMvD6ZjcBFm+0SsV+WQGLkm5Lx0G5GsCiem3SrQDTNMDCd0pstF6Xmn6Wlu0LsPidGN7DQojTAp1lASyis5XtACwjanjAIhp5mpXK2hDlLGBh0Yb3Kzwsp66sQOyb7z2Sjve84oJThqB9UZ2LBCy0zeFkxAmHUDhFBGgptAwhIX8OjQUxdmXfNc7thoSsJ8QeZEe7to/WHaoDoqbx1R4gVxP+GyIkpLHYVTseFnmlcu58S3fe45C5xx57rMorWAtYaIeQ0C233DI5v8Lz34cQMRTkCbDyLzm3p0uepn1fGhKyAFzgxHoM285gQp7QF6997Ws3hRFr5Kd0fDUhIeqE7ldcccUkXOfbyfVxr3hY2uwMsgnNkE0fai3lU1/lLH+QSUDxt771rezZMH6OqQ8REuqLGy31LBKw0CWFhDTh+S3FtUgBXgbA0hfrtwtYbD+svNh8iFxISKCqbzA6BGDxoSq/rdmPNSeveFgw2DVPLWChbiWEa1cFv30uh6U93/k8AYGEvudYLWCpoZVoTm4VCx17TtOiAYvmheis/ligm6M53993332TJGLRwxtEu1CAxujNn/3sZ6l4CQ/bctKm0V/G19O2jdZ8rjBaLlzdZmtsuLJWHoYsD43lYelaFARgGZITpu4ALHlCB2DJJ93m5EVJpiQbony6vBHbFe0hAIs1FMr90LZmvvPGcRGARaEFZBMPi00QbMtn0lEBMgpD82YIwOLDojmQN0TCZq2HhX7iLdD2cZsPhby0JTwDwAAUevx4JX/iP2E3ko4BLLRRsiAIwFKvdQKwjHZtXnlhhIQm0hMeltvSirk0gbZ+2jUprIHCKkm6Vf1tCq7Lw0ICnR6t8vs+sXgIwJJL9PRJtxYgLAKwiJ4CLAq7SXa8F8gmq/rERq32S4xdjcwNAViszPF37uC4ZfCwQCebj+E9xZIf6xHhMw4nQw9a0Gzf1dj0GVvtOYdG3rzwsNRIaHnZACwBWLZISwCWnQtYfJ4BK0sMoxI7ZWD7zpsYArDYA61kGGwOC4Ir74Q3RPr30CGhHGCxE0r8sIf56XsBFsub0tV5uYpvkhEtOYelpk5blj7nQkKz1jftvRoPiw8JSV7kHYF35Gz57fttISEBYvHL9jMAyxDc3lpnAJYALAFYDAVQYhxOt1M9LBqKVulf/OIXm7e//e2beDyE54i7hH7913+9N63V1kebJ5DbneXzDGYBLFxi+frXv75oLAJMv/Vbv9XcdNNNm1bk/MN6VCxv+By+cC+KfYbgDXcJsb27z8cDRO4e4y4h61UZwsNy9dVXN+973/uKhiLAwp1Nd99996bTkXMJmtYrBl+4t0aP9ahY74newVOKzHBQHXJZ4iWLkFARGzcVCsASgCUAyy4ELBoSK3uOsvcr4npVMf0NLkvDKPT1eJe6NQze2PjwhIACv2cBLBgbJU92jUchH4ALp+ly2q5OeM2BFVsffPGhuZJQQlef/PcY0ppLNkvrt56Gl73sZVtOky2tp6bcJz7xieaTn/xk0SsCGVxKyeWUVm5y4R0LTt74xjc2XOjIY3kiWfOhSOQgx89pHQ3AUsTGACyGArfcF4AlAMsuBCzWaNrTV1GsKN2+r4wfYleBvZOHPsubkTtDo8+QUK0a1Wra5gdh0LxRtCDSJtra7ea8Yw8lrO1LrrwPo/VRp62D/rLyZWdN3333fSUkxGGQJY9AhQ1XCiCK5vZgP9UJP9nxxG4U/4jHlueUoS3qtocxdvUxAEsXhbZ+Hx6WACwBWAKw1GsO90YAlpNHhFuwqBW6DfXYvBa+D8BSLn4BWD6fdv35cFtb+I3PY1vziGY1T02uVE292y0bHpYMBSPpdufmsGhnjc+FyG3L3O7kse8PAVhUv1/V5j5flIdFHisBD09ThRNs2GrevBnCw+K3LOe8BUPIXA1gEU9uvvnmiZHnM4Xq5BnJ9RMdyM4nPX68+re8fbMkS4eHpV4DhYclPCzhYdllHpZphsKfQ1GvMvJvDAFYrJHIJT367+XNkFHi9yw5LNuhid+lZXnRRfs2sLmd/vDuEIDFruiXNSSkPvodbJZHubmSCwlZkNmWM1WbfxSApV6yA7AEYAnAskMAC5P13nvvbT3+XQbb7nZQ7odWgDZHoi100WVYc2qmFrC07Sbxp8OWqrRFeVhkvPidy4ewIMoCKXtKqnij1Trl+roCYhbA0rYjpu0gOMrbO15KeTZLuVoPC23kttzndgmpP3zHEfC5m9HbclisHJSOKwBLKaVOlgvAEoAlAMsOASw5o4ACtcZNYMMnfLYBBA3dlp+mzNtUzHYuS2trr2bFuijAYulhD7pTf2zCsx2nDxHlVu0W4Aj42HKl6p77lGoOKLSG28tH23d7AbD4UJ6VT/9dCW+gGXcw1TxxNH8czY+8xEm3ZtZEDsty5bBIGepqdb8rhYOv2J0gUCI3d5sR96t+uz01d7ZJiUKtBSw5gGRvA/Z97OrDIgGLByIWVGjniICkaJ1LmvRgwPKF7/zOlC6a6PtawGI9dKpjGm/2iofFghKbBwON5BmsAdkBWEolODwsokAk3WZkJgDLcgEWhQo4yAo3tQ3leFe0FKk1MHymEISAAN8fPXo07VDxx8lLJGqSJmtCQrnQggw455jw+NNHu1TbIgGLTg3WllZPe8sjgRD7md0Oq5ADvDlw4MCms0MsoPFgZhp9SnNYcuE4S1f6A1+8Ud4rgAUaa77AHw86BVwETrtkNkJCXRTa+n2EhCIktEUqArAsF2CRIuRsiG9/+9tb+MWBVQcPHkzKVCvxrvMwdAGfVa4KaWBA+f60004runWWNi+77LJ0wVzJQzunn356c+TIkVTcrlbVB8ZSc33AogDLc889l4BFLiTAWJ599tk0VgHFLqChU1IFfvx70IzvLJjpovlZZ51VFBISQEWW6Le/yZjv287A2QshIXvGiuaXlTvodvjw4YlMd/FFNOsqZ7+PkFCEhJCHCAmZWRGAZbkAi4wEIaH7779/071AOgjLAhQfbrEXvGkFLy+GVowyjFo1CsjYRNBpirXGw2LPHRFg0apdHhbASo17fVGAxQI+9dcaektvjdWDSm2NtjzEkwEo0SOPjMJC/LuUN6UeFr9F13sQ6I/44vM39gJggR7QSN5Jy08f6rOh1bZ5Ex6WGqg2KhselvCwbJGaACzLBVhkyM4999yUpCfjJc+EX9174+2NnhQtxkcG1eco2NBSiVqpASwCULbfVuHTXu1t0osCLAJ69rcFfd7TVcMb3vW5EdPqbuNTKWCxISHfT/UFvuzlkJDoIE9YToYjJFSiMWYrE4AlAEsAFkMBFNCyXn4IYLnzzjs38UvK0a/kZUC53+bss89uXY3b1b3CMdyjU7urhEvpvvKVr1RpoUceeSQBE4EjHVdf41lRg4sGLISGfvSjH23hjc0D8h6LF7/4xc0pp5zSyhsAJQbSAlPRrIbQb3vb26ruEoL+XGZowdG0EN1eymER3QkPKZdMn3GfUi402MYrctL85ZddfI2QUISEkJEICZmZEh6W5fKwwBoMF+ESDKM3fHxvcwtsUiu3TnMOhbwWvMv3/pwPfU893NXCeRco5dI8ktxZFznlizFUkqnkTP2x5e1dO11KXB4j7+Xg30MfHKcdWnfccUc6TTWXUGw9SgIf9M3fcWNDZT7cI35BM26Tps5S3vz0pz9tnv/853eSUV4tcqLwytAHe5KvlzMLFvdCSMiHMi09nve856WTcclXsp6xTqJXFgjAEoAlAIubNAFYlguw2GRaQAs7FGSkARVtO2owjhjRQ4cOta78ZJCkjDFaN9xwQ/ORj3wkgaPSpxSwqD7qft3rXpdCXOqDVq07zcMC/QEsV1111STHQ56RttAW38MXAGXbqtwfLse/oRmX8pWCFehdClgE+B577LGG1b/NI5oGXveqh8WGVNk6/o1vfKPBazbkE4AlAEsAlgAsEwosY0jIhju85yG3orcr32mARcDA7lwBPHzoQx9KPzV5JLWAhbrZ9aTTRO12X+spKVX+iwwJMRYMyRVXXJHyO2yOUVs+Qxdg0Xs2B0ZHxkOzkqRO0a4GsPDOT37ykxRGtH33O4YsX/YaYFH41R4UiEeKhHiAy5BPAJYALAFYArAsNWCZVQGiWFnBk5OTW8XLsPr6FRKqabcWsFC3LpizIa62pNSuviwSsNC3WQzJtFypNt74S/m66FLrYaE8+UsYYB96zIUi5enbCyEhuxAQ2JfcEXokJFQSeivhWVuZWeQsbmuO25q3I3Od7y6DIXnooYdSP/3EnMVd3zngwgI2H6PwlUk+Ro3yXdak29IxW8UagOXMFBIZ+pnFkARgqefKou8SEkALwBFOpeUAACAASURBVFLPuz7eiF1CsUtoixxFDsty5bDMOtHDwzJ80q14E4DllSm3pmaXzCxyHYBl5C2oWYCFhyU8LLPMteJ3wsOSJ1V4WIpFKBUMwBKAJUJC/d7WHB6WOh3Ud+nwsISHJTwshgLLmHQ766QPwBKAJQBLAJbwsISHZVYbUvReeFjCw1IkKB2FArAEYAnAEoAlAEsAlj7sSWsdAVgCsPQhYAFYArAEYAnAEoAlAEsf9iQASyUVI4eljmABWAKwBGAJwBKAJQBLneWoLB0elvCwVIpMtngAlgAsAVgCsARgCcDShz1ZWg/LO97xjubRRx8ddIyzVH7xxRc3n/jEJ6pe1SFoNdsAZzmH5a677qo6yp77WqAzv0sfLsq75JJLSounctDs4x//eNXBcZ/61Kcafmoe+EJbNU8cHNe+fb5t0TLL3Lzpppsa7ropfZBJLkzkKZ03L3nJS5rPfOYzVduaOaDunnvuKe1WKscBhbfffnvVOznZ9Oeo2Ar57p3vfGe6zDJ3M3XuLKqDBw8273vf+xp+lz6zzOdZts/PAli4zLSWN6XjnrUcsnjOOee0ylkbT0WzmnbZPn/dddfVvDKXsrfcF7uE5kLoRTXSN2Dp8wTSWppwmqiOsvcKdujzL2r7WlI+AMvw5/2U8GHoMm1zZqcaktx4AF/Mz5pbztvm8zR+9A1Yhub9POsPwDJPapu2Fh0SWtCwB2k2AMsgZO2l0gAsAVg4BK3mWYaVbwCWGo7Nr2wAlvnRelNLAVj6I3wAlv5o2XdNAVgCsARg+V7VtAoPSzu5ArBUiVJ/hQOw9EfLACz90bLvmgKwBGAJwBKApS+9EoClL0pW1hOApZJgU4oHYOmPln3XFIAlAEsAlgAsfemVACx9UbKyngAslQQLwFK1O6M/6m6vpgAsAVgCsARg2Z4WOfl2AJa+KFlZTwCWSoIFYAnAsrKSpMArrTPPPLP56U9/2p9AtdQ0S27BLNvnBx/IAA3ELqE8UWOXUL/CFoClX3oW1xaApZhUnQUjJNRJooUVCA9LeFjCwxIelr4UUACWvihZWU8AlkqChYclPCzhYelv0vRcU3hYwsPSs0hlqwvAMg8qZ9oIwNIf4cPD0h8t+64pPCzhYQkPS3hY+tIrAVj6omRlPQFYKgnWUvy5555rbrzxxuYjH/lIc/z48ZTfsLa2lkqfOHEi+xYnxk7LLVjkSbevetWrmvvuu69ZXV2d9H19fT39m988+s4eH547BZfylKE836se6oBW0Iejw4d8SgCL+p5TRvrMjlljUb9f8IIXNI899tiE70ONp68cFsakH2TV8xWZ5vN9+/b1PhTNCeo/evRoc+DAgUkbx44da/bv37+lzS4544VFeVgYD2Oh78iI5j7/hn65edFm9OzAc+NZ1pNuGTdH81977bWb9EbvwrMkFTJf4DuyCp/4+4477miuuuqqJNOlzzIcUJjraxzNX8rBHVYOo4tSkocFZeVBSu6zZQUs9EuABVZYQ+4VrwUfTFoUtDU+YqWMod7nt5Q7ig56DWEY1X4JYLFiB4DCYOuxQM1/JhBD0i2AZchx0HZfgMXyxvKVv1G4KGKBzSHGhLzQDrTOGWYLaqyc0W8PcjSWRQEW2kdekH3dieTnikANY+E7fS9at4Ea//kyARb6Jt0G7a3x9TzbYWq9tbu5cekzzU3mDvqt5AnAUkKlcZk+PSzvec97GgzDXnrsqg9h5UcGWIbMeyZEn3kBFgzCH/3RHxV7MaZ5Gvzqz46FnQjvete7Jp4Uu+LNARatSKCZ5LDkniLkjLZqni7AYi/ekxL+X//rfyWa+Uv57JyxxkneCmuMuvr4/Oc/v+Hyt5pnHoAF3vzN3/zNZNdTCV8YwzXXXFMsZ9Dr8OHDzV/91V+l4Xu6SmYsbegHNPvDP/zDrJwtErCwcPn0pz/dfP/739/kUZGMtHlUGAveOR4PdnaChwU9p7H9zu/8TmNDb238qJH3ZSqbm/sWLMN7LnPNLVDbxhGApYLDfQKWimZ3ZVEZKh/20CrVD3pegAUFz0Tid+lD+fPOO28TkGAcbZ4i5AhlxQ23WklaAy7Q5g2fvFKl/aIcbdBWzdMFWORBoX8CnGxRxmsiQ6L2xE9oYecPK9+f+7mfq+lWAl65SyanVdInYKH/4qtvUzSrGRA0q5GzNprZEJU19PwtmknO6J/ka5GAhX5grOGPfRQe8npA4AT+v/zlL0+vaNw+9GjrWyYPiwVZ6js8yHkka+RomctKR2ju5PS6Xch2jSUASxeFzPcBWCqI1VJ0Gppm4uImPnLkyJa3lxWwIBMPPPBAc9FFF02MmTXoGAo/IfkeZX3rrbduiddLxmwuC6tRxv+hD32ouf7661MYhc9KniEAS07pPP74480LX/jCLV1iHHLr81s5Ck8++WS6kr7UFUzFywBY4AO0l5GEv/z96le/unn44YfT36W8KQUsCvc8/fTTicaSL9GzrT3KAaTuv//+1ryQnDdoyNuakW+FNC+99NKUxyCaIhu5+SKhQncwljbP9DJ7WCQvAl52USL+em9tyfxe9jIaL+P33nT63gZk2sYVgKWC430CFpugWdGFHV+UiXrw4MGkmKT4rTsbGqOYvBKeJ2BhFVey8lW/MVQAFoyvByc2mdiCNbwet99++2TCaiXC72effTYZdp9MecMNNzQf/vCHE6ArlR8lKtcITpeHhT7SPykbfgNARDMb1vMhH3mSnnjiiQRYrIu8q48AlgcffLCr2Kbv+/awwBvk1xv617zmNalvyjUq6eRPfvKTIjmjLmhKzs9LXvKSLVWffvrpSWYkj1bOoNl3v/vdTYaB7304xVY6JGBRO8jwlVde2dx5552bxgNteRgPjzxzGhtjecUrXjEZj03SXWbAMk0erKeScqVzu0TGFl1G+h593rY48Tlw0/ocgKWCo30Clopmd1VR67619NTf8h54wz9PwLLdkJBWDgAO7YKSIpK3AQ/LoUOHkuEAvFmlZY2hVuwobjwshIVkwEoEYygPizUk9BEPi3ILbKKdPCw+ERXvgsqXjIMyi/SwCJyJNwJa8haQeI3c1PCm1sPys5/9LHlYbDhBRl0G3YYY6CvgEw+g5EzlJaPz9rDQruRdHhatvG3frIdRIJdyjEUeFhvmahvPsoSEbI6eAKX1qOzWsJAWLNLnXj5tEnKJHgjAUkKlcZkALBXEaimam5h2tYdhyyHxZQQsmoQPPfTQphwWDd2DLxsqsoBFIEZGxYI6C1gIBzFha5TbUIBFBlsKqAuwaFUv2giwiPclkrUMgEXj9oAFI4ocMJ5cAmxufLWAhZAQeT8esFjQMQ2wqF9WvhYFWBgDc4CQkAUsubG0ARYLjAOwlMyg+Zfx8pUDLKUhVHofgKWCh30ClpyiqOjKji5qx+6VqIz3Ij0stSEhVtaEBORNgDnk4uhsDq26BTQYm5Ju9Z0NnbB1E4UuLwZl+B7vijwspQJA2KnvpFvatoCFf1vjq5Wv8jvoO7TA9ascBcoT3hBgKTHyCm+Ujp1yfYaEqE9bhK18MgaSruVhKe2fDaOVvKOkW++lRNYUjpSnTh4KC/KWBbBorAIskgFoqjAo49FYBFj4zdzUrredBFg8fy1QtzwrkYOdVEY8hVfSB+LnLOMIwFJBtT4BS0Wzu66odYX6FXab92AZPSxiDIZKbmoBDyVEynBoBchvgAgg4nOf+9yWc0jaZIxVCB4Wclg8mJsmIEN5WGybGJlHHnmkOeuss7acQ2NDQnZsO3WXUG6hgXG98MILE2Cp4U2ph0W0pvzZZ589NanXzifkDCD1rW99K3veTZuszSOHhbYvv/zytIutDax63YCcMRbCbzk+7IQcFhtK5W/0nTzKVi/uOqXvBqQQsTYUlM6bACyFkmHRPMRV7JrPMSS1K9/CZvdsMR9ygM4yvrmkzjblW7vddNZtzbTjFWxbuIPPASwkxJYqXgRh6G3NoqG8Bfzb70jynhUBMBJCfU6K5wnKSaGhnRYS0kTsS868V2raRJcyJ4cFGsutrnChPF4CxSrP98ilP4WZcnYOUV7J4dO8UtP6WGNIRMO3vOUtyQPWJmfqp10E4GE599xzU1fs4sZ6KK2c4cVCngHIpU9N6FFjYRyMR2Ox3taaEG5pH/dquRo5myeNlu6kW6+o7EmMABZ+7Cp6nsTajW3Z1YYmvACLPbuEsQsY5Ix/AJbyc1gUjmOLLoZBhsyeRGyNh+QO/rDrx56rIqNpeWKTJDEk8siUuohrDIn61ndIaBGARR4IAAs0E9iAtn5LLJ+pPH/bpFsLuqzOEACS/oJmJMTW6LMaQyI5u+yyy9IipE3O1L4HLPYcFrsyl6x5OcMjI8BSspKvkTONBZoxHv6dyzEqaXc36vG+x1QjZ323Pa2+pQMsvrN2hcLuDX54/DHz8yTabm1LmeQotze96U3Zo+n7MiR72cOi3RsXXHBBAixSvl6mcytGH97w+QWaG1rJA1he9KIXTZJUSxR6jSHZTYBF9AewEBKyuUFdvMnRrM1DKY8GxpctxzW6rMaQSM6uuOKKSUho2vlMyvHgPX9wXE7nWdlDzs4///wEWJCx0lyp0gMKNRZoxnjsQrZEpnerzh5qXDVyNlQfcvUuJWDx2+ikhAVYSibDPIm4k9vSJVlyraK0fAKp3Q4cgCXP7docFuhtAYv1osig+ZYwNrmQkFbIdgWvdzmDBONbM2f2KmARzTC+AiyWB20hh2khISUP2xwrgUl5pWpCGbWGhHYtYMnJme5nUh/RAZzDYq+asN5WAWxLG+QMwALtSp9aOaNdC1hKeFPalyi3mQK1cjYv+i0dYBFqz7m6lVugkxrnRaTd3E5udSLAkjOAAVi2B1ign/KyfBjN5uLY8yTsyhcPyxlnnJE6oTwX/vYJ1uqlkm6ZMzbeP02maw0Jde2GkJA8HdrWbGkk3ogvApUKS3DImrxl07YzCzhSRjRTHSV65rrrrmv46XqsnPmj+b2c5cCsDo6TnGm8Cht5PaBzWJ555pnJ5ZRdfazZjaZ8GbZn23uBfEg7vC1dVC/7vlTOymrrr9TSARZNDE16IXsElpNOtUMgl0fRH1n2Vk2elhdffHHryaABWLYHWHhbuST//u//PrkeQTkR0+Sa7z760Y9ObmwWL3x+geUROyO+9KUvFRsR+rdXAYvoiK75t3/7t007kWw+i6Wv3gFIfvKTn8xeSimJEfCUjgOwvvvd757kypRoHd4pvcxVcva1r31t04WRygcR0M3N6UsuuSR7YaTq1Jku2o2DJ+nLX/7y5ADHEv186qmnNrRT8qhdgNFXv/rVTfdlqf9tyfcl9UeZzRSokbN50m5HARYmiSaKXenMk2C7ta3SXTQBWPoDLH6Hlg2FWg+jNRIk3OIB4Mmdt6AcBX9VgQ1JdMnwXgcs8izKsCvp1p7XI2OvMhxmh5K3OSJtO73EO3sxZ6k+KwEC4q+VmxzQEHjWWLxc5LzcbYBFXkOFj0v7WVpO7dJHhdDseUueN10yHt9Pp0ApX+ZNx6UDLN4geiWeC1PMm2i7qT3dycLk94pZSsiONwDL9gAL9GMFr7wBKQbr2m4zIBhHcivIF/CP3eFh3xfApz34WZLLslcBi04CVfhMNLUAoA3YEw4iJ8kn0HLYHN4HzS+BFX4LsLTNqe3omRo5QwdoG7zVARqLwK8HMD7XMJcAvp0x2Hfpo+4zskCyizd9tR/1LAcFlhKwTEP8EtbSFclykHln9CKncLSyaYtda2Sxrbl8W7NoZsGDXTXa772c42GxZ134hE392xqZEpBiJXSvAhZLA9HMAkGfv2L/bQ81VD2Wp34eUS+A5ZZbbhn8Er4uObNGP7cgtH1X2Rxws96VIVfoNg/Ienx2hpaNXm6HAksHWBiMN5y5XUPbGXS8e5ICudWKV9xWMYeHJS89tbuEfC1+9Zqjc87D0uaZ8SGlGpkPwHKSWqKjFlFtYZKch8WDHXkvlGsxpIeljd85OevyWlt97AGC98LUyNl2y+Z4MyRQ2m5/4/3tU2ApAYtX1kO6GrdPwuk15BScXdEseoJN6x/9nBaisyOfl4eFw6lsPNsbEvtvrWJ10m3OpW1d9RrP0Cfd5uhqlW/bKhbjcM4556SQUM7waOyqn9/Tzt1ok9wALGWARXOD33hYOAjQJrTm+Ci+8XtZAIuVA+kjD1KsnrI6wXtvhtan1O93kvo5v90+LJu92Y49tN6o7dJlGd5fSsCyDITpqw9KdszFgZdtYpSMmTg/sWRvMOcBWLSK7bp11Bppe/mhPU+GsVKPErmtUpgHYGkzCNNWrPT3pS99aTrttsSDgpHRrdw1OygCsJTMhFHSs+a1DQnZhGform3L4rmMiJXNshaHK+XDOfbYfQuALSi2Cy/lZXUtgGYdgQWHasvX1eb9bWuzrbzNl6mtc9bxTXtPyfWivXSwpX+OL9Jx/JbOXvQCebv0CcCyXQpOed+vROz5DENN7KGGI68GypcbgUkmlIsbBcwtyihtfdbVD066Lb2tWXXJKHg62lt0VVY7NDixVxe/2dCW3S5P/6mDzxgnBxTecMMNxWOhTbw4Nbc1W/5PW9X6kB05LJzEyuN3SfBvJVHblXwXL/z3uw2w1N7WXEIvyzP+1i4hn1Mk8IzB0NxRgqsu5oRX9o6hae3Pw+BYcEBfBLRom7+ZJ21J4yW066OM9JHCbsi9DsEsrZ937Xsa9zxoXNrHNlBGX633RGNB/gSQfdL4rG0u03sBWAbmhnZmaDL5ydCVQzJw96qr1wT3Lw7pYZHX4Qc/+MFk66g8V+qHp6s8CgIsPuSiCa6bXO14hvawtCU3q0/0BXmRsZDiYQzccaPTRGUcrfdEfwuc0RZ16abaEobvNsBSe1tzCY2sPEFzC6btd/wtMCwvhr5fFg+L9fzwt1+N+xCMZEwARuC5TTeU0LOkjN/FpUUJ79o+ldRFGQvM/KLBtlVa3xDlRPucN9gnH2sMGpflW5tXaog+D1lnAJYBqWvdrLkVL9sdOTxpJzw5j4AmPZPhwgsvTKvM0tADHhZO0+R316PV1P33399cdNFFW4ofPHgweX1sPF1GnlMxb7755k3bSj0QUIW0A8+4YPPDH/7wppNku/p46NChYg8LfXv22WcnXirrifOK07vquUVYu4Rs6AtQwr+PHDmypavUqW3Nftttbly7DbAM6WGRbOItRDblpRNd/QV9Mq58rl1CNaHhoVf/uRCI7R9znZ+c3uJdbZEu9Rh1zSt9j67UtmZPA9pF7tEDfmHSVT/vMZZcndTFWAGci35yHnmfn8JYoLsWO7bP4s0yjGU7tAzAsh3qdbwrY+MFx07CnQpYrGJgUqOsASwCMV1k3Q5g8R4FaGgBi5QPvy1gUZ+0MrQuU40HnhESArCUgi/q7QuwWPCkM1TUT353ARbokFPadpXfxZsALF0UOrmil7xbwGJ56AGLZFOABTANv0qPaRgasORGngMsp5xyyqb5oX4BLBjbEIAFQ+y9CAKMyP2sgIWx2DCzbQMAtqxGvg2wCNh58Kl7rbqle3lLBGAZmDcYc+VI5JpSQtUiFNEsQ2c81pDrkC0Ay4MPPlh0MBnt1tzWbENC7BLyuRs2Cdcm0UJ3hYRUhzX+9j0mt+LygBV+asIoNduap23TR6nw5JQkfeTmZX9wnOeHTdKTQbXepy6+7zbAMlRIyCZx25NuLWBRiEV8wJDrIDlkE8CSWxF38ajP720+BLKUOxPIh8CUmOq9mqXAa5b+qy2BFJvM3BZyn9aODLryvnILmSHHU0ID8cbqLe+Rs94X5RjZ+/b07qLHUjLerjIBWLoo1MP3CjVoglGlFEMP1c+1Chlb76IcModFA8wdzsV3lq7euzAtT8CCRbsaGTqHReOxCljeFCVkUsbGoPmb72zSrQ/TIVO5kE+Np4h2A7DUT6k22bTyKU+K8taQTS4aXbanbY4LKPA750HJhZP6HFsuLKL6Z1n4CQy0jUV6us8xbKcu219PawtscsBkaN5sZ1w17wZgqaFWZdncJNKq7JFHHmne+MY3polvVziVTSykuPUGyRj+wz/8Q9pyW4riee/cc8/dEjtuGxA0Iu/jscceS0X8BPTuUdXzla98pbn66qtb6ZTzbP3+7/9+upSuxq1NG7TV9dgV7J133tm87GUvS8DEt5XzwrAyf/TRRzedQ+PDY2pfyv2pp55qXv/6109yWEo8LbsNsHCT8tAeTGT/s5/9bBf7NyV6confH//xH2dBZltFyNk0ee7sQEsBv+Uf3USSe45u3ttCldwg/oUvfCGFZbRTZda+5N6TR+fuu+9u3vnOd068vDkQ4xctufps2Eff27F+5jOfaX791399co1Gn2OprcvqAngCb9rAVI43jAPZHDopunZcs5QPwDIL1QrfsUbVZuLzumLe2u1SMskKmx2smCa0XKd20tx3333NeeedVwxYajppaUTb1rjnVoOiO78J1Vx++eVTk/GsK5h+XXvttekHt2rpQ67M5z//+aLiClt95zvfSd6MnBs+tyLyoR7R35YVPQRMCIe8+MUvnoCcEjnbbYCliCmVhbwhx8NIUnjbzhVvWPn3HXfckWSz61wh27UPfvCDzXXXXVfZ2+7itn/8TegVHZWTMesp0gIFzx86gN8KQXS3Wl5COoA5duWVV04WeWpLXqsS+bYARWOR90gHSRKqwwO2DJ5wO7/hiQ7PzOXzWHpoLIyD8SzDWMo5ni8ZgGW7FCx4H4HDkGi7IJOLHTKve93rUrLoTng0ETR57EqdiSHAMsRKVmEOxf+V30Ffctv1LDgEsKDgvELzngnroRFgqfGw1AAW+E2i39e//vUJyKM//rCunFzkVlC2nD9XgnwXvDjKjSmRtQAs3VTy8wHAcu+9924KT9pcEGsQqR15w/heccUVVR6WoQCLHTF95dRedFTbgy5TPhu0eOELX9h885vfTJdzDvUg24C8q666KrUtsAGda0Cf75/y8KQj+Pe//Mu/pPy3RecX+b4CWHSico7OWgyJN+gwxsF4ljV5uEZeArDUUGuGsjmXJdVMi3nP0MzcXvH5EPo3EwlDt0wPtMcoXHrppVkPS9tYWMFiGGqeWsBC3TmatclLV1/a3mMLNKvemicASw21Rvlo0Iyk87YQSu5zZBO5qXnmBVish8X3LxeGPPPMM5NOKzmmoGa8vqxo1jZ3a+tuq6cmib62ze2Utx6WHF/4zHvLluW8n+2MW+8GYOmDilPqCMAyMIE7aB+AJQDL0BIYgKVpArAMLWWj+gOwjCISV1546soKf9x875ENfl9xwSnz4cAubyUAy+IYHB6WJh0yFx6WYWUwAEsAlmEl7GTtAVgCsAwqawFYBiXv1MoDsARgmYf0BWAJwDIPOQsPS9NESGhgSQvAMjCBIySUKBA5LIuTswAsAVjmJX3hYQkPy6CyFoBlUPKGh2VMgQAsi5OzACwBWOYlfQFYArAMKmsBWAYlbwCWACyLE7BxywFYArDMSwgDsARgGVTWArAMSt4ALAFYFidgAVgm27hjl9B8xDAASwCWQSUtAMug5A3AEoBlcQIWgCUAy5ylLwDLDgIsnAp75MiRKhF53vOeV3UnDJX/7Gc/m3qUe1UHWgo//PDDkzshSuvjxNenn366tHgqx4mqp556atU7tJG7RI9K2g5a+trXvtZwZ8uQD22zkit9AItf/OIXm7e97W1b+q06NB77+/3vf39zzTXXlDaTys3r4Di2Kdc8lK890G+Wg+O4R+btb3/7pGs6Edn+9v3+x3/8x+aSSy7ZMpxpp/lyjwpzp+appVlN3ZoTsxwcB82QzZoHuayVzWnz2bct2r/hDW9ouIE697QdHIcOGPrguC996UvpLiE9JXKGzWg7UbxNn910003V+hndVHvSd41sMtYf/vCHk37ZedImQ/SHOVZyz5WtA5uB7Vi2Zyl3CUkIPbE++tGPNvzUPLMIHpfFtU3WmranleXiPxRWzdOXgvOT3PcBJYqhL5kQeneWyVozdsoCiFCKOSXbpijmBfLmAVjgB0fA1wLqGqUIbWcBLLPQ+fd+7/eau+66aws/LS+9rHJhJHOn5mE8tTSoqb8rh6WtrlloNoshmWU+18oYYxwarNDGb/zGb2wxvl36DJvxsY99rEqfzbLQrV20IZPYmpxseiDF2PmMazZkN0rBESDvHe94R41IJ1BcC4yrGpix8I4CLH/+539efWT6LEcsYxQEWHxIp8aIS8j47evB+OpysVLezXKUd9sx822gkM85yp62asdaOo5Zy7UZ0raxzNrOLO/NC7BwZwsXGg75zAJYavvTJWd9XgHBwXnLCFhqaTZreclmzjOybHO8a4xtx8xP02fXX399g+0Yeqy115PI+wk49Daira/YpmlXQFibI1rOYjfmcQVEF69z3wdgyVAlAEsAltrJFICljmIBWOrotZ3SAVgCsCzjnVWzyHQAlgAsmyjQZUhmEbK+3gkPy0a6FTc8LHWXbIaH5c3JYxoelnTrzGBPeFgGI+2k4gAsAVgCsPQwz8LDUkfELmAcIaE6ek4rHR6W8LCEh6W/+bSlprZ4ZOSw1F9HHzksAwqqqToASx2dA7DU0Ws7pQOwBGAJwLKdGdTxbgCWPIFmSZ4KwDKgoAZgmZm4AVhmJl31iwFYArAEYKmeNuUvBGAJwJKjQOSwRA5LbZ4AchQ5LJHDEruE3lxugJsm7cZlsbtsT+SwRA5L5LD0MCsjJFRHxPCw1NFrO6XDwxIelvCwbGcGRUgoHYIW57DUCVF4WMLDEh6WujlD6QAsAVgCsNTPm+I3FhkSOnbsWPPa1742gYn19fV02NDa2lrrUfWlg1Id7H5YXV1NJ5Z+61vfavbv319aRdqaWCN4tHnttdemH9rkYUw8/Ju/+c0Y+eFvTt+88sorU1t8b3dr6DCjffv2pXL6N2OAbrxP+bZj/YsHINrHkAAAIABJREFU2lKwT8Ai3qrPogVN039+Dhw4UNzlWg8LNIP/5513XqIZP8ePH0+yZk+wFA9E1xe/+MXNk08+mfol3thDpuAN9eh7/g1vqFdj7hpU7cFx1M8jWfZ9lszbdunzZZddNpEzfSdaSAdIXiWz9913X5o7kueusfD9PEJC9OmBBx7YcjT7NDljjNCuRs5KxmvLHD16tPnd3/3dyUGQfemz2n70VX43HRz3k5/8pDn//PMn81kybu2flX/mRpucib68yzvMd/19xx13JBlAFkqfCAmVUmp8Kmzu2OGhdwnBYJT9PAELBqX0iOVawELdf/ZnfzYXwIKB1zh2MmBBBug/kx4DXMqbGsBCnfBmXoBFvBkCsGjOML0ly0MClnvvvTeBvJ0OWLRIQN/UyFmFGk0GC0AUgGX5PCzwBsBywQUXzA2wIAulp/0GYKmYaYvwsEjxojy4YI1Lpngsg2W8SpmeK6/PdCeEVr8lCph7V2ruhABlv/vd725+//d/f0L9EgN89dVXN1/5ylc2ccx7aOwKn78fe+yxdMHYUGCFNvr0sFCfVi+iCb/hx1NPPZXu62Es3uPRJsbwJXcvji8vsEI73AmCHIiWdpXkP9N33AtD/+yT442t60c/+lHr5W+58bz85S8vuudKKzja56K0s846K3kL7PyQ505zSas//i2a+buD1Cf7ubxJ//AP/9C89KUvrQIsOZpVqKNsUesJYoyWZpoDyM40OWO+PP7441VyVtpvyxsuC7z77rsnHlRbRx/e49I+9VFumT0szGfkoOSBP+iY//7f/3tz+PDhTVe3CMzm9EKbnElX2bb1GXoJGRCvS+wXNoCfZXsi6dZxpA0sSQkphFDCSAme3LD+nba2SuouLYNXShnyCgPx7jRF1Xb/knU3+vZxVX7/+98v7dZM5foELFahexA3iyevdkD+YDS9b41cTrFwyq2/ZG6anHFfCSGRoZ82Q8K8yc0Zq2Bz80Dfiwbi0SxylqNZX/Swfc8ZjWlyVusxnbXPArTQUIDRhnRnrXcR7y0zYKmlB/MYnan5LFlqkyMBmNz3ahv+isfydPJdyYK4tv+LKB+AxVHdus0FNHDbyt1dAzJUVt4b6vAxySEFiVX8hz/84fRDu6x+bfuMS8ZEBpTJIMAipSYjqgmjXAv+LYP0qle9qnn44YdTfcqh6Fug+wYsUuDyAtBvPvvQhz7UcGGazQfpeyzeiHtDohW8coxEa4wvN8nKkIs3MuiSVQFsVnEc5y/Zs/zvY0zKZ3rTm97UHDp0KMkXnwlEKZZOW/pMOS02n0rfWxmzoE79v+iii5rvfve7VZ68IQCL1QMalxYE4o0HCuKx5IzcAvJ4hpKzaYsS5c3U5DX0IS/brWO3ABZkG48kIc4XvOAFad5Il8ruSP6tp166ytop6RI8dvAceco904DOdvkyr/cDsIwpjSB4hlrhkAEgZFTiUrNoWIpKCs2u6CWkpcCltG0pUQEWtePDIB6A0bdbbrmlQTHosX1DwTEhbBiCdy688MJkSLSiHEKA+wQs9I+xMA79aEUCYIFuNavQUr5Aq5whkawJgAA2BVpES/5N6M16WMQHJQqLN+IzgIVEXY2lpp8lPBT4QF6QG41DcuCTl63HxP/tFbMFLPxNXQAWVqWS75I+kivgvVIl700rY41Jbkya/9PkDMByxRVXVMlZbb/RV3YB4cHUkPO1tq8l5ZcZsHhPbdt4VA7PpwCLneNWJ+dAi/fOauGljQN2HqmscqVKaGxlt7T8vMoFYDGABSPRlgAHeuUhVl+j9KkTQeI9/1CPclisF2Ma80vblvDK+CKw9l0ZGptzImN68803N6yYvReA948cOdIcPHhwSxcxJFx7XmPka4W8b8DCWDDwWpFIUdxwww3JywLPS4FkqecCGmtXVY6XkhPJm1VkyAj5KKzIvFJBjqD9qaeeuomshITOOeecBM5KZYcKasbNah1DgtxYZQtNGIeXFw+SaU/yKiDiwRqfI8MA44ceemjT7rUuOXriiScGASzqs20/N7Y2ObvzzjsTYKmRs66x2u/pH7SXDrKGzgKXIfPOavpbUnaZAUvpnBGgOOOMMxp2veEBtfJuwbgWub5uL2fWOyM6qgxygAwgC6U6oBR8lfCszzIBWBw1BVokNHLJe9RawgQrVFZ4JJxqq6SuWcvYfAyL1jGaGDErmELqCgnlhNsjfnmlyC3YSSEhmyMhrwD8ALwQDiJL3ub8zEr/tvcEWiQL8u7Y1boFKzLqhDfOPPPMLdV6+ZQRevrpp1MOy1AhIdFIhiQ3f+iLxslvha3sWL3xb5sby5TDYkGWAKTdmi63vcJiXs7wsLC7bCg5y9Wr+ast6NqS3rd8D1XfMgOW2jH7HBa9Lz2kOW3nhuyIlzN4jT5H1iRvHnTkAHZtnxddPgBLCwekTKVk5FZVfL6EcXJjU4cMhoRoVgRbipBlJAht4DFQjNTGrn1oQgpOgCUn4EwKuxNE9JnFkJTQ0Jbp28PiJ7iMjhKVa/pXypdcnRa0yNtj3fj2ewALKzMeu+pSSEi8UX/YUTRL0m2tfGJIbr/99i27HdrOGfFg3ntYkE08D4xH84gyr3nNa5KHhafUMzBESEgA0nohc94VyrXJGUm3b3nLW2rErLqsBbLWq2JDw9uR3eoObfOFZQYspXNG8xbA8p3vfCfNT4WlkXm8rJJt72HxC0aRU7JnF9qSUb/wKWFB6VhK6uqzTAAWQ02LXiVAViBqGW8VgRUAlIVNThxCODQWv0vIKy2VY7yaJHaXUC6vx/cX48p5ArUn99YKcp+AJefJkBHEw0JIaChFLqWT83pYA0N/7AFQ/NsmkFre5MbDZxjrs88+e7CxCOQRQrz11lu3JPzZfvG3jbNL3hQOtWXl4rZzju85g4UcFtGwRIaGTrr1nhSBAZtw7OcM4wOwXH755YPzxvPAgt3SUGYJnedRZpkBS+n4JQt4StGZWlCIT8p5pL4csPc6QfNHi1QBIvvubvCuQI+lByyW6LNsN23bopsTrmmAxSPZEuFsW3HNA7Cof5Zm1qNiTz5lApUCFg/g5OLfiYAlBxSZ9IsELF6uSgGLfc+uthYNWKzSrQUsOYM/iydv0YDFypl4E4ClRINuLbMbAItGVbKtOQDLZhlYOsDi43VMbK1EMSQY4JqnBrCU1tuFVv0YEDq7m0MAobS9WcrlPCz+SH2LxNVH+u5DQnYVZschDwDfs615qHNYpPBz9y/Jy6A+lia+iUd2dexBXs0qfhYedb3j28eAs0tISbdtINrGtzHWlB9qLKrXGxJL16754sGWZNF79ygnwFIznlkBi7w8uVwC+tI1LuUlWcBi83cUEqoZS5fMtH3vFyV2Vc47ytWzYNd6+4bKs6kdTxdgsXpA/CEfDbvhwyuL8i5ZD4s9hwVaeH0m3uToVKvzamm9jOWXDrB4IlnDgpueHzG2hKBDABZrKCwY8Z9bRdW2mudz/ZSMp7SM3IOimSbCtLi/PDDQDBe/wGLXZIFHeFgEWEpzC0rHonKAIrYBWlAC7boMR1s71qBYd6zd1lzbxz7L54yEN765sVtDz71DL3rRi5KMCUT02UeBVu0SEm/ajHxp2xqXDcvxGbuEdM9XaV2lgEUGgDZzu/ZsX2TY/bzukkVrkBQSoo4h5gxjUN0+vOnDBvrellOZRRn2HH+7AIt9R+BQgGXZTvVldxC7hOwCpE2f5cCv5VnpQq10zixruaUELLmVFZ/J+NZMoCEAi8/i9mDAxuStQvPj6lJu2xUa6reAxdYnY6hzZSirSUHypD2HxcZG23ijkJBXjNsdg11hnHvuuZM8GWt8obe/gK+rXSUP+3p4T2G0ZVlVaixtHha+h+458KyQUM2c6aJdTo6sIbHGlz5D69L7cmzysK+HdvGwaFtz6ZhKAYvGZeel98DZfBDK6/BFhVTtjiD6z7hzxkYhIbY1l46jhi8q62XYH1JnvTuU1Vyyxt1+Pksf+nynC7D4vCjNZ3vat4z7UAdcdo1X7ZM8Lw+LwqVaAOjeH/hjDy1FVuBN7qLUrnZ3w/dLB1i8wbNuSYSOsFCNC/W2227bZHz7YJo3DFpt5Vx0VsHJ2NtYvleAXf3LeWpy70hJimZt7VhaqowFLG20tv3gPYWEanjTNVardPmbezRYXduVhbxTUlSlKw1N/FxdAizK8ynt5xDl7Eqev+2OlxLeYKx1zoNATUk/S+VMhlqGxLZheVPKF71vDT/9VV0CLDVgsnSXkJ0jkg8LWMQLSz/vpbN003e2vNVneFguvfTSiferT76IZtJV0jkCLNZ7oj55r5j0mWg/xGKkts4uwGJ5qL/trj/rza5tu4Q/JWVEe06sBrCQfGv7bT1u/G3njrU1pXOqpE87pczSARbvCrYT/FOf+lTzf/7P/6k6t+A973lPujSvryenyFGuv/Ebv9HqRpbSsO7gZ599tvmP//iPqh0CZJNffPHFRUNRW9CMH/94wGG///jHP57ascBMhkSxbv8+l2txqFmNISkaiImvk6TGhVzqi1U+1FWqgDwPvZHFK4cxGWIspWO2BscakmuuuWbL4XDeIFrDyjksXP5nk6y7+sDhc5dccklXsfS9aASQ4KJNr3htJSX8aeONPv/kJz/ZcBge/y71TECz3MGNfoCiG0ad8St3js9FvzYjwXZUf/mlHW9Ob9xzzz1JnmtCFdCZn5rn//7f/5t2l1lPsN9ZovrUZ8aPHHielQLZkv5xoF7JhaG2ri7AkgOTf//3f79FB/Y5jpKx2jLSocjk+973vgmdvT7L1cs7pXOztl87ofzSARaIZl2ymmS4yOSaVDJcCYFZwWB8+nz8JMaQsvLXgV5+9aKVsJ0kIGsUj851KVG+OuuidCx29SeaWpdpbsXYVXeuHh3ypdVo38hftPnBD36QaGbzC3zsv1QReR5aBX7dddelg+Nq5KyLbrN+L9kReAS0AkJ41D8LuGT87HhqDCL1AvC5ZqHkkSdCF/mpXRtqE/gqqY8yljee18wzkq9rwql4mAA5XY9d+WLgPdiyIMnndxCmYsu1f8Q/ymvl7Hfr1eSvIJv8dD3Wo8LhdFYHqk/UYUG59aTAf7/QKwGcXf2y36MDczSbVkcNYOnqS9/j6WpP30ufMY+hseaz5vS0ejQ37WKytN3dUG7pAIs3ojZnwq7yS4nvJ2vpe9PKEZemX+oPRgRFau8rsd4UrdBUJ/9GIZD3UQJU9F7bZM311Z84mvNG8JmAoFeo9NEn3Vre+FhxLk7fB62tAcMoaHWp/mqS157cyYFkuktIIEdjEmCZBdD1NeZcPdCYM1UIceQMozWoGpNCNpLZEnlrO+8m1yfRyN487EEGtFZMvos+vKu8lxwwZZ7RvxreMD9LAIv6RhIku7F84q3VRT6XS8ZXhkSufM0v78UT4FGeS+mJswDpEsBidQ1nveA1tLzvArSiM/XwHj9tl+p18bTtey3aat6vASxKuvVhPc3zvsdTOg4BJe75QpblMfQyIWBJf8U79J9fTOTyCkv7stPKLSVggYi5lbJWDT6uN43oQwAWv2pSLJLfPLkdBpr4cgeiEAAs+rwE7dcAFil0qyjtakqTQ+3K2Pl4qQCD5UeON0rMpXzfHhbxVyBPfbYA1n5WMgntalK00mfXXnttw89Q4yjpn5UXW94bXx+20r9t4rfAZImM0VYNYFE/ASwkkIonakvyXtq25r7kUbIm3rCrAqVd6kmjvlLAIpqx8ACw2L63yYK8XALT1ntiPRnqv8+dquVNDWDRnIQvAizTvG3Sq7yHfiJnTPqsBiCWyvcQgMXm3Xg70pZuUNrfvsuxg+/8889P4TqrvyR3FnQqp0sbD/YSSLF0X0rA4t1d3viWxPo0yEUBFgsE1BebdItCQFgFCEoUeg1gsUy2ffH98t95Q+ATB9t44xP0+p7c1AfNXv3qV0/NVSmho1dktq+M/wMf+ED6qTGKQ4zXGwn+TXjDhiusUdS4LI8sYC3tYy1goQ0Ay2WXXdbKm1K+dPHmgQceSICqhjelgEWgBMDy+OOPT8Il9N0CQNFRIR7eKwEsmuvWINXQhfdrAIvmLnwBsNBWbpeQ+rUbAIs3/F4PehBZOieGKMc8ZrOCDz/6tiR//M4BliHA5BDj7aPOpQMsDMrHp7eDJocALFrFCjhpe5q94yVnwLUVTcYXYa15ZgUsFqlbZStjNg0Ael70yZvSsUsJyShYpaMVo88p6KpbPLShMNW7k0JCMtxdQLSLHvb7GsAiZamQkPc+ygNREooSWJF3JeetmEdICMBC2E0yYsMhdhxWD0g2vRfTzjE7Dz3fSvlTA1hUJ3l8Aiy6dFPf2XljvUDQGePIY+dKaT9Lyg3hYVG703KcxMNFeVA1VxUS4rdAo9dn1h7yng7PtOOryecq4csyl1lKwOIBivew1AhaLWCRwvUKZZpBZAVHuMJfMteGfBGwBx98MB2CVbPC2i5g2a4gto3H5svI6Gy3rdz7VsFZ5Wp3c9TQM9cGCgPvCiGhmlV8zXhFR5tI7t/3AITvKf/zP//zzRNPPJHdvSFDb3lg505pH2sAi+q0OSzWgyAFvF2+0A58JiQ0lIdFYwGw5Fa90+Yz8/+1r33t5Dwg8aBt3PaSS+8lm8anWsBC+7kcFtuGbx9Q861vfSut/v0coD6FtWRkNdZaw1kLWOgLB1recsst6Xyb3OPnjT0nx/e9dD4MVQ4Zw8sOOJ42Pyxwt3OzZAOFv7R3KJ02FI18vUsHWKQUPAq2K5saotfuErJARUJkV0055dIGWCC2EqZ0QJsY0LarYBrjASycK7Ooh7HbHUFSVDX8sH0vNWLiPQqO23qVBEhdJHSypdTuTimhD23zLvxRrF8GXx6Wknr6KKNVOHJmFYzkR656/m3DG3aFn5NVyvtcpZL+ohQB1CWPlOadd97ZvPWtb53cCo5Bpm3dVFzqYZERVFK0ZEu8scmgJf3zNCt5pxSwWAMt42t5pWRPm/A8S06P7XMtYOFdFm133HHH5PwqZMUmqavPkkN++6RbC0LFC7tw9LkjJXTezi4hhbskH/4WefHG6utZ9VTJWGYpQ7Itc40b1TV/pZd8krron/OwqG27APL0maV/y/jO0gEWKWk7GXIgoVT4ajwstk6P1NWf3BbENsAihSXDQf0yjg8//PAkebDUcC+DhyW3ytS4FF7pW9ClDAF5PofFe75KaSklbXmklYwAS+2KsWbcfveb3rVyJ8MgbxLf2RwWH36wHpach6aUNjUeFilGn8OiPjMuS+MSGok3dq6JN9rWzFhKPa2lOSzqWy1goS8YXzwStl/eaFj66+/aLec1gEXyK8ACvXK7+9RnARboD2DVjjw7D+SlEO3tAs/ytkQ/13hYJOvSgTYfUDJm9Y/6bPWV/Yx3SvpYIq+1ZaTPACra1iy6Uhcy4QG+bKAFLL7/bbpZNrVtM0ht/xdZfukAC0TXdjSPjjWhBABKCFcDWHw81xoRuXC1ndm23QZY7M4Z9dkCFuWw2HFNG9MyARZNFikBeCZDM5QisFtHraJktUj7pQZZykpK0BsPQkKAFj4fYpJTr7aMi/d+5S2Db40ef3MvELsLpNgkT7zPD6ssD7ytl6WERjWARfKqi/ykNPWbeVO6ZVd1TQMsGFJtay7lzVCAxRpNZBMw7XMLLHCzvBZfa0NmNYBFsoGXGQ9LKWChHMnNAix2nPJueo+xBct2zNP0WQ1g0S4ZeZlnASx6x3vvS+xIn2UEGsld4RwazmEpBSzTvJ8WsFgvmPQNNBxKN/dJn2l1LR1gsXvn1XFrFPn+tNNOKzZOZMiXHhxHO6effnrDCYwyahJuq2D8HRTTQkK4KhHQgwcPbuID3gJi3px4W4r2mayHDh2al2xk2zl8+HCiUe6BLoy15FRR3i8xnpQTD/BKXXTRRdkzPXK7OKYRSrzGmMIj+/zpn/5p82d/9mdTT5SdlQmMmfbaaCR5kLz4VTpnhKDoZNSVyC1Dklv5Uhd8K5UzlCIGq+TR3MQgXnnlla28KeW1yiFjzzzzzBYZ+fa3v508GW05DLk+DwFYtLCS3NkQrz3jhP6gr5CzNuCGLBDWLHlqAAv1IU+E6gjZ2UfyJXkTINBcIyeH1bwMqW56FzBWOfELeaQuxprziOfGVhsSgk7owM997nObqqMPyIqOlZDOKPXAldC97zLQ78c//nEKcfszgmSDrIdR8x2AQ35RDnwwx+ET4dTcg4yV6ua+x9tXfUsHWBgYgAGitwlcza6hGg/LNPeshMAbN/rblXRrEa6EUOENJYx6F2COwcvgYWHioHhtzohWVKUrq1mEFxpiRAEs0Ir2bQ5HzvNV0o7cyNbjQcItHhaB55J6assoTGK9O96z6FdD9BEPSy4hFDmCJm2GT27mEuBQ62Gh3ywKACyMi7livYazXjInIwlt1X88LOxeoZ3Sg7+GACyW34wV40sCpQ8Zy3jL0PO91Wt2ZV0iQ6WAxXrx5GGhL5KxafMFWt9///3ZKwC6FiXW49c1nhoPi2SBpFvy+MR/AXWdGK42rQfYeiuhiwf1Xf3s+3vJCJ4VAAgLEAsM7XyR3Gg+2W3N6pcdD/SQLlM7Gv8yA7hSGi8lYJEyZxDWKM1iEGsAixUAH/KQos8Bi2mAxbqB7cojt0W3i2nLAFi0orYhGY1raHcj+Qs2T4D27OQsMcZWodkwjA1lzGNbs3Xf2ratu9qHdvh37mh+64WxrmDGWmsQeacWsNCGLvLjbxuD5+9awKLVpNUDkrF5bWvu2iWkeSAA0jafNRbpAS+jpd4IyW0pYBHvqV860M5TG/62fbJ0tgfHabx2HDaHSuPs0mH2+xrAon7ZSzYt7bxesuOXHJWGEGvGMEtZ0Tu3rdnKvh2D3rFz03q3NM/t4jGnY2bp7zK9s3SARUSW4rYKGKU4y6V0pYZMQs8Fa3K7yxjY/vj6SgCLnSy8z1a2v/mbv8lePd8mIEMDgi7BlLKywFFKg0u8SFa0K5hp9eEJ4JLFUle4Ba+ayPz2Rr1rDPZ7C7rs56zi+Cldwde0SVnJlL3ITzJllZDGZ+XtL//yLydhRNVj6SEQJoNE6OT973//oHKmtrwL29KldA5qzJIr/94f/MEfpMTjmtXiEB4Wq6f4G4Dzt3/7t1tuErcyannM+DDYXMwnHVciRzWAhfoAi5/+9KdTW9Nk3xo3yv3hH/5hQ/hR886DGq8X8bp+4hOfmIQES/gNzXin9EGHklfzrne9a9Mrvm/6Up8D2JjPmhuL1qOar4SxkBmlIKjfbXrJ6ztPtzbdAcjRxaQ186aUL/Mst3SAJRfu0WdcE86E9ac1TiMYByaByrsemK3VOpOCfAmt4O27ubDRtBwWa+QlcLTDj7Y7yu3X1Ud71kVX2b6/F0jxHiatsnSUN9+X5BdoS1/pHS+0j3eFczi8EZhFAeXkTEqb71D0Q8R7aYO6oRFyxso8Z7BEV5+MS58IS1olnQv3CCAT18cw2PMoumSjZuVLXbTFHLv11lsnvPHKs6tNa2QU8rPviDfawl4DJocALLZvms8KG1svmRZBtrw+03z2h7lNo1UtYIFe9Mt6V3zfJT92IYKM0S87t3LhHhvewDBihBWmKeV5aTkbls95pqxutt4fS7OadILSfs1SDnlWLlturoiu3ivUNjfteNUffSavlI6kmKW/y/LO0gEWEcYyTEr+xhtvbD7ykY9UrcpLAYvaZYK/7nWvSwfByZWo+GnbqqFkW7OUgt2xoSSoUoO7SMBiBdbSg77z72984xsJUJS6XWsBC+0LsNhVgpS/NRI1k0uxfBlAfyt46Xhq2qQsyuqXfumXiuUst+rKKW2BeRkfvBHccl0DvmYFLBzoZeVb3rac0S6hF7xgPBq7PWsjB2ra6hwasFiwZcG0BwYC81ockah81VVXbUn67guwyDj7Awo9XT0wbBuDLadcGC3I8BgjzySSDvEIjCALACnlEiqXrS2hGXlclqs2crbNA8McqLDhOOwSB45676pskxa/2rUJffAu/cu//EtrMu4Q/BqqzqUELN49qcHLw1JDjFrAQt1a+fK3R7850DLNwzKtr23jbHtnGQCLN5L6d+2BXrMAlrbcilo61sjPkGWRM8CBpek0d/C0vvj39O8zzzyz864SX28tYOH9mlt0h6Rpru55AZa2cbXJ5yzzudbDMgStc+OZZT4P0TdfJ/NAxxSULgzn0a9Z27B5fLmxepsFrxad+zjrWHPvBWDJUGVegKWWkbMouNo2usoHYOmiUPn3AVjKabWdkgFYtkO9re8GYOmXnjW1BWAZbf+/8sJTV1b44+Z7j2zw+4oLTqmhY69l94qHpZZoAVhemY4M9094WE4mH3uPYHhYNl9nUDLnSk+6LalLK97c6n6W+RwellKqj8qFhyU8LHUSM0PpACx5os2i4GYg/9RXwsPSH0XDw9IfLafVFB6WfukcHpZ+6VlTW3hYwsOyRV4iJNQ+hQKw1KiX6WUDsPRHywAs86Flm8cocljmQ/8ALAFYArBUzLUALBXE6igagKU/WgZgmQ8tA7DMj865lgKwBGAJwFIxBwOwVBArAEvaZbfo3RkREupPZgOw9EvL2toCsARgCcBSMWsCsFQQKwBLAJbx0QiRdNvfvKmpKZJuI+m2Rl5mKhtJt3myRdJt7BJqm1BxDku7qgkPy0xquPWlSLrtl541tYWHJTws4WGpmDHhYakgVnhYwsMSHpb+JswMNYWHJTwsM4hNP69wAmfuHI5ptX/qU59Kx5/XPFdfffXk4q+u91ht2Iv82o7v9/W85CUvaT772c92Vb/p+1k8LO95z3safuyjFVKbJ4vxf/WrX910X43e7wuwcGz4l770pXSnUunz5JNPTi5LUz/8b1/XxRdfnC5ZzLnk28aPzPAz9HP33XdPjhjXUfP+DhF7RTz9vemmmxruB2o7gdmOkzKHDx8SEY61AAAgAElEQVTedCldyZiQ57vuuquk6KQMZ5dA62mPlx0uvnvDG96Qvecmd5w/x42/973vbR555JEqufnCF75QVF60YyyPP/74pmsm7PHojLGPvBx21txzzz1VdCZRmxOfh3yQm3e+853Nj370oy06wPNQ/Th48GDDBaj8Ln0effTR5h3veEdp8VQOGfMXJnbps9tvv73hxPOhH/Q5er30efrpp9P4+e2fHJ35DNlEP9fIYMncLO3zosst5Um3fRJFV6vX1Jk7Zt4bCFsfl8udd9552SPQ21z1r3jFK6rB1yyA5brrrksXRvqnzVjz+aWXXppuxc6Br74ASw0/VFZHxrf1ITfpOZb6tttuqwIss1wBUTMe9d/fiWQvb9MdRh6wIGscBscDf3Q5ov5N3VbmuOPl53/+56vuq6kZS21ZCzDhC/yxn2kckk8LDAAsv/iLv9g8+OCDRQBklr7xzrwAS23/5lUe2nNvV9vi0M4/8QeZZH5Cu9JnHldAMJbrr7++YU6XLiZL++/LzXo9yc9+9rPJfBYQaesrgBX57wMwzzrORb4XgCVD/QAsAVhyIK+PiYqiAYzoxmZW7gIlHsDk2gOwyCjYy+10CZwupdO7rOLJ4bCXEvYxjto6ZOSsIvb3fOmyUV0SyFgYl1XO9obrvg2QaKQbri14srypHftOKx+AZTaOBWCZjW41bwVgCcCyiQLhYWnSamwowCJin3rqqSmUKE8CBtGGx2TguZmWMvp57LHHGm5g9g/Gnfe5ldl6zwAslNdt1jXKoe+yjIlxMibGjquem2R1Y60FBbrJ3Hs2tfLvG6xoZctvXWdg6aj+9E2TZawvAMtsXAnAMhvdat4KwBKAJQCLk4GhAQteA3kTbNMHDhxouF5exhjDzr/1YNCfeOKJ5owzzkgfKYSkMBC/lWvBb35+/OMfN69+9asTQFjko9AVfaKfjO2f//mfE2Bh3DyALh7K8mPzWPj72WefbX75l3855aRRdii3OICF/A3An/gkWgtUDdX2InmktgOwzMaFACyz0a3mrQAsAVgCsMwZsHhjjPFTeEddsf/GgMjQA1gUElI98g7YeuSRofzLXvayieEdwjNRonB8SAgAcPPNN6cclly+jjxO+o5+A95+6Zd+KeVWiCYlbdeWAbCQdLtv376JZ0t1CKgEYEl35E5AY+SwNEkuaxKidZ1B5LCUz9AALAFYArDMGbCoObwM8o7IA8JnPPKssMoHvMijAAAhJ8UaC77HwFNXLoflRS96UfJiUK5mV1a5GikvaRNsb7311uRhsY+AiPJ8fA7L+eef3/zgBz9IIIdQUt8P7WN8SVa2ISFP177bXab6wsMyGzcCsMxGt5q3ArAEYAnAMmfAgtEGQPgwjd0l5Ff0GBG+B7Bo66gAD2Vt6ELhIN5h9fZrv/ZrqTqFWmoURF9l/e4l6v30pz/d/Oqv/mpqwoID/i0Pk03Epczll1/e/PCHP0zv4AHp+4En/PzXf/1Xoin94DfAUf20YLHv9pehvgAss3EhAMtsdKt5KwBLAJYALAsALBgF5XXIWGOA5QEBlLz73e9u/sf/+B/NOeeckwwm35FAq1wVDCvlFC7icz4DDNmQxVNPPVWjEwYpqz4KXDF2Eo8BYfyIBgpl8T1jsV4o3uXMiqHCWvJq0Z/TTz99EyCi/9rZtZvDQQJlsa25fhoEYKmnWe0bAVgCsARgmTNgoTkZaWug+fuv/uqv0uFYGOqXvvSlzctf/vKJ4eQdjKoNk8jzonr8mSYCCGqvVkH0Vd4aeQte5K3wOTwq43cJ6XN7/kxffRStoDEAUcCQNgGTucPs+mx7WeoKD8tsnAjAMhvdat4KwDInwKKVixQ3yVm1BwAty8FxGouMDb8ZC2dkDPnshIPj7KFa02hhAQt/c5Ag4OSv//qvE2Cxu1EUmgDEkLchwGITUy3w8YBAp+gO5Zko4XkOsNjPcoDFJxULUGh7dN/jEUCBxnh/1J4Ai22vxsviw12WXtO+K6HrEGVKAIvXZySCs3tL+VUl/VqWg+P8nC2dw36MtYBFB46SfOvp2SbbcXDcEt4lVCLspWVqT7rFGNx3333J+Eop+e2V/hApjoxn6yi/cw/1KIlQypaTcb/+9a9PYuMl46kFLLR57bXXph/1Wedx+J0qap/vyROgrbazOxS6sKEMxgINtKujZDy1ZQBFF1xwwaZ+aaVteaV6+Qz+Hzp0aC4n3dKeQIXAnAUV/tRaymAYX/ziFzf/83/+z+aP/uiPJueoUNbSmbI+AXUZjV0tT5epvJ0b6pf18NidSVbOvRfIv6OkaMmCEqQpBzhSfsyy0AI6kNw87UoTZFOJ4Mg9ocpvfOMbSZZLn3kCFk67bdNnzFnlKtF3e7xALq+sbXw1gAXec6YSu96U4M1nomtbGwFYArBskg0EBsCi7Wk5F7tWXkoktNvTBEh0SqeSBtWIVtbnnntu2gZHudJkyFrAwlgEWGRAvXIVsldOBf8WyMsBLb/LRBOasTAmrUZLlVZpOfonwCKeqM9eEdmVOdtmdY8IfRd//IrG9mOWc1gsIETh2R0s/jwVtQV//vf//t/NNddck4yW8jkEvrzXQX22gCxAS6kElZfLARcfDmqjuzxdtOYXCZJbPle+jIzlkEC/ZOQ2D4ry9kRh+it9ZkGbQDS/OR0YAELuT6k+GxKw2LnDIZDMafFE/G1LcmeMOhuoZidaKWCRDiUfCzujvCyrx/xWf/EwAMsuByxcsFV7aBYXUvGefdpW8AIvXMimg69yLkZ/8BSTmjteah4OzfIXf3W9zyV+f/d3f5eKWTe2Nfr6Tp9x2Bg0k4H37knF8wUY+M1Yhla65HT4CyNt7oZ30/MdHoyzzz4727c2ozMLYBEfBJa0jViA1QJfedu4lI+7cdhGK9rJkFGPDRsJrHgaU15bobtkIb6fTgF/8WSutOa493aprF2giH8CO14+uWCSSwb19B3iquW3+kc/2CUlY50Lkcj7Z73NnPdTEyqD3mxRr3nsAsS+1zaXaYOdciwq7RwUrdt4A1/gTw1PCOnW6EDq1o436THphjaaBGDZ5YClZjIIfOAO1eFUfmL649NVv53U3gNg/23LaZKVToq2ydo2Ribjhz70oXT5l00c1EpDyteOwQIb3z+5LK1S9mOTYa2le0l5wmgPPPDAJBlSgEmrKassLU29MrOKOadgtwNYVJ/fAWT7A4jiZts/+ZM/mRwCJ2+dDRtBEwzHM888k055BQSxK8iu4lFw3otXQssos5UC4hFzHn5Ab37wfp122mnpM3vvU877mgMslvcCtLyLx/Qtb3nL5FTfZeCJ5HeaPtMY7LyyC4chdUApYBHN9duOywJE+z1l5GmCL/DHemv74o/XP57WCh3m7EIAlgAsm+SQFetFF100ASxaKatQzuvgvScSQIEEBDDnWqScnfxdE6IWsDCWD3/4w+mHvjAW63a0x5trclg3qY21SyGhvHMeKxlcq9S7xlPzPfWSI/Od73wn0Qw+WEClFW9OiXoFq74O4WFhTAIRUtyKS9MP/sYb9dWvfjW50S1Q0eoMHiEv/Nx7773p7BVAC+XxxvC9fvgMMFMKemtovtfKiheSe0AKAJEwxwte8ILkyZJHQUZH80nvesAiGYA/fGdz2e64446ULyZ5XhS9rcGU/CrvRgsY239kuE0HCKi35Ytsd4xdgMV6TqRfpbvEOz9X7MGL+vuyyy5r4I/CYdvtt33fzvPcvEXHMvcDsGyl+q7fJVSjyOUeBLCQcCaj6IVNK3pNhLY2FDqx8W+7omelffjw4VR9bqXv2cVkJYG05FGbAiz2jhq9L3BSApwUl1bOjfqsVQljoQ1+rJu4pK9dZUQbcmQALPbANL1r8w58vkFb/X0CFhtz9gbA0hvvHcm1733vezfdoKywDvTFff3Nb34zJePhZiehkd0XGFDakQeAeiMk1CU95d9rPsMD6MrcJL+AnyNHjqSE0pe85CVbkmTtKl2GXYaf39QDf33o7s4772ze+ta3JsDZ95wpH/Xo0EEbfpxFn/EO4K5Gn9HHWmDTBVi6xm11A31mIQAg9foXvuBhqUknKOWh+gC94L31uIgmkcOS5+SuByxdApz7HrcbCWF2deGPTM+5/K2QaVXPZ0qyyxkyW09XX2s9LNRnwxvWhe13s1h3qAy5VoO2j0oo9ZPMA5iusczyPQlqhOr8g3GxRlwKwRoSJQ3yLp9rTDmguJ2QkPpm83x06BttvvGNb2z+6Z/+KSlJHsCvDiSjX1/+8peTEuWwOMAK9IZXSsidhW7xTh0FrOeOv+EPOwABLsga4BwvmRIzfe3WCPO+BQNasfMZK3gS3IcIO9SNeJQgLMAmPdGmz/gcD8B29VltHynfBVjswkXXKVg94AGL1Ymaj4wPvsCfrpySWcYgYOPBmvriL0G1bURIaJeHhGo9LAgHHhYAC+9iUBAghF+GzhpEO8klWHaC6DMBAmvYZTxLhZ7JettttxUV12SQh0VjsSt5G09X/7zXwdJPxt2Ohc7YlUUNvYsGYuoHsOBhkUeI9+VhyHlYPKjy4KRPD4vls/VcSQnR1ic/+cmkcP/bf/tvk1WtZIByd999d5IxwAz5OvBKRtHWY+md20lUStcot5kCVobkKVF4CDmTt0XeBM4eyYEWzQF5LnR2jgCA5I4V/KWXXroU4TwLWNp0gJ0/bTqgdv7Xlu8CLJajXg9bnkoPS3+orHS83SlZ2scSL7ntn8pb4CI+eFuifwdgCcAykSEJTi1gaRMuuwKxqyg+z3kougzIPABLbsJbY2xBmz5fVsCSUw5+fH15WGw9HrAoUZPt1fDQruT4G7nj+Pz//M//TDuayJdgBa+zWKx8if76LABL16wp/34aYKEW3Pd4vwAgLGC4VBK3fg4Ii6/yRngPGXwEsJArUWoQy0dSXzLn6fX9sjrLe4Xa8kO6elI79hrAosWA7YMPz+cAC+NU0m1X/7t0zLT32wALfWyzDwFYdjlgqRE4i2IVErKhHSkhOxEQLNz/NneDz+xuD+9d0fs5l+q0/m43JGQ9Kja51o6HVb31JtmxUM4rKutSrVU+tbyxISG7elK4x7t3lQBpt5da70yfHhZdxKedV9CR9gUo+PfnPve55rd/+7c3HUhIGeL+99xzT9oxRI6LwkVe4XZ5jGrpGeWnUyAnH/AT0IJ+IJ/lrLPO2pSLZOe0vK+5ra7UA2C54oorqvM4+uab10M6N0ggZCh9Nss4SgGLTaRljvGjOZrzgNu+oMvhCyGhIXWa11dqa1qIMABLAJaJrEpB6dAkGQy/c0bAxRqQNm+KXMr2jAe5JmsnbA1g0VjIx+CHf/uTU5chdl5CA9GZ4+tJhhYAZEzWzU5dpW5Za4z4W94M/hbNagCl+Mw7frs431199dXNH/zBH6RQD49WdpQl1EAC5m/+5m82Z5xxRuJTMhbrY+qsNM3GyuhvPlqdfLzeNBsk5Rgqbqw2DWXH5XnvxPi9tfUTzdrGetOsrjTHV6hrrVlpVpr9qnj8zqQ+W+9K0xxPDa83q+lnI7V7eGV/6o+aXGOXVJo4pk/0f/wRv+lPAr8nuzn593pzotlojjcrzeqonnEp3qPVE2OijKpfb7iveQ2iqIG11WZjhXJNc3w87tNKhKyijBKjOWCSc3QAmBaU2K3PAi2SD+kU5KT2IMiKLm4pKqDuz5qxxzSU1N9XPSVt5crIy6xcIH7bnJDc374eedKsp9svbuRhqdEBs47JLqiowy8mbb3TAIs8M9KBu9H7Gkm3TspgOse/K7nTKpykItdlRUbG0XpPVJU+t0g+lw2PYRJ4KUHyNYBF2685h4UfCW+tgpp1Evb5nowBgOX+++/ftBU8t3qdpW3RBz7p7BrvXSqtl/fscd/wFqBlLzKkLgwfBw5y1gq5EK95zWtSQqfaXVsdmexk5BLA2PwAHBLGEDhIv8eAxRQ9MQYiqxvrzQqABfCxMoIdfJUAC/hDgAUgYREG3wN8Vik2AisCLM+t7NsCWDaBlcmkGI9jDCLsSATAGOF6s5HaGEGp8cDTXwCREdg5idEoNwYsokMqehKwUHZ0K1B/D/xk9whnAhHCY2u5+Gb1AcbTe1rtqnpowMLckCx5/WJDOCW6J4mACWVP02ezLsimcUjzHB14yy23THSA7RPv58CI6rXhIN+WBSz8retJZtUBXWMRqPCLmzSDxwnQSaQ3LPIfnUCcu4POlsst2mQPbPi+vxkxv5oCsDhaw3jO+1DSrUfYuVivBGtaHJd6vUejZCuh7V4NYNHEtYDF59GUKqr5iWO+JdGVkJAAiwWSbaGdrn7b96TMLGCxCrCrLil0706X8maXCSGfif0ehw1ZpSNrF154YQI0SopOACoDWDDnqa30f4DDGFxMaj5p/ieKegxEACsr4/ePrQA5RqBAgEXAhhZWN8aeHKGk1abhe9q3gOVEghbjZ2X0XuOUbOqtPD7CVwZpaSyj2kcjXAVMJbeKOr/S4DzajKNG409tJmbJ1bOS/uRVAM4pJcyrLIOh0Smt8JVt55rjdqFiT7+Wl0VyNzRg8d5dGUObI5Ezim2ksIawD31WQ3KNxQIW7yX1utrzQ3PU5yrpPTsmAZZaHVAypq5Qm6ezrbMUsHidaENkJX1c1jIBWAxnxGS7rdmfr4FBUQhBRlMuPJ/H4CfQdkMyNYBFE80CFiuEOyUcZPtMOAUD770q01ZO0yaed6FSloktmuVWkdPqg6YkYZLjIOWoFTc3sxLukYFgDNTPhXGs1Mltweht2kq6dtLDInuM98E+I9/DBA80yaq3WpyTvomj48DSBLCMQygqQS20vmLCUiPAQlsj0JKgxLppjw8SeNjqC9rSpRRDsuVGf1MrsGqN/il2pJfHAx2Fh0bPJsCmzo9DaAIsB7q07+ZFbFfpcT9Hl9dxqB/n5HBGiwyercADFn03r5CQn+f+cr2akIcMqQDZdvVZEaFNIcYiwOJ1QC78oW3NPtwjr5eOHvBeB74nh2XaBbC1fc+Vt7xRaMvKi3SFfXcaYLFAx9NjVh3Zxzj7rGPXA5YaLwJMZSIgFA8//PAkH6IrjOInvZ3YdpUjYKMdA9ruKODTxVgm6+23395VLH2vyerPFPF9q6FPUcMVhUrblnLCA+HPYRHILK3Lds/yzU520azr5tRpQ/WeOACLPCx2Bc5JtnhYyF/RBYgn+6KMlZNAwxrrTWOZgJZRmGfymHBRCvmMQ0tgAQGdtbH5P54CMiPMMQEsegkwl7wyo2cClEgU0QeT3waIyNuysqlX43fGrRlvyyhDZi3lpqQklC0NnhzaJNSlLpwkU+qgQkiprmnPDICF+gGm3FLOHVeEK3OPvRvKhi9mBSw5d3/b0BSS8gng1ph16TZfN+2rXrsbTuc6Wa9xF9lrvldbb3rTmyaXmfK+nUu1RtnqDk/XWc5hKeWNAJKOzLAy0hW6L81hUT0CQLm7n6bRv3QsNTzso+yuByxve9vbmi9+8YtFtNJqmEvpMI7WrTaNgZxM+oY3vCFdssXjXY45o4qC+9rXvja5YLBEQBA64uWlD/0AFHFKp++DlOcshr60/WnloBXnkYhmJXUyft0GK2Vl3bklNMy1ozr0m/wE6FajzG+66aZ0KJx9UBbwgPwUwIpXrnz30EMPNT/60Y+aX/mVX9l0EuooJERiCdDBwgjTwsrIu2FzT6znge9sjgseB9UkKMT3I8Ayyh7Rw98jJ8gY5aS8kAxgsV6Q1VF+zMlnlI+SQjsCLBYcpC/0jMASISZSaQlTreTAkOo3+SyKBCWQZaocErCkka2vN//2b/+WDvh71atedZJ2Y5CGPOmkVK2gbThglpAQN3u///3vL5kuqX+09/a3v71Bp+mxQL3G02pBuF+kId/oM+mnvnMlNBaAC/lCyhHTgjAHVuRB/djHPtZ89KMf3UQzTwOvT9i5xxys0QGMn9O4ux7lk5Bs//rXvz6dbO15I/p5L28bYLHj9+EgeI8MTEvm9X2ukbOu8fb5/a4HLDoAqIRomrz2mnC/u0dH08vg8xuBI7/CCp6EIxdH5h3CG+RjJKOSW32WdHhKGXvKowTYtjNr3sc2uzV5PUeztrptmEShFAu0apSubcN7QbR6VN5JjYfl1ltvTe5qhQXlPdNqVJ/Tvs2XIRmXxNvf+q3f2pTjlBTWBhZ7EmcZgZdkkMdhGBnv8YaiLakc48EqOXd9g2DOSsrtGAGWEShh59AoGTfjapCHhZyblbVxSMiEYsZJvCNBHjU4wjAn3R3Km5lgDdfMCHCN4BLeFUBL2v2TASwbK2NYldJiViY7oEYen1ESrnCXAMuaRXRjmmyZc7VelvFg2N1lAYufVx6wqF34Owtg+eAHP9hcd911RdNQc4R8DM4AssbPzqmiygzdJNP2PcJihDblRRxCp/mEWp+XoXlLv2zIyO6UlD5OcnriRPaYBo2PMVBPLjE2RzNrN6bRVHxBB5IvyRUc9pl1l1AusZbPtH2+1JNPX2rkrEZ+tls2AIuh4HYBi7wFCEYpYBliYjOkACzdU2MIwKKdGQAWraoVahSvBViQE5Q8gEXns2z2zp202CObPnaRtAAW7e61W5+T8h7vJtqYClg2TgIWG8aZABZ2Fo0SbCc/CZOcOOk9cYDlZDRHPpBxKGkqYMGTs5aAxz6fwwLQGoMqukXwa+QbUhjrxCiUNK5fO6tWM3k9fQEWVq8c8icPiwcseDcTxBxvv9XKeR6AJZFiYyPteJkXYCEPa6jHzg0LOMRLD1jEi2UDLKIPYeJ5ApaanLwALENJcUe9NR4WIXPyCnC9aSIoVCTFoyaVzIVrDw8LvzWRct2yMV/qx8OiRL2hgItF1T7Ja0EsSc3WeFhsP60LWLSrmYh+zPKUCVSIXrWhMgwC8XVWNDb5GuCIC9sebmdzCNiiCGAhh8Xz52hzfLQLJvkSxtt8U8xnc6KrdsRY4y2rPQIXZIawm2ZUk5JRJzksGxsjD0sy9IShxhafkNMYhKSzTdjWOt6VMwk1rcoLNPKjjEJS+G5OBpg2mhPjasbvOyaMMMhoTKOxjMoR3lkxO46Sx8Qk6ooKI8CCt2ij2SfHDp4Y4bvxiS5beD8BN1MSlccvbXE+ra6kuct1CuSwMP9zXktOx5VeEWiRHhnaw6IVtwCLXUj1MfetJ4DTmQHf3CYuT2UfbXhdK1r6um24Vd9p0YbxBbS0eS7swkU5OLPolFIPi7z2LHABLOwgFM26QlClB8dZL648LNNsk6dnAJY+pbeirhrAorimFzxrYHL5KRyrjsLid1K649hx0ocbG5PcBZ0iy+cSvIqhbLuoNcI2b2PbFc9QwayAJddvayhKgUZf9Wjo3PFESAjlJ3Ai3ksZWdnRychsjX388cdTDpQPGx1ZBWjwn5Jgx1t9N+WB4PnYnJsy6tN4F884VJKAy0baLDzKFRnvNB59DpjZOOmq4PWxG0VRKEBEMhb2jBZaSYDFvDAGHgIv2qg8whEjUDGqaTQW9csCAkVwOPdFW7HpH58zVrW2f2MljWmd3Jnxw1kzAmuTw/Y6PSxjuhbI8aSfqyspz4kTitkhRO6C37kC/3Ubr8CKyszLw8KQuK8IQE1/tO1+Qq/V1eKTdr1H0p6KDWAhvGm37heQc+Yibbtg7ByTHhZg0YJAXi47P9UR6ZJSPWIHUApY9A46kNQAAAt9QjZsAi7lZslh4T27Q0p3VtUQOwBLDbV6LFsDWNRsTvByCF7lce0hePz2j3VXJkU7Vvwk3eZuHu5x6L1XlVtB0oi/j6PEWzQrYOl9UD1VaO8JokpyF6SE+M2/Sb618sDfKHkOjsPDwmPl7NnkmTgZhtEpskePjmIlB/avNSdOjL0aOg13ZQQqVmXYZctBDGb/M8Z2dObLSnPs+Ilm/9pak2w9QMbssBE2Un1ryRtjDlOZJJo06f2VlX2bnDS0mTw6G6MzagUi8KGMoJgA0+i3wk3slj5mwMnJnUzpjfSz78RGs2avweBm9BXk8blmdY38g9XmxPETTbMvnTQzOeUFI7Bvdd/JttLAoVmCY5OyVjTG/q3NOcVN09x1113piH4WIDIwMoj8G6+rBSvyEFrA4hNYp4lkrSFpCwn1JPYj/q2spK3deIyHDAmV9NnraXTTjTfe2Nxwww0TMGDr8flvfiFTA1xqAQv2gkNK2Rrv2/F2I8nn6moKPX7zm9/clKDfppd5B+Bic1hKaEiZWjkrrXe75SKHJUPBZQYsNRNou8Lh32cSaWVj+6HQTE17ABaUvE1Urnl/2cqy3RwPi42ji0Y+h0UrVQEWJd0mo2p2mBwdH+2WPuPgQYz06kpz4vjYwO7DIG80K2M0ARgAbLC5aLJZZx3PyQh2bKxuTDYdbaxj7Edpt8fJuSLJlxXdOCK0sTZOmRkjlrWUM6JdOKNj+XlObJCrMzL0K6kDSgwefU99gJUmHZk/ChNNQNA4zLWaPCWj8vL44BQ5OvYc0e6+cbDp2MlSzQGiWMfWm4bOpbGP5HN1ZUQTurJ+4nja3bS6NgqHJY8PScaTfJyNZj39e7XZMIfUedAtGCO5E4D50pe+lEJCbYAFr6uAKyvoeQMW+isPi/qu0FDi34kTxUn/Mow2KVV1AlRm8bD0rc98nhhz7/rrr09nK2nXUG7x6b3Ps+gXwrt42ksfdB8AxC50c2E7C6KUSpAL79ukW42H3+FhKeXIEpTbbR6Wvid4DYuYOPKm+Iz9mnoou5sBC6sabbvkbxQJB8qJZoqTdwGWExhxjPbGerPBlRAbq83+favN+jgZFYfAsePr6TP7bDpWH7BzYhQmWV/bGJ3ztr7R7Fvbl1wz6WuaSUmhTYNDIuEhsldJch2Dn30roxNxR8BiDDs2aP+5Zm1tXzL4gIBNx/KPmz6+frRZO7B/ssd6tIGZf47OjLGAha9Smsq+pnnOhn/Ge4+OjoNKAIZT6OvR4yLj1GQAACAASURBVM3agbUEUKj16HNHm1MOHBh3dL3Z2DjRHD0BjUZ9HPVem7ZHh+AlQLm61hw7MT5ld3Wl2Tcua+lqt33rtJudAFh0pogMn0JDjI35XOIRTXQbbyZAfvHQKf+L7zgUkfOEakNCfeszjcWGjBQSop/W0IsePtRlPWQ1/ZsFsABA7NEO4o0uoPV9thfA2h2slNPORHsWzjxDj7U2YJby4WHJUG2ZPSyzMLmvd2x8169kUHxaQZa0t9tCQocOHZrksAjYaWWNYiGXAdCiHAbR0m5rllFIxhxXyeETTbN/zd52mEIqzx3F99I0a9ysvX6sWcMYJy/Mye3GMqjJ7o69F+ywwcvRpFDKmjn2fqNZx8Mw3h6tzTknk1nBDyvNgYRTxqm9E5eI2Te0gZfi5KYhGz9Zb/CNjDJb+G+EHEZej1HDo3pW1kd5NrhznttHGGm05Xr/2Et0FG8KuTgbK83+o6vN6v7V5gTYK4GnpjkNoIVT6QRn4Bxv9h040CTAxL06m8I9o1OEaVUr7yaFhDY/o5NkRsZ6JPPjhOBxsRrAInlQTpOSbocICdFfJYALsMgzsgncroySh0ueXJhC8sz5KwAWnZNkjX5J3X2XsUmn1sPiQ0CEaQW+7PxTf3z5af0sDQkJaGizBgcQil9qz24712fQv83DYsNC+lugTXJWc0xDhIT6lsjC+sLDUkiowmIcqIRSyj3yJnBia9ejhLPdEhJS0i3jRgHqYksZA5tQK8XY5WFpjloqjl0d+0dnj4yeEXjYdDR/whR4FsZGaOx5GF0eiPHdaPYBCrDu8oicONY0B05pmhPHm4bwztpqs378WLNBDkhySqykXJHm+LFmbXXfKA8lRWGSu6Y5diz5aJp9+0eH4CdMhLfi+Oh+5XQV4WjLzwjwjHNGJkk1CQiANMYXFgFe0qBONM3q+K5pxapS6IqwE+6gVVBbc3zsDWI4a0dVP22dwIXQNKefalDUyJDjFVLCDvQaGbh9k3LQzx7fspF2Lk0CbZN9R12AhdWzDQlp2/u8Vr4A5be+9a3pNnD7AJ55+L4UXEAjDDzeQ10/oTrxrHz7299uzjnnnGKPTQ4gdOmNru/9Qory9vZ1u1OIcetcrSS35jJb6bAa+rBLqiQkRDvQ8tFHH023fXsdeNppp6XDPgWk7RUI1M8iJ83+8UW84h88gTfwyD7wHhnQjrUuGvJ9AJYSKg1QZrcBlgFIVFxlUuIbIxe6YvE2NGQnfVelu9XDYsM9GEZl/aMAa0NC6Wj6EV5Iz8gRIb/HerNB/sHGiWYf4GS8+h8lsYy2I6fdQOOftD9nfZQweyrG+uixkxmwgIHnnmsaknnXAAE0iJviaLNx+mlNgweHzykHYBl3i4Po1lbWm2MnTqRcmNW1/akI4CYl0NIeIOjwUyMwtH4cJDMGLMqwHee9jPYfjQ/HU4iLM14of3LDdAJZKU8GwLLSNKccaDZOP4WTwpoVGv3p4TEtAC6MZ63ZOO2UZgUwpQMaiaklwDJ+xt6pUVrwiOApJdjc5ZS+SXhrNPq1RKOm6QIsyDlzBaODbMwTsNhtzayybQ6aht61jdbPY3mH+NyGXdjOPOS25i590vY9fdTt69ZDLF2lKwX0vg0TqUwpjWo9LIDZ888/PwEW6VYfnvJ9locltyPN7iiyR2jAe7a2i/8ltAzAUkKlAcoEYOmPqJo89rRfn8tSGg/fzYAl2baxS15n9bDqqQYs9uA08klWSRDFM4JhX///7H0HnF1Vuf069bbpk5nJTCoE0ish9CJSRR8oNuwVn/UJ+myAoEAQsCDo89lQsYHPigIKCSBICWmEnp6QXqbPraf+f2ufu4fj9SZz72RuGPnfg+PN3Dlnn3322WXt71vf+uA7FhRGvIR1UwhWaCXJE1ypncIfkafZCwi5EVWD4hA8EJR4cHMZ7N24CXZvUoADkcVZBYyohqajj4BZVwuVO3JBqqXabV7dRYATD45Luw3Dk/RBwCKyPfP7XBZ927agf98+eJk0FNeG5tLNQ+uJAlou+EOXVIDMyIOR3BYnD1YCwCKikwVRWMRBCQuLUhND89QjYdbEYTsO9q1ZK9xBIhya2CsSQevcOTDiMSgEIALssCEkCnwZER4MsAhvWJmAhX1AAhYujK8EYOE9SbotBCylLsIHmj3kgigXTgIW7vzpGgqDmpGbfYZXUiFgKSyF45KbigO5xQ6mOltYVrmAhS4hkm4LAUuYCF1Yr4MBFgm2JMlfliNJt+U8SxWwDK+/HfJVrybAwg4oxekOuWHKLEAOnLB1JVwESXelmpZ5HQdpYR6NMqs0qk6/8847ceKJJw7WKaynwHYJkxHDrP+Dcli4QIY0VnzPhuvkYOqaACpuOgM3Z0HzCEdUsSArRjSwkAyKtxB56MJY43kafF8TUvwk0SKbISEGAzt34Jff/ja6n98AP5mBb7vwNKBjzjSc/cF3Y+yMqYhOaAcUE67wkwSAQSXR1rOFRYeAhc6fAKxB1Em1LDidXXj0j3/Ek3ffjfSunYg6NuKOA81zhWotgYCjKMgyGlrR4OUjjnQPiDlukDZA8eHmheB4rg9aeTS4vg69rRn/8ZmPo/XISejp6cavrroRzp5OgdmMiI76ujpc/IMfoqGtTfBZFLorBYE5754SeIXIhmAmH2YlsEyBmJwgP7+sqZcPqjqohSUMWKSFhZ+FHJZyOvJwFhLmUwvnEhJPp5IkHURVlcOhkWO8UB9E5hIqh3TL9iknl1g57RRe6GUuobD6OMuSzyDdt3Ju47V0yxRaMYa6P9u4lFxCspwDzYG8b3gjKAEI68Ucd8xZJDdF4blERMjl32u4rqwX+0A5x3D6WTnlD/fcKum2SMuNVtLtcJQxh9sxCq8L+3fDf5OEMLYZBxMHV6Dv8f/XccYZZ4hdrCQ20gUkd7HcRXHSaG5uHgR1pZBuU8KC8TL2ELCDLhXbRnLffqx7+BGsefARTG3rwJj6RjTXN6D1iKOAcR1AQy0Q0QGTpF2aOxR4ZhS+EQ3CnplZ0LFEWf3bXsIPPv5f8F/YggQpH7SiRHUYk9pxzn9/DK3zZgLjO4BIAg65Jox59shz8WDSRSXCigNLCQOSRPnCJeTA7e3DE9//AZ79819g79iJhG2jxrJhugQs/AFsTUVOVeBotAYF5F/D9VBjezCFn96HrXqCshIEOAfZkbK+AXV8K95w5aVomTIZXbv24s7Lr4fZTcVpF6qhiCzKJ9x2G+ra2qDRt0/AwjaUyEpEYgVuND8ffsWIKbq+hBUmHxUVnPay8q900x3MJcR3zJBV6RLiwni4AQu5ELQiSFdDoQW0UIDtYKM2HDYrz5PAgOXyXuz3pVpZSdKV4eAjPVuEybISLMq8TvJexSwO8rtiytVD1ZHPwmca6ggTasMWnrA7qhAQskxex2cJ56eSwKvYs4TL431kmoih6se/VwFLKa1UgXNeTRaWVxKwhF9NmATGQcHfn3/+eWHeLHdXUoFX/ooUKQFLmK0vllddF4vm6tWr/ymTbSmAJT2o9RZYA0zHCXgamRz6duzEij/chaV3/B9qXAVRX4Wp6DCiUSiMRmquh1lXg4Zx7WiZfoSwMChNzVAbWzBh/HjETJEGURBpk1u34NeXfh7a0xsRy9iIOD4sHdAnj8NrrvscWo6ZDbS0wIuYsBGD6msiSkfQOEQMdKCDQlKv4LoIs4kjeDJuMoXV3/kenvvz3fC270CdZaPeJmCxA10WBbBUBVlTg6uqsGlNgY+I56E+54roIJ88Gc2FLVACAQtl5DRkFQ3a5HE4/bMfQdMRE9C9dx/u/uq3YeztEa4z1VQxbvw4TP6f7yFWXy84Kb4aJLMTxhTuRqlD45Ge40HVNWi6hlg8jkRtPQyCG3Fivkvlw8zFb/nvRjNgkTtu6cKVY5PWPwmchjtYpLxBgPv8f5I7KNUlVEnAIl5RnrMUtrYUsyaxLQgQwiTXe++9V6TaKCSwHqy9SgUssm4sW4KP8IYwbGEp5LAc6LlkvSTBW1p45eZR9oFSXYFVwDLckXGI11UByyE2YMHlhZYW+fuGDRuE2m+pu6uRrdUrX5rsZ2ETrdwVcSILA5ZSXULURBPrYh4MqB6XbBdqOo3eLS9h1e2/xvI7/4D6jIWI68OgvgitAroGNWpCj5iINtQjNrYF0fpa9I9phT15Mi547/tgRPORXK6D5PYtuOOyz0B77jlE01lEbQ+2aiBy5BE45StXYMwx84G2Nvi6DlflXYKDBGDDUaCKhYFaMQ4UoQkThE7D8uAOJPHE//wIz939F1g7diJm20jQqeO4gk8rtF50IKu6cDS6fuia0RFRIOoScx1o5Lv4OWjCmKOKDEsZTUdftAbuuLF4/Wc/gZbxHejcsgX33XAzEt19AiwRkI1tqUfdhW+CGo0L+OcqOhzPh2NKa4kPg5xj24MbiSPW2IhJc+ejcdFCqLGIiJQaTJJNF5XgB5UOWGj2l6D+QBaWclwy5Swk4fDWMIiQro9DGTWFZRQKSpYyD1QasJTyfHL+kqRX+fuSJUuETEE5G7ByAQvLDmeCDs8LB+LUDPVMhfNz2JpTqX42VJ1G8u9Vl1CR1qy6hA7cxQo7vfy9VMLZSHbe0VTWwQALgdyqVauEuJY8SrGwyCghER0kNFIo1W9DSw6gb8MmrPr+bdjw+3vQks4iQXE0j0DDFsohqlS3ZZi1rgkvzra2NqTmzMEXv/9joLY+IMgQsOzcjDs+8ymoL6xGNJUWgMXX44gcMR0nXfllNM8/BugYJ9wmBBfkkzgMZ4aHuMvoF0YfufCsHFS6oEReIpYNOH1JPP7TX+H5++5DdtcuGDZF9RQojg/NonqvwCewtJywori+QUk4xAi60ilEMinodg7RzABMy0FUV5BTNaR0E91t45BtbcVFn/wYWlpbsPfZZ/DAt76FMQNJKNkclJyF5jodLoGNtMwoJpg/OUcqC3yhiptQFKQtIGPWo37CZBz39rej+R1vBWImPEMVbSewFS0TQiTvZavLUBaWQsAitYrCYc2vhoVkOGNxtACWYhaYwlQbpTxfOYCllPJeyXPKAcaHs55VwFIFLGX1typgKd5cFQEseY024goRh6OQVOdSPANd6zfg4Vv/Fy/+6V6M93zEPBeG64AOFdV3oHuBSgqtIXSzED/sP3ISrEWL8KlvfBuINwQPIlxCG/CrSz8Ofe0ziKRSiNC0Y8QRmTIdJ0vA0t4RRAhJwKJQ0o30V/4nYpAEmArCofMKdHTnWDb2rHwKXc89B7e7G5rjQjdVKBSvc3zBd2GIsK04cDVPeJJcVxWqulHXxf7nn0Ny906kN22E29+HRDwKL14DZUwLOl73ejhjWnHUCYuEe2r744/h4ZtvxZj+fpheYJmJGEA/76VHBS/FhQbbU5Dxs1CYb4hVtWx4ZgJ9kQTaps/CWz7/ReCMU5msCa5KmMjUBVpAw5UpBEp0CVUBy4GnlypgKWvqPawnVwHLYW3ul29WdQmNbMNXAcvhAyw+w39JAJX5gMQi6QJ9Pdi7cSP+etvtePGBB9GYs4XrhIt0xM/BcIGIiMSh5cMTXBFGCWXmzYZ++ul49+cuB2J1gV/DtjCwdSN++amPILr+BURp1XBc2HocsWlzcfKVV6B5/gKgdWwgNEdVWSFAF5BhScINxOGC2B0RgUO3USAPG4jb9fcL1Vk4OSiuBdBtJHguwq+UF4ILsgQJ8ivDroWkr4M9d92NvStX4tm7/4x4NgvLMBBtb0fTrFk4bfH18OvqoEU1dG7ehIdvvgW9f30QY7NZRA0dmq4ileqHaxBaMUIq0G9xPRe65sM0NcFboRhiOl6PzngNWhccg3fc+HVgymT4ZgSe74LhzpoSEMnzWl0w8kFEVQvL8OeXKmAZfttV+soqYKl0Cx+g/CpgGdmGrwKWwwhYhAson9Anr5kS8EMc2MkkurZsQZr6Jtu3I9fTjWxPFzpf4nf74SVT8C0HXs5CJpeBZeWQOOUktJ5/Hs566zvhG/GgbNvGwJYN+Pl/fhiJLWsRy+Zguh4sPYL4rPmBS2jefGBMSwAshL5bXhcFPiwiGIbGwhcBSUGYkBmI8HsUGbRg5LKw9u2CP9AvABKtNIKW4gYJEzWhveKIvNQeo5lIw1ENaM0t2HTXn7F7+XK8eNddaDEi6Od92jvQPGcuzl58PdDcDOQGsGPNU/jD5Veibdte1KXSsF0bOYKliIZ0hGGivCEDf3TEFB9mLgPVD+rN/+81Y/CnTsPYRcfhdV++Cmiog8uIFwHrfJG/SdXIfwnefxWwHPq8UgUsh96GlSqhClgq1bJDlFsFLCPb8FXAcvgAiyvopQFgoWrs4PZeSNi6QI46Klnkdu1Errcbqe4u7N+6Bcnd++GkUvAsC146h3RyAOlMBvWLFqD19FOx4Iwz4SmxgCzr2BjYuAG3X/IB1G7ZgHguJ7gwWTOGmtnzcdKXr0LTvHlAU3MAWATpRCrP+rBpVxGAJUh7FAAWI6CxELA4Fox0P3aufBLW7t1QclmR3ZAWGOrCvAxYXBh011CITvdRV9eI5mMXYeM992L3ihXY8Je/oFkz0Of5MDvGYczcuThn8Q1AcxPc3duwfeVK/P7qr+CIviyitJh4DnKGivYpk9FfFxeAhfmWWH3yfTIvbYGXIaiz4Ks6Os0o6k84Ee3HH49TL/00EIsKwCJzPDNDtqqbQR5JxipVLSyHPLFUAcshN2HFCqgCloo17cELrgKWkW34KmA5fIAli5ywggRpePIJCwVWIAWU5A+RnjiQ06evgvL3OWqrUKsl/0PA0tcn3B5KfQL6mAbUj5+EnK/B5HJMC8uGdbj9fe9F7fZNiFuWCCUeMBNoPGYRTrrySjTNnQM0NAQCazxkPiDhoqK5pEibcGEXVqEc8NJL+OON12PfqlUwBlLQPUcUYfsGfKFtogv1W01VkVYd5KIaps6dizOuvhI7H34Y+1atxJa/3gNtIIUBNYJ4x0S0zJ2Hc278BlATR8/Sv2HXiifxyC9+hbEZT6jp5hIxGBPG4qKP/ye6x08MVPl9B0oujehAH5b/+Gfo3foSMl09Qj+my4xgxsUXY9wJJ2DaGy8EohH45NoIoTxGPLmAGROPxINNzqPqEhr+/FIFLMNvu0pfWQUslW7hA5RfBSwj2/BVwHL4AItwaQQJbAQfJEI+C7f4QvjMD7b5rg3XzgaWAIbcUvBM2BHoZhFs3XwMLoGBDVAwzjCR8VXQ4aFS6fbFF/HT97wbjbu2I2ZZ0KhAGkmg8YQTAw7LnNlAXV1e1j4PWCSZg/6dUMLmANDIxMxBPiLvhedw/403oWvFChi9fcIdQ7+PpZCuS4E2E4rtipDldFSBVWegffo0vPbaa7D1kYexd/VKbLv/XsQdG2m1FtFxE9E0Zx7Ouu56caOV370Fe1etQu+zz6LW9jDgeohOmYQxx83H6Zd/Eeg4Ki8CZwPZAaBzH5Z88lIk122E090Ly3aQrG/CiZ/4CDqOW4QxVCyuiYloq8F0h2x3PSroRDzKUboNhzVXo4ReHj9VwDKyc/NIllYFLCPZmmWUVQUsZTRWCadWAcvhAyx2IFAbwgMe/GwmIOLaObhdXSJXDq0Bg9kORSJEnUl0AvCikSyaBy6qDWhMQqggbeqI2i7UTBYDzz6Ln7z/A2jp3I2oIOsCfYlatBx/Eo7/8uWC4IpEjcAhYgEPkYAp9iYX73xQ0+AiT+6H5mTgrHsR9y2+Dt3LlsHs6oWZywmAZTMhpNB1MUWWZc3T0Gv6SNbpmDx7Ls666ivoXLUce1etwNrf/wY18NCjJmCOn4jm+fNx3o03Anv2YMni67B/zRoYe/fD0A30RSKY+JpTcPTrz8b4150Lp3aisN6I/EXpfmD9i/jdJy+Du20nIpkssrYDq60DZ/33pWhbdCy0ubMBM0+0kbK9AqWQhJsHLNUooRJmi4OfUgUsh9yEFSugClgq1rQHL7gKWEa24auA5fABFuF+yCdiFtIfBCNORqjIDuzZg+eXPoBkZzdqaxJIxOMi/0nDmDGI1TZAj9dCNSJQonGo8ZpAkp4KaTqtHj5ysShMiqul0xhY8zR++sEPoq2nU2idcI0eqG1Ay8kn47jLv4jGmTOAWDwALEIj7uWkOgQsMjO0ACwi948apDLiv60ksHkT7rv2K+h6YhmM7l5EmP/I0GDF4/B0E54ehWIxDFtD0lSQqTEwYepMnPmlK7D/iSewb9VyrLvrN4g7LvoitTDGjUfD3Ll4/ddvwsC6tfj74uvR89zzqE2mYGs60s1NmHHBGzDrogtRs2AOnGgrNI8EX08QdJOPP4o/f/YLUPbsQ9z2kHF9+BMn4swvfA6tC48BptIiIx4g4Ovw06cMnTEojCgTP1ddQsOfX6qAZfhtV+krq4Cl0i18gPIvvvhiLFu2rKy7M+8L8+KEj3DOjMLCmMDrlFNOwcDAwAGzfhZe097eDibMK+fgc/B5yjmYjKyB/IMROMLqlYWS0cXa7GC35PXbt28vub1GoPoVLUL2s2JKt8MVjiM+ofdHYAL+CACTBdJJ7HphLX5/07ew99nn0R6Po6mhQeQq6pg6BY1tHTDr6qFFYtBr6qGPaYNSVw+/JgLUmIjHEnAScWiWBSWVwsCKFfjJJZdgXH8PdJv8EgXphmZ0nH4aFnz+s2iYPh2I0kVSAFioDScSHwZeIDqqSG5VVRH3A5Vcm2w/tG3bcN81V6Pr8Sdg9NLCYkOLm0B7O5BIwI8kAJcxQipypg47HkHL+Mk4+aOfwO6/PyQAy6a7/wDTyorwY619HOrmzMJ/fOMm7F65Ao/fcBOS69aj3nbRzzoefTTmve0tmPvWi0QOJNeoh0ZzlefBt/qx864/4aGrF0Pr6kbc85Ehh+boKTjj8i+hZcH8IG+SyOAYSuTE7NueAU1meS7BwkI12HXr1omcUjJTs3QJsZ+sWbMGl1122WC/LEXd9P3vfz8+8IEPVLQvH67Cd+zYIebNcg7mKho7dmw5lxzw3APNZ/z+5ptvxoIFC8q6D5+Fz1TqwfswWWIpqsClljlS51166aXgz2g7XvXCca90gx8I6Byu3cXVV18tElkVHoU5bw53O1FQa9KkSSJr86vpGEnAEmRYzruFuEBy4UMOSPZj9zPP4Z5rvobcixsQH0hCZy4cxYfFvIS6Iqwrqm7AiNYgUt8IM56ANXUqjAULccH73wMvokOlNkpfH/of/gdu++jHMMHOQrMdEd3TV9uIYy5+B46+5INIHHkEEAsAiwQtYr32XTi8r/AJicxE1I4VIctc65mxGdk0sGk9Hlp8A7qWPQGtp1ukLvTranDKxz+CMTOmA60tQDwR5CWSuiyRGqC5Het+91vsW7kM25bcjZiTQVKJQe8Yj/q5c/D6ry/GjuXLsOKmb2Fg/QbUOA52KAoWvvMdOOLc89Bx6imCe+MJi48r+D5Obxf+ceNN2P27P0PtHRApAvriEdQdtxCvufxytMyeDdTUAVo+NFuosJDLokP3tUBfhk9LRAbg8ccfFwuoTEsRlqznRubYY48FM3KHJdhlf6f0OxVVyxmLHMtf/epXX01DpqxnkW02UvPZgdp+OJb5sh4EEBncuQ4UZrgupz+Ue89/9/OrgKXCb7AKWIo3cBWwULlWEYvZrl27cPLJJ4uGCveXnCvSAglOCL0SAfk2B3R2Ys/Tz+LexTch/czzaHEdRDwXmu/BNlzhsaGSrMiYrKpwdHJZNOSOPRHGa8/B2z/yQbhRExozLff1I/nQI/j1Zz6DMSnqpDhwfAXZlg6c9pEPoeOtb4Y5YXzgUlK47DPBUaBrS5sKgVLgJ5LBQjqIg4LoZw/IpIVL6B/Xfw37Hn8CfncXNN9BfHwHjvvQ+9E4czowaSJgRAQvBy7F3UjE1UBstvLOX2PvM6vQuepRxD0HdrQBSksraqdNwxu+cS12PfUUHrnxG+hbvwkJTUd/exve+bUbUTd7NlSq87ImMQfIZEUIt9XTjTs++kn4T6xCjPmXDAN7oipmvPkiHPPhD6NuylGwEwloQWam/H8ELBoMApZ8omfShKqApcKTZ5Hiq4Dl8Lf5aLpjFbBU+G1UAUsVsAzbJcRFXxBDGBnEzH9sS0cQTfc89wLu+dZ30bn8KbSRturZwmLi6g4MzxUZl0meJchxaHVhWPRZ56PmjW/HmRe/FTA8gDot+zrRc/c9+P1116IxlRTAyNF0JFvG4qIvfgH1Z54Jta0ViJHEq8Hliq2oIhSYxZtCkC0fzSRifVW4TIgoAUs2BWzejAeuWYzOZcug9fZCt22RUbpl3lwYTc1wa2pgCXKxApVaKUKjhWWo2Ln2WeS69kLv3QPddeCa9YiO7UD9rJk4/cZrsY/hzLf8AF2bt4rMujPe/hYc84EPwGwbCyRqIbT5kRTpDJBMI7dpG2775GWIbXwJZt58tTOh4aKrr8CE818Hc2w7rEgUJkyReoCRQoG0nA6K80vAQjxVBSwVnjyrgOXwN/Aov2MVsFT4BVUBSxWwDBewBHl58mJsErAQwezZh31r1+H+H/0M+5avRoNrw3AswLHgIgvVdgRBVfe4+HtwVB++5yH++jeh8a3vxgkXvB7QKDxnwd29G3t/+zvcc/O30JBOi6gkRzPQPaYN7118LeInnQSlqSkALELpleaTgFQjAItQUpO6MIFryHEDwMJ7g4Bl0yYsuXYxup5cDqO3H4ZlC/l9s7UViEZhaQYchZmmyX3xoPA6kmRVDX2du+HnUqjzMlA8Fzm9FvH2cWiaPQsnf+0a7Fm2DA9/78fo3r4TNY1NOPVTHxPAQ2NyR5MRVCbg9gEZC05PH7qXP43bv/wVNO3ugUaAp/jYVx/Bh279BppPPAFqYxMsMwJz0MJCwBJYWAigqoClwhPmEMVXLSyvbPu/0nevApYKv4EqYKkCluECFtfLQSNZQnA7SAINInIwWwiw+AAAIABJREFU0I/+Hbvx7P0PoXvtBvi9PfAyabi5NAZSPfCSfTDTOWgMW3YcWJ4L33cw9oI3Y8Jb34UZJ58QRAtZNrJbt+KlH/wIy37xS9RaGXiqipxhYH9zCz72gx8gIjgdNSIRoAAsFKcjYGHmZgIWEm18Jx9NQ5SiIOf70BU14LBkUsD6DVjytZvQ+eQK6L29SNhMesjzFDiKAosPRbeSiOEOAJCiisQBcK0MNLggX5jZinpcA/Fx4zFm3lycfu0V2PTEk3jgx79Eti+JWYsW4fSPfwz6jKmAYYi2cgmC7F7RCft27sXq3/4Zj//fnzHeVqDQYqN4yLY14EPfuxnmhA74EQIoE6bUsFGDXEysjeKrVQ5LhefLoYqvApahWujV/fcqYKnw+60ClipgKRWwsK/I/kIiq4Nc3g0RuITIeXENCthT/80FktmAo9HbIxRvfSuL7EA3kl3dGNi9B6meXuzbvgPbtm1DZ2cX5px/Pha88SK0kZMS1YWs/8Da9Xjma9/A5iX3owYubE1BmlomEyfgo7f/ApHJk4UVBLopXqTLdMoaExQSsHgwLYIXGf7riszQOZFqUIHu+yKPkEdr0E3fxN7HnoTKMGxyRwgImP2Zz0SyjanCJomXQngekw0qiOoqdAIYurXIP9FN7PV0NE2fhkknnYBTPv9prHzkMWx4fCXq4nV4/UVvA2ZPD3IECAJPPtKHZBhXQW4ggz0btiOSshDp7IcqrFYK/DFx1M+YBr+xHr5hwFVUmHmjkfBPibLySRqlYF5e6rZKuq3wBFpQfBWwHN72Hm13qwKWCr+RKmCpApbhApaMMwBDD/LZ0MXCCJycQA1BbiHV8WCQlcvYZ7pqfBe+68Bnhmbbhee6cOkKyVrwmCOosR5mYxO0qEF/jYgQ6n76OTz+5WvQu2o1EgaQVYAsc+gsWoR33PwtIdJG14qv6UE+IxJuhShM4K3SrEBUl4s6MwsRsNhKYB2hEcdkssMtW/C7627AjieehNbbh5iiiPBpxVVF9DDzIStRYgofmm6I6KZcKsXMQjANZn72kc5YQKIOSvs4HHXCcZh+2qmY8IazsX/3XmhpG4YRRW1rB1DDaKNcYPXxrCDfEjk2FNLTTLhmjai44ijCxcR283Ufak0MrsZUAUy+qPwzYCEgE6xnEoLzynH5MKEqYKnwBFoFLIe3gUf53aqApcIvqApYqoBlOICF1hTLScPIK9UKp4SwutA1wQgg8lN84UURi6hYSLkS0yKRX1ilOApdSq4H39Dgm1qgTEvAsn8/Op96Go9ecS2sdethqg5SKpBNxNH2uvNw7hVXQG9tF4DF042AxCvzCSmB8r9vBwE9wgrh5USQj8MwYp8/BFU5KHu6sOy3/4eutS8CySQMVYFquzDEOYoQm/MNRifxBgZUxYDn2TD0IKmi5/rI2YBZ2ygAVNuMGWibNRM10ychncnCJCFWNaAaUQHrkju2ofOlTejZsQWalYHqKvBiCcRb2jDp+JOg19RBIYAhoZbAhjmGDB0uOSoiN7MaWIBYGtuJHCDhqpJC/YHIHY8qYKnwBFoFLIe3gUf53aqApcIvqApYqoDlYIBl8+bNIqyZolNhlxABi+faQjU2WESDjHsBlyJQRKGSrIgeEopy+UOYYvLJfQSikPmEyGP14GtesNT6Ntxt27Fv1VN45Oqvwdy5S4RMpzTAbqjD3A99CPM/+AGgoRm+UKPN8zoIWOTteK4MvRZ1IXrhIs88RnlFXFpSsjl0r1+LbPd+eLmswFMEWxFPz1uPPNh+RtTPc0z4ngFdV2BEHOEeEoYQV0ck0YDImHYYLc0wmhvhRgFHVaCrRhBhREyRSmP3sifwwsNLsX7Zo4haGRiuDq++Hi3TpuO1H/8ojHET87oydMExJYAjODMiYlmAPR0aPxldleewBFoswSESUjIHUhWwVHj2/Nfiqy6hw97ko+qGVcBS4ddRBSxVwDJcwCIyBQsXT6DP4oiMzVzAGUrswyBQkemDBUahWhuxQhByHKAHDZrgiyh5awGjcFy42QFkXliH3StX4x833oz67n5AsZA1VCitLTjrii+i5dzz4NXUwaerRDWFsj+Xa7poRMoiTUVOCzxCBE+ql4NCrotGgTUfvhNEOQktXGq8ENDwC4OVJdrJk4nFc1iAoMnEIZAI3TlKKp9IiQkWo4G/KlETcGgUH1nTh6cpUOhGIueFIGMgja1/vQdr7r0Lzz20BDW5NGJKDG7zGLTPn4cLv3wl1ClHIk0SsbCTKDBJ+6X7TGjAqFAVPVAf1ege8oSrSritQv8FTKKqhaXC0+e/FF8FLIe7xUfX/aqA5RDeR1hK+2DyyjyP8ty6rouFh2qYFAybPXs2cjnBSqjIQV2Kyy+/XPzw3qyjVNzk74XHwdIPyN0/PykvzmcQS2I+8x2fg98XK7fYw/3/LBwn25JtF7awsJ3+6R2k+9C/cTPMfd2IElBYOUClDkp+r88FmhYPAgNGxZAI6iQFl0X4ikTuIaEeJxIhCsMLo28oQ9vbhe41a9C1eQvWPrEcyNrw6J4xIog3jcFZ73oHtCMmAnXxoCzbCcoSGaFpfcjfGwZc3xZaL+n6GBrnzADGtARJFymH358Btu6AtWk91FQfNDjImEEaRdM2hLtGdfIuLD6XR7MGURBRWjL4ZGCx60KNBMRfySPxDBUp1nf+fGi8Z7wOyDl48ee/xLYH7sPeJx9DTbIf/VoCxoSJGLvwWJx55dXAERPgM9N1/hAGKs+Cq5Kfw9srVLsRR+Ag8mHQGsR6Ss8QPUoADpZLiKk6jjnmGEF65riT751jhPPBaaedJpRuyzkqrXQr57HCua2UtAHlPMdwzuV8xja79957B+czzkP8KXXeKXZfvhuORf6IjYHj4Pzzz8cjjzwCyyJJqzJHU1MTNm7ciMbGxsEbSKXkwvm11LWmMjUdPaVWAcsw3wU7FAe3HOC2bQ8OIlkkJyUOgrBcO7/j75zEjjzySPF3ljXSE4KcFCnNf9VVV4ny5YAUEzFdDl4gqx5eQPm3g4Ea+dyDk72igM9OsCKfgf8e6vj/GbAEa26gdHsgl5BKkNDfiT9++1YMPL8W2LEXTcQfdgY+I1v4/sjb0HRhqQi4oMx3k6GBAxpBCS0CQtMt+LfNAGESShUXUTsLtb8XXjKF7L5uGPxej8HyVViajvjEcXBrEnB0WmsCHRczb7khbmEOIYU3yvhwIzpypgKroxHv/sLnEJk6DQoBiwO4KRvP3XEnNi5dCmvfbui+jZzuCg6r4RpQPRUqo6JpFxKBPQRWRqDw62fgqzY8xRc6LYzeoUVEBD6LkGUdekc7Tnnv+4S7Rx83Hsi4eOaHP8TOhx5A56onUZ9KozcWgzpuEtqOOQZnX34FMHEyLF0X2EsYUgQmcmiMEk0lyh4ELIGRhyq3ik0QmKey5LHTUIBl0aJF4h3LMcX3zrHJMXLqqaeKxZdqu6UelQIs4XmAdSE44Lge6Xmp1OcsPE9ukmhhefDBB8XcFZ5zRARdPmdTqfeQ58uxyOvknP3a174WDz/8sJgf+V0lDgKWTZs2DUrzF6b1kPcMp3vgd3wv5fSZStT9lSrzVQ9YmGCsEvlqwjthDhzmDGFirrCl5WCAZd++fSKRobRQSER9sI7A5+DzlHJwUuQkyWRp73vf+wYXyGI7qDD44L9p+WF+i2K7lgMBllWrViGbzQ4Co6HqmMlkcMstt4Cfr4ZD9rNycwkdELBwJe3bjds+/yV0P/Uc/G070eISTOag5sOKbS6l1Blh/h3fFYkHSSJV6UERBgQClpf1Q0gqFSG7cBDxbcR8F5rjQs1kEVFVmEYCOUqneEA6ZsLVDVh0QTHrsu8hQsua6wriL/VTmORQzQC5qI5MRIU7qQ2X3fwNRGbOgmKYwhrhDFhY9r8/xDN/ugvWzu2IeBYsPcgIbbhaAFjIExYcEaIBIgEDukrHFgOkrQCw6Cps7qRFKLQq7p9TdJiTJuCCSz+DcfPmQZ84EUhZWPGd72LPI39H79NPoTGbRXc8Cn3CRLQtOAZnXn4lMH4icpoRJJRU8h4qRljR0EMLy8u0H9E1g4gnVUQWDVpYSgAs6XQaH/7wh7F79+7BRU+CeY6tiRMn4p3vfKdYfEoFBrTIPPTQQyM+ZArnhdWrVyOZTJZcr+FUiPPlCSecMOSlcmPINpo3bx6+/e1vD4KT8Dw8UoCF74iJ/55++unBjd2QlSzzBD5TLBbDpz/96cF1o5gVpfA7ttnChQurgGVqNLAz378+K/ZqZx+dt3mW+SJG2+mVTGIlB3ldXZ1IYlVDgS165/Muk/CuRe4IJDDhtRKslNpmRPx8nlKPg4ETWcdipl9OitzJyAkgDFLkcxTWYfLkyaINSj0OlPir1OtH23mynx0KYAmDVmFx6NuC337mixh4ei2UHfsQ700joniIRqJiUU26Odiej7hJNdcAVAjThO8gy7BmeoC4MDM3D8mxHsXcaMHIwdayiOqUYvNh2g50uoMUapDoIsqHcm2UWAn6B90iCnTNE5YWWU9Di0C3dSSp3RJRYU8Zh4/e+nVg2tQgmSEtOp1JrLrtdqz7/Z/gbNuGOEOOVUvkPdI8Nc8XphqvK/giZJTAM8Wz6LDgiDAkQDUMZF0LhhqBp+iwFQ0DigF7XBvefOVVGHfMAqCjA+jqx/2Lr0HPihWwN2/EGNvB7qiG2qOOwthjj8Upl18OtLfBUiJBaibPR5TWKJmxMa/bG2RD4sFwbXJ08qRe2fHyRsSDWVjYdnKzJLM0JxIJsZHg2KLL4XWve90/uWqH6te0sNBqWqlDWhs4nmXmYbnxKmVTVU69mPx069at5VwizpUWaTm/yjlpOFmPpbtezsdyrit3bi77IShk2NcHtnNvb++gtV4+S6FVRz4bQS7bLAzOCi0ww6nLv8s1r3oLSyUBi3zJ0rTX0NDwL++dkxM7FE2sxY6wFWaoTlMuYJGDTnb2cMeWrqnCnR0n1qVLlwrAUjgByMlM+nxZX1n/KVOmYPv27QKEFctMW/hsVcDyry6hsGuQjg9153P47ZXXov/5jcDuTsT6MoiTPOt6sOEiozhIJGKwM9lAIw2K2HlZroOcS4uBCkOPBiouLlDjaqhxVHiqg4yShodcYDmhfcMD+m0fWjQBLRJDP/36DGXOh00zzNhT8oG/dGflF/uIUotshKDFx8DYOvzXrd+EccwxQDTOEBu4vWksv+1nWPuHP8Hbtg0J24LqW4LLIsjAtKswhFt1hCXFo5qsy9SDpN96UF1LcEh0XUPWtuB5tK7osDUT6ZoGJFtbccEVX8C4BfNgtLUBfUn83yc/jfSLz0Lfv1cAll2mi9Z589F+3LFYeNllQHMTEKmF66uCs0xXF/8XhC4HR6B8k48YH/zu5V4saUSlABaOI1pU+MN5QI6rcscz715pwCLH9FFHHTUsMDHUHBb+ezmA5WDWE85L5NBFKXBYxiGvK7SMh4so12pT6u15766uLkydOhU9PT1ik8sfOS/zs3BuZr8hgZ+8l+GAs1LrNprPe9UDFumLHMmXELaWsFNx8SXqpaWFv0sSmOx8Ye5IuBNykNEsWOrBCe6MM84o6XQOwgMRelkfDm6arMXknLf2SFRPkzMBi9x9hF1DdOHE4/F/qcP06dOFPzYMZg5WUbYZ3SGFqdVLerhReBLfC9/PoVpYBk3ctGr0b8Ovvnwddj79Avq37UEk66JGJ+GZeXd8eIYP17ERVVWx+NPNovm6iCZySfAOBFfgWa4AM43pHBozObiOBYN4gmHTBAOGgSTBQGMjUnQHuQzUiQi+i0JhNd8TSQ9dnbwBBarQWWEUkIe0pQPxKBxThzauBZfdsBiJWfNEaLPv+vAtF0t+8GM8+6c/ILedLiHhUAoyUHusFW03GlyN0Ti0sgTRThHbRYPlIZ7LiaSHUddGIhFHLusId07GjGC3HgemTMHZl34S4+fMQn1HO9DTi5+9972wNq5HrL8PtbaFvoiKmaeejLbjF2HiRz4E1NcDRq1INUD/mWU7MEwmOwy4CrJuNK3k5VgGP2UIOWvNYyjA0t3dPWjyZ9+QxHR+SsAS5mIM1bXJR+PPSB6Szxbm5HFhJM9Ozg2SNDyS9yVgYfBBKQfrQZczD4K+QqtCmMNSymIu57Zw24e5fJJsy3myVHddKc/Bc6SliqRsAhYCF3lvWYZ0HUrAJOdm2WZyneH5PLeUZy61fqP5vFc9YJELyUi+BHaWsLuHlhUOPLn4FgIa3ruQ8MrvOAnI6J1S6lfOjkx2eNmxwwupnDjlJCQnKmkOJamNgEUOLjmowwBGDhA5oI4++mjRBqWajSXIe7UAlpF2CQk3TGofnrn3fvTv2o9Mbwq65cFgGC93X7QGmApcKwuTYbgkrAoFVxo2dHh6Pj+PABaBKm5s6zboGzdh0+b1ZO4JgCCk6U0DA6qKOWefBaV5DCy6c0wTrsNQ3kDnhfwOV3WCdD8yrw4JgD7DmBURWaM21uGkN70J5tgO2kaEy4XquBv//jD2rnkKbncnNIY20/Xjk1tD20Y+kaJQyqVAGxm4LnTbQyxtwV2/Gbk9e9C5eQNiqgKLz1lbLwTt6k55LZT2DhzxhrNQN74dsVgU2LAJt33ow3B3bkOdlUHCcZDRFByxcAGaZ89A+4Wvh0XA0tCGaHMrIo1NcIlKCAQFvThwBuluoCWTj+QORPKCcCIxLkSOpxIAC3fP3DzIKBR+csxznHA8n3322WUtiHQHVcIlFA4i4DhnQIB08VaKeFqOhUXOPXKBLnRlD8eVE3YtsdxCPkylwIC8T39/v2hngloBlGk9LYjClGuNnFfpQuJGLwx8SglyKGV9+Xc451UPWCrlEgoDFoalsRNJl1Ch64WdToY0FyLh8EQxVIcpB7CwLDkxyvoUEmblIA0DFj7XAw88MOgSktdK4COfW37KcG0OJLkjKwW0VF1CgUuIII/CcSeffHKBcByg5PqAvgEihUC3hIq19EUwnw8XTmZcpn6JYIsy5Jbhx9Q5MQMlWy63FJZzXXhdvcj94zH0P/QQVi5fAXsgBZfUFl1DriYBbVw7LvzspUgcOQVoag6sDza1UBjKTB4sy7cDmXvWhcxeRgJx4RYh7p4oS2ttE/cnCCD9Raja93QD/T1ANi0ySg+q8YImfC78MqqMJ/PvdqBIN2Ch+/6l2P/MM3h26RLolgXP1BBpbUfj1Bk46fJrgLp64Mh2IG4C6RSsv/8dv/zc54HOvajzXMT47FBRP2Ec4mNbUTt7GgYaG2FOPAptc+ehbeZsIB5HbjDKmWRfJnXUA8AiI8gJWESbBlYYTQkie4aysBQCFmlh4WaB4/ncc88tKwqlUi6h8DzEf9MlJK0fMpJxqPmp3L+XA1iK8TSki5r3HW7kjLwuDFbCz1EJfkgYsEgOiwQsct4OW7Rk+3O+4Pm0ZEurmNwMl9v2/67nv+oBSyUsLLKTSDOeJN2GLSxyQS/GHwmb/8ox5ZXjEirskIVWFIIZDlb5vRwArJsk3UoUHyag0VRKk2zhDocm5HJJt2Gr1L/rAJL1Hq5LKAxYCnd5cFJ58bdgnfQZEh+hqJr4JS+2pgMWF9HA/SNicgVfKg8ueF5/H3qXLcPOP92N3ffcj1R/ClGoSPoKMoYGe/xYHPv2izD93e+B0dRApBuACKFcm0/8R9OKEH7TAN0IkiEqvHcmyOQscgQwakkVQnOO5wf4Ch6ingM3GQAWReha5EGPT3coY4uFtn/QlIYLX6c6LrkrJvb84Y/Yu3Il1tzzF9QzhJ4KuK1tqJ8xG2fceAvQ2ATUsi4+/GQfdt/+czzyP9+B39WFmGNDyaSRMGqQdG1k4aHXUJGpb0Bi+hwce+GFOOYNFwATOpAWIc2BhC9bMmYbLwOWfN5DWn6COHHWtnTAIvkr0nQv+QpyAxK2vg41DugOGmkLi3SnSPcP6xAm0VcSsJTqEgqPjfAiHXbjhAHMUO0Y3qwVbhrDG65y5udS7innVH6SdDtt2jRBuuU9+SNd+dJqEt5s8hpJug2XczgIwqU+W6XPe9UDlkpYWKTpTqLi5uZmrF27FiTfFrOgSDNf4YJULnovx8Ii68jOzM5PcFLskPWVAISkzfvuu08INBWaGg80IbBs+mLLYfxXLSz/amH5l/fj5+DZPnxq3GhGoD9iOzB1LcAHcIQbQyQU5qLPcF+HeEOFSyDhO9BogVmzBj//+jegPf8i6nfsFcut6xuwGLFSV4vowvm44PproZG0SrtMzkF6fyf8XAaKZwnQoeoq1GgcZksbEK+Bb8RguR4iRmDBCVZ6unc0ZGxfhF7rIvrGh9fTiU0PPQh7104YrA8zTTPcGqbI6yyyNotM1UBWdUGs0NbSgvHHLsL2pUuwe9UqvPinPyHm5OBETETaOtAwfTbO/cZ3gNYWuMRnrgN0d+KJr1yNl/7yF6jJfkRdFybzLYH8lMAA5eoqBjQde804jr/gjTjp7W+FdvxC5BIRuMwZJACLipiV10bJg5VALDhwZwXgKiDRH8zCIhelMHdFjkd+ljOeZd+ohIWlcFxzPM+cOVPs5EeavxHu4+VYWAoX6MI6D5ccW3idLFeClkqCgbAWVXhDKS3jsu3lJ+tCF9KLL754SEJ5lQYVlSx/VAKWwoV8uJ2RDTccwFIISAqBRuHvBCrr168XgKWSx3AmOAmqDjTxFAIWDpb7779/SMAiSWAyPJoDiS6hcNscrC0qBVgOBgKL7aTCRMOR6GdyNyp5P/xdSvPLsPcwn+igFhbGAlFUUGiPkKCqQHU9QXgV23/hbxEB0CLwmEHBju0hSp0WWmeyabi7tmHpdddhx+pVqO3sRsNAWmQl7lV1OGNa0Hj00Tjhwx9CyxmvBeK1yHb3oGfrdjzwqzugJQeg21mR0djhXWoTOOsd70L91KnQx7YHwm2KVALNK6qpOnIWQ/aDH4Yvp7dsxgPf+w72P7Uaet8AIi6JwjocyxUAwaDFhhYSDxjQdeTiCUyedjRO+dRHsO3RR7B79WpsvPdeRKw0XFVDpGM8GucswLnf/K4g0DKpI91Xzo6t+NtnP4uB5ctgpLOIuh6iDNduboGbzcLLWfAyGSiROPpitWiYPg3tJx6HhZ//DPymGmQFj0YRiRQjlO4VceHBj+XQcEWCEMEZLUkBYClMfhheSNnfuChxTEmgIq0tPE9aTMuxYFQCsITdvrL+4fFcuMsfqTmuXMBSyn2HAhqF88NIrjWl1C98jgQs5LKE581wf5D/llY4thnpB5LbIoFceB47kHur3PqNxvNHJWApRM/hTlXuyxgOYJGoOnwvORDCSFi+0EIOi+x8I21OHC5gOVjHC3Nxgk3yP3NYCgFImGzLv0nAwrBmuoTCvtVXArDIvlPMGlToxqpEPyucONg+BCwrV65EbW2taJJSAYtHmEAuiAi7DeJpmDQwkLUNAAtF1EiNDZRuA9eRQbdLug/pPTuxacnfsOL734PZ24OadA6xnINsPIruWAxtxx+HsfPnY8F73welrQPwDdj9KfS8tAN3fvVq2Nt3ImqloTHPju/Aicdw2tvfjgmnnIoxxx4LLxaFKngdQfyvWO41U+TkCfLukATsILdhHe694QbsW74cOkmo2cAlJUV4NZWCdLTkKOgzY0glGjBp1nScc82XsH3FYwFgufteRLMpoe5rdoxDw5z5OO9b3w1cQsxCnUoi88IzuPu/Pwdv/VoYmRwMEnehofHkE2Enk7B6+5DatlN4djKxBNDWhsSs6Tj3xuuASW2wTB2eSO6oIeoFwncCsGiAxWzRZt4VJ15iaYCFi5HUYJGf0qXK8cwoxlJBPs+rBGAJjxnOc6wnXUKUKQgviCNtbakEYAnP2YcyBxTOFZVYvA8EWAo3zNJCz88JEyYIS/aB1kTpIitce0Z6LapEe5RS5qgDLAcDJPyb3CWXaqobLmAJL8yFO6DC34tZC8p195Tysg4HYGE9whyWYgherIt5N4AELCTpSQtLKVLWlbKwyHYsRmaWg1mChvBnuP0PpZ9J8384vQEBy/LlywdJ2WFAezALiyOgyMtpDrh2BlL7eYzAUGCq14rsiEF25AhhQl8/Mjs2Y/+6F/HE7T9F+sllqLdzMC2KtflI10SRmtiBBW95i1B/bT3jTECPQcjc2j5Sezvxp6sux87ly1GfTiPCd+3ZsCJRjDv+eEz7jzfgqPNfBzTWw48wP1YesDCsmtwWrvLCf+UDJMpuXI/7b/g6ulYsh9HbDSPVD931oZgMK6b6LuDmUlA1Db1mLQYSjRg/fSrOXXwFdq5+ErufWoW1f7wLiWwGvh6B0T4O9XPm4rybbwVaWgOc1tON3uWP429fvhLm9h3QMjloloeYpuOoD70PfjqN1N692MG8SQM52EYETmMjIkcegfMWfxn6glnwauICsNgugU48YNzmAQs5wIYekIuDo3i25kILCwGLjAySLlapxSIBSykkddk/KwFYwmOGdaEVqFA4rpT5qdxzKgFYwnU4EFG3cI0ptpjLOSzM6yn3+YY6vxTAIsuQbiIJWA5kDZZzXLE1a6j6/Dv8fVQClnAHCr+Y8MsotXFLBSy8pySihsN4w/5DuXgX3rtYEqtS61fOeZUALIX357MvWbJERAkVA4XFJgG+I4Y1E/mXugurBGDhvcOh4qyr3J3w+7BeQeHua6T6mZzgpKAeSXQEc4899tighaV0wDJIRRXBOkKMNdCAEz+WyjBc0j8VqLYLxXZhUD5+3z4svfVm7HpqNVLr12Kiy7xBffA0HZZhoCtu4MRPfARHvvXNiE2YAERr4SgR6CSSZrLwenuwa+nfcOc116B5fxdqbAcJitXpOjJjmjDrjRdgzjvfBhx5BFIt44NIIuq5sDYecxUxookV9IBcBnhpK+5bfB26li2D3teDGpEM1EZGVcH0PI7qQyUvRwP6tDgGIvXomH40LrqHxgPbAAAgAElEQVTmCuxdsxJ7Vq/Gut/8AfWMWjJjUDvGIjFnDs6+9Vagtk5ETVl79mDPfffgr9cvxphUEhp5NC4Q0Q0suPVGNCVq0blhI/76zVtQn3UQ06LoV3zk6mtx/Kf+E0d/+P1Q6+uEdo3g5miJgHQruczCEfQyYNFKBCyFLiFJqiRo+cc//iEsLK80YCm2+BFkS07aUDy4cuaw8LmVACxyoyDHeliYU84Nsg6F4FLOFeF5vtSN8XDaoBTAIsXkZPnhNpPzG+sto1B5XtjNH16/hhtJNZxnq9Q1ow6wyM4iO4ocTGxsOXBkJyylUcqNEpIdhPeS7Plwpwm7hOQ55CbQHSJN/uWw/kt5BnlO2IRcznUHO1eaH+VgZdtKC0vYty3LCLszwuVKEzKfvVSlW06II63DUo7pM2yFkf2MdZdWknL7GaXW2VdYBhcmuUtj2zA3ixQJDIe4H5TDImU/8h4g4WNh8E4+OZ8FytcDEUZ70ZqRdeCs24K//+hHeOmxR2F37UdNNoVaK4sofPSaJpI1tZhyxik44XP/hcjkSVDiCbhGDJ4SEUkA6cJRcllkt67D/33mM4g+vwGx/gHUpLJQNB37dA1jjluAI958AY54x9vRP2YCVArM5YOTfdtDhMJyAlURsGSBrVvx4NduwL7HH4PS1YWoQvCjIj5hHNREAjlThxExYLs2UloMdrwO4ydOwsmXvA+7H30Ue1auwobf/wm1NkROIbWjHbXzZuOc73wbaKgHevvRu249Vv7wB9i19D7UpFNCtM5TNIwZ04IFv/g+auvq0bl2Pe5ffAO07XvR4PqwGCVl6nBmTcXFP/4hjPZWEWHlayYULSosREFeIR+KTr3dQKlFJEPMW76G4rBIFVOS2WXSQ7mYyg2ITFRaypiulA6LBNFyES8W9VfO2CrlWSQfo5RzSz2n3DqG+TlyDgwnsi1nDij33qUAFvncYQ5LsciqYm698OayEhb/Ut/JSJ436gBL4SIZRos/+9nP8POf/3www3EpDcGkdAwbK+WQwOTOO+/E2LFjxSXhjnCgMqjAyER+Ulm2lGtKqU/hORzgTGY40kcYtPDft99+u9hdFfpSw4S2sFmV369YsWIw+WEpVhZO0kx8dihp4Qvbodh958+fj5tvvvlfkjKOdD/jeyEwkQfDv2X4Kj9PPPHEQYtVqRyWwZTBYcCie3A9aot4QtE26tOy4gCdvcht2YYnfvhTbH/kUZjpLDRGhuVSYrG17Bz8I6cgvmABznjvO1B//LHwEwmht6KoJhyHQm70gDBrsge3dxee/8lPsOU3v4f10jbU9CZRY0TQqXjItDah6aRFOO8zl8Kafwp8hjcz67HIPcTFPO85Id/GzgHr1mMpOSzLnoTf0yMsFZHWFix81zvRcPQUuC1joJCHIoAYa6AhEo2hbuJEbPvdH7HvyZXYcs99qHFcpHQV+oR21M2fjbO++TWgJgFs2YY9q9fgrzfdBHPPdujZHBQzAi2RQOuECVh4x08RS9Sgd9MWLPve97HjwYfRnEzDs11h4Um2jcEbv3oVGk87DfqYMQAl3plXyWFG9jzH1jBg5/MKBYAlCMM+GGBJpVK45JJLsHfv3kEQLzc87KsEBeHEpKWMa/axcD8r5ZrhnLNs2bKiStmljO1S78cFm4kMR/oorCPbmOOT34ctJuE5IAw2eN5ll10mkh+WQ4jmutGWj7Qr5ZlKASzh9Y9lUnlXJow8EH2i8Pk5B4YTRpZSt9F6zr8NYGEDfvWrXxWkM8mbKKVRyxlgErBwsSY4kEfYdBjuJNJFRYllns/spjwkKi/n3qU8i0ytXsq55Z4jybIcoNKNFrY2yWcJW2J4D3lOMTfaUHUod0cyVHnh9yX/zTZjqoGDTVY8N1yX4fSzsDowyyKIlYClWAoG2acOamGRWe3/ycJCAizzjDCLsguTbpLeASQ3bkbXmmex4kc/QXrrNtQrmrCYWFYOuYgmLAc1xx6L5te8Bie95U3AuFb4RiRI6+zrQfBLkNmHQc9Augd7l96Pld/5X/S/uB613X2o0wz0Kx564ibis6bhnI/9JxL/8e7AKsGLVQ8Kw+j5b35Bq4+TBdauw5Kv3Yh9Ty4HevuEbyvWMQ6nfvwjGDNzBpSxbUJp1mestlDAzV+rqNhwx++wf/VT2PXwY4h5Pvp1RQCWhgWzcTYBi6kju+pZ7F6xCku++z+oTfVAsW340Si0unocNXcuZv74fxGJRJHasQNrf/NbPPHzn6O1pw+6w9xFQF9dHKf950cw8W1vQZQZnxMJ+J4KjzmT8oLBim7mAUtgTcoHPR8UsJC/ctxxxwkBNu7aZR+U8wb7Jq2ZldzFlzpmis114WtHei5j2bRKMxqpEke4vtIqVSpgYX3Cc2CpLju+5/C6MdRzlQNYCt9P+PnCVn85l4X/Hu5nhVIVQ9VxtP191AEWueAXNiwH9bXXXit+Su1Aw2lsLtgbNmwQu5/wInawcDmafclTkBLLw7lvKdfIjlfKucM9h89JuXCaq4uRZwt3HGHOhoyCOJDmy3DrVOp1kofEekt3jwQs4QEvIyHC/m359+H2szBRWbqX+ElLCwELXV+yD0lwx/oeFLBQQVaClXzUsGCvSERg2fB7uuGsXo1n71+CZ5c+CGP7djR4isjhwzBnK2pij2Fg6qKFmHz+GzDunPMQnzwhWHFVHb5HeX8XuqaJcj0m63Qd6FSc3bEdS75yHfavegrG9t2oy7rwDA19JkOF63Hk8Sdg4de/L8TmmNvI9SzotE7kSbgiTplh0evXYen1N2H/shVQenuhKT7UhmYc99aL0HTEZKiNDVAMQ4AH6rcwHFrJ5ODv7cTKe5egc9MW5LZuQ9TU0K160MeNRcP8OXj9974lODeb7/g99q5cg/VLHkLcGhBunHTEgNLchDe86z1o/sLnA5dZfy8yzz6NWz7xcYzv7EEtRYEVFXscG2NOOQUnf/6/0TxnNtA0Bo7N5I+aAGCBLUVFji4zLfi9VMBy7LHHinccdpPSPcTfqXVEVenRsoiwf0rSbSGni/VlvUfyIGAZaWuRtNjKZ+EYK3SjhQMGivF3+J2cA8tZawo3ukO1VSmARZbBtmddwnOLpCTwU1ImJBiW17FvcQ4kL7GSfJyhnnWk/j4qAUv44cI+RglYJKgZqUYIv1y+cGbD5EAKc1iK1Ul+FxYAkt+VY0os9TkqAViKRdMUEpWLhT4XLr7lDOxSn/dQzpNWOC4KBBOFpNvCsg+1nxUDLLwHy5UWlkLr3FCAJccC/CBxoc5wlcHQZRfI5uDv24u+5Svw0G0/xsCmDfA796JN9eBlcsgpGizdQLquAZgxC2/69H+hbtYcqBMmBuYPUxXWFx6mGQuyFYsK+0JrRMkmgVQf1v/2d4L0uvlvDyK6pwcRRYOaiMKviQF1dZh16y2YsHA+ojWMqmHsL10nquC1CPcSAcu6zbhv8fXY/9gT0Lt7kYCCrOfCb2qEZ5pgQDPDj8l5yfquIBPXGDHUOR5yXT3wbQsRQxFuo06SjDva0DRnFs658VqgqxsPLr4F+9Y8B2XPHtQxkaPqIRWPQp04Hu/5+k1Q5pxIZCLAk71jK/5w5ZegPLEckWQapu0gpevoa2nFaV/4AtqPX4SaObMDQT6COBFGHri4XMrx50V5ZezWwVxCtLAsXLhQuFclYCHZVibW43geDYBFzgF8/aVu0g5lbMprKwFYwvWS1l8ZWVVIug2fKxd6OW9LwFLOWlMJwFI495a6voQt3xKwSOv4SLy7V6qMUQdYCslBElHy+2uuuUa4hSp1SG4Bd0QS+Rci8LB7SNajmIUlzP8YqfpWArAUW7gLLSyF/t1iv1fCZDycdpMTjhzoErDI9xjegYR3HIfaz2SGa9k2Mu0Bn4ETJX3PhRPkUIAlEOb3BGARP1w7bQd+Mon0/i5sfXw5nvzlL+Csex412SRqHRtmOglV8WFH43CZxHDiJBz3uS+gZdFxUBqb4ccT0DQfnkPl40B2X9E1ZHM2jEhEJCsMQJIFpNLIPP8cdtLdctO30ZrMQktZ8Bi1TOtDbQL+pz+K09/8RrSMaweYcNHQkBOAhXqxgGpn4a3fgCXX3YCeJ5Yj2tMHUwAlBVndgJOX9I9YHiJQkdGAjOojqulI5GwoliMk8/0IwNzi/aaO2ITxGDN3Ds669svY8sjjWPPDXyO16SXE+pJCqC4V0dA8awbaTzwe8z7xMaD9qCAHkmvDS3Zj2x2/xPKbb4HW04246yOn6thbV4+p7303Oo4/DtPOPRdIxOD5nmiPQI2fJB1TEJ55UMSXx1CAhS4hmcVcXKdpYpfMdy+tf6OBEFls4xLur5WoYyUAixzT4Q2IBCzhMR5e+AVOD0UU8t+M3qKVuZyjEoCF9w9vfsP8Nznnhp9Z1rdYPyu2dpXzfKPh3FEHWAobNUyMIlg53IAl3PHFtMUJXjDxXj7oCqI0PT+L7aJ55kgs6IcDsHBQn3POOf/kEvp3AizhAc12p7Vo6dKl//TeipHVDrWfFQIWGW3Eex0MsFC1kskPTznlFNGhwq7HfvhCVJ7aKRoVbqkM29Uj3B9dm7Zg0+PLsPWxJ1CTTSOm+EzeDMu1kNNV1Bw1GXUTxmPSSSdh2jsuhi8E1gyhmEsFfV8kLBQdWkj/ZywbumkKwq3i+zCYNTmVAbq70PniWjz47f/B/uVPoT7nQfdc6MwqG4lg6+nH4c2XfBATZkyD0sHEhypyIqWQItIHqLYFb90G/OX6G9G1YjUiff2IJTMwycdVGXejwM9nqaVVhu4cGjRMRUWUIrqOB1dRkDM1DKg++uI6Wo46ApPnz8VJ73sXlvzwJ9j3j1Xwuvth5GykHRduWwOmnnk6Zp5/FlrOPAO5mvFC/E5xHWjZFLLLl+EPX7oK9o7diGRyUHwVvbE4osfNR8fCBTj7kkuAcS0iiFlkwRYDWKW/6uX3owc2lkLAEl7YaWFZtGiRUCaVFhbZP6WpnhaW0bCQFAKWQoAyVB2HA2gqAVjCJFXZ1hKwyGco5H/I+VlyXDgHnnnmmaMGsIQ3v8UASyExNwxywsB4qHc4GgDJUHUYdYBFdp5ihExJhhzqoQ7172GkLF9y2O8ZfvH8d1dXF2bMmCE+C4FJMUJU+BnLATKVACyFizctA+eddx4YoltKePKhtvVIXx8e3HJRYG6kYtFIBxrAw+ln0iVU2F/4O9uUIc3FwGwYsIStP+RO9DGaxndhuC50Wlb6M0g+vxbP/+Ev2L92Pfa/sBbaQJbeHaEfQmtFKmIiXRvDxFNPwPg5M3Hs+efCmDwOrsFQY/XlVDiqDpfWFK7FugbLc6GqmrCK8DAppJJMC4nX5M5dWHPHb7Dktl+g1VNQ43pIOC4MRcPq8U142yUfwhEL5iO+YC4QNWGpQVJNIc3vWHDWbsbvvv517F21BpFkCon+tLielSEOYKROzlRgKyoMj8kSXWiehqijw3NU4WJKmwYGdAV99TqOnD0NMxfMwZSZM/Dbb3wL7q5uaPkE1r2eDXPaFMy/8DzMu/BcxI+ajD6tHREB/FwYqTSwdTt+/YWr0L9xK/yefsRcIBcxkGxKYOycWXjbFz8PY+aR8Bj2pOpQSExmdYlcWG/RQAGfYyjAUozDwuvCgGWkx8BwypNWHzlfFdMtkuUWzs0SlJNnUWwzcKD6VAKwFN6LdZUJI4vVu9g6w/FKKzPnwHLm50pZWEp9n4XARc6FlVg3Sq3TSJ/3qgcsxTpksUYMJlhVdFAmMpQcFk4s5CBIdcpipKdCDos04YUXz0KzXjFUPNTLrUSUkKyjJKKyDmEOSyW4OAea+IZ6/lL/LuvMdxkerIW7yFEPWHwLcUWHTutANoeBzZtw5y3fReeLG4BkCjWui1pCDIrGMacQLSURA3NOPQXz3nwh6iZPAsY0wfUtqLE45eWCJqRyrSZYt+JXuj4IePLwRXynCxeKIxZot7cXex59Anf98MfAvk6omSwitot4JIp1rU2YOGsmJs+aide882KgNiFcQ1zwPM+FqfhIr9+Iu773v9j33PMw0hnEUxlEGWLKaCeGMpNeogUicrrig2keswNZRL0IopEa+JouROZ6FRd1U8dj/qkn4uiZM/DXX/8KL72wFrGkBV2YZhRkIibmnPMaTDnntZh46vHCRZXUG5kEGhoFtnwH2LcfS2/+Lva/uA7JXXugWTYcI4I9qov6iRNw7gfeg+lnnAY3EYWiMs+RBjtnIUKQInlENFOVAFiOOeYYYUHjHBLmioT7Zvj7ofp4qfPZUOUc7O+FlghpPeG9JfFTkkBlfYZTr1casLANDpR9vlz9LpZViSihct5jFbCU01ojeO5ILiTDqVYxpByWWheTvEeNhsA9RA4Lc+nwk0d4kQ9HzoQBjKzXgUhVxepdKaQsd/ay3meddZYwhxa6w4bTlq/ENWHASPBFs7ucbOU7Y71Gsp+NtIWFz5B2XRiaCo0St66FTFcP9mzcAN3mAu3CoCXCcWGaUXZI+K4LR1URP3IKIs1NUExTLLaIGsj5iqCYaIoiEiq6ti+SDgrrQT4OxhMWF/Zpto0LlaQZhk2z3HQKe559BqZtw/Ac6NQo8RXsjdUhVt+IWF0DGidMguW60BihwzxHnotsKou44qNz8wbYPd1QrZzI2MykhHQ/Be+BOID5kBR4mke0BE3VAUuB49JlpIps1X4sAjURQbSlGdH6WvRvXA+nPwk1kxMZqzWF50RhtHdAb2mGzugl04CfU2BZWcGcjURUKL6DzMb1cHv74aWzUB0XjusKK46SSKCmYxxqJ02Eq9C6EmRFCurowWU6bGFgKZ5LqNAlJDkscr7ghkcKxRXyq16JsSLnMjlmWM+wsGH478UshGEXZrlKqq80YAlzWuRiL6Oh5KatnA1b1cJS+R78qrewlBPKJRc1Zl5mWLMMG5OLm/wML4i8hhYWWmTos5YLYliLJbwwhncitNpQr4NHKTsUGVUwkt1Cgijpv2XZcnchrU7SHVaOebSUOpbzbkopT06uYWXisA6LfA/yHY12wMLl3MpRgE4VRNlMcgCKbwlSLGGGSZcFXTky/JlcELowItG8u0eFSq0V3RBAQlxEKwYpvLRwiNAgIeUq+BnCeiDpWeJPvkhKKE7wPTjpJAwhLBeIyzGCxtJqg0zSmgYzGoPHHEG09jDYSOQ9Ysi0CpeAgSJyrsPsR1DIWmWo8aDGTN7UotrwNRcKAYHLrNNSuU0XInceGbB5Q5HqWECOBN4ggkpx/EBIjnmCFBWOokCjii6TLBP00QWlU8fGCoi/IkcSnwPwHReeHhG5hIQgX0MzHLaNQCq+IBGTaSvHgJ7nsQ3lElqwYIEQjqOFpZDHcuqpp4pwU6oilzq2SpknSh0rxc4rNibCIIzPUIyTJedGghapPzRUPV5pwMJn5fxLQnzYOsF/Sx4fLTClzlN07460DstQbRj+e9XCUk5rjeC5I7mQlNrZJGjgvdetWzcIWMLfDxewFOtUYpdWBSwj2GuCoqRrS4Ksf2fAwkU4k81B0wlYVORyaXAdp2gcl3HB++S/mZlPLKAqoOsChASWgACwiEXY8+GJ7M6MzGWYNKOOCgBL+G3ko6g9l/quFKR3BUjR1ECaXizkjg/fiMMVoTMKNOEmUURAjvCcUFclDy4oSAffEVYXWl8EI3dQZ0YN6s/6wCbygG/ogKeJ3ESC6EIri6LBp0tHRHS40FgGAYtIuEh058CLxUU4suP6cLwgNJlJlgWmoVaMasP2M8inaBSsWmZvJviiJD+tPLblwIzX8vH+CbD4+dAgmYaAtywVsHDh40IfdrdIwMJ5oNSj0oClWD2KARaCrLDFWNYrrPA81DONFsDCZ5HrhHw/ErCEo/2Gep4qYBmqhQ797696C0u5TUTfLAGL5LBIQR5ZTjGRJ0YH0SVULAUAzascDFJ7obA+Ui+klB1WpVxC4TpxoZcuoVLqVG77Hs7z2e7hKKHCe48kMK6ES8hzAh87CbiqRldNYCWgPAgBg+1awtggTPguXTAeVAIWRRNpfMRB1V0SZAlc4MMG3R85mJoBU6i7UJlWhe8GKrXyICGX9xTp/ijVL+5FS0PAhCHmEHUwCH0CdEM3U8TQQWMKjT9akNCYuQnzBhzWwIOmE/SQDyEqKOoQABZiFoYxO0L+xPUJgkxxLu9JA43gukqrDA1Mdg6qoYnrXYdt4gl3jVCoJaayAZ3YjUBPI1fGR9ZLwVC84DlYH5v10+AwXhsaNJ0KwMGzC9XdPG5xmTggLyRH0FcKYJFRQtKCKcms/J0uISokH0wf5HCMF9ZFunakVbVYlJCsC8+R+XbkdUFXC3iApR6jAbCwzjKij/+WlnFGCYVzg5XyTFWXUCmtdGjnVAFLkfYbKkpIXiIXdLqCiknzhyeBsMx9MAG+PEmU+gorDVjkAn4gaf5/JwAjd3+FstRhvs5oByyUQhHZDUNR9K5HC0SgSGrZNuKx6GBfIgeFgJsLPL0tlJZ3SHzV/x975wFvWVHk/5rIRIRhyMElhyEMIJJBkbyu6yr+JRhwd3XV/ajAGhcByShKEN11FREMiKIgQckgOSlBiQOI5BwkDUzi//n2m9+zpjnnnu777n3vvqHPfO7nvrmnT5/u6uqqX1dVV4+zOfMDXPsO7wMikGsFpxA5XkAlI2zWHA4YHdWXeXW+pwhDynzc03fWELhizjx7HUAzepS9NvKV+e6nETYacDFnpI3moMD53ha0PgYQ2tZ3nMC8EFaDYmPDTfBCkbMFN9L8E5E5GoB2cmTAiHl9mWVDuha6zoad2XNsLrE7ExexufPm2KvzZoWt0WPGjgvWI44ZoE/BIDK//X0AaJ69QjbeRUYaMGhUoMU8mzNrjo0hx8p8nxng5aWZs2ycAz4CXz5mIxWwoJgBnvH8EW/W8WGqXOh0OZ+zSEBEMkvzp2rhltuPXgAsfrOBp2OcPDOFxgWwpFBpYGUWesDCgVQ6LKqJVEw4Jutee+1lTz755BsEjBc43l/I75THT+3LVFlPlJZ9ueWWs6uuuqo/iVTKyuTmm2+2ffbZp6kb2fdj3ycWI/pSZxXKfkHFA4suumjoP9+dvCRQFaeCuX2JJZYI7rf46nnAMsdsLrlFZs60l15+2Z597hmbjTYe2XeIG7yED56/x4wZHWIhpi4xxcZPmGCj5wfUhngSkp+xKp4z22bOfMX++tcHQhzKaquvahM4rXnOHBs9GuU/37U0gvQnWHJGB89PcD+FHRVzbWzI34/P5/Xgk5o19m/28isz7Zlnn7Nbbr3NnnjiaVtpxZVstVVWs39468o2ZuSoEOzb/0yokAQt8+NDcCGNHBlOVg6ABVfPvNkhNT5tCtAjuIpIMjOnzw9G++bMsYcf+au9/NortvTyS9vEiRP7MvbOB2H0OcQqz51no8bhJpt/vNEIdgq9HvoTYliEmkYv0pebBsvMGKwtfe6s8Gadmt3/R9iXHNipySXEwXMPP/zwAikC4DusYozXkksu2R+kn7IgYP53QwZoW7PkEHmBaHeVC6pKDnJSPfOZ7fvizaZ5PdSAJeD0+Zsn1Fb6i9wjRYV2dqUenbDCCitkHbOQk5q/iZYxsNT/GatuL3RT2tapMgs9YPEp01OIxsRdffXVw8FcfjXurSXeD606FfnvJ7PfAaRAXQkELDKcWSTFmuKb1nH0Kf3ILeP90ZqgigPJrSulPGfrQGO+O33FQKTqvBDeORwAy7w5c+2+e++1P//5Nrv08svstTkENY4Mga24cILLiODSUaMC+Hv/v/yzTd9wQxs1clSfiX7UqPmAxezVmTPt8Ucfs29961s2ZuwY+/SnP22rrrZq0Mp9Npc+MMGunDnz5vTt1Jmfsz9kfOUc5ZDmti8Qdc6ceXb7gzfalddcZQ88+LDde+8D9uJLL9vib1nc3rrSP9hGG25k79h2W1t6yhJ91g6lue83mfSNfNgFRF6YEAiM5WeOzZtF/MnYECcTLk6E5vkRnFk0x557/jn74Uk/sCeefsLe8773hrO8lltuhWBVwqqDFQnLDUHAr4+eH5RLNfwJQCPIGIAWfGcjQ9xNaKRcQaPZTTTfuBXaHtTb3002iYCF1PwPPvjgAvErWtVrzvN/71ppNR+UBK3Tcybe8s+mAywGXvH5hY3feECZxRZbLBxpwnxOdQ0NNWDxixvJA/rl5V5qX9oZjwJY8qlWAEtEMwEWJqvAh4CHJq8HL3o8XnXE/0ehyFdKfQiE2267LayyUq9uAhb1TRNXbfJAJrWdKeW6CViq+lDVpuEAWMAQV15xhZ177tn27e98x16byyF0fUBiNhaCvo3IQUksMXWqHfutb9huu32gPwHcaA6sm79l56UXX7a777orrLjGTxhnv/7VGbbFVlva6EVG2+tz2J3TFwvCh/iYESPGBBdReHzWXFtkLOf99OlsgNTzzzxvvzj3ZPvhKT+y+/5yv7340qthN82c2XNtypQlgmVz3333s8023sQmLDJ6vqWC+vtTwPThIawrI4m7mWcjidEJATEAlTEhcV24yBsT0MbscAbSAw89YHt9aC+774H77JBDDw2ZgjdYfwObM3den0to1CgbiYUIT1Kf4aTPUjTidZsza7aNCX6qPuCFKWXeq6/ZSE6dDtmC2SreF4ATvHHBtTQ/cGb+VmwF6DRZWIhh8S4hv02WMcPyx0o+9eoWYPHvZ14Qk0dekbqLBZqP/ZgyZYrdcccdwWKUeg01YEGO01dZvflbC0pZl3MColP7rXIFsORSzKwAlgqaEXDLqsgrvthtkkrqqq1mPLvSSiv1r2BS6+o2YEltRyfKdRuwpLSx5wHL/Lwol112qZ155pn23f/9no0ZOzakrw8wJYCJ123U6FE2b+48W3yxxe3444+xf/rHXWxsiGWZf7AzlobZs23mK6/ajHvvs03evolNHD/Rfnveb22rrbYMW4+DFXN4rTMAACAASURBVGqRMcGFQsI3EA8Wjr4wWdwrCPYxfUBontkzTz9rl156mf3Xf33K/vbc88GSM/ktb7GJEybZE089Hd6FW2qddabZGWf8ypYKro++bcGLLDLGZs0iXgaghWtrtM187dWgvIlF6XvfPBs1t89yFLqLJYQAyZFgmNfswYcetD332sse+uv9dsghX7OtttzK1pu23vw525fuf97IEfbqrFk2iXqJlyH/zJxZ4cykMLfDP9xf7Djq6zvXmDEjbebM2TZuHGCvT6nR6b44tL48LKOw/pjZtddea8suu2z/2WM+WPXFF18Mhx/GpzV73sxdEAwWYFlllVVq5VPV7iCse7kW06EGLCkyoptlCmDJp24BLAWw5HNNB54ogKUvrqQuNX/YWcaJxrPn2LXXXWfnn3+eff3rX7fttt/e9tvv87baqqv1xUVguZvdl+skxOssvphNmjzBxuDSCAnPXrfnnn7K3jJpsr3y6hy7a8a9tunmW9gKKyxjp/7057bp299u80ZgPRltr816tS/ny2h2/mDkeD18wm6ZsG15bPg/773lllts///+b7vx8sttvfXXt403fpv956c/bRMnLWq33HyLnX7GGXb2OecEgLX/Vw+w9+32L7b88sv2Bdvi1ho9KgTPzglAaqYt9pbFwzbr2RhxQsoTdi+xM6jPwjJ6kTH24gsv2ZxwEuEIe+KJx+0jWFjuutuOPupIY4vw2mutE8DUK6+9arNxs4wwGz9pUjiRuW+3z4iQL4bOvTZnlo3AtTZqVNj2/drsWX1bwQGANtImjhvft/26b6N2CBYOgb/zQ4PZGF4Ay9/zRxXAki8UC2DJp1kBLAWw5HNNB54ogKUZsLzMeT6vz7Mrr7jSfnv2Ofad40+wd++8ix15xFE2bZ1pYedNiDkJRwj2/ZsbMtSSnmSmPfjgQ/arX/3K/nLfvbbE1MVtrXU2sMlvWcJ2/+Du9pbFJtmvTj/dttxii2A1eeSRh+3Un/80bFtedrnl7IMf/H82ZtRoe/Dhh+z+v95vl176e1tpxX+w3T6wW9iddPHFl4QYmJGvzA1AasuttrK1113HRo0YbS++9KJdcNFFdvZZZ9tjTz9hH//4J2yb7d5hU6dOmZ9F93W77ppr7ZprrrYnH3/cnnv6GVts0qK2xWab2/TN3m4rrbZqKDcXMDNrlj351FNhi+nV11wTdiatsdrqttQSS9h3v32CPXDvX+yoww61rbbcwlZffU0bNXqM/eqsM+zOu++yBx9+OOwM2nidafYv//zPRqB7QCujRtpDjz5q19xwvd3y5z/btA3Ws1deecVuv+32AEo22XBj2+29//L3WKFg9WGH099dcKNHFAtLAHPzE+gVwJIvFAtgyadZASwFsORzTQeeKIClGbC8ZHOCpePyy39v5551ln3vO/9ru7xrB/vaQQfbOmutHcDK6BCs2rc/GOWBJYJQj7vuvtP+/Oc/20kn/cgefexhW3zxt9g6625oSy+zkh1+xGG26OQJdvqvfmVbAVhGmN11xx32tYMPCCBotVVXsYMPPsTGLTLW7rjzrmBN+eFJP7L11l3PvnrAAfbCiy/YOWefY1/4whdtxSnL2w9/dJJttvlmNnHypACaQEC33nqrXXvd9fb4k0/aTrvuZGuuvbZNmjwxWGiee/ppO/WnP7XLL/u9PfXkE/bS8y/YhHGL2Jabb2k77LqrvW2LzWzK1CVCro/Hn37SZtxzj/30xz+x6268wSaMn2CrrrKKLbvkUnbZxZfYk488Zl8/7LDQj1VWW90eeuRh+5//+1+74+477eHHHrXXZs+26WuubXt/9KO29lpr2T+s+FazMaPttjvusDPPPssuuvxS23DTt9tzzzxjd/z5dhs/bpy9e5ddbN/P7jMfsPTlsglOoQUAS9/hh8Ul1LfnvgCWfKFYAEs+zQpgKYAln2s68EQBLNWARaQFfLwcLCdmV1x5uZ1zzln2/e/8j2220ab28Y99zFb+h5UDWJkUXD2vhHiWcePH2SqrrRICRw8+9GC76uqr7A833hgCISdMGG9z5uL6mGPPPvOsTZmymJ166qkhMPb1ubMDwPjQnnvY7DmzbNq0te0Xp51ukydNsBtuuNEuv/wKO/Tgw2zLrTe3H//kJ3b3XXfbj0/5if34Jz+1d22xnR197Ddt2rrr2uxZs23s+LEBsLBbJ8Szjhphs+bOC5YO3FOvvPyy/ebMM+zggw6y5595zsaMHm2LTppgL7/wYtiQvOOu/2jv/cAH7P27vc/m2Ov2u4vOtyuuuNyO+eY3bez4Cbbi8svbqy/PtJf+9oLNnTXbRsydZ8d+81u21VZb2wpvfasdcMD+dtIpPwoxLJMmTwrbp595/Anb7O1vt2223Mq+9pWv2siJE+33l15iJ//0p/brs39jy660oj14/73hbKQVV1jBPrznXnbAgQeGocAVRF+gr790rnUBLAWwtCsOC2DJp1wBLAWw5HNNB54ogKUZsMjCcuXlV9hvzzrHvnPccTZ50mRbcurUEAD68ssvhziM0WPG2vhJE23Ft65kxxx/rM18eaZ9fr/97E+3/skmjB9v3zjqKFt6yaXs+quutUsvuMiuue5aW2T8Inbu+efZVltvHbZG33LrLfaRj3zEXnvtVVtnnbXt9F/+0iZMnBjcUQR7H3HEkbbV5pvZT37ykwBifnDiD0KW1n9+3wfsC1/6oq215po2ZpGxfUGsNrtvU01I+DbK5r4+x8aMGGUv/O0Fm3H3Pfbv/7a3PXD/X23XXXe19ddfzzbb5G12wcUX2+k//6W99tosW3+99e1XZ54Z3DCf+PQn7eprrrannn/aPvjB3e0D73+/PfPUU3brLX+y478JPSbaN75xtG280UZhq/deH/mwzXx1pu20y062yz/ubBPfsqjtt+8X7MmHH7X11p5m//Otb9vqq69tN15/rZ140g/sxz/7ic0dO9Le99732YYbTLcVll/epq21tm20ySbzdzD17S9iy7cy7gZXyPw5UABLASztisMCWPIpVwBLASz5XNOBJwpg6QMs7CB59NFHbcsttwxU1Xb4kOhtvmK84vLf2zlnnWXHH3ucTZo4ySZNmmSjx4wOwbFYENiGO2nRybbKaqvaMccdazded4Mdeeih9tijj4Wg2lN/9rOwK2jG7XfY1b//vX3xC1+28YtOsF+feaZtseWWNmvOHLvplpsDYGG30Lrrrms//elPQ06Na66+OgCWww873LbeZhs76Yc/tD/84UY78cQT7cKLLrL37/FB+++v7G9rrLGmjSADLwnm5r7WlzyMlLbs+QnpS14P7bn5pltt749+xJZdehk78sgjbOONN7IllphiL738ou237352+SWX29hRY+17J37fVnjrCvbxT37C/vDHP9riUxcPcSwrLLO8vfDC32zGXXfZx/b+t5Cw8dvHn2Brr72O3XvfvfbZfT9jq6y+in1or73sA8ThjFvEDjn8SDvzF7+2xSZOtgM//2V7/7+83/508y32fz/8vp38s1Ns1PhF7Mprr7ZVlls+ZLcdM2qMjRnLoZEcc9C3zbtvbxCRyH1gZX4aluISKjEsbUvDAljySVcASwEs+VzTgScKYGkGLH0JZV+3q6+6yn7323PtW0cfbWuvsaZt+45t+/JdjCThGnlMRtioMWNssSmL2ft2+4Cdecav7bhvHWcv/O1vtsvOO9uJP/iBjRk5xh595CG76Y832gfe///sLYsvZr88/XTbfMstQv6Tm2+91fbYfY/g/thg/fUDYFl08mS7WoDl8CNtm222thN/eJLdfPNNAbj87ne/tX9833vtawd9LcTUAFiwrMx9ffb8RGucJzSq75yiESPt7rtn2JVXXm2f/cxnbf31N7Djjv2WTZ++QThO4PUR8+yggw6ys848y5576nk79LDDbM01VrPPf+m/QgDt6musbuedf74tOXVJe+WVl+0v9/3F9tjjQ/bIww/bN446Ouyauv322+yrB+5vSy+7tG2+xWb2trdvYiNHj7RzLrzYbrjyGpsy+S22z3982j7x8U/aH2/6g/3gRyfZz375c3vLkovbTTfdbMtNmdJ3oGJIudJ34GII8OGMGfH8/DOaOCuJq1hYioWlXXFYAEs+5QpgKYAln2s68EQBLM2AhWX9vLlz7bprr7XzzzvPjv7GUbb9dtvbFz//haDAcVPMsXk2dvy4cA4QwGPqUkvZ9/7ve/a9737PXnv1VfvAbrvZccceGzLG/u3F5+z2O2+zbbZ5hy2x5FT7xS9+YVtsvkVwdtzyp1tst/d/MOQq2XD6dPvZz061iePH2zVXX2OXX3G5HXHkkbbV1lvZD086yW67/TY75eST7de//rW9Y4ft7agjjrT11l03HHgYzhsaafbySy8FlxWuq3Hjxtn4CRPt5ptvtQsvvMj++7+/attsu7Udc8yxtu5664YTnIl1OeHbJ9hpp/3S7pvxF9t3n31svWlr28GHHWIPPPhX22STje1HJ59iyyy7jL362iy7//4HbM899rQHH3jIDj/kkHAMwJ9uucWOOPLwEEczdcmpNmWJKSGe56Hnnrbnn3zSll1iKfvYHh+x/fbZz669/no76Scn2+lnnWnLrbyiXX81gGZyOOCRYws4KTqYi8h+O9IBlvm8r4iWAlgKYGlXHBbAkk+5AlgKYMnnmg48UQBLAmCZ7xP6/SWX2tlnnGEnfv/79o+77mIHfe1gW2vatL6ji/G3zE8pj6+CBGz/+7//a9854bshv8n7/+V9dsJxx4dYl7+99LzdcdfttuUWW9viS04JW54BLLPnzLVbb7nV9tp9z2AhIYbkpz/BwjLJfn/55XbFFVfat775LVt/w+l2+umn2cOPPmo/P+2Xdvwxx9hKq/6D/fDEH9qmm2xiE8ct0medmDfXbrjuOrv4ggvsvvvusw9/9GO2wYbT7bHHn7Srrr7GPvmf/2nbbvsO+8Y3vm7rrbeuLUKm3dfNjjnmGPvlaafbX+673z7+7x+3rbfYzA446AC79957bNq0dUKcy8RJEwNgeeCBB23vvfe22/98hx33rWNt1ZVXsRtvvMG+ccThNmrsaFt6uWVs6lJL2quzXrOZYyzE0Cw9ZartsOU77D8+/Um76ppr7KQfnWSnn/krW2Oj9e388863pSZNslE0ZNYcGzV6HBnl5h87PTIAn+AW0tlK84NYCmApgKVdcVgASz7lehKw1HWDFNYc9pZz4e9PPbxK9XL6cspBZEF+vf66UX799dc3GDD1IkYh9+A/4gteeuml1FeEcl/+8pfDx1/+LKSqM4ze/e53B1dAKg2yGjS/cC8Alm7wmWir80j4P9tzORTOx6eoXKsYFh0BwVice+659o1vfMPe80/vsSOOPMKmTSMPy7yQxI006ToXhXeRFfeII46wxx57zN7+9reHZ7n/l7/cZ9ddd53tvffHwtkvlCN2hrbeeOON9m//9m8hTfyaa64ZLCzElpx11lkhhuV73/uebb75Fvbzn58a5tP5559v//7v/x6exZWzzTbbhLq4x3zADXXCCSfYs889Z//xH/9hn/jEJ0JEDu/56Ec/YmuttVYAKGSCXXzxxQONPvvZz9pvf/vb0IZjjz02lPnUpz5lHPq51FJL2U033WSkgKf+GTPuCfUQ/3PkkUeGNj/4wIP22c991kiHv+eee9r73ve+EEtz94wZNnnSJJswYUJ4nnl3/fXX2/e///1gZdpg+nS78IILQmyQrpSzvSgbp+b32ZMZH9qn9O/QhrGiTdTPuDLXcrLdtpPptp353EoGLkyZbuuyXUMzDnPs5oUMvPLKKyvPU6tqF7899NBDtsEGG1TK5qqs6jxTDj/s5igOw7qff/75cDYQ3712oUwQcvFVN1H5fbvttgtK6s0KWAYyhp0ELAIhHOD5m9/8xv7nf/4nbEN+73vfa8svv3wABzp0k7/JdEtsC7t+vvSlL9ndd98djoAA6FAeAfy73/0ugBCU9tlnnx3O4AF0sK35wx/+cOBhTp3FSsM5VwTX/uEPfwi5WN7xjneE/0+dOtVuv/32AFQALgALANQee+wR3k9beRfPAIxOOumk0G5ACefNcBo67iISzwFY1lhjjQAgADgciUGbAVOAi3/9138NQp3yhxxyiO200072+OOP2x//+Ec79NBDg7I/+uijgxCnzIc+9KEAPHbb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"},32637:function(bn,Hn,ce){"use strict";bn.exports=ce.p+"static/AssistantCode3.a8740efb.jpeg"},93314:function(bn){"use strict";bn.exports="data:image/png;base64,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"},96908:function(bn){"use strict";bn.exports="data:image/png;base64,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"},57177:function(bn){"use strict";bn.exports="data:image/png;base64,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"},81378:function(bn){"use strict";bn.exports="data:image/png;base64,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"},16722:function(bn,Hn,ce){"use strict";ce.d(Hn,{Z:function(){return Mt}});const ee=Rt=>typeof Rt=="object"&&Rt!=null&&Rt.nodeType===1,wt=(Rt,St)=>(!St||Rt!=="hidden")&&Rt!=="visible"&&Rt!=="clip",Qt=(Rt,St)=>{if(Rt.clientHeight<Rt.scrollHeight||Rt.clientWidth<Rt.scrollWidth){const kt=getComputedStyle(Rt,null);return wt(kt.overflowY,St)||wt(kt.overflowX,St)||(xt=>{const Dt=(yt=>{if(!yt.ownerDocument||!yt.ownerDocument.defaultView)return null;try{return yt.ownerDocument.defaultView.frameElement}catch(et){return null}})(xt);return!!Dt&&(Dt.clientHeight<xt.scrollHeight||Dt.clientWidth<xt.scrollWidth)})(Rt)}return!1},Vt=(Rt,St,kt,xt,Dt,yt,et,tt)=>yt<Rt&&et>St||yt>Rt&&et<St?0:yt<=Rt&&tt<=kt||et>=St&&tt>=kt?yt-Rt-xt:et>St&&tt<kt||yt<Rt&&tt>kt?et-St+Dt:0,Bt=Rt=>{const St=Rt.parentElement;return St==null?Rt.getRootNode().host||null:St},zt=(Rt,St)=>{var kt,xt,Dt,yt;if(typeof document=="undefined")return[];const{scrollMode:et,block:tt,inline:lt,boundary:ot,skipOverflowHiddenElements:ut}=St,ct=typeof ot=="function"?ot:ge=>ge!==ot;if(!ee(Rt))throw new TypeError("Invalid target");const ft=document.scrollingElement||document.documentElement,gt=[];let Lt=Rt;for(;ee(Lt)&&ct(Lt);){if(Lt=Bt(Lt),Lt===ft){gt.push(Lt);break}Lt!=null&&Lt===document.body&&Qt(Lt)&&!Qt(document.documentElement)||Lt!=null&&Qt(Lt,ut)&&gt.push(Lt)}const It=(xt=(kt=window.visualViewport)==null?void 0:kt.width)!=null?xt:innerWidth,Ut=(yt=(Dt=window.visualViewport)==null?void 0:Dt.height)!=null?yt:innerHeight,{scrollX:Ft,scrollY:qt}=window,{height:te,width:Xt,top:he,right:fe,bottom:Ce,left:Fe}=Rt.getBoundingClientRect(),{top:ze,right:we,bottom:De,left:pe}=(ge=>{const ue=window.getComputedStyle(ge);return{top:parseFloat(ue.scrollMarginTop)||0,right:parseFloat(ue.scrollMarginRight)||0,bottom:parseFloat(ue.scrollMarginBottom)||0,left:parseFloat(ue.scrollMarginLeft)||0}})(Rt);let Jt=tt==="start"||tt==="nearest"?he-ze:tt==="end"?Ce+De:he+te/2-ze+De,re=lt==="center"?Fe+Xt/2-pe+we:lt==="end"?fe+we:Fe-pe;const se=[];for(let ge=0;ge<gt.length;ge++){const ue=gt[ge],{height:je,width:Ne,top:qe,right:ke,bottom:He,left:Ae}=ue.getBoundingClientRect();if(et==="if-needed"&&he>=0&&Fe>=0&&Ce<=Ut&&fe<=It&&(ue===ft&&!Qt(ue)||he>=qe&&Ce<=He&&Fe>=Ae&&fe<=ke))return se;const Ie=getComputedStyle(ue),Ge=parseInt(Ie.borderLeftWidth,10),ie=parseInt(Ie.borderTopWidth,10),Et=parseInt(Ie.borderRightWidth,10),At=parseInt(Ie.borderBottomWidth,10);let Yt=0,oe=0;const _t="offsetWidth"in ue?ue.offsetWidth-ue.clientWidth-Ge-Et:0,Ot="offsetHeight"in ue?ue.offsetHeight-ue.clientHeight-ie-At:0,Pt="offsetWidth"in ue?ue.offsetWidth===0?0:Ne/ue.offsetWidth:0,Tt="offsetHeight"in ue?ue.offsetHeight===0?0:je/ue.offsetHeight:0;if(ft===ue)Yt=tt==="start"?Jt:tt==="end"?Jt-Ut:tt==="nearest"?Vt(qt,qt+Ut,Ut,ie,At,qt+Jt,qt+Jt+te,te):Jt-Ut/2,oe=lt==="start"?re:lt==="center"?re-It/2:lt==="end"?re-It:Vt(Ft,Ft+It,It,Ge,Et,Ft+re,Ft+re+Xt,Xt),Yt=Math.max(0,Yt+qt),oe=Math.max(0,oe+Ft);else{Yt=tt==="start"?Jt-qe-ie:tt==="end"?Jt-He+At+Ot:tt==="nearest"?Vt(qe,He,je,ie,At+Ot,Jt,Jt+te,te):Jt-(qe+je/2)+Ot/2,oe=lt==="start"?re-Ae-Ge:lt==="center"?re-(Ae+Ne/2)+_t/2:lt==="end"?re-ke+Et+_t:Vt(Ae,ke,Ne,Ge,Et+_t,re,re+Xt,Xt);const{scrollLeft:$t,scrollTop:jt}=ue;Yt=Tt===0?0:Math.max(0,Math.min(jt+Yt/Tt,ue.scrollHeight-je/Tt+Ot)),oe=Pt===0?0:Math.max(0,Math.min($t+oe/Pt,ue.scrollWidth-Ne/Pt+_t)),Jt+=jt-Yt,re+=$t-oe}se.push({el:ue,top:Yt,left:oe})}return se},Ct=Rt=>Rt===!1?{block:"end",inline:"nearest"}:(St=>St===Object(St)&&Object.keys(St).length!==0)(Rt)?Rt:{block:"start",inline:"nearest"};function Mt(Rt,St){if(!Rt.isConnected||!(Dt=>{let yt=Dt;for(;yt&&yt.parentNode;){if(yt.parentNode===document)return!0;yt=yt.parentNode instanceof ShadowRoot?yt.parentNode.host:yt.parentNode}return!1})(Rt))return;const kt=(Dt=>{const yt=window.getComputedStyle(Dt);return{top:parseFloat(yt.scrollMarginTop)||0,right:parseFloat(yt.scrollMarginRight)||0,bottom:parseFloat(yt.scrollMarginBottom)||0,left:parseFloat(yt.scrollMarginLeft)||0}})(Rt);if((Dt=>typeof Dt=="object"&&typeof Dt.behavior=="function")(St))return St.behavior(zt(Rt,St));const xt=typeof St=="boolean"||St==null?void 0:St.behavior;for(const{el:Dt,top:yt,left:et}of zt(Rt,Ct(St))){const tt=yt-kt.top+kt.bottom,lt=et-kt.left+kt.right;Dt.scroll({top:tt,left:lt,behavior:xt})}}}}]);