--- /dev/null
+(function(SL,X0){typeof exports=="object"&&typeof module<"u"?module.exports=X0():typeof define=="function"&&define.amd?define(X0):(SL=typeof globalThis<"u"?globalThis:SL||self,SL.mermaid=X0())})(this,function(){"use strict";function SL(i){for(var a=[],f=1;f<arguments.length;f++)a[f-1]=arguments[f];var g=Array.from(typeof i=="string"?[i]:i);g[g.length-1]=g[g.length-1].replace(/\r?\n([\t ]*)$/,"");var w=g.reduce(function(E,_){var S=_.match(/\n([\t ]+|(?!\s).)/g);return S?E.concat(S.map(function(I){var B,F;return(F=(B=I.match(/[\t ]/g))===null||B===void 0?void 0:B.length)!==null&&F!==void 0?F:0})):E},[]);if(w.length){var v=new RegExp(`
+[ ]{`+Math.min.apply(Math,w)+"}","g");g=g.map(function(E){return E.replace(v,`
+`)})}g[0]=g[0].replace(/^\r?\n/,"");var b=g[0];return a.forEach(function(E,_){var S=b.match(/(?:^|\n)( *)$/),I=S?S[1]:"",B=E;typeof E=="string"&&E.includes(`
+`)&&(B=String(E).split(`
+`).map(function(F,R){return R===0?F:""+I+F}).join(`
+`)),b+=B+g[_+1]}),b}var X0=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function JT(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var oOt={exports:{}};(function(i,a){(function(f,g){i.exports=g()})(X0,function(){var f=1e3,g=6e4,w=36e5,v="millisecond",b="second",E="minute",_="hour",S="day",I="week",B="month",F="quarter",R="year",q="date",X="Invalid Date",rt=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,at=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,ut={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(V){var Nt=["th","st","nd","rd"],Dt=V%100;return"["+V+(Nt[(Dt-20)%10]||Nt[Dt]||Nt[0])+"]"}},pt=function(V,Nt,Dt){var jt=String(V);return!jt||jt.length>=Nt?V:""+Array(Nt+1-jt.length).join(Dt)+V},yt={s:pt,z:function(V){var Nt=-V.utcOffset(),Dt=Math.abs(Nt),jt=Math.floor(Dt/60),Ct=Dt%60;return(Nt<=0?"+":"-")+pt(jt,2,"0")+":"+pt(Ct,2,"0")},m:function V(Nt,Dt){if(Nt.date()<Dt.date())return-V(Dt,Nt);var jt=12*(Dt.year()-Nt.year())+(Dt.month()-Nt.month()),Ct=Nt.clone().add(jt,B),Ft=Dt-Ct<0,_t=Nt.clone().add(jt+(Ft?-1:1),B);return+(-(jt+(Dt-Ct)/(Ft?Ct-_t:_t-Ct))||0)},a:function(V){return V<0?Math.ceil(V)||0:Math.floor(V)},p:function(V){return{M:B,y:R,w:I,d:S,D:q,h:_,m:E,s:b,ms:v,Q:F}[V]||String(V||"").toLowerCase().replace(/s$/,"")},u:function(V){return V===void 0}},mt="en",gt={};gt[mt]=ut;var ht=function(V){return V instanceof Y},bt=function V(Nt,Dt,jt){var Ct;if(!Nt)return mt;if(typeof Nt=="string"){var Ft=Nt.toLowerCase();gt[Ft]&&(Ct=Ft),Dt&&(gt[Ft]=Dt,Ct=Ft);var _t=Nt.split("-");if(!Ct&&_t.length>1)return V(_t[0])}else{var xt=Nt.name;gt[xt]=Nt,Ct=xt}return!jt&&Ct&&(mt=Ct),Ct||!jt&&mt},Z=function(V,Nt){if(ht(V))return V.clone();var Dt=typeof Nt=="object"?Nt:{};return Dt.date=V,Dt.args=arguments,new Y(Dt)},ft=yt;ft.l=bt,ft.i=ht,ft.w=function(V,Nt){return Z(V,{locale:Nt.$L,utc:Nt.$u,x:Nt.$x,$offset:Nt.$offset})};var Y=function(){function V(Dt){this.$L=bt(Dt.locale,null,!0),this.parse(Dt)}var Nt=V.prototype;return Nt.parse=function(Dt){this.$d=function(jt){var Ct=jt.date,Ft=jt.utc;if(Ct===null)return new Date(NaN);if(ft.u(Ct))return new Date;if(Ct instanceof Date)return new Date(Ct);if(typeof Ct=="string"&&!/Z$/i.test(Ct)){var _t=Ct.match(rt);if(_t){var xt=_t[2]-1||0,Gt=(_t[7]||"0").substring(0,3);return Ft?new Date(Date.UTC(_t[1],xt,_t[3]||1,_t[4]||0,_t[5]||0,_t[6]||0,Gt)):new Date(_t[1],xt,_t[3]||1,_t[4]||0,_t[5]||0,_t[6]||0,Gt)}}return new Date(Ct)}(Dt),this.$x=Dt.x||{},this.init()},Nt.init=function(){var Dt=this.$d;this.$y=Dt.getFullYear(),this.$M=Dt.getMonth(),this.$D=Dt.getDate(),this.$W=Dt.getDay(),this.$H=Dt.getHours(),this.$m=Dt.getMinutes(),this.$s=Dt.getSeconds(),this.$ms=Dt.getMilliseconds()},Nt.$utils=function(){return ft},Nt.isValid=function(){return this.$d.toString()!==X},Nt.isSame=function(Dt,jt){var Ct=Z(Dt);return this.startOf(jt)<=Ct&&Ct<=this.endOf(jt)},Nt.isAfter=function(Dt,jt){return Z(Dt)<this.startOf(jt)},Nt.isBefore=function(Dt,jt){return this.endOf(jt)<Z(Dt)},Nt.$g=function(Dt,jt,Ct){return ft.u(Dt)?this[jt]:this.set(Ct,Dt)},Nt.unix=function(){return Math.floor(this.valueOf()/1e3)},Nt.valueOf=function(){return this.$d.getTime()},Nt.startOf=function(Dt,jt){var Ct=this,Ft=!!ft.u(jt)||jt,_t=ft.p(Dt),xt=function(sn,me){var Fe=ft.w(Ct.$u?Date.UTC(Ct.$y,me,sn):new Date(Ct.$y,me,sn),Ct);return Ft?Fe:Fe.endOf(S)},Gt=function(sn,me){return ft.w(Ct.toDate()[sn].apply(Ct.toDate("s"),(Ft?[0,0,0,0]:[23,59,59,999]).slice(me)),Ct)},Be=this.$W,Ot=this.$M,vn=this.$D,Pe="set"+(this.$u?"UTC":"");switch(_t){case R:return Ft?xt(1,0):xt(31,11);case B:return Ft?xt(1,Ot):xt(0,Ot+1);case I:var Ee=this.$locale().weekStart||0,nn=(Be<Ee?Be+7:Be)-Ee;return xt(Ft?vn-nn:vn+(6-nn),Ot);case S:case q:return Gt(Pe+"Hours",0);case _:return Gt(Pe+"Minutes",1);case E:return Gt(Pe+"Seconds",2);case b:return Gt(Pe+"Milliseconds",3);default:return this.clone()}},Nt.endOf=function(Dt){return this.startOf(Dt,!1)},Nt.$set=function(Dt,jt){var Ct,Ft=ft.p(Dt),_t="set"+(this.$u?"UTC":""),xt=(Ct={},Ct[S]=_t+"Date",Ct[q]=_t+"Date",Ct[B]=_t+"Month",Ct[R]=_t+"FullYear",Ct[_]=_t+"Hours",Ct[E]=_t+"Minutes",Ct[b]=_t+"Seconds",Ct[v]=_t+"Milliseconds",Ct)[Ft],Gt=Ft===S?this.$D+(jt-this.$W):jt;if(Ft===B||Ft===R){var Be=this.clone().set(q,1);Be.$d[xt](Gt),Be.init(),this.$d=Be.set(q,Math.min(this.$D,Be.daysInMonth())).$d}else xt&&this.$d[xt](Gt);return this.init(),this},Nt.set=function(Dt,jt){return this.clone().$set(Dt,jt)},Nt.get=function(Dt){return this[ft.p(Dt)]()},Nt.add=function(Dt,jt){var Ct,Ft=this;Dt=Number(Dt);var _t=ft.p(jt),xt=function(Ot){var vn=Z(Ft);return ft.w(vn.date(vn.date()+Math.round(Ot*Dt)),Ft)};if(_t===B)return this.set(B,this.$M+Dt);if(_t===R)return this.set(R,this.$y+Dt);if(_t===S)return xt(1);if(_t===I)return xt(7);var Gt=(Ct={},Ct[E]=g,Ct[_]=w,Ct[b]=f,Ct)[_t]||1,Be=this.$d.getTime()+Dt*Gt;return ft.w(Be,this)},Nt.subtract=function(Dt,jt){return this.add(-1*Dt,jt)},Nt.format=function(Dt){var jt=this,Ct=this.$locale();if(!this.isValid())return Ct.invalidDate||X;var Ft=Dt||"YYYY-MM-DDTHH:mm:ssZ",_t=ft.z(this),xt=this.$H,Gt=this.$m,Be=this.$M,Ot=Ct.weekdays,vn=Ct.months,Pe=function(me,Fe,Qt,Ae){return me&&(me[Fe]||me(jt,Ft))||Qt[Fe].slice(0,Ae)},Ee=function(me){return ft.s(xt%12||12,me,"0")},nn=Ct.meridiem||function(me,Fe,Qt){var Ae=me<12?"AM":"PM";return Qt?Ae.toLowerCase():Ae},sn={YY:String(this.$y).slice(-2),YYYY:this.$y,M:Be+1,MM:ft.s(Be+1,2,"0"),MMM:Pe(Ct.monthsShort,Be,vn,3),MMMM:Pe(vn,Be),D:this.$D,DD:ft.s(this.$D,2,"0"),d:String(this.$W),dd:Pe(Ct.weekdaysMin,this.$W,Ot,2),ddd:Pe(Ct.weekdaysShort,this.$W,Ot,3),dddd:Ot[this.$W],H:String(xt),HH:ft.s(xt,2,"0"),h:Ee(1),hh:Ee(2),a:nn(xt,Gt,!0),A:nn(xt,Gt,!1),m:String(Gt),mm:ft.s(Gt,2,"0"),s:String(this.$s),ss:ft.s(this.$s,2,"0"),SSS:ft.s(this.$ms,3,"0"),Z:_t};return Ft.replace(at,function(me,Fe){return Fe||sn[me]||_t.replace(":","")})},Nt.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},Nt.diff=function(Dt,jt,Ct){var Ft,_t=ft.p(jt),xt=Z(Dt),Gt=(xt.utcOffset()-this.utcOffset())*g,Be=this-xt,Ot=ft.m(this,xt);return Ot=(Ft={},Ft[R]=Ot/12,Ft[B]=Ot,Ft[F]=Ot/3,Ft[I]=(Be-Gt)/6048e5,Ft[S]=(Be-Gt)/864e5,Ft[_]=Be/w,Ft[E]=Be/g,Ft[b]=Be/f,Ft)[_t]||Be,Ct?Ot:ft.a(Ot)},Nt.daysInMonth=function(){return this.endOf(B).$D},Nt.$locale=function(){return gt[this.$L]},Nt.locale=function(Dt,jt){if(!Dt)return this.$L;var Ct=this.clone(),Ft=bt(Dt,jt,!0);return Ft&&(Ct.$L=Ft),Ct},Nt.clone=function(){return ft.w(this.$d,this)},Nt.toDate=function(){return new Date(this.valueOf())},Nt.toJSON=function(){return this.isValid()?this.toISOString():null},Nt.toISOString=function(){return this.$d.toISOString()},Nt.toString=function(){return this.$d.toUTCString()},V}(),Et=Y.prototype;return Z.prototype=Et,[["$ms",v],["$s",b],["$m",E],["$H",_],["$W",S],["$M",B],["$y",R],["$D",q]].forEach(function(V){Et[V[1]]=function(Nt){return this.$g(Nt,V[0],V[1])}}),Z.extend=function(V,Nt){return V.$i||(V(Nt,Y,Z),V.$i=!0),Z},Z.locale=bt,Z.isDayjs=ht,Z.unix=function(V){return Z(1e3*V)},Z.en=gt[mt],Z.Ls=gt,Z.p={},Z})})(oOt);var GTe=oOt.exports;const Q0=JT(GTe),wx={trace:0,debug:1,info:2,warn:3,error:4,fatal:5},Wt={trace:(...i)=>{},debug:(...i)=>{},info:(...i)=>{},warn:(...i)=>{},error:(...i)=>{},fatal:(...i)=>{}},s0t=function(i="fatal"){let a=wx.fatal;typeof i=="string"?(i=i.toLowerCase(),i in wx&&(a=wx[i])):typeof i=="number"&&(a=i),Wt.trace=()=>{},Wt.debug=()=>{},Wt.info=()=>{},Wt.warn=()=>{},Wt.error=()=>{},Wt.fatal=()=>{},a<=wx.fatal&&(Wt.fatal=console.error?console.error.bind(console,$w("FATAL"),"color: orange"):console.log.bind(console,"\x1B[35m",$w("FATAL"))),a<=wx.error&&(Wt.error=console.error?console.error.bind(console,$w("ERROR"),"color: orange"):console.log.bind(console,"\x1B[31m",$w("ERROR"))),a<=wx.warn&&(Wt.warn=console.warn?console.warn.bind(console,$w("WARN"),"color: orange"):console.log.bind(console,"\x1B[33m",$w("WARN"))),a<=wx.info&&(Wt.info=console.info?console.info.bind(console,$w("INFO"),"color: lightblue"):console.log.bind(console,"\x1B[34m",$w("INFO"))),a<=wx.debug&&(Wt.debug=console.debug?console.debug.bind(console,$w("DEBUG"),"color: lightgreen"):console.log.bind(console,"\x1B[32m",$w("DEBUG"))),a<=wx.trace&&(Wt.trace=console.debug?console.debug.bind(console,$w("TRACE"),"color: lightgreen"):console.log.bind(console,"\x1B[32m",$w("TRACE")))},$w=i=>`%c${Q0().format("ss.SSS")} : ${i} : `;var a0t={};Object.defineProperty(a0t,"__esModule",{value:!0});var c8=a0t.sanitizeUrl=void 0,KTe=/^([^\w]*)(javascript|data|vbscript)/im,WTe=/&#(\w+)(^\w|;)?/g,YTe=/&(newline|tab);/gi,XTe=/[\u0000-\u001F\u007F-\u009F\u2000-\u200D\uFEFF]/gim,QTe=/^.+(:|:)/gim,JTe=[".","/"];function ZTe(i){return JTe.indexOf(i[0])>-1}function t9e(i){return i.replace(WTe,function(a,f){return String.fromCharCode(f)})}function e9e(i){var a=t9e(i||"").replace(YTe,"").replace(XTe,"").trim();if(!a)return"about:blank";if(ZTe(a))return a;var f=a.match(QTe);if(!f)return a;var g=f[0];return KTe.test(g)?"about:blank":a}c8=a0t.sanitizeUrl=e9e;function QK(i,a){return i==null||a==null?NaN:i<a?-1:i>a?1:i>=a?0:NaN}function n9e(i,a){return i==null||a==null?NaN:a<i?-1:a>i?1:a>=i?0:NaN}function o0t(i){let a,f,g;i.length!==2?(a=QK,f=(E,_)=>QK(i(E),_),g=(E,_)=>i(E)-_):(a=i===QK||i===n9e?i:r9e,f=i,g=i);function w(E,_,S=0,I=E.length){if(S<I){if(a(_,_)!==0)return I;do{const B=S+I>>>1;f(E[B],_)<0?S=B+1:I=B}while(S<I)}return S}function v(E,_,S=0,I=E.length){if(S<I){if(a(_,_)!==0)return I;do{const B=S+I>>>1;f(E[B],_)<=0?S=B+1:I=B}while(S<I)}return S}function b(E,_,S=0,I=E.length){const B=w(E,_,S,I-1);return B>S&&g(E[B-1],_)>-g(E[B],_)?B-1:B}return{left:w,center:b,right:v}}function r9e(){return 0}function i9e(i){return i===null?NaN:+i}const s9e=o0t(QK).right;o0t(i9e).center;const a9e=s9e;class cOt extends Map{constructor(a,f=u9e){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:f}}),a!=null)for(const[g,w]of a)this.set(g,w)}get(a){return super.get(uOt(this,a))}has(a){return super.has(uOt(this,a))}set(a,f){return super.set(o9e(this,a),f)}delete(a){return super.delete(c9e(this,a))}}function uOt({_intern:i,_key:a},f){const g=a(f);return i.has(g)?i.get(g):f}function o9e({_intern:i,_key:a},f){const g=a(f);return i.has(g)?i.get(g):(i.set(g,f),f)}function c9e({_intern:i,_key:a},f){const g=a(f);return i.has(g)&&(f=i.get(g),i.delete(g)),f}function u9e(i){return i!==null&&typeof i=="object"?i.valueOf():i}const l9e=Math.sqrt(50),h9e=Math.sqrt(10),f9e=Math.sqrt(2);function JK(i,a,f){const g=(a-i)/Math.max(0,f),w=Math.floor(Math.log10(g)),v=g/Math.pow(10,w),b=v>=l9e?10:v>=h9e?5:v>=f9e?2:1;let E,_,S;return w<0?(S=Math.pow(10,-w)/b,E=Math.round(i*S),_=Math.round(a*S),E/S<i&&++E,_/S>a&&--_,S=-S):(S=Math.pow(10,w)*b,E=Math.round(i/S),_=Math.round(a/S),E*S<i&&++E,_*S>a&&--_),_<E&&.5<=f&&f<2?JK(i,a,f*2):[E,_,S]}function d9e(i,a,f){if(a=+a,i=+i,f=+f,!(f>0))return[];if(i===a)return[i];const g=a<i,[w,v,b]=g?JK(a,i,f):JK(i,a,f);if(!(v>=w))return[];const E=v-w+1,_=new Array(E);if(g)if(b<0)for(let S=0;S<E;++S)_[S]=(v-S)/-b;else for(let S=0;S<E;++S)_[S]=(v-S)*b;else if(b<0)for(let S=0;S<E;++S)_[S]=(w+S)/-b;else for(let S=0;S<E;++S)_[S]=(w+S)*b;return _}function c0t(i,a,f){return a=+a,i=+i,f=+f,JK(i,a,f)[2]}function u0t(i,a,f){a=+a,i=+i,f=+f;const g=a<i,w=g?c0t(a,i,f):c0t(i,a,f);return(g?-1:1)*(w<0?1/-w:w)}function g9e(i,a){let f;if(a===void 0)for(const g of i)g!=null&&(f<g||f===void 0&&g>=g)&&(f=g);else{let g=-1;for(let w of i)(w=a(w,++g,i))!=null&&(f<w||f===void 0&&w>=w)&&(f=w)}return f}function p9e(i,a){let f;if(a===void 0)for(const g of i)g!=null&&(f>g||f===void 0&&g>=g)&&(f=g);else{let g=-1;for(let w of i)(w=a(w,++g,i))!=null&&(f>w||f===void 0&&w>=w)&&(f=w)}return f}function b9e(i,a,f){i=+i,a=+a,f=(w=arguments.length)<2?(a=i,i=0,1):w<3?1:+f;for(var g=-1,w=Math.max(0,Math.ceil((a-i)/f))|0,v=new Array(w);++g<w;)v[g]=i+g*f;return v}function w9e(i){return i}var ZK=1,l0t=2,h0t=3,tW=4,lOt=1e-6;function m9e(i){return"translate("+i+",0)"}function v9e(i){return"translate(0,"+i+")"}function y9e(i){return a=>+i(a)}function x9e(i,a){return a=Math.max(0,i.bandwidth()-a*2)/2,i.round()&&(a=Math.round(a)),f=>+i(f)+a}function k9e(){return!this.__axis}function hOt(i,a){var f=[],g=null,w=null,v=6,b=6,E=3,_=typeof window<"u"&&window.devicePixelRatio>1?0:.5,S=i===ZK||i===tW?-1:1,I=i===tW||i===l0t?"x":"y",B=i===ZK||i===h0t?m9e:v9e;function F(R){var q=g??(a.ticks?a.ticks.apply(a,f):a.domain()),X=w??(a.tickFormat?a.tickFormat.apply(a,f):w9e),rt=Math.max(v,0)+E,at=a.range(),ut=+at[0]+_,pt=+at[at.length-1]+_,yt=(a.bandwidth?x9e:y9e)(a.copy(),_),mt=R.selection?R.selection():R,gt=mt.selectAll(".domain").data([null]),ht=mt.selectAll(".tick").data(q,a).order(),bt=ht.exit(),Z=ht.enter().append("g").attr("class","tick"),ft=ht.select("line"),Y=ht.select("text");gt=gt.merge(gt.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),ht=ht.merge(Z),ft=ft.merge(Z.append("line").attr("stroke","currentColor").attr(I+"2",S*v)),Y=Y.merge(Z.append("text").attr("fill","currentColor").attr(I,S*rt).attr("dy",i===ZK?"0em":i===h0t?"0.71em":"0.32em")),R!==mt&&(gt=gt.transition(R),ht=ht.transition(R),ft=ft.transition(R),Y=Y.transition(R),bt=bt.transition(R).attr("opacity",lOt).attr("transform",function(Et){return isFinite(Et=yt(Et))?B(Et+_):this.getAttribute("transform")}),Z.attr("opacity",lOt).attr("transform",function(Et){var V=this.parentNode.__axis;return B((V&&isFinite(V=V(Et))?V:yt(Et))+_)})),bt.remove(),gt.attr("d",i===tW||i===l0t?b?"M"+S*b+","+ut+"H"+_+"V"+pt+"H"+S*b:"M"+_+","+ut+"V"+pt:b?"M"+ut+","+S*b+"V"+_+"H"+pt+"V"+S*b:"M"+ut+","+_+"H"+pt),ht.attr("opacity",1).attr("transform",function(Et){return B(yt(Et)+_)}),ft.attr(I+"2",S*v),Y.attr(I,S*rt).text(X),mt.filter(k9e).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",i===l0t?"start":i===tW?"end":"middle"),mt.each(function(){this.__axis=yt})}return F.scale=function(R){return arguments.length?(a=R,F):a},F.ticks=function(){return f=Array.from(arguments),F},F.tickArguments=function(R){return arguments.length?(f=R==null?[]:Array.from(R),F):f.slice()},F.tickValues=function(R){return arguments.length?(g=R==null?null:Array.from(R),F):g&&g.slice()},F.tickFormat=function(R){return arguments.length?(w=R,F):w},F.tickSize=function(R){return arguments.length?(v=b=+R,F):v},F.tickSizeInner=function(R){return arguments.length?(v=+R,F):v},F.tickSizeOuter=function(R){return arguments.length?(b=+R,F):b},F.tickPadding=function(R){return arguments.length?(E=+R,F):E},F.offset=function(R){return arguments.length?(_=+R,F):_},F}function E9e(i){return hOt(ZK,i)}function T9e(i){return hOt(h0t,i)}var C9e={value:()=>{}};function fOt(){for(var i=0,a=arguments.length,f={},g;i<a;++i){if(!(g=arguments[i]+"")||g in f||/[\s.]/.test(g))throw new Error("illegal type: "+g);f[g]=[]}return new eW(f)}function eW(i){this._=i}function _9e(i,a){return i.trim().split(/^|\s+/).map(function(f){var g="",w=f.indexOf(".");if(w>=0&&(g=f.slice(w+1),f=f.slice(0,w)),f&&!a.hasOwnProperty(f))throw new Error("unknown type: "+f);return{type:f,name:g}})}eW.prototype=fOt.prototype={constructor:eW,on:function(i,a){var f=this._,g=_9e(i+"",f),w,v=-1,b=g.length;if(arguments.length<2){for(;++v<b;)if((w=(i=g[v]).type)&&(w=S9e(f[w],i.name)))return w;return}if(a!=null&&typeof a!="function")throw new Error("invalid callback: "+a);for(;++v<b;)if(w=(i=g[v]).type)f[w]=dOt(f[w],i.name,a);else if(a==null)for(w in f)f[w]=dOt(f[w],i.name,null);return this},copy:function(){var i={},a=this._;for(var f in a)i[f]=a[f].slice();return new eW(i)},call:function(i,a){if((w=arguments.length-2)>0)for(var f=new Array(w),g=0,w,v;g<w;++g)f[g]=arguments[g+2];if(!this._.hasOwnProperty(i))throw new Error("unknown type: "+i);for(v=this._[i],g=0,w=v.length;g<w;++g)v[g].value.apply(a,f)},apply:function(i,a,f){if(!this._.hasOwnProperty(i))throw new Error("unknown type: "+i);for(var g=this._[i],w=0,v=g.length;w<v;++w)g[w].value.apply(a,f)}};function S9e(i,a){for(var f=0,g=i.length,w;f<g;++f)if((w=i[f]).name===a)return w.value}function dOt(i,a,f){for(var g=0,w=i.length;g<w;++g)if(i[g].name===a){i[g]=C9e,i=i.slice(0,g).concat(i.slice(g+1));break}return f!=null&&i.push({name:a,value:f}),i}var f0t="http://www.w3.org/1999/xhtml";const gOt={svg:"http://www.w3.org/2000/svg",xhtml:f0t,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function nW(i){var a=i+="",f=a.indexOf(":");return f>=0&&(a=i.slice(0,f))!=="xmlns"&&(i=i.slice(f+1)),gOt.hasOwnProperty(a)?{space:gOt[a],local:i}:i}function A9e(i){return function(){var a=this.ownerDocument,f=this.namespaceURI;return f===f0t&&a.documentElement.namespaceURI===f0t?a.createElement(i):a.createElementNS(f,i)}}function L9e(i){return function(){return this.ownerDocument.createElementNS(i.space,i.local)}}function pOt(i){var a=nW(i);return(a.local?L9e:A9e)(a)}function M9e(){}function d0t(i){return i==null?M9e:function(){return this.querySelector(i)}}function D9e(i){typeof i!="function"&&(i=d0t(i));for(var a=this._groups,f=a.length,g=new Array(f),w=0;w<f;++w)for(var v=a[w],b=v.length,E=g[w]=new Array(b),_,S,I=0;I<b;++I)(_=v[I])&&(S=i.call(_,_.__data__,I,v))&&("__data__"in _&&(S.__data__=_.__data__),E[I]=S);return new Hg(g,this._parents)}function bOt(i){return i==null?[]:Array.isArray(i)?i:Array.from(i)}function I9e(){return[]}function wOt(i){return i==null?I9e:function(){return this.querySelectorAll(i)}}function O9e(i){return function(){return bOt(i.apply(this,arguments))}}function P9e(i){typeof i=="function"?i=O9e(i):i=wOt(i);for(var a=this._groups,f=a.length,g=[],w=[],v=0;v<f;++v)for(var b=a[v],E=b.length,_,S=0;S<E;++S)(_=b[S])&&(g.push(i.call(_,_.__data__,S,b)),w.push(_));return new Hg(g,w)}function mOt(i){return function(){return this.matches(i)}}function vOt(i){return function(a){return a.matches(i)}}var N9e=Array.prototype.find;function F9e(i){return function(){return N9e.call(this.children,i)}}function B9e(){return this.firstElementChild}function R9e(i){return this.select(i==null?B9e:F9e(typeof i=="function"?i:vOt(i)))}var j9e=Array.prototype.filter;function $9e(){return Array.from(this.children)}function z9e(i){return function(){return j9e.call(this.children,i)}}function q9e(i){return this.selectAll(i==null?$9e:z9e(typeof i=="function"?i:vOt(i)))}function H9e(i){typeof i!="function"&&(i=mOt(i));for(var a=this._groups,f=a.length,g=new Array(f),w=0;w<f;++w)for(var v=a[w],b=v.length,E=g[w]=[],_,S=0;S<b;++S)(_=v[S])&&i.call(_,_.__data__,S,v)&&E.push(_);return new Hg(g,this._parents)}function yOt(i){return new Array(i.length)}function V9e(){return new Hg(this._enter||this._groups.map(yOt),this._parents)}function rW(i,a){this.ownerDocument=i.ownerDocument,this.namespaceURI=i.namespaceURI,this._next=null,this._parent=i,this.__data__=a}rW.prototype={constructor:rW,appendChild:function(i){return this._parent.insertBefore(i,this._next)},insertBefore:function(i,a){return this._parent.insertBefore(i,a)},querySelector:function(i){return this._parent.querySelector(i)},querySelectorAll:function(i){return this._parent.querySelectorAll(i)}};function U9e(i){return function(){return i}}function G9e(i,a,f,g,w,v){for(var b=0,E,_=a.length,S=v.length;b<S;++b)(E=a[b])?(E.__data__=v[b],g[b]=E):f[b]=new rW(i,v[b]);for(;b<_;++b)(E=a[b])&&(w[b]=E)}function K9e(i,a,f,g,w,v,b){var E,_,S=new Map,I=a.length,B=v.length,F=new Array(I),R;for(E=0;E<I;++E)(_=a[E])&&(F[E]=R=b.call(_,_.__data__,E,a)+"",S.has(R)?w[E]=_:S.set(R,_));for(E=0;E<B;++E)R=b.call(i,v[E],E,v)+"",(_=S.get(R))?(g[E]=_,_.__data__=v[E],S.delete(R)):f[E]=new rW(i,v[E]);for(E=0;E<I;++E)(_=a[E])&&S.get(F[E])===_&&(w[E]=_)}function W9e(i){return i.__data__}function Y9e(i,a){if(!arguments.length)return Array.from(this,W9e);var f=a?K9e:G9e,g=this._parents,w=this._groups;typeof i!="function"&&(i=U9e(i));for(var v=w.length,b=new Array(v),E=new Array(v),_=new Array(v),S=0;S<v;++S){var I=g[S],B=w[S],F=B.length,R=X9e(i.call(I,I&&I.__data__,S,g)),q=R.length,X=E[S]=new Array(q),rt=b[S]=new Array(q),at=_[S]=new Array(F);f(I,B,X,rt,at,R,a);for(var ut=0,pt=0,yt,mt;ut<q;++ut)if(yt=X[ut]){for(ut>=pt&&(pt=ut+1);!(mt=rt[pt])&&++pt<q;);yt._next=mt||null}}return b=new Hg(b,g),b._enter=E,b._exit=_,b}function X9e(i){return typeof i=="object"&&"length"in i?i:Array.from(i)}function Q9e(){return new Hg(this._exit||this._groups.map(yOt),this._parents)}function J9e(i,a,f){var g=this.enter(),w=this,v=this.exit();return typeof i=="function"?(g=i(g),g&&(g=g.selection())):g=g.append(i+""),a!=null&&(w=a(w),w&&(w=w.selection())),f==null?v.remove():f(v),g&&w?g.merge(w).order():w}function Z9e(i){for(var a=i.selection?i.selection():i,f=this._groups,g=a._groups,w=f.length,v=g.length,b=Math.min(w,v),E=new Array(w),_=0;_<b;++_)for(var S=f[_],I=g[_],B=S.length,F=E[_]=new Array(B),R,q=0;q<B;++q)(R=S[q]||I[q])&&(F[q]=R);for(;_<w;++_)E[_]=f[_];return new Hg(E,this._parents)}function tCe(){for(var i=this._groups,a=-1,f=i.length;++a<f;)for(var g=i[a],w=g.length-1,v=g[w],b;--w>=0;)(b=g[w])&&(v&&b.compareDocumentPosition(v)^4&&v.parentNode.insertBefore(b,v),v=b);return this}function eCe(i){i||(i=nCe);function a(B,F){return B&&F?i(B.__data__,F.__data__):!B-!F}for(var f=this._groups,g=f.length,w=new Array(g),v=0;v<g;++v){for(var b=f[v],E=b.length,_=w[v]=new Array(E),S,I=0;I<E;++I)(S=b[I])&&(_[I]=S);_.sort(a)}return new Hg(w,this._parents).order()}function nCe(i,a){return i<a?-1:i>a?1:i>=a?0:NaN}function rCe(){var i=arguments[0];return arguments[0]=this,i.apply(null,arguments),this}function iCe(){return Array.from(this)}function sCe(){for(var i=this._groups,a=0,f=i.length;a<f;++a)for(var g=i[a],w=0,v=g.length;w<v;++w){var b=g[w];if(b)return b}return null}function aCe(){let i=0;for(const a of this)++i;return i}function oCe(){return!this.node()}function cCe(i){for(var a=this._groups,f=0,g=a.length;f<g;++f)for(var w=a[f],v=0,b=w.length,E;v<b;++v)(E=w[v])&&i.call(E,E.__data__,v,w);return this}function uCe(i){return function(){this.removeAttribute(i)}}function lCe(i){return function(){this.removeAttributeNS(i.space,i.local)}}function hCe(i,a){return function(){this.setAttribute(i,a)}}function fCe(i,a){return function(){this.setAttributeNS(i.space,i.local,a)}}function dCe(i,a){return function(){var f=a.apply(this,arguments);f==null?this.removeAttribute(i):this.setAttribute(i,f)}}function gCe(i,a){return function(){var f=a.apply(this,arguments);f==null?this.removeAttributeNS(i.space,i.local):this.setAttributeNS(i.space,i.local,f)}}function pCe(i,a){var f=nW(i);if(arguments.length<2){var g=this.node();return f.local?g.getAttributeNS(f.space,f.local):g.getAttribute(f)}return this.each((a==null?f.local?lCe:uCe:typeof a=="function"?f.local?gCe:dCe:f.local?fCe:hCe)(f,a))}function xOt(i){return i.ownerDocument&&i.ownerDocument.defaultView||i.document&&i||i.defaultView}function bCe(i){return function(){this.style.removeProperty(i)}}function wCe(i,a,f){return function(){this.style.setProperty(i,a,f)}}function mCe(i,a,f){return function(){var g=a.apply(this,arguments);g==null?this.style.removeProperty(i):this.style.setProperty(i,g,f)}}function vCe(i,a,f){return arguments.length>1?this.each((a==null?bCe:typeof a=="function"?mCe:wCe)(i,a,f??"")):AL(this.node(),i)}function AL(i,a){return i.style.getPropertyValue(a)||xOt(i).getComputedStyle(i,null).getPropertyValue(a)}function yCe(i){return function(){delete this[i]}}function xCe(i,a){return function(){this[i]=a}}function kCe(i,a){return function(){var f=a.apply(this,arguments);f==null?delete this[i]:this[i]=f}}function ECe(i,a){return arguments.length>1?this.each((a==null?yCe:typeof a=="function"?kCe:xCe)(i,a)):this.node()[i]}function kOt(i){return i.trim().split(/^|\s+/)}function g0t(i){return i.classList||new EOt(i)}function EOt(i){this._node=i,this._names=kOt(i.getAttribute("class")||"")}EOt.prototype={add:function(i){var a=this._names.indexOf(i);a<0&&(this._names.push(i),this._node.setAttribute("class",this._names.join(" ")))},remove:function(i){var a=this._names.indexOf(i);a>=0&&(this._names.splice(a,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(i){return this._names.indexOf(i)>=0}};function TOt(i,a){for(var f=g0t(i),g=-1,w=a.length;++g<w;)f.add(a[g])}function COt(i,a){for(var f=g0t(i),g=-1,w=a.length;++g<w;)f.remove(a[g])}function TCe(i){return function(){TOt(this,i)}}function CCe(i){return function(){COt(this,i)}}function _Ce(i,a){return function(){(a.apply(this,arguments)?TOt:COt)(this,i)}}function SCe(i,a){var f=kOt(i+"");if(arguments.length<2){for(var g=g0t(this.node()),w=-1,v=f.length;++w<v;)if(!g.contains(f[w]))return!1;return!0}return this.each((typeof a=="function"?_Ce:a?TCe:CCe)(f,a))}function ACe(){this.textContent=""}function LCe(i){return function(){this.textContent=i}}function MCe(i){return function(){var a=i.apply(this,arguments);this.textContent=a??""}}function DCe(i){return arguments.length?this.each(i==null?ACe:(typeof i=="function"?MCe:LCe)(i)):this.node().textContent}function ICe(){this.innerHTML=""}function OCe(i){return function(){this.innerHTML=i}}function PCe(i){return function(){var a=i.apply(this,arguments);this.innerHTML=a??""}}function NCe(i){return arguments.length?this.each(i==null?ICe:(typeof i=="function"?PCe:OCe)(i)):this.node().innerHTML}function FCe(){this.nextSibling&&this.parentNode.appendChild(this)}function BCe(){return this.each(FCe)}function RCe(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function jCe(){return this.each(RCe)}function $Ce(i){var a=typeof i=="function"?i:pOt(i);return this.select(function(){return this.appendChild(a.apply(this,arguments))})}function zCe(){return null}function qCe(i,a){var f=typeof i=="function"?i:pOt(i),g=a==null?zCe:typeof a=="function"?a:d0t(a);return this.select(function(){return this.insertBefore(f.apply(this,arguments),g.apply(this,arguments)||null)})}function HCe(){var i=this.parentNode;i&&i.removeChild(this)}function VCe(){return this.each(HCe)}function UCe(){var i=this.cloneNode(!1),a=this.parentNode;return a?a.insertBefore(i,this.nextSibling):i}function GCe(){var i=this.cloneNode(!0),a=this.parentNode;return a?a.insertBefore(i,this.nextSibling):i}function KCe(i){return this.select(i?GCe:UCe)}function WCe(i){return arguments.length?this.property("__data__",i):this.node().__data__}function YCe(i){return function(a){i.call(this,a,this.__data__)}}function XCe(i){return i.trim().split(/^|\s+/).map(function(a){var f="",g=a.indexOf(".");return g>=0&&(f=a.slice(g+1),a=a.slice(0,g)),{type:a,name:f}})}function QCe(i){return function(){var a=this.__on;if(a){for(var f=0,g=-1,w=a.length,v;f<w;++f)v=a[f],(!i.type||v.type===i.type)&&v.name===i.name?this.removeEventListener(v.type,v.listener,v.options):a[++g]=v;++g?a.length=g:delete this.__on}}}function JCe(i,a,f){return function(){var g=this.__on,w,v=YCe(a);if(g){for(var b=0,E=g.length;b<E;++b)if((w=g[b]).type===i.type&&w.name===i.name){this.removeEventListener(w.type,w.listener,w.options),this.addEventListener(w.type,w.listener=v,w.options=f),w.value=a;return}}this.addEventListener(i.type,v,f),w={type:i.type,name:i.name,value:a,listener:v,options:f},g?g.push(w):this.__on=[w]}}function ZCe(i,a,f){var g=XCe(i+""),w,v=g.length,b;if(arguments.length<2){var E=this.node().__on;if(E){for(var _=0,S=E.length,I;_<S;++_)for(w=0,I=E[_];w<v;++w)if((b=g[w]).type===I.type&&b.name===I.name)return I.value}return}for(E=a?JCe:QCe,w=0;w<v;++w)this.each(E(g[w],a,f));return this}function _Ot(i,a,f){var g=xOt(i),w=g.CustomEvent;typeof w=="function"?w=new w(a,f):(w=g.document.createEvent("Event"),f?(w.initEvent(a,f.bubbles,f.cancelable),w.detail=f.detail):w.initEvent(a,!1,!1)),i.dispatchEvent(w)}function t_e(i,a){return function(){return _Ot(this,i,a)}}function e_e(i,a){return function(){return _Ot(this,i,a.apply(this,arguments))}}function n_e(i,a){return this.each((typeof a=="function"?e_e:t_e)(i,a))}function*r_e(){for(var i=this._groups,a=0,f=i.length;a<f;++a)for(var g=i[a],w=0,v=g.length,b;w<v;++w)(b=g[w])&&(yield b)}var p0t=[null];function Hg(i,a){this._groups=i,this._parents=a}function GN(){return new Hg([[document.documentElement]],p0t)}function i_e(){return this}Hg.prototype=GN.prototype={constructor:Hg,select:D9e,selectAll:P9e,selectChild:R9e,selectChildren:q9e,filter:H9e,data:Y9e,enter:V9e,exit:Q9e,join:J9e,merge:Z9e,selection:i_e,order:tCe,sort:eCe,call:rCe,nodes:iCe,node:sCe,size:aCe,empty:oCe,each:cCe,attr:pCe,style:vCe,property:ECe,classed:SCe,text:DCe,html:NCe,raise:BCe,lower:jCe,append:$Ce,insert:qCe,remove:VCe,clone:KCe,datum:WCe,on:ZCe,dispatch:n_e,[Symbol.iterator]:r_e};function xr(i){return typeof i=="string"?new Hg([[document.querySelector(i)]],[document.documentElement]):new Hg([[i]],p0t)}function SOt(i){return typeof i=="string"?new Hg([document.querySelectorAll(i)],[document.documentElement]):new Hg([bOt(i)],p0t)}function KN(i,a,f){i.prototype=a.prototype=f,f.constructor=i}function iW(i,a){var f=Object.create(i.prototype);for(var g in a)f[g]=a[g];return f}function ZT(){}var WN=.7,sW=1/WN,LL="\\s*([+-]?\\d+)\\s*",YN="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Q3="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",s_e=/^#([0-9a-f]{3,8})$/,a_e=new RegExp(`^rgb\\(${LL},${LL},${LL}\\)$`),o_e=new RegExp(`^rgb\\(${Q3},${Q3},${Q3}\\)$`),c_e=new RegExp(`^rgba\\(${LL},${LL},${LL},${YN}\\)$`),u_e=new RegExp(`^rgba\\(${Q3},${Q3},${Q3},${YN}\\)$`),l_e=new RegExp(`^hsl\\(${YN},${Q3},${Q3}\\)$`),h_e=new RegExp(`^hsla\\(${YN},${Q3},${Q3},${YN}\\)$`),AOt={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};KN(ZT,t9,{copy(i){return Object.assign(new this.constructor,this,i)},displayable(){return this.rgb().displayable()},hex:LOt,formatHex:LOt,formatHex8:f_e,formatHsl:d_e,formatRgb:MOt,toString:MOt});function LOt(){return this.rgb().formatHex()}function f_e(){return this.rgb().formatHex8()}function d_e(){return FOt(this).formatHsl()}function MOt(){return this.rgb().formatRgb()}function t9(i){var a,f;return i=(i+"").trim().toLowerCase(),(a=s_e.exec(i))?(f=a[1].length,a=parseInt(a[1],16),f===6?DOt(a):f===3?new J0(a>>8&15|a>>4&240,a>>4&15|a&240,(a&15)<<4|a&15,1):f===8?aW(a>>24&255,a>>16&255,a>>8&255,(a&255)/255):f===4?aW(a>>12&15|a>>8&240,a>>8&15|a>>4&240,a>>4&15|a&240,((a&15)<<4|a&15)/255):null):(a=a_e.exec(i))?new J0(a[1],a[2],a[3],1):(a=o_e.exec(i))?new J0(a[1]*255/100,a[2]*255/100,a[3]*255/100,1):(a=c_e.exec(i))?aW(a[1],a[2],a[3],a[4]):(a=u_e.exec(i))?aW(a[1]*255/100,a[2]*255/100,a[3]*255/100,a[4]):(a=l_e.exec(i))?NOt(a[1],a[2]/100,a[3]/100,1):(a=h_e.exec(i))?NOt(a[1],a[2]/100,a[3]/100,a[4]):AOt.hasOwnProperty(i)?DOt(AOt[i]):i==="transparent"?new J0(NaN,NaN,NaN,0):null}function DOt(i){return new J0(i>>16&255,i>>8&255,i&255,1)}function aW(i,a,f,g){return g<=0&&(i=a=f=NaN),new J0(i,a,f,g)}function IOt(i){return i instanceof ZT||(i=t9(i)),i?(i=i.rgb(),new J0(i.r,i.g,i.b,i.opacity)):new J0}function b0t(i,a,f,g){return arguments.length===1?IOt(i):new J0(i,a,f,g??1)}function J0(i,a,f,g){this.r=+i,this.g=+a,this.b=+f,this.opacity=+g}KN(J0,b0t,iW(ZT,{brighter(i){return i=i==null?sW:Math.pow(sW,i),new J0(this.r*i,this.g*i,this.b*i,this.opacity)},darker(i){return i=i==null?WN:Math.pow(WN,i),new J0(this.r*i,this.g*i,this.b*i,this.opacity)},rgb(){return this},clamp(){return new J0(e9(this.r),e9(this.g),e9(this.b),oW(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:OOt,formatHex:OOt,formatHex8:g_e,formatRgb:POt,toString:POt}));function OOt(){return`#${n9(this.r)}${n9(this.g)}${n9(this.b)}`}function g_e(){return`#${n9(this.r)}${n9(this.g)}${n9(this.b)}${n9((isNaN(this.opacity)?1:this.opacity)*255)}`}function POt(){const i=oW(this.opacity);return`${i===1?"rgb(":"rgba("}${e9(this.r)}, ${e9(this.g)}, ${e9(this.b)}${i===1?")":`, ${i})`}`}function oW(i){return isNaN(i)?1:Math.max(0,Math.min(1,i))}function e9(i){return Math.max(0,Math.min(255,Math.round(i)||0))}function n9(i){return i=e9(i),(i<16?"0":"")+i.toString(16)}function NOt(i,a,f,g){return g<=0?i=a=f=NaN:f<=0||f>=1?i=a=NaN:a<=0&&(i=NaN),new Rv(i,a,f,g)}function FOt(i){if(i instanceof Rv)return new Rv(i.h,i.s,i.l,i.opacity);if(i instanceof ZT||(i=t9(i)),!i)return new Rv;if(i instanceof Rv)return i;i=i.rgb();var a=i.r/255,f=i.g/255,g=i.b/255,w=Math.min(a,f,g),v=Math.max(a,f,g),b=NaN,E=v-w,_=(v+w)/2;return E?(a===v?b=(f-g)/E+(f<g)*6:f===v?b=(g-a)/E+2:b=(a-f)/E+4,E/=_<.5?v+w:2-v-w,b*=60):E=_>0&&_<1?0:b,new Rv(b,E,_,i.opacity)}function p_e(i,a,f,g){return arguments.length===1?FOt(i):new Rv(i,a,f,g??1)}function Rv(i,a,f,g){this.h=+i,this.s=+a,this.l=+f,this.opacity=+g}KN(Rv,p_e,iW(ZT,{brighter(i){return i=i==null?sW:Math.pow(sW,i),new Rv(this.h,this.s,this.l*i,this.opacity)},darker(i){return i=i==null?WN:Math.pow(WN,i),new Rv(this.h,this.s,this.l*i,this.opacity)},rgb(){var i=this.h%360+(this.h<0)*360,a=isNaN(i)||isNaN(this.s)?0:this.s,f=this.l,g=f+(f<.5?f:1-f)*a,w=2*f-g;return new J0(w0t(i>=240?i-240:i+120,w,g),w0t(i,w,g),w0t(i<120?i+240:i-120,w,g),this.opacity)},clamp(){return new Rv(BOt(this.h),cW(this.s),cW(this.l),oW(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const i=oW(this.opacity);return`${i===1?"hsl(":"hsla("}${BOt(this.h)}, ${cW(this.s)*100}%, ${cW(this.l)*100}%${i===1?")":`, ${i})`}`}}));function BOt(i){return i=(i||0)%360,i<0?i+360:i}function cW(i){return Math.max(0,Math.min(1,i||0))}function w0t(i,a,f){return(i<60?a+(f-a)*i/60:i<180?f:i<240?a+(f-a)*(240-i)/60:a)*255}const b_e=Math.PI/180,w_e=180/Math.PI,uW=18,ROt=.96422,jOt=1,$Ot=.82521,zOt=4/29,ML=6/29,qOt=3*ML*ML,m_e=ML*ML*ML;function HOt(i){if(i instanceof J3)return new J3(i.l,i.a,i.b,i.opacity);if(i instanceof mx)return VOt(i);i instanceof J0||(i=IOt(i));var a=x0t(i.r),f=x0t(i.g),g=x0t(i.b),w=m0t((.2225045*a+.7168786*f+.0606169*g)/jOt),v,b;return a===f&&f===g?v=b=w:(v=m0t((.4360747*a+.3850649*f+.1430804*g)/ROt),b=m0t((.0139322*a+.0971045*f+.7141733*g)/$Ot)),new J3(116*w-16,500*(v-w),200*(w-b),i.opacity)}function v_e(i,a,f,g){return arguments.length===1?HOt(i):new J3(i,a,f,g??1)}function J3(i,a,f,g){this.l=+i,this.a=+a,this.b=+f,this.opacity=+g}KN(J3,v_e,iW(ZT,{brighter(i){return new J3(this.l+uW*(i??1),this.a,this.b,this.opacity)},darker(i){return new J3(this.l-uW*(i??1),this.a,this.b,this.opacity)},rgb(){var i=(this.l+16)/116,a=isNaN(this.a)?i:i+this.a/500,f=isNaN(this.b)?i:i-this.b/200;return a=ROt*v0t(a),i=jOt*v0t(i),f=$Ot*v0t(f),new J0(y0t(3.1338561*a-1.6168667*i-.4906146*f),y0t(-.9787684*a+1.9161415*i+.033454*f),y0t(.0719453*a-.2289914*i+1.4052427*f),this.opacity)}}));function m0t(i){return i>m_e?Math.pow(i,1/3):i/qOt+zOt}function v0t(i){return i>ML?i*i*i:qOt*(i-zOt)}function y0t(i){return 255*(i<=.0031308?12.92*i:1.055*Math.pow(i,1/2.4)-.055)}function x0t(i){return(i/=255)<=.04045?i/12.92:Math.pow((i+.055)/1.055,2.4)}function y_e(i){if(i instanceof mx)return new mx(i.h,i.c,i.l,i.opacity);if(i instanceof J3||(i=HOt(i)),i.a===0&&i.b===0)return new mx(NaN,0<i.l&&i.l<100?0:NaN,i.l,i.opacity);var a=Math.atan2(i.b,i.a)*w_e;return new mx(a<0?a+360:a,Math.sqrt(i.a*i.a+i.b*i.b),i.l,i.opacity)}function k0t(i,a,f,g){return arguments.length===1?y_e(i):new mx(i,a,f,g??1)}function mx(i,a,f,g){this.h=+i,this.c=+a,this.l=+f,this.opacity=+g}function VOt(i){if(isNaN(i.h))return new J3(i.l,0,0,i.opacity);var a=i.h*b_e;return new J3(i.l,Math.cos(a)*i.c,Math.sin(a)*i.c,i.opacity)}KN(mx,k0t,iW(ZT,{brighter(i){return new mx(this.h,this.c,this.l+uW*(i??1),this.opacity)},darker(i){return new mx(this.h,this.c,this.l-uW*(i??1),this.opacity)},rgb(){return VOt(this).rgb()}}));const lW=i=>()=>i;function UOt(i,a){return function(f){return i+f*a}}function x_e(i,a,f){return i=Math.pow(i,f),a=Math.pow(a,f)-i,f=1/f,function(g){return Math.pow(i+g*a,f)}}function k_e(i,a){var f=a-i;return f?UOt(i,f>180||f<-180?f-360*Math.round(f/360):f):lW(isNaN(i)?a:i)}function E_e(i){return(i=+i)==1?XN:function(a,f){return f-a?x_e(a,f,i):lW(isNaN(a)?f:a)}}function XN(i,a){var f=a-i;return f?UOt(i,f):lW(isNaN(i)?a:i)}const hW=function i(a){var f=E_e(a);function g(w,v){var b=f((w=b0t(w)).r,(v=b0t(v)).r),E=f(w.g,v.g),_=f(w.b,v.b),S=XN(w.opacity,v.opacity);return function(I){return w.r=b(I),w.g=E(I),w.b=_(I),w.opacity=S(I),w+""}}return g.gamma=i,g}(1);function T_e(i,a){a||(a=[]);var f=i?Math.min(a.length,i.length):0,g=a.slice(),w;return function(v){for(w=0;w<f;++w)g[w]=i[w]*(1-v)+a[w]*v;return g}}function C_e(i){return ArrayBuffer.isView(i)&&!(i instanceof DataView)}function __e(i,a){var f=a?a.length:0,g=i?Math.min(f,i.length):0,w=new Array(g),v=new Array(f),b;for(b=0;b<g;++b)w[b]=C0t(i[b],a[b]);for(;b<f;++b)v[b]=a[b];return function(E){for(b=0;b<g;++b)v[b]=w[b](E);return v}}function S_e(i,a){var f=new Date;return i=+i,a=+a,function(g){return f.setTime(i*(1-g)+a*g),f}}function jv(i,a){return i=+i,a=+a,function(f){return i*(1-f)+a*f}}function A_e(i,a){var f={},g={},w;(i===null||typeof i!="object")&&(i={}),(a===null||typeof a!="object")&&(a={});for(w in a)w in i?f[w]=C0t(i[w],a[w]):g[w]=a[w];return function(v){for(w in f)g[w]=f[w](v);return g}}var E0t=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,T0t=new RegExp(E0t.source,"g");function L_e(i){return function(){return i}}function M_e(i){return function(a){return i(a)+""}}function GOt(i,a){var f=E0t.lastIndex=T0t.lastIndex=0,g,w,v,b=-1,E=[],_=[];for(i=i+"",a=a+"";(g=E0t.exec(i))&&(w=T0t.exec(a));)(v=w.index)>f&&(v=a.slice(f,v),E[b]?E[b]+=v:E[++b]=v),(g=g[0])===(w=w[0])?E[b]?E[b]+=w:E[++b]=w:(E[++b]=null,_.push({i:b,x:jv(g,w)})),f=T0t.lastIndex;return f<a.length&&(v=a.slice(f),E[b]?E[b]+=v:E[++b]=v),E.length<2?_[0]?M_e(_[0].x):L_e(a):(a=_.length,function(S){for(var I=0,B;I<a;++I)E[(B=_[I]).i]=B.x(S);return E.join("")})}function C0t(i,a){var f=typeof a,g;return a==null||f==="boolean"?lW(a):(f==="number"?jv:f==="string"?(g=t9(a))?(a=g,hW):GOt:a instanceof t9?hW:a instanceof Date?S_e:C_e(a)?T_e:Array.isArray(a)?__e:typeof a.valueOf!="function"&&typeof a.toString!="function"||isNaN(a)?A_e:jv)(i,a)}function D_e(i,a){return i=+i,a=+a,function(f){return Math.round(i*(1-f)+a*f)}}var KOt=180/Math.PI,_0t={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function WOt(i,a,f,g,w,v){var b,E,_;return(b=Math.sqrt(i*i+a*a))&&(i/=b,a/=b),(_=i*f+a*g)&&(f-=i*_,g-=a*_),(E=Math.sqrt(f*f+g*g))&&(f/=E,g/=E,_/=E),i*g<a*f&&(i=-i,a=-a,_=-_,b=-b),{translateX:w,translateY:v,rotate:Math.atan2(a,i)*KOt,skewX:Math.atan(_)*KOt,scaleX:b,scaleY:E}}var fW;function I_e(i){const a=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(i+"");return a.isIdentity?_0t:WOt(a.a,a.b,a.c,a.d,a.e,a.f)}function O_e(i){return i==null||(fW||(fW=document.createElementNS("http://www.w3.org/2000/svg","g")),fW.setAttribute("transform",i),!(i=fW.transform.baseVal.consolidate()))?_0t:(i=i.matrix,WOt(i.a,i.b,i.c,i.d,i.e,i.f))}function YOt(i,a,f,g){function w(S){return S.length?S.pop()+" ":""}function v(S,I,B,F,R,q){if(S!==B||I!==F){var X=R.push("translate(",null,a,null,f);q.push({i:X-4,x:jv(S,B)},{i:X-2,x:jv(I,F)})}else(B||F)&&R.push("translate("+B+a+F+f)}function b(S,I,B,F){S!==I?(S-I>180?I+=360:I-S>180&&(S+=360),F.push({i:B.push(w(B)+"rotate(",null,g)-2,x:jv(S,I)})):I&&B.push(w(B)+"rotate("+I+g)}function E(S,I,B,F){S!==I?F.push({i:B.push(w(B)+"skewX(",null,g)-2,x:jv(S,I)}):I&&B.push(w(B)+"skewX("+I+g)}function _(S,I,B,F,R,q){if(S!==B||I!==F){var X=R.push(w(R)+"scale(",null,",",null,")");q.push({i:X-4,x:jv(S,B)},{i:X-2,x:jv(I,F)})}else(B!==1||F!==1)&&R.push(w(R)+"scale("+B+","+F+")")}return function(S,I){var B=[],F=[];return S=i(S),I=i(I),v(S.translateX,S.translateY,I.translateX,I.translateY,B,F),b(S.rotate,I.rotate,B,F),E(S.skewX,I.skewX,B,F),_(S.scaleX,S.scaleY,I.scaleX,I.scaleY,B,F),S=I=null,function(R){for(var q=-1,X=F.length,rt;++q<X;)B[(rt=F[q]).i]=rt.x(R);return B.join("")}}}var P_e=YOt(I_e,"px, ","px)","deg)"),N_e=YOt(O_e,", ",")",")");function F_e(i){return function(a,f){var g=i((a=k0t(a)).h,(f=k0t(f)).h),w=XN(a.c,f.c),v=XN(a.l,f.l),b=XN(a.opacity,f.opacity);return function(E){return a.h=g(E),a.c=w(E),a.l=v(E),a.opacity=b(E),a+""}}}const B_e=F_e(k_e);var DL=0,QN=0,JN=0,XOt=1e3,dW,ZN,gW=0,r9=0,pW=0,tF=typeof performance=="object"&&performance.now?performance:Date,QOt=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(i){setTimeout(i,17)};function S0t(){return r9||(QOt(R_e),r9=tF.now()+pW)}function R_e(){r9=0}function bW(){this._call=this._time=this._next=null}bW.prototype=JOt.prototype={constructor:bW,restart:function(i,a,f){if(typeof i!="function")throw new TypeError("callback is not a function");f=(f==null?S0t():+f)+(a==null?0:+a),!this._next&&ZN!==this&&(ZN?ZN._next=this:dW=this,ZN=this),this._call=i,this._time=f,A0t()},stop:function(){this._call&&(this._call=null,this._time=1/0,A0t())}};function JOt(i,a,f){var g=new bW;return g.restart(i,a,f),g}function j_e(){S0t(),++DL;for(var i=dW,a;i;)(a=r9-i._time)>=0&&i._call.call(void 0,a),i=i._next;--DL}function ZOt(){r9=(gW=tF.now())+pW,DL=QN=0;try{j_e()}finally{DL=0,z_e(),r9=0}}function $_e(){var i=tF.now(),a=i-gW;a>XOt&&(pW-=a,gW=i)}function z_e(){for(var i,a=dW,f,g=1/0;a;)a._call?(g>a._time&&(g=a._time),i=a,a=a._next):(f=a._next,a._next=null,a=i?i._next=f:dW=f);ZN=i,A0t(g)}function A0t(i){if(!DL){QN&&(QN=clearTimeout(QN));var a=i-r9;a>24?(i<1/0&&(QN=setTimeout(ZOt,i-tF.now()-pW)),JN&&(JN=clearInterval(JN))):(JN||(gW=tF.now(),JN=setInterval($_e,XOt)),DL=1,QOt(ZOt))}}function tPt(i,a,f){var g=new bW;return a=a==null?0:+a,g.restart(w=>{g.stop(),i(w+a)},a,f),g}var q_e=fOt("start","end","cancel","interrupt"),H_e=[],ePt=0,nPt=1,L0t=2,wW=3,rPt=4,M0t=5,mW=6;function vW(i,a,f,g,w,v){var b=i.__transition;if(!b)i.__transition={};else if(f in b)return;V_e(i,f,{name:a,index:g,group:w,on:q_e,tween:H_e,time:v.time,delay:v.delay,duration:v.duration,ease:v.ease,timer:null,state:ePt})}function D0t(i,a){var f=$v(i,a);if(f.state>ePt)throw new Error("too late; already scheduled");return f}function Z3(i,a){var f=$v(i,a);if(f.state>wW)throw new Error("too late; already running");return f}function $v(i,a){var f=i.__transition;if(!f||!(f=f[a]))throw new Error("transition not found");return f}function V_e(i,a,f){var g=i.__transition,w;g[a]=f,f.timer=JOt(v,0,f.time);function v(S){f.state=nPt,f.timer.restart(b,f.delay,f.time),f.delay<=S&&b(S-f.delay)}function b(S){var I,B,F,R;if(f.state!==nPt)return _();for(I in g)if(R=g[I],R.name===f.name){if(R.state===wW)return tPt(b);R.state===rPt?(R.state=mW,R.timer.stop(),R.on.call("interrupt",i,i.__data__,R.index,R.group),delete g[I]):+I<a&&(R.state=mW,R.timer.stop(),R.on.call("cancel",i,i.__data__,R.index,R.group),delete g[I])}if(tPt(function(){f.state===wW&&(f.state=rPt,f.timer.restart(E,f.delay,f.time),E(S))}),f.state=L0t,f.on.call("start",i,i.__data__,f.index,f.group),f.state===L0t){for(f.state=wW,w=new Array(F=f.tween.length),I=0,B=-1;I<F;++I)(R=f.tween[I].value.call(i,i.__data__,f.index,f.group))&&(w[++B]=R);w.length=B+1}}function E(S){for(var I=S<f.duration?f.ease.call(null,S/f.duration):(f.timer.restart(_),f.state=M0t,1),B=-1,F=w.length;++B<F;)w[B].call(i,I);f.state===M0t&&(f.on.call("end",i,i.__data__,f.index,f.group),_())}function _(){f.state=mW,f.timer.stop(),delete g[a];for(var S in g)return;delete i.__transition}}function U_e(i,a){var f=i.__transition,g,w,v=!0,b;if(f){a=a==null?null:a+"";for(b in f){if((g=f[b]).name!==a){v=!1;continue}w=g.state>L0t&&g.state<M0t,g.state=mW,g.timer.stop(),g.on.call(w?"interrupt":"cancel",i,i.__data__,g.index,g.group),delete f[b]}v&&delete i.__transition}}function G_e(i){return this.each(function(){U_e(this,i)})}function K_e(i,a){var f,g;return function(){var w=Z3(this,i),v=w.tween;if(v!==f){g=f=v;for(var b=0,E=g.length;b<E;++b)if(g[b].name===a){g=g.slice(),g.splice(b,1);break}}w.tween=g}}function W_e(i,a,f){var g,w;if(typeof f!="function")throw new Error;return function(){var v=Z3(this,i),b=v.tween;if(b!==g){w=(g=b).slice();for(var E={name:a,value:f},_=0,S=w.length;_<S;++_)if(w[_].name===a){w[_]=E;break}_===S&&w.push(E)}v.tween=w}}function Y_e(i,a){var f=this._id;if(i+="",arguments.length<2){for(var g=$v(this.node(),f).tween,w=0,v=g.length,b;w<v;++w)if((b=g[w]).name===i)return b.value;return null}return this.each((a==null?K_e:W_e)(f,i,a))}function I0t(i,a,f){var g=i._id;return i.each(function(){var w=Z3(this,g);(w.value||(w.value={}))[a]=f.apply(this,arguments)}),function(w){return $v(w,g).value[a]}}function iPt(i,a){var f;return(typeof a=="number"?jv:a instanceof t9?hW:(f=t9(a))?(a=f,hW):GOt)(i,a)}function X_e(i){return function(){this.removeAttribute(i)}}function Q_e(i){return function(){this.removeAttributeNS(i.space,i.local)}}function J_e(i,a,f){var g,w=f+"",v;return function(){var b=this.getAttribute(i);return b===w?null:b===g?v:v=a(g=b,f)}}function Z_e(i,a,f){var g,w=f+"",v;return function(){var b=this.getAttributeNS(i.space,i.local);return b===w?null:b===g?v:v=a(g=b,f)}}function tSe(i,a,f){var g,w,v;return function(){var b,E=f(this),_;return E==null?void this.removeAttribute(i):(b=this.getAttribute(i),_=E+"",b===_?null:b===g&&_===w?v:(w=_,v=a(g=b,E)))}}function eSe(i,a,f){var g,w,v;return function(){var b,E=f(this),_;return E==null?void this.removeAttributeNS(i.space,i.local):(b=this.getAttributeNS(i.space,i.local),_=E+"",b===_?null:b===g&&_===w?v:(w=_,v=a(g=b,E)))}}function nSe(i,a){var f=nW(i),g=f==="transform"?N_e:iPt;return this.attrTween(i,typeof a=="function"?(f.local?eSe:tSe)(f,g,I0t(this,"attr."+i,a)):a==null?(f.local?Q_e:X_e)(f):(f.local?Z_e:J_e)(f,g,a))}function rSe(i,a){return function(f){this.setAttribute(i,a.call(this,f))}}function iSe(i,a){return function(f){this.setAttributeNS(i.space,i.local,a.call(this,f))}}function sSe(i,a){var f,g;function w(){var v=a.apply(this,arguments);return v!==g&&(f=(g=v)&&iSe(i,v)),f}return w._value=a,w}function aSe(i,a){var f,g;function w(){var v=a.apply(this,arguments);return v!==g&&(f=(g=v)&&rSe(i,v)),f}return w._value=a,w}function oSe(i,a){var f="attr."+i;if(arguments.length<2)return(f=this.tween(f))&&f._value;if(a==null)return this.tween(f,null);if(typeof a!="function")throw new Error;var g=nW(i);return this.tween(f,(g.local?sSe:aSe)(g,a))}function cSe(i,a){return function(){D0t(this,i).delay=+a.apply(this,arguments)}}function uSe(i,a){return a=+a,function(){D0t(this,i).delay=a}}function lSe(i){var a=this._id;return arguments.length?this.each((typeof i=="function"?cSe:uSe)(a,i)):$v(this.node(),a).delay}function hSe(i,a){return function(){Z3(this,i).duration=+a.apply(this,arguments)}}function fSe(i,a){return a=+a,function(){Z3(this,i).duration=a}}function dSe(i){var a=this._id;return arguments.length?this.each((typeof i=="function"?hSe:fSe)(a,i)):$v(this.node(),a).duration}function gSe(i,a){if(typeof a!="function")throw new Error;return function(){Z3(this,i).ease=a}}function pSe(i){var a=this._id;return arguments.length?this.each(gSe(a,i)):$v(this.node(),a).ease}function bSe(i,a){return function(){var f=a.apply(this,arguments);if(typeof f!="function")throw new Error;Z3(this,i).ease=f}}function wSe(i){if(typeof i!="function")throw new Error;return this.each(bSe(this._id,i))}function mSe(i){typeof i!="function"&&(i=mOt(i));for(var a=this._groups,f=a.length,g=new Array(f),w=0;w<f;++w)for(var v=a[w],b=v.length,E=g[w]=[],_,S=0;S<b;++S)(_=v[S])&&i.call(_,_.__data__,S,v)&&E.push(_);return new vx(g,this._parents,this._name,this._id)}function vSe(i){if(i._id!==this._id)throw new Error;for(var a=this._groups,f=i._groups,g=a.length,w=f.length,v=Math.min(g,w),b=new Array(g),E=0;E<v;++E)for(var _=a[E],S=f[E],I=_.length,B=b[E]=new Array(I),F,R=0;R<I;++R)(F=_[R]||S[R])&&(B[R]=F);for(;E<g;++E)b[E]=a[E];return new vx(b,this._parents,this._name,this._id)}function ySe(i){return(i+"").trim().split(/^|\s+/).every(function(a){var f=a.indexOf(".");return f>=0&&(a=a.slice(0,f)),!a||a==="start"})}function xSe(i,a,f){var g,w,v=ySe(a)?D0t:Z3;return function(){var b=v(this,i),E=b.on;E!==g&&(w=(g=E).copy()).on(a,f),b.on=w}}function kSe(i,a){var f=this._id;return arguments.length<2?$v(this.node(),f).on.on(i):this.each(xSe(f,i,a))}function ESe(i){return function(){var a=this.parentNode;for(var f in this.__transition)if(+f!==i)return;a&&a.removeChild(this)}}function TSe(){return this.on("end.remove",ESe(this._id))}function CSe(i){var a=this._name,f=this._id;typeof i!="function"&&(i=d0t(i));for(var g=this._groups,w=g.length,v=new Array(w),b=0;b<w;++b)for(var E=g[b],_=E.length,S=v[b]=new Array(_),I,B,F=0;F<_;++F)(I=E[F])&&(B=i.call(I,I.__data__,F,E))&&("__data__"in I&&(B.__data__=I.__data__),S[F]=B,vW(S[F],a,f,F,S,$v(I,f)));return new vx(v,this._parents,a,f)}function _Se(i){var a=this._name,f=this._id;typeof i!="function"&&(i=wOt(i));for(var g=this._groups,w=g.length,v=[],b=[],E=0;E<w;++E)for(var _=g[E],S=_.length,I,B=0;B<S;++B)if(I=_[B]){for(var F=i.call(I,I.__data__,B,_),R,q=$v(I,f),X=0,rt=F.length;X<rt;++X)(R=F[X])&&vW(R,a,f,X,F,q);v.push(F),b.push(I)}return new vx(v,b,a,f)}var SSe=GN.prototype.constructor;function ASe(){return new SSe(this._groups,this._parents)}function LSe(i,a){var f,g,w;return function(){var v=AL(this,i),b=(this.style.removeProperty(i),AL(this,i));return v===b?null:v===f&&b===g?w:w=a(f=v,g=b)}}function sPt(i){return function(){this.style.removeProperty(i)}}function MSe(i,a,f){var g,w=f+"",v;return function(){var b=AL(this,i);return b===w?null:b===g?v:v=a(g=b,f)}}function DSe(i,a,f){var g,w,v;return function(){var b=AL(this,i),E=f(this),_=E+"";return E==null&&(_=E=(this.style.removeProperty(i),AL(this,i))),b===_?null:b===g&&_===w?v:(w=_,v=a(g=b,E))}}function ISe(i,a){var f,g,w,v="style."+a,b="end."+v,E;return function(){var _=Z3(this,i),S=_.on,I=_.value[v]==null?E||(E=sPt(a)):void 0;(S!==f||w!==I)&&(g=(f=S).copy()).on(b,w=I),_.on=g}}function OSe(i,a,f){var g=(i+="")=="transform"?P_e:iPt;return a==null?this.styleTween(i,LSe(i,g)).on("end.style."+i,sPt(i)):typeof a=="function"?this.styleTween(i,DSe(i,g,I0t(this,"style."+i,a))).each(ISe(this._id,i)):this.styleTween(i,MSe(i,g,a),f).on("end.style."+i,null)}function PSe(i,a,f){return function(g){this.style.setProperty(i,a.call(this,g),f)}}function NSe(i,a,f){var g,w;function v(){var b=a.apply(this,arguments);return b!==w&&(g=(w=b)&&PSe(i,b,f)),g}return v._value=a,v}function FSe(i,a,f){var g="style."+(i+="");if(arguments.length<2)return(g=this.tween(g))&&g._value;if(a==null)return this.tween(g,null);if(typeof a!="function")throw new Error;return this.tween(g,NSe(i,a,f??""))}function BSe(i){return function(){this.textContent=i}}function RSe(i){return function(){var a=i(this);this.textContent=a??""}}function jSe(i){return this.tween("text",typeof i=="function"?RSe(I0t(this,"text",i)):BSe(i==null?"":i+""))}function $Se(i){return function(a){this.textContent=i.call(this,a)}}function zSe(i){var a,f;function g(){var w=i.apply(this,arguments);return w!==f&&(a=(f=w)&&$Se(w)),a}return g._value=i,g}function qSe(i){var a="text";if(arguments.length<1)return(a=this.tween(a))&&a._value;if(i==null)return this.tween(a,null);if(typeof i!="function")throw new Error;return this.tween(a,zSe(i))}function HSe(){for(var i=this._name,a=this._id,f=aPt(),g=this._groups,w=g.length,v=0;v<w;++v)for(var b=g[v],E=b.length,_,S=0;S<E;++S)if(_=b[S]){var I=$v(_,a);vW(_,i,f,S,b,{time:I.time+I.delay+I.duration,delay:0,duration:I.duration,ease:I.ease})}return new vx(g,this._parents,i,f)}function VSe(){var i,a,f=this,g=f._id,w=f.size();return new Promise(function(v,b){var E={value:b},_={value:function(){--w===0&&v()}};f.each(function(){var S=Z3(this,g),I=S.on;I!==i&&(a=(i=I).copy(),a._.cancel.push(E),a._.interrupt.push(E),a._.end.push(_)),S.on=a}),w===0&&v()})}var USe=0;function vx(i,a,f,g){this._groups=i,this._parents=a,this._name=f,this._id=g}function aPt(){return++USe}var yx=GN.prototype;vx.prototype={constructor:vx,select:CSe,selectAll:_Se,selectChild:yx.selectChild,selectChildren:yx.selectChildren,filter:mSe,merge:vSe,selection:ASe,transition:HSe,call:yx.call,nodes:yx.nodes,node:yx.node,size:yx.size,empty:yx.empty,each:yx.each,on:kSe,attr:nSe,attrTween:oSe,style:OSe,styleTween:FSe,text:jSe,textTween:qSe,remove:TSe,tween:Y_e,delay:lSe,duration:dSe,ease:pSe,easeVarying:wSe,end:VSe,[Symbol.iterator]:yx[Symbol.iterator]};function GSe(i){return((i*=2)<=1?i*i*i:(i-=2)*i*i+2)/2}var KSe={time:null,delay:0,duration:250,ease:GSe};function WSe(i,a){for(var f;!(f=i.__transition)||!(f=f[a]);)if(!(i=i.parentNode))throw new Error(`transition ${a} not found`);return f}function YSe(i){var a,f;i instanceof vx?(a=i._id,i=i._name):(a=aPt(),(f=KSe).time=S0t(),i=i==null?null:i+"");for(var g=this._groups,w=g.length,v=0;v<w;++v)for(var b=g[v],E=b.length,_,S=0;S<E;++S)(_=b[S])&&vW(_,i,a,S,b,f||WSe(_,a));return new vx(g,this._parents,i,a)}GN.prototype.interrupt=G_e,GN.prototype.transition=YSe;const O0t=Math.PI,P0t=2*O0t,i9=1e-6,XSe=P0t-i9;function oPt(i){this._+=i[0];for(let a=1,f=i.length;a<f;++a)this._+=arguments[a]+i[a]}function QSe(i){let a=Math.floor(i);if(!(a>=0))throw new Error(`invalid digits: ${i}`);if(a>15)return oPt;const f=10**a;return function(g){this._+=g[0];for(let w=1,v=g.length;w<v;++w)this._+=Math.round(arguments[w]*f)/f+g[w]}}let JSe=class{constructor(a){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=a==null?oPt:QSe(a)}moveTo(a,f){this._append`M${this._x0=this._x1=+a},${this._y0=this._y1=+f}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(a,f){this._append`L${this._x1=+a},${this._y1=+f}`}quadraticCurveTo(a,f,g,w){this._append`Q${+a},${+f},${this._x1=+g},${this._y1=+w}`}bezierCurveTo(a,f,g,w,v,b){this._append`C${+a},${+f},${+g},${+w},${this._x1=+v},${this._y1=+b}`}arcTo(a,f,g,w,v){if(a=+a,f=+f,g=+g,w=+w,v=+v,v<0)throw new Error(`negative radius: ${v}`);let b=this._x1,E=this._y1,_=g-a,S=w-f,I=b-a,B=E-f,F=I*I+B*B;if(this._x1===null)this._append`M${this._x1=a},${this._y1=f}`;else if(F>i9)if(!(Math.abs(B*_-S*I)>i9)||!v)this._append`L${this._x1=a},${this._y1=f}`;else{let R=g-b,q=w-E,X=_*_+S*S,rt=R*R+q*q,at=Math.sqrt(X),ut=Math.sqrt(F),pt=v*Math.tan((O0t-Math.acos((X+F-rt)/(2*at*ut)))/2),yt=pt/ut,mt=pt/at;Math.abs(yt-1)>i9&&this._append`L${a+yt*I},${f+yt*B}`,this._append`A${v},${v},0,0,${+(B*R>I*q)},${this._x1=a+mt*_},${this._y1=f+mt*S}`}}arc(a,f,g,w,v,b){if(a=+a,f=+f,g=+g,b=!!b,g<0)throw new Error(`negative radius: ${g}`);let E=g*Math.cos(w),_=g*Math.sin(w),S=a+E,I=f+_,B=1^b,F=b?w-v:v-w;this._x1===null?this._append`M${S},${I}`:(Math.abs(this._x1-S)>i9||Math.abs(this._y1-I)>i9)&&this._append`L${S},${I}`,g&&(F<0&&(F=F%P0t+P0t),F>XSe?this._append`A${g},${g},0,1,${B},${a-E},${f-_}A${g},${g},0,1,${B},${this._x1=S},${this._y1=I}`:F>i9&&this._append`A${g},${g},0,${+(F>=O0t)},${B},${this._x1=a+g*Math.cos(v)},${this._y1=f+g*Math.sin(v)}`)}rect(a,f,g,w){this._append`M${this._x0=this._x1=+a},${this._y0=this._y1=+f}h${g=+g}v${+w}h${-g}Z`}toString(){return this._}};function ZSe(i){if(!i.ok)throw new Error(i.status+" "+i.statusText);return i.text()}function tAe(i,a){return fetch(i,a).then(ZSe)}function eAe(i){return(a,f)=>tAe(a,f).then(g=>new DOMParser().parseFromString(g,i))}var nAe=eAe("image/svg+xml");function rAe(i){return Math.abs(i=Math.round(i))>=1e21?i.toLocaleString("en").replace(/,/g,""):i.toString(10)}function yW(i,a){if((f=(i=a?i.toExponential(a-1):i.toExponential()).indexOf("e"))<0)return null;var f,g=i.slice(0,f);return[g.length>1?g[0]+g.slice(2):g,+i.slice(f+1)]}function IL(i){return i=yW(Math.abs(i)),i?i[1]:NaN}function iAe(i,a){return function(f,g){for(var w=f.length,v=[],b=0,E=i[0],_=0;w>0&&E>0&&(_+E+1>g&&(E=Math.max(1,g-_)),v.push(f.substring(w-=E,w+E)),!((_+=E+1)>g));)E=i[b=(b+1)%i.length];return v.reverse().join(a)}}function sAe(i){return function(a){return a.replace(/[0-9]/g,function(f){return i[+f]})}}var aAe=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function xW(i){if(!(a=aAe.exec(i)))throw new Error("invalid format: "+i);var a;return new N0t({fill:a[1],align:a[2],sign:a[3],symbol:a[4],zero:a[5],width:a[6],comma:a[7],precision:a[8]&&a[8].slice(1),trim:a[9],type:a[10]})}xW.prototype=N0t.prototype;function N0t(i){this.fill=i.fill===void 0?" ":i.fill+"",this.align=i.align===void 0?">":i.align+"",this.sign=i.sign===void 0?"-":i.sign+"",this.symbol=i.symbol===void 0?"":i.symbol+"",this.zero=!!i.zero,this.width=i.width===void 0?void 0:+i.width,this.comma=!!i.comma,this.precision=i.precision===void 0?void 0:+i.precision,this.trim=!!i.trim,this.type=i.type===void 0?"":i.type+""}N0t.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function oAe(i){t:for(var a=i.length,f=1,g=-1,w;f<a;++f)switch(i[f]){case".":g=w=f;break;case"0":g===0&&(g=f),w=f;break;default:if(!+i[f])break t;g>0&&(g=0);break}return g>0?i.slice(0,g)+i.slice(w+1):i}var cPt;function cAe(i,a){var f=yW(i,a);if(!f)return i+"";var g=f[0],w=f[1],v=w-(cPt=Math.max(-8,Math.min(8,Math.floor(w/3)))*3)+1,b=g.length;return v===b?g:v>b?g+new Array(v-b+1).join("0"):v>0?g.slice(0,v)+"."+g.slice(v):"0."+new Array(1-v).join("0")+yW(i,Math.max(0,a+v-1))[0]}function uPt(i,a){var f=yW(i,a);if(!f)return i+"";var g=f[0],w=f[1];return w<0?"0."+new Array(-w).join("0")+g:g.length>w+1?g.slice(0,w+1)+"."+g.slice(w+1):g+new Array(w-g.length+2).join("0")}const lPt={"%":(i,a)=>(i*100).toFixed(a),b:i=>Math.round(i).toString(2),c:i=>i+"",d:rAe,e:(i,a)=>i.toExponential(a),f:(i,a)=>i.toFixed(a),g:(i,a)=>i.toPrecision(a),o:i=>Math.round(i).toString(8),p:(i,a)=>uPt(i*100,a),r:uPt,s:cAe,X:i=>Math.round(i).toString(16).toUpperCase(),x:i=>Math.round(i).toString(16)};function hPt(i){return i}var fPt=Array.prototype.map,dPt=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function uAe(i){var a=i.grouping===void 0||i.thousands===void 0?hPt:iAe(fPt.call(i.grouping,Number),i.thousands+""),f=i.currency===void 0?"":i.currency[0]+"",g=i.currency===void 0?"":i.currency[1]+"",w=i.decimal===void 0?".":i.decimal+"",v=i.numerals===void 0?hPt:sAe(fPt.call(i.numerals,String)),b=i.percent===void 0?"%":i.percent+"",E=i.minus===void 0?"−":i.minus+"",_=i.nan===void 0?"NaN":i.nan+"";function S(B){B=xW(B);var F=B.fill,R=B.align,q=B.sign,X=B.symbol,rt=B.zero,at=B.width,ut=B.comma,pt=B.precision,yt=B.trim,mt=B.type;mt==="n"?(ut=!0,mt="g"):lPt[mt]||(pt===void 0&&(pt=12),yt=!0,mt="g"),(rt||F==="0"&&R==="=")&&(rt=!0,F="0",R="=");var gt=X==="$"?f:X==="#"&&/[boxX]/.test(mt)?"0"+mt.toLowerCase():"",ht=X==="$"?g:/[%p]/.test(mt)?b:"",bt=lPt[mt],Z=/[defgprs%]/.test(mt);pt=pt===void 0?6:/[gprs]/.test(mt)?Math.max(1,Math.min(21,pt)):Math.max(0,Math.min(20,pt));function ft(Y){var Et=gt,V=ht,Nt,Dt,jt;if(mt==="c")V=bt(Y)+V,Y="";else{Y=+Y;var Ct=Y<0||1/Y<0;if(Y=isNaN(Y)?_:bt(Math.abs(Y),pt),yt&&(Y=oAe(Y)),Ct&&+Y==0&&q!=="+"&&(Ct=!1),Et=(Ct?q==="("?q:E:q==="-"||q==="("?"":q)+Et,V=(mt==="s"?dPt[8+cPt/3]:"")+V+(Ct&&q==="("?")":""),Z){for(Nt=-1,Dt=Y.length;++Nt<Dt;)if(jt=Y.charCodeAt(Nt),48>jt||jt>57){V=(jt===46?w+Y.slice(Nt+1):Y.slice(Nt))+V,Y=Y.slice(0,Nt);break}}}ut&&!rt&&(Y=a(Y,1/0));var Ft=Et.length+Y.length+V.length,_t=Ft<at?new Array(at-Ft+1).join(F):"";switch(ut&&rt&&(Y=a(_t+Y,_t.length?at-V.length:1/0),_t=""),R){case"<":Y=Et+Y+V+_t;break;case"=":Y=Et+_t+Y+V;break;case"^":Y=_t.slice(0,Ft=_t.length>>1)+Et+Y+V+_t.slice(Ft);break;default:Y=_t+Et+Y+V;break}return v(Y)}return ft.toString=function(){return B+""},ft}function I(B,F){var R=S((B=xW(B),B.type="f",B)),q=Math.max(-8,Math.min(8,Math.floor(IL(F)/3)))*3,X=Math.pow(10,-q),rt=dPt[8+q/3];return function(at){return R(X*at)+rt}}return{format:S,formatPrefix:I}}var kW,gPt,pPt;lAe({thousands:",",grouping:[3],currency:["$",""]});function lAe(i){return kW=uAe(i),gPt=kW.format,pPt=kW.formatPrefix,kW}function hAe(i){return Math.max(0,-IL(Math.abs(i)))}function fAe(i,a){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(IL(a)/3)))*3-IL(Math.abs(i)))}function dAe(i,a){return i=Math.abs(i),a=Math.abs(a)-i,Math.max(0,IL(a)-IL(i))+1}function EW(i,a){switch(arguments.length){case 0:break;case 1:this.range(i);break;default:this.range(a).domain(i);break}return this}const bPt=Symbol("implicit");function TW(){var i=new cOt,a=[],f=[],g=bPt;function w(v){let b=i.get(v);if(b===void 0){if(g!==bPt)return g;i.set(v,b=a.push(v)-1)}return f[b%f.length]}return w.domain=function(v){if(!arguments.length)return a.slice();a=[],i=new cOt;for(const b of v)i.has(b)||i.set(b,a.push(b)-1);return w},w.range=function(v){return arguments.length?(f=Array.from(v),w):f.slice()},w.unknown=function(v){return arguments.length?(g=v,w):g},w.copy=function(){return TW(a,f).unknown(g)},EW.apply(w,arguments),w}function F0t(){var i=TW().unknown(void 0),a=i.domain,f=i.range,g=0,w=1,v,b,E=!1,_=0,S=0,I=.5;delete i.unknown;function B(){var F=a().length,R=w<g,q=R?w:g,X=R?g:w;v=(X-q)/Math.max(1,F-_+S*2),E&&(v=Math.floor(v)),q+=(X-q-v*(F-_))*I,b=v*(1-_),E&&(q=Math.round(q),b=Math.round(b));var rt=b9e(F).map(function(at){return q+v*at});return f(R?rt.reverse():rt)}return i.domain=function(F){return arguments.length?(a(F),B()):a()},i.range=function(F){return arguments.length?([g,w]=F,g=+g,w=+w,B()):[g,w]},i.rangeRound=function(F){return[g,w]=F,g=+g,w=+w,E=!0,B()},i.bandwidth=function(){return b},i.step=function(){return v},i.round=function(F){return arguments.length?(E=!!F,B()):E},i.padding=function(F){return arguments.length?(_=Math.min(1,S=+F),B()):_},i.paddingInner=function(F){return arguments.length?(_=Math.min(1,F),B()):_},i.paddingOuter=function(F){return arguments.length?(S=+F,B()):S},i.align=function(F){return arguments.length?(I=Math.max(0,Math.min(1,F)),B()):I},i.copy=function(){return F0t(a(),[g,w]).round(E).paddingInner(_).paddingOuter(S).align(I)},EW.apply(B(),arguments)}function gAe(i){return function(){return i}}function pAe(i){return+i}var wPt=[0,1];function OL(i){return i}function B0t(i,a){return(a-=i=+i)?function(f){return(f-i)/a}:gAe(isNaN(a)?NaN:.5)}function bAe(i,a){var f;return i>a&&(f=i,i=a,a=f),function(g){return Math.max(i,Math.min(a,g))}}function wAe(i,a,f){var g=i[0],w=i[1],v=a[0],b=a[1];return w<g?(g=B0t(w,g),v=f(b,v)):(g=B0t(g,w),v=f(v,b)),function(E){return v(g(E))}}function mAe(i,a,f){var g=Math.min(i.length,a.length)-1,w=new Array(g),v=new Array(g),b=-1;for(i[g]<i[0]&&(i=i.slice().reverse(),a=a.slice().reverse());++b<g;)w[b]=B0t(i[b],i[b+1]),v[b]=f(a[b],a[b+1]);return function(E){var _=a9e(i,E,1,g)-1;return v[_](w[_](E))}}function mPt(i,a){return a.domain(i.domain()).range(i.range()).interpolate(i.interpolate()).clamp(i.clamp()).unknown(i.unknown())}function vAe(){var i=wPt,a=wPt,f=C0t,g,w,v,b=OL,E,_,S;function I(){var F=Math.min(i.length,a.length);return b!==OL&&(b=bAe(i[0],i[F-1])),E=F>2?mAe:wAe,_=S=null,B}function B(F){return F==null||isNaN(F=+F)?v:(_||(_=E(i.map(g),a,f)))(g(b(F)))}return B.invert=function(F){return b(w((S||(S=E(a,i.map(g),jv)))(F)))},B.domain=function(F){return arguments.length?(i=Array.from(F,pAe),I()):i.slice()},B.range=function(F){return arguments.length?(a=Array.from(F),I()):a.slice()},B.rangeRound=function(F){return a=Array.from(F),f=D_e,I()},B.clamp=function(F){return arguments.length?(b=F?!0:OL,I()):b!==OL},B.interpolate=function(F){return arguments.length?(f=F,I()):f},B.unknown=function(F){return arguments.length?(v=F,B):v},function(F,R){return g=F,w=R,I()}}function vPt(){return vAe()(OL,OL)}function yAe(i,a,f,g){var w=u0t(i,a,f),v;switch(g=xW(g??",f"),g.type){case"s":{var b=Math.max(Math.abs(i),Math.abs(a));return g.precision==null&&!isNaN(v=fAe(w,b))&&(g.precision=v),pPt(g,b)}case"":case"e":case"g":case"p":case"r":{g.precision==null&&!isNaN(v=dAe(w,Math.max(Math.abs(i),Math.abs(a))))&&(g.precision=v-(g.type==="e"));break}case"f":case"%":{g.precision==null&&!isNaN(v=hAe(w))&&(g.precision=v-(g.type==="%")*2);break}}return gPt(g)}function xAe(i){var a=i.domain;return i.ticks=function(f){var g=a();return d9e(g[0],g[g.length-1],f??10)},i.tickFormat=function(f,g){var w=a();return yAe(w[0],w[w.length-1],f??10,g)},i.nice=function(f){f==null&&(f=10);var g=a(),w=0,v=g.length-1,b=g[w],E=g[v],_,S,I=10;for(E<b&&(S=b,b=E,E=S,S=w,w=v,v=S);I-- >0;){if(S=c0t(b,E,f),S===_)return g[w]=b,g[v]=E,a(g);if(S>0)b=Math.floor(b/S)*S,E=Math.ceil(E/S)*S;else if(S<0)b=Math.ceil(b*S)/S,E=Math.floor(E*S)/S;else break;_=S}return i},i}function PL(){var i=vPt();return i.copy=function(){return mPt(i,PL())},EW.apply(i,arguments),xAe(i)}function kAe(i,a){i=i.slice();var f=0,g=i.length-1,w=i[f],v=i[g],b;return v<w&&(b=f,f=g,g=b,b=w,w=v,v=b),i[f]=a.floor(w),i[g]=a.ceil(v),i}const R0t=new Date,j0t=new Date;function F1(i,a,f,g){function w(v){return i(v=arguments.length===0?new Date:new Date(+v)),v}return w.floor=v=>(i(v=new Date(+v)),v),w.ceil=v=>(i(v=new Date(v-1)),a(v,1),i(v),v),w.round=v=>{const b=w(v),E=w.ceil(v);return v-b<E-v?b:E},w.offset=(v,b)=>(a(v=new Date(+v),b==null?1:Math.floor(b)),v),w.range=(v,b,E)=>{const _=[];if(v=w.ceil(v),E=E==null?1:Math.floor(E),!(v<b)||!(E>0))return _;let S;do _.push(S=new Date(+v)),a(v,E),i(v);while(S<v&&v<b);return _},w.filter=v=>F1(b=>{if(b>=b)for(;i(b),!v(b);)b.setTime(b-1)},(b,E)=>{if(b>=b)if(E<0)for(;++E<=0;)for(;a(b,-1),!v(b););else for(;--E>=0;)for(;a(b,1),!v(b););}),f&&(w.count=(v,b)=>(R0t.setTime(+v),j0t.setTime(+b),i(R0t),i(j0t),Math.floor(f(R0t,j0t))),w.every=v=>(v=Math.floor(v),!isFinite(v)||!(v>0)?null:v>1?w.filter(g?b=>g(b)%v===0:b=>w.count(0,b)%v===0):w)),w}const NL=F1(()=>{},(i,a)=>{i.setTime(+i+a)},(i,a)=>a-i);NL.every=i=>(i=Math.floor(i),!isFinite(i)||!(i>0)?null:i>1?F1(a=>{a.setTime(Math.floor(a/i)*i)},(a,f)=>{a.setTime(+a+f*i)},(a,f)=>(f-a)/i):NL),NL.range;const xx=1e3,zw=xx*60,kx=zw*60,Ex=kx*24,$0t=Ex*7,yPt=Ex*30,z0t=Ex*365,u8=F1(i=>{i.setTime(i-i.getMilliseconds())},(i,a)=>{i.setTime(+i+a*xx)},(i,a)=>(a-i)/xx,i=>i.getUTCSeconds());u8.range;const eF=F1(i=>{i.setTime(i-i.getMilliseconds()-i.getSeconds()*xx)},(i,a)=>{i.setTime(+i+a*zw)},(i,a)=>(a-i)/zw,i=>i.getMinutes());eF.range,F1(i=>{i.setUTCSeconds(0,0)},(i,a)=>{i.setTime(+i+a*zw)},(i,a)=>(a-i)/zw,i=>i.getUTCMinutes()).range;const nF=F1(i=>{i.setTime(i-i.getMilliseconds()-i.getSeconds()*xx-i.getMinutes()*zw)},(i,a)=>{i.setTime(+i+a*kx)},(i,a)=>(a-i)/kx,i=>i.getHours());nF.range,F1(i=>{i.setUTCMinutes(0,0,0)},(i,a)=>{i.setTime(+i+a*kx)},(i,a)=>(a-i)/kx,i=>i.getUTCHours()).range;const s9=F1(i=>i.setHours(0,0,0,0),(i,a)=>i.setDate(i.getDate()+a),(i,a)=>(a-i-(a.getTimezoneOffset()-i.getTimezoneOffset())*zw)/Ex,i=>i.getDate()-1);s9.range;const q0t=F1(i=>{i.setUTCHours(0,0,0,0)},(i,a)=>{i.setUTCDate(i.getUTCDate()+a)},(i,a)=>(a-i)/Ex,i=>i.getUTCDate()-1);q0t.range,F1(i=>{i.setUTCHours(0,0,0,0)},(i,a)=>{i.setUTCDate(i.getUTCDate()+a)},(i,a)=>(a-i)/Ex,i=>Math.floor(i/Ex)).range;function a9(i){return F1(a=>{a.setDate(a.getDate()-(a.getDay()+7-i)%7),a.setHours(0,0,0,0)},(a,f)=>{a.setDate(a.getDate()+f*7)},(a,f)=>(f-a-(f.getTimezoneOffset()-a.getTimezoneOffset())*zw)/$0t)}const rF=a9(0),iF=a9(1),xPt=a9(2),kPt=a9(3),o9=a9(4),EPt=a9(5),TPt=a9(6);rF.range,iF.range,xPt.range,kPt.range,o9.range,EPt.range,TPt.range;function c9(i){return F1(a=>{a.setUTCDate(a.getUTCDate()-(a.getUTCDay()+7-i)%7),a.setUTCHours(0,0,0,0)},(a,f)=>{a.setUTCDate(a.getUTCDate()+f*7)},(a,f)=>(f-a)/$0t)}const CPt=c9(0),CW=c9(1),EAe=c9(2),TAe=c9(3),FL=c9(4),CAe=c9(5),_Ae=c9(6);CPt.range,CW.range,EAe.range,TAe.range,FL.range,CAe.range,_Ae.range;const sF=F1(i=>{i.setDate(1),i.setHours(0,0,0,0)},(i,a)=>{i.setMonth(i.getMonth()+a)},(i,a)=>a.getMonth()-i.getMonth()+(a.getFullYear()-i.getFullYear())*12,i=>i.getMonth());sF.range,F1(i=>{i.setUTCDate(1),i.setUTCHours(0,0,0,0)},(i,a)=>{i.setUTCMonth(i.getUTCMonth()+a)},(i,a)=>a.getUTCMonth()-i.getUTCMonth()+(a.getUTCFullYear()-i.getUTCFullYear())*12,i=>i.getUTCMonth()).range;const Tx=F1(i=>{i.setMonth(0,1),i.setHours(0,0,0,0)},(i,a)=>{i.setFullYear(i.getFullYear()+a)},(i,a)=>a.getFullYear()-i.getFullYear(),i=>i.getFullYear());Tx.every=i=>!isFinite(i=Math.floor(i))||!(i>0)?null:F1(a=>{a.setFullYear(Math.floor(a.getFullYear()/i)*i),a.setMonth(0,1),a.setHours(0,0,0,0)},(a,f)=>{a.setFullYear(a.getFullYear()+f*i)}),Tx.range;const u9=F1(i=>{i.setUTCMonth(0,1),i.setUTCHours(0,0,0,0)},(i,a)=>{i.setUTCFullYear(i.getUTCFullYear()+a)},(i,a)=>a.getUTCFullYear()-i.getUTCFullYear(),i=>i.getUTCFullYear());u9.every=i=>!isFinite(i=Math.floor(i))||!(i>0)?null:F1(a=>{a.setUTCFullYear(Math.floor(a.getUTCFullYear()/i)*i),a.setUTCMonth(0,1),a.setUTCHours(0,0,0,0)},(a,f)=>{a.setUTCFullYear(a.getUTCFullYear()+f*i)}),u9.range;function SAe(i,a,f,g,w,v){const b=[[u8,1,xx],[u8,5,5*xx],[u8,15,15*xx],[u8,30,30*xx],[v,1,zw],[v,5,5*zw],[v,15,15*zw],[v,30,30*zw],[w,1,kx],[w,3,3*kx],[w,6,6*kx],[w,12,12*kx],[g,1,Ex],[g,2,2*Ex],[f,1,$0t],[a,1,yPt],[a,3,3*yPt],[i,1,z0t]];function E(S,I,B){const F=I<S;F&&([S,I]=[I,S]);const R=B&&typeof B.range=="function"?B:_(S,I,B),q=R?R.range(S,+I+1):[];return F?q.reverse():q}function _(S,I,B){const F=Math.abs(I-S)/B,R=o0t(([,,rt])=>rt).right(b,F);if(R===b.length)return i.every(u0t(S/z0t,I/z0t,B));if(R===0)return NL.every(Math.max(u0t(S,I,B),1));const[q,X]=b[F/b[R-1][2]<b[R][2]/F?R-1:R];return q.every(X)}return[E,_]}const[AAe,LAe]=SAe(Tx,sF,rF,s9,nF,eF);function H0t(i){if(0<=i.y&&i.y<100){var a=new Date(-1,i.m,i.d,i.H,i.M,i.S,i.L);return a.setFullYear(i.y),a}return new Date(i.y,i.m,i.d,i.H,i.M,i.S,i.L)}function V0t(i){if(0<=i.y&&i.y<100){var a=new Date(Date.UTC(-1,i.m,i.d,i.H,i.M,i.S,i.L));return a.setUTCFullYear(i.y),a}return new Date(Date.UTC(i.y,i.m,i.d,i.H,i.M,i.S,i.L))}function aF(i,a,f){return{y:i,m:a,d:f,H:0,M:0,S:0,L:0}}function MAe(i){var a=i.dateTime,f=i.date,g=i.time,w=i.periods,v=i.days,b=i.shortDays,E=i.months,_=i.shortMonths,S=oF(w),I=cF(w),B=oF(v),F=cF(v),R=oF(b),q=cF(b),X=oF(E),rt=cF(E),at=oF(_),ut=cF(_),pt={a:Ct,A:Ft,b:_t,B:xt,c:null,d:DPt,e:DPt,f:ZAe,g:uLe,G:hLe,H:XAe,I:QAe,j:JAe,L:IPt,m:tLe,M:eLe,p:Gt,q:Be,Q:RPt,s:jPt,S:nLe,u:rLe,U:iLe,V:sLe,w:aLe,W:oLe,x:null,X:null,y:cLe,Y:lLe,Z:fLe,"%":BPt},yt={a:Ot,A:vn,b:Pe,B:Ee,c:null,d:PPt,e:PPt,f:bLe,g:_Le,G:ALe,H:dLe,I:gLe,j:pLe,L:NPt,m:wLe,M:mLe,p:nn,q:sn,Q:RPt,s:jPt,S:vLe,u:yLe,U:xLe,V:kLe,w:ELe,W:TLe,x:null,X:null,y:CLe,Y:SLe,Z:LLe,"%":BPt},mt={a:ft,A:Y,b:Et,B:V,c:Nt,d:LPt,e:LPt,f:GAe,g:APt,G:SPt,H:MPt,I:MPt,j:qAe,L:UAe,m:zAe,M:HAe,p:Z,q:$Ae,Q:WAe,s:YAe,S:VAe,u:NAe,U:FAe,V:BAe,w:PAe,W:RAe,x:Dt,X:jt,y:APt,Y:SPt,Z:jAe,"%":KAe};pt.x=gt(f,pt),pt.X=gt(g,pt),pt.c=gt(a,pt),yt.x=gt(f,yt),yt.X=gt(g,yt),yt.c=gt(a,yt);function gt(me,Fe){return function(Qt){var Ae=[],Se=-1,Dn=0,oe=me.length,Pr,we,Ri;for(Qt instanceof Date||(Qt=new Date(+Qt));++Se<oe;)me.charCodeAt(Se)===37&&(Ae.push(me.slice(Dn,Se)),(we=_Pt[Pr=me.charAt(++Se)])!=null?Pr=me.charAt(++Se):we=Pr==="e"?" ":"0",(Ri=Fe[Pr])&&(Pr=Ri(Qt,we)),Ae.push(Pr),Dn=Se+1);return Ae.push(me.slice(Dn,Se)),Ae.join("")}}function ht(me,Fe){return function(Qt){var Ae=aF(1900,void 0,1),Se=bt(Ae,me,Qt+="",0),Dn,oe;if(Se!=Qt.length)return null;if("Q"in Ae)return new Date(Ae.Q);if("s"in Ae)return new Date(Ae.s*1e3+("L"in Ae?Ae.L:0));if(Fe&&!("Z"in Ae)&&(Ae.Z=0),"p"in Ae&&(Ae.H=Ae.H%12+Ae.p*12),Ae.m===void 0&&(Ae.m="q"in Ae?Ae.q:0),"V"in Ae){if(Ae.V<1||Ae.V>53)return null;"w"in Ae||(Ae.w=1),"Z"in Ae?(Dn=V0t(aF(Ae.y,0,1)),oe=Dn.getUTCDay(),Dn=oe>4||oe===0?CW.ceil(Dn):CW(Dn),Dn=q0t.offset(Dn,(Ae.V-1)*7),Ae.y=Dn.getUTCFullYear(),Ae.m=Dn.getUTCMonth(),Ae.d=Dn.getUTCDate()+(Ae.w+6)%7):(Dn=H0t(aF(Ae.y,0,1)),oe=Dn.getDay(),Dn=oe>4||oe===0?iF.ceil(Dn):iF(Dn),Dn=s9.offset(Dn,(Ae.V-1)*7),Ae.y=Dn.getFullYear(),Ae.m=Dn.getMonth(),Ae.d=Dn.getDate()+(Ae.w+6)%7)}else("W"in Ae||"U"in Ae)&&("w"in Ae||(Ae.w="u"in Ae?Ae.u%7:"W"in Ae?1:0),oe="Z"in Ae?V0t(aF(Ae.y,0,1)).getUTCDay():H0t(aF(Ae.y,0,1)).getDay(),Ae.m=0,Ae.d="W"in Ae?(Ae.w+6)%7+Ae.W*7-(oe+5)%7:Ae.w+Ae.U*7-(oe+6)%7);return"Z"in Ae?(Ae.H+=Ae.Z/100|0,Ae.M+=Ae.Z%100,V0t(Ae)):H0t(Ae)}}function bt(me,Fe,Qt,Ae){for(var Se=0,Dn=Fe.length,oe=Qt.length,Pr,we;Se<Dn;){if(Ae>=oe)return-1;if(Pr=Fe.charCodeAt(Se++),Pr===37){if(Pr=Fe.charAt(Se++),we=mt[Pr in _Pt?Fe.charAt(Se++):Pr],!we||(Ae=we(me,Qt,Ae))<0)return-1}else if(Pr!=Qt.charCodeAt(Ae++))return-1}return Ae}function Z(me,Fe,Qt){var Ae=S.exec(Fe.slice(Qt));return Ae?(me.p=I.get(Ae[0].toLowerCase()),Qt+Ae[0].length):-1}function ft(me,Fe,Qt){var Ae=R.exec(Fe.slice(Qt));return Ae?(me.w=q.get(Ae[0].toLowerCase()),Qt+Ae[0].length):-1}function Y(me,Fe,Qt){var Ae=B.exec(Fe.slice(Qt));return Ae?(me.w=F.get(Ae[0].toLowerCase()),Qt+Ae[0].length):-1}function Et(me,Fe,Qt){var Ae=at.exec(Fe.slice(Qt));return Ae?(me.m=ut.get(Ae[0].toLowerCase()),Qt+Ae[0].length):-1}function V(me,Fe,Qt){var Ae=X.exec(Fe.slice(Qt));return Ae?(me.m=rt.get(Ae[0].toLowerCase()),Qt+Ae[0].length):-1}function Nt(me,Fe,Qt){return bt(me,a,Fe,Qt)}function Dt(me,Fe,Qt){return bt(me,f,Fe,Qt)}function jt(me,Fe,Qt){return bt(me,g,Fe,Qt)}function Ct(me){return b[me.getDay()]}function Ft(me){return v[me.getDay()]}function _t(me){return _[me.getMonth()]}function xt(me){return E[me.getMonth()]}function Gt(me){return w[+(me.getHours()>=12)]}function Be(me){return 1+~~(me.getMonth()/3)}function Ot(me){return b[me.getUTCDay()]}function vn(me){return v[me.getUTCDay()]}function Pe(me){return _[me.getUTCMonth()]}function Ee(me){return E[me.getUTCMonth()]}function nn(me){return w[+(me.getUTCHours()>=12)]}function sn(me){return 1+~~(me.getUTCMonth()/3)}return{format:function(me){var Fe=gt(me+="",pt);return Fe.toString=function(){return me},Fe},parse:function(me){var Fe=ht(me+="",!1);return Fe.toString=function(){return me},Fe},utcFormat:function(me){var Fe=gt(me+="",yt);return Fe.toString=function(){return me},Fe},utcParse:function(me){var Fe=ht(me+="",!0);return Fe.toString=function(){return me},Fe}}}var _Pt={"-":"",_:" ",0:"0"},kd=/^\s*\d+/,DAe=/^%/,IAe=/[\\^$*+?|[\]().{}]/g;function Xc(i,a,f){var g=i<0?"-":"",w=(g?-i:i)+"",v=w.length;return g+(v<f?new Array(f-v+1).join(a)+w:w)}function OAe(i){return i.replace(IAe,"\\$&")}function oF(i){return new RegExp("^(?:"+i.map(OAe).join("|")+")","i")}function cF(i){return new Map(i.map((a,f)=>[a.toLowerCase(),f]))}function PAe(i,a,f){var g=kd.exec(a.slice(f,f+1));return g?(i.w=+g[0],f+g[0].length):-1}function NAe(i,a,f){var g=kd.exec(a.slice(f,f+1));return g?(i.u=+g[0],f+g[0].length):-1}function FAe(i,a,f){var g=kd.exec(a.slice(f,f+2));return g?(i.U=+g[0],f+g[0].length):-1}function BAe(i,a,f){var g=kd.exec(a.slice(f,f+2));return g?(i.V=+g[0],f+g[0].length):-1}function RAe(i,a,f){var g=kd.exec(a.slice(f,f+2));return g?(i.W=+g[0],f+g[0].length):-1}function SPt(i,a,f){var g=kd.exec(a.slice(f,f+4));return g?(i.y=+g[0],f+g[0].length):-1}function APt(i,a,f){var g=kd.exec(a.slice(f,f+2));return g?(i.y=+g[0]+(+g[0]>68?1900:2e3),f+g[0].length):-1}function jAe(i,a,f){var g=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(a.slice(f,f+6));return g?(i.Z=g[1]?0:-(g[2]+(g[3]||"00")),f+g[0].length):-1}function $Ae(i,a,f){var g=kd.exec(a.slice(f,f+1));return g?(i.q=g[0]*3-3,f+g[0].length):-1}function zAe(i,a,f){var g=kd.exec(a.slice(f,f+2));return g?(i.m=g[0]-1,f+g[0].length):-1}function LPt(i,a,f){var g=kd.exec(a.slice(f,f+2));return g?(i.d=+g[0],f+g[0].length):-1}function qAe(i,a,f){var g=kd.exec(a.slice(f,f+3));return g?(i.m=0,i.d=+g[0],f+g[0].length):-1}function MPt(i,a,f){var g=kd.exec(a.slice(f,f+2));return g?(i.H=+g[0],f+g[0].length):-1}function HAe(i,a,f){var g=kd.exec(a.slice(f,f+2));return g?(i.M=+g[0],f+g[0].length):-1}function VAe(i,a,f){var g=kd.exec(a.slice(f,f+2));return g?(i.S=+g[0],f+g[0].length):-1}function UAe(i,a,f){var g=kd.exec(a.slice(f,f+3));return g?(i.L=+g[0],f+g[0].length):-1}function GAe(i,a,f){var g=kd.exec(a.slice(f,f+6));return g?(i.L=Math.floor(g[0]/1e3),f+g[0].length):-1}function KAe(i,a,f){var g=DAe.exec(a.slice(f,f+1));return g?f+g[0].length:-1}function WAe(i,a,f){var g=kd.exec(a.slice(f));return g?(i.Q=+g[0],f+g[0].length):-1}function YAe(i,a,f){var g=kd.exec(a.slice(f));return g?(i.s=+g[0],f+g[0].length):-1}function DPt(i,a){return Xc(i.getDate(),a,2)}function XAe(i,a){return Xc(i.getHours(),a,2)}function QAe(i,a){return Xc(i.getHours()%12||12,a,2)}function JAe(i,a){return Xc(1+s9.count(Tx(i),i),a,3)}function IPt(i,a){return Xc(i.getMilliseconds(),a,3)}function ZAe(i,a){return IPt(i,a)+"000"}function tLe(i,a){return Xc(i.getMonth()+1,a,2)}function eLe(i,a){return Xc(i.getMinutes(),a,2)}function nLe(i,a){return Xc(i.getSeconds(),a,2)}function rLe(i){var a=i.getDay();return a===0?7:a}function iLe(i,a){return Xc(rF.count(Tx(i)-1,i),a,2)}function OPt(i){var a=i.getDay();return a>=4||a===0?o9(i):o9.ceil(i)}function sLe(i,a){return i=OPt(i),Xc(o9.count(Tx(i),i)+(Tx(i).getDay()===4),a,2)}function aLe(i){return i.getDay()}function oLe(i,a){return Xc(iF.count(Tx(i)-1,i),a,2)}function cLe(i,a){return Xc(i.getFullYear()%100,a,2)}function uLe(i,a){return i=OPt(i),Xc(i.getFullYear()%100,a,2)}function lLe(i,a){return Xc(i.getFullYear()%1e4,a,4)}function hLe(i,a){var f=i.getDay();return i=f>=4||f===0?o9(i):o9.ceil(i),Xc(i.getFullYear()%1e4,a,4)}function fLe(i){var a=i.getTimezoneOffset();return(a>0?"-":(a*=-1,"+"))+Xc(a/60|0,"0",2)+Xc(a%60,"0",2)}function PPt(i,a){return Xc(i.getUTCDate(),a,2)}function dLe(i,a){return Xc(i.getUTCHours(),a,2)}function gLe(i,a){return Xc(i.getUTCHours()%12||12,a,2)}function pLe(i,a){return Xc(1+q0t.count(u9(i),i),a,3)}function NPt(i,a){return Xc(i.getUTCMilliseconds(),a,3)}function bLe(i,a){return NPt(i,a)+"000"}function wLe(i,a){return Xc(i.getUTCMonth()+1,a,2)}function mLe(i,a){return Xc(i.getUTCMinutes(),a,2)}function vLe(i,a){return Xc(i.getUTCSeconds(),a,2)}function yLe(i){var a=i.getUTCDay();return a===0?7:a}function xLe(i,a){return Xc(CPt.count(u9(i)-1,i),a,2)}function FPt(i){var a=i.getUTCDay();return a>=4||a===0?FL(i):FL.ceil(i)}function kLe(i,a){return i=FPt(i),Xc(FL.count(u9(i),i)+(u9(i).getUTCDay()===4),a,2)}function ELe(i){return i.getUTCDay()}function TLe(i,a){return Xc(CW.count(u9(i)-1,i),a,2)}function CLe(i,a){return Xc(i.getUTCFullYear()%100,a,2)}function _Le(i,a){return i=FPt(i),Xc(i.getUTCFullYear()%100,a,2)}function SLe(i,a){return Xc(i.getUTCFullYear()%1e4,a,4)}function ALe(i,a){var f=i.getUTCDay();return i=f>=4||f===0?FL(i):FL.ceil(i),Xc(i.getUTCFullYear()%1e4,a,4)}function LLe(){return"+0000"}function BPt(){return"%"}function RPt(i){return+i}function jPt(i){return Math.floor(+i/1e3)}var BL,_W;MLe({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function MLe(i){return BL=MAe(i),_W=BL.format,BL.parse,BL.utcFormat,BL.utcParse,BL}function DLe(i){return new Date(i)}function ILe(i){return i instanceof Date?+i:+new Date(+i)}function $Pt(i,a,f,g,w,v,b,E,_,S){var I=vPt(),B=I.invert,F=I.domain,R=S(".%L"),q=S(":%S"),X=S("%I:%M"),rt=S("%I %p"),at=S("%a %d"),ut=S("%b %d"),pt=S("%B"),yt=S("%Y");function mt(gt){return(_(gt)<gt?R:E(gt)<gt?q:b(gt)<gt?X:v(gt)<gt?rt:g(gt)<gt?w(gt)<gt?at:ut:f(gt)<gt?pt:yt)(gt)}return I.invert=function(gt){return new Date(B(gt))},I.domain=function(gt){return arguments.length?F(Array.from(gt,ILe)):F().map(DLe)},I.ticks=function(gt){var ht=F();return i(ht[0],ht[ht.length-1],gt??10)},I.tickFormat=function(gt,ht){return ht==null?mt:S(ht)},I.nice=function(gt){var ht=F();return(!gt||typeof gt.range!="function")&&(gt=a(ht[0],ht[ht.length-1],gt??10)),gt?F(kAe(ht,gt)):I},I.copy=function(){return mPt(I,$Pt(i,a,f,g,w,v,b,E,_,S))},I}function OLe(){return EW.apply($Pt(AAe,LAe,Tx,sF,rF,s9,nF,eF,u8,_W).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function PLe(i){for(var a=i.length/6|0,f=new Array(a),g=0;g<a;)f[g]="#"+i.slice(g*6,++g*6);return f}const NLe=PLe("4e79a7f28e2ce1575976b7b259a14fedc949af7aa1ff9da79c755fbab0ab");function vf(i){return function(){return i}}const zPt=Math.abs,Z0=Math.atan2,l9=Math.cos,FLe=Math.max,U0t=Math.min,t4=Math.sin,RL=Math.sqrt,tg=1e-12,uF=Math.PI,SW=uF/2,AW=2*uF;function BLe(i){return i>1?0:i<-1?uF:Math.acos(i)}function qPt(i){return i>=1?SW:i<=-1?-SW:Math.asin(i)}function HPt(i){let a=3;return i.digits=function(f){if(!arguments.length)return a;if(f==null)a=null;else{const g=Math.floor(f);if(!(g>=0))throw new RangeError(`invalid digits: ${f}`);a=g}return i},()=>new JSe(a)}function RLe(i){return i.innerRadius}function jLe(i){return i.outerRadius}function $Le(i){return i.startAngle}function zLe(i){return i.endAngle}function qLe(i){return i&&i.padAngle}function HLe(i,a,f,g,w,v,b,E){var _=f-i,S=g-a,I=b-w,B=E-v,F=B*_-I*S;if(!(F*F<tg))return F=(I*(a-v)-B*(i-w))/F,[i+F*_,a+F*S]}function LW(i,a,f,g,w,v,b){var E=i-f,_=a-g,S=(b?v:-v)/RL(E*E+_*_),I=S*_,B=-S*E,F=i+I,R=a+B,q=f+I,X=g+B,rt=(F+q)/2,at=(R+X)/2,ut=q-F,pt=X-R,yt=ut*ut+pt*pt,mt=w-v,gt=F*X-q*R,ht=(pt<0?-1:1)*RL(FLe(0,mt*mt*yt-gt*gt)),bt=(gt*pt-ut*ht)/yt,Z=(-gt*ut-pt*ht)/yt,ft=(gt*pt+ut*ht)/yt,Y=(-gt*ut+pt*ht)/yt,Et=bt-rt,V=Z-at,Nt=ft-rt,Dt=Y-at;return Et*Et+V*V>Nt*Nt+Dt*Dt&&(bt=ft,Z=Y),{cx:bt,cy:Z,x01:-I,y01:-B,x11:bt*(w/mt-1),y11:Z*(w/mt-1)}}function jL(){var i=RLe,a=jLe,f=vf(0),g=null,w=$Le,v=zLe,b=qLe,E=null,_=HPt(S);function S(){var I,B,F=+i.apply(this,arguments),R=+a.apply(this,arguments),q=w.apply(this,arguments)-SW,X=v.apply(this,arguments)-SW,rt=zPt(X-q),at=X>q;if(E||(E=I=_()),R<F&&(B=R,R=F,F=B),!(R>tg))E.moveTo(0,0);else if(rt>AW-tg)E.moveTo(R*l9(q),R*t4(q)),E.arc(0,0,R,q,X,!at),F>tg&&(E.moveTo(F*l9(X),F*t4(X)),E.arc(0,0,F,X,q,at));else{var ut=q,pt=X,yt=q,mt=X,gt=rt,ht=rt,bt=b.apply(this,arguments)/2,Z=bt>tg&&(g?+g.apply(this,arguments):RL(F*F+R*R)),ft=U0t(zPt(R-F)/2,+f.apply(this,arguments)),Y=ft,Et=ft,V,Nt;if(Z>tg){var Dt=qPt(Z/F*t4(bt)),jt=qPt(Z/R*t4(bt));(gt-=Dt*2)>tg?(Dt*=at?1:-1,yt+=Dt,mt-=Dt):(gt=0,yt=mt=(q+X)/2),(ht-=jt*2)>tg?(jt*=at?1:-1,ut+=jt,pt-=jt):(ht=0,ut=pt=(q+X)/2)}var Ct=R*l9(ut),Ft=R*t4(ut),_t=F*l9(mt),xt=F*t4(mt);if(ft>tg){var Gt=R*l9(pt),Be=R*t4(pt),Ot=F*l9(yt),vn=F*t4(yt),Pe;if(rt<uF)if(Pe=HLe(Ct,Ft,Ot,vn,Gt,Be,_t,xt)){var Ee=Ct-Pe[0],nn=Ft-Pe[1],sn=Gt-Pe[0],me=Be-Pe[1],Fe=1/t4(BLe((Ee*sn+nn*me)/(RL(Ee*Ee+nn*nn)*RL(sn*sn+me*me)))/2),Qt=RL(Pe[0]*Pe[0]+Pe[1]*Pe[1]);Y=U0t(ft,(F-Qt)/(Fe-1)),Et=U0t(ft,(R-Qt)/(Fe+1))}else Y=Et=0}ht>tg?Et>tg?(V=LW(Ot,vn,Ct,Ft,R,Et,at),Nt=LW(Gt,Be,_t,xt,R,Et,at),E.moveTo(V.cx+V.x01,V.cy+V.y01),Et<ft?E.arc(V.cx,V.cy,Et,Z0(V.y01,V.x01),Z0(Nt.y01,Nt.x01),!at):(E.arc(V.cx,V.cy,Et,Z0(V.y01,V.x01),Z0(V.y11,V.x11),!at),E.arc(0,0,R,Z0(V.cy+V.y11,V.cx+V.x11),Z0(Nt.cy+Nt.y11,Nt.cx+Nt.x11),!at),E.arc(Nt.cx,Nt.cy,Et,Z0(Nt.y11,Nt.x11),Z0(Nt.y01,Nt.x01),!at))):(E.moveTo(Ct,Ft),E.arc(0,0,R,ut,pt,!at)):E.moveTo(Ct,Ft),!(F>tg)||!(gt>tg)?E.lineTo(_t,xt):Y>tg?(V=LW(_t,xt,Gt,Be,F,-Y,at),Nt=LW(Ct,Ft,Ot,vn,F,-Y,at),E.lineTo(V.cx+V.x01,V.cy+V.y01),Y<ft?E.arc(V.cx,V.cy,Y,Z0(V.y01,V.x01),Z0(Nt.y01,Nt.x01),!at):(E.arc(V.cx,V.cy,Y,Z0(V.y01,V.x01),Z0(V.y11,V.x11),!at),E.arc(0,0,F,Z0(V.cy+V.y11,V.cx+V.x11),Z0(Nt.cy+Nt.y11,Nt.cx+Nt.x11),at),E.arc(Nt.cx,Nt.cy,Y,Z0(Nt.y11,Nt.x11),Z0(Nt.y01,Nt.x01),!at))):E.arc(0,0,F,mt,yt,at)}if(E.closePath(),I)return E=null,I+""||null}return S.centroid=function(){var I=(+i.apply(this,arguments)+ +a.apply(this,arguments))/2,B=(+w.apply(this,arguments)+ +v.apply(this,arguments))/2-uF/2;return[l9(B)*I,t4(B)*I]},S.innerRadius=function(I){return arguments.length?(i=typeof I=="function"?I:vf(+I),S):i},S.outerRadius=function(I){return arguments.length?(a=typeof I=="function"?I:vf(+I),S):a},S.cornerRadius=function(I){return arguments.length?(f=typeof I=="function"?I:vf(+I),S):f},S.padRadius=function(I){return arguments.length?(g=I==null?null:typeof I=="function"?I:vf(+I),S):g},S.startAngle=function(I){return arguments.length?(w=typeof I=="function"?I:vf(+I),S):w},S.endAngle=function(I){return arguments.length?(v=typeof I=="function"?I:vf(+I),S):v},S.padAngle=function(I){return arguments.length?(b=typeof I=="function"?I:vf(+I),S):b},S.context=function(I){return arguments.length?(E=I??null,S):E},S}function VPt(i){return typeof i=="object"&&"length"in i?i:Array.from(i)}function UPt(i){this._context=i}UPt.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(i,a){switch(i=+i,a=+a,this._point){case 0:this._point=1,this._line?this._context.lineTo(i,a):this._context.moveTo(i,a);break;case 1:this._point=2;default:this._context.lineTo(i,a);break}}};function Vg(i){return new UPt(i)}function VLe(i){return i[0]}function ULe(i){return i[1]}function Cx(i,a){var f=vf(!0),g=null,w=Vg,v=null,b=HPt(E);i=typeof i=="function"?i:i===void 0?VLe:vf(i),a=typeof a=="function"?a:a===void 0?ULe:vf(a);function E(_){var S,I=(_=VPt(_)).length,B,F=!1,R;for(g==null&&(v=w(R=b())),S=0;S<=I;++S)!(S<I&&f(B=_[S],S,_))===F&&((F=!F)?v.lineStart():v.lineEnd()),F&&v.point(+i(B,S,_),+a(B,S,_));if(R)return v=null,R+""||null}return E.x=function(_){return arguments.length?(i=typeof _=="function"?_:vf(+_),E):i},E.y=function(_){return arguments.length?(a=typeof _=="function"?_:vf(+_),E):a},E.defined=function(_){return arguments.length?(f=typeof _=="function"?_:vf(!!_),E):f},E.curve=function(_){return arguments.length?(w=_,g!=null&&(v=w(g)),E):w},E.context=function(_){return arguments.length?(_==null?g=v=null:v=w(g=_),E):g},E}function GLe(i,a){return a<i?-1:a>i?1:a>=i?0:NaN}function KLe(i){return i}function WLe(){var i=KLe,a=GLe,f=null,g=vf(0),w=vf(AW),v=vf(0);function b(E){var _,S=(E=VPt(E)).length,I,B,F=0,R=new Array(S),q=new Array(S),X=+g.apply(this,arguments),rt=Math.min(AW,Math.max(-AW,w.apply(this,arguments)-X)),at,ut=Math.min(Math.abs(rt)/S,v.apply(this,arguments)),pt=ut*(rt<0?-1:1),yt;for(_=0;_<S;++_)(yt=q[R[_]=_]=+i(E[_],_,E))>0&&(F+=yt);for(a!=null?R.sort(function(mt,gt){return a(q[mt],q[gt])}):f!=null&&R.sort(function(mt,gt){return f(E[mt],E[gt])}),_=0,B=F?(rt-S*pt)/F:0;_<S;++_,X=at)I=R[_],yt=q[I],at=X+(yt>0?yt*B:0)+pt,q[I]={data:E[I],index:_,value:yt,startAngle:X,endAngle:at,padAngle:ut};return q}return b.value=function(E){return arguments.length?(i=typeof E=="function"?E:vf(+E),b):i},b.sortValues=function(E){return arguments.length?(a=E,f=null,b):a},b.sort=function(E){return arguments.length?(f=E,a=null,b):f},b.startAngle=function(E){return arguments.length?(g=typeof E=="function"?E:vf(+E),b):g},b.endAngle=function(E){return arguments.length?(w=typeof E=="function"?E:vf(+E),b):w},b.padAngle=function(E){return arguments.length?(v=typeof E=="function"?E:vf(+E),b):v},b}class GPt{constructor(a,f){this._context=a,this._x=f}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line}point(a,f){switch(a=+a,f=+f,this._point){case 0:{this._point=1,this._line?this._context.lineTo(a,f):this._context.moveTo(a,f);break}case 1:this._point=2;default:{this._x?this._context.bezierCurveTo(this._x0=(this._x0+a)/2,this._y0,this._x0,f,a,f):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+f)/2,a,this._y0,a,f);break}}this._x0=a,this._y0=f}}function YLe(i){return new GPt(i,!0)}function XLe(i){return new GPt(i,!1)}function l8(){}function MW(i,a,f){i._context.bezierCurveTo((2*i._x0+i._x1)/3,(2*i._y0+i._y1)/3,(i._x0+2*i._x1)/3,(i._y0+2*i._y1)/3,(i._x0+4*i._x1+a)/6,(i._y0+4*i._y1+f)/6)}function DW(i){this._context=i}DW.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:MW(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(i,a){switch(i=+i,a=+a,this._point){case 0:this._point=1,this._line?this._context.lineTo(i,a):this._context.moveTo(i,a);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:MW(this,i,a);break}this._x0=this._x1,this._x1=i,this._y0=this._y1,this._y1=a}};function lF(i){return new DW(i)}function KPt(i){this._context=i}KPt.prototype={areaStart:l8,areaEnd:l8,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(i,a){switch(i=+i,a=+a,this._point){case 0:this._point=1,this._x2=i,this._y2=a;break;case 1:this._point=2,this._x3=i,this._y3=a;break;case 2:this._point=3,this._x4=i,this._y4=a,this._context.moveTo((this._x0+4*this._x1+i)/6,(this._y0+4*this._y1+a)/6);break;default:MW(this,i,a);break}this._x0=this._x1,this._x1=i,this._y0=this._y1,this._y1=a}};function QLe(i){return new KPt(i)}function WPt(i){this._context=i}WPt.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(i,a){switch(i=+i,a=+a,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var f=(this._x0+4*this._x1+i)/6,g=(this._y0+4*this._y1+a)/6;this._line?this._context.lineTo(f,g):this._context.moveTo(f,g);break;case 3:this._point=4;default:MW(this,i,a);break}this._x0=this._x1,this._x1=i,this._y0=this._y1,this._y1=a}};function JLe(i){return new WPt(i)}function YPt(i,a){this._basis=new DW(i),this._beta=a}YPt.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var i=this._x,a=this._y,f=i.length-1;if(f>0)for(var g=i[0],w=a[0],v=i[f]-g,b=a[f]-w,E=-1,_;++E<=f;)_=E/f,this._basis.point(this._beta*i[E]+(1-this._beta)*(g+_*v),this._beta*a[E]+(1-this._beta)*(w+_*b));this._x=this._y=null,this._basis.lineEnd()},point:function(i,a){this._x.push(+i),this._y.push(+a)}};const ZLe=function i(a){function f(g){return a===1?new DW(g):new YPt(g,a)}return f.beta=function(g){return i(+g)},f}(.85);function IW(i,a,f){i._context.bezierCurveTo(i._x1+i._k*(i._x2-i._x0),i._y1+i._k*(i._y2-i._y0),i._x2+i._k*(i._x1-a),i._y2+i._k*(i._y1-f),i._x2,i._y2)}function G0t(i,a){this._context=i,this._k=(1-a)/6}G0t.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:IW(this,this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(i,a){switch(i=+i,a=+a,this._point){case 0:this._point=1,this._line?this._context.lineTo(i,a):this._context.moveTo(i,a);break;case 1:this._point=2,this._x1=i,this._y1=a;break;case 2:this._point=3;default:IW(this,i,a);break}this._x0=this._x1,this._x1=this._x2,this._x2=i,this._y0=this._y1,this._y1=this._y2,this._y2=a}};const tMe=function i(a){function f(g){return new G0t(g,a)}return f.tension=function(g){return i(+g)},f}(0);function K0t(i,a){this._context=i,this._k=(1-a)/6}K0t.prototype={areaStart:l8,areaEnd:l8,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3),this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3),this._context.closePath();break}case 3:{this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5);break}}},point:function(i,a){switch(i=+i,a=+a,this._point){case 0:this._point=1,this._x3=i,this._y3=a;break;case 1:this._point=2,this._context.moveTo(this._x4=i,this._y4=a);break;case 2:this._point=3,this._x5=i,this._y5=a;break;default:IW(this,i,a);break}this._x0=this._x1,this._x1=this._x2,this._x2=i,this._y0=this._y1,this._y1=this._y2,this._y2=a}};const eMe=function i(a){function f(g){return new K0t(g,a)}return f.tension=function(g){return i(+g)},f}(0);function W0t(i,a){this._context=i,this._k=(1-a)/6}W0t.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(i,a){switch(i=+i,a=+a,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:IW(this,i,a);break}this._x0=this._x1,this._x1=this._x2,this._x2=i,this._y0=this._y1,this._y1=this._y2,this._y2=a}};const nMe=function i(a){function f(g){return new W0t(g,a)}return f.tension=function(g){return i(+g)},f}(0);function Y0t(i,a,f){var g=i._x1,w=i._y1,v=i._x2,b=i._y2;if(i._l01_a>tg){var E=2*i._l01_2a+3*i._l01_a*i._l12_a+i._l12_2a,_=3*i._l01_a*(i._l01_a+i._l12_a);g=(g*E-i._x0*i._l12_2a+i._x2*i._l01_2a)/_,w=(w*E-i._y0*i._l12_2a+i._y2*i._l01_2a)/_}if(i._l23_a>tg){var S=2*i._l23_2a+3*i._l23_a*i._l12_a+i._l12_2a,I=3*i._l23_a*(i._l23_a+i._l12_a);v=(v*S+i._x1*i._l23_2a-a*i._l12_2a)/I,b=(b*S+i._y1*i._l23_2a-f*i._l12_2a)/I}i._context.bezierCurveTo(g,w,v,b,i._x2,i._y2)}function XPt(i,a){this._context=i,this._alpha=a}XPt.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(i,a){if(i=+i,a=+a,this._point){var f=this._x2-i,g=this._y2-a;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(f*f+g*g,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(i,a):this._context.moveTo(i,a);break;case 1:this._point=2;break;case 2:this._point=3;default:Y0t(this,i,a);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=i,this._y0=this._y1,this._y1=this._y2,this._y2=a}};const rMe=function i(a){function f(g){return a?new XPt(g,a):new G0t(g,0)}return f.alpha=function(g){return i(+g)},f}(.5);function QPt(i,a){this._context=i,this._alpha=a}QPt.prototype={areaStart:l8,areaEnd:l8,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3),this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3),this._context.closePath();break}case 3:{this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5);break}}},point:function(i,a){if(i=+i,a=+a,this._point){var f=this._x2-i,g=this._y2-a;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(f*f+g*g,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=i,this._y3=a;break;case 1:this._point=2,this._context.moveTo(this._x4=i,this._y4=a);break;case 2:this._point=3,this._x5=i,this._y5=a;break;default:Y0t(this,i,a);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=i,this._y0=this._y1,this._y1=this._y2,this._y2=a}};const iMe=function i(a){function f(g){return a?new QPt(g,a):new K0t(g,0)}return f.alpha=function(g){return i(+g)},f}(.5);function JPt(i,a){this._context=i,this._alpha=a}JPt.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(i,a){if(i=+i,a=+a,this._point){var f=this._x2-i,g=this._y2-a;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(f*f+g*g,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Y0t(this,i,a);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=i,this._y0=this._y1,this._y1=this._y2,this._y2=a}};const sMe=function i(a){function f(g){return a?new JPt(g,a):new W0t(g,0)}return f.alpha=function(g){return i(+g)},f}(.5);function ZPt(i){this._context=i}ZPt.prototype={areaStart:l8,areaEnd:l8,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(i,a){i=+i,a=+a,this._point?this._context.lineTo(i,a):(this._point=1,this._context.moveTo(i,a))}};function aMe(i){return new ZPt(i)}function tNt(i){return i<0?-1:1}function eNt(i,a,f){var g=i._x1-i._x0,w=a-i._x1,v=(i._y1-i._y0)/(g||w<0&&-0),b=(f-i._y1)/(w||g<0&&-0),E=(v*w+b*g)/(g+w);return(tNt(v)+tNt(b))*Math.min(Math.abs(v),Math.abs(b),.5*Math.abs(E))||0}function nNt(i,a){var f=i._x1-i._x0;return f?(3*(i._y1-i._y0)/f-a)/2:a}function X0t(i,a,f){var g=i._x0,w=i._y0,v=i._x1,b=i._y1,E=(v-g)/3;i._context.bezierCurveTo(g+E,w+E*a,v-E,b-E*f,v,b)}function OW(i){this._context=i}OW.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:X0t(this,this._t0,nNt(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(i,a){var f=NaN;if(i=+i,a=+a,!(i===this._x1&&a===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(i,a):this._context.moveTo(i,a);break;case 1:this._point=2;break;case 2:this._point=3,X0t(this,nNt(this,f=eNt(this,i,a)),f);break;default:X0t(this,this._t0,f=eNt(this,i,a));break}this._x0=this._x1,this._x1=i,this._y0=this._y1,this._y1=a,this._t0=f}}};function rNt(i){this._context=new iNt(i)}(rNt.prototype=Object.create(OW.prototype)).point=function(i,a){OW.prototype.point.call(this,a,i)};function iNt(i){this._context=i}iNt.prototype={moveTo:function(i,a){this._context.moveTo(a,i)},closePath:function(){this._context.closePath()},lineTo:function(i,a){this._context.lineTo(a,i)},bezierCurveTo:function(i,a,f,g,w,v){this._context.bezierCurveTo(a,i,g,f,v,w)}};function oMe(i){return new OW(i)}function cMe(i){return new rNt(i)}function sNt(i){this._context=i}sNt.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var i=this._x,a=this._y,f=i.length;if(f)if(this._line?this._context.lineTo(i[0],a[0]):this._context.moveTo(i[0],a[0]),f===2)this._context.lineTo(i[1],a[1]);else for(var g=aNt(i),w=aNt(a),v=0,b=1;b<f;++v,++b)this._context.bezierCurveTo(g[0][v],w[0][v],g[1][v],w[1][v],i[b],a[b]);(this._line||this._line!==0&&f===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(i,a){this._x.push(+i),this._y.push(+a)}};function aNt(i){var a,f=i.length-1,g,w=new Array(f),v=new Array(f),b=new Array(f);for(w[0]=0,v[0]=2,b[0]=i[0]+2*i[1],a=1;a<f-1;++a)w[a]=1,v[a]=4,b[a]=4*i[a]+2*i[a+1];for(w[f-1]=2,v[f-1]=7,b[f-1]=8*i[f-1]+i[f],a=1;a<f;++a)g=w[a]/v[a-1],v[a]-=g,b[a]-=g*b[a-1];for(w[f-1]=b[f-1]/v[f-1],a=f-2;a>=0;--a)w[a]=(b[a]-w[a+1])/v[a];for(v[f-1]=(i[f]+w[f-1])/2,a=0;a<f-1;++a)v[a]=2*i[a+1]-w[a+1];return[w,v]}function uMe(i){return new sNt(i)}function PW(i,a){this._context=i,this._t=a}PW.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(i,a){switch(i=+i,a=+a,this._point){case 0:this._point=1,this._line?this._context.lineTo(i,a):this._context.moveTo(i,a);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,a),this._context.lineTo(i,a);else{var f=this._x*(1-this._t)+i*this._t;this._context.lineTo(f,this._y),this._context.lineTo(f,a)}break}}this._x=i,this._y=a}};function lMe(i){return new PW(i,.5)}function hMe(i){return new PW(i,0)}function fMe(i){return new PW(i,1)}function hF(i,a,f){this.k=i,this.x=a,this.y=f}hF.prototype={constructor:hF,scale:function(i){return i===1?this:new hF(this.k*i,this.x,this.y)},translate:function(i,a){return i===0&a===0?this:new hF(this.k,this.x+this.k*i,this.y+this.k*a)},apply:function(i){return[i[0]*this.k+this.x,i[1]*this.k+this.y]},applyX:function(i){return i*this.k+this.x},applyY:function(i){return i*this.k+this.y},invert:function(i){return[(i[0]-this.x)/this.k,(i[1]-this.y)/this.k]},invertX:function(i){return(i-this.x)/this.k},invertY:function(i){return(i-this.y)/this.k},rescaleX:function(i){return i.copy().domain(i.range().map(this.invertX,this).map(i.invert,i))},rescaleY:function(i){return i.copy().domain(i.range().map(this.invertY,this).map(i.invert,i))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}},hF.prototype;/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */const{entries:oNt,setPrototypeOf:cNt,isFrozen:dMe,getPrototypeOf:gMe,getOwnPropertyDescriptor:pMe}=Object;let{freeze:Ug,seal:zv,create:bMe}=Object,{apply:Q0t,construct:J0t}=typeof Reflect<"u"&&Reflect;Q0t||(Q0t=function(a,f,g){return a.apply(f,g)}),Ug||(Ug=function(a){return a}),zv||(zv=function(a){return a}),J0t||(J0t=function(a,f){return new a(...f)});const wMe=qw(Array.prototype.forEach),uNt=qw(Array.prototype.pop),fF=qw(Array.prototype.push),NW=qw(String.prototype.toLowerCase),Z0t=qw(String.prototype.toString),mMe=qw(String.prototype.match),qv=qw(String.prototype.replace),vMe=qw(String.prototype.indexOf),yMe=qw(String.prototype.trim),m2=qw(RegExp.prototype.test),dF=xMe(TypeError);function qw(i){return function(a){for(var f=arguments.length,g=new Array(f>1?f-1:0),w=1;w<f;w++)g[w-1]=arguments[w];return Q0t(i,a,g)}}function xMe(i){return function(){for(var a=arguments.length,f=new Array(a),g=0;g<a;g++)f[g]=arguments[g];return J0t(i,f)}}function Po(i,a,f){var g;f=(g=f)!==null&&g!==void 0?g:NW,cNt&&cNt(i,null);let w=a.length;for(;w--;){let v=a[w];if(typeof v=="string"){const b=f(v);b!==v&&(dMe(a)||(a[w]=b),v=b)}i[v]=!0}return i}function $L(i){const a=bMe(null);for(const[f,g]of oNt(i))a[f]=g;return a}function FW(i,a){for(;i!==null;){const g=pMe(i,a);if(g){if(g.get)return qw(g.get);if(typeof g.value=="function")return qw(g.value)}i=gMe(i)}function f(g){return console.warn("fallback value for",g),null}return f}const lNt=Ug(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),tgt=Ug(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),egt=Ug(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),kMe=Ug(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),ngt=Ug(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),EMe=Ug(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),hNt=Ug(["#text"]),fNt=Ug(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),rgt=Ug(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),dNt=Ug(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),BW=Ug(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),TMe=zv(/\{\{[\w\W]*|[\w\W]*\}\}/gm),CMe=zv(/<%[\w\W]*|[\w\W]*%>/gm),_Me=zv(/\${[\w\W]*}/gm),SMe=zv(/^data-[\-\w.\u00B7-\uFFFF]/),AMe=zv(/^aria-[\-\w]+$/),gNt=zv(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),LMe=zv(/^(?:\w+script|data):/i),MMe=zv(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),pNt=zv(/^html$/i);var bNt=Object.freeze({__proto__:null,MUSTACHE_EXPR:TMe,ERB_EXPR:CMe,TMPLIT_EXPR:_Me,DATA_ATTR:SMe,ARIA_ATTR:AMe,IS_ALLOWED_URI:gNt,IS_SCRIPT_OR_DATA:LMe,ATTR_WHITESPACE:MMe,DOCTYPE_NAME:pNt});const DMe=()=>typeof window>"u"?null:window,IMe=function(a,f){if(typeof a!="object"||typeof a.createPolicy!="function")return null;let g=null;const w="data-tt-policy-suffix";f&&f.hasAttribute(w)&&(g=f.getAttribute(w));const v="dompurify"+(g?"#"+g:"");try{return a.createPolicy(v,{createHTML(b){return b},createScriptURL(b){return b}})}catch{return console.warn("TrustedTypes policy "+v+" could not be created."),null}};function wNt(){let i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:DMe();const a=Yi=>wNt(Yi);if(a.version="3.0.5",a.removed=[],!i||!i.document||i.document.nodeType!==9)return a.isSupported=!1,a;const f=i.document,g=f.currentScript;let{document:w}=i;const{DocumentFragment:v,HTMLTemplateElement:b,Node:E,Element:_,NodeFilter:S,NamedNodeMap:I=i.NamedNodeMap||i.MozNamedAttrMap,HTMLFormElement:B,DOMParser:F,trustedTypes:R}=i,q=_.prototype,X=FW(q,"cloneNode"),rt=FW(q,"nextSibling"),at=FW(q,"childNodes"),ut=FW(q,"parentNode");if(typeof b=="function"){const Yi=w.createElement("template");Yi.content&&Yi.content.ownerDocument&&(w=Yi.content.ownerDocument)}let pt,yt="";const{implementation:mt,createNodeIterator:gt,createDocumentFragment:ht,getElementsByTagName:bt}=w,{importNode:Z}=f;let ft={};a.isSupported=typeof oNt=="function"&&typeof ut=="function"&&mt&&mt.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:Y,ERB_EXPR:Et,TMPLIT_EXPR:V,DATA_ATTR:Nt,ARIA_ATTR:Dt,IS_SCRIPT_OR_DATA:jt,ATTR_WHITESPACE:Ct}=bNt;let{IS_ALLOWED_URI:Ft}=bNt,_t=null;const xt=Po({},[...lNt,...tgt,...egt,...ngt,...hNt]);let Gt=null;const Be=Po({},[...fNt,...rgt,...dNt,...BW]);let Ot=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),vn=null,Pe=null,Ee=!0,nn=!0,sn=!1,me=!0,Fe=!1,Qt=!1,Ae=!1,Se=!1,Dn=!1,oe=!1,Pr=!1,we=!0,Ri=!1;const yi="user-content-";let da=!0,Ss=!1,Ra={},fr=null;const An=Po({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Pn=null;const Bn=Po({},["audio","video","img","source","image","track"]);let Te=null;const be=Po({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Qe="http://www.w3.org/1998/Math/MathML",rn="http://www.w3.org/2000/svg",yn="http://www.w3.org/1999/xhtml";let ja=yn,mo=!1,vo=null;const ma=Po({},[Qe,rn,yn],Z0t);let $a;const gs=["application/xhtml+xml","text/html"],Nu="text/html";let ta,l1=null;const _2=w.createElement("form"),ll=function(cn){return cn instanceof RegExp||cn instanceof Function},Ac=function(cn){if(!(l1&&l1===cn)){if((!cn||typeof cn!="object")&&(cn={}),cn=$L(cn),$a=gs.indexOf(cn.PARSER_MEDIA_TYPE)===-1?$a=Nu:$a=cn.PARSER_MEDIA_TYPE,ta=$a==="application/xhtml+xml"?Z0t:NW,_t="ALLOWED_TAGS"in cn?Po({},cn.ALLOWED_TAGS,ta):xt,Gt="ALLOWED_ATTR"in cn?Po({},cn.ALLOWED_ATTR,ta):Be,vo="ALLOWED_NAMESPACES"in cn?Po({},cn.ALLOWED_NAMESPACES,Z0t):ma,Te="ADD_URI_SAFE_ATTR"in cn?Po($L(be),cn.ADD_URI_SAFE_ATTR,ta):be,Pn="ADD_DATA_URI_TAGS"in cn?Po($L(Bn),cn.ADD_DATA_URI_TAGS,ta):Bn,fr="FORBID_CONTENTS"in cn?Po({},cn.FORBID_CONTENTS,ta):An,vn="FORBID_TAGS"in cn?Po({},cn.FORBID_TAGS,ta):{},Pe="FORBID_ATTR"in cn?Po({},cn.FORBID_ATTR,ta):{},Ra="USE_PROFILES"in cn?cn.USE_PROFILES:!1,Ee=cn.ALLOW_ARIA_ATTR!==!1,nn=cn.ALLOW_DATA_ATTR!==!1,sn=cn.ALLOW_UNKNOWN_PROTOCOLS||!1,me=cn.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Fe=cn.SAFE_FOR_TEMPLATES||!1,Qt=cn.WHOLE_DOCUMENT||!1,Dn=cn.RETURN_DOM||!1,oe=cn.RETURN_DOM_FRAGMENT||!1,Pr=cn.RETURN_TRUSTED_TYPE||!1,Se=cn.FORCE_BODY||!1,we=cn.SANITIZE_DOM!==!1,Ri=cn.SANITIZE_NAMED_PROPS||!1,da=cn.KEEP_CONTENT!==!1,Ss=cn.IN_PLACE||!1,Ft=cn.ALLOWED_URI_REGEXP||gNt,ja=cn.NAMESPACE||yn,Ot=cn.CUSTOM_ELEMENT_HANDLING||{},cn.CUSTOM_ELEMENT_HANDLING&&ll(cn.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Ot.tagNameCheck=cn.CUSTOM_ELEMENT_HANDLING.tagNameCheck),cn.CUSTOM_ELEMENT_HANDLING&&ll(cn.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Ot.attributeNameCheck=cn.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),cn.CUSTOM_ELEMENT_HANDLING&&typeof cn.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(Ot.allowCustomizedBuiltInElements=cn.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Fe&&(nn=!1),oe&&(Dn=!0),Ra&&(_t=Po({},[...hNt]),Gt=[],Ra.html===!0&&(Po(_t,lNt),Po(Gt,fNt)),Ra.svg===!0&&(Po(_t,tgt),Po(Gt,rgt),Po(Gt,BW)),Ra.svgFilters===!0&&(Po(_t,egt),Po(Gt,rgt),Po(Gt,BW)),Ra.mathMl===!0&&(Po(_t,ngt),Po(Gt,dNt),Po(Gt,BW))),cn.ADD_TAGS&&(_t===xt&&(_t=$L(_t)),Po(_t,cn.ADD_TAGS,ta)),cn.ADD_ATTR&&(Gt===Be&&(Gt=$L(Gt)),Po(Gt,cn.ADD_ATTR,ta)),cn.ADD_URI_SAFE_ATTR&&Po(Te,cn.ADD_URI_SAFE_ATTR,ta),cn.FORBID_CONTENTS&&(fr===An&&(fr=$L(fr)),Po(fr,cn.FORBID_CONTENTS,ta)),da&&(_t["#text"]=!0),Qt&&Po(_t,["html","head","body"]),_t.table&&(Po(_t,["tbody"]),delete vn.tbody),cn.TRUSTED_TYPES_POLICY){if(typeof cn.TRUSTED_TYPES_POLICY.createHTML!="function")throw dF('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof cn.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw dF('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');pt=cn.TRUSTED_TYPES_POLICY,yt=pt.createHTML("")}else pt===void 0&&(pt=IMe(R,g)),pt!==null&&typeof yt=="string"&&(yt=pt.createHTML(""));Ug&&Ug(cn),l1=cn}},pc=Po({},["mi","mo","mn","ms","mtext"]),ka=Po({},["foreignobject","desc","title","annotation-xml"]),du=Po({},["title","style","font","a","script"]),ea=Po({},tgt);Po(ea,egt),Po(ea,kMe);const co=Po({},ngt);Po(co,EMe);const bc=function(cn){let Dr=ut(cn);(!Dr||!Dr.tagName)&&(Dr={namespaceURI:ja,tagName:"template"});const Si=NW(cn.tagName),wc=NW(Dr.tagName);return vo[cn.namespaceURI]?cn.namespaceURI===rn?Dr.namespaceURI===yn?Si==="svg":Dr.namespaceURI===Qe?Si==="svg"&&(wc==="annotation-xml"||pc[wc]):!!ea[Si]:cn.namespaceURI===Qe?Dr.namespaceURI===yn?Si==="math":Dr.namespaceURI===rn?Si==="math"&&ka[wc]:!!co[Si]:cn.namespaceURI===yn?Dr.namespaceURI===rn&&!ka[wc]||Dr.namespaceURI===Qe&&!pc[wc]?!1:!co[Si]&&(du[Si]||!ea[Si]):!!($a==="application/xhtml+xml"&&vo[cn.namespaceURI]):!1},oa=function(cn){fF(a.removed,{element:cn});try{cn.parentNode.removeChild(cn)}catch{cn.remove()}},va=function(cn,Dr){try{fF(a.removed,{attribute:Dr.getAttributeNode(cn),from:Dr})}catch{fF(a.removed,{attribute:null,from:Dr})}if(Dr.removeAttribute(cn),cn==="is"&&!Gt[cn])if(Dn||oe)try{oa(Dr)}catch{}else try{Dr.setAttribute(cn,"")}catch{}},na=function(cn){let Dr,Si;if(Se)cn="<remove></remove>"+cn;else{const vh=mMe(cn,/^[\r\n\t ]+/);Si=vh&&vh[0]}$a==="application/xhtml+xml"&&ja===yn&&(cn='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+cn+"</body></html>");const wc=pt?pt.createHTML(cn):cn;if(ja===yn)try{Dr=new F().parseFromString(wc,$a)}catch{}if(!Dr||!Dr.documentElement){Dr=mt.createDocument(ja,"template",null);try{Dr.documentElement.innerHTML=mo?yt:wc}catch{}}const Fc=Dr.body||Dr.documentElement;return cn&&Si&&Fc.insertBefore(w.createTextNode(Si),Fc.childNodes[0]||null),ja===yn?bt.call(Dr,Qt?"html":"body")[0]:Qt?Dr.documentElement:Fc},Xl=function(cn){return gt.call(cn.ownerDocument||cn,cn,S.SHOW_ELEMENT|S.SHOW_COMMENT|S.SHOW_TEXT,null,!1)},Hc=function(cn){return cn instanceof B&&(typeof cn.nodeName!="string"||typeof cn.textContent!="string"||typeof cn.removeChild!="function"||!(cn.attributes instanceof I)||typeof cn.removeAttribute!="function"||typeof cn.setAttribute!="function"||typeof cn.namespaceURI!="string"||typeof cn.insertBefore!="function"||typeof cn.hasChildNodes!="function")},Zw=function(cn){return typeof E=="object"?cn instanceof E:cn&&typeof cn=="object"&&typeof cn.nodeType=="number"&&typeof cn.nodeName=="string"},mh=function(cn,Dr,Si){ft[cn]&&wMe(ft[cn],wc=>{wc.call(a,Dr,Si,l1)})},_d=function(cn){let Dr;if(mh("beforeSanitizeElements",cn,null),Hc(cn))return oa(cn),!0;const Si=ta(cn.nodeName);if(mh("uponSanitizeElement",cn,{tagName:Si,allowedTags:_t}),cn.hasChildNodes()&&!Zw(cn.firstElementChild)&&(!Zw(cn.content)||!Zw(cn.content.firstElementChild))&&m2(/<[/\w]/g,cn.innerHTML)&&m2(/<[/\w]/g,cn.textContent))return oa(cn),!0;if(!_t[Si]||vn[Si]){if(!vn[Si]&&Sd(Si)&&(Ot.tagNameCheck instanceof RegExp&&m2(Ot.tagNameCheck,Si)||Ot.tagNameCheck instanceof Function&&Ot.tagNameCheck(Si)))return!1;if(da&&!fr[Si]){const wc=ut(cn)||cn.parentNode,Fc=at(cn)||cn.childNodes;if(Fc&&wc){const vh=Fc.length;for(let Qc=vh-1;Qc>=0;--Qc)wc.insertBefore(X(Fc[Qc],!0),rt(cn))}}return oa(cn),!0}return cn instanceof _&&!bc(cn)||(Si==="noscript"||Si==="noembed"||Si==="noframes")&&m2(/<\/no(script|embed|frames)/i,cn.innerHTML)?(oa(cn),!0):(Fe&&cn.nodeType===3&&(Dr=cn.textContent,Dr=qv(Dr,Y," "),Dr=qv(Dr,Et," "),Dr=qv(Dr,V," "),cn.textContent!==Dr&&(fF(a.removed,{element:cn.cloneNode()}),cn.textContent=Dr)),mh("afterSanitizeElements",cn,null),!1)},b0=function(cn,Dr,Si){if(we&&(Dr==="id"||Dr==="name")&&(Si in w||Si in _2))return!1;if(!(nn&&!Pe[Dr]&&m2(Nt,Dr))){if(!(Ee&&m2(Dt,Dr))){if(!Gt[Dr]||Pe[Dr]){if(!(Sd(cn)&&(Ot.tagNameCheck instanceof RegExp&&m2(Ot.tagNameCheck,cn)||Ot.tagNameCheck instanceof Function&&Ot.tagNameCheck(cn))&&(Ot.attributeNameCheck instanceof RegExp&&m2(Ot.attributeNameCheck,Dr)||Ot.attributeNameCheck instanceof Function&&Ot.attributeNameCheck(Dr))||Dr==="is"&&Ot.allowCustomizedBuiltInElements&&(Ot.tagNameCheck instanceof RegExp&&m2(Ot.tagNameCheck,Si)||Ot.tagNameCheck instanceof Function&&Ot.tagNameCheck(Si))))return!1}else if(!Te[Dr]){if(!m2(Ft,qv(Si,Ct,""))){if(!((Dr==="src"||Dr==="xlink:href"||Dr==="href")&&cn!=="script"&&vMe(Si,"data:")===0&&Pn[cn])){if(!(sn&&!m2(jt,qv(Si,Ct,"")))){if(Si)return!1}}}}}}return!0},Sd=function(cn){return cn.indexOf("-")>0},w0=function(cn){let Dr,Si,wc,Fc;mh("beforeSanitizeAttributes",cn,null);const{attributes:vh}=cn;if(!vh)return;const Qc={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Gt};for(Fc=vh.length;Fc--;){Dr=vh[Fc];const{name:Wh,namespaceURI:Ad}=Dr;if(Si=Wh==="value"?Dr.value:yMe(Dr.value),wc=ta(Wh),Qc.attrName=wc,Qc.attrValue=Si,Qc.keepAttr=!0,Qc.forceKeepAttr=void 0,mh("uponSanitizeAttribute",cn,Qc),Si=Qc.attrValue,Qc.forceKeepAttr||(va(Wh,cn),!Qc.keepAttr))continue;if(!me&&m2(/\/>/i,Si)){va(Wh,cn);continue}Fe&&(Si=qv(Si,Y," "),Si=qv(Si,Et," "),Si=qv(Si,V," "));const ls=ta(cn.nodeName);if(b0(ls,wc,Si)){if(Ri&&(wc==="id"||wc==="name")&&(va(Wh,cn),Si=yi+Si),pt&&typeof R=="object"&&typeof R.getAttributeType=="function"&&!Ad)switch(R.getAttributeType(ls,wc)){case"TrustedHTML":{Si=pt.createHTML(Si);break}case"TrustedScriptURL":{Si=pt.createScriptURL(Si);break}}try{Ad?cn.setAttributeNS(Ad,Wh,Si):cn.setAttribute(Wh,Si),uNt(a.removed)}catch{}}}mh("afterSanitizeAttributes",cn,null)},ag=function Yi(cn){let Dr;const Si=Xl(cn);for(mh("beforeSanitizeShadowDOM",cn,null);Dr=Si.nextNode();)mh("uponSanitizeShadowNode",Dr,null),!_d(Dr)&&(Dr.content instanceof v&&Yi(Dr.content),w0(Dr));mh("afterSanitizeShadowDOM",cn,null)};return a.sanitize=function(Yi){let cn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Dr,Si,wc,Fc;if(mo=!Yi,mo&&(Yi="<!-->"),typeof Yi!="string"&&!Zw(Yi))if(typeof Yi.toString=="function"){if(Yi=Yi.toString(),typeof Yi!="string")throw dF("dirty is not a string, aborting")}else throw dF("toString is not a function");if(!a.isSupported)return Yi;if(Ae||Ac(cn),a.removed=[],typeof Yi=="string"&&(Ss=!1),Ss){if(Yi.nodeName){const Wh=ta(Yi.nodeName);if(!_t[Wh]||vn[Wh])throw dF("root node is forbidden and cannot be sanitized in-place")}}else if(Yi instanceof E)Dr=na("<!---->"),Si=Dr.ownerDocument.importNode(Yi,!0),Si.nodeType===1&&Si.nodeName==="BODY"||Si.nodeName==="HTML"?Dr=Si:Dr.appendChild(Si);else{if(!Dn&&!Fe&&!Qt&&Yi.indexOf("<")===-1)return pt&&Pr?pt.createHTML(Yi):Yi;if(Dr=na(Yi),!Dr)return Dn?null:Pr?yt:""}Dr&&Se&&oa(Dr.firstChild);const vh=Xl(Ss?Yi:Dr);for(;wc=vh.nextNode();)_d(wc)||(wc.content instanceof v&&ag(wc.content),w0(wc));if(Ss)return Yi;if(Dn){if(oe)for(Fc=ht.call(Dr.ownerDocument);Dr.firstChild;)Fc.appendChild(Dr.firstChild);else Fc=Dr;return(Gt.shadowroot||Gt.shadowrootmode)&&(Fc=Z.call(f,Fc,!0)),Fc}let Qc=Qt?Dr.outerHTML:Dr.innerHTML;return Qt&&_t["!doctype"]&&Dr.ownerDocument&&Dr.ownerDocument.doctype&&Dr.ownerDocument.doctype.name&&m2(pNt,Dr.ownerDocument.doctype.name)&&(Qc="<!DOCTYPE "+Dr.ownerDocument.doctype.name+`>
+`+Qc),Fe&&(Qc=qv(Qc,Y," "),Qc=qv(Qc,Et," "),Qc=qv(Qc,V," ")),pt&&Pr?pt.createHTML(Qc):Qc},a.setConfig=function(Yi){Ac(Yi),Ae=!0},a.clearConfig=function(){l1=null,Ae=!1},a.isValidAttribute=function(Yi,cn,Dr){l1||Ac({});const Si=ta(Yi),wc=ta(cn);return b0(Si,wc,Dr)},a.addHook=function(Yi,cn){typeof cn=="function"&&(ft[Yi]=ft[Yi]||[],fF(ft[Yi],cn))},a.removeHook=function(Yi){if(ft[Yi])return uNt(ft[Yi])},a.removeHooks=function(Yi){ft[Yi]&&(ft[Yi]=[])},a.removeAllHooks=function(){ft={}},a}var zL=wNt();const gF=/<br\s*\/?>/gi,OMe=i=>i?yNt(i).replace(/\\n/g,"#br#").split("#br#"):[""],mNt=i=>{const a="data-temp-href-target";zL.addHook("beforeSanitizeAttributes",g=>{g.tagName==="A"&&g.hasAttribute("target")&&g.setAttribute(a,g.getAttribute("target")||"")});const f=zL.sanitize(i);return zL.addHook("afterSanitizeAttributes",g=>{g.tagName==="A"&&g.hasAttribute(a)&&(g.setAttribute("target",g.getAttribute(a)||""),g.removeAttribute(a),g.getAttribute("target")==="_blank"&&g.setAttribute("rel","noopener"))}),f},vNt=(i,a)=>{var f;if(((f=a.flowchart)==null?void 0:f.htmlLabels)!==!1){const g=a.securityLevel;g==="antiscript"||g==="strict"?i=mNt(i):g!=="loose"&&(i=yNt(i),i=i.replace(/</g,"<").replace(/>/g,">"),i=i.replace(/=/g,"="),i=BMe(i))}return i},Ed=(i,a)=>i&&(a.dompurifyConfig?i=zL.sanitize(vNt(i,a),a.dompurifyConfig).toString():i=zL.sanitize(vNt(i,a),{FORBID_TAGS:["style"]}).toString(),i),PMe=(i,a)=>typeof i=="string"?Ed(i,a):i.flat().map(f=>Ed(f,a)),NMe=i=>gF.test(i),FMe=i=>i.split(gF),BMe=i=>i.replace(/#br#/g,"<br/>"),yNt=i=>i.replace(gF,"#br#"),RMe=i=>{let a="";return i&&(a=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search,a=a.replaceAll(/\(/g,"\\("),a=a.replaceAll(/\)/g,"\\)")),a},B1=i=>!(i===!1||["false","null","0"].includes(String(i).trim().toLowerCase())),jMe=function(...i){const a=i.filter(f=>!isNaN(f));return Math.max(...a)},$Me=function(...i){const a=i.filter(f=>!isNaN(f));return Math.min(...a)},pF=function(i){const a=i.split(/(,)/),f=[];for(let g=0;g<a.length;g++){let w=a[g];if(w===","&&g>0&&g+1<a.length){const v=a[g-1],b=a[g+1];zMe(v,b)&&(w=v+","+b,g++,f.pop())}f.push(qMe(w))}return f.join("")},igt=(i,a)=>Math.max(0,i.split(a).length-1),zMe=(i,a)=>{const f=igt(i,"~"),g=igt(a,"~");return f===1&&g===1},qMe=i=>{const a=igt(i,"~");let f=!1;if(a<=1)return i;a%2!==0&&i.startsWith("~")&&(i=i.substring(1),f=!0);const g=[...i];let w=g.indexOf("~"),v=g.lastIndexOf("~");for(;w!==-1&&v!==-1&&w!==v;)g[w]="<",g[v]=">",w=g.indexOf("~"),v=g.lastIndexOf("~");return f&&g.unshift("~"),g.join("")},ei={getRows:OMe,sanitizeText:Ed,sanitizeTextOrArray:PMe,hasBreaks:NMe,splitBreaks:FMe,lineBreakRegex:gF,removeScript:mNt,getUrl:RMe,evaluate:B1,getMax:jMe,getMin:$Me},RW={min:{r:0,g:0,b:0,s:0,l:0,a:0},max:{r:255,g:255,b:255,h:360,s:100,l:100,a:1},clamp:{r:i=>i>=255?255:i<0?0:i,g:i=>i>=255?255:i<0?0:i,b:i=>i>=255?255:i<0?0:i,h:i=>i%360,s:i=>i>=100?100:i<0?0:i,l:i=>i>=100?100:i<0?0:i,a:i=>i>=1?1:i<0?0:i},toLinear:i=>{const a=i/255;return i>.03928?Math.pow((a+.055)/1.055,2.4):a/12.92},hue2rgb:(i,a,f)=>(f<0&&(f+=1),f>1&&(f-=1),f<1/6?i+(a-i)*6*f:f<1/2?a:f<2/3?i+(a-i)*(2/3-f)*6:i),hsl2rgb:({h:i,s:a,l:f},g)=>{if(!a)return f*2.55;i/=360,a/=100,f/=100;const w=f<.5?f*(1+a):f+a-f*a,v=2*f-w;switch(g){case"r":return RW.hue2rgb(v,w,i+1/3)*255;case"g":return RW.hue2rgb(v,w,i)*255;case"b":return RW.hue2rgb(v,w,i-1/3)*255}},rgb2hsl:({r:i,g:a,b:f},g)=>{i/=255,a/=255,f/=255;const w=Math.max(i,a,f),v=Math.min(i,a,f),b=(w+v)/2;if(g==="l")return b*100;if(w===v)return 0;const E=w-v,_=b>.5?E/(2-w-v):E/(w+v);if(g==="s")return _*100;switch(w){case i:return((a-f)/E+(a<f?6:0))*60;case a:return((f-i)/E+2)*60;case f:return((i-a)/E+4)*60;default:return-1}}},La={channel:RW,lang:{clamp:(i,a,f)=>a>f?Math.min(a,Math.max(f,i)):Math.min(f,Math.max(a,i)),round:i=>Math.round(i*1e10)/1e10},unit:{dec2hex:i=>{const a=Math.round(i).toString(16);return a.length>1?a:`0${a}`}}},h8={};for(let i=0;i<=255;i++)h8[i]=La.unit.dec2hex(i);const eg={ALL:0,RGB:1,HSL:2};class HMe{constructor(){this.type=eg.ALL}get(){return this.type}set(a){if(this.type&&this.type!==a)throw new Error("Cannot change both RGB and HSL channels at the same time");this.type=a}reset(){this.type=eg.ALL}is(a){return this.type===a}}const VMe=HMe;class UMe{constructor(a,f){this.color=f,this.changed=!1,this.data=a,this.type=new VMe}set(a,f){return this.color=f,this.changed=!1,this.data=a,this.type.type=eg.ALL,this}_ensureHSL(){const a=this.data,{h:f,s:g,l:w}=a;f===void 0&&(a.h=La.channel.rgb2hsl(a,"h")),g===void 0&&(a.s=La.channel.rgb2hsl(a,"s")),w===void 0&&(a.l=La.channel.rgb2hsl(a,"l"))}_ensureRGB(){const a=this.data,{r:f,g,b:w}=a;f===void 0&&(a.r=La.channel.hsl2rgb(a,"r")),g===void 0&&(a.g=La.channel.hsl2rgb(a,"g")),w===void 0&&(a.b=La.channel.hsl2rgb(a,"b"))}get r(){const a=this.data,f=a.r;return!this.type.is(eg.HSL)&&f!==void 0?f:(this._ensureHSL(),La.channel.hsl2rgb(a,"r"))}get g(){const a=this.data,f=a.g;return!this.type.is(eg.HSL)&&f!==void 0?f:(this._ensureHSL(),La.channel.hsl2rgb(a,"g"))}get b(){const a=this.data,f=a.b;return!this.type.is(eg.HSL)&&f!==void 0?f:(this._ensureHSL(),La.channel.hsl2rgb(a,"b"))}get h(){const a=this.data,f=a.h;return!this.type.is(eg.RGB)&&f!==void 0?f:(this._ensureRGB(),La.channel.rgb2hsl(a,"h"))}get s(){const a=this.data,f=a.s;return!this.type.is(eg.RGB)&&f!==void 0?f:(this._ensureRGB(),La.channel.rgb2hsl(a,"s"))}get l(){const a=this.data,f=a.l;return!this.type.is(eg.RGB)&&f!==void 0?f:(this._ensureRGB(),La.channel.rgb2hsl(a,"l"))}get a(){return this.data.a}set r(a){this.type.set(eg.RGB),this.changed=!0,this.data.r=a}set g(a){this.type.set(eg.RGB),this.changed=!0,this.data.g=a}set b(a){this.type.set(eg.RGB),this.changed=!0,this.data.b=a}set h(a){this.type.set(eg.HSL),this.changed=!0,this.data.h=a}set s(a){this.type.set(eg.HSL),this.changed=!0,this.data.s=a}set l(a){this.type.set(eg.HSL),this.changed=!0,this.data.l=a}set a(a){this.changed=!0,this.data.a=a}}const GMe=UMe,jW=new GMe({r:0,g:0,b:0,a:0},"transparent"),xNt={re:/^#((?:[a-f0-9]{2}){2,4}|[a-f0-9]{3})$/i,parse:i=>{if(i.charCodeAt(0)!==35)return;const a=i.match(xNt.re);if(!a)return;const f=a[1],g=parseInt(f,16),w=f.length,v=w%4===0,b=w>4,E=b?1:17,_=b?8:4,S=v?0:-1,I=b?255:15;return jW.set({r:(g>>_*(S+3)&I)*E,g:(g>>_*(S+2)&I)*E,b:(g>>_*(S+1)&I)*E,a:v?(g&I)*E/255:1},i)},stringify:i=>{const{r:a,g:f,b:g,a:w}=i;return w<1?`#${h8[Math.round(a)]}${h8[Math.round(f)]}${h8[Math.round(g)]}${h8[Math.round(w*255)]}`:`#${h8[Math.round(a)]}${h8[Math.round(f)]}${h8[Math.round(g)]}`}},bF=xNt,$W={re:/^hsla?\(\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e-?\d+)?(?:deg|grad|rad|turn)?)\s*?(?:,|\s)\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e-?\d+)?%)\s*?(?:,|\s)\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e-?\d+)?%)(?:\s*?(?:,|\/)\s*?\+?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e-?\d+)?(%)?))?\s*?\)$/i,hueRe:/^(.+?)(deg|grad|rad|turn)$/i,_hue2deg:i=>{const a=i.match($W.hueRe);if(a){const[,f,g]=a;switch(g){case"grad":return La.channel.clamp.h(parseFloat(f)*.9);case"rad":return La.channel.clamp.h(parseFloat(f)*180/Math.PI);case"turn":return La.channel.clamp.h(parseFloat(f)*360)}}return La.channel.clamp.h(parseFloat(i))},parse:i=>{const a=i.charCodeAt(0);if(a!==104&&a!==72)return;const f=i.match($W.re);if(!f)return;const[,g,w,v,b,E]=f;return jW.set({h:$W._hue2deg(g),s:La.channel.clamp.s(parseFloat(w)),l:La.channel.clamp.l(parseFloat(v)),a:b?La.channel.clamp.a(E?parseFloat(b)/100:parseFloat(b)):1},i)},stringify:i=>{const{h:a,s:f,l:g,a:w}=i;return w<1?`hsla(${La.lang.round(a)}, ${La.lang.round(f)}%, ${La.lang.round(g)}%, ${w})`:`hsl(${La.lang.round(a)}, ${La.lang.round(f)}%, ${La.lang.round(g)}%)`}},zW=$W,qW={colors:{aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyanaqua:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",transparent:"#00000000",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"},parse:i=>{i=i.toLowerCase();const a=qW.colors[i];if(a)return bF.parse(a)},stringify:i=>{const a=bF.stringify(i);for(const f in qW.colors)if(qW.colors[f]===a)return f}},kNt=qW,ENt={re:/^rgba?\(\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e\d+)?(%?))\s*?(?:,|\s)\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e\d+)?(%?))\s*?(?:,|\s)\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e\d+)?(%?))(?:\s*?(?:,|\/)\s*?\+?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e\d+)?(%?)))?\s*?\)$/i,parse:i=>{const a=i.charCodeAt(0);if(a!==114&&a!==82)return;const f=i.match(ENt.re);if(!f)return;const[,g,w,v,b,E,_,S,I]=f;return jW.set({r:La.channel.clamp.r(w?parseFloat(g)*2.55:parseFloat(g)),g:La.channel.clamp.g(b?parseFloat(v)*2.55:parseFloat(v)),b:La.channel.clamp.b(_?parseFloat(E)*2.55:parseFloat(E)),a:S?La.channel.clamp.a(I?parseFloat(S)/100:parseFloat(S)):1},i)},stringify:i=>{const{r:a,g:f,b:g,a:w}=i;return w<1?`rgba(${La.lang.round(a)}, ${La.lang.round(f)}, ${La.lang.round(g)}, ${La.lang.round(w)})`:`rgb(${La.lang.round(a)}, ${La.lang.round(f)}, ${La.lang.round(g)})`}},HW=ENt,Hv={format:{keyword:kNt,hex:bF,rgb:HW,rgba:HW,hsl:zW,hsla:zW},parse:i=>{if(typeof i!="string")return i;const a=bF.parse(i)||HW.parse(i)||zW.parse(i)||kNt.parse(i);if(a)return a;throw new Error(`Unsupported color format: "${i}"`)},stringify:i=>!i.changed&&i.color?i.color:i.type.is(eg.HSL)||i.data.r===void 0?zW.stringify(i):i.a<1||!Number.isInteger(i.r)||!Number.isInteger(i.g)||!Number.isInteger(i.b)?HW.stringify(i):bF.stringify(i)},TNt=(i,a)=>{const f=Hv.parse(i);for(const g in a)f[g]=La.channel.clamp[g](a[g]);return Hv.stringify(f)},qL=(i,a,f=0,g=1)=>{if(typeof i!="number")return TNt(i,{a});const w=jW.set({r:La.channel.clamp.r(i),g:La.channel.clamp.g(a),b:La.channel.clamp.b(f),a:La.channel.clamp.a(g)});return Hv.stringify(w)},KMe=(i,a)=>La.lang.round(Hv.parse(i)[a]),WMe=i=>{const{r:a,g:f,b:g}=Hv.parse(i),w=.2126*La.channel.toLinear(a)+.7152*La.channel.toLinear(f)+.0722*La.channel.toLinear(g);return La.lang.round(w)},YMe=i=>WMe(i)>=.5,h9=i=>!YMe(i),CNt=(i,a,f)=>{const g=Hv.parse(i),w=g[a],v=La.channel.clamp[a](w+f);return w!==v&&(g[a]=v),Hv.stringify(g)},Is=(i,a)=>CNt(i,"l",a),Zs=(i,a)=>CNt(i,"l",-a),Cn=(i,a)=>{const f=Hv.parse(i),g={};for(const w in a)a[w]&&(g[w]=f[w]+a[w]);return TNt(i,g)},XMe=(i,a,f=50)=>{const{r:g,g:w,b:v,a:b}=Hv.parse(i),{r:E,g:_,b:S,a:I}=Hv.parse(a),B=f/100,F=B*2-1,R=b-I,X=((F*R===-1?F:(F+R)/(1+F*R))+1)/2,rt=1-X,at=g*X+E*rt,ut=w*X+_*rt,pt=v*X+S*rt,yt=b*B+I*(1-B);return qL(at,ut,pt,yt)},Pi=(i,a=100)=>{const f=Hv.parse(i);return f.r=255-f.r,f.g=255-f.g,f.b=255-f.b,XMe(f,i,a)},Gg=(i,a)=>a?Cn(i,{s:-40,l:10}):Cn(i,{s:-40,l:-10}),VW="#ffffff",UW="#f2f2f2";let QMe=class{constructor(){this.background="#f4f4f4",this.primaryColor="#fff4dd",this.noteBkgColor="#fff5ad",this.noteTextColor="#333",this.THEME_COLOR_LIMIT=12,this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px"}updateColors(){var f,g,w,v,b,E,_,S,I,B,F;if(this.primaryTextColor=this.primaryTextColor||(this.darkMode?"#eee":"#333"),this.secondaryColor=this.secondaryColor||Cn(this.primaryColor,{h:-120}),this.tertiaryColor=this.tertiaryColor||Cn(this.primaryColor,{h:180,l:5}),this.primaryBorderColor=this.primaryBorderColor||Gg(this.primaryColor,this.darkMode),this.secondaryBorderColor=this.secondaryBorderColor||Gg(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=this.tertiaryBorderColor||Gg(this.tertiaryColor,this.darkMode),this.noteBorderColor=this.noteBorderColor||Gg(this.noteBkgColor,this.darkMode),this.noteBkgColor=this.noteBkgColor||"#fff5ad",this.noteTextColor=this.noteTextColor||"#333",this.secondaryTextColor=this.secondaryTextColor||Pi(this.secondaryColor),this.tertiaryTextColor=this.tertiaryTextColor||Pi(this.tertiaryColor),this.lineColor=this.lineColor||Pi(this.background),this.arrowheadColor=this.arrowheadColor||Pi(this.background),this.textColor=this.textColor||this.primaryTextColor,this.border2=this.border2||this.tertiaryBorderColor,this.nodeBkg=this.nodeBkg||this.primaryColor,this.mainBkg=this.mainBkg||this.primaryColor,this.nodeBorder=this.nodeBorder||this.primaryBorderColor,this.clusterBkg=this.clusterBkg||this.tertiaryColor,this.clusterBorder=this.clusterBorder||this.tertiaryBorderColor,this.defaultLinkColor=this.defaultLinkColor||this.lineColor,this.titleColor=this.titleColor||this.tertiaryTextColor,this.edgeLabelBackground=this.edgeLabelBackground||(this.darkMode?Zs(this.secondaryColor,30):this.secondaryColor),this.nodeTextColor=this.nodeTextColor||this.primaryTextColor,this.actorBorder=this.actorBorder||this.primaryBorderColor,this.actorBkg=this.actorBkg||this.mainBkg,this.actorTextColor=this.actorTextColor||this.primaryTextColor,this.actorLineColor=this.actorLineColor||"grey",this.labelBoxBkgColor=this.labelBoxBkgColor||this.actorBkg,this.signalColor=this.signalColor||this.textColor,this.signalTextColor=this.signalTextColor||this.textColor,this.labelBoxBorderColor=this.labelBoxBorderColor||this.actorBorder,this.labelTextColor=this.labelTextColor||this.actorTextColor,this.loopTextColor=this.loopTextColor||this.actorTextColor,this.activationBorderColor=this.activationBorderColor||Zs(this.secondaryColor,10),this.activationBkgColor=this.activationBkgColor||this.secondaryColor,this.sequenceNumberColor=this.sequenceNumberColor||Pi(this.lineColor),this.sectionBkgColor=this.sectionBkgColor||this.tertiaryColor,this.altSectionBkgColor=this.altSectionBkgColor||"white",this.sectionBkgColor=this.sectionBkgColor||this.secondaryColor,this.sectionBkgColor2=this.sectionBkgColor2||this.primaryColor,this.excludeBkgColor=this.excludeBkgColor||"#eeeeee",this.taskBorderColor=this.taskBorderColor||this.primaryBorderColor,this.taskBkgColor=this.taskBkgColor||this.primaryColor,this.activeTaskBorderColor=this.activeTaskBorderColor||this.primaryColor,this.activeTaskBkgColor=this.activeTaskBkgColor||Is(this.primaryColor,23),this.gridColor=this.gridColor||"lightgrey",this.doneTaskBkgColor=this.doneTaskBkgColor||"lightgrey",this.doneTaskBorderColor=this.doneTaskBorderColor||"grey",this.critBorderColor=this.critBorderColor||"#ff8888",this.critBkgColor=this.critBkgColor||"red",this.todayLineColor=this.todayLineColor||"red",this.taskTextColor=this.taskTextColor||this.textColor,this.taskTextOutsideColor=this.taskTextOutsideColor||this.textColor,this.taskTextLightColor=this.taskTextLightColor||this.textColor,this.taskTextColor=this.taskTextColor||this.primaryTextColor,this.taskTextDarkColor=this.taskTextDarkColor||this.textColor,this.taskTextClickableColor=this.taskTextClickableColor||"#003163",this.personBorder=this.personBorder||this.primaryBorderColor,this.personBkg=this.personBkg||this.mainBkg,this.transitionColor=this.transitionColor||this.lineColor,this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||this.tertiaryColor,this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.compositeBorder=this.compositeBorder||this.nodeBorder,this.innerEndBackground=this.nodeBorder,this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.transitionColor=this.transitionColor||this.lineColor,this.specialStateColor=this.lineColor,this.cScale0=this.cScale0||this.primaryColor,this.cScale1=this.cScale1||this.secondaryColor,this.cScale2=this.cScale2||this.tertiaryColor,this.cScale3=this.cScale3||Cn(this.primaryColor,{h:30}),this.cScale4=this.cScale4||Cn(this.primaryColor,{h:60}),this.cScale5=this.cScale5||Cn(this.primaryColor,{h:90}),this.cScale6=this.cScale6||Cn(this.primaryColor,{h:120}),this.cScale7=this.cScale7||Cn(this.primaryColor,{h:150}),this.cScale8=this.cScale8||Cn(this.primaryColor,{h:210,l:150}),this.cScale9=this.cScale9||Cn(this.primaryColor,{h:270}),this.cScale10=this.cScale10||Cn(this.primaryColor,{h:300}),this.cScale11=this.cScale11||Cn(this.primaryColor,{h:330}),this.darkMode)for(let R=0;R<this.THEME_COLOR_LIMIT;R++)this["cScale"+R]=Zs(this["cScale"+R],75);else for(let R=0;R<this.THEME_COLOR_LIMIT;R++)this["cScale"+R]=Zs(this["cScale"+R],25);for(let R=0;R<this.THEME_COLOR_LIMIT;R++)this["cScaleInv"+R]=this["cScaleInv"+R]||Pi(this["cScale"+R]);for(let R=0;R<this.THEME_COLOR_LIMIT;R++)this.darkMode?this["cScalePeer"+R]=this["cScalePeer"+R]||Is(this["cScale"+R],10):this["cScalePeer"+R]=this["cScalePeer"+R]||Zs(this["cScale"+R],10);this.scaleLabelColor=this.scaleLabelColor||this.labelTextColor;for(let R=0;R<this.THEME_COLOR_LIMIT;R++)this["cScaleLabel"+R]=this["cScaleLabel"+R]||this.scaleLabelColor;const a=this.darkMode?-4:-1;for(let R=0;R<5;R++)this["surface"+R]=this["surface"+R]||Cn(this.mainBkg,{h:180,s:-15,l:a*(5+R*3)}),this["surfacePeer"+R]=this["surfacePeer"+R]||Cn(this.mainBkg,{h:180,s:-15,l:a*(8+R*3)});this.classText=this.classText||this.textColor,this.fillType0=this.fillType0||this.primaryColor,this.fillType1=this.fillType1||this.secondaryColor,this.fillType2=this.fillType2||Cn(this.primaryColor,{h:64}),this.fillType3=this.fillType3||Cn(this.secondaryColor,{h:64}),this.fillType4=this.fillType4||Cn(this.primaryColor,{h:-64}),this.fillType5=this.fillType5||Cn(this.secondaryColor,{h:-64}),this.fillType6=this.fillType6||Cn(this.primaryColor,{h:128}),this.fillType7=this.fillType7||Cn(this.secondaryColor,{h:128}),this.pie1=this.pie1||this.primaryColor,this.pie2=this.pie2||this.secondaryColor,this.pie3=this.pie3||this.tertiaryColor,this.pie4=this.pie4||Cn(this.primaryColor,{l:-10}),this.pie5=this.pie5||Cn(this.secondaryColor,{l:-10}),this.pie6=this.pie6||Cn(this.tertiaryColor,{l:-10}),this.pie7=this.pie7||Cn(this.primaryColor,{h:60,l:-10}),this.pie8=this.pie8||Cn(this.primaryColor,{h:-60,l:-10}),this.pie9=this.pie9||Cn(this.primaryColor,{h:120,l:0}),this.pie10=this.pie10||Cn(this.primaryColor,{h:60,l:-20}),this.pie11=this.pie11||Cn(this.primaryColor,{h:-60,l:-20}),this.pie12=this.pie12||Cn(this.primaryColor,{h:120,l:-10}),this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||Cn(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||Cn(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||Cn(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||Cn(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||Cn(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||Cn(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||h9(this.quadrant1Fill)?Is(this.quadrant1Fill):Zs(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:((f=this.xyChart)==null?void 0:f.backgroundColor)||this.background,titleColor:((g=this.xyChart)==null?void 0:g.titleColor)||this.primaryTextColor,xAxisTitleColor:((w=this.xyChart)==null?void 0:w.xAxisTitleColor)||this.primaryTextColor,xAxisLabelColor:((v=this.xyChart)==null?void 0:v.xAxisLabelColor)||this.primaryTextColor,xAxisTickColor:((b=this.xyChart)==null?void 0:b.xAxisTickColor)||this.primaryTextColor,xAxisLineColor:((E=this.xyChart)==null?void 0:E.xAxisLineColor)||this.primaryTextColor,yAxisTitleColor:((_=this.xyChart)==null?void 0:_.yAxisTitleColor)||this.primaryTextColor,yAxisLabelColor:((S=this.xyChart)==null?void 0:S.yAxisLabelColor)||this.primaryTextColor,yAxisTickColor:((I=this.xyChart)==null?void 0:I.yAxisTickColor)||this.primaryTextColor,yAxisLineColor:((B=this.xyChart)==null?void 0:B.yAxisLineColor)||this.primaryTextColor,plotColorPalette:((F=this.xyChart)==null?void 0:F.plotColorPalette)||"#FFF4DD,#FFD8B1,#FFA07A,#ECEFF1,#D6DBDF,#C3E0A8,#FFB6A4,#FFD74D,#738FA7,#FFFFF0"},this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||(this.darkMode?Zs(this.secondaryColor,30):this.secondaryColor),this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=this.git0||this.primaryColor,this.git1=this.git1||this.secondaryColor,this.git2=this.git2||this.tertiaryColor,this.git3=this.git3||Cn(this.primaryColor,{h:-30}),this.git4=this.git4||Cn(this.primaryColor,{h:-60}),this.git5=this.git5||Cn(this.primaryColor,{h:-90}),this.git6=this.git6||Cn(this.primaryColor,{h:60}),this.git7=this.git7||Cn(this.primaryColor,{h:120}),this.darkMode?(this.git0=Is(this.git0,25),this.git1=Is(this.git1,25),this.git2=Is(this.git2,25),this.git3=Is(this.git3,25),this.git4=Is(this.git4,25),this.git5=Is(this.git5,25),this.git6=Is(this.git6,25),this.git7=Is(this.git7,25)):(this.git0=Zs(this.git0,25),this.git1=Zs(this.git1,25),this.git2=Zs(this.git2,25),this.git3=Zs(this.git3,25),this.git4=Zs(this.git4,25),this.git5=Zs(this.git5,25),this.git6=Zs(this.git6,25),this.git7=Zs(this.git7,25)),this.gitInv0=this.gitInv0||Pi(this.git0),this.gitInv1=this.gitInv1||Pi(this.git1),this.gitInv2=this.gitInv2||Pi(this.git2),this.gitInv3=this.gitInv3||Pi(this.git3),this.gitInv4=this.gitInv4||Pi(this.git4),this.gitInv5=this.gitInv5||Pi(this.git5),this.gitInv6=this.gitInv6||Pi(this.git6),this.gitInv7=this.gitInv7||Pi(this.git7),this.branchLabelColor=this.branchLabelColor||(this.darkMode?"black":this.labelTextColor),this.gitBranchLabel0=this.gitBranchLabel0||this.branchLabelColor,this.gitBranchLabel1=this.gitBranchLabel1||this.branchLabelColor,this.gitBranchLabel2=this.gitBranchLabel2||this.branchLabelColor,this.gitBranchLabel3=this.gitBranchLabel3||this.branchLabelColor,this.gitBranchLabel4=this.gitBranchLabel4||this.branchLabelColor,this.gitBranchLabel5=this.gitBranchLabel5||this.branchLabelColor,this.gitBranchLabel6=this.gitBranchLabel6||this.branchLabelColor,this.gitBranchLabel7=this.gitBranchLabel7||this.branchLabelColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||VW,this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||UW}calculate(a){if(typeof a!="object"){this.updateColors();return}const f=Object.keys(a);f.forEach(g=>{this[g]=a[g]}),this.updateColors(),f.forEach(g=>{this[g]=a[g]})}};const JMe=i=>{const a=new QMe;return a.calculate(i),a};let ZMe=class{constructor(){this.background="#333",this.primaryColor="#1f2020",this.secondaryColor=Is(this.primaryColor,16),this.tertiaryColor=Cn(this.primaryColor,{h:-160}),this.primaryBorderColor=Pi(this.background),this.secondaryBorderColor=Gg(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=Gg(this.tertiaryColor,this.darkMode),this.primaryTextColor=Pi(this.primaryColor),this.secondaryTextColor=Pi(this.secondaryColor),this.tertiaryTextColor=Pi(this.tertiaryColor),this.lineColor=Pi(this.background),this.textColor=Pi(this.background),this.mainBkg="#1f2020",this.secondBkg="calculated",this.mainContrastColor="lightgrey",this.darkTextColor=Is(Pi("#323D47"),10),this.lineColor="calculated",this.border1="#81B1DB",this.border2=qL(255,255,255,.25),this.arrowheadColor="calculated",this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px",this.labelBackground="#181818",this.textColor="#ccc",this.THEME_COLOR_LIMIT=12,this.nodeBkg="calculated",this.nodeBorder="calculated",this.clusterBkg="calculated",this.clusterBorder="calculated",this.defaultLinkColor="calculated",this.titleColor="#F9FFFE",this.edgeLabelBackground="calculated",this.actorBorder="calculated",this.actorBkg="calculated",this.actorTextColor="calculated",this.actorLineColor="calculated",this.signalColor="calculated",this.signalTextColor="calculated",this.labelBoxBkgColor="calculated",this.labelBoxBorderColor="calculated",this.labelTextColor="calculated",this.loopTextColor="calculated",this.noteBorderColor="calculated",this.noteBkgColor="#fff5ad",this.noteTextColor="calculated",this.activationBorderColor="calculated",this.activationBkgColor="calculated",this.sequenceNumberColor="black",this.sectionBkgColor=Zs("#EAE8D9",30),this.altSectionBkgColor="calculated",this.sectionBkgColor2="#EAE8D9",this.excludeBkgColor=Zs(this.sectionBkgColor,10),this.taskBorderColor=qL(255,255,255,70),this.taskBkgColor="calculated",this.taskTextColor="calculated",this.taskTextLightColor="calculated",this.taskTextOutsideColor="calculated",this.taskTextClickableColor="#003163",this.activeTaskBorderColor=qL(255,255,255,50),this.activeTaskBkgColor="#81B1DB",this.gridColor="calculated",this.doneTaskBkgColor="calculated",this.doneTaskBorderColor="grey",this.critBorderColor="#E83737",this.critBkgColor="#E83737",this.taskTextDarkColor="calculated",this.todayLineColor="#DB5757",this.personBorder=this.primaryBorderColor,this.personBkg=this.mainBkg,this.labelColor="calculated",this.errorBkgColor="#a44141",this.errorTextColor="#ddd"}updateColors(){var a,f,g,w,v,b,E,_,S,I,B;this.secondBkg=Is(this.mainBkg,16),this.lineColor=this.mainContrastColor,this.arrowheadColor=this.mainContrastColor,this.nodeBkg=this.mainBkg,this.nodeBorder=this.border1,this.clusterBkg=this.secondBkg,this.clusterBorder=this.border2,this.defaultLinkColor=this.lineColor,this.edgeLabelBackground=Is(this.labelBackground,25),this.actorBorder=this.border1,this.actorBkg=this.mainBkg,this.actorTextColor=this.mainContrastColor,this.actorLineColor=this.mainContrastColor,this.signalColor=this.mainContrastColor,this.signalTextColor=this.mainContrastColor,this.labelBoxBkgColor=this.actorBkg,this.labelBoxBorderColor=this.actorBorder,this.labelTextColor=this.mainContrastColor,this.loopTextColor=this.mainContrastColor,this.noteBorderColor=this.secondaryBorderColor,this.noteBkgColor=this.secondBkg,this.noteTextColor=this.secondaryTextColor,this.activationBorderColor=this.border1,this.activationBkgColor=this.secondBkg,this.altSectionBkgColor=this.background,this.taskBkgColor=Is(this.mainBkg,23),this.taskTextColor=this.darkTextColor,this.taskTextLightColor=this.mainContrastColor,this.taskTextOutsideColor=this.taskTextLightColor,this.gridColor=this.mainContrastColor,this.doneTaskBkgColor=this.mainContrastColor,this.taskTextDarkColor=this.darkTextColor,this.transitionColor=this.transitionColor||this.lineColor,this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||"#555",this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.compositeBorder=this.compositeBorder||this.nodeBorder,this.innerEndBackground=this.primaryBorderColor,this.specialStateColor="#f4f4f4",this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.fillType0=this.primaryColor,this.fillType1=this.secondaryColor,this.fillType2=Cn(this.primaryColor,{h:64}),this.fillType3=Cn(this.secondaryColor,{h:64}),this.fillType4=Cn(this.primaryColor,{h:-64}),this.fillType5=Cn(this.secondaryColor,{h:-64}),this.fillType6=Cn(this.primaryColor,{h:128}),this.fillType7=Cn(this.secondaryColor,{h:128}),this.cScale1=this.cScale1||"#0b0000",this.cScale2=this.cScale2||"#4d1037",this.cScale3=this.cScale3||"#3f5258",this.cScale4=this.cScale4||"#4f2f1b",this.cScale5=this.cScale5||"#6e0a0a",this.cScale6=this.cScale6||"#3b0048",this.cScale7=this.cScale7||"#995a01",this.cScale8=this.cScale8||"#154706",this.cScale9=this.cScale9||"#161722",this.cScale10=this.cScale10||"#00296f",this.cScale11=this.cScale11||"#01629c",this.cScale12=this.cScale12||"#010029",this.cScale0=this.cScale0||this.primaryColor,this.cScale1=this.cScale1||this.secondaryColor,this.cScale2=this.cScale2||this.tertiaryColor,this.cScale3=this.cScale3||Cn(this.primaryColor,{h:30}),this.cScale4=this.cScale4||Cn(this.primaryColor,{h:60}),this.cScale5=this.cScale5||Cn(this.primaryColor,{h:90}),this.cScale6=this.cScale6||Cn(this.primaryColor,{h:120}),this.cScale7=this.cScale7||Cn(this.primaryColor,{h:150}),this.cScale8=this.cScale8||Cn(this.primaryColor,{h:210}),this.cScale9=this.cScale9||Cn(this.primaryColor,{h:270}),this.cScale10=this.cScale10||Cn(this.primaryColor,{h:300}),this.cScale11=this.cScale11||Cn(this.primaryColor,{h:330});for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["cScaleInv"+F]=this["cScaleInv"+F]||Pi(this["cScale"+F]);for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["cScalePeer"+F]=this["cScalePeer"+F]||Is(this["cScale"+F],10);for(let F=0;F<5;F++)this["surface"+F]=this["surface"+F]||Cn(this.mainBkg,{h:30,s:-30,l:-(-10+F*4)}),this["surfacePeer"+F]=this["surfacePeer"+F]||Cn(this.mainBkg,{h:30,s:-30,l:-(-7+F*4)});this.scaleLabelColor=this.scaleLabelColor||(this.darkMode?"black":this.labelTextColor);for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["cScaleLabel"+F]=this["cScaleLabel"+F]||this.scaleLabelColor;for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["pie"+F]=this["cScale"+F];this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||Cn(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||Cn(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||Cn(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||Cn(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||Cn(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||Cn(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||h9(this.quadrant1Fill)?Is(this.quadrant1Fill):Zs(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:((a=this.xyChart)==null?void 0:a.backgroundColor)||this.background,titleColor:((f=this.xyChart)==null?void 0:f.titleColor)||this.primaryTextColor,xAxisTitleColor:((g=this.xyChart)==null?void 0:g.xAxisTitleColor)||this.primaryTextColor,xAxisLabelColor:((w=this.xyChart)==null?void 0:w.xAxisLabelColor)||this.primaryTextColor,xAxisTickColor:((v=this.xyChart)==null?void 0:v.xAxisTickColor)||this.primaryTextColor,xAxisLineColor:((b=this.xyChart)==null?void 0:b.xAxisLineColor)||this.primaryTextColor,yAxisTitleColor:((E=this.xyChart)==null?void 0:E.yAxisTitleColor)||this.primaryTextColor,yAxisLabelColor:((_=this.xyChart)==null?void 0:_.yAxisLabelColor)||this.primaryTextColor,yAxisTickColor:((S=this.xyChart)==null?void 0:S.yAxisTickColor)||this.primaryTextColor,yAxisLineColor:((I=this.xyChart)==null?void 0:I.yAxisLineColor)||this.primaryTextColor,plotColorPalette:((B=this.xyChart)==null?void 0:B.plotColorPalette)||"#3498db,#2ecc71,#e74c3c,#f1c40f,#bdc3c7,#ffffff,#34495e,#9b59b6,#1abc9c,#e67e22"},this.classText=this.primaryTextColor,this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||(this.darkMode?Zs(this.secondaryColor,30):this.secondaryColor),this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=Is(this.secondaryColor,20),this.git1=Is(this.pie2||this.secondaryColor,20),this.git2=Is(this.pie3||this.tertiaryColor,20),this.git3=Is(this.pie4||Cn(this.primaryColor,{h:-30}),20),this.git4=Is(this.pie5||Cn(this.primaryColor,{h:-60}),20),this.git5=Is(this.pie6||Cn(this.primaryColor,{h:-90}),10),this.git6=Is(this.pie7||Cn(this.primaryColor,{h:60}),10),this.git7=Is(this.pie8||Cn(this.primaryColor,{h:120}),20),this.gitInv0=this.gitInv0||Pi(this.git0),this.gitInv1=this.gitInv1||Pi(this.git1),this.gitInv2=this.gitInv2||Pi(this.git2),this.gitInv3=this.gitInv3||Pi(this.git3),this.gitInv4=this.gitInv4||Pi(this.git4),this.gitInv5=this.gitInv5||Pi(this.git5),this.gitInv6=this.gitInv6||Pi(this.git6),this.gitInv7=this.gitInv7||Pi(this.git7),this.gitBranchLabel0=this.gitBranchLabel0||Pi(this.labelTextColor),this.gitBranchLabel1=this.gitBranchLabel1||this.labelTextColor,this.gitBranchLabel2=this.gitBranchLabel2||this.labelTextColor,this.gitBranchLabel3=this.gitBranchLabel3||Pi(this.labelTextColor),this.gitBranchLabel4=this.gitBranchLabel4||this.labelTextColor,this.gitBranchLabel5=this.gitBranchLabel5||this.labelTextColor,this.gitBranchLabel6=this.gitBranchLabel6||this.labelTextColor,this.gitBranchLabel7=this.gitBranchLabel7||this.labelTextColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||Is(this.background,12),this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||Is(this.background,2)}calculate(a){if(typeof a!="object"){this.updateColors();return}const f=Object.keys(a);f.forEach(g=>{this[g]=a[g]}),this.updateColors(),f.forEach(g=>{this[g]=a[g]})}};const tDe=i=>{const a=new ZMe;return a.calculate(i),a};let eDe=class{constructor(){this.background="#f4f4f4",this.primaryColor="#ECECFF",this.secondaryColor=Cn(this.primaryColor,{h:120}),this.secondaryColor="#ffffde",this.tertiaryColor=Cn(this.primaryColor,{h:-160}),this.primaryBorderColor=Gg(this.primaryColor,this.darkMode),this.secondaryBorderColor=Gg(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=Gg(this.tertiaryColor,this.darkMode),this.primaryTextColor=Pi(this.primaryColor),this.secondaryTextColor=Pi(this.secondaryColor),this.tertiaryTextColor=Pi(this.tertiaryColor),this.lineColor=Pi(this.background),this.textColor=Pi(this.background),this.background="white",this.mainBkg="#ECECFF",this.secondBkg="#ffffde",this.lineColor="#333333",this.border1="#9370DB",this.border2="#aaaa33",this.arrowheadColor="#333333",this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px",this.labelBackground="#e8e8e8",this.textColor="#333",this.THEME_COLOR_LIMIT=12,this.nodeBkg="calculated",this.nodeBorder="calculated",this.clusterBkg="calculated",this.clusterBorder="calculated",this.defaultLinkColor="calculated",this.titleColor="calculated",this.edgeLabelBackground="calculated",this.actorBorder="calculated",this.actorBkg="calculated",this.actorTextColor="black",this.actorLineColor="grey",this.signalColor="calculated",this.signalTextColor="calculated",this.labelBoxBkgColor="calculated",this.labelBoxBorderColor="calculated",this.labelTextColor="calculated",this.loopTextColor="calculated",this.noteBorderColor="calculated",this.noteBkgColor="#fff5ad",this.noteTextColor="calculated",this.activationBorderColor="#666",this.activationBkgColor="#f4f4f4",this.sequenceNumberColor="white",this.sectionBkgColor="calculated",this.altSectionBkgColor="calculated",this.sectionBkgColor2="calculated",this.excludeBkgColor="#eeeeee",this.taskBorderColor="calculated",this.taskBkgColor="calculated",this.taskTextLightColor="calculated",this.taskTextColor=this.taskTextLightColor,this.taskTextDarkColor="calculated",this.taskTextOutsideColor=this.taskTextDarkColor,this.taskTextClickableColor="calculated",this.activeTaskBorderColor="calculated",this.activeTaskBkgColor="calculated",this.gridColor="calculated",this.doneTaskBkgColor="calculated",this.doneTaskBorderColor="calculated",this.critBorderColor="calculated",this.critBkgColor="calculated",this.todayLineColor="calculated",this.sectionBkgColor=qL(102,102,255,.49),this.altSectionBkgColor="white",this.sectionBkgColor2="#fff400",this.taskBorderColor="#534fbc",this.taskBkgColor="#8a90dd",this.taskTextLightColor="white",this.taskTextColor="calculated",this.taskTextDarkColor="black",this.taskTextOutsideColor="calculated",this.taskTextClickableColor="#003163",this.activeTaskBorderColor="#534fbc",this.activeTaskBkgColor="#bfc7ff",this.gridColor="lightgrey",this.doneTaskBkgColor="lightgrey",this.doneTaskBorderColor="grey",this.critBorderColor="#ff8888",this.critBkgColor="red",this.todayLineColor="red",this.personBorder=this.primaryBorderColor,this.personBkg=this.mainBkg,this.labelColor="black",this.errorBkgColor="#552222",this.errorTextColor="#552222",this.updateColors()}updateColors(){var a,f,g,w,v,b,E,_,S,I,B;this.cScale0=this.cScale0||this.primaryColor,this.cScale1=this.cScale1||this.secondaryColor,this.cScale2=this.cScale2||this.tertiaryColor,this.cScale3=this.cScale3||Cn(this.primaryColor,{h:30}),this.cScale4=this.cScale4||Cn(this.primaryColor,{h:60}),this.cScale5=this.cScale5||Cn(this.primaryColor,{h:90}),this.cScale6=this.cScale6||Cn(this.primaryColor,{h:120}),this.cScale7=this.cScale7||Cn(this.primaryColor,{h:150}),this.cScale8=this.cScale8||Cn(this.primaryColor,{h:210}),this.cScale9=this.cScale9||Cn(this.primaryColor,{h:270}),this.cScale10=this.cScale10||Cn(this.primaryColor,{h:300}),this.cScale11=this.cScale11||Cn(this.primaryColor,{h:330}),this["cScalePeer1"]=this["cScalePeer1"]||Zs(this.secondaryColor,45),this["cScalePeer2"]=this["cScalePeer2"]||Zs(this.tertiaryColor,40);for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["cScale"+F]=Zs(this["cScale"+F],10),this["cScalePeer"+F]=this["cScalePeer"+F]||Zs(this["cScale"+F],25);for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["cScaleInv"+F]=this["cScaleInv"+F]||Cn(this["cScale"+F],{h:180});for(let F=0;F<5;F++)this["surface"+F]=this["surface"+F]||Cn(this.mainBkg,{h:30,l:-(5+F*5)}),this["surfacePeer"+F]=this["surfacePeer"+F]||Cn(this.mainBkg,{h:30,l:-(7+F*5)});if(this.scaleLabelColor=this.scaleLabelColor!=="calculated"&&this.scaleLabelColor?this.scaleLabelColor:this.labelTextColor,this.labelTextColor!=="calculated"){this.cScaleLabel0=this.cScaleLabel0||Pi(this.labelTextColor),this.cScaleLabel3=this.cScaleLabel3||Pi(this.labelTextColor);for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["cScaleLabel"+F]=this["cScaleLabel"+F]||this.labelTextColor}this.nodeBkg=this.mainBkg,this.nodeBorder=this.border1,this.clusterBkg=this.secondBkg,this.clusterBorder=this.border2,this.defaultLinkColor=this.lineColor,this.titleColor=this.textColor,this.edgeLabelBackground=this.labelBackground,this.actorBorder=Is(this.border1,23),this.actorBkg=this.mainBkg,this.labelBoxBkgColor=this.actorBkg,this.signalColor=this.textColor,this.signalTextColor=this.textColor,this.labelBoxBorderColor=this.actorBorder,this.labelTextColor=this.actorTextColor,this.loopTextColor=this.actorTextColor,this.noteBorderColor=this.border2,this.noteTextColor=this.actorTextColor,this.taskTextColor=this.taskTextLightColor,this.taskTextOutsideColor=this.taskTextDarkColor,this.transitionColor=this.transitionColor||this.lineColor,this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||"#f0f0f0",this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.compositeBorder=this.compositeBorder||this.nodeBorder,this.innerEndBackground=this.nodeBorder,this.specialStateColor=this.lineColor,this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.transitionColor=this.transitionColor||this.lineColor,this.classText=this.primaryTextColor,this.fillType0=this.primaryColor,this.fillType1=this.secondaryColor,this.fillType2=Cn(this.primaryColor,{h:64}),this.fillType3=Cn(this.secondaryColor,{h:64}),this.fillType4=Cn(this.primaryColor,{h:-64}),this.fillType5=Cn(this.secondaryColor,{h:-64}),this.fillType6=Cn(this.primaryColor,{h:128}),this.fillType7=Cn(this.secondaryColor,{h:128}),this.pie1=this.pie1||this.primaryColor,this.pie2=this.pie2||this.secondaryColor,this.pie3=this.pie3||Cn(this.tertiaryColor,{l:-40}),this.pie4=this.pie4||Cn(this.primaryColor,{l:-10}),this.pie5=this.pie5||Cn(this.secondaryColor,{l:-30}),this.pie6=this.pie6||Cn(this.tertiaryColor,{l:-20}),this.pie7=this.pie7||Cn(this.primaryColor,{h:60,l:-20}),this.pie8=this.pie8||Cn(this.primaryColor,{h:-60,l:-40}),this.pie9=this.pie9||Cn(this.primaryColor,{h:120,l:-40}),this.pie10=this.pie10||Cn(this.primaryColor,{h:60,l:-40}),this.pie11=this.pie11||Cn(this.primaryColor,{h:-90,l:-40}),this.pie12=this.pie12||Cn(this.primaryColor,{h:120,l:-30}),this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||Cn(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||Cn(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||Cn(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||Cn(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||Cn(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||Cn(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||h9(this.quadrant1Fill)?Is(this.quadrant1Fill):Zs(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:((a=this.xyChart)==null?void 0:a.backgroundColor)||this.background,titleColor:((f=this.xyChart)==null?void 0:f.titleColor)||this.primaryTextColor,xAxisTitleColor:((g=this.xyChart)==null?void 0:g.xAxisTitleColor)||this.primaryTextColor,xAxisLabelColor:((w=this.xyChart)==null?void 0:w.xAxisLabelColor)||this.primaryTextColor,xAxisTickColor:((v=this.xyChart)==null?void 0:v.xAxisTickColor)||this.primaryTextColor,xAxisLineColor:((b=this.xyChart)==null?void 0:b.xAxisLineColor)||this.primaryTextColor,yAxisTitleColor:((E=this.xyChart)==null?void 0:E.yAxisTitleColor)||this.primaryTextColor,yAxisLabelColor:((_=this.xyChart)==null?void 0:_.yAxisLabelColor)||this.primaryTextColor,yAxisTickColor:((S=this.xyChart)==null?void 0:S.yAxisTickColor)||this.primaryTextColor,yAxisLineColor:((I=this.xyChart)==null?void 0:I.yAxisLineColor)||this.primaryTextColor,plotColorPalette:((B=this.xyChart)==null?void 0:B.plotColorPalette)||"#ECECFF,#8493A6,#FFC3A0,#DCDDE1,#B8E994,#D1A36F,#C3CDE6,#FFB6C1,#496078,#F8F3E3"},this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||this.labelBackground,this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=this.git0||this.primaryColor,this.git1=this.git1||this.secondaryColor,this.git2=this.git2||this.tertiaryColor,this.git3=this.git3||Cn(this.primaryColor,{h:-30}),this.git4=this.git4||Cn(this.primaryColor,{h:-60}),this.git5=this.git5||Cn(this.primaryColor,{h:-90}),this.git6=this.git6||Cn(this.primaryColor,{h:60}),this.git7=this.git7||Cn(this.primaryColor,{h:120}),this.darkMode?(this.git0=Is(this.git0,25),this.git1=Is(this.git1,25),this.git2=Is(this.git2,25),this.git3=Is(this.git3,25),this.git4=Is(this.git4,25),this.git5=Is(this.git5,25),this.git6=Is(this.git6,25),this.git7=Is(this.git7,25)):(this.git0=Zs(this.git0,25),this.git1=Zs(this.git1,25),this.git2=Zs(this.git2,25),this.git3=Zs(this.git3,25),this.git4=Zs(this.git4,25),this.git5=Zs(this.git5,25),this.git6=Zs(this.git6,25),this.git7=Zs(this.git7,25)),this.gitInv0=this.gitInv0||Zs(Pi(this.git0),25),this.gitInv1=this.gitInv1||Pi(this.git1),this.gitInv2=this.gitInv2||Pi(this.git2),this.gitInv3=this.gitInv3||Pi(this.git3),this.gitInv4=this.gitInv4||Pi(this.git4),this.gitInv5=this.gitInv5||Pi(this.git5),this.gitInv6=this.gitInv6||Pi(this.git6),this.gitInv7=this.gitInv7||Pi(this.git7),this.gitBranchLabel0=this.gitBranchLabel0||Pi(this.labelTextColor),this.gitBranchLabel1=this.gitBranchLabel1||this.labelTextColor,this.gitBranchLabel2=this.gitBranchLabel2||this.labelTextColor,this.gitBranchLabel3=this.gitBranchLabel3||Pi(this.labelTextColor),this.gitBranchLabel4=this.gitBranchLabel4||this.labelTextColor,this.gitBranchLabel5=this.gitBranchLabel5||this.labelTextColor,this.gitBranchLabel6=this.gitBranchLabel6||this.labelTextColor,this.gitBranchLabel7=this.gitBranchLabel7||this.labelTextColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||VW,this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||UW}calculate(a){if(typeof a!="object"){this.updateColors();return}const f=Object.keys(a);f.forEach(g=>{this[g]=a[g]}),this.updateColors(),f.forEach(g=>{this[g]=a[g]})}};const sgt=i=>{const a=new eDe;return a.calculate(i),a};let nDe=class{constructor(){this.background="#f4f4f4",this.primaryColor="#cde498",this.secondaryColor="#cdffb2",this.background="white",this.mainBkg="#cde498",this.secondBkg="#cdffb2",this.lineColor="green",this.border1="#13540c",this.border2="#6eaa49",this.arrowheadColor="green",this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px",this.tertiaryColor=Is("#cde498",10),this.primaryBorderColor=Gg(this.primaryColor,this.darkMode),this.secondaryBorderColor=Gg(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=Gg(this.tertiaryColor,this.darkMode),this.primaryTextColor=Pi(this.primaryColor),this.secondaryTextColor=Pi(this.secondaryColor),this.tertiaryTextColor=Pi(this.primaryColor),this.lineColor=Pi(this.background),this.textColor=Pi(this.background),this.THEME_COLOR_LIMIT=12,this.nodeBkg="calculated",this.nodeBorder="calculated",this.clusterBkg="calculated",this.clusterBorder="calculated",this.defaultLinkColor="calculated",this.titleColor="#333",this.edgeLabelBackground="#e8e8e8",this.actorBorder="calculated",this.actorBkg="calculated",this.actorTextColor="black",this.actorLineColor="grey",this.signalColor="#333",this.signalTextColor="#333",this.labelBoxBkgColor="calculated",this.labelBoxBorderColor="#326932",this.labelTextColor="calculated",this.loopTextColor="calculated",this.noteBorderColor="calculated",this.noteBkgColor="#fff5ad",this.noteTextColor="calculated",this.activationBorderColor="#666",this.activationBkgColor="#f4f4f4",this.sequenceNumberColor="white",this.sectionBkgColor="#6eaa49",this.altSectionBkgColor="white",this.sectionBkgColor2="#6eaa49",this.excludeBkgColor="#eeeeee",this.taskBorderColor="calculated",this.taskBkgColor="#487e3a",this.taskTextLightColor="white",this.taskTextColor="calculated",this.taskTextDarkColor="black",this.taskTextOutsideColor="calculated",this.taskTextClickableColor="#003163",this.activeTaskBorderColor="calculated",this.activeTaskBkgColor="calculated",this.gridColor="lightgrey",this.doneTaskBkgColor="lightgrey",this.doneTaskBorderColor="grey",this.critBorderColor="#ff8888",this.critBkgColor="red",this.todayLineColor="red",this.personBorder=this.primaryBorderColor,this.personBkg=this.mainBkg,this.labelColor="black",this.errorBkgColor="#552222",this.errorTextColor="#552222"}updateColors(){var a,f,g,w,v,b,E,_,S,I,B;this.actorBorder=Zs(this.mainBkg,20),this.actorBkg=this.mainBkg,this.labelBoxBkgColor=this.actorBkg,this.labelTextColor=this.actorTextColor,this.loopTextColor=this.actorTextColor,this.noteBorderColor=this.border2,this.noteTextColor=this.actorTextColor,this.cScale0=this.cScale0||this.primaryColor,this.cScale1=this.cScale1||this.secondaryColor,this.cScale2=this.cScale2||this.tertiaryColor,this.cScale3=this.cScale3||Cn(this.primaryColor,{h:30}),this.cScale4=this.cScale4||Cn(this.primaryColor,{h:60}),this.cScale5=this.cScale5||Cn(this.primaryColor,{h:90}),this.cScale6=this.cScale6||Cn(this.primaryColor,{h:120}),this.cScale7=this.cScale7||Cn(this.primaryColor,{h:150}),this.cScale8=this.cScale8||Cn(this.primaryColor,{h:210}),this.cScale9=this.cScale9||Cn(this.primaryColor,{h:270}),this.cScale10=this.cScale10||Cn(this.primaryColor,{h:300}),this.cScale11=this.cScale11||Cn(this.primaryColor,{h:330}),this["cScalePeer1"]=this["cScalePeer1"]||Zs(this.secondaryColor,45),this["cScalePeer2"]=this["cScalePeer2"]||Zs(this.tertiaryColor,40);for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["cScale"+F]=Zs(this["cScale"+F],10),this["cScalePeer"+F]=this["cScalePeer"+F]||Zs(this["cScale"+F],25);for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["cScaleInv"+F]=this["cScaleInv"+F]||Cn(this["cScale"+F],{h:180});this.scaleLabelColor=this.scaleLabelColor!=="calculated"&&this.scaleLabelColor?this.scaleLabelColor:this.labelTextColor;for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["cScaleLabel"+F]=this["cScaleLabel"+F]||this.scaleLabelColor;for(let F=0;F<5;F++)this["surface"+F]=this["surface"+F]||Cn(this.mainBkg,{h:30,s:-30,l:-(5+F*5)}),this["surfacePeer"+F]=this["surfacePeer"+F]||Cn(this.mainBkg,{h:30,s:-30,l:-(8+F*5)});this.nodeBkg=this.mainBkg,this.nodeBorder=this.border1,this.clusterBkg=this.secondBkg,this.clusterBorder=this.border2,this.defaultLinkColor=this.lineColor,this.taskBorderColor=this.border1,this.taskTextColor=this.taskTextLightColor,this.taskTextOutsideColor=this.taskTextDarkColor,this.activeTaskBorderColor=this.taskBorderColor,this.activeTaskBkgColor=this.mainBkg,this.transitionColor=this.transitionColor||this.lineColor,this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||"#f0f0f0",this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.compositeBorder=this.compositeBorder||this.nodeBorder,this.innerEndBackground=this.primaryBorderColor,this.specialStateColor=this.lineColor,this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.transitionColor=this.transitionColor||this.lineColor,this.classText=this.primaryTextColor,this.fillType0=this.primaryColor,this.fillType1=this.secondaryColor,this.fillType2=Cn(this.primaryColor,{h:64}),this.fillType3=Cn(this.secondaryColor,{h:64}),this.fillType4=Cn(this.primaryColor,{h:-64}),this.fillType5=Cn(this.secondaryColor,{h:-64}),this.fillType6=Cn(this.primaryColor,{h:128}),this.fillType7=Cn(this.secondaryColor,{h:128}),this.pie1=this.pie1||this.primaryColor,this.pie2=this.pie2||this.secondaryColor,this.pie3=this.pie3||this.tertiaryColor,this.pie4=this.pie4||Cn(this.primaryColor,{l:-30}),this.pie5=this.pie5||Cn(this.secondaryColor,{l:-30}),this.pie6=this.pie6||Cn(this.tertiaryColor,{h:40,l:-40}),this.pie7=this.pie7||Cn(this.primaryColor,{h:60,l:-10}),this.pie8=this.pie8||Cn(this.primaryColor,{h:-60,l:-10}),this.pie9=this.pie9||Cn(this.primaryColor,{h:120,l:0}),this.pie10=this.pie10||Cn(this.primaryColor,{h:60,l:-50}),this.pie11=this.pie11||Cn(this.primaryColor,{h:-60,l:-50}),this.pie12=this.pie12||Cn(this.primaryColor,{h:120,l:-50}),this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||Cn(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||Cn(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||Cn(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||Cn(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||Cn(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||Cn(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||h9(this.quadrant1Fill)?Is(this.quadrant1Fill):Zs(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:((a=this.xyChart)==null?void 0:a.backgroundColor)||this.background,titleColor:((f=this.xyChart)==null?void 0:f.titleColor)||this.primaryTextColor,xAxisTitleColor:((g=this.xyChart)==null?void 0:g.xAxisTitleColor)||this.primaryTextColor,xAxisLabelColor:((w=this.xyChart)==null?void 0:w.xAxisLabelColor)||this.primaryTextColor,xAxisTickColor:((v=this.xyChart)==null?void 0:v.xAxisTickColor)||this.primaryTextColor,xAxisLineColor:((b=this.xyChart)==null?void 0:b.xAxisLineColor)||this.primaryTextColor,yAxisTitleColor:((E=this.xyChart)==null?void 0:E.yAxisTitleColor)||this.primaryTextColor,yAxisLabelColor:((_=this.xyChart)==null?void 0:_.yAxisLabelColor)||this.primaryTextColor,yAxisTickColor:((S=this.xyChart)==null?void 0:S.yAxisTickColor)||this.primaryTextColor,yAxisLineColor:((I=this.xyChart)==null?void 0:I.yAxisLineColor)||this.primaryTextColor,plotColorPalette:((B=this.xyChart)==null?void 0:B.plotColorPalette)||"#CDE498,#FF6B6B,#A0D2DB,#D7BDE2,#F0F0F0,#FFC3A0,#7FD8BE,#FF9A8B,#FAF3E0,#FFF176"},this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||this.edgeLabelBackground,this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=this.git0||this.primaryColor,this.git1=this.git1||this.secondaryColor,this.git2=this.git2||this.tertiaryColor,this.git3=this.git3||Cn(this.primaryColor,{h:-30}),this.git4=this.git4||Cn(this.primaryColor,{h:-60}),this.git5=this.git5||Cn(this.primaryColor,{h:-90}),this.git6=this.git6||Cn(this.primaryColor,{h:60}),this.git7=this.git7||Cn(this.primaryColor,{h:120}),this.darkMode?(this.git0=Is(this.git0,25),this.git1=Is(this.git1,25),this.git2=Is(this.git2,25),this.git3=Is(this.git3,25),this.git4=Is(this.git4,25),this.git5=Is(this.git5,25),this.git6=Is(this.git6,25),this.git7=Is(this.git7,25)):(this.git0=Zs(this.git0,25),this.git1=Zs(this.git1,25),this.git2=Zs(this.git2,25),this.git3=Zs(this.git3,25),this.git4=Zs(this.git4,25),this.git5=Zs(this.git5,25),this.git6=Zs(this.git6,25),this.git7=Zs(this.git7,25)),this.gitInv0=this.gitInv0||Pi(this.git0),this.gitInv1=this.gitInv1||Pi(this.git1),this.gitInv2=this.gitInv2||Pi(this.git2),this.gitInv3=this.gitInv3||Pi(this.git3),this.gitInv4=this.gitInv4||Pi(this.git4),this.gitInv5=this.gitInv5||Pi(this.git5),this.gitInv6=this.gitInv6||Pi(this.git6),this.gitInv7=this.gitInv7||Pi(this.git7),this.gitBranchLabel0=this.gitBranchLabel0||Pi(this.labelTextColor),this.gitBranchLabel1=this.gitBranchLabel1||this.labelTextColor,this.gitBranchLabel2=this.gitBranchLabel2||this.labelTextColor,this.gitBranchLabel3=this.gitBranchLabel3||Pi(this.labelTextColor),this.gitBranchLabel4=this.gitBranchLabel4||this.labelTextColor,this.gitBranchLabel5=this.gitBranchLabel5||this.labelTextColor,this.gitBranchLabel6=this.gitBranchLabel6||this.labelTextColor,this.gitBranchLabel7=this.gitBranchLabel7||this.labelTextColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||VW,this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||UW}calculate(a){if(typeof a!="object"){this.updateColors();return}const f=Object.keys(a);f.forEach(g=>{this[g]=a[g]}),this.updateColors(),f.forEach(g=>{this[g]=a[g]})}};const rDe=i=>{const a=new nDe;return a.calculate(i),a};class iDe{constructor(){this.primaryColor="#eee",this.contrast="#707070",this.secondaryColor=Is(this.contrast,55),this.background="#ffffff",this.tertiaryColor=Cn(this.primaryColor,{h:-160}),this.primaryBorderColor=Gg(this.primaryColor,this.darkMode),this.secondaryBorderColor=Gg(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=Gg(this.tertiaryColor,this.darkMode),this.primaryTextColor=Pi(this.primaryColor),this.secondaryTextColor=Pi(this.secondaryColor),this.tertiaryTextColor=Pi(this.tertiaryColor),this.lineColor=Pi(this.background),this.textColor=Pi(this.background),this.mainBkg="#eee",this.secondBkg="calculated",this.lineColor="#666",this.border1="#999",this.border2="calculated",this.note="#ffa",this.text="#333",this.critical="#d42",this.done="#bbb",this.arrowheadColor="#333333",this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px",this.THEME_COLOR_LIMIT=12,this.nodeBkg="calculated",this.nodeBorder="calculated",this.clusterBkg="calculated",this.clusterBorder="calculated",this.defaultLinkColor="calculated",this.titleColor="calculated",this.edgeLabelBackground="white",this.actorBorder="calculated",this.actorBkg="calculated",this.actorTextColor="calculated",this.actorLineColor="calculated",this.signalColor="calculated",this.signalTextColor="calculated",this.labelBoxBkgColor="calculated",this.labelBoxBorderColor="calculated",this.labelTextColor="calculated",this.loopTextColor="calculated",this.noteBorderColor="calculated",this.noteBkgColor="calculated",this.noteTextColor="calculated",this.activationBorderColor="#666",this.activationBkgColor="#f4f4f4",this.sequenceNumberColor="white",this.sectionBkgColor="calculated",this.altSectionBkgColor="white",this.sectionBkgColor2="calculated",this.excludeBkgColor="#eeeeee",this.taskBorderColor="calculated",this.taskBkgColor="calculated",this.taskTextLightColor="white",this.taskTextColor="calculated",this.taskTextDarkColor="calculated",this.taskTextOutsideColor="calculated",this.taskTextClickableColor="#003163",this.activeTaskBorderColor="calculated",this.activeTaskBkgColor="calculated",this.gridColor="calculated",this.doneTaskBkgColor="calculated",this.doneTaskBorderColor="calculated",this.critBkgColor="calculated",this.critBorderColor="calculated",this.todayLineColor="calculated",this.personBorder=this.primaryBorderColor,this.personBkg=this.mainBkg,this.labelColor="black",this.errorBkgColor="#552222",this.errorTextColor="#552222"}updateColors(){var a,f,g,w,v,b,E,_,S,I,B;this.secondBkg=Is(this.contrast,55),this.border2=this.contrast,this.actorBorder=Is(this.border1,23),this.actorBkg=this.mainBkg,this.actorTextColor=this.text,this.actorLineColor=this.lineColor,this.signalColor=this.text,this.signalTextColor=this.text,this.labelBoxBkgColor=this.actorBkg,this.labelBoxBorderColor=this.actorBorder,this.labelTextColor=this.text,this.loopTextColor=this.text,this.noteBorderColor="#999",this.noteBkgColor="#666",this.noteTextColor="#fff",this.cScale0=this.cScale0||"#555",this.cScale1=this.cScale1||"#F4F4F4",this.cScale2=this.cScale2||"#555",this.cScale3=this.cScale3||"#BBB",this.cScale4=this.cScale4||"#777",this.cScale5=this.cScale5||"#999",this.cScale6=this.cScale6||"#DDD",this.cScale7=this.cScale7||"#FFF",this.cScale8=this.cScale8||"#DDD",this.cScale9=this.cScale9||"#BBB",this.cScale10=this.cScale10||"#999",this.cScale11=this.cScale11||"#777";for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["cScaleInv"+F]=this["cScaleInv"+F]||Pi(this["cScale"+F]);for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this.darkMode?this["cScalePeer"+F]=this["cScalePeer"+F]||Is(this["cScale"+F],10):this["cScalePeer"+F]=this["cScalePeer"+F]||Zs(this["cScale"+F],10);this.scaleLabelColor=this.scaleLabelColor||(this.darkMode?"black":this.labelTextColor),this.cScaleLabel0=this.cScaleLabel0||this.cScale1,this.cScaleLabel2=this.cScaleLabel2||this.cScale1;for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["cScaleLabel"+F]=this["cScaleLabel"+F]||this.scaleLabelColor;for(let F=0;F<5;F++)this["surface"+F]=this["surface"+F]||Cn(this.mainBkg,{l:-(5+F*5)}),this["surfacePeer"+F]=this["surfacePeer"+F]||Cn(this.mainBkg,{l:-(8+F*5)});this.nodeBkg=this.mainBkg,this.nodeBorder=this.border1,this.clusterBkg=this.secondBkg,this.clusterBorder=this.border2,this.defaultLinkColor=this.lineColor,this.titleColor=this.text,this.sectionBkgColor=Is(this.contrast,30),this.sectionBkgColor2=Is(this.contrast,30),this.taskBorderColor=Zs(this.contrast,10),this.taskBkgColor=this.contrast,this.taskTextColor=this.taskTextLightColor,this.taskTextDarkColor=this.text,this.taskTextOutsideColor=this.taskTextDarkColor,this.activeTaskBorderColor=this.taskBorderColor,this.activeTaskBkgColor=this.mainBkg,this.gridColor=Is(this.border1,30),this.doneTaskBkgColor=this.done,this.doneTaskBorderColor=this.lineColor,this.critBkgColor=this.critical,this.critBorderColor=Zs(this.critBkgColor,10),this.todayLineColor=this.critBkgColor,this.transitionColor=this.transitionColor||"#000",this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||"#f4f4f4",this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.stateBorder=this.stateBorder||"#000",this.innerEndBackground=this.primaryBorderColor,this.specialStateColor="#222",this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.classText=this.primaryTextColor,this.fillType0=this.primaryColor,this.fillType1=this.secondaryColor,this.fillType2=Cn(this.primaryColor,{h:64}),this.fillType3=Cn(this.secondaryColor,{h:64}),this.fillType4=Cn(this.primaryColor,{h:-64}),this.fillType5=Cn(this.secondaryColor,{h:-64}),this.fillType6=Cn(this.primaryColor,{h:128}),this.fillType7=Cn(this.secondaryColor,{h:128});for(let F=0;F<this.THEME_COLOR_LIMIT;F++)this["pie"+F]=this["cScale"+F];this.pie12=this.pie0,this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||Cn(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||Cn(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||Cn(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||Cn(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||Cn(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||Cn(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||h9(this.quadrant1Fill)?Is(this.quadrant1Fill):Zs(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:((a=this.xyChart)==null?void 0:a.backgroundColor)||this.background,titleColor:((f=this.xyChart)==null?void 0:f.titleColor)||this.primaryTextColor,xAxisTitleColor:((g=this.xyChart)==null?void 0:g.xAxisTitleColor)||this.primaryTextColor,xAxisLabelColor:((w=this.xyChart)==null?void 0:w.xAxisLabelColor)||this.primaryTextColor,xAxisTickColor:((v=this.xyChart)==null?void 0:v.xAxisTickColor)||this.primaryTextColor,xAxisLineColor:((b=this.xyChart)==null?void 0:b.xAxisLineColor)||this.primaryTextColor,yAxisTitleColor:((E=this.xyChart)==null?void 0:E.yAxisTitleColor)||this.primaryTextColor,yAxisLabelColor:((_=this.xyChart)==null?void 0:_.yAxisLabelColor)||this.primaryTextColor,yAxisTickColor:((S=this.xyChart)==null?void 0:S.yAxisTickColor)||this.primaryTextColor,yAxisLineColor:((I=this.xyChart)==null?void 0:I.yAxisLineColor)||this.primaryTextColor,plotColorPalette:((B=this.xyChart)==null?void 0:B.plotColorPalette)||"#EEE,#6BB8E4,#8ACB88,#C7ACD6,#E8DCC2,#FFB2A8,#FFF380,#7E8D91,#FFD8B1,#FAF3E0"},this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||this.edgeLabelBackground,this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=Zs(this.pie1,25)||this.primaryColor,this.git1=this.pie2||this.secondaryColor,this.git2=this.pie3||this.tertiaryColor,this.git3=this.pie4||Cn(this.primaryColor,{h:-30}),this.git4=this.pie5||Cn(this.primaryColor,{h:-60}),this.git5=this.pie6||Cn(this.primaryColor,{h:-90}),this.git6=this.pie7||Cn(this.primaryColor,{h:60}),this.git7=this.pie8||Cn(this.primaryColor,{h:120}),this.gitInv0=this.gitInv0||Pi(this.git0),this.gitInv1=this.gitInv1||Pi(this.git1),this.gitInv2=this.gitInv2||Pi(this.git2),this.gitInv3=this.gitInv3||Pi(this.git3),this.gitInv4=this.gitInv4||Pi(this.git4),this.gitInv5=this.gitInv5||Pi(this.git5),this.gitInv6=this.gitInv6||Pi(this.git6),this.gitInv7=this.gitInv7||Pi(this.git7),this.branchLabelColor=this.branchLabelColor||this.labelTextColor,this.gitBranchLabel0=this.branchLabelColor,this.gitBranchLabel1="white",this.gitBranchLabel2=this.branchLabelColor,this.gitBranchLabel3="white",this.gitBranchLabel4=this.branchLabelColor,this.gitBranchLabel5=this.branchLabelColor,this.gitBranchLabel6=this.branchLabelColor,this.gitBranchLabel7=this.branchLabelColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||VW,this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||UW}calculate(a){if(typeof a!="object"){this.updateColors();return}const f=Object.keys(a);f.forEach(g=>{this[g]=a[g]}),this.updateColors(),f.forEach(g=>{this[g]=a[g]})}}const _x={base:{getThemeVariables:JMe},dark:{getThemeVariables:tDe},default:{getThemeVariables:sgt},forest:{getThemeVariables:rDe},neutral:{getThemeVariables:i=>{const a=new iDe;return a.calculate(i),a}}},Sx={flowchart:{useMaxWidth:!0,titleTopMargin:25,diagramPadding:8,htmlLabels:!0,nodeSpacing:50,rankSpacing:50,curve:"basis",padding:15,defaultRenderer:"dagre-wrapper",wrappingWidth:200},sequence:{useMaxWidth:!0,hideUnusedParticipants:!1,activationWidth:10,diagramMarginX:50,diagramMarginY:10,actorMargin:50,width:150,height:65,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,messageAlign:"center",mirrorActors:!0,forceMenus:!1,bottomMarginAdj:1,rightAngles:!1,showSequenceNumbers:!1,actorFontSize:14,actorFontFamily:'"Open Sans", sans-serif',actorFontWeight:400,noteFontSize:14,noteFontFamily:'"trebuchet ms", verdana, arial, sans-serif',noteFontWeight:400,noteAlign:"center",messageFontSize:16,messageFontFamily:'"trebuchet ms", verdana, arial, sans-serif',messageFontWeight:400,wrap:!1,wrapPadding:10,labelBoxWidth:50,labelBoxHeight:20},gantt:{useMaxWidth:!0,titleTopMargin:25,barHeight:20,barGap:4,topPadding:50,rightPadding:75,leftPadding:75,gridLineStartPadding:35,fontSize:11,sectionFontSize:11,numberSectionStyles:4,axisFormat:"%Y-%m-%d",topAxis:!1,displayMode:"",weekday:"sunday"},journey:{useMaxWidth:!0,diagramMarginX:50,diagramMarginY:10,leftMargin:150,width:150,height:50,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,messageAlign:"center",bottomMarginAdj:1,rightAngles:!1,taskFontSize:14,taskFontFamily:'"Open Sans", sans-serif',taskMargin:50,activationWidth:10,textPlacement:"fo",actorColours:["#8FBC8F","#7CFC00","#00FFFF","#20B2AA","#B0E0E6","#FFFFE0"],sectionFills:["#191970","#8B008B","#4B0082","#2F4F4F","#800000","#8B4513","#00008B"],sectionColours:["#fff"]},class:{useMaxWidth:!0,titleTopMargin:25,arrowMarkerAbsolute:!1,dividerMargin:10,padding:5,textHeight:10,defaultRenderer:"dagre-wrapper",htmlLabels:!1},state:{useMaxWidth:!0,titleTopMargin:25,dividerMargin:10,sizeUnit:5,padding:8,textHeight:10,titleShift:-15,noteMargin:10,forkWidth:70,forkHeight:7,miniPadding:2,fontSizeFactor:5.02,fontSize:24,labelHeight:16,edgeLengthFactor:"20",compositTitleSize:35,radius:5,defaultRenderer:"dagre-wrapper"},er:{useMaxWidth:!0,titleTopMargin:25,diagramPadding:20,layoutDirection:"TB",minEntityWidth:100,minEntityHeight:75,entityPadding:15,stroke:"gray",fill:"honeydew",fontSize:12},pie:{useMaxWidth:!0,textPosition:.75},quadrantChart:{useMaxWidth:!0,chartWidth:500,chartHeight:500,titleFontSize:20,titlePadding:10,quadrantPadding:5,xAxisLabelPadding:5,yAxisLabelPadding:5,xAxisLabelFontSize:16,yAxisLabelFontSize:16,quadrantLabelFontSize:16,quadrantTextTopPadding:5,pointTextPadding:5,pointLabelFontSize:12,pointRadius:5,xAxisPosition:"top",yAxisPosition:"left",quadrantInternalBorderStrokeWidth:1,quadrantExternalBorderStrokeWidth:2},xyChart:{useMaxWidth:!0,width:700,height:500,titleFontSize:20,titlePadding:10,showTitle:!0,xAxis:{$ref:"#/$defs/XYChartAxisConfig",showLabel:!0,labelFontSize:14,labelPadding:5,showTitle:!0,titleFontSize:16,titlePadding:5,showTick:!0,tickLength:5,tickWidth:2,showAxisLine:!0,axisLineWidth:2},yAxis:{$ref:"#/$defs/XYChartAxisConfig",showLabel:!0,labelFontSize:14,labelPadding:5,showTitle:!0,titleFontSize:16,titlePadding:5,showTick:!0,tickLength:5,tickWidth:2,showAxisLine:!0,axisLineWidth:2},chartOrientation:"vertical",plotReservedSpacePercent:50},requirement:{useMaxWidth:!0,rect_fill:"#f9f9f9",text_color:"#333",rect_border_size:"0.5px",rect_border_color:"#bbb",rect_min_width:200,rect_min_height:200,fontSize:14,rect_padding:10,line_height:20},mindmap:{useMaxWidth:!0,padding:10,maxNodeWidth:200},timeline:{useMaxWidth:!0,diagramMarginX:50,diagramMarginY:10,leftMargin:150,width:150,height:50,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,messageAlign:"center",bottomMarginAdj:1,rightAngles:!1,taskFontSize:14,taskFontFamily:'"Open Sans", sans-serif',taskMargin:50,activationWidth:10,textPlacement:"fo",actorColours:["#8FBC8F","#7CFC00","#00FFFF","#20B2AA","#B0E0E6","#FFFFE0"],sectionFills:["#191970","#8B008B","#4B0082","#2F4F4F","#800000","#8B4513","#00008B"],sectionColours:["#fff"],disableMulticolor:!1},gitGraph:{useMaxWidth:!0,titleTopMargin:25,diagramPadding:8,nodeLabel:{width:75,height:100,x:-25,y:0},mainBranchName:"main",mainBranchOrder:0,showCommitLabel:!0,showBranches:!0,rotateCommitLabel:!0,arrowMarkerAbsolute:!1},c4:{useMaxWidth:!0,diagramMarginX:50,diagramMarginY:10,c4ShapeMargin:50,c4ShapePadding:20,width:216,height:60,boxMargin:10,c4ShapeInRow:4,nextLinePaddingX:0,c4BoundaryInRow:2,personFontSize:14,personFontFamily:'"Open Sans", sans-serif',personFontWeight:"normal",external_personFontSize:14,external_personFontFamily:'"Open Sans", sans-serif',external_personFontWeight:"normal",systemFontSize:14,systemFontFamily:'"Open Sans", sans-serif',systemFontWeight:"normal",external_systemFontSize:14,external_systemFontFamily:'"Open Sans", sans-serif',external_systemFontWeight:"normal",system_dbFontSize:14,system_dbFontFamily:'"Open Sans", sans-serif',system_dbFontWeight:"normal",external_system_dbFontSize:14,external_system_dbFontFamily:'"Open Sans", sans-serif',external_system_dbFontWeight:"normal",system_queueFontSize:14,system_queueFontFamily:'"Open Sans", sans-serif',system_queueFontWeight:"normal",external_system_queueFontSize:14,external_system_queueFontFamily:'"Open Sans", sans-serif',external_system_queueFontWeight:"normal",boundaryFontSize:14,boundaryFontFamily:'"Open Sans", sans-serif',boundaryFontWeight:"normal",messageFontSize:12,messageFontFamily:'"Open Sans", sans-serif',messageFontWeight:"normal",containerFontSize:14,containerFontFamily:'"Open Sans", sans-serif',containerFontWeight:"normal",external_containerFontSize:14,external_containerFontFamily:'"Open Sans", sans-serif',external_containerFontWeight:"normal",container_dbFontSize:14,container_dbFontFamily:'"Open Sans", sans-serif',container_dbFontWeight:"normal",external_container_dbFontSize:14,external_container_dbFontFamily:'"Open Sans", sans-serif',external_container_dbFontWeight:"normal",container_queueFontSize:14,container_queueFontFamily:'"Open Sans", sans-serif',container_queueFontWeight:"normal",external_container_queueFontSize:14,external_container_queueFontFamily:'"Open Sans", sans-serif',external_container_queueFontWeight:"normal",componentFontSize:14,componentFontFamily:'"Open Sans", sans-serif',componentFontWeight:"normal",external_componentFontSize:14,external_componentFontFamily:'"Open Sans", sans-serif',external_componentFontWeight:"normal",component_dbFontSize:14,component_dbFontFamily:'"Open Sans", sans-serif',component_dbFontWeight:"normal",external_component_dbFontSize:14,external_component_dbFontFamily:'"Open Sans", sans-serif',external_component_dbFontWeight:"normal",component_queueFontSize:14,component_queueFontFamily:'"Open Sans", sans-serif',component_queueFontWeight:"normal",external_component_queueFontSize:14,external_component_queueFontFamily:'"Open Sans", sans-serif',external_component_queueFontWeight:"normal",wrap:!0,wrapPadding:10,person_bg_color:"#08427B",person_border_color:"#073B6F",external_person_bg_color:"#686868",external_person_border_color:"#8A8A8A",system_bg_color:"#1168BD",system_border_color:"#3C7FC0",system_db_bg_color:"#1168BD",system_db_border_color:"#3C7FC0",system_queue_bg_color:"#1168BD",system_queue_border_color:"#3C7FC0",external_system_bg_color:"#999999",external_system_border_color:"#8A8A8A",external_system_db_bg_color:"#999999",external_system_db_border_color:"#8A8A8A",external_system_queue_bg_color:"#999999",external_system_queue_border_color:"#8A8A8A",container_bg_color:"#438DD5",container_border_color:"#3C7FC0",container_db_bg_color:"#438DD5",container_db_border_color:"#3C7FC0",container_queue_bg_color:"#438DD5",container_queue_border_color:"#3C7FC0",external_container_bg_color:"#B3B3B3",external_container_border_color:"#A6A6A6",external_container_db_bg_color:"#B3B3B3",external_container_db_border_color:"#A6A6A6",external_container_queue_bg_color:"#B3B3B3",external_container_queue_border_color:"#A6A6A6",component_bg_color:"#85BBF0",component_border_color:"#78A8D8",component_db_bg_color:"#85BBF0",component_db_border_color:"#78A8D8",component_queue_bg_color:"#85BBF0",component_queue_border_color:"#78A8D8",external_component_bg_color:"#CCCCCC",external_component_border_color:"#BFBFBF",external_component_db_bg_color:"#CCCCCC",external_component_db_border_color:"#BFBFBF",external_component_queue_bg_color:"#CCCCCC",external_component_queue_border_color:"#BFBFBF"},sankey:{useMaxWidth:!0,width:600,height:400,linkColor:"gradient",nodeAlignment:"justify",showValues:!0,prefix:"",suffix:""},theme:"default",maxTextSize:5e4,maxEdges:500,darkMode:!1,fontFamily:'"trebuchet ms", verdana, arial, sans-serif;',logLevel:5,securityLevel:"strict",startOnLoad:!0,arrowMarkerAbsolute:!1,secure:["secure","securityLevel","startOnLoad","maxTextSize","maxEdges"],deterministicIds:!1,fontSize:16},_Nt={...Sx,deterministicIDSeed:void 0,themeCSS:void 0,themeVariables:_x.default.getThemeVariables(),sequence:{...Sx.sequence,messageFont:function(){return{fontFamily:this.messageFontFamily,fontSize:this.messageFontSize,fontWeight:this.messageFontWeight}},noteFont:function(){return{fontFamily:this.noteFontFamily,fontSize:this.noteFontSize,fontWeight:this.noteFontWeight}},actorFont:function(){return{fontFamily:this.actorFontFamily,fontSize:this.actorFontSize,fontWeight:this.actorFontWeight}}},gantt:{...Sx.gantt,tickInterval:void 0,useWidth:void 0},c4:{...Sx.c4,useWidth:void 0,personFont:function(){return{fontFamily:this.personFontFamily,fontSize:this.personFontSize,fontWeight:this.personFontWeight}},external_personFont:function(){return{fontFamily:this.external_personFontFamily,fontSize:this.external_personFontSize,fontWeight:this.external_personFontWeight}},systemFont:function(){return{fontFamily:this.systemFontFamily,fontSize:this.systemFontSize,fontWeight:this.systemFontWeight}},external_systemFont:function(){return{fontFamily:this.external_systemFontFamily,fontSize:this.external_systemFontSize,fontWeight:this.external_systemFontWeight}},system_dbFont:function(){return{fontFamily:this.system_dbFontFamily,fontSize:this.system_dbFontSize,fontWeight:this.system_dbFontWeight}},external_system_dbFont:function(){return{fontFamily:this.external_system_dbFontFamily,fontSize:this.external_system_dbFontSize,fontWeight:this.external_system_dbFontWeight}},system_queueFont:function(){return{fontFamily:this.system_queueFontFamily,fontSize:this.system_queueFontSize,fontWeight:this.system_queueFontWeight}},external_system_queueFont:function(){return{fontFamily:this.external_system_queueFontFamily,fontSize:this.external_system_queueFontSize,fontWeight:this.external_system_queueFontWeight}},containerFont:function(){return{fontFamily:this.containerFontFamily,fontSize:this.containerFontSize,fontWeight:this.containerFontWeight}},external_containerFont:function(){return{fontFamily:this.external_containerFontFamily,fontSize:this.external_containerFontSize,fontWeight:this.external_containerFontWeight}},container_dbFont:function(){return{fontFamily:this.container_dbFontFamily,fontSize:this.container_dbFontSize,fontWeight:this.container_dbFontWeight}},external_container_dbFont:function(){return{fontFamily:this.external_container_dbFontFamily,fontSize:this.external_container_dbFontSize,fontWeight:this.external_container_dbFontWeight}},container_queueFont:function(){return{fontFamily:this.container_queueFontFamily,fontSize:this.container_queueFontSize,fontWeight:this.container_queueFontWeight}},external_container_queueFont:function(){return{fontFamily:this.external_container_queueFontFamily,fontSize:this.external_container_queueFontSize,fontWeight:this.external_container_queueFontWeight}},componentFont:function(){return{fontFamily:this.componentFontFamily,fontSize:this.componentFontSize,fontWeight:this.componentFontWeight}},external_componentFont:function(){return{fontFamily:this.external_componentFontFamily,fontSize:this.external_componentFontSize,fontWeight:this.external_componentFontWeight}},component_dbFont:function(){return{fontFamily:this.component_dbFontFamily,fontSize:this.component_dbFontSize,fontWeight:this.component_dbFontWeight}},external_component_dbFont:function(){return{fontFamily:this.external_component_dbFontFamily,fontSize:this.external_component_dbFontSize,fontWeight:this.external_component_dbFontWeight}},component_queueFont:function(){return{fontFamily:this.component_queueFontFamily,fontSize:this.component_queueFontSize,fontWeight:this.component_queueFontWeight}},external_component_queueFont:function(){return{fontFamily:this.external_component_queueFontFamily,fontSize:this.external_component_queueFontSize,fontWeight:this.external_component_queueFontWeight}},boundaryFont:function(){return{fontFamily:this.boundaryFontFamily,fontSize:this.boundaryFontSize,fontWeight:this.boundaryFontWeight}},messageFont:function(){return{fontFamily:this.messageFontFamily,fontSize:this.messageFontSize,fontWeight:this.messageFontWeight}}},pie:{...Sx.pie,useWidth:984},xyChart:{...Sx.xyChart,useWidth:void 0},requirement:{...Sx.requirement,useWidth:void 0},gitGraph:{...Sx.gitGraph,useMaxWidth:!1},sankey:{...Sx.sankey,useMaxWidth:!1}},SNt=(i,a="")=>Object.keys(i).reduce((f,g)=>Array.isArray(i[g])?f:typeof i[g]=="object"&&i[g]!==null?[...f,a+g,...SNt(i[g],"")]:[...f,a+g],[]),sDe=new Set(SNt(_Nt,"")),yf=_Nt,GW=i=>{if(Wt.debug("sanitizeDirective called with",i),!(typeof i!="object"||i==null)){if(Array.isArray(i)){i.forEach(a=>GW(a));return}for(const a of Object.keys(i)){if(Wt.debug("Checking key",a),a.startsWith("__")||a.includes("proto")||a.includes("constr")||!sDe.has(a)||i[a]==null){Wt.debug("sanitize deleting key: ",a),delete i[a];continue}if(typeof i[a]=="object"){Wt.debug("sanitizing object",a),GW(i[a]);continue}const f=["themeCSS","fontFamily","altFontFamily"];for(const g of f)a.includes(g)&&(Wt.debug("sanitizing css option",a),i[a]=aDe(i[a]))}if(i.themeVariables)for(const a of Object.keys(i.themeVariables)){const f=i.themeVariables[a];f!=null&&f.match&&!f.match(/^[\d "#%(),.;A-Za-z]+$/)&&(i.themeVariables[a]="")}Wt.debug("After sanitization",i)}},aDe=i=>{let a=0,f=0;for(const g of i){if(a<f)return"{ /* ERROR: Unbalanced CSS */ }";g==="{"?a++:g==="}"&&f++}return a!==f?"{ /* ERROR: Unbalanced CSS */ }":i},ANt=/^-{3}\s*[\n\r](.*?)[\n\r]-{3}\s*[\n\r]+/s,wF=/%{2}{\s*(?:(\w+)\s*:|(\w+))\s*(?:(\w+)|((?:(?!}%{2}).|\r?\n)*))?\s*(?:}%{2})?/gi,oDe=/\s*%%.*\n/gm;class LNt extends Error{constructor(a){super(a),this.name="UnknownDiagramError"}}const HL={},KW=function(i,a){i=i.replace(ANt,"").replace(wF,"").replace(oDe,`
+`);for(const[f,{detector:g}]of Object.entries(HL))if(g(i,a))return f;throw new LNt(`No diagram type detected matching given configuration for text: ${i}`)},MNt=(...i)=>{for(const{id:a,detector:f,loader:g}of i)DNt(a,f,g)},DNt=(i,a,f)=>{HL[i]?Wt.error(`Detector with key ${i} already exists`):HL[i]={detector:a,loader:f},Wt.debug(`Detector with key ${i} added${f?" with loader":""}`)},cDe=i=>HL[i].loader,agt=(i,a,{depth:f=2,clobber:g=!1}={})=>{const w={depth:f,clobber:g};return Array.isArray(a)&&!Array.isArray(i)?(a.forEach(v=>agt(i,v,w)),i):Array.isArray(a)&&Array.isArray(i)?(a.forEach(v=>{i.includes(v)||i.push(v)}),i):i===void 0||f<=0?i!=null&&typeof i=="object"&&typeof a=="object"?Object.assign(i,a):a:(a!==void 0&&typeof i=="object"&&typeof a=="object"&&Object.keys(a).forEach(v=>{typeof a[v]=="object"&&(i[v]===void 0||typeof i[v]=="object")?(i[v]===void 0&&(i[v]=Array.isArray(a[v])?[]:{}),i[v]=agt(i[v],a[v],{depth:f-1,clobber:g})):(g||typeof i[v]!="object"&&typeof a[v]!="object")&&(i[v]=a[v])}),i)},Td=agt;var uDe=typeof global=="object"&&global&&global.Object===Object&&global;const INt=uDe;var lDe=typeof self=="object"&&self&&self.Object===Object&&self,hDe=INt||lDe||Function("return this")();const Vv=hDe;var fDe=Vv.Symbol;const Hw=fDe;var ONt=Object.prototype,dDe=ONt.hasOwnProperty,gDe=ONt.toString,mF=Hw?Hw.toStringTag:void 0;function pDe(i){var a=dDe.call(i,mF),f=i[mF];try{i[mF]=void 0;var g=!0}catch{}var w=gDe.call(i);return g&&(a?i[mF]=f:delete i[mF]),w}var bDe=Object.prototype,wDe=bDe.toString;function mDe(i){return wDe.call(i)}var vDe="[object Null]",yDe="[object Undefined]",PNt=Hw?Hw.toStringTag:void 0;function f9(i){return i==null?i===void 0?yDe:vDe:PNt&&PNt in Object(i)?pDe(i):mDe(i)}function v2(i){var a=typeof i;return i!=null&&(a=="object"||a=="function")}var xDe="[object AsyncFunction]",kDe="[object Function]",EDe="[object GeneratorFunction]",TDe="[object Proxy]";function VL(i){if(!v2(i))return!1;var a=f9(i);return a==kDe||a==EDe||a==xDe||a==TDe}var CDe=Vv["__core-js_shared__"];const ogt=CDe;var NNt=function(){var i=/[^.]+$/.exec(ogt&&ogt.keys&&ogt.keys.IE_PROTO||"");return i?"Symbol(src)_1."+i:""}();function _De(i){return!!NNt&&NNt in i}var SDe=Function.prototype,ADe=SDe.toString;function d9(i){if(i!=null){try{return ADe.call(i)}catch{}try{return i+""}catch{}}return""}var LDe=/[\\^$.*+?()[\]{}|]/g,MDe=/^\[object .+?Constructor\]$/,DDe=Function.prototype,IDe=Object.prototype,ODe=DDe.toString,PDe=IDe.hasOwnProperty,NDe=RegExp("^"+ODe.call(PDe).replace(LDe,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function FDe(i){if(!v2(i)||_De(i))return!1;var a=VL(i)?NDe:MDe;return a.test(d9(i))}function BDe(i,a){return i==null?void 0:i[a]}function g9(i,a){var f=BDe(i,a);return FDe(f)?f:void 0}var RDe=g9(Object,"create");const vF=RDe;function jDe(){this.__data__=vF?vF(null):{},this.size=0}function $De(i){var a=this.has(i)&&delete this.__data__[i];return this.size-=a?1:0,a}var zDe="__lodash_hash_undefined__",qDe=Object.prototype,HDe=qDe.hasOwnProperty;function VDe(i){var a=this.__data__;if(vF){var f=a[i];return f===zDe?void 0:f}return HDe.call(a,i)?a[i]:void 0}var UDe=Object.prototype,GDe=UDe.hasOwnProperty;function KDe(i){var a=this.__data__;return vF?a[i]!==void 0:GDe.call(a,i)}var WDe="__lodash_hash_undefined__";function YDe(i,a){var f=this.__data__;return this.size+=this.has(i)?0:1,f[i]=vF&&a===void 0?WDe:a,this}function p9(i){var a=-1,f=i==null?0:i.length;for(this.clear();++a<f;){var g=i[a];this.set(g[0],g[1])}}p9.prototype.clear=jDe,p9.prototype.delete=$De,p9.prototype.get=VDe,p9.prototype.has=KDe,p9.prototype.set=YDe;function XDe(){this.__data__=[],this.size=0}function UL(i,a){return i===a||i!==i&&a!==a}function WW(i,a){for(var f=i.length;f--;)if(UL(i[f][0],a))return f;return-1}var QDe=Array.prototype,JDe=QDe.splice;function ZDe(i){var a=this.__data__,f=WW(a,i);if(f<0)return!1;var g=a.length-1;return f==g?a.pop():JDe.call(a,f,1),--this.size,!0}function tIe(i){var a=this.__data__,f=WW(a,i);return f<0?void 0:a[f][1]}function eIe(i){return WW(this.__data__,i)>-1}function nIe(i,a){var f=this.__data__,g=WW(f,i);return g<0?(++this.size,f.push([i,a])):f[g][1]=a,this}function Ax(i){var a=-1,f=i==null?0:i.length;for(this.clear();++a<f;){var g=i[a];this.set(g[0],g[1])}}Ax.prototype.clear=XDe,Ax.prototype.delete=ZDe,Ax.prototype.get=tIe,Ax.prototype.has=eIe,Ax.prototype.set=nIe;var rIe=g9(Vv,"Map");const yF=rIe;function iIe(){this.size=0,this.__data__={hash:new p9,map:new(yF||Ax),string:new p9}}function sIe(i){var a=typeof i;return a=="string"||a=="number"||a=="symbol"||a=="boolean"?i!=="__proto__":i===null}function YW(i,a){var f=i.__data__;return sIe(a)?f[typeof a=="string"?"string":"hash"]:f.map}function aIe(i){var a=YW(this,i).delete(i);return this.size-=a?1:0,a}function oIe(i){return YW(this,i).get(i)}function cIe(i){return YW(this,i).has(i)}function uIe(i,a){var f=YW(this,i),g=f.size;return f.set(i,a),this.size+=f.size==g?0:1,this}function Lx(i){var a=-1,f=i==null?0:i.length;for(this.clear();++a<f;){var g=i[a];this.set(g[0],g[1])}}Lx.prototype.clear=iIe,Lx.prototype.delete=aIe,Lx.prototype.get=oIe,Lx.prototype.has=cIe,Lx.prototype.set=uIe;var lIe="Expected a function";function GL(i,a){if(typeof i!="function"||a!=null&&typeof a!="function")throw new TypeError(lIe);var f=function(){var g=arguments,w=a?a.apply(this,g):g[0],v=f.cache;if(v.has(w))return v.get(w);var b=i.apply(this,g);return f.cache=v.set(w,b)||v,b};return f.cache=new(GL.Cache||Lx),f}GL.Cache=Lx;function hIe(){this.__data__=new Ax,this.size=0}function fIe(i){var a=this.__data__,f=a.delete(i);return this.size=a.size,f}function dIe(i){return this.__data__.get(i)}function gIe(i){return this.__data__.has(i)}var pIe=200;function bIe(i,a){var f=this.__data__;if(f instanceof Ax){var g=f.__data__;if(!yF||g.length<pIe-1)return g.push([i,a]),this.size=++f.size,this;f=this.__data__=new Lx(g)}return f.set(i,a),this.size=f.size,this}function Uv(i){var a=this.__data__=new Ax(i);this.size=a.size}Uv.prototype.clear=hIe,Uv.prototype.delete=fIe,Uv.prototype.get=dIe,Uv.prototype.has=gIe,Uv.prototype.set=bIe;var wIe=function(){try{var i=g9(Object,"defineProperty");return i({},"",{}),i}catch{}}();const XW=wIe;function QW(i,a,f){a=="__proto__"&&XW?XW(i,a,{configurable:!0,enumerable:!0,value:f,writable:!0}):i[a]=f}function cgt(i,a,f){(f!==void 0&&!UL(i[a],f)||f===void 0&&!(a in i))&&QW(i,a,f)}function mIe(i){return function(a,f,g){for(var w=-1,v=Object(a),b=g(a),E=b.length;E--;){var _=b[i?E:++w];if(f(v[_],_,v)===!1)break}return a}}var vIe=mIe();const ugt=vIe;var FNt=typeof exports=="object"&&exports&&!exports.nodeType&&exports,BNt=FNt&&typeof module=="object"&&module&&!module.nodeType&&module,yIe=BNt&&BNt.exports===FNt,RNt=yIe?Vv.Buffer:void 0,jNt=RNt?RNt.allocUnsafe:void 0;function $Nt(i,a){if(a)return i.slice();var f=i.length,g=jNt?jNt(f):new i.constructor(f);return i.copy(g),g}var xIe=Vv.Uint8Array;const JW=xIe;function lgt(i){var a=new i.constructor(i.byteLength);return new JW(a).set(new JW(i)),a}function zNt(i,a){var f=a?lgt(i.buffer):i.buffer;return new i.constructor(f,i.byteOffset,i.length)}function qNt(i,a){var f=-1,g=i.length;for(a||(a=Array(g));++f<g;)a[f]=i[f];return a}var HNt=Object.create,kIe=function(){function i(){}return function(a){if(!v2(a))return{};if(HNt)return HNt(a);i.prototype=a;var f=new i;return i.prototype=void 0,f}}();const EIe=kIe;function VNt(i,a){return function(f){return i(a(f))}}var TIe=VNt(Object.getPrototypeOf,Object);const hgt=TIe;var CIe=Object.prototype;function ZW(i){var a=i&&i.constructor,f=typeof a=="function"&&a.prototype||CIe;return i===f}function UNt(i){return typeof i.constructor=="function"&&!ZW(i)?EIe(hgt(i)):{}}function e4(i){return i!=null&&typeof i=="object"}var _Ie="[object Arguments]";function GNt(i){return e4(i)&&f9(i)==_Ie}var KNt=Object.prototype,SIe=KNt.hasOwnProperty,AIe=KNt.propertyIsEnumerable,LIe=GNt(function(){return arguments}())?GNt:function(i){return e4(i)&&SIe.call(i,"callee")&&!AIe.call(i,"callee")};const KL=LIe;var MIe=Array.isArray;const s1=MIe;var DIe=9007199254740991;function fgt(i){return typeof i=="number"&&i>-1&&i%1==0&&i<=DIe}function f8(i){return i!=null&&fgt(i.length)&&!VL(i)}function WNt(i){return e4(i)&&f8(i)}function IIe(){return!1}var YNt=typeof exports=="object"&&exports&&!exports.nodeType&&exports,XNt=YNt&&typeof module=="object"&&module&&!module.nodeType&&module,OIe=XNt&&XNt.exports===YNt,QNt=OIe?Vv.Buffer:void 0,PIe=QNt?QNt.isBuffer:void 0,NIe=PIe||IIe;const WL=NIe;var FIe="[object Object]",BIe=Function.prototype,RIe=Object.prototype,JNt=BIe.toString,jIe=RIe.hasOwnProperty,$Ie=JNt.call(Object);function ZNt(i){if(!e4(i)||f9(i)!=FIe)return!1;var a=hgt(i);if(a===null)return!0;var f=jIe.call(a,"constructor")&&a.constructor;return typeof f=="function"&&f instanceof f&&JNt.call(f)==$Ie}var zIe="[object Arguments]",qIe="[object Array]",HIe="[object Boolean]",VIe="[object Date]",UIe="[object Error]",GIe="[object Function]",KIe="[object Map]",WIe="[object Number]",YIe="[object Object]",XIe="[object RegExp]",QIe="[object Set]",JIe="[object String]",ZIe="[object WeakMap]",tOe="[object ArrayBuffer]",eOe="[object DataView]",nOe="[object Float32Array]",rOe="[object Float64Array]",iOe="[object Int8Array]",sOe="[object Int16Array]",aOe="[object Int32Array]",oOe="[object Uint8Array]",cOe="[object Uint8ClampedArray]",uOe="[object Uint16Array]",lOe="[object Uint32Array]",Bl={};Bl[nOe]=Bl[rOe]=Bl[iOe]=Bl[sOe]=Bl[aOe]=Bl[oOe]=Bl[cOe]=Bl[uOe]=Bl[lOe]=!0,Bl[zIe]=Bl[qIe]=Bl[tOe]=Bl[HIe]=Bl[eOe]=Bl[VIe]=Bl[UIe]=Bl[GIe]=Bl[KIe]=Bl[WIe]=Bl[YIe]=Bl[XIe]=Bl[QIe]=Bl[JIe]=Bl[ZIe]=!1;function hOe(i){return e4(i)&&fgt(i.length)&&!!Bl[f9(i)]}function tY(i){return function(a){return i(a)}}var tFt=typeof exports=="object"&&exports&&!exports.nodeType&&exports,xF=tFt&&typeof module=="object"&&module&&!module.nodeType&&module,fOe=xF&&xF.exports===tFt,dgt=fOe&&INt.process,dOe=function(){try{var i=xF&&xF.require&&xF.require("util").types;return i||dgt&&dgt.binding&&dgt.binding("util")}catch{}}();const YL=dOe;var eFt=YL&&YL.isTypedArray,gOe=eFt?tY(eFt):hOe;const eY=gOe;function ggt(i,a){if(!(a==="constructor"&&typeof i[a]=="function")&&a!="__proto__")return i[a]}var pOe=Object.prototype,bOe=pOe.hasOwnProperty;function nY(i,a,f){var g=i[a];(!(bOe.call(i,a)&&UL(g,f))||f===void 0&&!(a in i))&&QW(i,a,f)}function kF(i,a,f,g){var w=!f;f||(f={});for(var v=-1,b=a.length;++v<b;){var E=a[v],_=g?g(f[E],i[E],E,f,i):void 0;_===void 0&&(_=i[E]),w?QW(f,E,_):nY(f,E,_)}return f}function wOe(i,a){for(var f=-1,g=Array(i);++f<i;)g[f]=a(f);return g}var mOe=9007199254740991,vOe=/^(?:0|[1-9]\d*)$/;function rY(i,a){var f=typeof i;return a=a??mOe,!!a&&(f=="number"||f!="symbol"&&vOe.test(i))&&i>-1&&i%1==0&&i<a}var yOe=Object.prototype,xOe=yOe.hasOwnProperty;function nFt(i,a){var f=s1(i),g=!f&&KL(i),w=!f&&!g&&WL(i),v=!f&&!g&&!w&&eY(i),b=f||g||w||v,E=b?wOe(i.length,String):[],_=E.length;for(var S in i)(a||xOe.call(i,S))&&!(b&&(S=="length"||w&&(S=="offset"||S=="parent")||v&&(S=="buffer"||S=="byteLength"||S=="byteOffset")||rY(S,_)))&&E.push(S);return E}function kOe(i){var a=[];if(i!=null)for(var f in Object(i))a.push(f);return a}var EOe=Object.prototype,TOe=EOe.hasOwnProperty;function COe(i){if(!v2(i))return kOe(i);var a=ZW(i),f=[];for(var g in i)g=="constructor"&&(a||!TOe.call(i,g))||f.push(g);return f}function b9(i){return f8(i)?nFt(i,!0):COe(i)}function _Oe(i){return kF(i,b9(i))}function SOe(i,a,f,g,w,v,b){var E=ggt(i,f),_=ggt(a,f),S=b.get(_);if(S){cgt(i,f,S);return}var I=v?v(E,_,f+"",i,a,b):void 0,B=I===void 0;if(B){var F=s1(_),R=!F&&WL(_),q=!F&&!R&&eY(_);I=_,F||R||q?s1(E)?I=E:WNt(E)?I=qNt(E):R?(B=!1,I=$Nt(_,!0)):q?(B=!1,I=zNt(_,!0)):I=[]:ZNt(_)||KL(_)?(I=E,KL(E)?I=_Oe(E):(!v2(E)||VL(E))&&(I=UNt(_))):B=!1}B&&(b.set(_,I),w(I,_,g,v,b),b.delete(_)),cgt(i,f,I)}function rFt(i,a,f,g,w){i!==a&&ugt(a,function(v,b){if(w||(w=new Uv),v2(v))SOe(i,a,b,f,rFt,g,w);else{var E=g?g(ggt(i,b),v,b+"",i,a,w):void 0;E===void 0&&(E=v),cgt(i,b,E)}},b9)}function w9(i){return i}function AOe(i,a,f){switch(f.length){case 0:return i.call(a);case 1:return i.call(a,f[0]);case 2:return i.call(a,f[0],f[1]);case 3:return i.call(a,f[0],f[1],f[2])}return i.apply(a,f)}var iFt=Math.max;function sFt(i,a,f){return a=iFt(a===void 0?i.length-1:a,0),function(){for(var g=arguments,w=-1,v=iFt(g.length-a,0),b=Array(v);++w<v;)b[w]=g[a+w];w=-1;for(var E=Array(a+1);++w<a;)E[w]=g[w];return E[a]=f(b),AOe(i,this,E)}}function XL(i){return function(){return i}}var LOe=XW?function(i,a){return XW(i,"toString",{configurable:!0,enumerable:!1,value:XL(a),writable:!0})}:w9;const MOe=LOe;var DOe=800,IOe=16,OOe=Date.now;function POe(i){var a=0,f=0;return function(){var g=OOe(),w=IOe-(g-f);if(f=g,w>0){if(++a>=DOe)return arguments[0]}else a=0;return i.apply(void 0,arguments)}}var NOe=POe(MOe);const aFt=NOe;function iY(i,a){return aFt(sFt(i,a,w9),i+"")}function EF(i,a,f){if(!v2(f))return!1;var g=typeof a;return(g=="number"?f8(f)&&rY(a,f.length):g=="string"&&a in f)?UL(f[a],i):!1}function FOe(i){return iY(function(a,f){var g=-1,w=f.length,v=w>1?f[w-1]:void 0,b=w>2?f[2]:void 0;for(v=i.length>3&&typeof v=="function"?(w--,v):void 0,b&&EF(f[0],f[1],b)&&(v=w<3?void 0:v,w=1),a=Object(a);++g<w;){var E=f[g];E&&i(a,E,g,v)}return a})}var BOe=FOe(function(i,a,f){rFt(i,a,f)});const sY=BOe,oFt="",ROe={curveBasis:lF,curveBasisClosed:QLe,curveBasisOpen:JLe,curveBumpX:YLe,curveBumpY:XLe,curveBundle:ZLe,curveCardinalClosed:eMe,curveCardinalOpen:nMe,curveCardinal:tMe,curveCatmullRomClosed:iMe,curveCatmullRomOpen:sMe,curveCatmullRom:rMe,curveLinear:Vg,curveLinearClosed:aMe,curveMonotoneX:oMe,curveMonotoneY:cMe,curveNatural:uMe,curveStep:lMe,curveStepAfter:fMe,curveStepBefore:hMe},jOe=/\s*(?:(\w+)(?=:):|(\w+))\s*(?:(\w+)|((?:(?!}%{2}).|\r?\n)*))?\s*(?:}%{2})?/gi,$Oe=function(i,a){const f=cFt(i,/(?:init\b)|(?:initialize\b)/);let g={};if(Array.isArray(f)){const b=f.map(E=>E.args);GW(b),g=Td(g,[...b])}else g=f.args;if(!g)return;let w=KW(i,a);const v="config";return g[v]!==void 0&&(w==="flowchart-v2"&&(w="flowchart"),g[w]=g[v],delete g[v]),g},cFt=function(i,a=null){try{const f=new RegExp(`[%]{2}(?![{]${jOe.source})(?=[}][%]{2}).*
+`,"ig");i=i.trim().replace(f,"").replace(/'/gm,'"'),Wt.debug(`Detecting diagram directive${a!==null?" type:"+a:""} based on the text:${i}`);let g;const w=[];for(;(g=wF.exec(i))!==null;)if(g.index===wF.lastIndex&&wF.lastIndex++,g&&!a||a&&g[1]&&g[1].match(a)||a&&g[2]&&g[2].match(a)){const v=g[1]?g[1]:g[2],b=g[3]?g[3].trim():g[4]?JSON.parse(g[4].trim()):null;w.push({type:v,args:b})}return w.length===0?{type:i,args:null}:w.length===1?w[0]:w}catch(f){return Wt.error(`ERROR: ${f.message} - Unable to parse directive type: '${a}' based on the text: '${i}'`),{type:void 0,args:null}}},zOe=function(i){return i.replace(wF,"")},qOe=function(i,a){for(const[f,g]of a.entries())if(g.match(i))return f;return-1};function Vw(i,a){if(!i)return a;const f=`curve${i.charAt(0).toUpperCase()+i.slice(1)}`;return ROe[f]??a}function HOe(i,a){const f=i.trim();if(f)return a.securityLevel!=="loose"?c8(f):f}const VOe=(i,...a)=>{const f=i.split("."),g=f.length-1,w=f[g];let v=window;for(let b=0;b<g;b++)if(v=v[f[b]],!v){Wt.error(`Function name: ${i} not found in window`);return}v[w](...a)};function uFt(i,a){return!i||!a?0:Math.sqrt(Math.pow(a.x-i.x,2)+Math.pow(a.y-i.y,2))}function UOe(i){let a,f=0;i.forEach(w=>{f+=uFt(w,a),a=w});const g=f/2;return pgt(i,g)}function GOe(i){return i.length===1?i[0]:UOe(i)}const lFt=(i,a=2)=>{const f=Math.pow(10,a);return Math.round(i*f)/f},pgt=(i,a)=>{let f,g=a;for(const w of i){if(f){const v=uFt(w,f);if(v<g)g-=v;else{const b=g/v;if(b<=0)return f;if(b>=1)return{x:w.x,y:w.y};if(b>0&&b<1)return{x:lFt((1-b)*f.x+b*w.x,5),y:lFt((1-b)*f.y+b*w.y,5)}}}f=w}throw new Error("Could not find a suitable point for the given distance")},KOe=(i,a,f)=>{Wt.info(`our points ${JSON.stringify(a)}`),a[0]!==f&&(a=a.reverse());const w=pgt(a,25),v=i?10:5,b=Math.atan2(a[0].y-w.y,a[0].x-w.x),E={x:0,y:0};return E.x=Math.sin(b)*v+(a[0].x+w.x)/2,E.y=-Math.cos(b)*v+(a[0].y+w.y)/2,E};function WOe(i,a,f){const g=structuredClone(f);Wt.info("our points",g),a!=="start_left"&&a!=="start_right"&&g.reverse();const w=25+i,v=pgt(g,w),b=10+i*.5,E=Math.atan2(g[0].y-v.y,g[0].x-v.x),_={x:0,y:0};return a==="start_left"?(_.x=Math.sin(E+Math.PI)*b+(g[0].x+v.x)/2,_.y=-Math.cos(E+Math.PI)*b+(g[0].y+v.y)/2):a==="end_right"?(_.x=Math.sin(E-Math.PI)*b+(g[0].x+v.x)/2-5,_.y=-Math.cos(E-Math.PI)*b+(g[0].y+v.y)/2-5):a==="end_left"?(_.x=Math.sin(E)*b+(g[0].x+v.x)/2-5,_.y=-Math.cos(E)*b+(g[0].y+v.y)/2-5):(_.x=Math.sin(E)*b+(g[0].x+v.x)/2,_.y=-Math.cos(E)*b+(g[0].y+v.y)/2),_}function Uw(i){let a="",f="";for(const g of i)g!==void 0&&(g.startsWith("color:")||g.startsWith("text-align:")?f=f+g+";":a=a+g+";");return{style:a,labelStyle:f}}let hFt=0;const fFt=()=>(hFt++,"id-"+Math.random().toString(36).substr(2,12)+"-"+hFt);function YOe(i){let a="";const f="0123456789abcdef",g=f.length;for(let w=0;w<i;w++)a+=f.charAt(Math.floor(Math.random()*g));return a}const dFt=i=>YOe(i.length),XOe=function(){return{x:0,y:0,fill:void 0,anchor:"start",style:"#666",width:100,height:100,textMargin:0,rx:0,ry:0,valign:void 0,text:""}},QOe=function(i,a){const f=a.text.replace(ei.lineBreakRegex," "),[,g]=QL(a.fontSize),w=i.append("text");w.attr("x",a.x),w.attr("y",a.y),w.style("text-anchor",a.anchor),w.style("font-family",a.fontFamily),w.style("font-size",g),w.style("font-weight",a.fontWeight),w.attr("fill",a.fill),a.class!==void 0&&w.attr("class",a.class);const v=w.append("tspan");return v.attr("x",a.x+a.textMargin*2),v.attr("fill",a.fill),v.text(f),w},gFt=GL((i,a,f)=>{if(!i||(f=Object.assign({fontSize:12,fontWeight:400,fontFamily:"Arial",joinWith:"<br/>"},f),ei.lineBreakRegex.test(i)))return i;const g=i.split(" "),w=[];let v="";return g.forEach((b,E)=>{const _=n4(`${b} `,f),S=n4(v,f);if(_>a){const{hyphenatedStrings:F,remainingWord:R}=JOe(b,a,"-",f);w.push(v,...F),v=R}else S+_>=a?(w.push(v),v=b):v=[v,b].filter(Boolean).join(" ");E+1===g.length&&w.push(v)}),w.filter(b=>b!=="").join(f.joinWith)},(i,a,f)=>`${i}${a}${f.fontSize}${f.fontWeight}${f.fontFamily}${f.joinWith}`),JOe=GL((i,a,f="-",g)=>{g=Object.assign({fontSize:12,fontWeight:400,fontFamily:"Arial",margin:0},g);const w=[...i],v=[];let b="";return w.forEach((E,_)=>{const S=`${b}${E}`;if(n4(S,g)>=a){const B=_+1,F=w.length===B,R=`${S}${f}`;v.push(F?S:R),b=""}else b=S}),{hyphenatedStrings:v,remainingWord:b}},(i,a,f="-",g)=>`${i}${a}${f}${g.fontSize}${g.fontWeight}${g.fontFamily}`);function bgt(i,a){return wgt(i,a).height}function n4(i,a){return wgt(i,a).width}const wgt=GL((i,a)=>{const{fontSize:f=12,fontFamily:g="Arial",fontWeight:w=400}=a;if(!i)return{width:0,height:0};const[,v]=QL(f),b=["sans-serif",g],E=i.split(ei.lineBreakRegex),_=[],S=xr("body");if(!S.remove)return{width:0,height:0,lineHeight:0};const I=S.append("svg");for(const F of b){let R=0;const q={width:0,height:0,lineHeight:0};for(const X of E){const rt=XOe();rt.text=X||oFt;const at=QOe(I,rt).style("font-size",v).style("font-weight",w).style("font-family",F),ut=(at._groups||at)[0][0].getBBox();if(ut.width===0&&ut.height===0)throw new Error("svg element not in render tree");q.width=Math.round(Math.max(q.width,ut.width)),R=Math.round(ut.height),q.height+=R,q.lineHeight=Math.round(Math.max(q.lineHeight,R))}_.push(q)}I.remove();const B=isNaN(_[1].height)||isNaN(_[1].width)||isNaN(_[1].lineHeight)||_[0].height>_[1].height&&_[0].width>_[1].width&&_[0].lineHeight>_[1].lineHeight?0:1;return _[B]},(i,a)=>`${i}${a.fontSize}${a.fontWeight}${a.fontFamily}`);class ZOe{constructor(a=!1,f){this.count=0,this.count=f?f.length:0,this.next=a?()=>this.count++:()=>Date.now()}}let aY;const tPe=function(i){return aY=aY||document.createElement("div"),i=escape(i).replace(/%26/g,"&").replace(/%23/g,"#").replace(/%3B/g,";"),aY.innerHTML=i,unescape(aY.textContent)};function pFt(i){return"str"in i}const ePe=(i,a,f,g)=>{var v;if(!g)return;const w=(v=i.node())==null?void 0:v.getBBox();w&&i.append("text").text(g).attr("x",w.x+w.width/2).attr("y",-f).attr("class",a)},QL=i=>{if(typeof i=="number")return[i,i+"px"];const a=parseInt(i??"",10);return Number.isNaN(a)?[void 0,void 0]:i===String(a)?[a,i+"px"]:[a,i]};function TF(i,a){return sY({},i,a)}const ao={assignWithDepth:Td,wrapLabel:gFt,calculateTextHeight:bgt,calculateTextWidth:n4,calculateTextDimensions:wgt,cleanAndMerge:TF,detectInit:$Oe,detectDirective:cFt,isSubstringInArray:qOe,interpolateToCurve:Vw,calcLabelPosition:GOe,calcCardinalityPosition:KOe,calcTerminalLabelPosition:WOe,formatUrl:HOe,getStylesFromArray:Uw,generateId:fFt,random:dFt,runFunc:VOe,entityDecode:tPe,insertTitle:ePe,parseFontSize:QL,InitIDGenerator:ZOe},nPe=function(i){let a=i;return a=a.replace(/style.*:\S*#.*;/g,function(f){return f.substring(0,f.length-1)}),a=a.replace(/classDef.*:\S*#.*;/g,function(f){return f.substring(0,f.length-1)}),a=a.replace(/#\w+;/g,function(f){const g=f.substring(1,f.length-1);return/^\+?\d+$/.test(g)?"fl°°"+g+"¶ß":"fl°"+g+"¶ß"}),a},CF=function(i){return i.replace(/fl°°/g,"&#").replace(/fl°/g,"&").replace(/¶ß/g,";")};var bFt="comm",wFt="rule",mFt="decl",rPe="@import",iPe="@keyframes",sPe=Math.abs,mgt=String.fromCharCode;function vFt(i){return i.trim()}function vgt(i,a,f){return i.replace(a,f)}function aPe(i,a){return i.indexOf(a)}function _F(i,a){return i.charCodeAt(a)|0}function SF(i,a,f){return i.slice(a,f)}function d8(i){return i.length}function yFt(i){return i.length}function oY(i,a){return a.push(i),i}var cY=1,JL=1,xFt=0,Gw=0,a1=0,ZL="";function ygt(i,a,f,g,w,v,b){return{value:i,root:a,parent:f,type:g,props:w,children:v,line:cY,column:JL,length:b,return:""}}function oPe(){return a1}function cPe(){return a1=Gw>0?_F(ZL,--Gw):0,JL--,a1===10&&(JL=1,cY--),a1}function Gv(){return a1=Gw<xFt?_F(ZL,Gw++):0,JL++,a1===10&&(JL=1,cY++),a1}function m9(){return _F(ZL,Gw)}function uY(){return Gw}function lY(i,a){return SF(ZL,i,a)}function xgt(i){switch(i){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function uPe(i){return cY=JL=1,xFt=d8(ZL=i),Gw=0,[]}function lPe(i){return ZL="",i}function kgt(i){return vFt(lY(Gw-1,Egt(i===91?i+2:i===40?i+1:i)))}function hPe(i){for(;(a1=m9())&&a1<33;)Gv();return xgt(i)>2||xgt(a1)>3?"":" "}function fPe(i,a){for(;--a&&Gv()&&!(a1<48||a1>102||a1>57&&a1<65||a1>70&&a1<97););return lY(i,uY()+(a<6&&m9()==32&&Gv()==32))}function Egt(i){for(;Gv();)switch(a1){case i:return Gw;case 34:case 39:i!==34&&i!==39&&Egt(a1);break;case 40:i===41&&Egt(i);break;case 92:Gv();break}return Gw}function dPe(i,a){for(;Gv()&&i+a1!==47+10;)if(i+a1===42+42&&m9()===47)break;return"/*"+lY(a,Gw-1)+"*"+mgt(i===47?i:Gv())}function gPe(i){for(;!xgt(m9());)Gv();return lY(i,Gw)}function pPe(i){return lPe(hY("",null,null,null,[""],i=uPe(i),0,[0],i))}function hY(i,a,f,g,w,v,b,E,_){for(var S=0,I=0,B=b,F=0,R=0,q=0,X=1,rt=1,at=1,ut=0,pt="",yt=w,mt=v,gt=g,ht=pt;rt;)switch(q=ut,ut=Gv()){case 40:if(q!=108&&_F(ht,B-1)==58){aPe(ht+=vgt(kgt(ut),"&","&\f"),"&\f")!=-1&&(at=-1);break}case 34:case 39:case 91:ht+=kgt(ut);break;case 9:case 10:case 13:case 32:ht+=hPe(q);break;case 92:ht+=fPe(uY()-1,7);continue;case 47:switch(m9()){case 42:case 47:oY(bPe(dPe(Gv(),uY()),a,f),_);break;default:ht+="/"}break;case 123*X:E[S++]=d8(ht)*at;case 125*X:case 59:case 0:switch(ut){case 0:case 125:rt=0;case 59+I:R>0&&d8(ht)-B&&oY(R>32?EFt(ht+";",g,f,B-1):EFt(vgt(ht," ","")+";",g,f,B-2),_);break;case 59:ht+=";";default:if(oY(gt=kFt(ht,a,f,S,I,w,E,pt,yt=[],mt=[],B),v),ut===123)if(I===0)hY(ht,a,gt,gt,yt,v,B,E,mt);else switch(F===99&&_F(ht,3)===110?100:F){case 100:case 109:case 115:hY(i,gt,gt,g&&oY(kFt(i,gt,gt,0,0,w,E,pt,w,yt=[],B),mt),w,mt,B,E,g?yt:mt);break;default:hY(ht,gt,gt,gt,[""],mt,0,E,mt)}}S=I=R=0,X=at=1,pt=ht="",B=b;break;case 58:B=1+d8(ht),R=q;default:if(X<1){if(ut==123)--X;else if(ut==125&&X++==0&&cPe()==125)continue}switch(ht+=mgt(ut),ut*X){case 38:at=I>0?1:(ht+="\f",-1);break;case 44:E[S++]=(d8(ht)-1)*at,at=1;break;case 64:m9()===45&&(ht+=kgt(Gv())),F=m9(),I=B=d8(pt=ht+=gPe(uY())),ut++;break;case 45:q===45&&d8(ht)==2&&(X=0)}}return v}function kFt(i,a,f,g,w,v,b,E,_,S,I){for(var B=w-1,F=w===0?v:[""],R=yFt(F),q=0,X=0,rt=0;q<g;++q)for(var at=0,ut=SF(i,B+1,B=sPe(X=b[q])),pt=i;at<R;++at)(pt=vFt(X>0?F[at]+" "+ut:vgt(ut,/&\f/g,F[at])))&&(_[rt++]=pt);return ygt(i,a,f,w===0?wFt:E,_,S,I)}function bPe(i,a,f){return ygt(i,a,f,bFt,mgt(oPe()),SF(i,2,-2),0)}function EFt(i,a,f,g){return ygt(i,a,f,mFt,SF(i,0,g),SF(i,g+1,-1),g)}function Tgt(i,a){for(var f="",g=yFt(i),w=0;w<g;w++)f+=a(i[w],w,i,a)||"";return f}function wPe(i,a,f,g){switch(i.type){case rPe:case mFt:return i.return=i.return||i.value;case bFt:return"";case iPe:return i.return=i.value+"{"+Tgt(i.children,g)+"}";case wFt:i.value=i.props.join(",")}return d8(f=Tgt(i.children,g))?i.return=i.value+"{"+f+"}":""}const TFt="10.7.0",tM=Object.freeze(yf);let nb=Td({},tM),CFt,eM=[],AF=Td({},tM);const fY=(i,a)=>{let f=Td({},i),g={};for(const w of a)AFt(w),g=Td(g,w);if(f=Td(f,g),g.theme&&g.theme in _x){const w=Td({},CFt),v=Td(w.themeVariables||{},g.themeVariables);f.theme&&f.theme in _x&&(f.themeVariables=_x[f.theme].getThemeVariables(v))}return AF=f,MFt(AF),AF},mPe=i=>(nb=Td({},tM),nb=Td(nb,i),i.theme&&_x[i.theme]&&(nb.themeVariables=_x[i.theme].getThemeVariables(i.themeVariables)),fY(nb,eM),nb),vPe=i=>{CFt=Td({},i)},yPe=i=>(nb=Td(nb,i),fY(nb,eM),nb),_Ft=()=>Td({},nb),SFt=i=>(MFt(i),Td(AF,i),h0()),h0=()=>Td({},AF),AFt=i=>{i&&(["secure",...nb.secure??[]].forEach(a=>{Object.hasOwn(i,a)&&(Wt.debug(`Denied attempt to modify a secure key ${a}`,i[a]),delete i[a])}),Object.keys(i).forEach(a=>{a.startsWith("__")&&delete i[a]}),Object.keys(i).forEach(a=>{typeof i[a]=="string"&&(i[a].includes("<")||i[a].includes(">")||i[a].includes("url(data:"))&&delete i[a],typeof i[a]=="object"&&AFt(i[a])}))},xPe=i=>{GW(i),i.fontFamily&&(!i.themeVariables||!i.themeVariables.fontFamily)&&(i.themeVariables={fontFamily:i.fontFamily}),eM.push(i),fY(nb,eM)},dY=(i=nb)=>{eM=[],fY(i,eM)},kPe={LAZY_LOAD_DEPRECATED:"The configuration options lazyLoadedDiagrams and loadExternalDiagramsAtStartup are deprecated. Please use registerExternalDiagrams instead."},LFt={},EPe=i=>{LFt[i]||(Wt.warn(kPe[i]),LFt[i]=!0)},MFt=i=>{i&&(i.lazyLoadedDiagrams||i.loadExternalDiagramsAtStartup)&&EPe("LAZY_LOAD_DEPRECATED")},DFt="c4",TPe={id:DFt,detector:i=>/^\s*C4Context|C4Container|C4Component|C4Dynamic|C4Deployment/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>zRe);return{id:DFt,diagram:i}}},IFt="flowchart",CPe={id:IFt,detector:(i,a)=>{var f,g;return((f=a==null?void 0:a.flowchart)==null?void 0:f.defaultRenderer)==="dagre-wrapper"||((g=a==null?void 0:a.flowchart)==null?void 0:g.defaultRenderer)==="elk"?!1:/^\s*graph/.test(i)},loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>WKe);return{id:IFt,diagram:i}}},OFt="flowchart-v2",_Pe={id:OFt,detector:(i,a)=>{var f,g,w;return((f=a==null?void 0:a.flowchart)==null?void 0:f.defaultRenderer)==="dagre-d3"||((g=a==null?void 0:a.flowchart)==null?void 0:g.defaultRenderer)==="elk"?!1:/^\s*graph/.test(i)&&((w=a==null?void 0:a.flowchart)==null?void 0:w.defaultRenderer)==="dagre-wrapper"?!0:/^\s*flowchart/.test(i)},loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>YKe);return{id:OFt,diagram:i}}},PFt="er",SPe={id:PFt,detector:i=>/^\s*erDiagram/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>xWe);return{id:PFt,diagram:i}}},NFt="gitGraph",APe={id:NFt,detector:i=>/^\s*gitGraph/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>GWe);return{id:NFt,diagram:i}}},FFt="gantt",LPe={id:FFt,detector:i=>/^\s*gantt/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>NYe);return{id:FFt,diagram:i}}},BFt="info",MPe={id:BFt,detector:i=>/^\s*info/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>BYe);return{id:BFt,diagram:i}}},RFt="pie",DPe={id:RFt,detector:i=>/^\s*pie/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>HYe);return{id:RFt,diagram:i}}},jFt="quadrantChart",IPe={id:jFt,detector:i=>/^\s*quadrantChart/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>sXe);return{id:jFt,diagram:i}}},$Ft="xychart",OPe={id:$Ft,detector:i=>/^\s*xychart-beta/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>LXe);return{id:$Ft,diagram:i}}},zFt="requirement",PPe={id:zFt,detector:i=>/^\s*requirement(Diagram)?/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>jXe);return{id:zFt,diagram:i}}},qFt="sequence",NPe={id:qFt,detector:i=>/^\s*sequenceDiagram/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>UQe);return{id:qFt,diagram:i}}},HFt="class",FPe={id:HFt,detector:(i,a)=>{var f;return((f=a==null?void 0:a.class)==null?void 0:f.defaultRenderer)==="dagre-wrapper"?!1:/^\s*classDiagram/.test(i)},loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>pJe);return{id:HFt,diagram:i}}},VFt="classDiagram",BPe={id:VFt,detector:(i,a)=>{var f;return/^\s*classDiagram/.test(i)&&((f=a==null?void 0:a.class)==null?void 0:f.defaultRenderer)==="dagre-wrapper"?!0:/^\s*classDiagram-v2/.test(i)},loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>xJe);return{id:VFt,diagram:i}}},UFt="state",RPe={id:UFt,detector:(i,a)=>{var f;return((f=a==null?void 0:a.state)==null?void 0:f.defaultRenderer)==="dagre-wrapper"?!1:/^\s*stateDiagram/.test(i)},loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>cZe);return{id:UFt,diagram:i}}},GFt="stateDiagram",jPe={id:GFt,detector:(i,a)=>{var f;return!!(/^\s*stateDiagram-v2/.test(i)||/^\s*stateDiagram/.test(i)&&((f=a==null?void 0:a.state)==null?void 0:f.defaultRenderer)==="dagre-wrapper")},loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>SZe);return{id:GFt,diagram:i}}},KFt="journey",$Pe={id:KFt,detector:i=>/^\s*journey/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>GZe);return{id:KFt,diagram:i}}},zPe=function(i,a){for(let f of a)i.attr(f[0],f[1])},qPe=function(i,a,f){let g=new Map;return f?(g.set("width","100%"),g.set("style",`max-width: ${a}px;`)):(g.set("height",i),g.set("width",a)),g},Kg=function(i,a,f,g){const w=qPe(a,f,g);zPe(i,w)},g8=function(i,a,f,g){const w=a.node().getBBox(),v=w.width,b=w.height;Wt.info(`SVG bounds: ${v}x${b}`,w);let E=0,_=0;Wt.info(`Graph bounds: ${E}x${_}`,i),E=v+f*2,_=b+f*2,Wt.info(`Calculated bounds: ${E}x${_}`),Kg(a,_,E,g);const S=`${w.x-f} ${w.y-f} ${w.width+2*f} ${w.height+2*f}`;a.attr("viewBox",S)},gY={},HPe=(i,a,f)=>{let g="";return i in gY&&gY[i]?g=gY[i](f):Wt.warn(`No theme found for ${i}`),` & {
+ font-family: ${f.fontFamily};
+ font-size: ${f.fontSize};
+ fill: ${f.textColor}
+ }
+
+ /* Classes common for multiple diagrams */
+
+ & .error-icon {
+ fill: ${f.errorBkgColor};
+ }
+ & .error-text {
+ fill: ${f.errorTextColor};
+ stroke: ${f.errorTextColor};
+ }
+
+ & .edge-thickness-normal {
+ stroke-width: 2px;
+ }
+ & .edge-thickness-thick {
+ stroke-width: 3.5px
+ }
+ & .edge-pattern-solid {
+ stroke-dasharray: 0;
+ }
+
+ & .edge-pattern-dashed{
+ stroke-dasharray: 3;
+ }
+ .edge-pattern-dotted {
+ stroke-dasharray: 2;
+ }
+
+ & .marker {
+ fill: ${f.lineColor};
+ stroke: ${f.lineColor};
+ }
+ & .marker.cross {
+ stroke: ${f.lineColor};
+ }
+
+ & svg {
+ font-family: ${f.fontFamily};
+ font-size: ${f.fontSize};
+ }
+
+ ${g}
+
+ ${a}
+`},VPe=(i,a)=>{a!==void 0&&(gY[i]=a)},UPe=HPe;let Cgt="",_gt="",Sgt="";const Agt=i=>Ed(i,h0()),Wg=()=>{Cgt="",Sgt="",_gt=""},ng=i=>{Cgt=Agt(i).replace(/^\s+/g,"")},Yg=()=>Cgt,Xg=i=>{Sgt=Agt(i).replace(/\n\s+/g,`
+`)},Qg=()=>Sgt,y2=i=>{_gt=Agt(i)},Jg=()=>_gt,WFt=Object.freeze(Object.defineProperty({__proto__:null,clear:Wg,getAccDescription:Qg,getAccTitle:Yg,getDiagramTitle:Jg,setAccDescription:Xg,setAccTitle:ng,setDiagramTitle:y2},Symbol.toStringTag,{value:"Module"})),GPe=Wt,KPe=s0t,Re=h0,WPe=SFt,YFt=tM,YPe=i=>Ed(i,Re()),XFt=g8,XPe=()=>WFt,pY={},bY=(i,a,f)=>{var g;if(pY[i])throw new Error(`Diagram ${i} already registered.`);pY[i]=a,f&&DNt(i,f),VPe(i,a.styles),(g=a.injectUtils)==null||g.call(a,GPe,KPe,Re,YPe,XFt,XPe(),()=>{})},Lgt=i=>{if(i in pY)return pY[i];throw new QPe(i)};class QPe extends Error{constructor(a){super(`Diagram ${a} not found.`)}}const wY=i=>{var w;const{securityLevel:a}=Re();let f=xr("body");if(a==="sandbox"){const b=((w=xr(`#i${i}`).node())==null?void 0:w.contentDocument)??document;f=xr(b.body)}return f.select(`#${i}`)},QFt={draw:(i,a,f)=>{Wt.debug(`renering svg for syntax error
+`);const g=wY(a);g.attr("viewBox","0 0 2412 512"),Kg(g,100,512,!0);const w=g.append("g");w.append("path").attr("class","error-icon").attr("d","m411.313,123.313c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32-9.375,9.375-20.688-20.688c-12.484-12.5-32.766-12.5-45.25,0l-16,16c-1.261,1.261-2.304,2.648-3.31,4.051-21.739-8.561-45.324-13.426-70.065-13.426-105.867,0-192,86.133-192,192s86.133,192 192,192 192-86.133 192-192c0-24.741-4.864-48.327-13.426-70.065 1.402-1.007 2.79-2.049 4.051-3.31l16-16c12.5-12.492 12.5-32.758 0-45.25l-20.688-20.688 9.375-9.375 32.001-31.999zm-219.313,100.687c-52.938,0-96,43.063-96,96 0,8.836-7.164,16-16,16s-16-7.164-16-16c0-70.578 57.422-128 128-128 8.836,0 16,7.164 16,16s-7.164,16-16,16z"),w.append("path").attr("class","error-icon").attr("d","m459.02,148.98c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l16,16c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16.001-16z"),w.append("path").attr("class","error-icon").attr("d","m340.395,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16-16c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l15.999,16z"),w.append("path").attr("class","error-icon").attr("d","m400,64c8.844,0 16-7.164 16-16v-32c0-8.836-7.156-16-16-16-8.844,0-16,7.164-16,16v32c0,8.836 7.156,16 16,16z"),w.append("path").attr("class","error-icon").attr("d","m496,96.586h-32c-8.844,0-16,7.164-16,16 0,8.836 7.156,16 16,16h32c8.844,0 16-7.164 16-16 0-8.836-7.156-16-16-16z"),w.append("path").attr("class","error-icon").attr("d","m436.98,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688l32-32c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32c-6.251,6.25-6.251,16.375-0.001,22.625z"),w.append("text").attr("class","error-text").attr("x",1440).attr("y",250).attr("font-size","150px").style("text-anchor","middle").text("Syntax error in text"),w.append("text").attr("class","error-text").attr("x",1250).attr("y",400).attr("font-size","100px").style("text-anchor","middle").text(`mermaid version ${f}`)}},JPe=QFt,ZPe={db:{},renderer:QFt,parser:{parser:{yy:{}},parse:()=>{}}},JFt="flowchart-elk",tNe={id:JFt,detector:(i,a)=>{var f;return!!(/^\s*flowchart-elk/.test(i)||/^\s*flowchart|graph/.test(i)&&((f=a==null?void 0:a.flowchart)==null?void 0:f.defaultRenderer)==="elk")},loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>ctn);return{id:JFt,diagram:i}}},ZFt="timeline",eNe={id:ZFt,detector:i=>/^\s*timeline/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>Stn);return{id:ZFt,diagram:i}}},tBt="mindmap",nNe={id:tBt,detector:i=>/^\s*mindmap/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>ren);return{id:tBt,diagram:i}}},eBt="sankey",rNe={id:eBt,detector:i=>/^\s*sankey-beta/.test(i),loader:async()=>{const{diagram:i}=await Promise.resolve().then(()=>Oen);return{id:eBt,diagram:i}}};let nBt=!1;const Mgt=()=>{nBt||(nBt=!0,bY("error",ZPe,i=>i.toLowerCase().trim()==="error"),bY("---",{db:{clear:()=>{}},styles:{},renderer:{draw:()=>{}},parser:{parser:{yy:{}},parse:()=>{throw new Error("Diagrams beginning with --- are not valid. If you were trying to use a YAML front-matter, please ensure that you've correctly opened and closed the YAML front-matter with un-indented `---` blocks")}},init:()=>null},i=>i.toLowerCase().trimStart().startsWith("---")),MNt(TPe,BPe,FPe,SPe,LPe,MPe,DPe,PPe,NPe,tNe,_Pe,CPe,nNe,eNe,APe,jPe,RPe,$Pe,IPe,rNe,OPe))};class rBt{constructor(a,f={}){this.text=a,this.metadata=f,this.type="graph",this.text=nPe(a),this.text+=`
+`;const g=h0();try{this.type=KW(a,g)}catch(v){this.type="error",this.detectError=v}const w=Lgt(this.type);Wt.debug("Type "+this.type),this.db=w.db,this.renderer=w.renderer,this.parser=w.parser,this.parser.parser.yy=this.db,this.init=w.init,this.parse()}parse(){var f,g,w,v,b;if(this.detectError)throw this.detectError;(g=(f=this.db).clear)==null||g.call(f);const a=h0();(w=this.init)==null||w.call(this,a),this.metadata.title&&((b=(v=this.db).setDiagramTitle)==null||b.call(v,this.metadata.title)),this.parser.parse(this.text)}async render(a,f){await this.renderer.draw(this.text,a,f,this)}getParser(){return this.parser}getType(){return this.type}}const iNe=async(i,a={})=>{const f=KW(i,h0());try{Lgt(f)}catch{const w=cDe(f);if(!w)throw new LNt(`Diagram ${f} not found.`);const{id:v,diagram:b}=await w();bY(v,b)}return new rBt(i,a)};let Dgt=[];const sNe=i=>{Dgt.push(i)},aNe=()=>{Dgt.forEach(i=>{i()}),Dgt=[]};var oNe=VNt(Object.keys,Object);const cNe=oNe;var uNe=Object.prototype,lNe=uNe.hasOwnProperty;function iBt(i){if(!ZW(i))return cNe(i);var a=[];for(var f in Object(i))lNe.call(i,f)&&f!="constructor"&&a.push(f);return a}var hNe=g9(Vv,"DataView");const Igt=hNe;var fNe=g9(Vv,"Promise");const Ogt=fNe;var dNe=g9(Vv,"Set");const nM=dNe;var gNe=g9(Vv,"WeakMap");const Pgt=gNe;var sBt="[object Map]",pNe="[object Object]",aBt="[object Promise]",oBt="[object Set]",cBt="[object WeakMap]",uBt="[object DataView]",bNe=d9(Igt),wNe=d9(yF),mNe=d9(Ogt),vNe=d9(nM),yNe=d9(Pgt),v9=f9;(Igt&&v9(new Igt(new ArrayBuffer(1)))!=uBt||yF&&v9(new yF)!=sBt||Ogt&&v9(Ogt.resolve())!=aBt||nM&&v9(new nM)!=oBt||Pgt&&v9(new Pgt)!=cBt)&&(v9=function(i){var a=f9(i),f=a==pNe?i.constructor:void 0,g=f?d9(f):"";if(g)switch(g){case bNe:return uBt;case wNe:return sBt;case mNe:return aBt;case vNe:return oBt;case yNe:return cBt}return a});const rM=v9;var xNe="[object Map]",kNe="[object Set]",ENe=Object.prototype,TNe=ENe.hasOwnProperty;function LF(i){if(i==null)return!0;if(f8(i)&&(s1(i)||typeof i=="string"||typeof i.splice=="function"||WL(i)||eY(i)||KL(i)))return!i.length;var a=rM(i);if(a==xNe||a==kNe)return!i.size;if(ZW(i))return!iBt(i).length;for(var f in i)if(TNe.call(i,f))return!1;return!0}const CNe="graphics-document document";function _Ne(i,a){i.attr("role",CNe),a!==""&&i.attr("aria-roledescription",a)}function SNe(i,a,f,g){if(i.insert!==void 0){if(f){const w=`chart-desc-${g}`;i.attr("aria-describedby",w),i.insert("desc",":first-child").attr("id",w).text(f)}if(a){const w=`chart-title-${g}`;i.attr("aria-labelledby",w),i.insert("title",":first-child").attr("id",w).text(a)}}}const ANe=i=>i.replace(/^\s*%%(?!{)[^\n]+\n?/gm,"").trimStart();/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */function lBt(i){return typeof i>"u"||i===null}function LNe(i){return typeof i=="object"&&i!==null}function MNe(i){return Array.isArray(i)?i:lBt(i)?[]:[i]}function DNe(i,a){var f,g,w,v;if(a)for(v=Object.keys(a),f=0,g=v.length;f<g;f+=1)w=v[f],i[w]=a[w];return i}function INe(i,a){var f="",g;for(g=0;g<a;g+=1)f+=i;return f}function ONe(i){return i===0&&Number.NEGATIVE_INFINITY===1/i}var PNe=lBt,NNe=LNe,FNe=MNe,BNe=INe,RNe=ONe,jNe=DNe,Zg={isNothing:PNe,isObject:NNe,toArray:FNe,repeat:BNe,isNegativeZero:RNe,extend:jNe};function hBt(i,a){var f="",g=i.reason||"(unknown reason)";return i.mark?(i.mark.name&&(f+='in "'+i.mark.name+'" '),f+="("+(i.mark.line+1)+":"+(i.mark.column+1)+")",!a&&i.mark.snippet&&(f+=`
+
+`+i.mark.snippet),g+" "+f):g}function MF(i,a){Error.call(this),this.name="YAMLException",this.reason=i,this.mark=a,this.message=hBt(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}MF.prototype=Object.create(Error.prototype),MF.prototype.constructor=MF,MF.prototype.toString=function(a){return this.name+": "+hBt(this,a)};var Mx=MF;function Ngt(i,a,f,g,w){var v="",b="",E=Math.floor(w/2)-1;return g-a>E&&(v=" ... ",a=g-E+v.length),f-g>E&&(b=" ...",f=g+E-b.length),{str:v+i.slice(a,f).replace(/\t/g,"→")+b,pos:g-a+v.length}}function Fgt(i,a){return Zg.repeat(" ",a-i.length)+i}function $Ne(i,a){if(a=Object.create(a||null),!i.buffer)return null;a.maxLength||(a.maxLength=79),typeof a.indent!="number"&&(a.indent=1),typeof a.linesBefore!="number"&&(a.linesBefore=3),typeof a.linesAfter!="number"&&(a.linesAfter=2);for(var f=/\r?\n|\r|\0/g,g=[0],w=[],v,b=-1;v=f.exec(i.buffer);)w.push(v.index),g.push(v.index+v[0].length),i.position<=v.index&&b<0&&(b=g.length-2);b<0&&(b=g.length-1);var E="",_,S,I=Math.min(i.line+a.linesAfter,w.length).toString().length,B=a.maxLength-(a.indent+I+3);for(_=1;_<=a.linesBefore&&!(b-_<0);_++)S=Ngt(i.buffer,g[b-_],w[b-_],i.position-(g[b]-g[b-_]),B),E=Zg.repeat(" ",a.indent)+Fgt((i.line-_+1).toString(),I)+" | "+S.str+`
+`+E;for(S=Ngt(i.buffer,g[b],w[b],i.position,B),E+=Zg.repeat(" ",a.indent)+Fgt((i.line+1).toString(),I)+" | "+S.str+`
+`,E+=Zg.repeat("-",a.indent+I+3+S.pos)+`^
+`,_=1;_<=a.linesAfter&&!(b+_>=w.length);_++)S=Ngt(i.buffer,g[b+_],w[b+_],i.position-(g[b]-g[b+_]),B),E+=Zg.repeat(" ",a.indent)+Fgt((i.line+_+1).toString(),I)+" | "+S.str+`
+`;return E.replace(/\n$/,"")}var zNe=$Ne,qNe=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],HNe=["scalar","sequence","mapping"];function VNe(i){var a={};return i!==null&&Object.keys(i).forEach(function(f){i[f].forEach(function(g){a[String(g)]=f})}),a}function UNe(i,a){if(a=a||{},Object.keys(a).forEach(function(f){if(qNe.indexOf(f)===-1)throw new Mx('Unknown option "'+f+'" is met in definition of "'+i+'" YAML type.')}),this.options=a,this.tag=i,this.kind=a.kind||null,this.resolve=a.resolve||function(){return!0},this.construct=a.construct||function(f){return f},this.instanceOf=a.instanceOf||null,this.predicate=a.predicate||null,this.represent=a.represent||null,this.representName=a.representName||null,this.defaultStyle=a.defaultStyle||null,this.multi=a.multi||!1,this.styleAliases=VNe(a.styleAliases||null),HNe.indexOf(this.kind)===-1)throw new Mx('Unknown kind "'+this.kind+'" is specified for "'+i+'" YAML type.')}var rg=UNe;function fBt(i,a){var f=[];return i[a].forEach(function(g){var w=f.length;f.forEach(function(v,b){v.tag===g.tag&&v.kind===g.kind&&v.multi===g.multi&&(w=b)}),f[w]=g}),f}function GNe(){var i={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},a,f;function g(w){w.multi?(i.multi[w.kind].push(w),i.multi.fallback.push(w)):i[w.kind][w.tag]=i.fallback[w.tag]=w}for(a=0,f=arguments.length;a<f;a+=1)arguments[a].forEach(g);return i}function Bgt(i){return this.extend(i)}Bgt.prototype.extend=function(a){var f=[],g=[];if(a instanceof rg)g.push(a);else if(Array.isArray(a))g=g.concat(a);else if(a&&(Array.isArray(a.implicit)||Array.isArray(a.explicit)))a.implicit&&(f=f.concat(a.implicit)),a.explicit&&(g=g.concat(a.explicit));else throw new Mx("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");f.forEach(function(v){if(!(v instanceof rg))throw new Mx("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(v.loadKind&&v.loadKind!=="scalar")throw new Mx("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(v.multi)throw new Mx("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),g.forEach(function(v){if(!(v instanceof rg))throw new Mx("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var w=Object.create(Bgt.prototype);return w.implicit=(this.implicit||[]).concat(f),w.explicit=(this.explicit||[]).concat(g),w.compiledImplicit=fBt(w,"implicit"),w.compiledExplicit=fBt(w,"explicit"),w.compiledTypeMap=GNe(w.compiledImplicit,w.compiledExplicit),w};var KNe=Bgt,WNe=new rg("tag:yaml.org,2002:str",{kind:"scalar",construct:function(i){return i!==null?i:""}}),YNe=new rg("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(i){return i!==null?i:[]}}),XNe=new rg("tag:yaml.org,2002:map",{kind:"mapping",construct:function(i){return i!==null?i:{}}}),QNe=new KNe({explicit:[WNe,YNe,XNe]});function JNe(i){if(i===null)return!0;var a=i.length;return a===1&&i==="~"||a===4&&(i==="null"||i==="Null"||i==="NULL")}function ZNe(){return null}function tFe(i){return i===null}var eFe=new rg("tag:yaml.org,2002:null",{kind:"scalar",resolve:JNe,construct:ZNe,predicate:tFe,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});function nFe(i){if(i===null)return!1;var a=i.length;return a===4&&(i==="true"||i==="True"||i==="TRUE")||a===5&&(i==="false"||i==="False"||i==="FALSE")}function rFe(i){return i==="true"||i==="True"||i==="TRUE"}function iFe(i){return Object.prototype.toString.call(i)==="[object Boolean]"}var sFe=new rg("tag:yaml.org,2002:bool",{kind:"scalar",resolve:nFe,construct:rFe,predicate:iFe,represent:{lowercase:function(i){return i?"true":"false"},uppercase:function(i){return i?"TRUE":"FALSE"},camelcase:function(i){return i?"True":"False"}},defaultStyle:"lowercase"});function aFe(i){return 48<=i&&i<=57||65<=i&&i<=70||97<=i&&i<=102}function oFe(i){return 48<=i&&i<=55}function cFe(i){return 48<=i&&i<=57}function uFe(i){if(i===null)return!1;var a=i.length,f=0,g=!1,w;if(!a)return!1;if(w=i[f],(w==="-"||w==="+")&&(w=i[++f]),w==="0"){if(f+1===a)return!0;if(w=i[++f],w==="b"){for(f++;f<a;f++)if(w=i[f],w!=="_"){if(w!=="0"&&w!=="1")return!1;g=!0}return g&&w!=="_"}if(w==="x"){for(f++;f<a;f++)if(w=i[f],w!=="_"){if(!aFe(i.charCodeAt(f)))return!1;g=!0}return g&&w!=="_"}if(w==="o"){for(f++;f<a;f++)if(w=i[f],w!=="_"){if(!oFe(i.charCodeAt(f)))return!1;g=!0}return g&&w!=="_"}}if(w==="_")return!1;for(;f<a;f++)if(w=i[f],w!=="_"){if(!cFe(i.charCodeAt(f)))return!1;g=!0}return!(!g||w==="_")}function lFe(i){var a=i,f=1,g;if(a.indexOf("_")!==-1&&(a=a.replace(/_/g,"")),g=a[0],(g==="-"||g==="+")&&(g==="-"&&(f=-1),a=a.slice(1),g=a[0]),a==="0")return 0;if(g==="0"){if(a[1]==="b")return f*parseInt(a.slice(2),2);if(a[1]==="x")return f*parseInt(a.slice(2),16);if(a[1]==="o")return f*parseInt(a.slice(2),8)}return f*parseInt(a,10)}function hFe(i){return Object.prototype.toString.call(i)==="[object Number]"&&i%1===0&&!Zg.isNegativeZero(i)}var fFe=new rg("tag:yaml.org,2002:int",{kind:"scalar",resolve:uFe,construct:lFe,predicate:hFe,represent:{binary:function(i){return i>=0?"0b"+i.toString(2):"-0b"+i.toString(2).slice(1)},octal:function(i){return i>=0?"0o"+i.toString(8):"-0o"+i.toString(8).slice(1)},decimal:function(i){return i.toString(10)},hexadecimal:function(i){return i>=0?"0x"+i.toString(16).toUpperCase():"-0x"+i.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),dFe=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function gFe(i){return!(i===null||!dFe.test(i)||i[i.length-1]==="_")}function pFe(i){var a,f;return a=i.replace(/_/g,"").toLowerCase(),f=a[0]==="-"?-1:1,"+-".indexOf(a[0])>=0&&(a=a.slice(1)),a===".inf"?f===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:a===".nan"?NaN:f*parseFloat(a,10)}var bFe=/^[-+]?[0-9]+e/;function wFe(i,a){var f;if(isNaN(i))switch(a){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===i)switch(a){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===i)switch(a){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(Zg.isNegativeZero(i))return"-0.0";return f=i.toString(10),bFe.test(f)?f.replace("e",".e"):f}function mFe(i){return Object.prototype.toString.call(i)==="[object Number]"&&(i%1!==0||Zg.isNegativeZero(i))}var vFe=new rg("tag:yaml.org,2002:float",{kind:"scalar",resolve:gFe,construct:pFe,predicate:mFe,represent:wFe,defaultStyle:"lowercase"}),dBt=QNe.extend({implicit:[eFe,sFe,fFe,vFe]}),yFe=dBt,gBt=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),pBt=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function xFe(i){return i===null?!1:gBt.exec(i)!==null||pBt.exec(i)!==null}function kFe(i){var a,f,g,w,v,b,E,_=0,S=null,I,B,F;if(a=gBt.exec(i),a===null&&(a=pBt.exec(i)),a===null)throw new Error("Date resolve error");if(f=+a[1],g=+a[2]-1,w=+a[3],!a[4])return new Date(Date.UTC(f,g,w));if(v=+a[4],b=+a[5],E=+a[6],a[7]){for(_=a[7].slice(0,3);_.length<3;)_+="0";_=+_}return a[9]&&(I=+a[10],B=+(a[11]||0),S=(I*60+B)*6e4,a[9]==="-"&&(S=-S)),F=new Date(Date.UTC(f,g,w,v,b,E,_)),S&&F.setTime(F.getTime()-S),F}function EFe(i){return i.toISOString()}var TFe=new rg("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:xFe,construct:kFe,instanceOf:Date,represent:EFe});function CFe(i){return i==="<<"||i===null}var _Fe=new rg("tag:yaml.org,2002:merge",{kind:"scalar",resolve:CFe}),Rgt=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
+\r`;function SFe(i){if(i===null)return!1;var a,f,g=0,w=i.length,v=Rgt;for(f=0;f<w;f++)if(a=v.indexOf(i.charAt(f)),!(a>64)){if(a<0)return!1;g+=6}return g%8===0}function AFe(i){var a,f,g=i.replace(/[\r\n=]/g,""),w=g.length,v=Rgt,b=0,E=[];for(a=0;a<w;a++)a%4===0&&a&&(E.push(b>>16&255),E.push(b>>8&255),E.push(b&255)),b=b<<6|v.indexOf(g.charAt(a));return f=w%4*6,f===0?(E.push(b>>16&255),E.push(b>>8&255),E.push(b&255)):f===18?(E.push(b>>10&255),E.push(b>>2&255)):f===12&&E.push(b>>4&255),new Uint8Array(E)}function LFe(i){var a="",f=0,g,w,v=i.length,b=Rgt;for(g=0;g<v;g++)g%3===0&&g&&(a+=b[f>>18&63],a+=b[f>>12&63],a+=b[f>>6&63],a+=b[f&63]),f=(f<<8)+i[g];return w=v%3,w===0?(a+=b[f>>18&63],a+=b[f>>12&63],a+=b[f>>6&63],a+=b[f&63]):w===2?(a+=b[f>>10&63],a+=b[f>>4&63],a+=b[f<<2&63],a+=b[64]):w===1&&(a+=b[f>>2&63],a+=b[f<<4&63],a+=b[64],a+=b[64]),a}function MFe(i){return Object.prototype.toString.call(i)==="[object Uint8Array]"}var DFe=new rg("tag:yaml.org,2002:binary",{kind:"scalar",resolve:SFe,construct:AFe,predicate:MFe,represent:LFe}),IFe=Object.prototype.hasOwnProperty,OFe=Object.prototype.toString;function PFe(i){if(i===null)return!0;var a=[],f,g,w,v,b,E=i;for(f=0,g=E.length;f<g;f+=1){if(w=E[f],b=!1,OFe.call(w)!=="[object Object]")return!1;for(v in w)if(IFe.call(w,v))if(!b)b=!0;else return!1;if(!b)return!1;if(a.indexOf(v)===-1)a.push(v);else return!1}return!0}function NFe(i){return i!==null?i:[]}var FFe=new rg("tag:yaml.org,2002:omap",{kind:"sequence",resolve:PFe,construct:NFe}),BFe=Object.prototype.toString;function RFe(i){if(i===null)return!0;var a,f,g,w,v,b=i;for(v=new Array(b.length),a=0,f=b.length;a<f;a+=1){if(g=b[a],BFe.call(g)!=="[object Object]"||(w=Object.keys(g),w.length!==1))return!1;v[a]=[w[0],g[w[0]]]}return!0}function jFe(i){if(i===null)return[];var a,f,g,w,v,b=i;for(v=new Array(b.length),a=0,f=b.length;a<f;a+=1)g=b[a],w=Object.keys(g),v[a]=[w[0],g[w[0]]];return v}var $Fe=new rg("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:RFe,construct:jFe}),zFe=Object.prototype.hasOwnProperty;function qFe(i){if(i===null)return!0;var a,f=i;for(a in f)if(zFe.call(f,a)&&f[a]!==null)return!1;return!0}function HFe(i){return i!==null?i:{}}var VFe=new rg("tag:yaml.org,2002:set",{kind:"mapping",resolve:qFe,construct:HFe}),UFe=yFe.extend({implicit:[TFe,_Fe],explicit:[DFe,FFe,$Fe,VFe]}),p8=Object.prototype.hasOwnProperty,mY=1,bBt=2,wBt=3,vY=4,jgt=1,GFe=2,mBt=3,KFe=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,WFe=/[\x85\u2028\u2029]/,YFe=/[,\[\]\{\}]/,vBt=/^(?:!|!!|![a-z\-]+!)$/i,yBt=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function xBt(i){return Object.prototype.toString.call(i)}function r4(i){return i===10||i===13}function y9(i){return i===9||i===32}function rb(i){return i===9||i===32||i===10||i===13}function iM(i){return i===44||i===91||i===93||i===123||i===125}function XFe(i){var a;return 48<=i&&i<=57?i-48:(a=i|32,97<=a&&a<=102?a-97+10:-1)}function QFe(i){return i===120?2:i===117?4:i===85?8:0}function JFe(i){return 48<=i&&i<=57?i-48:-1}function kBt(i){return i===48?"\0":i===97?"\x07":i===98?"\b":i===116||i===9?" ":i===110?`
+`:i===118?"\v":i===102?"\f":i===114?"\r":i===101?"\x1B":i===32?" ":i===34?'"':i===47?"/":i===92?"\\":i===78?"\85":i===95?" ":i===76?"\u2028":i===80?"\u2029":""}function ZFe(i){return i<=65535?String.fromCharCode(i):String.fromCharCode((i-65536>>10)+55296,(i-65536&1023)+56320)}for(var EBt=new Array(256),TBt=new Array(256),sM=0;sM<256;sM++)EBt[sM]=kBt(sM)?1:0,TBt[sM]=kBt(sM);function tBe(i,a){this.input=i,this.filename=a.filename||null,this.schema=a.schema||UFe,this.onWarning=a.onWarning||null,this.legacy=a.legacy||!1,this.json=a.json||!1,this.listener=a.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=i.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function CBt(i,a){var f={name:i.filename,buffer:i.input.slice(0,-1),position:i.position,line:i.line,column:i.position-i.lineStart};return f.snippet=zNe(f),new Mx(a,f)}function Ks(i,a){throw CBt(i,a)}function yY(i,a){i.onWarning&&i.onWarning.call(null,CBt(i,a))}var _Bt={YAML:function(a,f,g){var w,v,b;a.version!==null&&Ks(a,"duplication of %YAML directive"),g.length!==1&&Ks(a,"YAML directive accepts exactly one argument"),w=/^([0-9]+)\.([0-9]+)$/.exec(g[0]),w===null&&Ks(a,"ill-formed argument of the YAML directive"),v=parseInt(w[1],10),b=parseInt(w[2],10),v!==1&&Ks(a,"unacceptable YAML version of the document"),a.version=g[0],a.checkLineBreaks=b<2,b!==1&&b!==2&&yY(a,"unsupported YAML version of the document")},TAG:function(a,f,g){var w,v;g.length!==2&&Ks(a,"TAG directive accepts exactly two arguments"),w=g[0],v=g[1],vBt.test(w)||Ks(a,"ill-formed tag handle (first argument) of the TAG directive"),p8.call(a.tagMap,w)&&Ks(a,'there is a previously declared suffix for "'+w+'" tag handle'),yBt.test(v)||Ks(a,"ill-formed tag prefix (second argument) of the TAG directive");try{v=decodeURIComponent(v)}catch{Ks(a,"tag prefix is malformed: "+v)}a.tagMap[w]=v}};function b8(i,a,f,g){var w,v,b,E;if(a<f){if(E=i.input.slice(a,f),g)for(w=0,v=E.length;w<v;w+=1)b=E.charCodeAt(w),b===9||32<=b&&b<=1114111||Ks(i,"expected valid JSON character");else KFe.test(E)&&Ks(i,"the stream contains non-printable characters");i.result+=E}}function SBt(i,a,f,g){var w,v,b,E;for(Zg.isObject(f)||Ks(i,"cannot merge mappings; the provided source object is unacceptable"),w=Object.keys(f),b=0,E=w.length;b<E;b+=1)v=w[b],p8.call(a,v)||(a[v]=f[v],g[v]=!0)}function aM(i,a,f,g,w,v,b,E,_){var S,I;if(Array.isArray(w))for(w=Array.prototype.slice.call(w),S=0,I=w.length;S<I;S+=1)Array.isArray(w[S])&&Ks(i,"nested arrays are not supported inside keys"),typeof w=="object"&&xBt(w[S])==="[object Object]"&&(w[S]="[object Object]");if(typeof w=="object"&&xBt(w)==="[object Object]"&&(w="[object Object]"),w=String(w),a===null&&(a={}),g==="tag:yaml.org,2002:merge")if(Array.isArray(v))for(S=0,I=v.length;S<I;S+=1)SBt(i,a,v[S],f);else SBt(i,a,v,f);else!i.json&&!p8.call(f,w)&&p8.call(a,w)&&(i.line=b||i.line,i.lineStart=E||i.lineStart,i.position=_||i.position,Ks(i,"duplicated mapping key")),w==="__proto__"?Object.defineProperty(a,w,{configurable:!0,enumerable:!0,writable:!0,value:v}):a[w]=v,delete f[w];return a}function $gt(i){var a;a=i.input.charCodeAt(i.position),a===10?i.position++:a===13?(i.position++,i.input.charCodeAt(i.position)===10&&i.position++):Ks(i,"a line break is expected"),i.line+=1,i.lineStart=i.position,i.firstTabInLine=-1}function o1(i,a,f){for(var g=0,w=i.input.charCodeAt(i.position);w!==0;){for(;y9(w);)w===9&&i.firstTabInLine===-1&&(i.firstTabInLine=i.position),w=i.input.charCodeAt(++i.position);if(a&&w===35)do w=i.input.charCodeAt(++i.position);while(w!==10&&w!==13&&w!==0);if(r4(w))for($gt(i),w=i.input.charCodeAt(i.position),g++,i.lineIndent=0;w===32;)i.lineIndent++,w=i.input.charCodeAt(++i.position);else break}return f!==-1&&g!==0&&i.lineIndent<f&&yY(i,"deficient indentation"),g}function xY(i){var a=i.position,f;return f=i.input.charCodeAt(a),!!((f===45||f===46)&&f===i.input.charCodeAt(a+1)&&f===i.input.charCodeAt(a+2)&&(a+=3,f=i.input.charCodeAt(a),f===0||rb(f)))}function zgt(i,a){a===1?i.result+=" ":a>1&&(i.result+=Zg.repeat(`
+`,a-1))}function eBe(i,a,f){var g,w,v,b,E,_,S,I,B=i.kind,F=i.result,R;if(R=i.input.charCodeAt(i.position),rb(R)||iM(R)||R===35||R===38||R===42||R===33||R===124||R===62||R===39||R===34||R===37||R===64||R===96||(R===63||R===45)&&(w=i.input.charCodeAt(i.position+1),rb(w)||f&&iM(w)))return!1;for(i.kind="scalar",i.result="",v=b=i.position,E=!1;R!==0;){if(R===58){if(w=i.input.charCodeAt(i.position+1),rb(w)||f&&iM(w))break}else if(R===35){if(g=i.input.charCodeAt(i.position-1),rb(g))break}else{if(i.position===i.lineStart&&xY(i)||f&&iM(R))break;if(r4(R))if(_=i.line,S=i.lineStart,I=i.lineIndent,o1(i,!1,-1),i.lineIndent>=a){E=!0,R=i.input.charCodeAt(i.position);continue}else{i.position=b,i.line=_,i.lineStart=S,i.lineIndent=I;break}}E&&(b8(i,v,b,!1),zgt(i,i.line-_),v=b=i.position,E=!1),y9(R)||(b=i.position+1),R=i.input.charCodeAt(++i.position)}return b8(i,v,b,!1),i.result?!0:(i.kind=B,i.result=F,!1)}function nBe(i,a){var f,g,w;if(f=i.input.charCodeAt(i.position),f!==39)return!1;for(i.kind="scalar",i.result="",i.position++,g=w=i.position;(f=i.input.charCodeAt(i.position))!==0;)if(f===39)if(b8(i,g,i.position,!0),f=i.input.charCodeAt(++i.position),f===39)g=i.position,i.position++,w=i.position;else return!0;else r4(f)?(b8(i,g,w,!0),zgt(i,o1(i,!1,a)),g=w=i.position):i.position===i.lineStart&&xY(i)?Ks(i,"unexpected end of the document within a single quoted scalar"):(i.position++,w=i.position);Ks(i,"unexpected end of the stream within a single quoted scalar")}function rBe(i,a){var f,g,w,v,b,E;if(E=i.input.charCodeAt(i.position),E!==34)return!1;for(i.kind="scalar",i.result="",i.position++,f=g=i.position;(E=i.input.charCodeAt(i.position))!==0;){if(E===34)return b8(i,f,i.position,!0),i.position++,!0;if(E===92){if(b8(i,f,i.position,!0),E=i.input.charCodeAt(++i.position),r4(E))o1(i,!1,a);else if(E<256&&EBt[E])i.result+=TBt[E],i.position++;else if((b=QFe(E))>0){for(w=b,v=0;w>0;w--)E=i.input.charCodeAt(++i.position),(b=XFe(E))>=0?v=(v<<4)+b:Ks(i,"expected hexadecimal character");i.result+=ZFe(v),i.position++}else Ks(i,"unknown escape sequence");f=g=i.position}else r4(E)?(b8(i,f,g,!0),zgt(i,o1(i,!1,a)),f=g=i.position):i.position===i.lineStart&&xY(i)?Ks(i,"unexpected end of the document within a double quoted scalar"):(i.position++,g=i.position)}Ks(i,"unexpected end of the stream within a double quoted scalar")}function iBe(i,a){var f=!0,g,w,v,b=i.tag,E,_=i.anchor,S,I,B,F,R,q=Object.create(null),X,rt,at,ut;if(ut=i.input.charCodeAt(i.position),ut===91)I=93,R=!1,E=[];else if(ut===123)I=125,R=!0,E={};else return!1;for(i.anchor!==null&&(i.anchorMap[i.anchor]=E),ut=i.input.charCodeAt(++i.position);ut!==0;){if(o1(i,!0,a),ut=i.input.charCodeAt(i.position),ut===I)return i.position++,i.tag=b,i.anchor=_,i.kind=R?"mapping":"sequence",i.result=E,!0;f?ut===44&&Ks(i,"expected the node content, but found ','"):Ks(i,"missed comma between flow collection entries"),rt=X=at=null,B=F=!1,ut===63&&(S=i.input.charCodeAt(i.position+1),rb(S)&&(B=F=!0,i.position++,o1(i,!0,a))),g=i.line,w=i.lineStart,v=i.position,oM(i,a,mY,!1,!0),rt=i.tag,X=i.result,o1(i,!0,a),ut=i.input.charCodeAt(i.position),(F||i.line===g)&&ut===58&&(B=!0,ut=i.input.charCodeAt(++i.position),o1(i,!0,a),oM(i,a,mY,!1,!0),at=i.result),R?aM(i,E,q,rt,X,at,g,w,v):B?E.push(aM(i,null,q,rt,X,at,g,w,v)):E.push(X),o1(i,!0,a),ut=i.input.charCodeAt(i.position),ut===44?(f=!0,ut=i.input.charCodeAt(++i.position)):f=!1}Ks(i,"unexpected end of the stream within a flow collection")}function sBe(i,a){var f,g,w=jgt,v=!1,b=!1,E=a,_=0,S=!1,I,B;if(B=i.input.charCodeAt(i.position),B===124)g=!1;else if(B===62)g=!0;else return!1;for(i.kind="scalar",i.result="";B!==0;)if(B=i.input.charCodeAt(++i.position),B===43||B===45)jgt===w?w=B===43?mBt:GFe:Ks(i,"repeat of a chomping mode identifier");else if((I=JFe(B))>=0)I===0?Ks(i,"bad explicit indentation width of a block scalar; it cannot be less than one"):b?Ks(i,"repeat of an indentation width identifier"):(E=a+I-1,b=!0);else break;if(y9(B)){do B=i.input.charCodeAt(++i.position);while(y9(B));if(B===35)do B=i.input.charCodeAt(++i.position);while(!r4(B)&&B!==0)}for(;B!==0;){for($gt(i),i.lineIndent=0,B=i.input.charCodeAt(i.position);(!b||i.lineIndent<E)&&B===32;)i.lineIndent++,B=i.input.charCodeAt(++i.position);if(!b&&i.lineIndent>E&&(E=i.lineIndent),r4(B)){_++;continue}if(i.lineIndent<E){w===mBt?i.result+=Zg.repeat(`
+`,v?1+_:_):w===jgt&&v&&(i.result+=`
+`);break}for(g?y9(B)?(S=!0,i.result+=Zg.repeat(`
+`,v?1+_:_)):S?(S=!1,i.result+=Zg.repeat(`
+`,_+1)):_===0?v&&(i.result+=" "):i.result+=Zg.repeat(`
+`,_):i.result+=Zg.repeat(`
+`,v?1+_:_),v=!0,b=!0,_=0,f=i.position;!r4(B)&&B!==0;)B=i.input.charCodeAt(++i.position);b8(i,f,i.position,!1)}return!0}function ABt(i,a){var f,g=i.tag,w=i.anchor,v=[],b,E=!1,_;if(i.firstTabInLine!==-1)return!1;for(i.anchor!==null&&(i.anchorMap[i.anchor]=v),_=i.input.charCodeAt(i.position);_!==0&&(i.firstTabInLine!==-1&&(i.position=i.firstTabInLine,Ks(i,"tab characters must not be used in indentation")),!(_!==45||(b=i.input.charCodeAt(i.position+1),!rb(b))));){if(E=!0,i.position++,o1(i,!0,-1)&&i.lineIndent<=a){v.push(null),_=i.input.charCodeAt(i.position);continue}if(f=i.line,oM(i,a,wBt,!1,!0),v.push(i.result),o1(i,!0,-1),_=i.input.charCodeAt(i.position),(i.line===f||i.lineIndent>a)&&_!==0)Ks(i,"bad indentation of a sequence entry");else if(i.lineIndent<a)break}return E?(i.tag=g,i.anchor=w,i.kind="sequence",i.result=v,!0):!1}function aBe(i,a,f){var g,w,v,b,E,_,S=i.tag,I=i.anchor,B={},F=Object.create(null),R=null,q=null,X=null,rt=!1,at=!1,ut;if(i.firstTabInLine!==-1)return!1;for(i.anchor!==null&&(i.anchorMap[i.anchor]=B),ut=i.input.charCodeAt(i.position);ut!==0;){if(!rt&&i.firstTabInLine!==-1&&(i.position=i.firstTabInLine,Ks(i,"tab characters must not be used in indentation")),g=i.input.charCodeAt(i.position+1),v=i.line,(ut===63||ut===58)&&rb(g))ut===63?(rt&&(aM(i,B,F,R,q,null,b,E,_),R=q=X=null),at=!0,rt=!0,w=!0):rt?(rt=!1,w=!0):Ks(i,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),i.position+=1,ut=g;else{if(b=i.line,E=i.lineStart,_=i.position,!oM(i,f,bBt,!1,!0))break;if(i.line===v){for(ut=i.input.charCodeAt(i.position);y9(ut);)ut=i.input.charCodeAt(++i.position);if(ut===58)ut=i.input.charCodeAt(++i.position),rb(ut)||Ks(i,"a whitespace character is expected after the key-value separator within a block mapping"),rt&&(aM(i,B,F,R,q,null,b,E,_),R=q=X=null),at=!0,rt=!1,w=!1,R=i.tag,q=i.result;else if(at)Ks(i,"can not read an implicit mapping pair; a colon is missed");else return i.tag=S,i.anchor=I,!0}else if(at)Ks(i,"can not read a block mapping entry; a multiline key may not be an implicit key");else return i.tag=S,i.anchor=I,!0}if((i.line===v||i.lineIndent>a)&&(rt&&(b=i.line,E=i.lineStart,_=i.position),oM(i,a,vY,!0,w)&&(rt?q=i.result:X=i.result),rt||(aM(i,B,F,R,q,X,b,E,_),R=q=X=null),o1(i,!0,-1),ut=i.input.charCodeAt(i.position)),(i.line===v||i.lineIndent>a)&&ut!==0)Ks(i,"bad indentation of a mapping entry");else if(i.lineIndent<a)break}return rt&&aM(i,B,F,R,q,null,b,E,_),at&&(i.tag=S,i.anchor=I,i.kind="mapping",i.result=B),at}function oBe(i){var a,f=!1,g=!1,w,v,b;if(b=i.input.charCodeAt(i.position),b!==33)return!1;if(i.tag!==null&&Ks(i,"duplication of a tag property"),b=i.input.charCodeAt(++i.position),b===60?(f=!0,b=i.input.charCodeAt(++i.position)):b===33?(g=!0,w="!!",b=i.input.charCodeAt(++i.position)):w="!",a=i.position,f){do b=i.input.charCodeAt(++i.position);while(b!==0&&b!==62);i.position<i.length?(v=i.input.slice(a,i.position),b=i.input.charCodeAt(++i.position)):Ks(i,"unexpected end of the stream within a verbatim tag")}else{for(;b!==0&&!rb(b);)b===33&&(g?Ks(i,"tag suffix cannot contain exclamation marks"):(w=i.input.slice(a-1,i.position+1),vBt.test(w)||Ks(i,"named tag handle cannot contain such characters"),g=!0,a=i.position+1)),b=i.input.charCodeAt(++i.position);v=i.input.slice(a,i.position),YFe.test(v)&&Ks(i,"tag suffix cannot contain flow indicator characters")}v&&!yBt.test(v)&&Ks(i,"tag name cannot contain such characters: "+v);try{v=decodeURIComponent(v)}catch{Ks(i,"tag name is malformed: "+v)}return f?i.tag=v:p8.call(i.tagMap,w)?i.tag=i.tagMap[w]+v:w==="!"?i.tag="!"+v:w==="!!"?i.tag="tag:yaml.org,2002:"+v:Ks(i,'undeclared tag handle "'+w+'"'),!0}function cBe(i){var a,f;if(f=i.input.charCodeAt(i.position),f!==38)return!1;for(i.anchor!==null&&Ks(i,"duplication of an anchor property"),f=i.input.charCodeAt(++i.position),a=i.position;f!==0&&!rb(f)&&!iM(f);)f=i.input.charCodeAt(++i.position);return i.position===a&&Ks(i,"name of an anchor node must contain at least one character"),i.anchor=i.input.slice(a,i.position),!0}function uBe(i){var a,f,g;if(g=i.input.charCodeAt(i.position),g!==42)return!1;for(g=i.input.charCodeAt(++i.position),a=i.position;g!==0&&!rb(g)&&!iM(g);)g=i.input.charCodeAt(++i.position);return i.position===a&&Ks(i,"name of an alias node must contain at least one character"),f=i.input.slice(a,i.position),p8.call(i.anchorMap,f)||Ks(i,'unidentified alias "'+f+'"'),i.result=i.anchorMap[f],o1(i,!0,-1),!0}function oM(i,a,f,g,w){var v,b,E,_=1,S=!1,I=!1,B,F,R,q,X,rt;if(i.listener!==null&&i.listener("open",i),i.tag=null,i.anchor=null,i.kind=null,i.result=null,v=b=E=vY===f||wBt===f,g&&o1(i,!0,-1)&&(S=!0,i.lineIndent>a?_=1:i.lineIndent===a?_=0:i.lineIndent<a&&(_=-1)),_===1)for(;oBe(i)||cBe(i);)o1(i,!0,-1)?(S=!0,E=v,i.lineIndent>a?_=1:i.lineIndent===a?_=0:i.lineIndent<a&&(_=-1)):E=!1;if(E&&(E=S||w),(_===1||vY===f)&&(mY===f||bBt===f?X=a:X=a+1,rt=i.position-i.lineStart,_===1?E&&(ABt(i,rt)||aBe(i,rt,X))||iBe(i,X)?I=!0:(b&&sBe(i,X)||nBe(i,X)||rBe(i,X)?I=!0:uBe(i)?(I=!0,(i.tag!==null||i.anchor!==null)&&Ks(i,"alias node should not have any properties")):eBe(i,X,mY===f)&&(I=!0,i.tag===null&&(i.tag="?")),i.anchor!==null&&(i.anchorMap[i.anchor]=i.result)):_===0&&(I=E&&ABt(i,rt))),i.tag===null)i.anchor!==null&&(i.anchorMap[i.anchor]=i.result);else if(i.tag==="?"){for(i.result!==null&&i.kind!=="scalar"&&Ks(i,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+i.kind+'"'),B=0,F=i.implicitTypes.length;B<F;B+=1)if(q=i.implicitTypes[B],q.resolve(i.result)){i.result=q.construct(i.result),i.tag=q.tag,i.anchor!==null&&(i.anchorMap[i.anchor]=i.result);break}}else if(i.tag!=="!"){if(p8.call(i.typeMap[i.kind||"fallback"],i.tag))q=i.typeMap[i.kind||"fallback"][i.tag];else for(q=null,R=i.typeMap.multi[i.kind||"fallback"],B=0,F=R.length;B<F;B+=1)if(i.tag.slice(0,R[B].tag.length)===R[B].tag){q=R[B];break}q||Ks(i,"unknown tag !<"+i.tag+">"),i.result!==null&&q.kind!==i.kind&&Ks(i,"unacceptable node kind for !<"+i.tag+'> tag; it should be "'+q.kind+'", not "'+i.kind+'"'),q.resolve(i.result,i.tag)?(i.result=q.construct(i.result,i.tag),i.anchor!==null&&(i.anchorMap[i.anchor]=i.result)):Ks(i,"cannot resolve a node with !<"+i.tag+"> explicit tag")}return i.listener!==null&&i.listener("close",i),i.tag!==null||i.anchor!==null||I}function lBe(i){var a=i.position,f,g,w,v=!1,b;for(i.version=null,i.checkLineBreaks=i.legacy,i.tagMap=Object.create(null),i.anchorMap=Object.create(null);(b=i.input.charCodeAt(i.position))!==0&&(o1(i,!0,-1),b=i.input.charCodeAt(i.position),!(i.lineIndent>0||b!==37));){for(v=!0,b=i.input.charCodeAt(++i.position),f=i.position;b!==0&&!rb(b);)b=i.input.charCodeAt(++i.position);for(g=i.input.slice(f,i.position),w=[],g.length<1&&Ks(i,"directive name must not be less than one character in length");b!==0;){for(;y9(b);)b=i.input.charCodeAt(++i.position);if(b===35){do b=i.input.charCodeAt(++i.position);while(b!==0&&!r4(b));break}if(r4(b))break;for(f=i.position;b!==0&&!rb(b);)b=i.input.charCodeAt(++i.position);w.push(i.input.slice(f,i.position))}b!==0&&$gt(i),p8.call(_Bt,g)?_Bt[g](i,g,w):yY(i,'unknown document directive "'+g+'"')}if(o1(i,!0,-1),i.lineIndent===0&&i.input.charCodeAt(i.position)===45&&i.input.charCodeAt(i.position+1)===45&&i.input.charCodeAt(i.position+2)===45?(i.position+=3,o1(i,!0,-1)):v&&Ks(i,"directives end mark is expected"),oM(i,i.lineIndent-1,vY,!1,!0),o1(i,!0,-1),i.checkLineBreaks&&WFe.test(i.input.slice(a,i.position))&&yY(i,"non-ASCII line breaks are interpreted as content"),i.documents.push(i.result),i.position===i.lineStart&&xY(i)){i.input.charCodeAt(i.position)===46&&(i.position+=3,o1(i,!0,-1));return}if(i.position<i.length-1)Ks(i,"end of the stream or a document separator is expected");else return}function LBt(i,a){i=String(i),a=a||{},i.length!==0&&(i.charCodeAt(i.length-1)!==10&&i.charCodeAt(i.length-1)!==13&&(i+=`
+`),i.charCodeAt(0)===65279&&(i=i.slice(1)));var f=new tBe(i,a),g=i.indexOf("\0");for(g!==-1&&(f.position=g,Ks(f,"null byte is not allowed in input")),f.input+="\0";f.input.charCodeAt(f.position)===32;)f.lineIndent+=1,f.position+=1;for(;f.position<f.length-1;)lBe(f);return f.documents}function hBe(i,a,f){a!==null&&typeof a=="object"&&typeof f>"u"&&(f=a,a=null);var g=LBt(i,f);if(typeof a!="function")return g;for(var w=0,v=g.length;w<v;w+=1)a(g[w])}function fBe(i,a){var f=LBt(i,a);if(f.length!==0){if(f.length===1)return f[0];throw new Mx("expected a single document in the stream, but found more")}}var dBe=hBe,gBe=fBe,pBe={loadAll:dBe,load:gBe},bBe=dBt,wBe=pBe.load;function mBe(i){const a=i.match(ANt);if(!a)return{text:i,metadata:{}};let f=wBe(a[1],{schema:bBe})??{};f=typeof f=="object"&&!Array.isArray(f)?f:{};const g={};return f.displayMode&&(g.displayMode=f.displayMode.toString()),f.title&&(g.title=f.title.toString()),f.config&&(g.config=f.config),{text:i.slice(a[0].length),metadata:g}}const vBe=i=>i.replace(/\r\n?/g,`
+`).replace(/<(\w+)([^>]*)>/g,(a,f,g)=>"<"+f+g.replace(/="([^"]*)"/g,"='$1'")+">"),yBe=i=>{const{text:a,metadata:f}=mBe(i),{displayMode:g,title:w,config:v={}}=f;return g&&(v.gantt||(v.gantt={}),v.gantt.displayMode=g),{title:w,config:v,text:a}},xBe=i=>{const a=ao.detectInit(i)??{},f=ao.detectDirective(i,"wrap");return Array.isArray(f)?a.wrap=f.some(({type:g})=>{}):(f==null?void 0:f.type)==="wrap"&&(a.wrap=!0),{text:zOe(i),directive:a}};function MBt(i){const a=vBe(i),f=yBe(a),g=xBe(f.text),w=TF(f.config,g.directive);return i=ANe(g.text),{code:i,title:f.title,config:w}}const kBe=5e4,EBe="graph TB;a[Maximum text size in diagram exceeded];style a fill:#faa",TBe="sandbox",CBe="loose",_Be="http://www.w3.org/2000/svg",SBe="http://www.w3.org/1999/xlink",ABe="http://www.w3.org/1999/xhtml",LBe="100%",MBe="100%",DBe="border:0;margin:0;",IBe="margin:0",OBe="allow-top-navigation-by-user-activation allow-popups",PBe='The "iframe" tag is not supported by your browser.',NBe=["foreignobject"],FBe=["dominant-baseline"];function DBt(i){const a=MBt(i);return dY(),xPe(a.config??{}),a}async function BBe(i,a){Mgt(),i=DBt(i).code;try{await qgt(i)}catch(f){if(a!=null&&a.suppressErrors)return!1;throw f}return!0}const IBt=(i,a,f=[])=>`
+.${i} ${a} { ${f.join(" !important; ")} !important; }`,RBe=(i,a={})=>{var g;let f="";if(i.themeCSS!==void 0&&(f+=`
+${i.themeCSS}`),i.fontFamily!==void 0&&(f+=`
+:root { --mermaid-font-family: ${i.fontFamily}}`),i.altFontFamily!==void 0&&(f+=`
+:root { --mermaid-alt-font-family: ${i.altFontFamily}}`),!LF(a)){const E=i.htmlLabels||((g=i.flowchart)==null?void 0:g.htmlLabels)?["> *","span"]:["rect","polygon","ellipse","circle","path"];for(const _ in a){const S=a[_];LF(S.styles)||E.forEach(I=>{f+=IBt(S.id,I,S.styles)}),LF(S.textStyles)||(f+=IBt(S.id,"tspan",S.textStyles))}}return f},jBe=(i,a,f,g)=>{const w=RBe(i,f),v=UPe(a,w,i.themeVariables);return Tgt(pPe(`${g}{${v}}`),wPe)},$Be=(i="",a,f)=>{let g=i;return!f&&!a&&(g=g.replace(/marker-end="url\([\d+./:=?A-Za-z-]*?#/g,'marker-end="url(#')),g=CF(g),g=g.replace(/<br>/g,"<br/>"),g},zBe=(i="",a)=>{var w,v;const f=(v=(w=a==null?void 0:a.viewBox)==null?void 0:w.baseVal)!=null&&v.height?a.viewBox.baseVal.height+"px":MBe,g=btoa('<body style="'+IBe+'">'+i+"</body>");return`<iframe style="width:${LBe};height:${f};${DBe}" src="data:text/html;base64,${g}" sandbox="${OBe}">
+ ${PBe}
+</iframe>`},OBt=(i,a,f,g,w)=>{const v=i.append("div");v.attr("id",f),g&&v.attr("style",g);const b=v.append("svg").attr("id",a).attr("width","100%").attr("xmlns",_Be);return w&&b.attr("xmlns:xlink",w),b.append("g"),i};function PBt(i,a){return i.append("iframe").attr("id",a).attr("style","width: 100%; height: 100%;").attr("sandbox","")}const qBe=(i,a,f,g)=>{var w,v,b;(w=i.getElementById(a))==null||w.remove(),(v=i.getElementById(f))==null||v.remove(),(b=i.getElementById(g))==null||b.remove()},HBe=async function(i,a,f){var V,Nt,Dt,jt,Ct,Ft;Mgt();const g=DBt(a);a=g.code;const w=h0();Wt.debug(w),a.length>((w==null?void 0:w.maxTextSize)??kBe)&&(a=EBe);const v="#"+i,b="i"+i,E="#"+b,_="d"+i,S="#"+_;let I=xr("body");const B=w.securityLevel===TBe,F=w.securityLevel===CBe,R=w.fontFamily;if(f!==void 0){if(f&&(f.innerHTML=""),B){const _t=PBt(xr(f),b);I=xr(_t.nodes()[0].contentDocument.body),I.node().style.margin=0}else I=xr(f);OBt(I,i,_,`font-family: ${R}`,SBe)}else{if(qBe(document,i,_,b),B){const _t=PBt(xr("body"),b);I=xr(_t.nodes()[0].contentDocument.body),I.node().style.margin=0}else I=xr("body");OBt(I,i,_)}let q,X;try{q=await qgt(a,{title:g.title})}catch(_t){q=new rBt("error"),X=_t}const rt=I.select(S).node(),at=q.type,ut=rt.firstChild,pt=ut.firstChild,yt=(Nt=(V=q.renderer).getClasses)==null?void 0:Nt.call(V,a,q),mt=jBe(w,at,yt,v),gt=document.createElement("style");gt.innerHTML=mt,ut.insertBefore(gt,pt);try{await q.renderer.draw(a,i,TFt,q)}catch(_t){throw JPe.draw(a,i,TFt),_t}const ht=I.select(`${S} svg`),bt=(jt=(Dt=q.db).getAccTitle)==null?void 0:jt.call(Dt),Z=(Ft=(Ct=q.db).getAccDescription)==null?void 0:Ft.call(Ct);UBe(at,ht,bt,Z),I.select(`[id="${i}"]`).selectAll("foreignobject > *").attr("xmlns",ABe);let ft=I.select(S).node().innerHTML;if(Wt.debug("config.arrowMarkerAbsolute",w.arrowMarkerAbsolute),ft=$Be(ft,B,B1(w.arrowMarkerAbsolute)),B){const _t=I.select(S+" svg").node();ft=zBe(ft,_t)}else F||(ft=zL.sanitize(ft,{ADD_TAGS:NBe,ADD_ATTR:FBe}));if(aNe(),X)throw X;const Et=xr(B?E:S).node();return Et&&"remove"in Et&&Et.remove(),{svg:ft,bindFunctions:q.db.bindFunctions}};function VBe(i={}){var f;i!=null&&i.fontFamily&&!((f=i.themeVariables)!=null&&f.fontFamily)&&(i.themeVariables||(i.themeVariables={}),i.themeVariables.fontFamily=i.fontFamily),vPe(i),i!=null&&i.theme&&i.theme in _x?i.themeVariables=_x[i.theme].getThemeVariables(i.themeVariables):i&&(i.themeVariables=_x.default.getThemeVariables(i.themeVariables));const a=typeof i=="object"?mPe(i):_Ft();s0t(a.logLevel),Mgt()}const qgt=(i,a={})=>{const{code:f}=MBt(i);return iNe(f,a)};function UBe(i,a,f,g){_Ne(a,i),SNe(a,f,g,a.attr("id"))}const x9=Object.freeze({render:HBe,parse:BBe,getDiagramFromText:qgt,initialize:VBe,getConfig:h0,setConfig:SFt,getSiteConfig:_Ft,updateSiteConfig:yPe,reset:()=>{dY()},globalReset:()=>{dY(tM)},defaultConfig:tM});s0t(h0().logLevel),dY(h0());const GBe=async()=>{Wt.debug("Loading registered diagrams");const a=(await Promise.allSettled(Object.entries(HL).map(async([f,{detector:g,loader:w}])=>{if(w)try{Lgt(f)}catch{try{const{diagram:b,id:E}=await w();bY(E,b,g)}catch(b){throw Wt.error(`Failed to load external diagram with key ${f}. Removing from detectors.`),delete HL[f],b}}}))).filter(f=>f.status==="rejected");if(a.length>0){Wt.error(`Failed to load ${a.length} external diagrams`);for(const f of a)Wt.error(f);throw new Error(`Failed to load ${a.length} external diagrams`)}},KBe=(i,a,f)=>{Wt.warn(i),pFt(i)?(f&&f(i.str,i.hash),a.push({...i,message:i.str,error:i})):(f&&f(i),i instanceof Error&&a.push({str:i.message,message:i.message,hash:i.name,error:i}))},NBt=async function(i={querySelector:".mermaid"}){try{await WBe(i)}catch(a){if(pFt(a)&&Wt.error(a.str),x2.parseError&&x2.parseError(a),!i.suppressErrors)throw Wt.error("Use the suppressErrors option to suppress these errors"),a}},WBe=async function({postRenderCallback:i,querySelector:a,nodes:f}={querySelector:".mermaid"}){const g=x9.getConfig();Wt.debug(`${i?"":"No "}Callback function found`);let w;if(f)w=f;else if(a)w=document.querySelectorAll(a);else throw new Error("Nodes and querySelector are both undefined");Wt.debug(`Found ${w.length} diagrams`),(g==null?void 0:g.startOnLoad)!==void 0&&(Wt.debug("Start On Load: "+(g==null?void 0:g.startOnLoad)),x9.updateSiteConfig({startOnLoad:g==null?void 0:g.startOnLoad}));const v=new ao.InitIDGenerator(g.deterministicIds,g.deterministicIDSeed);let b;const E=[];for(const _ of Array.from(w)){Wt.info("Rendering diagram: "+_.id);/*! Check if previously processed */if(_.getAttribute("data-processed"))continue;_.setAttribute("data-processed","true");const S=`mermaid-${v.next()}`;b=_.innerHTML,b=SL(ao.entityDecode(b)).trim().replace(/<br\s*\/?>/gi,"<br/>");const I=ao.detectInit(b);I&&Wt.debug("Detected early reinit: ",I);try{const{svg:B,bindFunctions:F}=await jBt(S,b,_);_.innerHTML=B,i&&await i(S),F&&F(_)}catch(B){KBe(B,E,x2.parseError)}}if(E.length>0)throw E[0]},FBt=function(i){x9.initialize(i)},YBe=async function(i,a,f){Wt.warn("mermaid.init is deprecated. Please use run instead."),i&&FBt(i);const g={postRenderCallback:f,querySelector:".mermaid"};typeof a=="string"?g.querySelector=a:a&&(a instanceof HTMLElement?g.nodes=[a]:g.nodes=a),await NBt(g)},XBe=async(i,{lazyLoad:a=!0}={})=>{MNt(...i),a===!1&&await GBe()},BBt=function(){if(x2.startOnLoad){const{startOnLoad:i}=x9.getConfig();i&&x2.run().catch(a=>Wt.error("Mermaid failed to initialize",a))}};if(typeof document<"u"){/*!
+ * Wait for document loaded before starting the execution
+ */window.addEventListener("load",BBt,!1)}const QBe=function(i){x2.parseError=i},kY=[];let Hgt=!1;const RBt=async()=>{if(!Hgt){for(Hgt=!0;kY.length>0;){const i=kY.shift();if(i)try{await i()}catch(a){Wt.error("Error executing queue",a)}}Hgt=!1}},JBe=async(i,a)=>new Promise((f,g)=>{const w=()=>new Promise((v,b)=>{x9.parse(i,a).then(E=>{v(E),f(E)},E=>{var _;Wt.error("Error parsing",E),(_=x2.parseError)==null||_.call(x2,E),b(E),g(E)})});kY.push(w),RBt().catch(g)}),jBt=(i,a,f)=>new Promise((g,w)=>{const v=()=>new Promise((b,E)=>{x9.render(i,a,f).then(_=>{b(_),g(_)},_=>{var S;Wt.error("Error parsing",_),(S=x2.parseError)==null||S.call(x2,_),E(_),w(_)})});kY.push(v),RBt().catch(w)}),x2={startOnLoad:!0,mermaidAPI:x9,parse:JBe,render:jBt,init:YBe,run:NBt,registerExternalDiagrams:XBe,initialize:FBt,parseError:void 0,contentLoaded:BBt,setParseErrorHandler:QBe,detectType:KW};var EY=function(){var i=function(fr,An,Pn,Bn){for(Pn=Pn||{},Bn=fr.length;Bn--;Pn[fr[Bn]]=An);return Pn},a=[1,24],f=[1,25],g=[1,26],w=[1,27],v=[1,28],b=[1,63],E=[1,64],_=[1,65],S=[1,66],I=[1,67],B=[1,68],F=[1,69],R=[1,29],q=[1,30],X=[1,31],rt=[1,32],at=[1,33],ut=[1,34],pt=[1,35],yt=[1,36],mt=[1,37],gt=[1,38],ht=[1,39],bt=[1,40],Z=[1,41],ft=[1,42],Y=[1,43],Et=[1,44],V=[1,45],Nt=[1,46],Dt=[1,47],jt=[1,48],Ct=[1,50],Ft=[1,51],_t=[1,52],xt=[1,53],Gt=[1,54],Be=[1,55],Ot=[1,56],vn=[1,57],Pe=[1,58],Ee=[1,59],nn=[1,60],sn=[14,42],me=[14,34,36,37,38,39,40,41,42,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74],Fe=[12,14,34,36,37,38,39,40,41,42,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74],Qt=[1,82],Ae=[1,83],Se=[1,84],Dn=[1,85],oe=[12,14,42],Pr=[12,14,33,42],we=[12,14,33,42,76,77,79,80],Ri=[12,33],yi=[34,36,37,38,39,40,41,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74],da={trace:function(){},yy:{},symbols_:{error:2,start:3,mermaidDoc:4,direction:5,direction_tb:6,direction_bt:7,direction_rl:8,direction_lr:9,graphConfig:10,C4_CONTEXT:11,NEWLINE:12,statements:13,EOF:14,C4_CONTAINER:15,C4_COMPONENT:16,C4_DYNAMIC:17,C4_DEPLOYMENT:18,otherStatements:19,diagramStatements:20,otherStatement:21,title:22,accDescription:23,acc_title:24,acc_title_value:25,acc_descr:26,acc_descr_value:27,acc_descr_multiline_value:28,boundaryStatement:29,boundaryStartStatement:30,boundaryStopStatement:31,boundaryStart:32,LBRACE:33,ENTERPRISE_BOUNDARY:34,attributes:35,SYSTEM_BOUNDARY:36,BOUNDARY:37,CONTAINER_BOUNDARY:38,NODE:39,NODE_L:40,NODE_R:41,RBRACE:42,diagramStatement:43,PERSON:44,PERSON_EXT:45,SYSTEM:46,SYSTEM_DB:47,SYSTEM_QUEUE:48,SYSTEM_EXT:49,SYSTEM_EXT_DB:50,SYSTEM_EXT_QUEUE:51,CONTAINER:52,CONTAINER_DB:53,CONTAINER_QUEUE:54,CONTAINER_EXT:55,CONTAINER_EXT_DB:56,CONTAINER_EXT_QUEUE:57,COMPONENT:58,COMPONENT_DB:59,COMPONENT_QUEUE:60,COMPONENT_EXT:61,COMPONENT_EXT_DB:62,COMPONENT_EXT_QUEUE:63,REL:64,BIREL:65,REL_U:66,REL_D:67,REL_L:68,REL_R:69,REL_B:70,REL_INDEX:71,UPDATE_EL_STYLE:72,UPDATE_REL_STYLE:73,UPDATE_LAYOUT_CONFIG:74,attribute:75,STR:76,STR_KEY:77,STR_VALUE:78,ATTRIBUTE:79,ATTRIBUTE_EMPTY:80,$accept:0,$end:1},terminals_:{2:"error",6:"direction_tb",7:"direction_bt",8:"direction_rl",9:"direction_lr",11:"C4_CONTEXT",12:"NEWLINE",14:"EOF",15:"C4_CONTAINER",16:"C4_COMPONENT",17:"C4_DYNAMIC",18:"C4_DEPLOYMENT",22:"title",23:"accDescription",24:"acc_title",25:"acc_title_value",26:"acc_descr",27:"acc_descr_value",28:"acc_descr_multiline_value",33:"LBRACE",34:"ENTERPRISE_BOUNDARY",36:"SYSTEM_BOUNDARY",37:"BOUNDARY",38:"CONTAINER_BOUNDARY",39:"NODE",40:"NODE_L",41:"NODE_R",42:"RBRACE",44:"PERSON",45:"PERSON_EXT",46:"SYSTEM",47:"SYSTEM_DB",48:"SYSTEM_QUEUE",49:"SYSTEM_EXT",50:"SYSTEM_EXT_DB",51:"SYSTEM_EXT_QUEUE",52:"CONTAINER",53:"CONTAINER_DB",54:"CONTAINER_QUEUE",55:"CONTAINER_EXT",56:"CONTAINER_EXT_DB",57:"CONTAINER_EXT_QUEUE",58:"COMPONENT",59:"COMPONENT_DB",60:"COMPONENT_QUEUE",61:"COMPONENT_EXT",62:"COMPONENT_EXT_DB",63:"COMPONENT_EXT_QUEUE",64:"REL",65:"BIREL",66:"REL_U",67:"REL_D",68:"REL_L",69:"REL_R",70:"REL_B",71:"REL_INDEX",72:"UPDATE_EL_STYLE",73:"UPDATE_REL_STYLE",74:"UPDATE_LAYOUT_CONFIG",76:"STR",77:"STR_KEY",78:"STR_VALUE",79:"ATTRIBUTE",80:"ATTRIBUTE_EMPTY"},productions_:[0,[3,1],[3,1],[5,1],[5,1],[5,1],[5,1],[4,1],[10,4],[10,4],[10,4],[10,4],[10,4],[13,1],[13,1],[13,2],[19,1],[19,2],[19,3],[21,1],[21,1],[21,2],[21,2],[21,1],[29,3],[30,3],[30,3],[30,4],[32,2],[32,2],[32,2],[32,2],[32,2],[32,2],[32,2],[31,1],[20,1],[20,2],[20,3],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,1],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[35,1],[35,2],[75,1],[75,2],[75,1],[75,1]],performAction:function(An,Pn,Bn,Te,be,Qe,rn){var yn=Qe.length-1;switch(be){case 3:Te.setDirection("TB");break;case 4:Te.setDirection("BT");break;case 5:Te.setDirection("RL");break;case 6:Te.setDirection("LR");break;case 8:case 9:case 10:case 11:case 12:Te.setC4Type(Qe[yn-3]);break;case 19:Te.setTitle(Qe[yn].substring(6)),this.$=Qe[yn].substring(6);break;case 20:Te.setAccDescription(Qe[yn].substring(15)),this.$=Qe[yn].substring(15);break;case 21:this.$=Qe[yn].trim(),Te.setTitle(this.$);break;case 22:case 23:this.$=Qe[yn].trim(),Te.setAccDescription(this.$);break;case 28:case 29:Qe[yn].splice(2,0,"ENTERPRISE"),Te.addPersonOrSystemBoundary(...Qe[yn]),this.$=Qe[yn];break;case 30:Te.addPersonOrSystemBoundary(...Qe[yn]),this.$=Qe[yn];break;case 31:Qe[yn].splice(2,0,"CONTAINER"),Te.addContainerBoundary(...Qe[yn]),this.$=Qe[yn];break;case 32:Te.addDeploymentNode("node",...Qe[yn]),this.$=Qe[yn];break;case 33:Te.addDeploymentNode("nodeL",...Qe[yn]),this.$=Qe[yn];break;case 34:Te.addDeploymentNode("nodeR",...Qe[yn]),this.$=Qe[yn];break;case 35:Te.popBoundaryParseStack();break;case 39:Te.addPersonOrSystem("person",...Qe[yn]),this.$=Qe[yn];break;case 40:Te.addPersonOrSystem("external_person",...Qe[yn]),this.$=Qe[yn];break;case 41:Te.addPersonOrSystem("system",...Qe[yn]),this.$=Qe[yn];break;case 42:Te.addPersonOrSystem("system_db",...Qe[yn]),this.$=Qe[yn];break;case 43:Te.addPersonOrSystem("system_queue",...Qe[yn]),this.$=Qe[yn];break;case 44:Te.addPersonOrSystem("external_system",...Qe[yn]),this.$=Qe[yn];break;case 45:Te.addPersonOrSystem("external_system_db",...Qe[yn]),this.$=Qe[yn];break;case 46:Te.addPersonOrSystem("external_system_queue",...Qe[yn]),this.$=Qe[yn];break;case 47:Te.addContainer("container",...Qe[yn]),this.$=Qe[yn];break;case 48:Te.addContainer("container_db",...Qe[yn]),this.$=Qe[yn];break;case 49:Te.addContainer("container_queue",...Qe[yn]),this.$=Qe[yn];break;case 50:Te.addContainer("external_container",...Qe[yn]),this.$=Qe[yn];break;case 51:Te.addContainer("external_container_db",...Qe[yn]),this.$=Qe[yn];break;case 52:Te.addContainer("external_container_queue",...Qe[yn]),this.$=Qe[yn];break;case 53:Te.addComponent("component",...Qe[yn]),this.$=Qe[yn];break;case 54:Te.addComponent("component_db",...Qe[yn]),this.$=Qe[yn];break;case 55:Te.addComponent("component_queue",...Qe[yn]),this.$=Qe[yn];break;case 56:Te.addComponent("external_component",...Qe[yn]),this.$=Qe[yn];break;case 57:Te.addComponent("external_component_db",...Qe[yn]),this.$=Qe[yn];break;case 58:Te.addComponent("external_component_queue",...Qe[yn]),this.$=Qe[yn];break;case 60:Te.addRel("rel",...Qe[yn]),this.$=Qe[yn];break;case 61:Te.addRel("birel",...Qe[yn]),this.$=Qe[yn];break;case 62:Te.addRel("rel_u",...Qe[yn]),this.$=Qe[yn];break;case 63:Te.addRel("rel_d",...Qe[yn]),this.$=Qe[yn];break;case 64:Te.addRel("rel_l",...Qe[yn]),this.$=Qe[yn];break;case 65:Te.addRel("rel_r",...Qe[yn]),this.$=Qe[yn];break;case 66:Te.addRel("rel_b",...Qe[yn]),this.$=Qe[yn];break;case 67:Qe[yn].splice(0,1),Te.addRel("rel",...Qe[yn]),this.$=Qe[yn];break;case 68:Te.updateElStyle("update_el_style",...Qe[yn]),this.$=Qe[yn];break;case 69:Te.updateRelStyle("update_rel_style",...Qe[yn]),this.$=Qe[yn];break;case 70:Te.updateLayoutConfig("update_layout_config",...Qe[yn]),this.$=Qe[yn];break;case 71:this.$=[Qe[yn]];break;case 72:Qe[yn].unshift(Qe[yn-1]),this.$=Qe[yn];break;case 73:case 75:this.$=Qe[yn].trim();break;case 74:let ja={};ja[Qe[yn-1].trim()]=Qe[yn].trim(),this.$=ja;break;case 76:this.$="";break}},table:[{3:1,4:2,5:3,6:[1,5],7:[1,6],8:[1,7],9:[1,8],10:4,11:[1,9],15:[1,10],16:[1,11],17:[1,12],18:[1,13]},{1:[3]},{1:[2,1]},{1:[2,2]},{1:[2,7]},{1:[2,3]},{1:[2,4]},{1:[2,5]},{1:[2,6]},{12:[1,14]},{12:[1,15]},{12:[1,16]},{12:[1,17]},{12:[1,18]},{13:19,19:20,20:21,21:22,22:a,23:f,24:g,26:w,28:v,29:49,30:61,32:62,34:b,36:E,37:_,38:S,39:I,40:B,41:F,43:23,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt,51:yt,52:mt,53:gt,54:ht,55:bt,56:Z,57:ft,58:Y,59:Et,60:V,61:Nt,62:Dt,63:jt,64:Ct,65:Ft,66:_t,67:xt,68:Gt,69:Be,70:Ot,71:vn,72:Pe,73:Ee,74:nn},{13:70,19:20,20:21,21:22,22:a,23:f,24:g,26:w,28:v,29:49,30:61,32:62,34:b,36:E,37:_,38:S,39:I,40:B,41:F,43:23,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt,51:yt,52:mt,53:gt,54:ht,55:bt,56:Z,57:ft,58:Y,59:Et,60:V,61:Nt,62:Dt,63:jt,64:Ct,65:Ft,66:_t,67:xt,68:Gt,69:Be,70:Ot,71:vn,72:Pe,73:Ee,74:nn},{13:71,19:20,20:21,21:22,22:a,23:f,24:g,26:w,28:v,29:49,30:61,32:62,34:b,36:E,37:_,38:S,39:I,40:B,41:F,43:23,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt,51:yt,52:mt,53:gt,54:ht,55:bt,56:Z,57:ft,58:Y,59:Et,60:V,61:Nt,62:Dt,63:jt,64:Ct,65:Ft,66:_t,67:xt,68:Gt,69:Be,70:Ot,71:vn,72:Pe,73:Ee,74:nn},{13:72,19:20,20:21,21:22,22:a,23:f,24:g,26:w,28:v,29:49,30:61,32:62,34:b,36:E,37:_,38:S,39:I,40:B,41:F,43:23,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt,51:yt,52:mt,53:gt,54:ht,55:bt,56:Z,57:ft,58:Y,59:Et,60:V,61:Nt,62:Dt,63:jt,64:Ct,65:Ft,66:_t,67:xt,68:Gt,69:Be,70:Ot,71:vn,72:Pe,73:Ee,74:nn},{13:73,19:20,20:21,21:22,22:a,23:f,24:g,26:w,28:v,29:49,30:61,32:62,34:b,36:E,37:_,38:S,39:I,40:B,41:F,43:23,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt,51:yt,52:mt,53:gt,54:ht,55:bt,56:Z,57:ft,58:Y,59:Et,60:V,61:Nt,62:Dt,63:jt,64:Ct,65:Ft,66:_t,67:xt,68:Gt,69:Be,70:Ot,71:vn,72:Pe,73:Ee,74:nn},{14:[1,74]},i(sn,[2,13],{43:23,29:49,30:61,32:62,20:75,34:b,36:E,37:_,38:S,39:I,40:B,41:F,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt,51:yt,52:mt,53:gt,54:ht,55:bt,56:Z,57:ft,58:Y,59:Et,60:V,61:Nt,62:Dt,63:jt,64:Ct,65:Ft,66:_t,67:xt,68:Gt,69:Be,70:Ot,71:vn,72:Pe,73:Ee,74:nn}),i(sn,[2,14]),i(me,[2,16],{12:[1,76]}),i(sn,[2,36],{12:[1,77]}),i(Fe,[2,19]),i(Fe,[2,20]),{25:[1,78]},{27:[1,79]},i(Fe,[2,23]),{35:80,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:86,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:87,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:88,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:89,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:90,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:91,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:92,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:93,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:94,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:95,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:96,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:97,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:98,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:99,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:100,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:101,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:102,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:103,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:104,75:81,76:Qt,77:Ae,79:Se,80:Dn},i(oe,[2,59]),{35:105,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:106,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:107,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:108,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:109,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:110,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:111,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:112,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:113,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:114,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:115,75:81,76:Qt,77:Ae,79:Se,80:Dn},{20:116,29:49,30:61,32:62,34:b,36:E,37:_,38:S,39:I,40:B,41:F,43:23,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt,51:yt,52:mt,53:gt,54:ht,55:bt,56:Z,57:ft,58:Y,59:Et,60:V,61:Nt,62:Dt,63:jt,64:Ct,65:Ft,66:_t,67:xt,68:Gt,69:Be,70:Ot,71:vn,72:Pe,73:Ee,74:nn},{12:[1,118],33:[1,117]},{35:119,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:120,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:121,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:122,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:123,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:124,75:81,76:Qt,77:Ae,79:Se,80:Dn},{35:125,75:81,76:Qt,77:Ae,79:Se,80:Dn},{14:[1,126]},{14:[1,127]},{14:[1,128]},{14:[1,129]},{1:[2,8]},i(sn,[2,15]),i(me,[2,17],{21:22,19:130,22:a,23:f,24:g,26:w,28:v}),i(sn,[2,37],{19:20,20:21,21:22,43:23,29:49,30:61,32:62,13:131,22:a,23:f,24:g,26:w,28:v,34:b,36:E,37:_,38:S,39:I,40:B,41:F,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt,51:yt,52:mt,53:gt,54:ht,55:bt,56:Z,57:ft,58:Y,59:Et,60:V,61:Nt,62:Dt,63:jt,64:Ct,65:Ft,66:_t,67:xt,68:Gt,69:Be,70:Ot,71:vn,72:Pe,73:Ee,74:nn}),i(Fe,[2,21]),i(Fe,[2,22]),i(oe,[2,39]),i(Pr,[2,71],{75:81,35:132,76:Qt,77:Ae,79:Se,80:Dn}),i(we,[2,73]),{78:[1,133]},i(we,[2,75]),i(we,[2,76]),i(oe,[2,40]),i(oe,[2,41]),i(oe,[2,42]),i(oe,[2,43]),i(oe,[2,44]),i(oe,[2,45]),i(oe,[2,46]),i(oe,[2,47]),i(oe,[2,48]),i(oe,[2,49]),i(oe,[2,50]),i(oe,[2,51]),i(oe,[2,52]),i(oe,[2,53]),i(oe,[2,54]),i(oe,[2,55]),i(oe,[2,56]),i(oe,[2,57]),i(oe,[2,58]),i(oe,[2,60]),i(oe,[2,61]),i(oe,[2,62]),i(oe,[2,63]),i(oe,[2,64]),i(oe,[2,65]),i(oe,[2,66]),i(oe,[2,67]),i(oe,[2,68]),i(oe,[2,69]),i(oe,[2,70]),{31:134,42:[1,135]},{12:[1,136]},{33:[1,137]},i(Ri,[2,28]),i(Ri,[2,29]),i(Ri,[2,30]),i(Ri,[2,31]),i(Ri,[2,32]),i(Ri,[2,33]),i(Ri,[2,34]),{1:[2,9]},{1:[2,10]},{1:[2,11]},{1:[2,12]},i(me,[2,18]),i(sn,[2,38]),i(Pr,[2,72]),i(we,[2,74]),i(oe,[2,24]),i(oe,[2,35]),i(yi,[2,25]),i(yi,[2,26],{12:[1,138]}),i(yi,[2,27])],defaultActions:{2:[2,1],3:[2,2],4:[2,7],5:[2,3],6:[2,4],7:[2,5],8:[2,6],74:[2,8],126:[2,9],127:[2,10],128:[2,11],129:[2,12]},parseError:function(An,Pn){if(Pn.recoverable)this.trace(An);else{var Bn=new Error(An);throw Bn.hash=Pn,Bn}},parse:function(An){var Pn=this,Bn=[0],Te=[],be=[null],Qe=[],rn=this.table,yn="",ja=0,mo=0,vo=2,ma=1,$a=Qe.slice.call(arguments,1),gs=Object.create(this.lexer),Nu={yy:{}};for(var ta in this.yy)Object.prototype.hasOwnProperty.call(this.yy,ta)&&(Nu.yy[ta]=this.yy[ta]);gs.setInput(An,Nu.yy),Nu.yy.lexer=gs,Nu.yy.parser=this,typeof gs.yylloc>"u"&&(gs.yylloc={});var l1=gs.yylloc;Qe.push(l1);var _2=gs.options&&gs.options.ranges;typeof Nu.yy.parseError=="function"?this.parseError=Nu.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function ll(){var Xl;return Xl=Te.pop()||gs.lex()||ma,typeof Xl!="number"&&(Xl instanceof Array&&(Te=Xl,Xl=Te.pop()),Xl=Pn.symbols_[Xl]||Xl),Xl}for(var Ac,pc,ka,du,ea={},co,bc,oa,va;;){if(pc=Bn[Bn.length-1],this.defaultActions[pc]?ka=this.defaultActions[pc]:((Ac===null||typeof Ac>"u")&&(Ac=ll()),ka=rn[pc]&&rn[pc][Ac]),typeof ka>"u"||!ka.length||!ka[0]){var na="";va=[];for(co in rn[pc])this.terminals_[co]&&co>vo&&va.push("'"+this.terminals_[co]+"'");gs.showPosition?na="Parse error on line "+(ja+1)+`:
+`+gs.showPosition()+`
+Expecting `+va.join(", ")+", got '"+(this.terminals_[Ac]||Ac)+"'":na="Parse error on line "+(ja+1)+": Unexpected "+(Ac==ma?"end of input":"'"+(this.terminals_[Ac]||Ac)+"'"),this.parseError(na,{text:gs.match,token:this.terminals_[Ac]||Ac,line:gs.yylineno,loc:l1,expected:va})}if(ka[0]instanceof Array&&ka.length>1)throw new Error("Parse Error: multiple actions possible at state: "+pc+", token: "+Ac);switch(ka[0]){case 1:Bn.push(Ac),be.push(gs.yytext),Qe.push(gs.yylloc),Bn.push(ka[1]),Ac=null,mo=gs.yyleng,yn=gs.yytext,ja=gs.yylineno,l1=gs.yylloc;break;case 2:if(bc=this.productions_[ka[1]][1],ea.$=be[be.length-bc],ea._$={first_line:Qe[Qe.length-(bc||1)].first_line,last_line:Qe[Qe.length-1].last_line,first_column:Qe[Qe.length-(bc||1)].first_column,last_column:Qe[Qe.length-1].last_column},_2&&(ea._$.range=[Qe[Qe.length-(bc||1)].range[0],Qe[Qe.length-1].range[1]]),du=this.performAction.apply(ea,[yn,mo,ja,Nu.yy,ka[1],be,Qe].concat($a)),typeof du<"u")return du;bc&&(Bn=Bn.slice(0,-1*bc*2),be=be.slice(0,-1*bc),Qe=Qe.slice(0,-1*bc)),Bn.push(this.productions_[ka[1]][0]),be.push(ea.$),Qe.push(ea._$),oa=rn[Bn[Bn.length-2]][Bn[Bn.length-1]],Bn.push(oa);break;case 3:return!0}}return!0}},Ss=function(){var fr={EOF:1,parseError:function(Pn,Bn){if(this.yy.parser)this.yy.parser.parseError(Pn,Bn);else throw new Error(Pn)},setInput:function(An,Pn){return this.yy=Pn||this.yy||{},this._input=An,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var An=this._input[0];this.yytext+=An,this.yyleng++,this.offset++,this.match+=An,this.matched+=An;var Pn=An.match(/(?:\r\n?|\n).*/g);return Pn?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),An},unput:function(An){var Pn=An.length,Bn=An.split(/(?:\r\n?|\n)/g);this._input=An+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-Pn),this.offset-=Pn;var Te=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),Bn.length-1&&(this.yylineno-=Bn.length-1);var be=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:Bn?(Bn.length===Te.length?this.yylloc.first_column:0)+Te[Te.length-Bn.length].length-Bn[0].length:this.yylloc.first_column-Pn},this.options.ranges&&(this.yylloc.range=[be[0],be[0]+this.yyleng-Pn]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(An){this.unput(this.match.slice(An))},pastInput:function(){var An=this.matched.substr(0,this.matched.length-this.match.length);return(An.length>20?"...":"")+An.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var An=this.match;return An.length<20&&(An+=this._input.substr(0,20-An.length)),(An.substr(0,20)+(An.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var An=this.pastInput(),Pn=new Array(An.length+1).join("-");return An+this.upcomingInput()+`
+`+Pn+"^"},test_match:function(An,Pn){var Bn,Te,be;if(this.options.backtrack_lexer&&(be={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(be.yylloc.range=this.yylloc.range.slice(0))),Te=An[0].match(/(?:\r\n?|\n).*/g),Te&&(this.yylineno+=Te.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:Te?Te[Te.length-1].length-Te[Te.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+An[0].length},this.yytext+=An[0],this.match+=An[0],this.matches=An,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(An[0].length),this.matched+=An[0],Bn=this.performAction.call(this,this.yy,this,Pn,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),Bn)return Bn;if(this._backtrack){for(var Qe in be)this[Qe]=be[Qe];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var An,Pn,Bn,Te;this._more||(this.yytext="",this.match="");for(var be=this._currentRules(),Qe=0;Qe<be.length;Qe++)if(Bn=this._input.match(this.rules[be[Qe]]),Bn&&(!Pn||Bn[0].length>Pn[0].length)){if(Pn=Bn,Te=Qe,this.options.backtrack_lexer){if(An=this.test_match(Bn,be[Qe]),An!==!1)return An;if(this._backtrack){Pn=!1;continue}else return!1}else if(!this.options.flex)break}return Pn?(An=this.test_match(Pn,be[Te]),An!==!1?An:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var Pn=this.next();return Pn||this.lex()},begin:function(Pn){this.conditionStack.push(Pn)},popState:function(){var Pn=this.conditionStack.length-1;return Pn>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(Pn){return Pn=this.conditionStack.length-1-Math.abs(Pn||0),Pn>=0?this.conditionStack[Pn]:"INITIAL"},pushState:function(Pn){this.begin(Pn)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(Pn,Bn,Te,be){switch(Te){case 0:return 6;case 1:return 7;case 2:return 8;case 3:return 9;case 4:return 22;case 5:return 23;case 6:return this.begin("acc_title"),24;case 7:return this.popState(),"acc_title_value";case 8:return this.begin("acc_descr"),26;case 9:return this.popState(),"acc_descr_value";case 10:this.begin("acc_descr_multiline");break;case 11:this.popState();break;case 12:return"acc_descr_multiline_value";case 13:break;case 14:c;break;case 15:return 12;case 16:break;case 17:return 11;case 18:return 15;case 19:return 16;case 20:return 17;case 21:return 18;case 22:return this.begin("person_ext"),45;case 23:return this.begin("person"),44;case 24:return this.begin("system_ext_queue"),51;case 25:return this.begin("system_ext_db"),50;case 26:return this.begin("system_ext"),49;case 27:return this.begin("system_queue"),48;case 28:return this.begin("system_db"),47;case 29:return this.begin("system"),46;case 30:return this.begin("boundary"),37;case 31:return this.begin("enterprise_boundary"),34;case 32:return this.begin("system_boundary"),36;case 33:return this.begin("container_ext_queue"),57;case 34:return this.begin("container_ext_db"),56;case 35:return this.begin("container_ext"),55;case 36:return this.begin("container_queue"),54;case 37:return this.begin("container_db"),53;case 38:return this.begin("container"),52;case 39:return this.begin("container_boundary"),38;case 40:return this.begin("component_ext_queue"),63;case 41:return this.begin("component_ext_db"),62;case 42:return this.begin("component_ext"),61;case 43:return this.begin("component_queue"),60;case 44:return this.begin("component_db"),59;case 45:return this.begin("component"),58;case 46:return this.begin("node"),39;case 47:return this.begin("node"),39;case 48:return this.begin("node_l"),40;case 49:return this.begin("node_r"),41;case 50:return this.begin("rel"),64;case 51:return this.begin("birel"),65;case 52:return this.begin("rel_u"),66;case 53:return this.begin("rel_u"),66;case 54:return this.begin("rel_d"),67;case 55:return this.begin("rel_d"),67;case 56:return this.begin("rel_l"),68;case 57:return this.begin("rel_l"),68;case 58:return this.begin("rel_r"),69;case 59:return this.begin("rel_r"),69;case 60:return this.begin("rel_b"),70;case 61:return this.begin("rel_index"),71;case 62:return this.begin("update_el_style"),72;case 63:return this.begin("update_rel_style"),73;case 64:return this.begin("update_layout_config"),74;case 65:return"EOF_IN_STRUCT";case 66:return this.begin("attribute"),"ATTRIBUTE_EMPTY";case 67:this.begin("attribute");break;case 68:this.popState(),this.popState();break;case 69:return 80;case 70:break;case 71:return 80;case 72:this.begin("string");break;case 73:this.popState();break;case 74:return"STR";case 75:this.begin("string_kv");break;case 76:return this.begin("string_kv_key"),"STR_KEY";case 77:this.popState(),this.begin("string_kv_value");break;case 78:return"STR_VALUE";case 79:this.popState(),this.popState();break;case 80:return"STR";case 81:return"LBRACE";case 82:return"RBRACE";case 83:return"SPACE";case 84:return"EOL";case 85:return 14}},rules:[/^(?:.*direction\s+TB[^\n]*)/,/^(?:.*direction\s+BT[^\n]*)/,/^(?:.*direction\s+RL[^\n]*)/,/^(?:.*direction\s+LR[^\n]*)/,/^(?:title\s[^#\n;]+)/,/^(?:accDescription\s[^#\n;]+)/,/^(?:accTitle\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*\{\s*)/,/^(?:[\}])/,/^(?:[^\}]*)/,/^(?:%%(?!\{)*[^\n]*(\r?\n?)+)/,/^(?:%%[^\n]*(\r?\n)*)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:C4Context\b)/,/^(?:C4Container\b)/,/^(?:C4Component\b)/,/^(?:C4Dynamic\b)/,/^(?:C4Deployment\b)/,/^(?:Person_Ext\b)/,/^(?:Person\b)/,/^(?:SystemQueue_Ext\b)/,/^(?:SystemDb_Ext\b)/,/^(?:System_Ext\b)/,/^(?:SystemQueue\b)/,/^(?:SystemDb\b)/,/^(?:System\b)/,/^(?:Boundary\b)/,/^(?:Enterprise_Boundary\b)/,/^(?:System_Boundary\b)/,/^(?:ContainerQueue_Ext\b)/,/^(?:ContainerDb_Ext\b)/,/^(?:Container_Ext\b)/,/^(?:ContainerQueue\b)/,/^(?:ContainerDb\b)/,/^(?:Container\b)/,/^(?:Container_Boundary\b)/,/^(?:ComponentQueue_Ext\b)/,/^(?:ComponentDb_Ext\b)/,/^(?:Component_Ext\b)/,/^(?:ComponentQueue\b)/,/^(?:ComponentDb\b)/,/^(?:Component\b)/,/^(?:Deployment_Node\b)/,/^(?:Node\b)/,/^(?:Node_L\b)/,/^(?:Node_R\b)/,/^(?:Rel\b)/,/^(?:BiRel\b)/,/^(?:Rel_Up\b)/,/^(?:Rel_U\b)/,/^(?:Rel_Down\b)/,/^(?:Rel_D\b)/,/^(?:Rel_Left\b)/,/^(?:Rel_L\b)/,/^(?:Rel_Right\b)/,/^(?:Rel_R\b)/,/^(?:Rel_Back\b)/,/^(?:RelIndex\b)/,/^(?:UpdateElementStyle\b)/,/^(?:UpdateRelStyle\b)/,/^(?:UpdateLayoutConfig\b)/,/^(?:$)/,/^(?:[(][ ]*[,])/,/^(?:[(])/,/^(?:[)])/,/^(?:,,)/,/^(?:,)/,/^(?:[ ]*["]["])/,/^(?:[ ]*["])/,/^(?:["])/,/^(?:[^"]*)/,/^(?:[ ]*[\$])/,/^(?:[^=]*)/,/^(?:[=][ ]*["])/,/^(?:[^"]+)/,/^(?:["])/,/^(?:[^,]+)/,/^(?:\{)/,/^(?:\})/,/^(?:[\s]+)/,/^(?:[\n\r]+)/,/^(?:$)/],conditions:{acc_descr_multiline:{rules:[11,12],inclusive:!1},acc_descr:{rules:[9],inclusive:!1},acc_title:{rules:[7],inclusive:!1},string_kv_value:{rules:[78,79],inclusive:!1},string_kv_key:{rules:[77],inclusive:!1},string_kv:{rules:[76],inclusive:!1},string:{rules:[73,74],inclusive:!1},attribute:{rules:[68,69,70,71,72,75,80],inclusive:!1},update_layout_config:{rules:[65,66,67,68],inclusive:!1},update_rel_style:{rules:[65,66,67,68],inclusive:!1},update_el_style:{rules:[65,66,67,68],inclusive:!1},rel_b:{rules:[65,66,67,68],inclusive:!1},rel_r:{rules:[65,66,67,68],inclusive:!1},rel_l:{rules:[65,66,67,68],inclusive:!1},rel_d:{rules:[65,66,67,68],inclusive:!1},rel_u:{rules:[65,66,67,68],inclusive:!1},rel_bi:{rules:[],inclusive:!1},rel:{rules:[65,66,67,68],inclusive:!1},node_r:{rules:[65,66,67,68],inclusive:!1},node_l:{rules:[65,66,67,68],inclusive:!1},node:{rules:[65,66,67,68],inclusive:!1},index:{rules:[],inclusive:!1},rel_index:{rules:[65,66,67,68],inclusive:!1},component_ext_queue:{rules:[],inclusive:!1},component_ext_db:{rules:[65,66,67,68],inclusive:!1},component_ext:{rules:[65,66,67,68],inclusive:!1},component_queue:{rules:[65,66,67,68],inclusive:!1},component_db:{rules:[65,66,67,68],inclusive:!1},component:{rules:[65,66,67,68],inclusive:!1},container_boundary:{rules:[65,66,67,68],inclusive:!1},container_ext_queue:{rules:[65,66,67,68],inclusive:!1},container_ext_db:{rules:[65,66,67,68],inclusive:!1},container_ext:{rules:[65,66,67,68],inclusive:!1},container_queue:{rules:[65,66,67,68],inclusive:!1},container_db:{rules:[65,66,67,68],inclusive:!1},container:{rules:[65,66,67,68],inclusive:!1},birel:{rules:[65,66,67,68],inclusive:!1},system_boundary:{rules:[65,66,67,68],inclusive:!1},enterprise_boundary:{rules:[65,66,67,68],inclusive:!1},boundary:{rules:[65,66,67,68],inclusive:!1},system_ext_queue:{rules:[65,66,67,68],inclusive:!1},system_ext_db:{rules:[65,66,67,68],inclusive:!1},system_ext:{rules:[65,66,67,68],inclusive:!1},system_queue:{rules:[65,66,67,68],inclusive:!1},system_db:{rules:[65,66,67,68],inclusive:!1},system:{rules:[65,66,67,68],inclusive:!1},person_ext:{rules:[65,66,67,68],inclusive:!1},person:{rules:[65,66,67,68],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,8,10,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,81,82,83,84,85],inclusive:!0}}};return fr}();da.lexer=Ss;function Ra(){this.yy={}}return Ra.prototype=da,da.Parser=Ra,new Ra}();EY.parser=EY;const ZBe=EY;let Kv=[],w8=[""],tp="global",Wv="",i4=[{alias:"global",label:{text:"global"},type:{text:"global"},tags:null,link:null,parentBoundary:""}],DF=[],Vgt="",Ugt=!1,TY=4,CY=2;var $Bt;const tRe=function(){return $Bt},eRe=function(i){$Bt=Ed(i,Re())},nRe=function(i,a,f,g,w,v,b,E,_){if(i==null||a===void 0||a===null||f===void 0||f===null||g===void 0||g===null)return;let S={};const I=DF.find(B=>B.from===a&&B.to===f);if(I?S=I:DF.push(S),S.type=i,S.from=a,S.to=f,S.label={text:g},w==null)S.techn={text:""};else if(typeof w=="object"){let[B,F]=Object.entries(w)[0];S[B]={text:F}}else S.techn={text:w};if(v==null)S.descr={text:""};else if(typeof v=="object"){let[B,F]=Object.entries(v)[0];S[B]={text:F}}else S.descr={text:v};if(typeof b=="object"){let[B,F]=Object.entries(b)[0];S[B]=F}else S.sprite=b;if(typeof E=="object"){let[B,F]=Object.entries(E)[0];S[B]=F}else S.tags=E;if(typeof _=="object"){let[B,F]=Object.entries(_)[0];S[B]=F}else S.link=_;S.wrap=m8()},rRe=function(i,a,f,g,w,v,b){if(a===null||f===null)return;let E={};const _=Kv.find(S=>S.alias===a);if(_&&a===_.alias?E=_:(E.alias=a,Kv.push(E)),f==null?E.label={text:""}:E.label={text:f},g==null)E.descr={text:""};else if(typeof g=="object"){let[S,I]=Object.entries(g)[0];E[S]={text:I}}else E.descr={text:g};if(typeof w=="object"){let[S,I]=Object.entries(w)[0];E[S]=I}else E.sprite=w;if(typeof v=="object"){let[S,I]=Object.entries(v)[0];E[S]=I}else E.tags=v;if(typeof b=="object"){let[S,I]=Object.entries(b)[0];E[S]=I}else E.link=b;E.typeC4Shape={text:i},E.parentBoundary=tp,E.wrap=m8()},iRe=function(i,a,f,g,w,v,b,E){if(a===null||f===null)return;let _={};const S=Kv.find(I=>I.alias===a);if(S&&a===S.alias?_=S:(_.alias=a,Kv.push(_)),f==null?_.label={text:""}:_.label={text:f},g==null)_.techn={text:""};else if(typeof g=="object"){let[I,B]=Object.entries(g)[0];_[I]={text:B}}else _.techn={text:g};if(w==null)_.descr={text:""};else if(typeof w=="object"){let[I,B]=Object.entries(w)[0];_[I]={text:B}}else _.descr={text:w};if(typeof v=="object"){let[I,B]=Object.entries(v)[0];_[I]=B}else _.sprite=v;if(typeof b=="object"){let[I,B]=Object.entries(b)[0];_[I]=B}else _.tags=b;if(typeof E=="object"){let[I,B]=Object.entries(E)[0];_[I]=B}else _.link=E;_.wrap=m8(),_.typeC4Shape={text:i},_.parentBoundary=tp},sRe=function(i,a,f,g,w,v,b,E){if(a===null||f===null)return;let _={};const S=Kv.find(I=>I.alias===a);if(S&&a===S.alias?_=S:(_.alias=a,Kv.push(_)),f==null?_.label={text:""}:_.label={text:f},g==null)_.techn={text:""};else if(typeof g=="object"){let[I,B]=Object.entries(g)[0];_[I]={text:B}}else _.techn={text:g};if(w==null)_.descr={text:""};else if(typeof w=="object"){let[I,B]=Object.entries(w)[0];_[I]={text:B}}else _.descr={text:w};if(typeof v=="object"){let[I,B]=Object.entries(v)[0];_[I]=B}else _.sprite=v;if(typeof b=="object"){let[I,B]=Object.entries(b)[0];_[I]=B}else _.tags=b;if(typeof E=="object"){let[I,B]=Object.entries(E)[0];_[I]=B}else _.link=E;_.wrap=m8(),_.typeC4Shape={text:i},_.parentBoundary=tp},aRe=function(i,a,f,g,w){if(i===null||a===null)return;let v={};const b=i4.find(E=>E.alias===i);if(b&&i===b.alias?v=b:(v.alias=i,i4.push(v)),a==null?v.label={text:""}:v.label={text:a},f==null)v.type={text:"system"};else if(typeof f=="object"){let[E,_]=Object.entries(f)[0];v[E]={text:_}}else v.type={text:f};if(typeof g=="object"){let[E,_]=Object.entries(g)[0];v[E]=_}else v.tags=g;if(typeof w=="object"){let[E,_]=Object.entries(w)[0];v[E]=_}else v.link=w;v.parentBoundary=tp,v.wrap=m8(),Wv=tp,tp=i,w8.push(Wv)},oRe=function(i,a,f,g,w){if(i===null||a===null)return;let v={};const b=i4.find(E=>E.alias===i);if(b&&i===b.alias?v=b:(v.alias=i,i4.push(v)),a==null?v.label={text:""}:v.label={text:a},f==null)v.type={text:"container"};else if(typeof f=="object"){let[E,_]=Object.entries(f)[0];v[E]={text:_}}else v.type={text:f};if(typeof g=="object"){let[E,_]=Object.entries(g)[0];v[E]=_}else v.tags=g;if(typeof w=="object"){let[E,_]=Object.entries(w)[0];v[E]=_}else v.link=w;v.parentBoundary=tp,v.wrap=m8(),Wv=tp,tp=i,w8.push(Wv)},cRe=function(i,a,f,g,w,v,b,E){if(a===null||f===null)return;let _={};const S=i4.find(I=>I.alias===a);if(S&&a===S.alias?_=S:(_.alias=a,i4.push(_)),f==null?_.label={text:""}:_.label={text:f},g==null)_.type={text:"node"};else if(typeof g=="object"){let[I,B]=Object.entries(g)[0];_[I]={text:B}}else _.type={text:g};if(w==null)_.descr={text:""};else if(typeof w=="object"){let[I,B]=Object.entries(w)[0];_[I]={text:B}}else _.descr={text:w};if(typeof b=="object"){let[I,B]=Object.entries(b)[0];_[I]=B}else _.tags=b;if(typeof E=="object"){let[I,B]=Object.entries(E)[0];_[I]=B}else _.link=E;_.nodeType=i,_.parentBoundary=tp,_.wrap=m8(),Wv=tp,tp=a,w8.push(Wv)},uRe=function(){tp=Wv,w8.pop(),Wv=w8.pop(),w8.push(Wv)},lRe=function(i,a,f,g,w,v,b,E,_,S,I){let B=Kv.find(F=>F.alias===a);if(!(B===void 0&&(B=i4.find(F=>F.alias===a),B===void 0))){if(f!=null)if(typeof f=="object"){let[F,R]=Object.entries(f)[0];B[F]=R}else B.bgColor=f;if(g!=null)if(typeof g=="object"){let[F,R]=Object.entries(g)[0];B[F]=R}else B.fontColor=g;if(w!=null)if(typeof w=="object"){let[F,R]=Object.entries(w)[0];B[F]=R}else B.borderColor=w;if(v!=null)if(typeof v=="object"){let[F,R]=Object.entries(v)[0];B[F]=R}else B.shadowing=v;if(b!=null)if(typeof b=="object"){let[F,R]=Object.entries(b)[0];B[F]=R}else B.shape=b;if(E!=null)if(typeof E=="object"){let[F,R]=Object.entries(E)[0];B[F]=R}else B.sprite=E;if(_!=null)if(typeof _=="object"){let[F,R]=Object.entries(_)[0];B[F]=R}else B.techn=_;if(S!=null)if(typeof S=="object"){let[F,R]=Object.entries(S)[0];B[F]=R}else B.legendText=S;if(I!=null)if(typeof I=="object"){let[F,R]=Object.entries(I)[0];B[F]=R}else B.legendSprite=I}},hRe=function(i,a,f,g,w,v,b){const E=DF.find(_=>_.from===a&&_.to===f);if(E!==void 0){if(g!=null)if(typeof g=="object"){let[_,S]=Object.entries(g)[0];E[_]=S}else E.textColor=g;if(w!=null)if(typeof w=="object"){let[_,S]=Object.entries(w)[0];E[_]=S}else E.lineColor=w;if(v!=null)if(typeof v=="object"){let[_,S]=Object.entries(v)[0];E[_]=parseInt(S)}else E.offsetX=parseInt(v);if(b!=null)if(typeof b=="object"){let[_,S]=Object.entries(b)[0];E[_]=parseInt(S)}else E.offsetY=parseInt(b)}},fRe=function(i,a,f){let g=TY,w=CY;if(typeof a=="object"){const v=Object.values(a)[0];g=parseInt(v)}else g=parseInt(a);if(typeof f=="object"){const v=Object.values(f)[0];w=parseInt(v)}else w=parseInt(f);g>=1&&(TY=g),w>=1&&(CY=w)},dRe=function(){return TY},gRe=function(){return CY},pRe=function(){return tp},bRe=function(){return Wv},zBt=function(i){return i==null?Kv:Kv.filter(a=>a.parentBoundary===i)},wRe=function(i){return Kv.find(a=>a.alias===i)},mRe=function(i){return Object.keys(zBt(i))},vRe=function(i){return i==null?i4:i4.filter(a=>a.parentBoundary===i)},yRe=function(){return DF},xRe=function(){return Vgt},kRe=function(i){Ugt=i},m8=function(){return Ugt},Ggt={addPersonOrSystem:rRe,addPersonOrSystemBoundary:aRe,addContainer:iRe,addContainerBoundary:oRe,addComponent:sRe,addDeploymentNode:cRe,popBoundaryParseStack:uRe,addRel:nRe,updateElStyle:lRe,updateRelStyle:hRe,updateLayoutConfig:fRe,autoWrap:m8,setWrap:kRe,getC4ShapeArray:zBt,getC4Shape:wRe,getC4ShapeKeys:mRe,getBoundarys:vRe,getCurrentBoundaryParse:pRe,getParentBoundaryParse:bRe,getRels:yRe,getTitle:xRe,getC4Type:tRe,getC4ShapeInRow:dRe,getC4BoundaryInRow:gRe,setAccTitle:ng,getAccTitle:Yg,getAccDescription:Qg,setAccDescription:Xg,getConfig:()=>Re().c4,clear:function(){Kv=[],i4=[{alias:"global",label:{text:"global"},type:{text:"global"},tags:null,link:null,parentBoundary:""}],Wv="",tp="global",w8=[""],DF=[],w8=[""],Vgt="",Ugt=!1,TY=4,CY=2},LINETYPE:{SOLID:0,DOTTED:1,NOTE:2,SOLID_CROSS:3,DOTTED_CROSS:4,SOLID_OPEN:5,DOTTED_OPEN:6,LOOP_START:10,LOOP_END:11,ALT_START:12,ALT_ELSE:13,ALT_END:14,OPT_START:15,OPT_END:16,ACTIVE_START:17,ACTIVE_END:18,PAR_START:19,PAR_AND:20,PAR_END:21,RECT_START:22,RECT_END:23,SOLID_POINT:24,DOTTED_POINT:25},ARROWTYPE:{FILLED:0,OPEN:1},PLACEMENT:{LEFTOF:0,RIGHTOF:1,OVER:2},setTitle:function(i){Vgt=Ed(i,Re())},setC4Type:eRe},_Y=(i,a)=>{const f=i.append("rect");if(f.attr("x",a.x),f.attr("y",a.y),f.attr("fill",a.fill),f.attr("stroke",a.stroke),f.attr("width",a.width),f.attr("height",a.height),a.rx!==void 0&&f.attr("rx",a.rx),a.ry!==void 0&&f.attr("ry",a.ry),a.attrs!==void 0)for(const g in a.attrs)f.attr(g,a.attrs[g]);return a.class!==void 0&&f.attr("class",a.class),f},qBt=(i,a)=>{const f={x:a.startx,y:a.starty,width:a.stopx-a.startx,height:a.stopy-a.starty,fill:a.fill,stroke:a.stroke,class:"rect"};_Y(i,f).lower()},ERe=(i,a)=>{const f=a.text.replace(gF," "),g=i.append("text");g.attr("x",a.x),g.attr("y",a.y),g.attr("class","legend"),g.style("text-anchor",a.anchor),a.class!==void 0&&g.attr("class",a.class);const w=g.append("tspan");return w.attr("x",a.x+a.textMargin*2),w.text(f),g},TRe=(i,a,f,g)=>{const w=i.append("image");w.attr("x",a),w.attr("y",f);const v=c8(g);w.attr("xlink:href",v)},CRe=(i,a,f,g)=>{const w=i.append("use");w.attr("x",a),w.attr("y",f);const v=c8(g);w.attr("xlink:href",`#${v}`)},k9=()=>({x:0,y:0,width:100,height:100,fill:"#EDF2AE",stroke:"#666",anchor:"start",rx:0,ry:0}),Kgt=()=>({x:0,y:0,width:100,height:100,"text-anchor":"start",style:"#666",textMargin:0,rx:0,ry:0,tspan:!0}),Wgt=function(i,a){return _Y(i,a)},HBt=function(i,a,f,g,w,v){const b=i.append("image");b.attr("width",a),b.attr("height",f),b.attr("x",g),b.attr("y",w);let E=v.startsWith("data:image/png;base64")?v:c8(v);b.attr("xlink:href",E)},_Re=(i,a,f)=>{const g=i.append("g");let w=0;for(let v of a){let b=v.textColor?v.textColor:"#444444",E=v.lineColor?v.lineColor:"#444444",_=v.offsetX?parseInt(v.offsetX):0,S=v.offsetY?parseInt(v.offsetY):0,I="";if(w===0){let F=g.append("line");F.attr("x1",v.startPoint.x),F.attr("y1",v.startPoint.y),F.attr("x2",v.endPoint.x),F.attr("y2",v.endPoint.y),F.attr("stroke-width","1"),F.attr("stroke",E),F.style("fill","none"),v.type!=="rel_b"&&F.attr("marker-end","url("+I+"#arrowhead)"),(v.type==="birel"||v.type==="rel_b")&&F.attr("marker-start","url("+I+"#arrowend)"),w=-1}else{let F=g.append("path");F.attr("fill","none").attr("stroke-width","1").attr("stroke",E).attr("d","Mstartx,starty Qcontrolx,controly stopx,stopy ".replaceAll("startx",v.startPoint.x).replaceAll("starty",v.startPoint.y).replaceAll("controlx",v.startPoint.x+(v.endPoint.x-v.startPoint.x)/2-(v.endPoint.x-v.startPoint.x)/4).replaceAll("controly",v.startPoint.y+(v.endPoint.y-v.startPoint.y)/2).replaceAll("stopx",v.endPoint.x).replaceAll("stopy",v.endPoint.y)),v.type!=="rel_b"&&F.attr("marker-end","url("+I+"#arrowhead)"),(v.type==="birel"||v.type==="rel_b")&&F.attr("marker-start","url("+I+"#arrowend)")}let B=f.messageFont();Dx(f)(v.label.text,g,Math.min(v.startPoint.x,v.endPoint.x)+Math.abs(v.endPoint.x-v.startPoint.x)/2+_,Math.min(v.startPoint.y,v.endPoint.y)+Math.abs(v.endPoint.y-v.startPoint.y)/2+S,v.label.width,v.label.height,{fill:b},B),v.techn&&v.techn.text!==""&&(B=f.messageFont(),Dx(f)("["+v.techn.text+"]",g,Math.min(v.startPoint.x,v.endPoint.x)+Math.abs(v.endPoint.x-v.startPoint.x)/2+_,Math.min(v.startPoint.y,v.endPoint.y)+Math.abs(v.endPoint.y-v.startPoint.y)/2+f.messageFontSize+5+S,Math.max(v.label.width,v.techn.width),v.techn.height,{fill:b,"font-style":"italic"},B))}},SRe=function(i,a,f){const g=i.append("g");let w=a.bgColor?a.bgColor:"none",v=a.borderColor?a.borderColor:"#444444",b=a.fontColor?a.fontColor:"black",E={"stroke-width":1,"stroke-dasharray":"7.0,7.0"};a.nodeType&&(E={"stroke-width":1});let _={x:a.x,y:a.y,fill:w,stroke:v,width:a.width,height:a.height,rx:2.5,ry:2.5,attrs:E};Wgt(g,_);let S=f.boundaryFont();S.fontWeight="bold",S.fontSize=S.fontSize+2,S.fontColor=b,Dx(f)(a.label.text,g,a.x,a.y+a.label.Y,a.width,a.height,{fill:"#444444"},S),a.type&&a.type.text!==""&&(S=f.boundaryFont(),S.fontColor=b,Dx(f)(a.type.text,g,a.x,a.y+a.type.Y,a.width,a.height,{fill:"#444444"},S)),a.descr&&a.descr.text!==""&&(S=f.boundaryFont(),S.fontSize=S.fontSize-2,S.fontColor=b,Dx(f)(a.descr.text,g,a.x,a.y+a.descr.Y,a.width,a.height,{fill:"#444444"},S))},ARe=function(i,a,f){var B;let g=a.bgColor?a.bgColor:f[a.typeC4Shape.text+"_bg_color"],w=a.borderColor?a.borderColor:f[a.typeC4Shape.text+"_border_color"],v=a.fontColor?a.fontColor:"#FFFFFF",b="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAACD0lEQVR4Xu2YoU4EMRCGT+4j8Ai8AhaH4QHgAUjQuFMECUgMIUgwJAgMhgQsAYUiJCiQIBBY+EITsjfTdme6V24v4c8vyGbb+ZjOtN0bNcvjQXmkH83WvYBWto6PLm6v7p7uH1/w2fXD+PBycX1Pv2l3IdDm/vn7x+dXQiAubRzoURa7gRZWd0iGRIiJbOnhnfYBQZNJjNbuyY2eJG8fkDE3bbG4ep6MHUAsgYxmE3nVs6VsBWJSGccsOlFPmLIViMzLOB7pCVO2AtHJMohH7Fh6zqitQK7m0rJvAVYgGcEpe//PLdDz65sM4pF9N7ICcXDKIB5Nv6j7tD0NoSdM2QrU9Gg0ewE1LqBhHR3BBdvj2vapnidjHxD/q6vd7Pvhr31AwcY8eXMTXAKECZZJFXuEq27aLgQK5uLMohCenGGuGewOxSjBvYBqeG6B+Nqiblggdjnc+ZXDy+FNFpFzw76O3UBAROuXh6FoiAcf5g9eTvUgzy0nWg6I8cXHRUpg5bOVBCo+KDpFajOf23GgPme7RSQ+lacIENUgJ6gg1k6HjgOlqnLqip4tEuhv0hNEMXUD0clyXE3p6pZA0S2nnvTlXwLJEZWlb7cTQH1+USgTN4VhAenm/wea1OCAOmqo6fE1WCb9WSKBah+rbUWPWAmE2Rvk0ApiB45eOyNAzU8xcTvj8KvkKEoOaIYeHNA3ZuygAvFMUO0AAAAASUVORK5CYII=";switch(a.typeC4Shape.text){case"person":b="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAACD0lEQVR4Xu2YoU4EMRCGT+4j8Ai8AhaH4QHgAUjQuFMECUgMIUgwJAgMhgQsAYUiJCiQIBBY+EITsjfTdme6V24v4c8vyGbb+ZjOtN0bNcvjQXmkH83WvYBWto6PLm6v7p7uH1/w2fXD+PBycX1Pv2l3IdDm/vn7x+dXQiAubRzoURa7gRZWd0iGRIiJbOnhnfYBQZNJjNbuyY2eJG8fkDE3bbG4ep6MHUAsgYxmE3nVs6VsBWJSGccsOlFPmLIViMzLOB7pCVO2AtHJMohH7Fh6zqitQK7m0rJvAVYgGcEpe//PLdDz65sM4pF9N7ICcXDKIB5Nv6j7tD0NoSdM2QrU9Gg0ewE1LqBhHR3BBdvj2vapnidjHxD/q6vd7Pvhr31AwcY8eXMTXAKECZZJFXuEq27aLgQK5uLMohCenGGuGewOxSjBvYBqeG6B+Nqiblggdjnc+ZXDy+FNFpFzw76O3UBAROuXh6FoiAcf5g9eTvUgzy0nWg6I8cXHRUpg5bOVBCo+KDpFajOf23GgPme7RSQ+lacIENUgJ6gg1k6HjgOlqnLqip4tEuhv0hNEMXUD0clyXE3p6pZA0S2nnvTlXwLJEZWlb7cTQH1+USgTN4VhAenm/wea1OCAOmqo6fE1WCb9WSKBah+rbUWPWAmE2Rvk0ApiB45eOyNAzU8xcTvj8KvkKEoOaIYeHNA3ZuygAvFMUO0AAAAASUVORK5CYII=";break;case"external_person":b="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAAB6ElEQVR4Xu2YLY+EMBCG9+dWr0aj0Wg0Go1Go0+j8Xdv2uTCvv1gpt0ebHKPuhDaeW4605Z9mJvx4AdXUyTUdd08z+u6flmWZRnHsWkafk9DptAwDPu+f0eAYtu2PEaGWuj5fCIZrBAC2eLBAnRCsEkkxmeaJp7iDJ2QMDdHsLg8SxKFEJaAo8lAXnmuOFIhTMpxxKATebo4UiFknuNo4OniSIXQyRxEA3YsnjGCVEjVXD7yLUAqxBGUyPv/Y4W2beMgGuS7kVQIBycH0fD+oi5pezQETxdHKmQKGk1eQEYldK+jw5GxPfZ9z7Mk0Qnhf1W1m3w//EUn5BDmSZsbR44QQLBEqrBHqOrmSKaQAxdnLArCrxZcM7A7ZKs4ioRq8LFC+NpC3WCBJsvpVw5edm9iEXFuyNfxXAgSwfrFQ1c0iNda8AdejvUgnktOtJQQxmcfFzGglc5WVCj7oDgFqU18boeFSs52CUh8LE8BIVQDT1ABrB0HtgSEYlX5doJnCwv9TXocKCaKbnwhdDKPq4lf3SwU3HLq4V/+WYhHVMa/3b4IlfyikAduCkcBc7mQ3/z/Qq/cTuikhkzB12Ae/mcJC9U+Vo8Ej1gWAtgbeGgFsAMHr50BIWOLCbezvhpBFUdY6EJuJ/QDW0XoMX60zZ0AAAAASUVORK5CYII=";break}const E=i.append("g");E.attr("class","person-man");const _=k9();switch(a.typeC4Shape.text){case"person":case"external_person":case"system":case"external_system":case"container":case"external_container":case"component":case"external_component":_.x=a.x,_.y=a.y,_.fill=g,_.width=a.width,_.height=a.height,_.stroke=w,_.rx=2.5,_.ry=2.5,_.attrs={"stroke-width":.5},Wgt(E,_);break;case"system_db":case"external_system_db":case"container_db":case"external_container_db":case"component_db":case"external_component_db":E.append("path").attr("fill",g).attr("stroke-width","0.5").attr("stroke",w).attr("d","Mstartx,startyc0,-10 half,-10 half,-10c0,0 half,0 half,10l0,heightc0,10 -half,10 -half,10c0,0 -half,0 -half,-10l0,-height".replaceAll("startx",a.x).replaceAll("starty",a.y).replaceAll("half",a.width/2).replaceAll("height",a.height)),E.append("path").attr("fill","none").attr("stroke-width","0.5").attr("stroke",w).attr("d","Mstartx,startyc0,10 half,10 half,10c0,0 half,0 half,-10".replaceAll("startx",a.x).replaceAll("starty",a.y).replaceAll("half",a.width/2));break;case"system_queue":case"external_system_queue":case"container_queue":case"external_container_queue":case"component_queue":case"external_component_queue":E.append("path").attr("fill",g).attr("stroke-width","0.5").attr("stroke",w).attr("d","Mstartx,startylwidth,0c5,0 5,half 5,halfc0,0 0,half -5,halfl-width,0c-5,0 -5,-half -5,-halfc0,0 0,-half 5,-half".replaceAll("startx",a.x).replaceAll("starty",a.y).replaceAll("width",a.width).replaceAll("half",a.height/2)),E.append("path").attr("fill","none").attr("stroke-width","0.5").attr("stroke",w).attr("d","Mstartx,startyc-5,0 -5,half -5,halfc0,half 5,half 5,half".replaceAll("startx",a.x+a.width).replaceAll("starty",a.y).replaceAll("half",a.height/2));break}let S=BRe(f,a.typeC4Shape.text);switch(E.append("text").attr("fill",v).attr("font-family",S.fontFamily).attr("font-size",S.fontSize-2).attr("font-style","italic").attr("lengthAdjust","spacing").attr("textLength",a.typeC4Shape.width).attr("x",a.x+a.width/2-a.typeC4Shape.width/2).attr("y",a.y+a.typeC4Shape.Y).text("<<"+a.typeC4Shape.text+">>"),a.typeC4Shape.text){case"person":case"external_person":HBt(E,48,48,a.x+a.width/2-24,a.y+a.image.Y,b);break}let I=f[a.typeC4Shape.text+"Font"]();return I.fontWeight="bold",I.fontSize=I.fontSize+2,I.fontColor=v,Dx(f)(a.label.text,E,a.x,a.y+a.label.Y,a.width,a.height,{fill:v},I),I=f[a.typeC4Shape.text+"Font"](),I.fontColor=v,a.techn&&((B=a.techn)==null?void 0:B.text)!==""?Dx(f)(a.techn.text,E,a.x,a.y+a.techn.Y,a.width,a.height,{fill:v,"font-style":"italic"},I):a.type&&a.type.text!==""&&Dx(f)(a.type.text,E,a.x,a.y+a.type.Y,a.width,a.height,{fill:v,"font-style":"italic"},I),a.descr&&a.descr.text!==""&&(I=f.personFont(),I.fontColor=v,Dx(f)(a.descr.text,E,a.x,a.y+a.descr.Y,a.width,a.height,{fill:v},I)),a.height},LRe=function(i){i.append("defs").append("symbol").attr("id","database").attr("fill-rule","evenodd").attr("clip-rule","evenodd").append("path").attr("transform","scale(.5)").attr("d","M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z")},MRe=function(i){i.append("defs").append("symbol").attr("id","computer").attr("width","24").attr("height","24").append("path").attr("transform","scale(.5)").attr("d","M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z")},DRe=function(i){i.append("defs").append("symbol").attr("id","clock").attr("width","24").attr("height","24").append("path").attr("transform","scale(.5)").attr("d","M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z")},IRe=function(i){i.append("defs").append("marker").attr("id","arrowhead").attr("refX",9).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",12).attr("markerHeight",12).attr("orient","auto").append("path").attr("d","M 0 0 L 10 5 L 0 10 z")},ORe=function(i){i.append("defs").append("marker").attr("id","arrowend").attr("refX",1).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",12).attr("markerHeight",12).attr("orient","auto").append("path").attr("d","M 10 0 L 0 5 L 10 10 z")},PRe=function(i){i.append("defs").append("marker").attr("id","filled-head").attr("refX",18).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L14,7 L9,1 Z")},NRe=function(i){i.append("defs").append("marker").attr("id","sequencenumber").attr("refX",15).attr("refY",15).attr("markerWidth",60).attr("markerHeight",40).attr("orient","auto").append("circle").attr("cx",15).attr("cy",15).attr("r",6)},FRe=function(i){const f=i.append("defs").append("marker").attr("id","crosshead").attr("markerWidth",15).attr("markerHeight",8).attr("orient","auto").attr("refX",16).attr("refY",4);f.append("path").attr("fill","black").attr("stroke","#000000").style("stroke-dasharray","0, 0").attr("stroke-width","1px").attr("d","M 9,2 V 6 L16,4 Z"),f.append("path").attr("fill","none").attr("stroke","#000000").style("stroke-dasharray","0, 0").attr("stroke-width","1px").attr("d","M 0,1 L 6,7 M 6,1 L 0,7")},BRe=(i,a)=>({fontFamily:i[a+"FontFamily"],fontSize:i[a+"FontSize"],fontWeight:i[a+"FontWeight"]}),Dx=function(){function i(w,v,b,E,_,S,I){const B=v.append("text").attr("x",b+_/2).attr("y",E+S/2+5).style("text-anchor","middle").text(w);g(B,I)}function a(w,v,b,E,_,S,I,B){const{fontSize:F,fontFamily:R,fontWeight:q}=B,X=w.split(ei.lineBreakRegex);for(let rt=0;rt<X.length;rt++){const at=rt*F-F*(X.length-1)/2,ut=v.append("text").attr("x",b+_/2).attr("y",E).style("text-anchor","middle").attr("dominant-baseline","middle").style("font-size",F).style("font-weight",q).style("font-family",R);ut.append("tspan").attr("dy",at).text(X[rt]).attr("alignment-baseline","mathematical"),g(ut,I)}}function f(w,v,b,E,_,S,I,B){const F=v.append("switch"),q=F.append("foreignObject").attr("x",b).attr("y",E).attr("width",_).attr("height",S).append("xhtml:div").style("display","table").style("height","100%").style("width","100%");q.append("div").style("display","table-cell").style("text-align","center").style("vertical-align","middle").text(w),a(w,F,b,E,_,S,I,B),g(q,I)}function g(w,v){for(const b in v)v.hasOwnProperty(b)&&w.attr(b,v[b])}return function(w){return w.textPlacement==="fo"?f:w.textPlacement==="old"?i:a}}(),s4={drawRect:Wgt,drawBoundary:SRe,drawC4Shape:ARe,drawRels:_Re,drawImage:HBt,insertArrowHead:IRe,insertArrowEnd:ORe,insertArrowFilledHead:PRe,insertDynamicNumber:NRe,insertArrowCrossHead:FRe,insertDatabaseIcon:LRe,insertComputerIcon:MRe,insertClockIcon:DRe};let SY=0,AY=0,VBt=4,Ygt=2;EY.yy=Ggt;let _s={};class UBt{constructor(a){this.name="",this.data={},this.data.startx=void 0,this.data.stopx=void 0,this.data.starty=void 0,this.data.stopy=void 0,this.data.widthLimit=void 0,this.nextData={},this.nextData.startx=void 0,this.nextData.stopx=void 0,this.nextData.starty=void 0,this.nextData.stopy=void 0,this.nextData.cnt=0,Xgt(a.db.getConfig())}setData(a,f,g,w){this.nextData.startx=this.data.startx=a,this.nextData.stopx=this.data.stopx=f,this.nextData.starty=this.data.starty=g,this.nextData.stopy=this.data.stopy=w}updateVal(a,f,g,w){a[f]===void 0?a[f]=g:a[f]=w(g,a[f])}insert(a){this.nextData.cnt=this.nextData.cnt+1;let f=this.nextData.startx===this.nextData.stopx?this.nextData.stopx+a.margin:this.nextData.stopx+a.margin*2,g=f+a.width,w=this.nextData.starty+a.margin*2,v=w+a.height;(f>=this.data.widthLimit||g>=this.data.widthLimit||this.nextData.cnt>VBt)&&(f=this.nextData.startx+a.margin+_s.nextLinePaddingX,w=this.nextData.stopy+a.margin*2,this.nextData.stopx=g=f+a.width,this.nextData.starty=this.nextData.stopy,this.nextData.stopy=v=w+a.height,this.nextData.cnt=1),a.x=f,a.y=w,this.updateVal(this.data,"startx",f,Math.min),this.updateVal(this.data,"starty",w,Math.min),this.updateVal(this.data,"stopx",g,Math.max),this.updateVal(this.data,"stopy",v,Math.max),this.updateVal(this.nextData,"startx",f,Math.min),this.updateVal(this.nextData,"starty",w,Math.min),this.updateVal(this.nextData,"stopx",g,Math.max),this.updateVal(this.nextData,"stopy",v,Math.max)}init(a){this.name="",this.data={startx:void 0,stopx:void 0,starty:void 0,stopy:void 0,widthLimit:void 0},this.nextData={startx:void 0,stopx:void 0,starty:void 0,stopy:void 0,cnt:0},Xgt(a.db.getConfig())}bumpLastMargin(a){this.data.stopx+=a,this.data.stopy+=a}}const Xgt=function(i){Td(_s,i),i.fontFamily&&(_s.personFontFamily=_s.systemFontFamily=_s.messageFontFamily=i.fontFamily),i.fontSize&&(_s.personFontSize=_s.systemFontSize=_s.messageFontSize=i.fontSize),i.fontWeight&&(_s.personFontWeight=_s.systemFontWeight=_s.messageFontWeight=i.fontWeight)},IF=(i,a)=>({fontFamily:i[a+"FontFamily"],fontSize:i[a+"FontSize"],fontWeight:i[a+"FontWeight"]}),LY=i=>({fontFamily:i.boundaryFontFamily,fontSize:i.boundaryFontSize,fontWeight:i.boundaryFontWeight}),RRe=i=>({fontFamily:i.messageFontFamily,fontSize:i.messageFontSize,fontWeight:i.messageFontWeight});function Yv(i,a,f,g,w){if(!a[i].width)if(f)a[i].text=gFt(a[i].text,w,g),a[i].textLines=a[i].text.split(ei.lineBreakRegex).length,a[i].width=w,a[i].height=bgt(a[i].text,g);else{let v=a[i].text.split(ei.lineBreakRegex);a[i].textLines=v.length;let b=0;a[i].height=0,a[i].width=0;for(const E of v)a[i].width=Math.max(n4(E,g),a[i].width),b=bgt(E,g),a[i].height=a[i].height+b}}const GBt=function(i,a,f){a.x=f.data.startx,a.y=f.data.starty,a.width=f.data.stopx-f.data.startx,a.height=f.data.stopy-f.data.starty,a.label.y=_s.c4ShapeMargin-35;let g=a.wrap&&_s.wrap,w=LY(_s);w.fontSize=w.fontSize+2,w.fontWeight="bold";let v=n4(a.label.text,w);Yv("label",a,g,w,v),s4.drawBoundary(i,a,_s)},KBt=function(i,a,f,g){let w=0;for(const v of g){w=0;const b=f[v];let E=IF(_s,b.typeC4Shape.text);switch(E.fontSize=E.fontSize-2,b.typeC4Shape.width=n4("«"+b.typeC4Shape.text+"»",E),b.typeC4Shape.height=E.fontSize+2,b.typeC4Shape.Y=_s.c4ShapePadding,w=b.typeC4Shape.Y+b.typeC4Shape.height-4,b.image={width:0,height:0,Y:0},b.typeC4Shape.text){case"person":case"external_person":b.image.width=48,b.image.height=48,b.image.Y=w,w=b.image.Y+b.image.height;break}b.sprite&&(b.image.width=48,b.image.height=48,b.image.Y=w,w=b.image.Y+b.image.height);let _=b.wrap&&_s.wrap,S=_s.width-_s.c4ShapePadding*2,I=IF(_s,b.typeC4Shape.text);if(I.fontSize=I.fontSize+2,I.fontWeight="bold",Yv("label",b,_,I,S),b.label.Y=w+8,w=b.label.Y+b.label.height,b.type&&b.type.text!==""){b.type.text="["+b.type.text+"]";let R=IF(_s,b.typeC4Shape.text);Yv("type",b,_,R,S),b.type.Y=w+5,w=b.type.Y+b.type.height}else if(b.techn&&b.techn.text!==""){b.techn.text="["+b.techn.text+"]";let R=IF(_s,b.techn.text);Yv("techn",b,_,R,S),b.techn.Y=w+5,w=b.techn.Y+b.techn.height}let B=w,F=b.label.width;if(b.descr&&b.descr.text!==""){let R=IF(_s,b.typeC4Shape.text);Yv("descr",b,_,R,S),b.descr.Y=w+20,w=b.descr.Y+b.descr.height,F=Math.max(b.label.width,b.descr.width),B=w-b.descr.textLines*5}F=F+_s.c4ShapePadding,b.width=Math.max(b.width||_s.width,F,_s.width),b.height=Math.max(b.height||_s.height,B,_s.height),b.margin=b.margin||_s.c4ShapeMargin,i.insert(b),s4.drawC4Shape(a,b,_s)}i.bumpLastMargin(_s.c4ShapeMargin)};let Kw=class{constructor(a,f){this.x=a,this.y=f}},WBt=function(i,a){let f=i.x,g=i.y,w=a.x,v=a.y,b=f+i.width/2,E=g+i.height/2,_=Math.abs(f-w),S=Math.abs(g-v),I=S/_,B=i.height/i.width,F=null;return g==v&&f<w?F=new Kw(f+i.width,E):g==v&&f>w?F=new Kw(f,E):f==w&&g<v?F=new Kw(b,g+i.height):f==w&&g>v&&(F=new Kw(b,g)),f>w&&g<v?B>=I?F=new Kw(f,E+I*i.width/2):F=new Kw(b-_/S*i.height/2,g+i.height):f<w&&g<v?B>=I?F=new Kw(f+i.width,E+I*i.width/2):F=new Kw(b+_/S*i.height/2,g+i.height):f<w&&g>v?B>=I?F=new Kw(f+i.width,E-I*i.width/2):F=new Kw(b+i.height/2*_/S,g):f>w&&g>v&&(B>=I?F=new Kw(f,E-i.width/2*I):F=new Kw(b-i.height/2*_/S,g)),F},jRe=function(i,a){let f={x:0,y:0};f.x=a.x+a.width/2,f.y=a.y+a.height/2;let g=WBt(i,f);f.x=i.x+i.width/2,f.y=i.y+i.height/2;let w=WBt(a,f);return{startPoint:g,endPoint:w}};const $Re=function(i,a,f,g){let w=0;for(let v of a){w=w+1;let b=v.wrap&&_s.wrap,E=RRe(_s);g.db.getC4Type()==="C4Dynamic"&&(v.label.text=w+": "+v.label.text);let S=n4(v.label.text,E);Yv("label",v,b,E,S),v.techn&&v.techn.text!==""&&(S=n4(v.techn.text,E),Yv("techn",v,b,E,S)),v.descr&&v.descr.text!==""&&(S=n4(v.descr.text,E),Yv("descr",v,b,E,S));let I=f(v.from),B=f(v.to),F=jRe(I,B);v.startPoint=F.startPoint,v.endPoint=F.endPoint}s4.drawRels(i,a,_s)};function YBt(i,a,f,g,w){let v=new UBt(w);v.data.widthLimit=f.data.widthLimit/Math.min(Ygt,g.length);for(let[b,E]of g.entries()){let _=0;E.image={width:0,height:0,Y:0},E.sprite&&(E.image.width=48,E.image.height=48,E.image.Y=_,_=E.image.Y+E.image.height);let S=E.wrap&&_s.wrap,I=LY(_s);if(I.fontSize=I.fontSize+2,I.fontWeight="bold",Yv("label",E,S,I,v.data.widthLimit),E.label.Y=_+8,_=E.label.Y+E.label.height,E.type&&E.type.text!==""){E.type.text="["+E.type.text+"]";let q=LY(_s);Yv("type",E,S,q,v.data.widthLimit),E.type.Y=_+5,_=E.type.Y+E.type.height}if(E.descr&&E.descr.text!==""){let q=LY(_s);q.fontSize=q.fontSize-2,Yv("descr",E,S,q,v.data.widthLimit),E.descr.Y=_+20,_=E.descr.Y+E.descr.height}if(b==0||b%Ygt===0){let q=f.data.startx+_s.diagramMarginX,X=f.data.stopy+_s.diagramMarginY+_;v.setData(q,q,X,X)}else{let q=v.data.stopx!==v.data.startx?v.data.stopx+_s.diagramMarginX:v.data.startx,X=v.data.starty;v.setData(q,q,X,X)}v.name=E.alias;let B=w.db.getC4ShapeArray(E.alias),F=w.db.getC4ShapeKeys(E.alias);F.length>0&&KBt(v,i,B,F),a=E.alias;let R=w.db.getBoundarys(a);R.length>0&&YBt(i,a,v,R,w),E.alias!=="global"&&GBt(i,E,v),f.data.stopy=Math.max(v.data.stopy+_s.c4ShapeMargin,f.data.stopy),f.data.stopx=Math.max(v.data.stopx+_s.c4ShapeMargin,f.data.stopx),SY=Math.max(SY,f.data.stopx),AY=Math.max(AY,f.data.stopy)}}const XBt={drawPersonOrSystemArray:KBt,drawBoundary:GBt,setConf:Xgt,draw:function(i,a,f,g){_s=Re().c4;const w=Re().securityLevel;let v;w==="sandbox"&&(v=xr("#i"+a));const b=xr(w==="sandbox"?v.nodes()[0].contentDocument.body:"body");let E=g.db;g.db.setWrap(_s.wrap),VBt=E.getC4ShapeInRow(),Ygt=E.getC4BoundaryInRow(),Wt.debug(`C:${JSON.stringify(_s,null,2)}`);const _=w==="sandbox"?b.select(`[id="${a}"]`):xr(`[id="${a}"]`);s4.insertComputerIcon(_),s4.insertDatabaseIcon(_),s4.insertClockIcon(_);let S=new UBt(g);S.setData(_s.diagramMarginX,_s.diagramMarginX,_s.diagramMarginY,_s.diagramMarginY),S.data.widthLimit=screen.availWidth,SY=_s.diagramMarginX,AY=_s.diagramMarginY;const I=g.db.getTitle();let B=g.db.getBoundarys("");YBt(_,"",S,B,g),s4.insertArrowHead(_),s4.insertArrowEnd(_),s4.insertArrowCrossHead(_),s4.insertArrowFilledHead(_),$Re(_,g.db.getRels(),g.db.getC4Shape,g),S.data.stopx=SY,S.data.stopy=AY;const F=S.data;let q=F.stopy-F.starty+2*_s.diagramMarginY;const rt=F.stopx-F.startx+2*_s.diagramMarginX;I&&_.append("text").text(I).attr("x",(F.stopx-F.startx)/2-4*_s.diagramMarginX).attr("y",F.starty+_s.diagramMarginY),Kg(_,q,rt,_s.useMaxWidth);const at=I?60:0;_.attr("viewBox",F.startx-_s.diagramMarginX+" -"+(_s.diagramMarginY+at)+" "+rt+" "+(q+at)),Wt.debug("models:",F)}},zRe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:ZBe,db:Ggt,renderer:XBt,styles:i=>`.person {
+ stroke: ${i.personBorder};
+ fill: ${i.personBkg};
+ }
+`,init:({c4:i,wrap:a})=>{XBt.setConf(i),Ggt.setWrap(a)}}},Symbol.toStringTag,{value:"Module"}));var Qgt=function(){var i=function(Ad,ls,Ls,Za){for(Ls=Ls||{},Za=Ad.length;Za--;Ls[Ad[Za]]=ls);return Ls},a=[1,4],f=[1,3],g=[1,5],w=[1,8,9,10,11,27,34,36,38,42,58,81,82,83,84,85,86,99,102,103,106,108,111,112,113,118,119,120,121],v=[2,2],b=[1,13],E=[1,14],_=[1,15],S=[1,16],I=[1,23],B=[1,25],F=[1,26],R=[1,27],q=[1,49],X=[1,48],rt=[1,29],at=[1,30],ut=[1,31],pt=[1,32],yt=[1,33],mt=[1,44],gt=[1,46],ht=[1,42],bt=[1,47],Z=[1,43],ft=[1,50],Y=[1,45],Et=[1,51],V=[1,52],Nt=[1,34],Dt=[1,35],jt=[1,36],Ct=[1,37],Ft=[1,57],_t=[1,8,9,10,11,27,32,34,36,38,42,58,81,82,83,84,85,86,99,102,103,106,108,111,112,113,118,119,120,121],xt=[1,61],Gt=[1,60],Be=[1,62],Ot=[8,9,11,73,75],vn=[1,88],Pe=[1,93],Ee=[1,92],nn=[1,89],sn=[1,85],me=[1,91],Fe=[1,87],Qt=[1,94],Ae=[1,90],Se=[1,95],Dn=[1,86],oe=[8,9,10,11,73,75],Pr=[8,9,10,11,44,73,75],we=[8,9,10,11,29,42,44,46,48,50,52,54,56,58,61,63,65,66,68,73,75,86,99,102,103,106,108,111,112,113],Ri=[8,9,11,42,58,73,75,86,99,102,103,106,108,111,112,113],yi=[42,58,86,99,102,103,106,108,111,112,113],da=[1,121],Ss=[1,120],Ra=[1,128],fr=[1,142],An=[1,143],Pn=[1,144],Bn=[1,145],Te=[1,130],be=[1,132],Qe=[1,136],rn=[1,137],yn=[1,138],ja=[1,139],mo=[1,140],vo=[1,141],ma=[1,146],$a=[1,147],gs=[1,126],Nu=[1,127],ta=[1,134],l1=[1,129],_2=[1,133],ll=[1,131],Ac=[8,9,10,11,27,32,34,36,38,42,58,81,82,83,84,85,86,99,102,103,106,108,111,112,113,118,119,120,121],pc=[1,149],ka=[8,9,11],du=[8,9,10,11,14,42,58,86,102,103,106,108,111,112,113],ea=[1,169],co=[1,165],bc=[1,166],oa=[1,170],va=[1,167],na=[1,168],Xl=[75,113,116],Hc=[8,9,10,11,12,14,27,29,32,42,58,73,81,82,83,84,85,86,87,102,106,108,111,112,113],Zw=[10,103],mh=[31,47,49,51,53,55,60,62,64,65,67,69,113,114,115],_d=[1,235],b0=[1,233],Sd=[1,237],w0=[1,231],ag=[1,232],Yi=[1,234],cn=[1,236],Dr=[1,238],Si=[1,255],wc=[8,9,11,103],Fc=[8,9,10,11,58,81,102,103,106,107,108,109],vh={trace:function(){},yy:{},symbols_:{error:2,start:3,graphConfig:4,document:5,line:6,statement:7,SEMI:8,NEWLINE:9,SPACE:10,EOF:11,GRAPH:12,NODIR:13,DIR:14,FirstStmtSeperator:15,ending:16,endToken:17,spaceList:18,spaceListNewline:19,verticeStatement:20,separator:21,styleStatement:22,linkStyleStatement:23,classDefStatement:24,classStatement:25,clickStatement:26,subgraph:27,textNoTags:28,SQS:29,text:30,SQE:31,end:32,direction:33,acc_title:34,acc_title_value:35,acc_descr:36,acc_descr_value:37,acc_descr_multiline_value:38,link:39,node:40,styledVertex:41,AMP:42,vertex:43,STYLE_SEPARATOR:44,idString:45,DOUBLECIRCLESTART:46,DOUBLECIRCLEEND:47,PS:48,PE:49,"(-":50,"-)":51,STADIUMSTART:52,STADIUMEND:53,SUBROUTINESTART:54,SUBROUTINEEND:55,VERTEX_WITH_PROPS_START:56,"NODE_STRING[field]":57,COLON:58,"NODE_STRING[value]":59,PIPE:60,CYLINDERSTART:61,CYLINDEREND:62,DIAMOND_START:63,DIAMOND_STOP:64,TAGEND:65,TRAPSTART:66,TRAPEND:67,INVTRAPSTART:68,INVTRAPEND:69,linkStatement:70,arrowText:71,TESTSTR:72,START_LINK:73,edgeText:74,LINK:75,edgeTextToken:76,STR:77,MD_STR:78,textToken:79,keywords:80,STYLE:81,LINKSTYLE:82,CLASSDEF:83,CLASS:84,CLICK:85,DOWN:86,UP:87,textNoTagsToken:88,stylesOpt:89,"idString[vertex]":90,"idString[class]":91,CALLBACKNAME:92,CALLBACKARGS:93,HREF:94,LINK_TARGET:95,"STR[link]":96,"STR[tooltip]":97,alphaNum:98,DEFAULT:99,numList:100,INTERPOLATE:101,NUM:102,COMMA:103,style:104,styleComponent:105,NODE_STRING:106,UNIT:107,BRKT:108,PCT:109,idStringToken:110,MINUS:111,MULT:112,UNICODE_TEXT:113,TEXT:114,TAGSTART:115,EDGE_TEXT:116,alphaNumToken:117,direction_tb:118,direction_bt:119,direction_rl:120,direction_lr:121,$accept:0,$end:1},terminals_:{2:"error",8:"SEMI",9:"NEWLINE",10:"SPACE",11:"EOF",12:"GRAPH",13:"NODIR",14:"DIR",27:"subgraph",29:"SQS",31:"SQE",32:"end",34:"acc_title",35:"acc_title_value",36:"acc_descr",37:"acc_descr_value",38:"acc_descr_multiline_value",42:"AMP",44:"STYLE_SEPARATOR",46:"DOUBLECIRCLESTART",47:"DOUBLECIRCLEEND",48:"PS",49:"PE",50:"(-",51:"-)",52:"STADIUMSTART",53:"STADIUMEND",54:"SUBROUTINESTART",55:"SUBROUTINEEND",56:"VERTEX_WITH_PROPS_START",57:"NODE_STRING[field]",58:"COLON",59:"NODE_STRING[value]",60:"PIPE",61:"CYLINDERSTART",62:"CYLINDEREND",63:"DIAMOND_START",64:"DIAMOND_STOP",65:"TAGEND",66:"TRAPSTART",67:"TRAPEND",68:"INVTRAPSTART",69:"INVTRAPEND",72:"TESTSTR",73:"START_LINK",75:"LINK",77:"STR",78:"MD_STR",81:"STYLE",82:"LINKSTYLE",83:"CLASSDEF",84:"CLASS",85:"CLICK",86:"DOWN",87:"UP",90:"idString[vertex]",91:"idString[class]",92:"CALLBACKNAME",93:"CALLBACKARGS",94:"HREF",95:"LINK_TARGET",96:"STR[link]",97:"STR[tooltip]",99:"DEFAULT",101:"INTERPOLATE",102:"NUM",103:"COMMA",106:"NODE_STRING",107:"UNIT",108:"BRKT",109:"PCT",111:"MINUS",112:"MULT",113:"UNICODE_TEXT",114:"TEXT",115:"TAGSTART",116:"EDGE_TEXT",118:"direction_tb",119:"direction_bt",120:"direction_rl",121:"direction_lr"},productions_:[0,[3,2],[5,0],[5,2],[6,1],[6,1],[6,1],[6,1],[6,1],[4,2],[4,2],[4,2],[4,3],[16,2],[16,1],[17,1],[17,1],[17,1],[15,1],[15,1],[15,2],[19,2],[19,2],[19,1],[19,1],[18,2],[18,1],[7,2],[7,2],[7,2],[7,2],[7,2],[7,2],[7,9],[7,6],[7,4],[7,1],[7,2],[7,2],[7,1],[21,1],[21,1],[21,1],[20,3],[20,4],[20,2],[20,1],[40,1],[40,5],[41,1],[41,3],[43,4],[43,4],[43,6],[43,4],[43,4],[43,4],[43,8],[43,4],[43,4],[43,4],[43,6],[43,4],[43,4],[43,4],[43,4],[43,4],[43,1],[39,2],[39,3],[39,3],[39,1],[39,3],[74,1],[74,2],[74,1],[74,1],[70,1],[71,3],[30,1],[30,2],[30,1],[30,1],[80,1],[80,1],[80,1],[80,1],[80,1],[80,1],[80,1],[80,1],[80,1],[80,1],[80,1],[28,1],[28,2],[28,1],[28,1],[24,5],[25,5],[26,2],[26,4],[26,3],[26,5],[26,3],[26,5],[26,5],[26,7],[26,2],[26,4],[26,2],[26,4],[26,4],[26,6],[22,5],[23,5],[23,5],[23,9],[23,9],[23,7],[23,7],[100,1],[100,3],[89,1],[89,3],[104,1],[104,2],[105,1],[105,1],[105,1],[105,1],[105,1],[105,1],[105,1],[105,1],[110,1],[110,1],[110,1],[110,1],[110,1],[110,1],[110,1],[110,1],[110,1],[110,1],[110,1],[79,1],[79,1],[79,1],[79,1],[88,1],[88,1],[88,1],[88,1],[88,1],[88,1],[88,1],[88,1],[88,1],[88,1],[88,1],[76,1],[76,1],[117,1],[117,1],[117,1],[117,1],[117,1],[117,1],[117,1],[117,1],[117,1],[117,1],[117,1],[45,1],[45,2],[98,1],[98,2],[33,1],[33,1],[33,1],[33,1]],performAction:function(ls,Ls,Za,_i,gu,Le,ry){var $e=Le.length-1;switch(gu){case 2:this.$=[];break;case 3:(!Array.isArray(Le[$e])||Le[$e].length>0)&&Le[$e-1].push(Le[$e]),this.$=Le[$e-1];break;case 4:case 176:this.$=Le[$e];break;case 11:_i.setDirection("TB"),this.$="TB";break;case 12:_i.setDirection(Le[$e-1]),this.$=Le[$e-1];break;case 27:this.$=Le[$e-1].nodes;break;case 28:case 29:case 30:case 31:case 32:this.$=[];break;case 33:this.$=_i.addSubGraph(Le[$e-6],Le[$e-1],Le[$e-4]);break;case 34:this.$=_i.addSubGraph(Le[$e-3],Le[$e-1],Le[$e-3]);break;case 35:this.$=_i.addSubGraph(void 0,Le[$e-1],void 0);break;case 37:this.$=Le[$e].trim(),_i.setAccTitle(this.$);break;case 38:case 39:this.$=Le[$e].trim(),_i.setAccDescription(this.$);break;case 43:_i.addLink(Le[$e-2].stmt,Le[$e],Le[$e-1]),this.$={stmt:Le[$e],nodes:Le[$e].concat(Le[$e-2].nodes)};break;case 44:_i.addLink(Le[$e-3].stmt,Le[$e-1],Le[$e-2]),this.$={stmt:Le[$e-1],nodes:Le[$e-1].concat(Le[$e-3].nodes)};break;case 45:this.$={stmt:Le[$e-1],nodes:Le[$e-1]};break;case 46:this.$={stmt:Le[$e],nodes:Le[$e]};break;case 47:this.$=[Le[$e]];break;case 48:this.$=Le[$e-4].concat(Le[$e]);break;case 49:this.$=Le[$e];break;case 50:this.$=Le[$e-2],_i.setClass(Le[$e-2],Le[$e]);break;case 51:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"square");break;case 52:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"doublecircle");break;case 53:this.$=Le[$e-5],_i.addVertex(Le[$e-5],Le[$e-2],"circle");break;case 54:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"ellipse");break;case 55:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"stadium");break;case 56:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"subroutine");break;case 57:this.$=Le[$e-7],_i.addVertex(Le[$e-7],Le[$e-1],"rect",void 0,void 0,void 0,Object.fromEntries([[Le[$e-5],Le[$e-3]]]));break;case 58:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"cylinder");break;case 59:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"round");break;case 60:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"diamond");break;case 61:this.$=Le[$e-5],_i.addVertex(Le[$e-5],Le[$e-2],"hexagon");break;case 62:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"odd");break;case 63:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"trapezoid");break;case 64:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"inv_trapezoid");break;case 65:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"lean_right");break;case 66:this.$=Le[$e-3],_i.addVertex(Le[$e-3],Le[$e-1],"lean_left");break;case 67:this.$=Le[$e],_i.addVertex(Le[$e]);break;case 68:Le[$e-1].text=Le[$e],this.$=Le[$e-1];break;case 69:case 70:Le[$e-2].text=Le[$e-1],this.$=Le[$e-2];break;case 71:this.$=Le[$e];break;case 72:var h1=_i.destructLink(Le[$e],Le[$e-2]);this.$={type:h1.type,stroke:h1.stroke,length:h1.length,text:Le[$e-1]};break;case 73:this.$={text:Le[$e],type:"text"};break;case 74:this.$={text:Le[$e-1].text+""+Le[$e],type:Le[$e-1].type};break;case 75:this.$={text:Le[$e],type:"string"};break;case 76:this.$={text:Le[$e],type:"markdown"};break;case 77:var h1=_i.destructLink(Le[$e]);this.$={type:h1.type,stroke:h1.stroke,length:h1.length};break;case 78:this.$=Le[$e-1];break;case 79:this.$={text:Le[$e],type:"text"};break;case 80:this.$={text:Le[$e-1].text+""+Le[$e],type:Le[$e-1].type};break;case 81:this.$={text:Le[$e],type:"string"};break;case 82:case 97:this.$={text:Le[$e],type:"markdown"};break;case 94:this.$={text:Le[$e],type:"text"};break;case 95:this.$={text:Le[$e-1].text+""+Le[$e],type:Le[$e-1].type};break;case 96:this.$={text:Le[$e],type:"text"};break;case 98:this.$=Le[$e-4],_i.addClass(Le[$e-2],Le[$e]);break;case 99:this.$=Le[$e-4],_i.setClass(Le[$e-2],Le[$e]);break;case 100:case 108:this.$=Le[$e-1],_i.setClickEvent(Le[$e-1],Le[$e]);break;case 101:case 109:this.$=Le[$e-3],_i.setClickEvent(Le[$e-3],Le[$e-2]),_i.setTooltip(Le[$e-3],Le[$e]);break;case 102:this.$=Le[$e-2],_i.setClickEvent(Le[$e-2],Le[$e-1],Le[$e]);break;case 103:this.$=Le[$e-4],_i.setClickEvent(Le[$e-4],Le[$e-3],Le[$e-2]),_i.setTooltip(Le[$e-4],Le[$e]);break;case 104:this.$=Le[$e-2],_i.setLink(Le[$e-2],Le[$e]);break;case 105:this.$=Le[$e-4],_i.setLink(Le[$e-4],Le[$e-2]),_i.setTooltip(Le[$e-4],Le[$e]);break;case 106:this.$=Le[$e-4],_i.setLink(Le[$e-4],Le[$e-2],Le[$e]);break;case 107:this.$=Le[$e-6],_i.setLink(Le[$e-6],Le[$e-4],Le[$e]),_i.setTooltip(Le[$e-6],Le[$e-2]);break;case 110:this.$=Le[$e-1],_i.setLink(Le[$e-1],Le[$e]);break;case 111:this.$=Le[$e-3],_i.setLink(Le[$e-3],Le[$e-2]),_i.setTooltip(Le[$e-3],Le[$e]);break;case 112:this.$=Le[$e-3],_i.setLink(Le[$e-3],Le[$e-2],Le[$e]);break;case 113:this.$=Le[$e-5],_i.setLink(Le[$e-5],Le[$e-4],Le[$e]),_i.setTooltip(Le[$e-5],Le[$e-2]);break;case 114:this.$=Le[$e-4],_i.addVertex(Le[$e-2],void 0,void 0,Le[$e]);break;case 115:this.$=Le[$e-4],_i.updateLink([Le[$e-2]],Le[$e]);break;case 116:this.$=Le[$e-4],_i.updateLink(Le[$e-2],Le[$e]);break;case 117:this.$=Le[$e-8],_i.updateLinkInterpolate([Le[$e-6]],Le[$e-2]),_i.updateLink([Le[$e-6]],Le[$e]);break;case 118:this.$=Le[$e-8],_i.updateLinkInterpolate(Le[$e-6],Le[$e-2]),_i.updateLink(Le[$e-6],Le[$e]);break;case 119:this.$=Le[$e-6],_i.updateLinkInterpolate([Le[$e-4]],Le[$e]);break;case 120:this.$=Le[$e-6],_i.updateLinkInterpolate(Le[$e-4],Le[$e]);break;case 121:case 123:this.$=[Le[$e]];break;case 122:case 124:Le[$e-2].push(Le[$e]),this.$=Le[$e-2];break;case 126:this.$=Le[$e-1]+Le[$e];break;case 174:this.$=Le[$e];break;case 175:this.$=Le[$e-1]+""+Le[$e];break;case 177:this.$=Le[$e-1]+""+Le[$e];break;case 178:this.$={stmt:"dir",value:"TB"};break;case 179:this.$={stmt:"dir",value:"BT"};break;case 180:this.$={stmt:"dir",value:"RL"};break;case 181:this.$={stmt:"dir",value:"LR"};break}},table:[{3:1,4:2,9:a,10:f,12:g},{1:[3]},i(w,v,{5:6}),{4:7,9:a,10:f,12:g},{4:8,9:a,10:f,12:g},{13:[1,9],14:[1,10]},{1:[2,1],6:11,7:12,8:b,9:E,10:_,11:S,20:17,22:18,23:19,24:20,25:21,26:22,27:I,33:24,34:B,36:F,38:R,40:28,41:38,42:q,43:39,45:40,58:X,81:rt,82:at,83:ut,84:pt,85:yt,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:41,111:Y,112:Et,113:V,118:Nt,119:Dt,120:jt,121:Ct},i(w,[2,9]),i(w,[2,10]),i(w,[2,11]),{8:[1,54],9:[1,55],10:Ft,15:53,18:56},i(_t,[2,3]),i(_t,[2,4]),i(_t,[2,5]),i(_t,[2,6]),i(_t,[2,7]),i(_t,[2,8]),{8:xt,9:Gt,11:Be,21:58,39:59,70:63,73:[1,64],75:[1,65]},{8:xt,9:Gt,11:Be,21:66},{8:xt,9:Gt,11:Be,21:67},{8:xt,9:Gt,11:Be,21:68},{8:xt,9:Gt,11:Be,21:69},{8:xt,9:Gt,11:Be,21:70},{8:xt,9:Gt,10:[1,71],11:Be,21:72},i(_t,[2,36]),{35:[1,73]},{37:[1,74]},i(_t,[2,39]),i(Ot,[2,46],{18:75,10:Ft}),{10:[1,76]},{10:[1,77]},{10:[1,78]},{10:[1,79]},{14:vn,42:Pe,58:Ee,77:[1,83],86:nn,92:[1,80],94:[1,81],98:82,102:sn,103:me,106:Fe,108:Qt,111:Ae,112:Se,113:Dn,117:84},i(_t,[2,178]),i(_t,[2,179]),i(_t,[2,180]),i(_t,[2,181]),i(oe,[2,47]),i(oe,[2,49],{44:[1,96]}),i(Pr,[2,67],{110:109,29:[1,97],42:q,46:[1,98],48:[1,99],50:[1,100],52:[1,101],54:[1,102],56:[1,103],58:X,61:[1,104],63:[1,105],65:[1,106],66:[1,107],68:[1,108],86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,111:Y,112:Et,113:V}),i(we,[2,174]),i(we,[2,135]),i(we,[2,136]),i(we,[2,137]),i(we,[2,138]),i(we,[2,139]),i(we,[2,140]),i(we,[2,141]),i(we,[2,142]),i(we,[2,143]),i(we,[2,144]),i(we,[2,145]),i(w,[2,12]),i(w,[2,18]),i(w,[2,19]),{9:[1,110]},i(Ri,[2,26],{18:111,10:Ft}),i(_t,[2,27]),{40:112,41:38,42:q,43:39,45:40,58:X,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:41,111:Y,112:Et,113:V},i(_t,[2,40]),i(_t,[2,41]),i(_t,[2,42]),i(yi,[2,71],{71:113,60:[1,115],72:[1,114]}),{74:116,76:117,77:[1,118],78:[1,119],113:da,116:Ss},i([42,58,60,72,86,99,102,103,106,108,111,112,113],[2,77]),i(_t,[2,28]),i(_t,[2,29]),i(_t,[2,30]),i(_t,[2,31]),i(_t,[2,32]),{10:Ra,12:fr,14:An,27:Pn,28:122,32:Bn,42:Te,58:be,73:Qe,77:[1,124],78:[1,125],80:135,81:rn,82:yn,83:ja,84:mo,85:vo,86:ma,87:$a,88:123,102:gs,106:Nu,108:ta,111:l1,112:_2,113:ll},i(Ac,v,{5:148}),i(_t,[2,37]),i(_t,[2,38]),i(Ot,[2,45],{42:pc}),{42:q,45:150,58:X,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:41,111:Y,112:Et,113:V},{99:[1,151],100:152,102:[1,153]},{42:q,45:154,58:X,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:41,111:Y,112:Et,113:V},{42:q,45:155,58:X,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:41,111:Y,112:Et,113:V},i(ka,[2,100],{10:[1,156],93:[1,157]}),{77:[1,158]},i(ka,[2,108],{117:160,10:[1,159],14:vn,42:Pe,58:Ee,86:nn,102:sn,103:me,106:Fe,108:Qt,111:Ae,112:Se,113:Dn}),i(ka,[2,110],{10:[1,161]}),i(du,[2,176]),i(du,[2,163]),i(du,[2,164]),i(du,[2,165]),i(du,[2,166]),i(du,[2,167]),i(du,[2,168]),i(du,[2,169]),i(du,[2,170]),i(du,[2,171]),i(du,[2,172]),i(du,[2,173]),{42:q,45:162,58:X,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:41,111:Y,112:Et,113:V},{30:163,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{30:171,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{30:173,48:[1,172],65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{30:174,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{30:175,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{30:176,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{106:[1,177]},{30:178,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{30:179,63:[1,180],65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{30:181,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{30:182,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{30:183,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},i(we,[2,175]),i(w,[2,20]),i(Ri,[2,25]),i(Ot,[2,43],{18:184,10:Ft}),i(yi,[2,68],{10:[1,185]}),{10:[1,186]},{30:187,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{75:[1,188],76:189,113:da,116:Ss},i(Xl,[2,73]),i(Xl,[2,75]),i(Xl,[2,76]),i(Xl,[2,161]),i(Xl,[2,162]),{8:xt,9:Gt,10:Ra,11:Be,12:fr,14:An,21:191,27:Pn,29:[1,190],32:Bn,42:Te,58:be,73:Qe,80:135,81:rn,82:yn,83:ja,84:mo,85:vo,86:ma,87:$a,88:192,102:gs,106:Nu,108:ta,111:l1,112:_2,113:ll},i(Hc,[2,94]),i(Hc,[2,96]),i(Hc,[2,97]),i(Hc,[2,150]),i(Hc,[2,151]),i(Hc,[2,152]),i(Hc,[2,153]),i(Hc,[2,154]),i(Hc,[2,155]),i(Hc,[2,156]),i(Hc,[2,157]),i(Hc,[2,158]),i(Hc,[2,159]),i(Hc,[2,160]),i(Hc,[2,83]),i(Hc,[2,84]),i(Hc,[2,85]),i(Hc,[2,86]),i(Hc,[2,87]),i(Hc,[2,88]),i(Hc,[2,89]),i(Hc,[2,90]),i(Hc,[2,91]),i(Hc,[2,92]),i(Hc,[2,93]),{6:11,7:12,8:b,9:E,10:_,11:S,20:17,22:18,23:19,24:20,25:21,26:22,27:I,32:[1,193],33:24,34:B,36:F,38:R,40:28,41:38,42:q,43:39,45:40,58:X,81:rt,82:at,83:ut,84:pt,85:yt,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:41,111:Y,112:Et,113:V,118:Nt,119:Dt,120:jt,121:Ct},{10:Ft,18:194},{10:[1,195],42:q,58:X,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:109,111:Y,112:Et,113:V},{10:[1,196]},{10:[1,197],103:[1,198]},i(Zw,[2,121]),{10:[1,199],42:q,58:X,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:109,111:Y,112:Et,113:V},{10:[1,200],42:q,58:X,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:109,111:Y,112:Et,113:V},{77:[1,201]},i(ka,[2,102],{10:[1,202]}),i(ka,[2,104],{10:[1,203]}),{77:[1,204]},i(du,[2,177]),{77:[1,205],95:[1,206]},i(oe,[2,50],{110:109,42:q,58:X,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,111:Y,112:Et,113:V}),{31:[1,207],65:ea,79:208,113:oa,114:va,115:na},i(mh,[2,79]),i(mh,[2,81]),i(mh,[2,82]),i(mh,[2,146]),i(mh,[2,147]),i(mh,[2,148]),i(mh,[2,149]),{47:[1,209],65:ea,79:208,113:oa,114:va,115:na},{30:210,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{49:[1,211],65:ea,79:208,113:oa,114:va,115:na},{51:[1,212],65:ea,79:208,113:oa,114:va,115:na},{53:[1,213],65:ea,79:208,113:oa,114:va,115:na},{55:[1,214],65:ea,79:208,113:oa,114:va,115:na},{58:[1,215]},{62:[1,216],65:ea,79:208,113:oa,114:va,115:na},{64:[1,217],65:ea,79:208,113:oa,114:va,115:na},{30:218,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},{31:[1,219],65:ea,79:208,113:oa,114:va,115:na},{65:ea,67:[1,220],69:[1,221],79:208,113:oa,114:va,115:na},{65:ea,67:[1,223],69:[1,222],79:208,113:oa,114:va,115:na},i(Ot,[2,44],{42:pc}),i(yi,[2,70]),i(yi,[2,69]),{60:[1,224],65:ea,79:208,113:oa,114:va,115:na},i(yi,[2,72]),i(Xl,[2,74]),{30:225,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},i(Ac,v,{5:226}),i(Hc,[2,95]),i(_t,[2,35]),{41:227,42:q,43:39,45:40,58:X,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:41,111:Y,112:Et,113:V},{10:_d,58:b0,81:Sd,89:228,102:w0,104:229,105:230,106:ag,107:Yi,108:cn,109:Dr},{10:_d,58:b0,81:Sd,89:239,101:[1,240],102:w0,104:229,105:230,106:ag,107:Yi,108:cn,109:Dr},{10:_d,58:b0,81:Sd,89:241,101:[1,242],102:w0,104:229,105:230,106:ag,107:Yi,108:cn,109:Dr},{102:[1,243]},{10:_d,58:b0,81:Sd,89:244,102:w0,104:229,105:230,106:ag,107:Yi,108:cn,109:Dr},{42:q,45:245,58:X,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:41,111:Y,112:Et,113:V},i(ka,[2,101]),{77:[1,246]},{77:[1,247],95:[1,248]},i(ka,[2,109]),i(ka,[2,111],{10:[1,249]}),i(ka,[2,112]),i(Pr,[2,51]),i(mh,[2,80]),i(Pr,[2,52]),{49:[1,250],65:ea,79:208,113:oa,114:va,115:na},i(Pr,[2,59]),i(Pr,[2,54]),i(Pr,[2,55]),i(Pr,[2,56]),{106:[1,251]},i(Pr,[2,58]),i(Pr,[2,60]),{64:[1,252],65:ea,79:208,113:oa,114:va,115:na},i(Pr,[2,62]),i(Pr,[2,63]),i(Pr,[2,65]),i(Pr,[2,64]),i(Pr,[2,66]),i([10,42,58,86,99,102,103,106,108,111,112,113],[2,78]),{31:[1,253],65:ea,79:208,113:oa,114:va,115:na},{6:11,7:12,8:b,9:E,10:_,11:S,20:17,22:18,23:19,24:20,25:21,26:22,27:I,32:[1,254],33:24,34:B,36:F,38:R,40:28,41:38,42:q,43:39,45:40,58:X,81:rt,82:at,83:ut,84:pt,85:yt,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:41,111:Y,112:Et,113:V,118:Nt,119:Dt,120:jt,121:Ct},i(oe,[2,48]),i(ka,[2,114],{103:Si}),i(wc,[2,123],{105:256,10:_d,58:b0,81:Sd,102:w0,106:ag,107:Yi,108:cn,109:Dr}),i(Fc,[2,125]),i(Fc,[2,127]),i(Fc,[2,128]),i(Fc,[2,129]),i(Fc,[2,130]),i(Fc,[2,131]),i(Fc,[2,132]),i(Fc,[2,133]),i(Fc,[2,134]),i(ka,[2,115],{103:Si}),{10:[1,257]},i(ka,[2,116],{103:Si}),{10:[1,258]},i(Zw,[2,122]),i(ka,[2,98],{103:Si}),i(ka,[2,99],{110:109,42:q,58:X,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,111:Y,112:Et,113:V}),i(ka,[2,103]),i(ka,[2,105],{10:[1,259]}),i(ka,[2,106]),{95:[1,260]},{49:[1,261]},{60:[1,262]},{64:[1,263]},{8:xt,9:Gt,11:Be,21:264},i(_t,[2,34]),{10:_d,58:b0,81:Sd,102:w0,104:265,105:230,106:ag,107:Yi,108:cn,109:Dr},i(Fc,[2,126]),{14:vn,42:Pe,58:Ee,86:nn,98:266,102:sn,103:me,106:Fe,108:Qt,111:Ae,112:Se,113:Dn,117:84},{14:vn,42:Pe,58:Ee,86:nn,98:267,102:sn,103:me,106:Fe,108:Qt,111:Ae,112:Se,113:Dn,117:84},{95:[1,268]},i(ka,[2,113]),i(Pr,[2,53]),{30:269,65:ea,77:co,78:bc,79:164,113:oa,114:va,115:na},i(Pr,[2,61]),i(Ac,v,{5:270}),i(wc,[2,124],{105:256,10:_d,58:b0,81:Sd,102:w0,106:ag,107:Yi,108:cn,109:Dr}),i(ka,[2,119],{117:160,10:[1,271],14:vn,42:Pe,58:Ee,86:nn,102:sn,103:me,106:Fe,108:Qt,111:Ae,112:Se,113:Dn}),i(ka,[2,120],{117:160,10:[1,272],14:vn,42:Pe,58:Ee,86:nn,102:sn,103:me,106:Fe,108:Qt,111:Ae,112:Se,113:Dn}),i(ka,[2,107]),{31:[1,273],65:ea,79:208,113:oa,114:va,115:na},{6:11,7:12,8:b,9:E,10:_,11:S,20:17,22:18,23:19,24:20,25:21,26:22,27:I,32:[1,274],33:24,34:B,36:F,38:R,40:28,41:38,42:q,43:39,45:40,58:X,81:rt,82:at,83:ut,84:pt,85:yt,86:mt,99:gt,102:ht,103:bt,106:Z,108:ft,110:41,111:Y,112:Et,113:V,118:Nt,119:Dt,120:jt,121:Ct},{10:_d,58:b0,81:Sd,89:275,102:w0,104:229,105:230,106:ag,107:Yi,108:cn,109:Dr},{10:_d,58:b0,81:Sd,89:276,102:w0,104:229,105:230,106:ag,107:Yi,108:cn,109:Dr},i(Pr,[2,57]),i(_t,[2,33]),i(ka,[2,117],{103:Si}),i(ka,[2,118],{103:Si})],defaultActions:{},parseError:function(ls,Ls){if(Ls.recoverable)this.trace(ls);else{var Za=new Error(ls);throw Za.hash=Ls,Za}},parse:function(ls){var Ls=this,Za=[0],_i=[],gu=[null],Le=[],ry=this.table,$e="",h1=0,rp=0,iy=2,S8=1,f4=Le.slice.call(arguments,1),Ql=Object.create(this.lexer),og={yy:{}};for(var S2 in this.yy)Object.prototype.hasOwnProperty.call(this.yy,S2)&&(og.yy[S2]=this.yy[S2]);Ql.setInput(ls,og.yy),og.yy.lexer=Ql,og.yy.parser=this,typeof Ql.yylloc>"u"&&(Ql.yylloc={});var A8=Ql.yylloc;Le.push(A8);var A2=Ql.options&&Ql.options.ranges;typeof og.yy.parseError=="function"?this.parseError=og.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function d4(){var ip;return ip=_i.pop()||Ql.lex()||S8,typeof ip!="number"&&(ip instanceof Array&&(_i=ip,ip=_i.pop()),ip=Ls.symbols_[ip]||ip),ip}for(var q1,Ld,Md,L8,tm={},Hx,cb,Vx,g4;;){if(Ld=Za[Za.length-1],this.defaultActions[Ld]?Md=this.defaultActions[Ld]:((q1===null||typeof q1>"u")&&(q1=d4()),Md=ry[Ld]&&ry[Ld][q1]),typeof Md>"u"||!Md.length||!Md[0]){var sy="";g4=[];for(Hx in ry[Ld])this.terminals_[Hx]&&Hx>iy&&g4.push("'"+this.terminals_[Hx]+"'");Ql.showPosition?sy="Parse error on line "+(h1+1)+`:
+`+Ql.showPosition()+`
+Expecting `+g4.join(", ")+", got '"+(this.terminals_[q1]||q1)+"'":sy="Parse error on line "+(h1+1)+": Unexpected "+(q1==S8?"end of input":"'"+(this.terminals_[q1]||q1)+"'"),this.parseError(sy,{text:Ql.match,token:this.terminals_[q1]||q1,line:Ql.yylineno,loc:A8,expected:g4})}if(Md[0]instanceof Array&&Md.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Ld+", token: "+q1);switch(Md[0]){case 1:Za.push(q1),gu.push(Ql.yytext),Le.push(Ql.yylloc),Za.push(Md[1]),q1=null,rp=Ql.yyleng,$e=Ql.yytext,h1=Ql.yylineno,A8=Ql.yylloc;break;case 2:if(cb=this.productions_[Md[1]][1],tm.$=gu[gu.length-cb],tm._$={first_line:Le[Le.length-(cb||1)].first_line,last_line:Le[Le.length-1].last_line,first_column:Le[Le.length-(cb||1)].first_column,last_column:Le[Le.length-1].last_column},A2&&(tm._$.range=[Le[Le.length-(cb||1)].range[0],Le[Le.length-1].range[1]]),L8=this.performAction.apply(tm,[$e,rp,h1,og.yy,Md[1],gu,Le].concat(f4)),typeof L8<"u")return L8;cb&&(Za=Za.slice(0,-1*cb*2),gu=gu.slice(0,-1*cb),Le=Le.slice(0,-1*cb)),Za.push(this.productions_[Md[1]][0]),gu.push(tm.$),Le.push(tm._$),Vx=ry[Za[Za.length-2]][Za[Za.length-1]],Za.push(Vx);break;case 3:return!0}}return!0}},Qc=function(){var Ad={EOF:1,parseError:function(Ls,Za){if(this.yy.parser)this.yy.parser.parseError(Ls,Za);else throw new Error(Ls)},setInput:function(ls,Ls){return this.yy=Ls||this.yy||{},this._input=ls,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var ls=this._input[0];this.yytext+=ls,this.yyleng++,this.offset++,this.match+=ls,this.matched+=ls;var Ls=ls.match(/(?:\r\n?|\n).*/g);return Ls?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),ls},unput:function(ls){var Ls=ls.length,Za=ls.split(/(?:\r\n?|\n)/g);this._input=ls+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-Ls),this.offset-=Ls;var _i=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),Za.length-1&&(this.yylineno-=Za.length-1);var gu=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:Za?(Za.length===_i.length?this.yylloc.first_column:0)+_i[_i.length-Za.length].length-Za[0].length:this.yylloc.first_column-Ls},this.options.ranges&&(this.yylloc.range=[gu[0],gu[0]+this.yyleng-Ls]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(ls){this.unput(this.match.slice(ls))},pastInput:function(){var ls=this.matched.substr(0,this.matched.length-this.match.length);return(ls.length>20?"...":"")+ls.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var ls=this.match;return ls.length<20&&(ls+=this._input.substr(0,20-ls.length)),(ls.substr(0,20)+(ls.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var ls=this.pastInput(),Ls=new Array(ls.length+1).join("-");return ls+this.upcomingInput()+`
+`+Ls+"^"},test_match:function(ls,Ls){var Za,_i,gu;if(this.options.backtrack_lexer&&(gu={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(gu.yylloc.range=this.yylloc.range.slice(0))),_i=ls[0].match(/(?:\r\n?|\n).*/g),_i&&(this.yylineno+=_i.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:_i?_i[_i.length-1].length-_i[_i.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+ls[0].length},this.yytext+=ls[0],this.match+=ls[0],this.matches=ls,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(ls[0].length),this.matched+=ls[0],Za=this.performAction.call(this,this.yy,this,Ls,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),Za)return Za;if(this._backtrack){for(var Le in gu)this[Le]=gu[Le];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var ls,Ls,Za,_i;this._more||(this.yytext="",this.match="");for(var gu=this._currentRules(),Le=0;Le<gu.length;Le++)if(Za=this._input.match(this.rules[gu[Le]]),Za&&(!Ls||Za[0].length>Ls[0].length)){if(Ls=Za,_i=Le,this.options.backtrack_lexer){if(ls=this.test_match(Za,gu[Le]),ls!==!1)return ls;if(this._backtrack){Ls=!1;continue}else return!1}else if(!this.options.flex)break}return Ls?(ls=this.test_match(Ls,gu[_i]),ls!==!1?ls:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var Ls=this.next();return Ls||this.lex()},begin:function(Ls){this.conditionStack.push(Ls)},popState:function(){var Ls=this.conditionStack.length-1;return Ls>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(Ls){return Ls=this.conditionStack.length-1-Math.abs(Ls||0),Ls>=0?this.conditionStack[Ls]:"INITIAL"},pushState:function(Ls){this.begin(Ls)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(Ls,Za,_i,gu){switch(_i){case 0:return this.begin("acc_title"),34;case 1:return this.popState(),"acc_title_value";case 2:return this.begin("acc_descr"),36;case 3:return this.popState(),"acc_descr_value";case 4:this.begin("acc_descr_multiline");break;case 5:this.popState();break;case 6:return"acc_descr_multiline_value";case 7:this.begin("callbackname");break;case 8:this.popState();break;case 9:this.popState(),this.begin("callbackargs");break;case 10:return 92;case 11:this.popState();break;case 12:return 93;case 13:return"MD_STR";case 14:this.popState();break;case 15:this.begin("md_string");break;case 16:return"STR";case 17:this.popState();break;case 18:this.pushState("string");break;case 19:return 81;case 20:return 99;case 21:return 82;case 22:return 101;case 23:return 83;case 24:return 84;case 25:return 94;case 26:this.begin("click");break;case 27:this.popState();break;case 28:return 85;case 29:return Ls.lex.firstGraph()&&this.begin("dir"),12;case 30:return Ls.lex.firstGraph()&&this.begin("dir"),12;case 31:return Ls.lex.firstGraph()&&this.begin("dir"),12;case 32:return 27;case 33:return 32;case 34:return 95;case 35:return 95;case 36:return 95;case 37:return 95;case 38:return this.popState(),13;case 39:return this.popState(),14;case 40:return this.popState(),14;case 41:return this.popState(),14;case 42:return this.popState(),14;case 43:return this.popState(),14;case 44:return this.popState(),14;case 45:return this.popState(),14;case 46:return this.popState(),14;case 47:return this.popState(),14;case 48:return this.popState(),14;case 49:return 118;case 50:return 119;case 51:return 120;case 52:return 121;case 53:return 102;case 54:return 108;case 55:return 44;case 56:return 58;case 57:return 42;case 58:return 8;case 59:return 103;case 60:return 112;case 61:return this.popState(),75;case 62:return this.pushState("edgeText"),73;case 63:return 116;case 64:return this.popState(),75;case 65:return this.pushState("thickEdgeText"),73;case 66:return 116;case 67:return this.popState(),75;case 68:return this.pushState("dottedEdgeText"),73;case 69:return 116;case 70:return 75;case 71:return this.popState(),51;case 72:return"TEXT";case 73:return this.pushState("ellipseText"),50;case 74:return this.popState(),53;case 75:return this.pushState("text"),52;case 76:return this.popState(),55;case 77:return this.pushState("text"),54;case 78:return 56;case 79:return this.pushState("text"),65;case 80:return this.popState(),62;case 81:return this.pushState("text"),61;case 82:return this.popState(),47;case 83:return this.pushState("text"),46;case 84:return this.popState(),67;case 85:return this.popState(),69;case 86:return 114;case 87:return this.pushState("trapText"),66;case 88:return this.pushState("trapText"),68;case 89:return 115;case 90:return 65;case 91:return 87;case 92:return"SEP";case 93:return 86;case 94:return 112;case 95:return 108;case 96:return 42;case 97:return 106;case 98:return 111;case 99:return 113;case 100:return this.popState(),60;case 101:return this.pushState("text"),60;case 102:return this.popState(),49;case 103:return this.pushState("text"),48;case 104:return this.popState(),31;case 105:return this.pushState("text"),29;case 106:return this.popState(),64;case 107:return this.pushState("text"),63;case 108:return"TEXT";case 109:return"QUOTE";case 110:return 9;case 111:return 10;case 112:return 11}},rules:[/^(?:accTitle\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*\{\s*)/,/^(?:[\}])/,/^(?:[^\}]*)/,/^(?:call[\s]+)/,/^(?:\([\s]*\))/,/^(?:\()/,/^(?:[^(]*)/,/^(?:\))/,/^(?:[^)]*)/,/^(?:[^`"]+)/,/^(?:[`]["])/,/^(?:["][`])/,/^(?:[^"]+)/,/^(?:["])/,/^(?:["])/,/^(?:style\b)/,/^(?:default\b)/,/^(?:linkStyle\b)/,/^(?:interpolate\b)/,/^(?:classDef\b)/,/^(?:class\b)/,/^(?:href[\s])/,/^(?:click[\s]+)/,/^(?:[\s\n])/,/^(?:[^\s\n]*)/,/^(?:flowchart-elk\b)/,/^(?:graph\b)/,/^(?:flowchart\b)/,/^(?:subgraph\b)/,/^(?:end\b\s*)/,/^(?:_self\b)/,/^(?:_blank\b)/,/^(?:_parent\b)/,/^(?:_top\b)/,/^(?:(\r?\n)*\s*\n)/,/^(?:\s*LR\b)/,/^(?:\s*RL\b)/,/^(?:\s*TB\b)/,/^(?:\s*BT\b)/,/^(?:\s*TD\b)/,/^(?:\s*BR\b)/,/^(?:\s*<)/,/^(?:\s*>)/,/^(?:\s*\^)/,/^(?:\s*v\b)/,/^(?:.*direction\s+TB[^\n]*)/,/^(?:.*direction\s+BT[^\n]*)/,/^(?:.*direction\s+RL[^\n]*)/,/^(?:.*direction\s+LR[^\n]*)/,/^(?:[0-9]+)/,/^(?:#)/,/^(?::::)/,/^(?::)/,/^(?:&)/,/^(?:;)/,/^(?:,)/,/^(?:\*)/,/^(?:\s*[xo<]?--+[-xo>]\s*)/,/^(?:\s*[xo<]?--\s*)/,/^(?:[^-]|-(?!-)+)/,/^(?:\s*[xo<]?==+[=xo>]\s*)/,/^(?:\s*[xo<]?==\s*)/,/^(?:[^=]|=(?!))/,/^(?:\s*[xo<]?-?\.+-[xo>]?\s*)/,/^(?:\s*[xo<]?-\.\s*)/,/^(?:[^\.]|\.(?!))/,/^(?:\s*~~[\~]+\s*)/,/^(?:[-/\)][\)])/,/^(?:[^\(\)\[\]\{\}]|!\)+)/,/^(?:\(-)/,/^(?:\]\))/,/^(?:\(\[)/,/^(?:\]\])/,/^(?:\[\[)/,/^(?:\[\|)/,/^(?:>)/,/^(?:\)\])/,/^(?:\[\()/,/^(?:\)\)\))/,/^(?:\(\(\()/,/^(?:[\\(?=\])][\]])/,/^(?:\/(?=\])\])/,/^(?:\/(?!\])|\\(?!\])|[^\\\[\]\(\)\{\}\/]+)/,/^(?:\[\/)/,/^(?:\[\\)/,/^(?:<)/,/^(?:>)/,/^(?:\^)/,/^(?:\\\|)/,/^(?:v\b)/,/^(?:\*)/,/^(?:#)/,/^(?:&)/,/^(?:([A-Za-z0-9!"\#$%&'*+\.`?\\_\/]|-(?=[^\>\-\.])|(?!))+)/,/^(?:-)/,/^(?:[\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6]|[\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377]|[\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5]|[\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA]|[\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE]|[\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA]|[\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0]|[\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977]|[\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2]|[\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A]|[\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39]|[\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8]|[\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C]|[\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C]|[\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99]|[\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0]|[\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D]|[\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3]|[\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10]|[\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1]|[\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81]|[\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3]|[\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6]|[\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A]|[\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081]|[\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D]|[\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0]|[\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310]|[\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C]|[\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711]|[\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7]|[\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C]|[\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16]|[\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF]|[\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC]|[\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D]|[\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D]|[\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3]|[\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F]|[\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128]|[\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184]|[\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3]|[\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6]|[\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE]|[\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C]|[\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D]|[\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC]|[\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B]|[\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788]|[\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805]|[\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB]|[\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28]|[\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5]|[\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4]|[\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|[\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D]|[\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36]|[\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D]|[\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC]|[\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF]|[\uFFD2-\uFFD7\uFFDA-\uFFDC])/,/^(?:\|)/,/^(?:\|)/,/^(?:\))/,/^(?:\()/,/^(?:\])/,/^(?:\[)/,/^(?:(\}))/,/^(?:\{)/,/^(?:[^\[\]\(\)\{\}\|\"]+)/,/^(?:")/,/^(?:(\r?\n)+)/,/^(?:\s)/,/^(?:$)/],conditions:{callbackargs:{rules:[11,12,15,18,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},callbackname:{rules:[8,9,10,15,18,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},href:{rules:[15,18,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},click:{rules:[15,18,27,28,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},dottedEdgeText:{rules:[15,18,67,69,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},thickEdgeText:{rules:[15,18,64,66,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},edgeText:{rules:[15,18,61,63,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},trapText:{rules:[15,18,70,73,75,77,81,83,84,85,86,87,88,101,103,105,107],inclusive:!1},ellipseText:{rules:[15,18,70,71,72,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},text:{rules:[15,18,70,73,74,75,76,77,80,81,82,83,87,88,100,101,102,103,104,105,106,107,108],inclusive:!1},vertex:{rules:[15,18,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},dir:{rules:[15,18,38,39,40,41,42,43,44,45,46,47,48,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},acc_descr_multiline:{rules:[5,6,15,18,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},acc_descr:{rules:[3,15,18,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},acc_title:{rules:[1,15,18,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},md_string:{rules:[13,14,15,18,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},string:{rules:[15,16,17,18,70,73,75,77,81,83,87,88,101,103,105,107],inclusive:!1},INITIAL:{rules:[0,2,4,7,15,18,19,20,21,22,23,24,25,26,29,30,31,32,33,34,35,36,37,49,50,51,52,53,54,55,56,57,58,59,60,61,62,64,65,67,68,70,73,75,77,78,79,81,83,87,88,89,90,91,92,93,94,95,96,97,98,99,101,103,105,107,109,110,111,112],inclusive:!0}}};return Ad}();vh.lexer=Qc;function Wh(){this.yy={}}return Wh.prototype=vh,vh.Parser=Wh,new Wh}();Qgt.parser=Qgt;const Jgt=Qgt,qRe="flowchart-";let QBt=0,cM=Re(),Rl={},Xv=[],uM={},Ix=[],MY={},DY={},IY=0,Zgt=!0,Ww,OY,PY=[];const NY=i=>ei.sanitizeText(i,cM),OF=function(i){const a=Object.keys(Rl);for(const f of a)if(Rl[f].id===i)return Rl[f].domId;return i},JBt=function(i,a,f,g,w,v,b={}){let E,_=i;_!==void 0&&_.trim().length!==0&&(Rl[_]===void 0&&(Rl[_]={id:_,labelType:"text",domId:qRe+_+"-"+QBt,styles:[],classes:[]}),QBt++,a!==void 0?(cM=Re(),E=NY(a.text.trim()),Rl[_].labelType=a.type,E[0]==='"'&&E[E.length-1]==='"'&&(E=E.substring(1,E.length-1)),Rl[_].text=E):Rl[_].text===void 0&&(Rl[_].text=i),f!==void 0&&(Rl[_].type=f),g!=null&&g.forEach(function(S){Rl[_].styles.push(S)}),w!=null&&w.forEach(function(S){Rl[_].classes.push(S)}),v!==void 0&&(Rl[_].dir=v),Rl[_].props===void 0?Rl[_].props=b:b!==void 0&&Object.assign(Rl[_].props,b))},ZBt=function(i,a,f){const v={start:i,end:a,type:void 0,text:"",labelType:"text"};Wt.info("abc78 Got edge...",v);const b=f.text;if(b!==void 0&&(v.text=NY(b.text.trim()),v.text[0]==='"'&&v.text[v.text.length-1]==='"'&&(v.text=v.text.substring(1,v.text.length-1)),v.labelType=b.type),f!==void 0&&(v.type=f.type,v.stroke=f.stroke,v.length=f.length),(v==null?void 0:v.length)>10&&(v.length=10),Xv.length<(cM.maxEdges??500))Wt.info("abc78 pushing edge..."),Xv.push(v);else throw new Error(`Edge limit exceeded. ${Xv.length} edges found, but the limit is ${cM.maxEdges}.
+
+Initialize mermaid with maxEdges set to a higher number to allow more edges.
+You cannot set this config via configuration inside the diagram as it is a secure config.
+You have to call mermaid.initialize.`)},tRt=function(i,a,f){Wt.info("addLink (abc78)",i,a,f);let g,w;for(g=0;g<i.length;g++)for(w=0;w<a.length;w++)ZBt(i[g],a[w],f)},eRt=function(i,a){i.forEach(function(f){f==="default"?Xv.defaultInterpolate=a:Xv[f].interpolate=a})},nRt=function(i,a){i.forEach(function(f){if(f>=Xv.length)throw new Error(`The index ${f} for linkStyle is out of bounds. Valid indices for linkStyle are between 0 and ${Xv.length-1}. (Help: Ensure that the index is within the range of existing edges.)`);f==="default"?Xv.defaultStyle=a:(ao.isSubstringInArray("fill",a)===-1&&a.push("fill:none"),Xv[f].style=a)})},rRt=function(i,a){i.split(",").forEach(function(f){uM[f]===void 0&&(uM[f]={id:f,styles:[],textStyles:[]}),a!=null&&a.forEach(function(g){if(g.match("color")){const w=g.replace("fill","bgFill").replace("color","fill");uM[f].textStyles.push(w)}uM[f].styles.push(g)})})},iRt=function(i){Ww=i,Ww.match(/.*</)&&(Ww="RL"),Ww.match(/.*\^/)&&(Ww="BT"),Ww.match(/.*>/)&&(Ww="LR"),Ww.match(/.*v/)&&(Ww="TB"),Ww==="TD"&&(Ww="TB")},FY=function(i,a){i.split(",").forEach(function(f){let g=f;Rl[g]!==void 0&&Rl[g].classes.push(a),MY[g]!==void 0&&MY[g].classes.push(a)})},HRe=function(i,a){i.split(",").forEach(function(f){a!==void 0&&(DY[OY==="gen-1"?OF(f):f]=NY(a))})},VRe=function(i,a,f){let g=OF(i);if(Re().securityLevel!=="loose"||a===void 0)return;let w=[];if(typeof f=="string"){w=f.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/);for(let v=0;v<w.length;v++){let b=w[v].trim();b.charAt(0)==='"'&&b.charAt(b.length-1)==='"'&&(b=b.substr(1,b.length-2)),w[v]=b}}w.length===0&&w.push(i),Rl[i]!==void 0&&(Rl[i].haveCallback=!0,PY.push(function(){const v=document.querySelector(`[id="${g}"]`);v!==null&&v.addEventListener("click",function(){ao.runFunc(a,...w)},!1)}))},sRt=function(i,a,f){i.split(",").forEach(function(g){Rl[g]!==void 0&&(Rl[g].link=ao.formatUrl(a,cM),Rl[g].linkTarget=f)}),FY(i,"clickable")},aRt=function(i){if(DY.hasOwnProperty(i))return DY[i]},oRt=function(i,a,f){i.split(",").forEach(function(g){VRe(g,a,f)}),FY(i,"clickable")},cRt=function(i){PY.forEach(function(a){a(i)})},uRt=function(){return Ww.trim()},lRt=function(){return Rl},hRt=function(){return Xv},fRt=function(){return uM},dRt=function(i){let a=xr(".mermaidTooltip");(a._groups||a)[0][0]===null&&(a=xr("body").append("div").attr("class","mermaidTooltip").style("opacity",0)),xr(i).select("svg").selectAll("g.node").on("mouseover",function(){const w=xr(this);if(w.attr("title")===null)return;const b=this.getBoundingClientRect();a.transition().duration(200).style("opacity",".9"),a.text(w.attr("title")).style("left",window.scrollX+b.left+(b.right-b.left)/2+"px").style("top",window.scrollY+b.bottom+"px"),a.html(a.html().replace(/<br\/>/g,"<br/>")),w.classed("hover",!0)}).on("mouseout",function(){a.transition().duration(500).style("opacity",0),xr(this).classed("hover",!1)})};PY.push(dRt);const gRt=function(i="gen-1"){Rl={},uM={},Xv=[],PY=[dRt],Ix=[],MY={},IY=0,DY={},Zgt=!0,OY=i,cM=Re(),Wg()},pRt=i=>{OY=i||"gen-2"},bRt=function(){return"fill:#ffa;stroke: #f66; stroke-width: 3px; stroke-dasharray: 5, 5;fill:#ffa;stroke: #666;"},wRt=function(i,a,f){let g=i.text.trim(),w=f.text;i===f&&f.text.match(/\s/)&&(g=void 0);function v(I){const B={boolean:{},number:{},string:{}},F=[];let R;return{nodeList:I.filter(function(X){const rt=typeof X;return X.stmt&&X.stmt==="dir"?(R=X.value,!1):X.trim()===""?!1:rt in B?B[rt].hasOwnProperty(X)?!1:B[rt][X]=!0:F.includes(X)?!1:F.push(X)}),dir:R}}let b=[];const{nodeList:E,dir:_}=v(b.concat.apply(b,a));if(b=E,OY==="gen-1")for(let I=0;I<b.length;I++)b[I]=OF(b[I]);g=g||"subGraph"+IY,w=w||"",w=NY(w),IY=IY+1;const S={id:g,nodes:b,title:w.trim(),classes:[],dir:_,labelType:f.type};return Wt.info("Adding",S.id,S.nodes,S.dir),S.nodes=_Rt(S,Ix).nodes,Ix.push(S),MY[g]=S,g},URe=function(i){for(const[a,f]of Ix.entries())if(f.id===i)return a;return-1};let PF=-1;const mRt=[],vRt=function(i,a){const f=Ix[a].nodes;if(PF=PF+1,PF>2e3)return;if(mRt[PF]=a,Ix[a].id===i)return{result:!0,count:0};let g=0,w=1;for(;g<f.length;){const v=URe(f[g]);if(v>=0){const b=vRt(i,v);if(b.result)return{result:!0,count:w+b.count};w=w+b.count}g=g+1}return{result:!1,count:w}},yRt=function(i){return mRt[i]},xRt=function(){PF=-1,Ix.length>0&&vRt("none",Ix.length-1)},kRt=function(){return Ix},ERt=()=>Zgt?(Zgt=!1,!0):!1,GRe=i=>{let a=i.trim(),f="arrow_open";switch(a[0]){case"<":f="arrow_point",a=a.slice(1);break;case"x":f="arrow_cross",a=a.slice(1);break;case"o":f="arrow_circle",a=a.slice(1);break}let g="normal";return a.includes("=")&&(g="thick"),a.includes(".")&&(g="dotted"),{type:f,stroke:g}},KRe=(i,a)=>{const f=a.length;let g=0;for(let w=0;w<f;++w)a[w]===i&&++g;return g},WRe=i=>{const a=i.trim();let f=a.slice(0,-1),g="arrow_open";switch(a.slice(-1)){case"x":g="arrow_cross",a[0]==="x"&&(g="double_"+g,f=f.slice(1));break;case">":g="arrow_point",a[0]==="<"&&(g="double_"+g,f=f.slice(1));break;case"o":g="arrow_circle",a[0]==="o"&&(g="double_"+g,f=f.slice(1));break}let w="normal",v=f.length-1;f[0]==="="&&(w="thick"),f[0]==="~"&&(w="invisible");let b=KRe(".",f);return b&&(w="dotted",v=b),{type:g,stroke:w,length:v}},TRt=(i,a)=>{const f=WRe(i);let g;if(a){if(g=GRe(a),g.stroke!==f.stroke)return{type:"INVALID",stroke:"INVALID"};if(g.type==="arrow_open")g.type=f.type;else{if(g.type!==f.type)return{type:"INVALID",stroke:"INVALID"};g.type="double_"+g.type}return g.type==="double_arrow"&&(g.type="double_arrow_point"),g.length=f.length,g}return f},CRt=(i,a)=>{let f=!1;return i.forEach(g=>{g.nodes.indexOf(a)>=0&&(f=!0)}),f},_Rt=(i,a)=>{const f=[];return i.nodes.forEach((g,w)=>{CRt(a,g)||f.push(i.nodes[w])}),{nodes:f}},SRt={firstGraph:ERt},E9={defaultConfig:()=>YFt.flowchart,setAccTitle:ng,getAccTitle:Yg,getAccDescription:Qg,setAccDescription:Xg,addVertex:JBt,lookUpDomId:OF,addLink:tRt,updateLinkInterpolate:eRt,updateLink:nRt,addClass:rRt,setDirection:iRt,setClass:FY,setTooltip:HRe,getTooltip:aRt,setClickEvent:oRt,setLink:sRt,bindFunctions:cRt,getDirection:uRt,getVertices:lRt,getEdges:hRt,getClasses:fRt,clear:gRt,setGen:pRt,defaultStyle:bRt,addSubGraph:wRt,getDepthFirstPos:yRt,indexNodes:xRt,getSubGraphs:kRt,destructLink:TRt,lex:SRt,exists:CRt,makeUniq:_Rt,setDiagramTitle:y2,getDiagramTitle:Jg},YRe=Object.freeze(Object.defineProperty({__proto__:null,addClass:rRt,addLink:tRt,addSingleLink:ZBt,addSubGraph:wRt,addVertex:JBt,bindFunctions:cRt,clear:gRt,default:E9,defaultStyle:bRt,destructLink:TRt,firstGraph:ERt,getClasses:fRt,getDepthFirstPos:yRt,getDirection:uRt,getEdges:hRt,getSubGraphs:kRt,getTooltip:aRt,getVertices:lRt,indexNodes:xRt,lex:SRt,lookUpDomId:OF,setClass:FY,setClickEvent:oRt,setDirection:iRt,setGen:pRt,setLink:sRt,updateLink:nRt,updateLinkInterpolate:eRt},Symbol.toStringTag,{value:"Module"}));var XRe="[object Symbol]";function T9(i){return typeof i=="symbol"||e4(i)&&f9(i)==XRe}function lM(i,a){for(var f=-1,g=i==null?0:i.length,w=Array(g);++f<g;)w[f]=a(i[f],f,i);return w}var QRe=1/0,ARt=Hw?Hw.prototype:void 0,LRt=ARt?ARt.toString:void 0;function MRt(i){if(typeof i=="string")return i;if(s1(i))return lM(i,MRt)+"";if(T9(i))return LRt?LRt.call(i):"";var a=i+"";return a=="0"&&1/i==-QRe?"-0":a}var JRe=/\s/;function ZRe(i){for(var a=i.length;a--&&JRe.test(i.charAt(a)););return a}var tje=/^\s+/;function eje(i){return i&&i.slice(0,ZRe(i)+1).replace(tje,"")}var DRt=0/0,nje=/^[-+]0x[0-9a-f]+$/i,rje=/^0b[01]+$/i,ije=/^0o[0-7]+$/i,sje=parseInt;function aje(i){if(typeof i=="number")return i;if(T9(i))return DRt;if(v2(i)){var a=typeof i.valueOf=="function"?i.valueOf():i;i=v2(a)?a+"":a}if(typeof i!="string")return i===0?i:+i;i=eje(i);var f=rje.test(i);return f||ije.test(i)?sje(i.slice(2),f?2:8):nje.test(i)?DRt:+i}var IRt=1/0,oje=17976931348623157e292;function BY(i){if(!i)return i===0?i:0;if(i=aje(i),i===IRt||i===-IRt){var a=i<0?-1:1;return a*oje}return i===i?i:0}function cje(i){var a=BY(i),f=a%1;return a===a?f?a-f:a:0}function uje(){}function ORt(i,a){for(var f=-1,g=i==null?0:i.length;++f<g&&a(i[f],f,i)!==!1;);return i}function PRt(i,a,f,g){for(var w=i.length,v=f+(g?1:-1);g?v--:++v<w;)if(a(i[v],v,i))return v;return-1}function lje(i){return i!==i}function hje(i,a,f){for(var g=f-1,w=i.length;++g<w;)if(i[g]===a)return g;return-1}function fje(i,a,f){return a===a?hje(i,a,f):PRt(i,lje,f)}function dje(i,a){var f=i==null?0:i.length;return!!f&&fje(i,a,0)>-1}function k2(i){return f8(i)?nFt(i):iBt(i)}var gje=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,pje=/^\w*$/;function tpt(i,a){if(s1(i))return!1;var f=typeof i;return f=="number"||f=="symbol"||f=="boolean"||i==null||T9(i)?!0:pje.test(i)||!gje.test(i)||a!=null&&i in Object(a)}var bje=500;function wje(i){var a=GL(i,function(g){return f.size===bje&&f.clear(),g}),f=a.cache;return a}var mje=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,vje=/\\(\\)?/g,yje=wje(function(i){var a=[];return i.charCodeAt(0)===46&&a.push(""),i.replace(mje,function(f,g,w,v){a.push(w?v.replace(vje,"$1"):g||f)}),a});const xje=yje;function NRt(i){return i==null?"":MRt(i)}function RY(i,a){return s1(i)?i:tpt(i,a)?[i]:xje(NRt(i))}var kje=1/0;function NF(i){if(typeof i=="string"||T9(i))return i;var a=i+"";return a=="0"&&1/i==-kje?"-0":a}function jY(i,a){a=RY(a,i);for(var f=0,g=a.length;i!=null&&f<g;)i=i[NF(a[f++])];return f&&f==g?i:void 0}function Eje(i,a,f){var g=i==null?void 0:jY(i,a);return g===void 0?f:g}function ept(i,a){for(var f=-1,g=a.length,w=i.length;++f<g;)i[w+f]=a[f];return i}var FRt=Hw?Hw.isConcatSpreadable:void 0;function Tje(i){return s1(i)||KL(i)||!!(FRt&&i&&i[FRt])}function $Y(i,a,f,g,w){var v=-1,b=i.length;for(f||(f=Tje),w||(w=[]);++v<b;){var E=i[v];a>0&&f(E)?a>1?$Y(E,a-1,f,g,w):ept(w,E):g||(w[w.length]=E)}return w}function hM(i){var a=i==null?0:i.length;return a?$Y(i,1):[]}function Cje(i){return aFt(sFt(i,void 0,hM),i+"")}function _je(i,a,f,g){var w=-1,v=i==null?0:i.length;for(g&&v&&(f=i[++w]);++w<v;)f=a(f,i[w],w,i);return f}function Sje(i,a){return i&&kF(a,k2(a),i)}function Aje(i,a){return i&&kF(a,b9(a),i)}function BRt(i,a){for(var f=-1,g=i==null?0:i.length,w=0,v=[];++f<g;){var b=i[f];a(b,f,i)&&(v[w++]=b)}return v}function RRt(){return[]}var Lje=Object.prototype,Mje=Lje.propertyIsEnumerable,jRt=Object.getOwnPropertySymbols,Dje=jRt?function(i){return i==null?[]:(i=Object(i),BRt(jRt(i),function(a){return Mje.call(i,a)}))}:RRt;const npt=Dje;function Ije(i,a){return kF(i,npt(i),a)}var Oje=Object.getOwnPropertySymbols,Pje=Oje?function(i){for(var a=[];i;)ept(a,npt(i)),i=hgt(i);return a}:RRt;const $Rt=Pje;function Nje(i,a){return kF(i,$Rt(i),a)}function zRt(i,a,f){var g=a(i);return s1(i)?g:ept(g,f(i))}function rpt(i){return zRt(i,k2,npt)}function Fje(i){return zRt(i,b9,$Rt)}var Bje=Object.prototype,Rje=Bje.hasOwnProperty;function jje(i){var a=i.length,f=new i.constructor(a);return a&&typeof i[0]=="string"&&Rje.call(i,"index")&&(f.index=i.index,f.input=i.input),f}function $je(i,a){var f=a?lgt(i.buffer):i.buffer;return new i.constructor(f,i.byteOffset,i.byteLength)}var zje=/\w*$/;function qje(i){var a=new i.constructor(i.source,zje.exec(i));return a.lastIndex=i.lastIndex,a}var qRt=Hw?Hw.prototype:void 0,HRt=qRt?qRt.valueOf:void 0;function Hje(i){return HRt?Object(HRt.call(i)):{}}var Vje="[object Boolean]",Uje="[object Date]",Gje="[object Map]",Kje="[object Number]",Wje="[object RegExp]",Yje="[object Set]",Xje="[object String]",Qje="[object Symbol]",Jje="[object ArrayBuffer]",Zje="[object DataView]",t$e="[object Float32Array]",e$e="[object Float64Array]",n$e="[object Int8Array]",r$e="[object Int16Array]",i$e="[object Int32Array]",s$e="[object Uint8Array]",a$e="[object Uint8ClampedArray]",o$e="[object Uint16Array]",c$e="[object Uint32Array]";function u$e(i,a,f){var g=i.constructor;switch(a){case Jje:return lgt(i);case Vje:case Uje:return new g(+i);case Zje:return $je(i,f);case t$e:case e$e:case n$e:case r$e:case i$e:case s$e:case a$e:case o$e:case c$e:return zNt(i,f);case Gje:return new g;case Kje:case Xje:return new g(i);case Wje:return qje(i);case Yje:return new g;case Qje:return Hje(i)}}var l$e="[object Map]";function h$e(i){return e4(i)&&rM(i)==l$e}var VRt=YL&&YL.isMap,f$e=VRt?tY(VRt):h$e;const d$e=f$e;var g$e="[object Set]";function p$e(i){return e4(i)&&rM(i)==g$e}var URt=YL&&YL.isSet,b$e=URt?tY(URt):p$e;const w$e=b$e;var m$e=1,v$e=2,y$e=4,GRt="[object Arguments]",x$e="[object Array]",k$e="[object Boolean]",E$e="[object Date]",T$e="[object Error]",KRt="[object Function]",C$e="[object GeneratorFunction]",_$e="[object Map]",S$e="[object Number]",WRt="[object Object]",A$e="[object RegExp]",L$e="[object Set]",M$e="[object String]",D$e="[object Symbol]",I$e="[object WeakMap]",O$e="[object ArrayBuffer]",P$e="[object DataView]",N$e="[object Float32Array]",F$e="[object Float64Array]",B$e="[object Int8Array]",R$e="[object Int16Array]",j$e="[object Int32Array]",$$e="[object Uint8Array]",z$e="[object Uint8ClampedArray]",q$e="[object Uint16Array]",H$e="[object Uint32Array]",Tl={};Tl[GRt]=Tl[x$e]=Tl[O$e]=Tl[P$e]=Tl[k$e]=Tl[E$e]=Tl[N$e]=Tl[F$e]=Tl[B$e]=Tl[R$e]=Tl[j$e]=Tl[_$e]=Tl[S$e]=Tl[WRt]=Tl[A$e]=Tl[L$e]=Tl[M$e]=Tl[D$e]=Tl[$$e]=Tl[z$e]=Tl[q$e]=Tl[H$e]=!0,Tl[T$e]=Tl[KRt]=Tl[I$e]=!1;function FF(i,a,f,g,w,v){var b,E=a&m$e,_=a&v$e,S=a&y$e;if(f&&(b=w?f(i,g,w,v):f(i)),b!==void 0)return b;if(!v2(i))return i;var I=s1(i);if(I){if(b=jje(i),!E)return qNt(i,b)}else{var B=rM(i),F=B==KRt||B==C$e;if(WL(i))return $Nt(i,E);if(B==WRt||B==GRt||F&&!w){if(b=_||F?{}:UNt(i),!E)return _?Nje(i,Aje(b,i)):Ije(i,Sje(b,i))}else{if(!Tl[B])return w?i:{};b=u$e(i,B,E)}}v||(v=new Uv);var R=v.get(i);if(R)return R;v.set(i,b),w$e(i)?i.forEach(function(rt){b.add(FF(rt,a,f,rt,i,v))}):d$e(i)&&i.forEach(function(rt,at){b.set(at,FF(rt,a,f,at,i,v))});var q=S?_?Fje:rpt:_?b9:k2,X=I?void 0:q(i);return ORt(X||i,function(rt,at){X&&(at=rt,rt=i[at]),nY(b,at,FF(rt,a,f,at,i,v))}),b}var V$e=4;function U$e(i){return FF(i,V$e)}var G$e=1,K$e=4;function W$e(i){return FF(i,G$e|K$e)}var Y$e="__lodash_hash_undefined__";function X$e(i){return this.__data__.set(i,Y$e),this}function Q$e(i){return this.__data__.has(i)}function BF(i){var a=-1,f=i==null?0:i.length;for(this.__data__=new Lx;++a<f;)this.add(i[a])}BF.prototype.add=BF.prototype.push=X$e,BF.prototype.has=Q$e;function J$e(i,a){for(var f=-1,g=i==null?0:i.length;++f<g;)if(a(i[f],f,i))return!0;return!1}function YRt(i,a){return i.has(a)}var Z$e=1,tze=2;function XRt(i,a,f,g,w,v){var b=f&Z$e,E=i.length,_=a.length;if(E!=_&&!(b&&_>E))return!1;var S=v.get(i),I=v.get(a);if(S&&I)return S==a&&I==i;var B=-1,F=!0,R=f&tze?new BF:void 0;for(v.set(i,a),v.set(a,i);++B<E;){var q=i[B],X=a[B];if(g)var rt=b?g(X,q,B,a,i,v):g(q,X,B,i,a,v);if(rt!==void 0){if(rt)continue;F=!1;break}if(R){if(!J$e(a,function(at,ut){if(!YRt(R,ut)&&(q===at||w(q,at,f,g,v)))return R.push(ut)})){F=!1;break}}else if(!(q===X||w(q,X,f,g,v))){F=!1;break}}return v.delete(i),v.delete(a),F}function eze(i){var a=-1,f=Array(i.size);return i.forEach(function(g,w){f[++a]=[w,g]}),f}function ipt(i){var a=-1,f=Array(i.size);return i.forEach(function(g){f[++a]=g}),f}var nze=1,rze=2,ize="[object Boolean]",sze="[object Date]",aze="[object Error]",oze="[object Map]",cze="[object Number]",uze="[object RegExp]",lze="[object Set]",hze="[object String]",fze="[object Symbol]",dze="[object ArrayBuffer]",gze="[object DataView]",QRt=Hw?Hw.prototype:void 0,spt=QRt?QRt.valueOf:void 0;function pze(i,a,f,g,w,v,b){switch(f){case gze:if(i.byteLength!=a.byteLength||i.byteOffset!=a.byteOffset)return!1;i=i.buffer,a=a.buffer;case dze:return!(i.byteLength!=a.byteLength||!v(new JW(i),new JW(a)));case ize:case sze:case cze:return UL(+i,+a);case aze:return i.name==a.name&&i.message==a.message;case uze:case hze:return i==a+"";case oze:var E=eze;case lze:var _=g&nze;if(E||(E=ipt),i.size!=a.size&&!_)return!1;var S=b.get(i);if(S)return S==a;g|=rze,b.set(i,a);var I=XRt(E(i),E(a),g,w,v,b);return b.delete(i),I;case fze:if(spt)return spt.call(i)==spt.call(a)}return!1}var bze=1,wze=Object.prototype,mze=wze.hasOwnProperty;function vze(i,a,f,g,w,v){var b=f&bze,E=rpt(i),_=E.length,S=rpt(a),I=S.length;if(_!=I&&!b)return!1;for(var B=_;B--;){var F=E[B];if(!(b?F in a:mze.call(a,F)))return!1}var R=v.get(i),q=v.get(a);if(R&&q)return R==a&&q==i;var X=!0;v.set(i,a),v.set(a,i);for(var rt=b;++B<_;){F=E[B];var at=i[F],ut=a[F];if(g)var pt=b?g(ut,at,F,a,i,v):g(at,ut,F,i,a,v);if(!(pt===void 0?at===ut||w(at,ut,f,g,v):pt)){X=!1;break}rt||(rt=F=="constructor")}if(X&&!rt){var yt=i.constructor,mt=a.constructor;yt!=mt&&"constructor"in i&&"constructor"in a&&!(typeof yt=="function"&&yt instanceof yt&&typeof mt=="function"&&mt instanceof mt)&&(X=!1)}return v.delete(i),v.delete(a),X}var yze=1,JRt="[object Arguments]",ZRt="[object Array]",zY="[object Object]",xze=Object.prototype,tjt=xze.hasOwnProperty;function kze(i,a,f,g,w,v){var b=s1(i),E=s1(a),_=b?ZRt:rM(i),S=E?ZRt:rM(a);_=_==JRt?zY:_,S=S==JRt?zY:S;var I=_==zY,B=S==zY,F=_==S;if(F&&WL(i)){if(!WL(a))return!1;b=!0,I=!1}if(F&&!I)return v||(v=new Uv),b||eY(i)?XRt(i,a,f,g,w,v):pze(i,a,_,f,g,w,v);if(!(f&yze)){var R=I&&tjt.call(i,"__wrapped__"),q=B&&tjt.call(a,"__wrapped__");if(R||q){var X=R?i.value():i,rt=q?a.value():a;return v||(v=new Uv),w(X,rt,f,g,v)}}return F?(v||(v=new Uv),vze(i,a,f,g,w,v)):!1}function apt(i,a,f,g,w){return i===a?!0:i==null||a==null||!e4(i)&&!e4(a)?i!==i&&a!==a:kze(i,a,f,g,apt,w)}var Eze=1,Tze=2;function Cze(i,a,f,g){var w=f.length,v=w,b=!g;if(i==null)return!v;for(i=Object(i);w--;){var E=f[w];if(b&&E[2]?E[1]!==i[E[0]]:!(E[0]in i))return!1}for(;++w<v;){E=f[w];var _=E[0],S=i[_],I=E[1];if(b&&E[2]){if(S===void 0&&!(_ in i))return!1}else{var B=new Uv;if(g)var F=g(S,I,_,i,a,B);if(!(F===void 0?apt(I,S,Eze|Tze,g,B):F))return!1}}return!0}function ejt(i){return i===i&&!v2(i)}function _ze(i){for(var a=k2(i),f=a.length;f--;){var g=a[f],w=i[g];a[f]=[g,w,ejt(w)]}return a}function njt(i,a){return function(f){return f==null?!1:f[i]===a&&(a!==void 0||i in Object(f))}}function Sze(i){var a=_ze(i);return a.length==1&&a[0][2]?njt(a[0][0],a[0][1]):function(f){return f===i||Cze(f,i,a)}}function Aze(i,a){return i!=null&&a in Object(i)}function rjt(i,a,f){a=RY(a,i);for(var g=-1,w=a.length,v=!1;++g<w;){var b=NF(a[g]);if(!(v=i!=null&&f(i,b)))break;i=i[b]}return v||++g!=w?v:(w=i==null?0:i.length,!!w&&fgt(w)&&rY(b,w)&&(s1(i)||KL(i)))}function ijt(i,a){return i!=null&&rjt(i,a,Aze)}var Lze=1,Mze=2;function Dze(i,a){return tpt(i)&&ejt(a)?njt(NF(i),a):function(f){var g=Eje(f,i);return g===void 0&&g===a?ijt(f,i):apt(a,g,Lze|Mze)}}function Ize(i){return function(a){return a==null?void 0:a[i]}}function Oze(i){return function(a){return jY(a,i)}}function Pze(i){return tpt(i)?Ize(NF(i)):Oze(i)}function v8(i){return typeof i=="function"?i:i==null?w9:typeof i=="object"?s1(i)?Dze(i[0],i[1]):Sze(i):Pze(i)}function opt(i,a){return i&&ugt(i,a,k2)}function Nze(i,a){return function(f,g){if(f==null)return f;if(!f8(f))return i(f,g);for(var w=f.length,v=a?w:-1,b=Object(f);(a?v--:++v<w)&&g(b[v],v,b)!==!1;);return f}}var Fze=Nze(opt);const qY=Fze;var Bze=function(){return Vv.Date.now()};const sjt=Bze;var ajt=Object.prototype,Rze=ajt.hasOwnProperty,jze=iY(function(i,a){i=Object(i);var f=-1,g=a.length,w=g>2?a[2]:void 0;for(w&&EF(a[0],a[1],w)&&(g=1);++f<g;)for(var v=a[f],b=b9(v),E=-1,_=b.length;++E<_;){var S=b[E],I=i[S];(I===void 0||UL(I,ajt[S])&&!Rze.call(i,S))&&(i[S]=v[S])}return i});const fM=jze;function $ze(i,a,f){for(var g=-1,w=i==null?0:i.length;++g<w;)if(f(a,i[g]))return!0;return!1}function HY(i){var a=i==null?0:i.length;return a?i[a-1]:void 0}function cpt(i){return typeof i=="function"?i:w9}function pr(i,a){var f=s1(i)?ORt:qY;return f(i,cpt(a))}function zze(i,a){var f=[];return qY(i,function(g,w,v){a(g,w,v)&&f.push(g)}),f}function Ox(i,a){var f=s1(i)?BRt:zze;return f(i,v8(a))}function qze(i){return function(a,f,g){var w=Object(a);if(!f8(a)){var v=v8(f);a=k2(a),f=function(E){return v(w[E],E,w)}}var b=i(a,f,g);return b>-1?w[v?a[b]:b]:void 0}}var Hze=Math.max;function Vze(i,a,f){var g=i==null?0:i.length;if(!g)return-1;var w=f==null?0:cje(f);return w<0&&(w=Hze(g+w,0)),PRt(i,v8(a),w)}var Uze=qze(Vze);const upt=Uze;function ojt(i,a){var f=-1,g=f8(i)?Array(i.length):[];return qY(i,function(w,v,b){g[++f]=a(w,v,b)}),g}function c1(i,a){var f=s1(i)?lM:ojt;return f(i,v8(a))}function Gze(i,a){return i==null?i:ugt(i,cpt(a),b9)}function Kze(i,a){return i&&opt(i,cpt(a))}function Wze(i,a){return i>a}var Yze=Object.prototype,Xze=Yze.hasOwnProperty;function Qze(i,a){return i!=null&&Xze.call(i,a)}function oo(i,a){return i!=null&&rjt(i,a,Qze)}function Jze(i,a){return lM(a,function(f){return i[f]})}function Px(i){return i==null?[]:Jze(i,k2(i))}function xf(i){return i===void 0}function cjt(i,a){return i<a}function VY(i,a){var f={};return a=v8(a),opt(i,function(g,w,v){QW(f,w,a(g,w,v))}),f}function lpt(i,a,f){for(var g=-1,w=i.length;++g<w;){var v=i[g],b=a(v);if(b!=null&&(E===void 0?b===b&&!T9(b):f(b,E)))var E=b,_=v}return _}function C9(i){return i&&i.length?lpt(i,w9,Wze):void 0}function RF(i){return i&&i.length?lpt(i,w9,cjt):void 0}function hpt(i,a){return i&&i.length?lpt(i,v8(a),cjt):void 0}function Zze(i,a,f,g){if(!v2(i))return i;a=RY(a,i);for(var w=-1,v=a.length,b=v-1,E=i;E!=null&&++w<v;){var _=NF(a[w]),S=f;if(_==="__proto__"||_==="constructor"||_==="prototype")return i;if(w!=b){var I=E[_];S=g?g(I,_,E):void 0,S===void 0&&(S=v2(I)?I:rY(a[w+1])?[]:{})}nY(E,_,S),E=E[_]}return i}function tqe(i,a,f){for(var g=-1,w=a.length,v={};++g<w;){var b=a[g],E=jY(i,b);f(E,b)&&Zze(v,RY(b,i),E)}return v}function eqe(i,a){var f=i.length;for(i.sort(a);f--;)i[f]=i[f].value;return i}function nqe(i,a){if(i!==a){var f=i!==void 0,g=i===null,w=i===i,v=T9(i),b=a!==void 0,E=a===null,_=a===a,S=T9(a);if(!E&&!S&&!v&&i>a||v&&b&&_&&!E&&!S||g&&b&&_||!f&&_||!w)return 1;if(!g&&!v&&!S&&i<a||S&&f&&w&&!g&&!v||E&&f&&w||!b&&w||!_)return-1}return 0}function rqe(i,a,f){for(var g=-1,w=i.criteria,v=a.criteria,b=w.length,E=f.length;++g<b;){var _=nqe(w[g],v[g]);if(_){if(g>=E)return _;var S=f[g];return _*(S=="desc"?-1:1)}}return i.index-a.index}function iqe(i,a,f){a.length?a=lM(a,function(v){return s1(v)?function(b){return jY(b,v.length===1?v[0]:v)}:v}):a=[w9];var g=-1;a=lM(a,tY(v8));var w=ojt(i,function(v,b,E){var _=lM(a,function(S){return S(v)});return{criteria:_,index:++g,value:v}});return eqe(w,function(v,b){return rqe(v,b,f)})}function sqe(i,a){return tqe(i,a,function(f,g){return ijt(i,g)})}var aqe=Cje(function(i,a){return i==null?{}:sqe(i,a)});const jF=aqe;var oqe=Math.ceil,cqe=Math.max;function uqe(i,a,f,g){for(var w=-1,v=cqe(oqe((a-i)/(f||1)),0),b=Array(v);v--;)b[g?v:++w]=i,i+=f;return b}function lqe(i){return function(a,f,g){return g&&typeof g!="number"&&EF(a,f,g)&&(f=g=void 0),a=BY(a),f===void 0?(f=a,a=0):f=BY(f),g=g===void 0?a<f?1:-1:BY(g),uqe(a,f,g,i)}}var hqe=lqe();const _9=hqe;function fqe(i,a,f,g,w){return w(i,function(v,b,E){f=g?(g=!1,v):a(f,v,b,E)}),f}function $F(i,a,f){var g=s1(i)?_je:fqe,w=arguments.length<3;return g(i,v8(a),f,w,qY)}var dqe=iY(function(i,a){if(i==null)return[];var f=a.length;return f>1&&EF(i,a[0],a[1])?a=[]:f>2&&EF(a[0],a[1],a[2])&&(a=[a[0]]),iqe(i,$Y(a,1),[])});const zF=dqe;var gqe=1/0,pqe=nM&&1/ipt(new nM([,-0]))[1]==gqe?function(i){return new nM(i)}:uje;const bqe=pqe;var wqe=200;function mqe(i,a,f){var g=-1,w=dje,v=i.length,b=!0,E=[],_=E;if(f)b=!1,w=$ze;else if(v>=wqe){var S=a?null:bqe(i);if(S)return ipt(S);b=!1,w=YRt,_=new BF}else _=a?[]:E;t:for(;++g<v;){var I=i[g],B=a?a(I):I;if(I=f||I!==0?I:0,b&&B===B){for(var F=_.length;F--;)if(_[F]===B)continue t;a&&_.push(B),E.push(I)}else w(_,B,f)||(_!==E&&_.push(B),E.push(I))}return E}var vqe=iY(function(i){return mqe($Y(i,1,WNt,!0))});const yqe=vqe;var xqe=0;function UY(i){var a=++xqe;return NRt(i)+a}function kqe(i,a,f){for(var g=-1,w=i.length,v=a.length,b={};++g<w;){var E=g<v?a[g]:void 0;f(b,i[g],E)}return b}function Eqe(i,a){return kqe(i||[],a||[],nY)}var Tqe="\0",S9="\0",ujt="\ 1";class R1{constructor(a={}){this._isDirected=oo(a,"directed")?a.directed:!0,this._isMultigraph=oo(a,"multigraph")?a.multigraph:!1,this._isCompound=oo(a,"compound")?a.compound:!1,this._label=void 0,this._defaultNodeLabelFn=XL(void 0),this._defaultEdgeLabelFn=XL(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[S9]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}isDirected(){return this._isDirected}isMultigraph(){return this._isMultigraph}isCompound(){return this._isCompound}setGraph(a){return this._label=a,this}graph(){return this._label}setDefaultNodeLabel(a){return VL(a)||(a=XL(a)),this._defaultNodeLabelFn=a,this}nodeCount(){return this._nodeCount}nodes(){return k2(this._nodes)}sources(){var a=this;return Ox(this.nodes(),function(f){return LF(a._in[f])})}sinks(){var a=this;return Ox(this.nodes(),function(f){return LF(a._out[f])})}setNodes(a,f){var g=arguments,w=this;return pr(a,function(v){g.length>1?w.setNode(v,f):w.setNode(v)}),this}setNode(a,f){return oo(this._nodes,a)?(arguments.length>1&&(this._nodes[a]=f),this):(this._nodes[a]=arguments.length>1?f:this._defaultNodeLabelFn(a),this._isCompound&&(this._parent[a]=S9,this._children[a]={},this._children[S9][a]=!0),this._in[a]={},this._preds[a]={},this._out[a]={},this._sucs[a]={},++this._nodeCount,this)}node(a){return this._nodes[a]}hasNode(a){return oo(this._nodes,a)}removeNode(a){var f=this;if(oo(this._nodes,a)){var g=function(w){f.removeEdge(f._edgeObjs[w])};delete this._nodes[a],this._isCompound&&(this._removeFromParentsChildList(a),delete this._parent[a],pr(this.children(a),function(w){f.setParent(w)}),delete this._children[a]),pr(k2(this._in[a]),g),delete this._in[a],delete this._preds[a],pr(k2(this._out[a]),g),delete this._out[a],delete this._sucs[a],--this._nodeCount}return this}setParent(a,f){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(xf(f))f=S9;else{f+="";for(var g=f;!xf(g);g=this.parent(g))if(g===a)throw new Error("Setting "+f+" as parent of "+a+" would create a cycle");this.setNode(f)}return this.setNode(a),this._removeFromParentsChildList(a),this._parent[a]=f,this._children[f][a]=!0,this}_removeFromParentsChildList(a){delete this._children[this._parent[a]][a]}parent(a){if(this._isCompound){var f=this._parent[a];if(f!==S9)return f}}children(a){if(xf(a)&&(a=S9),this._isCompound){var f=this._children[a];if(f)return k2(f)}else{if(a===S9)return this.nodes();if(this.hasNode(a))return[]}}predecessors(a){var f=this._preds[a];if(f)return k2(f)}successors(a){var f=this._sucs[a];if(f)return k2(f)}neighbors(a){var f=this.predecessors(a);if(f)return yqe(f,this.successors(a))}isLeaf(a){var f;return this.isDirected()?f=this.successors(a):f=this.neighbors(a),f.length===0}filterNodes(a){var f=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});f.setGraph(this.graph());var g=this;pr(this._nodes,function(b,E){a(E)&&f.setNode(E,b)}),pr(this._edgeObjs,function(b){f.hasNode(b.v)&&f.hasNode(b.w)&&f.setEdge(b,g.edge(b))});var w={};function v(b){var E=g.parent(b);return E===void 0||f.hasNode(E)?(w[b]=E,E):E in w?w[E]:v(E)}return this._isCompound&&pr(f.nodes(),function(b){f.setParent(b,v(b))}),f}setDefaultEdgeLabel(a){return VL(a)||(a=XL(a)),this._defaultEdgeLabelFn=a,this}edgeCount(){return this._edgeCount}edges(){return Px(this._edgeObjs)}setPath(a,f){var g=this,w=arguments;return $F(a,function(v,b){return w.length>1?g.setEdge(v,b,f):g.setEdge(v,b),b}),this}setEdge(){var a,f,g,w,v=!1,b=arguments[0];typeof b=="object"&&b!==null&&"v"in b?(a=b.v,f=b.w,g=b.name,arguments.length===2&&(w=arguments[1],v=!0)):(a=b,f=arguments[1],g=arguments[3],arguments.length>2&&(w=arguments[2],v=!0)),a=""+a,f=""+f,xf(g)||(g=""+g);var E=qF(this._isDirected,a,f,g);if(oo(this._edgeLabels,E))return v&&(this._edgeLabels[E]=w),this;if(!xf(g)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(a),this.setNode(f),this._edgeLabels[E]=v?w:this._defaultEdgeLabelFn(a,f,g);var _=Cqe(this._isDirected,a,f,g);return a=_.v,f=_.w,Object.freeze(_),this._edgeObjs[E]=_,ljt(this._preds[f],a),ljt(this._sucs[a],f),this._in[f][E]=_,this._out[a][E]=_,this._edgeCount++,this}edge(a,f,g){var w=arguments.length===1?fpt(this._isDirected,arguments[0]):qF(this._isDirected,a,f,g);return this._edgeLabels[w]}hasEdge(a,f,g){var w=arguments.length===1?fpt(this._isDirected,arguments[0]):qF(this._isDirected,a,f,g);return oo(this._edgeLabels,w)}removeEdge(a,f,g){var w=arguments.length===1?fpt(this._isDirected,arguments[0]):qF(this._isDirected,a,f,g),v=this._edgeObjs[w];return v&&(a=v.v,f=v.w,delete this._edgeLabels[w],delete this._edgeObjs[w],hjt(this._preds[f],a),hjt(this._sucs[a],f),delete this._in[f][w],delete this._out[a][w],this._edgeCount--),this}inEdges(a,f){var g=this._in[a];if(g){var w=Px(g);return f?Ox(w,function(v){return v.v===f}):w}}outEdges(a,f){var g=this._out[a];if(g){var w=Px(g);return f?Ox(w,function(v){return v.w===f}):w}}nodeEdges(a,f){var g=this.inEdges(a,f);if(g)return g.concat(this.outEdges(a,f))}}R1.prototype._nodeCount=0,R1.prototype._edgeCount=0;function ljt(i,a){i[a]?i[a]++:i[a]=1}function hjt(i,a){--i[a]||delete i[a]}function qF(i,a,f,g){var w=""+a,v=""+f;if(!i&&w>v){var b=w;w=v,v=b}return w+ujt+v+ujt+(xf(g)?Tqe:g)}function Cqe(i,a,f,g){var w=""+a,v=""+f;if(!i&&w>v){var b=w;w=v,v=b}var E={v:w,w:v};return g&&(E.name=g),E}function fpt(i,a){return qF(i,a.v,a.w,a.name)}class _qe{constructor(){var a={};a._next=a._prev=a,this._sentinel=a}dequeue(){var a=this._sentinel,f=a._prev;if(f!==a)return fjt(f),f}enqueue(a){var f=this._sentinel;a._prev&&a._next&&fjt(a),a._next=f._next,f._next._prev=a,f._next=a,a._prev=f}toString(){for(var a=[],f=this._sentinel,g=f._prev;g!==f;)a.push(JSON.stringify(g,Sqe)),g=g._prev;return"["+a.join(", ")+"]"}}function fjt(i){i._prev._next=i._next,i._next._prev=i._prev,delete i._next,delete i._prev}function Sqe(i,a){if(i!=="_next"&&i!=="_prev")return a}var Aqe=XL(1);function Lqe(i,a){if(i.nodeCount()<=1)return[];var f=Dqe(i,a||Aqe),g=Mqe(f.graph,f.buckets,f.zeroIdx);return hM(c1(g,function(w){return i.outEdges(w.v,w.w)}))}function Mqe(i,a,f){for(var g=[],w=a[a.length-1],v=a[0],b;i.nodeCount();){for(;b=v.dequeue();)dpt(i,a,f,b);for(;b=w.dequeue();)dpt(i,a,f,b);if(i.nodeCount()){for(var E=a.length-2;E>0;--E)if(b=a[E].dequeue(),b){g=g.concat(dpt(i,a,f,b,!0));break}}}return g}function dpt(i,a,f,g,w){var v=w?[]:void 0;return pr(i.inEdges(g.v),function(b){var E=i.edge(b),_=i.node(b.v);w&&v.push({v:b.v,w:b.w}),_.out-=E,gpt(a,f,_)}),pr(i.outEdges(g.v),function(b){var E=i.edge(b),_=b.w,S=i.node(_);S.in-=E,gpt(a,f,S)}),i.removeNode(g.v),v}function Dqe(i,a){var f=new R1,g=0,w=0;pr(i.nodes(),function(E){f.setNode(E,{v:E,in:0,out:0})}),pr(i.edges(),function(E){var _=f.edge(E.v,E.w)||0,S=a(E),I=_+S;f.setEdge(E.v,E.w,I),w=Math.max(w,f.node(E.v).out+=S),g=Math.max(g,f.node(E.w).in+=S)});var v=_9(w+g+3).map(function(){return new _qe}),b=g+1;return pr(f.nodes(),function(E){gpt(v,b,f.node(E))}),{graph:f,buckets:v,zeroIdx:b}}function gpt(i,a,f){f.out?f.in?i[f.out-f.in+a].enqueue(f):i[i.length-1].enqueue(f):i[0].enqueue(f)}function Iqe(i){var a=i.graph().acyclicer==="greedy"?Lqe(i,f(i)):Oqe(i);pr(a,function(g){var w=i.edge(g);i.removeEdge(g),w.forwardName=g.name,w.reversed=!0,i.setEdge(g.w,g.v,w,UY("rev"))});function f(g){return function(w){return g.edge(w).weight}}}function Oqe(i){var a=[],f={},g={};function w(v){oo(g,v)||(g[v]=!0,f[v]=!0,pr(i.outEdges(v),function(b){oo(f,b.w)?a.push(b):w(b.w)}),delete f[v])}return pr(i.nodes(),w),a}function Pqe(i){pr(i.edges(),function(a){var f=i.edge(a);if(f.reversed){i.removeEdge(a);var g=f.forwardName;delete f.reversed,delete f.forwardName,i.setEdge(a.w,a.v,f,g)}})}function dM(i,a,f,g){var w;do w=UY(g);while(i.hasNode(w));return f.dummy=a,i.setNode(w,f),w}function Nqe(i){var a=new R1().setGraph(i.graph());return pr(i.nodes(),function(f){a.setNode(f,i.node(f))}),pr(i.edges(),function(f){var g=a.edge(f.v,f.w)||{weight:0,minlen:1},w=i.edge(f);a.setEdge(f.v,f.w,{weight:g.weight+w.weight,minlen:Math.max(g.minlen,w.minlen)})}),a}function djt(i){var a=new R1({multigraph:i.isMultigraph()}).setGraph(i.graph());return pr(i.nodes(),function(f){i.children(f).length||a.setNode(f,i.node(f))}),pr(i.edges(),function(f){a.setEdge(f,i.edge(f))}),a}function gjt(i,a){var f=i.x,g=i.y,w=a.x-f,v=a.y-g,b=i.width/2,E=i.height/2;if(!w&&!v)throw new Error("Not possible to find intersection inside of the rectangle");var _,S;return Math.abs(v)*b>Math.abs(w)*E?(v<0&&(E=-E),_=E*w/v,S=E):(w<0&&(b=-b),_=b,S=b*v/w),{x:f+_,y:g+S}}function GY(i){var a=c1(_9(bjt(i)+1),function(){return[]});return pr(i.nodes(),function(f){var g=i.node(f),w=g.rank;xf(w)||(a[w][g.order]=f)}),a}function Fqe(i){var a=RF(c1(i.nodes(),function(f){return i.node(f).rank}));pr(i.nodes(),function(f){var g=i.node(f);oo(g,"rank")&&(g.rank-=a)})}function Bqe(i){var a=RF(c1(i.nodes(),function(v){return i.node(v).rank})),f=[];pr(i.nodes(),function(v){var b=i.node(v).rank-a;f[b]||(f[b]=[]),f[b].push(v)});var g=0,w=i.graph().nodeRankFactor;pr(f,function(v,b){xf(v)&&b%w!==0?--g:g&&pr(v,function(E){i.node(E).rank+=g})})}function pjt(i,a,f,g){var w={width:0,height:0};return arguments.length>=4&&(w.rank=f,w.order=g),dM(i,"border",w,a)}function bjt(i){return C9(c1(i.nodes(),function(a){var f=i.node(a).rank;if(!xf(f))return f}))}function Rqe(i,a){var f={lhs:[],rhs:[]};return pr(i,function(g){a(g)?f.lhs.push(g):f.rhs.push(g)}),f}function jqe(i,a){var f=sjt();try{return a()}finally{console.log(i+" time: "+(sjt()-f)+"ms")}}function $qe(i,a){return a()}function zqe(i){function a(f){var g=i.children(f),w=i.node(f);if(g.length&&pr(g,a),oo(w,"minRank")){w.borderLeft=[],w.borderRight=[];for(var v=w.minRank,b=w.maxRank+1;v<b;++v)wjt(i,"borderLeft","_bl",f,w,v),wjt(i,"borderRight","_br",f,w,v)}}pr(i.children(),a)}function wjt(i,a,f,g,w,v){var b={width:0,height:0,rank:v,borderType:a},E=w[a][v-1],_=dM(i,"border",b,f);w[a][v]=_,i.setParent(_,g),E&&i.setEdge(E,_,{weight:1})}function qqe(i){var a=i.graph().rankdir.toLowerCase();(a==="lr"||a==="rl")&&mjt(i)}function Hqe(i){var a=i.graph().rankdir.toLowerCase();(a==="bt"||a==="rl")&&Vqe(i),(a==="lr"||a==="rl")&&(Uqe(i),mjt(i))}function mjt(i){pr(i.nodes(),function(a){vjt(i.node(a))}),pr(i.edges(),function(a){vjt(i.edge(a))})}function vjt(i){var a=i.width;i.width=i.height,i.height=a}function Vqe(i){pr(i.nodes(),function(a){ppt(i.node(a))}),pr(i.edges(),function(a){var f=i.edge(a);pr(f.points,ppt),oo(f,"y")&&ppt(f)})}function ppt(i){i.y=-i.y}function Uqe(i){pr(i.nodes(),function(a){bpt(i.node(a))}),pr(i.edges(),function(a){var f=i.edge(a);pr(f.points,bpt),oo(f,"x")&&bpt(f)})}function bpt(i){var a=i.x;i.x=i.y,i.y=a}function Gqe(i){i.graph().dummyChains=[],pr(i.edges(),function(a){Kqe(i,a)})}function Kqe(i,a){var f=a.v,g=i.node(f).rank,w=a.w,v=i.node(w).rank,b=a.name,E=i.edge(a),_=E.labelRank;if(v!==g+1){i.removeEdge(a);var S,I,B;for(B=0,++g;g<v;++B,++g)E.points=[],I={width:0,height:0,edgeLabel:E,edgeObj:a,rank:g},S=dM(i,"edge",I,"_d"),g===_&&(I.width=E.width,I.height=E.height,I.dummy="edge-label",I.labelpos=E.labelpos),i.setEdge(f,S,{weight:E.weight},b),B===0&&i.graph().dummyChains.push(S),f=S;i.setEdge(f,w,{weight:E.weight},b)}}function Wqe(i){pr(i.graph().dummyChains,function(a){var f=i.node(a),g=f.edgeLabel,w;for(i.setEdge(f.edgeObj,g);f.dummy;)w=i.successors(a)[0],i.removeNode(a),g.points.push({x:f.x,y:f.y}),f.dummy==="edge-label"&&(g.x=f.x,g.y=f.y,g.width=f.width,g.height=f.height),a=w,f=i.node(a)})}function wpt(i){var a={};function f(g){var w=i.node(g);if(oo(a,g))return w.rank;a[g]=!0;var v=RF(c1(i.outEdges(g),function(b){return f(b.w)-i.edge(b).minlen}));return(v===Number.POSITIVE_INFINITY||v===void 0||v===null)&&(v=0),w.rank=v}pr(i.sources(),f)}function HF(i,a){return i.node(a.w).rank-i.node(a.v).rank-i.edge(a).minlen}function yjt(i){var a=new R1({directed:!1}),f=i.nodes()[0],g=i.nodeCount();a.setNode(f,{});for(var w,v;Yqe(a,i)<g;)w=Xqe(a,i),v=a.hasNode(w.v)?HF(i,w):-HF(i,w),Qqe(a,i,v);return a}function Yqe(i,a){function f(g){pr(a.nodeEdges(g),function(w){var v=w.v,b=g===v?w.w:v;!i.hasNode(b)&&!HF(a,w)&&(i.setNode(b,{}),i.setEdge(g,b,{}),f(b))})}return pr(i.nodes(),f),i.nodeCount()}function Xqe(i,a){return hpt(a.edges(),function(f){if(i.hasNode(f.v)!==i.hasNode(f.w))return HF(a,f)})}function Qqe(i,a,f){pr(i.nodes(),function(g){a.node(g).rank+=f})}function Jqe(){}Jqe.prototype=new Error;function xjt(i,a,f){s1(a)||(a=[a]);var g=(i.isDirected()?i.successors:i.neighbors).bind(i),w=[],v={};return pr(a,function(b){if(!i.hasNode(b))throw new Error("Graph does not have node: "+b);kjt(i,b,f==="post",v,g,w)}),w}function kjt(i,a,f,g,w,v){oo(g,a)||(g[a]=!0,f||v.push(a),pr(w(a),function(b){kjt(i,b,f,g,w,v)}),f&&v.push(a))}function Zqe(i,a){return xjt(i,a,"post")}function tHe(i,a){return xjt(i,a,"pre")}A9.initLowLimValues=vpt,A9.initCutValues=mpt,A9.calcCutValue=Ejt,A9.leaveEdge=Cjt,A9.enterEdge=_jt,A9.exchangeEdges=Sjt;function A9(i){i=Nqe(i),wpt(i);var a=yjt(i);vpt(a),mpt(a,i);for(var f,g;f=Cjt(a);)g=_jt(a,i,f),Sjt(a,i,f,g)}function mpt(i,a){var f=Zqe(i,i.nodes());f=f.slice(0,f.length-1),pr(f,function(g){eHe(i,a,g)})}function eHe(i,a,f){var g=i.node(f),w=g.parent;i.edge(f,w).cutvalue=Ejt(i,a,f)}function Ejt(i,a,f){var g=i.node(f),w=g.parent,v=!0,b=a.edge(f,w),E=0;return b||(v=!1,b=a.edge(w,f)),E=b.weight,pr(a.nodeEdges(f),function(_){var S=_.v===f,I=S?_.w:_.v;if(I!==w){var B=S===v,F=a.edge(_).weight;if(E+=B?F:-F,rHe(i,f,I)){var R=i.edge(f,I).cutvalue;E+=B?-R:R}}}),E}function vpt(i,a){arguments.length<2&&(a=i.nodes()[0]),Tjt(i,{},1,a)}function Tjt(i,a,f,g,w){var v=f,b=i.node(g);return a[g]=!0,pr(i.neighbors(g),function(E){oo(a,E)||(f=Tjt(i,a,f,E,g))}),b.low=v,b.lim=f++,w?b.parent=w:delete b.parent,f}function Cjt(i){return upt(i.edges(),function(a){return i.edge(a).cutvalue<0})}function _jt(i,a,f){var g=f.v,w=f.w;a.hasEdge(g,w)||(g=f.w,w=f.v);var v=i.node(g),b=i.node(w),E=v,_=!1;v.lim>b.lim&&(E=b,_=!0);var S=Ox(a.edges(),function(I){return _===Ajt(i,i.node(I.v),E)&&_!==Ajt(i,i.node(I.w),E)});return hpt(S,function(I){return HF(a,I)})}function Sjt(i,a,f,g){var w=f.v,v=f.w;i.removeEdge(w,v),i.setEdge(g.v,g.w,{}),vpt(i),mpt(i,a),nHe(i,a)}function nHe(i,a){var f=upt(i.nodes(),function(w){return!a.node(w).parent}),g=tHe(i,f);g=g.slice(1),pr(g,function(w){var v=i.node(w).parent,b=a.edge(w,v),E=!1;b||(b=a.edge(v,w),E=!0),a.node(w).rank=a.node(v).rank+(E?b.minlen:-b.minlen)})}function rHe(i,a,f){return i.hasEdge(a,f)}function Ajt(i,a,f){return f.low<=a.lim&&a.lim<=f.lim}function iHe(i){switch(i.graph().ranker){case"network-simplex":Ljt(i);break;case"tight-tree":aHe(i);break;case"longest-path":sHe(i);break;default:Ljt(i)}}var sHe=wpt;function aHe(i){wpt(i),yjt(i)}function Ljt(i){A9(i)}function oHe(i){var a=dM(i,"root",{},"_root"),f=cHe(i),g=C9(Px(f))-1,w=2*g+1;i.graph().nestingRoot=a,pr(i.edges(),function(b){i.edge(b).minlen*=w});var v=uHe(i)+1;pr(i.children(),function(b){Mjt(i,a,w,v,g,f,b)}),i.graph().nodeRankFactor=w}function Mjt(i,a,f,g,w,v,b){var E=i.children(b);if(!E.length){b!==a&&i.setEdge(a,b,{weight:0,minlen:f});return}var _=pjt(i,"_bt"),S=pjt(i,"_bb"),I=i.node(b);i.setParent(_,b),I.borderTop=_,i.setParent(S,b),I.borderBottom=S,pr(E,function(B){Mjt(i,a,f,g,w,v,B);var F=i.node(B),R=F.borderTop?F.borderTop:B,q=F.borderBottom?F.borderBottom:B,X=F.borderTop?g:2*g,rt=R!==q?1:w-v[b]+1;i.setEdge(_,R,{weight:X,minlen:rt,nestingEdge:!0}),i.setEdge(q,S,{weight:X,minlen:rt,nestingEdge:!0})}),i.parent(b)||i.setEdge(a,_,{weight:0,minlen:w+v[b]})}function cHe(i){var a={};function f(g,w){var v=i.children(g);v&&v.length&&pr(v,function(b){f(b,w+1)}),a[g]=w}return pr(i.children(),function(g){f(g,1)}),a}function uHe(i){return $F(i.edges(),function(a,f){return a+i.edge(f).weight},0)}function lHe(i){var a=i.graph();i.removeNode(a.nestingRoot),delete a.nestingRoot,pr(i.edges(),function(f){var g=i.edge(f);g.nestingEdge&&i.removeEdge(f)})}function hHe(i,a,f){var g={},w;pr(f,function(v){for(var b=i.parent(v),E,_;b;){if(E=i.parent(b),E?(_=g[E],g[E]=b):(_=w,w=b),_&&_!==b){a.setEdge(_,b);return}b=E}})}function fHe(i,a,f){var g=dHe(i),w=new R1({compound:!0}).setGraph({root:g}).setDefaultNodeLabel(function(v){return i.node(v)});return pr(i.nodes(),function(v){var b=i.node(v),E=i.parent(v);(b.rank===a||b.minRank<=a&&a<=b.maxRank)&&(w.setNode(v),w.setParent(v,E||g),pr(i[f](v),function(_){var S=_.v===v?_.w:_.v,I=w.edge(S,v),B=xf(I)?0:I.weight;w.setEdge(S,v,{weight:i.edge(_).weight+B})}),oo(b,"minRank")&&w.setNode(v,{borderLeft:b.borderLeft[a],borderRight:b.borderRight[a]}))}),w}function dHe(i){for(var a;i.hasNode(a=UY("_root")););return a}function gHe(i,a){for(var f=0,g=1;g<a.length;++g)f+=pHe(i,a[g-1],a[g]);return f}function pHe(i,a,f){for(var g=Eqe(f,c1(f,function(S,I){return I})),w=hM(c1(a,function(S){return zF(c1(i.outEdges(S),function(I){return{pos:g[I.w],weight:i.edge(I).weight}}),"pos")})),v=1;v<f.length;)v<<=1;var b=2*v-1;v-=1;var E=c1(new Array(b),function(){return 0}),_=0;return pr(w.forEach(function(S){var I=S.pos+v;E[I]+=S.weight;for(var B=0;I>0;)I%2&&(B+=E[I+1]),I=I-1>>1,E[I]+=S.weight;_+=S.weight*B})),_}function bHe(i){var a={},f=Ox(i.nodes(),function(E){return!i.children(E).length}),g=C9(c1(f,function(E){return i.node(E).rank})),w=c1(_9(g+1),function(){return[]});function v(E){if(!oo(a,E)){a[E]=!0;var _=i.node(E);w[_.rank].push(E),pr(i.successors(E),v)}}var b=zF(f,function(E){return i.node(E).rank});return pr(b,v),w}function wHe(i,a){return c1(a,function(f){var g=i.inEdges(f);if(g.length){var w=$F(g,function(v,b){var E=i.edge(b),_=i.node(b.v);return{sum:v.sum+E.weight*_.order,weight:v.weight+E.weight}},{sum:0,weight:0});return{v:f,barycenter:w.sum/w.weight,weight:w.weight}}else return{v:f}})}function mHe(i,a){var f={};pr(i,function(w,v){var b=f[w.v]={indegree:0,in:[],out:[],vs:[w.v],i:v};xf(w.barycenter)||(b.barycenter=w.barycenter,b.weight=w.weight)}),pr(a.edges(),function(w){var v=f[w.v],b=f[w.w];!xf(v)&&!xf(b)&&(b.indegree++,v.out.push(f[w.w]))});var g=Ox(f,function(w){return!w.indegree});return vHe(g)}function vHe(i){var a=[];function f(v){return function(b){b.merged||(xf(b.barycenter)||xf(v.barycenter)||b.barycenter>=v.barycenter)&&yHe(v,b)}}function g(v){return function(b){b.in.push(v),--b.indegree===0&&i.push(b)}}for(;i.length;){var w=i.pop();a.push(w),pr(w.in.reverse(),f(w)),pr(w.out,g(w))}return c1(Ox(a,function(v){return!v.merged}),function(v){return jF(v,["vs","i","barycenter","weight"])})}function yHe(i,a){var f=0,g=0;i.weight&&(f+=i.barycenter*i.weight,g+=i.weight),a.weight&&(f+=a.barycenter*a.weight,g+=a.weight),i.vs=a.vs.concat(i.vs),i.barycenter=f/g,i.weight=g,i.i=Math.min(a.i,i.i),a.merged=!0}function xHe(i,a){var f=Rqe(i,function(I){return oo(I,"barycenter")}),g=f.lhs,w=zF(f.rhs,function(I){return-I.i}),v=[],b=0,E=0,_=0;g.sort(kHe(!!a)),_=Djt(v,w,_),pr(g,function(I){_+=I.vs.length,v.push(I.vs),b+=I.barycenter*I.weight,E+=I.weight,_=Djt(v,w,_)});var S={vs:hM(v)};return E&&(S.barycenter=b/E,S.weight=E),S}function Djt(i,a,f){for(var g;a.length&&(g=HY(a)).i<=f;)a.pop(),i.push(g.vs),f++;return f}function kHe(i){return function(a,f){return a.barycenter<f.barycenter?-1:a.barycenter>f.barycenter?1:i?f.i-a.i:a.i-f.i}}function Ijt(i,a,f,g){var w=i.children(a),v=i.node(a),b=v?v.borderLeft:void 0,E=v?v.borderRight:void 0,_={};b&&(w=Ox(w,function(q){return q!==b&&q!==E}));var S=wHe(i,w);pr(S,function(q){if(i.children(q.v).length){var X=Ijt(i,q.v,f,g);_[q.v]=X,oo(X,"barycenter")&&THe(q,X)}});var I=mHe(S,f);EHe(I,_);var B=xHe(I,g);if(b&&(B.vs=hM([b,B.vs,E]),i.predecessors(b).length)){var F=i.node(i.predecessors(b)[0]),R=i.node(i.predecessors(E)[0]);oo(B,"barycenter")||(B.barycenter=0,B.weight=0),B.barycenter=(B.barycenter*B.weight+F.order+R.order)/(B.weight+2),B.weight+=2}return B}function EHe(i,a){pr(i,function(f){f.vs=hM(f.vs.map(function(g){return a[g]?a[g].vs:g}))})}function THe(i,a){xf(i.barycenter)?(i.barycenter=a.barycenter,i.weight=a.weight):(i.barycenter=(i.barycenter*i.weight+a.barycenter*a.weight)/(i.weight+a.weight),i.weight+=a.weight)}function CHe(i){var a=bjt(i),f=Ojt(i,_9(1,a+1),"inEdges"),g=Ojt(i,_9(a-1,-1,-1),"outEdges"),w=bHe(i);Pjt(i,w);for(var v=Number.POSITIVE_INFINITY,b,E=0,_=0;_<4;++E,++_){_He(E%2?f:g,E%4>=2),w=GY(i);var S=gHe(i,w);S<v&&(_=0,b=W$e(w),v=S)}Pjt(i,b)}function Ojt(i,a,f){return c1(a,function(g){return fHe(i,g,f)})}function _He(i,a){var f=new R1;pr(i,function(g){var w=g.graph().root,v=Ijt(g,w,f,a);pr(v.vs,function(b,E){g.node(b).order=E}),hHe(g,f,v.vs)})}function Pjt(i,a){pr(a,function(f){pr(f,function(g,w){i.node(g).order=w})})}function SHe(i){var a=LHe(i);pr(i.graph().dummyChains,function(f){for(var g=i.node(f),w=g.edgeObj,v=AHe(i,a,w.v,w.w),b=v.path,E=v.lca,_=0,S=b[_],I=!0;f!==w.w;){if(g=i.node(f),I){for(;(S=b[_])!==E&&i.node(S).maxRank<g.rank;)_++;S===E&&(I=!1)}if(!I){for(;_<b.length-1&&i.node(S=b[_+1]).minRank<=g.rank;)_++;S=b[_]}i.setParent(f,S),f=i.successors(f)[0]}})}function AHe(i,a,f,g){var w=[],v=[],b=Math.min(a[f].low,a[g].low),E=Math.max(a[f].lim,a[g].lim),_,S;_=f;do _=i.parent(_),w.push(_);while(_&&(a[_].low>b||E>a[_].lim));for(S=_,_=g;(_=i.parent(_))!==S;)v.push(_);return{path:w.concat(v.reverse()),lca:S}}function LHe(i){var a={},f=0;function g(w){var v=f;pr(i.children(w),g),a[w]={low:v,lim:f++}}return pr(i.children(),g),a}function MHe(i,a){var f={};function g(w,v){var b=0,E=0,_=w.length,S=HY(v);return pr(v,function(I,B){var F=IHe(i,I),R=F?i.node(F).order:_;(F||I===S)&&(pr(v.slice(E,B+1),function(q){pr(i.predecessors(q),function(X){var rt=i.node(X),at=rt.order;(at<b||R<at)&&!(rt.dummy&&i.node(q).dummy)&&Njt(f,X,q)})}),E=B+1,b=R)}),v}return $F(a,g),f}function DHe(i,a){var f={};function g(v,b,E,_,S){var I;pr(_9(b,E),function(B){I=v[B],i.node(I).dummy&&pr(i.predecessors(I),function(F){var R=i.node(F);R.dummy&&(R.order<_||R.order>S)&&Njt(f,F,I)})})}function w(v,b){var E=-1,_,S=0;return pr(b,function(I,B){if(i.node(I).dummy==="border"){var F=i.predecessors(I);F.length&&(_=i.node(F[0]).order,g(b,S,B,E,_),S=B,E=_)}g(b,S,b.length,_,v.length)}),b}return $F(a,w),f}function IHe(i,a){if(i.node(a).dummy)return upt(i.predecessors(a),function(f){return i.node(f).dummy})}function Njt(i,a,f){if(a>f){var g=a;a=f,f=g}var w=i[a];w||(i[a]=w={}),w[f]=!0}function OHe(i,a,f){if(a>f){var g=a;a=f,f=g}return oo(i[a],f)}function PHe(i,a,f,g){var w={},v={},b={};return pr(a,function(E){pr(E,function(_,S){w[_]=_,v[_]=_,b[_]=S})}),pr(a,function(E){var _=-1;pr(E,function(S){var I=g(S);if(I.length){I=zF(I,function(X){return b[X]});for(var B=(I.length-1)/2,F=Math.floor(B),R=Math.ceil(B);F<=R;++F){var q=I[F];v[S]===S&&_<b[q]&&!OHe(f,S,q)&&(v[q]=S,v[S]=w[S]=w[q],_=b[q])}}})}),{root:w,align:v}}function NHe(i,a,f,g,w){var v={},b=FHe(i,a,f,w),E=w?"borderLeft":"borderRight";function _(B,F){for(var R=b.nodes(),q=R.pop(),X={};q;)X[q]?B(q):(X[q]=!0,R.push(q),R=R.concat(F(q))),q=R.pop()}function S(B){v[B]=b.inEdges(B).reduce(function(F,R){return Math.max(F,v[R.v]+b.edge(R))},0)}function I(B){var F=b.outEdges(B).reduce(function(q,X){return Math.min(q,v[X.w]-b.edge(X))},Number.POSITIVE_INFINITY),R=i.node(B);F!==Number.POSITIVE_INFINITY&&R.borderType!==E&&(v[B]=Math.max(v[B],F))}return _(S,b.predecessors.bind(b)),_(I,b.successors.bind(b)),pr(g,function(B){v[B]=v[f[B]]}),v}function FHe(i,a,f,g){var w=new R1,v=i.graph(),b=zHe(v.nodesep,v.edgesep,g);return pr(a,function(E){var _;pr(E,function(S){var I=f[S];if(w.setNode(I),_){var B=f[_],F=w.edge(B,I);w.setEdge(B,I,Math.max(b(i,S,_),F||0))}_=S})}),w}function BHe(i,a){return hpt(Px(a),function(f){var g=Number.NEGATIVE_INFINITY,w=Number.POSITIVE_INFINITY;return Gze(f,function(v,b){var E=qHe(i,b)/2;g=Math.max(v+E,g),w=Math.min(v-E,w)}),g-w})}function RHe(i,a){var f=Px(a),g=RF(f),w=C9(f);pr(["u","d"],function(v){pr(["l","r"],function(b){var E=v+b,_=i[E],S;if(_!==a){var I=Px(_);S=b==="l"?g-RF(I):w-C9(I),S&&(i[E]=VY(_,function(B){return B+S}))}})})}function jHe(i,a){return VY(i.ul,function(f,g){if(a)return i[a.toLowerCase()][g];var w=zF(c1(i,g));return(w[1]+w[2])/2})}function $He(i){var a=GY(i),f=sY(MHe(i,a),DHe(i,a)),g={},w;pr(["u","d"],function(b){w=b==="u"?a:Px(a).reverse(),pr(["l","r"],function(E){E==="r"&&(w=c1(w,function(B){return Px(B).reverse()}));var _=(b==="u"?i.predecessors:i.successors).bind(i),S=PHe(i,w,f,_),I=NHe(i,w,S.root,S.align,E==="r");E==="r"&&(I=VY(I,function(B){return-B})),g[b+E]=I})});var v=BHe(i,g);return RHe(g,v),jHe(g,i.graph().align)}function zHe(i,a,f){return function(g,w,v){var b=g.node(w),E=g.node(v),_=0,S;if(_+=b.width/2,oo(b,"labelpos"))switch(b.labelpos.toLowerCase()){case"l":S=-b.width/2;break;case"r":S=b.width/2;break}if(S&&(_+=f?S:-S),S=0,_+=(b.dummy?a:i)/2,_+=(E.dummy?a:i)/2,_+=E.width/2,oo(E,"labelpos"))switch(E.labelpos.toLowerCase()){case"l":S=E.width/2;break;case"r":S=-E.width/2;break}return S&&(_+=f?S:-S),S=0,_}}function qHe(i,a){return i.node(a).width}function HHe(i){i=djt(i),VHe(i),Kze($He(i),function(a,f){i.node(f).x=a})}function VHe(i){var a=GY(i),f=i.graph().ranksep,g=0;pr(a,function(w){var v=C9(c1(w,function(b){return i.node(b).height}));pr(w,function(b){i.node(b).y=g+v/2}),g+=v+f})}function gM(i,a){var f=a&&a.debugTiming?jqe:$qe;f("layout",function(){var g=f(" buildLayoutGraph",function(){return eVe(i)});f(" runLayout",function(){UHe(g,f)}),f(" updateInputGraph",function(){GHe(i,g)})})}function UHe(i,a){a(" makeSpaceForEdgeLabels",function(){nVe(i)}),a(" removeSelfEdges",function(){hVe(i)}),a(" acyclic",function(){Iqe(i)}),a(" nestingGraph.run",function(){oHe(i)}),a(" rank",function(){iHe(djt(i))}),a(" injectEdgeLabelProxies",function(){rVe(i)}),a(" removeEmptyRanks",function(){Bqe(i)}),a(" nestingGraph.cleanup",function(){lHe(i)}),a(" normalizeRanks",function(){Fqe(i)}),a(" assignRankMinMax",function(){iVe(i)}),a(" removeEdgeLabelProxies",function(){sVe(i)}),a(" normalize.run",function(){Gqe(i)}),a(" parentDummyChains",function(){SHe(i)}),a(" addBorderSegments",function(){zqe(i)}),a(" order",function(){CHe(i)}),a(" insertSelfEdges",function(){fVe(i)}),a(" adjustCoordinateSystem",function(){qqe(i)}),a(" position",function(){HHe(i)}),a(" positionSelfEdges",function(){dVe(i)}),a(" removeBorderNodes",function(){lVe(i)}),a(" normalize.undo",function(){Wqe(i)}),a(" fixupEdgeLabelCoords",function(){cVe(i)}),a(" undoCoordinateSystem",function(){Hqe(i)}),a(" translateGraph",function(){aVe(i)}),a(" assignNodeIntersects",function(){oVe(i)}),a(" reversePoints",function(){uVe(i)}),a(" acyclic.undo",function(){Pqe(i)})}function GHe(i,a){pr(i.nodes(),function(f){var g=i.node(f),w=a.node(f);g&&(g.x=w.x,g.y=w.y,a.children(f).length&&(g.width=w.width,g.height=w.height))}),pr(i.edges(),function(f){var g=i.edge(f),w=a.edge(f);g.points=w.points,oo(w,"x")&&(g.x=w.x,g.y=w.y)}),i.graph().width=a.graph().width,i.graph().height=a.graph().height}var KHe=["nodesep","edgesep","ranksep","marginx","marginy"],WHe={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},YHe=["acyclicer","ranker","rankdir","align"],XHe=["width","height"],QHe={width:0,height:0},JHe=["minlen","weight","width","height","labeloffset"],ZHe={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},tVe=["labelpos"];function eVe(i){var a=new R1({multigraph:!0,compound:!0}),f=xpt(i.graph());return a.setGraph(sY({},WHe,ypt(f,KHe),jF(f,YHe))),pr(i.nodes(),function(g){var w=xpt(i.node(g));a.setNode(g,fM(ypt(w,XHe),QHe)),a.setParent(g,i.parent(g))}),pr(i.edges(),function(g){var w=xpt(i.edge(g));a.setEdge(g,sY({},ZHe,ypt(w,JHe),jF(w,tVe)))}),a}function nVe(i){var a=i.graph();a.ranksep/=2,pr(i.edges(),function(f){var g=i.edge(f);g.minlen*=2,g.labelpos.toLowerCase()!=="c"&&(a.rankdir==="TB"||a.rankdir==="BT"?g.width+=g.labeloffset:g.height+=g.labeloffset)})}function rVe(i){pr(i.edges(),function(a){var f=i.edge(a);if(f.width&&f.height){var g=i.node(a.v),w=i.node(a.w),v={rank:(w.rank-g.rank)/2+g.rank,e:a};dM(i,"edge-proxy",v,"_ep")}})}function iVe(i){var a=0;pr(i.nodes(),function(f){var g=i.node(f);g.borderTop&&(g.minRank=i.node(g.borderTop).rank,g.maxRank=i.node(g.borderBottom).rank,a=C9(a,g.maxRank))}),i.graph().maxRank=a}function sVe(i){pr(i.nodes(),function(a){var f=i.node(a);f.dummy==="edge-proxy"&&(i.edge(f.e).labelRank=f.rank,i.removeNode(a))})}function aVe(i){var a=Number.POSITIVE_INFINITY,f=0,g=Number.POSITIVE_INFINITY,w=0,v=i.graph(),b=v.marginx||0,E=v.marginy||0;function _(S){var I=S.x,B=S.y,F=S.width,R=S.height;a=Math.min(a,I-F/2),f=Math.max(f,I+F/2),g=Math.min(g,B-R/2),w=Math.max(w,B+R/2)}pr(i.nodes(),function(S){_(i.node(S))}),pr(i.edges(),function(S){var I=i.edge(S);oo(I,"x")&&_(I)}),a-=b,g-=E,pr(i.nodes(),function(S){var I=i.node(S);I.x-=a,I.y-=g}),pr(i.edges(),function(S){var I=i.edge(S);pr(I.points,function(B){B.x-=a,B.y-=g}),oo(I,"x")&&(I.x-=a),oo(I,"y")&&(I.y-=g)}),v.width=f-a+b,v.height=w-g+E}function oVe(i){pr(i.edges(),function(a){var f=i.edge(a),g=i.node(a.v),w=i.node(a.w),v,b;f.points?(v=f.points[0],b=f.points[f.points.length-1]):(f.points=[],v=w,b=g),f.points.unshift(gjt(g,v)),f.points.push(gjt(w,b))})}function cVe(i){pr(i.edges(),function(a){var f=i.edge(a);if(oo(f,"x"))switch((f.labelpos==="l"||f.labelpos==="r")&&(f.width-=f.labeloffset),f.labelpos){case"l":f.x-=f.width/2+f.labeloffset;break;case"r":f.x+=f.width/2+f.labeloffset;break}})}function uVe(i){pr(i.edges(),function(a){var f=i.edge(a);f.reversed&&f.points.reverse()})}function lVe(i){pr(i.nodes(),function(a){if(i.children(a).length){var f=i.node(a),g=i.node(f.borderTop),w=i.node(f.borderBottom),v=i.node(HY(f.borderLeft)),b=i.node(HY(f.borderRight));f.width=Math.abs(b.x-v.x),f.height=Math.abs(w.y-g.y),f.x=v.x+f.width/2,f.y=g.y+f.height/2}}),pr(i.nodes(),function(a){i.node(a).dummy==="border"&&i.removeNode(a)})}function hVe(i){pr(i.edges(),function(a){if(a.v===a.w){var f=i.node(a.v);f.selfEdges||(f.selfEdges=[]),f.selfEdges.push({e:a,label:i.edge(a)}),i.removeEdge(a)}})}function fVe(i){var a=GY(i);pr(a,function(f){var g=0;pr(f,function(w,v){var b=i.node(w);b.order=v+g,pr(b.selfEdges,function(E){dM(i,"selfedge",{width:E.label.width,height:E.label.height,rank:b.rank,order:v+ ++g,e:E.e,label:E.label},"_se")}),delete b.selfEdges})})}function dVe(i){pr(i.nodes(),function(a){var f=i.node(a);if(f.dummy==="selfedge"){var g=i.node(f.e.v),w=g.x+g.width/2,v=g.y,b=f.x-w,E=g.height/2;i.setEdge(f.e,f.label),i.removeNode(a),f.label.points=[{x:w+2*b/3,y:v-E},{x:w+5*b/6,y:v-E},{x:w+b,y:v},{x:w+5*b/6,y:v+E},{x:w+2*b/3,y:v+E}],f.label.x=f.x,f.label.y=f.y}})}function ypt(i,a){return VY(jF(i,a),Number)}function xpt(i){var a={};return pr(i,function(f,g){a[g.toLowerCase()]=f}),a}function Fjt(i,a){return!!i.children(a).length}function Bjt(i){return kpt(i.v)+":"+kpt(i.w)+":"+kpt(i.name)}var gVe=/:/g;function kpt(i){return i?String(i).replace(gVe,"\\:"):""}function a4(i,a){a&&i.attr("style",a)}function Rjt(i,a,f){a&&i.attr("class",a).attr("class",f+" "+i.attr("class"))}function Qv(i,a){var f=a.graph();if(ZNt(f)){var g=f.transition;if(VL(g))return g(i)}return i}var Ept={normal:bVe,vee:wVe,undirected:mVe};function pVe(i){Ept=i}function bVe(i,a,f,g){var w=i.append("marker").attr("id",a).attr("viewBox","0 0 10 10").attr("refX",9).attr("refY",5).attr("markerUnits","strokeWidth").attr("markerWidth",8).attr("markerHeight",6).attr("orient","auto"),v=w.append("path").attr("d","M 0 0 L 10 5 L 0 10 z").style("stroke-width",1).style("stroke-dasharray","1,0");a4(v,f[g+"Style"]),f[g+"Class"]&&v.attr("class",f[g+"Class"])}function wVe(i,a,f,g){var w=i.append("marker").attr("id",a).attr("viewBox","0 0 10 10").attr("refX",9).attr("refY",5).attr("markerUnits","strokeWidth").attr("markerWidth",8).attr("markerHeight",6).attr("orient","auto"),v=w.append("path").attr("d","M 0 0 L 10 5 L 0 10 L 4 5 z").style("stroke-width",1).style("stroke-dasharray","1,0");a4(v,f[g+"Style"]),f[g+"Class"]&&v.attr("class",f[g+"Class"])}function mVe(i,a,f,g){var w=i.append("marker").attr("id",a).attr("viewBox","0 0 10 10").attr("refX",9).attr("refY",5).attr("markerUnits","strokeWidth").attr("markerWidth",8).attr("markerHeight",6).attr("orient","auto"),v=w.append("path").attr("d","M 0 5 L 10 5").style("stroke-width",1).style("stroke-dasharray","1,0");a4(v,f[g+"Style"]),f[g+"Class"]&&v.attr("class",f[g+"Class"])}function Tpt(i,a){var f=i.append("foreignObject").attr("width","100000"),g=f.append("xhtml:div");g.attr("xmlns","http://www.w3.org/1999/xhtml");var w=a.label;switch(typeof w){case"function":g.insert(w);break;case"object":g.insert(function(){return w});break;default:g.html(w)}a4(g,a.labelStyle),g.style("display","inline-block"),g.style("white-space","nowrap");var v=g.node().getBoundingClientRect();return f.attr("width",v.width).attr("height",v.height),f}function vVe(i,a){var f=i;return f.node().appendChild(a.label),a4(f,a.labelStyle),f}function yVe(i,a){for(var f=i.append("text"),g=xVe(a.label).split(`
+`),w=0;w<g.length;w++)f.append("tspan").attr("xml:space","preserve").attr("dy","1em").attr("x","1").text(g[w]);return a4(f,a.labelStyle),f}function xVe(i){for(var a="",f=!1,g,w=0;w<i.length;++w)if(g=i[w],f){switch(g){case"n":a+=`
+`;break;default:a+=g}f=!1}else g==="\\"?f=!0:a+=g;return a}function Cpt(i,a,f){var g=a.label,w=i.append("g");a.labelType==="svg"?vVe(w,a):typeof g!="string"||a.labelType==="html"?Tpt(w,a):yVe(w,a);var v=w.node().getBBox(),b;switch(f){case"top":b=-a.height/2;break;case"bottom":b=a.height/2-v.height;break;default:b=-v.height/2}return w.attr("transform","translate("+-v.width/2+","+b+")"),w}var _pt=function(i,a){var f=a.nodes().filter(function(v){return Fjt(a,v)}),g=i.selectAll("g.cluster").data(f,function(v){return v});Qv(g.exit(),a).style("opacity",0).remove();var w=g.enter().append("g").attr("class","cluster").attr("id",function(v){var b=a.node(v);return b.id}).style("opacity",0).each(function(v){var b=a.node(v),E=xr(this);xr(this).append("rect");var _=E.append("g").attr("class","label");Cpt(_,b,b.clusterLabelPos)});return g=g.merge(w),g=Qv(g,a).style("opacity",1),g.selectAll("rect").each(function(v){var b=a.node(v),E=xr(this);a4(E,b.style)}),g};function kVe(i){_pt=i}let Spt=function(i,a){var f=i.selectAll("g.edgeLabel").data(a.edges(),function(w){return Bjt(w)}).classed("update",!0);f.exit().remove(),f.enter().append("g").classed("edgeLabel",!0).style("opacity",0),f=i.selectAll("g.edgeLabel"),f.each(function(w){var v=xr(this);v.select(".label").remove();var b=a.edge(w),E=Cpt(v,a.edge(w),0).classed("label",!0),_=E.node().getBBox();b.labelId&&E.attr("id",b.labelId),oo(b,"width")||(b.width=_.width),oo(b,"height")||(b.height=_.height)});var g;return f.exit?g=f.exit():g=f.selectAll(null),Qv(g,a).style("opacity",0).remove(),f};function EVe(i){Spt=i}function jjt(i,a){return i.intersect(a)}var Apt=function(i,a,f){var g=i.selectAll("g.edgePath").data(a.edges(),function(b){return Bjt(b)}).classed("update",!0),w=AVe(g,a);LVe(g,a);var v=g.merge!==void 0?g.merge(w):g;return Qv(v,a).style("opacity",1),v.each(function(b){var E=xr(this),_=a.edge(b);_.elem=this,_.id&&E.attr("id",_.id),Rjt(E,_.class,(E.classed("update")?"update ":"")+"edgePath")}),v.selectAll("path.path").each(function(b){var E=a.edge(b);E.arrowheadId=UY("arrowhead");var _=xr(this).attr("marker-end",function(){return"url("+CVe(location.href,E.arrowheadId)+")"}).style("fill","none");Qv(_,a).attr("d",function(S){return _Ve(a,S)}),a4(_,E.style)}),v.selectAll("defs *").remove(),v.selectAll("defs").each(function(b){var E=a.edge(b),_=f[E.arrowhead];_(xr(this),E.arrowheadId,E,"arrowhead")}),v};function TVe(i){Apt=i}function CVe(i,a){var f=i.split("#")[0];return f+"#"+a}function _Ve(i,a){var f=i.edge(a),g=i.node(a.v),w=i.node(a.w),v=f.points.slice(1,f.points.length-1);return v.unshift(jjt(g,v[0])),v.push(jjt(w,v[v.length-1])),$jt(f,v)}function $jt(i,a){var f=(Cx||nAe.line)().x(function(g){return g.x}).y(function(g){return g.y});return(f.curve||f.interpolate)(i.curve),f(a)}function SVe(i){var a=i.getBBox(),f=i.ownerSVGElement.getScreenCTM().inverse().multiply(i.getScreenCTM()).translate(a.width/2,a.height/2);return{x:f.e,y:f.f}}function AVe(i,a){var f=i.enter().append("g").attr("class","edgePath").style("opacity",0);return f.append("path").attr("class","path").attr("d",function(g){var w=a.edge(g),v=a.node(g.v).elem,b=_9(w.points.length).map(function(){return SVe(v)});return $jt(w,b)}),f.append("defs"),f}function LVe(i,a){var f=i.exit();Qv(f,a).style("opacity",0).remove()}var Lpt=function(i,a,f){var g=a.nodes().filter(function(b){return!Fjt(a,b)}),w=i.selectAll("g.node").data(g,function(b){return b}).classed("update",!0);w.exit().remove(),w.enter().append("g").attr("class","node").style("opacity",0),w=i.selectAll("g.node"),w.each(function(b){var E=a.node(b),_=xr(this);Rjt(_,E.class,(_.classed("update")?"update ":"")+"node"),_.select("g.label").remove();var S=_.append("g").attr("class","label"),I=Cpt(S,E),B=f[E.shape],F=jF(I.node().getBBox(),"width","height");E.elem=this,E.id&&_.attr("id",E.id),E.labelId&&S.attr("id",E.labelId),oo(E,"width")&&(F.width=E.width),oo(E,"height")&&(F.height=E.height),F.width+=E.paddingLeft+E.paddingRight,F.height+=E.paddingTop+E.paddingBottom,S.attr("transform","translate("+(E.paddingLeft-E.paddingRight)/2+","+(E.paddingTop-E.paddingBottom)/2+")");var R=xr(this);R.select(".label-container").remove();var q=B(R,F,E).classed("label-container",!0);a4(q,E.style);var X=q.node().getBBox();E.width=X.width,E.height=X.height});var v;return w.exit?v=w.exit():v=w.selectAll(null),Qv(v,a).style("opacity",0).remove(),w};function MVe(i){Lpt=i}function DVe(i,a){var f=i.filter(function(){return!xr(this).classed("update")});function g(w){var v=a.node(w);return"translate("+v.x+","+v.y+")"}f.attr("transform",g),Qv(i,a).style("opacity",1).attr("transform",g),Qv(f.selectAll("rect"),a).attr("width",function(w){return a.node(w).width}).attr("height",function(w){return a.node(w).height}).attr("x",function(w){var v=a.node(w);return-v.width/2}).attr("y",function(w){var v=a.node(w);return-v.height/2})}function IVe(i,a){var f=i.filter(function(){return!xr(this).classed("update")});function g(w){var v=a.edge(w);return oo(v,"x")?"translate("+v.x+","+v.y+")":""}f.attr("transform",g),Qv(i,a).style("opacity",1).attr("transform",g)}function OVe(i,a){var f=i.filter(function(){return!xr(this).classed("update")});function g(w){var v=a.node(w);return"translate("+v.x+","+v.y+")"}f.attr("transform",g),Qv(i,a).style("opacity",1).attr("transform",g)}function zjt(i,a,f,g){var w=i.x,v=i.y,b=w-g.x,E=v-g.y,_=Math.sqrt(a*a*E*E+f*f*b*b),S=Math.abs(a*f*b/_);g.x<w&&(S=-S);var I=Math.abs(a*f*E/_);return g.y<v&&(I=-I),{x:w+S,y:v+I}}function PVe(i,a,f){return zjt(i,a,a,f)}function NVe(i,a,f,g){var w,v,b,E,_,S,I,B,F,R,q,X,rt,at,ut;if(w=a.y-i.y,b=i.x-a.x,_=a.x*i.y-i.x*a.y,F=w*f.x+b*f.y+_,R=w*g.x+b*g.y+_,!(F!==0&&R!==0&&qjt(F,R))&&(v=g.y-f.y,E=f.x-g.x,S=g.x*f.y-f.x*g.y,I=v*i.x+E*i.y+S,B=v*a.x+E*a.y+S,!(I!==0&&B!==0&&qjt(I,B))&&(q=w*E-v*b,q!==0)))return X=Math.abs(q/2),rt=b*S-E*_,at=rt<0?(rt-X)/q:(rt+X)/q,rt=v*_-w*S,ut=rt<0?(rt-X)/q:(rt+X)/q,{x:at,y:ut}}function qjt(i,a){return i*a>0}function o4(i,a,f){var g=i.x,w=i.y,v=[],b=Number.POSITIVE_INFINITY,E=Number.POSITIVE_INFINITY;a.forEach(function(q){b=Math.min(b,q.x),E=Math.min(E,q.y)});for(var _=g-i.width/2-b,S=w-i.height/2-E,I=0;I<a.length;I++){var B=a[I],F=a[I<a.length-1?I+1:0],R=NVe(i,f,{x:_+B.x,y:S+B.y},{x:_+F.x,y:S+F.y});R&&v.push(R)}return v.length?(v.length>1&&v.sort(function(q,X){var rt=q.x-f.x,at=q.y-f.y,ut=Math.sqrt(rt*rt+at*at),pt=X.x-f.x,yt=X.y-f.y,mt=Math.sqrt(pt*pt+yt*yt);return ut<mt?-1:ut===mt?0:1}),v[0]):(console.log("NO INTERSECTION FOUND, RETURN NODE CENTER",i),i)}function Mpt(i,a){var f=i.x,g=i.y,w=a.x-f,v=a.y-g,b=i.width/2,E=i.height/2,_,S;return Math.abs(v)*b>Math.abs(w)*E?(v<0&&(E=-E),_=v===0?0:E*w/v,S=E):(w<0&&(b=-b),_=b,S=w===0?0:b*v/w),{x:f+_,y:g+S}}var Dpt={rect:BVe,ellipse:RVe,circle:jVe,diamond:$Ve};function FVe(i){Dpt=i}function BVe(i,a,f){var g=i.insert("rect",":first-child").attr("rx",f.rx).attr("ry",f.ry).attr("x",-a.width/2).attr("y",-a.height/2).attr("width",a.width).attr("height",a.height);return f.intersect=function(w){return Mpt(f,w)},g}function RVe(i,a,f){var g=a.width/2,w=a.height/2,v=i.insert("ellipse",":first-child").attr("x",-a.width/2).attr("y",-a.height/2).attr("rx",g).attr("ry",w);return f.intersect=function(b){return zjt(f,g,w,b)},v}function jVe(i,a,f){var g=Math.max(a.width,a.height)/2,w=i.insert("circle",":first-child").attr("x",-a.width/2).attr("y",-a.height/2).attr("r",g);return f.intersect=function(v){return PVe(f,g,v)},w}function $Ve(i,a,f){var g=a.width*Math.SQRT2/2,w=a.height*Math.SQRT2/2,v=[{x:0,y:-w},{x:-g,y:0},{x:0,y:w},{x:g,y:0}],b=i.insert("polygon",":first-child").attr("points",v.map(function(E){return E.x+","+E.y}).join(" "));return f.intersect=function(E){return o4(f,v,E)},b}function zVe(){var i=function(a,f){VVe(f);var g=VF(a,"output"),w=VF(g,"clusters"),v=VF(g,"edgePaths"),b=Spt(VF(g,"edgeLabels"),f),E=Lpt(VF(g,"nodes"),f,Dpt);gM(f),OVe(E,f),IVe(b,f),Apt(v,f,Ept);var _=_pt(w,f);DVe(_,f),UVe(f)};return i.createNodes=function(a){return arguments.length?(MVe(a),i):Lpt},i.createClusters=function(a){return arguments.length?(kVe(a),i):_pt},i.createEdgeLabels=function(a){return arguments.length?(EVe(a),i):Spt},i.createEdgePaths=function(a){return arguments.length?(TVe(a),i):Apt},i.shapes=function(a){return arguments.length?(FVe(a),i):Dpt},i.arrows=function(a){return arguments.length?(pVe(a),i):Ept},i}var qVe={paddingLeft:10,paddingRight:10,paddingTop:10,paddingBottom:10,rx:0,ry:0,shape:"rect"},HVe={arrowhead:"normal",curve:Vg};function VVe(i){i.nodes().forEach(function(a){var f=i.node(a);!oo(f,"label")&&!i.children(a).length&&(f.label=a),oo(f,"paddingX")&&fM(f,{paddingLeft:f.paddingX,paddingRight:f.paddingX}),oo(f,"paddingY")&&fM(f,{paddingTop:f.paddingY,paddingBottom:f.paddingY}),oo(f,"padding")&&fM(f,{paddingLeft:f.padding,paddingRight:f.padding,paddingTop:f.padding,paddingBottom:f.padding}),fM(f,qVe),pr(["paddingLeft","paddingRight","paddingTop","paddingBottom"],function(g){f[g]=Number(f[g])}),oo(f,"width")&&(f._prevWidth=f.width),oo(f,"height")&&(f._prevHeight=f.height)}),i.edges().forEach(function(a){var f=i.edge(a);oo(f,"label")||(f.label=""),fM(f,HVe)})}function UVe(i){pr(i.nodes(),function(a){var f=i.node(a);oo(f,"_prevWidth")?f.width=f._prevWidth:delete f.width,oo(f,"_prevHeight")?f.height=f._prevHeight:delete f.height,delete f._prevWidth,delete f._prevHeight})}function VF(i,a){var f=i.select("g."+a);return f.empty()&&(f=i.append("g").attr("class",a)),f}function Hjt(i,a,f){const g=a.width,w=a.height,v=(g+w)*.9,b=[{x:v/2,y:0},{x:v,y:-v/2},{x:v/2,y:-v},{x:0,y:-v/2}],E=Nx(i,v,v,b);return f.intersect=function(_){return o4(f,b,_)},E}function Vjt(i,a,f){const w=a.height,v=w/4,b=a.width+2*v,E=[{x:v,y:0},{x:b-v,y:0},{x:b,y:-w/2},{x:b-v,y:-w},{x:v,y:-w},{x:0,y:-w/2}],_=Nx(i,b,w,E);return f.intersect=function(S){return o4(f,E,S)},_}function Ujt(i,a,f){const g=a.width,w=a.height,v=[{x:-w/2,y:0},{x:g,y:0},{x:g,y:-w},{x:-w/2,y:-w},{x:0,y:-w/2}],b=Nx(i,g,w,v);return f.intersect=function(E){return o4(f,v,E)},b}function Gjt(i,a,f){const g=a.width,w=a.height,v=[{x:-2*w/6,y:0},{x:g-w/6,y:0},{x:g+2*w/6,y:-w},{x:w/6,y:-w}],b=Nx(i,g,w,v);return f.intersect=function(E){return o4(f,v,E)},b}function Kjt(i,a,f){const g=a.width,w=a.height,v=[{x:2*w/6,y:0},{x:g+w/6,y:0},{x:g-2*w/6,y:-w},{x:-w/6,y:-w}],b=Nx(i,g,w,v);return f.intersect=function(E){return o4(f,v,E)},b}function Wjt(i,a,f){const g=a.width,w=a.height,v=[{x:-2*w/6,y:0},{x:g+2*w/6,y:0},{x:g-w/6,y:-w},{x:w/6,y:-w}],b=Nx(i,g,w,v);return f.intersect=function(E){return o4(f,v,E)},b}function Yjt(i,a,f){const g=a.width,w=a.height,v=[{x:w/6,y:0},{x:g-w/6,y:0},{x:g+2*w/6,y:-w},{x:-2*w/6,y:-w}],b=Nx(i,g,w,v);return f.intersect=function(E){return o4(f,v,E)},b}function Xjt(i,a,f){const g=a.width,w=a.height,v=[{x:0,y:0},{x:g+w/2,y:0},{x:g,y:-w/2},{x:g+w/2,y:-w},{x:0,y:-w}],b=Nx(i,g,w,v);return f.intersect=function(E){return o4(f,v,E)},b}function Qjt(i,a,f){const g=a.height,w=a.width+g/4,v=i.insert("rect",":first-child").attr("rx",g/2).attr("ry",g/2).attr("x",-w/2).attr("y",-g/2).attr("width",w).attr("height",g);return f.intersect=function(b){return Mpt(f,b)},v}function Jjt(i,a,f){const g=a.width,w=a.height,v=[{x:0,y:0},{x:g,y:0},{x:g,y:-w},{x:0,y:-w},{x:0,y:0},{x:-8,y:0},{x:g+8,y:0},{x:g+8,y:-w},{x:-8,y:-w},{x:-8,y:0}],b=Nx(i,g,w,v);return f.intersect=function(E){return o4(f,v,E)},b}function Zjt(i,a,f){const g=a.width,w=g/2,v=w/(2.5+g/50),b=a.height+v,E="M 0,"+v+" a "+w+","+v+" 0,0,0 "+g+" 0 a "+w+","+v+" 0,0,0 "+-g+" 0 l 0,"+b+" a "+w+","+v+" 0,0,0 "+g+" 0 l 0,"+-b,_=i.attr("label-offset-y",v).insert("path",":first-child").attr("d",E).attr("transform","translate("+-g/2+","+-(b/2+v)+")");return f.intersect=function(S){const I=Mpt(f,S),B=I.x-f.x;if(w!=0&&(Math.abs(B)<f.width/2||Math.abs(B)==f.width/2&&Math.abs(I.y-f.y)>f.height/2-v)){let F=v*v*(1-B*B/(w*w));F!=0&&(F=Math.sqrt(F)),F=v-F,S.y-f.y>0&&(F=-F),I.y+=F}return I},_}function GVe(i){i.shapes().question=Hjt,i.shapes().hexagon=Vjt,i.shapes().stadium=Qjt,i.shapes().subroutine=Jjt,i.shapes().cylinder=Zjt,i.shapes().rect_left_inv_arrow=Ujt,i.shapes().lean_right=Gjt,i.shapes().lean_left=Kjt,i.shapes().trapezoid=Wjt,i.shapes().inv_trapezoid=Yjt,i.shapes().rect_right_inv_arrow=Xjt}function KVe(i){i({question:Hjt}),i({hexagon:Vjt}),i({stadium:Qjt}),i({subroutine:Jjt}),i({cylinder:Zjt}),i({rect_left_inv_arrow:Ujt}),i({lean_right:Gjt}),i({lean_left:Kjt}),i({trapezoid:Wjt}),i({inv_trapezoid:Yjt}),i({rect_right_inv_arrow:Xjt})}function Nx(i,a,f,g){return i.insert("polygon",":first-child").attr("points",g.map(function(w){return w.x+","+w.y}).join(" ")).attr("transform","translate("+-a/2+","+f/2+")")}const WVe={addToRender:GVe,addToRenderV2:KVe},t$t={},YVe=function(i){const a=Object.keys(i);for(const f of a)t$t[f]=i[f]},e$t=function(i,a,f,g,w,v){const b=g?g.select(`[id="${f}"]`):xr(`[id="${f}"]`),E=w||document;Object.keys(i).forEach(function(S){const I=i[S];let B="default";I.classes.length>0&&(B=I.classes.join(" "));const F=Uw(I.styles);let R=I.text!==void 0?I.text:I.id,q;if(B1(Re().flowchart.htmlLabels)){const at={label:R.replace(/fa[blrs]?:fa-[\w-]+/g,ut=>`<i class='${ut.replace(":"," ")}'></i>`)};q=Tpt(b,at).node(),q.parentNode.removeChild(q)}else{const at=E.createElementNS("http://www.w3.org/2000/svg","text");at.setAttribute("style",F.labelStyle.replace("color:","fill:"));const ut=R.split(ei.lineBreakRegex);for(const pt of ut){const yt=E.createElementNS("http://www.w3.org/2000/svg","tspan");yt.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"),yt.setAttribute("dy","1em"),yt.setAttribute("x","1"),yt.textContent=pt,at.appendChild(yt)}q=at}let X=0,rt="";switch(I.type){case"round":X=5,rt="rect";break;case"square":rt="rect";break;case"diamond":rt="question";break;case"hexagon":rt="hexagon";break;case"odd":rt="rect_left_inv_arrow";break;case"lean_right":rt="lean_right";break;case"lean_left":rt="lean_left";break;case"trapezoid":rt="trapezoid";break;case"inv_trapezoid":rt="inv_trapezoid";break;case"odd_right":rt="rect_left_inv_arrow";break;case"circle":rt="circle";break;case"ellipse":rt="ellipse";break;case"stadium":rt="stadium";break;case"subroutine":rt="subroutine";break;case"cylinder":rt="cylinder";break;case"group":rt="rect";break;default:rt="rect"}Wt.warn("Adding node",I.id,I.domId),a.setNode(v.db.lookUpDomId(I.id),{labelType:"svg",labelStyle:F.labelStyle,shape:rt,label:q,rx:X,ry:X,class:B,style:F.style,id:v.db.lookUpDomId(I.id)})})},n$t=function(i,a,f){let g=0,w,v;if(i.defaultStyle!==void 0){const b=Uw(i.defaultStyle);w=b.style,v=b.labelStyle}i.forEach(function(b){g++;const E="L-"+b.start+"-"+b.end,_="LS-"+b.start,S="LE-"+b.end,I={};b.type==="arrow_open"?I.arrowhead="none":I.arrowhead="normal";let B="",F="";if(b.style!==void 0){const R=Uw(b.style);B=R.style,F=R.labelStyle}else switch(b.stroke){case"normal":B="fill:none",w!==void 0&&(B=w),v!==void 0&&(F=v);break;case"dotted":B="fill:none;stroke-width:2px;stroke-dasharray:3;";break;case"thick":B=" stroke-width: 3.5px;fill:none";break}I.style=B,I.labelStyle=F,b.interpolate!==void 0?I.curve=Vw(b.interpolate,Vg):i.defaultInterpolate!==void 0?I.curve=Vw(i.defaultInterpolate,Vg):I.curve=Vw(t$t.curve,Vg),b.text===void 0?b.style!==void 0&&(I.arrowheadStyle="fill: #333"):(I.arrowheadStyle="fill: #333",I.labelpos="c",B1(Re().flowchart.htmlLabels)?(I.labelType="html",I.label=`<span id="L-${E}" class="edgeLabel L-${_}' L-${S}" style="${I.labelStyle}">${b.text.replace(/fa[blrs]?:fa-[\w-]+/g,R=>`<i class='${R.replace(":"," ")}'></i>`)}</span>`):(I.labelType="text",I.label=b.text.replace(ei.lineBreakRegex,`
+`),b.style===void 0&&(I.style=I.style||"stroke: #333; stroke-width: 1.5px;fill:none"),I.labelStyle=I.labelStyle.replace("color:","fill:"))),I.id=E,I.class=_+" "+S,I.minlen=b.length||1,a.setEdge(f.db.lookUpDomId(b.start),f.db.lookUpDomId(b.end),I,g)})},XVe={setConf:YVe,addVertices:e$t,addEdges:n$t,getClasses:function(i,a){return Wt.info("Extracting classes"),a.db.getClasses()},draw:function(i,a,f,g){Wt.info("Drawing flowchart");const{securityLevel:w,flowchart:v}=Re();let b;w==="sandbox"&&(b=xr("#i"+a));const E=xr(w==="sandbox"?b.nodes()[0].contentDocument.body:"body"),_=w==="sandbox"?b.nodes()[0].contentDocument:document;let S=g.db.getDirection();S===void 0&&(S="TD");const I=v.nodeSpacing||50,B=v.rankSpacing||50,F=new R1({multigraph:!0,compound:!0}).setGraph({rankdir:S,nodesep:I,ranksep:B,marginx:8,marginy:8}).setDefaultEdgeLabel(function(){return{}});let R;const q=g.db.getSubGraphs();for(let gt=q.length-1;gt>=0;gt--)R=q[gt],g.db.addVertex(R.id,R.title,"group",void 0,R.classes);const X=g.db.getVertices();Wt.warn("Get vertices",X);const rt=g.db.getEdges();let at=0;for(at=q.length-1;at>=0;at--){R=q[at],SOt("cluster").append("text");for(let gt=0;gt<R.nodes.length;gt++)Wt.warn("Setting subgraph",R.nodes[gt],g.db.lookUpDomId(R.nodes[gt]),g.db.lookUpDomId(R.id)),F.setParent(g.db.lookUpDomId(R.nodes[gt]),g.db.lookUpDomId(R.id))}e$t(X,F,a,E,_,g),n$t(rt,F,g);const ut=new zVe;WVe.addToRender(ut),ut.arrows().none=function(ht,bt,Z,ft){const Et=ht.append("marker").attr("id",bt).attr("viewBox","0 0 10 10").attr("refX",9).attr("refY",5).attr("markerUnits","strokeWidth").attr("markerWidth",8).attr("markerHeight",6).attr("orient","auto").append("path").attr("d","M 0 0 L 0 0 L 0 0 z");a4(Et,Z[ft+"Style"])},ut.arrows().normal=function(ht,bt){ht.append("marker").attr("id",bt).attr("viewBox","0 0 10 10").attr("refX",9).attr("refY",5).attr("markerUnits","strokeWidth").attr("markerWidth",8).attr("markerHeight",6).attr("orient","auto").append("path").attr("d","M 0 0 L 10 5 L 0 10 z").attr("class","arrowheadPath").style("stroke-width",1).style("stroke-dasharray","1,0")};const pt=E.select(`[id="${a}"]`),yt=E.select("#"+a+" g");for(ut(yt,F),yt.selectAll("g.node").attr("title",function(){return g.db.getTooltip(this.id)}),g.db.indexNodes("subGraph"+at),at=0;at<q.length;at++)if(R=q[at],R.title!=="undefined"){const gt=_.querySelectorAll("#"+a+' [id="'+g.db.lookUpDomId(R.id)+'"] rect'),ht=_.querySelectorAll("#"+a+' [id="'+g.db.lookUpDomId(R.id)+'"]'),bt=gt[0].x.baseVal.value,Z=gt[0].y.baseVal.value,ft=gt[0].width.baseVal.value,Et=xr(ht[0]).select(".label");Et.attr("transform",`translate(${bt+ft/2}, ${Z+14})`),Et.attr("id",a+"Text");for(let V=0;V<R.classes.length;V++)ht[0].classList.add(R.classes[V])}if(!v.htmlLabels){const gt=_.querySelectorAll('[id="'+a+'"] .edgeLabel .label');for(const ht of gt){const bt=ht.getBBox(),Z=_.createElementNS("http://www.w3.org/2000/svg","rect");Z.setAttribute("rx",0),Z.setAttribute("ry",0),Z.setAttribute("width",bt.width),Z.setAttribute("height",bt.height),ht.insertBefore(Z,ht.firstChild)}}g8(F,pt,v.diagramPadding,v.useMaxWidth),Object.keys(X).forEach(function(gt){const ht=X[gt];if(ht.link){const bt=E.select("#"+a+' [id="'+g.db.lookUpDomId(gt)+'"]');if(bt){const Z=_.createElementNS("http://www.w3.org/2000/svg","a");Z.setAttributeNS("http://www.w3.org/2000/svg","class",ht.classes.join(" ")),Z.setAttributeNS("http://www.w3.org/2000/svg","href",ht.link),Z.setAttributeNS("http://www.w3.org/2000/svg","rel","noopener"),w==="sandbox"?Z.setAttributeNS("http://www.w3.org/2000/svg","target","_top"):ht.linkTarget&&Z.setAttributeNS("http://www.w3.org/2000/svg","target",ht.linkTarget);const ft=bt.insert(function(){return Z},":first-child"),Y=bt.select(".label-container");Y&&ft.append(function(){return Y.node()});const Et=bt.select(".label");Et&&ft.append(function(){return Et.node()})}}})}};function Fx(i){var a={options:{directed:i.isDirected(),multigraph:i.isMultigraph(),compound:i.isCompound()},nodes:QVe(i),edges:JVe(i)};return xf(i.graph())||(a.value=U$e(i.graph())),a}function QVe(i){return c1(i.nodes(),function(a){var f=i.node(a),g=i.parent(a),w={v:a};return xf(f)||(w.value=f),xf(g)||(w.parent=g),w})}function JVe(i){return c1(i.edges(),function(a){var f=i.edge(a),g={v:a.v,w:a.w};return xf(a.name)||(g.name=a.name),xf(f)||(g.value=f),g})}const ZVe=(i,a,f,g)=>{a.forEach(w=>{tUe[w](i,f,g)})},tUe={extension:(i,a,f)=>{Wt.trace("Making markers for ",f),i.append("defs").append("marker").attr("id",f+"_"+a+"-extensionStart").attr("class","marker extension "+a).attr("refX",18).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 1,7 L18,13 V 1 Z"),i.append("defs").append("marker").attr("id",f+"_"+a+"-extensionEnd").attr("class","marker extension "+a).attr("refX",1).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 1,1 V 13 L18,7 Z")},composition:(i,a,f)=>{i.append("defs").append("marker").attr("id",f+"_"+a+"-compositionStart").attr("class","marker composition "+a).attr("refX",18).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z"),i.append("defs").append("marker").attr("id",f+"_"+a+"-compositionEnd").attr("class","marker composition "+a).attr("refX",1).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z")},aggregation:(i,a,f)=>{i.append("defs").append("marker").attr("id",f+"_"+a+"-aggregationStart").attr("class","marker aggregation "+a).attr("refX",18).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z"),i.append("defs").append("marker").attr("id",f+"_"+a+"-aggregationEnd").attr("class","marker aggregation "+a).attr("refX",1).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z")},dependency:(i,a,f)=>{i.append("defs").append("marker").attr("id",f+"_"+a+"-dependencyStart").attr("class","marker dependency "+a).attr("refX",6).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 5,7 L9,13 L1,7 L9,1 Z"),i.append("defs").append("marker").attr("id",f+"_"+a+"-dependencyEnd").attr("class","marker dependency "+a).attr("refX",13).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L14,7 L9,1 Z")},lollipop:(i,a,f)=>{i.append("defs").append("marker").attr("id",f+"_"+a+"-lollipopStart").attr("class","marker lollipop "+a).attr("refX",13).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("circle").attr("stroke","black").attr("fill","transparent").attr("cx",7).attr("cy",7).attr("r",6),i.append("defs").append("marker").attr("id",f+"_"+a+"-lollipopEnd").attr("class","marker lollipop "+a).attr("refX",1).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("circle").attr("stroke","black").attr("fill","transparent").attr("cx",7).attr("cy",7).attr("r",6)},point:(i,a,f)=>{i.append("marker").attr("id",f+"_"+a+"-pointEnd").attr("class","marker "+a).attr("viewBox","0 0 10 10").attr("refX",6).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",12).attr("markerHeight",12).attr("orient","auto").append("path").attr("d","M 0 0 L 10 5 L 0 10 z").attr("class","arrowMarkerPath").style("stroke-width",1).style("stroke-dasharray","1,0"),i.append("marker").attr("id",f+"_"+a+"-pointStart").attr("class","marker "+a).attr("viewBox","0 0 10 10").attr("refX",4.5).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",12).attr("markerHeight",12).attr("orient","auto").append("path").attr("d","M 0 5 L 10 10 L 10 0 z").attr("class","arrowMarkerPath").style("stroke-width",1).style("stroke-dasharray","1,0")},circle:(i,a,f)=>{i.append("marker").attr("id",f+"_"+a+"-circleEnd").attr("class","marker "+a).attr("viewBox","0 0 10 10").attr("refX",11).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","auto").append("circle").attr("cx","5").attr("cy","5").attr("r","5").attr("class","arrowMarkerPath").style("stroke-width",1).style("stroke-dasharray","1,0"),i.append("marker").attr("id",f+"_"+a+"-circleStart").attr("class","marker "+a).attr("viewBox","0 0 10 10").attr("refX",-1).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","auto").append("circle").attr("cx","5").attr("cy","5").attr("r","5").attr("class","arrowMarkerPath").style("stroke-width",1).style("stroke-dasharray","1,0")},cross:(i,a,f)=>{i.append("marker").attr("id",f+"_"+a+"-crossEnd").attr("class","marker cross "+a).attr("viewBox","0 0 11 11").attr("refX",12).attr("refY",5.2).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","auto").append("path").attr("d","M 1,1 l 9,9 M 10,1 l -9,9").attr("class","arrowMarkerPath").style("stroke-width",2).style("stroke-dasharray","1,0"),i.append("marker").attr("id",f+"_"+a+"-crossStart").attr("class","marker cross "+a).attr("viewBox","0 0 11 11").attr("refX",-1).attr("refY",5.2).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","auto").append("path").attr("d","M 1,1 l 9,9 M 10,1 l -9,9").attr("class","arrowMarkerPath").style("stroke-width",2).style("stroke-dasharray","1,0")},barb:(i,a,f)=>{i.append("defs").append("marker").attr("id",f+"_"+a+"-barbEnd").attr("refX",19).attr("refY",7).attr("markerWidth",20).attr("markerHeight",14).attr("markerUnits","strokeWidth").attr("orient","auto").append("path").attr("d","M 19,7 L9,13 L14,7 L9,1 Z")}},r$t=ZVe;function eUe(i,a){a&&i.attr("style",a)}function nUe(i){const a=xr(document.createElementNS("http://www.w3.org/2000/svg","foreignObject")),f=a.append("xhtml:div"),g=i.label,w=i.isNode?"nodeLabel":"edgeLabel";return f.html('<span class="'+w+'" '+(i.labelStyle?'style="'+i.labelStyle+'"':"")+">"+g+"</span>"),eUe(f,i.labelStyle),f.style("display","inline-block"),f.style("white-space","nowrap"),f.attr("xmlns","http://www.w3.org/1999/xhtml"),a.node()}const ib=(i,a,f,g)=>{let w=i||"";if(typeof w=="object"&&(w=w[0]),B1(Re().flowchart.htmlLabels)){w=w.replace(/\\n|\n/g,"<br />"),Wt.info("vertexText"+w);const v={isNode:g,label:CF(w).replace(/fa[blrs]?:fa-[\w-]+/g,E=>`<i class='${E.replace(":"," ")}'></i>`),labelStyle:a.replace("fill:","color:")};return nUe(v)}else{const v=document.createElementNS("http://www.w3.org/2000/svg","text");v.setAttribute("style",a.replace("color:","fill:"));let b=[];typeof w=="string"?b=w.split(/\\n|\n|<br\s*\/?>/gi):Array.isArray(w)?b=w:b=[];for(const E of b){const _=document.createElementNS("http://www.w3.org/2000/svg","tspan");_.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"),_.setAttribute("dy","1em"),_.setAttribute("x","0"),f?_.setAttribute("class","title-row"):_.setAttribute("class","row"),_.textContent=E.trim(),v.appendChild(_)}return v}},rUe={};function iUe(i,a){const f=a||rUe,g=typeof f.includeImageAlt=="boolean"?f.includeImageAlt:!0,w=typeof f.includeHtml=="boolean"?f.includeHtml:!0;return i$t(i,g,w)}function i$t(i,a,f){if(sUe(i)){if("value"in i)return i.type==="html"&&!f?"":i.value;if(a&&"alt"in i&&i.alt)return i.alt;if("children"in i)return s$t(i.children,a,f)}return Array.isArray(i)?s$t(i,a,f):""}function s$t(i,a,f){const g=[];let w=-1;for(;++w<i.length;)g[w]=i$t(i[w],a,f);return g.join("")}function sUe(i){return!!(i&&typeof i=="object")}function c4(i,a,f,g){const w=i.length;let v=0,b;if(a<0?a=-a>w?0:w+a:a=a>w?w:a,f=f>0?f:0,g.length<1e4)b=Array.from(g),b.unshift(a,f),i.splice(...b);else for(f&&i.splice(a,f);v<g.length;)b=g.slice(v,v+1e4),b.unshift(a,0),i.splice(...b),v+=1e4,a+=1e4}function Yw(i,a){return i.length>0?(c4(i,i.length,0,a),i):a}const a$t={}.hasOwnProperty;function aUe(i){const a={};let f=-1;for(;++f<i.length;)oUe(a,i[f]);return a}function oUe(i,a){let f;for(f in a){const w=(a$t.call(i,f)?i[f]:void 0)||(i[f]={}),v=a[f];let b;if(v)for(b in v){a$t.call(w,b)||(w[b]=[]);const E=v[b];cUe(w[b],Array.isArray(E)?E:E?[E]:[])}}}function cUe(i,a){let f=-1;const g=[];for(;++f<a.length;)(a[f].add==="after"?i:g).push(a[f]);c4(i,0,0,g)}const uUe=/[!-\/:-@\[-`\{-~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\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-\u2E4F\u2E52-\u2E5D\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]/,u4=y8(/[A-Za-z]/),Jv=y8(/[\dA-Za-z]/),lUe=y8(/[#-'*+\--9=?A-Z^-~]/);function Ipt(i){return i!==null&&(i<32||i===127)}const Opt=y8(/\d/),hUe=y8(/[\dA-Fa-f]/),fUe=y8(/[!-/:-@[-`{-~]/);function Ba(i){return i!==null&&i<-2}function sb(i){return i!==null&&(i<0||i===32)}function fu(i){return i===-2||i===-1||i===32}const dUe=y8(uUe),gUe=y8(/\s/);function y8(i){return a;function a(f){return f!==null&&i.test(String.fromCharCode(f))}}function Cl(i,a,f,g){const w=g?g-1:Number.POSITIVE_INFINITY;let v=0;return b;function b(_){return fu(_)?(i.enter(f),E(_)):a(_)}function E(_){return fu(_)&&v++<w?(i.consume(_),E):(i.exit(f),a(_))}}const pUe={tokenize:bUe};function bUe(i){const a=i.attempt(this.parser.constructs.contentInitial,g,w);let f;return a;function g(E){if(E===null){i.consume(E);return}return i.enter("lineEnding"),i.consume(E),i.exit("lineEnding"),Cl(i,a,"linePrefix")}function w(E){return i.enter("paragraph"),v(E)}function v(E){const _=i.enter("chunkText",{contentType:"text",previous:f});return f&&(f.next=_),f=_,b(E)}function b(E){if(E===null){i.exit("chunkText"),i.exit("paragraph"),i.consume(E);return}return Ba(E)?(i.consume(E),i.exit("chunkText"),v):(i.consume(E),b)}}const wUe={tokenize:mUe},o$t={tokenize:vUe};function mUe(i){const a=this,f=[];let g=0,w,v,b;return E;function E(pt){if(g<f.length){const yt=f[g];return a.containerState=yt[1],i.attempt(yt[0].continuation,_,S)(pt)}return S(pt)}function _(pt){if(g++,a.containerState._closeFlow){a.containerState._closeFlow=void 0,w&&ut();const yt=a.events.length;let mt=yt,gt;for(;mt--;)if(a.events[mt][0]==="exit"&&a.events[mt][1].type==="chunkFlow"){gt=a.events[mt][1].end;break}at(g);let ht=yt;for(;ht<a.events.length;)a.events[ht][1].end=Object.assign({},gt),ht++;return c4(a.events,mt+1,0,a.events.slice(yt)),a.events.length=ht,S(pt)}return E(pt)}function S(pt){if(g===f.length){if(!w)return F(pt);if(w.currentConstruct&&w.currentConstruct.concrete)return q(pt);a.interrupt=!!(w.currentConstruct&&!w._gfmTableDynamicInterruptHack)}return a.containerState={},i.check(o$t,I,B)(pt)}function I(pt){return w&&ut(),at(g),F(pt)}function B(pt){return a.parser.lazy[a.now().line]=g!==f.length,b=a.now().offset,q(pt)}function F(pt){return a.containerState={},i.attempt(o$t,R,q)(pt)}function R(pt){return g++,f.push([a.currentConstruct,a.containerState]),F(pt)}function q(pt){if(pt===null){w&&ut(),at(0),i.consume(pt);return}return w=w||a.parser.flow(a.now()),i.enter("chunkFlow",{contentType:"flow",previous:v,_tokenizer:w}),X(pt)}function X(pt){if(pt===null){rt(i.exit("chunkFlow"),!0),at(0),i.consume(pt);return}return Ba(pt)?(i.consume(pt),rt(i.exit("chunkFlow")),g=0,a.interrupt=void 0,E):(i.consume(pt),X)}function rt(pt,yt){const mt=a.sliceStream(pt);if(yt&&mt.push(null),pt.previous=v,v&&(v.next=pt),v=pt,w.defineSkip(pt.start),w.write(mt),a.parser.lazy[pt.start.line]){let gt=w.events.length;for(;gt--;)if(w.events[gt][1].start.offset<b&&(!w.events[gt][1].end||w.events[gt][1].end.offset>b))return;const ht=a.events.length;let bt=ht,Z,ft;for(;bt--;)if(a.events[bt][0]==="exit"&&a.events[bt][1].type==="chunkFlow"){if(Z){ft=a.events[bt][1].end;break}Z=!0}for(at(g),gt=ht;gt<a.events.length;)a.events[gt][1].end=Object.assign({},ft),gt++;c4(a.events,bt+1,0,a.events.slice(ht)),a.events.length=gt}}function at(pt){let yt=f.length;for(;yt-- >pt;){const mt=f[yt];a.containerState=mt[1],mt[0].exit.call(a,i)}f.length=pt}function ut(){w.write([null]),v=void 0,w=void 0,a.containerState._closeFlow=void 0}}function vUe(i,a,f){return Cl(i,i.attempt(this.parser.constructs.document,a,f),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function c$t(i){if(i===null||sb(i)||gUe(i))return 1;if(dUe(i))return 2}function Ppt(i,a,f){const g=[];let w=-1;for(;++w<i.length;){const v=i[w].resolveAll;v&&!g.includes(v)&&(a=v(a,f),g.push(v))}return a}const Npt={name:"attention",tokenize:xUe,resolveAll:yUe};function yUe(i,a){let f=-1,g,w,v,b,E,_,S,I;for(;++f<i.length;)if(i[f][0]==="enter"&&i[f][1].type==="attentionSequence"&&i[f][1]._close){for(g=f;g--;)if(i[g][0]==="exit"&&i[g][1].type==="attentionSequence"&&i[g][1]._open&&a.sliceSerialize(i[g][1]).charCodeAt(0)===a.sliceSerialize(i[f][1]).charCodeAt(0)){if((i[g][1]._close||i[f][1]._open)&&(i[f][1].end.offset-i[f][1].start.offset)%3&&!((i[g][1].end.offset-i[g][1].start.offset+i[f][1].end.offset-i[f][1].start.offset)%3))continue;_=i[g][1].end.offset-i[g][1].start.offset>1&&i[f][1].end.offset-i[f][1].start.offset>1?2:1;const B=Object.assign({},i[g][1].end),F=Object.assign({},i[f][1].start);u$t(B,-_),u$t(F,_),b={type:_>1?"strongSequence":"emphasisSequence",start:B,end:Object.assign({},i[g][1].end)},E={type:_>1?"strongSequence":"emphasisSequence",start:Object.assign({},i[f][1].start),end:F},v={type:_>1?"strongText":"emphasisText",start:Object.assign({},i[g][1].end),end:Object.assign({},i[f][1].start)},w={type:_>1?"strong":"emphasis",start:Object.assign({},b.start),end:Object.assign({},E.end)},i[g][1].end=Object.assign({},b.start),i[f][1].start=Object.assign({},E.end),S=[],i[g][1].end.offset-i[g][1].start.offset&&(S=Yw(S,[["enter",i[g][1],a],["exit",i[g][1],a]])),S=Yw(S,[["enter",w,a],["enter",b,a],["exit",b,a],["enter",v,a]]),S=Yw(S,Ppt(a.parser.constructs.insideSpan.null,i.slice(g+1,f),a)),S=Yw(S,[["exit",v,a],["enter",E,a],["exit",E,a],["exit",w,a]]),i[f][1].end.offset-i[f][1].start.offset?(I=2,S=Yw(S,[["enter",i[f][1],a],["exit",i[f][1],a]])):I=0,c4(i,g-1,f-g+3,S),f=g+S.length-I-2;break}}for(f=-1;++f<i.length;)i[f][1].type==="attentionSequence"&&(i[f][1].type="data");return i}function xUe(i,a){const f=this.parser.constructs.attentionMarkers.null,g=this.previous,w=c$t(g);let v;return b;function b(_){return v=_,i.enter("attentionSequence"),E(_)}function E(_){if(_===v)return i.consume(_),E;const S=i.exit("attentionSequence"),I=c$t(_),B=!I||I===2&&w||f.includes(_),F=!w||w===2&&I||f.includes(g);return S._open=!!(v===42?B:B&&(w||!F)),S._close=!!(v===42?F:F&&(I||!B)),a(_)}}function u$t(i,a){i.column+=a,i.offset+=a,i._bufferIndex+=a}const kUe={name:"autolink",tokenize:EUe};function EUe(i,a,f){let g=0;return w;function w(R){return i.enter("autolink"),i.enter("autolinkMarker"),i.consume(R),i.exit("autolinkMarker"),i.enter("autolinkProtocol"),v}function v(R){return u4(R)?(i.consume(R),b):S(R)}function b(R){return R===43||R===45||R===46||Jv(R)?(g=1,E(R)):S(R)}function E(R){return R===58?(i.consume(R),g=0,_):(R===43||R===45||R===46||Jv(R))&&g++<32?(i.consume(R),E):(g=0,S(R))}function _(R){return R===62?(i.exit("autolinkProtocol"),i.enter("autolinkMarker"),i.consume(R),i.exit("autolinkMarker"),i.exit("autolink"),a):R===null||R===32||R===60||Ipt(R)?f(R):(i.consume(R),_)}function S(R){return R===64?(i.consume(R),I):lUe(R)?(i.consume(R),S):f(R)}function I(R){return Jv(R)?B(R):f(R)}function B(R){return R===46?(i.consume(R),g=0,I):R===62?(i.exit("autolinkProtocol").type="autolinkEmail",i.enter("autolinkMarker"),i.consume(R),i.exit("autolinkMarker"),i.exit("autolink"),a):F(R)}function F(R){if((R===45||Jv(R))&&g++<63){const q=R===45?F:B;return i.consume(R),q}return f(R)}}const KY={tokenize:TUe,partial:!0};function TUe(i,a,f){return g;function g(v){return fu(v)?Cl(i,w,"linePrefix")(v):w(v)}function w(v){return v===null||Ba(v)?a(v):f(v)}}const l$t={name:"blockQuote",tokenize:CUe,continuation:{tokenize:_Ue},exit:SUe};function CUe(i,a,f){const g=this;return w;function w(b){if(b===62){const E=g.containerState;return E.open||(i.enter("blockQuote",{_container:!0}),E.open=!0),i.enter("blockQuotePrefix"),i.enter("blockQuoteMarker"),i.consume(b),i.exit("blockQuoteMarker"),v}return f(b)}function v(b){return fu(b)?(i.enter("blockQuotePrefixWhitespace"),i.consume(b),i.exit("blockQuotePrefixWhitespace"),i.exit("blockQuotePrefix"),a):(i.exit("blockQuotePrefix"),a(b))}}function _Ue(i,a,f){const g=this;return w;function w(b){return fu(b)?Cl(i,v,"linePrefix",g.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(b):v(b)}function v(b){return i.attempt(l$t,a,f)(b)}}function SUe(i){i.exit("blockQuote")}const h$t={name:"characterEscape",tokenize:AUe};function AUe(i,a,f){return g;function g(v){return i.enter("characterEscape"),i.enter("escapeMarker"),i.consume(v),i.exit("escapeMarker"),w}function w(v){return fUe(v)?(i.enter("characterEscapeValue"),i.consume(v),i.exit("characterEscapeValue"),i.exit("characterEscape"),a):f(v)}}const f$t=document.createElement("i");function Fpt(i){const a="&"+i+";";f$t.innerHTML=a;const f=f$t.textContent;return f.charCodeAt(f.length-1)===59&&i!=="semi"||f===a?!1:f}const d$t={name:"characterReference",tokenize:LUe};function LUe(i,a,f){const g=this;let w=0,v,b;return E;function E(B){return i.enter("characterReference"),i.enter("characterReferenceMarker"),i.consume(B),i.exit("characterReferenceMarker"),_}function _(B){return B===35?(i.enter("characterReferenceMarkerNumeric"),i.consume(B),i.exit("characterReferenceMarkerNumeric"),S):(i.enter("characterReferenceValue"),v=31,b=Jv,I(B))}function S(B){return B===88||B===120?(i.enter("characterReferenceMarkerHexadecimal"),i.consume(B),i.exit("characterReferenceMarkerHexadecimal"),i.enter("characterReferenceValue"),v=6,b=hUe,I):(i.enter("characterReferenceValue"),v=7,b=Opt,I(B))}function I(B){if(B===59&&w){const F=i.exit("characterReferenceValue");return b===Jv&&!Fpt(g.sliceSerialize(F))?f(B):(i.enter("characterReferenceMarker"),i.consume(B),i.exit("characterReferenceMarker"),i.exit("characterReference"),a)}return b(B)&&w++<v?(i.consume(B),I):f(B)}}const g$t={tokenize:DUe,partial:!0},p$t={name:"codeFenced",tokenize:MUe,concrete:!0};function MUe(i,a,f){const g=this,w={tokenize:mt,partial:!0};let v=0,b=0,E;return _;function _(gt){return S(gt)}function S(gt){const ht=g.events[g.events.length-1];return v=ht&&ht[1].type==="linePrefix"?ht[2].sliceSerialize(ht[1],!0).length:0,E=gt,i.enter("codeFenced"),i.enter("codeFencedFence"),i.enter("codeFencedFenceSequence"),I(gt)}function I(gt){return gt===E?(b++,i.consume(gt),I):b<3?f(gt):(i.exit("codeFencedFenceSequence"),fu(gt)?Cl(i,B,"whitespace")(gt):B(gt))}function B(gt){return gt===null||Ba(gt)?(i.exit("codeFencedFence"),g.interrupt?a(gt):i.check(g$t,X,yt)(gt)):(i.enter("codeFencedFenceInfo"),i.enter("chunkString",{contentType:"string"}),F(gt))}function F(gt){return gt===null||Ba(gt)?(i.exit("chunkString"),i.exit("codeFencedFenceInfo"),B(gt)):fu(gt)?(i.exit("chunkString"),i.exit("codeFencedFenceInfo"),Cl(i,R,"whitespace")(gt)):gt===96&>===E?f(gt):(i.consume(gt),F)}function R(gt){return gt===null||Ba(gt)?B(gt):(i.enter("codeFencedFenceMeta"),i.enter("chunkString",{contentType:"string"}),q(gt))}function q(gt){return gt===null||Ba(gt)?(i.exit("chunkString"),i.exit("codeFencedFenceMeta"),B(gt)):gt===96&>===E?f(gt):(i.consume(gt),q)}function X(gt){return i.attempt(w,yt,rt)(gt)}function rt(gt){return i.enter("lineEnding"),i.consume(gt),i.exit("lineEnding"),at}function at(gt){return v>0&&fu(gt)?Cl(i,ut,"linePrefix",v+1)(gt):ut(gt)}function ut(gt){return gt===null||Ba(gt)?i.check(g$t,X,yt)(gt):(i.enter("codeFlowValue"),pt(gt))}function pt(gt){return gt===null||Ba(gt)?(i.exit("codeFlowValue"),ut(gt)):(i.consume(gt),pt)}function yt(gt){return i.exit("codeFenced"),a(gt)}function mt(gt,ht,bt){let Z=0;return ft;function ft(Dt){return gt.enter("lineEnding"),gt.consume(Dt),gt.exit("lineEnding"),Y}function Y(Dt){return gt.enter("codeFencedFence"),fu(Dt)?Cl(gt,Et,"linePrefix",g.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Dt):Et(Dt)}function Et(Dt){return Dt===E?(gt.enter("codeFencedFenceSequence"),V(Dt)):bt(Dt)}function V(Dt){return Dt===E?(Z++,gt.consume(Dt),V):Z>=b?(gt.exit("codeFencedFenceSequence"),fu(Dt)?Cl(gt,Nt,"whitespace")(Dt):Nt(Dt)):bt(Dt)}function Nt(Dt){return Dt===null||Ba(Dt)?(gt.exit("codeFencedFence"),ht(Dt)):bt(Dt)}}}function DUe(i,a,f){const g=this;return w;function w(b){return b===null?f(b):(i.enter("lineEnding"),i.consume(b),i.exit("lineEnding"),v)}function v(b){return g.parser.lazy[g.now().line]?f(b):a(b)}}const Bpt={name:"codeIndented",tokenize:OUe},IUe={tokenize:PUe,partial:!0};function OUe(i,a,f){const g=this;return w;function w(S){return i.enter("codeIndented"),Cl(i,v,"linePrefix",4+1)(S)}function v(S){const I=g.events[g.events.length-1];return I&&I[1].type==="linePrefix"&&I[2].sliceSerialize(I[1],!0).length>=4?b(S):f(S)}function b(S){return S===null?_(S):Ba(S)?i.attempt(IUe,b,_)(S):(i.enter("codeFlowValue"),E(S))}function E(S){return S===null||Ba(S)?(i.exit("codeFlowValue"),b(S)):(i.consume(S),E)}function _(S){return i.exit("codeIndented"),a(S)}}function PUe(i,a,f){const g=this;return w;function w(b){return g.parser.lazy[g.now().line]?f(b):Ba(b)?(i.enter("lineEnding"),i.consume(b),i.exit("lineEnding"),w):Cl(i,v,"linePrefix",4+1)(b)}function v(b){const E=g.events[g.events.length-1];return E&&E[1].type==="linePrefix"&&E[2].sliceSerialize(E[1],!0).length>=4?a(b):Ba(b)?w(b):f(b)}}const NUe={name:"codeText",tokenize:RUe,resolve:FUe,previous:BUe};function FUe(i){let a=i.length-4,f=3,g,w;if((i[f][1].type==="lineEnding"||i[f][1].type==="space")&&(i[a][1].type==="lineEnding"||i[a][1].type==="space")){for(g=f;++g<a;)if(i[g][1].type==="codeTextData"){i[f][1].type="codeTextPadding",i[a][1].type="codeTextPadding",f+=2,a-=2;break}}for(g=f-1,a++;++g<=a;)w===void 0?g!==a&&i[g][1].type!=="lineEnding"&&(w=g):(g===a||i[g][1].type==="lineEnding")&&(i[w][1].type="codeTextData",g!==w+2&&(i[w][1].end=i[g-1][1].end,i.splice(w+2,g-w-2),a-=g-w-2,g=w+2),w=void 0);return i}function BUe(i){return i!==96||this.events[this.events.length-1][1].type==="characterEscape"}function RUe(i,a,f){let g=0,w,v;return b;function b(B){return i.enter("codeText"),i.enter("codeTextSequence"),E(B)}function E(B){return B===96?(i.consume(B),g++,E):(i.exit("codeTextSequence"),_(B))}function _(B){return B===null?f(B):B===32?(i.enter("space"),i.consume(B),i.exit("space"),_):B===96?(v=i.enter("codeTextSequence"),w=0,I(B)):Ba(B)?(i.enter("lineEnding"),i.consume(B),i.exit("lineEnding"),_):(i.enter("codeTextData"),S(B))}function S(B){return B===null||B===32||B===96||Ba(B)?(i.exit("codeTextData"),_(B)):(i.consume(B),S)}function I(B){return B===96?(i.consume(B),w++,I):w===g?(i.exit("codeTextSequence"),i.exit("codeText"),a(B)):(v.type="codeTextData",S(B))}}function b$t(i){const a={};let f=-1,g,w,v,b,E,_,S;for(;++f<i.length;){for(;f in a;)f=a[f];if(g=i[f],f&&g[1].type==="chunkFlow"&&i[f-1][1].type==="listItemPrefix"&&(_=g[1]._tokenizer.events,v=0,v<_.length&&_[v][1].type==="lineEndingBlank"&&(v+=2),v<_.length&&_[v][1].type==="content"))for(;++v<_.length&&_[v][1].type!=="content";)_[v][1].type==="chunkText"&&(_[v][1]._isInFirstContentOfListItem=!0,v++);if(g[0]==="enter")g[1].contentType&&(Object.assign(a,jUe(i,f)),f=a[f],S=!0);else if(g[1]._container){for(v=f,w=void 0;v--&&(b=i[v],b[1].type==="lineEnding"||b[1].type==="lineEndingBlank");)b[0]==="enter"&&(w&&(i[w][1].type="lineEndingBlank"),b[1].type="lineEnding",w=v);w&&(g[1].end=Object.assign({},i[w][1].start),E=i.slice(w,f),E.unshift(g),c4(i,w,f-w+1,E))}}return!S}function jUe(i,a){const f=i[a][1],g=i[a][2];let w=a-1;const v=[],b=f._tokenizer||g.parser[f.contentType](f.start),E=b.events,_=[],S={};let I,B,F=-1,R=f,q=0,X=0;const rt=[X];for(;R;){for(;i[++w][1]!==R;);v.push(w),R._tokenizer||(I=g.sliceStream(R),R.next||I.push(null),B&&b.defineSkip(R.start),R._isInFirstContentOfListItem&&(b._gfmTasklistFirstContentOfListItem=!0),b.write(I),R._isInFirstContentOfListItem&&(b._gfmTasklistFirstContentOfListItem=void 0)),B=R,R=R.next}for(R=f;++F<E.length;)E[F][0]==="exit"&&E[F-1][0]==="enter"&&E[F][1].type===E[F-1][1].type&&E[F][1].start.line!==E[F][1].end.line&&(X=F+1,rt.push(X),R._tokenizer=void 0,R.previous=void 0,R=R.next);for(b.events=[],R?(R._tokenizer=void 0,R.previous=void 0):rt.pop(),F=rt.length;F--;){const at=E.slice(rt[F],rt[F+1]),ut=v.pop();_.unshift([ut,ut+at.length-1]),c4(i,ut,2,at)}for(F=-1;++F<_.length;)S[q+_[F][0]]=q+_[F][1],q+=_[F][1]-_[F][0]-1;return S}const $Ue={tokenize:HUe,resolve:qUe},zUe={tokenize:VUe,partial:!0};function qUe(i){return b$t(i),i}function HUe(i,a){let f;return g;function g(E){return i.enter("content"),f=i.enter("chunkContent",{contentType:"content"}),w(E)}function w(E){return E===null?v(E):Ba(E)?i.check(zUe,b,v)(E):(i.consume(E),w)}function v(E){return i.exit("chunkContent"),i.exit("content"),a(E)}function b(E){return i.consume(E),i.exit("chunkContent"),f.next=i.enter("chunkContent",{contentType:"content",previous:f}),f=f.next,w}}function VUe(i,a,f){const g=this;return w;function w(b){return i.exit("chunkContent"),i.enter("lineEnding"),i.consume(b),i.exit("lineEnding"),Cl(i,v,"linePrefix")}function v(b){if(b===null||Ba(b))return f(b);const E=g.events[g.events.length-1];return!g.parser.constructs.disable.null.includes("codeIndented")&&E&&E[1].type==="linePrefix"&&E[2].sliceSerialize(E[1],!0).length>=4?a(b):i.interrupt(g.parser.constructs.flow,f,a)(b)}}function w$t(i,a,f,g,w,v,b,E,_){const S=_||Number.POSITIVE_INFINITY;let I=0;return B;function B(at){return at===60?(i.enter(g),i.enter(w),i.enter(v),i.consume(at),i.exit(v),F):at===null||at===32||at===41||Ipt(at)?f(at):(i.enter(g),i.enter(b),i.enter(E),i.enter("chunkString",{contentType:"string"}),X(at))}function F(at){return at===62?(i.enter(v),i.consume(at),i.exit(v),i.exit(w),i.exit(g),a):(i.enter(E),i.enter("chunkString",{contentType:"string"}),R(at))}function R(at){return at===62?(i.exit("chunkString"),i.exit(E),F(at)):at===null||at===60||Ba(at)?f(at):(i.consume(at),at===92?q:R)}function q(at){return at===60||at===62||at===92?(i.consume(at),R):R(at)}function X(at){return!I&&(at===null||at===41||sb(at))?(i.exit("chunkString"),i.exit(E),i.exit(b),i.exit(g),a(at)):I<S&&at===40?(i.consume(at),I++,X):at===41?(i.consume(at),I--,X):at===null||at===32||at===40||Ipt(at)?f(at):(i.consume(at),at===92?rt:X)}function rt(at){return at===40||at===41||at===92?(i.consume(at),X):X(at)}}function m$t(i,a,f,g,w,v){const b=this;let E=0,_;return S;function S(R){return i.enter(g),i.enter(w),i.consume(R),i.exit(w),i.enter(v),I}function I(R){return E>999||R===null||R===91||R===93&&!_||R===94&&!E&&"_hiddenFootnoteSupport"in b.parser.constructs?f(R):R===93?(i.exit(v),i.enter(w),i.consume(R),i.exit(w),i.exit(g),a):Ba(R)?(i.enter("lineEnding"),i.consume(R),i.exit("lineEnding"),I):(i.enter("chunkString",{contentType:"string"}),B(R))}function B(R){return R===null||R===91||R===93||Ba(R)||E++>999?(i.exit("chunkString"),I(R)):(i.consume(R),_||(_=!fu(R)),R===92?F:B)}function F(R){return R===91||R===92||R===93?(i.consume(R),E++,B):B(R)}}function v$t(i,a,f,g,w,v){let b;return E;function E(F){return F===34||F===39||F===40?(i.enter(g),i.enter(w),i.consume(F),i.exit(w),b=F===40?41:F,_):f(F)}function _(F){return F===b?(i.enter(w),i.consume(F),i.exit(w),i.exit(g),a):(i.enter(v),S(F))}function S(F){return F===b?(i.exit(v),_(b)):F===null?f(F):Ba(F)?(i.enter("lineEnding"),i.consume(F),i.exit("lineEnding"),Cl(i,S,"linePrefix")):(i.enter("chunkString",{contentType:"string"}),I(F))}function I(F){return F===b||F===null||Ba(F)?(i.exit("chunkString"),S(F)):(i.consume(F),F===92?B:I)}function B(F){return F===b||F===92?(i.consume(F),I):I(F)}}function UF(i,a){let f;return g;function g(w){return Ba(w)?(i.enter("lineEnding"),i.consume(w),i.exit("lineEnding"),f=!0,g):fu(w)?Cl(i,g,f?"linePrefix":"lineSuffix")(w):a(w)}}function pM(i){return i.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const UUe={name:"definition",tokenize:KUe},GUe={tokenize:WUe,partial:!0};function KUe(i,a,f){const g=this;let w;return v;function v(R){return i.enter("definition"),b(R)}function b(R){return m$t.call(g,i,E,f,"definitionLabel","definitionLabelMarker","definitionLabelString")(R)}function E(R){return w=pM(g.sliceSerialize(g.events[g.events.length-1][1]).slice(1,-1)),R===58?(i.enter("definitionMarker"),i.consume(R),i.exit("definitionMarker"),_):f(R)}function _(R){return sb(R)?UF(i,S)(R):S(R)}function S(R){return w$t(i,I,f,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(R)}function I(R){return i.attempt(GUe,B,B)(R)}function B(R){return fu(R)?Cl(i,F,"whitespace")(R):F(R)}function F(R){return R===null||Ba(R)?(i.exit("definition"),g.parser.defined.push(w),a(R)):f(R)}}function WUe(i,a,f){return g;function g(E){return sb(E)?UF(i,w)(E):f(E)}function w(E){return v$t(i,v,f,"definitionTitle","definitionTitleMarker","definitionTitleString")(E)}function v(E){return fu(E)?Cl(i,b,"whitespace")(E):b(E)}function b(E){return E===null||Ba(E)?a(E):f(E)}}const YUe={name:"hardBreakEscape",tokenize:XUe};function XUe(i,a,f){return g;function g(v){return i.enter("hardBreakEscape"),i.consume(v),w}function w(v){return Ba(v)?(i.exit("hardBreakEscape"),a(v)):f(v)}}const QUe={name:"headingAtx",tokenize:ZUe,resolve:JUe};function JUe(i,a){let f=i.length-2,g=3,w,v;return i[g][1].type==="whitespace"&&(g+=2),f-2>g&&i[f][1].type==="whitespace"&&(f-=2),i[f][1].type==="atxHeadingSequence"&&(g===f-1||f-4>g&&i[f-2][1].type==="whitespace")&&(f-=g+1===f?2:4),f>g&&(w={type:"atxHeadingText",start:i[g][1].start,end:i[f][1].end},v={type:"chunkText",start:i[g][1].start,end:i[f][1].end,contentType:"text"},c4(i,g,f-g+1,[["enter",w,a],["enter",v,a],["exit",v,a],["exit",w,a]])),i}function ZUe(i,a,f){let g=0;return w;function w(I){return i.enter("atxHeading"),v(I)}function v(I){return i.enter("atxHeadingSequence"),b(I)}function b(I){return I===35&&g++<6?(i.consume(I),b):I===null||sb(I)?(i.exit("atxHeadingSequence"),E(I)):f(I)}function E(I){return I===35?(i.enter("atxHeadingSequence"),_(I)):I===null||Ba(I)?(i.exit("atxHeading"),a(I)):fu(I)?Cl(i,E,"whitespace")(I):(i.enter("atxHeadingText"),S(I))}function _(I){return I===35?(i.consume(I),_):(i.exit("atxHeadingSequence"),E(I))}function S(I){return I===null||I===35||sb(I)?(i.exit("atxHeadingText"),E(I)):(i.consume(I),S)}}const tGe=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],y$t=["pre","script","style","textarea"],eGe={name:"htmlFlow",tokenize:sGe,resolveTo:iGe,concrete:!0},nGe={tokenize:oGe,partial:!0},rGe={tokenize:aGe,partial:!0};function iGe(i){let a=i.length;for(;a--&&!(i[a][0]==="enter"&&i[a][1].type==="htmlFlow"););return a>1&&i[a-2][1].type==="linePrefix"&&(i[a][1].start=i[a-2][1].start,i[a+1][1].start=i[a-2][1].start,i.splice(a-2,2)),i}function sGe(i,a,f){const g=this;let w,v,b,E,_;return S;function S(Ot){return I(Ot)}function I(Ot){return i.enter("htmlFlow"),i.enter("htmlFlowData"),i.consume(Ot),B}function B(Ot){return Ot===33?(i.consume(Ot),F):Ot===47?(i.consume(Ot),v=!0,X):Ot===63?(i.consume(Ot),w=3,g.interrupt?a:xt):u4(Ot)?(i.consume(Ot),b=String.fromCharCode(Ot),rt):f(Ot)}function F(Ot){return Ot===45?(i.consume(Ot),w=2,R):Ot===91?(i.consume(Ot),w=5,E=0,q):u4(Ot)?(i.consume(Ot),w=4,g.interrupt?a:xt):f(Ot)}function R(Ot){return Ot===45?(i.consume(Ot),g.interrupt?a:xt):f(Ot)}function q(Ot){const vn="CDATA[";return Ot===vn.charCodeAt(E++)?(i.consume(Ot),E===vn.length?g.interrupt?a:Et:q):f(Ot)}function X(Ot){return u4(Ot)?(i.consume(Ot),b=String.fromCharCode(Ot),rt):f(Ot)}function rt(Ot){if(Ot===null||Ot===47||Ot===62||sb(Ot)){const vn=Ot===47,Pe=b.toLowerCase();return!vn&&!v&&y$t.includes(Pe)?(w=1,g.interrupt?a(Ot):Et(Ot)):tGe.includes(b.toLowerCase())?(w=6,vn?(i.consume(Ot),at):g.interrupt?a(Ot):Et(Ot)):(w=7,g.interrupt&&!g.parser.lazy[g.now().line]?f(Ot):v?ut(Ot):pt(Ot))}return Ot===45||Jv(Ot)?(i.consume(Ot),b+=String.fromCharCode(Ot),rt):f(Ot)}function at(Ot){return Ot===62?(i.consume(Ot),g.interrupt?a:Et):f(Ot)}function ut(Ot){return fu(Ot)?(i.consume(Ot),ut):ft(Ot)}function pt(Ot){return Ot===47?(i.consume(Ot),ft):Ot===58||Ot===95||u4(Ot)?(i.consume(Ot),yt):fu(Ot)?(i.consume(Ot),pt):ft(Ot)}function yt(Ot){return Ot===45||Ot===46||Ot===58||Ot===95||Jv(Ot)?(i.consume(Ot),yt):mt(Ot)}function mt(Ot){return Ot===61?(i.consume(Ot),gt):fu(Ot)?(i.consume(Ot),mt):pt(Ot)}function gt(Ot){return Ot===null||Ot===60||Ot===61||Ot===62||Ot===96?f(Ot):Ot===34||Ot===39?(i.consume(Ot),_=Ot,ht):fu(Ot)?(i.consume(Ot),gt):bt(Ot)}function ht(Ot){return Ot===_?(i.consume(Ot),_=null,Z):Ot===null||Ba(Ot)?f(Ot):(i.consume(Ot),ht)}function bt(Ot){return Ot===null||Ot===34||Ot===39||Ot===47||Ot===60||Ot===61||Ot===62||Ot===96||sb(Ot)?mt(Ot):(i.consume(Ot),bt)}function Z(Ot){return Ot===47||Ot===62||fu(Ot)?pt(Ot):f(Ot)}function ft(Ot){return Ot===62?(i.consume(Ot),Y):f(Ot)}function Y(Ot){return Ot===null||Ba(Ot)?Et(Ot):fu(Ot)?(i.consume(Ot),Y):f(Ot)}function Et(Ot){return Ot===45&&w===2?(i.consume(Ot),jt):Ot===60&&w===1?(i.consume(Ot),Ct):Ot===62&&w===4?(i.consume(Ot),Gt):Ot===63&&w===3?(i.consume(Ot),xt):Ot===93&&w===5?(i.consume(Ot),_t):Ba(Ot)&&(w===6||w===7)?(i.exit("htmlFlowData"),i.check(nGe,Be,V)(Ot)):Ot===null||Ba(Ot)?(i.exit("htmlFlowData"),V(Ot)):(i.consume(Ot),Et)}function V(Ot){return i.check(rGe,Nt,Be)(Ot)}function Nt(Ot){return i.enter("lineEnding"),i.consume(Ot),i.exit("lineEnding"),Dt}function Dt(Ot){return Ot===null||Ba(Ot)?V(Ot):(i.enter("htmlFlowData"),Et(Ot))}function jt(Ot){return Ot===45?(i.consume(Ot),xt):Et(Ot)}function Ct(Ot){return Ot===47?(i.consume(Ot),b="",Ft):Et(Ot)}function Ft(Ot){if(Ot===62){const vn=b.toLowerCase();return y$t.includes(vn)?(i.consume(Ot),Gt):Et(Ot)}return u4(Ot)&&b.length<8?(i.consume(Ot),b+=String.fromCharCode(Ot),Ft):Et(Ot)}function _t(Ot){return Ot===93?(i.consume(Ot),xt):Et(Ot)}function xt(Ot){return Ot===62?(i.consume(Ot),Gt):Ot===45&&w===2?(i.consume(Ot),xt):Et(Ot)}function Gt(Ot){return Ot===null||Ba(Ot)?(i.exit("htmlFlowData"),Be(Ot)):(i.consume(Ot),Gt)}function Be(Ot){return i.exit("htmlFlow"),a(Ot)}}function aGe(i,a,f){const g=this;return w;function w(b){return Ba(b)?(i.enter("lineEnding"),i.consume(b),i.exit("lineEnding"),v):f(b)}function v(b){return g.parser.lazy[g.now().line]?f(b):a(b)}}function oGe(i,a,f){return g;function g(w){return i.enter("lineEnding"),i.consume(w),i.exit("lineEnding"),i.attempt(KY,a,f)}}const cGe={name:"htmlText",tokenize:uGe};function uGe(i,a,f){const g=this;let w,v,b;return E;function E(xt){return i.enter("htmlText"),i.enter("htmlTextData"),i.consume(xt),_}function _(xt){return xt===33?(i.consume(xt),S):xt===47?(i.consume(xt),mt):xt===63?(i.consume(xt),pt):u4(xt)?(i.consume(xt),bt):f(xt)}function S(xt){return xt===45?(i.consume(xt),I):xt===91?(i.consume(xt),v=0,q):u4(xt)?(i.consume(xt),ut):f(xt)}function I(xt){return xt===45?(i.consume(xt),R):f(xt)}function B(xt){return xt===null?f(xt):xt===45?(i.consume(xt),F):Ba(xt)?(b=B,Ct(xt)):(i.consume(xt),B)}function F(xt){return xt===45?(i.consume(xt),R):B(xt)}function R(xt){return xt===62?jt(xt):xt===45?F(xt):B(xt)}function q(xt){const Gt="CDATA[";return xt===Gt.charCodeAt(v++)?(i.consume(xt),v===Gt.length?X:q):f(xt)}function X(xt){return xt===null?f(xt):xt===93?(i.consume(xt),rt):Ba(xt)?(b=X,Ct(xt)):(i.consume(xt),X)}function rt(xt){return xt===93?(i.consume(xt),at):X(xt)}function at(xt){return xt===62?jt(xt):xt===93?(i.consume(xt),at):X(xt)}function ut(xt){return xt===null||xt===62?jt(xt):Ba(xt)?(b=ut,Ct(xt)):(i.consume(xt),ut)}function pt(xt){return xt===null?f(xt):xt===63?(i.consume(xt),yt):Ba(xt)?(b=pt,Ct(xt)):(i.consume(xt),pt)}function yt(xt){return xt===62?jt(xt):pt(xt)}function mt(xt){return u4(xt)?(i.consume(xt),gt):f(xt)}function gt(xt){return xt===45||Jv(xt)?(i.consume(xt),gt):ht(xt)}function ht(xt){return Ba(xt)?(b=ht,Ct(xt)):fu(xt)?(i.consume(xt),ht):jt(xt)}function bt(xt){return xt===45||Jv(xt)?(i.consume(xt),bt):xt===47||xt===62||sb(xt)?Z(xt):f(xt)}function Z(xt){return xt===47?(i.consume(xt),jt):xt===58||xt===95||u4(xt)?(i.consume(xt),ft):Ba(xt)?(b=Z,Ct(xt)):fu(xt)?(i.consume(xt),Z):jt(xt)}function ft(xt){return xt===45||xt===46||xt===58||xt===95||Jv(xt)?(i.consume(xt),ft):Y(xt)}function Y(xt){return xt===61?(i.consume(xt),Et):Ba(xt)?(b=Y,Ct(xt)):fu(xt)?(i.consume(xt),Y):Z(xt)}function Et(xt){return xt===null||xt===60||xt===61||xt===62||xt===96?f(xt):xt===34||xt===39?(i.consume(xt),w=xt,V):Ba(xt)?(b=Et,Ct(xt)):fu(xt)?(i.consume(xt),Et):(i.consume(xt),Nt)}function V(xt){return xt===w?(i.consume(xt),w=void 0,Dt):xt===null?f(xt):Ba(xt)?(b=V,Ct(xt)):(i.consume(xt),V)}function Nt(xt){return xt===null||xt===34||xt===39||xt===60||xt===61||xt===96?f(xt):xt===47||xt===62||sb(xt)?Z(xt):(i.consume(xt),Nt)}function Dt(xt){return xt===47||xt===62||sb(xt)?Z(xt):f(xt)}function jt(xt){return xt===62?(i.consume(xt),i.exit("htmlTextData"),i.exit("htmlText"),a):f(xt)}function Ct(xt){return i.exit("htmlTextData"),i.enter("lineEnding"),i.consume(xt),i.exit("lineEnding"),Ft}function Ft(xt){return fu(xt)?Cl(i,_t,"linePrefix",g.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(xt):_t(xt)}function _t(xt){return i.enter("htmlTextData"),b(xt)}}const Rpt={name:"labelEnd",tokenize:pGe,resolveTo:gGe,resolveAll:dGe},lGe={tokenize:bGe},hGe={tokenize:wGe},fGe={tokenize:mGe};function dGe(i){let a=-1;for(;++a<i.length;){const f=i[a][1];(f.type==="labelImage"||f.type==="labelLink"||f.type==="labelEnd")&&(i.splice(a+1,f.type==="labelImage"?4:2),f.type="data",a++)}return i}function gGe(i,a){let f=i.length,g=0,w,v,b,E;for(;f--;)if(w=i[f][1],v){if(w.type==="link"||w.type==="labelLink"&&w._inactive)break;i[f][0]==="enter"&&w.type==="labelLink"&&(w._inactive=!0)}else if(b){if(i[f][0]==="enter"&&(w.type==="labelImage"||w.type==="labelLink")&&!w._balanced&&(v=f,w.type!=="labelLink")){g=2;break}}else w.type==="labelEnd"&&(b=f);const _={type:i[v][1].type==="labelLink"?"link":"image",start:Object.assign({},i[v][1].start),end:Object.assign({},i[i.length-1][1].end)},S={type:"label",start:Object.assign({},i[v][1].start),end:Object.assign({},i[b][1].end)},I={type:"labelText",start:Object.assign({},i[v+g+2][1].end),end:Object.assign({},i[b-2][1].start)};return E=[["enter",_,a],["enter",S,a]],E=Yw(E,i.slice(v+1,v+g+3)),E=Yw(E,[["enter",I,a]]),E=Yw(E,Ppt(a.parser.constructs.insideSpan.null,i.slice(v+g+4,b-3),a)),E=Yw(E,[["exit",I,a],i[b-2],i[b-1],["exit",S,a]]),E=Yw(E,i.slice(b+1)),E=Yw(E,[["exit",_,a]]),c4(i,v,i.length,E),i}function pGe(i,a,f){const g=this;let w=g.events.length,v,b;for(;w--;)if((g.events[w][1].type==="labelImage"||g.events[w][1].type==="labelLink")&&!g.events[w][1]._balanced){v=g.events[w][1];break}return E;function E(F){return v?v._inactive?B(F):(b=g.parser.defined.includes(pM(g.sliceSerialize({start:v.end,end:g.now()}))),i.enter("labelEnd"),i.enter("labelMarker"),i.consume(F),i.exit("labelMarker"),i.exit("labelEnd"),_):f(F)}function _(F){return F===40?i.attempt(lGe,I,b?I:B)(F):F===91?i.attempt(hGe,I,b?S:B)(F):b?I(F):B(F)}function S(F){return i.attempt(fGe,I,B)(F)}function I(F){return a(F)}function B(F){return v._balanced=!0,f(F)}}function bGe(i,a,f){return g;function g(B){return i.enter("resource"),i.enter("resourceMarker"),i.consume(B),i.exit("resourceMarker"),w}function w(B){return sb(B)?UF(i,v)(B):v(B)}function v(B){return B===41?I(B):w$t(i,b,E,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(B)}function b(B){return sb(B)?UF(i,_)(B):I(B)}function E(B){return f(B)}function _(B){return B===34||B===39||B===40?v$t(i,S,f,"resourceTitle","resourceTitleMarker","resourceTitleString")(B):I(B)}function S(B){return sb(B)?UF(i,I)(B):I(B)}function I(B){return B===41?(i.enter("resourceMarker"),i.consume(B),i.exit("resourceMarker"),i.exit("resource"),a):f(B)}}function wGe(i,a,f){const g=this;return w;function w(E){return m$t.call(g,i,v,b,"reference","referenceMarker","referenceString")(E)}function v(E){return g.parser.defined.includes(pM(g.sliceSerialize(g.events[g.events.length-1][1]).slice(1,-1)))?a(E):f(E)}function b(E){return f(E)}}function mGe(i,a,f){return g;function g(v){return i.enter("reference"),i.enter("referenceMarker"),i.consume(v),i.exit("referenceMarker"),w}function w(v){return v===93?(i.enter("referenceMarker"),i.consume(v),i.exit("referenceMarker"),i.exit("reference"),a):f(v)}}const vGe={name:"labelStartImage",tokenize:yGe,resolveAll:Rpt.resolveAll};function yGe(i,a,f){const g=this;return w;function w(E){return i.enter("labelImage"),i.enter("labelImageMarker"),i.consume(E),i.exit("labelImageMarker"),v}function v(E){return E===91?(i.enter("labelMarker"),i.consume(E),i.exit("labelMarker"),i.exit("labelImage"),b):f(E)}function b(E){return E===94&&"_hiddenFootnoteSupport"in g.parser.constructs?f(E):a(E)}}const xGe={name:"labelStartLink",tokenize:kGe,resolveAll:Rpt.resolveAll};function kGe(i,a,f){const g=this;return w;function w(b){return i.enter("labelLink"),i.enter("labelMarker"),i.consume(b),i.exit("labelMarker"),i.exit("labelLink"),v}function v(b){return b===94&&"_hiddenFootnoteSupport"in g.parser.constructs?f(b):a(b)}}const jpt={name:"lineEnding",tokenize:EGe};function EGe(i,a){return f;function f(g){return i.enter("lineEnding"),i.consume(g),i.exit("lineEnding"),Cl(i,a,"linePrefix")}}const WY={name:"thematicBreak",tokenize:TGe};function TGe(i,a,f){let g=0,w;return v;function v(S){return i.enter("thematicBreak"),b(S)}function b(S){return w=S,E(S)}function E(S){return S===w?(i.enter("thematicBreakSequence"),_(S)):g>=3&&(S===null||Ba(S))?(i.exit("thematicBreak"),a(S)):f(S)}function _(S){return S===w?(i.consume(S),g++,_):(i.exit("thematicBreakSequence"),fu(S)?Cl(i,E,"whitespace")(S):E(S))}}const ab={name:"list",tokenize:SGe,continuation:{tokenize:AGe},exit:MGe},CGe={tokenize:DGe,partial:!0},_Ge={tokenize:LGe,partial:!0};function SGe(i,a,f){const g=this,w=g.events[g.events.length-1];let v=w&&w[1].type==="linePrefix"?w[2].sliceSerialize(w[1],!0).length:0,b=0;return E;function E(R){const q=g.containerState.type||(R===42||R===43||R===45?"listUnordered":"listOrdered");if(q==="listUnordered"?!g.containerState.marker||R===g.containerState.marker:Opt(R)){if(g.containerState.type||(g.containerState.type=q,i.enter(q,{_container:!0})),q==="listUnordered")return i.enter("listItemPrefix"),R===42||R===45?i.check(WY,f,S)(R):S(R);if(!g.interrupt||R===49)return i.enter("listItemPrefix"),i.enter("listItemValue"),_(R)}return f(R)}function _(R){return Opt(R)&&++b<10?(i.consume(R),_):(!g.interrupt||b<2)&&(g.containerState.marker?R===g.containerState.marker:R===41||R===46)?(i.exit("listItemValue"),S(R)):f(R)}function S(R){return i.enter("listItemMarker"),i.consume(R),i.exit("listItemMarker"),g.containerState.marker=g.containerState.marker||R,i.check(KY,g.interrupt?f:I,i.attempt(CGe,F,B))}function I(R){return g.containerState.initialBlankLine=!0,v++,F(R)}function B(R){return fu(R)?(i.enter("listItemPrefixWhitespace"),i.consume(R),i.exit("listItemPrefixWhitespace"),F):f(R)}function F(R){return g.containerState.size=v+g.sliceSerialize(i.exit("listItemPrefix"),!0).length,a(R)}}function AGe(i,a,f){const g=this;return g.containerState._closeFlow=void 0,i.check(KY,w,v);function w(E){return g.containerState.furtherBlankLines=g.containerState.furtherBlankLines||g.containerState.initialBlankLine,Cl(i,a,"listItemIndent",g.containerState.size+1)(E)}function v(E){return g.containerState.furtherBlankLines||!fu(E)?(g.containerState.furtherBlankLines=void 0,g.containerState.initialBlankLine=void 0,b(E)):(g.containerState.furtherBlankLines=void 0,g.containerState.initialBlankLine=void 0,i.attempt(_Ge,a,b)(E))}function b(E){return g.containerState._closeFlow=!0,g.interrupt=void 0,Cl(i,i.attempt(ab,a,f),"linePrefix",g.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(E)}}function LGe(i,a,f){const g=this;return Cl(i,w,"listItemIndent",g.containerState.size+1);function w(v){const b=g.events[g.events.length-1];return b&&b[1].type==="listItemIndent"&&b[2].sliceSerialize(b[1],!0).length===g.containerState.size?a(v):f(v)}}function MGe(i){i.exit(this.containerState.type)}function DGe(i,a,f){const g=this;return Cl(i,w,"listItemPrefixWhitespace",g.parser.constructs.disable.null.includes("codeIndented")?void 0:4+1);function w(v){const b=g.events[g.events.length-1];return!fu(v)&&b&&b[1].type==="listItemPrefixWhitespace"?a(v):f(v)}}const x$t={name:"setextUnderline",tokenize:OGe,resolveTo:IGe};function IGe(i,a){let f=i.length,g,w,v;for(;f--;)if(i[f][0]==="enter"){if(i[f][1].type==="content"){g=f;break}i[f][1].type==="paragraph"&&(w=f)}else i[f][1].type==="content"&&i.splice(f,1),!v&&i[f][1].type==="definition"&&(v=f);const b={type:"setextHeading",start:Object.assign({},i[w][1].start),end:Object.assign({},i[i.length-1][1].end)};return i[w][1].type="setextHeadingText",v?(i.splice(w,0,["enter",b,a]),i.splice(v+1,0,["exit",i[g][1],a]),i[g][1].end=Object.assign({},i[v][1].end)):i[g][1]=b,i.push(["exit",b,a]),i}function OGe(i,a,f){const g=this;let w;return v;function v(S){let I=g.events.length,B;for(;I--;)if(g.events[I][1].type!=="lineEnding"&&g.events[I][1].type!=="linePrefix"&&g.events[I][1].type!=="content"){B=g.events[I][1].type==="paragraph";break}return!g.parser.lazy[g.now().line]&&(g.interrupt||B)?(i.enter("setextHeadingLine"),w=S,b(S)):f(S)}function b(S){return i.enter("setextHeadingLineSequence"),E(S)}function E(S){return S===w?(i.consume(S),E):(i.exit("setextHeadingLineSequence"),fu(S)?Cl(i,_,"lineSuffix")(S):_(S))}function _(S){return S===null||Ba(S)?(i.exit("setextHeadingLine"),a(S)):f(S)}}const PGe={tokenize:NGe};function NGe(i){const a=this,f=i.attempt(KY,g,i.attempt(this.parser.constructs.flowInitial,w,Cl(i,i.attempt(this.parser.constructs.flow,w,i.attempt($Ue,w)),"linePrefix")));return f;function g(v){if(v===null){i.consume(v);return}return i.enter("lineEndingBlank"),i.consume(v),i.exit("lineEndingBlank"),a.currentConstruct=void 0,f}function w(v){if(v===null){i.consume(v);return}return i.enter("lineEnding"),i.consume(v),i.exit("lineEnding"),a.currentConstruct=void 0,f}}const FGe={resolveAll:E$t()},BGe=k$t("string"),RGe=k$t("text");function k$t(i){return{tokenize:a,resolveAll:E$t(i==="text"?jGe:void 0)};function a(f){const g=this,w=this.parser.constructs[i],v=f.attempt(w,b,E);return b;function b(I){return S(I)?v(I):E(I)}function E(I){if(I===null){f.consume(I);return}return f.enter("data"),f.consume(I),_}function _(I){return S(I)?(f.exit("data"),v(I)):(f.consume(I),_)}function S(I){if(I===null)return!0;const B=w[I];let F=-1;if(B)for(;++F<B.length;){const R=B[F];if(!R.previous||R.previous.call(g,g.previous))return!0}return!1}}}function E$t(i){return a;function a(f,g){let w=-1,v;for(;++w<=f.length;)v===void 0?f[w]&&f[w][1].type==="data"&&(v=w,w++):(!f[w]||f[w][1].type!=="data")&&(w!==v+2&&(f[v][1].end=f[w-1][1].end,f.splice(v+2,w-v-2),w=v+2),v=void 0);return i?i(f,g):f}}function jGe(i,a){let f=0;for(;++f<=i.length;)if((f===i.length||i[f][1].type==="lineEnding")&&i[f-1][1].type==="data"){const g=i[f-1][1],w=a.sliceStream(g);let v=w.length,b=-1,E=0,_;for(;v--;){const S=w[v];if(typeof S=="string"){for(b=S.length;S.charCodeAt(b-1)===32;)E++,b--;if(b)break;b=-1}else if(S===-2)_=!0,E++;else if(S!==-1){v++;break}}if(E){const S={type:f===i.length||_||E<2?"lineSuffix":"hardBreakTrailing",start:{line:g.end.line,column:g.end.column-E,offset:g.end.offset-E,_index:g.start._index+v,_bufferIndex:v?b:g.start._bufferIndex+b},end:Object.assign({},g.end)};g.end=Object.assign({},S.start),g.start.offset===g.end.offset?Object.assign(g,S):(i.splice(f,0,["enter",S,a],["exit",S,a]),f+=2)}f++}return i}function $Ge(i,a,f){let g=Object.assign(f?Object.assign({},f):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1});const w={},v=[];let b=[],E=[];const _={consume:ut,enter:pt,exit:yt,attempt:ht(mt),check:ht(gt),interrupt:ht(gt,{interrupt:!0})},S={previous:null,code:null,containerState:{},events:[],parser:i,sliceStream:R,sliceSerialize:F,now:q,defineSkip:X,write:B};let I=a.tokenize.call(S,_);return a.resolveAll&&v.push(a),S;function B(Y){return b=Yw(b,Y),rt(),b[b.length-1]!==null?[]:(bt(a,0),S.events=Ppt(v,S.events,S),S.events)}function F(Y,Et){return qGe(R(Y),Et)}function R(Y){return zGe(b,Y)}function q(){const{line:Y,column:Et,offset:V,_index:Nt,_bufferIndex:Dt}=g;return{line:Y,column:Et,offset:V,_index:Nt,_bufferIndex:Dt}}function X(Y){w[Y.line]=Y.column,ft()}function rt(){let Y;for(;g._index<b.length;){const Et=b[g._index];if(typeof Et=="string")for(Y=g._index,g._bufferIndex<0&&(g._bufferIndex=0);g._index===Y&&g._bufferIndex<Et.length;)at(Et.charCodeAt(g._bufferIndex));else at(Et)}}function at(Y){I=I(Y)}function ut(Y){Ba(Y)?(g.line++,g.column=1,g.offset+=Y===-3?2:1,ft()):Y!==-1&&(g.column++,g.offset++),g._bufferIndex<0?g._index++:(g._bufferIndex++,g._bufferIndex===b[g._index].length&&(g._bufferIndex=-1,g._index++)),S.previous=Y}function pt(Y,Et){const V=Et||{};return V.type=Y,V.start=q(),S.events.push(["enter",V,S]),E.push(V),V}function yt(Y){const Et=E.pop();return Et.end=q(),S.events.push(["exit",Et,S]),Et}function mt(Y,Et){bt(Y,Et.from)}function gt(Y,Et){Et.restore()}function ht(Y,Et){return V;function V(Nt,Dt,jt){let Ct,Ft,_t,xt;return Array.isArray(Nt)?Be(Nt):"tokenize"in Nt?Be([Nt]):Gt(Nt);function Gt(Ee){return nn;function nn(sn){const me=sn!==null&&Ee[sn],Fe=sn!==null&&Ee.null,Qt=[...Array.isArray(me)?me:me?[me]:[],...Array.isArray(Fe)?Fe:Fe?[Fe]:[]];return Be(Qt)(sn)}}function Be(Ee){return Ct=Ee,Ft=0,Ee.length===0?jt:Ot(Ee[Ft])}function Ot(Ee){return nn;function nn(sn){return xt=Z(),_t=Ee,Ee.partial||(S.currentConstruct=Ee),Ee.name&&S.parser.constructs.disable.null.includes(Ee.name)?Pe():Ee.tokenize.call(Et?Object.assign(Object.create(S),Et):S,_,vn,Pe)(sn)}}function vn(Ee){return Y(_t,xt),Dt}function Pe(Ee){return xt.restore(),++Ft<Ct.length?Ot(Ct[Ft]):jt}}}function bt(Y,Et){Y.resolveAll&&!v.includes(Y)&&v.push(Y),Y.resolve&&c4(S.events,Et,S.events.length-Et,Y.resolve(S.events.slice(Et),S)),Y.resolveTo&&(S.events=Y.resolveTo(S.events,S))}function Z(){const Y=q(),Et=S.previous,V=S.currentConstruct,Nt=S.events.length,Dt=Array.from(E);return{restore:jt,from:Nt};function jt(){g=Y,S.previous=Et,S.currentConstruct=V,S.events.length=Nt,E=Dt,ft()}}function ft(){g.line in w&&g.column<2&&(g.column=w[g.line],g.offset+=w[g.line]-1)}}function zGe(i,a){const f=a.start._index,g=a.start._bufferIndex,w=a.end._index,v=a.end._bufferIndex;let b;if(f===w)b=[i[f].slice(g,v)];else{if(b=i.slice(f,w),g>-1){const E=b[0];typeof E=="string"?b[0]=E.slice(g):b.shift()}v>0&&b.push(i[w].slice(0,v))}return b}function qGe(i,a){let f=-1;const g=[];let w;for(;++f<i.length;){const v=i[f];let b;if(typeof v=="string")b=v;else switch(v){case-5:{b="\r";break}case-4:{b=`
+`;break}case-3:{b=`\r
+`;break}case-2:{b=a?" ":" ";break}case-1:{if(!a&&w)continue;b=" ";break}default:b=String.fromCharCode(v)}w=v===-2,g.push(b)}return g.join("")}const HGe=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:{null:[42,95]},contentInitial:{91:UUe},disable:{null:[]},document:{42:ab,43:ab,45:ab,48:ab,49:ab,50:ab,51:ab,52:ab,53:ab,54:ab,55:ab,56:ab,57:ab,62:l$t},flow:{35:QUe,42:WY,45:[x$t,WY],60:eGe,61:x$t,95:WY,96:p$t,126:p$t},flowInitial:{[-2]:Bpt,[-1]:Bpt,32:Bpt},insideSpan:{null:[Npt,FGe]},string:{38:d$t,92:h$t},text:{[-5]:jpt,[-4]:jpt,[-3]:jpt,33:vGe,38:d$t,42:Npt,60:[kUe,cGe],91:xGe,92:[YUe,h$t],93:Rpt,95:Npt,96:NUe}},Symbol.toStringTag,{value:"Module"}));function VGe(i){const f=aUe([HGe,...(i||{}).extensions||[]]),g={defined:[],lazy:{},constructs:f,content:w(pUe),document:w(wUe),flow:w(PGe),string:w(BGe),text:w(RGe)};return g;function w(v){return b;function b(E){return $Ge(g,v,E)}}}const T$t=/[\0\t\n\r]/g;function UGe(){let i=1,a="",f=!0,g;return w;function w(v,b,E){const _=[];let S,I,B,F,R;for(v=a+v.toString(b),B=0,a="",f&&(v.charCodeAt(0)===65279&&B++,f=void 0);B<v.length;){if(T$t.lastIndex=B,S=T$t.exec(v),F=S&&S.index!==void 0?S.index:v.length,R=v.charCodeAt(F),!S){a=v.slice(B);break}if(R===10&&B===F&&g)_.push(-3),g=void 0;else switch(g&&(_.push(-5),g=void 0),B<F&&(_.push(v.slice(B,F)),i+=F-B),R){case 0:{_.push(65533),i++;break}case 9:{for(I=Math.ceil(i/4)*4,_.push(-2);i++<I;)_.push(-1);break}case 10:{_.push(-4),i=1;break}default:g=!0,i=1}B=F+1}return E&&(g&&_.push(-5),a&&_.push(a),_.push(null)),_}}function GGe(i){for(;!b$t(i););return i}function C$t(i,a){const f=Number.parseInt(i,a);return f<9||f===11||f>13&&f<32||f>126&&f<160||f>55295&&f<57344||f>64975&&f<65008||(f&65535)===65535||(f&65535)===65534||f>1114111?"�":String.fromCharCode(f)}const KGe=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function WGe(i){return i.replace(KGe,YGe)}function YGe(i,a,f){if(a)return a;if(f.charCodeAt(0)===35){const w=f.charCodeAt(1),v=w===120||w===88;return C$t(f.slice(v?2:1),v?16:10)}return Fpt(f)||i}function YY(i){return!i||typeof i!="object"?"":"position"in i||"type"in i?_$t(i.position):"start"in i||"end"in i?_$t(i):"line"in i||"column"in i?$pt(i):""}function $pt(i){return S$t(i&&i.line)+":"+S$t(i&&i.column)}function _$t(i){return $pt(i&&i.start)+"-"+$pt(i&&i.end)}function S$t(i){return i&&typeof i=="number"?i:1}const A$t={}.hasOwnProperty,L$t=function(i,a,f){return typeof a!="string"&&(f=a,a=void 0),XGe(f)(GGe(VGe(f).document().write(UGe()(i,a,!0))))};function XGe(i){const a={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:E(da),autolinkProtocol:Y,autolinkEmail:Y,atxHeading:E(Pr),blockQuote:E(Qt),characterEscape:Y,characterReference:Y,codeFenced:E(Ae),codeFencedFenceInfo:_,codeFencedFenceMeta:_,codeIndented:E(Ae,_),codeText:E(Se,_),codeTextData:Y,data:Y,codeFlowValue:Y,definition:E(Dn),definitionDestinationString:_,definitionLabelString:_,definitionTitleString:_,emphasis:E(oe),hardBreakEscape:E(we),hardBreakTrailing:E(we),htmlFlow:E(Ri,_),htmlFlowData:Y,htmlText:E(Ri,_),htmlTextData:Y,image:E(yi),label:_,link:E(da),listItem:E(Ra),listItemValue:q,listOrdered:E(Ss,R),listUnordered:E(Ss),paragraph:E(fr),reference:Pe,referenceString:_,resourceDestinationString:_,resourceTitleString:_,setextHeading:E(Pr),strong:E(An),thematicBreak:E(Bn)},exit:{atxHeading:I(),atxHeadingSequence:ht,autolink:I(),autolinkEmail:Fe,autolinkProtocol:me,blockQuote:I(),characterEscapeValue:Et,characterReferenceMarkerHexadecimal:nn,characterReferenceMarkerNumeric:nn,characterReferenceValue:sn,codeFenced:I(ut),codeFencedFence:at,codeFencedFenceInfo:X,codeFencedFenceMeta:rt,codeFlowValue:Et,codeIndented:I(pt),codeText:I(Ct),codeTextData:Et,data:Et,definition:I(),definitionDestinationString:gt,definitionLabelString:yt,definitionTitleString:mt,emphasis:I(),hardBreakEscape:I(Nt),hardBreakTrailing:I(Nt),htmlFlow:I(Dt),htmlFlowData:Et,htmlText:I(jt),htmlTextData:Et,image:I(_t),label:Gt,labelText:xt,lineEnding:V,link:I(Ft),listItem:I(),listOrdered:I(),listUnordered:I(),paragraph:I(),referenceString:Ee,resourceDestinationString:Be,resourceTitleString:Ot,resource:vn,setextHeading:I(ft),setextHeadingLineSequence:Z,setextHeadingText:bt,strong:I(),thematicBreak:I()}};M$t(a,(i||{}).mdastExtensions||[]);const f={};return g;function g(Te){let be={type:"root",children:[]};const Qe={stack:[be],tokenStack:[],config:a,enter:S,exit:B,buffer:_,resume:F,setData:v,getData:b},rn=[];let yn=-1;for(;++yn<Te.length;)if(Te[yn][1].type==="listOrdered"||Te[yn][1].type==="listUnordered")if(Te[yn][0]==="enter")rn.push(yn);else{const ja=rn.pop();yn=w(Te,ja,yn)}for(yn=-1;++yn<Te.length;){const ja=a[Te[yn][0]];A$t.call(ja,Te[yn][1].type)&&ja[Te[yn][1].type].call(Object.assign({sliceSerialize:Te[yn][2].sliceSerialize},Qe),Te[yn][1])}if(Qe.tokenStack.length>0){const ja=Qe.tokenStack[Qe.tokenStack.length-1];(ja[1]||D$t).call(Qe,void 0,ja[0])}for(be.position={start:x8(Te.length>0?Te[0][1].start:{line:1,column:1,offset:0}),end:x8(Te.length>0?Te[Te.length-2][1].end:{line:1,column:1,offset:0})},yn=-1;++yn<a.transforms.length;)be=a.transforms[yn](be)||be;return be}function w(Te,be,Qe){let rn=be-1,yn=-1,ja=!1,mo,vo,ma,$a;for(;++rn<=Qe;){const gs=Te[rn];if(gs[1].type==="listUnordered"||gs[1].type==="listOrdered"||gs[1].type==="blockQuote"?(gs[0]==="enter"?yn++:yn--,$a=void 0):gs[1].type==="lineEndingBlank"?gs[0]==="enter"&&(mo&&!$a&&!yn&&!ma&&(ma=rn),$a=void 0):gs[1].type==="linePrefix"||gs[1].type==="listItemValue"||gs[1].type==="listItemMarker"||gs[1].type==="listItemPrefix"||gs[1].type==="listItemPrefixWhitespace"||($a=void 0),!yn&&gs[0]==="enter"&&gs[1].type==="listItemPrefix"||yn===-1&&gs[0]==="exit"&&(gs[1].type==="listUnordered"||gs[1].type==="listOrdered")){if(mo){let Nu=rn;for(vo=void 0;Nu--;){const ta=Te[Nu];if(ta[1].type==="lineEnding"||ta[1].type==="lineEndingBlank"){if(ta[0]==="exit")continue;vo&&(Te[vo][1].type="lineEndingBlank",ja=!0),ta[1].type="lineEnding",vo=Nu}else if(!(ta[1].type==="linePrefix"||ta[1].type==="blockQuotePrefix"||ta[1].type==="blockQuotePrefixWhitespace"||ta[1].type==="blockQuoteMarker"||ta[1].type==="listItemIndent"))break}ma&&(!vo||ma<vo)&&(mo._spread=!0),mo.end=Object.assign({},vo?Te[vo][1].start:gs[1].end),Te.splice(vo||rn,0,["exit",mo,gs[2]]),rn++,Qe++}gs[1].type==="listItemPrefix"&&(mo={type:"listItem",_spread:!1,start:Object.assign({},gs[1].start)},Te.splice(rn,0,["enter",mo,gs[2]]),rn++,Qe++,ma=void 0,$a=!0)}}return Te[be][1]._spread=ja,Qe}function v(Te,be){f[Te]=be}function b(Te){return f[Te]}function E(Te,be){return Qe;function Qe(rn){S.call(this,Te(rn),rn),be&&be.call(this,rn)}}function _(){this.stack.push({type:"fragment",children:[]})}function S(Te,be,Qe){return this.stack[this.stack.length-1].children.push(Te),this.stack.push(Te),this.tokenStack.push([be,Qe]),Te.position={start:x8(be.start)},Te}function I(Te){return be;function be(Qe){Te&&Te.call(this,Qe),B.call(this,Qe)}}function B(Te,be){const Qe=this.stack.pop(),rn=this.tokenStack.pop();if(rn)rn[0].type!==Te.type&&(be?be.call(this,Te,rn[0]):(rn[1]||D$t).call(this,Te,rn[0]));else throw new Error("Cannot close `"+Te.type+"` ("+YY({start:Te.start,end:Te.end})+"): it’s not open");return Qe.position.end=x8(Te.end),Qe}function F(){return iUe(this.stack.pop())}function R(){v("expectingFirstListItemValue",!0)}function q(Te){if(b("expectingFirstListItemValue")){const be=this.stack[this.stack.length-2];be.start=Number.parseInt(this.sliceSerialize(Te),10),v("expectingFirstListItemValue")}}function X(){const Te=this.resume(),be=this.stack[this.stack.length-1];be.lang=Te}function rt(){const Te=this.resume(),be=this.stack[this.stack.length-1];be.meta=Te}function at(){b("flowCodeInside")||(this.buffer(),v("flowCodeInside",!0))}function ut(){const Te=this.resume(),be=this.stack[this.stack.length-1];be.value=Te.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),v("flowCodeInside")}function pt(){const Te=this.resume(),be=this.stack[this.stack.length-1];be.value=Te.replace(/(\r?\n|\r)$/g,"")}function yt(Te){const be=this.resume(),Qe=this.stack[this.stack.length-1];Qe.label=be,Qe.identifier=pM(this.sliceSerialize(Te)).toLowerCase()}function mt(){const Te=this.resume(),be=this.stack[this.stack.length-1];be.title=Te}function gt(){const Te=this.resume(),be=this.stack[this.stack.length-1];be.url=Te}function ht(Te){const be=this.stack[this.stack.length-1];if(!be.depth){const Qe=this.sliceSerialize(Te).length;be.depth=Qe}}function bt(){v("setextHeadingSlurpLineEnding",!0)}function Z(Te){const be=this.stack[this.stack.length-1];be.depth=this.sliceSerialize(Te).charCodeAt(0)===61?1:2}function ft(){v("setextHeadingSlurpLineEnding")}function Y(Te){const be=this.stack[this.stack.length-1];let Qe=be.children[be.children.length-1];(!Qe||Qe.type!=="text")&&(Qe=Pn(),Qe.position={start:x8(Te.start)},be.children.push(Qe)),this.stack.push(Qe)}function Et(Te){const be=this.stack.pop();be.value+=this.sliceSerialize(Te),be.position.end=x8(Te.end)}function V(Te){const be=this.stack[this.stack.length-1];if(b("atHardBreak")){const Qe=be.children[be.children.length-1];Qe.position.end=x8(Te.end),v("atHardBreak");return}!b("setextHeadingSlurpLineEnding")&&a.canContainEols.includes(be.type)&&(Y.call(this,Te),Et.call(this,Te))}function Nt(){v("atHardBreak",!0)}function Dt(){const Te=this.resume(),be=this.stack[this.stack.length-1];be.value=Te}function jt(){const Te=this.resume(),be=this.stack[this.stack.length-1];be.value=Te}function Ct(){const Te=this.resume(),be=this.stack[this.stack.length-1];be.value=Te}function Ft(){const Te=this.stack[this.stack.length-1];if(b("inReference")){const be=b("referenceType")||"shortcut";Te.type+="Reference",Te.referenceType=be,delete Te.url,delete Te.title}else delete Te.identifier,delete Te.label;v("referenceType")}function _t(){const Te=this.stack[this.stack.length-1];if(b("inReference")){const be=b("referenceType")||"shortcut";Te.type+="Reference",Te.referenceType=be,delete Te.url,delete Te.title}else delete Te.identifier,delete Te.label;v("referenceType")}function xt(Te){const be=this.sliceSerialize(Te),Qe=this.stack[this.stack.length-2];Qe.label=WGe(be),Qe.identifier=pM(be).toLowerCase()}function Gt(){const Te=this.stack[this.stack.length-1],be=this.resume(),Qe=this.stack[this.stack.length-1];if(v("inReference",!0),Qe.type==="link"){const rn=Te.children;Qe.children=rn}else Qe.alt=be}function Be(){const Te=this.resume(),be=this.stack[this.stack.length-1];be.url=Te}function Ot(){const Te=this.resume(),be=this.stack[this.stack.length-1];be.title=Te}function vn(){v("inReference")}function Pe(){v("referenceType","collapsed")}function Ee(Te){const be=this.resume(),Qe=this.stack[this.stack.length-1];Qe.label=be,Qe.identifier=pM(this.sliceSerialize(Te)).toLowerCase(),v("referenceType","full")}function nn(Te){v("characterReferenceType",Te.type)}function sn(Te){const be=this.sliceSerialize(Te),Qe=b("characterReferenceType");let rn;Qe?(rn=C$t(be,Qe==="characterReferenceMarkerNumeric"?10:16),v("characterReferenceType")):rn=Fpt(be);const yn=this.stack.pop();yn.value+=rn,yn.position.end=x8(Te.end)}function me(Te){Et.call(this,Te);const be=this.stack[this.stack.length-1];be.url=this.sliceSerialize(Te)}function Fe(Te){Et.call(this,Te);const be=this.stack[this.stack.length-1];be.url="mailto:"+this.sliceSerialize(Te)}function Qt(){return{type:"blockquote",children:[]}}function Ae(){return{type:"code",lang:null,meta:null,value:""}}function Se(){return{type:"inlineCode",value:""}}function Dn(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function oe(){return{type:"emphasis",children:[]}}function Pr(){return{type:"heading",depth:void 0,children:[]}}function we(){return{type:"break"}}function Ri(){return{type:"html",value:""}}function yi(){return{type:"image",title:null,url:"",alt:null}}function da(){return{type:"link",title:null,url:"",children:[]}}function Ss(Te){return{type:"list",ordered:Te.type==="listOrdered",start:null,spread:Te._spread,children:[]}}function Ra(Te){return{type:"listItem",spread:Te._spread,checked:null,children:[]}}function fr(){return{type:"paragraph",children:[]}}function An(){return{type:"strong",children:[]}}function Pn(){return{type:"text",value:""}}function Bn(){return{type:"thematicBreak"}}}function x8(i){return{line:i.line,column:i.column,offset:i.offset}}function M$t(i,a){let f=-1;for(;++f<a.length;){const g=a[f];Array.isArray(g)?M$t(i,g):QGe(i,g)}}function QGe(i,a){let f;for(f in a)if(A$t.call(a,f)){if(f==="canContainEols"){const g=a[f];g&&i[f].push(...g)}else if(f==="transforms"){const g=a[f];g&&i[f].push(...g)}else if(f==="enter"||f==="exit"){const g=a[f];g&&Object.assign(i[f],g)}}}function D$t(i,a){throw i?new Error("Cannot close `"+i.type+"` ("+YY({start:i.start,end:i.end})+"): a different token (`"+a.type+"`, "+YY({start:a.start,end:a.end})+") is open"):new Error("Cannot close document, a token (`"+a.type+"`, "+YY({start:a.start,end:a.end})+") is still open")}function JGe(i){const a=i.replace(/\n{2,}/g,`
+`);return SL(a)}function ZGe(i){const a=JGe(i),{children:f}=L$t(a),g=[[]];let w=0;function v(b,E="normal"){b.type==="text"?b.value.split(`
+`).forEach((S,I)=>{I!==0&&(w++,g.push([])),S.split(" ").forEach(B=>{B&&g[w].push({content:B,type:E})})}):(b.type==="strong"||b.type==="emphasis")&&b.children.forEach(_=>{v(_,b.type)})}return f.forEach(b=>{b.type==="paragraph"&&b.children.forEach(E=>{v(E)})}),g}function tKe(i){const{children:a}=L$t(i);function f(g){return g.type==="text"?g.value.replace(/\n/g,"<br/>"):g.type==="strong"?`<strong>${g.children.map(f).join("")}</strong>`:g.type==="emphasis"?`<em>${g.children.map(f).join("")}</em>`:g.type==="paragraph"?`<p>${g.children.map(f).join("")}</p>`:`Unsupported markdown: ${g.type}`}return a.map(f).join("")}function eKe(i){return Intl.Segmenter?[...new Intl.Segmenter().segment(i)].map(a=>a.segment):[...i]}function nKe(i,a){const f=eKe(a.content);return I$t(i,[],f,a.type)}function I$t(i,a,f,g){if(f.length===0)return[{content:a.join(""),type:g},{content:"",type:g}];const[w,...v]=f,b=[...a,w];return i([{content:b.join(""),type:g}])?I$t(i,b,v,g):(a.length===0&&w&&(a.push(w),f.shift()),[{content:a.join(""),type:g},{content:f.join(""),type:g}])}function rKe(i,a){if(i.some(({content:f})=>f.includes(`
+`)))throw new Error("splitLineToFitWidth does not support newlines in the line");return zpt(i,a)}function zpt(i,a,f=[],g=[]){if(i.length===0)return g.length>0&&f.push(g),f.length>0?f:[];let w="";i[0].content===" "&&(w=" ",i.shift());const v=i.shift()??{content:" ",type:"normal"},b=[...g];if(w!==""&&b.push({content:w,type:"normal"}),b.push(v),a(b))return zpt(i,a,f,b);if(g.length>0)f.push(g),i.unshift(v);else if(v.content){const[E,_]=nKe(a,v);f.push([E]),_.content&&i.unshift(_)}return zpt(i,a,f)}function iKe(i,a){a&&i.attr("style",a)}function sKe(i,a,f,g,w=!1){const v=i.append("foreignObject"),b=v.append("xhtml:div"),E=a.label,_=a.isNode?"nodeLabel":"edgeLabel";b.html(`
+ <span class="${_} ${g}" `+(a.labelStyle?'style="'+a.labelStyle+'"':"")+">"+E+"</span>"),iKe(b,a.labelStyle),b.style("display","table-cell"),b.style("white-space","nowrap"),b.style("max-width",f+"px"),b.attr("xmlns","http://www.w3.org/1999/xhtml"),w&&b.attr("class","labelBkg");let S=b.node().getBoundingClientRect();return S.width===f&&(b.style("display","table"),b.style("white-space","break-spaces"),b.style("width",f+"px"),S=b.node().getBoundingClientRect()),v.style("width",S.width),v.style("height",S.height),v.node()}function qpt(i,a,f){return i.append("tspan").attr("class","text-outer-tspan").attr("x",0).attr("y",a*f-.1+"em").attr("dy",f+"em")}function aKe(i,a,f){const g=i.append("text"),w=qpt(g,1,a);Hpt(w,f);const v=w.node().getComputedTextLength();return g.remove(),v}function oKe(i,a,f){var b;const g=i.append("text"),w=qpt(g,1,a);Hpt(w,[{content:f,type:"normal"}]);const v=(b=w.node())==null?void 0:b.getBoundingClientRect();return v&&g.remove(),v}function cKe(i,a,f,g=!1){const v=a.append("g"),b=v.insert("rect").attr("class","background"),E=v.append("text").attr("y","-10.1");let _=0;for(const S of f){const I=F=>aKe(v,1.1,F)<=i,B=I(S)?[S]:rKe(S,I);for(const F of B){const R=qpt(E,_,1.1);Hpt(R,F),_++}}if(g){const S=E.node().getBBox(),I=2;return b.attr("x",-I).attr("y",-I).attr("width",S.width+2*I).attr("height",S.height+2*I),v.node()}else return E.node()}function Hpt(i,a){i.text(""),a.forEach((f,g)=>{const w=i.append("tspan").attr("font-style",f.type==="emphasis"?"italic":"normal").attr("class","text-inner-tspan").attr("font-weight",f.type==="strong"?"bold":"normal");g===0?w.text(f.content):w.text(" "+f.content)})}const XY=(i,a="",{style:f="",isTitle:g=!1,classes:w="",useHtmlLabels:v=!0,isNode:b=!0,width:E=200,addSvgBackground:_=!1}={})=>{if(Wt.info("createText",a,f,g,w,v,b,_),v){const S=tKe(a),I={isNode:b,label:CF(S).replace(/fa[blrs]?:fa-[\w-]+/g,F=>`<i class='${F.replace(":"," ")}'></i>`),labelStyle:f.replace("fill:","color:")};return sKe(i,I,E,w,_)}else{const S=ZGe(a);return cKe(E,i,S,_)}},f0=async(i,a,f,g)=>{let w;const v=a.useHtmlLabels||B1(Re().flowchart.htmlLabels);f?w=f:w="node default";const b=i.insert("g").attr("class",w).attr("id",a.domId||a.id),E=b.insert("g").attr("class","label").attr("style",a.labelStyle);let _;a.labelText===void 0?_="":_=typeof a.labelText=="string"?a.labelText:a.labelText[0];const S=E.node();let I;a.labelType==="markdown"?I=XY(E,Ed(CF(_),Re()),{useHtmlLabels:v,width:a.width||Re().flowchart.wrappingWidth,classes:"markdown-node-label"}):I=S.appendChild(ib(Ed(CF(_),Re()),a.labelStyle,!1,g));let B=I.getBBox();const F=a.padding/2;if(B1(Re().flowchart.htmlLabels)){const R=I.children[0],q=xr(I),X=R.getElementsByTagName("img");if(X){const rt=_.replace(/<img[^>]*>/g,"").trim()==="";await Promise.all([...X].map(at=>new Promise(ut=>{function pt(){if(at.style.display="flex",at.style.flexDirection="column",rt){const yt=Re().fontSize?Re().fontSize:window.getComputedStyle(document.body).fontSize,mt=5,gt=parseInt(yt,10)*mt+"px";at.style.minWidth=gt,at.style.maxWidth=gt}else at.style.width="100%";ut(at)}setTimeout(()=>{at.complete&&pt()}),at.addEventListener("error",pt),at.addEventListener("load",pt)})))}B=R.getBoundingClientRect(),q.attr("width",B.width),q.attr("height",B.height)}return v?E.attr("transform","translate("+-B.width/2+", "+-B.height/2+")"):E.attr("transform","translate(0, "+-B.height/2+")"),a.centerLabel&&E.attr("transform","translate("+-B.width/2+", "+-B.height/2+")"),E.insert("rect",":first-child"),{shapeSvg:b,bbox:B,halfPadding:F,label:E}},kf=(i,a)=>{const f=a.node().getBBox();i.width=f.width,i.height=f.height};function Bx(i,a,f,g){return i.insert("polygon",":first-child").attr("points",g.map(function(w){return w.x+","+w.y}).join(" ")).attr("class","label-container").attr("transform","translate("+-a/2+","+f/2+")")}let sc={},Zv={},O$t={};const uKe=()=>{Zv={},O$t={},sc={}},QY=(i,a)=>(Wt.trace("In isDecendant",a," ",i," = ",Zv[a].includes(i)),!!Zv[a].includes(i)),lKe=(i,a)=>(Wt.info("Decendants of ",a," is ",Zv[a]),Wt.info("Edge is ",i),i.v===a||i.w===a?!1:Zv[a]?Zv[a].includes(i.v)||QY(i.v,a)||QY(i.w,a)||Zv[a].includes(i.w):(Wt.debug("Tilt, ",a,",not in decendants"),!1)),P$t=(i,a,f,g)=>{Wt.warn("Copying children of ",i,"root",g,"data",a.node(i),g);const w=a.children(i)||[];i!==g&&w.push(i),Wt.warn("Copying (nodes) clusterId",i,"nodes",w),w.forEach(v=>{if(a.children(v).length>0)P$t(v,a,f,g);else{const b=a.node(v);Wt.info("cp ",v," to ",g," with parent ",i),f.setNode(v,b),g!==a.parent(v)&&(Wt.warn("Setting parent",v,a.parent(v)),f.setParent(v,a.parent(v))),i!==g&&v!==i?(Wt.debug("Setting parent",v,i),f.setParent(v,i)):(Wt.info("In copy ",i,"root",g,"data",a.node(i),g),Wt.debug("Not Setting parent for node=",v,"cluster!==rootId",i!==g,"node!==clusterId",v!==i));const E=a.edges(v);Wt.debug("Copying Edges",E),E.forEach(_=>{Wt.info("Edge",_);const S=a.edge(_.v,_.w,_.name);Wt.info("Edge data",S,g);try{lKe(_,g)?(Wt.info("Copying as ",_.v,_.w,S,_.name),f.setEdge(_.v,_.w,S,_.name),Wt.info("newGraph edges ",f.edges(),f.edge(f.edges()[0]))):Wt.info("Skipping copy of edge ",_.v,"-->",_.w," rootId: ",g," clusterId:",i)}catch(I){Wt.error(I)}})}Wt.debug("Removing node",v),a.removeNode(v)})},N$t=(i,a)=>{const f=a.children(i);let g=[...f];for(const w of f)O$t[w]=i,g=[...g,...N$t(w,a)];return g},GF=(i,a)=>{Wt.trace("Searching",i);const f=a.children(i);if(Wt.trace("Searching children of id ",i,f),f.length<1)return Wt.trace("This is a valid node",i),i;for(const g of f){const w=GF(g,a);if(w)return Wt.trace("Found replacement for",i," => ",w),w}},JY=i=>!sc[i]||!sc[i].externalConnections?i:sc[i]?sc[i].id:i,hKe=(i,a)=>{if(!i||a>10){Wt.debug("Opting out, no graph ");return}else Wt.debug("Opting in, graph ");i.nodes().forEach(function(f){i.children(f).length>0&&(Wt.warn("Cluster identified",f," Replacement id in edges: ",GF(f,i)),Zv[f]=N$t(f,i),sc[f]={id:GF(f,i),clusterData:i.node(f)})}),i.nodes().forEach(function(f){const g=i.children(f),w=i.edges();g.length>0?(Wt.debug("Cluster identified",f,Zv),w.forEach(v=>{if(v.v!==f&&v.w!==f){const b=QY(v.v,f),E=QY(v.w,f);b^E&&(Wt.warn("Edge: ",v," leaves cluster ",f),Wt.warn("Decendants of XXX ",f,": ",Zv[f]),sc[f].externalConnections=!0)}})):Wt.debug("Not a cluster ",f,Zv)}),i.edges().forEach(function(f){const g=i.edge(f);Wt.warn("Edge "+f.v+" -> "+f.w+": "+JSON.stringify(f)),Wt.warn("Edge "+f.v+" -> "+f.w+": "+JSON.stringify(i.edge(f)));let w=f.v,v=f.w;if(Wt.warn("Fix XXX",sc,"ids:",f.v,f.w,"Translating: ",sc[f.v]," --- ",sc[f.w]),sc[f.v]&&sc[f.w]&&sc[f.v]===sc[f.w]){Wt.warn("Fixing and trixing link to self - removing XXX",f.v,f.w,f.name),Wt.warn("Fixing and trixing - removing XXX",f.v,f.w,f.name),w=JY(f.v),v=JY(f.w),i.removeEdge(f.v,f.w,f.name);const b=f.w+"---"+f.v;i.setNode(b,{domId:b,id:b,labelStyle:"",labelText:g.label,padding:0,shape:"labelRect",style:""});const E=structuredClone(g),_=structuredClone(g);E.label="",E.arrowTypeEnd="none",_.label="",E.fromCluster=f.v,_.toCluster=f.v,i.setEdge(w,b,E,f.name+"-cyclic-special"),i.setEdge(b,v,_,f.name+"-cyclic-special")}else(sc[f.v]||sc[f.w])&&(Wt.warn("Fixing and trixing - removing XXX",f.v,f.w,f.name),w=JY(f.v),v=JY(f.w),i.removeEdge(f.v,f.w,f.name),w!==f.v&&(g.fromCluster=f.v),v!==f.w&&(g.toCluster=f.w),Wt.warn("Fix Replacing with XXX",w,v,f.name),i.setEdge(w,v,g,f.name))}),Wt.warn("Adjusted Graph",Fx(i)),F$t(i,0),Wt.trace(sc)},F$t=(i,a)=>{if(Wt.warn("extractor - ",a,Fx(i),i.children("D")),a>10){Wt.error("Bailing out");return}let f=i.nodes(),g=!1;for(const w of f){const v=i.children(w);g=g||v.length>0}if(!g){Wt.debug("Done, no node has children",i.nodes());return}Wt.debug("Nodes = ",f,a);for(const w of f)if(Wt.debug("Extracting node",w,sc,sc[w]&&!sc[w].externalConnections,!i.parent(w),i.node(w),i.children("D")," Depth ",a),!sc[w])Wt.debug("Not a cluster",w,a);else if(!sc[w].externalConnections&&i.children(w)&&i.children(w).length>0){Wt.warn("Cluster without external connections, without a parent and with children",w,a);let b=i.graph().rankdir==="TB"?"LR":"TB";sc[w]&&sc[w].clusterData&&sc[w].clusterData.dir&&(b=sc[w].clusterData.dir,Wt.warn("Fixing dir",sc[w].clusterData.dir,b));const E=new R1({multigraph:!0,compound:!0}).setGraph({rankdir:b,nodesep:50,ranksep:50,marginx:8,marginy:8}).setDefaultEdgeLabel(function(){return{}});Wt.warn("Old graph before copy",Fx(i)),P$t(w,i,E,w),i.setNode(w,{clusterNode:!0,id:w,clusterData:sc[w].clusterData,labelText:sc[w].labelText,graph:E}),Wt.warn("New graph after copy node: (",w,")",Fx(E)),Wt.debug("Old graph after copy",Fx(i))}else Wt.warn("Cluster ** ",w," **not meeting the criteria !externalConnections:",!sc[w].externalConnections," no parent: ",!i.parent(w)," children ",i.children(w)&&i.children(w).length>0,i.children("D"),a),Wt.debug(sc);f=i.nodes(),Wt.warn("New list of nodes",f);for(const w of f){const v=i.node(w);Wt.warn(" Now next level",w,v),v.clusterNode&&F$t(v.graph,a+1)}},B$t=(i,a)=>{if(a.length===0)return[];let f=Object.assign(a);return a.forEach(g=>{const w=i.children(g),v=B$t(i,w);f=[...f,...v]}),f},fKe=i=>B$t(i,i.children());function dKe(i,a){return i.intersect(a)}function R$t(i,a,f,g){var w=i.x,v=i.y,b=w-g.x,E=v-g.y,_=Math.sqrt(a*a*E*E+f*f*b*b),S=Math.abs(a*f*b/_);g.x<w&&(S=-S);var I=Math.abs(a*f*E/_);return g.y<v&&(I=-I),{x:w+S,y:v+I}}function gKe(i,a,f){return R$t(i,a,a,f)}function pKe(i,a,f,g){var w,v,b,E,_,S,I,B,F,R,q,X,rt,at,ut;if(w=a.y-i.y,b=i.x-a.x,_=a.x*i.y-i.x*a.y,F=w*f.x+b*f.y+_,R=w*g.x+b*g.y+_,!(F!==0&&R!==0&&j$t(F,R))&&(v=g.y-f.y,E=f.x-g.x,S=g.x*f.y-f.x*g.y,I=v*i.x+E*i.y+S,B=v*a.x+E*a.y+S,!(I!==0&&B!==0&&j$t(I,B))&&(q=w*E-v*b,q!==0)))return X=Math.abs(q/2),rt=b*S-E*_,at=rt<0?(rt-X)/q:(rt+X)/q,rt=v*_-w*S,ut=rt<0?(rt-X)/q:(rt+X)/q,{x:at,y:ut}}function j$t(i,a){return i*a>0}function bKe(i,a,f){var g=i.x,w=i.y,v=[],b=Number.POSITIVE_INFINITY,E=Number.POSITIVE_INFINITY;typeof a.forEach=="function"?a.forEach(function(q){b=Math.min(b,q.x),E=Math.min(E,q.y)}):(b=Math.min(b,a.x),E=Math.min(E,a.y));for(var _=g-i.width/2-b,S=w-i.height/2-E,I=0;I<a.length;I++){var B=a[I],F=a[I<a.length-1?I+1:0],R=pKe(i,f,{x:_+B.x,y:S+B.y},{x:_+F.x,y:S+F.y});R&&v.push(R)}return v.length?(v.length>1&&v.sort(function(q,X){var rt=q.x-f.x,at=q.y-f.y,ut=Math.sqrt(rt*rt+at*at),pt=X.x-f.x,yt=X.y-f.y,mt=Math.sqrt(pt*pt+yt*yt);return ut<mt?-1:ut===mt?0:1}),v[0]):i}const KF=(i,a)=>{var f=i.x,g=i.y,w=a.x-f,v=a.y-g,b=i.width/2,E=i.height/2,_,S;return Math.abs(v)*b>Math.abs(w)*E?(v<0&&(E=-E),_=v===0?0:E*w/v,S=E):(w<0&&(b=-b),_=b,S=w===0?0:b*v/w),{x:f+_,y:g+S}},Gh={node:dKe,circle:gKe,ellipse:R$t,polygon:bKe,rect:KF},wKe=async(i,a)=>{a.useHtmlLabels||Re().flowchart.htmlLabels||(a.centerLabel=!0);const{shapeSvg:g,bbox:w,halfPadding:v}=await f0(i,a,"node "+a.classes,!0);Wt.info("Classes = ",a.classes);const b=g.insert("rect",":first-child");return b.attr("rx",a.rx).attr("ry",a.ry).attr("x",-w.width/2-v).attr("y",-w.height/2-v).attr("width",w.width+a.padding).attr("height",w.height+a.padding),kf(a,b),a.intersect=function(E){return Gh.rect(a,E)},g},$$t=i=>i?" "+i:"",E2=(i,a)=>`${a||"node default"}${$$t(i.classes)} ${$$t(i.class)}`,z$t=async(i,a)=>{const{shapeSvg:f,bbox:g}=await f0(i,a,E2(a,void 0),!0),w=g.width+a.padding,v=g.height+a.padding,b=w+v,E=[{x:b/2,y:0},{x:b,y:-b/2},{x:b/2,y:-b},{x:0,y:-b/2}];Wt.info("Question main (Circle)");const _=Bx(f,b,b,E);return _.attr("style",a.style),kf(a,_),a.intersect=function(S){return Wt.warn("Intersect called"),Gh.polygon(a,E,S)},f},mKe=(i,a)=>{const f=i.insert("g").attr("class","node default").attr("id",a.domId||a.id),g=28,w=[{x:0,y:g/2},{x:g/2,y:0},{x:0,y:-g/2},{x:-g/2,y:0}];return f.insert("polygon",":first-child").attr("points",w.map(function(b){return b.x+","+b.y}).join(" ")).attr("class","state-start").attr("r",7).attr("width",28).attr("height",28),a.width=28,a.height=28,a.intersect=function(b){return Gh.circle(a,14,b)},f},vKe=async(i,a)=>{const{shapeSvg:f,bbox:g}=await f0(i,a,E2(a,void 0),!0),w=4,v=g.height+a.padding,b=v/w,E=g.width+2*b+a.padding,_=[{x:b,y:0},{x:E-b,y:0},{x:E,y:-v/2},{x:E-b,y:-v},{x:b,y:-v},{x:0,y:-v/2}],S=Bx(f,E,v,_);return S.attr("style",a.style),kf(a,S),a.intersect=function(I){return Gh.polygon(a,_,I)},f},yKe=async(i,a)=>{const{shapeSvg:f,bbox:g}=await f0(i,a,E2(a,void 0),!0),w=g.width+a.padding,v=g.height+a.padding,b=[{x:-v/2,y:0},{x:w,y:0},{x:w,y:-v},{x:-v/2,y:-v},{x:0,y:-v/2}];return Bx(f,w,v,b).attr("style",a.style),a.width=w+v,a.height=v,a.intersect=function(_){return Gh.polygon(a,b,_)},f},xKe=async(i,a)=>{const{shapeSvg:f,bbox:g}=await f0(i,a,E2(a),!0),w=g.width+a.padding,v=g.height+a.padding,b=[{x:-2*v/6,y:0},{x:w-v/6,y:0},{x:w+2*v/6,y:-v},{x:v/6,y:-v}],E=Bx(f,w,v,b);return E.attr("style",a.style),kf(a,E),a.intersect=function(_){return Gh.polygon(a,b,_)},f},kKe=async(i,a)=>{const{shapeSvg:f,bbox:g}=await f0(i,a,E2(a,void 0),!0),w=g.width+a.padding,v=g.height+a.padding,b=[{x:2*v/6,y:0},{x:w+v/6,y:0},{x:w-2*v/6,y:-v},{x:-v/6,y:-v}],E=Bx(f,w,v,b);return E.attr("style",a.style),kf(a,E),a.intersect=function(_){return Gh.polygon(a,b,_)},f},EKe=async(i,a)=>{const{shapeSvg:f,bbox:g}=await f0(i,a,E2(a,void 0),!0),w=g.width+a.padding,v=g.height+a.padding,b=[{x:-2*v/6,y:0},{x:w+2*v/6,y:0},{x:w-v/6,y:-v},{x:v/6,y:-v}],E=Bx(f,w,v,b);return E.attr("style",a.style),kf(a,E),a.intersect=function(_){return Gh.polygon(a,b,_)},f},TKe=async(i,a)=>{const{shapeSvg:f,bbox:g}=await f0(i,a,E2(a,void 0),!0),w=g.width+a.padding,v=g.height+a.padding,b=[{x:v/6,y:0},{x:w-v/6,y:0},{x:w+2*v/6,y:-v},{x:-2*v/6,y:-v}],E=Bx(f,w,v,b);return E.attr("style",a.style),kf(a,E),a.intersect=function(_){return Gh.polygon(a,b,_)},f},CKe=async(i,a)=>{const{shapeSvg:f,bbox:g}=await f0(i,a,E2(a,void 0),!0),w=g.width+a.padding,v=g.height+a.padding,b=[{x:0,y:0},{x:w+v/2,y:0},{x:w,y:-v/2},{x:w+v/2,y:-v},{x:0,y:-v}],E=Bx(f,w,v,b);return E.attr("style",a.style),kf(a,E),a.intersect=function(_){return Gh.polygon(a,b,_)},f},_Ke=async(i,a)=>{const{shapeSvg:f,bbox:g}=await f0(i,a,E2(a,void 0),!0),w=g.width+a.padding,v=w/2,b=v/(2.5+w/50),E=g.height+b+a.padding,_="M 0,"+b+" a "+v+","+b+" 0,0,0 "+w+" 0 a "+v+","+b+" 0,0,0 "+-w+" 0 l 0,"+E+" a "+v+","+b+" 0,0,0 "+w+" 0 l 0,"+-E,S=f.attr("label-offset-y",b).insert("path",":first-child").attr("style",a.style).attr("d",_).attr("transform","translate("+-w/2+","+-(E/2+b)+")");return kf(a,S),a.intersect=function(I){const B=Gh.rect(a,I),F=B.x-a.x;if(v!=0&&(Math.abs(F)<a.width/2||Math.abs(F)==a.width/2&&Math.abs(B.y-a.y)>a.height/2-b)){let R=b*b*(1-F*F/(v*v));R!=0&&(R=Math.sqrt(R)),R=b-R,I.y-a.y>0&&(R=-R),B.y+=R}return B},f},SKe=async(i,a)=>{const{shapeSvg:f,bbox:g,halfPadding:w}=await f0(i,a,"node "+a.classes+" "+a.class,!0),v=f.insert("rect",":first-child"),b=g.width+a.padding,E=g.height+a.padding;if(v.attr("class","basic label-container").attr("style",a.style).attr("rx",a.rx).attr("ry",a.ry).attr("x",-g.width/2-w).attr("y",-g.height/2-w).attr("width",b).attr("height",E),a.props){const _=new Set(Object.keys(a.props));a.props.borders&&(q$t(v,a.props.borders,b,E),_.delete("borders")),_.forEach(S=>{Wt.warn(`Unknown node property ${S}`)})}return kf(a,v),a.intersect=function(_){return Gh.rect(a,_)},f},AKe=async(i,a)=>{const{shapeSvg:f}=await f0(i,a,"label",!0);Wt.trace("Classes = ",a.class);const g=f.insert("rect",":first-child"),w=0,v=0;if(g.attr("width",w).attr("height",v),f.attr("class","label edgeLabel"),a.props){const b=new Set(Object.keys(a.props));a.props.borders&&(q$t(g,a.props.borders,w,v),b.delete("borders")),b.forEach(E=>{Wt.warn(`Unknown node property ${E}`)})}return kf(a,g),a.intersect=function(b){return Gh.rect(a,b)},f};function q$t(i,a,f,g){const w=[],v=E=>{w.push(E,0)},b=E=>{w.push(0,E)};a.includes("t")?(Wt.debug("add top border"),v(f)):b(f),a.includes("r")?(Wt.debug("add right border"),v(g)):b(g),a.includes("b")?(Wt.debug("add bottom border"),v(f)):b(f),a.includes("l")?(Wt.debug("add left border"),v(g)):b(g),i.attr("stroke-dasharray",w.join(" "))}const LKe=(i,a)=>{let f;a.classes?f="node "+a.classes:f="node default";const g=i.insert("g").attr("class",f).attr("id",a.domId||a.id),w=g.insert("rect",":first-child"),v=g.insert("line"),b=g.insert("g").attr("class","label"),E=a.labelText.flat?a.labelText.flat():a.labelText;let _="";typeof E=="object"?_=E[0]:_=E,Wt.info("Label text abc79",_,E,typeof E=="object");const S=b.node().appendChild(ib(_,a.labelStyle,!0,!0));let I={width:0,height:0};if(B1(Re().flowchart.htmlLabels)){const X=S.children[0],rt=xr(S);I=X.getBoundingClientRect(),rt.attr("width",I.width),rt.attr("height",I.height)}Wt.info("Text 2",E);const B=E.slice(1,E.length);let F=S.getBBox();const R=b.node().appendChild(ib(B.join?B.join("<br/>"):B,a.labelStyle,!0,!0));if(B1(Re().flowchart.htmlLabels)){const X=R.children[0],rt=xr(R);I=X.getBoundingClientRect(),rt.attr("width",I.width),rt.attr("height",I.height)}const q=a.padding/2;return xr(R).attr("transform","translate( "+(I.width>F.width?0:(F.width-I.width)/2)+", "+(F.height+q+5)+")"),xr(S).attr("transform","translate( "+(I.width<F.width?0:-(F.width-I.width)/2)+", 0)"),I=b.node().getBBox(),b.attr("transform","translate("+-I.width/2+", "+(-I.height/2-q+3)+")"),w.attr("class","outer title-state").attr("x",-I.width/2-q).attr("y",-I.height/2-q).attr("width",I.width+a.padding).attr("height",I.height+a.padding),v.attr("class","divider").attr("x1",-I.width/2-q).attr("x2",I.width/2+q).attr("y1",-I.height/2-q+F.height+q).attr("y2",-I.height/2-q+F.height+q),kf(a,w),a.intersect=function(X){return Gh.rect(a,X)},g},MKe=async(i,a)=>{const{shapeSvg:f,bbox:g}=await f0(i,a,E2(a,void 0),!0),w=g.height+a.padding,v=g.width+w/4+a.padding,b=f.insert("rect",":first-child").attr("style",a.style).attr("rx",w/2).attr("ry",w/2).attr("x",-v/2).attr("y",-w/2).attr("width",v).attr("height",w);return kf(a,b),a.intersect=function(E){return Gh.rect(a,E)},f},DKe=async(i,a)=>{const{shapeSvg:f,bbox:g,halfPadding:w}=await f0(i,a,E2(a,void 0),!0),v=f.insert("circle",":first-child");return v.attr("style",a.style).attr("rx",a.rx).attr("ry",a.ry).attr("r",g.width/2+w).attr("width",g.width+a.padding).attr("height",g.height+a.padding),Wt.info("Circle main"),kf(a,v),a.intersect=function(b){return Wt.info("Circle intersect",a,g.width/2+w,b),Gh.circle(a,g.width/2+w,b)},f},IKe=async(i,a)=>{const{shapeSvg:f,bbox:g,halfPadding:w}=await f0(i,a,E2(a,void 0),!0),v=5,b=f.insert("g",":first-child"),E=b.insert("circle"),_=b.insert("circle");return b.attr("class",a.class),E.attr("style",a.style).attr("rx",a.rx).attr("ry",a.ry).attr("r",g.width/2+w+v).attr("width",g.width+a.padding+v*2).attr("height",g.height+a.padding+v*2),_.attr("style",a.style).attr("rx",a.rx).attr("ry",a.ry).attr("r",g.width/2+w).attr("width",g.width+a.padding).attr("height",g.height+a.padding),Wt.info("DoubleCircle main"),kf(a,E),a.intersect=function(S){return Wt.info("DoubleCircle intersect",a,g.width/2+w+v,S),Gh.circle(a,g.width/2+w+v,S)},f},OKe=async(i,a)=>{const{shapeSvg:f,bbox:g}=await f0(i,a,E2(a,void 0),!0),w=g.width+a.padding,v=g.height+a.padding,b=[{x:0,y:0},{x:w,y:0},{x:w,y:-v},{x:0,y:-v},{x:0,y:0},{x:-8,y:0},{x:w+8,y:0},{x:w+8,y:-v},{x:-8,y:-v},{x:-8,y:0}],E=Bx(f,w,v,b);return E.attr("style",a.style),kf(a,E),a.intersect=function(_){return Gh.polygon(a,b,_)},f},PKe=(i,a)=>{const f=i.insert("g").attr("class","node default").attr("id",a.domId||a.id),g=f.insert("circle",":first-child");return g.attr("class","state-start").attr("r",7).attr("width",14).attr("height",14),kf(a,g),a.intersect=function(w){return Gh.circle(a,7,w)},f},H$t=(i,a,f)=>{const g=i.insert("g").attr("class","node default").attr("id",a.domId||a.id);let w=70,v=10;f==="LR"&&(w=10,v=70);const b=g.append("rect").attr("x",-1*w/2).attr("y",-1*v/2).attr("width",w).attr("height",v).attr("class","fork-join");return kf(a,b),a.height=a.height+a.padding/2,a.width=a.width+a.padding/2,a.intersect=function(E){return Gh.rect(a,E)},g},V$t={rhombus:z$t,question:z$t,rect:SKe,labelRect:AKe,rectWithTitle:LKe,choice:mKe,circle:DKe,doublecircle:IKe,stadium:MKe,hexagon:vKe,rect_left_inv_arrow:yKe,lean_right:xKe,lean_left:kKe,trapezoid:EKe,inv_trapezoid:TKe,rect_right_inv_arrow:CKe,cylinder:_Ke,start:PKe,end:(i,a)=>{const f=i.insert("g").attr("class","node default").attr("id",a.domId||a.id),g=f.insert("circle",":first-child"),w=f.insert("circle",":first-child");return w.attr("class","state-start").attr("r",7).attr("width",14).attr("height",14),g.attr("class","state-end").attr("r",5).attr("width",10).attr("height",10),kf(a,w),a.intersect=function(v){return Gh.circle(a,7,v)},f},note:wKe,subroutine:OKe,fork:H$t,join:H$t,class_box:(i,a)=>{const f=a.padding/2,g=4,w=8;let v;a.classes?v="node "+a.classes:v="node default";const b=i.insert("g").attr("class",v).attr("id",a.domId||a.id),E=b.insert("rect",":first-child"),_=b.insert("line"),S=b.insert("line");let I=0,B=g;const F=b.insert("g").attr("class","label");let R=0;const q=a.classData.annotations&&a.classData.annotations[0],X=a.classData.annotations[0]?"«"+a.classData.annotations[0]+"»":"",rt=F.node().appendChild(ib(X,a.labelStyle,!0,!0));let at=rt.getBBox();if(B1(Re().flowchart.htmlLabels)){const bt=rt.children[0],Z=xr(rt);at=bt.getBoundingClientRect(),Z.attr("width",at.width),Z.attr("height",at.height)}a.classData.annotations[0]&&(B+=at.height+g,I+=at.width);let ut=a.classData.label;a.classData.type!==void 0&&a.classData.type!==""&&(Re().flowchart.htmlLabels?ut+="<"+a.classData.type+">":ut+="<"+a.classData.type+">");const pt=F.node().appendChild(ib(ut,a.labelStyle,!0,!0));xr(pt).attr("class","classTitle");let yt=pt.getBBox();if(B1(Re().flowchart.htmlLabels)){const bt=pt.children[0],Z=xr(pt);yt=bt.getBoundingClientRect(),Z.attr("width",yt.width),Z.attr("height",yt.height)}B+=yt.height+g,yt.width>I&&(I=yt.width);const mt=[];a.classData.members.forEach(bt=>{const Z=bt.getDisplayDetails();let ft=Z.displayText;Re().flowchart.htmlLabels&&(ft=ft.replace(/</g,"<").replace(/>/g,">"));const Y=F.node().appendChild(ib(ft,Z.cssStyle?Z.cssStyle:a.labelStyle,!0,!0));let Et=Y.getBBox();if(B1(Re().flowchart.htmlLabels)){const V=Y.children[0],Nt=xr(Y);Et=V.getBoundingClientRect(),Nt.attr("width",Et.width),Nt.attr("height",Et.height)}Et.width>I&&(I=Et.width),B+=Et.height+g,mt.push(Y)}),B+=w;const gt=[];if(a.classData.methods.forEach(bt=>{const Z=bt.getDisplayDetails();let ft=Z.displayText;Re().flowchart.htmlLabels&&(ft=ft.replace(/</g,"<").replace(/>/g,">"));const Y=F.node().appendChild(ib(ft,Z.cssStyle?Z.cssStyle:a.labelStyle,!0,!0));let Et=Y.getBBox();if(B1(Re().flowchart.htmlLabels)){const V=Y.children[0],Nt=xr(Y);Et=V.getBoundingClientRect(),Nt.attr("width",Et.width),Nt.attr("height",Et.height)}Et.width>I&&(I=Et.width),B+=Et.height+g,gt.push(Y)}),B+=w,q){let bt=(I-at.width)/2;xr(rt).attr("transform","translate( "+(-1*I/2+bt)+", "+-1*B/2+")"),R=at.height+g}let ht=(I-yt.width)/2;return xr(pt).attr("transform","translate( "+(-1*I/2+ht)+", "+(-1*B/2+R)+")"),R+=yt.height+g,_.attr("class","divider").attr("x1",-I/2-f).attr("x2",I/2+f).attr("y1",-B/2-f+w+R).attr("y2",-B/2-f+w+R),R+=w,mt.forEach(bt=>{xr(bt).attr("transform","translate( "+-I/2+", "+(-1*B/2+R+w/2)+")");const Z=bt==null?void 0:bt.getBBox();R+=((Z==null?void 0:Z.height)??0)+g}),R+=w,S.attr("class","divider").attr("x1",-I/2-f).attr("x2",I/2+f).attr("y1",-B/2-f+w+R).attr("y2",-B/2-f+w+R),R+=w,gt.forEach(bt=>{xr(bt).attr("transform","translate( "+-I/2+", "+(-1*B/2+R)+")");const Z=bt==null?void 0:bt.getBBox();R+=((Z==null?void 0:Z.height)??0)+g}),E.attr("style",a.style).attr("class","outer title-state").attr("x",-I/2-f).attr("y",-(B/2)-f).attr("width",I+a.padding).attr("height",B+a.padding),kf(a,E),a.intersect=function(bt){return Gh.rect(a,bt)},b}};let bM={};const U$t=async(i,a,f)=>{let g,w;if(a.link){let v;Re().securityLevel==="sandbox"?v="_top":a.linkTarget&&(v=a.linkTarget||"_blank"),g=i.insert("svg:a").attr("xlink:href",a.link).attr("target",v),w=await V$t[a.shape](g,a,f)}else w=await V$t[a.shape](i,a,f),g=w;return a.tooltip&&w.attr("title",a.tooltip),a.class&&w.attr("class","node default "+a.class),bM[a.id]=g,a.haveCallback&&bM[a.id].attr("class",bM[a.id].attr("class")+" clickable"),g},NKe=(i,a)=>{bM[a.id]=i},FKe=()=>{bM={}},G$t=i=>{const a=bM[i.id];Wt.trace("Transforming node",i.diff,i,"translate("+(i.x-i.width/2-5)+", "+i.width/2+")");const f=8,g=i.diff||0;return i.clusterNode?a.attr("transform","translate("+(i.x+g-i.width/2)+", "+(i.y-i.height/2-f)+")"):a.attr("transform","translate("+i.x+", "+i.y+")"),g},BKe={rect:(i,a)=>{Wt.info("Creating subgraph rect for ",a.id,a);const f=i.insert("g").attr("class","cluster"+(a.class?" "+a.class:"")).attr("id",a.id),g=f.insert("rect",":first-child"),w=B1(Re().flowchart.htmlLabels),v=f.insert("g").attr("class","cluster-label"),b=a.labelType==="markdown"?XY(v,a.labelText,{style:a.labelStyle,useHtmlLabels:w}):v.node().appendChild(ib(a.labelText,a.labelStyle,void 0,!0));let E=b.getBBox();if(B1(Re().flowchart.htmlLabels)){const F=b.children[0],R=xr(b);E=F.getBoundingClientRect(),R.attr("width",E.width),R.attr("height",E.height)}const _=0*a.padding,S=_/2,I=a.width<=E.width+_?E.width+_:a.width;a.width<=E.width+_?a.diff=(E.width-a.width)/2-a.padding/2:a.diff=-a.padding/2,Wt.trace("Data ",a,JSON.stringify(a)),g.attr("style",a.style).attr("rx",a.rx).attr("ry",a.ry).attr("x",a.x-I/2).attr("y",a.y-a.height/2-S).attr("width",I).attr("height",a.height+_),w?v.attr("transform","translate("+(a.x-E.width/2)+", "+(a.y-a.height/2)+")"):v.attr("transform","translate("+a.x+", "+(a.y-a.height/2)+")");const B=g.node().getBBox();return a.width=B.width,a.height=B.height,a.intersect=function(F){return KF(a,F)},f},roundedWithTitle:(i,a)=>{const f=i.insert("g").attr("class",a.classes).attr("id",a.id),g=f.insert("rect",":first-child"),w=f.insert("g").attr("class","cluster-label"),v=f.append("rect"),b=w.node().appendChild(ib(a.labelText,a.labelStyle,void 0,!0));let E=b.getBBox();if(B1(Re().flowchart.htmlLabels)){const F=b.children[0],R=xr(b);E=F.getBoundingClientRect(),R.attr("width",E.width),R.attr("height",E.height)}E=b.getBBox();const _=0*a.padding,S=_/2,I=a.width<=E.width+a.padding?E.width+a.padding:a.width;a.width<=E.width+a.padding?a.diff=(E.width+a.padding*0-a.width)/2:a.diff=-a.padding/2,g.attr("class","outer").attr("x",a.x-I/2-S).attr("y",a.y-a.height/2-S).attr("width",I+_).attr("height",a.height+_),v.attr("class","inner").attr("x",a.x-I/2-S).attr("y",a.y-a.height/2-S+E.height-1).attr("width",I+_).attr("height",a.height+_-E.height-3),w.attr("transform","translate("+(a.x-E.width/2)+", "+(a.y-a.height/2-a.padding/3+(B1(Re().flowchart.htmlLabels)?5:3))+")");const B=g.node().getBBox();return a.height=B.height,a.intersect=function(F){return KF(a,F)},f},noteGroup:(i,a)=>{const f=i.insert("g").attr("class","note-cluster").attr("id",a.id),g=f.insert("rect",":first-child"),w=0*a.padding,v=w/2;g.attr("rx",a.rx).attr("ry",a.ry).attr("x",a.x-a.width/2-v).attr("y",a.y-a.height/2-v).attr("width",a.width+w).attr("height",a.height+w).attr("fill","none");const b=g.node().getBBox();return a.width=b.width,a.height=b.height,a.intersect=function(E){return KF(a,E)},f},divider:(i,a)=>{const f=i.insert("g").attr("class",a.classes).attr("id",a.id),g=f.insert("rect",":first-child"),w=0*a.padding,v=w/2;g.attr("class","divider").attr("x",a.x-a.width/2-v).attr("y",a.y-a.height/2).attr("width",a.width+w).attr("height",a.height+w);const b=g.node().getBBox();return a.width=b.width,a.height=b.height,a.diff=-a.padding/2,a.intersect=function(E){return KF(a,E)},f}};let K$t={};const RKe=(i,a)=>{Wt.trace("Inserting cluster");const f=a.shape||"rect";K$t[a.id]=BKe[f](i,a)},jKe=()=>{K$t={}},k8={aggregation:18,extension:18,composition:18,dependency:6,lollipop:13.5,arrow_point:5.3};function ZY(i,a){if(i===void 0||a===void 0)return{angle:0,deltaX:0,deltaY:0};i=tX(i),a=tX(a);const[f,g]=[i.x,i.y],[w,v]=[a.x,a.y],b=w-f,E=v-g;return{angle:Math.atan(E/b),deltaX:b,deltaY:E}}const tX=i=>Array.isArray(i)?{x:i[0],y:i[1]}:i,W$t=i=>({x:function(a,f,g){let w=0;if(f===0&&Object.hasOwn(k8,i.arrowTypeStart)){const{angle:v,deltaX:b}=ZY(g[0],g[1]);w=k8[i.arrowTypeStart]*Math.cos(v)*(b>=0?1:-1)}else if(f===g.length-1&&Object.hasOwn(k8,i.arrowTypeEnd)){const{angle:v,deltaX:b}=ZY(g[g.length-1],g[g.length-2]);w=k8[i.arrowTypeEnd]*Math.cos(v)*(b>=0?1:-1)}return tX(a).x+w},y:function(a,f,g){let w=0;if(f===0&&Object.hasOwn(k8,i.arrowTypeStart)){const{angle:v,deltaY:b}=ZY(g[0],g[1]);w=k8[i.arrowTypeStart]*Math.abs(Math.sin(v))*(b>=0?1:-1)}else if(f===g.length-1&&Object.hasOwn(k8,i.arrowTypeEnd)){const{angle:v,deltaY:b}=ZY(g[g.length-1],g[g.length-2]);w=k8[i.arrowTypeEnd]*Math.abs(Math.sin(v))*(b>=0?1:-1)}return tX(a).y+w}}),Y$t=(i,a,f,g,w)=>{a.arrowTypeStart&&X$t(i,"start",a.arrowTypeStart,f,g,w),a.arrowTypeEnd&&X$t(i,"end",a.arrowTypeEnd,f,g,w)},$Ke={arrow_cross:"cross",arrow_point:"point",arrow_barb:"barb",arrow_circle:"circle",aggregation:"aggregation",extension:"extension",composition:"composition",dependency:"dependency",lollipop:"lollipop"},X$t=(i,a,f,g,w,v)=>{const b=$Ke[f];if(!b){Wt.warn(`Unknown arrow type: ${f}`);return}const E=a==="start"?"Start":"End";i.attr(`marker-${a}`,`url(${g}#${w}_${v}-${b}${E})`)};let eX={},d0={};const zKe=()=>{eX={},d0={}},Q$t=(i,a)=>{const f=B1(Re().flowchart.htmlLabels),g=a.labelType==="markdown"?XY(i,a.label,{style:a.labelStyle,useHtmlLabels:f,addSvgBackground:!0}):ib(a.label,a.labelStyle);Wt.info("abc82",a,a.labelType);const w=i.insert("g").attr("class","edgeLabel"),v=w.insert("g").attr("class","label");v.node().appendChild(g);let b=g.getBBox();if(f){const _=g.children[0],S=xr(g);b=_.getBoundingClientRect(),S.attr("width",b.width),S.attr("height",b.height)}v.attr("transform","translate("+-b.width/2+", "+-b.height/2+")"),eX[a.id]=w,a.width=b.width,a.height=b.height;let E;if(a.startLabelLeft){const _=ib(a.startLabelLeft,a.labelStyle),S=i.insert("g").attr("class","edgeTerminals"),I=S.insert("g").attr("class","inner");E=I.node().appendChild(_);const B=_.getBBox();I.attr("transform","translate("+-B.width/2+", "+-B.height/2+")"),d0[a.id]||(d0[a.id]={}),d0[a.id].startLeft=S,nX(E,a.startLabelLeft)}if(a.startLabelRight){const _=ib(a.startLabelRight,a.labelStyle),S=i.insert("g").attr("class","edgeTerminals"),I=S.insert("g").attr("class","inner");E=S.node().appendChild(_),I.node().appendChild(_);const B=_.getBBox();I.attr("transform","translate("+-B.width/2+", "+-B.height/2+")"),d0[a.id]||(d0[a.id]={}),d0[a.id].startRight=S,nX(E,a.startLabelRight)}if(a.endLabelLeft){const _=ib(a.endLabelLeft,a.labelStyle),S=i.insert("g").attr("class","edgeTerminals"),I=S.insert("g").attr("class","inner");E=I.node().appendChild(_);const B=_.getBBox();I.attr("transform","translate("+-B.width/2+", "+-B.height/2+")"),S.node().appendChild(_),d0[a.id]||(d0[a.id]={}),d0[a.id].endLeft=S,nX(E,a.endLabelLeft)}if(a.endLabelRight){const _=ib(a.endLabelRight,a.labelStyle),S=i.insert("g").attr("class","edgeTerminals"),I=S.insert("g").attr("class","inner");E=I.node().appendChild(_);const B=_.getBBox();I.attr("transform","translate("+-B.width/2+", "+-B.height/2+")"),S.node().appendChild(_),d0[a.id]||(d0[a.id]={}),d0[a.id].endRight=S,nX(E,a.endLabelRight)}return g};function nX(i,a){Re().flowchart.htmlLabels&&i&&(i.style.width=a.length*9+"px",i.style.height="12px")}const qKe=(i,a)=>{Wt.info("Moving label abc78 ",i.id,i.label,eX[i.id]);let f=a.updatedPath?a.updatedPath:a.originalPath;if(i.label){const g=eX[i.id];let w=i.x,v=i.y;if(f){const b=ao.calcLabelPosition(f);Wt.info("Moving label "+i.label+" from (",w,",",v,") to (",b.x,",",b.y,") abc78"),a.updatedPath&&(w=b.x,v=b.y)}g.attr("transform","translate("+w+", "+v+")")}if(i.startLabelLeft){const g=d0[i.id].startLeft;let w=i.x,v=i.y;if(f){const b=ao.calcTerminalLabelPosition(i.arrowTypeStart?10:0,"start_left",f);w=b.x,v=b.y}g.attr("transform","translate("+w+", "+v+")")}if(i.startLabelRight){const g=d0[i.id].startRight;let w=i.x,v=i.y;if(f){const b=ao.calcTerminalLabelPosition(i.arrowTypeStart?10:0,"start_right",f);w=b.x,v=b.y}g.attr("transform","translate("+w+", "+v+")")}if(i.endLabelLeft){const g=d0[i.id].endLeft;let w=i.x,v=i.y;if(f){const b=ao.calcTerminalLabelPosition(i.arrowTypeEnd?10:0,"end_left",f);w=b.x,v=b.y}g.attr("transform","translate("+w+", "+v+")")}if(i.endLabelRight){const g=d0[i.id].endRight;let w=i.x,v=i.y;if(f){const b=ao.calcTerminalLabelPosition(i.arrowTypeEnd?10:0,"end_right",f);w=b.x,v=b.y}g.attr("transform","translate("+w+", "+v+")")}},HKe=(i,a)=>{const f=i.x,g=i.y,w=Math.abs(a.x-f),v=Math.abs(a.y-g),b=i.width/2,E=i.height/2;return w>=b||v>=E},VKe=(i,a,f)=>{Wt.warn(`intersection calc abc89:
+ outsidePoint: ${JSON.stringify(a)}
+ insidePoint : ${JSON.stringify(f)}
+ node : x:${i.x} y:${i.y} w:${i.width} h:${i.height}`);const g=i.x,w=i.y,v=Math.abs(g-f.x),b=i.width/2;let E=f.x<a.x?b-v:b+v;const _=i.height/2,S=Math.abs(a.y-f.y),I=Math.abs(a.x-f.x);if(Math.abs(w-a.y)*b>Math.abs(g-a.x)*_){let B=f.y<a.y?a.y-_-w:w-_-a.y;E=I*B/S;const F={x:f.x<a.x?f.x+E:f.x-I+E,y:f.y<a.y?f.y+S-B:f.y-S+B};return E===0&&(F.x=a.x,F.y=a.y),I===0&&(F.x=a.x),S===0&&(F.y=a.y),Wt.warn(`abc89 topp/bott calc, Q ${S}, q ${B}, R ${I}, r ${E}`,F),F}else{f.x<a.x?E=a.x-b-g:E=g-b-a.x;let B=S*E/I,F=f.x<a.x?f.x+I-E:f.x-I+E,R=f.y<a.y?f.y+B:f.y-B;return Wt.warn(`sides calc abc89, Q ${S}, q ${B}, R ${I}, r ${E}`,{_x:F,_y:R}),E===0&&(F=a.x,R=a.y),I===0&&(F=a.x),S===0&&(R=a.y),{x:F,y:R}}},J$t=(i,a)=>{Wt.warn("abc88 cutPathAtIntersect",i,a);let f=[],g=i[0],w=!1;return i.forEach(v=>{if(Wt.info("abc88 checking point",v,a),!HKe(a,v)&&!w){const b=VKe(a,g,v);Wt.warn("abc88 inside",v,g,b),Wt.warn("abc88 intersection",b);let E=!1;f.forEach(_=>{E=E||_.x===b.x&&_.y===b.y}),f.some(_=>_.x===b.x&&_.y===b.y)?Wt.warn("abc88 no intersect",b,f):f.push(b),w=!0}else Wt.warn("abc88 outside",v,g),g=v,w||f.push(v)}),Wt.warn("abc88 returning points",f),f},UKe=function(i,a,f,g,w,v,b){let E=f.points,_=!1;const S=v.node(a.v);var I=v.node(a.w);Wt.info("abc88 InsertEdge: ",f),I.intersect&&S.intersect&&(E=E.slice(1,f.points.length-1),E.unshift(S.intersect(E[0])),Wt.info("Last point",E[E.length-1],I,I.intersect(E[E.length-1])),E.push(I.intersect(E[E.length-1]))),f.toCluster&&(Wt.info("to cluster abc88",g[f.toCluster]),E=J$t(f.points,g[f.toCluster].node),_=!0),f.fromCluster&&(Wt.info("from cluster abc88",g[f.fromCluster]),E=J$t(E.reverse(),g[f.fromCluster].node).reverse(),_=!0);const B=E.filter(yt=>!Number.isNaN(yt.y));let F=lF;f.curve&&(w==="graph"||w==="flowchart")&&(F=f.curve);const{x:R,y:q}=W$t(f),X=Cx().x(R).y(q).curve(F);let rt;switch(f.thickness){case"normal":rt="edge-thickness-normal";break;case"thick":rt="edge-thickness-thick";break;case"invisible":rt="edge-thickness-thick";break;default:rt=""}switch(f.pattern){case"solid":rt+=" edge-pattern-solid";break;case"dotted":rt+=" edge-pattern-dotted";break;case"dashed":rt+=" edge-pattern-dashed";break}const at=i.append("path").attr("d",X(B)).attr("id",f.id).attr("class"," "+rt+(f.classes?" "+f.classes:"")).attr("style",f.style);let ut="";(Re().flowchart.arrowMarkerAbsolute||Re().state.arrowMarkerAbsolute)&&(ut=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search,ut=ut.replace(/\(/g,"\\("),ut=ut.replace(/\)/g,"\\)")),Wt.info("arrowTypeStart",f.arrowTypeStart),Wt.info("arrowTypeEnd",f.arrowTypeEnd),Y$t(at,f,ut,b,w);let pt={};return _&&(pt.updatedPath=E),pt.originalPath=f.points,pt},Z$t=async(i,a,f,g,w)=>{Wt.info("Graph in recursive render: XXX",Fx(a),w);const v=a.graph().rankdir;Wt.trace("Dir in recursive render - dir:",v);const b=i.insert("g").attr("class","root");a.nodes()?Wt.info("Recursive render XXX",a.nodes()):Wt.info("No nodes found for",a),a.edges().length>0&&Wt.trace("Recursive edges",a.edge(a.edges()[0]));const E=b.insert("g").attr("class","clusters"),_=b.insert("g").attr("class","edgePaths"),S=b.insert("g").attr("class","edgeLabels"),I=b.insert("g").attr("class","nodes");await Promise.all(a.nodes().map(async function(F){const R=a.node(F);if(w!==void 0){const q=JSON.parse(JSON.stringify(w.clusterData));Wt.info("Setting data for cluster XXX (",F,") ",q,w),a.setNode(w.id,q),a.parent(F)||(Wt.trace("Setting parent",F,w.id),a.setParent(F,w.id,q))}if(Wt.info("(Insert) Node XXX"+F+": "+JSON.stringify(a.node(F))),R&&R.clusterNode){Wt.info("Cluster identified",F,R.width,a.node(F));const q=await Z$t(I,R.graph,f,g,a.node(F)),X=q.elem;kf(R,X),R.diff=q.diff||0,Wt.info("Node bounds (abc123)",F,R,R.width,R.x,R.y),NKe(X,R),Wt.warn("Recursive render complete ",X,R)}else a.children(F).length>0?(Wt.info("Cluster - the non recursive path XXX",F,R.id,R,a),Wt.info(GF(R.id,a)),sc[R.id]={id:GF(R.id,a),node:R}):(Wt.info("Node - the non recursive path",F,R.id,R),await U$t(I,a.node(F),v))})),a.edges().forEach(function(F){const R=a.edge(F.v,F.w,F.name);Wt.info("Edge "+F.v+" -> "+F.w+": "+JSON.stringify(F)),Wt.info("Edge "+F.v+" -> "+F.w+": ",F," ",JSON.stringify(a.edge(F))),Wt.info("Fix",sc,"ids:",F.v,F.w,"Translateing: ",sc[F.v],sc[F.w]),Q$t(S,R)}),a.edges().forEach(function(F){Wt.info("Edge "+F.v+" -> "+F.w+": "+JSON.stringify(F))}),Wt.info("#############################################"),Wt.info("### Layout ###"),Wt.info("#############################################"),Wt.info(a),gM(a),Wt.info("Graph after layout:",Fx(a));let B=0;return fKe(a).forEach(function(F){const R=a.node(F);Wt.info("Position "+F+": "+JSON.stringify(a.node(F))),Wt.info("Position "+F+": ("+R.x,","+R.y,") width: ",R.width," height: ",R.height),R&&R.clusterNode?G$t(R):a.children(F).length>0?(RKe(E,R),sc[R.id].node=R):G$t(R)}),a.edges().forEach(function(F){const R=a.edge(F);Wt.info("Edge "+F.v+" -> "+F.w+": "+JSON.stringify(R),R);const q=UKe(_,F,R,sc,f,a,g);qKe(R,q)}),a.nodes().forEach(function(F){const R=a.node(F);Wt.info(F,R.type,R.diff),R.type==="group"&&(B=R.diff)}),{elem:b,diff:B}},Vpt=async(i,a,f,g,w)=>{r$t(i,f,g,w),FKe(),zKe(),jKe(),uKe(),Wt.warn("Graph at first:",JSON.stringify(Fx(a))),hKe(a),Wt.warn("Graph after:",JSON.stringify(Fx(a))),await Z$t(i,a,g,w)},tzt={},GKe=function(i){const a=Object.keys(i);for(const f of a)tzt[f]=i[f]},ezt=function(i,a,f,g,w,v){const b=g.select(`[id="${f}"]`);Object.keys(i).forEach(function(_){const S=i[_];let I="default";S.classes.length>0&&(I=S.classes.join(" ")),I=I+" flowchart-label";const B=Uw(S.styles);let F=S.text!==void 0?S.text:S.id,R;if(Wt.info("vertex",S,S.labelType),S.labelType==="markdown")Wt.info("vertex",S,S.labelType);else if(B1(Re().flowchart.htmlLabels)){const rt={label:F.replace(/fa[blrs]?:fa-[\w-]+/g,at=>`<i class='${at.replace(":"," ")}'></i>`)};R=Tpt(b,rt).node(),R.parentNode.removeChild(R)}else{const rt=w.createElementNS("http://www.w3.org/2000/svg","text");rt.setAttribute("style",B.labelStyle.replace("color:","fill:"));const at=F.split(ei.lineBreakRegex);for(const ut of at){const pt=w.createElementNS("http://www.w3.org/2000/svg","tspan");pt.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"),pt.setAttribute("dy","1em"),pt.setAttribute("x","1"),pt.textContent=ut,rt.appendChild(pt)}R=rt}let q=0,X="";switch(S.type){case"round":q=5,X="rect";break;case"square":X="rect";break;case"diamond":X="question";break;case"hexagon":X="hexagon";break;case"odd":X="rect_left_inv_arrow";break;case"lean_right":X="lean_right";break;case"lean_left":X="lean_left";break;case"trapezoid":X="trapezoid";break;case"inv_trapezoid":X="inv_trapezoid";break;case"odd_right":X="rect_left_inv_arrow";break;case"circle":X="circle";break;case"ellipse":X="ellipse";break;case"stadium":X="stadium";break;case"subroutine":X="subroutine";break;case"cylinder":X="cylinder";break;case"group":X="rect";break;case"doublecircle":X="doublecircle";break;default:X="rect"}a.setNode(S.id,{labelStyle:B.labelStyle,shape:X,labelText:F,labelType:S.labelType,rx:q,ry:q,class:I,style:B.style,id:S.id,link:S.link,linkTarget:S.linkTarget,tooltip:v.db.getTooltip(S.id)||"",domId:v.db.lookUpDomId(S.id),haveCallback:S.haveCallback,width:S.type==="group"?500:void 0,dir:S.dir,type:S.type,props:S.props,padding:Re().flowchart.padding}),Wt.info("setNode",{labelStyle:B.labelStyle,labelType:S.labelType,shape:X,labelText:F,rx:q,ry:q,class:I,style:B.style,id:S.id,domId:v.db.lookUpDomId(S.id),width:S.type==="group"?500:void 0,type:S.type,dir:S.dir,props:S.props,padding:Re().flowchart.padding})})},nzt=function(i,a,f){Wt.info("abc78 edges = ",i);let g=0,w={},v,b;if(i.defaultStyle!==void 0){const E=Uw(i.defaultStyle);v=E.style,b=E.labelStyle}i.forEach(function(E){g++;const _="L-"+E.start+"-"+E.end;w[_]===void 0?(w[_]=0,Wt.info("abc78 new entry",_,w[_])):(w[_]++,Wt.info("abc78 new entry",_,w[_]));let S=_+"-"+w[_];Wt.info("abc78 new link id to be used is",_,S,w[_]);const I="LS-"+E.start,B="LE-"+E.end,F={style:"",labelStyle:""};switch(F.minlen=E.length||1,E.type==="arrow_open"?F.arrowhead="none":F.arrowhead="normal",F.arrowTypeStart="arrow_open",F.arrowTypeEnd="arrow_open",E.type){case"double_arrow_cross":F.arrowTypeStart="arrow_cross";case"arrow_cross":F.arrowTypeEnd="arrow_cross";break;case"double_arrow_point":F.arrowTypeStart="arrow_point";case"arrow_point":F.arrowTypeEnd="arrow_point";break;case"double_arrow_circle":F.arrowTypeStart="arrow_circle";case"arrow_circle":F.arrowTypeEnd="arrow_circle";break}let R="",q="";switch(E.stroke){case"normal":R="fill:none;",v!==void 0&&(R=v),b!==void 0&&(q=b),F.thickness="normal",F.pattern="solid";break;case"dotted":F.thickness="normal",F.pattern="dotted",F.style="fill:none;stroke-width:2px;stroke-dasharray:3;";break;case"thick":F.thickness="thick",F.pattern="solid",F.style="stroke-width: 3.5px;fill:none;";break;case"invisible":F.thickness="invisible",F.pattern="solid",F.style="stroke-width: 0;fill:none;";break}if(E.style!==void 0){const X=Uw(E.style);R=X.style,q=X.labelStyle}F.style=F.style+=R,F.labelStyle=F.labelStyle+=q,E.interpolate!==void 0?F.curve=Vw(E.interpolate,Vg):i.defaultInterpolate!==void 0?F.curve=Vw(i.defaultInterpolate,Vg):F.curve=Vw(tzt.curve,Vg),E.text===void 0?E.style!==void 0&&(F.arrowheadStyle="fill: #333"):(F.arrowheadStyle="fill: #333",F.labelpos="c"),F.labelType=E.labelType,F.label=E.text.replace(ei.lineBreakRegex,`
+`),E.style===void 0&&(F.style=F.style||"stroke: #333; stroke-width: 1.5px;fill:none;"),F.labelStyle=F.labelStyle.replace("color:","fill:"),F.id=S,F.classes="flowchart-link "+I+" "+B,a.setEdge(E.start,E.end,F,g)})},Upt={setConf:GKe,addVertices:ezt,addEdges:nzt,getClasses:function(i,a){return a.db.getClasses()},draw:async function(i,a,f,g){Wt.info("Drawing flowchart");let w=g.db.getDirection();w===void 0&&(w="TD");const{securityLevel:v,flowchart:b}=Re(),E=b.nodeSpacing||50,_=b.rankSpacing||50;let S;v==="sandbox"&&(S=xr("#i"+a));const I=xr(v==="sandbox"?S.nodes()[0].contentDocument.body:"body"),B=v==="sandbox"?S.nodes()[0].contentDocument:document,F=new R1({multigraph:!0,compound:!0}).setGraph({rankdir:w,nodesep:E,ranksep:_,marginx:0,marginy:0}).setDefaultEdgeLabel(function(){return{}});let R;const q=g.db.getSubGraphs();Wt.info("Subgraphs - ",q);for(let mt=q.length-1;mt>=0;mt--)R=q[mt],Wt.info("Subgraph - ",R),g.db.addVertex(R.id,{text:R.title,type:R.labelType},"group",void 0,R.classes,R.dir);const X=g.db.getVertices(),rt=g.db.getEdges();Wt.info("Edges",rt);let at=0;for(at=q.length-1;at>=0;at--){R=q[at],SOt("cluster").append("text");for(let mt=0;mt<R.nodes.length;mt++)Wt.info("Setting up subgraphs",R.nodes[mt],R.id),F.setParent(R.nodes[mt],R.id)}ezt(X,F,a,I,B,g),nzt(rt,F);const ut=I.select(`[id="${a}"]`),pt=I.select("#"+a+" g");if(await Vpt(pt,F,["point","circle","cross"],"flowchart",a),ao.insertTitle(ut,"flowchartTitleText",b.titleTopMargin,g.db.getDiagramTitle()),g8(F,ut,b.diagramPadding,b.useMaxWidth),g.db.indexNodes("subGraph"+at),!b.htmlLabels){const mt=B.querySelectorAll('[id="'+a+'"] .edgeLabel .label');for(const gt of mt){const ht=gt.getBBox(),bt=B.createElementNS("http://www.w3.org/2000/svg","rect");bt.setAttribute("rx",0),bt.setAttribute("ry",0),bt.setAttribute("width",ht.width),bt.setAttribute("height",ht.height),gt.insertBefore(bt,gt.firstChild)}}Object.keys(X).forEach(function(mt){const gt=X[mt];if(gt.link){const ht=xr("#"+a+' [id="'+mt+'"]');if(ht){const bt=B.createElementNS("http://www.w3.org/2000/svg","a");bt.setAttributeNS("http://www.w3.org/2000/svg","class",gt.classes.join(" ")),bt.setAttributeNS("http://www.w3.org/2000/svg","href",gt.link),bt.setAttributeNS("http://www.w3.org/2000/svg","rel","noopener"),v==="sandbox"?bt.setAttributeNS("http://www.w3.org/2000/svg","target","_top"):gt.linkTarget&&bt.setAttributeNS("http://www.w3.org/2000/svg","target",gt.linkTarget);const Z=ht.insert(function(){return bt},":first-child"),ft=ht.select(".label-container");ft&&Z.append(function(){return ft.node()});const Y=ht.select(".label");Y&&Z.append(function(){return Y.node()})}}})}},KKe=(i,a)=>{const f=KMe,g=f(i,"r"),w=f(i,"g"),v=f(i,"b");return qL(g,w,v,a)},rzt=i=>`.label {
+ font-family: ${i.fontFamily};
+ color: ${i.nodeTextColor||i.textColor};
+ }
+ .cluster-label text {
+ fill: ${i.titleColor};
+ }
+ .cluster-label span,p {
+ color: ${i.titleColor};
+ }
+
+ .label text,span,p {
+ fill: ${i.nodeTextColor||i.textColor};
+ color: ${i.nodeTextColor||i.textColor};
+ }
+
+ .node rect,
+ .node circle,
+ .node ellipse,
+ .node polygon,
+ .node path {
+ fill: ${i.mainBkg};
+ stroke: ${i.nodeBorder};
+ stroke-width: 1px;
+ }
+ .flowchart-label text {
+ text-anchor: middle;
+ }
+ // .flowchart-label .text-outer-tspan {
+ // text-anchor: middle;
+ // }
+ // .flowchart-label .text-inner-tspan {
+ // text-anchor: start;
+ // }
+
+ .node .label {
+ text-align: center;
+ }
+ .node.clickable {
+ cursor: pointer;
+ }
+
+ .arrowheadPath {
+ fill: ${i.arrowheadColor};
+ }
+
+ .edgePath .path {
+ stroke: ${i.lineColor};
+ stroke-width: 2.0px;
+ }
+
+ .flowchart-link {
+ stroke: ${i.lineColor};
+ fill: none;
+ }
+
+ .edgeLabel {
+ background-color: ${i.edgeLabelBackground};
+ rect {
+ opacity: 0.5;
+ background-color: ${i.edgeLabelBackground};
+ fill: ${i.edgeLabelBackground};
+ }
+ text-align: center;
+ }
+
+ /* For html labels only */
+ .labelBkg {
+ background-color: ${KKe(i.edgeLabelBackground,.5)};
+ // background-color:
+ }
+
+ .cluster rect {
+ fill: ${i.clusterBkg};
+ stroke: ${i.clusterBorder};
+ stroke-width: 1px;
+ }
+
+ .cluster text {
+ fill: ${i.titleColor};
+ }
+
+ .cluster span,p {
+ color: ${i.titleColor};
+ }
+ /* .cluster div {
+ color: ${i.titleColor};
+ } */
+
+ div.mermaidTooltip {
+ position: absolute;
+ text-align: center;
+ max-width: 200px;
+ padding: 2px;
+ font-family: ${i.fontFamily};
+ font-size: 12px;
+ background: ${i.tertiaryColor};
+ border: 1px solid ${i.border2};
+ border-radius: 2px;
+ pointer-events: none;
+ z-index: 100;
+ }
+
+ .flowchartTitleText {
+ text-anchor: middle;
+ font-size: 18px;
+ fill: ${i.textColor};
+ }
+`,WKe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:Jgt,db:E9,renderer:Upt,styles:rzt,init:i=>{i.flowchart||(i.flowchart={}),i.flowchart.arrowMarkerAbsolute=i.arrowMarkerAbsolute,XVe.setConf(i.flowchart),E9.clear(),E9.setGen("gen-1")}}},Symbol.toStringTag,{value:"Module"})),YKe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:Jgt,db:E9,renderer:Upt,styles:rzt,init:i=>{i.flowchart||(i.flowchart={}),i.flowchart.arrowMarkerAbsolute=i.arrowMarkerAbsolute,WPe({flowchart:{arrowMarkerAbsolute:i.arrowMarkerAbsolute}}),Upt.setConf(i.flowchart),E9.clear(),E9.setGen("gen-2")}}},Symbol.toStringTag,{value:"Module"}));var Gpt=function(){var i=function(bt,Z,ft,Y){for(ft=ft||{},Y=bt.length;Y--;ft[bt[Y]]=Z);return ft},a=[6,8,10,20,22,24,26,27,28],f=[1,10],g=[1,11],w=[1,12],v=[1,13],b=[1,14],E=[1,15],_=[1,21],S=[1,22],I=[1,23],B=[1,24],F=[1,25],R=[6,8,10,13,15,18,19,20,22,24,26,27,28,41,42,43,44,45],q=[1,34],X=[27,28,46,47],rt=[41,42,43,44,45],at=[17,34],ut=[1,54],pt=[1,53],yt=[17,34,36,38],mt={trace:function(){},yy:{},symbols_:{error:2,start:3,ER_DIAGRAM:4,document:5,EOF:6,line:7,SPACE:8,statement:9,NEWLINE:10,entityName:11,relSpec:12,":":13,role:14,BLOCK_START:15,attributes:16,BLOCK_STOP:17,SQS:18,SQE:19,title:20,title_value:21,acc_title:22,acc_title_value:23,acc_descr:24,acc_descr_value:25,acc_descr_multiline_value:26,ALPHANUM:27,ENTITY_NAME:28,attribute:29,attributeType:30,attributeName:31,attributeKeyTypeList:32,attributeComment:33,ATTRIBUTE_WORD:34,attributeKeyType:35,COMMA:36,ATTRIBUTE_KEY:37,COMMENT:38,cardinality:39,relType:40,ZERO_OR_ONE:41,ZERO_OR_MORE:42,ONE_OR_MORE:43,ONLY_ONE:44,MD_PARENT:45,NON_IDENTIFYING:46,IDENTIFYING:47,WORD:48,$accept:0,$end:1},terminals_:{2:"error",4:"ER_DIAGRAM",6:"EOF",8:"SPACE",10:"NEWLINE",13:":",15:"BLOCK_START",17:"BLOCK_STOP",18:"SQS",19:"SQE",20:"title",21:"title_value",22:"acc_title",23:"acc_title_value",24:"acc_descr",25:"acc_descr_value",26:"acc_descr_multiline_value",27:"ALPHANUM",28:"ENTITY_NAME",34:"ATTRIBUTE_WORD",36:"COMMA",37:"ATTRIBUTE_KEY",38:"COMMENT",41:"ZERO_OR_ONE",42:"ZERO_OR_MORE",43:"ONE_OR_MORE",44:"ONLY_ONE",45:"MD_PARENT",46:"NON_IDENTIFYING",47:"IDENTIFYING",48:"WORD"},productions_:[0,[3,3],[5,0],[5,2],[7,2],[7,1],[7,1],[7,1],[9,5],[9,4],[9,3],[9,1],[9,7],[9,6],[9,4],[9,2],[9,2],[9,2],[9,1],[11,1],[11,1],[16,1],[16,2],[29,2],[29,3],[29,3],[29,4],[30,1],[31,1],[32,1],[32,3],[35,1],[33,1],[12,3],[39,1],[39,1],[39,1],[39,1],[39,1],[40,1],[40,1],[14,1],[14,1],[14,1]],performAction:function(Z,ft,Y,Et,V,Nt,Dt){var jt=Nt.length-1;switch(V){case 1:break;case 2:this.$=[];break;case 3:Nt[jt-1].push(Nt[jt]),this.$=Nt[jt-1];break;case 4:case 5:this.$=Nt[jt];break;case 6:case 7:this.$=[];break;case 8:Et.addEntity(Nt[jt-4]),Et.addEntity(Nt[jt-2]),Et.addRelationship(Nt[jt-4],Nt[jt],Nt[jt-2],Nt[jt-3]);break;case 9:Et.addEntity(Nt[jt-3]),Et.addAttributes(Nt[jt-3],Nt[jt-1]);break;case 10:Et.addEntity(Nt[jt-2]);break;case 11:Et.addEntity(Nt[jt]);break;case 12:Et.addEntity(Nt[jt-6],Nt[jt-4]),Et.addAttributes(Nt[jt-6],Nt[jt-1]);break;case 13:Et.addEntity(Nt[jt-5],Nt[jt-3]);break;case 14:Et.addEntity(Nt[jt-3],Nt[jt-1]);break;case 15:case 16:this.$=Nt[jt].trim(),Et.setAccTitle(this.$);break;case 17:case 18:this.$=Nt[jt].trim(),Et.setAccDescription(this.$);break;case 19:case 43:this.$=Nt[jt];break;case 20:case 41:case 42:this.$=Nt[jt].replace(/"/g,"");break;case 21:case 29:this.$=[Nt[jt]];break;case 22:Nt[jt].push(Nt[jt-1]),this.$=Nt[jt];break;case 23:this.$={attributeType:Nt[jt-1],attributeName:Nt[jt]};break;case 24:this.$={attributeType:Nt[jt-2],attributeName:Nt[jt-1],attributeKeyTypeList:Nt[jt]};break;case 25:this.$={attributeType:Nt[jt-2],attributeName:Nt[jt-1],attributeComment:Nt[jt]};break;case 26:this.$={attributeType:Nt[jt-3],attributeName:Nt[jt-2],attributeKeyTypeList:Nt[jt-1],attributeComment:Nt[jt]};break;case 27:case 28:case 31:this.$=Nt[jt];break;case 30:Nt[jt-2].push(Nt[jt]),this.$=Nt[jt-2];break;case 32:this.$=Nt[jt].replace(/"/g,"");break;case 33:this.$={cardA:Nt[jt],relType:Nt[jt-1],cardB:Nt[jt-2]};break;case 34:this.$=Et.Cardinality.ZERO_OR_ONE;break;case 35:this.$=Et.Cardinality.ZERO_OR_MORE;break;case 36:this.$=Et.Cardinality.ONE_OR_MORE;break;case 37:this.$=Et.Cardinality.ONLY_ONE;break;case 38:this.$=Et.Cardinality.MD_PARENT;break;case 39:this.$=Et.Identification.NON_IDENTIFYING;break;case 40:this.$=Et.Identification.IDENTIFYING;break}},table:[{3:1,4:[1,2]},{1:[3]},i(a,[2,2],{5:3}),{6:[1,4],7:5,8:[1,6],9:7,10:[1,8],11:9,20:f,22:g,24:w,26:v,27:b,28:E},i(a,[2,7],{1:[2,1]}),i(a,[2,3]),{9:16,11:9,20:f,22:g,24:w,26:v,27:b,28:E},i(a,[2,5]),i(a,[2,6]),i(a,[2,11],{12:17,39:20,15:[1,18],18:[1,19],41:_,42:S,43:I,44:B,45:F}),{21:[1,26]},{23:[1,27]},{25:[1,28]},i(a,[2,18]),i(R,[2,19]),i(R,[2,20]),i(a,[2,4]),{11:29,27:b,28:E},{16:30,17:[1,31],29:32,30:33,34:q},{11:35,27:b,28:E},{40:36,46:[1,37],47:[1,38]},i(X,[2,34]),i(X,[2,35]),i(X,[2,36]),i(X,[2,37]),i(X,[2,38]),i(a,[2,15]),i(a,[2,16]),i(a,[2,17]),{13:[1,39]},{17:[1,40]},i(a,[2,10]),{16:41,17:[2,21],29:32,30:33,34:q},{31:42,34:[1,43]},{34:[2,27]},{19:[1,44]},{39:45,41:_,42:S,43:I,44:B,45:F},i(rt,[2,39]),i(rt,[2,40]),{14:46,27:[1,49],28:[1,48],48:[1,47]},i(a,[2,9]),{17:[2,22]},i(at,[2,23],{32:50,33:51,35:52,37:ut,38:pt}),i([17,34,37,38],[2,28]),i(a,[2,14],{15:[1,55]}),i([27,28],[2,33]),i(a,[2,8]),i(a,[2,41]),i(a,[2,42]),i(a,[2,43]),i(at,[2,24],{33:56,36:[1,57],38:pt}),i(at,[2,25]),i(yt,[2,29]),i(at,[2,32]),i(yt,[2,31]),{16:58,17:[1,59],29:32,30:33,34:q},i(at,[2,26]),{35:60,37:ut},{17:[1,61]},i(a,[2,13]),i(yt,[2,30]),i(a,[2,12])],defaultActions:{34:[2,27],41:[2,22]},parseError:function(Z,ft){if(ft.recoverable)this.trace(Z);else{var Y=new Error(Z);throw Y.hash=ft,Y}},parse:function(Z){var ft=this,Y=[0],Et=[],V=[null],Nt=[],Dt=this.table,jt="",Ct=0,Ft=0,_t=2,xt=1,Gt=Nt.slice.call(arguments,1),Be=Object.create(this.lexer),Ot={yy:{}};for(var vn in this.yy)Object.prototype.hasOwnProperty.call(this.yy,vn)&&(Ot.yy[vn]=this.yy[vn]);Be.setInput(Z,Ot.yy),Ot.yy.lexer=Be,Ot.yy.parser=this,typeof Be.yylloc>"u"&&(Be.yylloc={});var Pe=Be.yylloc;Nt.push(Pe);var Ee=Be.options&&Be.options.ranges;typeof Ot.yy.parseError=="function"?this.parseError=Ot.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function nn(){var Ri;return Ri=Et.pop()||Be.lex()||xt,typeof Ri!="number"&&(Ri instanceof Array&&(Et=Ri,Ri=Et.pop()),Ri=ft.symbols_[Ri]||Ri),Ri}for(var sn,me,Fe,Qt,Ae={},Se,Dn,oe,Pr;;){if(me=Y[Y.length-1],this.defaultActions[me]?Fe=this.defaultActions[me]:((sn===null||typeof sn>"u")&&(sn=nn()),Fe=Dt[me]&&Dt[me][sn]),typeof Fe>"u"||!Fe.length||!Fe[0]){var we="";Pr=[];for(Se in Dt[me])this.terminals_[Se]&&Se>_t&&Pr.push("'"+this.terminals_[Se]+"'");Be.showPosition?we="Parse error on line "+(Ct+1)+`:
+`+Be.showPosition()+`
+Expecting `+Pr.join(", ")+", got '"+(this.terminals_[sn]||sn)+"'":we="Parse error on line "+(Ct+1)+": Unexpected "+(sn==xt?"end of input":"'"+(this.terminals_[sn]||sn)+"'"),this.parseError(we,{text:Be.match,token:this.terminals_[sn]||sn,line:Be.yylineno,loc:Pe,expected:Pr})}if(Fe[0]instanceof Array&&Fe.length>1)throw new Error("Parse Error: multiple actions possible at state: "+me+", token: "+sn);switch(Fe[0]){case 1:Y.push(sn),V.push(Be.yytext),Nt.push(Be.yylloc),Y.push(Fe[1]),sn=null,Ft=Be.yyleng,jt=Be.yytext,Ct=Be.yylineno,Pe=Be.yylloc;break;case 2:if(Dn=this.productions_[Fe[1]][1],Ae.$=V[V.length-Dn],Ae._$={first_line:Nt[Nt.length-(Dn||1)].first_line,last_line:Nt[Nt.length-1].last_line,first_column:Nt[Nt.length-(Dn||1)].first_column,last_column:Nt[Nt.length-1].last_column},Ee&&(Ae._$.range=[Nt[Nt.length-(Dn||1)].range[0],Nt[Nt.length-1].range[1]]),Qt=this.performAction.apply(Ae,[jt,Ft,Ct,Ot.yy,Fe[1],V,Nt].concat(Gt)),typeof Qt<"u")return Qt;Dn&&(Y=Y.slice(0,-1*Dn*2),V=V.slice(0,-1*Dn),Nt=Nt.slice(0,-1*Dn)),Y.push(this.productions_[Fe[1]][0]),V.push(Ae.$),Nt.push(Ae._$),oe=Dt[Y[Y.length-2]][Y[Y.length-1]],Y.push(oe);break;case 3:return!0}}return!0}},gt=function(){var bt={EOF:1,parseError:function(ft,Y){if(this.yy.parser)this.yy.parser.parseError(ft,Y);else throw new Error(ft)},setInput:function(Z,ft){return this.yy=ft||this.yy||{},this._input=Z,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var Z=this._input[0];this.yytext+=Z,this.yyleng++,this.offset++,this.match+=Z,this.matched+=Z;var ft=Z.match(/(?:\r\n?|\n).*/g);return ft?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),Z},unput:function(Z){var ft=Z.length,Y=Z.split(/(?:\r\n?|\n)/g);this._input=Z+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-ft),this.offset-=ft;var Et=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),Y.length-1&&(this.yylineno-=Y.length-1);var V=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:Y?(Y.length===Et.length?this.yylloc.first_column:0)+Et[Et.length-Y.length].length-Y[0].length:this.yylloc.first_column-ft},this.options.ranges&&(this.yylloc.range=[V[0],V[0]+this.yyleng-ft]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(Z){this.unput(this.match.slice(Z))},pastInput:function(){var Z=this.matched.substr(0,this.matched.length-this.match.length);return(Z.length>20?"...":"")+Z.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var Z=this.match;return Z.length<20&&(Z+=this._input.substr(0,20-Z.length)),(Z.substr(0,20)+(Z.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var Z=this.pastInput(),ft=new Array(Z.length+1).join("-");return Z+this.upcomingInput()+`
+`+ft+"^"},test_match:function(Z,ft){var Y,Et,V;if(this.options.backtrack_lexer&&(V={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(V.yylloc.range=this.yylloc.range.slice(0))),Et=Z[0].match(/(?:\r\n?|\n).*/g),Et&&(this.yylineno+=Et.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:Et?Et[Et.length-1].length-Et[Et.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+Z[0].length},this.yytext+=Z[0],this.match+=Z[0],this.matches=Z,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(Z[0].length),this.matched+=Z[0],Y=this.performAction.call(this,this.yy,this,ft,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),Y)return Y;if(this._backtrack){for(var Nt in V)this[Nt]=V[Nt];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var Z,ft,Y,Et;this._more||(this.yytext="",this.match="");for(var V=this._currentRules(),Nt=0;Nt<V.length;Nt++)if(Y=this._input.match(this.rules[V[Nt]]),Y&&(!ft||Y[0].length>ft[0].length)){if(ft=Y,Et=Nt,this.options.backtrack_lexer){if(Z=this.test_match(Y,V[Nt]),Z!==!1)return Z;if(this._backtrack){ft=!1;continue}else return!1}else if(!this.options.flex)break}return ft?(Z=this.test_match(ft,V[Et]),Z!==!1?Z:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var ft=this.next();return ft||this.lex()},begin:function(ft){this.conditionStack.push(ft)},popState:function(){var ft=this.conditionStack.length-1;return ft>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(ft){return ft=this.conditionStack.length-1-Math.abs(ft||0),ft>=0?this.conditionStack[ft]:"INITIAL"},pushState:function(ft){this.begin(ft)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(ft,Y,Et,V){switch(Et){case 0:return this.begin("acc_title"),22;case 1:return this.popState(),"acc_title_value";case 2:return this.begin("acc_descr"),24;case 3:return this.popState(),"acc_descr_value";case 4:this.begin("acc_descr_multiline");break;case 5:this.popState();break;case 6:return"acc_descr_multiline_value";case 7:return 10;case 8:break;case 9:return 8;case 10:return 28;case 11:return 48;case 12:return 4;case 13:return this.begin("block"),15;case 14:return 36;case 15:break;case 16:return 37;case 17:return 34;case 18:return 34;case 19:return 38;case 20:break;case 21:return this.popState(),17;case 22:return Y.yytext[0];case 23:return 18;case 24:return 19;case 25:return 41;case 26:return 43;case 27:return 43;case 28:return 43;case 29:return 41;case 30:return 41;case 31:return 42;case 32:return 42;case 33:return 42;case 34:return 42;case 35:return 42;case 36:return 43;case 37:return 42;case 38:return 43;case 39:return 44;case 40:return 44;case 41:return 44;case 42:return 44;case 43:return 41;case 44:return 42;case 45:return 43;case 46:return 45;case 47:return 46;case 48:return 47;case 49:return 47;case 50:return 46;case 51:return 46;case 52:return 46;case 53:return 27;case 54:return Y.yytext[0];case 55:return 6}},rules:[/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:[\n]+)/i,/^(?:\s+)/i,/^(?:[\s]+)/i,/^(?:"[^"%\r\n\v\b\\]+")/i,/^(?:"[^"]*")/i,/^(?:erDiagram\b)/i,/^(?:\{)/i,/^(?:,)/i,/^(?:\s+)/i,/^(?:\b((?:PK)|(?:FK)|(?:UK))\b)/i,/^(?:(.*?)[~](.*?)*[~])/i,/^(?:[\*A-Za-z_][A-Za-z0-9\-_\[\]\(\)]*)/i,/^(?:"[^"]*")/i,/^(?:[\n]+)/i,/^(?:\})/i,/^(?:.)/i,/^(?:\[)/i,/^(?:\])/i,/^(?:one or zero\b)/i,/^(?:one or more\b)/i,/^(?:one or many\b)/i,/^(?:1\+)/i,/^(?:\|o\b)/i,/^(?:zero or one\b)/i,/^(?:zero or more\b)/i,/^(?:zero or many\b)/i,/^(?:0\+)/i,/^(?:\}o\b)/i,/^(?:many\(0\))/i,/^(?:many\(1\))/i,/^(?:many\b)/i,/^(?:\}\|)/i,/^(?:one\b)/i,/^(?:only one\b)/i,/^(?:1\b)/i,/^(?:\|\|)/i,/^(?:o\|)/i,/^(?:o\{)/i,/^(?:\|\{)/i,/^(?:\s*u\b)/i,/^(?:\.\.)/i,/^(?:--)/i,/^(?:to\b)/i,/^(?:optionally to\b)/i,/^(?:\.-)/i,/^(?:-\.)/i,/^(?:[A-Za-z_][A-Za-z0-9\-_]*)/i,/^(?:.)/i,/^(?:$)/i],conditions:{acc_descr_multiline:{rules:[5,6],inclusive:!1},acc_descr:{rules:[3],inclusive:!1},acc_title:{rules:[1],inclusive:!1},block:{rules:[14,15,16,17,18,19,20,21,22],inclusive:!1},INITIAL:{rules:[0,2,4,7,8,9,10,11,12,13,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55],inclusive:!0}}};return bt}();mt.lexer=gt;function ht(){this.yy={}}return ht.prototype=mt,mt.Parser=ht,new ht}();Gpt.parser=Gpt;const XKe=Gpt;let E8={},Kpt=[];const QKe={ZERO_OR_ONE:"ZERO_OR_ONE",ZERO_OR_MORE:"ZERO_OR_MORE",ONE_OR_MORE:"ONE_OR_MORE",ONLY_ONE:"ONLY_ONE",MD_PARENT:"MD_PARENT"},JKe={NON_IDENTIFYING:"NON_IDENTIFYING",IDENTIFYING:"IDENTIFYING"},izt=function(i,a=void 0){return E8[i]===void 0?(E8[i]={attributes:[],alias:a},Wt.info("Added new entity :",i)):E8[i]&&!E8[i].alias&&a&&(E8[i].alias=a,Wt.info(`Add alias '${a}' to entity '${i}'`)),E8[i]},ZKe={Cardinality:QKe,Identification:JKe,getConfig:()=>Re().er,addEntity:izt,addAttributes:function(i,a){let f=izt(i),g;for(g=a.length-1;g>=0;g--)f.attributes.push(a[g]),Wt.debug("Added attribute ",a[g].attributeName)},getEntities:()=>E8,addRelationship:function(i,a,f,g){let w={entityA:i,roleA:a,entityB:f,relSpec:g};Kpt.push(w),Wt.debug("Added new relationship :",w)},getRelationships:()=>Kpt,clear:function(){E8={},Kpt=[],Wg()},setAccTitle:ng,getAccTitle:Yg,setAccDescription:Xg,getAccDescription:Qg,setDiagramTitle:y2,getDiagramTitle:Jg},ty={ONLY_ONE_START:"ONLY_ONE_START",ONLY_ONE_END:"ONLY_ONE_END",ZERO_OR_ONE_START:"ZERO_OR_ONE_START",ZERO_OR_ONE_END:"ZERO_OR_ONE_END",ONE_OR_MORE_START:"ONE_OR_MORE_START",ONE_OR_MORE_END:"ONE_OR_MORE_END",ZERO_OR_MORE_START:"ZERO_OR_MORE_START",ZERO_OR_MORE_END:"ZERO_OR_MORE_END",MD_PARENT_END:"MD_PARENT_END",MD_PARENT_START:"MD_PARENT_START"},ey={ERMarkers:ty,insertMarkers:function(i,a){let f;i.append("defs").append("marker").attr("id",ty.MD_PARENT_START).attr("refX",0).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z"),i.append("defs").append("marker").attr("id",ty.MD_PARENT_END).attr("refX",19).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z"),i.append("defs").append("marker").attr("id",ty.ONLY_ONE_START).attr("refX",0).attr("refY",9).attr("markerWidth",18).attr("markerHeight",18).attr("orient","auto").append("path").attr("stroke",a.stroke).attr("fill","none").attr("d","M9,0 L9,18 M15,0 L15,18"),i.append("defs").append("marker").attr("id",ty.ONLY_ONE_END).attr("refX",18).attr("refY",9).attr("markerWidth",18).attr("markerHeight",18).attr("orient","auto").append("path").attr("stroke",a.stroke).attr("fill","none").attr("d","M3,0 L3,18 M9,0 L9,18"),f=i.append("defs").append("marker").attr("id",ty.ZERO_OR_ONE_START).attr("refX",0).attr("refY",9).attr("markerWidth",30).attr("markerHeight",18).attr("orient","auto"),f.append("circle").attr("stroke",a.stroke).attr("fill","white").attr("cx",21).attr("cy",9).attr("r",6),f.append("path").attr("stroke",a.stroke).attr("fill","none").attr("d","M9,0 L9,18"),f=i.append("defs").append("marker").attr("id",ty.ZERO_OR_ONE_END).attr("refX",30).attr("refY",9).attr("markerWidth",30).attr("markerHeight",18).attr("orient","auto"),f.append("circle").attr("stroke",a.stroke).attr("fill","white").attr("cx",9).attr("cy",9).attr("r",6),f.append("path").attr("stroke",a.stroke).attr("fill","none").attr("d","M21,0 L21,18"),i.append("defs").append("marker").attr("id",ty.ONE_OR_MORE_START).attr("refX",18).attr("refY",18).attr("markerWidth",45).attr("markerHeight",36).attr("orient","auto").append("path").attr("stroke",a.stroke).attr("fill","none").attr("d","M0,18 Q 18,0 36,18 Q 18,36 0,18 M42,9 L42,27"),i.append("defs").append("marker").attr("id",ty.ONE_OR_MORE_END).attr("refX",27).attr("refY",18).attr("markerWidth",45).attr("markerHeight",36).attr("orient","auto").append("path").attr("stroke",a.stroke).attr("fill","none").attr("d","M3,9 L3,27 M9,18 Q27,0 45,18 Q27,36 9,18"),f=i.append("defs").append("marker").attr("id",ty.ZERO_OR_MORE_START).attr("refX",18).attr("refY",18).attr("markerWidth",57).attr("markerHeight",36).attr("orient","auto"),f.append("circle").attr("stroke",a.stroke).attr("fill","white").attr("cx",48).attr("cy",18).attr("r",6),f.append("path").attr("stroke",a.stroke).attr("fill","none").attr("d","M0,18 Q18,0 36,18 Q18,36 0,18"),f=i.append("defs").append("marker").attr("id",ty.ZERO_OR_MORE_END).attr("refX",39).attr("refY",18).attr("markerWidth",57).attr("markerHeight",36).attr("orient","auto"),f.append("circle").attr("stroke",a.stroke).attr("fill","white").attr("cx",9).attr("cy",18).attr("r",6),f.append("path").attr("stroke",a.stroke).attr("fill","none").attr("d","M21,18 Q39,0 57,18 Q39,36 21,18")}},tWe=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function eWe(i){return typeof i=="string"&&tWe.test(i)}const g0=[];for(let i=0;i<256;++i)g0.push((i+256).toString(16).slice(1));function nWe(i,a=0){return(g0[i[a+0]]+g0[i[a+1]]+g0[i[a+2]]+g0[i[a+3]]+"-"+g0[i[a+4]]+g0[i[a+5]]+"-"+g0[i[a+6]]+g0[i[a+7]]+"-"+g0[i[a+8]]+g0[i[a+9]]+"-"+g0[i[a+10]]+g0[i[a+11]]+g0[i[a+12]]+g0[i[a+13]]+g0[i[a+14]]+g0[i[a+15]]).toLowerCase()}function rWe(i){if(!eWe(i))throw TypeError("Invalid UUID");let a;const f=new Uint8Array(16);return f[0]=(a=parseInt(i.slice(0,8),16))>>>24,f[1]=a>>>16&255,f[2]=a>>>8&255,f[3]=a&255,f[4]=(a=parseInt(i.slice(9,13),16))>>>8,f[5]=a&255,f[6]=(a=parseInt(i.slice(14,18),16))>>>8,f[7]=a&255,f[8]=(a=parseInt(i.slice(19,23),16))>>>8,f[9]=a&255,f[10]=(a=parseInt(i.slice(24,36),16))/1099511627776&255,f[11]=a/4294967296&255,f[12]=a>>>24&255,f[13]=a>>>16&255,f[14]=a>>>8&255,f[15]=a&255,f}function iWe(i){i=unescape(encodeURIComponent(i));const a=[];for(let f=0;f<i.length;++f)a.push(i.charCodeAt(f));return a}const sWe="6ba7b810-9dad-11d1-80b4-00c04fd430c8",aWe="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function oWe(i,a,f){function g(w,v,b,E){var _;if(typeof w=="string"&&(w=iWe(w)),typeof v=="string"&&(v=rWe(v)),((_=v)===null||_===void 0?void 0:_.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let S=new Uint8Array(16+w.length);if(S.set(v),S.set(w,v.length),S=f(S),S[6]=S[6]&15|a,S[8]=S[8]&63|128,b){E=E||0;for(let I=0;I<16;++I)b[E+I]=S[I];return b}return nWe(S)}try{g.name=i}catch{}return g.DNS=sWe,g.URL=aWe,g}function cWe(i,a,f,g){switch(i){case 0:return a&f^~a&g;case 1:return a^f^g;case 2:return a&f^a&g^f&g;case 3:return a^f^g}}function Wpt(i,a){return i<<a|i>>>32-a}function uWe(i){const a=[1518500249,1859775393,2400959708,3395469782],f=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof i=="string"){const b=unescape(encodeURIComponent(i));i=[];for(let E=0;E<b.length;++E)i.push(b.charCodeAt(E))}else Array.isArray(i)||(i=Array.prototype.slice.call(i));i.push(128);const g=i.length/4+2,w=Math.ceil(g/16),v=new Array(w);for(let b=0;b<w;++b){const E=new Uint32Array(16);for(let _=0;_<16;++_)E[_]=i[b*64+_*4]<<24|i[b*64+_*4+1]<<16|i[b*64+_*4+2]<<8|i[b*64+_*4+3];v[b]=E}v[w-1][14]=(i.length-1)*8/Math.pow(2,32),v[w-1][14]=Math.floor(v[w-1][14]),v[w-1][15]=(i.length-1)*8&4294967295;for(let b=0;b<w;++b){const E=new Uint32Array(80);for(let R=0;R<16;++R)E[R]=v[b][R];for(let R=16;R<80;++R)E[R]=Wpt(E[R-3]^E[R-8]^E[R-14]^E[R-16],1);let _=f[0],S=f[1],I=f[2],B=f[3],F=f[4];for(let R=0;R<80;++R){const q=Math.floor(R/20),X=Wpt(_,5)+cWe(q,S,I,B)+F+a[q]+E[R]>>>0;F=B,B=I,I=Wpt(S,30)>>>0,S=_,_=X}f[0]=f[0]+_>>>0,f[1]=f[1]+S>>>0,f[2]=f[2]+I>>>0,f[3]=f[3]+B>>>0,f[4]=f[4]+F>>>0}return[f[0]>>24&255,f[0]>>16&255,f[0]>>8&255,f[0]&255,f[1]>>24&255,f[1]>>16&255,f[1]>>8&255,f[1]&255,f[2]>>24&255,f[2]>>16&255,f[2]>>8&255,f[2]&255,f[3]>>24&255,f[3]>>16&255,f[3]>>8&255,f[3]&255,f[4]>>24&255,f[4]>>16&255,f[4]>>8&255,f[4]&255]}const lWe=oWe("v5",80,uWe),hWe=/[^\dA-Za-z](\W)*/g;let j1={},WF=new Map;const fWe=function(i){const a=Object.keys(i);for(const f of a)j1[f]=i[f]},dWe=(i,a,f)=>{const g=j1.entityPadding/3,w=j1.entityPadding/3,v=j1.fontSize*.85,b=a.node().getBBox(),E=[];let _=!1,S=!1,I=0,B=0,F=0,R=0,q=b.height+g*2,X=1;f.forEach(pt=>{pt.attributeKeyTypeList!==void 0&&pt.attributeKeyTypeList.length>0&&(_=!0),pt.attributeComment!==void 0&&(S=!0)}),f.forEach(pt=>{const yt=`${a.node().id}-attr-${X}`;let mt=0;const gt=pF(pt.attributeType),ht=i.append("text").classed("er entityLabel",!0).attr("id",`${yt}-type`).attr("x",0).attr("y",0).style("dominant-baseline","middle").style("text-anchor","left").style("font-family",Re().fontFamily).style("font-size",v+"px").text(gt),bt=i.append("text").classed("er entityLabel",!0).attr("id",`${yt}-name`).attr("x",0).attr("y",0).style("dominant-baseline","middle").style("text-anchor","left").style("font-family",Re().fontFamily).style("font-size",v+"px").text(pt.attributeName),Z={};Z.tn=ht,Z.nn=bt;const ft=ht.node().getBBox(),Y=bt.node().getBBox();if(I=Math.max(I,ft.width),B=Math.max(B,Y.width),mt=Math.max(ft.height,Y.height),_){const Et=pt.attributeKeyTypeList!==void 0?pt.attributeKeyTypeList.join(","):"",V=i.append("text").classed("er entityLabel",!0).attr("id",`${yt}-key`).attr("x",0).attr("y",0).style("dominant-baseline","middle").style("text-anchor","left").style("font-family",Re().fontFamily).style("font-size",v+"px").text(Et);Z.kn=V;const Nt=V.node().getBBox();F=Math.max(F,Nt.width),mt=Math.max(mt,Nt.height)}if(S){const Et=i.append("text").classed("er entityLabel",!0).attr("id",`${yt}-comment`).attr("x",0).attr("y",0).style("dominant-baseline","middle").style("text-anchor","left").style("font-family",Re().fontFamily).style("font-size",v+"px").text(pt.attributeComment||"");Z.cn=Et;const V=Et.node().getBBox();R=Math.max(R,V.width),mt=Math.max(mt,V.height)}Z.height=mt,E.push(Z),q+=mt+g*2,X+=1});let rt=4;_&&(rt+=2),S&&(rt+=2);const at=I+B+F+R,ut={width:Math.max(j1.minEntityWidth,Math.max(b.width+j1.entityPadding*2,at+w*rt)),height:f.length>0?q:Math.max(j1.minEntityHeight,b.height+j1.entityPadding*2)};if(f.length>0){const pt=Math.max(0,(ut.width-at-w*rt)/(rt/2));a.attr("transform","translate("+ut.width/2+","+(g+b.height/2)+")");let yt=b.height+g*2,mt="attributeBoxOdd";E.forEach(gt=>{const ht=yt+g+gt.height/2;gt.tn.attr("transform","translate("+w+","+ht+")");const bt=i.insert("rect","#"+gt.tn.node().id).classed(`er ${mt}`,!0).attr("x",0).attr("y",yt).attr("width",I+w*2+pt).attr("height",gt.height+g*2),Z=parseFloat(bt.attr("x"))+parseFloat(bt.attr("width"));gt.nn.attr("transform","translate("+(Z+w)+","+ht+")");const ft=i.insert("rect","#"+gt.nn.node().id).classed(`er ${mt}`,!0).attr("x",Z).attr("y",yt).attr("width",B+w*2+pt).attr("height",gt.height+g*2);let Y=parseFloat(ft.attr("x"))+parseFloat(ft.attr("width"));if(_){gt.kn.attr("transform","translate("+(Y+w)+","+ht+")");const Et=i.insert("rect","#"+gt.kn.node().id).classed(`er ${mt}`,!0).attr("x",Y).attr("y",yt).attr("width",F+w*2+pt).attr("height",gt.height+g*2);Y=parseFloat(Et.attr("x"))+parseFloat(Et.attr("width"))}S&&(gt.cn.attr("transform","translate("+(Y+w)+","+ht+")"),i.insert("rect","#"+gt.cn.node().id).classed(`er ${mt}`,"true").attr("x",Y).attr("y",yt).attr("width",R+w*2+pt).attr("height",gt.height+g*2)),yt+=gt.height+g*2,mt=mt==="attributeBoxOdd"?"attributeBoxEven":"attributeBoxOdd"})}else ut.height=Math.max(j1.minEntityHeight,q),a.attr("transform","translate("+ut.width/2+","+ut.height/2+")");return ut},gWe=function(i,a,f){const g=Object.keys(a);let w;return g.forEach(function(v){const b=yWe(v,"entity");WF.set(v,b);const E=i.append("g").attr("id",b);w=w===void 0?b:w;const _="text-"+b,S=E.append("text").classed("er entityLabel",!0).attr("id",_).attr("x",0).attr("y",0).style("dominant-baseline","middle").style("text-anchor","middle").style("font-family",Re().fontFamily).style("font-size",j1.fontSize+"px").text(a[v].alias??v),{width:I,height:B}=dWe(E,S,a[v].attributes),R=E.insert("rect","#"+_).classed("er entityBox",!0).attr("x",0).attr("y",0).attr("width",I).attr("height",B).node().getBBox();f.setNode(b,{width:R.width,height:R.height,shape:"rect",id:b})}),w},pWe=function(i,a){a.nodes().forEach(function(f){f!==void 0&&a.node(f)!==void 0&&i.select("#"+f).attr("transform","translate("+(a.node(f).x-a.node(f).width/2)+","+(a.node(f).y-a.node(f).height/2)+" )")})},szt=function(i){return(i.entityA+i.roleA+i.entityB).replace(/\s/g,"")},bWe=function(i,a){return i.forEach(function(f){a.setEdge(WF.get(f.entityA),WF.get(f.entityB),{relationship:f},szt(f))}),i};let azt=0;const wWe=function(i,a,f,g,w){azt++;const v=f.edge(WF.get(a.entityA),WF.get(a.entityB),szt(a)),b=Cx().x(function(q){return q.x}).y(function(q){return q.y}).curve(lF),E=i.insert("path","#"+g).classed("er relationshipLine",!0).attr("d",b(v.points)).style("stroke",j1.stroke).style("fill","none");a.relSpec.relType===w.db.Identification.NON_IDENTIFYING&&E.attr("stroke-dasharray","8,8");let _="";switch(j1.arrowMarkerAbsolute&&(_=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search,_=_.replace(/\(/g,"\\("),_=_.replace(/\)/g,"\\)")),a.relSpec.cardA){case w.db.Cardinality.ZERO_OR_ONE:E.attr("marker-end","url("+_+"#"+ey.ERMarkers.ZERO_OR_ONE_END+")");break;case w.db.Cardinality.ZERO_OR_MORE:E.attr("marker-end","url("+_+"#"+ey.ERMarkers.ZERO_OR_MORE_END+")");break;case w.db.Cardinality.ONE_OR_MORE:E.attr("marker-end","url("+_+"#"+ey.ERMarkers.ONE_OR_MORE_END+")");break;case w.db.Cardinality.ONLY_ONE:E.attr("marker-end","url("+_+"#"+ey.ERMarkers.ONLY_ONE_END+")");break;case w.db.Cardinality.MD_PARENT:E.attr("marker-end","url("+_+"#"+ey.ERMarkers.MD_PARENT_END+")");break}switch(a.relSpec.cardB){case w.db.Cardinality.ZERO_OR_ONE:E.attr("marker-start","url("+_+"#"+ey.ERMarkers.ZERO_OR_ONE_START+")");break;case w.db.Cardinality.ZERO_OR_MORE:E.attr("marker-start","url("+_+"#"+ey.ERMarkers.ZERO_OR_MORE_START+")");break;case w.db.Cardinality.ONE_OR_MORE:E.attr("marker-start","url("+_+"#"+ey.ERMarkers.ONE_OR_MORE_START+")");break;case w.db.Cardinality.ONLY_ONE:E.attr("marker-start","url("+_+"#"+ey.ERMarkers.ONLY_ONE_START+")");break;case w.db.Cardinality.MD_PARENT:E.attr("marker-start","url("+_+"#"+ey.ERMarkers.MD_PARENT_START+")");break}const S=E.node().getTotalLength(),I=E.node().getPointAtLength(S*.5),B="rel"+azt,R=i.append("text").classed("er relationshipLabel",!0).attr("id",B).attr("x",I.x).attr("y",I.y).style("text-anchor","middle").style("dominant-baseline","middle").style("font-family",Re().fontFamily).style("font-size",j1.fontSize+"px").text(a.roleA).node().getBBox();i.insert("rect","#"+B).classed("er relationshipLabelBox",!0).attr("x",I.x-R.width/2).attr("y",I.y-R.height/2).attr("width",R.width).attr("height",R.height)},mWe=function(i,a,f,g){j1=Re().er,Wt.info("Drawing ER diagram");const w=Re().securityLevel;let v;w==="sandbox"&&(v=xr("#i"+a));const E=xr(w==="sandbox"?v.nodes()[0].contentDocument.body:"body").select(`[id='${a}']`);ey.insertMarkers(E,j1);let _;_=new R1({multigraph:!0,directed:!0,compound:!1}).setGraph({rankdir:j1.layoutDirection,marginx:20,marginy:20,nodesep:100,edgesep:100,ranksep:100}).setDefaultEdgeLabel(function(){return{}});const S=gWe(E,g.db.getEntities(),_),I=bWe(g.db.getRelationships(),_);gM(_),pWe(E,_),I.forEach(function(X){wWe(E,X,_,S,g)});const B=j1.diagramPadding;ao.insertTitle(E,"entityTitleText",j1.titleTopMargin,g.db.getDiagramTitle());const F=E.node().getBBox(),R=F.width+B*2,q=F.height+B*2;Kg(E,q,R,j1.useMaxWidth),E.attr("viewBox",`${F.x-B} ${F.y-B} ${R} ${q}`)},vWe="28e9f9db-3c8d-5aa5-9faf-44286ae5937c";function yWe(i="",a=""){const f=i.replace(hWe,"");return`${ozt(a)}${ozt(f)}${lWe(i,vWe)}`}function ozt(i=""){return i.length>0?`${i}-`:""}const xWe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:XKe,db:ZKe,renderer:{setConf:fWe,draw:mWe},styles:i=>`
+ .entityBox {
+ fill: ${i.mainBkg};
+ stroke: ${i.nodeBorder};
+ }
+
+ .attributeBoxOdd {
+ fill: ${i.attributeBackgroundColorOdd};
+ stroke: ${i.nodeBorder};
+ }
+
+ .attributeBoxEven {
+ fill: ${i.attributeBackgroundColorEven};
+ stroke: ${i.nodeBorder};
+ }
+
+ .relationshipLabelBox {
+ fill: ${i.tertiaryColor};
+ opacity: 0.7;
+ background-color: ${i.tertiaryColor};
+ rect {
+ opacity: 0.5;
+ }
+ }
+
+ .relationshipLine {
+ stroke: ${i.lineColor};
+ }
+
+ .entityTitleText {
+ text-anchor: middle;
+ font-size: 18px;
+ fill: ${i.textColor};
+ }
+ #MD_PARENT_START {
+ fill: #f5f5f5 !important;
+ stroke: ${i.lineColor} !important;
+ stroke-width: 1;
+ }
+ #MD_PARENT_END {
+ fill: #f5f5f5 !important;
+ stroke: ${i.lineColor} !important;
+ stroke-width: 1;
+ }
+
+`}},Symbol.toStringTag,{value:"Module"}));var Ypt=function(){var i=function(mt,gt,ht,bt){for(ht=ht||{},bt=mt.length;bt--;ht[mt[bt]]=gt);return ht},a=[1,3],f=[1,6],g=[1,4],w=[1,5],v=[2,5],b=[1,12],E=[5,7,13,19,21,23,24,26,28,31,37,40,47],_=[7,13,19,21,23,24,26,28,31,37,40],S=[7,12,13,19,21,23,24,26,28,31,37,40],I=[7,13,47],B=[1,42],F=[1,41],R=[7,13,29,32,35,38,47],q=[1,55],X=[1,56],rt=[1,57],at=[7,13,32,35,42,47],ut={trace:function(){},yy:{},symbols_:{error:2,start:3,eol:4,GG:5,document:6,EOF:7,":":8,DIR:9,options:10,body:11,OPT:12,NL:13,line:14,statement:15,commitStatement:16,mergeStatement:17,cherryPickStatement:18,acc_title:19,acc_title_value:20,acc_descr:21,acc_descr_value:22,acc_descr_multiline_value:23,section:24,branchStatement:25,CHECKOUT:26,ref:27,BRANCH:28,ORDER:29,NUM:30,CHERRY_PICK:31,COMMIT_ID:32,STR:33,PARENT_COMMIT:34,COMMIT_TAG:35,EMPTYSTR:36,MERGE:37,COMMIT_TYPE:38,commitType:39,COMMIT:40,commit_arg:41,COMMIT_MSG:42,NORMAL:43,REVERSE:44,HIGHLIGHT:45,ID:46,";":47,$accept:0,$end:1},terminals_:{2:"error",5:"GG",7:"EOF",8:":",9:"DIR",12:"OPT",13:"NL",19:"acc_title",20:"acc_title_value",21:"acc_descr",22:"acc_descr_value",23:"acc_descr_multiline_value",24:"section",26:"CHECKOUT",28:"BRANCH",29:"ORDER",30:"NUM",31:"CHERRY_PICK",32:"COMMIT_ID",33:"STR",34:"PARENT_COMMIT",35:"COMMIT_TAG",36:"EMPTYSTR",37:"MERGE",38:"COMMIT_TYPE",40:"COMMIT",42:"COMMIT_MSG",43:"NORMAL",44:"REVERSE",45:"HIGHLIGHT",46:"ID",47:";"},productions_:[0,[3,2],[3,3],[3,4],[3,5],[6,0],[6,2],[10,2],[10,1],[11,0],[11,2],[14,2],[14,1],[15,1],[15,1],[15,1],[15,2],[15,2],[15,1],[15,1],[15,1],[15,2],[25,2],[25,4],[18,3],[18,5],[18,5],[18,7],[18,7],[18,5],[18,5],[18,5],[18,7],[18,7],[18,7],[18,7],[17,2],[17,4],[17,4],[17,4],[17,6],[17,6],[17,6],[17,6],[17,6],[17,6],[17,8],[17,8],[17,8],[17,8],[17,8],[17,8],[16,2],[16,3],[16,3],[16,5],[16,5],[16,3],[16,5],[16,5],[16,5],[16,5],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,3],[16,5],[16,5],[16,5],[16,5],[16,5],[16,5],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,7],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[16,9],[41,0],[41,1],[39,1],[39,1],[39,1],[27,1],[27,1],[4,1],[4,1],[4,1]],performAction:function(gt,ht,bt,Z,ft,Y,Et){var V=Y.length-1;switch(ft){case 2:return Y[V];case 3:return Y[V-1];case 4:return Z.setDirection(Y[V-3]),Y[V-1];case 6:Z.setOptions(Y[V-1]),this.$=Y[V];break;case 7:Y[V-1]+=Y[V],this.$=Y[V-1];break;case 9:this.$=[];break;case 10:Y[V-1].push(Y[V]),this.$=Y[V-1];break;case 11:this.$=Y[V-1];break;case 16:this.$=Y[V].trim(),Z.setAccTitle(this.$);break;case 17:case 18:this.$=Y[V].trim(),Z.setAccDescription(this.$);break;case 19:Z.addSection(Y[V].substr(8)),this.$=Y[V].substr(8);break;case 21:Z.checkout(Y[V]);break;case 22:Z.branch(Y[V]);break;case 23:Z.branch(Y[V-2],Y[V]);break;case 24:Z.cherryPick(Y[V],"",void 0);break;case 25:Z.cherryPick(Y[V-2],"",void 0,Y[V]);break;case 26:Z.cherryPick(Y[V-2],"",Y[V]);break;case 27:Z.cherryPick(Y[V-4],"",Y[V],Y[V-2]);break;case 28:Z.cherryPick(Y[V-4],"",Y[V-2],Y[V]);break;case 29:Z.cherryPick(Y[V],"",Y[V-2]);break;case 30:Z.cherryPick(Y[V],"","");break;case 31:Z.cherryPick(Y[V-2],"","");break;case 32:Z.cherryPick(Y[V-4],"","",Y[V-2]);break;case 33:Z.cherryPick(Y[V-4],"","",Y[V]);break;case 34:Z.cherryPick(Y[V-2],"",Y[V-4],Y[V]);break;case 35:Z.cherryPick(Y[V-2],"","",Y[V]);break;case 36:Z.merge(Y[V],"","","");break;case 37:Z.merge(Y[V-2],Y[V],"","");break;case 38:Z.merge(Y[V-2],"",Y[V],"");break;case 39:Z.merge(Y[V-2],"","",Y[V]);break;case 40:Z.merge(Y[V-4],Y[V],"",Y[V-2]);break;case 41:Z.merge(Y[V-4],"",Y[V],Y[V-2]);break;case 42:Z.merge(Y[V-4],"",Y[V-2],Y[V]);break;case 43:Z.merge(Y[V-4],Y[V-2],Y[V],"");break;case 44:Z.merge(Y[V-4],Y[V-2],"",Y[V]);break;case 45:Z.merge(Y[V-4],Y[V],Y[V-2],"");break;case 46:Z.merge(Y[V-6],Y[V-4],Y[V-2],Y[V]);break;case 47:Z.merge(Y[V-6],Y[V],Y[V-4],Y[V-2]);break;case 48:Z.merge(Y[V-6],Y[V-4],Y[V],Y[V-2]);break;case 49:Z.merge(Y[V-6],Y[V-2],Y[V-4],Y[V]);break;case 50:Z.merge(Y[V-6],Y[V],Y[V-2],Y[V-4]);break;case 51:Z.merge(Y[V-6],Y[V-2],Y[V],Y[V-4]);break;case 52:Z.commit(Y[V]);break;case 53:Z.commit("","",Z.commitType.NORMAL,Y[V]);break;case 54:Z.commit("","",Y[V],"");break;case 55:Z.commit("","",Y[V],Y[V-2]);break;case 56:Z.commit("","",Y[V-2],Y[V]);break;case 57:Z.commit("",Y[V],Z.commitType.NORMAL,"");break;case 58:Z.commit("",Y[V-2],Z.commitType.NORMAL,Y[V]);break;case 59:Z.commit("",Y[V],Z.commitType.NORMAL,Y[V-2]);break;case 60:Z.commit("",Y[V-2],Y[V],"");break;case 61:Z.commit("",Y[V],Y[V-2],"");break;case 62:Z.commit("",Y[V-4],Y[V-2],Y[V]);break;case 63:Z.commit("",Y[V-4],Y[V],Y[V-2]);break;case 64:Z.commit("",Y[V-2],Y[V-4],Y[V]);break;case 65:Z.commit("",Y[V],Y[V-4],Y[V-2]);break;case 66:Z.commit("",Y[V],Y[V-2],Y[V-4]);break;case 67:Z.commit("",Y[V-2],Y[V],Y[V-4]);break;case 68:Z.commit(Y[V],"",Z.commitType.NORMAL,"");break;case 69:Z.commit(Y[V],"",Z.commitType.NORMAL,Y[V-2]);break;case 70:Z.commit(Y[V-2],"",Z.commitType.NORMAL,Y[V]);break;case 71:Z.commit(Y[V-2],"",Y[V],"");break;case 72:Z.commit(Y[V],"",Y[V-2],"");break;case 73:Z.commit(Y[V],Y[V-2],Z.commitType.NORMAL,"");break;case 74:Z.commit(Y[V-2],Y[V],Z.commitType.NORMAL,"");break;case 75:Z.commit(Y[V-4],"",Y[V-2],Y[V]);break;case 76:Z.commit(Y[V-4],"",Y[V],Y[V-2]);break;case 77:Z.commit(Y[V-2],"",Y[V-4],Y[V]);break;case 78:Z.commit(Y[V],"",Y[V-4],Y[V-2]);break;case 79:Z.commit(Y[V],"",Y[V-2],Y[V-4]);break;case 80:Z.commit(Y[V-2],"",Y[V],Y[V-4]);break;case 81:Z.commit(Y[V-4],Y[V],Y[V-2],"");break;case 82:Z.commit(Y[V-4],Y[V-2],Y[V],"");break;case 83:Z.commit(Y[V-2],Y[V],Y[V-4],"");break;case 84:Z.commit(Y[V],Y[V-2],Y[V-4],"");break;case 85:Z.commit(Y[V],Y[V-4],Y[V-2],"");break;case 86:Z.commit(Y[V-2],Y[V-4],Y[V],"");break;case 87:Z.commit(Y[V-4],Y[V],Z.commitType.NORMAL,Y[V-2]);break;case 88:Z.commit(Y[V-4],Y[V-2],Z.commitType.NORMAL,Y[V]);break;case 89:Z.commit(Y[V-2],Y[V],Z.commitType.NORMAL,Y[V-4]);break;case 90:Z.commit(Y[V],Y[V-2],Z.commitType.NORMAL,Y[V-4]);break;case 91:Z.commit(Y[V],Y[V-4],Z.commitType.NORMAL,Y[V-2]);break;case 92:Z.commit(Y[V-2],Y[V-4],Z.commitType.NORMAL,Y[V]);break;case 93:Z.commit(Y[V-6],Y[V-4],Y[V-2],Y[V]);break;case 94:Z.commit(Y[V-6],Y[V-4],Y[V],Y[V-2]);break;case 95:Z.commit(Y[V-6],Y[V-2],Y[V-4],Y[V]);break;case 96:Z.commit(Y[V-6],Y[V],Y[V-4],Y[V-2]);break;case 97:Z.commit(Y[V-6],Y[V-2],Y[V],Y[V-4]);break;case 98:Z.commit(Y[V-6],Y[V],Y[V-2],Y[V-4]);break;case 99:Z.commit(Y[V-4],Y[V-6],Y[V-2],Y[V]);break;case 100:Z.commit(Y[V-4],Y[V-6],Y[V],Y[V-2]);break;case 101:Z.commit(Y[V-2],Y[V-6],Y[V-4],Y[V]);break;case 102:Z.commit(Y[V],Y[V-6],Y[V-4],Y[V-2]);break;case 103:Z.commit(Y[V-2],Y[V-6],Y[V],Y[V-4]);break;case 104:Z.commit(Y[V],Y[V-6],Y[V-2],Y[V-4]);break;case 105:Z.commit(Y[V],Y[V-4],Y[V-2],Y[V-6]);break;case 106:Z.commit(Y[V-2],Y[V-4],Y[V],Y[V-6]);break;case 107:Z.commit(Y[V],Y[V-2],Y[V-4],Y[V-6]);break;case 108:Z.commit(Y[V-2],Y[V],Y[V-4],Y[V-6]);break;case 109:Z.commit(Y[V-4],Y[V-2],Y[V],Y[V-6]);break;case 110:Z.commit(Y[V-4],Y[V],Y[V-2],Y[V-6]);break;case 111:Z.commit(Y[V-2],Y[V-4],Y[V-6],Y[V]);break;case 112:Z.commit(Y[V],Y[V-4],Y[V-6],Y[V-2]);break;case 113:Z.commit(Y[V-2],Y[V],Y[V-6],Y[V-4]);break;case 114:Z.commit(Y[V],Y[V-2],Y[V-6],Y[V-4]);break;case 115:Z.commit(Y[V-4],Y[V-2],Y[V-6],Y[V]);break;case 116:Z.commit(Y[V-4],Y[V],Y[V-6],Y[V-2]);break;case 117:this.$="";break;case 118:this.$=Y[V];break;case 119:this.$=Z.commitType.NORMAL;break;case 120:this.$=Z.commitType.REVERSE;break;case 121:this.$=Z.commitType.HIGHLIGHT;break}},table:[{3:1,4:2,5:a,7:f,13:g,47:w},{1:[3]},{3:7,4:2,5:a,7:f,13:g,47:w},{6:8,7:v,8:[1,9],9:[1,10],10:11,13:b},i(E,[2,124]),i(E,[2,125]),i(E,[2,126]),{1:[2,1]},{7:[1,13]},{6:14,7:v,10:11,13:b},{8:[1,15]},i(_,[2,9],{11:16,12:[1,17]}),i(S,[2,8]),{1:[2,2]},{7:[1,18]},{6:19,7:v,10:11,13:b},{7:[2,6],13:[1,22],14:20,15:21,16:23,17:24,18:25,19:[1,26],21:[1,27],23:[1,28],24:[1,29],25:30,26:[1,31],28:[1,35],31:[1,34],37:[1,33],40:[1,32]},i(S,[2,7]),{1:[2,3]},{7:[1,36]},i(_,[2,10]),{4:37,7:f,13:g,47:w},i(_,[2,12]),i(I,[2,13]),i(I,[2,14]),i(I,[2,15]),{20:[1,38]},{22:[1,39]},i(I,[2,18]),i(I,[2,19]),i(I,[2,20]),{27:40,33:B,46:F},i(I,[2,117],{41:43,32:[1,46],33:[1,48],35:[1,44],38:[1,45],42:[1,47]}),{27:49,33:B,46:F},{32:[1,50],35:[1,51]},{27:52,33:B,46:F},{1:[2,4]},i(_,[2,11]),i(I,[2,16]),i(I,[2,17]),i(I,[2,21]),i(R,[2,122]),i(R,[2,123]),i(I,[2,52]),{33:[1,53]},{39:54,43:q,44:X,45:rt},{33:[1,58]},{33:[1,59]},i(I,[2,118]),i(I,[2,36],{32:[1,60],35:[1,62],38:[1,61]}),{33:[1,63]},{33:[1,64],36:[1,65]},i(I,[2,22],{29:[1,66]}),i(I,[2,53],{32:[1,68],38:[1,67],42:[1,69]}),i(I,[2,54],{32:[1,71],35:[1,70],42:[1,72]}),i(at,[2,119]),i(at,[2,120]),i(at,[2,121]),i(I,[2,57],{35:[1,73],38:[1,74],42:[1,75]}),i(I,[2,68],{32:[1,78],35:[1,76],38:[1,77]}),{33:[1,79]},{39:80,43:q,44:X,45:rt},{33:[1,81]},i(I,[2,24],{34:[1,82],35:[1,83]}),{32:[1,84]},{32:[1,85]},{30:[1,86]},{39:87,43:q,44:X,45:rt},{33:[1,88]},{33:[1,89]},{33:[1,90]},{33:[1,91]},{33:[1,92]},{33:[1,93]},{39:94,43:q,44:X,45:rt},{33:[1,95]},{33:[1,96]},{39:97,43:q,44:X,45:rt},{33:[1,98]},i(I,[2,37],{35:[1,100],38:[1,99]}),i(I,[2,38],{32:[1,102],35:[1,101]}),i(I,[2,39],{32:[1,103],38:[1,104]}),{33:[1,105]},{33:[1,106],36:[1,107]},{33:[1,108]},{33:[1,109]},i(I,[2,23]),i(I,[2,55],{32:[1,110],42:[1,111]}),i(I,[2,59],{38:[1,112],42:[1,113]}),i(I,[2,69],{32:[1,115],38:[1,114]}),i(I,[2,56],{32:[1,116],42:[1,117]}),i(I,[2,61],{35:[1,118],42:[1,119]}),i(I,[2,72],{32:[1,121],35:[1,120]}),i(I,[2,58],{38:[1,122],42:[1,123]}),i(I,[2,60],{35:[1,124],42:[1,125]}),i(I,[2,73],{35:[1,127],38:[1,126]}),i(I,[2,70],{32:[1,129],38:[1,128]}),i(I,[2,71],{32:[1,131],35:[1,130]}),i(I,[2,74],{35:[1,133],38:[1,132]}),{39:134,43:q,44:X,45:rt},{33:[1,135]},{33:[1,136]},{33:[1,137]},{33:[1,138]},{39:139,43:q,44:X,45:rt},i(I,[2,25],{35:[1,140]}),i(I,[2,26],{34:[1,141]}),i(I,[2,31],{34:[1,142]}),i(I,[2,29],{34:[1,143]}),i(I,[2,30],{34:[1,144]}),{33:[1,145]},{33:[1,146]},{39:147,43:q,44:X,45:rt},{33:[1,148]},{39:149,43:q,44:X,45:rt},{33:[1,150]},{33:[1,151]},{33:[1,152]},{33:[1,153]},{33:[1,154]},{33:[1,155]},{33:[1,156]},{39:157,43:q,44:X,45:rt},{33:[1,158]},{33:[1,159]},{33:[1,160]},{39:161,43:q,44:X,45:rt},{33:[1,162]},{39:163,43:q,44:X,45:rt},{33:[1,164]},{33:[1,165]},{33:[1,166]},{39:167,43:q,44:X,45:rt},{33:[1,168]},i(I,[2,43],{35:[1,169]}),i(I,[2,44],{38:[1,170]}),i(I,[2,42],{32:[1,171]}),i(I,[2,45],{35:[1,172]}),i(I,[2,40],{38:[1,173]}),i(I,[2,41],{32:[1,174]}),{33:[1,175],36:[1,176]},{33:[1,177]},{33:[1,178]},{33:[1,179]},{33:[1,180]},i(I,[2,66],{42:[1,181]}),i(I,[2,79],{32:[1,182]}),i(I,[2,67],{42:[1,183]}),i(I,[2,90],{38:[1,184]}),i(I,[2,80],{32:[1,185]}),i(I,[2,89],{38:[1,186]}),i(I,[2,65],{42:[1,187]}),i(I,[2,78],{32:[1,188]}),i(I,[2,64],{42:[1,189]}),i(I,[2,84],{35:[1,190]}),i(I,[2,77],{32:[1,191]}),i(I,[2,83],{35:[1,192]}),i(I,[2,63],{42:[1,193]}),i(I,[2,91],{38:[1,194]}),i(I,[2,62],{42:[1,195]}),i(I,[2,85],{35:[1,196]}),i(I,[2,86],{35:[1,197]}),i(I,[2,92],{38:[1,198]}),i(I,[2,76],{32:[1,199]}),i(I,[2,87],{38:[1,200]}),i(I,[2,75],{32:[1,201]}),i(I,[2,81],{35:[1,202]}),i(I,[2,82],{35:[1,203]}),i(I,[2,88],{38:[1,204]}),{33:[1,205]},{39:206,43:q,44:X,45:rt},{33:[1,207]},{33:[1,208]},{39:209,43:q,44:X,45:rt},{33:[1,210]},i(I,[2,27]),i(I,[2,32]),i(I,[2,28]),i(I,[2,33]),i(I,[2,34]),i(I,[2,35]),{33:[1,211]},{33:[1,212]},{33:[1,213]},{39:214,43:q,44:X,45:rt},{33:[1,215]},{39:216,43:q,44:X,45:rt},{33:[1,217]},{33:[1,218]},{33:[1,219]},{33:[1,220]},{33:[1,221]},{33:[1,222]},{33:[1,223]},{39:224,43:q,44:X,45:rt},{33:[1,225]},{33:[1,226]},{33:[1,227]},{39:228,43:q,44:X,45:rt},{33:[1,229]},{39:230,43:q,44:X,45:rt},{33:[1,231]},{33:[1,232]},{33:[1,233]},{39:234,43:q,44:X,45:rt},i(I,[2,46]),i(I,[2,48]),i(I,[2,47]),i(I,[2,49]),i(I,[2,51]),i(I,[2,50]),i(I,[2,107]),i(I,[2,108]),i(I,[2,105]),i(I,[2,106]),i(I,[2,110]),i(I,[2,109]),i(I,[2,114]),i(I,[2,113]),i(I,[2,112]),i(I,[2,111]),i(I,[2,116]),i(I,[2,115]),i(I,[2,104]),i(I,[2,103]),i(I,[2,102]),i(I,[2,101]),i(I,[2,99]),i(I,[2,100]),i(I,[2,98]),i(I,[2,97]),i(I,[2,96]),i(I,[2,95]),i(I,[2,93]),i(I,[2,94])],defaultActions:{7:[2,1],13:[2,2],18:[2,3],36:[2,4]},parseError:function(gt,ht){if(ht.recoverable)this.trace(gt);else{var bt=new Error(gt);throw bt.hash=ht,bt}},parse:function(gt){var ht=this,bt=[0],Z=[],ft=[null],Y=[],Et=this.table,V="",Nt=0,Dt=0,jt=2,Ct=1,Ft=Y.slice.call(arguments,1),_t=Object.create(this.lexer),xt={yy:{}};for(var Gt in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Gt)&&(xt.yy[Gt]=this.yy[Gt]);_t.setInput(gt,xt.yy),xt.yy.lexer=_t,xt.yy.parser=this,typeof _t.yylloc>"u"&&(_t.yylloc={});var Be=_t.yylloc;Y.push(Be);var Ot=_t.options&&_t.options.ranges;typeof xt.yy.parseError=="function"?this.parseError=xt.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function vn(){var oe;return oe=Z.pop()||_t.lex()||Ct,typeof oe!="number"&&(oe instanceof Array&&(Z=oe,oe=Z.pop()),oe=ht.symbols_[oe]||oe),oe}for(var Pe,Ee,nn,sn,me={},Fe,Qt,Ae,Se;;){if(Ee=bt[bt.length-1],this.defaultActions[Ee]?nn=this.defaultActions[Ee]:((Pe===null||typeof Pe>"u")&&(Pe=vn()),nn=Et[Ee]&&Et[Ee][Pe]),typeof nn>"u"||!nn.length||!nn[0]){var Dn="";Se=[];for(Fe in Et[Ee])this.terminals_[Fe]&&Fe>jt&&Se.push("'"+this.terminals_[Fe]+"'");_t.showPosition?Dn="Parse error on line "+(Nt+1)+`:
+`+_t.showPosition()+`
+Expecting `+Se.join(", ")+", got '"+(this.terminals_[Pe]||Pe)+"'":Dn="Parse error on line "+(Nt+1)+": Unexpected "+(Pe==Ct?"end of input":"'"+(this.terminals_[Pe]||Pe)+"'"),this.parseError(Dn,{text:_t.match,token:this.terminals_[Pe]||Pe,line:_t.yylineno,loc:Be,expected:Se})}if(nn[0]instanceof Array&&nn.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Ee+", token: "+Pe);switch(nn[0]){case 1:bt.push(Pe),ft.push(_t.yytext),Y.push(_t.yylloc),bt.push(nn[1]),Pe=null,Dt=_t.yyleng,V=_t.yytext,Nt=_t.yylineno,Be=_t.yylloc;break;case 2:if(Qt=this.productions_[nn[1]][1],me.$=ft[ft.length-Qt],me._$={first_line:Y[Y.length-(Qt||1)].first_line,last_line:Y[Y.length-1].last_line,first_column:Y[Y.length-(Qt||1)].first_column,last_column:Y[Y.length-1].last_column},Ot&&(me._$.range=[Y[Y.length-(Qt||1)].range[0],Y[Y.length-1].range[1]]),sn=this.performAction.apply(me,[V,Dt,Nt,xt.yy,nn[1],ft,Y].concat(Ft)),typeof sn<"u")return sn;Qt&&(bt=bt.slice(0,-1*Qt*2),ft=ft.slice(0,-1*Qt),Y=Y.slice(0,-1*Qt)),bt.push(this.productions_[nn[1]][0]),ft.push(me.$),Y.push(me._$),Ae=Et[bt[bt.length-2]][bt[bt.length-1]],bt.push(Ae);break;case 3:return!0}}return!0}},pt=function(){var mt={EOF:1,parseError:function(ht,bt){if(this.yy.parser)this.yy.parser.parseError(ht,bt);else throw new Error(ht)},setInput:function(gt,ht){return this.yy=ht||this.yy||{},this._input=gt,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var gt=this._input[0];this.yytext+=gt,this.yyleng++,this.offset++,this.match+=gt,this.matched+=gt;var ht=gt.match(/(?:\r\n?|\n).*/g);return ht?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),gt},unput:function(gt){var ht=gt.length,bt=gt.split(/(?:\r\n?|\n)/g);this._input=gt+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-ht),this.offset-=ht;var Z=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),bt.length-1&&(this.yylineno-=bt.length-1);var ft=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:bt?(bt.length===Z.length?this.yylloc.first_column:0)+Z[Z.length-bt.length].length-bt[0].length:this.yylloc.first_column-ht},this.options.ranges&&(this.yylloc.range=[ft[0],ft[0]+this.yyleng-ht]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(gt){this.unput(this.match.slice(gt))},pastInput:function(){var gt=this.matched.substr(0,this.matched.length-this.match.length);return(gt.length>20?"...":"")+gt.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var gt=this.match;return gt.length<20&&(gt+=this._input.substr(0,20-gt.length)),(gt.substr(0,20)+(gt.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var gt=this.pastInput(),ht=new Array(gt.length+1).join("-");return gt+this.upcomingInput()+`
+`+ht+"^"},test_match:function(gt,ht){var bt,Z,ft;if(this.options.backtrack_lexer&&(ft={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(ft.yylloc.range=this.yylloc.range.slice(0))),Z=gt[0].match(/(?:\r\n?|\n).*/g),Z&&(this.yylineno+=Z.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:Z?Z[Z.length-1].length-Z[Z.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+gt[0].length},this.yytext+=gt[0],this.match+=gt[0],this.matches=gt,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(gt[0].length),this.matched+=gt[0],bt=this.performAction.call(this,this.yy,this,ht,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),bt)return bt;if(this._backtrack){for(var Y in ft)this[Y]=ft[Y];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var gt,ht,bt,Z;this._more||(this.yytext="",this.match="");for(var ft=this._currentRules(),Y=0;Y<ft.length;Y++)if(bt=this._input.match(this.rules[ft[Y]]),bt&&(!ht||bt[0].length>ht[0].length)){if(ht=bt,Z=Y,this.options.backtrack_lexer){if(gt=this.test_match(bt,ft[Y]),gt!==!1)return gt;if(this._backtrack){ht=!1;continue}else return!1}else if(!this.options.flex)break}return ht?(gt=this.test_match(ht,ft[Z]),gt!==!1?gt:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var ht=this.next();return ht||this.lex()},begin:function(ht){this.conditionStack.push(ht)},popState:function(){var ht=this.conditionStack.length-1;return ht>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(ht){return ht=this.conditionStack.length-1-Math.abs(ht||0),ht>=0?this.conditionStack[ht]:"INITIAL"},pushState:function(ht){this.begin(ht)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(ht,bt,Z,ft){switch(Z){case 0:return this.begin("acc_title"),19;case 1:return this.popState(),"acc_title_value";case 2:return this.begin("acc_descr"),21;case 3:return this.popState(),"acc_descr_value";case 4:this.begin("acc_descr_multiline");break;case 5:this.popState();break;case 6:return"acc_descr_multiline_value";case 7:return 13;case 8:break;case 9:break;case 10:return 5;case 11:return 40;case 12:return 32;case 13:return 38;case 14:return 42;case 15:return 43;case 16:return 44;case 17:return 45;case 18:return 35;case 19:return 28;case 20:return 29;case 21:return 37;case 22:return 31;case 23:return 34;case 24:return 26;case 25:return 9;case 26:return 9;case 27:return 8;case 28:return"CARET";case 29:this.begin("options");break;case 30:this.popState();break;case 31:return 12;case 32:return 36;case 33:this.begin("string");break;case 34:this.popState();break;case 35:return 33;case 36:return 30;case 37:return 46;case 38:return 7}},rules:[/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:(\r?\n)+)/i,/^(?:#[^\n]*)/i,/^(?:%[^\n]*)/i,/^(?:gitGraph\b)/i,/^(?:commit(?=\s|$))/i,/^(?:id:)/i,/^(?:type:)/i,/^(?:msg:)/i,/^(?:NORMAL\b)/i,/^(?:REVERSE\b)/i,/^(?:HIGHLIGHT\b)/i,/^(?:tag:)/i,/^(?:branch(?=\s|$))/i,/^(?:order:)/i,/^(?:merge(?=\s|$))/i,/^(?:cherry-pick(?=\s|$))/i,/^(?:parent:)/i,/^(?:checkout(?=\s|$))/i,/^(?:LR\b)/i,/^(?:TB\b)/i,/^(?::)/i,/^(?:\^)/i,/^(?:options\r?\n)/i,/^(?:[ \r\n\t]+end\b)/i,/^(?:[\s\S]+(?=[ \r\n\t]+end))/i,/^(?:["]["])/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:[0-9]+(?=\s|$))/i,/^(?:\w([-\./\w]*[-\w])?)/i,/^(?:$)/i,/^(?:\s+)/i],conditions:{acc_descr_multiline:{rules:[5,6],inclusive:!1},acc_descr:{rules:[3],inclusive:!1},acc_title:{rules:[1],inclusive:!1},options:{rules:[30,31],inclusive:!1},string:{rules:[34,35],inclusive:!1},INITIAL:{rules:[0,2,4,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,32,33,36,37,38,39],inclusive:!0}}};return mt}();ut.lexer=pt;function yt(){this.yy={}}return yt.prototype=ut,ut.Parser=yt,new yt}();Ypt.parser=Ypt;const kWe=Ypt;let rX=Re().gitGraph.mainBranchName,EWe=Re().gitGraph.mainBranchOrder,$1={},ep=null,YF={};YF[rX]={name:rX,order:EWe};let u1={};u1[rX]=ep;let Cd=rX,czt="LR",L9=0;function Xpt(){return dFt({length:7})}function TWe(i,a){const f=Object.create(null);return i.reduce((g,w)=>{const v=a(w);return f[v]||(f[v]=!0,g.push(w)),g},[])}const CWe=function(i){czt=i};let uzt={};const _We=function(i){Wt.debug("options str",i),i=i&&i.trim(),i=i||"{}";try{uzt=JSON.parse(i)}catch(a){Wt.error("error while parsing gitGraph options",a.message)}},SWe=function(){return uzt},AWe=function(i,a,f,g){Wt.debug("Entering commit:",i,a,f,g),a=ei.sanitizeText(a,Re()),i=ei.sanitizeText(i,Re()),g=ei.sanitizeText(g,Re());const w={id:a||L9+"-"+Xpt(),message:i,seq:L9++,type:f||wM.NORMAL,tag:g||"",parents:ep==null?[]:[ep.id],branch:Cd};ep=w,$1[w.id]=w,u1[Cd]=w.id,Wt.debug("in pushCommit "+w.id)},LWe=function(i,a){if(i=ei.sanitizeText(i,Re()),u1[i]===void 0)u1[i]=ep!=null?ep.id:null,YF[i]={name:i,order:a?parseInt(a,10):null},lzt(i),Wt.debug("in createBranch");else{let f=new Error('Trying to create an existing branch. (Help: Either use a new name if you want create a new branch or try using "checkout '+i+'")');throw f.hash={text:"branch "+i,token:"branch "+i,line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:['"checkout '+i+'"']},f}},MWe=function(i,a,f,g){i=ei.sanitizeText(i,Re()),a=ei.sanitizeText(a,Re());const w=$1[u1[Cd]],v=$1[u1[i]];if(Cd===i){let E=new Error('Incorrect usage of "merge". Cannot merge a branch to itself');throw E.hash={text:"merge "+i,token:"merge "+i,line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:["branch abc"]},E}else if(w===void 0||!w){let E=new Error('Incorrect usage of "merge". Current branch ('+Cd+")has no commits");throw E.hash={text:"merge "+i,token:"merge "+i,line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:["commit"]},E}else if(u1[i]===void 0){let E=new Error('Incorrect usage of "merge". Branch to be merged ('+i+") does not exist");throw E.hash={text:"merge "+i,token:"merge "+i,line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:["branch "+i]},E}else if(v===void 0||!v){let E=new Error('Incorrect usage of "merge". Branch to be merged ('+i+") has no commits");throw E.hash={text:"merge "+i,token:"merge "+i,line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:['"commit"']},E}else if(w===v){let E=new Error('Incorrect usage of "merge". Both branches have same head');throw E.hash={text:"merge "+i,token:"merge "+i,line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:["branch abc"]},E}else if(a&&$1[a]!==void 0){let E=new Error('Incorrect usage of "merge". Commit with id:'+a+" already exists, use different custom Id");throw E.hash={text:"merge "+i+a+f+g,token:"merge "+i+a+f+g,line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:["merge "+i+" "+a+"_UNIQUE "+f+" "+g]},E}const b={id:a||L9+"-"+Xpt(),message:"merged branch "+i+" into "+Cd,seq:L9++,parents:[ep==null?null:ep.id,u1[i]],branch:Cd,type:wM.MERGE,customType:f,customId:!!a,tag:g||""};ep=b,$1[b.id]=b,u1[Cd]=b.id,Wt.debug(u1),Wt.debug("in mergeBranch")},DWe=function(i,a,f,g){if(Wt.debug("Entering cherryPick:",i,a,f),i=ei.sanitizeText(i,Re()),a=ei.sanitizeText(a,Re()),f=ei.sanitizeText(f,Re()),g=ei.sanitizeText(g,Re()),!i||$1[i]===void 0){let b=new Error('Incorrect usage of "cherryPick". Source commit id should exist and provided');throw b.hash={text:"cherryPick "+i+" "+a,token:"cherryPick "+i+" "+a,line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:["cherry-pick abc"]},b}let w=$1[i],v=w.branch;if(g&&!(Array.isArray(w.parents)&&w.parents.includes(g)))throw new Error("Invalid operation: The specified parent commit is not an immediate parent of the cherry-picked commit.");if(w.type===wM.MERGE&&!g)throw new Error("Incorrect usage of cherry-pick: If the source commit is a merge commit, an immediate parent commit must be specified.");if(!a||$1[a]===void 0){if(v===Cd){let _=new Error('Incorrect usage of "cherryPick". Source commit is already on current branch');throw _.hash={text:"cherryPick "+i+" "+a,token:"cherryPick "+i+" "+a,line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:["cherry-pick abc"]},_}const b=$1[u1[Cd]];if(b===void 0||!b){let _=new Error('Incorrect usage of "cherry-pick". Current branch ('+Cd+")has no commits");throw _.hash={text:"cherryPick "+i+" "+a,token:"cherryPick "+i+" "+a,line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:["cherry-pick abc"]},_}const E={id:L9+"-"+Xpt(),message:"cherry-picked "+w+" into "+Cd,seq:L9++,parents:[ep==null?null:ep.id,w.id],branch:Cd,type:wM.CHERRY_PICK,tag:f??`cherry-pick:${w.id}${w.type===wM.MERGE?`|parent:${g}`:""}`};ep=E,$1[E.id]=E,u1[Cd]=E.id,Wt.debug(u1),Wt.debug("in cherryPick")}},lzt=function(i){if(i=ei.sanitizeText(i,Re()),u1[i]===void 0){let a=new Error('Trying to checkout branch which is not yet created. (Help try using "branch '+i+'")');throw a.hash={text:"checkout "+i,token:"checkout "+i,line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:['"branch '+i+'"']},a}else{Cd=i;const a=u1[Cd];ep=$1[a]}};function hzt(i,a,f){const g=i.indexOf(a);g===-1?i.push(f):i.splice(g,1,f)}function fzt(i){const a=i.reduce((w,v)=>w.seq>v.seq?w:v,i[0]);let f="";i.forEach(function(w){w===a?f+=" *":f+=" |"});const g=[f,a.id,a.seq];for(let w in u1)u1[w]===a.id&&g.push(w);if(Wt.debug(g.join(" ")),a.parents&&a.parents.length==2){const w=$1[a.parents[0]];hzt(i,a,w),i.push($1[a.parents[1]])}else{if(a.parents.length==0)return;{const w=$1[a.parents];hzt(i,a,w)}}i=TWe(i,w=>w.id),fzt(i)}const IWe=function(){Wt.debug($1);const i=dzt()[0];fzt([i])},OWe=function(){$1={},ep=null;let i=Re().gitGraph.mainBranchName,a=Re().gitGraph.mainBranchOrder;u1={},u1[i]=null,YF={},YF[i]={name:i,order:a},Cd=i,L9=0,Wg()},PWe=function(){return Object.values(YF).map((a,f)=>a.order!==null?a:{...a,order:parseFloat(`0.${f}`,10)}).sort((a,f)=>a.order-f.order).map(({name:a})=>({name:a}))},NWe=function(){return u1},FWe=function(){return $1},dzt=function(){const i=Object.keys($1).map(function(a){return $1[a]});return i.forEach(function(a){Wt.debug(a.id)}),i.sort((a,f)=>a.seq-f.seq),i},BWe=function(){return Cd},RWe=function(){return czt},jWe=function(){return ep},wM={NORMAL:0,REVERSE:1,HIGHLIGHT:2,MERGE:3,CHERRY_PICK:4},$We={getConfig:()=>Re().gitGraph,setDirection:CWe,setOptions:_We,getOptions:SWe,commit:AWe,branch:LWe,merge:MWe,cherryPick:DWe,checkout:lzt,prettyPrint:IWe,clear:OWe,getBranchesAsObjArray:PWe,getBranches:NWe,getCommits:FWe,getCommitsArray:dzt,getCurrentBranch:BWe,getDirection:RWe,getHead:jWe,setAccTitle:ng,getAccTitle:Yg,getAccDescription:Qg,setAccDescription:Xg,setDiagramTitle:y2,getDiagramTitle:Jg,commitType:wM};let XF={};const T2={NORMAL:0,REVERSE:1,HIGHLIGHT:2,MERGE:3,CHERRY_PICK:4},M9=8;let Ef={},QF={},iX=[],JF=0,p0="LR";const zWe=()=>{Ef={},QF={},XF={},JF=0,iX=[],p0="LR"},gzt=i=>{const a=document.createElementNS("http://www.w3.org/2000/svg","text");let f=[];typeof i=="string"?f=i.split(/\\n|\n|<br\s*\/?>/gi):Array.isArray(i)?f=i:f=[];for(const g of f){const w=document.createElementNS("http://www.w3.org/2000/svg","tspan");w.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"),w.setAttribute("dy","1em"),w.setAttribute("x","0"),w.setAttribute("class","row"),w.textContent=g.trim(),a.appendChild(w)}return a},pzt=(i,a,f)=>{const g=Re().gitGraph,w=i.append("g").attr("class","commit-bullets"),v=i.append("g").attr("class","commit-labels");let b=0;p0==="TB"&&(b=30),Object.keys(a).sort((S,I)=>a[S].seq-a[I].seq).forEach(S=>{const I=a[S],B=p0==="TB"?b+10:Ef[I.branch].pos,F=p0==="TB"?Ef[I.branch].pos:b+10;if(f){let R,q=I.customType!==void 0&&I.customType!==""?I.customType:I.type;switch(q){case T2.NORMAL:R="commit-normal";break;case T2.REVERSE:R="commit-reverse";break;case T2.HIGHLIGHT:R="commit-highlight";break;case T2.MERGE:R="commit-merge";break;case T2.CHERRY_PICK:R="commit-cherry-pick";break;default:R="commit-normal"}if(q===T2.HIGHLIGHT){const X=w.append("rect");X.attr("x",F-10),X.attr("y",B-10),X.attr("height",20),X.attr("width",20),X.attr("class",`commit ${I.id} commit-highlight${Ef[I.branch].index%M9} ${R}-outer`),w.append("rect").attr("x",F-6).attr("y",B-6).attr("height",12).attr("width",12).attr("class",`commit ${I.id} commit${Ef[I.branch].index%M9} ${R}-inner`)}else if(q===T2.CHERRY_PICK)w.append("circle").attr("cx",F).attr("cy",B).attr("r",10).attr("class",`commit ${I.id} ${R}`),w.append("circle").attr("cx",F-3).attr("cy",B+2).attr("r",2.75).attr("fill","#fff").attr("class",`commit ${I.id} ${R}`),w.append("circle").attr("cx",F+3).attr("cy",B+2).attr("r",2.75).attr("fill","#fff").attr("class",`commit ${I.id} ${R}`),w.append("line").attr("x1",F+3).attr("y1",B+1).attr("x2",F).attr("y2",B-5).attr("stroke","#fff").attr("class",`commit ${I.id} ${R}`),w.append("line").attr("x1",F-3).attr("y1",B+1).attr("x2",F).attr("y2",B-5).attr("stroke","#fff").attr("class",`commit ${I.id} ${R}`);else{const X=w.append("circle");if(X.attr("cx",F),X.attr("cy",B),X.attr("r",I.type===T2.MERGE?9:10),X.attr("class",`commit ${I.id} commit${Ef[I.branch].index%M9}`),q===T2.MERGE){const rt=w.append("circle");rt.attr("cx",F),rt.attr("cy",B),rt.attr("r",6),rt.attr("class",`commit ${R} ${I.id} commit${Ef[I.branch].index%M9}`)}q===T2.REVERSE&&w.append("path").attr("d",`M ${F-5},${B-5}L${F+5},${B+5}M${F-5},${B+5}L${F+5},${B-5}`).attr("class",`commit ${R} ${I.id} commit${Ef[I.branch].index%M9}`)}}if(p0==="TB"?QF[I.id]={x:F,y:b+10}:QF[I.id]={x:b+10,y:B},f){if(I.type!==T2.CHERRY_PICK&&(I.customId&&I.type===T2.MERGE||I.type!==T2.MERGE)&&g.showCommitLabel){const X=v.append("g"),rt=X.insert("rect").attr("class","commit-label-bkg"),at=X.append("text").attr("x",b).attr("y",B+25).attr("class","commit-label").text(I.id);let ut=at.node().getBBox();if(rt.attr("x",b+10-ut.width/2-2).attr("y",B+13.5).attr("width",ut.width+2*2).attr("height",ut.height+2*2),p0==="TB"&&(rt.attr("x",F-(ut.width+4*4+5)).attr("y",B-12),at.attr("x",F-(ut.width+4*4)).attr("y",B+ut.height-12)),p0!=="TB"&&at.attr("x",b+10-ut.width/2),g.rotateCommitLabel)if(p0==="TB")at.attr("transform","rotate(-45, "+F+", "+B+")"),rt.attr("transform","rotate(-45, "+F+", "+B+")");else{let pt=-7.5-(ut.width+10)/25*9.5,yt=10+ut.width/25*8.5;X.attr("transform","translate("+pt+", "+yt+") rotate(-45, "+b+", "+B+")")}}if(I.tag){const X=v.insert("polygon"),rt=v.append("circle"),at=v.append("text").attr("y",B-16).attr("class","tag-label").text(I.tag);let ut=at.node().getBBox();at.attr("x",b+10-ut.width/2);const pt=ut.height/2,yt=B-19.2;X.attr("class","tag-label-bkg").attr("points",`
+ ${b-ut.width/2-4/2},${yt+2}
+ ${b-ut.width/2-4/2},${yt-2}
+ ${b+10-ut.width/2-4},${yt-pt-2}
+ ${b+10+ut.width/2+4},${yt-pt-2}
+ ${b+10+ut.width/2+4},${yt+pt+2}
+ ${b+10-ut.width/2-4},${yt+pt+2}`),rt.attr("cx",b-ut.width/2+4/2).attr("cy",yt).attr("r",1.5).attr("class","tag-hole"),p0==="TB"&&(X.attr("class","tag-label-bkg").attr("points",`
+ ${F},${b+2}
+ ${F},${b-2}
+ ${F+10},${b-pt-2}
+ ${F+10+ut.width+4},${b-pt-2}
+ ${F+10+ut.width+4},${b+pt+2}
+ ${F+10},${b+pt+2}`).attr("transform","translate(12,12) rotate(45, "+F+","+b+")"),rt.attr("cx",F+4/2).attr("cy",b).attr("transform","translate(12,12) rotate(45, "+F+","+b+")"),at.attr("x",F+5).attr("y",b+3).attr("transform","translate(14,14) rotate(45, "+F+","+b+")"))}}b+=50,b>JF&&(JF=b)})},qWe=(i,a,f,g,w)=>{const b=(p0==="TB"?f.x<g.x:f.y<g.y)?a.branch:i.branch,E=S=>S.branch===b,_=S=>S.seq>i.seq&&S.seq<a.seq;return Object.values(w).some(S=>_(S)&&E(S))},ZF=(i,a,f=0)=>{const g=i+Math.abs(i-a)/2;if(f>5)return g;if(iX.every(b=>Math.abs(b-g)>=10))return iX.push(g),g;const v=Math.abs(i-a);return ZF(i,a-v/5,f+1)},HWe=(i,a,f,g)=>{const w=QF[a.id],v=QF[f.id],b=qWe(a,f,w,v,g);let E="",_="",S=0,I=0,B=Ef[f.branch].index,F;if(b){E="A 10 10, 0, 0, 0,",_="A 10 10, 0, 0, 1,",S=10,I=10;const R=w.y<v.y?ZF(w.y,v.y):ZF(v.y,w.y),q=w.x<v.x?ZF(w.x,v.x):ZF(v.x,w.x);p0==="TB"?w.x<v.x?(B=Ef[f.branch].index,F=`M ${w.x} ${w.y} L ${q-S} ${w.y} ${_} ${q} ${w.y+I} L ${q} ${v.y-S} ${E} ${q+I} ${v.y} L ${v.x} ${v.y}`):(B=Ef[a.branch].index,F=`M ${w.x} ${w.y} L ${q+S} ${w.y} ${E} ${q} ${w.y+I} L ${q} ${v.y-S} ${_} ${q-I} ${v.y} L ${v.x} ${v.y}`):w.y<v.y?(B=Ef[f.branch].index,F=`M ${w.x} ${w.y} L ${w.x} ${R-S} ${E} ${w.x+I} ${R} L ${v.x-S} ${R} ${_} ${v.x} ${R+I} L ${v.x} ${v.y}`):(B=Ef[a.branch].index,F=`M ${w.x} ${w.y} L ${w.x} ${R+S} ${_} ${w.x+I} ${R} L ${v.x-S} ${R} ${E} ${v.x} ${R-I} L ${v.x} ${v.y}`)}else p0==="TB"?(w.x<v.x&&(E="A 20 20, 0, 0, 0,",_="A 20 20, 0, 0, 1,",S=20,I=20,B=Ef[f.branch].index,F=`M ${w.x} ${w.y} L ${v.x-S} ${w.y} ${_} ${v.x} ${w.y+I} L ${v.x} ${v.y}`),w.x>v.x&&(E="A 20 20, 0, 0, 0,",_="A 20 20, 0, 0, 1,",S=20,I=20,B=Ef[a.branch].index,F=`M ${w.x} ${w.y} L ${w.x} ${v.y-S} ${_} ${w.x-I} ${v.y} L ${v.x} ${v.y}`),w.x===v.x&&(B=Ef[a.branch].index,F=`M ${w.x} ${w.y} L ${w.x+S} ${w.y} ${E} ${w.x+I} ${v.y+S} L ${v.x} ${v.y}`)):(w.y<v.y&&(E="A 20 20, 0, 0, 0,",S=20,I=20,B=Ef[f.branch].index,F=`M ${w.x} ${w.y} L ${w.x} ${v.y-S} ${E} ${w.x+I} ${v.y} L ${v.x} ${v.y}`),w.y>v.y&&(E="A 20 20, 0, 0, 0,",S=20,I=20,B=Ef[a.branch].index,F=`M ${w.x} ${w.y} L ${v.x-S} ${w.y} ${E} ${v.x} ${w.y-I} L ${v.x} ${v.y}`),w.y===v.y&&(B=Ef[a.branch].index,F=`M ${w.x} ${w.y} L ${w.x} ${v.y-S} ${E} ${w.x+I} ${v.y} L ${v.x} ${v.y}`));i.append("path").attr("d",F).attr("class","arrow arrow"+B%M9)},VWe=(i,a)=>{const f=i.append("g").attr("class","commit-arrows");Object.keys(a).forEach(g=>{const w=a[g];w.parents&&w.parents.length>0&&w.parents.forEach(v=>{HWe(f,a[v],w,a)})})},UWe=(i,a)=>{const f=Re().gitGraph,g=i.append("g");a.forEach((w,v)=>{const b=v%M9,E=Ef[w.name].pos,_=g.append("line");_.attr("x1",0),_.attr("y1",E),_.attr("x2",JF),_.attr("y2",E),_.attr("class","branch branch"+b),p0==="TB"&&(_.attr("y1",30),_.attr("x1",E),_.attr("y2",JF),_.attr("x2",E)),iX.push(E);let S=w.name;const I=gzt(S),B=g.insert("rect"),R=g.insert("g").attr("class","branchLabel").insert("g").attr("class","label branch-label"+b);R.node().appendChild(I);let q=I.getBBox();B.attr("class","branchLabelBkg label"+b).attr("rx",4).attr("ry",4).attr("x",-q.width-4-(f.rotateCommitLabel===!0?30:0)).attr("y",-q.height/2+8).attr("width",q.width+18).attr("height",q.height+4),R.attr("transform","translate("+(-q.width-14-(f.rotateCommitLabel===!0?30:0))+", "+(E-q.height/2-1)+")"),p0==="TB"&&(B.attr("x",E-q.width/2-10).attr("y",0),R.attr("transform","translate("+(E-q.width/2-5)+", 0)")),p0!=="TB"&&B.attr("transform","translate(-19, "+(E-q.height/2)+")")})},GWe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:kWe,db:$We,renderer:{draw:function(i,a,f,g){zWe();const w=Re(),v=w.gitGraph;Wt.debug("in gitgraph renderer",i+`
+`,"id:",a,f),XF=g.db.getCommits();const b=g.db.getBranchesAsObjArray();p0=g.db.getDirection();const E=xr(`[id="${a}"]`);let _=0;b.forEach((S,I)=>{const B=gzt(S.name),F=E.append("g"),R=F.insert("g").attr("class","branchLabel"),q=R.insert("g").attr("class","label branch-label");q.node().appendChild(B);let X=B.getBBox();Ef[S.name]={pos:_,index:I},_+=50+(v.rotateCommitLabel?40:0)+(p0==="TB"?X.width/2:0),q.remove(),R.remove(),F.remove()}),pzt(E,XF,!1),v.showBranches&&UWe(E,b),VWe(E,XF),pzt(E,XF,!0),ao.insertTitle(E,"gitTitleText",v.titleTopMargin,g.db.getDiagramTitle()),XFt(void 0,E,v.diagramPadding,v.useMaxWidth??w.useMaxWidth)}},styles:i=>`
+ .commit-id,
+ .commit-msg,
+ .branch-label {
+ fill: lightgrey;
+ color: lightgrey;
+ font-family: 'trebuchet ms', verdana, arial, sans-serif;
+ font-family: var(--mermaid-font-family);
+ }
+ ${[0,1,2,3,4,5,6,7].map(a=>`
+ .branch-label${a} { fill: ${i["gitBranchLabel"+a]}; }
+ .commit${a} { stroke: ${i["git"+a]}; fill: ${i["git"+a]}; }
+ .commit-highlight${a} { stroke: ${i["gitInv"+a]}; fill: ${i["gitInv"+a]}; }
+ .label${a} { fill: ${i["git"+a]}; }
+ .arrow${a} { stroke: ${i["git"+a]}; }
+ `).join(`
+`)}
+
+ .branch {
+ stroke-width: 1;
+ stroke: ${i.lineColor};
+ stroke-dasharray: 2;
+ }
+ .commit-label { font-size: ${i.commitLabelFontSize}; fill: ${i.commitLabelColor};}
+ .commit-label-bkg { font-size: ${i.commitLabelFontSize}; fill: ${i.commitLabelBackground}; opacity: 0.5; }
+ .tag-label { font-size: ${i.tagLabelFontSize}; fill: ${i.tagLabelColor};}
+ .tag-label-bkg { fill: ${i.tagLabelBackground}; stroke: ${i.tagLabelBorder}; }
+ .tag-hole { fill: ${i.textColor}; }
+
+ .commit-merge {
+ stroke: ${i.primaryColor};
+ fill: ${i.primaryColor};
+ }
+ .commit-reverse {
+ stroke: ${i.primaryColor};
+ fill: ${i.primaryColor};
+ stroke-width: 3;
+ }
+ .commit-highlight-outer {
+ }
+ .commit-highlight-inner {
+ stroke: ${i.primaryColor};
+ fill: ${i.primaryColor};
+ }
+
+ .arrow { stroke-width: 8; stroke-linecap: round; fill: none}
+ .gitTitleText {
+ text-anchor: middle;
+ font-size: 18px;
+ fill: ${i.textColor};
+ }
+`}},Symbol.toStringTag,{value:"Module"}));var Qpt=function(){var i=function(Y,Et,V,Nt){for(V=V||{},Nt=Y.length;Nt--;V[Y[Nt]]=Et);return V},a=[6,8,10,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,30,32,33,35,37],f=[1,25],g=[1,26],w=[1,27],v=[1,28],b=[1,29],E=[1,30],_=[1,31],S=[1,9],I=[1,10],B=[1,11],F=[1,12],R=[1,13],q=[1,14],X=[1,15],rt=[1,16],at=[1,18],ut=[1,19],pt=[1,20],yt=[1,21],mt=[1,22],gt=[1,24],ht=[1,32],bt={trace:function(){},yy:{},symbols_:{error:2,start:3,gantt:4,document:5,EOF:6,line:7,SPACE:8,statement:9,NL:10,weekday:11,weekday_monday:12,weekday_tuesday:13,weekday_wednesday:14,weekday_thursday:15,weekday_friday:16,weekday_saturday:17,weekday_sunday:18,dateFormat:19,inclusiveEndDates:20,topAxis:21,axisFormat:22,tickInterval:23,excludes:24,includes:25,todayMarker:26,title:27,acc_title:28,acc_title_value:29,acc_descr:30,acc_descr_value:31,acc_descr_multiline_value:32,section:33,clickStatement:34,taskTxt:35,taskData:36,click:37,callbackname:38,callbackargs:39,href:40,clickStatementDebug:41,$accept:0,$end:1},terminals_:{2:"error",4:"gantt",6:"EOF",8:"SPACE",10:"NL",12:"weekday_monday",13:"weekday_tuesday",14:"weekday_wednesday",15:"weekday_thursday",16:"weekday_friday",17:"weekday_saturday",18:"weekday_sunday",19:"dateFormat",20:"inclusiveEndDates",21:"topAxis",22:"axisFormat",23:"tickInterval",24:"excludes",25:"includes",26:"todayMarker",27:"title",28:"acc_title",29:"acc_title_value",30:"acc_descr",31:"acc_descr_value",32:"acc_descr_multiline_value",33:"section",35:"taskTxt",36:"taskData",37:"click",38:"callbackname",39:"callbackargs",40:"href"},productions_:[0,[3,3],[5,0],[5,2],[7,2],[7,1],[7,1],[7,1],[11,1],[11,1],[11,1],[11,1],[11,1],[11,1],[11,1],[9,1],[9,1],[9,1],[9,1],[9,1],[9,1],[9,1],[9,1],[9,1],[9,1],[9,2],[9,2],[9,1],[9,1],[9,1],[9,2],[34,2],[34,3],[34,3],[34,4],[34,3],[34,4],[34,2],[41,2],[41,3],[41,3],[41,4],[41,3],[41,4],[41,2]],performAction:function(Et,V,Nt,Dt,jt,Ct,Ft){var _t=Ct.length-1;switch(jt){case 1:return Ct[_t-1];case 2:this.$=[];break;case 3:Ct[_t-1].push(Ct[_t]),this.$=Ct[_t-1];break;case 4:case 5:this.$=Ct[_t];break;case 6:case 7:this.$=[];break;case 8:Dt.setWeekday("monday");break;case 9:Dt.setWeekday("tuesday");break;case 10:Dt.setWeekday("wednesday");break;case 11:Dt.setWeekday("thursday");break;case 12:Dt.setWeekday("friday");break;case 13:Dt.setWeekday("saturday");break;case 14:Dt.setWeekday("sunday");break;case 15:Dt.setDateFormat(Ct[_t].substr(11)),this.$=Ct[_t].substr(11);break;case 16:Dt.enableInclusiveEndDates(),this.$=Ct[_t].substr(18);break;case 17:Dt.TopAxis(),this.$=Ct[_t].substr(8);break;case 18:Dt.setAxisFormat(Ct[_t].substr(11)),this.$=Ct[_t].substr(11);break;case 19:Dt.setTickInterval(Ct[_t].substr(13)),this.$=Ct[_t].substr(13);break;case 20:Dt.setExcludes(Ct[_t].substr(9)),this.$=Ct[_t].substr(9);break;case 21:Dt.setIncludes(Ct[_t].substr(9)),this.$=Ct[_t].substr(9);break;case 22:Dt.setTodayMarker(Ct[_t].substr(12)),this.$=Ct[_t].substr(12);break;case 24:Dt.setDiagramTitle(Ct[_t].substr(6)),this.$=Ct[_t].substr(6);break;case 25:this.$=Ct[_t].trim(),Dt.setAccTitle(this.$);break;case 26:case 27:this.$=Ct[_t].trim(),Dt.setAccDescription(this.$);break;case 28:Dt.addSection(Ct[_t].substr(8)),this.$=Ct[_t].substr(8);break;case 30:Dt.addTask(Ct[_t-1],Ct[_t]),this.$="task";break;case 31:this.$=Ct[_t-1],Dt.setClickEvent(Ct[_t-1],Ct[_t],null);break;case 32:this.$=Ct[_t-2],Dt.setClickEvent(Ct[_t-2],Ct[_t-1],Ct[_t]);break;case 33:this.$=Ct[_t-2],Dt.setClickEvent(Ct[_t-2],Ct[_t-1],null),Dt.setLink(Ct[_t-2],Ct[_t]);break;case 34:this.$=Ct[_t-3],Dt.setClickEvent(Ct[_t-3],Ct[_t-2],Ct[_t-1]),Dt.setLink(Ct[_t-3],Ct[_t]);break;case 35:this.$=Ct[_t-2],Dt.setClickEvent(Ct[_t-2],Ct[_t],null),Dt.setLink(Ct[_t-2],Ct[_t-1]);break;case 36:this.$=Ct[_t-3],Dt.setClickEvent(Ct[_t-3],Ct[_t-1],Ct[_t]),Dt.setLink(Ct[_t-3],Ct[_t-2]);break;case 37:this.$=Ct[_t-1],Dt.setLink(Ct[_t-1],Ct[_t]);break;case 38:case 44:this.$=Ct[_t-1]+" "+Ct[_t];break;case 39:case 40:case 42:this.$=Ct[_t-2]+" "+Ct[_t-1]+" "+Ct[_t];break;case 41:case 43:this.$=Ct[_t-3]+" "+Ct[_t-2]+" "+Ct[_t-1]+" "+Ct[_t];break}},table:[{3:1,4:[1,2]},{1:[3]},i(a,[2,2],{5:3}),{6:[1,4],7:5,8:[1,6],9:7,10:[1,8],11:17,12:f,13:g,14:w,15:v,16:b,17:E,18:_,19:S,20:I,21:B,22:F,23:R,24:q,25:X,26:rt,27:at,28:ut,30:pt,32:yt,33:mt,34:23,35:gt,37:ht},i(a,[2,7],{1:[2,1]}),i(a,[2,3]),{9:33,11:17,12:f,13:g,14:w,15:v,16:b,17:E,18:_,19:S,20:I,21:B,22:F,23:R,24:q,25:X,26:rt,27:at,28:ut,30:pt,32:yt,33:mt,34:23,35:gt,37:ht},i(a,[2,5]),i(a,[2,6]),i(a,[2,15]),i(a,[2,16]),i(a,[2,17]),i(a,[2,18]),i(a,[2,19]),i(a,[2,20]),i(a,[2,21]),i(a,[2,22]),i(a,[2,23]),i(a,[2,24]),{29:[1,34]},{31:[1,35]},i(a,[2,27]),i(a,[2,28]),i(a,[2,29]),{36:[1,36]},i(a,[2,8]),i(a,[2,9]),i(a,[2,10]),i(a,[2,11]),i(a,[2,12]),i(a,[2,13]),i(a,[2,14]),{38:[1,37],40:[1,38]},i(a,[2,4]),i(a,[2,25]),i(a,[2,26]),i(a,[2,30]),i(a,[2,31],{39:[1,39],40:[1,40]}),i(a,[2,37],{38:[1,41]}),i(a,[2,32],{40:[1,42]}),i(a,[2,33]),i(a,[2,35],{39:[1,43]}),i(a,[2,34]),i(a,[2,36])],defaultActions:{},parseError:function(Et,V){if(V.recoverable)this.trace(Et);else{var Nt=new Error(Et);throw Nt.hash=V,Nt}},parse:function(Et){var V=this,Nt=[0],Dt=[],jt=[null],Ct=[],Ft=this.table,_t="",xt=0,Gt=0,Be=2,Ot=1,vn=Ct.slice.call(arguments,1),Pe=Object.create(this.lexer),Ee={yy:{}};for(var nn in this.yy)Object.prototype.hasOwnProperty.call(this.yy,nn)&&(Ee.yy[nn]=this.yy[nn]);Pe.setInput(Et,Ee.yy),Ee.yy.lexer=Pe,Ee.yy.parser=this,typeof Pe.yylloc>"u"&&(Pe.yylloc={});var sn=Pe.yylloc;Ct.push(sn);var me=Pe.options&&Pe.options.ranges;typeof Ee.yy.parseError=="function"?this.parseError=Ee.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function Fe(){var Ss;return Ss=Dt.pop()||Pe.lex()||Ot,typeof Ss!="number"&&(Ss instanceof Array&&(Dt=Ss,Ss=Dt.pop()),Ss=V.symbols_[Ss]||Ss),Ss}for(var Qt,Ae,Se,Dn,oe={},Pr,we,Ri,yi;;){if(Ae=Nt[Nt.length-1],this.defaultActions[Ae]?Se=this.defaultActions[Ae]:((Qt===null||typeof Qt>"u")&&(Qt=Fe()),Se=Ft[Ae]&&Ft[Ae][Qt]),typeof Se>"u"||!Se.length||!Se[0]){var da="";yi=[];for(Pr in Ft[Ae])this.terminals_[Pr]&&Pr>Be&&yi.push("'"+this.terminals_[Pr]+"'");Pe.showPosition?da="Parse error on line "+(xt+1)+`:
+`+Pe.showPosition()+`
+Expecting `+yi.join(", ")+", got '"+(this.terminals_[Qt]||Qt)+"'":da="Parse error on line "+(xt+1)+": Unexpected "+(Qt==Ot?"end of input":"'"+(this.terminals_[Qt]||Qt)+"'"),this.parseError(da,{text:Pe.match,token:this.terminals_[Qt]||Qt,line:Pe.yylineno,loc:sn,expected:yi})}if(Se[0]instanceof Array&&Se.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Ae+", token: "+Qt);switch(Se[0]){case 1:Nt.push(Qt),jt.push(Pe.yytext),Ct.push(Pe.yylloc),Nt.push(Se[1]),Qt=null,Gt=Pe.yyleng,_t=Pe.yytext,xt=Pe.yylineno,sn=Pe.yylloc;break;case 2:if(we=this.productions_[Se[1]][1],oe.$=jt[jt.length-we],oe._$={first_line:Ct[Ct.length-(we||1)].first_line,last_line:Ct[Ct.length-1].last_line,first_column:Ct[Ct.length-(we||1)].first_column,last_column:Ct[Ct.length-1].last_column},me&&(oe._$.range=[Ct[Ct.length-(we||1)].range[0],Ct[Ct.length-1].range[1]]),Dn=this.performAction.apply(oe,[_t,Gt,xt,Ee.yy,Se[1],jt,Ct].concat(vn)),typeof Dn<"u")return Dn;we&&(Nt=Nt.slice(0,-1*we*2),jt=jt.slice(0,-1*we),Ct=Ct.slice(0,-1*we)),Nt.push(this.productions_[Se[1]][0]),jt.push(oe.$),Ct.push(oe._$),Ri=Ft[Nt[Nt.length-2]][Nt[Nt.length-1]],Nt.push(Ri);break;case 3:return!0}}return!0}},Z=function(){var Y={EOF:1,parseError:function(V,Nt){if(this.yy.parser)this.yy.parser.parseError(V,Nt);else throw new Error(V)},setInput:function(Et,V){return this.yy=V||this.yy||{},this._input=Et,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var Et=this._input[0];this.yytext+=Et,this.yyleng++,this.offset++,this.match+=Et,this.matched+=Et;var V=Et.match(/(?:\r\n?|\n).*/g);return V?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),Et},unput:function(Et){var V=Et.length,Nt=Et.split(/(?:\r\n?|\n)/g);this._input=Et+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-V),this.offset-=V;var Dt=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),Nt.length-1&&(this.yylineno-=Nt.length-1);var jt=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:Nt?(Nt.length===Dt.length?this.yylloc.first_column:0)+Dt[Dt.length-Nt.length].length-Nt[0].length:this.yylloc.first_column-V},this.options.ranges&&(this.yylloc.range=[jt[0],jt[0]+this.yyleng-V]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(Et){this.unput(this.match.slice(Et))},pastInput:function(){var Et=this.matched.substr(0,this.matched.length-this.match.length);return(Et.length>20?"...":"")+Et.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var Et=this.match;return Et.length<20&&(Et+=this._input.substr(0,20-Et.length)),(Et.substr(0,20)+(Et.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var Et=this.pastInput(),V=new Array(Et.length+1).join("-");return Et+this.upcomingInput()+`
+`+V+"^"},test_match:function(Et,V){var Nt,Dt,jt;if(this.options.backtrack_lexer&&(jt={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(jt.yylloc.range=this.yylloc.range.slice(0))),Dt=Et[0].match(/(?:\r\n?|\n).*/g),Dt&&(this.yylineno+=Dt.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:Dt?Dt[Dt.length-1].length-Dt[Dt.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+Et[0].length},this.yytext+=Et[0],this.match+=Et[0],this.matches=Et,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(Et[0].length),this.matched+=Et[0],Nt=this.performAction.call(this,this.yy,this,V,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),Nt)return Nt;if(this._backtrack){for(var Ct in jt)this[Ct]=jt[Ct];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var Et,V,Nt,Dt;this._more||(this.yytext="",this.match="");for(var jt=this._currentRules(),Ct=0;Ct<jt.length;Ct++)if(Nt=this._input.match(this.rules[jt[Ct]]),Nt&&(!V||Nt[0].length>V[0].length)){if(V=Nt,Dt=Ct,this.options.backtrack_lexer){if(Et=this.test_match(Nt,jt[Ct]),Et!==!1)return Et;if(this._backtrack){V=!1;continue}else return!1}else if(!this.options.flex)break}return V?(Et=this.test_match(V,jt[Dt]),Et!==!1?Et:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var V=this.next();return V||this.lex()},begin:function(V){this.conditionStack.push(V)},popState:function(){var V=this.conditionStack.length-1;return V>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(V){return V=this.conditionStack.length-1-Math.abs(V||0),V>=0?this.conditionStack[V]:"INITIAL"},pushState:function(V){this.begin(V)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(V,Nt,Dt,jt){switch(Dt){case 0:return this.begin("open_directive"),"open_directive";case 1:return this.begin("acc_title"),28;case 2:return this.popState(),"acc_title_value";case 3:return this.begin("acc_descr"),30;case 4:return this.popState(),"acc_descr_value";case 5:this.begin("acc_descr_multiline");break;case 6:this.popState();break;case 7:return"acc_descr_multiline_value";case 8:break;case 9:break;case 10:break;case 11:return 10;case 12:break;case 13:break;case 14:break;case 15:this.begin("href");break;case 16:this.popState();break;case 17:return 40;case 18:this.begin("callbackname");break;case 19:this.popState();break;case 20:this.popState(),this.begin("callbackargs");break;case 21:return 38;case 22:this.popState();break;case 23:return 39;case 24:this.begin("click");break;case 25:this.popState();break;case 26:return 37;case 27:return 4;case 28:return 19;case 29:return 20;case 30:return 21;case 31:return 22;case 32:return 23;case 33:return 25;case 34:return 24;case 35:return 26;case 36:return 12;case 37:return 13;case 38:return 14;case 39:return 15;case 40:return 16;case 41:return 17;case 42:return 18;case 43:return"date";case 44:return 27;case 45:return"accDescription";case 46:return 33;case 47:return 35;case 48:return 36;case 49:return":";case 50:return 6;case 51:return"INVALID"}},rules:[/^(?:%%\{)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:%%(?!\{)*[^\n]*)/i,/^(?:[^\}]%%*[^\n]*)/i,/^(?:%%*[^\n]*[\n]*)/i,/^(?:[\n]+)/i,/^(?:\s+)/i,/^(?:#[^\n]*)/i,/^(?:%[^\n]*)/i,/^(?:href[\s]+["])/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:call[\s]+)/i,/^(?:\([\s]*\))/i,/^(?:\()/i,/^(?:[^(]*)/i,/^(?:\))/i,/^(?:[^)]*)/i,/^(?:click[\s]+)/i,/^(?:[\s\n])/i,/^(?:[^\s\n]*)/i,/^(?:gantt\b)/i,/^(?:dateFormat\s[^#\n;]+)/i,/^(?:inclusiveEndDates\b)/i,/^(?:topAxis\b)/i,/^(?:axisFormat\s[^#\n;]+)/i,/^(?:tickInterval\s[^#\n;]+)/i,/^(?:includes\s[^#\n;]+)/i,/^(?:excludes\s[^#\n;]+)/i,/^(?:todayMarker\s[^\n;]+)/i,/^(?:weekday\s+monday\b)/i,/^(?:weekday\s+tuesday\b)/i,/^(?:weekday\s+wednesday\b)/i,/^(?:weekday\s+thursday\b)/i,/^(?:weekday\s+friday\b)/i,/^(?:weekday\s+saturday\b)/i,/^(?:weekday\s+sunday\b)/i,/^(?:\d\d\d\d-\d\d-\d\d\b)/i,/^(?:title\s[^#\n;]+)/i,/^(?:accDescription\s[^#\n;]+)/i,/^(?:section\s[^#:\n;]+)/i,/^(?:[^#:\n;]+)/i,/^(?::[^#\n;]+)/i,/^(?::)/i,/^(?:$)/i,/^(?:.)/i],conditions:{acc_descr_multiline:{rules:[6,7],inclusive:!1},acc_descr:{rules:[4],inclusive:!1},acc_title:{rules:[2],inclusive:!1},callbackargs:{rules:[22,23],inclusive:!1},callbackname:{rules:[19,20,21],inclusive:!1},href:{rules:[16,17],inclusive:!1},click:{rules:[25,26],inclusive:!1},INITIAL:{rules:[0,1,3,5,8,9,10,11,12,13,14,15,18,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],inclusive:!0}}};return Y}();bt.lexer=Z;function ft(){this.yy={}}return ft.prototype=bt,bt.Parser=ft,new ft}();Qpt.parser=Qpt;const KWe=Qpt;var bzt={exports:{}};(function(i,a){(function(f,g){i.exports=g()})(X0,function(){var f="day";return function(g,w,v){var b=function(S){return S.add(4-S.isoWeekday(),f)},E=w.prototype;E.isoWeekYear=function(){return b(this).year()},E.isoWeek=function(S){if(!this.$utils().u(S))return this.add(7*(S-this.isoWeek()),f);var I,B,F,R,q=b(this),X=(I=this.isoWeekYear(),B=this.$u,F=(B?v.utc:v)().year(I).startOf("year"),R=4-F.isoWeekday(),F.isoWeekday()>4&&(R+=7),F.add(R,f));return q.diff(X,"week")+1},E.isoWeekday=function(S){return this.$utils().u(S)?this.day()||7:this.day(this.day()%7?S:S-7)};var _=E.startOf;E.startOf=function(S,I){var B=this.$utils(),F=!!B.u(I)||I;return B.p(S)==="isoweek"?F?this.date(this.date()-(this.isoWeekday()-1)).startOf("day"):this.date(this.date()-1-(this.isoWeekday()-1)+7).endOf("day"):_.bind(this)(S,I)}}})})(bzt);var WWe=bzt.exports;const YWe=JT(WWe);var wzt={exports:{}};(function(i,a){(function(f,g){i.exports=g()})(X0,function(){var f={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},g=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,w=/\d\d/,v=/\d\d?/,b=/\d*[^-_:/,()\s\d]+/,E={},_=function(X){return(X=+X)+(X>68?1900:2e3)},S=function(X){return function(rt){this[X]=+rt}},I=[/[+-]\d\d:?(\d\d)?|Z/,function(X){(this.zone||(this.zone={})).offset=function(rt){if(!rt||rt==="Z")return 0;var at=rt.match(/([+-]|\d\d)/g),ut=60*at[1]+(+at[2]||0);return ut===0?0:at[0]==="+"?-ut:ut}(X)}],B=function(X){var rt=E[X];return rt&&(rt.indexOf?rt:rt.s.concat(rt.f))},F=function(X,rt){var at,ut=E.meridiem;if(ut){for(var pt=1;pt<=24;pt+=1)if(X.indexOf(ut(pt,0,rt))>-1){at=pt>12;break}}else at=X===(rt?"pm":"PM");return at},R={A:[b,function(X){this.afternoon=F(X,!1)}],a:[b,function(X){this.afternoon=F(X,!0)}],S:[/\d/,function(X){this.milliseconds=100*+X}],SS:[w,function(X){this.milliseconds=10*+X}],SSS:[/\d{3}/,function(X){this.milliseconds=+X}],s:[v,S("seconds")],ss:[v,S("seconds")],m:[v,S("minutes")],mm:[v,S("minutes")],H:[v,S("hours")],h:[v,S("hours")],HH:[v,S("hours")],hh:[v,S("hours")],D:[v,S("day")],DD:[w,S("day")],Do:[b,function(X){var rt=E.ordinal,at=X.match(/\d+/);if(this.day=at[0],rt)for(var ut=1;ut<=31;ut+=1)rt(ut).replace(/\[|\]/g,"")===X&&(this.day=ut)}],M:[v,S("month")],MM:[w,S("month")],MMM:[b,function(X){var rt=B("months"),at=(B("monthsShort")||rt.map(function(ut){return ut.slice(0,3)})).indexOf(X)+1;if(at<1)throw new Error;this.month=at%12||at}],MMMM:[b,function(X){var rt=B("months").indexOf(X)+1;if(rt<1)throw new Error;this.month=rt%12||rt}],Y:[/[+-]?\d+/,S("year")],YY:[w,function(X){this.year=_(X)}],YYYY:[/\d{4}/,S("year")],Z:I,ZZ:I};function q(X){var rt,at;rt=X,at=E&&E.formats;for(var ut=(X=rt.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(Z,ft,Y){var Et=Y&&Y.toUpperCase();return ft||at[Y]||f[Y]||at[Et].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(V,Nt,Dt){return Nt||Dt.slice(1)})})).match(g),pt=ut.length,yt=0;yt<pt;yt+=1){var mt=ut[yt],gt=R[mt],ht=gt&>[0],bt=gt&>[1];ut[yt]=bt?{regex:ht,parser:bt}:mt.replace(/^\[|\]$/g,"")}return function(Z){for(var ft={},Y=0,Et=0;Y<pt;Y+=1){var V=ut[Y];if(typeof V=="string")Et+=V.length;else{var Nt=V.regex,Dt=V.parser,jt=Z.slice(Et),Ct=Nt.exec(jt)[0];Dt.call(ft,Ct),Z=Z.replace(Ct,"")}}return function(Ft){var _t=Ft.afternoon;if(_t!==void 0){var xt=Ft.hours;_t?xt<12&&(Ft.hours+=12):xt===12&&(Ft.hours=0),delete Ft.afternoon}}(ft),ft}}return function(X,rt,at){at.p.customParseFormat=!0,X&&X.parseTwoDigitYear&&(_=X.parseTwoDigitYear);var ut=rt.prototype,pt=ut.parse;ut.parse=function(yt){var mt=yt.date,gt=yt.utc,ht=yt.args;this.$u=gt;var bt=ht[1];if(typeof bt=="string"){var Z=ht[2]===!0,ft=ht[3]===!0,Y=Z||ft,Et=ht[2];ft&&(Et=ht[2]),E=this.$locale(),!Z&&Et&&(E=at.Ls[Et]),this.$d=function(jt,Ct,Ft){try{if(["x","X"].indexOf(Ct)>-1)return new Date((Ct==="X"?1e3:1)*jt);var _t=q(Ct)(jt),xt=_t.year,Gt=_t.month,Be=_t.day,Ot=_t.hours,vn=_t.minutes,Pe=_t.seconds,Ee=_t.milliseconds,nn=_t.zone,sn=new Date,me=Be||(xt||Gt?1:sn.getDate()),Fe=xt||sn.getFullYear(),Qt=0;xt&&!Gt||(Qt=Gt>0?Gt-1:sn.getMonth());var Ae=Ot||0,Se=vn||0,Dn=Pe||0,oe=Ee||0;return nn?new Date(Date.UTC(Fe,Qt,me,Ae,Se,Dn,oe+60*nn.offset*1e3)):Ft?new Date(Date.UTC(Fe,Qt,me,Ae,Se,Dn,oe)):new Date(Fe,Qt,me,Ae,Se,Dn,oe)}catch{return new Date("")}}(mt,bt,gt),this.init(),Et&&Et!==!0&&(this.$L=this.locale(Et).$L),Y&&mt!=this.format(bt)&&(this.$d=new Date("")),E={}}else if(bt instanceof Array)for(var V=bt.length,Nt=1;Nt<=V;Nt+=1){ht[1]=bt[Nt-1];var Dt=at.apply(this,ht);if(Dt.isValid()){this.$d=Dt.$d,this.$L=Dt.$L,this.init();break}Nt===V&&(this.$d=new Date(""))}else pt.call(this,yt)}}})})(wzt);var XWe=wzt.exports;const QWe=JT(XWe);var mzt={exports:{}};(function(i,a){(function(f,g){i.exports=g()})(X0,function(){return function(f,g){var w=g.prototype,v=w.format;w.format=function(b){var E=this,_=this.$locale();if(!this.isValid())return v.bind(this)(b);var S=this.$utils(),I=(b||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(B){switch(B){case"Q":return Math.ceil((E.$M+1)/3);case"Do":return _.ordinal(E.$D);case"gggg":return E.weekYear();case"GGGG":return E.isoWeekYear();case"wo":return _.ordinal(E.week(),"W");case"w":case"ww":return S.s(E.week(),B==="w"?1:2,"0");case"W":case"WW":return S.s(E.isoWeek(),B==="W"?1:2,"0");case"k":case"kk":return S.s(String(E.$H===0?24:E.$H),B==="k"?1:2,"0");case"X":return Math.floor(E.$d.getTime()/1e3);case"x":return E.$d.getTime();case"z":return"["+E.offsetName()+"]";case"zzz":return"["+E.offsetName("long")+"]";default:return B}});return v.bind(this)(I)}}})})(mzt);var JWe=mzt.exports;const ZWe=JT(JWe);Q0.extend(YWe),Q0.extend(QWe),Q0.extend(ZWe);let l4="",Jpt="",Zpt,tbt="",tB=[],eB=[],ebt={},nbt=[],sX=[],mM="",rbt="";const vzt=["active","done","crit","milestone"];let ibt=[],nB=!1,sbt=!1,abt="sunday",obt=0;const tYe=function(){nbt=[],sX=[],mM="",ibt=[],aX=0,ubt=void 0,oX=void 0,z1=[],l4="",Jpt="",rbt="",Zpt=void 0,tbt="",tB=[],eB=[],nB=!1,sbt=!1,obt=0,ebt={},Wg(),abt="sunday"},eYe=function(i){Jpt=i},nYe=function(){return Jpt},rYe=function(i){Zpt=i},iYe=function(){return Zpt},sYe=function(i){tbt=i},aYe=function(){return tbt},oYe=function(i){l4=i},cYe=function(){nB=!0},uYe=function(){return nB},lYe=function(){sbt=!0},hYe=function(){return sbt},fYe=function(i){rbt=i},dYe=function(){return rbt},gYe=function(){return l4},pYe=function(i){tB=i.toLowerCase().split(/[\s,]+/)},bYe=function(){return tB},wYe=function(i){eB=i.toLowerCase().split(/[\s,]+/)},mYe=function(){return eB},vYe=function(){return ebt},yYe=function(i){mM=i,nbt.push(i)},xYe=function(){return nbt},kYe=function(){let i=Czt();const a=10;let f=0;for(;!i&&f<a;)i=Czt(),f++;return sX=z1,sX},yzt=function(i,a,f,g){return g.includes(i.format(a.trim()))?!1:i.isoWeekday()>=6&&f.includes("weekends")||f.includes(i.format("dddd").toLowerCase())?!0:f.includes(i.format(a.trim()))},EYe=function(i){abt=i},TYe=function(){return abt},xzt=function(i,a,f,g){if(!f.length||i.manualEndTime)return;let w;i.startTime instanceof Date?w=Q0(i.startTime):w=Q0(i.startTime,a,!0),w=w.add(1,"d");let v;i.endTime instanceof Date?v=Q0(i.endTime):v=Q0(i.endTime,a,!0);const[b,E]=CYe(w,v,a,f,g);i.endTime=b.toDate(),i.renderEndTime=E},CYe=function(i,a,f,g,w){let v=!1,b=null;for(;i<=a;)v||(b=a.toDate()),v=yzt(i,f,g,w),v&&(a=a.add(1,"d")),i=i.add(1,"d");return[a,b]},cbt=function(i,a,f){f=f.trim();const w=/^after\s+([\d\w- ]+)/.exec(f.trim());if(w!==null){let b=null;if(w[1].split(" ").forEach(function(E){let _=yM(E);_!==void 0&&(b?_.endTime>b.endTime&&(b=_):b=_)}),b)return b.endTime;{const E=new Date;return E.setHours(0,0,0,0),E}}let v=Q0(f,a.trim(),!0);if(v.isValid())return v.toDate();{Wt.debug("Invalid date:"+f),Wt.debug("With date format:"+a.trim());const b=new Date(f);if(b===void 0||isNaN(b.getTime())||b.getFullYear()<-1e4||b.getFullYear()>1e4)throw new Error("Invalid date:"+f);return b}},kzt=function(i){const a=/^(\d+(?:\.\d+)?)([Mdhmswy]|ms)$/.exec(i.trim());return a!==null?[Number.parseFloat(a[1]),a[2]]:[NaN,"ms"]},Ezt=function(i,a,f,g=!1){f=f.trim();let w=Q0(f,a.trim(),!0);if(w.isValid())return g&&(w=w.add(1,"d")),w.toDate();let v=Q0(i);const[b,E]=kzt(f);if(!Number.isNaN(b)){const _=v.add(b,E);_.isValid()&&(v=_)}return v.toDate()};let aX=0;const vM=function(i){return i===void 0?(aX=aX+1,"task"+aX):i},_Ye=function(i,a){let f;a.substr(0,1)===":"?f=a.substr(1,a.length):f=a;const g=f.split(","),w={};Azt(g,w,vzt);for(let b=0;b<g.length;b++)g[b]=g[b].trim();let v="";switch(g.length){case 1:w.id=vM(),w.startTime=i.endTime,v=g[0];break;case 2:w.id=vM(),w.startTime=cbt(void 0,l4,g[0]),v=g[1];break;case 3:w.id=vM(g[0]),w.startTime=cbt(void 0,l4,g[1]),v=g[2];break}return v&&(w.endTime=Ezt(w.startTime,l4,v,nB),w.manualEndTime=Q0(v,"YYYY-MM-DD",!0).isValid(),xzt(w,l4,eB,tB)),w},SYe=function(i,a){let f;a.substr(0,1)===":"?f=a.substr(1,a.length):f=a;const g=f.split(","),w={};Azt(g,w,vzt);for(let v=0;v<g.length;v++)g[v]=g[v].trim();switch(g.length){case 1:w.id=vM(),w.startTime={type:"prevTaskEnd",id:i},w.endTime={data:g[0]};break;case 2:w.id=vM(),w.startTime={type:"getStartDate",startData:g[0]},w.endTime={data:g[1]};break;case 3:w.id=vM(g[0]),w.startTime={type:"getStartDate",startData:g[1]},w.endTime={data:g[2]};break}return w};let ubt,oX,z1=[];const Tzt={},AYe=function(i,a){const f={section:mM,type:mM,processed:!1,manualEndTime:!1,renderEndTime:null,raw:{data:a},task:i,classes:[]},g=SYe(oX,a);f.raw.startTime=g.startTime,f.raw.endTime=g.endTime,f.id=g.id,f.prevTaskId=oX,f.active=g.active,f.done=g.done,f.crit=g.crit,f.milestone=g.milestone,f.order=obt,obt++;const w=z1.push(f);oX=f.id,Tzt[f.id]=w-1},yM=function(i){const a=Tzt[i];return z1[a]},LYe=function(i,a){const f={section:mM,type:mM,description:i,task:i,classes:[]},g=_Ye(ubt,a);f.startTime=g.startTime,f.endTime=g.endTime,f.id=g.id,f.active=g.active,f.done=g.done,f.crit=g.crit,f.milestone=g.milestone,ubt=f,sX.push(f)},Czt=function(){const i=function(f){const g=z1[f];let w="";switch(z1[f].raw.startTime.type){case"prevTaskEnd":{const v=yM(g.prevTaskId);g.startTime=v.endTime;break}case"getStartDate":w=cbt(void 0,l4,z1[f].raw.startTime.startData),w&&(z1[f].startTime=w);break}return z1[f].startTime&&(z1[f].endTime=Ezt(z1[f].startTime,l4,z1[f].raw.endTime.data,nB),z1[f].endTime&&(z1[f].processed=!0,z1[f].manualEndTime=Q0(z1[f].raw.endTime.data,"YYYY-MM-DD",!0).isValid(),xzt(z1[f],l4,eB,tB))),z1[f].processed};let a=!0;for(const[f,g]of z1.entries())i(f),a=a&&g.processed;return a},MYe=function(i,a){let f=a;Re().securityLevel!=="loose"&&(f=c8(a)),i.split(",").forEach(function(g){yM(g)!==void 0&&(Szt(g,()=>{window.open(f,"_self")}),ebt[g]=f)}),_zt(i,"clickable")},_zt=function(i,a){i.split(",").forEach(function(f){let g=yM(f);g!==void 0&&g.classes.push(a)})},DYe=function(i,a,f){if(Re().securityLevel!=="loose"||a===void 0)return;let g=[];if(typeof f=="string"){g=f.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/);for(let v=0;v<g.length;v++){let b=g[v].trim();b.charAt(0)==='"'&&b.charAt(b.length-1)==='"'&&(b=b.substr(1,b.length-2)),g[v]=b}}g.length===0&&g.push(i),yM(i)!==void 0&&Szt(i,()=>{ao.runFunc(a,...g)})},Szt=function(i,a){ibt.push(function(){const f=document.querySelector(`[id="${i}"]`);f!==null&&f.addEventListener("click",function(){a()})},function(){const f=document.querySelector(`[id="${i}-text"]`);f!==null&&f.addEventListener("click",function(){a()})})},IYe={getConfig:()=>Re().gantt,clear:tYe,setDateFormat:oYe,getDateFormat:gYe,enableInclusiveEndDates:cYe,endDatesAreInclusive:uYe,enableTopAxis:lYe,topAxisEnabled:hYe,setAxisFormat:eYe,getAxisFormat:nYe,setTickInterval:rYe,getTickInterval:iYe,setTodayMarker:sYe,getTodayMarker:aYe,setAccTitle:ng,getAccTitle:Yg,setDiagramTitle:y2,getDiagramTitle:Jg,setDisplayMode:fYe,getDisplayMode:dYe,setAccDescription:Xg,getAccDescription:Qg,addSection:yYe,getSections:xYe,getTasks:kYe,addTask:AYe,findTaskById:yM,addTaskOrg:LYe,setIncludes:pYe,getIncludes:bYe,setExcludes:wYe,getExcludes:mYe,setClickEvent:function(i,a,f){i.split(",").forEach(function(g){DYe(g,a,f)}),_zt(i,"clickable")},setLink:MYe,getLinks:vYe,bindFunctions:function(i){ibt.forEach(function(a){a(i)})},parseDuration:kzt,isInvalidDate:yzt,setWeekday:EYe,getWeekday:TYe};function Azt(i,a,f){let g=!0;for(;g;)g=!1,f.forEach(function(w){const v="^\\s*"+w+"\\s*$",b=new RegExp(v);i[0].match(b)&&(a[w]=!0,i.shift(1),g=!0)})}const OYe=function(){Wt.debug("Something is calling, setConf, remove the call")},Lzt={monday:iF,tuesday:xPt,wednesday:kPt,thursday:o9,friday:EPt,saturday:TPt,sunday:rF},PYe=(i,a)=>{let f=[...i].map(()=>-1/0),g=[...i].sort((v,b)=>v.startTime-b.startTime||v.order-b.order),w=0;for(const v of g)for(let b=0;b<f.length;b++)if(v.startTime>=f[b]){f[b]=v.endTime,v.order=b+a,b>w&&(w=b);break}return w};let Rx;const NYe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:KWe,db:IYe,renderer:{setConf:OYe,draw:function(i,a,f,g){const w=Re().gantt,v=Re().securityLevel;let b;v==="sandbox"&&(b=xr("#i"+a));const E=xr(v==="sandbox"?b.nodes()[0].contentDocument.body:"body"),_=v==="sandbox"?b.nodes()[0].contentDocument:document,S=_.getElementById(a);Rx=S.parentElement.offsetWidth,Rx===void 0&&(Rx=1200),w.useWidth!==void 0&&(Rx=w.useWidth);const I=g.db.getTasks();let B=[];for(const bt of I)B.push(bt.type);B=ht(B);const F={};let R=2*w.topPadding;if(g.db.getDisplayMode()==="compact"||w.displayMode==="compact"){const bt={};for(const ft of I)bt[ft.section]===void 0?bt[ft.section]=[ft]:bt[ft.section].push(ft);let Z=0;for(const ft of Object.keys(bt)){const Y=PYe(bt[ft],Z)+1;Z+=Y,R+=Y*(w.barHeight+w.barGap),F[ft]=Y}}else{R+=I.length*(w.barHeight+w.barGap);for(const bt of B)F[bt]=I.filter(Z=>Z.type===bt).length}S.setAttribute("viewBox","0 0 "+Rx+" "+R);const q=E.select(`[id="${a}"]`),X=OLe().domain([p9e(I,function(bt){return bt.startTime}),g9e(I,function(bt){return bt.endTime})]).rangeRound([0,Rx-w.leftPadding-w.rightPadding]);function rt(bt,Z){const ft=bt.startTime,Y=Z.startTime;let Et=0;return ft>Y?Et=1:ft<Y&&(Et=-1),Et}I.sort(rt),at(I,Rx,R),Kg(q,R,Rx,w.useMaxWidth),q.append("text").text(g.db.getDiagramTitle()).attr("x",Rx/2).attr("y",w.titleTopMargin).attr("class","titleText");function at(bt,Z,ft){const Y=w.barHeight,Et=Y+w.barGap,V=w.topPadding,Nt=w.leftPadding,Dt=PL().domain([0,B.length]).range(["#00B9FA","#F95002"]).interpolate(B_e);pt(Et,V,Nt,Z,ft,bt,g.db.getExcludes(),g.db.getIncludes()),yt(Nt,V,Z,ft),ut(bt,Et,V,Nt,Y,Dt,Z),mt(Et,V),gt(Nt,V,Z,ft)}function ut(bt,Z,ft,Y,Et,V,Nt){const jt=[...new Set(bt.map(xt=>xt.order))].map(xt=>bt.find(Gt=>Gt.order===xt));q.append("g").selectAll("rect").data(jt).enter().append("rect").attr("x",0).attr("y",function(xt,Gt){return Gt=xt.order,Gt*Z+ft-2}).attr("width",function(){return Nt-w.rightPadding/2}).attr("height",Z).attr("class",function(xt){for(const[Gt,Be]of B.entries())if(xt.type===Be)return"section section"+Gt%w.numberSectionStyles;return"section section0"});const Ct=q.append("g").selectAll("rect").data(bt).enter(),Ft=g.db.getLinks();if(Ct.append("rect").attr("id",function(xt){return xt.id}).attr("rx",3).attr("ry",3).attr("x",function(xt){return xt.milestone?X(xt.startTime)+Y+.5*(X(xt.endTime)-X(xt.startTime))-.5*Et:X(xt.startTime)+Y}).attr("y",function(xt,Gt){return Gt=xt.order,Gt*Z+ft}).attr("width",function(xt){return xt.milestone?Et:X(xt.renderEndTime||xt.endTime)-X(xt.startTime)}).attr("height",Et).attr("transform-origin",function(xt,Gt){return Gt=xt.order,(X(xt.startTime)+Y+.5*(X(xt.endTime)-X(xt.startTime))).toString()+"px "+(Gt*Z+ft+.5*Et).toString()+"px"}).attr("class",function(xt){const Gt="task";let Be="";xt.classes.length>0&&(Be=xt.classes.join(" "));let Ot=0;for(const[Pe,Ee]of B.entries())xt.type===Ee&&(Ot=Pe%w.numberSectionStyles);let vn="";return xt.active?xt.crit?vn+=" activeCrit":vn=" active":xt.done?xt.crit?vn=" doneCrit":vn=" done":xt.crit&&(vn+=" crit"),vn.length===0&&(vn=" task"),xt.milestone&&(vn=" milestone "+vn),vn+=Ot,vn+=" "+Be,Gt+vn}),Ct.append("text").attr("id",function(xt){return xt.id+"-text"}).text(function(xt){return xt.task}).attr("font-size",w.fontSize).attr("x",function(xt){let Gt=X(xt.startTime),Be=X(xt.renderEndTime||xt.endTime);xt.milestone&&(Gt+=.5*(X(xt.endTime)-X(xt.startTime))-.5*Et),xt.milestone&&(Be=Gt+Et);const Ot=this.getBBox().width;return Ot>Be-Gt?Be+Ot+1.5*w.leftPadding>Nt?Gt+Y-5:Be+Y+5:(Be-Gt)/2+Gt+Y}).attr("y",function(xt,Gt){return Gt=xt.order,Gt*Z+w.barHeight/2+(w.fontSize/2-2)+ft}).attr("text-height",Et).attr("class",function(xt){const Gt=X(xt.startTime);let Be=X(xt.endTime);xt.milestone&&(Be=Gt+Et);const Ot=this.getBBox().width;let vn="";xt.classes.length>0&&(vn=xt.classes.join(" "));let Pe=0;for(const[nn,sn]of B.entries())xt.type===sn&&(Pe=nn%w.numberSectionStyles);let Ee="";return xt.active&&(xt.crit?Ee="activeCritText"+Pe:Ee="activeText"+Pe),xt.done?xt.crit?Ee=Ee+" doneCritText"+Pe:Ee=Ee+" doneText"+Pe:xt.crit&&(Ee=Ee+" critText"+Pe),xt.milestone&&(Ee+=" milestoneText"),Ot>Be-Gt?Be+Ot+1.5*w.leftPadding>Nt?vn+" taskTextOutsideLeft taskTextOutside"+Pe+" "+Ee:vn+" taskTextOutsideRight taskTextOutside"+Pe+" "+Ee+" width-"+Ot:vn+" taskText taskText"+Pe+" "+Ee+" width-"+Ot}),Re().securityLevel==="sandbox"){let xt;xt=xr("#i"+a);const Gt=xt.nodes()[0].contentDocument;Ct.filter(function(Be){return Ft[Be.id]!==void 0}).each(function(Be){var Ot=Gt.querySelector("#"+Be.id),vn=Gt.querySelector("#"+Be.id+"-text");const Pe=Ot.parentNode;var Ee=Gt.createElement("a");Ee.setAttribute("xlink:href",Ft[Be.id]),Ee.setAttribute("target","_top"),Pe.appendChild(Ee),Ee.appendChild(Ot),Ee.appendChild(vn)})}}function pt(bt,Z,ft,Y,Et,V,Nt,Dt){if(Nt.length===0&&Dt.length===0)return;let jt,Ct;for(const{startTime:Ot,endTime:vn}of V)(jt===void 0||Ot<jt)&&(jt=Ot),(Ct===void 0||vn>Ct)&&(Ct=vn);if(!jt||!Ct)return;if(Q0(Ct).diff(Q0(jt),"year")>5){Wt.warn("The difference between the min and max time is more than 5 years. This will cause performance issues. Skipping drawing exclude days.");return}const Ft=g.db.getDateFormat(),_t=[];let xt=null,Gt=Q0(jt);for(;Gt.valueOf()<=Ct;)g.db.isInvalidDate(Gt,Ft,Nt,Dt)?xt?xt.end=Gt:xt={start:Gt,end:Gt}:xt&&(_t.push(xt),xt=null),Gt=Gt.add(1,"d");q.append("g").selectAll("rect").data(_t).enter().append("rect").attr("id",function(Ot){return"exclude-"+Ot.start.format("YYYY-MM-DD")}).attr("x",function(Ot){return X(Ot.start)+ft}).attr("y",w.gridLineStartPadding).attr("width",function(Ot){const vn=Ot.end.add(1,"day");return X(vn)-X(Ot.start)}).attr("height",Et-Z-w.gridLineStartPadding).attr("transform-origin",function(Ot,vn){return(X(Ot.start)+ft+.5*(X(Ot.end)-X(Ot.start))).toString()+"px "+(vn*bt+.5*Et).toString()+"px"}).attr("class","exclude-range")}function yt(bt,Z,ft,Y){let Et=T9e(X).tickSize(-Y+Z+w.gridLineStartPadding).tickFormat(_W(g.db.getAxisFormat()||w.axisFormat||"%Y-%m-%d"));const Nt=/^([1-9]\d*)(millisecond|second|minute|hour|day|week|month)$/.exec(g.db.getTickInterval()||w.tickInterval);if(Nt!==null){const Dt=Nt[1],jt=Nt[2],Ct=g.db.getWeekday()||w.weekday;switch(jt){case"millisecond":Et.ticks(NL.every(Dt));break;case"second":Et.ticks(u8.every(Dt));break;case"minute":Et.ticks(eF.every(Dt));break;case"hour":Et.ticks(nF.every(Dt));break;case"day":Et.ticks(s9.every(Dt));break;case"week":Et.ticks(Lzt[Ct].every(Dt));break;case"month":Et.ticks(sF.every(Dt));break}}if(q.append("g").attr("class","grid").attr("transform","translate("+bt+", "+(Y-50)+")").call(Et).selectAll("text").style("text-anchor","middle").attr("fill","#000").attr("stroke","none").attr("font-size",10).attr("dy","1em"),g.db.topAxisEnabled()||w.topAxis){let Dt=E9e(X).tickSize(-Y+Z+w.gridLineStartPadding).tickFormat(_W(g.db.getAxisFormat()||w.axisFormat||"%Y-%m-%d"));if(Nt!==null){const jt=Nt[1],Ct=Nt[2],Ft=g.db.getWeekday()||w.weekday;switch(Ct){case"millisecond":Dt.ticks(NL.every(jt));break;case"second":Dt.ticks(u8.every(jt));break;case"minute":Dt.ticks(eF.every(jt));break;case"hour":Dt.ticks(nF.every(jt));break;case"day":Dt.ticks(s9.every(jt));break;case"week":Dt.ticks(Lzt[Ft].every(jt));break;case"month":Dt.ticks(sF.every(jt));break}}q.append("g").attr("class","grid").attr("transform","translate("+bt+", "+Z+")").call(Dt).selectAll("text").style("text-anchor","middle").attr("fill","#000").attr("stroke","none").attr("font-size",10)}}function mt(bt,Z){let ft=0;const Y=Object.keys(F).map(Et=>[Et,F[Et]]);q.append("g").selectAll("text").data(Y).enter().append(function(Et){const V=Et[0].split(ei.lineBreakRegex),Nt=-(V.length-1)/2,Dt=_.createElementNS("http://www.w3.org/2000/svg","text");Dt.setAttribute("dy",Nt+"em");for(const[jt,Ct]of V.entries()){const Ft=_.createElementNS("http://www.w3.org/2000/svg","tspan");Ft.setAttribute("alignment-baseline","central"),Ft.setAttribute("x","10"),jt>0&&Ft.setAttribute("dy","1em"),Ft.textContent=Ct,Dt.appendChild(Ft)}return Dt}).attr("x",10).attr("y",function(Et,V){if(V>0)for(let Nt=0;Nt<V;Nt++)return ft+=Y[V-1][1],Et[1]*bt/2+ft*bt+Z;else return Et[1]*bt/2+Z}).attr("font-size",w.sectionFontSize).attr("class",function(Et){for(const[V,Nt]of B.entries())if(Et[0]===Nt)return"sectionTitle sectionTitle"+V%w.numberSectionStyles;return"sectionTitle"})}function gt(bt,Z,ft,Y){const Et=g.db.getTodayMarker();if(Et==="off")return;const V=q.append("g").attr("class","today"),Nt=new Date,Dt=V.append("line");Dt.attr("x1",X(Nt)+bt).attr("x2",X(Nt)+bt).attr("y1",w.titleTopMargin).attr("y2",Y-w.titleTopMargin).attr("class","today"),Et!==""&&Dt.attr("style",Et.replace(/,/g,";"))}function ht(bt){const Z={},ft=[];for(let Y=0,Et=bt.length;Y<Et;++Y)Object.prototype.hasOwnProperty.call(Z,bt[Y])||(Z[bt[Y]]=!0,ft.push(bt[Y]));return ft}}},styles:i=>`
+ .mermaid-main-font {
+ font-family: var(--mermaid-font-family, "trebuchet ms", verdana, arial, sans-serif);
+ }
+
+ .exclude-range {
+ fill: ${i.excludeBkgColor};
+ }
+
+ .section {
+ stroke: none;
+ opacity: 0.2;
+ }
+
+ .section0 {
+ fill: ${i.sectionBkgColor};
+ }
+
+ .section2 {
+ fill: ${i.sectionBkgColor2};
+ }
+
+ .section1,
+ .section3 {
+ fill: ${i.altSectionBkgColor};
+ opacity: 0.2;
+ }
+
+ .sectionTitle0 {
+ fill: ${i.titleColor};
+ }
+
+ .sectionTitle1 {
+ fill: ${i.titleColor};
+ }
+
+ .sectionTitle2 {
+ fill: ${i.titleColor};
+ }
+
+ .sectionTitle3 {
+ fill: ${i.titleColor};
+ }
+
+ .sectionTitle {
+ text-anchor: start;
+ font-family: var(--mermaid-font-family, "trebuchet ms", verdana, arial, sans-serif);
+ }
+
+
+ /* Grid and axis */
+
+ .grid .tick {
+ stroke: ${i.gridColor};
+ opacity: 0.8;
+ shape-rendering: crispEdges;
+ }
+
+ .grid .tick text {
+ font-family: ${i.fontFamily};
+ fill: ${i.textColor};
+ }
+
+ .grid path {
+ stroke-width: 0;
+ }
+
+
+ /* Today line */
+
+ .today {
+ fill: none;
+ stroke: ${i.todayLineColor};
+ stroke-width: 2px;
+ }
+
+
+ /* Task styling */
+
+ /* Default task */
+
+ .task {
+ stroke-width: 2;
+ }
+
+ .taskText {
+ text-anchor: middle;
+ font-family: var(--mermaid-font-family, "trebuchet ms", verdana, arial, sans-serif);
+ }
+
+ .taskTextOutsideRight {
+ fill: ${i.taskTextDarkColor};
+ text-anchor: start;
+ font-family: var(--mermaid-font-family, "trebuchet ms", verdana, arial, sans-serif);
+ }
+
+ .taskTextOutsideLeft {
+ fill: ${i.taskTextDarkColor};
+ text-anchor: end;
+ }
+
+
+ /* Special case clickable */
+
+ .task.clickable {
+ cursor: pointer;
+ }
+
+ .taskText.clickable {
+ cursor: pointer;
+ fill: ${i.taskTextClickableColor} !important;
+ font-weight: bold;
+ }
+
+ .taskTextOutsideLeft.clickable {
+ cursor: pointer;
+ fill: ${i.taskTextClickableColor} !important;
+ font-weight: bold;
+ }
+
+ .taskTextOutsideRight.clickable {
+ cursor: pointer;
+ fill: ${i.taskTextClickableColor} !important;
+ font-weight: bold;
+ }
+
+
+ /* Specific task settings for the sections*/
+
+ .taskText0,
+ .taskText1,
+ .taskText2,
+ .taskText3 {
+ fill: ${i.taskTextColor};
+ }
+
+ .task0,
+ .task1,
+ .task2,
+ .task3 {
+ fill: ${i.taskBkgColor};
+ stroke: ${i.taskBorderColor};
+ }
+
+ .taskTextOutside0,
+ .taskTextOutside2
+ {
+ fill: ${i.taskTextOutsideColor};
+ }
+
+ .taskTextOutside1,
+ .taskTextOutside3 {
+ fill: ${i.taskTextOutsideColor};
+ }
+
+
+ /* Active task */
+
+ .active0,
+ .active1,
+ .active2,
+ .active3 {
+ fill: ${i.activeTaskBkgColor};
+ stroke: ${i.activeTaskBorderColor};
+ }
+
+ .activeText0,
+ .activeText1,
+ .activeText2,
+ .activeText3 {
+ fill: ${i.taskTextDarkColor} !important;
+ }
+
+
+ /* Completed task */
+
+ .done0,
+ .done1,
+ .done2,
+ .done3 {
+ stroke: ${i.doneTaskBorderColor};
+ fill: ${i.doneTaskBkgColor};
+ stroke-width: 2;
+ }
+
+ .doneText0,
+ .doneText1,
+ .doneText2,
+ .doneText3 {
+ fill: ${i.taskTextDarkColor} !important;
+ }
+
+
+ /* Tasks on the critical line */
+
+ .crit0,
+ .crit1,
+ .crit2,
+ .crit3 {
+ stroke: ${i.critBorderColor};
+ fill: ${i.critBkgColor};
+ stroke-width: 2;
+ }
+
+ .activeCrit0,
+ .activeCrit1,
+ .activeCrit2,
+ .activeCrit3 {
+ stroke: ${i.critBorderColor};
+ fill: ${i.activeTaskBkgColor};
+ stroke-width: 2;
+ }
+
+ .doneCrit0,
+ .doneCrit1,
+ .doneCrit2,
+ .doneCrit3 {
+ stroke: ${i.critBorderColor};
+ fill: ${i.doneTaskBkgColor};
+ stroke-width: 2;
+ cursor: pointer;
+ shape-rendering: crispEdges;
+ }
+
+ .milestone {
+ transform: rotate(45deg) scale(0.8,0.8);
+ }
+
+ .milestoneText {
+ font-style: italic;
+ }
+ .doneCritText0,
+ .doneCritText1,
+ .doneCritText2,
+ .doneCritText3 {
+ fill: ${i.taskTextDarkColor} !important;
+ }
+
+ .activeCritText0,
+ .activeCritText1,
+ .activeCritText2,
+ .activeCritText3 {
+ fill: ${i.taskTextDarkColor} !important;
+ }
+
+ .titleText {
+ text-anchor: middle;
+ font-size: 18px;
+ fill: ${i.titleColor||i.textColor};
+ font-family: var(--mermaid-font-family, "trebuchet ms", verdana, arial, sans-serif);
+ }
+`}},Symbol.toStringTag,{value:"Module"}));var lbt=function(){var i=function(v,b,E,_){for(E=E||{},_=v.length;_--;E[v[_]]=b);return E},a=[6,9,10],f={trace:function(){},yy:{},symbols_:{error:2,start:3,info:4,document:5,EOF:6,line:7,statement:8,NL:9,showInfo:10,$accept:0,$end:1},terminals_:{2:"error",4:"info",6:"EOF",9:"NL",10:"showInfo"},productions_:[0,[3,3],[5,0],[5,2],[7,1],[7,1],[8,1]],performAction:function(b,E,_,S,I,B,F){switch(B.length-1,I){case 1:return S;case 4:break;case 6:S.setInfo(!0);break}},table:[{3:1,4:[1,2]},{1:[3]},i(a,[2,2],{5:3}),{6:[1,4],7:5,8:6,9:[1,7],10:[1,8]},{1:[2,1]},i(a,[2,3]),i(a,[2,4]),i(a,[2,5]),i(a,[2,6])],defaultActions:{4:[2,1]},parseError:function(b,E){if(E.recoverable)this.trace(b);else{var _=new Error(b);throw _.hash=E,_}},parse:function(b){var E=this,_=[0],S=[],I=[null],B=[],F=this.table,R="",q=0,X=0,rt=2,at=1,ut=B.slice.call(arguments,1),pt=Object.create(this.lexer),yt={yy:{}};for(var mt in this.yy)Object.prototype.hasOwnProperty.call(this.yy,mt)&&(yt.yy[mt]=this.yy[mt]);pt.setInput(b,yt.yy),yt.yy.lexer=pt,yt.yy.parser=this,typeof pt.yylloc>"u"&&(pt.yylloc={});var gt=pt.yylloc;B.push(gt);var ht=pt.options&&pt.options.ranges;typeof yt.yy.parseError=="function"?this.parseError=yt.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function bt(){var _t;return _t=S.pop()||pt.lex()||at,typeof _t!="number"&&(_t instanceof Array&&(S=_t,_t=S.pop()),_t=E.symbols_[_t]||_t),_t}for(var Z,ft,Y,Et,V={},Nt,Dt,jt,Ct;;){if(ft=_[_.length-1],this.defaultActions[ft]?Y=this.defaultActions[ft]:((Z===null||typeof Z>"u")&&(Z=bt()),Y=F[ft]&&F[ft][Z]),typeof Y>"u"||!Y.length||!Y[0]){var Ft="";Ct=[];for(Nt in F[ft])this.terminals_[Nt]&&Nt>rt&&Ct.push("'"+this.terminals_[Nt]+"'");pt.showPosition?Ft="Parse error on line "+(q+1)+`:
+`+pt.showPosition()+`
+Expecting `+Ct.join(", ")+", got '"+(this.terminals_[Z]||Z)+"'":Ft="Parse error on line "+(q+1)+": Unexpected "+(Z==at?"end of input":"'"+(this.terminals_[Z]||Z)+"'"),this.parseError(Ft,{text:pt.match,token:this.terminals_[Z]||Z,line:pt.yylineno,loc:gt,expected:Ct})}if(Y[0]instanceof Array&&Y.length>1)throw new Error("Parse Error: multiple actions possible at state: "+ft+", token: "+Z);switch(Y[0]){case 1:_.push(Z),I.push(pt.yytext),B.push(pt.yylloc),_.push(Y[1]),Z=null,X=pt.yyleng,R=pt.yytext,q=pt.yylineno,gt=pt.yylloc;break;case 2:if(Dt=this.productions_[Y[1]][1],V.$=I[I.length-Dt],V._$={first_line:B[B.length-(Dt||1)].first_line,last_line:B[B.length-1].last_line,first_column:B[B.length-(Dt||1)].first_column,last_column:B[B.length-1].last_column},ht&&(V._$.range=[B[B.length-(Dt||1)].range[0],B[B.length-1].range[1]]),Et=this.performAction.apply(V,[R,X,q,yt.yy,Y[1],I,B].concat(ut)),typeof Et<"u")return Et;Dt&&(_=_.slice(0,-1*Dt*2),I=I.slice(0,-1*Dt),B=B.slice(0,-1*Dt)),_.push(this.productions_[Y[1]][0]),I.push(V.$),B.push(V._$),jt=F[_[_.length-2]][_[_.length-1]],_.push(jt);break;case 3:return!0}}return!0}},g=function(){var v={EOF:1,parseError:function(E,_){if(this.yy.parser)this.yy.parser.parseError(E,_);else throw new Error(E)},setInput:function(b,E){return this.yy=E||this.yy||{},this._input=b,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var b=this._input[0];this.yytext+=b,this.yyleng++,this.offset++,this.match+=b,this.matched+=b;var E=b.match(/(?:\r\n?|\n).*/g);return E?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),b},unput:function(b){var E=b.length,_=b.split(/(?:\r\n?|\n)/g);this._input=b+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-E),this.offset-=E;var S=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),_.length-1&&(this.yylineno-=_.length-1);var I=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:_?(_.length===S.length?this.yylloc.first_column:0)+S[S.length-_.length].length-_[0].length:this.yylloc.first_column-E},this.options.ranges&&(this.yylloc.range=[I[0],I[0]+this.yyleng-E]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(b){this.unput(this.match.slice(b))},pastInput:function(){var b=this.matched.substr(0,this.matched.length-this.match.length);return(b.length>20?"...":"")+b.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var b=this.match;return b.length<20&&(b+=this._input.substr(0,20-b.length)),(b.substr(0,20)+(b.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var b=this.pastInput(),E=new Array(b.length+1).join("-");return b+this.upcomingInput()+`
+`+E+"^"},test_match:function(b,E){var _,S,I;if(this.options.backtrack_lexer&&(I={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(I.yylloc.range=this.yylloc.range.slice(0))),S=b[0].match(/(?:\r\n?|\n).*/g),S&&(this.yylineno+=S.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:S?S[S.length-1].length-S[S.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+b[0].length},this.yytext+=b[0],this.match+=b[0],this.matches=b,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(b[0].length),this.matched+=b[0],_=this.performAction.call(this,this.yy,this,E,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),_)return _;if(this._backtrack){for(var B in I)this[B]=I[B];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var b,E,_,S;this._more||(this.yytext="",this.match="");for(var I=this._currentRules(),B=0;B<I.length;B++)if(_=this._input.match(this.rules[I[B]]),_&&(!E||_[0].length>E[0].length)){if(E=_,S=B,this.options.backtrack_lexer){if(b=this.test_match(_,I[B]),b!==!1)return b;if(this._backtrack){E=!1;continue}else return!1}else if(!this.options.flex)break}return E?(b=this.test_match(E,I[S]),b!==!1?b:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var E=this.next();return E||this.lex()},begin:function(E){this.conditionStack.push(E)},popState:function(){var E=this.conditionStack.length-1;return E>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(E){return E=this.conditionStack.length-1-Math.abs(E||0),E>=0?this.conditionStack[E]:"INITIAL"},pushState:function(E){this.begin(E)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(E,_,S,I){switch(S){case 0:return 4;case 1:return 9;case 2:return"space";case 3:return 10;case 4:return 6;case 5:return"TXT"}},rules:[/^(?:info\b)/i,/^(?:[\s\n\r]+)/i,/^(?:[\s]+)/i,/^(?:showInfo\b)/i,/^(?:$)/i,/^(?:.)/i],conditions:{INITIAL:{rules:[0,1,2,3,4,5],inclusive:!0}}};return v}();f.lexer=g;function w(){this.yy={}}return w.prototype=f,f.Parser=w,new w}();lbt.parser=lbt;const FYe=lbt,Mzt={info:!1};let hbt=Mzt.info;const BYe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:FYe,db:{clear:()=>{hbt=Mzt.info},setInfo:i=>{hbt=i},getInfo:()=>hbt},renderer:{draw:(i,a,f)=>{Wt.debug(`rendering info diagram
+`+i);const g=wY(a);Kg(g,100,400,!0),g.append("g").append("text").attr("x",100).attr("y",40).attr("class","version").attr("font-size",32).style("text-anchor","middle").text(`v${f}`)}}}},Symbol.toStringTag,{value:"Module"}));var fbt=function(){var i=function(pt,yt,mt,gt){for(mt=mt||{},gt=pt.length;gt--;mt[pt[gt]]=yt);return mt},a=[1,3],f=[1,4],g=[1,5],w=[1,6],v=[1,10,12,14,16,18,19,20,21,22],b=[2,4],E=[1,5,10,12,14,16,18,19,20,21,22],_=[20,21,22],S=[2,7],I=[1,12],B=[1,13],F=[1,14],R=[1,15],q=[1,16],X=[1,17],rt={trace:function(){},yy:{},symbols_:{error:2,start:3,eol:4,PIE:5,document:6,showData:7,line:8,statement:9,txt:10,value:11,title:12,title_value:13,acc_title:14,acc_title_value:15,acc_descr:16,acc_descr_value:17,acc_descr_multiline_value:18,section:19,NEWLINE:20,";":21,EOF:22,$accept:0,$end:1},terminals_:{2:"error",5:"PIE",7:"showData",10:"txt",11:"value",12:"title",13:"title_value",14:"acc_title",15:"acc_title_value",16:"acc_descr",17:"acc_descr_value",18:"acc_descr_multiline_value",19:"section",20:"NEWLINE",21:";",22:"EOF"},productions_:[0,[3,2],[3,2],[3,3],[6,0],[6,2],[8,2],[9,0],[9,2],[9,2],[9,2],[9,2],[9,1],[9,1],[4,1],[4,1],[4,1]],performAction:function(yt,mt,gt,ht,bt,Z,ft){var Y=Z.length-1;switch(bt){case 3:ht.setShowData(!0);break;case 6:this.$=Z[Y-1];break;case 8:ht.addSection(Z[Y-1],ht.cleanupValue(Z[Y]));break;case 9:this.$=Z[Y].trim(),ht.setDiagramTitle(this.$);break;case 10:this.$=Z[Y].trim(),ht.setAccTitle(this.$);break;case 11:case 12:this.$=Z[Y].trim(),ht.setAccDescription(this.$);break;case 13:ht.addSection(Z[Y].substr(8)),this.$=Z[Y].substr(8);break}},table:[{3:1,4:2,5:a,20:f,21:g,22:w},{1:[3]},{3:7,4:2,5:a,20:f,21:g,22:w},i(v,b,{6:8,7:[1,9]}),i(E,[2,14]),i(E,[2,15]),i(E,[2,16]),{1:[2,1]},i(_,S,{8:10,9:11,1:[2,2],10:I,12:B,14:F,16:R,18:q,19:X}),i(v,b,{6:18}),i(v,[2,5]),{4:19,20:f,21:g,22:w},{11:[1,20]},{13:[1,21]},{15:[1,22]},{17:[1,23]},i(_,[2,12]),i(_,[2,13]),i(_,S,{8:10,9:11,1:[2,3],10:I,12:B,14:F,16:R,18:q,19:X}),i(v,[2,6]),i(_,[2,8]),i(_,[2,9]),i(_,[2,10]),i(_,[2,11])],defaultActions:{7:[2,1]},parseError:function(yt,mt){if(mt.recoverable)this.trace(yt);else{var gt=new Error(yt);throw gt.hash=mt,gt}},parse:function(yt){var mt=this,gt=[0],ht=[],bt=[null],Z=[],ft=this.table,Y="",Et=0,V=0,Nt=2,Dt=1,jt=Z.slice.call(arguments,1),Ct=Object.create(this.lexer),Ft={yy:{}};for(var _t in this.yy)Object.prototype.hasOwnProperty.call(this.yy,_t)&&(Ft.yy[_t]=this.yy[_t]);Ct.setInput(yt,Ft.yy),Ft.yy.lexer=Ct,Ft.yy.parser=this,typeof Ct.yylloc>"u"&&(Ct.yylloc={});var xt=Ct.yylloc;Z.push(xt);var Gt=Ct.options&&Ct.options.ranges;typeof Ft.yy.parseError=="function"?this.parseError=Ft.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function Be(){var Se;return Se=ht.pop()||Ct.lex()||Dt,typeof Se!="number"&&(Se instanceof Array&&(ht=Se,Se=ht.pop()),Se=mt.symbols_[Se]||Se),Se}for(var Ot,vn,Pe,Ee,nn={},sn,me,Fe,Qt;;){if(vn=gt[gt.length-1],this.defaultActions[vn]?Pe=this.defaultActions[vn]:((Ot===null||typeof Ot>"u")&&(Ot=Be()),Pe=ft[vn]&&ft[vn][Ot]),typeof Pe>"u"||!Pe.length||!Pe[0]){var Ae="";Qt=[];for(sn in ft[vn])this.terminals_[sn]&&sn>Nt&&Qt.push("'"+this.terminals_[sn]+"'");Ct.showPosition?Ae="Parse error on line "+(Et+1)+`:
+`+Ct.showPosition()+`
+Expecting `+Qt.join(", ")+", got '"+(this.terminals_[Ot]||Ot)+"'":Ae="Parse error on line "+(Et+1)+": Unexpected "+(Ot==Dt?"end of input":"'"+(this.terminals_[Ot]||Ot)+"'"),this.parseError(Ae,{text:Ct.match,token:this.terminals_[Ot]||Ot,line:Ct.yylineno,loc:xt,expected:Qt})}if(Pe[0]instanceof Array&&Pe.length>1)throw new Error("Parse Error: multiple actions possible at state: "+vn+", token: "+Ot);switch(Pe[0]){case 1:gt.push(Ot),bt.push(Ct.yytext),Z.push(Ct.yylloc),gt.push(Pe[1]),Ot=null,V=Ct.yyleng,Y=Ct.yytext,Et=Ct.yylineno,xt=Ct.yylloc;break;case 2:if(me=this.productions_[Pe[1]][1],nn.$=bt[bt.length-me],nn._$={first_line:Z[Z.length-(me||1)].first_line,last_line:Z[Z.length-1].last_line,first_column:Z[Z.length-(me||1)].first_column,last_column:Z[Z.length-1].last_column},Gt&&(nn._$.range=[Z[Z.length-(me||1)].range[0],Z[Z.length-1].range[1]]),Ee=this.performAction.apply(nn,[Y,V,Et,Ft.yy,Pe[1],bt,Z].concat(jt)),typeof Ee<"u")return Ee;me&&(gt=gt.slice(0,-1*me*2),bt=bt.slice(0,-1*me),Z=Z.slice(0,-1*me)),gt.push(this.productions_[Pe[1]][0]),bt.push(nn.$),Z.push(nn._$),Fe=ft[gt[gt.length-2]][gt[gt.length-1]],gt.push(Fe);break;case 3:return!0}}return!0}},at=function(){var pt={EOF:1,parseError:function(mt,gt){if(this.yy.parser)this.yy.parser.parseError(mt,gt);else throw new Error(mt)},setInput:function(yt,mt){return this.yy=mt||this.yy||{},this._input=yt,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var yt=this._input[0];this.yytext+=yt,this.yyleng++,this.offset++,this.match+=yt,this.matched+=yt;var mt=yt.match(/(?:\r\n?|\n).*/g);return mt?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),yt},unput:function(yt){var mt=yt.length,gt=yt.split(/(?:\r\n?|\n)/g);this._input=yt+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-mt),this.offset-=mt;var ht=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),gt.length-1&&(this.yylineno-=gt.length-1);var bt=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:gt?(gt.length===ht.length?this.yylloc.first_column:0)+ht[ht.length-gt.length].length-gt[0].length:this.yylloc.first_column-mt},this.options.ranges&&(this.yylloc.range=[bt[0],bt[0]+this.yyleng-mt]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(yt){this.unput(this.match.slice(yt))},pastInput:function(){var yt=this.matched.substr(0,this.matched.length-this.match.length);return(yt.length>20?"...":"")+yt.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var yt=this.match;return yt.length<20&&(yt+=this._input.substr(0,20-yt.length)),(yt.substr(0,20)+(yt.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var yt=this.pastInput(),mt=new Array(yt.length+1).join("-");return yt+this.upcomingInput()+`
+`+mt+"^"},test_match:function(yt,mt){var gt,ht,bt;if(this.options.backtrack_lexer&&(bt={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(bt.yylloc.range=this.yylloc.range.slice(0))),ht=yt[0].match(/(?:\r\n?|\n).*/g),ht&&(this.yylineno+=ht.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:ht?ht[ht.length-1].length-ht[ht.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+yt[0].length},this.yytext+=yt[0],this.match+=yt[0],this.matches=yt,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(yt[0].length),this.matched+=yt[0],gt=this.performAction.call(this,this.yy,this,mt,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),gt)return gt;if(this._backtrack){for(var Z in bt)this[Z]=bt[Z];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var yt,mt,gt,ht;this._more||(this.yytext="",this.match="");for(var bt=this._currentRules(),Z=0;Z<bt.length;Z++)if(gt=this._input.match(this.rules[bt[Z]]),gt&&(!mt||gt[0].length>mt[0].length)){if(mt=gt,ht=Z,this.options.backtrack_lexer){if(yt=this.test_match(gt,bt[Z]),yt!==!1)return yt;if(this._backtrack){mt=!1;continue}else return!1}else if(!this.options.flex)break}return mt?(yt=this.test_match(mt,bt[ht]),yt!==!1?yt:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var mt=this.next();return mt||this.lex()},begin:function(mt){this.conditionStack.push(mt)},popState:function(){var mt=this.conditionStack.length-1;return mt>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(mt){return mt=this.conditionStack.length-1-Math.abs(mt||0),mt>=0?this.conditionStack[mt]:"INITIAL"},pushState:function(mt){this.begin(mt)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(mt,gt,ht,bt){switch(ht){case 0:break;case 1:break;case 2:return 20;case 3:break;case 4:break;case 5:return this.begin("title"),12;case 6:return this.popState(),"title_value";case 7:return this.begin("acc_title"),14;case 8:return this.popState(),"acc_title_value";case 9:return this.begin("acc_descr"),16;case 10:return this.popState(),"acc_descr_value";case 11:this.begin("acc_descr_multiline");break;case 12:this.popState();break;case 13:return"acc_descr_multiline_value";case 14:this.begin("string");break;case 15:this.popState();break;case 16:return"txt";case 17:return 5;case 18:return 7;case 19:return"value";case 20:return 22}},rules:[/^(?:%%(?!\{)[^\n]*)/i,/^(?:[^\}]%%[^\n]*)/i,/^(?:[\n\r]+)/i,/^(?:%%[^\n]*)/i,/^(?:[\s]+)/i,/^(?:title\b)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:pie\b)/i,/^(?:showData\b)/i,/^(?::[\s]*[\d]+(?:\.[\d]+)?)/i,/^(?:$)/i],conditions:{acc_descr_multiline:{rules:[12,13],inclusive:!1},acc_descr:{rules:[10],inclusive:!1},acc_title:{rules:[8],inclusive:!1},title:{rules:[6],inclusive:!1},string:{rules:[15,16],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,7,9,11,14,17,18,19,20],inclusive:!0}}};return pt}();rt.lexer=at;function ut(){this.yy={}}return ut.prototype=rt,rt.Parser=ut,new ut}();fbt.parser=fbt;const RYe=fbt,Dzt=yf.pie,cX={sections:{},showData:!1,config:Dzt};let uX=cX.sections,dbt=cX.showData;const jYe=structuredClone(Dzt),$Ye={getConfig:()=>structuredClone(jYe),clear:()=>{uX=structuredClone(cX.sections),dbt=cX.showData,Wg()},setDiagramTitle:y2,getDiagramTitle:Jg,setAccTitle:ng,getAccTitle:Yg,setAccDescription:Xg,getAccDescription:Qg,addSection:(i,a)=>{i=Ed(i,Re()),uX[i]===void 0&&(uX[i]=a,Wt.debug(`added new section: ${i}, with value: ${a}`))},getSections:()=>uX,cleanupValue:i=>(i.substring(0,1)===":"&&(i=i.substring(1).trim()),Number(i.trim())),setShowData:i=>{dbt=i},getShowData:()=>dbt},zYe=i=>`
+ .pieCircle{
+ stroke: ${i.pieStrokeColor};
+ stroke-width : ${i.pieStrokeWidth};
+ opacity : ${i.pieOpacity};
+ }
+ .pieOuterCircle{
+ stroke: ${i.pieOuterStrokeColor};
+ stroke-width: ${i.pieOuterStrokeWidth};
+ fill: none;
+ }
+ .pieTitleText {
+ text-anchor: middle;
+ font-size: ${i.pieTitleTextSize};
+ fill: ${i.pieTitleTextColor};
+ font-family: ${i.fontFamily};
+ }
+ .slice {
+ font-family: ${i.fontFamily};
+ fill: ${i.pieSectionTextColor};
+ font-size:${i.pieSectionTextSize};
+ // fill: white;
+ }
+ .legend text {
+ fill: ${i.pieLegendTextColor};
+ font-family: ${i.fontFamily};
+ font-size: ${i.pieLegendTextSize};
+ }
+`,qYe=i=>{const a=Object.entries(i).map(g=>({label:g[0],value:g[1]})).sort((g,w)=>w.value-g.value);return WLe().value(g=>g.value)(a)},HYe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:RYe,db:$Ye,renderer:{draw:(i,a,f,g)=>{Wt.debug(`rendering pie chart
+`+i);const w=g.db,v=Re(),b=TF(w.getConfig(),v.pie),E=40,_=18,S=4,I=450,B=I,F=wY(a),R=F.append("g"),q=w.getSections();R.attr("transform","translate("+B/2+","+I/2+")");const{themeVariables:X}=v;let[rt]=QL(X.pieOuterStrokeWidth);rt??(rt=2);const at=b.textPosition,ut=Math.min(B,I)/2-E,pt=jL().innerRadius(0).outerRadius(ut),yt=jL().innerRadius(ut*at).outerRadius(ut*at);R.append("circle").attr("cx",0).attr("cy",0).attr("r",ut+rt/2).attr("class","pieOuterCircle");const mt=qYe(q),gt=[X.pie1,X.pie2,X.pie3,X.pie4,X.pie5,X.pie6,X.pie7,X.pie8,X.pie9,X.pie10,X.pie11,X.pie12],ht=TW(gt);R.selectAll("mySlices").data(mt).enter().append("path").attr("d",pt).attr("fill",Et=>ht(Et.data.label)).attr("class","pieCircle");let bt=0;Object.keys(q).forEach(Et=>{bt+=q[Et]}),R.selectAll("mySlices").data(mt).enter().append("text").text(Et=>(Et.data.value/bt*100).toFixed(0)+"%").attr("transform",Et=>"translate("+yt.centroid(Et)+")").style("text-anchor","middle").attr("class","slice"),R.append("text").text(w.getDiagramTitle()).attr("x",0).attr("y",-(I-50)/2).attr("class","pieTitleText");const Z=R.selectAll(".legend").data(ht.domain()).enter().append("g").attr("class","legend").attr("transform",(Et,V)=>{const Nt=_+S,Dt=Nt*ht.domain().length/2,jt=12*_,Ct=V*Nt-Dt;return"translate("+jt+","+Ct+")"});Z.append("rect").attr("width",_).attr("height",_).style("fill",ht).style("stroke",ht),Z.data(mt).append("text").attr("x",_+S).attr("y",_-S).text(Et=>{const{label:V,value:Nt}=Et.data;return w.getShowData()?`${V} [${Nt}]`:V});const ft=Math.max(...Z.selectAll("text").nodes().map(Et=>(Et==null?void 0:Et.getBoundingClientRect().width)??0)),Y=B+E+_+S+ft;F.attr("viewBox",`0 0 ${Y} ${I}`),Kg(F,I,Y,b.useMaxWidth)}},styles:zYe}},Symbol.toStringTag,{value:"Module"}));var gbt=function(){var i=function(Pe,Ee,nn,sn){for(nn=nn||{},sn=Pe.length;sn--;nn[Pe[sn]]=Ee);return nn},a=[1,3],f=[1,4],g=[1,5],w=[1,6],v=[1,7],b=[1,5,13,15,17,19,20,25,27,28,29,30,31,32,33,34,37,38,40,41,42,43,44,45,46,47,48,49,50],E=[1,5,6,13,15,17,19,20,25,27,28,29,30,31,32,33,34,37,38,40,41,42,43,44,45,46,47,48,49,50],_=[32,33,34],S=[2,7],I=[1,13],B=[1,17],F=[1,18],R=[1,19],q=[1,20],X=[1,21],rt=[1,22],at=[1,23],ut=[1,24],pt=[1,25],yt=[1,26],mt=[1,27],gt=[1,30],ht=[1,31],bt=[1,32],Z=[1,33],ft=[1,34],Y=[1,35],Et=[1,36],V=[1,37],Nt=[1,38],Dt=[1,39],jt=[1,40],Ct=[1,41],Ft=[1,42],_t=[1,57],xt=[1,58],Gt=[5,22,26,32,33,34,40,41,42,43,44,45,46,47,48,49,50,51],Be={trace:function(){},yy:{},symbols_:{error:2,start:3,eol:4,SPACE:5,QUADRANT:6,document:7,line:8,statement:9,axisDetails:10,quadrantDetails:11,points:12,title:13,title_value:14,acc_title:15,acc_title_value:16,acc_descr:17,acc_descr_value:18,acc_descr_multiline_value:19,section:20,text:21,point_start:22,point_x:23,point_y:24,"X-AXIS":25,"AXIS-TEXT-DELIMITER":26,"Y-AXIS":27,QUADRANT_1:28,QUADRANT_2:29,QUADRANT_3:30,QUADRANT_4:31,NEWLINE:32,SEMI:33,EOF:34,alphaNumToken:35,textNoTagsToken:36,STR:37,MD_STR:38,alphaNum:39,PUNCTUATION:40,AMP:41,NUM:42,ALPHA:43,COMMA:44,PLUS:45,EQUALS:46,MULT:47,DOT:48,BRKT:49,UNDERSCORE:50,MINUS:51,$accept:0,$end:1},terminals_:{2:"error",5:"SPACE",6:"QUADRANT",13:"title",14:"title_value",15:"acc_title",16:"acc_title_value",17:"acc_descr",18:"acc_descr_value",19:"acc_descr_multiline_value",20:"section",22:"point_start",23:"point_x",24:"point_y",25:"X-AXIS",26:"AXIS-TEXT-DELIMITER",27:"Y-AXIS",28:"QUADRANT_1",29:"QUADRANT_2",30:"QUADRANT_3",31:"QUADRANT_4",32:"NEWLINE",33:"SEMI",34:"EOF",37:"STR",38:"MD_STR",40:"PUNCTUATION",41:"AMP",42:"NUM",43:"ALPHA",44:"COMMA",45:"PLUS",46:"EQUALS",47:"MULT",48:"DOT",49:"BRKT",50:"UNDERSCORE",51:"MINUS"},productions_:[0,[3,2],[3,2],[3,2],[7,0],[7,2],[8,2],[9,0],[9,2],[9,1],[9,1],[9,1],[9,2],[9,2],[9,2],[9,1],[9,1],[12,4],[10,4],[10,3],[10,2],[10,4],[10,3],[10,2],[11,2],[11,2],[11,2],[11,2],[4,1],[4,1],[4,1],[21,1],[21,2],[21,1],[21,1],[39,1],[39,2],[35,1],[35,1],[35,1],[35,1],[35,1],[35,1],[35,1],[35,1],[35,1],[35,1],[35,1],[36,1],[36,1],[36,1]],performAction:function(Ee,nn,sn,me,Fe,Qt,Ae){var Se=Qt.length-1;switch(Fe){case 12:this.$=Qt[Se].trim(),me.setDiagramTitle(this.$);break;case 13:this.$=Qt[Se].trim(),me.setAccTitle(this.$);break;case 14:case 15:this.$=Qt[Se].trim(),me.setAccDescription(this.$);break;case 16:me.addSection(Qt[Se].substr(8)),this.$=Qt[Se].substr(8);break;case 17:me.addPoint(Qt[Se-3],Qt[Se-1],Qt[Se]);break;case 18:me.setXAxisLeftText(Qt[Se-2]),me.setXAxisRightText(Qt[Se]);break;case 19:Qt[Se-1].text+=" ⟶ ",me.setXAxisLeftText(Qt[Se-1]);break;case 20:me.setXAxisLeftText(Qt[Se]);break;case 21:me.setYAxisBottomText(Qt[Se-2]),me.setYAxisTopText(Qt[Se]);break;case 22:Qt[Se-1].text+=" ⟶ ",me.setYAxisBottomText(Qt[Se-1]);break;case 23:me.setYAxisBottomText(Qt[Se]);break;case 24:me.setQuadrant1Text(Qt[Se]);break;case 25:me.setQuadrant2Text(Qt[Se]);break;case 26:me.setQuadrant3Text(Qt[Se]);break;case 27:me.setQuadrant4Text(Qt[Se]);break;case 31:this.$={text:Qt[Se],type:"text"};break;case 32:this.$={text:Qt[Se-1].text+""+Qt[Se],type:Qt[Se-1].type};break;case 33:this.$={text:Qt[Se],type:"text"};break;case 34:this.$={text:Qt[Se],type:"markdown"};break;case 35:this.$=Qt[Se];break;case 36:this.$=Qt[Se-1]+""+Qt[Se];break}},table:[{3:1,4:2,5:a,6:f,32:g,33:w,34:v},{1:[3]},{3:8,4:2,5:a,6:f,32:g,33:w,34:v},{3:9,4:2,5:a,6:f,32:g,33:w,34:v},i(b,[2,4],{7:10}),i(E,[2,28]),i(E,[2,29]),i(E,[2,30]),{1:[2,1]},{1:[2,2]},i(_,S,{8:11,9:12,10:14,11:15,12:16,21:28,35:29,1:[2,3],5:I,13:B,15:F,17:R,19:q,20:X,25:rt,27:at,28:ut,29:pt,30:yt,31:mt,37:gt,38:ht,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft}),i(b,[2,5]),{4:43,32:g,33:w,34:v},i(_,S,{10:14,11:15,12:16,21:28,35:29,9:44,5:I,13:B,15:F,17:R,19:q,20:X,25:rt,27:at,28:ut,29:pt,30:yt,31:mt,37:gt,38:ht,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft}),i(_,[2,9]),i(_,[2,10]),i(_,[2,11]),{14:[1,45]},{16:[1,46]},{18:[1,47]},i(_,[2,15]),i(_,[2,16]),{21:48,35:29,37:gt,38:ht,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft},{21:49,35:29,37:gt,38:ht,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft},{21:50,35:29,37:gt,38:ht,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft},{21:51,35:29,37:gt,38:ht,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft},{21:52,35:29,37:gt,38:ht,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft},{21:53,35:29,37:gt,38:ht,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft},{5:_t,22:[1,54],35:56,36:55,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft,51:xt},i(Gt,[2,31]),i(Gt,[2,33]),i(Gt,[2,34]),i(Gt,[2,37]),i(Gt,[2,38]),i(Gt,[2,39]),i(Gt,[2,40]),i(Gt,[2,41]),i(Gt,[2,42]),i(Gt,[2,43]),i(Gt,[2,44]),i(Gt,[2,45]),i(Gt,[2,46]),i(Gt,[2,47]),i(b,[2,6]),i(_,[2,8]),i(_,[2,12]),i(_,[2,13]),i(_,[2,14]),i(_,[2,20],{36:55,35:56,5:_t,26:[1,59],40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft,51:xt}),i(_,[2,23],{36:55,35:56,5:_t,26:[1,60],40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft,51:xt}),i(_,[2,24],{36:55,35:56,5:_t,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft,51:xt}),i(_,[2,25],{36:55,35:56,5:_t,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft,51:xt}),i(_,[2,26],{36:55,35:56,5:_t,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft,51:xt}),i(_,[2,27],{36:55,35:56,5:_t,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft,51:xt}),{23:[1,61]},i(Gt,[2,32]),i(Gt,[2,48]),i(Gt,[2,49]),i(Gt,[2,50]),i(_,[2,19],{35:29,21:62,37:gt,38:ht,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft}),i(_,[2,22],{35:29,21:63,37:gt,38:ht,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft}),{24:[1,64]},i(_,[2,18],{36:55,35:56,5:_t,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft,51:xt}),i(_,[2,21],{36:55,35:56,5:_t,40:bt,41:Z,42:ft,43:Y,44:Et,45:V,46:Nt,47:Dt,48:jt,49:Ct,50:Ft,51:xt}),i(_,[2,17])],defaultActions:{8:[2,1],9:[2,2]},parseError:function(Ee,nn){if(nn.recoverable)this.trace(Ee);else{var sn=new Error(Ee);throw sn.hash=nn,sn}},parse:function(Ee){var nn=this,sn=[0],me=[],Fe=[null],Qt=[],Ae=this.table,Se="",Dn=0,oe=0,Pr=2,we=1,Ri=Qt.slice.call(arguments,1),yi=Object.create(this.lexer),da={yy:{}};for(var Ss in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Ss)&&(da.yy[Ss]=this.yy[Ss]);yi.setInput(Ee,da.yy),da.yy.lexer=yi,da.yy.parser=this,typeof yi.yylloc>"u"&&(yi.yylloc={});var Ra=yi.yylloc;Qt.push(Ra);var fr=yi.options&&yi.options.ranges;typeof da.yy.parseError=="function"?this.parseError=da.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function An(){var ma;return ma=me.pop()||yi.lex()||we,typeof ma!="number"&&(ma instanceof Array&&(me=ma,ma=me.pop()),ma=nn.symbols_[ma]||ma),ma}for(var Pn,Bn,Te,be,Qe={},rn,yn,ja,mo;;){if(Bn=sn[sn.length-1],this.defaultActions[Bn]?Te=this.defaultActions[Bn]:((Pn===null||typeof Pn>"u")&&(Pn=An()),Te=Ae[Bn]&&Ae[Bn][Pn]),typeof Te>"u"||!Te.length||!Te[0]){var vo="";mo=[];for(rn in Ae[Bn])this.terminals_[rn]&&rn>Pr&&mo.push("'"+this.terminals_[rn]+"'");yi.showPosition?vo="Parse error on line "+(Dn+1)+`:
+`+yi.showPosition()+`
+Expecting `+mo.join(", ")+", got '"+(this.terminals_[Pn]||Pn)+"'":vo="Parse error on line "+(Dn+1)+": Unexpected "+(Pn==we?"end of input":"'"+(this.terminals_[Pn]||Pn)+"'"),this.parseError(vo,{text:yi.match,token:this.terminals_[Pn]||Pn,line:yi.yylineno,loc:Ra,expected:mo})}if(Te[0]instanceof Array&&Te.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Bn+", token: "+Pn);switch(Te[0]){case 1:sn.push(Pn),Fe.push(yi.yytext),Qt.push(yi.yylloc),sn.push(Te[1]),Pn=null,oe=yi.yyleng,Se=yi.yytext,Dn=yi.yylineno,Ra=yi.yylloc;break;case 2:if(yn=this.productions_[Te[1]][1],Qe.$=Fe[Fe.length-yn],Qe._$={first_line:Qt[Qt.length-(yn||1)].first_line,last_line:Qt[Qt.length-1].last_line,first_column:Qt[Qt.length-(yn||1)].first_column,last_column:Qt[Qt.length-1].last_column},fr&&(Qe._$.range=[Qt[Qt.length-(yn||1)].range[0],Qt[Qt.length-1].range[1]]),be=this.performAction.apply(Qe,[Se,oe,Dn,da.yy,Te[1],Fe,Qt].concat(Ri)),typeof be<"u")return be;yn&&(sn=sn.slice(0,-1*yn*2),Fe=Fe.slice(0,-1*yn),Qt=Qt.slice(0,-1*yn)),sn.push(this.productions_[Te[1]][0]),Fe.push(Qe.$),Qt.push(Qe._$),ja=Ae[sn[sn.length-2]][sn[sn.length-1]],sn.push(ja);break;case 3:return!0}}return!0}},Ot=function(){var Pe={EOF:1,parseError:function(nn,sn){if(this.yy.parser)this.yy.parser.parseError(nn,sn);else throw new Error(nn)},setInput:function(Ee,nn){return this.yy=nn||this.yy||{},this._input=Ee,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var Ee=this._input[0];this.yytext+=Ee,this.yyleng++,this.offset++,this.match+=Ee,this.matched+=Ee;var nn=Ee.match(/(?:\r\n?|\n).*/g);return nn?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),Ee},unput:function(Ee){var nn=Ee.length,sn=Ee.split(/(?:\r\n?|\n)/g);this._input=Ee+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-nn),this.offset-=nn;var me=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),sn.length-1&&(this.yylineno-=sn.length-1);var Fe=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:sn?(sn.length===me.length?this.yylloc.first_column:0)+me[me.length-sn.length].length-sn[0].length:this.yylloc.first_column-nn},this.options.ranges&&(this.yylloc.range=[Fe[0],Fe[0]+this.yyleng-nn]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(Ee){this.unput(this.match.slice(Ee))},pastInput:function(){var Ee=this.matched.substr(0,this.matched.length-this.match.length);return(Ee.length>20?"...":"")+Ee.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var Ee=this.match;return Ee.length<20&&(Ee+=this._input.substr(0,20-Ee.length)),(Ee.substr(0,20)+(Ee.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var Ee=this.pastInput(),nn=new Array(Ee.length+1).join("-");return Ee+this.upcomingInput()+`
+`+nn+"^"},test_match:function(Ee,nn){var sn,me,Fe;if(this.options.backtrack_lexer&&(Fe={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(Fe.yylloc.range=this.yylloc.range.slice(0))),me=Ee[0].match(/(?:\r\n?|\n).*/g),me&&(this.yylineno+=me.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:me?me[me.length-1].length-me[me.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+Ee[0].length},this.yytext+=Ee[0],this.match+=Ee[0],this.matches=Ee,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(Ee[0].length),this.matched+=Ee[0],sn=this.performAction.call(this,this.yy,this,nn,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),sn)return sn;if(this._backtrack){for(var Qt in Fe)this[Qt]=Fe[Qt];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var Ee,nn,sn,me;this._more||(this.yytext="",this.match="");for(var Fe=this._currentRules(),Qt=0;Qt<Fe.length;Qt++)if(sn=this._input.match(this.rules[Fe[Qt]]),sn&&(!nn||sn[0].length>nn[0].length)){if(nn=sn,me=Qt,this.options.backtrack_lexer){if(Ee=this.test_match(sn,Fe[Qt]),Ee!==!1)return Ee;if(this._backtrack){nn=!1;continue}else return!1}else if(!this.options.flex)break}return nn?(Ee=this.test_match(nn,Fe[me]),Ee!==!1?Ee:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var nn=this.next();return nn||this.lex()},begin:function(nn){this.conditionStack.push(nn)},popState:function(){var nn=this.conditionStack.length-1;return nn>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(nn){return nn=this.conditionStack.length-1-Math.abs(nn||0),nn>=0?this.conditionStack[nn]:"INITIAL"},pushState:function(nn){this.begin(nn)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(nn,sn,me,Fe){switch(me){case 0:break;case 1:break;case 2:return 32;case 3:break;case 4:return this.begin("title"),13;case 5:return this.popState(),"title_value";case 6:return this.begin("acc_title"),15;case 7:return this.popState(),"acc_title_value";case 8:return this.begin("acc_descr"),17;case 9:return this.popState(),"acc_descr_value";case 10:this.begin("acc_descr_multiline");break;case 11:this.popState();break;case 12:return"acc_descr_multiline_value";case 13:return 25;case 14:return 27;case 15:return 26;case 16:return 28;case 17:return 29;case 18:return 30;case 19:return 31;case 20:this.begin("md_string");break;case 21:return"MD_STR";case 22:this.popState();break;case 23:this.begin("string");break;case 24:this.popState();break;case 25:return"STR";case 26:return this.begin("point_start"),22;case 27:return this.begin("point_x"),23;case 28:this.popState();break;case 29:this.popState(),this.begin("point_y");break;case 30:return this.popState(),24;case 31:return 6;case 32:return 43;case 33:return"COLON";case 34:return 45;case 35:return 44;case 36:return 46;case 37:return 46;case 38:return 47;case 39:return 49;case 40:return 50;case 41:return 48;case 42:return 41;case 43:return 51;case 44:return 42;case 45:return 5;case 46:return 33;case 47:return 40;case 48:return 34}},rules:[/^(?:%%(?!\{)[^\n]*)/i,/^(?:[^\}]%%[^\n]*)/i,/^(?:[\n\r]+)/i,/^(?:%%[^\n]*)/i,/^(?:title\b)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?: *x-axis *)/i,/^(?: *y-axis *)/i,/^(?: *--+> *)/i,/^(?: *quadrant-1 *)/i,/^(?: *quadrant-2 *)/i,/^(?: *quadrant-3 *)/i,/^(?: *quadrant-4 *)/i,/^(?:["][`])/i,/^(?:[^`"]+)/i,/^(?:[`]["])/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:\s*:\s*\[\s*)/i,/^(?:(1)|(0(.\d+)?))/i,/^(?:\s*\] *)/i,/^(?:\s*,\s*)/i,/^(?:(1)|(0(.\d+)?))/i,/^(?: *quadrantChart *)/i,/^(?:[A-Za-z]+)/i,/^(?::)/i,/^(?:\+)/i,/^(?:,)/i,/^(?:=)/i,/^(?:=)/i,/^(?:\*)/i,/^(?:#)/i,/^(?:[\_])/i,/^(?:\.)/i,/^(?:&)/i,/^(?:-)/i,/^(?:[0-9]+)/i,/^(?:\s)/i,/^(?:;)/i,/^(?:[!"#$%&'*+,-.`?\\_/])/i,/^(?:$)/i],conditions:{point_y:{rules:[30],inclusive:!1},point_x:{rules:[29],inclusive:!1},point_start:{rules:[27,28],inclusive:!1},acc_descr_multiline:{rules:[11,12],inclusive:!1},acc_descr:{rules:[9],inclusive:!1},acc_title:{rules:[7],inclusive:!1},title:{rules:[5],inclusive:!1},md_string:{rules:[21,22],inclusive:!1},string:{rules:[24,25],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,6,8,10,13,14,15,16,17,18,19,20,23,26,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48],inclusive:!0}}};return Pe}();Be.lexer=Ot;function vn(){this.yy={}}return vn.prototype=Be,Be.Parser=vn,new vn}();gbt.parser=gbt;const VYe=gbt,np=sgt();class UYe{constructor(){this.config=this.getDefaultConfig(),this.themeConfig=this.getDefaultThemeConfig(),this.data=this.getDefaultData()}getDefaultData(){return{titleText:"",quadrant1Text:"",quadrant2Text:"",quadrant3Text:"",quadrant4Text:"",xAxisLeftText:"",xAxisRightText:"",yAxisBottomText:"",yAxisTopText:"",points:[]}}getDefaultConfig(){var a,f,g,w,v,b,E,_,S,I,B,F,R,q,X,rt,at,ut;return{showXAxis:!0,showYAxis:!0,showTitle:!0,chartHeight:((a=yf.quadrantChart)==null?void 0:a.chartWidth)||500,chartWidth:((f=yf.quadrantChart)==null?void 0:f.chartHeight)||500,titlePadding:((g=yf.quadrantChart)==null?void 0:g.titlePadding)||10,titleFontSize:((w=yf.quadrantChart)==null?void 0:w.titleFontSize)||20,quadrantPadding:((v=yf.quadrantChart)==null?void 0:v.quadrantPadding)||5,xAxisLabelPadding:((b=yf.quadrantChart)==null?void 0:b.xAxisLabelPadding)||5,yAxisLabelPadding:((E=yf.quadrantChart)==null?void 0:E.yAxisLabelPadding)||5,xAxisLabelFontSize:((_=yf.quadrantChart)==null?void 0:_.xAxisLabelFontSize)||16,yAxisLabelFontSize:((S=yf.quadrantChart)==null?void 0:S.yAxisLabelFontSize)||16,quadrantLabelFontSize:((I=yf.quadrantChart)==null?void 0:I.quadrantLabelFontSize)||16,quadrantTextTopPadding:((B=yf.quadrantChart)==null?void 0:B.quadrantTextTopPadding)||5,pointTextPadding:((F=yf.quadrantChart)==null?void 0:F.pointTextPadding)||5,pointLabelFontSize:((R=yf.quadrantChart)==null?void 0:R.pointLabelFontSize)||12,pointRadius:((q=yf.quadrantChart)==null?void 0:q.pointRadius)||5,xAxisPosition:((X=yf.quadrantChart)==null?void 0:X.xAxisPosition)||"top",yAxisPosition:((rt=yf.quadrantChart)==null?void 0:rt.yAxisPosition)||"left",quadrantInternalBorderStrokeWidth:((at=yf.quadrantChart)==null?void 0:at.quadrantInternalBorderStrokeWidth)||1,quadrantExternalBorderStrokeWidth:((ut=yf.quadrantChart)==null?void 0:ut.quadrantExternalBorderStrokeWidth)||2}}getDefaultThemeConfig(){return{quadrant1Fill:np.quadrant1Fill,quadrant2Fill:np.quadrant2Fill,quadrant3Fill:np.quadrant3Fill,quadrant4Fill:np.quadrant4Fill,quadrant1TextFill:np.quadrant1TextFill,quadrant2TextFill:np.quadrant2TextFill,quadrant3TextFill:np.quadrant3TextFill,quadrant4TextFill:np.quadrant4TextFill,quadrantPointFill:np.quadrantPointFill,quadrantPointTextFill:np.quadrantPointTextFill,quadrantXAxisTextFill:np.quadrantXAxisTextFill,quadrantYAxisTextFill:np.quadrantYAxisTextFill,quadrantTitleFill:np.quadrantTitleFill,quadrantInternalBorderStrokeFill:np.quadrantInternalBorderStrokeFill,quadrantExternalBorderStrokeFill:np.quadrantExternalBorderStrokeFill}}clear(){this.config=this.getDefaultConfig(),this.themeConfig=this.getDefaultThemeConfig(),this.data=this.getDefaultData(),Wt.info("clear called")}setData(a){this.data={...this.data,...a}}addPoints(a){this.data.points=[...a,...this.data.points]}setConfig(a){Wt.trace("setConfig called with: ",a),this.config={...this.config,...a}}setThemeConfig(a){Wt.trace("setThemeConfig called with: ",a),this.themeConfig={...this.themeConfig,...a}}calculateSpace(a,f,g,w){const v=this.config.xAxisLabelPadding*2+this.config.xAxisLabelFontSize,b={top:a==="top"&&f?v:0,bottom:a==="bottom"&&f?v:0},E=this.config.yAxisLabelPadding*2+this.config.yAxisLabelFontSize,_={left:this.config.yAxisPosition==="left"&&g?E:0,right:this.config.yAxisPosition==="right"&&g?E:0},S=this.config.titleFontSize+this.config.titlePadding*2,I={top:w?S:0},B=this.config.quadrantPadding+_.left,F=this.config.quadrantPadding+b.top+I.top,R=this.config.chartWidth-this.config.quadrantPadding*2-_.left-_.right,q=this.config.chartHeight-this.config.quadrantPadding*2-b.top-b.bottom-I.top,X=R/2,rt=q/2;return{xAxisSpace:b,yAxisSpace:_,titleSpace:I,quadrantSpace:{quadrantLeft:B,quadrantTop:F,quadrantWidth:R,quadrantHalfWidth:X,quadrantHeight:q,quadrantHalfHeight:rt}}}getAxisLabels(a,f,g,w){const{quadrantSpace:v,titleSpace:b}=w,{quadrantHalfHeight:E,quadrantHeight:_,quadrantLeft:S,quadrantHalfWidth:I,quadrantTop:B,quadrantWidth:F}=v,R=!!this.data.xAxisRightText,q=!!this.data.yAxisTopText,X=[];return this.data.xAxisLeftText&&f&&X.push({text:this.data.xAxisLeftText,fill:this.themeConfig.quadrantXAxisTextFill,x:S+(R?I/2:0),y:a==="top"?this.config.xAxisLabelPadding+b.top:this.config.xAxisLabelPadding+B+_+this.config.quadrantPadding,fontSize:this.config.xAxisLabelFontSize,verticalPos:R?"center":"left",horizontalPos:"top",rotation:0}),this.data.xAxisRightText&&f&&X.push({text:this.data.xAxisRightText,fill:this.themeConfig.quadrantXAxisTextFill,x:S+I+(R?I/2:0),y:a==="top"?this.config.xAxisLabelPadding+b.top:this.config.xAxisLabelPadding+B+_+this.config.quadrantPadding,fontSize:this.config.xAxisLabelFontSize,verticalPos:R?"center":"left",horizontalPos:"top",rotation:0}),this.data.yAxisBottomText&&g&&X.push({text:this.data.yAxisBottomText,fill:this.themeConfig.quadrantYAxisTextFill,x:this.config.yAxisPosition==="left"?this.config.yAxisLabelPadding:this.config.yAxisLabelPadding+S+F+this.config.quadrantPadding,y:B+_-(q?E/2:0),fontSize:this.config.yAxisLabelFontSize,verticalPos:q?"center":"left",horizontalPos:"top",rotation:-90}),this.data.yAxisTopText&&g&&X.push({text:this.data.yAxisTopText,fill:this.themeConfig.quadrantYAxisTextFill,x:this.config.yAxisPosition==="left"?this.config.yAxisLabelPadding:this.config.yAxisLabelPadding+S+F+this.config.quadrantPadding,y:B+E-(q?E/2:0),fontSize:this.config.yAxisLabelFontSize,verticalPos:q?"center":"left",horizontalPos:"top",rotation:-90}),X}getQuadrants(a){const{quadrantSpace:f}=a,{quadrantHalfHeight:g,quadrantLeft:w,quadrantHalfWidth:v,quadrantTop:b}=f,E=[{text:{text:this.data.quadrant1Text,fill:this.themeConfig.quadrant1TextFill,x:0,y:0,fontSize:this.config.quadrantLabelFontSize,verticalPos:"center",horizontalPos:"middle",rotation:0},x:w+v,y:b,width:v,height:g,fill:this.themeConfig.quadrant1Fill},{text:{text:this.data.quadrant2Text,fill:this.themeConfig.quadrant2TextFill,x:0,y:0,fontSize:this.config.quadrantLabelFontSize,verticalPos:"center",horizontalPos:"middle",rotation:0},x:w,y:b,width:v,height:g,fill:this.themeConfig.quadrant2Fill},{text:{text:this.data.quadrant3Text,fill:this.themeConfig.quadrant3TextFill,x:0,y:0,fontSize:this.config.quadrantLabelFontSize,verticalPos:"center",horizontalPos:"middle",rotation:0},x:w,y:b+g,width:v,height:g,fill:this.themeConfig.quadrant3Fill},{text:{text:this.data.quadrant4Text,fill:this.themeConfig.quadrant4TextFill,x:0,y:0,fontSize:this.config.quadrantLabelFontSize,verticalPos:"center",horizontalPos:"middle",rotation:0},x:w+v,y:b+g,width:v,height:g,fill:this.themeConfig.quadrant4Fill}];for(const _ of E)_.text.x=_.x+_.width/2,this.data.points.length===0?(_.text.y=_.y+_.height/2,_.text.horizontalPos="middle"):(_.text.y=_.y+this.config.quadrantTextTopPadding,_.text.horizontalPos="top");return E}getQuadrantPoints(a){const{quadrantSpace:f}=a,{quadrantHeight:g,quadrantLeft:w,quadrantTop:v,quadrantWidth:b}=f,E=PL().domain([0,1]).range([w,b+w]),_=PL().domain([0,1]).range([g+v,v]);return this.data.points.map(I=>({x:E(I.x),y:_(I.y),fill:this.themeConfig.quadrantPointFill,radius:this.config.pointRadius,text:{text:I.text,fill:this.themeConfig.quadrantPointTextFill,x:E(I.x),y:_(I.y)+this.config.pointTextPadding,verticalPos:"center",horizontalPos:"top",fontSize:this.config.pointLabelFontSize,rotation:0}}))}getBorders(a){const f=this.config.quadrantExternalBorderStrokeWidth/2,{quadrantSpace:g}=a,{quadrantHalfHeight:w,quadrantHeight:v,quadrantLeft:b,quadrantHalfWidth:E,quadrantTop:_,quadrantWidth:S}=g;return[{strokeFill:this.themeConfig.quadrantExternalBorderStrokeFill,strokeWidth:this.config.quadrantExternalBorderStrokeWidth,x1:b-f,y1:_,x2:b+S+f,y2:_},{strokeFill:this.themeConfig.quadrantExternalBorderStrokeFill,strokeWidth:this.config.quadrantExternalBorderStrokeWidth,x1:b+S,y1:_+f,x2:b+S,y2:_+v-f},{strokeFill:this.themeConfig.quadrantExternalBorderStrokeFill,strokeWidth:this.config.quadrantExternalBorderStrokeWidth,x1:b-f,y1:_+v,x2:b+S+f,y2:_+v},{strokeFill:this.themeConfig.quadrantExternalBorderStrokeFill,strokeWidth:this.config.quadrantExternalBorderStrokeWidth,x1:b,y1:_+f,x2:b,y2:_+v-f},{strokeFill:this.themeConfig.quadrantInternalBorderStrokeFill,strokeWidth:this.config.quadrantInternalBorderStrokeWidth,x1:b+E,y1:_+f,x2:b+E,y2:_+v-f},{strokeFill:this.themeConfig.quadrantInternalBorderStrokeFill,strokeWidth:this.config.quadrantInternalBorderStrokeWidth,x1:b+f,y1:_+w,x2:b+S-f,y2:_+w}]}getTitle(a){if(a)return{text:this.data.titleText,fill:this.themeConfig.quadrantTitleFill,fontSize:this.config.titleFontSize,horizontalPos:"top",verticalPos:"center",rotation:0,y:this.config.titlePadding,x:this.config.chartWidth/2}}build(){const a=this.config.showXAxis&&!!(this.data.xAxisLeftText||this.data.xAxisRightText),f=this.config.showYAxis&&!!(this.data.yAxisTopText||this.data.yAxisBottomText),g=this.config.showTitle&&!!this.data.titleText,w=this.data.points.length>0?"bottom":this.config.xAxisPosition,v=this.calculateSpace(w,a,f,g);return{points:this.getQuadrantPoints(v),quadrants:this.getQuadrants(v),axisLabels:this.getAxisLabels(w,a,f,v),borderLines:this.getBorders(v),title:this.getTitle(g)}}}const GYe=Re();function jx(i){return Ed(i.trim(),GYe)}const ig=new UYe;function KYe(i){ig.setData({quadrant1Text:jx(i.text)})}function WYe(i){ig.setData({quadrant2Text:jx(i.text)})}function YYe(i){ig.setData({quadrant3Text:jx(i.text)})}function XYe(i){ig.setData({quadrant4Text:jx(i.text)})}function QYe(i){ig.setData({xAxisLeftText:jx(i.text)})}function JYe(i){ig.setData({xAxisRightText:jx(i.text)})}function ZYe(i){ig.setData({yAxisTopText:jx(i.text)})}function tXe(i){ig.setData({yAxisBottomText:jx(i.text)})}function eXe(i,a,f){ig.addPoints([{x:a,y:f,text:jx(i.text)}])}function nXe(i){ig.setConfig({chartWidth:i})}function rXe(i){ig.setConfig({chartHeight:i})}function iXe(){const i=Re(),{themeVariables:a,quadrantChart:f}=i;return f&&ig.setConfig(f),ig.setThemeConfig({quadrant1Fill:a.quadrant1Fill,quadrant2Fill:a.quadrant2Fill,quadrant3Fill:a.quadrant3Fill,quadrant4Fill:a.quadrant4Fill,quadrant1TextFill:a.quadrant1TextFill,quadrant2TextFill:a.quadrant2TextFill,quadrant3TextFill:a.quadrant3TextFill,quadrant4TextFill:a.quadrant4TextFill,quadrantPointFill:a.quadrantPointFill,quadrantPointTextFill:a.quadrantPointTextFill,quadrantXAxisTextFill:a.quadrantXAxisTextFill,quadrantYAxisTextFill:a.quadrantYAxisTextFill,quadrantExternalBorderStrokeFill:a.quadrantExternalBorderStrokeFill,quadrantInternalBorderStrokeFill:a.quadrantInternalBorderStrokeFill,quadrantTitleFill:a.quadrantTitleFill}),ig.setData({titleText:Jg()}),ig.build()}const sXe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:VYe,db:{setWidth:nXe,setHeight:rXe,setQuadrant1Text:KYe,setQuadrant2Text:WYe,setQuadrant3Text:YYe,setQuadrant4Text:XYe,setXAxisLeftText:QYe,setXAxisRightText:JYe,setYAxisTopText:ZYe,setYAxisBottomText:tXe,addPoint:eXe,getQuadrantData:iXe,clear:function(){ig.clear(),Wg()},setAccTitle:ng,getAccTitle:Yg,setDiagramTitle:y2,getDiagramTitle:Jg,getAccDescription:Qg,setAccDescription:Xg},renderer:{draw:(i,a,f,g)=>{var bt,Z,ft;function w(Y){return Y==="top"?"hanging":"middle"}function v(Y){return Y==="left"?"start":"middle"}function b(Y){return`translate(${Y.x}, ${Y.y}) rotate(${Y.rotation||0})`}const E=Re();Wt.debug(`Rendering quadrant chart
+`+i);const _=E.securityLevel;let S;_==="sandbox"&&(S=xr("#i"+a));const B=xr(_==="sandbox"?S.nodes()[0].contentDocument.body:"body").select(`[id="${a}"]`),F=B.append("g").attr("class","main"),R=((bt=E.quadrantChart)==null?void 0:bt.chartWidth)||500,q=((Z=E.quadrantChart)==null?void 0:Z.chartHeight)||500;Kg(B,q,R,((ft=E.quadrantChart)==null?void 0:ft.useMaxWidth)||!0),B.attr("viewBox","0 0 "+R+" "+q),g.db.setHeight(q),g.db.setWidth(R);const X=g.db.getQuadrantData(),rt=F.append("g").attr("class","quadrants"),at=F.append("g").attr("class","border"),ut=F.append("g").attr("class","data-points"),pt=F.append("g").attr("class","labels"),yt=F.append("g").attr("class","title");X.title&&yt.append("text").attr("x",0).attr("y",0).attr("fill",X.title.fill).attr("font-size",X.title.fontSize).attr("dominant-baseline",w(X.title.horizontalPos)).attr("text-anchor",v(X.title.verticalPos)).attr("transform",b(X.title)).text(X.title.text),X.borderLines&&at.selectAll("line").data(X.borderLines).enter().append("line").attr("x1",Y=>Y.x1).attr("y1",Y=>Y.y1).attr("x2",Y=>Y.x2).attr("y2",Y=>Y.y2).style("stroke",Y=>Y.strokeFill).style("stroke-width",Y=>Y.strokeWidth);const mt=rt.selectAll("g.quadrant").data(X.quadrants).enter().append("g").attr("class","quadrant");mt.append("rect").attr("x",Y=>Y.x).attr("y",Y=>Y.y).attr("width",Y=>Y.width).attr("height",Y=>Y.height).attr("fill",Y=>Y.fill),mt.append("text").attr("x",0).attr("y",0).attr("fill",Y=>Y.text.fill).attr("font-size",Y=>Y.text.fontSize).attr("dominant-baseline",Y=>w(Y.text.horizontalPos)).attr("text-anchor",Y=>v(Y.text.verticalPos)).attr("transform",Y=>b(Y.text)).text(Y=>Y.text.text),pt.selectAll("g.label").data(X.axisLabels).enter().append("g").attr("class","label").append("text").attr("x",0).attr("y",0).text(Y=>Y.text).attr("fill",Y=>Y.fill).attr("font-size",Y=>Y.fontSize).attr("dominant-baseline",Y=>w(Y.horizontalPos)).attr("text-anchor",Y=>v(Y.verticalPos)).attr("transform",Y=>b(Y));const ht=ut.selectAll("g.data-point").data(X.points).enter().append("g").attr("class","data-point");ht.append("circle").attr("cx",Y=>Y.x).attr("cy",Y=>Y.y).attr("r",Y=>Y.radius).attr("fill",Y=>Y.fill),ht.append("text").attr("x",0).attr("y",0).text(Y=>Y.text.text).attr("fill",Y=>Y.text.fill).attr("font-size",Y=>Y.text.fontSize).attr("dominant-baseline",Y=>w(Y.text.horizontalPos)).attr("text-anchor",Y=>v(Y.text.verticalPos)).attr("transform",Y=>b(Y.text))}},styles:()=>""}},Symbol.toStringTag,{value:"Module"}));var pbt=function(){var i=function(Dt,jt,Ct,Ft){for(Ct=Ct||{},Ft=Dt.length;Ft--;Ct[Dt[Ft]]=jt);return Ct},a=[1,10,12,14,16,18,19,21,23],f=[2,6],g=[1,3],w=[1,5],v=[1,6],b=[1,7],E=[1,5,10,12,14,16,18,19,21,23,34,35,36],_=[1,25],S=[1,26],I=[1,28],B=[1,29],F=[1,30],R=[1,31],q=[1,32],X=[1,33],rt=[1,34],at=[1,35],ut=[1,36],pt=[1,37],yt=[1,43],mt=[1,42],gt=[1,47],ht=[1,50],bt=[1,10,12,14,16,18,19,21,23,34,35,36],Z=[1,10,12,14,16,18,19,21,23,24,26,27,28,34,35,36],ft=[1,10,12,14,16,18,19,21,23,24,26,27,28,34,35,36,41,42,43,44,45,46,47,48,49,50],Y=[1,64],Et={trace:function(){},yy:{},symbols_:{error:2,start:3,eol:4,XYCHART:5,chartConfig:6,document:7,CHART_ORIENTATION:8,statement:9,title:10,text:11,X_AXIS:12,parseXAxis:13,Y_AXIS:14,parseYAxis:15,LINE:16,plotData:17,BAR:18,acc_title:19,acc_title_value:20,acc_descr:21,acc_descr_value:22,acc_descr_multiline_value:23,SQUARE_BRACES_START:24,commaSeparatedNumbers:25,SQUARE_BRACES_END:26,NUMBER_WITH_DECIMAL:27,COMMA:28,xAxisData:29,bandData:30,ARROW_DELIMITER:31,commaSeparatedTexts:32,yAxisData:33,NEWLINE:34,SEMI:35,EOF:36,alphaNum:37,STR:38,MD_STR:39,alphaNumToken:40,AMP:41,NUM:42,ALPHA:43,PLUS:44,EQUALS:45,MULT:46,DOT:47,BRKT:48,MINUS:49,UNDERSCORE:50,$accept:0,$end:1},terminals_:{2:"error",5:"XYCHART",8:"CHART_ORIENTATION",10:"title",12:"X_AXIS",14:"Y_AXIS",16:"LINE",18:"BAR",19:"acc_title",20:"acc_title_value",21:"acc_descr",22:"acc_descr_value",23:"acc_descr_multiline_value",24:"SQUARE_BRACES_START",26:"SQUARE_BRACES_END",27:"NUMBER_WITH_DECIMAL",28:"COMMA",31:"ARROW_DELIMITER",34:"NEWLINE",35:"SEMI",36:"EOF",38:"STR",39:"MD_STR",41:"AMP",42:"NUM",43:"ALPHA",44:"PLUS",45:"EQUALS",46:"MULT",47:"DOT",48:"BRKT",49:"MINUS",50:"UNDERSCORE"},productions_:[0,[3,2],[3,3],[3,2],[3,1],[6,1],[7,0],[7,2],[9,2],[9,2],[9,2],[9,2],[9,2],[9,3],[9,2],[9,3],[9,2],[9,2],[9,1],[17,3],[25,3],[25,1],[13,1],[13,2],[13,1],[29,1],[29,3],[30,3],[32,3],[32,1],[15,1],[15,2],[15,1],[33,3],[4,1],[4,1],[4,1],[11,1],[11,1],[11,1],[37,1],[37,2],[40,1],[40,1],[40,1],[40,1],[40,1],[40,1],[40,1],[40,1],[40,1],[40,1]],performAction:function(jt,Ct,Ft,_t,xt,Gt,Be){var Ot=Gt.length-1;switch(xt){case 5:_t.setOrientation(Gt[Ot]);break;case 9:_t.setDiagramTitle(Gt[Ot].text.trim());break;case 12:_t.setLineData({text:"",type:"text"},Gt[Ot]);break;case 13:_t.setLineData(Gt[Ot-1],Gt[Ot]);break;case 14:_t.setBarData({text:"",type:"text"},Gt[Ot]);break;case 15:_t.setBarData(Gt[Ot-1],Gt[Ot]);break;case 16:this.$=Gt[Ot].trim(),_t.setAccTitle(this.$);break;case 17:case 18:this.$=Gt[Ot].trim(),_t.setAccDescription(this.$);break;case 19:this.$=Gt[Ot-1];break;case 20:this.$=[Number(Gt[Ot-2]),...Gt[Ot]];break;case 21:this.$=[Number(Gt[Ot])];break;case 22:_t.setXAxisTitle(Gt[Ot]);break;case 23:_t.setXAxisTitle(Gt[Ot-1]);break;case 24:_t.setXAxisTitle({type:"text",text:""});break;case 25:_t.setXAxisBand(Gt[Ot]);break;case 26:_t.setXAxisRangeData(Number(Gt[Ot-2]),Number(Gt[Ot]));break;case 27:this.$=Gt[Ot-1];break;case 28:this.$=[Gt[Ot-2],...Gt[Ot]];break;case 29:this.$=[Gt[Ot]];break;case 30:_t.setYAxisTitle(Gt[Ot]);break;case 31:_t.setYAxisTitle(Gt[Ot-1]);break;case 32:_t.setYAxisTitle({type:"text",text:""});break;case 33:_t.setYAxisRangeData(Number(Gt[Ot-2]),Number(Gt[Ot]));break;case 37:this.$={text:Gt[Ot],type:"text"};break;case 38:this.$={text:Gt[Ot],type:"text"};break;case 39:this.$={text:Gt[Ot],type:"markdown"};break;case 40:this.$=Gt[Ot];break;case 41:this.$=Gt[Ot-1]+""+Gt[Ot];break}},table:[i(a,f,{3:1,4:2,7:4,5:g,34:w,35:v,36:b}),{1:[3]},i(a,f,{4:2,7:4,3:8,5:g,34:w,35:v,36:b}),i(a,f,{4:2,7:4,6:9,3:10,5:g,8:[1,11],34:w,35:v,36:b}),{1:[2,4],9:12,10:[1,13],12:[1,14],14:[1,15],16:[1,16],18:[1,17],19:[1,18],21:[1,19],23:[1,20]},i(E,[2,34]),i(E,[2,35]),i(E,[2,36]),{1:[2,1]},i(a,f,{4:2,7:4,3:21,5:g,34:w,35:v,36:b}),{1:[2,3]},i(E,[2,5]),i(a,[2,7],{4:22,34:w,35:v,36:b}),{11:23,37:24,38:_,39:S,40:27,41:I,42:B,43:F,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt},{11:39,13:38,24:yt,27:mt,29:40,30:41,37:24,38:_,39:S,40:27,41:I,42:B,43:F,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt},{11:45,15:44,27:gt,33:46,37:24,38:_,39:S,40:27,41:I,42:B,43:F,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt},{11:49,17:48,24:ht,37:24,38:_,39:S,40:27,41:I,42:B,43:F,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt},{11:52,17:51,24:ht,37:24,38:_,39:S,40:27,41:I,42:B,43:F,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt},{20:[1,53]},{22:[1,54]},i(bt,[2,18]),{1:[2,2]},i(bt,[2,8]),i(bt,[2,9]),i(Z,[2,37],{40:55,41:I,42:B,43:F,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt}),i(Z,[2,38]),i(Z,[2,39]),i(ft,[2,40]),i(ft,[2,42]),i(ft,[2,43]),i(ft,[2,44]),i(ft,[2,45]),i(ft,[2,46]),i(ft,[2,47]),i(ft,[2,48]),i(ft,[2,49]),i(ft,[2,50]),i(ft,[2,51]),i(bt,[2,10]),i(bt,[2,22],{30:41,29:56,24:yt,27:mt}),i(bt,[2,24]),i(bt,[2,25]),{31:[1,57]},{11:59,32:58,37:24,38:_,39:S,40:27,41:I,42:B,43:F,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt},i(bt,[2,11]),i(bt,[2,30],{33:60,27:gt}),i(bt,[2,32]),{31:[1,61]},i(bt,[2,12]),{17:62,24:ht},{25:63,27:Y},i(bt,[2,14]),{17:65,24:ht},i(bt,[2,16]),i(bt,[2,17]),i(ft,[2,41]),i(bt,[2,23]),{27:[1,66]},{26:[1,67]},{26:[2,29],28:[1,68]},i(bt,[2,31]),{27:[1,69]},i(bt,[2,13]),{26:[1,70]},{26:[2,21],28:[1,71]},i(bt,[2,15]),i(bt,[2,26]),i(bt,[2,27]),{11:59,32:72,37:24,38:_,39:S,40:27,41:I,42:B,43:F,44:R,45:q,46:X,47:rt,48:at,49:ut,50:pt},i(bt,[2,33]),i(bt,[2,19]),{25:73,27:Y},{26:[2,28]},{26:[2,20]}],defaultActions:{8:[2,1],10:[2,3],21:[2,2],72:[2,28],73:[2,20]},parseError:function(jt,Ct){if(Ct.recoverable)this.trace(jt);else{var Ft=new Error(jt);throw Ft.hash=Ct,Ft}},parse:function(jt){var Ct=this,Ft=[0],_t=[],xt=[null],Gt=[],Be=this.table,Ot="",vn=0,Pe=0,Ee=2,nn=1,sn=Gt.slice.call(arguments,1),me=Object.create(this.lexer),Fe={yy:{}};for(var Qt in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Qt)&&(Fe.yy[Qt]=this.yy[Qt]);me.setInput(jt,Fe.yy),Fe.yy.lexer=me,Fe.yy.parser=this,typeof me.yylloc>"u"&&(me.yylloc={});var Ae=me.yylloc;Gt.push(Ae);var Se=me.options&&me.options.ranges;typeof Fe.yy.parseError=="function"?this.parseError=Fe.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function Dn(){var Pn;return Pn=_t.pop()||me.lex()||nn,typeof Pn!="number"&&(Pn instanceof Array&&(_t=Pn,Pn=_t.pop()),Pn=Ct.symbols_[Pn]||Pn),Pn}for(var oe,Pr,we,Ri,yi={},da,Ss,Ra,fr;;){if(Pr=Ft[Ft.length-1],this.defaultActions[Pr]?we=this.defaultActions[Pr]:((oe===null||typeof oe>"u")&&(oe=Dn()),we=Be[Pr]&&Be[Pr][oe]),typeof we>"u"||!we.length||!we[0]){var An="";fr=[];for(da in Be[Pr])this.terminals_[da]&&da>Ee&&fr.push("'"+this.terminals_[da]+"'");me.showPosition?An="Parse error on line "+(vn+1)+`:
+`+me.showPosition()+`
+Expecting `+fr.join(", ")+", got '"+(this.terminals_[oe]||oe)+"'":An="Parse error on line "+(vn+1)+": Unexpected "+(oe==nn?"end of input":"'"+(this.terminals_[oe]||oe)+"'"),this.parseError(An,{text:me.match,token:this.terminals_[oe]||oe,line:me.yylineno,loc:Ae,expected:fr})}if(we[0]instanceof Array&&we.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Pr+", token: "+oe);switch(we[0]){case 1:Ft.push(oe),xt.push(me.yytext),Gt.push(me.yylloc),Ft.push(we[1]),oe=null,Pe=me.yyleng,Ot=me.yytext,vn=me.yylineno,Ae=me.yylloc;break;case 2:if(Ss=this.productions_[we[1]][1],yi.$=xt[xt.length-Ss],yi._$={first_line:Gt[Gt.length-(Ss||1)].first_line,last_line:Gt[Gt.length-1].last_line,first_column:Gt[Gt.length-(Ss||1)].first_column,last_column:Gt[Gt.length-1].last_column},Se&&(yi._$.range=[Gt[Gt.length-(Ss||1)].range[0],Gt[Gt.length-1].range[1]]),Ri=this.performAction.apply(yi,[Ot,Pe,vn,Fe.yy,we[1],xt,Gt].concat(sn)),typeof Ri<"u")return Ri;Ss&&(Ft=Ft.slice(0,-1*Ss*2),xt=xt.slice(0,-1*Ss),Gt=Gt.slice(0,-1*Ss)),Ft.push(this.productions_[we[1]][0]),xt.push(yi.$),Gt.push(yi._$),Ra=Be[Ft[Ft.length-2]][Ft[Ft.length-1]],Ft.push(Ra);break;case 3:return!0}}return!0}},V=function(){var Dt={EOF:1,parseError:function(Ct,Ft){if(this.yy.parser)this.yy.parser.parseError(Ct,Ft);else throw new Error(Ct)},setInput:function(jt,Ct){return this.yy=Ct||this.yy||{},this._input=jt,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var jt=this._input[0];this.yytext+=jt,this.yyleng++,this.offset++,this.match+=jt,this.matched+=jt;var Ct=jt.match(/(?:\r\n?|\n).*/g);return Ct?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),jt},unput:function(jt){var Ct=jt.length,Ft=jt.split(/(?:\r\n?|\n)/g);this._input=jt+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-Ct),this.offset-=Ct;var _t=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),Ft.length-1&&(this.yylineno-=Ft.length-1);var xt=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:Ft?(Ft.length===_t.length?this.yylloc.first_column:0)+_t[_t.length-Ft.length].length-Ft[0].length:this.yylloc.first_column-Ct},this.options.ranges&&(this.yylloc.range=[xt[0],xt[0]+this.yyleng-Ct]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(jt){this.unput(this.match.slice(jt))},pastInput:function(){var jt=this.matched.substr(0,this.matched.length-this.match.length);return(jt.length>20?"...":"")+jt.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var jt=this.match;return jt.length<20&&(jt+=this._input.substr(0,20-jt.length)),(jt.substr(0,20)+(jt.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var jt=this.pastInput(),Ct=new Array(jt.length+1).join("-");return jt+this.upcomingInput()+`
+`+Ct+"^"},test_match:function(jt,Ct){var Ft,_t,xt;if(this.options.backtrack_lexer&&(xt={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(xt.yylloc.range=this.yylloc.range.slice(0))),_t=jt[0].match(/(?:\r\n?|\n).*/g),_t&&(this.yylineno+=_t.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:_t?_t[_t.length-1].length-_t[_t.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+jt[0].length},this.yytext+=jt[0],this.match+=jt[0],this.matches=jt,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(jt[0].length),this.matched+=jt[0],Ft=this.performAction.call(this,this.yy,this,Ct,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),Ft)return Ft;if(this._backtrack){for(var Gt in xt)this[Gt]=xt[Gt];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var jt,Ct,Ft,_t;this._more||(this.yytext="",this.match="");for(var xt=this._currentRules(),Gt=0;Gt<xt.length;Gt++)if(Ft=this._input.match(this.rules[xt[Gt]]),Ft&&(!Ct||Ft[0].length>Ct[0].length)){if(Ct=Ft,_t=Gt,this.options.backtrack_lexer){if(jt=this.test_match(Ft,xt[Gt]),jt!==!1)return jt;if(this._backtrack){Ct=!1;continue}else return!1}else if(!this.options.flex)break}return Ct?(jt=this.test_match(Ct,xt[_t]),jt!==!1?jt:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var Ct=this.next();return Ct||this.lex()},begin:function(Ct){this.conditionStack.push(Ct)},popState:function(){var Ct=this.conditionStack.length-1;return Ct>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(Ct){return Ct=this.conditionStack.length-1-Math.abs(Ct||0),Ct>=0?this.conditionStack[Ct]:"INITIAL"},pushState:function(Ct){this.begin(Ct)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(Ct,Ft,_t,xt){switch(_t){case 0:break;case 1:break;case 2:return this.popState(),34;case 3:return this.popState(),34;case 4:return 34;case 5:break;case 6:return 10;case 7:return this.pushState("acc_title"),19;case 8:return this.popState(),"acc_title_value";case 9:return this.pushState("acc_descr"),21;case 10:return this.popState(),"acc_descr_value";case 11:this.pushState("acc_descr_multiline");break;case 12:this.popState();break;case 13:return"acc_descr_multiline_value";case 14:return 5;case 15:return 8;case 16:return this.pushState("axis_data"),"X_AXIS";case 17:return this.pushState("axis_data"),"Y_AXIS";case 18:return this.pushState("axis_band_data"),24;case 19:return 31;case 20:return this.pushState("data"),16;case 21:return this.pushState("data"),18;case 22:return this.pushState("data_inner"),24;case 23:return 27;case 24:return this.popState(),26;case 25:this.popState();break;case 26:this.pushState("string");break;case 27:this.popState();break;case 28:return"STR";case 29:return 24;case 30:return 26;case 31:return 43;case 32:return"COLON";case 33:return 44;case 34:return 28;case 35:return 45;case 36:return 46;case 37:return 48;case 38:return 50;case 39:return 47;case 40:return 41;case 41:return 49;case 42:return 42;case 43:break;case 44:return 35;case 45:return 36}},rules:[/^(?:%%(?!\{)[^\n]*)/i,/^(?:[^\}]%%[^\n]*)/i,/^(?:(\r?\n))/i,/^(?:(\r?\n))/i,/^(?:[\n\r]+)/i,/^(?:%%[^\n]*)/i,/^(?:title\b)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:\{)/i,/^(?:[^\}]*)/i,/^(?:xychart-beta\b)/i,/^(?:(?:vertical|horizontal))/i,/^(?:x-axis\b)/i,/^(?:y-axis\b)/i,/^(?:\[)/i,/^(?:-->)/i,/^(?:line\b)/i,/^(?:bar\b)/i,/^(?:\[)/i,/^(?:[+-]?(?:\d+(?:\.\d+)?|\.\d+))/i,/^(?:\])/i,/^(?:(?:`\) \{ this\.pushState\(md_string\); \}\n<md_string>\(\?:\(\?!`"\)\.\)\+ \{ return MD_STR; \}\n<md_string>\(\?:`))/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:\[)/i,/^(?:\])/i,/^(?:[A-Za-z]+)/i,/^(?::)/i,/^(?:\+)/i,/^(?:,)/i,/^(?:=)/i,/^(?:\*)/i,/^(?:#)/i,/^(?:[\_])/i,/^(?:\.)/i,/^(?:&)/i,/^(?:-)/i,/^(?:[0-9]+)/i,/^(?:\s+)/i,/^(?:;)/i,/^(?:$)/i],conditions:{data_inner:{rules:[0,1,4,5,6,7,9,11,14,15,16,17,20,21,23,24,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],inclusive:!0},data:{rules:[0,1,3,4,5,6,7,9,11,14,15,16,17,20,21,22,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],inclusive:!0},axis_band_data:{rules:[0,1,4,5,6,7,9,11,14,15,16,17,20,21,24,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],inclusive:!0},axis_data:{rules:[0,1,2,4,5,6,7,9,11,14,15,16,17,18,19,20,21,23,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],inclusive:!0},acc_descr_multiline:{rules:[12,13],inclusive:!1},acc_descr:{rules:[10],inclusive:!1},acc_title:{rules:[8],inclusive:!1},title:{rules:[],inclusive:!1},md_string:{rules:[],inclusive:!1},string:{rules:[27,28],inclusive:!1},INITIAL:{rules:[0,1,4,5,6,7,9,11,14,15,16,17,20,21,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],inclusive:!0}}};return Dt}();Et.lexer=V;function Nt(){this.yy={}}return Nt.prototype=Et,Et.Parser=Nt,new Nt}();pbt.parser=pbt;const aXe=pbt;function Izt(i){return i.type==="bar"}function Ozt(i){return i.type==="band"}function rB(i){return i.type==="linear"}class Pzt{constructor(a){this.parentGroup=a}getMaxDimension(a,f){if(!this.parentGroup)return{width:a.reduce((v,b)=>Math.max(b.length,v),0)*f,height:f};const g={width:0,height:0},w=this.parentGroup.append("g").attr("visibility","hidden").attr("font-size",f);for(const v of a){const b=oKe(w,1,v),E=b?b.width:v.length*f,_=b?b.height:f;g.width=Math.max(g.width,E),g.height=Math.max(g.height,_)}return w.remove(),g}}const Nzt=.7,Fzt=.2;class Bzt{constructor(a,f,g,w){this.axisConfig=a,this.title=f,this.textDimensionCalculator=g,this.axisThemeConfig=w,this.boundingRect={x:0,y:0,width:0,height:0},this.axisPosition="left",this.showTitle=!1,this.showLabel=!1,this.showTick=!1,this.showAxisLine=!1,this.outerPadding=0,this.titleTextHeight=0,this.labelTextHeight=0,this.range=[0,10],this.boundingRect={x:0,y:0,width:0,height:0},this.axisPosition="left"}setRange(a){this.range=a,this.axisPosition==="left"||this.axisPosition==="right"?this.boundingRect.height=a[1]-a[0]:this.boundingRect.width=a[1]-a[0],this.recalculateScale()}getRange(){return[this.range[0]+this.outerPadding,this.range[1]-this.outerPadding]}setAxisPosition(a){this.axisPosition=a,this.setRange(this.range)}getTickDistance(){const a=this.getRange();return Math.abs(a[0]-a[1])/this.getTickValues().length}getAxisOuterPadding(){return this.outerPadding}getLabelDimension(){return this.textDimensionCalculator.getMaxDimension(this.getTickValues().map(a=>a.toString()),this.axisConfig.labelFontSize)}recalculateOuterPaddingToDrawBar(){Nzt*this.getTickDistance()>this.outerPadding*2&&(this.outerPadding=Math.floor(Nzt*this.getTickDistance()/2)),this.recalculateScale()}calculateSpaceIfDrawnHorizontally(a){let f=a.height;if(this.axisConfig.showAxisLine&&f>this.axisConfig.axisLineWidth&&(f-=this.axisConfig.axisLineWidth,this.showAxisLine=!0),this.axisConfig.showLabel){const g=this.getLabelDimension(),w=Fzt*a.width;this.outerPadding=Math.min(g.width/2,w);const v=g.height+this.axisConfig.labelPadding*2;this.labelTextHeight=g.height,v<=f&&(f-=v,this.showLabel=!0)}if(this.axisConfig.showTick&&f>=this.axisConfig.tickLength&&(this.showTick=!0,f-=this.axisConfig.tickLength),this.axisConfig.showTitle&&this.title){const g=this.textDimensionCalculator.getMaxDimension([this.title],this.axisConfig.titleFontSize),w=g.height+this.axisConfig.titlePadding*2;this.titleTextHeight=g.height,w<=f&&(f-=w,this.showTitle=!0)}this.boundingRect.width=a.width,this.boundingRect.height=a.height-f}calculateSpaceIfDrawnVertical(a){let f=a.width;if(this.axisConfig.showAxisLine&&f>this.axisConfig.axisLineWidth&&(f-=this.axisConfig.axisLineWidth,this.showAxisLine=!0),this.axisConfig.showLabel){const g=this.getLabelDimension(),w=Fzt*a.height;this.outerPadding=Math.min(g.height/2,w);const v=g.width+this.axisConfig.labelPadding*2;v<=f&&(f-=v,this.showLabel=!0)}if(this.axisConfig.showTick&&f>=this.axisConfig.tickLength&&(this.showTick=!0,f-=this.axisConfig.tickLength),this.axisConfig.showTitle&&this.title){const g=this.textDimensionCalculator.getMaxDimension([this.title],this.axisConfig.titleFontSize),w=g.height+this.axisConfig.titlePadding*2;this.titleTextHeight=g.height,w<=f&&(f-=w,this.showTitle=!0)}this.boundingRect.width=a.width-f,this.boundingRect.height=a.height}calculateSpace(a){return this.axisPosition==="left"||this.axisPosition==="right"?this.calculateSpaceIfDrawnVertical(a):this.calculateSpaceIfDrawnHorizontally(a),this.recalculateScale(),{width:this.boundingRect.width,height:this.boundingRect.height}}setBoundingBoxXY(a){this.boundingRect.x=a.x,this.boundingRect.y=a.y}getDrawableElementsForLeftAxis(){const a=[];if(this.showAxisLine){const f=this.boundingRect.x+this.boundingRect.width-this.axisConfig.axisLineWidth/2;a.push({type:"path",groupTexts:["left-axis","axisl-line"],data:[{path:`M ${f},${this.boundingRect.y} L ${f},${this.boundingRect.y+this.boundingRect.height} `,strokeFill:this.axisThemeConfig.axisLineColor,strokeWidth:this.axisConfig.axisLineWidth}]})}if(this.showLabel&&a.push({type:"text",groupTexts:["left-axis","label"],data:this.getTickValues().map(f=>({text:f.toString(),x:this.boundingRect.x+this.boundingRect.width-(this.showLabel?this.axisConfig.labelPadding:0)-(this.showTick?this.axisConfig.tickLength:0)-(this.showAxisLine?this.axisConfig.axisLineWidth:0),y:this.getScaleValue(f),fill:this.axisThemeConfig.labelColor,fontSize:this.axisConfig.labelFontSize,rotation:0,verticalPos:"middle",horizontalPos:"right"}))}),this.showTick){const f=this.boundingRect.x+this.boundingRect.width-(this.showAxisLine?this.axisConfig.axisLineWidth:0);a.push({type:"path",groupTexts:["left-axis","ticks"],data:this.getTickValues().map(g=>({path:`M ${f},${this.getScaleValue(g)} L ${f-this.axisConfig.tickLength},${this.getScaleValue(g)}`,strokeFill:this.axisThemeConfig.tickColor,strokeWidth:this.axisConfig.tickWidth}))})}return this.showTitle&&a.push({type:"text",groupTexts:["left-axis","title"],data:[{text:this.title,x:this.boundingRect.x+this.axisConfig.titlePadding,y:this.boundingRect.y+this.boundingRect.height/2,fill:this.axisThemeConfig.titleColor,fontSize:this.axisConfig.titleFontSize,rotation:270,verticalPos:"top",horizontalPos:"center"}]}),a}getDrawableElementsForBottomAxis(){const a=[];if(this.showAxisLine){const f=this.boundingRect.y+this.axisConfig.axisLineWidth/2;a.push({type:"path",groupTexts:["bottom-axis","axis-line"],data:[{path:`M ${this.boundingRect.x},${f} L ${this.boundingRect.x+this.boundingRect.width},${f}`,strokeFill:this.axisThemeConfig.axisLineColor,strokeWidth:this.axisConfig.axisLineWidth}]})}if(this.showLabel&&a.push({type:"text",groupTexts:["bottom-axis","label"],data:this.getTickValues().map(f=>({text:f.toString(),x:this.getScaleValue(f),y:this.boundingRect.y+this.axisConfig.labelPadding+(this.showTick?this.axisConfig.tickLength:0)+(this.showAxisLine?this.axisConfig.axisLineWidth:0),fill:this.axisThemeConfig.labelColor,fontSize:this.axisConfig.labelFontSize,rotation:0,verticalPos:"top",horizontalPos:"center"}))}),this.showTick){const f=this.boundingRect.y+(this.showAxisLine?this.axisConfig.axisLineWidth:0);a.push({type:"path",groupTexts:["bottom-axis","ticks"],data:this.getTickValues().map(g=>({path:`M ${this.getScaleValue(g)},${f} L ${this.getScaleValue(g)},${f+this.axisConfig.tickLength}`,strokeFill:this.axisThemeConfig.tickColor,strokeWidth:this.axisConfig.tickWidth}))})}return this.showTitle&&a.push({type:"text",groupTexts:["bottom-axis","title"],data:[{text:this.title,x:this.range[0]+(this.range[1]-this.range[0])/2,y:this.boundingRect.y+this.boundingRect.height-this.axisConfig.titlePadding-this.titleTextHeight,fill:this.axisThemeConfig.titleColor,fontSize:this.axisConfig.titleFontSize,rotation:0,verticalPos:"top",horizontalPos:"center"}]}),a}getDrawableElementsForTopAxis(){const a=[];if(this.showAxisLine){const f=this.boundingRect.y+this.boundingRect.height-this.axisConfig.axisLineWidth/2;a.push({type:"path",groupTexts:["top-axis","axis-line"],data:[{path:`M ${this.boundingRect.x},${f} L ${this.boundingRect.x+this.boundingRect.width},${f}`,strokeFill:this.axisThemeConfig.axisLineColor,strokeWidth:this.axisConfig.axisLineWidth}]})}if(this.showLabel&&a.push({type:"text",groupTexts:["top-axis","label"],data:this.getTickValues().map(f=>({text:f.toString(),x:this.getScaleValue(f),y:this.boundingRect.y+(this.showTitle?this.titleTextHeight+this.axisConfig.titlePadding*2:0)+this.axisConfig.labelPadding,fill:this.axisThemeConfig.labelColor,fontSize:this.axisConfig.labelFontSize,rotation:0,verticalPos:"top",horizontalPos:"center"}))}),this.showTick){const f=this.boundingRect.y;a.push({type:"path",groupTexts:["top-axis","ticks"],data:this.getTickValues().map(g=>({path:`M ${this.getScaleValue(g)},${f+this.boundingRect.height-(this.showAxisLine?this.axisConfig.axisLineWidth:0)} L ${this.getScaleValue(g)},${f+this.boundingRect.height-this.axisConfig.tickLength-(this.showAxisLine?this.axisConfig.axisLineWidth:0)}`,strokeFill:this.axisThemeConfig.tickColor,strokeWidth:this.axisConfig.tickWidth}))})}return this.showTitle&&a.push({type:"text",groupTexts:["top-axis","title"],data:[{text:this.title,x:this.boundingRect.x+this.boundingRect.width/2,y:this.boundingRect.y+this.axisConfig.titlePadding,fill:this.axisThemeConfig.titleColor,fontSize:this.axisConfig.titleFontSize,rotation:0,verticalPos:"top",horizontalPos:"center"}]}),a}getDrawableElements(){if(this.axisPosition==="left")return this.getDrawableElementsForLeftAxis();if(this.axisPosition==="right")throw Error("Drawing of right axis is not implemented");return this.axisPosition==="bottom"?this.getDrawableElementsForBottomAxis():this.axisPosition==="top"?this.getDrawableElementsForTopAxis():[]}}class oXe extends Bzt{constructor(a,f,g,w,v){super(a,w,v,f),this.categories=g,this.scale=F0t().domain(this.categories).range(this.getRange())}setRange(a){super.setRange(a)}recalculateScale(){this.scale=F0t().domain(this.categories).range(this.getRange()).paddingInner(1).paddingOuter(0).align(.5),Wt.trace("BandAxis axis final categories, range: ",this.categories,this.getRange())}getTickValues(){return this.categories}getScaleValue(a){return this.scale(a)||this.getRange()[0]}}class cXe extends Bzt{constructor(a,f,g,w,v){super(a,w,v,f),this.domain=g,this.scale=PL().domain(this.domain).range(this.getRange())}getTickValues(){return this.scale.ticks()}recalculateScale(){const a=[...this.domain];this.axisPosition==="left"&&a.reverse(),this.scale=PL().domain(a).range(this.getRange())}getScaleValue(a){return this.scale(a)}}function Rzt(i,a,f,g){const w=new Pzt(g);return Ozt(i)?new oXe(a,f,i.categories,i.title,w):new cXe(a,f,[i.min,i.max],i.title,w)}class uXe{constructor(a,f,g,w){this.textDimensionCalculator=a,this.chartConfig=f,this.chartData=g,this.chartThemeConfig=w,this.boundingRect={x:0,y:0,width:0,height:0},this.showChartTitle=!1}setBoundingBoxXY(a){this.boundingRect.x=a.x,this.boundingRect.y=a.y}calculateSpace(a){const f=this.textDimensionCalculator.getMaxDimension([this.chartData.title],this.chartConfig.titleFontSize),g=Math.max(f.width,a.width),w=f.height+2*this.chartConfig.titlePadding;return f.width<=g&&f.height<=w&&this.chartConfig.showTitle&&this.chartData.title&&(this.boundingRect.width=g,this.boundingRect.height=w,this.showChartTitle=!0),{width:this.boundingRect.width,height:this.boundingRect.height}}getDrawableElements(){const a=[];return this.showChartTitle&&a.push({groupTexts:["chart-title"],type:"text",data:[{fontSize:this.chartConfig.titleFontSize,text:this.chartData.title,verticalPos:"middle",horizontalPos:"center",x:this.boundingRect.x+this.boundingRect.width/2,y:this.boundingRect.y+this.boundingRect.height/2,fill:this.chartThemeConfig.titleColor,rotation:0}]}),a}}function lXe(i,a,f,g){const w=new Pzt(g);return new uXe(w,i,a,f)}class hXe{constructor(a,f,g,w,v){this.plotData=a,this.xAxis=f,this.yAxis=g,this.orientation=w,this.plotIndex=v}getDrawableElement(){const a=this.plotData.data.map(g=>[this.xAxis.getScaleValue(g[0]),this.yAxis.getScaleValue(g[1])]);let f;return this.orientation==="horizontal"?f=Cx().y(g=>g[0]).x(g=>g[1])(a):f=Cx().x(g=>g[0]).y(g=>g[1])(a),f?[{groupTexts:["plot",`line-plot-${this.plotIndex}`],type:"path",data:[{path:f,strokeFill:this.plotData.strokeFill,strokeWidth:this.plotData.strokeWidth}]}]:[]}}class fXe{constructor(a,f,g,w,v,b){this.barData=a,this.boundingRect=f,this.xAxis=g,this.yAxis=w,this.orientation=v,this.plotIndex=b}getDrawableElement(){const a=this.barData.data.map(v=>[this.xAxis.getScaleValue(v[0]),this.yAxis.getScaleValue(v[1])]),f=.05,g=Math.min(this.xAxis.getAxisOuterPadding()*2,this.xAxis.getTickDistance())*(1-f),w=g/2;return this.orientation==="horizontal"?[{groupTexts:["plot",`bar-plot-${this.plotIndex}`],type:"rect",data:a.map(v=>({x:this.boundingRect.x,y:v[0]-w,height:g,width:v[1]-this.boundingRect.x,fill:this.barData.fill,strokeWidth:0,strokeFill:this.barData.fill}))}]:[{groupTexts:["plot",`bar-plot-${this.plotIndex}`],type:"rect",data:a.map(v=>({x:v[0]-w,y:v[1],width:g,height:this.boundingRect.y+this.boundingRect.height-v[1],fill:this.barData.fill,strokeWidth:0,strokeFill:this.barData.fill}))}]}}class dXe{constructor(a,f,g){this.chartConfig=a,this.chartData=f,this.chartThemeConfig=g,this.boundingRect={x:0,y:0,width:0,height:0}}setAxes(a,f){this.xAxis=a,this.yAxis=f}setBoundingBoxXY(a){this.boundingRect.x=a.x,this.boundingRect.y=a.y}calculateSpace(a){return this.boundingRect.width=a.width,this.boundingRect.height=a.height,{width:this.boundingRect.width,height:this.boundingRect.height}}getDrawableElements(){if(!(this.xAxis&&this.yAxis))throw Error("Axes must be passed to render Plots");const a=[];for(const[f,g]of this.chartData.plots.entries())switch(g.type){case"line":{const w=new hXe(g,this.xAxis,this.yAxis,this.chartConfig.chartOrientation,f);a.push(...w.getDrawableElement())}break;case"bar":{const w=new fXe(g,this.boundingRect,this.xAxis,this.yAxis,this.chartConfig.chartOrientation,f);a.push(...w.getDrawableElement())}break}return a}}function gXe(i,a,f){return new dXe(i,a,f)}class pXe{constructor(a,f,g,w){this.chartConfig=a,this.chartData=f,this.componentStore={title:lXe(a,f,g,w),plot:gXe(a,f,g),xAxis:Rzt(f.xAxis,a.xAxis,{titleColor:g.xAxisTitleColor,labelColor:g.xAxisLabelColor,tickColor:g.xAxisTickColor,axisLineColor:g.xAxisLineColor},w),yAxis:Rzt(f.yAxis,a.yAxis,{titleColor:g.yAxisTitleColor,labelColor:g.yAxisLabelColor,tickColor:g.yAxisTickColor,axisLineColor:g.yAxisLineColor},w)}}calculateVerticalSpace(){let a=this.chartConfig.width,f=this.chartConfig.height,g=0,w=0,v=Math.floor(a*this.chartConfig.plotReservedSpacePercent/100),b=Math.floor(f*this.chartConfig.plotReservedSpacePercent/100),E=this.componentStore.plot.calculateSpace({width:v,height:b});a-=E.width,f-=E.height,E=this.componentStore.title.calculateSpace({width:this.chartConfig.width,height:f}),w=E.height,f-=E.height,this.componentStore.xAxis.setAxisPosition("bottom"),E=this.componentStore.xAxis.calculateSpace({width:a,height:f}),f-=E.height,this.componentStore.yAxis.setAxisPosition("left"),E=this.componentStore.yAxis.calculateSpace({width:a,height:f}),g=E.width,a-=E.width,a>0&&(v+=a,a=0),f>0&&(b+=f,f=0),this.componentStore.plot.calculateSpace({width:v,height:b}),this.componentStore.plot.setBoundingBoxXY({x:g,y:w}),this.componentStore.xAxis.setRange([g,g+v]),this.componentStore.xAxis.setBoundingBoxXY({x:g,y:w+b}),this.componentStore.yAxis.setRange([w,w+b]),this.componentStore.yAxis.setBoundingBoxXY({x:0,y:w}),this.chartData.plots.some(_=>Izt(_))&&this.componentStore.xAxis.recalculateOuterPaddingToDrawBar()}calculateHorizonatalSpace(){let a=this.chartConfig.width,f=this.chartConfig.height,g=0,w=0,v=0,b=Math.floor(a*this.chartConfig.plotReservedSpacePercent/100),E=Math.floor(f*this.chartConfig.plotReservedSpacePercent/100),_=this.componentStore.plot.calculateSpace({width:b,height:E});a-=_.width,f-=_.height,_=this.componentStore.title.calculateSpace({width:this.chartConfig.width,height:f}),g=_.height,f-=_.height,this.componentStore.xAxis.setAxisPosition("left"),_=this.componentStore.xAxis.calculateSpace({width:a,height:f}),a-=_.width,w=_.width,this.componentStore.yAxis.setAxisPosition("top"),_=this.componentStore.yAxis.calculateSpace({width:a,height:f}),f-=_.height,v=g+_.height,a>0&&(b+=a,a=0),f>0&&(E+=f,f=0),this.componentStore.plot.calculateSpace({width:b,height:E}),this.componentStore.plot.setBoundingBoxXY({x:w,y:v}),this.componentStore.yAxis.setRange([w,w+b]),this.componentStore.yAxis.setBoundingBoxXY({x:w,y:g}),this.componentStore.xAxis.setRange([v,v+E]),this.componentStore.xAxis.setBoundingBoxXY({x:0,y:v}),this.chartData.plots.some(S=>Izt(S))&&this.componentStore.xAxis.recalculateOuterPaddingToDrawBar()}calculateSpace(){this.chartConfig.chartOrientation==="horizontal"?this.calculateHorizonatalSpace():this.calculateVerticalSpace()}getDrawableElement(){this.calculateSpace();const a=[];this.componentStore.plot.setAxes(this.componentStore.xAxis,this.componentStore.yAxis);for(const f of Object.values(this.componentStore))a.push(...f.getDrawableElements());return a}}class bXe{static build(a,f,g,w){return new pXe(a,f,g,w).getDrawableElement()}}let iB=0,jzt,sB=zzt(),aB=$zt(),Pu=qzt(),bbt=aB.plotColorPalette.split(",").map(i=>i.trim()),lX=!1,wbt=!1;function $zt(){const i=sgt(),a=h0();return TF(i.xyChart,a.themeVariables.xyChart)}function zzt(){const i=h0();return TF(yf.xyChart,i.xyChart)}function qzt(){return{yAxis:{type:"linear",title:"",min:1/0,max:-1/0},xAxis:{type:"band",title:"",categories:[]},title:"",plots:[]}}function mbt(i){const a=h0();return Ed(i.trim(),a)}function wXe(i){jzt=i}function mXe(i){i==="horizontal"?sB.chartOrientation="horizontal":sB.chartOrientation="vertical"}function vXe(i){Pu.xAxis.title=mbt(i.text)}function Hzt(i,a){Pu.xAxis={type:"linear",title:Pu.xAxis.title,min:i,max:a},lX=!0}function yXe(i){Pu.xAxis={type:"band",title:Pu.xAxis.title,categories:i.map(a=>mbt(a.text))},lX=!0}function xXe(i){Pu.yAxis.title=mbt(i.text)}function kXe(i,a){Pu.yAxis={type:"linear",title:Pu.yAxis.title,min:i,max:a},wbt=!0}function EXe(i){const a=Math.min(...i),f=Math.max(...i),g=rB(Pu.yAxis)?Pu.yAxis.min:1/0,w=rB(Pu.yAxis)?Pu.yAxis.max:-1/0;Pu.yAxis={type:"linear",title:Pu.yAxis.title,min:Math.min(g,a),max:Math.max(w,f)}}function Vzt(i){let a=[];if(i.length===0)return a;if(!lX){const f=rB(Pu.xAxis)?Pu.xAxis.min:1/0,g=rB(Pu.xAxis)?Pu.xAxis.max:-1/0;Hzt(Math.min(f,1),Math.max(g,i.length))}if(wbt||EXe(i),Ozt(Pu.xAxis)&&(a=Pu.xAxis.categories.map((f,g)=>[f,i[g]])),rB(Pu.xAxis)){const f=Pu.xAxis.min,g=Pu.xAxis.max,w=(g-f+1)/i.length,v=[];for(let b=f;b<=g;b+=w)v.push(`${b}`);a=v.map((b,E)=>[b,i[E]])}return a}function Uzt(i){return bbt[i===0?0:i%bbt.length]}function TXe(i,a){const f=Vzt(a);Pu.plots.push({type:"line",strokeFill:Uzt(iB),strokeWidth:2,data:f}),iB++}function CXe(i,a){const f=Vzt(a);Pu.plots.push({type:"bar",fill:Uzt(iB),data:f}),iB++}function _Xe(){if(Pu.plots.length===0)throw Error("No Plot to render, please provide a plot with some data");return Pu.title=Jg(),bXe.build(sB,Pu,aB,jzt)}function SXe(){return aB}function AXe(){return sB}const LXe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:aXe,db:{getDrawableElem:_Xe,clear:function(){Wg(),iB=0,sB=zzt(),Pu=qzt(),aB=$zt(),bbt=aB.plotColorPalette.split(",").map(i=>i.trim()),lX=!1,wbt=!1},setAccTitle:ng,getAccTitle:Yg,setDiagramTitle:y2,getDiagramTitle:Jg,getAccDescription:Qg,setAccDescription:Xg,setOrientation:mXe,setXAxisTitle:vXe,setXAxisRangeData:Hzt,setXAxisBand:yXe,setYAxisTitle:xXe,setYAxisRangeData:kXe,setLineData:TXe,setBarData:CXe,setTmpSVGG:wXe,getChartThemeConfig:SXe,getChartConfig:AXe},renderer:{draw:(i,a,f,g)=>{const w=g.db,v=w.getChartThemeConfig(),b=w.getChartConfig();function E(rt){return rt==="top"?"text-before-edge":"middle"}function _(rt){return rt==="left"?"start":rt==="right"?"end":"middle"}function S(rt){return`translate(${rt.x}, ${rt.y}) rotate(${rt.rotation||0})`}Wt.debug(`Rendering xychart chart
+`+i);const I=wY(a),B=I.append("g").attr("class","main"),F=B.append("rect").attr("width",b.width).attr("height",b.height).attr("class","background");Kg(I,b.height,b.width,!0),I.attr("viewBox",`0 0 ${b.width} ${b.height}`),F.attr("fill",v.backgroundColor),w.setTmpSVGG(I.append("g").attr("class","mermaid-tmp-group"));const R=w.getDrawableElem(),q={};function X(rt){let at=B,ut="";for(const[pt]of rt.entries()){let yt=B;pt>0&&q[ut]&&(yt=q[ut]),ut+=rt[pt],at=q[ut],at||(at=q[ut]=yt.append("g").attr("class",rt[pt]))}return at}for(const rt of R){if(rt.data.length===0)continue;const at=X(rt.groupTexts);switch(rt.type){case"rect":at.selectAll("rect").data(rt.data).enter().append("rect").attr("x",ut=>ut.x).attr("y",ut=>ut.y).attr("width",ut=>ut.width).attr("height",ut=>ut.height).attr("fill",ut=>ut.fill).attr("stroke",ut=>ut.strokeFill).attr("stroke-width",ut=>ut.strokeWidth);break;case"text":at.selectAll("text").data(rt.data).enter().append("text").attr("x",0).attr("y",0).attr("fill",ut=>ut.fill).attr("font-size",ut=>ut.fontSize).attr("dominant-baseline",ut=>E(ut.verticalPos)).attr("text-anchor",ut=>_(ut.horizontalPos)).attr("transform",ut=>S(ut)).text(ut=>ut.text);break;case"path":at.selectAll("path").data(rt.data).enter().append("path").attr("d",ut=>ut.path).attr("fill",ut=>ut.fill?ut.fill:"none").attr("stroke",ut=>ut.strokeFill).attr("stroke-width",ut=>ut.strokeWidth);break}}}}}},Symbol.toStringTag,{value:"Module"}));var vbt=function(){var i=function(Pe,Ee,nn,sn){for(nn=nn||{},sn=Pe.length;sn--;nn[Pe[sn]]=Ee);return nn},a=[1,3],f=[1,4],g=[1,5],w=[1,6],v=[5,6,8,9,11,13,31,32,33,34,35,36,44,62,63],b=[1,18],E=[2,7],_=[1,22],S=[1,23],I=[1,24],B=[1,25],F=[1,26],R=[1,27],q=[1,20],X=[1,28],rt=[1,29],at=[62,63],ut=[5,8,9,11,13,31,32,33,34,35,36,44,51,53,62,63],pt=[1,47],yt=[1,48],mt=[1,49],gt=[1,50],ht=[1,51],bt=[1,52],Z=[1,53],ft=[53,54],Y=[1,64],Et=[1,60],V=[1,61],Nt=[1,62],Dt=[1,63],jt=[1,65],Ct=[1,69],Ft=[1,70],_t=[1,67],xt=[1,68],Gt=[5,8,9,11,13,31,32,33,34,35,36,44,62,63],Be={trace:function(){},yy:{},symbols_:{error:2,start:3,directive:4,NEWLINE:5,RD:6,diagram:7,EOF:8,acc_title:9,acc_title_value:10,acc_descr:11,acc_descr_value:12,acc_descr_multiline_value:13,requirementDef:14,elementDef:15,relationshipDef:16,requirementType:17,requirementName:18,STRUCT_START:19,requirementBody:20,ID:21,COLONSEP:22,id:23,TEXT:24,text:25,RISK:26,riskLevel:27,VERIFYMTHD:28,verifyType:29,STRUCT_STOP:30,REQUIREMENT:31,FUNCTIONAL_REQUIREMENT:32,INTERFACE_REQUIREMENT:33,PERFORMANCE_REQUIREMENT:34,PHYSICAL_REQUIREMENT:35,DESIGN_CONSTRAINT:36,LOW_RISK:37,MED_RISK:38,HIGH_RISK:39,VERIFY_ANALYSIS:40,VERIFY_DEMONSTRATION:41,VERIFY_INSPECTION:42,VERIFY_TEST:43,ELEMENT:44,elementName:45,elementBody:46,TYPE:47,type:48,DOCREF:49,ref:50,END_ARROW_L:51,relationship:52,LINE:53,END_ARROW_R:54,CONTAINS:55,COPIES:56,DERIVES:57,SATISFIES:58,VERIFIES:59,REFINES:60,TRACES:61,unqString:62,qString:63,$accept:0,$end:1},terminals_:{2:"error",5:"NEWLINE",6:"RD",8:"EOF",9:"acc_title",10:"acc_title_value",11:"acc_descr",12:"acc_descr_value",13:"acc_descr_multiline_value",19:"STRUCT_START",21:"ID",22:"COLONSEP",24:"TEXT",26:"RISK",28:"VERIFYMTHD",30:"STRUCT_STOP",31:"REQUIREMENT",32:"FUNCTIONAL_REQUIREMENT",33:"INTERFACE_REQUIREMENT",34:"PERFORMANCE_REQUIREMENT",35:"PHYSICAL_REQUIREMENT",36:"DESIGN_CONSTRAINT",37:"LOW_RISK",38:"MED_RISK",39:"HIGH_RISK",40:"VERIFY_ANALYSIS",41:"VERIFY_DEMONSTRATION",42:"VERIFY_INSPECTION",43:"VERIFY_TEST",44:"ELEMENT",47:"TYPE",49:"DOCREF",51:"END_ARROW_L",53:"LINE",54:"END_ARROW_R",55:"CONTAINS",56:"COPIES",57:"DERIVES",58:"SATISFIES",59:"VERIFIES",60:"REFINES",61:"TRACES",62:"unqString",63:"qString"},productions_:[0,[3,3],[3,2],[3,4],[4,2],[4,2],[4,1],[7,0],[7,2],[7,2],[7,2],[7,2],[7,2],[14,5],[20,5],[20,5],[20,5],[20,5],[20,2],[20,1],[17,1],[17,1],[17,1],[17,1],[17,1],[17,1],[27,1],[27,1],[27,1],[29,1],[29,1],[29,1],[29,1],[15,5],[46,5],[46,5],[46,2],[46,1],[16,5],[16,5],[52,1],[52,1],[52,1],[52,1],[52,1],[52,1],[52,1],[18,1],[18,1],[23,1],[23,1],[25,1],[25,1],[45,1],[45,1],[48,1],[48,1],[50,1],[50,1]],performAction:function(Ee,nn,sn,me,Fe,Qt,Ae){var Se=Qt.length-1;switch(Fe){case 4:this.$=Qt[Se].trim(),me.setAccTitle(this.$);break;case 5:case 6:this.$=Qt[Se].trim(),me.setAccDescription(this.$);break;case 7:this.$=[];break;case 13:me.addRequirement(Qt[Se-3],Qt[Se-4]);break;case 14:me.setNewReqId(Qt[Se-2]);break;case 15:me.setNewReqText(Qt[Se-2]);break;case 16:me.setNewReqRisk(Qt[Se-2]);break;case 17:me.setNewReqVerifyMethod(Qt[Se-2]);break;case 20:this.$=me.RequirementType.REQUIREMENT;break;case 21:this.$=me.RequirementType.FUNCTIONAL_REQUIREMENT;break;case 22:this.$=me.RequirementType.INTERFACE_REQUIREMENT;break;case 23:this.$=me.RequirementType.PERFORMANCE_REQUIREMENT;break;case 24:this.$=me.RequirementType.PHYSICAL_REQUIREMENT;break;case 25:this.$=me.RequirementType.DESIGN_CONSTRAINT;break;case 26:this.$=me.RiskLevel.LOW_RISK;break;case 27:this.$=me.RiskLevel.MED_RISK;break;case 28:this.$=me.RiskLevel.HIGH_RISK;break;case 29:this.$=me.VerifyType.VERIFY_ANALYSIS;break;case 30:this.$=me.VerifyType.VERIFY_DEMONSTRATION;break;case 31:this.$=me.VerifyType.VERIFY_INSPECTION;break;case 32:this.$=me.VerifyType.VERIFY_TEST;break;case 33:me.addElement(Qt[Se-3]);break;case 34:me.setNewElementType(Qt[Se-2]);break;case 35:me.setNewElementDocRef(Qt[Se-2]);break;case 38:me.addRelationship(Qt[Se-2],Qt[Se],Qt[Se-4]);break;case 39:me.addRelationship(Qt[Se-2],Qt[Se-4],Qt[Se]);break;case 40:this.$=me.Relationships.CONTAINS;break;case 41:this.$=me.Relationships.COPIES;break;case 42:this.$=me.Relationships.DERIVES;break;case 43:this.$=me.Relationships.SATISFIES;break;case 44:this.$=me.Relationships.VERIFIES;break;case 45:this.$=me.Relationships.REFINES;break;case 46:this.$=me.Relationships.TRACES;break}},table:[{3:1,4:2,6:a,9:f,11:g,13:w},{1:[3]},{3:8,4:2,5:[1,7],6:a,9:f,11:g,13:w},{5:[1,9]},{10:[1,10]},{12:[1,11]},i(v,[2,6]),{3:12,4:2,6:a,9:f,11:g,13:w},{1:[2,2]},{4:17,5:b,7:13,8:E,9:f,11:g,13:w,14:14,15:15,16:16,17:19,23:21,31:_,32:S,33:I,34:B,35:F,36:R,44:q,62:X,63:rt},i(v,[2,4]),i(v,[2,5]),{1:[2,1]},{8:[1,30]},{4:17,5:b,7:31,8:E,9:f,11:g,13:w,14:14,15:15,16:16,17:19,23:21,31:_,32:S,33:I,34:B,35:F,36:R,44:q,62:X,63:rt},{4:17,5:b,7:32,8:E,9:f,11:g,13:w,14:14,15:15,16:16,17:19,23:21,31:_,32:S,33:I,34:B,35:F,36:R,44:q,62:X,63:rt},{4:17,5:b,7:33,8:E,9:f,11:g,13:w,14:14,15:15,16:16,17:19,23:21,31:_,32:S,33:I,34:B,35:F,36:R,44:q,62:X,63:rt},{4:17,5:b,7:34,8:E,9:f,11:g,13:w,14:14,15:15,16:16,17:19,23:21,31:_,32:S,33:I,34:B,35:F,36:R,44:q,62:X,63:rt},{4:17,5:b,7:35,8:E,9:f,11:g,13:w,14:14,15:15,16:16,17:19,23:21,31:_,32:S,33:I,34:B,35:F,36:R,44:q,62:X,63:rt},{18:36,62:[1,37],63:[1,38]},{45:39,62:[1,40],63:[1,41]},{51:[1,42],53:[1,43]},i(at,[2,20]),i(at,[2,21]),i(at,[2,22]),i(at,[2,23]),i(at,[2,24]),i(at,[2,25]),i(ut,[2,49]),i(ut,[2,50]),{1:[2,3]},{8:[2,8]},{8:[2,9]},{8:[2,10]},{8:[2,11]},{8:[2,12]},{19:[1,44]},{19:[2,47]},{19:[2,48]},{19:[1,45]},{19:[2,53]},{19:[2,54]},{52:46,55:pt,56:yt,57:mt,58:gt,59:ht,60:bt,61:Z},{52:54,55:pt,56:yt,57:mt,58:gt,59:ht,60:bt,61:Z},{5:[1,55]},{5:[1,56]},{53:[1,57]},i(ft,[2,40]),i(ft,[2,41]),i(ft,[2,42]),i(ft,[2,43]),i(ft,[2,44]),i(ft,[2,45]),i(ft,[2,46]),{54:[1,58]},{5:Y,20:59,21:Et,24:V,26:Nt,28:Dt,30:jt},{5:Ct,30:Ft,46:66,47:_t,49:xt},{23:71,62:X,63:rt},{23:72,62:X,63:rt},i(Gt,[2,13]),{22:[1,73]},{22:[1,74]},{22:[1,75]},{22:[1,76]},{5:Y,20:77,21:Et,24:V,26:Nt,28:Dt,30:jt},i(Gt,[2,19]),i(Gt,[2,33]),{22:[1,78]},{22:[1,79]},{5:Ct,30:Ft,46:80,47:_t,49:xt},i(Gt,[2,37]),i(Gt,[2,38]),i(Gt,[2,39]),{23:81,62:X,63:rt},{25:82,62:[1,83],63:[1,84]},{27:85,37:[1,86],38:[1,87],39:[1,88]},{29:89,40:[1,90],41:[1,91],42:[1,92],43:[1,93]},i(Gt,[2,18]),{48:94,62:[1,95],63:[1,96]},{50:97,62:[1,98],63:[1,99]},i(Gt,[2,36]),{5:[1,100]},{5:[1,101]},{5:[2,51]},{5:[2,52]},{5:[1,102]},{5:[2,26]},{5:[2,27]},{5:[2,28]},{5:[1,103]},{5:[2,29]},{5:[2,30]},{5:[2,31]},{5:[2,32]},{5:[1,104]},{5:[2,55]},{5:[2,56]},{5:[1,105]},{5:[2,57]},{5:[2,58]},{5:Y,20:106,21:Et,24:V,26:Nt,28:Dt,30:jt},{5:Y,20:107,21:Et,24:V,26:Nt,28:Dt,30:jt},{5:Y,20:108,21:Et,24:V,26:Nt,28:Dt,30:jt},{5:Y,20:109,21:Et,24:V,26:Nt,28:Dt,30:jt},{5:Ct,30:Ft,46:110,47:_t,49:xt},{5:Ct,30:Ft,46:111,47:_t,49:xt},i(Gt,[2,14]),i(Gt,[2,15]),i(Gt,[2,16]),i(Gt,[2,17]),i(Gt,[2,34]),i(Gt,[2,35])],defaultActions:{8:[2,2],12:[2,1],30:[2,3],31:[2,8],32:[2,9],33:[2,10],34:[2,11],35:[2,12],37:[2,47],38:[2,48],40:[2,53],41:[2,54],83:[2,51],84:[2,52],86:[2,26],87:[2,27],88:[2,28],90:[2,29],91:[2,30],92:[2,31],93:[2,32],95:[2,55],96:[2,56],98:[2,57],99:[2,58]},parseError:function(Ee,nn){if(nn.recoverable)this.trace(Ee);else{var sn=new Error(Ee);throw sn.hash=nn,sn}},parse:function(Ee){var nn=this,sn=[0],me=[],Fe=[null],Qt=[],Ae=this.table,Se="",Dn=0,oe=0,Pr=2,we=1,Ri=Qt.slice.call(arguments,1),yi=Object.create(this.lexer),da={yy:{}};for(var Ss in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Ss)&&(da.yy[Ss]=this.yy[Ss]);yi.setInput(Ee,da.yy),da.yy.lexer=yi,da.yy.parser=this,typeof yi.yylloc>"u"&&(yi.yylloc={});var Ra=yi.yylloc;Qt.push(Ra);var fr=yi.options&&yi.options.ranges;typeof da.yy.parseError=="function"?this.parseError=da.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function An(){var ma;return ma=me.pop()||yi.lex()||we,typeof ma!="number"&&(ma instanceof Array&&(me=ma,ma=me.pop()),ma=nn.symbols_[ma]||ma),ma}for(var Pn,Bn,Te,be,Qe={},rn,yn,ja,mo;;){if(Bn=sn[sn.length-1],this.defaultActions[Bn]?Te=this.defaultActions[Bn]:((Pn===null||typeof Pn>"u")&&(Pn=An()),Te=Ae[Bn]&&Ae[Bn][Pn]),typeof Te>"u"||!Te.length||!Te[0]){var vo="";mo=[];for(rn in Ae[Bn])this.terminals_[rn]&&rn>Pr&&mo.push("'"+this.terminals_[rn]+"'");yi.showPosition?vo="Parse error on line "+(Dn+1)+`:
+`+yi.showPosition()+`
+Expecting `+mo.join(", ")+", got '"+(this.terminals_[Pn]||Pn)+"'":vo="Parse error on line "+(Dn+1)+": Unexpected "+(Pn==we?"end of input":"'"+(this.terminals_[Pn]||Pn)+"'"),this.parseError(vo,{text:yi.match,token:this.terminals_[Pn]||Pn,line:yi.yylineno,loc:Ra,expected:mo})}if(Te[0]instanceof Array&&Te.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Bn+", token: "+Pn);switch(Te[0]){case 1:sn.push(Pn),Fe.push(yi.yytext),Qt.push(yi.yylloc),sn.push(Te[1]),Pn=null,oe=yi.yyleng,Se=yi.yytext,Dn=yi.yylineno,Ra=yi.yylloc;break;case 2:if(yn=this.productions_[Te[1]][1],Qe.$=Fe[Fe.length-yn],Qe._$={first_line:Qt[Qt.length-(yn||1)].first_line,last_line:Qt[Qt.length-1].last_line,first_column:Qt[Qt.length-(yn||1)].first_column,last_column:Qt[Qt.length-1].last_column},fr&&(Qe._$.range=[Qt[Qt.length-(yn||1)].range[0],Qt[Qt.length-1].range[1]]),be=this.performAction.apply(Qe,[Se,oe,Dn,da.yy,Te[1],Fe,Qt].concat(Ri)),typeof be<"u")return be;yn&&(sn=sn.slice(0,-1*yn*2),Fe=Fe.slice(0,-1*yn),Qt=Qt.slice(0,-1*yn)),sn.push(this.productions_[Te[1]][0]),Fe.push(Qe.$),Qt.push(Qe._$),ja=Ae[sn[sn.length-2]][sn[sn.length-1]],sn.push(ja);break;case 3:return!0}}return!0}},Ot=function(){var Pe={EOF:1,parseError:function(nn,sn){if(this.yy.parser)this.yy.parser.parseError(nn,sn);else throw new Error(nn)},setInput:function(Ee,nn){return this.yy=nn||this.yy||{},this._input=Ee,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var Ee=this._input[0];this.yytext+=Ee,this.yyleng++,this.offset++,this.match+=Ee,this.matched+=Ee;var nn=Ee.match(/(?:\r\n?|\n).*/g);return nn?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),Ee},unput:function(Ee){var nn=Ee.length,sn=Ee.split(/(?:\r\n?|\n)/g);this._input=Ee+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-nn),this.offset-=nn;var me=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),sn.length-1&&(this.yylineno-=sn.length-1);var Fe=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:sn?(sn.length===me.length?this.yylloc.first_column:0)+me[me.length-sn.length].length-sn[0].length:this.yylloc.first_column-nn},this.options.ranges&&(this.yylloc.range=[Fe[0],Fe[0]+this.yyleng-nn]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(Ee){this.unput(this.match.slice(Ee))},pastInput:function(){var Ee=this.matched.substr(0,this.matched.length-this.match.length);return(Ee.length>20?"...":"")+Ee.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var Ee=this.match;return Ee.length<20&&(Ee+=this._input.substr(0,20-Ee.length)),(Ee.substr(0,20)+(Ee.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var Ee=this.pastInput(),nn=new Array(Ee.length+1).join("-");return Ee+this.upcomingInput()+`
+`+nn+"^"},test_match:function(Ee,nn){var sn,me,Fe;if(this.options.backtrack_lexer&&(Fe={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(Fe.yylloc.range=this.yylloc.range.slice(0))),me=Ee[0].match(/(?:\r\n?|\n).*/g),me&&(this.yylineno+=me.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:me?me[me.length-1].length-me[me.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+Ee[0].length},this.yytext+=Ee[0],this.match+=Ee[0],this.matches=Ee,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(Ee[0].length),this.matched+=Ee[0],sn=this.performAction.call(this,this.yy,this,nn,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),sn)return sn;if(this._backtrack){for(var Qt in Fe)this[Qt]=Fe[Qt];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var Ee,nn,sn,me;this._more||(this.yytext="",this.match="");for(var Fe=this._currentRules(),Qt=0;Qt<Fe.length;Qt++)if(sn=this._input.match(this.rules[Fe[Qt]]),sn&&(!nn||sn[0].length>nn[0].length)){if(nn=sn,me=Qt,this.options.backtrack_lexer){if(Ee=this.test_match(sn,Fe[Qt]),Ee!==!1)return Ee;if(this._backtrack){nn=!1;continue}else return!1}else if(!this.options.flex)break}return nn?(Ee=this.test_match(nn,Fe[me]),Ee!==!1?Ee:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var nn=this.next();return nn||this.lex()},begin:function(nn){this.conditionStack.push(nn)},popState:function(){var nn=this.conditionStack.length-1;return nn>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(nn){return nn=this.conditionStack.length-1-Math.abs(nn||0),nn>=0?this.conditionStack[nn]:"INITIAL"},pushState:function(nn){this.begin(nn)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(nn,sn,me,Fe){switch(me){case 0:return"title";case 1:return this.begin("acc_title"),9;case 2:return this.popState(),"acc_title_value";case 3:return this.begin("acc_descr"),11;case 4:return this.popState(),"acc_descr_value";case 5:this.begin("acc_descr_multiline");break;case 6:this.popState();break;case 7:return"acc_descr_multiline_value";case 8:return 5;case 9:break;case 10:break;case 11:break;case 12:return 8;case 13:return 6;case 14:return 19;case 15:return 30;case 16:return 22;case 17:return 21;case 18:return 24;case 19:return 26;case 20:return 28;case 21:return 31;case 22:return 32;case 23:return 33;case 24:return 34;case 25:return 35;case 26:return 36;case 27:return 37;case 28:return 38;case 29:return 39;case 30:return 40;case 31:return 41;case 32:return 42;case 33:return 43;case 34:return 44;case 35:return 55;case 36:return 56;case 37:return 57;case 38:return 58;case 39:return 59;case 40:return 60;case 41:return 61;case 42:return 47;case 43:return 49;case 44:return 51;case 45:return 54;case 46:return 53;case 47:this.begin("string");break;case 48:this.popState();break;case 49:return"qString";case 50:return sn.yytext=sn.yytext.trim(),62}},rules:[/^(?:title\s[^#\n;]+)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:(\r?\n)+)/i,/^(?:\s+)/i,/^(?:#[^\n]*)/i,/^(?:%[^\n]*)/i,/^(?:$)/i,/^(?:requirementDiagram\b)/i,/^(?:\{)/i,/^(?:\})/i,/^(?::)/i,/^(?:id\b)/i,/^(?:text\b)/i,/^(?:risk\b)/i,/^(?:verifyMethod\b)/i,/^(?:requirement\b)/i,/^(?:functionalRequirement\b)/i,/^(?:interfaceRequirement\b)/i,/^(?:performanceRequirement\b)/i,/^(?:physicalRequirement\b)/i,/^(?:designConstraint\b)/i,/^(?:low\b)/i,/^(?:medium\b)/i,/^(?:high\b)/i,/^(?:analysis\b)/i,/^(?:demonstration\b)/i,/^(?:inspection\b)/i,/^(?:test\b)/i,/^(?:element\b)/i,/^(?:contains\b)/i,/^(?:copies\b)/i,/^(?:derives\b)/i,/^(?:satisfies\b)/i,/^(?:verifies\b)/i,/^(?:refines\b)/i,/^(?:traces\b)/i,/^(?:type\b)/i,/^(?:docref\b)/i,/^(?:<-)/i,/^(?:->)/i,/^(?:-)/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:[\w][^\r\n\{\<\>\-\=]*)/i],conditions:{acc_descr_multiline:{rules:[6,7],inclusive:!1},acc_descr:{rules:[4],inclusive:!1},acc_title:{rules:[2],inclusive:!1},unqString:{rules:[],inclusive:!1},token:{rules:[],inclusive:!1},string:{rules:[48,49],inclusive:!1},INITIAL:{rules:[0,1,3,5,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,50],inclusive:!0}}};return Pe}();Be.lexer=Ot;function vn(){this.yy={}}return vn.prototype=Be,Be.Parser=vn,new vn}();vbt.parser=vbt;const MXe=vbt;let ybt=[],ob={},oB={},T8={},cB={};const DXe={RequirementType:{REQUIREMENT:"Requirement",FUNCTIONAL_REQUIREMENT:"Functional Requirement",INTERFACE_REQUIREMENT:"Interface Requirement",PERFORMANCE_REQUIREMENT:"Performance Requirement",PHYSICAL_REQUIREMENT:"Physical Requirement",DESIGN_CONSTRAINT:"Design Constraint"},RiskLevel:{LOW_RISK:"Low",MED_RISK:"Medium",HIGH_RISK:"High"},VerifyType:{VERIFY_ANALYSIS:"Analysis",VERIFY_DEMONSTRATION:"Demonstration",VERIFY_INSPECTION:"Inspection",VERIFY_TEST:"Test"},Relationships:{CONTAINS:"contains",COPIES:"copies",DERIVES:"derives",SATISFIES:"satisfies",VERIFIES:"verifies",REFINES:"refines",TRACES:"traces"},getConfig:()=>Re().req,addRequirement:(i,a)=>(oB[i]===void 0&&(oB[i]={name:i,type:a,id:ob.id,text:ob.text,risk:ob.risk,verifyMethod:ob.verifyMethod}),ob={},oB[i]),getRequirements:()=>oB,setNewReqId:i=>{ob!==void 0&&(ob.id=i)},setNewReqText:i=>{ob!==void 0&&(ob.text=i)},setNewReqRisk:i=>{ob!==void 0&&(ob.risk=i)},setNewReqVerifyMethod:i=>{ob!==void 0&&(ob.verifyMethod=i)},setAccTitle:ng,getAccTitle:Yg,setAccDescription:Xg,getAccDescription:Qg,addElement:i=>(cB[i]===void 0&&(cB[i]={name:i,type:T8.type,docRef:T8.docRef},Wt.info("Added new requirement: ",i)),T8={},cB[i]),getElements:()=>cB,setNewElementType:i=>{T8!==void 0&&(T8.type=i)},setNewElementDocRef:i=>{T8!==void 0&&(T8.docRef=i)},addRelationship:(i,a,f)=>{ybt.push({type:i,src:a,dst:f})},getRelationships:()=>ybt,clear:()=>{ybt=[],ob={},oB={},T8={},cB={},Wg()}},IXe=i=>`
+
+ marker {
+ fill: ${i.relationColor};
+ stroke: ${i.relationColor};
+ }
+
+ marker.cross {
+ stroke: ${i.lineColor};
+ }
+
+ svg {
+ font-family: ${i.fontFamily};
+ font-size: ${i.fontSize};
+ }
+
+ .reqBox {
+ fill: ${i.requirementBackground};
+ fill-opacity: 1.0;
+ stroke: ${i.requirementBorderColor};
+ stroke-width: ${i.requirementBorderSize};
+ }
+
+ .reqTitle, .reqLabel{
+ fill: ${i.requirementTextColor};
+ }
+ .reqLabelBox {
+ fill: ${i.relationLabelBackground};
+ fill-opacity: 1.0;
+ }
+
+ .req-title-line {
+ stroke: ${i.requirementBorderColor};
+ stroke-width: ${i.requirementBorderSize};
+ }
+ .relationshipLine {
+ stroke: ${i.relationColor};
+ stroke-width: 1;
+ }
+ .relationshipLabel {
+ fill: ${i.relationLabelColor};
+ }
+
+`,xbt={CONTAINS:"contains",ARROW:"arrow"},Gzt={ReqMarkers:xbt,insertLineEndings:(i,a)=>{let f=i.append("defs").append("marker").attr("id",xbt.CONTAINS+"_line_ending").attr("refX",0).attr("refY",a.line_height/2).attr("markerWidth",a.line_height).attr("markerHeight",a.line_height).attr("orient","auto").append("g");f.append("circle").attr("cx",a.line_height/2).attr("cy",a.line_height/2).attr("r",a.line_height/2).attr("fill","none"),f.append("line").attr("x1",0).attr("x2",a.line_height).attr("y1",a.line_height/2).attr("y2",a.line_height/2).attr("stroke-width",1),f.append("line").attr("y1",0).attr("y2",a.line_height).attr("x1",a.line_height/2).attr("x2",a.line_height/2).attr("stroke-width",1),i.append("defs").append("marker").attr("id",xbt.ARROW+"_line_ending").attr("refX",a.line_height).attr("refY",.5*a.line_height).attr("markerWidth",a.line_height).attr("markerHeight",a.line_height).attr("orient","auto").append("path").attr("d",`M0,0
+ L${a.line_height},${a.line_height/2}
+ M${a.line_height},${a.line_height/2}
+ L0,${a.line_height}`).attr("stroke-width",1)}};let Kh={},Kzt=0;const Wzt=(i,a)=>i.insert("rect","#"+a).attr("class","req reqBox").attr("x",0).attr("y",0).attr("width",Kh.rect_min_width+"px").attr("height",Kh.rect_min_height+"px"),Yzt=(i,a,f)=>{let g=Kh.rect_min_width/2,w=i.append("text").attr("class","req reqLabel reqTitle").attr("id",a).attr("x",g).attr("y",Kh.rect_padding).attr("dominant-baseline","hanging"),v=0;f.forEach(S=>{v==0?w.append("tspan").attr("text-anchor","middle").attr("x",Kh.rect_min_width/2).attr("dy",0).text(S):w.append("tspan").attr("text-anchor","middle").attr("x",Kh.rect_min_width/2).attr("dy",Kh.line_height*.75).text(S),v++});let b=1.5*Kh.rect_padding,E=v*Kh.line_height*.75,_=b+E;return i.append("line").attr("class","req-title-line").attr("x1","0").attr("x2",Kh.rect_min_width).attr("y1",_).attr("y2",_),{titleNode:w,y:_}},Xzt=(i,a,f,g)=>{let w=i.append("text").attr("class","req reqLabel").attr("id",a).attr("x",Kh.rect_padding).attr("y",g).attr("dominant-baseline","hanging"),v=0;const b=30;let E=[];return f.forEach(_=>{let S=_.length;for(;S>b&&v<3;){let I=_.substring(0,b);_=_.substring(b,_.length),S=_.length,E[E.length]=I,v++}if(v==3){let I=E[E.length-1];E[E.length-1]=I.substring(0,I.length-4)+"..."}else E[E.length]=_;v=0}),E.forEach(_=>{w.append("tspan").attr("x",Kh.rect_padding).attr("dy",Kh.line_height).text(_)}),w},OXe=(i,a,f,g)=>{const w=a.node().getTotalLength(),v=a.node().getPointAtLength(w*.5),b="rel"+Kzt;Kzt++;const _=i.append("text").attr("class","req relationshipLabel").attr("id",b).attr("x",v.x).attr("y",v.y).attr("text-anchor","middle").attr("dominant-baseline","middle").text(g).node().getBBox();i.insert("rect","#"+b).attr("class","req reqLabelBox").attr("x",v.x-_.width/2).attr("y",v.y-_.height/2).attr("width",_.width).attr("height",_.height).attr("fill","white").attr("fill-opacity","85%")},PXe=function(i,a,f,g,w){const v=f.edge(xM(a.src),xM(a.dst)),b=Cx().x(function(_){return _.x}).y(function(_){return _.y}),E=i.insert("path","#"+g).attr("class","er relationshipLine").attr("d",b(v.points)).attr("fill","none");a.type==w.db.Relationships.CONTAINS?E.attr("marker-start","url("+ei.getUrl(Kh.arrowMarkerAbsolute)+"#"+a.type+"_line_ending)"):(E.attr("stroke-dasharray","10,7"),E.attr("marker-end","url("+ei.getUrl(Kh.arrowMarkerAbsolute)+"#"+Gzt.ReqMarkers.ARROW+"_line_ending)")),OXe(i,E,Kh,`<<${a.type}>>`)},NXe=(i,a,f)=>{Object.keys(i).forEach(g=>{let w=i[g];g=xM(g),Wt.info("Added new requirement: ",g);const v=f.append("g").attr("id",g),b="req-"+g,E=Wzt(v,b);let _=Yzt(v,g+"_title",[`<<${w.type}>>`,`${w.name}`]);Xzt(v,g+"_body",[`Id: ${w.id}`,`Text: ${w.text}`,`Risk: ${w.risk}`,`Verification: ${w.verifyMethod}`],_.y);const S=E.node().getBBox();a.setNode(g,{width:S.width,height:S.height,shape:"rect",id:g})})},FXe=(i,a,f)=>{Object.keys(i).forEach(g=>{let w=i[g];const v=xM(g),b=f.append("g").attr("id",v),E="element-"+v,_=Wzt(b,E);let S=Yzt(b,E+"_title",["<<Element>>",`${g}`]);Xzt(b,E+"_body",[`Type: ${w.type||"Not Specified"}`,`Doc Ref: ${w.docRef||"None"}`],S.y);const I=_.node().getBBox();a.setNode(v,{width:I.width,height:I.height,shape:"rect",id:v})})},BXe=(i,a)=>(i.forEach(function(f){let g=xM(f.src),w=xM(f.dst);a.setEdge(g,w,{relationship:f})}),i),RXe=function(i,a){a.nodes().forEach(function(f){f!==void 0&&a.node(f)!==void 0&&(i.select("#"+f),i.select("#"+f).attr("transform","translate("+(a.node(f).x-a.node(f).width/2)+","+(a.node(f).y-a.node(f).height/2)+" )"))})},xM=i=>i.replace(/\s/g,"").replace(/\./g,"_"),jXe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:MXe,db:DXe,renderer:{draw:(i,a,f,g)=>{Kh=Re().requirement;const w=Kh.securityLevel;let v;w==="sandbox"&&(v=xr("#i"+a));const E=xr(w==="sandbox"?v.nodes()[0].contentDocument.body:"body").select(`[id='${a}']`);Gzt.insertLineEndings(E,Kh);const _=new R1({multigraph:!1,compound:!1,directed:!0}).setGraph({rankdir:Kh.layoutDirection,marginx:20,marginy:20,nodesep:100,edgesep:100,ranksep:100}).setDefaultEdgeLabel(function(){return{}});let S=g.db.getRequirements(),I=g.db.getElements(),B=g.db.getRelationships();NXe(S,_,E),FXe(I,_,E),BXe(B,_),gM(_),RXe(E,_),B.forEach(function(rt){PXe(E,rt,_,a,g)});const F=Kh.rect_padding,R=E.node().getBBox(),q=R.width+F*2,X=R.height+F*2;Kg(E,X,q,Kh.useMaxWidth),E.attr("viewBox",`${R.x-F} ${R.y-F} ${q} ${X}`)}},styles:IXe}},Symbol.toStringTag,{value:"Module"}));var kbt=function(){var i=function(me,Fe,Qt,Ae){for(Qt=Qt||{},Ae=me.length;Ae--;Qt[me[Ae]]=Fe);return Qt},a=[1,2],f=[1,3],g=[1,4],w=[2,4],v=[1,9],b=[1,11],E=[1,13],_=[1,14],S=[1,16],I=[1,17],B=[1,18],F=[1,24],R=[1,25],q=[1,26],X=[1,27],rt=[1,28],at=[1,29],ut=[1,30],pt=[1,31],yt=[1,32],mt=[1,33],gt=[1,34],ht=[1,35],bt=[1,36],Z=[1,37],ft=[1,38],Y=[1,39],Et=[1,41],V=[1,42],Nt=[1,43],Dt=[1,44],jt=[1,45],Ct=[1,46],Ft=[1,4,5,13,14,16,18,21,23,29,30,31,33,35,36,37,38,39,41,43,44,46,47,48,49,50,52,53,54,59,60,61,62,70],_t=[4,5,16,50,52,53],xt=[4,5,13,14,16,18,21,23,29,30,31,33,35,36,37,38,39,41,43,44,46,50,52,53,54,59,60,61,62,70],Gt=[4,5,13,14,16,18,21,23,29,30,31,33,35,36,37,38,39,41,43,44,46,49,50,52,53,54,59,60,61,62,70],Be=[4,5,13,14,16,18,21,23,29,30,31,33,35,36,37,38,39,41,43,44,46,48,50,52,53,54,59,60,61,62,70],Ot=[4,5,13,14,16,18,21,23,29,30,31,33,35,36,37,38,39,41,43,44,46,47,50,52,53,54,59,60,61,62,70],vn=[68,69,70],Pe=[1,120],Ee={trace:function(){},yy:{},symbols_:{error:2,start:3,SPACE:4,NEWLINE:5,SD:6,document:7,line:8,statement:9,box_section:10,box_line:11,participant_statement:12,create:13,box:14,restOfLine:15,end:16,signal:17,autonumber:18,NUM:19,off:20,activate:21,actor:22,deactivate:23,note_statement:24,links_statement:25,link_statement:26,properties_statement:27,details_statement:28,title:29,legacy_title:30,acc_title:31,acc_title_value:32,acc_descr:33,acc_descr_value:34,acc_descr_multiline_value:35,loop:36,rect:37,opt:38,alt:39,else_sections:40,par:41,par_sections:42,par_over:43,critical:44,option_sections:45,break:46,option:47,and:48,else:49,participant:50,AS:51,participant_actor:52,destroy:53,note:54,placement:55,text2:56,over:57,actor_pair:58,links:59,link:60,properties:61,details:62,spaceList:63,",":64,left_of:65,right_of:66,signaltype:67,"+":68,"-":69,ACTOR:70,SOLID_OPEN_ARROW:71,DOTTED_OPEN_ARROW:72,SOLID_ARROW:73,DOTTED_ARROW:74,SOLID_CROSS:75,DOTTED_CROSS:76,SOLID_POINT:77,DOTTED_POINT:78,TXT:79,$accept:0,$end:1},terminals_:{2:"error",4:"SPACE",5:"NEWLINE",6:"SD",13:"create",14:"box",15:"restOfLine",16:"end",18:"autonumber",19:"NUM",20:"off",21:"activate",23:"deactivate",29:"title",30:"legacy_title",31:"acc_title",32:"acc_title_value",33:"acc_descr",34:"acc_descr_value",35:"acc_descr_multiline_value",36:"loop",37:"rect",38:"opt",39:"alt",41:"par",43:"par_over",44:"critical",46:"break",47:"option",48:"and",49:"else",50:"participant",51:"AS",52:"participant_actor",53:"destroy",54:"note",57:"over",59:"links",60:"link",61:"properties",62:"details",64:",",65:"left_of",66:"right_of",68:"+",69:"-",70:"ACTOR",71:"SOLID_OPEN_ARROW",72:"DOTTED_OPEN_ARROW",73:"SOLID_ARROW",74:"DOTTED_ARROW",75:"SOLID_CROSS",76:"DOTTED_CROSS",77:"SOLID_POINT",78:"DOTTED_POINT",79:"TXT"},productions_:[0,[3,2],[3,2],[3,2],[7,0],[7,2],[8,2],[8,1],[8,1],[10,0],[10,2],[11,2],[11,1],[11,1],[9,1],[9,2],[9,4],[9,2],[9,4],[9,3],[9,3],[9,2],[9,3],[9,3],[9,2],[9,2],[9,2],[9,2],[9,2],[9,1],[9,1],[9,2],[9,2],[9,1],[9,4],[9,4],[9,4],[9,4],[9,4],[9,4],[9,4],[9,4],[45,1],[45,4],[42,1],[42,4],[40,1],[40,4],[12,5],[12,3],[12,5],[12,3],[12,3],[24,4],[24,4],[25,3],[26,3],[27,3],[28,3],[63,2],[63,1],[58,3],[58,1],[55,1],[55,1],[17,5],[17,5],[17,4],[22,1],[67,1],[67,1],[67,1],[67,1],[67,1],[67,1],[67,1],[67,1],[56,1]],performAction:function(Fe,Qt,Ae,Se,Dn,oe,Pr){var we=oe.length-1;switch(Dn){case 3:return Se.apply(oe[we]),oe[we];case 4:case 9:this.$=[];break;case 5:case 10:oe[we-1].push(oe[we]),this.$=oe[we-1];break;case 6:case 7:case 11:case 12:this.$=oe[we];break;case 8:case 13:this.$=[];break;case 15:oe[we].type="createParticipant",this.$=oe[we];break;case 16:oe[we-1].unshift({type:"boxStart",boxData:Se.parseBoxData(oe[we-2])}),oe[we-1].push({type:"boxEnd",boxText:oe[we-2]}),this.$=oe[we-1];break;case 18:this.$={type:"sequenceIndex",sequenceIndex:Number(oe[we-2]),sequenceIndexStep:Number(oe[we-1]),sequenceVisible:!0,signalType:Se.LINETYPE.AUTONUMBER};break;case 19:this.$={type:"sequenceIndex",sequenceIndex:Number(oe[we-1]),sequenceIndexStep:1,sequenceVisible:!0,signalType:Se.LINETYPE.AUTONUMBER};break;case 20:this.$={type:"sequenceIndex",sequenceVisible:!1,signalType:Se.LINETYPE.AUTONUMBER};break;case 21:this.$={type:"sequenceIndex",sequenceVisible:!0,signalType:Se.LINETYPE.AUTONUMBER};break;case 22:this.$={type:"activeStart",signalType:Se.LINETYPE.ACTIVE_START,actor:oe[we-1]};break;case 23:this.$={type:"activeEnd",signalType:Se.LINETYPE.ACTIVE_END,actor:oe[we-1]};break;case 29:Se.setDiagramTitle(oe[we].substring(6)),this.$=oe[we].substring(6);break;case 30:Se.setDiagramTitle(oe[we].substring(7)),this.$=oe[we].substring(7);break;case 31:this.$=oe[we].trim(),Se.setAccTitle(this.$);break;case 32:case 33:this.$=oe[we].trim(),Se.setAccDescription(this.$);break;case 34:oe[we-1].unshift({type:"loopStart",loopText:Se.parseMessage(oe[we-2]),signalType:Se.LINETYPE.LOOP_START}),oe[we-1].push({type:"loopEnd",loopText:oe[we-2],signalType:Se.LINETYPE.LOOP_END}),this.$=oe[we-1];break;case 35:oe[we-1].unshift({type:"rectStart",color:Se.parseMessage(oe[we-2]),signalType:Se.LINETYPE.RECT_START}),oe[we-1].push({type:"rectEnd",color:Se.parseMessage(oe[we-2]),signalType:Se.LINETYPE.RECT_END}),this.$=oe[we-1];break;case 36:oe[we-1].unshift({type:"optStart",optText:Se.parseMessage(oe[we-2]),signalType:Se.LINETYPE.OPT_START}),oe[we-1].push({type:"optEnd",optText:Se.parseMessage(oe[we-2]),signalType:Se.LINETYPE.OPT_END}),this.$=oe[we-1];break;case 37:oe[we-1].unshift({type:"altStart",altText:Se.parseMessage(oe[we-2]),signalType:Se.LINETYPE.ALT_START}),oe[we-1].push({type:"altEnd",signalType:Se.LINETYPE.ALT_END}),this.$=oe[we-1];break;case 38:oe[we-1].unshift({type:"parStart",parText:Se.parseMessage(oe[we-2]),signalType:Se.LINETYPE.PAR_START}),oe[we-1].push({type:"parEnd",signalType:Se.LINETYPE.PAR_END}),this.$=oe[we-1];break;case 39:oe[we-1].unshift({type:"parStart",parText:Se.parseMessage(oe[we-2]),signalType:Se.LINETYPE.PAR_OVER_START}),oe[we-1].push({type:"parEnd",signalType:Se.LINETYPE.PAR_END}),this.$=oe[we-1];break;case 40:oe[we-1].unshift({type:"criticalStart",criticalText:Se.parseMessage(oe[we-2]),signalType:Se.LINETYPE.CRITICAL_START}),oe[we-1].push({type:"criticalEnd",signalType:Se.LINETYPE.CRITICAL_END}),this.$=oe[we-1];break;case 41:oe[we-1].unshift({type:"breakStart",breakText:Se.parseMessage(oe[we-2]),signalType:Se.LINETYPE.BREAK_START}),oe[we-1].push({type:"breakEnd",optText:Se.parseMessage(oe[we-2]),signalType:Se.LINETYPE.BREAK_END}),this.$=oe[we-1];break;case 43:this.$=oe[we-3].concat([{type:"option",optionText:Se.parseMessage(oe[we-1]),signalType:Se.LINETYPE.CRITICAL_OPTION},oe[we]]);break;case 45:this.$=oe[we-3].concat([{type:"and",parText:Se.parseMessage(oe[we-1]),signalType:Se.LINETYPE.PAR_AND},oe[we]]);break;case 47:this.$=oe[we-3].concat([{type:"else",altText:Se.parseMessage(oe[we-1]),signalType:Se.LINETYPE.ALT_ELSE},oe[we]]);break;case 48:oe[we-3].draw="participant",oe[we-3].type="addParticipant",oe[we-3].description=Se.parseMessage(oe[we-1]),this.$=oe[we-3];break;case 49:oe[we-1].draw="participant",oe[we-1].type="addParticipant",this.$=oe[we-1];break;case 50:oe[we-3].draw="actor",oe[we-3].type="addParticipant",oe[we-3].description=Se.parseMessage(oe[we-1]),this.$=oe[we-3];break;case 51:oe[we-1].draw="actor",oe[we-1].type="addParticipant",this.$=oe[we-1];break;case 52:oe[we-1].type="destroyParticipant",this.$=oe[we-1];break;case 53:this.$=[oe[we-1],{type:"addNote",placement:oe[we-2],actor:oe[we-1].actor,text:oe[we]}];break;case 54:oe[we-2]=[].concat(oe[we-1],oe[we-1]).slice(0,2),oe[we-2][0]=oe[we-2][0].actor,oe[we-2][1]=oe[we-2][1].actor,this.$=[oe[we-1],{type:"addNote",placement:Se.PLACEMENT.OVER,actor:oe[we-2].slice(0,2),text:oe[we]}];break;case 55:this.$=[oe[we-1],{type:"addLinks",actor:oe[we-1].actor,text:oe[we]}];break;case 56:this.$=[oe[we-1],{type:"addALink",actor:oe[we-1].actor,text:oe[we]}];break;case 57:this.$=[oe[we-1],{type:"addProperties",actor:oe[we-1].actor,text:oe[we]}];break;case 58:this.$=[oe[we-1],{type:"addDetails",actor:oe[we-1].actor,text:oe[we]}];break;case 61:this.$=[oe[we-2],oe[we]];break;case 62:this.$=oe[we];break;case 63:this.$=Se.PLACEMENT.LEFTOF;break;case 64:this.$=Se.PLACEMENT.RIGHTOF;break;case 65:this.$=[oe[we-4],oe[we-1],{type:"addMessage",from:oe[we-4].actor,to:oe[we-1].actor,signalType:oe[we-3],msg:oe[we],activate:!0},{type:"activeStart",signalType:Se.LINETYPE.ACTIVE_START,actor:oe[we-1]}];break;case 66:this.$=[oe[we-4],oe[we-1],{type:"addMessage",from:oe[we-4].actor,to:oe[we-1].actor,signalType:oe[we-3],msg:oe[we]},{type:"activeEnd",signalType:Se.LINETYPE.ACTIVE_END,actor:oe[we-4]}];break;case 67:this.$=[oe[we-3],oe[we-1],{type:"addMessage",from:oe[we-3].actor,to:oe[we-1].actor,signalType:oe[we-2],msg:oe[we]}];break;case 68:this.$={type:"addParticipant",actor:oe[we]};break;case 69:this.$=Se.LINETYPE.SOLID_OPEN;break;case 70:this.$=Se.LINETYPE.DOTTED_OPEN;break;case 71:this.$=Se.LINETYPE.SOLID;break;case 72:this.$=Se.LINETYPE.DOTTED;break;case 73:this.$=Se.LINETYPE.SOLID_CROSS;break;case 74:this.$=Se.LINETYPE.DOTTED_CROSS;break;case 75:this.$=Se.LINETYPE.SOLID_POINT;break;case 76:this.$=Se.LINETYPE.DOTTED_POINT;break;case 77:this.$=Se.parseMessage(oe[we].trim().substring(1));break}},table:[{3:1,4:a,5:f,6:g},{1:[3]},{3:5,4:a,5:f,6:g},{3:6,4:a,5:f,6:g},i([1,4,5,13,14,18,21,23,29,30,31,33,35,36,37,38,39,41,43,44,46,50,52,53,54,59,60,61,62,70],w,{7:7}),{1:[2,1]},{1:[2,2]},{1:[2,3],4:v,5:b,8:8,9:10,12:12,13:E,14:_,17:15,18:S,21:I,22:40,23:B,24:19,25:20,26:21,27:22,28:23,29:F,30:R,31:q,33:X,35:rt,36:at,37:ut,38:pt,39:yt,41:mt,43:gt,44:ht,46:bt,50:Z,52:ft,53:Y,54:Et,59:V,60:Nt,61:Dt,62:jt,70:Ct},i(Ft,[2,5]),{9:47,12:12,13:E,14:_,17:15,18:S,21:I,22:40,23:B,24:19,25:20,26:21,27:22,28:23,29:F,30:R,31:q,33:X,35:rt,36:at,37:ut,38:pt,39:yt,41:mt,43:gt,44:ht,46:bt,50:Z,52:ft,53:Y,54:Et,59:V,60:Nt,61:Dt,62:jt,70:Ct},i(Ft,[2,7]),i(Ft,[2,8]),i(Ft,[2,14]),{12:48,50:Z,52:ft,53:Y},{15:[1,49]},{5:[1,50]},{5:[1,53],19:[1,51],20:[1,52]},{22:54,70:Ct},{22:55,70:Ct},{5:[1,56]},{5:[1,57]},{5:[1,58]},{5:[1,59]},{5:[1,60]},i(Ft,[2,29]),i(Ft,[2,30]),{32:[1,61]},{34:[1,62]},i(Ft,[2,33]),{15:[1,63]},{15:[1,64]},{15:[1,65]},{15:[1,66]},{15:[1,67]},{15:[1,68]},{15:[1,69]},{15:[1,70]},{22:71,70:Ct},{22:72,70:Ct},{22:73,70:Ct},{67:74,71:[1,75],72:[1,76],73:[1,77],74:[1,78],75:[1,79],76:[1,80],77:[1,81],78:[1,82]},{55:83,57:[1,84],65:[1,85],66:[1,86]},{22:87,70:Ct},{22:88,70:Ct},{22:89,70:Ct},{22:90,70:Ct},i([5,51,64,71,72,73,74,75,76,77,78,79],[2,68]),i(Ft,[2,6]),i(Ft,[2,15]),i(_t,[2,9],{10:91}),i(Ft,[2,17]),{5:[1,93],19:[1,92]},{5:[1,94]},i(Ft,[2,21]),{5:[1,95]},{5:[1,96]},i(Ft,[2,24]),i(Ft,[2,25]),i(Ft,[2,26]),i(Ft,[2,27]),i(Ft,[2,28]),i(Ft,[2,31]),i(Ft,[2,32]),i(xt,w,{7:97}),i(xt,w,{7:98}),i(xt,w,{7:99}),i(Gt,w,{40:100,7:101}),i(Be,w,{42:102,7:103}),i(Be,w,{7:103,42:104}),i(Ot,w,{45:105,7:106}),i(xt,w,{7:107}),{5:[1,109],51:[1,108]},{5:[1,111],51:[1,110]},{5:[1,112]},{22:115,68:[1,113],69:[1,114],70:Ct},i(vn,[2,69]),i(vn,[2,70]),i(vn,[2,71]),i(vn,[2,72]),i(vn,[2,73]),i(vn,[2,74]),i(vn,[2,75]),i(vn,[2,76]),{22:116,70:Ct},{22:118,58:117,70:Ct},{70:[2,63]},{70:[2,64]},{56:119,79:Pe},{56:121,79:Pe},{56:122,79:Pe},{56:123,79:Pe},{4:[1,126],5:[1,128],11:125,12:127,16:[1,124],50:Z,52:ft,53:Y},{5:[1,129]},i(Ft,[2,19]),i(Ft,[2,20]),i(Ft,[2,22]),i(Ft,[2,23]),{4:v,5:b,8:8,9:10,12:12,13:E,14:_,16:[1,130],17:15,18:S,21:I,22:40,23:B,24:19,25:20,26:21,27:22,28:23,29:F,30:R,31:q,33:X,35:rt,36:at,37:ut,38:pt,39:yt,41:mt,43:gt,44:ht,46:bt,50:Z,52:ft,53:Y,54:Et,59:V,60:Nt,61:Dt,62:jt,70:Ct},{4:v,5:b,8:8,9:10,12:12,13:E,14:_,16:[1,131],17:15,18:S,21:I,22:40,23:B,24:19,25:20,26:21,27:22,28:23,29:F,30:R,31:q,33:X,35:rt,36:at,37:ut,38:pt,39:yt,41:mt,43:gt,44:ht,46:bt,50:Z,52:ft,53:Y,54:Et,59:V,60:Nt,61:Dt,62:jt,70:Ct},{4:v,5:b,8:8,9:10,12:12,13:E,14:_,16:[1,132],17:15,18:S,21:I,22:40,23:B,24:19,25:20,26:21,27:22,28:23,29:F,30:R,31:q,33:X,35:rt,36:at,37:ut,38:pt,39:yt,41:mt,43:gt,44:ht,46:bt,50:Z,52:ft,53:Y,54:Et,59:V,60:Nt,61:Dt,62:jt,70:Ct},{16:[1,133]},{4:v,5:b,8:8,9:10,12:12,13:E,14:_,16:[2,46],17:15,18:S,21:I,22:40,23:B,24:19,25:20,26:21,27:22,28:23,29:F,30:R,31:q,33:X,35:rt,36:at,37:ut,38:pt,39:yt,41:mt,43:gt,44:ht,46:bt,49:[1,134],50:Z,52:ft,53:Y,54:Et,59:V,60:Nt,61:Dt,62:jt,70:Ct},{16:[1,135]},{4:v,5:b,8:8,9:10,12:12,13:E,14:_,16:[2,44],17:15,18:S,21:I,22:40,23:B,24:19,25:20,26:21,27:22,28:23,29:F,30:R,31:q,33:X,35:rt,36:at,37:ut,38:pt,39:yt,41:mt,43:gt,44:ht,46:bt,48:[1,136],50:Z,52:ft,53:Y,54:Et,59:V,60:Nt,61:Dt,62:jt,70:Ct},{16:[1,137]},{16:[1,138]},{4:v,5:b,8:8,9:10,12:12,13:E,14:_,16:[2,42],17:15,18:S,21:I,22:40,23:B,24:19,25:20,26:21,27:22,28:23,29:F,30:R,31:q,33:X,35:rt,36:at,37:ut,38:pt,39:yt,41:mt,43:gt,44:ht,46:bt,47:[1,139],50:Z,52:ft,53:Y,54:Et,59:V,60:Nt,61:Dt,62:jt,70:Ct},{4:v,5:b,8:8,9:10,12:12,13:E,14:_,16:[1,140],17:15,18:S,21:I,22:40,23:B,24:19,25:20,26:21,27:22,28:23,29:F,30:R,31:q,33:X,35:rt,36:at,37:ut,38:pt,39:yt,41:mt,43:gt,44:ht,46:bt,50:Z,52:ft,53:Y,54:Et,59:V,60:Nt,61:Dt,62:jt,70:Ct},{15:[1,141]},i(Ft,[2,49]),{15:[1,142]},i(Ft,[2,51]),i(Ft,[2,52]),{22:143,70:Ct},{22:144,70:Ct},{56:145,79:Pe},{56:146,79:Pe},{56:147,79:Pe},{64:[1,148],79:[2,62]},{5:[2,55]},{5:[2,77]},{5:[2,56]},{5:[2,57]},{5:[2,58]},i(Ft,[2,16]),i(_t,[2,10]),{12:149,50:Z,52:ft,53:Y},i(_t,[2,12]),i(_t,[2,13]),i(Ft,[2,18]),i(Ft,[2,34]),i(Ft,[2,35]),i(Ft,[2,36]),i(Ft,[2,37]),{15:[1,150]},i(Ft,[2,38]),{15:[1,151]},i(Ft,[2,39]),i(Ft,[2,40]),{15:[1,152]},i(Ft,[2,41]),{5:[1,153]},{5:[1,154]},{56:155,79:Pe},{56:156,79:Pe},{5:[2,67]},{5:[2,53]},{5:[2,54]},{22:157,70:Ct},i(_t,[2,11]),i(Gt,w,{7:101,40:158}),i(Be,w,{7:103,42:159}),i(Ot,w,{7:106,45:160}),i(Ft,[2,48]),i(Ft,[2,50]),{5:[2,65]},{5:[2,66]},{79:[2,61]},{16:[2,47]},{16:[2,45]},{16:[2,43]}],defaultActions:{5:[2,1],6:[2,2],85:[2,63],86:[2,64],119:[2,55],120:[2,77],121:[2,56],122:[2,57],123:[2,58],145:[2,67],146:[2,53],147:[2,54],155:[2,65],156:[2,66],157:[2,61],158:[2,47],159:[2,45],160:[2,43]},parseError:function(Fe,Qt){if(Qt.recoverable)this.trace(Fe);else{var Ae=new Error(Fe);throw Ae.hash=Qt,Ae}},parse:function(Fe){var Qt=this,Ae=[0],Se=[],Dn=[null],oe=[],Pr=this.table,we="",Ri=0,yi=0,da=2,Ss=1,Ra=oe.slice.call(arguments,1),fr=Object.create(this.lexer),An={yy:{}};for(var Pn in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Pn)&&(An.yy[Pn]=this.yy[Pn]);fr.setInput(Fe,An.yy),An.yy.lexer=fr,An.yy.parser=this,typeof fr.yylloc>"u"&&(fr.yylloc={});var Bn=fr.yylloc;oe.push(Bn);var Te=fr.options&&fr.options.ranges;typeof An.yy.parseError=="function"?this.parseError=An.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function be(){var ta;return ta=Se.pop()||fr.lex()||Ss,typeof ta!="number"&&(ta instanceof Array&&(Se=ta,ta=Se.pop()),ta=Qt.symbols_[ta]||ta),ta}for(var Qe,rn,yn,ja,mo={},vo,ma,$a,gs;;){if(rn=Ae[Ae.length-1],this.defaultActions[rn]?yn=this.defaultActions[rn]:((Qe===null||typeof Qe>"u")&&(Qe=be()),yn=Pr[rn]&&Pr[rn][Qe]),typeof yn>"u"||!yn.length||!yn[0]){var Nu="";gs=[];for(vo in Pr[rn])this.terminals_[vo]&&vo>da&&gs.push("'"+this.terminals_[vo]+"'");fr.showPosition?Nu="Parse error on line "+(Ri+1)+`:
+`+fr.showPosition()+`
+Expecting `+gs.join(", ")+", got '"+(this.terminals_[Qe]||Qe)+"'":Nu="Parse error on line "+(Ri+1)+": Unexpected "+(Qe==Ss?"end of input":"'"+(this.terminals_[Qe]||Qe)+"'"),this.parseError(Nu,{text:fr.match,token:this.terminals_[Qe]||Qe,line:fr.yylineno,loc:Bn,expected:gs})}if(yn[0]instanceof Array&&yn.length>1)throw new Error("Parse Error: multiple actions possible at state: "+rn+", token: "+Qe);switch(yn[0]){case 1:Ae.push(Qe),Dn.push(fr.yytext),oe.push(fr.yylloc),Ae.push(yn[1]),Qe=null,yi=fr.yyleng,we=fr.yytext,Ri=fr.yylineno,Bn=fr.yylloc;break;case 2:if(ma=this.productions_[yn[1]][1],mo.$=Dn[Dn.length-ma],mo._$={first_line:oe[oe.length-(ma||1)].first_line,last_line:oe[oe.length-1].last_line,first_column:oe[oe.length-(ma||1)].first_column,last_column:oe[oe.length-1].last_column},Te&&(mo._$.range=[oe[oe.length-(ma||1)].range[0],oe[oe.length-1].range[1]]),ja=this.performAction.apply(mo,[we,yi,Ri,An.yy,yn[1],Dn,oe].concat(Ra)),typeof ja<"u")return ja;ma&&(Ae=Ae.slice(0,-1*ma*2),Dn=Dn.slice(0,-1*ma),oe=oe.slice(0,-1*ma)),Ae.push(this.productions_[yn[1]][0]),Dn.push(mo.$),oe.push(mo._$),$a=Pr[Ae[Ae.length-2]][Ae[Ae.length-1]],Ae.push($a);break;case 3:return!0}}return!0}},nn=function(){var me={EOF:1,parseError:function(Qt,Ae){if(this.yy.parser)this.yy.parser.parseError(Qt,Ae);else throw new Error(Qt)},setInput:function(Fe,Qt){return this.yy=Qt||this.yy||{},this._input=Fe,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var Fe=this._input[0];this.yytext+=Fe,this.yyleng++,this.offset++,this.match+=Fe,this.matched+=Fe;var Qt=Fe.match(/(?:\r\n?|\n).*/g);return Qt?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),Fe},unput:function(Fe){var Qt=Fe.length,Ae=Fe.split(/(?:\r\n?|\n)/g);this._input=Fe+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-Qt),this.offset-=Qt;var Se=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),Ae.length-1&&(this.yylineno-=Ae.length-1);var Dn=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:Ae?(Ae.length===Se.length?this.yylloc.first_column:0)+Se[Se.length-Ae.length].length-Ae[0].length:this.yylloc.first_column-Qt},this.options.ranges&&(this.yylloc.range=[Dn[0],Dn[0]+this.yyleng-Qt]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(Fe){this.unput(this.match.slice(Fe))},pastInput:function(){var Fe=this.matched.substr(0,this.matched.length-this.match.length);return(Fe.length>20?"...":"")+Fe.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var Fe=this.match;return Fe.length<20&&(Fe+=this._input.substr(0,20-Fe.length)),(Fe.substr(0,20)+(Fe.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var Fe=this.pastInput(),Qt=new Array(Fe.length+1).join("-");return Fe+this.upcomingInput()+`
+`+Qt+"^"},test_match:function(Fe,Qt){var Ae,Se,Dn;if(this.options.backtrack_lexer&&(Dn={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(Dn.yylloc.range=this.yylloc.range.slice(0))),Se=Fe[0].match(/(?:\r\n?|\n).*/g),Se&&(this.yylineno+=Se.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:Se?Se[Se.length-1].length-Se[Se.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+Fe[0].length},this.yytext+=Fe[0],this.match+=Fe[0],this.matches=Fe,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(Fe[0].length),this.matched+=Fe[0],Ae=this.performAction.call(this,this.yy,this,Qt,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),Ae)return Ae;if(this._backtrack){for(var oe in Dn)this[oe]=Dn[oe];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var Fe,Qt,Ae,Se;this._more||(this.yytext="",this.match="");for(var Dn=this._currentRules(),oe=0;oe<Dn.length;oe++)if(Ae=this._input.match(this.rules[Dn[oe]]),Ae&&(!Qt||Ae[0].length>Qt[0].length)){if(Qt=Ae,Se=oe,this.options.backtrack_lexer){if(Fe=this.test_match(Ae,Dn[oe]),Fe!==!1)return Fe;if(this._backtrack){Qt=!1;continue}else return!1}else if(!this.options.flex)break}return Qt?(Fe=this.test_match(Qt,Dn[Se]),Fe!==!1?Fe:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var Qt=this.next();return Qt||this.lex()},begin:function(Qt){this.conditionStack.push(Qt)},popState:function(){var Qt=this.conditionStack.length-1;return Qt>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(Qt){return Qt=this.conditionStack.length-1-Math.abs(Qt||0),Qt>=0?this.conditionStack[Qt]:"INITIAL"},pushState:function(Qt){this.begin(Qt)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(Qt,Ae,Se,Dn){switch(Se){case 0:return 5;case 1:break;case 2:break;case 3:break;case 4:break;case 5:break;case 6:return 19;case 7:return this.begin("LINE"),14;case 8:return this.begin("ID"),50;case 9:return this.begin("ID"),52;case 10:return 13;case 11:return this.begin("ID"),53;case 12:return Ae.yytext=Ae.yytext.trim(),this.begin("ALIAS"),70;case 13:return this.popState(),this.popState(),this.begin("LINE"),51;case 14:return this.popState(),this.popState(),5;case 15:return this.begin("LINE"),36;case 16:return this.begin("LINE"),37;case 17:return this.begin("LINE"),38;case 18:return this.begin("LINE"),39;case 19:return this.begin("LINE"),49;case 20:return this.begin("LINE"),41;case 21:return this.begin("LINE"),43;case 22:return this.begin("LINE"),48;case 23:return this.begin("LINE"),44;case 24:return this.begin("LINE"),47;case 25:return this.begin("LINE"),46;case 26:return this.popState(),15;case 27:return 16;case 28:return 65;case 29:return 66;case 30:return 59;case 31:return 60;case 32:return 61;case 33:return 62;case 34:return 57;case 35:return 54;case 36:return this.begin("ID"),21;case 37:return this.begin("ID"),23;case 38:return 29;case 39:return 30;case 40:return this.begin("acc_title"),31;case 41:return this.popState(),"acc_title_value";case 42:return this.begin("acc_descr"),33;case 43:return this.popState(),"acc_descr_value";case 44:this.begin("acc_descr_multiline");break;case 45:this.popState();break;case 46:return"acc_descr_multiline_value";case 47:return 6;case 48:return 18;case 49:return 20;case 50:return 64;case 51:return 5;case 52:return Ae.yytext=Ae.yytext.trim(),70;case 53:return 73;case 54:return 74;case 55:return 71;case 56:return 72;case 57:return 75;case 58:return 76;case 59:return 77;case 60:return 78;case 61:return 79;case 62:return 68;case 63:return 69;case 64:return 5;case 65:return"INVALID"}},rules:[/^(?:[\n]+)/i,/^(?:\s+)/i,/^(?:((?!\n)\s)+)/i,/^(?:#[^\n]*)/i,/^(?:%(?!\{)[^\n]*)/i,/^(?:[^\}]%%[^\n]*)/i,/^(?:[0-9]+(?=[ \n]+))/i,/^(?:box\b)/i,/^(?:participant\b)/i,/^(?:actor\b)/i,/^(?:create\b)/i,/^(?:destroy\b)/i,/^(?:[^\->:\n,;]+?([\-]*[^\->:\n,;]+?)*?(?=((?!\n)\s)+as(?!\n)\s|[#\n;]|$))/i,/^(?:as\b)/i,/^(?:(?:))/i,/^(?:loop\b)/i,/^(?:rect\b)/i,/^(?:opt\b)/i,/^(?:alt\b)/i,/^(?:else\b)/i,/^(?:par\b)/i,/^(?:par_over\b)/i,/^(?:and\b)/i,/^(?:critical\b)/i,/^(?:option\b)/i,/^(?:break\b)/i,/^(?:(?:[:]?(?:no)?wrap)?[^#\n;]*)/i,/^(?:end\b)/i,/^(?:left of\b)/i,/^(?:right of\b)/i,/^(?:links\b)/i,/^(?:link\b)/i,/^(?:properties\b)/i,/^(?:details\b)/i,/^(?:over\b)/i,/^(?:note\b)/i,/^(?:activate\b)/i,/^(?:deactivate\b)/i,/^(?:title\s[^#\n;]+)/i,/^(?:title:\s[^#\n;]+)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:sequenceDiagram\b)/i,/^(?:autonumber\b)/i,/^(?:off\b)/i,/^(?:,)/i,/^(?:;)/i,/^(?:[^\+\->:\n,;]+((?!(-x|--x|-\)|--\)))[\-]*[^\+\->:\n,;]+)*)/i,/^(?:->>)/i,/^(?:-->>)/i,/^(?:->)/i,/^(?:-->)/i,/^(?:-[x])/i,/^(?:--[x])/i,/^(?:-[\)])/i,/^(?:--[\)])/i,/^(?::(?:(?:no)?wrap)?[^#\n;]+)/i,/^(?:\+)/i,/^(?:-)/i,/^(?:$)/i,/^(?:.)/i],conditions:{acc_descr_multiline:{rules:[45,46],inclusive:!1},acc_descr:{rules:[43],inclusive:!1},acc_title:{rules:[41],inclusive:!1},ID:{rules:[2,3,12],inclusive:!1},ALIAS:{rules:[2,3,13,14],inclusive:!1},LINE:{rules:[2,3,26],inclusive:!1},INITIAL:{rules:[0,1,3,4,5,6,7,8,9,10,11,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,42,44,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65],inclusive:!0}}};return me}();Ee.lexer=nn;function sn(){this.yy={}}return sn.prototype=Ee,Ee.Parser=sn,new sn}();kbt.parser=kbt;const $Xe=kbt;class zXe{constructor(a){this.init=a,this.records=this.init()}reset(){this.records=this.init()}}const vs=new zXe(()=>({prevActor:void 0,actors:{},createdActors:{},destroyedActors:{},boxes:[],messages:[],notes:[],sequenceNumbersEnabled:!1,wrapEnabled:void 0,currentBox:void 0,lastCreated:void 0,lastDestroyed:void 0})),qXe=function(i){vs.records.boxes.push({name:i.text,wrap:i.wrap===void 0&&D9()||!!i.wrap,fill:i.color,actorKeys:[]}),vs.records.currentBox=vs.records.boxes.slice(-1)[0]},Ebt=function(i,a,f,g){let w=vs.records.currentBox;const v=vs.records.actors[i];if(v){if(vs.records.currentBox&&v.box&&vs.records.currentBox!==v.box)throw new Error("A same participant should only be defined in one Box: "+v.name+" can't be in '"+v.box.name+"' and in '"+vs.records.currentBox.name+"' at the same time.");if(w=v.box?v.box:vs.records.currentBox,v.box=w,v&&a===v.name&&f==null)return}(f==null||f.text==null)&&(f={text:a,wrap:null,type:g}),(g==null||f.text==null)&&(f={text:a,wrap:null,type:g}),vs.records.actors[i]={box:w,name:a,description:f.text,wrap:f.wrap===void 0&&D9()||!!f.wrap,prevActor:vs.records.prevActor,links:{},properties:{},actorCnt:null,rectData:null,type:g||"participant"},vs.records.prevActor&&vs.records.actors[vs.records.prevActor]&&(vs.records.actors[vs.records.prevActor].nextActor=i),vs.records.currentBox&&vs.records.currentBox.actorKeys.push(i),vs.records.prevActor=i},HXe=i=>{let a,f=0;for(a=0;a<vs.records.messages.length;a++)vs.records.messages[a].type===lB.ACTIVE_START&&vs.records.messages[a].from.actor===i&&f++,vs.records.messages[a].type===lB.ACTIVE_END&&vs.records.messages[a].from.actor===i&&f--;return f},VXe=function(i,a,f,g){vs.records.messages.push({from:i,to:a,message:f.text,wrap:f.wrap===void 0&&D9()||!!f.wrap,answer:g})},Tf=function(i,a,f={text:void 0,wrap:void 0},g,w=!1){if(g===lB.ACTIVE_END&&HXe(i.actor)<1){let b=new Error("Trying to inactivate an inactive participant ("+i.actor+")");throw b.hash={text:"->>-",token:"->>-",line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:["'ACTIVE_PARTICIPANT'"]},b}return vs.records.messages.push({from:i,to:a,message:f.text,wrap:f.wrap===void 0&&D9()||!!f.wrap,type:g,activate:w}),!0},UXe=function(){return vs.records.boxes.length>0},GXe=function(){return vs.records.boxes.some(i=>i.name)},KXe=function(){return vs.records.messages},WXe=function(){return vs.records.boxes},YXe=function(){return vs.records.actors},XXe=function(){return vs.records.createdActors},QXe=function(){return vs.records.destroyedActors},uB=function(i){return vs.records.actors[i]},JXe=function(){return Object.keys(vs.records.actors)},ZXe=function(){vs.records.sequenceNumbersEnabled=!0},tQe=function(){vs.records.sequenceNumbersEnabled=!1},eQe=()=>vs.records.sequenceNumbersEnabled,nQe=function(i){vs.records.wrapEnabled=i},D9=()=>vs.records.wrapEnabled!==void 0?vs.records.wrapEnabled:Re().sequence.wrap,rQe=function(){vs.reset(),Wg()},iQe=function(i){const a=i.trim(),f={text:a.replace(/^:?(?:no)?wrap:/,"").trim(),wrap:a.match(/^:?wrap:/)!==null?!0:a.match(/^:?nowrap:/)!==null?!1:void 0};return Wt.debug("parseMessage:",f),f},sQe=function(i){const a=i.match(/^((?:rgba?|hsla?)\s*\(.*\)|\w*)(.*)$/);let f=a!=null&&a[1]?a[1].trim():"transparent",g=a!=null&&a[2]?a[2].trim():void 0;if(window&&window.CSS)window.CSS.supports("color",f)||(f="transparent",g=i.trim());else{const w=new Option().style;w.color=f,w.color!==f&&(f="transparent",g=i.trim())}return{color:f,text:g!==void 0?Ed(g.replace(/^:?(?:no)?wrap:/,""),Re()):void 0,wrap:g!==void 0?g.match(/^:?wrap:/)!==null?!0:g.match(/^:?nowrap:/)!==null?!1:void 0:void 0}},lB={SOLID:0,DOTTED:1,NOTE:2,SOLID_CROSS:3,DOTTED_CROSS:4,SOLID_OPEN:5,DOTTED_OPEN:6,LOOP_START:10,LOOP_END:11,ALT_START:12,ALT_ELSE:13,ALT_END:14,OPT_START:15,OPT_END:16,ACTIVE_START:17,ACTIVE_END:18,PAR_START:19,PAR_AND:20,PAR_END:21,RECT_START:22,RECT_END:23,SOLID_POINT:24,DOTTED_POINT:25,AUTONUMBER:26,CRITICAL_START:27,CRITICAL_OPTION:28,CRITICAL_END:29,BREAK_START:30,BREAK_END:31,PAR_OVER_START:32},aQe={FILLED:0,OPEN:1},oQe={LEFTOF:0,RIGHTOF:1,OVER:2},Qzt=function(i,a,f){const g={actor:i,placement:a,message:f.text,wrap:f.wrap===void 0&&D9()||!!f.wrap},w=[].concat(i,i);vs.records.notes.push(g),vs.records.messages.push({from:w[0],to:w[1],message:f.text,wrap:f.wrap===void 0&&D9()||!!f.wrap,type:lB.NOTE,placement:a})},Jzt=function(i,a){const f=uB(i);try{let g=Ed(a.text,Re());g=g.replace(/&/g,"&"),g=g.replace(/=/g,"=");const w=JSON.parse(g);Tbt(f,w)}catch(g){Wt.error("error while parsing actor link text",g)}},cQe=function(i,a){const f=uB(i);try{const b={};let E=Ed(a.text,Re());var g=E.indexOf("@");E=E.replace(/&/g,"&"),E=E.replace(/=/g,"=");var w=E.slice(0,g-1).trim(),v=E.slice(g+1).trim();b[w]=v,Tbt(f,b)}catch(b){Wt.error("error while parsing actor link text",b)}};function Tbt(i,a){if(i.links==null)i.links=a;else for(let f in a)i.links[f]=a[f]}const Zzt=function(i,a){const f=uB(i);try{let g=Ed(a.text,Re());const w=JSON.parse(g);tqt(f,w)}catch(g){Wt.error("error while parsing actor properties text",g)}};function tqt(i,a){if(i.properties==null)i.properties=a;else for(let f in a)i.properties[f]=a[f]}function uQe(){vs.records.currentBox=void 0}const eqt=function(i,a){const f=uB(i),g=document.getElementById(a.text);try{const w=g.innerHTML,v=JSON.parse(w);v.properties&&tqt(f,v.properties),v.links&&Tbt(f,v.links)}catch(w){Wt.error("error while parsing actor details text",w)}},lQe=function(i,a){if(i!==void 0&&i.properties!==void 0)return i.properties[a]},nqt=function(i){if(Array.isArray(i))i.forEach(function(a){nqt(a)});else switch(i.type){case"sequenceIndex":vs.records.messages.push({from:void 0,to:void 0,message:{start:i.sequenceIndex,step:i.sequenceIndexStep,visible:i.sequenceVisible},wrap:!1,type:i.signalType});break;case"addParticipant":Ebt(i.actor,i.actor,i.description,i.draw);break;case"createParticipant":if(vs.records.actors[i.actor])throw new Error("It is not possible to have actors with the same id, even if one is destroyed before the next is created. Use 'AS' aliases to simulate the behavior");vs.records.lastCreated=i.actor,Ebt(i.actor,i.actor,i.description,i.draw),vs.records.createdActors[i.actor]=vs.records.messages.length;break;case"destroyParticipant":vs.records.lastDestroyed=i.actor,vs.records.destroyedActors[i.actor]=vs.records.messages.length;break;case"activeStart":Tf(i.actor,void 0,void 0,i.signalType);break;case"activeEnd":Tf(i.actor,void 0,void 0,i.signalType);break;case"addNote":Qzt(i.actor,i.placement,i.text);break;case"addLinks":Jzt(i.actor,i.text);break;case"addALink":cQe(i.actor,i.text);break;case"addProperties":Zzt(i.actor,i.text);break;case"addDetails":eqt(i.actor,i.text);break;case"addMessage":if(vs.records.lastCreated){if(i.to!==vs.records.lastCreated)throw new Error("The created participant "+vs.records.lastCreated+" does not have an associated creating message after its declaration. Please check the sequence diagram.");vs.records.lastCreated=void 0}else if(vs.records.lastDestroyed){if(i.to!==vs.records.lastDestroyed&&i.from!==vs.records.lastDestroyed)throw new Error("The destroyed participant "+vs.records.lastDestroyed+" does not have an associated destroying message after its declaration. Please check the sequence diagram.");vs.records.lastDestroyed=void 0}Tf(i.from,i.to,i.msg,i.signalType,i.activate);break;case"boxStart":qXe(i.boxData);break;case"boxEnd":uQe();break;case"loopStart":Tf(void 0,void 0,i.loopText,i.signalType);break;case"loopEnd":Tf(void 0,void 0,void 0,i.signalType);break;case"rectStart":Tf(void 0,void 0,i.color,i.signalType);break;case"rectEnd":Tf(void 0,void 0,void 0,i.signalType);break;case"optStart":Tf(void 0,void 0,i.optText,i.signalType);break;case"optEnd":Tf(void 0,void 0,void 0,i.signalType);break;case"altStart":Tf(void 0,void 0,i.altText,i.signalType);break;case"else":Tf(void 0,void 0,i.altText,i.signalType);break;case"altEnd":Tf(void 0,void 0,void 0,i.signalType);break;case"setAccTitle":ng(i.text);break;case"parStart":Tf(void 0,void 0,i.parText,i.signalType);break;case"and":Tf(void 0,void 0,i.parText,i.signalType);break;case"parEnd":Tf(void 0,void 0,void 0,i.signalType);break;case"criticalStart":Tf(void 0,void 0,i.criticalText,i.signalType);break;case"option":Tf(void 0,void 0,i.optionText,i.signalType);break;case"criticalEnd":Tf(void 0,void 0,void 0,i.signalType);break;case"breakStart":Tf(void 0,void 0,i.breakText,i.signalType);break;case"breakEnd":Tf(void 0,void 0,void 0,i.signalType);break}},rqt={addActor:Ebt,addMessage:VXe,addSignal:Tf,addLinks:Jzt,addDetails:eqt,addProperties:Zzt,autoWrap:D9,setWrap:nQe,enableSequenceNumbers:ZXe,disableSequenceNumbers:tQe,showSequenceNumbers:eQe,getMessages:KXe,getActors:YXe,getCreatedActors:XXe,getDestroyedActors:QXe,getActor:uB,getActorKeys:JXe,getActorProperty:lQe,getAccTitle:Yg,getBoxes:WXe,getDiagramTitle:Jg,setDiagramTitle:y2,getConfig:()=>Re().sequence,clear:rQe,parseMessage:iQe,parseBoxData:sQe,LINETYPE:lB,ARROWTYPE:aQe,PLACEMENT:oQe,addNote:Qzt,setAccTitle:ng,apply:nqt,setAccDescription:Xg,getAccDescription:Qg,hasAtLeastOneBox:UXe,hasAtLeastOneBoxWithTitle:GXe},hQe=i=>`.actor {
+ stroke: ${i.actorBorder};
+ fill: ${i.actorBkg};
+ }
+
+ text.actor > tspan {
+ fill: ${i.actorTextColor};
+ stroke: none;
+ }
+
+ .actor-line {
+ stroke: ${i.actorLineColor};
+ }
+
+ .messageLine0 {
+ stroke-width: 1.5;
+ stroke-dasharray: none;
+ stroke: ${i.signalColor};
+ }
+
+ .messageLine1 {
+ stroke-width: 1.5;
+ stroke-dasharray: 2, 2;
+ stroke: ${i.signalColor};
+ }
+
+ #arrowhead path {
+ fill: ${i.signalColor};
+ stroke: ${i.signalColor};
+ }
+
+ .sequenceNumber {
+ fill: ${i.sequenceNumberColor};
+ }
+
+ #sequencenumber {
+ fill: ${i.signalColor};
+ }
+
+ #crosshead path {
+ fill: ${i.signalColor};
+ stroke: ${i.signalColor};
+ }
+
+ .messageText {
+ fill: ${i.signalTextColor};
+ stroke: none;
+ }
+
+ .labelBox {
+ stroke: ${i.labelBoxBorderColor};
+ fill: ${i.labelBoxBkgColor};
+ }
+
+ .labelText, .labelText > tspan {
+ fill: ${i.labelTextColor};
+ stroke: none;
+ }
+
+ .loopText, .loopText > tspan {
+ fill: ${i.loopTextColor};
+ stroke: none;
+ }
+
+ .loopLine {
+ stroke-width: 2px;
+ stroke-dasharray: 2, 2;
+ stroke: ${i.labelBoxBorderColor};
+ fill: ${i.labelBoxBorderColor};
+ }
+
+ .note {
+ //stroke: #decc93;
+ stroke: ${i.noteBorderColor};
+ fill: ${i.noteBkgColor};
+ }
+
+ .noteText, .noteText > tspan {
+ fill: ${i.noteTextColor};
+ stroke: none;
+ }
+
+ .activation0 {
+ fill: ${i.activationBkgColor};
+ stroke: ${i.activationBorderColor};
+ }
+
+ .activation1 {
+ fill: ${i.activationBkgColor};
+ stroke: ${i.activationBorderColor};
+ }
+
+ .activation2 {
+ fill: ${i.activationBkgColor};
+ stroke: ${i.activationBorderColor};
+ }
+
+ .actorPopupMenu {
+ position: absolute;
+ }
+
+ .actorPopupMenuPanel {
+ position: absolute;
+ fill: ${i.actorBkg};
+ box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+ filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
+}
+ .actor-man line {
+ stroke: ${i.actorBorder};
+ fill: ${i.actorBkg};
+ }
+ .actor-man circle, line {
+ stroke: ${i.actorBorder};
+ fill: ${i.actorBkg};
+ stroke-width: 2px;
+ }
+`,I9=18*2,Cbt=function(i,a){return _Y(i,a)},iqt=(i,a)=>{sNe(()=>{const f=document.querySelectorAll(i);f.length!==0&&(f[0].addEventListener("mouseover",function(){pQe("actor"+a+"_popup")}),f[0].addEventListener("mouseout",function(){bQe("actor"+a+"_popup")}))})},fQe=function(i,a,f,g,w){if(a.links===void 0||a.links===null||Object.keys(a.links).length===0)return{height:0,width:0};const v=a.links,b=a.actorCnt,E=a.rectData;var _="none";w&&(_="block !important");const S=i.append("g");S.attr("id","actor"+b+"_popup"),S.attr("class","actorPopupMenu"),S.attr("display",_),iqt("#actor"+b+"_popup",b);var I="";E.class!==void 0&&(I=" "+E.class);let B=E.width>f?E.width:f;const F=S.append("rect");if(F.attr("class","actorPopupMenuPanel"+I),F.attr("x",E.x),F.attr("y",E.height),F.attr("fill",E.fill),F.attr("stroke",E.stroke),F.attr("width",B),F.attr("height",E.height),F.attr("rx",E.rx),F.attr("ry",E.ry),v!=null){var R=20;for(let rt in v){var q=S.append("a"),X=c8(v[rt]);q.attr("xlink:href",X),q.attr("target","_blank"),IQe(g)(rt,q,E.x+10,E.height+R,B,20,{class:"actor"},g),R+=30}}return F.attr("height",R),{height:E.height+R,width:B}},dQe=function(i){return"var pu = document.getElementById('"+i+"'); if (pu != null) { pu.style.display = 'block'; }"},gQe=function(i){return"var pu = document.getElementById('"+i+"'); if (pu != null) { pu.style.display = 'none'; }"},pQe=function(i){var a=document.getElementById(i);a!=null&&(a.style.display="block")},bQe=function(i){var a=document.getElementById(i);a!=null&&(a.style.display="none")},kM=function(i,a){let f=0,g=0;const w=a.text.split(ei.lineBreakRegex),[v,b]=QL(a.fontSize);let E=[],_=0,S=()=>a.y;if(a.valign!==void 0&&a.textMargin!==void 0&&a.textMargin>0)switch(a.valign){case"top":case"start":S=()=>Math.round(a.y+a.textMargin);break;case"middle":case"center":S=()=>Math.round(a.y+(f+g+a.textMargin)/2);break;case"bottom":case"end":S=()=>Math.round(a.y+(f+g+2*a.textMargin)-a.textMargin);break}if(a.anchor!==void 0&&a.textMargin!==void 0&&a.width!==void 0)switch(a.anchor){case"left":case"start":a.x=Math.round(a.x+a.textMargin),a.anchor="start",a.dominantBaseline="middle",a.alignmentBaseline="middle";break;case"middle":case"center":a.x=Math.round(a.x+a.width/2),a.anchor="middle",a.dominantBaseline="middle",a.alignmentBaseline="middle";break;case"right":case"end":a.x=Math.round(a.x+a.width-a.textMargin),a.anchor="end",a.dominantBaseline="middle",a.alignmentBaseline="middle";break}for(let[I,B]of w.entries()){a.textMargin!==void 0&&a.textMargin===0&&v!==void 0&&(_=I*v);const F=i.append("text");F.attr("x",a.x),F.attr("y",S()),a.anchor!==void 0&&F.attr("text-anchor",a.anchor).attr("dominant-baseline",a.dominantBaseline).attr("alignment-baseline",a.alignmentBaseline),a.fontFamily!==void 0&&F.style("font-family",a.fontFamily),b!==void 0&&F.style("font-size",b),a.fontWeight!==void 0&&F.style("font-weight",a.fontWeight),a.fill!==void 0&&F.attr("fill",a.fill),a.class!==void 0&&F.attr("class",a.class),a.dy!==void 0?F.attr("dy",a.dy):_!==0&&F.attr("dy",_);const R=B||oFt;if(a.tspan){const q=F.append("tspan");q.attr("x",a.x),a.fill!==void 0&&q.attr("fill",a.fill),q.text(R)}else F.text(R);a.valign!==void 0&&a.textMargin!==void 0&&a.textMargin>0&&(g+=(F._groups||F)[0][0].getBBox().height,f=g),E.push(F)}return E},sqt=function(i,a){function f(w,v,b,E,_){return w+","+v+" "+(w+b)+","+v+" "+(w+b)+","+(v+E-_)+" "+(w+b-_*1.2)+","+(v+E)+" "+w+","+(v+E)}const g=i.append("polygon");return g.attr("points",f(a.x,a.y,a.width,a.height,7)),g.attr("class","labelBox"),a.y=a.y+a.height/2,kM(i,a),g};let ny=-1;const aqt=(i,a,f,g)=>{i.select&&f.forEach(w=>{const v=a[w],b=i.select("#actor"+v.actorCnt);!g.mirrorActors&&v.stopy?b.attr("y2",v.stopy+v.height/2):g.mirrorActors&&b.attr("y2",v.stopy)})},wQe=function(i,a,f,g){const w=g?a.stopy:a.starty,v=a.x+a.width/2,b=w+5,E=i.append("g").lower();var _=E;g||(ny++,_.append("line").attr("id","actor"+ny).attr("x1",v).attr("y1",b).attr("x2",v).attr("y2",2e3).attr("class","actor-line").attr("class","200").attr("stroke-width","0.5px").attr("stroke","#999"),_=E.append("g"),a.actorCnt=ny,a.links!=null&&(_.attr("id","root-"+ny),iqt("#root-"+ny,ny)));const S=k9();var I="actor";a.properties!=null&&a.properties.class?I=a.properties.class:S.fill="#eaeaea",S.x=a.x,S.y=w,S.width=a.width,S.height=a.height,S.class=I,S.rx=3,S.ry=3;const B=Cbt(_,S);if(a.rectData=S,a.properties!=null&&a.properties.icon){const R=a.properties.icon.trim();R.charAt(0)==="@"?CRe(_,S.x+S.width-20,S.y+10,R.substr(1)):TRe(_,S.x+S.width-20,S.y+10,R)}_bt(f)(a.description,_,S.x,S.y,S.width,S.height,{class:"actor"},f);let F=a.height;if(B.node){const R=B.node().getBBox();a.height=R.height,F=R.height}return F},mQe=function(i,a,f,g){const w=g?a.stopy:a.starty,v=a.x+a.width/2,b=w+80;i.lower(),g||(ny++,i.append("line").attr("id","actor"+ny).attr("x1",v).attr("y1",b).attr("x2",v).attr("y2",2e3).attr("class","actor-line").attr("class","200").attr("stroke-width","0.5px").attr("stroke","#999"),a.actorCnt=ny);const E=i.append("g");E.attr("class","actor-man");const _=k9();_.x=a.x,_.y=w,_.fill="#eaeaea",_.width=a.width,_.height=a.height,_.class="actor",_.rx=3,_.ry=3,E.append("line").attr("id","actor-man-torso"+ny).attr("x1",v).attr("y1",w+25).attr("x2",v).attr("y2",w+45),E.append("line").attr("id","actor-man-arms"+ny).attr("x1",v-I9/2).attr("y1",w+33).attr("x2",v+I9/2).attr("y2",w+33),E.append("line").attr("x1",v-I9/2).attr("y1",w+60).attr("x2",v).attr("y2",w+45),E.append("line").attr("x1",v).attr("y1",w+45).attr("x2",v+I9/2-2).attr("y2",w+60);const S=E.append("circle");S.attr("cx",a.x+a.width/2),S.attr("cy",w+10),S.attr("r",15),S.attr("width",a.width),S.attr("height",a.height);const I=E.node().getBBox();return a.height=I.height,_bt(f)(a.description,E,_.x,_.y+35,_.width,_.height,{class:"actor"},f),a.height},vQe=function(i,a,f,g){switch(a.type){case"actor":return mQe(i,a,f,g);case"participant":return wQe(i,a,f,g)}},yQe=function(i,a,f){const w=i.append("g");oqt(w,a),a.name&&_bt(f)(a.name,w,a.x,a.y+(a.textMaxHeight||0)/2,a.width,0,{class:"text"},f),w.lower()},xQe=function(i){return i.append("g")},kQe=function(i,a,f,g,w){const v=k9(),b=a.anchored;v.x=a.startx,v.y=a.starty,v.class="activation"+w%3,v.width=a.stopx-a.startx,v.height=f-a.starty,Cbt(b,v)},EQe=function(i,a,f,g){const{boxMargin:w,boxTextMargin:v,labelBoxHeight:b,labelBoxWidth:E,messageFontFamily:_,messageFontSize:S,messageFontWeight:I}=g,B=i.append("g"),F=function(X,rt,at,ut){return B.append("line").attr("x1",X).attr("y1",rt).attr("x2",at).attr("y2",ut).attr("class","loopLine")};F(a.startx,a.starty,a.stopx,a.starty),F(a.stopx,a.starty,a.stopx,a.stopy),F(a.startx,a.stopy,a.stopx,a.stopy),F(a.startx,a.starty,a.startx,a.stopy),a.sections!==void 0&&a.sections.forEach(function(X){F(a.startx,X.y,a.stopx,X.y).style("stroke-dasharray","3, 3")});let R=Kgt();R.text=f,R.x=a.startx,R.y=a.starty,R.fontFamily=_,R.fontSize=S,R.fontWeight=I,R.anchor="middle",R.valign="middle",R.tspan=!1,R.width=E||50,R.height=b||20,R.textMargin=v,R.class="labelText",sqt(B,R),R=cqt(),R.text=a.title,R.x=a.startx+E/2+(a.stopx-a.startx)/2,R.y=a.starty+w+v,R.anchor="middle",R.valign="middle",R.textMargin=v,R.class="loopText",R.fontFamily=_,R.fontSize=S,R.fontWeight=I,R.wrap=!0;let q=kM(B,R);return a.sectionTitles!==void 0&&a.sectionTitles.forEach(function(X,rt){if(X.message){R.text=X.message,R.x=a.startx+(a.stopx-a.startx)/2,R.y=a.sections[rt].y+w+v,R.class="loopText",R.anchor="middle",R.valign="middle",R.tspan=!1,R.fontFamily=_,R.fontSize=S,R.fontWeight=I,R.wrap=a.wrap,q=kM(B,R);let at=Math.round(q.map(ut=>(ut._groups||ut)[0][0].getBBox().height).reduce((ut,pt)=>ut+pt));a.sections[rt].height+=at-(w+v)}}),a.height=Math.round(a.stopy-a.starty),B},oqt=function(i,a){qBt(i,a)},TQe=function(i){i.append("defs").append("symbol").attr("id","database").attr("fill-rule","evenodd").attr("clip-rule","evenodd").append("path").attr("transform","scale(.5)").attr("d","M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z")},CQe=function(i){i.append("defs").append("symbol").attr("id","computer").attr("width","24").attr("height","24").append("path").attr("transform","scale(.5)").attr("d","M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z")},_Qe=function(i){i.append("defs").append("symbol").attr("id","clock").attr("width","24").attr("height","24").append("path").attr("transform","scale(.5)").attr("d","M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z")},SQe=function(i){i.append("defs").append("marker").attr("id","arrowhead").attr("refX",7.9).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",12).attr("markerHeight",12).attr("orient","auto").append("path").attr("d","M 0 0 L 10 5 L 0 10 z")},AQe=function(i){i.append("defs").append("marker").attr("id","filled-head").attr("refX",15.5).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L14,7 L9,1 Z")},LQe=function(i){i.append("defs").append("marker").attr("id","sequencenumber").attr("refX",15).attr("refY",15).attr("markerWidth",60).attr("markerHeight",40).attr("orient","auto").append("circle").attr("cx",15).attr("cy",15).attr("r",6)},MQe=function(i){i.append("defs").append("marker").attr("id","crosshead").attr("markerWidth",15).attr("markerHeight",8).attr("orient","auto").attr("refX",4).attr("refY",4.5).append("path").attr("fill","none").attr("stroke","#000000").style("stroke-dasharray","0, 0").attr("stroke-width","1pt").attr("d","M 1,2 L 6,7 M 6,2 L 1,7")},cqt=function(){return{x:0,y:0,fill:void 0,anchor:void 0,style:"#666",width:void 0,height:void 0,textMargin:0,rx:0,ry:0,tspan:!0,valign:void 0}},DQe=function(){return{x:0,y:0,fill:"#EDF2AE",stroke:"#666",width:100,anchor:"start",height:100,rx:0,ry:0}},_bt=function(){function i(w,v,b,E,_,S,I){const B=v.append("text").attr("x",b+_/2).attr("y",E+S/2+5).style("text-anchor","middle").text(w);g(B,I)}function a(w,v,b,E,_,S,I,B){const{actorFontSize:F,actorFontFamily:R,actorFontWeight:q}=B,[X,rt]=QL(F),at=w.split(ei.lineBreakRegex);for(let ut=0;ut<at.length;ut++){const pt=ut*X-X*(at.length-1)/2,yt=v.append("text").attr("x",b+_/2).attr("y",E).style("text-anchor","middle").style("font-size",rt).style("font-weight",q).style("font-family",R);yt.append("tspan").attr("x",b+_/2).attr("dy",pt).text(at[ut]),yt.attr("y",E+S/2).attr("dominant-baseline","central").attr("alignment-baseline","central"),g(yt,I)}}function f(w,v,b,E,_,S,I,B){const F=v.append("switch"),q=F.append("foreignObject").attr("x",b).attr("y",E).attr("width",_).attr("height",S).append("xhtml:div").style("display","table").style("height","100%").style("width","100%");q.append("div").style("display","table-cell").style("text-align","center").style("vertical-align","middle").text(w),a(w,F,b,E,_,S,I,B),g(q,I)}function g(w,v){for(const b in v)v.hasOwnProperty(b)&&w.attr(b,v[b])}return function(w){return w.textPlacement==="fo"?f:w.textPlacement==="old"?i:a}}(),IQe=function(){function i(w,v,b,E,_,S,I){const B=v.append("text").attr("x",b).attr("y",E).style("text-anchor","start").text(w);g(B,I)}function a(w,v,b,E,_,S,I,B){const{actorFontSize:F,actorFontFamily:R,actorFontWeight:q}=B,X=w.split(ei.lineBreakRegex);for(let rt=0;rt<X.length;rt++){const at=rt*F-F*(X.length-1)/2,ut=v.append("text").attr("x",b).attr("y",E).style("text-anchor","start").style("font-size",F).style("font-weight",q).style("font-family",R);ut.append("tspan").attr("x",b).attr("dy",at).text(X[rt]),ut.attr("y",E+S/2).attr("dominant-baseline","central").attr("alignment-baseline","central"),g(ut,I)}}function f(w,v,b,E,_,S,I,B){const F=v.append("switch"),q=F.append("foreignObject").attr("x",b).attr("y",E).attr("width",_).attr("height",S).append("xhtml:div").style("display","table").style("height","100%").style("width","100%");q.append("div").style("display","table-cell").style("text-align","center").style("vertical-align","middle").text(w),a(w,F,b,E,_,S,I,B),g(q,I)}function g(w,v){for(const b in v)v.hasOwnProperty(b)&&w.attr(b,v[b])}return function(w){return w.textPlacement==="fo"?f:w.textPlacement==="old"?i:a}}(),Cf={drawRect:Cbt,drawText:kM,drawLabel:sqt,drawActor:vQe,drawBox:yQe,drawPopup:fQe,anchorElement:xQe,drawActivation:kQe,drawLoop:EQe,drawBackgroundRect:oqt,insertArrowHead:SQe,insertArrowFilledHead:AQe,insertSequenceNumber:LQe,insertArrowCrossHead:MQe,insertDatabaseIcon:TQe,insertComputerIcon:CQe,insertClockIcon:_Qe,getTextObj:cqt,getNoteRect:DQe,popupMenu:dQe,popdownMenu:gQe,fixLifeLineHeights:aqt,sanitizeUrl:c8};let pn={};const Wr={data:{startx:void 0,stopx:void 0,starty:void 0,stopy:void 0},verticalPos:0,sequenceItems:[],activations:[],models:{getHeight:function(){return Math.max.apply(null,this.actors.length===0?[0]:this.actors.map(i=>i.height||0))+(this.loops.length===0?0:this.loops.map(i=>i.height||0).reduce((i,a)=>i+a))+(this.messages.length===0?0:this.messages.map(i=>i.height||0).reduce((i,a)=>i+a))+(this.notes.length===0?0:this.notes.map(i=>i.height||0).reduce((i,a)=>i+a))},clear:function(){this.actors=[],this.boxes=[],this.loops=[],this.messages=[],this.notes=[]},addBox:function(i){this.boxes.push(i)},addActor:function(i){this.actors.push(i)},addLoop:function(i){this.loops.push(i)},addMessage:function(i){this.messages.push(i)},addNote:function(i){this.notes.push(i)},lastActor:function(){return this.actors[this.actors.length-1]},lastLoop:function(){return this.loops[this.loops.length-1]},lastMessage:function(){return this.messages[this.messages.length-1]},lastNote:function(){return this.notes[this.notes.length-1]},actors:[],boxes:[],loops:[],messages:[],notes:[]},init:function(){this.sequenceItems=[],this.activations=[],this.models.clear(),this.data={startx:void 0,stopx:void 0,starty:void 0,stopy:void 0},this.verticalPos=0,lqt(Re())},updateVal:function(i,a,f,g){i[a]===void 0?i[a]=f:i[a]=g(f,i[a])},updateBounds:function(i,a,f,g){const w=this;let v=0;function b(E){return function(S){v++;const I=w.sequenceItems.length-v+1;w.updateVal(S,"starty",a-I*pn.boxMargin,Math.min),w.updateVal(S,"stopy",g+I*pn.boxMargin,Math.max),w.updateVal(Wr.data,"startx",i-I*pn.boxMargin,Math.min),w.updateVal(Wr.data,"stopx",f+I*pn.boxMargin,Math.max),E!=="activation"&&(w.updateVal(S,"startx",i-I*pn.boxMargin,Math.min),w.updateVal(S,"stopx",f+I*pn.boxMargin,Math.max),w.updateVal(Wr.data,"starty",a-I*pn.boxMargin,Math.min),w.updateVal(Wr.data,"stopy",g+I*pn.boxMargin,Math.max))}}this.sequenceItems.forEach(b()),this.activations.forEach(b("activation"))},insert:function(i,a,f,g){const w=ei.getMin(i,f),v=ei.getMax(i,f),b=ei.getMin(a,g),E=ei.getMax(a,g);this.updateVal(Wr.data,"startx",w,Math.min),this.updateVal(Wr.data,"starty",b,Math.min),this.updateVal(Wr.data,"stopx",v,Math.max),this.updateVal(Wr.data,"stopy",E,Math.max),this.updateBounds(w,b,v,E)},newActivation:function(i,a,f){const g=f[i.from.actor],w=hX(i.from.actor).length||0,v=g.x+g.width/2+(w-1)*pn.activationWidth/2;this.activations.push({startx:v,starty:this.verticalPos+2,stopx:v+pn.activationWidth,stopy:void 0,actor:i.from.actor,anchored:Cf.anchorElement(a)})},endActivation:function(i){const a=this.activations.map(function(f){return f.actor}).lastIndexOf(i.from.actor);return this.activations.splice(a,1)[0]},createLoop:function(i={message:void 0,wrap:!1,width:void 0},a){return{startx:void 0,starty:this.verticalPos,stopx:void 0,stopy:void 0,title:i.message,wrap:i.wrap,width:i.width,height:0,fill:a}},newLoop:function(i={message:void 0,wrap:!1,width:void 0},a){this.sequenceItems.push(this.createLoop(i,a))},endLoop:function(){return this.sequenceItems.pop()},isLoopOverlap:function(){return this.sequenceItems.length?this.sequenceItems[this.sequenceItems.length-1].overlap:!1},addSectionToLoop:function(i){const a=this.sequenceItems.pop();a.sections=a.sections||[],a.sectionTitles=a.sectionTitles||[],a.sections.push({y:Wr.getVerticalPos(),height:0}),a.sectionTitles.push(i),this.sequenceItems.push(a)},saveVerticalPos:function(){this.isLoopOverlap()&&(this.savedVerticalPos=this.verticalPos)},resetVerticalPos:function(){this.isLoopOverlap()&&(this.verticalPos=this.savedVerticalPos)},bumpVerticalPos:function(i){this.verticalPos=this.verticalPos+i,this.data.stopy=ei.getMax(this.data.stopy,this.verticalPos)},getVerticalPos:function(){return this.verticalPos},getBounds:function(){return{bounds:this.data,models:this.models}}},OQe=function(i,a){Wr.bumpVerticalPos(pn.boxMargin),a.height=pn.boxMargin,a.starty=Wr.getVerticalPos();const f=k9();f.x=a.startx,f.y=a.starty,f.width=a.width||pn.width,f.class="note";const g=i.append("g"),w=Cf.drawRect(g,f),v=Kgt();v.x=a.startx,v.y=a.starty,v.width=f.width,v.dy="1em",v.text=a.message,v.class="noteText",v.fontFamily=pn.noteFontFamily,v.fontSize=pn.noteFontSize,v.fontWeight=pn.noteFontWeight,v.anchor=pn.noteAlign,v.textMargin=pn.noteMargin,v.valign="center";const b=kM(g,v),E=Math.round(b.map(_=>(_._groups||_)[0][0].getBBox().height).reduce((_,S)=>_+S));w.attr("height",E+2*pn.noteMargin),a.height+=E+2*pn.noteMargin,Wr.bumpVerticalPos(E+2*pn.noteMargin),a.stopy=a.starty+E+2*pn.noteMargin,a.stopx=a.startx+f.width,Wr.insert(a.startx,a.starty,a.stopx,a.stopy),Wr.models.addNote(a)},O9=i=>({fontFamily:i.messageFontFamily,fontSize:i.messageFontSize,fontWeight:i.messageFontWeight}),EM=i=>({fontFamily:i.noteFontFamily,fontSize:i.noteFontSize,fontWeight:i.noteFontWeight}),Sbt=i=>({fontFamily:i.actorFontFamily,fontSize:i.actorFontSize,fontWeight:i.actorFontWeight});function PQe(i,a){Wr.bumpVerticalPos(10);const{startx:f,stopx:g,message:w}=a,v=ei.splitBreaks(w).length,b=ao.calculateTextDimensions(w,O9(pn)),E=b.height/v;a.height+=E,Wr.bumpVerticalPos(E);let _,S=b.height-10;const I=b.width;if(f===g){_=Wr.getVerticalPos()+S,pn.rightAngles||(S+=pn.boxMargin,_=Wr.getVerticalPos()+S),S+=30;const B=ei.getMax(I/2,pn.width/2);Wr.insert(f-B,Wr.getVerticalPos()-10+S,g+B,Wr.getVerticalPos()+30+S)}else S+=pn.boxMargin,_=Wr.getVerticalPos()+S,Wr.insert(f,_-10,g,_);return Wr.bumpVerticalPos(S),a.height+=S,a.stopy=a.starty+a.height,Wr.insert(a.fromBounds,a.starty,a.toBounds,a.stopy),_}const NQe=function(i,a,f,g){const{startx:w,stopx:v,starty:b,message:E,type:_,sequenceIndex:S,sequenceVisible:I}=a,B=ao.calculateTextDimensions(E,O9(pn)),F=Kgt();F.x=w,F.y=b+10,F.width=v-w,F.class="messageText",F.dy="1em",F.text=E,F.fontFamily=pn.messageFontFamily,F.fontSize=pn.messageFontSize,F.fontWeight=pn.messageFontWeight,F.anchor=pn.messageAlign,F.valign="center",F.textMargin=pn.wrapPadding,F.tspan=!1,kM(i,F);const R=B.width;let q;w===v?pn.rightAngles?q=i.append("path").attr("d",`M ${w},${f} H ${w+ei.getMax(pn.width/2,R/2)} V ${f+25} H ${w}`):q=i.append("path").attr("d","M "+w+","+f+" C "+(w+60)+","+(f-10)+" "+(w+60)+","+(f+30)+" "+w+","+(f+20)):(q=i.append("line"),q.attr("x1",w),q.attr("y1",f),q.attr("x2",v),q.attr("y2",f)),_===g.db.LINETYPE.DOTTED||_===g.db.LINETYPE.DOTTED_CROSS||_===g.db.LINETYPE.DOTTED_POINT||_===g.db.LINETYPE.DOTTED_OPEN?(q.style("stroke-dasharray","3, 3"),q.attr("class","messageLine1")):q.attr("class","messageLine0");let X="";pn.arrowMarkerAbsolute&&(X=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search,X=X.replace(/\(/g,"\\("),X=X.replace(/\)/g,"\\)")),q.attr("stroke-width",2),q.attr("stroke","none"),q.style("fill","none"),(_===g.db.LINETYPE.SOLID||_===g.db.LINETYPE.DOTTED)&&q.attr("marker-end","url("+X+"#arrowhead)"),(_===g.db.LINETYPE.SOLID_POINT||_===g.db.LINETYPE.DOTTED_POINT)&&q.attr("marker-end","url("+X+"#filled-head)"),(_===g.db.LINETYPE.SOLID_CROSS||_===g.db.LINETYPE.DOTTED_CROSS)&&q.attr("marker-end","url("+X+"#crosshead)"),(I||pn.showSequenceNumbers)&&(q.attr("marker-start","url("+X+"#sequencenumber)"),i.append("text").attr("x",w).attr("y",f+4).attr("font-family","sans-serif").attr("font-size","12px").attr("text-anchor","middle").attr("class","sequenceNumber").text(S))},FQe=function(i,a,f,g,w,v,b){let E=0,_=0,S,I=0;for(const B of g){const F=a[B],R=F.box;S&&S!=R&&(b||Wr.models.addBox(S),_+=pn.boxMargin+S.margin),R&&R!=S&&(b||(R.x=E+_,R.y=w),_+=R.margin),F.width=F.width||pn.width,F.height=ei.getMax(F.height||pn.height,pn.height),F.margin=F.margin||pn.actorMargin,I=ei.getMax(I,F.height),f[F.name]&&(_+=F.width/2),F.x=E+_,F.starty=Wr.getVerticalPos(),Wr.insert(F.x,w,F.x+F.width,F.height),E+=F.width+_,F.box&&(F.box.width=E+R.margin-F.box.x),_=F.margin,S=F.box,Wr.models.addActor(F)}S&&!b&&Wr.models.addBox(S),Wr.bumpVerticalPos(I)},Abt=function(i,a,f,g){if(g){let w=0;Wr.bumpVerticalPos(pn.boxMargin*2);for(const v of f){const b=a[v];b.stopy||(b.stopy=Wr.getVerticalPos());const E=Cf.drawActor(i,b,pn,!0);w=ei.getMax(w,E)}Wr.bumpVerticalPos(w+pn.boxMargin)}else for(const w of f){const v=a[w];Cf.drawActor(i,v,pn,!1)}},uqt=function(i,a,f,g){let w=0,v=0;for(const b of f){const E=a[b],_=$Qe(E),S=Cf.drawPopup(i,E,_,pn,pn.forceMenus,g);S.height>w&&(w=S.height),S.width+E.x>v&&(v=S.width+E.x)}return{maxHeight:w,maxWidth:v}},lqt=function(i){Td(pn,i),i.fontFamily&&(pn.actorFontFamily=pn.noteFontFamily=pn.messageFontFamily=i.fontFamily),i.fontSize&&(pn.actorFontSize=pn.noteFontSize=pn.messageFontSize=i.fontSize),i.fontWeight&&(pn.actorFontWeight=pn.noteFontWeight=pn.messageFontWeight=i.fontWeight)},hX=function(i){return Wr.activations.filter(function(a){return a.actor===i})},hqt=function(i,a){const f=a[i],g=hX(i),w=g.reduce(function(b,E){return ei.getMin(b,E.startx)},f.x+f.width/2-1),v=g.reduce(function(b,E){return ei.getMax(b,E.stopx)},f.x+f.width/2+1);return[w,v]};function h4(i,a,f,g,w){Wr.bumpVerticalPos(f);let v=g;if(a.id&&a.message&&i[a.id]){const b=i[a.id].width,E=O9(pn);a.message=ao.wrapLabel(`[${a.message}]`,b-2*pn.wrapPadding,E),a.width=b,a.wrap=!0;const _=ao.calculateTextDimensions(a.message,E),S=ei.getMax(_.height,pn.labelBoxHeight);v=g+S,Wt.debug(`${S} - ${a.message}`)}w(a),Wr.bumpVerticalPos(v)}function BQe(i,a,f,g,w,v,b){function E(S,I){S.x<w[i.from].x?(Wr.insert(a.stopx-I,a.starty,a.startx,a.stopy+S.height/2+pn.noteMargin),a.stopx=a.stopx+I):(Wr.insert(a.startx,a.starty,a.stopx+I,a.stopy+S.height/2+pn.noteMargin),a.stopx=a.stopx-I)}function _(S,I){S.x<w[i.to].x?(Wr.insert(a.startx-I,a.starty,a.stopx,a.stopy+S.height/2+pn.noteMargin),a.startx=a.startx+I):(Wr.insert(a.stopx,a.starty,a.startx+I,a.stopy+S.height/2+pn.noteMargin),a.startx=a.startx-I)}if(v[i.to]==g){const S=w[i.to],I=S.type=="actor"?I9/2+3:S.width/2+3;E(S,I),S.starty=f-S.height/2,Wr.bumpVerticalPos(S.height/2)}else if(b[i.from]==g){const S=w[i.from];if(pn.mirrorActors){const I=S.type=="actor"?I9/2:S.width/2;_(S,I)}S.stopy=f-S.height/2,Wr.bumpVerticalPos(S.height/2)}else if(b[i.to]==g){const S=w[i.to];if(pn.mirrorActors){const I=S.type=="actor"?I9/2+3:S.width/2+3;E(S,I)}S.stopy=f-S.height/2,Wr.bumpVerticalPos(S.height/2)}}const RQe=function(i,a,f,g){const{securityLevel:w,sequence:v}=Re();pn=v;let b;w==="sandbox"&&(b=xr("#i"+a));const E=xr(w==="sandbox"?b.nodes()[0].contentDocument.body:"body"),_=w==="sandbox"?b.nodes()[0].contentDocument:document;Wr.init(),Wt.debug(g.db);const S=w==="sandbox"?E.select(`[id="${a}"]`):xr(`[id="${a}"]`),I=g.db.getActors(),B=g.db.getCreatedActors(),F=g.db.getDestroyedActors(),R=g.db.getBoxes();let q=g.db.getActorKeys();const X=g.db.getMessages(),rt=g.db.getDiagramTitle(),at=g.db.hasAtLeastOneBox(),ut=g.db.hasAtLeastOneBoxWithTitle(),pt=jQe(I,X,g);if(pn.height=zQe(I,pt,R),Cf.insertComputerIcon(S),Cf.insertDatabaseIcon(S),Cf.insertClockIcon(S),at&&(Wr.bumpVerticalPos(pn.boxMargin),ut&&Wr.bumpVerticalPos(R[0].textMaxHeight)),pn.hideUnusedParticipants===!0){const Ct=new Set;X.forEach(Ft=>{Ct.add(Ft.from),Ct.add(Ft.to)}),q=q.filter(Ft=>Ct.has(Ft))}FQe(S,I,B,q,0,X,!1);const yt=VQe(X,I,pt,g);Cf.insertArrowHead(S),Cf.insertArrowCrossHead(S),Cf.insertArrowFilledHead(S),Cf.insertSequenceNumber(S);function mt(Ct,Ft){const _t=Wr.endActivation(Ct);_t.starty+18>Ft&&(_t.starty=Ft-6,Ft+=12),Cf.drawActivation(S,_t,Ft,pn,hX(Ct.from.actor).length),Wr.insert(_t.startx,Ft-10,_t.stopx,Ft)}let gt=1,ht=1;const bt=[],Z=[];X.forEach(function(Ct,Ft){let _t,xt,Gt;switch(Ct.type){case g.db.LINETYPE.NOTE:Wr.resetVerticalPos(),xt=Ct.noteModel,OQe(S,xt);break;case g.db.LINETYPE.ACTIVE_START:Wr.newActivation(Ct,S,I);break;case g.db.LINETYPE.ACTIVE_END:mt(Ct,Wr.getVerticalPos());break;case g.db.LINETYPE.LOOP_START:h4(yt,Ct,pn.boxMargin,pn.boxMargin+pn.boxTextMargin,Be=>Wr.newLoop(Be));break;case g.db.LINETYPE.LOOP_END:_t=Wr.endLoop(),Cf.drawLoop(S,_t,"loop",pn),Wr.bumpVerticalPos(_t.stopy-Wr.getVerticalPos()),Wr.models.addLoop(_t);break;case g.db.LINETYPE.RECT_START:h4(yt,Ct,pn.boxMargin,pn.boxMargin,Be=>Wr.newLoop(void 0,Be.message));break;case g.db.LINETYPE.RECT_END:_t=Wr.endLoop(),Z.push(_t),Wr.models.addLoop(_t),Wr.bumpVerticalPos(_t.stopy-Wr.getVerticalPos());break;case g.db.LINETYPE.OPT_START:h4(yt,Ct,pn.boxMargin,pn.boxMargin+pn.boxTextMargin,Be=>Wr.newLoop(Be));break;case g.db.LINETYPE.OPT_END:_t=Wr.endLoop(),Cf.drawLoop(S,_t,"opt",pn),Wr.bumpVerticalPos(_t.stopy-Wr.getVerticalPos()),Wr.models.addLoop(_t);break;case g.db.LINETYPE.ALT_START:h4(yt,Ct,pn.boxMargin,pn.boxMargin+pn.boxTextMargin,Be=>Wr.newLoop(Be));break;case g.db.LINETYPE.ALT_ELSE:h4(yt,Ct,pn.boxMargin+pn.boxTextMargin,pn.boxMargin,Be=>Wr.addSectionToLoop(Be));break;case g.db.LINETYPE.ALT_END:_t=Wr.endLoop(),Cf.drawLoop(S,_t,"alt",pn),Wr.bumpVerticalPos(_t.stopy-Wr.getVerticalPos()),Wr.models.addLoop(_t);break;case g.db.LINETYPE.PAR_START:case g.db.LINETYPE.PAR_OVER_START:h4(yt,Ct,pn.boxMargin,pn.boxMargin+pn.boxTextMargin,Be=>Wr.newLoop(Be)),Wr.saveVerticalPos();break;case g.db.LINETYPE.PAR_AND:h4(yt,Ct,pn.boxMargin+pn.boxTextMargin,pn.boxMargin,Be=>Wr.addSectionToLoop(Be));break;case g.db.LINETYPE.PAR_END:_t=Wr.endLoop(),Cf.drawLoop(S,_t,"par",pn),Wr.bumpVerticalPos(_t.stopy-Wr.getVerticalPos()),Wr.models.addLoop(_t);break;case g.db.LINETYPE.AUTONUMBER:gt=Ct.message.start||gt,ht=Ct.message.step||ht,Ct.message.visible?g.db.enableSequenceNumbers():g.db.disableSequenceNumbers();break;case g.db.LINETYPE.CRITICAL_START:h4(yt,Ct,pn.boxMargin,pn.boxMargin+pn.boxTextMargin,Be=>Wr.newLoop(Be));break;case g.db.LINETYPE.CRITICAL_OPTION:h4(yt,Ct,pn.boxMargin+pn.boxTextMargin,pn.boxMargin,Be=>Wr.addSectionToLoop(Be));break;case g.db.LINETYPE.CRITICAL_END:_t=Wr.endLoop(),Cf.drawLoop(S,_t,"critical",pn),Wr.bumpVerticalPos(_t.stopy-Wr.getVerticalPos()),Wr.models.addLoop(_t);break;case g.db.LINETYPE.BREAK_START:h4(yt,Ct,pn.boxMargin,pn.boxMargin+pn.boxTextMargin,Be=>Wr.newLoop(Be));break;case g.db.LINETYPE.BREAK_END:_t=Wr.endLoop(),Cf.drawLoop(S,_t,"break",pn),Wr.bumpVerticalPos(_t.stopy-Wr.getVerticalPos()),Wr.models.addLoop(_t);break;default:try{Gt=Ct.msgModel,Gt.starty=Wr.getVerticalPos(),Gt.sequenceIndex=gt,Gt.sequenceVisible=g.db.showSequenceNumbers();const Be=PQe(S,Gt);BQe(Ct,Gt,Be,Ft,I,B,F),bt.push({messageModel:Gt,lineStartY:Be}),Wr.models.addMessage(Gt)}catch(Be){Wt.error("error while drawing message",Be)}}[g.db.LINETYPE.SOLID_OPEN,g.db.LINETYPE.DOTTED_OPEN,g.db.LINETYPE.SOLID,g.db.LINETYPE.DOTTED,g.db.LINETYPE.SOLID_CROSS,g.db.LINETYPE.DOTTED_CROSS,g.db.LINETYPE.SOLID_POINT,g.db.LINETYPE.DOTTED_POINT].includes(Ct.type)&&(gt=gt+ht)}),Wt.debug("createdActors",B),Wt.debug("destroyedActors",F),Abt(S,I,q,!1),bt.forEach(Ct=>NQe(S,Ct.messageModel,Ct.lineStartY,g)),pn.mirrorActors&&Abt(S,I,q,!0),Z.forEach(Ct=>Cf.drawBackgroundRect(S,Ct)),aqt(S,I,q,pn),Wr.models.boxes.forEach(function(Ct){Ct.height=Wr.getVerticalPos()-Ct.y,Wr.insert(Ct.x,Ct.y,Ct.x+Ct.width,Ct.height),Ct.startx=Ct.x,Ct.starty=Ct.y,Ct.stopx=Ct.startx+Ct.width,Ct.stopy=Ct.starty+Ct.height,Ct.stroke="rgb(0,0,0, 0.5)",Cf.drawBox(S,Ct,pn)}),at&&Wr.bumpVerticalPos(pn.boxMargin);const ft=uqt(S,I,q,_),{bounds:Y}=Wr.getBounds();let Et=Y.stopy-Y.starty;Et<ft.maxHeight&&(Et=ft.maxHeight);let V=Et+2*pn.diagramMarginY;pn.mirrorActors&&(V=V-pn.boxMargin+pn.bottomMarginAdj);let Nt=Y.stopx-Y.startx;Nt<ft.maxWidth&&(Nt=ft.maxWidth);const Dt=Nt+2*pn.diagramMarginX;rt&&S.append("text").text(rt).attr("x",(Y.stopx-Y.startx)/2-2*pn.diagramMarginX).attr("y",-25),Kg(S,V,Dt,pn.useMaxWidth);const jt=rt?40:0;S.attr("viewBox",Y.startx-pn.diagramMarginX+" -"+(pn.diagramMarginY+jt)+" "+Dt+" "+(V+jt)),Wt.debug("models:",Wr.models)};function jQe(i,a,f){const g={};return a.forEach(function(w){if(i[w.to]&&i[w.from]){const v=i[w.to];if(w.placement===f.db.PLACEMENT.LEFTOF&&!v.prevActor||w.placement===f.db.PLACEMENT.RIGHTOF&&!v.nextActor)return;const b=w.placement!==void 0,E=!b,_=b?EM(pn):O9(pn),S=w.wrap?ao.wrapLabel(w.message,pn.width-2*pn.wrapPadding,_):w.message,B=ao.calculateTextDimensions(S,_).width+2*pn.wrapPadding;E&&w.from===v.nextActor?g[w.to]=ei.getMax(g[w.to]||0,B):E&&w.from===v.prevActor?g[w.from]=ei.getMax(g[w.from]||0,B):E&&w.from===w.to?(g[w.from]=ei.getMax(g[w.from]||0,B/2),g[w.to]=ei.getMax(g[w.to]||0,B/2)):w.placement===f.db.PLACEMENT.RIGHTOF?g[w.from]=ei.getMax(g[w.from]||0,B):w.placement===f.db.PLACEMENT.LEFTOF?g[v.prevActor]=ei.getMax(g[v.prevActor]||0,B):w.placement===f.db.PLACEMENT.OVER&&(v.prevActor&&(g[v.prevActor]=ei.getMax(g[v.prevActor]||0,B/2)),v.nextActor&&(g[w.from]=ei.getMax(g[w.from]||0,B/2)))}}),Wt.debug("maxMessageWidthPerActor:",g),g}const $Qe=function(i){let a=0;const f=Sbt(pn);for(const g in i.links){const v=ao.calculateTextDimensions(g,f).width+2*pn.wrapPadding+2*pn.boxMargin;a<v&&(a=v)}return a};function zQe(i,a,f){let g=0;Object.keys(i).forEach(v=>{const b=i[v];b.wrap&&(b.description=ao.wrapLabel(b.description,pn.width-2*pn.wrapPadding,Sbt(pn)));const E=ao.calculateTextDimensions(b.description,Sbt(pn));b.width=b.wrap?pn.width:ei.getMax(pn.width,E.width+2*pn.wrapPadding),b.height=b.wrap?ei.getMax(E.height,pn.height):pn.height,g=ei.getMax(g,b.height)});for(const v in a){const b=i[v];if(!b)continue;const E=i[b.nextActor];if(!E){const B=a[v]+pn.actorMargin-b.width/2;b.margin=ei.getMax(B,pn.actorMargin);continue}const S=a[v]+pn.actorMargin-b.width/2-E.width/2;b.margin=ei.getMax(S,pn.actorMargin)}let w=0;return f.forEach(v=>{const b=O9(pn);let E=v.actorKeys.reduce((I,B)=>I+=i[B].width+(i[B].margin||0),0);E-=2*pn.boxTextMargin,v.wrap&&(v.name=ao.wrapLabel(v.name,E-2*pn.wrapPadding,b));const _=ao.calculateTextDimensions(v.name,b);w=ei.getMax(_.height,w);const S=ei.getMax(E,_.width+2*pn.wrapPadding);if(v.margin=pn.boxTextMargin,E<S){const I=(S-E)/2;v.margin+=I}}),f.forEach(v=>v.textMaxHeight=w),ei.getMax(g,pn.height)}const qQe=function(i,a,f){const g=a[i.from].x,w=a[i.to].x,v=i.wrap&&i.message;let b=ao.calculateTextDimensions(v?ao.wrapLabel(i.message,pn.width,EM(pn)):i.message,EM(pn));const E={width:v?pn.width:ei.getMax(pn.width,b.width+2*pn.noteMargin),height:0,startx:a[i.from].x,stopx:0,starty:0,stopy:0,message:i.message};return i.placement===f.db.PLACEMENT.RIGHTOF?(E.width=v?ei.getMax(pn.width,b.width):ei.getMax(a[i.from].width/2+a[i.to].width/2,b.width+2*pn.noteMargin),E.startx=g+(a[i.from].width+pn.actorMargin)/2):i.placement===f.db.PLACEMENT.LEFTOF?(E.width=v?ei.getMax(pn.width,b.width+2*pn.noteMargin):ei.getMax(a[i.from].width/2+a[i.to].width/2,b.width+2*pn.noteMargin),E.startx=g-E.width+(a[i.from].width-pn.actorMargin)/2):i.to===i.from?(b=ao.calculateTextDimensions(v?ao.wrapLabel(i.message,ei.getMax(pn.width,a[i.from].width),EM(pn)):i.message,EM(pn)),E.width=v?ei.getMax(pn.width,a[i.from].width):ei.getMax(a[i.from].width,pn.width,b.width+2*pn.noteMargin),E.startx=g+(a[i.from].width-E.width)/2):(E.width=Math.abs(g+a[i.from].width/2-(w+a[i.to].width/2))+pn.actorMargin,E.startx=g<w?g+a[i.from].width/2-pn.actorMargin/2:w+a[i.to].width/2-pn.actorMargin/2),v&&(E.message=ao.wrapLabel(i.message,E.width-2*pn.wrapPadding,EM(pn))),Wt.debug(`NM:[${E.startx},${E.stopx},${E.starty},${E.stopy}:${E.width},${E.height}=${i.message}]`),E},HQe=function(i,a,f){if(![f.db.LINETYPE.SOLID_OPEN,f.db.LINETYPE.DOTTED_OPEN,f.db.LINETYPE.SOLID,f.db.LINETYPE.DOTTED,f.db.LINETYPE.SOLID_CROSS,f.db.LINETYPE.DOTTED_CROSS,f.db.LINETYPE.SOLID_POINT,f.db.LINETYPE.DOTTED_POINT].includes(i.type))return{};const[g,w]=hqt(i.from,a),[v,b]=hqt(i.to,a),E=g<=v,_=E?w:g;let S=E?v:b;const I=Math.abs(v-b)>2,B=X=>E?-X:X;i.from===i.to?S=_:(i.activate&&!I&&(S+=B(pn.activationWidth/2-1)),[f.db.LINETYPE.SOLID_OPEN,f.db.LINETYPE.DOTTED_OPEN].includes(i.type)||(S+=B(3)));const F=[g,w,v,b],R=Math.abs(_-S);i.wrap&&i.message&&(i.message=ao.wrapLabel(i.message,ei.getMax(R+2*pn.wrapPadding,pn.width),O9(pn)));const q=ao.calculateTextDimensions(i.message,O9(pn));return{width:ei.getMax(i.wrap?0:q.width+2*pn.wrapPadding,R+2*pn.wrapPadding,pn.width),height:0,startx:_,stopx:S,starty:0,stopy:0,message:i.message,type:i.type,wrap:i.wrap,fromBounds:Math.min.apply(null,F),toBounds:Math.max.apply(null,F)}},VQe=function(i,a,f,g){const w={},v=[];let b,E,_;return i.forEach(function(S){switch(S.id=ao.random({length:10}),S.type){case g.db.LINETYPE.LOOP_START:case g.db.LINETYPE.ALT_START:case g.db.LINETYPE.OPT_START:case g.db.LINETYPE.PAR_START:case g.db.LINETYPE.PAR_OVER_START:case g.db.LINETYPE.CRITICAL_START:case g.db.LINETYPE.BREAK_START:v.push({id:S.id,msg:S.message,from:Number.MAX_SAFE_INTEGER,to:Number.MIN_SAFE_INTEGER,width:0});break;case g.db.LINETYPE.ALT_ELSE:case g.db.LINETYPE.PAR_AND:case g.db.LINETYPE.CRITICAL_OPTION:S.message&&(b=v.pop(),w[b.id]=b,w[S.id]=b,v.push(b));break;case g.db.LINETYPE.LOOP_END:case g.db.LINETYPE.ALT_END:case g.db.LINETYPE.OPT_END:case g.db.LINETYPE.PAR_END:case g.db.LINETYPE.CRITICAL_END:case g.db.LINETYPE.BREAK_END:b=v.pop(),w[b.id]=b;break;case g.db.LINETYPE.ACTIVE_START:{const B=a[S.from?S.from.actor:S.to.actor],F=hX(S.from?S.from.actor:S.to.actor).length,R=B.x+B.width/2+(F-1)*pn.activationWidth/2,q={startx:R,stopx:R+pn.activationWidth,actor:S.from.actor,enabled:!0};Wr.activations.push(q)}break;case g.db.LINETYPE.ACTIVE_END:{const B=Wr.activations.map(F=>F.actor).lastIndexOf(S.from.actor);delete Wr.activations.splice(B,1)[0]}break}S.placement!==void 0?(E=qQe(S,a,g),S.noteModel=E,v.forEach(B=>{b=B,b.from=ei.getMin(b.from,E.startx),b.to=ei.getMax(b.to,E.startx+E.width),b.width=ei.getMax(b.width,Math.abs(b.from-b.to))-pn.labelBoxWidth})):(_=HQe(S,a,g),S.msgModel=_,_.startx&&_.stopx&&v.length>0&&v.forEach(B=>{if(b=B,_.startx===_.stopx){const F=a[S.from],R=a[S.to];b.from=ei.getMin(F.x-_.width/2,F.x-F.width/2,b.from),b.to=ei.getMax(R.x+_.width/2,R.x+F.width/2,b.to),b.width=ei.getMax(b.width,Math.abs(b.to-b.from))-pn.labelBoxWidth}else b.from=ei.getMin(_.startx,b.from),b.to=ei.getMax(_.stopx,b.to),b.width=ei.getMax(b.width,_.width)-pn.labelBoxWidth}))}),Wr.activations=[],Wt.debug("Loop type widths:",w),w},UQe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:$Xe,db:rqt,renderer:{bounds:Wr,drawActors:Abt,drawActorsPopup:uqt,setConf:lqt,draw:RQe},styles:hQe,init:({wrap:i})=>{rqt.setWrap(i)}}},Symbol.toStringTag,{value:"Module"}));var Lbt=function(){var i=function(Ra,fr,An,Pn){for(An=An||{},Pn=Ra.length;Pn--;An[Ra[Pn]]=fr);return An},a=[1,17],f=[1,18],g=[1,19],w=[1,39],v=[1,40],b=[1,25],E=[1,23],_=[1,24],S=[1,31],I=[1,32],B=[1,33],F=[1,34],R=[1,35],q=[1,36],X=[1,26],rt=[1,27],at=[1,28],ut=[1,29],pt=[1,43],yt=[1,30],mt=[1,42],gt=[1,44],ht=[1,41],bt=[1,45],Z=[1,9],ft=[1,8,9],Y=[1,56],Et=[1,57],V=[1,58],Nt=[1,59],Dt=[1,60],jt=[1,61],Ct=[1,62],Ft=[1,8,9,39],_t=[1,74],xt=[1,8,9,12,13,21,37,39,42,59,60,61,62,63,64,65,70,72],Gt=[1,8,9,12,13,19,21,37,39,42,46,59,60,61,62,63,64,65,70,72,74,80,95,97,98],Be=[13,74,80,95,97,98],Ot=[13,64,65,74,80,95,97,98],vn=[13,59,60,61,62,63,74,80,95,97,98],Pe=[1,93],Ee=[1,110],nn=[1,108],sn=[1,102],me=[1,103],Fe=[1,104],Qt=[1,105],Ae=[1,106],Se=[1,107],Dn=[1,109],oe=[1,8,9,37,39,42],Pr=[1,8,9,21],we=[1,8,9,78],Ri=[1,8,9,21,73,74,78,80,81,82,83,84,85],yi={trace:function(){},yy:{},symbols_:{error:2,start:3,mermaidDoc:4,statements:5,graphConfig:6,CLASS_DIAGRAM:7,NEWLINE:8,EOF:9,statement:10,classLabel:11,SQS:12,STR:13,SQE:14,namespaceName:15,alphaNumToken:16,className:17,classLiteralName:18,GENERICTYPE:19,relationStatement:20,LABEL:21,namespaceStatement:22,classStatement:23,memberStatement:24,annotationStatement:25,clickStatement:26,styleStatement:27,cssClassStatement:28,noteStatement:29,direction:30,acc_title:31,acc_title_value:32,acc_descr:33,acc_descr_value:34,acc_descr_multiline_value:35,namespaceIdentifier:36,STRUCT_START:37,classStatements:38,STRUCT_STOP:39,NAMESPACE:40,classIdentifier:41,STYLE_SEPARATOR:42,members:43,CLASS:44,ANNOTATION_START:45,ANNOTATION_END:46,MEMBER:47,SEPARATOR:48,relation:49,NOTE_FOR:50,noteText:51,NOTE:52,direction_tb:53,direction_bt:54,direction_rl:55,direction_lr:56,relationType:57,lineType:58,AGGREGATION:59,EXTENSION:60,COMPOSITION:61,DEPENDENCY:62,LOLLIPOP:63,LINE:64,DOTTED_LINE:65,CALLBACK:66,LINK:67,LINK_TARGET:68,CLICK:69,CALLBACK_NAME:70,CALLBACK_ARGS:71,HREF:72,STYLE:73,ALPHA:74,stylesOpt:75,CSSCLASS:76,style:77,COMMA:78,styleComponent:79,NUM:80,COLON:81,UNIT:82,SPACE:83,BRKT:84,PCT:85,commentToken:86,textToken:87,graphCodeTokens:88,textNoTagsToken:89,TAGSTART:90,TAGEND:91,"==":92,"--":93,DEFAULT:94,MINUS:95,keywords:96,UNICODE_TEXT:97,BQUOTE_STR:98,$accept:0,$end:1},terminals_:{2:"error",7:"CLASS_DIAGRAM",8:"NEWLINE",9:"EOF",12:"SQS",13:"STR",14:"SQE",19:"GENERICTYPE",21:"LABEL",31:"acc_title",32:"acc_title_value",33:"acc_descr",34:"acc_descr_value",35:"acc_descr_multiline_value",37:"STRUCT_START",39:"STRUCT_STOP",40:"NAMESPACE",42:"STYLE_SEPARATOR",44:"CLASS",45:"ANNOTATION_START",46:"ANNOTATION_END",47:"MEMBER",48:"SEPARATOR",50:"NOTE_FOR",52:"NOTE",53:"direction_tb",54:"direction_bt",55:"direction_rl",56:"direction_lr",59:"AGGREGATION",60:"EXTENSION",61:"COMPOSITION",62:"DEPENDENCY",63:"LOLLIPOP",64:"LINE",65:"DOTTED_LINE",66:"CALLBACK",67:"LINK",68:"LINK_TARGET",69:"CLICK",70:"CALLBACK_NAME",71:"CALLBACK_ARGS",72:"HREF",73:"STYLE",74:"ALPHA",76:"CSSCLASS",78:"COMMA",80:"NUM",81:"COLON",82:"UNIT",83:"SPACE",84:"BRKT",85:"PCT",88:"graphCodeTokens",90:"TAGSTART",91:"TAGEND",92:"==",93:"--",94:"DEFAULT",95:"MINUS",96:"keywords",97:"UNICODE_TEXT",98:"BQUOTE_STR"},productions_:[0,[3,1],[3,1],[4,1],[6,4],[5,1],[5,2],[5,3],[11,3],[15,1],[15,2],[17,1],[17,1],[17,2],[17,2],[17,2],[10,1],[10,2],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,2],[10,2],[10,1],[22,4],[22,5],[36,2],[38,1],[38,2],[38,3],[23,1],[23,3],[23,4],[23,6],[41,2],[41,3],[25,4],[43,1],[43,2],[24,1],[24,2],[24,1],[24,1],[20,3],[20,4],[20,4],[20,5],[29,3],[29,2],[30,1],[30,1],[30,1],[30,1],[49,3],[49,2],[49,2],[49,1],[57,1],[57,1],[57,1],[57,1],[57,1],[58,1],[58,1],[26,3],[26,4],[26,3],[26,4],[26,4],[26,5],[26,3],[26,4],[26,4],[26,5],[26,4],[26,5],[26,5],[26,6],[27,3],[28,3],[75,1],[75,3],[77,1],[77,2],[79,1],[79,1],[79,1],[79,1],[79,1],[79,1],[79,1],[79,1],[79,1],[86,1],[86,1],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[89,1],[89,1],[89,1],[89,1],[16,1],[16,1],[16,1],[16,1],[18,1],[51,1]],performAction:function(fr,An,Pn,Bn,Te,be,Qe){var rn=be.length-1;switch(Te){case 8:this.$=be[rn-1];break;case 9:case 11:case 12:this.$=be[rn];break;case 10:case 13:this.$=be[rn-1]+be[rn];break;case 14:case 15:this.$=be[rn-1]+"~"+be[rn]+"~";break;case 16:Bn.addRelation(be[rn]);break;case 17:be[rn-1].title=Bn.cleanupLabel(be[rn]),Bn.addRelation(be[rn-1]);break;case 27:this.$=be[rn].trim(),Bn.setAccTitle(this.$);break;case 28:case 29:this.$=be[rn].trim(),Bn.setAccDescription(this.$);break;case 30:Bn.addClassesToNamespace(be[rn-3],be[rn-1]);break;case 31:Bn.addClassesToNamespace(be[rn-4],be[rn-1]);break;case 32:this.$=be[rn],Bn.addNamespace(be[rn]);break;case 33:this.$=[be[rn]];break;case 34:this.$=[be[rn-1]];break;case 35:be[rn].unshift(be[rn-2]),this.$=be[rn];break;case 37:Bn.setCssClass(be[rn-2],be[rn]);break;case 38:Bn.addMembers(be[rn-3],be[rn-1]);break;case 39:Bn.setCssClass(be[rn-5],be[rn-3]),Bn.addMembers(be[rn-5],be[rn-1]);break;case 40:this.$=be[rn],Bn.addClass(be[rn]);break;case 41:this.$=be[rn-1],Bn.addClass(be[rn-1]),Bn.setClassLabel(be[rn-1],be[rn]);break;case 42:Bn.addAnnotation(be[rn],be[rn-2]);break;case 43:this.$=[be[rn]];break;case 44:be[rn].push(be[rn-1]),this.$=be[rn];break;case 45:break;case 46:Bn.addMember(be[rn-1],Bn.cleanupLabel(be[rn]));break;case 47:break;case 48:break;case 49:this.$={id1:be[rn-2],id2:be[rn],relation:be[rn-1],relationTitle1:"none",relationTitle2:"none"};break;case 50:this.$={id1:be[rn-3],id2:be[rn],relation:be[rn-1],relationTitle1:be[rn-2],relationTitle2:"none"};break;case 51:this.$={id1:be[rn-3],id2:be[rn],relation:be[rn-2],relationTitle1:"none",relationTitle2:be[rn-1]};break;case 52:this.$={id1:be[rn-4],id2:be[rn],relation:be[rn-2],relationTitle1:be[rn-3],relationTitle2:be[rn-1]};break;case 53:Bn.addNote(be[rn],be[rn-1]);break;case 54:Bn.addNote(be[rn]);break;case 55:Bn.setDirection("TB");break;case 56:Bn.setDirection("BT");break;case 57:Bn.setDirection("RL");break;case 58:Bn.setDirection("LR");break;case 59:this.$={type1:be[rn-2],type2:be[rn],lineType:be[rn-1]};break;case 60:this.$={type1:"none",type2:be[rn],lineType:be[rn-1]};break;case 61:this.$={type1:be[rn-1],type2:"none",lineType:be[rn]};break;case 62:this.$={type1:"none",type2:"none",lineType:be[rn]};break;case 63:this.$=Bn.relationType.AGGREGATION;break;case 64:this.$=Bn.relationType.EXTENSION;break;case 65:this.$=Bn.relationType.COMPOSITION;break;case 66:this.$=Bn.relationType.DEPENDENCY;break;case 67:this.$=Bn.relationType.LOLLIPOP;break;case 68:this.$=Bn.lineType.LINE;break;case 69:this.$=Bn.lineType.DOTTED_LINE;break;case 70:case 76:this.$=be[rn-2],Bn.setClickEvent(be[rn-1],be[rn]);break;case 71:case 77:this.$=be[rn-3],Bn.setClickEvent(be[rn-2],be[rn-1]),Bn.setTooltip(be[rn-2],be[rn]);break;case 72:this.$=be[rn-2],Bn.setLink(be[rn-1],be[rn]);break;case 73:this.$=be[rn-3],Bn.setLink(be[rn-2],be[rn-1],be[rn]);break;case 74:this.$=be[rn-3],Bn.setLink(be[rn-2],be[rn-1]),Bn.setTooltip(be[rn-2],be[rn]);break;case 75:this.$=be[rn-4],Bn.setLink(be[rn-3],be[rn-2],be[rn]),Bn.setTooltip(be[rn-3],be[rn-1]);break;case 78:this.$=be[rn-3],Bn.setClickEvent(be[rn-2],be[rn-1],be[rn]);break;case 79:this.$=be[rn-4],Bn.setClickEvent(be[rn-3],be[rn-2],be[rn-1]),Bn.setTooltip(be[rn-3],be[rn]);break;case 80:this.$=be[rn-3],Bn.setLink(be[rn-2],be[rn]);break;case 81:this.$=be[rn-4],Bn.setLink(be[rn-3],be[rn-1],be[rn]);break;case 82:this.$=be[rn-4],Bn.setLink(be[rn-3],be[rn-1]),Bn.setTooltip(be[rn-3],be[rn]);break;case 83:this.$=be[rn-5],Bn.setLink(be[rn-4],be[rn-2],be[rn]),Bn.setTooltip(be[rn-4],be[rn-1]);break;case 84:this.$=be[rn-2],Bn.setCssStyle(be[rn-1],be[rn]);break;case 85:Bn.setCssClass(be[rn-1],be[rn]);break;case 86:this.$=[be[rn]];break;case 87:be[rn-2].push(be[rn]),this.$=be[rn-2];break;case 89:this.$=be[rn-1]+be[rn];break}},table:[{3:1,4:2,5:3,6:4,7:[1,6],10:5,16:37,17:20,18:38,20:7,22:8,23:9,24:10,25:11,26:12,27:13,28:14,29:15,30:16,31:a,33:f,35:g,36:21,40:w,41:22,44:v,45:b,47:E,48:_,50:S,52:I,53:B,54:F,55:R,56:q,66:X,67:rt,69:at,73:ut,74:pt,76:yt,80:mt,95:gt,97:ht,98:bt},{1:[3]},{1:[2,1]},{1:[2,2]},{1:[2,3]},i(Z,[2,5],{8:[1,46]}),{8:[1,47]},i(ft,[2,16],{21:[1,48]}),i(ft,[2,18]),i(ft,[2,19]),i(ft,[2,20]),i(ft,[2,21]),i(ft,[2,22]),i(ft,[2,23]),i(ft,[2,24]),i(ft,[2,25]),i(ft,[2,26]),{32:[1,49]},{34:[1,50]},i(ft,[2,29]),i(ft,[2,45],{49:51,57:54,58:55,13:[1,52],21:[1,53],59:Y,60:Et,61:V,62:Nt,63:Dt,64:jt,65:Ct}),{37:[1,63]},i(Ft,[2,36],{37:[1,65],42:[1,64]}),i(ft,[2,47]),i(ft,[2,48]),{16:66,74:pt,80:mt,95:gt,97:ht},{16:37,17:67,18:38,74:pt,80:mt,95:gt,97:ht,98:bt},{16:37,17:68,18:38,74:pt,80:mt,95:gt,97:ht,98:bt},{16:37,17:69,18:38,74:pt,80:mt,95:gt,97:ht,98:bt},{74:[1,70]},{13:[1,71]},{16:37,17:72,18:38,74:pt,80:mt,95:gt,97:ht,98:bt},{13:_t,51:73},i(ft,[2,55]),i(ft,[2,56]),i(ft,[2,57]),i(ft,[2,58]),i(xt,[2,11],{16:37,18:38,17:75,19:[1,76],74:pt,80:mt,95:gt,97:ht,98:bt}),i(xt,[2,12],{19:[1,77]}),{15:78,16:79,74:pt,80:mt,95:gt,97:ht},{16:37,17:80,18:38,74:pt,80:mt,95:gt,97:ht,98:bt},i(Gt,[2,112]),i(Gt,[2,113]),i(Gt,[2,114]),i(Gt,[2,115]),i([1,8,9,12,13,19,21,37,39,42,59,60,61,62,63,64,65,70,72],[2,116]),i(Z,[2,6],{10:5,20:7,22:8,23:9,24:10,25:11,26:12,27:13,28:14,29:15,30:16,17:20,36:21,41:22,16:37,18:38,5:81,31:a,33:f,35:g,40:w,44:v,45:b,47:E,48:_,50:S,52:I,53:B,54:F,55:R,56:q,66:X,67:rt,69:at,73:ut,74:pt,76:yt,80:mt,95:gt,97:ht,98:bt}),{5:82,10:5,16:37,17:20,18:38,20:7,22:8,23:9,24:10,25:11,26:12,27:13,28:14,29:15,30:16,31:a,33:f,35:g,36:21,40:w,41:22,44:v,45:b,47:E,48:_,50:S,52:I,53:B,54:F,55:R,56:q,66:X,67:rt,69:at,73:ut,74:pt,76:yt,80:mt,95:gt,97:ht,98:bt},i(ft,[2,17]),i(ft,[2,27]),i(ft,[2,28]),{13:[1,84],16:37,17:83,18:38,74:pt,80:mt,95:gt,97:ht,98:bt},{49:85,57:54,58:55,59:Y,60:Et,61:V,62:Nt,63:Dt,64:jt,65:Ct},i(ft,[2,46]),{58:86,64:jt,65:Ct},i(Be,[2,62],{57:87,59:Y,60:Et,61:V,62:Nt,63:Dt}),i(Ot,[2,63]),i(Ot,[2,64]),i(Ot,[2,65]),i(Ot,[2,66]),i(Ot,[2,67]),i(vn,[2,68]),i(vn,[2,69]),{8:[1,89],23:90,38:88,41:22,44:v},{16:91,74:pt,80:mt,95:gt,97:ht},{43:92,47:Pe},{46:[1,94]},{13:[1,95]},{13:[1,96]},{70:[1,97],72:[1,98]},{21:Ee,73:nn,74:sn,75:99,77:100,79:101,80:me,81:Fe,82:Qt,83:Ae,84:Se,85:Dn},{74:[1,111]},{13:_t,51:112},i(ft,[2,54]),i(ft,[2,117]),i(xt,[2,13]),i(xt,[2,14]),i(xt,[2,15]),{37:[2,32]},{15:113,16:79,37:[2,9],74:pt,80:mt,95:gt,97:ht},i(oe,[2,40],{11:114,12:[1,115]}),i(Z,[2,7]),{9:[1,116]},i(Pr,[2,49]),{16:37,17:117,18:38,74:pt,80:mt,95:gt,97:ht,98:bt},{13:[1,119],16:37,17:118,18:38,74:pt,80:mt,95:gt,97:ht,98:bt},i(Be,[2,61],{57:120,59:Y,60:Et,61:V,62:Nt,63:Dt}),i(Be,[2,60]),{39:[1,121]},{23:90,38:122,41:22,44:v},{8:[1,123],39:[2,33]},i(Ft,[2,37],{37:[1,124]}),{39:[1,125]},{39:[2,43],43:126,47:Pe},{16:37,17:127,18:38,74:pt,80:mt,95:gt,97:ht,98:bt},i(ft,[2,70],{13:[1,128]}),i(ft,[2,72],{13:[1,130],68:[1,129]}),i(ft,[2,76],{13:[1,131],71:[1,132]}),{13:[1,133]},i(ft,[2,84],{78:[1,134]}),i(we,[2,86],{79:135,21:Ee,73:nn,74:sn,80:me,81:Fe,82:Qt,83:Ae,84:Se,85:Dn}),i(Ri,[2,88]),i(Ri,[2,90]),i(Ri,[2,91]),i(Ri,[2,92]),i(Ri,[2,93]),i(Ri,[2,94]),i(Ri,[2,95]),i(Ri,[2,96]),i(Ri,[2,97]),i(Ri,[2,98]),i(ft,[2,85]),i(ft,[2,53]),{37:[2,10]},i(oe,[2,41]),{13:[1,136]},{1:[2,4]},i(Pr,[2,51]),i(Pr,[2,50]),{16:37,17:137,18:38,74:pt,80:mt,95:gt,97:ht,98:bt},i(Be,[2,59]),i(ft,[2,30]),{39:[1,138]},{23:90,38:139,39:[2,34],41:22,44:v},{43:140,47:Pe},i(Ft,[2,38]),{39:[2,44]},i(ft,[2,42]),i(ft,[2,71]),i(ft,[2,73]),i(ft,[2,74],{68:[1,141]}),i(ft,[2,77]),i(ft,[2,78],{13:[1,142]}),i(ft,[2,80],{13:[1,144],68:[1,143]}),{21:Ee,73:nn,74:sn,77:145,79:101,80:me,81:Fe,82:Qt,83:Ae,84:Se,85:Dn},i(Ri,[2,89]),{14:[1,146]},i(Pr,[2,52]),i(ft,[2,31]),{39:[2,35]},{39:[1,147]},i(ft,[2,75]),i(ft,[2,79]),i(ft,[2,81]),i(ft,[2,82],{68:[1,148]}),i(we,[2,87],{79:135,21:Ee,73:nn,74:sn,80:me,81:Fe,82:Qt,83:Ae,84:Se,85:Dn}),i(oe,[2,8]),i(Ft,[2,39]),i(ft,[2,83])],defaultActions:{2:[2,1],3:[2,2],4:[2,3],78:[2,32],113:[2,10],116:[2,4],126:[2,44],139:[2,35]},parseError:function(fr,An){if(An.recoverable)this.trace(fr);else{var Pn=new Error(fr);throw Pn.hash=An,Pn}},parse:function(fr){var An=this,Pn=[0],Bn=[],Te=[null],be=[],Qe=this.table,rn="",yn=0,ja=0,mo=2,vo=1,ma=be.slice.call(arguments,1),$a=Object.create(this.lexer),gs={yy:{}};for(var Nu in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Nu)&&(gs.yy[Nu]=this.yy[Nu]);$a.setInput(fr,gs.yy),gs.yy.lexer=$a,gs.yy.parser=this,typeof $a.yylloc>"u"&&($a.yylloc={});var ta=$a.yylloc;be.push(ta);var l1=$a.options&&$a.options.ranges;typeof gs.yy.parseError=="function"?this.parseError=gs.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function _2(){var na;return na=Bn.pop()||$a.lex()||vo,typeof na!="number"&&(na instanceof Array&&(Bn=na,na=Bn.pop()),na=An.symbols_[na]||na),na}for(var ll,Ac,pc,ka,du={},ea,co,bc,oa;;){if(Ac=Pn[Pn.length-1],this.defaultActions[Ac]?pc=this.defaultActions[Ac]:((ll===null||typeof ll>"u")&&(ll=_2()),pc=Qe[Ac]&&Qe[Ac][ll]),typeof pc>"u"||!pc.length||!pc[0]){var va="";oa=[];for(ea in Qe[Ac])this.terminals_[ea]&&ea>mo&&oa.push("'"+this.terminals_[ea]+"'");$a.showPosition?va="Parse error on line "+(yn+1)+`:
+`+$a.showPosition()+`
+Expecting `+oa.join(", ")+", got '"+(this.terminals_[ll]||ll)+"'":va="Parse error on line "+(yn+1)+": Unexpected "+(ll==vo?"end of input":"'"+(this.terminals_[ll]||ll)+"'"),this.parseError(va,{text:$a.match,token:this.terminals_[ll]||ll,line:$a.yylineno,loc:ta,expected:oa})}if(pc[0]instanceof Array&&pc.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Ac+", token: "+ll);switch(pc[0]){case 1:Pn.push(ll),Te.push($a.yytext),be.push($a.yylloc),Pn.push(pc[1]),ll=null,ja=$a.yyleng,rn=$a.yytext,yn=$a.yylineno,ta=$a.yylloc;break;case 2:if(co=this.productions_[pc[1]][1],du.$=Te[Te.length-co],du._$={first_line:be[be.length-(co||1)].first_line,last_line:be[be.length-1].last_line,first_column:be[be.length-(co||1)].first_column,last_column:be[be.length-1].last_column},l1&&(du._$.range=[be[be.length-(co||1)].range[0],be[be.length-1].range[1]]),ka=this.performAction.apply(du,[rn,ja,yn,gs.yy,pc[1],Te,be].concat(ma)),typeof ka<"u")return ka;co&&(Pn=Pn.slice(0,-1*co*2),Te=Te.slice(0,-1*co),be=be.slice(0,-1*co)),Pn.push(this.productions_[pc[1]][0]),Te.push(du.$),be.push(du._$),bc=Qe[Pn[Pn.length-2]][Pn[Pn.length-1]],Pn.push(bc);break;case 3:return!0}}return!0}},da=function(){var Ra={EOF:1,parseError:function(An,Pn){if(this.yy.parser)this.yy.parser.parseError(An,Pn);else throw new Error(An)},setInput:function(fr,An){return this.yy=An||this.yy||{},this._input=fr,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var fr=this._input[0];this.yytext+=fr,this.yyleng++,this.offset++,this.match+=fr,this.matched+=fr;var An=fr.match(/(?:\r\n?|\n).*/g);return An?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),fr},unput:function(fr){var An=fr.length,Pn=fr.split(/(?:\r\n?|\n)/g);this._input=fr+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-An),this.offset-=An;var Bn=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),Pn.length-1&&(this.yylineno-=Pn.length-1);var Te=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:Pn?(Pn.length===Bn.length?this.yylloc.first_column:0)+Bn[Bn.length-Pn.length].length-Pn[0].length:this.yylloc.first_column-An},this.options.ranges&&(this.yylloc.range=[Te[0],Te[0]+this.yyleng-An]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(fr){this.unput(this.match.slice(fr))},pastInput:function(){var fr=this.matched.substr(0,this.matched.length-this.match.length);return(fr.length>20?"...":"")+fr.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var fr=this.match;return fr.length<20&&(fr+=this._input.substr(0,20-fr.length)),(fr.substr(0,20)+(fr.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var fr=this.pastInput(),An=new Array(fr.length+1).join("-");return fr+this.upcomingInput()+`
+`+An+"^"},test_match:function(fr,An){var Pn,Bn,Te;if(this.options.backtrack_lexer&&(Te={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(Te.yylloc.range=this.yylloc.range.slice(0))),Bn=fr[0].match(/(?:\r\n?|\n).*/g),Bn&&(this.yylineno+=Bn.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:Bn?Bn[Bn.length-1].length-Bn[Bn.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+fr[0].length},this.yytext+=fr[0],this.match+=fr[0],this.matches=fr,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(fr[0].length),this.matched+=fr[0],Pn=this.performAction.call(this,this.yy,this,An,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),Pn)return Pn;if(this._backtrack){for(var be in Te)this[be]=Te[be];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var fr,An,Pn,Bn;this._more||(this.yytext="",this.match="");for(var Te=this._currentRules(),be=0;be<Te.length;be++)if(Pn=this._input.match(this.rules[Te[be]]),Pn&&(!An||Pn[0].length>An[0].length)){if(An=Pn,Bn=be,this.options.backtrack_lexer){if(fr=this.test_match(Pn,Te[be]),fr!==!1)return fr;if(this._backtrack){An=!1;continue}else return!1}else if(!this.options.flex)break}return An?(fr=this.test_match(An,Te[Bn]),fr!==!1?fr:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var An=this.next();return An||this.lex()},begin:function(An){this.conditionStack.push(An)},popState:function(){var An=this.conditionStack.length-1;return An>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(An){return An=this.conditionStack.length-1-Math.abs(An||0),An>=0?this.conditionStack[An]:"INITIAL"},pushState:function(An){this.begin(An)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(An,Pn,Bn,Te){switch(Bn){case 0:return 53;case 1:return 54;case 2:return 55;case 3:return 56;case 4:break;case 5:break;case 6:return this.begin("acc_title"),31;case 7:return this.popState(),"acc_title_value";case 8:return this.begin("acc_descr"),33;case 9:return this.popState(),"acc_descr_value";case 10:this.begin("acc_descr_multiline");break;case 11:this.popState();break;case 12:return"acc_descr_multiline_value";case 13:return 8;case 14:break;case 15:return 7;case 16:return 7;case 17:return"EDGE_STATE";case 18:this.begin("callback_name");break;case 19:this.popState();break;case 20:this.popState(),this.begin("callback_args");break;case 21:return 70;case 22:this.popState();break;case 23:return 71;case 24:this.popState();break;case 25:return"STR";case 26:this.begin("string");break;case 27:return 73;case 28:return this.begin("namespace"),40;case 29:return this.popState(),8;case 30:break;case 31:return this.begin("namespace-body"),37;case 32:return this.popState(),39;case 33:return"EOF_IN_STRUCT";case 34:return 8;case 35:break;case 36:return"EDGE_STATE";case 37:return this.begin("class"),44;case 38:return this.popState(),8;case 39:break;case 40:return this.popState(),this.popState(),39;case 41:return this.begin("class-body"),37;case 42:return this.popState(),39;case 43:return"EOF_IN_STRUCT";case 44:return"EDGE_STATE";case 45:return"OPEN_IN_STRUCT";case 46:break;case 47:return"MEMBER";case 48:return 76;case 49:return 66;case 50:return 67;case 51:return 69;case 52:return 50;case 53:return 52;case 54:return 45;case 55:return 46;case 56:return 72;case 57:this.popState();break;case 58:return"GENERICTYPE";case 59:this.begin("generic");break;case 60:this.popState();break;case 61:return"BQUOTE_STR";case 62:this.begin("bqstring");break;case 63:return 68;case 64:return 68;case 65:return 68;case 66:return 68;case 67:return 60;case 68:return 60;case 69:return 62;case 70:return 62;case 71:return 61;case 72:return 59;case 73:return 63;case 74:return 64;case 75:return 65;case 76:return 21;case 77:return 42;case 78:return 95;case 79:return"DOT";case 80:return"PLUS";case 81:return 81;case 82:return 78;case 83:return 84;case 84:return 84;case 85:return 85;case 86:return"EQUALS";case 87:return"EQUALS";case 88:return 74;case 89:return 12;case 90:return 14;case 91:return"PUNCTUATION";case 92:return 80;case 93:return 97;case 94:return 83;case 95:return 83;case 96:return 9}},rules:[/^(?:.*direction\s+TB[^\n]*)/,/^(?:.*direction\s+BT[^\n]*)/,/^(?:.*direction\s+RL[^\n]*)/,/^(?:.*direction\s+LR[^\n]*)/,/^(?:%%(?!\{)*[^\n]*(\r?\n?)+)/,/^(?:%%[^\n]*(\r?\n)*)/,/^(?:accTitle\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*\{\s*)/,/^(?:[\}])/,/^(?:[^\}]*)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:classDiagram-v2\b)/,/^(?:classDiagram\b)/,/^(?:\[\*\])/,/^(?:call[\s]+)/,/^(?:\([\s]*\))/,/^(?:\()/,/^(?:[^(]*)/,/^(?:\))/,/^(?:[^)]*)/,/^(?:["])/,/^(?:[^"]*)/,/^(?:["])/,/^(?:style\b)/,/^(?:namespace\b)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:[{])/,/^(?:[}])/,/^(?:$)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:\[\*\])/,/^(?:class\b)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:[}])/,/^(?:[{])/,/^(?:[}])/,/^(?:$)/,/^(?:\[\*\])/,/^(?:[{])/,/^(?:[\n])/,/^(?:[^{}\n]*)/,/^(?:cssClass\b)/,/^(?:callback\b)/,/^(?:link\b)/,/^(?:click\b)/,/^(?:note for\b)/,/^(?:note\b)/,/^(?:<<)/,/^(?:>>)/,/^(?:href\b)/,/^(?:[~])/,/^(?:[^~]*)/,/^(?:~)/,/^(?:[`])/,/^(?:[^`]+)/,/^(?:[`])/,/^(?:_self\b)/,/^(?:_blank\b)/,/^(?:_parent\b)/,/^(?:_top\b)/,/^(?:\s*<\|)/,/^(?:\s*\|>)/,/^(?:\s*>)/,/^(?:\s*<)/,/^(?:\s*\*)/,/^(?:\s*o\b)/,/^(?:\s*\(\))/,/^(?:--)/,/^(?:\.\.)/,/^(?::{1}[^:\n;]+)/,/^(?::{3})/,/^(?:-)/,/^(?:\.)/,/^(?:\+)/,/^(?::)/,/^(?:,)/,/^(?:#)/,/^(?:#)/,/^(?:%)/,/^(?:=)/,/^(?:=)/,/^(?:\w+)/,/^(?:\[)/,/^(?:\])/,/^(?:[!"#$%&'*+,-.`?\\/])/,/^(?:[0-9]+)/,/^(?:[\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6]|[\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377]|[\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5]|[\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA]|[\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE]|[\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA]|[\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0]|[\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977]|[\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2]|[\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A]|[\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39]|[\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8]|[\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C]|[\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C]|[\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99]|[\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0]|[\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D]|[\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3]|[\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10]|[\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1]|[\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81]|[\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3]|[\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6]|[\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A]|[\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081]|[\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D]|[\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0]|[\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310]|[\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C]|[\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711]|[\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7]|[\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C]|[\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16]|[\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF]|[\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC]|[\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D]|[\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D]|[\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3]|[\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F]|[\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128]|[\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184]|[\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3]|[\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6]|[\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE]|[\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C]|[\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D]|[\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC]|[\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B]|[\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788]|[\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805]|[\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB]|[\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28]|[\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5]|[\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4]|[\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|[\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D]|[\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36]|[\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D]|[\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC]|[\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF]|[\uFFD2-\uFFD7\uFFDA-\uFFDC])/,/^(?:\s)/,/^(?:\s)/,/^(?:$)/],conditions:{"namespace-body":{rules:[26,32,33,34,35,36,37,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},namespace:{rules:[26,28,29,30,31,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},"class-body":{rules:[26,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},class:{rules:[26,38,39,40,41,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},acc_descr_multiline:{rules:[11,12,26,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},acc_descr:{rules:[9,26,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},acc_title:{rules:[7,26,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},callback_args:{rules:[22,23,26,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},callback_name:{rules:[19,20,21,26,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},href:{rules:[26,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},struct:{rules:[26,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},generic:{rules:[26,48,49,50,51,52,53,54,55,56,57,58,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},bqstring:{rules:[26,48,49,50,51,52,53,54,55,56,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},string:{rules:[24,25,26,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,85,86,87,88,89,90,91,92,93,94,96],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,8,10,13,14,15,16,17,18,26,27,28,37,48,49,50,51,52,53,54,55,56,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96],inclusive:!0}}};return Ra}();yi.lexer=da;function Ss(){this.yy={}}return Ss.prototype=yi,yi.Parser=Ss,new Ss}();Lbt.parser=Lbt;const fqt=Lbt,dqt=["#","+","~","-",""];class gqt{constructor(a,f){this.memberType=f,this.visibility="",this.classifier="";const g=Ed(a,Re());this.parseMember(g)}getDisplayDetails(){let a=this.visibility+pF(this.id);this.memberType==="method"&&(a+=`(${pF(this.parameters.trim())})`,this.returnType&&(a+=" : "+pF(this.returnType))),a=a.trim();const f=this.parseClassifier();return{displayText:a,cssStyle:f}}parseMember(a){let f="";if(this.memberType==="method"){const g=/([#+~-])?(.+)\((.*)\)([\s$*])?(.*)([$*])?/,w=a.match(g);if(w){const v=w[1]?w[1].trim():"";if(dqt.includes(v)&&(this.visibility=v),this.id=w[2].trim(),this.parameters=w[3]?w[3].trim():"",f=w[4]?w[4].trim():"",this.returnType=w[5]?w[5].trim():"",f===""){const b=this.returnType.substring(this.returnType.length-1);b.match(/[$*]/)&&(f=b,this.returnType=this.returnType.substring(0,this.returnType.length-1))}}}else{const g=a.length,w=a.substring(0,1),v=a.substring(g-1);dqt.includes(w)&&(this.visibility=w),v.match(/[$*]/)&&(f=v),this.id=a.substring(this.visibility===""?0:1,f===""?g:g-1)}this.classifier=f}parseClassifier(){switch(this.classifier){case"*":return"font-style:italic;";case"$":return"text-decoration:underline;";default:return""}}}const fX="classId-";let Mbt=[],Yl={},dX=[],pqt=0,C8={},Dbt=0,hB=[];const P9=i=>ei.sanitizeText(i,Re()),N9=function(i){const a=ei.sanitizeText(i,Re());let f="",g=a;if(a.indexOf("~")>0){const w=a.split("~");g=P9(w[0]),f=P9(w[1])}return{className:g,type:f}},GQe=function(i,a){const f=ei.sanitizeText(i,Re());a&&(a=P9(a));const{className:g}=N9(f);Yl[g].label=a},gX=function(i){const a=ei.sanitizeText(i,Re()),{className:f,type:g}=N9(a);if(Object.hasOwn(Yl,f))return;const w=ei.sanitizeText(f,Re());Yl[w]={id:w,type:g,label:w,cssClasses:[],methods:[],members:[],annotations:[],styles:[],domId:fX+w+"-"+pqt},pqt++},bqt=function(i){const a=ei.sanitizeText(i,Re());if(a in Yl)return Yl[a].domId;throw new Error("Class not found: "+a)},KQe=function(){Mbt=[],Yl={},dX=[],hB=[],hB.push(mqt),C8={},Dbt=0,Wg()},WQe=function(i){return Yl[i]},YQe=function(){return Yl},XQe=function(){return Mbt},QQe=function(){return dX},JQe=function(i){Wt.debug("Adding relation: "+JSON.stringify(i)),gX(i.id1),gX(i.id2),i.id1=N9(i.id1).className,i.id2=N9(i.id2).className,i.relationTitle1=ei.sanitizeText(i.relationTitle1.trim(),Re()),i.relationTitle2=ei.sanitizeText(i.relationTitle2.trim(),Re()),Mbt.push(i)},ZQe=function(i,a){const f=N9(i).className;Yl[f].annotations.push(a)},wqt=function(i,a){gX(i);const f=N9(i).className,g=Yl[f];if(typeof a=="string"){const w=a.trim();w.startsWith("<<")&&w.endsWith(">>")?g.annotations.push(P9(w.substring(2,w.length-2))):w.indexOf(")")>0?g.methods.push(new gqt(w,"method")):w&&g.members.push(new gqt(w,"attribute"))}},tJe=function(i,a){Array.isArray(a)&&(a.reverse(),a.forEach(f=>wqt(i,f)))},eJe=function(i,a){const f={id:`note${dX.length}`,class:a,text:i};dX.push(f)},nJe=function(i){return i.startsWith(":")&&(i=i.substring(1)),P9(i.trim())},Ibt=function(i,a){i.split(",").forEach(function(f){let g=f;f[0].match(/\d/)&&(g=fX+g),Yl[g]!==void 0&&Yl[g].cssClasses.push(a)})},rJe=function(i,a){i.split(",").forEach(function(f){a!==void 0&&(Yl[f].tooltip=P9(a))})},iJe=function(i,a){return a?C8[a].classes[i].tooltip:Yl[i].tooltip},sJe=function(i,a,f){const g=Re();i.split(",").forEach(function(w){let v=w;w[0].match(/\d/)&&(v=fX+v),Yl[v]!==void 0&&(Yl[v].link=ao.formatUrl(a,g),g.securityLevel==="sandbox"?Yl[v].linkTarget="_top":typeof f=="string"?Yl[v].linkTarget=P9(f):Yl[v].linkTarget="_blank")}),Ibt(i,"clickable")},aJe=function(i,a,f){i.split(",").forEach(function(g){oJe(g,a,f),Yl[g].haveCallback=!0}),Ibt(i,"clickable")},oJe=function(i,a,f){const g=ei.sanitizeText(i,Re());if(Re().securityLevel!=="loose"||a===void 0)return;const v=g;if(Yl[v]!==void 0){const b=bqt(v);let E=[];if(typeof f=="string"){E=f.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/);for(let _=0;_<E.length;_++){let S=E[_].trim();S.charAt(0)==='"'&&S.charAt(S.length-1)==='"'&&(S=S.substr(1,S.length-2)),E[_]=S}}E.length===0&&E.push(b),hB.push(function(){const _=document.querySelector(`[id="${b}"]`);_!==null&&_.addEventListener("click",function(){ao.runFunc(a,...E)},!1)})}},cJe=function(i){hB.forEach(function(a){a(i)})},uJe={LINE:0,DOTTED_LINE:1},lJe={AGGREGATION:0,EXTENSION:1,COMPOSITION:2,DEPENDENCY:3,LOLLIPOP:4},mqt=function(i){let a=xr(".mermaidTooltip");(a._groups||a)[0][0]===null&&(a=xr("body").append("div").attr("class","mermaidTooltip").style("opacity",0)),xr(i).select("svg").selectAll("g.node").on("mouseover",function(){const w=xr(this);if(w.attr("title")===null)return;const b=this.getBoundingClientRect();a.transition().duration(200).style("opacity",".9"),a.text(w.attr("title")).style("left",window.scrollX+b.left+(b.right-b.left)/2+"px").style("top",window.scrollY+b.top-14+document.body.scrollTop+"px"),a.html(a.html().replace(/<br\/>/g,"<br/>")),w.classed("hover",!0)}).on("mouseout",function(){a.transition().duration(500).style("opacity",0),xr(this).classed("hover",!1)})};hB.push(mqt);let vqt="TB";const pX={setAccTitle:ng,getAccTitle:Yg,getAccDescription:Qg,setAccDescription:Xg,getConfig:()=>Re().class,addClass:gX,bindFunctions:cJe,clear:KQe,getClass:WQe,getClasses:YQe,getNotes:QQe,addAnnotation:ZQe,addNote:eJe,getRelations:XQe,addRelation:JQe,getDirection:()=>vqt,setDirection:i=>{vqt=i},addMember:wqt,addMembers:tJe,cleanupLabel:nJe,lineType:uJe,relationType:lJe,setClickEvent:aJe,setCssClass:Ibt,setLink:sJe,getTooltip:iJe,setTooltip:rJe,lookUpDomId:bqt,setDiagramTitle:y2,getDiagramTitle:Jg,setClassLabel:GQe,addNamespace:function(i){C8[i]===void 0&&(C8[i]={id:i,classes:{},children:{},domId:fX+i+"-"+Dbt},Dbt++)},addClassesToNamespace:function(i,a){if(C8[i]!==void 0)for(const f of a){const{className:g}=N9(f);Yl[g].parent=i,C8[i].classes[g]=Yl[g]}},getNamespace:function(i){return C8[i]},getNamespaces:function(){return C8},setCssStyle:function(i,a){const f=Yl[i];if(!(!a||!f))for(const g of a)g.includes(",")?f.styles.push(...g.split(",")):f.styles.push(g)}},yqt=i=>`g.classGroup text {
+ fill: ${i.nodeBorder||i.classText};
+ stroke: none;
+ font-family: ${i.fontFamily};
+ font-size: 10px;
+
+ .title {
+ font-weight: bolder;
+ }
+
+}
+
+.nodeLabel, .edgeLabel {
+ color: ${i.classText};
+}
+.edgeLabel .label rect {
+ fill: ${i.mainBkg};
+}
+.label text {
+ fill: ${i.classText};
+}
+.edgeLabel .label span {
+ background: ${i.mainBkg};
+}
+
+.classTitle {
+ font-weight: bolder;
+}
+.node rect,
+ .node circle,
+ .node ellipse,
+ .node polygon,
+ .node path {
+ fill: ${i.mainBkg};
+ stroke: ${i.nodeBorder};
+ stroke-width: 1px;
+ }
+
+
+.divider {
+ stroke: ${i.nodeBorder};
+ stroke-width: 1;
+}
+
+g.clickable {
+ cursor: pointer;
+}
+
+g.classGroup rect {
+ fill: ${i.mainBkg};
+ stroke: ${i.nodeBorder};
+}
+
+g.classGroup line {
+ stroke: ${i.nodeBorder};
+ stroke-width: 1;
+}
+
+.classLabel .box {
+ stroke: none;
+ stroke-width: 0;
+ fill: ${i.mainBkg};
+ opacity: 0.5;
+}
+
+.classLabel .label {
+ fill: ${i.nodeBorder};
+ font-size: 10px;
+}
+
+.relation {
+ stroke: ${i.lineColor};
+ stroke-width: 1;
+ fill: none;
+}
+
+.dashed-line{
+ stroke-dasharray: 3;
+}
+
+.dotted-line{
+ stroke-dasharray: 1 2;
+}
+
+#compositionStart, .composition {
+ fill: ${i.lineColor} !important;
+ stroke: ${i.lineColor} !important;
+ stroke-width: 1;
+}
+
+#compositionEnd, .composition {
+ fill: ${i.lineColor} !important;
+ stroke: ${i.lineColor} !important;
+ stroke-width: 1;
+}
+
+#dependencyStart, .dependency {
+ fill: ${i.lineColor} !important;
+ stroke: ${i.lineColor} !important;
+ stroke-width: 1;
+}
+
+#dependencyStart, .dependency {
+ fill: ${i.lineColor} !important;
+ stroke: ${i.lineColor} !important;
+ stroke-width: 1;
+}
+
+#extensionStart, .extension {
+ fill: transparent !important;
+ stroke: ${i.lineColor} !important;
+ stroke-width: 1;
+}
+
+#extensionEnd, .extension {
+ fill: transparent !important;
+ stroke: ${i.lineColor} !important;
+ stroke-width: 1;
+}
+
+#aggregationStart, .aggregation {
+ fill: transparent !important;
+ stroke: ${i.lineColor} !important;
+ stroke-width: 1;
+}
+
+#aggregationEnd, .aggregation {
+ fill: transparent !important;
+ stroke: ${i.lineColor} !important;
+ stroke-width: 1;
+}
+
+#lollipopStart, .lollipop {
+ fill: ${i.mainBkg} !important;
+ stroke: ${i.lineColor} !important;
+ stroke-width: 1;
+}
+
+#lollipopEnd, .lollipop {
+ fill: ${i.mainBkg} !important;
+ stroke: ${i.lineColor} !important;
+ stroke-width: 1;
+}
+
+.edgeTerminals {
+ font-size: 11px;
+ line-height: initial;
+}
+
+.classTitleText {
+ text-anchor: middle;
+ font-size: 18px;
+ fill: ${i.textColor};
+}
+`;let xqt=0;const hJe=function(i,a,f,g,w){const v=function(ut){switch(ut){case w.db.relationType.AGGREGATION:return"aggregation";case w.db.relationType.EXTENSION:return"extension";case w.db.relationType.COMPOSITION:return"composition";case w.db.relationType.DEPENDENCY:return"dependency";case w.db.relationType.LOLLIPOP:return"lollipop"}};a.points=a.points.filter(ut=>!Number.isNaN(ut.y));const b=a.points,E=Cx().x(function(ut){return ut.x}).y(function(ut){return ut.y}).curve(lF),_=i.append("path").attr("d",E(b)).attr("id","edge"+xqt).attr("class","relation");let S="";g.arrowMarkerAbsolute&&(S=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search,S=S.replace(/\(/g,"\\("),S=S.replace(/\)/g,"\\)")),f.relation.lineType==1&&_.attr("class","relation dashed-line"),f.relation.lineType==10&&_.attr("class","relation dotted-line"),f.relation.type1!=="none"&&_.attr("marker-start","url("+S+"#"+v(f.relation.type1)+"Start)"),f.relation.type2!=="none"&&_.attr("marker-end","url("+S+"#"+v(f.relation.type2)+"End)");let I,B;const F=a.points.length;let R=ao.calcLabelPosition(a.points);I=R.x,B=R.y;let q,X,rt,at;if(F%2!==0&&F>1){let ut=ao.calcCardinalityPosition(f.relation.type1!=="none",a.points,a.points[0]),pt=ao.calcCardinalityPosition(f.relation.type2!=="none",a.points,a.points[F-1]);Wt.debug("cardinality_1_point "+JSON.stringify(ut)),Wt.debug("cardinality_2_point "+JSON.stringify(pt)),q=ut.x,X=ut.y,rt=pt.x,at=pt.y}if(f.title!==void 0){const ut=i.append("g").attr("class","classLabel"),pt=ut.append("text").attr("class","label").attr("x",I).attr("y",B).attr("fill","red").attr("text-anchor","middle").text(f.title);window.label=pt;const yt=pt.node().getBBox();ut.insert("rect",":first-child").attr("class","box").attr("x",yt.x-g.padding/2).attr("y",yt.y-g.padding/2).attr("width",yt.width+g.padding).attr("height",yt.height+g.padding)}Wt.info("Rendering relation "+JSON.stringify(f)),f.relationTitle1!==void 0&&f.relationTitle1!=="none"&&i.append("g").attr("class","cardinality").append("text").attr("class","type1").attr("x",q).attr("y",X).attr("fill","black").attr("font-size","6").text(f.relationTitle1),f.relationTitle2!==void 0&&f.relationTitle2!=="none"&&i.append("g").attr("class","cardinality").append("text").attr("class","type2").attr("x",rt).attr("y",at).attr("fill","black").attr("font-size","6").text(f.relationTitle2),xqt++},fJe=function(i,a,f,g){Wt.debug("Rendering class ",a,f);const w=a.id,v={id:w,label:a.id,width:0,height:0},b=i.append("g").attr("id",g.db.lookUpDomId(w)).attr("class","classGroup");let E;a.link?E=b.append("svg:a").attr("xlink:href",a.link).attr("target",a.linkTarget).append("text").attr("y",f.textHeight+f.padding).attr("x",0):E=b.append("text").attr("y",f.textHeight+f.padding).attr("x",0);let _=!0;a.annotations.forEach(function(pt){const yt=E.append("tspan").text("«"+pt+"»");_||yt.attr("dy",f.textHeight),_=!1});let S=kqt(a);const I=E.append("tspan").text(S).attr("class","title");_||I.attr("dy",f.textHeight);const B=E.node().getBBox().height;let F,R,q;if(a.members.length>0){F=b.append("line").attr("x1",0).attr("y1",f.padding+B+f.dividerMargin/2).attr("y2",f.padding+B+f.dividerMargin/2);const pt=b.append("text").attr("x",f.padding).attr("y",B+f.dividerMargin+f.textHeight).attr("fill","white").attr("class","classText");_=!0,a.members.forEach(function(yt){Eqt(pt,yt,_,f),_=!1}),R=pt.node().getBBox()}if(a.methods.length>0){q=b.append("line").attr("x1",0).attr("y1",f.padding+B+f.dividerMargin+R.height).attr("y2",f.padding+B+f.dividerMargin+R.height);const pt=b.append("text").attr("x",f.padding).attr("y",B+2*f.dividerMargin+R.height+f.textHeight).attr("fill","white").attr("class","classText");_=!0,a.methods.forEach(function(yt){Eqt(pt,yt,_,f),_=!1})}const X=b.node().getBBox();var rt=" ";a.cssClasses.length>0&&(rt=rt+a.cssClasses.join(" "));const ut=b.insert("rect",":first-child").attr("x",0).attr("y",0).attr("width",X.width+2*f.padding).attr("height",X.height+f.padding+.5*f.dividerMargin).attr("class",rt).node().getBBox().width;return E.node().childNodes.forEach(function(pt){pt.setAttribute("x",(ut-pt.getBBox().width)/2)}),a.tooltip&&E.insert("title").text(a.tooltip),F&&F.attr("x2",ut),q&&q.attr("x2",ut),v.width=ut,v.height=X.height+f.padding+.5*f.dividerMargin,v},kqt=function(i){let a=i.id;return i.type&&(a+="<"+pF(i.type)+">"),a},dJe=function(i,a,f,g){Wt.debug("Rendering note ",a,f);const w=a.id,v={id:w,text:a.text,width:0,height:0},b=i.append("g").attr("id",w).attr("class","classGroup");let E=b.append("text").attr("y",f.textHeight+f.padding).attr("x",0);const _=JSON.parse(`"${a.text}"`).split(`
+`);_.forEach(function(F){Wt.debug(`Adding line: ${F}`),E.append("tspan").text(F).attr("class","title").attr("dy",f.textHeight)});const S=b.node().getBBox(),B=b.insert("rect",":first-child").attr("x",0).attr("y",0).attr("width",S.width+2*f.padding).attr("height",S.height+_.length*f.textHeight+f.padding+.5*f.dividerMargin).node().getBBox().width;return E.node().childNodes.forEach(function(F){F.setAttribute("x",(B-F.getBBox().width)/2)}),v.width=B,v.height=S.height+_.length*f.textHeight+f.padding+.5*f.dividerMargin,v},Eqt=function(i,a,f,g){const{displayText:w,cssStyle:v}=a.getDisplayDetails(),b=i.append("tspan").attr("x",g.padding).text(w);v!==""&&b.attr("style",a.cssStyle),f||b.attr("dy",g.textHeight)},Obt={getClassTitleString:kqt,drawClass:fJe,drawEdge:hJe,drawNote:dJe};let bX={};const wX=20,fB=function(i){const a=Object.entries(bX).find(f=>f[1].label===i);if(a)return a[0]},gJe=function(i){i.append("defs").append("marker").attr("id","extensionStart").attr("class","extension").attr("refX",0).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 1,7 L18,13 V 1 Z"),i.append("defs").append("marker").attr("id","extensionEnd").attr("refX",19).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 1,1 V 13 L18,7 Z"),i.append("defs").append("marker").attr("id","compositionStart").attr("class","extension").attr("refX",0).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z"),i.append("defs").append("marker").attr("id","compositionEnd").attr("refX",19).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z"),i.append("defs").append("marker").attr("id","aggregationStart").attr("class","extension").attr("refX",0).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z"),i.append("defs").append("marker").attr("id","aggregationEnd").attr("refX",19).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z"),i.append("defs").append("marker").attr("id","dependencyStart").attr("class","extension").attr("refX",0).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 5,7 L9,13 L1,7 L9,1 Z"),i.append("defs").append("marker").attr("id","dependencyEnd").attr("refX",19).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L14,7 L9,1 Z")},pJe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:fqt,db:pX,renderer:{draw:function(i,a,f,g){const w=Re().class;bX={},Wt.info("Rendering diagram "+i);const v=Re().securityLevel;let b;v==="sandbox"&&(b=xr("#i"+a));const E=xr(v==="sandbox"?b.nodes()[0].contentDocument.body:"body"),_=E.select(`[id='${a}']`);gJe(_);const S=new R1({multigraph:!0});S.setGraph({isMultiGraph:!0}),S.setDefaultEdgeLabel(function(){return{}});const I=g.db.getClasses(),B=Object.keys(I);for(const ut of B){const pt=I[ut],yt=Obt.drawClass(_,pt,w,g);bX[yt.id]=yt,S.setNode(yt.id,yt),Wt.info("Org height: "+yt.height)}g.db.getRelations().forEach(function(ut){Wt.info("tjoho"+fB(ut.id1)+fB(ut.id2)+JSON.stringify(ut)),S.setEdge(fB(ut.id1),fB(ut.id2),{relation:ut},ut.title||"DEFAULT")}),g.db.getNotes().forEach(function(ut){Wt.debug(`Adding note: ${JSON.stringify(ut)}`);const pt=Obt.drawNote(_,ut,w,g);bX[pt.id]=pt,S.setNode(pt.id,pt),ut.class&&ut.class in I&&S.setEdge(ut.id,fB(ut.class),{relation:{id1:ut.id,id2:ut.class,relation:{type1:"none",type2:"none",lineType:10}}},"DEFAULT")}),gM(S),S.nodes().forEach(function(ut){ut!==void 0&&S.node(ut)!==void 0&&(Wt.debug("Node "+ut+": "+JSON.stringify(S.node(ut))),E.select("#"+(g.db.lookUpDomId(ut)||ut)).attr("transform","translate("+(S.node(ut).x-S.node(ut).width/2)+","+(S.node(ut).y-S.node(ut).height/2)+" )"))}),S.edges().forEach(function(ut){ut!==void 0&&S.edge(ut)!==void 0&&(Wt.debug("Edge "+ut.v+" -> "+ut.w+": "+JSON.stringify(S.edge(ut))),Obt.drawEdge(_,S.edge(ut),S.edge(ut).relation,w,g))});const q=_.node().getBBox(),X=q.width+wX*2,rt=q.height+wX*2;Kg(_,rt,X,w.useMaxWidth);const at=`${q.x-wX} ${q.y-wX} ${X} ${rt}`;Wt.debug(`viewBox ${at}`),_.attr("viewBox",at)}},styles:yqt,init:i=>{i.class||(i.class={}),i.class.arrowMarkerAbsolute=i.arrowMarkerAbsolute,pX.clear()}}},Symbol.toStringTag,{value:"Module"})),Pbt=i=>ei.sanitizeText(i,Re());let Nbt={dividerMargin:10,padding:5,textHeight:10,curve:void 0};const bJe=function(i,a,f,g){const w=Object.keys(i);Wt.info("keys:",w),Wt.info(i),w.forEach(function(v){var S,I;const b=i[v],_={shape:"rect",id:b.id,domId:b.domId,labelText:Pbt(b.id),labelStyle:"",style:"fill: none; stroke: black",padding:((S=Re().flowchart)==null?void 0:S.padding)??((I=Re().class)==null?void 0:I.padding)};a.setNode(b.id,_),Tqt(b.classes,a,f,g,b.id),Wt.info("setNode",_)})},Tqt=function(i,a,f,g,w){const v=Object.keys(i);Wt.info("keys:",v),Wt.info(i),v.filter(b=>i[b].parent==w).forEach(function(b){var q,X;const E=i[b],_=E.cssClasses.join(" "),S=Uw(E.styles),I=E.label??E.id,B=0,F="class_box",R={labelStyle:S.labelStyle,shape:F,labelText:Pbt(I),classData:E,rx:B,ry:B,class:_,style:S.style,id:E.id,domId:E.domId,tooltip:g.db.getTooltip(E.id,w)||"",haveCallback:E.haveCallback,link:E.link,width:E.type==="group"?500:void 0,type:E.type,padding:((q=Re().flowchart)==null?void 0:q.padding)??((X=Re().class)==null?void 0:X.padding)};a.setNode(E.id,R),w&&a.setParent(E.id,w),Wt.info("setNode",R)})},wJe=function(i,a,f,g){Wt.info(i),i.forEach(function(w,v){var X,rt;const b=w,E="",_={labelStyle:"",style:""},S=b.text,I=0,B="note",F={labelStyle:_.labelStyle,shape:B,labelText:Pbt(S),noteData:b,rx:I,ry:I,class:E,style:_.style,id:b.id,domId:b.id,tooltip:"",type:"note",padding:((X=Re().flowchart)==null?void 0:X.padding)??((rt=Re().class)==null?void 0:rt.padding)};if(a.setNode(b.id,F),Wt.info("setNode",F),!b.class||!(b.class in g))return;const R=f+v,q={id:`edgeNote${R}`,classes:"relation",pattern:"dotted",arrowhead:"none",startLabelRight:"",endLabelLeft:"",arrowTypeStart:"none",arrowTypeEnd:"none",style:"fill:none",labelStyle:"",curve:Vw(Nbt.curve,Vg)};a.setEdge(b.id,b.class,q,R)})},mJe=function(i,a){const f=Re().flowchart;let g=0;i.forEach(function(w){var b;g++;const v={classes:"relation",pattern:w.relation.lineType==1?"dashed":"solid",id:`id_${w.id1}_${w.id2}_${g}`,arrowhead:w.type==="arrow_open"?"none":"normal",startLabelRight:w.relationTitle1==="none"?"":w.relationTitle1,endLabelLeft:w.relationTitle2==="none"?"":w.relationTitle2,arrowTypeStart:Cqt(w.relation.type1),arrowTypeEnd:Cqt(w.relation.type2),style:"fill:none",labelStyle:"",curve:Vw(f==null?void 0:f.curve,Vg)};if(Wt.info(v,w),w.style!==void 0){const E=Uw(w.style);v.style=E.style,v.labelStyle=E.labelStyle}w.text=w.title,w.text===void 0?w.style!==void 0&&(v.arrowheadStyle="fill: #333"):(v.arrowheadStyle="fill: #333",v.labelpos="c",((b=Re().flowchart)==null?void 0:b.htmlLabels)??Re().htmlLabels?(v.labelType="html",v.label='<span class="edgeLabel">'+w.text+"</span>"):(v.labelType="text",v.label=w.text.replace(ei.lineBreakRegex,`
+`),w.style===void 0&&(v.style=v.style||"stroke: #333; stroke-width: 1.5px;fill:none"),v.labelStyle=v.labelStyle.replace("color:","fill:"))),a.setEdge(w.id1,w.id2,v,g)})},vJe=function(i){Nbt={...Nbt,...i}},yJe=async function(i,a,f,g){Wt.info("Drawing class - ",a);const w=Re().flowchart??Re().class,v=Re().securityLevel;Wt.info("config:",w);const b=(w==null?void 0:w.nodeSpacing)??50,E=(w==null?void 0:w.rankSpacing)??50,_=new R1({multigraph:!0,compound:!0}).setGraph({rankdir:g.db.getDirection(),nodesep:b,ranksep:E,marginx:8,marginy:8}).setDefaultEdgeLabel(function(){return{}}),S=g.db.getNamespaces(),I=g.db.getClasses(),B=g.db.getRelations(),F=g.db.getNotes();Wt.info(B),bJe(S,_,a,g),Tqt(I,_,a,g),mJe(B,_),wJe(F,_,B.length+1,I);let R;v==="sandbox"&&(R=xr("#i"+a));const q=xr(v==="sandbox"?R.nodes()[0].contentDocument.body:"body"),X=q.select(`[id="${a}"]`),rt=q.select("#"+a+" g");if(await Vpt(rt,_,["aggregation","extension","composition","dependency","lollipop"],"classDiagram",a),ao.insertTitle(X,"classTitleText",(w==null?void 0:w.titleTopMargin)??5,g.db.getDiagramTitle()),g8(_,X,w==null?void 0:w.diagramPadding,w==null?void 0:w.useMaxWidth),!(w!=null&&w.htmlLabels)){const at=v==="sandbox"?R.nodes()[0].contentDocument:document,ut=at.querySelectorAll('[id="'+a+'"] .edgeLabel .label');for(const pt of ut){const yt=pt.getBBox(),mt=at.createElementNS("http://www.w3.org/2000/svg","rect");mt.setAttribute("rx",0),mt.setAttribute("ry",0),mt.setAttribute("width",yt.width),mt.setAttribute("height",yt.height),pt.insertBefore(mt,pt.firstChild)}}};function Cqt(i){let a;switch(i){case 0:a="aggregation";break;case 1:a="extension";break;case 2:a="composition";break;case 3:a="dependency";break;case 4:a="lollipop";break;default:a="none"}return a}const xJe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:fqt,db:pX,renderer:{setConf:vJe,draw:yJe},styles:yqt,init:i=>{i.class||(i.class={}),i.class.arrowMarkerAbsolute=i.arrowMarkerAbsolute,pX.clear()}}},Symbol.toStringTag,{value:"Module"}));var Fbt=function(){var i=function(Ct,Ft,_t,xt){for(_t=_t||{},xt=Ct.length;xt--;_t[Ct[xt]]=Ft);return _t},a=[1,2],f=[1,3],g=[1,4],w=[2,4],v=[1,9],b=[1,11],E=[1,15],_=[1,16],S=[1,17],I=[1,18],B=[1,30],F=[1,19],R=[1,20],q=[1,21],X=[1,22],rt=[1,23],at=[1,25],ut=[1,26],pt=[1,27],yt=[1,28],mt=[1,29],gt=[1,32],ht=[1,33],bt=[1,34],Z=[1,35],ft=[1,31],Y=[1,4,5,15,16,18,20,21,23,24,25,26,27,28,32,34,36,37,41,44,45,46,47,50],Et=[1,4,5,13,14,15,16,18,20,21,23,24,25,26,27,28,32,34,36,37,41,44,45,46,47,50],V=[4,5,15,16,18,20,21,23,24,25,26,27,28,32,34,36,37,41,44,45,46,47,50],Nt={trace:function(){},yy:{},symbols_:{error:2,start:3,SPACE:4,NL:5,SD:6,document:7,line:8,statement:9,classDefStatement:10,cssClassStatement:11,idStatement:12,DESCR:13,"-->":14,HIDE_EMPTY:15,scale:16,WIDTH:17,COMPOSIT_STATE:18,STRUCT_START:19,STRUCT_STOP:20,STATE_DESCR:21,AS:22,ID:23,FORK:24,JOIN:25,CHOICE:26,CONCURRENT:27,note:28,notePosition:29,NOTE_TEXT:30,direction:31,acc_title:32,acc_title_value:33,acc_descr:34,acc_descr_value:35,acc_descr_multiline_value:36,classDef:37,CLASSDEF_ID:38,CLASSDEF_STYLEOPTS:39,DEFAULT:40,class:41,CLASSENTITY_IDS:42,STYLECLASS:43,direction_tb:44,direction_bt:45,direction_rl:46,direction_lr:47,eol:48,";":49,EDGE_STATE:50,STYLE_SEPARATOR:51,left_of:52,right_of:53,$accept:0,$end:1},terminals_:{2:"error",4:"SPACE",5:"NL",6:"SD",13:"DESCR",14:"-->",15:"HIDE_EMPTY",16:"scale",17:"WIDTH",18:"COMPOSIT_STATE",19:"STRUCT_START",20:"STRUCT_STOP",21:"STATE_DESCR",22:"AS",23:"ID",24:"FORK",25:"JOIN",26:"CHOICE",27:"CONCURRENT",28:"note",30:"NOTE_TEXT",32:"acc_title",33:"acc_title_value",34:"acc_descr",35:"acc_descr_value",36:"acc_descr_multiline_value",37:"classDef",38:"CLASSDEF_ID",39:"CLASSDEF_STYLEOPTS",40:"DEFAULT",41:"class",42:"CLASSENTITY_IDS",43:"STYLECLASS",44:"direction_tb",45:"direction_bt",46:"direction_rl",47:"direction_lr",49:";",50:"EDGE_STATE",51:"STYLE_SEPARATOR",52:"left_of",53:"right_of"},productions_:[0,[3,2],[3,2],[3,2],[7,0],[7,2],[8,2],[8,1],[8,1],[9,1],[9,1],[9,1],[9,2],[9,3],[9,4],[9,1],[9,2],[9,1],[9,4],[9,3],[9,6],[9,1],[9,1],[9,1],[9,1],[9,4],[9,4],[9,1],[9,2],[9,2],[9,1],[10,3],[10,3],[11,3],[31,1],[31,1],[31,1],[31,1],[48,1],[48,1],[12,1],[12,1],[12,3],[12,3],[29,1],[29,1]],performAction:function(Ft,_t,xt,Gt,Be,Ot,vn){var Pe=Ot.length-1;switch(Be){case 3:return Gt.setRootDoc(Ot[Pe]),Ot[Pe];case 4:this.$=[];break;case 5:Ot[Pe]!="nl"&&(Ot[Pe-1].push(Ot[Pe]),this.$=Ot[Pe-1]);break;case 6:case 7:this.$=Ot[Pe];break;case 8:this.$="nl";break;case 11:this.$=Ot[Pe];break;case 12:const me=Ot[Pe-1];me.description=Gt.trimColon(Ot[Pe]),this.$=me;break;case 13:this.$={stmt:"relation",state1:Ot[Pe-2],state2:Ot[Pe]};break;case 14:const Fe=Gt.trimColon(Ot[Pe]);this.$={stmt:"relation",state1:Ot[Pe-3],state2:Ot[Pe-1],description:Fe};break;case 18:this.$={stmt:"state",id:Ot[Pe-3],type:"default",description:"",doc:Ot[Pe-1]};break;case 19:var Ee=Ot[Pe],nn=Ot[Pe-2].trim();if(Ot[Pe].match(":")){var sn=Ot[Pe].split(":");Ee=sn[0],nn=[nn,sn[1]]}this.$={stmt:"state",id:Ee,type:"default",description:nn};break;case 20:this.$={stmt:"state",id:Ot[Pe-3],type:"default",description:Ot[Pe-5],doc:Ot[Pe-1]};break;case 21:this.$={stmt:"state",id:Ot[Pe],type:"fork"};break;case 22:this.$={stmt:"state",id:Ot[Pe],type:"join"};break;case 23:this.$={stmt:"state",id:Ot[Pe],type:"choice"};break;case 24:this.$={stmt:"state",id:Gt.getDividerId(),type:"divider"};break;case 25:this.$={stmt:"state",id:Ot[Pe-1].trim(),note:{position:Ot[Pe-2].trim(),text:Ot[Pe].trim()}};break;case 28:this.$=Ot[Pe].trim(),Gt.setAccTitle(this.$);break;case 29:case 30:this.$=Ot[Pe].trim(),Gt.setAccDescription(this.$);break;case 31:case 32:this.$={stmt:"classDef",id:Ot[Pe-1].trim(),classes:Ot[Pe].trim()};break;case 33:this.$={stmt:"applyClass",id:Ot[Pe-1].trim(),styleClass:Ot[Pe].trim()};break;case 34:Gt.setDirection("TB"),this.$={stmt:"dir",value:"TB"};break;case 35:Gt.setDirection("BT"),this.$={stmt:"dir",value:"BT"};break;case 36:Gt.setDirection("RL"),this.$={stmt:"dir",value:"RL"};break;case 37:Gt.setDirection("LR"),this.$={stmt:"dir",value:"LR"};break;case 40:case 41:this.$={stmt:"state",id:Ot[Pe].trim(),type:"default",description:""};break;case 42:this.$={stmt:"state",id:Ot[Pe-2].trim(),classes:[Ot[Pe].trim()],type:"default",description:""};break;case 43:this.$={stmt:"state",id:Ot[Pe-2].trim(),classes:[Ot[Pe].trim()],type:"default",description:""};break}},table:[{3:1,4:a,5:f,6:g},{1:[3]},{3:5,4:a,5:f,6:g},{3:6,4:a,5:f,6:g},i([1,4,5,15,16,18,21,23,24,25,26,27,28,32,34,36,37,41,44,45,46,47,50],w,{7:7}),{1:[2,1]},{1:[2,2]},{1:[2,3],4:v,5:b,8:8,9:10,10:12,11:13,12:14,15:E,16:_,18:S,21:I,23:B,24:F,25:R,26:q,27:X,28:rt,31:24,32:at,34:ut,36:pt,37:yt,41:mt,44:gt,45:ht,46:bt,47:Z,50:ft},i(Y,[2,5]),{9:36,10:12,11:13,12:14,15:E,16:_,18:S,21:I,23:B,24:F,25:R,26:q,27:X,28:rt,31:24,32:at,34:ut,36:pt,37:yt,41:mt,44:gt,45:ht,46:bt,47:Z,50:ft},i(Y,[2,7]),i(Y,[2,8]),i(Y,[2,9]),i(Y,[2,10]),i(Y,[2,11],{13:[1,37],14:[1,38]}),i(Y,[2,15]),{17:[1,39]},i(Y,[2,17],{19:[1,40]}),{22:[1,41]},i(Y,[2,21]),i(Y,[2,22]),i(Y,[2,23]),i(Y,[2,24]),{29:42,30:[1,43],52:[1,44],53:[1,45]},i(Y,[2,27]),{33:[1,46]},{35:[1,47]},i(Y,[2,30]),{38:[1,48],40:[1,49]},{42:[1,50]},i(Et,[2,40],{51:[1,51]}),i(Et,[2,41],{51:[1,52]}),i(Y,[2,34]),i(Y,[2,35]),i(Y,[2,36]),i(Y,[2,37]),i(Y,[2,6]),i(Y,[2,12]),{12:53,23:B,50:ft},i(Y,[2,16]),i(V,w,{7:54}),{23:[1,55]},{23:[1,56]},{22:[1,57]},{23:[2,44]},{23:[2,45]},i(Y,[2,28]),i(Y,[2,29]),{39:[1,58]},{39:[1,59]},{43:[1,60]},{23:[1,61]},{23:[1,62]},i(Y,[2,13],{13:[1,63]}),{4:v,5:b,8:8,9:10,10:12,11:13,12:14,15:E,16:_,18:S,20:[1,64],21:I,23:B,24:F,25:R,26:q,27:X,28:rt,31:24,32:at,34:ut,36:pt,37:yt,41:mt,44:gt,45:ht,46:bt,47:Z,50:ft},i(Y,[2,19],{19:[1,65]}),{30:[1,66]},{23:[1,67]},i(Y,[2,31]),i(Y,[2,32]),i(Y,[2,33]),i(Et,[2,42]),i(Et,[2,43]),i(Y,[2,14]),i(Y,[2,18]),i(V,w,{7:68}),i(Y,[2,25]),i(Y,[2,26]),{4:v,5:b,8:8,9:10,10:12,11:13,12:14,15:E,16:_,18:S,20:[1,69],21:I,23:B,24:F,25:R,26:q,27:X,28:rt,31:24,32:at,34:ut,36:pt,37:yt,41:mt,44:gt,45:ht,46:bt,47:Z,50:ft},i(Y,[2,20])],defaultActions:{5:[2,1],6:[2,2],44:[2,44],45:[2,45]},parseError:function(Ft,_t){if(_t.recoverable)this.trace(Ft);else{var xt=new Error(Ft);throw xt.hash=_t,xt}},parse:function(Ft){var _t=this,xt=[0],Gt=[],Be=[null],Ot=[],vn=this.table,Pe="",Ee=0,nn=0,sn=2,me=1,Fe=Ot.slice.call(arguments,1),Qt=Object.create(this.lexer),Ae={yy:{}};for(var Se in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Se)&&(Ae.yy[Se]=this.yy[Se]);Qt.setInput(Ft,Ae.yy),Ae.yy.lexer=Qt,Ae.yy.parser=this,typeof Qt.yylloc>"u"&&(Qt.yylloc={});var Dn=Qt.yylloc;Ot.push(Dn);var oe=Qt.options&&Qt.options.ranges;typeof Ae.yy.parseError=="function"?this.parseError=Ae.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function Pr(){var Te;return Te=Gt.pop()||Qt.lex()||me,typeof Te!="number"&&(Te instanceof Array&&(Gt=Te,Te=Gt.pop()),Te=_t.symbols_[Te]||Te),Te}for(var we,Ri,yi,da,Ss={},Ra,fr,An,Pn;;){if(Ri=xt[xt.length-1],this.defaultActions[Ri]?yi=this.defaultActions[Ri]:((we===null||typeof we>"u")&&(we=Pr()),yi=vn[Ri]&&vn[Ri][we]),typeof yi>"u"||!yi.length||!yi[0]){var Bn="";Pn=[];for(Ra in vn[Ri])this.terminals_[Ra]&&Ra>sn&&Pn.push("'"+this.terminals_[Ra]+"'");Qt.showPosition?Bn="Parse error on line "+(Ee+1)+`:
+`+Qt.showPosition()+`
+Expecting `+Pn.join(", ")+", got '"+(this.terminals_[we]||we)+"'":Bn="Parse error on line "+(Ee+1)+": Unexpected "+(we==me?"end of input":"'"+(this.terminals_[we]||we)+"'"),this.parseError(Bn,{text:Qt.match,token:this.terminals_[we]||we,line:Qt.yylineno,loc:Dn,expected:Pn})}if(yi[0]instanceof Array&&yi.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Ri+", token: "+we);switch(yi[0]){case 1:xt.push(we),Be.push(Qt.yytext),Ot.push(Qt.yylloc),xt.push(yi[1]),we=null,nn=Qt.yyleng,Pe=Qt.yytext,Ee=Qt.yylineno,Dn=Qt.yylloc;break;case 2:if(fr=this.productions_[yi[1]][1],Ss.$=Be[Be.length-fr],Ss._$={first_line:Ot[Ot.length-(fr||1)].first_line,last_line:Ot[Ot.length-1].last_line,first_column:Ot[Ot.length-(fr||1)].first_column,last_column:Ot[Ot.length-1].last_column},oe&&(Ss._$.range=[Ot[Ot.length-(fr||1)].range[0],Ot[Ot.length-1].range[1]]),da=this.performAction.apply(Ss,[Pe,nn,Ee,Ae.yy,yi[1],Be,Ot].concat(Fe)),typeof da<"u")return da;fr&&(xt=xt.slice(0,-1*fr*2),Be=Be.slice(0,-1*fr),Ot=Ot.slice(0,-1*fr)),xt.push(this.productions_[yi[1]][0]),Be.push(Ss.$),Ot.push(Ss._$),An=vn[xt[xt.length-2]][xt[xt.length-1]],xt.push(An);break;case 3:return!0}}return!0}},Dt=function(){var Ct={EOF:1,parseError:function(_t,xt){if(this.yy.parser)this.yy.parser.parseError(_t,xt);else throw new Error(_t)},setInput:function(Ft,_t){return this.yy=_t||this.yy||{},this._input=Ft,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var Ft=this._input[0];this.yytext+=Ft,this.yyleng++,this.offset++,this.match+=Ft,this.matched+=Ft;var _t=Ft.match(/(?:\r\n?|\n).*/g);return _t?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),Ft},unput:function(Ft){var _t=Ft.length,xt=Ft.split(/(?:\r\n?|\n)/g);this._input=Ft+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-_t),this.offset-=_t;var Gt=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),xt.length-1&&(this.yylineno-=xt.length-1);var Be=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:xt?(xt.length===Gt.length?this.yylloc.first_column:0)+Gt[Gt.length-xt.length].length-xt[0].length:this.yylloc.first_column-_t},this.options.ranges&&(this.yylloc.range=[Be[0],Be[0]+this.yyleng-_t]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(Ft){this.unput(this.match.slice(Ft))},pastInput:function(){var Ft=this.matched.substr(0,this.matched.length-this.match.length);return(Ft.length>20?"...":"")+Ft.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var Ft=this.match;return Ft.length<20&&(Ft+=this._input.substr(0,20-Ft.length)),(Ft.substr(0,20)+(Ft.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var Ft=this.pastInput(),_t=new Array(Ft.length+1).join("-");return Ft+this.upcomingInput()+`
+`+_t+"^"},test_match:function(Ft,_t){var xt,Gt,Be;if(this.options.backtrack_lexer&&(Be={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(Be.yylloc.range=this.yylloc.range.slice(0))),Gt=Ft[0].match(/(?:\r\n?|\n).*/g),Gt&&(this.yylineno+=Gt.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:Gt?Gt[Gt.length-1].length-Gt[Gt.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+Ft[0].length},this.yytext+=Ft[0],this.match+=Ft[0],this.matches=Ft,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(Ft[0].length),this.matched+=Ft[0],xt=this.performAction.call(this,this.yy,this,_t,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),xt)return xt;if(this._backtrack){for(var Ot in Be)this[Ot]=Be[Ot];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var Ft,_t,xt,Gt;this._more||(this.yytext="",this.match="");for(var Be=this._currentRules(),Ot=0;Ot<Be.length;Ot++)if(xt=this._input.match(this.rules[Be[Ot]]),xt&&(!_t||xt[0].length>_t[0].length)){if(_t=xt,Gt=Ot,this.options.backtrack_lexer){if(Ft=this.test_match(xt,Be[Ot]),Ft!==!1)return Ft;if(this._backtrack){_t=!1;continue}else return!1}else if(!this.options.flex)break}return _t?(Ft=this.test_match(_t,Be[Gt]),Ft!==!1?Ft:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var _t=this.next();return _t||this.lex()},begin:function(_t){this.conditionStack.push(_t)},popState:function(){var _t=this.conditionStack.length-1;return _t>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(_t){return _t=this.conditionStack.length-1-Math.abs(_t||0),_t>=0?this.conditionStack[_t]:"INITIAL"},pushState:function(_t){this.begin(_t)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(_t,xt,Gt,Be){switch(Gt){case 0:return 40;case 1:return 44;case 2:return 45;case 3:return 46;case 4:return 47;case 5:break;case 6:break;case 7:return 5;case 8:break;case 9:break;case 10:break;case 11:break;case 12:return this.pushState("SCALE"),16;case 13:return 17;case 14:this.popState();break;case 15:return this.begin("acc_title"),32;case 16:return this.popState(),"acc_title_value";case 17:return this.begin("acc_descr"),34;case 18:return this.popState(),"acc_descr_value";case 19:this.begin("acc_descr_multiline");break;case 20:this.popState();break;case 21:return"acc_descr_multiline_value";case 22:return this.pushState("CLASSDEF"),37;case 23:return this.popState(),this.pushState("CLASSDEFID"),"DEFAULT_CLASSDEF_ID";case 24:return this.popState(),this.pushState("CLASSDEFID"),38;case 25:return this.popState(),39;case 26:return this.pushState("CLASS"),41;case 27:return this.popState(),this.pushState("CLASS_STYLE"),42;case 28:return this.popState(),43;case 29:return this.pushState("SCALE"),16;case 30:return 17;case 31:this.popState();break;case 32:this.pushState("STATE");break;case 33:return this.popState(),xt.yytext=xt.yytext.slice(0,-8).trim(),24;case 34:return this.popState(),xt.yytext=xt.yytext.slice(0,-8).trim(),25;case 35:return this.popState(),xt.yytext=xt.yytext.slice(0,-10).trim(),26;case 36:return this.popState(),xt.yytext=xt.yytext.slice(0,-8).trim(),24;case 37:return this.popState(),xt.yytext=xt.yytext.slice(0,-8).trim(),25;case 38:return this.popState(),xt.yytext=xt.yytext.slice(0,-10).trim(),26;case 39:return 44;case 40:return 45;case 41:return 46;case 42:return 47;case 43:this.pushState("STATE_STRING");break;case 44:return this.pushState("STATE_ID"),"AS";case 45:return this.popState(),"ID";case 46:this.popState();break;case 47:return"STATE_DESCR";case 48:return 18;case 49:this.popState();break;case 50:return this.popState(),this.pushState("struct"),19;case 51:break;case 52:return this.popState(),20;case 53:break;case 54:return this.begin("NOTE"),28;case 55:return this.popState(),this.pushState("NOTE_ID"),52;case 56:return this.popState(),this.pushState("NOTE_ID"),53;case 57:this.popState(),this.pushState("FLOATING_NOTE");break;case 58:return this.popState(),this.pushState("FLOATING_NOTE_ID"),"AS";case 59:break;case 60:return"NOTE_TEXT";case 61:return this.popState(),"ID";case 62:return this.popState(),this.pushState("NOTE_TEXT"),23;case 63:return this.popState(),xt.yytext=xt.yytext.substr(2).trim(),30;case 64:return this.popState(),xt.yytext=xt.yytext.slice(0,-8).trim(),30;case 65:return 6;case 66:return 6;case 67:return 15;case 68:return 50;case 69:return 23;case 70:return xt.yytext=xt.yytext.trim(),13;case 71:return 14;case 72:return 27;case 73:return 51;case 74:return 5;case 75:return"INVALID"}},rules:[/^(?:default\b)/i,/^(?:.*direction\s+TB[^\n]*)/i,/^(?:.*direction\s+BT[^\n]*)/i,/^(?:.*direction\s+RL[^\n]*)/i,/^(?:.*direction\s+LR[^\n]*)/i,/^(?:%%(?!\{)[^\n]*)/i,/^(?:[^\}]%%[^\n]*)/i,/^(?:[\n]+)/i,/^(?:[\s]+)/i,/^(?:((?!\n)\s)+)/i,/^(?:#[^\n]*)/i,/^(?:%[^\n]*)/i,/^(?:scale\s+)/i,/^(?:\d+)/i,/^(?:\s+width\b)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:classDef\s+)/i,/^(?:DEFAULT\s+)/i,/^(?:\w+\s+)/i,/^(?:[^\n]*)/i,/^(?:class\s+)/i,/^(?:(\w+)+((,\s*\w+)*))/i,/^(?:[^\n]*)/i,/^(?:scale\s+)/i,/^(?:\d+)/i,/^(?:\s+width\b)/i,/^(?:state\s+)/i,/^(?:.*<<fork>>)/i,/^(?:.*<<join>>)/i,/^(?:.*<<choice>>)/i,/^(?:.*\[\[fork\]\])/i,/^(?:.*\[\[join\]\])/i,/^(?:.*\[\[choice\]\])/i,/^(?:.*direction\s+TB[^\n]*)/i,/^(?:.*direction\s+BT[^\n]*)/i,/^(?:.*direction\s+RL[^\n]*)/i,/^(?:.*direction\s+LR[^\n]*)/i,/^(?:["])/i,/^(?:\s*as\s+)/i,/^(?:[^\n\{]*)/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:[^\n\s\{]+)/i,/^(?:\n)/i,/^(?:\{)/i,/^(?:%%(?!\{)[^\n]*)/i,/^(?:\})/i,/^(?:[\n])/i,/^(?:note\s+)/i,/^(?:left of\b)/i,/^(?:right of\b)/i,/^(?:")/i,/^(?:\s*as\s*)/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:[^\n]*)/i,/^(?:\s*[^:\n\s\-]+)/i,/^(?:\s*:[^:\n;]+)/i,/^(?:[\s\S]*?end note\b)/i,/^(?:stateDiagram\s+)/i,/^(?:stateDiagram-v2\s+)/i,/^(?:hide empty description\b)/i,/^(?:\[\*\])/i,/^(?:[^:\n\s\-\{]+)/i,/^(?:\s*:[^:\n;]+)/i,/^(?:-->)/i,/^(?:--)/i,/^(?::::)/i,/^(?:$)/i,/^(?:.)/i],conditions:{LINE:{rules:[9,10],inclusive:!1},struct:{rules:[9,10,22,26,32,39,40,41,42,51,52,53,54,68,69,70,71,72],inclusive:!1},FLOATING_NOTE_ID:{rules:[61],inclusive:!1},FLOATING_NOTE:{rules:[58,59,60],inclusive:!1},NOTE_TEXT:{rules:[63,64],inclusive:!1},NOTE_ID:{rules:[62],inclusive:!1},NOTE:{rules:[55,56,57],inclusive:!1},CLASS_STYLE:{rules:[28],inclusive:!1},CLASS:{rules:[27],inclusive:!1},CLASSDEFID:{rules:[25],inclusive:!1},CLASSDEF:{rules:[23,24],inclusive:!1},acc_descr_multiline:{rules:[20,21],inclusive:!1},acc_descr:{rules:[18],inclusive:!1},acc_title:{rules:[16],inclusive:!1},SCALE:{rules:[13,14,30,31],inclusive:!1},ALIAS:{rules:[],inclusive:!1},STATE_ID:{rules:[45],inclusive:!1},STATE_STRING:{rules:[46,47],inclusive:!1},FORK_STATE:{rules:[],inclusive:!1},STATE:{rules:[9,10,33,34,35,36,37,38,43,44,48,49,50],inclusive:!1},ID:{rules:[9,10],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,7,8,10,11,12,15,17,19,22,26,29,32,50,54,65,66,67,68,69,70,71,73,74,75],inclusive:!0}}};return Ct}();Nt.lexer=Dt;function jt(){this.yy={}}return jt.prototype=Nt,Nt.Parser=jt,new jt}();Fbt.parser=Fbt;const _qt=Fbt,kJe="LR",EJe="TB",mX="state",Bbt="relation",TJe="classDef",CJe="applyClass",dB="default",Sqt="divider",Rbt="[*]",Aqt="start",Lqt=Rbt,Mqt="end",Dqt="color",Iqt="fill",_Je="bgFill",SJe=",";function Oqt(){return{}}let Pqt=kJe,vX=[],gB=Oqt();const Nqt=()=>({relations:[],states:{},documents:{}});let yX={root:Nqt()},sg=yX.root,pB=0,Fqt=0;const AJe={LINE:0,DOTTED_LINE:1},LJe={AGGREGATION:0,EXTENSION:1,COMPOSITION:2,DEPENDENCY:3},xX=i=>JSON.parse(JSON.stringify(i)),MJe=i=>{Wt.info("Setting root doc",i),vX=i},DJe=()=>vX,kX=(i,a,f)=>{if(a.stmt===Bbt)kX(i,a.state1,!0),kX(i,a.state2,!1);else if(a.stmt===mX&&(a.id==="[*]"?(a.id=f?i.id+"_start":i.id+"_end",a.start=f):a.id=a.id.trim()),a.doc){const g=[];let w=[],v;for(v=0;v<a.doc.length;v++)if(a.doc[v].type===Sqt){const b=xX(a.doc[v]);b.doc=xX(w),g.push(b),w=[]}else w.push(a.doc[v]);if(g.length>0&&w.length>0){const b={stmt:mX,id:fFt(),type:"divider",doc:xX(w)};g.push(xX(b)),a.doc=g}a.doc.forEach(b=>kX(a,b,!0))}},IJe=()=>(kX({id:"root"},{id:"root",doc:vX},!0),{id:"root",doc:vX}),OJe=i=>{let a;i.doc?a=i.doc:a=i,Wt.info(a),Bqt(!0),Wt.info("Extract",a),a.forEach(f=>{switch(f.stmt){case mX:F9(f.id.trim(),f.type,f.doc,f.description,f.note,f.classes,f.styles,f.textStyles);break;case Bbt:Rqt(f.state1,f.state2,f.description);break;case TJe:jqt(f.id.trim(),f.classes);break;case CJe:qbt(f.id.trim(),f.styleClass);break}})},F9=function(i,a=dB,f=null,g=null,w=null,v=null,b=null,E=null){const _=i==null?void 0:i.trim();sg.states[_]===void 0?(Wt.info("Adding state ",_,g),sg.states[_]={id:_,descriptions:[],type:a,doc:f,note:w,classes:[],styles:[],textStyles:[]}):(sg.states[_].doc||(sg.states[_].doc=f),sg.states[_].type||(sg.states[_].type=a)),g&&(Wt.info("Setting state description",_,g),typeof g=="string"&&zbt(_,g.trim()),typeof g=="object"&&g.forEach(S=>zbt(_,S.trim()))),w&&(sg.states[_].note=w,sg.states[_].note.text=ei.sanitizeText(sg.states[_].note.text,Re())),v&&(Wt.info("Setting state classes",_,v),(typeof v=="string"?[v]:v).forEach(I=>qbt(_,I.trim()))),b&&(Wt.info("Setting state styles",_,b),(typeof b=="string"?[b]:b).forEach(I=>HJe(_,I.trim()))),E&&(Wt.info("Setting state styles",_,b),(typeof E=="string"?[E]:E).forEach(I=>VJe(_,I.trim())))},Bqt=function(i){yX={root:Nqt()},sg=yX.root,pB=0,gB=Oqt(),i||Wg()},bB=function(i){return sg.states[i]},PJe=function(){return sg.states},NJe=function(){Wt.info("Documents = ",yX)},FJe=function(){return sg.relations};function jbt(i=""){let a=i;return i===Rbt&&(pB++,a=`${Aqt}${pB}`),a}function $bt(i="",a=dB){return i===Rbt?Aqt:a}function BJe(i=""){let a=i;return i===Lqt&&(pB++,a=`${Mqt}${pB}`),a}function RJe(i="",a=dB){return i===Lqt?Mqt:a}function jJe(i,a,f){let g=jbt(i.id.trim()),w=$bt(i.id.trim(),i.type),v=jbt(a.id.trim()),b=$bt(a.id.trim(),a.type);F9(g,w,i.doc,i.description,i.note,i.classes,i.styles,i.textStyles),F9(v,b,a.doc,a.description,a.note,a.classes,a.styles,a.textStyles),sg.relations.push({id1:g,id2:v,relationTitle:ei.sanitizeText(f,Re())})}const Rqt=function(i,a,f){if(typeof i=="object")jJe(i,a,f);else{const g=jbt(i.trim()),w=$bt(i),v=BJe(a.trim()),b=RJe(a);F9(g,w),F9(v,b),sg.relations.push({id1:g,id2:v,title:ei.sanitizeText(f,Re())})}},zbt=function(i,a){const f=sg.states[i],g=a.startsWith(":")?a.replace(":","").trim():a;f.descriptions.push(ei.sanitizeText(g,Re()))},$Je=function(i){return i.substring(0,1)===":"?i.substr(2).trim():i.trim()},zJe=()=>(Fqt++,"divider-id-"+Fqt),jqt=function(i,a=""){gB[i]===void 0&&(gB[i]={id:i,styles:[],textStyles:[]});const f=gB[i];a!=null&&a.split(SJe).forEach(g=>{const w=g.replace(/([^;]*);/,"$1").trim();if(g.match(Dqt)){const b=w.replace(Iqt,_Je).replace(Dqt,Iqt);f.textStyles.push(b)}f.styles.push(w)})},qJe=function(){return gB},qbt=function(i,a){i.split(",").forEach(function(f){let g=bB(f);if(g===void 0){const w=f.trim();F9(w),g=bB(w)}g.classes.push(a)})},HJe=function(i,a){const f=bB(i);f!==void 0&&f.textStyles.push(a)},VJe=function(i,a){const f=bB(i);f!==void 0&&f.textStyles.push(a)},$x={getConfig:()=>Re().state,addState:F9,clear:Bqt,getState:bB,getStates:PJe,getRelations:FJe,getClasses:qJe,getDirection:()=>Pqt,addRelation:Rqt,getDividerId:zJe,setDirection:i=>{Pqt=i},cleanupLabel:$Je,lineType:AJe,relationType:LJe,logDocuments:NJe,getRootDoc:DJe,setRootDoc:MJe,getRootDocV2:IJe,extract:OJe,trimColon:i=>i&&i[0]===":"?i.substr(1).trim():i.trim(),getAccTitle:Yg,setAccTitle:ng,getAccDescription:Qg,setAccDescription:Xg,addStyleClass:jqt,setCssClass:qbt,addDescription:zbt,setDiagramTitle:y2,getDiagramTitle:Jg},$qt=i=>`
+defs #statediagram-barbEnd {
+ fill: ${i.transitionColor};
+ stroke: ${i.transitionColor};
+ }
+g.stateGroup text {
+ fill: ${i.nodeBorder};
+ stroke: none;
+ font-size: 10px;
+}
+g.stateGroup text {
+ fill: ${i.textColor};
+ stroke: none;
+ font-size: 10px;
+
+}
+g.stateGroup .state-title {
+ font-weight: bolder;
+ fill: ${i.stateLabelColor};
+}
+
+g.stateGroup rect {
+ fill: ${i.mainBkg};
+ stroke: ${i.nodeBorder};
+}
+
+g.stateGroup line {
+ stroke: ${i.lineColor};
+ stroke-width: 1;
+}
+
+.transition {
+ stroke: ${i.transitionColor};
+ stroke-width: 1;
+ fill: none;
+}
+
+.stateGroup .composit {
+ fill: ${i.background};
+ border-bottom: 1px
+}
+
+.stateGroup .alt-composit {
+ fill: #e0e0e0;
+ border-bottom: 1px
+}
+
+.state-note {
+ stroke: ${i.noteBorderColor};
+ fill: ${i.noteBkgColor};
+
+ text {
+ fill: ${i.noteTextColor};
+ stroke: none;
+ font-size: 10px;
+ }
+}
+
+.stateLabel .box {
+ stroke: none;
+ stroke-width: 0;
+ fill: ${i.mainBkg};
+ opacity: 0.5;
+}
+
+.edgeLabel .label rect {
+ fill: ${i.labelBackgroundColor};
+ opacity: 0.5;
+}
+.edgeLabel .label text {
+ fill: ${i.transitionLabelColor||i.tertiaryTextColor};
+}
+.label div .edgeLabel {
+ color: ${i.transitionLabelColor||i.tertiaryTextColor};
+}
+
+.stateLabel text {
+ fill: ${i.stateLabelColor};
+ font-size: 10px;
+ font-weight: bold;
+}
+
+.node circle.state-start {
+ fill: ${i.specialStateColor};
+ stroke: ${i.specialStateColor};
+}
+
+.node .fork-join {
+ fill: ${i.specialStateColor};
+ stroke: ${i.specialStateColor};
+}
+
+.node circle.state-end {
+ fill: ${i.innerEndBackground};
+ stroke: ${i.background};
+ stroke-width: 1.5
+}
+.end-state-inner {
+ fill: ${i.compositeBackground||i.background};
+ // stroke: ${i.background};
+ stroke-width: 1.5
+}
+
+.node rect {
+ fill: ${i.stateBkg||i.mainBkg};
+ stroke: ${i.stateBorder||i.nodeBorder};
+ stroke-width: 1px;
+}
+.node polygon {
+ fill: ${i.mainBkg};
+ stroke: ${i.stateBorder||i.nodeBorder};;
+ stroke-width: 1px;
+}
+#statediagram-barbEnd {
+ fill: ${i.lineColor};
+}
+
+.statediagram-cluster rect {
+ fill: ${i.compositeTitleBackground};
+ stroke: ${i.stateBorder||i.nodeBorder};
+ stroke-width: 1px;
+}
+
+.cluster-label, .nodeLabel {
+ color: ${i.stateLabelColor};
+}
+
+.statediagram-cluster rect.outer {
+ rx: 5px;
+ ry: 5px;
+}
+.statediagram-state .divider {
+ stroke: ${i.stateBorder||i.nodeBorder};
+}
+
+.statediagram-state .title-state {
+ rx: 5px;
+ ry: 5px;
+}
+.statediagram-cluster.statediagram-cluster .inner {
+ fill: ${i.compositeBackground||i.background};
+}
+.statediagram-cluster.statediagram-cluster-alt .inner {
+ fill: ${i.altBackground?i.altBackground:"#efefef"};
+}
+
+.statediagram-cluster .inner {
+ rx:0;
+ ry:0;
+}
+
+.statediagram-state rect.basic {
+ rx: 5px;
+ ry: 5px;
+}
+.statediagram-state rect.divider {
+ stroke-dasharray: 10,10;
+ fill: ${i.altBackground?i.altBackground:"#efefef"};
+}
+
+.note-edge {
+ stroke-dasharray: 5;
+}
+
+.statediagram-note rect {
+ fill: ${i.noteBkgColor};
+ stroke: ${i.noteBorderColor};
+ stroke-width: 1px;
+ rx: 0;
+ ry: 0;
+}
+.statediagram-note rect {
+ fill: ${i.noteBkgColor};
+ stroke: ${i.noteBorderColor};
+ stroke-width: 1px;
+ rx: 0;
+ ry: 0;
+}
+
+.statediagram-note text {
+ fill: ${i.noteTextColor};
+}
+
+.statediagram-note .nodeLabel {
+ color: ${i.noteTextColor};
+}
+.statediagram .edgeLabel {
+ color: red; // ${i.noteTextColor};
+}
+
+#dependencyStart, #dependencyEnd {
+ fill: ${i.lineColor};
+ stroke: ${i.lineColor};
+ stroke-width: 1;
+}
+
+.statediagramTitleText {
+ text-anchor: middle;
+ font-size: 18px;
+ fill: ${i.textColor};
+}
+`,Hbt={},UJe=(i,a)=>{Hbt[i]=a},GJe=i=>Hbt[i],zqt=()=>Object.keys(Hbt),KJe={get:GJe,set:UJe,keys:zqt,size:()=>zqt().length},WJe=i=>i.append("circle").attr("class","start-state").attr("r",Re().state.sizeUnit).attr("cx",Re().state.padding+Re().state.sizeUnit).attr("cy",Re().state.padding+Re().state.sizeUnit),YJe=i=>i.append("line").style("stroke","grey").style("stroke-dasharray","3").attr("x1",Re().state.textHeight).attr("class","divider").attr("x2",Re().state.textHeight*2).attr("y1",0).attr("y2",0),XJe=(i,a)=>{const f=i.append("text").attr("x",2*Re().state.padding).attr("y",Re().state.textHeight+2*Re().state.padding).attr("font-size",Re().state.fontSize).attr("class","state-title").text(a.id),g=f.node().getBBox();return i.insert("rect",":first-child").attr("x",Re().state.padding).attr("y",Re().state.padding).attr("width",g.width+2*Re().state.padding).attr("height",g.height+2*Re().state.padding).attr("rx",Re().state.radius),f},QJe=(i,a)=>{const f=function(F,R,q){const X=F.append("tspan").attr("x",2*Re().state.padding).text(R);q||X.attr("dy",Re().state.textHeight)},w=i.append("text").attr("x",2*Re().state.padding).attr("y",Re().state.textHeight+1.3*Re().state.padding).attr("font-size",Re().state.fontSize).attr("class","state-title").text(a.descriptions[0]).node().getBBox(),v=w.height,b=i.append("text").attr("x",Re().state.padding).attr("y",v+Re().state.padding*.4+Re().state.dividerMargin+Re().state.textHeight).attr("class","state-description");let E=!0,_=!0;a.descriptions.forEach(function(F){E||(f(b,F,_),_=!1),E=!1});const S=i.append("line").attr("x1",Re().state.padding).attr("y1",Re().state.padding+v+Re().state.dividerMargin/2).attr("y2",Re().state.padding+v+Re().state.dividerMargin/2).attr("class","descr-divider"),I=b.node().getBBox(),B=Math.max(I.width,w.width);return S.attr("x2",B+3*Re().state.padding),i.insert("rect",":first-child").attr("x",Re().state.padding).attr("y",Re().state.padding).attr("width",B+2*Re().state.padding).attr("height",I.height+v+2*Re().state.padding).attr("rx",Re().state.radius),i},JJe=(i,a,f)=>{const g=Re().state.padding,w=2*Re().state.padding,v=i.node().getBBox(),b=v.width,E=v.x,_=i.append("text").attr("x",0).attr("y",Re().state.titleShift).attr("font-size",Re().state.fontSize).attr("class","state-title").text(a.id),I=_.node().getBBox().width+w;let B=Math.max(I,b);B===b&&(B=B+w);let F;const R=i.node().getBBox();a.doc,F=E-g,I>b&&(F=(b-B)/2+g),Math.abs(E-R.x)<g&&I>b&&(F=E-(I-b)/2);const q=1-Re().state.textHeight;return i.insert("rect",":first-child").attr("x",F).attr("y",q).attr("class",f?"alt-composit":"composit").attr("width",B).attr("height",R.height+Re().state.textHeight+Re().state.titleShift+1).attr("rx","0"),_.attr("x",F+g),I<=b&&_.attr("x",E+(B-w)/2-I/2+g),i.insert("rect",":first-child").attr("x",F).attr("y",Re().state.titleShift-Re().state.textHeight-Re().state.padding).attr("width",B).attr("height",Re().state.textHeight*3).attr("rx",Re().state.radius),i.insert("rect",":first-child").attr("x",F).attr("y",Re().state.titleShift-Re().state.textHeight-Re().state.padding).attr("width",B).attr("height",R.height+3+2*Re().state.textHeight).attr("rx",Re().state.radius),i},ZJe=i=>(i.append("circle").attr("class","end-state-outer").attr("r",Re().state.sizeUnit+Re().state.miniPadding).attr("cx",Re().state.padding+Re().state.sizeUnit+Re().state.miniPadding).attr("cy",Re().state.padding+Re().state.sizeUnit+Re().state.miniPadding),i.append("circle").attr("class","end-state-inner").attr("r",Re().state.sizeUnit).attr("cx",Re().state.padding+Re().state.sizeUnit+2).attr("cy",Re().state.padding+Re().state.sizeUnit+2)),tZe=(i,a)=>{let f=Re().state.forkWidth,g=Re().state.forkHeight;if(a.parentId){let w=f;f=g,g=w}return i.append("rect").style("stroke","black").style("fill","black").attr("width",f).attr("height",g).attr("x",Re().state.padding).attr("y",Re().state.padding)},eZe=(i,a,f,g)=>{let w=0;const v=g.append("text");v.style("text-anchor","start"),v.attr("class","noteText");let b=i.replace(/\r\n/g,"<br/>");b=b.replace(/\n/g,"<br/>");const E=b.split(ei.lineBreakRegex);let _=1.25*Re().state.noteMargin;for(const S of E){const I=S.trim();if(I.length>0){const B=v.append("tspan");if(B.text(I),_===0){const F=B.node().getBBox();_+=F.height}w+=_,B.attr("x",a+Re().state.noteMargin),B.attr("y",f+w+1.25*Re().state.noteMargin)}}return{textWidth:v.node().getBBox().width,textHeight:w}},nZe=(i,a)=>{a.attr("class","state-note");const f=a.append("rect").attr("x",0).attr("y",Re().state.padding),g=a.append("g"),{textWidth:w,textHeight:v}=eZe(i,0,0,g);return f.attr("height",v+2*Re().state.noteMargin),f.attr("width",w+Re().state.noteMargin*2),f},qqt=function(i,a){const f=a.id,g={id:f,label:a.id,width:0,height:0},w=i.append("g").attr("id",f).attr("class","stateGroup");a.type==="start"&&WJe(w),a.type==="end"&&ZJe(w),(a.type==="fork"||a.type==="join")&&tZe(w,a),a.type==="note"&&nZe(a.note.text,w),a.type==="divider"&&YJe(w),a.type==="default"&&a.descriptions.length===0&&XJe(w,a),a.type==="default"&&a.descriptions.length>0&&QJe(w,a);const v=w.node().getBBox();return g.width=v.width+2*Re().state.padding,g.height=v.height+2*Re().state.padding,KJe.set(f,g),g};let Hqt=0;const rZe=function(i,a,f){const g=function(_){switch(_){case $x.relationType.AGGREGATION:return"aggregation";case $x.relationType.EXTENSION:return"extension";case $x.relationType.COMPOSITION:return"composition";case $x.relationType.DEPENDENCY:return"dependency"}};a.points=a.points.filter(_=>!Number.isNaN(_.y));const w=a.points,v=Cx().x(function(_){return _.x}).y(function(_){return _.y}).curve(lF),b=i.append("path").attr("d",v(w)).attr("id","edge"+Hqt).attr("class","transition");let E="";if(Re().state.arrowMarkerAbsolute&&(E=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search,E=E.replace(/\(/g,"\\("),E=E.replace(/\)/g,"\\)")),b.attr("marker-end","url("+E+"#"+g($x.relationType.DEPENDENCY)+"End)"),f.title!==void 0){const _=i.append("g").attr("class","stateLabel"),{x:S,y:I}=ao.calcLabelPosition(a.points),B=ei.getRows(f.title);let F=0;const R=[];let q=0,X=0;for(let ut=0;ut<=B.length;ut++){const pt=_.append("text").attr("text-anchor","middle").text(B[ut]).attr("x",S).attr("y",I+F),yt=pt.node().getBBox();q=Math.max(q,yt.width),X=Math.min(X,yt.x),Wt.info(yt.x,S,I+F),F===0&&(F=pt.node().getBBox().height,Wt.info("Title height",F,I)),R.push(pt)}let rt=F*B.length;if(B.length>1){const ut=(B.length-1)*F*.5;R.forEach((pt,yt)=>pt.attr("y",I+yt*F-ut)),rt=F*B.length}const at=_.node().getBBox();_.insert("rect",":first-child").attr("class","box").attr("x",S-q/2-Re().state.padding/2).attr("y",I-rt/2-Re().state.padding/2-3.5).attr("width",q+Re().state.padding).attr("height",rt+Re().state.padding),Wt.info(at)}Hqt++};let C2;const Vbt={},iZe=function(){},sZe=function(i){i.append("defs").append("marker").attr("id","dependencyEnd").attr("refX",19).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 19,7 L9,13 L14,7 L9,1 Z")},aZe=function(i,a,f,g){C2=Re().state;const w=Re().securityLevel;let v;w==="sandbox"&&(v=xr("#i"+a));const b=xr(w==="sandbox"?v.nodes()[0].contentDocument.body:"body"),E=w==="sandbox"?v.nodes()[0].contentDocument:document;Wt.debug("Rendering diagram "+i);const _=b.select(`[id='${a}']`);sZe(_);const S=g.db.getRootDoc();Vqt(S,_,void 0,!1,b,E,g);const I=C2.padding,B=_.node().getBBox(),F=B.width+I*2,R=B.height+I*2,q=F*1.75;Kg(_,R,q,C2.useMaxWidth),_.attr("viewBox",`${B.x-C2.padding} ${B.y-C2.padding} `+F+" "+R)},oZe=i=>i?i.length*C2.fontSizeFactor:1,Vqt=(i,a,f,g,w,v,b)=>{const E=new R1({compound:!0,multigraph:!0});let _,S=!0;for(_=0;_<i.length;_++)if(i[_].stmt==="relation"){S=!1;break}f?E.setGraph({rankdir:"LR",multigraph:!0,compound:!0,ranker:"tight-tree",ranksep:S?1:C2.edgeLengthFactor,nodeSep:S?1:50,isMultiGraph:!0}):E.setGraph({rankdir:"TB",multigraph:!0,compound:!0,ranksep:S?1:C2.edgeLengthFactor,nodeSep:S?1:50,ranker:"tight-tree",isMultiGraph:!0}),E.setDefaultEdgeLabel(function(){return{}}),b.db.extract(i);const I=b.db.getStates(),B=b.db.getRelations(),F=Object.keys(I);for(const at of F){const ut=I[at];f&&(ut.parentId=f);let pt;if(ut.doc){let yt=a.append("g").attr("id",ut.id).attr("class","stateGroup");pt=Vqt(ut.doc,yt,ut.id,!g,w,v,b);{yt=JJe(yt,ut,g);let mt=yt.node().getBBox();pt.width=mt.width,pt.height=mt.height+C2.padding/2,Vbt[ut.id]={y:C2.compositTitleSize}}}else pt=qqt(a,ut);if(ut.note){const yt={descriptions:[],id:ut.id+"-note",note:ut.note,type:"note"},mt=qqt(a,yt);ut.note.position==="left of"?(E.setNode(pt.id+"-note",mt),E.setNode(pt.id,pt)):(E.setNode(pt.id,pt),E.setNode(pt.id+"-note",mt)),E.setParent(pt.id,pt.id+"-group"),E.setParent(pt.id+"-note",pt.id+"-group")}else E.setNode(pt.id,pt)}Wt.debug("Count=",E.nodeCount(),E);let R=0;B.forEach(function(at){R++,Wt.debug("Setting edge",at),E.setEdge(at.id1,at.id2,{relation:at,width:oZe(at.title),height:C2.labelHeight*ei.getRows(at.title).length,labelpos:"c"},"id"+R)}),gM(E),Wt.debug("Graph after layout",E.nodes());const q=a.node();E.nodes().forEach(function(at){at!==void 0&&E.node(at)!==void 0?(Wt.warn("Node "+at+": "+JSON.stringify(E.node(at))),w.select("#"+q.id+" #"+at).attr("transform","translate("+(E.node(at).x-E.node(at).width/2)+","+(E.node(at).y+(Vbt[at]?Vbt[at].y:0)-E.node(at).height/2)+" )"),w.select("#"+q.id+" #"+at).attr("data-x-shift",E.node(at).x-E.node(at).width/2),v.querySelectorAll("#"+q.id+" #"+at+" .divider").forEach(pt=>{const yt=pt.parentElement;let mt=0,gt=0;yt&&(yt.parentElement&&(mt=yt.parentElement.getBBox().width),gt=parseInt(yt.getAttribute("data-x-shift"),10),Number.isNaN(gt)&&(gt=0)),pt.setAttribute("x1",0-gt+8),pt.setAttribute("x2",mt-gt-8)})):Wt.debug("No Node "+at+": "+JSON.stringify(E.node(at)))});let X=q.getBBox();E.edges().forEach(function(at){at!==void 0&&E.edge(at)!==void 0&&(Wt.debug("Edge "+at.v+" -> "+at.w+": "+JSON.stringify(E.edge(at))),rZe(a,E.edge(at),E.edge(at).relation))}),X=q.getBBox();const rt={id:f||"root",label:f||"root",width:0,height:0};return rt.width=X.width+2*C2.padding,rt.height=X.height+2*C2.padding,Wt.debug("Doc rendered",rt,E),rt},cZe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:_qt,db:$x,renderer:{setConf:iZe,draw:aZe},styles:$qt,init:i=>{i.state||(i.state={}),i.state.arrowMarkerAbsolute=i.arrowMarkerAbsolute,$x.clear()}}},Symbol.toStringTag,{value:"Module"})),EX="rect",Ubt="rectWithTitle",uZe="start",lZe="end",hZe="divider",fZe="roundedWithTitle",dZe="note",gZe="noteGroup",TM="statediagram",pZe=`${TM}-state`,Uqt="transition",bZe="note",wZe=`${Uqt} note-edge`,mZe=`${TM}-${bZe}`,vZe=`${TM}-cluster`,yZe=`${TM}-cluster-alt`,Gqt="parent",Kqt="note",xZe="state",Gbt="----",kZe=`${Gbt}${Kqt}`,Wqt=`${Gbt}${Gqt}`,Yqt="fill:none",Xqt="fill: #333",Qqt="c",Jqt="text",Zqt="normal";let TX={},_8=0;const EZe=function(i){const a=Object.keys(i);for(const f of a)i[f]},TZe=function(i,a){return a.db.extract(a.db.getRootDocV2()),a.db.getClasses()};function CZe(i){return i==null?"":i.classes?i.classes.join(" "):""}function Kbt(i="",a=0,f="",g=Gbt){const w=f!==null&&f.length>0?`${g}${f}`:"";return`${xZe}-${i}${w}-${a}`}const wB=(i,a,f,g,w,v)=>{const b=f.id,E=CZe(g[b]);if(b!=="root"){let _=EX;f.start===!0&&(_=uZe),f.start===!1&&(_=lZe),f.type!==dB&&(_=f.type),TX[b]||(TX[b]={id:b,shape:_,description:ei.sanitizeText(b,Re()),classes:`${E} ${pZe}`});const S=TX[b];f.description&&(Array.isArray(S.description)?(S.shape=Ubt,S.description.push(f.description)):S.description.length>0?(S.shape=Ubt,S.description===b?S.description=[f.description]:S.description=[S.description,f.description]):(S.shape=EX,S.description=f.description),S.description=ei.sanitizeTextOrArray(S.description,Re())),S.description.length===1&&S.shape===Ubt&&(S.shape=EX),!S.type&&f.doc&&(Wt.info("Setting cluster for ",b,Wbt(f)),S.type="group",S.dir=Wbt(f),S.shape=f.type===Sqt?hZe:fZe,S.classes=S.classes+" "+vZe+" "+(v?yZe:""));const I={labelStyle:"",shape:S.shape,labelText:S.description,classes:S.classes,style:"",id:b,dir:S.dir,domId:Kbt(b,_8),type:S.type,padding:15};if(I.centerLabel=!0,f.note){const B={labelStyle:"",shape:dZe,labelText:f.note.text,classes:mZe,style:"",id:b+kZe+"-"+_8,domId:Kbt(b,_8,Kqt),type:S.type,padding:15},F={labelStyle:"",shape:gZe,labelText:f.note.text,classes:S.classes,style:"",id:b+Wqt,domId:Kbt(b,_8,Gqt),type:"group",padding:0};_8++;const R=b+Wqt;i.setNode(R,F),i.setNode(B.id,B),i.setNode(b,I),i.setParent(b,R),i.setParent(B.id,R);let q=b,X=B.id;f.note.position==="left of"&&(q=B.id,X=b),i.setEdge(q,X,{arrowhead:"none",arrowType:"",style:Yqt,labelStyle:"",classes:wZe,arrowheadStyle:Xqt,labelpos:Qqt,labelType:Jqt,thickness:Zqt})}else i.setNode(b,I)}a&&a.id!=="root"&&(Wt.trace("Setting node ",b," to be child of its parent ",a.id),i.setParent(b,a.id)),f.doc&&(Wt.trace("Adding nodes children "),_Ze(i,f,f.doc,g,w,!v))},_Ze=(i,a,f,g,w,v)=>{Wt.trace("items",f),f.forEach(b=>{switch(b.stmt){case mX:wB(i,a,b,g,w,v);break;case dB:wB(i,a,b,g,w,v);break;case Bbt:{wB(i,a,b.state1,g,w,v),wB(i,a,b.state2,g,w,v);const E={id:"edge"+_8,arrowhead:"normal",arrowTypeEnd:"arrow_barb",style:Yqt,labelStyle:"",label:ei.sanitizeText(b.description,Re()),arrowheadStyle:Xqt,labelpos:Qqt,labelType:Jqt,thickness:Zqt,classes:Uqt};i.setEdge(b.state1.id,b.state2.id,E,_8),_8++}break}})},Wbt=(i,a=EJe)=>{let f=a;if(i.doc)for(let g=0;g<i.doc.length;g++){const w=i.doc[g];w.stmt==="dir"&&(f=w.value)}return f},SZe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:_qt,db:$x,renderer:{setConf:EZe,getClasses:TZe,draw:async function(i,a,f,g){Wt.info("Drawing state diagram (v2)",a),TX={},g.db.getDirection();const{securityLevel:w,state:v}=Re(),b=v.nodeSpacing||50,E=v.rankSpacing||50;Wt.info(g.db.getRootDocV2()),g.db.extract(g.db.getRootDocV2()),Wt.info(g.db.getRootDocV2());const _=g.db.getStates(),S=new R1({multigraph:!0,compound:!0}).setGraph({rankdir:Wbt(g.db.getRootDocV2()),nodesep:b,ranksep:E,marginx:8,marginy:8}).setDefaultEdgeLabel(function(){return{}});wB(S,void 0,g.db.getRootDocV2(),_,g.db,!0);let I;w==="sandbox"&&(I=xr("#i"+a));const B=xr(w==="sandbox"?I.nodes()[0].contentDocument.body:"body"),F=B.select(`[id="${a}"]`),R=B.select("#"+a+" g");await Vpt(R,S,["barb"],TM,a);const q=8;ao.insertTitle(F,"statediagramTitleText",v.titleTopMargin,g.db.getDiagramTitle());const X=F.node().getBBox(),rt=X.width+q*2,at=X.height+q*2;F.attr("class",TM);const ut=F.node().getBBox();Kg(F,at,rt,v.useMaxWidth);const pt=`${ut.x-q} ${ut.y-q} ${rt} ${at}`;Wt.debug(`viewBox ${pt}`),F.attr("viewBox",pt);const yt=document.querySelectorAll('[id="'+a+'"] .edgeLabel .label');for(const mt of yt){const gt=mt.getBBox(),ht=document.createElementNS("http://www.w3.org/2000/svg",EX);ht.setAttribute("rx",0),ht.setAttribute("ry",0),ht.setAttribute("width",gt.width),ht.setAttribute("height",gt.height),mt.insertBefore(ht,mt.firstChild)}}},styles:$qt,init:i=>{i.state||(i.state={}),i.state.arrowMarkerAbsolute=i.arrowMarkerAbsolute,$x.clear()}}},Symbol.toStringTag,{value:"Module"}));var Ybt=function(){var i=function(B,F,R,q){for(R=R||{},q=B.length;q--;R[B[q]]=F);return R},a=[6,8,10,11,12,14,16,17,18],f=[1,9],g=[1,10],w=[1,11],v=[1,12],b=[1,13],E=[1,14],_={trace:function(){},yy:{},symbols_:{error:2,start:3,journey:4,document:5,EOF:6,line:7,SPACE:8,statement:9,NEWLINE:10,title:11,acc_title:12,acc_title_value:13,acc_descr:14,acc_descr_value:15,acc_descr_multiline_value:16,section:17,taskName:18,taskData:19,$accept:0,$end:1},terminals_:{2:"error",4:"journey",6:"EOF",8:"SPACE",10:"NEWLINE",11:"title",12:"acc_title",13:"acc_title_value",14:"acc_descr",15:"acc_descr_value",16:"acc_descr_multiline_value",17:"section",18:"taskName",19:"taskData"},productions_:[0,[3,3],[5,0],[5,2],[7,2],[7,1],[7,1],[7,1],[9,1],[9,2],[9,2],[9,1],[9,1],[9,2]],performAction:function(F,R,q,X,rt,at,ut){var pt=at.length-1;switch(rt){case 1:return at[pt-1];case 2:this.$=[];break;case 3:at[pt-1].push(at[pt]),this.$=at[pt-1];break;case 4:case 5:this.$=at[pt];break;case 6:case 7:this.$=[];break;case 8:X.setDiagramTitle(at[pt].substr(6)),this.$=at[pt].substr(6);break;case 9:this.$=at[pt].trim(),X.setAccTitle(this.$);break;case 10:case 11:this.$=at[pt].trim(),X.setAccDescription(this.$);break;case 12:X.addSection(at[pt].substr(8)),this.$=at[pt].substr(8);break;case 13:X.addTask(at[pt-1],at[pt]),this.$="task";break}},table:[{3:1,4:[1,2]},{1:[3]},i(a,[2,2],{5:3}),{6:[1,4],7:5,8:[1,6],9:7,10:[1,8],11:f,12:g,14:w,16:v,17:b,18:E},i(a,[2,7],{1:[2,1]}),i(a,[2,3]),{9:15,11:f,12:g,14:w,16:v,17:b,18:E},i(a,[2,5]),i(a,[2,6]),i(a,[2,8]),{13:[1,16]},{15:[1,17]},i(a,[2,11]),i(a,[2,12]),{19:[1,18]},i(a,[2,4]),i(a,[2,9]),i(a,[2,10]),i(a,[2,13])],defaultActions:{},parseError:function(F,R){if(R.recoverable)this.trace(F);else{var q=new Error(F);throw q.hash=R,q}},parse:function(F){var R=this,q=[0],X=[],rt=[null],at=[],ut=this.table,pt="",yt=0,mt=0,gt=2,ht=1,bt=at.slice.call(arguments,1),Z=Object.create(this.lexer),ft={yy:{}};for(var Y in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Y)&&(ft.yy[Y]=this.yy[Y]);Z.setInput(F,ft.yy),ft.yy.lexer=Z,ft.yy.parser=this,typeof Z.yylloc>"u"&&(Z.yylloc={});var Et=Z.yylloc;at.push(Et);var V=Z.options&&Z.options.ranges;typeof ft.yy.parseError=="function"?this.parseError=ft.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function Nt(){var Pe;return Pe=X.pop()||Z.lex()||ht,typeof Pe!="number"&&(Pe instanceof Array&&(X=Pe,Pe=X.pop()),Pe=R.symbols_[Pe]||Pe),Pe}for(var Dt,jt,Ct,Ft,_t={},xt,Gt,Be,Ot;;){if(jt=q[q.length-1],this.defaultActions[jt]?Ct=this.defaultActions[jt]:((Dt===null||typeof Dt>"u")&&(Dt=Nt()),Ct=ut[jt]&&ut[jt][Dt]),typeof Ct>"u"||!Ct.length||!Ct[0]){var vn="";Ot=[];for(xt in ut[jt])this.terminals_[xt]&&xt>gt&&Ot.push("'"+this.terminals_[xt]+"'");Z.showPosition?vn="Parse error on line "+(yt+1)+`:
+`+Z.showPosition()+`
+Expecting `+Ot.join(", ")+", got '"+(this.terminals_[Dt]||Dt)+"'":vn="Parse error on line "+(yt+1)+": Unexpected "+(Dt==ht?"end of input":"'"+(this.terminals_[Dt]||Dt)+"'"),this.parseError(vn,{text:Z.match,token:this.terminals_[Dt]||Dt,line:Z.yylineno,loc:Et,expected:Ot})}if(Ct[0]instanceof Array&&Ct.length>1)throw new Error("Parse Error: multiple actions possible at state: "+jt+", token: "+Dt);switch(Ct[0]){case 1:q.push(Dt),rt.push(Z.yytext),at.push(Z.yylloc),q.push(Ct[1]),Dt=null,mt=Z.yyleng,pt=Z.yytext,yt=Z.yylineno,Et=Z.yylloc;break;case 2:if(Gt=this.productions_[Ct[1]][1],_t.$=rt[rt.length-Gt],_t._$={first_line:at[at.length-(Gt||1)].first_line,last_line:at[at.length-1].last_line,first_column:at[at.length-(Gt||1)].first_column,last_column:at[at.length-1].last_column},V&&(_t._$.range=[at[at.length-(Gt||1)].range[0],at[at.length-1].range[1]]),Ft=this.performAction.apply(_t,[pt,mt,yt,ft.yy,Ct[1],rt,at].concat(bt)),typeof Ft<"u")return Ft;Gt&&(q=q.slice(0,-1*Gt*2),rt=rt.slice(0,-1*Gt),at=at.slice(0,-1*Gt)),q.push(this.productions_[Ct[1]][0]),rt.push(_t.$),at.push(_t._$),Be=ut[q[q.length-2]][q[q.length-1]],q.push(Be);break;case 3:return!0}}return!0}},S=function(){var B={EOF:1,parseError:function(R,q){if(this.yy.parser)this.yy.parser.parseError(R,q);else throw new Error(R)},setInput:function(F,R){return this.yy=R||this.yy||{},this._input=F,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var F=this._input[0];this.yytext+=F,this.yyleng++,this.offset++,this.match+=F,this.matched+=F;var R=F.match(/(?:\r\n?|\n).*/g);return R?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),F},unput:function(F){var R=F.length,q=F.split(/(?:\r\n?|\n)/g);this._input=F+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-R),this.offset-=R;var X=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),q.length-1&&(this.yylineno-=q.length-1);var rt=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:q?(q.length===X.length?this.yylloc.first_column:0)+X[X.length-q.length].length-q[0].length:this.yylloc.first_column-R},this.options.ranges&&(this.yylloc.range=[rt[0],rt[0]+this.yyleng-R]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(F){this.unput(this.match.slice(F))},pastInput:function(){var F=this.matched.substr(0,this.matched.length-this.match.length);return(F.length>20?"...":"")+F.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var F=this.match;return F.length<20&&(F+=this._input.substr(0,20-F.length)),(F.substr(0,20)+(F.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var F=this.pastInput(),R=new Array(F.length+1).join("-");return F+this.upcomingInput()+`
+`+R+"^"},test_match:function(F,R){var q,X,rt;if(this.options.backtrack_lexer&&(rt={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(rt.yylloc.range=this.yylloc.range.slice(0))),X=F[0].match(/(?:\r\n?|\n).*/g),X&&(this.yylineno+=X.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:X?X[X.length-1].length-X[X.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+F[0].length},this.yytext+=F[0],this.match+=F[0],this.matches=F,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(F[0].length),this.matched+=F[0],q=this.performAction.call(this,this.yy,this,R,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),q)return q;if(this._backtrack){for(var at in rt)this[at]=rt[at];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var F,R,q,X;this._more||(this.yytext="",this.match="");for(var rt=this._currentRules(),at=0;at<rt.length;at++)if(q=this._input.match(this.rules[rt[at]]),q&&(!R||q[0].length>R[0].length)){if(R=q,X=at,this.options.backtrack_lexer){if(F=this.test_match(q,rt[at]),F!==!1)return F;if(this._backtrack){R=!1;continue}else return!1}else if(!this.options.flex)break}return R?(F=this.test_match(R,rt[X]),F!==!1?F:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var R=this.next();return R||this.lex()},begin:function(R){this.conditionStack.push(R)},popState:function(){var R=this.conditionStack.length-1;return R>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(R){return R=this.conditionStack.length-1-Math.abs(R||0),R>=0?this.conditionStack[R]:"INITIAL"},pushState:function(R){this.begin(R)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(R,q,X,rt){switch(X){case 0:break;case 1:break;case 2:return 10;case 3:break;case 4:break;case 5:return 4;case 6:return 11;case 7:return this.begin("acc_title"),12;case 8:return this.popState(),"acc_title_value";case 9:return this.begin("acc_descr"),14;case 10:return this.popState(),"acc_descr_value";case 11:this.begin("acc_descr_multiline");break;case 12:this.popState();break;case 13:return"acc_descr_multiline_value";case 14:return 17;case 15:return 18;case 16:return 19;case 17:return":";case 18:return 6;case 19:return"INVALID"}},rules:[/^(?:%(?!\{)[^\n]*)/i,/^(?:[^\}]%%[^\n]*)/i,/^(?:[\n]+)/i,/^(?:\s+)/i,/^(?:#[^\n]*)/i,/^(?:journey\b)/i,/^(?:title\s[^#\n;]+)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:section\s[^#:\n;]+)/i,/^(?:[^#:\n;]+)/i,/^(?::[^#\n;]+)/i,/^(?::)/i,/^(?:$)/i,/^(?:.)/i],conditions:{acc_descr_multiline:{rules:[12,13],inclusive:!1},acc_descr:{rules:[10],inclusive:!1},acc_title:{rules:[8],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,7,9,11,14,15,16,17,18,19],inclusive:!0}}};return B}();_.lexer=S;function I(){this.yy={}}return I.prototype=_,_.Parser=I,new I}();Ybt.parser=Ybt;const AZe=Ybt;let CM="";const Xbt=[],mB=[],vB=[],LZe=function(){Xbt.length=0,mB.length=0,CM="",vB.length=0,Wg()},MZe=function(i){CM=i,Xbt.push(i)},DZe=function(){return Xbt},IZe=function(){let i=tHt();const a=100;let f=0;for(;!i&&f<a;)i=tHt(),f++;return mB.push(...vB),mB},OZe=function(){const i=[];return mB.forEach(f=>{f.people&&i.push(...f.people)}),[...new Set(i)].sort()},PZe=function(i,a){const f=a.substr(1).split(":");let g=0,w=[];f.length===1?(g=Number(f[0]),w=[]):(g=Number(f[0]),w=f[1].split(","));const v=w.map(E=>E.trim()),b={section:CM,type:CM,people:v,task:i,score:g};vB.push(b)},NZe=function(i){const a={section:CM,type:CM,description:i,task:i,classes:[]};mB.push(a)},tHt=function(){const i=function(f){return vB[f].processed};let a=!0;for(const[f,g]of vB.entries())i(f),a=a&&g.processed;return a},eHt={getConfig:()=>Re().journey,clear:LZe,setDiagramTitle:y2,getDiagramTitle:Jg,setAccTitle:ng,getAccTitle:Yg,setAccDescription:Xg,getAccDescription:Qg,addSection:MZe,getSections:DZe,getTasks:IZe,addTask:PZe,addTaskOrg:NZe,getActors:function(){return OZe()}},FZe=i=>`.label {
+ font-family: 'trebuchet ms', verdana, arial, sans-serif;
+ font-family: var(--mermaid-font-family);
+ color: ${i.textColor};
+ }
+ .mouth {
+ stroke: #666;
+ }
+
+ line {
+ stroke: ${i.textColor}
+ }
+
+ .legend {
+ fill: ${i.textColor};
+ }
+
+ .label text {
+ fill: #333;
+ }
+ .label {
+ color: ${i.textColor}
+ }
+
+ .face {
+ ${i.faceColor?`fill: ${i.faceColor}`:"fill: #FFF8DC"};
+ stroke: #999;
+ }
+
+ .node rect,
+ .node circle,
+ .node ellipse,
+ .node polygon,
+ .node path {
+ fill: ${i.mainBkg};
+ stroke: ${i.nodeBorder};
+ stroke-width: 1px;
+ }
+
+ .node .label {
+ text-align: center;
+ }
+ .node.clickable {
+ cursor: pointer;
+ }
+
+ .arrowheadPath {
+ fill: ${i.arrowheadColor};
+ }
+
+ .edgePath .path {
+ stroke: ${i.lineColor};
+ stroke-width: 1.5px;
+ }
+
+ .flowchart-link {
+ stroke: ${i.lineColor};
+ fill: none;
+ }
+
+ .edgeLabel {
+ background-color: ${i.edgeLabelBackground};
+ rect {
+ opacity: 0.5;
+ }
+ text-align: center;
+ }
+
+ .cluster rect {
+ }
+
+ .cluster text {
+ fill: ${i.titleColor};
+ }
+
+ div.mermaidTooltip {
+ position: absolute;
+ text-align: center;
+ max-width: 200px;
+ padding: 2px;
+ font-family: 'trebuchet ms', verdana, arial, sans-serif;
+ font-family: var(--mermaid-font-family);
+ font-size: 12px;
+ background: ${i.tertiaryColor};
+ border: 1px solid ${i.border2};
+ border-radius: 2px;
+ pointer-events: none;
+ z-index: 100;
+ }
+
+ .task-type-0, .section-type-0 {
+ ${i.fillType0?`fill: ${i.fillType0}`:""};
+ }
+ .task-type-1, .section-type-1 {
+ ${i.fillType0?`fill: ${i.fillType1}`:""};
+ }
+ .task-type-2, .section-type-2 {
+ ${i.fillType0?`fill: ${i.fillType2}`:""};
+ }
+ .task-type-3, .section-type-3 {
+ ${i.fillType0?`fill: ${i.fillType3}`:""};
+ }
+ .task-type-4, .section-type-4 {
+ ${i.fillType0?`fill: ${i.fillType4}`:""};
+ }
+ .task-type-5, .section-type-5 {
+ ${i.fillType0?`fill: ${i.fillType5}`:""};
+ }
+ .task-type-6, .section-type-6 {
+ ${i.fillType0?`fill: ${i.fillType6}`:""};
+ }
+ .task-type-7, .section-type-7 {
+ ${i.fillType0?`fill: ${i.fillType7}`:""};
+ }
+
+ .actor-0 {
+ ${i.actor0?`fill: ${i.actor0}`:""};
+ }
+ .actor-1 {
+ ${i.actor1?`fill: ${i.actor1}`:""};
+ }
+ .actor-2 {
+ ${i.actor2?`fill: ${i.actor2}`:""};
+ }
+ .actor-3 {
+ ${i.actor3?`fill: ${i.actor3}`:""};
+ }
+ .actor-4 {
+ ${i.actor4?`fill: ${i.actor4}`:""};
+ }
+ .actor-5 {
+ ${i.actor5?`fill: ${i.actor5}`:""};
+ }
+`,Qbt=function(i,a){return _Y(i,a)},BZe=function(i,a){const g=i.append("circle").attr("cx",a.cx).attr("cy",a.cy).attr("class","face").attr("r",15).attr("stroke-width",2).attr("overflow","visible"),w=i.append("g");w.append("circle").attr("cx",a.cx-15/3).attr("cy",a.cy-15/3).attr("r",1.5).attr("stroke-width",2).attr("fill","#666").attr("stroke","#666"),w.append("circle").attr("cx",a.cx+15/3).attr("cy",a.cy-15/3).attr("r",1.5).attr("stroke-width",2).attr("fill","#666").attr("stroke","#666");function v(_){const S=jL().startAngle(Math.PI/2).endAngle(3*(Math.PI/2)).innerRadius(7.5).outerRadius(6.8181818181818175);_.append("path").attr("class","mouth").attr("d",S).attr("transform","translate("+a.cx+","+(a.cy+2)+")")}function b(_){const S=jL().startAngle(3*Math.PI/2).endAngle(5*(Math.PI/2)).innerRadius(7.5).outerRadius(6.8181818181818175);_.append("path").attr("class","mouth").attr("d",S).attr("transform","translate("+a.cx+","+(a.cy+7)+")")}function E(_){_.append("line").attr("class","mouth").attr("stroke",2).attr("x1",a.cx-5).attr("y1",a.cy+7).attr("x2",a.cx+5).attr("y2",a.cy+7).attr("class","mouth").attr("stroke-width","1px").attr("stroke","#666")}return a.score>3?v(w):a.score<3?b(w):E(w),g},nHt=function(i,a){const f=i.append("circle");return f.attr("cx",a.cx),f.attr("cy",a.cy),f.attr("class","actor-"+a.pos),f.attr("fill",a.fill),f.attr("stroke",a.stroke),f.attr("r",a.r),f.class!==void 0&&f.attr("class",f.class),a.title!==void 0&&f.append("title").text(a.title),f},rHt=function(i,a){return ERe(i,a)},RZe=function(i,a){function f(w,v,b,E,_){return w+","+v+" "+(w+b)+","+v+" "+(w+b)+","+(v+E-_)+" "+(w+b-_*1.2)+","+(v+E)+" "+w+","+(v+E)}const g=i.append("polygon");g.attr("points",f(a.x,a.y,50,20,7)),g.attr("class","labelBox"),a.y=a.y+a.labelMargin,a.x=a.x+.5*a.labelMargin,rHt(i,a)},jZe=function(i,a,f){const g=i.append("g"),w=k9();w.x=a.x,w.y=a.y,w.fill=a.fill,w.width=f.width*a.taskCount+f.diagramMarginX*(a.taskCount-1),w.height=f.height,w.class="journey-section section-type-"+a.num,w.rx=3,w.ry=3,Qbt(g,w),sHt(f)(a.text,g,w.x,w.y,w.width,w.height,{class:"journey-section section-type-"+a.num},f,a.colour)};let iHt=-1;const $Ze=function(i,a,f){const g=a.x+f.width/2,w=i.append("g");iHt++;const v=300+5*30;w.append("line").attr("id","task"+iHt).attr("x1",g).attr("y1",a.y).attr("x2",g).attr("y2",v).attr("class","task-line").attr("stroke-width","1px").attr("stroke-dasharray","4 2").attr("stroke","#666"),BZe(w,{cx:g,cy:300+(5-a.score)*30,score:a.score});const b=k9();b.x=a.x,b.y=a.y,b.fill=a.fill,b.width=f.width,b.height=f.height,b.class="task task-type-"+a.num,b.rx=3,b.ry=3,Qbt(w,b);let E=a.x+14;a.people.forEach(_=>{const S=a.actors[_].color,I={cx:E,cy:a.y,r:7,fill:S,stroke:"#000",title:_,pos:a.actors[_].position};nHt(w,I),E+=10}),sHt(f)(a.task,w,b.x,b.y,b.width,b.height,{class:"task"},f,a.colour)},zZe=function(i,a){qBt(i,a)},sHt=function(){function i(w,v,b,E,_,S,I,B){const F=v.append("text").attr("x",b+_/2).attr("y",E+S/2+5).style("font-color",B).style("text-anchor","middle").text(w);g(F,I)}function a(w,v,b,E,_,S,I,B,F){const{taskFontSize:R,taskFontFamily:q}=B,X=w.split(/<br\s*\/?>/gi);for(let rt=0;rt<X.length;rt++){const at=rt*R-R*(X.length-1)/2,ut=v.append("text").attr("x",b+_/2).attr("y",E).attr("fill",F).style("text-anchor","middle").style("font-size",R).style("font-family",q);ut.append("tspan").attr("x",b+_/2).attr("dy",at).text(X[rt]),ut.attr("y",E+S/2).attr("dominant-baseline","central").attr("alignment-baseline","central"),g(ut,I)}}function f(w,v,b,E,_,S,I,B){const F=v.append("switch"),q=F.append("foreignObject").attr("x",b).attr("y",E).attr("width",_).attr("height",S).attr("position","fixed").append("xhtml:div").style("display","table").style("height","100%").style("width","100%");q.append("div").attr("class","label").style("display","table-cell").style("text-align","center").style("vertical-align","middle").text(w),a(w,F,b,E,_,S,I,B),g(q,I)}function g(w,v){for(const b in v)b in v&&w.attr(b,v[b])}return function(w){return w.textPlacement==="fo"?f:w.textPlacement==="old"?i:a}}(),yB={drawRect:Qbt,drawCircle:nHt,drawSection:jZe,drawText:rHt,drawLabel:RZe,drawTask:$Ze,drawBackgroundRect:zZe,initGraphics:function(i){i.append("defs").append("marker").attr("id","arrowhead").attr("refX",5).attr("refY",2).attr("markerWidth",6).attr("markerHeight",4).attr("orient","auto").append("path").attr("d","M 0,0 V 4 L6,2 Z")}},qZe=function(i){Object.keys(i).forEach(function(f){CX[f]=i[f]})},zx={};function HZe(i){const a=Re().journey;let f=60;Object.keys(zx).forEach(g=>{const w=zx[g].color,v={cx:20,cy:f,r:7,fill:w,stroke:"#000",pos:zx[g].position};yB.drawCircle(i,v);const b={x:40,y:f+7,fill:"#666",text:g,textMargin:a.boxTextMargin|5};yB.drawText(i,b),f+=20})}const CX=Re().journey,B9=CX.leftMargin,VZe=function(i,a,f,g){const w=Re().journey,v=Re().securityLevel;let b;v==="sandbox"&&(b=xr("#i"+a));const E=xr(v==="sandbox"?b.nodes()[0].contentDocument.body:"body");Xw.init();const _=E.select("#"+a);yB.initGraphics(_);const S=g.db.getTasks(),I=g.db.getDiagramTitle(),B=g.db.getActors();for(const at in zx)delete zx[at];let F=0;B.forEach(at=>{zx[at]={color:w.actorColours[F%w.actorColours.length],position:F},F++}),HZe(_),Xw.insert(0,0,B9,Object.keys(zx).length*50),UZe(_,S,0);const R=Xw.getBounds();I&&_.append("text").text(I).attr("x",B9).attr("font-size","4ex").attr("font-weight","bold").attr("y",25);const q=R.stopy-R.starty+2*w.diagramMarginY,X=B9+R.stopx+2*w.diagramMarginX;Kg(_,q,X,w.useMaxWidth),_.append("line").attr("x1",B9).attr("y1",w.height*4).attr("x2",X-B9-4).attr("y2",w.height*4).attr("stroke-width",4).attr("stroke","black").attr("marker-end","url(#arrowhead)");const rt=I?70:0;_.attr("viewBox",`${R.startx} -25 ${X} ${q+rt}`),_.attr("preserveAspectRatio","xMinYMin meet"),_.attr("height",q+rt+25)},Xw={data:{startx:void 0,stopx:void 0,starty:void 0,stopy:void 0},verticalPos:0,sequenceItems:[],init:function(){this.sequenceItems=[],this.data={startx:void 0,stopx:void 0,starty:void 0,stopy:void 0},this.verticalPos=0},updateVal:function(i,a,f,g){i[a]===void 0?i[a]=f:i[a]=g(f,i[a])},updateBounds:function(i,a,f,g){const w=Re().journey,v=this;let b=0;function E(_){return function(I){b++;const B=v.sequenceItems.length-b+1;v.updateVal(I,"starty",a-B*w.boxMargin,Math.min),v.updateVal(I,"stopy",g+B*w.boxMargin,Math.max),v.updateVal(Xw.data,"startx",i-B*w.boxMargin,Math.min),v.updateVal(Xw.data,"stopx",f+B*w.boxMargin,Math.max),_!=="activation"&&(v.updateVal(I,"startx",i-B*w.boxMargin,Math.min),v.updateVal(I,"stopx",f+B*w.boxMargin,Math.max),v.updateVal(Xw.data,"starty",a-B*w.boxMargin,Math.min),v.updateVal(Xw.data,"stopy",g+B*w.boxMargin,Math.max))}}this.sequenceItems.forEach(E())},insert:function(i,a,f,g){const w=Math.min(i,f),v=Math.max(i,f),b=Math.min(a,g),E=Math.max(a,g);this.updateVal(Xw.data,"startx",w,Math.min),this.updateVal(Xw.data,"starty",b,Math.min),this.updateVal(Xw.data,"stopx",v,Math.max),this.updateVal(Xw.data,"stopy",E,Math.max),this.updateBounds(w,b,v,E)},bumpVerticalPos:function(i){this.verticalPos=this.verticalPos+i,this.data.stopy=this.verticalPos},getVerticalPos:function(){return this.verticalPos},getBounds:function(){return this.data}},Jbt=CX.sectionFills,aHt=CX.sectionColours,UZe=function(i,a,f){const g=Re().journey;let w="";const v=g.height*2+g.diagramMarginY,b=f+v;let E=0,_="#CCC",S="black",I=0;for(const[B,F]of a.entries()){if(w!==F.section){_=Jbt[E%Jbt.length],I=E%Jbt.length,S=aHt[E%aHt.length];let q=0;const X=F.section;for(let at=B;at<a.length&&a[at].section==X;at++)q=q+1;const rt={x:B*g.taskMargin+B*g.width+B9,y:50,text:F.section,fill:_,num:I,colour:S,taskCount:q};yB.drawSection(i,rt,g),w=F.section,E++}const R=F.people.reduce((q,X)=>(zx[X]&&(q[X]=zx[X]),q),{});F.x=B*g.taskMargin+B*g.width+B9,F.y=b,F.width=g.diagramMarginX,F.height=g.diagramMarginY,F.colour=S,F.fill=_,F.num=I,F.actors=R,yB.drawTask(i,F,g),Xw.insert(F.x,F.y,F.x+F.width+g.taskMargin,300+5*30)}},oHt={setConf:qZe,draw:VZe},GZe=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:AZe,db:eHt,renderer:oHt,styles:FZe,init:i=>{oHt.setConf(i.journey),eHt.clear()}}},Symbol.toStringTag,{value:"Module"})),KZe=(i,a,f)=>{const{parentById:g}=f,w=new Set;let v=i;for(;v;){if(w.add(v),v===a)return v;v=g[v]}for(v=a;v;){if(w.has(v))return v;v=g[v]}return"root"};function _X(i){throw new Error('Could not dynamically require "'+i+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var cHt={exports:{}};(function(i,a){(function(f){i.exports=f()})(function(){return function(){function f(g,w,v){function b(S,I){if(!w[S]){if(!g[S]){var B=typeof _X=="function"&&_X;if(!I&&B)return B(S,!0);if(E)return E(S,!0);var F=new Error("Cannot find module '"+S+"'");throw F.code="MODULE_NOT_FOUND",F}var R=w[S]={exports:{}};g[S][0].call(R.exports,function(q){var X=g[S][1][q];return b(X||q)},R,R.exports,f,g,w,v)}return w[S].exports}for(var E=typeof _X=="function"&&_X,_=0;_<v.length;_++)b(v[_]);return b}return f}()({1:[function(f,g,w){Object.defineProperty(w,"__esModule",{value:!0});var v=function(){function S(I,B){for(var F=0;F<B.length;F++){var R=B[F];R.enumerable=R.enumerable||!1,R.configurable=!0,"value"in R&&(R.writable=!0),Object.defineProperty(I,R.key,R)}}return function(I,B,F){return B&&S(I.prototype,B),F&&S(I,F),I}}();function b(S,I){if(!(S instanceof I))throw new TypeError("Cannot call a class as a function")}var E=function(){function S(){var I=this,B=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},F=B.defaultLayoutOptions,R=F===void 0?{}:F,q=B.algorithms,X=q===void 0?["layered","stress","mrtree","radial","force","disco","sporeOverlap","sporeCompaction","rectpacking"]:q,rt=B.workerFactory,at=B.workerUrl;if(b(this,S),this.defaultLayoutOptions=R,this.initialized=!1,typeof at>"u"&&typeof rt>"u")throw new Error("Cannot construct an ELK without both 'workerUrl' and 'workerFactory'.");var ut=rt;typeof at<"u"&&typeof rt>"u"&&(ut=function(mt){return new Worker(mt)});var pt=ut(at);if(typeof pt.postMessage!="function")throw new TypeError("Created worker does not provide the required 'postMessage' function.");this.worker=new _(pt),this.worker.postMessage({cmd:"register",algorithms:X}).then(function(yt){return I.initialized=!0}).catch(console.err)}return v(S,[{key:"layout",value:function(B){var F=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},R=F.layoutOptions,q=R===void 0?this.defaultLayoutOptions:R,X=F.logging,rt=X===void 0?!1:X,at=F.measureExecutionTime,ut=at===void 0?!1:at;return B?this.worker.postMessage({cmd:"layout",graph:B,layoutOptions:q,options:{logging:rt,measureExecutionTime:ut}}):Promise.reject(new Error("Missing mandatory parameter 'graph'."))}},{key:"knownLayoutAlgorithms",value:function(){return this.worker.postMessage({cmd:"algorithms"})}},{key:"knownLayoutOptions",value:function(){return this.worker.postMessage({cmd:"options"})}},{key:"knownLayoutCategories",value:function(){return this.worker.postMessage({cmd:"categories"})}},{key:"terminateWorker",value:function(){this.worker.terminate()}}]),S}();w.default=E;var _=function(){function S(I){var B=this;if(b(this,S),I===void 0)throw new Error("Missing mandatory parameter 'worker'.");this.resolvers={},this.worker=I,this.worker.onmessage=function(F){setTimeout(function(){B.receive(B,F)},0)}}return v(S,[{key:"postMessage",value:function(B){var F=this.id||0;this.id=F+1,B.id=F;var R=this;return new Promise(function(q,X){R.resolvers[F]=function(rt,at){rt?(R.convertGwtStyleError(rt),X(rt)):q(at)},R.worker.postMessage(B)})}},{key:"receive",value:function(B,F){var R=F.data,q=B.resolvers[R.id];q&&(delete B.resolvers[R.id],R.error?q(R.error):q(null,R.data))}},{key:"terminate",value:function(){this.worker.terminate&&this.worker.terminate()}},{key:"convertGwtStyleError",value:function(B){if(B){var F=B.__java$exception;F&&(F.cause&&F.cause.backingJsObject&&(B.cause=F.cause.backingJsObject,this.convertGwtStyleError(B.cause)),delete B.__java$exception)}}}]),S}()},{}],2:[function(f,g,w){(function(v){(function(){var b;typeof window<"u"?b=window:typeof v<"u"?b=v:typeof self<"u"&&(b=self);var E;function _(){}function S(){}function I(){}function B(){}function F(){}function R(){}function q(){}function X(){}function rt(){}function at(){}function ut(){}function pt(){}function yt(){}function mt(){}function gt(){}function ht(){}function bt(){}function Z(){}function ft(){}function Y(){}function Et(){}function V(){}function Nt(){}function Dt(){}function jt(){}function Ct(){}function Ft(){}function _t(){}function xt(){}function Gt(){}function Be(){}function Ot(){}function vn(){}function Pe(){}function Ee(){}function nn(){}function sn(){}function me(){}function Fe(){}function Qt(){}function Ae(){}function Se(){}function Dn(){}function oe(){}function Pr(){}function we(){}function Ri(){}function yi(){}function da(){}function Ss(){}function Ra(){}function fr(){}function An(){}function Pn(){}function Bn(){}function Te(){}function be(){}function Qe(){}function rn(){}function yn(){}function ja(){}function mo(){}function vo(){}function ma(){}function $a(){}function gs(){}function Nu(){}function ta(){}function l1(){}function _2(){}function ll(){}function Ac(){}function pc(){}function ka(){}function du(){}function ea(){}function co(){}function bc(){}function oa(){}function va(){}function na(){}function Xl(){}function Hc(){}function Zw(){}function mh(){}function _d(){}function b0(){}function Sd(){}function w0(){}function ag(){}function Yi(){}function cn(){}function Dr(){}function Si(){}function wc(){}function Fc(){}function vh(){}function Qc(){}function Wh(){}function Ad(){}function ls(){}function Ls(){}function Za(){}function _i(){}function gu(){}function Le(){}function ry(){}function $e(){}function h1(){}function rp(){}function iy(){}function S8(){}function f4(){}function Ql(){}function og(){}function S2(){}function A8(){}function A2(){}function d4(){}function q1(){}function Ld(){}function Md(){}function L8(){}function tm(){}function Hx(){}function cb(){}function Vx(){}function g4(){}function sy(){}function ip(){}function LM(){}function jl(){}function z9(){}function Vc(){}function PX(){}function L2(){}function NX(){}function kB(){}function FX(){}function EB(){}function f1(){}function ay(){}function q9(){}function TB(){}function ub(){}function oy(){}function BX(){}function M2(){}function RX(){}function jX(){}function Ux(){}function H9(){}function CB(){}function M8(){}function $X(){}function D8(){}function zX(){}function qX(){}function HX(){}function VX(){}function UX(){}function GX(){}function KX(){}function WX(){}function YX(){}function XX(){}function QX(){}function MM(){}function JX(){}function ZX(){}function V9(){}function _B(){}function Gx(){}function tQ(){}function eQ(){}function nQ(){}function rQ(){}function iQ(){}function U9(){}function DM(){}function SB(){}function p4(){}function b4(){}function sQ(){}function _f(){}function Kx(){}function aQ(){}function I8(){}function m0(){}function oQ(){}function cQ(){}function uQ(){}function lQ(){}function G9(){}function IM(){}function AB(){}function OM(){}function Wx(){}function hQ(){}function LB(){}function MB(){}function fQ(){}function dQ(){}function gQ(){}function pQ(){}function bQ(){}function wQ(){}function v0(){}function em(){}function mQ(){}function DB(){}function IB(){}function vQ(){}function w4(){}function O8(){}function PM(){}function cy(){}function P8(){}function yQ(){}function K9(){}function Dd(){}function OB(){}function NM(){}function N8(){}function FM(){}function PB(){}function xQ(){}function BM(){}function kQ(){}function EQ(){}function NB(){}function Yx(){}function FB(){}function Xx(){}function TQ(){}function RM(){}function CQ(){}function _Q(){}function SQ(){}function AQ(){}function BB(){}function LQ(){}function MQ(){}function DQ(){}function RB(){}function IQ(){}function OQ(){}function PQ(){}function jB(){}function NQ(){}function FQ(){}function $B(){}function zB(){}function qB(){}function BQ(){}function RQ(){}function F8(){}function Qx(){}function W9(){}function jQ(){}function jM(){}function Y9(){}function $M(){}function HB(){}function VB(){}function $Q(){}function zQ(){}function qQ(){}function UB(){}function GB(){}function HQ(){}function VQ(){}function UQ(){}function GQ(){}function KQ(){}function KB(){}function WQ(){}function YQ(){}function XQ(){}function QQ(){}function WB(){}function X9(){}function JQ(){}function ZQ(){}function YB(){}function tJ(){}function eJ(){}function nJ(){}function rJ(){}function iJ(){}function sJ(){}function XB(){}function aJ(){}function QB(){}function oJ(){}function cJ(){}function uJ(){}function Q9(){}function lJ(){}function J9(){}function hJ(){}function JB(){}function ZB(){}function tR(){}function eR(){}function nm(){}function nR(){}function rR(){}function iR(){}function sR(){}function fJ(){}function Jx(){}function zM(){}function m4(){}function dJ(){}function gJ(){}function Z9(){}function pJ(){}function aR(){}function bJ(){}function wJ(){}function mJ(){}function vJ(){}function yJ(){}function xJ(){}function kJ(){}function EJ(){}function TJ(){}function qM(){}function HM(){}function CJ(){}function _J(){}function SJ(){}function AJ(){}function LJ(){}function MJ(){}function oR(){}function cR(){}function DJ(){}function uR(){}function lR(){}function IJ(){}function OJ(){}function PJ(){}function NJ(){}function FJ(){}function BJ(){}function RJ(){}function VM(){}function jJ(){}function B8(){}function $J(){}function hR(){}function zJ(){}function qJ(){}function HJ(){}function VJ(){}function UJ(){}function GJ(){}function KJ(){}function WJ(){}function YJ(){}function XJ(){}function QJ(){}function JJ(){}function ZJ(){}function tZ(){}function Zx(){}function fR(){}function eZ(){}function nZ(){}function rZ(){}function dR(){}function iZ(){}function tC(){}function sZ(){}function aZ(){}function oZ(){}function cZ(){}function uZ(){}function lZ(){}function hZ(){}function fZ(){}function dZ(){}function gZ(){}function t6(){}function pZ(){}function bZ(){}function wZ(){}function mZ(){}function vZ(){}function yZ(){}function xZ(){}function kZ(){}function eC(){}function EZ(){}function TZ(){}function CZ(){}function _Z(){}function SZ(){}function AZ(){}function LZ(){}function MZ(){}function e6(){}function gR(){}function DZ(){}function UM(){}function IZ(){}function OZ(){}function PZ(){}function NZ(){}function FZ(){}function BZ(){}function RZ(){}function pR(){}function jZ(){}function bR(){}function $Z(){}function wR(){}function mR(){}function vR(){}function zZ(){}function qZ(){}function yR(){}function HZ(){}function xR(){}function VZ(){}function UZ(){}function GM(){}function GZ(){}function KZ(){}function WZ(){}function YZ(){}function XZ(){}function kR(){}function QZ(){}function JZ(){}function ZZ(){}function ttt(){}function d2t(){}function ett(){}function ntt(){}function rtt(){}function itt(){}function stt(){}function att(){}function ott(){}function ctt(){}function utt(){}function ltt(){}function htt(){}function ftt(){}function dtt(){}function gtt(){}function ptt(){}function Uc(){}function btt(){}function nC(){}function mc(){}function pu(){}function ts(){}function KM(){}function wtt(){}function mtt(){}function vtt(){}function n6(){}function uy(){}function R8(){}function WM(){}function ytt(){}function YM(){}function xtt(){}function ktt(){}function ER(){}function Ett(){}function Ttt(){}function XM(){}function Ctt(){}function $l(){}function Wu(){}function _tt(){}function TR(){}function Stt(){}function ly(){}function hy(){}function v4(){}function sp(){}function r6(){}function QM(){}function CR(){}function _R(){}function Att(){}function j8(){}function cg(){}function Ltt(){}function lb(){}function rC(){}function i6(){}function hb(){}function SR(){}function AR(){}function LR(){}function Mtt(){}function s6(){}function fy(){}function ap(){}function fb(){}function y4(){}function $8(){}function iC(){}function JM(){}function Dtt(){}function MR(){}function DR(){}function IR(){}function z8(){}function je(){}function OR(){}function Itt(){}function q8(){}function H8(){}function PR(){}function Ott(){}function Ptt(){}function Ntt(){}function Ftt(){}function Btt(){}function Rtt(){}function jtt(){}function $tt(){}function ZM(){}function NR(){}function ztt(){}function qtt(){}function sC(){}function FR(){}function x4(){}function k4(){}function BR(){}function RR(){}function jR(){}function $R(){}function Htt(){}function aC(){}function dy(){}function zR(){}function V8(){}function Vtt(){}function Utt(){}function E4(){}function qR(){}function U8(){}function Lc(){}function HR(){}function VR(){}function a6(){}function UR(){}function Gtt(){}function oC(){}function GR(){}function cC(){}function tD(){}function d1(){}function eD(){}function nD(){}function o6(){}function Ktt(){}function Wtt(){}function Ytt(){}function Xtt(){}function gy(){}function KR(){}function op(){}function Sf(){}function WR(){}function YR(){}function XR(){}function QR(){}function JR(){}function ZR(){}function g1(){}function Fu(){}function Qtt(){}function Jtt(){}function Ztt(){}function Bu(){}function uC(){}function tj(){}function ej(){}function c6(){}function tet(){}function G8(){}function eet(){}function nj(){}function net(){}function ret(){}function lC(){}function rj(){}function rD(){}function hC(){}function iet(){}function set(){}function iD(){}function fC(){}function H1(){}function K8(){}function aet(){}function W8(){}function sD(){}function D2(){}function dC(){}function aD(){}function p1(){}function gC(){}function V1(){}function U1(){}function oet(){}function cet(){}function T4(){}function Y8(){}function X8(){}function pC(){}function uet(){}function u6(){}function ij(){}function sj(){}function het(){}function aj(){}function fet(){}function oj(){}function oD(){}function det(){}function bC(){}function get(){}function pet(){}function bet(){}function wet(){}function met(){}function cj(){}function vet(){}function yet(){}function xet(){}function uj(){}function ket(){}function Eet(){}function wC(){}function Tet(){}function Cet(){}function _et(){}function Aet(){}function Let(){}function Met(){}function lj(){}function Det(){}function hj(){}function Iet(){}function cD(){}function Oet(){}function fj(){}function Pet(){}function dj(){}function Net(){}function gj(){}function pj(){}function bj(){}function uD(){}function C4(){}function mC(){}function Id(){}function wj(){}function Q8(){}function lD(){}function Fet(){}function I2(){}function mj(){}function hD(){}function Bet(){}function vj(){}function vC(){NC()}function yj(){OD()}function yC(){OH()}function xC(){Eat()}function xj(){aS()}function kj(){Xxt()}function l6(){Vf()}function rm(){axt()}function J8(){mO()}function Ej(){PD()}function Ret(){cI()}function Tj(){EYt()}function h6(){ik()}function fD(){Qie()}function Cj(){s4t()}function jet(){jne()}function _j(){a4t()}function kC(){Ase()}function EC(){Rne()}function dD(){h7()}function $et(){hoe()}function zet(){loe()}function qet(){Pre()}function Het(){foe()}function Vet(){jb()}function Uet(){v$()}function Get(){Wkt()}function Ket(){Me()}function Wet(){doe()}function Yet(){$oe()}function Xet(){$ne()}function Qet(){hhe()}function Jet(){zne()}function Zet(){_0e()}function f6(){_6t()}function tnt(){Eg()}function Z8(){_ue()}function Yh(){xc()}function ent(){Xne()}function tE(){rk()}function TC(){ckt()}function nnt(){$b()}function rnt(){ukt()}function int(){ad()}function snt(){EO()}function ant(){Yot()}function ont(){iot()}function Xh(){_Zt()}function cnt(){vq()}function Sj(){jH()}function Aj(){si()}function unt(){eH()}function Lj(){F5t()}function Af(){iat()}function gD(){oV()}function lnt(){ykt()}function pD(t){Wn(t)}function Mj(t){this.a=t}function CC(t){this.a=t}function hnt(t){this.a=t}function Dj(t){this.a=t}function fnt(t){this.a=t}function dnt(t){this.a=t}function O2(t){this.a=t}function gnt(t){this.a=t}function Ij(t){this.a=t}function Oj(t){this.a=t}function pnt(t){this.a=t}function bnt(t){this.a=t}function eE(t){this.a=t}function im(t){this.a=t}function Pj(t){this.a=t}function nE(t){this.a=t}function sm(t){this.a=t}function wnt(t){this.a=t}function py(t){this.a=t}function Nj(t){this.a=t}function ug(t){this.a=t}function mnt(t){this.a=t}function am(t){this.b=t}function Fj(t){this.c=t}function Bj(t){this.a=t}function bD(t){this.a=t}function wD(t){this.a=t}function Rj(t){this.a=t}function d6(t){this.a=t}function rE(t){this.a=t}function vnt(t){this.a=t}function jj(t){this.a=t}function $j(t){this.a=t}function zj(t){this.a=t}function ynt(t){this.a=t}function Mc(t){this.a=t}function qj(t){this.a=t}function Hj(t){this.a=t}function Vj(t){this.a=t}function _C(t){this.a=t}function g6(t){this.a=t}function lg(){this.a=[]}function Uj(t,e){t.a=e}function xnt(t,e){t.a=e}function g2t(t,e){t.b=e}function p2t(t,e){t.b=e}function Gj(t,e){t.b=e}function mD(t,e){t.j=e}function p6(t,e){t.g=e}function b2t(t,e){t.i=e}function b6(t,e){t.c=e}function y(t,e){t.c=e}function p(t,e){t.d=e}function x(t,e){t.d=e}function C(t,e){t.k=e}function L(t,e){t.c=e}function O(t,e){t.c=e}function P(t,e){t.a=e}function $(t,e){t.a=e}function H(t,e){t.f=e}function z(t,e){t.a=e}function G(t,e){t.b=e}function Q(t,e){t.d=e}function it(t,e){t.i=e}function lt(t,e){t.o=e}function dt(t,e){t.r=e}function vt(t,e){t.a=e}function Mt(t,e){t.b=e}function kt(t,e){t.e=e}function It(t,e){t.f=e}function Pt(t,e){t.g=e}function qt(t,e){t.e=e}function ce(t,e){t.f=e}function ee(t,e){t.f=e}function Ut(t,e){t.a=e}function ue(t,e){t.b=e}function Yt(t,e){t.n=e}function ye(t,e){t.a=e}function xe(t,e){t.c=e}function de(t,e){t.c=e}function ze(t,e){t.c=e}function ke(t,e){t.a=e}function xn(t,e){t.a=e}function tn(t,e){t.d=e}function an(t,e){t.d=e}function Sn(t,e){t.e=e}function Vn(t,e){t.e=e}function or(t,e){t.g=e}function Rn(t,e){t.f=e}function ar(t,e){t.j=e}function yr(t,e){t.a=e}function kr(t,e){t.a=e}function br(t,e){t.b=e}function dr(t){t.b=t.a}function kn(t){t.c=t.d.d}function wr(t){this.a=t}function Ar(t){this.a=t}function ci(t){this.a=t}function ui(t){this.a=t}function ps(t){this.a=t}function ga(t){this.a=t}function Li(t){this.a=t}function mi(t){this.a=t}function ys(t){this.a=t}function Xi(t){this.a=t}function li(t){this.a=t}function qi(t){this.a=t}function Ao(t){this.a=t}function Ka(t){this.a=t}function Ws(t){this.b=t}function Nr(t){this.b=t}function re(t){this.b=t}function Kn(t){this.a=t}function jr(t){this.a=t}function hr(t){this.c=t}function J(t){this.c=t}function Wa(t){this.c=t}function $r(t){this.d=t}function as(t){this.a=t}function Qn(t){this.a=t}function Jc(t){this.a=t}function uo(t){this.a=t}function Dc(t){this.a=t}function za(t){this.a=t}function lo(t){this.a=t}function _l(t){this.a=t}function Lf(t){this.a=t}function b1(t){this.a=t}function db(t){this.a=t}function w1(t){this.a=t}function Mf(t){this.a=t}function Od(t){this.a=t}function om(t){this.a=t}function by(t){this.a=t}function w6(t){this.a=t}function _4(t){this.a=t}function m6(t){this.a=t}function SC(t){this.a=t}function S4(t){this.a=t}function y0(t){this.a=t}function G1(t){this.a=t}function x0(t){this.a=t}function AC(t){this.a=t}function P2(t){this.a=t}function Kj(t){this.a=t}function knt(t){this.a=t}function iE(t){this.a=t}function Ent(t){this.a=t}function Tnt(t){this.a=t}function Cnt(t){this.a=t}function _nt(t){this.a=t}function LC(t){this.a=t}function sE(t){this.a=t}function vD(t){this.a=t}function N2(t){this.a=t}function yD(t){this.a=t}function Wj(t){this.a=t}function Snt(t){this.a=t}function gb(t){this.a=t}function xD(t){this.a=t}function Yj(t){this.a=t}function aE(t){this.a=t}function cp(t){this.a=t}function Xj(t){this.a=t}function w2t(t){this.a=t}function MC(t){this.a=t}function Qj(t){this.e=t}function oE(t){this.a=t}function JHt(t){this.a=t}function v6(t){this.a=t}function m2t(t){this.a=t}function ZHt(t){this.a=t}function tVt(t){this.a=t}function eVt(t){this.a=t}function nVt(t){this.a=t}function rVt(t){this.a=t}function iVt(t){this.a=t}function sVt(t){this.a=t}function aVt(t){this.a=t}function oVt(t){this.a=t}function cVt(t){this.a=t}function uVt(t){this.a=t}function v2t(t){this.a=t}function lVt(t){this.a=t}function hVt(t){this.a=t}function fVt(t){this.a=t}function dVt(t){this.a=t}function gVt(t){this.a=t}function pVt(t){this.a=t}function bVt(t){this.a=t}function wVt(t){this.a=t}function mVt(t){this.a=t}function vVt(t){this.a=t}function yVt(t){this.a=t}function xVt(t){this.a=t}function kVt(t){this.a=t}function EVt(t){this.a=t}function TVt(t){this.a=t}function CVt(t){this.a=t}function _Vt(t){this.a=t}function SVt(t){this.a=t}function AVt(t){this.a=t}function LVt(t){this.a=t}function MVt(t){this.a=t}function DVt(t){this.a=t}function IVt(t){this.a=t}function OVt(t){this.a=t}function PVt(t){this.a=t}function NVt(t){this.a=t}function FVt(t){this.a=t}function BVt(t){this.a=t}function RVt(t){this.a=t}function jVt(t){this.a=t}function $Vt(t){this.a=t}function zVt(t){this.a=t}function qVt(t){this.a=t}function HVt(t){this.a=t}function VVt(t){this.a=t}function UVt(t){this.a=t}function GVt(t){this.a=t}function KVt(t){this.a=t}function WVt(t){this.c=t}function YVt(t){this.b=t}function XVt(t){this.a=t}function QVt(t){this.a=t}function JVt(t){this.a=t}function ZVt(t){this.a=t}function tUt(t){this.a=t}function eUt(t){this.a=t}function nUt(t){this.a=t}function rUt(t){this.a=t}function iUt(t){this.a=t}function sUt(t){this.a=t}function aUt(t){this.a=t}function oUt(t){this.a=t}function cUt(t){this.a=t}function uUt(t){this.a=t}function lUt(t){this.a=t}function hUt(t){this.a=t}function fUt(t){this.a=t}function dUt(t){this.a=t}function gUt(t){this.a=t}function pUt(t){this.a=t}function bUt(t){this.a=t}function wUt(t){this.a=t}function mUt(t){this.a=t}function vUt(t){this.a=t}function yUt(t){this.a=t}function xUt(t){this.a=t}function kUt(t){this.a=t}function hg(t){this.a=t}function A4(t){this.a=t}function EUt(t){this.a=t}function TUt(t){this.a=t}function CUt(t){this.a=t}function _Ut(t){this.a=t}function SUt(t){this.a=t}function AUt(t){this.a=t}function LUt(t){this.a=t}function MUt(t){this.a=t}function DUt(t){this.a=t}function IUt(t){this.a=t}function OUt(t){this.a=t}function PUt(t){this.a=t}function NUt(t){this.a=t}function FUt(t){this.a=t}function BUt(t){this.a=t}function RUt(t){this.a=t}function jUt(t){this.a=t}function $Ut(t){this.a=t}function zUt(t){this.a=t}function qUt(t){this.a=t}function HUt(t){this.a=t}function VUt(t){this.a=t}function UUt(t){this.a=t}function GUt(t){this.a=t}function KUt(t){this.a=t}function WUt(t){this.a=t}function Jj(t){this.a=t}function YUt(t){this.f=t}function XUt(t){this.a=t}function QUt(t){this.a=t}function JUt(t){this.a=t}function ZUt(t){this.a=t}function tGt(t){this.a=t}function eGt(t){this.a=t}function nGt(t){this.a=t}function rGt(t){this.a=t}function iGt(t){this.a=t}function sGt(t){this.a=t}function aGt(t){this.a=t}function oGt(t){this.a=t}function cGt(t){this.a=t}function uGt(t){this.a=t}function lGt(t){this.a=t}function hGt(t){this.a=t}function fGt(t){this.a=t}function dGt(t){this.a=t}function gGt(t){this.a=t}function pGt(t){this.a=t}function bGt(t){this.a=t}function wGt(t){this.a=t}function mGt(t){this.a=t}function vGt(t){this.a=t}function yGt(t){this.a=t}function xGt(t){this.a=t}function kGt(t){this.a=t}function EGt(t){this.a=t}function Ant(t){this.a=t}function y2t(t){this.a=t}function Ni(t){this.b=t}function TGt(t){this.a=t}function CGt(t){this.a=t}function _Gt(t){this.a=t}function SGt(t){this.a=t}function AGt(t){this.a=t}function LGt(t){this.a=t}function MGt(t){this.a=t}function DGt(t){this.b=t}function IGt(t){this.a=t}function kD(t){this.a=t}function OGt(t){this.a=t}function PGt(t){this.a=t}function x2t(t){this.c=t}function Zj(t){this.e=t}function t$(t){this.a=t}function e$(t){this.a=t}function Lnt(t){this.a=t}function NGt(t){this.d=t}function FGt(t){this.a=t}function k2t(t){this.a=t}function E2t(t){this.a=t}function cm(t){this.e=t}function Pen(){this.a=0}function Er(){dl(this)}function ge(){Hrt(this)}function Mnt(){vee(this)}function BGt(){}function um(){this.c=LIt}function RGt(t,e){t.b+=e}function Nen(t,e){e.Wb(t)}function Fen(t){return t.a}function Ben(t){return t.a}function Ren(t){return t.a}function jen(t){return t.a}function $en(t){return t.a}function nt(t){return t.e}function zen(){return null}function qen(){return null}function Hen(){cwt(),kCn()}function Ven(t){t.b.Of(t.e)}function jGt(t){t.b=new Xnt}function DC(t,e){t.b=e-t.b}function IC(t,e){t.a=e-t.a}function In(t,e){t.push(e)}function $Gt(t,e){t.sort(e)}function zGt(t,e){e.jd(t.a)}function Uen(t,e){Qs(e,t)}function Gen(t,e,n){t.Yd(n,e)}function ED(t,e){t.e=e,e.b=t}function T2t(t){$d(),this.a=t}function qGt(t){$d(),this.a=t}function HGt(t){$d(),this.a=t}function Dnt(t){Lm(),this.a=t}function VGt(t){BE(),yht.le(t)}function C2t(){C2t=V,new Er}function F2(){uJt.call(this)}function _2t(){uJt.call(this)}function S2t(){F2.call(this)}function Int(){F2.call(this)}function UGt(){F2.call(this)}function TD(){F2.call(this)}function Yu(){F2.call(this)}function y6(){F2.call(this)}function Vr(){F2.call(this)}function yh(){F2.call(this)}function GGt(){F2.call(this)}function ac(){F2.call(this)}function KGt(){F2.call(this)}function WGt(){this.a=this}function n$(){this.Bb|=256}function YGt(){this.b=new nQt}function wy(t,e){t.length=e}function r$(t,e){pe(t.a,e)}function Ken(t,e){Jxt(t.c,e)}function Wen(t,e){qs(t.b,e)}function Yen(t,e){SH(t.a,e)}function Xen(t,e){Dat(t.a,e)}function cE(t,e){Ti(t.e,e)}function x6(t){HH(t.c,t.b)}function Qen(t,e){t.kc().Nb(e)}function A2t(t){this.a=Hbn(t)}function Os(){this.a=new Er}function XGt(){this.a=new Er}function L2t(){this.a=new pYt}function i$(){this.a=new ge}function Ont(){this.a=new ge}function M2t(){this.a=new ge}function Qh(){this.a=new _2}function B2(){this.a=new Uie}function D2t(){this.a=new S2}function I2t(){this.a=new Bne}function O2t(){this.a=new YJt}function QGt(){this.a=new ge}function JGt(){this.a=new ge}function ZGt(){this.a=new ge}function P2t(){this.a=new ge}function tKt(){this.d=new ge}function eKt(){this.a=new rre}function nKt(){this.a=new Os}function rKt(){this.a=new Er}function iKt(){this.b=new Er}function sKt(){this.b=new ge}function N2t(){this.e=new ge}function aKt(){this.a=new Vet}function oKt(){this.d=new ge}function cKt(){cne.call(this)}function uKt(){cne.call(this)}function lKt(){ge.call(this)}function F2t(){S2t.call(this)}function B2t(){i$.call(this)}function hKt(){uz.call(this)}function fKt(){P2t.call(this)}function OC(){BGt.call(this)}function Pnt(){OC.call(this)}function k6(){BGt.call(this)}function R2t(){k6.call(this)}function dKt(){q2t.call(this)}function gKt(){q2t.call(this)}function pKt(){q2t.call(this)}function bKt(){H2t.call(this)}function PC(){FR.call(this)}function j2t(){FR.call(this)}function Xu(){Qi.call(this)}function wKt(){IKt.call(this)}function mKt(){IKt.call(this)}function vKt(){Er.call(this)}function yKt(){Er.call(this)}function xKt(){Er.call(this)}function Nnt(){boe.call(this)}function kKt(){Os.call(this)}function EKt(){n$.call(this)}function Fnt(){kmt.call(this)}function $2t(){Er.call(this)}function Bnt(){kmt.call(this)}function Rnt(){Er.call(this)}function TKt(){Er.call(this)}function z2t(){U8.call(this)}function CKt(){z2t.call(this)}function _Kt(){U8.call(this)}function SKt(){hD.call(this)}function q2t(){this.a=new Os}function AKt(){this.a=new Er}function LKt(){this.a=new ge}function H2t(){this.a=new Er}function E6(){this.a=new Qi}function MKt(){this.j=new ge}function DKt(){this.a=new LWt}function IKt(){this.a=new qR}function V2t(){this.a=new KM}function NC(){NC=V,fht=new S}function jnt(){jnt=V,dht=new PKt}function $nt(){$nt=V,ght=new OKt}function OKt(){nE.call(this,"")}function PKt(){nE.call(this,"")}function NKt(t){jae.call(this,t)}function FKt(t){jae.call(this,t)}function U2t(t){Ij.call(this,t)}function G2t(t){iYt.call(this,t)}function Jen(t){iYt.call(this,t)}function Zen(t){G2t.call(this,t)}function tnn(t){G2t.call(this,t)}function enn(t){G2t.call(this,t)}function BKt(t){mst.call(this,t)}function RKt(t){mst.call(this,t)}function jKt(t){wZt.call(this,t)}function $Kt(t){pwt.call(this,t)}function FC(t){p$.call(this,t)}function K2t(t){p$.call(this,t)}function zKt(t){p$.call(this,t)}function W2t(t){E3n.call(this,t)}function Y2t(t){W2t.call(this,t)}function oc(t){Rte.call(this,t)}function qKt(t){oc.call(this,t)}function T6(){g6.call(this,{})}function HKt(){HKt=V,Cve=new Y}function s$(){s$=V,wht=new jQt}function VKt(){VKt=V,VTt=new _}function X2t(){X2t=V,UTt=new mt}function a$(){a$=V,cA=new bt}function znt(t){yE(),this.a=t}function qnt(t){E4t(),this.a=t}function my(t){_it(),this.f=t}function Hnt(t){_it(),this.f=t}function UKt(t){CZt(),this.a=t}function GKt(t){t.b=null,t.c=0}function nnn(t,e){t.e=e,_de(t,e)}function rnn(t,e){t.a=e,l4n(t)}function Vnt(t,e,n){t.a[e.g]=n}function inn(t,e,n){Cvn(n,t,e)}function snn(t,e){tan(e.i,t.n)}function KKt(t,e){Tpn(t).Cd(e)}function ann(t,e){t.a.ec().Mc(e)}function WKt(t,e){return t.g-e.g}function onn(t,e){return t*t/e}function Ie(t){return Wn(t),t}function Rt(t){return Wn(t),t}function CD(t){return Wn(t),t}function cnn(t){return new _C(t)}function unn(t){return new Oy(t)}function Q2t(t){return Wn(t),t}function lnn(t){return Wn(t),t}function o$(t){oc.call(this,t)}function No(t){oc.call(this,t)}function YKt(t){oc.call(this,t)}function Unt(t){Rte.call(this,t)}function uE(t){oc.call(this,t)}function zn(t){oc.call(this,t)}function Fo(t){oc.call(this,t)}function XKt(t){oc.call(this,t)}function C6(t){oc.call(this,t)}function up(t){oc.call(this,t)}function lp(t){oc.call(this,t)}function _6(t){oc.call(this,t)}function Pd(t){oc.call(this,t)}function Gnt(t){oc.call(this,t)}function Yr(t){oc.call(this,t)}function hl(t){Wn(t),this.a=t}function J2t(t){return nw(t),t}function BC(t){lyt(t,t.length)}function RC(t){return t.b==t.c}function vy(t){return!!t&&t.b}function hnn(t){return!!t&&t.k}function fnn(t){return!!t&&t.j}function dnn(t,e,n){t.c.Ef(e,n)}function QKt(t,e){t.be(e),e.ae(t)}function S6(t){$d(),this.a=Hr(t)}function Knt(){this.a=Gr(Hr(ro))}function JKt(){throw nt(new Vr)}function gnn(){throw nt(new Vr)}function Z2t(){throw nt(new Vr)}function ZKt(){throw nt(new Vr)}function pnn(){throw nt(new Vr)}function bnn(){throw nt(new Vr)}function c$(){c$=V,BE()}function hp(){ga.call(this,"")}function jC(){ga.call(this,"")}function pb(){ga.call(this,"")}function L4(){ga.call(this,"")}function twt(t){No.call(this,t)}function ewt(t){No.call(this,t)}function Nd(t){zn.call(this,t)}function lE(t){re.call(this,t)}function tWt(t){lE.call(this,t)}function Wnt(t){iz.call(this,t)}function Ynt(t){Pmt.call(this,t,0)}function Xnt(){Gyt.call(this,12,3)}function st(t,e){return Dne(t,e)}function u$(t,e){return Ost(t,e)}function wnn(t,e){return t.a-e.a}function mnn(t,e){return t.a-e.a}function vnn(t,e){return t.a-e.a}function ynn(t,e){return e in t.a}function eWt(t){return t.a?t.b:0}function xnn(t){return t.a?t.b:0}function knn(t,e,n){e.Cd(t.a[n])}function Enn(t,e,n){e.Pe(t.a[n])}function Tnn(t,e){t.b=new eo(e)}function Cnn(t,e){return t.b=e,t}function nWt(t,e){return t.c=e,t}function rWt(t,e){return t.f=e,t}function _nn(t,e){return t.g=e,t}function nwt(t,e){return t.a=e,t}function rwt(t,e){return t.f=e,t}function Snn(t,e){return t.k=e,t}function iwt(t,e){return t.a=e,t}function Ann(t,e){return t.e=e,t}function swt(t,e){return t.e=e,t}function Lnn(t,e){return t.f=e,t}function Mnn(t,e){t.b=!0,t.d=e}function Dnn(t,e){return t.b-e.b}function Inn(t,e){return t.g-e.g}function Onn(t,e){return t?0:e-1}function iWt(t,e){return t?0:e-1}function Pnn(t,e){return t?e-1:0}function Nnn(t,e){return t.s-e.s}function Fnn(t,e){return e.rg(t)}function lm(t,e){return t.b=e,t}function l$(t,e){return t.a=e,t}function hm(t,e){return t.c=e,t}function fm(t,e){return t.d=e,t}function dm(t,e){return t.e=e,t}function awt(t,e){return t.f=e,t}function $C(t,e){return t.a=e,t}function hE(t,e){return t.b=e,t}function fE(t,e){return t.c=e,t}function He(t,e){return t.c=e,t}function fn(t,e){return t.b=e,t}function Ve(t,e){return t.d=e,t}function Ue(t,e){return t.e=e,t}function Bnn(t,e){return t.f=e,t}function Ge(t,e){return t.g=e,t}function Ke(t,e){return t.a=e,t}function We(t,e){return t.i=e,t}function Ye(t,e){return t.j=e,t}function Rnn(t,e){jb(),uc(e,t)}function jnn(t,e,n){eun(t.a,e,n)}function h$(t){oit.call(this,t)}function sWt(t){i2n.call(this,t)}function aWt(t){jee.call(this,t)}function owt(t){jee.call(this,t)}function bb(t){jm.call(this,t)}function oWt(t){Xit.call(this,t)}function cWt(t){Xit.call(this,t)}function uWt(){bmt.call(this,"")}function Ea(){this.a=0,this.b=0}function lWt(){this.b=0,this.a=0}function hWt(t,e){t.b=0,Hy(t,e)}function fWt(t,e){return t.k=e,t}function $nn(t,e){return t.j=e,t}function znn(t,e){t.c=e,t.b=!0}function dWt(){dWt=V,Rve=Jvn()}function wb(){wb=V,D7e=uvn()}function gWt(){gWt=V,fa=xyn()}function cwt(){cwt=V,h2=JE()}function dE(){dE=V,AIt=lvn()}function pWt(){pWt=V,pTe=hvn()}function uwt(){uwt=V,Nc=o4n()}function m1(t){return t.e&&t.e()}function bWt(t){return t.l|t.m<<22}function wWt(t,e){return t.c._b(e)}function mWt(t,e){return pue(t.b,e)}function Qnt(t){return t?t.d:null}function qnn(t){return t?t.g:null}function Hnn(t){return t?t.i:null}function R2(t){return gg(t),t.o}function M4(t,e){return t.a+=e,t}function Jnt(t,e){return t.a+=e,t}function fp(t,e){return t.a+=e,t}function gm(t,e){return t.a+=e,t}function lwt(t,e){for(;t.Bd(e););}function f$(t){this.a=new A6(t)}function vWt(){throw nt(new Vr)}function yWt(){throw nt(new Vr)}function xWt(){throw nt(new Vr)}function kWt(){throw nt(new Vr)}function EWt(){throw nt(new Vr)}function TWt(){throw nt(new Vr)}function dp(t){this.a=new Lit(t)}function CWt(){this.a=new vS(kLt)}function _Wt(){this.b=new vS(zAt)}function SWt(){this.a=new vS(GLt)}function AWt(){this.b=new vS(cdt)}function LWt(){this.b=new vS(cdt)}function d$(t){this.a=0,this.b=t}function hwt(t){ipe(),NCn(this,t)}function gE(t){return _b(t),t.a}function _D(t){return t.b!=t.d.c}function fwt(t,e){return t.d[e.p]}function MWt(t,e){return J6n(t,e)}function dwt(t,e,n){t.splice(e,n)}function D4(t,e){for(;t.Re(e););}function DWt(t){t.c?Vde(t):Ude(t)}function IWt(){throw nt(new Vr)}function OWt(){throw nt(new Vr)}function PWt(){throw nt(new Vr)}function NWt(){throw nt(new Vr)}function FWt(){throw nt(new Vr)}function BWt(){throw nt(new Vr)}function RWt(){throw nt(new Vr)}function jWt(){throw nt(new Vr)}function $Wt(){throw nt(new Vr)}function zWt(){throw nt(new Vr)}function Vnn(){throw nt(new ac)}function Unn(){throw nt(new ac)}function SD(t){this.a=new qWt(t)}function qWt(t){Y0n(this,t,S3n())}function AD(t){return!t||mee(t)}function LD(t){return xd[t]!=-1}function Gnn(){_U!=0&&(_U=0),SU=-1}function HWt(){hht==null&&(hht=[])}function MD(t,e){U4.call(this,t,e)}function pE(t,e){MD.call(this,t,e)}function VWt(t,e){this.a=t,this.b=e}function UWt(t,e){this.a=t,this.b=e}function GWt(t,e){this.a=t,this.b=e}function KWt(t,e){this.a=t,this.b=e}function WWt(t,e){this.a=t,this.b=e}function YWt(t,e){this.a=t,this.b=e}function XWt(t,e){this.a=t,this.b=e}function bE(t,e){this.e=t,this.d=e}function gwt(t,e){this.b=t,this.c=e}function QWt(t,e){this.b=t,this.a=e}function JWt(t,e){this.b=t,this.a=e}function ZWt(t,e){this.b=t,this.a=e}function tYt(t,e){this.b=t,this.a=e}function eYt(t,e){this.a=t,this.b=e}function Znt(t,e){this.a=t,this.b=e}function nYt(t,e){this.a=t,this.f=e}function pm(t,e){this.g=t,this.i=e}function Fr(t,e){this.f=t,this.g=e}function rYt(t,e){this.b=t,this.c=e}function iYt(t){Tmt(t.dc()),this.c=t}function Knn(t,e){this.a=t,this.b=e}function sYt(t,e){this.a=t,this.b=e}function aYt(t){this.a=u(Hr(t),15)}function pwt(t){this.a=u(Hr(t),15)}function oYt(t){this.a=u(Hr(t),85)}function g$(t){this.b=u(Hr(t),85)}function p$(t){this.b=u(Hr(t),51)}function b$(){this.q=new b.Date}function trt(t,e){this.a=t,this.b=e}function cYt(t,e){return Eu(t.b,e)}function DD(t,e){return t.b.Hc(e)}function uYt(t,e){return t.b.Ic(e)}function lYt(t,e){return t.b.Qc(e)}function hYt(t,e){return t.b.Hc(e)}function fYt(t,e){return t.c.uc(e)}function dYt(t,e){return Ci(t.c,e)}function v1(t,e){return t.a._b(e)}function gYt(t,e){return t>e&&e<DS}function zC(t){return t.f.c+t.i.c}function Wnn(t){return ree(),t?Tve:Eve}function A6(t){_ce.call(this,t,0)}function pYt(){Lit.call(this,null)}function L6(t){this.c=t,gae(this)}function Qi(){OQt(this),Zl(this)}function fg(){fg=V,Lve=new Nt}function wE(){wE=V,pT=new Ct}function yy(){yy=V,_ht=new tQt}function w$(){w$=V,$ve=new eQt}function mE(){mE=V,m9t=new Qt}function bwt(){Lst.call(this,null)}function j2(){j2=V,Nk=new rn}function xs(t,e){_b(t),t.a.Nb(e)}function Ynn(t,e){return t.a.Xc(e)}function Xnn(t,e){return t.a.Yc(e)}function ert(t,e){return t.a.$c(e)}function nrt(t,e){return t.a._c(e)}function Qnn(t,e){return t.Gc(e),t}function Jnn(t,e){return Aa(t,e),t}function Znn(t,e){Rot(Xt(t.a),e)}function trn(t,e){Rot(Xt(t.a),e)}function bYt(t,e){return t.Gc(e),t}function ern(t,e){return t.a.f=e,t}function wYt(t,e){return t.a.d=e,t}function mYt(t,e){return t.a.g=e,t}function vYt(t,e){return t.a.j=e,t}function Df(t,e){return t.a.a=e,t}function If(t,e){return t.a.d=e,t}function Of(t,e){return t.a.e=e,t}function Pf(t,e){return t.a.g=e,t}function ID(t,e){return t.a.f=e,t}function nrn(t){return t.b=!1,t}function yYt(){yYt=V,Xve=new ma}function m$(){m$=V,$ht=new CJt}function wwt(){wwt=V,P3e=new A2}function xYt(){xYt=V,N3e=new cb}function mwt(){mwt=V,F3e=new _te}function vwt(){vwt=V,gCt=new ip}function kYt(){kYt=V,U3e=new f1}function qC(){qC=V,K3e=new ay}function OD(){OD=V,Q3e=new V9}function PD(){PD=V,X3e=new Ea}function EYt(){EYt=V,e4e=new em}function HC(){HC=V,u4e=new lJ}function v$(){v$=V,N5=new yJ}function y$(){y$=V,c6e=new Ntt}function x$(){x$=V,udt=new CYt}function k$(){k$=V,ldt=new TJt}function VC(){VC=V,bN=new Cee}function TYt(){uoe(),this.c=new Xnt}function CYt(){Fr.call(this,a2e,0)}function rrn(t,e,n){Bo(t.d,e.f,n)}function irn(t,e,n,r){Pwn(t,r,e,n)}function srn(t,e,n,r){s6n(r,t,e,n)}function arn(t,e,n,r){N9n(r,t,e,n)}function UC(t,e){Dp(t.c.c,e.b,e)}function bm(t,e){Dp(t.c.b,e.c,e)}function orn(t){return t.e.b+t.f.b}function crn(t){return t.e.a+t.f.a}function urn(t){return t.b?t.b:t.a}function lrn(t){return(t.c+t.a)/2}function _Yt(t,e){return Vmn(t.a,e)}function GC(t,e){return t.a=e.g,t}function ywt(){ywt=V,SIt=new TKt}function SYt(){SYt=V,Q7e=new xKt}function xy(){xy=V,L7e=new Ftt}function AYt(){AYt=V,B7e=new $R}function LYt(){LYt=V,X7e=new yKt}function mb(){mb=V,wf=new $2t}function E$(){E$=V,qK=new Er}function KC(){KC=V,Xdt=new BQt}function gp(){gp=V,zN=new RQt}function rrt(){rrt=V,hTe=new Y8}function bo(){bo=V,dTe=new X8}function vb(){vb=V,p2=new vj}function xwt(){xwt=V,RIt=new ge}function T$(t){return u(t,44).ld()}function irt(t){return t.b<t.d.gc()}function hrn(t,e){return e.split(t)}function srt(t,e){return Rc(t,e)>0}function art(t,e){return Rc(t,e)<0}function MYt(t,e){return kit(t.a,e)}function frn(t,e){Ine.call(this,t,e)}function kwt(t){zit(),wZt.call(this,t)}function Ewt(t,e){Cte(t,t.length,e)}function ND(t,e){Zte(t,t.length,e)}function WC(t,e){return t.a.get(e)}function DYt(t,e){return Eu(t.e,e)}function Twt(t){return Wn(t),!1}function Cwt(t){this.a=u(Hr(t),229)}function C$(t){gn.call(this,t,21)}function _$(t,e){Fr.call(this,t,e)}function ort(t,e){Fr.call(this,t,e)}function IYt(t,e){this.b=t,this.a=e}function S$(t,e){this.d=t,this.e=e}function OYt(t,e){this.a=t,this.b=e}function PYt(t,e){this.a=t,this.b=e}function NYt(t,e){this.a=t,this.b=e}function FYt(t,e){this.a=t,this.b=e}function M6(t,e){this.a=t,this.b=e}function BYt(t,e){this.b=t,this.a=e}function _wt(t,e){this.b=t,this.a=e}function Swt(t,e){Fr.call(this,t,e)}function Awt(t,e){Fr.call(this,t,e)}function I4(t,e){Fr.call(this,t,e)}function crt(t,e){Fr.call(this,t,e)}function urt(t,e){Fr.call(this,t,e)}function lrt(t,e){Fr.call(this,t,e)}function A$(t,e){Fr.call(this,t,e)}function Lwt(t,e){this.b=t,this.a=e}function L$(t,e){Fr.call(this,t,e)}function Mwt(t,e){this.b=t,this.a=e}function M$(t,e){Fr.call(this,t,e)}function RYt(t,e){this.b=t,this.a=e}function Dwt(t,e){Fr.call(this,t,e)}function hrt(t,e){Fr.call(this,t,e)}function FD(t,e){Fr.call(this,t,e)}function YC(t,e,n){t.splice(e,0,n)}function drn(t,e,n){t.Mb(n)&&e.Cd(n)}function grn(t,e,n){e.Pe(t.a.Ye(n))}function prn(t,e,n){e.Dd(t.a.Ze(n))}function brn(t,e,n){e.Cd(t.a.Kb(n))}function wrn(t,e){return Ju(t.c,e)}function mrn(t,e){return Ju(t.e,e)}function D$(t,e){Fr.call(this,t,e)}function I$(t,e){Fr.call(this,t,e)}function XC(t,e){Fr.call(this,t,e)}function Iwt(t,e){Fr.call(this,t,e)}function Ps(t,e){Fr.call(this,t,e)}function O$(t,e){Fr.call(this,t,e)}function jYt(t,e){this.a=t,this.b=e}function $Yt(t,e){this.a=t,this.b=e}function zYt(t,e){this.a=t,this.b=e}function qYt(t,e){this.a=t,this.b=e}function HYt(t,e){this.a=t,this.b=e}function VYt(t,e){this.a=t,this.b=e}function UYt(t,e){this.b=t,this.a=e}function GYt(t,e){this.b=t,this.a=e}function Owt(t,e){this.b=t,this.a=e}function vE(t,e){this.c=t,this.d=e}function KYt(t,e){this.e=t,this.d=e}function WYt(t,e){this.a=t,this.b=e}function YYt(t,e){this.a=t,this.b=e}function XYt(t,e){this.a=t,this.b=e}function QYt(t,e){this.b=t,this.a=e}function JYt(t,e){this.b=e,this.c=t}function P$(t,e){Fr.call(this,t,e)}function BD(t,e){Fr.call(this,t,e)}function frt(t,e){Fr.call(this,t,e)}function Pwt(t,e){Fr.call(this,t,e)}function QC(t,e){Fr.call(this,t,e)}function drt(t,e){Fr.call(this,t,e)}function grt(t,e){Fr.call(this,t,e)}function RD(t,e){Fr.call(this,t,e)}function Nwt(t,e){Fr.call(this,t,e)}function prt(t,e){Fr.call(this,t,e)}function JC(t,e){Fr.call(this,t,e)}function Fwt(t,e){Fr.call(this,t,e)}function ZC(t,e){Fr.call(this,t,e)}function t_(t,e){Fr.call(this,t,e)}function ky(t,e){Fr.call(this,t,e)}function brt(t,e){Fr.call(this,t,e)}function wrt(t,e){Fr.call(this,t,e)}function Bwt(t,e){Fr.call(this,t,e)}function jD(t,e){Fr.call(this,t,e)}function O4(t,e){Fr.call(this,t,e)}function mrt(t,e){Fr.call(this,t,e)}function N$(t,e){Fr.call(this,t,e)}function $D(t,e){Fr.call(this,t,e)}function Ey(t,e){Fr.call(this,t,e)}function F$(t,e){Fr.call(this,t,e)}function Rwt(t,e){Fr.call(this,t,e)}function vrt(t,e){Fr.call(this,t,e)}function yrt(t,e){Fr.call(this,t,e)}function xrt(t,e){Fr.call(this,t,e)}function krt(t,e){Fr.call(this,t,e)}function Ert(t,e){Fr.call(this,t,e)}function Trt(t,e){Fr.call(this,t,e)}function Crt(t,e){Fr.call(this,t,e)}function ZYt(t,e){this.b=t,this.a=e}function jwt(t,e){Fr.call(this,t,e)}function tXt(t,e){this.a=t,this.b=e}function eXt(t,e){this.a=t,this.b=e}function nXt(t,e){this.a=t,this.b=e}function $wt(t,e){Fr.call(this,t,e)}function zwt(t,e){Fr.call(this,t,e)}function rXt(t,e){this.a=t,this.b=e}function vrn(t,e){return _E(),e!=t}function zD(t){return cr(t.a),t.b}function _rt(t){return _5n(t,t.c),t}function iXt(){return dWt(),new Rve}function sXt(){gz(),this.a=new ivt}function aXt(){JH(),this.a=new Os}function oXt(){ast(),this.b=new Os}function cXt(t,e){this.b=t,this.d=e}function uXt(t,e){this.a=t,this.b=e}function lXt(t,e){this.a=t,this.b=e}function hXt(t,e){this.a=t,this.b=e}function fXt(t,e){this.b=t,this.a=e}function qwt(t,e){Fr.call(this,t,e)}function Hwt(t,e){Fr.call(this,t,e)}function B$(t,e){Fr.call(this,t,e)}function wm(t,e){Fr.call(this,t,e)}function Srt(t,e){Fr.call(this,t,e)}function R$(t,e){Fr.call(this,t,e)}function Vwt(t,e){Fr.call(this,t,e)}function Uwt(t,e){Fr.call(this,t,e)}function qD(t,e){Fr.call(this,t,e)}function Gwt(t,e){Fr.call(this,t,e)}function Art(t,e){Fr.call(this,t,e)}function j$(t,e){Fr.call(this,t,e)}function Lrt(t,e){Fr.call(this,t,e)}function Mrt(t,e){Fr.call(this,t,e)}function Drt(t,e){Fr.call(this,t,e)}function Irt(t,e){Fr.call(this,t,e)}function Kwt(t,e){Fr.call(this,t,e)}function Ort(t,e){Fr.call(this,t,e)}function Wwt(t,e){Fr.call(this,t,e)}function HD(t,e){Fr.call(this,t,e)}function Prt(t,e){Fr.call(this,t,e)}function Ywt(t,e){Fr.call(this,t,e)}function VD(t,e){Fr.call(this,t,e)}function Xwt(t,e){Fr.call(this,t,e)}function dXt(t,e){this.b=t,this.a=e}function gXt(t,e){this.b=t,this.a=e}function pXt(t,e){this.b=t,this.a=e}function bXt(t,e){this.b=t,this.a=e}function Qwt(t,e){this.a=t,this.b=e}function wXt(t,e){this.a=t,this.b=e}function mXt(t,e){this.a=t,this.b=e}function se(t,e){this.a=t,this.b=e}function e_(t,e){Fr.call(this,t,e)}function UD(t,e){Fr.call(this,t,e)}function D6(t,e){Fr.call(this,t,e)}function n_(t,e){Fr.call(this,t,e)}function GD(t,e){Fr.call(this,t,e)}function Nrt(t,e){Fr.call(this,t,e)}function $$(t,e){Fr.call(this,t,e)}function r_(t,e){Fr.call(this,t,e)}function Frt(t,e){Fr.call(this,t,e)}function z$(t,e){Fr.call(this,t,e)}function P4(t,e){Fr.call(this,t,e)}function KD(t,e){Fr.call(this,t,e)}function i_(t,e){Fr.call(this,t,e)}function s_(t,e){Fr.call(this,t,e)}function WD(t,e){Fr.call(this,t,e)}function q$(t,e){Fr.call(this,t,e)}function N4(t,e){Fr.call(this,t,e)}function Brt(t,e){Fr.call(this,t,e)}function vXt(t,e){Fr.call(this,t,e)}function H$(t,e){Fr.call(this,t,e)}function yXt(t,e){this.a=t,this.b=e}function xXt(t,e){this.a=t,this.b=e}function kXt(t,e){this.a=t,this.b=e}function EXt(t,e){this.a=t,this.b=e}function TXt(t,e){this.a=t,this.b=e}function CXt(t,e){this.a=t,this.b=e}function Ys(t,e){this.a=t,this.b=e}function _Xt(t,e){this.a=t,this.b=e}function SXt(t,e){this.a=t,this.b=e}function AXt(t,e){this.a=t,this.b=e}function LXt(t,e){this.a=t,this.b=e}function MXt(t,e){this.a=t,this.b=e}function DXt(t,e){this.a=t,this.b=e}function IXt(t,e){this.b=t,this.a=e}function OXt(t,e){this.b=t,this.a=e}function PXt(t,e){this.b=t,this.a=e}function NXt(t,e){this.b=t,this.a=e}function FXt(t,e){this.a=t,this.b=e}function BXt(t,e){this.a=t,this.b=e}function V$(t,e){Fr.call(this,t,e)}function RXt(t,e){this.a=t,this.b=e}function jXt(t,e){this.a=t,this.b=e}function I6(t,e){Fr.call(this,t,e)}function $Xt(t,e){this.f=t,this.c=e}function Jwt(t,e){return Ju(t.g,e)}function yrn(t,e){return Ju(e.b,t)}function zXt(t,e){return zat(t.a,e)}function xrn(t,e){return-t.b.af(e)}function krn(t,e){t&&di(RN,t,e)}function Zwt(t,e){t.i=null,zq(t,e)}function Ern(t,e,n){Ihe(e,Oot(t,n))}function Trn(t,e,n){Ihe(e,Oot(t,n))}function Crn(t,e){Zxn(t.a,u(e,58))}function qXt(t,e){Ydn(t.a,u(e,12))}function U$(t,e){this.a=t,this.b=e}function HXt(t,e){this.a=t,this.b=e}function VXt(t,e){this.a=t,this.b=e}function UXt(t,e){this.a=t,this.b=e}function GXt(t,e){this.a=t,this.b=e}function KXt(t,e){this.d=t,this.b=e}function WXt(t,e){this.e=t,this.a=e}function YD(t,e){this.b=t,this.c=e}function tmt(t,e){this.i=t,this.g=e}function emt(t,e){this.d=t,this.e=e}function _rn(t,e){l0n(new Zn(t),e)}function G$(t){return hO(t.c,t.b)}function Uo(t){return t?t.md():null}function $t(t){return t??null}function pa(t){return typeof t===_ct}function Ty(t){return typeof t===vk}function Cy(t){return typeof t===Xkt}function mm(t,e){return Rc(t,e)==0}function K$(t,e){return Rc(t,e)>=0}function a_(t,e){return Rc(t,e)!=0}function W$(t,e){return Sgn(t.Kc(),e)}function yb(t,e){return t.Rd().Xb(e)}function YXt(t){return Ll(t),t.d.gc()}function Y$(t){return m_(t==null),t}function o_(t,e){return t.a+=""+e,t}function Lo(t,e){return t.a+=""+e,t}function c_(t,e){return t.a+=""+e,t}function Zc(t,e){return t.a+=""+e,t}function ni(t,e){return t.a+=""+e,t}function nmt(t,e){return t.a+=""+e,t}function Srn(t){return""+(Wn(t),t)}function XXt(t){dl(this),V_(this,t)}function QXt(){Uyt(),Qvt.call(this)}function JXt(t,e){nyt.call(this,t,e)}function ZXt(t,e){nyt.call(this,t,e)}function X$(t,e){nyt.call(this,t,e)}function to(t,e){fs(t,e,t.c.b,t.c)}function F4(t,e){fs(t,e,t.a,t.a.a)}function rmt(t){return mn(t,0),null}function tQt(){this.b=0,this.a=!1}function eQt(){this.b=0,this.a=!1}function nQt(){this.b=new A6(zy(12))}function rQt(){rQt=V,Iye=Rr(Wat())}function iQt(){iQt=V,t4e=Rr(pde())}function sQt(){sQt=V,Eke=Rr(Koe())}function imt(){imt=V,C2t(),GTt=new Er}function y1(t){return t.a=0,t.b=0,t}function aQt(t,e){return t.a=e.g+1,t}function Rrt(t,e){My.call(this,t,e)}function un(t,e){os.call(this,t,e)}function B4(t,e){tmt.call(this,t,e)}function oQt(t,e){ZD.call(this,t,e)}function jrt(t,e){i7.call(this,t,e)}function hi(t,e){E$(),di(qK,t,e)}function cQt(t,e){t.q.setTime(W2(e))}function Arn(t){b.clearTimeout(t)}function Lrn(t){return Hr(t),new u_(t)}function uQt(t,e){return $t(t)===$t(e)}function lQt(t,e){return t.a.a.a.cc(e)}function $rt(t,e){return Ch(t.a,0,e)}function smt(t){return Iun(u(t,74))}function O6(t){return Xs((Wn(t),t))}function Mrn(t){return Xs((Wn(t),t))}function hQt(t){return ku(t.l,t.m,t.h)}function amt(t,e){return Bc(t.a,e.a)}function Drn(t,e){return Qte(t.a,e.a)}function Irn(t,e){return ji(t.a,e.a)}function Fd(t,e){return t.indexOf(e)}function Orn(t,e){return t.j[e.p]==2}function vm(t,e){return t==e?0:t?1:-1}function Q$(t){return t<10?"0"+t:""+t}function Zo(t){return typeof t===Xkt}function Prn(t){return t==pv||t==y3}function Nrn(t){return t==pv||t==v3}function fQt(t,e){return Bc(t.g,e.g)}function omt(t){return Wo(t.b.b,t,0)}function dQt(){Tz.call(this,0,0,0,0)}function Bd(){uo.call(this,new yp)}function cmt(t,e){HE(t,0,t.length,e)}function Frn(t,e){return pe(t.a,e),e}function Brn(t,e){return Bf(),e.a+=t}function Rrn(t,e){return Bf(),e.a+=t}function jrn(t,e){return Bf(),e.c+=t}function $rn(t,e){return pe(t.c,e),t}function umt(t,e){return sh(t.a,e),t}function gQt(t){this.a=iXt(),this.b=t}function pQt(t){this.a=iXt(),this.b=t}function eo(t){this.a=t.a,this.b=t.b}function u_(t){this.a=t,vC.call(this)}function bQt(t){this.a=t,vC.call(this)}function P6(){Th.call(this,0,0,0,0)}function J$(t){return sh(new Fs,t)}function wQt(t){return qz(u(t,123))}function zl(t){return t.vh()&&t.wh()}function R4(t){return t!=md&&t!=c2}function dg(t){return t==Ho||t==Jo}function j4(t){return t==qh||t==bd}function mQt(t){return t==Y5||t==W5}function zrn(t,e){return Bc(t.g,e.g)}function vQt(t,e){return new i7(e,t)}function qrn(t,e){return new i7(e,t)}function lmt(t){return ucn(t.b.Kc(),t.a)}function zrt(t,e){f7(t,e),QE(t,t.D)}function qrt(t,e,n){Oq(t,e),Iq(t,n)}function $4(t,e,n){zm(t,e),$m(t,n)}function xh(t,e,n){Cu(t,e),_u(t,n)}function XD(t,e,n){KE(t,e),YE(t,n)}function QD(t,e,n){WE(t,e),XE(t,n)}function yQt(t,e,n){Gmt.call(this,t,e,n)}function hmt(t){$Xt.call(this,t,!0)}function xQt(){_$.call(this,"Tail",3)}function kQt(){_$.call(this,"Head",1)}function xb(t){Gd(),Egn.call(this,t)}function ym(t){Tz.call(this,t,t,t,t)}function Hrt(t){t.c=Vt(sa,Ln,1,0,5,1)}function fmt(t){return t.b&&cct(t),t.a}function dmt(t){return t.b&&cct(t),t.c}function Hrn(t,e){hd||(t.b=e)}function Vrn(t,e){return t[t.length]=e}function Urn(t,e){return t[t.length]=e}function Grn(t,e){return qy(e,Y1(t))}function Krn(t,e){return qy(e,Y1(t))}function Wrn(t,e){return Rq(jit(t.d),e)}function Yrn(t,e){return Rq(jit(t.g),e)}function Xrn(t,e){return Rq(jit(t.j),e)}function Ta(t,e){os.call(this,t.b,e)}function Qrn(t,e){Mr(Gc(t.a),Hne(e))}function Jrn(t,e){Mr(Al(t.a),Vne(e))}function Zrn(t,e,n){xh(n,n.i+t,n.j+e)}function EQt(t,e,n){hs(t.c[e.g],e.g,n)}function tin(t,e,n){u(t.c,71).Gi(e,n)}function Vrt(t,e,n){return hs(t,e,n),n}function TQt(t){Tu(t.Sf(),new _nt(t))}function z4(t){return t!=null?Hi(t):0}function ein(t){return t==null?0:Hi(t)}function l_(t){xi(),cm.call(this,t)}function CQt(t){this.a=t,Svt.call(this,t)}function K1(){K1=V,b.Math.log(2)}function kh(){kh=V,W0=(AYt(),B7e)}function _Qt(){_Qt=V,T1t=new rS(Bdt)}function Ur(){Ur=V,new SQt,new ge}function SQt(){new Er,new Er,new Er}function nin(){throw nt(new up(uve))}function rin(){throw nt(new up(uve))}function iin(){throw nt(new up(lve))}function sin(){throw nt(new up(lve))}function Urt(t){this.a=t,g$.call(this,t)}function Grt(t){this.a=t,g$.call(this,t)}function AQt(t,e){Lm(),this.a=t,this.b=e}function ain(t,e){Hr(e),K4(t).Jc(new at)}function Ms(t,e){Eit(t.c,t.c.length,e)}function cc(t){return t.a<t.c.c.length}function gmt(t){return t.a<t.c.a.length}function LQt(t,e){return t.a?t.b:e.We()}function Bc(t,e){return t<e?-1:t>e?1:0}function pmt(t,e){return Rc(t,e)>0?t:e}function ku(t,e,n){return{l:t,m:e,h:n}}function oin(t,e){t.a!=null&&qXt(e,t.a)}function cin(t){Ya(t,null),ya(t,null)}function uin(t,e,n){return di(t.g,n,e)}function q4(t,e,n){return R5t(e,n,t.c)}function lin(t,e,n){return di(t.k,n,e)}function hin(t,e,n){return XTn(t,e,n),n}function fin(t,e){return th(),e.n.b+=t}function MQt(t){Ryt.call(this),this.b=t}function bmt(t){rvt.call(this),this.a=t}function DQt(){_$.call(this,"Range",2)}function Z$(t){this.b=t,this.a=new ge}function IQt(t){this.b=new gu,this.a=t}function OQt(t){t.a=new Pe,t.c=new Pe}function PQt(t){t.a=new Er,t.d=new Er}function NQt(t){ost(t,null),cst(t,null)}function FQt(t,e){return JTn(t.a,e,null)}function din(t,e){return di(t.a,e.a,e)}function Ma(t){return new se(t.a,t.b)}function wmt(t){return new se(t.c,t.d)}function gin(t){return new se(t.c,t.d)}function h_(t,e){return lTn(t.c,t.b,e)}function At(t,e){return t!=null&&Jat(t,e)}function Krt(t,e){return rpn(t.Kc(),e)!=-1}function tz(t){return t.Ob()?t.Pb():null}function pin(t){this.b=(wn(),new hr(t))}function mmt(t){this.a=t,Er.call(this)}function BQt(){ZD.call(this,null,null)}function RQt(){oz.call(this,null,null)}function jQt(){Fr.call(this,"INSTANCE",0)}function $Qt(){wxt(),this.a=new vS(dCt)}function zQt(t){return nf(t,0,t.length)}function bin(t,e){return new sJt(t.Kc(),e)}function vmt(t,e){return t.a.Bc(e)!=null}function qQt(t,e){Lr(t),t.Gc(u(e,15))}function win(t,e,n){t.c.bd(e,u(n,136))}function min(t,e,n){t.c.Ui(e,u(n,136))}function HQt(t,e){t.c&&($vt(e),pne(e))}function vin(t,e){t.q.setHours(e),TS(t,e)}function yin(t,e){Em(e,t.a.a.a,t.a.a.b)}function xin(t,e,n,r){hs(t.a[e.g],n.g,r)}function Wrt(t,e,n){return t.a[e.g][n.g]}function kin(t,e){return t.e[e.c.p][e.p]}function Ein(t,e){return t.c[e.c.p][e.p]}function W1(t,e){return t.a[e.c.p][e.p]}function Tin(t,e){return t.j[e.p]=Nxn(e)}function Yrt(t,e){return t.a.Bc(e)!=null}function Cin(t,e){return Rt(Ht(e.a))<=t}function _in(t,e){return Rt(Ht(e.a))>=t}function Sin(t,e){return E3t(t.f,e.Pg())}function N6(t,e){return t.a*e.a+t.b*e.b}function Ain(t,e){return t.a<gvt(e)?-1:1}function Lin(t,e){return E3t(t.b,e.Pg())}function Min(t,e,n){return n?e!=0:e!=t-1}function VQt(t,e,n){t.a=e^1502,t.b=n^sut}function Din(t,e,n){return t.a=e,t.b=n,t}function Rd(t,e){return t.a*=e,t.b*=e,t}function pe(t,e){return In(t.c,e),!0}function f_(t,e,n){return hs(t.g,e,n),n}function Ns(t,e,n){fI.call(this,t,e,n)}function ez(t,e,n){Ns.call(this,t,e,n)}function ymt(t,e,n){wz.call(this,t,e,n)}function UQt(t,e,n){wz.call(this,t,e,n)}function GQt(t,e,n){ymt.call(this,t,e,n)}function Qu(t,e,n){Ns.call(this,t,e,n)}function KQt(t,e,n){ez.call(this,t,e,n)}function xmt(t,e,n){fI.call(this,t,e,n)}function H4(t,e,n){fI.call(this,t,e,n)}function WQt(t,e,n){xmt.call(this,t,e,n)}function nz(t){t.j=Vt(s9t,le,319,0,0,1)}function V4(){this.a=Vt(sa,Ln,1,8,5,1)}function kmt(){this.Bb|=256,this.Bb|=512}function Zn(t){this.i=t,this.f=this.i.j}function kb(t){this.c=t,this.a=this.c.a}function U4(t,e){this.a=t,g$.call(this,e)}function Emt(t,e){return Kbn(t,new pb,e).a}function Tmt(t){if(!t)throw nt(new TD)}function Cmt(t){if(!t)throw nt(new Yu)}function _mt(){_mt=V,_mt(),zve=new sn}function YQt(){YQt=V,rrt(),fTe=new lnt}function yE(){yE=V,p9t=new znt(null)}function Iin(t){yI(t,Bwe),WH(t,X9n(t))}function XQt(t){t.a=u($n(t.b.a,4),129)}function QQt(t){t.a=u($n(t.b.a,4),129)}function JQt(t){t.b.Qb(),--t.d.f.d,Lz(t.d)}function Smt(t){this.a=t,Fj.call(this,t.d)}function ZQt(t,e){this.a=t,Ynt.call(this,e)}function tJt(t,e){this.a=t,Ynt.call(this,e)}function eJt(t,e){this.a=t,Ynt.call(this,e)}function Amt(t,e){this.a=e,Ynt.call(this,t)}function nJt(t,e){this.a=e,mst.call(this,t)}function rJt(t,e){this.a=t,mst.call(this,e)}function iJt(t,e){this.a=e,p$.call(this,t)}function sJt(t,e){this.a=e,p$.call(this,t)}function ir(t,e){return Hr(e),new iJt(t,e)}function aJt(t,e){return new Dfe(t.a,t.b,e)}function Lmt(t,e,n){return t.indexOf(e,n)}function rz(t,e){return t.lastIndexOf(e)}function d_(t){return t==null?Hu:ec(t)}function Oin(t){return t==null?null:t.name}function Pin(t){return t.l+t.m*Ek+t.h*lw}function Nin(t){return _D(t.a)?Une(t):null}function Jh(t){ga.call(this,(Wn(t),t))}function Jl(t){ga.call(this,(Wn(t),t))}function oJt(t){nE.call(this,u(Hr(t),34))}function cJt(t){nE.call(this,u(Hr(t),34))}function Xrt(t){uo.call(this,new I3t(t))}function iz(t){re.call(this,t),this.a=t}function Mmt(t){Nr.call(this,t),this.a=t}function Dmt(t){lE.call(this,t),this.a=t}function uJt(){nz(this),Uz(this),this.je()}function lJt(t){this.a=t,Ws.call(this,t)}function ql(t){return cr(t.a!=null),t.a}function hJt(t,e){return pe(e.a,t.a),t.a}function fJt(t,e){return pe(e.b,t.a),t.a}function xm(t,e){return pe(e.a,t.a),t.a}function JD(t,e,n){return sat(t,e,e,n),t}function sz(t,e){return++t.b,pe(t.a,e)}function Imt(t,e){return++t.b,$u(t.a,e)}function Fin(t,e){return ji(t.c.d,e.c.d)}function Bin(t,e){return ji(t.c.c,e.c.c)}function Rin(t,e){return ji(t.n.a,e.n.a)}function Ru(t,e){return u(Mi(t.b,e),15)}function jin(t,e){return t.n.b=(Wn(e),e)}function $in(t,e){return t.n.b=(Wn(e),e)}function Ju(t,e){return!!e&&t.b[e.g]==e}function g_(t){return cc(t.a)||cc(t.b)}function km(t){return t.$H||(t.$H=++v_n)}function zin(t){return t.a!=null?t.a:null}function qin(t,e){return ji(t.e.b,e.e.b)}function Hin(t,e){return ji(t.e.a,e.e.a)}function Vin(t,e,n){return Wre(t,e,n,t.b)}function Omt(t,e,n){return Wre(t,e,n,t.c)}function Uin(t){return Bf(),!!t&&!t.dc()}function dJt(){HC(),this.b=new _Vt(this)}function az(){az=V,NU=new os(Abe,0)}function Nn(){Nn=V,Yb=!1,dT=!0}function pp(t){var e;e=t.a,t.a=t.b,t.b=e}function ZD(t,e){KC(),this.a=t,this.b=e}function oz(t,e){gp(),this.b=t,this.c=e}function Qrt(t,e){_it(),this.f=e,this.d=t}function Pmt(t,e){k3t(e,t),this.d=t,this.c=e}function Nmt(t,e){U5t.call(this,t,e,null)}function gJt(t,e,n,r){ryt.call(this,t,e,n,r)}function F6(t){this.d=t,Zn.call(this,t)}function B6(t){this.c=t,Zn.call(this,t)}function tI(t){this.c=t,F6.call(this,t)}function Gin(t){return new By(3,t)}function k0(t){return ih(t,c3),new bu(t)}function pJt(t){return BE(),parseInt(t)||-1}function Kin(t){return s$(),Br((kne(),vve),t)}function xE(t,e,n){return Lmt(t,qu(e),n)}function Jrt(t,e){return new gZt(t,t.gc(),e)}function Win(t,e){return Sit(t.c).Md().Xb(e)}function kE(t,e,n){var r;r=t.fd(e),r.Rb(n)}function Fmt(t,e,n){u(jI(t,e),21).Fc(n)}function Yin(t,e,n){Dat(t.a,n),SH(t.a,e)}function eI(t){At(t,158)&&u(t,158).pi()}function bJt(t){Avt.call(this,t,null,null)}function Zrt(t){yy(),this.b=t,this.a=!0}function wJt(t){w$(),this.b=t,this.a=!0}function EE(t){return cr(t.b!=0),t.a.a.c}function Nf(t){return cr(t.b!=0),t.c.b.c}function Xin(t,e){return sat(t,e,e+1,""),t}function Ui(t,e){return!!t.q&&Eu(t.q,e)}function mJt(t){return t.b=u(Iyt(t.a),44)}function Qin(t){return t.f!=null?t.f:""+t.g}function tit(t){return t.f!=null?t.f:""+t.g}function Jin(t,e){return t>0?e/(t*t):e*100}function Zin(t,e){return t>0?e*e/t:e*e*100}function _y(t,e){return u(ed(t.a,e),34)}function tsn(t,e){return jb(),dn(t,e.e,e)}function esn(t,e,n){return y$(),n.Mg(t,e)}function nsn(t){return Eg(),t.e.a+t.f.a/2}function rsn(t,e,n){return Eg(),n.e.a-t*e}function isn(t){return Eg(),t.e.b+t.f.b/2}function ssn(t,e,n){return Eg(),n.e.b-t*e}function vJt(t){t.d=new bJt(t),t.e=new Er}function yJt(){this.a=new Nm,this.b=new Nm}function xJt(t){this.c=t,this.a=1,this.b=1}function kJt(t){Tct(),jGt(this),this.Ff(t)}function asn(t,e,n){vq(),t.pf(e)&&n.Cd(t)}function osn(t,e,n){return pe(e,Oue(t,n))}function Em(t,e,n){return t.a+=e,t.b+=n,t}function csn(t,e,n){return t.a*=e,t.b*=n,t}function Bmt(t,e){return t.a=e.a,t.b=e.b,t}function cz(t){return t.a=-t.a,t.b=-t.b,t}function p_(t,e,n){return t.a-=e,t.b-=n,t}function EJt(t){Qi.call(this),$_(this,t)}function TJt(){Fr.call(this,"GROW_TREE",0)}function CJt(){Fr.call(this,"POLYOMINO",0)}function Hl(t,e,n){el.call(this,t,e,n,2)}function usn(t,e,n){eS(Gc(t.a),e,Hne(n))}function _Jt(t,e){KC(),ZD.call(this,t,e)}function Rmt(t,e){gp(),oz.call(this,t,e)}function SJt(t,e){gp(),Rmt.call(this,t,e)}function AJt(t,e){gp(),oz.call(this,t,e)}function lsn(t,e){return t.c.Fc(u(e,136))}function hsn(t,e,n){eS(Al(t.a),e,Vne(n))}function LJt(t){this.c=t,Cu(t,0),_u(t,0)}function eit(t,e){kh(),Sz.call(this,t,e)}function MJt(t,e){kh(),eit.call(this,t,e)}function jmt(t,e){kh(),eit.call(this,t,e)}function $mt(t,e){kh(),Sz.call(this,t,e)}function DJt(t,e){kh(),jmt.call(this,t,e)}function IJt(t,e){kh(),$mt.call(this,t,e)}function OJt(t,e){kh(),Sz.call(this,t,e)}function fsn(t,e,n){return e.zl(t.e,t.c,n)}function dsn(t,e,n){return e.Al(t.e,t.c,n)}function zmt(t,e,n){return lV(RI(t,e),n)}function nit(t,e){return Pb(t.e,u(e,54))}function gsn(t){return t==null?null:j9n(t)}function psn(t){return t==null?null:I3n(t)}function bsn(t){return t==null?null:ec(t)}function wsn(t){return t==null?null:ec(t)}function De(t){return m_(t==null||Ty(t)),t}function Ht(t){return m_(t==null||Cy(t)),t}function Gr(t){return m_(t==null||pa(t)),t}function gg(t){t.o==null&&lxn(t)}function qmt(t){if(!t)throw nt(new TD)}function msn(t){if(!t)throw nt(new Int)}function cr(t){if(!t)throw nt(new ac)}function Sy(t){if(!t)throw nt(new Yu)}function PJt(t){if(!t)throw nt(new yh)}function TE(){TE=V,$N=new wKt,new mKt}function G4(){G4=V,J5=new Ni("root")}function Hmt(){boe.call(this),this.Bb|=fo}function vsn(t,e){this.d=t,kn(this),this.b=e}function Vmt(t,e){Lst.call(this,t),this.a=e}function Umt(t,e){Lst.call(this,t),this.a=e}function Gmt(t,e,n){pq.call(this,t,e,n,null)}function NJt(t,e,n){pq.call(this,t,e,n,null)}function nI(t,e){this.c=t,bE.call(this,t,e)}function b_(t,e){this.a=t,nI.call(this,t,e)}function Kmt(t){this.q=new b.Date(W2(t))}function FJt(t){return t>8?0:t+1}function BJt(t,e){hd||pe(t.a,e)}function ysn(t,e){return PD(),r7(e.d.i,t)}function xsn(t,e){return ik(),new g0e(e,t)}function ksn(t,e,n){return t.Ne(e,n)<=0?n:e}function Esn(t,e,n){return t.Ne(e,n)<=0?e:n}function Tsn(t,e){return u(ed(t.b,e),143)}function Csn(t,e){return u(ed(t.c,e),233)}function rit(t){return u(Oe(t.a,t.b),293)}function RJt(t){return new se(t.c,t.d+t.a)}function jJt(t){return Wn(t),t?1231:1237}function $Jt(t){return th(),mQt(u(t,203))}function Ay(){Ay=V,z9t=Ze((Kl(),Fw))}function _sn(t,e){e.a?M5n(t,e):Yrt(t.a,e.b)}function rI(t,e,n){++t.j,t.tj(),Ast(t,e,n)}function zJt(t,e,n){++t.j,t.qj(e,t.Zi(e,n))}function qJt(t,e,n){var r;r=t.fd(e),r.Rb(n)}function Wmt(t,e,n){return n=ch(t,e,6,n),n}function Ymt(t,e,n){return n=ch(t,e,3,n),n}function Xmt(t,e,n){return n=ch(t,e,9,n),n}function jd(t,e){return yI(e,v8t),t.f=e,t}function Qmt(t,e){return(e&ki)%t.d.length}function HJt(t,e,n){return Lkt(t.c,t.b,e,n)}function VJt(t,e){this.c=t,jm.call(this,e)}function UJt(t,e){this.a=t,DGt.call(this,e)}function iI(t,e){this.a=t,DGt.call(this,e)}function os(t,e){Ni.call(this,t),this.a=e}function Jmt(t,e){x2t.call(this,t),this.a=e}function iit(t,e){x2t.call(this,t),this.a=e}function Ssn(t){I5t.call(this,0,0),this.f=t}function GJt(t,e,n){return t.a+=nf(e,0,n),t}function sI(t){return!t.a&&(t.a=new ft),t.a}function Zmt(t,e){var n;return n=t.e,t.e=e,n}function tvt(t,e){var n;return n=e,!!t.Fe(n)}function Asn(t,e){return Nn(),t==e?0:t?1:-1}function Ly(t,e){t.a.bd(t.b,e),++t.b,t.c=-1}function aI(t){t.b?aI(t.b):t.f.c.zc(t.e,t.d)}function KJt(t){dl(t.e),t.d.b=t.d,t.d.a=t.d}function Lsn(t,e,n){j2(),Uj(t,e.Ve(t.a,n))}function evt(t,e,n){return U6(t,u(e,22),n)}function Ff(t,e){return u$(new Array(e),t)}function Msn(t){return qr(Eb(t,32))^qr(t)}function sit(t){return String.fromCharCode(t)}function Dsn(t){return t==null?null:t.message}function Isn(t,e,n){return t.apply(e,n)}function Osn(t,e){var n;n=t[iut],n.call(t,e)}function Psn(t,e){var n;n=t[iut],n.call(t,e)}function Nsn(t,e){return PD(),!r7(e.d.i,t)}function nvt(t,e,n,r){Tz.call(this,t,e,n,r)}function WJt(){uz.call(this),this.a=new Ea}function rvt(){this.n=new Ea,this.o=new Ea}function YJt(){this.b=new Ea,this.c=new ge}function XJt(){this.a=new ge,this.b=new ge}function QJt(){this.a=new S2,this.b=new YGt}function ivt(){this.b=new yp,this.a=new yp}function JJt(){this.b=new Os,this.a=new Os}function ZJt(){this.b=new Er,this.a=new Er}function tZt(){this.b=new _Wt,this.a=new EZ}function eZt(){this.a=new Uet,this.b=new EJ}function nZt(){this.a=new ge,this.d=new ge}function uz(){this.n=new k6,this.i=new P6}function rZt(t){this.a=(ih(t,c3),new bu(t))}function iZt(t){this.a=(ih(t,c3),new bu(t))}function Fsn(t){return t<100?null:new bb(t)}function Bsn(t,e){return t.n.a=(Wn(e),e+10)}function Rsn(t,e){return t.n.a=(Wn(e),e+10)}function jsn(t,e){return e==t||_7(KH(e),t)}function sZt(t,e){return di(t.a,e,"")==null}function $sn(t,e){var n;return n=e.qi(t.a),n}function Ei(t,e){return t.a+=e.a,t.b+=e.b,t}function ra(t,e){return t.a-=e.a,t.b-=e.b,t}function zsn(t){return wy(t.j.c,0),t.a=-1,t}function svt(t,e,n){return n=ch(t,e,11,n),n}function qsn(t,e,n){n!=null&&jq(e,uot(t,n))}function Hsn(t,e,n){n!=null&&$q(e,uot(t,n))}function R6(t,e,n,r){Jt.call(this,t,e,n,r)}function avt(t,e,n,r){Jt.call(this,t,e,n,r)}function aZt(t,e,n,r){avt.call(this,t,e,n,r)}function oZt(t,e,n,r){Pz.call(this,t,e,n,r)}function ait(t,e,n,r){Pz.call(this,t,e,n,r)}function ovt(t,e,n,r){Pz.call(this,t,e,n,r)}function cZt(t,e,n,r){ait.call(this,t,e,n,r)}function cvt(t,e,n,r){ait.call(this,t,e,n,r)}function En(t,e,n,r){ovt.call(this,t,e,n,r)}function uZt(t,e,n,r){cvt.call(this,t,e,n,r)}function lZt(t,e,n,r){ayt.call(this,t,e,n,r)}function My(t,e){No.call(this,ZS+t+ww+e)}function uvt(t,e){return t.jk().wi().ri(t,e)}function lvt(t,e){return t.jk().wi().ti(t,e)}function hZt(t,e){return Wn(t),$t(t)===$t(e)}function hn(t,e){return Wn(t),$t(t)===$t(e)}function Vsn(t,e){return t.b.Bd(new PYt(t,e))}function Usn(t,e){return t.b.Bd(new NYt(t,e))}function fZt(t,e){return t.b.Bd(new FYt(t,e))}function Gsn(t,e){return t.e=u(t.d.Kb(e),159)}function hvt(t,e,n){return t.lastIndexOf(e,n)}function Ksn(t,e,n){return ji(t[e.a],t[n.a])}function Wsn(t,e){return Zt(e,(Me(),JP),t)}function Ysn(t,e){return Bc(e.a.d.p,t.a.d.p)}function Xsn(t,e){return Bc(t.a.d.p,e.a.d.p)}function Qsn(t,e){return ji(t.c-t.s,e.c-e.s)}function Jsn(t,e){return ji(t.b.e.a,e.b.e.a)}function Zsn(t,e){return ji(t.c.e.a,e.c.e.a)}function dZt(t){return t.c?Wo(t.c.a,t,0):-1}function j6(t){return t==Nw||t==G0||t==lu}function fvt(t,e){this.c=t,Oit.call(this,t,e)}function gZt(t,e,n){this.a=t,Pmt.call(this,e,n)}function pZt(t){this.c=t,X$.call(this,QO,0)}function bZt(t,e,n){this.c=e,this.b=n,this.a=t}function oI(t){_E(),this.d=t,this.a=new V4}function wZt(t){$d(),this.a=(wn(),new lE(t))}function tan(t,e){dg(t.f)?nxn(t,e):Oyn(t,e)}function mZt(t,e){dcn.call(this,t,t.length,e)}function ean(t,e){hd||e&&(t.d=e)}function vZt(t,e){return At(e,15)&&Wde(t.c,e)}function nan(t,e,n){return u(t.c,71).Wk(e,n)}function lz(t,e,n){return u(t.c,71).Xk(e,n)}function ran(t,e,n){return fsn(t,u(e,343),n)}function dvt(t,e,n){return dsn(t,u(e,343),n)}function ian(t,e,n){return $he(t,u(e,343),n)}function yZt(t,e,n){return Gyn(t,u(e,343),n)}function w_(t,e){return e==null?null:Gy(t.b,e)}function gvt(t){return Cy(t)?(Wn(t),t):t.ue()}function hz(t){return!isNaN(t)&&!isFinite(t)}function oit(t){OQt(this),Zl(this),Aa(this,t)}function fl(t){Hrt(this),Mvt(this.c,0,t.Pc())}function Eh(t,e,n){this.a=t,this.b=e,this.c=n}function xZt(t,e,n){this.a=t,this.b=e,this.c=n}function kZt(t,e,n){this.d=t,this.b=n,this.a=e}function EZt(t){this.a=t,fg(),Oc(Date.now())}function TZt(t){Ul(t.a),L3t(t.c,t.b),t.b=null}function cit(){cit=V,g9t=new Ee,jve=new nn}function CZt(){CZt=V,q7e=Vt(sa,Ln,1,0,5,1)}function _Zt(){_Zt=V,aTe=Vt(sa,Ln,1,0,5,1)}function pvt(){pvt=V,oTe=Vt(sa,Ln,1,0,5,1)}function $d(){$d=V,new T2t((wn(),wn(),so))}function san(t){return VE(),Br((Ise(),qve),t)}function aan(t){return bl(),Br((kse(),Wve),t)}function oan(t){return vH(),Br((oie(),tye),t)}function can(t){return _q(),Br((cie(),eye),t)}function uan(t){return eV(),Br((oce(),nye),t)}function lan(t){return _1(),Br((yse(),sye),t)}function han(t){return pl(),Br((vse(),oye),t)}function fan(t){return zu(),Br((xse(),uye),t)}function dan(t){return pV(),Br((rQt(),Iye),t)}function gan(t){return Um(),Br((Pse(),Pye),t)}function pan(t){return lk(),Br((Fse(),Fye),t)}function ban(t){return cS(),Br((Nse(),jye),t)}function wan(t){return m$(),Br((Ore(),$ye),t)}function man(t){return Sq(),Br((uie(),r3e),t)}function van(t){return R_(),Br((Ese(),L3e),t)}function yan(t){return Ha(),Br((wae(),O3e),t)}function xan(t){return a7(),Br((Rse(),R3e),t)}function kan(t){return iw(),Br((Bse(),V3e),t)}function bvt(t,e){if(!t)throw nt(new zn(e))}function CE(t){if(!t)throw nt(new Fo(Qkt))}function uit(t,e){if(t!=e)throw nt(new yh)}function SZt(t,e,n){this.a=t,this.b=e,this.c=n}function wvt(t,e,n){this.a=t,this.b=e,this.c=n}function AZt(t,e,n){this.a=t,this.b=e,this.c=n}function fz(t,e,n){this.b=t,this.a=e,this.c=n}function mvt(t,e,n){this.b=t,this.c=e,this.a=n}function vvt(t,e,n){this.a=t,this.b=e,this.c=n}function dz(t,e,n){this.e=e,this.b=t,this.d=n}function LZt(t,e,n){this.b=t,this.a=e,this.c=n}function Ean(t,e,n){return j2(),t.a.Yd(e,n),e}function lit(t){var e;return e=new ll,e.e=t,e}function yvt(t){var e;return e=new tKt,e.b=t,e}function cI(){cI=V,UU=new uQ,GU=new lQ}function gz(){gz=V,s4e=new K9,i4e=new Dd}function Bf(){Bf=V,l4e=new ZQ,h4e=new YB}function Tan(t){return Hm(),Br((ese(),x4e),t)}function Can(t){return Ja(),Br((iQt(),t4e),t)}function _an(t){return Jq(),Br(($se(),r4e),t)}function San(t){return rd(),Br((jse(),g4e),t)}function Aan(t){return Qy(),Br((mae(),b4e),t)}function Lan(t){return ZH(),Br((Goe(),k4e),t)}function Man(t){return gk(),Br((Hae(),E4e),t)}function Dan(t){return mq(),Br((die(),T4e),t)}function Ian(t){return z_(),Br((Jie(),C4e),t)}function Oan(t){return Nq(),Br((Zie(),_4e),t)}function Pan(t){return Mp(),Br((vae(),S4e),t)}function Nan(t){return HI(),Br((fie(),A4e),t)}function Fan(t){return A7(),Br((Gae(),P4e),t)}function Ban(t){return ko(),Br((Ece(),N4e),t)}function Ran(t){return s7(),Br((rse(),F4e),t)}function jan(t){return kg(),Br((nse(),R4e),t)}function $an(t){return oq(),Br((vie(),j4e),t)}function zan(t){return kO(),Br((Uae(),O4e),t)}function qan(t){return ew(),Br((tse(),M4e),t)}function Han(t){return $H(),Br((Vae(),D4e),t)}function Van(t){return FI(),Br((hie(),I4e),t)}function Uan(t){return Ph(),Br((xae(),$4e),t)}function Gan(t){return Np(),Br((ice(),l6e),t)}function Kan(t){return Q_(),Br((ise(),h6e),t)}function Wan(t){return Yy(),Br((zse(),f6e),t)}function Yan(t){return oS(),Br((yae(),d6e),t)}function Xan(t){return sf(),Br((Tce(),g6e),t)}function Qan(t){return Vd(),Br((qse(),p6e),t)}function Jan(t){return zI(),Br((gie(),b6e),t)}function Zan(t){return xo(),Br((ose(),m6e),t)}function ton(t){return Yq(),Br((sse(),v6e),t)}function eon(t){return W_(),Br((ase(),y6e),t)}function non(t){return d7(),Br((use(),x6e),t)}function ron(t){return Pq(),Br((cse(),k6e),t)}function ion(t){return Zq(),Br((lse(),E6e),t)}function son(t){return qm(),Br((mse(),j6e),t)}function aon(t){return N_(),Br((pie(),V6e),t)}function oon(t){return qd(),Br((bie(),Q6e),t)}function con(t){return X1(),Br((wie(),Z6e),t)}function uon(t){return E1(),Br((mie(),gke),t)}function lon(t){return Fm(),Br((yie(),xke),t)}function hon(t){return dk(),Br((Yse(),kke),t)}function fon(t){return kS(),Br((sQt(),Eke),t)}function don(t){return Y_(),Br((hse(),Tke),t)}function gon(t){return X_(),Br((Wse(),Kke),t)}function pon(t){return iq(),Br((kie(),Wke),t)}function bon(t){return qq(),Br((Eie(),Zke),t)}function won(t){return FH(),Br((kae(),e8e),t)}function mon(t){return rO(),Br((fse(),r8e),t)}function von(t){return yq(),Br((xie(),n8e),t)}function yon(t){return LH(),Br((Kse(),E8e),t)}function xon(t){return Wq(),Br((dse(),T8e),t)}function kon(t){return gH(),Br((gse(),C8e),t)}function Eon(t){return CH(),Br((pse(),S8e),t)}function Ton(t){return cH(),Br((bse(),M8e),t)}function Con(t){return fq(),Br((Tie(),Q8e),t)}function _on(t){return t7(),Br((lie(),Z3e),t)}function Son(t){return Un(),Br((Kae(),W3e),t)}function Aon(t){return xq(),Br((wse(),J8e),t)}function Lon(t){return aat(),Br((Cie(),Z8e),t)}function Mon(t){return mS(),Br((Eae(),eEe),t)}function Don(t){return x$(),Br((zre(),rEe),t)}function Ion(t){return uO(),Br((Cse(),nEe),t)}function Oon(t){return k$(),Br((qre(),sEe),t)}function Pon(t){return DI(),Br((_ie(),aEe),t)}function Non(t){return TO(),Br((Tae(),oEe),t)}function Fon(t){return VC(),Br((Hre(),EEe),t)}function Bon(t){return ZI(),Br((Sie(),TEe),t)}function Ron(t){return A1(),Br((_ae(),MEe),t)}function jon(t){return Pp(),Br((Voe(),IEe),t)}function $on(t){return L0(),Br((Wae(),OEe),t)}function zon(t){return aw(),Br((Yae(),jEe),t)}function qon(t){return Rs(),Br((Cae(),i7e),t)}function Hon(t){return nd(),Br((_se(),s7e),t)}function Von(t){return _g(),Br((Xse(),a7e),t)}function Uon(t){return RH(),Br((Xae(),o7e),t)}function Gon(t){return Cg(),Br((Tse(),u7e),t)}function Kon(t){return ah(),Br((Qse(),h7e),t)}function Won(t){return e3(),Br((ace(),f7e),t)}function Yon(t){return i5(),Br((Sae(),d7e),t)}function Xon(t){return xa(),Br((Qae(),g7e),t)}function Qon(t){return wl(),Br((Jae(),p7e),t)}function Jon(t){return ve(),Br((Aae(),b7e),t)}function Zon(t){return Kl(),Br((Jse(),x7e),t)}function tcn(t){return Dl(),Br((sce(),k7e),t)}function ecn(t){return ok(),Br((Sse(),E7e),t)}function ncn(t,e){return Wn(t),t+(Wn(e),e)}function rcn(t){return hit(),Br((Aie(),T7e),t)}function icn(t){return lH(),Br((Zse(),C7e),t)}function scn(t){return tH(),Br((tae(),A7e),t)}function _E(){_E=V,jAt=(ve(),Gn),QG=Jn}function hit(){hit=V,rIt=new ste,iIt=new Vte}function acn(t){return!t.e&&(t.e=new ge),t.e}function fit(t,e){this.c=t,this.a=e,this.b=e-t}function MZt(t,e,n){this.a=t,this.b=e,this.c=n}function dit(t,e,n){this.a=t,this.b=e,this.c=n}function xvt(t,e,n){this.a=t,this.b=e,this.c=n}function kvt(t,e,n){this.a=t,this.b=e,this.c=n}function DZt(t,e,n){this.a=t,this.b=e,this.c=n}function IZt(t,e,n){this.a=t,this.b=e,this.c=n}function bp(t,e,n){this.e=t,this.a=e,this.c=n}function OZt(t,e,n){kh(),$yt.call(this,t,e,n)}function git(t,e,n){kh(),Eyt.call(this,t,e,n)}function Evt(t,e,n){kh(),Eyt.call(this,t,e,n)}function Tvt(t,e,n){kh(),Eyt.call(this,t,e,n)}function PZt(t,e,n){kh(),git.call(this,t,e,n)}function Cvt(t,e,n){kh(),git.call(this,t,e,n)}function NZt(t,e,n){kh(),Cvt.call(this,t,e,n)}function FZt(t,e,n){kh(),Evt.call(this,t,e,n)}function BZt(t,e,n){kh(),Tvt.call(this,t,e,n)}function pit(t){Tz.call(this,t.d,t.c,t.a,t.b)}function _vt(t){Tz.call(this,t.d,t.c,t.a,t.b)}function Svt(t){this.d=t,kn(this),this.b=sun(t.d)}function ocn(t){return M7(),Br((Uoe(),z7e),t)}function uI(t,e){return Hr(t),Hr(e),new UWt(t,e)}function $6(t,e){return Hr(t),Hr(e),new XZt(t,e)}function ccn(t,e){return Hr(t),Hr(e),new QZt(t,e)}function ucn(t,e){return Hr(t),Hr(e),new tYt(t,e)}function bit(t){return cr(t.b!=0),Lh(t,t.a.a)}function lcn(t){return cr(t.b!=0),Lh(t,t.c.b)}function hcn(t){return!t.c&&(t.c=new op),t.c}function SE(t){var e;return e=new ge,$st(e,t),e}function fcn(t){var e;return e=new Os,$st(e,t),e}function RZt(t){var e;return e=new L2t,Zst(e,t),e}function lI(t){var e;return e=new Qi,Zst(e,t),e}function u(t,e){return m_(t==null||Jat(t,e)),t}function dcn(t,e,n){Bte.call(this,e,n),this.a=t}function jZt(t,e){this.c=t,this.b=e,this.a=!1}function $Zt(){this.a=";,;",this.b="",this.c=""}function zZt(t,e,n){this.b=t,JXt.call(this,e,n)}function Avt(t,e,n){this.c=t,S$.call(this,e,n)}function Lvt(t,e,n){vE.call(this,t,e),this.b=n}function Mvt(t,e,n){x6t(n,0,t,e,n.length,!1)}function E0(t,e,n,r,s){t.b=e,t.c=n,t.d=r,t.a=s}function Dvt(t,e,n,r,s){t.d=e,t.c=n,t.a=r,t.b=s}function gcn(t,e){e&&(t.b=e,t.a=(_b(e),e.a))}function hI(t,e){if(!t)throw nt(new zn(e))}function z6(t,e){if(!t)throw nt(new Fo(e))}function Ivt(t,e){if(!t)throw nt(new YKt(e))}function pcn(t,e){return v$(),Bc(t.d.p,e.d.p)}function bcn(t,e){return Eg(),ji(t.e.b,e.e.b)}function wcn(t,e){return Eg(),ji(t.e.a,e.e.a)}function mcn(t,e){return Bc(nte(t.d),nte(e.d))}function pz(t,e){return e&&jz(t,e.d)?e:null}function vcn(t,e){return e==(ve(),Gn)?t.c:t.d}function Ovt(t){return Db(mun(Zo(t)?tf(t):t))}function ycn(t){return new se(t.c+t.b,t.d+t.a)}function qZt(t){return t!=null&&!Bat(t,pL,bL)}function xcn(t,e){return(yue(t)<<4|yue(e))&js}function HZt(t,e,n,r,s){t.c=e,t.d=n,t.b=r,t.a=s}function Pvt(t){var e,n;e=t.b,n=t.c,t.b=n,t.c=e}function Nvt(t){var e,n;n=t.d,e=t.a,t.d=e,t.a=n}function kcn(t,e){var n;return n=t.c,d4t(t,e),n}function Fvt(t,e){return e<0?t.g=-1:t.g=e,t}function bz(t,e){return M0n(t),t.a*=e,t.b*=e,t}function VZt(t,e,n){Rae.call(this,e,n),this.d=t}function fI(t,e,n){emt.call(this,t,e),this.c=n}function wz(t,e,n){emt.call(this,t,e),this.c=n}function Bvt(t){pvt(),U8.call(this),this.ci(t)}function UZt(){zE(),Hun.call(this,(mb(),wf))}function GZt(t){return xi(),new T0(0,t)}function KZt(){KZt=V,Jdt=(wn(),new Kn(nht))}function mz(){mz=V,new W5t(($nt(),ght),(jnt(),dht))}function WZt(){WZt=V,t9t=Vt(Na,le,17,256,0,1)}function YZt(){this.b=Rt(Ht(_e((Vf(),Kht))))}function wit(t){this.b=t,this.a=z2(this.b.a).Od()}function XZt(t,e){this.b=t,this.a=e,vC.call(this)}function QZt(t,e){this.a=t,this.b=e,vC.call(this)}function JZt(t,e,n){this.a=t,B4.call(this,e,n)}function ZZt(t,e,n){this.a=t,B4.call(this,e,n)}function AE(t,e,n){var r;r=new Oy(n),C1(t,e,r)}function Rvt(t,e,n){var r;return r=t[e],t[e]=n,r}function vz(t){var e;return e=t.slice(),Ost(e,t)}function yz(t){var e;return e=t.n,t.a.b+e.d+e.a}function tte(t){var e;return e=t.n,t.e.b+e.d+e.a}function jvt(t){var e;return e=t.n,t.e.a+e.b+e.c}function $vt(t){t.a.b=t.b,t.b.a=t.a,t.a=t.b=null}function Zr(t,e){return fs(t,e,t.c.b,t.c),!0}function Ecn(t){return t.a?t.a:Uit(t)}function Tcn(t){return Y6(),M0(t)==es(Bb(t))}function Ccn(t){return Y6(),Bb(t)==es(M0(t))}function Tm(t,e){return fS(t,new vE(e.a,e.b))}function _cn(t,e){return zz(),aot(t,e),new kee(t,e)}function Scn(t,e){return t.c<e.c?-1:t.c==e.c?0:1}function ete(t){return t.b.c.length-t.e.c.length}function nte(t){return t.e.c.length-t.g.c.length}function mit(t){return t.e.c.length+t.g.c.length}function dI(t){return t==0||isNaN(t)?t:t<0?-1:1}function Acn(t){return!ho(t)&&t.c.i.c==t.d.i.c}function Lcn(t){return th(),(ve(),Iu).Hc(t.j)}function Mcn(t,e,n){return Eg(),n.e.a+n.f.a+t*e}function Dcn(t,e,n){return Eg(),n.e.b+n.f.b+t*e}function Icn(t,e,n){return di(t.b,u(n.b,18),e)}function Ocn(t,e,n){return di(t.b,u(n.b,18),e)}function Pcn(t,e,n){y9n(t.a,t.b,t.c,u(e,166),n)}function zvt(t,e,n,r){z5t.call(this,t,e,n,r,0,0)}function rte(t){pvt(),Bvt.call(this,t),this.a=-1}function ite(t,e){Bte.call(this,e,1040),this.a=t}function ste(){vXt.call(this,"COUNT_CHILDREN",0)}function xz(t,e){YD.call(this,t,e),this.a=this}function us(t,e){var n;return n=$it(t,e),n.i=2,n}function kz(t,e){var n;return++t.j,n=t.Cj(e),n}function ri(t,e,n){return t.a=-1,Fmt(t,e.g,n),t}function Ncn(t,e){return pe(t,new se(e.a,e.b))}function ate(t){return rk(),Vt(eK,JV,39,t,0,1)}function ote(t){return t.e.Rd().gc()*t.c.Rd().gc()}function vit(t,e,n){return new bZt(Uun(t)._e(),n,e)}function Fcn(t,e){g4t(t,e==null?null:(Wn(e),e))}function Bcn(t,e){f4t(t,e==null?null:(Wn(e),e))}function Rcn(t,e){f4t(t,e==null?null:(Wn(e),e))}function m_(t){if(!t)throw nt(new uE(null))}function qvt(t){if(t.c.e!=t.a)throw nt(new yh)}function Hvt(t){if(t.e.c!=t.b)throw nt(new yh)}function Ez(t){for(Hr(t);t.Ob();)t.Pb(),t.Qb()}function yit(t){Lm(),this.a=(wn(),new Kn(Hr(t)))}function Vvt(t){this.c=t,this.b=this.c.d.vc().Kc()}function jcn(t){t.a.ld(),u(t.a.md(),16).gc(),Z2t()}function cte(t,e){return t.a+=nf(e,0,e.length),t}function Oe(t,e){return mn(e,t.c.length),t.c[e]}function ute(t,e){return mn(e,t.a.length),t.a[e]}function $cn(t,e){return Wn(e),GI(e,(Wn(t),t))}function zcn(t,e){return Wn(t),GI(t,(Wn(e),e))}function $2(t,e,n,r,s,o){return Ohe(t,e,n,r,s,0,o)}function qcn(t,e){return hs(e,0,Uvt(e[0],Ag(1)))}function Hcn(t,e){return Ag(Xa(Ag(t.a).a,e.a))}function Uvt(t,e){return Hcn(u(t,168),u(e,168))}function lte(){lte=V,e9t=Vt(dv,le,168,256,0,1)}function hte(){hte=V,i9t=Vt(gv,le,191,256,0,1)}function fte(){fte=V,QTt=Vt(Ok,le,222,256,0,1)}function dte(){dte=V,ZTt=Vt(uA,le,180,128,0,1)}function Gvt(){E0(this,!1,!1,!1,!1)}function Kvt(t){uo.call(this,new yp),Aa(this,t)}function v_(t){this.a=new A6(t.gc()),Aa(this,t)}function gte(t){this.c=t,this.a=new L6(this.c.a)}function pte(t){this.a=t,this.c=new Er,fpn(this)}function bte(){this.d=new se(0,0),this.e=new Os}function ln(t,e){j2(),Lst.call(this,t),this.a=e}function Tz(t,e,n,r){Dvt(this,t,e,n,r)}function Vcn(t,e,n){return Bc(e.d[t.g],n.d[t.g])}function Ucn(t,e,n){return Bc(t.d[e.p],t.d[n.p])}function Gcn(t,e,n){return Bc(t.d[e.p],t.d[n.p])}function Kcn(t,e,n){return Bc(t.d[e.p],t.d[n.p])}function Wcn(t,e,n){return Bc(t.d[e.p],t.d[n.p])}function Cz(t,e,n){return b.Math.min(n/t,1/e)}function wte(t,e){return t?0:b.Math.max(0,e-1)}function xit(t,e){return t==null?e==null:hn(t,e)}function Ycn(t,e){return t==null?e==null:wH(t,e)}function mte(t){return t.q?t.q:(wn(),wn(),j0)}function vte(t){return t.c-u(Oe(t.a,t.b),293).b}function Vl(t){return t.c?t.c.f:t.e.b}function Zu(t){return t.c?t.c.g:t.e.a}function Xcn(t,e){return t.a==null&&e0e(t),t.a[e]}function yte(t){var e;return e=Nhe(t),e?yte(e):t}function _z(t,e){return xi(),new fyt(t,e)}function T0(t,e){xi(),cm.call(this,t),this.a=e}function Sz(t,e){kh(),Zj.call(this,e),this.a=t}function y_(t,e,n){this.a=t,Ns.call(this,e,n,2)}function xte(t){this.b=new Qi,this.a=t,this.c=-1}function kte(t){Pmt.call(this,0,0),this.a=t,this.b=0}function Az(t){jm.call(this,t.gc()),bs(this,t)}function Lz(t){t.b?Lz(t.b):t.d.dc()&&t.f.c.Bc(t.e)}function Wvt(t){return Array.isArray(t)&&t.Tm===Et}function kit(t,e){return At(e,22)&&Ju(t,u(e,22))}function Ete(t,e){return At(e,22)&&C0n(t,u(e,22))}function yo(t,e){return Yce(t,e,edn(t,t.b.Ce(e)))}function Qcn(t,e){return t.a.get(e)!==void 0}function Yvt(t){return Ml(t,26)*IS+Ml(t,27)*OS}function Tte(t,e){return V0n(new Ss,new Od(t),e)}function Eit(t,e,n){Kce(0,e,t.length),HE(t,0,e,n)}function Cm(t,e,n){Fy(e,t.c.length),YC(t.c,e,n)}function Mz(t,e,n){var r;t&&(r=t.i,r.c=e,r.b=n)}function Dz(t,e,n){var r;t&&(r=t.i,r.d=e,r.a=n)}function Cte(t,e,n){var r;for(r=0;r<e;++r)t[r]=n}function Jcn(t,e){var n;for(n=0;n<e;++n)t[n]=-1}function Gi(t,e){var n;return n=Ze(t),j4t(n,e),n}function Zcn(t,e){return!t&&(t=[]),t[t.length]=e,t}function Tit(t,e){Ei(t.c,e),t.b.c+=e.a,t.b.d+=e.b}function tun(t,e){Tit(t,ra(new se(e.a,e.b),t.c))}function Cit(t,e){this.b=new Qi,this.a=t,this.c=e}function _te(){this.b=new sy,this.c=new ane(this)}function Xvt(){this.d=new ta,this.e=new sne(this)}function Qvt(){Uyt(),this.f=new Qi,this.e=new Qi}function Ste(){th(),this.k=new Er,this.d=new Os}function _it(){_it=V,M7e=new Ta((si(),Nl),0)}function Ate(){Ate=V,wve=new kte(Vt(sa,Ln,1,0,5,1))}function eun(t,e,n){return qs(t,new M6(e.a,n.a))}function nun(t,e,n){return-Bc(t.f[e.p],t.f[n.p])}function run(t,e,n){V1e(n,t,1),pe(e,new HYt(n,t))}function iun(t,e,n){hS(n,t,1),pe(e,new GYt(n,t))}function Lte(t,e,n){this.a=t,ez.call(this,e,n,22)}function Mte(t,e,n){this.a=t,ez.call(this,e,n,14)}function Dte(t,e,n,r){kh(),pre.call(this,t,e,n,r)}function Ite(t,e,n,r){kh(),pre.call(this,t,e,n,r)}function tl(t,e,n){return t.a=-1,Fmt(t,e.g+1,n),t}function Jvt(t,e,n){return n=ch(t,u(e,54),7,n),n}function Zvt(t,e,n){return n=ch(t,u(e,54),3,n),n}function qr(t){return Zo(t)?t|0:bWt(t)}function Ote(t){return xi(),new nst(10,t,0)}function Pte(t){var e;return e=t.f,e||(t.f=t.Dc())}function q6(t){var e;return e=t.i,e||(t.i=t.bc())}function Iz(t){if(t.e.j!=t.d)throw nt(new yh)}function z2(t){return t.c?t.c:t.c=t.Sd()}function Sit(t){return t.d?t.d:t.d=t.Td()}function x_(t,e){return W2n(RI(t,e))?e.zi():null}function sun(t){return At(t,15)?u(t,15).ed():t.Kc()}function tyt(t){return t.Qc(Vt(sa,Ln,1,t.gc(),5,1))}function Nte(t){return t!=null&&Iit(t)&&t.Tm!==Et}function eyt(t){return!Array.isArray(t)&&t.Tm===Et}function Fte(t,e){return Hr(e),t.a.Jd(e)&&!t.b.Jd(e)}function aun(t,e){return ku(t.l&e.l,t.m&e.m,t.h&e.h)}function oun(t,e){return ku(t.l|e.l,t.m|e.m,t.h|e.h)}function cun(t,e){return ku(t.l^e.l,t.m^e.m,t.h^e.h)}function Rf(t,e){return Db(dfe(Zo(t)?tf(t):t,e))}function _m(t,e){return Db(M6t(Zo(t)?tf(t):t,e))}function Eb(t,e){return Db(H3n(Zo(t)?tf(t):t,e))}function uun(t,e){return Asn((Wn(t),t),(Wn(e),e))}function Ait(t,e){return ji((Wn(t),t),(Wn(e),e))}function Oz(t){this.b=new bu(11),this.a=(Om(),t)}function nr(t){this.a=(Ate(),wve),this.d=u(Hr(t),51)}function Bte(t,e){this.c=0,this.d=t,this.b=e|64|Wd}function nyt(t,e){this.e=t,this.d=e&64?e|Wd:e}function Lit(t){this.b=null,this.a=(Om(),t||f9t)}function Rte(t){nz(this),this.g=t,Uz(this),this.je()}function q2(t){vb(),this.a=0,this.b=t-1,this.c=1}function ryt(t,e,n,r){this.a=t,pq.call(this,t,e,n,r)}function lun(t,e,n){t.a.Mb(n)&&(t.b=!0,e.Cd(n))}function iyt(t){t.d||(t.d=t.b.Kc(),t.c=t.b.gc())}function LE(t,e){if(t<0||t>=e)throw nt(new F2t)}function Dy(t,e){return oO(t,(Wn(e),new db(e)))}function H6(t,e){return oO(t,(Wn(e),new w1(e)))}function jte(t,e,n){return ZCn(t,u(e,12),u(n,12))}function $te(t){return nl(),u(t,12).g.c.length!=0}function zte(t){return nl(),u(t,12).e.c.length!=0}function hun(t,e){return ik(),ji(e.a.o.a,t.a.o.a)}function fun(t,e){e.Bb&Pc&&!t.a.o&&(t.a.o=e)}function dun(t,e){e.Ug("General 'Rotator",1),S9n(t)}function gun(t,e,n){e.qf(n,Rt(Ht(tr(t.b,n)))*t.a)}function qte(t,e,n){return g5(),e7(t,e)&&e7(t,n)}function k_(t){return wl(),!t.Hc($g)&&!t.Hc(u2)}function pun(t){return t.e?S3t(t.e):null}function E_(t){return Zo(t)?""+t:Kde(t)}function syt(t){var e;for(e=t;e.f;)e=e.f;return e}function bun(t,e,n){return hs(e,0,Uvt(e[0],n[0])),e}function wp(t,e,n,r){var s;s=t.i,s.i=e,s.a=n,s.b=r}function Jt(t,e,n,r){Ns.call(this,t,e,n),this.b=r}function la(t,e,n,r,s){Dst.call(this,t,e,n,r,s,-1)}function T_(t,e,n,r,s){OI.call(this,t,e,n,r,s,-1)}function Pz(t,e,n,r){fI.call(this,t,e,n),this.b=r}function Hte(t){$Xt.call(this,t,!1),this.a=!1}function Vte(){vXt.call(this,"LOOKAHEAD_LAYOUT",1)}function Ute(t){this.b=t,F6.call(this,t),XQt(this)}function Gte(t){this.b=t,tI.call(this,t),QQt(this)}function Iy(t,e,n){this.a=t,R6.call(this,e,n,5,6)}function ayt(t,e,n,r){this.b=t,Ns.call(this,e,n,r)}function Kte(t,e){this.b=t,Fj.call(this,t.b),this.a=e}function Wte(t){this.a=Dle(t.a),this.b=new fl(t.b)}function oyt(t,e){Lm(),Knn.call(this,t,iH(new hl(e)))}function Nz(t,e){return xi(),new kyt(t,e,0)}function Mit(t,e){return xi(),new kyt(6,t,e)}function Da(t,e){for(Wn(e);t.Ob();)e.Cd(t.Pb())}function Eu(t,e){return pa(e)?Zit(t,e):!!yo(t.f,e)}function Dit(t,e){return e.Vh()?Pb(t.b,u(e,54)):e}function wun(t,e){return hn(t.substr(0,e.length),e)}function C0(t){return new nr(new Amt(t.a.length,t.a))}function Fz(t){return new se(t.c+t.b/2,t.d+t.a/2)}function mun(t){return ku(~t.l&Il,~t.m&Il,~t.h&Og)}function Iit(t){return typeof t===KO||typeof t===Sct}function dl(t){t.f=new gQt(t),t.i=new pQt(t),++t.g}function Yte(t){if(!t)throw nt(new ac);return t.d}function V6(t){var e;return e=K_(t),cr(e!=null),e}function vun(t){var e;return e=Nbn(t),cr(e!=null),e}function ME(t,e){var n;return n=t.a.gc(),k3t(e,n),n-e}function qs(t,e){var n;return n=t.a.zc(e,t),n==null}function gI(t,e){return t.a.zc(e,(Nn(),Yb))==null}function cyt(t){return new ln(null,Tun(t,t.length))}function uyt(t,e,n){return wge(t,u(e,42),u(n,176))}function U6(t,e,n){return zf(t.a,e),Rvt(t.b,e.g,n)}function yun(t,e,n){LE(n,t.a.c.length),Sh(t.a,n,e)}function zt(t,e,n,r){Kce(e,n,t.length),xun(t,e,n,r)}function xun(t,e,n,r){var s;for(s=e;s<n;++s)t[s]=r}function lyt(t,e){var n;for(n=0;n<e;++n)t[n]=!1}function H2(t,e,n){Gd(),this.e=t,this.d=e,this.a=n}function hyt(t,e,n){this.c=t,this.a=e,wn(),this.b=n}function Oit(t,e){this.d=t,Zn.call(this,t),this.e=e}function x1(t,e,n){return $pn(t,e.g,n),zf(t.c,e),t}function kun(t){return m5(t,(Rs(),Ho)),t.d=!0,t}function Pit(t){return!t.j&&ar(t,_8n(t.g,t.b)),t.j}function Xte(t){t.a=null,t.e=null,dl(t.b),t.d=0,++t.c}function C_(t){Sy(t.b!=-1),xp(t.c,t.a=t.b),t.b=-1}function fyt(t,e){cm.call(this,1),this.a=t,this.b=e}function Eun(t,e){return t>0?b.Math.log(t/e):-100}function Qte(t,e){return Rc(t,e)<0?-1:Rc(t,e)>0?1:0}function pI(t,e){qQt(t,At(e,160)?e:u(e,2036).Rl())}function dyt(t,e){if(t==null)throw nt(new C6(e))}function Tun(t,e){return _0n(e,t.length),new ite(t,e)}function gyt(t,e){return e?Aa(t,e):!1}function Cun(){return s$(),ot(st(mve,1),te,549,0,[wht])}function __(t){return t.e==0?t:new H2(-t.e,t.d,t.a)}function _un(t,e){return ji(t.c.c+t.c.b,e.c.c+e.c.b)}function bI(t,e){fs(t.d,e,t.b.b,t.b),++t.a,t.c=null}function Jte(t,e){return t.c?Jte(t.c,e):pe(t.b,e),t}function Sun(t,e,n){var r;return r=$y(t,e),pst(t,e,n),r}function Zte(t,e,n){var r;for(r=0;r<e;++r)hs(t,r,n)}function tee(t,e,n,r,s){for(;e<n;)r[s++]=qa(t,e++)}function DE(t,e,n,r,s){Eot(t,u(Mi(e.k,n),15),n,r,s)}function Sm(t,e){xs(Go(t.Oc(),new tR),new NVt(e))}function Aun(t,e){return ji(t.e.a+t.f.a,e.e.a+e.f.a)}function Lun(t,e){return ji(t.e.b+t.f.b,e.e.b+e.f.b)}function Nit(t){return b.Math.abs(t.d.e-t.e.e)-t.a}function Mun(t){return t==ns?AP:t==Vs?"-INF":""+t}function Dun(t){return t==ns?AP:t==Vs?"-INF":""+t}function Iun(t){return Y6(),es(M0(t))==es(Bb(t))}function Oun(t,e,n){return u(t.c.hd(e,u(n,136)),44)}function Pun(t,e){G6(t,new Oy(e.f!=null?e.f:""+e.g))}function Nun(t,e){G6(t,new Oy(e.f!=null?e.f:""+e.g))}function bs(t,e){return t.Si()&&(e=Sne(t,e)),t.Fi(e)}function Fit(t,e){return e=t.Yk(null,e),Yhe(t,null,e)}function Fun(t,e){++t.j,kot(t,t.i,e),s5n(t,u(e,343))}function pyt(t){t?Bxt(t,(fg(),Lve)):$ln((fg(),t))}function Am(t){this.d=(Wn(t),t),this.a=0,this.c=QO}function Bit(t,e){this.d=Sbn(t),this.c=e,this.a=.5*e}function eee(t){Ryt.call(this),this.a=t,pe(t.a,this)}function nee(){yp.call(this),this.a=!0,this.b=!0}function ree(){ree=V,Eve=new Vj(!1),Tve=new Vj(!0)}function S_(t){var e;return e=t.g,e||(t.g=new Ij(t))}function Bz(t){var e;return e=t.k,e||(t.k=new Oj(t))}function byt(t){var e;return e=t.k,e||(t.k=new Oj(t))}function Bun(t){var e;return e=t.i,e||(t.i=new im(t))}function iee(t){var e;return e=t.f,e||(t.f=new Smt(t))}function Rit(t){var e;return e=t.j,e||(t.j=new vnt(t))}function jit(t){var e;return e=t.d,e||(t.d=new sm(t))}function see(t,e,n){return xi(),new tre(t,e,n)}function aee(t,e){return SI(e,t.c.b.c.gc()),new VWt(t,e)}function wyt(t,e){var n;return n=t.a.gc(),SI(e,n),n-1-e}function D(t,e,n){var r;return r=$it(t,e),noe(n,r),r}function $it(t,e){var n;return n=new F4t,n.j=t,n.d=e,n}function Hr(t){if(t==null)throw nt(new y6);return t}function Oy(t){if(t==null)throw nt(new y6);this.a=t}function oee(t){C2t(),this.b=new ge,this.a=t,LTn(this,t)}function myt(t){this.b=t,this.a=u(Zh(this.b.a.e),227)}function Lm(){Lm=V,$d(),pht=new est((wn(),wn(),so))}function zit(){zit=V,$d(),HTt=new kwt((wn(),wn(),DU))}function Tb(){Tb=V,Fn=i5n(),bn(),G3&&svn()}function Rz(t){t.s=NaN,t.c=NaN,I1e(t,t.e),I1e(t,t.j)}function ur(t){return(t.i==null&&Kd(t),t.i).length}function cee(t,e){return u(z2(t.a).Md().Xb(e),44).ld()}function tr(t,e){return pa(e)?eu(t,e):Uo(yo(t.f,e))}function Run(t,e){return Y6(),t==M0(e)?Bb(e):M0(e)}function jun(t,e,n,r){return n==0||(n-r)/n<t.e||e>=t.g}function hs(t,e,n){return msn(n==null||dEn(t,n)),t[e]=n}function vyt(t,e){return qn(e,t.length+1),t.substr(e)}function qit(t,e){for(Wn(e);t.c<t.d;)t.Se(e,t.c++)}function yyt(t){this.d=t,this.c=t.a.d.a,this.b=t.a.e.g}function uee(t){this.c=t,this.a=new Qi,this.b=new Qi}function tu(t){this.c=new Ea,this.a=new ge,this.b=t}function lee(t){this.b=new ge,this.a=new ge,this.c=t}function $un(t,e,n){u(e.b,68),Tu(e.a,new xvt(t,n,e))}function zun(t,e){return ik(),u(Mo(t,e.d),15).Fc(e)}function G6(t,e){var n;n=t.a.length,$y(t,n),pst(t,n,e)}function hee(t,e){var n;n=console[t],n.call(console,e)}function fee(t,e){var n;++t.j,n=t.Ej(),t.rj(t.Zi(n,e))}function Hit(t,e,n){var r;return r=Jst(t,e,n),ikt(t,r)}function Mm(t){return!t.d&&(t.d=new Ns(So,t,1)),t.d}function qun(t){return!t.a&&(t.a=new Ns(l2,t,4)),t.a}function IE(t,e){return t.a+=String.fromCharCode(e),t}function Cb(t,e){return t.a+=String.fromCharCode(e),t}function xyt(t,e,n){this.a=t,x2t.call(this,e),this.b=n}function dee(t,e,n){this.a=t,r3t.call(this,8,e,null,n)}function kyt(t,e,n){cm.call(this,t),this.a=e,this.b=n}function Eyt(t,e,n){Zj.call(this,e),this.a=t,this.b=n}function gee(t){this.c=t,this.b=this.c.a,this.a=this.c.e}function Hun(t){this.a=(Wn(ti),ti),this.b=t,new $2t}function pee(t){Myt(t.a),t.b=Vt(sa,Ln,1,t.b.length,5,1)}function Ul(t){Sy(t.c!=-1),t.d.gd(t.c),t.b=t.c,t.c=-1}function A_(t){return b.Math.sqrt(t.a*t.a+t.b*t.b)}function jz(t,e){return pot(t.c,t.f,e,t.b,t.a,t.e,t.d)}function Dm(t,e){return LE(e,t.a.c.length),Oe(t.a,e)}function zd(t,e){return $t(t)===$t(e)||t!=null&&Ci(t,e)}function bee(t){return At(t,102)&&(u(t,19).Bb&Pc)!=0}function wee(t){return Zh(t),At(t,483)?u(t,483):ec(t)}function mee(t){return t?t.dc():!t.Kc().Ob()}function Vun(t){return W3?Zit(W3,t):!1}function Uun(t){return 0>=t?new bwt:X0n(t-1)}function Ia(t){return!t.a&&t.c?t.c.b:t.a}function Tyt(t){return At(t,616)?t:new mne(t)}function _b(t){t.c?_b(t.c):(Nb(t),t.d=!0)}function L_(t){t.c?t.c.$e():(t.d=!0,g6n(t))}function vee(t){t.b=!1,t.c=!1,t.d=!1,t.a=!1}function yee(t){var e,n;return e=t.c.i.c,n=t.d.i.c,e==n}function Gun(t,e){var n;n=t.Ih(e),n>=0?t.ki(n):f6t(t,e)}function xee(t,e){t.c<0||t.b.b<t.c?to(t.b,e):t.a.tf(e)}function Kun(t,e){Mr((!t.a&&(t.a=new iI(t,t)),t.a),e)}function Wun(t,e){Tit(u(e.b,68),t),Tu(e.a,new yD(t))}function Yun(t,e){return Bc(e.j.c.length,t.j.c.length)}function Xun(t,e,n){return sk(),n.Lg(t,u(e.ld(),149))}function Zh(t){if(t==null)throw nt(new y6);return t}function Wn(t){if(t==null)throw nt(new y6);return t}function Qun(t){if(t.p!=4)throw nt(new Yu);return t.e}function Jun(t){if(t.p!=3)throw nt(new Yu);return t.e}function Zun(t){if(t.p!=3)throw nt(new Yu);return t.j}function tln(t){if(t.p!=4)throw nt(new Yu);return t.j}function eln(t){if(t.p!=6)throw nt(new Yu);return t.f}function nln(t){if(t.p!=6)throw nt(new Yu);return t.k}function Cyt(t){return!t.b&&(t.b=new t$(new Rnt)),t.b}function Im(t){return t.c==-2&&ze(t,Yyn(t.g,t.b)),t.c}function OE(t,e){var n;return n=$it("",t),n.n=e,n.i=1,n}function $z(t,e,n,r){pm.call(this,t,n),this.a=e,this.f=r}function _yt(t,e,n,r){pm.call(this,t,e),this.d=n,this.a=r}function kee(t,e){pin.call(this,Q0n(Hr(t),Hr(e))),this.a=e}function Fs(){MKt.call(this),wy(this.j.c,0),this.a=-1}function Eee(){Vxt.call(this,cf,(dE(),AIt)),T7n(this)}function Tee(){Vxt.call(this,vw,(pWt(),pTe)),pTn(this)}function Cee(){Fr.call(this,"DELAUNAY_TRIANGULATION",0)}function rln(t){return String.fromCharCode.apply(null,t)}function di(t,e,n){return pa(e)?Bo(t,e,n):vu(t.f,e,n)}function Syt(t){return wn(),t?t.Oe():(Om(),Om(),d9t)}function iln(t){return ih(t,Dct),Aq(Xa(Xa(5,t),t/10|0))}function _ee(t,e){return mz(),new W5t(new cJt(t),new oJt(e))}function zz(){zz=V,bve=new Y2t(ot(st(yw,1),bV,44,0,[]))}function See(t){return!t.d&&(t.d=new re(t.c.Cc())),t.d}function PE(t){return!t.a&&(t.a=new tWt(t.c.vc())),t.a}function Aee(t){return!t.b&&(t.b=new lE(t.c.ec())),t.b}function _0(t,e){for(;e-- >0;)t=t<<1|(t<0?1:0);return t}function Lee(t,e){var n;return n=new tu(t),In(e.c,n),n}function Mee(t,e){t.u.Hc((wl(),$g))&&Q4n(t,e),pdn(t,e)}function Ic(t,e){return $t(t)===$t(e)||t!=null&&Ci(t,e)}function Mo(t,e){return kit(t.a,e)?t.b[u(e,22).g]:null}function sln(){return m$(),ot(st(V9t,1),te,488,0,[$ht])}function aln(){return x$(),ot(st(vMt,1),te,489,0,[udt])}function oln(){return k$(),ot(st(iEe,1),te,558,0,[ldt])}function cln(){return VC(),ot(st($Mt,1),te,539,0,[bN])}function qz(t){return!t.n&&(t.n=new Jt(Oo,t,1,7)),t.n}function Vit(t){return!t.c&&(t.c=new Jt(kl,t,9,9)),t.c}function Ayt(t){return!t.c&&(t.c=new En(gr,t,5,8)),t.c}function uln(t){return!t.b&&(t.b=new En(gr,t,4,7)),t.b}function wI(t){return t.j.c.length=0,Myt(t.c),zsn(t.a),t}function NE(t){return t.e==lT&&Vn(t,rwn(t.g,t.b)),t.e}function mI(t){return t.f==lT&&Rn(t,Wmn(t.g,t.b)),t.f}function gi(t,e,n,r){return Zoe(t,e,n,!1),sH(t,r),t}function Dee(t,e){this.b=t,Oit.call(this,t,e),XQt(this)}function Iee(t,e){this.b=t,fvt.call(this,t,e),QQt(this)}function M_(t){this.d=t,this.a=this.d.b,this.b=this.d.c}function Lyt(t,e){this.b=t,this.c=e,this.a=new L6(this.b)}function qa(t,e){return qn(e,t.length),t.charCodeAt(e)}function lln(t,e){b5t(t,Rt(Tg(e,"x")),Rt(Tg(e,"y")))}function hln(t,e){b5t(t,Rt(Tg(e,"x")),Rt(Tg(e,"y")))}function Ai(t,e){return Nb(t),new ln(t,new $3t(e,t.a))}function Go(t,e){return Nb(t),new ln(t,new C3t(e,t.a))}function Py(t,e){return Nb(t),new Vmt(t,new zie(e,t.a))}function Hz(t,e){return Nb(t),new Umt(t,new qie(e,t.a))}function fln(t,e){return new nne(u(Hr(t),50),u(Hr(e),50))}function dln(t,e){return ji(t.d.c+t.d.b/2,e.d.c+e.d.b/2)}function Oee(t,e,n){n.a?_u(t,e.b-t.f/2):Cu(t,e.a-t.g/2)}function gln(t,e){return ji(t.g.c+t.g.b/2,e.g.c+e.g.b/2)}function pln(t,e){return vwt(),ji((Wn(t),t),(Wn(e),e))}function bln(t){return t!=null&&DD(HK,t.toLowerCase())}function Myt(t){var e;for(e=t.Kc();e.Ob();)e.Pb(),e.Qb()}function K4(t){var e;return e=t.b,!e&&(t.b=e=new pnt(t)),e}function Uit(t){var e;return e=tgn(t),e||null}function Pee(t,e){var n,r;return n=t/e,r=Xs(n),n>r&&++r,r}function wln(t,e,n){var r;r=u(t.d.Kb(n),159),r&&r.Nb(e)}function mln(t,e,n){y7n(t.a,n),Qgn(n),z5n(t.b,n),z7n(e,n)}function Vz(t,e,n,r){this.a=t,this.c=e,this.b=n,this.d=r}function Dyt(t,e,n,r){this.c=t,this.b=e,this.a=n,this.d=r}function Nee(t,e,n,r){this.c=t,this.b=e,this.d=n,this.a=r}function Th(t,e,n,r){this.c=t,this.d=e,this.b=n,this.a=r}function Fee(t,e,n,r){this.a=t,this.d=e,this.c=n,this.b=r}function Git(t,e,n,r){this.a=t,this.e=e,this.d=n,this.c=r}function Bee(t,e,n,r){this.a=t,this.c=e,this.d=n,this.b=r}function Kit(t,e,n){this.a=r8t,this.d=t,this.b=e,this.c=n}function K6(t,e,n,r){Fr.call(this,t,e),this.a=n,this.b=r}function Ree(t,e){this.d=(Wn(t),t),this.a=16449,this.c=e}function jee(t){this.a=new ge,this.e=Vt(Or,le,53,t,0,2)}function vln(t){t.Ug("No crossing minimization",1),t.Vg()}function $ee(){oc.call(this,"There is no more element.")}function zee(t,e,n,r){this.a=t,this.b=e,this.c=n,this.d=r}function qee(t,e,n,r){this.a=t,this.b=e,this.c=n,this.d=r}function V2(t,e,n,r){this.e=t,this.a=e,this.c=n,this.d=r}function Hee(t,e,n,r){this.a=t,this.c=e,this.d=n,this.b=r}function Vee(t,e,n,r){kh(),Hie.call(this,e,n,r),this.a=t}function Uee(t,e,n,r){kh(),Hie.call(this,e,n,r),this.a=t}function Wit(t,e,n){var r,s;return r=Hkt(t),s=e.ti(n,r),s}function pg(t){var e,n;return n=(e=new um,e),GE(n,t),n}function Yit(t){var e,n;return n=(e=new um,e),Kxt(n,t),n}function yln(t,e){var n;return n=tr(t.f,e),_4t(e,n),null}function Gee(t){return!t.b&&(t.b=new Jt(Cs,t,12,3)),t.b}function Kee(t){return m_(t==null||Iit(t)&&t.Tm!==Et),t}function Uz(t){return t.n&&(t.e!==Ype&&t.je(),t.j=null),t}function FE(t){if(Ll(t.d),t.d.d!=t.c)throw nt(new yh)}function Iyt(t){return cr(t.b<t.d.gc()),t.d.Xb(t.c=t.b++)}function Zl(t){t.a.a=t.c,t.c.b=t.a,t.a.b=t.c.a=null,t.b=0}function Xit(t){this.f=t,this.c=this.f.e,t.f>0&&Che(this)}function Wee(t,e){this.a=t,vsn.call(this,t,u(t.d,15).fd(e))}function xln(t,e){return ji(Zu(t)*Vl(t),Zu(e)*Vl(e))}function kln(t,e){return ji(Zu(t)*Vl(t),Zu(e)*Vl(e))}function Eln(t){return Jm(t)&&Ie(De(ne(t,(Me(),Cw))))}function Tln(t,e){return dn(t,u(K(e,(Me(),MT)),17),e)}function Cln(t,e){return u(K(t,(ae(),qk)),15).Fc(e),e}function Oyt(t,e){return t.b=e.b,t.c=e.c,t.d=e.d,t.a=e.a,t}function Yee(t,e,n,r){this.b=t,this.c=r,X$.call(this,e,n)}function _ln(t,e,n){t.i=0,t.e=0,e!=n&&Ice(t,e,n)}function Sln(t,e,n){t.i=0,t.e=0,e!=n&&Oce(t,e,n)}function Aln(t,e,n){return HC(),e2n(u(tr(t.e,e),529),n)}function W6(t){var e;return e=t.f,e||(t.f=new bE(t,t.c))}function Xee(t,e){return r5(t.j,e.s,e.c)+r5(e.e,t.s,t.c)}function Qee(t,e){t.e&&!t.e.a&&(RGt(t.e,e),Qee(t.e,e))}function Jee(t,e){t.d&&!t.d.a&&(RGt(t.d,e),Jee(t.d,e))}function Lln(t,e){return-ji(Zu(t)*Vl(t),Zu(e)*Vl(e))}function Mln(t){return u(t.ld(),149).Pg()+":"+ec(t.md())}function Zee(){Aot(this,new gD),this.wb=(Tb(),Fn),dE()}function tne(t){this.b=new ge,Hs(this.b,this.b),this.a=t}function Pyt(t,e){new Qi,this.a=new Xu,this.b=t,this.c=e}function Om(){Om=V,f9t=new Gt,Cht=new Gt,d9t=new Be}function wn(){wn=V,so=new jt,j0=new Ft,DU=new _t}function Nyt(){Nyt=V,Qve=new $a,Zve=new Xvt,Jve=new gs}function Y6(){Y6=V,jU=new ge,Vht=new Er,Hht=new ge}function Gz(t,e){if(t==null)throw nt(new C6(e));return t}function Kz(t){return!t.a&&(t.a=new Jt(wi,t,10,11)),t.a}function Ii(t){return!t.q&&(t.q=new Jt(bf,t,11,10)),t.q}function Xt(t){return!t.s&&(t.s=new Jt(Ku,t,21,17)),t.s}function Dln(t){return Hr(t),zle(new nr(ir(t.a.Kc(),new q)))}function Iln(t,e){return Gl(t),Gl(e),WKt(u(t,22),u(e,22))}function U2(t,e,n){var r,s;r=gvt(n),s=new _C(r),C1(t,e,s)}function Qit(t,e,n,r,s,o){OI.call(this,t,e,n,r,s,o?-2:-1)}function ene(t,e,n,r){emt.call(this,e,n),this.b=t,this.a=r}function nne(t,e){Zen.call(this,new Lit(t)),this.a=t,this.b=e}function Fyt(t){this.b=t,this.c=t,t.e=null,t.c=null,this.a=1}function Oln(t){Bf();var e;e=u(t.g,10),e.n.a=t.d.c+e.d.b}function BE(){BE=V;var t,e;e=!$2n(),t=new ht,yht=e?new gt:t}function Jit(t){return wn(),At(t,59)?new Wnt(t):new iz(t)}function Wz(t){return At(t,16)?new v_(u(t,16)):fcn(t.Kc())}function Pln(t){return new ZQt(t,t.e.Rd().gc()*t.c.Rd().gc())}function Nln(t){return new tJt(t,t.e.Rd().gc()*t.c.Rd().gc())}function Byt(t){return t&&t.hashCode?t.hashCode():km(t)}function Zit(t,e){return e==null?!!yo(t.f,null):Qcn(t.i,e)}function Fln(t,e){var n;return n=vmt(t.a,e),n&&(e.d=null),n}function rne(t,e,n){return t.f?t.f.ef(e,n):!1}function vI(t,e,n,r){hs(t.c[e.g],n.g,r),hs(t.c[n.g],e.g,r)}function tst(t,e,n,r){hs(t.c[e.g],e.g,n),hs(t.b[e.g],e.g,r)}function Bln(t,e,n){return Rt(Ht(n.a))<=t&&Rt(Ht(n.b))>=e}function ine(t,e){this.g=t,this.d=ot(st(z0,1),Bp,10,0,[e])}function sne(t){this.c=t,this.b=new dp(u(Hr(new Nu),50))}function ane(t){this.c=t,this.b=new dp(u(Hr(new g4),50))}function one(t){this.b=t,this.a=new dp(u(Hr(new _i),50))}function cne(){this.b=new Os,this.d=new Qi,this.e=new B2t}function Ryt(){this.c=new Ea,this.d=new Ea,this.e=new Ea}function Pm(){this.a=new Xu,this.b=(ih(3,c3),new bu(3))}function mp(t,e){this.e=t,this.a=sa,this.b=u0e(e),this.c=e}function Yz(t){this.c=t.c,this.d=t.d,this.b=t.b,this.a=t.a}function une(t,e,n,r,s,o){this.a=t,Gst.call(this,e,n,r,s,o)}function lne(t,e,n,r,s,o){this.a=t,Gst.call(this,e,n,r,s,o)}function Sb(t,e,n,r,s,o,h){return new wst(t.e,e,n,r,s,o,h)}function Rln(t,e,n){return n>=0&&hn(t.substr(n,e.length),e)}function hne(t,e){return At(e,149)&&hn(t.b,u(e,149).Pg())}function jln(t,e){return t.a?e.Gh().Kc():u(e.Gh(),71).Ii()}function fne(t,e){var n;return n=t.b.Qc(e),aie(n,t.b.gc()),n}function yI(t,e){if(t==null)throw nt(new C6(e));return t}function Ko(t){return t.u||(Sl(t),t.u=new UJt(t,t)),t.u}function est(t){this.a=(wn(),At(t,59)?new Wnt(t):new iz(t))}function ju(t){var e;return e=u($n(t,16),29),e||t.ii()}function Xz(t,e){var n;return n=R2(t.Rm),e==null?n:n+": "+e}function Ch(t,e,n){return Sa(e,n,t.length),t.substr(e,n-e)}function dne(t,e){uz.call(this),Y3t(this),this.a=t,this.c=e}function $ln(t){t&&Xz(t,t.ie())}function zln(t){c$(),b.setTimeout(function(){throw t},0)}function qln(){return vH(),ot(st(x9t,1),te,436,0,[Oht,y9t])}function Hln(){return _q(),ot(st(E9t,1),te,435,0,[k9t,Pht])}function Vln(){return Sq(),ot(st(Q9t,1),te,432,0,[Uht,$U])}function Uln(){return t7(),ot(st(J3e,1),te,517,0,[zP,sft])}function Gln(){return FI(),ot(st(x_t,1),te,487,0,[y_t,mG])}function Kln(){return HI(),ot(st(m_t,1),te,428,0,[bG,w_t])}function Wln(){return mq(),ot(st(l_t,1),te,431,0,[u_t,yft])}function Yln(){return zI(),ot(st(_At,1),te,430,0,[b1t,w1t])}function Xln(){return N_(),ot(st(H6e,1),te,531,0,[BA,FA])}function Qln(){return qd(),ot(st(X6e,1),te,523,0,[Lv,Vp])}function Jln(){return X1(),ot(st(J6e,1),te,522,0,[Mw,gd])}function Zln(){return E1(),ot(st(dke,1),te,528,0,[F3,n2])}function thn(){return oq(),ot(st(P_t,1),te,429,0,[Nft,O_t])}function ehn(){return fq(),ot(st(fMt,1),te,490,0,[adt,hMt])}function nhn(){return aat(),ot(st(mMt,1),te,491,0,[bMt,wMt])}function rhn(){return iq(),ot(st(xLt,1),te,433,0,[j1t,yLt])}function ihn(){return yq(),ot(st(TLt,1),te,434,0,[ELt,U1t])}function shn(){return Fm(),ot(st(yke,1),te,464,0,[r2,X5])}function ahn(){return qq(),ot(st(kLt,1),te,500,0,[aK,Z5])}function ohn(){return DI(),ot(st(yMt,1),te,438,0,[hdt,wK])}function chn(){return ZI(),ot(st(qMt,1),te,437,0,[vK,zMt])}function uhn(){return hit(),ot(st(PK,1),te,347,0,[rIt,iIt])}function Qz(t,e,n,r){return n>=0?t.Uh(e,n,r):t.Ch(null,n,r)}function xI(t){return t.b.b==0?t.a.sf():bit(t.b)}function lhn(t){if(t.p!=5)throw nt(new Yu);return qr(t.f)}function hhn(t){if(t.p!=5)throw nt(new Yu);return qr(t.k)}function jyt(t){return $t(t.a)===$t((iat(),Ydt))&&uTn(t),t.a}function fhn(t,e){t.b=e,t.c>0&&t.b>0&&(t.g=Cz(t.c,t.b,t.a))}function dhn(t,e){t.c=e,t.c>0&&t.b>0&&(t.g=Cz(t.c,t.b,t.a))}function gne(t,e){vt(this,new se(t.a,t.b)),Mt(this,lI(e))}function Nm(){tnn.call(this,new A6(zy(12))),Tmt(!0),this.a=2}function nst(t,e,n){xi(),cm.call(this,t),this.b=e,this.a=n}function $yt(t,e,n){kh(),Zj.call(this,e),this.a=t,this.b=n}function pne(t){var e;e=t.c.d.b,t.b=e,t.a=t.c.d,e.a=t.c.d.b=t}function ghn(t){return t.b==0?null:(cr(t.b!=0),Lh(t,t.a.a))}function eu(t,e){return e==null?Uo(yo(t.f,null)):WC(t.i,e)}function bne(t,e,n,r,s){return new Mot(t,(VE(),Lht),e,n,r,s)}function Jz(t,e){return rie(e),R0n(t,Vt(Or,ii,28,e,15,1),e)}function Zz(t,e){return Gz(t,"set1"),Gz(e,"set2"),new sYt(t,e)}function phn(t,e){var n=vht[t.charCodeAt(0)];return n??t}function wne(t,e){var n,r;return n=e,r=new me,Uge(t,n,r),r.d}function rst(t,e,n,r){var s;s=new WJt,e.a[n.g]=s,U6(t.b,r,s)}function bhn(t,e){var n;return n=N0n(t.f,e),Ei(cz(n),t.f.d)}function tq(t){var e;G0n(t.a),TQt(t.a),e=new LC(t.a),_5t(e)}function whn(t,e){Zde(t,!0),Tu(t.e.Rf(),new mvt(t,!0,e))}function mhn(t,e){return Y6(),t==es(M0(e))||t==es(Bb(e))}function vhn(t,e){return Eg(),u(K(e,(xc(),o0)),17).a==t}function Xs(t){return Math.max(Math.min(t,ki),-2147483648)|0}function mne(t){this.a=u(Hr(t),277),this.b=(wn(),new Dmt(t))}function vne(t,e,n){this.i=new ge,this.b=t,this.g=e,this.a=n}function zyt(t,e,n){this.a=new ge,this.e=t,this.f=e,this.c=n}function eq(t,e,n){this.c=new ge,this.e=t,this.f=e,this.b=n}function yne(t){uz.call(this),Y3t(this),this.a=t,this.c=!0}function yhn(t){function e(){}return e.prototype=t||{},new e}function xhn(t){if(t.Ae())return null;var e=t.n;return CU[e]}function kI(t){return t.Db>>16!=3?null:u(t.Cb,27)}function Y1(t){return t.Db>>16!=9?null:u(t.Cb,27)}function xne(t){return t.Db>>16!=6?null:u(t.Cb,74)}function Fm(){Fm=V,r2=new Hwt(Tk,0),X5=new Hwt(Ck,1)}function qd(){qd=V,Lv=new $wt(Ck,0),Vp=new $wt(Tk,1)}function X1(){X1=V,Mw=new zwt(dut,0),gd=new zwt("UP",1)}function kne(){kne=V,vve=Rr((s$(),ot(st(mve,1),te,549,0,[wht])))}function Ene(t){var e;return e=new f$(zy(t.length)),j4t(e,t),e}function Tne(t,e){return t.b+=e.b,t.c+=e.c,t.d+=e.d,t.a+=e.a,t}function khn(t,e){return lce(t,e)?(aoe(t),!0):!1}function bg(t,e){if(e==null)throw nt(new y6);return q2n(t,e)}function EI(t,e){var n;n=t.q.getHours(),t.q.setDate(e),TS(t,n)}function qyt(t,e,n){var r;r=t.Ih(e),r>=0?t.bi(r,n):j6t(t,e,n)}function Cne(t,e){var n;return n=t.Ih(e),n>=0?t.Wh(n):Fot(t,e)}function _ne(t,e){var n;for(Hr(e),n=t.a;n;n=n.c)e.Yd(n.g,n.i)}function ist(t,e,n){var r;r=Mce(t,e,n),t.b=new Vq(r.c.length)}function W4(t,e,n){nq(),t&&di(Gdt,t,e),t&&di(RN,t,n)}function Ehn(t,e){return gz(),Nn(),u(e.a,17).a<t}function Thn(t,e){return gz(),Nn(),u(e.b,17).a<t}function sst(t,e){return b.Math.abs(t)<b.Math.abs(e)?t:e}function Chn(t){return!t.a&&(t.a=new Jt(wi,t,10,11)),t.a.i>0}function Hyt(t){var e;return e=t.d,e=t.bj(t.f),Mr(t,e),e.Ob()}function Sne(t,e){var n;return n=new Kvt(e),Jhe(n,t),new fl(n)}function _hn(t){if(t.p!=0)throw nt(new Yu);return a_(t.f,0)}function Shn(t){if(t.p!=0)throw nt(new Yu);return a_(t.k,0)}function Ane(t){return t.Db>>16!=7?null:u(t.Cb,241)}function RE(t){return t.Db>>16!=6?null:u(t.Cb,241)}function Lne(t){return t.Db>>16!=7?null:u(t.Cb,167)}function es(t){return t.Db>>16!=11?null:u(t.Cb,27)}function Ny(t){return t.Db>>16!=17?null:u(t.Cb,29)}function Mne(t){return t.Db>>16!=3?null:u(t.Cb,155)}function Vyt(t){var e;return Nb(t),e=new Os,Ai(t,new AC(e))}function Dne(t,e){var n=t.a=t.a||[];return n[e]||(n[e]=t.ve(e))}function Ahn(t,e){var n;n=t.q.getHours(),t.q.setMonth(e),TS(t,n)}function Ine(t,e){nz(this),this.f=e,this.g=t,Uz(this),this.je()}function One(t,e){this.a=t,this.c=Ma(this.a),this.b=new Yz(e)}function Pne(t,e,n){this.a=e,this.c=t,this.b=(Hr(n),new fl(n))}function Nne(t,e,n){this.a=e,this.c=t,this.b=(Hr(n),new fl(n))}function Fne(t){this.a=t,this.b=Vt($6e,le,2043,t.e.length,0,2)}function Bne(){this.a=new Bd,this.e=new Os,this.g=0,this.i=0}function nq(){nq=V,Gdt=new Er,RN=new Er,krn(Bve,new zR)}function Rne(){Rne=V,T6e=tl(new Fs,(Ha(),Qo),(Ja(),qP))}function Uyt(){Uyt=V,C6e=tl(new Fs,(Ha(),Qo),(Ja(),qP))}function jne(){jne=V,S6e=tl(new Fs,(Ha(),Qo),(Ja(),qP))}function $ne(){$ne=V,U6e=ri(new Fs,(Ha(),Qo),(Ja(),pA))}function th(){th=V,W6e=ri(new Fs,(Ha(),Qo),(Ja(),pA))}function zne(){zne=V,Y6e=ri(new Fs,(Ha(),Qo),(Ja(),pA))}function ast(){ast=V,tke=ri(new Fs,(Ha(),Qo),(Ja(),pA))}function D_(t,e,n,r,s,o){return new xg(t.e,e,t.Lj(),n,r,s,o)}function Bo(t,e,n){return e==null?vu(t.f,null,n):Gm(t.i,e,n)}function Ya(t,e){t.c&&$u(t.c.g,t),t.c=e,t.c&&pe(t.c.g,t)}function Ca(t,e){t.c&&$u(t.c.a,t),t.c=e,t.c&&pe(t.c.a,t)}function uc(t,e){t.i&&$u(t.i.j,t),t.i=e,t.i&&pe(t.i.j,t)}function ya(t,e){t.d&&$u(t.d.e,t),t.d=e,t.d&&pe(t.d.e,t)}function ost(t,e){t.a&&$u(t.a.k,t),t.a=e,t.a&&pe(t.a.k,t)}function cst(t,e){t.b&&$u(t.b.f,t),t.b=e,t.b&&pe(t.b.f,t)}function qne(t,e){$un(t,t.b,t.c),u(t.b.b,68),e&&u(e.b,68).b}function Lhn(t,e){return ji(u(t.c,65).c.e.b,u(e.c,65).c.e.b)}function Mhn(t,e){return ji(u(t.c,65).c.e.a,u(e.c,65).c.e.a)}function Dhn(t){return Tat(),Nn(),u(t.a,86).d.e!=0}function rq(t,e){At(t.Cb,184)&&(u(t.Cb,184).tb=null),wu(t,e)}function ust(t,e){At(t.Cb,90)&&t3(Sl(u(t.Cb,90)),4),wu(t,e)}function Ihn(t,e){w5t(t,e),At(t.Cb,90)&&t3(Sl(u(t.Cb,90)),2)}function Ohn(t,e){var n,r;n=e.c,r=n!=null,r&&G6(t,new Oy(e.c))}function Hne(t){var e,n;return n=(dE(),e=new um,e),GE(n,t),n}function Vne(t){var e,n;return n=(dE(),e=new um,e),GE(n,t),n}function Une(t){for(var e;;)if(e=t.Pb(),!t.Ob())return e}function Phn(t,e,n){return pe(t.a,(zz(),aot(e,n),new pm(e,n))),t}function nu(t,e){return bo(),Rst(e)?new xz(e,t):new YD(e,t)}function TI(t){return Gd(),Rc(t,0)>=0?Fb(t):__(Fb(Ep(t)))}function Nhn(t){var e;return e=u(vz(t.b),9),new Eh(t.a,e,t.c)}function Gne(t,e){var n;return n=u(Gy(W6(t.a),e),16),n?n.gc():0}function Kne(t,e,n){var r;mue(e,n,t.c.length),r=n-e,dwt(t.c,e,r)}function vp(t,e,n){mue(e,n,t.gc()),this.c=t,this.a=e,this.b=n-e}function X6(t){this.c=new Qi,this.b=t.b,this.d=t.c,this.a=t.a}function lst(t){this.a=b.Math.cos(t),this.b=b.Math.sin(t)}function G2(t,e,n,r){this.c=t,this.d=r,ost(this,e),cst(this,n)}function Gyt(t,e){Jen.call(this,new A6(zy(t))),ih(e,Hpe),this.a=e}function Wne(t,e,n){return new Mot(t,(VE(),Aht),null,!1,e,n)}function Yne(t,e,n){return new Mot(t,(VE(),Mht),e,n,null,!1)}function Fhn(){return bl(),ot(st(zo,1),te,108,0,[v9t,rc,w3])}function Bhn(){return zu(),ot(st(cye,1),te,471,0,[D1,Qb,Kf])}function Rhn(){return pl(),ot(st(aye,1),te,470,0,[i0,Xb,Gf])}function jhn(){return _1(),ot(st(m3,1),te,237,0,[Tc,yu,Cc])}function $hn(){return R_(),ot(st(fCt,1),te,391,0,[Yht,Wht,Xht])}function zhn(){return Hm(),ot(st(hft,1),te,372,0,[wv,Jb,bv])}function qhn(){return z_(),ot(st(f_t,1),te,322,0,[wA,UP,h_t])}function Hhn(){return Nq(),ot(st(g_t,1),te,351,0,[d_t,pG,xft])}function Vhn(){return ew(),ot(st(L4e,1),te,459,0,[Tft,TT,R5])}function Uhn(){return s7(),ot(st(Pft,1),te,298,0,[Ift,Oft,GP])}function Ghn(){return kg(),ot(st(B4e,1),te,311,0,[KP,$5,jk])}function Khn(){return Q_(),ot(st(bAt,1),te,390,0,[u1t,pAt,GG])}function Whn(){return xo(),ot(st(w6e,1),te,462,0,[OA,vl,xu])}function Yhn(){return Yq(),ot(st(LAt,1),te,387,0,[SAt,m1t,AAt])}function Xhn(){return W_(),ot(st(MAt,1),te,349,0,[y1t,v1t,iN])}function Qhn(){return d7(),ot(st(IAt,1),te,350,0,[x1t,DAt,PA])}function Jhn(){return Pq(),ot(st(NAt,1),te,352,0,[PAt,k1t,OAt])}function Zhn(){return Zq(),ot(st(FAt,1),te,388,0,[E1t,BT,N3])}function tfn(){return qm(),ot(st(R6e,1),te,463,0,[sN,NA,XG])}function Q1(t){return hc(ot(st(ua,1),le,8,0,[t.i.n,t.n,t.a]))}function efn(){return Y_(),ot(st(ZAt,1),te,392,0,[JAt,_1t,oN])}function Xne(){Xne=V,Yke=tl(new Fs,(dk(),jA),(kS(),HAt))}function iq(){iq=V,j1t=new Vwt("DFS",0),yLt=new Vwt("BFS",1)}function Qne(t,e,n){var r;r=new aZ,r.b=e,r.a=n,++e.b,pe(t.d,r)}function nfn(t,e,n){var r;r=new eo(n.d),Ei(r,t),b5t(e,r.a,r.b)}function rfn(t,e){VQt(t,qr(ia(_m(e,24),vV)),qr(ia(e,vV)))}function Fy(t,e){if(t<0||t>e)throw nt(new No(f8t+t+d8t+e))}function mn(t,e){if(t<0||t>=e)throw nt(new No(f8t+t+d8t+e))}function qn(t,e){if(t<0||t>=e)throw nt(new twt(f8t+t+d8t+e))}function gn(t,e){this.b=(Wn(t),t),this.a=e&u3?e:e|64|Wd}function Kyt(t){var e;return Nb(t),e=(Om(),Om(),Cht),Mq(t,e)}function ifn(t,e,n){var r;return r=SS(t,e,!1),r.b<=e&&r.a<=n}function sfn(){return xq(),ot(st(pMt,1),te,439,0,[odt,gMt,dMt])}function afn(){return cH(),ot(st(YLt,1),te,394,0,[WLt,rdt,KLt])}function ofn(){return gH(),ot(st(GLt,1),te,445,0,[fN,lK,Q1t])}function cfn(){return CH(),ot(st(_8e,1),te,455,0,[J1t,tdt,Z1t])}function ufn(){return rO(),ot(st(SLt,1),te,393,0,[oK,CLt,_Lt])}function lfn(){return Wq(),ot(st(ULt,1),te,299,0,[X1t,VLt,HLt])}function hfn(){return nd(),ot(st(BDt,1),te,278,0,[HT,$3,VT])}function ffn(){return ok(),ot(st(nIt,1),te,280,0,[eIt,q3,OK])}function dfn(){return Cg(),ot(st(YDt,1),te,346,0,[SK,Wp,aL])}function gfn(){return uO(),ot(st(cdt,1),te,444,0,[gK,pK,bK])}function Bm(t){return Hr(t),At(t,16)?new fl(u(t,16)):SE(t.Kc())}function Wyt(t,e){return t&&t.equals?t.equals(e):$t(t)===$t(e)}function ia(t,e){return Db(aun(Zo(t)?tf(t):t,Zo(e)?tf(e):e))}function k1(t,e){return Db(oun(Zo(t)?tf(t):t,Zo(e)?tf(e):e))}function hst(t,e){return Db(cun(Zo(t)?tf(t):t,Zo(e)?tf(e):e))}function pfn(t,e){var n;return n=(Wn(t),t).g,qmt(!!n),Wn(e),n(e)}function Jne(t,e){var n,r;return r=ME(t,e),n=t.a.fd(r),new rYt(t,n)}function bfn(t){return t.Db>>16!=6?null:u(jot(t),241)}function wfn(t){if(t.p!=2)throw nt(new Yu);return qr(t.f)&js}function mfn(t){if(t.p!=2)throw nt(new Yu);return qr(t.k)&js}function et(t){return cr(t.a<t.c.c.length),t.b=t.a++,t.c.c[t.b]}function vfn(t,e){t.b=t.b|e.b,t.c=t.c|e.c,t.d=t.d|e.d,t.a=t.a|e.a}function yfn(t,e){var n;n=Rt(Ht(t.a.of((si(),TK)))),gpe(t,e,n)}function Zne(t,e){H2.call(this,1,2,ot(st(Or,1),ii,28,15,[t,e]))}function tre(t,e,n){cm.call(this,25),this.b=t,this.a=e,this.c=n}function eh(t){xi(),cm.call(this,t),this.c=!1,this.a=!1}function xfn(t){return t.a==(zE(),KK)&&xn(t,Nkn(t.g,t.b)),t.a}function Q6(t){return t.d==(zE(),KK)&&an(t,PEn(t.g,t.b)),t.d}function kfn(t,e){return j_(),t.c==e.c?ji(e.d,t.d):ji(e.c,t.c)}function Efn(t,e){return j_(),t.c==e.c?ji(e.d,t.d):ji(t.c,e.c)}function Tfn(t,e){return j_(),t.c==e.c?ji(t.d,e.d):ji(t.c,e.c)}function Cfn(t,e){return j_(),t.c==e.c?ji(t.d,e.d):ji(e.c,t.c)}function Yyt(t,e){return Ete(t.a,e)?Rvt(t.b,u(e,22).g,null):null}function _fn(t){return Xa(Rf(Oc(Ml(t,32)),32),Oc(Ml(t,32)))}function Xyt(t){return t.b==null||t.b.length==0?"n_"+t.a:"n_"+t.b}function K2(t){return t.c==null||t.c.length==0?"n_"+t.g:"n_"+t.c}function ere(t,e){var n;for(n=t+"";n.length<e;)n="0"+n;return n}function Sfn(t,e){var n;n=u(tr(t.g,e),60),Tu(e.d,new YYt(t,n))}function Afn(t,e){var n,r;return n=ihe(t),r=ihe(e),n<r?-1:n>r?1:0}function nre(t,e){var n,r;return n=Pst(e),r=n,u(tr(t.c,r),17).a}function fst(t,e,n){var r;r=t.d[e.p],t.d[e.p]=t.d[n.p],t.d[n.p]=r}function Lfn(t,e,n){var r;t.n&&e&&n&&(r=new ztt,pe(t.e,r))}function dst(t,e){if(qs(t.a,e),e.d)throw nt(new oc(fbe));e.d=t}function Qyt(t,e){this.a=new ge,this.d=new ge,this.f=t,this.c=e}function rre(){this.c=new $Qt,this.a=new Gie,this.b=new iKt,kYt()}function ire(){sk(),this.b=new Er,this.a=new Er,this.c=new ge}function sre(t,e,n){this.d=t,this.j=e,this.e=n,this.o=-1,this.p=3}function are(t,e,n){this.d=t,this.k=e,this.f=n,this.o=-1,this.p=5}function ore(t,e,n,r,s,o){Q3t.call(this,t,e,n,r,s),o&&(this.o=-2)}function cre(t,e,n,r,s,o){J3t.call(this,t,e,n,r,s),o&&(this.o=-2)}function ure(t,e,n,r,s,o){p3t.call(this,t,e,n,r,s),o&&(this.o=-2)}function lre(t,e,n,r,s,o){e4t.call(this,t,e,n,r,s),o&&(this.o=-2)}function hre(t,e,n,r,s,o){b3t.call(this,t,e,n,r,s),o&&(this.o=-2)}function fre(t,e,n,r,s,o){Z3t.call(this,t,e,n,r,s),o&&(this.o=-2)}function dre(t,e,n,r,s,o){t4t.call(this,t,e,n,r,s),o&&(this.o=-2)}function gre(t,e,n,r,s,o){w3t.call(this,t,e,n,r,s),o&&(this.o=-2)}function pre(t,e,n,r){Zj.call(this,n),this.b=t,this.c=e,this.d=r}function bre(t,e){this.f=t,this.a=(zE(),GK),this.c=GK,this.b=e}function wre(t,e){this.g=t,this.d=(zE(),KK),this.a=KK,this.b=e}function Jyt(t,e){!t.c&&(t.c=new ws(t,0)),uV(t.c,(Fi(),mL),e)}function Mfn(t,e){return fxn(t,e,At(e,102)&&(u(e,19).Bb&fo)!=0)}function Dfn(t,e){return Qte(Oc(t.q.getTime()),Oc(e.q.getTime()))}function mre(t){return vit(t.e.Rd().gc()*t.c.Rd().gc(),16,new dnt(t))}function Ifn(t){return!!t.u&&Gc(t.u.a).i!=0&&!(t.n&¬(t.n))}function Ofn(t){return!!t.a&&Al(t.a.a).i!=0&&!(t.b&&rot(t.b))}function Zyt(t,e){return e==0?!!t.o&&t.o.f!=0:Xat(t,e)}function Pfn(t,e,n){var r;return r=u(t.Zb().xc(e),16),!!r&&r.Hc(n)}function vre(t,e,n){var r;return r=u(t.Zb().xc(e),16),!!r&&r.Mc(n)}function yre(t,e){var n;return n=1-e,t.a[n]=Hq(t.a[n],n),Hq(t,e)}function xre(t,e){var n,r;return r=ia(t,Eo),n=Rf(e,32),k1(n,r)}function kre(t,e,n){var r;r=(Hr(t),new fl(t)),Fmn(new Pne(r,e,n))}function CI(t,e,n){var r;r=(Hr(t),new fl(t)),Bmn(new Nne(r,e,n))}function vc(t,e,n,r,s,o){return Zoe(t,e,n,o),c5t(t,r),u5t(t,s),t}function Ere(t,e,n,r){return t.a+=""+Ch(e==null?Hu:ec(e),n,r),t}function _a(t,e){this.a=t,$r.call(this,t),Fy(e,t.gc()),this.b=e}function Tre(t){this.a=Vt(sa,Ln,1,N4t(b.Math.max(8,t))<<1,5,1)}function _I(t){return u(id(t,Vt(z0,Bp,10,t.c.length,0,1)),199)}function Hd(t){return u(id(t,Vt(rft,Mut,18,t.c.length,0,1)),482)}function Cre(t){return t.a?t.e.length==0?t.a.a:t.a.a+(""+t.e):t.c}function I_(t){for(;t.d>0&&t.a[--t.d]==0;);t.a[t.d++]==0&&(t.e=0)}function _re(t){return cr(t.b.b!=t.d.a),t.c=t.b=t.b.b,--t.a,t.c.c}function Nfn(t,e,n){t.a=e,t.c=n,t.b.a.$b(),Zl(t.d),wy(t.e.a.c,0)}function Sre(t,e){var n;t.e=new V2t,n=n3(e),Ms(n,t.c),qde(t,n,0)}function Bs(t,e,n,r){var s;s=new rC,s.a=e,s.b=n,s.c=r,Zr(t.a,s)}function he(t,e,n,r){var s;s=new rC,s.a=e,s.b=n,s.c=r,Zr(t.b,s)}function Are(t,e,n){if(t<0||e<t||e>n)throw nt(new No(W3n(t,e,n)))}function SI(t,e){if(t<0||t>=e)throw nt(new No(C4n(t,e)));return t}function Ffn(t){if(!("stack"in t))try{throw t}catch{}return t}function Y4(t){return HC(),At(t.g,10)?u(t.g,10):null}function Bfn(t){return K4(t).dc()?!1:(ain(t,new ut),!0)}function W2(t){var e;return Zo(t)?(e=t,e==-0?0:e):Jdn(t)}function Lre(t,e){return At(e,44)?cot(t.a,u(e,44)):!1}function Mre(t,e){return At(e,44)?cot(t.a,u(e,44)):!1}function Dre(t,e){return At(e,44)?cot(t.a,u(e,44)):!1}function t3t(t){var e;return _b(t),e=new Ot,D4(t.a,new y0(e)),e}function e3t(){var t,e,n;return e=(n=(t=new um,t),n),pe(RIt,e),e}function sq(t){var e;return _b(t),e=new vn,D4(t.a,new G1(e)),e}function Rfn(t,e){return t.a<=t.b?(e.Dd(t.a++),!0):!1}function Ire(t){eat.call(this,t,(VE(),Sht),null,!1,null,!1)}function Ore(){Ore=V,$ye=Rr((m$(),ot(st(V9t,1),te,488,0,[$ht])))}function Pre(){Pre=V,RAt=_ee(fe(1),fe(4)),BAt=_ee(fe(1),fe(2))}function jfn(t,e){return new dit(e,p_(Ma(e.e),t,t),(Nn(),!0))}function aq(t){return new bu((ih(t,Dct),Aq(Xa(Xa(5,t),t/10|0))))}function $fn(t){return vit(t.e.Rd().gc()*t.c.Rd().gc(),273,new fnt(t))}function Nre(t){return u(id(t,Vt(Y3e,Vbe,12,t.c.length,0,1)),2042)}function zfn(t){return th(),!ho(t)&&!(!ho(t)&&t.c.i.c==t.d.i.c)}function qfn(t,e){return rk(),u(K(e,(xc(),Q5)),17).a>=t.gc()}function O_(t,e){TCn(e,t),Pvt(t.d),Pvt(u(K(t,(Me(),jG)),214))}function gst(t,e){CCn(e,t),Nvt(t.d),Nvt(u(K(t,(Me(),jG)),214))}function Hfn(t,e,n){t.d&&$u(t.d.e,t),t.d=e,t.d&&Cm(t.d.e,n,t)}function Vfn(t,e,n){return n.f.c.length>0?uyt(t.a,e,n):uyt(t.b,e,n)}function Ufn(t,e,n){var r;r=cwn();try{return Isn(t,e,n)}finally{B1n(r)}}function Rm(t,e){var n,r;return n=bg(t,e),r=null,n&&(r=n.pe()),r}function P_(t,e){var n,r;return n=bg(t,e),r=null,n&&(r=n.se()),r}function jE(t,e){var n,r;return n=$y(t,e),r=null,n&&(r=n.se()),r}function wg(t,e){var n,r;return n=bg(t,e),r=null,n&&(r=t6t(n)),r}function Gfn(t,e,n){var r;return r=x7(n),iV(t.g,r,e),iV(t.i,e,n),e}function n3t(t,e,n){this.d=new GVt(this),this.e=t,this.i=e,this.f=n}function Fre(t,e,n,r){this.e=null,this.c=t,this.d=e,this.a=n,this.b=r}function Bre(t,e,n,r){PQt(this),this.c=t,this.e=e,this.f=n,this.b=r}function r3t(t,e,n,r){this.d=t,this.n=e,this.g=n,this.o=r,this.p=-1}function Rre(t,e,n,r){return At(n,59)?new gJt(t,e,n,r):new ryt(t,e,n,r)}function $E(t){return At(t,16)?u(t,16).dc():!t.Kc().Ob()}function jre(t){if(t.e.g!=t.b)throw nt(new yh);return!!t.c&&t.d>0}function Tr(t){return cr(t.b!=t.d.c),t.c=t.b,t.b=t.b.a,++t.a,t.c.c}function i3t(t,e){Wn(e),hs(t.a,t.c,e),t.c=t.c+1&t.a.length-1,ohe(t)}function Ab(t,e){Wn(e),t.b=t.b-1&t.a.length-1,hs(t.a,t.b,e),ohe(t)}function $re(t){var e;e=t.Gh(),this.a=At(e,71)?u(e,71).Ii():e.Kc()}function Kfn(t){return new gn(I0n(u(t.a.md(),16).gc(),t.a.ld()),16)}function zre(){zre=V,rEe=Rr((x$(),ot(st(vMt,1),te,489,0,[udt])))}function qre(){qre=V,sEe=Rr((k$(),ot(st(iEe,1),te,558,0,[ldt])))}function Hre(){Hre=V,EEe=Rr((VC(),ot(st($Mt,1),te,539,0,[bN])))}function Wfn(){return iw(),ot(st(bCt,1),te,389,0,[x3,pCt,eft,nft])}function Yfn(){return VE(),ot(st(IU,1),te,303,0,[Sht,Aht,Lht,Mht])}function Xfn(){return lk(),ot(st(Nye,1),te,332,0,[PP,OP,NP,FP])}function Qfn(){return cS(),ot(st(Rye,1),te,406,0,[BP,FU,BU,RP])}function Jfn(){return Um(),ot(st(Oye,1),te,417,0,[IP,DP,Rht,jht])}function Zfn(){return a7(),ot(st(B3e,1),te,416,0,[pv,y3,v3,O5])}function t1n(){return rd(),ot(st(d4e,1),te,421,0,[Rk,wT,mT,lft])}function e1n(){return Jq(),ot(st(n4e,1),te,371,0,[uft,uG,lG,HP])}function n1n(){return Yy(),ot(st(h1t,1),te,203,0,[KG,l1t,Y5,W5])}function r1n(){return Vd(),ot(st(CAt,1),te,284,0,[Hp,TAt,g1t,p1t])}function i1n(t){var e;return t.j==(ve(),vr)&&(e=M1e(t),Ju(e,Jn))}function s1n(t,e){var n;n=e.a,Ya(n,e.c.d),ya(n,e.d.d),Vy(n.a,t.n)}function s3t(t,e){var n;return n=u(ed(t.b,e),67),!n&&(n=new Qi),n}function J6(t){return HC(),At(t.g,154)?u(t.g,154):null}function a1n(t){t.a=null,t.e=null,wy(t.b.c,0),wy(t.f.c,0),t.c=null}function oq(){oq=V,Nft=new Bwt(Y7,0),O_t=new Bwt("TOP_LEFT",1)}function N_(){N_=V,BA=new jwt("UPPER",0),FA=new jwt("LOWER",1)}function o1n(t,e){return N6(new se(e.e.a+e.f.a/2,e.e.b+e.f.b/2),t)}function Vre(t,e){return u(ql(Dy(u(Mi(t.k,e),15).Oc(),N5)),113)}function Ure(t,e){return u(ql(H6(u(Mi(t.k,e),15).Oc(),N5)),113)}function c1n(){return dk(),ot(st(zAt,1),te,405,0,[tK,RA,jA,$A])}function u1n(){return X_(),ot(st(vLt,1),te,353,0,[R1t,sK,B1t,F1t])}function l1n(){return LH(),ot(st(qLt,1),te,354,0,[Y1t,$Lt,zLt,jLt])}function h1n(){return Kl(),ot(st(hL,1),te,386,0,[IN,Fw,DN,z3])}function f1n(){return ah(),ot(st(l7e,1),te,290,0,[AN,V0,a2,SN])}function d1n(){return _g(),ot(st(Bdt,1),te,223,0,[Fdt,_N,UT,Jk])}function g1n(){return lH(),ot(st(cIt,1),te,320,0,[$dt,sIt,oIt,aIt])}function p1n(){return tH(),ot(st(S7e,1),te,415,0,[zdt,lIt,uIt,hIt])}function b1n(t){return nq(),Eu(Gdt,t)?u(tr(Gdt,t),341).Qg():null}function _h(t,e,n){return e<0?Fot(t,n):u(n,69).wk().Bk(t,t.hi(),e)}function w1n(t,e,n){var r;return r=x7(n),iV(t.j,r,e),di(t.k,e,n),e}function m1n(t,e,n){var r;return r=x7(n),iV(t.d,r,e),di(t.e,e,n),e}function Gre(t){var e,n;return e=(wb(),n=new x4,n),t&&WH(e,t),e}function a3t(t){var e;return e=t.aj(t.i),t.i>0&&Wc(t.g,0,e,0,t.i),e}function Kre(t,e){var n;for(n=t.j.c.length;n<e;n++)pe(t.j,t.Ng())}function Wre(t,e,n,r){var s;return s=r[e.g][n.g],Rt(Ht(K(t.a,s)))}function Yre(t,e){E$();var n;return n=u(tr(qK,t),57),!n||n.fk(e)}function v1n(t){if(t.p!=1)throw nt(new Yu);return qr(t.f)<<24>>24}function y1n(t){if(t.p!=1)throw nt(new Yu);return qr(t.k)<<24>>24}function x1n(t){if(t.p!=7)throw nt(new Yu);return qr(t.k)<<16>>16}function k1n(t){if(t.p!=7)throw nt(new Yu);return qr(t.f)<<16>>16}function X4(t,e){return e.e==0||t.e==0?lA:(O7(),Uot(t,e))}function Xre(t,e){return $t(e)===$t(t)?"(this Map)":e==null?Hu:ec(e)}function E1n(t,e,n){return Ait(Ht(Uo(yo(t.f,e))),Ht(Uo(yo(t.f,n))))}function T1n(t,e,n){var r;r=u(tr(t.g,n),60),pe(t.a.c,new Ys(e,r))}function Qre(t,e,n){t.i=0,t.e=0,e!=n&&(Oce(t,e,n),Ice(t,e,n))}function C1n(t,e,n,r,s){var o;o=_xn(s,n,r),pe(e,m4n(s,o)),u3n(t,s,e)}function o3t(t,e,n,r,s){this.i=t,this.a=e,this.e=n,this.j=r,this.f=s}function Jre(t,e){Ryt.call(this),this.a=t,this.b=e,pe(this.a.b,this)}function Zre(t){this.b=new Er,this.c=new Er,this.d=new Er,this.a=t}function tie(t,e){var n;return n=new L4,t.Gd(n),n.a+="..",e.Hd(n),n.a}function eie(t,e){var n;for(n=e;n;)Em(t,n.i,n.j),n=es(n);return t}function nie(t,e,n){var r;return r=x7(n),di(t.b,r,e),di(t.c,e,n),e}function mg(t){var e;for(e=0;t.Ob();)t.Pb(),e=Xa(e,1);return Aq(e)}function S0(t,e){bo();var n;return n=u(t,69).vk(),C3n(n,e),n.xl(e)}function _1n(t,e,n){if(n){var r=n.oe();t.a[e]=r(n)}else delete t.a[e]}function c3t(t,e){var n;n=t.q.getHours(),t.q.setFullYear(e+Hb),TS(t,n)}function S1n(t,e){return u(e==null?Uo(yo(t.f,null)):WC(t.i,e),288)}function u3t(t,e){return t==(Un(),Ts)&&e==Ts?4:t==Ts||e==Ts?8:32}function cq(t,e,n){return aV(t,e,n,At(e,102)&&(u(e,19).Bb&fo)!=0)}function A1n(t,e,n){return B7(t,e,n,At(e,102)&&(u(e,19).Bb&fo)!=0)}function L1n(t,e,n){return vxn(t,e,n,At(e,102)&&(u(e,19).Bb&fo)!=0)}function l3t(t){t.b!=t.c&&(t.a=Vt(sa,Ln,1,8,5,1),t.b=0,t.c=0)}function F_(t){return cr(t.a<t.c.a.length),t.b=t.a,gae(t),t.c.b[t.b]}function Gc(t){return t.n||(Sl(t),t.n=new Lte(t,So,t),Ko(t)),t.n}function rie(t){if(t<0)throw nt(new XKt("Negative array size: "+t))}function pst(t,e,n){if(n){var r=n.oe();n=r(n)}else n=void 0;t.a[e]=n}function iie(t,e){h7();var n;return n=t.j.g-e.j.g,n!=0?n:0}function M1n(t,e){return fg(),Mr(Xt(t.a),e)}function D1n(t,e){return fg(),Mr(Xt(t.a),e)}function vg(t,e){Gd(),H2.call(this,t,1,ot(st(Or,1),ii,28,15,[e]))}function By(t,e){xi(),cm.call(this,t),this.a=e,this.c=-1,this.b=-1}function Ry(t,e,n,r){sre.call(this,1,n,r),this.c=t,this.b=e}function bst(t,e,n,r){are.call(this,1,n,r),this.c=t,this.b=e}function wst(t,e,n,r,s,o,h){Gst.call(this,e,r,s,o,h),this.c=t,this.a=n}function Y2(t,e,n){this.e=t,this.a=sa,this.b=u0e(e),this.c=e,this.d=n}function mst(t){this.e=t,this.c=this.e.a,this.b=this.e.g,this.d=this.e.i}function h3t(t){this.d=t,this.b=this.d.a.entries(),this.a=this.b.next()}function sie(t){this.c=t,this.a=u(rf(t),156),this.b=this.a.jk().wi()}function yp(){Er.call(this),vJt(this),this.d.b=this.d,this.d.a=this.d}function fs(t,e,n,r){var s;s=new Pe,s.c=e,s.b=n,s.a=r,r.b=n.a=s,++t.b}function I1n(t,e){var n;return n=e!=null?eu(t,e):Uo(yo(t.f,e)),Y$(n)}function O1n(t,e){var n;return n=e!=null?eu(t,e):Uo(yo(t.f,e)),Y$(n)}function tc(t,e){var n;return e.b.Kb(nae(t,e.c.Xe(),(n=new Kj(e),n)))}function P1n(t,e){var n;return rie(e),n=t.slice(0,e),n.length=e,Ost(n,t)}function aie(t,e){var n;for(n=0;n<e;++n)hs(t,n,new as(u(t[n],44)))}function N1n(t,e){var n;for(n=t.d-1;n>=0&&t.a[n]===e[n];n--);return n<0}function uq(t){var e;return t?new Kvt(t):(e=new Bd,Zst(e,t),e)}function F1n(t,e){var n,r;r=!1;do n=kce(t,e),r=r|n;while(n);return r}function B1n(t){t&&u0n((X2t(),UTt)),--_U,t&&SU!=-1&&(Arn(SU),SU=-1)}function lq(t){Rxt(),VQt(this,qr(ia(_m(t,24),vV)),qr(ia(t,vV)))}function oie(){oie=V,tye=Rr((vH(),ot(st(x9t,1),te,436,0,[Oht,y9t])))}function cie(){cie=V,eye=Rr((_q(),ot(st(E9t,1),te,435,0,[k9t,Pht])))}function uie(){uie=V,r3e=Rr((Sq(),ot(st(Q9t,1),te,432,0,[Uht,$U])))}function lie(){lie=V,Z3e=Rr((t7(),ot(st(J3e,1),te,517,0,[zP,sft])))}function hie(){hie=V,I4e=Rr((FI(),ot(st(x_t,1),te,487,0,[y_t,mG])))}function fie(){fie=V,A4e=Rr((HI(),ot(st(m_t,1),te,428,0,[bG,w_t])))}function die(){die=V,T4e=Rr((mq(),ot(st(l_t,1),te,431,0,[u_t,yft])))}function gie(){gie=V,b6e=Rr((zI(),ot(st(_At,1),te,430,0,[b1t,w1t])))}function pie(){pie=V,V6e=Rr((N_(),ot(st(H6e,1),te,531,0,[BA,FA])))}function bie(){bie=V,Q6e=Rr((qd(),ot(st(X6e,1),te,523,0,[Lv,Vp])))}function wie(){wie=V,Z6e=Rr((X1(),ot(st(J6e,1),te,522,0,[Mw,gd])))}function mie(){mie=V,gke=Rr((E1(),ot(st(dke,1),te,528,0,[F3,n2])))}function vie(){vie=V,j4e=Rr((oq(),ot(st(P_t,1),te,429,0,[Nft,O_t])))}function yie(){yie=V,xke=Rr((Fm(),ot(st(yke,1),te,464,0,[r2,X5])))}function xie(){xie=V,n8e=Rr((yq(),ot(st(TLt,1),te,434,0,[ELt,U1t])))}function kie(){kie=V,Wke=Rr((iq(),ot(st(xLt,1),te,433,0,[j1t,yLt])))}function Eie(){Eie=V,Zke=Rr((qq(),ot(st(kLt,1),te,500,0,[aK,Z5])))}function Tie(){Tie=V,Q8e=Rr((fq(),ot(st(fMt,1),te,490,0,[adt,hMt])))}function Cie(){Cie=V,Z8e=Rr((aat(),ot(st(mMt,1),te,491,0,[bMt,wMt])))}function _ie(){_ie=V,aEe=Rr((DI(),ot(st(yMt,1),te,438,0,[hdt,wK])))}function Sie(){Sie=V,TEe=Rr((ZI(),ot(st(qMt,1),te,437,0,[vK,zMt])))}function Aie(){Aie=V,T7e=Rr((hit(),ot(st(PK,1),te,347,0,[rIt,iIt])))}function R1n(){return Rs(),ot(st(iL,1),te,88,0,[wd,Jo,Ho,bd,qh])}function j1n(){return ve(),ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn])}function $1n(t,e,n){return u(e==null?vu(t.f,null,n):Gm(t.i,e,n),288)}function z1n(t){return(t.k==(Un(),Ts)||t.k==Ds)&&Ui(t,(ae(),xA))}function vst(t){return t.c&&t.d?Xyt(t.c)+"->"+Xyt(t.d):"e_"+km(t)}function Oa(t,e){var n,r;for(Wn(e),r=t.Kc();r.Ob();)n=r.Pb(),e.Cd(n)}function q1n(t,e){var n;n=new T6,U2(n,"x",e.a),U2(n,"y",e.b),G6(t,n)}function H1n(t,e){var n;n=new T6,U2(n,"x",e.a),U2(n,"y",e.b),G6(t,n)}function Lie(t,e){var n;for(n=e;n;)Em(t,-n.i,-n.j),n=es(n);return t}function f3t(t,e){var n,r;for(n=e,r=0;n>0;)r+=t.a[n],n-=n&-n;return r}function Sh(t,e,n){var r;return r=(mn(e,t.c.length),t.c[e]),t.c[e]=n,r}function d3t(t,e,n){t.a.c.length=0,gTn(t,e,n),t.a.c.length==0||q8n(t,e)}function AI(t){t.i=0,ND(t.b,null),ND(t.c,null),t.a=null,t.e=null,++t.g}function hq(){hq=V,hd=!0,Vve=!1,Uve=!1,Kve=!1,Gve=!1}function yst(t){hq(),!hd&&(this.c=t,this.e=!0,this.a=new ge)}function Mie(t,e){this.c=0,this.b=e,ZXt.call(this,t,17493),this.a=this.c}function Die(t){Ppe(),jGt(this),this.a=new Qi,G4t(this,t),Zr(this.a,t)}function Iie(){Hrt(this),this.b=new se(ns,ns),this.a=new se(Vs,Vs)}function fq(){fq=V,adt=new Kwt(q8t,0),hMt=new Kwt("TARGET_WIDTH",1)}function Q4(t,e){return(Nb(t),gE(new ln(t,new $3t(e,t.a)))).Bd(Nk)}function V1n(){return Ha(),ot(st(dCt,1),te,367,0,[Wf,$0,Yc,ou,Qo])}function U1n(){return Qy(),ot(st(p4e,1),te,375,0,[VP,dG,gG,fG,hG])}function G1n(){return Mp(),ot(st(b_t,1),te,348,0,[kft,p_t,Eft,ET,kT])}function K1n(){return oS(),ot(st(mAt,1),te,323,0,[wAt,f1t,d1t,DA,IA])}function W1n(){return Ph(),ot(st(K_t,1),te,171,0,[QP,EA,t2,TA,_3])}function Y1n(){return FH(),ot(st(t8e,1),te,368,0,[H1t,$1t,V1t,z1t,q1t])}function X1n(){return mS(),ot(st(tEe,1),te,373,0,[tx,Kk,XA,YA,pN])}function Q1n(){return TO(),ot(st(TMt,1),te,324,0,[xMt,fdt,EMt,ddt,kMt])}function J1n(){return A1(),ot(st(H0,1),te,170,0,[_n,Js,c0,Dw,Gp])}function Z1n(){return i5(),ot(st(cL,1),te,256,0,[o2,LN,XDt,oL,QDt])}function tdn(t){return c$(),function(){return Ufn(t,this,arguments)}}function ho(t){return!t.c||!t.d?!1:!!t.c.i&&t.c.i==t.d.i}function g3t(t,e){return At(e,143)?hn(t.c,u(e,143).c):!1}function Sl(t){return t.t||(t.t=new LGt(t),eS(new UKt(t),0,t.t)),t.t}function Oie(t){this.b=t,Zn.call(this,t),this.a=u($n(this.b.a,4),129)}function Pie(t){this.b=t,B6.call(this,t),this.a=u($n(this.b.a,4),129)}function jf(t,e,n,r,s){Vie.call(this,e,r,s),this.c=t,this.b=n}function p3t(t,e,n,r,s){sre.call(this,e,r,s),this.c=t,this.a=n}function b3t(t,e,n,r,s){are.call(this,e,r,s),this.c=t,this.a=n}function w3t(t,e,n,r,s){Vie.call(this,e,r,s),this.c=t,this.a=n}function xst(t,e){var n;return n=u(ed(t.d,e),23),n||u(ed(t.e,e),23)}function Nie(t,e){var n,r;return n=e.ld(),r=t.Fe(n),!!r&&Ic(r.e,e.md())}function Fie(t,e){var n;return n=e.ld(),new pm(n,t.e.pc(n,u(e.md(),16)))}function edn(t,e){var n;return n=t.a.get(e),n??Vt(sa,Ln,1,0,5,1)}function Bie(t){var e;return e=t.length,hn(Xn.substr(Xn.length-e,e),t)}function lr(t){if(Sr(t))return t.c=t.a,t.a.Pb();throw nt(new ac)}function m3t(t,e){return e==0||t.e==0?t:e>0?Sde(t,e):Xue(t,-e)}function Z6(t,e){return e==0||t.e==0?t:e>0?Xue(t,e):Sde(t,-e)}function v3t(t){frn.call(this,t==null?Hu:ec(t),At(t,82)?u(t,82):null)}function Rie(t){var e;return t.c||(e=t.r,At(e,90)&&(t.c=u(e,29))),t.c}function kst(t){var e;return e=new Pm,Yo(e,t),Zt(e,(Me(),qo),null),e}function jie(t){var e,n;return e=t.c.i,n=t.d.i,e.k==(Un(),Ds)&&n.k==Ds}function Est(t){var e,n,r;return e=t&Il,n=t>>22&Il,r=t<0?Og:0,ku(e,n,r)}function ndn(t){var e,n,r,s;for(n=t,r=0,s=n.length;r<s;++r)e=n[r],L_(e)}function rdn(t,e){var n,r;n=u(fbn(t.c,e),16),n&&(r=n.gc(),n.$b(),t.d-=r)}function Tst(t,e,n){var r;return r=t.Ih(e),r>=0?t.Lh(r,n,!0):Zm(t,e,n)}function idn(t,e,n){return ji(N6(E7(t),Ma(e.b)),N6(E7(t),Ma(n.b)))}function sdn(t,e,n){return ji(N6(E7(t),Ma(e.e)),N6(E7(t),Ma(n.e)))}function adn(t,e){return b.Math.min(Lb(e.a,t.d.d.c),Lb(e.b,t.d.d.c))}function LI(t,e){t._i(t.i+1),f_(t,t.i,t.Zi(t.i,e)),t.Mi(t.i++,e),t.Ni()}function B_(t){var e,n;++t.j,e=t.g,n=t.i,t.g=null,t.i=0,t.Oi(n,e),t.Ni()}function $ie(t,e,n){var r;r=new mmt(t.a),V_(r,t.a.a),vu(r.f,e,n),t.a.a=r}function y3t(t,e,n,r){var s;for(s=0;s<PU;s++)Mz(t.a[s][e.g],n,r[e.g])}function x3t(t,e,n,r){var s;for(s=0;s<Fht;s++)Dz(t.a[e.g][s],n,r[e.g])}function Mi(t,e){var n;return n=u(t.c.xc(e),16),!n&&(n=t.ic(e)),t.pc(e,n)}function odn(t){var e;return e=(Hr(t),t?new fl(t):SE(t.Kc())),_O(e),iH(e)}function J1(t){var e,n;return Hr(t),e=iln(t.length),n=new bu(e),j4t(n,t),n}function Cst(t,e,n,r){var s;return s=Vt(Or,ii,28,e,15,1),Ayn(s,t,e,n,r),s}function k3t(t,e){if(t<0||t>e)throw nt(new No(c6t(t,e,"index")));return t}function xp(t,e){var n;return n=(mn(e,t.c.length),t.c[e]),dwt(t.c,e,1),n}function E3t(t,e){var n,r;return n=(Wn(t),t),r=(Wn(e),e),n==r?0:n<r?-1:1}function T3t(t){var e;return e=t.e+t.f,isNaN(e)&&hz(t.d)?t.d:e}function cdn(t){return t.e=3,t.d=t.Yb(),t.e!=2?(t.e=0,!0):!1}function yg(t,e){return t.a?ni(t.a,t.b):t.a=new Jl(t.d),c_(t.a,e),t}function tk(t,e){return pa(e)?e==null?C6t(t.f,null):nce(t.i,e):C6t(t.f,e)}function zie(t,e){JXt.call(this,e.zd(),e.yd()&-6),Wn(t),this.a=t,this.b=e}function qie(t,e){ZXt.call(this,e.zd(),e.yd()&-6),Wn(t),this.a=t,this.b=e}function C3t(t,e){X$.call(this,e.zd(),e.yd()&-6),Wn(t),this.a=t,this.b=e}function Hie(t,e,n){Zj.call(this,n),this.b=t,this.c=e,this.d=(qat(),Qdt)}function Vie(t,e,n){this.d=t,this.k=e?1:0,this.f=n?1:0,this.o=-1,this.p=0}function Z1(t){this.c=t,this.a=new J(this.c.a),this.b=new J(this.c.b)}function dq(){this.e=new ge,this.c=new ge,this.d=new ge,this.b=new ge}function Uie(){this.g=new M2t,this.b=new M2t,this.a=new ge,this.k=new ge}function Gie(){this.a=new P2t,this.b=new fKt,this.d=new jl,this.e=new FX}function Kie(t,e,n){this.a=t,this.c=e,this.d=n,pe(e.e,this),pe(n.b,this)}function _3t(t,e,n){var r,s;for(r=0,s=0;s<e.length;s++)r+=t.tg(e[s],r,n)}function udn(t,e){var n;return n=ATn(t,e),t.b=new Vq(n.c.length),K7n(t,n)}function ldn(t,e){var n;n=t.q.getHours()+(e/60|0),t.q.setMinutes(e),TS(t,n)}function _st(t){var e;return e=t.b,e.b==0?null:u(Nh(e,0),65).b}function S3t(t){if(t.a){if(t.e)return S3t(t.e)}else return t;return null}function hdn(t,e){return t.p<e.p?1:t.p>e.p?-1:0}function Wie(t){var e;return t.a||(e=t.r,At(e,156)&&(t.a=u(e,156))),t.a}function fdn(t,e,n){var r;return++t.e,--t.f,r=u(t.d[e].gd(n),136),r.md()}function ddn(t){var e,n;return e=t.ld(),n=u(t.md(),16),uI(n.Nc(),new gnt(e))}function Yie(t,e){return Eu(t.a,e)?(tk(t.a,e),!0):!1}function ek(t,e,n){return SI(e,t.e.Rd().gc()),SI(n,t.c.Rd().gc()),t.a[e][n]}function gq(t,e,n){this.a=t,this.b=e,this.c=n,pe(t.t,this),pe(e.i,this)}function pq(t,e,n,r){this.f=t,this.e=e,this.d=n,this.b=r,this.c=r?r.d:null}function MI(){this.b=new Qi,this.a=new Qi,this.b=new Qi,this.a=new Qi}function zE(){zE=V;var t,e;GK=(dE(),e=new n$,e),KK=(t=new Nnt,t)}function gdn(t){var e;return Nb(t),e=new zZt(t,t.a.e,t.a.d|4),new Vmt(t,e)}function Xie(t){var e;for(_b(t),e=0;t.a.Bd(new yn);)e=Xa(e,1);return e}function bq(t,e){return Wn(e),t.c<t.d?(t.Se(e,t.c++),!0):!1}function bu(t){Hrt(this),hI(t>=0,"Initial capacity must not be negative")}function wq(){wq=V,QA=new Ni("org.eclipse.elk.labels.labelManager")}function Qie(){Qie=V,i_t=new os("separateLayerConnections",(Jq(),uft))}function E1(){E1=V,F3=new qwt("REGULAR",0),n2=new qwt("CRITICAL",1)}function DI(){DI=V,hdt=new Ywt("FIXED",0),wK=new Ywt("CENTER_NODE",1)}function mq(){mq=V,u_t=new Pwt("QUADRATIC",0),yft=new Pwt("SCANLINE",1)}function Jie(){Jie=V,C4e=Rr((z_(),ot(st(f_t,1),te,322,0,[wA,UP,h_t])))}function Zie(){Zie=V,_4e=Rr((Nq(),ot(st(g_t,1),te,351,0,[d_t,pG,xft])))}function tse(){tse=V,M4e=Rr((ew(),ot(st(L4e,1),te,459,0,[Tft,TT,R5])))}function ese(){ese=V,x4e=Rr((Hm(),ot(st(hft,1),te,372,0,[wv,Jb,bv])))}function nse(){nse=V,R4e=Rr((kg(),ot(st(B4e,1),te,311,0,[KP,$5,jk])))}function rse(){rse=V,F4e=Rr((s7(),ot(st(Pft,1),te,298,0,[Ift,Oft,GP])))}function ise(){ise=V,h6e=Rr((Q_(),ot(st(bAt,1),te,390,0,[u1t,pAt,GG])))}function sse(){sse=V,v6e=Rr((Yq(),ot(st(LAt,1),te,387,0,[SAt,m1t,AAt])))}function ase(){ase=V,y6e=Rr((W_(),ot(st(MAt,1),te,349,0,[y1t,v1t,iN])))}function ose(){ose=V,m6e=Rr((xo(),ot(st(w6e,1),te,462,0,[OA,vl,xu])))}function cse(){cse=V,k6e=Rr((Pq(),ot(st(NAt,1),te,352,0,[PAt,k1t,OAt])))}function use(){use=V,x6e=Rr((d7(),ot(st(IAt,1),te,350,0,[x1t,DAt,PA])))}function lse(){lse=V,E6e=Rr((Zq(),ot(st(FAt,1),te,388,0,[E1t,BT,N3])))}function hse(){hse=V,Tke=Rr((Y_(),ot(st(ZAt,1),te,392,0,[JAt,_1t,oN])))}function fse(){fse=V,r8e=Rr((rO(),ot(st(SLt,1),te,393,0,[oK,CLt,_Lt])))}function dse(){dse=V,T8e=Rr((Wq(),ot(st(ULt,1),te,299,0,[X1t,VLt,HLt])))}function gse(){gse=V,C8e=Rr((gH(),ot(st(GLt,1),te,445,0,[fN,lK,Q1t])))}function pse(){pse=V,S8e=Rr((CH(),ot(st(_8e,1),te,455,0,[J1t,tdt,Z1t])))}function bse(){bse=V,M8e=Rr((cH(),ot(st(YLt,1),te,394,0,[WLt,rdt,KLt])))}function wse(){wse=V,J8e=Rr((xq(),ot(st(pMt,1),te,439,0,[odt,gMt,dMt])))}function mse(){mse=V,j6e=Rr((qm(),ot(st(R6e,1),te,463,0,[sN,NA,XG])))}function vse(){vse=V,oye=Rr((pl(),ot(st(aye,1),te,470,0,[i0,Xb,Gf])))}function yse(){yse=V,sye=Rr((_1(),ot(st(m3,1),te,237,0,[Tc,yu,Cc])))}function xse(){xse=V,uye=Rr((zu(),ot(st(cye,1),te,471,0,[D1,Qb,Kf])))}function kse(){kse=V,Wve=Rr((bl(),ot(st(zo,1),te,108,0,[v9t,rc,w3])))}function Ese(){Ese=V,L3e=Rr((R_(),ot(st(fCt,1),te,391,0,[Yht,Wht,Xht])))}function Tse(){Tse=V,u7e=Rr((Cg(),ot(st(YDt,1),te,346,0,[SK,Wp,aL])))}function Cse(){Cse=V,nEe=Rr((uO(),ot(st(cdt,1),te,444,0,[gK,pK,bK])))}function _se(){_se=V,s7e=Rr((nd(),ot(st(BDt,1),te,278,0,[HT,$3,VT])))}function Sse(){Sse=V,E7e=Rr((ok(),ot(st(nIt,1),te,280,0,[eIt,q3,OK])))}function td(t,e){return!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),zat(t.o,e)}function pdn(t,e){var n;t.C&&(n=u(Mo(t.b,e),127).n,n.d=t.C.d,n.a=t.C.a)}function A3t(t){var e,n,r,s;s=t.d,e=t.a,n=t.b,r=t.c,t.d=n,t.a=r,t.b=s,t.c=e}function bdn(t){return!t.g&&(t.g=new E4),!t.g.b&&(t.g.b=new CGt(t)),t.g.b}function II(t){return!t.g&&(t.g=new E4),!t.g.c&&(t.g.c=new AGt(t)),t.g.c}function wdn(t){return!t.g&&(t.g=new E4),!t.g.d&&(t.g.d=new _Gt(t)),t.g.d}function mdn(t){return!t.g&&(t.g=new E4),!t.g.a&&(t.g.a=new SGt(t)),t.g.a}function vdn(t,e,n,r){return n&&(r=n.Rh(e,ss(n.Dh(),t.c.uk()),null,r)),r}function ydn(t,e,n,r){return n&&(r=n.Th(e,ss(n.Dh(),t.c.uk()),null,r)),r}function Sst(t,e,n,r){var s;return s=Vt(Or,ii,28,e+1,15,1),TEn(s,t,e,n,r),s}function Vt(t,e,n,r,s,o){var h;return h=Jle(s,r),s!=10&&ot(st(t,o),e,n,s,h),h}function xdn(t,e,n){var r,s;for(s=new i7(e,t),r=0;r<n;++r)TH(s);return s}function Ast(t,e,n){var r,s;if(n!=null)for(r=0;r<e;++r)s=n[r],t.Qi(r,s)}function L3t(t,e){var n;return n=new me,n.c=!0,n.d=e.md(),Uge(t,e.ld(),n)}function kdn(t,e){var n;n=t.q.getHours()+(e/3600|0),t.q.setSeconds(e),TS(t,n)}function M3t(t,e){var n,r;return n=e,r=Jit(SE(new Nst(t,n))),Ez(new Nst(t,n)),r}function Edn(t,e){e.Ug("Label management",1),Y$(K(t,(wq(),QA))),e.Vg()}function Tdn(t,e,n,r){U0e(t,e,n,B7(t,e,r,At(e,102)&&(u(e,19).Bb&fo)!=0))}function D3t(t,e,n){u(t.b,68),u(t.b,68),u(t.b,68),Tu(t.a,new SZt(n,e,t))}function Sa(t,e,n){if(t<0||e>n||e<t)throw nt(new twt(yV+t+h8t+e+c8t+n))}function Lst(t){t?(this.c=t,this.b=null):(this.c=null,this.b=new ge)}function Mst(t,e){S$.call(this,t,e),this.a=Vt(b_n,bV,447,2,0,1),this.b=!0}function I3t(t){_ce.call(this,t,0),vJt(this),this.d.b=this.d,this.d.a=this.d}function O3t(t){this.e=t,this.b=this.e.a.entries(),this.a=Vt(sa,Ln,1,0,5,1)}function Ase(){Ase=V,_6e=tl(ri(new Fs,(Ha(),Wf),(Ja(),aft)),Qo,qP)}function Cdn(){return $H(),ot(st(v_t,1),te,283,0,[_ft,Cft,Aft,Sft,Lft,wG])}function _dn(){return kO(),ot(st(__t,1),te,281,0,[vG,E_t,C_t,k_t,T_t,Mft])}function Sdn(){return A7(),ot(st(I_t,1),te,282,0,[mA,A_t,D_t,M_t,L_t,S_t])}function Adn(){return gk(),ot(st(xT,1),te,232,0,[yT,bA,vT,T3,B5,F5])}function Ldn(){return Un(),ot(st(ift,1),te,273,0,[Ts,ha,Ds,cu,qc,fd])}function Mdn(){return wl(),ot(st(AK,1),te,279,0,[u2,$g,MN,lL,uL,Zk])}function Ddn(){return xa(),ot(st(JDt,1),te,101,0,[c2,md,GT,Nw,G0,lu])}function Idn(){return RH(),ot(st(HDt,1),te,321,0,[Rdt,$Dt,qDt,RDt,zDt,jDt])}function Odn(){return L0(),ot(st(KMt,1),te,255,0,[vdt,wN,mN,kK,yK,xK])}function Pdn(){return aw(),ot(st(Edt,1),te,297,0,[kdt,eL,tL,xdt,JA,ZA])}function P3t(t){var e;return!t.a&&t.b!=-1&&(e=t.c.Dh(),t.a=Tn(e,t.b)),t.a}function Mr(t,e){return t.Si()&&t.Hc(e)?!1:(t.Hi(e),!0)}function T1(t,e){return yI(e,"Horizontal alignment cannot be null"),t.b=e,t}function Lse(t,e,n){xi();var r;return r=zb(t,e),n&&r&&Vun(t)&&(r=null),r}function N3t(t,e,n){var r;r=t.b[n.c.p][n.p],r.b+=e.b,r.c+=e.c,r.a+=e.a,++r.a}function F3t(t,e,n){var r;t.d[e.g]=n,r=t.g.c,r[e.g]=b.Math.max(r[e.g],n+1)}function Lb(t,e){var n,r;return n=t.a-e.a,r=t.b-e.b,b.Math.sqrt(n*n+r*r)}function B3t(t,e){var n,r;for(r=e.Kc();r.Ob();)n=u(r.Pb(),36),y0e(t,n,0,0)}function kp(t,e,n){var r,s;for(s=t.Kc();s.Ob();)r=u(s.Pb(),36),P7(r,e,n)}function Ndn(t){var e,n;for(n=_r(t.a,0);n.b!=n.d.c;)e=u(Tr(n),65),p6t(e)}function Mse(t,e){return DYt(t.e,e)||Dp(t.e,e,new yle(e)),u(ed(t.e,e),113)}function gl(t,e,n,r){return Wn(t),Wn(e),Wn(n),Wn(r),new hyt(t,e,new Fe)}function el(t,e,n,r){this.ak(),this.a=e,this.b=t,this.c=new ayt(this,e,n,r)}function Dst(t,e,n,r,s,o){r3t.call(this,e,r,s,o),this.c=t,this.b=n}function OI(t,e,n,r,s,o){r3t.call(this,e,r,s,o),this.c=t,this.a=n}function PI(t,e){var n,r,s;return s=t.r,r=t.d,n=SS(t,e,!0),n.b!=s||n.a!=r}function NI(t,e,n){var r,s;return s=(r=D7(t.b,e),r),s?lV(RI(t,s),n):null}function Fdn(t,e,n){var r,s,o;r=bg(t,n),s=null,r&&(s=t6t(r)),o=s,wle(e,n,o)}function Bdn(t,e,n){var r,s,o;r=bg(t,n),s=null,r&&(s=t6t(r)),o=s,wle(e,n,o)}function qE(t,e){var n;return n=t.Ih(e),n>=0?t.Lh(n,!0,!0):Zm(t,e,!0)}function Rdn(t,e,n){var r;return r=Mce(t,e,n),t.b=new Vq(r.c.length),X6t(t,r)}function jdn(t){if(t.b<=0)throw nt(new ac);return--t.b,t.a-=t.c.c,fe(t.a)}function $dn(t){var e;if(!t.a)throw nt(new $ee);return e=t.a,t.a=es(t.a),e}function zdn(t){for(;!t.a;)if(!fZt(t.c,new x0(t)))return!1;return!0}function nk(t){var e;return Hr(t),At(t,204)?(e=u(t,204),e):new mnt(t)}function qdn(t){vq(),u(t.of((si(),j3)),181).Fc((wl(),MN)),t.qf(Odt,null)}function vq(){vq=V,SEe=new _R,LEe=new Att,AEe=Mpn((si(),Odt),SEe,s2,LEe)}function yq(){yq=V,ELt=new Gwt("LEAF_NUMBER",0),U1t=new Gwt("NODE_SIZE",1)}function Ist(t){t.a=Vt(Or,ii,28,t.b+1,15,1),t.c=Vt(Or,ii,28,t.b,15,1),t.d=0}function Hdn(t,e){t.a.Ne(e.d,t.b)>0&&(pe(t.c,new Lvt(e.c,e.d,t.d)),t.b=e.d)}function R3t(t,e){if(t.g==null||e>=t.i)throw nt(new Rrt(e,t.i));return t.g[e]}function Dse(t,e,n){if(l7(t,n),n!=null&&!t.fk(n))throw nt(new Int);return n}function Ost(t,e){return qI(e)!=10&&ot(Gl(e),e.Sm,e.__elementTypeId$,qI(e),t),t}function HE(t,e,n,r){var s;r=(Om(),r||f9t),s=t.slice(e,n),u6t(s,t,e,n,-e,r)}function Ah(t,e,n,r,s){return e<0?Zm(t,n,r):u(n,69).wk().yk(t,t.hi(),e,r,s)}function Vdn(t,e){return ji(Rt(Ht(K(t,(ae(),yv)))),Rt(Ht(K(e,yv))))}function Ise(){Ise=V,qve=Rr((VE(),ot(st(IU,1),te,303,0,[Sht,Aht,Lht,Mht])))}function VE(){VE=V,Sht=new _$("All",0),Aht=new kQt,Lht=new DQt,Mht=new xQt}function pl(){pl=V,i0=new urt(Tk,0),Xb=new urt(Y7,1),Gf=new urt(Ck,2)}function Ose(){Ose=V,oV(),GIt=ns,MTe=Vs,KIt=new ys(ns),DTe=new ys(Vs)}function Pse(){Pse=V,Pye=Rr((Um(),ot(st(Oye,1),te,417,0,[IP,DP,Rht,jht])))}function Nse(){Nse=V,jye=Rr((cS(),ot(st(Rye,1),te,406,0,[BP,FU,BU,RP])))}function Fse(){Fse=V,Fye=Rr((lk(),ot(st(Nye,1),te,332,0,[PP,OP,NP,FP])))}function Bse(){Bse=V,V3e=Rr((iw(),ot(st(bCt,1),te,389,0,[x3,pCt,eft,nft])))}function Rse(){Rse=V,R3e=Rr((a7(),ot(st(B3e,1),te,416,0,[pv,y3,v3,O5])))}function jse(){jse=V,g4e=Rr((rd(),ot(st(d4e,1),te,421,0,[Rk,wT,mT,lft])))}function $se(){$se=V,r4e=Rr((Jq(),ot(st(n4e,1),te,371,0,[uft,uG,lG,HP])))}function zse(){zse=V,f6e=Rr((Yy(),ot(st(h1t,1),te,203,0,[KG,l1t,Y5,W5])))}function qse(){qse=V,p6e=Rr((Vd(),ot(st(CAt,1),te,284,0,[Hp,TAt,g1t,p1t])))}function FI(){FI=V,y_t=new Fwt(Zd,0),mG=new Fwt("IMPROVE_STRAIGHTNESS",1)}function Hse(t,e){var n,r;return r=e/t.c.Rd().gc()|0,n=e%t.c.Rd().gc(),ek(t,r,n)}function Vse(t){var e;if(t.nl())for(e=t.i-1;e>=0;--e)Lt(t,e);return a3t(t)}function j3t(t){var e,n;if(!t.b)return null;for(n=t.b;e=n.a[0];)n=e;return n}function Use(t){var e,n;if(!t.b)return null;for(n=t.b;e=n.a[1];)n=e;return n}function Udn(t){return At(t,180)?""+u(t,180).a:t==null?null:ec(t)}function Gdn(t){return At(t,180)?""+u(t,180).a:t==null?null:ec(t)}function Gse(t,e){if(e.a)throw nt(new oc(fbe));qs(t.a,e),e.a=t,!t.j&&(t.j=e)}function $3t(t,e){X$.call(this,e.zd(),e.yd()&-16449),Wn(t),this.a=t,this.c=e}function Kdn(t,e){return new dit(e,Em(Ma(e.e),e.f.a+t,e.f.b+t),(Nn(),!1))}function Wdn(t,e){return _E(),pe(t,new Ys(e,fe(e.e.c.length+e.g.c.length)))}function Ydn(t,e){return _E(),pe(t,new Ys(e,fe(e.e.c.length+e.g.c.length)))}function Kse(){Kse=V,E8e=Rr((LH(),ot(st(qLt,1),te,354,0,[Y1t,$Lt,zLt,jLt])))}function Wse(){Wse=V,Kke=Rr((X_(),ot(st(vLt,1),te,353,0,[R1t,sK,B1t,F1t])))}function Yse(){Yse=V,kke=Rr((dk(),ot(st(zAt,1),te,405,0,[tK,RA,jA,$A])))}function Xse(){Xse=V,a7e=Rr((_g(),ot(st(Bdt,1),te,223,0,[Fdt,_N,UT,Jk])))}function Qse(){Qse=V,h7e=Rr((ah(),ot(st(l7e,1),te,290,0,[AN,V0,a2,SN])))}function Jse(){Jse=V,x7e=Rr((Kl(),ot(st(hL,1),te,386,0,[IN,Fw,DN,z3])))}function Zse(){Zse=V,C7e=Rr((lH(),ot(st(cIt,1),te,320,0,[$dt,sIt,oIt,aIt])))}function tae(){tae=V,A7e=Rr((tH(),ot(st(S7e,1),te,415,0,[zdt,lIt,uIt,hIt])))}function xq(){xq=V,odt=new Ort(M2e,0),gMt=new Ort(o7t,1),dMt=new Ort(Zd,2)}function jy(t,e,n,r,s){return Wn(t),Wn(e),Wn(n),Wn(r),Wn(s),new hyt(t,e,r)}function eae(t,e){var n;return n=u(tk(t.e,e),400),n?($vt(n),n.e):null}function $u(t,e){var n;return n=Wo(t,e,0),n==-1?!1:(xp(t,n),!0)}function nae(t,e,n){var r;return _b(t),r=new Qe,r.a=e,t.a.Nb(new BYt(r,n)),r.a}function Xdn(t){var e;return _b(t),e=Vt(wa,Io,28,0,15,1),D4(t.a,new S4(e)),e}function z3t(t){var e;if(!Yst(t))throw nt(new ac);return t.e=1,e=t.d,t.d=null,e}function Ep(t){var e;return Zo(t)&&(e=0-t,!isNaN(e))?e:Db(c7(t))}function Wo(t,e,n){for(;n<t.c.length;++n)if(Ic(e,t.c[n]))return n;return-1}function Pst(t){var e,n;return n=u(Oe(t.j,0),12),e=u(K(n,(ae(),Di)),12),e}function Nst(t,e){var n;this.f=t,this.b=e,n=u(tr(t.b,e),260),this.c=n?n.b:null}function rae(){Bf(),this.b=new Er,this.f=new Er,this.g=new Er,this.e=new Er}function kq(t){nz(this),this.g=t?Xz(t,t.ie()):null,this.f=t,Uz(this),this.je()}function Fst(t){var e;e=t.jj(),e!=null&&t.d!=-1&&u(e,94).xh(t),t.i&&t.i.oj()}function BI(t){var e;for(e=t.p+1;e<t.c.a.c.length;++e)--u(Oe(t.c.a,e),10).p}function iae(t){Sy(!!t.c),uit(t.f.g,t.d),t.c.Qb(),t.c=null,t.b=L4t(t),t.d=t.f.g}function Al(t){return t.b||(t.b=new Mte(t,So,t),!t.a&&(t.a=new iI(t,t))),t.b}function RI(t,e){var n,r;return n=u(e,690),r=n.xi(),!r&&n.Ai(r=new WXt(t,e)),r}function Ro(t,e){var n,r;return n=u(e,692),r=n.$k(),!r&&n.cl(r=new wre(t,e)),r}function q3t(t,e){HC();var n,r;return n=J6(t),r=J6(e),!!n&&!!r&&!Ale(n.k,r.k)}function Eq(t,e){return Ic(e,Oe(t.f,0))||Ic(e,Oe(t.f,1))||Ic(e,Oe(t.f,2))}function jI(t,e){if(e<0)throw nt(new No(V2e+e));return Kre(t,e+1),Oe(t.j,e)}function sae(t,e,n,r){if(!t)throw nt(new zn(xS(e,ot(st(sa,1),Ln,1,5,[n,r]))))}function xg(t,e,n,r,s,o,h){Gst.call(this,e,r,s,o,h),this.c=t,this.b=n}function A0(t,e,n){var r,s;for(r=10,s=0;s<n-1;s++)e<r&&(t.a+="0"),r*=10;t.a+=e}function Tq(t){var e,n;return n=t.length,e=Vt(Uh,Yd,28,n,15,1),tee(t,0,n,e,0),e}function $I(t){fte();var e,n;return e=t+128,n=QTt[e],!n&&(n=QTt[e]=new Li(t)),n}function aae(t){return uit(t.d.a.e.g,t.b),cr(t.c!=t.d.a.d),t.a=t.c,t.c=t.c.a,t.a}function Qdn(t){switch(t.g){case 0:return ki;case 1:return-1;default:return 0}}function Jdn(t){return bxt(t,(UE(),YTt))<0?-Pin(c7(t)):t.l+t.m*Ek+t.h*lw}function oae(t){(this.q?this.q:(wn(),wn(),j0)).Ac(t.q?t.q:(wn(),wn(),j0))}function Zdn(t,e){j6(u(u(t.f,27).of((si(),nL)),101))&&a2n(Vit(u(t.f,27)),e)}function Bst(t,e){var n;return n=ss(t.d,e),n>=0?EH(t,n,!0,!0):Zm(t,e,!0)}function H3t(t){var e;return e=X2($n(t,32)),e==null&&(Su(t),e=X2($n(t,32))),e}function V3t(t){var e;return t.Oh()||(e=ur(t.Dh())-t.ji(),t.$h().Mk(e)),t.zh()}function cae(t,e){q9t=new Le,Bye=e,fA=t,u(fA.b,68),D3t(fA,q9t,null),Tge(fA)}function R_(){R_=V,Yht=new hrt("XY",0),Wht=new hrt("X",1),Xht=new hrt("Y",2)}function zu(){zu=V,D1=new lrt("TOP",0),Qb=new lrt(Y7,1),Kf=new lrt(y8t,2)}function kg(){kg=V,KP=new wrt(Zd,0),$5=new wrt("TOP",1),jk=new wrt(y8t,2)}function zI(){zI=V,b1t=new Rwt("INPUT_ORDER",0),w1t=new Rwt("PORT_DEGREE",1)}function UE(){UE=V,KTt=ku(Il,Il,524287),_ve=ku(0,0,tP),WTt=Est(1),Est(2),YTt=Est(0)}function Rst(t){var e;return t.d!=t.r&&(e=rf(t),t.e=!!e&&e.lk()==_me,t.d=e),t.e}function jst(t,e,n){var r;return r=t.g[e],f_(t,e,t.Zi(e,n)),t.Ri(e,n,r),t.Ni(),r}function Cq(t,e){var n;return n=t.dd(e),n>=0?(t.gd(n),!0):!1}function $st(t,e){var n;for(Hr(t),Hr(e),n=!1;e.Ob();)n=n|t.Fc(e.Pb());return n}function ed(t,e){var n;return n=u(tr(t.e,e),400),n?(HQt(t,n),n.e):null}function uae(t){var e,n;return e=t/60|0,n=t%60,n==0?""+e:""+e+":"+(""+n)}function $y(t,e){var n=t.a[e],r=(fat(),xht)[typeof n];return r?r(n):Z4t(typeof n)}function lc(t,e){var n,r;return Nb(t),r=new C3t(e,t.a),n=new pZt(r),new ln(t,n)}function zst(t){var e;return e=t.b.c.length==0?null:Oe(t.b,0),e!=null&&Qst(t,0),e}function t0n(t,e){var n,r,s;s=e.c.i,n=u(tr(t.f,s),60),r=n.d.c-n.e.c,k4t(e.a,r,0)}function U3t(t,e){var n;for(++t.d,++t.c[e],n=e+1;n<t.a.length;)++t.a[n],n+=n&-n}function lae(t,e,n,r){xi(),cm.call(this,26),this.c=t,this.a=e,this.d=n,this.b=r}function hae(t,e){for(;e[0]<t.length&&Fd(` \r
+`,qu(qa(t,e[0])))>=0;)++e[0]}function e0n(t,e){Cu(t,e==null||hz((Wn(e),e))||isNaN((Wn(e),e))?0:(Wn(e),e))}function n0n(t,e){_u(t,e==null||hz((Wn(e),e))||isNaN((Wn(e),e))?0:(Wn(e),e))}function r0n(t,e){zm(t,e==null||hz((Wn(e),e))||isNaN((Wn(e),e))?0:(Wn(e),e))}function i0n(t,e){$m(t,e==null||hz((Wn(e),e))||isNaN((Wn(e),e))?0:(Wn(e),e))}function s0n(t,e,n){return N6(new se(n.e.a+n.f.a/2,n.e.b+n.f.b/2),t)==(Wn(e),e)}function a0n(t,e){return At(e,102)&&u(e,19).Bb&fo?new jrt(e,t):new i7(e,t)}function o0n(t,e){return At(e,102)&&u(e,19).Bb&fo?new jrt(e,t):new i7(e,t)}function qI(t){return t.__elementTypeCategory$==null?10:t.__elementTypeCategory$}function fae(t,e){return e==(cit(),cit(),jve)?t.toLocaleLowerCase():t.toLowerCase()}function dae(t){if(!t.e)throw nt(new ac);return t.c=t.a=t.e,t.e=t.e.e,--t.d,t.a.f}function G3t(t){if(!t.c)throw nt(new ac);return t.e=t.a=t.c,t.c=t.c.c,++t.d,t.a.f}function gae(t){var e;for(++t.a,e=t.c.a.length;t.a<e;++t.a)if(t.c.b[t.a])return}function c0n(t){var e,n;if(t.a){n=null;do e=t.a,t.a=null,n=Tfe(e,n);while(t.a);t.a=n}}function u0n(t){var e,n;if(t.b){n=null;do e=t.b,t.b=null,n=Tfe(e,n);while(t.b);t.b=n}}function l0n(t,e){var n;for(n=0;t.e!=t.i.gc();)Pcn(e,sr(t),fe(n)),n!=ki&&++n}function h0n(t,e){var n;return n=Km(t.e.c,e.e.c),n==0?ji(t.e.d,e.e.d):n}function f0n(t,e){var n,r;for(r=e.c,n=r+1;n<=e.f;n++)t.a[n]>t.a[r]&&(r=n);return r}function pae(t){var e;return e=u(K(t,(ae(),mv)),313),e?e.a==t:!1}function bae(t){var e;return e=u(K(t,(ae(),mv)),313),e?e.i==t:!1}function wae(){wae=V,O3e=Rr((Ha(),ot(st(dCt,1),te,367,0,[Wf,$0,Yc,ou,Qo])))}function mae(){mae=V,b4e=Rr((Qy(),ot(st(p4e,1),te,375,0,[VP,dG,gG,fG,hG])))}function vae(){vae=V,S4e=Rr((Mp(),ot(st(b_t,1),te,348,0,[kft,p_t,Eft,ET,kT])))}function yae(){yae=V,d6e=Rr((oS(),ot(st(mAt,1),te,323,0,[wAt,f1t,d1t,DA,IA])))}function xae(){xae=V,$4e=Rr((Ph(),ot(st(K_t,1),te,171,0,[QP,EA,t2,TA,_3])))}function kae(){kae=V,e8e=Rr((FH(),ot(st(t8e,1),te,368,0,[H1t,$1t,V1t,z1t,q1t])))}function Eae(){Eae=V,eEe=Rr((mS(),ot(st(tEe,1),te,373,0,[tx,Kk,XA,YA,pN])))}function Tae(){Tae=V,oEe=Rr((TO(),ot(st(TMt,1),te,324,0,[xMt,fdt,EMt,ddt,kMt])))}function Cae(){Cae=V,i7e=Rr((Rs(),ot(st(iL,1),te,88,0,[wd,Jo,Ho,bd,qh])))}function _ae(){_ae=V,MEe=Rr((A1(),ot(st(H0,1),te,170,0,[_n,Js,c0,Dw,Gp])))}function Sae(){Sae=V,d7e=Rr((i5(),ot(st(cL,1),te,256,0,[o2,LN,XDt,oL,QDt])))}function Aae(){Aae=V,b7e=Rr((ve(),ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn])))}function _q(){_q=V,k9t=new Awt("BY_SIZE",0),Pht=new Awt("BY_SIZE_AND_SHAPE",1)}function Sq(){Sq=V,Uht=new Dwt("EADES",0),$U=new Dwt("FRUCHTERMAN_REINGOLD",1)}function HI(){HI=V,bG=new Nwt("READING_DIRECTION",0),w_t=new Nwt("ROTATION",1)}function j_(){j_=V,z3e=new LM,q3e=new PX,j3e=new L2,$3e=new Vc,H3e=new NX}function Lae(t){this.b=new ge,this.a=new ge,this.c=new ge,this.d=new ge,this.e=t}function Mae(t){this.g=t,this.f=new ge,this.a=b.Math.min(this.g.c.c,this.g.d.c)}function Dae(t,e,n){uz.call(this),Y3t(this),this.a=t,this.c=n,this.b=e.d,this.f=e.e}function d0n(t,e,n){var r,s;for(s=new J(n);s.a<s.c.c.length;)r=et(s),Oxt(t,e,r)}function C1(t,e,n){var r;if(e==null)throw nt(new y6);return r=bg(t,e),_1n(t,e,n),r}function qst(t,e){var n;return n=u(tr(t.a,e),137),n||(n=new Ls,di(t.a,e,n)),n}function Tn(t,e){var n;return n=(t.i==null&&Kd(t),t.i),e>=0&&e<n.length?n[e]:null}function g0n(t,e){var n;return n=e>0?e-1:e,fWt($nn(eoe(Fvt(new E6,n),t.n),t.j),t.k)}function jo(t){var e,n;n=(e=new Fnt,e),Mr((!t.q&&(t.q=new Jt(bf,t,11,10)),t.q),n)}function K3t(t){return(t.i&2?"interface ":t.i&1?"":"class ")+(gg(t),t.o)}function Aq(t){return Rc(t,ki)>0?ki:Rc(t,Va)<0?Va:qr(t)}function zy(t){return t<3?(ih(t,Kpe),t+1):t<DS?Xs(t/.75+1):ki}function Iae(t,e){return Wn(e),iyt(t),t.d.Ob()?(e.Cd(t.d.Pb()),!0):!1}function p0n(t,e){var n,r;return n=u(Gy(t.d,e),16),n?(r=e,t.e.pc(r,n)):null}function b0n(t,e,n,r){var s;t.j=-1,k6t(t,e6t(t,e,n),(bo(),s=u(e,69).vk(),s.xl(r)))}function w0n(t,e){return rk(),-Bc(u(K(t,(xc(),Q5)),17).a,u(K(e,Q5),17).a)}function Oae(t,e){return!!H_(t,e,qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15))))}function m0n(){return M7(),ot(st(zK,1),te,245,0,[Udt,jK,$K,RK,Vdt,BK,FK,Hdt])}function v0n(){return Pp(),ot(st(DEe,1),te,285,0,[VMt,aa,ic,ex,Ga,rs,Wk,pd])}function y0n(){return ZH(),ot(st(c_t,1),te,276,0,[dft,bft,fft,vft,pft,gft,mft,wft])}function x0n(t){var e;return e=Rt(Ht(K(t,(Me(),zp)))),e<0&&(e=0,Zt(t,zp,e)),e}function Lq(t,e){var n,r;for(r=t.Kc();r.Ob();)n=u(r.Pb(),72),Zt(n,(ae(),Hk),e)}function k0n(t,e,n){var r;r=b.Math.max(0,t.b/2-.5),hS(n,r,1),pe(e,new $Yt(n,r))}function E0n(t,e,n){var r;return r=t.a.e[u(e.a,10).p]-t.a.e[u(n.a,10).p],Xs(dI(r))}function Mq(t,e){var n;return Nb(t),n=new Yee(t,t.a.zd(),t.a.yd()|4,e),new ln(t,n)}function Hst(t){var e;Sy(!!t.c),e=t.c.a,Lh(t.d,t.c),t.b==t.c?t.b=e:--t.a,t.c=null}function Pae(t){return t.a>=-.01&&t.a<=cd&&(t.a=0),t.b>=-.01&&t.b<=cd&&(t.b=0),t}function J4(t){g5();var e,n;for(n=l7t,e=0;e<t.length;e++)t[e]>n&&(n=t[e]);return n}function Nae(t,e){var n;if(n=NO(t.Dh(),e),!n)throw nt(new zn(Kb+e+Plt));return n}function qy(t,e){var n;for(n=t;es(n);)if(n=es(n),n==e)return!0;return!1}function T0n(t,e){var n,r,s;for(r=e.a.ld(),n=u(e.a.md(),16).gc(),s=0;s<n;s++)t.Cd(r)}function Tu(t,e){var n,r,s,o;for(Wn(e),r=t.c,s=0,o=r.length;s<o;++s)n=r[s],e.Cd(n)}function Fae(t,e,n,r,s,o){var h;h=kst(r),Ya(h,s),ya(h,o),dn(t.a,r,new fz(h,e,n.f))}function Bae(t,e){Oi(t,(D0(),ndt),e.f),Oi(t,L8e,e.e),Oi(t,edt,e.d),Oi(t,A8e,e.c)}function Rae(t,e){this.a=new Er,this.e=new Er,this.b=(Q_(),GG),this.c=t,this.b=e}function jae(t){this.d=t,this.c=t.c.vc().Kc(),this.b=null,this.a=null,this.e=(s$(),wht)}function Lh(t,e){var n;return n=e.c,e.a.b=e.b,e.b.a=e.a,e.a=e.b=null,e.c=null,--t.b,n}function C0n(t,e){return e&&t.b[e.g]==e?(hs(t.b,e.g,null),--t.c,!0):!1}function _0n(t,e){if(0>t||t>e)throw nt(new ewt("fromIndex: 0, toIndex: "+t+c8t+e))}function jm(t){if(t<0)throw nt(new zn("Illegal Capacity: "+t));this.g=this.aj(t)}function W3t(t,e){return K1(),$f(qb),b.Math.abs(t-e)<=qb||t==e||isNaN(t)&&isNaN(e)}function Vst(t,e){var n,r,s,o;for(r=t.d,s=0,o=r.length;s<o;++s)n=r[s],W1(t.g,n).a=e}function S0n(t,e,n){var r,s,o;for(s=e[n],r=0;r<s.length;r++)o=s[r],t.e[o.c.p][o.p]=r}function A0n(t){var e;for(e=0;e<t.c.length;e++)(mn(e,t.c.length),u(t.c[e],12)).p=e}function L0n(t){var e,n;for(e=t.a.d.j,n=t.c.d.j;e!=n;)zf(t.b,e),e=aH(e);zf(t.b,e)}function M0n(t){var e;return e=b.Math.sqrt(t.a*t.a+t.b*t.b),e>0&&(t.a/=e,t.b/=e),t}function nh(t){var e;return t.w?t.w:(e=bfn(t),e&&!e.Vh()&&(t.w=e),e)}function GE(t,e){var n,r;r=t.a,n=ybn(t,e,null),r!=e&&!t.e&&(n=$7(t,e,n)),n&&n.oj()}function $ae(t,e,n){var r,s;r=e;do s=Rt(t.p[r.p])+n,t.p[r.p]=s,r=t.a[r.p];while(r!=e)}function zae(t,e,n){var r=function(){return t.apply(r,arguments)};return e.apply(r,n),r}function D0n(t){var e;return t==null?null:(e=u(t,195),Hyn(e,e.length))}function Lt(t,e){if(t.g==null||e>=t.i)throw nt(new Rrt(e,t.i));return t.Wi(e,t.g[e])}function I0n(t,e){wn();var n,r;for(r=new ge,n=0;n<t;++n)In(r.c,e);return new Wnt(r)}function qae(t){return Nb(t),z6(!0,"n may not be negative"),new ln(t,new woe(t.a))}function Y3t(t){t.b=(pl(),Xb),t.f=(zu(),Qb),t.d=(ih(2,c3),new bu(2)),t.e=new Ea}function Dq(t){this.b=(Hr(t),new fl(t)),this.a=new ge,this.d=new ge,this.e=new Ea}function _1(){_1=V,Tc=new crt("BEGIN",0),yu=new crt(Y7,1),Cc=new crt("END",2)}function nd(){nd=V,HT=new Nrt(Y7,0),$3=new Nrt("HEAD",1),VT=new Nrt("TAIL",2)}function rk(){rk=V,Xke=Ud(Ud(Ud(GC(new Fs,(dk(),RA)),(kS(),C1t)),UAt),YAt)}function Eg(){Eg=V,Jke=Ud(Ud(Ud(GC(new Fs,(dk(),$A)),(kS(),KAt)),qAt),GAt)}function Hae(){Hae=V,E4e=Rr((gk(),ot(st(xT,1),te,232,0,[yT,bA,vT,T3,B5,F5])))}function Vae(){Vae=V,D4e=Rr(($H(),ot(st(v_t,1),te,283,0,[_ft,Cft,Aft,Sft,Lft,wG])))}function Uae(){Uae=V,O4e=Rr((kO(),ot(st(__t,1),te,281,0,[vG,E_t,C_t,k_t,T_t,Mft])))}function Gae(){Gae=V,P4e=Rr((A7(),ot(st(I_t,1),te,282,0,[mA,A_t,D_t,M_t,L_t,S_t])))}function Kae(){Kae=V,W3e=Rr((Un(),ot(st(ift,1),te,273,0,[Ts,ha,Ds,cu,qc,fd])))}function Wae(){Wae=V,OEe=Rr((L0(),ot(st(KMt,1),te,255,0,[vdt,wN,mN,kK,yK,xK])))}function Yae(){Yae=V,jEe=Rr((aw(),ot(st(Edt,1),te,297,0,[kdt,eL,tL,xdt,JA,ZA])))}function Xae(){Xae=V,o7e=Rr((RH(),ot(st(HDt,1),te,321,0,[Rdt,$Dt,qDt,RDt,zDt,jDt])))}function Qae(){Qae=V,g7e=Rr((xa(),ot(st(JDt,1),te,101,0,[c2,md,GT,Nw,G0,lu])))}function Jae(){Jae=V,p7e=Rr((wl(),ot(st(AK,1),te,279,0,[u2,$g,MN,lL,uL,Zk])))}function Zae(){Zae=V,PU=(_1(),ot(st(m3,1),te,237,0,[Tc,yu,Cc])).length,Fht=PU}function O0n(){return e3(),ot(st(_o,1),te,95,0,[Qf,jg,Jf,t1,U0,df,dh,Zf,ff])}function P0n(t,e){return jb(),Bc(t.b.c.length-t.e.c.length,e.b.c.length-e.e.c.length)}function Z4(t,e){return Hnn(q_(t,e,qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15)))))}function X3t(t,e){return K1(),$f(qb),b.Math.abs(t-e)<=qb||t==e||isNaN(t)&&isNaN(e)}function Iq(t,e){var n;n=t.b,t.b=e,t.Db&4&&!(t.Db&1)&&Ti(t,new Ry(t,1,n,t.b))}function KE(t,e){var n;n=t.b,t.b=e,t.Db&4&&!(t.Db&1)&&Ti(t,new Ry(t,3,n,t.b))}function $m(t,e){var n;n=t.f,t.f=e,t.Db&4&&!(t.Db&1)&&Ti(t,new Ry(t,3,n,t.f))}function zm(t,e){var n;n=t.g,t.g=e,t.Db&4&&!(t.Db&1)&&Ti(t,new Ry(t,4,n,t.g))}function Cu(t,e){var n;n=t.i,t.i=e,t.Db&4&&!(t.Db&1)&&Ti(t,new Ry(t,5,n,t.i))}function _u(t,e){var n;n=t.j,t.j=e,t.Db&4&&!(t.Db&1)&&Ti(t,new Ry(t,6,n,t.j))}function WE(t,e){var n;n=t.j,t.j=e,t.Db&4&&!(t.Db&1)&&Ti(t,new Ry(t,1,n,t.j))}function YE(t,e){var n;n=t.c,t.c=e,t.Db&4&&!(t.Db&1)&&Ti(t,new Ry(t,4,n,t.c))}function XE(t,e){var n;n=t.k,t.k=e,t.Db&4&&!(t.Db&1)&&Ti(t,new Ry(t,2,n,t.k))}function Oq(t,e){var n;n=t.a,t.a=e,t.Db&4&&!(t.Db&1)&&Ti(t,new Ry(t,0,n,t.a))}function Tp(t,e){var n;n=t.s,t.s=e,t.Db&4&&!(t.Db&1)&&Ti(t,new bst(t,4,n,t.s))}function Hy(t,e){var n;n=t.t,t.t=e,t.Db&4&&!(t.Db&1)&&Ti(t,new bst(t,5,n,t.t))}function Ust(t,e){var n;n=t.d,t.d=e,t.Db&4&&!(t.Db&1)&&Ti(t,new bst(t,2,n,t.d))}function QE(t,e){var n;n=t.F,t.F=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,5,n,e))}function VI(t,e){var n;return n=u(tr((E$(),qK),t),57),n?n.gk(e):Vt(sa,Ln,1,e,5,1)}function N0n(t,e){var n;return n=ra(Ma(u(tr(t.g,e),8)),wmt(u(tr(t.f,e),469).b)),n}function F0n(t,e){var n,r,s;return n=(r=(wb(),s=new RR,s),e&&V6t(r,e),r),l4t(n,t),n}function Tg(t,e){var n,r;return n=e in t.a,n&&(r=bg(t,e).re(),r)?r.a:null}function toe(t,e,n){if(l7(t,n),!t.kl()&&n!=null&&!t.fk(n))throw nt(new Int);return n}function eoe(t,e){return t.n=e,t.n?(t.f=new ge,t.e=new ge):(t.f=null,t.e=null),t}function noe(t,e){if(t){e.n=t;var n=xhn(e);if(!n){CU[t]=[e];return}n.Rm=e}}function X2(t){var e;return m_(t==null||Array.isArray(t)&&(e=qI(t),!(e>=14&&e<=16))),t}function Br(t,e){var n;return Wn(e),n=t[":"+e],hI(!!n,"Enum constant undefined: "+e),n}function Cr(t,e,n,r,s,o){var h;return h=$it(t,e),noe(n,h),h.i=s?8:0,h.f=r,h.e=s,h.g=o,h}function Q3t(t,e,n,r,s){this.d=e,this.k=r,this.f=s,this.o=-1,this.p=1,this.c=t,this.a=n}function J3t(t,e,n,r,s){this.d=e,this.k=r,this.f=s,this.o=-1,this.p=2,this.c=t,this.a=n}function Z3t(t,e,n,r,s){this.d=e,this.k=r,this.f=s,this.o=-1,this.p=6,this.c=t,this.a=n}function t4t(t,e,n,r,s){this.d=e,this.k=r,this.f=s,this.o=-1,this.p=7,this.c=t,this.a=n}function e4t(t,e,n,r,s){this.d=e,this.j=r,this.e=s,this.o=-1,this.p=4,this.c=t,this.a=n}function roe(t,e){var n,r,s,o;for(r=e,s=0,o=r.length;s<o;++s)n=r[s],Gse(t.a,n);return t}function rh(t){var e,n,r,s;for(n=t,r=0,s=n.length;r<s;++r)e=n[r],Hr(e);return new bQt(t)}function n4t(t){var e;return e=ra(Ma(t.d.d),t.c.d),C7(e,t.c.e.a,t.c.e.b),Ei(e,t.c.d)}function r4t(t){var e;return e=ra(Ma(t.c.d),t.d.d),C7(e,t.d.e.a,t.d.e.b),Ei(e,t.d.d)}function B0n(t){var e=/function(?:\s+([\w$]+))?\s*\(/,n=e.exec(t);return n&&n[1]||Ict}function R0n(t,e,n){var r,s;return s=t.length,r=b.Math.min(n,s),x6t(t,0,e,0,r,!0),e}function ioe(t,e,n){var r,s;for(s=e.Kc();s.Ob();)r=u(s.Pb(),74),qs(t,u(n.Kb(r),27))}function j0n(t,e){j6(u(K(u(t.e,10),(Me(),ms)),101))&&(wn(),Ms(u(t.e,10).j,e))}function $0n(){return eV(),ot(st(j9t,1),te,257,0,[R9t,P9t,N9t,O9t,Nht,B9t,F9t,I9t,D9t])}function z0n(){return Np(),ot(st(gAt,1),te,265,0,[c1t,hAt,fAt,o1t,lAt,dAt,UG,NT,FT])}function qm(){qm=V,sN=new Crt("BARYCENTER",0),NA=new Crt(e2e,1),XG=new Crt(n2e,2)}function Pq(){Pq=V,PAt=new Ert("NO",0),k1t=new Ert(q8t,1),OAt=new Ert("LOOK_BACK",2)}function Nq(){Nq=V,d_t=new grt("ARD",0),pG=new grt("MSD",1),xft=new grt("MANUAL",2)}function xo(){xo=V,OA=new vrt(FS,0),vl=new vrt("INPUT",1),xu=new vrt("OUTPUT",2)}function JE(){return wdt||(wdt=new c0e,t5(wdt,ot(st(I5,1),Ln,134,0,[new Aj]))),wdt}function $f(t){if(!(t>=0))throw nt(new zn("tolerance ("+t+") must be >= 0"));return t}function soe(t,e){var n;return At(e,44)?t.c.Mc(e):(n=zat(t,e),pH(t,e),n)}function Do(t,e,n){return rw(t,e),wu(t,n),Tp(t,0),Hy(t,1),Lp(t,!0),Ap(t,!0),t}function UI(t,e){var n;if(n=t.gc(),e<0||e>n)throw nt(new My(e,n));return new fvt(t,e)}function Fq(t,e){t.b=b.Math.max(t.b,e.d),t.e+=e.r+(t.a.c.length==0?0:t.c),pe(t.a,e)}function aoe(t){Sy(t.c>=0),G2n(t.d,t.c)<0&&(t.a=t.a-1&t.d.a.length-1,t.b=t.d.c),t.c=-1}function Bq(t){var e,n;for(n=t.c.Cc().Kc();n.Ob();)e=u(n.Pb(),16),e.$b();t.c.$b(),t.d=0}function q0n(t){var e,n,r,s;for(n=t.a,r=0,s=n.length;r<s;++r)e=n[r],Zte(e,e.length,null)}function $_(t,e){var n,r,s,o;for(r=e,s=0,o=r.length;s<o;++s)n=r[s],fs(t,n,t.c.b,t.c)}function ooe(t,e){var n,r;for(n=0,r=t.gc();n<r;++n)if(Ic(e,t.Xb(n)))return n;return-1}function i4t(t){var e,n;if(t==0)return 32;for(n=0,e=1;!(e&t);e<<=1)++n;return n}function ih(t,e){if(t<0)throw nt(new zn(e+" cannot be negative but was: "+t));return t}function H0n(t,e){typeof window===KO&&typeof window.$gwt===KO&&(window.$gwt[t]=e)}function Rq(t,e){return qnn(H_(t.a,e,qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15)))))}function V0n(t,e,n){return jy(t,new _4(e),new Te,new m6(n),ot(st(zo,1),te,108,0,[]))}function U0n(){return Dl(),ot(st(tIt,1),te,264,0,[KT,PN,LK,fL,MK,IK,DK,jdt,ON])}function coe(){coe=V,Sve=ot(st(Or,1),ii,28,15,[0,8,4,12,2,10,6,14,1,9,5,13,3,11,7,15])}function z_(){z_=V,wA=new drt("LAYER_SWEEP",0),UP=new drt(Put,1),h_t=new drt(Zd,2)}function s4t(){s4t=V,A6e=ri(ri(ri(new Fs,(Ha(),Wf),(Ja(),P5)),$0,E3),Yc,k3)}function uoe(){uoe=V,L6e=ri(ri(ri(new Fs,(Ha(),Wf),(Ja(),P5)),$0,E3),Yc,k3)}function a4t(){a4t=V,M6e=ri(ri(ri(new Fs,(Ha(),Wf),(Ja(),P5)),$0,E3),Yc,k3)}function loe(){loe=V,D6e=ri(ri(ri(new Fs,(Ha(),Wf),(Ja(),P5)),$0,E3),Yc,k3)}function hoe(){hoe=V,I6e=ri(ri(ri(new Fs,(Ha(),Wf),(Ja(),P5)),$0,E3),Yc,k3)}function foe(){foe=V,O6e=ri(ri(ri(new Fs,(Ha(),Wf),(Ja(),P5)),$0,E3),Yc,k3)}function doe(){doe=V,F6e=tl(ri(ri(new Fs,(Ha(),Yc),(Ja(),eG)),ou,XU),Qo,tG)}function G0n(t){var e,n;for(n=new J(rhe(t));n.a<n.c.c.length;)e=u(et(n),695),e._f()}function K0n(){HWt();for(var t=hht,e=0;e<arguments.length;e++)t.push(arguments[e])}function goe(t){wwt(),this.g=new Er,this.f=new Er,this.b=new Er,this.c=new Nm,this.i=t}function o4t(){this.f=new Ea,this.d=new R2t,this.c=new Ea,this.a=new ge,this.b=new ge}function poe(t,e,n,r){this.ak(),this.a=e,this.b=t,this.c=null,this.c=new lZt(this,e,n,r)}function Gst(t,e,n,r,s){this.d=t,this.n=e,this.g=n,this.o=r,this.p=-1,s||(this.o=-2-r-1)}function boe(){kmt.call(this),this.n=-1,this.g=null,this.i=null,this.j=null,this.Bb|=Uf}function woe(t){X$.call(this,t.Ad(64)?pmt(0,ef(t.zd(),1)):QO,t.yd()),this.b=1,this.a=t}function W0n(t,e){return rk(),u(K(e,(xc(),Q5)),17).a<t.gc()&&u(K(e,Q5),17).a>=0}function c4t(t,e){t.r>0&&t.c<t.r&&(t.c+=e,t.i&&t.i.d>0&&t.g!=0&&c4t(t.i,e/t.r*t.i.d))}function u4t(t,e){var n;n=t.c,t.c=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,1,n,t.c))}function Kst(t,e){var n;n=t.c,t.c=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,4,n,t.c))}function ZE(t,e){var n;n=t.k,t.k=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,2,n,t.k))}function Wst(t,e){var n;n=t.D,t.D=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,2,n,t.D))}function jq(t,e){var n;n=t.f,t.f=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,8,n,t.f))}function $q(t,e){var n;n=t.i,t.i=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,7,n,t.i))}function l4t(t,e){var n;n=t.a,t.a=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,8,n,t.a))}function h4t(t,e){var n;n=t.b,t.b=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,0,n,t.b))}function f4t(t,e){var n;n=t.b,t.b=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,0,n,t.b))}function d4t(t,e){var n;n=t.c,t.c=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,1,n,t.c))}function g4t(t,e){var n;n=t.d,t.d=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,1,n,t.d))}function Y0n(t,e,n){var r;t.b=e,t.a=n,r=(t.a&512)==512?new SKt:new hD,t.c=ukn(r,t.b,t.a)}function moe(t,e){return Dg(t.e,e)?(bo(),Rst(e)?new xz(e,t):new YD(e,t)):new GXt(e,t)}function X0n(t){var e,n;return 0>t?new bwt:(e=t+1,n=new Mie(e,t),new Umt(null,n))}function Q0n(t,e){wn();var n;return n=new A6(1),pa(t)?Bo(n,t,e):vu(n.f,t,e),new hr(n)}function J0n(t,e){var n,r;return n=t.c,r=e.e[t.p],r>0?u(Oe(n.a,r-1),10):null}function Z0n(t,e){var n,r;return n=t.o+t.p,r=e.o+e.p,n<r?-1:n==r?0:1}function tgn(t){var e;return e=K(t,(ae(),Di)),At(e,167)?Fue(u(e,167)):null}function voe(t){var e;return t=b.Math.max(t,2),e=N4t(t),t>e?(e<<=1,e>0?e:DS):e}function Yst(t){switch(Cmt(t.e!=3),t.e){case 2:return!1;case 0:return!0}return cdn(t)}function yoe(t,e){var n;return At(e,8)?(n=u(e,8),t.a==n.a&&t.b==n.b):!1}function egn(t,e){var n;n=new Le,u(e.b,68),u(e.b,68),u(e.b,68),Tu(e.a,new kvt(t,n,e))}function xoe(t,e){var n,r;for(r=e.vc().Kc();r.Ob();)n=u(r.Pb(),44),yO(t,n.ld(),n.md())}function p4t(t,e){var n;n=t.d,t.d=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,11,n,t.d))}function zq(t,e){var n;n=t.j,t.j=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,13,n,t.j))}function b4t(t,e){var n;n=t.b,t.b=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,21,n,t.b))}function ngn(t,e){(hq(),hd?null:e.c).length==0&&BJt(e,new Ae),Bo(t.a,hd?null:e.c,e)}function rgn(t,e){e.Ug("Hierarchical port constraint processing",1),xwn(t),zCn(t),e.Vg()}function Hm(){Hm=V,wv=new frt("START",0),Jb=new frt("MIDDLE",1),bv=new frt("END",2)}function qq(){qq=V,aK=new Uwt("P1_NODE_PLACEMENT",0),Z5=new Uwt("P2_EDGE_ROUTING",1)}function Mb(){Mb=V,Bk=new Ni(O8t),HU=new Ni(Bbe),gA=new Ni(Rbe),jP=new Ni(jbe)}function Vm(t){var e;return uit(t.f.g,t.d),cr(t.b),t.c=t.a,e=u(t.a.Pb(),44),t.b=L4t(t),e}function w4t(t){var e;return t.b==null?(gp(),gp(),zN):(e=t.ul()?t.tl():t.sl(),e)}function koe(t,e){var n;return n=e==null?-1:Wo(t.b,e,0),n<0?!1:(Qst(t,n),!0)}function zf(t,e){var n;return Wn(e),n=e.g,t.b[n]?!1:(hs(t.b,n,e),++t.c,!0)}function Hq(t,e){var n,r;return n=1-e,r=t.a[n],t.a[n]=r.a[e],r.a[e]=t,t.b=!0,r.b=!1,r}function ign(t,e){var n,r;for(r=e.Kc();r.Ob();)n=u(r.Pb(),272),t.b=!0,qs(t.e,n),n.b=t}function sgn(t,e){var n,r;return n=u(K(t,(Me(),I3)),8),r=u(K(e,I3),8),ji(n.b,r.b)}function Xst(t,e,n){var r,s,o;return o=e>>5,s=e&31,r=ia(Eb(t.n[n][o],qr(Rf(s,1))),3),r}function Eoe(t,e,n){var r,s,o;for(o=t.a.length-1,s=t.b,r=0;r<n;s=s+1&o,++r)hs(e,r,t.a[s])}function Qst(t,e){var n;n=xp(t.b,t.b.c.length-1),e<t.b.c.length&&(Sh(t.b,e,n),Kfe(t,e))}function Toe(t,e){var n;return n=u(tr(t.c,e),466),n||(n=new oKt,n.c=e,di(t.c,n.c,n)),n}function agn(t,e){var n,r;r=new ge,n=e;do In(r.c,n),n=u(tr(t.k,n),18);while(n);return r}function Jst(t,e,n){var r;return r=new ge,K6t(t,e,r,n,!0,!0),t.b=new Vq(r.c.length),r}function Q2(t,e){var n,r;for(n=t.Pc(),HE(n,0,n.length,e),r=0;r<n.length;r++)t.hd(r,n[r])}function m4t(t){var e,n;for(n=new Zn(t);n.e!=n.i.gc();)e=u(sr(n),27),Cu(e,0),_u(e,0)}function Coe(t){this.e=t,this.d=new f$(zy(q6(this.e).gc())),this.c=this.e.a,this.b=this.e.c}function Vq(t){this.b=t,this.a=Vt(Or,ii,28,t+1,15,1),this.c=Vt(Or,ii,28,t,15,1),this.d=0}function _oe(t,e,n){Rae.call(this,e,n),this.d=Vt(z0,Bp,10,t.a.c.length,0,1),id(t.a,this.d)}function Soe(t,e,n){n3t.call(this,t,e,n),this.a=new Er,this.b=new Er,this.d=new tUt(this)}function Aoe(t){Xvt.call(this),this.b=Rt(Ht(K(t,(Me(),Yf)))),this.a=u(K(t,Rg),223)}function Zst(t,e){var n;return At(e,16)?(n=u(e,16),t.Gc(n)):$st(t,u(Hr(e),20).Kc())}function ogn(t,e){xs(Ai(new ln(null,new gn(new ui(t.b),1)),new yXt(t,e)),new kXt(t,e))}function cgn(t,e){e.Ug(t2e,1),xs(lc(new ln(null,new gn(t.b,16)),new zX),new qX),e.Vg()}function Hi(t){return pa(t)?Cp(t):Cy(t)?O6(t):Ty(t)?jJt(t):eyt(t)?t.Hb():Wvt(t)?km(t):Byt(t)}function Loe(t){var e,n;for(n=t.c.a.ec().Kc();n.Ob();)e=u(n.Pb(),219),$(e,new Wte(e.f))}function v4t(t){var e,n;for(n=t.c.a.ec().Kc();n.Ob();)e=u(n.Pb(),219),H(e,new cfe(e.e))}function wu(t,e){var n;n=t.zb,t.zb=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,1,n,t.zb))}function Uq(t,e){var n;n=t.xb,t.xb=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,3,n,t.xb))}function Gq(t,e){var n;n=t.yb,t.yb=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,2,n,t.yb))}function ds(t,e){var n,r;n=(r=new Nnt,r),n.n=e,Mr((!t.s&&(t.s=new Jt(Ku,t,21,17)),t.s),n)}function Ki(t,e){var n,r;r=(n=new Hmt,n),r.n=e,Mr((!t.s&&(t.s=new Jt(Ku,t,21,17)),t.s),r)}function Aa(t,e){var n,r,s;for(Wn(e),n=!1,s=e.Kc();s.Ob();)r=s.Pb(),n=n|t.Fc(r);return n}function Moe(t){var e,n,r;for(e=0,r=t.Kc();r.Ob();)n=r.Pb(),e+=n!=null?Hi(n):0,e=~~e;return e}function tat(t,e){var n=t.a,r=0;for(var s in n)n.hasOwnProperty(s)&&(e[r++]=s);return e}function Doe(t){var e;return t==0?"UTC":(t<0?(t=-t,e="UTC+"):e="UTC-",e+uae(t))}function y4t(t){return t.a<54?t.f<0?-1:t.f>0?1:0:(!t.c&&(t.c=TI(Oc(t.f))),t.c).e}function Ioe(t,e){e?t.B==null&&(t.B=t.D,t.D=null):t.B!=null&&(t.D=t.B,t.B=null)}function ugn(t,e){return a7(),t==pv&&e==y3||t==y3&&e==pv||t==O5&&e==v3||t==v3&&e==O5}function lgn(t,e){return a7(),t==pv&&e==v3||t==pv&&e==O5||t==y3&&e==O5||t==y3&&e==v3}function Ooe(t,e){return K1(),$f(cd),b.Math.abs(0-e)<=cd||e==0||isNaN(0)&&isNaN(e)?0:t/e}function Poe(t,e){return Rt(Ht(ql(oO(Go(new ln(null,new gn(t.c.b,16)),new zVt(t)),e))))}function x4t(t,e){return Rt(Ht(ql(oO(Go(new ln(null,new gn(t.c.b,16)),new $Vt(t)),e))))}function hgn(){return ko(),ot(st(Dft,1),te,259,0,[yG,zh,vA,xG,ST,j5,yA,CT,_T,kG])}function fgn(){return sf(),ot(st(EAt,1),te,243,0,[WG,nN,rN,yAt,xAt,vAt,kAt,YG,Av,P3])}function dgn(t,e){var n;e.Ug("General Compactor",1),n=m2n(u(ne(t,($b(),K1t)),393)),n.Cg(t)}function ggn(t,e){var n,r;return n=u(ne(t,($b(),cK)),17),r=u(ne(e,cK),17),Bc(n.a,r.a)}function k4t(t,e,n){var r,s;for(s=_r(t,0);s.b!=s.d.c;)r=u(Tr(s),8),r.a+=e,r.b+=n;return t}function q_(t,e,n){var r;for(r=t.b[n&t.f];r;r=r.b)if(n==r.a&&zd(e,r.g))return r;return null}function H_(t,e,n){var r;for(r=t.c[n&t.f];r;r=r.d)if(n==r.f&&zd(e,r.i))return r;return null}function pgn(t,e,n){var r,s,o;for(r=0,s=0;s<n;s++)o=e[s],t[s]=o<<1|r,r=o>>>31;r!=0&&(t[n]=r)}function eat(t,e,n,r,s,o){var h;this.c=t,h=new ge,ext(t,h,e,t.b,n,r,s,o),this.a=new _a(h,0)}function Noe(){this.c=new d$(0),this.b=new d$(u7t),this.d=new d$(E2e),this.a=new d$(Eut)}function Mh(t,e,n,r,s,o,h){Fr.call(this,t,e),this.d=n,this.e=r,this.c=s,this.b=o,this.a=J1(h)}function ks(t,e,n,r,s,o,h,d,m,k,T,A,N){return zfe(t,e,n,r,s,o,h,d,m,k,T,A,N),Pat(t,!1),t}function bgn(t){return t.b.c.i.k==(Un(),Ds)?u(K(t.b.c.i,(ae(),Di)),12):t.b.c}function Foe(t){return t.b.d.i.k==(Un(),Ds)?u(K(t.b.d.i,(ae(),Di)),12):t.b.d}function wgn(t){var e;return e=sq(t),mm(e.a,0)?(w$(),w$(),$ve):(w$(),new wJt(e.b))}function nat(t){var e;return e=t3t(t),mm(e.a,0)?(yy(),yy(),_ht):(yy(),new Zrt(e.b))}function rat(t){var e;return e=t3t(t),mm(e.a,0)?(yy(),yy(),_ht):(yy(),new Zrt(e.c))}function Boe(t){switch(t.g){case 2:return ve(),Gn;case 4:return ve(),Jn;default:return t}}function Roe(t){switch(t.g){case 1:return ve(),vr;case 3:return ve(),Hn;default:return t}}function joe(t){switch(t.g){case 0:return new Ttt;case 1:return new XM;default:return null}}function ik(){ik=V,cft=new os("edgelabelcenterednessanalysis.includelabel",(Nn(),Yb))}function E4t(){E4t=V,B6e=Ud(aQt(ri(ri(new Fs,(Ha(),Yc),(Ja(),eG)),ou,XU),Qo),tG)}function $oe(){$oe=V,z6e=Ud(aQt(ri(ri(new Fs,(Ha(),Yc),(Ja(),eG)),ou,XU),Qo),tG)}function iat(){iat=V,wL=new kKt,Ydt=ot(st(Ku,1),L5,179,0,[]),cTe=ot(st(bf,1),ATt,62,0,[])}function t7(){t7=V,zP=new Iwt("TO_INTERNAL_LTR",0),sft=new Iwt("TO_INPUT_DIRECTION",1)}function nl(){nl=V,kCt=new ub,yCt=new oy,xCt=new BX,vCt=new M2,ECt=new RX,TCt=new jX}function mgn(t,e){e.Ug(t2e,1),_5t(nrn(new LC((qC(),new Git(t,!1,!1,new q9))))),e.Vg()}function vgn(t,e,n){n.Ug("DFS Treeifying phase",1),F2n(t,e),P6n(t,e),t.a=null,t.b=null,n.Vg()}function GI(t,e){return Nn(),pa(t)?E3t(t,Gr(e)):Cy(t)?Ait(t,Ht(e)):Ty(t)?uun(t,De(e)):t.Fd(e)}function V_(t,e){var n,r;for(Wn(e),r=e.vc().Kc();r.Ob();)n=u(r.Pb(),44),t.zc(n.ld(),n.md())}function ygn(t,e,n){var r;for(r=n.Kc();r.Ob();)if(!cq(t,e,r.Pb()))return!1;return!0}function xgn(t,e,n,r,s){var o;return n&&(o=ss(e.Dh(),t.c),s=n.Rh(e,-1-(o==-1?r:o),null,s)),s}function kgn(t,e,n,r,s){var o;return n&&(o=ss(e.Dh(),t.c),s=n.Th(e,-1-(o==-1?r:o),null,s)),s}function zoe(t){var e;if(t.b==-2){if(t.e==0)e=-1;else for(e=0;t.a[e]==0;e++);t.b=e}return t.b}function Egn(t){if(Wn(t),t.length==0)throw nt(new Nd("Zero length BigInteger"));L8n(this,t)}function T4t(t){this.i=t.gc(),this.i>0&&(this.g=this.aj(this.i+(this.i/8|0)+1),t.Qc(this.g))}function qoe(t,e,n){this.g=t,this.d=e,this.e=n,this.a=new ge,N4n(this),wn(),Ms(this.a,null)}function C4t(t,e){e.q=t,t.d=b.Math.max(t.d,e.r),t.b+=e.d+(t.a.c.length==0?0:t.c),pe(t.a,e)}function e7(t,e){var n,r,s,o;return s=t.c,n=t.c+t.b,o=t.d,r=t.d+t.a,e.a>s&&e.a<n&&e.b>o&&e.b<r}function Vy(t,e){var n,r;for(r=_r(t,0);r.b!=r.d.c;)n=u(Tr(r),8),n.a+=e.a,n.b+=e.b;return t}function Tgn(t){var e,n,r;for(r=0,n=new J(t.b);n.a<n.c.c.length;)e=u(et(n),30),e.p=r,++r}function Cgn(t){var e,n,r;return t.j==(ve(),Hn)&&(e=M1e(t),n=Ju(e,Jn),r=Ju(e,Gn),r||r&&n)}function _gn(t,e){var n;return n=$xt(t),b6t(new se(n.c,n.d),new se(n.b,n.a),t.Mf(),e,t.ag())}function _4t(t,e){var n;n=u(e,190),U2(n,"x",t.i),U2(n,"y",t.j),U2(n,jlt,t.g),U2(n,Rlt,t.f)}function Kq(t,e){var n;At(e,85)?(u(t.c,79).Gk(),n=u(e,85),xoe(t,n)):u(t.c,79).Wb(e)}function U_(t,e){var n,r;for(Wn(e),r=t.vc().Kc();r.Ob();)n=u(r.Pb(),44),e.Yd(n.ld(),n.md())}function Sgn(t,e){var n;for(Hr(e);t.Ob();)if(n=t.Pb(),!A4t(u(n,10)))return!1;return!0}function Agn(){var t;return Dht||(Dht=new XGt,t=new yst(""),Hrn(t,(mE(),m9t)),ngn(Dht,t)),Dht}function Hoe(t,e){return jy(new om(t),new by(e),new w6(e),new Ra,ot(st(zo,1),te,108,0,[]))}function Wq(){Wq=V,X1t=new Lrt(Zd,0),VLt=new Lrt("POLAR_COORDINATE",1),HLt=new Lrt("ID",2)}function Yq(){Yq=V,SAt=new yrt("EQUALLY",0),m1t=new yrt(kV,1),AAt=new yrt("NORTH_SOUTH",2)}function n7(){n7=V,dA=new os("debugSVG",(Nn(),!1)),H9t=new os("overlapsExisted",!0)}function Voe(){Voe=V,IEe=Rr((Pp(),ot(st(DEe,1),te,285,0,[VMt,aa,ic,ex,Ga,rs,Wk,pd])))}function Uoe(){Uoe=V,z7e=Rr((M7(),ot(st(zK,1),te,245,0,[Udt,jK,$K,RK,Vdt,BK,FK,Hdt])))}function Goe(){Goe=V,k4e=Rr((ZH(),ot(st(c_t,1),te,276,0,[dft,bft,fft,vft,pft,gft,mft,wft])))}function Koe(){return kS(),ot(st(D_n,1),te,262,0,[C1t,UAt,YAt,XAt,WAt,VAt,QAt,qAt,KAt,GAt,HAt])}function J2(t,e,n){var r,s;return s=u(w_(t.d,e),17),r=u(w_(t.b,n),17),!s||!r?null:ek(t,s.a,r.a)}function Woe(t,e){var n;return n=Jot(JE(),t),n?(Oi(e,(si(),ux),n),!0):!1}function Yoe(t){return Ay(),t.A.Hc((Kl(),z3))&&!t.B.Hc((Dl(),PN))?Uue(t):null}function Xoe(){this.a=u(_e((Vf(),zU)),17).a,this.c=Rt(Ht(_e(qU))),this.b=Rt(Ht(_e(Ght)))}function Z2(t){this.f=t,this.e=new h3t(this.f.i),this.a=this.e,this.b=L4t(this),this.d=this.f.g}function ws(t,e){wz.call(this,uTe,t,e),this.b=this,this.a=Au(t.Dh(),Tn(this.e.Dh(),this.c))}function Lgn(t,e){var n,r;for(r=new J(e.b);r.a<r.c.c.length;)n=u(et(r),30),t.a[n.p]=c3n(n)}function sh(t,e){var n;for(n=0;n<e.j.c.length;n++)u(jI(t,n),21).Gc(u(jI(e,n),16));return t}function sat(t,e,n,r){var s;s=t.a.length,n>s?n=s:qn(e,n+1),t.a=Ch(t.a,0,e)+(""+r)+vyt(t.a,n)}function Qoe(t,e){t.a=Xa(t.a,1),t.c=b.Math.min(t.c,e),t.b=b.Math.max(t.b,e),t.d=Xa(t.d,e)}function Mgn(t,e){return e<t.b.gc()?u(t.b.Xb(e),10):e==t.b.gc()?t.a:u(Oe(t.e,e-t.b.gc()-1),10)}function Dgn(t,e,n){return ji(N6(E7(t),new se(e.e.a,e.e.b)),N6(E7(t),new se(n.e.a,n.e.b)))}function Ign(t,e,n){return t==(qm(),XG)?new RJ:Ml(e,1)!=0?new owt(n.length):new aWt(n.length)}function Ti(t,e){var n,r,s;if(n=t.th(),n!=null&&t.wh())for(r=0,s=n.length;r<s;++r)n[r].dj(e)}function Ogn(t,e){var n,r,s;for(n=t.c.Xe(),s=e.Kc();s.Ob();)r=s.Pb(),t.a.Yd(n,r);return t.b.Kb(n)}function r7(t,e){var n,r;for(n=t,r=Ia(n).e;r;){if(n=r,n==e)return!0;r=Ia(n).e}return!1}function Db(t){var e;return e=t.h,e==0?t.l+t.m*Ek:e==Og?t.l+t.m*Ek-lw:t}function Pgn(t,e,n){var r,s;return r=t.a.f[e.p],s=t.a.f[n.p],r<s?-1:r==s?0:1}function Ngn(t,e){var n,r;for(r=new J(e);r.a<r.c.c.length;)n=u(et(r),72),pe(t.d,n),r3n(t,n)}function Fgn(t,e){var n;e.Ug("Edge and layer constraint edge reversal",1),n=Ukn(t),k9n(n),e.Vg()}function Bgn(t,e){var n,r;for(r=new Zn(t);r.e!=r.i.gc();)n=u(sr(r),27),xh(n,n.i+e.b,n.j+e.d)}function Joe(t){var e;t.d==null?(++t.e,t.f=0,lue(null)):(++t.e,e=t.d,t.d=null,t.f=0,lue(e))}function Rgn(t){var e;if(t.a==t.b.a)throw nt(new ac);return e=t.a,t.c=e,t.a=u(Zh(t.a.e),227),e}function $n(t,e){var n;return t.Db&e?(n=hot(t,e),n==-1?t.Eb:X2(t.Eb)[n]):null}function yc(t,e){var n,r;return n=(r=new Af,r),n.G=e,!t.rb&&(t.rb=new Iy(t,N1,t)),Mr(t.rb,n),n}function pi(t,e){var n,r;return n=(r=new n$,r),n.G=e,!t.rb&&(t.rb=new Iy(t,N1,t)),Mr(t.rb,n),n}function Zoe(t,e,n,r){At(t.Cb,184)&&(u(t.Cb,184).tb=null),wu(t,n),e&&e5n(t,e),r&&t.gl(!0)}function tce(t,e){t.c&&(w0e(t,e,!0),xs(new ln(null,new gn(e,16)),new KVt(t))),w0e(t,e,!1)}function jgn(t){_Qt();var e;return MYt(T1t,t)||(e=new cZ,e.a=t,evt(T1t,t,e)),u(Mo(T1t,t),645)}function Xq(t){var e;if(t.g>1||t.Ob())return++t.a,t.g=0,e=t.i,t.Ob(),e;throw nt(new ac)}function ece(t){switch(t.a.g){case 1:return new aXt;case 3:return new ahe;default:return new Zet}}function S4t(t,e){switch(e){case 1:return!!t.n&&t.n.i!=0;case 2:return t.k!=null}return Zyt(t,e)}function Oc(t){return eP<t&&t<lw?t<0?b.Math.ceil(t):b.Math.floor(t):Db(d6n(t))}function KI(t){var e;return t<128?(dte(),e=ZTt[t],!e&&(e=ZTt[t]=new mi(t)),e):new mi(t)}function $gn(t,e){var n;try{e.de()}catch(r){if(r=is(r),At(r,82))n=r,In(t.c,n);else throw nt(r)}}function tf(t){var e,n,r,s;return s=t,r=0,s<0&&(s+=lw,r=Og),n=Xs(s/Ek),e=Xs(s-n*Ek),ku(e,n,r)}function WI(t){var e,n,r;for(r=0,n=new L6(t.a);n.a<n.c.a.length;)e=F_(n),t.b.Hc(e)&&++r;return r}function zgn(t){var e,n,r;for(e=1,r=t.Kc();r.Ob();)n=r.Pb(),e=31*e+(n==null?0:Hi(n)),e=~~e;return e}function Yo(t,e){var n;return e&&(n=e.nf(),n.dc()||(t.q?V_(t.q,n):t.q=new XXt(n))),t}function nce(t,e){var n;return n=t.a.get(e),n===void 0?++t.d:(Psn(t.a,e),--t.c,++t.b.g),n}function qgn(t,e){var n,r,s;return n=e.p-t.p,n==0?(r=t.f.a*t.f.b,s=e.f.a*e.f.b,ji(r,s)):n}function Hgn(t,e){var n,r;return n=t.j,r=e.j,n!=r?n.g-r.g:t.p==e.p?0:n==(ve(),Hn)?t.p-e.p:e.p-t.p}function G_(t,e,n,r,s){hs(t.c[e.g],n.g,r),hs(t.c[n.g],e.g,r),hs(t.b[e.g],n.g,s),hs(t.b[n.g],e.g,s)}function tw(t,e,n){this.b=(Wn(t),t),this.d=(Wn(e),e),this.e=(Wn(n),n),this.c=this.d+(""+this.e)}function i7(t,e){this.b=t,this.e=e,this.d=e.j,this.f=(bo(),u(t,69).xk()),this.k=Au(e.e.Dh(),t)}function YI(t){this.n=new ge,this.e=new Qi,this.j=new Qi,this.k=new ge,this.f=new ge,this.p=t}function rce(t){t.r=new Os,t.w=new Os,t.t=new ge,t.i=new ge,t.d=new Os,t.a=new P6,t.c=new Er}function Um(){Um=V,IP=new A$("UP",0),DP=new A$(dut,1),Rht=new A$(Tk,2),jht=new A$(Ck,3)}function s7(){s7=V,Ift=new brt("ONE_SIDED",0),Oft=new brt("TWO_SIDED",1),GP=new brt("OFF",2)}function aat(){aat=V,bMt=new Wwt("EQUAL_BETWEEN_STRUCTURES",0),wMt=new Wwt("TO_ASPECT_RATIO",1)}function ice(){ice=V,l6e=Rr((Np(),ot(st(gAt,1),te,265,0,[c1t,hAt,fAt,o1t,lAt,dAt,UG,NT,FT])))}function sce(){sce=V,k7e=Rr((Dl(),ot(st(tIt,1),te,264,0,[KT,PN,LK,fL,MK,IK,DK,jdt,ON])))}function ace(){ace=V,f7e=Rr((e3(),ot(st(_o,1),te,95,0,[Qf,jg,Jf,t1,U0,df,dh,Zf,ff])))}function oce(){oce=V,nye=Rr((eV(),ot(st(j9t,1),te,257,0,[R9t,P9t,N9t,O9t,Nht,B9t,F9t,I9t,D9t])))}function A4t(t){var e;return e=u(K(t,(ae(),_c)),64),t.k==(Un(),Ds)&&(e==(ve(),Gn)||e==Jn)}function Vgn(t,e,n){var r,s;s=u(K(t,(Me(),qo)),75),s&&(r=new Xu,kat(r,0,s),Vy(r,n),Aa(e,r))}function Qq(t,e,n){var r,s,o,h;h=Ia(t),r=h.d,s=h.c,o=t.n,e&&(o.a=o.a-r.b-s.a),n&&(o.b=o.b-r.d-s.b)}function Ugn(t,e){var n,r;return n=t.f.c.length,r=e.f.c.length,n<r?-1:n==r?0:1}function Ggn(t){return t.b.c.length!=0&&u(Oe(t.b,0),72).a?u(Oe(t.b,0),72).a:Uit(t)}function Kgn(t){var e;if(t){if(e=t,e.dc())throw nt(new ac);return e.Xb(e.gc()-1)}return Une(t.Kc())}function cce(t){var e;return Rc(t,0)<0&&(t=Ovt(t)),e=qr(Eb(t,32)),64-(e!=0?DO(e):DO(qr(t))+32)}function Wgn(){return hq(),hd?new yst(null):S1e(Agn(),"com.google.common.base.Strings")}function oat(t,e,n,r){return n==1?(!t.n&&(t.n=new Jt(Oo,t,1,7)),no(t.n,e,r)):Wxt(t,e,n,r)}function XI(t,e){var n,r;return r=(n=new Sf,n),wu(r,e),Mr((!t.A&&(t.A=new Qu(Ou,t,7)),t.A),r),r}function Ygn(t,e,n){var r,s,o,h;return o=null,h=e,s=Rm(h,qlt),r=new _Xt(t,n),o=(_vn(r.a,r.b,s),s),o}function cat(t){var e;return(!t.a||!(t.Bb&1)&&t.a.Vh())&&(e=rf(t),At(e,156)&&(t.a=u(e,156))),t.a}function QI(t,e){var n,r;for(Wn(e),r=e.Kc();r.Ob();)if(n=r.Pb(),!t.Hc(n))return!1;return!0}function Xgn(t,e){var n,r,s;return n=t.l+e.l,r=t.m+e.m+(n>>22),s=t.h+e.h+(r>>22),ku(n&Il,r&Il,s&Og)}function uce(t,e){var n,r,s;return n=t.l-e.l,r=t.m-e.m+(n>>22),s=t.h-e.h+(r>>22),ku(n&Il,r&Il,s&Og)}function Qgn(t){var e,n;for(V9n(t),n=new J(t.d);n.a<n.c.c.length;)e=u(et(n),105),e.i&&j3n(e)}function is(t){var e;return At(t,82)?t:(e=t&&t.__java$exception,e||(e=new nue(t),VGt(e)),e)}function JI(t){if(At(t,193))return u(t,123);if(t)return null;throw nt(new C6(Fwe))}function L4t(t){return t.a.Ob()?!0:t.a!=t.e?!1:(t.a=new O3t(t.f.f),t.a.Ob())}function lce(t,e){if(e==null)return!1;for(;t.a!=t.b;)if(Ci(e,rH(t)))return!0;return!1}function hce(t,e){return!t||!e||t==e?!1:Que(t.d.c,e.d.c+e.d.b)&&Que(e.d.c,t.d.c+t.d.b)}function Hs(t,e){var n,r;return n=e.Pc(),r=n.length,r==0?!1:(Mvt(t.c,t.c.length,n),!0)}function Jgn(t,e,n){var r,s;for(s=e.vc().Kc();s.Ob();)r=u(s.Pb(),44),t.yc(r.ld(),r.md(),n);return t}function uat(t){var e,n,r;for(e=new Qi,r=_r(t.d,0);r.b!=r.d.c;)n=u(Tr(r),65),Zr(e,n.c);return e}function fce(t,e){var n,r;for(r=new J(t.b);r.a<r.c.c.length;)n=u(et(r),72),Zt(n,(ae(),Hk),e)}function Zgn(t,e,n){var r,s;for(s=new J(t.b);s.a<s.c.c.length;)r=u(et(s),27),xh(r,r.i+e,r.j+n)}function dce(t,e){if(!t)throw nt(new zn(xS("value already present: %s",ot(st(sa,1),Ln,1,5,[e]))))}function tpn(t,e,n,r,s){return g5(),b.Math.min(qge(t,e,n,r,s),qge(n,r,t,e,cz(new se(s.a,s.b))))}function epn(t,e,n,r){u(n.b,68),u(n.b,68),u(r.b,68),u(r.b,68),u(r.b,68),Tu(r.a,new xvt(t,e,r))}function npn(t,e){t.d==(Rs(),Ho)||t.d==qh?u(e.a,60).c.Fc(u(e.b,60)):u(e.b,60).c.Fc(u(e.a,60))}function gce(t,e){var n;return n=k0(e.a.gc()),xs(Mq(new ln(null,new gn(e,1)),t.i),new mXt(t,n)),n}function pce(t){var e,n;return n=(e=new Sf,e),wu(n,"T"),Mr((!t.d&&(t.d=new Qu(Ou,t,11)),t.d),n),n}function M4t(t){var e,n,r,s;for(e=1,n=0,s=t.gc();n<s;++n)r=t.Vi(n),e=31*e+(r==null?0:Hi(r));return e}function bce(t,e,n,r){var s;return SI(e,t.e.Rd().gc()),SI(n,t.c.Rd().gc()),s=t.a[e][n],hs(t.a[e],n,r),s}function ot(t,e,n,r,s){return s.Rm=t,s.Sm=e,s.Tm=Et,s.__elementTypeId$=n,s.__elementTypeCategory$=r,s}function Jq(){Jq=V,uft=new O$(Zd,0),uG=new O$(r2e,1),lG=new O$(i2e,2),HP=new O$("BOTH",3)}function rd(){rd=V,Rk=new P$(Y7,0),wT=new P$(Tk,1),mT=new P$(Ck,2),lft=new P$("TOP",3)}function a7(){a7=V,pv=new D$("Q1",0),y3=new D$("Q4",1),v3=new D$("Q2",2),O5=new D$("Q3",3)}function Zq(){Zq=V,E1t=new Trt("OFF",0),BT=new Trt("SINGLE_EDGE",1),N3=new Trt("MULTI_EDGE",2)}function ZI(){ZI=V,vK=new Xwt("MINIMUM_SPANNING_TREE",0),zMt=new Xwt("MAXIMUM_SPANNING_TREE",1)}function sk(){sk=V,_Ee=new hy,CEe=new ly}function D4t(t){var e,n;return n=(wb(),e=new k4,e),t&&Mr((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a),n),n}function lat(t){var e,n,r,s;for(s=new ge,r=t.Kc();r.Ob();)n=u(r.Pb(),27),e=n3(n),Hs(s,e);return s}function rpn(t,e){var n,r;for(Gz(e,"predicate"),r=0;t.Ob();r++)if(n=t.Pb(),e.Lb(n))return r;return-1}function ak(t,e){var n,r;if(r=0,t<64&&t<=e)for(e=e<64?e:63,n=t;n<=e;n++)r=k1(r,Rf(1,n));return r}function ipn(t,e){var n,r;return n=t.c,r=e.e[t.p],r<n.a.c.length-1?u(Oe(n.a,r+1),10):null}function I4t(t){wn();var e,n,r;for(r=0,n=t.Kc();n.Ob();)e=n.Pb(),r=r+(e!=null?Hi(e):0),r=r|0;return r}function spn(t){var e,n,r;return e=u(t.e&&t.e(),9),r=(n=e.slice(),u(Ost(n,e),9)),new Eh(e,r,e.length)}function wce(t,e,n){var r;dl(t.a),Tu(n.i,new $Ut(t)),r=new Z$(u(tr(t.a,e.b),68)),ole(t,r,e),n.f=r}function apn(t){var e;ev(t,!0),e=Fp,Ui(t,(Me(),IT))&&(e+=u(K(t,IT),17).a),Zt(t,IT,fe(e))}function opn(t){var e;return e=new Z,e.a=t,e.b=wpn(t),e.c=Vt(Ne,le,2,2,6,1),e.c[0]=Doe(t),e.c[1]=Doe(t),e}function mce(t){var e,n,r;return n=t.n,r=t.o,e=t.d,new Th(n.a-e.b,n.b-e.d,r.a+(e.b+e.c),r.b+(e.d+e.a))}function cpn(t,e){return!t||!e||t==e?!1:Km(t.b.c,e.b.c+e.b.b)<0&&Km(e.b.c,t.b.c+t.b.b)<0}function vce(t){switch(t.g){case 1:return a2;case 2:return V0;case 3:return SN;default:return AN}}function upn(t){switch(u(K(t,(Me(),Du)),171).g){case 2:case 4:return!0;default:return!1}}function tO(t,e,n){switch(n.g){case 2:t.b=e;break;case 1:t.c=e;break;case 4:t.d=e;break;case 3:t.a=e}}function O4t(t,e){switch(e){case 0:!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),t.o.c.$b();return}Dot(t,e)}function lpn(t,e){var n,r;return n=u(u(tr(t.g,e.a),42).a,68),r=u(u(tr(t.g,e.b),42).a,68),W0e(n,r)}function P4t(t,e,n){var r;if(r=t.gc(),e>r)throw nt(new My(e,r));return t.Si()&&(n=Sne(t,n)),t.Ei(e,n)}function o7(t,e,n,r,s){var o,h;for(h=n;h<=s;h++)for(o=e;o<=r;o++)a5(t,o,h)||rV(t,o,h,!0,!1)}function hpn(t){g5();var e,n,r;for(n=Vt(ua,le,8,2,0,1),r=0,e=0;e<2;e++)r+=.5,n[e]=imn(r,t);return n}function c7(t){var e,n,r;return e=~t.l+1&Il,n=~t.m+(e==0?1:0)&Il,r=~t.h+(e==0&&n==0?1:0)&Og,ku(e,n,r)}function N4t(t){var e;if(t<0)return Va;if(t==0)return 0;for(e=DS;!(e&t);e>>=1);return e}function hat(t,e,n){return t>=128?!1:t<64?a_(ia(Rf(1,t),n),0):a_(ia(Rf(1,t-64),e),0)}function eO(t,e,n){return n==null?(!t.q&&(t.q=new Er),tk(t.q,e)):(!t.q&&(t.q=new Er),di(t.q,e,n)),t}function Zt(t,e,n){return n==null?(!t.q&&(t.q=new Er),tk(t.q,e)):(!t.q&&(t.q=new Er),di(t.q,e,n)),t}function yce(t){var e,n;return n=new dq,Yo(n,t),Zt(n,(Mb(),Bk),t),e=new Er,$En(t,n,e),g9n(t,n,e),n}function xce(t){var e,n;return e=t.t-t.k[t.o.p]*t.d+t.j[t.o.p]>t.f,n=t.u+t.e[t.o.p]*t.d>t.f*t.s*t.d,e||n}function kce(t,e){var n,r,s,o;for(n=!1,r=t.a[e].length,o=0;o<r-1;o++)s=o+1,n=n|R2n(t,e,o,s);return n}function fpn(t){var e,n,r,s;for(n=t.a,r=0,s=n.length;r<s;++r)e=n[r],Lce(t,e,(ve(),vr)),Lce(t,e,Hn)}function Ece(){Ece=V,N4e=Rr((ko(),ot(st(Dft,1),te,259,0,[yG,zh,vA,xG,ST,j5,yA,CT,_T,kG])))}function Tce(){Tce=V,g6e=Rr((sf(),ot(st(EAt,1),te,243,0,[WG,nN,rN,yAt,xAt,vAt,kAt,YG,Av,P3])))}function ew(){ew=V,Tft=new prt(Zd,0),TT=new prt("INCOMING_ONLY",1),R5=new prt("OUTGOING_ONLY",2)}function fat(){fat=V,xht={boolean:Wnn,number:cnn,string:unn,object:Vfe,function:Vfe,undefined:qen}}function F4t(){this.o=null,this.k=null,this.j=null,this.d=null,this.b=null,this.n=null,this.a=null}function B4t(t,e){this.c=t,this.d=e,this.b=this.d/this.c.c.Rd().gc()|0,this.a=this.d%this.c.c.Rd().gc()}function Cce(t,e){this.b=t,B4.call(this,(u(Lt(Xt((Tb(),Fn).o),10),19),e.i),e.g),this.a=(iat(),Ydt)}function R4t(t,e,n){this.q=new b.Date,this.q.setFullYear(t+Hb,e,n),this.q.setHours(0,0,0,0),TS(this,0)}function _ce(t,e){hI(t>=0,"Negative initial capacity"),hI(e>=0,"Non-positive load factor"),dl(this)}function dpn(t,e,n,r,s){var o,h;if(h=t.length,o=n.length,e<0||r<0||s<0||e+s>h||r+s>o)throw nt(new S2t)}function j4t(t,e){wn();var n,r,s,o,h;for(h=!1,r=e,s=0,o=r.length;s<o;++s)n=r[s],h=h|t.Fc(n);return h}function Sce(t,e,n){var r,s;return r=new Mst(e,n),s=new me,t.b=Ode(t,t.b,r,s),s.b||++t.c,t.b.b=!1,s.d}function K_(t){var e;return e=t.a[t.b],e==null?null:(hs(t.a,t.b,null),t.b=t.b+1&t.a.length-1,e)}function Ace(t){var e,n;return n=DO(t.h),n==32?(e=DO(t.m),e==32?DO(t.l)+32:e+20-10):n-12}function $4t(t){var e;return(!t.c||!(t.Bb&1)&&t.c.Db&64)&&(e=rf(t),At(e,90)&&(t.c=u(e,29))),t.c}function Ib(t){var e,n;for(n=new J(t.a.b);n.a<n.c.c.length;)e=u(et(n),60),e.d.c=-e.d.c-e.d.b;H6t(t)}function Ob(t){var e,n;for(n=new J(t.a.b);n.a<n.c.c.length;)e=u(et(n),86),e.g.c=-e.g.c-e.g.b;XH(t)}function Lce(t,e,n){var r,s,o,h;for(h=J_(e,n),o=0,s=h.Kc();s.Ob();)r=u(s.Pb(),12),di(t.c,r,fe(o++))}function Mce(t,e,n){var r;return r=new ge,K6t(t,e,r,(ve(),Jn),!0,!1),K6t(t,n,r,Gn,!1,!1),r}function hc(t){var e,n,r,s,o;for(e=new Ea,r=t,s=0,o=r.length;s<o;++s)n=r[s],e.a+=n.a,e.b+=n.b;return e}function dat(t,e,n){var r,s,o,h;return o=null,h=e,s=Rm(h,"labels"),r=new FXt(t,n),o=(X5n(r.a,r.b,s),s),o}function gpn(t,e,n,r){var s;return s=P6t(t,e,n,r),!s&&(s=kbn(t,n,r),s&&!w5(t,e,s))?null:s}function ppn(t,e,n,r){var s;return s=N6t(t,e,n,r),!s&&(s=Mat(t,n,r),s&&!w5(t,e,s))?null:s}function bpn(t,e,n){if(Hr(e),n.Ob())for(nmt(e,wee(n.Pb()));n.Ob();)nmt(e,t.a),nmt(e,wee(n.Pb()));return e}function Dce(t,e){var n;for(n=0;n<t.a.a.length;n++)if(!u(ute(t.a,n),178).Lb(e))return!1;return!0}function wpn(t){var e;return t==0?"Etc/GMT":(t<0?(t=-t,e="Etc/GMT-"):e="Etc/GMT+",e+uae(t))}function z4t(t){var e;return t.b<=0?!1:(e=Fd("MLydhHmsSDkK",qu(qa(t.c,0))),e>1||e>=0&&t.b<3)}function gat(t){var e,n,r;e=~t.l+1&Il,n=~t.m+(e==0?1:0)&Il,r=~t.h+(e==0&&n==0?1:0)&Og,t.l=e,t.m=n,t.h=r}function q4t(t){wn();var e,n,r;for(r=1,n=t.Kc();n.Ob();)e=n.Pb(),r=31*r+(e!=null?Hi(e):0),r=r|0;return r}function mpn(t,e,n,r,s){var o;return o=M6t(t,e),n&&gat(o),s&&(t=hmn(t,e),r?Wb=c7(t):Wb=ku(t.l,t.m,t.h)),o}function Ice(t,e,n){t.g=Iot(t,e,(ve(),Jn),t.b),t.d=Iot(t,n,Jn,t.b),!(t.g.c==0||t.d.c==0)&&ufe(t)}function Oce(t,e,n){t.g=Iot(t,e,(ve(),Gn),t.j),t.d=Iot(t,n,Gn,t.j),!(t.g.c==0||t.d.c==0)&&ufe(t)}function H4t(t,e){switch(e){case 7:return!!t.e&&t.e.i!=0;case 8:return!!t.d&&t.d.i!=0}return S5t(t,e)}function vpn(t,e){switch(e.g){case 0:At(t.b,641)||(t.b=new Xoe);break;case 1:At(t.b,642)||(t.b=new YZt)}}function Pce(t){switch(t.g){case 0:return new Stt;default:throw nt(new zn(rU+(t.f!=null?t.f:""+t.g)))}}function Nce(t){switch(t.g){case 0:return new _tt;default:throw nt(new zn(rU+(t.f!=null?t.f:""+t.g)))}}function ypn(t,e,n){return!gE(Ai(new ln(null,new gn(t.c,16)),new Mf(new xXt(e,n)))).Bd((j2(),Nk))}function Fce(t,e){return N6(E7(u(K(e,(xc(),Mv)),88)),new se(t.c.e.a-t.b.e.a,t.c.e.b-t.b.e.b))<=0}function xpn(t,e){for(;t.g==null&&!t.c?Hyt(t):t.g==null||t.i!=0&&u(t.g[t.i-1],51).Ob();)Crn(e,UH(t))}function nw(t){var e,n;for(n=new J(t.a.b);n.a<n.c.c.length;)e=u(et(n),86),e.f.$b();rnn(t.b,t),mde(t)}function nO(t){var e,n,r;for(e=new Xu,r=_r(t,0);r.b!=r.d.c;)n=u(Tr(r),8),kE(e,0,new eo(n));return e}function u7(t){var e;return _b(t),e=new Qe,t.a.Bd(e)?(yE(),new znt(Wn(e.a))):(yE(),yE(),p9t)}function V4t(t,e,n){switch(e){case 0:!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),Kq(t.o,n);return}Pot(t,e,n)}function pat(t,e,n){this.g=t,this.e=new Ea,this.f=new Ea,this.d=new Qi,this.b=new Qi,this.a=e,this.c=n}function bat(t,e,n,r){this.b=new ge,this.n=new ge,this.i=r,this.j=n,this.s=t,this.t=e,this.r=0,this.d=0}function l7(t,e){if(!t.Li()&&e==null)throw nt(new zn("The 'no null' constraint is violated"));return e}function Cp(t){var e,n;for(e=0,n=0;n<t.length;n++)e=(e<<5)-e+(qn(n,t.length),t.charCodeAt(n))|0;return e}function Bce(t,e){var n,r,s;for(s=t.b;s;){if(n=t.a.Ne(e,s.d),n==0)return s;r=n<0?0:1,s=s.a[r]}return null}function kpn(t,e,n){var r,s;r=(Nn(),!!smt(n)),s=u(e.xc(r),15),s||(s=new ge,e.zc(r,s)),s.Fc(n)}function Epn(t,e){var n,r;return n=u(ne(t,(ad(),dN)),17).a,r=u(ne(e,dN),17).a,n==r||n<r?-1:n>r?1:0}function Tpn(t){return pe(t.c,(sk(),_Ee)),W3t(t.a,Rt(Ht(_e(($at(),VG)))))?new Rtt:new GUt(t)}function Cpn(t){for(;!t.d||!t.d.Ob();)if(t.b&&!RC(t.b))t.d=u(V6(t.b),51);else return null;return t.d}function U4t(t){switch(t.g){case 1:return E2e;default:case 2:return 0;case 3:return Eut;case 4:return u7t}}function _pn(){xi();var t;return e0t||(t=Gin(zb("M",!0)),t=_z(zb("M",!1),t),e0t=t,e0t)}function tH(){tH=V,zdt=new V$("ELK",0),lIt=new V$("JSON",1),uIt=new V$("DOT",2),hIt=new V$("SVG",3)}function W_(){W_=V,y1t=new xrt("STACKED",0),v1t=new xrt("REVERSE_STACKED",1),iN=new xrt("SEQUENCED",2)}function Y_(){Y_=V,JAt=new Srt(Zd,0),_1t=new Srt("MIDDLE_TO_MIDDLE",1),oN=new Srt("AVOID_OVERLAP",2)}function h7(){h7=V,a_t=new RM,o_t=new CQ,c4e=new Xx,o4e=new _Q,a4e=new TQ,s_t=(Wn(a4e),new xt)}function eH(){eH=V,WDt=new ym(15),c7e=new Ta((si(),Kp),WDt),sL=Yk,VDt=zEe,UDt=Ow,KDt=ox,GDt=R3}function t5(t,e){var n,r,s,o,h;for(r=e,s=0,o=r.length;s<o;++s)n=r[s],h=new uee(t),n.hf(h),ZEn(h);dl(t.f)}function wat(t,e){var n;return e===t?!0:At(e,229)?(n=u(e,229),Ci(t.Zb(),n.Zb())):!1}function G4t(t,e){return gde(t,e)?(dn(t.b,u(K(e,(ae(),Bg)),21),e),Zr(t.a,e),!0):!1}function Spn(t){var e,n;e=u(K(t,(ae(),ml)),10),e&&(n=e.c,$u(n.a,e),n.a.c.length==0&&$u(Ia(e).b,n))}function Apn(t,e){return Ui(t,(ae(),Bi))&&Ui(e,Bi)?u(K(e,Bi),17).a-u(K(t,Bi),17).a:0}function Lpn(t,e){return Ui(t,(ae(),Bi))&&Ui(e,Bi)?u(K(t,Bi),17).a-u(K(e,Bi),17).a:0}function Rce(t){return hd?Vt(Hve,cbe,581,0,0,1):u(id(t.a,Vt(Hve,cbe,581,t.a.c.length,0,1)),856)}function Mpn(t,e,n,r){return zz(),new Y2t(ot(st(yw,1),bV,44,0,[(aot(t,e),new pm(t,e)),(aot(n,r),new pm(n,r))]))}function e5(t,e,n){var r,s;return s=(r=new Fnt,r),Do(s,e,n),Mr((!t.q&&(t.q=new Jt(bf,t,11,10)),t.q),s),s}function mat(t){var e,n,r,s;for(s=hrn(R7e,t),n=s.length,r=Vt(Ne,le,2,n,6,1),e=0;e<n;++e)r[e]=s[e];return r}function K4t(t,e){var n;e*2+1>=t.b.c.length||(K4t(t,2*e+1),n=2*e+2,n<t.b.c.length&&K4t(t,n),Kfe(t,e))}function Dpn(t,e){var n,r;for(r=_r(t,0);r.b!=r.d.c;)n=u(Tr(r),219),n.e.length>0&&(e.Cd(n),n.i&&Abn(n))}function W4t(t,e,n){var r;for(r=n-1;r>=0&&t[r]===e[r];r--);return r<0?0:art(ia(t[r],Eo),ia(e[r],Eo))?-1:1}function jce(t,e,n){var r,s;this.g=t,this.c=e,this.a=this,this.d=this,s=voe(n),r=Vt(yve,JO,227,s,0,1),this.b=r}function vat(t,e,n,r,s){var o,h;for(h=n;h<=s;h++)for(o=e;o<=r;o++)if(a5(t,o,h))return!0;return!1}function Ipn(t,e){var n,r;for(r=t.Zb().Cc().Kc();r.Ob();)if(n=u(r.Pb(),16),n.Hc(e))return!0;return!1}function $ce(t,e,n){var r,s,o,h;for(Wn(n),h=!1,o=t.fd(e),s=n.Kc();s.Ob();)r=s.Pb(),o.Rb(r),h=!0;return h}function yat(t,e){var n,r;return r=u($n(t.a,4),129),n=Vt(Kdt,Qlt,424,e,0,1),r!=null&&Wc(r,0,n,0,r.length),n}function zce(t,e){var n;return n=new Wot((t.f&256)!=0,t.i,t.a,t.d,(t.f&16)!=0,t.j,t.g,e),t.e!=null||(n.c=t),n}function Opn(t,e){var n;return t===e?!0:At(e,85)?(n=u(e,85),Qxt(z2(t),n.vc())):!1}function qce(t,e,n){var r,s;for(s=n.Kc();s.Ob();)if(r=u(s.Pb(),44),t.Be(e,r.md()))return!0;return!1}function Hce(t,e,n){return t.d[e.p][n.p]||(Fwn(t,e,n),t.d[e.p][n.p]=!0,t.d[n.p][e.p]=!0),t.a[e.p][n.p]}function Ppn(t,e){var n;return!t||t==e||!Ui(e,(ae(),vv))?!1:(n=u(K(e,(ae(),vv)),10),n!=t)}function xat(t){switch(t.i){case 2:return!0;case 1:return!1;case-1:++t.c;default:return t.$l()}}function Vce(t){switch(t.i){case-2:return!0;case-1:return!1;case 1:--t.c;default:return t._l()}}function Uce(t){Ine.call(this,"The given string does not match the expected format for individual spacings.",t)}function Npn(t,e){var n;e.Ug("Min Size Preprocessing",1),n=a6t(t),Oi(t,(D0(),GA),n.a),Oi(t,hK,n.b),e.Vg()}function Fpn(t){var e,n,r;for(e=0,r=Vt(ua,le,8,t.b,0,1),n=_r(t,0);n.b!=n.d.c;)r[e++]=u(Tr(n),8);return r}function kat(t,e,n){var r,s,o;for(r=new Qi,o=_r(n,0);o.b!=o.d.c;)s=u(Tr(o),8),Zr(r,new eo(s));$ce(t,e,r)}function Bpn(t,e){var n;return n=Xa(t,e),art(hst(t,e),0)|K$(hst(t,n),0)?n:Xa(QO,hst(Eb(n,63),1))}function Rpn(t,e){var n,r;return n=u(t.d.Bc(e),16),n?(r=t.e.hc(),r.Gc(n),t.e.d-=n.gc(),n.$b(),r):null}function Gce(t){var e;if(e=t.a.c.length,e>0)return LE(e-1,t.a.c.length),xp(t.a,e-1);throw nt(new GGt)}function Kce(t,e,n){if(t>e)throw nt(new zn(yV+t+ube+e));if(t<0||e>n)throw nt(new ewt(yV+t+h8t+e+c8t+n))}function f7(t,e){t.D==null&&t.B!=null&&(t.D=t.B,t.B=null),Wst(t,e==null?null:(Wn(e),e)),t.C&&t.hl(null)}function jpn(t,e){var n;n=_e(($at(),VG))!=null&&e.Sg()!=null?Rt(Ht(e.Sg()))/Rt(Ht(_e(VG))):1,di(t.b,e,n)}function Y4t(t,e){var n,r;if(r=t.c[e],r!=0)for(t.c[e]=0,t.d-=r,n=e+1;n<t.a.length;)t.a[n]-=r,n+=n&-n}function Uy(t){var e;++t.j,t.i==0?t.g=null:t.i<t.g.length&&(e=t.g,t.g=t.aj(t.i),Wc(e,0,t.g,0,t.i))}function $pn(t,e,n){if(e<0)throw nt(new No(V2e+e));e<t.j.c.length?Sh(t.j,e,n):(Kre(t,e),pe(t.j,n))}function Wce(t){if(!t.a||!(t.a.i&8))throw nt(new Fo("Enumeration class expected for layout option "+t.f))}function X4t(t){var e;return e=(!t.a&&(t.a=new Jt(zg,t,9,5)),t.a),e.i!=0?urn(u(Lt(e,0),694)):null}function zpn(t){var e;for(Hr(t),bvt(!0,"numberToAdvance must be nonnegative"),e=0;e<0&&Sr(t);e++)lr(t);return e}function Eat(){Eat=V,G9t=(m$(),$ht),U9t=new un(T8t,G9t),zye=new Ni(C8t),qye=new Ni(_8t),Hye=new Ni(S8t)}function X_(){X_=V,R1t=new R$(j8t,0),sK=new R$(_2e,1),B1t=new R$("FAN",2),F1t=new R$("CONSTRAINT",3)}function rO(){rO=V,oK=new Art(Zd,0),CLt=new Art("RADIAL_COMPACTION",1),_Lt=new Art("WEDGE_COMPACTION",2)}function d7(){d7=V,x1t=new krt("CONSERVATIVE",0),DAt=new krt("CONSERVATIVE_SOFT",1),PA=new krt("SLOPPY",2)}function bl(){bl=V,v9t=new ort("CONCURRENT",0),rc=new ort("IDENTITY_FINISH",1),w3=new ort("UNORDERED",2)}function Tat(){Tat=V,Jht=Ene(ot(st(iL,1),te,88,0,[(Rs(),Ho),Jo])),Zht=Ene(ot(st(iL,1),te,88,0,[qh,bd]))}function Gl(t){return pa(t)?Ne:Cy(t)?zs:Ty(t)?Es:eyt(t)||Wvt(t)?t.Rm:t.Rm||Array.isArray(t)&&st(xve,1)||xve}function qpn(t){return t?t.i&1?t==Fl?Es:t==Or?Na:t==Y3?gT:t==wa?zs:t==b2?dv:t==gx?gv:t==cl?Ok:uA:t:null}function n5(t){return(t.c!=t.b.b||t.i!=t.g.b)&&(wy(t.a.c,0),Hs(t.a,t.b),Hs(t.a,t.g),t.c=t.b.b,t.i=t.g.b),t.a}function Hpn(t,e){var n,r;for(n=t.a.length-1;e!=t.b;)r=e-1&n,hs(t.a,e,t.a[r]),e=r;hs(t.a,t.b,null),t.b=t.b+1&n}function Vpn(t,e){var n,r;for(n=t.a.length-1,t.c=t.c-1&n;e!=t.c;)r=e+1&n,hs(t.a,e,t.a[r]),e=r;hs(t.a,t.c,null)}function Q4t(t,e,n){var r,s;return Fy(e,t.c.length),r=n.Pc(),s=r.length,s==0?!1:(Mvt(t.c,e,r),!0)}function Yce(t,e,n){var r,s,o,h;for(s=n,o=0,h=s.length;o<h;++o)if(r=s[o],t.b.Be(e,r.ld()))return r;return null}function iO(t){var e,n,r,s,o;for(o=1,n=t,r=0,s=n.length;r<s;++r)e=n[r],o=31*o+(e!=null?Hi(e):0),o=o|0;return o}function Rr(t){var e,n,r,s,o;for(e={},r=t,s=0,o=r.length;s<o;++s)n=r[s],e[":"+(n.f!=null?n.f:""+n.g)]=n;return e}function Upn(t){var e,n;if(t==null)return null;for(e=0,n=t.length;e<n;e++)if(!qZt(t[e]))return t[e];return null}function Cat(t,e){return!t||e&&!t.j||At(t,127)&&u(t,127).a.b==0?0:t.jf()}function nH(t,e){return!t||e&&!t.k||At(t,127)&&u(t,127).a.a==0?0:t.kf()}function Xce(t,e){return Ui(t,(ae(),Bi))&&Ui(e,Bi)?Bc(u(K(t,Bi),17).a,u(K(e,Bi),17).a):0}function Qce(t){var e,n,r;for(r=0,n=new nr(ir(t.a.Kc(),new q));Sr(n);)e=u(lr(n),18),e.c.i==e.d.i||++r;return r}function Jce(t,e){var n,r,s;for(s=e-t.f,r=new J(t.d);r.a<r.c.c.length;)n=u(et(r),315),Kue(n,n.e,n.f+s);t.f=e}function rw(t,e){var n,r,s;r=t.Yk(e,null),s=null,e&&(s=(dE(),n=new um,n),GE(s,t.r)),r=sd(t,s,r),r&&r.oj()}function Zce(t,e){var n,r,s;n=t,s=0;do{if(n==e)return s;if(r=n.e,!r)throw nt(new TD);n=Ia(r),++s}while(!0)}function Gpn(t){var e,n,r,s;for(r=t.b.a,n=r.a.ec().Kc();n.Ob();)e=u(n.Pb(),567),s=new ide(e,t.e,t.f),pe(t.g,s)}function Kpn(t){var e;return e=new Mae(t),CI(t.a,H3e,new hl(ot(st($P,1),Ln,382,0,[e]))),e.d&&pe(e.f,e.d),e.f}function tue(t,e){var n;for(n=0;n<e.length;n++)if(t==(qn(n,e.length),e.charCodeAt(n)))return!0;return!1}function Wpn(t,e){return e<t.length&&(qn(e,t.length),t.charCodeAt(e)!=63)&&(qn(e,t.length),t.charCodeAt(e)!=35)}function eue(t,e,n,r){PQt(this),this.c=Vt(z0,Bp,10,t.a.c.length,0,1),this.e=e,id(t.a,this.c),this.f=n,this.b=r}function nue(t){VKt(),nz(this),Uz(this),this.e=t,_de(this,t),this.g=t==null?Hu:ec(t),this.a="",this.b=t,this.a=""}function J4t(){this.a=new Ctt,this.f=new OUt(this),this.b=new PUt(this),this.i=new NUt(this),this.e=new FUt(this)}function rue(){enn.call(this,new I3t(zy(16))),ih(2,Hpe),this.b=2,this.a=new _yt(null,null,0,null),ED(this.a,this.a)}function Z4t(t){throw fat(),nt(new qKt("Unexpected typeof result '"+t+"'; please report this bug to the GWT team"))}function _at(t,e,n){return b.Math.abs(e-t)<XV||b.Math.abs(n-t)<XV?!0:e-t>XV?t-n>XV:n-t>XV}function iue(t,e){var n;for(n=0;n<e.length;n++)if(t==(qn(n,e.length),e.charCodeAt(n)))return!0;return!1}function Ypn(t){var e,n;if(t==null)return!1;for(e=0,n=t.length;e<n;e++)if(!qZt(t[e]))return!1;return!0}function t5t(t,e){var n,r,s;return r=!1,n=e.q.d,e.d<t.b&&(s=q6t(e.q,t.b),e.q.d>s&&(Phe(e.q,s),r=n!=e.q.d)),r}function sue(t,e){var n,r,s,o,h,d,m,k;return m=e.i,k=e.j,r=t.f,s=r.i,o=r.j,h=m-s,d=k-o,n=b.Math.sqrt(h*h+d*d),n}function e5t(t,e){var n,r;return r=bH(t),r||(n=(bct(),K1e(e)),r=new NGt(n),Mr(r.El(),t)),r}function sO(t,e){var n,r;return n=u(t.c.Bc(e),16),n?(r=t.hc(),r.Gc(n),t.d-=n.gc(),n.$b(),t.mc(r)):t.jc()}function Xpn(t,e){var n,r;for(r=Ml(t.d,1)!=0,n=!0;n;)n=!1,n=e.c.mg(e.e,r),n=n|FO(t,e,r,!1),r=!r;v4t(t)}function aue(t,e,n,r){var s,o;t.a=e,o=r?0:1,t.f=(s=new vfe(t.c,t.a,n,o),new Jde(n,t.a,s,t.e,t.b,t.c==(qm(),NA)))}function rH(t){var e;return cr(t.a!=t.b),e=t.d.a[t.a],PJt(t.b==t.d.c&&e!=null),t.c=t.a,t.a=t.a+1&t.d.a.length-1,e}function oue(t){var e;if(t.c!=0)return t.c;for(e=0;e<t.a.length;e++)t.c=t.c*33+(t.a[e]&-1);return t.c=t.c*t.e,t.c}function Qpn(t){var e;if(!(t.c.c<0?t.a>=t.c.b:t.a<=t.c.b))throw nt(new ac);return e=t.a,t.a+=t.c.c,++t.b,fe(e)}function Sat(t){var e;return e=new bmt(t.a),Yo(e,t),Zt(e,(ae(),Di),t),e.o.a=t.g,e.o.b=t.f,e.n.a=t.i,e.n.b=t.j,e}function Aat(t){return(ve(),Uu).Hc(t.j)?Rt(Ht(K(t,(ae(),AT)))):hc(ot(st(ua,1),le,8,0,[t.i.n,t.n,t.a])).b}function Jpn(t){var e;return e=J$(F6e),u(K(t,(ae(),uu)),21).Hc((ko(),ST))&&ri(e,(Ha(),Yc),(Ja(),iG)),e}function Zpn(t){var e,n,r,s;for(s=new Os,r=new J(t);r.a<r.c.c.length;)n=u(et(r),27),e=ykn(n),Aa(s,e);return s}function tbn(t){var e,n;for(n=new J(t.r);n.a<n.c.c.length;)if(e=u(et(n),10),t.n[e.p]<=0)return e;return null}function ebn(t,e,n){var r,s;for(s=e.a.a.ec().Kc();s.Ob();)if(r=u(s.Pb(),60),rne(t,r,n))return!0;return!1}function nbn(t,e,n,r){var s,o;for(o=t.Kc();o.Ob();)s=u(o.Pb(),72),s.n.a=e.a+(r.a-s.o.a)/2,s.n.b=e.b,e.b+=s.o.b+n}function rbn(t,e,n){var r;r=new y1e(t,e),dn(t.r,e.ag(),r),n&&!k_(t.u)&&(r.c=new yne(t.d),Tu(e.Rf(),new sE(r)))}function Rc(t,e){var n;return Zo(t)&&Zo(e)&&(n=t-e,!isNaN(n))?n:bxt(Zo(t)?tf(t):t,Zo(e)?tf(e):e)}function n5t(t,e){var n,r,s;for(s=1,n=t,r=e>=0?e:-e;r>0;)r%2==0?(n*=n,r=r/2|0):(s*=n,r-=1);return e<0?1/s:s}function ibn(t,e){var n,r,s;for(s=1,n=t,r=e>=0?e:-e;r>0;)r%2==0?(n*=n,r=r/2|0):(s*=n,r-=1);return e<0?1/s:s}function Pb(t,e){var n,r,s,o;return o=(s=t?bH(t):null,Hfe((r=e,s&&s.Gl(),r))),o==e&&(n=bH(t),n&&n.Gl()),o}function cue(t,e,n){var r,s;return s=t.f,t.f=e,t.Db&4&&!(t.Db&1)&&(r=new la(t,1,0,s,e),n?n.nj(r):n=r),n}function uue(t,e,n){var r,s;return s=t.b,t.b=e,t.Db&4&&!(t.Db&1)&&(r=new la(t,1,3,s,e),n?n.nj(r):n=r),n}function r5t(t,e,n){var r,s;return s=t.a,t.a=e,t.Db&4&&!(t.Db&1)&&(r=new la(t,1,1,s,e),n?n.nj(r):n=r),n}function lue(t){var e,n;if(t!=null)for(n=0;n<t.length;++n)e=t[n],e&&(u(e.g,379),e.i)}function sbn(t,e,n,r,s,o,h,d){var m;for(m=n;o<h;)m>=r||e<n&&d.Ne(t[e],t[m])<=0?hs(s,o++,t[e++]):hs(s,o++,t[m++])}function abn(t,e,n,r,s){e==0||r==0||(e==1?s[r]=Y5t(s,n,r,t[0]):r==1?s[e]=Y5t(s,t,e,n[0]):A5n(t,n,s,e,r))}function obn(t,e,n){var r,s,o,h;for(r=n/t.gc(),s=0,h=t.Kc();h.Ob();)o=u(h.Pb(),186),Jce(o,o.f+r*s),xvn(o,e,r),++s}function cbn(t){var e,n,r;for(r=0,n=new J(t.a);n.a<n.c.c.length;)e=u(et(n),172),r=b.Math.max(r,e.g);return r}function ubn(t){var e,n,r;for(r=new J(t.b);r.a<r.c.c.length;)n=u(et(r),219),e=n.c.kg()?n.f:n.a,e&&N7n(e,n.j)}function Q_(){Q_=V,u1t=new mrt("DUMMY_NODE_OVER",0),pAt=new mrt("DUMMY_NODE_UNDER",1),GG=new mrt("EQUAL",2)}function ok(){ok=V,eIt=new Brt("PARALLEL_NODE",0),q3=new Brt("HIERARCHICAL_NODE",1),OK=new Brt("ROOT_NODE",2)}function Cg(){Cg=V,SK=new Frt("INHERIT",0),Wp=new Frt("INCLUDE_CHILDREN",1),aL=new Frt("SEPARATE_CHILDREN",2)}function i5t(t,e){switch(e){case 1:!t.n&&(t.n=new Jt(Oo,t,1,7)),Lr(t.n);return;case 2:ZE(t,null);return}O4t(t,e)}function hue(t){switch(t.g){case 0:return new ktt;case 1:return new Ett;case 2:return new ER;default:return null}}function _p(t){switch($d(),t.c){case 0:return zit(),HTt;case 1:return new S6(Xfe(new L6(t)));default:return new jKt(t)}}function fue(t){switch($d(),t.gc()){case 0:return zit(),HTt;case 1:return new S6(t.Kc().Pb());default:return new kwt(t)}}function iH(t){var e;switch(t.gc()){case 0:return pht;case 1:return new yit(Hr(t.Xb(0)));default:return e=t,new est(e)}}function fe(t){var e,n;return t>-129&&t<128?(WZt(),e=t+128,n=t9t[e],!n&&(n=t9t[e]=new wr(t)),n):new wr(t)}function g7(t){var e,n;return t>-129&&t<128?(hte(),e=t+128,n=i9t[e],!n&&(n=i9t[e]=new ci(t)),n):new ci(t)}function due(t,e){var n;t.a.c.length>0&&(n=u(Oe(t.a,t.a.c.length-1),579),G4t(n,e))||pe(t.a,new Die(e))}function lbn(t){Bf();var e,n;e=t.d.c-t.e.c,n=u(t.g,154),Tu(n.b,new AVt(e)),Tu(n.c,new LVt(e)),Oa(n.i,new MVt(e))}function gue(t){var e;return e=new pb,e.a+="VerticalSegment ",Zc(e,t.e),e.a+=" ",ni(e,Emt(new Knt,new J(t.k))),e.a}function Lat(t,e){var n,r,s;for(n=0,s=fc(t,e).Kc();s.Ob();)r=u(s.Pb(),12),n+=K(r,(ae(),ml))!=null?1:0;return n}function r5(t,e,n){var r,s,o;for(r=0,o=_r(t,0);o.b!=o.d.c&&(s=Rt(Ht(Tr(o))),!(s>n));)s>=e&&++r;return r}function pue(t,e){Hr(t);try{return t._b(e)}catch(n){if(n=is(n),At(n,212)||At(n,169))return!1;throw nt(n)}}function s5t(t,e){Hr(t);try{return t.Hc(e)}catch(n){if(n=is(n),At(n,212)||At(n,169))return!1;throw nt(n)}}function hbn(t,e){Hr(t);try{return t.Mc(e)}catch(n){if(n=is(n),At(n,212)||At(n,169))return!1;throw nt(n)}}function Gy(t,e){Hr(t);try{return t.xc(e)}catch(n){if(n=is(n),At(n,212)||At(n,169))return null;throw nt(n)}}function fbn(t,e){Hr(t);try{return t.Bc(e)}catch(n){if(n=is(n),At(n,212)||At(n,169))return null;throw nt(n)}}function J_(t,e){switch(e.g){case 2:case 1:return fc(t,e);case 3:case 4:return Oh(fc(t,e))}return wn(),wn(),so}function Z_(t){var e;return t.Db&64?qf(t):(e=new Jh(qf(t)),e.a+=" (name: ",Lo(e,t.zb),e.a+=")",e.a)}function dbn(t){var e;return e=u(ed(t.c.c,""),233),e||(e=new X6(fE(hE(new lb,""),"Other")),Dp(t.c.c,"",e)),e}function a5t(t,e,n){var r,s;return s=t.sb,t.sb=e,t.Db&4&&!(t.Db&1)&&(r=new la(t,1,4,s,e),n?n.nj(r):n=r),n}function o5t(t,e,n){var r,s;return s=t.r,t.r=e,t.Db&4&&!(t.Db&1)&&(r=new la(t,1,8,s,t.r),n?n.nj(r):n=r),n}function gbn(t,e,n){var r,s;return r=new xg(t.e,4,13,(s=e.c,s||(bn(),yd)),null,Ip(t,e),!1),n?n.nj(r):n=r,n}function pbn(t,e,n){var r,s;return r=new xg(t.e,3,13,null,(s=e.c,s||(bn(),yd)),Ip(t,e),!1),n?n.nj(r):n=r,n}function Sp(t,e){var n,r;return n=u(e,691),r=n.el(),!r&&n.fl(r=At(e,90)?new KXt(t,u(e,29)):new bre(t,u(e,156))),r}function aO(t,e,n){var r;t._i(t.i+1),r=t.Zi(e,n),e!=t.i&&Wc(t.g,e,t.g,e+1,t.i-e),hs(t.g,e,r),++t.i,t.Mi(e,n),t.Ni()}function bbn(t,e){var n;return e.a&&(n=e.a.a.length,t.a?ni(t.a,t.b):t.a=new Jl(t.d),Ere(t.a,e.a,e.d.length,n)),t}function wbn(t,e){var n;t.c=e,t.a=k2n(e),t.a<54&&(t.f=(n=e.d>1?xre(e.a[0],e.a[1]):xre(e.a[0],0),W2(e.e>0?n:Ep(n))))}function oO(t,e){var n;return n=new Qe,t.a.Bd(n)?(yE(),new znt(Wn(nae(t,n.a,e)))):(_b(t),yE(),yE(),p9t)}function bue(t,e){var n;t.c.length!=0&&(n=u(id(t,Vt(z0,Bp,10,t.c.length,0,1)),199),cmt(n,new I8),l1e(n,e))}function wue(t,e){var n;t.c.length!=0&&(n=u(id(t,Vt(z0,Bp,10,t.c.length,0,1)),199),cmt(n,new m0),l1e(n,e))}function Ci(t,e){return pa(t)?hn(t,e):Cy(t)?hZt(t,e):Ty(t)?(Wn(t),$t(t)===$t(e)):eyt(t)?t.Fb(e):Wvt(t)?uQt(t,e):Wyt(t,e)}function Dh(t,e,n){if(e<0)f6t(t,n);else{if(!n.rk())throw nt(new zn(Kb+n.xe()+XS));u(n,69).wk().Ek(t,t.hi(),e)}}function mue(t,e,n){if(t<0||e>n)throw nt(new No(yV+t+h8t+e+", size: "+n));if(t>e)throw nt(new zn(yV+t+ube+e))}function vue(t){var e;return t.Db&64?qf(t):(e=new Jh(qf(t)),e.a+=" (source: ",Lo(e,t.d),e.a+=")",e.a)}function yue(t){return t>=65&&t<=70?t-65+10:t>=97&&t<=102?t-97+10:t>=48&&t<=57?t-48:0}function mbn(t){pV();var e,n,r,s;for(n=Wat(),r=0,s=n.length;r<s;++r)if(e=n[r],Wo(e.a,t,0)!=-1)return e;return Bht}function vbn(t,e){var n,r,s,o;if(e.ej(t.a),o=u($n(t.a,8),2035),o!=null)for(n=o,r=0,s=n.length;r<s;++r)null.Um()}function Ap(t,e){var n;n=(t.Bb&256)!=0,e?t.Bb|=256:t.Bb&=-257,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,2,n,e))}function c5t(t,e){var n;n=(t.Bb&256)!=0,e?t.Bb|=256:t.Bb&=-257,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,8,n,e))}function sH(t,e){var n;n=(t.Bb&256)!=0,e?t.Bb|=256:t.Bb&=-257,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,8,n,e))}function Lp(t,e){var n;n=(t.Bb&512)!=0,e?t.Bb|=512:t.Bb&=-513,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,3,n,e))}function u5t(t,e){var n;n=(t.Bb&512)!=0,e?t.Bb|=512:t.Bb&=-513,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,9,n,e))}function ybn(t,e,n){var r,s;return s=t.a,t.a=e,t.Db&4&&!(t.Db&1)&&(r=new la(t,1,5,s,t.a),n?Mxt(n,r):n=r),n}function tS(t,e){var n;return t.b==-1&&t.a&&(n=t.a.pk(),t.b=n?t.c.Hh(t.a.Lj(),n):ss(t.c.Dh(),t.a)),t.c.yh(t.b,e)}function xue(t,e){var n,r;for(r=new Zn(t);r.e!=r.i.gc();)if(n=u(sr(r),29),$t(e)===$t(n))return!0;return!1}function l5t(t){var e,n;return e=t.k,e==(Un(),Ds)?(n=u(K(t,(ae(),_c)),64),n==(ve(),Hn)||n==vr):!1}function kue(t){var e;return e=t3t(t),mm(e.a,0)?(yy(),yy(),_ht):(yy(),new Zrt(srt(e.a,0)?T3t(e)/W2(e.a):0))}function cO(t,e){this.e=e,this.a=cce(t),this.a<54?this.f=W2(t):this.c=(Gd(),Rc(t,0)>=0?Fb(t):__(Fb(Ep(t))))}function Eue(t,e,n,r,s,o){this.e=new ge,this.f=(xo(),OA),pe(this.e,t),this.d=e,this.a=n,this.b=r,this.f=s,this.c=o}function xbn(t,e,n){t.n=$2(b2,[le,tut],[376,28],14,[n,Xs(b.Math.ceil(e/32))],2),t.o=e,t.p=n,t.j=e-1>>1,t.k=n-1>>1}function Tue(t){return t-=t>>1&1431655765,t=(t>>2&858993459)+(t&858993459),t=(t>>4)+t&252645135,t+=t>>8,t+=t>>16,t&63}function Cue(t,e){var n,r;for(r=new Zn(t);r.e!=r.i.gc();)if(n=u(sr(r),142),$t(e)===$t(n))return!0;return!1}function kbn(t,e,n){var r,s,o;return o=(s=D7(t.b,e),s),o&&(r=u(lV(RI(t,o),""),29),r)?P6t(t,r,e,n):null}function Mat(t,e,n){var r,s,o;return o=(s=D7(t.b,e),s),o&&(r=u(lV(RI(t,o),""),29),r)?N6t(t,r,e,n):null}function Ebn(t,e){var n;if(n=Z4(t.i,e),n==null)throw nt(new Pd("Node did not exist in input."));return _4t(e,n),null}function Tbn(t,e){var n;if(n=NO(t,e),At(n,331))return u(n,35);throw nt(new zn(Kb+e+"' is not a valid attribute"))}function eS(t,e,n){var r;if(r=t.gc(),e>r)throw nt(new My(e,r));if(t.Si()&&t.Hc(n))throw nt(new zn(kP));t.Gi(e,n)}function Cbn(t,e){e.Ug("Sort end labels",1),xs(Ai(lc(new ln(null,new gn(t.b,16)),new _B),new Gx),new tQ),e.Vg()}function Rs(){Rs=V,wd=new GD(FS,0),Jo=new GD(Ck,1),Ho=new GD(Tk,2),bd=new GD(dut,3),qh=new GD("UP",4)}function uO(){uO=V,gK=new Prt("P1_STRUCTURE",0),pK=new Prt("P2_PROCESSING_ORDER",1),bK=new Prt("P3_EXECUTION",2)}function _ue(){_ue=V,Qke=Ud(Ud(GC(Ud(Ud(GC(ri(new Fs,(dk(),RA),(kS(),C1t)),jA),WAt),XAt),$A),VAt),QAt)}function _bn(t){switch(u(K(t,(ae(),kw)),311).g){case 1:Zt(t,kw,(kg(),jk));break;case 2:Zt(t,kw,(kg(),$5))}}function Sbn(t){switch(t){case 0:return new pKt;case 1:return new dKt;case 2:return new gKt;default:throw nt(new TD)}}function Sue(t){switch(t.g){case 2:return Jo;case 1:return Ho;case 4:return bd;case 3:return qh;default:return wd}}function h5t(t,e){switch(t.b.g){case 0:case 1:return e;case 2:case 3:return new Th(e.d,0,e.a,e.b);default:return null}}function f5t(t){switch(t.g){case 1:return Gn;case 2:return Hn;case 3:return Jn;case 4:return vr;default:return gc}}function lO(t){switch(t.g){case 1:return vr;case 2:return Gn;case 3:return Hn;case 4:return Jn;default:return gc}}function aH(t){switch(t.g){case 1:return Jn;case 2:return vr;case 3:return Gn;case 4:return Hn;default:return gc}}function d5t(t,e,n,r){switch(e){case 1:return!t.n&&(t.n=new Jt(Oo,t,1,7)),t.n;case 2:return t.k}return sxt(t,e,n,r)}function nS(t,e,n){var r,s;return t.Pj()?(s=t.Qj(),r=Bot(t,e,n),t.Jj(t.Ij(7,fe(n),r,e,s)),r):Bot(t,e,n)}function Dat(t,e){var n,r,s;t.d==null?(++t.e,--t.f):(s=e.ld(),n=e.Bi(),r=(n&ki)%t.d.length,fdn(t,r,Q1e(t,r,n,s)))}function p7(t,e){var n;n=(t.Bb&Uf)!=0,e?t.Bb|=Uf:t.Bb&=-1025,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,10,n,e))}function b7(t,e){var n;n=(t.Bb&u3)!=0,e?t.Bb|=u3:t.Bb&=-4097,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,12,n,e))}function w7(t,e){var n;n=(t.Bb&al)!=0,e?t.Bb|=al:t.Bb&=-8193,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,15,n,e))}function m7(t,e){var n;n=(t.Bb&b3)!=0,e?t.Bb|=b3:t.Bb&=-2049,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,11,n,e))}function Abn(t){var e;t.g&&(e=t.c.kg()?t.f:t.a,W6t(e.a,t.o,!0),W6t(e.a,t.o,!1),Zt(t.o,(Me(),ms),(xa(),Nw)))}function Lbn(t){var e;if(!t.a)throw nt(new Fo("Cannot offset an unassigned cut."));e=t.c-t.b,t.b+=e,Jee(t,e),Qee(t,e)}function Mbn(t,e){var n;if(n=tr(t.k,e),n==null)throw nt(new Pd("Port did not exist in input."));return _4t(e,n),null}function Dbn(t){var e,n;for(n=W1e(nh(t)).Kc();n.Ob();)if(e=Gr(n.Pb()),ES(t,e))return I1n((LYt(),X7e),e);return null}function Aue(t){var e,n;for(n=t.p.a.ec().Kc();n.Ob();)if(e=u(n.Pb(),218),e.f&&t.b[e.c]<-1e-10)return e;return null}function Ibn(t){var e,n;for(n=Cb(new pb,91),e=!0;t.Ob();)e||(n.a+=ro),e=!1,Zc(n,t.Pb());return(n.a+="]",n).a}function Obn(t){var e,n,r;for(e=new ge,r=new J(t.b);r.a<r.c.c.length;)n=u(et(r),602),Hs(e,u(n.Cf(),16));return e}function Iat(t,e){var n,r;for(r=new J(e);r.a<r.c.c.length;)n=u(et(r),42),$u(t.b.b,n.b),Fln(u(n.a,194),u(n.b,86))}function Pbn(t,e){var n;return n=ji(t.b.c,e.b.c),n!=0||(n=ji(t.a.a,e.a.a),n!=0)?n:ji(t.a.b,e.a.b)}function ji(t,e){return t<e?-1:t>e?1:t==e?t==0?ji(1/t,1/e):0:isNaN(t)?isNaN(e)?0:1:-1}function Nbn(t){var e;return e=t.a[t.c-1&t.a.length-1],e==null?null:(t.c=t.c-1&t.a.length-1,hs(t.a,t.c,null),e)}function Fbn(t){var e,n,r;for(r=0,n=t.length,e=0;e<n;e++)t[e]==32||t[e]==13||t[e]==10||t[e]==9||(t[r++]=t[e]);return r}function Bbn(t,e){var n,r,s,o,h;for(h=Au(t.e.Dh(),e),o=0,n=u(t.g,124),s=0;s<t.i;++s)r=n[s],h.am(r.Lk())&&++o;return o}function Rbn(t,e,n){var r,s;for(s=At(e,102)&&u(e,19).Bb&fo?new jrt(e,t):new i7(e,t),r=0;r<n;++r)TH(s);return s}function Lue(t,e,n){var r,s;if(t.c)Hxt(t.c,e,n);else for(s=new J(t.b);s.a<s.c.c.length;)r=u(et(s),163),Lue(r,e,n)}function jbn(t,e,n){var r,s;return r=u(e.of(t.a),34),s=u(n.of(t.a),34),r!=null&&s!=null?GI(r,s):r!=null?-1:s!=null?1:0}function g5t(t,e){var n,r,s;for(Wn(e),n=!1,r=new J(t);r.a<r.c.c.length;)s=et(r),e.Hc(s)&&(C_(r),n=!0);return n}function Ze(t){var e,n,r,s;return n=(e=u(m1((r=t.Rm,s=r.f,s==Ir?r:s)),9),new Eh(e,u(Ff(e,e.length),9),0)),zf(n,t),n}function oH(t){var e,n;return n=u(K(t,(Me(),fh)),88),n==(Rs(),wd)?(e=Rt(Ht(K(t,AG))),e>=1?Jo:bd):n}function $bn(t){switch(u(K(t,(Me(),Rg)),223).g){case 1:return new vJ;case 3:return new TJ;default:return new mJ}}function Nb(t){if(t.c)Nb(t.c);else if(t.d)throw nt(new Fo("Stream already terminated, can't be modified or used"))}function Gm(t,e,n){var r;return r=t.a.get(e),t.a.set(e,n===void 0?null:n),r===void 0?(++t.c,++t.b.g):++t.d,r}function zbn(t,e,n){var r,s;for(s=t.a.ec().Kc();s.Ob();)if(r=u(s.Pb(),10),QI(n,u(Oe(e,r.p),16)))return r;return null}function p5t(t,e,n){var r;return r=0,e&&(j4(t.a)?r+=e.f.a/2:r+=e.f.b/2),n&&(j4(t.a)?r+=n.f.a/2:r+=n.f.b/2),r}function qbn(t,e,n){var r;r=n,!r&&(r=Fvt(new E6,0)),r.Ug(zbe,2),Ole(t.b,e,r.eh(1)),rTn(t,e,r.eh(1)),aCn(e,r.eh(1)),r.Vg()}function b5t(t,e,n){var r,s;return r=(wb(),s=new sC,s),Oq(r,e),Iq(r,n),t&&Mr((!t.a&&(t.a=new Ns(bh,t,5)),t.a),r),r}function Oat(t){var e;return t.Db&64?qf(t):(e=new Jh(qf(t)),e.a+=" (identifier: ",Lo(e,t.k),e.a+=")",e.a)}function Pat(t,e){var n;n=(t.Bb&Pc)!=0,e?t.Bb|=Pc:t.Bb&=-32769,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,18,n,e))}function w5t(t,e){var n;n=(t.Bb&Pc)!=0,e?t.Bb|=Pc:t.Bb&=-32769,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,18,n,e))}function v7(t,e){var n;n=(t.Bb&Wd)!=0,e?t.Bb|=Wd:t.Bb&=-16385,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,16,n,e))}function m5t(t,e){var n;n=(t.Bb&fo)!=0,e?t.Bb|=fo:t.Bb&=-65537,t.Db&4&&!(t.Db&1)&&Ti(t,new jf(t,1,20,n,e))}function v5t(t){var e;return e=Vt(Uh,Yd,28,2,15,1),t-=fo,e[0]=(t>>10)+nP&js,e[1]=(t&1023)+56320&js,nf(e,0,e.length)}function Hbn(t){var e;return e=Jy(t),e>34028234663852886e22?ns:e<-34028234663852886e22?Vs:e}function Xa(t,e){var n;return Zo(t)&&Zo(e)&&(n=t+e,eP<n&&n<lw)?n:Db(Xgn(Zo(t)?tf(t):t,Zo(e)?tf(e):e))}function Qa(t,e){var n;return Zo(t)&&Zo(e)&&(n=t*e,eP<n&&n<lw)?n:Db(U7n(Zo(t)?tf(t):t,Zo(e)?tf(e):e))}function ef(t,e){var n;return Zo(t)&&Zo(e)&&(n=t-e,eP<n&&n<lw)?n:Db(uce(Zo(t)?tf(t):t,Zo(e)?tf(e):e))}function fc(t,e){var n;return t.i||h6t(t),n=u(Mo(t.g,e),42),n?new vp(t.j,u(n.a,17).a,u(n.b,17).a):(wn(),wn(),so)}function Vbn(t){return Tat(),Nn(),!!(Iue(u(t.a,86).j,u(t.b,88))||u(t.a,86).d.e!=0&&Iue(u(t.a,86).j,u(t.b,88)))}function Ubn(t,e){return hn(e.b&&e.c?K2(e.b)+"->"+K2(e.c):"e_"+Hi(e),t.b&&t.c?K2(t.b)+"->"+K2(t.c):"e_"+Hi(t))}function Gbn(t,e){return hn(e.b&&e.c?K2(e.b)+"->"+K2(e.c):"e_"+Hi(e),t.b&&t.c?K2(t.b)+"->"+K2(t.c):"e_"+Hi(t))}function Km(t,e){return K1(),$f(qb),b.Math.abs(t-e)<=qb||t==e||isNaN(t)&&isNaN(e)?0:t<e?-1:t>e?1:vm(isNaN(t),isNaN(e))}function _g(){_g=V,Fdt=new $$(FS,0),_N=new $$("POLYLINE",1),UT=new $$("ORTHOGONAL",2),Jk=new $$("SPLINES",3)}function cH(){cH=V,WLt=new Irt("ASPECT_RATIO_DRIVEN",0),rdt=new Irt("MAX_SCALE_DRIVEN",1),KLt=new Irt("AREA_DRIVEN",2)}function Kbn(t,e,n){var r;try{bpn(t,e,n)}catch(s){throw s=is(s),At(s,606)?(r=s,nt(new v3t(r))):nt(s)}return e}function Wbn(t){var e,n,r;for(n=0,r=t.length;n<r;n++)if(t[n]==null)throw nt(new C6("at index "+n));return e=t,new hl(e)}function Sg(t){var e,n,r;for(e=new ge,r=new J(t.j);r.a<r.c.c.length;)n=u(et(r),12),pe(e,n.b);return Hr(e),new u_(e)}function ca(t){var e,n,r;for(e=new ge,r=new J(t.j);r.a<r.c.c.length;)n=u(et(r),12),pe(e,n.e);return Hr(e),new u_(e)}function As(t){var e,n,r;for(e=new ge,r=new J(t.j);r.a<r.c.c.length;)n=u(et(r),12),pe(e,n.g);return Hr(e),new u_(e)}function Ybn(t,e){var n,r,s;for(s=new Er,r=e.vc().Kc();r.Ob();)n=u(r.Pb(),44),di(s,n.ld(),Ogn(t,u(n.md(),15)));return s}function Xbn(t){var e,n;for(n=j5n(nh(Ny(t))).Kc();n.Ob();)if(e=Gr(n.Pb()),ES(t,e))return O1n((SYt(),Q7e),e);return null}function Nat(t,e){var n,r,s;for(s=0,r=u(e.Kb(t),20).Kc();r.Ob();)n=u(r.Pb(),18),Ie(De(K(n,(ae(),dd))))||++s;return s}function Mue(t){var e,n,r,s;for(e=new iZt(t.Rd().gc()),s=0,r=nk(t.Rd().Kc());r.Ob();)n=r.Pb(),Phn(e,n,fe(s++));return O3n(e.a)}function Fat(t,e,n,r){var s,o;return Wn(r),Wn(n),s=t.xc(e),o=s==null?n:bYt(u(s,15),u(n,16)),o==null?t.Bc(e):t.zc(e,o),o}function Qbn(t,e,n,r){var s,o,h;for(s=e+1;s<n;++s)for(o=s;o>e&&r.Ne(t[o-1],t[o])>0;--o)h=t[o],hs(t,o,t[o-1]),hs(t,o-1,h)}function Xe(t,e){var n,r,s,o,h;if(n=e.f,Dp(t.c.d,n,e),e.g!=null)for(s=e.g,o=0,h=s.length;o<h;++o)r=s[o],Dp(t.c.e,r,e)}function Due(t,e){var n,r;for(n=_r(t,0);n.b!=n.d.c;){if(r=CD(Ht(Tr(n))),r==e)return;if(r>e){_re(n);break}}bI(n,e)}function Jbn(t,e){var n,r,s;r=Y4(e),s=Rt(Ht(Wy(r,(Me(),Yf)))),n=b.Math.max(0,s/2-.5),hS(e,n,1),pe(t,new UYt(e,n))}function Zbn(t,e,n){var r;n.Ug("Straight Line Edge Routing",1),n.dh(e,v7t),r=u(ne(e,(G4(),J5)),27),pge(t,r),n.dh(e,ZV)}function y5t(t,e){t.n.c.length==0&&pe(t.n,new eq(t.s,t.t,t.i)),pe(t.b,e),txt(u(Oe(t.n,t.n.c.length-1),209),e),Q0e(t,e)}function rS(t){var e;this.a=(e=u(t.e&&t.e(),9),new Eh(e,u(Ff(e,e.length),9),0)),this.b=Vt(sa,Ln,1,this.a.a.length,5,1)}function ec(t){var e;return Array.isArray(t)&&t.Tm===Et?R2(Gl(t))+"@"+(e=Hi(t)>>>0,e.toString(16)):t.toString()}function t2n(t,e){return t.h==tP&&t.m==0&&t.l==0?(e&&(Wb=ku(0,0,0)),hQt((UE(),WTt))):(e&&(Wb=ku(t.l,t.m,t.h)),ku(0,0,0))}function e2n(t,e){switch(e.g){case 2:return t.b;case 1:return t.c;case 4:return t.d;case 3:return t.a;default:return!1}}function Iue(t,e){switch(e.g){case 2:return t.b;case 1:return t.c;case 4:return t.d;case 3:return t.a;default:return!1}}function x5t(t,e,n,r){switch(e){case 3:return t.f;case 4:return t.g;case 5:return t.i;case 6:return t.j}return d5t(t,e,n,r)}function uH(t,e){if(e==t.d)return t.e;if(e==t.e)return t.d;throw nt(new zn("Node "+e+" not part of edge "+t))}function n2n(t,e){var n;if(n=NO(t.Dh(),e),At(n,102))return u(n,19);throw nt(new zn(Kb+e+"' is not a valid reference"))}function Ih(t,e,n,r){if(e<0)j6t(t,n,r);else{if(!n.rk())throw nt(new zn(Kb+n.xe()+XS));u(n,69).wk().Ck(t,t.hi(),e,r)}}function Ll(t){var e;if(t.b){if(Ll(t.b),t.b.d!=t.c)throw nt(new yh)}else t.d.dc()&&(e=u(t.f.c.xc(t.e),16),e&&(t.d=e))}function r2n(t){Ay();var e,n,r,s;for(e=t.o.b,r=u(u(Mi(t.r,(ve(),vr)),21),87).Kc();r.Ob();)n=u(r.Pb(),117),s=n.e,s.b+=e}function i2n(t){var e,n,r;for(this.a=new Bd,r=new J(t);r.a<r.c.c.length;)n=u(et(r),16),e=new bte,ign(e,n),qs(this.a,e)}function s2n(t,e){var n,r,s;for(r=a8n(t,e),s=r[r.length-1]/2,n=0;n<r.length;n++)if(r[n]>=s)return e.c+n;return e.c+e.b.gc()}function a2n(t,e){TE();var n,r,s,o;for(r=Vse(t),s=e,HE(r,0,r.length,s),n=0;n<r.length;n++)o=Kmn(t,r[n],n),n!=o&&nS(t,n,o)}function Bat(t,e,n){var r,s;for(r=0,s=t.length;r<s;r++)if(hat((qn(r,t.length),t.charCodeAt(r)),e,n))return!0;return!1}function o2n(t,e){var n,r;for(r=t.e.a.ec().Kc();r.Ob();)if(n=u(r.Pb(),272),g3n(e,n.d)||E4n(e,n.d))return!0;return!1}function k5t(t,e,n,r,s){var o,h,d;for(h=s;e.b!=e.c;)o=u(V6(e),10),d=u(fc(o,r).Xb(0),12),t.d[d.p]=h++,In(n.c,d);return h}function E5t(t,e){var n,r,s,o,h,d;for(r=0,n=0,o=e,h=0,d=o.length;h<d;++h)s=o[h],s>0&&(r+=s,++n);return n>1&&(r+=t.d*(n-1)),r}function c2n(t){var e,n,r,s,o;return o=jxt(t),n=AD(t.c),r=!n,r&&(s=new lg,C1(o,"knownLayouters",s),e=new kGt(s),Oa(t.c,e)),o}function T5t(t){var e,n,r;for(r=new hp,r.a+="[",e=0,n=t.gc();e<n;)Lo(r,d_(t.Vi(e))),++e<n&&(r.a+=ro);return r.a+="]",r.a}function u2n(t){return t.e==null?t:(!t.c&&(t.c=new Wot((t.f&256)!=0,t.i,t.a,t.d,(t.f&16)!=0,t.j,t.g,null)),t.c)}function l2n(t){return t.k!=(Un(),Ts)?!1:Q4(new ln(null,new Am(new nr(ir(As(t).a.Kc(),new q)))),new fJ)}function Oh(t){var e,n;return At(t,306)?(n=odn(u(t,306)),e=n,e):At(t,441)?u(t,441).a:At(t,59)?new $Kt(t):new pwt(t)}function h2n(t){var e;return t==null?!0:(e=t.length,e>0&&(qn(e-1,t.length),t.charCodeAt(e-1)==58)&&!Bat(t,pL,bL))}function C5t(t,e){var n;return $t(t)===$t(e)?!0:At(e,92)?(n=u(e,92),t.e==n.e&&t.d==n.d&&N1n(t,n.a)):!1}function ck(t){switch(ve(),t.g){case 4:return Hn;case 1:return Jn;case 3:return vr;case 2:return Gn;default:return gc}}function f2n(t){var e,n;if(t.b)return t.b;for(n=hd?null:t.d;n;){if(e=hd?null:n.b,e)return e;n=hd?null:n.d}return mE(),m9t}function _5t(t){var e,n,r;for(r=Rt(Ht(t.a.of((si(),TK)))),n=new J(t.a.Sf());n.a<n.c.c.length;)e=u(et(n),695),gpe(t,e,r)}function d2n(t){var e,n,r,s;for(e=(t.j==null&&(t.j=(BE(),s=yht.me(t),Dvn(s))),t.j),n=0,r=e.length;n<r;++n);}function Rat(t,e){var n,r;for(r=new J(e);r.a<r.c.c.length;)n=u(et(r),42),pe(t.b.b,u(n.b,86)),dst(u(n.a,194),u(n.b,86))}function g2n(t,e,n){var r,s;for(s=t.a.b,r=s.c.length;r<n;r++)Cm(s,0,new tu(t.a));Ca(e,u(Oe(s,s.c.length-n),30)),t.b[e.p]=n}function p2n(t,e,n,r,s){th(),Hf(Of(If(Df(Pf(new Qh,0),s.d.e-t),e),s.d)),Hf(Of(If(Df(Pf(new Qh,0),n-s.a.e),s.a),r))}function Oue(t,e){var n;return t.d?Eu(t.b,e)?u(tr(t.b,e),47):(n=e.dg(),di(t.b,e,n),n):e.dg()}function b2n(t){var e=t.e;function n(r){return!r||r.length==0?"":" "+r.join(`
+ `)}return e&&(e.stack||n(t[Oct]))}function S5t(t,e){switch(e){case 3:return t.f!=0;case 4:return t.g!=0;case 5:return t.i!=0;case 6:return t.j!=0}return S4t(t,e)}function Pue(t){switch(t.g){case 0:return new nC;case 1:return new ts;default:throw nt(new zn(Dut+(t.f!=null?t.f:""+t.g)))}}function w2n(t){switch(t.g){case 0:return new mc;case 1:return new pu;default:throw nt(new zn(wlt+(t.f!=null?t.f:""+t.g)))}}function m2n(t){switch(t.g){case 1:return new htt;case 2:return new yJt;default:throw nt(new zn(wlt+(t.f!=null?t.f:""+t.g)))}}function Nue(t){switch(t.g){case 0:return new H2t;case 1:return new bKt;default:throw nt(new zn(rU+(t.f!=null?t.f:""+t.g)))}}function jat(){Rxt();var t,e,n;n=p_n+++Date.now(),t=Xs(b.Math.floor(n*iP))&vV,e=Xs(n-t*o8t),this.a=t^1502,this.b=e^sut}function Ph(){Ph=V,QP=new jD(Zd,0),EA=new jD("FIRST",1),t2=new jD(r2e,2),TA=new jD("LAST",3),_3=new jD(i2e,4)}function lH(){lH=V,$dt=new H$(o7t,0),sIt=new H$("GROUP_DEC",1),oIt=new H$("GROUP_MIXED",2),aIt=new H$("GROUP_INC",3)}function v2n(t,e){var n,r,s,o;e&&(s=Tg(e,"x"),n=new dGt(t),WE(n.a,(Wn(s),s)),o=Tg(e,"y"),r=new pGt(t),XE(r.a,(Wn(o),o)))}function y2n(t,e){var n,r,s,o;e&&(s=Tg(e,"x"),n=new wGt(t),KE(n.a,(Wn(s),s)),o=Tg(e,"y"),r=new mGt(t),YE(r.a,(Wn(o),o)))}function x2n(t,e){var n,r,s,o;for(s=new bu(e.gc()),r=e.Kc();r.Ob();)n=r.Pb(),o=nct(t,u(n,58)),o&&In(s.c,o);return s}function Ky(t,e,n){var r,s;for(s=t.Kc();s.Ob();)if(r=s.Pb(),$t(e)===$t(r)||e!=null&&Ci(e,r))return n&&s.Qb(),!0;return!1}function Fue(t){var e,n,r;return n=t.jh(),n?(e=t.Eh(),At(e,167)&&(r=Fue(u(e,167)),r!=null)?r+"."+n:n):null}function k2n(t){var e,n,r;return t.e==0?0:(e=t.d<<5,n=t.a[t.d-1],t.e<0&&(r=zoe(t),r==t.d-1&&(--n,n=n|0)),e-=DO(n),e)}function E2n(t){var e,n,r;return t<MU.length?MU[t]:(n=t>>5,e=t&31,r=Vt(Or,ii,28,n+1,15,1),r[n]=1<<e,new H2(1,n+1,r))}function Bue(t,e){var n,r;if(e){for(n=0;n<t.i;++n)if(r=u(t.g[n],378),r.mj(e))return!1;return Mr(t,e)}else return!1}function A5t(t,e,n){var r,s;if(++t.j,n.dc())return!1;for(s=n.Kc();s.Ob();)r=s.Pb(),t.qj(e,t.Zi(e,r)),++e;return!0}function T2n(t,e,n,r){var s,o;if(o=n-e,o<3)for(;o<3;)t*=10,++o;else{for(s=1;o>3;)s*=10,--o;t=(t+(s>>1))/s|0}return r.i=t,!0}function ss(t,e){var n,r,s;if(n=(t.i==null&&Kd(t),t.i),r=e.Lj(),r!=-1){for(s=n.length;r<s;++r)if(n[r]==e)return r}return-1}function C2n(t){var e,n,r,s,o;for(n=u(t.g,689),r=t.i-1;r>=0;--r)for(e=n[r],s=0;s<r;++s)if(o=n[s],V0e(t,e,o)){fk(t,r);break}}function L5t(t){var e,n,r,s;for(e=new lg,s=new Nr(t.b.Kc());s.b.Ob();)r=u(s.b.Pb(),701),n=z3n(r),Sun(e,e.a.length,n);return e.a}function M5t(t){var e;return!t.c&&(t.c=new Xl),Ms(t.d,new Zw),Tkn(t),e=pkn(t),xs(new ln(null,new gn(t.d,16)),new vD(t)),e}function _2n(t,e){e.Ug("End label post-processing",1),xs(Ai(lc(new ln(null,new gn(t.b,16)),new WX),new YX),new XX),e.Vg()}function D5t(t){$at(),this.c=J1(ot(st(P_n,1),Ln,845,0,[c6e])),this.b=new Er,this.a=t,di(this.b,VG,1),Tu(u6e,new UUt(this))}function Rue(t,e,n){Zae(),hKt.call(this),this.a=$2(iye,[le,m8t],[603,217],0,[PU,Fht],2),this.c=new P6,this.g=t,this.f=e,this.d=n}function I5t(t,e){this.n=$2(b2,[le,tut],[376,28],14,[e,Xs(b.Math.ceil(t/32))],2),this.o=t,this.p=e,this.j=t-1>>1,this.k=e-1>>1}function S2n(t){vq(),u(t.of((si(),s2)),181).Hc((Dl(),DK))&&(u(t.of(j3),181).Fc((wl(),Zk)),u(t.of(s2),181).Mc(DK))}function jue(t){var e,n;e=t.d==(gk(),vT),n=Lxt(t),e&&!n||!e&&n?Zt(t.a,(Me(),s0),(L0(),mN)):Zt(t.a,(Me(),s0),(L0(),wN))}function $at(){$at=V,y$(),VG=(Me(),Sv),u6e=J1(ot(st(mdt,1),a7t,149,0,[tN,Yf,G5,_v,O3,n1t,OT,PT,r1t,LA,U5,Lw,K5]))}function A2n(t,e){var n;return n=u(tc(t,gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),n.Qc(ate(n.gc()))}function $ue(t,e){var n,r;if(r=new b1(t.a.ad(e,!0)),r.a.gc()<=1)throw nt(new y6);return n=r.a.ec().Kc(),n.Pb(),u(n.Pb(),39)}function L2n(t,e,n){var r,s;return r=Rt(t.p[e.i.p])+Rt(t.d[e.i.p])+e.n.b+e.a.b,s=Rt(t.p[n.i.p])+Rt(t.d[n.i.p])+n.n.b+n.a.b,s-r}function O5t(t,e){var n;return t.i>0&&(e.length<t.i&&(n=VI(Gl(e).c,t.i),e=n),Wc(t.g,0,e,0,t.i)),e.length>t.i&&hs(e,t.i,null),e}function hH(t){var e;return t.Db&64?Z_(t):(e=new Jh(Z_(t)),e.a+=" (instanceClassName: ",Lo(e,t.D),e.a+=")",e.a)}function fH(t){var e,n,r,s;for(s=0,n=0,r=t.length;n<r;n++)e=(qn(n,t.length),t.charCodeAt(n)),e<64&&(s=k1(s,Rf(1,e)));return s}function M2n(t,e,n){var r,s;for(r=ia(n,Eo),s=0;Rc(r,0)!=0&&s<e;s++)r=Xa(r,ia(t[s],Eo)),t[s]=qr(r),r=_m(r,32);return qr(r)}function hO(t,e){var n,r,s,o;for(o=Au(t.e.Dh(),e),n=u(t.g,124),s=0;s<t.i;++s)if(r=n[s],o.am(r.Lk()))return!1;return!0}function zat(t,e){var n,r,s;return t.f>0?(t._j(),r=e==null?0:Hi(e),s=(r&ki)%t.d.length,n=Q1e(t,s,r,e),n!=-1):!1}function zue(t,e){var n,r;t.a=Xa(t.a,1),t.c=b.Math.min(t.c,e),t.b=b.Math.max(t.b,e),t.d+=e,n=e-t.f,r=t.e+n,t.f=r-t.e-n,t.e=r}function P5t(t,e){switch(e){case 3:$m(t,0);return;case 4:zm(t,0);return;case 5:Cu(t,0);return;case 6:_u(t,0);return}i5t(t,e)}function Wm(t,e){switch(e.g){case 1:return $6(t.j,(nl(),yCt));case 2:return $6(t.j,(nl(),kCt));default:return wn(),wn(),so}}function N5t(t){Lm();var e;switch(e=t.Pc(),e.length){case 0:return pht;case 1:return new yit(Hr(e[0]));default:return new est(Wbn(e))}}function que(t,e){t.Xj();try{t.d.bd(t.e++,e),t.f=t.d.j,t.g=-1}catch(n){throw n=is(n),At(n,77)?nt(new yh):nt(n)}}function qat(){qat=V,Qdt=new eD,MIt=new nD,DIt=new o6,IIt=new Ktt,OIt=new Wtt,PIt=new Ytt,NIt=new Xtt,FIt=new gy,BIt=new KR}function dH(t,e){imt();var n,r;return n=sI((a$(),a$(),cA)),r=null,e==n&&(r=u(eu(GTt,t),624)),r||(r=new oee(t),e==n&&Bo(GTt,t,r)),r}function Hue(t){Yy();var e;return(t.q?t.q:(wn(),wn(),j0))._b((Me(),Tv))?e=u(K(t,Tv),203):e=u(K(Ia(t),AA),203),e}function Wy(t,e){var n,r;return r=null,Ui(t,(Me(),qG))&&(n=u(K(t,qG),96),n.pf(e)&&(r=n.of(e))),r==null&&(r=K(Ia(t),e)),r}function Vue(t,e){var n,r,s;return At(e,44)?(n=u(e,44),r=n.ld(),s=Gy(t.Rc(),r),zd(s,n.md())&&(s!=null||t.Rc()._b(r))):!1}function S1(t,e){var n,r,s;return t.f>0&&(t._j(),r=e==null?0:Hi(e),s=(r&ki)%t.d.length,n=v6t(t,s,r,e),n)?n.md():null}function mu(t,e,n){var r,s,o;return t.Pj()?(r=t.i,o=t.Qj(),aO(t,r,e),s=t.Ij(3,null,e,r,o),n?n.nj(s):n=s):aO(t,t.i,e),n}function D2n(t,e,n){var r,s;return r=new xg(t.e,4,10,(s=e.c,At(s,90)?u(s,29):(bn(),mf)),null,Ip(t,e),!1),n?n.nj(r):n=r,n}function I2n(t,e,n){var r,s;return r=new xg(t.e,3,10,null,(s=e.c,At(s,90)?u(s,29):(bn(),mf)),Ip(t,e),!1),n?n.nj(r):n=r,n}function Uue(t){Ay();var e;return e=new eo(u(t.e.of((si(),ox)),8)),t.B.Hc((Dl(),KT))&&(e.a<=0&&(e.a=20),e.b<=0&&(e.b=20)),e}function Fb(t){Gd();var e,n;return n=qr(t),e=qr(Eb(t,32)),e!=0?new Zne(n,e):n>10||n<0?new vg(1,n):Ive[n]}function fO(t,e){var n;return Zo(t)&&Zo(e)&&(n=t%e,eP<n&&n<lw)?n:Db((Okt(Zo(t)?tf(t):t,Zo(e)?tf(e):e,!0),Wb))}function iS(t,e){var n;v9n(e),n=u(K(t,(Me(),NG)),283),n&&Zt(t,NG,Nmn(n)),pp(t.c),pp(t.f),A3t(t.d),A3t(u(K(t,jG),214))}function O2n(t){var e,n,r,s;for(r=h4n(t),Ms(r,Q3e),s=t.d,s.c.length=0,n=new J(r);n.a<n.c.c.length;)e=u(et(n),465),Hs(s,e.b)}function Hat(t){var e;t.c!=0&&(e=u(Oe(t.a,t.b),293),e.b==1?(++t.b,t.b<t.a.c.length&&dr(u(Oe(t.a,t.b),293))):--e.b,--t.c)}function P2n(t){var e;e=t.a;do e=u(lr(new nr(ir(As(e).a.Kc(),new q))),18).d.i,e.k==(Un(),ha)&&pe(t.e,e);while(e.k==(Un(),ha))}function Gue(t){this.e=Vt(Or,ii,28,t.length,15,1),this.c=Vt(Fl,B0,28,t.length,16,1),this.b=Vt(Fl,B0,28,t.length,16,1),this.f=0}function N2n(t){var e,n;for(t.j=Vt(wa,Io,28,t.p.c.length,15,1),n=new J(t.p);n.a<n.c.c.length;)e=u(et(n),10),t.j[e.p]=e.o.b/t.i}function F2n(t,e){var n,r,s,o;for(o=e.b.b,t.a=new Qi,t.b=Vt(Or,ii,28,o,15,1),n=0,s=_r(e.b,0);s.b!=s.d.c;)r=u(Tr(s),39),r.g=n++}function Kue(t,e,n){var r,s,o,h;for(o=e-t.e,h=n-t.f,s=new J(t.a);s.a<s.c.c.length;)r=u(et(s),172),bO(r,r.s+o,r.t+h);t.e=e,t.f=n}function dO(t,e){var n,r;for(r=e.length,n=0;n<r;n+=2)ru(t,(qn(n,e.length),e.charCodeAt(n)),(qn(n+1,e.length),e.charCodeAt(n+1)))}function B2n(t,e){e.Ug("Min Size Postprocessing",1),Oi(t,(D0(),B3),b.Math.max(Rt(Ht(ne(t,B3))),Rt(Ht(ne(t,GA))))),e.Vg()}function F5t(){F5t=V,ZDt=new ym(15),m7e=new Ta((si(),Kp),ZDt),y7e=new Ta(Pw,15),v7e=new Ta(Pdt,fe(0)),w7e=new Ta(nx,Q7)}function Kl(){Kl=V,IN=new q$("PORTS",0),Fw=new q$("PORT_LABELS",1),DN=new q$("NODE_LABELS",2),z3=new q$("MINIMUM_SIZE",3)}function gH(){gH=V,fN=new Mrt("P1_WIDTH_APPROXIMATION",0),lK=new Mrt("P2_PACKING",1),Q1t=new Mrt("P3_WHITESPACE_ELIMINATION",2)}function Wue(t){if(t.b==null){for(;t.a.Ob();)if(t.b=t.a.Pb(),!u(t.b,54).Jh())return!0;return t.b=null,!1}else return!0}function y7(t,e,n){var r,s,o;for(s=null,o=t.b;o;){if(r=t.a.Ne(e,o.d),n&&r==0)return o;r>=0?o=o.a[1]:(s=o,o=o.a[0])}return s}function gO(t,e,n){var r,s,o;for(s=null,o=t.b;o;){if(r=t.a.Ne(e,o.d),n&&r==0)return o;r<=0?o=o.a[0]:(s=o,o=o.a[1])}return s}function R2n(t,e,n,r){var s,o,h;return s=!1,zTn(t.f,n,r)&&(awn(t.f,t.a[e][n],t.a[e][r]),o=t.a[e],h=o[r],o[r]=o[n],o[n]=h,s=!0),s}function Yue(t,e,n){var r,s,o,h;for(s=u(tr(t.b,n),183),r=0,h=new J(e.j);h.a<h.c.c.length;)o=u(et(h),113),s[o.d.p]&&++r;return r}function B5t(t,e,n){var r,s;r=u(eu(XT,e),122),s=u(eu(kL,e),122),n?(Bo(XT,t,r),Bo(kL,t,s)):(Bo(kL,t,r),Bo(XT,t,s))}function Xue(t,e){var n,r,s,o;return n=e>>5,e&=31,s=t.d+n+(e==0?0:1),r=Vt(Or,ii,28,s,15,1),Fyn(r,t.a,n,e),o=new H2(t.e,s,r),I_(o),o}function j2n(t,e){var n,r,s;for(r=new nr(ir(As(t).a.Kc(),new q));Sr(r);)if(n=u(lr(r),18),s=n.d.i,s.c==e)return!1;return!0}function R5t(t,e,n){var r,s,o,h,d;return h=t.k,d=e.k,r=n[h.g][d.g],s=Ht(Wy(t,r)),o=Ht(Wy(e,r)),b.Math.max((Wn(s),s),(Wn(o),o))}function $2n(){return Error.stackTraceLimit>0?(b.Error.stackTraceLimit=Error.stackTraceLimit=64,!0):"stack"in new Error}function z2n(t,e){return K1(),K1(),$f(qb),(b.Math.abs(t-e)<=qb||t==e||isNaN(t)&&isNaN(e)?0:t<e?-1:t>e?1:vm(isNaN(t),isNaN(e)))>0}function j5t(t,e){return K1(),K1(),$f(qb),(b.Math.abs(t-e)<=qb||t==e||isNaN(t)&&isNaN(e)?0:t<e?-1:t>e?1:vm(isNaN(t),isNaN(e)))<0}function Que(t,e){return K1(),K1(),$f(qb),(b.Math.abs(t-e)<=qb||t==e||isNaN(t)&&isNaN(e)?0:t<e?-1:t>e?1:vm(isNaN(t),isNaN(e)))<=0}function Vat(t,e){for(var n=0;!e[n]||e[n]=="";)n++;for(var r=e[n++];n<e.length;n++)!e[n]||e[n]==""||(r+=t+e[n]);return r}function Jue(t){var e,n;return e=u($n(t.a,4),129),e!=null?(n=Vt(Kdt,Qlt,424,e.length,0,1),Wc(e,0,n,0,e.length),n):q7e}function Zue(t){var e,n,r,s,o;if(t==null)return null;for(o=new ge,n=mat(t),r=0,s=n.length;r<s;++r)e=n[r],pe(o,iu(e,!0));return o}function tle(t){var e,n,r,s,o;if(t==null)return null;for(o=new ge,n=mat(t),r=0,s=n.length;r<s;++r)e=n[r],pe(o,iu(e,!0));return o}function ele(t){var e,n,r,s,o;if(t==null)return null;for(o=new ge,n=mat(t),r=0,s=n.length;r<s;++r)e=n[r],pe(o,iu(e,!0));return o}function nle(t,e){var n,r,s;if(t.c)$m(t.c,e);else for(n=e-Vl(t),s=new J(t.a);s.a<s.c.c.length;)r=u(et(s),163),nle(r,Vl(r)+n)}function rle(t,e){var n,r,s;if(t.c)zm(t.c,e);else for(n=e-Zu(t),s=new J(t.d);s.a<s.c.c.length;)r=u(et(s),163),rle(r,Zu(r)+n)}function nf(t,e,n){var r,s,o,h;for(o=e+n,Sa(e,o,t.length),h="",s=e;s<o;)r=b.Math.min(s+1e4,o),h+=rln(t.slice(s,r)),s=r;return h}function $5t(t){switch(t.g){case 12:case 13:case 14:case 15:case 16:case 17:case 18:case 19:case 20:return!0;default:return!1}}function Mp(){Mp=V,kft=new RD(q8t,0),p_t=new RD(a2e,1),Eft=new RD(Put,2),ET=new RD(j8t,3),kT=new RD("GREEDY_MODEL_ORDER",4)}function Vd(){Vd=V,Hp=new F$(Zd,0),TAt=new F$("NODES_AND_EDGES",1),g1t=new F$("PREFER_EDGES",2),p1t=new F$("PREFER_NODES",3)}function z5t(t,e,n,r,s,o){this.a=t,this.c=e,this.b=n,this.f=r,this.d=s,this.e=o,this.c>0&&this.b>0&&(this.g=Cz(this.c,this.b,this.a))}function q2n(t,e){var n=t.a,r;e=String(e),n.hasOwnProperty(e)&&(r=n[e]);var s=(fat(),xht)[typeof r],o=s?s(r):Z4t(typeof r);return o}function x7(t){var e,n,r;if(r=null,e=n0 in t.a,n=!e,n)throw nt(new Pd("Every element must have an id."));return r=pk(bg(t,n0)),r}function Ym(t){var e,n;for(n=Efe(t),e=null;t.c==2;)vi(t),e||(e=(xi(),xi(),new l_(2)),cw(e,n),n=e),n.Jm(Efe(t));return n}function pH(t,e){var n,r,s;return t._j(),r=e==null?0:Hi(e),s=(r&ki)%t.d.length,n=v6t(t,s,r,e),n?(soe(t,n),n.md()):null}function ile(t,e){return t.e>e.e?1:t.e<e.e?-1:t.d>e.d?t.e:t.d<e.d?-e.e:t.e*W4t(t.a,e.a,t.d)}function sle(t){return t>=48&&t<48+b.Math.min(10,10)?t-48:t>=97&&t<97?t-97+10:t>=65&&t<65?t-65+10:-1}function H2n(t,e){if(e.c==t)return e.d;if(e.d==t)return e.c;throw nt(new zn("Input edge is not connected to the input port."))}function V2n(t){if(wH(aT,t))return Nn(),dT;if(wH(Dlt,t))return Nn(),Yb;throw nt(new zn("Expecting true or false"))}function q5t(t){switch(typeof t){case _ct:return Cp(t);case Xkt:return O6(t);case vk:return jJt(t);default:return t==null?0:km(t)}}function Ud(t,e){if(t.a<0)throw nt(new Fo("Did not call before(...) or after(...) before calling add(...)."));return Fmt(t,t.a,e),t}function H5t(t){return nq(),At(t,162)?u(tr(RN,Bve),294).Rg(t):Eu(RN,Gl(t))?u(tr(RN,Gl(t)),294).Rg(t):null}function Su(t){var e,n;return t.Db&32||(n=(e=u($n(t,16),29),ur(e||t.ii())-ur(t.ii())),n!=0&&uk(t,32,Vt(sa,Ln,1,n,5,1))),t}function uk(t,e,n){var r;t.Db&e?n==null?S5n(t,e):(r=hot(t,e),r==-1?t.Eb=n:hs(X2(t.Eb),r,n)):n!=null&&X6n(t,e,n)}function U2n(t,e,n,r){var s,o;e.c.length!=0&&(s=$xn(n,r),o=z4n(e),xs(Mq(new ln(null,new gn(o,1)),new pZ),new Fee(t,n,s,r)))}function G2n(t,e){var n,r,s,o;return r=t.a.length-1,n=e-t.b&r,o=t.c-e&r,s=t.c-t.b&r,PJt(n<s),n>=o?(Vpn(t,e),-1):(Hpn(t,e),1)}function bH(t){var e,n,r;if(r=t.Jh(),!r)for(e=0,n=t.Ph();n;n=n.Ph()){if(++e>eut)return n.Qh();if(r=n.Jh(),r||n==t)break}return r}function ale(t,e){var n;return $t(e)===$t(t)?!0:!At(e,21)||(n=u(e,21),n.gc()!=t.gc())?!1:t.Ic(n)}function K2n(t,e){return t.e<e.e?-1:t.e>e.e?1:t.f<e.f?-1:t.f>e.f?1:Hi(t)-Hi(e)}function wH(t,e){return Wn(t),e==null?!1:hn(t,e)?!0:t.length==e.length&&hn(t.toLowerCase(),e.toLowerCase())}function Ag(t){var e,n;return Rc(t,-129)>0&&Rc(t,128)<0?(lte(),e=qr(t)+128,n=e9t[e],!n&&(n=e9t[e]=new Ar(t)),n):new Ar(t)}function iw(){iw=V,x3=new I$(Zd,0),pCt=new I$("INSIDE_PORT_SIDE_GROUPS",1),eft=new I$("GROUP_MODEL_ORDER",2),nft=new I$(j8t,3)}function W2n(t){var e;return t.b||znn(t,(e=$sn(t.e,t.a),!e||!hn(Dlt,S1((!e.b&&(e.b=new Hl((bn(),po),Sc,e)),e.b),"qualified")))),t.c}function Y2n(t,e){var n,r;for(n=(qn(e,t.length),t.charCodeAt(e)),r=e+1;r<t.length&&(qn(r,t.length),t.charCodeAt(r)==n);)++r;return r-e}function X2n(t,e){(!e&&console.groupCollapsed!=null?console.groupCollapsed:console.group??console.log).call(console,t)}function Q2n(t,e,n,r){r==t,u(n.b,68),u(n.b,68),u(r.b,68),u(r.b,68).c.b,D3t(r,e,t)}function J2n(t){var e,n;for(e=new J(t.g);e.a<e.c.c.length;)u(et(e),568);n=new kde(t.g,Rt(t.a),t.c),_9n(n),t.g=n.b,t.d=n.a}function ole(t,e,n){var r,s,o;for(o=new J(n.a);o.a<o.c.c.length;)s=u(et(o),225),r=new Z$(u(tr(t.a,s.b),68)),pe(e.a,r),ole(t,r,s)}function Z2n(t,e,n){var r,s,o;return r=u(Lt(Al(t.a),e),89),o=(s=r.c,s||(bn(),yd)),(o.Vh()?Pb(t.b,u(o,54)):o)==n?sV(r):GE(r,n),o}function V5t(t,e,n){e.b=b.Math.max(e.b,-n.a),e.c=b.Math.max(e.c,n.a-t.a),e.d=b.Math.max(e.d,-n.b),e.a=b.Math.max(e.a,n.b-t.b)}function U5t(t,e,n){this.c=t,this.f=new ge,this.e=new Ea,this.j=new Gvt,this.n=new Gvt,this.b=e,this.g=new Th(e.c,e.d,e.b,e.a),this.a=n}function Uat(t){var e,n,r,s;for(this.a=new Bd,this.d=new Os,this.e=0,n=t,r=0,s=n.length;r<s;++r)e=n[r],!this.f&&(this.f=e),dst(this,e)}function cle(t){Gd(),t.length==0?(this.e=0,this.d=1,this.a=ot(st(Or,1),ii,28,15,[0])):(this.e=1,this.d=t.length,this.a=t,I_(this))}function sS(t,e,n){hKt.call(this),this.a=Vt(iye,m8t,217,(_1(),ot(st(m3,1),te,237,0,[Tc,yu,Cc])).length,0,1),this.b=t,this.d=e,this.c=n}function twn(t){var e,n,r,s,o,h;for(h=u(K(t,(ae(),Di)),12),Zt(h,AT,t.i.n.b),e=Hd(t.e),r=e,s=0,o=r.length;s<o;++s)n=r[s],ya(n,h)}function ewn(t){var e,n,r,s,o,h;for(n=u(K(t,(ae(),Di)),12),Zt(n,AT,t.i.n.b),e=Hd(t.g),s=e,o=0,h=s.length;o<h;++o)r=s[o],Ya(r,n)}function nwn(t,e){ast();var n,r;for(r=new nr(ir(Sg(t).a.Kc(),new q));Sr(r);)if(n=u(lr(r),18),n.d.i==e||n.c.i==e)return n;return null}function ule(t,e){var n,r;return n=e.qi(t.a),n&&(r=Gr(S1((!n.b&&(n.b=new Hl((bn(),po),Sc,n)),n.b),bi)),r!=null)?r:e.xe()}function rwn(t,e){var n,r;return n=e.qi(t.a),n&&(r=Gr(S1((!n.b&&(n.b=new Hl((bn(),po),Sc,n)),n.b),bi)),r!=null)?r:e.xe()}function iwn(t,e){var n,r;return n=Bc(t.a.c.p,e.a.c.p),n!=0?n:(r=Bc(t.a.d.i.p,e.a.d.i.p),r!=0?r:Bc(e.a.d.p,t.a.d.p))}function swn(t,e){var n,r,s,o;for(r=0,s=e.gc();r<s;++r)n=e.Tl(r),At(n,102)&&u(n,19).Bb&Pc&&(o=e.Ul(r),o!=null&&nct(t,u(o,58)))}function lle(t,e){var n,r,s;if(pe(jU,t),e.Fc(t),n=u(tr(Vht,t),21),n)for(s=n.Kc();s.Ob();)r=u(s.Pb(),27),Wo(jU,r,0)!=-1||lle(r,e)}function awn(t,e,n){var r,s;Sot(t.e,e,n,(ve(),Gn)),Sot(t.i,e,n,Jn),t.a&&(s=u(K(e,(ae(),Di)),12),r=u(K(n,Di),12),fst(t.g,s,r))}function hle(t,e,n){var r,s,o;r=e.c.p,o=e.p,t.b[r][o]=new ine(t,e),n&&(t.a[r][o]=new WVt(e),s=u(K(e,(ae(),vv)),10),s&&dn(t.d,s,e))}function own(t,e,n){var r,s,o,h;return o=e.j,h=n.j,o!=h?o.g-h.g:(r=t.f[e.p],s=t.f[n.p],r==0&&s==0?0:r==0?-1:s==0?1:ji(r,s))}function cwn(){var t;return _U!=0&&(t=Date.now(),t-kve>2e3&&(kve=t,SU=b.setTimeout(Gnn,10))),_U++==0?(c0n((X2t(),UTt)),!0):!1}function uwn(t,e,n){var r;(Vve?(f2n(t),!0):Uve||Kve?(mE(),!0):Gve&&(mE(),!1))&&(r=new EZt(e),r.b=n,w3n(t,r))}function Gat(t,e){var n;n=!t.A.Hc((Kl(),Fw))||t.q==(xa(),lu),t.u.Hc((wl(),$g))?n?J9n(t,e):npe(t,e):t.u.Hc(u2)&&(n?m9n(t,e):wpe(t,e))}function fle(t){var e;$t(ne(t,(si(),sx)))===$t((Cg(),SK))&&(es(t)?(e=u(ne(es(t),sx),346),Oi(t,sx,e)):Oi(t,sx,aL))}function lwn(t){var e,n;return Ui(t.d.i,(Me(),MT))?(e=u(K(t.c.i,MT),17),n=u(K(t.d.i,MT),17),Bc(e.a,n.a)>0):!1}function dle(t,e,n){return new Th(b.Math.min(t.a,e.a)-n/2,b.Math.min(t.b,e.b)-n/2,b.Math.abs(t.a-e.a)+n,b.Math.abs(t.b-e.b)+n)}function gle(t){var e;this.d=new ge,this.j=new Ea,this.g=new Ea,e=t.g.b,this.f=u(K(Ia(e),(Me(),fh)),88),this.e=Rt(Ht(xH(e,O3)))}function ple(t){this.d=new ge,this.e=new yp,this.c=Vt(Or,ii,28,(ve(),ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn])).length,15,1),this.b=t}function G5t(t,e,n){var r;switch(r=n[t.g][e],t.g){case 1:case 3:return new se(0,r);case 2:case 4:return new se(r,0);default:return null}}function ble(t,e,n){var r,s;s=u(xI(e.f),205);try{s.rf(t,n),xee(e.f,s)}catch(o){throw o=is(o),At(o,103)?(r=o,nt(r)):nt(o)}}function wle(t,e,n){var r,s,o,h,d,m;return r=null,d=Fkt(JE(),e),o=null,d&&(s=null,m=Pkt(d,n),h=null,m!=null&&(h=t.qf(d,m)),s=h,o=s),r=o,r}function Kat(t,e,n,r){var s;if(s=t.length,e>=s)return s;for(e=e>0?e:0;e<s&&!hat((qn(e,t.length),t.charCodeAt(e)),n,r);e++);return e}function id(t,e){var n,r;for(r=t.c.length,e.length<r&&(e=u$(new Array(r),e)),n=0;n<r;++n)hs(e,n,t.c[n]);return e.length>r&&hs(e,r,null),e}function mle(t,e){var n,r;for(r=t.a.length,e.length<r&&(e=u$(new Array(r),e)),n=0;n<r;++n)hs(e,n,t.a[n]);return e.length>r&&hs(e,r,null),e}function k7(t,e){var n,r;if(++t.j,e!=null&&(n=(r=t.a.Cb,At(r,99)?u(r,99).th():null),p5n(e,n))){uk(t.a,4,n);return}uk(t.a,4,u(e,129))}function hwn(t){var e;if(t==null)return null;if(e=bxn(iu(t,!0)),e==null)throw nt(new Gnt("Invalid hexBinary value: '"+t+"'"));return e}function mH(t,e,n){var r;e.a.length>0&&(pe(t.b,new jZt(e.a,n)),r=e.a.length,0<r?e.a=Ch(e.a,0,0):0>r&&(e.a+=zQt(Vt(Uh,Yd,28,-r,15,1))))}function vle(t,e,n){var r,s,o;if(!n[e.d])for(n[e.d]=!0,s=new J(n5(e));s.a<s.c.c.length;)r=u(et(s),218),o=uH(r,e),vle(t,o,n)}function Dp(t,e,n){var r,s,o;return s=u(tr(t.e,e),400),s?(o=Zmt(s,n),HQt(t,s),o):(r=new Avt(t,e,n),di(t.e,e,r),pne(r),null)}function fwn(t,e,n,r){var s,o,h;return s=new xg(t.e,1,13,(h=e.c,h||(bn(),yd)),(o=n.c,o||(bn(),yd)),Ip(t,e),!1),r?r.nj(s):r=s,r}function Wat(){return pV(),ot(st(Dye,1),te,164,0,[Lye,Aye,Mye,yye,vye,xye,Tye,Eye,kye,Sye,_ye,Cye,wye,bye,mye,gye,dye,pye,hye,lye,fye,Bht])}function E7(t){switch(t.g){case 4:return new se(0,-1);case 1:return new se(1,0);case 2:return new se(-1,0);default:return new se(0,1)}}function Yat(t){switch(t.g){case 1:return Rs(),qh;case 4:return Rs(),Ho;case 2:return Rs(),Jo;case 3:return Rs(),bd}return Rs(),wd}function dwn(t){var e;switch(e=t.hj(null),e){case 10:return 0;case 15:return 1;case 14:return 2;case 11:return 3;case 21:return 4}return-1}function A1(){A1=V,_n=new UD("PARENTS",0),Js=new UD("NODES",1),c0=new UD("EDGES",2),Dw=new UD("PORTS",3),Gp=new UD("LABELS",4)}function gwn(t,e,n){var r;switch(r=n.q.getFullYear()-Hb+Hb,r<0&&(r=-r),e){case 1:t.a+=r;break;case 2:A0(t,r%100,2);break;default:A0(t,r,e)}}function _r(t,e){var n,r;if(Fy(e,t.b),e>=t.b>>1)for(r=t.c,n=t.b;n>e;--n)r=r.b;else for(r=t.a.a,n=0;n<e;++n)r=r.a;return new kZt(t,e,r)}function vH(){vH=V,Oht=new Swt("NUM_OF_EXTERNAL_SIDES_THAN_NUM_OF_EXTENSIONS_LAST",0),y9t=new Swt("CORNER_CASES_THAN_SINGLE_SIDE_LAST",1)}function yle(t){this.b=new ge,this.e=new ge,this.d=t,this.a=!gE(Ai(new ln(null,new Am(new Z1(t.b))),new Mf(new Jx))).Bd((j2(),Nk))}function xle(t,e){var n,r,s,o;for(n=0,s=new J(e.a);s.a<s.c.c.length;)r=u(et(s),10),o=r.o.a+r.d.c+r.d.b+t.j,n=b.Math.max(n,o);return n}function kle(t,e){var n,r,s;s=e.d.i,r=s.k,!(r==(Un(),Ts)||r==fd)&&(n=new nr(ir(As(s).a.Kc(),new q)),Sr(n)&&di(t.k,e,u(lr(n),18)))}function pwn(t,e){return Eg(),ji((t.a.b==0?new se(t.c.e.a,t.c.e.b):u(EE(t.a),8)).b,(e.a.b==0?new se(e.c.e.a,e.c.e.b):u(EE(e.a),8)).b)}function bwn(t,e){return Eg(),ji((t.a.b==0?new se(t.c.e.a,t.c.e.b):u(EE(t.a),8)).a,(e.a.b==0?new se(e.c.e.a,e.c.e.b):u(EE(e.a),8)).a)}function wwn(t,e){return Eg(),ji((t.a.b==0?new se(t.b.e.a,t.b.e.b):u(Nf(t.a),8)).a,(e.a.b==0?new se(e.b.e.a,e.b.e.b):u(Nf(e.a),8)).a)}function mwn(t,e){return Eg(),ji((t.a.b==0?new se(t.b.e.a,t.b.e.b):u(Nf(t.a),8)).b,(e.a.b==0?new se(e.b.e.a,e.b.e.b):u(Nf(e.a),8)).b)}function i5(){i5=V,o2=new KD("DISTRIBUTED",0),LN=new KD("JUSTIFIED",1),XDt=new KD("BEGIN",2),oL=new KD(Y7,3),QDt=new KD("END",4)}function Xat(t,e){var n,r,s;return r=Tn(t.Dh(),e),n=e-t.ji(),n<0?(s=t.Ih(r),s>=0?t.Wh(s):Fot(t,r)):n<0?Fot(t,r):u(r,69).wk().Bk(t,t.hi(),n)}function Ele(t){var e,n,r;for(r=(!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),t.o),n=r.c.Kc();n.e!=n.i.gc();)e=u(n.Yj(),44),e.md();return II(r)}function _e(t){var e;if(At(t.a,4)){if(e=H5t(t.a),e==null)throw nt(new Fo(G2e+t.b+"'. "+U2e+(gg(jN),jN.k)+Q7t));return e}else return t.a}function vwn(t,e){var n,r;if(t.j.length!=e.j.length)return!1;for(n=0,r=t.j.length;n<r;n++)if(!hn(t.j[n],e.j[n]))return!1;return!0}function sr(t){var e;try{return e=t.i.Xb(t.e),t.Xj(),t.g=t.e++,e}catch(n){throw n=is(n),At(n,77)?(t.Xj(),nt(new ac)):nt(n)}}function Qat(t){var e;try{return e=t.c.Vi(t.e),t.Xj(),t.g=t.e++,e}catch(n){throw n=is(n),At(n,77)?(t.Xj(),nt(new ac)):nt(n)}}function yH(t){var e,n,r,s;for(s=0,n=0,r=t.length;n<r;n++)e=(qn(n,t.length),t.charCodeAt(n)),e>=64&&e<128&&(s=k1(s,Rf(1,e-64)));return s}function xH(t,e){var n,r;return r=null,Ui(t,(si(),Xk))&&(n=u(K(t,Xk),96),n.pf(e)&&(r=n.of(e))),r==null&&Ia(t)&&(r=K(Ia(t),e)),r}function ywn(t,e){var n;return n=u(K(t,(Me(),qo)),75),Krt(e,U3e)?n?Zl(n):(n=new Xu,Zt(t,qo,n)):n&&Zt(t,qo,null),n}function aS(){aS=V,Y9t=(si(),SDt),qht=oDt,Vye=nx,W9t=Kp,Wye=(OH(),S9t),Kye=C9t,Yye=L9t,Gye=T9t,Uye=(Eat(),U9t),zht=zye,K9t=qye,RU=Hye}function kH(t){switch(vwt(),this.c=new ge,this.d=t,t.g){case 0:case 2:this.a=Syt(gCt),this.b=ns;break;case 3:case 1:this.a=gCt,this.b=Vs}}function xwn(t){var e;j6(u(K(t,(Me(),ms)),101))&&(e=t.b,f1e((mn(0,e.c.length),u(e.c[0],30))),f1e(u(Oe(e,e.c.length-1),30)))}function kwn(t,e){e.Ug("Self-Loop post-processing",1),xs(Ai(Ai(lc(new ln(null,new gn(t.b,16)),new OQ),new PQ),new jB),new NQ),e.Vg()}function Tle(t,e,n){var r,s;if(t.c)Cu(t.c,t.c.i+e),_u(t.c,t.c.j+n);else for(s=new J(t.b);s.a<s.c.c.length;)r=u(et(s),163),Tle(r,e,n)}function Ewn(t){var e;if(t==null)return null;if(e=cCn(iu(t,!0)),e==null)throw nt(new Gnt("Invalid base64Binary value: '"+t+"'"));return e}function Nh(t,e){var n;n=t.fd(e);try{return n.Pb()}catch(r){throw r=is(r),At(r,112)?nt(new No("Can't get element "+e)):nt(r)}}function Cle(t,e){var n,r,s;for(n=t.o,s=u(u(Mi(t.r,e),21),87).Kc();s.Ob();)r=u(s.Pb(),117),r.e.a=_mn(r,n.a),r.e.b=n.b*Rt(Ht(r.b.of(NU)))}function Twn(t,e){var n,r,s;for(s=new bu(e.gc()),r=e.Kc();r.Ob();)n=u(r.Pb(),292),n.c==n.f?L7(t,n,n.c):K3n(t,n)||In(s.c,n);return s}function _le(t){var e;return e=new pb,e.a+="n",t.k!=(Un(),Ts)&&ni(ni((e.a+="(",e),tit(t.k).toLowerCase()),")"),ni((e.a+="_",e),wO(t)),e.a}function Cwn(t,e){var n,r,s,o;return s=t.k,n=Rt(Ht(K(t,(ae(),yv)))),o=e.k,r=Rt(Ht(K(e,yv))),o!=(Un(),Ds)?-1:s!=Ds?1:n==r?0:n<r?-1:1}function _wn(t,e){var n,r;return n=u(u(tr(t.g,e.a),42).a,68),r=u(u(tr(t.g,e.b),42).a,68),Lb(e.a,e.b)-Lb(e.a,wmt(n.b))-Lb(e.b,wmt(r.b))}function Sle(t,e){var n;switch(n=u(Mo(t.b,e),127).n,e.g){case 1:t.t>=0&&(n.d=t.t);break;case 3:t.t>=0&&(n.a=t.t)}t.C&&(n.b=t.C.b,n.c=t.C.c)}function oS(){oS=V,wAt=new $D(o7t,0),f1t=new $D(Put,1),d1t=new $D("LINEAR_SEGMENTS",2),DA=new $D("BRANDES_KOEPF",3),IA=new $D(y2e,4)}function cS(){cS=V,BP=new M$(kV,0),FU=new M$(gut,1),BU=new M$(put,2),RP=new M$(but,3),BP.a=!1,FU.a=!0,BU.a=!1,RP.a=!0}function lk(){lk=V,PP=new L$(kV,0),OP=new L$(gut,1),NP=new L$(put,2),FP=new L$(but,3),PP.a=!1,OP.a=!0,NP.a=!1,FP.a=!0}function hk(t,e,n,r){var s;return n>=0?t.Sh(e,n,r):(t.Ph()&&(r=(s=t.Fh(),s>=0?t.Ah(r):t.Ph().Th(t,-1-s,null,r))),t.Ch(e,n,r))}function K5t(t,e){switch(e){case 7:!t.e&&(t.e=new En(Cs,t,7,4)),Lr(t.e);return;case 8:!t.d&&(t.d=new En(Cs,t,8,5)),Lr(t.d);return}P5t(t,e)}function Oi(t,e,n){return n==null?(!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),pH(t.o,e)):(!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),yO(t.o,e,n)),t}function Ale(t,e){wn();var n,r,s,o;for(n=t,o=e,At(t,21)&&!At(e,21)&&(n=e,o=t),s=n.Kc();s.Ob();)if(r=s.Pb(),o.Hc(r))return!1;return!0}function Swn(t,e,n,r){if(e.a<r.a)return!0;if(e.a==r.a){if(e.b<r.b)return!0;if(e.b==r.b&&t.b>n.b)return!0}return!1}function Jat(t,e){return pa(t)?!!pve[e]:t.Sm?!!t.Sm[e]:Cy(t)?!!gve[e]:Ty(t)?!!dve[e]:!1}function Awn(t){var e;e=t.a;do e=u(lr(new nr(ir(ca(e).a.Kc(),new q))),18).c.i,e.k==(Un(),ha)&&t.b.Fc(e);while(e.k==(Un(),ha));t.b=Oh(t.b)}function Lle(t,e){var n,r,s;for(s=t,r=new nr(ir(ca(e).a.Kc(),new q));Sr(r);)n=u(lr(r),18),n.c.i.c&&(s=b.Math.max(s,n.c.i.c.p));return s}function Lwn(t,e){var n,r,s;for(s=0,r=u(u(Mi(t.r,e),21),87).Kc();r.Ob();)n=u(r.Pb(),117),s+=n.d.d+n.b.Mf().b+n.d.a,r.Ob()&&(s+=t.w);return s}function Mwn(t,e){var n,r,s;for(s=0,r=u(u(Mi(t.r,e),21),87).Kc();r.Ob();)n=u(r.Pb(),117),s+=n.d.b+n.b.Mf().a+n.d.c,r.Ob()&&(s+=t.w);return s}function Mle(t){var e,n,r,s;if(r=0,s=n3(t),s.c.length==0)return 1;for(n=new J(s);n.a<n.c.c.length;)e=u(et(n),27),r+=Mle(e);return r}function Dwn(t){var e,n,r;for(r=t.c.a,t.p=(Hr(r),new fl(r)),n=new J(r);n.a<n.c.c.length;)e=u(et(n),10),e.p=g4n(e).a;wn(),Ms(t.p,new BJ)}function Iwn(t,e,n){var r,s,o,h;return r=t.dd(e),r!=-1&&(t.Pj()?(o=t.Qj(),h=kz(t,r),s=t.Ij(4,h,null,r,o),n?n.nj(s):n=s):kz(t,r)),n}function no(t,e,n){var r,s,o,h;return r=t.dd(e),r!=-1&&(t.Pj()?(o=t.Qj(),h=fk(t,r),s=t.Ij(4,h,null,r,o),n?n.nj(s):n=s):fk(t,r)),n}function Own(t,e,n,r){var s,o,h;n.Xh(e)&&(bo(),Rst(e)?(s=u(n.Mh(e),160),swn(t,s)):(o=(h=e,h?u(r,54).gi(h):null),o&&Nen(n.Mh(e),o)))}function EH(t,e,n,r){var s,o,h;return o=Tn(t.Dh(),e),s=e-t.ji(),s<0?(h=t.Ih(o),h>=0?t.Lh(h,n,!0):Zm(t,o,n)):u(o,69).wk().yk(t,t.hi(),s,n,r)}function Pwn(t,e,n,r){var s,o;o=e.pf((si(),ax))?u(e.of(ax),21):t.j,s=mbn(o),s!=(pV(),Bht)&&(n&&!$5t(s)||Jxt(wxn(t,s,r),e))}function Nwn(t){switch(t.g){case 1:return Um(),IP;case 3:return Um(),DP;case 2:return Um(),jht;case 4:return Um(),Rht;default:return null}}function Fwn(t,e,n){if(t.e)switch(t.b){case 1:_ln(t.c,e,n);break;case 0:Sln(t.c,e,n)}else Qre(t.c,e,n);t.a[e.p][n.p]=t.c.i,t.a[n.p][e.p]=t.c.e}function Dle(t){var e,n;if(t==null)return null;for(n=Vt(z0,le,199,t.length,0,2),e=0;e<n.length;e++)n[e]=u(P1n(t[e],t[e].length),199);return n}function TH(t){var e;if(xat(t))return Iz(t),t.ul()&&(e=pS(t.e,t.b,t.c,t.a,t.j),t.j=e),t.g=t.a,++t.a,++t.c,t.i=0,t.j;throw nt(new ac)}function Bwn(t,e){var n,r,s,o;return o=t.o,n=t.p,o<n?o*=o:n*=n,r=o+n,o=e.o,n=e.p,o<n?o*=o:n*=n,s=o+n,r<s?-1:r==s?0:1}function Ip(t,e){var n,r,s;if(s=fhe(t,e),s>=0)return s;if(t.ol()){for(r=0;r<t.i;++r)if(n=t.pl(u(t.g[r],58)),$t(n)===$t(e))return r}return-1}function s5(t,e,n){var r,s;if(s=t.gc(),e>=s)throw nt(new My(e,s));if(t.Si()&&(r=t.dd(n),r>=0&&r!=e))throw nt(new zn(kP));return t.Xi(e,n)}function W5t(t,e){if(this.a=u(Hr(t),253),this.b=u(Hr(e),253),t.Ed(e)>0||t==(jnt(),dht)||e==($nt(),ght))throw nt(new zn("Invalid range: "+tie(t,e)))}function Ile(t){var e,n;for(this.b=new ge,this.c=t,this.a=!1,n=new J(t.a);n.a<n.c.c.length;)e=u(et(n),10),this.a=this.a|e.k==(Un(),Ts)}function Rwn(t,e){var n,r,s;for(n=xm(new B2,t),s=new J(e);s.a<s.c.c.length;)r=u(et(s),125),Hf(Of(If(Pf(Df(new Qh,0),0),n),r));return n}function Ole(t,e,n){n.Ug("Compound graph preprocessor",1),t.a=new Nm,Jge(t,e,null),I7n(t,e),n6n(t),Zt(e,(ae(),R_t),t.a),t.a=null,dl(t.b),n.Vg()}function Ple(t,e,n){var r,s,o;for(s=new nr(ir((e?ca(t):As(t)).a.Kc(),new q));Sr(s);)r=u(lr(s),18),o=e?r.c.i:r.d.i,o.k==(Un(),qc)&&Ca(o,n)}function jwn(t,e){var n,r,s;for(e.Ug("Untreeify",1),n=u(K(t,(zi(),iLt)),15),s=n.Kc();s.Ob();)r=u(s.Pb(),65),Zr(r.b.d,r),Zr(r.c.b,r);e.Vg()}function $wn(t){var e,n,r;for(r=u(Mi(t.a,(Qy(),dG)),15).Kc();r.Ob();)n=u(r.Pb(),105),e=oxt(n),DE(t,n,e[0],(Hm(),bv),0),DE(t,n,e[1],wv,1)}function zwn(t){var e,n,r;for(r=u(Mi(t.a,(Qy(),gG)),15).Kc();r.Ob();)n=u(r.Pb(),105),e=oxt(n),DE(t,n,e[0],(Hm(),bv),0),DE(t,n,e[1],wv,1)}function Yy(){Yy=V,KG=new N$(Zd,0),l1t=new N$("PORT_POSITION",1),Y5=new N$("NODE_SIZE_WHERE_SPACE_PERMITS",2),W5=new N$("NODE_SIZE",3)}function CH(){CH=V,J1t=new Drt("INTERACTIVE_NODE_REORDERER",0),tdt=new Drt("MIN_SIZE_PRE_PROCESSOR",1),Z1t=new Drt("MIN_SIZE_POST_PROCESSOR",2)}function L0(){L0=V,vdt=new e_("AUTOMATIC",0),wN=new e_(Tk,1),mN=new e_(Ck,2),kK=new e_("TOP",3),yK=new e_(y8t,4),xK=new e_(Y7,5)}function Y5t(t,e,n,r){O7();var s,o;for(s=0,o=0;o<n;o++)s=Xa(Qa(ia(e[o],Eo),ia(r,Eo)),ia(qr(s),Eo)),t[o]=qr(s),s=Eb(s,32);return qr(s)}function X5t(t,e,n){var r,s;for(s=0,r=0;r<Fht;r++)s=b.Math.max(s,Cat(t.a[e.g][r],n));return e==(_1(),yu)&&t.b&&(s=b.Math.max(s,t.b.b)),s}function _H(t,e){var n,r;if(qmt(e>0),(e&-e)==e)return Xs(e*Ml(t,31)*4656612873077393e-25);do n=Ml(t,31),r=n%e;while(n-r+(e-1)<0);return Xs(r)}function qwn(t,e,n){switch(n.g){case 1:t.a=e.a/2,t.b=0;break;case 2:t.a=e.a,t.b=e.b/2;break;case 3:t.a=e.a/2,t.b=e.b;break;case 4:t.a=0,t.b=e.b/2}}function pO(t,e,n,r){var s,o;for(s=e;s<t.c.length;s++)if(o=(mn(s,t.c.length),u(t.c[s],12)),n.Mb(o))In(r.c,o);else return s;return t.c.length}function Zat(t){switch(t.g){case 0:return null;case 1:return new Noe;case 2:return new V2t;default:throw nt(new zn(wlt+(t.f!=null?t.f:""+t.g)))}}function bO(t,e,n){var r,s;for(Zgn(t,e-t.s,n-t.t),s=new J(t.n);s.a<s.c.c.length;)r=u(et(s),209),qt(r,r.e+e-t.s),ce(r,r.f+n-t.t);t.s=e,t.t=n}function Hwn(t){var e,n,r,s,o;for(n=0,s=new J(t.a);s.a<s.c.c.length;)r=u(et(s),125),r.d=n++;return e=Jyn(t),o=null,e.c.length>1&&(o=Rwn(t,e)),o}function Nle(t){var e;return e=Rt(Ht(ne(t,(si(),CN))))*b.Math.sqrt((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a).i),new se(e,e/Rt(Ht(ne(t,CK))))}function tot(t){var e;return t.f&&t.f.Vh()&&(e=u(t.f,54),t.f=u(Pb(t,e),84),t.f!=e&&t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,9,8,e,t.f))),t.f}function eot(t){var e;return t.i&&t.i.Vh()&&(e=u(t.i,54),t.i=u(Pb(t,e),84),t.i!=e&&t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,9,7,e,t.i))),t.i}function wo(t){var e;return t.b&&t.b.Db&64&&(e=t.b,t.b=u(Pb(t,e),19),t.b!=e&&t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,9,21,e,t.b))),t.b}function SH(t,e){var n,r,s;t.d==null?(++t.e,++t.f):(r=e.Bi(),h6n(t,t.f+1),s=(r&ki)%t.d.length,n=t.d[s],!n&&(n=t.d[s]=t.dk()),n.Fc(e),++t.f)}function Q5t(t,e,n){var r;return e.tk()?!1:e.Ik()!=-2?(r=e.ik(),r==null?n==null:Ci(r,n)):e.qk()==t.e.Dh()&&n==null}function AH(){var t;ih(16,Kpe),t=voe(16),this.b=Vt(bht,JO,302,t,0,1),this.c=Vt(bht,JO,302,t,0,1),this.a=null,this.e=null,this.i=0,this.f=t-1,this.g=0}function Lg(t){rvt.call(this),this.k=(Un(),Ts),this.j=(ih(6,c3),new bu(6)),this.b=(ih(2,c3),new bu(2)),this.d=new Pnt,this.f=new R2t,this.a=t}function Vwn(t){var e,n;t.c.length<=1||(e=$de(t,(ve(),vr)),_fe(t,u(e.a,17).a,u(e.b,17).a),n=$de(t,Gn),_fe(t,u(n.a,17).a,u(n.b,17).a))}function Uwn(t,e,n){var r,s;for(s=t.a.b,r=s.c.length;r<n;r++)Cm(s,s.c.length,new tu(t.a));Ca(e,(mn(n-1,s.c.length),u(s.c[n-1],30))),t.b[e.p]=n}function Fle(t,e){var n,r,s;for(t.b[e.g]=1,r=_r(e.d,0);r.b!=r.d.c;)n=u(Tr(r),65),s=n.c,t.b[s.g]==1?Zr(t.a,n):t.b[s.g]==2?t.b[s.g]=1:Fle(t,s)}function Ble(t,e,n,r){var s,o,h;for(s=u(Mi(r?t.a:t.b,e),21),h=s.Kc();h.Ob();)if(o=u(h.Pb(),27),tV(t,n,o))return!0;return!1}function not(t){var e,n;for(n=new Zn(t);n.e!=n.i.gc();)if(e=u(sr(n),89),e.e||(!e.d&&(e.d=new Ns(So,e,1)),e.d).i!=0)return!0;return!1}function rot(t){var e,n;for(n=new Zn(t);n.e!=n.i.gc();)if(e=u(sr(n),89),e.e||(!e.d&&(e.d=new Ns(So,e,1)),e.d).i!=0)return!0;return!1}function Gwn(t){var e,n,r;for(e=0,r=new J(t.c.a);r.a<r.c.c.length;)n=u(et(r),10),e+=mg(new nr(ir(As(n).a.Kc(),new q)));return e/t.c.a.c.length}function iot(){iot=V,jMt=(Yot(),NMt),RMt=new ym(8),new Ta((si(),Kp),RMt),new Ta(Pw,8),kEe=OMt,FMt=gEe,BMt=pEe,xEe=new Ta(yN,(Nn(),!1))}function Kwn(t,e,n){var r;n.Ug("Shrinking tree compaction",1),Ie(De(K(e,(n7(),dA))))?(egn(t,e.f),cae(e.f,(r=e.c,r))):cae(e.f,e.c),n.Vg()}function J5t(t,e,n,r){switch(e){case 7:return!t.e&&(t.e=new En(Cs,t,7,4)),t.e;case 8:return!t.d&&(t.d=new En(Cs,t,8,5)),t.d}return x5t(t,e,n,r)}function sot(t){var e;return t.a&&t.a.Vh()&&(e=u(t.a,54),t.a=u(Pb(t,e),142),t.a!=e&&t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,9,5,e,t.a))),t.a}function sw(t){return t<48||t>102?-1:t<=57?t-48:t<65?-1:t<=70?t-65+10:t<97?-1:t-97+10}function aot(t,e){if(t==null)throw nt(new C6("null key in entry: null="+e));if(e==null)throw nt(new C6("null value in entry: "+t+"=null"))}function Wwn(t,e){for(var n,r;t.Ob();)if(!e.Ob()||(n=t.Pb(),r=e.Pb(),!($t(n)===$t(r)||n!=null&&Ci(n,r))))return!1;return!e.Ob()}function Rle(t,e){var n;return n=ot(st(wa,1),Io,28,15,[Cat(t.a[0],e),Cat(t.a[1],e),Cat(t.a[2],e)]),t.d&&(n[0]=b.Math.max(n[0],n[2]),n[2]=n[0]),n}function jle(t,e){var n;return n=ot(st(wa,1),Io,28,15,[nH(t.a[0],e),nH(t.a[1],e),nH(t.a[2],e)]),t.d&&(n[0]=b.Math.max(n[0],n[2]),n[2]=n[0]),n}function Z5t(t,e,n){j6(u(K(e,(Me(),ms)),101))||(d3t(t,e,Op(e,n)),d3t(t,e,Op(e,(ve(),vr))),d3t(t,e,Op(e,Hn)),wn(),Ms(e.j,new UVt(t)))}function $le(t){var e,n;for(t.c||dTn(t),n=new Xu,e=new J(t.a),et(e);e.a<e.c.c.length;)Zr(n,u(et(e),418).a);return cr(n.b!=0),Lh(n,n.c.b),n}function Ywn(t,e,n){var r,s,o,h,d;for(d=t.r+e,t.r+=e,t.d+=n,r=n/t.n.c.length,s=0,h=new J(t.n);h.a<h.c.c.length;)o=u(et(h),209),cxn(o,d,r,s),++s}function Xwn(t){var e,n,r;for(t.b.a.$b(),t.a=Vt(OU,Ln,60,t.c.c.a.b.c.length,0,1),e=0,r=new J(t.c.c.a.b);r.a<r.c.c.length;)n=u(et(r),60),n.f=e++}function Qwn(t){var e,n,r;for(t.b.a.$b(),t.a=Vt(Qht,Ln,86,t.c.a.a.b.c.length,0,1),e=0,r=new J(t.c.a.a.b);r.a<r.c.c.length;)n=u(et(r),86),n.i=e++}function zle(t){var e;if(e=zpn(t),!Sr(t))throw nt(new No("position (0) must be less than the number of elements that remained ("+e+")"));return lr(t)}function Jwn(t,e){var n;return t.a||(n=Vt(wa,Io,28,0,15,1),D4(t.b.a,new SC(n)),$Gt(n,zae(Dt.prototype.Me,Dt,[])),t.a=new mZt(n,t.d)),bq(t.a,e)}function qle(t,e,n){var r;try{return a5(t,e+t.j,n+t.k)}catch(s){throw s=is(s),At(s,77)?(r=s,nt(new No(r.g+TV+e+ro+n+")."))):nt(s)}}function Zwn(t,e,n){var r;try{return Ule(t,e+t.j,n+t.k)}catch(s){throw s=is(s),At(s,77)?(r=s,nt(new No(r.g+TV+e+ro+n+")."))):nt(s)}}function tmn(t,e,n){var r;try{return Gle(t,e+t.j,n+t.k)}catch(s){throw s=is(s),At(s,77)?(r=s,nt(new No(r.g+TV+e+ro+n+")."))):nt(s)}}function Hle(t){switch(t.g){case 1:return ve(),Gn;case 4:return ve(),Hn;case 3:return ve(),Jn;case 2:return ve(),vr;default:return ve(),gc}}function emn(t,e,n){e.k==(Un(),Ts)&&n.k==ha&&(t.d=Lat(e,(ve(),vr)),t.b=Lat(e,Hn)),n.k==Ts&&e.k==ha&&(t.d=Lat(n,(ve(),Hn)),t.b=Lat(n,vr))}function oot(t,e){var n,r,s;for(s=fc(t,e),r=s.Kc();r.Ob();)if(n=u(r.Pb(),12),K(n,(ae(),ml))!=null||g_(new Z1(n.b)))return!0;return!1}function nmn(t,e,n){n.Ug("Linear segments node placement",1),t.b=u(K(e,(ae(),H5)),312),qCn(t,e),m7n(t,e),F7n(t,e),vCn(t),t.a=null,t.b=null,n.Vg()}function txt(t,e){return Cu(e,t.e+t.d+(t.c.c.length==0?0:t.b)),_u(e,t.f),t.a=b.Math.max(t.a,e.f),t.d+=e.g+(t.c.c.length==0?0:t.b),pe(t.c,e),!0}function rmn(t,e,n){var r,s,o,h;for(h=0,r=n/t.a.c.length,o=new J(t.a);o.a<o.c.c.length;)s=u(et(o),172),bO(s,s.s,s.t+h*r),Ywn(s,t.d-s.r+e,r),++h}function imn(t,e){var n,r,s,o,h,d;for(s=e.length-1,h=0,d=0,r=0;r<=s;r++)o=e[r],n=k3n(s,r)*n5t(1-t,s-r)*n5t(t,r),h+=o.a*n,d+=o.b*n;return new se(h,d)}function Vle(t,e){var n,r,s,o,h;for(n=e.gc(),t._i(t.i+n),o=e.Kc(),h=t.i,t.i+=n,r=h;r<t.i;++r)s=o.Pb(),f_(t,r,t.Zi(r,s)),t.Mi(r,s),t.Ni();return n!=0}function smn(t,e,n){var r,s,o;return t.Pj()?(r=t.Ej(),o=t.Qj(),++t.j,t.qj(r,t.Zi(r,e)),s=t.Ij(3,null,e,r,o),n?n.nj(s):n=s):zJt(t,t.Ej(),e),n}function amn(t,e,n){var r,s,o;return r=u(Lt(Gc(t.a),e),89),o=(s=r.c,At(s,90)?u(s,29):(bn(),mf)),(o.Db&64?Pb(t.b,o):o)==n?sV(r):GE(r,n),o}function omn(t){var e;return t==null?null:new xb((e=iu(t,!0),e.length>0&&(qn(0,e.length),e.charCodeAt(0)==43)?(qn(1,e.length+1),e.substr(1)):e))}function cmn(t){var e;return t==null?null:new xb((e=iu(t,!0),e.length>0&&(qn(0,e.length),e.charCodeAt(0)==43)?(qn(1,e.length+1),e.substr(1)):e))}function ext(t,e,n,r,s,o,h,d){var m,k;r&&(m=r.a[0],m&&ext(t,e,n,m,s,o,h,d),pot(t,n,r.d,s,o,h,d)&&e.Fc(r),k=r.a[1],k&&ext(t,e,n,k,s,o,h,d))}function a5(t,e,n){try{return mm(Xst(t,e,n),1)}catch(r){throw r=is(r),At(r,333)?nt(new No(wut+t.o+"*"+t.p+mut+e+ro+n+vut)):nt(r)}}function Ule(t,e,n){try{return mm(Xst(t,e,n),0)}catch(r){throw r=is(r),At(r,333)?nt(new No(wut+t.o+"*"+t.p+mut+e+ro+n+vut)):nt(r)}}function Gle(t,e,n){try{return mm(Xst(t,e,n),2)}catch(r){throw r=is(r),At(r,333)?nt(new No(wut+t.o+"*"+t.p+mut+e+ro+n+vut)):nt(r)}}function Kle(t,e){if(t.g==-1)throw nt(new Yu);t.Xj();try{t.d.hd(t.g,e),t.f=t.d.j}catch(n){throw n=is(n),At(n,77)?nt(new yh):nt(n)}}function umn(t){var e,n,r,s,o;for(r=new J(t.b);r.a<r.c.c.length;)for(n=u(et(r),30),e=0,o=new J(n.a);o.a<o.c.c.length;)s=u(et(o),10),s.p=e++}function uS(t,e){var n,r,s,o;for(o=t.gc(),e.length<o&&(e=u$(new Array(o),e)),s=e,r=t.Kc(),n=0;n<o;++n)hs(s,n,r.Pb());return e.length>o&&hs(e,o,null),e}function lmn(t,e){var n,r;if(r=t.gc(),e==null){for(n=0;n<r;n++)if(t.Xb(n)==null)return n}else for(n=0;n<r;n++)if(Ci(e,t.Xb(n)))return n;return-1}function cot(t,e){var n,r,s;return n=e.ld(),s=e.md(),r=t.xc(n),!(!($t(s)===$t(r)||s!=null&&Ci(s,r))||r==null&&!t._b(n))}function hmn(t,e){var n,r,s;return e<=22?(n=t.l&(1<<e)-1,r=s=0):e<=44?(n=t.l,r=t.m&(1<<e-22)-1,s=0):(n=t.l,r=t.m,s=t.h&(1<<e-44)-1),ku(n,r,s)}function fmn(t,e){switch(e.g){case 1:return t.f.n.d+t.t;case 3:return t.f.n.a+t.t;case 2:return t.f.n.c+t.s;case 4:return t.f.n.b+t.s;default:return 0}}function dmn(t,e){var n,r;switch(r=e.c,n=e.a,t.b.g){case 0:n.d=t.e-r.a-r.d;break;case 1:n.d+=t.e;break;case 2:n.c=t.e-r.a-r.d;break;case 3:n.c=t.e+r.d}}function nxt(t,e,n,r){var s,o;this.a=e,this.c=r,s=t.a,p2t(this,new se(-s.c,-s.d)),Ei(this.b,n),o=r/2,e.a?p_(this.b,0,o):p_(this.b,o,0),pe(t.c,this)}function Wle(t,e,n,r){var s;this.c=t,this.d=e,s=new Qi,fs(s,n,s.c.b,s.c),this.a=s,this.b=u(K(r,(xc(),Mv)),88),this.e=Rt(Ht(K(r,bLt))),Npe(this)}function LH(){LH=V,Y1t=new j$(Zd,0),$Lt=new j$(o2e,1),zLt=new j$("EDGE_LENGTH_BY_POSITION",2),jLt=new j$("CROSSING_MINIMIZATION_BY_POSITION",3)}function uot(t,e){var n,r;if(n=u(Z4(t.g,e),27),n)return n;if(r=u(Z4(t.j,e),123),r)return r;throw nt(new Pd("Referenced shape does not exist: "+e))}function rxt(t,e){var n,r;if(At(e,253)){r=u(e,253);try{return n=t.Ed(r),n==0}catch(s){if(s=is(s),At(s,212))return!1;throw nt(s)}}return!1}function gmn(t,e){if(t.c==e)return t.d;if(t.d==e)return t.c;throw nt(new zn("Node 'one' must be either source or target of edge 'edge'."))}function pmn(t,e){if(t.c.i==e)return t.d.i;if(t.d.i==e)return t.c.i;throw nt(new zn("Node "+e+" is neither source nor target of edge "+t))}function bmn(t,e,n){n.Ug("Self-Loop ordering",1),xs(Go(Ai(Ai(lc(new ln(null,new gn(e.b,16)),new BB),new LQ),new MQ),new DQ),new wVt(t)),n.Vg()}function wmn(t,e){var n;switch(e.g){case 2:case 4:n=t.a,t.c.d.n.b<n.d.n.b&&(n=t.c),wp(t,e,(rd(),lft),n);break;case 1:case 3:wp(t,e,(rd(),Rk),null)}}function lot(t,e,n,r,s,o){var h,d,m,k,T;for(h=wvn(e,n,o),d=n==(ve(),Hn)||n==Gn?-1:1,k=t[n.g],T=0;T<k.length;T++)m=k[T],m>0&&(m+=s),k[T]=h,h+=d*(m+r)}function Yle(t){var e,n,r;for(r=t.f,t.n=Vt(wa,Io,28,r,15,1),t.d=Vt(wa,Io,28,r,15,1),e=0;e<r;e++)n=u(Oe(t.c.b,e),30),t.n[e]=xle(t,n),t.d[e]=dde(t,n)}function hot(t,e){var n,r,s;for(s=0,r=2;r<e;r<<=1)t.Db&r&&++s;if(s==0){for(n=e<<=1;n<=128;n<<=1)if(t.Db&n)return 0;return-1}else return s}function Xle(t,e){var n,r,s,o,h;for(h=Au(t.e.Dh(),e),o=null,n=u(t.g,124),s=0;s<t.i;++s)r=n[s],h.am(r.Lk())&&(!o&&(o=new V8),Mr(o,r));o&&mpe(t,o)}function Qle(t){var e,n,r;if(!t)return null;if(t.dc())return"";for(r=new hp,n=t.Kc();n.Ob();)e=n.Pb(),Lo(r,Gr(e)),r.a+=" ";return $rt(r,r.a.length-1)}function Jle(t,e){var n=new Array(e),r;switch(t){case 14:case 15:r=0;break;case 16:r=!1;break;default:return n}for(var s=0;s<e;++s)n[s]=r;return n}function Xm(t){var e,n,r;for(n=new J(t.a.b);n.a<n.c.c.length;)e=u(et(n),60),e.c.$b();dg(t.d)?r=t.a.c:r=t.a.d,Tu(r,new Cnt(t)),t.c.df(t),Dde(t)}function Zle(t){var e,n,r,s;for(n=new J(t.e.c);n.a<n.c.c.length;){for(e=u(et(n),289),s=new J(e.b);s.a<s.c.c.length;)r=u(et(s),453),Skt(r);o1e(e)}}function MH(t){var e,n,r,s,o;for(r=0,o=0,s=0,n=new J(t.a);n.a<n.c.c.length;)e=u(et(n),172),o=b.Math.max(o,e.r),r+=e.d+(s>0?t.c:0),++s;t.b=r,t.d=o}function the(t,e){var n;return n=ot(st(wa,1),Io,28,15,[X5t(t,(_1(),Tc),e),X5t(t,yu,e),X5t(t,Cc,e)]),t.f&&(n[0]=b.Math.max(n[0],n[2]),n[2]=n[0]),n}function mmn(t,e,n){var r;try{rV(t,e+t.j,n+t.k,!1,!0)}catch(s){throw s=is(s),At(s,77)?(r=s,nt(new No(r.g+TV+e+ro+n+")."))):nt(s)}}function vmn(t,e,n){var r;try{rV(t,e+t.j,n+t.k,!0,!1)}catch(s){throw s=is(s),At(s,77)?(r=s,nt(new No(r.g+TV+e+ro+n+")."))):nt(s)}}function ehe(t){var e;Ui(t,(Me(),Ev))&&(e=u(K(t,Ev),21),e.Hc((e3(),Qf))?(e.Mc(Qf),e.Fc(Jf)):e.Hc(Jf)&&(e.Mc(Jf),e.Fc(Qf)))}function nhe(t){var e;Ui(t,(Me(),Ev))&&(e=u(K(t,Ev),21),e.Hc((e3(),t1))?(e.Mc(t1),e.Fc(df)):e.Hc(df)&&(e.Mc(df),e.Fc(t1)))}function fot(t,e,n,r){var s,o,h,d;return t.a==null&&x3n(t,e),h=e.b.j.c.length,o=n.d.p,d=r.d.p,s=d-1,s<0&&(s=h-1),o<=s?t.a[s]-t.a[o]:t.a[h-1]-t.a[o]+t.a[s]}function ymn(t){var e,n;if(!t.b)for(t.b=aq(u(t.f,27).kh().i),n=new Zn(u(t.f,27).kh());n.e!=n.i.gc();)e=u(sr(n),135),pe(t.b,new Hnt(e));return t.b}function xmn(t){var e,n;if(!t.e)for(t.e=aq(Vit(u(t.f,27)).i),n=new Zn(Vit(u(t.f,27)));n.e!=n.i.gc();)e=u(sr(n),123),pe(t.e,new YUt(e));return t.e}function rhe(t){var e,n;if(!t.a)for(t.a=aq(Kz(u(t.f,27)).i),n=new Zn(Kz(u(t.f,27)));n.e!=n.i.gc();)e=u(sr(n),27),pe(t.a,new Qrt(t,e));return t.a}function Qm(t){var e;if(!t.C&&(t.D!=null||t.B!=null))if(e=c9n(t),e)t.hl(e);else try{t.hl(null)}catch(n){if(n=is(n),!At(n,63))throw nt(n)}return t.C}function kmn(t){switch(t.q.g){case 5:She(t,(ve(),Hn)),She(t,vr);break;case 4:Mge(t,(ve(),Hn)),Mge(t,vr);break;default:Ife(t,(ve(),Hn)),Ife(t,vr)}}function Emn(t){switch(t.q.g){case 5:Ahe(t,(ve(),Jn)),Ahe(t,Gn);break;case 4:Dge(t,(ve(),Jn)),Dge(t,Gn);break;default:Ofe(t,(ve(),Jn)),Ofe(t,Gn)}}function o5(t,e){var n,r,s;for(s=new Ea,r=t.Kc();r.Ob();)n=u(r.Pb(),36),P7(n,s.a,0),s.a+=n.f.a+e,s.b=b.Math.max(s.b,n.f.b);return s.b>0&&(s.b+=e),s}function DH(t,e){var n,r,s;for(s=new Ea,r=t.Kc();r.Ob();)n=u(r.Pb(),36),P7(n,0,s.b),s.b+=n.f.b+e,s.a=b.Math.max(s.a,n.f.a);return s.a>0&&(s.a+=e),s}function ihe(t){var e,n,r;for(r=ki,n=new J(t.a);n.a<n.c.c.length;)e=u(et(n),10),Ui(e,(ae(),Bi))&&(r=b.Math.min(r,u(K(e,Bi),17).a));return r}function she(t,e){var n,r;if(e.length==0)return 0;for(n=Hit(t.a,e[0],(ve(),Gn)),n+=Hit(t.a,e[e.length-1],Jn),r=0;r<e.length;r++)n+=a3n(t,r,e);return n}function ahe(){yS(),this.c=new ge,this.i=new ge,this.e=new Bd,this.f=new Bd,this.g=new Bd,this.j=new ge,this.a=new ge,this.b=new Er,this.k=new Er}function dot(t,e){var n,r;return t.Db>>16==6?t.Cb.Th(t,5,P1,e):(r=wo(u(Tn((n=u($n(t,16),29),n||t.ii()),t.Db>>16),19)),t.Cb.Th(t,r.n,r.f,e))}function Tmn(t){BE();var e=t.e;if(e&&e.stack){var n=e.stack,r=e+`
+`;return n.substring(0,r.length)==r&&(n=n.substring(r.length)),n.split(`
+`)}return[]}function Cmn(t){var e;return e=(coe(),Sve),e[t>>>28]|e[t>>24&15]<<4|e[t>>20&15]<<8|e[t>>16&15]<<12|e[t>>12&15]<<16|e[t>>8&15]<<20|e[t>>4&15]<<24|e[t&15]<<28}function ohe(t){var e,n,r;t.b==t.c&&(r=t.a.length,n=N4t(b.Math.max(8,r))<<1,t.b!=0?(e=Ff(t.a,n),Eoe(t,e,r),t.a=e,t.b=0):wy(t.a,n),t.c=r)}function _mn(t,e){var n;return n=t.b,n.pf((si(),Nl))?n.ag()==(ve(),Gn)?-n.Mf().a-Rt(Ht(n.of(Nl))):e+Rt(Ht(n.of(Nl))):n.ag()==(ve(),Gn)?-n.Mf().a:e}function wO(t){var e;return t.b.c.length!=0&&u(Oe(t.b,0),72).a?u(Oe(t.b,0),72).a:(e=Uit(t),e??""+(t.c?Wo(t.c.a,t,0):-1))}function IH(t){var e;return t.f.c.length!=0&&u(Oe(t.f,0),72).a?u(Oe(t.f,0),72).a:(e=Uit(t),e??""+(t.i?Wo(t.i.j,t,0):-1))}function Smn(t,e){var n,r;if(e<0||e>=t.gc())return null;for(n=e;n<t.gc();++n)if(r=u(t.Xb(n),131),n==t.gc()-1||!r.o)return new Ys(fe(n),r);return null}function Amn(t,e,n){var r,s,o,h,d;for(o=t.c,d=n?e:t,r=n?t:e,s=d.p+1;s<r.p;++s)if(h=u(Oe(o.a,s),10),!(h.k==(Un(),fd)||nvn(h)))return!1;return!0}function ixt(t){var e,n,r,s,o;for(o=0,s=Vs,r=0,n=new J(t.a);n.a<n.c.c.length;)e=u(et(n),172),o+=e.r+(r>0?t.c:0),s=b.Math.max(s,e.d),++r;t.e=o,t.b=s}function Lmn(t){var e,n;if(!t.b)for(t.b=aq(u(t.f,123).kh().i),n=new Zn(u(t.f,123).kh());n.e!=n.i.gc();)e=u(sr(n),135),pe(t.b,new Hnt(e));return t.b}function Mmn(t,e){var n,r,s;if(e.dc())return TE(),TE(),$N;for(n=new VJt(t,e.gc()),s=new Zn(t);s.e!=s.i.gc();)r=sr(s),e.Hc(r)&&Mr(n,r);return n}function sxt(t,e,n,r){return e==0?r?(!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),t.o):(!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),II(t.o)):EH(t,e,n,r)}function got(t){var e,n;if(t.rb)for(e=0,n=t.rb.i;e<n;++e)eI(Lt(t.rb,e));if(t.vb)for(e=0,n=t.vb.i;e<n;++e)eI(Lt(t.vb,e));x_((rl(),Fa),t),t.Bb|=1}function Wi(t,e,n,r,s,o,h,d,m,k,T,A,N,j){return zfe(t,e,r,null,s,o,h,d,m,k,N,!0,j),w5t(t,T),At(t.Cb,90)&&t3(Sl(u(t.Cb,90)),2),n&&b4t(t,n),m5t(t,A),t}function Dmn(t){var e,n;if(t==null)return null;n=0;try{n=oh(t,Va,ki)&js}catch(r){if(r=is(r),At(r,130))e=Tq(t),n=e[0];else throw nt(r)}return KI(n)}function Imn(t){var e,n;if(t==null)return null;n=0;try{n=oh(t,Va,ki)&js}catch(r){if(r=is(r),At(r,130))e=Tq(t),n=e[0];else throw nt(r)}return KI(n)}function Omn(t,e){var n,r,s;return s=t.h-e.h,s<0||(n=t.l-e.l,r=t.m-e.m+(n>>22),s+=r>>22,s<0)?!1:(t.l=n&Il,t.m=r&Il,t.h=s&Og,!0)}function pot(t,e,n,r,s,o,h){var d,m;return!(e.Te()&&(m=t.a.Ne(n,r),m<0||!s&&m==0)||e.Ue()&&(d=t.a.Ne(n,o),d>0||!h&&d==0))}function Pmn(t,e){h7();var n;if(n=t.j.g-e.j.g,n!=0)return 0;switch(t.j.g){case 2:return Nat(e,o_t)-Nat(t,o_t);case 4:return Nat(t,a_t)-Nat(e,a_t)}return 0}function Nmn(t){switch(t.g){case 0:return Cft;case 1:return _ft;case 2:return Sft;case 3:return Aft;case 4:return wG;case 5:return Lft;default:return null}}function $o(t,e,n){var r,s;return r=(s=new Bnt,rw(s,e),wu(s,n),Mr((!t.c&&(t.c=new Jt(Iv,t,12,10)),t.c),s),s),Tp(r,0),Hy(r,1),Lp(r,!0),Ap(r,!0),r}function fk(t,e){var n,r;if(e>=t.i)throw nt(new Rrt(e,t.i));return++t.j,n=t.g[e],r=t.i-e-1,r>0&&Wc(t.g,e+1,t.g,e,r),hs(t.g,--t.i,null),t.Qi(e,n),t.Ni(),n}function che(t,e){var n,r;return t.Db>>16==17?t.Cb.Th(t,21,pf,e):(r=wo(u(Tn((n=u($n(t,16),29),n||t.ii()),t.Db>>16),19)),t.Cb.Th(t,r.n,r.f,e))}function Fmn(t){var e,n,r,s;for(wn(),Ms(t.c,t.a),s=new J(t.c);s.a<s.c.c.length;)for(r=et(s),n=new J(t.b);n.a<n.c.c.length;)e=u(et(n),693),e.bf(r)}function Bmn(t){var e,n,r,s;for(wn(),Ms(t.c,t.a),s=new J(t.c);s.a<s.c.c.length;)for(r=et(s),n=new J(t.b);n.a<n.c.c.length;)e=u(et(n),382),e.bf(r)}function Rmn(t){var e,n,r,s,o;for(s=ki,o=null,r=new J(t.d);r.a<r.c.c.length;)n=u(et(r),218),n.d.j^n.e.j&&(e=n.e.e-n.d.e-n.a,e<s&&(s=e,o=n));return o}function axt(){axt=V,k3e=new un(P8t,(Nn(),!1)),v3e=new un(N8t,100),sCt=(R_(),Yht),y3e=new un(F8t,sCt),x3e=new un(B8t,Jd),E3e=new un(R8t,fe(ki))}function uhe(t,e,n){var r,s,o,h,d,m,k,T;for(k=0,s=t.a[e],o=0,h=s.length;o<h;++o)for(r=s[o],T=J_(r,n),m=T.Kc();m.Ob();)d=u(m.Pb(),12),di(t.f,d,fe(k++))}function jmn(t,e,n){var r,s,o,h;if(n)for(s=n.a.length,r=new q2(s),h=(r.b-r.a)*r.c<0?(vb(),p2):new kb(r);h.Ob();)o=u(h.Pb(),17),dn(t,e,pk($y(n,o.a)))}function $mn(t,e,n){var r,s,o,h;if(n)for(s=n.a.length,r=new q2(s),h=(r.b-r.a)*r.c<0?(vb(),p2):new kb(r);h.Ob();)o=u(h.Pb(),17),dn(t,e,pk($y(n,o.a)))}function oxt(t){jb();var e;return e=u(uS(q6(t.k),Vt(go,$c,64,2,0,1)),126),HE(e,0,e.length,null),e[0]==(ve(),Hn)&&e[1]==Gn&&(hs(e,0,Gn),hs(e,1,Hn)),e}function lhe(t,e,n){var r,s,o;return s=A6n(t,e,n),o=X6t(t,s),Ist(t.b),fst(t,e,n),wn(),Ms(s,new eUt(t)),r=X6t(t,s),Ist(t.b),fst(t,n,e),new Ys(fe(o),fe(r))}function hhe(){hhe=V,G6e=ri(new Fs,(Ha(),Qo),(Ja(),pA)),JG=new os("linearSegments.inputPrio",fe(0)),ZG=new os("linearSegments.outputPrio",fe(0))}function dk(){dk=V,tK=new B$("P1_TREEIFICATION",0),RA=new B$("P2_NODE_ORDERING",1),jA=new B$("P3_NODE_PLACEMENT",2),$A=new B$("P4_EDGE_ROUTING",3)}function zmn(t){var e,n,r,s;for(n=0,e=0,s=new Zn(t);s.e!=s.i.gc();)r=u(sr(s),27),n=b.Math.max(r.g+r.i,n),e=b.Math.max(r.f+r.j,e);return new se(n,e)}function qmn(t,e){var n,r,s,o;for(o=0,r=new J(t);r.a<r.c.c.length;)n=u(et(r),27),o+=b.Math.pow(n.g*n.f-e,2);return s=b.Math.sqrt(o/(t.c.length-1)),s}function ah(){ah=V,AN=new z$("UNKNOWN",0),V0=new z$("ABOVE",1),a2=new z$("BELOW",2),SN=new z$("INLINE",3),new os("org.eclipse.elk.labelSide",AN)}function fhe(t,e){var n;if(t.Yi()&&e!=null){for(n=0;n<t.i;++n)if(Ci(e,t.g[n]))return n}else for(n=0;n<t.i;++n)if($t(t.g[n])===$t(e))return n;return-1}function Hmn(t,e,n){var r,s;return e.c==(xo(),xu)&&n.c==vl?-1:e.c==vl&&n.c==xu?1:(r=Zce(e.a,t.a),s=Zce(n.a,t.a),e.c==xu?s-r:r-s)}function Xy(t,e,n){if(n&&(e<0||e>n.a.c.length))throw nt(new zn("index must be >= 0 and <= layer node count"));t.c&&$u(t.c.a,t),t.c=n,n&&Cm(n.a,e,t)}function dhe(t,e){var n,r,s;for(r=new nr(ir(Sg(t).a.Kc(),new q));Sr(r);)return n=u(lr(r),18),s=u(e.Kb(n),10),new CC(Hr(s.n.b+s.o.b/2));return NC(),NC(),fht}function ghe(t,e){this.c=new Er,this.a=t,this.b=e,this.d=u(K(t,(ae(),H5)),312),$t(K(t,(Me(),USt)))===$t((FI(),mG))?this.e=new uKt:this.e=new cKt}function lS(t,e){var n,r;return r=null,t.pf((si(),Xk))&&(n=u(t.of(Xk),96),n.pf(e)&&(r=n.of(e))),r==null&&t.Tf()&&(r=t.Tf().of(e)),r==null&&(r=_e(e)),r}function bot(t,e){var n,r;n=t.fd(e);try{return r=n.Pb(),n.Qb(),r}catch(s){throw s=is(s),At(s,112)?nt(new No("Can't remove element "+e)):nt(s)}}function Vmn(t,e){var n,r,s;if(r=new b$,s=new R4t(r.q.getFullYear()-Hb,r.q.getMonth(),r.q.getDate()),n=e7n(t,e,s),n==0||n<e.length)throw nt(new zn(e));return s}function cxt(t,e){var n,r,s;for(Wn(e),qmt(e!=t),s=t.b.c.length,r=e.Kc();r.Ob();)n=r.Pb(),pe(t.b,Wn(n));return s!=t.b.c.length?(K4t(t,0),!0):!1}function mO(){mO=V,uCt=(si(),kN),new Ta(Tdt,(Nn(),!0)),C3e=Ow,_3e=ox,S3e=s2,T3e=ax,hCt=EN,A3e=j3,cCt=(axt(),k3e),aCt=y3e,oCt=x3e,lCt=E3e,VU=v3e}function Umn(t,e){if(e==t.c)return t.d;if(e==t.d)return t.c;throw nt(new zn("'port' must be either the source port or target port of the edge."))}function Gmn(t,e,n){var r,s;switch(s=t.o,r=t.d,e.g){case 1:return-r.d-n;case 3:return s.b+r.a+n;case 2:return s.a+r.c+n;case 4:return-r.b-n;default:return 0}}function uxt(t,e,n,r){var s,o,h,d;for(Ca(e,u(r.Xb(0),30)),d=r.kd(1,r.gc()),o=u(n.Kb(e),20).Kc();o.Ob();)s=u(o.Pb(),18),h=s.c.i==e?s.d.i:s.c.i,uxt(t,h,n,d)}function phe(t){var e;return e=new Er,Ui(t,(ae(),qft))?u(K(t,qft),85):(xs(Ai(new ln(null,new gn(t.j,16)),new zQ),new kVt(e)),Zt(t,qft,e),e)}function bhe(t,e){var n,r,s,o,h;for(r=0,s=0,n=0,h=new J(t);h.a<h.c.c.length;)o=u(et(h),186),r=b.Math.max(r,o.e),s+=o.b+(n>0?e:0),++n;return new se(r,s)}function lxt(t,e){var n,r;return t.Db>>16==6?t.Cb.Th(t,6,Cs,e):(r=wo(u(Tn((n=u($n(t,16),29),n||(jc(),NK)),t.Db>>16),19)),t.Cb.Th(t,r.n,r.f,e))}function hxt(t,e){var n,r;return t.Db>>16==7?t.Cb.Th(t,1,NN,e):(r=wo(u(Tn((n=u($n(t,16),29),n||(jc(),dIt)),t.Db>>16),19)),t.Cb.Th(t,r.n,r.f,e))}function fxt(t,e){var n,r;return t.Db>>16==9?t.Cb.Th(t,9,wi,e):(r=wo(u(Tn((n=u($n(t,16),29),n||(jc(),pIt)),t.Db>>16),19)),t.Cb.Th(t,r.n,r.f,e))}function whe(t,e){var n,r;return t.Db>>16==5?t.Cb.Th(t,9,VK,e):(r=wo(u(Tn((n=u($n(t,16),29),n||(bn(),Qp)),t.Db>>16),19)),t.Cb.Th(t,r.n,r.f,e))}function mhe(t,e){var n,r;return t.Db>>16==7?t.Cb.Th(t,6,P1,e):(r=wo(u(Tn((n=u($n(t,16),29),n||(bn(),Zp)),t.Db>>16),19)),t.Cb.Th(t,r.n,r.f,e))}function dxt(t,e){var n,r;return t.Db>>16==3?t.Cb.Th(t,0,BN,e):(r=wo(u(Tn((n=u($n(t,16),29),n||(bn(),Xp)),t.Db>>16),19)),t.Cb.Th(t,r.n,r.f,e))}function vhe(){this.a=new aC,this.g=new AH,this.j=new AH,this.b=new Er,this.d=new AH,this.i=new AH,this.k=new Er,this.c=new Er,this.e=new Er,this.f=new Er}function Kmn(t,e,n){var r,s,o;for(n<0&&(n=0),o=t.i,s=n;s<o;s++)if(r=Lt(t,s),e==null){if(r==null)return s}else if($t(e)===$t(r)||Ci(e,r))return s;return-1}function Wmn(t,e){var n,r;return n=e.qi(t.a),n?(r=Gr(S1((!n.b&&(n.b=new Hl((bn(),po),Sc,n)),n.b),xU)),hn(_P,r)?x_(t,nh(e.qk())):r):null}function T7(t,e){var n,r;if(e){if(e==t)return!0;for(n=0,r=u(e,54).Ph();r&&r!=e;r=r.Ph()){if(++n>eut)return T7(t,r);if(r==t)return!0}}return!1}function Ymn(t){switch(az(),t.q.g){case 5:n1e(t,(ve(),Hn)),n1e(t,vr);break;case 4:rde(t,(ve(),Hn)),rde(t,vr);break;default:ape(t,(ve(),Hn)),ape(t,vr)}}function Xmn(t){switch(az(),t.q.g){case 5:x1e(t,(ve(),Jn)),x1e(t,Gn);break;case 4:Cle(t,(ve(),Jn)),Cle(t,Gn);break;default:ope(t,(ve(),Jn)),ope(t,Gn)}}function Qmn(t){var e,n;e=u(K(t,(Vf(),f3e)),17),e?(n=e.a,n==0?Zt(t,(Mb(),HU),new jat):Zt(t,(Mb(),HU),new lq(n))):Zt(t,(Mb(),HU),new lq(1))}function Jmn(t,e){var n;switch(n=t.i,e.g){case 1:return-(t.n.b+t.o.b);case 2:return t.n.a-n.o.a;case 3:return t.n.b-n.o.b;case 4:return-(t.n.a+t.o.a)}return 0}function Zmn(t,e){switch(t.g){case 0:return e==(Ph(),t2)?uG:lG;case 1:return e==(Ph(),t2)?uG:HP;case 2:return e==(Ph(),t2)?HP:lG;default:return HP}}function vO(t,e){var n,r,s;for($u(t.a,e),t.e-=e.r+(t.a.c.length==0?0:t.c),s=y7t,r=new J(t.a);r.a<r.c.c.length;)n=u(et(r),172),s=b.Math.max(s,n.d);t.b=s}function gxt(t,e){var n,r;return t.Db>>16==3?t.Cb.Th(t,12,wi,e):(r=wo(u(Tn((n=u($n(t,16),29),n||(jc(),fIt)),t.Db>>16),19)),t.Cb.Th(t,r.n,r.f,e))}function pxt(t,e){var n,r;return t.Db>>16==11?t.Cb.Th(t,10,wi,e):(r=wo(u(Tn((n=u($n(t,16),29),n||(jc(),gIt)),t.Db>>16),19)),t.Cb.Th(t,r.n,r.f,e))}function yhe(t,e){var n,r;return t.Db>>16==10?t.Cb.Th(t,11,pf,e):(r=wo(u(Tn((n=u($n(t,16),29),n||(bn(),Jp)),t.Db>>16),19)),t.Cb.Th(t,r.n,r.f,e))}function xhe(t,e){var n,r;return t.Db>>16==10?t.Cb.Th(t,12,bf,e):(r=wo(u(Tn((n=u($n(t,16),29),n||(bn(),K3)),t.Db>>16),19)),t.Cb.Th(t,r.n,r.f,e))}function rf(t){var e;return!(t.Bb&1)&&t.r&&t.r.Vh()&&(e=u(t.r,54),t.r=u(Pb(t,e),142),t.r!=e&&t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,9,8,e,t.r))),t.r}function wot(t,e,n){var r;return r=ot(st(wa,1),Io,28,15,[zxt(t,(_1(),Tc),e,n),zxt(t,yu,e,n),zxt(t,Cc,e,n)]),t.f&&(r[0]=b.Math.max(r[0],r[2]),r[2]=r[0]),r}function tvn(t,e){var n,r,s;if(s=Twn(t,e),s.c.length!=0)for(Ms(s,new vQ),n=s.c.length,r=0;r<n;r++)L7(t,(mn(r,s.c.length),u(s.c[r],292)),Ekn(t,s,r))}function evn(t){var e,n,r,s;for(s=u(Mi(t.a,(Qy(),hG)),15).Kc();s.Ob();)for(r=u(s.Pb(),105),n=q6(r.k).Kc();n.Ob();)e=u(n.Pb(),64),DE(t,r,e,(Hm(),Jb),1)}function nvn(t){var e,n;if(t.k==(Un(),ha)){for(n=new nr(ir(Sg(t).a.Kc(),new q));Sr(n);)if(e=u(lr(n),18),!ho(e)&&t.c==kxt(e,t).c)return!0}return!1}function rvn(t){var e,n;if(t.k==(Un(),ha)){for(n=new nr(ir(Sg(t).a.Kc(),new q));Sr(n);)if(e=u(lr(n),18),!ho(e)&&e.c.i.c==e.d.i.c)return!0}return!1}function ivn(t,e){var n,r,s,o,h;if(e)for(s=e.a.length,n=new q2(s),h=(n.b-n.a)*n.c<0?(vb(),p2):new kb(n);h.Ob();)o=u(h.Pb(),17),r=jE(e,o.a),r&&X1e(t,r)}function svn(){xwt();var t,e;for(GCn((Tb(),Fn)),FCn(Fn),got(Fn),LIt=(bn(),yd),e=new J(RIt);e.a<e.c.c.length;)t=u(et(e),248),$7(t,yd,null);return!0}function bxt(t,e){var n,r,s,o,h,d,m,k;return m=t.h>>19,k=e.h>>19,m!=k?k-m:(s=t.h,d=e.h,s!=d?s-d:(r=t.m,h=e.m,r!=h?r-h:(n=t.l,o=e.l,n-o)))}function OH(){OH=V,M9t=(eV(),Nht),L9t=new un(g8t,M9t),A9t=(_q(),Pht),S9t=new un(p8t,A9t),_9t=(vH(),Oht),C9t=new un(b8t,_9t),T9t=new un(w8t,(Nn(),!0))}function hS(t,e,n){var r,s;r=e*n,At(t.g,154)?(s=J6(t),s.f.d?s.f.a||(t.d.a+=r+cd):(t.d.d-=r+cd,t.d.a+=r+cd)):At(t.g,10)&&(t.d.d-=r,t.d.a+=2*r)}function khe(t,e,n){var r,s,o,h,d;for(s=t[n.g],d=new J(e.d);d.a<d.c.c.length;)h=u(et(d),105),o=h.i,o&&o.i==n&&(r=h.d[n.g],s[r]=b.Math.max(s[r],o.j.b))}function avn(t,e){var n,r,s,o,h;for(r=0,s=0,n=0,h=new J(e.d);h.a<h.c.c.length;)o=u(et(h),315),MH(o),r=b.Math.max(r,o.b),s+=o.d+(n>0?t.b:0),++n;e.b=r,e.e=s}function Ehe(t){var e,n,r;if(r=t.b,gYt(t.i,r.length)){for(n=r.length*2,t.b=Vt(bht,JO,302,n,0,1),t.c=Vt(bht,JO,302,n,0,1),t.f=n-1,t.i=0,e=t.a;e;e=e.c)AO(t,e,e);++t.g}}function ovn(t,e,n,r){var s,o,h,d;for(s=0;s<e.o;s++)for(o=s-e.j+n,h=0;h<e.p;h++)d=h-e.k+r,a5(e,s,h)?tmn(t,o,d)||mmn(t,o,d):Gle(e,s,h)&&(qle(t,o,d)||vmn(t,o,d))}function fS(t,e){return t.b.a=b.Math.min(t.b.a,e.c),t.b.b=b.Math.min(t.b.b,e.d),t.a.a=b.Math.max(t.a.a,e.c),t.a.b=b.Math.max(t.a.b,e.d),In(t.c,e),!0}function cvn(t,e,n){var r;r=e.c.i,r.k==(Un(),ha)?(Zt(t,(ae(),I1),u(K(r,I1),12)),Zt(t,hf,u(K(r,hf),12))):(Zt(t,(ae(),I1),e.c),Zt(t,hf,n.d))}function C7(t,e,n){g5();var r,s,o,h,d,m;return h=e/2,o=n/2,r=b.Math.abs(t.a),s=b.Math.abs(t.b),d=1,m=1,r>h&&(d=h/r),s>o&&(m=o/s),Rd(t,b.Math.min(d,m)),t}function uvn(){oV();var t,e;try{if(e=u(_xt((mb(),wf),cT),2113),e)return e}catch(n){if(n=is(n),At(n,103))t=n,pyt((Ur(),t));else throw nt(n)}return new BR}function lvn(){oV();var t,e;try{if(e=u(_xt((mb(),wf),cf),2040),e)return e}catch(n){if(n=is(n),At(n,103))t=n,pyt((Ur(),t));else throw nt(n)}return new WR}function hvn(){Ose();var t,e;try{if(e=u(_xt((mb(),wf),vw),2122),e)return e}catch(n){if(n=is(n),At(n,103))t=n,pyt((Ur(),t));else throw nt(n)}return new pC}function fvn(t,e,n){var r,s;return s=t.e,t.e=e,t.Db&4&&!(t.Db&1)&&(r=new la(t,1,4,s,e),n?n.nj(r):n=r),s!=e&&(e?n=$7(t,GH(t,e),n):n=$7(t,t.a,n)),n}function The(){b$.call(this),this.e=-1,this.a=!1,this.p=Va,this.k=-1,this.c=-1,this.b=-1,this.g=!1,this.f=-1,this.j=-1,this.n=-1,this.i=-1,this.d=-1,this.o=Va}function dvn(t,e){var n,r,s;if(r=t.b.d.d,t.a||(r+=t.b.d.a),s=e.b.d.d,e.a||(s+=e.b.d.a),n=ji(r,s),n==0){if(!t.a&&e.a)return-1;if(!e.a&&t.a)return 1}return n}function gvn(t,e){var n,r,s;if(r=t.b.b.d,t.a||(r+=t.b.b.a),s=e.b.b.d,e.a||(s+=e.b.b.a),n=ji(r,s),n==0){if(!t.a&&e.a)return-1;if(!e.a&&t.a)return 1}return n}function pvn(t,e){var n,r,s;if(r=t.b.g.d,t.a||(r+=t.b.g.a),s=e.b.g.d,e.a||(s+=e.b.g.a),n=ji(r,s),n==0){if(!t.a&&e.a)return-1;if(!e.a&&t.a)return 1}return n}function wxt(){wxt=V,M3e=tl(ri(ri(ri(new Fs,(Ha(),ou),(Ja(),GCt)),ou,KCt),Qo,WCt),Qo,NCt),I3e=ri(ri(new Fs,ou,ACt),ou,FCt),D3e=tl(new Fs,Qo,RCt)}function bvn(t){var e,n,r,s,o;for(e=u(K(t,(ae(),xA)),85),o=t.n,r=e.Cc().Kc();r.Ob();)n=u(r.Pb(),314),s=n.i,s.c+=o.a,s.d+=o.b,n.c?Vde(n):Ude(n);Zt(t,xA,null)}function wvn(t,e,n){var r,s;switch(s=t.b,r=s.d,e.g){case 1:return-r.d-n;case 2:return s.o.a+r.c+n;case 3:return s.o.b+r.a+n;case 4:return-r.b-n;default:return-1}}function mvn(t,e,n){var r,s;for(n.Ug("Interactive node placement",1),t.a=u(K(e,(ae(),H5)),312),s=new J(e.b);s.a<s.c.c.length;)r=u(et(s),30),lkn(t,r);n.Vg()}function vvn(t){var e,n,r,s,o;if(r=0,s=E5,t.b)for(e=0;e<360;e++)n=e*.017453292519943295,dkt(t,t.d,0,0,pw,n),o=t.b.Dg(t.d),o<s&&(r=n,s=o);dkt(t,t.d,0,0,pw,r)}function yvn(t,e){var n,r,s,o;for(o=new Er,e.e=null,e.f=null,r=new J(e.i);r.a<r.c.c.length;)n=u(et(r),68),s=u(tr(t.g,n.a),42),n.a=Fz(n.b),di(o,n.a,s);t.g=o}function xvn(t,e,n){var r,s,o,h,d,m;for(s=e-t.e,o=s/t.d.c.length,h=0,m=new J(t.d);m.a<m.c.c.length;)d=u(et(m),315),r=t.b-d.b+n,Kue(d,d.e+h*o,d.f),rmn(d,o,r),++h}function Che(t){var e;if(t.f._j(),t.b!=-1){if(++t.b,e=t.f.d[t.a],t.b<e.i)return;++t.a}for(;t.a<t.f.d.length;++t.a)if(e=t.f.d[t.a],e&&e.i!=0){t.b=0;return}t.b=-1}function kvn(t,e){var n,r,s;for(s=e.c.length,n=T4n(t,s==0?"":(mn(0,e.c.length),Gr(e.c[0]))),r=1;r<s&&n;++r)n=u(n,54).Zh((mn(r,e.c.length),Gr(e.c[r])));return n}function _he(t,e){var n,r;for(r=new J(e);r.a<r.c.c.length;)n=u(et(r),10),t.c[n.c.p][n.p].a=Yvt(t.i),t.c[n.c.p][n.p].d=Rt(t.c[n.c.p][n.p].a),t.c[n.c.p][n.p].b=1}function Evn(t,e){var n,r,s,o;for(o=0,r=new J(t);r.a<r.c.c.length;)n=u(et(r),163),o+=b.Math.pow(Zu(n)*Vl(n)-e,2);return s=b.Math.sqrt(o/(t.c.length-1)),s}function She(t,e){var n,r,s,o;for(o=0,s=u(u(Mi(t.r,e),21),87).Kc();s.Ob();)r=u(s.Pb(),117),o=b.Math.max(o,r.e.a+r.b.Mf().a);n=u(Mo(t.b,e),127),n.n.b=0,n.a.a=o}function Ahe(t,e){var n,r,s,o;for(n=0,o=u(u(Mi(t.r,e),21),87).Kc();o.Ob();)s=u(o.Pb(),117),n=b.Math.max(n,s.e.b+s.b.Mf().b);r=u(Mo(t.b,e),127),r.n.d=0,r.a.b=n}function Lhe(t,e,n,r){var s,o,h;return o=s8n(t,e,n,r),h=ikt(t,o),Sot(t,e,n,r),Ist(t.b),wn(),Ms(o,new nUt(t)),s=ikt(t,o),Sot(t,n,e,r),Ist(t.b),new Ys(fe(h),fe(s))}function Tvn(t,e){var n;e.Ug("Delaunay triangulation",1),n=new ge,Tu(t.i,new RUt(n)),Ie(De(K(t,(n7(),dA)))),t.e?Aa(t.e,Tpe(n)):t.e=Tpe(n),e.Vg()}function Cvn(t,e,n){var r,s;for(QD(t,t.j+e,t.k+n),s=new Zn((!t.a&&(t.a=new Ns(bh,t,5)),t.a));s.e!=s.i.gc();)r=u(sr(s),377),qrt(r,r.a+e,r.b+n);XD(t,t.b+e,t.c+n)}function mxt(t,e,n,r){switch(n){case 7:return!t.e&&(t.e=new En(Cs,t,7,4)),mu(t.e,e,r);case 8:return!t.d&&(t.d=new En(Cs,t,8,5)),mu(t.d,e,r)}return Tot(t,e,n,r)}function vxt(t,e,n,r){switch(n){case 7:return!t.e&&(t.e=new En(Cs,t,7,4)),no(t.e,e,r);case 8:return!t.d&&(t.d=new En(Cs,t,8,5)),no(t.d,e,r)}return oat(t,e,n,r)}function _vn(t,e,n){var r,s,o,h,d;if(n)for(o=n.a.length,r=new q2(o),d=(r.b-r.a)*r.c<0?(vb(),p2):new kb(r);d.Ob();)h=u(d.Pb(),17),s=jE(n,h.a),s&&e1e(t,s,e)}function yO(t,e,n){var r,s,o,h,d;return t._j(),o=e==null?0:Hi(e),t.f>0&&(h=(o&ki)%t.d.length,s=v6t(t,h,o,e),s)?(d=s.nd(n),d):(r=t.ck(o,e,n),t.c.Fc(r),null)}function yxt(t,e){var n,r,s,o;switch(Sp(t,e).Kl()){case 3:case 2:{for(n=b5(e),s=0,o=n.i;s<o;++s)if(r=u(Lt(n,s),35),Im(Ro(t,r))==5)return r;break}}return null}function Svn(t){var e,n,r,s,o;if(gYt(t.f,t.b.length))for(r=Vt(yve,JO,227,t.b.length*2,0,1),t.b=r,s=r.length-1,n=t.a;n!=t;n=n._d())o=u(n,227),e=o.d&s,o.a=r[e],r[e]=o}function Avn(t){var e,n;return n=u(K(t,(ae(),uu)),21),e=J$(cke),n.Hc((ko(),j5))&&sh(e,hke),n.Hc(yA)&&sh(e,fke),n.Hc(CT)&&sh(e,uke),n.Hc(_T)&&sh(e,lke),e}function xxt(t){if(t<0)throw nt(new zn("The input must be positive"));return t<UMt.length?W2(UMt[t]):b.Math.sqrt(pw*t)*(ibn(t,t)/n5t(2.718281828459045,t))}function _7(t,e){var n;if(t.Yi()&&e!=null){for(n=0;n<t.i;++n)if(Ci(e,t.g[n]))return!0}else for(n=0;n<t.i;++n)if($t(t.g[n])===$t(e))return!0;return!1}function Lvn(t,e){if(e==null){for(;t.a.Ob();)if(u(t.a.Pb(),44).md()==null)return!0}else for(;t.a.Ob();)if(Ci(e,u(t.a.Pb(),44).md()))return!0;return!1}function Mvn(t,e){var n,r,s;return e===t?!0:At(e,678)?(s=u(e,2046),ale((r=t.g,r||(t.g=new eE(t))),(n=s.g,n||(s.g=new eE(s))))):!1}function Dvn(t){var e,n,r,s;for(e="gA",n="vz",s=b.Math.min(t.length,5),r=s-1;r>=0;r--)if(hn(t[r].d,e)||hn(t[r].d,n)){t.length>=r+1&&t.splice(0,r+1);break}return t}function xO(t,e){var n;return Zo(t)&&Zo(e)&&(n=t/e,eP<n&&n<lw)?n<0?b.Math.ceil(n):b.Math.floor(n):Db(Okt(Zo(t)?tf(t):t,Zo(e)?tf(e):e,!1))}function kxt(t,e){if(e==t.c.i)return t.d.i;if(e==t.d.i)return t.c.i;throw nt(new zn("'node' must either be the source node or target node of the edge."))}function Ivn(t){var e,n,r,s;if(s=u(K(t,(ae(),B_t)),36),s){for(r=new Ea,e=Ia(t.c.i);e!=s;)n=e.e,e=Ia(n),Em(Ei(Ei(r,n.n),e.c),e.d.b,e.d.d);return r}return X3e}function Ovn(t){var e;e=u(K(t,(ae(),xv)),337),xs(lc(new ln(null,new gn(e.d,16)),new FQ),new bVt(t)),xs(Ai(new ln(null,new gn(e.d,16)),new $B),new mVt(t))}function mot(t,e){var n,r,s,o;for(s=e?As(t):ca(t),r=new nr(ir(s.a.Kc(),new q));Sr(r);)if(n=u(lr(r),18),o=kxt(n,t),o.k==(Un(),ha)&&o.c!=t.c)return o;return null}function Pvn(t){var e,n,r;for(n=new J(t.p);n.a<n.c.c.length;)e=u(et(n),10),e.k==(Un(),Ts)&&(r=e.o.b,t.i=b.Math.min(t.i,r),t.g=b.Math.max(t.g,r))}function Mhe(t,e,n){var r,s,o;for(o=new J(e);o.a<o.c.c.length;)r=u(et(o),10),t.c[r.c.p][r.p].e=!1;for(s=new J(e);s.a<s.c.c.length;)r=u(et(s),10),jkt(t,r,n)}function vot(t,e,n){var r,s;r=r5(e.j,n.s,n.c)+r5(n.e,e.s,e.c),s=r5(n.j,e.s,e.c)+r5(e.e,n.s,n.c),r==s?r>0&&(t.b+=2,t.a+=r):(t.b+=1,t.a+=b.Math.min(r,s))}function Dhe(t){var e;e=u(K(u(Nh(t.b,0),39),(xc(),dLt)),107),Zt(t,(zi(),RT),new se(0,0)),E0e(new MI,t,e.b+e.c-Rt(Ht(K(t,M1t))),e.d+e.a-Rt(Ht(K(t,D1t))))}function Ihe(t,e){var n,r;if(r=!1,pa(e)&&(r=!0,G6(t,new Oy(Gr(e)))),r||At(e,242)&&(r=!0,G6(t,(n=gvt(u(e,242)),new _C(n)))),!r)throw nt(new Unt(bTt))}function Nvn(t,e,n,r){var s,o,h;return s=new xg(t.e,1,10,(h=e.c,At(h,90)?u(h,29):(bn(),mf)),(o=n.c,At(o,90)?u(o,29):(bn(),mf)),Ip(t,e),!1),r?r.nj(s):r=s,r}function Ext(t){var e,n;switch(u(K(Ia(t),(Me(),RSt)),429).g){case 0:return e=t.n,n=t.o,new se(e.a+n.a/2,e.b+n.b/2);case 1:return new eo(t.n);default:return null}}function kO(){kO=V,vG=new ZC(Zd,0),E_t=new ZC("LEFTUP",1),C_t=new ZC("RIGHTUP",2),k_t=new ZC("LEFTDOWN",3),T_t=new ZC("RIGHTDOWN",4),Mft=new ZC("BALANCED",5)}function Fvn(t,e,n){var r,s,o;if(r=ji(t.a[e.p],t.a[n.p]),r==0){if(s=u(K(e,(ae(),qk)),15),o=u(K(n,qk),15),s.Hc(n))return-1;if(o.Hc(e))return 1}return r}function Bvn(t){switch(t.g){case 1:return new dtt;case 2:return new gtt;case 3:return new ftt;case 0:return null;default:throw nt(new zn(wlt+(t.f!=null?t.f:""+t.g)))}}function Txt(t,e,n){switch(e){case 1:!t.n&&(t.n=new Jt(Oo,t,1,7)),Lr(t.n),!t.n&&(t.n=new Jt(Oo,t,1,7)),bs(t.n,u(n,16));return;case 2:ZE(t,Gr(n));return}V4t(t,e,n)}function Cxt(t,e,n){switch(e){case 3:$m(t,Rt(Ht(n)));return;case 4:zm(t,Rt(Ht(n)));return;case 5:Cu(t,Rt(Ht(n)));return;case 6:_u(t,Rt(Ht(n)));return}Txt(t,e,n)}function PH(t,e,n){var r,s,o;o=(r=new Bnt,r),s=sd(o,e,null),s&&s.oj(),wu(o,n),Mr((!t.c&&(t.c=new Jt(Iv,t,12,10)),t.c),o),Tp(o,0),Hy(o,1),Lp(o,!0),Ap(o,!0)}function _xt(t,e){var n,r,s;return n=WC(t.i,e),At(n,241)?(s=u(n,241),s.zi()==null,s.wi()):At(n,507)?(r=u(n,2037),s=r.b,s):null}function Rvn(t,e,n,r){var s,o;return Hr(e),Hr(n),o=u(w_(t.d,e),17),sae(!!o,"Row %s not in %s",e,t.e),s=u(w_(t.b,n),17),sae(!!s,"Column %s not in %s",n,t.c),bce(t,o.a,s.a,r)}function Ohe(t,e,n,r,s,o,h){var d,m,k,T,A;if(T=s[o],k=o==h-1,d=k?r:0,A=Jle(d,T),r!=10&&ot(st(t,h-o),e[o],n[o],d,A),!k)for(++o,m=0;m<T;++m)A[m]=Ohe(t,e,n,r,s,o,h);return A}function dS(t){if(t.g==-1)throw nt(new Yu);t.Xj();try{t.i.gd(t.g),t.f=t.i.j,t.g<t.e&&--t.e,t.g=-1}catch(e){throw e=is(e),At(e,77)?nt(new yh):nt(e)}}function jvn(t){var e,n,r,s;for(s=-1,r=0,n=new J(t);n.a<n.c.c.length;){if(e=u(et(n),249),e.c==(xo(),vl)){s=r==0?0:r-1;break}else r==t.c.length-1&&(s=r);r+=1}return s}function $vn(t){var e,n,r,s;for(s=0,e=0,r=new J(t.c);r.a<r.c.c.length;)n=u(et(r),27),Cu(n,t.e+s),_u(n,t.f),s+=n.g+t.b,e=b.Math.max(e,n.f+t.b);t.d=s-t.b,t.a=e-t.b}function c5(t){var e,n,r;for(n=new J(t.a.b);n.a<n.c.c.length;)e=u(et(n),60),r=e.d.c,e.d.c=e.d.d,e.d.d=r,r=e.d.b,e.d.b=e.d.a,e.d.a=r,r=e.b.a,e.b.a=e.b.b,e.b.b=r;H6t(t)}function u5(t){var e,n,r;for(n=new J(t.a.b);n.a<n.c.c.length;)e=u(et(n),86),r=e.g.c,e.g.c=e.g.d,e.g.d=r,r=e.g.b,e.g.b=e.g.a,e.g.a=r,r=e.e.a,e.e.a=e.e.b,e.e.b=r;XH(t)}function zvn(t){var e,n,r,s,o;for(o=q6(t.k),n=(ve(),ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn])),r=0,s=n.length;r<s;++r)if(e=n[r],e!=gc&&!o.Hc(e))return e;return null}function yot(t,e){var n,r;return r=u(zin(u7(Ai(new ln(null,new gn(e.j,16)),new qM))),12),r&&(n=u(Oe(r.e,0),18),n)?u(K(n,(ae(),Bi)),17).a:Qdn(t.b)}function qvn(t,e){var n,r,s,o;for(o=new J(e.a);o.a<o.c.c.length;)for(s=u(et(o),10),BC(t.d),r=new nr(ir(As(s).a.Kc(),new q));Sr(r);)n=u(lr(r),18),D1e(t,s,n.d.i)}function Hvn(t,e){var n,r;for($u(t.b,e),r=new J(t.n);r.a<r.c.c.length;)if(n=u(et(r),209),Wo(n.c,e,0)!=-1){$u(n.c,e),$vn(n),n.c.c.length==0&&$u(t.n,n);break}hge(t)}function Phe(t,e){var n,r,s,o,h;for(h=t.f,s=0,o=0,r=new J(t.a);r.a<r.c.c.length;)n=u(et(r),172),bO(n,t.e,h),PI(n,e),o=b.Math.max(o,n.r),h+=n.d+t.c,s=h;t.d=o,t.b=s}function Nhe(t){var e,n;return n=OO(t),$E(n)?null:(e=(Hr(n),u(zle(new nr(ir(n.a.Kc(),new q))),74)),Xo(u(Lt((!e.b&&(e.b=new En(gr,e,4,7)),e.b),0),84)))}function NH(t){var e;return t.o||(e=t.uk(),e?t.o=new xyt(t,t,null):t.al()?t.o=new Jmt(t,null):Im(Ro((rl(),Fa),t))==1?t.o=new sie(t):t.o=new iit(t,null)),t.o}function Vvn(t,e,n,r){var s,o,h,d,m;n.Xh(e)&&(s=(h=e,h?u(r,54).gi(h):null),s&&(m=n.Mh(e),d=e.t,d>1||d==-1?(o=u(m,15),s.Wb(x2n(t,o))):s.Wb(nct(t,u(m,58)))))}function Uvn(t,e,n,r){HWt();var s=hht;function o(){for(var h=0;h<s.length;h++)s[h]()}if(t)try{qTe(o)()}catch(h){t(e,h)}else qTe(o)()}function Gvn(t,e){var n,r,s,o;for(s=(o=new ui(t.b).a.vc().Kc(),new Xi(o));s.a.Ob();)if(r=(n=u(s.a.Pb(),44),u(n.ld(),34)),amt(e,u(r,17))<0)return!1;return!0}function Kvn(t,e){var n,r,s,o;for(s=(o=new ui(t.b).a.vc().Kc(),new Xi(o));s.a.Ob();)if(r=(n=u(s.a.Pb(),44),u(n.ld(),34)),amt(e,u(r,17))>0)return!1;return!0}function Wvn(t){var e,n,r,s,o;for(r=new Z2(new ps(t.b).a);r.b;)n=Vm(r),e=u(n.ld(),10),o=u(u(n.md(),42).a,10),s=u(u(n.md(),42).b,8),Ei(y1(e.n),Ei(Ma(o.n),s))}function Yvn(t){switch(u(K(t.b,(Me(),DSt)),387).g){case 1:xs(Go(lc(new ln(null,new gn(t.d,16)),new m4),new dJ),new gJ);break;case 2:Vkn(t);break;case 0:k4n(t)}}function Xvn(t,e,n){var r,s,o;for(r=n,!r&&(r=new E6),r.Ug("Layout",t.a.c.length),o=new J(t.a);o.a<o.c.c.length;){if(s=u(et(o),47),r.$g())return;s.Kf(e,r.eh(1))}r.Vg()}function aw(){aw=V,kdt=new n_("V_TOP",0),eL=new n_("V_CENTER",1),tL=new n_("V_BOTTOM",2),xdt=new n_("H_LEFT",3),JA=new n_("H_CENTER",4),ZA=new n_("H_RIGHT",5)}function Sxt(t){var e;return t.Db&64?hH(t):(e=new Jh(hH(t)),e.a+=" (abstract: ",fp(e,(t.Bb&256)!=0),e.a+=", interface: ",fp(e,(t.Bb&512)!=0),e.a+=")",e.a)}function Qvn(t){var e;t.c==null&&(e=$t(t.b)===$t(VTt)?null:t.b,t.d=e==null?Hu:Nte(e)?Oin(Kee(e)):pa(e)?e8t:R2(Gl(e)),t.a=t.a+": "+(Nte(e)?Dsn(Kee(e)):e+""),t.c="("+t.d+") "+t.a)}function Jvn(){function t(){try{return new Map().entries().next().done}catch{return!1}}return typeof Map===Sct&&Map.prototype.entries&&t()?Map:R9n()}function Zvn(t,e){var n,r,s,o;for(o=new _a(t.e,0),n=0;o.b<o.d.gc();){if(r=Rt((cr(o.b<o.d.gc()),Ht(o.d.Xb(o.c=o.b++)))),s=r-e,s>dlt)return n;s>-1e-6&&++n}return n}function Axt(t,e){var n;e!=t.b?(n=null,t.b&&(n=Qz(t.b,t,-4,n)),e&&(n=hk(e,t,-4,n)),n=uue(t,e,n),n&&n.oj()):t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,3,e,e))}function Fhe(t,e){var n;e!=t.f?(n=null,t.f&&(n=Qz(t.f,t,-1,n)),e&&(n=hk(e,t,-1,n)),n=cue(t,e,n),n&&n.oj()):t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,0,e,e))}function tyn(t,e,n,r){var s,o,h,d;return zl(t.e)&&(s=e.Lk(),d=e.md(),o=n.md(),h=Sb(t,1,s,d,o,s.Jk()?B7(t,s,o,At(s,102)&&(u(s,19).Bb&fo)!=0):-1,!0),r?r.nj(h):r=h),r}function Bhe(t){var e,n,r;if(t==null)return null;if(n=u(t,15),n.dc())return"";for(r=new hp,e=n.Kc();e.Ob();)Lo(r,(Fi(),Gr(e.Pb()))),r.a+=" ";return $rt(r,r.a.length-1)}function Rhe(t){var e,n,r;if(t==null)return null;if(n=u(t,15),n.dc())return"";for(r=new hp,e=n.Kc();e.Ob();)Lo(r,(Fi(),Gr(e.Pb()))),r.a+=" ";return $rt(r,r.a.length-1)}function eyn(t,e,n){var r,s;return r=t.c[e.c.p][e.p],s=t.c[n.c.p][n.p],r.a!=null&&s.a!=null?Ait(r.a,s.a):r.a!=null?-1:s.a!=null?1:0}function nyn(t,e,n){return n.Ug("Tree layout",1),wI(t.b),x1(t.b,(dk(),tK),tK),x1(t.b,RA,RA),x1(t.b,jA,jA),x1(t.b,$A,$A),t.a=VO(t.b,e),Xvn(t,e,n.eh(1)),n.Vg(),e}function ryn(t,e){var n,r,s,o,h,d;if(e)for(o=e.a.length,n=new q2(o),d=(n.b-n.a)*n.c<0?(vb(),p2):new kb(n);d.Ob();)h=u(d.Pb(),17),s=jE(e,h.a),r=new sGt(t),hln(r.a,s)}function iyn(t,e){var n,r,s,o,h,d;if(e)for(o=e.a.length,n=new q2(o),d=(n.b-n.a)*n.c<0?(vb(),p2):new kb(n);d.Ob();)h=u(d.Pb(),17),s=jE(e,h.a),r=new XUt(t),lln(r.a,s)}function syn(t){var e;if(t!=null&&t.length>0&&qa(t,t.length-1)==33)try{return e=K1e(Ch(t,0,t.length-1)),e.e==null}catch(n){if(n=is(n),!At(n,33))throw nt(n)}return!1}function ayn(t,e,n){var r,s,o;switch(r=Ia(e),s=oH(r),o=new Kc,uc(o,e),n.g){case 1:Qs(o,lO(ck(s)));break;case 2:Qs(o,ck(s))}return Zt(o,(Me(),M3),Ht(K(t,M3))),o}function Lxt(t){var e,n;return e=u(lr(new nr(ir(ca(t.a).a.Kc(),new q))),18),n=u(lr(new nr(ir(As(t.a).a.Kc(),new q))),18),Ie(De(K(e,(ae(),dd))))||Ie(De(K(n,dd)))}function Qy(){Qy=V,VP=new BD("ONE_SIDE",0),dG=new BD("TWO_SIDES_CORNER",1),gG=new BD("TWO_SIDES_OPPOSING",2),fG=new BD("THREE_SIDES",3),hG=new BD("FOUR_SIDES",4)}function jhe(t,e){var n,r,s,o;for(o=new ge,s=0,r=e.Kc();r.Ob();){for(n=fe(u(r.Pb(),17).a+s);n.a<t.f&&!Xcn(t,n.a);)n=fe(n.a+1),++s;if(n.a>=t.f)break;In(o.c,n)}return o}function oyn(t,e){var n,r,s,o,h;for(o=new J(e.a);o.a<o.c.c.length;)for(s=u(et(o),10),r=new nr(ir(ca(s).a.Kc(),new q));Sr(r);)n=u(lr(r),18),h=n.c.i.p,t.n[h]=t.n[h]-1}function cyn(t){var e,n;for(n=new J(t.e.b);n.a<n.c.c.length;)e=u(et(n),30),r9n(t,e);xs(Ai(lc(lc(new ln(null,new gn(t.e.b,16)),new JJ),new nZ),new rZ),new bUt(t))}function Mxt(t,e){return e?t.mj(e)?!1:t.i?t.i.nj(e):At(e,152)?(t.i=u(e,152),!0):(t.i=new Vtt,t.i.nj(e)):!1}function $he(t,e,n){var r,s,o;return r=e.Lk(),o=e.md(),s=r.Jk()?Sb(t,3,r,null,o,B7(t,r,o,At(r,102)&&(u(r,19).Bb&fo)!=0),!0):Sb(t,1,r,r.ik(),o,-1,!0),n?n.nj(s):n=s,n}function uyn(t){if(t=iu(t,!0),hn(aT,t)||hn("1",t))return Nn(),dT;if(hn(Dlt,t)||hn("0",t))return Nn(),Yb;throw nt(new Gnt("Invalid boolean value: '"+t+"'"))}function Dxt(t,e,n){var r,s,o;for(s=t.vc().Kc();s.Ob();)if(r=u(s.Pb(),44),o=r.ld(),$t(e)===$t(o)||e!=null&&Ci(e,o))return n&&(r=new S$(r.ld(),r.md()),s.Qb()),r;return null}function lyn(t){Ay();var e,n,r;t.B.Hc((Dl(),LK))&&(r=t.f.i,e=new Yz(t.a.c),n=new k6,n.b=e.c-r.c,n.d=e.d-r.d,n.c=r.c+r.b-(e.c+e.b),n.a=r.d+r.a-(e.d+e.a),t.e.$f(n))}function zhe(t,e,n,r){var s,o,h;for(h=b.Math.min(n,Z0e(u(t.b,68),e,n,r)),o=new J(t.a);o.a<o.c.c.length;)s=u(et(o),225),s!=e&&(h=b.Math.min(h,zhe(s,e,h,r)));return h}function Ixt(t){var e,n,r,s;for(s=Vt(z0,le,199,t.b.c.length,0,2),r=new _a(t.b,0);r.b<r.d.gc();)e=(cr(r.b<r.d.gc()),u(r.d.Xb(r.c=r.b++),30)),n=r.b-1,s[n]=_I(e.a);return s}function Oxt(t,e,n){var r,s,o;r=u(ed(t.a,n),34),r!=null&&(o=u(ed(t.b,r),67),Ky(o,n,!0)),s=u(ed(t.b,e),67),s||(s=new Qi,Dp(t.b,e,s)),fs(s,n,s.c.b,s.c),Dp(t.a,n,e)}function xot(t,e,n,r,s){var o,h,d,m;for(h=Ann(iwt(yvt(Nwn(n)),r),Gmn(t,n,s)),m=Op(t,n).Kc();m.Ob();)d=u(m.Pb(),12),e[d.p]&&(o=e[d.p].i,pe(h.d,new Cit(o,h5t(h,o))));M5t(h)}function Pxt(t,e){this.f=new Er,this.b=new Er,this.j=new Er,this.a=t,this.c=e,this.c>0&&uhe(this,this.c-1,(ve(),Jn)),this.c<this.a.length-1&&uhe(this,this.c+1,(ve(),Gn))}function hyn(t,e){var n,r,s,o,h;for(o=new J(e.d);o.a<o.c.c.length;)for(s=u(et(o),105),h=u(tr(t.c,s),118).o,r=new L6(s.b);r.a<r.c.a.length;)n=u(F_(r),64),F3t(s,n,h)}function Nxt(t){t.length>0&&t[0].length>0&&(this.c=Ie(De(K(Ia(t[0][0]),(ae(),$_t))))),this.a=Vt(P6e,le,2117,t.length,0,2),this.b=Vt(N6e,le,2118,t.length,0,2),this.d=new rue}function fyn(t){return t.c.length==0?!1:(mn(0,t.c.length),u(t.c[0],18)).c.i.k==(Un(),ha)?!0:Q4(Go(new ln(null,new gn(t,16)),new HJ),new VJ)}function qhe(t,e){var n,r,s,o,h,d,m;for(d=n3(e),o=e.f,m=e.g,h=b.Math.sqrt(o*o+m*m),s=0,r=new J(d);r.a<r.c.c.length;)n=u(et(r),27),s+=qhe(t,n);return b.Math.max(s,h)}function xa(){xa=V,c2=new i_(FS,0),md=new i_("FREE",1),GT=new i_("FIXED_SIDE",2),Nw=new i_("FIXED_ORDER",3),G0=new i_("FIXED_RATIO",4),lu=new i_("FIXED_POS",5)}function dyn(t,e){var n,r,s;if(n=e.qi(t.a),n){for(s=Gr(S1((!n.b&&(n.b=new Hl((bn(),po),Sc,n)),n.b),uf)),r=1;r<(rl(),qIt).length;++r)if(hn(qIt[r],s))return r}return 0}function gyn(t){var e,n,r,s,o;if(t==null)return Hu;for(o=new tw(ro,"[","]"),n=t,r=0,s=n.length;r<s;++r)e=n[r],yg(o,""+e);return o.a?o.e.length==0?o.a.a:o.a.a+(""+o.e):o.c}function pyn(t){var e,n,r,s,o;if(t==null)return Hu;for(o=new tw(ro,"[","]"),n=t,r=0,s=n.length;r<s;++r)e=n[r],yg(o,""+e);return o.a?o.e.length==0?o.a.a:o.a.a+(""+o.e):o.c}function Hhe(t){var e,n,r;for(r=new tw(ro,"{","}"),n=t.vc().Kc();n.Ob();)e=u(n.Pb(),44),yg(r,Xre(t,e.ld())+"="+Xre(t,e.md()));return r.a?r.e.length==0?r.a.a:r.a.a+(""+r.e):r.c}function byn(t){for(var e,n,r,s;!RC(t.o);)n=u(V6(t.o),42),r=u(n.a,125),e=u(n.b,218),s=uH(e,r),e.e==r?(sz(s.g,e),r.e=s.e+e.a):(sz(s.b,e),r.e=s.e-e.a),pe(t.e.a,r)}function Fxt(t,e){var n,r,s;for(n=null,s=u(e.Kb(t),20).Kc();s.Ob();)if(r=u(s.Pb(),18),!n)n=r.c.i==t?r.d.i:r.c.i;else if((r.c.i==t?r.d.i:r.c.i)!=n)return!1;return!0}function Vhe(t,e){var n,r,s,o,h;for(n=cde(t,!1,e),s=new J(n);s.a<s.c.c.length;)r=u(et(s),132),r.d==0?(ost(r,null),cst(r,null)):(o=r.a,h=r.b,ost(r,h),cst(r,o))}function wyn(t){var e,n;return e=new Fs,sh(e,pke),n=u(K(t,(ae(),uu)),21),n.Hc((ko(),yA))&&sh(e,vke),n.Hc(CT)&&sh(e,bke),n.Hc(j5)&&sh(e,mke),n.Hc(_T)&&sh(e,wke),e}function Bxt(t,e,n){var r,s,o,h,d;for(d2n(t),s=(t.k==null&&(t.k=Vt(mht,le,82,0,0,1)),t.k),o=0,h=s.length;o<h;++o)r=s[o],Bxt(r);d=t.f,d&&Bxt(d)}function myn(t){var e,n,r,s;for(sTn(t),n=new nr(ir(Sg(t).a.Kc(),new q));Sr(n);)e=u(lr(n),18),r=e.c.i==t,s=r?e.d:e.c,r?ya(e,null):Ya(e,null),Zt(e,(ae(),V_t),s),I5n(t,s.i)}function vyn(t,e,n,r){var s,o;switch(o=e.i,s=n[o.g][t.d[o.g]],o.g){case 1:s-=r+e.j.b,e.g.b=s;break;case 3:s+=r,e.g.b=s;break;case 4:s-=r+e.j.a,e.g.a=s;break;case 2:s+=r,e.g.a=s}}function yyn(t){var e,n,r;for(n=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));n.e!=n.i.gc();)if(e=u(sr(n),27),r=OO(e),!Sr(new nr(ir(r.a.Kc(),new q))))return e;return null}function FH(){FH=V,H1t=new qD("OVERLAP_REMOVAL",0),$1t=new qD(M2e,1),V1t=new qD("ROTATION",2),z1t=new qD("GRAPH_SIZE_CALCULATION",3),q1t=new qD("OUTGOING_EDGE_ANGLES",4)}function xyn(){var t;return j7e?u(D7((mb(),wf),cT),2115):(t=u(At(eu((mb(),wf),cT),569)?eu(wf,cT):new P1e,569),j7e=!0,HTn(t),a_n(t),got(t),Bo(wf,cT,t),t)}function kot(t,e,n){var r,s;if(t.j==0)return n;if(s=u(toe(t,e,n),76),r=n.Lk(),!r.rk()||!t.a.am(r))throw nt(new oc("Invalid entry feature '"+r.qk().zb+"."+r.xe()+"'"));return s}function kyn(t,e){var n,r,s,o,h,d,m,k;for(d=t.a,m=0,k=d.length;m<k;++m)for(h=d[m],r=h,s=0,o=r.length;s<o;++s)if(n=r[s],$t(e)===$t(n)||e!=null&&Ci(e,n))return!0;return!1}function Eyn(t){var e,n,r;return Rc(t,0)>=0?(n=xO(t,mV),r=fO(t,mV)):(e=Eb(t,1),n=xO(e,5e8),r=fO(e,5e8),r=Xa(Rf(r,1),ia(t,1))),k1(Rf(r,32),ia(n,Eo))}function Uhe(t,e,n){var r,s;switch(r=(cr(e.b!=0),u(Lh(e,e.a.a),8)),n.g){case 0:r.b=0;break;case 2:r.b=t.f;break;case 3:r.a=0;break;default:r.a=t.g}return s=_r(e,0),bI(s,r),e}function Ghe(t,e,n,r){var s,o,h,d,m;switch(m=t.b,o=e.d,h=o.j,d=G5t(h,m.d[h.g],n),s=Ei(Ma(o.n),o.a),o.j.g){case 1:case 3:d.a+=s.a;break;case 2:case 4:d.b+=s.b}fs(r,d,r.c.b,r.c)}function Tyn(t,e,n){var r,s,o,h;for(h=Wo(t.e,e,0),o=new N2t,o.b=n,r=new _a(t.e,h);r.b<r.d.gc();)s=(cr(r.b<r.d.gc()),u(r.d.Xb(r.c=r.b++),10)),s.p=n,pe(o.e,s),Ul(r);return o}function Cyn(t,e,n,r){var s,o,h,d,m;for(s=null,o=0,d=new J(e);d.a<d.c.c.length;)h=u(et(d),27),m=h.i+h.g,t<h.j+h.f+r&&(s?n.i-m<n.i-o&&(s=h):s=h,o=s.i+s.g);return s?o+r:0}function _yn(t,e,n,r){var s,o,h,d,m;for(o=null,s=0,d=new J(e);d.a<d.c.c.length;)h=u(et(d),27),m=h.j+h.f,t<h.i+h.g+r&&(o?n.j-m<n.j-s&&(o=h):o=h,s=o.j+o.f);return o?s+r:0}function Syn(t){var e,n,r;for(e=!1,r=t.b.c.length,n=0;n<r;n++)z4t(u(Oe(t.b,n),443))?!e&&n+1<r&&z4t(u(Oe(t.b,n+1),443))&&(e=!0,u(Oe(t.b,n),443).a=!0):e=!1}function Ayn(t,e,n,r,s){var o,h;for(o=0,h=0;h<s;h++)o=Xa(o,ef(ia(e[h],Eo),ia(r[h],Eo))),t[h]=qr(o),o=_m(o,32);for(;h<n;h++)o=Xa(o,ia(e[h],Eo)),t[h]=qr(o),o=_m(o,32)}function Lyn(t,e){O7();var n,r;for(r=(Gd(),LU),n=t;e>1;e>>=1)e&1&&(r=X4(r,n)),n.d==1?n=X4(n,n):n=new cle(L0e(n.a,n.d,Vt(Or,ii,28,n.d<<1,15,1)));return r=X4(r,n),r}function Rxt(){Rxt=V;var t,e,n,r;for(b9t=Vt(wa,Io,28,25,15,1),w9t=Vt(wa,Io,28,33,15,1),r=152587890625e-16,e=32;e>=0;e--)w9t[e]=r,r*=.5;for(n=1,t=24;t>=0;t--)b9t[t]=n,n*=.5}function Myn(t){var e,n;if(Ie(De(ne(t,(Me(),L3))))){for(n=new nr(ir(Mg(t).a.Kc(),new q));Sr(n);)if(e=u(lr(n),74),Jm(e)&&Ie(De(ne(e,Cw))))return!0}return!1}function Khe(t,e){var n,r,s;qs(t.f,e)&&(e.b=t,r=e.c,Wo(t.j,r,0)!=-1||pe(t.j,r),s=e.d,Wo(t.j,s,0)!=-1||pe(t.j,s),n=e.a.b,n.c.length!=0&&(!t.i&&(t.i=new gle(t)),Ngn(t.i,n)))}function Dyn(t){var e,n,r,s,o;return n=t.c.d,r=n.j,s=t.d.d,o=s.j,r==o?n.p<s.p?0:1:aH(r)==o?0:f5t(r)==o?1:(e=t.b,Ju(e.b,aH(r))?0:1)}function ow(t){var e;this.d=new Er,this.c=t.c,this.e=t.d,this.b=t.b,this.f=new xte(t.e),this.a=t.a,t.f?this.g=t.f:this.g=(e=u(m1(zK),9),new Eh(e,u(Ff(e,e.length),9),0))}function BH(t,e){var n,r,s,o,h,d;s=t,h=P_(s,"layoutOptions"),!h&&(h=P_(s,Swe)),h&&(d=h,r=null,d&&(r=(o=tat(d,Vt(Ne,le,2,0,6,1)),new trt(d,o))),r&&(n=new PXt(d,e),Oa(r,n)))}function Xo(t){if(At(t,207))return u(t,27);if(At(t,193))return Y1(u(t,123));throw nt(t?new up("Only support nodes and ports."):new C6(Fwe))}function Iyn(t,e,n,r){return(e>=0&&hn(t.substr(e,3),"GMT")||e>=0&&hn(t.substr(e,3),"UTC"))&&(n[0]=e+3),bkt(t,n,r)}function Oyn(t,e){var n,r,s,o,h;for(o=t.g.a,h=t.g.b,r=new J(t.d);r.a<r.c.c.length;)n=u(et(r),72),s=n.n,s.a=o,t.i==(ve(),Hn)?s.b=h+t.j.b-n.o.b:s.b=h,Ei(s,e),o+=n.o.a+t.e}function Whe(t,e,n){if(t.b)throw nt(new Fo("The task is already done."));return t.p!=null?!1:(t.p=e,t.r=n,t.k&&(t.o=(fg(),Qa(Oc(Date.now()),Fp))),!0)}function jxt(t){var e,n,r,s,o,h,d;return d=new T6,n=t.Pg(),s=n!=null,s&&AE(d,n0,t.Pg()),r=t.xe(),o=r!=null,o&&AE(d,bi,t.xe()),e=t.Og(),h=e!=null,h&&AE(d,"description",t.Og()),d}function Yhe(t,e,n){var r,s,o;return o=t.q,t.q=e,t.Db&4&&!(t.Db&1)&&(s=new la(t,1,9,o,e),n?n.nj(s):n=s),e?(r=e.c,r!=t.r&&(n=t.Yk(r,n))):t.r&&(n=t.Yk(null,n)),n}function Pyn(t,e,n){var r,s,o,h,d;for(n=(d=e,hk(d,t.e,-1-t.c,n)),h=Cyt(t.a),o=(r=new Z2(new ps(h.a).a),new e$(r));o.a.b;)s=u(Vm(o.a).ld(),89),n=$7(s,GH(s,t.a),n);return n}function Nyn(t,e,n){var r,s,o,h,d;for(n=(d=e,Qz(d,t.e,-1-t.c,n)),h=Cyt(t.a),o=(r=new Z2(new ps(h.a).a),new e$(r));o.a.b;)s=u(Vm(o.a).ld(),89),n=$7(s,GH(s,t.a),n);return n}function Fyn(t,e,n,r){var s,o,h;if(r==0)Wc(e,0,t,n,t.length-n);else for(h=32-r,t[t.length-1]=0,o=t.length-1;o>n;o--)t[o]|=e[o-n-1]>>>h,t[o-1]=e[o-n-1]<<r;for(s=0;s<n;s++)t[s]=0}function Byn(t){var e,n,r,s,o;for(e=0,n=0,o=t.Kc();o.Ob();)r=u(o.Pb(),117),e=b.Math.max(e,r.d.b),n=b.Math.max(n,r.d.c);for(s=t.Kc();s.Ob();)r=u(s.Pb(),117),r.d.b=e,r.d.c=n}function Ryn(t){var e,n,r,s,o;for(n=0,e=0,o=t.Kc();o.Ob();)r=u(o.Pb(),117),n=b.Math.max(n,r.d.d),e=b.Math.max(e,r.d.a);for(s=t.Kc();s.Ob();)r=u(s.Pb(),117),r.d.d=n,r.d.a=e}function Eot(t,e,n,r,s){var o,h;o=u(tc(Ai(e.Oc(),new nm),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),_O(o),h=u(J2(t.b,n,r),15),s==0?h.cd(0,o):h.Gc(o)}function jyn(t,e,n){n.Ug("Grow Tree",1),t.b=e.f,Ie(De(K(e,(n7(),dA))))?(t.c=new Le,qne(t,null)):t.c=new Le,t.a=!1,wde(t,e.f),Zt(e,H9t,(Nn(),!!t.a)),n.Vg()}function $xt(t){var e,n,r,s;for(e=null,s=new J(t.Rf());s.a<s.c.c.length;)r=u(et(s),187),n=new Th(r.Lf().a,r.Lf().b,r.Mf().a,r.Mf().b),e?gS(e,n):e=n;return!e&&(e=new P6),e}function Tot(t,e,n,r){var s,o;return n==1?(!t.n&&(t.n=new Jt(Oo,t,1,7)),mu(t.n,e,r)):(o=u(Tn((s=u($n(t,16),29),s||t.ii()),n),69),o.wk().zk(t,Su(t),n-ur(t.ii()),e,r))}function Cot(t,e,n){var r,s,o,h,d;for(r=n.gc(),t._i(t.i+r),d=t.i-e,d>0&&Wc(t.g,e,t.g,e+r,d),h=n.Kc(),t.i+=r,s=0;s<r;++s)o=h.Pb(),f_(t,e,t.Zi(e,o)),t.Mi(e,o),t.Ni(),++e;return r!=0}function sd(t,e,n){var r;return e!=t.q?(t.q&&(n=Qz(t.q,t,-10,n)),e&&(n=hk(e,t,-10,n)),n=Yhe(t,e,n)):t.Db&4&&!(t.Db&1)&&(r=new la(t,1,9,e,e),n?n.nj(r):n=r),n}function _ot(t,e,n,r){return bvt((n&Wd)==0,"flatMap does not support SUBSIZED characteristic"),bvt((n&4)==0,"flatMap does not support SORTED characteristic"),Hr(t),Hr(e),new Fre(t,e,n,r)}function $yn(t,e){dyt(e,"Cannot suppress a null exception."),hI(e!=t,"Exception can not suppress itself."),!t.i&&(t.k==null?t.k=ot(st(mht,1),le,82,0,[e]):t.k[t.k.length]=e)}function zyn(t,e){var n;if(n=fQt(t.b.ag(),e.b.ag()),n!=0)return n;switch(t.b.ag().g){case 1:case 2:return Bc(t.b.Nf(),e.b.Nf());case 3:case 4:return Bc(e.b.Nf(),t.b.Nf())}return 0}function qyn(t){var e,n,r;for(r=t.e.c.length,t.a=$2(Or,[le,ii],[53,28],15,[r,r],2),n=new J(t.c);n.a<n.c.c.length;)e=u(et(n),289),t.a[e.c.a][e.d.a]+=u(K(e,(Vf(),Fk)),17).a}function Hyn(t,e){var n,r,s,o,h;if(t==null)return null;for(h=Vt(Uh,Yd,28,2*e,15,1),r=0,s=0;r<e;++r)n=t[r]>>4&15,o=t[r]&15,h[s++]=bIt[n],h[s++]=bIt[o];return nf(h,0,h.length)}function qu(t){var e,n;return t>=fo?(e=nP+(t-fo>>10&1023)&js,n=56320+(t-fo&1023)&js,String.fromCharCode(e)+(""+String.fromCharCode(n))):String.fromCharCode(t&js)}function Vyn(t,e){Ay();var n,r,s,o;return s=u(u(Mi(t.r,e),21),87),s.gc()>=2?(r=u(s.Kc().Pb(),117),n=t.u.Hc((wl(),lL)),o=t.u.Hc(Zk),!r.a&&!n&&(s.gc()==2||o)):!1}function Xhe(t,e,n,r,s){var o,h,d;for(o=Fde(t,e,n,r,s),d=!1;!o;)VH(t,s,!0),d=!0,o=Fde(t,e,n,r,s);d&&VH(t,s,!1),h=lat(s),h.c.length!=0&&(t.d&&t.d.Gg(h),Xhe(t,s,n,r,h))}function RH(){RH=V,Rdt=new r_(Zd,0),$Dt=new r_("DIRECTED",1),qDt=new r_("UNDIRECTED",2),RDt=new r_("ASSOCIATION",3),zDt=new r_("GENERALIZATION",4),jDt=new r_("DEPENDENCY",5)}function Uyn(t,e){var n;if(!Y1(t))throw nt(new Fo(dwe));switch(n=Y1(t),e.g){case 1:return-(t.j+t.f);case 2:return t.i-n.g;case 3:return t.j-n.f;case 4:return-(t.i+t.g)}return 0}function Gyn(t,e,n){var r,s,o;return r=e.Lk(),o=e.md(),s=r.Jk()?Sb(t,4,r,o,null,B7(t,r,o,At(r,102)&&(u(r,19).Bb&fo)!=0),!0):Sb(t,r.tk()?2:1,r,o,r.ik(),-1,!0),n?n.nj(s):n=s,n}function S7(t,e){var n,r;for(Wn(e),r=t.b.c.length,pe(t.b,e);r>0;){if(n=r,r=(r-1)/2|0,t.a.Ne(Oe(t.b,r),e)<=0)return Sh(t.b,n,e),!0;Sh(t.b,n,Oe(t.b,r))}return Sh(t.b,r,e),!0}function zxt(t,e,n,r){var s,o;if(s=0,n)s=nH(t.a[n.g][e.g],r);else for(o=0;o<PU;o++)s=b.Math.max(s,nH(t.a[o][e.g],r));return e==(_1(),yu)&&t.b&&(s=b.Math.max(s,t.b.a)),s}function Kyn(t,e){var n,r,s,o,h,d;return s=t.i,o=e.i,!s||!o||s.i!=o.i||s.i==(ve(),Jn)||s.i==(ve(),Gn)?!1:(h=s.g.a,n=h+s.j.a,d=o.g.a,r=d+o.j.a,h<=r&&n>=d)}function Qhe(t){switch(t.g){case 0:return new ytt;case 1:return new xtt;default:throw nt(new zn("No implementation is available for the width approximator "+(t.f!=null?t.f:""+t.g)))}}function qxt(t,e,n,r){var s;if(s=!1,pa(r)&&(s=!0,AE(e,n,Gr(r))),s||Ty(r)&&(s=!0,qxt(t,e,n,r)),s||At(r,242)&&(s=!0,U2(e,n,u(r,242))),!s)throw nt(new Unt(bTt))}function Wyn(t,e){var n,r,s;if(n=e.qi(t.a),n&&(s=S1((!n.b&&(n.b=new Hl((bn(),po),Sc,n)),n.b),of),s!=null)){for(r=1;r<(rl(),$It).length;++r)if(hn($It[r],s))return r}return 0}function Yyn(t,e){var n,r,s;if(n=e.qi(t.a),n&&(s=S1((!n.b&&(n.b=new Hl((bn(),po),Sc,n)),n.b),of),s!=null)){for(r=1;r<(rl(),zIt).length;++r)if(hn(zIt[r],s))return r}return 0}function Jhe(t,e){var n,r,s,o;if(Wn(e),o=t.a.gc(),o<e.gc())for(n=t.a.ec().Kc();n.Ob();)r=n.Pb(),e.Hc(r)&&n.Qb();else for(s=e.Kc();s.Ob();)r=s.Pb(),t.a.Bc(r)!=null;return o!=t.a.gc()}function Zhe(t){var e,n;switch(n=Ma(hc(ot(st(ua,1),le,8,0,[t.i.n,t.n,t.a]))),e=t.i.d,t.j.g){case 1:n.b-=e.d;break;case 2:n.a+=e.c;break;case 3:n.b+=e.a;break;case 4:n.a-=e.b}return n}function Xyn(t){var e;for(e=(ik(),u(lr(new nr(ir(ca(t).a.Kc(),new q))),18).c.i);e.k==(Un(),ha);)Zt(e,(ae(),XP),(Nn(),!0)),e=u(lr(new nr(ir(ca(e).a.Kc(),new q))),18).c.i}function Sot(t,e,n,r){var s,o,h,d;for(d=J_(e,r),h=d.Kc();h.Ob();)s=u(h.Pb(),12),t.d[s.p]=t.d[s.p]+t.c[n.p];for(d=J_(n,r),o=d.Kc();o.Ob();)s=u(o.Pb(),12),t.d[s.p]=t.d[s.p]-t.c[e.p]}function Hxt(t,e,n){var r,s;for(s=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));s.e!=s.i.gc();)r=u(sr(s),27),xh(r,r.i+e,r.j+n);Oa((!t.b&&(t.b=new Jt(Cs,t,12,3)),t.b),new EXt(e,n))}function Qyn(t,e,n,r){var s,o;for(o=e,s=o.d==null||t.a.Ne(n.d,o.d)>0?1:0;o.a[s]!=n;)o=o.a[s],s=t.a.Ne(n.d,o.d)>0?1:0;o.a[s]=r,r.b=n.b,r.a[0]=n.a[0],r.a[1]=n.a[1],n.a[0]=null,n.a[1]=null}function Jyn(t){var e,n,r,s;for(e=new ge,n=Vt(Fl,B0,28,t.a.c.length,16,1),lyt(n,n.length),s=new J(t.a);s.a<s.c.c.length;)r=u(et(s),125),n[r.d]||(In(e.c,r),vle(t,r,n));return e}function tfe(t,e){var n,r,s,o,h;for(s=e==1?Zht:Jht,r=s.a.ec().Kc();r.Ob();)for(n=u(r.Pb(),88),h=u(Mi(t.f.c,n),21).Kc();h.Ob();)o=u(h.Pb(),42),$u(t.b.b,o.b),$u(t.b.a,u(o.b,86).d)}function Zyn(t,e){var n;e.Ug("Hierarchical port position processing",1),n=t.b,n.c.length>0&&C0e((mn(0,n.c.length),u(n.c[0],30)),t),n.c.length>1&&C0e(u(Oe(n,n.c.length-1),30),t),e.Vg()}function t3n(t){wl();var e,n;return e=Gi($g,ot(st(AK,1),te,279,0,[u2])),!(WI(Zz(e,t))>1||(n=Gi(lL,ot(st(AK,1),te,279,0,[uL,Zk])),WI(Zz(n,t))>1))}function Vxt(t,e){var n;n=eu((mb(),wf),t),At(n,507)?Bo(wf,t,new VXt(this,e)):Bo(wf,t,this),Aot(this,e),e==(dE(),AIt)?(this.wb=u(this,2038),u(e,2040)):this.wb=(Tb(),Fn)}function e3n(t){var e,n,r;if(t==null)return null;for(e=null,n=0;n<gL.length;++n)try{return _Yt(gL[n],t)}catch(s){if(s=is(s),At(s,33))r=s,e=r;else throw nt(s)}throw nt(new kq(e))}function efe(){efe=V,Nve=ot(st(Ne,1),le,2,6,["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]),Fve=ot(st(Ne,1),le,2,6,["Jan","Feb","Mar","Apr",xk,"Jun","Jul","Aug","Sep","Oct","Nov","Dec"])}function nfe(t){var e,n,r;e=hn(typeof e,cut)?null:new ja,e&&(mE(),n=(r=900,r>=Fp?"error":r>=900?"warn":r>=800?"info":"log"),hee(n,t.a),t.b&&U6t(e,n,t.b,"Exception: ",!0))}function K(t,e){var n,r;return r=(!t.q&&(t.q=new Er),tr(t.q,e)),r??(n=e.Sg(),At(n,4)&&(n==null?(!t.q&&(t.q=new Er),tk(t.q,e)):(!t.q&&(t.q=new Er),di(t.q,e,n))),n)}function Ha(){Ha=V,Wf=new FD("P1_CYCLE_BREAKING",0),$0=new FD("P2_LAYERING",1),Yc=new FD("P3_NODE_ORDERING",2),ou=new FD("P4_NODE_PLACEMENT",3),Qo=new FD("P5_EDGE_ROUTING",4)}function n3n(t,e){j_();var n;if(t.c==e.c){if(t.b==e.b||ugn(t.b,e.b)){if(n=Prn(t.b)?1:-1,t.a&&!e.a)return n;if(!t.a&&e.a)return-n}return Bc(t.b.g,e.b.g)}else return ji(t.c,e.c)}function rfe(t,e){var n,r,s;if(Gxt(t,e))return!0;for(r=new J(e);r.a<r.c.c.length;)if(n=u(et(r),27),s=Nhe(n),tV(t,n,s)||sue(t,n)-t.g<=t.a)return!0;return!1}function EO(){EO=V,mK=(Yot(),NMt),bdt=yEe,pdt=vEe,AMt=bEe,gdt=mEe,SMt=new ym(8),uEe=new Ta((si(),Kp),SMt),lEe=new Ta(Pw,8),hEe=OMt,CMt=fEe,_Mt=dEe,cEe=new Ta(yN,(Nn(),!1))}function jH(){jH=V,JMt=new ym(15),BEe=new Ta((si(),Kp),JMt),REe=new Ta(Pw,15),ZMt=new Ta(TN,fe(0)),YMt=VEe,NEe=Ow,FEe=s2,WMt=new Ta(nx,K2e),XMt=kN,QMt=ox,ydt=qEe,PEe=vN}function M0(t){if((!t.b&&(t.b=new En(gr,t,4,7)),t.b).i!=1||(!t.c&&(t.c=new En(gr,t,5,8)),t.c).i!=1)throw nt(new zn(Vlt));return Xo(u(Lt((!t.b&&(t.b=new En(gr,t,4,7)),t.b),0),84))}function ife(t){if((!t.b&&(t.b=new En(gr,t,4,7)),t.b).i!=1||(!t.c&&(t.c=new En(gr,t,5,8)),t.c).i!=1)throw nt(new zn(Vlt));return JI(u(Lt((!t.b&&(t.b=new En(gr,t,4,7)),t.b),0),84))}function sfe(t){if((!t.b&&(t.b=new En(gr,t,4,7)),t.b).i!=1||(!t.c&&(t.c=new En(gr,t,5,8)),t.c).i!=1)throw nt(new zn(Vlt));return JI(u(Lt((!t.c&&(t.c=new En(gr,t,5,8)),t.c),0),84))}function Bb(t){if((!t.b&&(t.b=new En(gr,t,4,7)),t.b).i!=1||(!t.c&&(t.c=new En(gr,t,5,8)),t.c).i!=1)throw nt(new zn(Vlt));return Xo(u(Lt((!t.c&&(t.c=new En(gr,t,5,8)),t.c),0),84))}function Uxt(t,e,n){var r,s,o;if(++t.j,s=t.Ej(),e>=s||e<0)throw nt(new No(Ult+e+ww+s));if(n>=s||n<0)throw nt(new No(Glt+n+ww+s));return e!=n?r=(o=t.Cj(n),t.qj(e,o),o):r=t.xj(n),r}function afe(t){var e,n,r;if(r=t,t)for(e=0,n=t.Eh();n;n=n.Eh()){if(++e>eut)return afe(n);if(r=n,n==t)throw nt(new Fo("There is a cycle in the containment hierarchy of "+t))}return r}function Rb(t){var e,n,r;for(r=new tw(ro,"[","]"),n=t.Kc();n.Ob();)e=n.Pb(),yg(r,$t(e)===$t(t)?"(this Collection)":e==null?Hu:ec(e));return r.a?r.e.length==0?r.a.a:r.a.a+(""+r.e):r.c}function Gxt(t,e){var n,r;if(r=!1,e.gc()<2)return!1;for(n=0;n<e.gc();n++)n<e.gc()-1?r=r|tV(t,u(e.Xb(n),27),u(e.Xb(n+1),27)):r=r|tV(t,u(e.Xb(n),27),u(e.Xb(0),27));return r}function ofe(t,e){var n;e!=t.a?(n=null,t.a&&(n=u(t.a,54).Th(t,4,P1,n)),e&&(n=u(e,54).Rh(t,4,P1,n)),n=r5t(t,e,n),n&&n.oj()):t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,1,e,e))}function Kxt(t,e){var n;e!=t.e?(t.e&&Yie(Cyt(t.e),t),e&&(!e.b&&(e.b=new t$(new Rnt)),sZt(e.b,t)),n=fvn(t,e,null),n&&n.oj()):t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,4,e,e))}function r3n(t,e){var n;n=e.o,dg(t.f)?(t.j.a=b.Math.max(t.j.a,n.a),t.j.b+=n.b,t.d.c.length>1&&(t.j.b+=t.e)):(t.j.a+=n.a,t.j.b=b.Math.max(t.j.b,n.b),t.d.c.length>1&&(t.j.a+=t.e))}function jb(){jb=V,m4e=ot(st(go,1),$c,64,0,[(ve(),Hn),Jn,vr]),w4e=ot(st(go,1),$c,64,0,[Jn,vr,Gn]),v4e=ot(st(go,1),$c,64,0,[vr,Gn,Hn]),y4e=ot(st(go,1),$c,64,0,[Gn,Hn,Jn])}function i3n(t,e,n,r){var s,o,h,d,m,k,T;if(h=t.c.d,d=t.d.d,h.j!=d.j)for(T=t.b,s=h.j,m=null;s!=d.j;)m=e==0?aH(s):f5t(s),o=G5t(s,T.d[s.g],n),k=G5t(m,T.d[m.g],n),Zr(r,Ei(o,k)),s=m}function s3n(t,e,n,r){var s,o,h,d,m;return h=lhe(t.a,e,n),d=u(h.a,17).a,o=u(h.b,17).a,r&&(m=u(K(e,(ae(),ml)),10),s=u(K(n,ml),10),m&&s&&(Qre(t.b,m,s),d+=t.b.i,o+=t.b.e)),d>o}function cfe(t){var e,n,r,s,o,h,d,m,k;for(this.a=Dle(t),this.b=new ge,n=t,r=0,s=n.length;r<s;++r)for(e=n[r],o=new ge,pe(this.b,o),d=e,m=0,k=d.length;m<k;++m)h=d[m],pe(o,new fl(h.j))}function a3n(t,e,n){var r,s,o;return o=0,r=n[e],e<n.length-1&&(s=n[e+1],t.b[e]?(o=r_n(t.d,r,s),o+=Hit(t.a,r,(ve(),Jn)),o+=Hit(t.a,s,Gn)):o=Rdn(t.a,r,s)),t.c[e]&&(o+=udn(t.a,r)),o}function o3n(t,e,n,r,s){var o,h,d,m;for(m=null,d=new J(r);d.a<d.c.c.length;)if(h=u(et(d),452),h!=n&&Wo(h.e,s,0)!=-1){m=h;break}o=kst(s),Ya(o,n.b),ya(o,m.b),dn(t.a,s,new fz(o,e,n.f))}function c3n(t){var e,n,r,s;if(j4(u(K(t.b,(Me(),fh)),88)))return 0;for(e=0,r=new J(t.a);r.a<r.c.c.length;)n=u(et(r),10),n.k==(Un(),Ts)&&(s=n.o.a,e=b.Math.max(e,s));return e}function ufe(t){for(;t.g.c!=0&&t.d.c!=0;)rit(t.g).c>rit(t.d).c?(t.i+=t.g.c,Hat(t.d)):rit(t.d).c>rit(t.g).c?(t.e+=t.d.c,Hat(t.g)):(t.i+=vte(t.g),t.e+=vte(t.d),Hat(t.g),Hat(t.d))}function u3n(t,e,n){var r,s,o,h;for(o=e.q,h=e.r,new G2((E1(),n2),e,o,1),new G2(n2,o,h,1),s=new J(n);s.a<s.c.c.length;)r=u(et(s),118),r!=o&&r!=e&&r!=h&&(Mkt(t.a,r,e),Mkt(t.a,r,h))}function lfe(t,e,n,r){t.a.d=b.Math.min(e,n),t.a.a=b.Math.max(e,r)-t.a.d,e<n?(t.b=.5*(e+n),t.g=glt*t.b+.9*e,t.f=glt*t.b+.9*n):(t.b=.5*(e+r),t.g=glt*t.b+.9*r,t.f=glt*t.b+.9*e)}function l3n(t){var e,n,r,s;if(t.b!=0){for(e=new Qi,s=_r(t,0);s.b!=s.d.c;)r=u(Tr(s),39),Aa(e,uat(r)),n=r.e,n.a=u(K(r,(zi(),uN)),17).a,n.b=u(K(r,lN),17).a;return e}return new Qi}function h3n(t){switch(u(K(t,(Me(),Du)),171).g){case 1:Zt(t,Du,(Ph(),TA));break;case 2:Zt(t,Du,(Ph(),_3));break;case 3:Zt(t,Du,(Ph(),EA));break;case 4:Zt(t,Du,(Ph(),t2))}}function f3n(t,e,n){var r;n.Ug("Self-Loop routing",1),r=$bn(e),Y$(K(e,(wq(),QA))),xs(Go(Ai(Ai(lc(new ln(null,new gn(e.b,16)),new F8),new Qx),new W9),new jQ),new jYt(t,r)),n.Vg()}function A7(){A7=V,mA=new t_(Zd,0),A_t=new t_(Tk,1),D_t=new t_(Ck,2),M_t=new t_("LEFT_RIGHT_CONSTRAINT_LOCKING",3),L_t=new t_("LEFT_RIGHT_CONNECTION_LOCKING",4),S_t=new t_(o2e,5)}function hfe(t,e,n){var r,s,o,h,d,m,k;d=n.a/2,o=n.b/2,r=b.Math.abs(e.a-t.a),s=b.Math.abs(e.b-t.b),m=1,k=1,r>d&&(m=d/r),s>o&&(k=o/s),h=b.Math.min(m,k),t.a+=h*(e.a-t.a),t.b+=h*(e.b-t.b)}function d3n(t,e,n,r,s){var o,h;for(h=!1,o=u(Oe(n.b,0),27);qEn(t,e,o,r,s)&&(h=!0,Hvn(n,o),n.b.c.length!=0);)o=u(Oe(n.b,0),27);return n.b.c.length==0&&vO(n.j,n),h&&MH(e.q),h}function g3n(t,e){g5();var n,r,s,o;if(e.b<2)return!1;for(o=_r(e,0),n=u(Tr(o),8),r=n;o.b!=o.d.c;){if(s=u(Tr(o),8),Vot(t,r,s))return!0;r=s}return!!Vot(t,r,n)}function Wxt(t,e,n,r){var s,o;return n==0?(!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),lz(t.o,e,r)):(o=u(Tn((s=u($n(t,16),29),s||t.ii()),n),69),o.wk().Ak(t,Su(t),n-ur(t.ii()),e,r))}function Aot(t,e){var n;e!=t.sb?(n=null,t.sb&&(n=u(t.sb,54).Th(t,1,dL,n)),e&&(n=u(e,54).Rh(t,1,dL,n)),n=a5t(t,e,n),n&&n.oj()):t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,4,e,e))}function p3n(t,e){var n,r,s,o;if(e)s=Tg(e,"x"),n=new nGt(t),KE(n.a,(Wn(s),s)),o=Tg(e,"y"),r=new rGt(t),YE(r.a,(Wn(o),o));else throw nt(new Pd("All edge sections need an end point."))}function b3n(t,e){var n,r,s,o;if(e)s=Tg(e,"x"),n=new ZUt(t),WE(n.a,(Wn(s),s)),o=Tg(e,"y"),r=new tGt(t),XE(r.a,(Wn(o),o));else throw nt(new Pd("All edge sections need a start point."))}function w3n(t,e){var n,r,s,o,h,d,m;for(r=Rce(t),o=0,d=r.length;o<d;++o)nfe(e);for(m=!hd&&t.e?hd?null:t.d:null;m;){for(n=Rce(m),s=0,h=n.length;s<h;++s)nfe(e);m=!hd&&m.e?hd?null:m.d:null}}function ffe(t,e){var n,r;r=u(K(e,(Me(),ms)),101),Zt(e,(ae(),U_t),r),n=e.e,n&&(xs(new ln(null,new gn(n.a,16)),new cp(t)),xs(lc(new ln(null,new gn(n.b,16)),new d4),new Xj(t)))}function Un(){Un=V,Ts=new XC("NORMAL",0),ha=new XC("LONG_EDGE",1),Ds=new XC("EXTERNAL_PORT",2),cu=new XC("NORTH_SOUTH_PORT",3),qc=new XC("LABEL",4),fd=new XC("BREAKING_POINT",5)}function m3n(t){var e,n,r,s;if(e=!1,Ui(t,(ae(),xA)))for(n=u(K(t,xA),85),s=new J(t.j);s.a<s.c.c.length;)r=u(et(s),12),Sxn(r)&&(e||($4n(Ia(t)),e=!0),O2n(u(n.xc(r),314)))}function v3n(t){var e,n,r,s,o,h,d,m,k;return k=jxt(t),n=t.e,o=n!=null,o&&AE(k,oU,t.e),d=t.k,h=!!d,h&&AE(k,"type",tit(t.k)),r=AD(t.j),s=!r,s&&(m=new lg,C1(k,Hlt,m),e=new EGt(m),Oa(t.j,e)),k}function y3n(t){var e,n,r,s;for(s=Cb((ih(t.gc(),"size"),new L4),123),r=!0,n=z2(t).Kc();n.Ob();)e=u(n.Pb(),44),r||(s.a+=ro),r=!1,Zc(Cb(Zc(s,e.ld()),61),e.md());return(s.a+="}",s).a}function dfe(t,e){var n,r,s;return e&=63,e<22?(n=t.l<<e,r=t.m<<e|t.l>>22-e,s=t.h<<e|t.m>>22-e):e<44?(n=0,r=t.l<<e-22,s=t.m<<e-22|t.l>>44-e):(n=0,r=0,s=t.l<<e-44),ku(n&Il,r&Il,s&Og)}function Jy(t){if(XTt==null&&(XTt=new RegExp("^\\s*[+-]?(NaN|Infinity|((\\d+\\.?\\d*)|(\\.\\d+))([eE][+-]?\\d+)?[dDfF]?)\\s*$")),!XTt.test(t))throw nt(new Nd(sv+t+'"'));return parseFloat(t)}function gfe(t,e){var n,r,s,o,h;for(s=e==1?Zht:Jht,r=s.a.ec().Kc();r.Ob();)for(n=u(r.Pb(),88),h=u(Mi(t.f.c,n),21).Kc();h.Ob();)o=u(h.Pb(),42),pe(t.b.b,u(o.b,86)),pe(t.b.a,u(o.b,86).d)}function x3n(t,e){var n,r,s,o;for(o=e.b.j,t.a=Vt(Or,ii,28,o.c.length,15,1),s=0,r=0;r<o.c.length;r++)n=(mn(r,o.c.length),u(o.c[r],12)),n.e.c.length==0&&n.g.c.length==0?s+=1:s+=3,t.a[r]=s}function $H(){$H=V,_ft=new JC("ALWAYS_UP",0),Cft=new JC("ALWAYS_DOWN",1),Aft=new JC("DIRECTION_UP",2),Sft=new JC("DIRECTION_DOWN",3),Lft=new JC("SMART_UP",4),wG=new JC("SMART_DOWN",5)}function k3n(t,e){if(t<0||e<0)throw nt(new zn("k and n must be positive"));if(e>t)throw nt(new zn("k must be smaller than n"));return e==0||e==t?1:t==0?0:xxt(t)/(xxt(e)*xxt(t-e))}function Yxt(t,e){var n,r,s,o;for(n=new hmt(t);n.g==null&&!n.c?Hyt(n):n.g==null||n.i!=0&&u(n.g[n.i-1],51).Ob();)if(o=u(UH(n),58),At(o,167))for(r=u(o,167),s=0;s<e.length;s++)e[s].Kg(r)}function Lot(t){var e;return t.Db&64?Oat(t):(e=new Jh(Oat(t)),e.a+=" (height: ",M4(e,t.f),e.a+=", width: ",M4(e,t.g),e.a+=", x: ",M4(e,t.i),e.a+=", y: ",M4(e,t.j),e.a+=")",e.a)}function E3n(t){var e,n,r,s,o,h,d;for(e=new yp,r=t,s=0,o=r.length;s<o;++s)if(n=r[s],h=Hr(n.ld()),d=Dp(e,h,Hr(n.md())),d!=null)throw nt(new zn("duplicate key: "+h));this.b=(wn(),new hr(e))}function T3n(t){var e,n,r,s,o;if(t==null)return Hu;for(o=new tw(ro,"[","]"),n=t,r=0,s=n.length;r<s;++r)e=n[r],yg(o,String.fromCharCode(e));return o.a?o.e.length==0?o.a.a:o.a.a+(""+o.e):o.c}function Xxt(){Xxt=V,X9t=(Sq(),$U),Qye=new un(_V,X9t),fe(1),Xye=new un(D8t,fe(300)),fe(0),t3e=new un(I8t,fe(0)),e3e=new un(Cut,Jd),Jye=new un(_ut,5),n3e=$U,Zye=Uht}function C3n(t,e){var n;if(e!=null&&!t.c.Hk().fk(e))throw n=At(e,58)?u(e,58).Dh().zb:R2(Gl(e)),nt(new uE(Kb+t.c.xe()+"'s type '"+t.c.Hk().xe()+"' does not permit a value of type '"+n+"'"))}function _3n(t,e,n){var r,s;for(s=new _a(t.b,0);s.b<s.d.gc();)r=(cr(s.b<s.d.gc()),u(s.d.Xb(s.c=s.b++),72)),$t(K(r,(ae(),H_t)))===$t(e)&&(n6t(r.n,Ia(t.c.i),n),Ul(s),pe(e.b,r))}function pfe(t){var e,n;return n=b.Math.sqrt((t.k==null&&(t.k=x4t(t,new DJ)),Rt(t.k)/(t.b*(t.g==null&&(t.g=Poe(t,new cR)),Rt(t.g))))),e=qr(Oc(b.Math.round(n))),e=b.Math.min(e,t.f),e}function S3n(){var t,e,n;for(e=0,t=0;t<1;t++){if(n=T6t((qn(t,1),"X".charCodeAt(t))),n==0)throw nt(new Yr((qn(t,1+1),"Unknown Option: "+"X".substr(t))));e|=n}return e}function Kc(){nl(),rvt.call(this),this.j=(ve(),gc),this.a=new Ea,new Pnt,this.f=(ih(2,c3),new bu(2)),this.e=(ih(4,c3),new bu(4)),this.g=(ih(4,c3),new bu(4)),this.b=new zYt(this.e,this.g)}function A3n(t,e){var n,r;return!(Ie(De(K(e,(ae(),dd))))||(r=e.c.i,t==(Ph(),EA)&&r.k==(Un(),qc))||(n=u(K(r,(Me(),Du)),171),n==t2))}function L3n(t,e){var n,r;return!(Ie(De(K(e,(ae(),dd))))||(r=e.d.i,t==(Ph(),TA)&&r.k==(Un(),qc))||(n=u(K(r,(Me(),Du)),171),n==_3))}function M3n(t,e){var n,r,s,o,h,d,m;for(h=t.d,m=t.o,d=new Th(-h.b,-h.d,h.b+m.a+h.c,h.d+m.b+h.a),r=e,s=0,o=r.length;s<o;++s)n=r[s],n&&gS(d,n.i);h.b=-d.c,h.d=-d.d,h.c=d.b-h.b-m.a,h.a=d.a-h.d-m.b}function D3n(t,e){if(e.a)switch(u(K(e.b,(ae(),U_t)),101).g){case 0:case 1:Yvn(e);case 2:xs(new ln(null,new gn(e.d,16)),new RB),O5n(t.a,e)}else xs(new ln(null,new gn(e.d,16)),new RB)}function TO(){TO=V,xMt=new VD("CENTER_DISTANCE",0),fdt=new VD("CIRCLE_UNDERLAP",1),EMt=new VD("RECTANGLE_UNDERLAP",2),ddt=new VD("INVERTED_OVERLAP",3),kMt=new VD("MINIMUM_ROOT_DISTANCE",4)}function I3n(t){J6t();var e,n,r,s,o;if(t==null)return null;for(r=t.length,s=r*2,e=Vt(Uh,Yd,28,s,15,1),n=0;n<r;n++)o=t[n],o<0&&(o+=256),e[n*2]=YK[o>>4],e[n*2+1]=YK[o&15];return nf(e,0,e.length)}function O3n(t){zz();var e,n,r;switch(r=t.c.length,r){case 0:return bve;case 1:return e=u(Xfe(new J(t)),44),_cn(e.ld(),e.md());default:return n=u(id(t,Vt(yw,bV,44,t.c.length,0,1)),173),new W2t(n)}}function P3n(t){var e,n,r,s,o,h;for(e=new V4,n=new V4,Ab(e,t),Ab(n,t);n.b!=n.c;)for(s=u(V6(n),36),h=new J(s.a);h.a<h.c.c.length;)o=u(et(h),10),o.e&&(r=o.e,Ab(e,r),Ab(n,r));return e}function Op(t,e){switch(e.g){case 1:return $6(t.j,(nl(),xCt));case 2:return $6(t.j,(nl(),vCt));case 3:return $6(t.j,(nl(),ECt));case 4:return $6(t.j,(nl(),TCt));default:return wn(),wn(),so}}function N3n(t,e){var n,r,s;n=vcn(e,t.e),r=u(tr(t.g.f,n),17).a,s=t.a.c.length-1,t.a.c.length!=0&&u(Oe(t.a,s),293).c==r?(++u(Oe(t.a,s),293).a,++u(Oe(t.a,s),293).b):pe(t.a,new xJt(r))}function F3n(t,e,n){var r,s;return r=Jkn(t,e,n),r!=0?r:Ui(e,(ae(),Bi))&&Ui(n,Bi)?(s=Bc(u(K(e,Bi),17).a,u(K(n,Bi),17).a),s<0?RO(t,e,n):s>0&&RO(t,n,e),s):k5n(t,e,n)}function $b(){$b=V,x8e=(si(),Yk),k8e=Pw,w8e=Ow,m8e=ox,v8e=s2,b8e=ax,OLt=EN,y8e=j3,G1t=(ckt(),s8e),K1t=a8e,NLt=l8e,W1t=d8e,FLt=h8e,BLt=f8e,PLt=o8e,cK=c8e,uK=u8e,hN=g8e,RLt=p8e,ILt=i8e}function bfe(t,e){var n,r,s,o,h;if(t.e<=e||ifn(t,t.g,e))return t.g;for(o=t.r,r=t.g,h=t.r,s=(o-r)/2+r;r+1<o;)n=SS(t,s,!1),n.b<=s&&n.a<=e?(h=s,o=s):r=s,s=(o-r)/2+r;return h}function B3n(t,e,n){var r;r=Rde(t,e,!0),Whe(n,"Recursive Graph Layout",r),Yxt(e,ot(st(HMt,1),Ln,536,0,[new cnt])),td(e,(si(),ux))||Yxt(e,ot(st(HMt,1),Ln,536,0,[new Ltt])),Ykt(t,e,null,n),wfe(n)}function wfe(t){var e;if(t.p==null)throw nt(new Fo("The task has not begun yet."));t.b||(t.k&&(e=(fg(),Qa(Oc(Date.now()),Fp)),t.q=W2(ef(e,t.o))*1e-9),t.c<t.r&&c4t(t,t.r-t.c),t.b=!0)}function CO(t){var e,n,r;for(r=new Xu,Zr(r,new se(t.j,t.k)),n=new Zn((!t.a&&(t.a=new Ns(bh,t,5)),t.a));n.e!=n.i.gc();)e=u(sr(n),377),Zr(r,new se(e.a,e.b));return Zr(r,new se(t.b,t.c)),r}function R3n(t,e,n,r,s){var o,h,d,m,k,T;if(s)for(m=s.a.length,o=new q2(m),T=(o.b-o.a)*o.c<0?(vb(),p2):new kb(o);T.Ob();)k=u(T.Pb(),17),d=jE(s,k.a),h=new qee(t,e,n,r),aEn(h.a,h.b,h.c,h.d,d)}function Qxt(t,e){var n;if($t(t)===$t(e))return!0;if(At(e,21)){n=u(e,21);try{return t.gc()==n.gc()&&t.Ic(n)}catch(r){if(r=is(r),At(r,169)||At(r,212))return!1;throw nt(r)}}return!1}function Mot(t,e,n,r,s,o){switch(this.c=t,e.g){case 2:if(t.a.Ne(s,n)<0)throw nt(new zn(u8t+s+obe+n));break;case 1:t.a.Ne(s,s);break;case 3:t.a.Ne(n,n)}this.f=e,this.b=n,this.a=r,this.e=s,this.d=o}function Jxt(t,e){var n;pe(t.d,e),n=e.Mf(),t.c?(t.e.a=b.Math.max(t.e.a,n.a),t.e.b+=n.b,t.d.c.length>1&&(t.e.b+=t.a)):(t.e.a+=n.a,t.e.b=b.Math.max(t.e.b,n.b),t.d.c.length>1&&(t.e.a+=t.a))}function j3n(t){var e,n,r,s;switch(s=t.i,e=s.b,r=s.j,n=s.g,s.a.g){case 0:n.a=(t.g.b.o.a-r.a)/2;break;case 1:n.a=e.d.n.a+e.d.a.a;break;case 2:n.a=e.d.n.a+e.d.a.a-r.a;break;case 3:n.b=e.d.n.b+e.d.a.b}}function $3n(t,e,n){var r,s,o;for(s=new nr(ir(Sg(n).a.Kc(),new q));Sr(s);)r=u(lr(s),18),!ho(r)&&!(!ho(r)&&r.c.i.c==r.d.i.c)&&(o=ode(t,r,n,new lKt),o.c.length>1&&In(e.c,o))}function mfe(t,e,n,r,s){if(r<e||s<n)throw nt(new zn("The highx must be bigger then lowx and the highy must be bigger then lowy"));return t.a<e?t.a=e:t.a>r&&(t.a=r),t.b<n?t.b=n:t.b>s&&(t.b=s),t}function z3n(t){if(At(t,143))return m6n(u(t,143));if(At(t,233))return c2n(u(t,233));if(At(t,23))return v3n(u(t,23));throw nt(new zn(wTt+Rb(new hl(ot(st(sa,1),Ln,1,5,[t])))))}function q3n(t,e,n,r,s){var o,h,d;for(o=!0,h=0;h<r;h++)o=o&n[h]==0;if(s==0)Wc(n,r,t,0,e),h=e;else{for(d=32-s,o=o&n[h]<<d==0,h=0;h<e-1;h++)t[h]=n[h+r]>>>s|n[h+r+1]<<d;t[h]=n[h+r]>>>s,++h}return o}function Zxt(t,e,n,r){var s,o,h;if(e.k==(Un(),ha)){for(o=new nr(ir(ca(e).a.Kc(),new q));Sr(o);)if(s=u(lr(o),18),h=s.c.i.k,h==ha&&t.c.a[s.c.i.c.p]==r&&t.c.a[e.c.p]==n)return!0}return!1}function H3n(t,e){var n,r,s,o;return e&=63,n=t.h&Og,e<22?(o=n>>>e,s=t.m>>e|n<<22-e,r=t.l>>e|t.m<<22-e):e<44?(o=0,s=n>>>e-22,r=t.m>>e-22|t.h<<44-e):(o=0,s=0,r=n>>>e-44),ku(r&Il,s&Il,o&Og)}function vfe(t,e,n,r){var s;this.b=r,this.e=t==(qm(),NA),s=e[n],this.d=$2(Fl,[le,B0],[183,28],16,[s.length,s.length],2),this.a=$2(Or,[le,ii],[53,28],15,[s.length,s.length],2),this.c=new Pxt(e,n)}function V3n(t){var e,n,r;for(t.k=new Gyt((ve(),ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn])).length,t.j.c.length),r=new J(t.j);r.a<r.c.c.length;)n=u(et(r),113),e=n.d.j,dn(t.k,e,n);t.e=i6n(q6(t.k))}function yfe(t,e){var n,r,s;qs(t.d,e),n=new eC,di(t.c,e,n),n.f=Aat(e.c),n.a=Aat(e.d),n.d=(yS(),s=e.c.i.k,s==(Un(),Ts)||s==fd),n.e=(r=e.d.i.k,r==Ts||r==fd),n.b=e.c.j==(ve(),Gn),n.c=e.d.j==Jn}function U3n(t){var e,n,r,s,o;for(o=ki,s=ki,r=new J(n5(t));r.a<r.c.c.length;)n=u(et(r),218),e=n.e.e-n.d.e,n.e==t&&e<s?s=e:e<o&&(o=e);return s==ki&&(s=-1),o==ki&&(o=-1),new Ys(fe(s),fe(o))}function G3n(t,e){var n,r,s;return s=E5,r=(cS(),BP),s=b.Math.abs(t.b),n=b.Math.abs(e.f-t.b),n<s&&(s=n,r=BU),n=b.Math.abs(t.a),n<s&&(s=n,r=RP),n=b.Math.abs(e.g-t.a),n<s&&(s=n,r=FU),r}function K3n(t,e){var n,r,s,o;for(n=e.a.o.a,o=new vp(Ia(e.a).b,e.c,e.f+1),s=new $r(o);s.b<s.d.gc();)if(r=(cr(s.b<s.d.gc()),u(s.d.Xb(s.c=s.b++),30)),r.c.a>=n)return L7(t,e,r.p),!0;return!1}function l5(t,e,n,r){var s,o,h,d,m,k;for(h=n.length,o=0,s=-1,k=fae((qn(e,t.length+1),t.substr(e)),(cit(),g9t)),d=0;d<h;++d)m=n[d].length,m>o&&wun(k,fae(n[d],g9t))&&(s=d,o=m);return s>=0&&(r[0]=e+o),s}function xfe(t){var e;return t.Db&64?Lot(t):(e=new Jl(aTt),!t.a||ni(ni((e.a+=' "',e),t.a),'"'),ni(gm(ni(gm(ni(gm(ni(gm((e.a+=" (",e),t.i),","),t.j)," | "),t.g),","),t.f),")"),e.a)}function kfe(t,e,n){var r,s,o,h,d;for(d=Au(t.e.Dh(),e),s=u(t.g,124),r=0,h=0;h<t.i;++h)if(o=s[h],d.am(o.Lk())){if(r==n)return r3(t,h),bo(),u(e,69).xk()?o:o.md();++r}throw nt(new No(ZS+n+ww+r))}function Efe(t){var e,n,r;if(e=t.c,e==2||e==7||e==1)return xi(),xi(),EL;for(r=Ukt(t),n=null;(e=t.c)!=2&&e!=7&&e!=1;)n||(n=(xi(),xi(),new l_(1)),cw(n,r),r=n),cw(n,Ukt(t));return r}function W3n(t,e,n){return t<0||t>n?c6t(t,n,"start index"):e<0||e>n?c6t(e,n,"end index"):xS("end index (%s) must not be less than start index (%s)",ot(st(sa,1),Ln,1,5,[fe(e),fe(t)]))}function Tfe(t,e){var n,r,s,o;for(r=0,s=t.length;r<s;r++){o=t[r];try{o[1]?o[0].Um()&&(e=Zcn(e,o)):o[0].Um()}catch(h){if(h=is(h),At(h,82))n=h,c$(),zln(At(n,485)?u(n,485).ke():n);else throw nt(h)}}return e}function L7(t,e,n){var r,s,o;for(n!=e.c+e.b.gc()&&g7n(e.a,Mgn(e,n-e.c)),o=e.a.c.p,t.a[o]=b.Math.max(t.a[o],e.a.o.a),s=u(K(e.a,(ae(),kA)),15).Kc();s.Ob();)r=u(s.Pb(),72),Zt(r,cft,(Nn(),!0))}function Y3n(t,e){var n,r,s;s=_6n(e),Zt(e,(ae(),jft),s),s&&(r=ki,yo(t.f,s)&&(r=u(Uo(yo(t.f,s)),17).a),n=u(Oe(e.g,0),18),Ie(De(K(n,dd)))||di(t,s,fe(b.Math.min(u(K(n,Bi),17).a,r))))}function Cfe(t,e,n){var r,s,o,h,d;for(e.p=-1,d=Wm(e,(xo(),xu)).Kc();d.Ob();)for(h=u(d.Pb(),12),s=new J(h.g);s.a<s.c.c.length;)r=u(et(s),18),o=r.d.i,e!=o&&(o.p<0?n.Fc(r):o.p>0&&Cfe(t,o,n));e.p=0}function qe(t){var e;this.c=new Qi,this.f=t.e,this.e=t.d,this.i=t.g,this.d=t.c,this.b=t.b,this.k=t.j,this.a=t.a,t.i?this.j=t.i:this.j=(e=u(m1(H0),9),new Eh(e,u(Ff(e,e.length),9),0)),this.g=t.f}function X3n(t){var e,n,r,s;for(e=Cb(ni(new Jl("Predicates."),"and"),40),n=!0,s=new $r(t);s.b<s.d.gc();)r=(cr(s.b<s.d.gc()),s.d.Xb(s.c=s.b++)),n||(e.a+=","),e.a+=""+r,n=!1;return(e.a+=")",e).a}function _fe(t,e,n){var r,s,o;if(!(n<=e+2))for(s=(n-e)/2|0,r=0;r<s;++r)o=(mn(e+r,t.c.length),u(t.c[e+r],12)),Sh(t,e+r,(mn(n-r-1,t.c.length),u(t.c[n-r-1],12))),mn(n-r-1,t.c.length),t.c[n-r-1]=o}function Q3n(t,e,n){var r,s,o,h,d,m,k,T;o=t.d.p,d=o.e,m=o.r,t.g=new oI(m),h=t.d.o.c.p,r=h>0?d[h-1]:Vt(z0,Bp,10,0,0,1),s=d[h],k=h<d.length-1?d[h+1]:Vt(z0,Bp,10,0,0,1),T=e==n-1,T?ist(t.g,s,k):ist(t.g,r,s)}function Sfe(t){var e;this.j=new ge,this.f=new Os,this.b=(e=u(m1(go),9),new Eh(e,u(Ff(e,e.length),9),0)),this.d=Vt(Or,ii,28,(ve(),ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn])).length,15,1),this.g=t}function Afe(t,e){var n,r,s;if(e.c.length!=0){for(n=rfe(t,e),s=!1;!n;)VH(t,e,!0),s=!0,n=rfe(t,e);s&&VH(t,e,!1),r=lat(e),t.b&&t.b.Gg(r),t.a=sue(t,(mn(0,e.c.length),u(e.c[0],27))),Afe(t,r)}}function Dot(t,e){var n,r,s;if(r=Tn(t.Dh(),e),n=e-t.ji(),n<0)if(r)if(r.rk())s=t.Ih(r),s>=0?t.ki(s):f6t(t,r);else throw nt(new zn(Kb+r.xe()+XS));else throw nt(new zn(Twe+e+Cwe));else Dh(t,n,r)}function t6t(t){var e,n;if(n=null,e=!1,At(t,211)&&(e=!0,n=u(t,211).a),e||At(t,263)&&(e=!0,n=""+u(t,263).a),e||At(t,492)&&(e=!0,n=""+u(t,492).a),!e)throw nt(new Unt(bTt));return n}function e6t(t,e,n){var r,s,o,h,d,m;for(m=Au(t.e.Dh(),e),r=0,d=t.i,s=u(t.g,124),h=0;h<t.i;++h)if(o=s[h],m.am(o.Lk())){if(n==r)return h;++r,d=h+1}if(n==r)return d;throw nt(new No(ZS+n+ww+r))}function J3n(t,e){var n,r,s,o;if(t.f.c.length==0)return null;for(o=new P6,r=new J(t.f);r.a<r.c.c.length;)n=u(et(r),72),s=n.o,o.b=b.Math.max(o.b,s.a),o.a+=s.b;return o.a+=(t.f.c.length-1)*e,o}function Z3n(t){var e,n,r,s;for(n=new Qi,Aa(n,t.o),r=new B2t;n.b!=0;)e=u(n.b==0?null:(cr(n.b!=0),Lh(n,n.a.a)),515),s=dpe(t,e,!0),s&&pe(r.a,e);for(;r.a.c.length!=0;)e=u(Gce(r),515),dpe(t,e,!1)}function Pp(){Pp=V,VMt=new D6(FS,0),aa=new D6("BOOLEAN",1),ic=new D6("INT",2),ex=new D6("STRING",3),Ga=new D6("DOUBLE",4),rs=new D6("ENUM",5),Wk=new D6("ENUMSET",6),pd=new D6("OBJECT",7)}function gS(t,e){var n,r,s,o,h;r=b.Math.min(t.c,e.c),o=b.Math.min(t.d,e.d),s=b.Math.max(t.c+t.b,e.c+e.b),h=b.Math.max(t.d+t.a,e.d+e.a),s<r&&(n=r,r=s,s=n),h<o&&(n=o,o=h,h=n),HZt(t,r,o,s-r,h-o)}function Lfe(t,e){var n,r;if(t.f){for(;e.Ob();)if(n=u(e.Pb(),76),r=n.Lk(),At(r,102)&&u(r,19).Bb&Pc&&(!t.e||r.pk()!=WT||r.Lj()!=0)&&n.md()!=null)return e.Ub(),!0;return!1}else return e.Ob()}function Mfe(t,e){var n,r;if(t.f){for(;e.Sb();)if(n=u(e.Ub(),76),r=n.Lk(),At(r,102)&&u(r,19).Bb&Pc&&(!t.e||r.pk()!=WT||r.Lj()!=0)&&n.md()!=null)return e.Pb(),!0;return!1}else return e.Sb()}function rl(){rl=V,zIt=ot(st(Ne,1),le,2,6,[DTt,CP,vU,zme,yU,tht,oU]),$It=ot(st(Ne,1),le,2,6,[DTt,"empty",CP,TP,"elementOnly"]),qIt=ot(st(Ne,1),le,2,6,[DTt,"preserve","replace",M1]),Fa=new UZt}function n6t(t,e,n){var r,s,o;if(e!=n){r=e;do Ei(t,r.c),s=r.e,s&&(o=r.d,Em(t,o.b,o.d),Ei(t,s.n),r=Ia(s));while(s);r=n;do ra(t,r.c),s=r.e,s&&(o=r.d,p_(t,o.b,o.d),ra(t,s.n),r=Ia(s));while(s)}}function Iot(t,e,n,r){var s,o,h,d,m;if(r.f.c+r.i.c==0)for(h=t.a[t.c],d=0,m=h.length;d<m;++d)o=h[d],di(r,o,new qoe(t,o,n));return s=u(Uo(yo(r.f,e)),677),s.b=0,s.c=s.f,s.c==0||dr(u(Oe(s.a,s.b),293)),s}function gk(){gk=V,yT=new QC("MEDIAN_LAYER",0),bA=new QC("TAIL_LAYER",1),vT=new QC("HEAD_LAYER",2),T3=new QC("SPACE_EFFICIENT_LAYER",3),B5=new QC("WIDEST_LAYER",4),F5=new QC("CENTER_LAYER",5)}function r6t(t){var e,n,r,s;for(t.e=0,s=_r(t.f,0);s.b!=s.d.c;)r=u(Tr(s),10),r.p>=t.d.b.c.length&&(e=new tu(t.d),e.p=r.p-1,pe(t.d.b,e),n=new tu(t.d),n.p=r.p,pe(t.d.b,n)),Ca(r,u(Oe(t.d.b,r.p),30))}function i6t(t,e,n){var r,s,o;if(!t.b[e.g]){for(t.b[e.g]=!0,r=n,!r&&(r=new MI),Zr(r.b,e),o=t.a[e.g].Kc();o.Ob();)s=u(o.Pb(),65),s.b!=e&&i6t(t,s.b,r),s.c!=e&&i6t(t,s.c,r),Zr(r.a,s);return r}return null}function t4n(t){switch(t.g){case 0:case 1:case 2:return ve(),Hn;case 3:case 4:case 5:return ve(),vr;case 6:case 7:case 8:return ve(),Gn;case 9:case 10:case 11:return ve(),Jn;default:return ve(),gc}}function e4n(t,e){var n;return t.c.length==0?!1:(n=Hue((mn(0,t.c.length),u(t.c[0],18)).c.i),th(),n==(Yy(),Y5)||n==W5?!0:Q4(Go(new ln(null,new gn(t,16)),new UJ),new uUt(e)))}function Oot(t,e){if(At(e,207))return Yrn(t,u(e,27));if(At(e,193))return Xrn(t,u(e,123));if(At(e,451))return Wrn(t,u(e,166));throw nt(new zn(wTt+Rb(new hl(ot(st(sa,1),Ln,1,5,[e])))))}function Dfe(t,e,n){var r,s;if(this.f=t,r=u(tr(t.b,e),260),s=r?r.a:0,k3t(n,s),n>=(s/2|0))for(this.e=r?r.c:null,this.d=s;n++<s;)dae(this);else for(this.c=r?r.b:null;n-- >0;)G3t(this);this.b=e,this.a=null}function n4n(t,e){var n,r;e.a?F6n(t,e):(n=u(nrt(t.b,e.b),60),n&&n==t.a[e.b.f]&&n.a&&n.a!=e.b.a&&n.c.Fc(e.b),r=u(ert(t.b,e.b),60),r&&t.a[r.f]==e.b&&r.a&&r.a!=e.b.a&&e.b.c.Fc(r),Yrt(t.b,e.b))}function Ife(t,e){var n,r;if(n=u(Mo(t.b,e),127),u(u(Mi(t.r,e),21),87).dc()){n.n.b=0,n.n.c=0;return}n.n.b=t.C.b,n.n.c=t.C.c,t.A.Hc((Kl(),Fw))&&s0e(t,e),r=Mwn(t,e),Got(t,e)==(i5(),o2)&&(r+=2*t.w),n.a.a=r}function Ofe(t,e){var n,r;if(n=u(Mo(t.b,e),127),u(u(Mi(t.r,e),21),87).dc()){n.n.d=0,n.n.a=0;return}n.n.d=t.C.d,n.n.a=t.C.a,t.A.Hc((Kl(),Fw))&&a0e(t,e),r=Lwn(t,e),Got(t,e)==(i5(),o2)&&(r+=2*t.w),n.a.b=r}function r4n(t,e){var n,r,s,o;for(o=new ge,r=new J(e);r.a<r.c.c.length;)n=u(et(r),68),pe(o,new Mwt(n,!0)),pe(o,new Mwt(n,!1));s=new one(t),s.a.a.$b(),kre(o,t.b,new hl(ot(st(Yve,1),Ln,693,0,[s])))}function Pfe(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt;return m=t.a,j=t.b,k=e.a,U=e.b,T=n.a,W=n.b,A=r.a,tt=r.b,o=m*U-j*k,h=T*tt-W*A,s=(m-k)*(W-tt)-(j-U)*(T-A),d=(o*(T-A)-h*(m-k))/s,N=(o*(W-tt)-h*(j-U))/s,new se(d,N)}function i4n(t,e){var n,r,s;e.Ug("End label pre-processing",1),n=Rt(Ht(K(t,(Me(),G5)))),r=Rt(Ht(K(t,O3))),s=j4(u(K(t,fh),88)),xs(lc(new ln(null,new gn(t.b,16)),new MM),new AZt(n,r,s)),e.Vg()}function s6t(t,e){var n,r,s;if(!t.d[e.p]){for(t.d[e.p]=!0,t.a[e.p]=!0,r=new nr(ir(As(e).a.Kc(),new q));Sr(r);)n=u(lr(r),18),!ho(n)&&(s=n.d.i,t.a[s.p]?pe(t.b,n):s6t(t,s));t.a[e.p]=!1}}function Nfe(t,e,n){var r;switch(r=0,u(K(e,(Me(),Du)),171).g){case 2:r=2*-n+t.a,++t.a;break;case 1:r=-n;break;case 3:r=n;break;case 4:r=2*n+t.b,++t.b}return Ui(e,(ae(),Bi))&&(r+=u(K(e,Bi),17).a),r}function Ffe(t,e,n){var r,s,o;for(n.zc(e,t),pe(t.n,e),o=t.p.zg(e),e.j==t.p.Ag()?Due(t.e,o):Due(t.j,o),Rz(t),s=C0(rh(ot(st(hh,1),Ln,20,0,[new oE(e),new v6(e)])));Sr(s);)r=u(lr(s),12),n._b(r)||Ffe(t,r,n)}function s4n(t,e,n){var r,s,o;for(n.Ug("Processor set neighbors",1),t.a=e.b.b==0?1:e.b.b,s=null,r=_r(e.b,0);!s&&r.b!=r.d.c;)o=u(Tr(r),39),Ie(De(K(o,(zi(),i2))))&&(s=o);s&&zde(t,new hg(s),n),n.Vg()}function a6t(t){var e,n,r;return n=u(ne(t,(si(),Ow)),21),n.Hc((Kl(),z3))?(r=u(ne(t,s2),21),e=new eo(u(ne(t,ox),8)),r.Hc((Dl(),KT))&&(e.a<=0&&(e.a=20),e.b<=0&&(e.b=20)),e):new Ea}function o6t(t){var e,n,r;if(!t.b){for(r=new GR,n=new B6(_S(t));n.e!=n.i.gc();)e=u(Qat(n),19),e.Bb&Pc&&Mr(r,e);Uy(r),t.b=new B4((u(Lt(Xt((Tb(),Fn).o),8),19),r.i),r.g),Sl(t).b&=-9}return t.b}function Zy(t){var e,n,r;for(n=t.length,r=0;r<n&&(qn(r,t.length),t.charCodeAt(r)<=32);)++r;for(e=n;e>r&&(qn(e-1,t.length),t.charCodeAt(e-1)<=32);)--e;return r>0||e<n?(Sa(r,e,t.length),t.substr(r,e-r)):t}function a4n(t,e){var n,r,s,o,h,d,m,k;m=u(uS(q6(e.k),Vt(go,$c,64,2,0,1)),126),k=e.g,n=Ure(e,m[0]),s=Vre(e,m[1]),r=fot(t,k,n,s),o=Ure(e,m[1]),d=Vre(e,m[0]),h=fot(t,k,o,d),r<=h?(e.a=n,e.c=s):(e.a=o,e.c=d)}function _O(t){var e;wn();var n,r,s,o,h,d;if(At(t,59))for(o=0,s=t.gc()-1;o<s;++o,--s)e=t.Xb(o),t.hd(o,t.Xb(s)),t.hd(s,e);else for(n=t.ed(),h=t.fd(t.gc());n.Tb()<h.Vb();)r=n.Pb(),d=h.Ub(),n.Wb(d),h.Wb(r)}function zH(t,e){var n,r,s,o,h,d;for(d=0,o=new V4,Ab(o,e);o.b!=o.c;)for(h=u(V6(o),219),d+=she(h.d,h.e),s=new J(h.b);s.a<s.c.c.length;)r=u(et(s),36),n=u(Oe(t.b,r.p),219),n.s||(d+=zH(t,n));return d}function Bfe(t,e,n,r,s){var o,h,d,m,k;if(e)for(d=e.Kc();d.Ob();)for(h=u(d.Pb(),10),k=nkt(h,(xo(),xu),n).Kc();k.Ob();)m=u(k.Pb(),12),o=u(Uo(yo(s.f,m)),118),o||(o=new YI(t.d),In(r.c,o),Ffe(o,m,s))}function Rfe(t,e,n){var r,s;rce(this),e==(Fm(),r2)?qs(this.r,t.c):qs(this.w,t.c),n==r2?qs(this.r,t.d):qs(this.w,t.d),yfe(this,t),r=Aat(t.c),s=Aat(t.d),lfe(this,r,s,s),this.o=(yS(),b.Math.abs(r-s)<.2)}function jfe(t,e,n){var r,s,o,h,d,m;if(d=u($n(t.a,8),2035),d!=null)for(s=d,o=0,h=s.length;o<h;++o)null.Um();r=n,t.a.Db&1||(m=new dee(t,n,e),r.dj(m)),At(r,686)?u(r,686).fj(t.a):r.cj()==t.a&&r.ej(null)}function o4n(){var t;return ITe?u(D7((mb(),wf),vw),2044):(B9n(),t=u(At(eu((mb(),wf),vw),594)?eu(wf,vw):new Tee,594),ITe=!0,ECn(t),i_n(t),di((ywt(),SIt),t,new uet),got(t),Bo(wf,vw,t),t)}function c4n(t,e,n,r){var s;return s=l5(t,n,ot(st(Ne,1),le,2,6,[Uct,Gct,Kct,Wct,Yct,Xct,Qct]),e),s<0&&(s=l5(t,n,ot(st(Ne,1),le,2,6,["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]),e)),s<0?!1:(r.d=s,!0)}function u4n(t,e,n,r){var s;return s=l5(t,n,ot(st(Ne,1),le,2,6,[Uct,Gct,Kct,Wct,Yct,Xct,Qct]),e),s<0&&(s=l5(t,n,ot(st(Ne,1),le,2,6,["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]),e)),s<0?!1:(r.d=s,!0)}function vu(t,e,n){var r,s,o,h;if(h=t.b.Ce(e),s=(r=t.a.get(h),r??Vt(sa,Ln,1,0,5,1)),s.length==0)t.a.set(h,s);else if(o=Yce(t,e,s),o)return o.nd(n);return hs(s,s.length,new S$(e,n)),++t.c,++t.b.g,null}function l4n(t){var e,n,r;for(kxn(t),r=new ge,n=new J(t.a.a.b);n.a<n.c.c.length;)e=u(et(n),86),pe(r,new Owt(e,!0)),pe(r,new Owt(e,!1));Qwn(t.c),CI(r,t.b,new hl(ot(st($P,1),Ln,382,0,[t.c]))),N5n(t)}function SO(t,e){var n,r,s;for(s=new ge,r=new J(t.c.a.b);r.a<r.c.c.length;)n=u(et(r),60),e.Lb(n)&&(pe(s,new _wt(n,!0)),pe(s,new _wt(n,!1)));Xwn(t.e),kre(s,t.d,new hl(ot(st(Yve,1),Ln,693,0,[t.e])))}function h4n(t){var e,n,r,s;for(n=new Er,s=new J(t.d);s.a<s.c.c.length;)r=u(et(s),187),e=u(r.of((ae(),zk)),18),yo(n.f,e)||di(n,e,new tne(e)),pe(u(Uo(yo(n.f,e)),465).b,r);return new fl(new li(n))}function f4n(t,e){var n,r,s,o,h;for(r=new Tre(t.j.c.length),n=null,o=new J(t.j);o.a<o.c.c.length;)s=u(et(o),12),s.j!=n&&(r.b==r.c||ede(r,n,e),l3t(r),n=s.j),h=B1e(s),h&&i3t(r,h);r.b==r.c||ede(r,n,e)}function d4n(t,e){var n,r,s;for(r=new _a(t.b,0);r.b<r.d.gc();)n=(cr(r.b<r.d.gc()),u(r.d.Xb(r.c=r.b++),72)),s=u(K(n,(Me(),a0)),278),s==(nd(),$3)&&(Ul(r),pe(e.b,n),Ui(n,(ae(),zk))||Zt(n,zk,t))}function g4n(t){var e,n,r,s,o;for(e=mg(new nr(ir(As(t).a.Kc(),new q))),s=new nr(ir(ca(t).a.Kc(),new q));Sr(s);)r=u(lr(s),18),n=r.c.i,o=mg(new nr(ir(As(n).a.Kc(),new q))),e=b.Math.max(e,o);return fe(e)}function $fe(t,e,n){var r,s,o;r=u(ne(t,(si(),vN)),21),s=0,o=0,e.a>n.a&&(r.Hc((aw(),JA))?s=(e.a-n.a)/2:r.Hc(ZA)&&(s=e.a-n.a)),e.b>n.b&&(r.Hc((aw(),eL))?o=(e.b-n.b)/2:r.Hc(tL)&&(o=e.b-n.b)),Hxt(t,s,o)}function zfe(t,e,n,r,s,o,h,d,m,k,T,A,N){At(t.Cb,90)&&t3(Sl(u(t.Cb,90)),4),wu(t,n),t.f=h,b7(t,d),m7(t,m),p7(t,k),w7(t,T),Lp(t,A),v7(t,N),Ap(t,!0),Tp(t,s),t.Zk(o),rw(t,e),r!=null&&(t.i=null,zq(t,r))}function c6t(t,e,n){if(t<0)return xS(Rpe,ot(st(sa,1),Ln,1,5,[n,fe(t)]));if(e<0)throw nt(new zn(jpe+e));return xS("%s (%s) must not be greater than size (%s)",ot(st(sa,1),Ln,1,5,[n,fe(t),fe(e)]))}function u6t(t,e,n,r,s,o){var h,d,m,k;if(h=r-n,h<7){Qbn(e,n,r,o);return}if(m=n+s,d=r+s,k=m+(d-m>>1),u6t(e,t,m,k,-s,o),u6t(e,t,k,d,-s,o),o.Ne(t[k-1],t[k])<=0){for(;n<r;)hs(e,n++,t[m++]);return}sbn(t,m,k,d,e,n,r,o)}function p4n(t,e){var n,r,s,o,h,d,m;for(m=e.d,s=e.b.j,d=new J(m);d.a<d.c.c.length;)for(h=u(et(d),105),o=Vt(Fl,B0,28,s.c.length,16,1),di(t.b,h,o),n=h.a.d.p-1,r=h.c.d.p;n!=r;)n=(n+1)%s.c.length,o[n]=!0}function b4n(t,e){if(s4t(),Ui(t,(ae(),Bi))&&Ui(e,Bi))return Bc(u(K(t,Bi),17).a,u(K(e,Bi),17).a);throw nt(new _6("The BF model order layer assigner requires all real nodes to have a model order."))}function w4n(t,e){if(a4t(),Ui(t,(ae(),Bi))&&Ui(e,Bi))return Bc(u(K(t,Bi),17).a,u(K(e,Bi),17).a);throw nt(new _6("The DF model order layer assigner requires all real nodes to have a model order."))}function m4n(t,e){for(t.r=new YI(t.p),dt(t.r,t),Aa(t.r.j,t.j),Zl(t.j),Zr(t.j,e),Zr(t.r.e,e),Rz(t),Rz(t.r);t.f.c.length!=0;)NQt(u(Oe(t.f,0),132));for(;t.k.c.length!=0;)NQt(u(Oe(t.k,0),132));return t.r}function Pot(t,e,n){var r,s,o;if(s=Tn(t.Dh(),e),r=e-t.ji(),r<0)if(s)if(s.rk())o=t.Ih(s),o>=0?t.bi(o,n):j6t(t,s,n);else throw nt(new zn(Kb+s.xe()+XS));else throw nt(new zn(Twe+e+Cwe));else Ih(t,r,s,n)}function qfe(t){var e,n;if(t.f){for(;t.n>0;){if(e=u(t.k.Xb(t.n-1),76),n=e.Lk(),At(n,102)&&u(n,19).Bb&Pc&&(!t.e||n.pk()!=WT||n.Lj()!=0)&&e.md()!=null)return!0;--t.n}return!1}else return t.n>0}function Hfe(t){var e,n,r,s;if(n=u(t,54)._h(),n)try{if(r=null,e=D7((mb(),wf),A0e(u2n(n))),e&&(s=e.ai(),s&&(r=s.Fl(lnn(n.e)))),r&&r!=t)return Hfe(r)}catch(o){if(o=is(o),!At(o,63))throw nt(o)}return t}function v4n(t,e,n){var r,s,o;n.Ug("Remove overlaps",1),n.dh(e,v7t),r=u(ne(e,(G4(),J5)),27),t.f=r,t.a=Zat(u(ne(e,($b(),hN)),299)),s=Ht(ne(e,(si(),Pw))),Pt(t,(Wn(s),s)),o=n3(r),Xge(t,e,o,n),n.dh(e,ZV)}function y4n(t){var e,n,r;if(Ie(De(ne(t,(si(),xN))))){for(r=new ge,n=new nr(ir(Mg(t).a.Kc(),new q));Sr(n);)e=u(lr(n),74),Jm(e)&&Ie(De(ne(e,_dt)))&&In(r.c,e);return r}else return wn(),wn(),so}function Vfe(t){if(!t)return HKt(),Cve;var e=t.valueOf?t.valueOf():t;if(e!==t){var n=xht[typeof e];return n?n(e):Z4t(typeof e)}else return t instanceof Array||t instanceof b.Array?new Hj(t):new g6(t)}function Ufe(t,e,n){var r,s,o;switch(o=t.o,r=u(Mo(t.p,n),252),s=r.i,s.b=MO(r),s.a=LO(r),s.b=b.Math.max(s.b,o.a),s.b>o.a&&!e&&(s.b=o.a),s.c=-(s.b-o.a)/2,n.g){case 1:s.d=-s.a;break;case 3:s.d=o.b}sct(r),act(r)}function Gfe(t,e,n){var r,s,o;switch(o=t.o,r=u(Mo(t.p,n),252),s=r.i,s.b=MO(r),s.a=LO(r),s.a=b.Math.max(s.a,o.b),s.a>o.b&&!e&&(s.a=o.b),s.d=-(s.a-o.b)/2,n.g){case 4:s.c=-s.b;break;case 2:s.c=o.a}sct(r),act(r)}function x4n(t,e){var n,r,s,o,h;if(!e.dc()){if(s=u(e.Xb(0),131),e.gc()==1){Ede(t,s,s,1,0,e);return}for(n=1;n<e.gc();)(s.j||!s.o)&&(o=Smn(e,n),o&&(r=u(o.a,17).a,h=u(o.b,131),Ede(t,s,h,n,r,e),n=r+1,s=h))}}function k4n(t){var e,n,r,s,o,h;for(h=new fl(t.d),Ms(h,new zM),e=(ZH(),ot(st(c_t,1),te,276,0,[dft,bft,fft,vft,pft,gft,mft,wft])),n=0,o=new J(h);o.a<o.c.c.length;)s=u(et(o),105),r=e[n%e.length],x5n(s,r),++n}function E4n(t,e){g5();var n,r,s,o;if(e.b<2)return!1;for(o=_r(e,0),n=u(Tr(o),8),r=n;o.b!=o.d.c;){if(s=u(Tr(o),8),!(e7(t,r)&&e7(t,s)))return!1;r=s}return!!(e7(t,r)&&e7(t,n))}function l6t(t,e){var n,r,s,o,h,d,m,k,T,A;return T=null,A=t,h=Tg(A,"x"),n=new oGt(e),e0n(n.a,h),d=Tg(A,"y"),r=new cGt(e),n0n(r.a,d),m=Tg(A,jlt),s=new uGt(e),r0n(s.a,m),k=Tg(A,Rlt),o=new lGt(e),T=(i0n(o.a,k),k),T}function t3(t,e){n0e(t,e),t.b&1&&(t.a.a=null),t.b&2&&(t.a.f=null),t.b&4&&(t.a.g=null,t.a.i=null),t.b&16&&(t.a.d=null,t.a.e=null),t.b&8&&(t.a.b=null),t.b&32&&(t.a.j=null,t.a.c=null)}function T4n(t,e){var n,r,s;if(s=0,e.length>0)try{s=oh(e,Va,ki)}catch(o){throw o=is(o),At(o,130)?(r=o,nt(new kq(r))):nt(o)}return n=(!t.a&&(t.a=new Lnt(t)),t.a),s<n.i&&s>=0?u(Lt(n,s),58):null}function C4n(t,e){if(t<0)return xS(Rpe,ot(st(sa,1),Ln,1,5,["index",fe(t)]));if(e<0)throw nt(new zn(jpe+e));return xS("%s (%s) must be less than size (%s)",ot(st(sa,1),Ln,1,5,["index",fe(t),fe(e)]))}function _4n(t){var e,n,r,s,o;if(t==null)return Hu;for(o=new tw(ro,"[","]"),n=t,r=0,s=n.length;r<s;++r)e=n[r],o.a?ni(o.a,o.b):o.a=new Jl(o.d),c_(o.a,""+e);return o.a?o.e.length==0?o.a.a:o.a.a+(""+o.e):o.c}function S4n(t){var e,n,r,s,o;if(t==null)return Hu;for(o=new tw(ro,"[","]"),n=t,r=0,s=n.length;r<s;++r)e=n[r],o.a?ni(o.a,o.b):o.a=new Jl(o.d),c_(o.a,""+e);return o.a?o.e.length==0?o.a.a:o.a.a+(""+o.e):o.c}function A4n(t){var e,n,r,s,o;if(t==null)return Hu;for(o=new tw(ro,"[","]"),n=t,r=0,s=n.length;r<s;++r)e=n[r],o.a?ni(o.a,o.b):o.a=new Jl(o.d),c_(o.a,""+e);return o.a?o.e.length==0?o.a.a:o.a.a+(""+o.e):o.c}function L4n(t){var e,n,r,s,o;if(t==null)return Hu;for(o=new tw(ro,"[","]"),n=t,r=0,s=n.length;r<s;++r)e=n[r],o.a?ni(o.a,o.b):o.a=new Jl(o.d),c_(o.a,""+e);return o.a?o.e.length==0?o.a.a:o.a.a+(""+o.e):o.c}function Kfe(t,e){var n,r,s,o,h,d;for(n=t.b.c.length,s=Oe(t.b,e);e*2+1<n&&(r=(o=2*e+1,h=o+1,d=o,h<n&&t.a.Ne(Oe(t.b,h),Oe(t.b,o))<0&&(d=h),d),!(t.a.Ne(s,Oe(t.b,r))<0));)Sh(t.b,e,Oe(t.b,r)),e=r;Sh(t.b,e,s)}function Not(t,e,n){var r,s;return r=n.d,s=n.e,t.g[r.d]<=t.i[e.d]&&t.i[e.d]<=t.i[r.d]&&t.g[s.d]<=t.i[e.d]&&t.i[e.d]<=t.i[s.d]?!(t.i[r.d]<t.i[s.d]):t.i[r.d]<t.i[s.d]}function M4n(t,e){var n;if(n=u(K(e,(Me(),_A)),322),n!=t)throw nt(new _6("The hierarchy aware processor "+n+" in child node "+e+" is only allowed if the root node specifies the same hierarchical processor."))}function D4n(t,e){var n,r,s,o,h;for(r=(!e.s&&(e.s=new Jt(Ku,e,21,17)),e.s),o=null,s=0,h=r.i;s<h;++s)switch(n=u(Lt(r,s),179),Im(Ro(t,n))){case 2:case 3:!o&&(o=new ge),In(o.c,n)}return o||(wn(),wn(),so)}function Wfe(t,e,n){var r,s,o,h,d,m;for(m=ns,o=new J(fde(t.b));o.a<o.c.c.length;)for(s=u(et(o),177),d=new J(fde(e.b));d.a<d.c.c.length;)h=u(et(d),177),r=tpn(s.a,s.b,h.a,h.b,n),m=b.Math.min(m,r);return m}function Qs(t,e){if(!e)throw nt(new y6);if(t.j=e,!t.d)switch(t.j.g){case 1:t.a.a=t.o.a/2,t.a.b=0;break;case 2:t.a.a=t.o.a,t.a.b=t.o.b/2;break;case 3:t.a.a=t.o.a/2,t.a.b=t.o.b;break;case 4:t.a.a=0,t.a.b=t.o.b/2}}function I4n(t,e){var n,r,s;return At(e.g,10)&&u(e.g,10).k==(Un(),Ds)?ns:(s=J6(e),s?b.Math.max(0,t.b/2-.5):(n=Y4(e),n?(r=Rt(Ht(Wy(n,(Me(),Sv)))),b.Math.max(0,r/2-.5)):ns))}function O4n(t,e){var n,r,s;return At(e.g,10)&&u(e.g,10).k==(Un(),Ds)?ns:(s=J6(e),s?b.Math.max(0,t.b/2-.5):(n=Y4(e),n?(r=Rt(Ht(Wy(n,(Me(),Sv)))),b.Math.max(0,r/2-.5)):ns))}function P4n(t,e){Bf();var n,r,s,o,h,d;for(n=null,h=e.Kc();h.Ob();)o=u(h.Pb(),131),!o.o&&(r=gin(o.a),s=ycn(o.a),d=new CS(r,s,null,u(o.d.a.ec().Kc().Pb(),18)),pe(d.c,o.a),In(t.c,d),n&&pe(n.d,d),n=d)}function N4n(t){var e,n,r,s,o,h;for(h=J_(t.d,t.e),o=h.Kc();o.Ob();)for(s=u(o.Pb(),12),r=t.e==(ve(),Gn)?s.e:s.g,n=new J(r);n.a<n.c.c.length;)e=u(et(n),18),!ho(e)&&e.c.i.c!=e.d.i.c&&(N3n(t,e),++t.f,++t.c)}function Yfe(t,e){var n,r;if(e.dc())return wn(),wn(),so;for(r=new ge,pe(r,fe(Va)),n=1;n<t.f;++n)t.a==null&&e0e(t),t.a[n]&&pe(r,fe(n));return r.c.length==1?(wn(),wn(),so):(pe(r,fe(ki)),UEn(e,r))}function F4n(t,e){var n,r,s,o,h,d,m;h=e.c.i.k!=(Un(),Ts),m=h?e.d:e.c,n=Umn(e,m).i,s=u(tr(t.k,m),125),r=t.i[n.p].a,dZt(m.i)<(n.c?Wo(n.c.a,n,0):-1)?(o=s,d=r):(o=r,d=s),Hf(Of(If(Pf(Df(new Qh,0),4),o),d))}function B4n(t,e,n){var r,s,o,h,d,m;if(n)for(s=n.a.length,r=new q2(s),d=(r.b-r.a)*r.c<0?(vb(),p2):new kb(r);d.Ob();)h=u(d.Pb(),17),m=uot(t,pk($y(n,h.a))),m&&(o=(!e.b&&(e.b=new En(gr,e,4,7)),e.b),Mr(o,m))}function R4n(t,e,n){var r,s,o,h,d,m;if(n)for(s=n.a.length,r=new q2(s),d=(r.b-r.a)*r.c<0?(vb(),p2):new kb(r);d.Ob();)h=u(d.Pb(),17),m=uot(t,pk($y(n,h.a))),m&&(o=(!e.c&&(e.c=new En(gr,e,5,8)),e.c),Mr(o,m))}function AO(t,e,n){var r,s;r=e.a&t.f,e.b=t.b[r],t.b[r]=e,s=e.f&t.f,e.d=t.c[s],t.c[s]=e,n?(e.e=n.e,e.e?e.e.c=e:t.a=e,e.c=n.c,e.c?e.c.e=e:t.e=e):(e.e=t.e,e.c=null,t.e?t.e.c=e:t.a=e,t.e=e),++t.i,++t.g}function Xfe(t){var e,n,r;if(e=t.Pb(),!t.Ob())return e;for(r=Zc(ni(new pb,"expected one element but was: <"),e),n=0;n<4&&t.Ob();n++)Zc((r.a+=ro,r),t.Pb());throw t.Ob()&&(r.a+=", ..."),r.a+=">",nt(new zn(r.a))}function j4n(t){var e,n;return n=-t.a,e=ot(st(Uh,1),Yd,28,15,[43,48,48,48,48]),n<0&&(e[0]=45,n=-n),e[1]=e[1]+((n/60|0)/10|0)&js,e[2]=e[2]+(n/60|0)%10&js,e[3]=e[3]+(n%60/10|0)&js,e[4]=e[4]+n%10&js,nf(e,0,e.length)}function h6t(t){var e,n,r,s;for(t.g=new rS(u(Hr(go),296)),r=0,n=(ve(),Hn),e=0;e<t.j.c.length;e++)s=u(Oe(t.j,e),12),s.j!=n&&(r!=e&&U6(t.g,n,new Ys(fe(r),fe(e))),n=s.j,r=e);U6(t.g,n,new Ys(fe(r),fe(e)))}function $4n(t){var e,n,r,s,o,h,d;for(r=0,n=new J(t.b);n.a<n.c.c.length;)for(e=u(et(n),30),o=new J(e.a);o.a<o.c.c.length;)for(s=u(et(o),10),s.p=r++,d=new J(s.j);d.a<d.c.c.length;)h=u(et(d),12),h.p=r++}function f6t(t,e){var n,r,s;if(s=w5((rl(),Fa),t.Dh(),e),s)bo(),u(s,69).xk()||(s=Q6(Ro(Fa,s))),r=(n=t.Ih(s),u(n>=0?t.Lh(n,!0,!0):Zm(t,s,!0),160)),u(r,220).Zl(e);else throw nt(new zn(Kb+e.xe()+XS))}function d6t(t){var e,n;return t>-0x800000000000&&t<0x800000000000?t==0?0:(e=t<0,e&&(t=-t),n=Xs(b.Math.floor(b.Math.log(t)/.6931471805599453)),(!e||t!=b.Math.pow(2,n))&&++n,n):cce(Oc(t))}function z4n(t){var e,n,r,s,o,h,d;for(o=new Bd,n=new J(t);n.a<n.c.c.length;)e=u(et(n),132),h=e.a,d=e.b,!(o.a._b(h)||o.a._b(d))&&(s=h,r=d,h.e.b+h.j.b>2&&d.e.b+d.j.b<=2&&(s=d,r=h),o.a.zc(s,o),s.q=r);return o}function q4n(t,e,n){n.Ug("Eades radial",1),n.dh(e,ZV),t.d=u(ne(e,(G4(),J5)),27),t.c=Rt(Ht(ne(e,($b(),uK)))),t.e=Zat(u(ne(e,hN),299)),t.a=w2n(u(ne(e,RLt),434)),t.b=Bvn(u(ne(e,PLt),354)),vvn(t),n.dh(e,ZV)}function H4n(t,e){if(e.Ug("Target Width Setter",1),td(t,(ad(),sdt)))Oi(t,(D0(),B3),Ht(ne(t,sdt)));else throw nt(new lp("A target width has to be set if the TargetWidthWidthApproximator should be used."));e.Vg()}function Qfe(t,e){var n,r,s;return r=new Lg(t),Yo(r,e),Zt(r,(ae(),_G),e),Zt(r,(Me(),ms),(xa(),lu)),Zt(r,s0,(L0(),xK)),C(r,(Un(),Ds)),n=new Kc,uc(n,r),Qs(n,(ve(),Gn)),s=new Kc,uc(s,r),Qs(s,Jn),r}function Jfe(t){switch(t.g){case 0:return new qnt((qm(),sN));case 1:return new Wet;case 2:return new Yet;default:throw nt(new zn("No implementation is available for the crossing minimizer "+(t.f!=null?t.f:""+t.g)))}}function Zfe(t,e){var n,r,s,o,h;for(t.c[e.p]=!0,pe(t.a,e),h=new J(e.j);h.a<h.c.c.length;)for(o=u(et(h),12),r=new Z1(o.b);cc(r.a)||cc(r.b);)n=u(cc(r.a)?et(r.a):et(r.b),18),s=H2n(o,n).i,t.c[s.p]||Zfe(t,s)}function t1e(t){var e,n,r,s,o,h,d;for(h=0,n=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));n.e!=n.i.gc();)e=u(sr(n),27),d=e.g,s=e.f,r=b.Math.sqrt(d*d+s*s),h=b.Math.max(r,h),o=t1e(e),h=b.Math.max(o,h);return h}function wl(){wl=V,u2=new s_("OUTSIDE",0),$g=new s_("INSIDE",1),MN=new s_("NEXT_TO_PORT_IF_POSSIBLE",2),lL=new s_("ALWAYS_SAME_SIDE",3),uL=new s_("ALWAYS_OTHER_SAME_SIDE",4),Zk=new s_("SPACE_EFFICIENT",5)}function e1e(t,e,n){var r,s,o,h,d,m;return r=Gfn(t,(s=(wb(),o=new PC,o),n&&YH(s,n),s),e),ZE(r,wg(e,n0)),BH(e,r),rxn(e,r),l6t(e,r),h=e,d=Rm(h,"ports"),m=new BXt(t,r),zxn(m.a,m.b,d),dat(t,e,r),Ygn(t,e,r),r}function V4n(t){var e,n;return n=-t.a,e=ot(st(Uh,1),Yd,28,15,[43,48,48,58,48,48]),n<0&&(e[0]=45,n=-n),e[1]=e[1]+((n/60|0)/10|0)&js,e[2]=e[2]+(n/60|0)%10&js,e[4]=e[4]+(n%60/10|0)&js,e[5]=e[5]+n%10&js,nf(e,0,e.length)}function U4n(t){var e;return e=ot(st(Uh,1),Yd,28,15,[71,77,84,45,48,48,58,48,48]),t<=0&&(e[3]=43,t=-t),e[4]=e[4]+((t/60|0)/10|0)&js,e[5]=e[5]+(t/60|0)%10&js,e[7]=e[7]+(t%60/10|0)&js,e[8]=e[8]+t%10&js,nf(e,0,e.length)}function G4n(t){var e,n,r,s,o;if(t==null)return Hu;for(o=new tw(ro,"[","]"),n=t,r=0,s=n.length;r<s;++r)e=n[r],o.a?ni(o.a,o.b):o.a=new Jl(o.d),c_(o.a,""+E_(e));return o.a?o.e.length==0?o.a.a:o.a.a+(""+o.e):o.c}function g6t(t,e){var n,r,s;for(s=ki,r=new J(n5(e));r.a<r.c.c.length;)n=u(et(r),218),n.f&&!t.c[n.c]&&(t.c[n.c]=!0,s=b.Math.min(s,g6t(t,uH(n,e))));return t.i[e.d]=t.j,t.g[e.d]=b.Math.min(s,t.j++),t.g[e.d]}function n1e(t,e){var n,r,s;for(s=u(u(Mi(t.r,e),21),87).Kc();s.Ob();)r=u(s.Pb(),117),r.e.b=(n=r.b,n.pf((si(),Nl))?n.ag()==(ve(),Hn)?-n.Mf().b-Rt(Ht(n.of(Nl))):Rt(Ht(n.of(Nl))):n.ag()==(ve(),Hn)?-n.Mf().b:0)}function K4n(t){var e,n,r,s,o,h,d;for(n=dmt(t.e),o=Rd(p_(Ma(fmt(t.e)),t.d*t.a,t.c*t.b),-.5),e=n.a-o.a,s=n.b-o.b,d=0;d<t.c;d++){for(r=e,h=0;h<t.d;h++)o2n(t.e,new Th(r,s,t.a,t.b))&&rV(t,h,d,!1,!0),r+=t.a;s+=t.b}}function p6t(t){var e,n,r,s,o;e=t.a,n=t.b,s=t.c,r=new se(n.e.a+n.f.a/2,n.e.b+n.f.b/2),o=new se(s.e.a+s.f.a/2,s.e.b+s.f.b/2),fs(e,r,e.a,e.a.a),fs(e,o,e.c.b,e.c),hfe(r,u(Nh(e,1),8),t.b.f),hfe(o,u(Nh(e,e.b-2),8),t.c.f)}function pk(t){var e,n;if(n=!1,At(t,211))return n=!0,u(t,211).a;if(!n&&At(t,263)&&(e=u(t,263).a%1==0,e))return n=!0,fe(Mrn(u(t,263).a));throw nt(new Pd("Id must be a string or an integer: '"+t+"'."))}function W4n(t,e){var n,r,s,o,h,d;for(o=null,s=new Hte((!t.a&&(t.a=new Lnt(t)),t.a));y6t(s);)if(n=u(UH(s),58),r=(h=n.Dh(),d=(b5(h),h.o),!d||!n.Xh(d)?null:uvt(cat(d),n.Mh(d))),r!=null&&hn(r,e)){o=n;break}return o}function r1e(t,e,n){var r,s,o,h,d;if(ih(n,"occurrences"),n==0)return d=u(Gy(W6(t.a),e),16),d?d.gc():0;if(h=u(Gy(W6(t.a),e),16),!h)return 0;if(o=h.gc(),n>=o)h.$b();else for(s=h.Kc(),r=0;r<n;r++)s.Pb(),s.Qb();return o}function Y4n(t,e,n){var r,s,o,h;return ih(n,"oldCount"),ih(0,"newCount"),r=u(Gy(W6(t.a),e),16),(r?r.gc():0)==n?(ih(0,"count"),s=(o=u(Gy(W6(t.a),e),16),o?o.gc():0),h=-s,h>0?Z2t():h<0&&r1e(t,e,-h),!0):!1}function LO(t){var e,n,r,s,o,h,d;if(d=0,t.b==0){for(h=Rle(t,!0),e=0,r=h,s=0,o=r.length;s<o;++s)n=r[s],n>0&&(d+=n,++e);e>1&&(d+=t.c*(e-1))}else d=eWt(nat(Py(Ai(cyt(t.a),new ka),new du)));return d>0?d+t.n.d+t.n.a:0}function MO(t){var e,n,r,s,o,h,d;if(d=0,t.b==0)d=eWt(nat(Py(Ai(cyt(t.a),new Ac),new pc)));else{for(h=jle(t,!0),e=0,r=h,s=0,o=r.length;s<o;++s)n=r[s],n>0&&(d+=n,++e);e>1&&(d+=t.c*(e-1))}return d>0?d+t.n.b+t.n.c:0}function X4n(t){var e,n;if(t.c.length!=2)throw nt(new Fo("Order only allowed for two paths."));e=(mn(0,t.c.length),u(t.c[0],18)),n=(mn(1,t.c.length),u(t.c[1],18)),e.d.i!=n.c.i&&(t.c.length=0,In(t.c,n),In(t.c,e))}function i1e(t,e,n){var r;for($4(n,e.g,e.f),xh(n,e.i,e.j),r=0;r<(!e.a&&(e.a=new Jt(wi,e,10,11)),e.a).i;r++)i1e(t,u(Lt((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a),r),27),u(Lt((!n.a&&(n.a=new Jt(wi,n,10,11)),n.a),r),27))}function Q4n(t,e){var n,r,s,o;for(o=u(Mo(t.b,e),127),n=o.a,s=u(u(Mi(t.r,e),21),87).Kc();s.Ob();)r=u(s.Pb(),117),r.c&&(n.a=b.Math.max(n.a,jvt(r.c)));if(n.a>0)switch(e.g){case 2:o.n.c=t.s;break;case 4:o.n.b=t.s}}function J4n(t,e){var n,r,s;return n=u(K(e,(Vf(),Fk)),17).a-u(K(t,Fk),17).a,n==0?(r=ra(Ma(u(K(t,(Mb(),jP)),8)),u(K(t,gA),8)),s=ra(Ma(u(K(e,jP),8)),u(K(e,gA),8)),ji(r.a*r.b,s.a*s.b)):n}function Z4n(t,e){var n,r,s;return n=u(K(e,(xc(),iK)),17).a-u(K(t,iK),17).a,n==0?(r=ra(Ma(u(K(t,(zi(),cN)),8)),u(K(t,RT),8)),s=ra(Ma(u(K(e,cN),8)),u(K(e,RT),8)),ji(r.a*r.b,s.a*s.b)):n}function s1e(t){var e,n;return n=new pb,n.a+="e_",e=Ggn(t),e!=null&&(n.a+=""+e),t.c&&t.d&&(ni((n.a+=" ",n),IH(t.c)),ni(Zc((n.a+="[",n),t.c.i),"]"),ni((n.a+=Lut,n),IH(t.d)),ni(Zc((n.a+="[",n),t.d.i),"]")),n.a}function a1e(t){switch(t.g){case 0:return new ent;case 1:return new tE;case 2:return new Z8;case 3:return new tnt;default:throw nt(new zn("No implementation is available for the layout phase "+(t.f!=null?t.f:""+t.g)))}}function b6t(t,e,n,r,s){var o;switch(o=0,s.g){case 1:o=b.Math.max(0,e.b+t.b-(n.b+r));break;case 3:o=b.Math.max(0,-t.b-r);break;case 2:o=b.Math.max(0,-t.a-r);break;case 4:o=b.Math.max(0,e.a+t.a-(n.a+r))}return o}function t5n(t,e,n){var r,s,o,h,d;if(n)for(s=n.a.length,r=new q2(s),d=(r.b-r.a)*r.c<0?(vb(),p2):new kb(r);d.Ob();)h=u(d.Pb(),17),o=jE(n,h.a),lTt in o.a||Hlt in o.a?g8n(t,o,e):OCn(t,o,e),Iin(u(tr(t.b,x7(o)),74))}function w6t(t){var e,n;switch(t.b){case-1:return!0;case 0:return n=t.t,n>1||n==-1?(t.b=-1,!0):(e=rf(t),e&&(bo(),e.lk()==_me)?(t.b=-1,!0):(t.b=1,!1));default:case 1:return!1}}function m6t(t,e){var n,r,s,o;if(vi(t),t.c!=0||t.a!=123)throw nt(new Yr(Qr((Ur(),Wwe))));if(o=e==112,r=t.d,n=xE(t.i,125,r),n<0)throw nt(new Yr(Qr((Ur(),Ywe))));return s=Ch(t.i,r,n),t.d=n+1,Lse(s,o,(t.e&512)==512)}function o1e(t){var e,n,r,s,o,h,d;if(r=t.a.c.length,r>0)for(h=t.c.d,d=t.d.d,s=Rd(ra(new se(d.a,d.b),h),1/(r+1)),o=new se(h.a,h.b),n=new J(t.a);n.a<n.c.c.length;)e=u(et(n),250),e.d.a=o.a+s.a,e.d.b=o.b+s.b,Ei(o,s)}function e5n(t,e){var n,r,s;if(!e)Wst(t,null),QE(t,null);else if(e.i&4)for(r="[]",n=e.c;;n=n.c){if(!(n.i&4)){s=Q2t((gg(n),n.o+r)),Wst(t,s),QE(t,s);break}r+="[]"}else s=Q2t((gg(e),e.o)),Wst(t,s),QE(t,s);t.hl(e)}function pS(t,e,n,r,s){var o,h,d,m;return m=nit(t,u(s,58)),$t(m)!==$t(s)?(d=u(t.g[n],76),o=S0(e,m),f_(t,n,kot(t,n,o)),zl(t.e)&&(h=Sb(t,9,o.Lk(),s,m,r,!1),Mxt(h,new xg(t.e,9,t.c,d,o,r,!1)),Fst(h)),m):s}function n5n(t,e,n){var r,s,o,h,d,m;for(r=u(Mi(t.c,e),15),s=u(Mi(t.c,n),15),o=r.fd(r.gc()),h=s.fd(s.gc());o.Sb()&&h.Sb();)if(d=u(o.Ub(),17),m=u(h.Ub(),17),d!=m)return Bc(d.a,m.a);return!o.Ob()&&!h.Ob()?0:o.Ob()?1:-1}function r5n(t){var e,n,r,s,o,h,d;for(d=k0(t.c.length),s=new J(t);s.a<s.c.c.length;){for(r=u(et(s),10),h=new Os,o=As(r),n=new nr(ir(o.a.Kc(),new q));Sr(n);)e=u(lr(n),18),e.c.i==e.d.i||qs(h,e.d.i);In(d.c,h)}return d}function c1e(t,e){var n,r,s;try{return s=pfn(t.a,e),s}catch(o){if(o=is(o),At(o,33)){try{if(r=oh(e,Va,ki),n=m1(t.a),r>=0&&r<n.length)return n[r]}catch(h){if(h=is(h),!At(h,130))throw nt(h)}return null}else throw nt(o)}}function Fot(t,e){var n,r,s;if(s=w5((rl(),Fa),t.Dh(),e),s)return bo(),u(s,69).xk()||(s=Q6(Ro(Fa,s))),r=(n=t.Ih(s),u(n>=0?t.Lh(n,!0,!0):Zm(t,s,!0),160)),u(r,220).Wl(e);throw nt(new zn(Kb+e.xe()+Plt))}function i5n(){xwt();var t;return lTe?u(D7((mb(),wf),cf),2038):(hi(yw,new gC),ZTn(),t=u(At(eu((mb(),wf),cf),560)?eu(wf,cf):new Eee,560),lTe=!0,t_n(t),o_n(t),di((ywt(),SIt),t,new YR),Bo(wf,cf,t),t)}function s5n(t,e){var n,r,s,o;t.j=-1,zl(t.e)?(n=t.i,o=t.i!=0,LI(t,e),r=new xg(t.e,3,t.c,null,e,n,o),s=e.zl(t.e,t.c,null),s=$he(t,e,s),s?(s.nj(r),s.oj()):Ti(t.e,r)):(LI(t,e),s=e.zl(t.e,t.c,null),s&&s.oj())}function qH(t,e){var n,r,s;if(s=0,r=e[0],r>=t.length)return-1;for(n=(qn(r,t.length),t.charCodeAt(r));n>=48&&n<=57&&(s=s*10+(n-48),++r,!(r>=t.length));)n=(qn(r,t.length),t.charCodeAt(r));return r>e[0]?e[0]=r:s=-1,s}function a5n(t){var e,n,r,s,o;return s=u(t.a,17).a,o=u(t.b,17).a,n=s,r=o,e=b.Math.max(b.Math.abs(s),b.Math.abs(o)),s<=0&&s==o?(n=0,r=o-1):s==-e&&o!=e?(n=o,r=s,o>=0&&++n):(n=-o,r=s),new Ys(fe(n),fe(r))}function o5n(t,e,n,r){var s,o,h,d,m,k;for(s=0;s<e.o;s++)for(o=s-e.j+n,h=0;h<e.p;h++)if(d=h-e.k+r,m=o,k=d,m+=t.j,k+=t.k,m>=0&&k>=0&&m<t.o&&k<t.p&&(!Ule(e,s,h)&&qle(t,o,d)||a5(e,s,h)&&!Zwn(t,o,d)))return!0;return!1}function c5n(t,e,n){var r,s,o,h,d;h=t.c,d=t.d,o=hc(ot(st(ua,1),le,8,0,[h.i.n,h.n,h.a])).b,s=(o+hc(ot(st(ua,1),le,8,0,[d.i.n,d.n,d.a])).b)/2,r=null,h.j==(ve(),Jn)?r=new se(e+h.i.c.c.a+n,s):r=new se(e-n,s),kE(t.a,0,r)}function Jm(t){var e,n,r,s;for(e=null,r=C0(rh(ot(st(hh,1),Ln,20,0,[(!t.b&&(t.b=new En(gr,t,4,7)),t.b),(!t.c&&(t.c=new En(gr,t,5,8)),t.c)])));Sr(r);)if(n=u(lr(r),84),s=Xo(n),!e)e=s;else if(e!=s)return!1;return!0}function Bot(t,e,n){var r;if(++t.j,e>=t.i)throw nt(new No(Ult+e+ww+t.i));if(n>=t.i)throw nt(new No(Glt+n+ww+t.i));return r=t.g[n],e!=n&&(e<n?Wc(t.g,e,t.g,e+1,n-e):Wc(t.g,n+1,t.g,n,e-n),hs(t.g,e,r),t.Pi(e,r,n),t.Ni()),r}function dn(t,e,n){var r;if(r=u(t.c.xc(e),16),r)return r.Fc(n)?(++t.d,!0):!1;if(r=t.ic(e),r.Fc(n))return++t.d,t.c.zc(e,r),!0;throw nt(new v3t("New Collection violated the Collection spec"))}function DO(t){var e,n,r;return t<0?0:t==0?32:(r=-(t>>16),e=r>>16&16,n=16-e,t=t>>e,r=t-256,e=r>>16&8,n+=e,t<<=e,r=t-u3,e=r>>16&4,n+=e,t<<=e,r=t-Wd,e=r>>16&2,n+=e,t<<=e,r=t>>14,e=r&~(r>>1),n+2-e)}function u5n(t){Y6();var e,n,r,s;for(jU=new ge,Vht=new Er,Hht=new ge,e=(!t.a&&(t.a=new Jt(wi,t,10,11)),t.a),Z9n(e),s=new Zn(e);s.e!=s.i.gc();)r=u(sr(s),27),Wo(jU,r,0)==-1&&(n=new ge,pe(Hht,n),lle(r,n));return Hht}function l5n(t,e,n){var r,s,o,h;t.a=n.b.d,At(e,326)?(s=d5(u(e,74),!1,!1),o=CO(s),r=new gb(t),Oa(o,r),zO(o,s),e.of((si(),Dv))!=null&&Oa(u(e.of(Dv),75),r)):(h=u(e,422),h.rh(h.nh()+t.a.a),h.sh(h.oh()+t.a.b))}function h5n(t,e){var n,r,s;for(s=new ge,r=_r(e.a,0);r.b!=r.d.c;)n=u(Tr(r),65),n.c.g==t.g&&$t(K(n.b,(xc(),o0)))!==$t(K(n.c,o0))&&!Q4(new ln(null,new gn(s,16)),new xUt(n))&&In(s.c,n);return Ms(s,new CZ),s}function u1e(t,e,n){var r,s,o,h;return At(e,153)&&At(n,153)?(o=u(e,153),h=u(n,153),t.a[o.a][h.a]+t.a[h.a][o.a]):At(e,250)&&At(n,250)&&(r=u(e,250),s=u(n,250),r.a==s.a)?u(K(s.a,(Vf(),Fk)),17).a:0}function l1e(t,e){var n,r,s,o,h,d,m,k;for(k=Rt(Ht(K(e,(Me(),LA)))),m=t[0].n.a+t[0].o.a+t[0].d.c+k,d=1;d<t.length;d++)r=t[d].n,s=t[d].o,n=t[d].d,o=r.a-n.b-m,o<0&&(r.a-=o),h=e.f,h.a=b.Math.max(h.a,r.a+s.a),m=r.a+s.a+n.c+k}function f5n(t,e){var n,r,s,o,h,d;return r=u(u(tr(t.g,e.a),42).a,68),s=u(u(tr(t.g,e.b),42).a,68),o=r.b,h=s.b,n=R7n(o,h),n>=0?n:(d=A_(ra(new se(h.c+h.b/2,h.d+h.a/2),new se(o.c+o.b/2,o.d+o.a/2))),-(F0e(o,h)-1)*d)}function d5n(t,e,n){var r;xs(new ln(null,(!n.a&&(n.a=new Jt(Ji,n,6,6)),new gn(n.a,16))),new TXt(t,e)),xs(new ln(null,(!n.n&&(n.n=new Jt(Oo,n,1,7)),new gn(n.n,16))),new CXt(t,e)),r=u(ne(n,(si(),Dv)),75),r&&k4t(r,t,e)}function Zm(t,e,n){var r,s,o;if(o=w5((rl(),Fa),t.Dh(),e),o)return bo(),u(o,69).xk()||(o=Q6(Ro(Fa,o))),s=(r=t.Ih(o),u(r>=0?t.Lh(r,!0,!0):Zm(t,o,!0),160)),u(s,220).Sl(e,n);throw nt(new zn(Kb+e.xe()+Plt))}function v6t(t,e,n,r){var s,o,h,d,m;if(s=t.d[e],s){if(o=s.g,m=s.i,r!=null){for(d=0;d<m;++d)if(h=u(o[d],136),h.Bi()==n&&Ci(r,h.ld()))return h}else for(d=0;d<m;++d)if(h=u(o[d],136),$t(h.ld())===$t(r))return h}return null}function g5n(t,e){var n,r,s,o,h;for(r=(!e.s&&(e.s=new Jt(Ku,e,21,17)),e.s),o=null,s=0,h=r.i;s<h;++s)switch(n=u(Lt(r,s),179),Im(Ro(t,n))){case 4:case 5:case 6:{!o&&(o=new ge),In(o.c,n);break}}return o||(wn(),wn(),so)}function IO(t,e){var n;if(e<0)throw nt(new o$("Negative exponent"));if(e==0)return LU;if(e==1||C5t(t,LU)||C5t(t,lA))return t;if(!F1e(t,0)){for(n=1;!F1e(t,n);)++n;return X4(E2n(n*e),IO(m3t(t,n),e))}return Lyn(t,e)}function p5n(t,e){var n,r,s;if($t(t)===$t(e))return!0;if(t==null||e==null||t.length!=e.length)return!1;for(n=0;n<t.length;++n)if(r=t[n],s=e[n],!($t(r)===$t(s)||r!=null&&Ci(r,s)))return!1;return!0}function h1e(t){mwt();var e,n,r;for(this.b=F3e,this.c=(Rs(),wd),this.f=(xYt(),N3e),this.a=t,swt(this,new Vx),XH(this),r=new J(t.b);r.a<r.c.c.length;)n=u(et(r),86),n.d||(e=new Uat(ot(st(Qht,1),Ln,86,0,[n])),pe(t.a,e))}function b5n(t,e,n){var r,s,o,h,d,m;if(!t||t.c.length==0)return null;for(o=new dne(e,!n),s=new J(t);s.a<s.c.c.length;)r=u(et(s),72),Jxt(o,(qC(),new Qj(r)));return h=o.i,h.a=(m=o.n,o.e.b+m.d+m.a),h.b=(d=o.n,o.e.a+d.b+d.c),o}function f1e(t){var e,n,r,s,o,h,d;for(d=_I(t.a),cmt(d,new _f),n=null,s=d,o=0,h=s.length;o<h&&(r=s[o],r.k==(Un(),Ds));++o)e=u(K(r,(ae(),_c)),64),!(e!=(ve(),Gn)&&e!=Jn)&&(n&&u(K(n,qk),15).Fc(r),n=r)}function w5n(t,e,n){var r,s,o,h,d,m,k;m=(mn(e,t.c.length),u(t.c[e],339)),xp(t,e),m.b/2>=n&&(r=e,k=(m.c+m.a)/2,h=k-n,m.c<=k-n&&(s=new fit(m.c,h),Cm(t,r++,s)),d=k+n,d<=m.a&&(o=new fit(d,m.a),Fy(r,t.c.length),YC(t.c,r,o)))}function d1e(t,e,n){var r,s,o,h,d,m;if(!e.dc()){for(s=new Qi,m=e.Kc();m.Ob();)for(d=u(m.Pb(),39),di(t.a,fe(d.g),fe(n)),h=(r=_r(new hg(d).a.d,0),new A4(r));_D(h.a);)o=u(Tr(h.a),65).c,fs(s,o,s.c.b,s.c);d1e(t,s,n+1)}}function y6t(t){var e;if(!t.c&&t.g==null)t.d=t.bj(t.f),Mr(t,t.d),e=t.d;else{if(t.g==null)return!0;if(t.i==0)return!1;e=u(t.g[t.i-1],51)}return e==t.b&&null.Vm>=null.Um()?(UH(t),y6t(t)):e.Ob()}function g1e(t){if(this.a=t,t.c.i.k==(Un(),Ds))this.c=t.c,this.d=u(K(t.c.i,(ae(),_c)),64);else if(t.d.i.k==Ds)this.c=t.d,this.d=u(K(t.d.i,(ae(),_c)),64);else throw nt(new zn("Edge "+t+" is not an external edge."))}function p1e(t,e){var n,r,s;s=t.b,t.b=e,t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,3,s,t.b)),e?e!=t&&(wu(t,e.zb),Ust(t,e.d),n=(r=e.c,r??e.zb),Kst(t,n==null||hn(n,e.zb)?null:n)):(wu(t,null),Ust(t,0),Kst(t,null))}function b1e(t,e){var n;this.e=(Lm(),Hr(t),Lm(),N5t(t)),this.c=(Hr(e),N5t(e)),Tmt(this.e.Rd().dc()==this.c.Rd().dc()),this.d=Mue(this.e),this.b=Mue(this.c),n=$2(sa,[le,Ln],[5,1],5,[this.e.Rd().gc(),this.c.Rd().gc()],2),this.a=n,q0n(this)}function w1e(t){!vht&&(vht=hCn());var e=t.replace(/[\x00-\x1f\xad\u0600-\u0603\u06dd\u070f\u17b4\u17b5\u200b-\u200f\u2028-\u202e\u2060-\u2064\u206a-\u206f\ufeff\ufff9-\ufffb"\\]/g,function(n){return phn(n)});return'"'+e+'"'}function x6t(t,e,n,r,s,o){var h,d,m,k,T;if(s!=0)for($t(t)===$t(n)&&(t=t.slice(e,e+s),e=0),m=n,d=e,k=e+s;d<k;)h=b.Math.min(d+1e4,k),s=h-d,T=t.slice(d,h),T.splice(0,0,r,o?s:0),Array.prototype.splice.apply(m,T),d=h,r+=s}function m1e(t){Nyt();var e,n;for(this.b=Qve,this.c=Zve,this.g=(yYt(),Xve),this.d=(Rs(),wd),this.a=t,H6t(this),n=new J(t.b);n.a<n.c.c.length;)e=u(et(n),60),!e.a&&hJt(roe(new I2t,ot(st(OU,1),Ln,60,0,[e])),t),e.e=new Yz(e.d)}function m5n(t){var e,n,r,s,o,h;for(s=t.e.c.length,r=Vt($h,l3,15,s,0,1),h=new J(t.e);h.a<h.c.c.length;)o=u(et(h),153),r[o.a]=new Qi;for(n=new J(t.c);n.a<n.c.c.length;)e=u(et(n),289),r[e.c.a].Fc(e),r[e.d.a].Fc(e);return r}function v5n(t,e){var n,r,s,o,h;if(n=u($n(t.a,4),129),h=n==null?0:n.length,e>=h)throw nt(new My(e,h));return s=n[e],h==1?r=null:(r=Vt(Kdt,Qlt,424,h-1,0,1),Wc(n,0,r,0,e),o=h-e-1,o>0&&Wc(n,e+1,r,e,o)),k7(t,r),jfe(t,e,s),s}function v1e(t){var e,n;if(t.f){for(;t.n<t.o;){if(e=u(t.j?t.j.$i(t.n):t.k.Xb(t.n),76),n=e.Lk(),At(n,102)&&u(n,19).Bb&Pc&&(!t.e||n.pk()!=WT||n.Lj()!=0)&&e.md()!=null)return!0;++t.n}return!1}else return t.n<t.o}function bk(){bk=V,n8=u(Lt(Xt((uwt(),Nc).qb),6),35),e8=u(Lt(Xt(Nc.qb),3),35),Zdt=u(Lt(Xt(Nc.qb),4),35),t0t=u(Lt(Xt(Nc.qb),5),19),NH(n8),NH(e8),NH(Zdt),NH(t0t),gTe=new hl(ot(st(Ku,1),L5,179,0,[n8,e8]))}function y1e(t,e){var n;this.d=new OC,this.b=e,this.e=new eo(e.Lf()),n=t.u.Hc((wl(),MN)),t.u.Hc($g)?t.D?this.a=n&&!e.bg():this.a=!0:t.u.Hc(u2)?n?this.a=!(e.Uf().Kc().Ob()||e.Wf().Kc().Ob()):this.a=!1:this.a=!1}function x1e(t,e){var n,r,s,o;for(n=t.o.a,o=u(u(Mi(t.r,e),21),87).Kc();o.Ob();)s=u(o.Pb(),117),s.e.a=(r=s.b,r.pf((si(),Nl))?r.ag()==(ve(),Gn)?-r.Mf().a-Rt(Ht(r.of(Nl))):n+Rt(Ht(r.of(Nl))):r.ag()==(ve(),Gn)?-r.Mf().a:n)}function k1e(t,e){var n,r,s,o;n=u(K(t,(Me(),fh)),88),o=u(ne(e,DT),64),s=u(K(t,ms),101),s!=(xa(),md)&&s!=c2?o==(ve(),gc)&&(o=kkt(e,n),o==gc&&(o=ck(n))):(r=kge(e),r>0?o=ck(n):o=lO(ck(n))),Oi(e,DT,o)}function y5n(t,e){var n;e.Ug("Partition preprocessing",1),n=u(tc(Ai(lc(Ai(new ln(null,new gn(t.a,16)),new EQ),new NB),new Yx),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),xs(n.Oc(),new FB),e.Vg()}function x5n(t,e){var n,r,s,o,h;for(h=t.j,e.a!=e.b&&Ms(h,new pJ),s=h.c.length/2|0,r=0;r<s;r++)o=(mn(r,h.c.length),u(h.c[r],113)),o.c&&Qs(o.d,e.a);for(n=s;n<h.c.length;n++)o=(mn(n,h.c.length),u(h.c[n],113)),o.c&&Qs(o.d,e.b)}function k5n(t,e,n){var r,s,o;return r=t.c[e.c.p][e.p],s=t.c[n.c.p][n.p],r.a!=null&&s.a!=null?(o=Ait(r.a,s.a),o<0?RO(t,e,n):o>0&&RO(t,n,e),o):r.a!=null?(RO(t,e,n),-1):s.a!=null?(RO(t,n,e),1):0}function E5n(t,e){var n,r,s,o,h;for(s=e.b.b,t.a=Vt($h,l3,15,s,0,1),t.b=Vt(Fl,B0,28,s,16,1),h=_r(e.b,0);h.b!=h.d.c;)o=u(Tr(h),39),t.a[o.g]=new Qi;for(r=_r(e.a,0);r.b!=r.d.c;)n=u(Tr(r),65),t.a[n.b.g].Fc(n),t.a[n.c.g].Fc(n)}function E1e(t,e){var n,r,s,o;t.Pj()?(n=t.Ej(),o=t.Qj(),++t.j,t.qj(n,t.Zi(n,e)),r=t.Ij(3,null,e,n,o),t.Mj()?(s=t.Nj(e,null),s?(s.nj(r),s.oj()):t.Jj(r)):t.Jj(r)):(fee(t,e),t.Mj()&&(s=t.Nj(e,null),s&&s.oj()))}function k6t(t,e,n){var r,s,o;t.Pj()?(o=t.Qj(),aO(t,e,n),r=t.Ij(3,null,n,e,o),t.Mj()?(s=t.Nj(n,null),t.Tj()&&(s=t.Uj(n,s)),s?(s.nj(r),s.oj()):t.Jj(r)):t.Jj(r)):(aO(t,e,n),t.Mj()&&(s=t.Nj(n,null),s&&s.oj()))}function HH(t,e){var n,r,s,o,h;for(h=Au(t.e.Dh(),e),s=new V8,n=u(t.g,124),o=t.i;--o>=0;)r=n[o],h.am(r.Lk())&&Mr(s,r);!mpe(t,s)&&zl(t.e)&&cE(t,e.Jk()?Sb(t,6,e,(wn(),so),null,-1,!1):Sb(t,e.tk()?2:1,e,null,null,-1,!1))}function T5n(t,e){var n,r,s,o,h;return t.a==(A7(),mA)?!0:(o=e.a.c,n=e.a.c+e.a.b,!(e.j&&(r=e.A,h=r.c.c.a-r.o.a/2,s=o-(r.n.a+r.o.a),s>h)||e.q&&(r=e.C,h=r.c.c.a-r.o.a/2,s=r.n.a-n,s>h)))}function T1e(t){ast();var e,n,r,s,o,h,d;for(n=new yp,s=new J(t.e.b);s.a<s.c.c.length;)for(r=u(et(s),30),h=new J(r.a);h.a<h.c.c.length;)o=u(et(h),10),d=t.g[o.p],e=u(ed(n,d),15),e||(e=new ge,Dp(n,d,e)),e.Fc(o);return n}function C1e(t){var e;return t.Db&64?qf(t):(e=new Jh(qf(t)),e.a+=" (startX: ",M4(e,t.j),e.a+=", startY: ",M4(e,t.k),e.a+=", endX: ",M4(e,t.b),e.a+=", endY: ",M4(e,t.c),e.a+=", identifier: ",Lo(e,t.d),e.a+=")",e.a)}function E6t(t){var e;return t.Db&64?Z_(t):(e=new Jh(Z_(t)),e.a+=" (ordered: ",fp(e,(t.Bb&256)!=0),e.a+=", unique: ",fp(e,(t.Bb&512)!=0),e.a+=", lowerBound: ",Jnt(e,t.s),e.a+=", upperBound: ",Jnt(e,t.t),e.a+=")",e.a)}function _1e(t,e,n,r,s,o,h,d){var m;return At(t.Cb,90)&&t3(Sl(u(t.Cb,90)),4),wu(t,n),t.f=r,b7(t,s),m7(t,o),p7(t,h),w7(t,!1),Lp(t,!0),v7(t,d),Ap(t,!0),Tp(t,0),t.b=0,Hy(t,1),m=sd(t,e,null),m&&m.oj(),Pat(t,!1),t}function S1e(t,e){var n,r,s,o;return n=u(eu(t.a,e),525),n||(r=new yst(e),s=(hq(),hd?null:r.c),o=Ch(s,0,b.Math.max(0,rz(s,qu(46)))),ean(r,S1e(t,o)),(hd?null:r.c).length==0&&BJt(r,new Ae),Bo(t.a,hd?null:r.c,r),r)}function C5n(t,e){var n;t.b=e,t.g=new ge,n=L5n(t.b),t.e=n,t.f=n,t.c=Ie(De(K(t.b,(OH(),T9t)))),t.a=Ht(K(t.b,(si(),nx))),t.a==null&&(t.a=1),Rt(t.a)>1?t.e*=Rt(t.a):t.f/=Rt(t.a),Gpn(t),J2n(t),Ykn(t),Zt(t.b,(aS(),RU),t.g)}function A1e(t,e,n){var r,s,o,h,d,m;for(r=0,m=n,e||(r=n*(t.c.length-1),m*=-1),o=new J(t);o.a<o.c.c.length;){for(s=u(et(o),10),Zt(s,(Me(),s0),(L0(),xK)),s.o.a=r,d=Op(s,(ve(),Jn)).Kc();d.Ob();)h=u(d.Pb(),12),h.n.a=r;r+=m}}function wk(t,e,n){var r,s,o,h,d,m;return d=t.pl(n),d!=n?(h=t.g[e],m=d,f_(t,e,t.Zi(e,m)),o=h,t.Ri(e,m,o),t.al()&&(r=n,s=t.Oj(r,null),!u(d,54).Ph()&&(s=t.Nj(m,s)),s&&s.oj()),zl(t.e)&&cE(t,t.Ij(9,n,d,e,!1)),d):n}function _5n(t,e){var n,r,s,o;for(r=new J(t.a.a);r.a<r.c.c.length;)n=u(et(r),194),n.g=!0;for(o=new J(t.a.b);o.a<o.c.c.length;)s=u(et(o),86),s.k=Ie(De(t.e.Kb(new Ys(s,e)))),s.d.g=s.d.g&Ie(De(t.e.Kb(new Ys(s,e))));return t}function L1e(t,e){var n,r;if(t.c.length!=0){if(t.c.length==2)mk((mn(0,t.c.length),u(t.c[0],10)),(ah(),V0)),mk((mn(1,t.c.length),u(t.c[1],10)),a2);else for(r=new J(t);r.a<r.c.c.length;)n=u(et(r),10),mk(n,e);t.c.length=0}}function M1e(t){var e,n,r,s,o;if(n=(e=u(m1(go),9),new Eh(e,u(Ff(e,e.length),9),0)),o=u(K(t,(ae(),ml)),10),o)for(s=new J(o.j);s.a<s.c.c.length;)r=u(et(s),12),$t(K(r,Di))===$t(t)&&g_(new Z1(r.b))&&zf(n,r.j);return n}function D1e(t,e,n){var r,s,o,h,d;if(!t.d[n.p]){for(s=new nr(ir(As(n).a.Kc(),new q));Sr(s);){for(r=u(lr(s),18),d=r.d.i,h=new nr(ir(ca(d).a.Kc(),new q));Sr(h);)o=u(lr(h),18),o.c.i==e&&(t.a[o.p]=!0);D1e(t,e,d)}t.d[n.p]=!0}}function S5n(t,e){var n,r,s,o,h,d,m;if(r=Tue(t.Db&254),r==1)t.Eb=null;else if(o=X2(t.Eb),r==2)s=hot(t,e),t.Eb=o[s==0?1:0];else{for(h=Vt(sa,Ln,1,r-1,5,1),n=2,d=0,m=0;n<=128;n<<=1)n==e?++d:t.Db&n&&(h[m++]=o[d++]);t.Eb=h}t.Db&=~e}function T6t(t){var e;switch(e=0,t){case 105:e=2;break;case 109:e=8;break;case 115:e=4;break;case 120:e=16;break;case 117:e=32;break;case 119:e=64;break;case 70:e=256;break;case 72:e=128;break;case 88:e=512;break;case 44:e=Uf}return e}function A5n(t,e,n,r,s){var o,h,d,m;if($t(t)===$t(e)&&r==s){L0e(t,r,n);return}for(d=0;d<r;d++){for(h=0,o=t[d],m=0;m<s;m++)h=Xa(Xa(Qa(ia(o,Eo),ia(e[m],Eo)),ia(n[d+m],Eo)),ia(qr(h),Eo)),n[d+m]=qr(h),h=Eb(h,32);n[d+s]=qr(h)}}function L5n(t){var e,n,r,s,o,h,d,m,k,T,A;for(T=0,k=0,s=t.a,d=s.a.gc(),r=s.a.ec().Kc();r.Ob();)n=u(r.Pb(),567),e=(n.b&&cct(n),n.a),A=e.a,h=e.b,T+=A+h,k+=A*h;return m=b.Math.sqrt(400*d*k-4*k+T*T)+T,o=2*(100*d-1),o==0?m:m/o}function I1e(t,e){e.b!=0&&(isNaN(t.s)?t.s=Rt((cr(e.b!=0),Ht(e.a.a.c))):t.s=b.Math.min(t.s,Rt((cr(e.b!=0),Ht(e.a.a.c)))),isNaN(t.c)?t.c=Rt((cr(e.b!=0),Ht(e.c.b.c))):t.c=b.Math.max(t.c,Rt((cr(e.b!=0),Ht(e.c.b.c)))))}function bS(t){var e,n,r,s;for(e=null,r=C0(rh(ot(st(hh,1),Ln,20,0,[(!t.b&&(t.b=new En(gr,t,4,7)),t.b),(!t.c&&(t.c=new En(gr,t,5,8)),t.c)])));Sr(r);)if(n=u(lr(r),84),s=Xo(n),!e)e=es(s);else if(e!=es(s))return!0;return!1}function Rot(t,e){var n,r,s,o;t.Pj()?(n=t.i,o=t.Qj(),LI(t,e),r=t.Ij(3,null,e,n,o),t.Mj()?(s=t.Nj(e,null),t.Tj()&&(s=t.Uj(e,s)),s?(s.nj(r),s.oj()):t.Jj(r)):t.Jj(r)):(LI(t,e),t.Mj()&&(s=t.Nj(e,null),s&&s.oj()))}function M5n(t,e){var n,r,s,o;if(o=gI(t.a,e.b),!o)throw nt(new Fo("Invalid hitboxes for scanline overlap calculation."));for(s=!1,r=t.a.a.ec().Kc();r.Ob();)if(n=u(r.Pb(),68),cpn(e.b,n))jnn(t.b.a,e.b,n),s=!0;else if(s)break}function D5n(t){var e;if(!t.a)throw nt(new Fo("IDataType class expected for layout option "+t.f));if(e=b1n(t.a),e==null)throw nt(new Fo("Couldn't create new instance of property '"+t.f+"'. "+U2e+(gg(jN),jN.k)+Q7t));return u(e,423)}function jot(t){var e,n,r,s,o;return o=t.Ph(),o&&o.Vh()&&(s=Pb(t,o),s!=o)?(n=t.Fh(),r=(e=t.Fh(),e>=0?t.Ah(null):t.Ph().Th(t,-1-e,null,null)),t.Bh(u(s,54),n),r&&r.oj(),t.vh()&&t.wh()&&n>-1&&Ti(t,new la(t,9,n,o,s)),s):o}function C6t(t,e){var n,r,s,o,h;for(o=t.b.Ce(e),r=(n=t.a.get(o),n??Vt(sa,Ln,1,0,5,1)),h=0;h<r.length;h++)if(s=r[h],t.b.Be(e,s.ld()))return r.length==1?(r.length=0,Osn(t.a,o)):r.splice(h,1),--t.c,++t.b.g,s.md();return null}function O1e(t){var e,n,r,s,o,h,d,m;for(h=0,o=t.f.e,r=0;r<o.c.length;++r)for(d=(mn(r,o.c.length),u(o.c[r],153)),s=r+1;s<o.c.length;++s)m=(mn(s,o.c.length),u(o.c[s],153)),n=Lb(d.d,m.d),e=n-t.a[d.a][m.a],h+=t.i[d.a][m.a]*e*e;return h}function I5n(t,e){var n;if(!Ui(e,(Me(),Du))&&(n=Zmn(u(K(e,i_t),371),u(K(t,Du),171)),Zt(e,i_t,n),!Sr(new nr(ir(Sg(e).a.Kc(),new q)))))switch(n.g){case 1:Zt(e,Du,(Ph(),EA));break;case 2:Zt(e,Du,(Ph(),TA))}}function O5n(t,e){var n;Gkn(t),t.a=(n=new Xnt,xs(new ln(null,new gn(e.d,16)),new FVt(n)),n),c8n(t,u(K(e.b,(Me(),Xft)),349)),$wn(t),$5n(t),evn(t),zwn(t),tTn(t,e),xs(lc(new ln(null,mre(Bun(t.b).a)),new hJ),new JB),e.a=!1,t.a=null}function _6t(){_6t=V,_ke=new un(h7t,(Nn(),!1)),Ske=new un(f7t,7),fe(0),Dke=new un(d7t,fe(0)),Lke=new un(g7t,fe(-1)),oLt=(X_(),R1t),Ike=new un(p7t,oLt),sLt=(Y_(),oN),Ake=new un(b7t,sLt),aLt=(iq(),j1t),Mke=new un(w7t,aLt)}function P1e(){Vxt.call(this,cT,(wb(),D7e)),this.p=null,this.a=null,this.f=null,this.n=null,this.g=null,this.c=null,this.i=null,this.j=null,this.d=null,this.b=null,this.e=null,this.k=null,this.o=null,this.s=null,this.q=!1,this.r=!1}function M7(){M7=V,Udt=new I6(c2e,0),jK=new I6("INSIDE_SELF_LOOPS",1),$K=new I6("MULTI_EDGES",2),RK=new I6("EDGE_LABELS",3),Vdt=new I6("PORTS",4),BK=new I6("COMPOUND",5),FK=new I6("CLUSTERS",6),Hdt=new I6("DISCONNECTED",7)}function N1e(t,e,n){var r,s,o;t.Pj()?(o=t.Qj(),++t.j,t.qj(e,t.Zi(e,n)),r=t.Ij(3,null,n,e,o),t.Mj()?(s=t.Nj(n,null),s?(s.nj(r),s.oj()):t.Jj(r)):t.Jj(r)):(++t.j,t.qj(e,t.Zi(e,n)),t.Mj()&&(s=t.Nj(n,null),s&&s.oj()))}function F1e(t,e){var n,r,s;if(e==0)return(t.a[0]&1)!=0;if(e<0)throw nt(new o$("Negative bit address"));if(s=e>>5,s>=t.d)return t.e<0;if(n=t.a[s],e=1<<(e&31),t.e<0){if(r=zoe(t),s<r)return!1;r==s?n=-n:n=~n}return(n&e)!=0}function P5n(t,e,n,r){var s;u(n.b,68),u(n.b,68),u(r.b,68),u(r.b,68),s=ra(Ma(u(n.b,68).c),u(r.b,68).c),bz(s,Wfe(u(n.b,68),u(r.b,68),s)),u(r.b,68),u(r.b,68),u(r.b,68).c.a+s.a,u(r.b,68).c.b+s.b,u(r.b,68),Tu(r.a,new kvt(t,e,r))}function S6t(t,e){var n,r,s,o,h,d,m;if(o=e.e,o){for(n=jot(o),r=u(t.g,689),h=0;h<t.i;++h)if(m=r[h],sot(m)==n&&(s=(!m.d&&(m.d=new Ns(So,m,1)),m.d),d=u(n.Mh(Zot(o,o.Cb,o.Db>>16)),15).dd(o),d<s.i))return S6t(t,u(Lt(s,d),89))}return e}function M(t,e,n){var r=CU,s,o=r[t],h=o instanceof Array?o[0]:null;o&&!h?l=o:(l=(s=e&&e.prototype,!s&&(s=CU[e]),yhn(s)),l.Sm=n,!e&&(l.Tm=Et),r[t]=l);for(var d=3;d<arguments.length;++d)arguments[d].prototype=l;h&&(l.Rm=h)}function Sr(t){for(var e;!u(Hr(t.a),51).Ob();){if(t.d=Cpn(t),!t.d)return!1;if(t.a=u(t.d.Pb(),51),At(t.a,37)){if(e=u(t.a,37),t.a=e.a,!t.b&&(t.b=new V4),Ab(t.b,t.d),e.b)for(;!RC(e.b);)Ab(t.b,u(vun(e.b),51));t.d=e.d}}return!0}function A6t(t,e){var n,r,s,o;for(s=1,e.j=!0,o=null,r=new J(n5(e));r.a<r.c.c.length;)n=u(et(r),218),t.c[n.c]||(t.c[n.c]=!0,o=uH(n,e),n.f?s+=A6t(t,o):!o.j&&n.a==n.e.e-n.d.e&&(n.f=!0,qs(t.p,n),s+=A6t(t,o)));return s}function N5n(t){var e,n,r;for(n=new J(t.a.a.b);n.a<n.c.c.length;)e=u(et(n),86),r=(Wn(0),0),r>0&&(!(dg(t.a.c)&&e.n.d)&&!(j4(t.a.c)&&e.n.b)&&(e.g.d+=b.Math.max(0,r/2-.5)),!(dg(t.a.c)&&e.n.a)&&!(j4(t.a.c)&&e.n.c)&&(e.g.a-=r-1))}function B1e(t){var e,n,r,s,o;if(s=new ge,o=I0e(t,s),e=u(K(t,(ae(),ml)),10),e)for(r=new J(e.j);r.a<r.c.c.length;)n=u(et(r),12),$t(K(n,Di))===$t(t)&&(o=b.Math.max(o,I0e(n,s)));return s.c.length==0||Zt(t,z5,o),o!=-1?s:null}function R1e(t,e,n){var r,s,o,h,d,m;o=u(Oe(e.e,0),18).c,r=o.i,s=r.k,m=u(Oe(n.g,0),18).d,h=m.i,d=h.k,s==(Un(),ha)?Zt(t,(ae(),I1),u(K(r,I1),12)):Zt(t,(ae(),I1),o),d==ha?Zt(t,(ae(),hf),u(K(h,hf),12)):Zt(t,(ae(),hf),m)}function L6t(t){var e,n,r;this.c=t,r=u(K(t,(Me(),fh)),88),e=Rt(Ht(K(t,AG))),n=Rt(Ht(K(t,rAt))),r==(Rs(),Ho)||r==Jo||r==wd?this.b=e*n:this.b=1/(e*n),this.j=Rt(Ht(K(t,K5))),this.e=Rt(Ht(K(t,Sv))),this.f=t.b.c.length}function M6t(t,e){var n,r,s,o,h;return e&=63,n=t.h,r=(n&tP)!=0,r&&(n|=-1048576),e<22?(h=n>>e,o=t.m>>e|n<<22-e,s=t.l>>e|t.m<<22-e):e<44?(h=r?Og:0,o=n>>e-22,s=t.m>>e-22|n<<44-e):(h=r?Og:0,o=r?Il:0,s=n>>e-44),ku(s&Il,o&Il,h&Og)}function $ot(t){var e,n,r,s,o,h;for(this.c=new ge,this.d=t,r=ns,s=ns,e=Vs,n=Vs,h=_r(t,0);h.b!=h.d.c;)o=u(Tr(h),8),r=b.Math.min(r,o.a),s=b.Math.min(s,o.b),e=b.Math.max(e,o.a),n=b.Math.max(n,o.b);this.a=new Th(r,s,e-r,n-s)}function j1e(t,e){var n,r,s,o,h,d;for(o=new J(t.b);o.a<o.c.c.length;)for(s=u(et(o),30),d=new J(s.a);d.a<d.c.c.length;)for(h=u(et(d),10),h.k==(Un(),qc)&&mk(h,e),r=new nr(ir(As(h).a.Kc(),new q));Sr(r);)n=u(lr(r),18),fce(n,e)}function F5n(t,e){var n,r,s;for(e.Ug("Layer constraint preprocessing",1),n=new ge,s=new _a(t.a,0);s.b<s.d.gc();)r=(cr(s.b<s.d.gc()),u(s.d.Xb(s.c=s.b++),10)),upn(r)&&(myn(r),In(n.c,r),Ul(s));n.c.length==0||Zt(t,(ae(),Bft),n),e.Vg()}function B5n(t){var e,n;for(t.e=Vt(Or,ii,28,t.p.c.length,15,1),t.k=Vt(Or,ii,28,t.p.c.length,15,1),n=new J(t.p);n.a<n.c.c.length;)e=u(et(n),10),t.e[e.p]=mg(new nr(ir(ca(e).a.Kc(),new q))),t.k[e.p]=mg(new nr(ir(As(e).a.Kc(),new q)))}function R5n(t){var e,n,r,s,o,h;for(s=0,t.q=new ge,e=new Os,h=new J(t.p);h.a<h.c.c.length;){for(o=u(et(h),10),o.p=s,r=new nr(ir(As(o).a.Kc(),new q));Sr(r);)n=u(lr(r),18),qs(e,n.d.i);e.a.Bc(o)!=null,pe(t.q,new v_(e)),e.a.$b(),++s}}function $1e(t,e){var n,r,s,o,h,d,m,k,T;if(t.a.f>0&&At(e,44)&&(t.a._j(),k=u(e,44),m=k.ld(),o=m==null?0:Hi(m),h=Qmt(t.a,o),n=t.a.d[h],n)){for(r=u(n.g,379),T=n.i,d=0;d<T;++d)if(s=r[d],s.Bi()==o&&s.Fb(k))return $1e(t,k),!0}return!1}function j5n(t){var e,n,r,s,o,h,d;if(e=t.qi(cf),e&&(d=Gr(S1((!e.b&&(e.b=new Hl((bn(),po),Sc,e)),e.b),"settingDelegates")),d!=null)){for(n=new ge,s=s3(d,"\\w+"),o=0,h=s.length;o<h;++o)r=s[o],In(n.c,r);return n}return wn(),wn(),so}function $5n(t){var e,n,r,s;for(s=u(Mi(t.a,(Qy(),fG)),15).Kc();s.Ob();)r=u(s.Pb(),105),n=(e=q6(r.k),e.Hc((ve(),Hn))?e.Hc(Jn)?e.Hc(vr)?e.Hc(Gn)?null:m4e:y4e:v4e:w4e),DE(t,r,n[0],(Hm(),bv),0),DE(t,r,n[1],Jb,1),DE(t,r,n[2],wv,1)}function z5n(t,e){var n,r;n=x8n(e),ckn(t,e,n),Vhe(t.a,u(K(Ia(e.b),(ae(),Vk)),234)),H8n(t),hyn(t,e),r=Vt(Or,ii,28,e.b.j.c.length,15,1),yct(t,e,(ve(),Hn),r,n),yct(t,e,Jn,r,n),yct(t,e,vr,r,n),yct(t,e,Gn,r,n),t.a=null,t.c=null,t.b=null}function D6t(t,e,n){switch(e){case 7:!t.e&&(t.e=new En(Cs,t,7,4)),Lr(t.e),!t.e&&(t.e=new En(Cs,t,7,4)),bs(t.e,u(n,16));return;case 8:!t.d&&(t.d=new En(Cs,t,8,5)),Lr(t.d),!t.d&&(t.d=new En(Cs,t,8,5)),bs(t.d,u(n,16));return}Cxt(t,e,n)}function I6t(t,e){var n,r,s,o,h;if($t(e)===$t(t))return!0;if(!At(e,15)||(h=u(e,15),t.gc()!=h.gc()))return!1;for(o=h.Kc(),r=t.Kc();r.Ob();)if(n=r.Pb(),s=o.Pb(),!($t(n)===$t(s)||n!=null&&Ci(n,s)))return!1;return!0}function q5n(t,e){var n,r,s,o;for(o=u(tc(lc(lc(new ln(null,new gn(e.b,16)),new IM),new AB),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),o.Jc(new OM),n=0,s=o.Kc();s.Ob();)r=u(s.Pb(),12),r.p==-1&&O6t(t,r,n++)}function z1e(t){switch(t.g){case 0:return new Jet;case 1:return new Xet;case 2:return new Qet;case 3:return new oXt;case 4:return new Ste;default:throw nt(new zn("No implementation is available for the node placer "+(t.f!=null?t.f:""+t.g)))}}function q1e(t){switch(t.g){case 0:return new Qvt;case 1:return new EC;case 2:return new kC;case 3:return new jet;case 4:return new QXt;default:throw nt(new zn("No implementation is available for the cycle breaker "+(t.f!=null?t.f:""+t.g)))}}function H5n(t,e){var n,r,s,o,h;r=new Qi,fs(r,e,r.c.b,r.c);do for(n=(cr(r.b!=0),u(Lh(r,r.a.a),39)),t.b[n.g]=1,o=_r(n.d,0);o.b!=o.d.c;)s=u(Tr(o),65),h=s.c,t.b[h.g]==1?Zr(t.a,s):t.b[h.g]==2?t.b[h.g]=1:fs(r,h,r.c.b,r.c);while(r.b!=0)}function V5n(t,e,n){var r;r=null,e&&(r=e.d),fS(t,new vE(e.n.a-r.b+n.a,e.n.b-r.d+n.b)),fS(t,new vE(e.n.a-r.b+n.a,e.n.b+e.o.b+r.a+n.b)),fS(t,new vE(e.n.a+e.o.a+r.c+n.a,e.n.b-r.d+n.b)),fS(t,new vE(e.n.a+e.o.a+r.c+n.a,e.n.b+e.o.b+r.a+n.b))}function O6t(t,e,n){var r,s,o;for(e.p=n,o=C0(rh(ot(st(hh,1),Ln,20,0,[new oE(e),new v6(e)])));Sr(o);)r=u(lr(o),12),r.p==-1&&O6t(t,r,n);if(e.i.k==(Un(),ha))for(s=new J(e.i.j);s.a<s.c.c.length;)r=u(et(s),12),r!=e&&r.p==-1&&O6t(t,r,n)}function U5n(t,e){var n,r,s,o,h,d;for(r=new yp,h=uq(new hl(t.g)),o=h.a.ec().Kc();o.Ob();){if(s=u(o.Pb(),10),!s){e.bh("There are no classes in a balanced layout.");break}d=t.j[s.p],n=u(ed(r,d),15),n||(n=new ge,Dp(r,d,n)),n.Fc(s)}return r}function H1e(t){var e,n,r,s,o;if(s=u(tc(Vyt(Kyt(t)),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),r=E5,s.gc()>=2)for(n=s.Kc(),e=Ht(n.Pb());n.Ob();)o=e,e=Ht(n.Pb()),r=b.Math.min(r,(Wn(e),e-(Wn(o),o)));return r}function G5n(t,e){var n,r,s;for(s=new ge,r=_r(e.a,0);r.b!=r.d.c;)n=u(Tr(r),65),n.b.g==t.g&&!hn(n.b.c,QV)&&$t(K(n.b,(xc(),o0)))!==$t(K(n.c,o0))&&!Q4(new ln(null,new gn(s,16)),new kUt(n))&&In(s.c,n);return Ms(s,new LZ),s}function K5n(t,e){var n,r,s;if($t(e)===$t(Hr(t)))return!0;if(!At(e,15)||(r=u(e,15),s=t.gc(),s!=r.gc()))return!1;if(At(r,59)){for(n=0;n<s;n++)if(!zd(t.Xb(n),r.Xb(n)))return!1;return!0}else return Wwn(t.Kc(),r.Kc())}function W5n(t,e,n,r,s,o){var h,d,m,k;for(d=!gE(Ai(t.Oc(),new Mf(new mQ))).Bd((j2(),Nk)),h=t,o==(Rs(),qh)&&(h=Oh(h)),k=h.Kc();k.Ob();)m=u(k.Pb(),72),m.n.a=e.a,d?m.n.b=e.b+(r.b-m.o.b)/2:s?m.n.b=e.b:m.n.b=e.b+r.b-m.o.b,e.a+=m.o.a+n}function Y5n(t,e){var n,r,s,o,h;for(e.Ug("Port side processing",1),h=new J(t.a);h.a<h.c.c.length;)s=u(et(h),10),rge(s);for(r=new J(t.b);r.a<r.c.c.length;)for(n=u(et(r),30),o=new J(n.a);o.a<o.c.c.length;)s=u(et(o),10),rge(s);e.Vg()}function X5n(t,e,n){var r,s,o,h,d,m,k;if(n)for(o=n.a.length,r=new q2(o),d=(r.b-r.a)*r.c<0?(vb(),p2):new kb(r);d.Ob();)h=u(d.Pb(),17),m=jE(n,h.a),m&&(k=F0n(wg(m,zlt),e),di(t.f,k,m),s=n0 in m.a,s&&ZE(k,wg(m,n0)),BH(m,k),l6t(m,k))}function Q5n(t,e,n){var r,s,o,h,d;if(d=n,!d&&(d=Fvt(new E6,0)),d.Ug(zbe,1),jge(t.c,e),h=e9n(t.a,e),h.gc()==1)yge(u(h.Xb(0),36),d);else for(o=1/h.gc(),s=h.Kc();s.Ob();){if(r=u(s.Pb(),36),n.$g())return;yge(r,d.eh(o))}dnn(t.a,h,e),Lkn(e),d.Vg()}function V1e(t,e,n){var r,s,o,h,d;if(s=t.f,!s&&(s=u(t.a.a.ec().Kc().Pb(),60)),hS(s,e,n),t.a.a.gc()!=1)for(r=e*n,h=t.a.a.ec().Kc();h.Ob();)o=u(h.Pb(),60),o!=s&&(d=J6(o),d.f.d?(o.d.d+=r+cd,o.d.a-=r+cd):d.f.a&&(o.d.a-=r+cd))}function zot(t,e,n,r,s){var o,h,d,m,k,T,A,N,j;return h=n-t,d=r-e,o=b.Math.atan2(h,d),m=o+Eut,k=o-Eut,T=s*b.Math.sin(m)+t,N=s*b.Math.cos(m)+e,A=s*b.Math.sin(k)+t,j=s*b.Math.cos(k)+e,J1(ot(st(ua,1),le,8,0,[new se(T,N),new se(A,j)]))}function J5n(t,e,n,r){var s,o,h,d,m,k,T,A;s=n,T=e,o=T;do o=t.a[o.p],d=(A=t.g[o.p],Rt(t.p[A.p])+Rt(t.d[o.p])-o.d.d),m=J0n(o,r),m&&(h=(k=t.g[m.p],Rt(t.p[k.p])+Rt(t.d[m.p])+m.o.b+m.d.a),s=b.Math.min(s,d-(h+q4(t.k,o,m))));while(T!=o);return s}function Z5n(t,e,n,r){var s,o,h,d,m,k,T,A;s=n,T=e,o=T;do o=t.a[o.p],h=(A=t.g[o.p],Rt(t.p[A.p])+Rt(t.d[o.p])+o.o.b+o.d.a),m=ipn(o,r),m&&(d=(k=t.g[m.p],Rt(t.p[k.p])+Rt(t.d[m.p])-m.d.d),s=b.Math.min(s,d-(h+q4(t.k,o,m))));while(T!=o);return s}function U1e(t,e){var n;if(e.Ug("Equal Whitespace Eliminator",1),td(t,(D0(),fK)))obn(u(ne(t,fK),15),Rt(Ht(ne(t,$T))),(n=Rt(Ht(ne(t,VA))),Rt(Ht(ne(t,(ad(),WA)))),n));else throw nt(new lp("The graph does not contain rows."));e.Vg()}function ne(t,e){var n,r;return r=(!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),S1(t.o,e)),r??(n=e.Sg(),At(n,4)&&(n==null?(!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),pH(t.o,e)):(!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),yO(t.o,e,n))),n)}function e3(){e3=V,Qf=new P4("H_LEFT",0),jg=new P4("H_CENTER",1),Jf=new P4("H_RIGHT",2),t1=new P4("V_TOP",3),U0=new P4("V_CENTER",4),df=new P4("V_BOTTOM",5),dh=new P4("INSIDE",6),Zf=new P4("OUTSIDE",7),ff=new P4("H_PRIORITY",8)}function txn(t,e){var n,r,s,o,h,d,m;if(!e.f)throw nt(new zn("The input edge is not a tree edge."));for(o=null,s=ki,r=new J(t.d);r.a<r.c.c.length;)n=u(et(r),218),d=n.d,m=n.e,Not(t,d,e)&&!Not(t,m,e)&&(h=m.e-d.e-n.a,h<s&&(s=h,o=n));return o}function exn(t){var e,n,r,s,o,h;if(!(t.f.e.c.length<=1)){e=0,s=O1e(t),n=ns;do{for(e>0&&(s=n),h=new J(t.f.e);h.a<h.c.c.length;)o=u(et(h),153),!Ie(De(K(o,(mO(),cCt))))&&(r=gEn(t,o),Ei(y1(o.d),r));n=O1e(t)}while(!jun(t,e++,s,n))}}function nxn(t,e){var n,r,s,o,h;for(o=t.g.a,h=t.g.b,r=new J(t.d);r.a<r.c.c.length;)n=u(et(r),72),s=n.n,t.a==(rd(),wT)||t.i==(ve(),Jn)?s.a=o:t.a==mT||t.i==(ve(),Gn)?s.a=o+t.j.a-n.o.a:s.a=o+(t.j.a-n.o.a)/2,s.b=h,Ei(s,e),h+=n.o.b+t.e}function rxn(t,e){var n,r,s,o,h,d,m,k,T,A;k=t,m=P_(k,"individualSpacings"),m&&(r=td(e,(si(),Xk)),h=!r,h&&(s=new ZM,Oi(e,Xk,s)),d=u(ne(e,Xk),385),A=m,o=null,A&&(o=(T=tat(A,Vt(Ne,le,2,0,6,1)),new trt(A,T))),o&&(n=new NXt(A,d),Oa(o,n)))}function ixn(t,e){var n,r,s,o,h,d,m,k,T,A,N;return m=null,A=t,T=null,(Pwe in A.a||Nwe in A.a||aU in A.a)&&(k=null,N=D4t(e),h=P_(A,Pwe),n=new aGt(N),v2n(n.a,h),d=P_(A,Nwe),r=new bGt(N),y2n(r.a,d),o=Rm(A,aU),s=new vGt(N),k=(iyn(s.a,o),o),T=k),m=T,m}function sxn(t,e){var n,r,s;if(e===t)return!0;if(At(e,552)){if(s=u(e,849),t.a.d!=s.a.d||K4(t).gc()!=K4(s).gc())return!1;for(r=K4(s).Kc();r.Ob();)if(n=u(r.Pb(),425),Gne(t,n.a.ld())!=u(n.a.md(),16).gc())return!1;return!0}return!1}function axn(t){var e,n,r,s;return r=u(t.a,17).a,s=u(t.b,17).a,e=r,n=s,r==0&&s==0?n-=1:r==-1&&s<=0?(e=0,n-=2):r<=0&&s>0?(e-=1,n-=1):r>=0&&s<0?(e+=1,n+=1):r>0&&s>=0?(e-=1,n+=1):(e+=1,n-=1),new Ys(fe(e),fe(n))}function oxn(t,e){return t.c<e.c?-1:t.c>e.c?1:t.b<e.b?-1:t.b>e.b?1:t.a!=e.a?Hi(t.a)-Hi(e.a):t.d==(N_(),BA)&&e.d==FA?-1:t.d==FA&&e.d==BA?1:0}function G1e(t,e){var n,r,s,o,h;return o=e.a,o.c.i==e.b?h=o.d:h=o.c,o.c.i==e.b?r=o.c:r=o.d,s=L2n(t.a,h,r),s>0&&s<E5?(n=J5n(t.a,r.i,s,t.c),$ae(t.a,r.i,-n),n>0):s<0&&-s<E5?(n=Z5n(t.a,r.i,-s,t.c),$ae(t.a,r.i,n),n>0):!1}function cxn(t,e,n,r){var s,o,h,d,m,k,T,A;for(s=(e-t.d)/t.c.c.length,o=0,t.a+=n,t.d=e,A=new J(t.c);A.a<A.c.c.length;)T=u(et(A),27),k=T.g,m=T.f,Cu(T,T.i+o*s),_u(T,T.j+r*n),zm(T,T.g+s),$m(T,t.a),++o,d=T.g,h=T.f,$fe(T,new se(d,h),new se(k,m))}function uxn(t){var e,n,r,s,o,h,d;if(t==null)return null;for(d=t.length,s=(d+1)/2|0,h=Vt(cl,A5,28,s,15,1),d%2!=0&&(h[--s]=ekt((qn(d-1,t.length),t.charCodeAt(d-1)))),n=0,r=0;n<s;++n)e=ekt(qa(t,r++)),o=ekt(qa(t,r++)),h[n]=(e<<4|o)<<24>>24;return h}function lxn(t){if(t.ze()){var e=t.c;e.Ae()?t.o="["+e.n:e.ze()?t.o="["+e.xe():t.o="[L"+e.xe()+";",t.b=e.we()+"[]",t.k=e.ye()+"[]";return}var n=t.j,r=t.d;r=r.split("/"),t.o=Vat(".",[n,Vat("$",r)]),t.b=Vat(".",[n,Vat(".",r)]),t.k=r[r.length-1]}function hxn(t,e){var n,r,s,o,h;for(h=null,o=new J(t.e.a);o.a<o.c.c.length;)if(s=u(et(o),125),s.b.a.c.length==s.g.a.c.length){for(r=s.e,h=U3n(s),n=s.e-u(h.a,17).a+1;n<s.e+u(h.b,17).a;n++)e[n]<e[r]&&(r=n);e[r]<e[s.e]&&(--e[s.e],++e[r],s.e=r)}}function qot(t){var e,n,r,s,o,h,d,m;for(s=ns,r=Vs,n=new J(t.e.b);n.a<n.c.c.length;)for(e=u(et(n),30),h=new J(e.a);h.a<h.c.c.length;)o=u(et(h),10),m=Rt(t.p[o.p]),d=m+Rt(t.b[t.g[o.p].p]),s=b.Math.min(s,m),r=b.Math.max(r,d);return r-s}function K1e(t){bct();var e,n,r,s;return r=Fd(t,qu(35)),e=r==-1?t:(Sa(0,r,t.length),t.substr(0,r)),n=r==-1?null:(qn(r+1,t.length+1),t.substr(r+1)),s=S1n(_It,e),s?n!=null&&(s=zce(s,(Wn(n),n))):(s=WCn(e),$1n(_It,e,s),n!=null&&(s=zce(s,n))),s}function P6t(t,e,n,r){var s,o,h,d,m;for(s=lkt(t,e),d=0,m=s.gc();d<m;++d)if(o=u(s.Xb(d),179),hn(r,NE(Ro(t,o)))){if(h=mI(Ro(t,o)),n==null){if(h==null)return o}else if(hn(n,h))return o}return null}function N6t(t,e,n,r){var s,o,h,d,m;for(s=tct(t,e),d=0,m=s.gc();d<m;++d)if(o=u(s.Xb(d),179),hn(r,NE(Ro(t,o)))){if(h=mI(Ro(t,o)),n==null){if(h==null)return o}else if(hn(n,h))return o}return null}function fxn(t,e,n){var r,s,o,h,d,m;if(h=new V8,d=Au(t.e.Dh(),e),r=u(t.g,124),bo(),u(e,69).xk())for(o=0;o<t.i;++o)s=r[o],d.am(s.Lk())&&Mr(h,s);else for(o=0;o<t.i;++o)s=r[o],d.am(s.Lk())&&(m=s.md(),Mr(h,n?pS(t,e,o,h.i,m):m));return a3t(h)}function W1e(t){var e,n,r,s,o,h,d;if(t&&(e=t.qi(cf),e&&(h=Gr(S1((!e.b&&(e.b=new Hl((bn(),po),Sc,e)),e.b),"conversionDelegates")),h!=null))){for(d=new ge,r=s3(h,"\\w+"),s=0,o=r.length;s<o;++s)n=r[s],In(d.c,n);return d}return wn(),wn(),so}function Y1e(t,e){var n,r,s,o,h,d,m,k;for(h=e==1?Zht:Jht,o=h.a.ec().Kc();o.Ob();)for(s=u(o.Pb(),88),m=u(Mi(t.f.c,s),21).Kc();m.Ob();)switch(d=u(m.Pb(),42),r=u(d.b,86),k=u(d.a,194),n=k.c,s.g){case 2:case 1:r.g.d+=n;break;case 4:case 3:r.g.c+=n}}function dxn(t,e){var n,r,s,o,h;for(n=new rS(xT),s=(gk(),ot(st(xT,1),te,232,0,[yT,bA,vT,T3,B5,F5])),o=0,h=s.length;o<h;++o)r=s[o],evt(n,r,new ge);return xs(Go(Ai(lc(new ln(null,new gn(t.b,16)),new DB),new IB),new gVt(e)),new pVt(n)),n}function VH(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(o=e.Kc();o.Ob();)s=u(o.Pb(),27),T=s.i+s.g/2,N=s.j+s.f/2,m=t.f,h=m.i+m.g/2,d=m.j+m.f/2,k=T-h,A=N-d,r=b.Math.sqrt(k*k+A*A),k*=t.e/r,A*=t.e/r,n?(T-=k,N-=A):(T+=k,N+=A),Cu(s,T-s.g/2),_u(s,N-s.f/2)}function h5(t){var e,n,r;if(!t.c&&t.b!=null){for(e=t.b.length-4;e>=0;e-=2)for(n=0;n<=e;n+=2)(t.b[n]>t.b[n+2]||t.b[n]===t.b[n+2]&&t.b[n+1]>t.b[n+3])&&(r=t.b[n+2],t.b[n+2]=t.b[n],t.b[n]=r,r=t.b[n+3],t.b[n+3]=t.b[n+1],t.b[n+1]=r);t.c=!0}}function gxn(t,e){var n,r,s,o,h,d,m,k,T;for(k=-1,T=0,h=t,d=0,m=h.length;d<m;++d){for(o=h[d],n=new VZt(k==-1?t[0]:t[k],e,(Q_(),GG)),r=0;r<o.length;r++)for(s=r+1;s<o.length;s++)Ui(o[r],(ae(),Bi))&&Ui(o[s],Bi)&&Cpe(n,o[r],o[s])>0&&++T;++k}return T}function qf(t){var e,n;return n=new Jl(R2(t.Rm)),n.a+="@",ni(n,(e=Hi(t)>>>0,e.toString(16))),t.Vh()?(n.a+=" (eProxyURI: ",Zc(n,t._h()),t.Kh()&&(n.a+=" eClass: ",Zc(n,t.Kh())),n.a+=")"):t.Kh()&&(n.a+=" (eClass: ",Zc(n,t.Kh()),n.a+=")"),n.a}function wS(t){var e,n,r,s;if(t.e)throw nt(new Fo((gg(Iht),uut+Iht.k+lut)));for(t.d==(Rs(),wd)&&hV(t,Ho),n=new J(t.a.a);n.a<n.c.c.length;)e=u(et(n),316),e.g=e.i;for(s=new J(t.a.b);s.a<s.c.c.length;)r=u(et(s),60),r.i=Vs;return t.b.cf(t),t}function pxn(t,e){var n,r,s,o,h;if(e<2*t.b)throw nt(new zn("The knot vector must have at least two time the dimension elements."));for(t.f=1,s=0;s<t.b;s++)pe(t.e,0);for(h=e+1-2*t.b,n=h,o=1;o<h;o++)pe(t.e,o/n);if(t.d)for(r=0;r<t.b;r++)pe(t.e,1)}function X1e(t,e){var n,r,s,o,h,d,m,k,T;if(k=e,T=u(Rq(jit(t.i),k),27),!T)throw s=wg(k,n0),d="Unable to find elk node for json object '"+s,m=d+"' Panic!",nt(new Pd(m));o=Rm(k,"edges"),n=new SXt(t,T),t5n(n.a,n.b,o),h=Rm(k,qlt),r=new JUt(t),ivn(r.a,h)}function Q1e(t,e,n,r){var s,o,h,d,m;if(r!=null){if(s=t.d[e],s){for(o=s.g,m=s.i,d=0;d<m;++d)if(h=u(o[d],136),h.Bi()==n&&Ci(r,h.ld()))return d}}else if(s=t.d[e],s){for(o=s.g,m=s.i,d=0;d<m;++d)if(h=u(o[d],136),$t(h.ld())===$t(r))return d}return-1}function D7(t,e){var n,r,s;return n=e==null?Uo(yo(t.f,null)):WC(t.i,e),At(n,241)?(s=u(n,241),s.zi()==null,s):At(n,507)?(r=u(n,2037),s=r.a,s&&(s.yb==null||(e==null?vu(t.f,null,s):Gm(t.i,e,s))),s):null}function bxn(t){J6t();var e,n,r,s,o,h,d;if(t==null||(s=t.length,s%2!=0))return null;for(e=Tq(t),o=s/2|0,n=Vt(cl,A5,28,o,15,1),r=0;r<o;r++){if(h=xL[e[r*2]],h==-1||(d=xL[e[r*2+1]],d==-1))return null;n[r]=(h<<4|d)<<24>>24}return n}function wxn(t,e,n){var r,s,o;if(s=u(Mo(t.i,e),314),!s)if(s=new Dae(t.d,e,n),U6(t.i,e,s),$5t(e))xin(t.a,e.c,e.b,s);else switch(o=t4n(e),r=u(Mo(t.p,o),252),o.g){case 1:case 3:s.j=!0,Vnt(r,e.b,s);break;case 4:case 2:s.k=!0,Vnt(r,e.c,s)}return s}function mxn(t,e){var n,r,s,o,h,d,m,k,T;for(m=k0(t.c-t.b&t.a.length-1),k=null,T=null,o=new M_(t);o.a!=o.b;)s=u(rH(o),10),n=(d=u(K(s,(ae(),I1)),12),d?d.i:null),r=(h=u(K(s,hf),12),h?h.i:null),(k!=n||T!=r)&&(L1e(m,e),k=n,T=r),In(m.c,s);L1e(m,e)}function vxn(t,e,n,r){var s,o,h,d,m,k;if(d=new V8,m=Au(t.e.Dh(),e),s=u(t.g,124),bo(),u(e,69).xk())for(h=0;h<t.i;++h)o=s[h],m.am(o.Lk())&&Mr(d,o);else for(h=0;h<t.i;++h)o=s[h],m.am(o.Lk())&&(k=o.md(),Mr(d,r?pS(t,e,h,d.i,k):k));return O5t(d,n)}function J1e(t,e){var n,r,s,o,h,d,m,k;if(s=t.b[e.p],s>=0)return s;for(o=1,d=new J(e.j);d.a<d.c.c.length;)for(h=u(et(d),12),r=new J(h.g);r.a<r.c.c.length;)n=u(et(r),18),k=n.d.i,e!=k&&(m=J1e(t,k),o=b.Math.max(o,m+1));return g2n(t,e,o),o}function Z1e(t,e){var n,r,s,o,h,d,m,k;if(s=t.b[e.p],s>=0)return s;for(o=1,d=new J(e.j);d.a<d.c.c.length;)for(h=u(et(d),12),r=new J(h.e);r.a<r.c.c.length;)n=u(et(r),18),k=n.c.i,e!=k&&(m=Z1e(t,k),o=b.Math.max(o,m+1));return Uwn(t,e,o),o}function tde(t,e,n){var r,s,o;for(r=1;r<t.c.length;r++){for(o=(mn(r,t.c.length),u(t.c[r],10)),s=r;s>0&&e.Ne((mn(s-1,t.c.length),u(t.c[s-1],10)),o)>0;)Sh(t,s,(mn(s-1,t.c.length),u(t.c[s-1],10))),--s;mn(s,t.c.length),t.c[s]=o}n.a=new Er,n.b=new Er}function yxn(t,e,n){var r,s,o,h,d,m,k,T;for(T=(r=u(e.e&&e.e(),9),new Eh(r,u(Ff(r,r.length),9),0)),m=s3(n,"[\\[\\]\\s,]+"),o=m,h=0,d=o.length;h<d;++h)if(s=o[h],Zy(s).length!=0){if(k=c1e(t,s),k==null)return null;zf(T,u(k,22))}return T}function xxn(t){var e,n,r,s;for(s=t.length,e=null,r=0;r<s;r++)n=(qn(r,t.length),t.charCodeAt(r)),Fd(".*+?{[()|\\^$",qu(n))>=0?(e||(e=new jC,r>0&&Lo(e,(Sa(0,r,t.length),t.substr(0,r)))),e.a+="\\",IE(e,n&js)):e&&IE(e,n&js);return e?e.a:t}function kxn(t){var e,n,r;for(n=new J(t.a.a.b);n.a<n.c.c.length;)e=u(et(n),86),r=(Wn(0),0),r>0&&(!(dg(t.a.c)&&e.n.d)&&!(j4(t.a.c)&&e.n.b)&&(e.g.d-=b.Math.max(0,r/2-.5)),!(dg(t.a.c)&&e.n.a)&&!(j4(t.a.c)&&e.n.c)&&(e.g.a+=b.Math.max(0,r-1)))}function ede(t,e,n){var r,s;if((t.c-t.b&t.a.length-1)==2)e==(ve(),Hn)||e==Jn?(Lq(u(K_(t),15),(ah(),V0)),Lq(u(K_(t),15),a2)):(Lq(u(K_(t),15),(ah(),a2)),Lq(u(K_(t),15),V0));else for(s=new M_(t);s.a!=s.b;)r=u(rH(s),15),Lq(r,n)}function Exn(t,e){var n,r,s,o,h,d,m;for(s=SE(new y2t(t)),d=new _a(s,s.c.length),o=SE(new y2t(e)),m=new _a(o,o.c.length),h=null;d.b>0&&m.b>0&&(n=(cr(d.b>0),u(d.a.Xb(d.c=--d.b),27)),r=(cr(m.b>0),u(m.a.Xb(m.c=--m.b),27)),n==r);)h=n;return h}function nde(t,e,n){var r,s,o,h;nre(t,e)>nre(t,n)?(r=fc(n,(ve(),Jn)),t.d=r.dc()?0:mit(u(r.Xb(0),12)),h=fc(e,Gn),t.b=h.dc()?0:mit(u(h.Xb(0),12))):(s=fc(n,(ve(),Gn)),t.d=s.dc()?0:mit(u(s.Xb(0),12)),o=fc(e,Jn),t.b=o.dc()?0:mit(u(o.Xb(0),12)))}function rde(t,e){var n,r,s,o;for(n=t.o.a,o=u(u(Mi(t.r,e),21),87).Kc();o.Ob();)s=u(o.Pb(),117),s.e.a=n*Rt(Ht(s.b.of(NU))),s.e.b=(r=s.b,r.pf((si(),Nl))?r.ag()==(ve(),Hn)?-r.Mf().b-Rt(Ht(r.of(Nl))):Rt(Ht(r.of(Nl))):r.ag()==(ve(),Hn)?-r.Mf().b:0)}function Txn(t,e){var n,r,s,o;for(e.Ug("Self-Loop pre-processing",1),r=new J(t.a);r.a<r.c.c.length;)n=u(et(r),10),l2n(n)&&(s=(o=new ple(n),Zt(n,(ae(),xv),o),W8n(o),o),xs(Go(lc(new ln(null,new gn(s.d,16)),new qB),new BQ),new RQ),z6n(s));e.Vg()}function Cxn(t){var e,n,r,s,o,h,d,m;e=!0,s=null,o=null;t:for(m=new J(t.a);m.a<m.c.c.length;)for(d=u(et(m),10),r=new nr(ir(ca(d).a.Kc(),new q));Sr(r);){if(n=u(lr(r),18),s&&s!=d){e=!1;break t}if(s=d,h=n.c.i,o&&o!=h){e=!1;break t}o=h}return e}function _xn(t,e,n){var r,s,o,h,d,m;for(o=-1,d=-1,h=0;h<e.c.length&&(s=(mn(h,e.c.length),u(e.c[h],339)),!(s.c>t.c));h++)s.a>=t.s&&(o<0&&(o=h),d=h);return m=(t.s+t.c)/2,o>=0&&(r=f8n(t,e,o,d),m=lrn((mn(r,e.c.length),u(e.c[r],339))),w5n(e,r,n)),m}function zr(t,e,n){var r,s,o,h,d,m,k;for(h=(o=new HR,o),g4t(h,(Wn(e),e)),k=(!h.b&&(h.b=new Hl((bn(),po),Sc,h)),h.b),m=1;m<n.length;m+=2)yO(k,n[m-1],n[m]);for(r=(!t.Ab&&(t.Ab=new Jt(oi,t,0,3)),t.Ab),d=0;d<0;++d)s=qun(u(Lt(r,r.i-1),598)),r=s;Mr(r,h)}function ide(t,e,n){var r,s,o;for(Ssn.call(this,new ge),this.a=e,this.b=n,this.e=t,r=(t.b&&cct(t),t.a),this.d=Pee(r.a,this.a),this.c=Pee(r.b,this.b),xbn(this,this.d,this.c),K4n(this),o=this.e.e.a.ec().Kc();o.Ob();)s=u(o.Pb(),272),s.c.c.length>0&&cTn(this,s)}function F6t(t,e,n,r,s,o){var h,d,m;if(!s[e.a]){for(s[e.a]=!0,h=r,!h&&(h=new dq),pe(h.e,e),m=o[e.a].Kc();m.Ob();)d=u(m.Pb(),289),!(d.d==n||d.c==n)&&(d.c!=e&&F6t(t,d.c,e,h,s,o),d.d!=e&&F6t(t,d.d,e,h,s,o),pe(h.c,d),Hs(h.d,d.b));return h}return null}function Sxn(t){var e,n,r,s,o,h,d;for(e=0,s=new J(t.e);s.a<s.c.c.length;)r=u(et(s),18),n=Q4(new ln(null,new gn(r.b,16)),new eQ),n&&++e;for(h=new J(t.g);h.a<h.c.c.length;)o=u(et(h),18),d=Q4(new ln(null,new gn(o.b,16)),new nQ),d&&++e;return e>=2}function Axn(t,e,n,r,s){var o,h,d,m,k,T;for(o=t.c.d.j,h=u(Nh(n,0),8),T=1;T<n.b;T++)k=u(Nh(n,T),8),fs(r,h,r.c.b,r.c),d=Rd(Ei(new eo(h),k),.5),m=Rd(new lst(U4t(o)),s),Ei(d,m),fs(r,d,r.c.b,r.c),h=k,o=e==0?aH(o):f5t(o);Zr(r,(cr(n.b!=0),u(n.c.b.c,8)))}function Lxn(t){e3();var e,n,r;return n=Gi(dh,ot(st(_o,1),te,95,0,[Zf])),!(WI(Zz(n,t))>1||(e=Gi(Qf,ot(st(_o,1),te,95,0,[jg,Jf])),WI(Zz(e,t))>1)||(r=Gi(t1,ot(st(_o,1),te,95,0,[U0,df])),WI(Zz(r,t))>1))}function B6t(t,e,n){var r,s,o;for(o=new J(t.t);o.a<o.c.c.length;)r=u(et(o),274),r.b.s<0&&r.c>0&&(r.b.n-=r.c,r.b.n<=0&&r.b.u>0&&Zr(e,r.b));for(s=new J(t.i);s.a<s.c.c.length;)r=u(et(s),274),r.a.s<0&&r.c>0&&(r.a.u-=r.c,r.a.u<=0&&r.a.n>0&&Zr(n,r.a))}function UH(t){var e,n,r,s,o;if(t.g==null&&(t.d=t.bj(t.f),Mr(t,t.d),t.c))return o=t.f,o;if(e=u(t.g[t.i-1],51),s=e.Pb(),t.e=e,n=t.bj(s),n.Ob())t.d=n,Mr(t,n);else for(t.d=null;!e.Ob()&&(hs(t.g,--t.i,null),t.i!=0);)r=u(t.g[t.i-1],51),e=r;return s}function Mxn(t,e){var n,r,s,o,h,d;if(r=e,s=r.Lk(),Dg(t.e,s)){if(s.Si()&&cq(t,s,r.md()))return!1}else for(d=Au(t.e.Dh(),s),n=u(t.g,124),o=0;o<t.i;++o)if(h=n[o],d.am(h.Lk()))return Ci(h,r)?!1:(u(s5(t,o,e),76),!0);return Mr(t,e)}function Dxn(t,e,n,r){var s,o,h,d;for(s=new Lg(t),C(s,(Un(),qc)),Zt(s,(ae(),Di),e),Zt(s,kA,r),Zt(s,(Me(),ms),(xa(),lu)),Zt(s,I1,e.c),Zt(s,hf,e.d),Ide(e,s),d=b.Math.floor(n/2),h=new J(s.j);h.a<h.c.c.length;)o=u(et(h),12),o.n.b=d;return s}function sde(t){var e,n,r,s,o,h,d;for(e=0,r=new J(t.a);r.a<r.c.c.length;)for(n=u(et(r),10),o=new nr(ir(As(n).a.Kc(),new q));Sr(o);)s=u(lr(o),18),t==s.d.i.c&&s.c.j==(ve(),Gn)&&(h=Q1(s.c).b,d=Q1(s.d).b,e=b.Math.max(e,b.Math.abs(d-h)));return e}function ade(t,e,n){var r,s,o,h,d;for(n.Ug("ELK Force",1),Ie(De(ne(e,(Vf(),tCt))))||tq((r=new iE((xy(),new my(e))),r)),d=yce(e),Qmn(d),vpn(t,u(K(d,Z9t),432)),h=J0e(t.a,d),o=h.Kc();o.Ob();)s=u(o.Pb(),235),kEn(t.b,s,n.eh(1/h.gc()));d=fpe(h),kpe(d),n.Vg()}function R6t(t,e,n){switch(n.g){case 1:return new se(e.a,b.Math.min(t.d.b,e.b));case 2:return new se(b.Math.max(t.c.a,e.a),e.b);case 3:return new se(e.a,b.Math.max(t.c.b,e.b));case 4:return new se(b.Math.min(e.a,t.d.a),e.b)}return new se(e.a,e.b)}function OO(t){var e,n,r;for(e=k0(1+(!t.c&&(t.c=new Jt(kl,t,9,9)),t.c).i),pe(e,(!t.d&&(t.d=new En(Cs,t,8,5)),t.d)),r=new Zn((!t.c&&(t.c=new Jt(kl,t,9,9)),t.c));r.e!=r.i.gc();)n=u(sr(r),123),pe(e,(!n.d&&(n.d=new En(Cs,n,8,5)),n.d));return Hr(e),new u_(e)}function Mg(t){var e,n,r;for(e=k0(1+(!t.c&&(t.c=new Jt(kl,t,9,9)),t.c).i),pe(e,(!t.e&&(t.e=new En(Cs,t,7,4)),t.e)),r=new Zn((!t.c&&(t.c=new Jt(kl,t,9,9)),t.c));r.e!=r.i.gc();)n=u(sr(r),123),pe(e,(!n.e&&(n.e=new En(Cs,n,7,4)),n.e));return Hr(e),new u_(e)}function Ixn(t){var e,n,r,s;if(t==null)return null;if(r=iu(t,!0),s=AP.length,hn(r.substr(r.length-s,s),AP)){if(n=r.length,n==4){if(e=(qn(0,r.length),r.charCodeAt(0)),e==43)return GIt;if(e==45)return MTe}else if(n==3)return GIt}return Jy(r)}function Oxn(t,e){var n,r,s,o,h;if(e.Ug("Breaking Point Processor",1),b9n(t),Ie(De(K(t,(Me(),cAt))))){for(s=new J(t.b);s.a<s.c.c.length;)for(r=u(et(s),30),n=0,h=new J(r.a);h.a<h.c.c.length;)o=u(et(h),10),o.p=n++;h7n(t),Tde(t,!0),Tde(t,!1)}e.Vg()}function Pxn(t,e,n,r){var s,o,h,d,m,k,T,A,N;for(A=r?(ve(),Gn):(ve(),Jn),s=!1,m=e[n],k=0,T=m.length;k<T;++k)d=m[k],!j6(u(K(d,(Me(),ms)),101))&&(h=d.e,N=!fc(d,A).dc()&&!!h,N&&(o=Ixt(h),t.b=new Pxt(o,r?0:o.length-1)),s=s|xkn(t,d,A,N));return s}function ode(t,e,n,r){var s,o,h;if(h=kxt(e,n),In(r.c,e),t.j[h.p]==-1||t.j[h.p]==2||t.a[e.p])return r;for(t.j[h.p]=-1,o=new nr(ir(Sg(h).a.Kc(),new q));Sr(o);)if(s=u(lr(o),18),!(!(!ho(s)&&!(!ho(s)&&s.c.i.c==s.d.i.c))||s==e))return ode(t,s,h,r);return r}function Nxn(t){var e,n,r,s;for(e=0,n=0,s=new J(t.j);s.a<s.c.c.length;)if(r=u(et(s),12),e=qr(Xa(e,Xie(Ai(new ln(null,new gn(r.e,16)),new fR)))),n=qr(Xa(n,Xie(Ai(new ln(null,new gn(r.g,16)),new eZ)))),e>1||n>1)return 2;return e+n==1?2:0}function Ml(t,e){var n,r,s,o,h,d;return o=t.a*sut+t.b*1502,d=t.b*sut+11,n=b.Math.floor(d*iP),o+=n,d-=n*o8t,o%=o8t,t.a=o,t.b=d,e<=24?b.Math.floor(t.a*b9t[e]):(s=t.a*(1<<e-24),h=b.Math.floor(t.b*w9t[e]),r=s+h,r>=2147483648&&(r-=4294967296),r)}function cde(t,e,n){var r,s,o,h,d,m,k;for(o=new ge,k=new Qi,h=new Qi,JEn(t,k,h,e),MTn(t,k,h,e,n),m=new J(t);m.a<m.c.c.length;)for(d=u(et(m),118),s=new J(d.k);s.a<s.c.c.length;)r=u(et(s),132),(!e||r.c==(E1(),n2))&&d.g>r.b.g&&In(o.c,r);return o}function Fxn(t,e,n){var r,s,o,h,d,m;for(d=t.c,h=(n.q?n.q:(wn(),wn(),j0)).vc().Kc();h.Ob();)o=u(h.Pb(),44),r=!gE(Ai(new ln(null,new gn(d,16)),new Mf(new wXt(e,o)))).Bd((j2(),Nk)),r&&(m=o.md(),At(m,4)&&(s=H5t(m),s!=null&&(m=s)),e.qf(u(o.ld(),149),m))}function Bxn(t,e,n){var r,s;if(wI(t.b),x1(t.b,(uO(),gK),(VC(),bN)),x1(t.b,pK,e.g),x1(t.b,bK,e.a),t.a=VO(t.b,e),n.Ug("Compaction by shrinking a tree",t.a.c.length),e.i.c.length>1)for(s=new J(t.a);s.a<s.c.c.length;)r=u(et(s),47),r.Kf(e,n.eh(1));n.Vg()}function j6t(t,e,n){var r,s,o;if(o=w5((rl(),Fa),t.Dh(),e),o){if(bo(),!u(o,69).xk()&&(o=Q6(Ro(Fa,o)),!o))throw nt(new zn(Kb+e.xe()+XS));s=(r=t.Ih(o),u(r>=0?t.Lh(r,!0,!0):Zm(t,o,!0),160)),u(s,220).Xl(e,n)}else throw nt(new zn(Kb+e.xe()+XS))}function GH(t,e){var n,r,s,o,h;if(e){for(o=At(t.Cb,90)||At(t.Cb,102),h=!o&&At(t.Cb,331),r=new Zn((!e.a&&(e.a=new y_(e,So,e)),e.a));r.e!=r.i.gc();)if(n=u(sr(r),89),s=sV(n),o?At(s,90):h?At(s,156):s)return s;return o?(bn(),mf):(bn(),yd)}else return null}function Rxn(t,e){var n,r,s,o;for(e.Ug("Resize child graph to fit parent.",1),r=new J(t.b);r.a<r.c.c.length;)n=u(et(r),30),Hs(t.a,n.a),n.a.c.length=0;for(o=new J(t.a);o.a<o.c.c.length;)s=u(et(o),10),Ca(s,null);t.b.c.length=0,ikn(t),t.e&&eEn(t.e,t),e.Vg()}function jxn(t,e){var n,r,s,o,h;for(e.Ug("Edge joining",1),n=Ie(De(K(t,(Me(),i1t)))),s=new J(t.b);s.a<s.c.c.length;)for(r=u(et(s),30),h=new _a(r.a,0);h.b<h.d.gc();)o=(cr(h.b<h.d.gc()),u(h.d.Xb(h.c=h.b++),10)),o.k==(Un(),ha)&&(vct(o,n),Ul(h));e.Vg()}function $xn(t,e){var n,r,s,o,h;for(n=new ge,s=lc(new ln(null,new gn(t,16)),new bZ),o=lc(new ln(null,new gn(t,16)),new wZ),h=Xdn(gdn(Py(v6n(ot(st(m_n,1),Ln,848,0,[s,o])),new mZ))),r=1;r<h.length;r++)h[r]-h[r-1]>=2*e&&pe(n,new fit(h[r-1]+e,h[r]-e));return n}function zxn(t,e,n){var r,s,o,h,d,m,k,T;if(n)for(o=n.a.length,r=new q2(o),d=(r.b-r.a)*r.c<0?(vb(),p2):new kb(r);d.Ob();)h=u(d.Pb(),17),s=jE(n,h.a),s&&(m=w1n(t,(k=(wb(),T=new j2t,T),e&&$6t(k,e),k),s),ZE(m,wg(s,n0)),BH(s,m),l6t(s,m),dat(t,s,m))}function KH(t){var e,n,r,s,o,h;if(!t.j){if(h=new cC,e=wL,o=e.a.zc(t,e),o==null){for(r=new Zn(Ko(t));r.e!=r.i.gc();)n=u(sr(r),29),s=KH(n),bs(h,s),Mr(h,n);e.a.Bc(t)!=null}Uy(h),t.j=new B4((u(Lt(Xt((Tb(),Fn).o),11),19),h.i),h.g),Sl(t).b&=-33}return t.j}function qxn(t){var e,n,r,s;if(t==null)return null;if(r=iu(t,!0),s=AP.length,hn(r.substr(r.length-s,s),AP)){if(n=r.length,n==4){if(e=(qn(0,r.length),r.charCodeAt(0)),e==43)return KIt;if(e==45)return DTe}else if(n==3)return KIt}return new A2t(r)}function Hxn(t){var e,n,r;return n=t.l,n&n-1||(r=t.m,r&r-1)||(e=t.h,e&e-1)||e==0&&r==0&&n==0?-1:e==0&&r==0&&n!=0?i4t(n):e==0&&r!=0&&n==0?i4t(r)+22:e!=0&&r==0&&n==0?i4t(e)+44:-1}function f5(t,e){var n,r,s,o,h;for(s=e.a&t.f,o=null,r=t.b[s];;r=r.b){if(r==e){o?o.b=e.b:t.b[s]=e.b;break}o=r}for(h=e.f&t.f,o=null,n=t.c[h];;n=n.d){if(n==e){o?o.d=e.d:t.c[h]=e.d;break}o=n}e.e?e.e.c=e.c:t.a=e.c,e.c?e.c.e=e.e:t.e=e.e,--t.i,++t.g}function Vxn(t,e){var n;e.d?e.d.b=e.b:t.a=e.b,e.b?e.b.d=e.d:t.e=e.d,!e.e&&!e.c?(n=u(Zh(u(tk(t.b,e.a),260)),260),n.a=0,++t.c):(n=u(Zh(u(tr(t.b,e.a),260)),260),--n.a,e.e?e.e.c=e.c:n.b=u(Zh(e.c),511),e.c?e.c.e=e.e:n.c=u(Zh(e.e),511)),--t.d}function Uxn(t){var e,n,r,s,o,h,d,m,k,T;for(n=t.o,e=t.p,h=ki,s=Va,d=ki,o=Va,k=0;k<n;++k)for(T=0;T<e;++T)a5(t,k,T)&&(h=b.Math.min(h,k),s=b.Math.max(s,k),d=b.Math.min(d,T),o=b.Math.max(o,T));return m=s-h+1,r=o-d+1,new Bee(fe(h),fe(d),fe(m),fe(r))}function Hot(t,e){var n,r,s,o;for(o=new _a(t,0),n=(cr(o.b<o.d.gc()),u(o.d.Xb(o.c=o.b++),148));o.b<o.d.gc();)r=(cr(o.b<o.d.gc()),u(o.d.Xb(o.c=o.b++),148)),s=new Lvt(r.c,n.d,e),cr(o.b>0),o.a.Xb(o.c=--o.b),Ly(o,s),cr(o.b<o.d.gc()),o.d.Xb(o.c=o.b++),s.a=!1,n=r}function ude(t){var e,n,r,s,o,h;for(s=u(K(t,(ae(),EG)),12),h=new J(t.j);h.a<h.c.c.length;){for(o=u(et(h),12),r=new J(o.g);r.a<r.c.c.length;)return e=u(et(r),18),ya(e,s),o;for(n=new J(o.e);n.a<n.c.c.length;)return e=u(et(n),18),Ya(e,s),o}return null}function lde(t,e,n){var r,s,o,h,d,m;for(m=u(_y(t.a,e),17).a,n?Oxt(t.a,fe(m+1),e):Oxt(t.a,fe(m-1),e),h=new Bd,s=new nr(ir((n?As(e):ca(e)).a.Kc(),new q));Sr(s);)r=u(lr(s),18),n?o=r.d.i:o=r.c.i,$t(_y(t.a,o))===$t(_y(t.a,e))&&(d=h.a.zc(o,h),d==null);return h}function Gxn(t,e,n){var r,s;r=Oc(n.q.getTime()),Rc(r,0)<0?(s=Fp-qr(fO(Ep(r),Fp)),s==Fp&&(s=0)):s=qr(fO(r,Fp)),e==1?(s=b.Math.min((s+50)/100|0,9),Cb(t,48+s&js)):e==2?(s=b.Math.min((s+5)/10|0,99),A0(t,s,2)):(A0(t,s,3),e>3&&A0(t,0,e-3))}function Kxn(t){var e,n,r,s;return $t(K(t,(Me(),A3)))===$t((Cg(),Wp))?!t.e&&$t(K(t,JP))!==$t((s7(),GP)):(r=u(K(t,Kft),298),s=Ie(De(K(t,Wft)))||$t(K(t,_A))===$t((z_(),UP)),e=u(K(t,CSt),17).a,n=t.a.c.length,!s&&r!=(s7(),GP)&&(e==0||e>n))}function Wxn(t){var e,n;for(n=0;n<t.c.length&&!(ete((mn(n,t.c.length),u(t.c[n],113)))>0);n++);if(n>0&&n<t.c.length-1)return n;for(e=0;e<t.c.length&&!(ete((mn(e,t.c.length),u(t.c[e],113)))>0);e++);return e>0&&n<t.c.length-1?e:t.c.length/2|0}function hde(t,e){var n,r;if(e!=t.Cb||t.Db>>16!=6&&e){if(T7(t,e))throw nt(new zn(QS+C1e(t)));r=null,t.Cb&&(r=(n=t.Db>>16,n>=0?lxt(t,r):t.Cb.Th(t,-1-n,null,r))),e&&(r=hk(e,t,6,r)),r=Wmt(t,e,r),r&&r.oj()}else t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,6,e,e))}function WH(t,e){var n,r;if(e!=t.Cb||t.Db>>16!=3&&e){if(T7(t,e))throw nt(new zn(QS+fge(t)));r=null,t.Cb&&(r=(n=t.Db>>16,n>=0?gxt(t,r):t.Cb.Th(t,-1-n,null,r))),e&&(r=hk(e,t,12,r)),r=Ymt(t,e,r),r&&r.oj()}else t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,3,e,e))}function $6t(t,e){var n,r;if(e!=t.Cb||t.Db>>16!=9&&e){if(T7(t,e))throw nt(new zn(QS+l0e(t)));r=null,t.Cb&&(r=(n=t.Db>>16,n>=0?fxt(t,r):t.Cb.Th(t,-1-n,null,r))),e&&(r=hk(e,t,9,r)),r=Xmt(t,e,r),r&&r.oj()}else t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,9,e,e))}function I7(t){var e,n,r,s,o;if(r=rf(t),o=t.j,o==null&&r)return t.Jk()?null:r.ik();if(At(r,156)){if(n=r.jk(),n&&(s=n.wi(),s!=t.i)){if(e=u(r,156),e.nk())try{t.g=s.ti(e,o)}catch(h){if(h=is(h),At(h,82))t.g=null;else throw nt(h)}t.i=s}return t.g}return null}function fde(t){var e;return e=new ge,pe(e,new M6(new se(t.c,t.d),new se(t.c+t.b,t.d))),pe(e,new M6(new se(t.c,t.d),new se(t.c,t.d+t.a))),pe(e,new M6(new se(t.c+t.b,t.d+t.a),new se(t.c+t.b,t.d))),pe(e,new M6(new se(t.c+t.b,t.d+t.a),new se(t.c,t.d+t.a))),e}function Yxn(t){var e,n,r;if(t==null)return Hu;try{return ec(t)}catch(s){if(s=is(s),At(s,103))return e=s,r=R2(Gl(t))+"@"+(n=(fg(),q5t(t)>>>0),n.toString(16)),uwn(Wgn(),(mE(),"Exception during lenientFormat for "+r),e),"<"+r+" threw "+R2(e.Rm)+">";throw nt(s)}}function Xxn(t,e,n){var r,s,o;for(o=e.a.ec().Kc();o.Ob();)s=u(o.Pb(),74),r=u(tr(t.b,s),272),!r&&(es(M0(s))==es(Bb(s))?B6n(t,s,n):M0(s)==es(Bb(s))?tr(t.c,s)==null&&tr(t.b,Bb(s))!=null&&Vge(t,s,n,!1):tr(t.d,s)==null&&tr(t.b,M0(s))!=null&&Vge(t,s,n,!0))}function Qxn(t,e){var n,r,s,o,h,d,m;for(s=t.Kc();s.Ob();)for(r=u(s.Pb(),10),d=new Kc,uc(d,r),Qs(d,(ve(),Jn)),Zt(d,(ae(),SG),(Nn(),!0)),h=e.Kc();h.Ob();)o=u(h.Pb(),10),m=new Kc,uc(m,o),Qs(m,Gn),Zt(m,SG,!0),n=new Pm,Zt(n,SG,!0),Ya(n,d),ya(n,m)}function Jxn(t,e,n,r){var s,o,h,d;s=Yue(t,e,n),o=Yue(t,n,e),h=u(tr(t.c,e),118),d=u(tr(t.c,n),118),s<o?new G2((E1(),F3),h,d,o-s):o<s?new G2((E1(),F3),d,h,s-o):(s!=0||!(!e.i||!n.i)&&r[e.i.c][n.i.c])&&(new G2((E1(),F3),h,d,0),new G2(F3,d,h,0))}function dde(t,e){var n,r,s,o,h,d,m;for(s=0,h=new J(e.a);h.a<h.c.c.length;)for(o=u(et(h),10),s+=o.o.b+o.d.a+o.d.d+t.e,r=new nr(ir(ca(o).a.Kc(),new q));Sr(r);)n=u(lr(r),18),n.c.i.k==(Un(),cu)&&(m=n.c.i,d=u(K(m,(ae(),Di)),10),s+=d.o.b+d.d.a+d.d.d);return s}function mS(){mS=V,tx=new HD("CANDIDATE_POSITION_LAST_PLACED_RIGHT",0),Kk=new HD("CANDIDATE_POSITION_LAST_PLACED_BELOW",1),XA=new HD("CANDIDATE_POSITION_WHOLE_DRAWING_RIGHT",2),YA=new HD("CANDIDATE_POSITION_WHOLE_DRAWING_BELOW",3),pN=new HD("WHOLE_DRAWING",4)}function Zxn(t,e){if(At(e,207))return Ebn(t,u(e,27));if(At(e,193))return Mbn(t,u(e,123));if(At(e,366))return yln(t,u(e,135));if(At(e,326))return BEn(t,u(e,74));if(e)return null;throw nt(new zn(wTt+Rb(new hl(ot(st(sa,1),Ln,1,5,[e])))))}function t6n(t){var e,n,r,s,o,h,d;for(o=new Qi,s=new J(t.d.a);s.a<s.c.c.length;)r=u(et(s),125),r.b.a.c.length==0&&fs(o,r,o.c.b,o.c);if(o.b>1)for(e=xm((n=new B2,++t.b,n),t.d),d=_r(o,0);d.b!=d.d.c;)h=u(Tr(d),125),Hf(Of(If(Pf(Df(new Qh,1),0),e),h))}function e6n(t,e,n){var r,s,o,h,d;for(n.Ug("Breaking Point Removing",1),t.a=u(K(e,(Me(),Rg)),223),o=new J(e.b);o.a<o.c.c.length;)for(s=u(et(o),30),d=new J(Bm(s.a));d.a<d.c.c.length;)h=u(et(d),10),pae(h)&&(r=u(K(h,(ae(),mv)),313),!r.d&&rpe(t,r));n.Vg()}function YH(t,e){var n,r;if(e!=t.Cb||t.Db>>16!=11&&e){if(T7(t,e))throw nt(new zn(QS+akt(t)));r=null,t.Cb&&(r=(n=t.Db>>16,n>=0?pxt(t,r):t.Cb.Th(t,-1-n,null,r))),e&&(r=hk(e,t,10,r)),r=svt(t,e,r),r&&r.oj()}else t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,11,e,e))}function n6n(t){var e,n,r,s;for(r=new Z2(new ps(t.b).a);r.b;)n=Vm(r),s=u(n.ld(),12),e=u(n.md(),10),Zt(e,(ae(),Di),s),Zt(s,ml,e),Zt(s,YP,(Nn(),!0)),Qs(s,u(K(e,_c),64)),K(e,_c),Zt(s.i,(Me(),ms),(xa(),GT)),u(K(Ia(s.i),uu),21).Fc((ko(),ST))}function r6n(t,e,n){var r,s,o,h,d,m;if(o=0,h=0,t.c)for(m=new J(t.d.i.j);m.a<m.c.c.length;)d=u(et(m),12),o+=d.e.c.length;else o=1;if(t.d)for(m=new J(t.c.i.j);m.a<m.c.c.length;)d=u(et(m),12),h+=d.g.c.length;else h=1;return s=Xs(dI(h-o)),r=(n+e)/2+(n-e)*(.4*s),r}function i6n(t){Qy();var e,n;if(t.Hc((ve(),gc)))throw nt(new zn("Port sides must not contain UNDEFINED"));switch(t.gc()){case 1:return VP;case 2:return e=t.Hc(Jn)&&t.Hc(Gn),n=t.Hc(Hn)&&t.Hc(vr),e||n?gG:dG;case 3:return fG;case 4:return hG;default:return null}}function Vot(t,e,n){return g5(),e7(t,e)&&e7(t,n)?!1:xct(new se(t.c,t.d),new se(t.c+t.b,t.d),e,n)||xct(new se(t.c+t.b,t.d),new se(t.c+t.b,t.d+t.a),e,n)||xct(new se(t.c+t.b,t.d+t.a),new se(t.c,t.d+t.a),e,n)||xct(new se(t.c,t.d+t.a),new se(t.c,t.d),e,n)}function z6t(t,e){var n,r,s,o;if(!t.dc()){for(n=0,r=t.gc();n<r;++n)if(o=Gr(t.Xb(n)),o==null?e==null:hn(o.substr(0,3),"!##")?e!=null&&(s=e.length,!hn(o.substr(o.length-s,s),e)||o.length!=e.length+3)&&!hn(vw,e):hn(o,nht)&&!hn(vw,e)||hn(o,e))return!0}return!1}function s6n(t,e,n,r){var s,o,h,d,m,k;for(h=t.j.c.length,m=Vt(x_n,m8t,314,h,0,1),d=0;d<h;d++)o=u(Oe(t.j,d),12),o.p=d,m[d]=b5n(B1e(o),n,r);for(M6n(t,m,n,e,r),k=new Er,s=0;s<m.length;s++)m[s]&&di(k,u(Oe(t.j,s),12),m[s]);k.f.c+k.i.c!=0&&(Zt(t,(ae(),xA),k),M3n(t,m))}function a6n(t,e){var n,r,s,o,h,d;for(e.Ug("Partition postprocessing",1),r=new J(t.b);r.a<r.c.c.length;)for(n=u(et(r),30),o=new J(n.a);o.a<o.c.c.length;)for(s=u(et(o),10),d=new J(s.j);d.a<d.c.c.length;)h=u(et(d),12),Ie(De(K(h,(ae(),SG))))&&C_(d);e.Vg()}function o6n(t,e,n){var r,s,o;for(s=new J(t.a.b);s.a<s.c.c.length;)if(r=u(et(s),60),o=Y4(r),o&&o.k==(Un(),Ds))switch(u(K(o,(ae(),_c)),64).g){case 4:o.n.a=e.a;break;case 2:o.n.a=n.a-(o.o.a+o.d.c);break;case 1:o.n.b=e.b;break;case 3:o.n.b=n.b-(o.o.b+o.d.a)}}function c6n(t,e,n){var r,s,o;for(n.Ug("Processor determine the height for each level",1),t.a=e.b.b==0?1:e.b.b,s=null,r=_r(e.b,0);!s&&r.b!=r.d.c;)o=u(Tr(r),39),Ie(De(K(o,(zi(),i2))))&&(s=o);s&&nge(t,J1(ot(st(eK,1),JV,39,0,[s])),n,u(K(e,(xc(),Mv)),88)),n.Vg()}function u6n(t){var e,n,r,s,o,h;for(r=(wb(),o=new PC,o),PO(r,t),n=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));n.e!=n.i.gc();)e=u(sr(n),27),h=(s=new PC,s),YH(h,r),$4(h,e.g,e.f),ZE(h,e.k),xh(h,e.i,e.j),Mr((!r.a&&(r.a=new Jt(wi,r,10,11)),r.a),h),PO(h,e);return r}function l6n(t,e,n){var r,s,o,h,d;return s=u(ne(e,(jH(),ZMt)),17),!s&&(s=fe(0)),o=u(ne(n,ZMt),17),!o&&(o=fe(0)),s.a>o.a?-1:s.a<o.a?1:t.a&&(r=ji(e.j,n.j),r!=0||(r=ji(e.i,n.i),r!=0))?r:(h=e.g*e.f,d=n.g*n.f,ji(h,d))}function h6n(t,e){var n,r,s,o,h,d,m,k,T,A;if(++t.e,m=t.d==null?0:t.d.length,e>m){for(T=t.d,t.d=Vt(mIt,_Tt,66,2*m+4,0,1),o=0;o<m;++o)if(k=T[o],k)for(r=k.g,A=k.i,d=0;d<A;++d)s=u(r[d],136),h=Qmt(t,s.Bi()),n=t.d[h],!n&&(n=t.d[h]=t.dk()),n.Fc(s);return!0}else return!1}function f6n(t,e,n){var r,s,o,h,d,m;if(s=n,o=s.Lk(),Dg(t.e,o)){if(o.Si()){for(r=u(t.g,124),h=0;h<t.i;++h)if(d=r[h],Ci(d,s)&&h!=e)throw nt(new zn(kP))}}else for(m=Au(t.e.Dh(),o),r=u(t.g,124),h=0;h<t.i;++h)if(d=r[h],m.am(d.Lk()))throw nt(new zn(SP));eS(t,e,n)}function gde(t,e){var n,r,s,o,h,d;for(n=u(K(e,(ae(),Bg)),21),h=u(Mi((Tct(),$i),n),21),d=u(Mi(ai,n),21),o=h.Kc();o.Ob();)if(r=u(o.Pb(),21),!u(Mi(t.b,r),15).dc())return!1;for(s=d.Kc();s.Ob();)if(r=u(s.Pb(),21),!u(Mi(t.b,r),15).dc())return!1;return!0}function q6t(t,e){var n,r,s,o,h,d,m,k,T;if(t.a.c.length==1)return bfe(u(Oe(t.a,0),172),e);for(h=cbn(t),m=0,k=t.d,o=h,T=t.d,d=(k-o)/2+o;o+1<k;){for(m=0,r=new J(t.a);r.a<r.c.c.length;)n=u(et(r),172),m+=(s=SS(n,d,!1),s.a);m<e?(T=d,k=d):o=d,d=(k-o)/2+o}return T}function PO(t,e){var n,r,s,o,h;if(!e)return t;if(At(e,342))for(s=u(e,342),o=(!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),t.o),r=s.gh().c.Kc();r.e!=r.i.gc();)n=u(r.Yj(),44),h=n.md(),yO(o,u(n.ld(),149),h);else!t.o&&(t.o=new el((jc(),K0),Yp,t,0)),xoe(t.o,e.nf());return t}function d6n(t){var e,n,r,s,o;return isNaN(t)?(UE(),YTt):t<-9223372036854776e3?(UE(),_ve):t>=9223372036854776e3?(UE(),KTt):(s=!1,t<0&&(s=!0,t=-t),r=0,t>=lw&&(r=Xs(t/lw),t-=r*lw),n=0,t>=Ek&&(n=Xs(t/Ek),t-=n*Ek),e=Xs(t),o=ku(e,n,r),s&&gat(o),o)}function g6n(t){var e,n,r,s,o;if(o=new ge,Tu(t.b,new knt(o)),t.b.c.length=0,o.c.length!=0){for(e=(mn(0,o.c.length),u(o.c[0],82)),n=1,r=o.c.length;n<r;++n)s=(mn(n,o.c.length),u(o.c[n],82)),s!=e&&$yn(e,s);if(At(e,63))throw nt(u(e,63));if(At(e,295))throw nt(u(e,295))}}function p6n(t,e){var n,r,s,o;for(n=!e||!t.u.Hc((wl(),$g)),o=0,s=new J(t.e.Xf());s.a<s.c.c.length;){if(r=u(et(s),852),r.ag()==(ve(),gc))throw nt(new zn("Label and node size calculator can only be used with ports that have port sides assigned."));r.Qf(o++),rbn(t,r,n)}}function H6t(t){var e,n,r,s,o;for(n=new J(t.a.a);n.a<n.c.c.length;){for(e=u(et(n),316),e.j=null,o=e.a.a.ec().Kc();o.Ob();)r=u(o.Pb(),60),y1(r.b),(!e.j||r.d.c<e.j.d.c)&&(e.j=r);for(s=e.a.a.ec().Kc();s.Ob();)r=u(s.Pb(),60),r.b.a=r.d.c-e.j.d.c,r.b.b=r.d.d-e.j.d.d}return t}function XH(t){var e,n,r,s,o;for(n=new J(t.a.a);n.a<n.c.c.length;){for(e=u(et(n),194),e.f=null,o=e.a.a.ec().Kc();o.Ob();)r=u(o.Pb(),86),y1(r.e),(!e.f||r.g.c<e.f.g.c)&&(e.f=r);for(s=e.a.a.ec().Kc();s.Ob();)r=u(s.Pb(),86),r.e.a=r.g.c-e.f.g.c,r.e.b=r.g.d-e.f.g.d}return t}function b6n(t){var e,n,r;return n=u(t.a,17).a,r=u(t.b,17).a,e=b.Math.max(b.Math.abs(n),b.Math.abs(r)),n<e&&r==-e?new Ys(fe(n+1),fe(r)):n==e&&r<e?new Ys(fe(n),fe(r+1)):n>=-e&&r==e?new Ys(fe(n-1),fe(r)):new Ys(fe(n),fe(r-1))}function pde(){return Ja(),ot(st(__n,1),te,81,0,[PCt,DCt,P5,aft,ZCt,QU,oG,E3,QCt,qCt,YCt,k3,JCt,jCt,t_t,CCt,eG,oft,YU,iG,n_t,rG,_Ct,XCt,r_t,sG,e_t,XU,FCt,KCt,GCt,cG,LCt,WU,ZU,ACt,bT,VCt,$Ct,WCt,pA,ICt,MCt,UCt,zCt,tG,aG,SCt,nG,HCt,JU,BCt,NCt,qP,KU,RCt,OCt])}function w6n(t,e,n){t.d=0,t.b=0,e.k==(Un(),cu)&&n.k==cu&&u(K(e,(ae(),Di)),10)==u(K(n,Di),10)&&(Pst(e).j==(ve(),Hn)?nde(t,e,n):nde(t,n,e)),e.k==cu&&n.k==ha?Pst(e).j==(ve(),Hn)?t.d=1:t.b=1:n.k==cu&&e.k==ha&&(Pst(n).j==(ve(),Hn)?t.b=1:t.d=1),emn(t,e,n)}function m6n(t){var e,n,r,s,o,h,d,m,k,T,A;return A=jxt(t),e=t.a,m=e!=null,m&&AE(A,"category",t.a),s=AD(new ui(t.d)),h=!s,h&&(k=new lg,C1(A,"knownOptions",k),n=new yGt(k),Oa(new ui(t.d),n)),o=AD(t.g),d=!o,d&&(T=new lg,C1(A,"supportedFeatures",T),r=new xGt(T),Oa(t.g,r)),A}function v6n(t){var e,n,r,s,o,h,d,m,k;for(r=!1,e=336,n=0,o=new rZt(t.length),d=t,m=0,k=d.length;m<k;++m)h=d[m],r=r|(Nb(h),!1),s=(_b(h),h.a),pe(o.a,Hr(s)),e&=s.yd(),n=Bpn(n,s.zd());return u(u(Jte(new ln(null,_ot(new gn((Lm(),N5t(o.a)),16),new yt,e,n)),new qj(t)),687),848)}function y6n(t,e){var n;t.d&&(e.c!=t.e.c||lgn(t.e.b,e.b))&&(pe(t.f,t.d),t.a=t.d.c+t.d.b,t.d=null,t.e=null),Nrn(e.b)?t.c=e:t.b=e,(e.b==(a7(),pv)&&!e.a||e.b==v3&&e.a||e.b==O5&&e.a||e.b==y3&&!e.a)&&t.c&&t.b&&(n=new Th(t.a,t.c.d,e.c-t.a,t.b.d-t.c.d),t.d=n,t.e=e)}function vS(t){var e;if(MKt.call(this),this.i=new CR,this.g=t,this.f=u(t.e&&t.e(),9).length,this.f==0)throw nt(new zn("There must be at least one phase in the phase enumeration."));this.c=(e=u(m1(this.g),9),new Eh(e,u(Ff(e,e.length),9),0)),this.a=new Fs,this.b=new Er}function V6t(t,e){var n,r;if(e!=t.Cb||t.Db>>16!=7&&e){if(T7(t,e))throw nt(new zn(QS+xfe(t)));r=null,t.Cb&&(r=(n=t.Db>>16,n>=0?hxt(t,r):t.Cb.Th(t,-1-n,null,r))),e&&(r=u(e,54).Rh(t,1,NN,r)),r=Jvt(t,e,r),r&&r.oj()}else t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,7,e,e))}function bde(t,e){var n,r;if(e!=t.Cb||t.Db>>16!=3&&e){if(T7(t,e))throw nt(new zn(QS+vue(t)));r=null,t.Cb&&(r=(n=t.Db>>16,n>=0?dxt(t,r):t.Cb.Th(t,-1-n,null,r))),e&&(r=u(e,54).Rh(t,0,BN,r)),r=Zvt(t,e,r),r&&r.oj()}else t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,3,e,e))}function Uot(t,e){O7();var n,r,s,o,h,d,m,k,T;return e.d>t.d&&(d=t,t=e,e=d),e.d<63?okn(t,e):(h=(t.d&-2)<<4,k=m3t(t,h),T=m3t(e,h),r=hct(t,Z6(k,h)),s=hct(e,Z6(T,h)),m=Uot(k,T),n=Uot(r,s),o=Uot(hct(k,r),hct(s,T)),o=mct(mct(o,m),n),o=Z6(o,h),m=Z6(m,h<<1),mct(mct(m,o),n))}function Np(){Np=V,c1t=new O4(y2e,0),hAt=new O4("LONGEST_PATH",1),fAt=new O4("LONGEST_PATH_SOURCE",2),o1t=new O4("COFFMAN_GRAHAM",3),lAt=new O4(Put,4),dAt=new O4("STRETCH_WIDTH",5),UG=new O4("MIN_WIDTH",6),NT=new O4("BF_MODEL_ORDER",7),FT=new O4("DF_MODEL_ORDER",8)}function x6n(t,e,n){var r,s,o,h,d;for(h=J_(t,n),d=Vt(z0,Bp,10,e.length,0,1),r=0,o=h.Kc();o.Ob();)s=u(o.Pb(),12),Ie(De(K(s,(ae(),YP))))&&(d[r++]=u(K(s,ml),10));if(r<e.length)throw nt(new Fo("Expected "+e.length+" hierarchical ports, but found only "+r+"."));return d}function k6n(t,e){var n,r,s,o,h,d;if(!t.tb){for(o=(!t.rb&&(t.rb=new Iy(t,N1,t)),t.rb),d=new A6(o.i),s=new Zn(o);s.e!=s.i.gc();)r=u(sr(s),142),h=r.xe(),n=u(h==null?vu(d.f,null,r):Gm(d.i,h,r),142),n&&(h==null?vu(d.f,null,n):Gm(d.i,h,n));t.tb=d}return u(eu(t.tb,e),142)}function NO(t,e){var n,r,s,o,h;if((t.i==null&&Kd(t),t.i).length,!t.p){for(h=new A6((3*t.g.i/2|0)+1),s=new B6(t.g);s.e!=s.i.gc();)r=u(Qat(s),179),o=r.xe(),n=u(o==null?vu(h.f,null,r):Gm(h.i,o,r),179),n&&(o==null?vu(h.f,null,n):Gm(h.i,o,n));t.p=h}return u(eu(t.p,e),179)}function U6t(t,e,n,r,s){var o,h,d,m,k;for(X2n(r+Xz(n,n.ie()),s),hee(e,b2n(n)),o=n.f,o&&U6t(t,e,o,"Caused by: ",!1),d=(n.k==null&&(n.k=Vt(mht,le,82,0,0,1)),n.k),m=0,k=d.length;m<k;++m)h=d[m],U6t(t,e,h,"Suppressed: ",!1);console.groupEnd!=null&&console.groupEnd.call(console)}function FO(t,e,n,r){var s,o,h,d,m;for(m=e.e,d=m.length,h=e.q.ug(m,n?0:d-1,n),s=m[n?0:d-1],h=h|r0e(t,s,n,r),o=n?1:d-2;n?o<d:o>=0;o+=n?1:-1)h=h|e.c.lg(m,o,n,r&&!Ie(De(K(e.j,(ae(),Zb))))&&!Ie(De(K(e.j,(ae(),q5))))),h=h|e.q.ug(m,o,n),h=h|r0e(t,m[o],n,r);return qs(t.c,e),h}function QH(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(T=Nre(t.j),A=0,N=T.length;A<N;++A){if(k=T[A],n==(xo(),vl)||n==OA)for(m=Hd(k.g),s=m,o=0,h=s.length;o<h;++o)r=s[o],L3n(e,r)&&ev(r,!0);if(n==xu||n==OA)for(d=Hd(k.e),s=d,o=0,h=s.length;o<h;++o)r=s[o],A3n(e,r)&&ev(r,!0)}}function E6n(t){var e,n;switch(e=null,n=null,zvn(t).g){case 1:e=(ve(),Jn),n=Gn;break;case 2:e=(ve(),vr),n=Hn;break;case 3:e=(ve(),Gn),n=Jn;break;case 4:e=(ve(),Hn),n=vr}P(t,u(ql(H6(u(Mi(t.k,e),15).Oc(),N5)),113)),O(t,u(ql(Dy(u(Mi(t.k,n),15).Oc(),N5)),113))}function T6n(t){var e,n,r,s,o,h;if(s=u(Oe(t.j,0),12),s.e.c.length+s.g.c.length==0)t.n.a=0;else{for(h=0,r=C0(rh(ot(st(hh,1),Ln,20,0,[new oE(s),new v6(s)])));Sr(r);)n=u(lr(r),12),h+=n.i.n.a+n.n.a+n.a.a;e=u(K(t,(Me(),Cv)),8),o=e?e.a:0,t.n.a=h/(s.e.c.length+s.g.c.length)-o}}function wde(t,e){var n,r,s;for(r=new J(e.a);r.a<r.c.c.length;)n=u(et(r),225),Tit(u(n.b,68),ra(Ma(u(e.b,68).c),u(e.b,68).a)),s=F0e(u(e.b,68).b,u(n.b,68).b),s>1&&(t.a=!0),tun(u(n.b,68),Ei(Ma(u(e.b,68).c),Rd(ra(Ma(u(n.b,68).a),u(e.b,68).a),s))),qne(t,e),wde(t,n)}function mde(t){var e,n,r,s,o,h,d;for(o=new J(t.a.a);o.a<o.c.c.length;)r=u(et(o),194),r.e=0,r.d.a.$b();for(s=new J(t.a.a);s.a<s.c.c.length;)for(r=u(et(s),194),n=r.a.a.ec().Kc();n.Ob();)for(e=u(n.Pb(),86),d=e.f.Kc();d.Ob();)h=u(d.Pb(),86),h.d!=r&&(qs(r.d,h),++h.d.e)}function C6n(t){var e,n,r,s,o,h,d,m;for(m=t.j.c.length,n=0,e=m,s=2*m,d=new J(t.j);d.a<d.c.c.length;)switch(h=u(et(d),12),h.j.g){case 2:case 4:h.p=-1;break;case 1:case 3:r=h.e.c.length,o=h.g.c.length,r>0&&o>0?h.p=e++:r>0?h.p=n++:o>0?h.p=s++:h.p=n++}wn(),Ms(t.j,new FM)}function _6n(t){var e,n;n=null,e=u(Oe(t.g,0),18);do{if(n=e.d.i,Ui(n,(ae(),hf)))return u(K(n,hf),12).i;if(n.k!=(Un(),Ts)&&Sr(new nr(ir(As(n).a.Kc(),new q))))e=u(lr(new nr(ir(As(n).a.Kc(),new q))),18);else if(n.k!=Ts)return null}while(n&&n.k!=(Un(),Ts));return n}function S6n(t,e){var n,r,s,o,h,d,m,k,T;for(d=e.j,h=e.g,m=u(Oe(d,d.c.length-1),113),T=(mn(0,d.c.length),u(d.c[0],113)),k=fot(t,h,m,T),o=1;o<d.c.length;o++)n=(mn(o-1,d.c.length),u(d.c[o-1],113)),s=(mn(o,d.c.length),u(d.c[o],113)),r=fot(t,h,n,s),r>k&&(m=n,T=s,k=r);e.a=T,e.c=m}function A6n(t,e,n){var r,s,o,h,d,m,k;for(k=new dp(new iUt(t)),h=ot(st(Y3e,1),Vbe,12,0,[e,n]),d=0,m=h.length;d<m;++d)for(o=h[d],k.a.zc(o,(Nn(),Yb))==null,s=new Z1(o.b);cc(s.a)||cc(s.b);)r=u(cc(s.a)?et(s.a):et(s.b),18),r.c==r.d||gI(k,o==r.c?r.d:r.c);return Hr(k),new fl(k)}function Hf(t){if(!t.a.d||!t.a.e)throw nt(new Fo((gg(rye),rye.k+" must have a source and target "+(gg($9t),$9t.k)+" specified.")));if(t.a.d==t.a.e)throw nt(new Fo("Network simplex does not support self-loops: "+t.a+" "+t.a.d+" "+t.a.e));return sz(t.a.d.g,t.a),sz(t.a.e.b,t.a),t.a}function L6n(t,e){var n,r,s,o,h,d,m;for(e.Ug("Constraints Postprocessor",1),h=0,o=new J(t.b);o.a<o.c.c.length;){for(s=u(et(o),30),m=0,d=!1,r=new J(s.a);r.a<r.c.c.length;)n=u(et(r),10),n.k==(Un(),Ts)&&(d=!0,Zt(n,(Me(),BG),fe(h)),Zt(n,OG,fe(m)),++m);d&&++h}e.Vg()}function vde(t,e,n){var r,s,o,h,d,m;if(r=0,e.b!=0&&n.b!=0){o=_r(e,0),h=_r(n,0),d=Rt(Ht(Tr(o))),m=Rt(Ht(Tr(h))),s=!0;do{if(d>m-t.b&&d<m+t.b)return-1;d>m-t.a&&d<m+t.a&&++r,d<=m&&o.b!=o.d.c?d=Rt(Ht(Tr(o))):m<=d&&h.b!=h.d.c?m=Rt(Ht(Tr(h))):s=!1}while(s)}return r}function yde(t,e){var n,r;return wI(t.a),x1(t.a,(qq(),aK),aK),x1(t.a,Z5,Z5),r=new Fs,ri(r,Z5,(FH(),H1t)),$t(ne(e,($b(),K1t)))!==$t((rO(),oK))&&ri(r,Z5,$1t),Ie(De(ne(e,NLt)))&&ri(r,Z5,V1t),ri(r,Z5,z1t),Ie(De(ne(e,BLt)))&&tl(r,Z5,q1t),umt(t.a,r),n=VO(t.a,e),n}function M6n(t,e,n,r,s){var o,h,d,m;for(m=(o=u(m1(go),9),new Eh(o,u(Ff(o,o.length),9),0)),d=new J(t.j);d.a<d.c.c.length;)h=u(et(d),12),e[h.p]&&(nCn(h,e[h.p],r),zf(m,h.j));s?(xot(t,e,(ve(),Jn),2*n,r),xot(t,e,Gn,2*n,r)):(xot(t,e,(ve(),Hn),2*n,r),xot(t,e,vr,2*n,r))}function D6n(t){var e,n;for(n=new nr(ir(As(t).a.Kc(),new q));Sr(n);)if(e=u(lr(n),18),e.d.i.k!=(Un(),qc))throw nt(new lp(Out+wO(t)+"' has its layer constraint set to LAST, but has at least one outgoing edge that does not go to a LAST_SEPARATE node. That must not happen."))}function I6n(t,e,n){var r,s,o,h,d;for(n.Ug("Longest path layering",1),t.a=e,d=t.a.a,t.b=Vt(Or,ii,28,d.c.length,15,1),r=0,h=new J(d);h.a<h.c.c.length;)s=u(et(h),10),s.p=r,t.b[r]=-1,++r;for(o=new J(d);o.a<o.c.c.length;)s=u(et(o),10),J1e(t,s);d.c.length=0,t.a=null,t.b=null,n.Vg()}function O6n(t,e,n,r){var s,o,h,d,m,k,T,A,N;for(m=0,T=new J(t.a);T.a<T.c.c.length;){for(k=u(et(T),10),d=0,o=new nr(ir(ca(k).a.Kc(),new q));Sr(o);)s=u(lr(o),18),A=Q1(s.c).b,N=Q1(s.d).b,d=b.Math.max(d,b.Math.abs(N-A));m=b.Math.max(m,d)}return h=r*b.Math.min(1,e/n)*m,h}function P6n(t,e){var n,r,s,o,h;for(h=u(K(e,(xc(),pLt)),433),o=_r(e.b,0);o.b!=o.d.c;)if(s=u(Tr(o),39),t.b[s.g]==0){switch(h.g){case 0:Fle(t,s);break;case 1:H5n(t,s)}t.b[s.g]=2}for(r=_r(t.a,0);r.b!=r.d.c;)n=u(Tr(r),65),Ky(n.b.d,n,!0),Ky(n.c.b,n,!0);Zt(e,(zi(),iLt),t.a)}function G6t(t){var e;return e=new jC,t&256&&(e.a+="F"),t&128&&(e.a+="H"),t&512&&(e.a+="X"),t&2&&(e.a+="i"),t&8&&(e.a+="m"),t&4&&(e.a+="s"),t&32&&(e.a+="u"),t&64&&(e.a+="w"),t&16&&(e.a+="x"),t&Uf&&(e.a+=","),Q2t(e.a)}function N6n(t,e){var n,r,s,o,h,d;e.Ug($2e,1),s=u(ne(t,(ad(),KA)),107),o=(!t.a&&(t.a=new Jt(wi,t,10,11)),t.a),h=zmn(o),d=b.Math.max(h.a,Rt(Ht(ne(t,(D0(),GA))))-(s.b+s.c)),r=b.Math.max(h.b,Rt(Ht(ne(t,hK)))-(s.d+s.a)),n=r-h.b,Oi(t,VA,n),Oi(t,$T,d),Oi(t,UA,r+n),e.Vg()}function Au(t,e){bo();var n,r,s,o;return e?e==(Fi(),LTe)||(e==wTe||e==Bw||e==bTe)&&t!=UIt?new zkt(t,e):(r=u(e,692),n=r.$k(),n||(NE(Ro((rl(),Fa),e)),n=r.$k()),o=(!n.i&&(n.i=new Er),n.i),s=u(Uo(yo(o.f,t)),2041),!s&&di(o,t,s=new zkt(t,e)),s):dTe}function F6n(t,e){var n,r;if(r=gI(t.b,e.b),!r)throw nt(new Fo("Invalid hitboxes for scanline constraint calculation."));(hce(e.b,u(Xnn(t.b,e.b),60))||hce(e.b,u(Ynn(t.b,e.b),60)))&&(fg(),String.fromCharCode(10)),t.a[e.b.f]=u(nrt(t.b,e.b),60),n=u(ert(t.b,e.b),60),n&&(t.a[n.f]=e.b)}function B6n(t,e,n){var r,s,o,h,d,m,k,T,A;for(o=d5(e,!1,!1),k=CO(o),A=Rt(Ht(ne(e,(aS(),qht)))),s=Mpe(k,A+t.a),T=new $ot(s),Yo(T,e),di(t.b,e,T),In(n.c,T),m=(!e.n&&(e.n=new Jt(Oo,e,1,7)),e.n),d=new Zn(m);d.e!=d.i.gc();)h=u(sr(d),135),r=BO(t,h,!0,0,0),In(n.c,r);return T}function R6n(t,e){var n,r,s,o,h,d,m;for(s=new ge,n=0;n<=t.j;n++)r=new tu(e),r.p=t.j-n,In(s.c,r);for(d=new J(t.p);d.a<d.c.c.length;)h=u(et(d),10),Ca(h,u(Oe(s,t.j-t.g[h.p]),30));for(o=new J(s);o.a<o.c.c.length;)m=u(et(o),30),m.a.c.length==0&&C_(o);e.b.c.length=0,Hs(e.b,s)}function j6n(t,e){var n,r,s,o,h,d,m,k,T;for(m=u(K(t,(ae(),Di)),12),k=hc(ot(st(ua,1),le,8,0,[m.i.n,m.n,m.a])).a,T=t.i.n.b,n=Hd(t.e),s=n,o=0,h=s.length;o<h;++o)r=s[o],ya(r,m),to(r.a,new se(k,T)),e&&(d=u(K(r,(Me(),qo)),75),d||(d=new Xu,Zt(r,qo,d)),Zr(d,new se(k,T)))}function $6n(t,e){var n,r,s,o,h,d,m,k,T;for(s=u(K(t,(ae(),Di)),12),k=hc(ot(st(ua,1),le,8,0,[s.i.n,s.n,s.a])).a,T=t.i.n.b,n=Hd(t.g),h=n,d=0,m=h.length;d<m;++d)o=h[d],Ya(o,s),F4(o.a,new se(k,T)),e&&(r=u(K(o,(Me(),qo)),75),r||(r=new Xu,Zt(o,qo,r)),Zr(r,new se(k,T)))}function z6n(t){var e,n,r,s,o,h,d,m,k;if(r=t.b,o=r.e,h=j6(u(K(r,(Me(),ms)),101)),n=!!o&&u(K(o,(ae(),uu)),21).Hc((ko(),zh)),!(h||n))for(k=(d=new li(t.e).a.vc().Kc(),new qi(d));k.a.Ob();)m=(e=u(k.a.Pb(),44),u(e.md(),113)),m.a&&(s=m.d,uc(s,null),m.c=!0,t.a=!0)}function q6n(t,e){var n,r,s,o;for(e.Ug("Semi-Interactive Crossing Minimization Processor",1),n=!1,s=new J(t.b);s.a<s.c.c.length;)r=u(et(s),30),o=oO(Mq(Ai(Ai(new ln(null,new gn(r.a,16)),new Y9),new $M),new HB),new VB),n=n|o.a!=null;n&&Zt(t,(ae(),$_t),(Nn(),!0)),e.Vg()}function H6n(t,e){var n,r,s,o,h,d;for(t.b=new ge,t.d=u(K(e,(ae(),Vk)),234),t.e=_fn(t.d),o=new Qi,s=J1(ot(st(G3e,1),qbe,36,0,[e])),h=0;h<s.c.length;)r=(mn(h,s.c.length),u(s.c[h],36)),r.p=h++,n=new Nge(r,t.a,t.b),Hs(s,n.b),pe(t.b,n),n.s&&(d=_r(o,0),bI(d,n));return t.c=new Os,o}function V6n(t,e){var n,r,s,o,h,d;for(h=u(u(Mi(t.r,e),21),87).Kc();h.Ob();)o=u(h.Pb(),117),n=o.c?jvt(o.c):0,n>0?o.a?(d=o.b.Mf().a,n>d&&(s=(n-d)/2,o.d.b=s,o.d.c=s)):o.d.c=t.s+n:k_(t.u)&&(r=$xt(o.b),r.c<0&&(o.d.b=-r.c),r.c+r.b>o.b.Mf().a&&(o.d.c=r.c+r.b-o.b.Mf().a))}function U6n(t,e){var n,r,s,o,h;h=new ge,n=e;do o=u(tr(t.b,n),131),o.B=n.c,o.D=n.d,In(h.c,o),n=u(tr(t.k,n),18);while(n);return r=(mn(0,h.c.length),u(h.c[0],131)),r.j=!0,r.A=u(r.d.a.ec().Kc().Pb(),18).c.i,s=u(Oe(h,h.c.length-1),131),s.q=!0,s.C=u(s.d.a.ec().Kc().Pb(),18).d.i,h}function G6n(t){var e,n;if(e=u(t.a,17).a,n=u(t.b,17).a,e>=0){if(e==n)return new Ys(fe(-e-1),fe(-e-1));if(e==-n)return new Ys(fe(-e),fe(n+1))}return b.Math.abs(e)>b.Math.abs(n)?e<0?new Ys(fe(-e),fe(n)):new Ys(fe(-e),fe(n+1)):new Ys(fe(e+1),fe(n))}function K6n(t){var e,n;n=u(K(t,(Me(),Du)),171),e=u(K(t,(ae(),kw)),311),n==(Ph(),t2)?(Zt(t,Du,QP),Zt(t,kw,(kg(),$5))):n==_3?(Zt(t,Du,QP),Zt(t,kw,(kg(),jk))):e==(kg(),$5)?(Zt(t,Du,t2),Zt(t,kw,KP)):e==jk&&(Zt(t,Du,_3),Zt(t,kw,KP))}function JH(){JH=V,aN=new lZ,cke=ri(new Fs,(Ha(),Yc),(Ja(),YU)),hke=tl(ri(new Fs,Yc,rG),Qo,nG),fke=Ud(Ud(GC(tl(ri(new Fs,Wf,oG),Qo,aG),ou),sG),cG),uke=tl(ri(ri(ri(new Fs,$0,QU),ou,ZU),ou,bT),Qo,JU),lke=tl(ri(ri(new Fs,ou,bT),ou,WU),Qo,KU)}function yS(){yS=V,pke=ri(tl(new Fs,(Ha(),Qo),(Ja(),BCt)),Yc,YU),vke=Ud(Ud(GC(tl(ri(new Fs,Wf,oG),Qo,aG),ou),sG),cG),bke=tl(ri(ri(ri(new Fs,$0,QU),ou,ZU),ou,bT),Qo,JU),mke=ri(ri(new Fs,Yc,rG),Qo,nG),wke=tl(ri(ri(new Fs,ou,bT),ou,WU),Qo,KU)}function W6n(t,e,n,r,s){var o,h;(!ho(e)&&e.c.i.c==e.d.i.c||!yoe(hc(ot(st(ua,1),le,8,0,[s.i.n,s.n,s.a])),n))&&!ho(e)&&(e.c==s?kE(e.a,0,new eo(n)):Zr(e.a,new eo(n)),r&&!v1(t.a,n)&&(h=u(K(e,(Me(),qo)),75),h||(h=new Xu,Zt(e,qo,h)),o=new eo(n),fs(h,o,h.c.b,h.c),qs(t.a,o)))}function xde(t,e){var n,r,s,o;for(o=qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15))),n=o&t.b.length-1,s=null,r=t.b[n];r;s=r,r=r.a)if(r.d==o&&zd(r.i,e))return s?s.a=r.a:t.b[n]=r.a,QKt(u(Zh(r.c),604),u(Zh(r.f),604)),ED(u(Zh(r.b),227),u(Zh(r.e),227)),--t.f,++t.e,!0;return!1}function Y6n(t){var e,n;for(n=new nr(ir(ca(t).a.Kc(),new q));Sr(n);)if(e=u(lr(n),18),e.c.i.k!=(Un(),qc))throw nt(new lp(Out+wO(t)+"' has its layer constraint set to FIRST, but has at least one incoming edge that does not come from a FIRST_SEPARATE node. That must not happen."))}function X6n(t,e,n){var r,s,o,h,d,m,k;if(s=Tue(t.Db&254),s==0)t.Eb=n;else{if(s==1)d=Vt(sa,Ln,1,2,5,1),o=hot(t,e),o==0?(d[0]=n,d[1]=t.Eb):(d[0]=t.Eb,d[1]=n);else for(d=Vt(sa,Ln,1,s+1,5,1),h=X2(t.Eb),r=2,m=0,k=0;r<=128;r<<=1)r==e?d[k++]=n:t.Db&r&&(d[k++]=h[m++]);t.Eb=d}t.Db|=e}function kde(t,e,n){var r,s,o,h;for(this.b=new ge,s=0,r=0,h=new J(t);h.a<h.c.c.length;)o=u(et(h),176),n&&r7n(o),pe(this.b,o),s+=o.o,r+=o.p;this.b.c.length>0&&(o=u(Oe(this.b,0),176),s+=o.o,r+=o.p),s*=2,r*=2,e>1?s=Xs(b.Math.ceil(s*e)):r=Xs(b.Math.ceil(r/e)),this.a=new I5t(s,r)}function Ede(t,e,n,r,s,o){var h,d,m,k,T,A,N,j,U,W,tt,ct;for(T=r,e.j&&e.o?(j=u(tr(t.f,e.A),60),W=j.d.c+j.d.b,--T):W=e.a.c+e.a.b,A=s,n.q&&n.o?(j=u(tr(t.f,n.C),60),k=j.d.c,++A):k=n.a.c,tt=k-W,m=b.Math.max(2,A-T),d=tt/m,U=W+d,N=T;N<A;++N)h=u(o.Xb(N),131),ct=h.a.b,h.a.c=U-ct/2,U+=d}function Tde(t,e){var n,r,s,o,h,d,m,k,T,A,N;s=e?new SJ:new AJ,o=!1;do for(o=!1,k=e?Oh(t.b):t.b,m=k.Kc();m.Ob();)for(d=u(m.Pb(),30),N=Bm(d.a),e||Oh(N),A=new J(N);A.a<A.c.c.length;)T=u(et(A),10),s.Mb(T)&&(r=T,n=u(K(T,(ae(),mv)),313),h=e?n.b:n.k,o=Xde(r,h,e,!1));while(o)}function K6t(t,e,n,r,s,o){var h,d,m,k,T,A;for(k=n.c.length,o&&(t.c=Vt(Or,ii,28,e.length,15,1)),h=s?0:e.length-1;s?h<e.length:h>=0;h+=s?1:-1){for(d=e[h],m=r==(ve(),Jn)?s?fc(d,r):Oh(fc(d,r)):s?Oh(fc(d,r)):fc(d,r),o&&(t.c[d.p]=m.gc()),A=m.Kc();A.Ob();)T=u(A.Pb(),12),t.d[T.p]=k++;Hs(n,m)}}function Cde(t,e,n){var r,s,o,h,d,m,k,T;for(o=Rt(Ht(t.b.Kc().Pb())),k=Rt(Ht(Kgn(e.b))),r=Rd(Ma(t.a),k-n),s=Rd(Ma(e.a),n-o),T=Ei(r,s),Rd(T,1/(k-o)),this.a=T,this.b=new ge,d=!0,h=t.b.Kc(),h.Pb();h.Ob();)m=Rt(Ht(h.Pb())),d&&m-n>dlt&&(this.b.Fc(n),d=!1),this.b.Fc(m);d&&this.b.Fc(n)}function Q6n(t){var e,n,r,s;if(p8n(t,t.n),t.d.c.length>0){for(BC(t.c);A6t(t,u(et(new J(t.e.a)),125))<t.e.a.c.length;){for(e=Rmn(t),s=e.e.e-e.d.e-e.a,e.e.j&&(s=-s),r=new J(t.e.a);r.a<r.c.c.length;)n=u(et(r),125),n.j&&(n.e+=s);BC(t.c)}BC(t.c),g6t(t,u(et(new J(t.e.a)),125)),Lge(t)}}function J6n(t,e){sk();var n,r;if(n=xst(JE(),e.Pg()),n){if(r=n.j,At(t,207))return Chn(u(t,27))?Ju(r,(A1(),Js))||Ju(r,_n):Ju(r,(A1(),Js));if(At(t,326))return Ju(r,(A1(),c0));if(At(t,193))return Ju(r,(A1(),Dw));if(At(t,366))return Ju(r,(A1(),Gp))}return!0}function Z6n(t,e,n){var r,s,o,h,d,m;if(s=n,o=s.Lk(),Dg(t.e,o)){if(o.Si()){for(r=u(t.g,124),h=0;h<t.i;++h)if(d=r[h],Ci(d,s)&&h!=e)throw nt(new zn(kP))}}else for(m=Au(t.e.Dh(),o),r=u(t.g,124),h=0;h<t.i;++h)if(d=r[h],m.am(d.Lk())&&h!=e)throw nt(new zn(SP));return u(s5(t,e,n),76)}function _de(t,e){if(e instanceof Object)try{if(e.__java$exception=t,navigator.userAgent.toLowerCase().indexOf("msie")!=-1&&$doc.documentMode<9)return;var n=t;Object.defineProperties(e,{cause:{get:function(){var r=n.he();return r&&r.fe()}},suppressed:{get:function(){return n.ge()}}})}catch{}}function Sde(t,e){var n,r,s,o,h;if(r=e>>5,e&=31,r>=t.d)return t.e<0?(Gd(),Dve):(Gd(),lA);if(o=t.d-r,s=Vt(Or,ii,28,o+1,15,1),q3n(s,o,t.a,r,e),t.e<0){for(n=0;n<r&&t.a[n]==0;n++);if(n<r||e>0&&t.a[n]<<32-e){for(n=0;n<o&&s[n]==-1;n++)s[n]=0;n==o&&++o,++s[n]}}return h=new H2(t.e,o,s),I_(h),h}function Ade(t){var e,n,r,s;return s=Y1(t),n=new Wj(s),r=new Snt(s),e=new ge,Hs(e,(!t.d&&(t.d=new En(Cs,t,8,5)),t.d)),Hs(e,(!t.e&&(t.e=new En(Cs,t,7,4)),t.e)),u(tc(Go(Ai(new ln(null,new gn(e,16)),n),r),jy(new we,new Ri,new Pn,new Bn,ot(st(zo,1),te,108,0,[(bl(),w3),rc]))),21)}function tkn(t,e){var n;switch(n=u(K(t,(Me(),NG)),283),e.Ug("Label side selection ("+n+")",1),n.g){case 0:j1e(t,(ah(),V0));break;case 1:j1e(t,(ah(),a2));break;case 2:ige(t,(ah(),V0));break;case 3:ige(t,(ah(),a2));break;case 4:Bde(t,(ah(),V0));break;case 5:Bde(t,(ah(),a2))}e.Vg()}function Dg(t,e){bo();var n,r,s;return e.Jk()?!0:e.Ik()==-2?e==(bk(),n8)||e==e8||e==Zdt||e==t0t?!0:(s=t.Dh(),ss(s,e)>=0?!1:(n=w5((rl(),Fa),s,e),n?(r=n.Ik(),(r>1||r==-1)&&Im(Ro(Fa,n))!=3):!0)):!1}function ekn(t,e,n,r){var s,o,h,d,m;return d=Xo(u(Lt((!e.b&&(e.b=new En(gr,e,4,7)),e.b),0),84)),m=Xo(u(Lt((!e.c&&(e.c=new En(gr,e,5,8)),e.c),0),84)),es(d)==es(m)||qy(m,d)?null:(h=kI(e),h==n?r:(o=u(tr(t.a,h),10),o&&(s=o.e,s)?s:null))}function nkn(t,e,n){var r,s,o,h,d;for(n.Ug("Longest path to source layering",1),t.a=e,d=t.a.a,t.b=Vt(Or,ii,28,d.c.length,15,1),r=0,h=new J(d);h.a<h.c.c.length;)s=u(et(h),10),s.p=r,t.b[r]=-1,++r;for(o=new J(d);o.a<o.c.c.length;)s=u(et(o),10),Z1e(t,s);d.c.length=0,t.a=null,t.b=null,n.Vg()}function W6t(t,e,n){var r,s,o,h,d,m;if(r=Pnn(n,t.length),h=t[r],o=iWt(n,h.length),h[o].k==(Un(),Ds))for(m=e.j,s=0;s<m.c.length;s++)d=(mn(s,m.c.length),u(m.c[s],12)),(n?d.j==(ve(),Jn):d.j==(ve(),Gn))&&Ie(De(K(d,(ae(),YP))))&&(Sh(m,s,u(K(h[o],(ae(),Di)),12)),o+=n?1:-1)}function rkn(t,e){var n,r,s,o,h,d,m,k;e.Ug("Greedy Width Approximator",1),n=Rt(Ht(ne(t,(ad(),dK)))),m=u(ne(t,KA),107),o=u(ne(t,cMt),394),h=Ie(De(ne(t,oMt))),d=Rt(Ht(ne(t,WA))),k=(!t.a&&(t.a=new Jt(wi,t,10,11)),t.a),m4t(k),s=new MZt(n,o,h),r=d8n(s,k,d,m),Oi(t,(D0(),B3),r.c),e.Vg()}function Lde(t){if(t.g==null)switch(t.p){case 0:t.g=_hn(t)?(Nn(),dT):(Nn(),Yb);break;case 1:t.g=$I(v1n(t));break;case 2:t.g=KI(wfn(t));break;case 3:t.g=Jun(t);break;case 4:t.g=new ys(Qun(t));break;case 6:t.g=Ag(eln(t));break;case 5:t.g=fe(lhn(t));break;case 7:t.g=g7(k1n(t))}return t.g}function Y6t(t){if(t.n==null)switch(t.p){case 0:t.n=Shn(t)?(Nn(),dT):(Nn(),Yb);break;case 1:t.n=$I(y1n(t));break;case 2:t.n=KI(mfn(t));break;case 3:t.n=Zun(t);break;case 4:t.n=new ys(tln(t));break;case 6:t.n=Ag(nln(t));break;case 5:t.n=fe(hhn(t));break;case 7:t.n=g7(x1n(t))}return t.n}function Mde(t,e,n,r){var s,o,h,d,m;if(d=(bo(),u(e,69).xk()),Dg(t.e,e)){if(e.Si()&&aV(t,e,r,At(e,102)&&(u(e,19).Bb&fo)!=0))throw nt(new zn(kP))}else for(m=Au(t.e.Dh(),e),s=u(t.g,124),h=0;h<t.i;++h)if(o=s[h],m.am(o.Lk()))throw nt(new zn(SP));eS(t,e6t(t,e,n),d?u(r,76):S0(e,r))}function Dde(t){var e,n,r,s,o,h,d;for(o=new J(t.a.a);o.a<o.c.c.length;)r=u(et(o),316),r.g=0,r.i=0,r.e.a.$b();for(s=new J(t.a.a);s.a<s.c.c.length;)for(r=u(et(s),316),n=r.a.a.ec().Kc();n.Ob();)for(e=u(n.Pb(),60),d=e.c.Kc();d.Ob();)h=u(d.Pb(),60),h.a!=r&&(qs(r.e,h),++h.a.g,++h.a.i)}function ikn(t){var e,n,r,s,o;s=u(K(t,(Me(),Sw)),21),o=u(K(t,zG),21),n=new se(t.f.a+t.d.b+t.d.c,t.f.b+t.d.d+t.d.a),e=new eo(n),s.Hc((Kl(),z3))&&(r=u(K(t,LT),8),o.Hc((Dl(),KT))&&(r.a<=0&&(r.a=20),r.b<=0&&(r.b=20)),e.a=b.Math.max(n.a,r.a),e.b=b.Math.max(n.b,r.b)),a7n(t,n,e)}function skn(t,e){var n,r,s;e.a?(gI(t.b,e.b),t.a[e.b.i]=u(nrt(t.b,e.b),86),n=u(ert(t.b,e.b),86),n&&(t.a[n.i]=e.b)):(r=u(nrt(t.b,e.b),86),r&&r==t.a[e.b.i]&&r.d&&r.d!=e.b.d&&r.f.Fc(e.b),s=u(ert(t.b,e.b),86),s&&t.a[s.i]==e.b&&s.d&&s.d!=e.b.d&&e.b.f.Fc(s),Yrt(t.b,e.b))}function Ide(t,e){var n,r,s,o,h,d;return o=t.d,d=Rt(Ht(K(t,(Me(),zp)))),d<0&&(d=0,Zt(t,zp,d)),e.o.b=d,h=b.Math.floor(d/2),r=new Kc,Qs(r,(ve(),Gn)),uc(r,e),r.n.b=h,s=new Kc,Qs(s,Jn),uc(s,e),s.n.b=h,ya(t,r),n=new Pm,Yo(n,t),Zt(n,qo,null),Ya(n,s),ya(n,o),vEn(e,t,n),d4n(t,n),n}function akn(t){var e,n;return n=u(K(t,(ae(),uu)),21),e=new Fs,n.Hc((ko(),vA))&&(sh(e,ike),sh(e,$At)),(n.Hc(ST)||Ie(De(K(t,(Me(),Jft)))))&&(sh(e,$At),n.Hc(j5)&&sh(e,ake)),n.Hc(zh)&&sh(e,rke),n.Hc(yA)&&sh(e,oke),n.Hc(xG)&&sh(e,ske),n.Hc(CT)&&sh(e,eke),n.Hc(_T)&&sh(e,nke),e}function okn(t,e){var n,r,s,o,h,d,m,k,T,A,N;return r=t.d,o=e.d,d=r+o,m=t.e!=e.e?-1:1,d==2?(T=Qa(ia(t.a[0],Eo),ia(e.a[0],Eo)),N=qr(T),A=qr(Eb(T,32)),A==0?new vg(m,N):new H2(m,2,ot(st(Or,1),ii,28,15,[N,A]))):(n=t.a,s=e.a,h=Vt(Or,ii,28,d,15,1),abn(n,r,s,o,h),k=new H2(m,d,h),I_(k),k)}function Ode(t,e,n,r){var s,o;if(e){if(s=t.a.Ne(n.d,e.d),s==0)return r.d=Zmt(e,n.e),r.b=!0,e;o=s<0?0:1,e.a[o]=Ode(t,e.a[o],n,r),vy(e.a[o])&&(vy(e.a[1-o])?(e.b=!0,e.a[0].b=!1,e.a[1].b=!1):vy(e.a[o].a[o])?e=Hq(e,1-o):vy(e.a[o].a[1-o])&&(e=yre(e,1-o)))}else return n;return e}function Pde(t,e,n){var r,s,o,h;s=t.i,r=t.n,y3t(t,(_1(),Tc),s.c+r.b,n),y3t(t,Cc,s.c+s.b-r.c-n[2],n),h=s.b-r.b-r.c,n[0]>0&&(n[0]+=t.d,h-=n[0]),n[2]>0&&(n[2]+=t.d,h-=n[2]),o=b.Math.max(0,h),n[1]=b.Math.max(n[1],h),y3t(t,yu,s.c+r.b+n[0]-(n[1]-h)/2,n),e==yu&&(t.c.b=o,t.c.c=s.c+r.b+(o-h)/2)}function Nde(){this.c=Vt(wa,Io,28,(ve(),ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn])).length,15,1),this.b=Vt(wa,Io,28,ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn]).length,15,1),this.a=Vt(wa,Io,28,ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn]).length,15,1),Ewt(this.c,ns),Ewt(this.b,Vs),Ewt(this.a,Vs)}function ru(t,e,n){var r,s,o,h;if(e<=n?(s=e,o=n):(s=n,o=e),r=0,t.b==null)t.b=Vt(Or,ii,28,2,15,1),t.b[0]=s,t.b[1]=o,t.c=!0;else{if(r=t.b.length,t.b[r-1]+1==s){t.b[r-1]=o;return}h=Vt(Or,ii,28,r+2,15,1),Wc(t.b,0,h,0,r),t.b=h,t.b[r-1]>=s&&(t.c=!1,t.a=!1),t.b[r++]=s,t.b[r]=o,t.c||h5(t)}}function ckn(t,e,n){var r,s,o,h,d,m,k;for(k=e.d,t.a=new bu(k.c.length),t.c=new Er,d=new J(k);d.a<d.c.c.length;)h=u(et(d),105),o=new YI(null),pe(t.a,o),di(t.c,h,o);for(t.b=new Er,p4n(t,e),r=0;r<k.c.length-1;r++)for(m=u(Oe(e.d,r),105),s=r+1;s<k.c.length;s++)Jxn(t,m,u(Oe(e.d,s),105),n)}function n3(t){var e,n,r,s,o;for(s=new ge,e=new v_((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a)),r=new nr(ir(Mg(t).a.Kc(),new q));Sr(r);)n=u(lr(r),74),At(Lt((!n.b&&(n.b=new En(gr,n,4,7)),n.b),0),193)||(o=Xo(u(Lt((!n.c&&(n.c=new En(gr,n,5,8)),n.c),0),84)),e.a._b(o)||In(s.c,o));return s}function ukn(t,e,n){var r,s,o;if(t.e=n,t.d=0,t.b=0,t.f=1,t.i=e,(t.e&16)==16&&(t.i=v8n(t.i)),t.j=t.i.length,vi(t),o=Ym(t),t.d!=t.j)throw nt(new Yr(Qr((Ur(),jwe))));if(t.g){for(r=0;r<t.g.a.c.length;r++)if(s=u(Dm(t.g,r),592),t.f<=s.a)throw nt(new Yr(Qr((Ur(),$we))));t.g.a.c.length=0}return o}function lkn(t,e){var n,r,s,o,h,d,m;for(n=Vs,d=(Un(),Ts),s=new J(e.a);s.a<s.c.c.length;)r=u(et(s),10),o=r.k,o!=Ts&&(h=Ht(K(r,(ae(),q_t))),h==null?(n=b.Math.max(n,0),r.n.b=n+Omt(t.a,o,d)):r.n.b=(Wn(h),h)),m=Omt(t.a,o,d),r.n.b<n+m+r.d.d&&(r.n.b=n+m+r.d.d),n=r.n.b+r.o.b+r.d.a,d=o}function Fde(t,e,n,r,s){var o,h,d,m,k,T;if(t.d&&t.d.Gg(s),o=u(s.Xb(0),27),Ble(t,n,o,!1)||(h=u(s.Xb(s.gc()-1),27),Ble(t,r,h,!0))||Gxt(t,s))return!0;for(T=s.Kc();T.Ob();)for(k=u(T.Pb(),27),m=e.Kc();m.Ob();)if(d=u(m.Pb(),27),tV(t,k,d))return!0;return!1}function hkn(t,e,n){var r,s,o,h,d,m,k,T,A,N;N=e.c.length,A=(k=t.Ih(n),u(k>=0?t.Lh(k,!1,!0):Zm(t,n,!1),61));t:for(o=A.Kc();o.Ob();){for(s=u(o.Pb(),58),T=0;T<N;++T)if(h=(mn(T,e.c.length),u(e.c[T],76)),m=h.md(),d=h.Lk(),r=s.Nh(d,!1),m==null?r!=null:!Ci(m,r))continue t;return s}return null}function fkn(t,e){var n,r,s,o,h,d,m;for(e.Ug("Comment post-processing",1),o=new J(t.b);o.a<o.c.c.length;){for(s=u(et(o),30),r=new ge,d=new J(s.a);d.a<d.c.c.length;)h=u(et(d),10),m=u(K(h,(ae(),Uk)),15),n=u(K(h,$k),15),(m||n)&&(L9n(h,m,n),m&&Hs(r,m),n&&Hs(r,n));Hs(s.a,r)}e.Vg()}function dkn(t,e,n,r){var s,o,h,d;for(s=u(Op(e,(ve(),Gn)).Kc().Pb(),12),o=u(Op(e,Jn).Kc().Pb(),12),d=new J(t.j);d.a<d.c.c.length;){for(h=u(et(d),12);h.e.c.length!=0;)ya(u(Oe(h.e,0),18),s);for(;h.g.c.length!=0;)Ya(u(Oe(h.g,0),18),o)}n||Zt(e,(ae(),I1),null),r||Zt(e,(ae(),hf),null)}function d5(t,e,n){var r,s;if((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a).i==0)return D4t(t);if(r=u(Lt((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a),0),166),e&&(Lr((!r.a&&(r.a=new Ns(bh,r,5)),r.a)),WE(r,0),XE(r,0),KE(r,0),YE(r,0)),n)for(s=(!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a);s.i>1;)r3(s,s.i-1);return r}function Bde(t,e){var n,r,s,o,h,d,m;for(n=new V4,o=new J(t.b);o.a<o.c.c.length;){for(s=u(et(o),30),m=!0,r=0,d=new J(s.a);d.a<d.c.c.length;)switch(h=u(et(d),10),h.k.g){case 4:++r;case 1:i3t(n,h);break;case 0:f4n(h,e);default:n.b==n.c||S0e(n,r,m,!1,e),m=!1,r=0}n.b==n.c||S0e(n,r,m,!0,e)}}function X6t(t,e){var n,r,s,o,h,d;for(n=0,d=new J(e);d.a<d.c.c.length;){for(h=u(et(d),12),Y4t(t.b,t.d[h.p]),s=new Z1(h.b);cc(s.a)||cc(s.b);)r=u(cc(s.a)?et(s.a):et(s.b),18),o=fwt(t,h==r.c?r.d:r.c),o>t.d[h.p]&&(n+=f3t(t.b,o),Ab(t.a,fe(o)));for(;!RC(t.a);)U3t(t.b,u(V6(t.a),17).a)}return n}function gkn(t){var e,n,r,s,o,h,d,m,k;for(t.a=new ivt,k=0,s=0,r=new J(t.i.b);r.a<r.c.c.length;){for(e=u(et(r),30),e.p=s,m=new J(e.a);m.a<m.c.c.length;)d=u(et(m),10),d.p=k,++k;++s}for(o=t.r==(sf(),Av),h=o?s4e:i4e,n=new J(t.i.b);n.a<n.c.c.length;)e=u(et(n),30),Ms(e.a,h),d0n(t.a,fe(e.p),e.a)}function Rde(t,e,n){var r,s,o,h;for(o=(!e.a&&(e.a=new Jt(wi,e,10,11)),e.a).i,s=new Zn((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a));s.e!=s.i.gc();)r=u(sr(s),27),(!r.a&&(r.a=new Jt(wi,r,10,11)),r.a).i==0||(o+=Rde(t,r,!1));if(n)for(h=es(e);h;)o+=(!h.a&&(h.a=new Jt(wi,h,10,11)),h.a).i,h=es(h);return o}function r3(t,e){var n,r,s,o;return t.Pj()?(r=null,s=t.Qj(),t.Tj()&&(r=t.Vj(t.$i(e),null)),n=t.Ij(4,o=fk(t,e),null,e,s),t.Mj()&&o!=null&&(r=t.Oj(o,r)),r?(r.nj(n),r.oj()):t.Jj(n),o):(o=fk(t,e),t.Mj()&&o!=null&&(r=t.Oj(o,null),r&&r.oj()),o)}function pkn(t){var e,n,r,s,o,h,d,m,k,T;for(k=t.a,e=new Os,m=0,r=new J(t.d);r.a<r.c.c.length;){for(n=u(et(r),226),T=0,Q2(n.b,new Hc),h=_r(n.b,0);h.b!=h.d.c;)o=u(Tr(h),226),e.a._b(o)&&(s=n.c,d=o.c,T<d.d+d.a+k&&T+s.a+k>d.d&&(T=d.d+d.a+k));n.c.d=T,e.a.zc(n,e),m=b.Math.max(m,n.c.d+n.c.a)}return m}function ko(){ko=V,yG=new ky("COMMENTS",0),zh=new ky("EXTERNAL_PORTS",1),vA=new ky("HYPEREDGES",2),xG=new ky("HYPERNODES",3),ST=new ky("NON_FREE_PORTS",4),j5=new ky("NORTH_SOUTH_PORTS",5),yA=new ky(c2e,6),CT=new ky("CENTER_LABELS",7),_T=new ky("END_LABELS",8),kG=new ky("PARTITIONS",9)}function bkn(t,e,n,r,s){return r<0?(r=l5(t,s,ot(st(Ne,1),le,2,6,[Pct,Nct,Fct,Bct,xk,Rct,jct,$ct,zct,qct,Hct,Vct]),e),r<0&&(r=l5(t,s,ot(st(Ne,1),le,2,6,["Jan","Feb","Mar","Apr",xk,"Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),e)),r<0?!1:(n.k=r,!0)):r>0?(n.k=r-1,!0):!1}function wkn(t,e,n,r,s){return r<0?(r=l5(t,s,ot(st(Ne,1),le,2,6,[Pct,Nct,Fct,Bct,xk,Rct,jct,$ct,zct,qct,Hct,Vct]),e),r<0&&(r=l5(t,s,ot(st(Ne,1),le,2,6,["Jan","Feb","Mar","Apr",xk,"Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),e)),r<0?!1:(n.k=r,!0)):r>0?(n.k=r-1,!0):!1}function mkn(t,e,n,r,s,o){var h,d,m,k;if(d=32,r<0){if(e[0]>=t.length||(d=qa(t,e[0]),d!=43&&d!=45)||(++e[0],r=qH(t,e),r<0))return!1;d==45&&(r=-r)}return d==32&&e[0]-n==2&&s.b==2&&(m=new b$,k=m.q.getFullYear()-Hb+Hb-80,h=k%100,o.a=r==h,r+=(k/100|0)*100+(r<h?100:0)),o.p=r,!0}function jde(t,e){var n,r,s,o,h;es(t)&&(h=u(K(e,(Me(),Sw)),181),$t(ne(t,ms))===$t((xa(),c2))&&Oi(t,ms,md),r=(xy(),new my(es(t))),o=new Qrt(es(t)?new my(es(t)):null,t),s=tpe(r,o,!1,!0),zf(h,(Kl(),z3)),n=u(K(e,LT),8),n.a=b.Math.max(s.a,n.a),n.b=b.Math.max(s.b,n.b))}function vkn(t,e,n){var r,s,o,h,d,m;for(h=u(K(t,(ae(),Bft)),15).Kc();h.Ob();){switch(o=u(h.Pb(),10),u(K(o,(Me(),Du)),171).g){case 2:Ca(o,e);break;case 4:Ca(o,n)}for(s=new nr(ir(Sg(o).a.Kc(),new q));Sr(s);)r=u(lr(s),18),!(r.c&&r.d)&&(d=!r.d,m=u(K(r,V_t),12),d?ya(r,m):Ya(r,m))}}function ZH(){ZH=V,dft=new K6(kV,0,(ve(),Hn),Hn),bft=new K6(put,1,vr,vr),fft=new K6(gut,2,Jn,Jn),vft=new K6(but,3,Gn,Gn),pft=new K6("NORTH_WEST_CORNER",4,Gn,Hn),gft=new K6("NORTH_EAST_CORNER",5,Hn,Jn),mft=new K6("SOUTH_WEST_CORNER",6,vr,Gn),wft=new K6("SOUTH_EAST_CORNER",7,Jn,vr)}function ykn(t){var e,n,r,s,o,h;for(o=new Os,e=new v_((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a)),s=new nr(ir(Mg(t).a.Kc(),new q));Sr(s);)r=u(lr(s),74),At(Lt((!r.b&&(r.b=new En(gr,r,4,7)),r.b),0),193)||(h=Xo(u(Lt((!r.c&&(r.c=new En(gr,r,5,8)),r.c),0),84)),e.a._b(h)||(n=o.a.zc(h,o),n==null));return o}function g5(){g5=V,UMt=ot(st(b2,1),tut,28,14,[1,1,2,6,24,120,720,5040,40320,362880,3628800,39916800,479001600,6227020800,87178291200,1307674368e3,{l:3506176,m:794077,h:1},{l:884736,m:916411,h:20},{l:3342336,m:3912489,h:363},{l:589824,m:3034138,h:6914},{l:3407872,m:1962506,h:138294}]),b.Math.pow(2,-65)}function O7(){O7=V;var t,e;for(Pk=Vt(D5,le,92,32,0,1),hA=Vt(D5,le,92,32,0,1),t=1,e=0;e<=18;e++)Pk[e]=(Gd(),Rc(t,0)>=0?Fb(t):__(Fb(Ep(t)))),hA[e]=K$(Rf(t,e),0)?Fb(Rf(t,e)):__(Fb(Ep(Rf(t,e)))),t=Qa(t,5);for(;e<hA.length;e++)Pk[e]=X4(Pk[e-1],Pk[1]),hA[e]=X4(hA[e-1],(Gd(),Tht))}function $de(t,e){var n,r,s,o,h;if(t.c.length==0)return new Ys(fe(0),fe(0));for(n=(mn(0,t.c.length),u(t.c[0],12)).j,h=0,o=e.g,r=e.g+1;h<t.c.length-1&&n.g<o;)++h,n=(mn(h,t.c.length),u(t.c[h],12)).j;for(s=h;s<t.c.length-1&&n.g<r;)++s,n=(mn(h,t.c.length),u(t.c[h],12)).j;return new Ys(fe(h),fe(s))}function xkn(t,e,n,r){var s,o,h,d,m,k,T;m=fc(e,n),(n==(ve(),vr)||n==Gn)&&(m=Oh(m)),h=!1;do for(s=!1,o=0;o<m.gc()-1;o++)k=u(m.Xb(o),12),d=u(m.Xb(o+1),12),s3n(t,k,d,r)&&(h=!0,fst(t.a,u(m.Xb(o),12),u(m.Xb(o+1),12)),T=u(m.Xb(o+1),12),m.hd(o+1,u(m.Xb(o),12)),m.hd(o,T),s=!0);while(s);return h}function kkn(t,e,n){var r,s,o,h;for(n.Ug(T2e,1),s=u(tc(Ai(new ln(null,new gn(e.b,16)),new wR),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),d1e(t,s,0),h=_r(e.b,0);h.b!=h.d.c;)o=u(Tr(h),39),r=tr(t.a,fe(o.g))!=null?u(tr(t.a,fe(o.g)),17).a:0,Zt(o,(xc(),o0),fe(r));n.Vg()}function tV(t,e,n){var r,s,o,h,d,m,k,T;return d=e.i-t.g/2,m=n.i-t.g/2,k=e.j-t.g/2,T=n.j-t.g/2,o=e.g+t.g,h=n.g+t.g,r=e.f+t.g,s=n.f+t.g,d<m+h&&m<d&&k<T+s&&T<k||m<d+o&&d<m&&T<k+r&&k<T||d<m+h&&m<d&&k<T&&T<k+r?!0:m<d+o&&d<m&&k<T+s&&T<k}function Ekn(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(o=e.c.length,h=(mn(n,e.c.length),u(e.c[n],292)),d=h.a.o.a,A=h.c,N=0,k=h.c;k<=h.f;k++){if(d<=t.a[k])return k;for(T=t.a[k],m=null,s=n+1;s<o;s++)r=(mn(s,e.c.length),u(e.c[s],292)),r.c<=k&&r.f>=k&&(m=r);m&&(T=b.Math.max(T,m.a.o.a)),T>N&&(A=k,N=T)}return A}function Tkn(t){var e,n,r,s,o,h,d;for(o=new dp(u(Hr(new mh),50)),d=Vs,n=new J(t.d);n.a<n.c.c.length;){for(e=u(et(n),226),d=e.c.c;o.a.gc()!=0&&(h=u(o.a.Tc(),226),h.c.c+h.c.b<d);)o.a.Bc(h)!=null;for(s=o.a.ec().Kc();s.Ob();)r=u(s.Pb(),226),Zr(r.b,e),Zr(e.b,r);o.a.zc(e,(Nn(),Yb))==null}}function zde(t,e,n){var r,s,o,h,d;if(!$E(e)){for(d=n.eh((At(e,16)?u(e,16).gc():mg(e.Kc()))/t.a|0),d.Ug(C2e,1),h=new vR,o=null,s=e.Kc();s.Ob();)r=u(s.Pb(),39),h=rh(ot(st(hh,1),Ln,20,0,[h,new hg(r)])),o&&(Zt(o,(zi(),Cke),r),Zt(r,I1t,o),_st(r)==_st(o)&&(Zt(o,O1t,r),Zt(r,nK,o))),o=r;d.Vg(),zde(t,h,n)}}function Ckn(t,e){var n,r,s;if(e==null){for(r=(!t.a&&(t.a=new Jt(zg,t,9,5)),new Zn(t.a));r.e!=r.i.gc();)if(n=u(sr(r),694),s=n.c,(s??n.zb)==null)return n}else for(r=(!t.a&&(t.a=new Jt(zg,t,9,5)),new Zn(t.a));r.e!=r.i.gc();)if(n=u(sr(r),694),hn(e,(s=n.c,s??n.zb)))return n;return null}function Got(t,e){var n;switch(n=null,e.g){case 1:t.e.pf((si(),Ldt))&&(n=u(t.e.of(Ldt),256));break;case 3:t.e.pf((si(),Mdt))&&(n=u(t.e.of(Mdt),256));break;case 2:t.e.pf((si(),Adt))&&(n=u(t.e.of(Adt),256));break;case 4:t.e.pf((si(),Ddt))&&(n=u(t.e.of(Ddt),256))}return!n&&(n=u(t.e.of((si(),yDt)),256)),n}function qde(t,e,n){var r,s,o,h,d,m;for(s=n,o=0,d=new J(e);d.a<d.c.c.length;)h=u(et(d),27),Oi(h,($b(),cK),fe(s++)),m=n3(h),r=b.Math.atan2(h.j+h.f/2,h.i+h.g/2),r+=r<0?pw:0,r<.7853981633974483||r>P2e?Ms(m,t.b):r<=P2e&&r>N2e?Ms(m,t.d):r<=N2e&&r>F2e?Ms(m,t.c):r<=F2e&&Ms(m,t.a),o=qde(t,m,o);return s}function Hde(t,e,n,r){var s,o,h,d,m,k;for(s=(r.c+r.a)/2,Zl(e.j),Zr(e.j,s),Zl(n.e),Zr(n.e,s),k=new lWt,d=new J(t.f);d.a<d.c.c.length;)o=u(et(d),132),m=o.a,vot(k,e,m),vot(k,n,m);for(h=new J(t.k);h.a<h.c.c.length;)o=u(et(h),132),m=o.b,vot(k,e,m),vot(k,n,m);return k.b+=2,k.a+=Xee(e,t.q),k.a+=Xee(t.q,n),k}function _kn(t,e,n){var r;n.Ug("Processor arrange node",1),Ie(De(K(e,(xc(),uLt)))),r=u(ql(u7(Ai(new ln(null,new gn(e.b,16)),new ett))),39),t.a=u(K(e,mLt),353),t.a==(X_(),B1t)||t.a==sK?epe(t,new hl(ot(st(eK,1),JV,39,0,[r])),n.eh(1)):t.a==F1t&&Lpe(t,new hl(ot(st(eK,1),JV,39,0,[r])),n.eh(1)),n.Vg()}function ad(){ad=V,dK=new Ta((si(),nx),1.3),K8e=new Ta(R3,(Nn(),!1)),iMt=new ym(15),KA=new Ta(Kp,iMt),WA=new Ta(Pw,15),H8e=vN,G8e=Ow,W8e=ox,Y8e=s2,U8e=ax,eMt=EN,X8e=j3,cMt=(ukt(),$8e),oMt=j8e,sdt=q8e,uMt=z8e,rMt=F8e,idt=N8e,nMt=P8e,aMt=R8e,tMt=kN,V8e=Sdt,dN=I8e,ZLt=D8e,gN=O8e,sMt=B8e}function Vde(t){var e,n,r,s,o,h,d;for(n=t.i,e=t.n,d=n.d,t.f==(zu(),Qb)?d+=(n.a-t.e.b)/2:t.f==Kf&&(d+=n.a-t.e.b),s=new J(t.d);s.a<s.c.c.length;){switch(r=u(et(s),187),h=r.Mf(),o=new Ea,o.b=d,d+=h.b+t.a,t.b.g){case 0:o.a=n.c+e.b;break;case 1:o.a=n.c+e.b+(n.b-h.a)/2;break;case 2:o.a=n.c+n.b-e.c-h.a}r.Of(o)}}function Ude(t){var e,n,r,s,o,h,d;for(n=t.i,e=t.n,d=n.c,t.b==(pl(),Xb)?d+=(n.b-t.e.a)/2:t.b==Gf&&(d+=n.b-t.e.a),s=new J(t.d);s.a<s.c.c.length;){switch(r=u(et(s),187),h=r.Mf(),o=new Ea,o.a=d,d+=h.a+t.a,t.f.g){case 0:o.b=n.d+e.d;break;case 1:o.b=n.d+e.d+(n.a-h.b)/2;break;case 2:o.b=n.d+n.a-e.a-h.b}r.Of(o)}}function Skn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U;T=n.a.c,h=n.a.c+n.a.b,o=u(tr(n.c,e),467),j=o.f,U=o.a,m=new se(T,j),A=new se(h,U),s=T,n.p||(s+=t.c),s+=n.F+n.v*t.b,k=new se(s,j),N=new se(s,U),$_(e.a,ot(st(ua,1),le,8,0,[m,k])),d=n.d.a.gc()>1,d&&(r=new se(s,n.b),Zr(e.a,r)),$_(e.a,ot(st(ua,1),le,8,0,[N,A]))}function Q6t(t,e,n){var r,s;for(e<t.d.b.c.length?(t.b=u(Oe(t.d.b,e),30),t.a=u(Oe(t.d.b,e-1),30),t.c=e):(t.a=new tu(t.d),t.a.p=e-1,pe(t.d.b,t.a),t.b=new tu(t.d),t.b.p=e,pe(t.d.b,t.b),t.c=e),Ca(n,t.b),s=new nr(ir(ca(n).a.Kc(),new q));Sr(s);)r=u(lr(s),18),!r.c.i.c&&r.c.i.k==(Un(),qc)&&Ca(r.c.i,t.a)}function Gde(t){bm(t,new ow(dm(lm(fm(hm(new cg,sU),"ELK Randomizer"),'Distributes the nodes randomly on the plane, leading to very obfuscating layouts. Can be useful to demonstrate the power of "real" layout algorithms.'),new q8))),he(t,sU,av,ZDt),he(t,sU,h3,15),he(t,sU,SV,fe(0)),he(t,sU,Sk,Q7)}function J6t(){J6t=V;var t,e,n,r,s,o;for(xL=Vt(cl,A5,28,255,15,1),YK=Vt(Uh,Yd,28,16,15,1),e=0;e<255;e++)xL[e]=-1;for(n=57;n>=48;n--)xL[n]=n-48<<24>>24;for(r=70;r>=65;r--)xL[r]=r-65+10<<24>>24;for(s=102;s>=97;s--)xL[s]=s-97+10<<24>>24;for(o=0;o<10;o++)YK[o]=48+o&js;for(t=10;t<=15;t++)YK[t]=65+t-10&js}function Akn(t,e){e.Ug("Process graph bounds",1),Zt(t,(zi(),M1t),zD(rat(Py(new ln(null,new gn(t.b,16)),new FZ)))),Zt(t,D1t,zD(rat(Py(new ln(null,new gn(t.b,16)),new BZ)))),Zt(t,nLt,zD(nat(Py(new ln(null,new gn(t.b,16)),new RZ)))),Zt(t,rLt,zD(nat(Py(new ln(null,new gn(t.b,16)),new pR)))),e.Vg()}function Lkn(t){var e,n,r,s,o;s=u(K(t,(Me(),Sw)),21),o=u(K(t,zG),21),n=new se(t.f.a+t.d.b+t.d.c,t.f.b+t.d.d+t.d.a),e=new eo(n),s.Hc((Kl(),z3))&&(r=u(K(t,LT),8),o.Hc((Dl(),KT))&&(r.a<=0&&(r.a=20),r.b<=0&&(r.b=20)),e.a=b.Math.max(n.a,r.a),e.b=b.Math.max(n.b,r.b)),Ie(De(K(t,t1t)))||s7n(t,n,e)}function Mkn(t,e){var n,r,s,o;for(o=fc(e,(ve(),vr)).Kc();o.Ob();)r=u(o.Pb(),12),n=u(K(r,(ae(),ml)),10),n&&Hf(Of(If(Pf(Df(new Qh,0),.1),t.i[e.p].d),t.i[n.p].a));for(s=fc(e,Hn).Kc();s.Ob();)r=u(s.Pb(),12),n=u(K(r,(ae(),ml)),10),n&&Hf(Of(If(Pf(Df(new Qh,0),.1),t.i[n.p].d),t.i[e.p].a))}function Kot(t){var e,n,r,s,o,h;if(!t.c){if(h=new VR,e=wL,o=e.a.zc(t,e),o==null){for(r=new Zn(Gc(t));r.e!=r.i.gc();)n=u(sr(r),89),s=sV(n),At(s,90)&&bs(h,Kot(u(s,29))),Mr(h,n);e.a.Bc(t)!=null,e.a.gc()==0}C2n(h),Uy(h),t.c=new B4((u(Lt(Xt((Tb(),Fn).o),15),19),h.i),h.g),Sl(t).b&=-33}return t.c}function Z6t(t){var e;if(t.c!=10)throw nt(new Yr(Qr((Ur(),lU))));switch(e=t.a,e){case 110:e=10;break;case 114:e=13;break;case 116:e=9;break;case 92:case 124:case 46:case 94:case 45:case 63:case 42:case 43:case 123:case 125:case 40:case 41:case 91:case 93:break;default:throw nt(new Yr(Qr((Ur(),jh))))}return e}function Kde(t){var e,n,r,s,o;if(t.l==0&&t.m==0&&t.h==0)return"0";if(t.h==tP&&t.m==0&&t.l==0)return"-9223372036854775808";if(t.h>>19)return"-"+Kde(c7(t));for(n=t,r="";!(n.l==0&&n.m==0&&n.h==0);){if(s=Est(mV),n=Okt(n,s,!0),e=""+bWt(Wb),!(n.l==0&&n.m==0&&n.h==0))for(o=9-e.length;o>0;o--)e="0"+e;r=e+r}return r}function Dkn(t){var e,n,r,s,o,h,d;for(e=!1,n=0,s=new J(t.d.b);s.a<s.c.c.length;)for(r=u(et(s),30),r.p=n++,h=new J(r.a);h.a<h.c.c.length;)o=u(et(h),10),!e&&!$E(Sg(o))&&(e=!0);d=Gi((Rs(),wd),ot(st(iL,1),te,88,0,[Ho,Jo])),e||(zf(d,qh),zf(d,bd)),t.a=new Lae(d),dl(t.f),dl(t.b),dl(t.e),dl(t.g)}function Ikn(){if(!Object.create||!Object.getOwnPropertyNames)return!1;var t="__proto__",e=Object.create(null);if(e[t]!==void 0)return!1;var n=Object.getOwnPropertyNames(e);return!(n.length!=0||(e[t]=42,e[t]!==42)||Object.getOwnPropertyNames(e).length==0)}function Okn(t,e,n){var r,s,o,h,d,m,k,T,A;for(r=n.c,s=n.d,d=Q1(e.c),m=Q1(e.d),r==e.c?(d=R6t(t,d,s),m=Zhe(e.d)):(d=Zhe(e.c),m=R6t(t,m,s)),k=new h$(e.a),fs(k,d,k.a,k.a.a),fs(k,m,k.c.b,k.c),h=e.c==r,A=new JGt,o=0;o<k.b-1;++o)T=new Ys(u(Nh(k,o),8),u(Nh(k,o+1),8)),h&&o==0||!h&&o==k.b-2?A.b=T:pe(A.a,T);return A}function Pkn(t,e){var n,r,s,o;if(o=t.j.g-e.j.g,o!=0)return o;if(n=u(K(t,(Me(),qp)),17),r=u(K(e,qp),17),n&&r&&(s=n.a-r.a,s!=0))return s;switch(t.j.g){case 1:return ji(t.n.a,e.n.a);case 2:return ji(t.n.b,e.n.b);case 3:return ji(e.n.a,t.n.a);case 4:return ji(e.n.b,t.n.b);default:throw nt(new Fo($8t))}}function tkt(t,e,n,r){var s,o,h,d,m;if(mg((cI(),new nr(ir(Sg(e).a.Kc(),new q))))>=t.a||!Fxt(e,n))return-1;if($E(u(r.Kb(e),20)))return 1;for(s=0,h=u(r.Kb(e),20).Kc();h.Ob();)if(o=u(h.Pb(),18),m=o.c.i==e?o.d.i:o.c.i,d=tkt(t,m,n,r),d==-1||(s=b.Math.max(s,d),s>t.c-1))return-1;return s+1}function Wde(t,e){var n,r,s,o,h,d;if($t(e)===$t(t))return!0;if(!At(e,15)||(r=u(e,15),d=t.gc(),r.gc()!=d))return!1;if(h=r.Kc(),t.Yi()){for(n=0;n<d;++n)if(s=t.Vi(n),o=h.Pb(),s==null?o!=null:!Ci(s,o))return!1}else for(n=0;n<d;++n)if(s=t.Vi(n),o=h.Pb(),$t(s)!==$t(o))return!1;return!0}function Yde(t,e){var n,r,s,o,h,d;if(t.f>0){if(t._j(),e!=null){for(o=0;o<t.d.length;++o)if(n=t.d[o],n){for(r=u(n.g,379),d=n.i,h=0;h<d;++h)if(s=r[h],Ci(e,s.md()))return!0}}else for(o=0;o<t.d.length;++o)if(n=t.d[o],n){for(r=u(n.g,379),d=n.i,h=0;h<d;++h)if(s=r[h],$t(e)===$t(s.md()))return!0}}return!1}function Nkn(t,e){var n,r,s;return n=e.qi(t.a),n&&(s=Gr(S1((!n.b&&(n.b=new Hl((bn(),po),Sc,n)),n.b),"affiliation")),s!=null)?(r=rz(s,qu(35)),r==-1?Mat(t,x_(t,nh(e.qk())),s):r==0?Mat(t,null,(qn(1,s.length+1),s.substr(1))):Mat(t,(Sa(0,r,s.length),s.substr(0,r)),(qn(r+1,s.length+1),s.substr(r+1)))):null}function Fkn(t,e,n){var r,s,o,h;n.Ug("Orthogonally routing hierarchical port edges",1),t.a=0,r=D7n(e),FTn(e,r),yTn(t,e,r),F9n(e),s=u(K(e,(Me(),ms)),101),o=e.b,Qge((mn(0,o.c.length),u(o.c[0],30)),s,e),Qge(u(Oe(o,o.c.length-1),30),s,e),h=e.b,oge((mn(0,h.c.length),u(h.c[0],30))),oge(u(Oe(h,h.c.length-1),30)),n.Vg()}function ekt(t){switch(t){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return t-48<<24>>24;case 97:case 98:case 99:case 100:case 101:case 102:return t-97+10<<24>>24;case 65:case 66:case 67:case 68:case 69:case 70:return t-65+10<<24>>24;default:throw nt(new Nd("Invalid hexadecimal"))}}function eV(){eV=V,R9t=new I4("SPIRAL",0),P9t=new I4("LINE_BY_LINE",1),N9t=new I4("MANHATTAN",2),O9t=new I4("JITTER",3),Nht=new I4("QUADRANTS_LINE_BY_LINE",4),B9t=new I4("QUADRANTS_MANHATTAN",5),F9t=new I4("QUADRANTS_JITTER",6),I9t=new I4("COMBINE_LINE_BY_LINE_MANHATTAN",7),D9t=new I4("COMBINE_JITTER_MANHATTAN",8)}function Xde(t,e,n,r){var s,o,h,d,m,k;for(m=mot(t,n),k=mot(e,n),s=!1;m&&k&&(r||Amn(m,k,n));)h=mot(m,n),d=mot(k,n),BI(e),BI(t),o=m.c,vct(m,!1),vct(k,!1),n?(Xy(e,k.p,o),e.p=k.p,Xy(t,m.p+1,o),t.p=m.p):(Xy(t,m.p,o),t.p=m.p,Xy(e,k.p+1,o),e.p=k.p),Ca(m,null),Ca(k,null),m=h,k=d,s=!0;return s}function Qde(t){switch(t.g){case 0:return new Het;case 1:return new zet;case 3:return new TYt;case 4:return new FJ;case 5:return new JJt;case 6:return new qet;case 2:return new $et;case 7:return new Cj;case 8:return new _j;default:throw nt(new zn("No implementation is available for the layerer "+(t.f!=null?t.f:""+t.g)))}}function Bkn(t,e,n,r){var s,o,h,d,m;for(s=!1,o=!1,d=new J(r.j);d.a<d.c.c.length;)h=u(et(d),12),$t(K(h,(ae(),Di)))===$t(n)&&(h.g.c.length==0?h.e.c.length==0||(s=!0):o=!0);return m=0,s&&s^o?m=n.j==(ve(),Hn)?-t.e[r.c.p][r.p]:e-t.e[r.c.p][r.p]:o&&s^o?m=t.e[r.c.p][r.p]+1:s&&o&&(m=n.j==(ve(),Hn)?0:e/2),m}function Wot(t,e,n,r,s,o,h,d){var m,k,T;for(m=0,e!=null&&(m^=Cp(e.toLowerCase())),n!=null&&(m^=Cp(n)),r!=null&&(m^=Cp(r)),h!=null&&(m^=Cp(h)),d!=null&&(m^=Cp(d)),k=0,T=o.length;k<T;k++)m^=Cp(o[k]);t?m|=256:m&=-257,s?m|=16:m&=-17,this.f=m,this.i=e==null?null:(Wn(e),e),this.a=n,this.d=r,this.j=o,this.g=h,this.e=d}function nkt(t,e,n){var r,s;switch(s=null,e.g){case 1:s=(nl(),yCt);break;case 2:s=(nl(),kCt)}switch(r=null,n.g){case 1:r=(nl(),xCt);break;case 2:r=(nl(),vCt);break;case 3:r=(nl(),ECt);break;case 4:r=(nl(),TCt)}return s&&r?$6(t.j,new Mj(new hl(ot(st(l_n,1),Ln,178,0,[u(Hr(s),178),u(Hr(r),178)])))):(wn(),wn(),so)}function Rkn(t){var e,n,r;switch(e=u(K(t,(Me(),LT)),8),Zt(t,LT,new se(e.b,e.a)),u(K(t,s0),255).g){case 1:Zt(t,s0,(L0(),kK));break;case 2:Zt(t,s0,(L0(),yK));break;case 3:Zt(t,s0,(L0(),wN));break;case 4:Zt(t,s0,(L0(),mN))}(t.q?t.q:(wn(),wn(),j0))._b(I3)&&(n=u(K(t,I3),8),r=n.a,n.a=n.b,n.b=r)}function Jde(t,e,n,r,s,o){if(this.b=n,this.d=s,t>=e.length)throw nt(new No("Greedy SwitchDecider: Free layer not in graph."));this.c=e[t],this.e=new oI(r),Jst(this.e,this.c,(ve(),Gn)),this.i=new oI(r),Jst(this.i,this.c,Jn),this.f=new pte(this.c),this.a=!o&&s.i&&!s.s&&this.c[0].k==(Un(),Ds),this.a&&Q3n(this,t,e.length)}function Zde(t,e){var n,r,s,o,h,d;o=!t.B.Hc((Dl(),ON)),h=t.B.Hc(jdt),t.a=new Rue(h,o,t.c),t.n&&Oyt(t.a.n,t.n),Vnt(t.g,(_1(),yu),t.a),e||(r=new sS(1,o,t.c),r.n.a=t.k,U6(t.p,(ve(),Hn),r),s=new sS(1,o,t.c),s.n.d=t.k,U6(t.p,vr,s),d=new sS(0,o,t.c),d.n.c=t.k,U6(t.p,Gn,d),n=new sS(0,o,t.c),n.n.b=t.k,U6(t.p,Jn,n))}function jkn(t){var e,n,r;switch(e=u(K(t.d,(Me(),Rg)),223),e.g){case 2:n=SCn(t);break;case 3:n=(r=new ge,xs(Ai(Go(lc(lc(new ln(null,new gn(t.d.b,16)),new cJ),new uJ),new Q9),new JQ),new PVt(r)),r);break;default:throw nt(new Fo("Compaction not supported for "+e+" edges."))}Y7n(t,n),Oa(new ui(t.g),new IVt(t))}function $kn(t,e){var n,r,s,o,h,d,m;if(e.Ug("Process directions",1),n=u(K(t,(xc(),Mv)),88),n!=(Rs(),bd))for(s=_r(t.b,0);s.b!=s.d.c;){switch(r=u(Tr(s),39),d=u(K(r,(zi(),uN)),17).a,m=u(K(r,lN),17).a,n.g){case 4:m*=-1;break;case 1:o=d,d=m,m=o;break;case 2:h=d,d=-m,m=h}Zt(r,uN,fe(d)),Zt(r,lN,fe(m))}e.Vg()}function zkn(t,e){var n;return n=new Ls,e&&Yo(n,u(tr(t.a,NN),96)),At(e,422)&&Yo(n,u(tr(t.a,FN),96)),At(e,366)?(Yo(n,u(tr(t.a,Oo),96)),n):(At(e,84)&&Yo(n,u(tr(t.a,gr),96)),At(e,207)?(Yo(n,u(tr(t.a,wi),96)),n):At(e,193)?(Yo(n,u(tr(t.a,kl),96)),n):(At(e,326)&&Yo(n,u(tr(t.a,Cs),96)),n))}function qkn(t){var e,n,r,s,o,h,d,m;for(m=new Iie,d=new J(t.a);d.a<d.c.c.length;)if(h=u(et(d),10),h.k!=(Un(),Ds)){for(V5n(m,h,new Ea),o=new nr(ir(As(h).a.Kc(),new q));Sr(o);)if(s=u(lr(o),18),!(s.c.i.k==Ds||s.d.i.k==Ds))for(r=_r(s.a,0);r.b!=r.d.c;)n=u(Tr(r),8),e=n,fS(m,new vE(e.a,e.b))}return m}function Yot(){Yot=V,NMt=new Ni(Tlt),PMt=(VC(),bN),OMt=new un(Slt,PMt),IMt=(ZI(),vK),yEe=new un(U7t,IMt),DMt=(TO(),fdt),vEe=new un(G7t,DMt),bEe=new un(Clt,null),MMt=(DI(),wK),mEe=new un(_lt,MMt),LMt=(x$(),udt),fEe=new un(K7t,LMt),dEe=new un(W7t,(Nn(),!1)),gEe=new un(Y7t,fe(64)),pEe=new un(X7t,!0),wEe=hdt}function t0e(t,e){var n,r,s,o,h,d,m,k,T,A;for(t.p=1,s=t.c,A=new Bd,T=Wm(t,(xo(),xu)).Kc();T.Ob();)for(k=u(T.Pb(),12),r=new J(k.g);r.a<r.c.c.length;)n=u(et(r),18),m=n.d.i,t!=m&&(o=m.c,o.p<=s.p&&(h=s.p+1,h==e.b.c.length?(d=new tu(e),d.p=h,pe(e.b,d),Ca(m,d)):(d=u(Oe(e.b,h),30),Ca(m,d)),A.a.zc(m,A)));return A}function Hkn(t,e){var n,r;if(n=u(K(t,(zi(),S1t)),15),!n||n.gc()<1)return null;if(n.gc()==1)return u(n.Xb(0),39);switch(r=null,e.g){case 2:r=u(ql(H6(n.Oc(),new OZ)),39);break;case 1:r=u(ql(Dy(n.Oc(),new gR)),39);break;case 4:r=u(ql(H6(n.Oc(),new DZ)),39);break;case 3:r=u(ql(Dy(n.Oc(),new UM)),39)}return r}function e0e(t){var e,n,r,s,o,h;if(t.a==null)if(t.a=Vt(Fl,B0,28,t.c.b.c.length,16,1),t.a[0]=!1,Ui(t.c,(Me(),a1t)))for(r=u(K(t.c,a1t),15),n=r.Kc();n.Ob();)e=u(n.Pb(),17).a,e>0&&e<t.a.length&&(t.a[e]=!1);else for(h=new J(t.c.b),h.a<h.c.c.length&&et(h),s=1;h.a<h.c.c.length;)o=u(et(h),30),t.a[s++]=Cxn(o)}function D0(){D0=V,VA=new Ni("additionalHeight"),UA=new Ni("drawingHeight"),$T=new Ni("drawingWidth"),hK=new Ni("minHeight"),GA=new Ni("minWidth"),fK=new Ni("rows"),B3=new Ni("targetWidth"),ndt=new os("minRowIncrease",0),L8e=new os("maxRowIncrease",0),edt=new os("minRowDecrease",0),A8e=new os("maxRowDecrease",0)}function n0e(t,e){var n,r,s,o;switch(s=t.b,e){case 1:{t.b|=1,t.b|=4,t.b|=8;break}case 2:{t.b|=2,t.b|=4,t.b|=8;break}case 4:{t.b|=1,t.b|=2,t.b|=4,t.b|=8;break}case 3:{t.b|=16,t.b|=8;break}case 0:{t.b|=32,t.b|=16,t.b|=8,t.b|=1,t.b|=2,t.b|=4;break}}if(t.b!=s&&t.c)for(r=new Zn(t.c);r.e!=r.i.gc();)o=u(sr(r),481),n=Sl(o),t3(n,e)}function r0e(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U;for(s=!1,h=e,d=0,m=h.length;d<m;++d)o=h[d],Ie((Nn(),!!o.e))&&!u(Oe(t.b,o.e.p),219).s&&(s=s|(k=o.e,T=u(Oe(t.b,k.p),219),A=T.e,N=iWt(n,A.length),j=A[N][0],j.k==(Un(),Ds)?A[N]=x6n(o,A[N],n?(ve(),Gn):(ve(),Jn)):T.c.mg(A,n),U=FO(t,T,n,r),W6t(T.e,T.o,n),U));return s}function i0e(t,e){var n,r,s,o,h;for(o=(!e.a&&(e.a=new Jt(wi,e,10,11)),e.a).i,s=new Zn((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a));s.e!=s.i.gc();)r=u(sr(s),27),$t(ne(r,(si(),sx)))!==$t((Cg(),aL))&&(h=u(ne(e,ux),143),n=u(ne(r,ux),143),(h==n||h&&g3t(h,n))&&(!r.a&&(r.a=new Jt(wi,r,10,11)),r.a).i!=0&&(o+=i0e(t,r)));return o}function Vkn(t){var e,n,r,s,o,h,d;for(r=0,d=0,h=new J(t.d);h.a<h.c.c.length;)o=u(et(h),105),s=u(tc(Ai(new ln(null,new gn(o.j,16)),new aR),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),n=null,r<=d?(n=(ve(),Hn),r+=s.gc()):d<r&&(n=(ve(),vr),d+=s.gc()),e=n,xs(Go(s.Oc(),new Z9),new BVt(e))}function Ukn(t){var e,n,r,s,o;for(o=new bu(t.a.c.length),s=new J(t.a);s.a<s.c.c.length;){switch(r=u(et(s),10),n=u(K(r,(Me(),Du)),171),e=null,n.g){case 1:case 2:e=(ew(),R5);break;case 3:case 4:e=(ew(),TT)}e?(Zt(r,(ae(),CG),(ew(),R5)),e==TT?QH(r,n,(xo(),vl)):e==R5&&QH(r,n,(xo(),xu))):In(o.c,r)}return o}function Gkn(t){var e,n,r,s,o,h,d,m;for(t.b=new b1e(new hl((ve(),ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn]))),new hl((Hm(),ot(st(hft,1),te,372,0,[wv,Jb,bv])))),h=ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn]),d=0,m=h.length;d<m;++d)for(o=h[d],n=ot(st(hft,1),te,372,0,[wv,Jb,bv]),r=0,s=n.length;r<s;++r)e=n[r],Rvn(t.b,o,e,new ge)}function s0e(t,e){var n,r,s,o,h,d,m,k,T,A;if(h=u(u(Mi(t.r,e),21),87),d=t.u.Hc((wl(),u2)),n=t.u.Hc(lL),r=t.u.Hc(uL),k=t.u.Hc(Zk),A=t.B.Hc((Dl(),IK)),T=!n&&!r&&(k||h.gc()==2),V6n(t,e),s=null,m=null,d){for(o=h.Kc(),s=u(o.Pb(),117),m=s;o.Ob();)m=u(o.Pb(),117);s.d.b=0,m.d.c=0,T&&!s.a&&(s.d.c=0)}A&&(Byn(h),d&&(s.d.b=0,m.d.c=0))}function a0e(t,e){var n,r,s,o,h,d,m,k,T,A;if(h=u(u(Mi(t.r,e),21),87),d=t.u.Hc((wl(),u2)),n=t.u.Hc(lL),r=t.u.Hc(uL),m=t.u.Hc(Zk),A=t.B.Hc((Dl(),IK)),k=!n&&!r&&(m||h.gc()==2),fEn(t,e),T=null,s=null,d){for(o=h.Kc(),T=u(o.Pb(),117),s=T;o.Ob();)s=u(o.Pb(),117);T.d.d=0,s.d.a=0,k&&!T.a&&(T.d.a=0)}A&&(Ryn(h),d&&(T.d.d=0,s.d.a=0))}function o0e(t,e,n){var r,s,o,h,d,m,k,T;if(s=e.k,e.p>=0)return!1;if(e.p=n.b,pe(n.e,e),s==(Un(),ha)||s==cu){for(h=new J(e.j);h.a<h.c.c.length;)for(o=u(et(h),12),T=(r=new J(new v6(o).a.g),new m2t(r));cc(T.a);)if(k=u(et(T.a),18).d,d=k.i,m=d.k,e.c!=d.c&&(m==ha||m==cu)&&o0e(t,d,n))return!0}return!0}function nV(t){var e;return t.Db&64?E6t(t):(e=new Jh(E6t(t)),e.a+=" (changeable: ",fp(e,(t.Bb&Uf)!=0),e.a+=", volatile: ",fp(e,(t.Bb&b3)!=0),e.a+=", transient: ",fp(e,(t.Bb&u3)!=0),e.a+=", defaultValueLiteral: ",Lo(e,t.j),e.a+=", unsettable: ",fp(e,(t.Bb&al)!=0),e.a+=", derived: ",fp(e,(t.Bb&Wd)!=0),e.a+=")",e.a)}function Kkn(t,e){var n,r,s,o,h;return s=e.qi(t.a),s&&(r=(!s.b&&(s.b=new Hl((bn(),po),Sc,s)),s.b),n=Gr(S1(r,Ua)),n!=null&&(o=n.lastIndexOf("#"),h=o==-1?zmt(t,e.jk(),n):o==0?NI(t,null,(qn(1,n.length+1),n.substr(1))):NI(t,(Sa(0,o,n.length),n.substr(0,o)),(qn(o+1,n.length+1),n.substr(o+1))),At(h,156)))?u(h,156):null}function Wkn(t,e){var n,r,s,o,h;return r=e.qi(t.a),r&&(n=(!r.b&&(r.b=new Hl((bn(),po),Sc,r)),r.b),o=Gr(S1(n,eht)),o!=null&&(s=o.lastIndexOf("#"),h=s==-1?zmt(t,e.jk(),o):s==0?NI(t,null,(qn(1,o.length+1),o.substr(1))):NI(t,(Sa(0,s,o.length),o.substr(0,s)),(qn(s+1,o.length+1),o.substr(s+1))),At(h,156)))?u(h,156):null}function Ykn(t){var e,n,r,s,o,h,d,m,k,T,A,N;for(s=Uxn(t.d),h=u(K(t.b,(aS(),W9t)),107),d=h.b+h.c,m=h.d+h.a,T=s.d.a*t.e+d,k=s.b.a*t.f+m,Gj(t.b,new se(T,k)),N=new J(t.g);N.a<N.c.c.length;)A=u(et(N),568),e=A.g-s.a.a,n=A.i-s.c.a,r=Ei(csn(new se(e,n),A.a,A.b),Rd(p_(Ma(fmt(A.e)),A.d*A.a,A.c*A.b),-.5)),o=dmt(A.e),Mnn(A.e,ra(r,o))}function Xkn(t,e){var n,r,s,o,h,d,m,k,T,A,N;for(e.Ug("Restoring reversed edges",1),m=new J(t.b);m.a<m.c.c.length;)for(d=u(et(m),30),T=new J(d.a);T.a<T.c.c.length;)for(k=u(et(T),10),N=new J(k.j);N.a<N.c.c.length;)for(A=u(et(N),12),h=Hd(A.g),r=h,s=0,o=r.length;s<o;++s)n=r[s],Ie(De(K(n,(ae(),dd))))&&ev(n,!1);e.Vg()}function Qkn(t,e,n,r){var s,o,h,d,m;for(m=Vt(wa,le,109,(ve(),ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn])).length,0,2),o=ot(st(go,1),$c,64,0,[gc,Hn,Jn,vr,Gn]),h=0,d=o.length;h<d;++h)s=o[h],m[s.g]=Vt(wa,Io,28,t.c[s.g],15,1);return khe(m,t,Hn),khe(m,t,vr),lot(m,t,Hn,e,n,r),lot(m,t,Jn,e,n,r),lot(m,t,vr,e,n,r),lot(m,t,Gn,e,n,r),m}function Jkn(t,e,n){if(Eu(t.a,e)){if(v1(u(tr(t.a,e),49),n))return 1}else di(t.a,e,new Os);if(Eu(t.a,n)){if(v1(u(tr(t.a,n),49),e))return-1}else di(t.a,n,new Os);if(Eu(t.b,e)){if(v1(u(tr(t.b,e),49),n))return-1}else di(t.b,e,new Os);if(Eu(t.b,n)){if(v1(u(tr(t.b,n),49),e))return 1}else di(t.b,n,new Os);return 0}function Zkn(t){var e,n,r,s,o,h;t.q==(xa(),G0)||t.q==lu||(s=t.f.n.d+yz(u(Mo(t.b,(ve(),Hn)),127))+t.c,e=t.f.n.a+yz(u(Mo(t.b,vr),127))+t.c,r=u(Mo(t.b,Jn),127),h=u(Mo(t.b,Gn),127),o=b.Math.max(0,r.n.d-s),o=b.Math.max(o,h.n.d-s),n=b.Math.max(0,r.n.a-e),n=b.Math.max(n,h.n.a-e),r.n.d=o,h.n.d=o,r.n.a=n,h.n.a=n)}function rkt(t,e,n,r){var s,o,h,d,m,k;if(n==null){for(s=u(t.g,124),d=0;d<t.i;++d)if(h=s[d],h.Lk()==e)return no(t,h,r)}return o=(bo(),u(e,69).xk()?u(n,76):S0(e,n)),zl(t.e)?(k=!hO(t,e),r=mu(t,o,r),m=e.Jk()?Sb(t,3,e,null,n,B7(t,e,n,At(e,102)&&(u(e,19).Bb&fo)!=0),k):Sb(t,1,e,e.ik(),n,-1,k),r?r.nj(m):r=m):r=mu(t,o,r),r}function c0e(){this.b=new yp,this.d=new yp,this.e=new yp,this.c=new yp,this.a=new Er,this.f=new Er,W4(ua,new j8,new i6),W4(GMt,new $8,new iC),W4(wCt,new JM,new Dtt),W4(mCt,new MR,new DR),W4(_7e,new IR,new z8),W4(h_n,new hb,new SR),W4(g_n,new AR,new LR),W4(f_n,new Mtt,new s6),W4(d_n,new fy,new ap),W4(w_n,new fb,new y4)}function xS(t,e){var n,r,s,o,h;for(t=t==null?Hu:(Wn(t),t),s=0;s<e.length;s++)e[s]=Yxn(e[s]);for(n=new L4,h=0,r=0;r<e.length&&(o=t.indexOf("%s",h),o!=-1);)n.a+=""+Ch(t==null?Hu:(Wn(t),t),h,o),Zc(n,e[r++]),h=o+2;if(Ere(n,t,h,t.length),r<e.length){for(n.a+=" [",Zc(n,e[r++]);r<e.length;)n.a+=ro,Zc(n,e[r++]);n.a+="]"}return n.a}function ikt(t,e){var n,r,s,o,h,d,m;for(n=0,m=new J(e);m.a<m.c.c.length;){for(d=u(et(m),12),Y4t(t.b,t.d[d.p]),h=0,s=new Z1(d.b);cc(s.a)||cc(s.b);)r=u(cc(s.a)?et(s.a):et(s.b),18),yee(r)?(o=fwt(t,d==r.c?r.d:r.c),o>t.d[d.p]&&(n+=f3t(t.b,o),Ab(t.a,fe(o)))):++h;for(n+=t.b.d*h;!RC(t.a);)U3t(t.b,u(V6(t.a),17).a)}return n}function u0e(t){var e,n,r,s,o,h;return o=0,e=rf(t),e.kk()&&(o|=4),t.Bb&al&&(o|=2),At(t,102)?(n=u(t,19),s=wo(n),n.Bb&Pc&&(o|=32),s&&(ur(Ny(s)),o|=8,h=s.t,(h>1||h==-1)&&(o|=16),s.Bb&Pc&&(o|=64)),n.Bb&fo&&(o|=b3),o|=Uf):At(e,468)?o|=512:(r=e.kk(),r&&r.i&1&&(o|=256)),t.Bb&512&&(o|=128),o}function t8n(t,e){var n;return t.f==Jdt?(n=Im(Ro((rl(),Fa),e)),t.e?n==4&&e!=(bk(),n8)&&e!=(bk(),e8)&&e!=(bk(),Zdt)&&e!=(bk(),t0t):n==2):t.d&&(t.d.Hc(e)||t.d.Hc(Q6(Ro((rl(),Fa),e)))||t.d.Hc(w5((rl(),Fa),t.b,e)))?!0:t.f&&z6t((rl(),t.f),mI(Ro(Fa,e)))?(n=Im(Ro(Fa,e)),t.e?n==4:n==2):!1}function e8n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j;for(N=-1,j=0,k=t,T=0,A=k.length;T<A;++T){for(m=k[T],o=m,h=0,d=o.length;h<d;++h)for(s=o[h],e=new Bre(N==-1?t[0]:t[N],u(K(Ia(s),(Me(),q0)),284),phe(s),Ie(De(K(Ia(s),Uft)))),n=0;n<s.j.c.length;n++)for(r=n+1;r<s.j.c.length;r++)jte(e,u(Oe(s.j,n),12),u(Oe(s.j,r),12))>0&&++j;++N}return j}function n8n(t,e,n,r){var s,o,h,d,m,k,T,A;return h=u(ne(n,(si(),Yk)),8),m=h.a,T=h.b+t,s=b.Math.atan2(T,m),s<0&&(s+=pw),s+=e,s>pw&&(s-=pw),d=u(ne(r,Yk),8),k=d.a,A=d.b+t,o=b.Math.atan2(A,k),o<0&&(o+=pw),o+=e,o>pw&&(o-=pw),K1(),$f(1e-10),b.Math.abs(s-o)<=1e-10||s==o||isNaN(s)&&isNaN(o)?0:s<o?-1:s>o?1:vm(isNaN(s),isNaN(o))}function Xot(t){var e,n,r,s,o,h,d;for(d=new Er,r=new J(t.a.b);r.a<r.c.c.length;)e=u(et(r),60),di(d,e,new ge);for(s=new J(t.a.b);s.a<s.c.c.length;)for(e=u(et(s),60),e.i=Vs,h=e.c.Kc();h.Ob();)o=u(h.Pb(),60),u(Uo(yo(d.f,o)),15).Fc(e);for(n=new J(t.a.b);n.a<n.c.c.length;)e=u(et(n),60),e.c.$b(),e.c=u(Uo(yo(d.f,e)),15);Dde(t)}function Qot(t){var e,n,r,s,o,h,d;for(d=new Er,r=new J(t.a.b);r.a<r.c.c.length;)e=u(et(r),86),di(d,e,new ge);for(s=new J(t.a.b);s.a<s.c.c.length;)for(e=u(et(s),86),e.o=Vs,h=e.f.Kc();h.Ob();)o=u(h.Pb(),86),u(Uo(yo(d.f,o)),15).Fc(e);for(n=new J(t.a.b);n.a<n.c.c.length;)e=u(et(n),86),e.f.$b(),e.f=u(Uo(yo(d.f,e)),15);mde(t)}function r8n(t,e,n,r){var s,o;for(ovn(t,e,n,r),p6(e,t.j-e.j+n),b2t(e,t.k-e.k+r),o=new J(e.f);o.a<o.c.c.length;)switch(s=u(et(o),334),s.a.g){case 0:o7(t,e.g+s.b.a,0,e.g+s.c.a,e.i-1);break;case 1:o7(t,e.g+e.o,e.i+s.b.a,t.o-1,e.i+s.c.a);break;case 2:o7(t,e.g+s.b.a,e.i+e.p,e.g+s.c.a,t.p-1);break;default:o7(t,0,e.i+s.b.a,e.g-1,e.i+s.c.a)}}function i8n(t,e){var n,r,s,o,h,d,m,k;for(o=new ge,e.b.c.length=0,n=u(tc(Kyt(new ln(null,new gn(new ui(t.a.b),1))),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),s=n.Kc();s.Ob();)if(r=u(s.Pb(),17),h=s3t(t.a,r),h.b!=0)for(d=new tu(e),In(o.c,d),d.p=r.a,k=_r(h,0);k.b!=k.d.c;)m=u(Tr(k),10),Ca(m,d);Hs(e.b,o)}function rV(t,e,n,r,s){var o,h,d;try{if(e>=t.o)throw nt(new F2t);d=e>>5,h=e&31,o=Rf(1,qr(Rf(h,1))),s?t.n[n][d]=k1(t.n[n][d],o):t.n[n][d]=ia(t.n[n][d],Ovt(o)),o=Rf(o,1),r?t.n[n][d]=k1(t.n[n][d],o):t.n[n][d]=ia(t.n[n][d],Ovt(o))}catch(m){throw m=is(m),At(m,333)?nt(new No(wut+t.o+"*"+t.p+mut+e+ro+n+vut)):nt(m)}}function s8n(t,e,n,r){var s,o,h,d,m,k,T,A,N;for(N=new dp(new rUt(t)),d=ot(st(z0,1),Bp,10,0,[e,n]),m=0,k=d.length;m<k;++m)for(h=d[m],A=J_(h,r).Kc();A.Ob();)for(T=u(A.Pb(),12),o=new Z1(T.b);cc(o.a)||cc(o.b);)s=u(cc(o.a)?et(o.a):et(o.b),18),ho(s)||(N.a.zc(T,(Nn(),Yb))==null,yee(s)&&gI(N,T==s.c?s.d:s.c));return Hr(N),new fl(N)}function skt(t,e,n,r){var s,o,h;e&&(o=Rt(Ht(K(e,(zi(),Up))))+r,h=n+Rt(Ht(K(e,rK)))/2,Zt(e,uN,fe(qr(Oc(b.Math.round(o))))),Zt(e,lN,fe(qr(Oc(b.Math.round(h))))),e.d.b==0||skt(t,u(tz((s=_r(new hg(e).a.d,0),new A4(s))),39),n+Rt(Ht(K(e,rK)))+t.b,r+Rt(Ht(K(e,jT)))),K(e,O1t)!=null&&skt(t,u(K(e,O1t),39),n,r))}function a8n(t,e){var n,r,s,o,h,d,m,k,T,A,N;for(m=Ia(e.a),s=Rt(Ht(K(m,(Me(),Lw))))*2,T=Rt(Ht(K(m,K5))),k=b.Math.max(s,T),o=Vt(wa,Io,28,e.f-e.c+1,15,1),r=-k,n=0,d=e.b.Kc();d.Ob();)h=u(d.Pb(),10),r+=t.a[h.c.p]+k,o[n++]=r;for(r+=t.a[e.a.c.p]+k,o[n++]=r,N=new J(e.e);N.a<N.c.c.length;)A=u(et(N),10),r+=t.a[A.c.p]+k,o[n++]=r;return o}function o8n(t,e){var n,r,s,o;if(o=u(ne(t,(si(),cx)),64).g-u(ne(e,cx),64).g,o!=0)return o;if(n=u(ne(t,Idt),17),r=u(ne(e,Idt),17),n&&r&&(s=n.a-r.a,s!=0))return s;switch(u(ne(t,cx),64).g){case 1:return ji(t.i,e.i);case 2:return ji(t.j,e.j);case 3:return ji(e.i,t.i);case 4:return ji(e.j,t.j);default:throw nt(new Fo($8t))}}function akt(t){var e,n,r;return t.Db&64?Lot(t):(e=new Jl(oTt),n=t.k,n?ni(ni((e.a+=' "',e),n),'"'):(!t.n&&(t.n=new Jt(Oo,t,1,7)),t.n.i>0&&(r=(!t.n&&(t.n=new Jt(Oo,t,1,7)),u(Lt(t.n,0),135)).a,!r||ni(ni((e.a+=' "',e),r),'"'))),ni(gm(ni(gm(ni(gm(ni(gm((e.a+=" (",e),t.i),","),t.j)," | "),t.g),","),t.f),")"),e.a)}function l0e(t){var e,n,r;return t.Db&64?Lot(t):(e=new Jl(cTt),n=t.k,n?ni(ni((e.a+=' "',e),n),'"'):(!t.n&&(t.n=new Jt(Oo,t,1,7)),t.n.i>0&&(r=(!t.n&&(t.n=new Jt(Oo,t,1,7)),u(Lt(t.n,0),135)).a,!r||ni(ni((e.a+=' "',e),r),'"'))),ni(gm(ni(gm(ni(gm(ni(gm((e.a+=" (",e),t.i),","),t.j)," | "),t.g),","),t.f),")"),e.a)}function c8n(t,e){var n,r,s,o,h;for(e==(W_(),v1t)&&_O(u(Mi(t.a,(Qy(),VP)),15)),s=u(Mi(t.a,(Qy(),VP)),15).Kc();s.Ob();)switch(r=u(s.Pb(),105),n=u(Oe(r.j,0),113).d.j,o=new fl(r.j),Ms(o,new eR),e.g){case 2:Eot(t,o,n,(Hm(),Jb),1);break;case 1:case 0:h=Wxn(o),Eot(t,new vp(o,0,h),n,(Hm(),Jb),0),Eot(t,new vp(o,h,o.c.length),n,Jb,1)}}function Jot(t,e){var n,r,s,o,h,d,m;if(e==null||e.length==0)return null;if(s=u(eu(t.a,e),143),!s){for(r=(d=new li(t.b).a.vc().Kc(),new qi(d));r.a.Ob();)if(n=(o=u(r.a.Pb(),44),u(o.md(),143)),h=n.c,m=e.length,hn(h.substr(h.length-m,m),e)&&(e.length==h.length||qa(h,h.length-e.length-1)==46)){if(s)return null;s=n}s&&Bo(t.a,e,s)}return s}function u8n(t,e){var n,r,s,o;return n=new Yi,r=u(tc(Go(new ln(null,new gn(t.f,16)),n),jy(new we,new Ri,new Pn,new Bn,ot(st(zo,1),te,108,0,[(bl(),w3),rc]))),21),s=r.gc(),r=u(tc(Go(new ln(null,new gn(e.f,16)),n),jy(new we,new Ri,new Pn,new Bn,ot(st(zo,1),te,108,0,[w3,rc]))),21),o=r.gc(),s<o?-1:s==o?0:1}function h0e(t){var e,n,r;Ui(t,(Me(),Ev))&&(r=u(K(t,Ev),21),!r.dc()&&(n=(e=u(m1(_o),9),new Eh(e,u(Ff(e,e.length),9),0)),r.Hc((e3(),dh))?zf(n,dh):zf(n,Zf),r.Hc(ff)||zf(n,ff),r.Hc(Qf)?zf(n,t1):r.Hc(jg)?zf(n,U0):r.Hc(Jf)&&zf(n,df),r.Hc(t1)?zf(n,Qf):r.Hc(U0)?zf(n,jg):r.Hc(df)&&zf(n,Jf),Zt(t,Ev,n)))}function l8n(t){var e,n,r,s,o,h,d;for(s=u(K(t,(ae(),vv)),10),r=t.j,n=(mn(0,r.c.length),u(r.c[0],12)),h=new J(s.j);h.a<h.c.c.length;)if(o=u(et(h),12),$t(o)===$t(K(n,Di))){o.j==(ve(),Hn)&&t.p>s.p?(Qs(o,vr),o.d&&(d=o.o.b,e=o.a.b,o.a.b=d-e)):o.j==vr&&s.p>t.p&&(Qs(o,Hn),o.d&&(d=o.o.b,e=o.a.b,o.a.b=-(d-e)));break}return s}function BO(t,e,n,r,s){var o,h,d,m,k,T,A;if(!(At(e,207)||At(e,366)||At(e,193)))throw nt(new zn("Method only works for ElkNode-, ElkLabel and ElkPort-objects."));return h=t.a/2,m=e.i+r-h,T=e.j+s-h,k=m+e.g+t.a,A=T+e.f+t.a,o=new Xu,Zr(o,new se(m,T)),Zr(o,new se(m,A)),Zr(o,new se(k,A)),Zr(o,new se(k,T)),d=new $ot(o),Yo(d,e),n&&di(t.b,e,d),d}function P7(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(o=new se(e,n),T=new J(t.a);T.a<T.c.c.length;)for(k=u(et(T),10),Ei(k.n,o),N=new J(k.j);N.a<N.c.c.length;)for(A=u(et(N),12),s=new J(A.g);s.a<s.c.c.length;)for(r=u(et(s),18),Vy(r.a,o),h=u(K(r,(Me(),qo)),75),h&&Vy(h,o),m=new J(r.b);m.a<m.c.c.length;)d=u(et(m),72),Ei(d.n,o)}function h8n(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(o=new se(e,n),T=new J(t.a);T.a<T.c.c.length;)for(k=u(et(T),10),Ei(k.n,o),N=new J(k.j);N.a<N.c.c.length;)for(A=u(et(N),12),s=new J(A.g);s.a<s.c.c.length;)for(r=u(et(s),18),Vy(r.a,o),h=u(K(r,(Me(),qo)),75),h&&Vy(h,o),m=new J(r.b);m.a<m.c.c.length;)d=u(et(m),72),Ei(d.n,o)}function f0e(t){if((!t.b&&(t.b=new En(gr,t,4,7)),t.b).i==0)throw nt(new _6("Edges must have a source."));if((!t.c&&(t.c=new En(gr,t,5,8)),t.c).i==0)throw nt(new _6("Edges must have a target."));if(!t.b&&(t.b=new En(gr,t,4,7)),!(t.b.i<=1&&(!t.c&&(t.c=new En(gr,t,5,8)),t.c.i<=1)))throw nt(new _6("Hyperedges are not supported."))}function okt(t,e){var n,r,s,o,h,d,m,k,T,A;for(A=0,o=new V4,Ab(o,e);o.b!=o.c;)for(m=u(V6(o),219),k=0,T=u(K(e.j,(Me(),q0)),284),h=Rt(Ht(K(e.j,DG))),d=Rt(Ht(K(e.j,ESt))),T!=(Vd(),Hp)&&(k+=h*gxn(m.e,T),k+=d*e8n(m.e)),A+=she(m.d,m.e)+k,s=new J(m.b);s.a<s.c.c.length;)r=u(et(s),36),n=u(Oe(t.b,r.p),219),n.s||(A+=zH(t,n));return A}function Gd(){Gd=V;var t;for(LU=new vg(1,1),Tht=new vg(1,10),lA=new vg(0,0),Dve=new vg(-1,1),Ive=ot(st(D5,1),le,92,0,[lA,LU,new vg(1,2),new vg(1,3),new vg(1,4),new vg(1,5),new vg(1,6),new vg(1,7),new vg(1,8),new vg(1,9),Tht]),MU=Vt(D5,le,92,32,0,1),t=0;t<MU.length;t++)MU[t]=K$(Rf(1,t),0)?Fb(Rf(1,t)):__(Fb(Ep(Rf(1,t))))}function d0e(t,e,n,r,s,o,h){if(t.c=r.Lf().a,t.d=r.Lf().b,s&&(t.c+=s.Lf().a,t.d+=s.Lf().b),t.b=e.Mf().a,t.a=e.Mf().b,!s)n?t.c-=h+e.Mf().a:t.c+=r.Mf().a+h;else switch(s.ag().g){case 0:case 2:t.c+=s.Mf().a+h+o.a+h;break;case 4:t.c-=h+o.a+h+e.Mf().a;break;case 1:t.c+=s.Mf().a+h,t.d-=h+o.b+h+e.Mf().b;break;case 3:t.c+=s.Mf().a+h,t.d+=s.Mf().b+h+o.b+h}}function g0e(t,e){var n,r;for(this.b=new ge,this.e=new ge,this.a=t,this.d=e,Awn(this),P2n(this),this.b.dc()?this.c=t.c.p:this.c=u(this.b.Xb(0),10).c.p,this.e.c.length==0?this.f=t.c.p:this.f=u(Oe(this.e,this.e.c.length-1),10).c.p,r=u(K(t,(ae(),kA)),15).Kc();r.Ob();)if(n=u(r.Pb(),72),Ui(n,(Me(),PG))){this.d=u(K(n,PG),232);break}}function N7(t,e,n){var r,s,o,h,d,m,k,T;for(r=u(tr(t.a,e),49),o=u(tr(t.a,n),49),s=u(tr(t.e,e),49),h=u(tr(t.e,n),49),r.a.zc(n,r),h.a.zc(e,h),T=o.a.ec().Kc();T.Ob();)k=u(T.Pb(),10),r.a.zc(k,r),qs(u(tr(t.e,k),49),e),Aa(u(tr(t.e,k),49),s);for(m=s.a.ec().Kc();m.Ob();)d=u(m.Pb(),10),h.a.zc(d,h),qs(u(tr(t.a,d),49),n),Aa(u(tr(t.a,d),49),o)}function RO(t,e,n){var r,s,o,h,d,m,k,T;for(r=u(tr(t.a,e),49),o=u(tr(t.a,n),49),s=u(tr(t.b,e),49),h=u(tr(t.b,n),49),r.a.zc(n,r),h.a.zc(e,h),T=o.a.ec().Kc();T.Ob();)k=u(T.Pb(),10),r.a.zc(k,r),qs(u(tr(t.b,k),49),e),Aa(u(tr(t.b,k),49),s);for(m=s.a.ec().Kc();m.Ob();)d=u(m.Pb(),10),h.a.zc(d,h),qs(u(tr(t.a,d),49),n),Aa(u(tr(t.a,d),49),o)}function Fh(t,e,n){var r,s,o,h,d,m,k,T;for(r=u(tr(t.a,e),49),o=u(tr(t.a,n),49),s=u(tr(t.d,e),49),h=u(tr(t.d,n),49),r.a.zc(n,r),h.a.zc(e,h),T=o.a.ec().Kc();T.Ob();)k=u(T.Pb(),12),r.a.zc(k,r),qs(u(tr(t.d,k),49),e),Aa(u(tr(t.d,k),49),s);for(m=s.a.ec().Kc();m.Ob();)d=u(m.Pb(),12),h.a.zc(d,h),qs(u(tr(t.a,d),49),n),Aa(u(tr(t.a,d),49),o)}function f8n(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U;if(o=n,n<r)for(N=(j=new YI(t.p),U=new YI(t.p),Aa(j.e,t.e),j.q=t.q,j.r=U,Rz(j),Aa(U.j,t.j),U.r=j,Rz(U),new Ys(j,U)),A=u(N.a,118),T=u(N.b,118),s=(mn(o,e.c.length),u(e.c[o],339)),h=Hde(t,A,T,s),k=n+1;k<=r;k++)d=(mn(k,e.c.length),u(e.c[k],339)),m=Hde(t,A,T,d),Swn(d,m,s,h)&&(s=d,h=m,o=k);return o}function d8n(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U;for(h=u(Lt(e,0),27),Cu(h,0),_u(h,0),N=new ge,In(N.c,h),d=h,o=new zvt(t.a,h.g,h.f,(mS(),pN)),j=1;j<e.i;j++)U=u(Lt(e,j),27),m=uct(t,tx,U,d,o,N,n),k=uct(t,Kk,U,d,o,N,n),T=uct(t,XA,U,d,o,N,n),A=uct(t,YA,U,d,o,N,n),s=q7n(t,m,k,T,A,U,d,r),Cu(U,s.d),_u(U,s.e),ee(s,pN),o=s,d=U,In(N.c,U);return o}function g8n(t,e,n){var r,s,o,h,d,m,k,T,A,N;if(T=null,N=e,A=nie(t,Gre(n),N),ZE(A,wg(N,n0)),h=Rm(N,lTt),r=new AXt(t,A),B4n(r.a,r.b,h),d=Rm(N,Hlt),s=new LXt(t,A),R4n(s.a,s.b,d),(!A.b&&(A.b=new En(gr,A,4,7)),A.b).i==0||(!A.c&&(A.c=new En(gr,A,5,8)),A.c).i==0)throw o=wg(N,n0),m=Dwe+o,k=m+uT,nt(new Pd(k));return BH(N,A),mCn(t,N,A),T=dat(t,N,A),T}function p8n(t,e){var n,r,s,o,h,d,m;for(s=Vt(Or,ii,28,t.e.a.c.length,15,1),h=new J(t.e.a);h.a<h.c.c.length;)o=u(et(h),125),s[o.d]+=o.b.a.c.length;for(d=lI(e);d.b!=0;)for(o=u(d.b==0?null:(cr(d.b!=0),Lh(d,d.a.a)),125),r=nk(new J(o.g.a));r.Ob();)n=u(r.Pb(),218),m=n.e,m.e=b.Math.max(m.e,o.e+n.a),--s[m.d],s[m.d]==0&&fs(d,m,d.c.b,d.c)}function p0e(t){var e,n,r,s,o,h,d,m,k,T,A;for(n=Va,s=ki,d=new J(t.e.a);d.a<d.c.c.length;)o=u(et(d),125),s=b.Math.min(s,o.e),n=b.Math.max(n,o.e);for(e=Vt(Or,ii,28,n-s+1,15,1),h=new J(t.e.a);h.a<h.c.c.length;)o=u(et(h),125),o.e-=s,++e[o.e];if(r=0,t.k!=null)for(k=t.k,T=0,A=k.length;T<A&&(m=k[T],e[r++]+=m,e.length!=r);++T);return e}function b8n(t,e){var n,r,s,o,h,d;if(e.Ug("Edge routing",1),s=u(K(t,(xc(),P1t)),392),s==(Y_(),_1t))Ndn(t);else if(s==oN)for(u(ql(u7(Ai(new ln(null,new gn(t.b,16)),new AZ))),39),o=Rt(Ht(K(t,bLt))),h=Rt(Ht(K(t,hLt))),d=u(K(t,Mv),88),xCn(t,d,o),JCn(t,d,o,h),n_n(t,d,o,h),r=_r(t.a,0);r.b!=r.d.c;)n=u(Tr(r),65),n.a.b<2&&p6t(n);e.Vg()}function b0e(t){switch(t.d){case 9:case 8:return!0;case 3:case 5:case 4:case 6:return!1;case 7:return u(Y6t(t),17).a==t.o;case 1:case 2:{if(t.o==-2)return!1;switch(t.p){case 0:case 1:case 2:case 6:case 5:case 7:return mm(t.k,t.f);case 3:case 4:return t.j==t.e;default:return t.n==null?t.g==null:Ci(t.n,t.g)}}default:return!1}}function w8n(t,e){var n,r,s;switch(e.Ug("Breaking Point Insertion",1),r=new L6t(t),u(K(t,(Me(),s1t)),351).g){case 2:s=new uR;break;case 0:s=new HM;break;default:s=new lR}if(n=s.og(t,r),Ie(De(K(t,oAt)))&&(n=aTn(t,n)),!s.pg()&&Ui(t,HG))switch(u(K(t,HG),352).g){case 2:n=Yfe(r,n);break;case 1:n=jhe(r,n)}if(n.dc()){e.Vg();return}_Cn(t,n),e.Vg()}function w0e(t,e,n){var r,s,o,h,d,m,k,T,A;for(o=new bu(e.c.length),k=new J(e);k.a<k.c.c.length;)h=u(et(k),10),pe(o,t.b[h.c.p][h.p]);for(eTn(t,o,n),A=null;A=GTn(o);)NEn(t,u(A.a,239),u(A.b,239),o);for(e.c.length=0,s=new J(o);s.a<s.c.c.length;)for(r=u(et(s),239),d=r.d,m=0,T=d.length;m<T;++m)h=d[m],In(e.c,h),t.a[h.c.p][h.p].a=W1(r.g,r.d[0]).a}function m0e(t){bm(t,new ow(dm(lm(fm(hm(new cg,WS),"ELK Fixed"),"Keeps the current layout as it is, without any automatic modification. Optional coordinates can be given for nodes and edge bend points."),new Itt))),he(t,WS,av,WDt),he(t,WS,KV,_e(sL)),he(t,WS,tTt,_e(VDt)),he(t,WS,T5,_e(UDt)),he(t,WS,Lk,_e(KDt)),he(t,WS,J7,_e(GDt))}function iV(t,e,n){var r,s,o,h,d;if(r=qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15))),d=qr(Qa(P0,_0(qr(Qa(n==null?0:Hi(n),N0)),15))),o=q_(t,e,r),o&&d==o.f&&zd(n,o.i))return n;if(h=H_(t,n,d),h)throw nt(new zn("value already present: "+n));return s=new $z(e,r,n,d),o?(f5(t,o),AO(t,s,o),o.e=null,o.c=null,o.i):(AO(t,s,null),Ehe(t),null)}function m8n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U;T=n.a.c,h=n.a.c+n.a.b,o=u(tr(n.c,e),467),j=o.f,U=o.a,o.b?m=new se(h,j):m=new se(T,j),o.c?A=new se(T,U):A=new se(h,U),s=T,n.p||(s+=t.c),s+=n.F+n.v*t.b,k=new se(s,j),N=new se(s,U),$_(e.a,ot(st(ua,1),le,8,0,[m,k])),d=n.d.a.gc()>1,d&&(r=new se(s,n.b),Zr(e.a,r)),$_(e.a,ot(st(ua,1),le,8,0,[N,A]))}function sf(){sf=V,WG=new Ey(Zd,0),nN=new Ey("NIKOLOV",1),rN=new Ey("NIKOLOV_PIXEL",2),yAt=new Ey("NIKOLOV_IMPROVED",3),xAt=new Ey("NIKOLOV_IMPROVED_PIXEL",4),vAt=new Ey("DUMMYNODE_PERCENTAGE",5),kAt=new Ey("NODECOUNT_PERCENTAGE",6),YG=new Ey("NO_BOUNDARY",7),Av=new Ey("MODEL_ORDER_LEFT_TO_RIGHT",8),P3=new Ey("MODEL_ORDER_RIGHT_TO_LEFT",9)}function v8n(t){var e,n,r,s,o;for(r=t.length,e=new jC,o=0;o<r;)if(n=qa(t,o++),!(n==9||n==10||n==12||n==13||n==32)){if(n==35){for(;o<r&&(n=qa(t,o++),!(n==13||n==10)););continue}n==92&&o<r?(s=(qn(o,t.length),t.charCodeAt(o)))==35||s==9||s==10||s==12||s==13||s==32?(IE(e,s&js),++o):(e.a+="\\",IE(e,s&js),++o):IE(e,n&js)}return e.a}function ckt(){ckt=V,i8e=new un(E7t,(Nn(),!1)),c8e=new un(T7t,fe(0)),u8e=new un(C7t,0),l8e=new un(tU,!1),ALt=(rO(),oK),a8e=new un(mlt,ALt),fe(0),s8e=new un(vlt,fe(1)),MLt=(Wq(),X1t),g8e=new un(_7t,MLt),DLt=(yq(),U1t),p8e=new un(S7t,DLt),LLt=(LH(),Y1t),o8e=new un(A7t,LLt),d8e=new un(ylt,0),h8e=new un(xlt,!1),f8e=new un(L7t,!1)}function y8n(t,e){var n,r,s;for(r=new J(e);r.a<r.c.c.length;)if(n=u(et(r),27),dn(t.a,n,n),dn(t.b,n,n),s=n3(n),s.c.length!=0)for(t.d&&t.d.Gg(s),dn(t.a,n,(mn(0,s.c.length),u(s.c[0],27))),dn(t.b,n,u(Oe(s,s.c.length-1),27));lat(s).c.length!=0;)s=lat(s),t.d&&t.d.Gg(s),dn(t.a,n,(mn(0,s.c.length),u(s.c[0],27))),dn(t.b,n,u(Oe(s,s.c.length-1),27))}function Zot(t,e,n){var r,s,o,h,d,m;if(e)if(n<=-1){if(r=Tn(e.Dh(),-1-n),At(r,102))return u(r,19);for(h=u(e.Mh(r),160),d=0,m=h.gc();d<m;++d)if($t(h.Ul(d))===$t(t)&&(s=h.Tl(d),At(s,102)&&(o=u(s,19),o.Bb&Pc)))return o;throw nt(new Fo("The containment feature could not be located"))}else return wo(u(Tn(t.Dh(),n),19));else return null}function x8n(t){var e,n,r,s,o,h,d,m,k,T;for(n=0,d=new J(t.d);d.a<d.c.c.length;)h=u(et(d),105),h.i&&(h.i.c=n++);for(e=$2(Fl,[le,B0],[183,28],16,[n,n],2),T=t.d,s=0;s<T.c.length;s++)if(m=(mn(s,T.c.length),u(T.c[s],105)),m.i)for(o=s+1;o<T.c.length;o++)k=(mn(o,T.c.length),u(T.c[o],105)),k.i&&(r=Kyn(m,k),e[m.i.c][k.i.c]=r,e[k.i.c][m.i.c]=r);return e}function ukt(){ukt=V,B8e=new un(I7t,(Nn(),!1)),fe(-1),D8e=new un(O7t,fe(-1)),fe(-1),I8e=new un(P7t,fe(-1)),O8e=new un(N7t,!1),JLt=(fq(),adt),z8e=new un(F7t,JLt),q8e=new un(B7t,-1),QLt=(cH(),rdt),$8e=new un(R7t,QLt),j8e=new un(j7t,!0),XLt=(xq(),odt),F8e=new un($7t,XLt),N8e=new un(z7t,!1),fe(1),P8e=new un(q7t,fe(1)),R8e=new Ni(H7t)}function kS(){kS=V,C1t=new wm("ROOT_PROC",0),UAt=new wm("FAN_PROC",1),YAt=new wm("LEVEL_PROC",2),XAt=new wm("NEIGHBORS_PROC",3),WAt=new wm("LEVEL_HEIGHT",4),VAt=new wm("DIRECTION_PROC",5),QAt=new wm("NODE_POSITION_PROC",6),qAt=new wm("COMPACTION_PROC",7),KAt=new wm("LEVEL_COORDS",8),GAt=new wm("GRAPH_BOUNDS_PROC",9),HAt=new wm("DETREEIFYING_PROC",10)}function lkt(t,e){var n,r,s,o,h,d,m,k,T,A;for(A=Ko(e),k=null,s=!1,d=0,T=Gc(A.a).i;d<T;++d)h=u(UO(A,d,(o=u(Lt(Gc(A.a),d),89),m=o.c,At(m,90)?u(m,29):(bn(),mf))),29),n=lkt(t,h),n.dc()||(k?(s||(s=!0,k=new Az(k)),k.Gc(n)):k=n);return r=D4n(t,e),r.dc()?k||(wn(),wn(),so):k?(s||(k=new Az(k)),k.Gc(r),k):r}function tct(t,e){var n,r,s,o,h,d,m,k,T,A;for(A=Ko(e),k=null,r=!1,d=0,T=Gc(A.a).i;d<T;++d)o=u(UO(A,d,(s=u(Lt(Gc(A.a),d),89),m=s.c,At(m,90)?u(m,29):(bn(),mf))),29),n=tct(t,o),n.dc()||(k?(r||(r=!0,k=new Az(k)),k.Gc(n)):k=n);return h=g5n(t,e),h.dc()?k||(wn(),wn(),so):k?(r||(k=new Az(k)),k.Gc(h),k):h}function k8n(t){var e,n,r,s;r=t.o,Ay(),t.A.dc()||Ci(t.A,z9t)?s=r.a:(s=MO(t.f),t.A.Hc((Kl(),DN))&&!t.B.Hc((Dl(),fL))&&(s=b.Math.max(s,MO(u(Mo(t.p,(ve(),Hn)),252))),s=b.Math.max(s,MO(u(Mo(t.p,vr),252)))),e=Yoe(t),e&&(s=b.Math.max(s,e.a))),Ie(De(t.e.Tf().of((si(),R3))))?r.a=b.Math.max(r.a,s):r.a=s,n=t.f.i,n.c=0,n.b=s,sct(t.f)}function jO(t,e,n){var r,s,o,h,d,m;if(At(e,76))return no(t,e,n);for(d=null,o=null,r=u(t.g,124),h=0;h<t.i;++h)if(s=r[h],Ci(e,s.md())&&(o=s.Lk(),At(o,102)&&u(o,19).Bb&Pc)){d=s;break}return d&&(zl(t.e)&&(m=o.Jk()?Sb(t,4,o,e,null,B7(t,o,e,At(o,102)&&(u(o,19).Bb&fo)!=0),!0):Sb(t,o.tk()?2:1,o,e,o.ik(),-1,!0),n?n.nj(m):n=m),n=jO(t,d,n)),n}function E8n(t,e,n){var r,s,o,h;if(h=Au(t.e.Dh(),e),r=u(t.g,124),bo(),u(e,69).xk()){for(o=0;o<t.i;++o)if(s=r[o],h.am(s.Lk())&&Ci(s,n))return r3(t,o),!0}else if(n!=null){for(o=0;o<t.i;++o)if(s=r[o],h.am(s.Lk())&&Ci(n,s.md()))return r3(t,o),!0}else for(o=0;o<t.i;++o)if(s=r[o],h.am(s.Lk())&&s.md()==null)return r3(t,o),!0;return!1}function T8n(t,e){var n,r,s,o,h;if(e.Ug("Node and Port Label Placement and Node Sizing",1),TQt((qC(),new Git(t,!0,!0,new wQ))),u(K(t,(ae(),uu)),21).Hc((ko(),zh)))for(o=u(K(t,(Me(),D3)),21),s=o.Hc((wl(),MN)),h=Ie(De(K(t,QSt))),r=new J(t.b);r.a<r.c.c.length;)n=u(et(r),30),xs(Ai(new ln(null,new gn(n.a,16)),new v0),new LZt(o,s,h));e.Vg()}function C8n(t,e){var n,r,s,o,h;for(t.c==null||t.c.length<e.c.length?t.c=Vt(Fl,B0,28,e.c.length,16,1):BC(t.c),t.a=new ge,r=0,h=new J(e);h.a<h.c.c.length;)s=u(et(h),10),s.p=r++;for(n=new Qi,o=new J(e);o.a<o.c.c.length;)s=u(et(o),10),t.c[s.p]||(Zfe(t,s),n.b==0||(cr(n.b!=0),u(n.a.a.c,15)).gc()<t.a.c.length?F4(n,t.a):to(n,t.a),t.a=new ge);return n}function v0e(t){bm(t,new ow(dm(lm(fm(hm(new cg,iT),"ELK SPOrE Overlap Removal"),'A node overlap removal algorithm proposed by Nachmanson et al. in "Node overlap removal by growing a tree".'),new Wu))),he(t,iT,Tlt,_e(jMt)),he(t,iT,av,RMt),he(t,iT,h3,8),he(t,iT,Slt,_e(kEe)),he(t,iT,Y7t,_e(FMt)),he(t,iT,X7t,_e(BMt)),he(t,iT,mP,(Nn(),!1))}function _8n(t,e){var n,r,s,o,h,d,m;if(n=e.qi(t.a),n&&(m=Gr(S1((!n.b&&(n.b=new Hl((bn(),po),Sc,n)),n.b),ITt)),m!=null)){for(r=new ge,o=s3(m,"\\w"),h=0,d=o.length;h<d;++h)s=o[h],hn(s,"##other")?pe(r,"!##"+x_(t,nh(e.qk()))):hn(s,"##local")?r.c.push(null):hn(s,_P)?pe(r,x_(t,nh(e.qk()))):In(r.c,s);return r}return wn(),wn(),so}function y0e(t,e,n,r){var s,o,h,d,m,k,T,A,N,j;for(h=Em(e.c,n,r),A=new J(e.a);A.a<A.c.c.length;){for(T=u(et(A),10),Ei(T.n,h),j=new J(T.j);j.a<j.c.c.length;)for(N=u(et(j),12),o=new J(N.g);o.a<o.c.c.length;)for(s=u(et(o),18),Vy(s.a,h),d=u(K(s,(Me(),qo)),75),d&&Vy(d,h),k=new J(s.b);k.a<k.c.c.length;)m=u(et(k),72),Ei(m.n,h);pe(t.a,T),T.a=t}}function $O(t){var e,n,r,s,o,h,d,m;if(t.d)throw nt(new Fo((gg(tft),uut+tft.k+lut)));for(t.c==(Rs(),wd)&&m5(t,Ho),n=new J(t.a.a);n.a<n.c.c.length;)e=u(et(n),194),e.e=0;for(h=new J(t.a.b);h.a<h.c.c.length;)for(o=u(et(h),86),o.o=Vs,s=o.f.Kc();s.Ob();)r=u(s.Pb(),86),++r.d.e;for(C9n(t),m=new J(t.a.b);m.a<m.c.c.length;)d=u(et(m),86),d.k=!0;return t}function S8n(t,e){var n,r,s,o,h,d,m,k;for(d=new Sfe(t),n=new Qi,fs(n,e,n.c.b,n.c);n.b!=0;){for(r=u(n.b==0?null:(cr(n.b!=0),Lh(n,n.a.a)),113),r.d.p=1,h=new J(r.e);h.a<h.c.c.length;)s=u(et(h),340),Khe(d,s),k=s.d,k.d.p==0&&fs(n,k,n.c.b,n.c);for(o=new J(r.b);o.a<o.c.c.length;)s=u(et(o),340),Khe(d,s),m=s.c,m.d.p==0&&fs(n,m,n.c.b,n.c)}return d}function x0e(t){var e,n,r,s,o;if(r=Rt(Ht(ne(t,(si(),YEe)))),r!=1)for($4(t,r*t.g,r*t.f),n=Lrn(ccn((!t.c&&(t.c=new Jt(kl,t,9,9)),t.c),new jtt)),o=C0(rh(ot(st(hh,1),Ln,20,0,[(!t.n&&(t.n=new Jt(Oo,t,1,7)),t.n),(!t.c&&(t.c=new Jt(kl,t,9,9)),t.c),n])));Sr(o);)s=u(lr(o),422),s.qh(r*s.nh(),r*s.oh()),s.ph(r*s.mh(),r*s.lh()),e=u(s.of(kDt),8),e&&(e.a*=r,e.b*=r)}function hkt(t,e,n){var r,s,o,h,d;if(h=(bo(),u(e,69).xk()),Dg(t.e,e)){if(e.Si()&&aV(t,e,n,At(e,102)&&(u(e,19).Bb&fo)!=0))return!1}else for(d=Au(t.e.Dh(),e),r=u(t.g,124),o=0;o<t.i;++o)if(s=r[o],d.am(s.Lk()))return(h?Ci(s,n):n==null?s.md()==null:Ci(n,s.md()))?!1:(u(s5(t,o,h?u(n,76):S0(e,n)),76),!0);return Mr(t,h?u(n,76):S0(e,n))}function A8n(t,e,n,r,s){var o,h,d,m,k,T,A,N;for(h=new J(t.b);h.a<h.c.c.length;)for(o=u(et(h),30),N=_I(o.a),k=N,T=0,A=k.length;T<A;++T)switch(m=k[T],u(K(m,(Me(),Du)),171).g){case 1:Y6n(m),Ca(m,e),Ple(m,!0,r);break;case 3:D6n(m),Ca(m,n),Ple(m,!1,s)}for(d=new _a(t.b,0);d.b<d.d.gc();)(cr(d.b<d.d.gc()),u(d.d.Xb(d.c=d.b++),30)).a.c.length==0&&Ul(d)}function L8n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt;for(j=e.length,m=j,qn(0,e.length),e.charCodeAt(0)==45?(A=-1,N=1,--j):(A=1,N=0),o=(lct(),Pve)[10],s=j/o|0,tt=j%o,tt!=0&&++s,d=Vt(Or,ii,28,s,15,1),n=Ove[8],h=0,U=N+(tt==0?o:tt),W=N;W<m;W=U,U=W+o)r=oh((Sa(W,U,e.length),e.substr(W,U-W)),Va,ki),k=(O7(),Y5t(d,d,h,n)),k+=M2n(d,h,r),d[h++]=k;T=h,t.e=A,t.d=T,t.a=d,I_(t)}function M8n(t,e){var n,r,s,o;return n=new Fc,r=u(tc(Go(new ln(null,new gn(t.f,16)),n),jy(new we,new Ri,new Pn,new Bn,ot(st(zo,1),te,108,0,[(bl(),w3),rc]))),21),s=r.gc(),r=u(tc(Go(new ln(null,new gn(e.f,16)),n),jy(new we,new Ri,new Pn,new Bn,ot(st(zo,1),te,108,0,[w3,rc]))),21),o=r.gc(),s=s==1?1:0,o=o==1?1:0,s<o?-1:s==o?0:1}function D8n(t){var e,n,r,s,o,h,d,m,k,T,A,N;for(d=t.i,s=Ie(De(K(d,(Me(),L3)))),T=0,r=0,k=new J(t.g);k.a<k.c.c.length;)m=u(et(k),18),h=ho(m),o=h&&s&&Ie(De(K(m,Cw))),N=m.d.i,h&&o?++r:h&&!o?++T:Ia(N).e==d?++r:++T;for(n=new J(t.e);n.a<n.c.c.length;)e=u(et(n),18),h=ho(e),o=h&&s&&Ie(De(K(e,Cw))),A=e.c.i,h&&o?++T:h&&!o?++r:Ia(A).e==d?++T:++r;return T-r}function p5(t,e,n,r){this.e=t,this.k=u(K(t,(ae(),H5)),312),this.g=Vt(z0,Bp,10,e,0,1),this.b=Vt(zs,le,345,e,7,1),this.a=Vt(z0,Bp,10,e,0,1),this.d=Vt(zs,le,345,e,7,1),this.j=Vt(z0,Bp,10,e,0,1),this.i=Vt(zs,le,345,e,7,1),this.p=Vt(zs,le,345,e,7,1),this.n=Vt(Es,le,484,e,8,1),ND(this.n,(Nn(),!1)),this.f=Vt(Es,le,484,e,8,1),ND(this.f,!0),this.o=n,this.c=r}function k0e(t,e){var n,r,s,o,h,d;if(!e.dc())if(u(e.Xb(0),292).d==(gk(),T3))tvn(t,e);else for(r=e.Kc();r.Ob();){switch(n=u(r.Pb(),292),n.d.g){case 5:L7(t,n,s2n(t,n));break;case 0:L7(t,n,(h=n.f-n.c+1,d=(h-1)/2|0,n.c+d));break;case 4:L7(t,n,f0n(t,n));break;case 2:jue(n),L7(t,n,(o=Lxt(n),o?n.c:n.f));break;case 1:jue(n),L7(t,n,(s=Lxt(n),s?n.f:n.c))}Xyn(n.a)}}function fkt(t,e,n,r){var s,o,h;return h=new nYt(e,n),t.a?r?(s=u(Zh(u(tr(t.b,e),260)),260),++s.a,h.d=r.d,h.e=r.e,h.b=r,h.c=r,r.e?r.e.c=h:s.b=h,r.d?r.d.b=h:t.a=h,r.d=h,r.e=h):(u(Zh(t.e),511).b=h,h.d=t.e,t.e=h,s=u(tr(t.b,e),260),s?(++s.a,o=s.c,o.c=h,h.e=o,s.c=h):(di(t.b,e,s=new Fyt(h)),++t.c)):(t.a=t.e=h,di(t.b,e,new Fyt(h)),++t.c),++t.d,h}function ect(t,e){var n,r,s,o,h;if(e.Ug("Network simplex",1),t.e.a.c.length<1){e.Vg();return}for(o=new J(t.e.a);o.a<o.c.c.length;)s=u(et(o),125),s.e=0;for(h=t.e.a.c.length>=40,h&&yEn(t),L7n(t),Q6n(t),n=Aue(t),r=0;n&&r<t.f;)F8n(t,n,txn(t,n)),n=Aue(t),++r;h&&byn(t),t.a?hxn(t,p0e(t)):p0e(t),t.b=null,t.d=null,t.p=null,t.c=null,t.g=null,t.i=null,t.n=null,t.o=null,e.Vg()}function I8n(t,e){var n,r,s,o,h,d,m;if(!e.e){for(e.e=!0,r=e.d.a.ec().Kc();r.Ob();){if(n=u(r.Pb(),18),e.o&&e.d.a.gc()<=1){h=e.a.c,d=e.a.c+e.a.b,m=new se(h+(d-h)/2,e.b),Zr(u(e.d.a.ec().Kc().Pb(),18).a,m);continue}if(s=u(tr(e.c,n),467),s.b||s.c){m8n(t,n,e);continue}o=t.d==(d7(),PA)&&(s.d||s.e)&&T5n(t,e)&&e.d.a.gc()<=1,o?s9n(n,e):Skn(t,n,e)}e.k&&Oa(e.d,new p4)}}function dkt(t,e,n,r,s,o){var h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(N=o,d=(r+s)/2+N,tt=n*b.Math.cos(d),ct=n*b.Math.sin(d),Tt=tt-e.g/2,St=ct-e.f/2,Cu(e,Tt),_u(e,St),A=t.a.Eg(e),W=2*b.Math.acos(n/n+t.c),W<s-r?(j=W/A,h=(r+s-W)/2):(j=(s-r)/A,h=r),U=n3(e),t.e&&(t.e.Fg(t.d),t.e.Gg(U)),k=new J(U);k.a<k.c.c.length;)m=u(et(k),27),T=t.a.Eg(m),dkt(t,m,n+t.c,h,h+j*T,o),h+=j*T}function O8n(t,e,n){var r;switch(r=n.q.getMonth(),e){case 5:ni(t,ot(st(Ne,1),le,2,6,["J","F","M","A","M","J","J","A","S","O","N","D"])[r]);break;case 4:ni(t,ot(st(Ne,1),le,2,6,[Pct,Nct,Fct,Bct,xk,Rct,jct,$ct,zct,qct,Hct,Vct])[r]);break;case 3:ni(t,ot(st(Ne,1),le,2,6,["Jan","Feb","Mar","Apr",xk,"Jun","Jul","Aug","Sep","Oct","Nov","Dec"])[r]);break;default:A0(t,r+1,e)}}function P8n(t,e,n,r){var s,o,h,d,m,k,T,A,N;for(m=new se(n,r),ra(m,u(K(e,(Mb(),gA)),8)),N=new J(e.e);N.a<N.c.c.length;)A=u(et(N),153),Ei(A.d,m),pe(t.e,A);for(d=new J(e.c);d.a<d.c.c.length;){for(h=u(et(d),289),o=new J(h.a);o.a<o.c.c.length;)s=u(et(o),250),Ei(s.d,m);pe(t.c,h)}for(T=new J(e.d);T.a<T.c.c.length;)k=u(et(T),453),Ei(k.d,m),pe(t.d,k)}function gkt(t,e){var n,r,s,o,h,d,m,k;for(m=new J(e.j);m.a<m.c.c.length;)for(d=u(et(m),12),s=new Z1(d.b);cc(s.a)||cc(s.b);)r=u(cc(s.a)?et(s.a):et(s.b),18),n=r.c==d?r.d:r.c,o=n.i,e!=o&&(k=u(K(r,(Me(),IT)),17).a,k<0&&(k=0),h=o.p,t.b[h]==0&&(r.d==n?(t.a[h]-=k+1,t.a[h]<=0&&t.c[h]>0&&Zr(t.f,o)):(t.c[h]-=k+1,t.c[h]<=0&&t.a[h]>0&&Zr(t.e,o))))}function E0e(t,e,n,r){var s,o,h,d,m,k,T;for(m=new se(n,r),ra(m,u(K(e,(zi(),RT)),8)),T=_r(e.b,0);T.b!=T.d.c;)k=u(Tr(T),39),Ei(k.e,m),Zr(t.b,k);for(d=u(tc(Vyt(new ln(null,new gn(e.a,16))),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15).Kc();d.Ob();){for(h=u(d.Pb(),65),o=_r(h.a,0);o.b!=o.d.c;)s=u(Tr(o),8),s.a+=m.a,s.b+=m.b;Zr(t.a,h)}}function pkt(t,e){var n,r,s,o;if(0<(At(t,16)?u(t,16).gc():mg(t.Kc()))){if(s=e,1<s){for(--s,o=new _Z,r=t.Kc();r.Ob();)n=u(r.Pb(),39),o=rh(ot(st(hh,1),Ln,20,0,[o,new hg(n)]));return pkt(o,s)}if(s<0){for(o=new SZ,r=t.Kc();r.Ob();)n=u(r.Pb(),39),o=rh(ot(st(hh,1),Ln,20,0,[o,new hg(n)]));if(0<(At(o,16)?u(o,16).gc():mg(o.Kc())))return pkt(o,s)}}return u(tz(t.Kc()),39)}function N8n(t,e,n){var r,s,o,h;for(n.Ug("Processor order nodes",2),t.b=Rt(Ht(K(e,(xc(),N1t)))),t.a=u(K(e,Mv),88),t.a==(Rs(),wd)&&(t.a=bd,Zt(e,Mv,t.a)),s=new Qi,h=_r(e.b,0);h.b!=h.d.c;)o=u(Tr(h),39),Ie(De(K(o,(zi(),i2))))&&fs(s,o,s.c.b,s.c);r=(cr(s.b!=0),u(s.a.a.c,39)),vge(t,r),n.fh(1),skt(t,r,0-Rt(Ht(K(r,(zi(),rK))))/2,0),n.fh(1),n.Vg()}function Dl(){Dl=V,KT=new N4("DEFAULT_MINIMUM_SIZE",0),PN=new N4("MINIMUM_SIZE_ACCOUNTS_FOR_PADDING",1),LK=new N4("COMPUTE_PADDING",2),fL=new N4("OUTSIDE_NODE_LABELS_OVERHANG",3),MK=new N4("PORTS_OVERHANG",4),IK=new N4("UNIFORM_PORT_SPACING",5),DK=new N4("SPACE_EFFICIENT_PORT_LABELS",6),jdt=new N4("FORCE_TABULAR_NODE_LABELS",7),ON=new N4("ASYMMETRICAL",8)}function nct(t,e){var n,r,s,o,h,d,m,k;if(e){if(n=(o=e.Dh(),o?nh(o).wi().si(o):null),n){for(Dp(t,e,n),s=e.Dh(),m=0,k=(s.i==null&&Kd(s),s.i).length;m<k;++m)d=(r=(s.i==null&&Kd(s),s.i),m>=0&&m<r.length?r[m]:null),d.rk()&&!d.sk()&&(At(d,331)?Own(t,u(d,35),e,n):(h=u(d,19),h.Bb&Pc&&Vvn(t,h,e,n)));e.Vh()&&u(n,54).ei(u(e,54)._h())}return n}else return null}function F8n(t,e,n){var r,s,o;if(!e.f)throw nt(new zn("Given leave edge is no tree edge."));if(n.f)throw nt(new zn("Given enter edge is a tree edge already."));for(e.f=!1,vmt(t.p,e),n.f=!0,qs(t.p,n),r=n.e.e-n.d.e-n.a,Not(t,n.e,e)||(r=-r),o=new J(t.e.a);o.a<o.c.c.length;)s=u(et(o),125),Not(t,s,e)||(s.e+=r);t.j=1,BC(t.c),g6t(t,u(et(new J(t.e.a)),125)),Lge(t)}function T0e(t,e,n,r){var s,o,h,d,m,k,T,A,N,j;if(S0n(t,e,n),o=e[n],j=r?(ve(),Gn):(ve(),Jn),Min(e.length,n,r)){for(s=e[r?n-1:n+1],_3t(t,s,r?(xo(),xu):(xo(),vl)),m=o,T=0,N=m.length;T<N;++T)h=m[T],Z5t(t,h,j);for(_3t(t,o,r?(xo(),vl):(xo(),xu)),d=s,k=0,A=d.length;k<A;++k)h=d[k],h.e||Z5t(t,h,lO(j))}else for(d=o,k=0,A=d.length;k<A;++k)h=d[k],Z5t(t,h,j);return!1}function B8n(t,e,n,r,s){var o,h,d,m,k,T,A;for(wn(),Ms(t,new Ptt),d=new _a(t,0),A=new ge,o=0;d.b<d.d.gc();)h=(cr(d.b<d.d.gc()),u(d.d.Xb(d.c=d.b++),163)),A.c.length!=0&&Zu(h)*Vl(h)>o*2?(T=new Dq(A),k=Zu(h)/Vl(h),m=Ect(T,e,new k6,n,r,s,k),Ei(y1(T.e),m),A.c.length=0,o=0,In(A.c,T),In(A.c,h),o=Zu(T)*Vl(T)+Zu(h)*Vl(h)):(In(A.c,h),o+=Zu(h)*Vl(h));return A}function C0e(t,e){var n,r,s,o,h,d;if(d=u(K(e,(Me(),ms)),101),d==(xa(),G0)||d==lu)for(s=new se(e.f.a+e.d.b+e.d.c,e.f.b+e.d.d+e.d.a).b,h=new J(t.a);h.a<h.c.c.length;)o=u(et(h),10),o.k==(Un(),Ds)&&(n=u(K(o,(ae(),_c)),64),!(n!=(ve(),Jn)&&n!=Gn)&&(r=Rt(Ht(K(o,yv))),d==G0&&(r*=s),o.n.b=r-u(K(o,Cv),8).b,Qq(o,!1,!0)))}function R8n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U;if(zl(t.e)){if(e!=n&&(s=u(t.g,124),j=s[n],h=j.Lk(),Dg(t.e,h))){for(U=Au(t.e.Dh(),h),m=-1,d=-1,r=0,k=0,A=e>n?e:n;k<=A;++k)k==n?d=r++:(o=s[k],T=U.am(o.Lk()),k==e&&(m=k==A&&!T?r-1:r),T&&++r);return N=u(nS(t,e,n),76),d!=m&&cE(t,new OI(t.e,7,h,fe(d),j.md(),m)),N}}else return u(Bot(t,e,n),76);return u(nS(t,e,n),76)}function j8n(t,e){var n,r,s,o,h,d,m;for(e.Ug("Port order processing",1),m=u(K(t,(Me(),JSt)),430),r=new J(t.b);r.a<r.c.c.length;)for(n=u(et(r),30),o=new J(n.a);o.a<o.c.c.length;)s=u(et(o),10),h=u(K(s,ms),101),d=s.j,h==(xa(),Nw)||h==G0||h==lu?(wn(),Ms(d,s_t)):h!=md&&h!=c2&&(wn(),Ms(d,c4e),Vwn(d),m==(zI(),w1t)&&Ms(d,o4e)),s.i=!0,h6t(s);e.Vg()}function $8n(t){var e,n,r,s,o,h,d,m;for(m=new Er,e=new Ont,h=t.Kc();h.Ob();)s=u(h.Pb(),10),d=xm(ID(new B2,s),e),vu(m.f,s,d);for(o=t.Kc();o.Ob();)for(s=u(o.Pb(),10),r=new nr(ir(As(s).a.Kc(),new q));Sr(r);)n=u(lr(r),18),!ho(n)&&Hf(Of(If(Df(Pf(new Qh,b.Math.max(1,u(K(n,(Me(),ZSt)),17).a)),1),u(tr(m,n.c.i),125)),u(tr(m,n.d.i),125)));return e}function _0e(){_0e=V,ike=ri(new Fs,(Ha(),ou),(Ja(),VCt)),$At=ri(new Fs,Yc,YU),ake=tl(ri(new Fs,Yc,rG),Qo,nG),rke=tl(ri(ri(new Fs,Yc,jCt),ou,$Ct),Qo,zCt),oke=Ud(Ud(GC(tl(ri(new Fs,Wf,oG),Qo,aG),ou),sG),cG),ske=tl(new Fs,Qo,UCt),eke=tl(ri(ri(ri(new Fs,$0,QU),ou,ZU),ou,bT),Qo,JU),nke=tl(ri(ri(new Fs,ou,bT),ou,WU),Qo,KU)}function z8n(t,e,n,r,s,o){var h,d,m,k,T,A,N;for(k=Ace(e)-Ace(t),h=dfe(e,k),m=ku(0,0,0);k>=0&&(d=Omn(t,h),!(d&&(k<22?m.l|=1<<k:k<44?m.m|=1<<k-22:m.h|=1<<k-44,t.l==0&&t.m==0&&t.h==0)));)T=h.m,A=h.h,N=h.l,h.h=A>>>1,h.m=T>>>1|(A&1)<<21,h.l=N>>>1|(T&1)<<21,--k;return n&&gat(m),o&&(r?(Wb=c7(t),s&&(Wb=uce(Wb,(UE(),WTt)))):Wb=ku(t.l,t.m,t.h)),m}function q8n(t,e){var n,r,s,o,h,d,m,k,T,A;for(k=t.e[e.c.p][e.p]+1,m=e.c.a.c.length+1,d=new J(t.a);d.a<d.c.c.length;){for(h=u(et(d),12),A=0,o=0,s=C0(rh(ot(st(hh,1),Ln,20,0,[new oE(h),new v6(h)])));Sr(s);)r=u(lr(s),12),r.i.c==e.c&&(A+=kin(t,r.i)+1,++o);n=A/o,T=h.j,T==(ve(),Jn)?n<k?t.f[h.p]=t.c-n:t.f[h.p]=t.b+(m-n):T==Gn&&(n<k?t.f[h.p]=t.b+n:t.f[h.p]=t.c-(m-n))}}function oh(t,e,n){var r,s,o,h,d;if(t==null)throw nt(new Nd(Hu));for(o=t.length,h=o>0&&(qn(0,t.length),t.charCodeAt(0)==45||(qn(0,t.length),t.charCodeAt(0)==43))?1:0,r=h;r<o;r++)if(sle((qn(r,t.length),t.charCodeAt(r)))==-1)throw nt(new Nd(sv+t+'"'));if(d=parseInt(t,10),s=d<e,isNaN(d))throw nt(new Nd(sv+t+'"'));if(s||d>n)throw nt(new Nd(sv+t+'"'));return d}function H8n(t){var e,n,r,s,o,h,d;for(h=new Qi,o=new J(t.a);o.a<o.c.c.length;)s=u(et(o),118),Q(s,s.f.c.length),it(s,s.k.c.length),s.i==0&&(s.o=0,fs(h,s,h.c.b,h.c));for(;h.b!=0;)for(s=u(h.b==0?null:(cr(h.b!=0),Lh(h,h.a.a)),118),r=s.o+1,n=new J(s.f);n.a<n.c.c.length;)e=u(et(n),132),d=e.a,lt(d,b.Math.max(d.o,r)),it(d,d.i-1),d.i==0&&fs(h,d,h.c.b,h.c)}function V8n(t){var e,n,r,s,o,h,d,m;for(h=new J(t);h.a<h.c.c.length;){for(o=u(et(h),74),r=Xo(u(Lt((!o.b&&(o.b=new En(gr,o,4,7)),o.b),0),84)),d=r.i,m=r.j,s=u(Lt((!o.a&&(o.a=new Jt(Ji,o,6,6)),o.a),0),166),QD(s,s.j+d,s.k+m),XD(s,s.b+d,s.c+m),n=new Zn((!s.a&&(s.a=new Ns(bh,s,5)),s.a));n.e!=n.i.gc();)e=u(sr(n),377),qrt(e,e.a+d,e.b+m);k4t(u(ne(o,(si(),Dv)),75),d,m)}}function F7(t){var e;switch(t){case 100:return v5(oA,!0);case 68:return v5(oA,!1);case 119:return v5(sht,!0);case 87:return v5(sht,!1);case 115:return v5(aht,!0);case 83:return v5(aht,!1);case 99:return v5(oht,!0);case 67:return v5(oht,!1);case 105:return v5(cht,!0);case 73:return v5(cht,!1);default:throw nt(new oc((e=t,ive+e.toString(16))))}}function U8n(t){var e,n,r,s,o;switch(s=u(Oe(t.a,0),10),e=new Lg(t),pe(t.a,e),e.o.a=b.Math.max(1,s.o.a),e.o.b=b.Math.max(1,s.o.b),e.n.a=s.n.a,e.n.b=s.n.b,u(K(s,(ae(),_c)),64).g){case 4:e.n.a+=2;break;case 1:e.n.b+=2;break;case 2:e.n.a-=2;break;case 3:e.n.b-=2}return r=new Kc,uc(r,e),n=new Pm,o=u(Oe(s.j,0),12),Ya(n,o),ya(n,r),Ei(y1(r.n),o.n),Ei(y1(r.a),o.a),e}function S0e(t,e,n,r,s){n&&(!r||(t.c-t.b&t.a.length-1)>1)&&e==1&&u(t.a[t.b],10).k==(Un(),qc)?mk(u(t.a[t.b],10),(ah(),V0)):r&&(!n||(t.c-t.b&t.a.length-1)>1)&&e==1&&u(t.a[t.c-1&t.a.length-1],10).k==(Un(),qc)?mk(u(t.a[t.c-1&t.a.length-1],10),(ah(),a2)):(t.c-t.b&t.a.length-1)==2?(mk(u(K_(t),10),(ah(),V0)),mk(u(K_(t),10),a2)):mxn(t,s),l3t(t)}function G8n(t,e,n){var r,s,o,h,d;for(o=0,s=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));s.e!=s.i.gc();)r=u(sr(s),27),h="",(!r.n&&(r.n=new Jt(Oo,r,1,7)),r.n).i==0||(h=u(Lt((!r.n&&(r.n=new Jt(Oo,r,1,7)),r.n),0),135).a),d=new pat(o++,e,h),Yo(d,r),Zt(d,(zi(),qA),r),d.e.b=r.j+r.f/2,d.f.a=b.Math.max(r.g,1),d.e.a=r.i+r.g/2,d.f.b=b.Math.max(r.f,1),Zr(e.b,d),vu(n.f,r,d)}function K8n(t){var e,n,r,s,o;r=u(K(t,(ae(),Di)),27),o=u(ne(r,(Me(),Sw)),181).Hc((Kl(),Fw)),t.e||(s=u(K(t,uu),21),e=new se(t.f.a+t.d.b+t.d.c,t.f.b+t.d.d+t.d.a),s.Hc((ko(),zh))?(Oi(r,ms,(xa(),lu)),nv(r,e.a,e.b,!1,!0)):Ie(De(ne(r,t1t)))||nv(r,e.a,e.b,!0,!0)),o?Oi(r,Sw,Ze(Fw)):Oi(r,Sw,(n=u(m1(hL),9),new Eh(n,u(Ff(n,n.length),9),0)))}function bkt(t,e,n){var r,s,o,h;if(e[0]>=t.length)return n.o=0,!0;switch(qa(t,e[0])){case 43:s=1;break;case 45:s=-1;break;default:return n.o=0,!0}if(++e[0],o=e[0],h=qH(t,e),h==0&&e[0]==o)return!1;if(e[0]<t.length&&qa(t,e[0])==58){if(r=h*60,++e[0],o=e[0],h=qH(t,e),h==0&&e[0]==o)return!1;r+=h}else r=h,r<24&&e[0]-o<=2?r*=60:r=r%100+(r/100|0)*60;return r*=s,n.o=-r,!0}function W8n(t){var e,n,r,s,o,h,d,m,k;for(h=new ge,r=new nr(ir(As(t.b).a.Kc(),new q));Sr(r);)n=u(lr(r),18),ho(n)&&pe(h,new Kie(n,Mse(t,n.c),Mse(t,n.d)));for(k=(o=new li(t.e).a.vc().Kc(),new qi(o));k.a.Ob();)d=(e=u(k.a.Pb(),44),u(e.md(),113)),d.d.p=0;for(m=(s=new li(t.e).a.vc().Kc(),new qi(s));m.a.Ob();)d=(e=u(m.a.Pb(),44),u(e.md(),113)),d.d.p==0&&pe(t.d,S8n(t,d))}function Y8n(t){var e,n,r,s,o,h,d;for(o=Y1(t),s=new Zn((!t.e&&(t.e=new En(Cs,t,7,4)),t.e));s.e!=s.i.gc();)if(r=u(sr(s),74),d=Xo(u(Lt((!r.c&&(r.c=new En(gr,r,5,8)),r.c),0),84)),!qy(d,o))return!0;for(n=new Zn((!t.d&&(t.d=new En(Cs,t,8,5)),t.d));n.e!=n.i.gc();)if(e=u(sr(n),74),h=Xo(u(Lt((!e.b&&(e.b=new En(gr,e,4,7)),e.b),0),84)),!qy(h,o))return!0;return!1}function X8n(t,e){var n,r,s,o,h,d,m,k,T;for(h=new J(e.b);h.a<h.c.c.length;)for(o=u(et(h),30),k=new J(o.a);k.a<k.c.c.length;){for(m=u(et(k),10),T=new ge,d=0,r=new nr(ir(ca(m).a.Kc(),new q));Sr(r);)n=u(lr(r),18),!(ho(n)||!ho(n)&&n.c.i.c==n.d.i.c)&&(s=u(K(n,(Me(),Gk)),17).a,s>d&&(d=s,T.c.length=0),s==d&&pe(T,new Ys(n.c.i,n)));wn(),Ms(T,t.c),Cm(t.b,m.p,T)}}function Q8n(t,e){var n,r,s,o,h,d,m,k,T;for(h=new J(e.b);h.a<h.c.c.length;)for(o=u(et(h),30),k=new J(o.a);k.a<k.c.c.length;){for(m=u(et(k),10),T=new ge,d=0,r=new nr(ir(As(m).a.Kc(),new q));Sr(r);)n=u(lr(r),18),!(ho(n)||!ho(n)&&n.c.i.c==n.d.i.c)&&(s=u(K(n,(Me(),Gk)),17).a,s>d&&(d=s,T.c.length=0),s==d&&pe(T,new Ys(n.d.i,n)));wn(),Ms(T,t.c),Cm(t.f,m.p,T)}}function J8n(t,e){var n,r,s,o,h,d,m,k;if(k=De(K(e,(xc(),qke))),k==null||(Wn(k),k)){for(E5n(t,e),s=new ge,m=_r(e.b,0);m.b!=m.d.c;)h=u(Tr(m),39),n=i6t(t,h,null),n&&(Yo(n,e),In(s.c,n));if(t.a=null,t.b=null,s.c.length>1)for(r=new J(s);r.a<r.c.c.length;)for(n=u(et(r),121),o=0,d=_r(n.b,0);d.b!=d.d.c;)h=u(Tr(d),39),h.g=o++;return s}return J1(ot(st(M_n,1),Pbe,121,0,[e]))}function Z8n(t){var e,n,r,s,o,h,d,m;for(m=new Xu,e=_r(t,0),d=null,n=u(Tr(e),8),s=u(Tr(e),8);e.b!=e.d.c;)d=n,n=s,s=u(Tr(e),8),o=Pae(ra(new se(d.a,d.b),n)),h=Pae(ra(new se(s.a,s.b),n)),r=10,r=b.Math.min(r,b.Math.abs(o.a+o.b)/2),r=b.Math.min(r,b.Math.abs(h.a+h.b)/2),o.a=dI(o.a)*r,o.b=dI(o.b)*r,h.a=dI(h.a)*r,h.b=dI(h.b)*r,Zr(m,Ei(o,n)),Zr(m,Ei(h,n));return m}function tEn(t,e,n){var r,s,o,h,d,m;if(n.Ug("Minimize Crossings "+t.a,1),r=e.b.c.length==0||!gE(Ai(new ln(null,new gn(e.b,16)),new Mf(new VM))).Bd((j2(),Nk)),m=e.b.c.length==1&&u(Oe(e.b,0),30).a.c.length==1,o=$t(K(e,(Me(),A3)))===$t((Cg(),Wp)),r||m&&!o){n.Vg();return}s=H6n(t,e),h=(d=u(Nh(s,0),219),d.c.kg()?d.c.eg()?new JVt(t):new ZVt(t):new QVt(t)),Dpn(s,h),ubn(t),n.Vg()}function ch(t,e,n,r){var s,o,h,d,m;return h=t.Ph(),m=t.Jh(),s=null,m?e&&!(Zot(t,e,n).Bb&fo)?(r=no(m.El(),t,r),t.di(null),s=e.Qh()):m=null:(h&&(m=h.Qh()),e&&(s=e.Qh())),m!=s&&m&&m.Il(t),d=t.Fh(),t.Bh(e,n),m!=s&&s&&s.Hl(t),t.vh()&&t.wh()&&(h&&d>=0&&d!=n&&(o=new la(t,1,d,h,null),r?r.nj(o):r=o),n>=0&&(o=new la(t,1,n,d==n?h:null,e),r?r.nj(o):r=o)),r}function A0e(t){var e,n,r;if(t.b==null){if(r=new hp,t.i!=null&&(Lo(r,t.i),r.a+=":"),t.f&256){for(t.f&256&&t.a!=null&&(bln(t.i)||(r.a+="//"),Lo(r,t.a)),t.d!=null&&(r.a+="/",Lo(r,t.d)),t.f&16&&(r.a+="/"),e=0,n=t.j.length;e<n;e++)e!=0&&(r.a+="/"),Lo(r,t.j[e]);t.g!=null&&(r.a+="?",Lo(r,t.g))}else Lo(r,t.a);t.e!=null&&(r.a+="#",Lo(r,t.e)),t.b=r.a}return t.b}function eEn(t,e){var n,r,s,o,h,d;for(s=new J(e.a);s.a<s.c.c.length;)r=u(et(s),10),o=K(r,(ae(),Di)),At(o,12)&&(h=u(o,12),d=G0e(e,r,h.o.a,h.o.b),h.n.a=d.a,h.n.b=d.b,Qs(h,u(K(r,_c),64)));n=new se(e.f.a+e.d.b+e.d.c,e.f.b+e.d.d+e.d.a),u(K(e,(ae(),uu)),21).Hc((ko(),zh))?(Zt(t,(Me(),ms),(xa(),lu)),u(K(Ia(t),uu),21).Fc(ST),Pge(t,n,!1)):Pge(t,n,!0)}function nEn(t,e,n,r,s){var o,h,d,m;o=new Lg(t),C(o,(Un(),cu)),Zt(o,(Me(),ms),(xa(),lu)),Zt(o,(ae(),Di),e.c.i),h=new Kc,Zt(h,Di,e.c),Qs(h,s),uc(h,o),Zt(e.c,ml,o),d=new Lg(t),C(d,cu),Zt(d,ms,lu),Zt(d,Di,e.d.i),m=new Kc,Zt(m,Di,e.d),Qs(m,s),uc(m,d),Zt(e.d,ml,d),Ya(e,h),ya(e,m),Fy(0,n.c.length),YC(n.c,0,o),In(r.c,d),Zt(o,TG,fe(1)),Zt(d,TG,fe(1))}function rEn(t,e,n,r){var s,o,h,d,m;if(m=qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15))),s=qr(Qa(P0,_0(qr(Qa(n==null?0:Hi(n),N0)),15))),d=H_(t,e,m),h=q_(t,n,s),d&&s==d.a&&zd(n,d.g))return n;if(h&&!r)throw nt(new zn("key already present: "+n));return d&&f5(t,d),h&&f5(t,h),o=new $z(n,s,e,m),AO(t,o,h),h&&(h.e=null,h.c=null),d&&(d.e=null,d.c=null),Ehe(t),d?d.g:null}function L0e(t,e,n){var r,s,o,h,d;for(o=0;o<e;o++){for(r=0,d=o+1;d<e;d++)r=Xa(Xa(Qa(ia(t[o],Eo),ia(t[d],Eo)),ia(n[o+d],Eo)),ia(qr(r),Eo)),n[o+d]=qr(r),r=Eb(r,32);n[o+e]=qr(r)}for(pgn(n,n,e<<1),r=0,s=0,h=0;s<e;++s,h++)r=Xa(Xa(Qa(ia(t[s],Eo),ia(t[s],Eo)),ia(n[h],Eo)),ia(qr(r),Eo)),n[h]=qr(r),r=Eb(r,32),++h,r=Xa(r,ia(n[h],Eo)),n[h]=qr(r),r=Eb(r,32);return n}function M0e(t,e,n){var r,s,o,h,d,m,k,T;if(!$E(e)){for(m=Rt(Ht(Wy(n.c,(Me(),LA)))),k=u(Wy(n.c,eN),140),!k&&(k=new OC),r=n.a,s=null,d=e.Kc();d.Ob();)h=u(d.Pb(),12),T=0,s?(T=m,T+=s.o.b):T=k.d,o=xm(ID(new B2,h),t.f),di(t.k,h,o),Hf(Of(If(Df(Pf(new Qh,0),Xs(b.Math.ceil(T))),r),o)),s=h,r=o;Hf(Of(If(Df(Pf(new Qh,0),Xs(b.Math.ceil(k.a+s.o.b))),r),n.d))}}function iEn(t,e,n,r,s,o,h,d){var m,k,T,A,N,j;return j=!1,N=o-n.s,T=n.t-e.f+(k=SS(n,N,!1),k.a),r.g+d>N?!1:(A=(m=SS(r,N,!1),m.a),T+d+A<=e.b&&(PI(n,o-n.s),n.c=!0,PI(r,o-n.s),bO(r,n.s,n.t+n.d+d),r.k=!0,C4t(n.q,r),j=!0,s&&(Fq(e,r),r.j=e,t.c.length>h&&(vO((mn(h,t.c.length),u(t.c[h],186)),r),(mn(h,t.c.length),u(t.c[h],186)).a.c.length==0&&xp(t,h)))),j)}function sEn(t,e){var n,r,s,o,h,d;if(e.Ug("Partition midprocessing",1),s=new Nm,xs(Ai(new ln(null,new gn(t.a,16)),new xQ),new xVt(s)),s.d!=0){for(d=u(tc(Kyt((o=s.i,new ln(null,(o||(s.i=new U4(s,s.c))).Nc()))),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),r=d.Kc(),n=u(r.Pb(),17);r.Ob();)h=u(r.Pb(),17),Qxn(u(Mi(s,n),21),u(Mi(s,h),21)),n=h;e.Vg()}}function D0e(t,e,n){var r,s,o,h,d,m,k,T;if(e.p==0){for(e.p=1,h=n,h||(s=new ge,o=(r=u(m1(go),9),new Eh(r,u(Ff(r,r.length),9),0)),h=new Ys(s,o)),u(h.a,15).Fc(e),e.k==(Un(),Ds)&&u(h.b,21).Fc(u(K(e,(ae(),_c)),64)),m=new J(e.j);m.a<m.c.c.length;)for(d=u(et(m),12),T=C0(rh(ot(st(hh,1),Ln,20,0,[new oE(d),new v6(d)])));Sr(T);)k=u(lr(T),12),D0e(t,k.i,h);return h}return null}function ES(t,e){var n,r,s,o,h;if(t.Ab){if(t.Ab){if(h=t.Ab.i,h>0){if(s=u(t.Ab.g,2033),e==null){for(o=0;o<h;++o)if(n=s[o],n.d==null)return n}else for(o=0;o<h;++o)if(n=s[o],hn(e,n.d))return n}}else if(e==null){for(r=new Zn(t.Ab);r.e!=r.i.gc();)if(n=u(sr(r),598),n.d==null)return n}else for(r=new Zn(t.Ab);r.e!=r.i.gc();)if(n=u(sr(r),598),hn(e,n.d))return n}return null}function aEn(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;j=m1n(t,D4t(e),s),p4t(j,wg(s,n0)),E=null,U=s,W=P_(U,Mwe),tt=new QUt(j),b3n(tt.a,W),ct=P_(U,"endPoint"),Tt=new eGt(j),p3n(Tt.a,ct),St=Rm(U,aU),Bt=new iGt(j),ryn(Bt.a,St),A=wg(s,dTt),o=new MXt(t,j),qsn(o.a,o.b,A),N=wg(s,fTt),h=new DXt(t,j),Hsn(h.a,h.b,N),k=Rm(s,pTt),d=new IXt(n,j),jmn(d.b,d.a,k),T=Rm(s,gTt),m=new OXt(r,j),$mn(m.b,m.a,T)}function wkt(t,e,n){var r,s,o,h,d;switch(d=null,e.g){case 1:for(s=new J(t.j);s.a<s.c.c.length;)if(r=u(et(s),12),Ie(De(K(r,(ae(),Rft)))))return r;d=new Kc,Zt(d,(ae(),Rft),(Nn(),!0));break;case 2:for(h=new J(t.j);h.a<h.c.c.length;)if(o=u(et(h),12),Ie(De(K(o,(ae(),$ft)))))return o;d=new Kc,Zt(d,(ae(),$ft),(Nn(),!0))}return d&&(uc(d,t),Qs(d,n),qwn(d.n,t.o,n)),d}function I0e(t,e){var n,r,s,o,h,d;for(d=-1,h=new Qi,r=new Z1(t.b);cc(r.a)||cc(r.b);){for(n=u(cc(r.a)?et(r.a):et(r.b),18),d=b.Math.max(d,Rt(Ht(K(n,(Me(),zp))))),n.c==t?xs(Ai(new ln(null,new gn(n.b,16)),new JX),new oVt(h)):xs(Ai(new ln(null,new gn(n.b,16)),new ZX),new cVt(h)),o=_r(h,0);o.b!=o.d.c;)s=u(Tr(o),72),Ui(s,(ae(),zk))||Zt(s,zk,n);Hs(e,h),Zl(h)}return d}function tv(t,e,n,r,s){var o,h,d,m,k;d=s?r.b:r.a,!v1(t.a,r)&&(k=d>n.s&&d<n.c,m=!1,n.e.b!=0&&n.j.b!=0&&(m=m|(b.Math.abs(d-Rt(Ht(EE(n.e))))<Jd&&b.Math.abs(d-Rt(Ht(EE(n.j))))<Jd),m=m|(b.Math.abs(d-Rt(Ht(Nf(n.e))))<Jd&&b.Math.abs(d-Rt(Ht(Nf(n.j))))<Jd)),(k||m)&&(h=u(K(e,(Me(),qo)),75),h||(h=new Xu,Zt(e,qo,h)),o=new eo(r),fs(h,o,h.c.b,h.c),qs(t.a,o)))}function oEn(t,e,n,r){var s,o,h,d,m,k,T;if(o5n(t,e,n,r))return!0;for(h=new J(e.f);h.a<h.c.c.length;){switch(o=u(et(h),334),d=!1,m=t.j-e.j+n,k=m+e.o,T=t.k-e.k+r,s=T+e.p,o.a.g){case 0:d=vat(t,m+o.b.a,0,m+o.c.a,T-1);break;case 1:d=vat(t,k,T+o.b.a,t.o-1,T+o.c.a);break;case 2:d=vat(t,m+o.b.a,s,m+o.c.a,t.p-1);break;default:d=vat(t,0,T+o.b.a,m-1,T+o.c.a)}if(d)return!0}return!1}function cEn(t,e,n){var r,s,o,h,d,m,k,T,A;for(n.Ug("Processor set coordinates",1),t.a=e.b.b==0?1:e.b.b,k=null,r=_r(e.b,0);!k&&r.b!=r.d.c;)A=u(Tr(r),39),Ie(De(K(A,(zi(),i2))))&&(k=A,m=A.e,m.a=u(K(A,uN),17).a,m.b=u(K(A,lN),17).a);d=uat(k),T=1;do d=l3n((s=d,n.eh(T),s)),T=d.b/t.a|0;while(d.b!=0);for(h=_r(e.b,0);h.b!=h.d.c;)o=u(Tr(h),39),ra(o.e,new se(o.f.a/2,o.f.b/2));n.Vg()}function uEn(t,e,n){var r,s,o,h,d,m,k,T;for(n.Ug(T2e,1),dl(t.b),dl(t.a),d=null,o=_r(e.b,0);!d&&o.b!=o.d.c;)k=u(Tr(o),39),Ie(De(K(k,(zi(),i2))))&&(d=k);for(m=new Qi,fs(m,d,m.c.b,m.c),cpe(t,m),T=_r(e.b,0);T.b!=T.d.c;)k=u(Tr(T),39),h=Gr(K(k,(zi(),zA))),s=eu(t.b,h)!=null?u(eu(t.b,h),17).a:0,Zt(k,L1t,fe(s)),r=1+(eu(t.a,h)!=null?u(eu(t.a,h),17).a:0),Zt(k,eLt,fe(r));n.Vg()}function O0e(t){bm(t,new ow(dm(lm(fm(hm(new cg,lv),"ELK Box"),"Algorithm for packing of unconnected boxes, i.e. graphs without edges."),new OR))),he(t,lv,av,JMt),he(t,lv,h3,15),he(t,lv,cP,fe(0)),he(t,lv,J7t,_e(YMt)),he(t,lv,T5,_e(NEe)),he(t,lv,Ak,_e(FEe)),he(t,lv,Sk,K2e),he(t,lv,jS,_e(XMt)),he(t,lv,Lk,_e(QMt)),he(t,lv,Z7t,_e(ydt)),he(t,lv,GV,_e(PEe))}function P0e(t,e){var n,r,s,o,h,d,m,k,T;if(s=t.i,h=s.o.a,o=s.o.b,h<=0&&o<=0)return ve(),gc;switch(k=t.n.a,T=t.n.b,d=t.o.a,n=t.o.b,e.g){case 2:case 1:if(k<0)return ve(),Gn;if(k+d>h)return ve(),Jn;break;case 4:case 3:if(T<0)return ve(),Hn;if(T+n>o)return ve(),vr}return m=(k+d/2)/h,r=(T+n/2)/o,m+r<=1&&m-r<=0?(ve(),Gn):m+r>=1&&m-r>=0?(ve(),Jn):r<.5?(ve(),Hn):(ve(),vr)}function lEn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W;for(n=!1,T=Rt(Ht(K(e,(Me(),Sv)))),U=qb*T,s=new J(e.b);s.a<s.c.c.length;)for(r=u(et(s),30),k=new J(r.a),o=u(et(k),10),A=syt(t.a[o.p]);k.a<k.c.c.length;)d=u(et(k),10),N=syt(t.a[d.p]),A!=N&&(j=q4(t.b,o,d),h=o.n.b+o.o.b+o.d.a+A.a+j,m=d.n.b-d.d.d+N.a,h>m+U&&(W=A.g+N.g,N.a=(N.g*N.a+A.g*A.a)/W,N.g=W,A.f=N,n=!0)),o=d,A=N;return n}function N0e(t,e,n,r,s,o,h){var d,m,k,T,A,N;for(N=new P6,k=e.Kc();k.Ob();)for(d=u(k.Pb(),853),A=new J(d.Rf());A.a<A.c.c.length;)T=u(et(A),187),$t(T.of((si(),Cdt)))===$t((nd(),VT))&&(d0e(N,T,!1,r,s,o,h),gS(t,N));for(m=n.Kc();m.Ob();)for(d=u(m.Pb(),853),A=new J(d.Rf());A.a<A.c.c.length;)T=u(et(A),187),$t(T.of((si(),Cdt)))===$t((nd(),$3))&&(d0e(N,T,!0,r,s,o,h),gS(t,N))}function hEn(t,e,n){var r,s,o,h,d,m,k;for(h=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));h.e!=h.i.gc();)for(o=u(sr(h),27),s=new nr(ir(Mg(o).a.Kc(),new q));Sr(s);)r=u(lr(s),74),!bS(r)&&!bS(r)&&!Jm(r)&&(m=u(Uo(yo(n.f,o)),39),k=u(tr(n,Xo(u(Lt((!r.c&&(r.c=new En(gr,r,5,8)),r.c),0),84))),39),m&&k&&(d=new Pyt(m,k),Zt(d,(zi(),qA),r),Yo(d,r),Zr(m.d,d),Zr(k.b,d),Zr(e.a,d)))}function fEn(t,e){var n,r,s,o,h,d,m,k;for(m=u(u(Mi(t.r,e),21),87).Kc();m.Ob();)d=u(m.Pb(),117),s=d.c?tte(d.c):0,s>0?d.a?(k=d.b.Mf().b,s>k&&(t.v||d.c.d.c.length==1?(h=(s-k)/2,d.d.d=h,d.d.a=h):(n=u(Oe(d.c.d,0),187).Mf().b,r=(n-k)/2,d.d.d=b.Math.max(0,r),d.d.a=s-r-k))):d.d.a=t.t+s:k_(t.u)&&(o=$xt(d.b),o.d<0&&(d.d.d=-o.d),o.d+o.a>d.b.Mf().b&&(d.d.a=o.d+o.a-d.b.Mf().b))}function Vf(){Vf=V,Fk=new Ta((si(),TN),fe(1)),qU=new Ta(Pw,80),g3e=new Ta(ADt,5),i3e=new Ta(nx,Q7),f3e=new Ta(Pdt,fe(1)),d3e=new Ta(Ndt,(Nn(),!0)),eCt=new ym(50),l3e=new Ta(Kp,eCt),J9t=kN,nCt=nL,s3e=new Ta(Tdt,!1),tCt=EN,c3e=R3,u3e=s2,o3e=Ow,a3e=ax,h3e=j3,Z9t=(Xxt(),Qye),Kht=e3e,zU=Xye,Ght=Jye,rCt=t3e,w3e=rL,m3e=_K,b3e=CN,p3e=CK,iCt=(ok(),q3),new Ta(Qk,iCt)}function dEn(t,e){var n;switch(qI(t)){case 6:return pa(e);case 7:return Cy(e);case 8:return Ty(e);case 3:return Array.isArray(e)&&(n=qI(e),!(n>=14&&n<=16));case 11:return e!=null&&typeof e===Sct;case 12:return e!=null&&(typeof e===KO||typeof e==Sct);case 0:return Jat(e,t.__elementTypeId$);case 2:return Iit(e)&&e.Tm!==Et;case 1:return Iit(e)&&e.Tm!==Et||Jat(e,t.__elementTypeId$);default:return!0}}function F0e(t,e){var n,r,s,o;return r=b.Math.min(b.Math.abs(t.c-(e.c+e.b)),b.Math.abs(t.c+t.b-e.c)),o=b.Math.min(b.Math.abs(t.d-(e.d+e.a)),b.Math.abs(t.d+t.a-e.d)),n=b.Math.abs(t.c+t.b/2-(e.c+e.b/2)),n>t.b/2+e.b/2||(s=b.Math.abs(t.d+t.a/2-(e.d+e.a/2)),s>t.a/2+e.a/2)?1:n==0&&s==0?0:n==0?o/s+1:s==0?r/n+1:b.Math.min(r/n,o/s)+1}function gEn(t,e){var n,r,s,o,h,d,m;for(o=0,d=0,m=0,s=new J(t.f.e);s.a<s.c.c.length;)r=u(et(s),153),e!=r&&(h=t.i[e.a][r.a],o+=h,n=Lb(e.d,r.d),n>0&&t.d!=(R_(),Xht)&&(d+=h*(r.d.a+t.a[e.a][r.a]*(e.d.a-r.d.a)/n)),n>0&&t.d!=(R_(),Wht)&&(m+=h*(r.d.b+t.a[e.a][r.a]*(e.d.b-r.d.b)/n)));switch(t.d.g){case 1:return new se(d/o,e.d.b);case 2:return new se(e.d.a,m/o);default:return new se(d/o,m/o)}}function B0e(t){var e,n,r,s,o,h;for(n=(!t.a&&(t.a=new Ns(bh,t,5)),t.a).i+2,h=new bu(n),pe(h,new se(t.j,t.k)),xs(new ln(null,(!t.a&&(t.a=new Ns(bh,t,5)),new gn(t.a,16))),new KUt(h)),pe(h,new se(t.b,t.c)),e=1;e<h.c.length-1;)r=(mn(e-1,h.c.length),u(h.c[e-1],8)),s=(mn(e,h.c.length),u(h.c[e],8)),o=(mn(e+1,h.c.length),u(h.c[e+1],8)),r.a==s.a&&s.a==o.a||r.b==s.b&&s.b==o.b?xp(h,e):++e;return h}function R0e(t,e){h7();var n,r,s,o,h;if(h=u(K(t.i,(Me(),ms)),101),o=t.j.g-e.j.g,o!=0||!(h==(xa(),Nw)||h==G0||h==lu))return 0;if(h==(xa(),Nw)&&(n=u(K(t,qp),17),r=u(K(e,qp),17),n&&r&&(s=n.a-r.a,s!=0)))return s;switch(t.j.g){case 1:return ji(t.n.a,e.n.a);case 2:return ji(t.n.b,e.n.b);case 3:return ji(e.n.a,t.n.a);case 4:return ji(e.n.b,t.n.b);default:throw nt(new Fo($8t))}}function j0e(t,e){var n,r,s,o,h,d,m;for(n=fJt(vYt(wYt(mYt(new O2t,e),new Yz(e.e)),h4e),t.a),e.j.c.length==0||Gse(u(Oe(e.j,0),60).a,n),m=new Mnt,di(t.e,n,m),h=new Os,d=new Os,o=new J(e.k);o.a<o.c.c.length;)s=u(et(o),18),qs(h,s.c),qs(d,s.d);r=h.a.gc()-d.a.gc(),r<0?(tO(m,!0,(Rs(),Ho)),tO(m,!1,Jo)):r>0&&(tO(m,!1,(Rs(),Ho)),tO(m,!0,Jo)),Tu(e.g,new XYt(t,n)),di(t.g,e,n)}function $0e(){$0e=V;var t;for(n9t=ot(st(Or,1),ii,28,15,[-1,-1,30,19,15,13,11,11,10,9,9,8,8,8,8,7,7,7,7,7,7,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,5]),kht=Vt(Or,ii,28,37,15,1),Ave=ot(st(Or,1),ii,28,15,[-1,-1,63,40,32,28,25,23,21,20,19,19,18,18,17,17,16,16,16,15,15,15,15,14,14,14,14,14,14,13,13,13,13,13,13,13,13]),r9t=Vt(b2,tut,28,37,14,1),t=2;t<=36;t++)kht[t]=Xs(b.Math.pow(t,n9t[t])),r9t[t]=xO(QO,kht[t])}function pEn(t){var e;if((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a).i!=1)throw nt(new zn(gwe+(!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a).i));return e=new Xu,JI(u(Lt((!t.b&&(t.b=new En(gr,t,4,7)),t.b),0),84))&&Aa(e,Ape(t,JI(u(Lt((!t.b&&(t.b=new En(gr,t,4,7)),t.b),0),84)),!1)),JI(u(Lt((!t.c&&(t.c=new En(gr,t,5,8)),t.c),0),84))&&Aa(e,Ape(t,JI(u(Lt((!t.c&&(t.c=new En(gr,t,5,8)),t.c),0),84)),!0)),e}function z0e(t,e){var n,r,s,o,h;for(e.d?s=t.a.c==(qd(),Lv)?ca(e.b):As(e.b):s=t.a.c==(qd(),Vp)?ca(e.b):As(e.b),o=!1,r=new nr(ir(s.a.Kc(),new q));Sr(r);)if(n=u(lr(r),18),h=Ie(t.a.f[t.a.g[e.b.p].p]),!(!h&&!ho(n)&&n.c.i.c==n.d.i.c)&&!(Ie(t.a.n[t.a.g[e.b.p].p])||Ie(t.a.n[t.a.g[e.b.p].p]))&&(o=!0,v1(t.b,t.a.g[pmn(n,e.b).p])))return e.c=!0,e.a=n,e;return e.c=o,e.a=null,e}function mkt(t,e,n){var r,s,o,h,d,m,k;if(r=n.gc(),r==0)return!1;if(t.Pj())if(m=t.Qj(),A5t(t,e,n),h=r==1?t.Ij(3,null,n.Kc().Pb(),e,m):t.Ij(5,null,n,e,m),t.Mj()){for(d=r<100?null:new bb(r),o=e+r,s=e;s<o;++s)k=t.xj(s),d=t.Nj(k,d),d=d;d?(d.nj(h),d.oj()):t.Jj(h)}else t.Jj(h);else if(A5t(t,e,n),t.Mj()){for(d=r<100?null:new bb(r),o=e+r,s=e;s<o;++s)d=t.Nj(t.xj(s),d);d&&d.oj()}return!0}function q0e(t,e,n){var r,s,o,h,d;return t.Pj()?(s=null,o=t.Qj(),r=t.Ij(1,d=(h=t.Dj(e,t.Zi(e,n)),h),n,e,o),t.Mj()&&!(t.Yi()&&d?Ci(d,n):$t(d)===$t(n))&&(d&&(s=t.Oj(d,s)),s=t.Nj(n,s)),s?(s.nj(r),s.oj()):t.Jj(r),d):(d=(h=t.Dj(e,t.Zi(e,n)),h),t.Mj()&&!(t.Yi()&&d?Ci(d,n):$t(d)===$t(n))&&(s=null,d&&(s=t.Oj(d,null)),s=t.Nj(n,s),s&&s.oj()),d)}function vkt(t,e){var n,r,s,o,h,d,m,k,T;if(t.e=e,t.f=u(K(e,(Mb(),HU)),234),qyn(e),t.d=b.Math.max(e.e.c.length*16+e.c.c.length,256),!Ie(De(K(e,(Vf(),J9t)))))for(T=t.e.e.c.length,m=new J(e.e);m.a<m.c.c.length;)d=u(et(m),153),k=d.d,k.a=Yvt(t.f)*T,k.b=Yvt(t.f)*T;for(n=e.b,o=new J(e.c);o.a<o.c.c.length;)if(s=u(et(o),289),r=u(K(s,rCt),17).a,r>0){for(h=0;h<r;h++)pe(n,new eee(s));o1e(s)}}function H0e(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U;if(N=new Oy(t.Zg()),C1(e,bi,N),n&&!t.Xg().a.dc())for(T=new lg,C1(e,"logs",T),d=0,U=new Nr(t.Xg().b.Kc());U.b.Ob();)j=Gr(U.b.Pb()),A=new Oy(j),$y(T,d),pst(T,d,A),++d;if(r&&(k=new _C(t.Wg()),C1(e,"executionTime",k)),!t.Yg().a.dc())for(h=new lg,C1(e,qlt,h),d=0,o=new Nr(t.Yg().b.Kc());o.b.Ob();)s=u(o.b.Pb(),871),m=new T6,$y(h,d),pst(h,d,m),H0e(s,m,n,r),++d}function ykt(){ykt=V,rrt(),zTe=new Bet,ot(st(t8,2),le,381,0,[ot(st(t8,1),TU,600,0,[new SD(Wme)])]),ot(st(t8,2),le,381,0,[ot(st(t8,1),TU,600,0,[new SD(FTt)])]),ot(st(t8,2),le,381,0,[ot(st(t8,1),TU,600,0,[new SD(Yme)]),ot(st(t8,1),TU,600,0,[new SD(FTt)])]),new xb("-1"),ot(st(t8,2),le,381,0,[ot(st(t8,1),TU,600,0,[new SD("\\c+")])]),new xb("0"),new xb("0"),new xb("1"),new xb("0"),new xb(eve)}function bEn(t,e){var n,r,s,o,h,d,m,k,T,A;for(e.Ug("Hypernodes processing",1),s=new J(t.b);s.a<s.c.c.length;)for(r=u(et(s),30),d=new J(r.a);d.a<d.c.c.length;)if(h=u(et(d),10),Ie(De(K(h,(Me(),FG))))&&h.j.c.length<=2){for(A=0,T=0,n=0,o=0,k=new J(h.j);k.a<k.c.c.length;)switch(m=u(et(k),12),m.j.g){case 1:++A;break;case 2:++T;break;case 3:++n;break;case 4:++o}A==0&&n==0&&yCn(t,h,o<=T)}e.Vg()}function wEn(t,e,n,r,s){var o,h,d,m,k,T,A;for(h=new J(e);h.a<h.c.c.length;){if(o=u(et(h),18),m=o.c,n.a._b(m))k=(Fm(),r2);else if(r.a._b(m))k=(Fm(),X5);else throw nt(new zn("Source port must be in one of the port sets."));if(T=o.d,n.a._b(T))A=(Fm(),r2);else if(r.a._b(T))A=(Fm(),X5);else throw nt(new zn("Target port must be in one of the port sets."));d=new Rfe(o,k,A),di(t.b,o,d),In(s.c,d)}}function sV(t){var e,n;return t.c&&t.c.Vh()&&(n=u(t.c,54),t.c=u(Pb(t,n),142),t.c!=n&&(t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,9,2,n,t.c)),At(t.Cb,411)?t.Db>>16==-15&&t.Cb.Yh()&&Fst(new Dst(t.Cb,9,13,n,t.c,Ip(Al(u(t.Cb,62)),t))):At(t.Cb,90)&&t.Db>>16==-23&&t.Cb.Yh()&&(e=t.c,At(e,90)||(e=(bn(),mf)),At(n,90)||(n=(bn(),mf)),Fst(new Dst(t.Cb,9,10,n,e,Ip(Gc(u(t.Cb,29)),t)))))),t.c}function mEn(t,e,n){var r,s,o,h,d,m,k,T,A;for(n.Ug("Hyperedge merging",1),q5n(t,e),m=new _a(e.b,0);m.b<m.d.gc();)if(d=(cr(m.b<m.d.gc()),u(m.d.Xb(m.c=m.b++),30)),T=d.a,T.c.length!=0)for(r=null,s=null,o=null,h=null,k=0;k<T.c.length;k++)r=(mn(k,T.c.length),u(T.c[k],10)),s=r.k,s==(Un(),ha)&&h==ha&&(A=d7n(r,o),A.a&&(dkn(r,o,A.b,A.c),mn(k,T.c.length),dwt(T.c,k,1),--k,r=o,s=h)),o=r,h=s;n.Vg()}function V0e(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U;if(e==n)return!0;if(e=S6t(t,e),n=S6t(t,n),r=sot(e),r){if(T=sot(n),T!=r)return T?(m=r.mk(),U=T.mk(),m==U&&m!=null):!1;if(h=(!e.d&&(e.d=new Ns(So,e,1)),e.d),o=h.i,N=(!n.d&&(n.d=new Ns(So,n,1)),n.d),o==N.i){for(k=0;k<o;++k)if(s=u(Lt(h,k),89),A=u(Lt(N,k),89),!V0e(t,s,A))return!1}return!0}else return d=e.e,j=n.e,d==j}function U0e(t,e,n,r){var s,o,h,d,m,k,T,A;if(Dg(t.e,e)){for(A=Au(t.e.Dh(),e),o=u(t.g,124),T=null,m=-1,d=-1,s=0,k=0;k<t.i;++k)h=o[k],A.am(h.Lk())&&(s==n&&(m=k),s==r&&(d=k,T=h.md()),++s);if(m==-1)throw nt(new No(Ult+n+ww+s));if(d==-1)throw nt(new No(Glt+r+ww+s));return nS(t,m,d),zl(t.e)&&cE(t,Sb(t,7,e,fe(r),T,n,!0)),T}else throw nt(new zn("The feature must be many-valued to support move"))}function G0e(t,e,n,r){var s,o,h,d,m;switch(m=new eo(e.n),m.a+=e.o.a/2,m.b+=e.o.b/2,d=Rt(Ht(K(e,(Me(),M3)))),o=t.f,h=t.d,s=t.c,u(K(e,(ae(),_c)),64).g){case 1:m.a+=h.b+s.a-n/2,m.b=-r-d,e.n.b=-(h.d+d+s.b);break;case 2:m.a=o.a+h.b+h.c+d,m.b+=h.d+s.b-r/2,e.n.a=o.a+h.c+d-s.a;break;case 3:m.a+=h.b+s.a-n/2,m.b=o.b+h.d+h.a+d,e.n.b=o.b+h.a+d-s.b;break;case 4:m.a=-n-d,m.b+=h.d+s.b-r/2,e.n.a=-(h.b+d+s.a)}return m}function K0e(t){var e,n,r,s,o,h;return r=new o4t,Yo(r,t),$t(K(r,(Me(),fh)))===$t((Rs(),wd))&&Zt(r,fh,oH(r)),K(r,(wq(),QA))==null&&(h=u(afe(t),167),Zt(r,QA,Y$(h.of(QA)))),Zt(r,(ae(),Di),t),Zt(r,uu,(e=u(m1(Dft),9),new Eh(e,u(Ff(e,e.length),9),0))),s=w9n((es(t)&&(xy(),new my(es(t))),xy(),new Qrt(es(t)?new my(es(t)):null,t)),Jo),o=u(K(r,KSt),107),n=r.d,Tne(n,o),Tne(n,s),r}function vEn(t,e,n){var r,s;r=e.c.i,s=n.d.i,r.k==(Un(),ha)?(Zt(t,(ae(),I1),u(K(r,I1),12)),Zt(t,hf,u(K(r,hf),12)),Zt(t,C3,De(K(r,C3)))):r.k==qc?(Zt(t,(ae(),I1),u(K(r,I1),12)),Zt(t,hf,u(K(r,hf),12)),Zt(t,C3,(Nn(),!0))):s.k==qc?(Zt(t,(ae(),I1),u(K(s,I1),12)),Zt(t,hf,u(K(s,hf),12)),Zt(t,C3,(Nn(),!0))):(Zt(t,(ae(),I1),e.c),Zt(t,hf,n.d))}function yEn(t){var e,n,r,s,o,h,d;for(t.o=new V4,r=new Qi,h=new J(t.e.a);h.a<h.c.c.length;)o=u(et(h),125),n5(o).c.length==1&&fs(r,o,r.c.b,r.c);for(;r.b!=0;)o=u(r.b==0?null:(cr(r.b!=0),Lh(r,r.a.a)),125),n5(o).c.length!=0&&(e=u(Oe(n5(o),0),218),n=o.g.a.c.length>0,d=uH(e,o),Imt(n?d.b:d.g,e),n5(d).c.length==1&&fs(r,d,r.c.b,r.c),s=new Ys(o,e),Ab(t.o,s),$u(t.e.a,o))}function W0e(t,e){var n,r,s,o,h,d,m;return r=b.Math.abs(Fz(t.b).a-Fz(e.b).a),d=b.Math.abs(Fz(t.b).b-Fz(e.b).b),s=0,m=0,n=1,h=1,r>t.b.b/2+e.b.b/2&&(s=b.Math.min(b.Math.abs(t.b.c-(e.b.c+e.b.b)),b.Math.abs(t.b.c+t.b.b-e.b.c)),n=1-s/r),d>t.b.a/2+e.b.a/2&&(m=b.Math.min(b.Math.abs(t.b.d-(e.b.d+e.b.a)),b.Math.abs(t.b.d+t.b.a-e.b.d)),h=1-m/d),o=b.Math.min(n,h),(1-o)*b.Math.sqrt(r*r+d*d)}function xEn(t){var e,n,r,s;for(kct(t,t.e,t.f,(Fm(),r2),!0,t.c,t.i),kct(t,t.e,t.f,r2,!1,t.c,t.i),kct(t,t.e,t.f,X5,!0,t.c,t.i),kct(t,t.e,t.f,X5,!1,t.c,t.i),wEn(t,t.c,t.e,t.f,t.i),r=new _a(t.i,0);r.b<r.d.gc();)for(e=(cr(r.b<r.d.gc()),u(r.d.Xb(r.c=r.b++),131)),s=new _a(t.i,r.b);s.b<s.d.gc();)n=(cr(s.b<s.d.gc()),u(s.d.Xb(s.c=s.b++),131)),oTn(e,n);MCn(t.i,u(K(t.d,(ae(),Vk)),234)),VTn(t.i)}function rct(t,e){var n,r;if(e!=null){if(r=Qm(t),r)if(r.i&1){if(r==Fl)return Ty(e);if(r==Or)return At(e,17);if(r==Y3)return At(e,161);if(r==cl)return At(e,222);if(r==Uh)return At(e,180);if(r==wa)return Cy(e);if(r==gx)return At(e,191);if(r==b2)return At(e,168)}else return E$(),n=u(tr(qK,r),57),!n||n.fk(e);else if(At(e,58))return t.dl(u(e,58))}return!1}function xkt(){xkt=V;var t,e,n,r,s,o,h,d,m;for(xd=Vt(cl,A5,28,255,15,1),tb=Vt(Uh,Yd,28,64,15,1),e=0;e<255;e++)xd[e]=-1;for(n=90;n>=65;n--)xd[n]=n-65<<24>>24;for(r=122;r>=97;r--)xd[r]=r-97+26<<24>>24;for(s=57;s>=48;s--)xd[s]=s-48+52<<24>>24;for(xd[43]=62,xd[47]=63,o=0;o<=25;o++)tb[o]=65+o&js;for(h=26,m=0;h<=51;++h,m++)tb[h]=97+m&js;for(t=52,d=0;t<=61;++t,d++)tb[t]=48+d&js;tb[62]=43,tb[63]=47}function Y0e(t,e){var n,r,s,o,h,d;return s=y4t(t),d=y4t(e),s==d?t.e==e.e&&t.a<54&&e.a<54?t.f<e.f?-1:t.f>e.f?1:0:(r=t.e-e.e,n=(t.d>0?t.d:b.Math.floor((t.a-1)*nbe)+1)-(e.d>0?e.d:b.Math.floor((e.a-1)*nbe)+1),n>r+1?s:n<r-1?-s:(o=(!t.c&&(t.c=TI(Oc(t.f))),t.c),h=(!e.c&&(e.c=TI(Oc(e.f))),e.c),r<0?o=X4(o,age(-r)):r>0&&(h=X4(h,age(r))),ile(o,h))):s<d?-1:1}function kEn(t,e,n){var r,s,o,h,d,m,k,T;for(n.Ug(Fbe,1),t.vf(e),o=0;t.xf(o)&&!n.$g();){for(t.wf(),T=C0(rh(ot(st(hh,1),Ln,20,0,[e.e,e.d,e.b])));Sr(T);)for(m=u(lr(T),309),d=C0(rh(ot(st(hh,1),Ln,20,0,[e.e,e.d,e.b])));Sr(d);)h=u(lr(d),309),h!=m&&(s=t.uf(h,m),s&&Ei(m.c,s));for(k=C0(rh(ot(st(hh,1),Ln,20,0,[e.e,e.d,e.b])));Sr(k);)m=u(lr(k),309),r=m.c,mfe(r,-t.d,-t.d,t.d,t.d),Ei(m.d,r),r.a=0,r.b=0;++o}n.Vg()}function EEn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j;if(t.dc())return new Ea;for(k=0,A=0,s=t.Kc();s.Ob();)r=u(s.Pb(),36),o=r.f,k=b.Math.max(k,o.a),A+=o.a*o.b;for(k=b.Math.max(k,b.Math.sqrt(A)*Rt(Ht(K(u(t.Kc().Pb(),36),(Me(),AG))))),N=0,j=0,m=0,n=e,d=t.Kc();d.Ob();)h=u(d.Pb(),36),T=h.f,N+T.a>k&&(N=0,j+=m+e,m=0),P7(h,N,j),n=b.Math.max(n,N+T.a),m=b.Math.max(m,T.b),N+=T.a+e;return new se(n+e,j+m+e)}function kkt(t,e){var n,r,s,o,h,d,m;if(!Y1(t))throw nt(new Fo(dwe));if(r=Y1(t),o=r.g,s=r.f,o<=0&&s<=0)return ve(),gc;switch(d=t.i,m=t.j,e.g){case 2:case 1:if(d<0)return ve(),Gn;if(d+t.g>o)return ve(),Jn;break;case 4:case 3:if(m<0)return ve(),Hn;if(m+t.f>s)return ve(),vr}return h=(d+t.g/2)/o,n=(m+t.f/2)/s,h+n<=1&&h-n<=0?(ve(),Gn):h+n>=1&&h-n>=0?(ve(),Jn):n<.5?(ve(),Hn):(ve(),vr)}function TEn(t,e,n,r,s){var o,h;if(o=Xa(ia(e[0],Eo),ia(r[0],Eo)),t[0]=qr(o),o=_m(o,32),n>=s){for(h=1;h<s;h++)o=Xa(o,Xa(ia(e[h],Eo),ia(r[h],Eo))),t[h]=qr(o),o=_m(o,32);for(;h<n;h++)o=Xa(o,ia(e[h],Eo)),t[h]=qr(o),o=_m(o,32)}else{for(h=1;h<n;h++)o=Xa(o,Xa(ia(e[h],Eo),ia(r[h],Eo))),t[h]=qr(o),o=_m(o,32);for(;h<s;h++)o=Xa(o,ia(r[h],Eo)),t[h]=qr(o),o=_m(o,32)}Rc(o,0)!=0&&(t[h]=qr(o))}function i3(t){xi();var e,n,r,s,o,h;if(t.e!=4&&t.e!=5)throw nt(new zn("Token#complementRanges(): must be RANGE: "+t.e));for(o=t,h5(o),AS(o),r=o.b.length+2,o.b[0]==0&&(r-=2),n=o.b[o.b.length-1],n==hT&&(r-=2),s=new eh(4),s.b=Vt(Or,ii,28,r,15,1),h=0,o.b[0]>0&&(s.b[h++]=0,s.b[h++]=o.b[0]-1),e=1;e<o.b.length-2;e+=2)s.b[h++]=o.b[e]+1,s.b[h++]=o.b[e+1]-1;return n!=hT&&(s.b[h++]=n+1,s.b[h]=hT),s.a=!0,s}function CEn(t,e){var n,r,s,o,h,d,m,k,T;for(e.Ug("Layer constraint edge reversal",1),h=new J(t.b);h.a<h.c.c.length;){for(o=u(et(h),30),T=-1,n=new ge,k=_I(o.a),s=0;s<k.length;s++)r=u(K(k[s],(ae(),kw)),311),T==-1?r!=(kg(),$5)&&(T=s):r==(kg(),$5)&&(Ca(k[s],null),Xy(k[s],T++,o)),r==(kg(),jk)&&In(n.c,k[s]);for(m=new J(n);m.a<m.c.c.length;)d=u(et(m),10),Ca(d,null),Ca(d,o)}e.Vg()}function ict(t,e,n){var r,s,o,h,d,m,k,T;if(r=n.gc(),r==0)return!1;if(t.Pj())if(k=t.Qj(),Cot(t,e,n),h=r==1?t.Ij(3,null,n.Kc().Pb(),e,k):t.Ij(5,null,n,e,k),t.Mj()){for(d=r<100?null:new bb(r),o=e+r,s=e;s<o;++s)T=t.g[s],d=t.Nj(T,d),d=t.Uj(T,d);d?(d.nj(h),d.oj()):t.Jj(h)}else t.Jj(h);else if(Cot(t,e,n),t.Mj()){for(d=r<100?null:new bb(r),o=e+r,s=e;s<o;++s)m=t.g[s],d=t.Nj(m,d);d&&d.oj()}return!0}function _En(t,e){var n,r,s,o,h,d,m,k,T;for(e.Ug("Hierarchical port dummy size processing",1),m=new ge,T=new ge,r=Rt(Ht(K(t,(Me(),U5)))),n=r*2,o=new J(t.b);o.a<o.c.c.length;){for(s=u(et(o),30),m.c.length=0,T.c.length=0,d=new J(s.a);d.a<d.c.c.length;)h=u(et(d),10),h.k==(Un(),Ds)&&(k=u(K(h,(ae(),_c)),64),k==(ve(),Hn)?In(m.c,h):k==vr&&In(T.c,h));A1e(m,!0,n),A1e(T,!1,n)}e.Vg()}function Ekt(t,e,n,r){var s,o,h,d,m;for(h=new J(t.k);h.a<h.c.c.length;)s=u(et(h),132),(!r||s.c==(E1(),n2))&&(m=s.b,m.g<0&&s.d>0&&(Q(m,m.d-s.d),s.c==(E1(),n2)&&z(m,m.a-s.d),m.d<=0&&m.i>0&&fs(e,m,e.c.b,e.c)));for(o=new J(t.f);o.a<o.c.c.length;)s=u(et(o),132),(!r||s.c==(E1(),n2))&&(d=s.a,d.g<0&&s.d>0&&(it(d,d.i-s.d),s.c==(E1(),n2)&&G(d,d.b-s.d),d.i<=0&&d.d>0&&fs(n,d,n.c.b,n.c)))}function SEn(t,e,n,r,s){var o,h,d,m,k,T,A,N,j;for(wn(),Ms(t,new PR),h=lI(t),j=new ge,N=new ge,d=null,m=0;h.b!=0;)o=u(h.b==0?null:(cr(h.b!=0),Lh(h,h.a.a)),163),!d||Zu(d)*Vl(d)/2<Zu(o)*Vl(o)?(d=o,In(j.c,o)):(m+=Zu(o)*Vl(o),In(N.c,o),N.c.length>1&&(m>Zu(d)*Vl(d)/2||h.b==0)&&(A=new Dq(N),T=Zu(d)/Vl(d),k=Ect(A,e,new k6,n,r,s,T),Ei(y1(A.e),k),d=A,In(j.c,A),m=0,N.c.length=0));return Hs(j,N),j}function Wc(t,e,n,r,s){fg();var o,h,d,m,k,T,A;if(dyt(t,"src"),dyt(n,"dest"),A=Gl(t),m=Gl(n),Ivt((A.i&4)!=0,"srcType is not an array"),Ivt((m.i&4)!=0,"destType is not an array"),T=A.c,h=m.c,Ivt(T.i&1?T==h:(h.i&1)==0,"Array types don't match"),dpn(t,e,n,r,s),!(T.i&1)&&A!=m)if(k=X2(t),o=X2(n),$t(t)===$t(n)&&e<r)for(e+=s,d=r+s;d-- >r;)hs(o,d,k[--e]);else for(d=r+s;r<d;)hs(o,r++,k[e++]);else x6t(t,e,n,r,s,!0)}function X0e(t,e){var n,r,s,o,h,d,m,k,T;switch(e.Ug("Box layout",2),s=CD(Ht(ne(t,(jH(),REe)))),o=u(ne(t,BEe),107),n=Ie(De(ne(t,YMt))),r=Ie(De(ne(t,XMt))),u(ne(t,ydt),320).g){case 0:h=(T=new fl((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a)),wn(),Ms(T,new VUt(r)),T),d=a6t(t),m=Ht(ne(t,WMt)),(m==null||(Wn(m),m<=0))&&(m=1.3),k=sCn(h,s,o,d.a,d.b,n,(Wn(m),m)),nv(t,k.a,k.b,!1,!0);break;default:Q7n(t,s,o,n)}e.Vg()}function AEn(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U;for(N=Zvn(t,n),m=0;m<e;m++){for(Ly(s,n),j=new ge,U=(cr(r.b<r.d.gc()),u(r.d.Xb(r.c=r.b++),418)),T=N+m;T<t.b;T++)d=U,U=(cr(r.b<r.d.gc()),u(r.d.Xb(r.c=r.b++),418)),pe(j,new Cde(d,U,n));for(A=N+m;A<t.b;A++)cr(r.b>0),r.a.Xb(r.c=--r.b),A>N+m&&Ul(r);for(h=new J(j);h.a<h.c.c.length;)o=u(et(h),418),Ly(r,o);if(m<e-1)for(k=N+m;k<t.b;k++)cr(r.b>0),r.a.Xb(r.c=--r.b)}}function LEn(){xi();var t,e,n,r,s,o;if(n0t)return n0t;for(t=new eh(4),a3(t,zb(uht,!0)),MS(t,zb("M",!0)),MS(t,zb("C",!0)),o=new eh(4),r=0;r<11;r++)ru(o,r,r);return e=new eh(4),a3(e,zb("M",!0)),ru(e,4448,4607),ru(e,65438,65439),s=new l_(2),cw(s,t),cw(s,EL),n=new l_(2),n.Jm(_z(o,zb("L",!0))),n.Jm(e),n=new By(3,n),n=new fyt(s,n),n0t=n,n0t}function s3(t,e){var n,r,s,o,h,d,m,k;for(n=new RegExp(e,"g"),m=Vt(Ne,le,2,0,6,1),r=0,k=t,o=null;;)if(d=n.exec(k),d==null||k==""){m[r]=k;break}else h=d.index,m[r]=(Sa(0,h,k.length),k.substr(0,h)),k=Ch(k,h+d[0].length,k.length),n.lastIndex=0,o==k&&(m[r]=(Sa(0,1,k.length),k.substr(0,1)),k=(qn(1,k.length+1),k.substr(1))),o=k,++r;if(t.length>0){for(s=m.length;s>0&&m[s-1]=="";)--s;s<m.length&&(m.length=s)}return m}function xc(){xc=V,gLt=new ym(20),dLt=new Ta((si(),Kp),gLt),N1t=new Ta(Pw,20),bLt=new Ta(LDt,3),Oke=new Ta(nx,Q7),iK=new Ta(TN,fe(1)),qke=new Ta(Ndt,(Nn(),!0)),uLt=yN,lLt=(Rs(),wd),Mv=new Ta(Iw,lLt),Pke=kN,Nke=Sdt,Bke=Ow,Rke=R3,jke=ox,$ke=s2,Fke=ax,fLt=EN,zke=j3,mLt=(_6t(),Ike),pLt=Mke,Uke=rL,Gke=_K,Vke=CN,Hke=CK,wLt=(ok(),q3),new Ta(Qk,wLt),Q5=Lke,P1t=Ake,o0=Dke,cLt=_ke,hLt=Ske}function MEn(t){var e,n;if(e=Gr(ne(t,(si(),zT))),!Woe(e,t)&&!td(t,ux)&&((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a).i!=0||Ie(De(ne(t,xN)))))if(e==null||Zy(e).length==0){if(!Woe(Xn,t))throw n=ni(ni(new Jl("Unable to load default layout algorithm "),Xn)," for unconfigured node "),fV(t,n),nt(new lp(n.a))}else throw n=ni(ni(new Jl("Layout algorithm '"),e),"' not found for "),fV(t,n),nt(new lp(n.a))}function sct(t){var e,n,r,s,o,h,d,m,k,T,A,N,j;if(n=t.i,e=t.n,t.b==0)for(j=n.c+e.b,N=n.b-e.b-e.c,h=t.a,m=0,T=h.length;m<T;++m)s=h[m],Mz(s,j,N);else r=jle(t,!1),Mz(t.a[0],n.c+e.b,r[0]),Mz(t.a[2],n.c+n.b-e.c-r[2],r[2]),A=n.b-e.b-e.c,r[0]>0&&(A-=r[0]+t.c,r[0]+=t.c),r[2]>0&&(A-=r[2]+t.c),r[1]=b.Math.max(r[1],A),Mz(t.a[1],n.c+e.b+r[0]-(r[1]-A)/2,r[1]);for(o=t.a,d=0,k=o.length;d<k;++d)s=o[d],At(s,336)&&u(s,336).lf()}function DEn(t){var e,n,r,s,o,h,d,m,k,T,A;for(A=new oZ,A.d=0,h=new J(t.b);h.a<h.c.c.length;)o=u(et(h),30),A.d+=o.a.c.length;for(r=0,s=0,A.a=Vt(Or,ii,28,t.b.c.length,15,1),k=0,T=0,A.e=Vt(Or,ii,28,A.d,15,1),n=new J(t.b);n.a<n.c.c.length;)for(e=u(et(n),30),e.p=r++,A.a[e.p]=s++,T=0,m=new J(e.a);m.a<m.c.c.length;)d=u(et(m),10),d.p=k++,A.e[d.p]=T++;return A.c=new wUt(A),A.b=k0(A.d),X8n(A,t),A.f=k0(A.d),Q8n(A,t),A}function Q0e(t,e){var n,r,s,o;for(o=u(Oe(t.n,t.n.c.length-1),209).d,t.p=b.Math.min(t.p,e.g),t.r=b.Math.max(t.r,o),t.g=b.Math.max(t.g,e.g+(t.b.c.length==1?0:t.i)),t.o=b.Math.min(t.o,e.f),t.e+=e.f+(t.b.c.length==1?0:t.i),t.f=b.Math.max(t.f,e.f),s=t.n.c.length>0?(t.n.c.length-1)*t.i:0,r=new J(t.n);r.a<r.c.c.length;)n=u(et(r),209),s+=n.a;t.d=s,t.a=t.e/t.b.c.length-t.i*((t.b.c.length-1)/t.b.c.length),ixt(t.j)}function J0e(t,e){var n,r,s,o,h,d,m,k,T,A;if(T=De(K(e,(Vf(),d3e))),T==null||(Wn(T),T)){for(A=Vt(Fl,B0,28,e.e.c.length,16,1),h=m5n(e),s=new Qi,k=new J(e.e);k.a<k.c.c.length;)d=u(et(k),153),n=F6t(t,d,null,null,A,h),n&&(Yo(n,e),fs(s,n,s.c.b,s.c));if(s.b>1)for(r=_r(s,0);r.b!=r.d.c;)for(n=u(Tr(r),235),o=0,m=new J(n.e);m.a<m.c.c.length;)d=u(et(m),153),d.a=o++;return s}return J1(ot(st(E_n,1),Pbe,235,0,[e]))}function Kd(t){var e,n,r,s,o,h,d;if(!t.g){if(d=new a6,e=wL,h=e.a.zc(t,e),h==null){for(r=new Zn(Ko(t));r.e!=r.i.gc();)n=u(sr(r),29),bs(d,Kd(n));e.a.Bc(t)!=null,e.a.gc()==0}for(s=d.i,o=(!t.s&&(t.s=new Jt(Ku,t,21,17)),new Zn(t.s));o.e!=o.i.gc();++s)Yt(u(sr(o),461),s);bs(d,(!t.s&&(t.s=new Jt(Ku,t,21,17)),t.s)),Uy(d),t.g=new Cce(t,d),t.i=u(d.g,254),t.i==null&&(t.i=Ydt),t.p=null,Sl(t).b&=-5}return t.g}function IEn(t,e){var n,r,s,o,h,d,m,k,T;if(n=e.qi(t.a),n&&(m=Gr(S1((!n.b&&(n.b=new Hl((bn(),po),Sc,n)),n.b),"memberTypes")),m!=null)){for(k=new ge,o=s3(m,"\\w"),h=0,d=o.length;h<d;++h)s=o[h],r=s.lastIndexOf("#"),T=r==-1?zmt(t,e.jk(),s):r==0?NI(t,null,(qn(1,s.length+1),s.substr(1))):NI(t,(Sa(0,r,s.length),s.substr(0,r)),(qn(r+1,s.length+1),s.substr(r+1))),At(T,156)&&pe(k,u(T,156));return k}return wn(),wn(),so}function act(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U;if(r=t.i,n=t.n,t.b==0)e=Rle(t,!1),Dz(t.a[0],r.d+n.d,e[0]),Dz(t.a[2],r.d+r.a-n.a-e[2],e[2]),N=r.a-n.d-n.a,A=N,e[0]>0&&(e[0]+=t.c,A-=e[0]),e[2]>0&&(A-=e[2]+t.c),e[1]=b.Math.max(e[1],A),Dz(t.a[1],r.d+n.d+e[0]-(e[1]-A)/2,e[1]);else for(U=r.d+n.d,j=r.a-n.d-n.a,h=t.a,m=0,T=h.length;m<T;++m)s=h[m],Dz(s,U,j);for(o=t.a,d=0,k=o.length;d<k;++d)s=o[d],At(s,336)&&u(s,336).mf()}function OEn(t){var e,n,r,s,o,h,d,m,k,T;for(T=Vt(Or,ii,28,t.b.c.length+1,15,1),k=new Os,r=0,o=new J(t.b);o.a<o.c.c.length;){for(s=u(et(o),30),T[r++]=k.a.gc(),m=new J(s.a);m.a<m.c.c.length;)for(h=u(et(m),10),n=new nr(ir(As(h).a.Kc(),new q));Sr(n);)e=u(lr(n),18),k.a.zc(e,k);for(d=new J(s.a);d.a<d.c.c.length;)for(h=u(et(d),10),n=new nr(ir(ca(h).a.Kc(),new q));Sr(n);)e=u(lr(n),18),k.a.Bc(e)!=null}return T}function aV(t,e,n,r){var s,o,h,d,m;if(m=Au(t.e.Dh(),e),s=u(t.g,124),bo(),u(e,69).xk()){for(h=0;h<t.i;++h)if(o=s[h],m.am(o.Lk())&&Ci(o,n))return!0}else if(n!=null){for(d=0;d<t.i;++d)if(o=s[d],m.am(o.Lk())&&Ci(n,o.md()))return!0;if(r){for(h=0;h<t.i;++h)if(o=s[h],m.am(o.Lk())&&$t(n)===$t(nit(t,u(o.md(),58))))return!0}}else for(h=0;h<t.i;++h)if(o=s[h],m.am(o.Lk())&&o.md()==null)return!1;return!1}function PEn(t,e){var n,r,s,o,h,d;if(n=e.qi(t.a),n&&(d=Gr(S1((!n.b&&(n.b=new Hl((bn(),po),Sc,n)),n.b),oU)),d!=null))switch(s=rz(d,qu(35)),r=e.qk(),s==-1?(h=x_(t,nh(r)),o=d):s==0?(h=null,o=(qn(1,d.length+1),d.substr(1))):(h=(Sa(0,s,d.length),d.substr(0,s)),o=(qn(s+1,d.length+1),d.substr(s+1))),Im(Ro(t,e))){case 2:case 3:return gpn(t,r,h,o);case 0:case 4:case 5:case 6:return ppn(t,r,h,o)}return null}function Z0e(t,e,n,r){var s,o,h,d;for(d=n,h=new J(e.a);h.a<h.c.c.length;){if(o=u(et(h),225),s=u(o.b,68),Km(t.b.c,s.b.c+s.b.b)<=0&&Km(s.b.c,t.b.c+t.b.b)<=0&&Km(t.b.d,s.b.d+s.b.a)<=0&&Km(s.b.d,t.b.d+t.b.a)<=0){if(Km(s.b.c,t.b.c+t.b.b)==0&&r.a<0||Km(s.b.c+s.b.b,t.b.c)==0&&r.a>0||Km(s.b.d,t.b.d+t.b.a)==0&&r.b<0||Km(s.b.d+s.b.a,t.b.d)==0&&r.b>0){d=0;break}}else d=b.Math.min(d,Wfe(t,s,r));d=b.Math.min(d,Z0e(t,o,d,r))}return d}function zO(t,e){var n,r,s,o,h,d,m;if(t.b<2)throw nt(new zn("The vector chain must contain at least a source and a target point."));for(s=(cr(t.b!=0),u(t.a.a.c,8)),QD(e,s.a,s.b),m=new F6((!e.a&&(e.a=new Ns(bh,e,5)),e.a)),h=_r(t,1);h.a<t.b-1;)d=u(Tr(h),8),m.e!=m.i.gc()?n=u(sr(m),377):(n=(wb(),r=new sC,r),que(m,n)),qrt(n,d.a,d.b);for(;m.e!=m.i.gc();)sr(m),dS(m);o=(cr(t.b!=0),u(t.c.b.c,8)),XD(e,o.a,o.b)}function tge(t,e,n,r){var s,o,h,d,m,k;if(k=Au(t.e.Dh(),e),h=u(t.g,124),Dg(t.e,e)){if(e.Si()&&(o=B7(t,e,r,At(e,102)&&(u(e,19).Bb&fo)!=0),o>=0&&o!=n))throw nt(new zn(kP));for(s=0,m=0;m<t.i;++m)if(d=h[m],k.am(d.Lk())){if(s==n)return u(s5(t,m,(bo(),u(e,69).xk()?u(r,76):S0(e,r))),76);++s}throw nt(new No(ZS+n+ww+s))}else{for(m=0;m<t.i;++m)if(d=h[m],k.am(d.Lk()))return bo(),u(e,69).xk()?d:d.md();return null}}function ege(t,e){var n,r,s,o,h,d,m,k,T;for(n=0,s=new J((mn(0,t.c.length),u(t.c[0],105)).g.b.j);s.a<s.c.c.length;)r=u(et(s),12),r.p=n++;for(e==(ve(),Hn)?Ms(t,new bJ):Ms(t,new wJ),d=0,T=t.c.length-1;d<T;)h=(mn(d,t.c.length),u(t.c[d],105)),k=(mn(T,t.c.length),u(t.c[T],105)),o=e==Hn?h.c:h.a,m=e==Hn?k.a:k.c,wp(h,e,(rd(),mT),o),wp(k,e,wT,m),++d,--T;d==T&&wp((mn(d,t.c.length),u(t.c[d],105)),e,(rd(),Rk),null)}function NEn(t,e,n,r){var s,o,h,d,m,k;for(h=new Ige(t,e,n),m=new _a(r,0),s=!1;m.b<m.d.gc();)d=(cr(m.b<m.d.gc()),u(m.d.Xb(m.c=m.b++),239)),d==e||d==n?Ul(m):!s&&Rt(W1(d.g,d.d[0]).a)>Rt(W1(h.g,h.d[0]).a)?(cr(m.b>0),m.a.Xb(m.c=--m.b),Ly(m,h),s=!0):d.e&&d.e.gc()>0&&(o=(!d.e&&(d.e=new ge),d.e).Mc(e),k=(!d.e&&(d.e=new ge),d.e).Mc(n),(o||k)&&((!d.e&&(d.e=new ge),d.e).Fc(h),++h.c));s||In(r.c,h)}function FEn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;return A=t.a.i+t.a.g/2,N=t.a.i+t.a.g/2,U=e.i+e.g/2,tt=e.j+e.f/2,d=new se(U,tt),k=u(ne(e,(si(),Yk)),8),k.a=k.a+A,k.b=k.b+N,o=(d.b-k.b)/(d.a-k.a),r=d.b-o*d.a,W=n.i+n.g/2,ct=n.j+n.f/2,m=new se(W,ct),T=u(ne(n,Yk),8),T.a=T.a+A,T.b=T.b+N,h=(m.b-T.b)/(m.a-T.a),s=m.b-h*m.a,j=(r-s)/(h-o),k.a<j&&d.a<j||j<k.a&&j<d.a?!1:!(T.a<j&&m.a<j||j<T.a&&j<m.a)}function BEn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j;if(N=u(tr(t.c,e),190),!N)throw nt(new Pd("Edge did not exist in input."));return k=x7(N),o=AD((!e.a&&(e.a=new Jt(Ji,e,6,6)),e.a)),d=!o,d&&(j=new lg,n=new DZt(t,k,j),_rn((!e.a&&(e.a=new Jt(Ji,e,6,6)),e.a),n),C1(N,hTt,j)),s=td(e,(si(),Dv)),s&&(T=u(ne(e,Dv),75),h=!T||mee(T),m=!h,m&&(A=new lg,r=new gGt(A),Oa(T,r),C1(N,"junctionPoints",A))),AE(N,"container",kI(e).k),null}function nge(t,e,n,r){var s,o,h,d,m,k;if(!$E(e)){if(k=n.eh((At(e,16)?u(e,16).gc():mg(e.Kc()))/t.a|0),k.Ug(C2e,1),m=new $Z,d=0,r==(Rs(),Ho)||r==Jo)for(h=e.Kc();h.Ob();)s=u(h.Pb(),39),m=rh(ot(st(hh,1),Ln,20,0,[m,new hg(s)])),d<s.f.a&&(d=s.f.a);else for(h=e.Kc();h.Ob();)s=u(h.Pb(),39),m=rh(ot(st(hh,1),Ln,20,0,[m,new hg(s)])),d<s.f.b&&(d=s.f.b);for(o=e.Kc();o.Ob();)s=u(o.Pb(),39),Zt(s,(zi(),rK),d);k.Vg(),nge(t,m,n,r)}}function Tkt(t,e,n){var r,s,o,h,d,m,k,T;this.a=t,this.b=e,this.c=n,this.e=J1(ot(st(y_n,1),Ln,177,0,[new M6(t,e),new M6(e,n),new M6(n,t)])),this.f=J1(ot(st(ua,1),le,8,0,[t,e,n])),this.d=(r=ra(Ma(this.b),this.a),s=ra(Ma(this.c),this.a),o=ra(Ma(this.c),this.b),h=r.a*(this.a.a+this.b.a)+r.b*(this.a.b+this.b.b),d=s.a*(this.a.a+this.c.a)+s.b*(this.a.b+this.c.b),m=2*(r.a*o.b-r.b*o.a),k=(s.b*h-r.b*d)/m,T=(r.a*d-s.a*h)/m,new se(k,T))}function ev(t,e){var n,r,s,o,h,d;for(o=t.c,h=t.d,Ya(t,null),ya(t,null),e&&Ie(De(K(h,(ae(),Rft))))?Ya(t,wkt(h.i,(xo(),xu),(ve(),Jn))):Ya(t,h),e&&Ie(De(K(o,(ae(),$ft))))?ya(t,wkt(o.i,(xo(),vl),(ve(),Gn))):ya(t,o),r=new J(t.b);r.a<r.c.c.length;)n=u(et(r),72),s=u(K(n,(Me(),a0)),278),s==(nd(),VT)?Zt(n,a0,$3):s==$3&&Zt(n,a0,VT);d=Ie(De(K(t,(ae(),dd)))),Zt(t,dd,(Nn(),!d)),t.a=nO(t.a)}function REn(t,e){var n,r,s,o,h;return n=E7(u(K(e,(xc(),Mv)),88)),t.b.b==0?null:(h=u(tc(Go(new ln(null,new gn(t.b,16)),new MZ),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),o=u(tc(Ai(new ln(null,new gn(e.b,16)),new vUt(h)),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[rc]))),15),s=Ht(ql(Dy(Go(o.Oc(),new yUt(n)),(Om(),Om(),Cht)))),r=u(ql(u7(Ai(o.Oc(),new hXt(n,s)))),39),r)}function jEn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt;n=xm(new B2,t.f),k=t.i[e.c.i.p],j=t.i[e.d.i.p],m=e.c,N=e.d,d=m.a.b,A=N.a.b,k.b||(d+=m.n.b),j.b||(A+=N.n.b),T=Xs(b.Math.max(0,d-A)),h=Xs(b.Math.max(0,A-d)),U=(W=b.Math.max(1,u(K(e,(Me(),Gk)),17).a),tt=u3t(e.c.i.k,e.d.i.k),W*tt),s=Hf(Of(If(Df(Pf(new Qh,U),h),n),u(tr(t.k,e.c),125))),o=Hf(Of(If(Df(Pf(new Qh,U),T),n),u(tr(t.k,e.d),125))),r=new tXt(s,o),t.c[e.p]=r}function $En(t,e,n){var r,s,o,h,d,m;for(r=0,o=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));o.e!=o.i.gc();)s=u(sr(o),27),h="",(!s.n&&(s.n=new Jt(Oo,s,1,7)),s.n).i==0||(h=u(Lt((!s.n&&(s.n=new Jt(Oo,s,1,7)),s.n),0),135).a),d=new MQt(h),Yo(d,s),Zt(d,(Mb(),Bk),s),d.a=r++,d.d.a=s.i+s.g/2,d.d.b=s.j+s.f/2,d.e.a=b.Math.max(s.g,1),d.e.b=b.Math.max(s.f,1),pe(e.e,d),vu(n.f,s,d),m=u(ne(s,(Vf(),nCt)),101),m==(xa(),c2)&&(m=md)}function zEn(t,e){var n,r,s,o,h,d,m;e.Ug("Layer constraint postprocessing",1),m=t.b,m.c.length!=0&&(r=(mn(0,m.c.length),u(m.c[0],30)),h=u(Oe(m,m.c.length-1),30),n=new tu(t),o=new tu(t),A8n(t,r,h,n,o),n.a.c.length==0||(Fy(0,m.c.length),YC(m.c,0,n)),o.a.c.length==0||In(m.c,o)),Ui(t,(ae(),Bft))&&(s=new tu(t),d=new tu(t),vkn(t,s,d),s.a.c.length==0||(Fy(0,m.c.length),YC(m.c,0,s)),d.a.c.length==0||In(m.c,d)),e.Vg()}function qO(t){var e,n,r;switch(t){case 91:case 93:case 45:case 94:case 44:case 92:r="\\"+String.fromCharCode(t&js);break;case 12:r="\\f";break;case 10:r="\\n";break;case 13:r="\\r";break;case 9:r="\\t";break;case 27:r="\\e";break;default:t<32?(n=(e=t>>>0,"0"+e.toString(16)),r="\\x"+Ch(n,n.length-2,n.length)):t>=fo?(n=(e=t>>>0,"0"+e.toString(16)),r="\\v"+Ch(n,n.length-6,n.length)):r=""+String.fromCharCode(t&js)}return r}function rge(t){var e,n,r;if(R4(u(K(t,(Me(),ms)),101)))for(n=new J(t.j);n.a<n.c.c.length;)e=u(et(n),12),e.j==(ve(),gc)&&(r=u(K(e,(ae(),ml)),10),r?Qs(e,u(K(r,_c),64)):e.e.c.length-e.g.c.length<0?Qs(e,Jn):Qs(e,Gn));else{for(n=new J(t.j);n.a<n.c.c.length;)e=u(et(n),12),r=u(K(e,(ae(),ml)),10),r?Qs(e,u(K(r,_c),64)):e.e.c.length-e.g.c.length<0?Qs(e,(ve(),Jn)):Qs(e,(ve(),Gn));Zt(t,ms,(xa(),GT))}}function Ckt(t){var e,n,r,s,o,h;for(this.e=new ge,this.a=new ge,n=t.b-1;n<3;n++)kE(t,0,u(Nh(t,0),8));if(t.b<4)throw nt(new zn("At (least dimension + 1) control points are necessary!"));for(this.b=3,this.d=!0,this.c=!1,pxn(this,t.b+this.b-1),h=new ge,o=new J(this.e),e=0;e<this.b-1;e++)pe(h,Ht(et(o)));for(s=_r(t,0);s.b!=s.d.c;)r=u(Tr(s),8),pe(h,Ht(et(o))),pe(this.a,new gne(r,h)),mn(0,h.c.length),h.c.splice(0,1)}function ige(t,e){var n,r,s,o,h,d,m,k,T;for(o=new J(t.b);o.a<o.c.c.length;)for(s=u(et(o),30),d=new J(s.a);d.a<d.c.c.length;)for(h=u(et(d),10),h.k==(Un(),qc)&&(m=(k=u(lr(new nr(ir(ca(h).a.Kc(),new q))),18),T=u(lr(new nr(ir(As(h).a.Kc(),new q))),18),!Ie(De(K(k,(ae(),dd))))||!Ie(De(K(T,dd)))?e:vce(e)),mk(h,m)),r=new nr(ir(As(h).a.Kc(),new q));Sr(r);)n=u(lr(r),18),m=Ie(De(K(n,(ae(),dd))))?vce(e):e,fce(n,m)}function qEn(t,e,n,r,s){var o,h,d;if(n.f>=e.o&&n.f<=e.f||e.a*.5<=n.f&&e.a*1.5>=n.f){if(h=u(Oe(e.n,e.n.c.length-1),209),h.e+h.d+n.g+s<=r&&(o=u(Oe(e.n,e.n.c.length-1),209),o.f-t.f+n.f<=t.b||t.a.c.length==1))return y5t(e,n),!0;if(e.s+n.g<=r&&(e.t+e.d+n.f+s<=t.b||t.a.c.length==1))return pe(e.b,n),d=u(Oe(e.n,e.n.c.length-1),209),pe(e.n,new eq(e.s,d.f+d.a+e.i,e.i)),txt(u(Oe(e.n,e.n.c.length-1),209),n),Q0e(e,n),!0}return!1}function sge(t,e,n){var r,s,o,h;return t.Pj()?(s=null,o=t.Qj(),r=t.Ij(1,h=jst(t,e,n),n,e,o),t.Mj()&&!(t.Yi()&&h!=null?Ci(h,n):$t(h)===$t(n))?(h!=null&&(s=t.Oj(h,s)),s=t.Nj(n,s),t.Tj()&&(s=t.Wj(h,n,s)),s?(s.nj(r),s.oj()):t.Jj(r)):(t.Tj()&&(s=t.Wj(h,n,s)),s?(s.nj(r),s.oj()):t.Jj(r)),h):(h=jst(t,e,n),t.Mj()&&!(t.Yi()&&h!=null?Ci(h,n):$t(h)===$t(n))&&(s=null,h!=null&&(s=t.Oj(h,null)),s=t.Nj(n,s),s&&s.oj()),h)}function HEn(t,e){var n,r,s,o,h;if(e.Ug("Path-Like Graph Wrapping",1),t.b.c.length==0){e.Vg();return}if(s=new L6t(t),h=(s.i==null&&(s.i=x4t(s,new oR)),Rt(s.i)*s.f),n=h/(s.i==null&&(s.i=x4t(s,new oR)),Rt(s.i)),s.b>n){e.Vg();return}switch(u(K(t,(Me(),s1t)),351).g){case 2:o=new uR;break;case 0:o=new HM;break;default:o=new lR}if(r=o.og(t,s),!o.pg())switch(u(K(t,HG),352).g){case 2:r=Yfe(s,r);break;case 1:r=jhe(s,r)}j7n(t,s,r),e.Vg()}function TS(t,e){var n,r,s,o,h,d,m,k;e%=24,t.q.getHours()!=e&&(r=new b.Date(t.q.getTime()),r.setDate(r.getDate()+1),d=t.q.getTimezoneOffset()-r.getTimezoneOffset(),d>0&&(m=d/60|0,k=d%60,s=t.q.getDate(),n=t.q.getHours(),n+m>=24&&++s,o=new b.Date(t.q.getFullYear(),t.q.getMonth(),s,e+m,t.q.getMinutes()+k,t.q.getSeconds(),t.q.getMilliseconds()),t.q.setTime(o.getTime()))),h=t.q.getTime(),t.q.setTime(h+36e5),t.q.getHours()!=e&&t.q.setTime(h)}function VEn(t,e){var n,r,s,o;if(rfn(t.d,t.e),t.c.a.$b(),Rt(Ht(K(e.j,(Me(),DG))))!=0||Rt(Ht(K(e.j,DG)))!=0)for(n=E5,$t(K(e.j,q0))!==$t((Vd(),Hp))&&Zt(e.j,(ae(),Zb),(Nn(),!0)),o=u(K(e.j,MA),17).a,s=0;s<o&&(r=i7n(t,e),!(r<n&&(n=r,Loe(t),n==0)));s++);else for(n=ki,$t(K(e.j,q0))!==$t((Vd(),Hp))&&Zt(e.j,(ae(),Zb),(Nn(),!0)),o=u(K(e.j,MA),17).a,s=0;s<o&&(r=lge(t,e),!(r<n&&(n=r,Loe(t),n==0)));s++);}function UEn(t,e){var n,r,s,o,h,d,m,k;for(h=new ge,d=0,n=0,m=0;d<e.c.length-1&&n<t.gc();){for(r=u(t.Xb(n),17).a+m;(mn(d+1,e.c.length),u(e.c[d+1],17)).a<r;)++d;for(k=0,o=r-(mn(d,e.c.length),u(e.c[d],17)).a,s=(mn(d+1,e.c.length),u(e.c[d+1],17)).a-r,o>s&&++k,pe(h,(mn(d+k,e.c.length),u(e.c[d+k],17))),m+=(mn(d+k,e.c.length),u(e.c[d+k],17)).a-r,++n;n<t.gc()&&u(t.Xb(n),17).a+m<=(mn(d+k,e.c.length),u(e.c[d+k],17)).a;)++n;d+=1+k}return h}function GEn(t,e){var n,r,s,o,h;for(h=new nr(ir(ca(e).a.Kc(),new q));Sr(h);)if(o=u(lr(h),18),t.f.b==0?(s=o.c.i.k==(Un(),Ts)&&!!o.c.i.c&&o.c.i.c.p==t.c,Sr(new nr(ir(ca(o.c.i).a.Kc(),new q)))?(n=u(lr(new nr(ir(ca(o.c.i).a.Kc(),new q))),18).c.i.c,r=o.c.i.k==qc&&!!n&&n.p==t.c):r=!1):(s=o.c.i.k==(Un(),Ts)&&o.c.i.p==t.c,r=o.c.i.k==qc&&u(lr(new nr(ir(ca(o.c.i).a.Kc(),new q))),18).c.i.p==t.c),s||r)return!0;return!1}function KEn(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(N=new ge,ct=uq(r),tt=e*t.a,A=0,U=0,o=new Os,h=new Os,d=new ge,Tt=0,St=0,j=0,W=0,k=0,T=0;ct.a.gc()!=0;)m=zbn(ct,s,h),m&&(ct.a.Bc(m)!=null,In(d.c,m),o.a.zc(m,o),U=t.f[m.p],Tt+=t.e[m.p]-U*t.b,A=t.c[m.p],St+=A*t.b,T+=U*t.b,W+=t.e[m.p]),(!m||ct.a.gc()==0||Tt>=tt&&t.e[m.p]>U*t.b||St>=n*tt)&&(In(N.c,d),d=new ge,Aa(h,o),o.a.$b(),k-=T,j=b.Math.max(j,k*t.b+W),k+=St,Tt=St,St=0,T=0,W=0);return new Ys(j,N)}function oct(t){var e,n,r,s,o,h,d;if(!t.d){if(d=new oC,e=wL,o=e.a.zc(t,e),o==null){for(r=new Zn(Ko(t));r.e!=r.i.gc();)n=u(sr(r),29),bs(d,oct(n));e.a.Bc(t)!=null,e.a.gc()==0}for(h=d.i,s=(!t.q&&(t.q=new Jt(bf,t,11,10)),new Zn(t.q));s.e!=s.i.gc();++h)u(sr(s),411);bs(d,(!t.q&&(t.q=new Jt(bf,t,11,10)),t.q)),Uy(d),t.d=new B4((u(Lt(Xt((Tb(),Fn).o),9),19),d.i),d.g),t.e=u(d.g,688),t.e==null&&(t.e=cTe),Sl(t).b&=-17}return t.d}function B7(t,e,n,r){var s,o,h,d,m,k;if(k=Au(t.e.Dh(),e),m=0,s=u(t.g,124),bo(),u(e,69).xk()){for(h=0;h<t.i;++h)if(o=s[h],k.am(o.Lk())){if(Ci(o,n))return m;++m}}else if(n!=null){for(d=0;d<t.i;++d)if(o=s[d],k.am(o.Lk())){if(Ci(n,o.md()))return m;++m}if(r){for(m=0,h=0;h<t.i;++h)if(o=s[h],k.am(o.Lk())){if($t(n)===$t(nit(t,u(o.md(),58))))return m;++m}}}else for(h=0;h<t.i;++h)if(o=s[h],k.am(o.Lk())){if(o.md()==null)return m;++m}return-1}function WEn(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W;if(n.Xh(e)&&(T=(j=e,j?u(r,54).gi(j):null),T))if(W=n.Nh(e,t.a),U=e.t,U>1||U==-1)if(A=u(W,71),N=u(T,71),A.dc())N.$b();else for(h=!!wo(e),o=0,d=t.a?A.Kc():A.Ii();d.Ob();)k=u(d.Pb(),58),s=u(ed(t,k),58),s?(h?(m=N.dd(s),m==-1?N.Gi(o,s):o!=m&&N.Ui(o,s)):N.Gi(o,s),++o):t.b&&!h&&(N.Gi(o,k),++o);else W==null?T.Wb(null):(s=ed(t,W),s==null?t.b&&!wo(e)&&T.Wb(W):T.Wb(s))}function YEn(t,e){var n,r,s,o,h,d,m,k;for(n=new cQ,s=new nr(ir(ca(e).a.Kc(),new q));Sr(s);)if(r=u(lr(s),18),!ho(r)&&(d=r.c.i,Fxt(d,GU))){if(k=tkt(t,d,GU,UU),k==-1)continue;n.b=b.Math.max(n.b,k),!n.a&&(n.a=new ge),pe(n.a,d)}for(h=new nr(ir(As(e).a.Kc(),new q));Sr(h);)if(o=u(lr(h),18),!ho(o)&&(m=o.d.i,Fxt(m,UU))){if(k=tkt(t,m,UU,GU),k==-1)continue;n.d=b.Math.max(n.d,k),!n.c&&(n.c=new ge),pe(n.c,m)}return n}function XEn(t,e,n,r){var s,o,h,d,m,k,T;if(n.d.i!=e.i){for(s=new Lg(t),C(s,(Un(),ha)),Zt(s,(ae(),Di),n),Zt(s,(Me(),ms),(xa(),lu)),In(r.c,s),h=new Kc,uc(h,s),Qs(h,(ve(),Gn)),d=new Kc,uc(d,s),Qs(d,Jn),T=n.d,ya(n,h),o=new Pm,Yo(o,n),Zt(o,qo,null),Ya(o,d),ya(o,T),k=new _a(n.b,0);k.b<k.d.gc();)m=(cr(k.b<k.d.gc()),u(k.d.Xb(k.c=k.b++),72)),$t(K(m,a0))===$t((nd(),$3))&&(Zt(m,zk,n),Ul(k),pe(o.b,m));R1e(s,h,d)}}function QEn(t,e,n,r){var s,o,h,d,m,k,T;if(n.c.i!=e.i)for(s=new Lg(t),C(s,(Un(),ha)),Zt(s,(ae(),Di),n),Zt(s,(Me(),ms),(xa(),lu)),In(r.c,s),h=new Kc,uc(h,s),Qs(h,(ve(),Gn)),d=new Kc,uc(d,s),Qs(d,Jn),ya(n,h),o=new Pm,Yo(o,n),Zt(o,qo,null),Ya(o,d),ya(o,e),R1e(s,h,d),k=new _a(n.b,0);k.b<k.d.gc();)m=(cr(k.b<k.d.gc()),u(k.d.Xb(k.c=k.b++),72)),T=u(K(m,a0),278),T==(nd(),$3)&&(Ui(m,zk)||Zt(m,zk,n),Ul(k),pe(o.b,m))}function age(t){O7();var e,n,r,s;if(e=Xs(t),t<hA.length)return hA[e];if(t<=50)return IO((Gd(),Tht),e);if(t<=Fp)return Z6(IO(Pk[1],e),e);if(t>1e6)throw nt(new o$("power of ten too big"));if(t<=ki)return Z6(IO(Pk[1],e),e);for(r=IO(Pk[1],ki),s=r,n=Oc(t-ki),e=Xs(t%ki);Rc(n,ki)>0;)s=X4(s,r),n=ef(n,ki);for(s=X4(s,IO(Pk[1],e)),s=Z6(s,ki),n=Oc(t-ki);Rc(n,ki)>0;)s=Z6(s,ki),n=ef(n,ki);return s=Z6(s,e),s}function oge(t){var e,n,r,s,o,h,d,m,k,T;for(m=new J(t.a);m.a<m.c.c.length;)if(d=u(et(m),10),d.k==(Un(),Ds)&&(s=u(K(d,(ae(),_c)),64),s==(ve(),Jn)||s==Gn))for(r=new nr(ir(Sg(d).a.Kc(),new q));Sr(r);)n=u(lr(r),18),e=n.a,e.b!=0&&(k=n.c,k.i==d&&(o=(cr(e.b!=0),u(e.a.a.c,8)),o.b=hc(ot(st(ua,1),le,8,0,[k.i.n,k.n,k.a])).b),T=n.d,T.i==d&&(h=(cr(e.b!=0),u(e.c.b.c,8)),h.b=hc(ot(st(ua,1),le,8,0,[T.i.n,T.n,T.a])).b))}function CS(t,e,n,r){var s,o,h;if(this.j=new ge,this.k=new ge,this.b=new ge,this.c=new ge,this.e=new P6,this.i=new Xu,this.f=new Mnt,this.d=new ge,this.g=new ge,pe(this.b,t),pe(this.b,e),this.e.c=b.Math.min(t.a,e.a),this.e.d=b.Math.min(t.b,e.b),this.e.b=b.Math.abs(t.a-e.a),this.e.a=b.Math.abs(t.b-e.b),s=u(K(r,(Me(),qo)),75),s)for(h=_r(s,0);h.b!=h.d.c;)o=u(Tr(h),8),X3t(o.a,t.a)&&Zr(this.i,o);n&&pe(this.j,n),pe(this.k,r)}function JEn(t,e,n,r){var s,o,h,d,m,k,T;for(d=-1,T=new J(t);T.a<T.c.c.length;)k=u(et(T),118),k.g=d--,s=qr(sq(Hz(Ai(new ln(null,new gn(k.f,16)),new hZ),new fZ)).d),o=qr(sq(Hz(Ai(new ln(null,new gn(k.k,16)),new dZ),new gZ)).d),h=s,m=o,r||(h=qr(sq(Hz(new ln(null,new gn(k.f,16)),new t6)).d),m=qr(sq(Hz(new ln(null,new gn(k.k,16)),new uZ)).d)),k.d=h,k.a=s,k.i=m,k.b=o,m==0?fs(n,k,n.c.b,n.c):h==0&&fs(e,k,e.c.b,e.c)}function mk(t,e){var n,r,s,o,h,d;if(t.k==(Un(),qc)&&(n=t.k==qc&&!gE(Ai(u(K(t,(ae(),kA)),15).Oc(),new Mf(new TB))).Bd((j2(),Nk))?(ah(),SN):e,Zt(t,(ae(),Hk),n),n!=(ah(),a2)))for(r=u(K(t,Di),18),d=Rt(Ht(K(r,(Me(),zp)))),h=0,n==V0?h=t.o.b-b.Math.ceil(d/2):n==SN&&(h=b.Math.ceil(t.o.b-Rt(Ht(K(Ia(t),G5)))-d)/2,t.o.b-=Rt(Ht(K(Ia(t),G5))),t.o.b-=d),o=new J(t.j);o.a<o.c.c.length;)s=u(et(o),12),s.n.b=h}function cge(t,e,n){var r,s,o,h,d,m,k,T,A;for(s=!0,h=new J(t.b);h.a<h.c.c.length;){for(o=u(et(h),30),k=Vs,T=null,m=new J(o.a);m.a<m.c.c.length;)if(d=u(et(m),10),A=Rt(e.p[d.p])+Rt(e.d[d.p])-d.d.d,r=Rt(e.p[d.p])+Rt(e.d[d.p])+d.o.b+d.d.a,A>k&&r>k)T=d,k=Rt(e.p[d.p])+Rt(e.d[d.p])+d.o.b+d.d.a;else{s=!1,n._g()&&n.bh("bk node placement breaks on "+d+" which should have been after "+T);break}if(!s)break}return n._g()&&n.bh(e+" is feasible: "+s),s}function _kt(t,e,n,r){var s,o,h,d,m,k,T,A,N;if(o=new Lg(t),C(o,(Un(),cu)),Zt(o,(Me(),ms),(xa(),lu)),s=0,e){for(h=new Kc,Zt(h,(ae(),Di),e),Zt(o,Di,e.i),Qs(h,(ve(),Gn)),uc(h,o),N=Hd(e.e),k=N,T=0,A=k.length;T<A;++T)m=k[T],ya(m,h);Zt(e,ml,o),++s}if(n){for(d=new Kc,Zt(o,(ae(),Di),n.i),Zt(d,Di,n),Qs(d,(ve(),Jn)),uc(d,o),N=Hd(n.g),k=N,T=0,A=k.length;T<A;++T)m=k[T],Ya(m,d);Zt(n,ml,o),++s}return Zt(o,(ae(),TG),fe(s)),In(r.c,o),o}function ZEn(t){var e,n,r,s,o,h,d,m,k,T,A,N,j;for(n=(k=new li(t.c.b).a.vc().Kc(),new qi(k));n.a.Ob();)e=(d=u(n.a.Pb(),44),u(d.md(),143)),s=e.a,s==null&&(s=""),r=Csn(t.c,s),!r&&s.length==0&&(r=dbn(t)),r&&!Ky(r.c,e,!1)&&Zr(r.c,e);for(h=_r(t.a,0);h.b!=h.d.c;)o=u(Tr(h),486),T=xst(t.c,o.a),j=xst(t.c,o.b),T&&j&&Zr(T.c,new Ys(j,o.c));for(Zl(t.a),N=_r(t.b,0);N.b!=N.d.c;)A=u(Tr(N),486),e=Tsn(t.c,A.a),m=xst(t.c,A.b),e&&m&&rrn(e,m,A.c);Zl(t.b)}function t7n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j;o=new g6(t),h=new vhe,s=(AI(h.g),AI(h.j),dl(h.b),AI(h.d),AI(h.i),dl(h.k),dl(h.c),dl(h.e),j=e1e(h,o,null),X1e(h,o),j),e&&(k=new g6(e),d=u7n(k),Yxt(s,ot(st(HMt,1),Ln,536,0,[d]))),N=!1,A=!1,n&&(k=new g6(n),uU in k.a&&(N=bg(k,uU).qe().a),Rwe in k.a&&(A=bg(k,Rwe).qe().a)),T=fWt(eoe(new E6,N),A),B3n(new sp,s,T),uU in o.a&&C1(o,uU,null),(N||A)&&(m=new T6,H0e(T,m,N,A),C1(o,uU,m)),r=new hGt(h),xpn(new hmt(s),r)}function e7n(t,e,n){var r,s,o,h,d,m,k,T,A;for(h=new The,k=ot(st(Or,1),ii,28,15,[0]),s=-1,o=0,r=0,m=0;m<t.b.c.length;++m)if(T=u(Oe(t.b,m),443),T.b>0){if(s<0&&T.a&&(s=m,o=k[0],r=0),s>=0){if(d=T.b,m==s&&(d-=r++,d==0))return 0;if(!hpe(e,k,T,d,h)){m=s-1,k[0]=o;continue}}else if(s=-1,!hpe(e,k,T,0,h))return 0}else{if(s=-1,qa(T.c,0)==32){if(A=k[0],hae(e,k),k[0]>A)continue}else if(Rln(e,T.c,k[0])){k[0]+=T.c.length;continue}return 0}return $9n(h,n)?k[0]:0}function n7n(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(T=new Oz(new xD(n)),d=Vt(Fl,B0,28,t.f.e.c.length,16,1),lyt(d,d.length),n[e.a]=0,k=new J(t.f.e);k.a<k.c.c.length;)m=u(et(k),153),m.a!=e.a&&(n[m.a]=ki),z6(S7(T,m),K7);for(;T.b.c.length!=0;)for(A=u(zst(T),153),d[A.a]=!0,o=aJt(new Znt(t.b,A),0);o.c;)s=u(G3t(o),289),N=gmn(s,A),!d[N.a]&&(Ui(s,(mO(),VU))?h=Rt(Ht(K(s,VU))):h=t.c,r=n[A.a]+h,r<n[N.a]&&(n[N.a]=r,koe(T,N),z6(S7(T,N),K7)))}function r7n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U;for(h=t.o,r=Vt(Or,ii,28,h,15,1),s=Vt(Or,ii,28,h,15,1),n=t.p,e=Vt(Or,ii,28,n,15,1),o=Vt(Or,ii,28,n,15,1),k=0;k<h;k++){for(A=0;A<n&&!a5(t,k,A);)++A;r[k]=A}for(T=0;T<h;T++){for(A=n-1;A>=0&&!a5(t,T,A);)--A;s[T]=A}for(j=0;j<n;j++){for(d=0;d<h&&!a5(t,d,j);)++d;e[j]=d}for(U=0;U<n;U++){for(d=h-1;d>=0&&!a5(t,d,U);)--d;o[U]=d}for(m=0;m<h;m++)for(N=0;N<n;N++)m<o[N]&&m>e[N]&&N<s[m]&&N>r[m]&&rV(t,m,N,!1,!0)}function Skt(t){var e,n,r,s,o,h,d,m;n=Ie(De(K(t,(Vf(),s3e)))),o=t.a.c.d,d=t.a.d.d,n?(h=Rd(ra(new se(d.a,d.b),o),.5),m=Rd(Ma(t.e),.5),e=ra(Ei(new se(o.a,o.b),h),m),Bmt(t.d,e)):(s=Rt(Ht(K(t.a,g3e))),r=t.d,o.a>=d.a?o.b>=d.b?(r.a=d.a+(o.a-d.a)/2+s,r.b=d.b+(o.b-d.b)/2-s-t.e.b):(r.a=d.a+(o.a-d.a)/2+s,r.b=o.b+(d.b-o.b)/2+s):o.b>=d.b?(r.a=o.a+(d.a-o.a)/2+s,r.b=d.b+(o.b-d.b)/2+s):(r.a=o.a+(d.a-o.a)/2+s,r.b=o.b+(d.b-o.b)/2-s-t.e.b))}function _S(t){var e,n,r,s,o,h,d,m;if(!t.f){if(m=new UR,d=new UR,e=wL,h=e.a.zc(t,e),h==null){for(o=new Zn(Ko(t));o.e!=o.i.gc();)s=u(sr(o),29),bs(m,_S(s));e.a.Bc(t)!=null,e.a.gc()==0}for(r=(!t.s&&(t.s=new Jt(Ku,t,21,17)),new Zn(t.s));r.e!=r.i.gc();)n=u(sr(r),179),At(n,102)&&Mr(d,u(n,19));Uy(d),t.r=new JZt(t,(u(Lt(Xt((Tb(),Fn).o),6),19),d.i),d.g),bs(m,t.r),Uy(m),t.f=new B4((u(Lt(Xt(Fn.o),5),19),m.i),m.g),Sl(t).b&=-3}return t.f}function uge(t){bm(t,new ow(dm(lm(fm(hm(new cg,dw),"ELK DisCo"),"Layouter for arranging unconnected subgraphs. The subgraphs themselves are, by default, not laid out."),new h1))),he(t,dw,xut,_e(Y9t)),he(t,dw,kut,_e(qht)),he(t,dw,Sk,_e(Vye)),he(t,dw,av,_e(W9t)),he(t,dw,p8t,_e(Wye)),he(t,dw,b8t,_e(Kye)),he(t,dw,g8t,_e(Yye)),he(t,dw,w8t,_e(Gye)),he(t,dw,T8t,_e(Uye)),he(t,dw,C8t,_e(zht)),he(t,dw,_8t,_e(K9t)),he(t,dw,S8t,_e(RU))}function oV(){oV=V,bIt=ot(st(Uh,1),Yd,28,15,[48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70]),R7e=new RegExp(`[
+\r\f]+`);try{gL=ot(st(R_n,1),Ln,2114,0,[new kD((imt(),dH("yyyy-MM-dd'T'HH:mm:ss'.'SSSZ",sI((a$(),a$(),cA))))),new kD(dH("yyyy-MM-dd'T'HH:mm:ss'.'SSS",sI(cA))),new kD(dH("yyyy-MM-dd'T'HH:mm:ss",sI(cA))),new kD(dH("yyyy-MM-dd'T'HH:mm",sI(cA))),new kD(dH("yyyy-MM-dd",sI(cA)))])}catch(t){if(t=is(t),!At(t,82))throw nt(t)}}function i7n(t,e){var n,r,s,o;if(s=Ml(t.d,1)!=0,r=okt(t,e),r==0&&Ie(De(K(e.j,(ae(),Zb)))))return 0;!Ie(De(K(e.j,(ae(),Zb))))&&!Ie(De(K(e.j,q5)))||$t(K(e.j,(Me(),q0)))===$t((Vd(),Hp))?e.c.mg(e.e,s):s=Ie(De(K(e.j,Zb))),FO(t,e,s,!0),Ie(De(K(e.j,q5)))&&Zt(e.j,q5,(Nn(),!1)),Ie(De(K(e.j,Zb)))&&(Zt(e.j,Zb,(Nn(),!1)),Zt(e.j,q5,!0)),n=okt(t,e);do{if(v4t(t),n==0)return 0;s=!s,o=n,FO(t,e,s,!1),n=okt(t,e)}while(o>n);return o}function lge(t,e){var n,r,s,o;if(s=Ml(t.d,1)!=0,r=zH(t,e),r==0&&Ie(De(K(e.j,(ae(),Zb)))))return 0;!Ie(De(K(e.j,(ae(),Zb))))&&!Ie(De(K(e.j,q5)))||$t(K(e.j,(Me(),q0)))===$t((Vd(),Hp))?e.c.mg(e.e,s):s=Ie(De(K(e.j,Zb))),FO(t,e,s,!0),Ie(De(K(e.j,q5)))&&Zt(e.j,q5,(Nn(),!1)),Ie(De(K(e.j,Zb)))&&(Zt(e.j,Zb,(Nn(),!1)),Zt(e.j,q5,!0)),n=zH(t,e);do{if(v4t(t),n==0)return 0;s=!s,o=n,FO(t,e,s,!1),n=zH(t,e)}while(o>n);return o}function Akt(t,e,n,r){var s,o,h,d,m,k,T,A,N;return m=ra(new se(n.a,n.b),t),k=m.a*e.b-m.b*e.a,T=e.a*r.b-e.b*r.a,A=(m.a*r.b-m.b*r.a)/T,N=k/T,T==0?k==0?(s=Ei(new se(n.a,n.b),Rd(new se(r.a,r.b),.5)),o=Lb(t,s),h=Lb(Ei(new se(t.a,t.b),e),s),d=b.Math.sqrt(r.a*r.a+r.b*r.b)*.5,o<h&&o<=d?new se(t.a,t.b):h<=d?Ei(new se(t.a,t.b),e):null):null:A>=0&&A<=1&&N>=0&&N<=1?Ei(new se(t.a,t.b),Rd(new se(e.a,e.b),A)):null}function s7n(t,e,n){var r,s,o,h,d;if(r=u(K(t,(Me(),Gft)),21),n.a>e.a&&(r.Hc((aw(),JA))?t.c.a+=(n.a-e.a)/2:r.Hc(ZA)&&(t.c.a+=n.a-e.a)),n.b>e.b&&(r.Hc((aw(),eL))?t.c.b+=(n.b-e.b)/2:r.Hc(tL)&&(t.c.b+=n.b-e.b)),u(K(t,(ae(),uu)),21).Hc((ko(),zh))&&(n.a>e.a||n.b>e.b))for(d=new J(t.a);d.a<d.c.c.length;)h=u(et(d),10),h.k==(Un(),Ds)&&(s=u(K(h,_c),64),s==(ve(),Jn)?h.n.a+=n.a-e.a:s==vr&&(h.n.b+=n.b-e.b));o=t.d,t.f.a=n.a-o.b-o.c,t.f.b=n.b-o.d-o.a}function a7n(t,e,n){var r,s,o,h,d;if(r=u(K(t,(Me(),Gft)),21),n.a>e.a&&(r.Hc((aw(),JA))?t.c.a+=(n.a-e.a)/2:r.Hc(ZA)&&(t.c.a+=n.a-e.a)),n.b>e.b&&(r.Hc((aw(),eL))?t.c.b+=(n.b-e.b)/2:r.Hc(tL)&&(t.c.b+=n.b-e.b)),u(K(t,(ae(),uu)),21).Hc((ko(),zh))&&(n.a>e.a||n.b>e.b))for(h=new J(t.a);h.a<h.c.c.length;)o=u(et(h),10),o.k==(Un(),Ds)&&(s=u(K(o,_c),64),s==(ve(),Jn)?o.n.a+=n.a-e.a:s==vr&&(o.n.b+=n.b-e.b));d=t.d,t.f.a=n.a-d.b-d.c,t.f.b=n.b-d.d-d.a}function o7n(t){var e,n,r,s,o,h,d,m,k,T,A,N;for(e=T1e(t),T=(d=new ui(e).a.vc().Kc(),new Xi(d));T.a.Ob();){for(k=(s=u(T.a.Pb(),44),u(s.ld(),10)),A=0,N=0,A=k.d.d,N=k.o.b+k.d.a,t.d[k.p]=0,n=k;(o=t.a[n.p])!=k;)r=nwn(n,o),m=0,t.c==(qd(),Vp)?m=r.d.n.b+r.d.a.b-r.c.n.b-r.c.a.b:m=r.c.n.b+r.c.a.b-r.d.n.b-r.d.a.b,h=Rt(t.d[n.p])+m,t.d[o.p]=h,A=b.Math.max(A,o.d.d-h),N=b.Math.max(N,h+o.o.b+o.d.a),n=o;n=k;do t.d[n.p]=Rt(t.d[n.p])+A,n=t.a[n.p];while(n!=k);t.b[k.p]=A+N}}function SS(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(o=0,h=t.t,s=0,r=0,m=0,N=0,A=0,n&&(t.n.c.length=0,pe(t.n,new eq(t.s,t.t,t.i))),d=0,T=new J(t.b);T.a<T.c.c.length;)k=u(et(T),27),o+k.g+(d>0?t.i:0)>e&&m>0&&(o=0,h+=m+t.i,s=b.Math.max(s,N),r+=m+t.i,m=0,N=0,n&&(++A,pe(t.n,new eq(t.s,h,t.i))),d=0),N+=k.g+(d>0?t.i:0),m=b.Math.max(m,k.f),n&&txt(u(Oe(t.n,A),209),k),o+=k.g+(d>0?t.i:0),++d;return s=b.Math.max(s,N),r+=m,n&&(t.r=s,t.d=r,ixt(t.j)),new Th(t.s,t.t,s,r)}function cct(t){var e,n,r,s,o,h,d,m,k,T,A,N;for(t.b=!1,A=ns,m=Vs,N=ns,k=Vs,r=t.e.a.ec().Kc();r.Ob();)for(n=u(r.Pb(),272),s=n.a,A=b.Math.min(A,s.c),m=b.Math.max(m,s.c+s.b),N=b.Math.min(N,s.d),k=b.Math.max(k,s.d+s.a),h=new J(n.c);h.a<h.c.c.length;)o=u(et(h),407),e=o.a,e.a?(T=s.d+o.b.b,d=T+o.c,N=b.Math.min(N,T),k=b.Math.max(k,d)):(T=s.c+o.b.a,d=T+o.c,A=b.Math.min(A,T),m=b.Math.max(m,d));t.a=new se(m-A,k-N),t.c=new se(A+t.d.a,N+t.d.b)}function b5(t){var e,n,r,s,o,h,d,m;if(!t.a){if(t.o=null,m=new MGt(t),e=new Gtt,n=wL,d=n.a.zc(t,n),d==null){for(h=new Zn(Ko(t));h.e!=h.i.gc();)o=u(sr(h),29),bs(m,b5(o));n.a.Bc(t)!=null,n.a.gc()==0}for(s=(!t.s&&(t.s=new Jt(Ku,t,21,17)),new Zn(t.s));s.e!=s.i.gc();)r=u(sr(s),179),At(r,331)&&Mr(e,u(r,35));Uy(e),t.k=new ZZt(t,(u(Lt(Xt((Tb(),Fn).o),7),19),e.i),e.g),bs(m,t.k),Uy(m),t.a=new B4((u(Lt(Xt(Fn.o),4),19),m.i),m.g),Sl(t).b&=-2}return t.a}function Lkt(t,e,n,r){var s,o,h,d,m,k,T;if(T=Au(t.e.Dh(),e),s=0,o=u(t.g,124),m=null,bo(),u(e,69).xk()){for(d=0;d<t.i;++d)if(h=o[d],T.am(h.Lk())){if(Ci(h,n)){m=h;break}++s}}else if(n!=null){for(d=0;d<t.i;++d)if(h=o[d],T.am(h.Lk())){if(Ci(n,h.md())){m=h;break}++s}}else for(d=0;d<t.i;++d)if(h=o[d],T.am(h.Lk())){if(h.md()==null){m=h;break}++s}return m&&(zl(t.e)&&(k=e.Jk()?new wst(t.e,4,e,n,null,s,!0):Sb(t,e.tk()?2:1,e,n,e.ik(),-1,!0),r?r.nj(k):r=k),r=jO(t,m,r)),r}function uct(t,e,n,r,s,o,h){var d,m,k,T,A,N,j,U,W;switch(U=0,W=0,m=s.c,d=s.b,T=n.f,j=n.g,e.g){case 0:U=r.i+r.g+h,t.c?W=_yn(U,o,r,h):W=r.j,N=b.Math.max(m,U+j),k=b.Math.max(d,W+T);break;case 1:W=r.j+r.f+h,t.c?U=Cyn(W,o,r,h):U=r.i,N=b.Math.max(m,U+j),k=b.Math.max(d,W+T);break;case 2:U=m+h,W=0,N=m+h+j,k=b.Math.max(d,T);break;case 3:U=0,W=d+h,N=b.Math.max(m,j),k=d+h+T;break;default:throw nt(new zn("IllegalPlacementOption."))}return A=new z5t(t.a,N,k,e,U,W),A}function c7n(t){var e,n,r,s,o,h,d,m,k,T,A,N;if(d=t.d,A=u(K(t,(ae(),Uk)),15),e=u(K(t,$k),15),!(!A&&!e)){if(o=Rt(Ht(Wy(t,(Me(),e1t)))),h=Rt(Ht(Wy(t,tAt))),N=0,A){for(k=0,s=A.Kc();s.Ob();)r=u(s.Pb(),10),k=b.Math.max(k,r.o.b),N+=r.o.a;N+=o*(A.gc()-1),d.d+=k+h}if(n=0,e){for(k=0,s=e.Kc();s.Ob();)r=u(s.Pb(),10),k=b.Math.max(k,r.o.b),n+=r.o.a;n+=o*(e.gc()-1),d.a+=k+h}m=b.Math.max(N,n),m>t.o.a&&(T=(m-t.o.a)/2,d.b=b.Math.max(d.b,T),d.c=b.Math.max(d.c,T))}}function u7n(t){var e,n,r,s,o,h,d,m;for(o=new ire,$rn(o,(sk(),CEe)),r=(s=tat(t,Vt(Ne,le,2,0,6,1)),new $r(new hl(new trt(t,s).b)));r.b<r.d.gc();)n=(cr(r.b<r.d.gc()),Gr(r.d.Xb(r.c=r.b++))),h=Fkt(h2,n),h&&(e=bg(t,n),e.te()?d=e.te().a:e.qe()?d=""+e.qe().a:e.re()?d=""+e.re().a:d=e.Ib(),m=Pkt(h,d),m!=null&&((Ju(h.j,(A1(),Js))||Ju(h.j,_n))&&eO(qst(o,wi),h,m),Ju(h.j,c0)&&eO(qst(o,Cs),h,m),Ju(h.j,Dw)&&eO(qst(o,kl),h,m),Ju(h.j,Gp)&&eO(qst(o,Oo),h,m)));return o}function HO(t,e,n){var r,s,o,h,d,m,k,T;if(s=u(t.g,124),Dg(t.e,e))return bo(),u(e,69).xk()?new xz(e,t):new YD(e,t);for(k=Au(t.e.Dh(),e),r=0,d=0;d<t.i;++d){if(o=s[d],h=o.Lk(),k.am(h)){if(bo(),u(e,69).xk())return o;if(h==(bk(),n8)||h==e8){for(m=new Jl(ec(o.md()));++d<t.i;)o=s[d],h=o.Lk(),(h==n8||h==e8)&&ni(m,ec(o.md()));return lvt(u(e.Hk(),156),m.a)}else return T=o.md(),T!=null&&n&&At(e,102)&&u(e,19).Bb&fo&&(T=pS(t,e,d,r,T)),T}++r}return e.ik()}function cV(t,e,n,r){var s,o,h,d,m,k;if(m=Au(t.e.Dh(),e),o=u(t.g,124),Dg(t.e,e)){for(s=0,d=0;d<t.i;++d)if(h=o[d],m.am(h.Lk())){if(s==n)return bo(),u(e,69).xk()?h:(k=h.md(),k!=null&&r&&At(e,102)&&u(e,19).Bb&fo&&(k=pS(t,e,d,s,k)),k);++s}throw nt(new No(ZS+n+ww+s))}else{for(s=0,d=0;d<t.i;++d){if(h=o[d],m.am(h.Lk()))return bo(),u(e,69).xk()?h:(k=h.md(),k!=null&&r&&At(e,102)&&u(e,19).Bb&fo&&(k=pS(t,e,d,s,k)),k);++s}return e.ik()}}function lct(){lct=V,Ove=ot(st(Or,1),ii,28,15,[Va,1162261467,DS,1220703125,362797056,1977326743,DS,387420489,mV,214358881,429981696,815730721,1475789056,170859375,268435456,410338673,612220032,893871739,128e7,1801088541,113379904,148035889,191102976,244140625,308915776,387420489,481890304,594823321,729e6,887503681,DS,1291467969,1544804416,1838265625,60466176]),Pve=ot(st(Or,1),ii,28,15,[-1,-1,31,19,15,13,11,11,10,9,9,8,8,8,8,7,7,7,7,7,7,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,5])}function hct(t,e){var n,r,s,o,h,d,m,k,T,A;if(h=t.e,m=e.e,m==0)return t;if(h==0)return e.e==0?e:new H2(-e.e,e.d,e.a);if(o=t.d,d=e.d,o+d==2)return n=ia(t.a[0],Eo),r=ia(e.a[0],Eo),h<0&&(n=Ep(n)),m<0&&(r=Ep(r)),Gd(),K$(ef(n,r),0)?Fb(ef(n,r)):__(Fb(Ep(ef(n,r))));if(s=o!=d?o>d?1:-1:W4t(t.a,e.a,o),s==-1)A=-m,T=h==m?Cst(e.a,d,t.a,o):Sst(e.a,d,t.a,o);else if(A=h,h==m){if(s==0)return Gd(),lA;T=Cst(t.a,o,e.a,d)}else T=Sst(t.a,o,e.a,d);return k=new H2(A,T.length,T),I_(k),k}function l7n(t,e){var n,r,s,o;if(o=K0e(e),!e.c&&(e.c=new Jt(kl,e,9,9)),xs(new ln(null,(!e.c&&(e.c=new Jt(kl,e,9,9)),new gn(e.c,16))),new ZHt(o)),s=u(K(o,(ae(),uu)),21),n9n(e,s),s.Hc((ko(),zh)))for(r=new Zn((!e.c&&(e.c=new Jt(kl,e,9,9)),e.c));r.e!=r.i.gc();)n=u(sr(r),123),D9n(t,e,o,n);return u(ne(e,(Me(),Sw)),181).gc()!=0&&jde(e,o),Ie(De(K(o,YSt)))&&s.Fc(kG),Ui(o,ZP)&&KKt(new D5t(Rt(Ht(K(o,ZP)))),o),$t(ne(e,A3))===$t((Cg(),Wp))?e_n(t,e,o):jCn(t,e,o),o}function h7n(t){var e,n,r,s,o,h,d,m;for(s=new J(t.b);s.a<s.c.c.length;)for(r=u(et(s),30),h=new J(Bm(r.a));h.a<h.c.c.length;)if(o=u(et(h),10),bae(o)&&(n=u(K(o,(ae(),mv)),313),!n.g&&n.d))for(e=n,m=n.d;m;)Xde(m.i,m.k,!1,!0),BI(e.a),BI(m.i),BI(m.k),BI(m.b),ya(m.c,e.c.d),ya(e.c,null),Ca(e.a,null),Ca(m.i,null),Ca(m.k,null),Ca(m.b,null),d=new o3t(e.i,m.a,e.e,m.j,m.f),d.k=e.k,d.n=e.n,d.b=e.b,d.c=m.c,d.g=e.g,d.d=m.d,Zt(e.i,mv,d),Zt(m.a,mv,d),m=m.d,e=d}function iu(t,e){var n,r,s,o,h,d,m;if(t==null)return null;if(o=t.length,o==0)return"";for(m=Vt(Uh,Yd,28,o,15,1),Sa(0,o,t.length),Sa(0,o,m.length),tee(t,0,o,m,0),n=null,d=e,s=0,h=0;s<o;s++)r=m[s],Bpe(),r<=32&&wt[r]&2?d?(!n&&(n=new Jh(t)),Xin(n,s-h++)):(d=e,r!=32&&(!n&&(n=new Jh(t)),sat(n,s-h,s-h+1,String.fromCharCode(32)))):d=!1;return d?n?(o=n.a.length,o>0?Ch(n.a,0,o-1):""):(Sa(0,o-1,t.length),t.substr(0,o-1)):n?n.a:t}function f7n(t,e){var n,r,s,o,h,d,m;for(e.Ug("Sort By Input Model "+K(t,(Me(),q0)),1),s=0,r=new J(t.b);r.a<r.c.c.length;){for(n=u(et(r),30),m=s==0?0:s-1,d=u(Oe(t.b,m),30),h=new J(n.a);h.a<h.c.c.length;)o=u(et(h),10),$t(K(o,ms))!==$t((xa(),Nw))&&$t(K(o,ms))!==$t(lu)&&(wn(),Ms(o.j,new eue(d,u(K(t,q0),284),phe(o),Ie(De(K(t,Uft))))),e.bh("Node "+o+" ports: "+o.j));wn(),Ms(n.a,new _oe(d,u(K(t,q0),284),u(K(t,TSt),390))),e.bh("Layer "+s+": "+n),++s}e.Vg()}function a3(t,e){var n,r,s,o,h;if(h=u(e,138),h5(t),h5(h),h.b!=null){if(t.c=!0,t.b==null){t.b=Vt(Or,ii,28,h.b.length,15,1),Wc(h.b,0,t.b,0,h.b.length);return}for(o=Vt(Or,ii,28,t.b.length+h.b.length,15,1),n=0,r=0,s=0;n<t.b.length||r<h.b.length;)n>=t.b.length?(o[s++]=h.b[r++],o[s++]=h.b[r++]):r>=h.b.length?(o[s++]=t.b[n++],o[s++]=t.b[n++]):h.b[r]<t.b[n]||h.b[r]===t.b[n]&&h.b[r+1]<t.b[n+1]?(o[s++]=h.b[r++],o[s++]=h.b[r++]):(o[s++]=t.b[n++],o[s++]=t.b[n++]);t.b=o}}function d7n(t,e){var n,r,s,o,h,d,m,k,T,A;return n=Ie(De(K(t,(ae(),C3)))),d=Ie(De(K(e,C3))),r=u(K(t,I1),12),m=u(K(e,I1),12),s=u(K(t,hf),12),k=u(K(e,hf),12),T=!!r&&r==m,A=!!s&&s==k,!n&&!d?new vvt(u(et(new J(t.j)),12).p==u(et(new J(e.j)),12).p,T,A):(o=(!Ie(De(K(t,C3)))||Ie(De(K(t,XP))))&&(!Ie(De(K(e,C3)))||Ie(De(K(e,XP)))),h=(!Ie(De(K(t,C3)))||!Ie(De(K(t,XP))))&&(!Ie(De(K(e,C3)))||!Ie(De(K(e,XP)))),new vvt(T&&o||A&&h,T,A))}function hge(t){var e,n,r,s,o,h,d,m;for(r=0,n=0,m=new Qi,e=0,d=new J(t.n);d.a<d.c.c.length;)h=u(et(d),209),h.c.c.length==0?fs(m,h,m.c.b,m.c):(r=b.Math.max(r,h.d),n+=h.a+(e>0?t.i:0)),++e;for(g5t(t.n,m),t.d=n,t.r=r,t.g=0,t.f=0,t.e=0,t.o=ns,t.p=ns,o=new J(t.b);o.a<o.c.c.length;)s=u(et(o),27),t.p=b.Math.min(t.p,s.g),t.g=b.Math.max(t.g,s.g),t.f=b.Math.max(t.f,s.f),t.o=b.Math.min(t.o,s.f),t.e+=s.f+t.i;t.a=t.e/t.b.c.length-t.i*((t.b.c.length-1)/t.b.c.length),ixt(t.j)}function fge(t){var e,n,r,s;return t.Db&64?Oat(t):(e=new Jl(sTt),r=t.k,r?ni(ni((e.a+=' "',e),r),'"'):(!t.n&&(t.n=new Jt(Oo,t,1,7)),t.n.i>0&&(s=(!t.n&&(t.n=new Jt(Oo,t,1,7)),u(Lt(t.n,0),135)).a,!s||ni(ni((e.a+=' "',e),s),'"'))),n=(!t.b&&(t.b=new En(gr,t,4,7)),!(t.b.i<=1&&(!t.c&&(t.c=new En(gr,t,5,8)),t.c.i<=1))),n?e.a+=" [":e.a+=" ",ni(e,Emt(new Knt,new Zn(t.b))),n&&(e.a+="]"),e.a+=Lut,n&&(e.a+="["),ni(e,Emt(new Knt,new Zn(t.c))),n&&(e.a+="]"),e.a)}function g7n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On;for(Kt=t.c,ie=e.c,n=Wo(Kt.a,t,0),r=Wo(ie.a,e,0),St=u(Wm(t,(xo(),vl)).Kc().Pb(),12),Je=u(Wm(t,xu).Kc().Pb(),12),Bt=u(Wm(e,vl).Kc().Pb(),12),On=u(Wm(e,xu).Kc().Pb(),12),ct=Hd(St.e),Ce=Hd(Je.g),Tt=Hd(Bt.e),en=Hd(On.g),Xy(t,r,ie),h=Tt,T=0,U=h.length;T<U;++T)s=h[T],ya(s,St);for(d=en,A=0,W=d.length;A<W;++A)s=d[A],Ya(s,Je);for(Xy(e,n,Kt),m=ct,N=0,tt=m.length;N<tt;++N)s=m[N],ya(s,Bt);for(o=Ce,k=0,j=o.length;k<j;++k)s=o[k],Ya(s,On)}function p7n(t){var e,n,r,s,o,h,d;for(h=u(ne(t,(G4(),J5)),27),r=new Zn((!h.e&&(h.e=new En(Cs,h,7,4)),h.e));r.e!=r.i.gc();)n=u(sr(r),74),d=new se(u(Lt((!n.a&&(n.a=new Jt(Ji,n,6,6)),n.a),0),166).j,u(Lt((!n.a&&(n.a=new Jt(Ji,n,6,6)),n.a),0),166).k),o=new se(u(Lt((!n.a&&(n.a=new Jt(Ji,n,6,6)),n.a),0),166).b,u(Lt((!n.a&&(n.a=new Jt(Ji,n,6,6)),n.a),0),166).c),s=new se(o.a-d.a,o.b-d.b),e=b.Math.atan2(s.b,s.a),u(Lt((!n.c&&(n.c=new En(gr,n,5,8)),n.c),0),84).qf(($b(),W1t),e)}function b7n(t,e){var n,r,s,o,h,d,m,k,T;for(e.Ug("Interactive Node Reorderer",1),T=(!t.a&&(t.a=new Jt(wi,t,10,11)),t.a),d=new ge,s=new Zn(T);s.e!=s.i.gc();)n=u(sr(s),27),td(n,(ad(),dN))&&In(d.c,n);for(o=new J(d);o.a<o.c.c.length;)n=u(et(o),27),Cq(T,n);for(wn(),Ms(d,new mtt),h=new J(d);h.a<h.c.c.length;)n=u(et(h),27),k=u(ne(n,(ad(),dN)),17).a,k=b.Math.min(k,T.i),eS(T,k,n);for(m=0,r=new Zn(T);r.e!=r.i.gc();)n=u(sr(r),27),Oi(n,(ad(),ZLt),fe(m)),++m;e.Vg()}function Mkt(t,e,n){var r,s,o,h,d,m,k,T;return b.Math.abs(e.s-e.c)<Jd||b.Math.abs(n.s-n.c)<Jd?0:(r=vde(t,e.j,n.e),s=vde(t,n.j,e.e),o=r==-1||s==-1,h=0,o?(r==-1&&(new G2((E1(),n2),n,e,1),++h),s==-1&&(new G2((E1(),n2),e,n,1),++h)):(d=r5(e.j,n.s,n.c),d+=r5(n.e,e.s,e.c),m=r5(n.j,e.s,e.c),m+=r5(e.e,n.s,n.c),k=r+16*d,T=s+16*m,k<T?new G2((E1(),F3),e,n,T-k):k>T?new G2((E1(),F3),n,e,k-T):k>0&&T>0&&(new G2((E1(),F3),e,n,0),new G2(F3,n,e,0))),h)}function w7n(t,e,n){var r,s,o;for(t.a=new ge,o=_r(e.b,0);o.b!=o.d.c;){for(s=u(Tr(o),39);u(K(s,(xc(),o0)),17).a>t.a.c.length-1;)pe(t.a,new Ys(E5,l7t));r=u(K(s,o0),17).a,n==(Rs(),Ho)||n==Jo?(s.e.a<Rt(Ht(u(Oe(t.a,r),42).a))&&Ut(u(Oe(t.a,r),42),s.e.a),s.e.a+s.f.a>Rt(Ht(u(Oe(t.a,r),42).b))&&ue(u(Oe(t.a,r),42),s.e.a+s.f.a)):(s.e.b<Rt(Ht(u(Oe(t.a,r),42).a))&&Ut(u(Oe(t.a,r),42),s.e.b),s.e.b+s.f.b>Rt(Ht(u(Oe(t.a,r),42).b))&&ue(u(Oe(t.a,r),42),s.e.b+s.f.b))}}function dge(t,e,n,r){var s,o,h,d,m,k,T;if(o=oH(r),d=Ie(De(K(r,(Me(),HSt)))),(d||Ie(De(K(t,FG))))&&!R4(u(K(t,ms),101)))s=ck(o),m=wkt(t,n,n==(xo(),xu)?s:lO(s));else switch(m=new Kc,uc(m,t),e?(T=m.n,T.a=e.a-t.n.a,T.b=e.b-t.n.b,mfe(T,0,0,t.o.a,t.o.b),Qs(m,P0e(m,o))):(s=ck(o),Qs(m,n==(xo(),xu)?s:lO(s))),h=u(K(r,(ae(),uu)),21),k=m.j,o.g){case 2:case 1:(k==(ve(),Hn)||k==vr)&&h.Fc((ko(),j5));break;case 4:case 3:(k==(ve(),Jn)||k==Gn)&&h.Fc((ko(),j5))}return m}function gge(t,e){var n,r,s,o,h,d;for(h=new Z2(new ps(t.f.b).a);h.b;){if(o=Vm(h),s=u(o.ld(),602),e==1){if(s.Af()!=(Rs(),qh)&&s.Af()!=bd)continue}else if(s.Af()!=(Rs(),Ho)&&s.Af()!=Jo)continue;switch(r=u(u(o.md(),42).b,86),d=u(u(o.md(),42).a,194),n=d.c,s.Af().g){case 2:r.g.c=t.e.a,r.g.b=b.Math.max(1,r.g.b+n);break;case 1:r.g.c=r.g.c+n,r.g.b=b.Math.max(1,r.g.b-n);break;case 4:r.g.d=t.e.b,r.g.a=b.Math.max(1,r.g.a+n);break;case 3:r.g.d=r.g.d+n,r.g.a=b.Math.max(1,r.g.a-n)}}}function m7n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W;for(d=Vt(Or,ii,28,e.b.c.length,15,1),k=Vt(ift,te,273,e.b.c.length,0,1),m=Vt(z0,Bp,10,e.b.c.length,0,1),A=t.a,N=0,j=A.length;N<j;++N){for(T=A[N],W=0,h=new J(T.e);h.a<h.c.c.length;)s=u(et(h),10),r=omt(s.c),++d[r],U=Rt(Ht(K(e,(Me(),Yf)))),d[r]>0&&m[r]&&(U=q4(t.b,m[r],s)),W=b.Math.max(W,s.c.c.b+U);for(o=new J(T.e);o.a<o.c.c.length;)s=u(et(o),10),s.n.b=W+s.d.d,n=s.c,n.c.b=W+s.d.d+s.o.b+s.d.a,k[Wo(n.b.b,n,0)]=s.k,m[Wo(n.b.b,n,0)]=s}}function pge(t,e){var n,r,s,o,h,d,m,k,T,A,N;for(r=new nr(ir(Mg(e).a.Kc(),new q));Sr(r);)n=u(lr(r),74),At(Lt((!n.b&&(n.b=new En(gr,n,4,7)),n.b),0),193)||(m=Xo(u(Lt((!n.c&&(n.c=new En(gr,n,5,8)),n.c),0),84)),bS(n)||(h=e.i+e.g/2,d=e.j+e.f/2,T=m.i+m.g/2,A=m.j+m.f/2,N=new Ea,N.a=T-h,N.b=A-d,o=new se(N.a,N.b),C7(o,e.g,e.f),N.a-=o.a,N.b-=o.b,h=T-N.a,d=A-N.b,k=new se(N.a,N.b),C7(k,m.g,m.f),N.a-=k.a,N.b-=k.b,T=h+N.a,A=d+N.b,s=d5(n,!0,!0),WE(s,h),XE(s,d),KE(s,T),YE(s,A),pge(t,m)))}function bge(t){bm(t,new ow(dm(lm(fm(hm(new cg,cv),"ELK SPOrE Compaction"),"ShrinkTree is a compaction algorithm that maintains the topology of a layout. The relocation of diagram elements is based on contracting a spanning tree."),new $l))),he(t,cv,Tlt,_e(mK)),he(t,cv,U7t,_e(bdt)),he(t,cv,G7t,_e(pdt)),he(t,cv,Clt,_e(AMt)),he(t,cv,_lt,_e(gdt)),he(t,cv,av,SMt),he(t,cv,h3,8),he(t,cv,Slt,_e(hEe)),he(t,cv,K7t,_e(CMt)),he(t,cv,W7t,_e(_Mt)),he(t,cv,mP,(Nn(),!1))}function v7n(t,e){var n,r,s,o,h,d,m,k,T,A;for(e.Ug("Simple node placement",1),A=u(K(t,(ae(),H5)),312),d=0,o=new J(t.b);o.a<o.c.c.length;){for(r=u(et(o),30),h=r.c,h.b=0,n=null,k=new J(r.a);k.a<k.c.c.length;)m=u(et(k),10),n&&(h.b+=R5t(m,n,A.c)),h.b+=m.d.d+m.o.b+m.d.a,n=m;d=b.Math.max(d,h.b)}for(s=new J(t.b);s.a<s.c.c.length;)for(r=u(et(s),30),h=r.c,T=(d-h.b)/2,n=null,k=new J(r.a);k.a<k.c.c.length;)m=u(et(k),10),n&&(T+=R5t(m,n,A.c)),T+=m.d.d,m.n.b=T,T+=m.o.b+m.d.a,n=m;e.Vg()}function y7n(t,e){var n,r,s,o;for(A0n(e.b.j),xs(Go(new ln(null,new gn(e.d,16)),new xJ),new kJ),o=new J(e.d);o.a<o.c.c.length;){switch(s=u(et(o),105),s.e.g){case 0:n=u(Oe(s.j,0),113).d.j,P(s,u(ql(H6(u(Mi(s.k,n),15).Oc(),N5)),113)),O(s,u(ql(Dy(u(Mi(s.k,n),15).Oc(),N5)),113));break;case 1:r=oxt(s),P(s,u(ql(H6(u(Mi(s.k,r[0]),15).Oc(),N5)),113)),O(s,u(ql(Dy(u(Mi(s.k,r[1]),15).Oc(),N5)),113));break;case 2:a4n(t,s);break;case 3:E6n(s);break;case 4:S6n(t,s)}L0n(s)}t.a=null}function fct(t,e,n){var r,s,o,h,d,m,k,T;return r=t.a.o==(X1(),gd)?ns:Vs,d=z0e(t,new cXt(e,n)),!d.a&&d.c?(Zr(t.d,d),r):d.a?(s=d.a.c,m=d.a.d,n?(k=t.a.c==(qd(),Lv)?m:s,o=t.a.c==Lv?s:m,h=t.a.g[o.i.p],T=Rt(t.a.p[h.p])+Rt(t.a.d[o.i.p])+o.n.b+o.a.b-Rt(t.a.d[k.i.p])-k.n.b-k.a.b):(k=t.a.c==(qd(),Vp)?m:s,o=t.a.c==Vp?s:m,T=Rt(t.a.p[t.a.g[o.i.p].p])+Rt(t.a.d[o.i.p])+o.n.b+o.a.b-Rt(t.a.d[k.i.p])-k.n.b-k.a.b),t.a.n[t.a.g[s.i.p].p]=(Nn(),!0),t.a.n[t.a.g[m.i.p].p]=!0,T):r}function x7n(t,e,n,r){var s,o,h,d,m,k,T,A;if(r.gc()==0)return!1;if(m=(bo(),u(e,69).xk()),h=m?r:new jm(r.gc()),Dg(t.e,e)){if(e.Si())for(T=r.Kc();T.Ob();)k=T.Pb(),aV(t,e,k,At(e,102)&&(u(e,19).Bb&fo)!=0)||(o=S0(e,k),h.Fc(o));else if(!m)for(T=r.Kc();T.Ob();)k=T.Pb(),o=S0(e,k),h.Fc(o)}else{for(A=Au(t.e.Dh(),e),s=u(t.g,124),d=0;d<t.i;++d)if(o=s[d],A.am(o.Lk()))throw nt(new zn(SP));if(r.gc()>1)throw nt(new zn(SP));m||(o=S0(e,r.Kc().Pb()),h.Fc(o))}return P4t(t,e6t(t,e,n),h)}function uV(t,e,n){var r,s,o,h,d,m,k,T;if(Dg(t.e,e))m=(bo(),u(e,69).xk()?new xz(e,t):new YD(e,t)),HH(m.c,m.b),h_(m,u(n,16));else{for(T=Au(t.e.Dh(),e),r=u(t.g,124),h=0;h<t.i;++h)if(s=r[h],o=s.Lk(),T.am(o)){if(o==(bk(),n8)||o==e8){for(k=Q5t(t,e,n),d=h,k?r3(t,h):++h;h<t.i;)s=r[h],o=s.Lk(),o==n8||o==e8?r3(t,h):++h;k||u(s5(t,d,S0(e,n)),76)}else Q5t(t,e,n)?r3(t,h):u(s5(t,h,(bo(),u(e,69).xk()?u(n,76):S0(e,n))),76);return}Q5t(t,e,n)||Mr(t,(bo(),u(e,69).xk()?u(n,76):S0(e,n)))}}function wge(t,e,n){var r,s,o,h,d,m,k,T;return Ci(n,t.b)||(t.b=n,o=new ls,h=u(tc(Go(new ln(null,new gn(n.f,16)),o),jy(new we,new Ri,new Pn,new Bn,ot(st(zo,1),te,108,0,[(bl(),w3),rc]))),21),t.e=!0,t.f=!0,t.c=!0,t.d=!0,s=h.Hc((lk(),PP)),r=h.Hc(NP),s&&!r&&(t.f=!1),!s&&r&&(t.d=!1),s=h.Hc(OP),r=h.Hc(FP),s&&!r&&(t.c=!1),!s&&r&&(t.e=!1)),T=u(t.a.Ve(e,n),42),m=u(T.a,17).a,k=u(T.b,17).a,d=!1,m<0?t.c||(d=!0):t.e||(d=!0),k<0?t.d||(d=!0):t.f||(d=!0),d?wge(t,T,n):T}function k7n(t){var e,n,r,s;s=t.o,Ay(),t.A.dc()||Ci(t.A,z9t)?e=s.b:(e=LO(t.f),t.A.Hc((Kl(),DN))&&!t.B.Hc((Dl(),fL))&&(e=b.Math.max(e,LO(u(Mo(t.p,(ve(),Jn)),252))),e=b.Math.max(e,LO(u(Mo(t.p,Gn),252)))),n=Yoe(t),n&&(e=b.Math.max(e,n.b)),t.A.Hc(IN)&&(t.q==(xa(),G0)||t.q==lu)&&(e=b.Math.max(e,yz(u(Mo(t.b,(ve(),Jn)),127))),e=b.Math.max(e,yz(u(Mo(t.b,Gn),127))))),Ie(De(t.e.Tf().of((si(),R3))))?s.b=b.Math.max(s.b,e):s.b=e,r=t.f.i,r.d=0,r.a=e,act(t.f)}function mge(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W;for(A=0;A<e.length;A++){for(d=t.Kc();d.Ob();)o=u(d.Pb(),230),o.hg(A,e);for(N=0;N<e[A].length;N++){for(m=t.Kc();m.Ob();)o=u(m.Pb(),230),o.ig(A,N,e);for(W=e[A][N].j,j=0;j<W.c.length;j++){for(k=t.Kc();k.Ob();)o=u(k.Pb(),230),o.jg(A,N,j,e);for(U=(mn(j,W.c.length),u(W.c[j],12)),n=0,s=new Z1(U.b);cc(s.a)||cc(s.b);)for(r=u(cc(s.a)?et(s.a):et(s.b),18),T=t.Kc();T.Ob();)o=u(T.Pb(),230),o.gg(A,N,j,n++,r,e)}}}for(h=t.Kc();h.Ob();)o=u(h.Pb(),230),o.fg()}function E7n(t,e){var n,r,s,o,h,d,m;for(t.b=Rt(Ht(K(e,(Me(),U5)))),t.c=Rt(Ht(K(e,Lw))),t.d=u(K(e,Qft),350),t.a=u(K(e,MG),282),umn(e),d=u(tc(Ai(Ai(lc(lc(new ln(null,new gn(e.b,16)),new iQ),new U9),new DM),new SB),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),s=d.Kc();s.Ob();)n=u(s.Pb(),18),h=u(K(n,(ae(),Ew)),15),h.Jc(new uVt(t)),Zt(n,Ew,null);for(r=d.Kc();r.Ob();)n=u(r.Pb(),18),m=u(K(n,(ae(),G_t)),18),o=u(K(n,V5),15),BCn(t,o,m),Zt(n,V5,null)}function dct(t,e){var n,r,s,o,h,d,m;if(t.a){if(d=t.a.xe(),m=null,d!=null?e.a+=""+d:(h=t.a.mk(),h!=null&&(o=Fd(h,qu(91)),o!=-1?(m=(qn(o,h.length+1),h.substr(o)),e.a+=""+Ch(h==null?Hu:(Wn(h),h),0,o)):e.a+=""+h)),t.d&&t.d.i!=0){for(s=!0,e.a+="<",r=new Zn(t.d);r.e!=r.i.gc();)n=u(sr(r),89),s?s=!1:e.a+=ro,dct(n,e);e.a+=">"}m!=null&&(e.a+=""+m)}else t.e?(d=t.e.zb,d!=null&&(e.a+=""+d)):(e.a+="?",t.b?(e.a+=" super ",dct(t.b,e)):t.f&&(e.a+=" extends ",dct(t.f,e)))}function T7n(t){t.b=null,t.a=null,t.o=null,t.q=null,t.v=null,t.w=null,t.B=null,t.p=null,t.Q=null,t.R=null,t.S=null,t.T=null,t.U=null,t.V=null,t.W=null,t.bb=null,t.eb=null,t.ab=null,t.H=null,t.db=null,t.c=null,t.d=null,t.f=null,t.n=null,t.r=null,t.s=null,t.u=null,t.G=null,t.J=null,t.e=null,t.j=null,t.i=null,t.g=null,t.k=null,t.t=null,t.F=null,t.I=null,t.L=null,t.M=null,t.O=null,t.P=null,t.$=null,t.N=null,t.Z=null,t.cb=null,t.K=null,t.D=null,t.A=null,t.C=null,t._=null,t.fb=null,t.X=null,t.Y=null,t.gb=!1,t.hb=!1}function C7n(t){var e,n,r,s;if(r=Cct((!t.c&&(t.c=TI(Oc(t.f))),t.c),0),t.e==0||t.a==0&&t.f!=-1&&t.e<0)return r;if(e=y4t(t)<0?1:0,n=t.e,s=(r.length+1+b.Math.abs(Xs(t.e)),new L4),e==1&&(s.a+="-"),t.e>0)if(n-=r.length-e,n>=0){for(s.a+="0.";n>xw.length;n-=xw.length)cte(s,xw);GJt(s,xw,Xs(n)),ni(s,(qn(e,r.length+1),r.substr(e)))}else n=e-n,ni(s,Ch(r,e,Xs(n))),s.a+=".",ni(s,vyt(r,Xs(n)));else{for(ni(s,(qn(e,r.length+1),r.substr(e)));n<-xw.length;n+=xw.length)cte(s,xw);GJt(s,xw,Xs(-n))}return s.a}function gct(t){var e,n,r,s,o,h,d,m,k;return!(t.k!=(Un(),Ts)||t.j.c.length<=1||(o=u(K(t,(Me(),ms)),101),o==(xa(),lu))||(s=(Yy(),(t.q?t.q:(wn(),wn(),j0))._b(Tv)?r=u(K(t,Tv),203):r=u(K(Ia(t),AA),203),r),s==KG)||!(s==Y5||s==W5)&&(h=Rt(Ht(Wy(t,LA))),e=u(K(t,eN),140),!e&&(e=new nvt(h,h,h,h)),k=fc(t,(ve(),Gn)),m=e.d+e.a+(k.gc()-1)*h,m>t.o.b||(n=fc(t,Jn),d=e.d+e.a+(n.gc()-1)*h,d>t.o.b)))}function _7n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt;e.Ug("Orthogonal edge routing",1),k=Rt(Ht(K(t,(Me(),K5)))),n=Rt(Ht(K(t,U5))),r=Rt(Ht(K(t,Lw))),N=new Bit(0,n),tt=0,h=new _a(t.b,0),d=null,T=null,m=null,A=null;do T=h.b<h.d.gc()?(cr(h.b<h.d.gc()),u(h.d.Xb(h.c=h.b++),30)):null,A=T?T.a:null,d&&(Ikt(d,tt),tt+=d.c.a),W=d?tt+r:tt,U=Bkt(N,t,m,A,W),s=!d||W$(m,(JH(),aN)),o=!T||W$(A,(JH(),aN)),U>0?(j=(U-1)*n,d&&(j+=r),T&&(j+=r),j<k&&!s&&!o&&(j=k),tt+=j):!s&&!o&&(tt+=k),d=T,m=A;while(T);t.f.a=tt,e.Vg()}function lV(t,e){var n,r,s,o,h,d,m,k,T,A;if(T=null,t.d&&(T=u(eu(t.d,e),142)),!T){if(o=t.a.vi(),A=o.i,!t.d||zC(t.d)!=A){for(m=new Er,t.d&&V_(m,t.d),k=m.f.c+m.i.c,d=k;d<A;++d)r=u(Lt(o,d),142),s=Sp(t.e,r).xe(),n=u(s==null?vu(m.f,null,r):Gm(m.i,s,r),142),n&&n!=r&&(s==null?vu(m.f,null,n):Gm(m.i,s,n));if(m.f.c+m.i.c!=A)for(h=0;h<k;++h)r=u(Lt(o,h),142),s=Sp(t.e,r).xe(),n=u(s==null?vu(m.f,null,r):Gm(m.i,s,r),142),n&&n!=r&&(s==null?vu(m.f,null,n):Gm(m.i,s,n));t.d=m}T=u(eu(t.d,e),142)}return T}function pct(t,e,n,r,s,o,h){var d,m,k,T,A,N,j;return A=Ie(De(K(e,(Me(),VSt)))),N=null,o==(xo(),vl)&&r.c.i==n?N=r.c:o==xu&&r.d.i==n&&(N=r.d),k=h,!k||!A||N?(T=(ve(),gc),N?T=N.j:R4(u(K(n,ms),101))&&(T=o==vl?Gn:Jn),m=S7n(t,e,n,o,T,r),d=kst((Ia(n),r)),o==vl?(Ya(d,u(Oe(m.j,0),12)),ya(d,s)):(Ya(d,s),ya(d,u(Oe(m.j,0),12))),k=new Eue(r,d,m,u(K(m,(ae(),Di)),12),o,!N)):(pe(k.e,r),j=b.Math.max(Rt(Ht(K(k.d,zp))),Rt(Ht(K(r,zp)))),Zt(k.d,zp,j)),dn(t.a,r,new fz(k.d,e,o)),k}function bct(){bct=V;var t;_It=new vKt,K7e=Vt(Ne,le,2,0,6,1),U7e=k1(ak(33,58),ak(1,26)),G7e=k1(ak(97,122),ak(65,90)),xIt=ak(48,57),H7e=k1(U7e,0),V7e=k1(G7e,xIt),kIt=k1(k1(0,ak(1,6)),ak(33,38)),EIt=k1(k1(xIt,ak(65,70)),ak(97,102)),W7e=k1(H7e,yH("-_.!~*'()")),Y7e=k1(V7e,fH("-_.!~*'()")),yH(dme),fH(dme),k1(W7e,yH(";:@&=+$,")),k1(Y7e,fH(";:@&=+$,")),TIt=yH(":/?#"),CIt=fH(":/?#"),pL=yH("/?#"),bL=fH("/?#"),t=new Os,t.a.zc("jar",t),t.a.zc("zip",t),t.a.zc("archive",t),HK=(wn(),new lE(t))}function S7n(t,e,n,r,s,o){var h,d,m,k,T,A;return h=null,k=r==(xo(),vl)?o.c:o.d,m=oH(e),k.i==n?(h=u(tr(t.b,k),10),h||(h=GO(k,u(K(n,(Me(),ms)),101),s,D8n(k),null,k.n,k.o,m,e),Zt(h,(ae(),Di),k),di(t.b,k,h))):(h=GO((T=new Ls,A=Rt(Ht(K(e,(Me(),Yf))))/2,eO(T,M3,A),T),u(K(n,ms),101),s,r==vl?-1:1,null,new Ea,new se(0,0),m,e),d=ayn(h,n,r),Zt(h,(ae(),Di),d),di(t.b,d,h)),u(K(e,(ae(),uu)),21).Fc((ko(),zh)),R4(u(K(e,(Me(),ms)),101))?Zt(e,ms,(xa(),GT)):Zt(e,ms,(xa(),md)),h}function R7(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U;d=0,U=0,m=Jz(t.g,t.g.length),o=t.e,h=t.j,r=t.b,s=t.c;do{for(j=0,T=new J(t.q);T.a<T.c.c.length;)k=u(et(T),10),N=Rge(t,k),n=!0,(t.r==(sf(),nN)||t.r==rN)&&(n=Ie(De(N.b))),u(N.a,17).a<0&&n?(++j,m=Jz(t.g,t.g.length),t.e=t.e+u(N.a,17).a,U+=o-t.e,o=t.e+u(N.a,17).a,h=t.j,r=Bm(t.b),s=Bm(t.c)):(t.g=Jz(m,m.length),t.e=o,t.b=(Hr(r),r?new fl(r):SE(new J(r))),t.c=(Hr(s),s?new fl(s):SE(new J(s))),t.j=h);++d,A=j!=0&&Ie(De(e.Kb(new Ys(fe(U),fe(d)))))}while(A)}function A7n(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je;return h=t.f,N=e.f,d=h==(mS(),Kk)||h==YA,j=N==Kk||N==YA,m=h==tx||h==XA,U=N==tx||N==XA,k=h==tx||h==Kk,W=N==tx||N==Kk,d&&j?t.f==YA?t:e:m&&U?t.f==XA?t:e:k&&W?(h==tx?(A=t,T=e):(A=e,T=t),o=(tt=n.j+n.f,ct=A.e+r.f,Tt=b.Math.max(tt,ct),St=Tt-b.Math.min(n.j,A.e),Bt=A.d+r.g-n.i,Bt*St),s=(Kt=n.i+n.g,ie=T.d+r.g,Ce=b.Math.max(Kt,ie),en=Ce-b.Math.min(n.i,T.d),Je=T.e+r.f-n.j,en*Je),o<=s?t.f==tx?t:e:t.f==Kk?t:e):t}function vge(t,e){var n,r,s,o,h,d,m,k,T,A;if(Zt(e,(zi(),jT),0),m=u(K(e,nK),39),e.d.b==0)m?(T=Rt(Ht(K(m,Up)))+t.b+p5t(t,m,e),Zt(e,Up,T)):Zt(e,Up,0);else{for(r=(o=_r(new hg(e).a.d,0),new A4(o));_D(r.a);)n=u(Tr(r.a),65).c,vge(t,n);d=u(tz((h=_r(new hg(e).a.d,0),new A4(h))),39),A=u(Nin((s=_r(new hg(e).a.d,0),new A4(s))),39),k=(Rt(Ht(K(A,Up)))+Rt(Ht(K(d,Up))))/2,m?(T=Rt(Ht(K(m,Up)))+t.b+p5t(t,m,e),Zt(e,Up,T),Zt(e,jT,Rt(Ht(K(e,Up)))-k),$Tn(t,e)):Zt(e,Up,k)}}function L7n(t){var e,n,r,s,o,h,d,m,k,T,A;for(T=t.e.a.c.length,h=new J(t.e.a);h.a<h.c.c.length;)o=u(et(h),125),o.j=!1;for(t.i=Vt(Or,ii,28,T,15,1),t.g=Vt(Or,ii,28,T,15,1),t.n=new ge,s=0,A=new ge,m=new J(t.e.a);m.a<m.c.c.length;)d=u(et(m),125),d.d=s++,d.b.a.c.length==0&&pe(t.n,d),Hs(A,d.g);for(e=0,r=new J(A);r.a<r.c.c.length;)n=u(et(r),218),n.c=e++,n.f=!1;k=A.c.length,t.b==null||t.b.length<k?(t.b=Vt(wa,Io,28,k,15,1),t.c=Vt(Fl,B0,28,k,16,1)):BC(t.c),t.d=A,t.p=new Xrt(zy(t.d.c.length)),t.j=1}function M7n(t,e){var n,r,s,o,h,d,m,k,T;if(!(e.e.c.length<=1)){for(t.f=e,t.d=u(K(t.f,(mO(),aCt)),391),t.g=u(K(t.f,lCt),17).a,t.e=Rt(Ht(K(t.f,oCt))),t.c=Rt(Ht(K(t.f,VU))),Xte(t.b),s=new J(t.f.c);s.a<s.c.c.length;)r=u(et(s),289),fkt(t.b,r.c,r,null),fkt(t.b,r.d,r,null);for(d=t.f.e.c.length,t.a=$2(wa,[le,Io],[109,28],15,[d,d],2),k=new J(t.f.e);k.a<k.c.c.length;)m=u(et(k),153),n7n(t,m,t.a[m.a]);for(t.i=$2(wa,[le,Io],[109,28],15,[d,d],2),o=0;o<d;++o)for(h=0;h<d;++h)n=t.a[o][h],T=1/(n*n),t.i[o][h]=T}}function yge(t,e){var n,r,s,o,h,d,m,k,T,A,N,j;if(d=e.ah(),d||e.Ug(Fbe,1),n=u(K(t,(ae(),zft)),15),h=1/n.gc(),e._g())for(e.bh("ELK Layered uses the following "+n.gc()+" modules:"),j=0,N=n.Kc();N.Ob();)T=u(N.Pb(),47),r=(j<10?"0":"")+j++,e.bh(" Slot "+r+": "+R2(Gl(T)));for(A=n.Kc();A.Ob();){if(T=u(A.Pb(),47),e.$g())return;T.Kf(t,e.eh(h))}for(o=new J(t.b);o.a<o.c.c.length;)s=u(et(o),30),Hs(t.a,s.a),s.a.c.length=0;for(k=new J(t.a);k.a<k.c.c.length;)m=u(et(k),10),Ca(m,null);t.b.c.length=0,d||e.Vg()}function D7n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j;if(k=new ge,!Ui(t,(ae(),Fft)))return k;for(r=u(K(t,Fft),15).Kc();r.Ob();)e=u(r.Pb(),10),W7n(e,t),In(k.c,e);for(o=new J(t.b);o.a<o.c.c.length;)for(s=u(et(o),30),d=new J(s.a);d.a<d.c.c.length;)h=u(et(d),10),h.k==(Un(),Ds)&&(m=u(K(h,_G),10),m&&(T=new Kc,uc(T,h),A=u(K(h,_c),64),Qs(T,A),N=u(Oe(m.j,0),12),j=new Pm,Ya(j,T),ya(j,N)));for(n=new J(k);n.a<n.c.c.length;)e=u(et(n),10),Ca(e,u(Oe(t.b,t.b.c.length-1),30));return k}function xge(t,e,n){var r,s,o,h,d,m,k,T,A;for(A=new ge,T=new Qyt(0,n),o=0,Fq(T,new bat(0,0,T,n)),s=0,k=new Zn(t);k.e!=k.i.gc();)m=u(sr(k),27),r=u(Oe(T.a,T.a.c.length-1),172),d=s+m.g+(u(Oe(T.a,0),172).b.c.length==0?0:n),(d>e||Ie(De(ne(m,(ad(),gN)))))&&(s=0,o+=T.b+n,In(A.c,T),T=new Qyt(o,n),r=new bat(0,T.f,T,n),Fq(T,r),s=0),r.b.c.length==0||!Ie(De(ne(es(m),(ad(),idt))))&&(m.f>=r.o&&m.f<=r.f||r.a*.5<=m.f&&r.a*1.5>=m.f)?y5t(r,m):(h=new bat(r.s+r.r+n,T.f,T,n),Fq(T,h),y5t(h,m)),s=m.i+m.g;return In(A.c,T),A}function AS(t){var e,n,r,s;if(!(t.b==null||t.b.length<=2)&&!t.a){for(e=0,s=0;s<t.b.length;){for(e!=s?(t.b[e]=t.b[s++],t.b[e+1]=t.b[s++]):s+=2,n=t.b[e+1];s<t.b.length&&!(n+1<t.b[s]);)if(n+1==t.b[s])t.b[e+1]=t.b[s+1],n=t.b[e+1],s+=2;else if(n>=t.b[s+1])s+=2;else if(n<t.b[s+1])t.b[e+1]=t.b[s+1],n=t.b[e+1],s+=2;else throw nt(new oc("Token#compactRanges(): Internel Error: ["+t.b[e]+","+t.b[e+1]+"] ["+t.b[s]+","+t.b[s+1]+"]"));e+=2}e!=t.b.length&&(r=Vt(Or,ii,28,e,15,1),Wc(t.b,0,r,0,e),t.b=r),t.a=!0}}function I7n(t,e){var n,r,s,o,h,d,m;for(h=q6(t.a).Kc();h.Ob();){if(o=u(h.Pb(),18),o.b.c.length>0)for(r=new fl(u(Mi(t.a,o),21)),wn(),Ms(r,new w2t(e)),s=new _a(o.b,0);s.b<s.d.gc();){switch(n=(cr(s.b<s.d.gc()),u(s.d.Xb(s.c=s.b++),72)),d=-1,u(K(n,(Me(),a0)),278).g){case 1:d=r.c.length-1;break;case 0:d=jvn(r);break;case 2:d=0}d!=-1&&(m=(mn(d,r.c.length),u(r.c[d],249)),pe(m.b.b,n),u(K(Ia(m.b.c.i),(ae(),uu)),21).Fc((ko(),_T)),u(K(Ia(m.b.c.i),uu),21).Fc(CT),Ul(s),Zt(n,H_t,o))}Ya(o,null),ya(o,null)}}function O7n(t,e){var n,r,s,o;return n=new b0,r=u(tc(Go(new ln(null,new gn(t.f,16)),n),jy(new we,new Ri,new Pn,new Bn,ot(st(zo,1),te,108,0,[(bl(),w3),rc]))),21),s=r.gc(),s=s==2?1:0,s==1&&mm(fO(u(tc(Ai(r.Lc(),new Sd),Hoe(Ag(0),new fr)),168).a,2),0)&&(s=0),r=u(tc(Go(new ln(null,new gn(e.f,16)),n),jy(new we,new Ri,new Pn,new Bn,ot(st(zo,1),te,108,0,[w3,rc]))),21),o=r.gc(),o=o==2?1:0,o==1&&mm(fO(u(tc(Ai(r.Lc(),new w0),Hoe(Ag(0),new fr)),168).a,2),0)&&(o=0),s<o?-1:s==o?0:1}function kge(t){var e,n,r,s,o,h,d,m,k,T,A,N;for(e=Y1(t),o=Ie(De(ne(e,(Me(),L3)))),T=0,s=0,k=new Zn((!t.e&&(t.e=new En(Cs,t,7,4)),t.e));k.e!=k.i.gc();)m=u(sr(k),74),d=Jm(m),h=d&&o&&Ie(De(ne(m,Cw))),N=Xo(u(Lt((!m.c&&(m.c=new En(gr,m,5,8)),m.c),0),84)),d&&h?++s:d&&!h?++T:es(N)==e||N==e?++s:++T;for(r=new Zn((!t.d&&(t.d=new En(Cs,t,8,5)),t.d));r.e!=r.i.gc();)n=u(sr(r),74),d=Jm(n),h=d&&o&&Ie(De(ne(n,Cw))),A=Xo(u(Lt((!n.b&&(n.b=new En(gr,n,4,7)),n.b),0),84)),d&&h?++T:d&&!h?++s:es(A)==e||A==e?++T:++s;return T-s}function P7n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j;if(e.Ug("Edge splitting",1),t.b.c.length<=2){e.Vg();return}for(o=new _a(t.b,0),h=(cr(o.b<o.d.gc()),u(o.d.Xb(o.c=o.b++),30));o.b<o.d.gc();)for(s=h,h=(cr(o.b<o.d.gc()),u(o.d.Xb(o.c=o.b++),30)),m=new J(s.a);m.a<m.c.c.length;)for(d=u(et(m),10),T=new J(d.j);T.a<T.c.c.length;)for(k=u(et(T),12),r=new J(k.g);r.a<r.c.c.length;)n=u(et(r),18),N=n.d,A=N.i.c,A!=s&&A!=h&&Ide(n,(j=new Lg(t),C(j,(Un(),ha)),Zt(j,(ae(),Di),n),Zt(j,(Me(),ms),(xa(),lu)),Ca(j,h),j));e.Vg()}function N7n(t,e){var n,r,s,o,h,d,m,k,T,A,N;for(T=new ge,N=new Os,h=e.b,s=0;s<h.c.length;s++){for(k=(mn(s,h.c.length),u(h.c[s],30)).a,T.c.length=0,o=0;o<k.c.length;o++)d=t.a[s][o],d.p=o,d.k==(Un(),cu)&&In(T.c,d),Sh(u(Oe(e.b,s),30).a,o,d),d.j.c.length=0,Hs(d.j,u(u(Oe(t.b,s),15).Xb(o),16)),j6(u(K(d,(Me(),ms)),101))||Zt(d,ms,(xa(),Nw));for(r=new J(T);r.a<r.c.c.length;)n=u(et(r),10),A=l8n(n),N.a.zc(A,N),N.a.zc(n,N)}for(m=N.a.ec().Kc();m.Ob();)d=u(m.Pb(),10),wn(),Ms(d.j,(h7(),s_t)),d.i=!0,h6t(d)}function Ege(t){var e,n,r,s,o;return t.g!=null?t.g:t.a<32?(t.g=tCn(Oc(t.f),Xs(t.e)),t.g):(s=Cct((!t.c&&(t.c=TI(Oc(t.f))),t.c),0),t.e==0?s:(e=(!t.c&&(t.c=TI(Oc(t.f))),t.c).e<0?2:1,n=s.length,r=-t.e+n-e,o=new pb,o.a+=""+s,t.e>0&&r>=-6?r>=0?JD(o,n-Xs(t.e),String.fromCharCode(46)):(sat(o,e-1,e-1,"0."),JD(o,e+1,nf(xw,0,-Xs(r)-1))):(n-e>=1&&(JD(o,e,String.fromCharCode(46)),++n),JD(o,n,String.fromCharCode(69)),r>0&&JD(o,++n,String.fromCharCode(43)),JD(o,++n,""+E_(Oc(r)))),t.g=o.a,t.g))}function F7n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce;r=Rt(Ht(K(e,(Me(),GSt)))),Kt=u(K(e,MA),17).a,N=4,s=3,ie=20/Kt,j=!1,m=0,h=ki;do{for(o=m!=1,A=m!=0,Ce=0,tt=t.a,Tt=0,Bt=tt.length;Tt<Bt;++Tt)U=tt[Tt],U.f=null,E9n(t,U,o,A,r),Ce+=b.Math.abs(U.a);do d=lEn(t,e);while(d);for(W=t.a,ct=0,St=W.length;ct<St;++ct)if(U=W[ct],n=syt(U).a,n!=0)for(T=new J(U.e);T.a<T.c.c.length;)k=u(et(T),10),k.n.b+=n;m==0||m==1?(--N,N<=0&&(Ce<h||-N>Kt)?(m=2,h=ki):m==0?(m=1,h=Ce):(m=0,h=Ce)):(j=Ce>=h||h-Ce<ie,h=Ce,j&&--s)}while(!(j&&s<=0))}function wct(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U;for(U=new Er,o=t.a.ec().Kc();o.Ob();)r=u(o.Pb(),177),di(U,r,n.af(r));for(h=(Hr(t),t?new fl(t):SE(t.a.ec().Kc())),Ms(h,new Tnt(U)),d=uq(h),m=new Z$(e),j=new Er,vu(j.f,e,m);d.a.gc()!=0;){for(k=null,T=null,A=null,s=d.a.ec().Kc();s.Ob();)if(r=u(s.Pb(),177),Rt(Ht(Uo(yo(U.f,r))))<=ns){if(Eu(j,r.a)&&!Eu(j,r.b)){T=r.b,A=r.a,k=r;break}if(Eu(j,r.b)&&!Eu(j,r.a)){T=r.a,A=r.b,k=r;break}}if(!k)break;N=new Z$(T),pe(u(Uo(yo(j.f,A)),225).a,N),vu(j.f,T,N),d.a.Bc(k)!=null}return m}function B7n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j;for(n.Ug("Depth-first cycle removal",1),A=e.a,T=A.c.length,t.c=new ge,t.d=Vt(Fl,B0,28,T,16,1),t.a=Vt(Fl,B0,28,T,16,1),t.b=new ge,h=0,k=new J(A);k.a<k.c.c.length;)m=u(et(k),10),m.p=h,$E(ca(m))&&pe(t.c,m),++h;for(j=new J(t.c);j.a<j.c.c.length;)N=u(et(j),10),s6t(t,N);for(o=0;o<T;o++)t.d[o]||(d=(mn(o,A.c.length),u(A.c[o],10)),s6t(t,d));for(s=new J(t.b);s.a<s.c.c.length;)r=u(et(s),18),ev(r,!0),Zt(e,(ae(),WP),(Nn(),!0));t.c=null,t.d=null,t.a=null,t.b=null,n.Vg()}function R7n(t,e){g5();var n,r,s,o,h,d;return o=e.c-(t.c+t.b),s=t.c-(e.c+e.b),h=t.d-(e.d+e.a),n=e.d-(t.d+t.a),r=b.Math.max(s,o),d=b.Math.max(h,n),K1(),$f(e0),(b.Math.abs(r)<=e0||r==0||isNaN(r)&&isNaN(0)?0:r<0?-1:r>0?1:vm(isNaN(r),isNaN(0)))>=0^($f(e0),(b.Math.abs(d)<=e0||d==0||isNaN(d)&&isNaN(0)?0:d<0?-1:d>0?1:vm(isNaN(d),isNaN(0)))>=0)?b.Math.max(d,r):($f(e0),(b.Math.abs(r)<=e0||r==0||isNaN(r)&&isNaN(0)?0:r<0?-1:r>0?1:vm(isNaN(r),isNaN(0)))>0?b.Math.sqrt(d*d+r*r):-b.Math.sqrt(d*d+r*r))}function cw(t,e){var n,r,s,o,h,d;if(e){if(!t.a&&(t.a=new i$),t.e==2){r$(t.a,e);return}if(e.e==1){for(s=0;s<e.Pm();s++)cw(t,e.Lm(s));return}if(d=t.a.a.c.length,d==0){r$(t.a,e);return}if(h=u(Dm(t.a,d-1),122),!((h.e==0||h.e==10)&&(e.e==0||e.e==10))){r$(t.a,e);return}o=e.e==0?2:e.Mm().length,h.e==0?(n=new jC,r=h.Km(),r>=fo?Lo(n,v5t(r)):IE(n,r&js),h=new nst(10,null,0),yun(t.a,h,d-1)):(n=(h.Mm().length+o,new jC),Lo(n,h.Mm())),e.e==0?(r=e.Km(),r>=fo?Lo(n,v5t(r)):IE(n,r&js)):Lo(n,e.Mm()),u(h,530).b=n.a}}function j7n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt;if(!n.dc()){for(d=0,N=0,r=n.Kc(),U=u(r.Pb(),17).a;d<e.f;){if(d==U&&(N=0,r.Ob()?U=u(r.Pb(),17).a:U=e.f+1),d!=N){for(tt=u(Oe(t.b,d),30),j=u(Oe(t.b,N),30),W=Bm(tt.a),A=new J(W);A.a<A.c.c.length;)if(T=u(et(A),10),Xy(T,j.a.c.length,j),N==0)for(h=Bm(ca(T)),o=new J(h);o.a<o.c.c.length;)s=u(et(o),18),ev(s,!0),Zt(t,(ae(),WP),(Nn(),!0)),Age(t,s,1)}++N,++d}for(m=new _a(t.b,0);m.b<m.d.gc();)k=(cr(m.b<m.d.gc()),u(m.d.Xb(m.c=m.b++),30)),k.a.c.length==0&&Ul(m)}}function $7n(t,e,n){var r,s,o;if(s=u(K(e,(Me(),MG)),282),s!=(A7(),mA)){switch(n.Ug("Horizontal Compaction",1),t.a=e,o=new rae,r=new m1e((o.d=e,o.c=u(K(o.d,Rg),223),Dkn(o),RTn(o),jkn(o),o.a)),_nn(r,t.b),u(K(e,kSt),431).g){case 1:nWt(r,new Aoe(t.a));break;default:nWt(r,(Nyt(),Jve))}switch(s.g){case 1:wS(r);break;case 2:wS(hV(r,(Rs(),Jo)));break;case 3:wS(rWt(hV(wS(r),(Rs(),Jo)),new X9));break;case 4:wS(rWt(hV(wS(r),(Rs(),Jo)),new SVt(o)));break;case 5:wS(Cnn(r,u4e))}hV(r,(Rs(),Ho)),r.e=!0,d9n(o),n.Vg()}}function z7n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(h=e.b,T=h.o,m=h.d,r=Rt(Ht(xH(h,(Me(),Yf)))),s=Rt(Ht(xH(h,G5))),k=Rt(Ht(xH(h,r1t))),d=new Pnt,Dvt(d,m.d,m.c,m.a,m.b),N=Qkn(e,r,s,k),ct=new J(e.d);ct.a<ct.c.c.length;){for(tt=u(et(ct),105),U=tt.f.a.ec().Kc();U.Ob();)j=u(U.Pb(),340),o=j.a,A=Dyn(j),n=(Tt=new Xu,Ghe(j,j.c,N,Tt),i3n(j,A,N,Tt),Ghe(j,j.d,N,Tt),Tt),n=t.ng(j,A,n),Zl(o.a),Aa(o.a,n),xs(new ln(null,new gn(n,16)),new QYt(T,d));W=tt.i,W&&(vyn(tt,W,N,s),St=new eo(W.g),V5t(T,d,St),Ei(St,W.j),V5t(T,d,St))}Dvt(m,d.d,d.c,d.a,d.b)}function q7n(t,e,n,r,s,o,h,d){var m,k,T,A;switch(m=J1(ot(st(O_n,1),Ln,238,0,[e,n,r,s])),A=null,t.b.g){case 1:A=J1(ot(st(lMt,1),Ln,535,0,[new YM,new R8,new WM]));break;case 0:A=J1(ot(st(lMt,1),Ln,535,0,[new WM,new R8,new YM]));break;case 2:A=J1(ot(st(lMt,1),Ln,535,0,[new R8,new YM,new WM]))}for(T=new J(A);T.a<T.c.c.length;)k=u(et(T),535),m.c.length>1&&(m=k.Hg(m,t.a,d));return m.c.length==1?u(Oe(m,m.c.length-1),238):m.c.length==2?A7n((mn(0,m.c.length),u(m.c[0],238)),(mn(1,m.c.length),u(m.c[1],238)),h,o):null}function H7n(t,e,n){var r,s,o,h,d,m,k;for(n.Ug("Find roots",1),t.a.c.length=0,s=_r(e.b,0);s.b!=s.d.c;)r=u(Tr(s),39),r.b.b==0&&(Zt(r,(zi(),i2),(Nn(),!0)),pe(t.a,r));switch(t.a.c.length){case 0:o=new pat(0,e,"DUMMY_ROOT"),Zt(o,(zi(),i2),(Nn(),!0)),Zt(o,A1t,!0),Zr(e.b,o);break;case 1:break;default:for(h=new pat(0,e,QV),m=new J(t.a);m.a<m.c.c.length;)d=u(et(m),39),k=new Pyt(h,d),Zt(k,(zi(),A1t),(Nn(),!0)),Zr(h.a.a,k),Zr(h.d,k),Zr(d.b,k),Zt(d,i2,!1);Zt(h,(zi(),i2),(Nn(),!0)),Zt(h,A1t,!0),Zr(e.b,h)}n.Vg()}function Tge(t){var e,n,r,s,o,h;for(Tu(t.a,new Za),n=new J(t.a);n.a<n.c.c.length;)e=u(et(n),225),r=ra(Ma(u(t.b,68).c),u(e.b,68).c),Bye?(h=u(t.b,68).b,o=u(e.b,68).b,b.Math.abs(r.a)>=b.Math.abs(r.b)?(r.b=0,o.d+o.a>h.d&&o.d<h.d+h.a&&bz(r,b.Math.max(h.c-(o.c+o.b),o.c-(h.c+h.b)))):(r.a=0,o.c+o.b>h.c&&o.c<h.c+h.b&&bz(r,b.Math.max(h.d-(o.d+o.a),o.d-(h.d+h.a))))):bz(r,W0e(u(t.b,68),u(e.b,68))),s=b.Math.sqrt(r.a*r.a+r.b*r.b),s=zhe(fA,e,s,r),bz(r,s),Tit(u(e.b,68),r),Tu(e.a,new yD(r)),u(fA.b,68),D3t(fA,q9t,e)}function V7n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U;for(t.f=new Ont,k=0,s=0,h=new J(t.e.b);h.a<h.c.c.length;)for(o=u(et(h),30),m=new J(o.a);m.a<m.c.c.length;){for(d=u(et(m),10),d.p=k++,r=new nr(ir(As(d).a.Kc(),new q));Sr(r);)n=u(lr(r),18),n.p=s++;for(e=gct(d),N=new J(d.j);N.a<N.c.c.length;)A=u(et(N),12),e&&(U=A.a.b,U!=b.Math.floor(U)&&(T=U-W2(Oc(b.Math.round(U))),A.a.b-=T)),j=A.n.b+A.a.b,j!=b.Math.floor(j)&&(T=j-W2(Oc(b.Math.round(j))),A.n.b-=T)}t.g=k,t.b=s,t.i=Vt(L_n,Ln,412,k,0,1),t.c=Vt(A_n,Ln,655,s,0,1),t.d.a.$b()}function Lr(t){var e,n,r,s,o,h,d,m,k;if(t.Pj())if(m=t.Qj(),t.i>0){if(e=new tmt(t.i,t.g),n=t.i,o=n<100?null:new bb(n),t.Tj())for(r=0;r<t.i;++r)h=t.g[r],o=t.Vj(h,o);if(B_(t),s=n==1?t.Ij(4,Lt(e,0),null,0,m):t.Ij(6,e,null,-1,m),t.Mj()){for(r=new B6(e);r.e!=r.i.gc();)o=t.Oj(Qat(r),o);o?(o.nj(s),o.oj()):t.Jj(s)}else o?(o.nj(s),o.oj()):t.Jj(s)}else B_(t),t.Jj(t.Ij(6,(wn(),so),null,-1,m));else if(t.Mj())if(t.i>0){for(d=t.g,k=t.i,B_(t),o=k<100?null:new bb(k),r=0;r<k;++r)h=d[r],o=t.Oj(h,o);o&&o.oj()}else B_(t);else B_(t)}function Dkt(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(rce(this),n==(Fm(),r2)?qs(this.r,t):qs(this.w,t),T=ns,k=Vs,h=e.a.ec().Kc();h.Ob();)s=u(h.Pb(),42),d=u(s.a,464),r=u(s.b,18),m=r.c,m==t&&(m=r.d),d==r2?qs(this.r,m):qs(this.w,m),N=(ve(),Uu).Hc(m.j)?Rt(Ht(K(m,(ae(),AT)))):hc(ot(st(ua,1),le,8,0,[m.i.n,m.n,m.a])).b,T=b.Math.min(T,N),k=b.Math.max(k,N);for(A=(ve(),Uu).Hc(t.j)?Rt(Ht(K(t,(ae(),AT)))):hc(ot(st(ua,1),le,8,0,[t.i.n,t.n,t.a])).b,lfe(this,A,T,k),o=e.a.ec().Kc();o.Ob();)s=u(o.Pb(),42),yfe(this,u(s.b,18));this.o=!1}function U7n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er;return n=t.l&8191,r=t.l>>13|(t.m&15)<<9,s=t.m>>4&8191,o=t.m>>17|(t.h&255)<<5,h=(t.h&1048320)>>8,d=e.l&8191,m=e.l>>13|(e.m&15)<<9,k=e.m>>4&8191,T=e.m>>17|(e.h&255)<<5,A=(e.h&1048320)>>8,en=n*d,Je=r*d,On=s*d,Mn=o*d,er=h*d,m!=0&&(Je+=n*m,On+=r*m,Mn+=s*m,er+=o*m),k!=0&&(On+=n*k,Mn+=r*k,er+=s*k),T!=0&&(Mn+=n*T,er+=r*T),A!=0&&(er+=n*A),j=en&Il,U=(Je&511)<<13,N=j+U,tt=en>>22,ct=Je>>9,Tt=(On&262143)<<4,St=(Mn&31)<<17,W=tt+ct+Tt+St,Kt=On>>18,ie=Mn>>5,Ce=(er&4095)<<8,Bt=Kt+ie+Ce,W+=N>>22,N&=Il,Bt+=W>>22,W&=Il,Bt&=Og,ku(N,W,Bt)}function Cge(t){var e,n,r,s,o,h,d;if(d=u(Oe(t.j,0),12),d.g.c.length!=0&&d.e.c.length!=0)throw nt(new Fo("Interactive layout does not support NORTH/SOUTH ports with incoming _and_ outgoing edges."));if(d.g.c.length!=0){for(o=ns,n=new J(d.g);n.a<n.c.c.length;)e=u(et(n),18),h=e.d.i,r=u(K(h,(Me(),RG)),140),o=b.Math.min(o,h.n.a-r.b);return new CC(Hr(o))}if(d.e.c.length!=0){for(s=Vs,n=new J(d.e);n.a<n.c.c.length;)e=u(et(n),18),h=e.c.i,r=u(K(h,(Me(),RG)),140),s=b.Math.max(s,h.n.a+h.o.a+r.c);return new CC(Hr(s))}return NC(),NC(),fht}function _ge(t,e){var n,r,s,o,h,d,m;if(t.ol()){if(t.i>4)if(t.fk(e)){if(t.al()){if(s=u(e,54),r=s.Eh(),m=r==t.e&&(t.ml()?s.yh(s.Fh(),t.il())==t.jl():-1-s.Fh()==t.Lj()),t.nl()&&!m&&!r&&s.Jh()){for(o=0;o<t.i;++o)if(n=t.pl(u(t.g[o],58)),$t(n)===$t(e))return!0}return m}else if(t.ml()&&!t.ll()){if(h=u(e,58).Mh(wo(u(t.Lk(),19))),$t(h)===$t(t.e))return!0;if(h==null||!u(h,58).Vh())return!1}}else return!1;if(d=_7(t,e),t.nl()&&!d){for(o=0;o<t.i;++o)if(s=t.pl(u(t.g[o],58)),$t(s)===$t(e))return!0}return d}else return _7(t,e)}function G7n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt;for(n.Ug("Interactive cycle breaking",1),A=new ge,j=new J(e.a);j.a<j.c.c.length;)for(N=u(et(j),10),N.p=1,U=Ext(N).a,T=Wm(N,(xo(),xu)).Kc();T.Ob();)for(k=u(T.Pb(),12),o=new J(k.g);o.a<o.c.c.length;)r=u(et(o),18),W=r.d.i,W!=N&&(tt=Ext(W).a,tt<U&&In(A.c,r));for(h=new J(A);h.a<h.c.c.length;)r=u(et(h),18),ev(r,!0);for(A.c.length=0,m=new J(e.a);m.a<m.c.c.length;)d=u(et(m),10),d.p>0&&Cfe(t,d,A);for(s=new J(A);s.a<s.c.c.length;)r=u(et(s),18),ev(r,!0);A.c.length=0,n.Vg()}function K7n(t,e){var n,r,s,o,h,d,m,k,T;for(n=0,T=new ge,d=new J(e);d.a<d.c.c.length;){switch(h=u(et(d),12),Y4t(t.b,t.d[h.p]),T.c.length=0,h.i.k.g){case 0:r=u(K(h,(ae(),ml)),10),Tu(r.j,new sUt(T));break;case 1:oin(u7(Ai(new ln(null,new gn(h.i.j,16)),new aUt(h))),new oUt(T));break;case 3:s=u(K(h,(ae(),Di)),12),pe(T,new Ys(s,fe(h.e.c.length+h.g.c.length)))}for(k=new J(T);k.a<k.c.c.length;)m=u(et(k),42),o=fwt(t,u(m.a,12)),o>t.d[h.p]&&(n+=f3t(t.b,o)*u(m.b,17).a,Ab(t.a,fe(o)));for(;!RC(t.a);)U3t(t.b,u(V6(t.a),17).a)}return n}function W7n(t,e){var n,r,s,o,h,d,m,k,T,A;if(T=u(K(t,(ae(),_c)),64),r=u(Oe(t.j,0),12),T==(ve(),Hn)?Qs(r,vr):T==vr&&Qs(r,Hn),u(K(e,(Me(),Sw)),181).Hc((Kl(),Fw))){if(m=Rt(Ht(K(t,OT))),k=Rt(Ht(K(t,PT))),h=Rt(Ht(K(t,O3))),d=u(K(e,D3),21),d.Hc((wl(),$g)))for(n=k,A=t.o.a/2-r.n.a,o=new J(r.f);o.a<o.c.c.length;)s=u(et(o),72),s.n.b=n,s.n.a=A-s.o.a/2,n+=s.o.b+h;else if(d.Hc(u2))for(o=new J(r.f);o.a<o.c.c.length;)s=u(et(o),72),s.n.a=m+t.o.a-r.n.a;yfn(new LC((qC(),new Git(e,!1,!1,new q9))),new dz(null,t,!1))}}function Y7n(t,e){var n,r,s,o,h,d,m,k,T;if(e.c.length!=0){for(wn(),Eit(e.c,e.c.length,null),s=new J(e),r=u(et(s),154);s.a<s.c.c.length;)n=u(et(s),154),X3t(r.e.c,n.e.c)&&!(j5t(RJt(r.e).b,n.e.d)||j5t(RJt(n.e).b,r.e.d))?r=(Hs(r.k,n.k),Hs(r.b,n.b),Hs(r.c,n.c),Aa(r.i,n.i),Hs(r.d,n.d),Hs(r.j,n.j),o=b.Math.min(r.e.c,n.e.c),h=b.Math.min(r.e.d,n.e.d),d=b.Math.max(r.e.c+r.e.b,n.e.c+n.e.b),m=d-o,k=b.Math.max(r.e.d+r.e.a,n.e.d+n.e.a),T=k-h,HZt(r.e,o,h,m,T),vfn(r.f,n.f),!r.a&&(r.a=n.a),Hs(r.g,n.g),pe(r.g,n),r):(j0e(t,r),r=n);j0e(t,r)}}function X7n(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt;for(m=new ge,o=new J(e.a);o.a<o.c.c.length;)for(s=u(et(o),10),d=new J(s.j);d.a<d.c.c.length;){for(h=u(et(d),12),T=null,St=Hd(h.g),Bt=0,Kt=St.length;Bt<Kt;++Bt)Tt=St[Bt],r7(Tt.d.i,n)||(ct=pct(t,e,n,Tt,Tt.c,(xo(),xu),T),ct!=T&&In(m.c,ct),ct.c&&(T=ct));for(k=null,U=Hd(h.e),W=0,tt=U.length;W<tt;++W)j=U[W],r7(j.c.i,n)||(ct=pct(t,e,n,j,j.d,(xo(),vl),k),ct!=k&&In(m.c,ct),ct.c&&(k=ct))}for(N=new J(m);N.a<N.c.c.length;)A=u(et(N),452),Wo(e.a,A.a,0)!=-1||pe(e.a,A.a),A.c&&In(r.c,A)}function Q7n(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt;for(A=new eo(u(ne(t,(jH(),QMt)),8)),A.a=b.Math.max(A.a-n.b-n.c,0),A.b=b.Math.max(A.b-n.d-n.a,0),s=Ht(ne(t,WMt)),(s==null||(Wn(s),s<=0))&&(s=1.3),d=new ge,U=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));U.e!=U.i.gc();)j=u(sr(U),27),h=new LJt(j),In(d.c,h);switch(N=u(ne(t,ydt),320),N.g){case 3:tt=B8n(d,e,A.a,A.b,(k=r,Wn(s),k));break;case 1:tt=SEn(d,e,A.a,A.b,(T=r,Wn(s),T));break;default:tt=Z7n(d,e,A.a,A.b,(m=r,Wn(s),m))}o=new Dq(tt),W=Ect(o,e,n,A.a,A.b,r,(Wn(s),s)),nv(t,W.a,W.b,!1,!0)}function J7n(t,e,n,r){var s,o,h,d,m,k;if(d=t.j,d==(ve(),gc)&&e!=(xa(),md)&&e!=(xa(),c2)&&(d=P0e(t,n),Qs(t,d),!(t.q?t.q:(wn(),wn(),j0))._b((Me(),M3))&&d!=gc&&(t.n.a!=0||t.n.b!=0)&&Zt(t,M3,Jmn(t,d))),e==(xa(),G0)){switch(k=0,d.g){case 1:case 3:o=t.i.o.a,o>0&&(k=t.n.a/o);break;case 2:case 4:s=t.i.o.b,s>0&&(k=t.n.b/s)}Zt(t,(ae(),yv),k)}if(m=t.o,h=t.a,r)h.a=r.a,h.b=r.b,t.d=!0;else if(e!=md&&e!=c2&&d!=gc)switch(d.g){case 1:h.a=m.a/2;break;case 2:h.a=m.a,h.b=m.b/2;break;case 3:h.a=m.a/2,h.b=m.b;break;case 4:h.b=m.b/2}else h.a=m.a/2,h.b=m.b/2}function LS(t){var e,n,r,s,o,h,d,m,k,T;if(t.Pj())if(T=t.Ej(),m=t.Qj(),T>0)if(e=new T4t(t.pj()),n=T,o=n<100?null:new bb(n),rI(t,n,e.g),s=n==1?t.Ij(4,Lt(e,0),null,0,m):t.Ij(6,e,null,-1,m),t.Mj()){for(r=new Zn(e);r.e!=r.i.gc();)o=t.Oj(sr(r),o);o?(o.nj(s),o.oj()):t.Jj(s)}else o?(o.nj(s),o.oj()):t.Jj(s);else rI(t,t.Ej(),t.Fj()),t.Jj(t.Ij(6,(wn(),so),null,-1,m));else if(t.Mj())if(T=t.Ej(),T>0){for(d=t.Fj(),k=T,rI(t,T,d),o=k<100?null:new bb(k),r=0;r<k;++r)h=d[r],o=t.Oj(h,o);o&&o.oj()}else rI(t,t.Ej(),t.Fj());else rI(t,t.Ej(),t.Fj())}function Z7n(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt;for(d=Vt(wa,Io,28,t.c.length,15,1),N=new Oz(new Ott),cxt(N,t),k=0,W=new ge;N.b.c.length!=0;)if(h=u(N.b.c.length==0?null:Oe(N.b,0),163),k>1&&Zu(h)*Vl(h)/2>d[0]){for(o=0;o<W.c.length-1&&Zu(h)*Vl(h)/2>d[o];)++o;U=new vp(W,0,o+1),A=new Dq(U),T=Zu(h)/Vl(h),m=Ect(A,e,new k6,n,r,s,T),Ei(y1(A.e),m),z6(S7(N,A),K7),j=new vp(W,o+1,W.c.length),cxt(N,j),W.c.length=0,k=0,Cte(d,d.length,0)}else tt=N.b.c.length==0?null:Oe(N.b,0),tt!=null&&Qst(N,0),k>0&&(d[k]=d[k-1]),d[k]+=Zu(h)*Vl(h),++k,In(W.c,h);return W}function tTn(t,e){var n,r,s,o;n=e.b,o=new fl(n.j),s=0,r=n.j,r.c.length=0,Sm(u(J2(t.b,(ve(),Hn),(Hm(),wv)),15),n),s=pO(o,s,new nR,r),Sm(u(J2(t.b,Hn,Jb),15),n),s=pO(o,s,new J9,r),Sm(u(J2(t.b,Hn,bv),15),n),Sm(u(J2(t.b,Jn,wv),15),n),Sm(u(J2(t.b,Jn,Jb),15),n),s=pO(o,s,new rR,r),Sm(u(J2(t.b,Jn,bv),15),n),Sm(u(J2(t.b,vr,wv),15),n),s=pO(o,s,new iR,r),Sm(u(J2(t.b,vr,Jb),15),n),s=pO(o,s,new sR,r),Sm(u(J2(t.b,vr,bv),15),n),Sm(u(J2(t.b,Gn,wv),15),n),s=pO(o,s,new ZB,r),Sm(u(J2(t.b,Gn,Jb),15),n),Sm(u(J2(t.b,Gn,bv),15),n)}function eTn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j;for(d=new J(e);d.a<d.c.c.length;)o=u(et(d),239),o.e=null,o.c=0;for(m=null,h=new J(e);h.a<h.c.c.length;)if(o=u(et(h),239),A=o.d[0],!(n&&A.k!=(Un(),Ts))){for(j=u(K(A,(ae(),qk)),15).Kc();j.Ob();)N=u(j.Pb(),10),(!n||N.k==(Un(),Ts))&&((!o.e&&(o.e=new ge),o.e).Fc(t.b[N.c.p][N.p]),++t.b[N.c.p][N.p].c);if(!n&&A.k==(Un(),Ts)){if(m)for(T=u(Mi(t.d,m),21).Kc();T.Ob();)for(k=u(T.Pb(),10),s=u(Mi(t.d,A),21).Kc();s.Ob();)r=u(s.Pb(),10),acn(t.b[k.c.p][k.p]).Fc(t.b[r.c.p][r.p]),++t.b[r.c.p][r.p].c;m=A}}}function nTn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt;for(n.Ug("Model order cycle breaking",1),t.a=0,t.b=0,j=new ge,T=e.a.c.length,k=new J(e.a);k.a<k.c.c.length;)m=u(et(k),10),Ui(m,(ae(),Bi))&&(T=b.Math.max(T,u(K(m,Bi),17).a+1));for(W=new J(e.a);W.a<W.c.c.length;)for(U=u(et(W),10),h=Nfe(t,U,T),N=Wm(U,(xo(),xu)).Kc();N.Ob();)for(A=u(N.Pb(),12),o=new J(A.g);o.a<o.c.c.length;)r=u(et(o),18),tt=r.d.i,d=Nfe(t,tt,T),d<h&&In(j.c,r);for(s=new J(j);s.a<s.c.c.length;)r=u(et(s),18),ev(r,!0),Zt(e,(ae(),WP),(Nn(),!0));j.c.length=0,n.Vg()}function Sge(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(h=e.d,d=n.d;h.a-d.a==0&&h.b-d.b==0;)m=!1,At(e,250)&&At(n,250)&&!m?(k=u(e,250).a,T=ra(new eo(r4t(k)),n4t(k)),r=2,s=new se(T.a/b.Math.sqrt(T.a*T.a+T.b*T.b)*r,-T.b/b.Math.sqrt(T.a*T.a+T.b*T.b)*r),Ei(h,s),A=u(n,250).a,N=ra(new eo(r4t(A)),n4t(A)),r=T==N?-2:2,o=new se(N.a/b.Math.sqrt(N.a*N.a+N.b*N.b)*r,-(N.b/b.Math.sqrt(N.a*N.a+N.b*N.b))*r),Ei(h,o),m=!0):(h.a+=Ml(t,26)*IS+Ml(t,27)*OS-.5,h.b+=Ml(t,26)*IS+Ml(t,27)*OS-.5,d.a+=Ml(t,26)*IS+Ml(t,27)*OS-.5,d.b+=Ml(t,26)*IS+Ml(t,27)*OS-.5)}function rTn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt;for(k=P3n(e),W=u(K(e,(Me(),_A)),322),Oa(k,new Yj(W)),tt=u(K(e,JP),298),Oa(k,new aE(tt)),U=0,T=new ge,o=new M_(k);o.a!=o.b;)s=u(rH(o),36),jge(t.c,s),N=u(K(s,(ae(),zft)),15),U+=N.gc(),r=N.Kc(),pe(T,new Ys(s,r));for(n.Ug("Recursive hierarchical layout",U),j=u(u(Oe(T,T.c.length-1),42).b,51);j.Ob();)for(m=new J(T);m.a<m.c.c.length;)for(d=u(et(m),42),N=u(d.b,51),h=u(d.a,36);N.Ob();)if(A=u(N.Pb(),47),At(A,514)){if(h.e)break;A.Kf(h,n.eh(1));break}else A.Kf(h,n.eh(1));n.Vg()}function iTn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W;for(e.Ug("Layer size calculation",1),T=ns,k=Vs,s=!1,d=new J(t.b);d.a<d.c.c.length;)if(h=u(et(d),30),m=h.c,m.a=0,m.b=0,h.a.c.length!=0){for(s=!0,N=new J(h.a);N.a<N.c.c.length;)A=u(et(N),10),U=A.o,j=A.d,m.a=b.Math.max(m.a,U.a+j.b+j.c);r=u(Oe(h.a,0),10),W=r.n.b-r.d.d,r.k==(Un(),Ds)&&(W-=u(K(t,(Me(),eN)),140).d),o=u(Oe(h.a,h.a.c.length-1),10),n=o.n.b+o.o.b+o.d.a,o.k==Ds&&(n+=u(K(t,(Me(),eN)),140).a),m.b=n-W,T=b.Math.min(T,W),k=b.Math.max(k,n)}s||(T=0,k=0),t.f.b=k-T,t.c.b-=T,e.Vg()}function Ikt(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;for(o=0,h=0,k=new J(t.a);k.a<k.c.c.length;)d=u(et(k),10),o=b.Math.max(o,d.d.b),h=b.Math.max(h,d.d.c);for(m=new J(t.a);m.a<m.c.c.length;){switch(d=u(et(m),10),n=u(K(d,(Me(),s0)),255),n.g){case 1:U=0;break;case 2:U=1;break;case 5:U=.5;break;default:for(r=0,A=0,j=new J(d.j);j.a<j.c.c.length;)N=u(et(j),12),N.e.c.length==0||++r,N.g.c.length==0||++A;r+A==0?U=.5:U=A/(r+A)}tt=t.c,T=d.o.a,ct=(tt.a-T)*U,U>.5?ct-=h*2*(U-.5):U<.5&&(ct+=o*2*(.5-U)),s=d.d.b,ct<s&&(ct=s),W=d.d.c,ct>tt.a-W-T&&(ct=tt.a-W-T),d.n.a=e+ct}}function sTn(t){var e,n,r,s,o;if(r=u(K(t,(Me(),Du)),171),r==(Ph(),t2)){for(n=new nr(ir(ca(t).a.Kc(),new q));Sr(n);)if(e=u(lr(n),18),!jie(e))throw nt(new lp(Out+wO(t)+"' has its layer constraint set to FIRST_SEPARATE, but has at least one incoming edge. FIRST_SEPARATE nodes must not have incoming edges."))}else if(r==_3){for(o=new nr(ir(As(t).a.Kc(),new q));Sr(o);)if(s=u(lr(o),18),!jie(s))throw nt(new lp(Out+wO(t)+"' has its layer constraint set to LAST_SEPARATE, but has at least one outgoing edge. LAST_SEPARATE nodes must not have outgoing edges."))}}function VO(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U;if(t.e&&t.c.c<t.f)throw nt(new Fo("Expected "+t.f+" phases to be configured; only found "+t.c.c));for(T=u(m1(t.g),9),j=k0(t.f),o=T,d=0,k=o.length;d<k;++d)r=o[d],A=u(jI(t,r.g),188),A?pe(j,u(Oue(t,A),106)):j.c.push(null);for(U=new Fs,xs(Ai(Go(Ai(new ln(null,new gn(j,16)),new r6),new zUt(e)),new QM),new qUt(U)),sh(U,t.a),n=new ge,s=T,h=0,m=s.length;h<m;++h)r=s[h],Hs(n,gce(t,Wz(u(jI(U,r.g),20)))),N=u(Oe(j,r.g),106),N&&In(n.c,N);return Hs(n,gce(t,Wz(u(jI(U,T[T.length-1].g+1),20)))),n}function aTn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;for(N=new ge,s=new ge,W=null,d=e.Kc();d.Ob();)h=u(d.Pb(),17),o=new YVt(h.a),In(s.c,o),W&&(o.d=W,W.e=o),W=o;for(St=OEn(t),T=0;T<s.c.length;++T){for(j=null,tt=S3t((mn(0,s.c.length),u(s.c[0],661))),n=null,r=ns,A=1;A<t.b.c.length;++A)ct=tt?b.Math.abs(tt.b-A):b.Math.abs(A-j.b)+1,U=j?b.Math.abs(A-j.b):ct+1,U<ct?(k=j,m=U):(k=tt,m=ct),Tt=(Bt=Rt(Ht(K(t,(Me(),aAt)))),St[A]+b.Math.pow(m,Bt)),Tt<r&&(r=Tt,n=k,n.c=A),tt&&A==tt.b&&(j=tt,tt=pun(tt));n&&(pe(N,fe(n.c)),n.a=!0,Lbn(n))}return wn(),Eit(N.c,N.c.length,null),N}function Okt(t,e,n){var r,s,o,h,d,m;if(e.l==0&&e.m==0&&e.h==0)throw nt(new o$("divide by zero"));if(t.l==0&&t.m==0&&t.h==0)return n&&(Wb=ku(0,0,0)),ku(0,0,0);if(e.h==tP&&e.m==0&&e.l==0)return t2n(t,n);if(m=!1,e.h>>19&&(e=c7(e),m=!m),h=Hxn(e),o=!1,s=!1,r=!1,t.h==tP&&t.m==0&&t.l==0)if(s=!0,o=!0,h==-1)t=hQt((UE(),KTt)),r=!0,m=!m;else return d=M6t(t,h),m&&gat(d),n&&(Wb=ku(0,0,0)),d;else t.h>>19&&(o=!0,t=c7(t),r=!0,m=!m);return h!=-1?mpn(t,h,m,o,n):bxt(t,e)<0?(n&&(o?Wb=c7(t):Wb=ku(t.l,t.m,t.h)),ku(0,0,0)):z8n(r?t:ku(t.l,t.m,t.h),e,m,o,s,n)}function mct(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U;if(h=t.e,m=e.e,h==0)return e;if(m==0)return t;if(o=t.d,d=e.d,o+d==2)return n=ia(t.a[0],Eo),r=ia(e.a[0],Eo),h==m?(T=Xa(n,r),U=qr(T),j=qr(Eb(T,32)),j==0?new vg(h,U):new H2(h,2,ot(st(Or,1),ii,28,15,[U,j]))):(Gd(),K$(h<0?ef(r,n):ef(n,r),0)?Fb(h<0?ef(r,n):ef(n,r)):__(Fb(Ep(h<0?ef(r,n):ef(n,r)))));if(h==m)N=h,A=o>=d?Sst(t.a,o,e.a,d):Sst(e.a,d,t.a,o);else{if(s=o!=d?o>d?1:-1:W4t(t.a,e.a,o),s==0)return Gd(),lA;s==1?(N=h,A=Cst(t.a,o,e.a,d)):(N=m,A=Cst(e.a,d,t.a,o))}return k=new H2(N,A.length,A),I_(k),k}function oTn(t,e){var n,r,s,o,h,d,m;if(!(t.g>e.f||e.g>t.f)){for(n=0,r=0,h=t.w.a.ec().Kc();h.Ob();)s=u(h.Pb(),12),_at(hc(ot(st(ua,1),le,8,0,[s.i.n,s.n,s.a])).b,e.g,e.f)&&++n;for(d=t.r.a.ec().Kc();d.Ob();)s=u(d.Pb(),12),_at(hc(ot(st(ua,1),le,8,0,[s.i.n,s.n,s.a])).b,e.g,e.f)&&--n;for(m=e.w.a.ec().Kc();m.Ob();)s=u(m.Pb(),12),_at(hc(ot(st(ua,1),le,8,0,[s.i.n,s.n,s.a])).b,t.g,t.f)&&++r;for(o=e.r.a.ec().Kc();o.Ob();)s=u(o.Pb(),12),_at(hc(ot(st(ua,1),le,8,0,[s.i.n,s.n,s.a])).b,t.g,t.f)&&--r;n<r?new gq(t,e,r-n):r<n?new gq(e,t,n-r):(new gq(e,t,0),new gq(t,e,0))}}function cTn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt;for(k=e.c,s=dmt(t.e),A=Rd(p_(Ma(fmt(t.e)),t.d*t.a,t.c*t.b),-.5),n=s.a-A.a,r=s.b-A.b,h=e.a,n=h.c-n,r=h.d-r,m=new J(k);m.a<m.c.c.length;){switch(d=u(et(m),407),N=d.b,j=n+N.a,tt=r+N.b,U=Xs(j/t.a),ct=Xs(tt/t.b),o=d.a,o.g){case 0:T=(lk(),PP);break;case 1:T=(lk(),OP);break;case 2:T=(lk(),NP);break;default:T=(lk(),FP)}o.a?(Tt=Xs((tt+d.c)/t.b),pe(t.f,new wvt(T,fe(ct),fe(Tt))),o==(cS(),RP)?o7(t,0,ct,U,Tt):o7(t,U,ct,t.d-1,Tt)):(W=Xs((j+d.c)/t.a),pe(t.f,new wvt(T,fe(U),fe(W))),o==(cS(),BP)?o7(t,U,0,W,ct):o7(t,U,ct,W,t.c-1))}}function uTn(t){var e,n,r,s,o,h,d,m,k,T;for(e=new a6,n=new a6,k=hn(TP,(s=ES(t.b,ti),s?Gr(S1((!s.b&&(s.b=new Hl((bn(),po),Sc,s)),s.b),of)):null)),m=0;m<t.i;++m)d=u(t.g[m],179),At(d,102)?(h=u(d,19),h.Bb&Pc?(!(h.Bb&Wd)||!k&&(o=ES(h,ti),(o?Gr(S1((!o.b&&(o.b=new Hl((bn(),po),Sc,o)),o.b),oU)):null)==null))&&Mr(e,h):(T=wo(h),T&&T.Bb&Pc||(!(h.Bb&Wd)||!k&&(r=ES(h,ti),(r?Gr(S1((!r.b&&(r.b=new Hl((bn(),po),Sc,r)),r.b),oU)):null)==null))&&Mr(n,h))):(bo(),u(d,69).xk()&&(d.sk()||(Mr(e,d),Mr(n,d))));Uy(e),Uy(n),t.a=u(e.g,254),u(n.g,254)}function w5(t,e,n){var r,s,o,h,d,m,k,T,A;if(ss(e,n)>=0)return n;switch(Im(Ro(t,n))){case 2:{if(hn("",Sp(t,n.qk()).xe())){if(m=mI(Ro(t,n)),d=NE(Ro(t,n)),T=P6t(t,e,m,d),T)return T;for(s=lkt(t,e),h=0,A=s.gc();h<A;++h)if(T=u(s.Xb(h),179),z6t(Pit(Ro(t,T)),m))return T}return null}case 4:{if(hn("",Sp(t,n.qk()).xe())){for(r=n;r;r=xfn(Ro(t,r)))if(k=mI(Ro(t,r)),d=NE(Ro(t,r)),T=N6t(t,e,k,d),T)return T;if(m=mI(Ro(t,n)),hn(vw,m))return yxt(t,e);for(o=tct(t,e),h=0,A=o.gc();h<A;++h)if(T=u(o.Xb(h),179),z6t(Pit(Ro(t,T)),m))return T}return null}default:return null}}function lTn(t,e,n){var r,s,o,h,d,m,k,T;if(n.gc()==0)return!1;if(d=(bo(),u(e,69).xk()),o=d?n:new jm(n.gc()),Dg(t.e,e)){if(e.Si())for(k=n.Kc();k.Ob();)m=k.Pb(),aV(t,e,m,At(e,102)&&(u(e,19).Bb&fo)!=0)||(s=S0(e,m),o.Hc(s)||o.Fc(s));else if(!d)for(k=n.Kc();k.Ob();)m=k.Pb(),s=S0(e,m),o.Fc(s)}else{if(n.gc()>1)throw nt(new zn(SP));for(T=Au(t.e.Dh(),e),r=u(t.g,124),h=0;h<t.i;++h)if(s=r[h],T.am(s.Lk())){if(n.Hc(d?s:s.md()))return!1;for(k=n.Kc();k.Ob();)m=k.Pb(),u(s5(t,h,d?u(m,76):S0(e,m)),76);return!0}d||(s=S0(e,n.Kc().Pb()),o.Fc(s))}return bs(t,o)}function hTn(t,e){var n,r,s,o,h,d,m,k,T;for(T=new Qi,d=(k=new li(t.c).a.vc().Kc(),new qi(k));d.a.Ob();)o=(s=u(d.a.Pb(),44),u(s.md(),466)),o.b==0&&fs(T,o,T.c.b,T.c);for(;T.b!=0;)for(o=u(T.b==0?null:(cr(T.b!=0),Lh(T,T.a.a)),466),o.a==null&&(o.a=0),r=new J(o.d);r.a<r.c.c.length;)n=u(et(r),663),n.b.a==null?n.b.a=Rt(o.a)+n.a:e.o==(X1(),Mw)?n.b.a=b.Math.min(Rt(n.b.a),Rt(o.a)+n.a):n.b.a=b.Math.max(Rt(n.b.a),Rt(o.a)+n.a),--n.b.b,n.b.b==0&&Zr(T,n.b);for(h=(m=new li(t.c).a.vc().Kc(),new qi(m));h.a.Ob();)o=(s=u(h.a.Pb(),44),u(s.md(),466)),e.i[o.c.p]=o.a}function fTn(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U;for(T=n+e.c.c.a,j=new J(e.j);j.a<j.c.c.length;){if(N=u(et(j),12),s=hc(ot(st(ua,1),le,8,0,[N.i.n,N.n,N.a])),e.k==(Un(),cu)&&(d=u(K(N,(ae(),Di)),12),s.a=hc(ot(st(ua,1),le,8,0,[d.i.n,d.n,d.a])).a,e.n.a=s.a),h=new se(0,s.b),N.j==(ve(),Jn))h.a=T;else if(N.j==Gn)h.a=n;else continue;if(U=b.Math.abs(s.a-h.a),!(U<=r&&!rvn(e)))for(o=N.g.c.length+N.e.c.length>1,k=new Z1(N.b);cc(k.a)||cc(k.b);)m=u(cc(k.a)?et(k.a):et(k.b),18),A=m.c==N?m.d:m.c,b.Math.abs(hc(ot(st(ua,1),le,8,0,[A.i.n,A.n,A.a])).b-h.b)>1&&W6n(t,m,h,o,N)}}function dTn(t){var e,n,r,s,o,h;if(s=new _a(t.e,0),r=new _a(t.a,0),t.d)for(n=0;n<t.b;n++)cr(s.b<s.d.gc()),s.d.Xb(s.c=s.b++);else for(n=0;n<t.b-1;n++)cr(s.b<s.d.gc()),s.d.Xb(s.c=s.b++),Ul(s);for(e=Rt((cr(s.b<s.d.gc()),Ht(s.d.Xb(s.c=s.b++))));t.f-e>dlt;){for(o=e,h=0;b.Math.abs(e-o)<dlt;)++h,e=Rt((cr(s.b<s.d.gc()),Ht(s.d.Xb(s.c=s.b++)))),cr(r.b<r.d.gc()),r.d.Xb(r.c=r.b++);h<t.b&&(cr(s.b>0),s.a.Xb(s.c=--s.b),AEn(t,t.b-h,o,r,s),cr(s.b<s.d.gc()),s.d.Xb(s.c=s.b++)),cr(r.b>0),r.a.Xb(r.c=--r.b)}if(!t.d)for(n=0;n<t.b-1;n++)cr(s.b<s.d.gc()),s.d.Xb(s.c=s.b++),Ul(s);t.d=!0,t.c=!0}function Fi(){Fi=V,UIt=(uwt(),Nc).b,wTe=u(Lt(Xt(Nc.b),0),35),Bw=u(Lt(Xt(Nc.b),1),35),bTe=u(Lt(Xt(Nc.b),2),35),hx=Nc.bb,u(Lt(Xt(Nc.bb),0),35),u(Lt(Xt(Nc.bb),1),35),fx=Nc.fb,mL=u(Lt(Xt(Nc.fb),0),35),u(Lt(Xt(Nc.fb),1),35),u(Lt(Xt(Nc.fb),2),19),Nv=Nc.qb,LTe=u(Lt(Xt(Nc.qb),0),35),u(Lt(Xt(Nc.qb),1),19),u(Lt(Xt(Nc.qb),2),19),VN=u(Lt(Xt(Nc.qb),3),35),UN=u(Lt(Xt(Nc.qb),4),35),yL=u(Lt(Xt(Nc.qb),6),35),vL=u(Lt(Xt(Nc.qb),5),19),mTe=Nc.j,vTe=Nc.k,yTe=Nc.q,xTe=Nc.w,kTe=Nc.B,ETe=Nc.A,TTe=Nc.C,CTe=Nc.D,_Te=Nc._,STe=Nc.cb,ATe=Nc.hb}function gTn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j;t.c=0,t.b=0,r=2*e.c.a.c.length+1;t:for(A=n.Kc();A.Ob();){if(T=u(A.Pb(),12),d=T.j==(ve(),Hn)||T.j==vr,j=0,d){if(N=u(K(T,(ae(),ml)),10),!N)continue;j+=Bkn(t,r,T,N)}else{for(k=new J(T.g);k.a<k.c.c.length;)if(m=u(et(k),18),s=m.d,s.i.c==e.c){pe(t.a,T);continue t}else j+=t.g[s.p];for(h=new J(T.e);h.a<h.c.c.length;)if(o=u(et(h),18),s=o.c,s.i.c==e.c){pe(t.a,T);continue t}else j-=t.g[s.p]}T.e.c.length+T.g.c.length>0?(t.f[T.p]=j/(T.e.c.length+T.g.c.length),t.c=b.Math.min(t.c,t.f[T.p]),t.b=b.Math.max(t.b,t.f[T.p])):d&&(t.f[T.p]=j)}}function pTn(t){t.b=null,t.bb=null,t.fb=null,t.qb=null,t.a=null,t.c=null,t.d=null,t.e=null,t.f=null,t.n=null,t.M=null,t.L=null,t.Q=null,t.R=null,t.K=null,t.db=null,t.eb=null,t.g=null,t.i=null,t.j=null,t.k=null,t.gb=null,t.o=null,t.p=null,t.q=null,t.r=null,t.$=null,t.ib=null,t.S=null,t.T=null,t.t=null,t.s=null,t.u=null,t.v=null,t.w=null,t.B=null,t.A=null,t.C=null,t.D=null,t.F=null,t.G=null,t.H=null,t.I=null,t.J=null,t.P=null,t.Z=null,t.U=null,t.V=null,t.W=null,t.X=null,t.Y=null,t._=null,t.ab=null,t.cb=null,t.hb=null,t.nb=null,t.lb=null,t.mb=null,t.ob=null,t.pb=null,t.jb=null,t.kb=null,t.N=!1,t.O=!1}function bTn(t,e,n){var r,s,o,h;for(n.Ug("Graph transformation ("+t.a+")",1),h=Bm(e.a),o=new J(e.b);o.a<o.c.c.length;)s=u(et(o),30),Hs(h,s.a);if(r=u(K(e,(Me(),SSt)),428),r==(HI(),bG))switch(u(K(e,fh),88).g){case 2:O_(e,h);break;case 3:iS(e,h);break;case 4:t.a==(t7(),zP)?(iS(e,h),gst(e,h)):(gst(e,h),iS(e,h))}else if(t.a==(t7(),zP))switch(u(K(e,fh),88).g){case 2:O_(e,h),gst(e,h);break;case 3:iS(e,h),O_(e,h);break;case 4:O_(e,h),iS(e,h)}else switch(u(K(e,fh),88).g){case 2:O_(e,h),gst(e,h);break;case 3:O_(e,h),iS(e,h);break;case 4:iS(e,h),O_(e,h)}n.Vg()}function wTn(t){var e,n,r,s,o,h,d,m;for(o=new J(t.a.b);o.a<o.c.c.length;)s=u(et(o),86),s.b.c=s.g.c,s.b.d=s.g.d;for(m=new se(ns,ns),e=new se(Vs,Vs),r=new J(t.a.b);r.a<r.c.c.length;)n=u(et(r),86),m.a=b.Math.min(m.a,n.g.c),m.b=b.Math.min(m.b,n.g.d),e.a=b.Math.max(e.a,n.g.c+n.g.b),e.b=b.Math.max(e.b,n.g.d+n.g.a);for(d=Bz(t.c).a.nc();d.Ob();)h=u(d.Pb(),42),n=u(h.b,86),m.a=b.Math.min(m.a,n.g.c),m.b=b.Math.min(m.b,n.g.d),e.a=b.Math.max(e.a,n.g.c+n.g.b),e.b=b.Math.max(e.b,n.g.d+n.g.a);t.d=cz(new se(m.a,m.b)),t.e=ra(new se(e.a,e.b),m),t.a.a.c.length=0,t.a.b.c.length=0}function mTn(t){j_();var e,n,r,s,o,h,d;for(d=new ZGt,n=new J(t);n.a<n.c.c.length;)e=u(et(n),148),(!d.b||e.c>=d.b.c)&&(d.b=e),(!d.c||e.c<=d.c.c)&&(d.d=d.c,d.c=e),(!d.e||e.d>=d.e.d)&&(d.e=e),(!d.f||e.d<=d.f.d)&&(d.f=e);return r=new kH((a7(),pv)),CI(t,q3e,new hl(ot(st($P,1),Ln,382,0,[r]))),h=new kH(y3),CI(t,z3e,new hl(ot(st($P,1),Ln,382,0,[h]))),s=new kH(v3),CI(t,$3e,new hl(ot(st($P,1),Ln,382,0,[s]))),o=new kH(O5),CI(t,j3e,new hl(ot(st($P,1),Ln,382,0,[o]))),Hot(r.c,pv),Hot(s.c,v3),Hot(o.c,O5),Hot(h.c,y3),d.a.c.length=0,Hs(d.a,r.c),Hs(d.a,Oh(s.c)),Hs(d.a,o.c),Hs(d.a,Oh(h.c)),d}function vTn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U;for(e.Ug($2e,1),j=Rt(Ht(ne(t,(D0(),B3)))),h=Rt(Ht(ne(t,(ad(),WA)))),d=u(ne(t,KA),107),m4t((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a)),T=xge((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a),j,h),!t.a&&(t.a=new Jt(wi,t,10,11)),k=new J(T);k.a<k.c.c.length;)for(m=u(et(k),186),s=new J(m.a);s.a<s.c.c.length;)r=u(et(s),172),N=new zyt(r.s,r.t,Rt(Ht(ne(t,WA)))),C4t(N,r),pe(m.d,N);A=bhe(T,h),U=b.Math.max(A.a,Rt(Ht(ne(t,GA)))-(d.b+d.c)),o=b.Math.max(A.b,Rt(Ht(ne(t,hK)))-(d.d+d.a)),n=o-A.b,Oi(t,VA,n),Oi(t,$T,U),Oi(t,UA,o+n),Oi(t,fK,T),e.Vg()}function yTn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W;for(k=new Bd,T=new Bd,U=new Bd,W=new Bd,m=Rt(Ht(K(e,(Me(),Sv)))),o=Rt(Ht(K(e,Yf))),d=new J(n);d.a<d.c.c.length;)if(h=u(et(d),10),A=u(K(h,(ae(),_c)),64),A==(ve(),Hn))for(T.a.zc(h,T),s=new nr(ir(ca(h).a.Kc(),new q));Sr(s);)r=u(lr(s),18),qs(k,r.c.i);else if(A==vr)for(W.a.zc(h,W),s=new nr(ir(ca(h).a.Kc(),new q));Sr(s);)r=u(lr(s),18),qs(U,r.c.i);k.a.gc()!=0&&(N=new Bit(2,o),j=Bkt(N,e,k,T,-m-e.c.b),j>0&&(t.a=m+(j-1)*o,e.c.b+=t.a,e.f.b+=t.a)),U.a.gc()!=0&&(N=new Bit(1,o),j=Bkt(N,e,U,W,e.f.b+m-e.c.b),j>0&&(e.f.b+=m+(j-1)*o))}function Age(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;for(T=Rt(Ht(K(t,(Me(),_v)))),r=Rt(Ht(K(t,nAt))),N=new ZM,Zt(N,_v,T+r),k=e,ct=k.d,W=k.c.i,Tt=k.d.i,tt=omt(W.c),St=omt(Tt.c),s=new ge,A=tt;A<=St;A++)d=new Lg(t),C(d,(Un(),ha)),Zt(d,(ae(),Di),k),Zt(d,ms,(xa(),lu)),Zt(d,qG,N),j=u(Oe(t.b,A),30),A==tt?Xy(d,j.a.c.length-n,j):Ca(d,j),Bt=Rt(Ht(K(k,zp))),Bt<0&&(Bt=0,Zt(k,zp,Bt)),d.o.b=Bt,U=b.Math.floor(Bt/2),h=new Kc,Qs(h,(ve(),Gn)),uc(h,d),h.n.b=U,m=new Kc,Qs(m,Jn),uc(m,d),m.n.b=U,ya(k,h),o=new Pm,Yo(o,k),Zt(o,qo,null),Ya(o,m),ya(o,ct),cvn(d,k,o),In(s.c,o),k=o;return s}function vct(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(m=u(Op(t,(ve(),Gn)).Kc().Pb(),12).e,j=u(Op(t,Jn).Kc().Pb(),12).g,d=m.c.length,St=Q1(u(Oe(t.j,0),12));d-- >0;){for(W=(mn(0,m.c.length),u(m.c[0],18)),s=(mn(0,j.c.length),u(j.c[0],18)),Tt=s.d.e,o=Wo(Tt,s,0),Hfn(W,s.d,o),Ya(s,null),ya(s,null),U=W.a,e&&Zr(U,new eo(St)),r=_r(s.a,0);r.b!=r.d.c;)n=u(Tr(r),8),Zr(U,new eo(n));for(ct=W.b,N=new J(s.b);N.a<N.c.c.length;)A=u(et(N),72),In(ct.c,A);if(tt=u(K(W,(Me(),qo)),75),h=u(K(s,qo),75),h)for(tt||(tt=new Xu,Zt(W,qo,tt)),T=_r(h,0);T.b!=T.d.c;)k=u(Tr(T),8),Zr(tt,new eo(k))}}function xTn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;if(W=e.b.c.length,!(W<3)){for(j=Vt(Or,ii,28,W,15,1),A=0,T=new J(e.b);T.a<T.c.c.length;)k=u(et(T),30),j[A++]=k.a.c.length;for(N=new _a(e.b,2),r=1;r<W-1;r++)for(n=(cr(N.b<N.d.gc()),u(N.d.Xb(N.c=N.b++),30)),U=new J(n.a),o=0,d=0,m=0;m<j[r+1];m++)if(St=u(et(U),10),m==j[r+1]-1||Zxt(t,St,r+1,r)){for(h=j[r]-1,Zxt(t,St,r+1,r)&&(h=t.c.e[u(u(u(Oe(t.c.b,St.p),15).Xb(0),42).a,10).p]);d<=m;){if(Tt=u(Oe(n.a,d),10),!Zxt(t,Tt,r+1,r))for(ct=u(Oe(t.c.b,Tt.p),15).Kc();ct.Ob();)tt=u(ct.Pb(),42),s=t.c.e[u(tt.a,10).p],(s<o||s>h)&&qs(t.b,u(tt.b,18));++d}o=h}}}function Pkt(t,e){var n;if(e==null||hn(e,Hu)||e.length==0&&t.k!=(Pp(),Wk))return null;switch(t.k.g){case 1:return wH(e,aT)?(Nn(),dT):wH(e,Dlt)?(Nn(),Yb):null;case 2:try{return fe(oh(e,Va,ki))}catch(r){if(r=is(r),At(r,130))return null;throw nt(r)}case 4:try{return Jy(e)}catch(r){if(r=is(r),At(r,130))return null;throw nt(r)}case 3:return e;case 5:return Wce(t),c1e(t,e);case 6:return Wce(t),yxn(t,t.a,e);case 7:try{return n=D5n(t),n.cg(e),n}catch(r){if(r=is(r),At(r,33))return null;throw nt(r)}default:throw nt(new Fo("Invalid type set for this layout option."))}}function Nkt(t){var e;switch(t.d){case 1:{if(t.Sj())return t.o!=-2;break}case 2:{if(t.Sj())return t.o==-2;break}case 3:case 5:case 4:case 6:case 7:return t.o>-2;default:return!1}switch(e=t.Rj(),t.p){case 0:return e!=null&&Ie(De(e))!=a_(t.k,0);case 1:return e!=null&&u(e,222).a!=qr(t.k)<<24>>24;case 2:return e!=null&&u(e,180).a!=(qr(t.k)&js);case 6:return e!=null&&a_(u(e,168).a,t.k);case 5:return e!=null&&u(e,17).a!=qr(t.k);case 7:return e!=null&&u(e,191).a!=qr(t.k)<<16>>16;case 3:return e!=null&&Rt(Ht(e))!=t.j;case 4:return e!=null&&u(e,161).a!=t.j;default:return e==null?t.n!=null:!Ci(e,t.n)}}function UO(t,e,n){var r,s,o,h;return t.ol()&&t.nl()&&(h=Dit(t,u(n,58)),$t(h)!==$t(n))?(t.xj(e),t.Dj(e,Dse(t,e,h)),t.al()&&(o=(s=u(n,54),t.ml()?t.kl()?s.Th(t.b,wo(u(Tn(ju(t.b),t.Lj()),19)).n,u(Tn(ju(t.b),t.Lj()).Hk(),29).kk(),null):s.Th(t.b,ss(s.Dh(),wo(u(Tn(ju(t.b),t.Lj()),19))),null,null):s.Th(t.b,-1-t.Lj(),null,null)),!u(h,54).Ph()&&(o=(r=u(h,54),t.ml()?t.kl()?r.Rh(t.b,wo(u(Tn(ju(t.b),t.Lj()),19)).n,u(Tn(ju(t.b),t.Lj()).Hk(),29).kk(),o):r.Rh(t.b,ss(r.Dh(),wo(u(Tn(ju(t.b),t.Lj()),19))),null,o):r.Rh(t.b,-1-t.Lj(),null,o))),o&&o.oj()),zl(t.b)&&t.Jj(t.Ij(9,n,h,e,!1)),h):n}function Lge(t){var e,n,r,s,o,h,d,m,k,T;for(r=new ge,h=new J(t.e.a);h.a<h.c.c.length;){for(s=u(et(h),125),T=0,s.k.c.length=0,n=new J(n5(s));n.a<n.c.c.length;)e=u(et(n),218),e.f&&(pe(s.k,e),++T);T==1&&In(r.c,s)}for(o=new J(r);o.a<o.c.c.length;)for(s=u(et(o),125);s.k.c.length==1;){for(k=u(et(new J(s.k)),218),t.b[k.c]=k.g,d=k.d,m=k.e,n=new J(n5(s));n.a<n.c.c.length;)e=u(et(n),218),Ci(e,k)||(e.f?d==e.d||m==e.e?t.b[k.c]-=t.b[e.c]-e.g:t.b[k.c]+=t.b[e.c]-e.g:s==d?e.d==s?t.b[k.c]+=e.g:t.b[k.c]-=e.g:e.d==s?t.b[k.c]-=e.g:t.b[k.c]+=e.g);$u(d.k,k),$u(m.k,k),d==s?s=k.e:s=k.d}}function Mge(t,e){var n,r,s,o,h,d,m,k,T,A,N,j;if(n=u(Mo(t.b,e),127),m=u(u(Mi(t.r,e),21),87),m.dc()){n.n.b=0,n.n.c=0;return}for(k=t.u.Hc((wl(),$g)),h=0,d=m.Kc(),T=null,A=0,N=0;d.Ob();)r=u(d.Pb(),117),s=Rt(Ht(r.b.of((az(),NU)))),o=r.b.Mf().a,t.A.Hc((Kl(),Fw))&&s0e(t,e),T?(j=N+T.d.c+t.w+r.d.b,h=b.Math.max(h,(K1(),$f(cd),b.Math.abs(A-s)<=cd||A==s||isNaN(A)&&isNaN(s)?0:j/(s-A)))):t.C&&t.C.b>0&&(h=b.Math.max(h,Ooe(t.C.b+r.d.b,s))),T=r,A=s,N=o;t.C&&t.C.c>0&&(j=N+t.C.c,k&&(j+=T.d.c),h=b.Math.max(h,(K1(),$f(cd),b.Math.abs(A-1)<=cd||A==1||isNaN(A)&&isNaN(1)?0:j/(1-A)))),n.n.b=0,n.a.a=h}function Dge(t,e){var n,r,s,o,h,d,m,k,T,A,N,j;if(n=u(Mo(t.b,e),127),m=u(u(Mi(t.r,e),21),87),m.dc()){n.n.d=0,n.n.a=0;return}for(k=t.u.Hc((wl(),$g)),h=0,t.A.Hc((Kl(),Fw))&&a0e(t,e),d=m.Kc(),T=null,N=0,A=0;d.Ob();)r=u(d.Pb(),117),o=Rt(Ht(r.b.of((az(),NU)))),s=r.b.Mf().b,T?(j=A+T.d.a+t.w+r.d.d,h=b.Math.max(h,(K1(),$f(cd),b.Math.abs(N-o)<=cd||N==o||isNaN(N)&&isNaN(o)?0:j/(o-N)))):t.C&&t.C.d>0&&(h=b.Math.max(h,Ooe(t.C.d+r.d.d,o))),T=r,N=o,A=s;t.C&&t.C.a>0&&(j=A+t.C.a,k&&(j+=T.d.a),h=b.Math.max(h,(K1(),$f(cd),b.Math.abs(N-1)<=cd||N==1||isNaN(N)&&isNaN(1)?0:j/(1-N)))),n.n.d=0,n.a.b=h}function kTn(t,e,n,r,s,o,h,d){var m,k,T,A,N,j,U,W,tt,ct;if(U=!1,k=q6t(n.q,e.f+e.b-n.q.f),j=r.f>e.b&&d,ct=s-(n.q.e+k-h),A=(m=SS(r,ct,!1),m.a),j&&A>r.f)return!1;if(j){for(N=0,tt=new J(e.d);tt.a<tt.c.c.length;)W=u(et(tt),315),N+=q6t(W,r.f)+h;ct=s-N}return ct<r.g||(T=o==t.c.length-1&&ct>=(mn(o,t.c.length),u(t.c[o],186)).e,!j&&A>e.b&&!T)?!1:((T||j||A<=e.b)&&(T&&A>e.b?(n.d=A,PI(n,bfe(n,A))):(Phe(n.q,k),n.c=!0),PI(r,s-(n.s+n.r)),bO(r,n.q.e+n.q.d,e.f),Fq(e,r),t.c.length>o&&(vO((mn(o,t.c.length),u(t.c[o],186)),r),(mn(o,t.c.length),u(t.c[o],186)).a.c.length==0&&xp(t,o)),U=!0),U)}function Ige(t,e,n){var r,s,o,h,d,m;for(this.g=t,d=e.d.length,m=n.d.length,this.d=Vt(z0,Bp,10,d+m,0,1),h=0;h<d;h++)this.d[h]=e.d[h];for(o=0;o<m;o++)this.d[d+o]=n.d[o];if(e.e){if(this.e=lI(e.e),this.e.Mc(n),n.e)for(s=n.e.Kc();s.Ob();)r=u(s.Pb(),239),r!=e&&(this.e.Hc(r)?--r.c:this.e.Fc(r))}else n.e&&(this.e=lI(n.e),this.e.Mc(e));this.f=e.f+n.f,this.a=e.a+n.a,this.a>0?Vst(this,this.f/this.a):W1(e.g,e.d[0]).a!=null&&W1(n.g,n.d[0]).a!=null?Vst(this,(Rt(W1(e.g,e.d[0]).a)+Rt(W1(n.g,n.d[0]).a))/2):W1(e.g,e.d[0]).a!=null?Vst(this,W1(e.g,e.d[0]).a):W1(n.g,n.d[0]).a!=null&&Vst(this,W1(n.g,n.d[0]).a)}function ETn(t,e){var n,r,s,o,h,d,m,k,T,A;for(t.a=new lee(spn(iL)),r=new J(e.a);r.a<r.c.c.length;){for(n=u(et(r),855),d=new Uat(ot(st(Qht,1),Ln,86,0,[])),pe(t.a.a,d),k=new J(n.d);k.a<k.c.c.length;)m=u(et(k),116),T=new Nmt(t,m),Rkt(T,u(K(n.c,(ae(),Bg)),21)),Eu(t.g,n)||(di(t.g,n,new se(m.c,m.d)),di(t.f,n,T)),pe(t.a.b,T),dst(d,T);for(h=new J(n.b);h.a<h.c.c.length;)o=u(et(h),602),T=new Nmt(t,o.Df()),di(t.b,o,new Ys(d,T)),Rkt(T,u(K(n.c,(ae(),Bg)),21)),o.Bf()&&(A=new U5t(t,o.Bf(),1),Rkt(A,u(K(n.c,Bg),21)),s=new Uat(ot(st(Qht,1),Ln,86,0,[])),dst(s,A),dn(t.c,o.Af(),new Ys(d,A)))}return t.a}function Oge(t){var e;this.a=t,e=(Un(),ot(st(ift,1),te,273,0,[Ts,ha,Ds,cu,qc,fd])).length,this.b=$2(mdt,[le,a7t],[601,149],0,[e,e],2),this.c=$2(mdt,[le,a7t],[601,149],0,[e,e],2),tst(this,Ts,(Me(),Sv),K5),G_(this,Ts,ha,_v,Lw),vI(this,Ts,cu,_v),vI(this,Ts,Ds,_v),G_(this,Ts,qc,Sv,K5),tst(this,ha,Yf,U5),vI(this,ha,cu,Yf),vI(this,ha,Ds,Yf),G_(this,ha,qc,_v,Lw),EQt(this,cu,Yf),vI(this,cu,Ds,Yf),vI(this,cu,qc,n1t),EQt(this,Ds,LA),G_(this,Ds,qc,PT,OT),tst(this,qc,Yf,Yf),tst(this,fd,Yf,U5),G_(this,fd,Ts,_v,Lw),G_(this,fd,qc,_v,Lw),G_(this,fd,ha,_v,Lw)}function TTn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt;if(h=n.Lk(),At(h,102)&&u(h,19).Bb&fo&&(N=u(n.md(),54),W=Pb(t.e,N),W!=N)){if(T=S0(h,W),f_(t,e,kot(t,e,T)),A=null,zl(t.e)&&(r=w5((rl(),Fa),t.e.Dh(),h),r!=Tn(t.e.Dh(),t.c))){for(tt=Au(t.e.Dh(),h),d=0,o=u(t.g,124),m=0;m<e;++m)s=o[m],tt.am(s.Lk())&&++d;A=new wst(t.e,9,r,N,W,d,!1),A.nj(new xg(t.e,9,t.c,n,T,e,!1))}return U=u(h,19),j=wo(U),j?(A=N.Th(t.e,ss(N.Dh(),j),null,A),A=u(W,54).Rh(t.e,ss(W.Dh(),j),null,A)):U.Bb&Pc&&(k=-1-ss(t.e.Dh(),U),A=N.Th(t.e,k,null,null),!u(W,54).Ph()&&(A=u(W,54).Rh(t.e,k,null,A))),A&&A.oj(),T}return n}function CTn(t){var e,n,r;for(t5(h2,ot(st(I5,1),Ln,134,0,[new Aj])),n=new Hj(t),r=0;r<n.a.length;++r)e=$y(n,r).te().a,hn(e,"layered")?t5(h2,ot(st(I5,1),Ln,134,0,[new Get])):hn(e,"force")?t5(h2,ot(st(I5,1),Ln,134,0,[new kj])):hn(e,"stress")?t5(h2,ot(st(I5,1),Ln,134,0,[new rm])):hn(e,"mrtree")?t5(h2,ot(st(I5,1),Ln,134,0,[new f6])):hn(e,"radial")?t5(h2,ot(st(I5,1),Ln,134,0,[new TC])):hn(e,"disco")?t5(h2,ot(st(I5,1),Ln,134,0,[new yC,new xC])):hn(e,"sporeOverlap")||hn(e,"sporeCompaction")?t5(h2,ot(st(I5,1),Ln,134,0,[new ant])):hn(e,"rectpacking")&&t5(h2,ot(st(I5,1),Ln,134,0,[new rnt]))}function Pge(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;if(N=new eo(t.o),ct=e.a/N.a,d=e.b/N.b,W=e.a-N.a,o=e.b-N.b,n)for(s=$t(K(t,(Me(),ms)))===$t((xa(),lu)),U=new J(t.j);U.a<U.c.c.length;)switch(j=u(et(U),12),j.j.g){case 1:s||(j.n.a*=ct);break;case 2:j.n.a+=W,s||(j.n.b*=d);break;case 3:s||(j.n.a*=ct),j.n.b+=o;break;case 4:s||(j.n.b*=d)}for(k=new J(t.b);k.a<k.c.c.length;)m=u(et(k),72),T=m.n.a+m.o.a/2,A=m.n.b+m.o.b/2,tt=T/N.a,h=A/N.b,tt+h>=1&&(tt-h>0&&A>=0?(m.n.a+=W,m.n.b+=o*h):tt-h<0&&T>=0&&(m.n.a+=W*tt,m.n.b+=o));t.o.a=e.a,t.o.b=e.b,Zt(t,(Me(),Sw),(Kl(),r=u(m1(hL),9),new Eh(r,u(Ff(r,r.length),9),0)))}function _Tn(t,e,n,r,s,o){var h;if(!(e==null||!Bat(e,TIt,CIt)))throw nt(new zn("invalid scheme: "+e));if(!t&&!(n!=null&&Fd(n,qu(35))==-1&&n.length>0&&(qn(0,n.length),n.charCodeAt(0)!=47)))throw nt(new zn("invalid opaquePart: "+n));if(t&&!(e!=null&&DD(HK,e.toLowerCase()))&&!(n==null||!Bat(n,pL,bL)))throw nt(new zn(gme+n));if(t&&e!=null&&DD(HK,e.toLowerCase())&&!syn(n))throw nt(new zn(gme+n));if(!h2n(r))throw nt(new zn("invalid device: "+r));if(!Ypn(s))throw h=s==null?"invalid segments: null":"invalid segment: "+Upn(s),nt(new zn(h));if(!(o==null||Fd(o,qu(35))==-1))throw nt(new zn("invalid query: "+o))}function STn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;if(n.Ug("Network simplex layering",1),t.b=e,ct=u(K(e,(Me(),MA)),17).a*4,tt=t.b.a,tt.c.length<1){n.Vg();return}for(o=C8n(t,tt),W=null,s=_r(o,0);s.b!=s.d.c;){for(r=u(Tr(s),15),d=ct*Xs(b.Math.sqrt(r.gc())),h=$8n(r),ect(nwt(Snn(rwt(lit(h),d),W),!0),n.eh(1)),N=t.b.b,U=new J(h.a);U.a<U.c.c.length;){for(j=u(et(U),125);N.c.length<=j.e;)Cm(N,N.c.length,new tu(t.b));T=u(j.f,10),Ca(T,u(Oe(N,j.e),30))}if(o.b>1)for(W=Vt(Or,ii,28,t.b.b.c.length,15,1),A=0,k=new J(t.b.b);k.a<k.c.c.length;)m=u(et(k),30),W[A++]=m.a.c.length}tt.c.length=0,t.a=null,t.b=null,t.c=null,n.Vg()}function ATn(t,e){var n,r,s,o,h,d,m,k,T,A;for(T=new ge,A=new V4,o=null,s=0,r=0;r<e.length;++r)switch(n=e[r],Ppn(o,n)&&(s=k5t(t,A,T,QG,s)),Ui(n,(ae(),vv))&&(o=u(K(n,vv),10)),n.k.g){case 0:for(m=lmt($6(fc(n,(ve(),Hn)),new hR));Yst(m);)h=u(z3t(m),12),t.d[h.p]=s++,In(T.c,h);for(s=k5t(t,A,T,QG,s),k=lmt($6(fc(n,vr),new hR));Yst(k);)h=u(z3t(k),12),t.d[h.p]=s++,In(T.c,h);break;case 3:fc(n,jAt).dc()||(h=u(fc(n,jAt).Xb(0),12),t.d[h.p]=s++,In(T.c,h)),fc(n,QG).dc()||Ab(A,n);break;case 1:for(d=fc(n,(ve(),Gn)).Kc();d.Ob();)h=u(d.Pb(),12),t.d[h.p]=s++,In(T.c,h);fc(n,Jn).Jc(new ZYt(A,n))}return k5t(t,A,T,QG,s),T}function Fkt(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U;if(e==null||e.length==0)return null;if(o=u(eu(t.f,e),23),!o){for(s=(j=new li(t.d).a.vc().Kc(),new qi(j));s.a.Ob();)if(n=(h=u(s.a.Pb(),44),u(h.md(),23)),d=n.f,U=e.length,hn(d.substr(d.length-U,U),e)&&(e.length==d.length||qa(d,d.length-e.length-1)==46)){if(o)return null;o=n}if(!o){for(r=(N=new li(t.d).a.vc().Kc(),new qi(N));r.a.Ob();)if(n=(h=u(r.a.Pb(),44),u(h.md(),23)),A=n.g,A!=null){for(m=A,k=0,T=m.length;k<T;++k)if(d=m[k],U=e.length,hn(d.substr(d.length-U,U),e)&&(e.length==d.length||qa(d,d.length-e.length-1)==46)){if(o)return null;o=n}}}o&&Bo(t.f,e,o)}return o}function LTn(t,e){var n,r,s,o,h;for(n=new L4,h=!1,o=0;o<e.length;o++){if(r=(qn(o,e.length),e.charCodeAt(o)),r==32){for(mH(t,n,0),n.a+=" ",mH(t,n,0);o+1<e.length&&(qn(o+1,e.length),e.charCodeAt(o+1)==32);)++o;continue}if(h){r==39?o+1<e.length&&(qn(o+1,e.length),e.charCodeAt(o+1)==39)?(n.a+=String.fromCharCode(r),++o):h=!1:n.a+=String.fromCharCode(r);continue}if(Fd("GyMLdkHmsSEcDahKzZv",qu(r))>0){mH(t,n,0),n.a+=String.fromCharCode(r),s=Y2n(e,o),mH(t,n,s),o+=s-1;continue}r==39?o+1<e.length&&(qn(o+1,e.length),e.charCodeAt(o+1)==39)?(n.a+="'",++o):h=!0:n.a+=String.fromCharCode(r)}mH(t,n,0),Syn(t)}function MTn(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(St=RZt(t),m=new ge,o=t.c.length,k=o-1,T=o+1;St.a.gc()!=0;){for(;n.b!=0;)ct=(cr(n.b!=0),u(Lh(n,n.a.a),118)),St.a.Bc(ct)!=null,ct.g=k--,Ekt(ct,e,n,r);for(;e.b!=0;)Tt=(cr(e.b!=0),u(Lh(e,e.a.a),118)),St.a.Bc(Tt)!=null,Tt.g=T++,Ekt(Tt,e,n,r);for(d=Va,W=St.a.ec().Kc();W.Ob();){if(U=u(W.Pb(),118),!r&&U.b>0&&U.a<=0){m.c.length=0,In(m.c,U);break}j=U.i-U.d,j>=d&&(j>d&&(m.c.length=0,d=j),In(m.c,U))}m.c.length!=0&&(h=u(Oe(m,_H(s,m.c.length)),118),St.a.Bc(h)!=null,h.g=T++,Ekt(h,e,n,r),m.c.length=0)}for(tt=t.c.length+1,N=new J(t);N.a<N.c.c.length;)A=u(et(N),118),A.g<o&&(A.g=A.g+tt)}function Nge(t,e,n){var r,s,o,h;this.j=t,this.e=Ixt(t),this.o=this.j.e,this.i=!!this.o,this.p=this.i?u(Oe(n,Ia(this.o).p),219):null,s=u(K(t,(ae(),uu)),21),this.g=s.Hc((ko(),zh)),this.b=new ge,this.d=new Gue(this.e),h=u(K(this.j,Vk),234),this.q=Ign(e,h,this.e),this.k=new Fne(this),o=J1(ot(st(f4e,1),Ln,230,0,[this,this.d,this.k,this.q])),e==(qm(),sN)&&!Ie(De(K(t,(Me(),kv))))?(r=new Nxt(this.e),In(o.c,r),this.c=new n3t(r,h,u(this.q,413))):e==sN&&Ie(De(K(t,(Me(),kv))))?(r=new Nxt(this.e),In(o.c,r),this.c=new Soe(r,h,u(this.q,413))):this.c=new JYt(e,this),pe(o,this.c),mge(o,this.e),this.s=wCn(this.k)}function DTn(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt;for(o=new ge,k=new J(r);k.a<k.c.c.length;)if(d=u(et(k),452),h=null,d.f==(xo(),xu))for(U=new J(d.e);U.a<U.c.c.length;)j=u(et(U),18),tt=j.d.i,Ia(tt)==e?Fae(t,e,d,j,d.b,j.d):!n||r7(tt,n)?o3n(t,e,d,r,j):(N=pct(t,e,n,j,d.b,xu,h),N!=h&&In(o.c,N),N.c&&(h=N));else for(A=new J(d.e);A.a<A.c.c.length;)if(T=u(et(A),18),W=T.c.i,Ia(W)==e)Fae(t,e,d,T,T.c,d.b);else{if(!n||r7(W,n))continue;N=pct(t,e,n,T,d.b,vl,h),N!=h&&In(o.c,N),N.c&&(h=N)}for(m=new J(o);m.a<m.c.c.length;)d=u(et(m),452),Wo(e.a,d.a,0)!=-1||pe(e.a,d.a),d.c&&In(s.c,d)}function Fge(t){var e,n,r,s,o,h,d;for(e=0,o=new J(t.b.a);o.a<o.c.c.length;)r=u(et(o),194),r.b=0,r.c=0;for(gfe(t,0),Rat(t,t.g),XH(t.c),J2t(t.c),n=(Rs(),Ho),$O(_rt(m5($O(_rt(m5($O(m5(t.c,n)),Sue(n)))),n))),m5(t.c,Ho),Iat(t,t.g),tfe(t,0),gge(t,0),Y1e(t,1),gfe(t,1),Rat(t,t.d),XH(t.c),h=new J(t.b.a);h.a<h.c.c.length;)r=u(et(h),194),e+=b.Math.abs(r.c);for(d=new J(t.b.a);d.a<d.c.c.length;)r=u(et(d),194),r.b=0,r.c=0;for(n=qh,$O(_rt(m5($O(_rt(m5($O(J2t(m5(t.c,n))),Sue(n)))),n))),m5(t.c,Ho),Iat(t,t.d),tfe(t,1),gge(t,1),Y1e(t,0),J2t(t.c),s=new J(t.b.a);s.a<s.c.c.length;)r=u(et(s),194),e+=b.Math.abs(r.c);return e}function ITn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt;if(Ie(De(K(n,(Me(),L3)))))for(d=new J(n.j);d.a<d.c.c.length;)for(h=u(et(d),12),N=Hd(h.g),k=N,T=0,A=k.length;T<A;++T)m=k[T],o=m.d.i==n,s=o&&Ie(De(K(m,Cw))),s&&(U=m.c,j=u(tr(t.b,U),10),j||(j=GO(U,(xa(),md),U.j,-1,null,null,U.o,u(K(e,fh),88),e),Zt(j,(ae(),Di),U),di(t.b,U,j),pe(e.a,j)),tt=m.d,W=u(tr(t.b,tt),10),W||(W=GO(tt,(xa(),md),tt.j,1,null,null,tt.o,u(K(e,fh),88),e),Zt(W,(ae(),Di),tt),di(t.b,tt,W),pe(e.a,W)),r=kst(m),Ya(r,u(Oe(j.j,0),12)),ya(r,u(Oe(W.j,0),12)),dn(t.a,m,new fz(r,e,(xo(),xu))),u(K(e,(ae(),uu)),21).Fc((ko(),zh)))}function OTn(t,e){var n,r,s,o,h,d,m,k,T,A,N;for(s=new J(t.a.b);s.a<s.c.c.length;)for(n=u(et(s),30),m=new J(n.a);m.a<m.c.c.length;)d=u(et(m),10),e.j[d.p]=d,e.i[d.p]=e.o==(X1(),gd)?Vs:ns;for(dl(t.c),h=t.a.b,e.c==(qd(),Vp)&&(h=Oh(h)),Nfn(t.e,e,t.b),ND(e.p,null),o=h.Kc();o.Ob();)for(n=u(o.Pb(),30),k=n.a,e.o==(X1(),gd)&&(k=Oh(k)),N=k.Kc();N.Ob();)A=u(N.Pb(),10),e.g[A.p]==A&&vpe(t,A,e);for(hTn(t,e),r=h.Kc();r.Ob();)for(n=u(r.Pb(),30),N=new J(n.a);N.a<N.c.c.length;)A=u(et(N),10),e.p[A.p]=e.p[e.g[A.p].p],A==e.g[A.p]&&(T=Rt(e.i[e.j[A.p].p]),(e.o==(X1(),gd)&&T>Vs||e.o==Mw&&T<ns)&&(e.p[A.p]=Rt(e.p[A.p])+T));t.e.xg()}function PTn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U;for(n.Ug("Label dummy switching",1),r=u(K(e,(Me(),PG)),232),Tgn(e),s=dxn(e,r),t.a=Vt(wa,Io,28,e.b.c.length,15,1),d=(gk(),ot(st(xT,1),te,232,0,[yT,bA,vT,T3,B5,F5])),T=0,j=d.length;T<j;++T)if(o=d[T],(o==B5||o==F5||o==T3)&&!u(Ju(s.a,o)?s.b[o.g]:null,15).dc()){Lgn(t,e);break}for(m=ot(st(xT,1),te,232,0,[yT,bA,vT,T3,B5,F5]),A=0,U=m.length;A<U;++A)o=m[A],o==B5||o==F5||o==T3||k0e(t,u(Ju(s.a,o)?s.b[o.g]:null,15));for(h=ot(st(xT,1),te,232,0,[yT,bA,vT,T3,B5,F5]),k=0,N=h.length;k<N;++k)o=h[k],(o==B5||o==F5||o==T3)&&k0e(t,u(Ju(s.a,o)?s.b[o.g]:null,15));t.a=null,n.Vg()}function Bge(t,e){var n,r,s,o,h,d,m,k,T;if(k=e,!(k.b==null||t.b==null)){for(h5(t),AS(t),h5(k),AS(k),n=Vt(Or,ii,28,t.b.length+k.b.length,15,1),T=0,r=0,h=0;r<t.b.length&&h<k.b.length;)if(s=t.b[r],o=t.b[r+1],d=k.b[h],m=k.b[h+1],o<d)r+=2;else if(o>=d&&s<=m)d<=s&&o<=m?(n[T++]=s,n[T++]=o,r+=2):d<=s?(n[T++]=s,n[T++]=m,t.b[r]=m+1,h+=2):o<=m?(n[T++]=d,n[T++]=o,r+=2):(n[T++]=d,n[T++]=m,t.b[r]=m+1);else if(m<s)h+=2;else throw nt(new oc("Token#intersectRanges(): Internal Error: ["+t.b[r]+","+t.b[r+1]+"] & ["+k.b[h]+","+k.b[h+1]+"]"));for(;r<t.b.length;)n[T++]=t.b[r++],n[T++]=t.b[r++];t.b=Vt(Or,ii,28,T,15,1),Wc(n,0,t.b,0,T)}}function NTn(t){var e,n,r,s,o,h,d;for(e=new ge,t.g=new ge,t.d=new ge,h=new Z2(new ps(t.f.b).a);h.b;)o=Vm(h),pe(e,u(u(o.md(),42).b,86)),dg(u(o.ld(),602).Af())?pe(t.d,u(o.md(),42)):pe(t.g,u(o.md(),42));for(Rat(t,t.d),Rat(t,t.g),t.c=new h1e(t.b),Lnn(t.c,(wwt(),P3e)),Iat(t,t.d),Iat(t,t.g),Hs(e,t.c.a.b),t.e=new se(ns,ns),t.a=new se(Vs,Vs),r=new J(e);r.a<r.c.c.length;)n=u(et(r),86),t.e.a=b.Math.min(t.e.a,n.g.c),t.e.b=b.Math.min(t.e.b,n.g.d),t.a.a=b.Math.max(t.a.a,n.g.c+n.g.b),t.a.b=b.Math.max(t.a.b,n.g.d+n.g.a);swt(t.c,new tm),d=0;do s=Fge(t),++d;while((d<2||s>qb)&&d<10);swt(t.c,new Hx),Fge(t),kun(t.c),wTn(t.f)}function FTn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W;for(n=u(K(t,(Me(),ms)),101),h=t.f,o=t.d,d=h.a+o.b+o.c,m=0-o.d-t.c.b,T=h.b+o.d+o.a-t.c.b,k=new ge,A=new ge,s=new J(e);s.a<s.c.c.length;){switch(r=u(et(s),10),n.g){case 1:case 2:case 3:T6n(r);break;case 4:N=u(K(r,Cv),8),j=N?N.a:0,r.n.a=d*Rt(Ht(K(r,(ae(),yv))))-j,Qq(r,!0,!1);break;case 5:U=u(K(r,Cv),8),W=U?U.a:0,r.n.a=Rt(Ht(K(r,(ae(),yv))))-W,Qq(r,!0,!1),h.a=b.Math.max(h.a,r.n.a+r.o.a/2)}switch(u(K(r,(ae(),_c)),64).g){case 1:r.n.b=m,In(k.c,r);break;case 3:r.n.b=T,In(A.c,r)}}switch(n.g){case 1:case 2:bue(k,t),bue(A,t);break;case 3:wue(k,t),wue(A,t)}}function BTn(t,e){var n,r,s,o,h,d,m,k,T,A,N;switch(t.k.g){case 1:if(r=u(K(t,(ae(),Di)),18),n=u(K(r,z_t),75),n?Ie(De(K(r,dd)))&&(n=nO(n)):n=new Xu,k=u(K(t,I1),12),k){if(T=hc(ot(st(ua,1),le,8,0,[k.i.n,k.n,k.a])),e<=T.a)return T.b;fs(n,T,n.a,n.a.a)}if(A=u(K(t,hf),12),A){if(N=hc(ot(st(ua,1),le,8,0,[A.i.n,A.n,A.a])),N.a<=e)return N.b;fs(n,N,n.c.b,n.c)}if(n.b>=2){for(m=_r(n,0),h=u(Tr(m),8),d=u(Tr(m),8);d.a<e&&m.b!=m.d.c;)h=d,d=u(Tr(m),8);return h.b+(e-h.a)/(d.a-h.a)*(d.b-h.b)}break;case 3:switch(o=u(K(u(Oe(t.j,0),12),(ae(),Di)),12),s=o.i,o.j.g){case 1:return s.n.b;case 3:return s.n.b+s.o.b}}return Ext(t).b}function RTn(t){var e,n,r,s,o,h,d,m,k,T,A;for(h=new J(t.d.b);h.a<h.c.c.length;)for(o=u(et(h),30),m=new J(o.a);m.a<m.c.c.length;){if(d=u(et(m),10),Ie(De(K(d,(Me(),CA))))&&!$E(Sg(d))){r=u(Dln(Sg(d)),18),T=r.c.i,T==d&&(T=r.d.i),A=new Ys(T,ra(Ma(d.n),T.n)),di(t.b,d,A);continue}s=new Th(d.n.a-d.d.b,d.n.b-d.d.d,d.o.a+d.d.b+d.d.c,d.o.b+d.d.d+d.d.a),e=fJt(vYt(wYt(mYt(new O2t,d),s),l4e),t.a),hJt(ern(roe(new I2t,ot(st(OU,1),Ln,60,0,[e])),e),t.a),k=new Mnt,di(t.e,e,k),n=mg(new nr(ir(ca(d).a.Kc(),new q)))-mg(new nr(ir(As(d).a.Kc(),new q))),n<0?tO(k,!0,(Rs(),Ho)):n>0&&tO(k,!0,(Rs(),Jo)),d.k==(Un(),Ds)&&vee(k),di(t.f,d,e)}}function jTn(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;for(s=u(K(t,(zi(),qA)),27),k=ki,T=ki,d=Va,m=Va,St=_r(t.b,0);St.b!=St.d.c;)ct=u(Tr(St),39),j=ct.e,U=ct.f,k=b.Math.min(k,j.a-U.a/2),T=b.Math.min(T,j.b-U.b/2),d=b.Math.max(d,j.a+U.a/2),m=b.Math.max(m,j.b+U.b/2);for(N=u(ne(s,(xc(),dLt)),107),Tt=_r(t.b,0);Tt.b!=Tt.d.c;)ct=u(Tr(Tt),39),A=K(ct,qA),At(A,207)&&(o=u(A,27),xh(o,ct.e.a,ct.e.b),PO(o,ct));for(tt=_r(t.a,0);tt.b!=tt.d.c;)W=u(Tr(tt),65),r=u(K(W,qA),74),r&&(e=W.a,n=d5(r,!0,!0),zO(e,n));Bt=d-k+(N.b+N.c),h=m-T+(N.d+N.a),Ie(De(ne(s,(si(),R3))))||nv(s,Bt,h,!1,!1),Oi(s,ix,Bt-(N.b+N.c)),Oi(s,rx,h-(N.d+N.a))}function Rge(t,e){var n,r,s,o,h,d,m,k,T,A;for(m=!0,s=0,k=t.g[e.p],T=e.o.b+t.o,n=t.d[e.p][2],Sh(t.b,k,fe(u(Oe(t.b,k),17).a-1+n)),Sh(t.c,k,Rt(Ht(Oe(t.c,k)))-T+n*t.f),++k,k>=t.j?(++t.j,pe(t.b,fe(1)),pe(t.c,T)):(r=t.d[e.p][1],Sh(t.b,k,fe(u(Oe(t.b,k),17).a+1-r)),Sh(t.c,k,Rt(Ht(Oe(t.c,k)))+T-r*t.f)),(t.r==(sf(),nN)&&(u(Oe(t.b,k),17).a>t.k||u(Oe(t.b,k-1),17).a>t.k)||t.r==rN&&(Rt(Ht(Oe(t.c,k)))>t.n||Rt(Ht(Oe(t.c,k-1)))>t.n))&&(m=!1),h=new nr(ir(ca(e).a.Kc(),new q));Sr(h);)o=u(lr(h),18),d=o.c.i,t.g[d.p]==k&&(A=Rge(t,d),s=s+u(A.a,17).a,m=m&&Ie(De(A.b)));return t.g[e.p]=k,s=s+t.d[e.p][0],new Ys(fe(s),(Nn(),!!m))}function jge(t,e){var n,r,s,o,h;n=Rt(Ht(K(e,(Me(),Yf)))),n<2&&Zt(e,Yf,2),r=u(K(e,fh),88),r==(Rs(),wd)&&Zt(e,fh,oH(e)),s=u(K(e,n6e),17),s.a==0?Zt(e,(ae(),Vk),new jat):Zt(e,(ae(),Vk),new lq(s.a)),o=De(K(e,SA)),o==null&&Zt(e,SA,(Nn(),$t(K(e,Rg))===$t((_g(),UT)))),xs(new ln(null,new gn(e.a,16)),new cp(t)),xs(lc(new ln(null,new gn(e.b,16)),new d4),new Xj(t)),h=new Oge(e),Zt(e,(ae(),H5),h),wI(t.a),x1(t.a,(Ha(),Wf),u(K(e,Tw),188)),x1(t.a,$0,u(K(e,_w),188)),x1(t.a,Yc,u(K(e,_A),188)),x1(t.a,ou,u(K(e,$G),188)),x1(t.a,Qo,jgn(u(K(e,Rg),223))),umt(t.a,PCn(e)),Zt(e,zft,VO(t.a,e))}function Bkt(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt,ct;for(A=new Er,h=new ge,Bfe(t,n,t.d.Ag(),h,A),Bfe(t,r,t.d.Bg(),h,A),t.b=.2*(W=H1e(lc(new ln(null,new gn(h,16)),new vZ)),tt=H1e(lc(new ln(null,new gn(h,16)),new yZ)),b.Math.min(W,tt)),o=0,d=0;d<h.c.length-1;d++)for(m=(mn(d,h.c.length),u(h.c[d],118)),U=d+1;U<h.c.length;U++)o+=Mkt(t,m,(mn(U,h.c.length),u(h.c[U],118)));for(N=u(K(e,(ae(),Vk)),234),o>=2&&(ct=cde(h,!0,N),!t.e&&(t.e=new mUt(t)),U2n(t.e,ct,h,t.b)),Vhe(h,N),UTn(h),j=-1,T=new J(h);T.a<T.c.c.length;)k=u(et(T),118),!(b.Math.abs(k.s-k.c)<Jd)&&(j=b.Math.max(j,k.o),t.d.yg(k,s,t.c));return t.d.a.a.$b(),j+1}function $Tn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;for(A=u(tz((h=_r(new hg(e).a.d,0),new A4(h))),39),U=A?u(K(A,(zi(),I1t)),39):null,s=1;A&&U;){for(m=0,Bt=0,n=A,r=U,d=0;d<s;d++)n=_st(n),r=_st(r),Bt+=Rt(Ht(K(n,(zi(),jT)))),m+=Rt(Ht(K(r,jT)));if(St=Rt(Ht(K(U,(zi(),Up)))),Tt=Rt(Ht(K(A,Up))),N=p5t(t,A,U),j=St+m+t.b+N-Tt-Bt,0<j){for(k=e,T=0;k&&k!=r;)++T,k=u(K(k,nK),39);if(k)for(ct=j/T,k=e;k!=r;)tt=Rt(Ht(K(k,Up)))+j,Zt(k,Up,tt),W=Rt(Ht(K(k,jT)))+j,Zt(k,jT,W),j-=ct,k=u(K(k,nK),39);else return}++s,A.d.b==0?A=pkt(new hg(e),s):A=u(tz((o=_r(new hg(A).a.d,0),new A4(o))),39),U=A?u(K(A,I1t),39):null}}function zTn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie;return N=t.c[e],j=t.c[n],U=u(K(N,(ae(),qk)),15),!!U&&U.gc()!=0&&U.Hc(j)||(W=N.k!=(Un(),ha)&&j.k!=ha,tt=u(K(N,vv),10),ct=u(K(j,vv),10),Tt=tt!=ct,St=!!tt&&tt!=N||!!ct&&ct!=j,Bt=oot(N,(ve(),Hn)),Kt=oot(j,vr),St=St|(oot(N,vr)||oot(j,Hn)),ie=St&&Tt||Bt||Kt,W&&ie)||N.k==(Un(),cu)&&j.k==Ts||j.k==(Un(),cu)&&N.k==Ts?!1:(T=t.c[e],o=t.c[n],s=Lhe(t.e,T,o,(ve(),Gn)),m=Lhe(t.i,T,o,Jn),w6n(t.f,T,o),k=Hce(t.b,T,o)+u(s.a,17).a+u(m.a,17).a+t.f.d,d=Hce(t.b,o,T)+u(s.b,17).a+u(m.b,17).a+t.f.b,t.a&&(A=u(K(T,Di),12),h=u(K(o,Di),12),r=lhe(t.g,A,h),k+=u(r.a,17).a,d+=u(r.b,17).a),k>d)}function $ge(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt;for(k=ns,T=ns,d=Vs,m=Vs,N=new J(e.i);N.a<N.c.c.length;)A=u(et(N),68),s=u(u(tr(t.g,A.a),42).b,27),xh(s,A.b.c,A.b.d),k=b.Math.min(k,s.i),T=b.Math.min(T,s.j),d=b.Math.max(d,s.i+s.g),m=b.Math.max(m,s.j+s.f);for(j=u(ne(t.c,(EO(),uEe)),107),nv(t.c,d-k+(j.b+j.c),m-T+(j.d+j.a),!0,!0),Hxt(t.c,-k+j.b,-T+j.d),r=new Zn(Gee(t.c));r.e!=r.i.gc();)n=u(sr(r),74),h=d5(n,!0,!0),U=M0(n),tt=Bb(n),W=new se(U.i+U.g/2,U.j+U.f/2),o=new se(tt.i+tt.g/2,tt.j+tt.f/2),ct=ra(new se(o.a,o.b),W),C7(ct,U.g,U.f),Ei(W,ct),Tt=ra(new se(W.a,W.b),o),C7(Tt,tt.g,tt.f),Ei(o,Tt),QD(h,W.a,W.b),XD(h,o.a,o.b)}function qTn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U;for(e.Ug("Label dummy removal",1),r=Rt(Ht(K(t,(Me(),G5)))),s=Rt(Ht(K(t,O3))),k=u(K(t,fh),88),m=new J(t.b);m.a<m.c.c.length;)for(d=u(et(m),30),A=new _a(d.a,0);A.b<A.d.gc();)T=(cr(A.b<A.d.gc()),u(A.d.Xb(A.c=A.b++),10)),T.k==(Un(),qc)&&(N=u(K(T,(ae(),Di)),18),U=Rt(Ht(K(N,zp))),h=$t(K(T,Hk))===$t((ah(),a2)),n=new eo(T.n),h&&(n.b+=U+r),o=new se(T.o.a,T.o.b+(T.k==qc&&!gE(Ai(u(K(T,kA),15).Oc(),new Mf(new TB))).Bd((j2(),Nk))?0:-U-r)),j=u(K(T,kA),15),k==(Rs(),qh)||k==bd?W5n(j,n,s,o,h,k):nbn(j,n,s,o),Hs(N.b,j),vct(T,$t(K(t,Rg))===$t((_g(),_N))),Ul(A));e.Vg()}function HTn(t){t.q||(t.q=!0,t.p=yc(t,0),t.a=yc(t,1),Ki(t.a,0),t.f=yc(t,2),Ki(t.f,1),ds(t.f,2),t.n=yc(t,3),ds(t.n,3),ds(t.n,4),ds(t.n,5),ds(t.n,6),t.g=yc(t,4),Ki(t.g,7),ds(t.g,8),t.c=yc(t,5),Ki(t.c,7),Ki(t.c,8),t.i=yc(t,6),Ki(t.i,9),Ki(t.i,10),Ki(t.i,11),Ki(t.i,12),ds(t.i,13),t.j=yc(t,7),Ki(t.j,9),t.d=yc(t,8),Ki(t.d,3),Ki(t.d,4),Ki(t.d,5),Ki(t.d,6),ds(t.d,7),ds(t.d,8),ds(t.d,9),ds(t.d,10),t.b=yc(t,9),ds(t.b,0),ds(t.b,1),t.e=yc(t,10),ds(t.e,1),ds(t.e,2),ds(t.e,3),ds(t.e,4),Ki(t.e,5),Ki(t.e,6),Ki(t.e,7),Ki(t.e,8),Ki(t.e,9),Ki(t.e,10),ds(t.e,11),t.k=yc(t,11),ds(t.k,0),ds(t.k,1),t.o=pi(t,12),t.s=pi(t,13))}function Rkt(t,e){e.dc()&&E0(t.j,!0,!0,!0,!0),Ci(e,(ve(),e1))&&E0(t.j,!0,!0,!0,!1),Ci(e,Hh)&&E0(t.j,!1,!0,!0,!0),Ci(e,gh)&&E0(t.j,!0,!0,!1,!0),Ci(e,gf)&&E0(t.j,!0,!1,!0,!0),Ci(e,yl)&&E0(t.j,!1,!0,!0,!1),Ci(e,Vh)&&E0(t.j,!1,!0,!1,!0),Ci(e,ph)&&E0(t.j,!0,!1,!1,!0),Ci(e,n1)&&E0(t.j,!0,!1,!0,!1),Ci(e,Uu)&&E0(t.j,!0,!0,!0,!0),Ci(e,Iu)&&E0(t.j,!0,!0,!0,!0),Ci(e,Uu)&&E0(t.j,!0,!0,!0,!0),Ci(e,Vu)&&E0(t.j,!0,!0,!0,!0),Ci(e,Gu)&&E0(t.j,!0,!0,!0,!0),Ci(e,xl)&&E0(t.j,!0,!0,!0,!0),Ci(e,hu)&&E0(t.j,!0,!0,!0,!0)}function zge(t,e,n){var r,s,o,h,d,m,k,T,A;if(t.a!=e.jk())throw nt(new zn(oT+e.xe()+hv));if(r=Sp((rl(),Fa),e).Jl(),r)return r.jk().wi().ri(r,n);if(h=Sp(Fa,e).Ll(),h){if(n==null)return null;if(d=u(n,15),d.dc())return"";for(A=new hp,o=d.Kc();o.Ob();)s=o.Pb(),Lo(A,h.jk().wi().ri(h,s)),A.a+=" ";return $rt(A,A.a.length-1)}if(T=Sp(Fa,e).Ml(),!T.dc()){for(k=T.Kc();k.Ob();)if(m=u(k.Pb(),156),m.fk(n))try{if(A=m.jk().wi().ri(m,n),A!=null)return A}catch(N){if(N=is(N),!At(N,103))throw nt(N)}throw nt(new zn("Invalid value: '"+n+"' for datatype :"+e.xe()))}return u(e,847).ok(),n==null?null:At(n,180)?""+u(n,180).a:Gl(n)==AU?FQt(gL[0],u(n,206)):ec(n)}function VTn(t){var e,n,r,s,o,h,d,m,k,T;for(k=new Qi,d=new Qi,o=new J(t);o.a<o.c.c.length;)r=u(et(o),131),r.v=0,r.n=r.i.c.length,r.u=r.t.c.length,r.n==0&&fs(k,r,k.c.b,k.c),r.u==0&&r.r.a.gc()==0&&fs(d,r,d.c.b,d.c);for(h=-1;k.b!=0;)for(r=u(bot(k,0),131),n=new J(r.t);n.a<n.c.c.length;)e=u(et(n),274),T=e.b,T.v=b.Math.max(T.v,r.v+1),h=b.Math.max(h,T.v),--T.n,T.n==0&&fs(k,T,k.c.b,k.c);if(h>-1){for(s=_r(d,0);s.b!=s.d.c;)r=u(Tr(s),131),r.v=h;for(;d.b!=0;)for(r=u(bot(d,0),131),n=new J(r.i);n.a<n.c.c.length;)e=u(et(n),274),m=e.a,m.r.a.gc()==0&&(m.v=b.Math.min(m.v,r.v-1),--m.u,m.u==0&&fs(d,m,d.c.b,d.c))}}function UTn(t){var e,n,r,s,o,h,d,m,k,T;for(k=new ge,d=new ge,h=new J(t);h.a<h.c.c.length;)s=u(et(h),118),Q(s,s.f.c.length),it(s,s.k.c.length),s.d==0&&In(k.c,s),s.i==0&&s.e.b==0&&In(d.c,s);for(r=-1;k.c.length!=0;)for(s=u(xp(k,0),118),n=new J(s.k);n.a<n.c.c.length;)e=u(et(n),132),T=e.b,lt(T,b.Math.max(T.o,s.o+1)),r=b.Math.max(r,T.o),Q(T,T.d-1),T.d==0&&In(k.c,T);if(r>-1){for(o=new J(d);o.a<o.c.c.length;)s=u(et(o),118),s.o=r;for(;d.c.length!=0;)for(s=u(xp(d,0),118),n=new J(s.f);n.a<n.c.c.length;)e=u(et(n),132),m=e.a,!(m.e.b>0)&&(lt(m,b.Math.min(m.o,s.o-1)),it(m,m.i-1),m.i==0&&In(d.c,m))}}function qge(t,e,n,r,s){var o,h,d,m;return m=ns,h=!1,d=Akt(t,ra(new se(e.a,e.b),t),Ei(new se(n.a,n.b),s),ra(new se(r.a,r.b),n)),o=!!d&&!(b.Math.abs(d.a-t.a)<=uv&&b.Math.abs(d.b-t.b)<=uv||b.Math.abs(d.a-e.a)<=uv&&b.Math.abs(d.b-e.b)<=uv),d=Akt(t,ra(new se(e.a,e.b),t),n,s),d&&((b.Math.abs(d.a-t.a)<=uv&&b.Math.abs(d.b-t.b)<=uv)==(b.Math.abs(d.a-e.a)<=uv&&b.Math.abs(d.b-e.b)<=uv)||o?m=b.Math.min(m,A_(ra(d,n))):h=!0),d=Akt(t,ra(new se(e.a,e.b),t),r,s),d&&(h||(b.Math.abs(d.a-t.a)<=uv&&b.Math.abs(d.b-t.b)<=uv)==(b.Math.abs(d.a-e.a)<=uv&&b.Math.abs(d.b-e.b)<=uv)||o)&&(m=b.Math.min(m,A_(ra(d,r)))),m}function Hge(t){bm(t,new ow(l$(dm(lm(fm(hm(new cg,Vb),$be),"Minimizes the stress within a layout using stress majorization. Stress exists if the euclidean distance between a pair of nodes doesn't match their graph theoretic distance, that is, the shortest path between the two nodes. The method allows to specify individual edge lengths."),new q1),Lu))),he(t,Vb,jS,_e(uCt)),he(t,Vb,AV,(Nn(),!0)),he(t,Vb,T5,_e(C3e)),he(t,Vb,Lk,_e(_3e)),he(t,Vb,Ak,_e(S3e)),he(t,Vb,Z7,_e(T3e)),he(t,Vb,$S,_e(hCt)),he(t,Vb,tT,_e(A3e)),he(t,Vb,P8t,_e(cCt)),he(t,Vb,F8t,_e(aCt)),he(t,Vb,B8t,_e(oCt)),he(t,Vb,R8t,_e(lCt)),he(t,Vb,N8t,_e(VU))}function GTn(t){var e,n,r,s,o,h,d,m;for(e=null,r=new J(t);r.a<r.c.c.length;)n=u(et(r),239),Rt(W1(n.g,n.d[0]).a),n.b=null,n.e&&n.e.gc()>0&&n.c==0&&(!e&&(e=new ge),In(e.c,n));if(e)for(;e.c.length!=0;){if(n=u(xp(e,0),239),n.b&&n.b.c.length>0){for(o=(!n.b&&(n.b=new ge),new J(n.b));o.a<o.c.c.length;)if(s=u(et(o),239),CD(W1(s.g,s.d[0]).a)==CD(W1(n.g,n.d[0]).a)){if(Wo(t,s,0)>Wo(t,n,0))return new Ys(s,n)}else if(Rt(W1(s.g,s.d[0]).a)>Rt(W1(n.g,n.d[0]).a))return new Ys(s,n)}for(d=(!n.e&&(n.e=new ge),n.e).Kc();d.Ob();)h=u(d.Pb(),239),m=(!h.b&&(h.b=new ge),h.b),Fy(0,m.c.length),YC(m.c,0,n),h.c==m.c.length&&In(e.c,h)}return null}function KTn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;for(e.Ug("Interactive crossing minimization",1),h=0,o=new J(t.b);o.a<o.c.c.length;)r=u(et(o),30),r.p=h++;for(N=Ixt(t),tt=new owt(N.length),mge(new hl(ot(st(f4e,1),Ln,230,0,[tt])),N),W=0,h=0,s=new J(t.b);s.a<s.c.c.length;){for(r=u(et(s),30),n=0,A=0,T=new J(r.a);T.a<T.c.c.length;)for(m=u(et(T),10),m.n.a>0&&(n+=m.n.a+m.o.a/2,++A),U=new J(m.j);U.a<U.c.c.length;)j=u(et(U),12),j.p=W++;for(A>0&&(n/=A),ct=Vt(wa,Io,28,r.a.c.length,15,1),d=0,k=new J(r.a);k.a<k.c.c.length;)m=u(et(k),10),m.p=d++,ct[m.p]=BTn(m,n),m.k==(Un(),ha)&&Zt(m,(ae(),q_t),ct[m.p]);wn(),Ms(r.a,new XVt(ct)),T0e(tt,N,h,!0),++h}e.Vg()}function MS(t,e){var n,r,s,o,h,d,m,k,T;if(e.e==5){Bge(t,e);return}if(k=e,!(k.b==null||t.b==null)){for(h5(t),AS(t),h5(k),AS(k),n=Vt(Or,ii,28,t.b.length+k.b.length,15,1),T=0,r=0,h=0;r<t.b.length&&h<k.b.length;)if(s=t.b[r],o=t.b[r+1],d=k.b[h],m=k.b[h+1],o<d)n[T++]=t.b[r++],n[T++]=t.b[r++];else if(o>=d&&s<=m)d<=s&&o<=m?r+=2:d<=s?(t.b[r]=m+1,h+=2):o<=m?(n[T++]=s,n[T++]=d-1,r+=2):(n[T++]=s,n[T++]=d-1,t.b[r]=m+1,h+=2);else if(m<s)h+=2;else throw nt(new oc("Token#subtractRanges(): Internal Error: ["+t.b[r]+","+t.b[r+1]+"] - ["+k.b[h]+","+k.b[h+1]+"]"));for(;r<t.b.length;)n[T++]=t.b[r++],n[T++]=t.b[r++];t.b=Vt(Or,ii,28,T,15,1),Wc(n,0,t.b,0,T)}}function Vge(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(d=d5(e,!1,!1),ct=CO(d),r&&(ct=nO(ct)),St=Rt(Ht(ne(e,(aS(),qht)))),tt=(cr(ct.b!=0),u(ct.a.a.c,8)),A=u(Nh(ct,1),8),ct.b>2?(T=new ge,Hs(T,new vp(ct,1,ct.b)),o=Mpe(T,St+t.a),Tt=new $ot(o),Yo(Tt,e),In(n.c,Tt)):r?Tt=u(tr(t.b,M0(e)),272):Tt=u(tr(t.b,Bb(e)),272),m=M0(e),r&&(m=Bb(e)),h=G3n(tt,m),k=St+t.a,h.a?(k+=b.Math.abs(tt.b-A.b),W=new se(A.a,(A.b+tt.b)/2)):(k+=b.Math.abs(tt.a-A.a),W=new se((A.a+tt.a)/2,A.b)),r?di(t.d,e,new nxt(Tt,h,W,k)):di(t.c,e,new nxt(Tt,h,W,k)),di(t.b,e,Tt),U=(!e.n&&(e.n=new Jt(Oo,e,1,7)),e.n),j=new Zn(U);j.e!=j.i.gc();)N=u(sr(j),135),s=BO(t,N,!0,0,0),In(n.c,s)}function WTn(t){var e,n,r,s,o,h,d;if(!t.A.dc()){if(t.A.Hc((Kl(),IN))&&(u(Mo(t.b,(ve(),Hn)),127).k=!0,u(Mo(t.b,vr),127).k=!0,e=t.q!=(xa(),G0)&&t.q!=lu,mD(u(Mo(t.b,Jn),127),e),mD(u(Mo(t.b,Gn),127),e),mD(t.g,e),t.A.Hc(Fw)&&(u(Mo(t.b,Hn),127).j=!0,u(Mo(t.b,vr),127).j=!0,u(Mo(t.b,Jn),127).k=!0,u(Mo(t.b,Gn),127).k=!0,t.g.k=!0)),t.A.Hc(DN))for(t.a.j=!0,t.a.k=!0,t.g.j=!0,t.g.k=!0,d=t.B.Hc((Dl(),fL)),s=Wat(),o=0,h=s.length;o<h;++o)r=s[o],n=u(Mo(t.i,r),314),n&&($5t(r)?(n.j=!0,n.k=!0):(n.j=!d,n.k=!d));t.A.Hc(z3)&&t.B.Hc((Dl(),PN))&&(t.g.j=!0,t.g.j=!0,t.a.j||(t.a.j=!0,t.a.k=!0,t.a.e=!0))}}function YTn(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;for(r=new J(t.e.b);r.a<r.c.c.length;)for(n=u(et(r),30),o=new J(n.a);o.a<o.c.c.length;)if(s=u(et(o),10),j=t.i[s.p],k=j.a.e,m=j.d.e,s.n.b=k,ct=m-k-s.o.b,e=gct(s),N=(Yy(),(s.q?s.q:(wn(),wn(),j0))._b((Me(),Tv))?A=u(K(s,Tv),203):A=u(K(Ia(s),AA),203),A),e&&(N==Y5||N==W5)&&(s.o.b+=ct),e&&(N==l1t||N==Y5||N==W5)){for(W=new J(s.j);W.a<W.c.c.length;)U=u(et(W),12),(ve(),Iu).Hc(U.j)&&(T=u(tr(t.k,U),125),U.n.b=T.e-k);for(d=new J(s.b);d.a<d.c.c.length;)h=u(et(d),72),tt=u(K(s,Ev),21),tt.Hc((e3(),df))?h.n.b+=ct:tt.Hc(U0)&&(h.n.b+=ct/2);(N==Y5||N==W5)&&fc(s,(ve(),vr)).Jc(new fUt(ct))}}function XTn(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(k=new ge,m=new J(e.a);m.a<m.c.c.length;)for(h=u(et(m),10),N=fc(h,(ve(),Jn)).Kc();N.Ob();)for(A=u(N.Pb(),12),s=new J(A.g);s.a<s.c.c.length;)r=u(et(s),18),!(!ho(r)&&r.c.i.c==r.d.i.c||ho(r)||r.d.i.c!=n)&&In(k.c,r);for(d=Oh(n.a).Kc();d.Ob();)for(h=u(d.Pb(),10),N=fc(h,(ve(),Gn)).Kc();N.Ob();)for(A=u(N.Pb(),12),s=new J(A.e);s.a<s.c.c.length;)if(r=u(et(s),18),!(!ho(r)&&r.c.i.c==r.d.i.c||ho(r)||r.c.i.c!=e)&&k.c.length!=0){for(T=new _a(k,k.c.length),o=(cr(T.b>0),u(T.a.Xb(T.c=--T.b),18));o!=r&&T.b>0;)t.a[o.p]=!0,t.a[r.p]=!0,o=(cr(T.b>0),u(T.a.Xb(T.c=--T.b),18));T.b>0&&Ul(T)}}function Uge(t,e,n){var r,s,o,h,d,m,k,T,A,N,j;if(!t.b)return!1;for(h=null,N=null,m=new Mst(null,null),s=1,m.a[1]=t.b,A=m;A.a[s];)k=s,d=N,N=A,A=A.a[s],r=t.a.Ne(e,A.d),s=r<0?0:1,r==0&&(!n.c||Ic(A.e,n.d))&&(h=A),!(A&&A.b)&&!vy(A.a[s])&&(vy(A.a[1-s])?N=N.a[k]=Hq(A,s):vy(A.a[1-s])||(j=N.a[1-k],j&&(!vy(j.a[1-k])&&!vy(j.a[k])?(N.b=!1,j.b=!0,A.b=!0):(o=d.a[1]==N?1:0,vy(j.a[k])?d.a[o]=yre(N,k):vy(j.a[1-k])&&(d.a[o]=Hq(N,k)),A.b=d.a[o].b=!0,d.a[o].a[0].b=!1,d.a[o].a[1].b=!1))));return h&&(n.b=!0,n.d=h.e,A!=h&&(T=new Mst(A.d,A.e),Qyn(t,m,h,T),N==h&&(N=T)),N.a[N.a[1]==A?1:0]=A.a[A.a[0]?0:1],--t.c),t.b=m.a[1],t.b&&(t.b.b=!1),n.b}function QTn(t){var e,n,r,s,o,h,d,m,k,T,A,N;for(s=new J(t.a.a.b);s.a<s.c.c.length;)for(r=u(et(s),60),m=r.c.Kc();m.Ob();)d=u(m.Pb(),60),r.a!=d.a&&(dg(t.a.d)?A=t.a.g.ff(r,d):A=t.a.g.gf(r,d),o=r.b.a+r.d.b+A-d.b.a,o=b.Math.ceil(o),o=b.Math.max(0,o),q3t(r,d)?(h=xm(new B2,t.d),k=Xs(b.Math.ceil(d.b.a-r.b.a)),e=k-(d.b.a-r.b.a),T=J6(r).a,n=r,T||(T=J6(d).a,e=-e,n=d),T&&(n.b.a-=e,T.n.a-=e),Hf(Of(If(Pf(Df(new Qh,b.Math.max(0,k)),1),h),t.c[r.a.d])),Hf(Of(If(Pf(Df(new Qh,b.Math.max(0,-k)),1),h),t.c[d.a.d]))):(N=1,(At(r.g,154)&&At(d.g,10)||At(d.g,154)&&At(r.g,10))&&(N=2),Hf(Of(If(Pf(Df(new Qh,Xs(o)),N),t.c[r.a.d]),t.c[d.a.d]))))}function Gge(t,e,n){var r,s,o,h,d,m,k,T,A,N;if(n)for(r=-1,T=new _a(e,0);T.b<T.d.gc();){if(d=(cr(T.b<T.d.gc()),u(T.d.Xb(T.c=T.b++),10)),A=t.c[d.c.p][d.p].a,A==null){for(h=r+1,o=new _a(e,T.b);o.b<o.d.gc();)if(N=Ein(t,(cr(o.b<o.d.gc()),u(o.d.Xb(o.c=o.b++),10))).a,N!=null){h=(Wn(N),N);break}A=(r+h)/2,t.c[d.c.p][d.p].a=A,t.c[d.c.p][d.p].d=(Wn(A),A),t.c[d.c.p][d.p].b=1}r=(Wn(A),A)}else{for(s=0,k=new J(e);k.a<k.c.c.length;)d=u(et(k),10),t.c[d.c.p][d.p].a!=null&&(s=b.Math.max(s,Rt(t.c[d.c.p][d.p].a)));for(s+=2,m=new J(e);m.a<m.c.c.length;)d=u(et(m),10),t.c[d.c.p][d.p].a==null&&(A=Ml(t.i,24)*iP*s-1,t.c[d.c.p][d.p].a=A,t.c[d.c.p][d.p].d=A,t.c[d.c.p][d.p].b=1)}}function JTn(t,e,n){var r,s,o,h,d,m,k,T,A;for(!n&&(n=opn(e.q.getTimezoneOffset())),s=(e.q.getTimezoneOffset()-n.a)*6e4,d=new Kmt(Xa(Oc(e.q.getTime()),s)),m=d,d.q.getTimezoneOffset()!=e.q.getTimezoneOffset()&&(s>0?s-=864e5:s+=864e5,m=new Kmt(Xa(Oc(e.q.getTime()),s))),T=new L4,k=t.a.length,o=0;o<k;)if(r=qa(t.a,o),r>=97&&r<=122||r>=65&&r<=90){for(h=o+1;h<k&&qa(t.a,h)==r;++h);QCn(T,r,h-o,d,m,n),o=h}else if(r==39){if(++o,o<k&&qa(t.a,o)==39){T.a+="'",++o;continue}for(A=!1;!A;){for(h=o;h<k&&qa(t.a,h)!=39;)++h;if(h>=k)throw nt(new zn("Missing trailing '"));h+1<k&&qa(t.a,h+1)==39?++h:A=!0,ni(T,Ch(t.a,o,h)),o=h+1}}else T.a+=String.fromCharCode(r),++o;return T.a}function ZTn(){hi(V3,new uC),hi(oi,new rj),hi(pf,new sD),hi(N1,new V1),hi(Wdt,new U1),hi(VK,new oet),hi(zg,new cet),hi(dL,new T4),hi(BN,new XR),hi(qdt,new QR),hi(l2,new JR),hi(bf,new ZR),hi(P1,new g1),hi(Iv,new Fu),hi(U3,new Qtt),hi(Ku,new Jtt),hi(H3,new Ztt),hi(Sc,new Bu),hi(So,new tj),hi(Ou,new ej),hi(Es,new c6),hi(st(cl,1),new tet),hi(Ok,new G8),hi(uA,new eet),hi(AU,new nj),hi(nOt,new net),hi(zs,new ret),hi(wIt,new lC),hi(yIt,new rD),hi(HIt,new hC),hi(UK,new iet),hi(gT,new set),hi(Na,new iD),hi(zTt,new fC),hi(dv,new H1),hi(qTt,new K8),hi(jIt,new aet),hi(rOt,new W8),hi(gv,new D2),hi(Ne,new dC),hi(vIt,new aD),hi(iOt,new p1)}function Kge(t,e){var n,r,s,o,h,d,m,k,T;if(t==null)return Hu;if(m=e.a.zc(t,e),m!=null)return"[...]";for(n=new tw(ro,"[","]"),s=t,o=0,h=s.length;o<h;++o)r=s[o],r!=null&&Gl(r).i&4?Array.isArray(r)&&(T=qI(r),!(T>=14&&T<=16))?e.a._b(r)?(n.a?ni(n.a,n.b):n.a=new Jl(n.d),c_(n.a,"[...]")):(d=X2(r),k=new v_(e),yg(n,Kge(d,k))):At(r,183)?yg(n,L4n(u(r,183))):At(r,195)?yg(n,gyn(u(r,195))):At(r,201)?yg(n,T3n(u(r,201))):At(r,2111)?yg(n,pyn(u(r,2111))):At(r,53)?yg(n,A4n(u(r,53))):At(r,376)?yg(n,G4n(u(r,376))):At(r,846)?yg(n,S4n(u(r,846))):At(r,109)&&yg(n,_4n(u(r,109))):yg(n,r==null?Hu:ec(r));return n.a?n.e.length==0?n.a.a:n.a.a+(""+n.e):n.c}function j7(t,e){var n,r,s,o;o=t.F,e==null?(t.F=null,f7(t,null)):(t.F=(Wn(e),e),r=Fd(e,qu(60)),r!=-1?(s=(Sa(0,r,e.length),e.substr(0,r)),Fd(e,qu(46))==-1&&!hn(s,vk)&&!hn(s,tA)&&!hn(s,fU)&&!hn(s,eA)&&!hn(s,nA)&&!hn(s,rA)&&!hn(s,iA)&&!hn(s,sA)&&(s=Sme),n=rz(e,qu(62)),n!=-1&&(s+=""+(qn(n+1,e.length+1),e.substr(n+1))),f7(t,s)):(s=e,Fd(e,qu(46))==-1&&(r=Fd(e,qu(91)),r!=-1&&(s=(Sa(0,r,e.length),e.substr(0,r))),!hn(s,vk)&&!hn(s,tA)&&!hn(s,fU)&&!hn(s,eA)&&!hn(s,nA)&&!hn(s,rA)&&!hn(s,iA)&&!hn(s,sA)?(s=Sme,r!=-1&&(s+=""+(qn(r,e.length+1),e.substr(r)))):s=e),f7(t,s),s==e&&(t.F=t.D))),t.Db&4&&!(t.Db&1)&&Ti(t,new la(t,1,5,o,e))}function Wge(t,e){var n,r,s,o,h,d,m,k,T,A;if(m=e.length-1,d=(qn(m,e.length),e.charCodeAt(m)),d==93){if(h=Fd(e,qu(91)),h>=0)return s=n2n(t,(Sa(1,h,e.length),e.substr(1,h-1))),T=(Sa(h+1,m,e.length),e.substr(h+1,m-(h+1))),ACn(t,T,s)}else{if(n=-1,JTt==null&&(JTt=new RegExp("\\d")),JTt.test(String.fromCharCode(d))&&(n=hvt(e,qu(46),m-1),n>=0)){r=u(Tst(t,Nae(t,(Sa(1,n,e.length),e.substr(1,n-1))),!1),61),k=0;try{k=oh((qn(n+1,e.length+1),e.substr(n+1)),Va,ki)}catch(N){throw N=is(N),At(N,130)?(o=N,nt(new kq(o))):nt(N)}if(k<r.gc())return A=r.Xb(k),At(A,76)&&(A=u(A,76).md()),u(A,58)}if(n<0)return u(Tst(t,Nae(t,(qn(1,e.length+1),e.substr(1))),!1),58)}return null}function t9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W;for(e.Ug("Label dummy insertions",1),A=new ge,h=Rt(Ht(K(t,(Me(),G5)))),k=Rt(Ht(K(t,O3))),T=u(K(t,fh),88),j=new J(t.a);j.a<j.c.c.length;)for(N=u(et(j),10),o=new nr(ir(As(N).a.Kc(),new q));Sr(o);)if(s=u(lr(o),18),s.c.i!=s.d.i&&Krt(s.b,e4e)){for(W=x0n(s),U=k0(s.b.c.length),n=Dxn(t,s,W,U),In(A.c,n),r=n.o,d=new _a(s.b,0);d.b<d.d.gc();)m=(cr(d.b<d.d.gc()),u(d.d.Xb(d.c=d.b++),72)),$t(K(m,a0))===$t((nd(),HT))&&(T==(Rs(),qh)||T==bd?(r.a+=m.o.a+k,r.b=b.Math.max(r.b,m.o.b)):(r.a=b.Math.max(r.a,m.o.a),r.b+=m.o.b+k),In(U.c,m),Ul(d));T==(Rs(),qh)||T==bd?(r.a-=k,r.b+=h+W):r.b+=h-k+W}Hs(t.a,A),e.Vg()}function e9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U;if(t.c=t.e,U=De(K(e,(Me(),r6e))),j=U==null||(Wn(U),U),o=u(K(e,(ae(),uu)),21).Hc((ko(),zh)),s=u(K(e,ms),101),n=!(s==(xa(),Nw)||s==G0||s==lu),j&&(n||!o)){for(A=new J(e.a);A.a<A.c.c.length;)k=u(et(A),10),k.p=0;for(N=new ge,T=new J(e.a);T.a<T.c.c.length;)if(k=u(et(T),10),r=D0e(t,k,null),r){for(m=new o4t,Yo(m,e),Zt(m,Bg,u(r.b,21)),Oyt(m.d,e.d),Zt(m,LT,null),d=u(r.a,15).Kc();d.Ob();)h=u(d.Pb(),10),pe(m.a,h),h.a=m;N.Fc(m)}o&&($t(K(e,S3))===$t((iw(),eft))?t.c=t.b:$t(K(e,S3))===$t(nft)?t.c=t.d:t.c=t.a)}else N=new hl(ot(st(G3e,1),qbe,36,0,[e]));return $t(K(e,S3))!==$t((iw(),x3))&&(wn(),N.jd(new kB)),N}function $7(t,e,n){var r,s,o,h,d,m,k;if(k=t.c,!e&&(e=LIt),t.c=e,t.Db&4&&!(t.Db&1)&&(m=new la(t,1,2,k,t.c),n?n.nj(m):n=m),k!=e){if(At(t.Cb,291))t.Db>>16==-10?n=u(t.Cb,291).Yk(e,n):t.Db>>16==-15&&(!e&&(e=(bn(),yd)),!k&&(k=(bn(),yd)),t.Cb.Yh()&&(m=new xg(t.Cb,1,13,k,e,Ip(Al(u(t.Cb,62)),t),!1),n?n.nj(m):n=m));else if(At(t.Cb,90))t.Db>>16==-23&&(At(e,90)||(e=(bn(),mf)),At(k,90)||(k=(bn(),mf)),t.Cb.Yh()&&(m=new xg(t.Cb,1,10,k,e,Ip(Gc(u(t.Cb,29)),t),!1),n?n.nj(m):n=m));else if(At(t.Cb,456))for(d=u(t.Cb,850),h=(!d.b&&(d.b=new t$(new Rnt)),d.b),o=(r=new Z2(new ps(h.a).a),new e$(r));o.a.b;)s=u(Vm(o.a).ld(),89),n=$7(s,GH(s,d),n)}return n}function n9n(t,e){var n,r,s,o,h,d,m,k,T,A,N;for(h=Ie(De(ne(t,(Me(),L3)))),N=u(ne(t,D3),21),m=!1,k=!1,A=new Zn((!t.c&&(t.c=new Jt(kl,t,9,9)),t.c));A.e!=A.i.gc()&&(!m||!k);){for(o=u(sr(A),123),d=0,s=C0(rh(ot(st(hh,1),Ln,20,0,[(!o.d&&(o.d=new En(Cs,o,8,5)),o.d),(!o.e&&(o.e=new En(Cs,o,7,4)),o.e)])));Sr(s)&&(r=u(lr(s),74),T=h&&Jm(r)&&Ie(De(ne(r,Cw))),n=_ge((!r.b&&(r.b=new En(gr,r,4,7)),r.b),o)?t==es(Xo(u(Lt((!r.c&&(r.c=new En(gr,r,5,8)),r.c),0),84))):t==es(Xo(u(Lt((!r.b&&(r.b=new En(gr,r,4,7)),r.b),0),84))),!((T||n)&&(++d,d>1))););(d>0||N.Hc((wl(),$g))&&(!o.n&&(o.n=new Jt(Oo,o,1,7)),o.n).i>0)&&(m=!0),d>1&&(k=!0)}m&&e.Fc((ko(),zh)),k&&e.Fc((ko(),vA))}function Yge(t){var e,n,r,s,o,h,d,m,k,T,A,N;if(N=u(ne(t,(si(),Ow)),21),N.dc())return null;if(d=0,h=0,N.Hc((Kl(),IN))){for(T=u(ne(t,nL),101),r=2,n=2,s=2,o=2,e=es(t)?u(ne(es(t),Iw),88):u(ne(t,Iw),88),k=new Zn((!t.c&&(t.c=new Jt(kl,t,9,9)),t.c));k.e!=k.i.gc();)if(m=u(sr(k),123),A=u(ne(m,cx),64),A==(ve(),gc)&&(A=kkt(m,e),Oi(m,cx,A)),T==(xa(),lu))switch(A.g){case 1:r=b.Math.max(r,m.i+m.g);break;case 2:n=b.Math.max(n,m.j+m.f);break;case 3:s=b.Math.max(s,m.i+m.g);break;case 4:o=b.Math.max(o,m.j+m.f)}else switch(A.g){case 1:r+=m.g+2;break;case 2:n+=m.f+2;break;case 3:s+=m.g+2;break;case 4:o+=m.f+2}d=b.Math.max(r,s),h=b.Math.max(n,o)}return nv(t,d,h,!0,!0)}function yct(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;for(Tt=u(tc(Mq(Ai(new ln(null,new gn(e.d,16)),new RVt(n)),new jVt(n)),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),A=ki,T=Va,m=new J(e.b.j);m.a<m.c.c.length;)d=u(et(m),12),d.j==n&&(A=b.Math.min(A,d.p),T=b.Math.max(T,d.p));if(A==ki)for(h=0;h<Tt.gc();h++)F3t(u(Tt.Xb(h),105),n,h);else for(St=Vt(Or,ii,28,s.length,15,1),Jcn(St,St.length),ct=Tt.Kc();ct.Ob();){for(tt=u(ct.Pb(),105),o=u(tr(t.b,tt),183),k=0,W=A;W<=T;W++)o[W]&&(k=b.Math.max(k,r[W]));if(tt.i){for(j=tt.i.c,Bt=new Os,N=0;N<s.length;N++)s[j][N]&&qs(Bt,fe(St[N]));for(;v1(Bt,fe(k));)++k}for(F3t(tt,n,k),U=A;U<=T;U++)o[U]&&(r[U]=k+1);tt.i&&(St[tt.i.c]=k)}}function r9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W;for(s=null,r=new J(e.a);r.a<r.c.c.length;)n=u(et(r),10),gct(n)?o=(d=xm(ID(new B2,n),t.f),m=xm(ID(new B2,n),t.f),k=new Dyt(n,!0,d,m),T=n.o.b,A=(Yy(),(n.q?n.q:(wn(),wn(),j0))._b((Me(),Tv))?N=u(K(n,Tv),203):N=u(K(Ia(n),AA),203),N),j=1e4,A==W5&&(j=1),U=Hf(Of(If(Df(Pf(new Qh,j),Xs(b.Math.ceil(T))),d),m)),A==Y5&&qs(t.d,U),M0e(t,Oh(fc(n,(ve(),Gn))),k),M0e(t,fc(n,Jn),k),k):o=(W=xm(ID(new B2,n),t.f),xs(Ai(new ln(null,new gn(n.j,16)),new GJ),new eXt(t,W)),new Dyt(n,!1,W,W)),t.i[n.p]=o,s&&(h=s.c.d.a+q4(t.n,s.c,n)+n.d.d,s.b||(h+=s.c.o.b),Hf(Of(If(Pf(Df(new Qh,Xs(b.Math.ceil(h))),0),s.d),o.a))),s=o}function i9n(t,e,n,r){var s,o,h,d,m,k,T,A,N,j;for(o=new g1e(e),A=Okn(t,e,o),j=b.Math.max(Rt(Ht(K(e,(Me(),zp)))),1),T=new J(A.a);T.a<T.c.c.length;)k=u(et(T),42),m=dle(u(k.a,8),u(k.b,8),j),E=!0,E=E&Tm(n,new se(m.c,m.d)),E=E&Tm(n,Em(new se(m.c,m.d),m.b,0)),E=E&Tm(n,Em(new se(m.c,m.d),0,m.a)),E&Tm(n,Em(new se(m.c,m.d),m.b,m.a));switch(N=o.d,d=dle(u(A.b.a,8),u(A.b.b,8),j),N==(ve(),Gn)||N==Jn?(r.c[N.g]=b.Math.min(r.c[N.g],d.d),r.b[N.g]=b.Math.max(r.b[N.g],d.d+d.a)):(r.c[N.g]=b.Math.min(r.c[N.g],d.c),r.b[N.g]=b.Math.max(r.b[N.g],d.c+d.b)),s=Vs,h=o.c.i.d,N.g){case 4:s=h.c;break;case 2:s=h.b;break;case 1:s=h.a;break;case 3:s=h.d}return r.a[N.g]=b.Math.max(r.a[N.g],s),o}function s9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On;d=u(tr(e.c,t),467),Tt=e.a.c,m=e.a.c+e.a.b,Je=d.f,On=d.a,h=Je<On,W=new se(Tt,Je),St=new se(m,On),s=(Tt+m)/2,tt=new se(s,Je),Bt=new se(s,On),o=r6n(t,Je,On),ie=Q1(e.B),Ce=new se(s,o),en=Q1(e.D),n=hpn(ot(st(ua,1),le,8,0,[ie,Ce,en])),j=!1,ct=e.B.i,ct&&ct.c&&d.d&&(k=h&&ct.p<ct.c.a.c.length-1||!h&&ct.p>0,k?k&&(N=ct.p,h?++N:--N,A=u(Oe(ct.c.a,N),10),r=mce(A),j=!(Vot(r,ie,n[0])||qte(r,ie,n[0]))):j=!0),U=!1,Kt=e.D.i,Kt&&Kt.c&&d.e&&(T=h&&Kt.p>0||!h&&Kt.p<Kt.c.a.c.length-1,T?(N=Kt.p,h?--N:++N,A=u(Oe(Kt.c.a,N),10),r=mce(A),U=!(Vot(r,n[0],en)||qte(r,n[0],en))):U=!0),j&&U&&Zr(t.a,Ce),j||$_(t.a,ot(st(ua,1),le,8,0,[W,tt])),U||$_(t.a,ot(st(ua,1),le,8,0,[Bt,St]))}function a9n(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt;for(j=e.c.length,N=0,A=new J(t.b);A.a<A.c.c.length;)if(T=u(et(A),30),ct=T.a,ct.c.length!=0){for(tt=new J(ct),k=0,Tt=null,s=u(et(tt),10),o=null;s;){if(o=u(Oe(e,s.p),261),o.c>=0){for(m=null,d=new _a(T.a,k+1);d.b<d.d.gc()&&(h=(cr(d.b<d.d.gc()),u(d.d.Xb(d.c=d.b++),10)),m=u(Oe(e,h.p),261),!(m.d==o.d&&m.c<o.c));)m=null;m&&(Tt&&(Sh(r,s.p,fe(u(Oe(r,s.p),17).a-1)),u(Oe(n,Tt.p),15).Mc(o)),o=Tyn(o,s,j++),In(e.c,o),pe(n,new ge),Tt?(u(Oe(n,Tt.p),15).Fc(o),pe(r,fe(1))):pe(r,fe(0)))}U=null,tt.a<tt.c.c.length&&(U=u(et(tt),10),W=u(Oe(e,U.p),261),u(Oe(n,s.p),15).Fc(W),Sh(r,U.p,fe(u(Oe(r,U.p),17).a+1))),o.d=N,o.c=k++,Tt=s,s=U}++N}}function o9n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j;if(o=u(K(t,(ae(),Di)),74),!!o){for(r=t.a,s=new eo(n),Ei(s,Ivn(t)),r7(t.d.i,t.c.i)?(N=t.c,A=hc(ot(st(ua,1),le,8,0,[N.n,N.a])),ra(A,n)):A=Q1(t.c),fs(r,A,r.a,r.a.a),j=Q1(t.d),K(t,Hft)!=null&&Ei(j,u(K(t,Hft),8)),fs(r,j,r.c.b,r.c),Vy(r,s),h=d5(o,!0,!0),jq(h,u(Lt((!o.b&&(o.b=new En(gr,o,4,7)),o.b),0),84)),$q(h,u(Lt((!o.c&&(o.c=new En(gr,o,5,8)),o.c),0),84)),zO(r,h),T=new J(t.b);T.a<T.c.c.length;)k=u(et(T),72),d=u(K(k,Di),135),zm(d,k.o.a),$m(d,k.o.b),xh(d,k.n.a+s.a,k.n.b+s.b),Oi(d,(ik(),cft),De(K(k,cft)));m=u(K(t,(Me(),qo)),75),m?(Vy(m,s),Oi(o,qo,m)):Oi(o,qo,null),e==(_g(),Jk)?Oi(o,Rg,Jk):Oi(o,Rg,null)}}function Xge(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en;if(n.c.length!=0){for(U=new ge,j=new J(n);j.a<j.c.c.length;)N=u(et(j),27),pe(U,new se(N.i,N.j));for(r.dh(e,"Before removing overlaps");Gxt(t,n);)VH(t,n,!1);if(r.dh(e,"After removing overlaps"),d=0,m=0,s=null,n.c.length!=0&&(s=(mn(0,n.c.length),u(n.c[0],27)),d=s.i-(mn(0,U.c.length),u(U.c[0],8)).a,m=s.j-(mn(0,U.c.length),u(U.c[0],8)).b),h=b.Math.sqrt(d*d+m*m),A=Zpn(n),o=1,A.a.gc()!=0){for(T=A.a.ec().Kc();T.Ob();)k=u(T.Pb(),27),W=t.f,tt=W.i+W.g/2,ct=W.j+W.f/2,Tt=k.i+k.g/2,St=k.j+k.f/2,Bt=Tt-tt,Kt=St-ct,ie=b.Math.sqrt(Bt*Bt+Kt*Kt),Ce=Bt/ie,en=Kt/ie,Cu(k,k.i+Ce*h),_u(k,k.j+en*h);r.dh(e,"Child movement "+o),++o}t.a&&t.a.Gg(new fl(A)),Xge(t,e,new fl(A),r)}}function xct(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;return m=t,T=ra(new se(e.a,e.b),t),k=n,A=ra(new se(r.a,r.b),n),N=m.a,tt=m.b,U=k.a,Tt=k.b,j=T.a,ct=T.b,W=A.a,St=A.b,s=W*ct-j*St,K1(),$f(e0),b.Math.abs(0-s)<=e0||s==0||isNaN(0)&&isNaN(s)?!1:(h=1/s*((N-U)*ct-(tt-Tt)*j),d=1/s*-(-(N-U)*St+(tt-Tt)*W),o=($f(e0),(b.Math.abs(0-h)<=e0||h==0||isNaN(0)&&isNaN(h)?0:0<h?-1:0>h?1:vm(isNaN(0),isNaN(h)))<0&&($f(e0),(b.Math.abs(h-1)<=e0||h==1||isNaN(h)&&isNaN(1)?0:h<1?-1:h>1?1:vm(isNaN(h),isNaN(1)))<0)&&($f(e0),(b.Math.abs(0-d)<=e0||d==0||isNaN(0)&&isNaN(d)?0:0<d?-1:0>d?1:vm(isNaN(0),isNaN(d)))<0)&&($f(e0),(b.Math.abs(d-1)<=e0||d==1||isNaN(d)&&isNaN(1)?0:d<1?-1:d>1?1:vm(isNaN(d),isNaN(1)))<0)),o)}function c9n(t){var e,n,r,s;if(n=t.D!=null?t.D:t.B,e=Fd(n,qu(91)),e!=-1){r=(Sa(0,e,n.length),n.substr(0,e)),s=new hp;do s.a+="[";while((e=xE(n,91,++e))!=-1);hn(r,vk)?s.a+="Z":hn(r,tA)?s.a+="B":hn(r,fU)?s.a+="C":hn(r,eA)?s.a+="D":hn(r,nA)?s.a+="F":hn(r,rA)?s.a+="I":hn(r,iA)?s.a+="J":hn(r,sA)?s.a+="S":(s.a+="L",s.a+=""+r,s.a+=";");try{return null}catch(o){if(o=is(o),!At(o,63))throw nt(o)}}else if(Fd(n,qu(46))==-1){if(hn(n,vk))return Fl;if(hn(n,tA))return cl;if(hn(n,fU))return Uh;if(hn(n,eA))return wa;if(hn(n,nA))return Y3;if(hn(n,rA))return Or;if(hn(n,iA))return b2;if(hn(n,sA))return gx}return null}function u9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce;for(t.e=e,d=u5n(e),ie=new ge,r=new J(d);r.a<r.c.c.length;){for(n=u(et(r),15),Ce=new ge,In(ie.c,Ce),m=new Os,U=n.Kc();U.Ob();){for(j=u(U.Pb(),27),o=BO(t,j,!0,0,0),In(Ce.c,o),W=j.i,tt=j.j,N=(!j.n&&(j.n=new Jt(Oo,j,1,7)),j.n),A=new Zn(N);A.e!=A.i.gc();)k=u(sr(A),135),s=BO(t,k,!1,W,tt),In(Ce.c,s);for(Kt=(!j.c&&(j.c=new Jt(kl,j,9,9)),j.c),Tt=new Zn(Kt);Tt.e!=Tt.i.gc();)for(ct=u(sr(Tt),123),h=BO(t,ct,!1,W,tt),In(Ce.c,h),St=ct.i+W,Bt=ct.j+tt,N=(!ct.n&&(ct.n=new Jt(Oo,ct,1,7)),ct.n),T=new Zn(N);T.e!=T.i.gc();)k=u(sr(T),135),s=BO(t,k,!1,St,Bt),In(Ce.c,s);Aa(m,Wz(rh(ot(st(hh,1),Ln,20,0,[Mg(j),OO(j)]))))}Xxn(t,m,Ce)}return t.f=new sWt(ie),Yo(t.f,e),t.f}function l9n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie;for(A=new yyt(new Lf(t));A.c!=A.d.a.d;)for(T=aae(A),d=u(T.d,58),e=u(T.e,58),h=d.Dh(),W=0,Bt=(h.i==null&&Kd(h),h.i).length;W<Bt;++W)if(k=(o=(h.i==null&&Kd(h),h.i),W>=0&&W<o.length?o[W]:null),k.rk()&&!k.sk()){if(At(k,102))m=u(k,19),!(m.Bb&Pc)&&(ie=wo(m),!(ie&&ie.Bb&Pc))&&WEn(t,m,d,e);else if(bo(),u(k,69).xk()&&(n=(Kt=k,u(Kt?u(e,54).gi(Kt):null,160)),n))for(j=u(d.Mh(k),160),r=n.gc(),tt=0,U=j.gc();tt<U;++tt)if(N=j.Tl(tt),At(N,102)){if(St=j.Ul(tt),s=ed(t,St),s==null&&St!=null){if(Tt=u(N,19),!t.b||Tt.Bb&Pc||wo(Tt))continue;s=St}if(!n.Ol(N,s)){for(ct=0;ct<r;++ct)if(n.Tl(ct)==N&&$t(n.Ul(ct))===$t(s)){n.Ti(n.gc()-1,ct),--r;break}}}else n.Ol(j.Tl(tt),j.Ul(tt))}}function h9n(t,e,n){var r;if(n.Ug("StretchWidth layering",1),e.a.c.length==0){n.Vg();return}for(t.c=e,t.t=0,t.u=0,t.i=ns,t.g=Vs,t.d=Rt(Ht(K(e,(Me(),Yf)))),Dwn(t),R5n(t),B5n(t),Pvn(t),N2n(t),t.i=b.Math.max(1,t.i),t.g=b.Math.max(1,t.g),t.d=t.d/t.i,t.f=t.g/t.i,t.s=Gwn(t),r=new tu(t.c),pe(t.c.b,r),t.r=Bm(t.p),t.n=Jz(t.k,t.k.length);t.r.c.length!=0;)t.o=tbn(t),!t.o||xce(t)&&t.b.a.gc()!=0?(oyn(t,r),r=new tu(t.c),pe(t.c.b,r),Aa(t.a,t.b),t.b.a.$b(),t.t=t.u,t.u=0):xce(t)?(t.c.b.c.length=0,r=new tu(t.c),pe(t.c.b,r),t.t=0,t.u=0,t.b.a.$b(),t.a.a.$b(),++t.f,t.r=Bm(t.p),t.n=Jz(t.k,t.k.length)):(Ca(t.o,r),$u(t.r,t.o),qs(t.b,t.o),t.t=t.t-t.k[t.o.p]*t.d+t.j[t.o.p],t.u+=t.e[t.o.p]*t.d);e.a.c.length=0,_O(e.b),n.Vg()}function f9n(t){var e,n,r,s,o,h,d,m,k,T,A;for(t.j=Vt(Or,ii,28,t.g,15,1),t.o=new ge,xs(lc(new ln(null,new gn(t.e.b,16)),new ZJ),new dUt(t)),t.a=Vt(Fl,B0,28,t.b,16,1),oO(new ln(null,new gn(t.e.b,16)),new pUt(t)),r=(A=new ge,xs(Ai(lc(new ln(null,new gn(t.e.b,16)),new Zx),new gUt(t)),new nXt(t,A)),A),m=new J(r);m.a<m.c.c.length;)if(d=u(et(m),515),!(d.c.length<=1)){if(d.c.length==2){X4n(d),gct((mn(0,d.c.length),u(d.c[0],18)).d.i)||pe(t.o,d);continue}if(!(fyn(d)||e4n(d,new tZ)))for(k=new J(d),s=null;k.a<k.c.c.length;)e=u(et(k),18),n=t.c[e.p],!s||k.a>=k.c.c.length?T=u3t((Un(),Ts),ha):T=u3t((Un(),ha),ha),T*=2,o=n.a.g,n.a.g=b.Math.max(o,o+(T-o)),h=n.b.g,n.b.g=b.Math.max(h,h+(T-h)),s=e}}function d9n(t){var e,n,r,s;for(xs(Ai(new ln(null,new gn(t.a.b,16)),new tJ),new eJ),Wvn(t),xs(Ai(new ln(null,new gn(t.a.b,16)),new nJ),new rJ),t.c==(_g(),Jk)&&(xs(Ai(lc(new ln(null,new gn(new ui(t.f),1)),new iJ),new sJ),new DVt(t)),xs(Ai(Go(lc(lc(new ln(null,new gn(t.d.b,16)),new XB),new aJ),new QB),new oJ),new OVt(t))),s=new se(ns,ns),e=new se(Vs,Vs),r=new J(t.a.b);r.a<r.c.c.length;)n=u(et(r),60),s.a=b.Math.min(s.a,n.d.c),s.b=b.Math.min(s.b,n.d.d),e.a=b.Math.max(e.a,n.d.c+n.d.b),e.b=b.Math.max(e.b,n.d.d+n.d.a);Ei(y1(t.d.c),cz(new se(s.a,s.b))),Ei(y1(t.d.f),ra(new se(e.a,e.b),s)),o6n(t,s,e),dl(t.f),dl(t.b),dl(t.g),dl(t.e),t.a.a.c.length=0,t.a.b.c.length=0,t.a=null,t.d=null}function hV(t,e){var n;if(t.e)throw nt(new Fo((gg(Iht),uut+Iht.k+lut)));if(!mrn(t.a,e))throw nt(new oc(gbe+e+pbe));if(e==t.d)return t;switch(n=t.d,t.d=e,n.g){case 0:switch(e.g){case 2:Xm(t);break;case 1:Ib(t),Xm(t);break;case 4:c5(t),Xm(t);break;case 3:c5(t),Ib(t),Xm(t)}break;case 2:switch(e.g){case 1:Ib(t),Xot(t);break;case 4:c5(t),Xm(t);break;case 3:c5(t),Ib(t),Xm(t)}break;case 1:switch(e.g){case 2:Ib(t),Xot(t);break;case 4:Ib(t),c5(t),Xm(t);break;case 3:Ib(t),c5(t),Ib(t),Xm(t)}break;case 4:switch(e.g){case 2:c5(t),Xm(t);break;case 1:c5(t),Ib(t),Xm(t);break;case 3:Ib(t),Xot(t)}break;case 3:switch(e.g){case 2:Ib(t),c5(t),Xm(t);break;case 1:Ib(t),c5(t),Ib(t),Xm(t);break;case 4:Ib(t),Xot(t)}}return t}function m5(t,e){var n;if(t.d)throw nt(new Fo((gg(tft),uut+tft.k+lut)));if(!wrn(t.a,e))throw nt(new oc(gbe+e+pbe));if(e==t.c)return t;switch(n=t.c,t.c=e,n.g){case 0:switch(e.g){case 2:nw(t);break;case 1:Ob(t),nw(t);break;case 4:u5(t),nw(t);break;case 3:u5(t),Ob(t),nw(t)}break;case 2:switch(e.g){case 1:Ob(t),Qot(t);break;case 4:u5(t),nw(t);break;case 3:u5(t),Ob(t),nw(t)}break;case 1:switch(e.g){case 2:Ob(t),Qot(t);break;case 4:Ob(t),u5(t),nw(t);break;case 3:Ob(t),u5(t),Ob(t),nw(t)}break;case 4:switch(e.g){case 2:u5(t),nw(t);break;case 1:u5(t),Ob(t),nw(t);break;case 3:Ob(t),Qot(t)}break;case 3:switch(e.g){case 2:Ob(t),u5(t),nw(t);break;case 1:Ob(t),u5(t),Ob(t),nw(t);break;case 4:Ob(t),Qot(t)}}return t}function fV(t,e){var n,r,s,o,h,d,m,k;if(At(t.Eh(),167)?(fV(u(t.Eh(),167),e),e.a+=" > "):e.a+="Root ",n=t.Dh().zb,hn(n.substr(0,3),"Elk")?ni(e,(qn(3,n.length+1),n.substr(3))):e.a+=""+n,s=t.jh(),s){ni((e.a+=" ",e),s);return}if(At(t,366)&&(k=u(t,135).a,k)){ni((e.a+=" ",e),k);return}for(h=new Zn(t.kh());h.e!=h.i.gc();)if(o=u(sr(h),135),k=o.a,k){ni((e.a+=" ",e),k);return}if(At(t,326)&&(r=u(t,74),!r.b&&(r.b=new En(gr,r,4,7)),r.b.i!=0&&(!r.c&&(r.c=new En(gr,r,5,8)),r.c.i!=0))){for(e.a+=" (",d=new F6((!r.b&&(r.b=new En(gr,r,4,7)),r.b));d.e!=d.i.gc();)d.e>0&&(e.a+=ro),fV(u(sr(d),167),e);for(e.a+=Lut,m=new F6((!r.c&&(r.c=new En(gr,r,5,8)),r.c));m.e!=m.i.gc();)m.e>0&&(e.a+=ro),fV(u(sr(m),167),e);e.a+=")"}}function g9n(t,e,n){var r,s,o,h,d,m,k,T;for(m=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));m.e!=m.i.gc();)for(d=u(sr(m),27),s=new nr(ir(Mg(d).a.Kc(),new q));Sr(s);){if(r=u(lr(s),74),!r.b&&(r.b=new En(gr,r,4,7)),!(r.b.i<=1&&(!r.c&&(r.c=new En(gr,r,5,8)),r.c.i<=1)))throw nt(new _6("Graph must not contain hyperedges."));if(!bS(r)&&d!=Xo(u(Lt((!r.c&&(r.c=new En(gr,r,5,8)),r.c),0),84)))for(k=new XJt,Yo(k,r),Zt(k,(Mb(),Bk),r),b6(k,u(Uo(yo(n.f,d)),153)),x(k,u(tr(n,Xo(u(Lt((!r.c&&(r.c=new En(gr,r,5,8)),r.c),0),84))),153)),pe(e.c,k),h=new Zn((!r.n&&(r.n=new Jt(Oo,r,1,7)),r.n));h.e!=h.i.gc();)o=u(sr(h),135),T=new Jre(k,o.a),Yo(T,o),Zt(T,Bk,o),T.e.a=b.Math.max(o.g,1),T.e.b=b.Math.max(o.f,1),Skt(T),pe(e.d,T)}}function p9n(t,e,n){var r,s,o,h,d,m,k,T,A,N;switch(n.Ug("Node promotion heuristic",1),t.i=e,t.r=u(K(e,(Me(),e2)),243),t.r!=(sf(),Av)&&t.r!=P3?q9n(t):gkn(t),T=u(K(t.i,qSt),17).a,o=new OB,t.r.g){case 2:case 1:R7(t,o);break;case 3:for(t.r=YG,R7(t,o),m=0,d=new J(t.b);d.a<d.c.c.length;)h=u(et(d),17),m=b.Math.max(m,h.a);m>t.k&&(t.r=nN,R7(t,o));break;case 4:for(t.r=YG,R7(t,o),k=0,s=new J(t.c);s.a<s.c.c.length;)r=Ht(et(s)),k=b.Math.max(k,(Wn(r),r));k>t.n&&(t.r=rN,R7(t,o));break;case 6:N=Xs(b.Math.ceil(t.g.length*T/100)),R7(t,new vVt(N));break;case 5:A=Xs(b.Math.ceil(t.e*T/100)),R7(t,new yVt(A));break;case 8:Ope(t,!0);break;case 9:Ope(t,!1);break;default:R7(t,o)}t.r!=Av&&t.r!=P3?R6n(t,e):i8n(t,e),n.Vg()}function b9n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(A=t.b,T=new _a(A,0),Ly(T,new tu(t)),Tt=!1,h=1;T.b<T.d.gc();){for(k=(cr(T.b<T.d.gc()),u(T.d.Xb(T.c=T.b++),30)),W=(mn(h,A.c.length),u(A.c[h],30)),tt=Bm(k.a),ct=tt.c.length,U=new J(tt);U.a<U.c.c.length;)N=u(et(U),10),Ca(N,W);if(Tt){for(j=Oh(tt).Kc();j.Ob();)for(N=u(j.Pb(),10),o=new J(Bm(ca(N)));o.a<o.c.c.length;)s=u(et(o),18),ev(s,!0),Zt(t,(ae(),WP),(Nn(),!0)),r=Age(t,s,ct),n=u(K(N,mv),313),St=u(Oe(r,r.c.length-1),18),n.k=St.c.i,n.n=St,n.b=s.d.i,n.c=s;Tt=!1}else tt.c.length!=0&&(e=(mn(0,tt.c.length),u(tt.c[0],10)),e.k==(Un(),fd)&&(Tt=!0,h=-1));++h}for(d=new _a(t.b,0);d.b<d.d.gc();)m=(cr(d.b<d.d.gc()),u(d.d.Xb(d.c=d.b++),30)),m.a.c.length==0&&Ul(d)}function w9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(A=new $kt(t),whn(A,!(e==(Rs(),qh)||e==bd)),T=A.a,N=new k6,s=(_1(),ot(st(m3,1),te,237,0,[Tc,yu,Cc])),h=0,m=s.length;h<m;++h)n=s[h],k=Wrt(T,Tc,n),k&&(N.d=b.Math.max(N.d,k.jf()));for(r=ot(st(m3,1),te,237,0,[Tc,yu,Cc]),o=0,d=r.length;o<d;++o)n=r[o],k=Wrt(T,Cc,n),k&&(N.a=b.Math.max(N.a,k.jf()));for(W=ot(st(m3,1),te,237,0,[Tc,yu,Cc]),ct=0,St=W.length;ct<St;++ct)j=W[ct],k=Wrt(T,j,Tc),k&&(N.b=b.Math.max(N.b,k.kf()));for(U=ot(st(m3,1),te,237,0,[Tc,yu,Cc]),tt=0,Tt=U.length;tt<Tt;++tt)j=U[tt],k=Wrt(T,j,Cc),k&&(N.c=b.Math.max(N.c,k.kf()));return N.d>0&&(N.d+=T.n.d,N.d+=T.d),N.a>0&&(N.a+=T.n.a,N.a+=T.d),N.b>0&&(N.b+=T.n.b,N.b+=T.d),N.c>0&&(N.c+=T.n.c,N.c+=T.d),N}function Qge(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U;for(N=n.d,A=n.c,o=new se(n.f.a+n.d.b+n.d.c,n.f.b+n.d.d+n.d.a),h=o.b,k=new J(t.a);k.a<k.c.c.length;)if(d=u(et(k),10),d.k==(Un(),Ds)){switch(r=u(K(d,(ae(),_c)),64),s=u(K(d,j_t),8),T=d.n,r.g){case 2:T.a=n.f.a+N.c-A.a;break;case 4:T.a=-A.a-N.b}switch(U=0,r.g){case 2:case 4:e==(xa(),G0)?(j=Rt(Ht(K(d,yv))),T.b=o.b*j-u(K(d,(Me(),Cv)),8).b,U=T.b+s.b,Qq(d,!1,!0)):e==lu&&(T.b=Rt(Ht(K(d,yv)))-u(K(d,(Me(),Cv)),8).b,U=T.b+s.b,Qq(d,!1,!0))}h=b.Math.max(h,U)}for(n.f.b+=h-o.b,m=new J(t.a);m.a<m.c.c.length;)if(d=u(et(m),10),d.k==(Un(),Ds))switch(r=u(K(d,(ae(),_c)),64),T=d.n,r.g){case 1:T.b=-A.b-N.d;break;case 3:T.b=n.f.b+N.a-A.b}}function m9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;if(T=u(u(Mi(t.r,e),21),87),T.gc()<=2||e==(ve(),Jn)||e==(ve(),Gn)){wpe(t,e);return}for(W=t.u.Hc((wl(),Zk)),n=e==(ve(),Hn)?(Um(),IP):(Um(),DP),ct=e==Hn?(zu(),Kf):(zu(),D1),r=iwt(yvt(n),t.s),tt=e==Hn?ns:Vs,k=T.Kc();k.Ob();)d=u(k.Pb(),117),!(!d.c||d.c.d.c.length<=0)&&(U=d.b.Mf(),j=d.e,A=d.c,N=A.i,N.b=(o=A.n,A.e.a+o.b+o.c),N.a=(h=A.n,A.e.b+h.d+h.a),W?(N.c=j.a-(s=A.n,A.e.a+s.b+s.c)-t.s,W=!1):N.c=j.a+U.a+t.s,yI(ct,v8t),A.f=ct,T1(A,(pl(),Gf)),pe(r.d,new Cit(N,h5t(r,N))),tt=e==Hn?b.Math.min(tt,j.b):b.Math.max(tt,j.b+d.b.Mf().b));for(tt+=e==Hn?-t.t:t.t,M5t((r.e=tt,r)),m=T.Kc();m.Ob();)d=u(m.Pb(),117),!(!d.c||d.c.d.c.length<=0)&&(N=d.c.i,N.c-=d.e.a,N.d-=d.e.b)}function Jge(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(s=new ge,W=new J(e.a);W.a<W.c.c.length;)if(U=u(et(W),10),j=U.e,j&&(r=Jge(t,j,U),Hs(s,r),ITn(t,j,U),u(K(j,(ae(),uu)),21).Hc((ko(),zh))))for(Tt=u(K(U,(Me(),ms)),101),N=u(K(U,D3),181).Hc((wl(),$g)),ct=new J(U.j);ct.a<ct.c.c.length;)for(tt=u(et(ct),12),o=u(tr(t.b,tt),10),o||(o=GO(tt,Tt,tt.j,-(tt.e.c.length-tt.g.c.length),null,new Ea,tt.o,u(K(j,fh),88),j),Zt(o,Di,tt),di(t.b,tt,o),pe(j.a,o)),h=u(Oe(o.j,0),12),T=new J(tt.f);T.a<T.c.c.length;)k=u(et(T),72),d=new uWt,d.o.a=k.o.a,d.o.b=k.o.b,pe(h.f,d),N||(St=tt.j,A=0,k_(u(K(U,D3),21))&&(A=b6t(k.n,k.o,tt.o,0,St)),Tt==(xa(),md)||(ve(),Iu).Hc(St)?d.o.a=A:d.o.b=A);return m=new ge,DTn(t,e,n,s,m),n&&X7n(t,e,n,m),m}function jkt(t,e,n){var r,s,o,h,d,m,k,T,A;if(!t.c[e.c.p][e.p].e){for(t.c[e.c.p][e.p].e=!0,t.c[e.c.p][e.p].b=0,t.c[e.c.p][e.p].d=0,t.c[e.c.p][e.p].a=null,T=new J(e.j);T.a<T.c.c.length;)for(k=u(et(T),12),A=n?new oE(k):new v6(k),m=A.Kc();m.Ob();)d=u(m.Pb(),12),h=d.i,h.c==e.c?h!=e&&(jkt(t,h,n),t.c[e.c.p][e.p].b+=t.c[h.c.p][h.p].b,t.c[e.c.p][e.p].d+=t.c[h.c.p][h.p].d):(t.c[e.c.p][e.p].d+=t.g[d.p],++t.c[e.c.p][e.p].b);if(o=u(K(e,(ae(),N_t)),15),o)for(s=o.Kc();s.Ob();)r=u(s.Pb(),10),e.c==r.c&&(jkt(t,r,n),t.c[e.c.p][e.p].b+=t.c[r.c.p][r.p].b,t.c[e.c.p][e.p].d+=t.c[r.c.p][r.p].d);t.c[e.c.p][e.p].b>0&&(t.c[e.c.p][e.p].d+=Ml(t.i,24)*iP*.07000000029802322-.03500000014901161,t.c[e.c.p][e.p].a=t.c[e.c.p][e.p].d/t.c[e.c.p][e.p].b)}}function v9n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt;for(U=new J(t);U.a<U.c.c.length;){for(j=u(et(U),10),pp(j.n),pp(j.o),A3t(j.f),h0e(j),Rkn(j),tt=new J(j.j);tt.a<tt.c.c.length;){for(W=u(et(tt),12),pp(W.n),pp(W.a),pp(W.o),Qs(W,Hle(W.j)),o=u(K(W,(Me(),qp)),17),o&&Zt(W,qp,fe(-o.a)),s=new J(W.g);s.a<s.c.c.length;){for(r=u(et(s),18),n=_r(r.a,0);n.b!=n.d.c;)e=u(Tr(n),8),pp(e);if(m=u(K(r,qo),75),m)for(d=_r(m,0);d.b!=d.d.c;)h=u(Tr(d),8),pp(h);for(A=new J(r.b);A.a<A.c.c.length;)k=u(et(A),72),pp(k.n),pp(k.o)}for(N=new J(W.f);N.a<N.c.c.length;)k=u(et(N),72),pp(k.n),pp(k.o)}for(j.k==(Un(),Ds)&&(Zt(j,(ae(),_c),Hle(u(K(j,_c),64))),K6n(j)),T=new J(j.b);T.a<T.c.c.length;)k=u(et(T),72),h0e(k),pp(k.o),pp(k.n)}}function y9n(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er;On=tr(t.e,r),On==null&&(On=new T6,j=u(On,190),Tt=e+"_s",St=Tt+s,N=new Oy(St),C1(j,n0,N)),Je=u(On,190),G6(n,Je),er=new T6,U2(er,"x",r.j),U2(er,"y",r.k),C1(Je,Mwe,er),Ce=new T6,U2(Ce,"x",r.b),U2(Ce,"y",r.c),C1(Je,"endPoint",Ce),A=AD((!r.a&&(r.a=new Ns(bh,r,5)),r.a)),U=!A,U&&(ie=new lg,o=new fGt(ie),Oa((!r.a&&(r.a=new Ns(bh,r,5)),r.a),o),C1(Je,aU,ie)),m=tot(r),Bt=!!m,Bt&&qxt(t.a,Je,dTt,Oot(t,tot(r))),ct=eot(r),Kt=!!ct,Kt&&qxt(t.a,Je,fTt,Oot(t,eot(r))),k=(!r.e&&(r.e=new En(Ji,r,10,9)),r.e).i==0,W=!k,W&&(en=new lg,h=new RXt(t,en),Oa((!r.e&&(r.e=new En(Ji,r,10,9)),r.e),h),C1(Je,pTt,en)),T=(!r.g&&(r.g=new En(Ji,r,9,10)),r.g).i==0,tt=!T,tt&&(Mn=new lg,d=new jXt(t,Mn),Oa((!r.g&&(r.g=new En(Ji,r,9,10)),r.g),d),C1(Je,gTt,Mn))}function x9n(t){Ay();var e,n,r,s,o,h,d;for(r=t.f.n,h=byt(t.r).a.nc();h.Ob();){if(o=u(h.Pb(),117),s=0,o.b.pf((si(),Nl))&&(s=Rt(Ht(o.b.of(Nl))),s<0))switch(o.b.ag().g){case 1:r.d=b.Math.max(r.d,-s);break;case 3:r.a=b.Math.max(r.a,-s);break;case 2:r.c=b.Math.max(r.c,-s);break;case 4:r.b=b.Math.max(r.b,-s)}if(k_(t.u))switch(e=_gn(o.b,s),d=!u(t.e.of(s2),181).Hc((Dl(),ON)),n=!1,o.b.ag().g){case 1:n=e>r.d,r.d=b.Math.max(r.d,e),d&&n&&(r.d=b.Math.max(r.d,r.a),r.a=r.d+s);break;case 3:n=e>r.a,r.a=b.Math.max(r.a,e),d&&n&&(r.a=b.Math.max(r.a,r.d),r.d=r.a+s);break;case 2:n=e>r.c,r.c=b.Math.max(r.c,e),d&&n&&(r.c=b.Math.max(r.b,r.c),r.b=r.c+s);break;case 4:n=e>r.b,r.b=b.Math.max(r.b,e),d&&n&&(r.b=b.Math.max(r.b,r.c),r.c=r.b+s)}}}function Zge(t,e){var n,r,s,o,h,d,m,k,T;return k="",e.length==0?t.ne(r8t,Ict,-1,-1):(T=Zy(e),hn(T.substr(0,3),"at ")&&(T=(qn(3,T.length+1),T.substr(3))),T=T.replace(/\[.*?\]/g,""),h=T.indexOf("("),h==-1?(h=T.indexOf("@"),h==-1?(k=T,T=""):(k=Zy((qn(h+1,T.length+1),T.substr(h+1))),T=Zy((Sa(0,h,T.length),T.substr(0,h))))):(n=T.indexOf(")",h),k=(Sa(h+1,n,T.length),T.substr(h+1,n-(h+1))),T=Zy((Sa(0,h,T.length),T.substr(0,h)))),h=Fd(T,qu(46)),h!=-1&&(T=(qn(h+1,T.length+1),T.substr(h+1))),(T.length==0||hn(T,"Anonymous function"))&&(T=Ict),d=rz(k,qu(58)),s=hvt(k,qu(58),d-1),m=-1,r=-1,o=r8t,d!=-1&&s!=-1&&(o=(Sa(0,s,k.length),k.substr(0,s)),m=pJt((Sa(s+1,d,k.length),k.substr(s+1,d-(s+1)))),r=pJt((qn(d+1,k.length+1),k.substr(d+1)))),t.ne(o,T,m,r))}function k9n(t){var e,n,r,s,o,h,d,m,k,T,A;for(k=new J(t);k.a<k.c.c.length;){switch(m=u(et(k),10),h=u(K(m,(Me(),Du)),171),o=null,h.g){case 1:case 2:o=(ew(),R5);break;case 3:case 4:o=(ew(),TT)}if(o)Zt(m,(ae(),CG),(ew(),R5)),o==TT?QH(m,h,(xo(),vl)):o==R5&&QH(m,h,(xo(),xu));else if(R4(u(K(m,ms),101))&&m.j.c.length!=0){for(e=!0,A=new J(m.j);A.a<A.c.c.length;){if(T=u(et(A),12),!(T.j==(ve(),Jn)&&T.e.c.length-T.g.c.length>0||T.j==Gn&&T.e.c.length-T.g.c.length<0)){e=!1;break}for(s=new J(T.g);s.a<s.c.c.length;)if(n=u(et(s),18),d=u(K(n.d.i,Du),171),d==(Ph(),TA)||d==_3){e=!1;break}for(r=new J(T.e);r.a<r.c.c.length;)if(n=u(et(r),18),d=u(K(n.c.i,Du),171),d==(Ph(),EA)||d==t2){e=!1;break}}e&&QH(m,h,(xo(),OA))}}}function E9n(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie;for(ie=0,j=0,A=new J(e.e);A.a<A.c.c.length;){for(T=u(et(A),10),N=0,d=0,m=n?u(K(T,JG),17).a:Va,ct=r?u(K(T,ZG),17).a:Va,k=b.Math.max(m,ct),St=new J(T.j);St.a<St.c.c.length;){if(Tt=u(et(St),12),Bt=T.n.b+Tt.n.b+Tt.a.b,r)for(h=new J(Tt.g);h.a<h.c.c.length;)o=u(et(h),18),W=o.d,U=W.i,e!=t.a[U.p]&&(tt=b.Math.max(u(K(U,JG),17).a,u(K(U,ZG),17).a),Kt=u(K(o,(Me(),Gk)),17).a,Kt>=k&&Kt>=tt&&(N+=U.n.b+W.n.b+W.a.b-Bt,++d));if(n)for(h=new J(Tt.e);h.a<h.c.c.length;)o=u(et(h),18),W=o.c,U=W.i,e!=t.a[U.p]&&(tt=b.Math.max(u(K(U,JG),17).a,u(K(U,ZG),17).a),Kt=u(K(o,(Me(),Gk)),17).a,Kt>=k&&Kt>=tt&&(N+=U.n.b+W.n.b+W.a.b-Bt,++d))}d>0&&(ie+=N/d,++j)}j>0?(e.a=s*ie/j,e.g=j):(e.a=0,e.g=0)}function T9n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce;for(o=t.f.b,N=o.a,T=o.b,U=t.e.g,j=t.e.f,$4(t.e,o.a,o.b),ie=N/U,Ce=T/j,k=new Zn(qz(t.e));k.e!=k.i.gc();)m=u(sr(k),135),Cu(m,m.i*ie),_u(m,m.j*Ce);for(Tt=new Zn(Vit(t.e));Tt.e!=Tt.i.gc();)ct=u(sr(Tt),123),Bt=ct.i,Kt=ct.j,Bt>0&&Cu(ct,Bt*ie),Kt>0&&_u(ct,Kt*Ce);for(U_(t.b,new og),e=new ge,d=new Z2(new ps(t.c).a);d.b;)h=Vm(d),r=u(h.ld(),74),n=u(h.md(),407).a,s=d5(r,!1,!1),A=Uhe(M0(r),CO(s),n),zO(A,s),St=ife(r),St&&Wo(e,St,0)==-1&&(In(e.c,St),Oee(St,(cr(A.b!=0),u(A.a.a.c,8)),n));for(tt=new Z2(new ps(t.d).a);tt.b;)W=Vm(tt),r=u(W.ld(),74),n=u(W.md(),407).a,s=d5(r,!1,!1),A=Uhe(Bb(r),nO(CO(s)),n),A=nO(A),zO(A,s),St=sfe(r),St&&Wo(e,St,0)==-1&&(In(e.c,St),Oee(St,(cr(A.b!=0),u(A.c.b.c,8)),n))}function tpe(t,e,n,r){var s,o,h,d,m;return d=new $kt(e),p6n(d,r),s=!0,t&&t.pf((si(),Iw))&&(o=u(t.of((si(),Iw)),88),s=o==(Rs(),wd)||o==Ho||o==Jo),Zde(d,!1),Tu(d.e.Rf(),new mvt(d,!1,s)),rst(d,d.f,(_1(),Tc),(ve(),Hn)),rst(d,d.f,Cc,vr),rst(d,d.g,Tc,Gn),rst(d,d.g,Cc,Jn),Sle(d,Hn),Sle(d,vr),Mee(d,Jn),Mee(d,Gn),Ay(),h=d.A.Hc((Kl(),z3))&&d.B.Hc((Dl(),PN))?Uue(d):null,h&&Tnn(d.a,h),x9n(d),kmn(d),Emn(d),WTn(d),k8n(d),Ymn(d),Gat(d,Hn),Gat(d,vr),Zkn(d),k7n(d),n&&(r2n(d),Xmn(d),Gat(d,Jn),Gat(d,Gn),m=d.B.Hc((Dl(),fL)),Ufe(d,m,Hn),Ufe(d,m,vr),Gfe(d,m,Jn),Gfe(d,m,Gn),xs(new ln(null,new gn(new li(d.i),0)),new bc),xs(Ai(new ln(null,byt(d.r).a.oc()),new oa),new va),lyn(d),d.e.Pf(d.o),xs(new ln(null,byt(d.r).a.oc()),new na)),d.o}function C9n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W;for(k=ns,r=new J(t.a.b);r.a<r.c.c.length;)e=u(et(r),86),k=b.Math.min(k,e.d.f.g.c+e.e.a);for(j=new Qi,h=new J(t.a.a);h.a<h.c.c.length;)o=u(et(h),194),o.i=k,o.e==0&&fs(j,o,j.c.b,j.c);for(;j.b!=0;){for(o=u(j.b==0?null:(cr(j.b!=0),Lh(j,j.a.a)),194),s=o.f.g.c,N=o.a.a.ec().Kc();N.Ob();)T=u(N.Pb(),86),W=o.i+T.e.a,T.d.g||T.g.c<W?T.o=W:T.o=T.g.c;for(s-=o.f.o,o.b+=s,t.c==(Rs(),Jo)||t.c==bd?o.c+=s:o.c-=s,A=o.a.a.ec().Kc();A.Ob();)for(T=u(A.Pb(),86),m=T.f.Kc();m.Ob();)d=u(m.Pb(),86),dg(t.c)?U=t.f.yf(T,d):U=t.f.zf(T,d),d.d.i=b.Math.max(d.d.i,T.o+T.g.b+U-d.e.a),d.k||(d.d.i=b.Math.max(d.d.i,d.g.c-d.e.a)),--d.d.e,d.d.e==0&&Zr(j,d.d)}for(n=new J(t.a.b);n.a<n.c.c.length;)e=u(et(n),86),e.g.c=e.o}function _9n(t){var e,n,r,s,o,h,d,m;switch(d=t.b,e=t.a,u(K(t,(OH(),S9t)),435).g){case 0:Ms(d,new Qn(new Dr));break;case 1:default:Ms(d,new Qn(new Si))}switch(u(K(t,C9t),436).g){case 1:Ms(d,new cn),Ms(d,new wc),Ms(d,new _d);break;case 0:default:Ms(d,new cn),Ms(d,new ag)}switch(u(K(t,L9t),257).g){case 0:m=new Ad;break;case 1:m=new Qc;break;case 2:m=new Wh;break;case 3:m=new vh;break;case 5:m=new N2(new Wh);break;case 4:m=new N2(new Qc);break;case 7:m=new Lwt(new N2(new Qc),new N2(new Wh));break;case 8:m=new Lwt(new N2(new vh),new N2(new Wh));break;case 6:default:m=new N2(new vh)}for(h=new J(d);h.a<h.c.c.length;){for(o=u(et(h),176),r=0,s=0,n=new Ys(fe(r),fe(s));oEn(e,o,r,s);)n=u(m.Ve(n,o),42),r=u(n.a,17).a,s=u(n.b,17).a;r8n(e,o,r,s)}}function epe(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie;for(n.Ug(L2e,1),N=(zi(),L1t),t.a==(X_(),sK)&&(N=eLt),T=0,wn(),e.jd(new Ant(N)),o=e.gc(),d=e.fd(e.gc()),k=!0;k&&d.Sb();)Tt=u(d.Ub(),39),u(K(Tt,N),17).a==0?--o:k=!1;if(ie=e.kd(0,o),h=new oit(ie),ie=e.kd(o,e.gc()),m=new oit(ie),h.b==0)for(W=_r(m,0);W.b!=W.d.c;)U=u(Tr(W),39),Zt(U,HA,fe(T++));else for(A=h.b,Kt=_r(h,0);Kt.b!=Kt.d.c;){for(Bt=u(Tr(Kt),39),Zt(Bt,HA,fe(T++)),r=uat(Bt),epe(t,r,n.eh(1/A|0)),Q2(r,Syt(new Ant(HA))),j=new Qi,St=_r(r,0);St.b!=St.d.c;)for(Tt=u(Tr(St),39),ct=_r(Bt.d,0);ct.b!=ct.d.c;)tt=u(Tr(ct),65),tt.c==Tt&&fs(j,tt,j.c.b,j.c);for(Zl(Bt.d),Aa(Bt.d,j),d=_r(m,m.b),s=Bt.d.b,k=!0;0<s&&k&&d.Sb();)Tt=u(d.Ub(),39),u(K(Tt,N),17).a==0?(Zt(Tt,HA,fe(T++)),--s,d.Qb()):k=!1}n.Vg()}function S9n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j;for(A=Rt(Ht(ne(t,($b(),W1t)))),Ie(De(ne(t,FLt)))&&(T=u(ne(t,(G4(),J5)),27),o=u(Lt(Ayt(u(Lt((!T.e&&(T.e=new En(Cs,T,7,4)),T.e),(!T.e&&(T.e=new En(Cs,T,7,4)),T.e).i-1),74)),0),27),r=u(Lt(Ayt(u(Lt((!T.e&&(T.e=new En(Cs,T,7,4)),T.e),0),74)),0),27),h=new se(o.i+o.g/2,o.j+o.f/2),s=new se(r.i+r.g/2,r.j+r.f/2),n=A,n<=0&&(n+=pw),N=b.Math.acos((h.a*s.a+h.b*s.b)/(b.Math.sqrt(h.a*h.a+h.b*h.b)*b.Math.sqrt(s.a*s.a+s.b*s.b))),N<=0&&(N+=pw),e=b.Math.atan2(h.b,h.a),e<=0&&(e+=pw),A=u7t-(e-n+N/2)),m=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));m.e!=m.i.gc();)d=u(sr(m),27),k=new se(d.i+d.g/2,d.j+d.f/2),j=k.a*b.Math.cos(A)-k.b*b.Math.sin(A),k.b=k.a*b.Math.sin(A)+k.b*b.Math.cos(A),k.a=j,xh(d,k.a-d.g/2,k.b-d.f/2)}function A9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(e.Ug("Inverted port preprocessing",1),T=t.b,k=new _a(T,0),n=null,St=new ge;k.b<k.d.gc();){for(Tt=n,n=(cr(k.b<k.d.gc()),u(k.d.Xb(k.c=k.b++),30)),j=new J(St);j.a<j.c.c.length;)A=u(et(j),10),Ca(A,Tt);for(St.c.length=0,U=new J(n.a);U.a<U.c.c.length;)if(A=u(et(U),10),A.k==(Un(),Ts)&&R4(u(K(A,(Me(),ms)),101))){for(ct=nkt(A,(xo(),vl),(ve(),Jn)).Kc();ct.Ob();)for(W=u(ct.Pb(),12),m=W.e,d=u(id(m,Vt(rft,Mut,18,m.c.length,0,1)),482),s=d,o=0,h=s.length;o<h;++o)r=s[o],QEn(t,W,r,St);for(tt=nkt(A,xu,Gn).Kc();tt.Ob();)for(W=u(tt.Pb(),12),m=W.g,d=u(id(m,Vt(rft,Mut,18,m.c.length,0,1)),482),s=d,o=0,h=s.length;o<h;++o)r=s[o],XEn(t,W,r,St)}}for(N=new J(St);N.a<N.c.c.length;)A=u(et(N),10),Ca(A,n);e.Vg()}function kct(t,e,n,r,s,o,h){var d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(N=null,r==(Fm(),r2)?N=e:r==X5&&(N=n),W=N.a.ec().Kc();W.Ob();){for(U=u(W.Pb(),12),tt=hc(ot(st(ua,1),le,8,0,[U.i.n,U.n,U.a])).b,St=new Os,d=new Os,k=new Z1(U.b);cc(k.a)||cc(k.b);)if(m=u(cc(k.a)?et(k.a):et(k.b),18),Ie(De(K(m,(ae(),dd))))==s&&Wo(o,m,0)!=-1){if(m.d==U?ct=m.c:ct=m.d,Tt=hc(ot(st(ua,1),le,8,0,[ct.i.n,ct.n,ct.a])).b,b.Math.abs(Tt-tt)<.2)continue;Tt<tt?e.a._b(ct)?qs(St,new Ys(r2,m)):qs(St,new Ys(X5,m)):e.a._b(ct)?qs(d,new Ys(r2,m)):qs(d,new Ys(X5,m))}if(St.a.gc()>1)for(j=new Dkt(U,St,r),Oa(St,new uXt(t,j)),In(h.c,j),A=St.a.ec().Kc();A.Ob();)T=u(A.Pb(),42),$u(o,T.b);if(d.a.gc()>1)for(j=new Dkt(U,d,r),Oa(d,new lXt(t,j)),In(h.c,j),A=d.a.ec().Kc();A.Ob();)T=u(A.Pb(),42),$u(o,T.b)}}function L9n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;if(W=t.n,tt=t.o,N=t.d,A=Rt(Ht(Wy(t,(Me(),e1t)))),e){for(T=A*(e.gc()-1),j=0,m=e.Kc();m.Ob();)h=u(m.Pb(),10),T+=h.o.a,j=b.Math.max(j,h.o.b);for(ct=W.a-(T-tt.a)/2,o=W.b-N.d+j,r=tt.a/(e.gc()+1),s=r,d=e.Kc();d.Ob();)h=u(d.Pb(),10),h.n.a=ct,h.n.b=o-h.o.b,ct+=h.o.a+A,k=ude(h),k.n.a=h.o.a/2-k.a.a,k.n.b=h.o.b,U=u(K(h,(ae(),EG)),12),U.e.c.length+U.g.c.length==1&&(U.n.a=s-U.a.a,U.n.b=0,uc(U,t)),s+=r}if(n){for(T=A*(n.gc()-1),j=0,m=n.Kc();m.Ob();)h=u(m.Pb(),10),T+=h.o.a,j=b.Math.max(j,h.o.b);for(ct=W.a-(T-tt.a)/2,o=W.b+tt.b+N.a-j,r=tt.a/(n.gc()+1),s=r,d=n.Kc();d.Ob();)h=u(d.Pb(),10),h.n.a=ct,h.n.b=o,ct+=h.o.a+A,k=ude(h),k.n.a=h.o.a/2-k.a.a,k.n.b=0,U=u(K(h,(ae(),EG)),12),U.e.c.length+U.g.c.length==1&&(U.n.a=s-U.a.a,U.n.b=tt.b,uc(U,t)),s+=r}}function M9n(t,e){var n,r,s,o,h,d;if(u(K(e,(ae(),uu)),21).Hc((ko(),zh))){for(d=new J(e.a);d.a<d.c.c.length;)o=u(et(d),10),o.k==(Un(),Ts)&&(s=u(K(o,(Me(),RG)),140),t.c=b.Math.min(t.c,o.n.a-s.b),t.a=b.Math.max(t.a,o.n.a+o.o.a+s.c),t.d=b.Math.min(t.d,o.n.b-s.d),t.b=b.Math.max(t.b,o.n.b+o.o.b+s.a));for(h=new J(e.a);h.a<h.c.c.length;)if(o=u(et(h),10),o.k!=(Un(),Ts))switch(o.k.g){case 2:if(r=u(K(o,(Me(),Du)),171),r==(Ph(),t2)){o.n.a=t.c-10,dhe(o,new fQ).Jb(new lVt(o));break}if(r==_3){o.n.a=t.a+10,dhe(o,new dQ).Jb(new hVt(o));break}if(n=u(K(o,kw),311),n==(kg(),$5)){Cge(o).Jb(new fVt(o)),o.n.b=t.d-10;break}if(n==jk){Cge(o).Jb(new dVt(o)),o.n.b=t.b+10;break}break;default:throw nt(new zn("The node type "+o.k+" is not supported by the "+C_n))}}}function D9n(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt;for(m=new se(r.i+r.g/2,r.j+r.f/2),j=kge(r),U=u(ne(e,(Me(),ms)),101),tt=u(ne(r,DT),64),zXt(Ele(r),M3)||(r.i==0&&r.j==0?W=0:W=Uyn(r,tt),Oi(r,M3,W)),k=new se(e.g,e.f),s=GO(r,U,tt,j,k,m,new se(r.g,r.f),u(K(n,fh),88),n),Zt(s,(ae(),Di),r),o=u(Oe(s.j,0),12),L(o,Y8n(r)),Zt(s,D3,(wl(),Ze(u2))),A=u(ne(e,D3),181).Hc($g),d=new Zn((!r.n&&(r.n=new Jt(Oo,r,1,7)),r.n));d.e!=d.i.gc();)if(h=u(sr(d),135),!Ie(De(ne(h,Aw)))&&h.a&&(N=Sat(h),pe(o.f,N),!A))switch(T=0,k_(u(ne(e,D3),21))&&(T=b6t(new se(h.i,h.j),new se(h.g,h.f),new se(r.g,r.f),0,tt)),tt.g){case 2:case 4:N.o.a=T;break;case 1:case 3:N.o.b=T}Zt(s,OT,Ht(ne(es(e),OT))),Zt(s,PT,Ht(ne(es(e),PT))),Zt(s,O3,Ht(ne(es(e),O3))),pe(n.a,s),di(t.a,r,s)}function I9n(t,e,n,r,s,o){var h,d,m,k,T,A;for(k=new Kc,Yo(k,e),Qs(k,u(ne(e,(Me(),DT)),64)),Zt(k,(ae(),Di),e),uc(k,n),A=k.o,A.a=e.g,A.b=e.f,T=k.n,T.a=e.i,T.b=e.j,di(t.a,e,k),h=Q4(Go(lc(new ln(null,(!e.e&&(e.e=new En(Cs,e,7,4)),new gn(e.e,16))),new CB),new Ux),new eVt(e)),h||(h=Q4(Go(lc(new ln(null,(!e.d&&(e.d=new En(Cs,e,8,5)),new gn(e.d,16))),new M8),new H9),new nVt(e))),h||(h=Q4(new ln(null,(!e.e&&(e.e=new En(Cs,e,7,4)),new gn(e.e,16))),new $X)),Zt(k,YP,(Nn(),!!h)),J7n(k,o,s,u(ne(e,Cv),8)),m=new Zn((!e.n&&(e.n=new Jt(Oo,e,1,7)),e.n));m.e!=m.i.gc();)d=u(sr(m),135),!Ie(De(ne(d,Aw)))&&d.a&&pe(k.f,Sat(d));switch(s.g){case 2:case 1:(k.j==(ve(),Hn)||k.j==vr)&&r.Fc((ko(),j5));break;case 4:case 3:(k.j==(ve(),Jn)||k.j==Gn)&&r.Fc((ko(),j5))}return k}function O9n(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On;for(St=0,U=0,j=0,N=1,Tt=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));Tt.e!=Tt.i.gc();)tt=u(sr(Tt),27),N+=mg(new nr(ir(Mg(tt).a.Kc(),new q))),en=tt.g,U=b.Math.max(U,en),A=tt.f,j=b.Math.max(j,A),St+=en*A;for(W=(!t.a&&(t.a=new Jt(wi,t,10,11)),t.a).i,h=St+2*r*r*N*W,o=b.Math.sqrt(h),m=b.Math.max(o*n,U),d=b.Math.max(o/n,j),ct=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));ct.e!=ct.i.gc();)tt=u(sr(ct),27),Je=s.b+(Ml(e,26)*IS+Ml(e,27)*OS)*(m-tt.g),On=s.b+(Ml(e,26)*IS+Ml(e,27)*OS)*(d-tt.f),Cu(tt,Je),_u(tt,On);for(Ce=m+(s.b+s.c),ie=d+(s.d+s.a),Kt=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));Kt.e!=Kt.i.gc();)for(Bt=u(sr(Kt),27),T=new nr(ir(Mg(Bt).a.Kc(),new q));Sr(T);)k=u(lr(T),74),bS(k)||RCn(k,e,Ce,ie);Ce+=s.b+s.c,ie+=s.d+s.a,nv(t,Ce,ie,!1,!0)}function $kt(t){var e;if(this.r=fln(new ea,new co),this.b=new rS(u(Hr(go),296)),this.p=new rS(u(Hr(go),296)),this.i=new rS(u(Hr(Dye),296)),this.e=t,this.o=new eo(t.Mf()),this.D=t.Yf()||Ie(De(t.of((si(),xN)))),this.A=u(t.of((si(),Ow)),21),this.B=u(t.of(s2),21),this.q=u(t.of(nL),101),this.u=u(t.of(j3),21),!t3n(this.u))throw nt(new lp("Invalid port label placement: "+this.u));if(this.v=Ie(De(t.of(CDt))),this.j=u(t.of(ax),21),!Lxn(this.j))throw nt(new lp("Invalid node label placement: "+this.j));this.n=u(lS(t,fDt),107),this.k=Rt(Ht(lS(t,TK))),this.d=Rt(Ht(lS(t,MDt))),this.w=Rt(Ht(lS(t,NDt))),this.s=Rt(Ht(lS(t,DDt))),this.t=Rt(Ht(lS(t,IDt))),this.C=u(lS(t,ODt),140),this.c=2*this.d,e=!this.B.Hc((Dl(),ON)),this.f=new sS(0,e,0),this.g=new sS(1,e,0),Vnt(this.f,(_1(),yu),this.g)}function P9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;for(e.Ug("Comment pre-processing",1),n=0,m=new J(t.a);m.a<m.c.c.length;)if(d=u(et(m),10),Ie(De(K(d,(Me(),CA))))){for(++n,s=0,r=null,k=null,U=new J(d.j);U.a<U.c.c.length;)N=u(et(U),12),s+=N.e.c.length+N.g.c.length,N.e.c.length==1&&(r=u(Oe(N.e,0),18),k=r.c),N.g.c.length==1&&(r=u(Oe(N.g,0),18),k=r.d);if(s==1&&k.e.c.length+k.g.c.length==1&&!Ie(De(K(k.i,CA))))fCn(d,r,k,k.i),C_(m);else{for(ct=new ge,j=new J(d.j);j.a<j.c.c.length;){for(N=u(et(j),12),A=new J(N.g);A.a<A.c.c.length;)T=u(et(A),18),T.d.g.c.length==0||In(ct.c,T);for(h=new J(N.e);h.a<h.c.c.length;)o=u(et(h),18),o.c.e.c.length==0||In(ct.c,o)}for(tt=new J(ct);tt.a<tt.c.c.length;)W=u(et(tt),18),ev(W,!0)}}e._g()&&e.bh("Found "+n+" comment boxes"),e.Vg()}function zkt(t,e){KZt();var n,r,s,o,h,d,m;if(this.a=new mmt(this),this.b=t,this.c=e,this.f=Pit(Ro((rl(),Fa),e)),this.f.dc())if((d=yxt(Fa,t))==e)for(this.e=!0,this.d=new ge,this.f=new Htt,this.f.Fc(vw),u(lV(RI(Fa,nh(t)),""),29)==t&&this.f.Fc(x_(Fa,nh(t))),s=tct(Fa,t).Kc();s.Ob();)switch(r=u(s.Pb(),179),Im(Ro(Fa,r))){case 4:{this.d.Fc(r);break}case 5:{this.f.Gc(Pit(Ro(Fa,r)));break}}else if(bo(),u(e,69).xk())for(this.e=!0,this.f=null,this.d=new ge,h=0,m=(t.i==null&&Kd(t),t.i).length;h<m;++h)for(r=(n=(t.i==null&&Kd(t),t.i),h>=0&&h<n.length?n[h]:null),o=Q6(Ro(Fa,r));o;o=Q6(Ro(Fa,o)))o==e&&this.d.Fc(r);else Im(Ro(Fa,e))==1&&d?(this.f=null,this.d=(bk(),gTe)):(this.f=null,this.e=!0,this.d=(wn(),new Kn(e)));else this.e=Im(Ro(Fa,e))==5,this.f.Fb(Jdt)&&(this.f=Jdt)}function npe(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U;for(n=0,r=fmn(t,e),N=t.s,j=t.t,k=u(u(Mi(t.r,e),21),87).Kc();k.Ob();)if(m=u(k.Pb(),117),!(!m.c||m.c.d.c.length<=0)){switch(U=m.b.Mf(),d=m.b.pf((si(),Nl))?Rt(Ht(m.b.of(Nl))):0,T=m.c,A=T.i,A.b=(h=T.n,T.e.a+h.b+h.c),A.a=(o=T.n,T.e.b+o.d+o.a),e.g){case 1:A.c=m.a?(U.a-A.b)/2:U.a+N,A.d=U.b+d+r,T1(T,(pl(),Xb)),jd(T,(zu(),D1));break;case 3:A.c=m.a?(U.a-A.b)/2:U.a+N,A.d=-d-r-A.a,T1(T,(pl(),Xb)),jd(T,(zu(),Kf));break;case 2:A.c=-d-r-A.b,m.a?(s=t.v?A.a:u(Oe(T.d,0),187).Mf().b,A.d=(U.b-s)/2):A.d=U.b+j,T1(T,(pl(),Gf)),jd(T,(zu(),Qb));break;case 4:A.c=U.a+d+r,m.a?(s=t.v?A.a:u(Oe(T.d,0),187).Mf().b,A.d=(U.b-s)/2):A.d=U.b+j,T1(T,(pl(),i0)),jd(T,(zu(),Qb))}(e==(ve(),Hn)||e==vr)&&(n=b.Math.max(n,A.a))}n>0&&(u(Mo(t.b,e),127).a.b=n)}function N9n(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W;if(N=Rt(Ht(K(t,(Me(),OT)))),j=Rt(Ht(K(t,PT))),A=Rt(Ht(K(t,O3))),d=t.o,o=u(Oe(t.j,0),12),h=o.n,W=J3n(o,A),!!W){if(e.Hc((wl(),$g)))switch(u(K(t,(ae(),_c)),64).g){case 1:W.c=(d.a-W.b)/2-h.a,W.d=j;break;case 3:W.c=(d.a-W.b)/2-h.a,W.d=-j-W.a;break;case 2:n&&o.e.c.length==0&&o.g.c.length==0?(T=r?W.a:u(Oe(o.f,0),72).o.b,W.d=(d.b-T)/2-h.b):W.d=d.b+j-h.b,W.c=-N-W.b;break;case 4:n&&o.e.c.length==0&&o.g.c.length==0?(T=r?W.a:u(Oe(o.f,0),72).o.b,W.d=(d.b-T)/2-h.b):W.d=d.b+j-h.b,W.c=N}else if(e.Hc(u2))switch(u(K(t,(ae(),_c)),64).g){case 1:case 3:W.c=h.a+N;break;case 2:case 4:n&&!o.c?(T=r?W.a:u(Oe(o.f,0),72).o.b,W.d=(d.b-T)/2-h.b):W.d=h.b+j}for(s=W.d,k=new J(o.f);k.a<k.c.c.length;)m=u(et(k),72),U=m.n,U.a=W.c,U.b=s,s+=m.o.b+A}}function F9n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn;for(ie=new ge,U=new J(t.b);U.a<U.c.c.length;)for(j=u(et(U),30),ct=new J(j.a);ct.a<ct.c.c.length;)if(W=u(et(ct),10),W.k==(Un(),Ds)&&Ui(W,(ae(),_G))){for(Tt=null,Bt=null,St=null,Je=new J(W.j);Je.a<Je.c.c.length;)switch(en=u(et(Je),12),en.j.g){case 4:Tt=en;break;case 2:Bt=en;break;default:St=en}for(Kt=u(Oe(St.g,0),18),T=new h$(Kt.a),k=new eo(St.n),Ei(k,W.n),A=_r(T,0),bI(A,k),Ce=nO(Kt.a),N=new eo(St.n),Ei(N,W.n),fs(Ce,N,Ce.c.b,Ce.c),On=u(K(W,_G),10),Mn=u(Oe(On.j,0),12),m=u(id(Tt.e,Vt(rft,Mut,18,0,0,1)),482),r=m,o=0,d=r.length;o<d;++o)e=r[o],ya(e,Mn),kat(e.a,e.a.b,T);for(m=Hd(Bt.g),n=m,s=0,h=n.length;s<h;++s)e=n[s],Ya(e,Mn),kat(e.a,0,Ce);Ya(Kt,null),ya(Kt,null),In(ie.c,W)}for(tt=new J(ie);tt.a<tt.c.c.length;)W=u(et(tt),10),Ca(W,null)}function B9n(){hi(qN,new pet),hi(WK,new wC),hi(HN,new cD),hi(VIt,new mC),hi(Ne,new lD),hi(st(cl,1),new Fet),hi(Es,new I2),hi(Ok,new mj),hi(Ne,new u6),hi(Ne,new ij),hi(Ne,new sj),hi(zs,new het),hi(Ne,new aj),hi($h,new fet),hi($h,new oj),hi(Ne,new oD),hi(gT,new bC),hi(Ne,new get),hi(Ne,new bet),hi(Ne,new wet),hi(Ne,new met),hi(Ne,new cj),hi(st(cl,1),new vet),hi(Ne,new yet),hi(Ne,new xet),hi($h,new uj),hi($h,new ket),hi(Ne,new Eet),hi(Na,new Tet),hi(Ne,new Cet),hi(dv,new _et),hi(Ne,new Aet),hi(Ne,new Let),hi(Ne,new Met),hi(Ne,new lj),hi($h,new Det),hi($h,new hj),hi(Ne,new Iet),hi(Ne,new Oet),hi(Ne,new fj),hi(Ne,new Pet),hi(Ne,new dj),hi(Ne,new Net),hi(gv,new gj),hi(Ne,new pj),hi(Ne,new bj),hi(Ne,new uD),hi(gv,new C4),hi(dv,new Id),hi(Ne,new wj),hi(Na,new Q8)}function rpe(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U;switch(T=new Xu,t.a.g){case 3:N=u(K(e.e,(ae(),Ew)),15),j=u(K(e.j,Ew),15),U=u(K(e.f,Ew),15),n=u(K(e.e,V5),15),r=u(K(e.j,V5),15),s=u(K(e.f,V5),15),h=new ge,Hs(h,N),j.Jc(new MJ),Hs(h,Oh(j)),Hs(h,U),o=new ge,Hs(o,n),Hs(o,Oh(r)),Hs(o,s),Zt(e.f,Ew,h),Zt(e.f,V5,o),Zt(e.f,G_t,e.f),Zt(e.e,Ew,null),Zt(e.e,V5,null),Zt(e.j,Ew,null),Zt(e.j,V5,null);break;case 1:Aa(T,e.e.a),Zr(T,e.i.n),Aa(T,Oh(e.j.a)),Zr(T,e.a.n),Aa(T,e.f.a);break;default:Aa(T,e.e.a),Aa(T,Oh(e.j.a)),Aa(T,e.f.a)}Zl(e.f.a),Aa(e.f.a,T),Ya(e.f,e.e.c),d=u(K(e.e,(Me(),qo)),75),k=u(K(e.j,qo),75),m=u(K(e.f,qo),75),(d||k||m)&&(A=new Xu,gyt(A,m),gyt(A,k),gyt(A,d),Zt(e.f,qo,A)),Ya(e.j,null),ya(e.j,null),Ya(e.e,null),ya(e.e,null),Ca(e.a,null),Ca(e.i,null),e.g&&rpe(t,e.g)}function ipe(){ipe=V;var t,e,n;for(new cO(1,0),new cO(10,0),new cO(0,0),Mve=Vt(Eht,le,247,11,0,1),xw=Vt(Uh,Yd,28,100,15,1),a9t=ot(st(wa,1),Io,28,15,[1,5,25,125,625,3125,15625,78125,390625,1953125,9765625,48828125,244140625,1220703125,6103515625,30517578125,152587890625,762939453125,3814697265625,19073486328125,95367431640625,476837158203125,0x878678326eac9]),o9t=Vt(Or,ii,28,a9t.length,15,1),c9t=ot(st(wa,1),Io,28,15,[1,10,100,Fp,1e4,eut,1e6,1e7,1e8,mV,1e10,1e11,1e12,1e13,1e14,1e15,1e16]),u9t=Vt(Or,ii,28,c9t.length,15,1),l9t=Vt(Eht,le,247,11,0,1),t=0;t<l9t.length;t++)Mve[t]=new cO(t,0),l9t[t]=new cO(0,t),xw[t]=48;for(;t<xw.length;t++)xw[t]=48;for(n=0;n<o9t.length;n++)o9t[n]=d6t(a9t[n]);for(e=0;e<u9t.length;e++)u9t[e]=d6t(c9t[e]);O7()}function R9n(){function t(){this.obj=this.createObject()}return t.prototype.createObject=function(e){return Object.create(null)},t.prototype.get=function(e){return this.obj[e]},t.prototype.set=function(e,n){this.obj[e]=n},t.prototype[iut]=function(e){delete this.obj[e]},t.prototype.keys=function(){return Object.getOwnPropertyNames(this.obj)},t.prototype.entries=function(){var e=this.keys(),n=this,r=0;return{next:function(){if(r>=e.length)return{done:!0};var s=e[r++];return{value:[s,n.get(s)],done:!1}}}},Ikn()||(t.prototype.createObject=function(){return{}},t.prototype.get=function(e){return this.obj[":"+e]},t.prototype.set=function(e,n){this.obj[":"+e]=n},t.prototype[iut]=function(e){delete this.obj[":"+e]},t.prototype.keys=function(){var e=[];for(var n in this.obj)n.charCodeAt(0)==58&&e.push(n.substring(1));return e}),t}function zi(){zi=V,qA=new Ni(O8t),new os("DEPTH",fe(0)),L1t=new os("FAN",fe(0)),eLt=new os(_2e,fe(0)),i2=new os("ROOT",(Nn(),!1)),I1t=new os("LEFTNEIGHBOR",null),Cke=new os("RIGHTNEIGHBOR",null),nK=new os("LEFTSIBLING",null),O1t=new os("RIGHTSIBLING",null),A1t=new os("DUMMY",!1),new os("LEVEL",fe(0)),iLt=new os("REMOVABLE_EDGES",new Qi),uN=new os("XCOOR",fe(0)),lN=new os("YCOOR",fe(0)),rK=new os("LEVELHEIGHT",0),O1=new os("LEVELMIN",0),Xf=new os("LEVELMAX",0),M1t=new os("GRAPH_XMIN",0),D1t=new os("GRAPH_YMIN",0),nLt=new os("GRAPH_XMAX",0),rLt=new os("GRAPH_YMAX",0),tLt=new os("COMPACT_LEVEL_ASCENSION",!1),S1t=new os("COMPACT_CONSTRAINTS",new ge),zA=new os("ID",""),HA=new os("POSITION",fe(0)),Up=new os("PRELIM",0),jT=new os("MODIFIER",0),RT=new Ni(Rbe),cN=new Ni(jbe)}function j9n(t){xkt();var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt;if(t==null)return null;if(A=t.length*8,A==0)return"";for(d=A%24,j=A/24|0,N=d!=0?j+1:j,o=null,o=Vt(Uh,Yd,28,N*4,15,1),k=0,T=0,e=0,n=0,r=0,h=0,s=0,m=0;m<j;m++)e=t[s++],n=t[s++],r=t[s++],T=(n&15)<<24>>24,k=(e&3)<<24>>24,U=e&-128?(e>>2^192)<<24>>24:e>>2<<24>>24,W=n&-128?(n>>4^240)<<24>>24:n>>4<<24>>24,tt=r&-128?(r>>6^252)<<24>>24:r>>6<<24>>24,o[h++]=tb[U],o[h++]=tb[W|k<<4],o[h++]=tb[T<<2|tt],o[h++]=tb[r&63];return d==8?(e=t[s],k=(e&3)<<24>>24,U=e&-128?(e>>2^192)<<24>>24:e>>2<<24>>24,o[h++]=tb[U],o[h++]=tb[k<<4],o[h++]=61,o[h++]=61):d==16&&(e=t[s],n=t[s+1],T=(n&15)<<24>>24,k=(e&3)<<24>>24,U=e&-128?(e>>2^192)<<24>>24:e>>2<<24>>24,W=n&-128?(n>>4^240)<<24>>24:n>>4<<24>>24,o[h++]=tb[U],o[h++]=tb[W|k<<4],o[h++]=tb[T<<2],o[h++]=61),nf(o,0,o.length)}function $9n(t,e){var n,r,s,o,h,d,m;if(t.e==0&&t.p>0&&(t.p=-(t.p-1)),t.p>Va&&c3t(e,t.p-Hb),h=e.q.getDate(),EI(e,1),t.k>=0&&Ahn(e,t.k),t.c>=0?EI(e,t.c):t.k>=0?(m=new R4t(e.q.getFullYear()-Hb,e.q.getMonth(),35),r=35-m.q.getDate(),EI(e,b.Math.min(r,h))):EI(e,h),t.f<0&&(t.f=e.q.getHours()),t.b>0&&t.f<12&&(t.f+=12),vin(e,t.f==24&&t.g?0:t.f),t.j>=0&&ldn(e,t.j),t.n>=0&&kdn(e,t.n),t.i>=0&&cQt(e,Xa(Qa(xO(Oc(e.q.getTime()),Fp),Fp),t.i)),t.a&&(s=new b$,c3t(s,s.q.getFullYear()-Hb-80),art(Oc(e.q.getTime()),Oc(s.q.getTime()))&&c3t(e,s.q.getFullYear()-Hb+100)),t.d>=0){if(t.c==-1)n=(7+t.d-e.q.getDay())%7,n>3&&(n-=7),d=e.q.getMonth(),EI(e,e.q.getDate()+n),e.q.getMonth()!=d&&EI(e,e.q.getDate()+(n>0?-7:7));else if(e.q.getDay()!=t.d)return!1}return t.o>Va&&(o=e.q.getTimezoneOffset(),cQt(e,Xa(Oc(e.q.getTime()),(t.o-o)*60*Fp))),!0}function spe(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;if(s=K(e,(ae(),Di)),!!At(s,207)){for(U=u(s,27),W=e.e,N=new eo(e.c),o=e.d,N.a+=o.b,N.b+=o.d,Bt=u(ne(U,(Me(),zG)),181),Ju(Bt,(Dl(),LK))&&(j=u(ne(U,KSt),107),xnt(j,o.a),p(j,o.d),g2t(j,o.b),y(j,o.c)),n=new ge,T=new J(e.a);T.a<T.c.c.length;)for(m=u(et(T),10),At(K(m,Di),207)?G9n(m,N):At(K(m,Di),193)&&!W&&(r=u(K(m,Di),123),Tt=G0e(e,m,r.g,r.f),xh(r,Tt.a,Tt.b)),ct=new J(m.j);ct.a<ct.c.c.length;)tt=u(et(ct),12),xs(Ai(new ln(null,new gn(tt.g,16)),new rVt(m)),new iVt(n));if(W)for(ct=new J(W.j);ct.a<ct.c.c.length;)tt=u(et(ct),12),xs(Ai(new ln(null,new gn(tt.g,16)),new sVt(W)),new aVt(n));for(St=u(ne(U,Rg),223),d=new J(n);d.a<d.c.c.length;)h=u(et(d),18),o9n(h,St,N);for(K8n(e),k=new J(e.a);k.a<k.c.c.length;)m=u(et(k),10),A=m.e,A&&spe(t,A)}}function ape(t,e){var n,r,s,o,h,d,m,k,T,A,N,j;if(!u(u(Mi(t.r,e),21),87).dc()){if(h=u(Mo(t.b,e),127),m=h.i,d=h.n,T=Got(t,e),r=m.b-d.b-d.c,s=h.a.a,o=m.c+d.b,j=t.w,(T==(i5(),o2)||T==LN)&&u(u(Mi(t.r,e),21),87).gc()==1&&(s=T==o2?s-2*t.w:s,T=oL),r<s&&!t.B.Hc((Dl(),MK)))T==o2?(j+=(r-s)/(u(u(Mi(t.r,e),21),87).gc()+1),o+=j):j+=(r-s)/(u(u(Mi(t.r,e),21),87).gc()-1);else switch(r<s&&(s=T==o2?s-2*t.w:s,T=oL),T.g){case 3:o+=(r-s)/2;break;case 4:o+=r-s;break;case 0:n=(r-s)/(u(u(Mi(t.r,e),21),87).gc()+1),j+=b.Math.max(0,n),o+=j;break;case 1:n=(r-s)/(u(u(Mi(t.r,e),21),87).gc()-1),j+=b.Math.max(0,n)}for(N=u(u(Mi(t.r,e),21),87).Kc();N.Ob();)A=u(N.Pb(),117),A.e.a=o+A.d.b,A.e.b=(k=A.b,k.pf((si(),Nl))?k.ag()==(ve(),Hn)?-k.Mf().b-Rt(Ht(k.of(Nl))):Rt(Ht(k.of(Nl))):k.ag()==(ve(),Hn)?-k.Mf().b:0),o+=A.d.b+A.b.Mf().a+A.d.c+j}}function ope(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U;if(!u(u(Mi(t.r,e),21),87).dc()){if(h=u(Mo(t.b,e),127),m=h.i,d=h.n,A=Got(t,e),r=m.a-d.d-d.a,s=h.a.b,o=m.d+d.d,U=t.w,k=t.o.a,(A==(i5(),o2)||A==LN)&&u(u(Mi(t.r,e),21),87).gc()==1&&(s=A==o2?s-2*t.w:s,A=oL),r<s&&!t.B.Hc((Dl(),MK)))A==o2?(U+=(r-s)/(u(u(Mi(t.r,e),21),87).gc()+1),o+=U):U+=(r-s)/(u(u(Mi(t.r,e),21),87).gc()-1);else switch(r<s&&(s=A==o2?s-2*t.w:s,A=oL),A.g){case 3:o+=(r-s)/2;break;case 4:o+=r-s;break;case 0:n=(r-s)/(u(u(Mi(t.r,e),21),87).gc()+1),U+=b.Math.max(0,n),o+=U;break;case 1:n=(r-s)/(u(u(Mi(t.r,e),21),87).gc()-1),U+=b.Math.max(0,n)}for(j=u(u(Mi(t.r,e),21),87).Kc();j.Ob();)N=u(j.Pb(),117),N.e.a=(T=N.b,T.pf((si(),Nl))?T.ag()==(ve(),Gn)?-T.Mf().a-Rt(Ht(T.of(Nl))):k+Rt(Ht(T.of(Nl))):T.ag()==(ve(),Gn)?-T.Mf().a:k),N.e.b=o+N.d.d,o+=N.d.d+N.b.Mf().b+N.d.a+U}}function z9n(t,e){var n,r,s,o,h;for(e.Ug("Processor determine the coords for each level",1),r=new ge,h=_r(t.b,0);h.b!=h.d.c;){for(s=u(Tr(h),39);u(K(s,(xc(),o0)),17).a>r.c.length-1;)pe(r,new Ys(E5,l7t));n=u(K(s,o0),17).a,dg(u(K(t,Mv),88))?(s.e.a<Rt(Ht((mn(n,r.c.length),u(r.c[n],42)).a))&&Ut((mn(n,r.c.length),u(r.c[n],42)),s.e.a),s.e.a+s.f.a>Rt(Ht((mn(n,r.c.length),u(r.c[n],42)).b))&&ue((mn(n,r.c.length),u(r.c[n],42)),s.e.a+s.f.a)):(s.e.b<Rt(Ht((mn(n,r.c.length),u(r.c[n],42)).a))&&Ut((mn(n,r.c.length),u(r.c[n],42)),s.e.b),s.e.b+s.f.b>Rt(Ht((mn(n,r.c.length),u(r.c[n],42)).b))&&ue((mn(n,r.c.length),u(r.c[n],42)),s.e.b+s.f.b))}for(o=_r(t.b,0);o.b!=o.d.c;)s=u(Tr(o),39),n=u(K(s,(xc(),o0)),17).a,Zt(s,(zi(),O1),Ht((mn(n,r.c.length),u(r.c[n],42)).a)),Zt(s,Xf,Ht((mn(n,r.c.length),u(r.c[n],42)).b));e.Vg()}function q9n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W;for(t.o=Rt(Ht(K(t.i,(Me(),Sv)))),t.f=Rt(Ht(K(t.i,Lw))),t.j=t.i.b.c.length,d=t.j-1,N=0,t.k=0,t.n=0,t.b=J1(Vt(Na,le,17,t.j,0,1)),t.c=J1(Vt(zs,le,345,t.j,7,1)),h=new J(t.i.b);h.a<h.c.c.length;){for(s=u(et(h),30),s.p=d,A=new J(s.a);A.a<A.c.c.length;)T=u(et(A),10),T.p=N,++N;--d}for(t.g=Vt(Or,ii,28,N,15,1),t.d=$2(Or,[le,ii],[53,28],15,[N,3],2),t.p=new ge,t.q=new ge,e=0,t.e=0,o=new J(t.i.b);o.a<o.c.c.length;){for(s=u(et(o),30),d=s.p,r=0,W=0,m=s.a.c.length,k=0,A=new J(s.a);A.a<A.c.c.length;)T=u(et(A),10),N=T.p,t.g[N]=T.c.p,k+=T.o.b+t.o,n=mg(new nr(ir(ca(T).a.Kc(),new q))),U=mg(new nr(ir(As(T).a.Kc(),new q))),t.d[N][0]=U-n,t.d[N][1]=n,t.d[N][2]=U,r+=n,W+=U,n>0&&pe(t.q,T),pe(t.p,T);e-=r,j=m+e,k+=e*t.f,Sh(t.b,d,fe(j)),Sh(t.c,d,k),t.k=b.Math.max(t.k,j),t.n=b.Math.max(t.n,k),t.e+=e,e+=W}}function ve(){ve=V;var t;gc=new WD(FS,0),Hn=new WD(kV,1),Jn=new WD(gut,2),vr=new WD(put,3),Gn=new WD(but,4),vd=(wn(),new lE((t=u(m1(go),9),new Eh(t,u(Ff(t,t.length),9),0)))),e1=_p(Gi(Hn,ot(st(go,1),$c,64,0,[]))),Hh=_p(Gi(Jn,ot(st(go,1),$c,64,0,[]))),gh=_p(Gi(vr,ot(st(go,1),$c,64,0,[]))),gf=_p(Gi(Gn,ot(st(go,1),$c,64,0,[]))),Uu=_p(Gi(Hn,ot(st(go,1),$c,64,0,[vr]))),Iu=_p(Gi(Jn,ot(st(go,1),$c,64,0,[Gn]))),n1=_p(Gi(Hn,ot(st(go,1),$c,64,0,[Gn]))),yl=_p(Gi(Hn,ot(st(go,1),$c,64,0,[Jn]))),ph=_p(Gi(vr,ot(st(go,1),$c,64,0,[Gn]))),Vh=_p(Gi(Jn,ot(st(go,1),$c,64,0,[vr]))),xl=_p(Gi(Hn,ot(st(go,1),$c,64,0,[Jn,Gn]))),Vu=_p(Gi(Jn,ot(st(go,1),$c,64,0,[vr,Gn]))),Gu=_p(Gi(Hn,ot(st(go,1),$c,64,0,[vr,Gn]))),ol=_p(Gi(Hn,ot(st(go,1),$c,64,0,[Jn,vr]))),hu=_p(Gi(Hn,ot(st(go,1),$c,64,0,[Jn,vr,Gn])))}function H9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce;for(e.Ug(s2e,1),W=new ge,ie=new ge,k=new J(t.b);k.a<k.c.c.length;)for(m=u(et(k),30),ct=-1,U=_I(m.a),A=U,N=0,j=A.length;N<j;++N)if(T=A[N],++ct,!!(T.k==(Un(),Ts)&&R4(u(K(T,(Me(),ms)),101)))){for(j6(u(K(T,(Me(),ms)),101))||C6n(T),Zt(T,(ae(),vv),T),W.c.length=0,ie.c.length=0,n=new ge,Bt=new Qi,Zst(Bt,Op(T,(ve(),Hn))),xpe(t,Bt,W,ie,n),d=ct,Ce=T,o=new J(W);o.a<o.c.c.length;)r=u(et(o),10),Xy(r,d,m),++ct,Zt(r,vv,T),h=u(Oe(r.j,0),12),tt=u(K(h,Di),12),Ie(De(K(tt,Vft)))||u(K(r,qk),15).Fc(Ce);for(Zl(Bt),St=Op(T,vr).Kc();St.Ob();)Tt=u(St.Pb(),12),fs(Bt,Tt,Bt.a,Bt.a.a);for(xpe(t,Bt,ie,null,n),Kt=T,s=new J(ie);s.a<s.c.c.length;)r=u(et(s),10),Xy(r,++ct,m),Zt(r,vv,T),h=u(Oe(r.j,0),12),tt=u(K(h,Di),12),Ie(De(K(tt,Vft)))||u(K(Kt,qk),15).Fc(r);n.c.length==0||Zt(T,N_t,n)}e.Vg()}function cpe(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;if(e.b!=0){for(j=new Qi,d=null,U=null,r=Xs(b.Math.floor(b.Math.log(e.b)*b.Math.LOG10E)+1),m=0,St=_r(e,0);St.b!=St.d.c;)for(ct=u(Tr(St),39),$t(U)!==$t(K(ct,(zi(),zA)))&&(U=Gr(K(ct,zA)),m=0),U!=null?d=U+ere(m++,r):d=ere(m++,r),Zt(ct,zA,d),tt=(s=_r(new hg(ct).a.d,0),new A4(s));_D(tt.a);)W=u(Tr(tt.a),65).c,fs(j,W,j.c.b,j.c),Zt(W,zA,d);for(N=new Er,h=0;h<d.length-r;h++)for(Tt=_r(e,0);Tt.b!=Tt.d.c;)ct=u(Tr(Tt),39),k=Ch(Gr(K(ct,(zi(),zA))),0,h+1),n=(k==null?Uo(yo(N.f,null)):WC(N.i,k))!=null?u(k==null?Uo(yo(N.f,null)):WC(N.i,k),17).a+1:1,Bo(N,k,fe(n));for(A=new Z2(new ps(N).a);A.b;)T=Vm(A),o=fe(tr(t.a,T.ld())!=null?u(tr(t.a,T.ld()),17).a:0),Bo(t.a,Gr(T.ld()),fe(u(T.md(),17).a+o.a)),o=u(tr(t.b,T.ld()),17),(!o||o.a<u(T.md(),17).a)&&Bo(t.b,Gr(T.ld()),u(T.md(),17));cpe(t,j)}}function V9n(t){var e,n,r,s,o,h,d,m,k,T,A,N;for(n=null,m=null,s=u(K(t.b,(Me(),Xft)),349),s==(W_(),iN)&&(n=new ge,m=new ge),d=new J(t.d);d.a<d.c.c.length;)if(h=u(et(d),105),o=h.i,!!o)switch(h.e.g){case 0:e=u(F_(new L6(h.b)),64),s==iN&&e==(ve(),Hn)?In(n.c,h):s==iN&&e==(ve(),vr)?In(m.c,h):wmn(h,e);break;case 1:k=h.a.d.j,T=h.c.d.j,k==(ve(),Hn)?wp(h,Hn,(rd(),wT),h.a):T==Hn?wp(h,Hn,(rd(),mT),h.c):k==vr?wp(h,vr,(rd(),mT),h.a):T==vr&&wp(h,vr,(rd(),wT),h.c);break;case 2:case 3:r=h.b,Ju(r,(ve(),Hn))?Ju(r,vr)?Ju(r,Gn)?Ju(r,Jn)||wp(h,Hn,(rd(),mT),h.c):wp(h,Hn,(rd(),wT),h.a):wp(h,Hn,(rd(),Rk),null):wp(h,vr,(rd(),Rk),null);break;case 4:A=h.a.d.j,N=h.a.d.j,A==(ve(),Hn)||N==Hn?wp(h,vr,(rd(),Rk),null):wp(h,Hn,(rd(),Rk),null)}n&&(n.c.length==0||ege(n,(ve(),Hn)),m.c.length==0||ege(m,(ve(),vr)))}function U9n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;for(n.Ug("Breadth first model order layering",1),t.a=e,tt=new ge,W=new J(t.a.a);W.a<W.c.c.length;)j=u(et(W),10),j.k==(Un(),Ts)&&In(tt.c,j);for(wn(),Ms(tt,new PJ),m=!0,s=new tu(t.a),r=null,pe(t.a.b,s),U=new J(tt);U.a<U.c.c.length;)if(j=u(et(U),10),m)Ca(j,s),m=!1;else{for(d=new nr(ir(ca(j).a.Kc(),new q));Sr(d);)o=u(lr(d),18),(o.c.i.k==(Un(),Ts)&&o.c.i.c==s||o.c.i.k==qc&&u(lr(new nr(ir(ca(o.c.i).a.Kc(),new q))),18).c.i.c==s)&&(r=new tu(t.a),pe(t.a.b,r),s=new tu(t.a),pe(t.a.b,s));for(h=new nr(ir(ca(j).a.Kc(),new q));Sr(h);)o=u(lr(h),18),o.c.i.k==(Un(),qc)&&!o.c.i.c&&Ca(o.c.i,r);Ca(j,s)}for(t.a.a.c.length=0,ct=new ge,A=new J(t.a.b);A.a<A.c.c.length;)k=u(et(A),30),k.a.c.length==0&&In(ct.c,k);for(g5t(t.a.b,ct),N=0,T=new J(t.a.b);T.a<T.c.c.length;)k=u(et(T),30),k.p=N,++N;n.Vg()}function G9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W;for(r=u(K(t,(ae(),Di)),27),U=u(K(t,(Me(),OG)),17).a,o=u(K(t,BG),17).a,Oi(r,OG,fe(U)),Oi(r,BG,fe(o)),Cu(r,t.n.a+e.a),_u(r,t.n.b+e.b),(u(ne(r,Sw),181).gc()!=0||t.e||$t(K(Ia(t),$G))===$t((oS(),IA))&&mQt((Yy(),(t.q?t.q:(wn(),wn(),j0))._b(Tv)?N=u(K(t,Tv),203):N=u(K(Ia(t),AA),203),N)))&&(zm(r,t.o.a),$m(r,t.o.b)),A=new J(t.j);A.a<A.c.c.length;)k=u(et(A),12),W=K(k,Di),At(W,193)&&(s=u(W,123),xh(s,k.n.a,k.n.b),Oi(s,DT,k.j));for(j=u(K(t,Ev),181).gc()!=0,m=new J(t.b);m.a<m.c.c.length;)h=u(et(m),72),(j||u(K(h,Ev),181).gc()!=0)&&(n=u(K(h,Di),135),$4(n,h.o.a,h.o.b),xh(n,h.n.a,h.n.b));if(!k_(u(K(t,D3),21)))for(T=new J(t.j);T.a<T.c.c.length;)for(k=u(et(T),12),d=new J(k.f);d.a<d.c.c.length;)h=u(et(d),72),n=u(K(h,Di),135),zm(n,h.o.a),$m(n,h.o.b),xh(n,h.n.a,h.n.b)}function K9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je;for(e.Ug("Calculate Graph Size",1),e.dh(t,v7t),A=E5,N=E5,k=y7t,T=y7t,W=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));W.e!=W.i.gc();)j=u(sr(W),27),Tt=j.i,St=j.j,Je=j.g,d=j.f,m=u(ne(j,(si(),qT)),140),A=b.Math.min(A,Tt-m.b),N=b.Math.min(N,St-m.d),k=b.Math.max(k,Tt+Je+m.c),T=b.Math.max(T,St+d+m.a);for(ct=u(ne(t,(si(),Kp)),107),tt=new se(A-ct.b,N-ct.d),en=k-A+(ct.b+ct.c),h=T-N+(ct.d+ct.a),Ie(De(ne(t,($b(),ILt))))&&(Bt=u(ne(t,(G4(),J5)),27),Kt=u(ne(Bt,qT),140),ie=Bt.i+Bt.g/2+(Kt.b+Kt.c)/2-tt.a,Ce=Bt.j+Bt.f/2+(Kt.d+Kt.a)/2-tt.b,s=en-ie,o=h-Ce,s<en/2?(n=s-ie,en+=n,tt.a-=n):(n=ie-s,en+=n),o<h/2?(r=o-Ce,h+=r,tt.b-=r):(r=Ce-o,h+=r)),U=new Zn((!t.a&&(t.a=new Jt(wi,t,10,11)),t.a));U.e!=U.i.gc();)j=u(sr(U),27),Cu(j,j.i-tt.a),_u(j,j.j-tt.b);Ie(De(ne(t,R3)))||(zm(t,en),$m(t,h)),Oi(t,ix,en-(ct.b+ct.c)),Oi(t,rx,h-(ct.d+ct.a)),e.dh(t,ZV)}function W9n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j;if(t.e.a.$b(),t.f.a.$b(),t.c.c.length=0,t.i.c.length=0,t.g.a.$b(),e)for(h=new J(e.a);h.a<h.c.c.length;)for(o=u(et(h),10),A=Op(o,(ve(),Jn)).Kc();A.Ob();)for(T=u(A.Pb(),12),qs(t.e,T),s=new J(T.g);s.a<s.c.c.length;)r=u(et(s),18),!ho(r)&&(pe(t.c,r),kle(t,r),d=r.c.i.k,(d==(Un(),Ts)||d==cu||d==Ds||d==fd)&&pe(t.j,r),j=r.d,N=j.i.c,N==n?qs(t.f,j):N==e?qs(t.e,j):$u(t.c,r));if(n)for(h=new J(n.a);h.a<h.c.c.length;){for(o=u(et(h),10),k=new J(o.j);k.a<k.c.c.length;)for(m=u(et(k),12),s=new J(m.g);s.a<s.c.c.length;)r=u(et(s),18),ho(r)&&qs(t.g,r);for(A=Op(o,(ve(),Gn)).Kc();A.Ob();)for(T=u(A.Pb(),12),qs(t.f,T),s=new J(T.g);s.a<s.c.c.length;)r=u(et(s),18),!ho(r)&&(pe(t.c,r),kle(t,r),d=r.c.i.k,(d==(Un(),Ts)||d==cu||d==Ds||d==fd)&&pe(t.j,r),j=r.d,N=j.i.c,N==n?qs(t.f,j):N==e?qs(t.e,j):$u(t.c,r))}}function Y9n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;for(n.Ug("Polyline edge routing",1),tt=Rt(Ht(K(e,(Me(),MSt)))),j=Rt(Ht(K(e,K5))),s=Rt(Ht(K(e,U5))),r=b.Math.min(1,s/j),St=0,m=0,e.b.c.length!=0&&(Bt=sde(u(Oe(e.b,0),30)),St=.4*r*Bt),d=new _a(e.b,0);d.b<d.d.gc();){for(h=(cr(d.b<d.d.gc()),u(d.d.Xb(d.c=d.b++),30)),o=W$(h,aN),o&&St>0&&(St-=j),Ikt(h,St),T=0,N=new J(h.a);N.a<N.c.c.length;){for(A=u(et(N),10),k=0,W=new nr(ir(As(A).a.Kc(),new q));Sr(W);)U=u(lr(W),18),ct=Q1(U.c).b,Tt=Q1(U.d).b,h==U.d.i.c&&!ho(U)&&(c5n(U,St,.4*r*b.Math.abs(ct-Tt)),U.c.j==(ve(),Gn)&&(ct=0,Tt=0)),k=b.Math.max(k,b.Math.abs(Tt-ct));switch(A.k.g){case 0:case 4:case 1:case 3:case 5:fTn(t,A,St,tt)}T=b.Math.max(T,k)}d.b<d.d.gc()&&(Bt=sde((cr(d.b<d.d.gc()),u(d.d.Xb(d.c=d.b++),30))),T=b.Math.max(T,Bt),cr(d.b>0),d.a.Xb(d.c=--d.b)),m=.4*r*T,!o&&d.b<d.d.gc()&&(m+=j),St+=h.c.a+m}t.a.a.$b(),e.f.a=St,n.Vg()}function X9n(t){var e,n,r,s,o;switch(yI(t,Bwe),(!t.b&&(t.b=new En(gr,t,4,7)),t.b).i+(!t.c&&(t.c=new En(gr,t,5,8)),t.c).i){case 0:throw nt(new zn("The edge must have at least one source or target."));case 1:return(!t.b&&(t.b=new En(gr,t,4,7)),t.b).i==0?es(Xo(u(Lt((!t.c&&(t.c=new En(gr,t,5,8)),t.c),0),84))):es(Xo(u(Lt((!t.b&&(t.b=new En(gr,t,4,7)),t.b),0),84)))}if((!t.b&&(t.b=new En(gr,t,4,7)),t.b).i==1&&(!t.c&&(t.c=new En(gr,t,5,8)),t.c).i==1){if(s=Xo(u(Lt((!t.b&&(t.b=new En(gr,t,4,7)),t.b),0),84)),o=Xo(u(Lt((!t.c&&(t.c=new En(gr,t,5,8)),t.c),0),84)),es(s)==es(o))return es(s);if(s==es(o))return s;if(o==es(s))return o}for(r=C0(rh(ot(st(hh,1),Ln,20,0,[(!t.b&&(t.b=new En(gr,t,4,7)),t.b),(!t.c&&(t.c=new En(gr,t,5,8)),t.c)]))),e=Xo(u(lr(r),84));Sr(r);)if(n=Xo(u(lr(r),84)),n!=e&&!qy(n,e)){if(es(n)==es(e))e=es(n);else if(e=Exn(e,n),!e)return null}return e}function qkt(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;if(N=e.length,N>0&&(m=(qn(0,e.length),e.charCodeAt(0)),m!=64)){if(m==37&&(A=e.lastIndexOf("%"),k=!1,A!=0&&(A==N-1||(k=(qn(A+1,e.length),e.charCodeAt(A+1)==46))))){if(h=(Sa(1,A,e.length),e.substr(1,A-1)),St=hn("%",h)?null:Hkt(h),r=0,k)try{r=oh((qn(A+2,e.length+1),e.substr(A+2)),Va,ki)}catch(Bt){throw Bt=is(Bt),At(Bt,130)?(d=Bt,nt(new kq(d))):nt(Bt)}for(tt=w4t(t.Gh());tt.Ob();)if(U=Xq(tt),At(U,519)&&(s=u(U,598),Tt=s.d,(St==null?Tt==null:hn(St,Tt))&&r--==0))return s;return null}if(T=e.lastIndexOf("."),j=T==-1?e:(Sa(0,T,e.length),e.substr(0,T)),n=0,T!=-1)try{n=oh((qn(T+1,e.length+1),e.substr(T+1)),Va,ki)}catch(Bt){if(Bt=is(Bt),At(Bt,130))j=e;else throw nt(Bt)}for(j=hn("%",j)?null:Hkt(j),W=w4t(t.Gh());W.Ob();)if(U=Xq(W),At(U,197)&&(o=u(U,197),ct=o.xe(),(j==null?ct==null:hn(j,ct))&&n--==0))return o;return null}return Wge(t,e)}function Q9n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt;for(T=new Er,m=new Nm,r=new J(t.a.a.b);r.a<r.c.c.length;)if(e=u(et(r),60),k=Y4(e),k)vu(T.f,k,e);else if(Tt=J6(e),Tt)for(o=new J(Tt.k);o.a<o.c.c.length;)s=u(et(o),18),dn(m,s,e);for(n=new J(t.a.a.b);n.a<n.c.c.length;)if(e=u(et(n),60),k=Y4(e),k){for(d=new nr(ir(As(k).a.Kc(),new q));Sr(d);)if(h=u(lr(d),18),!ho(h)&&(U=h.c,ct=h.d,!((ve(),Uu).Hc(h.c.j)&&Uu.Hc(h.d.j)))){if(W=u(tr(T,h.d.i),60),Hf(Of(If(Pf(Df(new Qh,0),100),t.c[e.a.d]),t.c[W.a.d])),U.j==Gn&&$te((nl(),U))){for(N=u(Mi(m,h),21).Kc();N.Ob();)if(A=u(N.Pb(),60),A.d.c<e.d.c){if(j=t.c[A.a.d],tt=t.c[e.a.d],j==tt)continue;Hf(Of(If(Pf(Df(new Qh,1),100),j),tt))}}if(ct.j==Jn&&zte((nl(),ct))){for(N=u(Mi(m,h),21).Kc();N.Ob();)if(A=u(N.Pb(),60),A.d.c>e.d.c){if(j=t.c[e.a.d],tt=t.c[A.a.d],j==tt)continue;Hf(Of(If(Pf(Df(new Qh,1),100),j),tt))}}}}}function J9n(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie;if(N=u(u(Mi(t.r,e),21),87),e==(ve(),Jn)||e==Gn){npe(t,e);return}for(o=e==Hn?(Um(),DP):(Um(),IP),Bt=e==Hn?(zu(),D1):(zu(),Kf),n=u(Mo(t.b,e),127),r=n.i,s=r.c+J4(ot(st(wa,1),Io,28,15,[n.n.b,t.C.b,t.k])),ct=r.c+r.b-J4(ot(st(wa,1),Io,28,15,[n.n.c,t.C.c,t.k])),h=iwt(yvt(o),t.t),Tt=e==Hn?Vs:ns,A=N.Kc();A.Ob();)k=u(A.Pb(),117),!(!k.c||k.c.d.c.length<=0)&&(tt=k.b.Mf(),W=k.e,j=k.c,U=j.i,U.b=(m=j.n,j.e.a+m.b+m.c),U.a=(d=j.n,j.e.b+d.d+d.a),yI(Bt,v8t),j.f=Bt,T1(j,(pl(),Gf)),U.c=W.a-(U.b-tt.a)/2,Kt=b.Math.min(s,W.a),ie=b.Math.max(ct,W.a+tt.a),U.c<Kt?U.c=Kt:U.c+U.b>ie&&(U.c=ie-U.b),pe(h.d,new Cit(U,h5t(h,U))),Tt=e==Hn?b.Math.max(Tt,W.b+k.b.Mf().b):b.Math.min(Tt,W.b));for(Tt+=e==Hn?t.t:-t.t,St=M5t((h.e=Tt,h)),St>0&&(u(Mo(t.b,e),127).a.b=St),T=N.Kc();T.Ob();)k=u(T.Pb(),117),!(!k.c||k.c.d.c.length<=0)&&(U=k.c.i,U.c-=k.e.a,U.d-=k.e.b)}function Z9n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j;for(e=new Er,m=new Zn(t);m.e!=m.i.gc();){for(d=u(sr(m),27),n=new Os,di(Vht,d,n),j=new rp,s=u(tc(new ln(null,new Am(new nr(ir(OO(d).a.Kc(),new q)))),Tte(j,gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)])))),85),ioe(n,u(s.xc((Nn(),!0)),16),new iy),r=u(tc(Ai(u(s.xc(!1),15).Lc(),new S8),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[rc]))),15),h=r.Kc();h.Ob();)o=u(h.Pb(),74),N=ife(o),N&&(k=u(Uo(yo(e.f,N)),21),k||(k=Ade(N),vu(e.f,N,k)),Aa(n,k));for(s=u(tc(new ln(null,new Am(new nr(ir(Mg(d).a.Kc(),new q)))),Tte(j,gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[rc])))),85),ioe(n,u(s.xc(!0),16),new f4),r=u(tc(Ai(u(s.xc(!1),15).Lc(),new Ql),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[rc]))),15),A=r.Kc();A.Ob();)T=u(A.Pb(),74),N=sfe(T),N&&(k=u(Uo(yo(e.f,N)),21),k||(k=Ade(N),vu(e.f,N,k)),Aa(n,k))}}function tCn(t,e){lct();var n,r,s,o,h,d,m,k,T,A,N,j,U,W;if(m=Rc(t,0)<0,m&&(t=Ep(t)),Rc(t,0)==0)switch(e){case 0:return"0";case 1:return G7;case 2:return"0.00";case 3:return"0.000";case 4:return"0.0000";case 5:return"0.00000";case 6:return"0.000000";default:return j=new pb,e<0?j.a+="0E+":j.a+="0E",j.a+=e==Va?"2147483648":""+-e,j.a}T=18,A=Vt(Uh,Yd,28,T+1,15,1),n=T,W=t;do k=W,W=xO(W,10),A[--n]=qr(Xa(48,ef(k,Qa(W,10))))&js;while(Rc(W,0)!=0);if(s=ef(ef(ef(T,n),e),1),e==0)return m&&(A[--n]=45),nf(A,n,T-n);if(e>0&&Rc(s,-6)>=0){if(Rc(s,0)>=0){for(o=n+qr(s),d=T-1;d>=o;d--)A[d+1]=A[d];return A[++o]=46,m&&(A[--n]=45),nf(A,n,T-n+1)}for(h=2;art(h,Xa(Ep(s),1));h++)A[--n]=48;return A[--n]=46,A[--n]=48,m&&(A[--n]=45),nf(A,n,T-n)}return U=n+1,r=T,N=new L4,m&&(N.a+="-"),r-U>=1?(Cb(N,A[n]),N.a+=".",N.a+=nf(A,n+1,T-n-1)):N.a+=nf(A,n,T-n),N.a+="E",Rc(s,0)>0&&(N.a+="+"),N.a+=""+E_(s),N.a}function nv(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie;if(tt=new se(t.g,t.f),W=a6t(t),W.a=b.Math.max(W.a,e),W.b=b.Math.max(W.b,n),ie=W.a/tt.a,T=W.b/tt.b,Bt=W.a-tt.a,m=W.b-tt.b,r)for(h=es(t)?u(ne(es(t),(si(),Iw)),88):u(ne(t,(si(),Iw)),88),d=$t(ne(t,(si(),nL)))===$t((xa(),lu)),Tt=new Zn((!t.c&&(t.c=new Jt(kl,t,9,9)),t.c));Tt.e!=Tt.i.gc();)switch(ct=u(sr(Tt),123),St=u(ne(ct,cx),64),St==(ve(),gc)&&(St=kkt(ct,h),Oi(ct,cx,St)),St.g){case 1:d||Cu(ct,ct.i*ie);break;case 2:Cu(ct,ct.i+Bt),d||_u(ct,ct.j*T);break;case 3:d||Cu(ct,ct.i*ie),_u(ct,ct.j+m);break;case 4:d||_u(ct,ct.j*T)}if($4(t,W.a,W.b),s)for(N=new Zn((!t.n&&(t.n=new Jt(Oo,t,1,7)),t.n));N.e!=N.i.gc();)A=u(sr(N),135),j=A.i+A.g/2,U=A.j+A.f/2,Kt=j/tt.a,k=U/tt.b,Kt+k>=1&&(Kt-k>0&&U>=0?(Cu(A,A.i+Bt),_u(A,A.j+m*k)):Kt-k<0&&j>=0&&(Cu(A,A.i+Bt*Kt),_u(A,A.j+m)));return Oi(t,(si(),Ow),(Kl(),o=u(m1(hL),9),new Eh(o,u(Ff(o,o.length),9),0))),new se(ie,T)}function upe(t){bm(t,new ow(l$(dm(lm(fm(hm(new cg,Bh),"ELK Radial"),'A radial layout provider which is based on the algorithm of Peter Eades published in "Drawing free trees.", published by International Institute for Advanced Study of Social Information Science, Fujitsu Limited in 1991. The radial layouter takes a tree and places the nodes in radial order around the root. The nodes of the same tree level are placed on the same radius.'),new btt),Bh))),he(t,Bh,KV,_e(x8e)),he(t,Bh,h3,_e(k8e)),he(t,Bh,T5,_e(w8e)),he(t,Bh,Lk,_e(m8e)),he(t,Bh,Ak,_e(v8e)),he(t,Bh,Z7,_e(b8e)),he(t,Bh,$S,_e(OLt)),he(t,Bh,tT,_e(y8e)),he(t,Bh,vlt,_e(G1t)),he(t,Bh,mlt,_e(K1t)),he(t,Bh,tU,_e(NLt)),he(t,Bh,ylt,_e(W1t)),he(t,Bh,xlt,_e(FLt)),he(t,Bh,L7t,_e(BLt)),he(t,Bh,A7t,_e(PLt)),he(t,Bh,T7t,_e(cK)),he(t,Bh,C7t,_e(uK)),he(t,Bh,_7t,_e(hN)),he(t,Bh,S7t,_e(RLt)),he(t,Bh,E7t,_e(ILt))}function dV(t){var e,n,r,s,o,h,d,m,k,T,A;if(t==null)throw nt(new Nd(Hu));if(k=t,o=t.length,m=!1,o>0&&(e=(qn(0,t.length),t.charCodeAt(0)),(e==45||e==43)&&(t=(qn(1,t.length+1),t.substr(1)),--o,m=e==45)),o==0)throw nt(new Nd(sv+k+'"'));for(;t.length>0&&(qn(0,t.length),t.charCodeAt(0)==48);)t=(qn(1,t.length+1),t.substr(1)),--o;if(o>($0e(),Ave)[10])throw nt(new Nd(sv+k+'"'));for(s=0;s<o;s++)if(sle((qn(s,t.length),t.charCodeAt(s)))==-1)throw nt(new Nd(sv+k+'"'));for(A=0,h=n9t[10],T=kht[10],d=Ep(r9t[10]),n=!0,r=o%h,r>0&&(A=-parseInt((Sa(0,r,t.length),t.substr(0,r)),10),t=(qn(r,t.length+1),t.substr(r)),o-=r,n=!1);o>=h;){if(r=parseInt((Sa(0,h,t.length),t.substr(0,h)),10),t=(qn(h,t.length+1),t.substr(h)),o-=h,n)n=!1;else{if(Rc(A,d)<0)throw nt(new Nd(sv+k+'"'));A=Qa(A,T)}A=ef(A,r)}if(Rc(A,0)>0)throw nt(new Nd(sv+k+'"'));if(!m&&(A=Ep(A),Rc(A,0)<0))throw nt(new Nd(sv+k+'"'));return A}function Hkt(t){bct();var e,n,r,s,o,h,d,m;if(t==null)return null;if(s=Fd(t,qu(37)),s<0)return t;for(m=new Jl((Sa(0,s,t.length),t.substr(0,s))),e=Vt(cl,A5,28,4,15,1),d=0,r=0,h=t.length;s<h;s++)if(qn(s,t.length),t.charCodeAt(s)==37&&t.length>s+2&&hat((qn(s+1,t.length),t.charCodeAt(s+1)),kIt,EIt)&&hat((qn(s+2,t.length),t.charCodeAt(s+2)),kIt,EIt))if(n=xcn((qn(s+1,t.length),t.charCodeAt(s+1)),(qn(s+2,t.length),t.charCodeAt(s+2))),s+=2,r>0?(n&192)==128?e[d++]=n<<24>>24:r=0:n>=128&&((n&224)==192?(e[d++]=n<<24>>24,r=2):(n&240)==224?(e[d++]=n<<24>>24,r=3):(n&248)==240&&(e[d++]=n<<24>>24,r=4)),r>0){if(d==r){switch(d){case 2:{Cb(m,((e[0]&31)<<6|e[1]&63)&js);break}case 3:{Cb(m,((e[0]&15)<<12|(e[1]&63)<<6|e[2]&63)&js);break}}d=0,r=0}}else{for(o=0;o<d;++o)Cb(m,e[o]&js);d=0,m.a+=String.fromCharCode(n)}else{for(o=0;o<d;++o)Cb(m,e[o]&js);d=0,Cb(m,(qn(s,t.length),t.charCodeAt(s)))}return m.a}function lpe(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U;if(j=es(Xo(u(Lt((!t.b&&(t.b=new En(gr,t,4,7)),t.b),0),84))),U=es(Xo(u(Lt((!t.c&&(t.c=new En(gr,t,5,8)),t.c),0),84))),A=j==U,d=new Ea,e=u(ne(t,(eH(),VDt)),75),e&&e.b>=2){if((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a).i==0)n=(wb(),s=new k4,s),Mr((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a),n);else if((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a).i>1)for(N=new F6((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a));N.e!=N.i.gc();)dS(N);zO(e,u(Lt((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a),0),166))}if(A)for(r=new Zn((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a));r.e!=r.i.gc();)for(n=u(sr(r),166),k=new Zn((!n.a&&(n.a=new Ns(bh,n,5)),n.a));k.e!=k.i.gc();)m=u(sr(k),377),d.a=b.Math.max(d.a,m.a),d.b=b.Math.max(d.b,m.b);for(h=new Zn((!t.n&&(t.n=new Jt(Oo,t,1,7)),t.n));h.e!=h.i.gc();)o=u(sr(h),135),T=u(ne(o,sL),8),T&&xh(o,T.a,T.b),A&&(d.a=b.Math.max(d.a,o.i+o.g),d.b=b.Math.max(d.b,o.j+o.f));return d}function hpe(t,e,n,r,s){var o,h,d;if(hae(t,e),h=e[0],o=qa(n.c,0),d=-1,z4t(n))if(r>0){if(h+r>t.length)return!1;d=qH((Sa(0,h+r,t.length),t.substr(0,h+r)),e)}else d=qH(t,e);switch(o){case 71:return d=l5(t,h,ot(st(Ne,1),le,2,6,[Xpe,Qpe]),e),s.e=d,!0;case 77:return bkn(t,e,s,d,h);case 76:return wkn(t,e,s,d,h);case 69:return c4n(t,e,h,s);case 99:return u4n(t,e,h,s);case 97:return d=l5(t,h,ot(st(Ne,1),le,2,6,["AM","PM"]),e),s.b=d,!0;case 121:return mkn(t,e,h,d,n,s);case 100:return d<=0?!1:(s.c=d,!0);case 83:return d<0?!1:T2n(d,h,e[0],s);case 104:d==12&&(d=0);case 75:case 72:return d<0?!1:(s.f=d,s.g=!1,!0);case 107:return d<0?!1:(s.f=d,s.g=!0,!0);case 109:return d<0?!1:(s.j=d,!0);case 115:return d<0?!1:(s.n=d,!0);case 90:if(h<t.length&&(qn(h,t.length),t.charCodeAt(h)==90))return++e[0],s.o=0,!0;case 122:case 118:return Iyn(t,h,e,s);default:return!1}}function eCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en;for(St=e.c.length,s=new p5(t.a,n,null,null),en=Vt(wa,Io,28,St,15,1),W=Vt(wa,Io,28,St,15,1),U=Vt(wa,Io,28,St,15,1),tt=0,d=0;d<St;d++)W[d]=ki,U[d]=Va;for(m=0;m<St;m++)for(r=(mn(m,e.c.length),u(e.c[m],185)),en[m]=qot(r),en[tt]>en[m]&&(tt=m),A=new J(t.a.b);A.a<A.c.c.length;)for(T=u(et(A),30),Tt=new J(T.a);Tt.a<Tt.c.c.length;)ct=u(et(Tt),10),ie=Rt(r.p[ct.p])+Rt(r.d[ct.p]),W[m]=b.Math.min(W[m],ie),U[m]=b.Math.max(U[m],ie+ct.o.b);for(Ce=Vt(wa,Io,28,St,15,1),k=0;k<St;k++)(mn(k,e.c.length),u(e.c[k],185)).o==(X1(),Mw)?Ce[k]=W[tt]-W[k]:Ce[k]=U[tt]-U[k];for(o=Vt(wa,Io,28,St,15,1),j=new J(t.a.b);j.a<j.c.c.length;)for(N=u(et(j),30),Kt=new J(N.a);Kt.a<Kt.c.c.length;){for(Bt=u(et(Kt),10),h=0;h<St;h++)o[h]=Rt((mn(h,e.c.length),u(e.c[h],185)).p[Bt.p])+Rt((mn(h,e.c.length),u(e.c[h],185)).d[Bt.p])+Ce[h];$Gt(o,zae(Dt.prototype.Me,Dt,[])),s.p[Bt.p]=(o[1]+o[2])/2,s.d[Bt.p]=0}return s}function nCn(t,e,n){var r,s,o,h,d;switch(r=e.i,o=t.i.o,s=t.i.d,d=t.n,h=hc(ot(st(ua,1),le,8,0,[d,t.a])),t.j.g){case 1:jd(e,(zu(),Kf)),r.d=-s.d-n-r.a,u(u(Oe(e.d,0),187).of((ae(),Hk)),290)==(ah(),V0)?(T1(e,(pl(),Gf)),r.c=h.a-Rt(Ht(K(t,z5)))-n-r.b):(T1(e,(pl(),i0)),r.c=h.a+Rt(Ht(K(t,z5)))+n);break;case 2:T1(e,(pl(),i0)),r.c=o.a+s.c+n,u(u(Oe(e.d,0),187).of((ae(),Hk)),290)==(ah(),V0)?(jd(e,(zu(),Kf)),r.d=h.b-Rt(Ht(K(t,z5)))-n-r.a):(jd(e,(zu(),D1)),r.d=h.b+Rt(Ht(K(t,z5)))+n);break;case 3:jd(e,(zu(),D1)),r.d=o.b+s.a+n,u(u(Oe(e.d,0),187).of((ae(),Hk)),290)==(ah(),V0)?(T1(e,(pl(),Gf)),r.c=h.a-Rt(Ht(K(t,z5)))-n-r.b):(T1(e,(pl(),i0)),r.c=h.a+Rt(Ht(K(t,z5)))+n);break;case 4:T1(e,(pl(),Gf)),r.c=-s.b-n-r.b,u(u(Oe(e.d,0),187).of((ae(),Hk)),290)==(ah(),V0)?(jd(e,(zu(),Kf)),r.d=h.b-Rt(Ht(K(t,z5)))-n-r.a):(jd(e,(zu(),D1)),r.d=h.b+Rt(Ht(K(t,z5)))+n)}}function rCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W;for(n.Ug(I2e,1),!e.a&&(e.a=new Jt(wi,e,10,11)),r=Rt(Ht(ne(e,(ad(),dK)))),T=Rt(Ht(ne(e,WA))),N=u(ne(e,KA),107),j=new Qwt(r,T),o=Dpe(j,e,N),Bae(e,j),d=u(ne(e,nMt),17).a;d>1;){if(s=u6n(e),A=o.g,U=u(ne(e,KA),107),W=Rt(Ht(ne(e,dK))),(!e.a&&(e.a=new Jt(wi,e,10,11)),e.a).i>1&&Rt(Ht(ne(e,(D0(),ndt))))!=ns&&(o.c+(U.b+U.c))/(o.b+(U.d+U.a))<W?Oi(s,(D0(),B3),Rt(Ht(ne(e,B3)))+Rt(Ht(ne(e,ndt)))):(!e.a&&(e.a=new Jt(wi,e,10,11)),e.a).i>1&&Rt(Ht(ne(e,(D0(),edt))))!=ns&&(o.c+(U.b+U.c))/(o.b+(U.d+U.a))>W&&Oi(s,(D0(),B3),b.Math.max(Rt(Ht(ne(e,GA))),Rt(Ht(ne(s,B3)))-Rt(Ht(ne(e,edt))))),j=new Qwt(r,T),m=Dpe(j,s,N),k=m.g,k>=A&&k==k){for(h=0;h<(!s.a&&(s.a=new Jt(wi,s,10,11)),s.a).i;h++)i1e(t,u(Lt((!s.a&&(s.a=new Jt(wi,s,10,11)),s.a),h),27),u(Lt((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a),h),27));Bae(e,j),dhn(o,m.c),fhn(o,m.b)}--d}Oi(e,(D0(),UA),o.b),Oi(e,$T,o.c),n.Vg()}function iCn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt;for(e.Ug("Interactive node layering",1),n=new ge,N=new J(t.a);N.a<N.c.c.length;){for(T=u(et(N),10),m=T.n.a,d=m+T.o.a,d=b.Math.max(m+1,d),Tt=new _a(n,0),r=null;Tt.b<Tt.d.gc();)if(tt=(cr(Tt.b<Tt.d.gc()),u(Tt.d.Xb(Tt.c=Tt.b++),578)),tt.c>=d){cr(Tt.b>0),Tt.a.Xb(Tt.c=--Tt.b);break}else tt.a>m&&(r?(Hs(r.b,tt.b),r.a=b.Math.max(r.a,tt.a),Ul(Tt)):(pe(tt.b,T),tt.c=b.Math.min(tt.c,m),tt.a=b.Math.max(tt.a,d),r=tt));r||(r=new sKt,r.c=m,r.a=d,Ly(Tt,r),pe(r.b,T))}for(h=t.b,k=0,ct=new J(n);ct.a<ct.c.c.length;)for(tt=u(et(ct),578),s=new tu(t),s.p=k++,In(h.c,s),j=new J(tt.b);j.a<j.c.c.length;)T=u(et(j),10),Ca(T,s),T.p=0;for(A=new J(t.a);A.a<A.c.c.length;)if(T=u(et(A),10),T.p==0)for(W=t0e(T,t);W.a.gc()!=0;)U=u(W.a.ec().Kc().Pb(),10),W.a.Bc(U)!=null,Aa(W,t0e(U,t));for(o=new _a(h,0);o.b<o.d.gc();)(cr(o.b<o.d.gc()),u(o.d.Xb(o.c=o.b++),30)).a.c.length==0&&Ul(o);t.a.c.length=0,e.Vg()}function sCn(t,e,n,r,s,o,h){var d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr,cs;for(j=0,On=0,m=new J(t);m.a<m.c.c.length;)d=u(et(m),27),Yge(d),j=b.Math.max(j,d.g),On+=d.g*d.f;for(U=On/t.c.length,Je=qmn(t,U),On+=t.c.length*Je,j=b.Math.max(j,b.Math.sqrt(On*h))+n.b,Jr=n.b,cs=n.d,N=0,T=n.b+n.c,en=new Qi,Zr(en,fe(0)),ie=new Qi,k=new _a(t,0);k.b<k.d.gc();)d=(cr(k.b<k.d.gc()),u(k.d.Xb(k.c=k.b++),27)),er=d.g,A=d.f,Jr+er>j&&(o&&(to(ie,N),to(en,fe(k.b-1))),Jr=n.b,cs+=N+e,N=0,T=b.Math.max(T,n.b+n.c+er)),Cu(d,Jr),_u(d,cs),T=b.Math.max(T,Jr+er+n.c),N=b.Math.max(N,A),Jr+=er+e;if(T=b.Math.max(T,r),Mn=cs+N+n.a,Mn<s&&(N+=s-Mn,Mn=s),o)for(Jr=n.b,k=new _a(t,0),to(en,fe(t.c.length)),Ce=_r(en,0),ct=u(Tr(Ce),17).a,to(ie,N),Kt=_r(ie,0),Bt=0;k.b<k.d.gc();)k.b==ct&&(Jr=n.b,Bt=Rt(Ht(Tr(Kt))),ct=u(Tr(Ce),17).a),d=(cr(k.b<k.d.gc()),u(k.d.Xb(k.c=k.b++),27)),Tt=d.f,$m(d,Bt),W=Bt,k.b==ct&&(tt=T-Jr-n.c,St=d.g,zm(d,tt),$fe(d,new se(tt,W),new se(St,Tt))),Jr+=d.g+e;return new se(T,Mn)}function aCn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je;for(e.Ug("Compound graph postprocessor",1),n=Ie(De(K(t,(Me(),i1t)))),d=u(K(t,(ae(),R_t)),229),T=new Os,ct=d.ec().Kc();ct.Ob();){for(tt=u(ct.Pb(),18),h=new fl(d.cc(tt)),wn(),Ms(h,new w2t(t)),Kt=bgn((mn(0,h.c.length),u(h.c[0],249))),Ce=Foe(u(Oe(h,h.c.length-1),249)),St=Kt.i,r7(Ce.i,St)?Tt=St.e:Tt=Ia(St),A=ywn(tt,h),Zl(tt.a),N=null,o=new J(h);o.a<o.c.c.length;)s=u(et(o),249),W=new Ea,n6t(W,s.a,Tt),j=s.b,r=new Xu,kat(r,0,j.a),Vy(r,W),Bt=new eo(Q1(j.c)),ie=new eo(Q1(j.d)),Ei(Bt,W),Ei(ie,W),N&&(r.b==0?U=ie:U=(cr(r.b!=0),u(r.a.a.c,8)),en=b.Math.abs(N.a-U.a)>Jd,Je=b.Math.abs(N.b-U.b)>Jd,(!n&&en&&Je||n&&(en||Je))&&Zr(tt.a,Bt)),Aa(tt.a,r),r.b==0?N=Bt:N=(cr(r.b!=0),u(r.c.b.c,8)),Vgn(j,A,W),Foe(s)==Ce&&(Ia(Ce.i)!=s.a&&(W=new Ea,n6t(W,Ia(Ce.i),Tt)),Zt(tt,Hft,W)),_3n(j,tt,Tt),T.a.zc(j,T);Ya(tt,Kt),ya(tt,Ce)}for(k=T.a.ec().Kc();k.Ob();)m=u(k.Pb(),18),Ya(m,null),ya(m,null);e.Vg()}function oCn(t,e){var n,r,s,o,h,d,m,k,T,A,N;for(s=u(K(t,(xc(),Mv)),88),T=s==(Rs(),Ho)||s==Jo?bd:Jo,n=u(tc(Ai(new ln(null,new gn(t.b,16)),new IZ),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),m=u(tc(Go(n.Oc(),new _Ut(e)),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[rc]))),15),m.Gc(u(tc(Go(n.Oc(),new SUt(e)),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[rc]))),16)),m.jd(new AUt(T)),N=new dp(new LUt(s)),r=new Er,d=m.Kc();d.Ob();)h=u(d.Pb(),240),k=u(h.a,39),Ie(De(h.c))?(N.a.zc(k,(Nn(),Yb))==null,new b1(N.a.Zc(k,!1)).a.gc()>0&&di(r,k,u(new b1(N.a.Zc(k,!1)).a.Vc(),39)),new b1(N.a.ad(k,!0)).a.gc()>1&&di(r,$ue(N,k),k)):(new b1(N.a.Zc(k,!1)).a.gc()>0&&(o=u(new b1(N.a.Zc(k,!1)).a.Vc(),39),$t(o)===$t(Uo(yo(r.f,k)))&&u(K(k,(zi(),S1t)),15).Fc(o)),new b1(N.a.ad(k,!0)).a.gc()>1&&(A=$ue(N,k),$t(Uo(yo(r.f,A)))===$t(k)&&u(K(A,(zi(),S1t)),15).Fc(k)),N.a.Bc(k)!=null)}function fpe(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;if(t.gc()==1)return u(t.Xb(0),235);if(t.gc()<=0)return new dq;for(s=t.Kc();s.Ob();){for(n=u(s.Pb(),235),U=0,T=ki,A=ki,m=Va,k=Va,j=new J(n.e);j.a<j.c.c.length;)N=u(et(j),153),U+=u(K(N,(Vf(),Fk)),17).a,T=b.Math.min(T,N.d.a-N.e.a/2),A=b.Math.min(A,N.d.b-N.e.b/2),m=b.Math.max(m,N.d.a+N.e.a/2),k=b.Math.max(k,N.d.b+N.e.b/2);Zt(n,(Vf(),Fk),fe(U)),Zt(n,(Mb(),gA),new se(T,A)),Zt(n,jP,new se(m,k))}for(wn(),t.jd(new A8),W=new dq,Yo(W,u(t.Xb(0),96)),d=0,Tt=0,o=t.Kc();o.Ob();)n=u(o.Pb(),235),tt=ra(Ma(u(K(n,(Mb(),jP)),8)),u(K(n,gA),8)),d=b.Math.max(d,tt.a),Tt+=tt.a*tt.b;for(d=b.Math.max(d,b.Math.sqrt(Tt)*Rt(Ht(K(W,(Vf(),i3e))))),ct=Rt(Ht(K(W,qU))),St=0,Bt=0,h=0,e=ct,r=t.Kc();r.Ob();)n=u(r.Pb(),235),tt=ra(Ma(u(K(n,(Mb(),jP)),8)),u(K(n,gA),8)),St+tt.a>d&&(St=0,Bt+=h+ct,h=0),P8n(W,n,St,Bt),e=b.Math.max(e,St+tt.a),h=b.Math.max(h,tt.b),St+=tt.a+ct;return W}function cCn(t){xkt();var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt;if(t==null||(o=Tq(t),U=Fbn(o),U%4!=0))return null;if(W=U/4|0,W==0)return Vt(cl,A5,28,0,15,1);for(A=null,e=0,n=0,r=0,s=0,h=0,d=0,m=0,k=0,j=0,N=0,T=0,A=Vt(cl,A5,28,W*3,15,1);j<W-1;j++){if(!LD(h=o[T++])||!LD(d=o[T++])||!LD(m=o[T++])||!LD(k=o[T++]))return null;e=xd[h],n=xd[d],r=xd[m],s=xd[k],A[N++]=(e<<2|n>>4)<<24>>24,A[N++]=((n&15)<<4|r>>2&15)<<24>>24,A[N++]=(r<<6|s)<<24>>24}return!LD(h=o[T++])||!LD(d=o[T++])?null:(e=xd[h],n=xd[d],m=o[T++],k=o[T++],xd[m]==-1||xd[k]==-1?m==61&&k==61?n&15?null:(tt=Vt(cl,A5,28,j*3+1,15,1),Wc(A,0,tt,0,j*3),tt[N]=(e<<2|n>>4)<<24>>24,tt):m!=61&&k==61?(r=xd[m],r&3?null:(tt=Vt(cl,A5,28,j*3+2,15,1),Wc(A,0,tt,0,j*3),tt[N++]=(e<<2|n>>4)<<24>>24,tt[N]=((n&15)<<4|r>>2&15)<<24>>24,tt)):null:(r=xd[m],s=xd[k],A[N++]=(e<<2|n>>4)<<24>>24,A[N++]=((n&15)<<4|r>>2&15)<<24>>24,A[N++]=(r<<6|s)<<24>>24,A))}function uCn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt;for(e.Ug(s2e,1),U=u(K(t,(Me(),Rg)),223),s=new J(t.b);s.a<s.c.c.length;)for(r=u(et(s),30),k=_I(r.a),h=k,d=0,m=h.length;d<m;++d)if(o=h[d],o.k==(Un(),cu)){if(U==(_g(),Jk))for(A=new J(o.j);A.a<A.c.c.length;)T=u(et(A),12),T.e.c.length==0||twn(T),T.g.c.length==0||ewn(T);else if(At(K(o,(ae(),Di)),18))tt=u(K(o,Di),18),ct=u(Op(o,(ve(),Gn)).Kc().Pb(),12),Tt=u(Op(o,Jn).Kc().Pb(),12),St=u(K(ct,Di),12),Bt=u(K(Tt,Di),12),Ya(tt,Bt),ya(tt,St),Kt=new eo(Tt.i.n),Kt.a=hc(ot(st(ua,1),le,8,0,[Bt.i.n,Bt.n,Bt.a])).a,Zr(tt.a,Kt),Kt=new eo(ct.i.n),Kt.a=hc(ot(st(ua,1),le,8,0,[St.i.n,St.n,St.a])).a,Zr(tt.a,Kt);else{if(o.j.c.length>=2){for(W=!0,N=new J(o.j),n=u(et(N),12),j=null;N.a<N.c.c.length;)if(j=n,n=u(et(N),12),!Ci(K(j,Di),K(n,Di))){W=!1;break}}else W=!1;for(A=new J(o.j);A.a<A.c.c.length;)T=u(et(A),12),T.e.c.length==0||j6n(T,W),T.g.c.length==0||$6n(T,W)}Ca(o,null)}e.Vg()}function lCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt;for(d=new J(t.a.b);d.a<d.c.c.length;)for(o=u(et(d),30),St=new J(o.a);St.a<St.c.c.length;)Tt=u(et(St),10),e.g[Tt.p]=Tt,e.a[Tt.p]=Tt,e.d[Tt.p]=0;for(m=t.a.b,e.c==(qd(),Vp)&&(m=Oh(m)),h=m.Kc();h.Ob();)for(o=u(h.Pb(),30),j=-1,N=o.a,e.o==(X1(),gd)&&(j=ki,N=Oh(N)),Kt=N.Kc();Kt.Ob();)if(Bt=u(Kt.Pb(),10),A=null,e.c==Vp?A=u(Oe(t.b.f,Bt.p),15):A=u(Oe(t.b.b,Bt.p),15),A.gc()>0)if(r=A.gc(),k=Xs(b.Math.floor((r+1)/2))-1,s=Xs(b.Math.ceil((r+1)/2))-1,e.o==gd)for(T=s;T>=k;T--)e.a[Bt.p]==Bt&&(W=u(A.Xb(T),42),U=u(W.a,10),!v1(n,W.b)&&j>t.b.e[U.p]&&(e.a[U.p]=Bt,e.g[Bt.p]=e.g[U.p],e.a[Bt.p]=e.g[Bt.p],e.f[e.g[Bt.p].p]=(Nn(),!!(Ie(e.f[e.g[Bt.p].p])&Bt.k==(Un(),ha))),j=t.b.e[U.p]));else for(T=k;T<=s;T++)e.a[Bt.p]==Bt&&(ct=u(A.Xb(T),42),tt=u(ct.a,10),!v1(n,ct.b)&&j<t.b.e[tt.p]&&(e.a[tt.p]=Bt,e.g[Bt.p]=e.g[tt.p],e.a[Bt.p]=e.g[Bt.p],e.f[e.g[Bt.p].p]=(Nn(),!!(Ie(e.f[e.g[Bt.p].p])&Bt.k==(Un(),ha))),j=t.b.e[tt.p]))}function dpe(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en;return St=t.c[(mn(0,e.c.length),u(e.c[0],18)).p],Ce=t.c[(mn(1,e.c.length),u(e.c[1],18)).p],St.a.e.e-St.a.a-(St.b.e.e-St.b.a)==0&&Ce.a.e.e-Ce.a.a-(Ce.b.e.e-Ce.b.a)==0||(ct=St.b.e.f,!At(ct,10))?!1:(tt=u(ct,10),Kt=t.i[tt.p],ie=tt.c?Wo(tt.c.a,tt,0):-1,o=ns,ie>0&&(s=u(Oe(tt.c.a,ie-1),10),h=t.i[s.p],en=b.Math.ceil(q4(t.n,s,tt)),o=Kt.a.e-tt.d.d-(h.a.e+s.o.b+s.d.a)-en),k=ns,ie<tt.c.a.c.length-1&&(m=u(Oe(tt.c.a,ie+1),10),T=t.i[m.p],en=b.Math.ceil(q4(t.n,m,tt)),k=T.a.e-m.d.d-(Kt.a.e+tt.o.b+tt.d.a)-en),n&&(K1(),$f(e0),b.Math.abs(o-k)<=e0||o==k||isNaN(o)&&isNaN(k))?!0:(r=Nit(St.a),d=-Nit(St.b),A=-Nit(Ce.a),Tt=Nit(Ce.b),W=St.a.e.e-St.a.a-(St.b.e.e-St.b.a)>0&&Ce.a.e.e-Ce.a.a-(Ce.b.e.e-Ce.b.a)<0,U=St.a.e.e-St.a.a-(St.b.e.e-St.b.a)<0&&Ce.a.e.e-Ce.a.a-(Ce.b.e.e-Ce.b.a)>0,j=St.a.e.e+St.b.a<Ce.b.e.e+Ce.a.a,N=St.a.e.e+St.b.a>Ce.b.e.e+Ce.a.a,Bt=0,!W&&!U&&(N?o+A>0?Bt=A:k-r>0&&(Bt=r):j&&(o+d>0?Bt=d:k-Tt>0&&(Bt=Tt))),Kt.a.e+=Bt,Kt.b&&(Kt.d.e+=Bt),!1))}function gpe(t,e,n){var r,s,o,h,d,m,k,T,A,N;if(r=new Th(e.Lf().a,e.Lf().b,e.Mf().a,e.Mf().b),s=new P6,t.c)for(h=new J(e.Rf());h.a<h.c.c.length;)o=u(et(h),187),s.c=o.Lf().a+e.Lf().a,s.d=o.Lf().b+e.Lf().b,s.b=o.Mf().a,s.a=o.Mf().b,gS(r,s);for(k=new J(e.Xf());k.a<k.c.c.length;){if(m=u(et(k),852),T=m.Lf().a+e.Lf().a,A=m.Lf().b+e.Lf().b,t.e&&(s.c=T,s.d=A,s.b=m.Mf().a,s.a=m.Mf().b,gS(r,s)),t.d)for(h=new J(m.Rf());h.a<h.c.c.length;)o=u(et(h),187),s.c=o.Lf().a+T,s.d=o.Lf().b+A,s.b=o.Mf().a,s.a=o.Mf().b,gS(r,s);if(t.b){if(N=new se(-n,-n),u(e.of((si(),j3)),181).Hc((wl(),u2)))for(h=new J(m.Rf());h.a<h.c.c.length;)o=u(et(h),187),N.a+=o.Mf().a+n,N.b+=o.Mf().b+n;N.a=b.Math.max(N.a,0),N.b=b.Math.max(N.b,0),N0e(r,m.Wf(),m.Uf(),e,m,N,n)}}t.b&&N0e(r,e.Wf(),e.Uf(),e,null,null,n),d=new pit(e.Vf()),d.d=b.Math.max(0,e.Lf().b-r.d),d.a=b.Math.max(0,r.d+r.a-(e.Lf().b+e.Mf().b)),d.b=b.Math.max(0,e.Lf().a-r.c),d.c=b.Math.max(0,r.c+r.b-(e.Lf().a+e.Mf().a)),e.Zf(d)}function hCn(){var t=["\\u0000","\\u0001","\\u0002","\\u0003","\\u0004","\\u0005","\\u0006","\\u0007","\\b","\\t","\\n","\\u000B","\\f","\\r","\\u000E","\\u000F","\\u0010","\\u0011","\\u0012","\\u0013","\\u0014","\\u0015","\\u0016","\\u0017","\\u0018","\\u0019","\\u001A","\\u001B","\\u001C","\\u001D","\\u001E","\\u001F"];return t[34]='\\"',t[92]="\\\\",t[173]="\\u00ad",t[1536]="\\u0600",t[1537]="\\u0601",t[1538]="\\u0602",t[1539]="\\u0603",t[1757]="\\u06dd",t[1807]="\\u070f",t[6068]="\\u17b4",t[6069]="\\u17b5",t[8203]="\\u200b",t[8204]="\\u200c",t[8205]="\\u200d",t[8206]="\\u200e",t[8207]="\\u200f",t[8232]="\\u2028",t[8233]="\\u2029",t[8234]="\\u202a",t[8235]="\\u202b",t[8236]="\\u202c",t[8237]="\\u202d",t[8238]="\\u202e",t[8288]="\\u2060",t[8289]="\\u2061",t[8290]="\\u2062",t[8291]="\\u2063",t[8292]="\\u2064",t[8298]="\\u206a",t[8299]="\\u206b",t[8300]="\\u206c",t[8301]="\\u206d",t[8302]="\\u206e",t[8303]="\\u206f",t[65279]="\\ufeff",t[65529]="\\ufff9",t[65530]="\\ufffa",t[65531]="\\ufffb",t}function ppe(t){bm(t,new ow(awt(l$(dm(lm(fm(hm(new cg,Lu),"ELK Force"),"Force-based algorithm provided by the Eclipse Layout Kernel. Implements methods that follow physical analogies by simulating forces that move the nodes into a balanced distribution. Currently the original Eades model and the Fruchterman - Reingold model are supported."),new Md),Lu),Gi((M7(),$K),ot(st(zK,1),te,245,0,[RK]))))),he(t,Lu,cP,fe(1)),he(t,Lu,h3,80),he(t,Lu,Sut,5),he(t,Lu,Sk,Q7),he(t,Lu,SV,fe(1)),he(t,Lu,RS,(Nn(),!0)),he(t,Lu,av,eCt),he(t,Lu,jS,_e(J9t)),he(t,Lu,Aut,_e(nCt)),he(t,Lu,AV,!1),he(t,Lu,$S,_e(tCt)),he(t,Lu,J7,_e(c3e)),he(t,Lu,Ak,_e(u3e)),he(t,Lu,T5,_e(o3e)),he(t,Lu,Z7,_e(a3e)),he(t,Lu,tT,_e(h3e)),he(t,Lu,_V,_e(Z9t)),he(t,Lu,Cut,_e(Kht)),he(t,Lu,D8t,_e(zU)),he(t,Lu,_ut,_e(Ght)),he(t,Lu,I8t,_e(rCt)),he(t,Lu,uP,_e(w3e)),he(t,Lu,lP,_e(m3e)),he(t,Lu,hP,_e(b3e)),he(t,Lu,fP,_e(p3e)),he(t,Lu,ov,iCt)}function zb(t,e){xi();var n,r,s,o,h,d,m,k,T,A,N,j,U;if(zC(XT)==0){for(A=Vt(j_n,le,122,OTe.length,0,1),h=0;h<A.length;h++)A[h]=new eh(4);for(r=new jC,o=0;o<WIt.length;o++){if(T=new eh(4),o<84?(d=o*2,j=(qn(d,lht.length),lht.charCodeAt(d)),N=(qn(d+1,lht.length),lht.charCodeAt(d+1)),ru(T,j,N)):(d=(o-84)*2,ru(T,YIt[d],YIt[d+1])),m=WIt[o],hn(m,"Specials")&&ru(T,65520,65533),hn(m,ove)&&(ru(T,983040,1048573),ru(T,1048576,1114109)),Bo(XT,m,T),Bo(kL,m,i3(T)),k=r.a.length,0<k?r.a=Ch(r.a,0,0):0>k&&(r.a+=zQt(Vt(Uh,Yd,28,-k,15,1))),r.a+="Is",Fd(m,qu(32))>=0)for(s=0;s<m.length;s++)qn(s,m.length),m.charCodeAt(s)!=32&&IE(r,(qn(s,m.length),m.charCodeAt(s)));else r.a+=""+m;B5t(r.a,m,!0)}B5t(uht,"Cn",!1),B5t(jTt,"Cn",!0),n=new eh(4),ru(n,0,hT),Bo(XT,"ALL",n),Bo(kL,"ALL",i3(n)),!W3&&(W3=new Er),Bo(W3,uht,uht),!W3&&(W3=new Er),Bo(W3,jTt,jTt),!W3&&(W3=new Er),Bo(W3,"ALL","ALL")}return U=u(eu(e?XT:kL,t),138),U}function bpe(t){bm(t,new ow(awt(l$(dm(lm(fm(hm(new cg,Mu),"ELK Mr. Tree"),"Tree-based algorithm provided by the Eclipse Layout Kernel. Computes a spanning tree of the input graph and arranges all nodes according to the resulting parent-children hierarchy. I pity the fool who doesn't use Mr. Tree Layout."),new yR),A2e),Ze((M7(),Hdt))))),he(t,Mu,av,gLt),he(t,Mu,h3,20),he(t,Mu,olt,3),he(t,Mu,Sk,Q7),he(t,Mu,cP,fe(1)),he(t,Mu,RS,(Nn(),!0)),he(t,Mu,mP,_e(uLt)),he(t,Mu,clt,lLt),he(t,Mu,jS,_e(Pke)),he(t,Mu,WV,_e(Nke)),he(t,Mu,T5,_e(Bke)),he(t,Mu,J7,_e(Rke)),he(t,Mu,Lk,_e(jke)),he(t,Mu,Ak,_e($ke)),he(t,Mu,Z7,_e(Fke)),he(t,Mu,$S,_e(fLt)),he(t,Mu,tT,_e(zke)),he(t,Mu,p7t,_e(mLt)),he(t,Mu,w7t,_e(pLt)),he(t,Mu,uP,_e(Uke)),he(t,Mu,lP,_e(Gke)),he(t,Mu,hP,_e(Vke)),he(t,Mu,fP,_e(Hke)),he(t,Mu,ov,wLt),he(t,Mu,g7t,_e(Q5)),he(t,Mu,b7t,_e(P1t)),he(t,Mu,d7t,_e(o0)),he(t,Mu,h7t,_e(cLt)),he(t,Mu,f7t,_e(hLt))}function wpe(t,e){var n,r,s,o,h,d,m,k,T,A,N;for(k=u(u(Mi(t.r,e),21),87),h=Vyn(t,e),n=t.u.Hc((wl(),uL)),m=k.Kc();m.Ob();)if(d=u(m.Pb(),117),!(!d.c||d.c.d.c.length<=0)){switch(N=d.b.Mf(),T=d.c,A=T.i,A.b=(o=T.n,T.e.a+o.b+o.c),A.a=(s=T.n,T.e.b+s.d+s.a),e.g){case 1:d.a?(A.c=(N.a-A.b)/2,T1(T,(pl(),Xb))):h||n?(A.c=-A.b-t.s,T1(T,(pl(),Gf))):(A.c=N.a+t.s,T1(T,(pl(),i0))),A.d=-A.a-t.t,jd(T,(zu(),Kf));break;case 3:d.a?(A.c=(N.a-A.b)/2,T1(T,(pl(),Xb))):h||n?(A.c=-A.b-t.s,T1(T,(pl(),Gf))):(A.c=N.a+t.s,T1(T,(pl(),i0))),A.d=N.b+t.t,jd(T,(zu(),D1));break;case 2:d.a?(r=t.v?A.a:u(Oe(T.d,0),187).Mf().b,A.d=(N.b-r)/2,jd(T,(zu(),Qb))):h||n?(A.d=-A.a-t.t,jd(T,(zu(),Kf))):(A.d=N.b+t.t,jd(T,(zu(),D1))),A.c=N.a+t.s,T1(T,(pl(),i0));break;case 4:d.a?(r=t.v?A.a:u(Oe(T.d,0),187).Mf().b,A.d=(N.b-r)/2,jd(T,(zu(),Qb))):h||n?(A.d=-A.a-t.t,jd(T,(zu(),Kf))):(A.d=N.b+t.t,jd(T,(zu(),D1))),A.c=-A.b-t.s,T1(T,(pl(),Gf))}h=!1}}function fCn(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt;if(N=!1,A=!1,R4(u(K(r,(Me(),ms)),101))){h=!1,d=!1;t:for(U=new J(r.j);U.a<U.c.c.length;)for(j=u(et(U),12),tt=C0(rh(ot(st(hh,1),Ln,20,0,[new oE(j),new v6(j)])));Sr(tt);)if(W=u(lr(tt),12),!Ie(De(K(W.i,CA)))){if(j.j==(ve(),Hn)){h=!0;break t}if(j.j==vr){d=!0;break t}}N=d&&!h,A=h&&!d}if(!N&&!A&&r.b.c.length!=0){for(T=0,k=new J(r.b);k.a<k.c.c.length;)m=u(et(k),72),T+=m.n.b+m.o.b/2;T/=r.b.c.length,Tt=T>=r.o.b/2}else Tt=!A;Tt?(ct=u(K(r,(ae(),Uk)),15),ct?N?o=ct:(s=u(K(r,$k),15),s?ct.gc()<=s.gc()?o=ct:o=s:(o=new ge,Zt(r,$k,o))):(o=new ge,Zt(r,Uk,o))):(s=u(K(r,(ae(),$k)),15),s?A?o=s:(ct=u(K(r,Uk),15),ct?s.gc()<=ct.gc()?o=s:o=ct:(o=new ge,Zt(r,Uk,o))):(o=new ge,Zt(r,$k,o))),o.Fc(t),Zt(t,(ae(),EG),n),e.d==n?(ya(e,null),n.e.c.length+n.g.c.length==0&&uc(n,null),Spn(n)):(Ya(e,null),n.e.c.length+n.g.c.length==0&&uc(n,null)),Zl(e.a)}function dCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr,cs;for(n.Ug("MinWidth layering",1),j=e.b,Ce=e.a,cs=u(K(e,(Me(),$St)),17).a,d=u(K(e,zSt),17).a,t.b=Rt(Ht(K(e,Yf))),t.d=ns,Bt=new J(Ce);Bt.a<Bt.c.c.length;)Tt=u(et(Bt),10),Tt.k==(Un(),Ts)&&(On=Tt.o.b,t.d=b.Math.min(t.d,On));for(t.d=b.Math.max(1,t.d),en=Ce.c.length,t.c=Vt(Or,ii,28,en,15,1),t.f=Vt(Or,ii,28,en,15,1),t.e=Vt(wa,Io,28,en,15,1),k=0,t.a=0,Kt=new J(Ce);Kt.a<Kt.c.c.length;)Tt=u(et(Kt),10),Tt.p=k++,t.c[Tt.p]=Qce(ca(Tt)),t.f[Tt.p]=Qce(As(Tt)),t.e[Tt.p]=Tt.o.b/t.d,t.a+=t.e[Tt.p];for(t.b/=t.d,t.a/=en,ie=r5n(Ce),Ms(Ce,Syt(new VVt(t))),W=ns,U=ki,h=null,Jr=cs,er=cs,o=d,s=d,cs<0&&(Jr=u(RAt.a.Id(),17).a,er=u(RAt.b.Id(),17).a),d<0&&(o=u(BAt.a.Id(),17).a,s=u(BAt.b.Id(),17).a),Mn=Jr;Mn<=er;Mn++)for(r=o;r<=s;r++)Je=KEn(t,Mn,r,Ce,ie),ct=Rt(Ht(Je.a)),N=u(Je.b,15),tt=N.gc(),(ct<W||ct==W&&tt<U)&&(W=ct,U=tt,h=N);for(A=h.Kc();A.Ob();){for(T=u(A.Pb(),15),m=new tu(e),St=T.Kc();St.Ob();)Tt=u(St.Pb(),10),Ca(Tt,m);In(j.c,m)}_O(j),Ce.c.length=0,n.Vg()}function gCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er;if(n.Ug("Spline edge routing",1),e.b.c.length==0){e.f.a=0,n.Vg();return}Tt=Rt(Ht(K(e,(Me(),K5)))),d=Rt(Ht(K(e,Lw))),h=Rt(Ht(K(e,U5))),ct=u(K(e,Qft),350),en=ct==(d7(),PA),Ce=Rt(Ht(K(e,ISt))),t.d=e,t.j.c.length=0,t.a.c.length=0,dl(t.k),m=u(Oe(e.b,0),30),T=W$(m.a,(JH(),aN)),U=u(Oe(e.b,e.b.c.length-1),30),A=W$(U.a,aN),W=new J(e.b),tt=null,er=0;do{for(St=W.a<W.c.c.length?u(et(W),30):null,W9n(t,tt,St),xEn(t),Je=xnn(wgn(Hz(Ai(new ln(null,new gn(t.i,16)),new xZ),new kZ))),Mn=0,Bt=er,N=!tt||T&&tt==m,j=!St||A&&St==U,Je>0?(k=0,tt&&(k+=d),k+=(Je-1)*h,St&&(k+=d),en&&St&&(k=b.Math.max(k,O6n(St,h,Tt,Ce))),k<Tt&&!N&&!j&&(Mn=(Tt-k)/2,k=Tt),Bt+=k):!N&&!j&&(Bt+=Tt),St&&Ikt(St,Bt),ie=new J(t.i);ie.a<ie.c.c.length;)Kt=u(et(ie),131),Kt.a.c=er,Kt.a.b=Bt-er,Kt.F=Mn,Kt.p=!tt;Hs(t.a,t.i),er=Bt,St&&(er+=St.c.a),tt=St,N=j}while(St);for(s=new J(t.j);s.a<s.c.c.length;)r=u(et(s),18),o=agn(t,r),Zt(r,(ae(),V5),o),On=U6n(t,r),Zt(r,Ew,On);e.f.a=er,t.d=null,n.Vg()}function pCn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On;for(t.b=e,t.a=u(K(e,(Me(),PSt)),17).a,t.c=u(K(e,FSt),17).a,t.c==0&&(t.c=ki),tt=new _a(e.b,0);tt.b<tt.d.gc();){for(W=(cr(tt.b<tt.d.gc()),u(tt.d.Xb(tt.c=tt.b++),30)),d=new ge,T=-1,Bt=-1,St=new J(W.a);St.a<St.c.c.length;)Tt=u(et(St),10),mg((cI(),new nr(ir(Sg(Tt).a.Kc(),new q))))>=t.a&&(r=YEn(t,Tt),T=b.Math.max(T,r.b),Bt=b.Math.max(Bt,r.d),pe(d,new Ys(Tt,r)));for(en=new ge,k=0;k<T;++k)Cm(en,0,(cr(tt.b>0),tt.a.Xb(tt.c=--tt.b),Je=new tu(t.b),Ly(tt,Je),cr(tt.b<tt.d.gc()),tt.d.Xb(tt.c=tt.b++),Je));for(h=new J(d);h.a<h.c.c.length;)if(s=u(et(h),42),j=u(s.b,580).a,!!j)for(N=new J(j);N.a<N.c.c.length;)A=u(et(N),10),uxt(t,A,UU,en);for(n=new ge,m=0;m<Bt;++m)pe(n,(On=new tu(t.b),Ly(tt,On),On));for(o=new J(d);o.a<o.c.c.length;)if(s=u(et(o),42),Ce=u(s.b,580).c,!!Ce)for(ie=new J(Ce);ie.a<ie.c.c.length;)Kt=u(et(ie),10),uxt(t,Kt,GU,n)}for(ct=new _a(e.b,0);ct.b<ct.d.gc();)U=(cr(ct.b<ct.d.gc()),u(ct.d.Xb(ct.c=ct.b++),30)),U.a.c.length==0&&Ul(ct)}function mpe(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;if(W=t.i!=0,St=!1,ct=null,zl(t.e)){if(T=e.gc(),T>0){for(N=T<100?null:new bb(T),k=new T4t(e),U=k.g,ct=Vt(Or,ii,28,T,15,1),r=0,Bt=new jm(T),s=0;s<t.i;++s){d=t.g[s],j=d;t:for(Tt=0;Tt<2;++Tt){for(m=T;--m>=0;)if(j!=null?Ci(j,U[m]):$t(j)===$t(U[m])){ct.length<=r&&(tt=ct,ct=Vt(Or,ii,28,2*ct.length,15,1),Wc(tt,0,ct,0,r)),ct[r++]=s,Mr(Bt,U[m]);break t}if(j=j,$t(j)===$t(d))break}}if(k=Bt,U=Bt.g,T=r,r>ct.length&&(tt=ct,ct=Vt(Or,ii,28,r,15,1),Wc(tt,0,ct,0,r)),r>0){for(St=!0,o=0;o<r;++o)j=U[o],N=yZt(t,u(j,76),N);for(h=r;--h>=0;)fk(t,ct[h]);if(r!=T){for(s=T;--s>=r;)fk(k,s);tt=ct,ct=Vt(Or,ii,28,r,15,1),Wc(tt,0,ct,0,r)}e=k}}}else for(e=Mmn(t,e),s=t.i;--s>=0;)e.Hc(t.g[s])&&(fk(t,s),St=!0);if(St){if(ct!=null){for(n=e.gc(),A=n==1?D_(t,4,e.Kc().Pb(),null,ct[0],W):D_(t,6,e,ct,ct[0],W),N=n<100?null:new bb(n),s=e.Kc();s.Ob();)j=s.Pb(),N=dvt(t,u(j,76),N);N?(N.nj(A),N.oj()):Ti(t.e,A)}else{for(N=Fsn(e.gc()),s=e.Kc();s.Ob();)j=s.Pb(),N=dvt(t,u(j,76),N);N&&N.oj()}return!0}else return!1}function bCn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(n=new Ile(e),n.a||U8n(e),k=qkn(e),m=new Nm,tt=new Nde,W=new J(e.a);W.a<W.c.c.length;)for(U=u(et(W),10),s=new nr(ir(As(U).a.Kc(),new q));Sr(s);)r=u(lr(s),18),(r.c.i.k==(Un(),Ds)||r.d.i.k==Ds)&&(T=i9n(t,r,k,tt),dn(m,Yat(T.d),T.a));for(h=new ge,St=u(K(n.c,(ae(),Bg)),21).Kc();St.Ob();){switch(Tt=u(St.Pb(),64),j=tt.c[Tt.g],N=tt.b[Tt.g],d=tt.a[Tt.g],o=null,ct=null,Tt.g){case 4:o=new Th(t.d.a,j,k.b.a-t.d.a,N-j),ct=new Th(t.d.a,j,d,N-j),Tm(k,new se(o.c+o.b,o.d)),Tm(k,new se(o.c+o.b,o.d+o.a));break;case 2:o=new Th(k.a.a,j,t.c.a-k.a.a,N-j),ct=new Th(t.c.a-d,j,d,N-j),Tm(k,new se(o.c,o.d)),Tm(k,new se(o.c,o.d+o.a));break;case 1:o=new Th(j,t.d.b,N-j,k.b.b-t.d.b),ct=new Th(j,t.d.b,N-j,d),Tm(k,new se(o.c,o.d+o.a)),Tm(k,new se(o.c+o.b,o.d+o.a));break;case 3:o=new Th(j,k.a.b,N-j,t.c.b-k.a.b),ct=new Th(j,t.c.b-d,N-j,d),Tm(k,new se(o.c,o.d)),Tm(k,new se(o.c+o.b,o.d))}o&&(A=new nKt,A.d=Tt,A.b=o,A.c=ct,A.a=Wz(u(Mi(m,Yat(Tt)),21)),In(h.c,A))}return Hs(n.b,h),n.d=Kpn(mTn(k)),n}function vpe(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W;if(n.p[e.p]==null){d=!0,n.p[e.p]=0,h=e,W=n.o==(X1(),Mw)?Vs:ns;do s=t.b.e[h.p],o=h.c.a.c.length,n.o==Mw&&s>0||n.o==gd&&s<o-1?(m=null,k=null,n.o==gd?m=u(Oe(h.c.a,s+1),10):m=u(Oe(h.c.a,s-1),10),k=n.g[m.p],vpe(t,k,n),W=t.e.wg(W,e,h),n.j[e.p]==e&&(n.j[e.p]=n.j[k.p]),n.j[e.p]==n.j[k.p]?(U=q4(t.d,h,m),n.o==gd?(r=Rt(n.p[e.p]),A=Rt(n.p[k.p])+Rt(n.d[m.p])-m.d.d-U-h.d.a-h.o.b-Rt(n.d[h.p]),d?(d=!1,n.p[e.p]=b.Math.min(A,W)):n.p[e.p]=b.Math.min(r,b.Math.min(A,W))):(r=Rt(n.p[e.p]),A=Rt(n.p[k.p])+Rt(n.d[m.p])+m.o.b+m.d.a+U+h.d.d-Rt(n.d[h.p]),d?(d=!1,n.p[e.p]=b.Math.max(A,W)):n.p[e.p]=b.Math.max(r,b.Math.max(A,W)))):(U=Rt(Ht(K(t.a,(Me(),Sv)))),j=Toe(t,n.j[e.p]),T=Toe(t,n.j[k.p]),n.o==gd?(N=Rt(n.p[e.p])+Rt(n.d[h.p])+h.o.b+h.d.a+U-(Rt(n.p[k.p])+Rt(n.d[m.p])-m.d.d),Qne(j,T,N)):(N=Rt(n.p[e.p])+Rt(n.d[h.p])-h.d.d-Rt(n.p[k.p])-Rt(n.d[m.p])-m.o.b-m.d.a-U,Qne(j,T,N)))):W=t.e.wg(W,e,h),h=n.a[h.p];while(h!=e);Wen(t.e,e)}}function wCn(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je;if(n=Rt(Ht(K(t.a.j,(Me(),_St)))),n<-1||!t.a.i||j6(u(K(t.a.o,ms),101))||fc(t.a.o,(ve(),Jn)).gc()<2&&fc(t.a.o,Gn).gc()<2)return!0;if(t.a.c.kg())return!1;for(Kt=0,Bt=0,St=new ge,m=t.a.e,k=0,T=m.length;k<T;++k){for(d=m[k],N=d,j=0,W=N.length;j<W;++j){if(A=N[j],A.k==(Un(),cu)){In(St.c,A);continue}for(r=t.b[A.c.p][A.p],A.k==Ds?(r.b=1,u(K(A,(ae(),Di)),12).j==(ve(),Jn)&&(Bt+=r.a)):(Je=fc(A,(ve(),Gn)),Je.dc()||!Krt(Je,new $J)?r.c=1:(s=fc(A,Jn),(s.dc()||!Krt(s,new B8))&&(Kt+=r.a))),h=new nr(ir(As(A).a.Kc(),new q));Sr(h);)o=u(lr(h),18),Kt+=r.c,Bt+=r.b,en=o.d.i,N3t(t,r,en);for(ct=rh(ot(st(hh,1),Ln,20,0,[fc(A,(ve(),Hn)),fc(A,vr)])),Ce=new nr(new Amt(ct.a.length,ct.a));Sr(Ce);)ie=u(lr(Ce),12),Tt=u(K(ie,(ae(),ml)),10),Tt&&(Kt+=r.c,Bt+=r.b,N3t(t,r,Tt))}for(U=new J(St);U.a<U.c.c.length;)for(A=u(et(U),10),r=t.b[A.c.p][A.p],h=new nr(ir(As(A).a.Kc(),new q));Sr(h);)o=u(lr(h),18),Kt+=r.c,Bt+=r.b,en=o.d.i,N3t(t,r,en);St.c.length=0}return e=Kt+Bt,tt=e==0?ns:(Kt-Bt)/e,tt>=n}function mCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er;for(St=e,Tt=new Nm,Bt=new Nm,T=Rm(St,hTt),r=new zee(t,n,Tt,Bt),R3n(r.a,r.b,r.c,r.d,T),m=(Ce=Tt.i,Ce||(Tt.i=new U4(Tt,Tt.c))),Je=m.Kc();Je.Ob();)for(en=u(Je.Pb(),166),s=u(Mi(Tt,en),21),W=s.Kc();W.Ob();)if(U=W.Pb(),Kt=u(Z4(t.d,U),166),Kt)d=(!en.e&&(en.e=new En(Ji,en,10,9)),en.e),Mr(d,Kt);else throw h=wg(St,n0),N=Iwe+U+Owe+h,j=N+uT,nt(new Pd(j));for(k=(ie=Bt.i,ie||(Bt.i=new U4(Bt,Bt.c))),Mn=k.Kc();Mn.Ob();)for(On=u(Mn.Pb(),166),o=u(Mi(Bt,On),21),ct=o.Kc();ct.Ob();)if(tt=ct.Pb(),Kt=u(Z4(t.d,tt),166),Kt)A=(!On.g&&(On.g=new En(Ji,On,9,10)),On.g),Mr(A,Kt);else throw h=wg(St,n0),N=Iwe+tt+Owe+h,j=N+uT,nt(new Pd(j));!n.b&&(n.b=new En(gr,n,4,7)),n.b.i!=0&&(!n.c&&(n.c=new En(gr,n,5,8)),n.c.i!=0)&&(!n.b&&(n.b=new En(gr,n,4,7)),n.b.i<=1&&(!n.c&&(n.c=new En(gr,n,5,8)),n.c.i<=1))&&(!n.a&&(n.a=new Jt(Ji,n,6,6)),n.a).i==1&&(er=u(Lt((!n.a&&(n.a=new Jt(Ji,n,6,6)),n.a),0),166),!tot(er)&&!eot(er)&&(jq(er,u(Lt((!n.b&&(n.b=new En(gr,n,4,7)),n.b),0),84)),$q(er,u(Lt((!n.c&&(n.c=new En(gr,n,5,8)),n.c),0),84))))}function vCn(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On;for(St=t.a,Bt=0,Kt=St.length;Bt<Kt;++Bt){for(Tt=St[Bt],k=ki,T=ki,U=new J(Tt.e);U.a<U.c.c.length;)N=u(et(U),10),h=N.c?Wo(N.c.a,N,0):-1,h>0?(A=u(Oe(N.c.a,h-1),10),en=q4(t.b,N,A),tt=N.n.b-N.d.d-(A.n.b+A.o.b+A.d.a+en)):tt=N.n.b-N.d.d,k=b.Math.min(tt,k),h<N.c.a.c.length-1?(A=u(Oe(N.c.a,h+1),10),en=q4(t.b,N,A),ct=A.n.b-A.d.d-(N.n.b+N.o.b+N.d.a+en)):ct=2*N.n.b,T=b.Math.min(ct,T);for(m=ki,o=!1,s=u(Oe(Tt.e,0),10),On=new J(s.j);On.a<On.c.c.length;)for(Je=u(et(On),12),W=s.n.b+Je.n.b+Je.a.b,r=new J(Je.e);r.a<r.c.c.length;)n=u(et(r),18),ie=n.c,e=ie.i.n.b+ie.n.b+ie.a.b-W,b.Math.abs(e)<b.Math.abs(m)&&b.Math.abs(e)<(e<0?k:T)&&(m=e,o=!0);for(d=u(Oe(Tt.e,Tt.e.c.length-1),10),Ce=new J(d.j);Ce.a<Ce.c.c.length;)for(ie=u(et(Ce),12),W=d.n.b+ie.n.b+ie.a.b,r=new J(ie.g);r.a<r.c.c.length;)n=u(et(r),18),Je=n.d,e=Je.i.n.b+Je.n.b+Je.a.b-W,b.Math.abs(e)<b.Math.abs(m)&&b.Math.abs(e)<(e<0?k:T)&&(m=e,o=!0);if(o&&m!=0)for(j=new J(Tt.e);j.a<j.c.c.length;)N=u(et(j),10),N.n.b+=m}}function yCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;if(r=new ge,s=ki,o=ki,h=ki,n)for(s=t.f.a,W=new J(e.j);W.a<W.c.c.length;)for(U=u(et(W),12),m=new J(U.g);m.a<m.c.c.length;)d=u(et(m),18),d.a.b!=0&&(T=u(EE(d.a),8),T.a<s&&(o=s-T.a,h=ki,r.c.length=0,s=T.a),T.a<=s&&(In(r.c,d),d.a.b>1&&(h=b.Math.min(h,b.Math.abs(u(Nh(d.a,1),8).b-T.b)))));else for(W=new J(e.j);W.a<W.c.c.length;)for(U=u(et(W),12),m=new J(U.e);m.a<m.c.c.length;)d=u(et(m),18),d.a.b!=0&&(N=u(Nf(d.a),8),N.a>s&&(o=N.a-s,h=ki,r.c.length=0,s=N.a),N.a>=s&&(In(r.c,d),d.a.b>1&&(h=b.Math.min(h,b.Math.abs(u(Nh(d.a,d.a.b-2),8).b-N.b)))));if(r.c.length!=0&&o>e.o.a/2&&h>e.o.b/2){for(j=new Kc,uc(j,e),Qs(j,(ve(),Hn)),j.n.a=e.o.a/2,ct=new Kc,uc(ct,e),Qs(ct,vr),ct.n.a=e.o.a/2,ct.n.b=e.o.b,m=new J(r);m.a<m.c.c.length;)d=u(et(m),18),n?(k=u(bit(d.a),8),tt=d.a.b==0?Q1(d.d):u(EE(d.a),8),tt.b>=k.b?Ya(d,ct):Ya(d,j)):(k=u(lcn(d.a),8),tt=d.a.b==0?Q1(d.c):u(Nf(d.a),8),tt.b>=k.b?ya(d,ct):ya(d,j)),A=u(K(d,(Me(),qo)),75),A&&Ky(A,k,!0);e.n.a=s-e.o.a/2}}function xCn(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(d=_r(t.b,0);d.b!=d.d.c;)if(h=u(Tr(d),39),!hn(h.c,QV))for(k=G5n(h,t),e==(Rs(),Ho)||e==Jo?Ms(k,new YZ):Ms(k,new XZ),m=k.c.length,r=0;r<m;r++)T=(mn(r,k.c.length),u(k.c[r],65)).c,hn(T.c,"n11"),!(Ie(De(K(h,(zi(),tLt))))&&!Fce((mn(r,k.c.length),u(k.c[r],65)),t))&&(s=m==1?.5:(r+1)/(m+1),e==Ho?(o=Rt(Ht(K(h,O1))),N=h.e.b+h.f.b*s,F4((mn(r,k.c.length),u(k.c[r],65)).a,new se(b.Math.min(o,h.e.a-n),N)),F4((mn(r,k.c.length),u(k.c[r],65)).a,new se(h.e.a,N))):e==Jo?(o=Rt(Ht(K(h,Xf)))+n,N=h.e.b+h.f.b*s,F4((mn(r,k.c.length),u(k.c[r],65)).a,new se(o,N)),F4((mn(r,k.c.length),u(k.c[r],65)).a,new se(h.e.a+h.f.a,N))):e==qh?(o=Rt(Ht(K(h,O1))),A=h.e.a+h.f.a*s,F4((mn(r,k.c.length),u(k.c[r],65)).a,new se(A,b.Math.min(h.e.b-n,o))),F4((mn(r,k.c.length),u(k.c[r],65)).a,new se(A,h.e.b))):(o=Rt(Ht(K(h,Xf)))+n,A=h.e.a+h.f.a*s,F4((mn(r,k.c.length),u(k.c[r],65)).a,new se(A,o)),F4((mn(r,k.c.length),u(k.c[r],65)).a,new se(A,h.e.b+h.f.b))))}function GO(t,e,n,r,s,o,h,d,m){var k,T,A,N,j,U,W;switch(j=n,T=new Lg(m),C(T,(Un(),Ds)),Zt(T,(ae(),j_t),h),Zt(T,(Me(),ms),(xa(),lu)),W=Rt(Ht(t.of(M3))),Zt(T,M3,W),A=new Kc,uc(A,T),e!=md&&e!=c2||(r>=0?j=ck(d):j=lO(ck(d)),t.qf(DT,j)),k=new Ea,N=!1,t.pf(Cv)?(Bmt(k,u(t.of(Cv),8)),N=!0):Din(k,h.a/2,h.b/2),j.g){case 4:Zt(T,Du,(Ph(),t2)),Zt(T,CG,(ew(),R5)),T.o.b=h.b,W<0&&(T.o.a=-W),Qs(A,(ve(),Jn)),N||(k.a=h.a),k.a-=h.a;break;case 2:Zt(T,Du,(Ph(),_3)),Zt(T,CG,(ew(),TT)),T.o.b=h.b,W<0&&(T.o.a=-W),Qs(A,(ve(),Gn)),N||(k.a=0);break;case 1:Zt(T,kw,(kg(),$5)),T.o.a=h.a,W<0&&(T.o.b=-W),Qs(A,(ve(),vr)),N||(k.b=h.b),k.b-=h.b;break;case 3:Zt(T,kw,(kg(),jk)),T.o.a=h.a,W<0&&(T.o.b=-W),Qs(A,(ve(),Hn)),N||(k.b=0)}if(Bmt(A.n,k),Zt(T,Cv,k),e==Nw||e==G0||e==lu){if(U=0,e==Nw&&t.pf(qp))switch(j.g){case 1:case 2:U=u(t.of(qp),17).a;break;case 3:case 4:U=-u(t.of(qp),17).a}else switch(j.g){case 4:case 2:U=o.b,e==G0&&(U/=s.b);break;case 1:case 3:U=o.a,e==G0&&(U/=s.a)}Zt(T,yv,U)}return Zt(T,_c,j),T}function kCn(){cwt();function t(r){var s=this;this.dispatch=function(o){var h=o.data;switch(h.cmd){case"algorithms":var d=L5t((wn(),new re(new li(h2.b))));r.postMessage({id:h.id,data:d});break;case"categories":var m=L5t((wn(),new re(new li(h2.c))));r.postMessage({id:h.id,data:m});break;case"options":var k=L5t((wn(),new re(new li(h2.d))));r.postMessage({id:h.id,data:k});break;case"register":CTn(h.algorithms),r.postMessage({id:h.id});break;case"layout":t7n(h.graph,h.layoutOptions||{},h.options||{}),r.postMessage({id:h.id,data:h.graph});break}},this.saveDispatch=function(o){try{s.dispatch(o)}catch(h){r.postMessage({id:o.data.id,error:h})}}}function e(r){var s=this;this.dispatcher=new t({postMessage:function(o){s.onmessage({data:o})}}),this.postMessage=function(o){setTimeout(function(){s.dispatcher.saveDispatch({data:o})},0)}}if(typeof document===cut&&typeof self!==cut){var n=new t(self);self.onmessage=n.saveDispatch}else typeof g!==cut&&g.exports&&(Object.defineProperty(w,"__esModule",{value:!0}),g.exports={default:e,Worker:e})}function ype(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(T=new Lg(n),Yo(T,e),Zt(T,(ae(),Di),e),T.o.a=e.g,T.o.b=e.f,T.n.a=e.i,T.n.b=e.j,pe(n.a,T),di(t.a,e,T),((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a).i!=0||Ie(De(ne(e,(Me(),L3)))))&&Zt(T,F_t,(Nn(),!0)),k=u(K(n,uu),21),A=u(K(T,(Me(),ms)),101),A==(xa(),c2)?Zt(T,ms,md):A!=md&&k.Fc((ko(),ST)),N=0,r=u(K(n,fh),88),m=new Zn((!e.c&&(e.c=new Jt(kl,e,9,9)),e.c));m.e!=m.i.gc();)d=u(sr(m),123),s=es(e),($t(ne(s,q0))!==$t((Vd(),Hp))||$t(ne(s,Tw))===$t((Mp(),ET))||$t(ne(s,Tw))===$t((Mp(),kT))||Ie(De(ne(s,kv)))||$t(ne(s,S3))!==$t((iw(),x3))||$t(ne(s,e2))===$t((sf(),Av))||$t(ne(s,e2))===$t((sf(),P3))||$t(ne(s,_w))===$t((Np(),NT))||$t(ne(s,_w))===$t((Np(),FT)))&&!Ie(De(ne(e,IG)))&&Oi(d,Bi,fe(N++)),Ie(De(ne(d,Aw)))||I9n(t,d,T,k,r,A);for(h=new Zn((!e.n&&(e.n=new Jt(Oo,e,1,7)),e.n));h.e!=h.i.gc();)o=u(sr(h),135),!Ie(De(ne(o,Aw)))&&o.a&&pe(T.b,Sat(o));return Ie(De(K(T,CA)))&&k.Fc((ko(),yG)),Ie(De(K(T,FG)))&&(k.Fc((ko(),xG)),k.Fc(vA),Zt(T,ms,md)),T}function Ect(t,e,n,r,s,o,h){var d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr,cs;for(W=0,On=0,k=new J(t.b);k.a<k.c.c.length;)m=u(et(k),163),m.c&&Yge(m.c),W=b.Math.max(W,Zu(m)),On+=Zu(m)*Vl(m);for(tt=On/t.b.c.length,Je=Evn(t.b,tt),On+=t.b.c.length*Je,W=b.Math.max(W,b.Math.sqrt(On*h))+n.b,Jr=n.b,cs=n.d,j=0,A=n.b+n.c,en=new Qi,Zr(en,fe(0)),ie=new Qi,T=new _a(t.b,0),U=null,d=new ge;T.b<T.d.gc();)m=(cr(T.b<T.d.gc()),u(T.d.Xb(T.c=T.b++),163)),er=Zu(m),N=Vl(m),Jr+er>W&&(o&&(to(ie,j),to(en,fe(T.b-1)),pe(t.d,U),d.c.length=0),Jr=n.b,cs+=j+e,j=0,A=b.Math.max(A,n.b+n.c+er)),In(d.c,m),Tle(m,Jr,cs),A=b.Math.max(A,Jr+er+n.c),j=b.Math.max(j,N),Jr+=er+e,U=m;if(Hs(t.a,d),pe(t.d,u(Oe(d,d.c.length-1),163)),A=b.Math.max(A,r),Mn=cs+j+n.a,Mn<s&&(j+=s-Mn,Mn=s),o)for(Jr=n.b,T=new _a(t.b,0),to(en,fe(t.b.c.length)),Ce=_r(en,0),Tt=u(Tr(Ce),17).a,to(ie,j),Kt=_r(ie,0),Bt=0;T.b<T.d.gc();)T.b==Tt&&(Jr=n.b,Bt=Rt(Ht(Tr(Kt))),Tt=u(Tr(Ce),17).a),m=(cr(T.b<T.d.gc()),u(T.d.Xb(T.c=T.b++),163)),nle(m,Bt),T.b==Tt&&(ct=A-Jr-n.c,St=Zu(m),rle(m,ct),Lue(m,(ct-St)/2,0)),Jr+=Zu(m)+e;return new se(A,Mn)}function ECn(t){t.N||(t.N=!0,t.b=yc(t,0),ds(t.b,0),ds(t.b,1),ds(t.b,2),t.bb=yc(t,1),ds(t.bb,0),ds(t.bb,1),t.fb=yc(t,2),ds(t.fb,3),ds(t.fb,4),Ki(t.fb,5),t.qb=yc(t,3),ds(t.qb,0),Ki(t.qb,1),Ki(t.qb,2),ds(t.qb,3),ds(t.qb,4),Ki(t.qb,5),ds(t.qb,6),t.a=pi(t,4),t.c=pi(t,5),t.d=pi(t,6),t.e=pi(t,7),t.f=pi(t,8),t.g=pi(t,9),t.i=pi(t,10),t.j=pi(t,11),t.k=pi(t,12),t.n=pi(t,13),t.o=pi(t,14),t.p=pi(t,15),t.q=pi(t,16),t.s=pi(t,17),t.r=pi(t,18),t.t=pi(t,19),t.u=pi(t,20),t.v=pi(t,21),t.w=pi(t,22),t.B=pi(t,23),t.A=pi(t,24),t.C=pi(t,25),t.D=pi(t,26),t.F=pi(t,27),t.G=pi(t,28),t.H=pi(t,29),t.J=pi(t,30),t.I=pi(t,31),t.K=pi(t,32),t.M=pi(t,33),t.L=pi(t,34),t.P=pi(t,35),t.Q=pi(t,36),t.R=pi(t,37),t.S=pi(t,38),t.T=pi(t,39),t.U=pi(t,40),t.V=pi(t,41),t.X=pi(t,42),t.W=pi(t,43),t.Y=pi(t,44),t.Z=pi(t,45),t.$=pi(t,46),t._=pi(t,47),t.ab=pi(t,48),t.cb=pi(t,49),t.db=pi(t,50),t.eb=pi(t,51),t.gb=pi(t,52),t.hb=pi(t,53),t.ib=pi(t,54),t.jb=pi(t,55),t.kb=pi(t,56),t.lb=pi(t,57),t.mb=pi(t,58),t.nb=pi(t,59),t.ob=pi(t,60),t.pb=pi(t,61))}function TCn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;if(Tt=0,e.f.a==0)for(tt=new J(t);tt.a<tt.c.c.length;)U=u(et(tt),10),Tt=b.Math.max(Tt,U.n.a+U.o.a+U.d.c);else Tt=e.f.a-e.c.a;for(Tt-=e.c.a,W=new J(t);W.a<W.c.c.length;){switch(U=u(et(W),10),IC(U.n,Tt-U.o.a),Pvt(U.f),ehe(U),(U.q?U.q:(wn(),wn(),j0))._b((Me(),I3))&&IC(u(K(U,I3),8),Tt-U.o.a),u(K(U,s0),255).g){case 1:Zt(U,s0,(L0(),mN));break;case 2:Zt(U,s0,(L0(),wN))}for(ct=U.o,Bt=new J(U.j);Bt.a<Bt.c.c.length;){for(St=u(et(Bt),12),IC(St.n,ct.a-St.o.a),IC(St.a,St.o.a),Qs(St,Boe(St.j)),h=u(K(St,qp),17),h&&Zt(St,qp,fe(-h.a)),o=new J(St.g);o.a<o.c.c.length;){for(s=u(et(o),18),r=_r(s.a,0);r.b!=r.d.c;)n=u(Tr(r),8),n.a=Tt-n.a;if(k=u(K(s,qo),75),k)for(m=_r(k,0);m.b!=m.d.c;)d=u(Tr(m),8),d.a=Tt-d.a;for(N=new J(s.b);N.a<N.c.c.length;)T=u(et(N),72),IC(T.n,Tt-T.o.a)}for(j=new J(St.f);j.a<j.c.c.length;)T=u(et(j),72),IC(T.n,St.o.a-T.o.a)}for(U.k==(Un(),Ds)&&(Zt(U,(ae(),_c),Boe(u(K(U,_c),64))),h3n(U)),A=new J(U.b);A.a<A.c.c.length;)T=u(et(A),72),ehe(T),IC(T.n,ct.a-T.o.a)}}function CCn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;if(Tt=0,e.f.b==0)for(tt=new J(t);tt.a<tt.c.c.length;)U=u(et(tt),10),Tt=b.Math.max(Tt,U.n.b+U.o.b+U.d.a);else Tt=e.f.b-e.c.b;for(Tt-=e.c.b,W=new J(t);W.a<W.c.c.length;){switch(U=u(et(W),10),DC(U.n,Tt-U.o.b),Nvt(U.f),nhe(U),(U.q?U.q:(wn(),wn(),j0))._b((Me(),I3))&&DC(u(K(U,I3),8),Tt-U.o.b),u(K(U,s0),255).g){case 3:Zt(U,s0,(L0(),yK));break;case 4:Zt(U,s0,(L0(),kK))}for(ct=U.o,Bt=new J(U.j);Bt.a<Bt.c.c.length;){for(St=u(et(Bt),12),DC(St.n,ct.b-St.o.b),DC(St.a,St.o.b),Qs(St,Roe(St.j)),h=u(K(St,qp),17),h&&Zt(St,qp,fe(-h.a)),o=new J(St.g);o.a<o.c.c.length;){for(s=u(et(o),18),r=_r(s.a,0);r.b!=r.d.c;)n=u(Tr(r),8),n.b=Tt-n.b;if(k=u(K(s,qo),75),k)for(m=_r(k,0);m.b!=m.d.c;)d=u(Tr(m),8),d.b=Tt-d.b;for(N=new J(s.b);N.a<N.c.c.length;)T=u(et(N),72),DC(T.n,Tt-T.o.b)}for(j=new J(St.f);j.a<j.c.c.length;)T=u(et(j),72),DC(T.n,St.o.b-T.o.b)}for(U.k==(Un(),Ds)&&(Zt(U,(ae(),_c),Roe(u(K(U,_c),64))),_bn(U)),A=new J(U.b);A.a<A.c.c.length;)T=u(et(A),72),nhe(T),DC(T.n,ct.b-T.o.b)}}function _Cn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr;for(Tt=new _a(t.b,0),T=e.Kc(),U=0,k=u(T.Pb(),17).a,Kt=0,n=new Os,Ce=new Bd;Tt.b<Tt.d.gc();){for(ct=(cr(Tt.b<Tt.d.gc()),u(Tt.d.Xb(Tt.c=Tt.b++),30)),Bt=new J(ct.a);Bt.a<Bt.c.c.length;){for(St=u(et(Bt),10),j=new nr(ir(As(St).a.Kc(),new q));Sr(j);)A=u(lr(j),18),Ce.a.zc(A,Ce);for(N=new nr(ir(ca(St).a.Kc(),new q));Sr(N);)A=u(lr(N),18),Ce.a.Bc(A)!=null}if(U+1==k){for(s=new tu(t),Ly(Tt,s),o=new tu(t),Ly(Tt,o),Je=Ce.a.ec().Kc();Je.Ob();)en=u(Je.Pb(),18),n.a._b(en)||(++Kt,n.a.zc(en,n)),h=new Lg(t),Zt(h,(Me(),ms),(xa(),GT)),Ca(h,s),C(h,(Un(),fd)),W=new Kc,uc(W,h),Qs(W,(ve(),Gn)),On=new Kc,uc(On,h),Qs(On,Jn),r=new Lg(t),Zt(r,ms,GT),Ca(r,o),C(r,fd),tt=new Kc,uc(tt,r),Qs(tt,Gn),Mn=new Kc,uc(Mn,r),Qs(Mn,Jn),ie=new Pm,Ya(ie,en.c),ya(ie,W),Zt(ie,(ae(),Bi),u(K(en,Bi),17)),Jr=new Pm,Ya(Jr,On),ya(Jr,tt),Zt(Jr,Bi,u(K(en,Bi),17)),Ya(en,Mn),d=new o3t(h,r,ie,Jr,en),Zt(h,mv,d),Zt(r,mv,d),er=ie.c.i,er.k==fd&&(m=u(K(er,mv),313),m.d=d,d.g=m);if(T.Ob())k=u(T.Pb(),17).a;else break}++U}return fe(Kt)}function SCn(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt;for(W=new ge,N=new J(t.d.b);N.a<N.c.c.length;)for(A=u(et(N),30),U=new J(A.a);U.a<U.c.c.length;){for(j=u(et(U),10),s=u(tr(t.f,j),60),m=new nr(ir(As(j).a.Kc(),new q));Sr(m);)if(h=u(lr(m),18),r=_r(h.a,0),k=!0,T=null,r.b!=r.d.c){for(e=u(Tr(r),8),n=null,h.c.j==(ve(),Hn)&&(tt=new CS(e,new se(e.a,s.d.d),s,h),tt.f.a=!0,tt.a=h.c,In(W.c,tt)),h.c.j==vr&&(tt=new CS(e,new se(e.a,s.d.d+s.d.a),s,h),tt.f.d=!0,tt.a=h.c,In(W.c,tt));r.b!=r.d.c;)n=u(Tr(r),8),X3t(e.b,n.b)||(T=new CS(e,n,null,h),In(W.c,T),k&&(k=!1,n.b<s.d.d?T.f.a=!0:n.b>s.d.d+s.d.a?T.f.d=!0:(T.f.d=!0,T.f.a=!0))),r.b!=r.d.c&&(e=n);T&&(o=u(tr(t.f,h.d.i),60),e.b<o.d.d?T.f.a=!0:e.b>o.d.d+o.d.a?T.f.d=!0:(T.f.d=!0,T.f.a=!0))}for(d=new nr(ir(ca(j).a.Kc(),new q));Sr(d);)h=u(lr(d),18),h.a.b!=0&&(e=u(Nf(h.a),8),h.d.j==(ve(),Hn)&&(tt=new CS(e,new se(e.a,s.d.d),s,h),tt.f.a=!0,tt.a=h.d,In(W.c,tt)),h.d.j==vr&&(tt=new CS(e,new se(e.a,s.d.d+s.d.a),s,h),tt.f.d=!0,tt.a=h.d,In(W.c,tt)))}return W}function ACn(t,e,n){var r,s,o,h,d,m,k,T,A,N;for(m=new ge,A=e.length,h=$4t(n),k=0;k<A;++k){switch(T=Lmt(e,qu(61),k),r=Tbn(h,(Sa(k,T,e.length),e.substr(k,T-k))),s=cat(r),o=s.jk().wi(),qa(e,++T)){case 39:{d=xE(e,39,++T),pe(m,new U$(r,Wit((Sa(T,d,e.length),e.substr(T,d-T)),o,s))),k=d+1;break}case 34:{d=xE(e,34,++T),pe(m,new U$(r,Wit((Sa(T,d,e.length),e.substr(T,d-T)),o,s))),k=d+1;break}case 91:{N=new ge,pe(m,new U$(r,N));t:for(;;){switch(qa(e,++T)){case 39:{d=xE(e,39,++T),pe(N,Wit((Sa(T,d,e.length),e.substr(T,d-T)),o,s)),T=d+1;break}case 34:{d=xE(e,34,++T),pe(N,Wit((Sa(T,d,e.length),e.substr(T,d-T)),o,s)),T=d+1;break}case 110:{if(++T,e.indexOf("ull",T)==T)N.c.push(null);else throw nt(new oc(Ewe));T+=3;break}}if(T<A)switch(qn(T,e.length),e.charCodeAt(T)){case 44:break;case 93:break t;default:throw nt(new oc("Expecting , or ]"))}else break}k=T+1;break}case 110:{if(++T,e.indexOf("ull",T)==T)pe(m,new U$(r,null));else throw nt(new oc(Ewe));k=T+3;break}}if(k<A){if(qn(k,e.length),e.charCodeAt(k)!=44)throw nt(new oc("Expecting ,"))}else break}return hkn(t,m,n)}function LCn(t){var e,n,r,s,o;switch(e=t.c,o=null,e){case 6:return t.Em();case 13:return t.Fm();case 23:return t.wm();case 22:return t.Bm();case 18:return t.ym();case 8:vi(t),o=(xi(),XIt);break;case 9:return t.em(!0);case 19:return t.fm();case 10:switch(t.a){case 100:case 68:case 119:case 87:case 115:case 83:return o=t.dm(t.a),vi(t),o;case 101:case 102:case 110:case 114:case 116:case 117:case 118:case 120:n=t.cm(),n<fo?o=(xi(),xi(),new T0(0,n)):o=Ote(v5t(n));break;case 99:return t.om();case 67:return t.jm();case 105:return t.rm();case 73:return t.km();case 103:return t.pm();case 88:return t.lm();case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return t.gm();case 80:case 112:if(o=m6t(t,t.a),!o)throw nt(new Yr(Qr((Ur(),Ylt))));break;default:o=GZt(t.a)}vi(t);break;case 0:if(t.a==93||t.a==123||t.a==125)throw nt(new Yr(Qr((Ur(),yTt))));o=GZt(t.a),r=t.a,vi(t),(r&64512)==nP&&t.c==0&&(t.a&64512)==56320&&(s=Vt(Uh,Yd,28,2,15,1),s[0]=r&js,s[1]=t.a&js,o=Mit(Ote(nf(s,0,s.length)),0),vi(t));break;default:throw nt(new Yr(Qr((Ur(),yTt))))}return o}function MCn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn;for(Je=new Qi,ie=new Qi,tt=-1,m=new J(t);m.a<m.c.c.length;){for(h=u(et(m),131),h.s=tt--,T=0,St=0,o=new J(h.t);o.a<o.c.c.length;)r=u(et(o),274),St+=r.c;for(s=new J(h.i);s.a<s.c.c.length;)r=u(et(s),274),T+=r.c;h.n=T,h.u=St,St==0?fs(ie,h,ie.c.b,ie.c):T==0&&fs(Je,h,Je.c.b,Je.c)}for(Mn=uq(t),A=t.c.length,W=A+1,ct=A-1,j=new ge;Mn.a.gc()!=0;){for(;ie.b!=0;)Kt=(cr(ie.b!=0),u(Lh(ie,ie.a.a),131)),Mn.a.Bc(Kt)!=null,Kt.s=ct--,B6t(Kt,Je,ie);for(;Je.b!=0;)Ce=(cr(Je.b!=0),u(Lh(Je,Je.a.a),131)),Mn.a.Bc(Ce)!=null,Ce.s=W++,B6t(Ce,Je,ie);for(U=Va,k=Mn.a.ec().Kc();k.Ob();)h=u(k.Pb(),131),Tt=h.u-h.n,Tt>=U&&(Tt>U&&(j.c.length=0,U=Tt),In(j.c,h));j.c.length!=0&&(N=u(Oe(j,_H(e,j.c.length)),131),Mn.a.Bc(N)!=null,N.s=W++,B6t(N,Je,ie),j.c.length=0)}for(Bt=t.c.length+1,d=new J(t);d.a<d.c.c.length;)h=u(et(d),131),h.s<A&&(h.s+=Bt);for(en=new J(t);en.a<en.c.c.length;)for(Ce=u(et(en),131),n=new _a(Ce.t,0);n.b<n.d.gc();)r=(cr(n.b<n.d.gc()),u(n.d.Xb(n.c=n.b++),274)),On=r.b,Ce.s>On.s&&(Ul(n),$u(On.i,r),r.c>0&&(r.a=On,pe(On.t,r),r.b=Ce,pe(Ce.i,r)))}function xpe(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn;for(W=new bu(e.b),Bt=new bu(e.b),N=new bu(e.b),en=new bu(e.b),tt=new bu(e.b),Ce=_r(e,0);Ce.b!=Ce.d.c;)for(Kt=u(Tr(Ce),12),d=new J(Kt.g);d.a<d.c.c.length;)if(o=u(et(d),18),o.c.i==o.d.i){if(Kt.j==o.d.j){In(en.c,o);continue}else if(Kt.j==(ve(),Hn)&&o.d.j==vr){In(tt.c,o);continue}}for(m=new J(tt);m.a<m.c.c.length;)o=u(et(m),18),nEn(t,o,n,r,(ve(),Jn));for(h=new J(en);h.a<h.c.c.length;)o=u(et(h),18),Je=new Lg(t),C(Je,(Un(),cu)),Zt(Je,(Me(),ms),(xa(),lu)),Zt(Je,(ae(),Di),o),On=new Kc,Zt(On,Di,o.d),Qs(On,(ve(),Gn)),uc(On,Je),Mn=new Kc,Zt(Mn,Di,o.c),Qs(Mn,Jn),uc(Mn,Je),Zt(o.c,ml,Je),Zt(o.d,ml,Je),Ya(o,null),ya(o,null),In(n.c,Je),Zt(Je,TG,fe(2));for(ie=_r(e,0);ie.b!=ie.d.c;)Kt=u(Tr(ie),12),k=Kt.e.c.length>0,ct=Kt.g.c.length>0,k&&ct?In(N.c,Kt):k?In(W.c,Kt):ct&&In(Bt.c,Kt);for(U=new J(W);U.a<U.c.c.length;)j=u(et(U),12),pe(s,_kt(t,j,null,n));for(St=new J(Bt);St.a<St.c.c.length;)Tt=u(et(St),12),pe(s,_kt(t,null,Tt,n));for(A=new J(N);A.a<A.c.c.length;)T=u(et(A),12),pe(s,_kt(t,T,T,n))}function Vkt(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(N=ns,j=ns,T=0,A=0,m=new ge,d=new Zn((!t.b&&(t.b=new Jt(Cs,t,12,3)),t.b));d.e!=d.i.gc();)o=u(sr(d),74),m=rh(ot(st(hh,1),Ln,20,0,[m,(!o.n&&(o.n=new Jt(Oo,o,1,7)),o.n)]));for(St=C0(rh(ot(st(hh,1),Ln,20,0,[(!t.n&&(t.n=new Jt(Oo,t,1,7)),t.n),(!t.a&&(t.a=new Jt(wi,t,10,11)),t.a),m])));Sr(St);)Tt=u(lr(St),422),k=u(Tt.of((si(),qT)),140),N>Tt.nh()-k.b&&(N=Tt.nh()-k.b),j>Tt.oh()-k.d&&(j=Tt.oh()-k.d),T<Tt.nh()+Tt.mh()+k.c&&(T=Tt.nh()+Tt.mh()+k.c),A<Tt.oh()+Tt.lh()+k.a&&(A=Tt.oh()+Tt.lh()+k.a);for(h=new Zn((!t.b&&(t.b=new Jt(Cs,t,12,3)),t.b));h.e!=h.i.gc();)for(o=u(sr(h),74),ct=new Zn((!o.a&&(o.a=new Jt(Ji,o,6,6)),o.a));ct.e!=ct.i.gc();)for(tt=u(sr(ct),166),U=tt.j,r=tt.b,W=tt.k,s=tt.c,N=b.Math.min(N,U),N=b.Math.min(N,r),T=b.Math.max(T,U),T=b.Math.max(T,r),j=b.Math.min(j,W),j=b.Math.min(j,s),A=b.Math.max(A,W),A=b.Math.max(A,s),n=new Zn((!tt.a&&(tt.a=new Ns(bh,tt,5)),tt.a));n.e!=n.i.gc();)e=u(sr(n),377),N=b.Math.min(N,e.a),T=b.Math.max(T,e.a),j=b.Math.min(j,e.b),A=b.Math.max(A,e.b);Oi(t,(si(),ix),T-N),Oi(t,rx,A-j)}function DCn(t,e,n){var r,s,o,h,d,m,k,T,A;if(n.Ug("Network simplex node placement",1),t.e=e,t.n=u(K(e,(ae(),H5)),312),V7n(t),cyn(t),xs(lc(new ln(null,new gn(t.e.b,16)),new KJ),new hUt(t)),xs(Ai(lc(Ai(lc(new ln(null,new gn(t.e.b,16)),new dR),new iZ),new tC),new sZ),new lUt(t)),Ie(De(K(t.e,(Me(),SA))))&&(h=n.eh(1),h.Ug("Straight Edges Pre-Processing",1),f9n(t),h.Vg()),Hwn(t.f),o=u(K(e,MA),17).a*t.f.a.c.length,ect(nwt(rwt(lit(t.f),o),!1),n.eh(1)),t.d.a.gc()!=0){for(h=n.eh(1),h.Ug("Flexible Where Space Processing",1),d=u(ql(H6(Go(new ln(null,new gn(t.f.a,16)),new WJ),new zJ)),17).a,m=u(ql(Dy(Go(new ln(null,new gn(t.f.a,16)),new YJ),new qJ)),17).a,k=m-d,T=xm(new B2,t.f),A=xm(new B2,t.f),Hf(Of(If(Df(Pf(new Qh,2e4),k),T),A)),xs(Ai(Ai(cyt(t.i),new XJ),new QJ),new Nee(d,T,k,A)),s=t.d.a.ec().Kc();s.Ob();)r=u(s.Pb(),218),r.g=1;ect(nwt(rwt(lit(t.f),o),!1),h.eh(1)),h.Vg()}Ie(De(K(e,SA)))&&(h=n.eh(1),h.Ug("Straight Edges Post-Processing",1),Z3n(t),h.Vg()),YTn(t),t.e=null,t.f=null,t.i=null,t.c=null,dl(t.k),t.j=null,t.a=null,t.o=null,t.d.a.$b(),n.Vg()}function ICn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;for(n.Ug("Depth first model order layering",1),t.d=e,tt=new ge,W=new J(t.d.a);W.a<W.c.c.length;)j=u(et(W),10),j.k==(Un(),Ts)&&In(tt.c,j);for(wn(),Ms(tt,new NJ),h=!0,t.b=new tu(t.d),t.a=null,pe(t.d.b,t.b),t.b.p=0,t.c=0,t.f=new Qi,U=new J(tt);U.a<U.c.c.length;)if(j=u(et(U),10),h)Ca(j,t.b),h=!1;else if(GEn(t,j))if(N=t.c,N=Lle(N,j),r=N+2,T=N-t.c,t.f.b==0)Q6t(t,r,j);else if(T>0){for(St=_r(t.f,0);St.b!=St.d.c;)Tt=u(Tr(St),10),Tt.p+=N-t.e;r6t(t),Zl(t.f),Q6t(t,r,j)}else{for(Zr(t.f,j),j.p=r,t.e=b.Math.max(t.e,r),o=new nr(ir(ca(j).a.Kc(),new q));Sr(o);)s=u(lr(o),18),!s.c.i.c&&s.c.i.k==(Un(),qc)&&(Zr(t.f,s.c.i),s.c.i.p=r-1);t.c=r}else r6t(t),Zl(t.f),r=0,Sr(new nr(ir(ca(j).a.Kc(),new q)))?(N=0,N=Lle(N,j),r=N+2,Q6t(t,r,j)):(Zr(t.f,j),j.p=0,t.e=b.Math.max(t.e,0),t.b=u(Oe(t.d.b,0),30),t.c=0);for(t.f.b==0||r6t(t),t.d.a.c.length=0,ct=new ge,k=new J(t.d.b);k.a<k.c.c.length;)d=u(et(k),30),d.a.c.length==0&&In(ct.c,d);for(g5t(t.d.b,ct),A=0,m=new J(t.d.b);m.a<m.c.c.length;)d=u(et(m),30),d.p=A,++A;n.Vg()}function OCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr,cs,El,Vo;if(On=null,er=e,Mn=nie(t,Gre(n),er),ZE(Mn,wg(er,n0)),Jr=u(Z4(t.g,pk(bg(er,Blt))),27),N=bg(er,"sourcePort"),r=null,N&&(r=pk(N)),cs=u(Z4(t.j,r),123),!Jr)throw d=x7(er),U="An edge must have a source node (edge id: '"+d,W=U+uT,nt(new Pd(W));if(cs&&!zd(Y1(cs),Jr))throw m=wg(er,n0),tt="The source port of an edge must be a port of the edge's source node (edge id: '"+m,ct=tt+uT,nt(new Pd(ct));if(en=(!Mn.b&&(Mn.b=new En(gr,Mn,4,7)),Mn.b),o=null,cs?o=cs:o=Jr,Mr(en,o),El=u(Z4(t.g,pk(bg(er,mTt))),27),j=bg(er,"targetPort"),s=null,j&&(s=pk(j)),Vo=u(Z4(t.j,s),123),!El)throw A=x7(er),Tt="An edge must have a target node (edge id: '"+A,St=Tt+uT,nt(new Pd(St));if(Vo&&!zd(Y1(Vo),El))throw k=wg(er,n0),Bt="The target port of an edge must be a port of the edge's target node (edge id: '"+k,Kt=Bt+uT,nt(new Pd(Kt));if(Je=(!Mn.c&&(Mn.c=new En(gr,Mn,5,8)),Mn.c),h=null,Vo?h=Vo:h=El,Mr(Je,h),(!Mn.b&&(Mn.b=new En(gr,Mn,4,7)),Mn.b).i==0||(!Mn.c&&(Mn.c=new En(gr,Mn,5,8)),Mn.c).i==0)throw T=wg(er,n0),ie=Dwe+T,Ce=ie+uT,nt(new Pd(Ce));return BH(er,Mn),ixn(er,Mn),On=dat(t,er,Mn),On}function kpe(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr,cs;for(j=u(K(t,(Mb(),Bk)),27),St=ki,Bt=ki,ct=Va,Tt=Va,ie=new J(t.e);ie.a<ie.c.c.length;)Kt=u(et(ie),153),Mn=Kt.d,er=Kt.e,St=b.Math.min(St,Mn.a-er.a/2),Bt=b.Math.min(Bt,Mn.b-er.b/2),ct=b.Math.max(ct,Mn.a+er.a/2),Tt=b.Math.max(Tt,Mn.b+er.b/2);for(n=new J(t.b);n.a<n.c.c.length;)e=u(et(n),250),Mn=e.d,er=e.e,St=b.Math.min(St,Mn.a-er.a/2),Bt=b.Math.min(Bt,Mn.b-er.b/2),ct=b.Math.max(ct,Mn.a+er.a/2),Tt=b.Math.max(Tt,Mn.b+er.b/2);for(On=u(ne(j,(Vf(),l3e)),107),Je=new se(On.b-St,On.d-Bt),k=new J(t.e);k.a<k.c.c.length;)m=u(et(k),153),en=K(m,Bk),At(en,207)&&(W=u(en,27),Ce=Ei(new eo(m.d),Je),xh(W,Ce.a-W.g/2,Ce.b-W.f/2));for(o=new J(t.c);o.a<o.c.c.length;)s=u(et(o),289),A=u(K(s,Bk),74),N=d5(A,!0,!0),Jr=new eo(n4t(s)),Ei(Jr,Je),QD(N,Jr.a,Jr.b),Tu(s.a,new RYt(Je,N)),r=new eo(r4t(s)),Ei(r,Je),XD(N,r.a,r.b);for(d=new J(t.d);d.a<d.c.c.length;)h=u(et(d),453),U=u(K(h,Bk),135),tt=Ei(new eo(h.d),Je),xh(U,tt.a,tt.b);cs=ct-St+(On.b+On.c),T=Tt-Bt+(On.d+On.a),Ie(De(ne(j,(si(),R3))))||nv(j,cs,T,!1,!0),Oi(j,ix,cs-(On.b+On.c)),Oi(j,rx,T-(On.d+On.a))}function Epe(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On;return A=EEn(Ru(t,(ve(),vd)),e),U=o5(Ru(t,e1),e),Bt=o5(Ru(t,gh),e),en=DH(Ru(t,gf),e),N=DH(Ru(t,Hh),e),Tt=o5(Ru(t,n1),e),W=o5(Ru(t,yl),e),ie=o5(Ru(t,ph),e),Kt=o5(Ru(t,Vh),e),Je=DH(Ru(t,Iu),e),ct=o5(Ru(t,Uu),e),St=o5(Ru(t,xl),e),Ce=o5(Ru(t,Vu),e),On=DH(Ru(t,Gu),e),j=DH(Ru(t,ol),e),tt=o5(Ru(t,hu),e),n=J4(ot(st(wa,1),Io,28,15,[Tt.a,en.a,ie.a,On.a])),r=J4(ot(st(wa,1),Io,28,15,[U.a,A.a,Bt.a,tt.a])),s=ct.a,o=J4(ot(st(wa,1),Io,28,15,[W.a,N.a,Kt.a,j.a])),k=J4(ot(st(wa,1),Io,28,15,[Tt.b,U.b,W.b,St.b])),m=J4(ot(st(wa,1),Io,28,15,[en.b,A.b,N.b,tt.b])),T=Je.b,d=J4(ot(st(wa,1),Io,28,15,[ie.b,Bt.b,Kt.b,Ce.b])),kp(Ru(t,vd),n+s,k+T),kp(Ru(t,hu),n+s,k+T),kp(Ru(t,e1),n+s,0),kp(Ru(t,gh),n+s,k+T+m),kp(Ru(t,gf),0,k+T),kp(Ru(t,Hh),n+s+r,k+T),kp(Ru(t,yl),n+s+r,0),kp(Ru(t,ph),0,k+T+m),kp(Ru(t,Vh),n+s+r,k+T+m),kp(Ru(t,Iu),0,k),kp(Ru(t,Uu),n,0),kp(Ru(t,Vu),0,k+T+m),kp(Ru(t,ol),n+s+r,0),h=new Ea,h.a=J4(ot(st(wa,1),Io,28,15,[n+r+s+o,Je.a,St.a,Ce.a])),h.b=J4(ot(st(wa,1),Io,28,15,[k+m+T+d,ct.b,On.b,j.b])),h}function Tpe(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On;for(Tt=new se(ns,ns),e=new se(Vs,Vs),en=new J(t);en.a<en.c.c.length;)Ce=u(et(en),8),Tt.a=b.Math.min(Tt.a,Ce.a),Tt.b=b.Math.min(Tt.b,Ce.b),e.a=b.Math.max(e.a,Ce.a),e.b=b.Math.max(e.b,Ce.b);for(N=new se(e.a-Tt.a,e.b-Tt.b),k=new se(Tt.a-50,Tt.b-N.a-50),T=new se(Tt.a-50,e.b+N.a+50),A=new se(e.a+N.b/2+50,Tt.b+N.b/2),j=new Tkt(k,T,A),ie=new Os,o=new ge,n=new ge,ie.a.zc(j,ie),On=new J(t);On.a<On.c.c.length;){for(Je=u(et(On),8),o.c.length=0,Kt=ie.a.ec().Kc();Kt.Ob();)St=u(Kt.Pb(),317),r=St.d,Lb(r,St.a),Km(Lb(St.d,Je),Lb(St.d,St.a))<0&&In(o.c,St);for(n.c.length=0,Bt=new J(o);Bt.a<Bt.c.c.length;)for(St=u(et(Bt),317),tt=new J(St.e);tt.a<tt.c.c.length;){for(U=u(et(tt),177),h=!0,m=new J(o);m.a<m.c.c.length;)d=u(et(m),317),d!=St&&(Ic(U,Oe(d.e,0))||Ic(U,Oe(d.e,1))||Ic(U,Oe(d.e,2)))&&(h=!1);h&&In(n.c,U)}for(Jhe(ie,o),Oa(ie,new mo),W=new J(n);W.a<W.c.c.length;)U=u(et(W),177),qs(ie,new Tkt(Je,U.a,U.b))}for(ct=new Os,Oa(ie,new Ent(ct)),s=ct.a.ec().Kc();s.Ob();)U=u(s.Pb(),177),(Eq(j,U.a)||Eq(j,U.b))&&s.Qb();return Oa(ct,new vo),ct}function jc(){jc=V,gWt(),F7e=fa.a,u(Lt(Xt(fa.a),0),19),P7e=fa.f,u(Lt(Xt(fa.f),0),19),u(Lt(Xt(fa.f),1),35),N7e=fa.n,u(Lt(Xt(fa.n),0),35),u(Lt(Xt(fa.n),1),35),u(Lt(Xt(fa.n),2),35),u(Lt(Xt(fa.n),3),35),dIt=fa.g,u(Lt(Xt(fa.g),0),19),u(Lt(Xt(fa.g),1),35),O7e=fa.c,u(Lt(Xt(fa.c),0),19),u(Lt(Xt(fa.c),1),19),gIt=fa.i,u(Lt(Xt(fa.i),0),19),u(Lt(Xt(fa.i),1),19),u(Lt(Xt(fa.i),2),19),u(Lt(Xt(fa.i),3),19),u(Lt(Xt(fa.i),4),35),pIt=fa.j,u(Lt(Xt(fa.j),0),19),fIt=fa.d,u(Lt(Xt(fa.d),0),19),u(Lt(Xt(fa.d),1),19),u(Lt(Xt(fa.d),2),19),u(Lt(Xt(fa.d),3),19),u(Lt(Xt(fa.d),4),35),u(Lt(Xt(fa.d),5),35),u(Lt(Xt(fa.d),6),35),u(Lt(Xt(fa.d),7),35),I7e=fa.b,u(Lt(Xt(fa.b),0),35),u(Lt(Xt(fa.b),1),35),NK=fa.e,u(Lt(Xt(fa.e),0),35),u(Lt(Xt(fa.e),1),35),u(Lt(Xt(fa.e),2),35),u(Lt(Xt(fa.e),3),35),u(Lt(Xt(fa.e),4),19),u(Lt(Xt(fa.e),5),19),u(Lt(Xt(fa.e),6),19),u(Lt(Xt(fa.e),7),19),u(Lt(Xt(fa.e),8),19),u(Lt(Xt(fa.e),9),19),u(Lt(Xt(fa.e),10),35),K0=fa.k,u(Lt(Xt(fa.k),0),35),u(Lt(Xt(fa.k),1),35)}function Ukt(t){var e,n,r,s,o;switch(e=t.c,e){case 11:return t.vm();case 12:return t.xm();case 14:return t.zm();case 15:return t.Cm();case 16:return t.Am();case 17:return t.Dm();case 21:return vi(t),xi(),xi(),EL;case 10:switch(t.a){case 65:return t.hm();case 90:return t.mm();case 122:return t.tm();case 98:return t.nm();case 66:return t.im();case 60:return t.sm();case 62:return t.qm()}}switch(o=LCn(t),e=t.c,e){case 3:return t.Im(o);case 4:return t.Gm(o);case 5:return t.Hm(o);case 0:if(t.a==123&&t.d<t.j){if(s=t.d,r=0,n=-1,(e=qa(t.i,s++))>=48&&e<=57){for(r=e-48;s<t.j&&(e=qa(t.i,s++))>=48&&e<=57;)if(r=r*10+e-48,r<0)throw nt(new Yr(Qr((Ur(),TTt))))}else throw nt(new Yr(Qr((Ur(),sme))));if(n=r,e==44){if(s>=t.j)throw nt(new Yr(Qr((Ur(),ome))));if((e=qa(t.i,s++))>=48&&e<=57){for(n=e-48;s<t.j&&(e=qa(t.i,s++))>=48&&e<=57;)if(n=n*10+e-48,n<0)throw nt(new Yr(Qr((Ur(),TTt))));if(r>n)throw nt(new Yr(Qr((Ur(),cme))))}else n=-1}if(e!=125)throw nt(new Yr(Qr((Ur(),ame))));t.bm(s)?(o=(xi(),xi(),new By(9,o)),t.d=s+1):(o=(xi(),xi(),new By(3,o)),t.d=s),o.Om(r),o.Nm(n),vi(t)}}return o}function PCn(t){var e,n,r,s,o;switch(n=u(K(t,(ae(),uu)),21),e=J$(M3e),s=u(K(t,(Me(),A3)),346),s==(Cg(),Wp)&&sh(e,D3e),Ie(De(K(t,Jft)))?ri(e,(Ha(),Wf),(Ja(),oft)):ri(e,(Ha(),Yc),(Ja(),oft)),K(t,(wq(),QA))!=null&&sh(e,I3e),(Ie(De(K(t,BSt)))||Ie(De(K(t,OSt))))&&tl(e,(Ha(),Qo),(Ja(),ICt)),u(K(t,fh),88).g){case 2:case 3:case 4:tl(ri(e,(Ha(),Wf),(Ja(),PCt)),Qo,OCt)}switch(n.Hc((ko(),yG))&&tl(ri(ri(e,(Ha(),Wf),(Ja(),DCt)),ou,LCt),Qo,MCt),$t(K(t,e2))!==$t((sf(),WG))&&ri(e,(Ha(),Yc),(Ja(),YCt)),n.Hc(kG)&&(ri(e,(Ha(),Wf),(Ja(),ZCt)),ri(e,$0,QCt),ri(e,Yc,JCt)),$t(K(t,MG))!==$t((A7(),mA))&&$t(K(t,Rg))!==$t((_g(),_N))&&tl(e,(Ha(),Qo),(Ja(),HCt)),Ie(De(K(t,NSt)))&&ri(e,(Ha(),Yc),(Ja(),qCt)),Ie(De(K(t,Wft)))&&ri(e,(Ha(),Yc),(Ja(),t_t)),Kxn(t)&&($t(K(t,A3))===$t(Wp)?r=u(K(t,JP),298):r=u(K(t,Kft),298),o=r==(s7(),Ift)?(Ja(),XCt):(Ja(),r_t),ri(e,(Ha(),ou),o)),u(K(t,uAt),388).g){case 1:ri(e,(Ha(),ou),(Ja(),e_t));break;case 2:tl(ri(ri(e,(Ha(),Yc),(Ja(),CCt)),ou,_Ct),Qo,SCt)}return $t(K(t,q0))!==$t((Vd(),Hp))&&ri(e,(Ha(),Yc),(Ja(),n_t)),e}function Cpe(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St;if(Eu(t.a,e)){if(v1(u(tr(t.a,e),49),n))return 1}else di(t.a,e,new Os);if(Eu(t.a,n)){if(v1(u(tr(t.a,n),49),e))return-1}else di(t.a,n,new Os);if(Eu(t.e,e)){if(v1(u(tr(t.e,e),49),n))return-1}else di(t.e,e,new Os);if(Eu(t.e,n)){if(v1(u(tr(t.a,n),49),e))return 1}else di(t.e,n,new Os);if(t.c==(Vd(),g1t)||!Ui(e,(ae(),Bi))||!Ui(n,(ae(),Bi))){for(A=null,k=new J(e.j);k.a<k.c.c.length;)d=u(et(k),12),d.e.c.length==0||u(Oe(d.e,0),18).c.i.c!=e.c&&(A=u(Oe(d.e,0),18).c);for(j=null,m=new J(n.j);m.a<m.c.c.length;)d=u(et(m),12),d.e.c.length==0||u(Oe(d.e,0),18).c.i.c!=n.c&&(j=u(Oe(d.e,0),18).c);if(A&&j){if(T=A.i,N=j.i,T&&T==N){for(W=new J(T.j);W.a<W.c.c.length;){if(U=u(et(W),12),U==A)return N7(t,n,e),-1;if(U==j)return N7(t,e,n),1}return Bc(yot(t,e),yot(t,n))}for(ct=t.d,Tt=0,St=ct.length;Tt<St;++Tt){if(tt=ct[Tt],tt==T)return N7(t,n,e),-1;if(tt==N)return N7(t,e,n),1}}if(!Ui(e,(ae(),Bi))||!Ui(n,Bi))return s=yot(t,e),h=yot(t,n),s>h?N7(t,e,n):N7(t,n,e),s<h?-1:s>h?1:0}return r=u(K(e,(ae(),Bi)),17).a,o=u(K(n,Bi),17).a,r>o?N7(t,e,n):N7(t,n,e),r<o?-1:r>o?1:0}function rv(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt;if(n==null)return null;if(t.a!=e.jk())throw nt(new zn(oT+e.xe()+hv));if(At(e,468)){if(tt=Ckn(u(e,685),n),!tt)throw nt(new zn(Nlt+n+"' is not a valid enumerator of '"+e.xe()+"'"));return tt}switch(Sp((rl(),Fa),e).Nl()){case 2:{n=iu(n,!1);break}case 3:{n=iu(n,!0);break}}if(r=Sp(Fa,e).Jl(),r)return r.jk().wi().ti(r,n);if(N=Sp(Fa,e).Ll(),N){for(tt=new ge,k=mat(n),T=0,A=k.length;T<A;++T)m=k[T],pe(tt,N.jk().wi().ti(N,m));return tt}if(W=Sp(Fa,e).Ml(),!W.dc()){for(U=W.Kc();U.Ob();){j=u(U.Pb(),156);try{if(tt=j.jk().wi().ti(j,n),tt!=null)return tt}catch(ct){if(ct=is(ct),!At(ct,63))throw nt(ct)}}throw nt(new zn(Nlt+n+"' does not match any member types of the union datatype '"+e.xe()+"'"))}if(u(e,847).ok(),s=qpn(e.kk()),!s)return null;if(s==uA){h=0;try{h=oh(n,Va,ki)&js}catch(ct){if(ct=is(ct),At(ct,130))o=Tq(n),h=o[0];else throw nt(ct)}return KI(h)}if(s==AU){for(d=0;d<gL.length;++d)try{return _Yt(gL[d],n)}catch(ct){if(ct=is(ct),!At(ct,33))throw nt(ct)}throw nt(new zn(Nlt+n+"' is not a date formatted string of the form yyyy-MM-dd'T'HH:mm:ss'.'SSSZ or a valid subset thereof"))}throw nt(new zn(Nlt+n+"' is invalid. "))}function Tct(){Tct=V,$i=new Nm,dn($i,(ve(),vd),hu),dn($i,gf,hu),dn($i,gf,Gu),dn($i,Hh,ol),dn($i,Hh,hu),dn($i,e1,hu),dn($i,e1,xl),dn($i,gh,Vu),dn($i,gh,hu),dn($i,Uu,Iu),dn($i,Uu,hu),dn($i,Uu,xl),dn($i,Uu,Vu),dn($i,Iu,Uu),dn($i,Iu,Gu),dn($i,Iu,ol),dn($i,Iu,hu),dn($i,n1,n1),dn($i,n1,xl),dn($i,n1,Gu),dn($i,yl,yl),dn($i,yl,xl),dn($i,yl,ol),dn($i,ph,ph),dn($i,ph,Vu),dn($i,ph,Gu),dn($i,Vh,Vh),dn($i,Vh,Vu),dn($i,Vh,ol),dn($i,xl,e1),dn($i,xl,Uu),dn($i,xl,n1),dn($i,xl,yl),dn($i,xl,hu),dn($i,xl,xl),dn($i,xl,Gu),dn($i,xl,ol),dn($i,Vu,gh),dn($i,Vu,Uu),dn($i,Vu,ph),dn($i,Vu,Vh),dn($i,Vu,Vu),dn($i,Vu,Gu),dn($i,Vu,ol),dn($i,Vu,hu),dn($i,Gu,gf),dn($i,Gu,Iu),dn($i,Gu,n1),dn($i,Gu,ph),dn($i,Gu,xl),dn($i,Gu,Vu),dn($i,Gu,Gu),dn($i,Gu,hu),dn($i,ol,Hh),dn($i,ol,Iu),dn($i,ol,yl),dn($i,ol,Vh),dn($i,ol,xl),dn($i,ol,Vu),dn($i,ol,ol),dn($i,ol,hu),dn($i,hu,vd),dn($i,hu,gf),dn($i,hu,Hh),dn($i,hu,e1),dn($i,hu,gh),dn($i,hu,Uu),dn($i,hu,Iu),dn($i,hu,xl),dn($i,hu,Vu),dn($i,hu,Gu),dn($i,hu,ol),dn($i,hu,hu)}function Gkt(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en;for(t.d=new se(ns,ns),t.c=new se(Vs,Vs),N=e.Kc();N.Ob();)for(T=u(N.Pb(),36),St=new J(T.a);St.a<St.c.c.length;)Tt=u(et(St),10),t.d.a=b.Math.min(t.d.a,Tt.n.a-Tt.d.b),t.d.b=b.Math.min(t.d.b,Tt.n.b-Tt.d.d),t.c.a=b.Math.max(t.c.a,Tt.n.a+Tt.o.a+Tt.d.c),t.c.b=b.Math.max(t.c.b,Tt.n.b+Tt.o.b+Tt.d.a);for(d=new QGt,A=e.Kc();A.Ob();)T=u(A.Pb(),36),r=bCn(t,T),pe(d.a,r),r.a=r.a|!u(K(r.c,(ae(),Bg)),21).dc();for(t.b=(Tat(),en=new L8,en.f=new goe(n),en.b=ETn(en.f,d),en),NTn((U=t.b,new E6,U)),t.e=new Ea,t.a=t.b.f.e,h=new J(d.a);h.a<h.c.c.length;)for(s=u(et(h),855),Bt=bhn(t.b,s),h8n(s.c,Bt.a,Bt.b),tt=new J(s.c.a);tt.a<tt.c.c.length;)W=u(et(tt),10),W.k==(Un(),Ds)&&(ct=R6t(t,W.n,u(K(W,(ae(),_c)),64)),Ei(y1(W.n),ct));for(o=new J(d.a);o.a<o.c.c.length;)for(s=u(et(o),855),k=new J(Obn(s));k.a<k.c.c.length;)for(m=u(et(k),18),Ce=new h$(m.a),kE(Ce,0,Q1(m.c)),Zr(Ce,Q1(m.d)),j=null,ie=_r(Ce,0);ie.b!=ie.d.c;){if(Kt=u(Tr(ie),8),!j){j=Kt;continue}W3t(j.a,Kt.a)?(t.e.a=b.Math.min(t.e.a,j.a),t.a.a=b.Math.max(t.a.a,j.a)):W3t(j.b,Kt.b)&&(t.e.b=b.Math.min(t.e.b,j.b),t.a.b=b.Math.max(t.a.b,j.b)),j=Kt}cz(t.e),Ei(t.a,t.e)}function NCn(t,e){var n,r,s,o,h,d,m,k;if(n=0,h=0,o=e.length,d=null,k=new L4,h<o&&(qn(h,e.length),e.charCodeAt(h)==43)&&(++h,++n,h<o&&(qn(h,e.length),e.charCodeAt(h)==43||(qn(h,e.length),e.charCodeAt(h)==45))))throw nt(new Nd(sv+e+'"'));for(;h<o&&(qn(h,e.length),e.charCodeAt(h)!=46)&&(qn(h,e.length),e.charCodeAt(h)!=101)&&(qn(h,e.length),e.charCodeAt(h)!=69);)++h;if(k.a+=""+Ch(e==null?Hu:(Wn(e),e),n,h),h<o&&(qn(h,e.length),e.charCodeAt(h)==46)){for(++h,n=h;h<o&&(qn(h,e.length),e.charCodeAt(h)!=101)&&(qn(h,e.length),e.charCodeAt(h)!=69);)++h;t.e=h-n,k.a+=""+Ch(e==null?Hu:(Wn(e),e),n,h)}else t.e=0;if(h<o&&(qn(h,e.length),e.charCodeAt(h)==101||(qn(h,e.length),e.charCodeAt(h)==69))&&(++h,n=h,h<o&&(qn(h,e.length),e.charCodeAt(h)==43)&&(++h,h<o&&(qn(h,e.length),e.charCodeAt(h)!=45)&&++n),d=(Sa(n,o,e.length),e.substr(n,o-n)),t.e=t.e-oh(d,Va,ki),t.e!=Xs(t.e)))throw nt(new Nd("Scale out of range."));if(m=k.a,m.length<16){if(t.f=(h9t==null&&(h9t=new RegExp("^[+-]?\\d*$","i")),h9t.test(m)?parseInt(m,10):NaN),isNaN(t.f))throw nt(new Nd(sv+e+'"'));t.a=d6t(t.f)}else wbn(t,new xb(m));for(t.d=k.a.length,s=0;s<k.a.length&&(r=qa(k.a,s),!(r!=45&&r!=48));++s)--t.d;t.d==0&&(t.d=1)}function FCn(t){zr(t.b,cf,ot(st(Ne,1),le,2,6,[fv,"ConsistentTransient"])),zr(t.a,cf,ot(st(Ne,1),le,2,6,[fv,"WellFormedSourceURI"])),zr(t.o,cf,ot(st(Ne,1),le,2,6,[fv,"InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes DisjointFeatureAndOperationSignatures"])),zr(t.p,cf,ot(st(Ne,1),le,2,6,[fv,"WellFormedInstanceTypeName UniqueTypeParameterNames"])),zr(t.v,cf,ot(st(Ne,1),le,2,6,[fv,"UniqueEnumeratorNames UniqueEnumeratorLiterals"])),zr(t.R,cf,ot(st(Ne,1),le,2,6,[fv,"WellFormedName"])),zr(t.T,cf,ot(st(Ne,1),le,2,6,[fv,"UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"])),zr(t.U,cf,ot(st(Ne,1),le,2,6,[fv,"WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"])),zr(t.W,cf,ot(st(Ne,1),le,2,6,[fv,"ConsistentOpposite SingleContainer ConsistentKeys ConsistentUnique ConsistentContainer"])),zr(t.bb,cf,ot(st(Ne,1),le,2,6,[fv,"ValidDefaultValueLiteral"])),zr(t.eb,cf,ot(st(Ne,1),le,2,6,[fv,"ValidLowerBound ValidUpperBound ConsistentBounds ValidType"])),zr(t.H,cf,ot(st(Ne,1),le,2,6,[fv,"ConsistentType ConsistentBounds ConsistentArguments"]))}function BCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je;if(!e.dc()){if(s=new Xu,d=n||u(e.Xb(0),18),U=d.c,yS(),N=U.i.k,!(N==(Un(),Ts)||N==cu||N==Ds||N==fd))throw nt(new zn("The target node of the edge must be a normal node or a northSouthPort."));for(to(s,hc(ot(st(ua,1),le,8,0,[U.i.n,U.n,U.a]))),(ve(),Uu).Hc(U.j)&&(tt=Rt(Ht(K(U,(ae(),AT)))),A=new se(hc(ot(st(ua,1),le,8,0,[U.i.n,U.n,U.a])).a,tt),fs(s,A,s.c.b,s.c)),T=null,r=!1,m=e.Kc();m.Ob();)h=u(m.Pb(),18),o=h.a,o.b!=0&&(r?(k=Rd(Ei(T,(cr(o.b!=0),u(o.a.a.c,8))),.5),fs(s,k,s.c.b,s.c),r=!1):r=!0,T=Ma((cr(o.b!=0),u(o.c.b.c,8))),Aa(s,o),Zl(o));W=d.d,Uu.Hc(W.j)&&(tt=Rt(Ht(K(W,(ae(),AT)))),A=new se(hc(ot(st(ua,1),le,8,0,[W.i.n,W.n,W.a])).a,tt),fs(s,A,s.c.b,s.c)),to(s,hc(ot(st(ua,1),le,8,0,[W.i.n,W.n,W.a]))),t.d==(d7(),x1t)&&(ct=(cr(s.b!=0),u(s.a.a.c,8)),Tt=u(Nh(s,1),8),St=new lst(U4t(U.j)),St.a*=5,St.b*=5,Bt=ra(new se(Tt.a,Tt.b),ct),Kt=new se(sst(St.a,Bt.a),sst(St.b,Bt.b)),Ei(Kt,ct),ie=_r(s,1),bI(ie,Kt),Ce=(cr(s.b!=0),u(s.c.b.c,8)),en=u(Nh(s,s.b-2),8),St=new lst(U4t(W.j)),St.a*=5,St.b*=5,Bt=ra(new se(en.a,en.b),Ce),Je=new se(sst(St.a,Bt.a),sst(St.b,Bt.b)),Ei(Je,Ce),kE(s,s.b-1,Je)),j=new Ckt(s),Aa(d.a,$le(j))}}function RCn(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr,cs,El,Vo,wh,px,eb,r1,i1;if(St=u(Lt((!t.b&&(t.b=new En(gr,t,4,7)),t.b),0),84),Kt=St.nh(),ie=St.oh(),Bt=St.mh()/2,W=St.lh()/2,At(St,193)&&(Tt=u(St,123),Kt+=Y1(Tt).i,Kt+=Y1(Tt).i),Kt+=Bt,ie+=W,Mn=u(Lt((!t.b&&(t.b=new En(gr,t,4,7)),t.b),0),84),Jr=Mn.nh(),cs=Mn.oh(),er=Mn.mh()/2,Ce=Mn.lh()/2,At(Mn,193)&&(On=u(Mn,123),Jr+=Y1(On).i,Jr+=Y1(On).i),Jr+=er,cs+=Ce,(!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a).i==0)d=(wb(),k=new k4,k),Mr((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a),d);else if((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a).i>1)for(U=new F6((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a));U.e!=U.i.gc();)dS(U);for(h=u(Lt((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a),0),166),tt=Jr,Jr>Kt+Bt?tt=Kt+Bt:Jr<Kt-Bt&&(tt=Kt-Bt),ct=cs,cs>ie+W?ct=ie+W:cs<ie-W&&(ct=ie-W),tt>Kt-Bt&&tt<Kt+Bt&&ct>ie-W&&ct<ie+W&&(tt=Kt+Bt),WE(h,tt),XE(h,ct),en=Kt,Kt>Jr+er?en=Jr+er:Kt<Jr-er&&(en=Jr-er),Je=ie,ie>cs+Ce?Je=cs+Ce:ie<cs-Ce&&(Je=cs-Ce),en>Jr-er&&en<Jr+er&&Je>cs-Ce&&Je<cs+Ce&&(Je=cs+Ce),KE(h,en),YE(h,Je),Lr((!h.a&&(h.a=new Ns(bh,h,5)),h.a)),o=_H(e,5),St==Mn&&++o,wh=en-tt,r1=Je-ct,El=b.Math.sqrt(wh*wh+r1*r1),A=El*.20000000298023224,px=wh/(o+1),i1=r1/(o+1),Vo=tt,eb=ct,T=0;T<o;T++)Vo+=px,eb+=i1,N=Vo+Ml(e,24)*iP*A-A/2,N<0?N=1:N>n&&(N=n-1),j=eb+Ml(e,24)*iP*A-A/2,j<0?j=1:j>r&&(j=r-1),s=(wb(),m=new sC,m),Oq(s,N),Iq(s,j),Mr((!h.a&&(h.a=new Ns(bh,h,5)),h.a),s)}function _pe(t){bm(t,new ow(dm(lm(fm(hm(new cg,Ol),"ELK Rectangle Packing"),"Algorithm for packing of unconnected boxes, i.e. graphs without edges. The given order of the boxes is always preserved and the main reading direction of the boxes is left to right. The algorithm is divided into two phases. One phase approximates the width in which the rectangles can be placed. The next phase places the rectangles in rows using the previously calculated width as bounding width and bundles rectangles with a similar height in blocks. A compaction step reduces the size of the drawing. Finally, the rectangles are expanded to fill their bounding box and eliminate empty unused spaces."),new uy))),he(t,Ol,Sk,1.3),he(t,Ol,J7,(Nn(),!1)),he(t,Ol,av,iMt),he(t,Ol,h3,15),he(t,Ol,GV,_e(H8e)),he(t,Ol,T5,_e(G8e)),he(t,Ol,Lk,_e(W8e)),he(t,Ol,Ak,_e(Y8e)),he(t,Ol,Z7,_e(U8e)),he(t,Ol,$S,_e(eMt)),he(t,Ol,tT,_e(X8e)),he(t,Ol,R7t,_e(cMt)),he(t,Ol,j7t,_e(oMt)),he(t,Ol,B7t,_e(sdt)),he(t,Ol,F7t,_e(uMt)),he(t,Ol,$7t,_e(rMt)),he(t,Ol,z7t,_e(idt)),he(t,Ol,q7t,_e(nMt)),he(t,Ol,H7t,_e(aMt)),he(t,Ol,jS,_e(tMt)),he(t,Ol,WV,_e(V8e)),he(t,Ol,P7t,_e(dN)),he(t,Ol,O7t,_e(ZLt)),he(t,Ol,N7t,_e(gN)),he(t,Ol,I7t,_e(sMt))}function Cct(t,e){lct();var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr;if(en=t.e,U=t.d,s=t.a,en==0)switch(e){case 0:return"0";case 1:return G7;case 2:return"0.00";case 3:return"0.000";case 4:return"0.0000";case 5:return"0.00000";case 6:return"0.000000";default:return ie=new pb,e<0?ie.a+="0E+":ie.a+="0E",ie.a+=-e,ie.a}if(St=U*10+1+7,Bt=Vt(Uh,Yd,28,St+1,15,1),n=St,U==1)if(d=s[0],d<0){Jr=ia(d,Eo);do W=Jr,Jr=xO(Jr,10),Bt[--n]=48+qr(ef(W,Qa(Jr,10)))&js;while(Rc(Jr,0)!=0)}else{Jr=d;do W=Jr,Jr=Jr/10|0,Bt[--n]=48+(W-Jr*10)&js;while(Jr!=0)}else{On=Vt(Or,ii,28,U,15,1),er=U,Wc(s,0,On,0,er);t:for(;;){for(Ce=0,k=er-1;k>=0;k--)Mn=Xa(Rf(Ce,32),ia(On[k],Eo)),ct=Eyn(Mn),On[k]=qr(ct),Ce=qr(_m(ct,32));Tt=qr(Ce),tt=n;do Bt[--n]=48+Tt%10&js;while((Tt=Tt/10|0)!=0&&n!=0);for(r=9-tt+n,m=0;m<r&&n>0;m++)Bt[--n]=48;for(A=er-1;On[A]==0;A--)if(A==0)break t;er=A+1}for(;Bt[n]==48;)++n}if(j=en<0,h=St-n-e-1,e==0)return j&&(Bt[--n]=45),nf(Bt,n,St-n);if(e>0&&h>=-6){if(h>=0){for(T=n+h,N=St-1;N>=T;N--)Bt[N+1]=Bt[N];return Bt[++T]=46,j&&(Bt[--n]=45),nf(Bt,n,St-n+1)}for(A=2;A<-h+1;A++)Bt[--n]=48;return Bt[--n]=46,Bt[--n]=48,j&&(Bt[--n]=45),nf(Bt,n,St-n)}return Je=n+1,o=St,Kt=new L4,j&&(Kt.a+="-"),o-Je>=1?(Cb(Kt,Bt[n]),Kt.a+=".",Kt.a+=nf(Bt,n+1,St-n-1)):Kt.a+=nf(Bt,n,St-n),Kt.a+="E",h>0&&(Kt.a+="+"),Kt.a+=""+h,Kt.a}function Spe(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie;switch(t.c=e,t.g=new Er,n=(xy(),new my(t.c)),r=new LC(n),_5t(r),St=Gr(ne(t.c,(EO(),AMt))),m=u(ne(t.c,pdt),324),Kt=u(ne(t.c,bdt),437),h=u(ne(t.c,CMt),489),Bt=u(ne(t.c,gdt),438),t.j=Rt(Ht(ne(t.c,lEe))),d=t.a,m.g){case 0:d=t.a;break;case 1:d=t.b;break;case 2:d=t.i;break;case 3:d=t.e;break;case 4:d=t.f;break;default:throw nt(new zn(rU+(m.f!=null?m.f:""+m.g)))}if(t.d=new vne(d,Kt,h),Zt(t.d,(n7(),dA),De(ne(t.c,cEe))),t.d.c=Ie(De(ne(t.c,_Mt))),Kz(t.c).i==0)return t.d;for(A=new Zn(Kz(t.c));A.e!=A.i.gc();){for(T=u(sr(A),27),j=T.g/2,N=T.f/2,ie=new se(T.i+j,T.j+N);Eu(t.g,ie);)Em(ie,(b.Math.random()-.5)*Jd,(b.Math.random()-.5)*Jd);W=u(ne(T,(si(),qT)),140),tt=new One(ie,new Th(ie.a-j-t.j/2-W.b,ie.b-N-t.j/2-W.d,T.g+t.j+(W.b+W.c),T.f+t.j+(W.d+W.a))),pe(t.d.i,tt),di(t.g,ie,new Ys(tt,T))}switch(Bt.g){case 0:if(St==null)t.d.d=u(Oe(t.d.i,0),68);else for(Tt=new J(t.d.i);Tt.a<Tt.c.c.length;)tt=u(et(Tt),68),U=u(u(tr(t.g,tt.a),42).b,27).jh(),U!=null&&hn(U,St)&&(t.d.d=tt);break;case 1:for(s=new se(t.c.g,t.c.f),s.a*=.5,s.b*=.5,Em(s,t.c.i,t.c.j),o=ns,ct=new J(t.d.i);ct.a<ct.c.c.length;)tt=u(et(ct),68),k=Lb(tt.a,s),k<o&&(o=k,t.d.d=tt);break;default:throw nt(new zn(rU+(Bt.f!=null?Bt.f:""+Bt.g)))}return t.d}function jCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt;for(N=0,s=new Zn((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a));s.e!=s.i.gc();)r=u(sr(s),27),Ie(De(ne(r,(Me(),Aw))))||(T=es(r),($t(ne(T,q0))!==$t((Vd(),Hp))||$t(ne(T,Tw))===$t((Mp(),ET))||$t(ne(T,Tw))===$t((Mp(),kT))||Ie(De(ne(T,kv)))||$t(ne(T,S3))!==$t((iw(),x3))||$t(ne(T,e2))===$t((sf(),Av))||$t(ne(T,e2))===$t((sf(),P3))||$t(ne(T,_w))===$t((Np(),NT))||$t(ne(T,_w))===$t((Np(),FT)))&&!Ie(De(ne(r,IG)))&&(Oi(r,(ae(),Bi),fe(N)),++N),ype(t,r,n));for(N=0,k=new Zn((!e.b&&(e.b=new Jt(Cs,e,12,3)),e.b));k.e!=k.i.gc();)d=u(sr(k),74),($t(ne(e,(Me(),q0)))!==$t((Vd(),Hp))||$t(ne(e,Tw))===$t((Mp(),ET))||$t(ne(e,Tw))===$t((Mp(),kT))||Ie(De(ne(e,kv)))||$t(ne(e,S3))!==$t((iw(),x3))||$t(ne(e,e2))===$t((sf(),Av))||$t(ne(e,e2))===$t((sf(),P3))||$t(ne(e,_w))===$t((Np(),NT))||$t(ne(e,_w))===$t((Np(),FT)))&&(Oi(d,(ae(),Bi),fe(N)),++N),W=M0(d),tt=Bb(d),A=Ie(De(ne(W,L3))),U=!Ie(De(ne(d,Aw))),j=A&&Jm(d)&&Ie(De(ne(d,Cw))),o=es(W)==e&&es(W)==es(tt),h=(es(W)==e&&tt==e)^(es(tt)==e&&W==e),U&&!j&&(h||o)&&Kkt(t,d,e,n);if(es(e))for(m=new Zn(Gee(es(e)));m.e!=m.i.gc();)d=u(sr(m),74),W=M0(d),W==e&&Jm(d)&&(j=Ie(De(ne(W,(Me(),L3))))&&Ie(De(ne(d,Cw))),j&&Kkt(t,d,e,n))}function $Cn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr,cs,El,Vo,wh;for(n.Ug("Greedy cycle removal",1),St=e.a,wh=St.c.length,t.a=Vt(Or,ii,28,wh,15,1),t.c=Vt(Or,ii,28,wh,15,1),t.b=Vt(Or,ii,28,wh,15,1),k=0,ct=new J(St);ct.a<ct.c.c.length;){for(W=u(et(ct),10),W.p=k,Je=new J(W.j);Je.a<Je.c.c.length;){for(ie=u(et(Je),12),d=new J(ie.e);d.a<d.c.c.length;)r=u(et(d),18),r.c.i!=W&&(er=u(K(r,(Me(),IT)),17).a,t.a[k]+=er>0?er+1:1);for(h=new J(ie.g);h.a<h.c.c.length;)r=u(et(h),18),r.d.i!=W&&(er=u(K(r,(Me(),IT)),17).a,t.c[k]+=er>0?er+1:1)}t.c[k]==0?Zr(t.e,W):t.a[k]==0&&Zr(t.f,W),++k}for(U=-1,j=1,A=new ge,t.d=u(K(e,(ae(),Vk)),234);wh>0;){for(;t.e.b!=0;)cs=u(bit(t.e),10),t.b[cs.p]=U--,gkt(t,cs),--wh;for(;t.f.b!=0;)El=u(bit(t.f),10),t.b[El.p]=j++,gkt(t,El),--wh;if(wh>0){for(N=Va,Tt=new J(St);Tt.a<Tt.c.c.length;)W=u(et(Tt),10),t.b[W.p]==0&&(Bt=t.c[W.p]-t.a[W.p],Bt>=N&&(Bt>N&&(A.c.length=0,N=Bt),In(A.c,W)));T=t.sg(A),t.b[T.p]=j++,gkt(t,T),--wh}}for(Jr=St.c.length+1,k=0;k<St.c.length;k++)t.b[k]<0&&(t.b[k]+=Jr);for(tt=new J(St);tt.a<tt.c.c.length;)for(W=u(et(tt),10),Mn=Nre(W.j),Ce=Mn,en=0,On=Ce.length;en<On;++en)for(ie=Ce[en],Kt=Hd(ie.g),s=Kt,o=0,m=s.length;o<m;++o)r=s[o],Vo=r.d.i.p,t.b[W.p]>t.b[Vo]&&(ev(r,!0),Zt(e,WP,(Nn(),!0)));t.a=null,t.c=null,t.b=null,Zl(t.f),Zl(t.e),n.Vg()}function Ape(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie;for(Kt=u(Lt((!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a),0),166),T=new Xu,Bt=new Er,ie=B0e(Kt),vu(Bt.f,Kt,ie),N=new Er,r=new Qi,U=C0(rh(ot(st(hh,1),Ln,20,0,[(!e.d&&(e.d=new En(Cs,e,8,5)),e.d),(!e.e&&(e.e=new En(Cs,e,7,4)),e.e)])));Sr(U);){if(j=u(lr(U),74),(!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a).i!=1)throw nt(new zn(gwe+(!t.a&&(t.a=new Jt(Ji,t,6,6)),t.a).i));j!=t&&(tt=u(Lt((!j.a&&(j.a=new Jt(Ji,j,6,6)),j.a),0),166),fs(r,tt,r.c.b,r.c),W=u(Uo(yo(Bt.f,tt)),13),W||(W=B0e(tt),vu(Bt.f,tt,W)),A=n?ra(new eo(u(Oe(ie,ie.c.length-1),8)),u(Oe(W,W.c.length-1),8)):ra(new eo((mn(0,ie.c.length),u(ie.c[0],8))),(mn(0,W.c.length),u(W.c[0],8))),vu(N.f,tt,A))}if(r.b!=0)for(ct=u(Oe(ie,n?ie.c.length-1:0),8),k=1;k<ie.c.length;k++){for(Tt=u(Oe(ie,n?ie.c.length-1-k:k),8),s=_r(r,0);s.b!=s.d.c;)tt=u(Tr(s),166),W=u(Uo(yo(Bt.f,tt)),13),W.c.length<=k?Hst(s):(St=Ei(new eo(u(Oe(W,n?W.c.length-1-k:k),8)),u(Uo(yo(N.f,tt)),8)),(Tt.a!=St.a||Tt.b!=St.b)&&(o=Tt.a-ct.a,d=Tt.b-ct.b,h=St.a-ct.a,m=St.b-ct.b,h*d==m*o&&(o==0||isNaN(o)?o:o<0?-1:1)==(h==0||isNaN(h)?h:h<0?-1:1)&&(d==0||isNaN(d)?d:d<0?-1:1)==(m==0||isNaN(m)?m:m<0?-1:1)?(b.Math.abs(o)<b.Math.abs(h)||b.Math.abs(d)<b.Math.abs(m))&&fs(T,Tt,T.c.b,T.c):k>1&&fs(T,ct,T.c.b,T.c),Hst(s)));ct=Tt}return T}function Lpe(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On;for(n.Ug(L2e,1),On=u(tc(Ai(new ln(null,new gn(e,16)),new ntt),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),T=u(tc(Ai(new ln(null,new gn(e,16)),new DUt(e)),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[rc]))),15),U=u(tc(Ai(new ln(null,new gn(e,16)),new MUt(e)),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[rc]))),15),W=Vt(eK,JV,39,e.gc(),0,1),h=0;h<T.gc();h++)s=u(T.Xb(h),39),Je=u(K(s,(xc(),Q5)),17).a,Je>=0&&Je<T.gc()&&!W[Je]&&(W[Je]=s,T.gd(h),--h);for(d=0;d<T.gc();d++)for(s=u(T.Xb(d),39),Je=u(K(s,(xc(),Q5)),17).a,N=0;;N++){if(j=Je+N,j<W.length&&j>=0&&!W[j]){W[j]=s,T.gd(d),--d;break}if(j=Je-N,j<W.length&&j>=0&&!W[j]){W[j]=s,T.gd(d),--d;break}}for(U.jd(new rtt),m=W.length-1;m>=0;m--)!W[m]&&!U.dc()&&(W[m]=u(U.Xb(0),39),U.gd(0));for(k=0;k<W.length;k++)!W[k]&&!On.dc()&&(W[k]=u(On.Xb(0),39),On.gd(0));for(o=0;o<W.length;o++)Zt(W[o],(zi(),HA),fe(o));for(A=u(A2n(Ai(new ln(null,new gn(e,16)),new itt)),534),ie=A,Ce=0,en=ie.length;Ce<en;++Ce){for(Kt=ie[Ce],r=uat(Kt),Lpe(t,r,n.eh(1/A.length|0)),wn(),Q2(r,new Ant((zi(),HA))),tt=new Qi,Bt=_r(r,0);Bt.b!=Bt.d.c;)for(St=u(Tr(Bt),39),Tt=_r(Kt.d,0);Tt.b!=Tt.d.c;)ct=u(Tr(Tt),65),ct.c==St&&fs(tt,ct,tt.c.b,tt.c);Zl(Kt.d),Aa(Kt.d,tt)}n.Vg()}function Mpe(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;for(r=new ge,d=new ge,tt=e/2,j=t.gc(),s=u(t.Xb(0),8),ct=u(t.Xb(1),8),U=zot(s.a,s.b,ct.a,ct.b,tt),pe(r,(mn(0,U.c.length),u(U.c[0],8))),pe(d,(mn(1,U.c.length),u(U.c[1],8))),k=2;k<j;k++)W=s,s=ct,ct=u(t.Xb(k),8),U=zot(s.a,s.b,W.a,W.b,tt),pe(r,(mn(1,U.c.length),u(U.c[1],8))),pe(d,(mn(0,U.c.length),u(U.c[0],8))),U=zot(s.a,s.b,ct.a,ct.b,tt),pe(r,(mn(0,U.c.length),u(U.c[0],8))),pe(d,(mn(1,U.c.length),u(U.c[1],8)));for(U=zot(ct.a,ct.b,s.a,s.b,tt),pe(r,(mn(1,U.c.length),u(U.c[1],8))),pe(d,(mn(0,U.c.length),u(U.c[0],8))),n=new Xu,h=new ge,Zr(n,(mn(0,r.c.length),u(r.c[0],8))),T=1;T<r.c.length-2;T+=2)o=(mn(T,r.c.length),u(r.c[T],8)),N=Pfe((mn(T-1,r.c.length),u(r.c[T-1],8)),o,(mn(T+1,r.c.length),u(r.c[T+1],8)),(mn(T+2,r.c.length),u(r.c[T+2],8))),!isFinite(N.a)||!isFinite(N.b)?fs(n,o,n.c.b,n.c):fs(n,N,n.c.b,n.c);for(Zr(n,u(Oe(r,r.c.length-1),8)),pe(h,(mn(0,d.c.length),u(d.c[0],8))),A=1;A<d.c.length-2;A+=2)o=(mn(A,d.c.length),u(d.c[A],8)),N=Pfe((mn(A-1,d.c.length),u(d.c[A-1],8)),o,(mn(A+1,d.c.length),u(d.c[A+1],8)),(mn(A+2,d.c.length),u(d.c[A+2],8))),!isFinite(N.a)||!isFinite(N.b)?In(h.c,o):In(h.c,N);for(pe(h,u(Oe(d,d.c.length-1),8)),m=h.c.length-1;m>=0;m--)Zr(n,(mn(m,h.c.length),u(h.c[m],8)));return n}function Dpe(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;for(St=Rt(Ht(ne(e,(D0(),B3)))),j=Rt(Ht(ne(e,GA))),N=Rt(Ht(ne(e,hK))),m4t((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a)),ct=xge((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a),St,t.b),tt=0;tt<ct.c.length;tt++)if(m=(mn(tt,ct.c.length),u(ct.c[tt],186)),tt!=0&&(U=(mn(tt-1,ct.c.length),u(ct.c[tt-1],186)),Jce(m,U.f+U.b+t.b)),W=HCn(tt,ct,St,t.b,Ie(De(ne(e,(ad(),idt))))),Ie(De(W.b))){for(o=new J(m.a);o.a<o.c.c.length;)s=u(et(o),172),s.c=!1,s.k=!1,hge(s);m.d=new ge,m.e=St,--tt}else if(avn(t,m),tt+1<ct.c.length&&(t.e=b.Math.max(m.e+t.b+u(Oe((mn(tt+1,ct.c.length),u(ct.c[tt+1],186)).a,0),172).r-St,t.c),t.f=b.Math.min(m.e+t.b+u(Oe((mn(tt+1,ct.c.length),u(ct.c[tt+1],186)).a,0),172).r-St,t.d),m.d.c.length!=0&&(t.c=b.Math.max(t.c,u(Oe(m.d,m.d.c.length-1),315).d+(m.d.c.length<=1?0:t.b)),t.d=b.Math.min(t.c,u(Oe(m.d,m.d.c.length-1),315).d+(m.d.c.length<=1?0:t.b)))),ct.c.length==1)for(A=u(Oe(m.d,m.d.c.length-1),315),T=u(Oe(A.a,A.a.c.length-1),172),d=new J(T.n);d.a<d.c.c.length;)h=u(et(d),209),t.c=b.Math.max(t.c,T.r-h.d),t.d=b.Math.min(t.d,T.r-h.d),t.e=b.Math.max(t.e,h.d+t.b),t.f=b.Math.min(t.f,h.d+t.b);return Tt=bhe(ct,t.b),Bt=b.Math.max(Tt.a,j-(n.b+n.c)),k=b.Math.max(Tt.b,N-(n.d+n.a)),r=k-Tt.b,Oi(e,VA,r),Oi(e,fK,ct),new zvt(t.a,Bt,Tt.b+r,(mS(),pN))}function zCn(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er;if(Ce=u(K(t,(Me(),ms)),101),Ce!=(xa(),md)&&Ce!=c2){for(U=t.b,j=U.c.length,T=new bu((ih(j+2,Dct),Aq(Xa(Xa(5,j+2),(j+2)/10|0)))),W=new bu((ih(j+2,Dct),Aq(Xa(Xa(5,j+2),(j+2)/10|0)))),pe(T,new Er),pe(T,new Er),pe(W,new ge),pe(W,new ge),ie=new ge,e=0;e<j;e++)for(n=(mn(e,U.c.length),u(U.c[e],30)),en=(mn(e,T.c.length),u(T.c[e],85)),tt=new Er,In(T.c,tt),On=(mn(e,W.c.length),u(W.c[e],15)),Tt=new ge,In(W.c,Tt),s=new J(n.a);s.a<s.c.c.length;){if(r=u(et(s),10),l5t(r)){In(ie.c,r);continue}for(k=new nr(ir(ca(r).a.Kc(),new q));Sr(k);)d=u(lr(k),18),Mn=d.c.i,l5t(Mn)&&(Je=u(en.xc(K(Mn,(ae(),Di))),10),Je||(Je=Qfe(t,Mn),en.zc(K(Mn,Di),Je),On.Fc(Je)),Ya(d,u(Oe(Je.j,1),12)));for(m=new nr(ir(As(r).a.Kc(),new q));Sr(m);)d=u(lr(m),18),er=d.d.i,l5t(er)&&(ct=u(tr(tt,K(er,(ae(),Di))),10),ct||(ct=Qfe(t,er),di(tt,K(er,Di),ct),In(Tt.c,ct)),ya(d,u(Oe(ct.j,0),12)))}for(A=0;A<W.c.length;A++)if(St=(mn(A,W.c.length),u(W.c[A],15)),!St.dc())for(N=null,A==0?(N=new tu(t),Fy(0,U.c.length),YC(U.c,0,N)):A==T.c.length-1?(N=new tu(t),In(U.c,N)):N=(mn(A-1,U.c.length),u(U.c[A-1],30)),h=St.Kc();h.Ob();)o=u(h.Pb(),10),Ca(o,N);for(Kt=new J(ie);Kt.a<Kt.c.c.length;)Bt=u(et(Kt),10),Ca(Bt,null);Zt(t,(ae(),Fft),ie)}}function qCn(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr,cs,El,Vo;for(cs=new ge,U=new J(e.b);U.a<U.c.c.length;)for(N=u(et(U),30),Kt=new J(N.a);Kt.a<Kt.c.c.length;){for(Bt=u(et(Kt),10),Bt.p=-1,A=Va,en=Va,On=new J(Bt.j);On.a<On.c.c.length;){for(Je=u(et(On),12),s=new J(Je.e);s.a<s.c.c.length;)n=u(et(s),18),Mn=u(K(n,(Me(),Gk)),17).a,A=b.Math.max(A,Mn);for(r=new J(Je.g);r.a<r.c.c.length;)n=u(et(r),18),Mn=u(K(n,(Me(),Gk)),17).a,en=b.Math.max(en,Mn)}Zt(Bt,JG,fe(A)),Zt(Bt,ZG,fe(en))}for(ct=0,j=new J(e.b);j.a<j.c.c.length;)for(N=u(et(j),30),Kt=new J(N.a);Kt.a<Kt.c.c.length;)Bt=u(et(Kt),10),Bt.p<0&&(Jr=new N2t,Jr.b=ct++,o0e(t,Bt,Jr),In(cs.c,Jr));for(Ce=k0(cs.c.length),T=k0(cs.c.length),h=0;h<cs.c.length;h++)pe(Ce,new ge),pe(T,fe(0));for(a9n(e,cs,Ce,T),El=u(id(cs,Vt(K6e,k2e,261,cs.c.length,0,1)),854),ie=u(id(Ce,Vt($h,l3,15,Ce.c.length,0,1)),198),k=Vt(Or,ii,28,T.c.length,15,1),d=0;d<k.length;d++)k[d]=(mn(d,T.c.length),u(T.c[d],17)).a;for(Tt=0,St=new ge,m=0;m<El.length;m++)k[m]==0&&In(St.c,El[m]);for(tt=Vt(Or,ii,28,El.length,15,1);St.c.length!=0;)for(Jr=u(xp(St,0),261),tt[Jr.b]=Tt++;!ie[Jr.b].dc();)Vo=u(ie[Jr.b].gd(0),261),--k[Vo.b],k[Vo.b]==0&&In(St.c,Vo);for(t.a=Vt(K6e,k2e,261,El.length,0,1),o=0;o<El.length;o++)for(W=El[o],er=tt[o],t.a[er]=W,W.b=er,Kt=new J(W.e);Kt.a<Kt.c.c.length;)Bt=u(et(Kt),10),Bt.p=er;return t.a}function HCn(t,e,n,r,s){var o,h,d,m,k,T,A,N,j,U,W,tt,ct;for(W=!1,m=!1,N=t+1,U=(mn(t,e.c.length),u(e.c[t],186)),d=U.a,k=null,h=0;h<U.a.c.length;h++)if(o=(mn(h,d.c.length),u(d.c[h],172)),!o.c){if(o.b.c.length==0){fg(),vO(U,o),--h,W=!0;continue}if(o.k||(k&&MH(k),k=new zyt(k?k.e+k.d+r:0,U.f,r),bO(o,k.e+k.d,U.f),pe(U.d,k),C4t(k,o),o.k=!0),T=null,T=(ct=null,h<U.a.c.length-1?ct=u(Oe(U.a,h+1),172):N<e.c.length&&(mn(N,e.c.length),u(e.c[N],186)).a.c.length!=0&&(ct=u(Oe((mn(N,e.c.length),u(e.c[N],186)).a,0),172)),ct),tt=!1,T&&(tt=!Ci(T.j,U)),T){if(T.b.c.length!=0&&!Ie(De(u(Oe(T.b,0),27).of((ad(),gN)))))PI(o,n-o.s),MH(o.q),W=W|d3n(U,o,T,n,r);else{vO(U,T);break}if(T.b.c.length==0)for(e.c.length>N&&vO((mn(N,e.c.length),u(e.c[N],186)),T),T=null;e.c.length>N&&(mn(N,e.c.length),u(e.c[N],186)).a.c.length==0;)$u(e,(mn(N,e.c.length),e.c[N]));if(!T){--h;continue}if(!Ie(De(u(Oe(T.b,0),27).of((ad(),gN))))&&iEn(e,U,o,T,tt,n,N,r)){W=!0;continue}if(tt){if(j=U.b,A=T.f,!Ie(De(u(Oe(T.b,0),27).of(gN)))&&kTn(e,U,o,T,n,N,r,s)){if(W=!0,j<A){m=!0,T.j=U;break}continue}else if(t5t(U,o)){o.c=!0,W=!0;continue}}else if(t5t(U,o)){o.c=!0,W=!0;continue}if(W)continue}if(t5t(U,o)){o.c=!0,W=!0,T&&(T.k=!1);continue}else MH(o.q)}return new Ys((Nn(),!!W),!!m)}function Me(){Me=V,e1t=(si(),XEe),tAt=QEe,tN=SDt,Yf=JEe,G5=ADt,_v=LDt,O3=MDt,OT=DDt,PT=IDt,n1t=TK,Sv=Pw,r1t=ZEe,LA=NDt,qG=Xk,ZP=(Wkt(),dxe),U5=gxe,Lw=pxe,K5=bxe,e6e=new Ta(TN,fe(0)),IT=lxe,ZSt=hxe,Gk=fxe,uAt=Rxe,nAt=vxe,rAt=kxe,s1t=Lxe,iAt=Cxe,sAt=Sxe,HG=qxe,a1t=jxe,oAt=Pxe,aAt=Ixe,cAt=Fxe,Tv=ixe,AA=sxe,Qft=k5e,ISt=T5e,a6e=rL,o6e=_K,s6e=CN,i6e=CK,eAt=(ok(),q3),new Ta(Qk,eAt),WSt=new ym(12),KSt=new Ta(Kp,WSt),LSt=(_g(),UT),Rg=new Ta(sDt,LSt),M3=new Ta(Nl,0),n6e=new Ta(Pdt,fe(1)),AG=new Ta(nx,Q7),Aw=EK,ms=nL,DT=cx,Wxe=yN,s0=$Ee,A3=sx,r6e=new Ta(Ndt,(Nn(),!0)),L3=xN,Cw=_dt,Sw=Ow,zG=s2,t1t=R3,ASt=(Rs(),wd),fh=new Ta(Iw,ASt),Ev=ax,jG=fDt,D3=j3,t6e=Odt,QSt=CDt,XSt=(i5(),LN),new Ta(yDt,XSt),Qxe=Ldt,Jxe=Mdt,Zxe=Ddt,Xxe=Adt,i1t=mxe,_w=G5e,e2=U5e,MA=wxe,Du=R5e,Tw=g5e,_A=d5e,kv=J4e,CSt=Z4e,Kft=r5e,JP=t5e,Wft=h5e,HSt=K5e,VSt=W5e,RSt=I5e,$G=cxe,Zft=Q5e,Jft=S5e,GSt=nxe,DSt=y5e,Xft=x5e,Gft=vN,USt=Y5e,MG=V4e,kSt=H4e,LG=q4e,NSt=M5e,PSt=L5e,FSt=D5e,LT=ox,qo=Dv,zp=oDt,a0=Cdt,Yft=Tdt,_St=s5e,qp=Idt,CA=HEe,FG=UEe,Cv=kDt,YSt=GEe,MT=KEe,$St=$5e,zSt=q5e,I3=Yk,Vft=z4e,qSt=V5e,NG=w5e,PG=b5e,RG=qT,jSt=N5e,SA=Z5e,eN=ODt,SSt=p5e,JSt=uxe,MSt=m5e,Uxe=o5e,Gxe=c5e,Yxe=B5e,Kxe=u5e,BSt=Sdt,BG=j5e,OG=l5e,q0=Q4e,TSt=W4e,DG=G4e,ESt=K4e,IG=Y4e,S3=U4e,Uft=X4e,OSt=A5e}function vi(t){var e,n,r;if(t.d>=t.j){t.a=-1,t.c=1;return}if(e=qa(t.i,t.d++),t.a=e,t.b==1){switch(e){case 92:if(r=10,t.d>=t.j)throw nt(new Yr(Qr((Ur(),lU))));t.a=qa(t.i,t.d++);break;case 45:(t.e&512)==512&&t.d<t.j&&qa(t.i,t.d)==91?(++t.d,r=24):r=0;break;case 91:if((t.e&512)!=512&&t.d<t.j&&qa(t.i,t.d)==58){++t.d,r=20;break}default:(e&64512)==nP&&t.d<t.j&&(n=qa(t.i,t.d),(n&64512)==56320&&(t.a=fo+(e-nP<<10)+n-56320,++t.d)),r=0}t.c=r;return}switch(e){case 124:r=2;break;case 42:r=3;break;case 43:r=4;break;case 63:r=5;break;case 41:r=7;break;case 46:r=8;break;case 91:r=9;break;case 94:r=11;break;case 36:r=12;break;case 40:if(r=6,t.d>=t.j||qa(t.i,t.d)!=63)break;if(++t.d>=t.j)throw nt(new Yr(Qr((Ur(),Wlt))));switch(e=qa(t.i,t.d++),e){case 58:r=13;break;case 61:r=14;break;case 33:r=15;break;case 91:r=19;break;case 62:r=18;break;case 60:if(t.d>=t.j)throw nt(new Yr(Qr((Ur(),Wlt))));if(e=qa(t.i,t.d++),e==61)r=16;else if(e==33)r=17;else throw nt(new Yr(Qr((Ur(),zwe))));break;case 35:for(;t.d<t.j&&(e=qa(t.i,t.d++),e!=41););if(e!=41)throw nt(new Yr(Qr((Ur(),qwe))));r=21;break;default:if(e==45||97<=e&&e<=122||65<=e&&e<=90){--t.d,r=22;break}else if(e==40){r=23;break}throw nt(new Yr(Qr((Ur(),Wlt))))}break;case 92:if(r=10,t.d>=t.j)throw nt(new Yr(Qr((Ur(),lU))));t.a=qa(t.i,t.d++);break;default:r=0}t.c=r}function VCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt;if(n.Ug("Process compaction",1),!!Ie(De(K(e,(xc(),cLt))))){for(s=u(K(e,Mv),88),j=Rt(Ht(K(e,N1t))),w7n(t,e,s),oCn(e,j/2/2),U=e.b,Q2(U,new EUt(s)),k=_r(U,0);k.b!=k.d.c;)if(m=u(Tr(k),39),!Ie(De(K(m,(zi(),i2))))){if(r=Hkn(m,s),W=REn(m,e),A=0,N=0,r)switch(tt=r.e,s.g){case 2:A=tt.a-j-m.f.a,W.e.a-j-m.f.a<A&&(A=W.e.a-j-m.f.a),N=A+m.f.a;break;case 1:A=tt.a+r.f.a+j,W.e.a+j>A&&(A=W.e.a+W.f.a+j),N=A+m.f.a;break;case 4:A=tt.b-j-m.f.b,W.e.b-j-m.f.b<A&&(A=W.e.b-j-m.f.b),N=A+m.f.b;break;case 3:A=tt.b+r.f.b+j,W.e.b+j>A&&(A=W.e.b+W.f.b+j),N=A+m.f.b}else if(W)switch(s.g){case 2:A=W.e.a-j-m.f.a,N=A+m.f.a;break;case 1:A=W.e.a+W.f.a+j,N=A+m.f.a;break;case 4:A=W.e.b-j-m.f.b,N=A+m.f.b;break;case 3:A=W.e.b+W.f.b+j,N=A+m.f.b}$t(K(e,P1t))===$t((Y_(),oN))?(o=A,h=N,d=u7(Ai(new ln(null,new gn(t.a,16)),new fXt(o,h))),d.a!=null?s==(Rs(),Ho)||s==Jo?m.e.a=A:m.e.b=A:(s==(Rs(),Ho)||s==qh?d=u7(Ai(qae(new ln(null,new gn(t.a,16))),new TUt(o))):d=u7(Ai(qae(new ln(null,new gn(t.a,16))),new CUt(o))),d.a!=null&&(s==Ho||s==Jo?m.e.a=Rt(Ht((cr(d.a!=null),u(d.a,42)).a)):m.e.b=Rt(Ht((cr(d.a!=null),u(d.a,42)).a)))),d.a!=null&&(T=Wo(t.a,(cr(d.a!=null),d.a),0),T>0&&T!=u(K(m,o0),17).a&&(Zt(m,tLt,(Nn(),!0)),Zt(m,o0,fe(T))))):s==(Rs(),Ho)||s==Jo?m.e.a=A:m.e.b=A}n.Vg()}}function Ipe(t){var e,n,r,s,o,h,d,m,k;for(t.b=1,vi(t),e=null,t.c==0&&t.a==94?(vi(t),e=(xi(),xi(),new eh(4)),ru(e,0,hT),d=new eh(4)):d=(xi(),xi(),new eh(4)),s=!0;(k=t.c)!=1;){if(k==0&&t.a==93&&!s){e&&(MS(e,d),d=e);break}if(n=t.a,r=!1,k==10)switch(n){case 100:case 68:case 119:case 87:case 115:case 83:a3(d,F7(n)),r=!0;break;case 105:case 73:case 99:case 67:n=(a3(d,F7(n)),-1),n<0&&(r=!0);break;case 112:case 80:if(m=m6t(t,n),!m)throw nt(new Yr(Qr((Ur(),Ylt))));a3(d,m),r=!0;break;default:n=Z6t(t)}else if(k==24&&!s){if(e&&(MS(e,d),d=e),o=Ipe(t),MS(d,o),t.c!=0||t.a!=93)throw nt(new Yr(Qr((Ur(),Qwe))));break}if(vi(t),!r){if(k==0){if(n==91)throw nt(new Yr(Qr((Ur(),kTt))));if(n==93)throw nt(new Yr(Qr((Ur(),ETt))));if(n==45&&!s&&t.a!=93)throw nt(new Yr(Qr((Ur(),Xlt))))}if(t.c!=0||t.a!=45||n==45&&s)ru(d,n,n);else{if(vi(t),(k=t.c)==1)throw nt(new Yr(Qr((Ur(),hU))));if(k==0&&t.a==93)ru(d,n,n),ru(d,45,45);else{if(k==0&&t.a==93||k==24)throw nt(new Yr(Qr((Ur(),Xlt))));if(h=t.a,k==0){if(h==91)throw nt(new Yr(Qr((Ur(),kTt))));if(h==93)throw nt(new Yr(Qr((Ur(),ETt))));if(h==45)throw nt(new Yr(Qr((Ur(),Xlt))))}else k==10&&(h=Z6t(t));if(vi(t),n>h)throw nt(new Yr(Qr((Ur(),tme))));ru(d,n,h)}}}s=!1}if(t.c==1)throw nt(new Yr(Qr((Ur(),hU))));return h5(d),AS(d),t.b=0,vi(t),d}function UCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt;if(n.Ug("Coffman-Graham Layering",1),e.a.c.length==0){n.Vg();return}for(Kt=u(K(e,(Me(),jSt)),17).a,m=0,h=0,N=new J(e.a);N.a<N.c.c.length;)for(A=u(et(N),10),A.p=m++,o=new nr(ir(As(A).a.Kc(),new q));Sr(o);)s=u(lr(o),18),s.p=h++;for(t.d=Vt(Fl,B0,28,m,16,1),t.a=Vt(Fl,B0,28,h,16,1),t.b=Vt(Or,ii,28,m,15,1),t.e=Vt(Or,ii,28,m,15,1),t.f=Vt(Or,ii,28,m,15,1),Bq(t.c),qvn(t,e),U=new Oz(new qVt(t)),Bt=new J(e.a);Bt.a<Bt.c.c.length;){for(Tt=u(et(Bt),10),o=new nr(ir(ca(Tt).a.Kc(),new q));Sr(o);)s=u(lr(o),18),t.a[s.p]||++t.b[Tt.p];t.b[Tt.p]==0&&z6(S7(U,Tt),K7)}for(d=0;U.b.c.length!=0;)for(Tt=u(zst(U),10),t.f[Tt.p]=d++,o=new nr(ir(As(Tt).a.Kc(),new q));Sr(o);)s=u(lr(o),18),!t.a[s.p]&&(tt=s.d.i,--t.b[tt.p],dn(t.c,tt,fe(t.f[Tt.p])),t.b[tt.p]==0&&z6(S7(U,tt),K7));for(j=new Oz(new HVt(t)),St=new J(e.a);St.a<St.c.c.length;){for(Tt=u(et(St),10),o=new nr(ir(As(Tt).a.Kc(),new q));Sr(o);)s=u(lr(o),18),t.a[s.p]||++t.e[Tt.p];t.e[Tt.p]==0&&z6(S7(j,Tt),K7)}for(T=new ge,r=Lee(e,T);j.b.c.length!=0;)for(ct=u(zst(j),10),(r.a.c.length>=Kt||!j2n(ct,r))&&(r=Lee(e,T)),Ca(ct,r),o=new nr(ir(ca(ct).a.Kc(),new q));Sr(o);)s=u(lr(o),18),!t.a[s.p]&&(W=s.c.i,--t.e[W.p],t.e[W.p]==0&&z6(S7(j,W),K7));for(k=T.c.length-1;k>=0;--k)pe(e.b,(mn(k,T.c.length),u(T.c[k],30)));e.a.c.length=0,n.Vg()}function Ope(t,e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;Bt=!1;do for(Bt=!1,o=e?new ui(t.a.b).a.gc()-2:1;e?o>=0:o<new ui(t.a.b).a.gc();o+=e?-1:1)for(s=s3t(t.a,fe(o)),j=0;j<s.b;j++)if(A=u(Nh(s,j),10),!!Ui(A,(ae(),Bi))&&!(Gvn(t.a,fe(o))&&t.r==(sf(),Av)||Kvn(t.a,fe(o))&&t.r==(sf(),P3))){for(St=!0,ct=0;ct<s.b;ct++)tt=u(Nh(s,ct),10),Ui(tt,Bi)&&(e&&u(K(A,Bi),17).a<u(K(tt,Bi),17).a||!e&&u(K(A,Bi),17).a>u(K(tt,Bi),17).a)&&(St=!1);if(St){for(m=e?o+1:o-1,d=s3t(t.a,fe(m)),h=!1,Tt=!0,r=!1,T=_r(d,0);T.b!=T.d.c;)k=u(Tr(T),10),Ui(k,Bi)?k.p!=A.p&&(h=h|(e?u(K(k,Bi),17).a<u(K(A,Bi),17).a:u(K(k,Bi),17).a>u(K(A,Bi),17).a),Tt=!1):!h&&Tt&&k.k==(Un(),qc)&&(r=!0,e?N=u(lr(new nr(ir(ca(k).a.Kc(),new q))),18).c.i:N=u(lr(new nr(ir(As(k).a.Kc(),new q))),18).d.i,N==A&&(e?n=u(lr(new nr(ir(As(k).a.Kc(),new q))),18).d.i:n=u(lr(new nr(ir(ca(k).a.Kc(),new q))),18).c.i,(e?u(_y(t.a,n),17).a-u(_y(t.a,N),17).a:u(_y(t.a,N),17).a-u(_y(t.a,n),17).a)<=2&&(Tt=!1)));if(r&&Tt&&(e?n=u(lr(new nr(ir(As(A).a.Kc(),new q))),18).d.i:n=u(lr(new nr(ir(ca(A).a.Kc(),new q))),18).c.i,(e?u(_y(t.a,n),17).a-u(_y(t.a,A),17).a:u(_y(t.a,A),17).a-u(_y(t.a,n),17).a)<=2&&n.k==(Un(),Ts)&&(Tt=!1)),h||Tt){for(W=lde(t,A,e);W.a.gc()!=0;)U=u(W.a.ec().Kc().Pb(),10),W.a.Bc(U)!=null,Aa(W,lde(t,U,e));--j,Bt=!0}}}while(Bt)}function GCn(t){zr(t.c,ti,ot(st(Ne,1),le,2,6,[Ua,"http://www.w3.org/2001/XMLSchema#decimal"])),zr(t.d,ti,ot(st(Ne,1),le,2,6,[Ua,"http://www.w3.org/2001/XMLSchema#integer"])),zr(t.e,ti,ot(st(Ne,1),le,2,6,[Ua,"http://www.w3.org/2001/XMLSchema#boolean"])),zr(t.f,ti,ot(st(Ne,1),le,2,6,[Ua,"EBoolean",bi,"EBoolean:Object"])),zr(t.i,ti,ot(st(Ne,1),le,2,6,[Ua,"http://www.w3.org/2001/XMLSchema#byte"])),zr(t.g,ti,ot(st(Ne,1),le,2,6,[Ua,"http://www.w3.org/2001/XMLSchema#hexBinary"])),zr(t.j,ti,ot(st(Ne,1),le,2,6,[Ua,"EByte",bi,"EByte:Object"])),zr(t.n,ti,ot(st(Ne,1),le,2,6,[Ua,"EChar",bi,"EChar:Object"])),zr(t.t,ti,ot(st(Ne,1),le,2,6,[Ua,"http://www.w3.org/2001/XMLSchema#double"])),zr(t.u,ti,ot(st(Ne,1),le,2,6,[Ua,"EDouble",bi,"EDouble:Object"])),zr(t.F,ti,ot(st(Ne,1),le,2,6,[Ua,"http://www.w3.org/2001/XMLSchema#float"])),zr(t.G,ti,ot(st(Ne,1),le,2,6,[Ua,"EFloat",bi,"EFloat:Object"])),zr(t.I,ti,ot(st(Ne,1),le,2,6,[Ua,"http://www.w3.org/2001/XMLSchema#int"])),zr(t.J,ti,ot(st(Ne,1),le,2,6,[Ua,"EInt",bi,"EInt:Object"])),zr(t.N,ti,ot(st(Ne,1),le,2,6,[Ua,"http://www.w3.org/2001/XMLSchema#long"])),zr(t.O,ti,ot(st(Ne,1),le,2,6,[Ua,"ELong",bi,"ELong:Object"])),zr(t.Z,ti,ot(st(Ne,1),le,2,6,[Ua,"http://www.w3.org/2001/XMLSchema#short"])),zr(t.$,ti,ot(st(Ne,1),le,2,6,[Ua,"EShort",bi,"EShort:Object"])),zr(t._,ti,ot(st(Ne,1),le,2,6,[Ua,"http://www.w3.org/2001/XMLSchema#string"]))}function KCn(t,e,n,r,s,o,h){var d,m,k,T,A,N,j,U;return N=u(r.a,17).a,j=u(r.b,17).a,A=t.b,U=t.c,d=0,T=0,e==(Rs(),Ho)||e==Jo?(T=zD(kue(Py(Go(new ln(null,new gn(n.b,16)),new stt),new xR))),A.e.b+A.f.b/2>T?(k=++j,d=Rt(Ht(ql(Dy(Go(new ln(null,new gn(n.b,16)),new pXt(s,k)),new VZ))))):(m=++N,d=Rt(Ht(ql(H6(Go(new ln(null,new gn(n.b,16)),new bXt(s,m)),new UZ)))))):(T=zD(kue(Py(Go(new ln(null,new gn(n.b,16)),new WZ),new HZ))),A.e.a+A.f.a/2>T?(k=++j,d=Rt(Ht(ql(Dy(Go(new ln(null,new gn(n.b,16)),new dXt(s,k)),new GM))))):(m=++N,d=Rt(Ht(ql(H6(Go(new ln(null,new gn(n.b,16)),new gXt(s,m)),new GZ)))))),e==Ho?(to(t.a,new se(Rt(Ht(K(A,(zi(),O1))))-s,d)),to(t.a,new se(U.e.a+U.f.a+s+o,d)),to(t.a,new se(U.e.a+U.f.a+s+o,U.e.b+U.f.b/2)),to(t.a,new se(U.e.a+U.f.a,U.e.b+U.f.b/2))):e==Jo?(to(t.a,new se(Rt(Ht(K(A,(zi(),Xf))))+s,A.e.b+A.f.b/2)),to(t.a,new se(A.e.a+A.f.a+s,d)),to(t.a,new se(U.e.a-s-o,d)),to(t.a,new se(U.e.a-s-o,U.e.b+U.f.b/2)),to(t.a,new se(U.e.a,U.e.b+U.f.b/2))):e==qh?(to(t.a,new se(d,Rt(Ht(K(A,(zi(),O1))))-s)),to(t.a,new se(d,U.e.b+U.f.b+s+o)),to(t.a,new se(U.e.a+U.f.a/2,U.e.b+U.f.b+s+o)),to(t.a,new se(U.e.a+U.f.a/2,U.e.b+U.f.b+s))):(t.a.b==0||(u(Nf(t.a),8).b=Rt(Ht(K(A,(zi(),Xf))))+s*u(h.b,17).a),to(t.a,new se(d,Rt(Ht(K(A,(zi(),Xf))))+s*u(h.b,17).a)),to(t.a,new se(d,U.e.b-s*u(h.a,17).a-o))),new Ys(fe(N),fe(j))}function WCn(t){var e,n,r,s,o,h,d,m,k,T,A,N,j;if(h=!0,A=null,r=null,s=null,e=!1,j=K7e,k=null,o=null,d=0,m=Kat(t,d,TIt,CIt),m<t.length&&(qn(m,t.length),t.charCodeAt(m)==58)&&(A=(Sa(d,m,t.length),t.substr(d,m-d)),d=m+1),n=A!=null&&DD(HK,A.toLowerCase()),n){if(m=t.lastIndexOf("!/"),m==-1)throw nt(new zn("no archive separator"));h=!0,r=Ch(t,d,++m),d=m}else d>=0&&hn(t.substr(d,2),"//")?(d+=2,m=Kat(t,d,pL,bL),r=(Sa(d,m,t.length),t.substr(d,m-d)),d=m):A!=null&&(d==t.length||(qn(d,t.length),t.charCodeAt(d)!=47))&&(h=!1,m=Lmt(t,qu(35),d),m==-1&&(m=t.length),r=(Sa(d,m,t.length),t.substr(d,m-d)),d=m);if(!n&&d<t.length&&(qn(d,t.length),t.charCodeAt(d)==47)&&(m=Kat(t,d+1,pL,bL),T=(Sa(d+1,m,t.length),t.substr(d+1,m-(d+1))),T.length>0&&qa(T,T.length-1)==58&&(s=T,d=m)),d<t.length&&(qn(d,t.length),t.charCodeAt(d)==47)&&(++d,e=!0),d<t.length&&(qn(d,t.length),t.charCodeAt(d)!=63)&&(qn(d,t.length),t.charCodeAt(d)!=35)){for(N=new ge;d<t.length&&(qn(d,t.length),t.charCodeAt(d)!=63)&&(qn(d,t.length),t.charCodeAt(d)!=35);)m=Kat(t,d,pL,bL),pe(N,(Sa(d,m,t.length),t.substr(d,m-d))),d=m,d<t.length&&(qn(d,t.length),t.charCodeAt(d)==47)&&(Wpn(t,++d)||N.c.push(""));j=Vt(Ne,le,2,N.c.length,6,1),id(N,j)}return d<t.length&&(qn(d,t.length),t.charCodeAt(d)==63)&&(m=xE(t,35,++d),m==-1&&(m=t.length),k=(Sa(d,m,t.length),t.substr(d,m-d)),d=m),d<t.length&&(o=vyt(t,++d)),_Tn(h,A,r,s,j,k),new Wot(h,A,r,s,e,j,k,o)}function Ppe(){Ppe=V,Tct(),ai=new Nm,dn(ai,(ve(),e1),vd),dn(ai,gf,vd),dn(ai,yl,vd),dn(ai,n1,vd),dn(ai,Gu,vd),dn(ai,xl,vd),dn(ai,n1,e1),dn(ai,vd,Hh),dn(ai,e1,Hh),dn(ai,gf,Hh),dn(ai,yl,Hh),dn(ai,Uu,Hh),dn(ai,n1,Hh),dn(ai,Gu,Hh),dn(ai,xl,Hh),dn(ai,Iu,Hh),dn(ai,vd,gh),dn(ai,e1,gh),dn(ai,Hh,gh),dn(ai,gf,gh),dn(ai,yl,gh),dn(ai,Uu,gh),dn(ai,n1,gh),dn(ai,Iu,gh),dn(ai,ph,gh),dn(ai,Gu,gh),dn(ai,ol,gh),dn(ai,xl,gh),dn(ai,e1,gf),dn(ai,yl,gf),dn(ai,n1,gf),dn(ai,xl,gf),dn(ai,e1,yl),dn(ai,gf,yl),dn(ai,n1,yl),dn(ai,yl,yl),dn(ai,Gu,yl),dn(ai,vd,Vh),dn(ai,e1,Vh),dn(ai,Hh,Vh),dn(ai,gh,Vh),dn(ai,gf,Vh),dn(ai,yl,Vh),dn(ai,Uu,Vh),dn(ai,n1,Vh),dn(ai,ph,Vh),dn(ai,Iu,Vh),dn(ai,xl,Vh),dn(ai,Gu,Vh),dn(ai,hu,Vh),dn(ai,vd,ph),dn(ai,e1,ph),dn(ai,Hh,ph),dn(ai,gf,ph),dn(ai,yl,ph),dn(ai,Uu,ph),dn(ai,n1,ph),dn(ai,Iu,ph),dn(ai,xl,ph),dn(ai,ol,ph),dn(ai,hu,ph),dn(ai,e1,Iu),dn(ai,gf,Iu),dn(ai,yl,Iu),dn(ai,n1,Iu),dn(ai,ph,Iu),dn(ai,xl,Iu),dn(ai,Gu,Iu),dn(ai,vd,Vu),dn(ai,e1,Vu),dn(ai,Hh,Vu),dn(ai,gf,Vu),dn(ai,yl,Vu),dn(ai,Uu,Vu),dn(ai,n1,Vu),dn(ai,Iu,Vu),dn(ai,xl,Vu),dn(ai,e1,Gu),dn(ai,Hh,Gu),dn(ai,gh,Gu),dn(ai,yl,Gu),dn(ai,vd,ol),dn(ai,e1,ol),dn(ai,gh,ol),dn(ai,gf,ol),dn(ai,yl,ol),dn(ai,Uu,ol),dn(ai,n1,ol),dn(ai,n1,hu),dn(ai,yl,hu),dn(ai,Iu,vd),dn(ai,Iu,gf),dn(ai,Iu,Hh),dn(ai,Uu,vd),dn(ai,Uu,e1),dn(ai,Uu,gh)}function YCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie;switch(n.Ug("Brandes & Koepf node placement",1),t.a=e,t.c=DEn(e),r=u(K(e,(Me(),Zft)),281),j=Ie(De(K(e,SA))),t.d=r==(kO(),vG)&&!j||r==Mft,xTn(t,e),Kt=null,ie=null,ct=null,Tt=null,tt=(ih(4,c3),new bu(4)),u(K(e,Zft),281).g){case 3:ct=new p5(e,t.c.d,(X1(),Mw),(qd(),Vp)),In(tt.c,ct);break;case 1:Tt=new p5(e,t.c.d,(X1(),gd),(qd(),Vp)),In(tt.c,Tt);break;case 4:Kt=new p5(e,t.c.d,(X1(),Mw),(qd(),Lv)),In(tt.c,Kt);break;case 2:ie=new p5(e,t.c.d,(X1(),gd),(qd(),Lv)),In(tt.c,ie);break;default:ct=new p5(e,t.c.d,(X1(),Mw),(qd(),Vp)),Tt=new p5(e,t.c.d,gd,Vp),Kt=new p5(e,t.c.d,Mw,Lv),ie=new p5(e,t.c.d,gd,Lv),In(tt.c,Kt),In(tt.c,ie),In(tt.c,ct),In(tt.c,Tt)}for(s=new rXt(e,t.c),d=new J(tt);d.a<d.c.c.length;)o=u(et(d),185),lCn(s,o,t.b),o7n(o);for(N=new ghe(e,t.c),m=new J(tt);m.a<m.c.c.length;)o=u(et(m),185),OTn(N,o);if(n._g())for(k=new J(tt);k.a<k.c.c.length;)o=u(et(k),185),n.bh(o+" size is "+qot(o));if(A=null,t.d&&(T=eCn(t,tt,t.c.d),cge(e,T,n)&&(A=T)),!A)for(k=new J(tt);k.a<k.c.c.length;)o=u(et(k),185),cge(e,o,n)&&(!A||qot(A)>qot(o))&&(A=o);for(!A&&(A=(mn(0,tt.c.length),u(tt.c[0],185))),W=new J(e.b);W.a<W.c.c.length;)for(U=u(et(W),30),Bt=new J(U.a);Bt.a<Bt.c.c.length;)St=u(et(Bt),10),St.n.b=Rt(A.p[St.p])+Rt(A.d[St.p]);for(n._g()&&(n.bh("Chosen node placement: "+A),n.bh("Blocks: "+T1e(A)),n.bh("Classes: "+U5n(A,n)),n.bh("Marked edges: "+t.b)),h=new J(tt);h.a<h.c.c.length;)o=u(et(h),185),o.g=null,o.b=null,o.a=null,o.d=null,o.j=null,o.i=null,o.p=null;a1n(t.c),t.b.a.$b(),n.Vg()}function XCn(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er;if(t.c.length==1)return Dhe((mn(0,t.c.length),u(t.c[0],121))),mn(0,t.c.length),u(t.c[0],121);if(t.c.length<=0)return new MI;for(m=new J(t);m.a<m.c.c.length;){for(h=u(et(m),121),Tt=0,U=ki,W=ki,N=Va,j=Va,ct=_r(h.b,0);ct.b!=ct.d.c;)tt=u(Tr(ct),39),Tt+=u(K(tt,(xc(),iK)),17).a,U=b.Math.min(U,tt.e.a),W=b.Math.min(W,tt.e.b),N=b.Math.max(N,tt.e.a+tt.f.a),j=b.Math.max(j,tt.e.b+tt.f.b);Zt(h,(xc(),iK),fe(Tt)),Zt(h,(zi(),RT),new se(U,W)),Zt(h,cN,new se(N,j))}for(wn(),Ms(t,new TZ),Kt=new MI,Yo(Kt,(mn(0,t.c.length),u(t.c[0],96))),A=0,On=0,k=new J(t);k.a<k.c.c.length;)h=u(et(k),121),ie=ra(Ma(u(K(h,(zi(),cN)),8)),u(K(h,RT),8)),A=b.Math.max(A,ie.a),On+=ie.a*ie.b;for(A=b.Math.max(A,b.Math.sqrt(On)*Rt(Ht(K(Kt,(xc(),Oke))))),Ce=Rt(Ht(K(Kt,N1t))),Mn=0,er=0,T=0,e=Ce,d=new J(t);d.a<d.c.c.length;)h=u(et(d),121),ie=ra(Ma(u(K(h,(zi(),cN)),8)),u(K(h,RT),8)),Mn+ie.a>A&&(Mn=0,er+=T+Ce,T=0),E0e(Kt,h,Mn,er),e=b.Math.max(e,Mn+ie.a),T=b.Math.max(T,ie.b),Mn+=ie.a+Ce;for(Bt=new Er,n=new Er,Je=new J(t);Je.a<Je.c.c.length;)for(en=u(et(Je),121),r=Ie(De(K(en,(si(),yN)))),St=en.q?en.q:j0,o=St.vc().Kc();o.Ob();)s=u(o.Pb(),44),Eu(Bt,s.ld())?$t(u(s.ld(),149).Sg())!==$t(s.md())&&(r&&Eu(n,s.ld())?(fg(),""+u(s.ld(),149).Pg()):(di(Bt,u(s.ld(),149),s.md()),Zt(Kt,u(s.ld(),149),s.md()),r&&di(n,u(s.ld(),149),s.md()))):(di(Bt,u(s.ld(),149),s.md()),Zt(Kt,u(s.ld(),149),s.md()));return Dhe(Kt),Kt}function gV(t,e){switch(t.e){case 0:case 2:case 4:case 6:case 42:case 44:case 46:case 48:case 8:case 10:case 12:case 14:case 16:case 18:case 20:case 22:case 24:case 26:case 28:case 30:case 32:case 34:case 36:case 38:return new ene(t.b,t.a,e,t.c);case 1:return new ez(t.a,e,ss(e.Dh(),t.c));case 43:return new KQt(t.a,e,ss(e.Dh(),t.c));case 3:return new Ns(t.a,e,ss(e.Dh(),t.c));case 45:return new Qu(t.a,e,ss(e.Dh(),t.c));case 41:return new el(u(rf(t.c),29),t.a,e,ss(e.Dh(),t.c));case 50:return new poe(u(rf(t.c),29),t.a,e,ss(e.Dh(),t.c));case 5:return new avt(t.a,e,ss(e.Dh(),t.c),t.d.n);case 47:return new aZt(t.a,e,ss(e.Dh(),t.c),t.d.n);case 7:return new Jt(t.a,e,ss(e.Dh(),t.c),t.d.n);case 49:return new R6(t.a,e,ss(e.Dh(),t.c),t.d.n);case 9:return new GQt(t.a,e,ss(e.Dh(),t.c));case 11:return new UQt(t.a,e,ss(e.Dh(),t.c));case 13:return new ymt(t.a,e,ss(e.Dh(),t.c));case 15:return new wz(t.a,e,ss(e.Dh(),t.c));case 17:return new WQt(t.a,e,ss(e.Dh(),t.c));case 19:return new H4(t.a,e,ss(e.Dh(),t.c));case 21:return new xmt(t.a,e,ss(e.Dh(),t.c));case 23:return new fI(t.a,e,ss(e.Dh(),t.c));case 25:return new uZt(t.a,e,ss(e.Dh(),t.c),t.d.n);case 27:return new En(t.a,e,ss(e.Dh(),t.c),t.d.n);case 29:return new cZt(t.a,e,ss(e.Dh(),t.c),t.d.n);case 31:return new oZt(t.a,e,ss(e.Dh(),t.c),t.d.n);case 33:return new cvt(t.a,e,ss(e.Dh(),t.c),t.d.n);case 35:return new ovt(t.a,e,ss(e.Dh(),t.c),t.d.n);case 37:return new ait(t.a,e,ss(e.Dh(),t.c),t.d.n);case 39:return new Pz(t.a,e,ss(e.Dh(),t.c),t.d.n);case 40:return new ws(e,ss(e.Dh(),t.c));default:throw nt(new oc("Unknown feature style: "+t.e))}}function Npe(t){var e,n,r,s,o,h,d,m;for(o=0,s=t.a.b,m=_r(t.a,0);m.b!=m.d.c;){if(d=u(Tr(m),240),h=(o+1)/(s+1),!t.c&&!t.d)return;t.c&&!t.d?(t.g=!0,t.b==(Rs(),Ho)?(r=t.c.e.b+t.c.f.b+t.e*(o+1),e=new se(Rt(Ht(K(t.c,(zi(),Xf))))+t.e,r),n=new se(Rt(Ht(K(t.c,O1)))-t.e,r)):t.b==Jo?(r=t.c.e.b+t.c.f.b+t.e*(o+1),e=new se(Rt(Ht(K(t.c,(zi(),O1))))-t.e,r),n=new se(Rt(Ht(K(t.c,Xf)))+t.e,r)):t.b==qh?(r=t.c.e.a+t.c.f.a+t.e*(o+1),e=new se(r,Rt(Ht(K(t.c,(zi(),Xf))))+t.e),n=new se(r,Rt(Ht(K(t.c,O1)))-t.e)):(r=t.c.e.a+t.c.f.a+t.e*(o+1),e=new se(r,Rt(Ht(K(t.c,(zi(),O1))))-t.e),n=new se(r,Rt(Ht(K(t.c,Xf)))+t.e))):t.c&&t.d?t.b==(Rs(),Ho)?(r=t.d.e.b*h+(t.c.e.b+t.c.f.b)*(1-h),e=new se(Rt(Ht(K(t.c,(zi(),Xf))))+t.e,r),n=new se(Rt(Ht(K(t.c,O1)))-t.e,r)):t.b==Jo?(r=t.d.e.b*h+(t.c.e.b+t.c.f.b)*(1-h),e=new se(Rt(Ht(K(t.c,(zi(),O1))))-t.e,r),n=new se(Rt(Ht(K(t.c,Xf)))+t.e,r)):t.b==qh?(r=t.d.e.a*h+(t.c.e.a+t.c.f.a)*(1-h),e=new se(r,Rt(Ht(K(t.c,(zi(),Xf))))+t.e),n=new se(r,Rt(Ht(K(t.c,O1)))-t.e)):(r=t.d.e.a*h+(t.c.e.a+t.c.f.a)*(1-h),e=new se(r,Rt(Ht(K(t.c,(zi(),O1))))-t.e),n=new se(r,Rt(Ht(K(t.c,Xf)))+t.e)):(t.f=!0,t.b==(Rs(),Ho)?(r=t.d.e.b-t.e*(o+1),e=new se(Rt(Ht(K(t.d,(zi(),Xf))))+t.e,r),n=new se(Rt(Ht(K(t.d,O1)))-t.e,r)):t.b==Jo?(r=t.d.e.b-t.e*(o+1),e=new se(Rt(Ht(K(t.d,(zi(),O1))))-t.e,r),n=new se(Rt(Ht(K(t.d,Xf)))+t.e,r)):t.b==qh?(r=t.d.e.a-t.e*(o+1),e=new se(r,Rt(Ht(K(t.d,(zi(),Xf))))+t.e),n=new se(r,Rt(Ht(K(t.d,O1)))-t.e)):(r=t.d.e.a-t.e*(o+1),e=new se(r,Rt(Ht(K(t.d,(zi(),O1))))-t.e),n=new se(r,Rt(Ht(K(t.d,Xf)))+t.e))),u(d.a,8).a=e.a,u(d.a,8).b=e.b,d.b.a=n.a,d.b.b=n.b,++o}}function QCn(t,e,n,r,s,o){var h,d,m,k,T,A,N,j,U,W,tt,ct;switch(e){case 71:d=r.q.getFullYear()-Hb>=-1900?1:0,n>=4?ni(t,ot(st(Ne,1),le,2,6,[Xpe,Qpe])[d]):ni(t,ot(st(Ne,1),le,2,6,["BC","AD"])[d]);break;case 121:gwn(t,n,r);break;case 77:O8n(t,n,r);break;case 107:m=s.q.getHours(),m==0?A0(t,24,n):A0(t,m,n);break;case 83:Gxn(t,n,s);break;case 69:T=r.q.getDay(),n==5?ni(t,ot(st(Ne,1),le,2,6,["S","M","T","W","T","F","S"])[T]):n==4?ni(t,ot(st(Ne,1),le,2,6,[Uct,Gct,Kct,Wct,Yct,Xct,Qct])[T]):ni(t,ot(st(Ne,1),le,2,6,["Sun","Mon","Tue","Wed","Thu","Fri","Sat"])[T]);break;case 97:s.q.getHours()>=12&&s.q.getHours()<24?ni(t,ot(st(Ne,1),le,2,6,["AM","PM"])[1]):ni(t,ot(st(Ne,1),le,2,6,["AM","PM"])[0]);break;case 104:A=s.q.getHours()%12,A==0?A0(t,12,n):A0(t,A,n);break;case 75:N=s.q.getHours()%12,A0(t,N,n);break;case 72:j=s.q.getHours(),A0(t,j,n);break;case 99:U=r.q.getDay(),n==5?ni(t,ot(st(Ne,1),le,2,6,["S","M","T","W","T","F","S"])[U]):n==4?ni(t,ot(st(Ne,1),le,2,6,[Uct,Gct,Kct,Wct,Yct,Xct,Qct])[U]):n==3?ni(t,ot(st(Ne,1),le,2,6,["Sun","Mon","Tue","Wed","Thu","Fri","Sat"])[U]):A0(t,U,1);break;case 76:W=r.q.getMonth(),n==5?ni(t,ot(st(Ne,1),le,2,6,["J","F","M","A","M","J","J","A","S","O","N","D"])[W]):n==4?ni(t,ot(st(Ne,1),le,2,6,[Pct,Nct,Fct,Bct,xk,Rct,jct,$ct,zct,qct,Hct,Vct])[W]):n==3?ni(t,ot(st(Ne,1),le,2,6,["Jan","Feb","Mar","Apr",xk,"Jun","Jul","Aug","Sep","Oct","Nov","Dec"])[W]):A0(t,W+1,n);break;case 81:tt=r.q.getMonth()/3|0,n<4?ni(t,ot(st(Ne,1),le,2,6,["Q1","Q2","Q3","Q4"])[tt]):ni(t,ot(st(Ne,1),le,2,6,["1st quarter","2nd quarter","3rd quarter","4th quarter"])[tt]);break;case 100:ct=r.q.getDate(),A0(t,ct,n);break;case 109:k=s.q.getMinutes(),A0(t,k,n);break;case 115:h=s.q.getSeconds(),A0(t,h,n);break;case 122:n<4?ni(t,o.c[0]):ni(t,o.c[1]);break;case 118:ni(t,o.b);break;case 90:n<3?ni(t,j4n(o)):n==3?ni(t,V4n(o)):ni(t,U4n(o.a));break;default:return!1}return!0}function Kkt(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr;if(f0e(e),m=u(Lt((!e.b&&(e.b=new En(gr,e,4,7)),e.b),0),84),T=u(Lt((!e.c&&(e.c=new En(gr,e,5,8)),e.c),0),84),d=Xo(m),k=Xo(T),h=(!e.a&&(e.a=new Jt(Ji,e,6,6)),e.a).i==0?null:u(Lt((!e.a&&(e.a=new Jt(Ji,e,6,6)),e.a),0),166),Ce=u(tr(t.a,d),10),Mn=u(tr(t.a,k),10),en=null,er=null,At(m,193)&&(ie=u(tr(t.a,m),304),At(ie,12)?en=u(ie,12):At(ie,10)&&(Ce=u(ie,10),en=u(Oe(Ce.j,0),12))),At(T,193)&&(On=u(tr(t.a,T),304),At(On,12)?er=u(On,12):At(On,10)&&(Mn=u(On,10),er=u(Oe(Mn.j,0),12))),!Ce||!Mn)throw nt(new _6("The source or the target of edge "+e+" could not be found. This usually happens when an edge connects a node laid out by ELK Layered to a node in another level of hierarchy laid out by either another instance of ELK Layered or another layout algorithm alltogether. The former can be solved by setting the hierarchyHandling option to INCLUDE_CHILDREN."));for(W=new Pm,Yo(W,e),Zt(W,(ae(),Di),e),Zt(W,(Me(),qo),null),j=u(K(r,uu),21),Ce==Mn&&j.Fc((ko(),yA)),en||(Kt=(xo(),xu),Je=null,h&&R4(u(K(Ce,ms),101))&&(Je=new se(h.j,h.k),eie(Je,kI(e)),Lie(Je,n),qy(k,d)&&(Kt=vl,Ei(Je,Ce.n))),en=dge(Ce,Je,Kt,r)),er||(Kt=(xo(),vl),Jr=null,h&&R4(u(K(Mn,ms),101))&&(Jr=new se(h.b,h.c),eie(Jr,kI(e)),Lie(Jr,n)),er=dge(Mn,Jr,Kt,Ia(Mn))),Ya(W,en),ya(W,er),(en.e.c.length>1||en.g.c.length>1||er.e.c.length>1||er.g.c.length>1)&&j.Fc((ko(),vA)),N=new Zn((!e.n&&(e.n=new Jt(Oo,e,1,7)),e.n));N.e!=N.i.gc();)if(A=u(sr(N),135),!Ie(De(ne(A,Aw)))&&A.a)switch(tt=Sat(A),pe(W.b,tt),u(K(tt,a0),278).g){case 1:case 2:j.Fc((ko(),_T));break;case 0:j.Fc((ko(),CT)),Zt(tt,a0,(nd(),HT))}if(o=u(K(r,_A),322),ct=u(K(r,$G),323),s=o==(z_(),UP)||ct==(oS(),f1t),h&&(!h.a&&(h.a=new Ns(bh,h,5)),h.a).i!=0&&s){for(Tt=CO(h),U=new Xu,Bt=_r(Tt,0);Bt.b!=Bt.d.c;)St=u(Tr(Bt),8),Zr(U,new eo(St));Zt(W,z_t,U)}return W}function JCn(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr,cs;for(Je=0,On=0,Ce=new Er,Kt=u(ql(Dy(Go(new ln(null,new gn(t.b,16)),new KZ),new ttt)),17).a+1,en=Vt(Or,ii,28,Kt,15,1),tt=Vt(Or,ii,28,Kt,15,1),W=0;W<Kt;W++)en[W]=0,tt[W]=0;for(m=u(tc(Vyt(new ln(null,new gn(t.a,16))),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),T=m.Kc();T.Ob();)if(k=u(T.Pb(),65),er=u(K(k.b,(xc(),o0)),17).a,cs=u(K(k.c,o0),17).a,Bt=cs-er,Bt>1)for(d=er+1;d<cs;d++){if(A=d,ie=u(tc(Ai(new ln(null,new gn(t.b,16)),new IUt(A)),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[rc]))),15),U=0,e==(Rs(),Ho)||e==Jo){for(ie.jd(new JZ),U=0;U<ie.gc()&&(ct=(d-er)/(cs-er),!(u(ie.Xb(U),39).e.b>k.b.e.b*(1-ct)+k.c.e.b*ct));U++);if(ie.gc()>0&&(Jr=k.a.b==0?Ma(k.b.e):u(Nf(k.a),8),St=Ei(Ma(u(ie.Xb(ie.gc()-1),39).e),u(ie.Xb(ie.gc()-1),39).f),N=Ei(Ma(u(ie.Xb(0),39).e),u(ie.Xb(0),39).f),U>=ie.gc()-1&&Jr.b>St.b&&k.c.e.b>St.b||U<=0&&Jr.b<N.a&&k.c.e.b<N.b))continue}else{for(ie.jd(new ZZ),U=0;U<ie.gc()&&(ct=(d-er)/(cs-er),!(u(ie.Xb(U),39).e.a>k.b.e.a*(1-ct)+k.c.e.a*ct));U++);if(ie.gc()>0&&(Jr=k.a.b==0?Ma(k.b.e):u(Nf(k.a),8),St=Ei(Ma(u(ie.Xb(ie.gc()-1),39).e),u(ie.Xb(ie.gc()-1),39).f),N=Ei(Ma(u(ie.Xb(0),39).e),u(ie.Xb(0),39).f),U>=ie.gc()-1&&Jr.a>St.a&&k.c.e.a>St.a||U<=0&&Jr.a<N.a&&k.c.e.a<N.a))continue}s=new Ea,o=new Ea,Zr(k.a,s),Zr(k.a,o),h=new dit(s,o,k),Tt=k1(Rf(d,32),ia(U,Eo)),Eu(Ce,Ag(Tt))?(j=u(tr(Ce,Ag(Tt)),675),Zr(j.a,h),dg(j.b)?Q2(j.a,new att):Q2(j.a,new ott),Npe(j)):(j=new Wle(U==0?null:u(ie.Xb(U-1),39),U==ie.gc()?null:u(ie.Xb(U),39),h,t),di(Ce,Ag(Tt),j)),e==Ho||e==Jo?(j.f&&j.d.e.b<=Rt(Ht(K(t,(zi(),D1t))))&&++Je,j.g&&j.c.e.b+j.c.f.b>=Rt(Ht(K(t,(zi(),rLt))))&&++On):(j.f&&j.d.e.a<=Rt(Ht(K(t,(zi(),M1t))))&&++Je,j.g&&j.c.e.a+j.c.f.a>=Rt(Ht(K(t,(zi(),nLt))))&&++On)}else Bt==0?p6t(k):Bt<0&&(++en[er],++tt[cs],Mn=KCn(k,e,t,new Ys(fe(Je),fe(On)),n,r,new Ys(fe(tt[cs]),fe(en[er]))),Je=u(Mn.a,17).a,On=u(Mn.b,17).a)}function ZCn(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt;if(r=e,m=n,t.b&&r.j==(ve(),Gn)&&m.j==(ve(),Gn)&&(Tt=r,r=m,m=Tt),Eu(t.a,r)){if(v1(u(tr(t.a,r),49),m))return 1}else di(t.a,r,new Os);if(Eu(t.a,m)){if(v1(u(tr(t.a,m),49),r))return-1}else di(t.a,m,new Os);if(Eu(t.d,r)){if(v1(u(tr(t.d,r),49),m))return-1}else di(t.d,r,new Os);if(Eu(t.d,m)){if(v1(u(tr(t.a,m),49),r))return 1}else di(t.d,m,new Os);if(r.j!=m.j)return ct=zrn(r.j,m.j),ct==-1?Fh(t,m,r):Fh(t,r,m),ct;if(r.e.c.length!=0&&m.e.c.length!=0){if(t.b&&(ct=Xce(r,m),ct!=0))return ct==-1?Fh(t,m,r):ct==1&&Fh(t,r,m),ct;if(o=u(Oe(r.e,0),18).c.i,T=u(Oe(m.e,0),18).c.i,o==T)return s=u(K(u(Oe(r.e,0),18),(ae(),Bi)),17).a,k=u(K(u(Oe(m.e,0),18),Bi),17).a,s>k?Fh(t,r,m):Fh(t,m,r),s<k?-1:s>k?1:0;for(U=t.c,W=0,tt=U.length;W<tt;++W){if(j=U[W],j==o)return Fh(t,r,m),1;if(j==T)return Fh(t,m,r),-1}}return r.g.c.length!=0&&m.g.c.length!=0?(d=u(K(r,(ae(),jft)),10),N=u(K(m,jft),10),t.e==(Vd(),p1t)&&d&&N&&Ui(d,Bi)&&Ui(N,Bi)?(s=u(K(d,Bi),17).a,k=u(K(N,Bi),17).a,s>k?Fh(t,r,m):Fh(t,m,r),s<k?-1:s>k?1:0):t.b&&(ct=Xce(r,m),ct!=0)?(ct==-1?Fh(t,m,r):ct==1&&Fh(t,r,m),ct):(h=0,A=0,Ui(u(Oe(r.g,0),18),Bi)&&(h=u(K(u(Oe(r.g,0),18),Bi),17).a),Ui(u(Oe(m.g,0),18),Bi)&&(A=u(K(u(Oe(r.g,0),18),Bi),17).a),d&&d==N?Ie(De(K(u(Oe(r.g,0),18),dd)))&&!Ie(De(K(u(Oe(m.g,0),18),dd)))?(Fh(t,r,m),1):!Ie(De(K(u(Oe(r.g,0),18),dd)))&&Ie(De(K(u(Oe(m.g,0),18),dd)))?(Fh(t,m,r),-1):(h>A?Fh(t,r,m):Fh(t,m,r),h<A?-1:h>A?1:0):(t.f&&(t.f._b(d)&&(h=u(t.f.xc(d),17).a),t.f._b(N)&&(A=u(t.f.xc(N),17).a)),h>A?Fh(t,r,m):Fh(t,m,r),h<A?-1:h>A?1:0))):r.e.c.length!=0&&m.g.c.length!=0?(Fh(t,r,m),1):r.g.c.length!=0&&m.e.c.length!=0?(Fh(t,m,r),-1):Ui(r,(ae(),Bi))&&Ui(m,Bi)?(s=u(K(r,Bi),17).a,k=u(K(m,Bi),17).a,s>k?Fh(t,r,m):Fh(t,m,r),s<k?-1:s>k?1:0):(Fh(t,m,r),-1)}function t_n(t){t.gb||(t.gb=!0,t.b=yc(t,0),ds(t.b,18),Ki(t.b,19),t.a=yc(t,1),ds(t.a,1),Ki(t.a,2),Ki(t.a,3),Ki(t.a,4),Ki(t.a,5),t.o=yc(t,2),ds(t.o,8),ds(t.o,9),Ki(t.o,10),Ki(t.o,11),Ki(t.o,12),Ki(t.o,13),Ki(t.o,14),Ki(t.o,15),Ki(t.o,16),Ki(t.o,17),Ki(t.o,18),Ki(t.o,19),Ki(t.o,20),Ki(t.o,21),Ki(t.o,22),Ki(t.o,23),jo(t.o),jo(t.o),jo(t.o),jo(t.o),jo(t.o),jo(t.o),jo(t.o),jo(t.o),jo(t.o),jo(t.o),t.p=yc(t,3),ds(t.p,2),ds(t.p,3),ds(t.p,4),ds(t.p,5),Ki(t.p,6),Ki(t.p,7),jo(t.p),jo(t.p),t.q=yc(t,4),ds(t.q,8),t.v=yc(t,5),Ki(t.v,9),jo(t.v),jo(t.v),jo(t.v),t.w=yc(t,6),ds(t.w,2),ds(t.w,3),ds(t.w,4),Ki(t.w,5),t.B=yc(t,7),Ki(t.B,1),jo(t.B),jo(t.B),jo(t.B),t.Q=yc(t,8),Ki(t.Q,0),jo(t.Q),t.R=yc(t,9),ds(t.R,1),t.S=yc(t,10),jo(t.S),jo(t.S),jo(t.S),jo(t.S),jo(t.S),jo(t.S),jo(t.S),jo(t.S),jo(t.S),jo(t.S),jo(t.S),jo(t.S),jo(t.S),jo(t.S),jo(t.S),t.T=yc(t,11),Ki(t.T,10),Ki(t.T,11),Ki(t.T,12),Ki(t.T,13),Ki(t.T,14),jo(t.T),jo(t.T),t.U=yc(t,12),ds(t.U,2),ds(t.U,3),Ki(t.U,4),Ki(t.U,5),Ki(t.U,6),Ki(t.U,7),jo(t.U),t.V=yc(t,13),Ki(t.V,10),t.W=yc(t,14),ds(t.W,18),ds(t.W,19),ds(t.W,20),Ki(t.W,21),Ki(t.W,22),Ki(t.W,23),t.bb=yc(t,15),ds(t.bb,10),ds(t.bb,11),ds(t.bb,12),ds(t.bb,13),ds(t.bb,14),ds(t.bb,15),ds(t.bb,16),Ki(t.bb,17),jo(t.bb),jo(t.bb),t.eb=yc(t,16),ds(t.eb,2),ds(t.eb,3),ds(t.eb,4),ds(t.eb,5),ds(t.eb,6),ds(t.eb,7),Ki(t.eb,8),Ki(t.eb,9),t.ab=yc(t,17),ds(t.ab,0),ds(t.ab,1),t.H=yc(t,18),Ki(t.H,0),Ki(t.H,1),Ki(t.H,2),Ki(t.H,3),Ki(t.H,4),Ki(t.H,5),jo(t.H),t.db=yc(t,19),Ki(t.db,2),t.c=pi(t,20),t.d=pi(t,21),t.e=pi(t,22),t.f=pi(t,23),t.i=pi(t,24),t.g=pi(t,25),t.j=pi(t,26),t.k=pi(t,27),t.n=pi(t,28),t.r=pi(t,29),t.s=pi(t,30),t.t=pi(t,31),t.u=pi(t,32),t.fb=pi(t,33),t.A=pi(t,34),t.C=pi(t,35),t.D=pi(t,36),t.F=pi(t,37),t.G=pi(t,38),t.I=pi(t,39),t.J=pi(t,40),t.L=pi(t,41),t.M=pi(t,42),t.N=pi(t,43),t.O=pi(t,44),t.P=pi(t,45),t.X=pi(t,46),t.Y=pi(t,47),t.Z=pi(t,48),t.$=pi(t,49),t._=pi(t,50),t.cb=pi(t,51),t.K=pi(t,52))}function e_n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er;for(h=new Qi,ie=u(K(n,(Me(),fh)),88),W=0,Aa(h,(!e.a&&(e.a=new Jt(wi,e,10,11)),e.a));h.b!=0;)T=u(h.b==0?null:(cr(h.b!=0),Lh(h,h.a.a)),27),k=es(T),($t(ne(k,q0))!==$t((Vd(),Hp))||$t(ne(k,Tw))===$t((Mp(),ET))||$t(ne(k,Tw))===$t((Mp(),kT))||Ie(De(ne(k,kv)))||$t(ne(k,S3))!==$t((iw(),x3))||$t(ne(k,e2))===$t((sf(),Av))||$t(ne(k,e2))===$t((sf(),P3))||$t(ne(k,_w))===$t((Np(),NT))||$t(ne(k,_w))===$t((Np(),FT)))&&!Ie(De(ne(T,IG)))&&Oi(T,(ae(),Bi),fe(W++)),ct=!Ie(De(ne(T,Aw))),ct&&(N=(!T.a&&(T.a=new Jt(wi,T,10,11)),T.a).i!=0,U=Myn(T),j=$t(ne(T,A3))===$t((Cg(),Wp)),er=!td(T,(si(),zT))||Bie(Gr(ne(T,zT))),Bt=null,er&&j&&(N||U)&&(Bt=K0e(T),Zt(Bt,fh,ie),Ui(Bt,ZP)&&KKt(new D5t(Rt(Ht(K(Bt,ZP)))),Bt),u(ne(T,Sw),181).gc()!=0&&(A=Bt,xs(new ln(null,(!T.c&&(T.c=new Jt(kl,T,9,9)),new gn(T.c,16))),new tVt(A)),jde(T,Bt))),Ce=n,en=u(tr(t.a,es(T)),10),en&&(Ce=en.e),St=ype(t,T,Ce),Bt&&(St.e=Bt,Bt.e=St,Aa(h,(!T.a&&(T.a=new Jt(wi,T,10,11)),T.a))));for(W=0,fs(h,e,h.c.b,h.c);h.b!=0;){for(o=u(h.b==0?null:(cr(h.b!=0),Lh(h,h.a.a)),27),m=new Zn((!o.b&&(o.b=new Jt(Cs,o,12,3)),o.b));m.e!=m.i.gc();)d=u(sr(m),74),f0e(d),($t(ne(e,q0))!==$t((Vd(),Hp))||$t(ne(e,Tw))===$t((Mp(),ET))||$t(ne(e,Tw))===$t((Mp(),kT))||Ie(De(ne(e,kv)))||$t(ne(e,S3))!==$t((iw(),x3))||$t(ne(e,e2))===$t((sf(),Av))||$t(ne(e,e2))===$t((sf(),P3))||$t(ne(e,_w))===$t((Np(),NT))||$t(ne(e,_w))===$t((Np(),FT)))&&Oi(d,(ae(),Bi),fe(W++)),On=Xo(u(Lt((!d.b&&(d.b=new En(gr,d,4,7)),d.b),0),84)),Mn=Xo(u(Lt((!d.c&&(d.c=new En(gr,d,5,8)),d.c),0),84)),!(Ie(De(ne(d,Aw)))||Ie(De(ne(On,Aw)))||Ie(De(ne(Mn,Aw))))&&(tt=Jm(d)&&Ie(De(ne(On,L3)))&&Ie(De(ne(d,Cw))),Kt=o,tt||qy(Mn,On)?Kt=On:qy(On,Mn)&&(Kt=Mn),Ce=n,en=u(tr(t.a,Kt),10),en&&(Ce=en.e),Tt=Kkt(t,d,Kt,Ce),Zt(Tt,(ae(),B_t),ekn(t,d,e,n)));if(j=$t(ne(o,A3))===$t((Cg(),Wp)),j)for(s=new Zn((!o.a&&(o.a=new Jt(wi,o,10,11)),o.a));s.e!=s.i.gc();)r=u(sr(s),27),er=!td(r,(si(),zT))||Bie(Gr(ne(r,zT))),Je=$t(ne(r,A3))===$t(Wp),er&&Je&&fs(h,r,h.c.b,h.c)}}function ae(){ae=V;var t,e;Di=new Ni(O8t),B_t=new Ni("coordinateOrigin"),zft=new Ni("processors"),F_t=new os("compoundNode",(Nn(),!1)),YP=new os("insideConnections",!1),z_t=new Ni("originalBendpoints"),q_t=new Ni("originalDummyNodePosition"),H_t=new Ni("originalLabelEdge"),kA=new Ni("representedLabels"),xA=new Ni("endLabels"),zk=new Ni("endLabel.origin"),Hk=new os("labelSide",(ah(),AN)),z5=new os("maxEdgeThickness",0),dd=new os("reversed",!1),Vk=new Ni(Bbe),I1=new os("longEdgeSource",null),hf=new os("longEdgeTarget",null),C3=new os("longEdgeHasLabelDummies",!1),XP=new os("longEdgeBeforeLabelDummy",!1),CG=new os("edgeConstraint",(ew(),Tft)),vv=new Ni("inLayerLayoutUnit"),kw=new os("inLayerConstraint",(kg(),KP)),qk=new os("inLayerSuccessorConstraint",new ge),$_t=new os("inLayerSuccessorConstraintBetweenNonDummies",!1),ml=new Ni("portDummy"),TG=new os("crossingHint",fe(0)),uu=new os("graphProperties",(e=u(m1(Dft),9),new Eh(e,u(Ff(e,e.length),9),0))),_c=new os("externalPortSide",(ve(),gc)),j_t=new os("externalPortSize",new Ea),Fft=new Ni("externalPortReplacedDummies"),_G=new Ni("externalPortReplacedDummy"),Bg=new os("externalPortConnections",(t=u(m1(go),9),new Eh(t,u(Ff(t,t.length),9),0))),yv=new os(Abe,0),N_t=new Ni("barycenterAssociates"),Uk=new Ni("TopSideComments"),$k=new Ni("BottomSideComments"),EG=new Ni("CommentConnectionPort"),Rft=new os("inputCollect",!1),$ft=new os("outputCollect",!1),WP=new os("cyclic",!1),R_t=new Ni("crossHierarchyMap"),Hft=new Ni("targetOffset"),new os("splineLabelSize",new Ea),H5=new Ni("spacings"),SG=new os("partitionConstraint",!1),mv=new Ni("breakingPoint.info"),G_t=new Ni("splines.survivingEdge"),Ew=new Ni("splines.route.start"),V5=new Ni("splines.edgeChain"),U_t=new Ni("originalPortConstraints"),xv=new Ni("selfLoopHolder"),AT=new Ni("splines.nsPortY"),Bi=new Ni("modelOrder"),jft=new Ni("longEdgeTargetNode"),Zb=new os(u2e,!1),q5=new os(u2e,!1),Bft=new Ni("layerConstraints.hiddenNodes"),V_t=new Ni("layerConstraints.opposidePort"),qft=new Ni("targetNode.modelOrder")}function n_n(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U;for(A=_r(t.b,0);A.b!=A.d.c;)if(T=u(Tr(A),39),!hn(T.c,QV))for(o=u(tc(new ln(null,new gn(h5n(T,t),16)),gl(new Pr,new oe,new An,ot(st(zo,1),te,108,0,[(bl(),rc)]))),15),e==(Rs(),Ho)||e==Jo?o.jd(new kR):o.jd(new QZ),U=o.gc(),s=0;s<U;s++)h=U==1?.5:(1+s)/(U+1),e==Ho?(k=Rt(Ht(K(T,(zi(),Xf)))),T.e.a+T.f.a+r<k?to(u(o.Xb(s),65).a,new se(k+n,T.e.b+T.f.b*h)):u(o.Xb(s),65).a.b>0&&(d=u(Nf(u(o.Xb(s),65).a),8).a,N=T.e.a+T.f.a/2,m=u(Nf(u(o.Xb(s),65).a),8).b,j=T.e.b+T.f.b/2,r>0&&b.Math.abs(m-j)/(b.Math.abs(d-N)/40)>50&&(j>m?to(u(o.Xb(s),65).a,new se(T.e.a+T.f.a+r/5.3,T.e.b+T.f.b*h-r/2)):to(u(o.Xb(s),65).a,new se(T.e.a+T.f.a+r/5.3,T.e.b+T.f.b*h+r/2)))),to(u(o.Xb(s),65).a,new se(T.e.a+T.f.a,T.e.b+T.f.b*h))):e==Jo?(k=Rt(Ht(K(T,(zi(),O1)))),T.e.a-r>k?to(u(o.Xb(s),65).a,new se(k-n,T.e.b+T.f.b*h)):u(o.Xb(s),65).a.b>0&&(d=u(Nf(u(o.Xb(s),65).a),8).a,N=T.e.a+T.f.a/2,m=u(Nf(u(o.Xb(s),65).a),8).b,j=T.e.b+T.f.b/2,r>0&&b.Math.abs(m-j)/(b.Math.abs(d-N)/40)>50&&(j>m?to(u(o.Xb(s),65).a,new se(T.e.a-r/5.3,T.e.b+T.f.b*h-r/2)):to(u(o.Xb(s),65).a,new se(T.e.a-r/5.3,T.e.b+T.f.b*h+r/2)))),to(u(o.Xb(s),65).a,new se(T.e.a,T.e.b+T.f.b*h))):e==qh?(k=Rt(Ht(K(T,(zi(),Xf)))),T.e.b+T.f.b+r<k?to(u(o.Xb(s),65).a,new se(T.e.a+T.f.a*h,k+n)):u(o.Xb(s),65).a.b>0&&(d=u(Nf(u(o.Xb(s),65).a),8).a,N=T.e.a+T.f.a/2,m=u(Nf(u(o.Xb(s),65).a),8).b,j=T.e.b+T.f.b/2,r>0&&b.Math.abs(d-N)/(b.Math.abs(m-j)/40)>50&&(N>d?to(u(o.Xb(s),65).a,new se(T.e.a+T.f.a*h-r/2,T.e.b+r/5.3+T.f.b)):to(u(o.Xb(s),65).a,new se(T.e.a+T.f.a*h+r/2,T.e.b+r/5.3+T.f.b)))),to(u(o.Xb(s),65).a,new se(T.e.a+T.f.a*h,T.e.b+T.f.b))):(k=Rt(Ht(K(T,(zi(),O1)))),Fce(u(o.Xb(s),65),t)?to(u(o.Xb(s),65).a,new se(T.e.a+T.f.a*h,u(Nf(u(o.Xb(s),65).a),8).b)):T.e.b-r>k?to(u(o.Xb(s),65).a,new se(T.e.a+T.f.a*h,k-n)):u(o.Xb(s),65).a.b>0&&(d=u(Nf(u(o.Xb(s),65).a),8).a,N=T.e.a+T.f.a/2,m=u(Nf(u(o.Xb(s),65).a),8).b,j=T.e.b+T.f.b/2,r>0&&b.Math.abs(d-N)/(b.Math.abs(m-j)/40)>50&&(N>d?to(u(o.Xb(s),65).a,new se(T.e.a+T.f.a*h-r/2,T.e.b-r/5.3)):to(u(o.Xb(s),65).a,new se(T.e.a+T.f.a*h+r/2,T.e.b-r/5.3)))),to(u(o.Xb(s),65).a,new se(T.e.a+T.f.a*h,T.e.b)))}function si(){si=V;var t,e;zT=new Ni(W2e),ux=new Ni(Y2e),tDt=(L0(),vdt),$Ee=new un(zEt,tDt),nx=new un(Sk,null),zEe=new Ni(tTt),nDt=(aw(),Gi(kdt,ot(st(Edt,1),te,297,0,[xdt]))),vN=new un(GV,nDt),yN=new un(mP,(Nn(),!1)),rDt=(Rs(),wd),Iw=new un(clt,rDt),aDt=(_g(),Fdt),sDt=new un(wP,aDt),VEe=new un(J7t,!1),uDt=(Cg(),SK),sx=new un(UV,uDt),mDt=new ym(12),Kp=new un(av,mDt),kN=new un(jS,!1),Sdt=new un(WV,!1),EN=new un($S,!1),EDt=(xa(),c2),nL=new un(Aut,EDt),Yk=new Ni(KV),TN=new Ni(cP),Pdt=new Ni(SV),Ndt=new Ni(RS),lDt=new Xu,Dv=new un(JEt,lDt),HEe=new un(e7t,!1),UEe=new un(n7t,!1),hDt=new OC,qT=new un(i7t,hDt),EK=new un(jEt,!1),YEe=new un(X2e,1),ix=new Ni(Q2e),rx=new Ni(J2e),rL=new un(uP,!1),new un(Z2e,!0),fe(0),new un(twe,fe(100)),new un(ewe,!1),fe(0),new un(nwe,fe(4e3)),fe(0),new un(rwe,fe(400)),new un(iwe,!1),new un(swe,!1),new un(awe,!0),new un(owe,!1),eDt=(lH(),$dt),qEe=new un(Z7t,eDt),XEe=new un(AEt,10),QEe=new un(LEt,10),SDt=new un(xut,20),JEe=new un(MEt,10),ADt=new un(Sut,2),LDt=new un(olt,10),MDt=new un(DEt,0),TK=new un(PEt,5),DDt=new un(IEt,1),IDt=new un(OEt,1),Pw=new un(h3,20),ZEe=new un(NEt,10),NDt=new un(FEt,10),Xk=new Ni(BEt),PDt=new dQt,ODt=new un(s7t,PDt),KEe=new Ni(llt),vDt=!1,GEe=new un(ult,vDt),dDt=new ym(5),fDt=new un(VEt,dDt),gDt=(e3(),e=u(m1(_o),9),new Eh(e,u(Ff(e,e.length),9),0)),ax=new un(Z7,gDt),xDt=(i5(),o2),yDt=new un(KEt,xDt),Ldt=new Ni(WEt),Mdt=new Ni(YEt),Ddt=new Ni(XEt),Adt=new Ni(QEt),pDt=(t=u(m1(hL),9),new Eh(t,u(Ff(t,t.length),9),0)),Ow=new un(T5,pDt),wDt=Ze((Dl(),KT)),s2=new un(Ak,wDt),bDt=new se(0,0),ox=new un(Lk,bDt),R3=new un(J7,!1),iDt=(nd(),HT),Cdt=new un(ZEt,iDt),Tdt=new un(AV,!1),fe(1),new un(cwe,null),kDt=new Ni(r7t),Idt=new Ni(t7t),_Dt=(ve(),gc),cx=new un($Et,_Dt),Nl=new Ni(REt),TDt=(wl(),Ze(u2)),j3=new un(tT,TDt),Odt=new un(UEt,!1),CDt=new un(GEt,!0),_K=new un(lP,1),FDt=new un(eTt,null),CN=new un(hP,150),CK=new un(fP,1.414),Qk=new un(ov,null),t7e=new un(nTt,1),xN=new un(qEt,!1),_dt=new un(HEt,!1),oDt=new un(kut,1),cDt=(RH(),Rdt),new un(uwe,cDt),WEe=!0,n7e=(ok(),q3),r7e=q3,e7e=q3}function Ja(){Ja=V,PCt=new Ps("DIRECTION_PREPROCESSOR",0),DCt=new Ps("COMMENT_PREPROCESSOR",1),P5=new Ps("EDGE_AND_LAYER_CONSTRAINT_EDGE_REVERSER",2),aft=new Ps("INTERACTIVE_EXTERNAL_PORT_POSITIONER",3),ZCt=new Ps("PARTITION_PREPROCESSOR",4),QU=new Ps("LABEL_DUMMY_INSERTER",5),oG=new Ps("SELF_LOOP_PREPROCESSOR",6),E3=new Ps("LAYER_CONSTRAINT_PREPROCESSOR",7),QCt=new Ps("PARTITION_MIDPROCESSOR",8),qCt=new Ps("HIGH_DEGREE_NODE_LAYER_PROCESSOR",9),YCt=new Ps("NODE_PROMOTION",10),k3=new Ps("LAYER_CONSTRAINT_POSTPROCESSOR",11),JCt=new Ps("PARTITION_POSTPROCESSOR",12),jCt=new Ps("HIERARCHICAL_PORT_CONSTRAINT_PROCESSOR",13),t_t=new Ps("SEMI_INTERACTIVE_CROSSMIN_PROCESSOR",14),CCt=new Ps("BREAKING_POINT_INSERTER",15),eG=new Ps("LONG_EDGE_SPLITTER",16),oft=new Ps("PORT_SIDE_PROCESSOR",17),YU=new Ps("INVERTED_PORT_PROCESSOR",18),iG=new Ps("PORT_LIST_SORTER",19),n_t=new Ps("SORT_BY_INPUT_ORDER_OF_MODEL",20),rG=new Ps("NORTH_SOUTH_PORT_PREPROCESSOR",21),_Ct=new Ps("BREAKING_POINT_PROCESSOR",22),XCt=new Ps(e2e,23),r_t=new Ps(n2e,24),sG=new Ps("SELF_LOOP_PORT_RESTORER",25),e_t=new Ps("SINGLE_EDGE_GRAPH_WRAPPER",26),XU=new Ps("IN_LAYER_CONSTRAINT_PROCESSOR",27),FCt=new Ps("END_NODE_PORT_LABEL_MANAGEMENT_PROCESSOR",28),KCt=new Ps("LABEL_AND_NODE_SIZE_PROCESSOR",29),GCt=new Ps("INNERMOST_NODE_MARGIN_CALCULATOR",30),cG=new Ps("SELF_LOOP_ROUTER",31),LCt=new Ps("COMMENT_NODE_MARGIN_CALCULATOR",32),WU=new Ps("END_LABEL_PREPROCESSOR",33),ZU=new Ps("LABEL_DUMMY_SWITCHER",34),ACt=new Ps("CENTER_LABEL_MANAGEMENT_PROCESSOR",35),bT=new Ps("LABEL_SIDE_SELECTOR",36),VCt=new Ps("HYPEREDGE_DUMMY_MERGER",37),$Ct=new Ps("HIERARCHICAL_PORT_DUMMY_SIZE_PROCESSOR",38),WCt=new Ps("LAYER_SIZE_AND_GRAPH_HEIGHT_CALCULATOR",39),pA=new Ps("HIERARCHICAL_PORT_POSITION_PROCESSOR",40),ICt=new Ps("CONSTRAINTS_POSTPROCESSOR",41),MCt=new Ps("COMMENT_POSTPROCESSOR",42),UCt=new Ps("HYPERNODE_PROCESSOR",43),zCt=new Ps("HIERARCHICAL_PORT_ORTHOGONAL_EDGE_ROUTER",44),tG=new Ps("LONG_EDGE_JOINER",45),aG=new Ps("SELF_LOOP_POSTPROCESSOR",46),SCt=new Ps("BREAKING_POINT_REMOVER",47),nG=new Ps("NORTH_SOUTH_PORT_POSTPROCESSOR",48),HCt=new Ps("HORIZONTAL_COMPACTOR",49),JU=new Ps("LABEL_DUMMY_REMOVER",50),BCt=new Ps("FINAL_SPLINE_BENDPOINTS_CALCULATOR",51),NCt=new Ps("END_LABEL_SORTER",52),qP=new Ps("REVERSED_EDGE_RESTORER",53),KU=new Ps("END_LABEL_POSTPROCESSOR",54),RCt=new Ps("HIERARCHICAL_NODE_RESIZER",55),OCt=new Ps("DIRECTION_POSTPROCESSOR",56)}function Wkt(){Wkt=V,rSt=(HI(),bG),p5e=new un(H8t,rSt),S5e=new un(V8t,(Nn(),!1)),uSt=(oq(),Nft),I5e=new un(IV,uSt),K5e=new un(U8t,!1),W5e=new un(G8t,!0),z4e=new un(K8t,!1),wSt=(zI(),b1t),uxe=new un(W8t,wSt),fe(1),wxe=new un(Y8t,fe(7)),mxe=new un(X8t,!1),A5e=new un(Q8t,!1),nSt=(Mp(),kft),g5e=new un(Nut,nSt),fSt=(Np(),c1t),G5e=new un(bP,fSt),lSt=(Ph(),QP),R5e=new un(J8t,lSt),fe(-1),B5e=new un(Z8t,null),fe(-1),j5e=new un(tEt,fe(-1)),fe(-1),$5e=new un(Fut,fe(4)),fe(-1),q5e=new un(But,fe(2)),hSt=(sf(),WG),U5e=new un(Rut,hSt),fe(0),V5e=new un(jut,fe(0)),N5e=new un($ut,fe(ki)),eSt=(z_(),wA),d5e=new un(HS,eSt),J4e=new un(eEt,!1),s5e=new un(zut,.1),h5e=new un(qut,!1),o5e=new un(nEt,null),c5e=new un(rEt,null),fe(-1),u5e=new un(iEt,null),fe(-1),l5e=new un(sEt,fe(-1)),fe(0),Z4e=new un(aEt,fe(40)),tSt=(s7(),Oft),r5e=new un(Hut,tSt),Z_t=GP,t5e=new un(OV,Z_t),bSt=(oS(),DA),cxe=new un(C5,bSt),Z5e=new Ni(PV),dSt=(FI(),mG),Y5e=new un(Vut,dSt),gSt=(kO(),vG),Q5e=new un(Uut,gSt),nxe=new un(Gut,.3),ixe=new Ni(Kut),pSt=(Yy(),KG),sxe=new un(Wut,pSt),aSt=(Yq(),m1t),y5e=new un(oEt,aSt),oSt=(W_(),y1t),x5e=new un(cEt,oSt),cSt=(d7(),PA),k5e=new un(NV,cSt),T5e=new un(FV,.2),m5e=new un(Yut,2),dxe=new un(uEt,null),pxe=new un(lEt,10),gxe=new un(hEt,10),bxe=new un(fEt,20),fe(0),lxe=new un(dEt,fe(0)),fe(0),hxe=new un(gEt,fe(0)),fe(0),fxe=new un(pEt,fe(0)),q4e=new un(Xut,!1),Y_t=(A7(),mA),V4e=new un(bEt,Y_t),W_t=(mq(),yft),H4e=new un(wEt,W_t),M5e=new un(BV,!1),fe(0),L5e=new un(Qut,fe(16)),fe(0),D5e=new un(Jut,fe(5)),ySt=(Zq(),E1t),Rxe=new un(Pg,ySt),vxe=new un(RV,10),kxe=new un(jV,1),vSt=(Nq(),pG),Lxe=new un(VS,vSt),Cxe=new Ni(Zut),mSt=fe(1),fe(0),Sxe=new un(tlt,mSt),xSt=(Pq(),k1t),qxe=new un($V,xSt),jxe=new Ni(zV),Pxe=new un(qV,!0),Ixe=new un(HV,2),Fxe=new un(elt,!0),sSt=($H(),wG),w5e=new un(mEt,sSt),iSt=(gk(),yT),b5e=new un(vEt,iSt),J_t=(Vd(),Hp),Q4e=new un(VV,J_t),X4e=new un(yEt,!1),Y4e=new un(xEt,!1),X_t=(iw(),x3),U4e=new un(nlt,X_t),Q_t=(Q_(),u1t),W4e=new un(kEt,Q_t),G4e=new un(rlt,0),K4e=new un(ilt,0),P5e=Eft,O5e=UP,z5e=UG,H5e=UG,F5e=o1t,a5e=(Cg(),Wp),f5e=wA,i5e=wA,e5e=wA,n5e=Wp,txe=IA,exe=DA,X5e=DA,J5e=DA,rxe=d1t,oxe=IA,axe=IA,E5e=(_g(),Jk),C5e=Jk,_5e=PA,v5e=_N,yxe=BT,xxe=N3,Exe=BT,Txe=N3,Mxe=BT,Dxe=N3,_xe=xft,Axe=pG,Hxe=BT,Vxe=N3,$xe=BT,zxe=N3,Nxe=N3,Oxe=N3,Bxe=N3}function r_n(t,e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr,cs,El,Vo,wh,px,eb,r1,i1,Rw,i8,w2,s8,u0,Y0,Fv,a8,bx,l0,jw,qg,VTe,sOt,Bv,TL,r0t,o8,CL,X3,_L,i0t,UTe;for(sOt=0,Jr=e,Vo=0,eb=Jr.length;Vo<eb;++Vo)for(Mn=Jr[Vo],Y0=new J(Mn.j);Y0.a<Y0.c.c.length;){for(u0=u(et(Y0),12),a8=0,d=new J(u0.g);d.a<d.c.c.length;)h=u(et(d),18),Mn.c!=h.d.i.c&&++a8;a8>0&&(t.a[u0.p]=sOt++)}for(CL=0,cs=n,wh=0,r1=cs.length;wh<r1;++wh){for(Mn=cs[wh],i1=0,Y0=new J(Mn.j);Y0.a<Y0.c.c.length&&(u0=u(et(Y0),12),u0.j==(ve(),Hn));)for(d=new J(u0.e);d.a<d.c.c.length;)if(h=u(et(d),18),Mn.c!=h.c.i.c){++i1;break}for(i8=0,bx=new _a(Mn.j,Mn.j.c.length);bx.b>0;){for(u0=(cr(bx.b>0),u(bx.a.Xb(bx.c=--bx.b),12)),a8=0,d=new J(u0.e);d.a<d.c.c.length;)h=u(et(d),18),Mn.c!=h.c.i.c&&++a8;a8>0&&(u0.j==(ve(),Hn)?(t.a[u0.p]=CL,++CL):(t.a[u0.p]=CL+i1+i8,++i8))}CL+=i8}for(Fv=new Er,U=new Bd,er=e,El=0,px=er.length;El<px;++El)for(Mn=er[El],r0t=new J(Mn.j);r0t.a<r0t.c.c.length;)for(TL=u(et(r0t),12),d=new J(TL.g);d.a<d.c.c.length;)if(h=u(et(d),18),_L=h.d,Mn.c!=_L.i.c)if(Bv=u(Uo(yo(Fv.f,TL)),477),X3=u(Uo(yo(Fv.f,_L)),477),!Bv&&!X3)j=new nZt,U.a.zc(j,U),pe(j.a,h),pe(j.d,TL),vu(Fv.f,TL,j),pe(j.d,_L),vu(Fv.f,_L,j);else if(!Bv)pe(X3.a,h),pe(X3.d,TL),vu(Fv.f,TL,X3);else if(!X3)pe(Bv.a,h),pe(Bv.d,_L),vu(Fv.f,_L,Bv);else if(Bv==X3)pe(Bv.a,h);else{for(pe(Bv.a,h),s8=new J(X3.d);s8.a<s8.c.c.length;)w2=u(et(s8),12),vu(Fv.f,w2,Bv);Hs(Bv.a,X3.a),Hs(Bv.d,X3.d),U.a.Bc(X3)!=null}for(W=u(uS(U,Vt(S_n,{3:1,4:1,5:1,2045:1},477,U.a.gc(),0,1)),2045),On=e[0].c,VTe=n[0].c,T=W,A=0,N=T.length;A<N;++A)for(k=T[A],k.e=sOt,k.f=CL,Y0=new J(k.d);Y0.a<Y0.c.c.length;)u0=u(et(Y0),12),l0=t.a[u0.p],u0.i.c==On?(l0<k.e&&(k.e=l0),l0>k.b&&(k.b=l0)):u0.i.c==VTe&&(l0<k.f&&(k.f=l0),l0>k.c&&(k.c=l0));for(HE(W,0,W.length,null),o8=Vt(Or,ii,28,W.length,15,1),r=Vt(Or,ii,28,CL+1,15,1),ct=0;ct<W.length;ct++)o8[ct]=W[ct].f,r[o8[ct]]=1;for(o=0,Tt=0;Tt<r.length;Tt++)r[Tt]==1?r[Tt]=o:--o;for(jw=0,St=0;St<o8.length;St++)o8[St]+=r[o8[St]],jw=b.Math.max(jw,o8[St]+1);for(m=1;m<jw;)m*=2;for(UTe=2*m-1,m-=1,i0t=Vt(Or,ii,28,UTe,15,1),s=0,en=0;en<o8.length;en++)for(Ce=o8[en]+m,++i0t[Ce];Ce>0;)Ce%2>0&&(s+=i0t[Ce+1]),Ce=(Ce-1)/2|0,++i0t[Ce];for(Je=Vt(q6e,Ln,374,W.length*2,0,1),Bt=0;Bt<W.length;Bt++)Je[2*Bt]=new Vz(W[Bt],W[Bt].e,W[Bt].b,(N_(),BA)),Je[2*Bt+1]=new Vz(W[Bt],W[Bt].b,W[Bt].e,FA);for(HE(Je,0,Je.length,null),Rw=0,Kt=0;Kt<Je.length;Kt++)switch(Je[Kt].d.g){case 0:++Rw;break;case 1:--Rw,s+=Rw}for(qg=Vt(q6e,Ln,374,W.length*2,0,1),ie=0;ie<W.length;ie++)qg[2*ie]=new Vz(W[ie],W[ie].f,W[ie].c,(N_(),BA)),qg[2*ie+1]=new Vz(W[ie],W[ie].c,W[ie].f,FA);for(HE(qg,0,qg.length,null),Rw=0,tt=0;tt<qg.length;tt++)switch(qg[tt].d.g){case 0:++Rw;break;case 1:--Rw,s+=Rw}return s}function xi(){xi=V,EL=new cm(7),QIt=new T0(8,94),new T0(8,64),JIt=new T0(8,36),NTe=new T0(8,65),FTe=new T0(8,122),BTe=new T0(8,90),jTe=new T0(8,98),PTe=new T0(8,66),RTe=new T0(8,60),$Te=new T0(8,62),XIt=new cm(11),XK=new eh(4),ru(XK,48,57),QT=new eh(4),ru(QT,48,57),ru(QT,65,90),ru(QT,95,95),ru(QT,97,122),r8=new eh(4),ru(r8,9,9),ru(r8,10,10),ru(r8,12,12),ru(r8,13,13),ru(r8,32,32),ZIt=i3(XK),eOt=i3(QT),tOt=i3(r8),XT=new Er,kL=new Er,OTe=ot(st(Ne,1),le,2,6,["Cn","Lu","Ll","Lt","Lm","Lo","Mn","Me","Mc","Nd","Nl","No","Zs","Zl","Zp","Cc","Cf",null,"Co","Cs","Pd","Ps","Pe","Pc","Po","Sm","Sc","Sk","So","Pi","Pf","L","M","N","Z","C","P","S"]),WIt=ot(st(Ne,1),le,2,6,["Basic Latin","Latin-1 Supplement","Latin Extended-A","Latin Extended-B","IPA Extensions","Spacing Modifier Letters","Combining Diacritical Marks","Greek","Cyrillic","Armenian","Hebrew","Arabic","Syriac","Thaana","Devanagari","Bengali","Gurmukhi","Gujarati","Oriya","Tamil","Telugu","Kannada","Malayalam","Sinhala","Thai","Lao","Tibetan","Myanmar","Georgian","Hangul Jamo","Ethiopic","Cherokee","Unified Canadian Aboriginal Syllabics","Ogham","Runic","Khmer","Mongolian","Latin Extended Additional","Greek Extended","General Punctuation","Superscripts and Subscripts","Currency Symbols","Combining Marks for Symbols","Letterlike Symbols","Number Forms","Arrows","Mathematical Operators","Miscellaneous Technical","Control Pictures","Optical Character Recognition","Enclosed Alphanumerics","Box Drawing","Block Elements","Geometric Shapes","Miscellaneous Symbols","Dingbats","Braille Patterns","CJK Radicals Supplement","Kangxi Radicals","Ideographic Description Characters","CJK Symbols and Punctuation","Hiragana","Katakana","Bopomofo","Hangul Compatibility Jamo","Kanbun","Bopomofo Extended","Enclosed CJK Letters and Months","CJK Compatibility","CJK Unified Ideographs Extension A","CJK Unified Ideographs","Yi Syllables","Yi Radicals","Hangul Syllables",ove,"CJK Compatibility Ideographs","Alphabetic Presentation Forms","Arabic Presentation Forms-A","Combining Half Marks","CJK Compatibility Forms","Small Form Variants","Arabic Presentation Forms-B","Specials","Halfwidth and Fullwidth Forms","Old Italic","Gothic","Deseret","Byzantine Musical Symbols","Musical Symbols","Mathematical Alphanumeric Symbols","CJK Unified Ideographs Extension B","CJK Compatibility Ideographs Supplement","Tags"]),YIt=ot(st(Or,1),ii,28,15,[66304,66351,66352,66383,66560,66639,118784,119039,119040,119295,119808,120831,131072,173782,194560,195103,917504,917631])}function pV(){pV=V,Lye=new Mh("OUT_T_L",0,(pl(),i0),(zu(),Kf),(_1(),Tc),Tc,ot(st(lf,1),Ln,21,0,[Gi((e3(),Zf),ot(st(_o,1),te,95,0,[t1,Qf]))])),Aye=new Mh("OUT_T_C",1,Xb,Kf,Tc,yu,ot(st(lf,1),Ln,21,0,[Gi(Zf,ot(st(_o,1),te,95,0,[t1,jg])),Gi(Zf,ot(st(_o,1),te,95,0,[t1,jg,ff]))])),Mye=new Mh("OUT_T_R",2,Gf,Kf,Tc,Cc,ot(st(lf,1),Ln,21,0,[Gi(Zf,ot(st(_o,1),te,95,0,[t1,Jf]))])),yye=new Mh("OUT_B_L",3,i0,D1,Cc,Tc,ot(st(lf,1),Ln,21,0,[Gi(Zf,ot(st(_o,1),te,95,0,[df,Qf]))])),vye=new Mh("OUT_B_C",4,Xb,D1,Cc,yu,ot(st(lf,1),Ln,21,0,[Gi(Zf,ot(st(_o,1),te,95,0,[df,jg])),Gi(Zf,ot(st(_o,1),te,95,0,[df,jg,ff]))])),xye=new Mh("OUT_B_R",5,Gf,D1,Cc,Cc,ot(st(lf,1),Ln,21,0,[Gi(Zf,ot(st(_o,1),te,95,0,[df,Jf]))])),Tye=new Mh("OUT_L_T",6,Gf,D1,Tc,Tc,ot(st(lf,1),Ln,21,0,[Gi(Zf,ot(st(_o,1),te,95,0,[Qf,t1,ff]))])),Eye=new Mh("OUT_L_C",7,Gf,Qb,yu,Tc,ot(st(lf,1),Ln,21,0,[Gi(Zf,ot(st(_o,1),te,95,0,[Qf,U0])),Gi(Zf,ot(st(_o,1),te,95,0,[Qf,U0,ff]))])),kye=new Mh("OUT_L_B",8,Gf,Kf,Cc,Tc,ot(st(lf,1),Ln,21,0,[Gi(Zf,ot(st(_o,1),te,95,0,[Qf,df,ff]))])),Sye=new Mh("OUT_R_T",9,i0,D1,Tc,Cc,ot(st(lf,1),Ln,21,0,[Gi(Zf,ot(st(_o,1),te,95,0,[Jf,t1,ff]))])),_ye=new Mh("OUT_R_C",10,i0,Qb,yu,Cc,ot(st(lf,1),Ln,21,0,[Gi(Zf,ot(st(_o,1),te,95,0,[Jf,U0])),Gi(Zf,ot(st(_o,1),te,95,0,[Jf,U0,ff]))])),Cye=new Mh("OUT_R_B",11,i0,Kf,Cc,Cc,ot(st(lf,1),Ln,21,0,[Gi(Zf,ot(st(_o,1),te,95,0,[Jf,df,ff]))])),wye=new Mh("IN_T_L",12,i0,D1,Tc,Tc,ot(st(lf,1),Ln,21,0,[Gi(dh,ot(st(_o,1),te,95,0,[t1,Qf])),Gi(dh,ot(st(_o,1),te,95,0,[t1,Qf,ff]))])),bye=new Mh("IN_T_C",13,Xb,D1,Tc,yu,ot(st(lf,1),Ln,21,0,[Gi(dh,ot(st(_o,1),te,95,0,[t1,jg])),Gi(dh,ot(st(_o,1),te,95,0,[t1,jg,ff]))])),mye=new Mh("IN_T_R",14,Gf,D1,Tc,Cc,ot(st(lf,1),Ln,21,0,[Gi(dh,ot(st(_o,1),te,95,0,[t1,Jf])),Gi(dh,ot(st(_o,1),te,95,0,[t1,Jf,ff]))])),gye=new Mh("IN_C_L",15,i0,Qb,yu,Tc,ot(st(lf,1),Ln,21,0,[Gi(dh,ot(st(_o,1),te,95,0,[U0,Qf])),Gi(dh,ot(st(_o,1),te,95,0,[U0,Qf,ff]))])),dye=new Mh("IN_C_C",16,Xb,Qb,yu,yu,ot(st(lf,1),Ln,21,0,[Gi(dh,ot(st(_o,1),te,95,0,[U0,jg])),Gi(dh,ot(st(_o,1),te,95,0,[U0,jg,ff]))])),pye=new Mh("IN_C_R",17,Gf,Qb,yu,Cc,ot(st(lf,1),Ln,21,0,[Gi(dh,ot(st(_o,1),te,95,0,[U0,Jf])),Gi(dh,ot(st(_o,1),te,95,0,[U0,Jf,ff]))])),hye=new Mh("IN_B_L",18,i0,Kf,Cc,Tc,ot(st(lf,1),Ln,21,0,[Gi(dh,ot(st(_o,1),te,95,0,[df,Qf])),Gi(dh,ot(st(_o,1),te,95,0,[df,Qf,ff]))])),lye=new Mh("IN_B_C",19,Xb,Kf,Cc,yu,ot(st(lf,1),Ln,21,0,[Gi(dh,ot(st(_o,1),te,95,0,[df,jg])),Gi(dh,ot(st(_o,1),te,95,0,[df,jg,ff]))])),fye=new Mh("IN_B_R",20,Gf,Kf,Cc,Cc,ot(st(lf,1),Ln,21,0,[Gi(dh,ot(st(_o,1),te,95,0,[df,Jf])),Gi(dh,ot(st(_o,1),te,95,0,[df,Jf,ff]))])),Bht=new Mh(FS,21,null,null,null,null,ot(st(lf,1),Ln,21,0,[]))}function bn(){bn=V,G3=(Tb(),Fn).b,u(Lt(Xt(Fn.b),0),35),u(Lt(Xt(Fn.b),1),19),Xp=Fn.a,u(Lt(Xt(Fn.a),0),35),u(Lt(Xt(Fn.a),1),19),u(Lt(Xt(Fn.a),2),19),u(Lt(Xt(Fn.a),3),19),u(Lt(Xt(Fn.a),4),19),f2=Fn.o,u(Lt(Xt(Fn.o),0),35),u(Lt(Xt(Fn.o),1),35),Z7e=u(Lt(Xt(Fn.o),2),19),u(Lt(Xt(Fn.o),3),19),u(Lt(Xt(Fn.o),4),19),u(Lt(Xt(Fn.o),5),19),u(Lt(Xt(Fn.o),6),19),u(Lt(Xt(Fn.o),7),19),u(Lt(Xt(Fn.o),8),19),u(Lt(Xt(Fn.o),9),19),u(Lt(Xt(Fn.o),10),19),u(Lt(Xt(Fn.o),11),19),u(Lt(Xt(Fn.o),12),19),u(Lt(Xt(Fn.o),13),19),u(Lt(Xt(Fn.o),14),19),u(Lt(Xt(Fn.o),15),19),u(Lt(Ii(Fn.o),0),62),u(Lt(Ii(Fn.o),1),62),u(Lt(Ii(Fn.o),2),62),u(Lt(Ii(Fn.o),3),62),u(Lt(Ii(Fn.o),4),62),u(Lt(Ii(Fn.o),5),62),u(Lt(Ii(Fn.o),6),62),u(Lt(Ii(Fn.o),7),62),u(Lt(Ii(Fn.o),8),62),u(Lt(Ii(Fn.o),9),62),J7e=Fn.p,u(Lt(Xt(Fn.p),0),35),u(Lt(Xt(Fn.p),1),35),u(Lt(Xt(Fn.p),2),35),u(Lt(Xt(Fn.p),3),35),u(Lt(Xt(Fn.p),4),19),u(Lt(Xt(Fn.p),5),19),u(Lt(Ii(Fn.p),0),62),u(Lt(Ii(Fn.p),1),62),tTe=Fn.q,u(Lt(Xt(Fn.q),0),35),d2=Fn.v,u(Lt(Xt(Fn.v),0),19),u(Lt(Ii(Fn.v),0),62),u(Lt(Ii(Fn.v),1),62),u(Lt(Ii(Fn.v),2),62),Qp=Fn.w,u(Lt(Xt(Fn.w),0),35),u(Lt(Xt(Fn.w),1),35),u(Lt(Xt(Fn.w),2),35),u(Lt(Xt(Fn.w),3),19),g2=Fn.B,u(Lt(Xt(Fn.B),0),19),u(Lt(Ii(Fn.B),0),62),u(Lt(Ii(Fn.B),1),62),u(Lt(Ii(Fn.B),2),62),eTe=Fn.Q,u(Lt(Xt(Fn.Q),0),19),u(Lt(Ii(Fn.Q),0),62),nTe=Fn.R,u(Lt(Xt(Fn.R),0),35),mf=Fn.S,u(Lt(Ii(Fn.S),0),62),u(Lt(Ii(Fn.S),1),62),u(Lt(Ii(Fn.S),2),62),u(Lt(Ii(Fn.S),3),62),u(Lt(Ii(Fn.S),4),62),u(Lt(Ii(Fn.S),5),62),u(Lt(Ii(Fn.S),6),62),u(Lt(Ii(Fn.S),7),62),u(Lt(Ii(Fn.S),8),62),u(Lt(Ii(Fn.S),9),62),u(Lt(Ii(Fn.S),10),62),u(Lt(Ii(Fn.S),11),62),u(Lt(Ii(Fn.S),12),62),u(Lt(Ii(Fn.S),13),62),u(Lt(Ii(Fn.S),14),62),Jp=Fn.T,u(Lt(Xt(Fn.T),0),19),u(Lt(Xt(Fn.T),2),19),rTe=u(Lt(Xt(Fn.T),3),19),u(Lt(Xt(Fn.T),4),19),u(Lt(Ii(Fn.T),0),62),u(Lt(Ii(Fn.T),1),62),u(Lt(Xt(Fn.T),1),19),Zp=Fn.U,u(Lt(Xt(Fn.U),0),35),u(Lt(Xt(Fn.U),1),35),u(Lt(Xt(Fn.U),2),19),u(Lt(Xt(Fn.U),3),19),u(Lt(Xt(Fn.U),4),19),u(Lt(Xt(Fn.U),5),19),u(Lt(Ii(Fn.U),0),62),K3=Fn.V,u(Lt(Xt(Fn.V),0),19),lx=Fn.W,u(Lt(Xt(Fn.W),0),35),u(Lt(Xt(Fn.W),1),35),u(Lt(Xt(Fn.W),2),35),u(Lt(Xt(Fn.W),3),19),u(Lt(Xt(Fn.W),4),19),u(Lt(Xt(Fn.W),5),19),iTe=Fn.bb,u(Lt(Xt(Fn.bb),0),35),u(Lt(Xt(Fn.bb),1),35),u(Lt(Xt(Fn.bb),2),35),u(Lt(Xt(Fn.bb),3),35),u(Lt(Xt(Fn.bb),4),35),u(Lt(Xt(Fn.bb),5),35),u(Lt(Xt(Fn.bb),6),35),u(Lt(Xt(Fn.bb),7),19),u(Lt(Ii(Fn.bb),0),62),u(Lt(Ii(Fn.bb),1),62),sTe=Fn.eb,u(Lt(Xt(Fn.eb),0),35),u(Lt(Xt(Fn.eb),1),35),u(Lt(Xt(Fn.eb),2),35),u(Lt(Xt(Fn.eb),3),35),u(Lt(Xt(Fn.eb),4),35),u(Lt(Xt(Fn.eb),5),35),u(Lt(Xt(Fn.eb),6),19),u(Lt(Xt(Fn.eb),7),19),po=Fn.ab,u(Lt(Xt(Fn.ab),0),35),u(Lt(Xt(Fn.ab),1),35),Ov=Fn.H,u(Lt(Xt(Fn.H),0),19),u(Lt(Xt(Fn.H),1),19),u(Lt(Xt(Fn.H),2),19),u(Lt(Xt(Fn.H),3),19),u(Lt(Xt(Fn.H),4),19),u(Lt(Xt(Fn.H),5),19),u(Lt(Ii(Fn.H),0),62),Pv=Fn.db,u(Lt(Xt(Fn.db),0),19),yd=Fn.M}function i_n(t){var e;t.O||(t.O=!0,wu(t,"type"),Uq(t,"ecore.xml.type"),Gq(t,vw),e=u(D7((mb(),wf),vw),2044),Mr(Ko(t.fb),t.b),vc(t.b,qN,"AnyType",!1,!1,!0),ks(u(Lt(Xt(t.b),0),35),t.wb.D,TP,null,0,-1,qN,!1,!1,!0,!1,!1,!1),ks(u(Lt(Xt(t.b),1),35),t.wb.D,"any",null,0,-1,qN,!0,!0,!0,!1,!1,!0),ks(u(Lt(Xt(t.b),2),35),t.wb.D,"anyAttribute",null,0,-1,qN,!1,!1,!0,!1,!1,!1),vc(t.bb,WK,qme,!1,!1,!0),ks(u(Lt(Xt(t.bb),0),35),t.gb,"data",null,0,1,WK,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.bb),1),35),t.gb,mTt,null,1,1,WK,!1,!1,!0,!1,!0,!1),vc(t.fb,HN,Hme,!1,!1,!0),ks(u(Lt(Xt(t.fb),0),35),e.gb,"rawValue",null,0,1,HN,!0,!0,!0,!1,!0,!0),ks(u(Lt(Xt(t.fb),1),35),e.a,JS,null,0,1,HN,!0,!0,!0,!1,!0,!0),Wi(u(Lt(Xt(t.fb),2),19),t.wb.q,null,"instanceType",1,1,HN,!1,!1,!0,!1,!1,!1,!1),vc(t.qb,VIt,Vme,!1,!1,!0),ks(u(Lt(Xt(t.qb),0),35),t.wb.D,TP,null,0,-1,null,!1,!1,!0,!1,!1,!1),Wi(u(Lt(Xt(t.qb),1),19),t.wb.ab,null,"xMLNSPrefixMap",0,-1,null,!0,!1,!0,!0,!1,!1,!1),Wi(u(Lt(Xt(t.qb),2),19),t.wb.ab,null,"xSISchemaLocation",0,-1,null,!0,!1,!0,!0,!1,!1,!1),ks(u(Lt(Xt(t.qb),3),35),t.gb,"cDATA",null,0,-2,null,!0,!0,!0,!1,!1,!0),ks(u(Lt(Xt(t.qb),4),35),t.gb,"comment",null,0,-2,null,!0,!0,!0,!1,!1,!0),Wi(u(Lt(Xt(t.qb),5),19),t.bb,null,rve,0,-2,null,!0,!0,!0,!0,!1,!1,!0),ks(u(Lt(Xt(t.qb),6),35),t.gb,zlt,null,0,-2,null,!0,!0,!0,!1,!1,!0),gi(t.a,sa,"AnySimpleType",!0),gi(t.c,Ne,"AnyURI",!0),gi(t.d,st(cl,1),"Base64Binary",!0),gi(t.e,Fl,"Boolean",!0),gi(t.f,Es,"BooleanObject",!0),gi(t.g,cl,"Byte",!0),gi(t.i,Ok,"ByteObject",!0),gi(t.j,Ne,"Date",!0),gi(t.k,Ne,"DateTime",!0),gi(t.n,Eht,"Decimal",!0),gi(t.o,wa,"Double",!0),gi(t.p,zs,"DoubleObject",!0),gi(t.q,Ne,"Duration",!0),gi(t.s,$h,"ENTITIES",!0),gi(t.r,$h,"ENTITIESBase",!0),gi(t.t,Ne,PTt,!0),gi(t.u,Y3,"Float",!0),gi(t.v,gT,"FloatObject",!0),gi(t.w,Ne,"GDay",!0),gi(t.B,Ne,"GMonth",!0),gi(t.A,Ne,"GMonthDay",!0),gi(t.C,Ne,"GYear",!0),gi(t.D,Ne,"GYearMonth",!0),gi(t.F,st(cl,1),"HexBinary",!0),gi(t.G,Ne,"ID",!0),gi(t.H,Ne,"IDREF",!0),gi(t.J,$h,"IDREFS",!0),gi(t.I,$h,"IDREFSBase",!0),gi(t.K,Or,"Int",!0),gi(t.M,D5,"Integer",!0),gi(t.L,Na,"IntObject",!0),gi(t.P,Ne,"Language",!0),gi(t.Q,b2,"Long",!0),gi(t.R,dv,"LongObject",!0),gi(t.S,Ne,"Name",!0),gi(t.T,Ne,EU,!0),gi(t.U,D5,"NegativeInteger",!0),gi(t.V,Ne,BTt,!0),gi(t.X,$h,"NMTOKENS",!0),gi(t.W,$h,"NMTOKENSBase",!0),gi(t.Y,D5,"NonNegativeInteger",!0),gi(t.Z,D5,"NonPositiveInteger",!0),gi(t.$,Ne,"NormalizedString",!0),gi(t._,Ne,"NOTATION",!0),gi(t.ab,Ne,"PositiveInteger",!0),gi(t.cb,Ne,"QName",!0),gi(t.db,gx,"Short",!0),gi(t.eb,gv,"ShortObject",!0),gi(t.gb,Ne,e8t,!0),gi(t.hb,Ne,"Time",!0),gi(t.ib,Ne,"Token",!0),gi(t.jb,gx,"UnsignedByte",!0),gi(t.kb,gv,"UnsignedByteObject",!0),gi(t.lb,b2,"UnsignedInt",!0),gi(t.mb,dv,"UnsignedIntObject",!0),gi(t.nb,D5,"UnsignedLong",!0),gi(t.ob,Or,"UnsignedShort",!0),gi(t.pb,Na,"UnsignedShortObject",!0),e5t(t,vw),s_n(t))}function Ykt(t,e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On,Mn,er,Jr,cs,El,Vo,wh,px,eb,r1,i1,Rw,i8,w2,s8,u0,Y0,Fv,a8,bx,l0,jw,qg;if(r.$g()||Ie(De(ne(e,(si(),EK)))))return wn(),wn(),so;if(Ce=(!e.a&&(e.a=new Jt(wi,e,10,11)),e.a).i!=0,Je=y4n(e),en=!Je.dc(),Ce||en){if(s=u(ne(e,ux),143),!s)throw nt(new lp("Resolved algorithm is not set; apply a LayoutAlgorithmResolver before computing layout."));if(bx=Jwt(s,(M7(),jK)),fle(e),!Ce&&en&&!bx)return wn(),wn(),so;if(St=new ge,$t(ne(e,sx))===$t((Cg(),Wp))&&(Jwt(s,BK)||Jwt(s,FK))){if(Ie(De(ne(e,rL))))throw nt(new lp("Topdown layout cannot be used together with hierarchy handling."));for(px=i0e(t,e),eb=new Qi,Aa(eb,(!e.a&&(e.a=new Jt(wi,e,10,11)),e.a));eb.b!=0;)Vo=u(eb.b==0?null:(cr(eb.b!=0),Lh(eb,eb.a.a)),27),fle(Vo),a8=$t(ne(Vo,sx))===$t(aL),a8||td(Vo,zT)&&!g3t(s,ne(Vo,ux))?(tt=Ykt(t,Vo,n,r),Hs(St,tt),Oi(Vo,sx,aL),x0e(Vo)):Aa(eb,(!Vo.a&&(Vo.a=new Jt(wi,Vo,10,11)),Vo.a))}else{if(px=(!e.a&&(e.a=new Jt(wi,e,10,11)),e.a).i,Ie(De(ne(e,rL)))){if(l0=r.eh(1),l0.Ug(H2e,1),ne(e,Qk)==null)throw nt(new lp(e.k+" has not been assigned a top-down node type."));if(u(ne(e,Qk),280)==(ok(),q3)||u(ne(e,Qk),280)==OK)for(Tt=new Zn((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a));Tt.e!=Tt.i.gc();)ct=u(sr(Tt),27),El=u(ne(ct,ux),143),(!ct.a&&(ct.a=new Jt(wi,ct,10,11)),ct.a).i>0&&xI(El.f),ne(ct,FDt)!=null&&(d=u(ne(ct,FDt),347),Fv=d.Tg(ct),$4(ct,b.Math.max(ct.g,Fv.a),b.Math.max(ct.f,Fv.b)));if(r1=u(ne(e,Kp),107),j=e.g-(r1.b+r1.c),N=e.f-(r1.d+r1.a),l0.bh("Available Child Area: ("+j+"|"+N+")"),Oi(e,nx,j/N),ble(e,s,r.eh(px)),u(ne(e,Qk),280)==OK&&(Vkt(e),$4(e,r1.b+Rt(Ht(ne(e,ix)))+r1.c,r1.d+Rt(Ht(ne(e,rx)))+r1.a)),l0.bh("Executed layout algorithm: "+Gr(ne(e,zT))+" on node "+e.k),u(ne(e,Qk),280)==q3){if(j<0||N<0)throw nt(new lp("The size defined by the parent parallel node is too small for the space provided by the paddings of the child hierarchical node. "+e.k));for(td(e,ix)||td(e,rx)||Vkt(e),W=Rt(Ht(ne(e,ix))),U=Rt(Ht(ne(e,rx))),l0.bh("Desired Child Area: ("+W+"|"+U+")"),Rw=j/W,i8=N/U,i1=b.Math.min(Rw,b.Math.min(i8,Rt(Ht(ne(e,t7e))))),Oi(e,_K,i1),l0.bh(e.k+" -- Local Scale Factor (X|Y): ("+Rw+"|"+i8+")"),Bt=u(ne(e,vN),21),o=0,h=0,i1<Rw&&(Bt.Hc((aw(),JA))?o=(j/2-W*i1/2)/i1:Bt.Hc(ZA)&&(o=(j-W*i1)/i1)),i1<i8&&(Bt.Hc((aw(),eL))?h=(N/2-U*i1/2)/i1:Bt.Hc(tL)&&(h=(N-U*i1)/i1)),jw=o+(r1.b/i1-r1.b),qg=h+(r1.d/i1-r1.d),l0.bh("Shift: ("+jw+"|"+qg+")"),wh=new Zn((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a));wh.e!=wh.i.gc();)Vo=u(sr(wh),27),Cu(Vo,Vo.i+jw),_u(Vo,Vo.j+qg);for(ie=new Zn((!e.b&&(e.b=new Jt(Cs,e,12,3)),e.b));ie.e!=ie.i.gc();){for(Kt=u(sr(ie),74),s8=new Zn((!Kt.a&&(Kt.a=new Jt(Ji,Kt,6,6)),Kt.a));s8.e!=s8.i.gc();)for(w2=u(sr(s8),166),QD(w2,w2.j+jw,w2.k+qg),XD(w2,w2.b+jw,w2.c+qg),k=new Zn((!w2.a&&(w2.a=new Ns(bh,w2,5)),w2.a));k.e!=k.i.gc();)m=u(sr(k),377),qrt(m,m.a+jw,m.b+qg);for(cs=new Zn((!Kt.n&&(Kt.n=new Jt(Oo,Kt,1,7)),Kt.n));cs.e!=cs.i.gc();)Jr=u(sr(cs),135),xh(Jr,Jr.i+jw,Jr.j+qg);for(er=u(ne(Kt,Dv),75),Mn=_r(er,0);Mn.b!=Mn.d.c;)On=u(Tr(Mn),8),On.a+=jw,On.b+=qg;Oi(Kt,Dv,er)}}l0.Vg()}for(A=new Zn((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a));A.e!=A.i.gc();)T=u(sr(A),27),tt=Ykt(t,T,n,r),Hs(St,tt),x0e(T)}if(r.$g())return wn(),wn(),so;for(Y0=new J(St);Y0.a<Y0.c.c.length;)u0=u(et(Y0),74),Oi(u0,EK,(Nn(),!0));return Ie(De(ne(e,rL)))||ble(e,s,r.eh(px)),V8n(St),en&&bx?Je:(wn(),wn(),so)}else return wn(),wn(),so}function v5(t,e){var n,r;return dx||(dx=new Er,YT=new Er,r=(xi(),xi(),new eh(4)),dO(r,`
+\r\r `),Bo(dx,aht,r),Bo(YT,aht,i3(r)),r=new eh(4),dO(r,sve),Bo(dx,oA,r),Bo(YT,oA,i3(r)),r=new eh(4),dO(r,sve),Bo(dx,oA,r),Bo(YT,oA,i3(r)),r=new eh(4),dO(r,ave),a3(r,u(eu(dx,oA),122)),Bo(dx,sht,r),Bo(YT,sht,i3(r)),r=new eh(4),dO(r,"-.0:AZ__az··ÀÖØöøıĴľŁňŊžƀǃǍǰǴǵǺȗɐʨʻˁːˑ̀͠͡ͅΆΊΌΌΎΡΣώϐϖϚϚϜϜϞϞϠϠϢϳЁЌЎяёќўҁ҃҆ҐӄӇӈӋӌӐӫӮӵӸӹԱՖՙՙաֆֹֻֽֿֿׁׂ֑֣֡ׄׄאתװײءغـْ٠٩ٰڷںھۀێېۓە۪ۭۨ۰۹ँःअह़्॑॔क़ॣ०९ঁঃঅঌএঐওনপরললশহ়়াৄেৈো্ৗৗড়ঢ়য়ৣ০ৱਂਂਅਊਏਐਓਨਪਰਲਲ਼ਵਸ਼ਸਹ਼਼ਾੂੇੈੋ੍ਖ਼ੜਫ਼ਫ਼੦ੴઁઃઅઋઍઍએઑઓનપરલળવહ઼ૅેૉો્ૠૠ૦૯ଁଃଅଌଏଐଓନପରଲଳଶହ଼ୃେୈୋ୍ୖୗଡ଼ଢ଼ୟୡ୦୯ஂஃஅஊஎஐஒகஙசஜஜஞடணதநபமவஷஹாூெைொ்ௗௗ௧௯ఁఃఅఌఎఐఒనపళవహాౄెైొ్ౕౖౠౡ౦౯ಂಃಅಌಎಐಒನಪಳವಹಾೄೆೈೊ್ೕೖೞೞೠೡ೦೯ംഃഅഌഎഐഒനപഹാൃെൈൊ്ൗൗൠൡ൦൯กฮะฺเ๎๐๙ກຂຄຄງຈຊຊຍຍດທນຟມຣລລວວສຫອຮະູົຽເໄໆໆ່ໍ໐໙༘༙༠༩༹༹༵༵༷༷༾ཇཉཀྵ྄ཱ྆ྋྐྕྗྗྙྭྱྷྐྵྐྵႠჅაჶᄀᄀᄂᄃᄅᄇᄉᄉᄋᄌᄎᄒᄼᄼᄾᄾᅀᅀᅌᅌᅎᅎᅐᅐᅔᅕᅙᅙᅟᅡᅣᅣᅥᅥᅧᅧᅩᅩᅭᅮᅲᅳᅵᅵᆞᆞᆨᆨᆫᆫᆮᆯᆷᆸᆺᆺᆼᇂᇫᇫᇰᇰᇹᇹḀẛẠỹἀἕἘἝἠὅὈὍὐὗὙὙὛὛὝὝὟώᾀᾴᾶᾼιιῂῄῆῌῐΐῖΊῠῬῲῴῶῼ⃐⃜⃡⃡ΩΩKÅ℮℮ↀↂ々々〇〇〡〯〱〵ぁゔ゙゚ゝゞァヺーヾㄅㄬ一龥가힣"),Bo(dx,oht,r),Bo(YT,oht,i3(r)),r=new eh(4),dO(r,ave),ru(r,95,95),ru(r,58,58),Bo(dx,cht,r),Bo(YT,cht,i3(r))),n=u(eu(e?dx:YT,t),138),n}function Fpe(t){bm(t,new ow(awt(l$(dm(lm(fm(hm(new cg,Xn),"ELK Layered"),"Layer-based algorithm provided by the Eclipse Layout Kernel. Arranges as many edges as possible into one direction by placing nodes into subsequent layers. This implementation supports different routing styles (straight, orthogonal, splines); if orthogonal routing is selected, arbitrary port constraints are respected, thus enabling the layout of block diagrams such as actor-oriented models or circuit schematics. Furthermore, full layout of compound graphs with cross-hierarchy edges is supported when the respective option is activated on the top level."),new OJ),Xn),Gi((M7(),Udt),ot(st(zK,1),te,245,0,[jK,$K,RK,Vdt,BK,FK]))))),he(t,Xn,AEt,_e(e1t)),he(t,Xn,LEt,_e(tAt)),he(t,Xn,xut,_e(tN)),he(t,Xn,MEt,_e(Yf)),he(t,Xn,Sut,_e(G5)),he(t,Xn,olt,_e(_v)),he(t,Xn,DEt,_e(O3)),he(t,Xn,IEt,_e(OT)),he(t,Xn,OEt,_e(PT)),he(t,Xn,PEt,_e(n1t)),he(t,Xn,h3,_e(Sv)),he(t,Xn,NEt,_e(r1t)),he(t,Xn,FEt,_e(LA)),he(t,Xn,BEt,_e(qG)),he(t,Xn,uEt,_e(ZP)),he(t,Xn,hEt,_e(U5)),he(t,Xn,lEt,_e(Lw)),he(t,Xn,fEt,_e(K5)),he(t,Xn,cP,fe(0)),he(t,Xn,dEt,_e(IT)),he(t,Xn,gEt,_e(ZSt)),he(t,Xn,pEt,_e(Gk)),he(t,Xn,Pg,_e(uAt)),he(t,Xn,RV,_e(nAt)),he(t,Xn,jV,_e(rAt)),he(t,Xn,VS,_e(s1t)),he(t,Xn,Zut,_e(iAt)),he(t,Xn,tlt,_e(sAt)),he(t,Xn,$V,_e(HG)),he(t,Xn,zV,_e(a1t)),he(t,Xn,qV,_e(oAt)),he(t,Xn,HV,_e(aAt)),he(t,Xn,elt,_e(cAt)),he(t,Xn,Kut,_e(Tv)),he(t,Xn,Wut,_e(AA)),he(t,Xn,NV,_e(Qft)),he(t,Xn,FV,_e(ISt)),he(t,Xn,uP,_e(a6e)),he(t,Xn,lP,_e(o6e)),he(t,Xn,hP,_e(s6e)),he(t,Xn,fP,_e(i6e)),he(t,Xn,ov,eAt),he(t,Xn,av,WSt),he(t,Xn,wP,LSt),he(t,Xn,REt,0),he(t,Xn,SV,fe(1)),he(t,Xn,Sk,Q7),he(t,Xn,jEt,_e(Aw)),he(t,Xn,Aut,_e(ms)),he(t,Xn,$Et,_e(DT)),he(t,Xn,mP,_e(Wxe)),he(t,Xn,zEt,_e(s0)),he(t,Xn,UV,_e(A3)),he(t,Xn,RS,(Nn(),!0)),he(t,Xn,qEt,_e(L3)),he(t,Xn,HEt,_e(Cw)),he(t,Xn,T5,_e(Sw)),he(t,Xn,Ak,_e(zG)),he(t,Xn,J7,_e(t1t)),he(t,Xn,clt,ASt),he(t,Xn,Z7,_e(Ev)),he(t,Xn,VEt,_e(jG)),he(t,Xn,tT,_e(D3)),he(t,Xn,UEt,_e(t6e)),he(t,Xn,GEt,_e(QSt)),he(t,Xn,KEt,XSt),he(t,Xn,WEt,_e(Qxe)),he(t,Xn,YEt,_e(Jxe)),he(t,Xn,XEt,_e(Zxe)),he(t,Xn,QEt,_e(Xxe)),he(t,Xn,X8t,_e(i1t)),he(t,Xn,bP,_e(_w)),he(t,Xn,Rut,_e(e2)),he(t,Xn,Y8t,_e(MA)),he(t,Xn,J8t,_e(Du)),he(t,Xn,Nut,_e(Tw)),he(t,Xn,HS,_e(_A)),he(t,Xn,eEt,_e(kv)),he(t,Xn,aEt,_e(CSt)),he(t,Xn,Hut,_e(Kft)),he(t,Xn,OV,_e(JP)),he(t,Xn,qut,_e(Wft)),he(t,Xn,U8t,_e(HSt)),he(t,Xn,G8t,_e(VSt)),he(t,Xn,IV,_e(RSt)),he(t,Xn,C5,_e($G)),he(t,Xn,Uut,_e(Zft)),he(t,Xn,V8t,_e(Jft)),he(t,Xn,Gut,_e(GSt)),he(t,Xn,oEt,_e(DSt)),he(t,Xn,cEt,_e(Xft)),he(t,Xn,GV,_e(Gft)),he(t,Xn,Vut,_e(USt)),he(t,Xn,bEt,_e(MG)),he(t,Xn,wEt,_e(kSt)),he(t,Xn,Xut,_e(LG)),he(t,Xn,BV,_e(NSt)),he(t,Xn,Qut,_e(PSt)),he(t,Xn,Jut,_e(FSt)),he(t,Xn,Lk,_e(LT)),he(t,Xn,JEt,_e(qo)),he(t,Xn,kut,_e(zp)),he(t,Xn,ZEt,_e(a0)),he(t,Xn,AV,_e(Yft)),he(t,Xn,zut,_e(_St)),he(t,Xn,t7t,_e(qp)),he(t,Xn,e7t,_e(CA)),he(t,Xn,n7t,_e(FG)),he(t,Xn,r7t,_e(Cv)),he(t,Xn,ult,_e(YSt)),he(t,Xn,llt,_e(MT)),he(t,Xn,Fut,_e($St)),he(t,Xn,But,_e(zSt)),he(t,Xn,KV,_e(I3)),he(t,Xn,K8t,_e(Vft)),he(t,Xn,jut,_e(qSt)),he(t,Xn,mEt,_e(NG)),he(t,Xn,vEt,_e(PG)),he(t,Xn,i7t,_e(RG)),he(t,Xn,$ut,_e(jSt)),he(t,Xn,PV,_e(SA)),he(t,Xn,s7t,_e(eN)),he(t,Xn,H8t,_e(SSt)),he(t,Xn,W8t,_e(JSt)),he(t,Xn,Yut,_e(MSt)),he(t,Xn,nEt,_e(Uxe)),he(t,Xn,rEt,_e(Gxe)),he(t,Xn,Z8t,_e(Yxe)),he(t,Xn,iEt,_e(Kxe)),he(t,Xn,WV,_e(BSt)),he(t,Xn,tEt,_e(BG)),he(t,Xn,sEt,_e(OG)),he(t,Xn,VV,_e(q0)),he(t,Xn,kEt,_e(TSt)),he(t,Xn,rlt,_e(DG)),he(t,Xn,ilt,_e(ESt)),he(t,Xn,xEt,_e(IG)),he(t,Xn,nlt,_e(S3)),he(t,Xn,yEt,_e(Uft)),he(t,Xn,Q8t,_e(OSt))}function s_n(t){zr(t.a,ti,ot(st(Ne,1),le,2,6,[bi,"anySimpleType"])),zr(t.b,ti,ot(st(Ne,1),le,2,6,[bi,"anyType",of,TP])),zr(u(Lt(Xt(t.b),0),35),ti,ot(st(Ne,1),le,2,6,[of,tht,bi,":mixed"])),zr(u(Lt(Xt(t.b),1),35),ti,ot(st(Ne,1),le,2,6,[of,tht,ITt,nht,bi,":1",Ume,"lax"])),zr(u(Lt(Xt(t.b),2),35),ti,ot(st(Ne,1),le,2,6,[of,zme,ITt,nht,bi,":2",Ume,"lax"])),zr(t.c,ti,ot(st(Ne,1),le,2,6,[bi,"anyURI",uf,M1])),zr(t.d,ti,ot(st(Ne,1),le,2,6,[bi,"base64Binary",uf,M1])),zr(t.e,ti,ot(st(Ne,1),le,2,6,[bi,vk,uf,M1])),zr(t.f,ti,ot(st(Ne,1),le,2,6,[bi,"boolean:Object",Ua,vk])),zr(t.g,ti,ot(st(Ne,1),le,2,6,[bi,tA])),zr(t.i,ti,ot(st(Ne,1),le,2,6,[bi,"byte:Object",Ua,tA])),zr(t.j,ti,ot(st(Ne,1),le,2,6,[bi,"date",uf,M1])),zr(t.k,ti,ot(st(Ne,1),le,2,6,[bi,"dateTime",uf,M1])),zr(t.n,ti,ot(st(Ne,1),le,2,6,[bi,"decimal",uf,M1])),zr(t.o,ti,ot(st(Ne,1),le,2,6,[bi,eA,uf,M1])),zr(t.p,ti,ot(st(Ne,1),le,2,6,[bi,"double:Object",Ua,eA])),zr(t.q,ti,ot(st(Ne,1),le,2,6,[bi,"duration",uf,M1])),zr(t.s,ti,ot(st(Ne,1),le,2,6,[bi,"ENTITIES",Ua,Gme,OTt,"1"])),zr(t.r,ti,ot(st(Ne,1),le,2,6,[bi,Gme,eht,PTt])),zr(t.t,ti,ot(st(Ne,1),le,2,6,[bi,PTt,Ua,EU])),zr(t.u,ti,ot(st(Ne,1),le,2,6,[bi,nA,uf,M1])),zr(t.v,ti,ot(st(Ne,1),le,2,6,[bi,"float:Object",Ua,nA])),zr(t.w,ti,ot(st(Ne,1),le,2,6,[bi,"gDay",uf,M1])),zr(t.B,ti,ot(st(Ne,1),le,2,6,[bi,"gMonth",uf,M1])),zr(t.A,ti,ot(st(Ne,1),le,2,6,[bi,"gMonthDay",uf,M1])),zr(t.C,ti,ot(st(Ne,1),le,2,6,[bi,"gYear",uf,M1])),zr(t.D,ti,ot(st(Ne,1),le,2,6,[bi,"gYearMonth",uf,M1])),zr(t.F,ti,ot(st(Ne,1),le,2,6,[bi,"hexBinary",uf,M1])),zr(t.G,ti,ot(st(Ne,1),le,2,6,[bi,"ID",Ua,EU])),zr(t.H,ti,ot(st(Ne,1),le,2,6,[bi,"IDREF",Ua,EU])),zr(t.J,ti,ot(st(Ne,1),le,2,6,[bi,"IDREFS",Ua,Kme,OTt,"1"])),zr(t.I,ti,ot(st(Ne,1),le,2,6,[bi,Kme,eht,"IDREF"])),zr(t.K,ti,ot(st(Ne,1),le,2,6,[bi,rA])),zr(t.M,ti,ot(st(Ne,1),le,2,6,[bi,NTt])),zr(t.L,ti,ot(st(Ne,1),le,2,6,[bi,"int:Object",Ua,rA])),zr(t.P,ti,ot(st(Ne,1),le,2,6,[bi,"language",Ua,rht,iht,Wme])),zr(t.Q,ti,ot(st(Ne,1),le,2,6,[bi,iA])),zr(t.R,ti,ot(st(Ne,1),le,2,6,[bi,"long:Object",Ua,iA])),zr(t.S,ti,ot(st(Ne,1),le,2,6,[bi,"Name",Ua,rht,iht,FTt])),zr(t.T,ti,ot(st(Ne,1),le,2,6,[bi,EU,Ua,"Name",iht,Yme])),zr(t.U,ti,ot(st(Ne,1),le,2,6,[bi,"negativeInteger",Ua,Xme,LP,"-1"])),zr(t.V,ti,ot(st(Ne,1),le,2,6,[bi,BTt,Ua,rht,iht,"\\c+"])),zr(t.X,ti,ot(st(Ne,1),le,2,6,[bi,"NMTOKENS",Ua,Qme,OTt,"1"])),zr(t.W,ti,ot(st(Ne,1),le,2,6,[bi,Qme,eht,BTt])),zr(t.Y,ti,ot(st(Ne,1),le,2,6,[bi,RTt,Ua,NTt,MP,"0"])),zr(t.Z,ti,ot(st(Ne,1),le,2,6,[bi,Xme,Ua,NTt,LP,"0"])),zr(t.$,ti,ot(st(Ne,1),le,2,6,[bi,Jme,Ua,_ct,uf,"replace"])),zr(t._,ti,ot(st(Ne,1),le,2,6,[bi,"NOTATION",uf,M1])),zr(t.ab,ti,ot(st(Ne,1),le,2,6,[bi,"positiveInteger",Ua,RTt,MP,"1"])),zr(t.bb,ti,ot(st(Ne,1),le,2,6,[bi,"processingInstruction_._type",of,"empty"])),zr(u(Lt(Xt(t.bb),0),35),ti,ot(st(Ne,1),le,2,6,[of,vU,bi,"data"])),zr(u(Lt(Xt(t.bb),1),35),ti,ot(st(Ne,1),le,2,6,[of,vU,bi,mTt])),zr(t.cb,ti,ot(st(Ne,1),le,2,6,[bi,"QName",uf,M1])),zr(t.db,ti,ot(st(Ne,1),le,2,6,[bi,sA])),zr(t.eb,ti,ot(st(Ne,1),le,2,6,[bi,"short:Object",Ua,sA])),zr(t.fb,ti,ot(st(Ne,1),le,2,6,[bi,"simpleAnyType",of,CP])),zr(u(Lt(Xt(t.fb),0),35),ti,ot(st(Ne,1),le,2,6,[bi,":3",of,CP])),zr(u(Lt(Xt(t.fb),1),35),ti,ot(st(Ne,1),le,2,6,[bi,":4",of,CP])),zr(u(Lt(Xt(t.fb),2),19),ti,ot(st(Ne,1),le,2,6,[bi,":5",of,CP])),zr(t.gb,ti,ot(st(Ne,1),le,2,6,[bi,_ct,uf,"preserve"])),zr(t.hb,ti,ot(st(Ne,1),le,2,6,[bi,"time",uf,M1])),zr(t.ib,ti,ot(st(Ne,1),le,2,6,[bi,rht,Ua,Jme,uf,M1])),zr(t.jb,ti,ot(st(Ne,1),le,2,6,[bi,Zme,LP,"255",MP,"0"])),zr(t.kb,ti,ot(st(Ne,1),le,2,6,[bi,"unsignedByte:Object",Ua,Zme])),zr(t.lb,ti,ot(st(Ne,1),le,2,6,[bi,tve,LP,"4294967295",MP,"0"])),zr(t.mb,ti,ot(st(Ne,1),le,2,6,[bi,"unsignedInt:Object",Ua,tve])),zr(t.nb,ti,ot(st(Ne,1),le,2,6,[bi,"unsignedLong",Ua,RTt,LP,eve,MP,"0"])),zr(t.ob,ti,ot(st(Ne,1),le,2,6,[bi,nve,LP,"65535",MP,"0"])),zr(t.pb,ti,ot(st(Ne,1),le,2,6,[bi,"unsignedShort:Object",Ua,nve])),zr(t.qb,ti,ot(st(Ne,1),le,2,6,[bi,"",of,TP])),zr(u(Lt(Xt(t.qb),0),35),ti,ot(st(Ne,1),le,2,6,[of,tht,bi,":mixed"])),zr(u(Lt(Xt(t.qb),1),19),ti,ot(st(Ne,1),le,2,6,[of,vU,bi,"xmlns:prefix"])),zr(u(Lt(Xt(t.qb),2),19),ti,ot(st(Ne,1),le,2,6,[of,vU,bi,"xsi:schemaLocation"])),zr(u(Lt(Xt(t.qb),3),35),ti,ot(st(Ne,1),le,2,6,[of,yU,bi,"cDATA",xU,_P])),zr(u(Lt(Xt(t.qb),4),35),ti,ot(st(Ne,1),le,2,6,[of,yU,bi,"comment",xU,_P])),zr(u(Lt(Xt(t.qb),5),19),ti,ot(st(Ne,1),le,2,6,[of,yU,bi,rve,xU,_P])),zr(u(Lt(Xt(t.qb),6),35),ti,ot(st(Ne,1),le,2,6,[of,yU,bi,zlt,xU,_P]))}function Qr(t){return hn("_UI_EMFDiagnostic_marker",t)?"EMF Problem":hn("_UI_CircularContainment_diagnostic",t)?"An object may not circularly contain itself":hn(jwe,t)?"Wrong character.":hn($we,t)?"Invalid reference number.":hn(lU,t)?"A character is required after \\.":hn(Wlt,t)?"'?' is not expected. '(?:' or '(?=' or '(?!' or '(?<' or '(?#' or '(?>'?":hn(zwe,t)?"'(?<' or '(?<!' is expected.":hn(qwe,t)?"A comment is not terminated.":hn(mw,t)?"')' is expected.":hn(vTt,t)?"Unexpected end of the pattern in a modifier group.":hn(Hwe,t)?"':' is expected.":hn(Vwe,t)?"Unexpected end of the pattern in a conditional group.":hn(Uwe,t)?"A back reference or an anchor or a lookahead or a look-behind is expected in a conditional pattern.":hn(Gwe,t)?"There are more than three choices in a conditional group.":hn(Kwe,t)?"A character in U+0040-U+005f must follow \\c.":hn(Wwe,t)?"A '{' is required before a character category.":hn(Ywe,t)?"A property name is not closed by '}'.":hn(yTt,t)?"Unexpected meta character.":hn(Ylt,t)?"Unknown property.":hn(xTt,t)?"A POSIX character class must be closed by ':]'.":hn(hU,t)?"Unexpected end of the pattern in a character class.":hn(Xwe,t)?"Unknown name for a POSIX character class.":hn("parser.cc.4",t)?"'-' is invalid here.":hn(Qwe,t)?"']' is expected.":hn(kTt,t)?"'[' is invalid in a character class. Write '\\['.":hn(ETt,t)?"']' is invalid in a character class. Write '\\]'.":hn(Xlt,t)?"'-' is an invalid character range. Write '\\-'.":hn(Jwe,t)?"'[' is expected.":hn(Zwe,t)?"')' or '-[' or '+[' or '&[' is expected.":hn(tme,t)?"The range end code point is less than the start code point.":hn(jp,t)?"Invalid Unicode hex notation.":hn(eme,t)?"Overflow in a hex notation.":hn(nme,t)?"'\\x{' must be closed by '}'.":hn(rme,t)?"Invalid Unicode code point.":hn(ime,t)?"An anchor must not be here.":hn(jh,t)?"This expression is not supported in the current option setting.":hn(sme,t)?"Invalid quantifier. A digit is expected.":hn(ame,t)?"Invalid quantifier. Invalid quantity or a '}' is missing.":hn(ome,t)?"Invalid quantifier. A digit or '}' is expected.":hn(cme,t)?"Invalid quantifier. A min quantity must be <= a max quantity.":hn(TTt,t)?"Invalid quantifier. A quantity value overflow.":hn("_UI_PackageRegistry_extensionpoint",t)?"Ecore Package Registry for Generated Packages":hn("_UI_DynamicPackageRegistry_extensionpoint",t)?"Ecore Package Registry for Dynamic Packages":hn("_UI_FactoryRegistry_extensionpoint",t)?"Ecore Factory Override Registry":hn("_UI_URIExtensionParserRegistry_extensionpoint",t)?"URI Extension Parser Registry":hn("_UI_URIProtocolParserRegistry_extensionpoint",t)?"URI Protocol Parser Registry":hn("_UI_URIContentParserRegistry_extensionpoint",t)?"URI Content Parser Registry":hn("_UI_ContentHandlerRegistry_extensionpoint",t)?"Content Handler Registry":hn("_UI_URIMappingRegistry_extensionpoint",t)?"URI Converter Mapping Registry":hn("_UI_PackageRegistryImplementation_extensionpoint",t)?"Ecore Package Registry Implementation":hn("_UI_ValidationDelegateRegistry_extensionpoint",t)?"Validation Delegate Registry":hn("_UI_SettingDelegateRegistry_extensionpoint",t)?"Feature Setting Delegate Factory Registry":hn("_UI_InvocationDelegateRegistry_extensionpoint",t)?"Operation Invocation Delegate Factory Registry":hn("_UI_EClassInterfaceNotAbstract_diagnostic",t)?"A class that is an interface must also be abstract":hn("_UI_EClassNoCircularSuperTypes_diagnostic",t)?"A class may not be a super type of itself":hn("_UI_EClassNotWellFormedMapEntryNoInstanceClassName_diagnostic",t)?"A class that inherits from a map entry class must have instance class name 'java.util.Map$Entry'":hn("_UI_EReferenceOppositeOfOppositeInconsistent_diagnostic",t)?"The opposite of the opposite may not be a reference different from this one":hn("_UI_EReferenceOppositeNotFeatureOfType_diagnostic",t)?"The opposite must be a feature of the reference's type":hn("_UI_EReferenceTransientOppositeNotTransient_diagnostic",t)?"The opposite of a transient reference must be transient if it is proxy resolving":hn("_UI_EReferenceOppositeBothContainment_diagnostic",t)?"The opposite of a containment reference must not be a containment reference":hn("_UI_EReferenceConsistentUnique_diagnostic",t)?"A containment or bidirectional reference must be unique if its upper bound is different from 1":hn("_UI_ETypedElementNoType_diagnostic",t)?"The typed element must have a type":hn("_UI_EAttributeNoDataType_diagnostic",t)?"The generic attribute type must not refer to a class":hn("_UI_EReferenceNoClass_diagnostic",t)?"The generic reference type must not refer to a data type":hn("_UI_EGenericTypeNoTypeParameterAndClassifier_diagnostic",t)?"A generic type can't refer to both a type parameter and a classifier":hn("_UI_EGenericTypeNoClass_diagnostic",t)?"A generic super type must refer to a class":hn("_UI_EGenericTypeNoTypeParameterOrClassifier_diagnostic",t)?"A generic type in this context must refer to a classifier or a type parameter":hn("_UI_EGenericTypeBoundsOnlyForTypeArgument_diagnostic",t)?"A generic type may have bounds only when used as a type argument":hn("_UI_EGenericTypeNoUpperAndLowerBound_diagnostic",t)?"A generic type must not have both a lower and an upper bound":hn("_UI_EGenericTypeNoTypeParameterOrClassifierAndBound_diagnostic",t)?"A generic type with bounds must not also refer to a type parameter or classifier":hn("_UI_EGenericTypeNoArguments_diagnostic",t)?"A generic type may have arguments only if it refers to a classifier":hn("_UI_EGenericTypeOutOfScopeTypeParameter_diagnostic",t)?"A generic type may only refer to a type parameter that is in scope":t}function a_n(t){var e,n,r,s,o,h,d,m,k,T,A,N,j,U,W;t.r||(t.r=!0,wu(t,"graph"),Uq(t,"graph"),Gq(t,cT),XI(t.o,"T"),Mr(Ko(t.a),t.p),Mr(Ko(t.f),t.a),Mr(Ko(t.n),t.f),Mr(Ko(t.g),t.n),Mr(Ko(t.c),t.n),Mr(Ko(t.i),t.c),Mr(Ko(t.j),t.c),Mr(Ko(t.d),t.f),Mr(Ko(t.e),t.a),vc(t.p,k_n,Lbe,!0,!0,!1),U=e5(t.p,t.p,"setProperty"),W=pce(U),k=pg(t.o),T=(n=(r=new um,r),n),Mr((!k.d&&(k.d=new Ns(So,k,1)),k.d),T),A=Yit(W),Axt(T,A),PH(U,k,uTt),k=Yit(W),PH(U,k,JS),U=e5(t.p,null,"getProperty"),W=pce(U),k=pg(t.o),T=Yit(W),Mr((!k.d&&(k.d=new Ns(So,k,1)),k.d),T),PH(U,k,uTt),k=Yit(W),j=sd(U,k,null),j&&j.oj(),U=e5(t.p,t.wb.e,"hasProperty"),k=pg(t.o),T=(s=(o=new um,o),s),Mr((!k.d&&(k.d=new Ns(So,k,1)),k.d),T),PH(U,k,uTt),U=e5(t.p,t.p,"copyProperties"),$o(U,t.p,Blt),U=e5(t.p,null,"getAllProperties"),k=pg(t.wb.P),T=pg(t.o),Mr((!k.d&&(k.d=new Ns(So,k,1)),k.d),T),A=(h=(d=new um,d),h),Mr((!T.d&&(T.d=new Ns(So,T,1)),T.d),A),T=pg(t.wb.M),Mr((!k.d&&(k.d=new Ns(So,k,1)),k.d),T),N=sd(U,k,null),N&&N.oj(),vc(t.a,WT,pwe,!0,!1,!0),Wi(u(Lt(Xt(t.a),0),19),t.k,null,Swe,0,-1,WT,!1,!1,!0,!0,!1,!1,!1),vc(t.f,NN,wwe,!0,!1,!0),Wi(u(Lt(Xt(t.f),0),19),t.g,u(Lt(Xt(t.g),0),19),"labels",0,-1,NN,!1,!1,!0,!0,!1,!1,!1),ks(u(Lt(Xt(t.f),1),35),t.wb._,Awe,null,0,1,NN,!1,!1,!0,!1,!0,!1),vc(t.n,FN,"ElkShape",!0,!1,!0),ks(u(Lt(Xt(t.n),0),35),t.wb.t,Rlt,G7,1,1,FN,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.n),1),35),t.wb.t,jlt,G7,1,1,FN,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.n),2),35),t.wb.t,"x",G7,1,1,FN,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.n),3),35),t.wb.t,"y",G7,1,1,FN,!1,!1,!0,!1,!0,!1),U=e5(t.n,null,"setDimensions"),$o(U,t.wb.t,jlt),$o(U,t.wb.t,Rlt),U=e5(t.n,null,"setLocation"),$o(U,t.wb.t,"x"),$o(U,t.wb.t,"y"),vc(t.g,Oo,aTt,!1,!1,!0),Wi(u(Lt(Xt(t.g),0),19),t.f,u(Lt(Xt(t.f),0),19),$lt,0,1,Oo,!1,!1,!0,!1,!1,!1,!1),ks(u(Lt(Xt(t.g),1),35),t.wb._,zlt,"",0,1,Oo,!1,!1,!0,!1,!0,!1),vc(t.c,gr,mwe,!0,!1,!0),Wi(u(Lt(Xt(t.c),0),19),t.d,u(Lt(Xt(t.d),1),19),"outgoingEdges",0,-1,gr,!1,!1,!0,!1,!0,!1,!1),Wi(u(Lt(Xt(t.c),1),19),t.d,u(Lt(Xt(t.d),2),19),"incomingEdges",0,-1,gr,!1,!1,!0,!1,!0,!1,!1),vc(t.i,wi,oTt,!1,!1,!0),Wi(u(Lt(Xt(t.i),0),19),t.j,u(Lt(Xt(t.j),0),19),"ports",0,-1,wi,!1,!1,!0,!0,!1,!1,!1),Wi(u(Lt(Xt(t.i),1),19),t.i,u(Lt(Xt(t.i),2),19),qlt,0,-1,wi,!1,!1,!0,!0,!1,!1,!1),Wi(u(Lt(Xt(t.i),2),19),t.i,u(Lt(Xt(t.i),1),19),$lt,0,1,wi,!1,!1,!0,!1,!1,!1,!1),Wi(u(Lt(Xt(t.i),3),19),t.d,u(Lt(Xt(t.d),0),19),"containedEdges",0,-1,wi,!1,!1,!0,!0,!1,!1,!1),ks(u(Lt(Xt(t.i),4),35),t.wb.e,Lwe,null,0,1,wi,!0,!0,!1,!1,!0,!0),vc(t.j,kl,cTt,!1,!1,!0),Wi(u(Lt(Xt(t.j),0),19),t.i,u(Lt(Xt(t.i),0),19),$lt,0,1,kl,!1,!1,!0,!1,!1,!1,!1),vc(t.d,Cs,sTt,!1,!1,!0),Wi(u(Lt(Xt(t.d),0),19),t.i,u(Lt(Xt(t.i),3),19),"containingNode",0,1,Cs,!1,!1,!0,!1,!1,!1,!1),Wi(u(Lt(Xt(t.d),1),19),t.c,u(Lt(Xt(t.c),0),19),lTt,0,-1,Cs,!1,!1,!0,!1,!0,!1,!1),Wi(u(Lt(Xt(t.d),2),19),t.c,u(Lt(Xt(t.c),1),19),Hlt,0,-1,Cs,!1,!1,!0,!1,!0,!1,!1),Wi(u(Lt(Xt(t.d),3),19),t.e,u(Lt(Xt(t.e),5),19),hTt,0,-1,Cs,!1,!1,!0,!0,!1,!1,!1),ks(u(Lt(Xt(t.d),4),35),t.wb.e,"hyperedge",null,0,1,Cs,!0,!0,!1,!1,!0,!0),ks(u(Lt(Xt(t.d),5),35),t.wb.e,Lwe,null,0,1,Cs,!0,!0,!1,!1,!0,!0),ks(u(Lt(Xt(t.d),6),35),t.wb.e,"selfloop",null,0,1,Cs,!0,!0,!1,!1,!0,!0),ks(u(Lt(Xt(t.d),7),35),t.wb.e,"connected",null,0,1,Cs,!0,!0,!1,!1,!0,!0),vc(t.b,bh,bwe,!1,!1,!0),ks(u(Lt(Xt(t.b),0),35),t.wb.t,"x",G7,1,1,bh,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.b),1),35),t.wb.t,"y",G7,1,1,bh,!1,!1,!0,!1,!0,!1),U=e5(t.b,null,"set"),$o(U,t.wb.t,"x"),$o(U,t.wb.t,"y"),vc(t.e,Ji,vwe,!1,!1,!0),ks(u(Lt(Xt(t.e),0),35),t.wb.t,"startX",null,0,1,Ji,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.e),1),35),t.wb.t,"startY",null,0,1,Ji,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.e),2),35),t.wb.t,"endX",null,0,1,Ji,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.e),3),35),t.wb.t,"endY",null,0,1,Ji,!1,!1,!0,!1,!0,!1),Wi(u(Lt(Xt(t.e),4),19),t.b,null,aU,0,-1,Ji,!1,!1,!0,!0,!1,!1,!1),Wi(u(Lt(Xt(t.e),5),19),t.d,u(Lt(Xt(t.d),3),19),$lt,0,1,Ji,!1,!1,!0,!1,!1,!1,!1),Wi(u(Lt(Xt(t.e),6),19),t.c,null,fTt,0,1,Ji,!1,!1,!0,!1,!0,!1,!1),Wi(u(Lt(Xt(t.e),7),19),t.c,null,dTt,0,1,Ji,!1,!1,!0,!1,!0,!1,!1),Wi(u(Lt(Xt(t.e),8),19),t.e,u(Lt(Xt(t.e),9),19),gTt,0,-1,Ji,!1,!1,!0,!1,!0,!1,!1),Wi(u(Lt(Xt(t.e),9),19),t.e,u(Lt(Xt(t.e),8),19),pTt,0,-1,Ji,!1,!1,!0,!1,!0,!1,!1),ks(u(Lt(Xt(t.e),10),35),t.wb._,Awe,null,0,1,Ji,!1,!1,!0,!1,!0,!1),U=e5(t.e,null,"setStartLocation"),$o(U,t.wb.t,"x"),$o(U,t.wb.t,"y"),U=e5(t.e,null,"setEndLocation"),$o(U,t.wb.t,"x"),$o(U,t.wb.t,"y"),vc(t.k,yw,"ElkPropertyToValueMapEntry",!1,!1,!1),k=pg(t.o),T=(m=(e=new um,e),m),Mr((!k.d&&(k.d=new Ns(So,k,1)),k.d),T),_1e(u(Lt(Xt(t.k),0),35),k,"key",yw,!1,!1,!0,!1),ks(u(Lt(Xt(t.k),1),35),t.s,JS,null,0,1,yw,!1,!1,!0,!1,!0,!1),gi(t.o,mdt,"IProperty",!0),gi(t.s,sa,"PropertyValue",!0),e5t(t,cT))}function Bpe(){Bpe=V,wt=Vt(cl,A5,28,fo,15,1),wt[9]=35,wt[10]=19,wt[13]=19,wt[32]=51,wt[33]=49,wt[34]=33,zt(wt,35,38,49),wt[38]=1,zt(wt,39,45,49),zt(wt,45,47,-71),wt[47]=49,zt(wt,48,58,-71),wt[58]=61,wt[59]=49,wt[60]=1,wt[61]=49,wt[62]=33,zt(wt,63,65,49),zt(wt,65,91,-3),zt(wt,91,93,33),wt[93]=1,wt[94]=33,wt[95]=-3,wt[96]=33,zt(wt,97,123,-3),zt(wt,123,183,33),wt[183]=-87,zt(wt,184,192,33),zt(wt,192,215,-19),wt[215]=33,zt(wt,216,247,-19),wt[247]=33,zt(wt,248,306,-19),zt(wt,306,308,33),zt(wt,308,319,-19),zt(wt,319,321,33),zt(wt,321,329,-19),wt[329]=33,zt(wt,330,383,-19),wt[383]=33,zt(wt,384,452,-19),zt(wt,452,461,33),zt(wt,461,497,-19),zt(wt,497,500,33),zt(wt,500,502,-19),zt(wt,502,506,33),zt(wt,506,536,-19),zt(wt,536,592,33),zt(wt,592,681,-19),zt(wt,681,699,33),zt(wt,699,706,-19),zt(wt,706,720,33),zt(wt,720,722,-87),zt(wt,722,768,33),zt(wt,768,838,-87),zt(wt,838,864,33),zt(wt,864,866,-87),zt(wt,866,902,33),wt[902]=-19,wt[903]=-87,zt(wt,904,907,-19),wt[907]=33,wt[908]=-19,wt[909]=33,zt(wt,910,930,-19),wt[930]=33,zt(wt,931,975,-19),wt[975]=33,zt(wt,976,983,-19),zt(wt,983,986,33),wt[986]=-19,wt[987]=33,wt[988]=-19,wt[989]=33,wt[990]=-19,wt[991]=33,wt[992]=-19,wt[993]=33,zt(wt,994,1012,-19),zt(wt,1012,1025,33),zt(wt,1025,1037,-19),wt[1037]=33,zt(wt,1038,1104,-19),wt[1104]=33,zt(wt,1105,1117,-19),wt[1117]=33,zt(wt,1118,1154,-19),wt[1154]=33,zt(wt,1155,1159,-87),zt(wt,1159,1168,33),zt(wt,1168,1221,-19),zt(wt,1221,1223,33),zt(wt,1223,1225,-19),zt(wt,1225,1227,33),zt(wt,1227,1229,-19),zt(wt,1229,1232,33),zt(wt,1232,1260,-19),zt(wt,1260,1262,33),zt(wt,1262,1270,-19),zt(wt,1270,1272,33),zt(wt,1272,1274,-19),zt(wt,1274,1329,33),zt(wt,1329,1367,-19),zt(wt,1367,1369,33),wt[1369]=-19,zt(wt,1370,1377,33),zt(wt,1377,1415,-19),zt(wt,1415,1425,33),zt(wt,1425,1442,-87),wt[1442]=33,zt(wt,1443,1466,-87),wt[1466]=33,zt(wt,1467,1470,-87),wt[1470]=33,wt[1471]=-87,wt[1472]=33,zt(wt,1473,1475,-87),wt[1475]=33,wt[1476]=-87,zt(wt,1477,1488,33),zt(wt,1488,1515,-19),zt(wt,1515,1520,33),zt(wt,1520,1523,-19),zt(wt,1523,1569,33),zt(wt,1569,1595,-19),zt(wt,1595,1600,33),wt[1600]=-87,zt(wt,1601,1611,-19),zt(wt,1611,1619,-87),zt(wt,1619,1632,33),zt(wt,1632,1642,-87),zt(wt,1642,1648,33),wt[1648]=-87,zt(wt,1649,1720,-19),zt(wt,1720,1722,33),zt(wt,1722,1727,-19),wt[1727]=33,zt(wt,1728,1743,-19),wt[1743]=33,zt(wt,1744,1748,-19),wt[1748]=33,wt[1749]=-19,zt(wt,1750,1765,-87),zt(wt,1765,1767,-19),zt(wt,1767,1769,-87),wt[1769]=33,zt(wt,1770,1774,-87),zt(wt,1774,1776,33),zt(wt,1776,1786,-87),zt(wt,1786,2305,33),zt(wt,2305,2308,-87),wt[2308]=33,zt(wt,2309,2362,-19),zt(wt,2362,2364,33),wt[2364]=-87,wt[2365]=-19,zt(wt,2366,2382,-87),zt(wt,2382,2385,33),zt(wt,2385,2389,-87),zt(wt,2389,2392,33),zt(wt,2392,2402,-19),zt(wt,2402,2404,-87),zt(wt,2404,2406,33),zt(wt,2406,2416,-87),zt(wt,2416,2433,33),zt(wt,2433,2436,-87),wt[2436]=33,zt(wt,2437,2445,-19),zt(wt,2445,2447,33),zt(wt,2447,2449,-19),zt(wt,2449,2451,33),zt(wt,2451,2473,-19),wt[2473]=33,zt(wt,2474,2481,-19),wt[2481]=33,wt[2482]=-19,zt(wt,2483,2486,33),zt(wt,2486,2490,-19),zt(wt,2490,2492,33),wt[2492]=-87,wt[2493]=33,zt(wt,2494,2501,-87),zt(wt,2501,2503,33),zt(wt,2503,2505,-87),zt(wt,2505,2507,33),zt(wt,2507,2510,-87),zt(wt,2510,2519,33),wt[2519]=-87,zt(wt,2520,2524,33),zt(wt,2524,2526,-19),wt[2526]=33,zt(wt,2527,2530,-19),zt(wt,2530,2532,-87),zt(wt,2532,2534,33),zt(wt,2534,2544,-87),zt(wt,2544,2546,-19),zt(wt,2546,2562,33),wt[2562]=-87,zt(wt,2563,2565,33),zt(wt,2565,2571,-19),zt(wt,2571,2575,33),zt(wt,2575,2577,-19),zt(wt,2577,2579,33),zt(wt,2579,2601,-19),wt[2601]=33,zt(wt,2602,2609,-19),wt[2609]=33,zt(wt,2610,2612,-19),wt[2612]=33,zt(wt,2613,2615,-19),wt[2615]=33,zt(wt,2616,2618,-19),zt(wt,2618,2620,33),wt[2620]=-87,wt[2621]=33,zt(wt,2622,2627,-87),zt(wt,2627,2631,33),zt(wt,2631,2633,-87),zt(wt,2633,2635,33),zt(wt,2635,2638,-87),zt(wt,2638,2649,33),zt(wt,2649,2653,-19),wt[2653]=33,wt[2654]=-19,zt(wt,2655,2662,33),zt(wt,2662,2674,-87),zt(wt,2674,2677,-19),zt(wt,2677,2689,33),zt(wt,2689,2692,-87),wt[2692]=33,zt(wt,2693,2700,-19),wt[2700]=33,wt[2701]=-19,wt[2702]=33,zt(wt,2703,2706,-19),wt[2706]=33,zt(wt,2707,2729,-19),wt[2729]=33,zt(wt,2730,2737,-19),wt[2737]=33,zt(wt,2738,2740,-19),wt[2740]=33,zt(wt,2741,2746,-19),zt(wt,2746,2748,33),wt[2748]=-87,wt[2749]=-19,zt(wt,2750,2758,-87),wt[2758]=33,zt(wt,2759,2762,-87),wt[2762]=33,zt(wt,2763,2766,-87),zt(wt,2766,2784,33),wt[2784]=-19,zt(wt,2785,2790,33),zt(wt,2790,2800,-87),zt(wt,2800,2817,33),zt(wt,2817,2820,-87),wt[2820]=33,zt(wt,2821,2829,-19),zt(wt,2829,2831,33),zt(wt,2831,2833,-19),zt(wt,2833,2835,33),zt(wt,2835,2857,-19),wt[2857]=33,zt(wt,2858,2865,-19),wt[2865]=33,zt(wt,2866,2868,-19),zt(wt,2868,2870,33),zt(wt,2870,2874,-19),zt(wt,2874,2876,33),wt[2876]=-87,wt[2877]=-19,zt(wt,2878,2884,-87),zt(wt,2884,2887,33),zt(wt,2887,2889,-87),zt(wt,2889,2891,33),zt(wt,2891,2894,-87),zt(wt,2894,2902,33),zt(wt,2902,2904,-87),zt(wt,2904,2908,33),zt(wt,2908,2910,-19),wt[2910]=33,zt(wt,2911,2914,-19),zt(wt,2914,2918,33),zt(wt,2918,2928,-87),zt(wt,2928,2946,33),zt(wt,2946,2948,-87),wt[2948]=33,zt(wt,2949,2955,-19),zt(wt,2955,2958,33),zt(wt,2958,2961,-19),wt[2961]=33,zt(wt,2962,2966,-19),zt(wt,2966,2969,33),zt(wt,2969,2971,-19),wt[2971]=33,wt[2972]=-19,wt[2973]=33,zt(wt,2974,2976,-19),zt(wt,2976,2979,33),zt(wt,2979,2981,-19),zt(wt,2981,2984,33),zt(wt,2984,2987,-19),zt(wt,2987,2990,33),zt(wt,2990,2998,-19),wt[2998]=33,zt(wt,2999,3002,-19),zt(wt,3002,3006,33),zt(wt,3006,3011,-87),zt(wt,3011,3014,33),zt(wt,3014,3017,-87),wt[3017]=33,zt(wt,3018,3022,-87),zt(wt,3022,3031,33),wt[3031]=-87,zt(wt,3032,3047,33),zt(wt,3047,3056,-87),zt(wt,3056,3073,33),zt(wt,3073,3076,-87),wt[3076]=33,zt(wt,3077,3085,-19),wt[3085]=33,zt(wt,3086,3089,-19),wt[3089]=33,zt(wt,3090,3113,-19),wt[3113]=33,zt(wt,3114,3124,-19),wt[3124]=33,zt(wt,3125,3130,-19),zt(wt,3130,3134,33),zt(wt,3134,3141,-87),wt[3141]=33,zt(wt,3142,3145,-87),wt[3145]=33,zt(wt,3146,3150,-87),zt(wt,3150,3157,33),zt(wt,3157,3159,-87),zt(wt,3159,3168,33),zt(wt,3168,3170,-19),zt(wt,3170,3174,33),zt(wt,3174,3184,-87),zt(wt,3184,3202,33),zt(wt,3202,3204,-87),wt[3204]=33,zt(wt,3205,3213,-19),wt[3213]=33,zt(wt,3214,3217,-19),wt[3217]=33,zt(wt,3218,3241,-19),wt[3241]=33,zt(wt,3242,3252,-19),wt[3252]=33,zt(wt,3253,3258,-19),zt(wt,3258,3262,33),zt(wt,3262,3269,-87),wt[3269]=33,zt(wt,3270,3273,-87),wt[3273]=33,zt(wt,3274,3278,-87),zt(wt,3278,3285,33),zt(wt,3285,3287,-87),zt(wt,3287,3294,33),wt[3294]=-19,wt[3295]=33,zt(wt,3296,3298,-19),zt(wt,3298,3302,33),zt(wt,3302,3312,-87),zt(wt,3312,3330,33),zt(wt,3330,3332,-87),wt[3332]=33,zt(wt,3333,3341,-19),wt[3341]=33,zt(wt,3342,3345,-19),wt[3345]=33,zt(wt,3346,3369,-19),wt[3369]=33,zt(wt,3370,3386,-19),zt(wt,3386,3390,33),zt(wt,3390,3396,-87),zt(wt,3396,3398,33),zt(wt,3398,3401,-87),wt[3401]=33,zt(wt,3402,3406,-87),zt(wt,3406,3415,33),wt[3415]=-87,zt(wt,3416,3424,33),zt(wt,3424,3426,-19),zt(wt,3426,3430,33),zt(wt,3430,3440,-87),zt(wt,3440,3585,33),zt(wt,3585,3631,-19),wt[3631]=33,wt[3632]=-19,wt[3633]=-87,zt(wt,3634,3636,-19),zt(wt,3636,3643,-87),zt(wt,3643,3648,33),zt(wt,3648,3654,-19),zt(wt,3654,3663,-87),wt[3663]=33,zt(wt,3664,3674,-87),zt(wt,3674,3713,33),zt(wt,3713,3715,-19),wt[3715]=33,wt[3716]=-19,zt(wt,3717,3719,33),zt(wt,3719,3721,-19),wt[3721]=33,wt[3722]=-19,zt(wt,3723,3725,33),wt[3725]=-19,zt(wt,3726,3732,33),zt(wt,3732,3736,-19),wt[3736]=33,zt(wt,3737,3744,-19),wt[3744]=33,zt(wt,3745,3748,-19),wt[3748]=33,wt[3749]=-19,wt[3750]=33,wt[3751]=-19,zt(wt,3752,3754,33),zt(wt,3754,3756,-19),wt[3756]=33,zt(wt,3757,3759,-19),wt[3759]=33,wt[3760]=-19,wt[3761]=-87,zt(wt,3762,3764,-19),zt(wt,3764,3770,-87),wt[3770]=33,zt(wt,3771,3773,-87),wt[3773]=-19,zt(wt,3774,3776,33),zt(wt,3776,3781,-19),wt[3781]=33,wt[3782]=-87,wt[3783]=33,zt(wt,3784,3790,-87),zt(wt,3790,3792,33),zt(wt,3792,3802,-87),zt(wt,3802,3864,33),zt(wt,3864,3866,-87),zt(wt,3866,3872,33),zt(wt,3872,3882,-87),zt(wt,3882,3893,33),wt[3893]=-87,wt[3894]=33,wt[3895]=-87,wt[3896]=33,wt[3897]=-87,zt(wt,3898,3902,33),zt(wt,3902,3904,-87),zt(wt,3904,3912,-19),wt[3912]=33,zt(wt,3913,3946,-19),zt(wt,3946,3953,33),zt(wt,3953,3973,-87),wt[3973]=33,zt(wt,3974,3980,-87),zt(wt,3980,3984,33),zt(wt,3984,3990,-87),wt[3990]=33,wt[3991]=-87,wt[3992]=33,zt(wt,3993,4014,-87),zt(wt,4014,4017,33),zt(wt,4017,4024,-87),wt[4024]=33,wt[4025]=-87,zt(wt,4026,4256,33),zt(wt,4256,4294,-19),zt(wt,4294,4304,33),zt(wt,4304,4343,-19),zt(wt,4343,4352,33),wt[4352]=-19,wt[4353]=33,zt(wt,4354,4356,-19),wt[4356]=33,zt(wt,4357,4360,-19),wt[4360]=33,wt[4361]=-19,wt[4362]=33,zt(wt,4363,4365,-19),wt[4365]=33,zt(wt,4366,4371,-19),zt(wt,4371,4412,33),wt[4412]=-19,wt[4413]=33,wt[4414]=-19,wt[4415]=33,wt[4416]=-19,zt(wt,4417,4428,33),wt[4428]=-19,wt[4429]=33,wt[4430]=-19,wt[4431]=33,wt[4432]=-19,zt(wt,4433,4436,33),zt(wt,4436,4438,-19),zt(wt,4438,4441,33),wt[4441]=-19,zt(wt,4442,4447,33),zt(wt,4447,4450,-19),wt[4450]=33,wt[4451]=-19,wt[4452]=33,wt[4453]=-19,wt[4454]=33,wt[4455]=-19,wt[4456]=33,wt[4457]=-19,zt(wt,4458,4461,33),zt(wt,4461,4463,-19),zt(wt,4463,4466,33),zt(wt,4466,4468,-19),wt[4468]=33,wt[4469]=-19,zt(wt,4470,4510,33),wt[4510]=-19,zt(wt,4511,4520,33),wt[4520]=-19,zt(wt,4521,4523,33),wt[4523]=-19,zt(wt,4524,4526,33),zt(wt,4526,4528,-19),zt(wt,4528,4535,33),zt(wt,4535,4537,-19),wt[4537]=33,wt[4538]=-19,wt[4539]=33,zt(wt,4540,4547,-19),zt(wt,4547,4587,33),wt[4587]=-19,zt(wt,4588,4592,33),wt[4592]=-19,zt(wt,4593,4601,33),wt[4601]=-19,zt(wt,4602,7680,33),zt(wt,7680,7836,-19),zt(wt,7836,7840,33),zt(wt,7840,7930,-19),zt(wt,7930,7936,33),zt(wt,7936,7958,-19),zt(wt,7958,7960,33),zt(wt,7960,7966,-19),zt(wt,7966,7968,33),zt(wt,7968,8006,-19),zt(wt,8006,8008,33),zt(wt,8008,8014,-19),zt(wt,8014,8016,33),zt(wt,8016,8024,-19),wt[8024]=33,wt[8025]=-19,wt[8026]=33,wt[8027]=-19,wt[8028]=33,wt[8029]=-19,wt[8030]=33,zt(wt,8031,8062,-19),zt(wt,8062,8064,33),zt(wt,8064,8117,-19),wt[8117]=33,zt(wt,8118,8125,-19),wt[8125]=33,wt[8126]=-19,zt(wt,8127,8130,33),zt(wt,8130,8133,-19),wt[8133]=33,zt(wt,8134,8141,-19),zt(wt,8141,8144,33),zt(wt,8144,8148,-19),zt(wt,8148,8150,33),zt(wt,8150,8156,-19),zt(wt,8156,8160,33),zt(wt,8160,8173,-19),zt(wt,8173,8178,33),zt(wt,8178,8181,-19),wt[8181]=33,zt(wt,8182,8189,-19),zt(wt,8189,8400,33),zt(wt,8400,8413,-87),zt(wt,8413,8417,33),wt[8417]=-87,zt(wt,8418,8486,33),wt[8486]=-19,zt(wt,8487,8490,33),zt(wt,8490,8492,-19),zt(wt,8492,8494,33),wt[8494]=-19,zt(wt,8495,8576,33),zt(wt,8576,8579,-19),zt(wt,8579,12293,33),wt[12293]=-87,wt[12294]=33,wt[12295]=-19,zt(wt,12296,12321,33),zt(wt,12321,12330,-19),zt(wt,12330,12336,-87),wt[12336]=33,zt(wt,12337,12342,-87),zt(wt,12342,12353,33),zt(wt,12353,12437,-19),zt(wt,12437,12441,33),zt(wt,12441,12443,-87),zt(wt,12443,12445,33),zt(wt,12445,12447,-87),zt(wt,12447,12449,33),zt(wt,12449,12539,-19),wt[12539]=33,zt(wt,12540,12543,-87),zt(wt,12543,12549,33),zt(wt,12549,12589,-19),zt(wt,12589,19968,33),zt(wt,19968,40870,-19),zt(wt,40870,44032,33),zt(wt,44032,55204,-19),zt(wt,55204,nP,33),zt(wt,57344,65534,33)}function o_n(t){var e,n,r,s,o,h,d;t.hb||(t.hb=!0,wu(t,"ecore"),Uq(t,"ecore"),Gq(t,cf),XI(t.fb,"E"),XI(t.L,"T"),XI(t.P,"K"),XI(t.P,"V"),XI(t.cb,"E"),Mr(Ko(t.b),t.bb),Mr(Ko(t.a),t.Q),Mr(Ko(t.o),t.p),Mr(Ko(t.p),t.R),Mr(Ko(t.q),t.p),Mr(Ko(t.v),t.q),Mr(Ko(t.w),t.R),Mr(Ko(t.B),t.Q),Mr(Ko(t.R),t.Q),Mr(Ko(t.T),t.eb),Mr(Ko(t.U),t.R),Mr(Ko(t.V),t.eb),Mr(Ko(t.W),t.bb),Mr(Ko(t.bb),t.eb),Mr(Ko(t.eb),t.R),Mr(Ko(t.db),t.R),vc(t.b,V3,mme,!1,!1,!0),ks(u(Lt(Xt(t.b),0),35),t.e,"iD",null,0,1,V3,!1,!1,!0,!1,!0,!1),Wi(u(Lt(Xt(t.b),1),19),t.q,null,"eAttributeType",1,1,V3,!0,!0,!1,!1,!0,!1,!0),vc(t.a,oi,pme,!1,!1,!0),ks(u(Lt(Xt(t.a),0),35),t._,Blt,null,0,1,oi,!1,!1,!0,!1,!0,!1),Wi(u(Lt(Xt(t.a),1),19),t.ab,null,"details",0,-1,oi,!1,!1,!0,!0,!1,!1,!1),Wi(u(Lt(Xt(t.a),2),19),t.Q,u(Lt(Xt(t.Q),0),19),"eModelElement",0,1,oi,!0,!1,!0,!1,!1,!1,!1),Wi(u(Lt(Xt(t.a),3),19),t.S,null,"contents",0,-1,oi,!1,!1,!0,!0,!1,!1,!1),Wi(u(Lt(Xt(t.a),4),19),t.S,null,"references",0,-1,oi,!1,!1,!0,!1,!0,!1,!1),vc(t.o,pf,"EClass",!1,!1,!0),ks(u(Lt(Xt(t.o),0),35),t.e,"abstract",null,0,1,pf,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.o),1),35),t.e,"interface",null,0,1,pf,!1,!1,!0,!1,!0,!1),Wi(u(Lt(Xt(t.o),2),19),t.o,null,"eSuperTypes",0,-1,pf,!1,!1,!0,!1,!0,!0,!1),Wi(u(Lt(Xt(t.o),3),19),t.T,u(Lt(Xt(t.T),0),19),"eOperations",0,-1,pf,!1,!1,!0,!0,!1,!1,!1),Wi(u(Lt(Xt(t.o),4),19),t.b,null,"eAllAttributes",0,-1,pf,!0,!0,!1,!1,!0,!1,!0),Wi(u(Lt(Xt(t.o),5),19),t.W,null,"eAllReferences",0,-1,pf,!0,!0,!1,!1,!0,!1,!0),Wi(u(Lt(Xt(t.o),6),19),t.W,null,"eReferences",0,-1,pf,!0,!0,!1,!1,!0,!1,!0),Wi(u(Lt(Xt(t.o),7),19),t.b,null,"eAttributes",0,-1,pf,!0,!0,!1,!1,!0,!1,!0),Wi(u(Lt(Xt(t.o),8),19),t.W,null,"eAllContainments",0,-1,pf,!0,!0,!1,!1,!0,!1,!0),Wi(u(Lt(Xt(t.o),9),19),t.T,null,"eAllOperations",0,-1,pf,!0,!0,!1,!1,!0,!1,!0),Wi(u(Lt(Xt(t.o),10),19),t.bb,null,"eAllStructuralFeatures",0,-1,pf,!0,!0,!1,!1,!0,!1,!0),Wi(u(Lt(Xt(t.o),11),19),t.o,null,"eAllSuperTypes",0,-1,pf,!0,!0,!1,!1,!0,!1,!0),Wi(u(Lt(Xt(t.o),12),19),t.b,null,"eIDAttribute",0,1,pf,!0,!0,!1,!1,!1,!1,!0),Wi(u(Lt(Xt(t.o),13),19),t.bb,u(Lt(Xt(t.bb),7),19),"eStructuralFeatures",0,-1,pf,!1,!1,!0,!0,!1,!1,!1),Wi(u(Lt(Xt(t.o),14),19),t.H,null,"eGenericSuperTypes",0,-1,pf,!1,!1,!0,!0,!1,!0,!1),Wi(u(Lt(Xt(t.o),15),19),t.H,null,"eAllGenericSuperTypes",0,-1,pf,!0,!0,!1,!1,!0,!1,!0),d=Do(u(Lt(Ii(t.o),0),62),t.e,"isSuperTypeOf"),$o(d,t.o,"someClass"),Do(u(Lt(Ii(t.o),1),62),t.I,"getFeatureCount"),d=Do(u(Lt(Ii(t.o),2),62),t.bb,Mme),$o(d,t.I,"featureID"),d=Do(u(Lt(Ii(t.o),3),62),t.I,Dme),$o(d,t.bb,aA),d=Do(u(Lt(Ii(t.o),4),62),t.bb,Mme),$o(d,t._,"featureName"),Do(u(Lt(Ii(t.o),5),62),t.I,"getOperationCount"),d=Do(u(Lt(Ii(t.o),6),62),t.T,"getEOperation"),$o(d,t.I,"operationID"),d=Do(u(Lt(Ii(t.o),7),62),t.I,Ime),$o(d,t.T,MTt),d=Do(u(Lt(Ii(t.o),8),62),t.T,"getOverride"),$o(d,t.T,MTt),d=Do(u(Lt(Ii(t.o),9),62),t.H,"getFeatureType"),$o(d,t.bb,aA),vc(t.p,N1,vme,!0,!1,!0),ks(u(Lt(Xt(t.p),0),35),t._,"instanceClassName",null,0,1,N1,!1,!0,!0,!0,!0,!1),e=pg(t.L),n=e3t(),Mr((!e.d&&(e.d=new Ns(So,e,1)),e.d),n),_1e(u(Lt(Xt(t.p),1),35),e,"instanceClass",N1,!0,!0,!1,!0),ks(u(Lt(Xt(t.p),2),35),t.M,Ome,null,0,1,N1,!0,!0,!1,!1,!0,!0),ks(u(Lt(Xt(t.p),3),35),t._,"instanceTypeName",null,0,1,N1,!1,!0,!0,!0,!0,!1),Wi(u(Lt(Xt(t.p),4),19),t.U,u(Lt(Xt(t.U),3),19),"ePackage",0,1,N1,!0,!1,!1,!1,!0,!1,!1),Wi(u(Lt(Xt(t.p),5),19),t.db,null,Pme,0,-1,N1,!1,!1,!0,!0,!0,!1,!1),d=Do(u(Lt(Ii(t.p),0),62),t.e,Nme),$o(d,t.M,KO),Do(u(Lt(Ii(t.p),1),62),t.I,"getClassifierID"),vc(t.q,Wdt,"EDataType",!1,!1,!0),ks(u(Lt(Xt(t.q),0),35),t.e,"serializable",aT,0,1,Wdt,!1,!1,!0,!1,!0,!1),vc(t.v,VK,"EEnum",!1,!1,!0),Wi(u(Lt(Xt(t.v),0),19),t.w,u(Lt(Xt(t.w),3),19),"eLiterals",0,-1,VK,!1,!1,!0,!0,!1,!1,!1),d=Do(u(Lt(Ii(t.v),0),62),t.w,Fme),$o(d,t._,bi),d=Do(u(Lt(Ii(t.v),1),62),t.w,Fme),$o(d,t.I,JS),d=Do(u(Lt(Ii(t.v),2),62),t.w,"getEEnumLiteralByLiteral"),$o(d,t._,"literal"),vc(t.w,zg,yme,!1,!1,!0),ks(u(Lt(Xt(t.w),0),35),t.I,JS,null,0,1,zg,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.w),1),35),t.A,"instance",null,0,1,zg,!0,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.w),2),35),t._,"literal",null,0,1,zg,!1,!1,!0,!1,!0,!1),Wi(u(Lt(Xt(t.w),3),19),t.v,u(Lt(Xt(t.v),0),19),"eEnum",0,1,zg,!0,!1,!1,!1,!1,!1,!1),vc(t.B,dL,"EFactory",!1,!1,!0),Wi(u(Lt(Xt(t.B),0),19),t.U,u(Lt(Xt(t.U),2),19),"ePackage",1,1,dL,!0,!1,!0,!1,!1,!1,!1),d=Do(u(Lt(Ii(t.B),0),62),t.S,"create"),$o(d,t.o,"eClass"),d=Do(u(Lt(Ii(t.B),1),62),t.M,"createFromString"),$o(d,t.q,"eDataType"),$o(d,t._,"literalValue"),d=Do(u(Lt(Ii(t.B),2),62),t._,"convertToString"),$o(d,t.q,"eDataType"),$o(d,t.M,"instanceValue"),vc(t.Q,BN,ywe,!0,!1,!0),Wi(u(Lt(Xt(t.Q),0),19),t.a,u(Lt(Xt(t.a),2),19),"eAnnotations",0,-1,BN,!1,!1,!0,!0,!1,!1,!1),d=Do(u(Lt(Ii(t.Q),0),62),t.a,"getEAnnotation"),$o(d,t._,Blt),vc(t.R,qdt,xwe,!0,!1,!0),ks(u(Lt(Xt(t.R),0),35),t._,bi,null,0,1,qdt,!1,!1,!0,!1,!0,!1),vc(t.S,l2,"EObject",!1,!1,!0),Do(u(Lt(Ii(t.S),0),62),t.o,"eClass"),Do(u(Lt(Ii(t.S),1),62),t.e,"eIsProxy"),Do(u(Lt(Ii(t.S),2),62),t.X,"eResource"),Do(u(Lt(Ii(t.S),3),62),t.S,"eContainer"),Do(u(Lt(Ii(t.S),4),62),t.bb,"eContainingFeature"),Do(u(Lt(Ii(t.S),5),62),t.W,"eContainmentFeature"),d=Do(u(Lt(Ii(t.S),6),62),null,"eContents"),e=pg(t.fb),n=pg(t.S),Mr((!e.d&&(e.d=new Ns(So,e,1)),e.d),n),s=sd(d,e,null),s&&s.oj(),d=Do(u(Lt(Ii(t.S),7),62),null,"eAllContents"),e=pg(t.cb),n=pg(t.S),Mr((!e.d&&(e.d=new Ns(So,e,1)),e.d),n),o=sd(d,e,null),o&&o.oj(),d=Do(u(Lt(Ii(t.S),8),62),null,"eCrossReferences"),e=pg(t.fb),n=pg(t.S),Mr((!e.d&&(e.d=new Ns(So,e,1)),e.d),n),h=sd(d,e,null),h&&h.oj(),d=Do(u(Lt(Ii(t.S),9),62),t.M,"eGet"),$o(d,t.bb,aA),d=Do(u(Lt(Ii(t.S),10),62),t.M,"eGet"),$o(d,t.bb,aA),$o(d,t.e,"resolve"),d=Do(u(Lt(Ii(t.S),11),62),null,"eSet"),$o(d,t.bb,aA),$o(d,t.M,"newValue"),d=Do(u(Lt(Ii(t.S),12),62),t.e,"eIsSet"),$o(d,t.bb,aA),d=Do(u(Lt(Ii(t.S),13),62),null,"eUnset"),$o(d,t.bb,aA),d=Do(u(Lt(Ii(t.S),14),62),t.M,"eInvoke"),$o(d,t.T,MTt),e=pg(t.fb),n=e3t(),Mr((!e.d&&(e.d=new Ns(So,e,1)),e.d),n),PH(d,e,"arguments"),Kun(d,t.K),vc(t.T,bf,kme,!1,!1,!0),Wi(u(Lt(Xt(t.T),0),19),t.o,u(Lt(Xt(t.o),3),19),Bme,0,1,bf,!0,!1,!1,!1,!1,!1,!1),Wi(u(Lt(Xt(t.T),1),19),t.db,null,Pme,0,-1,bf,!1,!1,!0,!0,!0,!1,!1),Wi(u(Lt(Xt(t.T),2),19),t.V,u(Lt(Xt(t.V),0),19),"eParameters",0,-1,bf,!1,!1,!0,!0,!1,!1,!1),Wi(u(Lt(Xt(t.T),3),19),t.p,null,"eExceptions",0,-1,bf,!1,!1,!0,!1,!0,!0,!1),Wi(u(Lt(Xt(t.T),4),19),t.H,null,"eGenericExceptions",0,-1,bf,!1,!1,!0,!0,!1,!0,!1),Do(u(Lt(Ii(t.T),0),62),t.I,Ime),d=Do(u(Lt(Ii(t.T),1),62),t.e,"isOverrideOf"),$o(d,t.T,"someOperation"),vc(t.U,P1,"EPackage",!1,!1,!0),ks(u(Lt(Xt(t.U),0),35),t._,"nsURI",null,0,1,P1,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.U),1),35),t._,"nsPrefix",null,0,1,P1,!1,!1,!0,!1,!0,!1),Wi(u(Lt(Xt(t.U),2),19),t.B,u(Lt(Xt(t.B),0),19),"eFactoryInstance",1,1,P1,!0,!1,!0,!1,!1,!1,!1),Wi(u(Lt(Xt(t.U),3),19),t.p,u(Lt(Xt(t.p),4),19),"eClassifiers",0,-1,P1,!1,!1,!0,!0,!0,!1,!1),Wi(u(Lt(Xt(t.U),4),19),t.U,u(Lt(Xt(t.U),5),19),"eSubpackages",0,-1,P1,!1,!1,!0,!0,!0,!1,!1),Wi(u(Lt(Xt(t.U),5),19),t.U,u(Lt(Xt(t.U),4),19),"eSuperPackage",0,1,P1,!0,!1,!1,!1,!0,!1,!1),d=Do(u(Lt(Ii(t.U),0),62),t.p,"getEClassifier"),$o(d,t._,bi),vc(t.V,Iv,Eme,!1,!1,!0),Wi(u(Lt(Xt(t.V),0),19),t.T,u(Lt(Xt(t.T),2),19),"eOperation",0,1,Iv,!0,!1,!1,!1,!1,!1,!1),vc(t.W,U3,Tme,!1,!1,!0),ks(u(Lt(Xt(t.W),0),35),t.e,"containment",null,0,1,U3,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.W),1),35),t.e,"container",null,0,1,U3,!0,!0,!1,!1,!0,!0),ks(u(Lt(Xt(t.W),2),35),t.e,"resolveProxies",aT,0,1,U3,!1,!1,!0,!1,!0,!1),Wi(u(Lt(Xt(t.W),3),19),t.W,null,"eOpposite",0,1,U3,!1,!1,!0,!1,!0,!1,!1),Wi(u(Lt(Xt(t.W),4),19),t.o,null,"eReferenceType",1,1,U3,!0,!0,!1,!1,!0,!1,!0),Wi(u(Lt(Xt(t.W),5),19),t.b,null,"eKeys",0,-1,U3,!1,!1,!0,!1,!0,!1,!1),vc(t.bb,Ku,wme,!0,!1,!0),ks(u(Lt(Xt(t.bb),0),35),t.e,"changeable",aT,0,1,Ku,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.bb),1),35),t.e,"volatile",null,0,1,Ku,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.bb),2),35),t.e,"transient",null,0,1,Ku,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.bb),3),35),t._,"defaultValueLiteral",null,0,1,Ku,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.bb),4),35),t.M,Ome,null,0,1,Ku,!0,!0,!1,!1,!0,!0),ks(u(Lt(Xt(t.bb),5),35),t.e,"unsettable",null,0,1,Ku,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.bb),6),35),t.e,"derived",null,0,1,Ku,!1,!1,!0,!1,!0,!1),Wi(u(Lt(Xt(t.bb),7),19),t.o,u(Lt(Xt(t.o),13),19),Bme,0,1,Ku,!0,!1,!1,!1,!1,!1,!1),Do(u(Lt(Ii(t.bb),0),62),t.I,Dme),d=Do(u(Lt(Ii(t.bb),1),62),null,"getContainerClass"),e=pg(t.L),n=e3t(),Mr((!e.d&&(e.d=new Ns(So,e,1)),e.d),n),r=sd(d,e,null),r&&r.oj(),vc(t.eb,H3,bme,!0,!1,!0),ks(u(Lt(Xt(t.eb),0),35),t.e,"ordered",aT,0,1,H3,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.eb),1),35),t.e,"unique",aT,0,1,H3,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.eb),2),35),t.I,"lowerBound",null,0,1,H3,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.eb),3),35),t.I,"upperBound","1",0,1,H3,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.eb),4),35),t.e,"many",null,0,1,H3,!0,!0,!1,!1,!0,!0),ks(u(Lt(Xt(t.eb),5),35),t.e,"required",null,0,1,H3,!0,!0,!1,!1,!0,!0),Wi(u(Lt(Xt(t.eb),6),19),t.p,null,"eType",0,1,H3,!1,!0,!0,!1,!0,!0,!1),Wi(u(Lt(Xt(t.eb),7),19),t.H,null,"eGenericType",0,1,H3,!1,!0,!0,!0,!1,!0,!1),vc(t.ab,yw,"EStringToStringMapEntry",!1,!1,!1),ks(u(Lt(Xt(t.ab),0),35),t._,"key",null,0,1,yw,!1,!1,!0,!1,!0,!1),ks(u(Lt(Xt(t.ab),1),35),t._,JS,null,0,1,yw,!1,!1,!0,!1,!0,!1),vc(t.H,So,xme,!1,!1,!0),Wi(u(Lt(Xt(t.H),0),19),t.H,null,"eUpperBound",0,1,So,!1,!1,!0,!0,!1,!1,!1),Wi(u(Lt(Xt(t.H),1),19),t.H,null,"eTypeArguments",0,-1,So,!1,!1,!0,!0,!1,!1,!1),Wi(u(Lt(Xt(t.H),2),19),t.p,null,"eRawType",1,1,So,!0,!1,!1,!1,!0,!1,!0),Wi(u(Lt(Xt(t.H),3),19),t.H,null,"eLowerBound",0,1,So,!1,!1,!0,!0,!1,!1,!1),Wi(u(Lt(Xt(t.H),4),19),t.db,null,"eTypeParameter",0,1,So,!1,!1,!0,!1,!1,!1,!1),Wi(u(Lt(Xt(t.H),5),19),t.p,null,"eClassifier",0,1,So,!1,!1,!0,!1,!0,!1,!1),d=Do(u(Lt(Ii(t.H),0),62),t.e,Nme),$o(d,t.M,KO),vc(t.db,Ou,Cme,!1,!1,!0),Wi(u(Lt(Xt(t.db),0),19),t.H,null,"eBounds",0,-1,Ou,!1,!1,!0,!0,!1,!1,!1),gi(t.c,Eht,"EBigDecimal",!0),gi(t.d,D5,"EBigInteger",!0),gi(t.e,Fl,"EBoolean",!0),gi(t.f,Es,"EBooleanObject",!0),gi(t.i,cl,"EByte",!0),gi(t.g,st(cl,1),"EByteArray",!0),gi(t.j,Ok,"EByteObject",!0),gi(t.k,Uh,"EChar",!0),gi(t.n,uA,"ECharacterObject",!0),gi(t.r,AU,"EDate",!0),gi(t.s,nOt,"EDiagnosticChain",!1),gi(t.t,wa,"EDouble",!0),gi(t.u,zs,"EDoubleObject",!0),gi(t.fb,wIt,"EEList",!1),gi(t.A,yIt,"EEnumerator",!1),gi(t.C,HIt,"EFeatureMap",!1),gi(t.D,UK,"EFeatureMapEntry",!1),gi(t.F,Y3,"EFloat",!0),gi(t.G,gT,"EFloatObject",!0),gi(t.I,Or,"EInt",!0),gi(t.J,Na,"EIntegerObject",!0),gi(t.L,zTt,"EJavaClass",!0),gi(t.M,sa,"EJavaObject",!0),gi(t.N,b2,"ELong",!0),gi(t.O,dv,"ELongObject",!0),gi(t.P,qTt,"EMap",!1),gi(t.X,jIt,"EResource",!1),gi(t.Y,rOt,"EResourceSet",!1),gi(t.Z,gx,"EShort",!0),gi(t.$,gv,"EShortObject",!0),gi(t._,Ne,"EString",!0),gi(t.cb,vIt,"ETreeIterator",!1),gi(t.K,iOt,"EInvocationTargetException",!1),e5t(t,cf))}var KO="object",vk="boolean",Xkt="number",_ct="string",Sct="function",ki=2147483647,kc="java.lang",WO={3:1},YO="com.google.common.base",ro=", ",Rpe="%s (%s) must not be negative",Ln={3:1,4:1,5:1},jpe="negative size: ",Qkt="no calls to next() since the last call to remove()",$pe="Optional.of(",Hu="null",z7={204:1,51:1},on="com.google.common.collect",q7={204:1,51:1,128:1},uw={229:1,3:1},ba={51:1},mr="java.util",iv={85:1},o3={20:1,31:1,16:1},od=2063,il={20:1,31:1,16:1,21:1},Jkt={85:1,139:1,133:1},zpe={20:1,31:1,16:1,21:1,87:1},Zkt={20:1,31:1,16:1,277:1,21:1,87:1},I0={51:1,128:1},Act={358:1,44:1},qpe="AbstractMapEntry",Hpe="expectedValuesPerKey",le={3:1,6:1,4:1,5:1},Wd=16384,uh={159:1},rr={41:1},XO={202:1},QO={l:4194303,m:4194303,h:524287},Lct={253:1,3:1,34:1},Vpe="range unbounded on this side",O0={20:1},Upe={20:1,16:1},t8t={3:1,20:1,31:1,16:1},H7={306:1,3:1,20:1,31:1,16:1,15:1,59:1},bV={3:1,4:1,5:1,173:1},V7={3:1,85:1},Mct={20:1,16:1,21:1},yk={3:1,20:1,31:1,16:1,21:1},Gpe={20:1,16:1,21:1,87:1},P0=461845907,N0=-862048943,JO={3:1,6:1,4:1,5:1,173:1},Kpe="expectedSize",Uf=1024,DS=1073741824,c3="initialArraySize",te={3:1,6:1,4:1,9:1,5:1},U7={20:1,31:1,56:1,16:1,15:1},Dct="arraySize",Wpe={20:1,31:1,56:1,16:1,15:1,59:1},Kr={46:1},wV={380:1},qb=1e-4,Va=-2147483648,Ype="__noinit__",Ig={3:1,103:1,63:1,82:1},ZO="com.google.gwt.core.client.impl",e8t="String",n8t="com.google.gwt.core.client",Ict="anonymous",Oct="fnStack",r8t="Unknown",Yd={201:1,3:1,4:1},Fp=1e3,js=65535,Pct="January",Nct="February",Fct="March",Bct="April",xk="May",Rct="June",jct="July",$ct="August",zct="September",qct="October",Hct="November",Vct="December",Hb=1900,ii={53:1,3:1,4:1},Xpe="Before Christ",Qpe="Anno Domini",Uct="Sunday",Gct="Monday",Kct="Tuesday",Wct="Wednesday",Yct="Thursday",Xct="Friday",Qct="Saturday",i8t="com.google.gwt.i18n.shared",Jpe="DateTimeFormat",Jct="com.google.gwt.i18n.client",Zpe="DefaultDateTimeFormatInfo",tbe={3:1,4:1,34:1,206:1},kk="com.google.gwt.json.client",Il=4194303,Og=1048575,tP=524288,Ek=4194304,lw=17592186044416,mV=1e9,eP=-17592186044416,s8t="java.io",Zct={3:1,103:1,77:1,63:1,82:1},ebe={3:1,295:1,82:1},sv='For input string: "',ns=1/0,Vs=-1/0,u3=4096,tut={3:1,4:1,376:1},Xn="org.eclipse.elk.layered",fo=65536,nP=55296,Io={109:1,3:1,4:1},eut=1e5,nbe=.3010299956639812,Eo=4294967295,G7="0.0",nut={44:1},K7="Unable to add element to queue",rbe={3:1,4:1,20:1,31:1,56:1,13:1,16:1,15:1,59:1},ibe={3:1,20:1,31:1,56:1,16:1,15:1,59:1},sbe={20:1,16:1,15:1},rut={3:1,50:1},rP={189:1},y5={3:1,4:1,85:1},a8t={3:1,4:1,20:1,31:1,16:1,49:1,21:1},iut="delete",IS=14901161193847656e-24,OS=11102230246251565e-32,sut=15525485,iP=5960464477539063e-23,o8t=16777216,vV=16777215,c8t=", length: ",abe={3:1,4:1,20:1,31:1,56:1,16:1,15:1,59:1},u8t="subMap: ",obe=" less than ",aut={3:1,34:1,22:1,303:1},out="java.util.function",PS="java.util.logging",cbe={3:1,4:1,5:1,856:1},cut="undefined",Us="java.util.stream",l8t={533:1,687:1},yV="fromIndex: ",ube=" > toIndex: ",h8t=", toIndex: ",f8t="Index: ",d8t=", Size: ",W7="org.eclipse.elk.alg.common",Xr={50:1},lbe="org.eclipse.elk.alg.common.compaction",hbe="Scanline/EventHandler",F0="org.eclipse.elk.alg.common.compaction.oned",fbe="CNode belongs to another CGroup.",dbe="ISpacingsHandler/1",uut="The ",lut=" instance has been finished already.",gbe="The direction ",pbe=" is not supported by the CGraph instance.",bbe="OneDimensionalCompactor",wbe="OneDimensionalCompactor/lambda$0$Type",mbe="Quadruplet",vbe="ScanlineConstraintCalculator",ybe="ScanlineConstraintCalculator/ConstraintsScanlineHandler",xbe="ScanlineConstraintCalculator/ConstraintsScanlineHandler/lambda$0$Type",kbe="ScanlineConstraintCalculator/Timestamp",Ebe="ScanlineConstraintCalculator/lambda$0$Type",Xd={178:1,46:1},hut="org.eclipse.elk.alg.common.compaction.options",dc="org.eclipse.elk.core.data",g8t="org.eclipse.elk.polyomino.traversalStrategy",p8t="org.eclipse.elk.polyomino.lowLevelSort",b8t="org.eclipse.elk.polyomino.highLevelSort",w8t="org.eclipse.elk.polyomino.fill",af={134:1},fut="polyomino",NS="org.eclipse.elk.alg.common.networksimplex",B0={183:1,3:1,4:1},Tbe="org.eclipse.elk.alg.common.nodespacing",hw="org.eclipse.elk.alg.common.nodespacing.cellsystem",Y7="CENTER",Cbe={217:1,336:1},m8t={3:1,4:1,5:1,603:1},Tk="LEFT",Ck="RIGHT",v8t="Vertical alignment cannot be null",y8t="BOTTOM",xV="org.eclipse.elk.alg.common.nodespacing.internal",FS="UNDEFINED",cd=.01,sP="org.eclipse.elk.alg.common.nodespacing.internal.algorithm",_be="LabelPlacer/lambda$0$Type",Sbe="LabelPlacer/lambda$1$Type",Abe="portRatioOrPosition",X7="org.eclipse.elk.alg.common.overlaps",dut="DOWN",Qd="org.eclipse.elk.alg.common.polyomino",kV="NORTH",gut="EAST",put="SOUTH",but="WEST",EV="org.eclipse.elk.alg.common.polyomino.structures",x8t="Direction",wut="Grid is only of size ",mut=". Requested point (",vut=") is out of bounds.",TV=" Given center based coordinates were (",aP="org.eclipse.elk.graph.properties",Lbe="IPropertyHolder",k8t={3:1,96:1,137:1},_k="org.eclipse.elk.alg.common.spore",Mbe="org.eclipse.elk.alg.common.utils",fw={205:1},x5="org.eclipse.elk.core",Dbe="Connected Components Compaction",Ibe="org.eclipse.elk.alg.disco",CV="org.eclipse.elk.alg.disco.graph",yut="org.eclipse.elk.alg.disco.options",E8t="CompactionStrategy",T8t="org.eclipse.elk.disco.componentCompaction.strategy",C8t="org.eclipse.elk.disco.componentCompaction.componentLayoutAlgorithm",_8t="org.eclipse.elk.disco.debug.discoGraph",S8t="org.eclipse.elk.disco.debug.discoPolys",Obe="componentCompaction",dw="org.eclipse.elk.disco",xut="org.eclipse.elk.spacing.componentComponent",kut="org.eclipse.elk.edge.thickness",Sk="org.eclipse.elk.aspectRatio",av="org.eclipse.elk.padding",k5="org.eclipse.elk.alg.disco.transform",Eut=1.5707963267948966,E5=17976931348623157e292,l3={3:1,4:1,5:1,198:1},Pbe={3:1,6:1,4:1,5:1,100:1,115:1},Tut="org.eclipse.elk.alg.force",A8t="ComponentsProcessor",Nbe="ComponentsProcessor/1",L8t="ElkGraphImporter/lambda$0$Type",oP="org.eclipse.elk.alg.force.graph",Fbe="Component Layout",M8t="org.eclipse.elk.alg.force.model",_V="org.eclipse.elk.force.model",D8t="org.eclipse.elk.force.iterations",I8t="org.eclipse.elk.force.repulsivePower",Cut="org.eclipse.elk.force.temperature",Jd=.001,_ut="org.eclipse.elk.force.repulsion",BS="org.eclipse.elk.alg.force.options",Q7=1.600000023841858,Lu="org.eclipse.elk.force",cP="org.eclipse.elk.priority",h3="org.eclipse.elk.spacing.nodeNode",Sut="org.eclipse.elk.spacing.edgeLabel",SV="org.eclipse.elk.randomSeed",RS="org.eclipse.elk.separateConnectedComponents",jS="org.eclipse.elk.interactive",Aut="org.eclipse.elk.portConstraints",AV="org.eclipse.elk.edgeLabels.inline",$S="org.eclipse.elk.omitNodeMicroLayout",J7="org.eclipse.elk.nodeSize.fixedGraphSize",Ak="org.eclipse.elk.nodeSize.options",T5="org.eclipse.elk.nodeSize.constraints",Z7="org.eclipse.elk.nodeLabels.placement",tT="org.eclipse.elk.portLabels.placement",uP="org.eclipse.elk.topdownLayout",lP="org.eclipse.elk.topdown.scaleFactor",hP="org.eclipse.elk.topdown.hierarchicalNodeWidth",fP="org.eclipse.elk.topdown.hierarchicalNodeAspectRatio",ov="org.eclipse.elk.topdown.nodeType",O8t="origin",Bbe="random",Rbe="boundingBox.upLeft",jbe="boundingBox.lowRight",P8t="org.eclipse.elk.stress.fixed",N8t="org.eclipse.elk.stress.desiredEdgeLength",F8t="org.eclipse.elk.stress.dimension",B8t="org.eclipse.elk.stress.epsilon",R8t="org.eclipse.elk.stress.iterationLimit",Vb="org.eclipse.elk.stress",$be="ELK Stress",Lk="org.eclipse.elk.nodeSize.minimum",LV="org.eclipse.elk.alg.force.stress",zbe="Layered layout",Mk="org.eclipse.elk.alg.layered",dP="org.eclipse.elk.alg.layered.compaction.components",zS="org.eclipse.elk.alg.layered.compaction.oned",MV="org.eclipse.elk.alg.layered.compaction.oned.algs",gw="org.eclipse.elk.alg.layered.compaction.recthull",ud="org.eclipse.elk.alg.layered.components",Zd="NONE",j8t="MODEL_ORDER",$c={3:1,6:1,4:1,9:1,5:1,126:1},qbe={3:1,6:1,4:1,5:1,150:1,100:1,115:1},DV="org.eclipse.elk.alg.layered.compound",Vi={47:1},su="org.eclipse.elk.alg.layered.graph",Lut=" -> ",Hbe="Not supported by LGraph",$8t="Port side is undefined",Mut={3:1,6:1,4:1,5:1,482:1,150:1,100:1,115:1},Bp={3:1,6:1,4:1,5:1,150:1,199:1,210:1,100:1,115:1},Vbe={3:1,6:1,4:1,5:1,150:1,2042:1,210:1,100:1,115:1},Ube=`([{"' \r
+`,Gbe=`)]}"' \r
+`,Kbe="The given string contains parts that cannot be parsed as numbers.",gP="org.eclipse.elk.core.math",Wbe={3:1,4:1,140:1,214:1,423:1},Ybe={3:1,4:1,107:1,214:1,423:1},Rp="org.eclipse.elk.alg.layered.graph.transform",Xbe="ElkGraphImporter",Qbe="ElkGraphImporter/lambda$1$Type",Jbe="ElkGraphImporter/lambda$2$Type",Zbe="ElkGraphImporter/lambda$4$Type",Yn="org.eclipse.elk.alg.layered.intermediate",t2e="Node margin calculation",e2e="ONE_SIDED_GREEDY_SWITCH",n2e="TWO_SIDED_GREEDY_SWITCH",Dut="No implementation is available for the layout processor ",Iut="IntermediateProcessorStrategy",Out="Node '",r2e="FIRST_SEPARATE",i2e="LAST_SEPARATE",s2e="Odd port side processing",Gs="org.eclipse.elk.alg.layered.intermediate.compaction",qS="org.eclipse.elk.alg.layered.intermediate.greedyswitch",R0="org.eclipse.elk.alg.layered.p3order.counting",pP={230:1},Dk="org.eclipse.elk.alg.layered.intermediate.loops",lh="org.eclipse.elk.alg.layered.intermediate.loops.ordering",Ub="org.eclipse.elk.alg.layered.intermediate.loops.routing",z8t="org.eclipse.elk.alg.layered.intermediate.preserveorder",t0="org.eclipse.elk.alg.layered.intermediate.wrapping",zc="org.eclipse.elk.alg.layered.options",Put="INTERACTIVE",q8t="GREEDY",a2e="DEPTH_FIRST",o2e="EDGE_LENGTH",c2e="SELF_LOOPS",u2e="firstTryWithInitialOrder",H8t="org.eclipse.elk.layered.directionCongruency",V8t="org.eclipse.elk.layered.feedbackEdges",IV="org.eclipse.elk.layered.interactiveReferencePoint",U8t="org.eclipse.elk.layered.mergeEdges",G8t="org.eclipse.elk.layered.mergeHierarchyEdges",K8t="org.eclipse.elk.layered.allowNonFlowPortsToSwitchSides",W8t="org.eclipse.elk.layered.portSortingStrategy",Y8t="org.eclipse.elk.layered.thoroughness",X8t="org.eclipse.elk.layered.unnecessaryBendpoints",Q8t="org.eclipse.elk.layered.generatePositionAndLayerIds",Nut="org.eclipse.elk.layered.cycleBreaking.strategy",bP="org.eclipse.elk.layered.layering.strategy",J8t="org.eclipse.elk.layered.layering.layerConstraint",Z8t="org.eclipse.elk.layered.layering.layerChoiceConstraint",tEt="org.eclipse.elk.layered.layering.layerId",Fut="org.eclipse.elk.layered.layering.minWidth.upperBoundOnWidth",But="org.eclipse.elk.layered.layering.minWidth.upperLayerEstimationScalingFactor",Rut="org.eclipse.elk.layered.layering.nodePromotion.strategy",jut="org.eclipse.elk.layered.layering.nodePromotion.maxIterations",$ut="org.eclipse.elk.layered.layering.coffmanGraham.layerBound",HS="org.eclipse.elk.layered.crossingMinimization.strategy",eEt="org.eclipse.elk.layered.crossingMinimization.forceNodeModelOrder",zut="org.eclipse.elk.layered.crossingMinimization.hierarchicalSweepiness",qut="org.eclipse.elk.layered.crossingMinimization.semiInteractive",nEt="org.eclipse.elk.layered.crossingMinimization.inLayerPredOf",rEt="org.eclipse.elk.layered.crossingMinimization.inLayerSuccOf",iEt="org.eclipse.elk.layered.crossingMinimization.positionChoiceConstraint",sEt="org.eclipse.elk.layered.crossingMinimization.positionId",aEt="org.eclipse.elk.layered.crossingMinimization.greedySwitch.activationThreshold",Hut="org.eclipse.elk.layered.crossingMinimization.greedySwitch.type",OV="org.eclipse.elk.layered.crossingMinimization.greedySwitchHierarchical.type",C5="org.eclipse.elk.layered.nodePlacement.strategy",PV="org.eclipse.elk.layered.nodePlacement.favorStraightEdges",Vut="org.eclipse.elk.layered.nodePlacement.bk.edgeStraightening",Uut="org.eclipse.elk.layered.nodePlacement.bk.fixedAlignment",Gut="org.eclipse.elk.layered.nodePlacement.linearSegments.deflectionDampening",Kut="org.eclipse.elk.layered.nodePlacement.networkSimplex.nodeFlexibility",Wut="org.eclipse.elk.layered.nodePlacement.networkSimplex.nodeFlexibility.default",oEt="org.eclipse.elk.layered.edgeRouting.selfLoopDistribution",cEt="org.eclipse.elk.layered.edgeRouting.selfLoopOrdering",NV="org.eclipse.elk.layered.edgeRouting.splines.mode",FV="org.eclipse.elk.layered.edgeRouting.splines.sloppy.layerSpacingFactor",Yut="org.eclipse.elk.layered.edgeRouting.polyline.slopedEdgeZoneWidth",uEt="org.eclipse.elk.layered.spacing.baseValue",lEt="org.eclipse.elk.layered.spacing.edgeNodeBetweenLayers",hEt="org.eclipse.elk.layered.spacing.edgeEdgeBetweenLayers",fEt="org.eclipse.elk.layered.spacing.nodeNodeBetweenLayers",dEt="org.eclipse.elk.layered.priority.direction",gEt="org.eclipse.elk.layered.priority.shortness",pEt="org.eclipse.elk.layered.priority.straightness",Xut="org.eclipse.elk.layered.compaction.connectedComponents",bEt="org.eclipse.elk.layered.compaction.postCompaction.strategy",wEt="org.eclipse.elk.layered.compaction.postCompaction.constraints",BV="org.eclipse.elk.layered.highDegreeNodes.treatment",Qut="org.eclipse.elk.layered.highDegreeNodes.threshold",Jut="org.eclipse.elk.layered.highDegreeNodes.treeHeight",Pg="org.eclipse.elk.layered.wrapping.strategy",RV="org.eclipse.elk.layered.wrapping.additionalEdgeSpacing",jV="org.eclipse.elk.layered.wrapping.correctionFactor",VS="org.eclipse.elk.layered.wrapping.cutting.strategy",Zut="org.eclipse.elk.layered.wrapping.cutting.cuts",tlt="org.eclipse.elk.layered.wrapping.cutting.msd.freedom",$V="org.eclipse.elk.layered.wrapping.validify.strategy",zV="org.eclipse.elk.layered.wrapping.validify.forbiddenIndices",qV="org.eclipse.elk.layered.wrapping.multiEdge.improveCuts",HV="org.eclipse.elk.layered.wrapping.multiEdge.distancePenalty",elt="org.eclipse.elk.layered.wrapping.multiEdge.improveWrappedEdges",mEt="org.eclipse.elk.layered.edgeLabels.sideSelection",vEt="org.eclipse.elk.layered.edgeLabels.centerLabelPlacementStrategy",VV="org.eclipse.elk.layered.considerModelOrder.strategy",yEt="org.eclipse.elk.layered.considerModelOrder.portModelOrder",xEt="org.eclipse.elk.layered.considerModelOrder.noModelOrder",nlt="org.eclipse.elk.layered.considerModelOrder.components",kEt="org.eclipse.elk.layered.considerModelOrder.longEdgeStrategy",rlt="org.eclipse.elk.layered.considerModelOrder.crossingCounterNodeInfluence",ilt="org.eclipse.elk.layered.considerModelOrder.crossingCounterPortInfluence",slt="layering",l2e="layering.minWidth",h2e="layering.nodePromotion",eT="crossingMinimization",UV="org.eclipse.elk.hierarchyHandling",f2e="crossingMinimization.greedySwitch",d2e="nodePlacement",g2e="nodePlacement.bk",p2e="edgeRouting",wP="org.eclipse.elk.edgeRouting",ld="spacing",EEt="priority",TEt="compaction",b2e="compaction.postCompaction",w2e="Specifies whether and how post-process compaction is applied.",CEt="highDegreeNodes",_Et="wrapping",m2e="wrapping.cutting",v2e="wrapping.validify",SEt="wrapping.multiEdge",alt="edgeLabels",US="considerModelOrder",AEt="org.eclipse.elk.spacing.commentComment",LEt="org.eclipse.elk.spacing.commentNode",MEt="org.eclipse.elk.spacing.edgeEdge",olt="org.eclipse.elk.spacing.edgeNode",DEt="org.eclipse.elk.spacing.labelLabel",IEt="org.eclipse.elk.spacing.labelPortHorizontal",OEt="org.eclipse.elk.spacing.labelPortVertical",PEt="org.eclipse.elk.spacing.labelNode",NEt="org.eclipse.elk.spacing.nodeSelfLoop",FEt="org.eclipse.elk.spacing.portPort",BEt="org.eclipse.elk.spacing.individual",REt="org.eclipse.elk.port.borderOffset",jEt="org.eclipse.elk.noLayout",$Et="org.eclipse.elk.port.side",mP="org.eclipse.elk.debugMode",zEt="org.eclipse.elk.alignment",qEt="org.eclipse.elk.insideSelfLoops.activate",HEt="org.eclipse.elk.insideSelfLoops.yo",clt="org.eclipse.elk.direction",VEt="org.eclipse.elk.nodeLabels.padding",UEt="org.eclipse.elk.portLabels.nextToPortIfPossible",GEt="org.eclipse.elk.portLabels.treatAsGroup",KEt="org.eclipse.elk.portAlignment.default",WEt="org.eclipse.elk.portAlignment.north",YEt="org.eclipse.elk.portAlignment.south",XEt="org.eclipse.elk.portAlignment.west",QEt="org.eclipse.elk.portAlignment.east",GV="org.eclipse.elk.contentAlignment",JEt="org.eclipse.elk.junctionPoints",ZEt="org.eclipse.elk.edgeLabels.placement",t7t="org.eclipse.elk.port.index",e7t="org.eclipse.elk.commentBox",n7t="org.eclipse.elk.hypernode",r7t="org.eclipse.elk.port.anchor",ult="org.eclipse.elk.partitioning.activate",llt="org.eclipse.elk.partitioning.partition",KV="org.eclipse.elk.position",i7t="org.eclipse.elk.margins",s7t="org.eclipse.elk.spacing.portsSurrounding",WV="org.eclipse.elk.interactiveLayout",Ec="org.eclipse.elk.core.util",a7t={3:1,4:1,5:1,601:1},y2e="NETWORK_SIMPLEX",o7t="SIMPLE",To={106:1,47:1},YV="org.eclipse.elk.alg.layered.p1cycles",Ng="org.eclipse.elk.alg.layered.p2layers",c7t={413:1,230:1},x2e={846:1,3:1,4:1},sl="org.eclipse.elk.alg.layered.p3order",Co="org.eclipse.elk.alg.layered.p4nodes",k2e={3:1,4:1,5:1,854:1},e0=1e-5,Gb="org.eclipse.elk.alg.layered.p4nodes.bk",hlt="org.eclipse.elk.alg.layered.p5edges",L1="org.eclipse.elk.alg.layered.p5edges.orthogonal",flt="org.eclipse.elk.alg.layered.p5edges.orthogonal.direction",dlt=1e-6,f3="org.eclipse.elk.alg.layered.p5edges.splines",glt=.09999999999999998,XV=1e-8,E2e=4.71238898038469,u7t=3.141592653589793,Fg="org.eclipse.elk.alg.mrtree",plt=.10000000149011612,QV="SUPER_ROOT",GS="org.eclipse.elk.alg.mrtree.graph",l7t=-17976931348623157e292,au="org.eclipse.elk.alg.mrtree.intermediate",T2e="Processor compute fanout",JV={3:1,6:1,4:1,5:1,534:1,100:1,115:1},C2e="Set neighbors in level",vP="org.eclipse.elk.alg.mrtree.options",_2e="DESCENDANTS",h7t="org.eclipse.elk.mrtree.compaction",f7t="org.eclipse.elk.mrtree.edgeEndTextureLength",d7t="org.eclipse.elk.mrtree.treeLevel",g7t="org.eclipse.elk.mrtree.positionConstraint",p7t="org.eclipse.elk.mrtree.weighting",b7t="org.eclipse.elk.mrtree.edgeRoutingMode",w7t="org.eclipse.elk.mrtree.searchOrder",S2e="Position Constraint",Mu="org.eclipse.elk.mrtree",A2e="org.eclipse.elk.tree",L2e="Processor arrange level",nT="org.eclipse.elk.alg.mrtree.p2order",Wl="org.eclipse.elk.alg.mrtree.p4route",m7t="org.eclipse.elk.alg.radial",pw=6.283185307179586,v7t="Before",y7t=5e-324,ZV="After",x7t="org.eclipse.elk.alg.radial.intermediate",M2e="COMPACTION",blt="org.eclipse.elk.alg.radial.intermediate.compaction",D2e={3:1,4:1,5:1,100:1},k7t="org.eclipse.elk.alg.radial.intermediate.optimization",wlt="No implementation is available for the layout option ",KS="org.eclipse.elk.alg.radial.options",E7t="org.eclipse.elk.radial.centerOnRoot",T7t="org.eclipse.elk.radial.orderId",C7t="org.eclipse.elk.radial.radius",tU="org.eclipse.elk.radial.rotate",mlt="org.eclipse.elk.radial.compactor",vlt="org.eclipse.elk.radial.compactionStepSize",_7t="org.eclipse.elk.radial.sorter",S7t="org.eclipse.elk.radial.wedgeCriteria",A7t="org.eclipse.elk.radial.optimizationCriteria",ylt="org.eclipse.elk.radial.rotation.targetAngle",xlt="org.eclipse.elk.radial.rotation.computeAdditionalWedgeSpace",L7t="org.eclipse.elk.radial.rotation.outgoingEdgeAngles",I2e="Compaction",M7t="rotation",Bh="org.eclipse.elk.radial",O2e="org.eclipse.elk.alg.radial.p1position.wedge",D7t="org.eclipse.elk.alg.radial.sorting",P2e=5.497787143782138,N2e=3.9269908169872414,F2e=2.356194490192345,B2e="org.eclipse.elk.alg.rectpacking",eU="org.eclipse.elk.alg.rectpacking.intermediate",klt="org.eclipse.elk.alg.rectpacking.options",I7t="org.eclipse.elk.rectpacking.trybox",O7t="org.eclipse.elk.rectpacking.currentPosition",P7t="org.eclipse.elk.rectpacking.desiredPosition",N7t="org.eclipse.elk.rectpacking.inNewRow",F7t="org.eclipse.elk.rectpacking.widthApproximation.strategy",B7t="org.eclipse.elk.rectpacking.widthApproximation.targetWidth",R7t="org.eclipse.elk.rectpacking.widthApproximation.optimizationGoal",j7t="org.eclipse.elk.rectpacking.widthApproximation.lastPlaceShift",$7t="org.eclipse.elk.rectpacking.packing.strategy",z7t="org.eclipse.elk.rectpacking.packing.compaction.rowHeightReevaluation",q7t="org.eclipse.elk.rectpacking.packing.compaction.iterations",H7t="org.eclipse.elk.rectpacking.whiteSpaceElimination.strategy",Elt="widthApproximation",R2e="Compaction Strategy",j2e="packing.compaction",Ol="org.eclipse.elk.rectpacking",rT="org.eclipse.elk.alg.rectpacking.p1widthapproximation",nU="org.eclipse.elk.alg.rectpacking.p2packing",$2e="No Compaction",V7t="org.eclipse.elk.alg.rectpacking.p3whitespaceelimination",yP="org.eclipse.elk.alg.rectpacking.util",rU="No implementation available for ",d3="org.eclipse.elk.alg.spore",g3="org.eclipse.elk.alg.spore.options",cv="org.eclipse.elk.sporeCompaction",Tlt="org.eclipse.elk.underlyingLayoutAlgorithm",U7t="org.eclipse.elk.processingOrder.treeConstruction",G7t="org.eclipse.elk.processingOrder.spanningTreeCostFunction",Clt="org.eclipse.elk.processingOrder.preferredRoot",_lt="org.eclipse.elk.processingOrder.rootSelection",Slt="org.eclipse.elk.structure.structureExtractionStrategy",K7t="org.eclipse.elk.compaction.compactionStrategy",W7t="org.eclipse.elk.compaction.orthogonal",Y7t="org.eclipse.elk.overlapRemoval.maxIterations",X7t="org.eclipse.elk.overlapRemoval.runScanline",Alt="processingOrder",z2e="overlapRemoval",iT="org.eclipse.elk.sporeOverlap",q2e="org.eclipse.elk.alg.spore.p1structure",Llt="org.eclipse.elk.alg.spore.p2processingorder",Mlt="org.eclipse.elk.alg.spore.p3execution",H2e="Topdown Layout",V2e="Invalid index: ",sT="org.eclipse.elk.core.alg",_5={341:1},p3={294:1},U2e="Make sure its type is registered with the ",Q7t=" utility class.",aT="true",Dlt="false",G2e="Couldn't clone property '",uv=.05,Pl="org.eclipse.elk.core.options",K2e=1.2999999523162842,lv="org.eclipse.elk.box",J7t="org.eclipse.elk.expandNodes",Z7t="org.eclipse.elk.box.packingMode",W2e="org.eclipse.elk.algorithm",Y2e="org.eclipse.elk.resolvedAlgorithm",tTt="org.eclipse.elk.bendPoints",c_n="org.eclipse.elk.labelManager",X2e="org.eclipse.elk.scaleFactor",Q2e="org.eclipse.elk.childAreaWidth",J2e="org.eclipse.elk.childAreaHeight",Z2e="org.eclipse.elk.animate",twe="org.eclipse.elk.animTimeFactor",ewe="org.eclipse.elk.layoutAncestors",nwe="org.eclipse.elk.maxAnimTime",rwe="org.eclipse.elk.minAnimTime",iwe="org.eclipse.elk.progressBar",swe="org.eclipse.elk.validateGraph",awe="org.eclipse.elk.validateOptions",owe="org.eclipse.elk.zoomToFit",u_n="org.eclipse.elk.font.name",cwe="org.eclipse.elk.font.size",eTt="org.eclipse.elk.topdown.sizeApproximator",nTt="org.eclipse.elk.topdown.scaleCap",uwe="org.eclipse.elk.edge.type",lwe="partitioning",hwe="nodeLabels",iU="portAlignment",Ilt="nodeSize",Olt="port",rTt="portLabels",xP="topdown",fwe="insideSelfLoops",WS="org.eclipse.elk.fixed",sU="org.eclipse.elk.random",iTt={3:1,34:1,22:1,347:1},dwe="port must have a parent node to calculate the port side",gwe="The edge needs to have exactly one edge section. Found: ",YS="org.eclipse.elk.core.util.adapters",Rh="org.eclipse.emf.ecore",S5="org.eclipse.elk.graph",pwe="EMapPropertyHolder",bwe="ElkBendPoint",wwe="ElkGraphElement",mwe="ElkConnectableShape",sTt="ElkEdge",vwe="ElkEdgeSection",ywe="EModelElement",xwe="ENamedElement",aTt="ElkLabel",oTt="ElkNode",cTt="ElkPort",kwe={94:1,93:1},Ik="org.eclipse.emf.common.notify.impl",Kb="The feature '",XS="' is not a valid changeable feature",Ewe="Expecting null",Plt="' is not a valid feature",Twe="The feature ID",Cwe=" is not a valid feature ID",Pc=32768,_we={110:1,94:1,93:1,58:1,54:1,99:1},jn="org.eclipse.emf.ecore.impl",bw="org.eclipse.elk.graph.impl",QS="Recursive containment not allowed for ",oT="The datatype '",hv="' is not a valid classifier",Nlt="The value '",A5={195:1,3:1,4:1},Flt="The class '",cT="http://www.eclipse.org/elk/ElkGraph",uTt="property",JS="value",Blt="source",Swe="properties",Awe="identifier",Rlt="height",jlt="width",$lt="parent",zlt="text",qlt="children",Lwe="hierarchical",lTt="sources",Hlt="targets",hTt="sections",aU="bendPoints",fTt="outgoingShape",dTt="incomingShape",gTt="outgoingSections",pTt="incomingSections",io="org.eclipse.emf.common.util",bTt="Severe implementation error in the Json to ElkGraph importer.",n0="id",Pa="org.eclipse.elk.graph.json",wTt="Unhandled parameter types: ",Mwe="startPoint",Dwe="An edge must have at least one source and one target (edge id: '",uT="').",Iwe="Referenced edge section does not exist: ",Owe=" (edge id: '",mTt="target",Pwe="sourcePoint",Nwe="targetPoint",oU="group",bi="name",Fwe="connectableShape cannot be null",Bwe="edge cannot be null",Vlt="Passed edge is not 'simple'.",cU="org.eclipse.elk.graph.util",kP="The 'no duplicates' constraint is violated",Ult="targetIndex=",ww=", size=",Glt="sourceIndex=",r0={3:1,4:1,20:1,31:1,56:1,16:1,15:1,59:1,70:1,66:1,61:1},Klt={3:1,4:1,20:1,31:1,56:1,16:1,51:1,15:1,59:1,70:1,66:1,61:1,596:1},uU="logging",Rwe="measureExecutionTime",jwe="parser.parse.1",$we="parser.parse.2",lU="parser.next.1",Wlt="parser.next.2",zwe="parser.next.3",qwe="parser.next.4",mw="parser.factor.1",vTt="parser.factor.2",Hwe="parser.factor.3",Vwe="parser.factor.4",Uwe="parser.factor.5",Gwe="parser.factor.6",Kwe="parser.atom.1",Wwe="parser.atom.2",Ywe="parser.atom.3",yTt="parser.atom.4",Ylt="parser.atom.5",xTt="parser.cc.1",hU="parser.cc.2",Xwe="parser.cc.3",Qwe="parser.cc.5",kTt="parser.cc.6",ETt="parser.cc.7",Xlt="parser.cc.8",Jwe="parser.ope.1",Zwe="parser.ope.2",tme="parser.ope.3",jp="parser.descape.1",eme="parser.descape.2",nme="parser.descape.3",rme="parser.descape.4",ime="parser.descape.5",jh="parser.process.1",sme="parser.quantifier.1",ame="parser.quantifier.2",ome="parser.quantifier.3",cme="parser.quantifier.4",TTt="parser.quantifier.5",ume="org.eclipse.emf.common.notify",CTt={424:1,686:1},lme={3:1,4:1,20:1,31:1,56:1,16:1,15:1,70:1,61:1},EP={378:1,152:1},ZS="index=",Qlt={3:1,4:1,5:1,129:1},hme={3:1,4:1,20:1,31:1,56:1,16:1,15:1,59:1,70:1,61:1},_Tt={3:1,6:1,4:1,5:1,198:1},fme={3:1,4:1,5:1,173:1,379:1},dme=";/?:@&=+$,",gme="invalid authority: ",pme="EAnnotation",bme="ETypedElement",wme="EStructuralFeature",mme="EAttribute",vme="EClassifier",yme="EEnumLiteral",xme="EGenericType",kme="EOperation",Eme="EParameter",Tme="EReference",Cme="ETypeParameter",Zi="org.eclipse.emf.ecore.util",Jlt={79:1},STt={3:1,20:1,16:1,15:1,61:1,597:1,79:1,71:1,97:1},_me="org.eclipse.emf.ecore.util.FeatureMap$Entry",al=8192,b3=2048,tA="byte",fU="char",eA="double",nA="float",rA="int",iA="long",sA="short",Sme="java.lang.Object",L5={3:1,4:1,5:1,254:1},ATt={3:1,4:1,5:1,688:1},Ame={3:1,4:1,20:1,31:1,56:1,16:1,15:1,59:1,70:1,66:1,61:1,71:1},nc={3:1,4:1,20:1,31:1,56:1,16:1,15:1,59:1,70:1,66:1,61:1,79:1,71:1,97:1},TP="mixed",ti="http:///org/eclipse/emf/ecore/util/ExtendedMetaData",of="kind",Lme={3:1,4:1,5:1,689:1},LTt={3:1,4:1,20:1,31:1,56:1,16:1,15:1,70:1,61:1,79:1,71:1,97:1},dU={20:1,31:1,56:1,16:1,15:1,61:1,71:1},gU={51:1,128:1,287:1},pU={76:1,343:1},bU="The value of type '",wU="' must be of type '",M5=1352,cf="http://www.eclipse.org/emf/2002/Ecore",mU=-32768,fv="constraints",Ua="baseType",Mme="getEStructuralFeature",Dme="getFeatureID",aA="feature",Ime="getOperationID",MTt="operation",Ome="defaultValue",Pme="eTypeParameters",Nme="isInstance",Fme="getEEnumLiteral",Bme="eContainingClass",fi={57:1},Rme={3:1,4:1,5:1,124:1},jme="org.eclipse.emf.ecore.resource",$me={94:1,93:1,599:1,2034:1},Zlt="org.eclipse.emf.ecore.resource.impl",DTt="unspecified",CP="simple",vU="attribute",zme="attributeWildcard",yU="element",tht="elementWildcard",M1="collapse",eht="itemType",xU="namespace",_P="##targetNamespace",uf="whiteSpace",ITt="wildcards",vw="http://www.eclipse.org/emf/2003/XMLType",nht="##any",lT="uninitialized",SP="The multiplicity constraint is violated",kU="org.eclipse.emf.ecore.xml.type",qme="ProcessingInstruction",Hme="SimpleAnyType",Vme="XMLTypeDocumentRoot",$s="org.eclipse.emf.ecore.xml.type.impl",AP="INF",Ume="processing",Gme="ENTITIES_._base",OTt="minLength",PTt="ENTITY",EU="NCName",Kme="IDREFS_._base",NTt="integer",rht="token",iht="pattern",Wme="[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*",FTt="\\i\\c*",Yme="[\\i-[:]][\\c-[:]]*",Xme="nonPositiveInteger",LP="maxInclusive",BTt="NMTOKEN",Qme="NMTOKENS_._base",RTt="nonNegativeInteger",MP="minInclusive",Jme="normalizedString",Zme="unsignedByte",tve="unsignedInt",eve="18446744073709551615",nve="unsignedShort",rve="processingInstruction",$p="org.eclipse.emf.ecore.xml.type.internal",hT=1114111,ive="Internal Error: shorthands: \\u",oA="xml:isDigit",sht="xml:isWord",aht="xml:isSpace",oht="xml:isNameChar",cht="xml:isInitialNameChar",sve="09٠٩۰۹०९০৯੦੯૦૯୦୯௧௯౦౯೦೯൦൯๐๙໐໙༠༩",ave="AZazÀÖØöøıĴľŁňŊžƀǃǍǰǴǵǺȗɐʨʻˁΆΆΈΊΌΌΎΡΣώϐϖϚϚϜϜϞϞϠϠϢϳЁЌЎяёќўҁҐӄӇӈӋӌӐӫӮӵӸӹԱՖՙՙաֆאתװײءغفيٱڷںھۀێېۓەەۥۦअहऽऽक़ॡঅঌএঐওনপরললশহড়ঢ়য়ৡৰৱਅਊਏਐਓਨਪਰਲਲ਼ਵਸ਼ਸਹਖ਼ੜਫ਼ਫ਼ੲੴઅઋઍઍએઑઓનપરલળવહઽઽૠૠଅଌଏଐଓନପରଲଳଶହଽଽଡ଼ଢ଼ୟୡஅஊஎஐஒகஙசஜஜஞடணதநபமவஷஹఅఌఎఐఒనపళవహౠౡಅಌಎಐಒನಪಳವಹೞೞೠೡഅഌഎഐഒനപഹൠൡกฮะะาำเๅກຂຄຄງຈຊຊຍຍດທນຟມຣລລວວສຫອຮະະາຳຽຽເໄཀཇཉཀྵႠჅაჶᄀᄀᄂᄃᄅᄇᄉᄉᄋᄌᄎᄒᄼᄼᄾᄾᅀᅀᅌᅌᅎᅎᅐᅐᅔᅕᅙᅙᅟᅡᅣᅣᅥᅥᅧᅧᅩᅩᅭᅮᅲᅳᅵᅵᆞᆞᆨᆨᆫᆫᆮᆯᆷᆸᆺᆺᆼᇂᇫᇫᇰᇰᇹᇹḀẛẠỹἀἕἘἝἠὅὈὍὐὗὙὙὛὛὝὝὟώᾀᾴᾶᾼιιῂῄῆῌῐΐῖΊῠῬῲῴῶῼΩΩKÅ℮℮ↀↂ〇〇〡〩ぁゔァヺㄅㄬ一龥가힣",ove="Private Use",uht="ASSIGNED",lht="\0\7f\80ÿĀſƀɏɐʯʰ˿̀ͯͰϿЀӿ֏ۿ܀ݏހऀॿঀ૿ఀ౿ಀഀൿༀက႟ႠჿᄀᇿሀᎠ᐀ᙿ ᚠក᠀Ḁỿἀ ⁰₠⃐℀⅏⅐←⇿∀⋿⌀⏿␀⑀①⓿─╿▀▟■◿☀⛿✀➿⠀⣿⺀⼀⿰ 〿ゟ゠ヿㄯ㆐㆟ㆠㆿ㈀㋿㌀㏿㐀䶵一鿿ꀀ꒐가힣豈ffﭏﭐ﷿︠︯︰﹏﹐ﹰ\uFEFF\uFEFF",jTt="UNASSIGNED",fT={3:1,122:1},cve="org.eclipse.emf.ecore.xml.type.util",TU={3:1,4:1,5:1,381:1},$Tt="org.eclipse.xtext.xbase.lib",uve="Cannot add elements to a Range",lve="Cannot set elements in a Range",hve="Cannot remove elements from a Range",fve="user.agent",l,CU,hht;b.goog=b.goog||{},b.goog.global=b.goog.global||b,CU={},M(1,null,{},_),l.Fb=function(e){return uQt(this,e)},l.Gb=function(){return this.Rm},l.Hb=function(){return km(this)},l.Ib=function(){var e;return R2(Gl(this))+"@"+(e=Hi(this)>>>0,e.toString(16))},l.equals=function(t){return this.Fb(t)},l.hashCode=function(){return this.Hb()},l.toString=function(){return this.Ib()};var dve,gve,pve;M(296,1,{296:1,2124:1},F4t),l.ve=function(e){var n;return n=new F4t,n.i=4,e>1?n.c=Dne(this,e-1):n.c=this,n},l.we=function(){return gg(this),this.b},l.xe=function(){return R2(this)},l.ye=function(){return gg(this),this.k},l.ze=function(){return(this.i&4)!=0},l.Ae=function(){return(this.i&1)!=0},l.Ib=function(){return K3t(this)},l.i=0;var sa=D(kc,"Object",1),zTt=D(kc,"Class",296);M(2096,1,WO),D(YO,"Optional",2096),M(1191,2096,WO,S),l.Fb=function(e){return e===this},l.Hb=function(){return 2040732332},l.Ib=function(){return"Optional.absent()"},l.Jb=function(e){return Hr(e),NC(),fht};var fht;D(YO,"Absent",1191),M(636,1,{},Knt),D(YO,"Joiner",636);var l_n=us(YO,"Predicate");M(589,1,{178:1,589:1,3:1,46:1},Mj),l.Mb=function(e){return Dce(this,e)},l.Lb=function(e){return Dce(this,e)},l.Fb=function(e){var n;return At(e,589)?(n=u(e,589),I6t(this.a,n.a)):!1},l.Hb=function(){return q4t(this.a)+306654252},l.Ib=function(){return X3n(this.a)},D(YO,"Predicates/AndPredicate",589),M(419,2096,{419:1,3:1},CC),l.Fb=function(e){var n;return At(e,419)?(n=u(e,419),Ci(this.a,n.a)):!1},l.Hb=function(){return 1502476572+Hi(this.a)},l.Ib=function(){return $pe+this.a+")"},l.Jb=function(e){return new CC(Gz(e.Kb(this.a),"the Function passed to Optional.transform() must not return null."))},D(YO,"Present",419),M(204,1,z7),l.Nb=function(e){Da(this,e)},l.Qb=function(){JKt()},D(on,"UnmodifiableIterator",204),M(2076,204,q7),l.Qb=function(){JKt()},l.Rb=function(e){throw nt(new Vr)},l.Wb=function(e){throw nt(new Vr)},D(on,"UnmodifiableListIterator",2076),M(399,2076,q7),l.Ob=function(){return this.c<this.d},l.Sb=function(){return this.c>0},l.Pb=function(){if(this.c>=this.d)throw nt(new ac);return this.Xb(this.c++)},l.Tb=function(){return this.c},l.Ub=function(){if(this.c<=0)throw nt(new ac);return this.Xb(--this.c)},l.Vb=function(){return this.c-1},l.c=0,l.d=0,D(on,"AbstractIndexedListIterator",399),M(713,204,z7),l.Ob=function(){return Yst(this)},l.Pb=function(){return z3t(this)},l.e=1,D(on,"AbstractIterator",713),M(2084,1,{229:1}),l.Zb=function(){var e;return e=this.f,e||(this.f=this.ac())},l.Fb=function(e){return wat(this,e)},l.Hb=function(){return Hi(this.Zb())},l.dc=function(){return this.gc()==0},l.ec=function(){return q6(this)},l.Ib=function(){return ec(this.Zb())},D(on,"AbstractMultimap",2084),M(742,2084,uw),l.$b=function(){Bq(this)},l._b=function(e){return wWt(this,e)},l.ac=function(){return new bE(this,this.c)},l.ic=function(e){return this.hc()},l.bc=function(){return new U4(this,this.c)},l.jc=function(){return this.mc(this.hc())},l.kc=function(){return new FKt(this)},l.lc=function(){return _ot(this.c.vc().Nc(),new B,64,this.d)},l.cc=function(e){return Mi(this,e)},l.fc=function(e){return sO(this,e)},l.gc=function(){return this.d},l.mc=function(e){return wn(),new re(e)},l.nc=function(){return new NKt(this)},l.oc=function(){return _ot(this.c.Cc().Nc(),new I,64,this.d)},l.pc=function(e,n){return new pq(this,e,n,null)},l.d=0,D(on,"AbstractMapBasedMultimap",742),M(1696,742,uw),l.hc=function(){return new bu(this.a)},l.jc=function(){return wn(),wn(),so},l.cc=function(e){return u(Mi(this,e),15)},l.fc=function(e){return u(sO(this,e),15)},l.Zb=function(){return W6(this)},l.Fb=function(e){return wat(this,e)},l.qc=function(e){return u(Mi(this,e),15)},l.rc=function(e){return u(sO(this,e),15)},l.mc=function(e){return Jit(u(e,15))},l.pc=function(e,n){return Rre(this,e,u(n,15),null)},D(on,"AbstractListMultimap",1696),M(748,1,ba),l.Nb=function(e){Da(this,e)},l.Ob=function(){return this.c.Ob()||this.e.Ob()},l.Pb=function(){var e;return this.e.Ob()||(e=u(this.c.Pb(),44),this.b=e.ld(),this.a=u(e.md(),16),this.e=this.a.Kc()),this.sc(this.b,this.e.Pb())},l.Qb=function(){this.e.Qb(),u(Zh(this.a),16).dc()&&this.c.Qb(),--this.d.d},D(on,"AbstractMapBasedMultimap/Itr",748),M(1129,748,ba,NKt),l.sc=function(e,n){return n},D(on,"AbstractMapBasedMultimap/1",1129),M(1130,1,{},I),l.Kb=function(e){return u(e,16).Nc()},D(on,"AbstractMapBasedMultimap/1methodref$spliterator$Type",1130),M(1131,748,ba,FKt),l.sc=function(e,n){return new pm(e,n)},D(on,"AbstractMapBasedMultimap/2",1131);var qTt=us(mr,"Map");M(2065,1,iv),l.wc=function(e){U_(this,e)},l.yc=function(e,n,r){return Fat(this,e,n,r)},l.$b=function(){this.vc().$b()},l.tc=function(e){return cot(this,e)},l._b=function(e){return!!Dxt(this,e,!1)},l.uc=function(e){var n,r,s;for(r=this.vc().Kc();r.Ob();)if(n=u(r.Pb(),44),s=n.md(),$t(e)===$t(s)||e!=null&&Ci(e,s))return!0;return!1},l.Fb=function(e){var n,r,s;if(e===this)return!0;if(!At(e,85)||(s=u(e,85),this.gc()!=s.gc()))return!1;for(r=s.vc().Kc();r.Ob();)if(n=u(r.Pb(),44),!this.tc(n))return!1;return!0},l.xc=function(e){return Uo(Dxt(this,e,!1))},l.Hb=function(){return I4t(this.vc())},l.dc=function(){return this.gc()==0},l.ec=function(){return new ui(this)},l.zc=function(e,n){throw nt(new up("Put not supported on this map"))},l.Ac=function(e){V_(this,e)},l.Bc=function(e){return Uo(Dxt(this,e,!0))},l.gc=function(){return this.vc().gc()},l.Ib=function(){return Hhe(this)},l.Cc=function(){return new li(this)},D(mr,"AbstractMap",2065),M(2085,2065,iv),l.bc=function(){return new g$(this)},l.vc=function(){return Pte(this)},l.ec=function(){var e;return e=this.g,e||(this.g=this.bc())},l.Cc=function(){var e;return e=this.i,e||(this.i=new oYt(this))},D(on,"Maps/ViewCachingAbstractMap",2085),M(402,2085,iv,bE),l.xc=function(e){return p0n(this,e)},l.Bc=function(e){return Rpn(this,e)},l.$b=function(){this.d==this.e.c?this.e.$b():Ez(new Vvt(this))},l._b=function(e){return pue(this.d,e)},l.Ec=function(){return new hnt(this)},l.Dc=function(){return this.Ec()},l.Fb=function(e){return this===e||Ci(this.d,e)},l.Hb=function(){return Hi(this.d)},l.ec=function(){return this.e.ec()},l.gc=function(){return this.d.gc()},l.Ib=function(){return ec(this.d)},D(on,"AbstractMapBasedMultimap/AsMap",402);var hh=us(kc,"Iterable");M(31,1,o3),l.Jc=function(e){Oa(this,e)},l.Lc=function(){return this.Oc()},l.Nc=function(){return new gn(this,0)},l.Oc=function(){return new ln(null,this.Nc())},l.Fc=function(e){throw nt(new up("Add not supported on this collection"))},l.Gc=function(e){return Aa(this,e)},l.$b=function(){Myt(this)},l.Hc=function(e){return Ky(this,e,!1)},l.Ic=function(e){return QI(this,e)},l.dc=function(){return this.gc()==0},l.Mc=function(e){return Ky(this,e,!0)},l.Pc=function(){return tyt(this)},l.Qc=function(e){return uS(this,e)},l.Ib=function(){return Rb(this)},D(mr,"AbstractCollection",31);var lf=us(mr,"Set");M(od,31,il),l.Nc=function(){return new gn(this,1)},l.Fb=function(e){return ale(this,e)},l.Hb=function(){return I4t(this)},D(mr,"AbstractSet",od),M(2068,od,il),D(on,"Sets/ImprovedAbstractSet",2068),M(2069,2068,il),l.$b=function(){this.Rc().$b()},l.Hc=function(e){return Vue(this,e)},l.dc=function(){return this.Rc().dc()},l.Mc=function(e){var n;return this.Hc(e)&&At(e,44)?(n=u(e,44),this.Rc().ec().Mc(n.ld())):!1},l.gc=function(){return this.Rc().gc()},D(on,"Maps/EntrySet",2069),M(1127,2069,il,hnt),l.Hc=function(e){return s5t(this.a.d.vc(),e)},l.Kc=function(){return new Vvt(this.a)},l.Rc=function(){return this.a},l.Mc=function(e){var n;return s5t(this.a.d.vc(),e)?(n=u(Zh(u(e,44)),44),rdn(this.a.e,n.ld()),!0):!1},l.Nc=function(){return uI(this.a.d.vc().Nc(),new Dj(this.a))},D(on,"AbstractMapBasedMultimap/AsMap/AsMapEntries",1127),M(1128,1,{},Dj),l.Kb=function(e){return Fie(this.a,u(e,44))},D(on,"AbstractMapBasedMultimap/AsMap/AsMapEntries/0methodref$wrapEntry$Type",1128),M(746,1,ba,Vvt),l.Nb=function(e){Da(this,e)},l.Pb=function(){var e;return e=u(this.b.Pb(),44),this.a=u(e.md(),16),Fie(this.c,e)},l.Ob=function(){return this.b.Ob()},l.Qb=function(){CE(!!this.a),this.b.Qb(),this.c.e.d-=this.a.gc(),this.a.$b(),this.a=null},D(on,"AbstractMapBasedMultimap/AsMap/AsMapIterator",746),M(542,2068,il,g$),l.$b=function(){this.b.$b()},l.Hc=function(e){return this.b._b(e)},l.Jc=function(e){Hr(e),this.b.wc(new Rj(e))},l.dc=function(){return this.b.dc()},l.Kc=function(){return new FC(this.b.vc().Kc())},l.Mc=function(e){return this.b._b(e)?(this.b.Bc(e),!0):!1},l.gc=function(){return this.b.gc()},D(on,"Maps/KeySet",542),M(327,542,il,U4),l.$b=function(){var e;Ez((e=this.b.vc().Kc(),new gwt(this,e)))},l.Ic=function(e){return this.b.ec().Ic(e)},l.Fb=function(e){return this===e||Ci(this.b.ec(),e)},l.Hb=function(){return Hi(this.b.ec())},l.Kc=function(){var e;return e=this.b.vc().Kc(),new gwt(this,e)},l.Mc=function(e){var n,r;return r=0,n=u(this.b.Bc(e),16),n&&(r=n.gc(),n.$b(),this.a.d-=r),r>0},l.Nc=function(){return this.b.ec().Nc()},D(on,"AbstractMapBasedMultimap/KeySet",327),M(747,1,ba,gwt),l.Nb=function(e){Da(this,e)},l.Ob=function(){return this.c.Ob()},l.Pb=function(){return this.a=u(this.c.Pb(),44),this.a.ld()},l.Qb=function(){var e;CE(!!this.a),e=u(this.a.md(),16),this.c.Qb(),this.b.a.d-=e.gc(),e.$b(),this.a=null},D(on,"AbstractMapBasedMultimap/KeySet/1",747),M(502,402,{85:1,133:1},nI),l.bc=function(){return this.Sc()},l.ec=function(){return this.Uc()},l.Sc=function(){return new MD(this.c,this.Wc())},l.Tc=function(){return this.Wc().Tc()},l.Uc=function(){var e;return e=this.b,e||(this.b=this.Sc())},l.Vc=function(){return this.Wc().Vc()},l.Wc=function(){return u(this.d,133)},D(on,"AbstractMapBasedMultimap/SortedAsMap",502),M(446,502,Jkt,b_),l.bc=function(){return new pE(this.a,u(u(this.d,133),139))},l.Sc=function(){return new pE(this.a,u(u(this.d,133),139))},l.ec=function(){var e;return e=this.b,u(e||(this.b=new pE(this.a,u(u(this.d,133),139))),277)},l.Uc=function(){var e;return e=this.b,u(e||(this.b=new pE(this.a,u(u(this.d,133),139))),277)},l.Wc=function(){return u(u(this.d,133),139)},l.Xc=function(e){return u(u(this.d,133),139).Xc(e)},l.Yc=function(e){return u(u(this.d,133),139).Yc(e)},l.Zc=function(e,n){return new b_(this.a,u(u(this.d,133),139).Zc(e,n))},l.$c=function(e){return u(u(this.d,133),139).$c(e)},l._c=function(e){return u(u(this.d,133),139)._c(e)},l.ad=function(e,n){return new b_(this.a,u(u(this.d,133),139).ad(e,n))},D(on,"AbstractMapBasedMultimap/NavigableAsMap",446),M(501,327,zpe,MD),l.Nc=function(){return this.b.ec().Nc()},D(on,"AbstractMapBasedMultimap/SortedKeySet",501),M(401,501,Zkt,pE),D(on,"AbstractMapBasedMultimap/NavigableKeySet",401),M(551,31,o3,pq),l.Fc=function(e){var n,r;return Ll(this),r=this.d.dc(),n=this.d.Fc(e),n&&(++this.f.d,r&&aI(this)),n},l.Gc=function(e){var n,r,s;return e.dc()?!1:(s=(Ll(this),this.d.gc()),n=this.d.Gc(e),n&&(r=this.d.gc(),this.f.d+=r-s,s==0&&aI(this)),n)},l.$b=function(){var e;e=(Ll(this),this.d.gc()),e!=0&&(this.d.$b(),this.f.d-=e,Lz(this))},l.Hc=function(e){return Ll(this),this.d.Hc(e)},l.Ic=function(e){return Ll(this),this.d.Ic(e)},l.Fb=function(e){return e===this?!0:(Ll(this),Ci(this.d,e))},l.Hb=function(){return Ll(this),Hi(this.d)},l.Kc=function(){return Ll(this),new Svt(this)},l.Mc=function(e){var n;return Ll(this),n=this.d.Mc(e),n&&(--this.f.d,Lz(this)),n},l.gc=function(){return YXt(this)},l.Nc=function(){return Ll(this),this.d.Nc()},l.Ib=function(){return Ll(this),ec(this.d)},D(on,"AbstractMapBasedMultimap/WrappedCollection",551);var $h=us(mr,"List");M(744,551,{20:1,31:1,16:1,15:1},ryt),l.jd=function(e){Q2(this,e)},l.Nc=function(){return Ll(this),this.d.Nc()},l.bd=function(e,n){var r;Ll(this),r=this.d.dc(),u(this.d,15).bd(e,n),++this.a.d,r&&aI(this)},l.cd=function(e,n){var r,s,o;return n.dc()?!1:(o=(Ll(this),this.d.gc()),r=u(this.d,15).cd(e,n),r&&(s=this.d.gc(),this.a.d+=s-o,o==0&&aI(this)),r)},l.Xb=function(e){return Ll(this),u(this.d,15).Xb(e)},l.dd=function(e){return Ll(this),u(this.d,15).dd(e)},l.ed=function(){return Ll(this),new CQt(this)},l.fd=function(e){return Ll(this),new Wee(this,e)},l.gd=function(e){var n;return Ll(this),n=u(this.d,15).gd(e),--this.a.d,Lz(this),n},l.hd=function(e,n){return Ll(this),u(this.d,15).hd(e,n)},l.kd=function(e,n){return Ll(this),Rre(this.a,this.e,u(this.d,15).kd(e,n),this.b?this.b:this)},D(on,"AbstractMapBasedMultimap/WrappedList",744),M(1126,744,{20:1,31:1,16:1,15:1,59:1},gJt),D(on,"AbstractMapBasedMultimap/RandomAccessWrappedList",1126),M(628,1,ba,Svt),l.Nb=function(e){Da(this,e)},l.Ob=function(){return FE(this),this.b.Ob()},l.Pb=function(){return FE(this),this.b.Pb()},l.Qb=function(){JQt(this)},D(on,"AbstractMapBasedMultimap/WrappedCollection/WrappedIterator",628),M(745,628,I0,CQt,Wee),l.Qb=function(){JQt(this)},l.Rb=function(e){var n;n=YXt(this.a)==0,(FE(this),u(this.b,128)).Rb(e),++this.a.a.d,n&&aI(this.a)},l.Sb=function(){return(FE(this),u(this.b,128)).Sb()},l.Tb=function(){return(FE(this),u(this.b,128)).Tb()},l.Ub=function(){return(FE(this),u(this.b,128)).Ub()},l.Vb=function(){return(FE(this),u(this.b,128)).Vb()},l.Wb=function(e){(FE(this),u(this.b,128)).Wb(e)},D(on,"AbstractMapBasedMultimap/WrappedList/WrappedListIterator",745),M(743,551,zpe,Gmt),l.Nc=function(){return Ll(this),this.d.Nc()},D(on,"AbstractMapBasedMultimap/WrappedSortedSet",743),M(1125,743,Zkt,yQt),D(on,"AbstractMapBasedMultimap/WrappedNavigableSet",1125),M(1124,551,il,NJt),l.Nc=function(){return Ll(this),this.d.Nc()},D(on,"AbstractMapBasedMultimap/WrappedSet",1124),M(1133,1,{},B),l.Kb=function(e){return ddn(u(e,44))},D(on,"AbstractMapBasedMultimap/lambda$1$Type",1133),M(1132,1,{},gnt),l.Kb=function(e){return new pm(this.a,e)},D(on,"AbstractMapBasedMultimap/lambda$2$Type",1132);var yw=us(mr,"Map/Entry");M(358,1,Act),l.Fb=function(e){var n;return At(e,44)?(n=u(e,44),zd(this.ld(),n.ld())&&zd(this.md(),n.md())):!1},l.Hb=function(){var e,n;return e=this.ld(),n=this.md(),(e==null?0:Hi(e))^(n==null?0:Hi(n))},l.nd=function(e){throw nt(new Vr)},l.Ib=function(){return this.ld()+"="+this.md()},D(on,qpe,358),M(2086,31,o3),l.$b=function(){this.od().$b()},l.Hc=function(e){var n;return At(e,44)?(n=u(e,44),Pfn(this.od(),n.ld(),n.md())):!1},l.Mc=function(e){var n;return At(e,44)?(n=u(e,44),vre(this.od(),n.ld(),n.md())):!1},l.gc=function(){return this.od().d},D(on,"Multimaps/Entries",2086),M(749,2086,o3,Ij),l.Kc=function(){return this.a.kc()},l.od=function(){return this.a},l.Nc=function(){return this.a.lc()},D(on,"AbstractMultimap/Entries",749),M(750,749,il,U2t),l.Nc=function(){return this.a.lc()},l.Fb=function(e){return Qxt(this,e)},l.Hb=function(){return Moe(this)},D(on,"AbstractMultimap/EntrySet",750),M(751,31,o3,Oj),l.$b=function(){this.a.$b()},l.Hc=function(e){return Ipn(this.a,e)},l.Kc=function(){return this.a.nc()},l.gc=function(){return this.a.d},l.Nc=function(){return this.a.oc()},D(on,"AbstractMultimap/Values",751),M(2087,31,{849:1,20:1,31:1,16:1}),l.Jc=function(e){Hr(e),K4(this).Jc(new zj(e))},l.Nc=function(){var e;return e=K4(this).Nc(),_ot(e,new pt,64|e.yd()&1296,this.a.d)},l.Fc=function(e){return Z2t(),!0},l.Gc=function(e){return Hr(this),Hr(e),At(e,552)?Bfn(u(e,849)):!e.dc()&&$st(this,e.Kc())},l.Hc=function(e){var n;return n=u(Gy(W6(this.a),e),16),(n?n.gc():0)>0},l.Fb=function(e){return sxn(this,e)},l.Hb=function(){return Hi(K4(this))},l.dc=function(){return K4(this).dc()},l.Mc=function(e){return r1e(this,e,1)>0},l.Ib=function(){return ec(K4(this))},D(on,"AbstractMultiset",2087),M(2089,2068,il),l.$b=function(){Bq(this.a.a)},l.Hc=function(e){var n,r;return At(e,503)?(r=u(e,425),u(r.a.md(),16).gc()<=0?!1:(n=Gne(this.a,r.a.ld()),n==u(r.a.md(),16).gc())):!1},l.Mc=function(e){var n,r,s,o;return At(e,503)&&(r=u(e,425),n=r.a.ld(),s=u(r.a.md(),16).gc(),s!=0)?(o=this.a,Y4n(o,n,s)):!1},D(on,"Multisets/EntrySet",2089),M(1139,2089,il,pnt),l.Kc=function(){return new zKt(Pte(W6(this.a.a)).Kc())},l.gc=function(){return W6(this.a.a).gc()},D(on,"AbstractMultiset/EntrySet",1139),M(627,742,uw),l.hc=function(){return this.pd()},l.jc=function(){return this.qd()},l.cc=function(e){return this.rd(e)},l.fc=function(e){return this.sd(e)},l.Zb=function(){var e;return e=this.f,e||(this.f=this.ac())},l.qd=function(){return wn(),wn(),DU},l.Fb=function(e){return wat(this,e)},l.rd=function(e){return u(Mi(this,e),21)},l.sd=function(e){return u(sO(this,e),21)},l.mc=function(e){return wn(),new lE(u(e,21))},l.pc=function(e,n){return new NJt(this,e,u(n,21))},D(on,"AbstractSetMultimap",627),M(1723,627,uw),l.hc=function(){return new dp(this.b)},l.pd=function(){return new dp(this.b)},l.jc=function(){return Tyt(new dp(this.b))},l.qd=function(){return Tyt(new dp(this.b))},l.cc=function(e){return u(u(Mi(this,e),21),87)},l.rd=function(e){return u(u(Mi(this,e),21),87)},l.fc=function(e){return u(u(sO(this,e),21),87)},l.sd=function(e){return u(u(sO(this,e),21),87)},l.mc=function(e){return At(e,277)?Tyt(u(e,277)):(wn(),new Dmt(u(e,87)))},l.Zb=function(){var e;return e=this.f,e||(this.f=At(this.c,139)?new b_(this,u(this.c,139)):At(this.c,133)?new nI(this,u(this.c,133)):new bE(this,this.c))},l.pc=function(e,n){return At(n,277)?new yQt(this,e,u(n,277)):new Gmt(this,e,u(n,87))},D(on,"AbstractSortedSetMultimap",1723),M(1724,1723,uw),l.Zb=function(){var e;return e=this.f,u(u(e||(this.f=At(this.c,139)?new b_(this,u(this.c,139)):At(this.c,133)?new nI(this,u(this.c,133)):new bE(this,this.c)),133),139)},l.ec=function(){var e;return e=this.i,u(u(e||(this.i=At(this.c,139)?new pE(this,u(this.c,139)):At(this.c,133)?new MD(this,u(this.c,133)):new U4(this,this.c)),87),277)},l.bc=function(){return At(this.c,139)?new pE(this,u(this.c,139)):At(this.c,133)?new MD(this,u(this.c,133)):new U4(this,this.c)},D(on,"AbstractSortedKeySortedSetMultimap",1724),M(2109,1,{2046:1}),l.Fb=function(e){return Mvn(this,e)},l.Hb=function(){var e;return I4t((e=this.g,e||(this.g=new eE(this))))},l.Ib=function(){var e;return Hhe((e=this.f,e||(this.f=new Smt(this))))},D(on,"AbstractTable",2109),M(679,od,il,eE),l.$b=function(){ZKt()},l.Hc=function(e){var n,r;return At(e,478)?(n=u(e,697),r=u(Gy(iee(this.a),yb(n.c.e,n.b)),85),!!r&&s5t(r.vc(),new pm(yb(n.c.c,n.a),ek(n.c,n.b,n.a)))):!1},l.Kc=function(){return Pln(this.a)},l.Mc=function(e){var n,r;return At(e,478)?(n=u(e,697),r=u(Gy(iee(this.a),yb(n.c.e,n.b)),85),!!r&&hbn(r.vc(),new pm(yb(n.c.c,n.a),ek(n.c,n.b,n.a)))):!1},l.gc=function(){return ote(this.a)},l.Nc=function(){return $fn(this.a)},D(on,"AbstractTable/CellSet",679),M(2025,31,o3,im),l.$b=function(){ZKt()},l.Hc=function(e){return kyn(this.a,e)},l.Kc=function(){return Nln(this.a)},l.gc=function(){return ote(this.a)},l.Nc=function(){return mre(this.a)},D(on,"AbstractTable/Values",2025),M(1697,1696,uw),D(on,"ArrayListMultimapGwtSerializationDependencies",1697),M(520,1697,uw,Xnt,Gyt),l.hc=function(){return new bu(this.a)},l.a=0,D(on,"ArrayListMultimap",520),M(678,2109,{678:1,2046:1,3:1},b1e),D(on,"ArrayTable",678),M(2021,399,q7,ZQt),l.Xb=function(e){return new B4t(this.a,e)},D(on,"ArrayTable/1",2021),M(2022,1,{},fnt),l.td=function(e){return new B4t(this.a,e)},D(on,"ArrayTable/1methodref$getCell$Type",2022),M(2110,1,{697:1}),l.Fb=function(e){var n;return e===this?!0:At(e,478)?(n=u(e,697),zd(yb(this.c.e,this.b),yb(n.c.e,n.b))&&zd(yb(this.c.c,this.a),yb(n.c.c,n.a))&&zd(ek(this.c,this.b,this.a),ek(n.c,n.b,n.a))):!1},l.Hb=function(){return iO(ot(st(sa,1),Ln,1,5,[yb(this.c.e,this.b),yb(this.c.c,this.a),ek(this.c,this.b,this.a)]))},l.Ib=function(){return"("+yb(this.c.e,this.b)+","+yb(this.c.c,this.a)+")="+ek(this.c,this.b,this.a)},D(on,"Tables/AbstractCell",2110),M(478,2110,{478:1,697:1},B4t),l.a=0,l.b=0,l.d=0,D(on,"ArrayTable/2",478),M(2024,1,{},dnt),l.td=function(e){return Hse(this.a,e)},D(on,"ArrayTable/2methodref$getValue$Type",2024),M(2023,399,q7,tJt),l.Xb=function(e){return Hse(this.a,e)},D(on,"ArrayTable/3",2023),M(2077,2065,iv),l.$b=function(){Ez(this.kc())},l.vc=function(){return new wD(this)},l.lc=function(){return new Ree(this.kc(),this.gc())},D(on,"Maps/IteratorBasedAbstractMap",2077),M(842,2077,iv),l.$b=function(){throw nt(new Vr)},l._b=function(e){return mWt(this.c,e)},l.kc=function(){return new eJt(this,this.c.b.c.gc())},l.lc=function(){return vit(this.c.b.c.gc(),16,new O2(this))},l.xc=function(e){var n;return n=u(w_(this.c,e),17),n?this.vd(n.a):null},l.dc=function(){return this.c.b.c.dc()},l.ec=function(){return Sit(this.c)},l.zc=function(e,n){var r;if(r=u(w_(this.c,e),17),!r)throw nt(new zn(this.ud()+" "+e+" not in "+Sit(this.c)));return this.wd(r.a,n)},l.Bc=function(e){throw nt(new Vr)},l.gc=function(){return this.c.b.c.gc()},D(on,"ArrayTable/ArrayMap",842),M(2020,1,{},O2),l.td=function(e){return aee(this.a,e)},D(on,"ArrayTable/ArrayMap/0methodref$getEntry$Type",2020),M(2018,358,Act,VWt),l.ld=function(){return Win(this.a,this.b)},l.md=function(){return this.a.vd(this.b)},l.nd=function(e){return this.a.wd(this.b,e)},l.b=0,D(on,"ArrayTable/ArrayMap/1",2018),M(2019,399,q7,eJt),l.Xb=function(e){return aee(this.a,e)},D(on,"ArrayTable/ArrayMap/2",2019),M(2017,842,iv,Kte),l.ud=function(){return"Column"},l.vd=function(e){return ek(this.b,this.a,e)},l.wd=function(e,n){return bce(this.b,this.a,e,n)},l.a=0,D(on,"ArrayTable/Row",2017),M(843,842,iv,Smt),l.vd=function(e){return new Kte(this.a,e)},l.zc=function(e,n){return u(n,85),pnn()},l.wd=function(e,n){return u(n,85),bnn()},l.ud=function(){return"Row"},D(on,"ArrayTable/RowMap",843),M(1157,1,uh,UWt),l.Ad=function(e){return(this.a.yd()&-262&e)!=0},l.yd=function(){return this.a.yd()&-262},l.zd=function(){return this.a.zd()},l.Nb=function(e){this.a.Nb(new KWt(e,this.b))},l.Bd=function(e){return this.a.Bd(new GWt(e,this.b))},D(on,"CollectSpliterators/1",1157),M(1158,1,rr,GWt),l.Cd=function(e){this.a.Cd(this.b.Kb(e))},D(on,"CollectSpliterators/1/lambda$0$Type",1158),M(1159,1,rr,KWt),l.Cd=function(e){this.a.Cd(this.b.Kb(e))},D(on,"CollectSpliterators/1/lambda$1$Type",1159),M(1154,1,uh,bZt),l.Ad=function(e){return((16464|this.b)&e)!=0},l.yd=function(){return 16464|this.b},l.zd=function(){return this.a.zd()},l.Nb=function(e){this.a.Qe(new YWt(e,this.c))},l.Bd=function(e){return this.a.Re(new WWt(e,this.c))},l.b=0,D(on,"CollectSpliterators/1WithCharacteristics",1154),M(1155,1,XO,WWt),l.Dd=function(e){this.a.Cd(this.b.td(e))},D(on,"CollectSpliterators/1WithCharacteristics/lambda$0$Type",1155),M(1156,1,XO,YWt),l.Dd=function(e){this.a.Cd(this.b.td(e))},D(on,"CollectSpliterators/1WithCharacteristics/lambda$1$Type",1156),M(1150,1,uh),l.Ad=function(e){return(this.a&e)!=0},l.yd=function(){return this.a},l.zd=function(){return this.e&&(this.b=pmt(this.b,this.e.zd())),pmt(this.b,0)},l.Nb=function(e){this.e&&(this.e.Nb(e),this.e=null),this.c.Nb(new XWt(this,e)),this.b=0},l.Bd=function(e){for(;;){if(this.e&&this.e.Bd(e))return a_(this.b,QO)&&(this.b=ef(this.b,1)),!0;if(this.e=null,!this.c.Bd(new Pj(this)))return!1}},l.a=0,l.b=0,D(on,"CollectSpliterators/FlatMapSpliterator",1150),M(1152,1,rr,Pj),l.Cd=function(e){Gsn(this.a,e)},D(on,"CollectSpliterators/FlatMapSpliterator/lambda$0$Type",1152),M(1153,1,rr,XWt),l.Cd=function(e){wln(this.a,this.b,e)},D(on,"CollectSpliterators/FlatMapSpliterator/lambda$1$Type",1153),M(1151,1150,uh,Fre),D(on,"CollectSpliterators/FlatMapSpliteratorOfObject",1151),M(253,1,Lct),l.Fd=function(e){return this.Ed(u(e,253))},l.Ed=function(e){var n;return e==($nt(),ght)?1:e==(jnt(),dht)?-1:(n=(mz(),GI(this.a,e.a)),n!=0?n:At(this,526)==At(e,526)?0:At(this,526)?1:-1)},l.Id=function(){return this.a},l.Fb=function(e){return rxt(this,e)},D(on,"Cut",253),M(1823,253,Lct,PKt),l.Ed=function(e){return e==this?0:1},l.Gd=function(e){throw nt(new _2t)},l.Hd=function(e){e.a+="+∞)"},l.Id=function(){throw nt(new Fo(Vpe))},l.Hb=function(){return fg(),q5t(this)},l.Jd=function(e){return!1},l.Ib=function(){return"+∞"};var dht;D(on,"Cut/AboveAll",1823),M(526,253,{253:1,526:1,3:1,34:1},oJt),l.Gd=function(e){Zc((e.a+="(",e),this.a)},l.Hd=function(e){Cb(Zc(e,this.a),93)},l.Hb=function(){return~Hi(this.a)},l.Jd=function(e){return mz(),GI(this.a,e)<0},l.Ib=function(){return"/"+this.a+"\\"},D(on,"Cut/AboveValue",526),M(1822,253,Lct,OKt),l.Ed=function(e){return e==this?0:-1},l.Gd=function(e){e.a+="(-∞"},l.Hd=function(e){throw nt(new _2t)},l.Id=function(){throw nt(new Fo(Vpe))},l.Hb=function(){return fg(),q5t(this)},l.Jd=function(e){return!0},l.Ib=function(){return"-∞"};var ght;D(on,"Cut/BelowAll",1822),M(1824,253,Lct,cJt),l.Gd=function(e){Zc((e.a+="[",e),this.a)},l.Hd=function(e){Cb(Zc(e,this.a),41)},l.Hb=function(){return Hi(this.a)},l.Jd=function(e){return mz(),GI(this.a,e)<=0},l.Ib=function(){return"\\"+this.a+"/"},D(on,"Cut/BelowValue",1824),M(547,1,O0),l.Jc=function(e){Oa(this,e)},l.Ib=function(){return Ibn(u(Gz(this,"use Optional.orNull() instead of Optional.or(null)"),20).Kc())},D(on,"FluentIterable",547),M(442,547,O0,u_),l.Kc=function(){return new nr(ir(this.a.Kc(),new q))},D(on,"FluentIterable/2",442),M(1059,547,O0,bQt),l.Kc=function(){return C0(this)},D(on,"FluentIterable/3",1059),M(724,399,q7,Amt),l.Xb=function(e){return this.a[e].Kc()},D(on,"FluentIterable/3/1",724),M(2070,1,{}),l.Ib=function(){return ec(this.Kd().b)},D(on,"ForwardingObject",2070),M(2071,2070,Upe),l.Kd=function(){return this.Ld()},l.Jc=function(e){Oa(this,e)},l.Lc=function(){return this.Oc()},l.Nc=function(){return new gn(this,0)},l.Oc=function(){return new ln(null,this.Nc())},l.Fc=function(e){return this.Ld(),yWt()},l.Gc=function(e){return this.Ld(),xWt()},l.$b=function(){this.Ld(),kWt()},l.Hc=function(e){return this.Ld().Hc(e)},l.Ic=function(e){return this.Ld().Ic(e)},l.dc=function(){return this.Ld().b.dc()},l.Kc=function(){return this.Ld().Kc()},l.Mc=function(e){return this.Ld(),EWt()},l.gc=function(){return this.Ld().b.gc()},l.Pc=function(){return this.Ld().Pc()},l.Qc=function(e){return this.Ld().Qc(e)},D(on,"ForwardingCollection",2071),M(2078,31,t8t),l.Kc=function(){return this.Od()},l.Fc=function(e){throw nt(new Vr)},l.Gc=function(e){throw nt(new Vr)},l.Md=function(){var e;return e=this.c,e||(this.c=this.Nd())},l.$b=function(){throw nt(new Vr)},l.Hc=function(e){return e!=null&&Ky(this,e,!1)},l.Nd=function(){switch(this.gc()){case 0:return Lm(),Lm(),pht;case 1:return Lm(),new yit(Hr(this.Od().Pb()));default:return new oyt(this,this.Pc())}},l.Mc=function(e){throw nt(new Vr)},D(on,"ImmutableCollection",2078),M(727,2078,t8t,T2t),l.Kc=function(){return nk(this.a.Kc())},l.Hc=function(e){return e!=null&&this.a.Hc(e)},l.Ic=function(e){return this.a.Ic(e)},l.dc=function(){return this.a.dc()},l.Od=function(){return nk(this.a.Kc())},l.gc=function(){return this.a.gc()},l.Pc=function(){return this.a.Pc()},l.Qc=function(e){return this.a.Qc(e)},l.Ib=function(){return ec(this.a)},D(on,"ForwardingImmutableCollection",727),M(306,2078,H7),l.Kc=function(){return this.Od()},l.ed=function(){return this.Pd(0)},l.fd=function(e){return this.Pd(e)},l.jd=function(e){Q2(this,e)},l.Nc=function(){return new gn(this,16)},l.kd=function(e,n){return this.Qd(e,n)},l.bd=function(e,n){throw nt(new Vr)},l.cd=function(e,n){throw nt(new Vr)},l.Md=function(){return this},l.Fb=function(e){return K5n(this,e)},l.Hb=function(){return zgn(this)},l.dd=function(e){return e==null?-1:lmn(this,e)},l.Od=function(){return this.Pd(0)},l.Pd=function(e){return Jrt(this,e)},l.gd=function(e){throw nt(new Vr)},l.hd=function(e,n){throw nt(new Vr)},l.Qd=function(e,n){var r;return iH((r=new aYt(this),new vp(r,e,n)))};var pht;D(on,"ImmutableList",306),M(2105,306,H7),l.Kc=function(){return nk(this.Rd().Kc())},l.kd=function(e,n){return iH(this.Rd().kd(e,n))},l.Hc=function(e){return e!=null&&this.Rd().Hc(e)},l.Ic=function(e){return this.Rd().Ic(e)},l.Fb=function(e){return Ci(this.Rd(),e)},l.Xb=function(e){return yb(this,e)},l.Hb=function(){return Hi(this.Rd())},l.dd=function(e){return this.Rd().dd(e)},l.dc=function(){return this.Rd().dc()},l.Od=function(){return nk(this.Rd().Kc())},l.gc=function(){return this.Rd().gc()},l.Qd=function(e,n){return iH(this.Rd().kd(e,n))},l.Pc=function(){return this.Rd().Qc(Vt(sa,Ln,1,this.Rd().gc(),5,1))},l.Qc=function(e){return this.Rd().Qc(e)},l.Ib=function(){return ec(this.Rd())},D(on,"ForwardingImmutableList",2105),M(729,1,V7),l.vc=function(){return z2(this)},l.wc=function(e){U_(this,e)},l.ec=function(){return Sit(this)},l.yc=function(e,n,r){return Fat(this,e,n,r)},l.Cc=function(){return this.Vd()},l.$b=function(){throw nt(new Vr)},l._b=function(e){return this.xc(e)!=null},l.uc=function(e){return this.Vd().Hc(e)},l.Td=function(){return new qGt(this)},l.Ud=function(){return new HGt(this)},l.Fb=function(e){return Opn(this,e)},l.Hb=function(){return z2(this).Hb()},l.dc=function(){return this.gc()==0},l.zc=function(e,n){return gnn()},l.Bc=function(e){throw nt(new Vr)},l.Ib=function(){return y3n(this)},l.Vd=function(){return this.e?this.e:this.e=this.Ud()},l.c=null,l.d=null,l.e=null;var bve;D(on,"ImmutableMap",729),M(730,729,V7),l._b=function(e){return mWt(this,e)},l.uc=function(e){return fYt(this.b,e)},l.Sd=function(){return fue(new bnt(this))},l.Td=function(){return fue(Aee(this.b))},l.Ud=function(){return $d(),new T2t(See(this.b))},l.Fb=function(e){return dYt(this.b,e)},l.xc=function(e){return w_(this,e)},l.Hb=function(){return Hi(this.b.c)},l.dc=function(){return this.b.c.dc()},l.gc=function(){return this.b.c.gc()},l.Ib=function(){return ec(this.b.c)},D(on,"ForwardingImmutableMap",730),M(2072,2071,Mct),l.Kd=function(){return this.Wd()},l.Ld=function(){return this.Wd()},l.Nc=function(){return new gn(this,1)},l.Fb=function(e){return e===this||this.Wd().Fb(e)},l.Hb=function(){return this.Wd().Hb()},D(on,"ForwardingSet",2072),M(1085,2072,Mct,bnt),l.Kd=function(){return PE(this.a.b)},l.Ld=function(){return PE(this.a.b)},l.Hc=function(e){if(At(e,44)&&u(e,44).ld()==null)return!1;try{return hYt(PE(this.a.b),e)}catch(n){if(n=is(n),At(n,212))return!1;throw nt(n)}},l.Wd=function(){return PE(this.a.b)},l.Qc=function(e){var n;return n=fne(PE(this.a.b),e),PE(this.a.b).b.gc()<n.length&&hs(n,PE(this.a.b).b.gc(),null),n},D(on,"ForwardingImmutableMap/1",1085),M(2079,2078,yk),l.Kc=function(){return this.Od()},l.Nc=function(){return new gn(this,1)},l.Fb=function(e){return Qxt(this,e)},l.Hb=function(){return Moe(this)},D(on,"ImmutableSet",2079),M(719,2079,yk),l.Kc=function(){return nk(new Nr(this.a.b.Kc()))},l.Hc=function(e){return e!=null&&DD(this.a,e)},l.Ic=function(e){return uYt(this.a,e)},l.Hb=function(){return Hi(this.a.b)},l.dc=function(){return this.a.b.dc()},l.Od=function(){return nk(new Nr(this.a.b.Kc()))},l.gc=function(){return this.a.b.gc()},l.Pc=function(){return this.a.b.Pc()},l.Qc=function(e){return lYt(this.a,e)},l.Ib=function(){return ec(this.a.b)},D(on,"ForwardingImmutableSet",719),M(2073,2072,Gpe),l.Kd=function(){return this.b},l.Ld=function(){return this.b},l.Wd=function(){return this.b},l.Nc=function(){return new C$(this)},D(on,"ForwardingSortedSet",2073),M(543,2077,V7,AH),l.Ac=function(e){V_(this,e)},l.Cc=function(){var e;return e=this.d,new Urt(e||(this.d=new sm(this)))},l.$b=function(){AI(this)},l._b=function(e){return!!q_(this,e,qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15))))},l.uc=function(e){return Oae(this,e)},l.kc=function(){return new nJt(this,this)},l.wc=function(e){_ne(this,e)},l.xc=function(e){return Z4(this,e)},l.ec=function(){return new Grt(this)},l.zc=function(e,n){return iV(this,e,n)},l.Bc=function(e){var n;return n=q_(this,e,qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15)))),n?(f5(this,n),n.e=null,n.c=null,n.i):null},l.gc=function(){return this.i},l.xd=function(){var e;return e=this.d,new Urt(e||(this.d=new sm(this)))},l.f=0,l.g=0,l.i=0,D(on,"HashBiMap",543),M(544,1,ba),l.Nb=function(e){Da(this,e)},l.Ob=function(){return jre(this)},l.Pb=function(){var e;if(!jre(this))throw nt(new ac);return e=u(Zh(this.c),302),this.c=e.c,this.f=e,--this.d,this.Xd(e)},l.Qb=function(){if(this.e.g!=this.b)throw nt(new yh);if(!this.f)throw nt(new Fo(Qkt));f5(this.e,this.f),this.b=this.e.g,this.f=null},l.b=0,l.d=0,l.f=null,D(on,"HashBiMap/Itr",544),M(1023,544,ba,nJt),l.Xd=function(e){return new QWt(this,e)},D(on,"HashBiMap/1",1023),M(Uf,358,Act,QWt),l.ld=function(){return this.a.g},l.md=function(){return this.a.i},l.nd=function(e){var n,r,s;return r=this.a.i,s=qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15))),s==this.a.f&&($t(e)===$t(r)||e!=null&&Ci(e,r))?e:(dce(!H_(this.b.a,e,s),e),f5(this.b.a,this.a),n=new $z(this.a.g,this.a.a,e,s),AO(this.b.a,n,this.a),this.a.e=null,this.a.c=null,this.b.b=this.b.a.g,this.b.f==this.a&&(this.b.f=n),this.a=n,r)},D(on,"HashBiMap/1/MapEntry",Uf),M(246,358,{358:1,246:1,3:1,44:1},pm),l.ld=function(){return this.g},l.md=function(){return this.i},l.nd=function(e){throw nt(new Vr)},D(on,"ImmutableEntry",246),M(302,246,{358:1,302:1,246:1,3:1,44:1},$z),l.a=0,l.f=0;var bht=D(on,"HashBiMap/BiEntry",302);M(619,2077,V7,sm),l.Ac=function(e){V_(this,e)},l.Cc=function(){return new Grt(this.a)},l.$b=function(){AI(this.a)},l._b=function(e){return Oae(this.a,e)},l.kc=function(){return new rJt(this,this.a)},l.wc=function(e){Hr(e),_ne(this.a,new wnt(e))},l.xc=function(e){return Rq(this,e)},l.ec=function(){return new Urt(this)},l.zc=function(e,n){return rEn(this.a,e,n,!1)},l.Bc=function(e){var n;return n=H_(this.a,e,qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15)))),n?(f5(this.a,n),n.e=null,n.c=null,n.g):null},l.gc=function(){return this.a.i},l.xd=function(){return new Grt(this.a)},D(on,"HashBiMap/Inverse",619),M(1020,544,ba,rJt),l.Xd=function(e){return new JWt(this,e)},D(on,"HashBiMap/Inverse/1",1020),M(1021,358,Act,JWt),l.ld=function(){return this.a.i},l.md=function(){return this.a.g},l.nd=function(e){var n,r,s;return s=this.a.g,n=qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15))),n==this.a.a&&($t(e)===$t(s)||e!=null&&Ci(e,s))?e:(dce(!q_(this.b.a.a,e,n),e),f5(this.b.a.a,this.a),r=new $z(e,n,this.a.i,this.a.f),this.a=r,AO(this.b.a.a,r,null),this.b.b=this.b.a.a.g,s)},D(on,"HashBiMap/Inverse/1/InverseEntry",1021),M(620,542,il,Urt),l.Kc=function(){return new BKt(this.a.a)},l.Mc=function(e){var n;return n=H_(this.a.a,e,qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15)))),n?(f5(this.a.a,n),!0):!1},D(on,"HashBiMap/Inverse/InverseKeySet",620),M(1019,544,ba,BKt),l.Xd=function(e){return e.i},D(on,"HashBiMap/Inverse/InverseKeySet/1",1019),M(1022,1,{},wnt),l.Yd=function(e,n){Gen(this.a,e,n)},D(on,"HashBiMap/Inverse/lambda$0$Type",1022),M(618,542,il,Grt),l.Kc=function(){return new RKt(this.a)},l.Mc=function(e){var n;return n=q_(this.a,e,qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15)))),n?(f5(this.a,n),n.e=null,n.c=null,!0):!1},D(on,"HashBiMap/KeySet",618),M(1018,544,ba,RKt),l.Xd=function(e){return e.g},D(on,"HashBiMap/KeySet/1",1018),M(1123,627,uw),D(on,"HashMultimapGwtSerializationDependencies",1123),M(271,1123,uw,Nm),l.hc=function(){return new f$(zy(this.a))},l.pd=function(){return new f$(zy(this.a))},l.a=2,D(on,"HashMultimap",271),M(2097,306,H7),l.Hc=function(e){return this.Zd().Hc(e)},l.dc=function(){return this.Zd().dc()},l.gc=function(){return this.Zd().gc()},D(on,"ImmutableAsList",2097),M(2030,730,V7),l.Vd=function(){return $d(),new S6(this.a)},l.Cc=function(){return $d(),new S6(this.a)},l.xd=function(){return $d(),new S6(this.a)},D(on,"ImmutableBiMap",2030),M(2075,1,{}),D(on,"ImmutableCollection/Builder",2075),M(1035,719,yk,jKt),D(on,"ImmutableEnumSet",1035),M(980,399,q7,gZt),l.Xb=function(e){return this.a.Xb(e)},D(on,"ImmutableList/1",980),M(979,2075,{},rZt),D(on,"ImmutableList/Builder",979),M(623,204,z7,py),l.Ob=function(){return this.a.Ob()},l.Pb=function(){return u(this.a.Pb(),44).ld()},D(on,"ImmutableMap/1",623),M(1054,1,{},F),l.Kb=function(e){return u(e,44).ld()},D(on,"ImmutableMap/2methodref$getKey$Type",1054),M(1053,1,{},iZt),D(on,"ImmutableMap/Builder",1053),M(2098,2079,yk),l.Md=function(){var e;return e=this.b,e||(this.b=new Dnt(this))},l.Nd=function(){return new oyt(this,uS(this,Vt(sa,Ln,1,this.gc(),5,1)))},D(on,"ImmutableSet/CachingAsList",2098),M(2099,2098,yk),l.Kc=function(){var e;return e=z2(this.a).Od(),new py(e)},l.Nd=function(){return new Dnt(this)},l.Jc=function(e){var n,r;for(Hr(e),r=this.gc(),n=0;n<r;n++)e.Cd(u(z2(this.a).Md().Xb(n),44).ld())},l.Od=function(){var e;return e=this.b,Jrt(e||(this.b=new Dnt(this)),0)},l.Nc=function(){return vit(this.gc(),1296,new ug(this))},D(on,"IndexedImmutableSet",2099),M(1230,2099,yk,qGt),l.Kc=function(){var e;return e=z2(this.a).Od(),new py(e)},l.Hc=function(e){return this.a._b(e)},l.Jc=function(e){Hr(e),U_(this.a,new Nj(e))},l.Od=function(){var e;return e=z2(this.a).Od(),new py(e)},l.gc=function(){return this.a.gc()},l.Nc=function(){return uI(z2(this.a).Nc(),new F)},D(on,"ImmutableMapKeySet",1230),M(1231,1,{},Nj),l.Yd=function(e,n){$d(),this.a.Cd(e)},D(on,"ImmutableMapKeySet/lambda$0$Type",1231),M(1227,2078,t8t,HGt),l.Kc=function(){return new wit(this)},l.Md=function(){var e;return e=z2(this.a).Md(),new AQt(this,e)},l.Hc=function(e){return e!=null&&Lvn(new wit(this),e)},l.Od=function(){return new wit(this)},l.gc=function(){return this.a.gc()},l.Nc=function(){return uI(z2(this.a).Nc(),new R)},D(on,"ImmutableMapValues",1227),M(1228,1,{},R),l.Kb=function(e){return u(e,44).md()},D(on,"ImmutableMapValues/0methodref$getValue$Type",1228),M(637,204,z7,wit),l.Ob=function(){return this.a.Ob()},l.Pb=function(){return u(this.a.Pb(),44).md()},D(on,"ImmutableMapValues/1",637),M(1229,2097,H7,AQt),l.Zd=function(){return this.a},l.Xb=function(e){return u(this.b.Xb(e),44).md()},D(on,"ImmutableMapValues/2",1229),M(1232,1,{},ug),l.td=function(e){return cee(this.a,e)},D(on,"IndexedImmutableSet/0methodref$get$Type",1232),M(638,2097,H7,Dnt),l.Zd=function(){return this.a},l.Xb=function(e){return cee(this.a,e)},l.gc=function(){return this.a.a.gc()},D(on,"IndexedImmutableSet/1",638),M(43,1,{},q),l.Kb=function(e){return u(e,20).Kc()},l.Fb=function(e){return this===e},D(on,"Iterables/10",43),M(1055,547,O0,XZt),l.Jc=function(e){Hr(e),this.b.Jc(new ZWt(this.a,e))},l.Kc=function(){return lmt(this)},D(on,"Iterables/4",1055),M(1056,1,rr,ZWt),l.Cd=function(e){drn(this.b,this.a,e)},D(on,"Iterables/4/lambda$0$Type",1056),M(1057,547,O0,QZt),l.Jc=function(e){Hr(e),Oa(this.a,new eYt(e,this.b))},l.Kc=function(){return ir(new Zn(this.a),this.b)},D(on,"Iterables/5",1057),M(1058,1,rr,eYt),l.Cd=function(e){this.a.Cd(wQt(e))},D(on,"Iterables/5/lambda$0$Type",1058),M(1087,204,z7,mnt),l.Ob=function(){return this.a.Ob()},l.Pb=function(){return this.a.Pb()},D(on,"Iterators/1",1087),M(1088,713,z7,tYt),l.Yb=function(){for(var e;this.b.Ob();)if(e=this.b.Pb(),this.a.Lb(e))return e;return this.e=2,null},D(on,"Iterators/5",1088),M(496,1,ba),l.Nb=function(e){Da(this,e)},l.Ob=function(){return this.b.Ob()},l.Pb=function(){return this.$d(this.b.Pb())},l.Qb=function(){this.b.Qb()},D(on,"TransformedIterator",496),M(1089,496,ba,iJt),l.$d=function(e){return this.a.Kb(e)},D(on,"Iterators/6",1089),M(732,204,z7,am),l.Ob=function(){return!this.a},l.Pb=function(){if(this.a)throw nt(new ac);return this.a=!0,this.b},l.a=!1,D(on,"Iterators/9",732),M(1086,399,q7,kte),l.Xb=function(e){return this.a[this.b+e]},l.b=0;var wve;D(on,"Iterators/ArrayItr",1086),M(37,1,{37:1,51:1},nr),l.Nb=function(e){Da(this,e)},l.Ob=function(){return Sr(this)},l.Pb=function(){return lr(this)},l.Qb=function(){if(!this.c)throw nt(new Fo(Qkt));this.c.Qb(),this.c=null},D(on,"Iterators/ConcatenatedIterator",37),M(22,1,{3:1,34:1,22:1}),l.Fd=function(e){return WKt(this,u(e,22))},l.Fb=function(e){return this===e},l.Hb=function(){return km(this)},l.Ib=function(){return tit(this)},l.g=0;var Ir=D(kc,"Enum",22);M(549,22,{549:1,3:1,34:1,22:1,51:1},jQt),l.Nb=function(e){Da(this,e)},l.Ob=function(){return!1},l.Pb=function(){throw nt(new ac)},l.Qb=function(){CE(!1)};var wht,mve=Cr(on,"Iterators/EmptyModifiableIterator",549,Ir,Cun,Kin),vve;M(1907,627,uw),D(on,"LinkedHashMultimapGwtSerializationDependencies",1907),M(1908,1907,uw,rue),l.hc=function(){return new Xrt(zy(this.b))},l.$b=function(){Bq(this),ED(this.a,this.a)},l.pd=function(){return new Xrt(zy(this.b))},l.ic=function(e){return new jce(this,e,this.b)},l.kc=function(){return new myt(this)},l.lc=function(){var e;return new gn((e=this.g,u(e||(this.g=new U2t(this)),21)),17)},l.ec=function(){var e;return e=this.i,e||(this.i=new U4(this,this.c))},l.nc=function(){return new K2t(new myt(this))},l.oc=function(){var e;return uI(new gn((e=this.g,u(e||(this.g=new U2t(this)),21)),17),new X)},l.b=2,D(on,"LinkedHashMultimap",1908),M(1911,1,{},X),l.Kb=function(e){return u(e,44).md()},D(on,"LinkedHashMultimap/0methodref$getValue$Type",1911),M(834,1,ba,myt),l.Nb=function(e){Da(this,e)},l.Pb=function(){return Rgn(this)},l.Ob=function(){return this.a!=this.b.a},l.Qb=function(){CE(!!this.c),vre(this.b,this.c.g,this.c.i),this.c=null},D(on,"LinkedHashMultimap/1",834),M(227,246,{358:1,246:1,227:1,604:1,3:1,44:1},_yt),l._d=function(){return u(Zh(this.f),604)},l.ae=function(e){this.c=e},l.be=function(e){this.f=e},l.d=0;var yve=D(on,"LinkedHashMultimap/ValueEntry",227);M(1909,2068,{604:1,20:1,31:1,16:1,21:1},jce),l.Fc=function(e){var n,r,s,o,h;for(h=qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15))),n=h&this.b.length-1,o=this.b[n],r=o;r;r=r.a)if(r.d==h&&zd(r.i,e))return!1;return s=new _yt(this.c,e,h,o),QKt(this.d,s),s.f=this,this.d=s,ED(u(Zh(this.g.a.b),227),s),ED(s,this.g.a),this.b[n]=s,++this.f,++this.e,Svn(this),!0},l.$b=function(){var e,n;for(ND(this.b,null),this.f=0,e=this.a;e!=this;e=e._d())n=u(e,227),ED(u(Zh(n.b),227),u(Zh(n.e),227));this.a=this,this.d=this,++this.e},l.Hc=function(e){var n,r;for(r=qr(Qa(P0,_0(qr(Qa(e==null?0:Hi(e),N0)),15))),n=this.b[r&this.b.length-1];n;n=n.a)if(n.d==r&&zd(n.i,e))return!0;return!1},l.Jc=function(e){var n;for(Hr(e),n=this.a;n!=this;n=n._d())e.Cd(u(n,227).i)},l._d=function(){return this.a},l.Kc=function(){return new gee(this)},l.Mc=function(e){return xde(this,e)},l.ae=function(e){this.d=e},l.be=function(e){this.a=e},l.gc=function(){return this.f},l.e=0,l.f=0,D(on,"LinkedHashMultimap/ValueSet",1909),M(1910,1,ba,gee),l.Nb=function(e){Da(this,e)},l.Ob=function(){return qvt(this),this.b!=this.c},l.Pb=function(){var e,n;if(qvt(this),this.b==this.c)throw nt(new ac);return e=u(this.b,227),n=e.i,this.d=e,this.b=u(Zh(e.f),604),n},l.Qb=function(){qvt(this),CE(!!this.d),xde(this.c,this.d.i),this.a=this.c.e,this.d=null},l.a=0,D(on,"LinkedHashMultimap/ValueSet/1",1910),M(780,2084,uw,nQt),l.Zb=function(){var e;return e=this.f,e||(this.f=new Cwt(this))},l.Fb=function(e){return wat(this,e)},l.cc=function(e){return new Znt(this,e)},l.fc=function(e){return M3t(this,e)},l.$b=function(){Xte(this)},l._b=function(e){return cYt(this,e)},l.ac=function(){return new Cwt(this)},l.bc=function(){return new Bj(this)},l.qc=function(e){return new Znt(this,e)},l.dc=function(){return!this.a},l.rc=function(e){return M3t(this,e)},l.gc=function(){return this.d},l.c=0,l.d=0,D(on,"LinkedListMultimap",780),M(56,31,U7),l.jd=function(e){Q2(this,e)},l.Nc=function(){return new gn(this,16)},l.bd=function(e,n){throw nt(new up("Add not supported on this list"))},l.Fc=function(e){return this.bd(this.gc(),e),!0},l.cd=function(e,n){var r,s,o;for(Wn(n),r=!1,o=n.Kc();o.Ob();)s=o.Pb(),this.bd(e++,s),r=!0;return r},l.$b=function(){this.ce(0,this.gc())},l.Fb=function(e){return I6t(this,e)},l.Hb=function(){return q4t(this)},l.dd=function(e){return ooe(this,e)},l.Kc=function(){return new $r(this)},l.ed=function(){return this.fd(0)},l.fd=function(e){return new _a(this,e)},l.gd=function(e){throw nt(new up("Remove not supported on this list"))},l.ce=function(e,n){var r,s;for(s=this.fd(e),r=e;r<n;++r)s.Pb(),s.Qb()},l.hd=function(e,n){throw nt(new up("Set not supported on this list"))},l.kd=function(e,n){return new vp(this,e,n)},l.j=0,D(mr,"AbstractList",56),M(2062,56,U7),l.bd=function(e,n){kE(this,e,n)},l.cd=function(e,n){return $ce(this,e,n)},l.Xb=function(e){return Nh(this,e)},l.Kc=function(){return this.fd(0)},l.gd=function(e){return bot(this,e)},l.hd=function(e,n){var r,s;r=this.fd(e);try{return s=r.Pb(),r.Wb(n),s}catch(o){throw o=is(o),At(o,112)?nt(new No("Can't set element "+e)):nt(o)}},D(mr,"AbstractSequentialList",2062),M(646,2062,U7,Znt),l.fd=function(e){return aJt(this,e)},l.gc=function(){var e;return e=u(tr(this.a.b,this.b),260),e?e.a:0},D(on,"LinkedListMultimap/1",646),M(1316,2068,il,Bj),l.Hc=function(e){return cYt(this.a,e)},l.Kc=function(){return new Coe(this.a)},l.Mc=function(e){return!M3t(this.a,e).a.dc()},l.gc=function(){return zC(this.a.b)},D(on,"LinkedListMultimap/1KeySetImpl",1316),M(1315,1,ba,Coe),l.Nb=function(e){Da(this,e)},l.Ob=function(){return Hvt(this),!!this.c},l.Pb=function(){if(Hvt(this),!this.c)throw nt(new ac);this.a=this.c,qs(this.d,this.a.a);do this.c=this.c.b;while(this.c&&!qs(this.d,this.c.a));return this.a.a},l.Qb=function(){Hvt(this),CE(!!this.a),Ez(new Nst(this.e,this.a.a)),this.a=null,this.b=this.e.c},l.b=0,D(on,"LinkedListMultimap/DistinctKeyIterator",1315),M(260,1,{260:1},Fyt),l.a=0,D(on,"LinkedListMultimap/KeyList",260),M(511,358,{358:1,511:1,44:1},nYt),l.ld=function(){return this.a},l.md=function(){return this.f},l.nd=function(e){var n;return n=this.f,this.f=e,n},D(on,"LinkedListMultimap/Node",511),M(566,1,I0,Nst,Dfe),l.Nb=function(e){Da(this,e)},l.Rb=function(e){this.e=fkt(this.f,this.b,e,this.c),++this.d,this.a=null},l.Ob=function(){return!!this.c},l.Sb=function(){return!!this.e},l.Pb=function(){return G3t(this)},l.Tb=function(){return this.d},l.Ub=function(){return dae(this)},l.Vb=function(){return this.d-1},l.Qb=function(){CE(!!this.a),this.a!=this.c?(this.e=this.a.e,--this.d):this.c=this.a.c,Vxn(this.f,this.a),this.a=null},l.Wb=function(e){Cmt(!!this.a),this.a.f=e},l.d=0,D(on,"LinkedListMultimap/ValueForKeyIterator",566),M(1031,56,U7),l.bd=function(e,n){this.a.bd(e,n)},l.cd=function(e,n){return this.a.cd(e,n)},l.Hc=function(e){return this.a.Hc(e)},l.Xb=function(e){return this.a.Xb(e)},l.gd=function(e){return this.a.gd(e)},l.hd=function(e,n){return this.a.hd(e,n)},l.gc=function(){return this.a.gc()},D(on,"Lists/AbstractListWrapper",1031),M(1032,1031,Wpe),D(on,"Lists/RandomAccessListWrapper",1032),M(1034,1032,Wpe,aYt),l.fd=function(e){return this.a.fd(e)},D(on,"Lists/1",1034),M(441,56,{441:1,20:1,31:1,56:1,16:1,15:1},pwt),l.bd=function(e,n){this.a.bd(ME(this,e),n)},l.$b=function(){this.a.$b()},l.Xb=function(e){return this.a.Xb(wyt(this,e))},l.Kc=function(){return Jne(this,0)},l.fd=function(e){return Jne(this,e)},l.gd=function(e){return this.a.gd(wyt(this,e))},l.ce=function(e,n){(Are(e,n,this.a.gc()),Oh(this.a.kd(ME(this,n),ME(this,e)))).$b()},l.hd=function(e,n){return this.a.hd(wyt(this,e),n)},l.gc=function(){return this.a.gc()},l.kd=function(e,n){return Are(e,n,this.a.gc()),Oh(this.a.kd(ME(this,n),ME(this,e)))},D(on,"Lists/ReverseList",441),M(1030,441,{441:1,20:1,31:1,56:1,16:1,15:1,59:1},$Kt),D(on,"Lists/RandomAccessReverseList",1030),M(1033,1,I0,rYt),l.Nb=function(e){Da(this,e)},l.Rb=function(e){this.c.Rb(e),this.c.Ub(),this.a=!1},l.Ob=function(){return this.c.Sb()},l.Sb=function(){return this.c.Ob()},l.Pb=function(){if(!this.c.Sb())throw nt(new ac);return this.a=!0,this.c.Ub()},l.Tb=function(){return ME(this.b,this.c.Tb())},l.Ub=function(){if(!this.c.Ob())throw nt(new ac);return this.a=!0,this.c.Pb()},l.Vb=function(){return ME(this.b,this.c.Tb())-1},l.Qb=function(){CE(this.a),this.c.Qb(),this.a=!1},l.Wb=function(e){Cmt(this.a),this.c.Wb(e)},l.a=!1,D(on,"Lists/ReverseList/1",1033),M(440,496,ba,FC),l.$d=function(e){return T$(e)},D(on,"Maps/1",440),M(712,496,ba,K2t),l.$d=function(e){return u(e,44).md()},D(on,"Maps/2",712),M(975,496,ba,sJt),l.$d=function(e){return new pm(e,lQt(this.a,e))},D(on,"Maps/3",975),M(972,2069,il,wD),l.Jc=function(e){Qen(this.a,e)},l.Kc=function(){return this.a.kc()},l.Rc=function(){return this.a},l.Nc=function(){return this.a.lc()},D(on,"Maps/IteratorBasedAbstractMap/1",972),M(973,1,{},Rj),l.Yd=function(e,n){this.a.Cd(e)},D(on,"Maps/KeySet/lambda$0$Type",973),M(971,31,o3,oYt),l.$b=function(){this.a.$b()},l.Hc=function(e){return this.a.uc(e)},l.Jc=function(e){Hr(e),this.a.wc(new bD(e))},l.dc=function(){return this.a.dc()},l.Kc=function(){return new K2t(this.a.vc().Kc())},l.Mc=function(e){var n,r;try{return Ky(this,e,!0)}catch(s){if(s=is(s),At(s,48)){for(r=this.a.vc().Kc();r.Ob();)if(n=u(r.Pb(),44),zd(e,n.md()))return this.a.Bc(n.ld()),!0;return!1}else throw nt(s)}},l.gc=function(){return this.a.gc()},D(on,"Maps/Values",971),M(974,1,{},bD),l.Yd=function(e,n){this.a.Cd(n)},D(on,"Maps/Values/lambda$0$Type",974),M(752,2085,iv,Cwt),l.xc=function(e){return this.a._b(e)?this.a.cc(e):null},l.Bc=function(e){return this.a._b(e)?this.a.fc(e):null},l.$b=function(){this.a.$b()},l._b=function(e){return this.a._b(e)},l.Ec=function(){return new d6(this)},l.Dc=function(){return this.Ec()},l.dc=function(){return this.a.dc()},l.ec=function(){return this.a.ec()},l.gc=function(){return this.a.ec().gc()},D(on,"Multimaps/AsMap",752),M(1134,2069,il,d6),l.Kc=function(){return bin(this.a.a.ec(),new rE(this))},l.Rc=function(){return this.a},l.Mc=function(e){var n;return Vue(this,e)?(n=u(Zh(u(e,44)),44),ann(this.a,n.ld()),!0):!1},D(on,"Multimaps/AsMap/EntrySet",1134),M(1138,1,{},rE),l.Kb=function(e){return lQt(this,e)},l.Fb=function(e){return this===e},D(on,"Multimaps/AsMap/EntrySet/1",1138),M(552,2087,{552:1,849:1,20:1,31:1,16:1},vnt),l.$b=function(){Bq(this.a)},l.Hc=function(e){return wWt(this.a,e)},l.Jc=function(e){Hr(e),Oa(S_(this.a),new $j(e))},l.Kc=function(){return new FC(S_(this.a).a.kc())},l.gc=function(){return this.a.d},l.Nc=function(){return uI(S_(this.a).Nc(),new rt)},D(on,"Multimaps/Keys",552),M(1136,1,{},rt),l.Kb=function(e){return u(e,44).ld()},D(on,"Multimaps/Keys/0methodref$getKey$Type",1136),M(1135,496,ba,zKt),l.$d=function(e){return new jj(u(e,44))},D(on,"Multimaps/Keys/1",1135),M(2088,1,{425:1}),l.Fb=function(e){var n;return At(e,503)?(n=u(e,425),u(this.a.md(),16).gc()==u(n.a.md(),16).gc()&&zd(this.a.ld(),n.a.ld())):!1},l.Hb=function(){var e;return e=this.a.ld(),(e==null?0:Hi(e))^u(this.a.md(),16).gc()},l.Ib=function(){var e,n;return n=d_(this.a.ld()),e=u(this.a.md(),16).gc(),e==1?n:n+" x "+e},D(on,"Multisets/AbstractEntry",2088),M(503,2088,{503:1,425:1},jj),D(on,"Multimaps/Keys/1/1",503),M(1137,1,rr,$j),l.Cd=function(e){this.a.Cd(u(e,44).ld())},D(on,"Multimaps/Keys/lambda$1$Type",1137),M(1140,1,rr,at),l.Cd=function(e){jcn(u(e,425))},D(on,"Multiset/lambda$0$Type",1140),M(753,1,rr,zj),l.Cd=function(e){T0n(this.a,u(e,425))},D(on,"Multiset/lambda$1$Type",753),M(1141,1,{},ut),D(on,"Multisets/0methodref$add$Type",1141),M(754,1,{},pt),l.Kb=function(e){return Kfn(u(e,425))},D(on,"Multisets/lambda$1$Type",754),M(2106,1,WO),D(on,"RangeGwtSerializationDependencies",2106),M(521,2106,{178:1,521:1,3:1,46:1},W5t),l.Lb=function(e){return Fte(this,u(e,34))},l.Mb=function(e){return Fte(this,u(e,34))},l.Fb=function(e){var n;return At(e,521)?(n=u(e,521),rxt(this.a,n.a)&&rxt(this.b,n.b)):!1},l.Hb=function(){return this.a.Hb()*31+this.b.Hb()},l.Ib=function(){return tie(this.a,this.b)},D(on,"Range",521),M(654,2097,H7,oyt),l.fd=function(e){return Jrt(this.b,e)},l.Zd=function(){return this.a},l.Xb=function(e){return yb(this.b,e)},l.Pd=function(e){return Jrt(this.b,e)},D(on,"RegularImmutableAsList",654),M(656,2105,H7,est),l.Rd=function(){return this.a},D(on,"RegularImmutableList",656),M(548,730,V7,W2t,Y2t),D(on,"RegularImmutableMap",548),M(731,719,yk,kwt);var HTt;D(on,"RegularImmutableSet",731),M(2074,od,il),l.Kc=function(){return new Lyt(this.a,this.b)},l.Fc=function(e){throw nt(new Vr)},l.Gc=function(e){throw nt(new Vr)},l.$b=function(){throw nt(new Vr)},l.Mc=function(e){throw nt(new Vr)},D(on,"Sets/SetView",2074),M(976,2074,il,sYt),l.Kc=function(){return new Lyt(this.a,this.b)},l.Hc=function(e){return kit(this.a,e)&&this.b.Hc(e)},l.Ic=function(e){return QI(this.a,e)&&this.b.Ic(e)},l.dc=function(){return Ale(this.b,this.a)},l.Lc=function(){return Ai(new ln(null,new gn(this.a,1)),new Mc(this.b))},l.gc=function(){return WI(this)},l.Oc=function(){return Ai(new ln(null,new gn(this.a,1)),new ynt(this.b))},D(on,"Sets/2",976),M(977,1,Kr,ynt),l.Mb=function(e){return this.a.Hc(e)},D(on,"Sets/2/0methodref$contains$Type",977),M(714,713,z7,Lyt),l.Yb=function(){for(var e;gmt(this.a);)if(e=F_(this.a),this.c.Hc(e))return e;return this.e=2,null},D(on,"Sets/2/1",714),M(978,1,Kr,Mc),l.Mb=function(e){return this.a.Hc(e)},D(on,"Sets/2/1methodref$contains$Type",978),M(616,2073,{616:1,3:1,20:1,16:1,277:1,21:1,87:1},mne),l.Kd=function(){return this.b},l.Ld=function(){return this.b},l.Wd=function(){return this.b},l.Jc=function(e){this.a.Jc(e)},l.Lc=function(){return this.a.Lc()},l.Oc=function(){return this.a.Oc()},D(on,"Sets/UnmodifiableNavigableSet",616),M(2031,2030,V7,kee),l.Vd=function(){return $d(),new S6(this.a)},l.Cc=function(){return $d(),new S6(this.a)},l.xd=function(){return $d(),new S6(this.a)},D(on,"SingletonImmutableBiMap",2031),M(657,2105,H7,yit),l.Rd=function(){return this.a},D(on,"SingletonImmutableList",657),M(363,2079,yk,S6),l.Kc=function(){return new am(this.a)},l.Hc=function(e){return Ci(this.a,e)},l.Od=function(){return new am(this.a)},l.gc=function(){return 1},D(on,"SingletonImmutableSet",363),M(1148,1,{},yt),l.Kb=function(e){return u(e,159)},D(on,"Streams/lambda$0$Type",1148),M(1149,1,wV,qj),l.de=function(){ndn(this.a)},D(on,"Streams/lambda$1$Type",1149),M(1725,1724,uw,nne),l.Zb=function(){var e;return e=this.f,u(u(e||(this.f=At(this.c,139)?new b_(this,u(this.c,139)):At(this.c,133)?new nI(this,u(this.c,133)):new bE(this,this.c)),133),139)},l.hc=function(){return new dp(this.b)},l.pd=function(){return new dp(this.b)},l.ec=function(){var e;return e=this.i,u(u(e||(this.i=At(this.c,139)?new pE(this,u(this.c,139)):At(this.c,133)?new MD(this,u(this.c,133)):new U4(this,this.c)),87),277)},l.ac=function(){return At(this.c,139)?new b_(this,u(this.c,139)):At(this.c,133)?new nI(this,u(this.c,133)):new bE(this,this.c)},l.ic=function(e){return e==null&&this.a.Ne(e,e),new dp(this.b)},D(on,"TreeMultimap",1725),M(82,1,{3:1,82:1}),l.ee=function(e){return new Error(e)},l.fe=function(){return this.e},l.ge=function(){var e,n,r;for(r=(this.k==null&&(this.k=Vt(mht,le,82,0,0,1)),this.k),n=Vt(sa,Ln,1,r.length,5,1),e=0;e<r.length;e++)n[e]=r[e].e;return n},l.he=function(){return this.f},l.ie=function(){return this.g},l.je=function(){nnn(this,Ffn(this.ee(Xz(this,this.g)))),VGt(this)},l.Ib=function(){return Xz(this,this.ie())},l.e=Ype,l.i=!1,l.n=!0;var mht=D(kc,"Throwable",82);M(103,82,{3:1,103:1,82:1}),D(kc,"Exception",103),M(63,103,Ig,F2,oc),D(kc,"RuntimeException",63),M(607,63,Ig),D(kc,"JsException",607),M(875,607,Ig),D(ZO,"JavaScriptExceptionBase",875),M(485,875,{485:1,3:1,103:1,63:1,82:1},nue),l.ie=function(){return Qvn(this),this.c},l.ke=function(){return $t(this.b)===$t(VTt)?null:this.b};var VTt;D(n8t,"JavaScriptException",485);var xve=D(n8t,"JavaScriptObject$",0),vht;M(2047,1,{}),D(n8t,"Scheduler",2047);var _U=0,kve=0,SU=-1;M(902,2047,{},mt);var UTt;D(ZO,"SchedulerImpl",902);var yht;M(2058,1,{}),D(ZO,"StackTraceCreator/Collector",2058),M(876,2058,{},gt),l.le=function(e){var n={},r=[];e[Oct]=r;for(var s=arguments.callee.caller;s;){var o=(BE(),s.name||(s.name=B0n(s.toString())));r.push(o);var h=":"+o,d=n[h];if(d){var m,k;for(m=0,k=d.length;m<k;m++)if(d[m]===s)return}(d||(n[h]=[])).push(s),s=s.caller}},l.me=function(e){var n,r,s,o;for(s=(BE(),e&&e[Oct]?e[Oct]:[]),r=s.length,o=Vt(s9t,le,319,r,0,1),n=0;n<r;n++)o[n]=new Kit(s[n],null,-1);return o},D(ZO,"StackTraceCreator/CollectorLegacy",876),M(2059,2058,{}),l.le=function(e){},l.ne=function(e,n,r,s){return new Kit(n,e+"@"+s,r<0?-1:r)},l.me=function(e){var n,r,s,o,h,d;if(o=Tmn(e),h=Vt(s9t,le,319,0,0,1),n=0,s=o.length,s==0)return h;for(d=Zge(this,o[0]),hn(d.d,Ict)||(h[n++]=d),r=1;r<s;r++)h[n++]=Zge(this,o[r]);return h},D(ZO,"StackTraceCreator/CollectorModern",2059),M(877,2059,{},ht),l.ne=function(e,n,r,s){return new Kit(n,e,-1)},D(ZO,"StackTraceCreator/CollectorModernNoSourceMap",877),M(1064,1,{}),D(i8t,Jpe,1064),M(624,1064,{624:1},oee);var GTt;D(Jct,Jpe,624),M(2101,1,{}),D(i8t,Zpe,2101),M(2102,2101,{}),D(Jct,Zpe,2102),M(1120,1,{},bt);var cA;D(Jct,"LocaleInfo",1120),M(2027,1,{},Z),l.a=0,D(Jct,"TimeZone",2027),M(1293,2102,{},ft),D("com.google.gwt.i18n.client.impl.cldr","DateTimeFormatInfoImpl",1293),M(443,1,{443:1},jZt),l.a=!1,l.b=0,D(i8t,"DateTimeFormat/PatternPart",443),M(206,1,tbe,b$,R4t,Kmt),l.Fd=function(e){return Dfn(this,u(e,206))},l.Fb=function(e){return At(e,206)&&mm(Oc(this.q.getTime()),Oc(u(e,206).q.getTime()))},l.Hb=function(){var e;return e=Oc(this.q.getTime()),qr(hst(e,Eb(e,32)))},l.Ib=function(){var e,n,r;return r=-this.q.getTimezoneOffset(),e=(r>=0?"+":"")+(r/60|0),n=Q$(b.Math.abs(r)%60),(efe(),Nve)[this.q.getDay()]+" "+Fve[this.q.getMonth()]+" "+Q$(this.q.getDate())+" "+Q$(this.q.getHours())+":"+Q$(this.q.getMinutes())+":"+Q$(this.q.getSeconds())+" GMT"+e+n+" "+this.q.getFullYear()};var AU=D(mr,"Date",206);M(2015,206,tbe,The),l.a=!1,l.b=0,l.c=0,l.d=0,l.e=0,l.f=0,l.g=!1,l.i=0,l.j=0,l.k=0,l.n=0,l.o=0,l.p=0,D("com.google.gwt.i18n.shared.impl","DateRecord",2015),M(2064,1,{}),l.pe=function(){return null},l.qe=function(){return null},l.re=function(){return null},l.se=function(){return null},l.te=function(){return null},D(kk,"JSONValue",2064),M(221,2064,{221:1},lg,Hj),l.Fb=function(e){return At(e,221)?Wyt(this.a,u(e,221).a):!1},l.oe=function(){return jen},l.Hb=function(){return Byt(this.a)},l.pe=function(){return this},l.Ib=function(){var e,n,r;for(r=new Jl("["),n=0,e=this.a.length;n<e;n++)n>0&&(r.a+=","),Zc(r,$y(this,n));return r.a+="]",r.a},D(kk,"JSONArray",221),M(492,2064,{492:1},Vj),l.oe=function(){return $en},l.qe=function(){return this},l.Ib=function(){return Nn(),""+this.a},l.a=!1;var Eve,Tve;D(kk,"JSONBoolean",492),M(997,63,Ig,qKt),D(kk,"JSONException",997),M(1036,2064,{},Y),l.oe=function(){return zen},l.Ib=function(){return Hu};var Cve;D(kk,"JSONNull",1036),M(263,2064,{263:1},_C),l.Fb=function(e){return At(e,263)?this.a==u(e,263).a:!1},l.oe=function(){return Ben},l.Hb=function(){return O6(this.a)},l.re=function(){return this},l.Ib=function(){return this.a+""},l.a=0,D(kk,"JSONNumber",263),M(190,2064,{190:1},T6,g6),l.Fb=function(e){return At(e,190)?Wyt(this.a,u(e,190).a):!1},l.oe=function(){return Ren},l.Hb=function(){return Byt(this.a)},l.se=function(){return this},l.Ib=function(){var e,n,r,s,o,h,d;for(d=new Jl("{"),e=!0,h=tat(this,Vt(Ne,le,2,0,6,1)),r=h,s=0,o=r.length;s<o;++s)n=r[s],e?e=!1:d.a+=ro,ni(d,w1e(n)),d.a+=":",Zc(d,bg(this,n));return d.a+="}",d.a},D(kk,"JSONObject",190),M(605,od,il,trt),l.Hc=function(e){return pa(e)&&ynn(this.a,Gr(e))},l.Kc=function(){return new $r(new hl(this.b))},l.gc=function(){return this.b.length},D(kk,"JSONObject/1",605);var xht;M(211,2064,{211:1},Oy),l.Fb=function(e){return At(e,211)?hn(this.a,u(e,211).a):!1},l.oe=function(){return Fen},l.Hb=function(){return Cp(this.a)},l.te=function(){return this},l.Ib=function(){return w1e(this.a)},D(kk,"JSONString",211);var Wb,KTt,_ve,WTt,YTt;M(2060,1,{533:1}),D(s8t,"OutputStream",2060),M(2061,2060,{533:1}),D(s8t,"FilterOutputStream",2061),M(878,2061,{533:1},Nt),D(s8t,"PrintStream",878),M(427,1,{483:1}),l.Ib=function(){return this.a},D(kc,"AbstractStringBuilder",427),M(538,63,Ig,o$),D(kc,"ArithmeticException",538),M(77,63,Zct,S2t,No),D(kc,"IndexOutOfBoundsException",77),M(333,77,{3:1,333:1,103:1,77:1,63:1,82:1},F2t,ewt),D(kc,"ArrayIndexOutOfBoundsException",333),M(537,63,Ig,Int,YKt),D(kc,"ArrayStoreException",537),M(295,82,ebe,Unt),D(kc,"Error",295),M(200,295,ebe,_2t,v3t),D(kc,"AssertionError",200),dve={3:1,484:1,34:1};var Yb,dT,Es=D(kc,"Boolean",484);M(242,1,{3:1,242:1});var XTt;D(kc,"Number",242),M(222,242,{3:1,222:1,34:1,242:1},Li),l.Fd=function(e){return wnn(this,u(e,222))},l.ue=function(){return this.a},l.Fb=function(e){return At(e,222)&&u(e,222).a==this.a},l.Hb=function(){return this.a},l.Ib=function(){return""+this.a},l.a=0;var Ok=D(kc,"Byte",222),QTt;M(180,1,{3:1,180:1,34:1},mi),l.Fd=function(e){return mnn(this,u(e,180))},l.Fb=function(e){return At(e,180)&&u(e,180).a==this.a},l.Hb=function(){return this.a},l.Ib=function(){return String.fromCharCode(this.a)},l.a=0;var JTt,uA=D(kc,"Character",180),ZTt;M(212,63,{3:1,212:1,103:1,63:1,82:1},UGt,uE),D(kc,"ClassCastException",212),gve={3:1,34:1,345:1,242:1};var zs=D(kc,"Double",345);M(161,242,{3:1,34:1,161:1,242:1},ys,A2t),l.Fd=function(e){return Irn(this,u(e,161))},l.ue=function(){return this.a},l.Fb=function(e){return At(e,161)&&hZt(this.a,u(e,161).a)},l.Hb=function(){return Xs(this.a)},l.Ib=function(){return""+this.a},l.a=0;var gT=D(kc,"Float",161);M(33,63,{3:1,103:1,33:1,63:1,82:1},TD,zn,Uce),D(kc,"IllegalArgumentException",33),M(73,63,Ig,Yu,Fo),D(kc,"IllegalStateException",73),M(17,242,{3:1,34:1,17:1,242:1},wr),l.Fd=function(e){return amt(this,u(e,17))},l.ue=function(){return this.a},l.Fb=function(e){return At(e,17)&&u(e,17).a==this.a},l.Hb=function(){return this.a},l.Ib=function(){return""+this.a},l.a=0;var Na=D(kc,"Integer",17),t9t,Sve;M(168,242,{3:1,34:1,168:1,242:1},Ar),l.Fd=function(e){return Drn(this,u(e,168))},l.ue=function(){return W2(this.a)},l.Fb=function(e){return At(e,168)&&mm(u(e,168).a,this.a)},l.Hb=function(){return Msn(this.a)},l.Ib=function(){return""+E_(this.a)},l.a=0;var dv=D(kc,"Long",168),e9t;M(2140,1,{}),M(1904,63,Ig,XKt),D(kc,"NegativeArraySizeException",1904),M(169,607,{3:1,103:1,169:1,63:1,82:1},y6,C6),l.ee=function(e){return new TypeError(e)},D(kc,"NullPointerException",169);var n9t,kht,Ave,r9t;M(130,33,{3:1,103:1,33:1,130:1,63:1,82:1},Nd),D(kc,"NumberFormatException",130),M(191,242,{3:1,34:1,242:1,191:1},ci),l.Fd=function(e){return vnn(this,u(e,191))},l.ue=function(){return this.a},l.Fb=function(e){return At(e,191)&&u(e,191).a==this.a},l.Hb=function(){return this.a},l.Ib=function(){return""+this.a},l.a=0;var gv=D(kc,"Short",191),i9t;M(319,1,{3:1,319:1},Kit),l.Fb=function(e){var n;return At(e,319)?(n=u(e,319),this.c==n.c&&this.d==n.d&&this.a==n.a&&this.b==n.b):!1},l.Hb=function(){return iO(ot(st(sa,1),Ln,1,5,[fe(this.c),this.a,this.d,this.b]))},l.Ib=function(){return this.a+"."+this.d+"("+(this.b!=null?this.b:"Unknown Source")+(this.c>=0?":"+this.c:"")+")"},l.c=0;var s9t=D(kc,"StackTraceElement",319);pve={3:1,483:1,34:1,2:1};var Ne=D(kc,e8t,2);M(111,427,{483:1},hp,jC,Jh),D(kc,"StringBuffer",111),M(104,427,{483:1},pb,L4,Jl),D(kc,"StringBuilder",104),M(702,77,Zct,twt),D(kc,"StringIndexOutOfBoundsException",702),M(2145,1,{});var Lve;M(48,63,{3:1,103:1,63:1,82:1,48:1},Vr,up),D(kc,"UnsupportedOperationException",48),M(247,242,{3:1,34:1,242:1,247:1},cO,hwt),l.Fd=function(e){return Y0e(this,u(e,247))},l.ue=function(){return Jy(Ege(this))},l.Fb=function(e){var n;return this===e?!0:At(e,247)?(n=u(e,247),this.e==n.e&&Y0e(this,n)==0):!1},l.Hb=function(){var e;return this.b!=0?this.b:this.a<54?(e=Oc(this.f),this.b=qr(ia(e,-1)),this.b=33*this.b+qr(ia(_m(e,32),-1)),this.b=17*this.b+Xs(this.e),this.b):(this.b=17*oue(this.c)+Xs(this.e),this.b)},l.Ib=function(){return Ege(this)},l.a=0,l.b=0,l.d=0,l.e=0,l.f=0;var Mve,xw,a9t,o9t,c9t,u9t,l9t,h9t,Eht=D("java.math","BigDecimal",247);M(92,242,{3:1,34:1,242:1,92:1},vg,Zne,H2,cle,xb),l.Fd=function(e){return ile(this,u(e,92))},l.ue=function(){return Jy(Cct(this,0))},l.Fb=function(e){return C5t(this,e)},l.Hb=function(){return oue(this)},l.Ib=function(){return Cct(this,0)},l.b=-2,l.c=0,l.d=0,l.e=0;var Dve,LU,Ive,Tht,MU,lA,D5=D("java.math","BigInteger",92),Ove,Pve,Pk,hA;M(497,2065,iv),l.$b=function(){dl(this)},l._b=function(e){return Eu(this,e)},l.uc=function(e){return qce(this,e,this.i)||qce(this,e,this.f)},l.vc=function(){return new ps(this)},l.xc=function(e){return tr(this,e)},l.zc=function(e,n){return di(this,e,n)},l.Bc=function(e){return tk(this,e)},l.gc=function(){return zC(this)},l.g=0,D(mr,"AbstractHashMap",497),M(267,od,il,ps),l.$b=function(){this.a.$b()},l.Hc=function(e){return Lre(this,e)},l.Kc=function(){return new Z2(this.a)},l.Mc=function(e){var n;return Lre(this,e)?(n=u(e,44).ld(),this.a.Bc(n),!0):!1},l.gc=function(){return this.a.gc()},D(mr,"AbstractHashMap/EntrySet",267),M(268,1,ba,Z2),l.Nb=function(e){Da(this,e)},l.Pb=function(){return Vm(this)},l.Ob=function(){return this.b},l.Qb=function(){iae(this)},l.b=!1,l.d=0,D(mr,"AbstractHashMap/EntrySetIterator",268),M(426,1,ba,$r),l.Nb=function(e){Da(this,e)},l.Ob=function(){return irt(this)},l.Pb=function(){return Iyt(this)},l.Qb=function(){Ul(this)},l.b=0,l.c=-1,D(mr,"AbstractList/IteratorImpl",426),M(98,426,I0,_a),l.Qb=function(){Ul(this)},l.Rb=function(e){Ly(this,e)},l.Sb=function(){return this.b>0},l.Tb=function(){return this.b},l.Ub=function(){return cr(this.b>0),this.a.Xb(this.c=--this.b)},l.Vb=function(){return this.b-1},l.Wb=function(e){Sy(this.c!=-1),this.a.hd(this.c,e)},D(mr,"AbstractList/ListIteratorImpl",98),M(244,56,U7,vp),l.bd=function(e,n){Fy(e,this.b),this.c.bd(this.a+e,n),++this.b},l.Xb=function(e){return mn(e,this.b),this.c.Xb(this.a+e)},l.gd=function(e){var n;return mn(e,this.b),n=this.c.gd(this.a+e),--this.b,n},l.hd=function(e,n){return mn(e,this.b),this.c.hd(this.a+e,n)},l.gc=function(){return this.b},l.a=0,l.b=0,D(mr,"AbstractList/SubList",244),M(266,od,il,ui),l.$b=function(){this.a.$b()},l.Hc=function(e){return this.a._b(e)},l.Kc=function(){var e;return e=this.a.vc().Kc(),new Xi(e)},l.Mc=function(e){return this.a._b(e)?(this.a.Bc(e),!0):!1},l.gc=function(){return this.a.gc()},D(mr,"AbstractMap/1",266),M(541,1,ba,Xi),l.Nb=function(e){Da(this,e)},l.Ob=function(){return this.a.Ob()},l.Pb=function(){var e;return e=u(this.a.Pb(),44),e.ld()},l.Qb=function(){this.a.Qb()},D(mr,"AbstractMap/1/1",541),M(231,31,o3,li),l.$b=function(){this.a.$b()},l.Hc=function(e){return this.a.uc(e)},l.Kc=function(){var e;return e=this.a.vc().Kc(),new qi(e)},l.gc=function(){return this.a.gc()},D(mr,"AbstractMap/2",231),M(300,1,ba,qi),l.Nb=function(e){Da(this,e)},l.Ob=function(){return this.a.Ob()},l.Pb=function(){var e;return e=u(this.a.Pb(),44),e.md()},l.Qb=function(){this.a.Qb()},D(mr,"AbstractMap/2/1",300),M(493,1,{493:1,44:1}),l.Fb=function(e){var n;return At(e,44)?(n=u(e,44),Ic(this.d,n.ld())&&Ic(this.e,n.md())):!1},l.ld=function(){return this.d},l.md=function(){return this.e},l.Hb=function(){return z4(this.d)^z4(this.e)},l.nd=function(e){return Zmt(this,e)},l.Ib=function(){return this.d+"="+this.e},D(mr,"AbstractMap/AbstractEntry",493),M(397,493,{493:1,397:1,44:1},S$),D(mr,"AbstractMap/SimpleEntry",397),M(2082,1,nut),l.Fb=function(e){var n;return At(e,44)?(n=u(e,44),Ic(this.ld(),n.ld())&&Ic(this.md(),n.md())):!1},l.Hb=function(){return z4(this.ld())^z4(this.md())},l.Ib=function(){return this.ld()+"="+this.md()},D(mr,qpe,2082),M(2090,2065,Jkt),l.Xc=function(e){return Qnt(this.Ee(e))},l.tc=function(e){return Nie(this,e)},l._b=function(e){return tvt(this,e)},l.vc=function(){return new Ws(this)},l.Tc=function(){return Yte(this.Ge())},l.Yc=function(e){return Qnt(this.He(e))},l.xc=function(e){var n;return n=e,Uo(this.Fe(n))},l.$c=function(e){return Qnt(this.Ie(e))},l.ec=function(){return new Ao(this)},l.Vc=function(){return Yte(this.Je())},l._c=function(e){return Qnt(this.Ke(e))},D(mr,"AbstractNavigableMap",2090),M(629,od,il,Ws),l.Hc=function(e){return At(e,44)&&Nie(this.b,u(e,44))},l.Kc=function(){return this.b.De()},l.Mc=function(e){var n;return At(e,44)?(n=u(e,44),this.b.Le(n)):!1},l.gc=function(){return this.b.gc()},D(mr,"AbstractNavigableMap/EntrySet",629),M(1146,od,Zkt,Ao),l.Nc=function(){return new C$(this)},l.$b=function(){this.a.$b()},l.Hc=function(e){return tvt(this.a,e)},l.Kc=function(){var e;return e=this.a.vc().b.De(),new Ka(e)},l.Mc=function(e){return tvt(this.a,e)?(this.a.Bc(e),!0):!1},l.gc=function(){return this.a.gc()},D(mr,"AbstractNavigableMap/NavigableKeySet",1146),M(1147,1,ba,Ka),l.Nb=function(e){Da(this,e)},l.Ob=function(){return irt(this.a.a)},l.Pb=function(){var e;return e=mJt(this.a),e.ld()},l.Qb=function(){TZt(this.a)},D(mr,"AbstractNavigableMap/NavigableKeySet/1",1147),M(2103,31,o3),l.Fc=function(e){return z6(S7(this,e),K7),!0},l.Gc=function(e){return Wn(e),hI(e!=this,"Can't add a queue to itself"),Aa(this,e)},l.$b=function(){for(;zst(this)!=null;);},D(mr,"AbstractQueue",2103),M(310,31,{4:1,20:1,31:1,16:1},V4,Tre),l.Fc=function(e){return i3t(this,e),!0},l.$b=function(){l3t(this)},l.Hc=function(e){return lce(new M_(this),e)},l.dc=function(){return RC(this)},l.Kc=function(){return new M_(this)},l.Mc=function(e){return khn(new M_(this),e)},l.gc=function(){return this.c-this.b&this.a.length-1},l.Nc=function(){return new gn(this,272)},l.Qc=function(e){var n;return n=this.c-this.b&this.a.length-1,e.length<n&&(e=u$(new Array(n),e)),Eoe(this,e,n),e.length>n&&hs(e,n,null),e},l.b=0,l.c=0,D(mr,"ArrayDeque",310),M(458,1,ba,M_),l.Nb=function(e){Da(this,e)},l.Ob=function(){return this.a!=this.b},l.Pb=function(){return rH(this)},l.Qb=function(){aoe(this)},l.a=0,l.b=0,l.c=-1,D(mr,"ArrayDeque/IteratorImpl",458),M(13,56,rbe,ge,bu,fl),l.bd=function(e,n){Cm(this,e,n)},l.Fc=function(e){return pe(this,e)},l.cd=function(e,n){return Q4t(this,e,n)},l.Gc=function(e){return Hs(this,e)},l.$b=function(){wy(this.c,0)},l.Hc=function(e){return Wo(this,e,0)!=-1},l.Jc=function(e){Tu(this,e)},l.Xb=function(e){return Oe(this,e)},l.dd=function(e){return Wo(this,e,0)},l.dc=function(){return this.c.length==0},l.Kc=function(){return new J(this)},l.gd=function(e){return xp(this,e)},l.Mc=function(e){return $u(this,e)},l.ce=function(e,n){Kne(this,e,n)},l.hd=function(e,n){return Sh(this,e,n)},l.gc=function(){return this.c.length},l.jd=function(e){Ms(this,e)},l.Pc=function(){return vz(this.c)},l.Qc=function(e){return id(this,e)};var h_n=D(mr,"ArrayList",13);M(7,1,ba,J),l.Nb=function(e){Da(this,e)},l.Ob=function(){return cc(this)},l.Pb=function(){return et(this)},l.Qb=function(){C_(this)},l.a=0,l.b=-1,D(mr,"ArrayList/1",7),M(2112,b.Function,{},Dt),l.Me=function(e,n){return ji(e,n)},M(151,56,ibe,hl),l.Hc=function(e){return ooe(this,e)!=-1},l.Jc=function(e){var n,r,s,o;for(Wn(e),r=this.a,s=0,o=r.length;s<o;++s)n=r[s],e.Cd(n)},l.Xb=function(e){return ute(this,e)},l.hd=function(e,n){var r;return r=(mn(e,this.a.length),this.a[e]),hs(this.a,e,n),r},l.gc=function(){return this.a.length},l.jd=function(e){Eit(this.a,this.a.length,e)},l.Pc=function(){return mle(this,Vt(sa,Ln,1,this.a.length,5,1))},l.Qc=function(e){return mle(this,e)},D(mr,"Arrays/ArrayList",151);var so,j0,DU;M(953,56,ibe,jt),l.Hc=function(e){return!1},l.Xb=function(e){return rmt(e)},l.Kc=function(){return wn(),wE(),pT},l.ed=function(){return wn(),wE(),pT},l.gc=function(){return 0},D(mr,"Collections/EmptyList",953),M(954,1,I0,Ct),l.Nb=function(e){Da(this,e)},l.Rb=function(e){throw nt(new Vr)},l.Ob=function(){return!1},l.Sb=function(){return!1},l.Pb=function(){throw nt(new ac)},l.Tb=function(){return 0},l.Ub=function(){throw nt(new ac)},l.Vb=function(){return-1},l.Qb=function(){throw nt(new Yu)},l.Wb=function(e){throw nt(new Yu)};var pT;D(mr,"Collections/EmptyListIterator",954),M(956,2065,V7,Ft),l._b=function(e){return!1},l.uc=function(e){return!1},l.vc=function(){return wn(),DU},l.xc=function(e){return null},l.ec=function(){return wn(),DU},l.gc=function(){return 0},l.Cc=function(){return wn(),so},D(mr,"Collections/EmptyMap",956),M(955,od,yk,_t),l.Hc=function(e){return!1},l.Kc=function(){return wn(),wE(),pT},l.gc=function(){return 0},D(mr,"Collections/EmptySet",955),M(608,56,{3:1,20:1,31:1,56:1,16:1,15:1},Kn),l.Hc=function(e){return Ic(this.a,e)},l.Xb=function(e){return mn(e,1),this.a},l.gc=function(){return 1},D(mr,"Collections/SingletonList",608),M(384,1,Upe,re),l.Jc=function(e){Oa(this,e)},l.Lc=function(){return new ln(null,this.Nc())},l.Nc=function(){return new gn(this,0)},l.Oc=function(){return new ln(null,this.Nc())},l.Fc=function(e){return yWt()},l.Gc=function(e){return xWt()},l.$b=function(){kWt()},l.Hc=function(e){return DD(this,e)},l.Ic=function(e){return uYt(this,e)},l.dc=function(){return this.b.dc()},l.Kc=function(){return new Nr(this.b.Kc())},l.Mc=function(e){return EWt()},l.gc=function(){return this.b.gc()},l.Pc=function(){return this.b.Pc()},l.Qc=function(e){return lYt(this,e)},l.Ib=function(){return ec(this.b)},D(mr,"Collections/UnmodifiableCollection",384),M(383,1,ba,Nr),l.Nb=function(e){Da(this,e)},l.Ob=function(){return this.b.Ob()},l.Pb=function(){return this.b.Pb()},l.Qb=function(){TWt()},D(mr,"Collections/UnmodifiableCollectionIterator",383),M(540,384,sbe,iz),l.Nc=function(){return new gn(this,16)},l.bd=function(e,n){throw nt(new Vr)},l.cd=function(e,n){throw nt(new Vr)},l.Fb=function(e){return Ci(this.a,e)},l.Xb=function(e){return this.a.Xb(e)},l.Hb=function(){return Hi(this.a)},l.dd=function(e){return this.a.dd(e)},l.dc=function(){return this.a.dc()},l.ed=function(){return new Mmt(this.a.fd(0))},l.fd=function(e){return new Mmt(this.a.fd(e))},l.gd=function(e){throw nt(new Vr)},l.hd=function(e,n){throw nt(new Vr)},l.jd=function(e){throw nt(new Vr)},l.kd=function(e,n){return new iz(this.a.kd(e,n))},D(mr,"Collections/UnmodifiableList",540),M(705,383,I0,Mmt),l.Qb=function(){TWt()},l.Rb=function(e){throw nt(new Vr)},l.Sb=function(){return this.a.Sb()},l.Tb=function(){return this.a.Tb()},l.Ub=function(){return this.a.Ub()},l.Vb=function(){return this.a.Vb()},l.Wb=function(e){throw nt(new Vr)},D(mr,"Collections/UnmodifiableListIterator",705),M(609,1,iv,hr),l.wc=function(e){U_(this,e)},l.yc=function(e,n,r){return Fat(this,e,n,r)},l.$b=function(){throw nt(new Vr)},l._b=function(e){return this.c._b(e)},l.uc=function(e){return fYt(this,e)},l.vc=function(){return PE(this)},l.Fb=function(e){return dYt(this,e)},l.xc=function(e){return this.c.xc(e)},l.Hb=function(){return Hi(this.c)},l.dc=function(){return this.c.dc()},l.ec=function(){return Aee(this)},l.zc=function(e,n){throw nt(new Vr)},l.Bc=function(e){throw nt(new Vr)},l.gc=function(){return this.c.gc()},l.Ib=function(){return ec(this.c)},l.Cc=function(){return See(this)},D(mr,"Collections/UnmodifiableMap",609),M(396,384,Mct,lE),l.Nc=function(){return new gn(this,1)},l.Fb=function(e){return Ci(this.b,e)},l.Hb=function(){return Hi(this.b)},D(mr,"Collections/UnmodifiableSet",396),M(957,396,Mct,tWt),l.Hc=function(e){return hYt(this,e)},l.Ic=function(e){return this.b.Ic(e)},l.Kc=function(){var e;return e=this.b.Kc(),new jr(e)},l.Pc=function(){var e;return e=this.b.Pc(),aie(e,e.length),e},l.Qc=function(e){return fne(this,e)},D(mr,"Collections/UnmodifiableMap/UnmodifiableEntrySet",957),M(958,1,ba,jr),l.Nb=function(e){Da(this,e)},l.Pb=function(){return new as(u(this.a.Pb(),44))},l.Ob=function(){return this.a.Ob()},l.Qb=function(){throw nt(new Vr)},D(mr,"Collections/UnmodifiableMap/UnmodifiableEntrySet/1",958),M(703,1,nut,as),l.Fb=function(e){return this.a.Fb(e)},l.ld=function(){return this.a.ld()},l.md=function(){return this.a.md()},l.Hb=function(){return this.a.Hb()},l.nd=function(e){throw nt(new Vr)},l.Ib=function(){return ec(this.a)},D(mr,"Collections/UnmodifiableMap/UnmodifiableEntrySet/UnmodifiableEntry",703),M(610,540,{20:1,16:1,15:1,59:1},Wnt),D(mr,"Collections/UnmodifiableRandomAccessList",610),M(704,396,Gpe,Dmt),l.Nc=function(){return new C$(this)},l.Fb=function(e){return Ci(this.a,e)},l.Hb=function(){return Hi(this.a)},D(mr,"Collections/UnmodifiableSortedSet",704),M(858,1,rut,xt),l.Ne=function(e,n){var r;return r=iie(u(e,12),u(n,12)),r!=0?r:R0e(u(e,12),u(n,12))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(mr,"Comparator/lambda$0$Type",858);var f9t,Cht,d9t;M(769,1,rut,Gt),l.Ne=function(e,n){return zcn(u(e,34),u(n,34))},l.Fb=function(e){return this===e},l.Oe=function(){return Om(),d9t},D(mr,"Comparators/NaturalOrderComparator",769),M(1226,1,rut,Be),l.Ne=function(e,n){return $cn(u(e,34),u(n,34))},l.Fb=function(e){return this===e},l.Oe=function(){return Om(),Cht},D(mr,"Comparators/ReverseNaturalOrderComparator",1226),M(52,1,rut,Qn),l.Fb=function(e){return this===e},l.Ne=function(e,n){return this.a.Ne(n,e)},l.Oe=function(){return this.a},D(mr,"Comparators/ReversedComparator",52),M(175,63,Ig,yh),D(mr,"ConcurrentModificationException",175);var Nve,Fve;M(1948,1,rP,Ot),l.Pe=function(e){zue(this,e)},l.Ib=function(){return"DoubleSummaryStatistics[count = "+E_(this.a)+", avg = "+(srt(this.a,0)?T3t(this)/W2(this.a):0)+", min = "+this.c+", max = "+this.b+", sum = "+T3t(this)+"]"},l.a=0,l.b=Vs,l.c=ns,l.d=0,l.e=0,l.f=0,D(mr,"DoubleSummaryStatistics",1948),M(1868,63,Ig,GGt),D(mr,"EmptyStackException",1868),M(460,2065,iv,rS),l.zc=function(e,n){return evt(this,e,n)},l.$b=function(){pee(this)},l._b=function(e){return MYt(this,e)},l.uc=function(e){var n,r;for(r=new L6(this.a);r.a<r.c.a.length;)if(n=F_(r),Ic(e,this.b[n.g]))return!0;return!1},l.vc=function(){return new Jc(this)},l.xc=function(e){return Mo(this,e)},l.Bc=function(e){return Yyt(this,e)},l.gc=function(){return this.a.c},D(mr,"EnumMap",460),M(1340,od,il,Jc),l.$b=function(){pee(this.a)},l.Hc=function(e){return Mre(this,e)},l.Kc=function(){return new gte(this.a)},l.Mc=function(e){var n;return Mre(this,e)?(n=u(e,44).ld(),Yyt(this.a,n),!0):!1},l.gc=function(){return this.a.a.c},D(mr,"EnumMap/EntrySet",1340),M(1341,1,ba,gte),l.Nb=function(e){Da(this,e)},l.Pb=function(){return this.b=F_(this.a),new IYt(this.c,this.b)},l.Ob=function(){return gmt(this.a)},l.Qb=function(){Sy(!!this.b),Yyt(this.c,this.b),this.b=null},D(mr,"EnumMap/EntrySetIterator",1341),M(1342,2082,nut,IYt),l.ld=function(){return this.a},l.md=function(){return this.b.b[this.a.g]},l.nd=function(e){return Rvt(this.b.b,this.a.g,e)},D(mr,"EnumMap/MapEntry",1342),M(181,od,{20:1,31:1,16:1,181:1,21:1});var Bve=D(mr,"EnumSet",181);M(162,181,{20:1,31:1,16:1,181:1,162:1,21:1},Eh),l.Fc=function(e){return zf(this,u(e,22))},l.Hc=function(e){return kit(this,e)},l.Kc=function(){return new L6(this)},l.Mc=function(e){return Ete(this,e)},l.gc=function(){return this.c},l.c=0,D(mr,"EnumSet/EnumSetImpl",162),M(356,1,ba,L6),l.Nb=function(e){Da(this,e)},l.Pb=function(){return F_(this)},l.Ob=function(){return gmt(this)},l.Qb=function(){Sy(this.b!=-1),hs(this.c.b,this.b,null),--this.c.c,this.b=-1},l.a=-1,l.b=-1,D(mr,"EnumSet/EnumSetImpl/IteratorImpl",356),M(45,497,y5,Er,A6,XXt),l.Be=function(e,n){return $t(e)===$t(n)||e!=null&&Ci(e,n)},l.Ce=function(e){var n;return e==null?0:(n=Hi(e),n|0)},D(mr,"HashMap",45),M(49,od,a8t,Os,f$,v_),l.Fc=function(e){return qs(this,e)},l.$b=function(){this.a.$b()},l.Hc=function(e){return v1(this,e)},l.dc=function(){return this.a.gc()==0},l.Kc=function(){return this.a.ec().Kc()},l.Mc=function(e){return vmt(this,e)},l.gc=function(){return this.a.gc()};var f_n=D(mr,"HashSet",49);M(1897,1,XO,vn),l.Dd=function(e){Qoe(this,e)},l.Ib=function(){return"IntSummaryStatistics[count = "+E_(this.a)+", avg = "+(srt(this.a,0)?W2(this.d)/W2(this.a):0)+", min = "+this.c+", max = "+this.b+", sum = "+E_(this.d)+"]"},l.a=0,l.b=Va,l.c=ki,l.d=0,D(mr,"IntSummaryStatistics",1897),M(1062,1,O0,gQt),l.Jc=function(e){Oa(this,e)},l.Kc=function(){return new O3t(this)},l.c=0,D(mr,"InternalHashCodeMap",1062),M(726,1,ba,O3t),l.Nb=function(e){Da(this,e)},l.Pb=function(){return this.d=this.a[this.c++],this.d},l.Ob=function(){var e;return this.c<this.a.length?!0:(e=this.b.next(),e.done?!1:(this.a=e.value[1],this.c=0,!0))},l.Qb=function(){C6t(this.e,this.d.ld()),this.c!=0&&--this.c},l.c=0,l.d=null,D(mr,"InternalHashCodeMap/1",726);var Rve;M(1060,1,O0,pQt),l.Jc=function(e){Oa(this,e)},l.Kc=function(){return new h3t(this)},l.c=0,l.d=0,D(mr,"InternalStringMap",1060),M(725,1,ba,h3t),l.Nb=function(e){Da(this,e)},l.Pb=function(){return this.c=this.a,this.a=this.b.next(),new xZt(this.d,this.c,this.d.d)},l.Ob=function(){return!this.a.done},l.Qb=function(){nce(this.d,this.c.value[0])},D(mr,"InternalStringMap/1",725),M(1061,2082,nut,xZt),l.ld=function(){return this.b.value[0]},l.md=function(){return this.a.d!=this.c?WC(this.a,this.b.value[0]):this.b.value[1]},l.nd=function(e){return Gm(this.a,this.b.value[0],e)},l.c=0,D(mr,"InternalStringMap/2",1061),M(215,45,y5,yp,I3t),l.$b=function(){KJt(this)},l._b=function(e){return DYt(this,e)},l.uc=function(e){var n;for(n=this.d.a;n!=this.d;){if(Ic(n.e,e))return!0;n=n.a}return!1},l.vc=function(){return new Lf(this)},l.xc=function(e){return ed(this,e)},l.zc=function(e,n){return Dp(this,e,n)},l.Bc=function(e){return eae(this,e)},l.gc=function(){return zC(this.e)},l.c=!1,D(mr,"LinkedHashMap",215),M(400,397,{493:1,397:1,400:1,44:1},bJt,Avt),D(mr,"LinkedHashMap/ChainEntry",400),M(715,od,il,Lf),l.$b=function(){KJt(this.a)},l.Hc=function(e){return Dre(this,e)},l.Kc=function(){return new yyt(this)},l.Mc=function(e){var n;return Dre(this,e)?(n=u(e,44).ld(),eae(this.a,n),!0):!1},l.gc=function(){return zC(this.a.e)},D(mr,"LinkedHashMap/EntrySet",715),M(716,1,ba,yyt),l.Nb=function(e){Da(this,e)},l.Pb=function(){return aae(this)},l.Ob=function(){return this.c!=this.d.a.d},l.Qb=function(){Sy(!!this.a),uit(this.d.a.e.g,this.b),$vt(this.a),tk(this.d.a.e,this.a.d),this.b=this.d.a.e.g,this.a=null},l.b=0,D(mr,"LinkedHashMap/EntrySet/EntryIterator",716),M(174,49,a8t,Bd,Xrt,Kvt);var d_n=D(mr,"LinkedHashSet",174);M(67,2062,{3:1,4:1,20:1,31:1,56:1,16:1,67:1,15:1},Qi,oit),l.Fc=function(e){return Zr(this,e)},l.$b=function(){Zl(this)},l.fd=function(e){return _r(this,e)},l.gc=function(){return this.b},l.b=0;var g_n=D(mr,"LinkedList",67);M(981,1,I0,kZt),l.Nb=function(e){Da(this,e)},l.Rb=function(e){bI(this,e)},l.Ob=function(){return _D(this)},l.Sb=function(){return this.b.b!=this.d.a},l.Pb=function(){return Tr(this)},l.Tb=function(){return this.a},l.Ub=function(){return _re(this)},l.Vb=function(){return this.a-1},l.Qb=function(){Hst(this)},l.Wb=function(e){Sy(!!this.c),this.c.c=e},l.a=0,l.c=null,D(mr,"LinkedList/ListIteratorImpl",981),M(617,1,{},Pe),D(mr,"LinkedList/Node",617),M(2057,1,{});var g9t,jve;D(mr,"Locale",2057),M(873,2057,{},Ee),l.Ib=function(){return""},D(mr,"Locale/1",873),M(874,2057,{},nn),l.Ib=function(){return"unknown"},D(mr,"Locale/4",874),M(112,63,{3:1,103:1,63:1,82:1,112:1},ac,$ee),D(mr,"NoSuchElementException",112),M(474,1,{474:1},znt),l.Fb=function(e){var n;return e===this?!0:At(e,474)?(n=u(e,474),Ic(this.a,n.a)):!1},l.Hb=function(){return z4(this.a)},l.Ib=function(){return this.a!=null?$pe+d_(this.a)+")":"Optional.empty()"};var p9t;D(mr,"Optional",474),M(414,1,{414:1},tQt,Zrt),l.Fb=function(e){var n;return e===this?!0:At(e,414)?(n=u(e,414),this.a==n.a&&ji(this.b,n.b)==0):!1},l.Hb=function(){return this.a?Xs(this.b):0},l.Ib=function(){return this.a?"OptionalDouble.of("+(""+this.b)+")":"OptionalDouble.empty()"},l.a=!1,l.b=0;var _ht;D(mr,"OptionalDouble",414),M(524,1,{524:1},eQt,wJt),l.Fb=function(e){var n;return e===this?!0:At(e,524)?(n=u(e,524),this.a==n.a&&Bc(this.b,n.b)==0):!1},l.Hb=function(){return this.a?this.b:0},l.Ib=function(){return this.a?"OptionalInt.of("+(""+this.b)+")":"OptionalInt.empty()"},l.a=!1,l.b=0;var $ve;D(mr,"OptionalInt",524),M(510,2103,o3,Oz),l.Gc=function(e){return cxt(this,e)},l.$b=function(){wy(this.b.c,0)},l.Hc=function(e){return(e==null?-1:Wo(this.b,e,0))!=-1},l.Kc=function(){return new Wa(this)},l.Mc=function(e){return koe(this,e)},l.gc=function(){return this.b.c.length},l.Nc=function(){return new gn(this,256)},l.Pc=function(){return vz(this.b.c)},l.Qc=function(e){return id(this.b,e)},D(mr,"PriorityQueue",510),M(1296,1,ba,Wa),l.Nb=function(e){Da(this,e)},l.Ob=function(){return this.a<this.c.b.c.length},l.Pb=function(){return cr(this.a<this.c.b.c.length),this.b=this.a++,Oe(this.c.b,this.b)},l.Qb=function(){Sy(this.b!=-1),Qst(this.c,this.a=this.b),this.b=-1},l.a=0,l.b=-1,D(mr,"PriorityQueue/1",1296),M(234,1,{234:1},jat,lq),l.a=0,l.b=0;var b9t,w9t,p_n=0;D(mr,"Random",234),M(25,1,uh,gn,Am,Ree),l.Ad=function(e){return(this.a&e)!=0},l.yd=function(){return this.a},l.zd=function(){return iyt(this),this.c},l.Nb=function(e){iyt(this),this.d.Nb(e)},l.Bd=function(e){return Iae(this,e)},l.a=0,l.c=0,D(mr,"Spliterators/IteratorSpliterator",25),M(494,25,uh,C$),D(mr,"SortedSet/1",494),M(611,1,rP,za),l.Pe=function(e){this.a.Cd(e)},D(mr,"Spliterator/OfDouble/0methodref$accept$Type",611),M(612,1,rP,Dc),l.Pe=function(e){this.a.Cd(e)},D(mr,"Spliterator/OfDouble/1methodref$accept$Type",612),M(613,1,XO,lo),l.Dd=function(e){this.a.Cd(fe(e))},D(mr,"Spliterator/OfInt/2methodref$accept$Type",613),M(614,1,XO,_l),l.Dd=function(e){this.a.Cd(fe(e))},D(mr,"Spliterator/OfInt/3methodref$accept$Type",614),M(625,1,uh),l.Nb=function(e){lwt(this,e)},l.Ad=function(e){return(this.d&e)!=0},l.yd=function(){return this.d},l.zd=function(){return this.e},l.d=0,l.e=0,D(mr,"Spliterators/BaseSpliterator",625),M(736,625,uh),l.Qe=function(e){D4(this,e)},l.Nb=function(e){At(e,189)?D4(this,u(e,189)):D4(this,new Dc(e))},l.Bd=function(e){return At(e,189)?this.Re(u(e,189)):this.Re(new za(e))},D(mr,"Spliterators/AbstractDoubleSpliterator",736),M(735,625,uh),l.Qe=function(e){D4(this,e)},l.Nb=function(e){At(e,202)?D4(this,u(e,202)):D4(this,new _l(e))},l.Bd=function(e){return At(e,202)?this.Re(u(e,202)):this.Re(new lo(e))},D(mr,"Spliterators/AbstractIntSpliterator",735),M(499,625,uh),D(mr,"Spliterators/AbstractSpliterator",499),M(706,1,uh),l.Nb=function(e){lwt(this,e)},l.Ad=function(e){return(this.b&e)!=0},l.yd=function(){return this.b},l.zd=function(){return this.d-this.c},l.b=0,l.c=0,l.d=0,D(mr,"Spliterators/BaseArraySpliterator",706),M(960,706,uh,ite),l.Se=function(e,n){knn(this,u(e,41),n)},l.Nb=function(e){qit(this,e)},l.Bd=function(e){return bq(this,e)},D(mr,"Spliterators/ArraySpliterator",960),M(707,706,uh,mZt),l.Se=function(e,n){Enn(this,u(e,189),n)},l.Qe=function(e){qit(this,e)},l.Nb=function(e){At(e,189)?qit(this,u(e,189)):qit(this,new Dc(e))},l.Re=function(e){return bq(this,e)},l.Bd=function(e){return At(e,189)?bq(this,u(e,189)):bq(this,new za(e))},D(mr,"Spliterators/DoubleArraySpliterator",707),M(2066,1,uh),l.Nb=function(e){lwt(this,e)},l.Ad=function(e){return(16448&e)!=0},l.yd=function(){return 16448},l.zd=function(){return 0};var zve;D(mr,"Spliterators/EmptySpliterator",2066),M(959,2066,uh,sn),l.Qe=function(e){pD(e)},l.Nb=function(e){At(e,202)?pD(u(e,202)):pD(new _l(e))},l.Re=function(e){return Twt(e)},l.Bd=function(e){return At(e,202)?Twt(u(e,202)):Twt(new lo(e))},D(mr,"Spliterators/EmptySpliterator/OfInt",959),M(588,56,abe,i$),l.bd=function(e,n){LE(e,this.a.c.length+1),Cm(this.a,e,n)},l.Fc=function(e){return pe(this.a,e)},l.cd=function(e,n){return LE(e,this.a.c.length+1),Q4t(this.a,e,n)},l.Gc=function(e){return Hs(this.a,e)},l.$b=function(){wy(this.a.c,0)},l.Hc=function(e){return Wo(this.a,e,0)!=-1},l.Ic=function(e){return QI(this.a,e)},l.Jc=function(e){Tu(this.a,e)},l.Xb=function(e){return LE(e,this.a.c.length),Oe(this.a,e)},l.dd=function(e){return Wo(this.a,e,0)},l.dc=function(){return this.a.c.length==0},l.Kc=function(){return new J(this.a)},l.gd=function(e){return LE(e,this.a.c.length),xp(this.a,e)},l.ce=function(e,n){Kne(this.a,e,n)},l.hd=function(e,n){return LE(e,this.a.c.length),Sh(this.a,e,n)},l.gc=function(){return this.a.c.length},l.jd=function(e){Ms(this.a,e)},l.kd=function(e,n){return new vp(this.a,e,n)},l.Pc=function(){return vz(this.a.c)},l.Qc=function(e){return id(this.a,e)},l.Ib=function(){return Rb(this.a)},D(mr,"Vector",588),M(824,588,abe,B2t),D(mr,"Stack",824),M(213,1,{213:1},tw),l.Ib=function(){return Cre(this)},D(mr,"StringJoiner",213),M(553,2090,{3:1,85:1,139:1,133:1},pYt,Lit),l.$b=function(){GKt(this)},l.De=function(){return new Ire(this)},l.vc=function(){return new lJt(this)},l.Ee=function(e){return y7(this,e,!0)},l.Fe=function(e){return Bce(this,e)},l.Ge=function(){return j3t(this)},l.He=function(e){return gO(this,e,!0)},l.Ie=function(e){return y7(this,e,!1)},l.Je=function(){return Use(this)},l.Ke=function(e){return gO(this,e,!1)},l.Zc=function(e,n){return Wne(this,e,n)},l.zc=function(e,n){return Sce(this,e,n)},l.Bc=function(e){return wne(this,e)},l.Le=function(e){return L3t(this,e)},l.gc=function(){return this.c},l.ad=function(e,n){return Yne(this,e,n)},l.c=0,D(mr,"TreeMap",553),M(554,1,ba,Ire,eat),l.Nb=function(e){Da(this,e)},l.Pb=function(){return mJt(this)},l.Ob=function(){return irt(this.a)},l.Qb=function(){TZt(this)},D(mr,"TreeMap/EntryIterator",554),M(1142,629,il,lJt),l.$b=function(){GKt(this.a)},D(mr,"TreeMap/EntrySet",1142),M(447,397,{493:1,397:1,44:1,447:1},Mst),l.b=!1;var b_n=D(mr,"TreeMap/Node",447);M(630,1,{},me),l.Ib=function(){return"State: mv="+this.c+" value="+this.d+" done="+this.a+" found="+this.b},l.a=!1,l.b=!1,l.c=!1,D(mr,"TreeMap/State",630),M(631,2090,Jkt,Mot),l.De=function(){return new eat(this.c,this.f,this.b,this.a,this.e,this.d)},l.vc=function(){return new Ws(this)},l.Ee=function(e){return pz(this,y7(this.c,e,!0))},l.Fe=function(e){return pz(this,Bce(this.c,e))},l.Ge=function(){var e;return this.f.Te()?this.a?e=y7(this.c,this.b,!0):e=y7(this.c,this.b,!1):e=j3t(this.c),e&&jz(this,e.d)?e:null},l.He=function(e){return pz(this,gO(this.c,e,!0))},l.Ie=function(e){return pz(this,y7(this.c,e,!1))},l.Je=function(){var e;return this.f.Ue()?this.d?e=gO(this.c,this.e,!0):e=gO(this.c,this.e,!1):e=Use(this.c),e&&jz(this,e.d)?e:null},l.Ke=function(e){return pz(this,gO(this.c,e,!1))},l.Zc=function(e,n){if(this.f.Ue()&&this.c.a.Ne(e,this.e)>0)throw nt(new zn(u8t+e+" greater than "+this.e));return this.f.Te()?bne(this.c,this.b,this.a,e,n):Wne(this.c,e,n)},l.zc=function(e,n){if(!pot(this.c,this.f,e,this.b,this.a,this.e,this.d))throw nt(new zn(e+" outside the range "+this.b+" to "+this.e));return Sce(this.c,e,n)},l.Bc=function(e){var n;return n=e,pot(this.c,this.f,n,this.b,this.a,this.e,this.d)?wne(this.c,n):null},l.Le=function(e){return jz(this,e.ld())&&L3t(this.c,e)},l.gc=function(){var e,n,r;if(this.f.Te()?this.a?n=y7(this.c,this.b,!0):n=y7(this.c,this.b,!1):n=j3t(this.c),!(n&&jz(this,n.d)&&n))return 0;for(e=0,r=new eat(this.c,this.f,this.b,this.a,this.e,this.d);irt(r.a);r.b=u(Iyt(r.a),44))++e;return e},l.ad=function(e,n){if(this.f.Te()&&this.c.a.Ne(e,this.b)<0)throw nt(new zn(u8t+e+obe+this.b));return this.f.Ue()?bne(this.c,e,n,this.e,this.d):Yne(this.c,e,n)},l.a=!1,l.d=!1,D(mr,"TreeMap/SubMap",631),M(303,22,aut,_$),l.Te=function(){return!1},l.Ue=function(){return!1};var Sht,Aht,Lht,Mht,IU=Cr(mr,"TreeMap/SubMapType",303,Ir,Yfn,san);M(1143,303,aut,kQt),l.Ue=function(){return!0},Cr(mr,"TreeMap/SubMapType/1",1143,IU,null,null),M(1144,303,aut,DQt),l.Te=function(){return!0},l.Ue=function(){return!0},Cr(mr,"TreeMap/SubMapType/2",1144,IU,null,null),M(1145,303,aut,xQt),l.Te=function(){return!0},Cr(mr,"TreeMap/SubMapType/3",1145,IU,null,null);var qve;M(157,od,{3:1,20:1,31:1,16:1,277:1,21:1,87:1,157:1},L2t,dp,b1),l.Nc=function(){return new C$(this)},l.Fc=function(e){return gI(this,e)},l.$b=function(){this.a.$b()},l.Hc=function(e){return this.a._b(e)},l.Kc=function(){return this.a.ec().Kc()},l.Mc=function(e){return Yrt(this,e)},l.gc=function(){return this.a.gc()};var w_n=D(mr,"TreeSet",157);M(1082,1,{},db),l.Ve=function(e,n){return ksn(this.a,e,n)},D(out,"BinaryOperator/lambda$0$Type",1082),M(1083,1,{},w1),l.Ve=function(e,n){return Esn(this.a,e,n)},D(out,"BinaryOperator/lambda$1$Type",1083),M(952,1,{},Fe),l.Kb=function(e){return e},D(out,"Function/lambda$0$Type",952),M(395,1,Kr,Mf),l.Mb=function(e){return!this.a.Mb(e)},D(out,"Predicate/lambda$2$Type",395),M(581,1,{581:1});var Hve=D(PS,"Handler",581);M(2107,1,WO),l.xe=function(){return"DUMMY"},l.Ib=function(){return this.xe()};var m9t;D(PS,"Level",2107),M(1706,2107,WO,Qt),l.xe=function(){return"INFO"},D(PS,"Level/LevelInfo",1706),M(1843,1,{},XGt);var Dht;D(PS,"LogManager",1843),M(1896,1,WO,EZt),l.b=null,D(PS,"LogRecord",1896),M(525,1,{525:1},yst),l.e=!1;var Vve=!1,Uve=!1,hd=!1,Gve=!1,Kve=!1;D(PS,"Logger",525),M(835,581,{581:1},Ae),D(PS,"SimpleConsoleLogHandler",835),M(108,22,{3:1,34:1,22:1,108:1},ort);var v9t,rc,w3,zo=Cr(Us,"Collector/Characteristics",108,Ir,Fhn,aan),Wve;M(758,1,{},hyt),D(Us,"CollectorImpl",758),M(1074,1,{},Se),l.Ve=function(e,n){return bbn(u(e,213),u(n,213))},D(Us,"Collectors/10methodref$merge$Type",1074),M(1075,1,{},Dn),l.Kb=function(e){return Cre(u(e,213))},D(Us,"Collectors/11methodref$toString$Type",1075),M(1076,1,{},Od),l.Kb=function(e){return Nn(),!!smt(e)},D(Us,"Collectors/12methodref$test$Type",1076),M(144,1,{},oe),l.Yd=function(e,n){u(e,16).Fc(n)},D(Us,"Collectors/20methodref$add$Type",144),M(146,1,{},Pr),l.Xe=function(){return new ge},D(Us,"Collectors/21methodref$ctor$Type",146),M(359,1,{},we),l.Xe=function(){return new Os},D(Us,"Collectors/23methodref$ctor$Type",359),M(360,1,{},Ri),l.Yd=function(e,n){qs(u(e,49),n)},D(Us,"Collectors/24methodref$add$Type",360),M(1069,1,{},yi),l.Ve=function(e,n){return bYt(u(e,15),u(n,16))},D(Us,"Collectors/4methodref$addAll$Type",1069),M(1073,1,{},da),l.Yd=function(e,n){yg(u(e,213),u(n,483))},D(Us,"Collectors/9methodref$add$Type",1073),M(1072,1,{},$Zt),l.Xe=function(){return new tw(this.a,this.b,this.c)},D(Us,"Collectors/lambda$15$Type",1072),M(1077,1,{},Ss),l.Xe=function(){var e;return e=new yp,Dp(e,(Nn(),!1),new ge),Dp(e,!0,new ge),e},D(Us,"Collectors/lambda$22$Type",1077),M(1078,1,{},om),l.Xe=function(){return ot(st(sa,1),Ln,1,5,[this.a])},D(Us,"Collectors/lambda$25$Type",1078),M(1079,1,{},by),l.Yd=function(e,n){qcn(this.a,X2(e))},D(Us,"Collectors/lambda$26$Type",1079),M(1080,1,{},w6),l.Ve=function(e,n){return bun(this.a,X2(e),X2(n))},D(Us,"Collectors/lambda$27$Type",1080),M(1081,1,{},Ra),l.Kb=function(e){return X2(e)[0]},D(Us,"Collectors/lambda$28$Type",1081),M(728,1,{},fr),l.Ve=function(e,n){return Uvt(e,n)},D(Us,"Collectors/lambda$4$Type",728),M(145,1,{},An),l.Ve=function(e,n){return Qnn(u(e,16),u(n,16))},D(Us,"Collectors/lambda$42$Type",145),M(361,1,{},Pn),l.Ve=function(e,n){return Jnn(u(e,49),u(n,49))},D(Us,"Collectors/lambda$50$Type",361),M(362,1,{},Bn),l.Kb=function(e){return u(e,49)},D(Us,"Collectors/lambda$51$Type",362),M(1068,1,{},_4),l.Yd=function(e,n){kpn(this.a,u(e,85),n)},D(Us,"Collectors/lambda$7$Type",1068),M(1070,1,{},Te),l.Ve=function(e,n){return Jgn(u(e,85),u(n,85),new yi)},D(Us,"Collectors/lambda$8$Type",1070),M(1071,1,{},m6),l.Kb=function(e){return Ybn(this.a,u(e,85))},D(Us,"Collectors/lambda$9$Type",1071),M(550,1,{}),l.$e=function(){L_(this)},l.d=!1,D(Us,"TerminatableStream",550),M(827,550,l8t,Vmt),l.$e=function(){L_(this)},D(Us,"DoubleStreamImpl",827),M(1847,736,uh,zZt),l.Re=function(e){return Jwn(this,u(e,189))},l.a=null,D(Us,"DoubleStreamImpl/2",1847),M(1848,1,rP,SC),l.Pe=function(e){Urn(this.a,e)},D(Us,"DoubleStreamImpl/2/lambda$0$Type",1848),M(1845,1,rP,S4),l.Pe=function(e){Vrn(this.a,e)},D(Us,"DoubleStreamImpl/lambda$0$Type",1845),M(1846,1,rP,y0),l.Pe=function(e){zue(this.a,e)},D(Us,"DoubleStreamImpl/lambda$2$Type",1846),M(1397,735,uh,Mie),l.Re=function(e){return Rfn(this,u(e,202))},l.a=0,l.b=0,l.c=0,D(Us,"IntStream/5",1397),M(806,550,l8t,Umt),l.$e=function(){L_(this)},l._e=function(){return _b(this),this.a},D(Us,"IntStreamImpl",806),M(807,550,l8t,bwt),l.$e=function(){L_(this)},l._e=function(){return _b(this),_mt(),zve},D(Us,"IntStreamImpl/Empty",807),M(1687,1,XO,G1),l.Dd=function(e){Qoe(this.a,e)},D(Us,"IntStreamImpl/lambda$4$Type",1687);var m_n=us(Us,"Stream");M(26,550,{533:1,687:1,848:1},ln),l.$e=function(){L_(this)};var Nk;D(Us,"StreamImpl",26),M(1102,499,uh,pZt),l.Bd=function(e){for(;zdn(this);){if(this.a.Bd(e))return!0;L_(this.b),this.b=null,this.a=null}return!1},D(Us,"StreamImpl/1",1102),M(1103,1,rr,x0),l.Cd=function(e){gcn(this.a,u(e,848))},D(Us,"StreamImpl/1/lambda$0$Type",1103),M(1104,1,Kr,AC),l.Mb=function(e){return qs(this.a,e)},D(Us,"StreamImpl/1methodref$add$Type",1104),M(1105,499,uh,Yee),l.Bd=function(e){var n;return this.a||(n=new ge,this.b.a.Nb(new P2(n)),wn(),Ms(n,this.c),this.a=new gn(n,16)),Iae(this.a,e)},l.a=null,D(Us,"StreamImpl/5",1105),M(1106,1,rr,P2),l.Cd=function(e){pe(this.a,e)},D(Us,"StreamImpl/5/2methodref$add$Type",1106),M(737,499,uh,$3t),l.Bd=function(e){for(this.b=!1;!this.b&&this.c.Bd(new OYt(this,e)););return this.b},l.b=!1,D(Us,"StreamImpl/FilterSpliterator",737),M(1096,1,rr,OYt),l.Cd=function(e){lun(this.a,this.b,e)},D(Us,"StreamImpl/FilterSpliterator/lambda$0$Type",1096),M(1091,736,uh,zie),l.Re=function(e){return Vsn(this,u(e,189))},D(Us,"StreamImpl/MapToDoubleSpliterator",1091),M(1095,1,rr,PYt),l.Cd=function(e){grn(this.a,this.b,e)},D(Us,"StreamImpl/MapToDoubleSpliterator/lambda$0$Type",1095),M(1090,735,uh,qie),l.Re=function(e){return Usn(this,u(e,202))},D(Us,"StreamImpl/MapToIntSpliterator",1090),M(1094,1,rr,NYt),l.Cd=function(e){prn(this.a,this.b,e)},D(Us,"StreamImpl/MapToIntSpliterator/lambda$0$Type",1094),M(734,499,uh,C3t),l.Bd=function(e){return fZt(this,e)},D(Us,"StreamImpl/MapToObjSpliterator",734),M(1093,1,rr,FYt),l.Cd=function(e){brn(this.a,this.b,e)},D(Us,"StreamImpl/MapToObjSpliterator/lambda$0$Type",1093),M(1092,499,uh,woe),l.Bd=function(e){for(;srt(this.b,0);){if(!this.a.Bd(new be))return!1;this.b=ef(this.b,1)}return this.a.Bd(e)},l.b=0,D(Us,"StreamImpl/SkipSpliterator",1092),M(1097,1,rr,be),l.Cd=function(e){},D(Us,"StreamImpl/SkipSpliterator/lambda$0$Type",1097),M(626,1,rr,Qe),l.Cd=function(e){Uj(this,e)},D(Us,"StreamImpl/ValueConsumer",626),M(1098,1,rr,rn),l.Cd=function(e){j2()},D(Us,"StreamImpl/lambda$0$Type",1098),M(1099,1,rr,yn),l.Cd=function(e){j2()},D(Us,"StreamImpl/lambda$1$Type",1099),M(1100,1,{},Kj),l.Ve=function(e,n){return Ean(this.a,e,n)},D(Us,"StreamImpl/lambda$4$Type",1100),M(1101,1,rr,BYt),l.Cd=function(e){Lsn(this.b,this.a,e)},D(Us,"StreamImpl/lambda$5$Type",1101),M(1107,1,rr,knt),l.Cd=function(e){$gn(this.a,u(e,380))},D(Us,"TerminatableStream/lambda$0$Type",1107),M(2142,1,{}),M(2014,1,{},ja),D("javaemul.internal","ConsoleLogger",2014);var v_n=0;M(2134,1,{}),M(1830,1,rr,mo),l.Cd=function(e){u(e,317)},D(W7,"BowyerWatsonTriangulation/lambda$0$Type",1830),M(1831,1,rr,Ent),l.Cd=function(e){Aa(this.a,u(e,317).e)},D(W7,"BowyerWatsonTriangulation/lambda$1$Type",1831),M(1832,1,rr,vo),l.Cd=function(e){u(e,177)},D(W7,"BowyerWatsonTriangulation/lambda$2$Type",1832),M(1827,1,Xr,Tnt),l.Ne=function(e,n){return E1n(this.a,u(e,177),u(n,177))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(W7,"NaiveMinST/lambda$0$Type",1827),M(506,1,{},iE),D(W7,"NodeMicroLayout",506),M(177,1,{177:1},M6),l.Fb=function(e){var n;return At(e,177)?(n=u(e,177),Ic(this.a,n.a)&&Ic(this.b,n.b)||Ic(this.a,n.b)&&Ic(this.b,n.a)):!1},l.Hb=function(){return z4(this.a)+z4(this.b)};var y_n=D(W7,"TEdge",177);M(317,1,{317:1},Tkt),l.Fb=function(e){var n;return At(e,317)?(n=u(e,317),Eq(this,n.a)&&Eq(this,n.b)&&Eq(this,n.c)):!1},l.Hb=function(){return z4(this.a)+z4(this.b)+z4(this.c)},D(W7,"TTriangle",317),M(225,1,{225:1},Z$),D(W7,"Tree",225),M(1218,1,{},Pne),D(lbe,"Scanline",1218);var Yve=us(lbe,hbe);M(1758,1,{},Lae),D(F0,"CGraph",1758),M(316,1,{316:1},Bne),l.b=0,l.c=0,l.d=0,l.g=0,l.i=0,l.k=Vs,D(F0,"CGroup",316),M(830,1,{},I2t),D(F0,"CGroup/CGroupBuilder",830),M(60,1,{60:1},YJt),l.Ib=function(){var e;return this.j?Gr(this.j.Kb(this)):(gg(OU),OU.o+"@"+(e=km(this)>>>0,e.toString(16)))},l.f=0,l.i=Vs;var OU=D(F0,"CNode",60);M(829,1,{},O2t),D(F0,"CNode/CNodeBuilder",829);var Xve;M(1590,1,{},ma),l.ff=function(e,n){return 0},l.gf=function(e,n){return 0},D(F0,dbe,1590),M(1853,1,{},$a),l.cf=function(e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt;for(T=ns,s=new J(e.a.b);s.a<s.c.c.length;)n=u(et(s),60),T=b.Math.min(T,n.a.j.d.c+n.b.a);for(U=new Qi,d=new J(e.a.a);d.a<d.c.c.length;)h=u(et(d),316),h.k=T,h.g==0&&fs(U,h,U.c.b,U.c);for(;U.b!=0;){for(h=u(U.b==0?null:(cr(U.b!=0),Lh(U,U.a.a)),316),o=h.j.d.c,j=h.a.a.ec().Kc();j.Ob();)A=u(j.Pb(),60),tt=h.k+A.b.a,!ebn(e,h,e.d)||A.d.c<tt?A.i=tt:A.i=A.d.c;for(o-=h.j.i,h.b+=o,e.d==(Rs(),Jo)||e.d==bd?h.c+=o:h.c-=o,N=h.a.a.ec().Kc();N.Ob();)for(A=u(N.Pb(),60),k=A.c.Kc();k.Ob();)m=u(k.Pb(),60),dg(e.d)?W=e.g.ff(A,m):W=e.g.gf(A,m),m.a.k=b.Math.max(m.a.k,A.i+A.d.b+W-m.b.a),rne(e,m,e.d)&&(m.a.k=b.Math.max(m.a.k,m.d.c-m.b.a)),--m.a.g,m.a.g==0&&Zr(U,m.a)}for(r=new J(e.a.b);r.a<r.c.c.length;)n=u(et(r),60),n.d.c=n.i},D(F0,"LongestPathCompaction",1853),M(1756,1,{},m1e),l.e=!1;var Qve,Jve,Zve,Iht=D(F0,bbe,1756);M(1757,1,rr,Cnt),l.Cd=function(e){npn(this.a,u(e,42))},D(F0,wbe,1757),M(1854,1,{},gs),l.df=function(e){var n,r,s,o,h,d,m;for(r=new J(e.a.b);r.a<r.c.c.length;)n=u(et(r),60),n.c.$b();for(o=new J(e.a.b);o.a<o.c.c.length;)for(s=u(et(o),60),d=new J(e.a.b);d.a<d.c.c.length;)h=u(et(d),60),s!=h&&(s.a&&s.a==h.a||(dg(e.d)?m=e.g.gf(s,h):m=e.g.ff(s,h),(h.d.c>s.d.c||s.d.c==h.d.c&&s.d.b<h.d.b)&&z2n(h.d.d+h.d.a+m,s.d.d)&&j5t(h.d.d,s.d.d+s.d.a+m)&&s.c.Fc(h)))},D(F0,"QuadraticConstraintCalculation",1854),M(529,1,{529:1},Mnt),l.a=!1,l.b=!1,l.c=!1,l.d=!1,D(F0,mbe,529),M(817,1,{},Xvt),l.df=function(e){this.c=e,SO(this,new l1)},D(F0,vbe,817),M(1784,1,{693:1},sne),l.bf=function(e){n4n(this,u(e,472))},D(F0,ybe,1784),M(1785,1,Xr,Nu),l.Ne=function(e,n){return dln(u(e,60),u(n,60))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(F0,xbe,1785),M(472,1,{472:1},_wt),l.a=!1,D(F0,kbe,472),M(1786,1,Xr,ta),l.Ne=function(e,n){return dvn(u(e,472),u(n,472))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(F0,Ebe,1786),M(1787,1,Xd,l1),l.Lb=function(e){return u(e,60),!0},l.Fb=function(e){return this===e},l.Mb=function(e){return u(e,60),!0},D(F0,"ScanlineConstraintCalculator/lambda$1$Type",1787),M(436,22,{3:1,34:1,22:1,436:1},Swt);var y9t,Oht,x9t=Cr(hut,"HighLevelSortingCriterion",436,Ir,qln,oan),tye;M(435,22,{3:1,34:1,22:1,435:1},Awt);var k9t,Pht,E9t=Cr(hut,"LowLevelSortingCriterion",435,Ir,Hln,can),eye,I5=us(dc,"ILayoutMetaDataProvider");M(864,1,af,yC),l.hf=function(e){Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,g8t),fut),"Polyomino Traversal Strategy"),"Traversal strategy for trying different candidate positions for polyominoes."),M9t),(Pp(),rs)),j9t),Ze((A1(),_n))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,p8t),fut),"Polyomino Secondary Sorting Criterion"),"Possible secondary sorting criteria for the processing order of polyominoes. They are used when polyominoes are equal according to the primary sorting criterion HighLevelSortingCriterion."),A9t),rs),E9t),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,b8t),fut),"Polyomino Primary Sorting Criterion"),"Possible primary sorting criteria for the processing order of polyominoes."),_9t),rs),x9t),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,w8t),fut),"Fill Polyominoes"),"Use the Profile Fill algorithm to fill polyominoes to prevent small polyominoes from being placed inside of big polyominoes with large holes. Might increase packing area."),(Nn(),!0)),aa),Es),Ze(_n))))};var T9t,C9t,_9t,S9t,A9t,L9t,M9t;D(hut,"PolyominoOptions",864),M(257,22,{3:1,34:1,22:1,257:1},I4);var D9t,I9t,O9t,P9t,N9t,F9t,Nht,B9t,R9t,j9t=Cr(hut,"TraversalStrategy",257,Ir,$0n,uan),nye;M(218,1,{218:1},_2),l.Ib=function(){return"NEdge[id="+this.b+" w="+this.g+" d="+this.a+"]"},l.a=1,l.b=0,l.c=0,l.f=!1,l.g=0;var rye=D(NS,"NEdge",218);M(182,1,{},Qh),D(NS,"NEdge/NEdgeBuilder",182),M(662,1,{},Ont),D(NS,"NGraph",662),M(125,1,{125:1},Uie),l.c=-1,l.d=0,l.e=0,l.i=-1,l.j=!1;var $9t=D(NS,"NNode",125);M(808,1,sbe,M2t),l.Jc=function(e){Oa(this,e)},l.Lc=function(){return new ln(null,new gn(this,16))},l.jd=function(e){Q2(this,e)},l.Nc=function(){return new gn(this,16)},l.Oc=function(){return new ln(null,new gn(this,16))},l.bd=function(e,n){++this.b,Cm(this.a,e,n)},l.Fc=function(e){return sz(this,e)},l.cd=function(e,n){return++this.b,Q4t(this.a,e,n)},l.Gc=function(e){return++this.b,Hs(this.a,e)},l.$b=function(){++this.b,wy(this.a.c,0)},l.Hc=function(e){return Wo(this.a,e,0)!=-1},l.Ic=function(e){return QI(this.a,e)},l.Xb=function(e){return Oe(this.a,e)},l.dd=function(e){return Wo(this.a,e,0)},l.dc=function(){return this.a.c.length==0},l.Kc=function(){return nk(new J(this.a))},l.ed=function(){throw nt(new Vr)},l.fd=function(e){throw nt(new Vr)},l.gd=function(e){return++this.b,xp(this.a,e)},l.Mc=function(e){return Imt(this,e)},l.hd=function(e,n){return++this.b,Sh(this.a,e,n)},l.gc=function(){return this.a.c.length},l.kd=function(e,n){return new vp(this.a,e,n)},l.Pc=function(){return vz(this.a.c)},l.Qc=function(e){return id(this.a,e)},l.b=0,D(NS,"NNode/ChangeAwareArrayList",808),M(275,1,{},B2),D(NS,"NNode/NNodeBuilder",275),M(1695,1,{},ll),l.a=!1,l.f=ki,l.j=0,D(NS,"NetworkSimplex",1695),M(1314,1,rr,_nt),l.Cd=function(e){tpe(this.a,u(e,695),!0,!1)},D(Tbe,"NodeLabelAndSizeCalculator/lambda$0$Type",1314),M(565,1,{},LC),l.b=!0,l.c=!0,l.d=!0,l.e=!0,D(Tbe,"NodeMarginCalculator",565),M(217,1,{217:1}),l.j=!1,l.k=!1;var iye=D(hw,"Cell",217);M(127,217,{127:1,217:1},WJt),l.jf=function(){return yz(this)},l.kf=function(){var e;return e=this.n,this.a.a+e.b+e.c},D(hw,"AtomicCell",127),M(237,22,{3:1,34:1,22:1,237:1},crt);var Tc,yu,Cc,m3=Cr(hw,"ContainerArea",237,Ir,jhn,lan),sye;M(336,217,Cbe),D(hw,"ContainerCell",336),M(1538,336,Cbe,Rue),l.jf=function(){var e;return e=0,this.e?this.b?e=this.b.b:this.a[1][1]&&(e=this.a[1][1].jf()):e=E5t(this,the(this,!0)),e>0?e+this.n.d+this.n.a:0},l.kf=function(){var e,n,r,s,o;if(o=0,this.e)this.b?o=this.b.a:this.a[1][1]&&(o=this.a[1][1].kf());else if(this.g)o=E5t(this,wot(this,null,!0));else for(n=(_1(),ot(st(m3,1),te,237,0,[Tc,yu,Cc])),r=0,s=n.length;r<s;++r)e=n[r],o=b.Math.max(o,E5t(this,wot(this,e,!0)));return o>0?o+this.n.b+this.n.c:0},l.lf=function(){var e,n,r,s,o;if(this.g)for(e=wot(this,null,!1),r=(_1(),ot(st(m3,1),te,237,0,[Tc,yu,Cc])),s=0,o=r.length;s<o;++s)n=r[s],Pde(this,n,e);else for(r=(_1(),ot(st(m3,1),te,237,0,[Tc,yu,Cc])),s=0,o=r.length;s<o;++s)n=r[s],e=wot(this,n,!1),Pde(this,n,e)},l.mf=function(){var e,n,r,s;n=this.i,e=this.n,s=the(this,!1),x3t(this,(_1(),Tc),n.d+e.d,s),x3t(this,Cc,n.d+n.a-e.a-s[2],s),r=n.a-e.d-e.a,s[0]>0&&(s[0]+=this.d,r-=s[0]),s[2]>0&&(s[2]+=this.d,r-=s[2]),this.c.a=b.Math.max(0,r),this.c.d=n.d+e.d+(this.c.a-r)/2,s[1]=b.Math.max(s[1],r),x3t(this,yu,n.d+e.d+s[0]-(s[1]-r)/2,s)},l.b=null,l.d=0,l.e=!1,l.f=!1,l.g=!1;var Fht=0,PU=0;D(hw,"GridContainerCell",1538),M(470,22,{3:1,34:1,22:1,470:1},urt);var Xb,i0,Gf,aye=Cr(hw,"HorizontalLabelAlignment",470,Ir,Rhn,han),oye;M(314,217,{217:1,314:1},yne,Dae,dne),l.jf=function(){return tte(this)},l.kf=function(){return jvt(this)},l.a=0,l.c=!1;var x_n=D(hw,"LabelCell",314);M(252,336,{217:1,336:1,252:1},sS),l.jf=function(){return LO(this)},l.kf=function(){return MO(this)},l.lf=function(){sct(this)},l.mf=function(){act(this)},l.b=0,l.c=0,l.d=!1,D(hw,"StripContainerCell",252),M(1691,1,Kr,Ac),l.Mb=function(e){return hnn(u(e,217))},D(hw,"StripContainerCell/lambda$0$Type",1691),M(1692,1,{},pc),l.Ye=function(e){return u(e,217).kf()},D(hw,"StripContainerCell/lambda$1$Type",1692),M(1693,1,Kr,ka),l.Mb=function(e){return fnn(u(e,217))},D(hw,"StripContainerCell/lambda$2$Type",1693),M(1694,1,{},du),l.Ye=function(e){return u(e,217).jf()},D(hw,"StripContainerCell/lambda$3$Type",1694),M(471,22,{3:1,34:1,22:1,471:1},lrt);var Kf,Qb,D1,cye=Cr(hw,"VerticalLabelAlignment",471,Ir,Bhn,fan),uye;M(800,1,{},$kt),l.c=0,l.d=0,l.k=0,l.s=0,l.t=0,l.v=!1,l.w=0,l.D=!1,D(xV,"NodeContext",800),M(1536,1,Xr,ea),l.Ne=function(e,n){return fQt(u(e,64),u(n,64))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(xV,"NodeContext/0methodref$comparePortSides$Type",1536),M(1537,1,Xr,co),l.Ne=function(e,n){return zyn(u(e,117),u(n,117))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(xV,"NodeContext/1methodref$comparePortContexts$Type",1537),M(164,22,{3:1,34:1,22:1,164:1},Mh);var lye,hye,fye,dye,gye,pye,bye,wye,mye,vye,yye,xye,kye,Eye,Tye,Cye,_ye,Sye,Aye,Lye,Mye,Bht,Dye=Cr(xV,"NodeLabelLocation",164,Ir,Wat,dan),Iye;M(117,1,{117:1},y1e),l.a=!1,D(xV,"PortContext",117),M(1541,1,rr,bc),l.Cd=function(e){DWt(u(e,314))},D(sP,_be,1541),M(1542,1,Kr,oa),l.Mb=function(e){return!!u(e,117).c},D(sP,Sbe,1542),M(1543,1,rr,va),l.Cd=function(e){DWt(u(e,117).c)},D(sP,"LabelPlacer/lambda$2$Type",1543);var z9t;M(1540,1,rr,na),l.Cd=function(e){Ay(),Ven(u(e,117))},D(sP,"NodeLabelAndSizeUtilities/lambda$0$Type",1540),M(801,1,rr,mvt),l.Cd=function(e){irn(this.b,this.c,this.a,u(e,187))},l.a=!1,l.c=!1,D(sP,"NodeLabelCellCreator/lambda$0$Type",801),M(1539,1,rr,sE),l.Cd=function(e){Ken(this.a,u(e,187))},D(sP,"PortContextCreator/lambda$0$Type",1539);var NU;M(1902,1,{},Xl),D(X7,"GreedyRectangleStripOverlapRemover",1902),M(1903,1,Xr,Hc),l.Ne=function(e,n){return Fin(u(e,226),u(n,226))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(X7,"GreedyRectangleStripOverlapRemover/0methodref$compareByYCoordinate$Type",1903),M(1849,1,{},tKt),l.a=5,l.e=0,D(X7,"RectangleStripOverlapRemover",1849),M(1850,1,Xr,Zw),l.Ne=function(e,n){return Bin(u(e,226),u(n,226))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(X7,"RectangleStripOverlapRemover/0methodref$compareLeftRectangleBorders$Type",1850),M(1852,1,Xr,mh),l.Ne=function(e,n){return _un(u(e,226),u(n,226))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(X7,"RectangleStripOverlapRemover/1methodref$compareRightRectangleBorders$Type",1852),M(417,22,{3:1,34:1,22:1,417:1},A$);var DP,Rht,jht,IP,Oye=Cr(X7,"RectangleStripOverlapRemover/OverlapRemovalDirection",417,Ir,Jfn,gan),Pye;M(226,1,{226:1},Cit),D(X7,"RectangleStripOverlapRemover/RectangleNode",226),M(1851,1,rr,vD),l.Cd=function(e){dmn(this.a,u(e,226))},D(X7,"RectangleStripOverlapRemover/lambda$1$Type",1851),M(1323,1,Xr,_d),l.Ne=function(e,n){return O7n(u(e,176),u(n,176))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Qd,"PolyominoCompactor/CornerCasesGreaterThanRestComparator",1323),M(1326,1,{},b0),l.Kb=function(e){return u(e,334).a},D(Qd,"PolyominoCompactor/CornerCasesGreaterThanRestComparator/lambda$0$Type",1326),M(1327,1,Kr,Sd),l.Mb=function(e){return u(e,332).a},D(Qd,"PolyominoCompactor/CornerCasesGreaterThanRestComparator/lambda$1$Type",1327),M(1328,1,Kr,w0),l.Mb=function(e){return u(e,332).a},D(Qd,"PolyominoCompactor/CornerCasesGreaterThanRestComparator/lambda$2$Type",1328),M(1321,1,Xr,ag),l.Ne=function(e,n){return u8n(u(e,176),u(n,176))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Qd,"PolyominoCompactor/MinNumOfExtensionDirectionsComparator",1321),M(1324,1,{},Yi),l.Kb=function(e){return u(e,334).a},D(Qd,"PolyominoCompactor/MinNumOfExtensionDirectionsComparator/lambda$0$Type",1324),M(781,1,Xr,cn),l.Ne=function(e,n){return Ugn(u(e,176),u(n,176))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Qd,"PolyominoCompactor/MinNumOfExtensionsComparator",781),M(1319,1,Xr,Dr),l.Ne=function(e,n){return Z0n(u(e,330),u(n,330))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Qd,"PolyominoCompactor/MinPerimeterComparator",1319),M(1320,1,Xr,Si),l.Ne=function(e,n){return Bwn(u(e,330),u(n,330))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Qd,"PolyominoCompactor/MinPerimeterComparatorWithShape",1320),M(1322,1,Xr,wc),l.Ne=function(e,n){return M8n(u(e,176),u(n,176))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Qd,"PolyominoCompactor/SingleExtensionSideGreaterThanRestComparator",1322),M(1325,1,{},Fc),l.Kb=function(e){return u(e,334).a},D(Qd,"PolyominoCompactor/SingleExtensionSideGreaterThanRestComparator/lambda$0$Type",1325),M(782,1,{},Lwt),l.Ve=function(e,n){return Vfn(this,u(e,42),u(n,176))},D(Qd,"SuccessorCombination",782),M(649,1,{},vh),l.Ve=function(e,n){var r;return a5n((r=u(e,42),u(n,176),r))},D(Qd,"SuccessorJitter",649),M(648,1,{},Qc),l.Ve=function(e,n){var r;return G6n((r=u(e,42),u(n,176),r))},D(Qd,"SuccessorLineByLine",648),M(573,1,{},Wh),l.Ve=function(e,n){var r;return axn((r=u(e,42),u(n,176),r))},D(Qd,"SuccessorManhattan",573),M(1344,1,{},Ad),l.Ve=function(e,n){var r;return b6n((r=u(e,42),u(n,176),r))},D(Qd,"SuccessorMaxNormWindingInMathPosSense",1344),M(409,1,{},N2),l.Ve=function(e,n){return uyt(this,e,n)},l.c=!1,l.d=!1,l.e=!1,l.f=!1,D(Qd,"SuccessorQuadrantsGeneric",409),M(1345,1,{},ls),l.Kb=function(e){return u(e,334).a},D(Qd,"SuccessorQuadrantsGeneric/lambda$0$Type",1345),M(332,22,{3:1,34:1,22:1,332:1},L$),l.a=!1;var OP,PP,NP,FP,Nye=Cr(EV,x8t,332,Ir,Xfn,pan),Fye;M(1317,1,{}),l.Ib=function(){var e,n,r,s,o,h;for(r=" ",e=fe(0),o=0;o<this.o;o++)r+=""+e.a,e=fe(FJt(e.a));for(r+=`
+`,e=fe(0),h=0;h<this.p;h++){for(r+=""+e.a,e=fe(FJt(e.a)),s=0;s<this.o;s++)n=Xst(this,s,h),Rc(n,0)==0?r+="_":Rc(n,1)==0?r+="X":r+="0";r+=`
+`}return Ch(r,0,r.length-1)},l.o=0,l.p=0,D(EV,"TwoBitGrid",1317),M(330,1317,{330:1},I5t),l.j=0,l.k=0,D(EV,"PlanarGrid",330),M(176,330,{330:1,176:1}),l.g=0,l.i=0,D(EV,"Polyomino",176);var k_n=us(aP,Lbe);M(137,1,k8t,Ls),l.qf=function(e,n){return eO(this,e,n)},l.nf=function(){return mte(this)},l.of=function(e){return K(this,e)},l.pf=function(e){return Ui(this,e)},D(aP,"MapPropertyHolder",137),M(1318,137,k8t,kde),D(EV,"Polyominoes",1318);var Bye=!1,fA,q9t;M(1828,1,rr,Za),l.Cd=function(e){Tge(u(e,225))},D(_k,"DepthFirstCompaction/0methodref$compactTree$Type",1828),M(825,1,rr,yD),l.Cd=function(e){Wun(this.a,u(e,225))},D(_k,"DepthFirstCompaction/lambda$1$Type",825),M(1829,1,rr,SZt),l.Cd=function(e){Q2n(this.a,this.b,this.c,u(e,225))},D(_k,"DepthFirstCompaction/lambda$2$Type",1829);var dA,H9t;M(68,1,{68:1},One),D(_k,"Node",68),M(1214,1,{},IQt),D(_k,"ScanlineOverlapCheck",1214),M(1215,1,{693:1},one),l.bf=function(e){_sn(this,u(e,450))},D(_k,"ScanlineOverlapCheck/OverlapsScanlineHandler",1215),M(1216,1,Xr,_i),l.Ne=function(e,n){return Pbn(u(e,68),u(n,68))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(_k,"ScanlineOverlapCheck/OverlapsScanlineHandler/lambda$0$Type",1216),M(450,1,{450:1},Mwt),l.a=!1,D(_k,"ScanlineOverlapCheck/Timestamp",450),M(1217,1,Xr,gu),l.Ne=function(e,n){return gvn(u(e,450),u(n,450))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(_k,"ScanlineOverlapCheck/lambda$0$Type",1217),M(557,1,{},Le),D(Mbe,"SVGImage",557),M(334,1,{334:1},wvt),l.Ib=function(){return"("+this.a+ro+this.b+ro+this.c+")"},D(Mbe,"UniqueTriple",334),M(205,1,fw),D(x5,"AbstractLayoutProvider",205),M(1114,205,fw,ry),l.rf=function(e,n){var r,s,o,h;switch(n.Ug(Dbe,1),this.a=Rt(Ht(ne(e,(aS(),Y9t)))),td(e,zht)&&(o=Gr(ne(e,zht)),r=Jot(JE(),o),r&&(s=u(xI(r.f),205),s.rf(e,n.eh(1)))),h=new Zre(this.a),this.b=u9n(h,e),u(ne(e,(Eat(),U9t)),488).g){case 0:C5n(new $e,this.b),Oi(e,RU,K(this.b,RU));break;default:fg()}T9n(h),Oi(e,K9t,this.b),n.Vg()},l.a=0,D(Ibe,"DisCoLayoutProvider",1114),M(1208,1,{},$e),l.c=!1,l.e=0,l.f=0,D(Ibe,"DisCoPolyominoCompactor",1208),M(567,1,{567:1},bte),l.b=!0,D(CV,"DCComponent",567),M(406,22,{3:1,34:1,22:1,406:1},M$),l.a=!1;var FU,BP,BU,RP,Rye=Cr(CV,"DCDirection",406,Ir,Qfn,ban),jye;M(272,137,{3:1,272:1,96:1,137:1},$ot),D(CV,"DCElement",272),M(407,1,{407:1},nxt),l.c=0,D(CV,"DCExtension",407),M(762,137,k8t,sWt),D(CV,"DCGraph",762),M(488,22,{3:1,34:1,22:1,488:1},CJt);var $ht,V9t=Cr(yut,E8t,488,Ir,sln,wan),$ye;M(865,1,af,xC),l.hf=function(e){Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,T8t),Obe),"Connected Components Compaction Strategy"),"Strategy for packing different connected components in order to save space and enhance readability of a graph."),G9t),(Pp(),rs)),V9t),Ze((A1(),_n))))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,C8t),Obe),"Connected Components Layout Algorithm"),"A layout algorithm that is to be applied to each connected component before the components themselves are compacted. If unspecified, the positions of the components' nodes are not altered."),ex),Ne),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,_8t),"debug"),"DCGraph"),"Access to the DCGraph is intended for the debug view,"),pd),sa),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,S8t),"debug"),"List of Polyominoes"),"Access to the polyominoes is intended for the debug view,"),pd),sa),Ze(_n)))),uge((new xj,e))};var zye,U9t,G9t,qye,Hye;D(yut,"DisCoMetaDataProvider",865),M(1010,1,af,xj),l.hf=function(e){uge(e)};var Vye,zht,Uye,K9t,RU,qht,W9t,Gye,Kye,Wye,Yye,Y9t;D(yut,"DisCoOptions",1010),M(1011,1,{},h1),l.sf=function(){var e;return e=new ry,e},l.tf=function(e){},D(yut,"DisCoOptions/DiscoFactory",1011),M(568,176,{330:1,176:1,568:1},ide),l.a=0,l.b=0,l.c=0,l.d=0,D("org.eclipse.elk.alg.disco.structures","DCPolyomino",568);var Hht,Vht,jU;M(1286,1,Kr,rp),l.Mb=function(e){return smt(e)},D(k5,"ElkGraphComponentsProcessor/lambda$0$Type",1286),M(1287,1,{},iy),l.Kb=function(e){return Y6(),M0(u(e,74))},D(k5,"ElkGraphComponentsProcessor/lambda$1$Type",1287),M(1288,1,Kr,S8),l.Mb=function(e){return Tcn(u(e,74))},D(k5,"ElkGraphComponentsProcessor/lambda$2$Type",1288),M(1289,1,{},f4),l.Kb=function(e){return Y6(),Bb(u(e,74))},D(k5,"ElkGraphComponentsProcessor/lambda$3$Type",1289),M(1290,1,Kr,Ql),l.Mb=function(e){return Ccn(u(e,74))},D(k5,"ElkGraphComponentsProcessor/lambda$4$Type",1290),M(1291,1,Kr,Wj),l.Mb=function(e){return mhn(this.a,u(e,74))},D(k5,"ElkGraphComponentsProcessor/lambda$5$Type",1291),M(1292,1,{},Snt),l.Kb=function(e){return Run(this.a,u(e,74))},D(k5,"ElkGraphComponentsProcessor/lambda$6$Type",1292),M(1205,1,{},Zre),l.a=0,D(k5,"ElkGraphTransformer",1205),M(1206,1,{},og),l.Yd=function(e,n){l5n(this,u(e,167),u(n,272))},D(k5,"ElkGraphTransformer/OffsetApplier",1206),M(1207,1,rr,gb),l.Cd=function(e){yin(this,u(e,8))},D(k5,"ElkGraphTransformer/OffsetApplier/OffSetToChainApplier",1207),M(760,1,{},S2),D(Tut,A8t,760),M(1195,1,Xr,A8),l.Ne=function(e,n){return J4n(u(e,235),u(n,235))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Tut,Nbe,1195),M(1196,1,rr,RYt),l.Cd=function(e){nfn(this.b,this.a,u(e,250))},D(Tut,L8t,1196),M(738,205,fw,D2t),l.rf=function(e,n){ade(this,e,n)},D(Tut,"ForceLayoutProvider",738),M(309,137,{3:1,309:1,96:1,137:1}),D(oP,"FParticle",309),M(250,309,{3:1,250:1,309:1,96:1,137:1},eee),l.Ib=function(){var e;return this.a?(e=Wo(this.a.a,this,0),e>=0?"b"+e+"["+vst(this.a)+"]":"b["+vst(this.a)+"]"):"b_"+km(this)},D(oP,"FBendpoint",250),M(289,137,{3:1,289:1,96:1,137:1},XJt),l.Ib=function(){return vst(this)},D(oP,"FEdge",289),M(235,137,{3:1,235:1,96:1,137:1},dq);var E_n=D(oP,"FGraph",235);M(453,309,{3:1,453:1,309:1,96:1,137:1},Jre),l.Ib=function(){return this.b==null||this.b.length==0?"l["+vst(this.a)+"]":"l_"+this.b},D(oP,"FLabel",453),M(153,309,{3:1,153:1,309:1,96:1,137:1},MQt),l.Ib=function(){return Xyt(this)},l.a=0,D(oP,"FNode",153),M(2100,1,{}),l.vf=function(e){vkt(this,e)},l.wf=function(){Zle(this)},l.d=0,D(M8t,"AbstractForceModel",2100),M(641,2100,{641:1},Xoe),l.uf=function(e,n){var r,s,o,h,d;return Sge(this.f,e,n),o=ra(Ma(n.d),e.d),d=b.Math.sqrt(o.a*o.a+o.b*o.b),s=b.Math.max(0,d-A_(e.e)/2-A_(n.e)/2),r=u1e(this.e,e,n),r>0?h=-Eun(s,this.c)*r:h=Jin(s,this.b)*u(K(e,(Vf(),Fk)),17).a,Rd(o,h/d),o},l.vf=function(e){vkt(this,e),this.a=u(K(e,(Vf(),zU)),17).a,this.c=Rt(Ht(K(e,qU))),this.b=Rt(Ht(K(e,Ght)))},l.xf=function(e){return e<this.a},l.a=0,l.b=0,l.c=0,D(M8t,"EadesModel",641),M(642,2100,{642:1},YZt),l.uf=function(e,n){var r,s,o,h,d;return Sge(this.f,e,n),o=ra(Ma(n.d),e.d),d=b.Math.sqrt(o.a*o.a+o.b*o.b),s=b.Math.max(0,d-A_(e.e)/2-A_(n.e)/2),h=Zin(s,this.a)*u(K(e,(Vf(),Fk)),17).a,r=u1e(this.e,e,n),r>0&&(h-=onn(s,this.a)*r),Rd(o,h*this.b/d),o},l.vf=function(e){var n,r,s,o,h,d,m;for(vkt(this,e),this.b=Rt(Ht(K(e,(Vf(),Kht)))),this.c=this.b/u(K(e,zU),17).a,s=e.e.c.length,h=0,o=0,m=new J(e.e);m.a<m.c.c.length;)d=u(et(m),153),h+=d.e.a,o+=d.e.b;n=h*o,r=Rt(Ht(K(e,qU)))*cd,this.a=b.Math.sqrt(n/(2*s))*r},l.wf=function(){Zle(this),this.b-=this.c},l.xf=function(e){return this.b>0},l.a=0,l.b=0,l.c=0,D(M8t,"FruchtermanReingoldModel",642),M(860,1,af,kj),l.hf=function(e){Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,_V),""),"Force Model"),"Determines the model for force calculation."),X9t),(Pp(),rs)),Q9t),Ze((A1(),_n))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,D8t),""),"Iterations"),"The number of iterations on the force model."),fe(300)),ic),Na),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,I8t),""),"Repulsive Power"),"Determines how many bend points are added to the edge; such bend points are regarded as repelling particles in the force model"),fe(0)),ic),Na),Ze(c0)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Cut),""),"FR Temperature"),"The temperature is used as a scaling factor for particle displacements."),Jd),Ga),zs),Ze(_n)))),Bs(e,Cut,_V,n3e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,_ut),""),"Eades Repulsion"),"Factor for repulsive forces in Eades' model."),5),Ga),zs),Ze(_n)))),Bs(e,_ut,_V,Zye),ppe((new l6,e))};var Xye,Qye,X9t,Jye,Zye,t3e,e3e,n3e;D(BS,"ForceMetaDataProvider",860),M(432,22,{3:1,34:1,22:1,432:1},Dwt);var Uht,$U,Q9t=Cr(BS,"ForceModelStrategy",432,Ir,Vln,man),r3e;M(Fp,1,af,l6),l.hf=function(e){ppe(e)};var i3e,s3e,J9t,zU,Z9t,a3e,o3e,c3e,u3e,tCt,l3e,eCt,nCt,h3e,Fk,f3e,Ght,rCt,d3e,g3e,qU,Kht,p3e,b3e,w3e,iCt,m3e;D(BS,"ForceOptions",Fp),M(1001,1,{},Md),l.sf=function(){var e;return e=new D2t,e},l.tf=function(e){},D(BS,"ForceOptions/ForceFactory",1001);var jP,gA,Bk,HU;M(861,1,af,rm),l.hf=function(e){Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,P8t),""),"Fixed Position"),"Prevent that the node is moved by the layout algorithm."),(Nn(),!1)),(Pp(),aa)),Es),Ze((A1(),Js))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,N8t),""),"Desired Edge Length"),"Either specified for parent nodes or for individual edges, where the latter takes higher precedence."),100),Ga),zs),Gi(_n,ot(st(H0,1),te,170,0,[c0]))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,F8t),""),"Layout Dimension"),"Dimensions that are permitted to be altered during layout."),sCt),rs),fCt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,B8t),""),"Stress Epsilon"),"Termination criterion for the iterative process."),Jd),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,R8t),""),"Iteration Limit"),"Maximum number of performed iterations. Takes higher precedence than 'epsilon'."),fe(ki)),ic),Na),Ze(_n)))),Hge((new J8,e))};var v3e,y3e,sCt,x3e,k3e,E3e;D(BS,"StressMetaDataProvider",861),M(1004,1,af,J8),l.hf=function(e){Hge(e)};var VU,aCt,oCt,cCt,uCt,lCt,T3e,C3e,_3e,S3e,hCt,A3e;D(BS,"StressOptions",1004),M(1005,1,{},q1),l.sf=function(){var e;return e=new QJt,e},l.tf=function(e){},D(BS,"StressOptions/StressFactory",1005),M(1110,205,fw,QJt),l.rf=function(e,n){var r,s,o,h,d;for(n.Ug($be,1),Ie(De(ne(e,(mO(),uCt))))?Ie(De(ne(e,hCt)))||tq((r=new iE((xy(),new my(e))),r)):ade(new D2t,e,n.eh(1)),o=yce(e),s=J0e(this.a,o),d=s.Kc();d.Ob();)h=u(d.Pb(),235),!(h.e.c.length<=1)&&(M7n(this.b,h),exn(this.b),Tu(h.d,new Ld));o=fpe(s),kpe(o),n.Vg()},D(LV,"StressLayoutProvider",1110),M(1111,1,rr,Ld),l.Cd=function(e){Skt(u(e,453))},D(LV,"StressLayoutProvider/lambda$0$Type",1111),M(1002,1,{},YGt),l.c=0,l.e=0,l.g=0,D(LV,"StressMajorization",1002),M(391,22,{3:1,34:1,22:1,391:1},hrt);var Wht,Yht,Xht,fCt=Cr(LV,"StressMajorization/Dimension",391,Ir,$hn,van),L3e;M(1003,1,Xr,xD),l.Ne=function(e,n){return Ksn(this.a,u(e,153),u(n,153))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(LV,"StressMajorization/lambda$0$Type",1003),M(1192,1,{},rre),D(Mk,"ElkLayered",1192),M(1193,1,rr,Yj),l.Cd=function(e){M4n(this.a,u(e,36))},D(Mk,"ElkLayered/lambda$0$Type",1193),M(1194,1,rr,aE),l.Cd=function(e){Wsn(this.a,u(e,36))},D(Mk,"ElkLayered/lambda$1$Type",1194),M(1281,1,{},$Qt);var M3e,D3e,I3e;D(Mk,"GraphConfigurator",1281),M(770,1,rr,cp),l.Cd=function(e){ffe(this.a,u(e,10))},D(Mk,"GraphConfigurator/lambda$0$Type",770),M(771,1,{},d4),l.Kb=function(e){return wxt(),new ln(null,new gn(u(e,30).a,16))},D(Mk,"GraphConfigurator/lambda$1$Type",771),M(772,1,rr,Xj),l.Cd=function(e){ffe(this.a,u(e,10))},D(Mk,"GraphConfigurator/lambda$2$Type",772),M(1109,205,fw,eKt),l.rf=function(e,n){var r;r=l7n(new rKt,e),$t(ne(e,(Me(),A3)))===$t((Cg(),Wp))?qbn(this.a,r,n):Q5n(this.a,r,n),n.$g()||spe(new Ej,r)},D(Mk,"LayeredLayoutProvider",1109),M(367,22,{3:1,34:1,22:1,367:1},FD);var Wf,$0,Yc,ou,Qo,dCt=Cr(Mk,"LayeredPhases",367,Ir,V1n,yan),O3e;M(1717,1,{},goe),l.i=0;var P3e;D(dP,"ComponentsToCGraphTransformer",1717);var N3e;M(1718,1,{},A2),l.yf=function(e,n){return b.Math.min(e.a!=null?Rt(e.a):e.c.i,n.a!=null?Rt(n.a):n.c.i)},l.zf=function(e,n){return b.Math.min(e.a!=null?Rt(e.a):e.c.i,n.a!=null?Rt(n.a):n.c.i)},D(dP,"ComponentsToCGraphTransformer/1",1718),M(86,1,{86:1}),l.i=0,l.k=!0,l.o=Vs;var Qht=D(zS,"CNode",86);M(469,86,{469:1,86:1},Nmt,U5t),l.Ib=function(){return""},D(dP,"ComponentsToCGraphTransformer/CRectNode",469),M(1688,1,{},L8);var Jht,Zht;D(dP,"OneDimensionalComponentsCompaction",1688),M(1689,1,{},tm),l.Kb=function(e){return Dhn(u(e,42))},l.Fb=function(e){return this===e},D(dP,"OneDimensionalComponentsCompaction/lambda$0$Type",1689),M(1690,1,{},Hx),l.Kb=function(e){return Vbn(u(e,42))},l.Fb=function(e){return this===e},D(dP,"OneDimensionalComponentsCompaction/lambda$1$Type",1690),M(1720,1,{},lee),D(zS,"CGraph",1720),M(194,1,{194:1},Uat),l.b=0,l.c=0,l.e=0,l.g=!0,l.i=Vs,D(zS,"CGroup",194),M(1719,1,{},cb),l.yf=function(e,n){return b.Math.max(e.a!=null?Rt(e.a):e.c.i,n.a!=null?Rt(n.a):n.c.i)},l.zf=function(e,n){return b.Math.max(e.a!=null?Rt(e.a):e.c.i,n.a!=null?Rt(n.a):n.c.i)},D(zS,dbe,1719),M(1721,1,{},h1e),l.d=!1;var F3e,tft=D(zS,bbe,1721);M(1722,1,{},Vx),l.Kb=function(e){return mwt(),Nn(),u(u(e,42).a,86).d.e!=0},l.Fb=function(e){return this===e},D(zS,wbe,1722),M(833,1,{},Gvt),l.a=!1,l.b=!1,l.c=!1,l.d=!1,D(zS,mbe,833),M(1898,1,{},_te),D(MV,vbe,1898);var $P=us(gw,hbe);M(1899,1,{382:1},ane),l.bf=function(e){skn(this,u(e,475))},D(MV,ybe,1899),M(Hb,1,Xr,g4),l.Ne=function(e,n){return gln(u(e,86),u(n,86))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(MV,xbe,Hb),M(475,1,{475:1},Owt),l.a=!1,D(MV,kbe,475),M(1901,1,Xr,sy),l.Ne=function(e,n){return pvn(u(e,475),u(n,475))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(MV,Ebe,1901),M(148,1,{148:1},vE,Lvt),l.Fb=function(e){var n;return e==null||T_n!=Gl(e)?!1:(n=u(e,148),Ic(this.c,n.c)&&Ic(this.d,n.d))},l.Hb=function(){return iO(ot(st(sa,1),Ln,1,5,[this.c,this.d]))},l.Ib=function(){return"("+this.c+ro+this.d+(this.a?"cx":"")+this.b+")"},l.a=!0,l.c=0,l.d=0;var T_n=D(gw,"Point",148);M(416,22,{3:1,34:1,22:1,416:1},D$);var pv,v3,O5,y3,B3e=Cr(gw,"Point/Quadrant",416,Ir,Zfn,xan),R3e;M(1708,1,{},ZGt),l.b=null,l.c=null,l.d=null,l.e=null,l.f=null;var j3e,$3e,z3e,q3e,H3e;D(gw,"RectilinearConvexHull",1708),M(583,1,{382:1},kH),l.bf=function(e){Hdn(this,u(e,148))},l.b=0;var gCt;D(gw,"RectilinearConvexHull/MaximalElementsEventHandler",583),M(1710,1,Xr,ip),l.Ne=function(e,n){return pln(Ht(e),Ht(n))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(gw,"RectilinearConvexHull/MaximalElementsEventHandler/lambda$0$Type",1710),M(1709,1,{382:1},Mae),l.bf=function(e){y6n(this,u(e,148))},l.a=0,l.b=null,l.c=null,l.d=null,l.e=null,D(gw,"RectilinearConvexHull/RectangleEventHandler",1709),M(1711,1,Xr,LM),l.Ne=function(e,n){return Efn(u(e,148),u(n,148))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(gw,"RectilinearConvexHull/lambda$0$Type",1711),M(1712,1,Xr,PX),l.Ne=function(e,n){return Tfn(u(e,148),u(n,148))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(gw,"RectilinearConvexHull/lambda$1$Type",1712),M(1713,1,Xr,L2),l.Ne=function(e,n){return kfn(u(e,148),u(n,148))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(gw,"RectilinearConvexHull/lambda$2$Type",1713),M(1714,1,Xr,Vc),l.Ne=function(e,n){return Cfn(u(e,148),u(n,148))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(gw,"RectilinearConvexHull/lambda$3$Type",1714),M(1715,1,Xr,NX),l.Ne=function(e,n){return n3n(u(e,148),u(n,148))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(gw,"RectilinearConvexHull/lambda$4$Type",1715),M(1716,1,{},Nne),D(gw,"Scanline",1716),M(2104,1,{}),D(ud,"AbstractGraphPlacer",2104),M(335,1,{335:1},kJt),l.Ff=function(e){return this.Gf(e)?(dn(this.b,u(K(e,(ae(),Bg)),21),e),!0):!1},l.Gf=function(e){var n,r,s,o;for(n=u(K(e,(ae(),Bg)),21),o=u(Mi($i,n),21),s=o.Kc();s.Ob();)if(r=u(s.Pb(),21),!u(Mi(this.b,r),15).dc())return!1;return!0};var $i;D(ud,"ComponentGroup",335),M(779,2104,{},P2t),l.Hf=function(e){var n,r;for(r=new J(this.a);r.a<r.c.c.length;)if(n=u(et(r),335),n.Ff(e))return;pe(this.a,new kJt(e))},l.Ef=function(e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W;if(this.a.c.length=0,n.a.c.length=0,e.dc()){n.f.a=0,n.f.b=0;return}for(d=u(e.Xb(0),36),Yo(n,d),o=e.Kc();o.Ob();)s=u(o.Pb(),36),this.Hf(s);for(W=new Ea,h=Rt(Ht(K(d,(Me(),tN)))),T=new J(this.a);T.a<T.c.c.length;)m=u(et(T),335),A=Epe(m,h),kp(Bz(m.b),W.a,W.b),W.a+=A.a,W.b+=A.b;if(n.f.a=W.a-h,n.f.b=W.b-h,Ie(De(K(d,LG)))&&$t(K(d,Rg))===$t((_g(),UT))){for(U=e.Kc();U.Ob();)N=u(U.Pb(),36),P7(N,N.c.a,N.c.b);for(r=new z9,Gkt(r,e,h),j=e.Kc();j.Ob();)N=u(j.Pb(),36),Ei(y1(N.c),r.e);Ei(y1(n.f),r.a)}for(k=new J(this.a);k.a<k.c.c.length;)m=u(et(k),335),B3t(n,Bz(m.b))},D(ud,"ComponentGroupGraphPlacer",779),M(1312,779,{},fKt),l.Hf=function(e){due(this,e)},l.Ef=function(e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt;if(this.a.c.length=0,n.a.c.length=0,e.dc()){n.f.a=0,n.f.b=0;return}for(d=u(e.Xb(0),36),Yo(n,d),o=e.Kc();o.Ob();)s=u(o.Pb(),36),due(this,s);for(Bt=new Ea,St=new Ea,tt=new Ea,W=new Ea,h=Rt(Ht(K(d,(Me(),tN)))),T=new J(this.a);T.a<T.c.c.length;){if(m=u(et(T),335),dg(u(K(n,(si(),Iw)),88))){for(tt.a=Bt.a,Tt=new FC(S_(Rit(m.b).a).a.kc());Tt.b.Ob();)if(ct=u(T$(Tt.b.Pb()),21),ct.Hc((ve(),Hn))){tt.a=St.a;break}}else if(j4(u(K(n,Iw),88))){for(tt.b=Bt.b,Tt=new FC(S_(Rit(m.b).a).a.kc());Tt.b.Ob();)if(ct=u(T$(Tt.b.Pb()),21),ct.Hc((ve(),Gn))){tt.b=St.b;break}}if(A=Epe(u(m,579),h),kp(Bz(m.b),tt.a,tt.b),dg(u(K(n,Iw),88))){for(St.a=tt.a+A.a,W.a=b.Math.max(W.a,St.a),Tt=new FC(S_(Rit(m.b).a).a.kc());Tt.b.Ob();)if(ct=u(T$(Tt.b.Pb()),21),ct.Hc((ve(),vr))){Bt.a=tt.a+A.a;break}St.b=tt.b+A.b,tt.b=St.b,W.b=b.Math.max(W.b,tt.b)}else if(j4(u(K(n,Iw),88))){for(St.b=tt.b+A.b,W.b=b.Math.max(W.b,St.b),Tt=new FC(S_(Rit(m.b).a).a.kc());Tt.b.Ob();)if(ct=u(T$(Tt.b.Pb()),21),ct.Hc((ve(),Jn))){Bt.b=tt.b+A.b;break}St.a=tt.a+A.a,tt.a=St.a,W.a=b.Math.max(W.a,tt.a)}}if(n.f.a=W.a-h,n.f.b=W.b-h,Ie(De(K(d,LG)))&&$t(K(d,Rg))===$t((_g(),UT))){for(U=e.Kc();U.Ob();)N=u(U.Pb(),36),P7(N,N.c.a,N.c.b);for(r=new z9,Gkt(r,e,h),j=e.Kc();j.Ob();)N=u(j.Pb(),36),Ei(y1(N.c),r.e);Ei(y1(n.f),r.a)}for(k=new J(this.a);k.a<k.c.c.length;)m=u(et(k),335),B3t(n,Bz(m.b))},D(ud,"ComponentGroupModelOrderGraphPlacer",1312),M(389,22,{3:1,34:1,22:1,389:1},I$);var eft,pCt,nft,x3,bCt=Cr(ud,"ComponentOrderingStrategy",389,Ir,Wfn,kan),V3e;M(659,1,{},z9),D(ud,"ComponentsCompactor",659),M(1533,13,rbe,Iie),l.Fc=function(e){return fS(this,u(e,148))},D(ud,"ComponentsCompactor/Hullpoints",1533),M(1530,1,{855:1},Ile),l.a=!1,D(ud,"ComponentsCompactor/InternalComponent",1530),M(1529,1,O0,QGt),l.Jc=function(e){Oa(this,e)},l.Kc=function(){return new J(this.a)},D(ud,"ComponentsCompactor/InternalConnectedComponents",1529),M(1532,1,{602:1},g1e),l.Bf=function(){return null},l.Cf=function(){return this.a},l.Af=function(){return Yat(this.d)},l.Df=function(){return this.b},D(ud,"ComponentsCompactor/InternalExternalExtension",1532),M(1531,1,{602:1},nKt),l.Cf=function(){return this.a},l.Af=function(){return Yat(this.d)},l.Bf=function(){return this.c},l.Df=function(){return this.b},D(ud,"ComponentsCompactor/InternalUnionExternalExtension",1531),M(1535,1,{},Nde),D(ud,"ComponentsCompactor/OuterSegments",1535),M(1534,1,{},JGt),D(ud,"ComponentsCompactor/Segments",1534),M(1282,1,{},Gie),D(ud,A8t,1282),M(1283,1,Xr,kB),l.Ne=function(e,n){return Afn(u(e,36),u(n,36))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(ud,"ComponentsProcessor/lambda$0$Type",1283),M(579,335,{335:1,579:1},Die),l.Ff=function(e){return G4t(this,e)},l.Gf=function(e){return gde(this,e)};var ai;D(ud,"ModelOrderComponentGroup",579),M(1310,2104,{},FX),l.Ef=function(e,n){var r,s,o,h,d,m,k,T,A,N,j;if(e.gc()==1){N=u(e.Xb(0),36),N!=n&&(n.a.c.length=0,y0e(n,N,0,0),Yo(n,N),Oyt(n.d,N.d),n.f.a=N.f.a,n.f.b=N.f.b);return}else if(e.dc()){n.a.c.length=0,n.f.a=0,n.f.b=0;return}for(this.Jf(e,n),o=u(e.Xb(0),36),n.a.c.length=0,Yo(n,o),T=0,j=0,d=e.Kc();d.Ob();)h=u(d.Pb(),36),A=h.f,T=b.Math.max(T,A.a),j+=A.a*A.b;if(T=b.Math.max(T,b.Math.sqrt(j)*Rt(Ht(K(n,(Me(),AG))))),s=Rt(Ht(K(n,tN))),this.If(e,n,T,s),Ie(De(K(o,LG)))){for(r=new z9,Gkt(r,e,s),k=e.Kc();k.Ob();)m=u(k.Pb(),36),Ei(y1(m.c),r.e);Ei(y1(n.f),r.a)}B3t(n,e)},l.If=function(e,n,r,s){var o,h,d,m,k,T,A,N;for(A=0,N=0,m=0,o=s,d=e.Kc();d.Ob();)h=u(d.Pb(),36),T=h.f,A+T.a>r&&(A=0,N+=m+s,m=0),k=h.c,P7(h,A+k.a,N+k.b),y1(k),o=b.Math.max(o,A+T.a),m=b.Math.max(m,T.b),A+=T.a+s;n.f.a=o,n.f.b=N+m},l.Jf=function(e,n){var r,s,o,h,d;if($t(K(n,(Me(),S3)))===$t((iw(),x3))){for(s=e.Kc();s.Ob();){for(r=u(s.Pb(),36),d=0,h=new J(r.a);h.a<h.c.c.length;)o=u(et(h),10),d+=u(K(o,e6e),17).a;r.p=d}wn(),e.jd(new EB)}},D(ud,"SimpleRowGraphPlacer",1310),M(1313,1310,{},jl),l.If=function(e,n,r,s){var o,h,d,m,k,T,A,N,j,U;for(j=0,U=0,m=0,o=s,k=null,N=0,d=e.Kc();d.Ob();)h=u(d.Pb(),36),A=h.f,(j+A.a>r&&!u(K(h,(ae(),Bg)),21).Hc((ve(),Hn))||k&&u(K(k,(ae(),Bg)),21).Hc((ve(),Jn))||u(K(h,(ae(),Bg)),21).Hc((ve(),Gn)))&&(j=N,U+=m+s,m=0),T=h.c,u(K(h,(ae(),Bg)),21).Hc((ve(),Hn))&&(j=o+s),P7(h,j+T.a,U+T.b),o=b.Math.max(o,j+A.a),u(K(h,Bg),21).Hc(vr)&&(N=b.Math.max(N,j+A.a+s)),y1(T),m=b.Math.max(m,A.b),j+=A.a+s,k=h;n.f.a=o,n.f.b=U+m},l.Jf=function(e,n){},D(ud,"ModelOrderRowGraphPlacer",1313),M(1311,1,Xr,EB),l.Ne=function(e,n){return qgn(u(e,36),u(n,36))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(ud,"SimpleRowGraphPlacer/1",1311);var U3e;M(1280,1,Xd,f1),l.Lb=function(e){var n;return n=u(K(u(e,249).b,(Me(),qo)),75),!!n&&n.b!=0},l.Fb=function(e){return this===e},l.Mb=function(e){var n;return n=u(K(u(e,249).b,(Me(),qo)),75),!!n&&n.b!=0},D(DV,"CompoundGraphPostprocessor/1",1280),M(1279,1,Vi,iKt),l.Kf=function(e,n){Ole(this,u(e,36),n)},D(DV,"CompoundGraphPreprocessor",1279),M(452,1,{452:1},Eue),l.c=!1,D(DV,"CompoundGraphPreprocessor/ExternalPort",452),M(249,1,{249:1},fz),l.Ib=function(){return tit(this.c)+":"+s1e(this.b)},D(DV,"CrossHierarchyEdge",249),M(777,1,Xr,w2t),l.Ne=function(e,n){return Hmn(this,u(e,249),u(n,249))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(DV,"CrossHierarchyEdgeComparator",777),M(304,137,{3:1,304:1,96:1,137:1}),l.p=0,D(su,"LGraphElement",304),M(18,304,{3:1,18:1,304:1,96:1,137:1},Pm),l.Ib=function(){return s1e(this)};var rft=D(su,"LEdge",18);M(36,304,{3:1,20:1,36:1,304:1,96:1,137:1},o4t),l.Jc=function(e){Oa(this,e)},l.Kc=function(){return new J(this.b)},l.Ib=function(){return this.b.c.length==0?"G-unlayered"+Rb(this.a):this.a.c.length==0?"G-layered"+Rb(this.b):"G[layerless"+Rb(this.a)+", layers"+Rb(this.b)+"]"};var G3e=D(su,"LGraph",36),K3e;M(666,1,{}),l.Lf=function(){return this.e.n},l.of=function(e){return K(this.e,e)},l.Mf=function(){return this.e.o},l.Nf=function(){return this.e.p},l.pf=function(e){return Ui(this.e,e)},l.Of=function(e){this.e.n.a=e.a,this.e.n.b=e.b},l.Pf=function(e){this.e.o.a=e.a,this.e.o.b=e.b},l.Qf=function(e){this.e.p=e},D(su,"LGraphAdapters/AbstractLShapeAdapter",666),M(473,1,{853:1},MC),l.Rf=function(){var e,n;if(!this.b)for(this.b=k0(this.a.b.c.length),n=new J(this.a.b);n.a<n.c.c.length;)e=u(et(n),72),pe(this.b,new Qj(e));return this.b},l.b=null,D(su,"LGraphAdapters/LEdgeAdapter",473),M(665,1,{},Git),l.Sf=function(){var e,n,r,s,o,h;if(!this.b){for(this.b=new ge,s=new J(this.a.b);s.a<s.c.c.length;)for(r=u(et(s),30),h=new J(r.a);h.a<h.c.c.length;)if(o=u(et(h),10),this.c.Mb(o)&&(pe(this.b,new dz(this,o,this.e)),this.d)){if(Ui(o,(ae(),Uk)))for(n=u(K(o,Uk),15).Kc();n.Ob();)e=u(n.Pb(),10),pe(this.b,new dz(this,e,!1));if(Ui(o,$k))for(n=u(K(o,$k),15).Kc();n.Ob();)e=u(n.Pb(),10),pe(this.b,new dz(this,e,!1))}}return this.b},l.Lf=function(){throw nt(new up(Hbe))},l.of=function(e){return K(this.a,e)},l.Mf=function(){return this.a.f},l.Nf=function(){return this.a.p},l.pf=function(e){return Ui(this.a,e)},l.Of=function(e){throw nt(new up(Hbe))},l.Pf=function(e){this.a.f.a=e.a,this.a.f.b=e.b},l.Qf=function(e){this.a.p=e},l.b=null,l.d=!1,l.e=!1,D(su,"LGraphAdapters/LGraphAdapter",665),M(585,666,{187:1},Qj),D(su,"LGraphAdapters/LLabelAdapter",585),M(584,666,{695:1},dz),l.Tf=function(){return this.b},l.Uf=function(){return wn(),wn(),so},l.Rf=function(){var e,n;if(!this.a)for(this.a=k0(u(this.e,10).b.c.length),n=new J(u(this.e,10).b);n.a<n.c.c.length;)e=u(et(n),72),pe(this.a,new Qj(e));return this.a},l.Vf=function(){var e;return e=u(this.e,10).d,new nvt(e.d,e.c,e.a,e.b)},l.Wf=function(){return wn(),wn(),so},l.Xf=function(){var e,n;if(!this.c)for(this.c=k0(u(this.e,10).j.c.length),n=new J(u(this.e,10).j);n.a<n.c.c.length;)e=u(et(n),12),pe(this.c,new KYt(e,this.d));return this.c},l.Yf=function(){return Ie(De(K(u(this.e,10),(ae(),F_t))))},l.Zf=function(e){u(this.e,10).d.b=e.b,u(this.e,10).d.d=e.d,u(this.e,10).d.c=e.c,u(this.e,10).d.a=e.a},l.$f=function(e){u(this.e,10).f.b=e.b,u(this.e,10).f.d=e.d,u(this.e,10).f.c=e.c,u(this.e,10).f.a=e.a},l._f=function(){j0n(this,(qC(),K3e))},l.a=null,l.b=null,l.c=null,l.d=!1,D(su,"LGraphAdapters/LNodeAdapter",584),M(1788,666,{852:1},KYt),l.Uf=function(){var e,n,r,s,o,h,d,m;if(this.d&&u(this.e,12).i.k==(Un(),cu))return wn(),wn(),so;if(!this.a){for(this.a=new ge,r=new J(u(this.e,12).e);r.a<r.c.c.length;)e=u(et(r),18),pe(this.a,new MC(e));if(this.d&&(s=u(K(u(this.e,12),(ae(),ml)),10),s))for(n=new nr(ir(ca(s).a.Kc(),new q));Sr(n);)e=u(lr(n),18),pe(this.a,new MC(e));if(Ui(u(this.e,12).i,(ae(),xv))&&(d=u(K(u(this.e,12).i,xv),337),m=u(ed(d.e,this.e),113),m))for(h=new J(m.b);h.a<h.c.c.length;)o=u(et(h),340),pe(this.a,new MC(o.a))}return this.a},l.Rf=function(){var e,n;if(!this.b)for(this.b=k0(u(this.e,12).f.c.length),n=new J(u(this.e,12).f);n.a<n.c.c.length;)e=u(et(n),72),pe(this.b,new Qj(e));return this.b},l.Wf=function(){var e,n,r,s,o,h,d,m;if(this.d&&u(this.e,12).i.k==(Un(),cu))return wn(),wn(),so;if(!this.c){for(this.c=new ge,r=new J(u(this.e,12).g);r.a<r.c.c.length;)e=u(et(r),18),pe(this.c,new MC(e));if(this.d&&(s=u(K(u(this.e,12),(ae(),ml)),10),s))for(n=new nr(ir(As(s).a.Kc(),new q));Sr(n);)e=u(lr(n),18),pe(this.c,new MC(e));if(Ui(u(this.e,12).i,(ae(),xv))&&(d=u(K(u(this.e,12).i,xv),337),m=u(ed(d.e,this.e),113),m))for(h=new J(m.e);h.a<h.c.c.length;)o=u(et(h),340),pe(this.c,new MC(o.a))}return this.c},l.ag=function(){return u(this.e,12).j},l.bg=function(){return Ie(De(K(u(this.e,12),(ae(),YP))))},l.a=null,l.b=null,l.c=null,l.d=!1,D(su,"LGraphAdapters/LPortAdapter",1788),M(1789,1,Xr,ay),l.Ne=function(e,n){return Pkn(u(e,12),u(n,12))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(su,"LGraphAdapters/PortComparator",1789),M(818,1,Kr,q9),l.Mb=function(e){return u(e,10),qC(),!0},D(su,"LGraphAdapters/lambda$0$Type",818),M(404,304,{3:1,304:1,404:1,96:1,137:1}),D(su,"LShape",404),M(72,404,{3:1,304:1,72:1,404:1,96:1,137:1},uWt,bmt),l.Ib=function(){var e;return e=Ecn(this),e==null?"label":"l_"+e},D(su,"LLabel",72),M(214,1,{3:1,4:1,214:1,423:1}),l.Fb=function(e){var n;return At(e,214)?(n=u(e,214),this.d==n.d&&this.a==n.a&&this.b==n.b&&this.c==n.c):!1},l.Hb=function(){var e,n;return e=O6(this.b)<<16,e|=O6(this.a)&js,n=O6(this.c)<<16,n|=O6(this.d)&js,e^n},l.cg=function(e){var n,r,s,o,h,d,m,k,T,A,N;for(h=0;h<e.length&&tue((qn(h,e.length),e.charCodeAt(h)),Ube);)++h;for(n=e.length;n>0&&tue((qn(n-1,e.length),e.charCodeAt(n-1)),Gbe);)--n;if(h<n){A=s3((Sa(h,n,e.length),e.substr(h,n-h)),",|;");try{for(m=A,k=0,T=m.length;k<T;++k){if(d=m[k],o=s3(d,"="),o.length!=2)throw nt(new zn("Expecting a list of key-value pairs."));s=Zy(o[0]),N=Jy(Zy(o[1])),hn(s,"top")?this.d=N:hn(s,"left")?this.b=N:hn(s,"bottom")?this.a=N:hn(s,"right")&&(this.c=N)}}catch(j){throw j=is(j),At(j,130)?(r=j,nt(new zn(Kbe+r))):nt(j)}}},l.Ib=function(){return"[top="+this.d+",left="+this.b+",bottom="+this.a+",right="+this.c+"]"},l.a=0,l.b=0,l.c=0,l.d=0,D(gP,"Spacing",214),M(140,214,Wbe,OC,dQt,nvt,pit);var wCt=D(gP,"ElkMargin",140);M(660,140,Wbe,Pnt),D(su,"LMargin",660),M(10,404,{3:1,304:1,10:1,404:1,96:1,137:1},Lg),l.Ib=function(){return _le(this)},l.i=!1;var z0=D(su,"LNode",10);M(273,22,{3:1,34:1,22:1,273:1},XC);var fd,Ds,qc,ha,Ts,cu,ift=Cr(su,"LNode/NodeType",273,Ir,Ldn,Son),W3e;M(775,1,Kr,TB),l.Mb=function(e){return Ie(De(K(u(e,72),(Me(),Yft))))},D(su,"LNode/lambda$0$Type",775),M(107,214,Ybe,k6,ym,_vt);var mCt=D(gP,"ElkPadding",107);M(778,107,Ybe,R2t),D(su,"LPadding",778),M(12,404,{3:1,304:1,12:1,404:1,96:1,137:1},Kc),l.Ib=function(){var e,n,r;return e=new pb,ni((e.a+="p_",e),IH(this)),this.i&&ni(Zc((e.a+="[",e),this.i),"]"),this.e.c.length==1&&this.g.c.length==0&&u(Oe(this.e,0),18).c!=this&&(n=u(Oe(this.e,0),18).c,ni((e.a+=" << ",e),IH(n)),ni(Zc((e.a+="[",e),n.i),"]")),this.e.c.length==0&&this.g.c.length==1&&u(Oe(this.g,0),18).d!=this&&(r=u(Oe(this.g,0),18).d,ni((e.a+=" >> ",e),IH(r)),ni(Zc((e.a+="[",e),r.i),"]")),e.a},l.c=!0,l.d=!1;var vCt,yCt,xCt,kCt,ECt,TCt,Y3e=D(su,"LPort",12);M(408,1,O0,oE),l.Jc=function(e){Oa(this,e)},l.Kc=function(){var e;return e=new J(this.a.e),new JHt(e)},D(su,"LPort/1",408),M(1309,1,ba,JHt),l.Nb=function(e){Da(this,e)},l.Pb=function(){return u(et(this.a),18).c},l.Ob=function(){return cc(this.a)},l.Qb=function(){C_(this.a)},D(su,"LPort/1/1",1309),M(369,1,O0,v6),l.Jc=function(e){Oa(this,e)},l.Kc=function(){var e;return e=new J(this.a.g),new m2t(e)},D(su,"LPort/2",369),M(776,1,ba,m2t),l.Nb=function(e){Da(this,e)},l.Pb=function(){return u(et(this.a),18).d},l.Ob=function(){return cc(this.a)},l.Qb=function(){C_(this.a)},D(su,"LPort/2/1",776),M(1302,1,O0,zYt),l.Jc=function(e){Oa(this,e)},l.Kc=function(){return new Z1(this)},D(su,"LPort/CombineIter",1302),M(208,1,ba,Z1),l.Nb=function(e){Da(this,e)},l.Qb=function(){vWt()},l.Ob=function(){return g_(this)},l.Pb=function(){return cc(this.a)?et(this.a):et(this.b)},D(su,"LPort/CombineIter/1",208),M(1303,1,Xd,ub),l.Lb=function(e){return $te(e)},l.Fb=function(e){return this===e},l.Mb=function(e){return nl(),u(e,12).g.c.length!=0},D(su,"LPort/lambda$0$Type",1303),M(1304,1,Xd,oy),l.Lb=function(e){return zte(e)},l.Fb=function(e){return this===e},l.Mb=function(e){return nl(),u(e,12).e.c.length!=0},D(su,"LPort/lambda$1$Type",1304),M(1305,1,Xd,BX),l.Lb=function(e){return nl(),u(e,12).j==(ve(),Hn)},l.Fb=function(e){return this===e},l.Mb=function(e){return nl(),u(e,12).j==(ve(),Hn)},D(su,"LPort/lambda$2$Type",1305),M(1306,1,Xd,M2),l.Lb=function(e){return nl(),u(e,12).j==(ve(),Jn)},l.Fb=function(e){return this===e},l.Mb=function(e){return nl(),u(e,12).j==(ve(),Jn)},D(su,"LPort/lambda$3$Type",1306),M(1307,1,Xd,RX),l.Lb=function(e){return nl(),u(e,12).j==(ve(),vr)},l.Fb=function(e){return this===e},l.Mb=function(e){return nl(),u(e,12).j==(ve(),vr)},D(su,"LPort/lambda$4$Type",1307),M(1308,1,Xd,jX),l.Lb=function(e){return nl(),u(e,12).j==(ve(),Gn)},l.Fb=function(e){return this===e},l.Mb=function(e){return nl(),u(e,12).j==(ve(),Gn)},D(su,"LPort/lambda$5$Type",1308),M(30,304,{3:1,20:1,304:1,30:1,96:1,137:1},tu),l.Jc=function(e){Oa(this,e)},l.Kc=function(){return new J(this.a)},l.Ib=function(){return"L_"+Wo(this.b.b,this,0)+Rb(this.a)},D(su,"Layer",30),M(1330,1,{},rKt),D(Rp,Xbe,1330),M(1334,1,{},Ux),l.Kb=function(e){return Xo(u(e,84))},D(Rp,"ElkGraphImporter/0methodref$connectableShapeToNode$Type",1334),M(1337,1,{},H9),l.Kb=function(e){return Xo(u(e,84))},D(Rp,"ElkGraphImporter/1methodref$connectableShapeToNode$Type",1337),M(1331,1,rr,ZHt),l.Cd=function(e){k1e(this.a,u(e,123))},D(Rp,L8t,1331),M(1332,1,rr,tVt),l.Cd=function(e){k1e(this.a,u(e,123))},D(Rp,Qbe,1332),M(1333,1,{},CB),l.Kb=function(e){return new ln(null,new gn(Ayt(u(e,74)),16))},D(Rp,Jbe,1333),M(1335,1,Kr,eVt),l.Mb=function(e){return Grn(this.a,u(e,27))},D(Rp,Zbe,1335),M(1336,1,{},M8),l.Kb=function(e){return new ln(null,new gn(uln(u(e,74)),16))},D(Rp,"ElkGraphImporter/lambda$5$Type",1336),M(1338,1,Kr,nVt),l.Mb=function(e){return Krn(this.a,u(e,27))},D(Rp,"ElkGraphImporter/lambda$7$Type",1338),M(1339,1,Kr,$X),l.Mb=function(e){return Eln(u(e,74))},D(Rp,"ElkGraphImporter/lambda$8$Type",1339),M(1297,1,{},Ej);var X3e;D(Rp,"ElkGraphLayoutTransferrer",1297),M(1298,1,Kr,rVt),l.Mb=function(e){return Nsn(this.a,u(e,18))},D(Rp,"ElkGraphLayoutTransferrer/lambda$0$Type",1298),M(1299,1,rr,iVt),l.Cd=function(e){PD(),pe(this.a,u(e,18))},D(Rp,"ElkGraphLayoutTransferrer/lambda$1$Type",1299),M(1300,1,Kr,sVt),l.Mb=function(e){return ysn(this.a,u(e,18))},D(Rp,"ElkGraphLayoutTransferrer/lambda$2$Type",1300),M(1301,1,rr,aVt),l.Cd=function(e){PD(),pe(this.a,u(e,18))},D(Rp,"ElkGraphLayoutTransferrer/lambda$3$Type",1301),M(819,1,{},ivt),D(Yn,"BiLinkedHashMultiMap",819),M(1550,1,Vi,D8),l.Kf=function(e,n){cgn(u(e,36),n)},D(Yn,"CommentNodeMarginCalculator",1550),M(1551,1,{},zX),l.Kb=function(e){return new ln(null,new gn(u(e,30).a,16))},D(Yn,"CommentNodeMarginCalculator/lambda$0$Type",1551),M(1552,1,rr,qX),l.Cd=function(e){c7n(u(e,10))},D(Yn,"CommentNodeMarginCalculator/lambda$1$Type",1552),M(1553,1,Vi,HX),l.Kf=function(e,n){fkn(u(e,36),n)},D(Yn,"CommentPostprocessor",1553),M(1554,1,Vi,VX),l.Kf=function(e,n){P9n(u(e,36),n)},D(Yn,"CommentPreprocessor",1554),M(1555,1,Vi,UX),l.Kf=function(e,n){L6n(u(e,36),n)},D(Yn,"ConstraintsPostprocessor",1555),M(1556,1,Vi,GX),l.Kf=function(e,n){Fgn(u(e,36),n)},D(Yn,"EdgeAndLayerConstraintEdgeReverser",1556),M(1557,1,Vi,KX),l.Kf=function(e,n){_2n(u(e,36),n)},D(Yn,"EndLabelPostprocessor",1557),M(1558,1,{},WX),l.Kb=function(e){return new ln(null,new gn(u(e,30).a,16))},D(Yn,"EndLabelPostprocessor/lambda$0$Type",1558),M(1559,1,Kr,YX),l.Mb=function(e){return z1n(u(e,10))},D(Yn,"EndLabelPostprocessor/lambda$1$Type",1559),M(1560,1,rr,XX),l.Cd=function(e){bvn(u(e,10))},D(Yn,"EndLabelPostprocessor/lambda$2$Type",1560),M(1561,1,Vi,QX),l.Kf=function(e,n){i4n(u(e,36),n)},D(Yn,"EndLabelPreprocessor",1561),M(1562,1,{},MM),l.Kb=function(e){return new ln(null,new gn(u(e,30).a,16))},D(Yn,"EndLabelPreprocessor/lambda$0$Type",1562),M(1563,1,rr,AZt),l.Cd=function(e){srn(this.a,this.b,this.c,u(e,10))},l.a=0,l.b=0,l.c=!1,D(Yn,"EndLabelPreprocessor/lambda$1$Type",1563),M(1564,1,Kr,JX),l.Mb=function(e){return $t(K(u(e,72),(Me(),a0)))===$t((nd(),VT))},D(Yn,"EndLabelPreprocessor/lambda$2$Type",1564),M(1565,1,rr,oVt),l.Cd=function(e){Zr(this.a,u(e,72))},D(Yn,"EndLabelPreprocessor/lambda$3$Type",1565),M(1566,1,Kr,ZX),l.Mb=function(e){return $t(K(u(e,72),(Me(),a0)))===$t((nd(),$3))},D(Yn,"EndLabelPreprocessor/lambda$4$Type",1566),M(1567,1,rr,cVt),l.Cd=function(e){Zr(this.a,u(e,72))},D(Yn,"EndLabelPreprocessor/lambda$5$Type",1567),M(1615,1,Vi,yj),l.Kf=function(e,n){Cbn(u(e,36),n)};var Q3e;D(Yn,"EndLabelSorter",1615),M(1616,1,Xr,V9),l.Ne=function(e,n){return iwn(u(e,465),u(n,465))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Yn,"EndLabelSorter/1",1616),M(465,1,{465:1},tne),D(Yn,"EndLabelSorter/LabelGroup",465),M(1617,1,{},_B),l.Kb=function(e){return OD(),new ln(null,new gn(u(e,30).a,16))},D(Yn,"EndLabelSorter/lambda$0$Type",1617),M(1618,1,Kr,Gx),l.Mb=function(e){return OD(),u(e,10).k==(Un(),Ts)},D(Yn,"EndLabelSorter/lambda$1$Type",1618),M(1619,1,rr,tQ),l.Cd=function(e){m3n(u(e,10))},D(Yn,"EndLabelSorter/lambda$2$Type",1619),M(1620,1,Kr,eQ),l.Mb=function(e){return OD(),$t(K(u(e,72),(Me(),a0)))===$t((nd(),$3))},D(Yn,"EndLabelSorter/lambda$3$Type",1620),M(1621,1,Kr,nQ),l.Mb=function(e){return OD(),$t(K(u(e,72),(Me(),a0)))===$t((nd(),VT))},D(Yn,"EndLabelSorter/lambda$4$Type",1621),M(1568,1,Vi,rQ),l.Kf=function(e,n){E7n(this,u(e,36))},l.b=0,l.c=0,D(Yn,"FinalSplineBendpointsCalculator",1568),M(1569,1,{},iQ),l.Kb=function(e){return new ln(null,new gn(u(e,30).a,16))},D(Yn,"FinalSplineBendpointsCalculator/lambda$0$Type",1569),M(1570,1,{},U9),l.Kb=function(e){return new ln(null,new Am(new nr(ir(As(u(e,10)).a.Kc(),new q))))},D(Yn,"FinalSplineBendpointsCalculator/lambda$1$Type",1570),M(1571,1,Kr,DM),l.Mb=function(e){return!ho(u(e,18))},D(Yn,"FinalSplineBendpointsCalculator/lambda$2$Type",1571),M(1572,1,Kr,SB),l.Mb=function(e){return Ui(u(e,18),(ae(),Ew))},D(Yn,"FinalSplineBendpointsCalculator/lambda$3$Type",1572),M(1573,1,rr,uVt),l.Cd=function(e){I8n(this.a,u(e,131))},D(Yn,"FinalSplineBendpointsCalculator/lambda$4$Type",1573),M(1574,1,rr,p4),l.Cd=function(e){_O(u(e,18).a)},D(Yn,"FinalSplineBendpointsCalculator/lambda$5$Type",1574),M(803,1,Vi,v2t),l.Kf=function(e,n){bTn(this,u(e,36),n)},D(Yn,"GraphTransformer",803),M(517,22,{3:1,34:1,22:1,517:1},Iwt);var sft,zP,J3e=Cr(Yn,"GraphTransformer/Mode",517,Ir,Uln,_on),Z3e;M(1575,1,Vi,b4),l.Kf=function(e,n){Rxn(u(e,36),n)},D(Yn,"HierarchicalNodeResizingProcessor",1575),M(1576,1,Vi,sQ),l.Kf=function(e,n){rgn(u(e,36),n)},D(Yn,"HierarchicalPortConstraintProcessor",1576),M(1577,1,Xr,_f),l.Ne=function(e,n){return Cwn(u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Yn,"HierarchicalPortConstraintProcessor/NodeComparator",1577),M(1578,1,Vi,Kx),l.Kf=function(e,n){_En(u(e,36),n)},D(Yn,"HierarchicalPortDummySizeProcessor",1578),M(1579,1,Vi,aQ),l.Kf=function(e,n){Fkn(this,u(e,36),n)},l.a=0,D(Yn,"HierarchicalPortOrthogonalEdgeRouter",1579),M(1580,1,Xr,I8),l.Ne=function(e,n){return Rin(u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Yn,"HierarchicalPortOrthogonalEdgeRouter/1",1580),M(1581,1,Xr,m0),l.Ne=function(e,n){return Vdn(u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Yn,"HierarchicalPortOrthogonalEdgeRouter/2",1581),M(1582,1,Vi,oQ),l.Kf=function(e,n){Zyn(u(e,36),n)},D(Yn,"HierarchicalPortPositionProcessor",1582),M(1583,1,Vi,Ret),l.Kf=function(e,n){pCn(this,u(e,36))},l.a=0,l.c=0;var UU,GU;D(Yn,"HighDegreeNodeLayeringProcessor",1583),M(580,1,{580:1},cQ),l.b=-1,l.d=-1,D(Yn,"HighDegreeNodeLayeringProcessor/HighDegreeNodeInformation",580),M(1584,1,{},uQ),l.Kb=function(e){return cI(),ca(u(e,10))},l.Fb=function(e){return this===e},D(Yn,"HighDegreeNodeLayeringProcessor/lambda$0$Type",1584),M(1585,1,{},lQ),l.Kb=function(e){return cI(),As(u(e,10))},l.Fb=function(e){return this===e},D(Yn,"HighDegreeNodeLayeringProcessor/lambda$1$Type",1585),M(1591,1,Vi,G9),l.Kf=function(e,n){mEn(this,u(e,36),n)},D(Yn,"HyperedgeDummyMerger",1591),M(804,1,{},vvt),l.a=!1,l.b=!1,l.c=!1,D(Yn,"HyperedgeDummyMerger/MergeState",804),M(1592,1,{},IM),l.Kb=function(e){return new ln(null,new gn(u(e,30).a,16))},D(Yn,"HyperedgeDummyMerger/lambda$0$Type",1592),M(1593,1,{},AB),l.Kb=function(e){return new ln(null,new gn(u(e,10).j,16))},D(Yn,"HyperedgeDummyMerger/lambda$1$Type",1593),M(1594,1,rr,OM),l.Cd=function(e){u(e,12).p=-1},D(Yn,"HyperedgeDummyMerger/lambda$2$Type",1594),M(1595,1,Vi,Wx),l.Kf=function(e,n){bEn(u(e,36),n)},D(Yn,"HypernodesProcessor",1595),M(1596,1,Vi,hQ),l.Kf=function(e,n){CEn(u(e,36),n)},D(Yn,"InLayerConstraintProcessor",1596),M(1597,1,Vi,LB),l.Kf=function(e,n){mgn(u(e,36),n)},D(Yn,"InnermostNodeMarginCalculator",1597),M(1598,1,Vi,MB),l.Kf=function(e,n){M9n(this,u(e,36))},l.a=Vs,l.b=Vs,l.c=ns,l.d=ns;var C_n=D(Yn,"InteractiveExternalPortPositioner",1598);M(1599,1,{},fQ),l.Kb=function(e){return u(e,18).d.i},l.Fb=function(e){return this===e},D(Yn,"InteractiveExternalPortPositioner/lambda$0$Type",1599),M(1600,1,{},lVt),l.Kb=function(e){return jin(this.a,Ht(e))},l.Fb=function(e){return this===e},D(Yn,"InteractiveExternalPortPositioner/lambda$1$Type",1600),M(1601,1,{},dQ),l.Kb=function(e){return u(e,18).c.i},l.Fb=function(e){return this===e},D(Yn,"InteractiveExternalPortPositioner/lambda$2$Type",1601),M(1602,1,{},hVt),l.Kb=function(e){return $in(this.a,Ht(e))},l.Fb=function(e){return this===e},D(Yn,"InteractiveExternalPortPositioner/lambda$3$Type",1602),M(1603,1,{},fVt),l.Kb=function(e){return Bsn(this.a,Ht(e))},l.Fb=function(e){return this===e},D(Yn,"InteractiveExternalPortPositioner/lambda$4$Type",1603),M(1604,1,{},dVt),l.Kb=function(e){return Rsn(this.a,Ht(e))},l.Fb=function(e){return this===e},D(Yn,"InteractiveExternalPortPositioner/lambda$5$Type",1604),M(81,22,{3:1,34:1,22:1,81:1,196:1},Ps),l.dg=function(){switch(this.g){case 15:return new CJ;case 22:return new _J;case 47:return new LJ;case 28:case 35:return new w4;case 32:return new D8;case 42:return new HX;case 1:return new VX;case 41:return new UX;case 56:return new v2t((t7(),zP));case 0:return new v2t((t7(),sft));case 2:return new GX;case 54:return new KX;case 33:return new QX;case 51:return new rQ;case 55:return new b4;case 13:return new sQ;case 38:return new Kx;case 44:return new aQ;case 40:return new oQ;case 9:return new Ret;case 49:return new dJt;case 37:return new G9;case 43:return new Wx;case 27:return new hQ;case 30:return new LB;case 3:return new MB;case 18:return new pQ;case 29:return new bQ;case 5:return new Tj;case 50:return new gQ;case 34:return new h6;case 36:return new O8;case 52:return new yj;case 11:return new PM;case 7:return new fD;case 39:return new cy;case 45:return new P8;case 16:return new yQ;case 10:return new sXt;case 48:return new NM;case 21:return new N8;case 23:return new qnt((qm(),NA));case 8:return new PB;case 12:return new BM;case 4:return new kQ;case 19:return new dD;case 17:return new SQ;case 53:return new AQ;case 6:return new zB;case 25:return new aKt;case 46:return new IQ;case 31:return new eZt;case 14:return new jM;case 26:return new IJ;case 20:return new $Q;case 24:return new qnt((qm(),XG));default:throw nt(new zn(Dut+(this.f!=null?this.f:""+this.g)))}};var CCt,_Ct,SCt,ACt,LCt,MCt,DCt,ICt,OCt,PCt,P5,KU,WU,NCt,FCt,BCt,RCt,jCt,$Ct,zCt,pA,qCt,HCt,VCt,UCt,GCt,aft,YU,XU,KCt,QU,JU,ZU,bT,k3,E3,WCt,tG,eG,YCt,nG,rG,XCt,QCt,JCt,ZCt,iG,oft,qP,sG,aG,oG,cG,t_t,e_t,n_t,r_t,__n=Cr(Yn,Iut,81,Ir,pde,Can),t4e;M(1605,1,Vi,pQ),l.Kf=function(e,n){A9n(u(e,36),n)},D(Yn,"InvertedPortProcessor",1605),M(1606,1,Vi,bQ),l.Kf=function(e,n){T8n(u(e,36),n)},D(Yn,"LabelAndNodeSizeProcessor",1606),M(1607,1,Kr,wQ),l.Mb=function(e){return u(e,10).k==(Un(),Ts)},D(Yn,"LabelAndNodeSizeProcessor/lambda$0$Type",1607),M(1608,1,Kr,v0),l.Mb=function(e){return u(e,10).k==(Un(),Ds)},D(Yn,"LabelAndNodeSizeProcessor/lambda$1$Type",1608),M(1609,1,rr,LZt),l.Cd=function(e){arn(this.b,this.a,this.c,u(e,10))},l.a=!1,l.c=!1,D(Yn,"LabelAndNodeSizeProcessor/lambda$2$Type",1609),M(1610,1,Vi,Tj),l.Kf=function(e,n){t9n(u(e,36),n)};var e4e;D(Yn,"LabelDummyInserter",1610),M(1611,1,Xd,em),l.Lb=function(e){return $t(K(u(e,72),(Me(),a0)))===$t((nd(),HT))},l.Fb=function(e){return this===e},l.Mb=function(e){return $t(K(u(e,72),(Me(),a0)))===$t((nd(),HT))},D(Yn,"LabelDummyInserter/1",1611),M(1612,1,Vi,gQ),l.Kf=function(e,n){qTn(u(e,36),n)},D(Yn,"LabelDummyRemover",1612),M(1613,1,Kr,mQ),l.Mb=function(e){return Ie(De(K(u(e,72),(Me(),Yft))))},D(Yn,"LabelDummyRemover/lambda$0$Type",1613),M(1378,1,Vi,h6),l.Kf=function(e,n){PTn(this,u(e,36),n)},l.a=null;var cft;D(Yn,"LabelDummySwitcher",1378),M(292,1,{292:1},g0e),l.c=0,l.d=null,l.f=0,D(Yn,"LabelDummySwitcher/LabelDummyInfo",292),M(1379,1,{},DB),l.Kb=function(e){return ik(),new ln(null,new gn(u(e,30).a,16))},D(Yn,"LabelDummySwitcher/lambda$0$Type",1379),M(1380,1,Kr,IB),l.Mb=function(e){return ik(),u(e,10).k==(Un(),qc)},D(Yn,"LabelDummySwitcher/lambda$1$Type",1380),M(1381,1,{},gVt),l.Kb=function(e){return xsn(this.a,u(e,10))},D(Yn,"LabelDummySwitcher/lambda$2$Type",1381),M(1382,1,rr,pVt),l.Cd=function(e){zun(this.a,u(e,292))},D(Yn,"LabelDummySwitcher/lambda$3$Type",1382),M(1383,1,Xr,vQ),l.Ne=function(e,n){return hun(u(e,292),u(n,292))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Yn,"LabelDummySwitcher/lambda$4$Type",1383),M(802,1,Vi,w4),l.Kf=function(e,n){Edn(u(e,36),n)},D(Yn,"LabelManagementProcessor",802),M(1614,1,Vi,O8),l.Kf=function(e,n){tkn(u(e,36),n)},D(Yn,"LabelSideSelector",1614),M(1622,1,Vi,PM),l.Kf=function(e,n){zEn(u(e,36),n)},D(Yn,"LayerConstraintPostprocessor",1622),M(1623,1,Vi,fD),l.Kf=function(e,n){F5n(u(e,36),n)};var i_t;D(Yn,"LayerConstraintPreprocessor",1623),M(371,22,{3:1,34:1,22:1,371:1},O$);var HP,uG,lG,uft,n4e=Cr(Yn,"LayerConstraintPreprocessor/HiddenNodeConnections",371,Ir,e1n,_an),r4e;M(1624,1,Vi,cy),l.Kf=function(e,n){iTn(u(e,36),n)},D(Yn,"LayerSizeAndGraphHeightCalculator",1624),M(1625,1,Vi,P8),l.Kf=function(e,n){jxn(u(e,36),n)},D(Yn,"LongEdgeJoiner",1625),M(1626,1,Vi,yQ),l.Kf=function(e,n){P7n(u(e,36),n)},D(Yn,"LongEdgeSplitter",1626),M(1627,1,Vi,sXt),l.Kf=function(e,n){p9n(this,u(e,36),n)},l.e=0,l.f=0,l.j=0,l.k=0,l.n=0,l.o=0;var i4e,s4e;D(Yn,"NodePromotion",1627),M(1628,1,Xr,K9),l.Ne=function(e,n){return Apn(u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Yn,"NodePromotion/1",1628),M(1629,1,Xr,Dd),l.Ne=function(e,n){return Lpn(u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Yn,"NodePromotion/2",1629),M(1630,1,{},OB),l.Kb=function(e){return u(e,42),gz(),Nn(),!0},l.Fb=function(e){return this===e},D(Yn,"NodePromotion/lambda$0$Type",1630),M(1631,1,{},vVt),l.Kb=function(e){return Thn(this.a,u(e,42))},l.Fb=function(e){return this===e},l.a=0,D(Yn,"NodePromotion/lambda$1$Type",1631),M(1632,1,{},yVt),l.Kb=function(e){return Ehn(this.a,u(e,42))},l.Fb=function(e){return this===e},l.a=0,D(Yn,"NodePromotion/lambda$2$Type",1632),M(1633,1,Vi,NM),l.Kf=function(e,n){uCn(u(e,36),n)},D(Yn,"NorthSouthPortPostprocessor",1633),M(1634,1,Vi,N8),l.Kf=function(e,n){H9n(u(e,36),n)},D(Yn,"NorthSouthPortPreprocessor",1634),M(1635,1,Xr,FM),l.Ne=function(e,n){return Hgn(u(e,12),u(n,12))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Yn,"NorthSouthPortPreprocessor/lambda$0$Type",1635),M(1636,1,Vi,PB),l.Kf=function(e,n){sEn(u(e,36),n)},D(Yn,"PartitionMidprocessor",1636),M(1637,1,Kr,xQ),l.Mb=function(e){return Ui(u(e,10),(Me(),MT))},D(Yn,"PartitionMidprocessor/lambda$0$Type",1637),M(1638,1,rr,xVt),l.Cd=function(e){Tln(this.a,u(e,10))},D(Yn,"PartitionMidprocessor/lambda$1$Type",1638),M(1639,1,Vi,BM),l.Kf=function(e,n){a6n(u(e,36),n)},D(Yn,"PartitionPostprocessor",1639),M(1640,1,Vi,kQ),l.Kf=function(e,n){y5n(u(e,36),n)},D(Yn,"PartitionPreprocessor",1640),M(1641,1,Kr,EQ),l.Mb=function(e){return Ui(u(e,10),(Me(),MT))},D(Yn,"PartitionPreprocessor/lambda$0$Type",1641),M(1642,1,{},NB),l.Kb=function(e){return new ln(null,new Am(new nr(ir(As(u(e,10)).a.Kc(),new q))))},D(Yn,"PartitionPreprocessor/lambda$1$Type",1642),M(1643,1,Kr,Yx),l.Mb=function(e){return lwn(u(e,18))},D(Yn,"PartitionPreprocessor/lambda$2$Type",1643),M(1644,1,rr,FB),l.Cd=function(e){apn(u(e,18))},D(Yn,"PartitionPreprocessor/lambda$3$Type",1644),M(1645,1,Vi,dD),l.Kf=function(e,n){j8n(u(e,36),n)};var s_t,a4e,o4e,c4e,a_t,o_t;D(Yn,"PortListSorter",1645),M(1648,1,Xr,Xx),l.Ne=function(e,n){return iie(u(e,12),u(n,12))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Yn,"PortListSorter/lambda$0$Type",1648),M(1650,1,Xr,TQ),l.Ne=function(e,n){return R0e(u(e,12),u(n,12))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Yn,"PortListSorter/lambda$1$Type",1650),M(1646,1,{},RM),l.Kb=function(e){return h7(),u(e,12).e},D(Yn,"PortListSorter/lambda$2$Type",1646),M(1647,1,{},CQ),l.Kb=function(e){return h7(),u(e,12).g},D(Yn,"PortListSorter/lambda$3$Type",1647),M(1649,1,Xr,_Q),l.Ne=function(e,n){return Pmn(u(e,12),u(n,12))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Yn,"PortListSorter/lambda$4$Type",1649),M(1651,1,Vi,SQ),l.Kf=function(e,n){Y5n(u(e,36),n)},D(Yn,"PortSideProcessor",1651),M(1652,1,Vi,AQ),l.Kf=function(e,n){Xkn(u(e,36),n)},D(Yn,"ReversedEdgeRestorer",1652),M(1657,1,Vi,aKt),l.Kf=function(e,n){bmn(this,u(e,36),n)},D(Yn,"SelfLoopPortRestorer",1657),M(1658,1,{},BB),l.Kb=function(e){return new ln(null,new gn(u(e,30).a,16))},D(Yn,"SelfLoopPortRestorer/lambda$0$Type",1658),M(1659,1,Kr,LQ),l.Mb=function(e){return u(e,10).k==(Un(),Ts)},D(Yn,"SelfLoopPortRestorer/lambda$1$Type",1659),M(1660,1,Kr,MQ),l.Mb=function(e){return Ui(u(e,10),(ae(),xv))},D(Yn,"SelfLoopPortRestorer/lambda$2$Type",1660),M(1661,1,{},DQ),l.Kb=function(e){return u(K(u(e,10),(ae(),xv)),337)},D(Yn,"SelfLoopPortRestorer/lambda$3$Type",1661),M(1662,1,rr,wVt),l.Cd=function(e){D3n(this.a,u(e,337))},D(Yn,"SelfLoopPortRestorer/lambda$4$Type",1662),M(805,1,rr,RB),l.Cd=function(e){V3n(u(e,105))},D(Yn,"SelfLoopPortRestorer/lambda$5$Type",805),M(1663,1,Vi,IQ),l.Kf=function(e,n){kwn(u(e,36),n)},D(Yn,"SelfLoopPostProcessor",1663),M(1664,1,{},OQ),l.Kb=function(e){return new ln(null,new gn(u(e,30).a,16))},D(Yn,"SelfLoopPostProcessor/lambda$0$Type",1664),M(1665,1,Kr,PQ),l.Mb=function(e){return u(e,10).k==(Un(),Ts)},D(Yn,"SelfLoopPostProcessor/lambda$1$Type",1665),M(1666,1,Kr,jB),l.Mb=function(e){return Ui(u(e,10),(ae(),xv))},D(Yn,"SelfLoopPostProcessor/lambda$2$Type",1666),M(1667,1,rr,NQ),l.Cd=function(e){Ovn(u(e,10))},D(Yn,"SelfLoopPostProcessor/lambda$3$Type",1667),M(1668,1,{},FQ),l.Kb=function(e){return new ln(null,new gn(u(e,105).f,1))},D(Yn,"SelfLoopPostProcessor/lambda$4$Type",1668),M(1669,1,rr,bVt),l.Cd=function(e){s1n(this.a,u(e,340))},D(Yn,"SelfLoopPostProcessor/lambda$5$Type",1669),M(1670,1,Kr,$B),l.Mb=function(e){return!!u(e,105).i},D(Yn,"SelfLoopPostProcessor/lambda$6$Type",1670),M(1671,1,rr,mVt),l.Cd=function(e){snn(this.a,u(e,105))},D(Yn,"SelfLoopPostProcessor/lambda$7$Type",1671),M(1653,1,Vi,zB),l.Kf=function(e,n){Txn(u(e,36),n)},D(Yn,"SelfLoopPreProcessor",1653),M(1654,1,{},qB),l.Kb=function(e){return new ln(null,new gn(u(e,105).f,1))},D(Yn,"SelfLoopPreProcessor/lambda$0$Type",1654),M(1655,1,{},BQ),l.Kb=function(e){return u(e,340).a},D(Yn,"SelfLoopPreProcessor/lambda$1$Type",1655),M(1656,1,rr,RQ),l.Cd=function(e){cin(u(e,18))},D(Yn,"SelfLoopPreProcessor/lambda$2$Type",1656),M(1672,1,Vi,eZt),l.Kf=function(e,n){f3n(this,u(e,36),n)},D(Yn,"SelfLoopRouter",1672),M(1673,1,{},F8),l.Kb=function(e){return new ln(null,new gn(u(e,30).a,16))},D(Yn,"SelfLoopRouter/lambda$0$Type",1673),M(1674,1,Kr,Qx),l.Mb=function(e){return u(e,10).k==(Un(),Ts)},D(Yn,"SelfLoopRouter/lambda$1$Type",1674),M(1675,1,Kr,W9),l.Mb=function(e){return Ui(u(e,10),(ae(),xv))},D(Yn,"SelfLoopRouter/lambda$2$Type",1675),M(1676,1,{},jQ),l.Kb=function(e){return u(K(u(e,10),(ae(),xv)),337)},D(Yn,"SelfLoopRouter/lambda$3$Type",1676),M(1677,1,rr,jYt),l.Cd=function(e){mln(this.a,this.b,u(e,337))},D(Yn,"SelfLoopRouter/lambda$4$Type",1677),M(1678,1,Vi,jM),l.Kf=function(e,n){q6n(u(e,36),n)},D(Yn,"SemiInteractiveCrossMinProcessor",1678),M(1679,1,Kr,Y9),l.Mb=function(e){return u(e,10).k==(Un(),Ts)},D(Yn,"SemiInteractiveCrossMinProcessor/lambda$0$Type",1679),M(1680,1,Kr,$M),l.Mb=function(e){return mte(u(e,10))._b((Me(),I3))},D(Yn,"SemiInteractiveCrossMinProcessor/lambda$1$Type",1680),M(1681,1,Xr,HB),l.Ne=function(e,n){return sgn(u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Yn,"SemiInteractiveCrossMinProcessor/lambda$2$Type",1681),M(1682,1,{},VB),l.Ve=function(e,n){return Cln(u(e,10),u(n,10))},D(Yn,"SemiInteractiveCrossMinProcessor/lambda$3$Type",1682),M(1684,1,Vi,$Q),l.Kf=function(e,n){f7n(u(e,36),n)},D(Yn,"SortByInputModelProcessor",1684),M(1685,1,Kr,zQ),l.Mb=function(e){return u(e,12).g.c.length!=0},D(Yn,"SortByInputModelProcessor/lambda$0$Type",1685),M(1686,1,rr,kVt),l.Cd=function(e){Y3n(this.a,u(e,12))},D(Yn,"SortByInputModelProcessor/lambda$1$Type",1686),M(1759,817,{},Aoe),l.df=function(e){var n,r,s,o;switch(this.c=e,this.a.g){case 2:n=new ge,xs(Ai(new ln(null,new gn(this.c.a.b,16)),new WB),new WYt(this,n)),SO(this,new UB),Tu(n,new GB),n.c.length=0,xs(Ai(new ln(null,new gn(this.c.a.b,16)),new HQ),new TVt(n)),SO(this,new VQ),Tu(n,new UQ),n.c.length=0,r=LQt(rat(Py(new ln(null,new gn(this.c.a.b,16)),new CVt(this))),new GQ),xs(new ln(null,new gn(this.c.a.a,16)),new qYt(r,n)),SO(this,new KB),Tu(n,new WQ),n.c.length=0;break;case 3:s=new ge,SO(this,new qQ),o=LQt(rat(Py(new ln(null,new gn(this.c.a.b,16)),new EVt(this))),new KQ),xs(Ai(new ln(null,new gn(this.c.a.b,16)),new YQ),new VYt(o,s)),SO(this,new XQ),Tu(s,new QQ),s.c.length=0;break;default:throw nt(new KGt)}},l.b=0,D(Gs,"EdgeAwareScanlineConstraintCalculation",1759),M(1760,1,Xd,qQ),l.Lb=function(e){return At(u(e,60).g,154)},l.Fb=function(e){return this===e},l.Mb=function(e){return At(u(e,60).g,154)},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$0$Type",1760),M(1761,1,{},EVt),l.Ye=function(e){return I4n(this.a,u(e,60))},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$1$Type",1761),M(1769,1,wV,$Yt),l.de=function(){hS(this.a,this.b,-1)},l.b=0,D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$10$Type",1769),M(1771,1,Xd,UB),l.Lb=function(e){return At(u(e,60).g,154)},l.Fb=function(e){return this===e},l.Mb=function(e){return At(u(e,60).g,154)},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$11$Type",1771),M(1772,1,rr,GB),l.Cd=function(e){u(e,380).de()},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$12$Type",1772),M(1773,1,Kr,HQ),l.Mb=function(e){return At(u(e,60).g,10)},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$13$Type",1773),M(1775,1,rr,TVt),l.Cd=function(e){Jbn(this.a,u(e,60))},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$14$Type",1775),M(1774,1,wV,UYt),l.de=function(){hS(this.b,this.a,-1)},l.a=0,D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$15$Type",1774),M(1776,1,Xd,VQ),l.Lb=function(e){return At(u(e,60).g,10)},l.Fb=function(e){return this===e},l.Mb=function(e){return At(u(e,60).g,10)},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$16$Type",1776),M(1777,1,rr,UQ),l.Cd=function(e){u(e,380).de()},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$17$Type",1777),M(1778,1,{},CVt),l.Ye=function(e){return O4n(this.a,u(e,60))},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$18$Type",1778),M(1779,1,{},GQ),l.We=function(){return 0},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$19$Type",1779),M(1762,1,{},KQ),l.We=function(){return 0},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$2$Type",1762),M(1781,1,rr,qYt),l.Cd=function(e){run(this.a,this.b,u(e,316))},l.a=0,D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$20$Type",1781),M(1780,1,wV,HYt),l.de=function(){V1e(this.a,this.b,-1)},l.b=0,D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$21$Type",1780),M(1782,1,Xd,KB),l.Lb=function(e){return u(e,60),!0},l.Fb=function(e){return this===e},l.Mb=function(e){return u(e,60),!0},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$22$Type",1782),M(1783,1,rr,WQ),l.Cd=function(e){u(e,380).de()},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$23$Type",1783),M(1763,1,Kr,YQ),l.Mb=function(e){return At(u(e,60).g,10)},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$3$Type",1763),M(1765,1,rr,VYt),l.Cd=function(e){iun(this.a,this.b,u(e,60))},l.a=0,D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$4$Type",1765),M(1764,1,wV,GYt),l.de=function(){hS(this.b,this.a,-1)},l.a=0,D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$5$Type",1764),M(1766,1,Xd,XQ),l.Lb=function(e){return u(e,60),!0},l.Fb=function(e){return this===e},l.Mb=function(e){return u(e,60),!0},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$6$Type",1766),M(1767,1,rr,QQ),l.Cd=function(e){u(e,380).de()},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$7$Type",1767),M(1768,1,Kr,WB),l.Mb=function(e){return At(u(e,60).g,154)},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$8$Type",1768),M(1770,1,rr,WYt),l.Cd=function(e){k0n(this.a,this.b,u(e,60))},D(Gs,"EdgeAwareScanlineConstraintCalculation/lambda$9$Type",1770),M(1586,1,Vi,dJt),l.Kf=function(e,n){$7n(this,u(e,36),n)};var u4e;D(Gs,"HorizontalGraphCompactor",1586),M(1587,1,{},_Vt),l.ff=function(e,n){var r,s,o;return q3t(e,n)||(r=Y4(e),s=Y4(n),r&&r.k==(Un(),Ds)||s&&s.k==(Un(),Ds))?0:(o=u(K(this.a.a,(ae(),H5)),312),Vin(o,r?r.k:(Un(),ha),s?s.k:(Un(),ha)))},l.gf=function(e,n){var r,s,o;return q3t(e,n)?1:(r=Y4(e),s=Y4(n),o=u(K(this.a.a,(ae(),H5)),312),Omt(o,r?r.k:(Un(),ha),s?s.k:(Un(),ha)))},D(Gs,"HorizontalGraphCompactor/1",1587),M(1588,1,{},X9),l.ef=function(e,n){return HC(),e.a.i==0},D(Gs,"HorizontalGraphCompactor/lambda$0$Type",1588),M(1589,1,{},SVt),l.ef=function(e,n){return Aln(this.a,e,n)},D(Gs,"HorizontalGraphCompactor/lambda$1$Type",1589),M(1730,1,{},rae);var l4e,h4e;D(Gs,"LGraphToCGraphTransformer",1730),M(1738,1,Kr,JQ),l.Mb=function(e){return e!=null},D(Gs,"LGraphToCGraphTransformer/0methodref$nonNull$Type",1738),M(1731,1,{},ZQ),l.Kb=function(e){return Bf(),ec(K(u(u(e,60).g,10),(ae(),Di)))},D(Gs,"LGraphToCGraphTransformer/lambda$0$Type",1731),M(1732,1,{},YB),l.Kb=function(e){return Bf(),gue(u(u(e,60).g,154))},D(Gs,"LGraphToCGraphTransformer/lambda$1$Type",1732),M(1741,1,Kr,tJ),l.Mb=function(e){return Bf(),At(u(e,60).g,10)},D(Gs,"LGraphToCGraphTransformer/lambda$10$Type",1741),M(1742,1,rr,eJ),l.Cd=function(e){Oln(u(e,60))},D(Gs,"LGraphToCGraphTransformer/lambda$11$Type",1742),M(1743,1,Kr,nJ),l.Mb=function(e){return Bf(),At(u(e,60).g,154)},D(Gs,"LGraphToCGraphTransformer/lambda$12$Type",1743),M(1747,1,rr,rJ),l.Cd=function(e){lbn(u(e,60))},D(Gs,"LGraphToCGraphTransformer/lambda$13$Type",1747),M(1744,1,rr,AVt),l.Cd=function(e){Brn(this.a,u(e,8))},l.a=0,D(Gs,"LGraphToCGraphTransformer/lambda$14$Type",1744),M(1745,1,rr,LVt),l.Cd=function(e){jrn(this.a,u(e,116))},l.a=0,D(Gs,"LGraphToCGraphTransformer/lambda$15$Type",1745),M(1746,1,rr,MVt),l.Cd=function(e){Rrn(this.a,u(e,8))},l.a=0,D(Gs,"LGraphToCGraphTransformer/lambda$16$Type",1746),M(1748,1,{},iJ),l.Kb=function(e){return Bf(),new ln(null,new Am(new nr(ir(As(u(e,10)).a.Kc(),new q))))},D(Gs,"LGraphToCGraphTransformer/lambda$17$Type",1748),M(1749,1,Kr,sJ),l.Mb=function(e){return Bf(),ho(u(e,18))},D(Gs,"LGraphToCGraphTransformer/lambda$18$Type",1749),M(1750,1,rr,DVt),l.Cd=function(e){t0n(this.a,u(e,18))},D(Gs,"LGraphToCGraphTransformer/lambda$19$Type",1750),M(1734,1,rr,IVt),l.Cd=function(e){Sfn(this.a,u(e,154))},D(Gs,"LGraphToCGraphTransformer/lambda$2$Type",1734),M(1751,1,{},XB),l.Kb=function(e){return Bf(),new ln(null,new gn(u(e,30).a,16))},D(Gs,"LGraphToCGraphTransformer/lambda$20$Type",1751),M(1752,1,{},aJ),l.Kb=function(e){return Bf(),new ln(null,new Am(new nr(ir(As(u(e,10)).a.Kc(),new q))))},D(Gs,"LGraphToCGraphTransformer/lambda$21$Type",1752),M(1753,1,{},QB),l.Kb=function(e){return Bf(),u(K(u(e,18),(ae(),Ew)),15)},D(Gs,"LGraphToCGraphTransformer/lambda$22$Type",1753),M(1754,1,Kr,oJ),l.Mb=function(e){return Uin(u(e,15))},D(Gs,"LGraphToCGraphTransformer/lambda$23$Type",1754),M(1755,1,rr,OVt),l.Cd=function(e){x4n(this.a,u(e,15))},D(Gs,"LGraphToCGraphTransformer/lambda$24$Type",1755),M(1733,1,rr,YYt),l.Cd=function(e){T1n(this.a,this.b,u(e,154))},D(Gs,"LGraphToCGraphTransformer/lambda$3$Type",1733),M(1735,1,{},cJ),l.Kb=function(e){return Bf(),new ln(null,new gn(u(e,30).a,16))},D(Gs,"LGraphToCGraphTransformer/lambda$4$Type",1735),M(1736,1,{},uJ),l.Kb=function(e){return Bf(),new ln(null,new Am(new nr(ir(As(u(e,10)).a.Kc(),new q))))},D(Gs,"LGraphToCGraphTransformer/lambda$5$Type",1736),M(1737,1,{},Q9),l.Kb=function(e){return Bf(),u(K(u(e,18),(ae(),Ew)),15)},D(Gs,"LGraphToCGraphTransformer/lambda$6$Type",1737),M(1739,1,rr,PVt),l.Cd=function(e){P4n(this.a,u(e,15))},D(Gs,"LGraphToCGraphTransformer/lambda$8$Type",1739),M(1740,1,rr,XYt),l.Cd=function(e){uin(this.a,this.b,u(e,154))},D(Gs,"LGraphToCGraphTransformer/lambda$9$Type",1740),M(1729,1,{},lJ),l.cf=function(e){var n,r,s,o,h;for(this.a=e,this.d=new Ont,this.c=Vt($9t,Ln,125,this.a.a.a.c.length,0,1),this.b=0,r=new J(this.a.a.a);r.a<r.c.c.length;)n=u(et(r),316),n.d=this.b,h=xm(ID(new B2,n),this.d),this.c[this.b]=h,++this.b;for(QTn(this),Q9n(this),t6n(this),ect(lit(this.d),new E6),o=new J(this.a.a.b);o.a<o.c.c.length;)s=u(et(o),60),s.d.c=this.c[s.a.d].e+s.b.a},l.b=0,D(Gs,"NetworkSimplexCompaction",1729),M(154,1,{34:1,154:1},CS),l.Fd=function(e){return h0n(this,u(e,154))},l.Ib=function(){return gue(this)},D(Gs,"VerticalSegment",154),M(841,1,{},Pxt),l.c=0,l.e=0,l.i=0,D(qS,"BetweenLayerEdgeTwoNodeCrossingsCounter",841),M(677,1,{677:1},qoe),l.Ib=function(){return"AdjacencyList [node="+this.d+", adjacencies= "+this.a+"]"},l.b=0,l.c=0,l.f=0,D(qS,"BetweenLayerEdgeTwoNodeCrossingsCounter/AdjacencyList",677),M(293,1,{34:1,293:1},xJt),l.Fd=function(e){return Scn(this,u(e,293))},l.Ib=function(){return"Adjacency [position="+this.c+", cardinality="+this.a+", currentCardinality="+this.b+"]"},l.a=0,l.b=0,l.c=0,D(qS,"BetweenLayerEdgeTwoNodeCrossingsCounter/AdjacencyList/Adjacency",293),M(2026,1,{},vfe),l.b=0,l.e=!1,D(qS,"CrossingMatrixFiller",2026);var f4e=us(R0,"IInitializable");M(1867,1,pP,JYt),l.gg=function(e,n,r,s,o,h){},l.ig=function(e,n,r){},l.eg=function(){return this.c!=(qm(),NA)},l.fg=function(){this.e=Vt(Or,ii,28,this.d,15,1)},l.hg=function(e,n){n[e][0].c.p=e},l.jg=function(e,n,r,s){++this.d},l.kg=function(){return!0},l.lg=function(e,n,r,s){return aue(this,e,n,r),F1n(this,n)},l.mg=function(e,n){var r;return r=Onn(n,e.length),aue(this,e,r,n),kce(this,r)},l.d=0,D(qS,"GreedySwitchHeuristic",1867),M(2029,1,{},pte),l.b=0,l.d=0,D(qS,"NorthSouthEdgeNeighbouringNodeCrossingsCounter",2029),M(2016,1,{},Jde),l.a=!1,D(qS,"SwitchDecider",2016),M(105,1,{105:1},Sfe),l.a=null,l.c=null,l.i=null,D(Dk,"SelfHyperLoop",105),M(2013,1,{},gle),l.c=0,l.e=0,D(Dk,"SelfHyperLoopLabels",2013),M(421,22,{3:1,34:1,22:1,421:1},P$);var Rk,wT,mT,lft,d4e=Cr(Dk,"SelfHyperLoopLabels/Alignment",421,Ir,t1n,San),g4e;M(340,1,{340:1},Kie),D(Dk,"SelfLoopEdge",340),M(337,1,{337:1},ple),l.a=!1,D(Dk,"SelfLoopHolder",337),M(1790,1,Kr,fJ),l.Mb=function(e){return ho(u(e,18))},D(Dk,"SelfLoopHolder/lambda$0$Type",1790),M(113,1,{113:1},yle),l.a=!1,l.c=!1,D(Dk,"SelfLoopPort",113),M(1855,1,Kr,Jx),l.Mb=function(e){return ho(u(e,18))},D(Dk,"SelfLoopPort/lambda$0$Type",1855),M(375,22,{3:1,34:1,22:1,375:1},BD);var hG,VP,fG,dG,gG,p4e=Cr(Dk,"SelfLoopType",375,Ir,U1n,Aan),b4e;M(1798,1,{},Vet);var w4e,m4e,v4e,y4e;D(lh,"PortRestorer",1798),M(372,22,{3:1,34:1,22:1,372:1},frt);var bv,Jb,wv,hft=Cr(lh,"PortRestorer/PortSideArea",372,Ir,zhn,Tan),x4e;M(1799,1,{},hJ),l.Kb=function(e){return jb(),u(e,15).Oc()},D(lh,"PortRestorer/lambda$0$Type",1799),M(1800,1,rr,JB),l.Cd=function(e){jb(),u(e,113).c=!1},D(lh,"PortRestorer/lambda$1$Type",1800),M(1809,1,Kr,ZB),l.Mb=function(e){return jb(),u(e,12).j==(ve(),Gn)},D(lh,"PortRestorer/lambda$10$Type",1809),M(1810,1,{},tR),l.Kb=function(e){return jb(),u(e,113).d},D(lh,"PortRestorer/lambda$11$Type",1810),M(1811,1,rr,NVt),l.Cd=function(e){Rnn(this.a,u(e,12))},D(lh,"PortRestorer/lambda$12$Type",1811),M(1801,1,rr,FVt),l.Cd=function(e){tsn(this.a,u(e,105))},D(lh,"PortRestorer/lambda$2$Type",1801),M(1802,1,Xr,eR),l.Ne=function(e,n){return P0n(u(e,113),u(n,113))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(lh,"PortRestorer/lambda$3$Type",1802),M(1803,1,Kr,nm),l.Mb=function(e){return jb(),u(e,113).c},D(lh,"PortRestorer/lambda$4$Type",1803),M(1804,1,Kr,nR),l.Mb=function(e){return Cgn(u(e,12))},D(lh,"PortRestorer/lambda$5$Type",1804),M(1805,1,Kr,J9),l.Mb=function(e){return jb(),u(e,12).j==(ve(),Hn)},D(lh,"PortRestorer/lambda$6$Type",1805),M(1806,1,Kr,rR),l.Mb=function(e){return jb(),u(e,12).j==(ve(),Jn)},D(lh,"PortRestorer/lambda$7$Type",1806),M(1807,1,Kr,iR),l.Mb=function(e){return i1n(u(e,12))},D(lh,"PortRestorer/lambda$8$Type",1807),M(1808,1,Kr,sR),l.Mb=function(e){return jb(),u(e,12).j==(ve(),vr)},D(lh,"PortRestorer/lambda$9$Type",1808),M(276,22,{3:1,34:1,22:1,276:1},K6);var fft,dft,gft,pft,bft,wft,mft,vft,c_t=Cr(lh,"PortSideAssigner/Target",276,Ir,y0n,Lan),k4e;M(1791,1,{},m4),l.Kb=function(e){return Ai(new ln(null,new gn(u(e,105).j,16)),new aR)},D(lh,"PortSideAssigner/lambda$1$Type",1791),M(1792,1,{},dJ),l.Kb=function(e){return u(e,113).d},D(lh,"PortSideAssigner/lambda$2$Type",1792),M(1793,1,rr,gJ),l.Cd=function(e){Qs(u(e,12),(ve(),Hn))},D(lh,"PortSideAssigner/lambda$3$Type",1793),M(1794,1,{},Z9),l.Kb=function(e){return u(e,113).d},D(lh,"PortSideAssigner/lambda$4$Type",1794),M(1795,1,rr,BVt),l.Cd=function(e){Uen(this.a,u(e,12))},D(lh,"PortSideAssigner/lambda$5$Type",1795),M(1796,1,Xr,zM),l.Ne=function(e,n){return Yun(u(e,105),u(n,105))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(lh,"PortSideAssigner/lambda$6$Type",1796),M(1797,1,Xr,pJ),l.Ne=function(e,n){return mcn(u(e,113),u(n,113))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(lh,"PortSideAssigner/lambda$7$Type",1797),M(820,1,Kr,aR),l.Mb=function(e){return u(e,113).c},D(lh,"PortSideAssigner/lambda$8$Type",820),M(2108,1,{}),D(Ub,"AbstractSelfLoopRouter",2108),M(1816,1,Xr,bJ),l.Ne=function(e,n){return Xsn(u(e,105),u(n,105))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ub,_be,1816),M(1817,1,Xr,wJ),l.Ne=function(e,n){return Ysn(u(e,105),u(n,105))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ub,Sbe,1817),M(1856,2108,{},mJ),l.ng=function(e,n,r){return r},D(Ub,"OrthogonalSelfLoopRouter",1856),M(1858,1,rr,QYt),l.Cd=function(e){V5t(this.b,this.a,u(e,8))},D(Ub,"OrthogonalSelfLoopRouter/lambda$0$Type",1858),M(1857,1856,{},vJ),l.ng=function(e,n,r){var s,o;return s=e.c.d,kE(r,0,Ei(Ma(s.n),s.a)),o=e.d.d,Zr(r,Ei(Ma(o.n),o.a)),Z8n(r)},D(Ub,"PolylineSelfLoopRouter",1857),M(1812,1,{},Uet),l.a=null;var N5;D(Ub,"RoutingDirector",1812),M(1813,1,Xr,yJ),l.Ne=function(e,n){return pcn(u(e,113),u(n,113))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ub,"RoutingDirector/lambda$0$Type",1813),M(1814,1,{},xJ),l.Kb=function(e){return v$(),u(e,105).j},D(Ub,"RoutingDirector/lambda$1$Type",1814),M(1815,1,rr,kJ),l.Cd=function(e){v$(),u(e,15).jd(N5)},D(Ub,"RoutingDirector/lambda$2$Type",1815),M(1818,1,{},EJ),D(Ub,"RoutingSlotAssigner",1818),M(1819,1,Kr,RVt),l.Mb=function(e){return yrn(this.a,u(e,105))},D(Ub,"RoutingSlotAssigner/lambda$0$Type",1819),M(1820,1,Xr,jVt),l.Ne=function(e,n){return Vcn(this.a,u(e,105),u(n,105))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ub,"RoutingSlotAssigner/lambda$1$Type",1820),M(1859,1856,{},TJ),l.ng=function(e,n,r){var s,o,h,d;return s=Rt(Ht(xH(e.b.g.b,(Me(),G5)))),d=new EJt(ot(st(ua,1),le,8,0,[(h=e.c.d,Ei(new eo(h.n),h.a))])),Axn(e,n,r,d,s),Zr(d,(o=e.d.d,Ei(new eo(o.n),o.a))),$le(new Ckt(d))},D(Ub,"SplineSelfLoopRouter",1859),M(586,1,Xr,_oe,VZt),l.Ne=function(e,n){return Cpe(this,u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(z8t,"ModelOrderNodeComparator",586),M(1821,1,Kr,qM),l.Mb=function(e){return u(e,12).e.c.length!=0},D(z8t,"ModelOrderNodeComparator/lambda$0$Type",1821),M(821,1,Xr,eue,Bre),l.Ne=function(e,n){return jte(this,e,n)},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},l.b=!1,D(z8t,"ModelOrderPortComparator",821),M(815,1,{},HM),l.og=function(e,n){var r,s,o,h;for(o=pfe(n),r=new ge,h=n.f/o,s=1;s<o;++s)pe(r,fe(qr(Oc(b.Math.round(s*h)))));return r},l.pg=function(){return!1},D(t0,"ARDCutIndexHeuristic",815),M(1544,1,Vi,CJ),l.Kf=function(e,n){w8n(u(e,36),n)},D(t0,"BreakingPointInserter",1544),M(313,1,{313:1},o3t),l.Ib=function(){var e;return e=new pb,e.a+="BPInfo[",e.a+=`
+ start=`,Zc(e,this.i),e.a+=`
+ end=`,Zc(e,this.a),e.a+=`
+ nodeStartEdge=`,Zc(e,this.e),e.a+=`
+ startEndEdge=`,Zc(e,this.j),e.a+=`
+ originalEdge=`,Zc(e,this.f),e.a+=`
+ startInLayerDummy=`,Zc(e,this.k),e.a+=`
+ startInLayerEdge=`,Zc(e,this.n),e.a+=`
+ endInLayerDummy=`,Zc(e,this.b),e.a+=`
+ endInLayerEdge=`,Zc(e,this.c),e.a},D(t0,"BreakingPointInserter/BPInfo",313),M(661,1,{661:1},YVt),l.a=!1,l.b=0,l.c=0,D(t0,"BreakingPointInserter/Cut",661),M(1545,1,Vi,_J),l.Kf=function(e,n){Oxn(u(e,36),n)},D(t0,"BreakingPointProcessor",1545),M(1546,1,Kr,SJ),l.Mb=function(e){return pae(u(e,10))},D(t0,"BreakingPointProcessor/0methodref$isEnd$Type",1546),M(1547,1,Kr,AJ),l.Mb=function(e){return bae(u(e,10))},D(t0,"BreakingPointProcessor/1methodref$isStart$Type",1547),M(1548,1,Vi,LJ),l.Kf=function(e,n){e6n(this,u(e,36),n)},D(t0,"BreakingPointRemover",1548),M(1549,1,rr,MJ),l.Cd=function(e){u(e,131).k=!0},D(t0,"BreakingPointRemover/lambda$0$Type",1549),M(811,1,{},L6t),l.b=0,l.e=0,l.f=0,l.j=0,D(t0,"GraphStats",811),M(812,1,{},oR),l.Ve=function(e,n){return b.Math.max(Rt(Ht(e)),Rt(Ht(n)))},D(t0,"GraphStats/0methodref$max$Type",812),M(813,1,{},cR),l.Ve=function(e,n){return b.Math.max(Rt(Ht(e)),Rt(Ht(n)))},D(t0,"GraphStats/2methodref$max$Type",813),M(1726,1,{},DJ),l.Ve=function(e,n){return ncn(Ht(e),Ht(n))},D(t0,"GraphStats/lambda$1$Type",1726),M(1727,1,{},$Vt),l.Kb=function(e){return xle(this.a,u(e,30))},D(t0,"GraphStats/lambda$2$Type",1727),M(1728,1,{},zVt),l.Kb=function(e){return dde(this.a,u(e,30))},D(t0,"GraphStats/lambda$6$Type",1728),M(814,1,{},uR),l.og=function(e,n){var r;return r=u(K(e,(Me(),iAt)),15),r||(wn(),wn(),so)},l.pg=function(){return!1},D(t0,"ICutIndexCalculator/ManualCutIndexCalculator",814),M(816,1,{},lR),l.og=function(e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt;for(Kt=(n.n==null&&Yle(n),n.n),k=(n.d==null&&Yle(n),n.d),Bt=Vt(wa,Io,28,Kt.length,15,1),Bt[0]=Kt[0],Tt=Kt[0],T=1;T<Kt.length;T++)Bt[T]=Bt[T-1]+Kt[T],Tt+=Kt[T];for(o=pfe(n)-1,d=u(K(e,(Me(),sAt)),17).a,s=Vs,r=new ge,j=b.Math.max(0,o-d);j<=b.Math.min(n.f-1,o+d);j++){if(tt=Tt/(j+1),ct=0,A=1,h=new ge,St=Vs,N=0,m=0,W=k[0],j==0)St=Tt,m=(n.g==null&&(n.g=Poe(n,new cR)),Rt(n.g));else{for(;A<n.f;)Bt[A-1]-ct>=tt&&(pe(h,fe(A)),St=b.Math.max(St,Bt[A-1]-N),m+=W,ct+=Bt[A-1]-ct,N=Bt[A-1],W=k[A]),W=b.Math.max(W,k[A]),++A;m+=W}U=b.Math.min(1/St,1/n.b/m),U>s&&(s=U,r=h)}return r},l.pg=function(){return!1},D(t0,"MSDCutIndexHeuristic",816),M(1683,1,Vi,IJ),l.Kf=function(e,n){HEn(u(e,36),n)},D(t0,"SingleEdgeGraphWrapper",1683),M(232,22,{3:1,34:1,22:1,232:1},QC);var F5,vT,yT,T3,bA,B5,xT=Cr(zc,"CenterEdgeLabelPlacementStrategy",232,Ir,Adn,Man),E4e;M(431,22,{3:1,34:1,22:1,431:1},Pwt);var u_t,yft,l_t=Cr(zc,"ConstraintCalculationStrategy",431,Ir,Wln,Dan),T4e;M(322,22,{3:1,34:1,22:1,322:1,188:1,196:1},drt),l.dg=function(){return Jfe(this)},l.qg=function(){return Jfe(this)};var UP,wA,h_t,f_t=Cr(zc,"CrossingMinimizationStrategy",322,Ir,qhn,Ian),C4e;M(351,22,{3:1,34:1,22:1,351:1},grt);var d_t,xft,pG,g_t=Cr(zc,"CuttingStrategy",351,Ir,Hhn,Oan),_4e;M(348,22,{3:1,34:1,22:1,348:1,188:1,196:1},RD),l.dg=function(){return q1e(this)},l.qg=function(){return q1e(this)};var p_t,kft,kT,Eft,ET,b_t=Cr(zc,"CycleBreakingStrategy",348,Ir,G1n,Pan),S4e;M(428,22,{3:1,34:1,22:1,428:1},Nwt);var bG,w_t,m_t=Cr(zc,"DirectionCongruency",428,Ir,Kln,Nan),A4e;M(459,22,{3:1,34:1,22:1,459:1},prt);var TT,Tft,R5,L4e=Cr(zc,"EdgeConstraint",459,Ir,Vhn,qan),M4e;M(283,22,{3:1,34:1,22:1,283:1},JC);var Cft,_ft,Sft,Aft,wG,Lft,v_t=Cr(zc,"EdgeLabelSideSelection",283,Ir,Cdn,Han),D4e;M(487,22,{3:1,34:1,22:1,487:1},Fwt);var mG,y_t,x_t=Cr(zc,"EdgeStraighteningStrategy",487,Ir,Gln,Van),I4e;M(281,22,{3:1,34:1,22:1,281:1},ZC);var Mft,k_t,E_t,vG,T_t,C_t,__t=Cr(zc,"FixedAlignment",281,Ir,_dn,zan),O4e;M(282,22,{3:1,34:1,22:1,282:1},t_);var S_t,A_t,L_t,M_t,mA,D_t,I_t=Cr(zc,"GraphCompactionStrategy",282,Ir,Sdn,Fan),P4e;M(259,22,{3:1,34:1,22:1,259:1},ky);var CT,yG,_T,zh,vA,xG,ST,j5,kG,yA,Dft=Cr(zc,"GraphProperties",259,Ir,hgn,Ban),N4e;M(298,22,{3:1,34:1,22:1,298:1},brt);var GP,Ift,Oft,Pft=Cr(zc,"GreedySwitchType",298,Ir,Uhn,Ran),F4e;M(311,22,{3:1,34:1,22:1,311:1},wrt);var jk,KP,$5,B4e=Cr(zc,"InLayerConstraint",311,Ir,Ghn,jan),R4e;M(429,22,{3:1,34:1,22:1,429:1},Bwt);var Nft,O_t,P_t=Cr(zc,"InteractiveReferencePoint",429,Ir,thn,$an),j4e,N_t,$k,mv,EG,F_t,B_t,TG,R_t,WP,CG,xA,zk,Bg,Fft,_G,_c,j_t,Zb,uu,Bft,Rft,YP,kw,vv,qk,$_t,Hk,XP,C3,I1,hf,jft,z5,Bi,Di,z_t,q_t,H_t,V_t,U_t,$ft,SG,ml,yv,zft,Vk,kA,dd,q5,xv,H5,V5,AT,Ew,G_t,qft,Hft,Uk;M(171,22,{3:1,34:1,22:1,171:1},jD);var EA,t2,TA,_3,QP,K_t=Cr(zc,"LayerConstraint",171,Ir,W1n,Uan),$4e;M(859,1,af,Get),l.hf=function(e){Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,H8t),""),"Direction Congruency"),"Specifies how drawings of the same graph with different layout directions compare to each other: either a natural reading direction is preserved or the drawings are rotated versions of each other."),rSt),(Pp(),rs)),m_t),Ze((A1(),_n))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,V8t),""),"Feedback Edges"),"Whether feedback edges should be highlighted by routing around the nodes."),(Nn(),!1)),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,IV),""),"Interactive Reference Point"),"Determines which point of a node is considered by interactive layout phases."),uSt),rs),P_t),Ze(_n)))),Bs(e,IV,Nut,P5e),Bs(e,IV,HS,O5e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,U8t),""),"Merge Edges"),"Edges that have no ports are merged so they touch the connected nodes at the same points. When this option is disabled, one port is created for each edge directly connected to a node. When it is enabled, all such incoming edges share an input port, and all outgoing edges share an output port."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,G8t),""),"Merge Hierarchy-Crossing Edges"),"If hierarchical layout is active, hierarchy-crossing edges use as few hierarchical ports as possible. They are broken by the algorithm, with hierarchical ports inserted as required. Usually, one such port is created for each edge at each hierarchy crossing point. With this option set to true, we try to create as few hierarchical ports as possible in the process. In particular, all edges that form a hyperedge can share a port."),!0),aa),Es),Ze(_n)))),Xe(e,new qe(Bnn(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,K8t),""),"Allow Non-Flow Ports To Switch Sides"),"Specifies whether non-flow ports may switch sides if their node's port constraints are either FIXED_SIDE or FIXED_ORDER. A non-flow port is a port on a side that is not part of the currently configured layout flow. For instance, given a left-to-right layout direction, north and south ports would be considered non-flow ports. Further note that the underlying criterium whether to switch sides or not solely relies on the minimization of edge crossings. Hence, edge length and other aesthetics criteria are not addressed."),!1),aa),Es),Ze(Dw)),ot(st(Ne,1),le,2,6,["org.eclipse.elk.layered.northOrSouthPort"])))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,W8t),""),"Port Sorting Strategy"),"Only relevant for nodes with FIXED_SIDE port constraints. Determines the way a node's ports are distributed on the sides of a node if their order is not prescribed. The option is set on parent nodes."),wSt),rs),_At),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Y8t),""),"Thoroughness"),"How much effort should be spent to produce a nice layout."),fe(7)),ic),Na),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,X8t),""),"Add Unnecessary Bendpoints"),"Adds bend points even if an edge does not change direction. If true, each long edge dummy will contribute a bend point to its edges and hierarchy-crossing edges will always get a bend point where they cross hierarchy boundaries. By default, bend points are only added where an edge changes direction."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Q8t),""),"Generate Position and Layer IDs"),"If enabled position id and layer id are generated, which are usually only used internally when setting the interactiveLayout option. This option should be specified on the root node."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Nut),"cycleBreaking"),"Cycle Breaking Strategy"),"Strategy for cycle breaking. Cycle breaking looks for cycles in the graph and determines which edges to reverse to break the cycles. Reversed edges will end up pointing to the opposite direction of regular edges (that is, reversed edges will point left if edges usually point right)."),nSt),rs),b_t),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,bP),slt),"Node Layering Strategy"),"Strategy for node layering."),fSt),rs),gAt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,J8t),slt),"Layer Constraint"),"Determines a constraint on the placement of the node regarding the layering."),lSt),rs),K_t),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Z8t),slt),"Layer Choice Constraint"),"Allows to set a constraint regarding the layer placement of a node. Let i be the value of teh constraint. Assumed the drawing has n layers and i < n. If set to i, it expresses that the node should be placed in i-th layer. Should i>=n be true then the node is placed in the last layer of the drawing. Note that this option is not part of any of ELK Layered's default configurations but is only evaluated as part of the `InteractiveLayeredGraphVisitor`, which must be applied manually or used via the `DiagramLayoutEngine."),null),ic),Na),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,tEt),slt),"Layer ID"),"Layer identifier that was calculated by ELK Layered for a node. This is only generated if interactiveLayot or generatePositionAndLayerIds is set."),fe(-1)),ic),Na),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Fut),l2e),"Upper Bound On Width [MinWidth Layerer]"),"Defines a loose upper bound on the width of the MinWidth layerer. If set to '-1' multiple values are tested and the best result is selected."),fe(4)),ic),Na),Ze(_n)))),Bs(e,Fut,bP,z5e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,But),l2e),"Upper Layer Estimation Scaling Factor [MinWidth Layerer]"),"Multiplied with Upper Bound On Width for defining an upper bound on the width of layers which haven't been determined yet, but whose maximum width had been (roughly) estimated by the MinWidth algorithm. Compensates for too high estimations. If set to '-1' multiple values are tested and the best result is selected."),fe(2)),ic),Na),Ze(_n)))),Bs(e,But,bP,H5e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Rut),h2e),"Node Promotion Strategy"),"Reduces number of dummy nodes after layering phase (if possible)."),hSt),rs),EAt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,jut),h2e),"Max Node Promotion Iterations"),"Limits the number of iterations for node promotion."),fe(0)),ic),Na),Ze(_n)))),Bs(e,jut,Rut,null),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,$ut),"layering.coffmanGraham"),"Layer Bound"),"The maximum number of nodes allowed per layer."),fe(ki)),ic),Na),Ze(_n)))),Bs(e,$ut,bP,F5e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,HS),eT),"Crossing Minimization Strategy"),"Strategy for crossing minimization."),eSt),rs),f_t),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,eEt),eT),"Force Node Model Order"),"The node order given by the model does not change to produce a better layout. E.g. if node A is before node B in the model this is not changed during crossing minimization. This assumes that the node model order is already respected before crossing minimization. This can be achieved by setting considerModelOrder.strategy to NODES_AND_EDGES."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,zut),eT),"Hierarchical Sweepiness"),"How likely it is to use cross-hierarchy (1) vs bottom-up (-1)."),.1),Ga),zs),Ze(_n)))),Bs(e,zut,UV,a5e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,qut),eT),"Semi-Interactive Crossing Minimization"),"Preserves the order of nodes within a layer but still minimizes crossings between edges connecting long edge dummies. Derives the desired order from positions specified by the 'org.eclipse.elk.position' layout option. Requires a crossing minimization strategy that is able to process 'in-layer' constraints."),!1),aa),Es),Ze(_n)))),Bs(e,qut,HS,f5e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,nEt),eT),"In Layer Predecessor of"),"Allows to set a constraint which specifies of which node the current node is the predecessor. If set to 's' then the node is the predecessor of 's' and is in the same layer"),null),ex),Ne),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,rEt),eT),"In Layer Successor of"),"Allows to set a constraint which specifies of which node the current node is the successor. If set to 's' then the node is the successor of 's' and is in the same layer"),null),ex),Ne),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,iEt),eT),"Position Choice Constraint"),"Allows to set a constraint regarding the position placement of a node in a layer. Assumed the layer in which the node placed includes n other nodes and i < n. If set to i, it expresses that the node should be placed at the i-th position. Should i>=n be true then the node is placed at the last position in the layer. Note that this option is not part of any of ELK Layered's default configurations but is only evaluated as part of the `InteractiveLayeredGraphVisitor`, which must be applied manually or used via the `DiagramLayoutEngine."),null),ic),Na),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,sEt),eT),"Position ID"),"Position within a layer that was determined by ELK Layered for a node. This is only generated if interactiveLayot or generatePositionAndLayerIds is set."),fe(-1)),ic),Na),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,aEt),f2e),"Greedy Switch Activation Threshold"),"By default it is decided automatically if the greedy switch is activated or not. The decision is based on whether the size of the input graph (without dummy nodes) is smaller than the value of this option. A '0' enforces the activation."),fe(40)),ic),Na),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Hut),f2e),"Greedy Switch Crossing Minimization"),"Greedy Switch strategy for crossing minimization. The greedy switch heuristic is executed after the regular crossing minimization as a post-processor. Note that if 'hierarchyHandling' is set to 'INCLUDE_CHILDREN', the 'greedySwitchHierarchical.type' option must be used."),tSt),rs),Pft),Ze(_n)))),Bs(e,Hut,HS,i5e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,OV),"crossingMinimization.greedySwitchHierarchical"),"Greedy Switch Crossing Minimization (hierarchical)"),"Activates the greedy switch heuristic in case hierarchical layout is used. The differences to the non-hierarchical case (see 'greedySwitch.type') are: 1) greedy switch is inactive by default, 3) only the option value set on the node at which hierarchical layout starts is relevant, and 2) if it's activated by the user, it properly addresses hierarchy-crossing edges."),Z_t),rs),Pft),Ze(_n)))),Bs(e,OV,HS,e5e),Bs(e,OV,UV,n5e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,C5),d2e),"Node Placement Strategy"),"Strategy for node placement."),bSt),rs),mAt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,PV),d2e),"Favor Straight Edges Over Balancing"),"Favor straight edges over a balanced node placement. The default behavior is determined automatically based on the used 'edgeRouting'. For an orthogonal style it is set to true, for all other styles to false."),aa),Es),Ze(_n)))),Bs(e,PV,C5,txe),Bs(e,PV,C5,exe),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Vut),g2e),"BK Edge Straightening"),"Specifies whether the Brandes Koepf node placer tries to increase the number of straight edges at the expense of diagram size. There is a subtle difference to the 'favorStraightEdges' option, which decides whether a balanced placement of the nodes is desired, or not. In bk terms this means combining the four alignments into a single balanced one, or not. This option on the other hand tries to straighten additional edges during the creation of each of the four alignments."),dSt),rs),x_t),Ze(_n)))),Bs(e,Vut,C5,X5e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Uut),g2e),"BK Fixed Alignment"),"Tells the BK node placer to use a certain alignment (out of its four) instead of the one producing the smallest height, or the combination of all four."),gSt),rs),__t),Ze(_n)))),Bs(e,Uut,C5,J5e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Gut),"nodePlacement.linearSegments"),"Linear Segments Deflection Dampening"),"Dampens the movement of nodes to keep the diagram from getting too large."),.3),Ga),zs),Ze(_n)))),Bs(e,Gut,C5,rxe),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,Kut),"nodePlacement.networkSimplex"),"Node Flexibility"),"Aims at shorter and straighter edges. Two configurations are possible: (a) allow ports to move freely on the side they are assigned to (the order is always defined beforehand), (b) additionally allow to enlarge a node wherever it helps. If this option is not configured for a node, the 'nodeFlexibility.default' value is used, which is specified for the node's parent."),rs),h1t),Ze(Js)))),Bs(e,Kut,C5,oxe),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Wut),"nodePlacement.networkSimplex.nodeFlexibility"),"Node Flexibility Default"),"Default value of the 'nodeFlexibility' option for the children of a hierarchical node."),pSt),rs),h1t),Ze(_n)))),Bs(e,Wut,C5,axe),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,oEt),p2e),"Self-Loop Distribution"),"Alter the distribution of the loops around the node. It only takes effect for PortConstraints.FREE."),aSt),rs),LAt),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,cEt),p2e),"Self-Loop Ordering"),"Alter the ordering of the loops they can either be stacked or sequenced. It only takes effect for PortConstraints.FREE."),oSt),rs),MAt),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,NV),"edgeRouting.splines"),"Spline Routing Mode"),"Specifies the way control points are assembled for each individual edge. CONSERVATIVE ensures that edges are properly routed around the nodes but feels rather orthogonal at times. SLOPPY uses fewer control points to obtain curvier edge routes but may result in edges overlapping nodes."),cSt),rs),IAt),Ze(_n)))),Bs(e,NV,wP,E5e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,FV),"edgeRouting.splines.sloppy"),"Sloppy Spline Layer Spacing Factor"),"Spacing factor for routing area between layers when using sloppy spline routing."),.2),Ga),zs),Ze(_n)))),Bs(e,FV,wP,C5e),Bs(e,FV,NV,_5e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Yut),"edgeRouting.polyline"),"Sloped Edge Zone Width"),"Width of the strip to the left and to the right of each layer where the polyline edge router is allowed to refrain from ensuring that edges are routed horizontally. This prevents awkward bend points for nodes that extent almost to the edge of their layer."),2),Ga),zs),Ze(_n)))),Bs(e,Yut,wP,v5e),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,uEt),ld),"Spacing Base Value"),"An optional base value for all other layout options of the 'spacing' group. It can be used to conveniently alter the overall 'spaciousness' of the drawing. Whenever an explicit value is set for the other layout options, this base value will have no effect. The base value is not inherited, i.e. it must be set for each hierarchical node."),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,lEt),ld),"Edge Node Between Layers Spacing"),"The spacing to be preserved between nodes and edges that are routed next to the node's layer. For the spacing between nodes and edges that cross the node's layer 'spacing.edgeNode' is used."),10),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,hEt),ld),"Edge Edge Between Layer Spacing"),"Spacing to be preserved between pairs of edges that are routed between the same pair of layers. Note that 'spacing.edgeEdge' is used for the spacing between pairs of edges crossing the same layer."),10),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,fEt),ld),"Node Node Between Layers Spacing"),"The spacing to be preserved between any pair of nodes of two adjacent layers. Note that 'spacing.nodeNode' is used for the spacing between nodes within the layer itself."),20),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,dEt),EEt),"Direction Priority"),"Defines how important it is to have a certain edge point into the direction of the overall layout. This option is evaluated during the cycle breaking phase."),fe(0)),ic),Na),Ze(c0)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,gEt),EEt),"Shortness Priority"),"Defines how important it is to keep an edge as short as possible. This option is evaluated during the layering phase."),fe(0)),ic),Na),Ze(c0)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,pEt),EEt),"Straightness Priority"),"Defines how important it is to keep an edge straight, i.e. aligned with one of the two axes. This option is evaluated during node placement."),fe(0)),ic),Na),Ze(c0)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Xut),TEt),Dbe),"Tries to further compact components (disconnected sub-graphs)."),!1),aa),Es),Ze(_n)))),Bs(e,Xut,RS,!0),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,bEt),b2e),"Post Compaction Strategy"),w2e),Y_t),rs),I_t),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,wEt),b2e),"Post Compaction Constraint Calculation"),w2e),W_t),rs),l_t),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,BV),CEt),"High Degree Node Treatment"),"Makes room around high degree nodes to place leafs and trees."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Qut),CEt),"High Degree Node Threshold"),"Whether a node is considered to have a high degree."),fe(16)),ic),Na),Ze(_n)))),Bs(e,Qut,BV,!0),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Jut),CEt),"High Degree Node Maximum Tree Height"),"Maximum height of a subtree connected to a high degree node to be moved to separate layers."),fe(5)),ic),Na),Ze(_n)))),Bs(e,Jut,BV,!0),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Pg),_Et),"Graph Wrapping Strategy"),"For certain graphs and certain prescribed drawing areas it may be desirable to split the laid out graph into chunks that are placed side by side. The edges that connect different chunks are 'wrapped' around from the end of one chunk to the start of the other chunk. The points between the chunks are referred to as 'cuts'."),ySt),rs),FAt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,RV),_Et),"Additional Wrapped Edges Spacing"),"To visually separate edges that are wrapped from regularly routed edges an additional spacing value can be specified in form of this layout option. The spacing is added to the regular edgeNode spacing."),10),Ga),zs),Ze(_n)))),Bs(e,RV,Pg,yxe),Bs(e,RV,Pg,xxe),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,jV),_Et),"Correction Factor for Wrapping"),"At times and for certain types of graphs the executed wrapping may produce results that are consistently biased in the same fashion: either wrapping to often or to rarely. This factor can be used to correct the bias. Internally, it is simply multiplied with the 'aspect ratio' layout option."),1),Ga),zs),Ze(_n)))),Bs(e,jV,Pg,Exe),Bs(e,jV,Pg,Txe),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,VS),m2e),"Cutting Strategy"),"The strategy by which the layer indexes are determined at which the layering crumbles into chunks."),vSt),rs),g_t),Ze(_n)))),Bs(e,VS,Pg,Mxe),Bs(e,VS,Pg,Dxe),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,Zut),m2e),"Manually Specified Cuts"),"Allows the user to specify her own cuts for a certain graph."),pd),$h),Ze(_n)))),Bs(e,Zut,VS,_xe),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,tlt),"wrapping.cutting.msd"),"MSD Freedom"),"The MSD cutting strategy starts with an initial guess on the number of chunks the graph should be split into. The freedom specifies how much the strategy may deviate from this guess. E.g. if an initial number of 3 is computed, a freedom of 1 allows 2, 3, and 4 cuts."),mSt),ic),Na),Ze(_n)))),Bs(e,tlt,VS,Axe),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,$V),v2e),"Validification Strategy"),"When wrapping graphs, one can specify indices that are not allowed as split points. The validification strategy makes sure every computed split point is allowed."),xSt),rs),NAt),Ze(_n)))),Bs(e,$V,Pg,Hxe),Bs(e,$V,Pg,Vxe),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,zV),v2e),"Valid Indices for Wrapping"),null),pd),$h),Ze(_n)))),Bs(e,zV,Pg,$xe),Bs(e,zV,Pg,zxe),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,qV),SEt),"Improve Cuts"),"For general graphs it is important that not too many edges wrap backwards. Thus a compromise between evenly-distributed cuts and the total number of cut edges is sought."),!0),aa),Es),Ze(_n)))),Bs(e,qV,Pg,Nxe),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,HV),SEt),"Distance Penalty When Improving Cuts"),null),2),Ga),zs),Ze(_n)))),Bs(e,HV,Pg,Oxe),Bs(e,HV,qV,!0),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,elt),SEt),"Improve Wrapped Edges"),"The initial wrapping is performed in a very simple way. As a consequence, edges that wrap from one chunk to another may be unnecessarily long. Activating this option tries to shorten such edges."),!0),aa),Es),Ze(_n)))),Bs(e,elt,Pg,Bxe),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,mEt),alt),"Edge Label Side Selection"),"Method to decide on edge label sides."),sSt),rs),v_t),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,vEt),alt),"Edge Center Label Placement Strategy"),"Determines in which layer center labels of long edges should be placed."),iSt),rs),xT),Gi(_n,ot(st(H0,1),te,170,0,[Gp]))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,VV),US),"Consider Model Order"),"Preserves the order of nodes and edges in the model file if this does not lead to additional edge crossings. Depending on the strategy this is not always possible since the node and edge order might be conflicting."),J_t),rs),CAt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,yEt),US),"Consider Port Order"),"If disabled the port order of output ports is derived from the edge order and input ports are ordered by their incoming connections. If enabled all ports are ordered by the port model order."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,xEt),US),"No Model Order"),"Set on a node to not set a model order for this node even though it is a real node."),!1),aa),Es),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,nlt),US),"Consider Model Order for Components"),"If set to NONE the usual ordering strategy (by cumulative node priority and size of nodes) is used. INSIDE_PORT_SIDES orders the components with external ports only inside the groups with the same port side. FORCE_MODEL_ORDER enforces the mode order on components. This option might produce bad alignments and sub optimal drawings in terms of used area since the ordering should be respected."),X_t),rs),bCt),Ze(_n)))),Bs(e,nlt,RS,null),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,kEt),US),"Long Edge Ordering Strategy"),"Indicates whether long edges are sorted under, over, or equal to nodes that have no connection to a previous layer in a left-to-right or right-to-left layout. Under and over changes to right and left in a vertical layout."),Q_t),rs),bAt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,rlt),US),"Crossing Counter Node Order Influence"),"Indicates with what percentage (1 for 100%) violations of the node model order are weighted against the crossings e.g. a value of 0.5 means two model order violations are as important as on edge crossing. This allows some edge crossings in favor of preserving the model order. It is advised to set this value to a very small positive value (e.g. 0.001) to have minimal crossing and a optimal node order. Defaults to no influence (0)."),0),Ga),zs),Ze(_n)))),Bs(e,rlt,VV,null),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,ilt),US),"Crossing Counter Port Order Influence"),"Indicates with what percentage (1 for 100%) violations of the port model order are weighted against the crossings e.g. a value of 0.5 means two model order violations are as important as on edge crossing. This allows some edge crossings in favor of preserving the model order. It is advised to set this value to a very small positive value (e.g. 0.001) to have minimal crossing and a optimal port order. Defaults to no influence (0)."),0),Ga),zs),Ze(_n)))),Bs(e,ilt,VV,null),Fpe((new Ket,e))};var z4e,q4e,H4e,W_t,V4e,Y_t,U4e,X_t,G4e,K4e,W4e,Q_t,Y4e,X4e,Q4e,J_t,J4e,Z4e,t5e,Z_t,e5e,n5e,r5e,tSt,i5e,s5e,a5e,o5e,c5e,u5e,l5e,h5e,f5e,d5e,eSt,g5e,nSt,p5e,rSt,b5e,iSt,w5e,sSt,m5e,v5e,y5e,aSt,x5e,oSt,k5e,cSt,E5e,T5e,C5e,_5e,S5e,A5e,L5e,M5e,D5e,I5e,uSt,O5e,P5e,N5e,F5e,B5e,R5e,lSt,j5e,$5e,z5e,q5e,H5e,V5e,U5e,hSt,G5e,fSt,K5e,W5e,Y5e,dSt,X5e,Q5e,gSt,J5e,Z5e,txe,exe,nxe,rxe,ixe,sxe,pSt,axe,oxe,cxe,bSt,uxe,wSt,lxe,hxe,fxe,dxe,gxe,pxe,bxe,wxe,mxe,vxe,yxe,xxe,kxe,Exe,Txe,Cxe,_xe,Sxe,mSt,Axe,Lxe,vSt,Mxe,Dxe,Ixe,Oxe,Pxe,Nxe,Fxe,Bxe,Rxe,ySt,jxe,$xe,zxe,qxe,xSt,Hxe,Vxe;D(zc,"LayeredMetaDataProvider",859),M(998,1,af,Ket),l.hf=function(e){Fpe(e)};var s0,Vft,AG,CA,LG,kSt,MG,S3,DG,ESt,TSt,IG,Uft,q0,Gft,kv,CSt,JP,Kft,_St,Uxe,Gxe,Kxe,OG,Wft,_A,Tw,Wxe,fh,SSt,ASt,PG,Yft,a0,NG,Rg,LSt,MSt,DSt,Xft,Qft,ISt,zp,Jft,OSt,A3,PSt,NSt,FSt,FG,L3,Cw,BSt,RSt,qo,jSt,Yxe,Du,BG,$St,zSt,qSt,e2,_w,RG,HSt,VSt,jG,Ev,USt,Zft,SA,GSt,Tv,AA,$G,Sw,t1t,LT,zG,Aw,KSt,WSt,YSt,MT,XSt,Xxe,Qxe,Jxe,Zxe,Cv,M3,ms,qp,t6e,D3,QSt,DT,JSt,I3,e6e,IT,ZSt,Gk,n6e,r6e,ZP,e1t,tAt,tN,Yf,U5,G5,_v,Lw,qG,O3,n1t,OT,PT,Sv,K5,r1t,eN,LA,MA,i6e,s6e,a6e,eAt,o6e,i1t,nAt,rAt,iAt,sAt,s1t,aAt,oAt,cAt,uAt,a1t,HG;D(zc,"LayeredOptions",998),M(999,1,{},OJ),l.sf=function(){var e;return e=new eKt,e},l.tf=function(e){},D(zc,"LayeredOptions/LayeredFactory",999),M(1391,1,{}),l.a=0;var c6e;D(Ec,"ElkSpacings/AbstractSpacingsBuilder",1391),M(792,1391,{},D5t);var VG,u6e;D(zc,"LayeredSpacings/LayeredSpacingsBuilder",792),M(265,22,{3:1,34:1,22:1,265:1,188:1,196:1},O4),l.dg=function(){return Qde(this)},l.qg=function(){return Qde(this)};var NT,o1t,FT,lAt,hAt,fAt,UG,c1t,dAt,gAt=Cr(zc,"LayeringStrategy",265,Ir,z0n,Gan),l6e;M(390,22,{3:1,34:1,22:1,390:1},mrt);var u1t,pAt,GG,bAt=Cr(zc,"LongEdgeOrderingStrategy",390,Ir,Khn,Kan),h6e;M(203,22,{3:1,34:1,22:1,203:1},N$);var W5,Y5,KG,l1t,h1t=Cr(zc,"NodeFlexibility",203,Ir,n1n,Wan),f6e;M(323,22,{3:1,34:1,22:1,323:1,188:1,196:1},$D),l.dg=function(){return z1e(this)},l.qg=function(){return z1e(this)};var DA,f1t,d1t,IA,wAt,mAt=Cr(zc,"NodePlacementStrategy",323,Ir,K1n,Yan),d6e;M(243,22,{3:1,34:1,22:1,243:1},Ey);var vAt,Av,P3,nN,yAt,xAt,rN,kAt,WG,YG,EAt=Cr(zc,"NodePromotionStrategy",243,Ir,fgn,Xan),g6e;M(284,22,{3:1,34:1,22:1,284:1},F$);var TAt,Hp,g1t,p1t,CAt=Cr(zc,"OrderingStrategy",284,Ir,r1n,Qan),p6e;M(430,22,{3:1,34:1,22:1,430:1},Rwt);var b1t,w1t,_At=Cr(zc,"PortSortingStrategy",430,Ir,Yln,Jan),b6e;M(462,22,{3:1,34:1,22:1,462:1},vrt);var vl,xu,OA,w6e=Cr(zc,"PortType",462,Ir,Whn,Zan),m6e;M(387,22,{3:1,34:1,22:1,387:1},yrt);var SAt,m1t,AAt,LAt=Cr(zc,"SelfLoopDistributionStrategy",387,Ir,Yhn,ton),v6e;M(349,22,{3:1,34:1,22:1,349:1},xrt);var v1t,iN,y1t,MAt=Cr(zc,"SelfLoopOrderingStrategy",349,Ir,Xhn,eon),y6e;M(312,1,{312:1},Oge),D(zc,"Spacings",312),M(350,22,{3:1,34:1,22:1,350:1},krt);var x1t,DAt,PA,IAt=Cr(zc,"SplineRoutingMode",350,Ir,Qhn,non),x6e;M(352,22,{3:1,34:1,22:1,352:1},Ert);var k1t,OAt,PAt,NAt=Cr(zc,"ValidifyStrategy",352,Ir,Jhn,ron),k6e;M(388,22,{3:1,34:1,22:1,388:1},Trt);var N3,E1t,BT,FAt=Cr(zc,"WrappingStrategy",388,Ir,Zhn,ion),E6e;M(1398,1,To,EC),l.rg=function(e){return u(e,36),T6e},l.Kf=function(e,n){B7n(this,u(e,36),n)};var T6e;D(YV,"DepthFirstCycleBreaker",1398),M(793,1,To,Qvt),l.rg=function(e){return u(e,36),C6e},l.Kf=function(e,n){$Cn(this,u(e,36),n)},l.sg=function(e){return u(Oe(e,_H(this.d,e.c.length)),10)};var C6e;D(YV,"GreedyCycleBreaker",793),M(1401,793,To,QXt),l.sg=function(e){var n,r,s,o;for(o=null,n=ki,s=new J(e);s.a<s.c.c.length;)r=u(et(s),10),Ui(r,(ae(),Bi))&&u(K(r,Bi),17).a<n&&(n=u(K(r,Bi),17).a,o=r);return o||u(Oe(e,_H(this.d,e.c.length)),10)},D(YV,"GreedyModelOrderCycleBreaker",1401),M(1399,1,To,kC),l.rg=function(e){return u(e,36),_6e},l.Kf=function(e,n){G7n(this,u(e,36),n)};var _6e;D(YV,"InteractiveCycleBreaker",1399),M(1400,1,To,jet),l.rg=function(e){return u(e,36),S6e},l.Kf=function(e,n){nTn(this,u(e,36),n)},l.a=0,l.b=0;var S6e;D(YV,"ModelOrderCycleBreaker",1400),M(1413,1,To,Cj),l.rg=function(e){return u(e,36),A6e},l.Kf=function(e,n){U9n(this,u(e,36),n)};var A6e;D(Ng,"BreadthFirstModelOrderLayerer",1413),M(1414,1,Xr,PJ),l.Ne=function(e,n){return b4n(u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ng,"BreadthFirstModelOrderLayerer/lambda$0$Type",1414),M(1404,1,To,TYt),l.rg=function(e){return u(e,36),L6e},l.Kf=function(e,n){UCn(this,u(e,36),n)};var L6e;D(Ng,"CoffmanGrahamLayerer",1404),M(1405,1,Xr,qVt),l.Ne=function(e,n){return n5n(this.a,u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ng,"CoffmanGrahamLayerer/0methodref$compareNodesInTopo$Type",1405),M(1406,1,Xr,HVt),l.Ne=function(e,n){return nun(this.a,u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ng,"CoffmanGrahamLayerer/lambda$1$Type",1406),M(1415,1,To,_j),l.rg=function(e){return u(e,36),M6e},l.Kf=function(e,n){ICn(this,u(e,36),n)},l.c=0,l.e=0;var M6e;D(Ng,"DepthFirstModelOrderLayerer",1415),M(1416,1,Xr,NJ),l.Ne=function(e,n){return w4n(u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ng,"DepthFirstModelOrderLayerer/lambda$0$Type",1416),M(1407,1,To,FJ),l.rg=function(e){return u(e,36),ri(ri(ri(new Fs,(Ha(),Wf),(Ja(),aft)),$0,E3),Yc,k3)},l.Kf=function(e,n){iCn(u(e,36),n)},D(Ng,"InteractiveLayerer",1407),M(578,1,{578:1},sKt),l.a=0,l.c=0,D(Ng,"InteractiveLayerer/LayerSpan",578),M(1403,1,To,zet),l.rg=function(e){return u(e,36),D6e},l.Kf=function(e,n){I6n(this,u(e,36),n)};var D6e;D(Ng,"LongestPathLayerer",1403),M(1412,1,To,$et),l.rg=function(e){return u(e,36),I6e},l.Kf=function(e,n){nkn(this,u(e,36),n)};var I6e;D(Ng,"LongestPathSourceLayerer",1412),M(1410,1,To,qet),l.rg=function(e){return u(e,36),ri(ri(ri(new Fs,(Ha(),Wf),(Ja(),P5)),$0,E3),Yc,k3)},l.Kf=function(e,n){dCn(this,u(e,36),n)},l.a=0,l.b=0,l.d=0;var BAt,RAt;D(Ng,"MinWidthLayerer",1410),M(1411,1,Xr,VVt),l.Ne=function(e,n){return Pgn(this,u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ng,"MinWidthLayerer/MinOutgoingEdgesComparator",1411),M(1402,1,To,Het),l.rg=function(e){return u(e,36),O6e},l.Kf=function(e,n){STn(this,u(e,36),n)};var O6e;D(Ng,"NetworkSimplexLayerer",1402),M(1408,1,To,JJt),l.rg=function(e){return u(e,36),ri(ri(ri(new Fs,(Ha(),Wf),(Ja(),P5)),$0,E3),Yc,k3)},l.Kf=function(e,n){h9n(this,u(e,36),n)},l.d=0,l.f=0,l.g=0,l.i=0,l.s=0,l.t=0,l.u=0,D(Ng,"StretchWidthLayerer",1408),M(1409,1,Xr,BJ),l.Ne=function(e,n){return hdn(u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ng,"StretchWidthLayerer/1",1409),M(413,1,c7t),l.gg=function(e,n,r,s,o,h){},l.ug=function(e,n,r){return T0e(this,e,n,r)},l.fg=function(){this.g=Vt(Y3,x2e,28,this.d,15,1),this.f=Vt(Y3,x2e,28,this.d,15,1)},l.hg=function(e,n){this.e[e]=Vt(Or,ii,28,n[e].length,15,1)},l.ig=function(e,n,r){var s;s=r[e][n],s.p=n,this.e[e][n]=n},l.jg=function(e,n,r,s){u(Oe(s[e][n].j,r),12).p=this.d++},l.b=0,l.c=0,l.d=0,D(sl,"AbstractBarycenterPortDistributor",413),M(1698,1,Xr,UVt),l.Ne=function(e,n){return own(this.a,u(e,12),u(n,12))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(sl,"AbstractBarycenterPortDistributor/lambda$0$Type",1698),M(832,1,pP,n3t),l.gg=function(e,n,r,s,o,h){},l.ig=function(e,n,r){},l.jg=function(e,n,r,s){},l.eg=function(){return!1},l.fg=function(){this.c=this.e.a,this.g=this.f.g},l.hg=function(e,n){n[e][0].c.p=e},l.kg=function(){return!1},l.vg=function(e,n,r,s){r?_he(this,e):(Mhe(this,e,s),Gge(this,e,n)),e.c.length>1&&(Ie(De(K(Ia((mn(0,e.c.length),u(e.c[0],10))),(Me(),kv))))?tde(e,this.d,u(this,669)):(wn(),Ms(e,this.d)),tce(this.e,e))},l.lg=function(e,n,r,s){var o,h,d,m,k,T,A;for(n!=wte(r,e.length)&&(h=e[n-(r?1:-1)],_3t(this.f,h,r?(xo(),xu):(xo(),vl))),o=e[n][0],A=!s||o.k==(Un(),Ds),T=J1(e[n]),this.vg(T,A,!1,r),d=0,k=new J(T);k.a<k.c.c.length;)m=u(et(k),10),e[n][d++]=m;return!1},l.mg=function(e,n){var r,s,o,h,d;for(d=wte(n,e.length),h=J1(e[d]),this.vg(h,!1,!0,n),r=0,o=new J(h);o.a<o.c.c.length;)s=u(et(o),10),e[d][r++]=s;return!1},D(sl,"BarycenterHeuristic",832),M(667,1,{667:1},WVt),l.Ib=function(){return"BarycenterState [node="+this.c+", summedWeight="+this.d+", degree="+this.b+", barycenter="+this.a+", visited="+this.e+"]"},l.b=0,l.d=0,l.e=!1;var P6e=D(sl,"BarycenterHeuristic/BarycenterState",667);M(1865,1,Xr,GVt),l.Ne=function(e,n){return eyn(this.a,u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(sl,"BarycenterHeuristic/lambda$0$Type",1865),M(831,1,pP,Nxt),l.fg=function(){},l.gg=function(e,n,r,s,o,h){},l.jg=function(e,n,r,s){},l.hg=function(e,n){this.a[e]=Vt(P6e,{3:1,4:1,5:1,2117:1},667,n[e].length,0,1),this.b[e]=Vt(N6e,{3:1,4:1,5:1,2118:1},239,n[e].length,0,1)},l.ig=function(e,n,r){hle(this,r[e][n],!0)},l.c=!1,D(sl,"ForsterConstraintResolver",831),M(239,1,{239:1},ine,Ige),l.Ib=function(){var e,n;for(n=new pb,n.a+="[",e=0;e<this.d.length;e++)ni(n,_le(this.d[e])),W1(this.g,this.d[0]).a!=null&&ni(ni((n.a+="<",n),Srn(W1(this.g,this.d[0]).a)),">"),e<this.d.length-1&&(n.a+=ro);return(n.a+="]",n).a},l.a=0,l.c=0,l.f=0;var N6e=D(sl,"ForsterConstraintResolver/ConstraintGroup",239);M(1860,1,rr,KVt),l.Cd=function(e){hle(this.a,u(e,10),!1)},D(sl,"ForsterConstraintResolver/lambda$0$Type",1860),M(219,1,{219:1,230:1},Nge),l.gg=function(e,n,r,s,o,h){},l.hg=function(e,n){},l.fg=function(){this.r=Vt(Or,ii,28,this.n,15,1)},l.ig=function(e,n,r){var s,o;o=r[e][n],s=o.e,s&&pe(this.b,s)},l.jg=function(e,n,r,s){++this.n},l.Ib=function(){return Kge(this.e,new Os)},l.g=!1,l.i=!1,l.n=0,l.s=!1,D(sl,"GraphInfoHolder",219),M(1905,1,pP,RJ),l.gg=function(e,n,r,s,o,h){},l.hg=function(e,n){},l.jg=function(e,n,r,s){},l.ug=function(e,n,r){return r&&n>0?ist(this.a,e[n-1],e[n]):!r&&n<e.length-1?ist(this.a,e[n],e[n+1]):Jst(this.a,e[n],r?(ve(),Gn):(ve(),Jn)),Pxn(this,e,n,r)},l.fg=function(){this.d=Vt(Or,ii,28,this.c,15,1),this.a=new oI(this.d)},l.ig=function(e,n,r){var s;s=r[e][n],this.c+=s.j.c.length},l.c=0,D(sl,"GreedyPortDistributor",1905),M(1421,1,To,Wet),l.rg=function(e){return Jpn(u(e,36))},l.Kf=function(e,n){KTn(u(e,36),n)};var F6e;D(sl,"InteractiveCrossingMinimizer",1421),M(1422,1,Xr,XVt),l.Ne=function(e,n){return Fvn(this,u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(sl,"InteractiveCrossingMinimizer/1",1422),M(514,1,{514:1,106:1,47:1},qnt),l.rg=function(e){var n;return u(e,36),n=J$(B6e),ri(n,(Ha(),Yc),(Ja(),iG)),n},l.Kf=function(e,n){tEn(this,u(e,36),n)},l.e=0;var B6e;D(sl,"LayerSweepCrossingMinimizer",514),M(1418,1,rr,QVt),l.Cd=function(e){VEn(this.a,u(e,219))},D(sl,"LayerSweepCrossingMinimizer/0methodref$compareDifferentRandomizedLayouts$Type",1418),M(1419,1,rr,JVt),l.Cd=function(e){Xpn(this.a,u(e,219))},D(sl,"LayerSweepCrossingMinimizer/1methodref$minimizeCrossingsNoCounter$Type",1419),M(1420,1,rr,ZVt),l.Cd=function(e){lge(this.a,u(e,219))},D(sl,"LayerSweepCrossingMinimizer/2methodref$minimizeCrossingsWithCounter$Type",1420),M(463,22,{3:1,34:1,22:1,463:1},Crt);var sN,NA,XG,R6e=Cr(sl,"LayerSweepCrossingMinimizer/CrossMinType",463,Ir,tfn,son),j6e;M(1417,1,Kr,VM),l.Mb=function(e){return E4t(),u(e,30).a.c.length==0},D(sl,"LayerSweepCrossingMinimizer/lambda$0$Type",1417),M(1862,1,pP,Fne),l.fg=function(){},l.gg=function(e,n,r,s,o,h){},l.jg=function(e,n,r,s){},l.hg=function(e,n){n[e][0].c.p=e,this.b[e]=Vt($6e,{3:1,4:1,5:1,2043:1},668,n[e].length,0,1)},l.ig=function(e,n,r){var s;s=r[e][n],s.p=n,hs(this.b[e],n,new jJ)},D(sl,"LayerSweepTypeDecider",1862),M(668,1,{668:1},jJ),l.Ib=function(){return"NodeInfo [connectedEdges="+this.a+", hierarchicalInfluence="+this.b+", randomInfluence="+this.c+"]"},l.a=0,l.b=0,l.c=0;var $6e=D(sl,"LayerSweepTypeDecider/NodeInfo",668);M(1863,1,Xd,B8),l.Lb=function(e){return g_(new Z1(u(e,12).b))},l.Fb=function(e){return this===e},l.Mb=function(e){return g_(new Z1(u(e,12).b))},D(sl,"LayerSweepTypeDecider/lambda$0$Type",1863),M(1864,1,Xd,$J),l.Lb=function(e){return g_(new Z1(u(e,12).b))},l.Fb=function(e){return this===e},l.Mb=function(e){return g_(new Z1(u(e,12).b))},D(sl,"LayerSweepTypeDecider/lambda$1$Type",1864),M(1906,413,c7t,aWt),l.tg=function(e,n,r){var s,o,h,d,m,k,T,A,N;switch(T=this.g,r.g){case 1:{for(s=0,o=0,k=new J(e.j);k.a<k.c.c.length;)d=u(et(k),12),d.e.c.length!=0&&(++s,d.j==(ve(),Hn)&&++o);for(h=n+o,N=n+s,m=Wm(e,(xo(),vl)).Kc();m.Ob();)d=u(m.Pb(),12),d.j==(ve(),Hn)?(T[d.p]=h,--h):(T[d.p]=N,--N);return s}case 2:{for(A=0,m=Wm(e,(xo(),xu)).Kc();m.Ob();)d=u(m.Pb(),12),++A,T[d.p]=n+A;return A}default:throw nt(new TD)}},D(sl,"LayerTotalPortDistributor",1906),M(669,832,{669:1,230:1},Soe),l.vg=function(e,n,r,s){r?_he(this,e):(Mhe(this,e,s),Gge(this,e,n)),e.c.length>1&&(Ie(De(K(Ia((mn(0,e.c.length),u(e.c[0],10))),(Me(),kv))))?tde(e,this.d,this):(wn(),Ms(e,this.d)),Ie(De(K(Ia((mn(0,e.c.length),u(e.c[0],10))),kv)))||tce(this.e,e))},D(sl,"ModelOrderBarycenterHeuristic",669),M(1866,1,Xr,tUt),l.Ne=function(e,n){return F3n(this.a,u(e,10),u(n,10))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(sl,"ModelOrderBarycenterHeuristic/lambda$0$Type",1866),M(1423,1,To,Yet),l.rg=function(e){var n;return u(e,36),n=J$(z6e),ri(n,(Ha(),Yc),(Ja(),iG)),n},l.Kf=function(e,n){vln((u(e,36),n))};var z6e;D(sl,"NoCrossingMinimizer",1423),M(809,413,c7t,owt),l.tg=function(e,n,r){var s,o,h,d,m,k,T,A,N,j,U;switch(N=this.g,r.g){case 1:{for(o=0,h=0,A=new J(e.j);A.a<A.c.c.length;)k=u(et(A),12),k.e.c.length!=0&&(++o,k.j==(ve(),Hn)&&++h);for(s=1/(o+1),d=n+h*s,U=n+1-s,T=Wm(e,(xo(),vl)).Kc();T.Ob();)k=u(T.Pb(),12),k.j==(ve(),Hn)?(N[k.p]=d,d-=s):(N[k.p]=U,U-=s);break}case 2:{for(m=0,A=new J(e.j);A.a<A.c.c.length;)k=u(et(A),12),k.g.c.length==0||++m;for(s=1/(m+1),j=n+s,T=Wm(e,(xo(),xu)).Kc();T.Ob();)k=u(T.Pb(),12),N[k.p]=j,j+=s;break}default:throw nt(new zn("Port type is undefined"))}return 1},D(sl,"NodeRelativePortDistributor",809),M(822,1,{},Wte,cfe),D(sl,"SweepCopy",822),M(1861,1,pP,Gue),l.hg=function(e,n){},l.fg=function(){var e;e=Vt(Or,ii,28,this.f,15,1),this.d=new cUt(e),this.a=new oI(e)},l.gg=function(e,n,r,s,o,h){var d;d=u(Oe(h[e][n].j,r),12),o.c==d&&o.c.i.c==o.d.i.c&&++this.e[e]},l.ig=function(e,n,r){var s;s=r[e][n],this.c[e]=this.c[e]|s.k==(Un(),cu)},l.jg=function(e,n,r,s){var o;o=u(Oe(s[e][n].j,r),12),o.p=this.f++,o.g.c.length+o.e.c.length>1&&(o.j==(ve(),Jn)?this.b[e]=!0:o.j==Gn&&e>0&&(this.b[e-1]=!0))},l.f=0,D(R0,"AllCrossingsCounter",1861),M(595,1,{},Vq),l.b=0,l.d=0,D(R0,"BinaryIndexedTree",595),M(532,1,{},oI);var jAt,QG;D(R0,"CrossingsCounter",532),M(1950,1,Xr,eUt),l.Ne=function(e,n){return Ucn(this.a,u(e,12),u(n,12))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(R0,"CrossingsCounter/lambda$0$Type",1950),M(1951,1,Xr,nUt),l.Ne=function(e,n){return Gcn(this.a,u(e,12),u(n,12))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(R0,"CrossingsCounter/lambda$1$Type",1951),M(1952,1,Xr,rUt),l.Ne=function(e,n){return Kcn(this.a,u(e,12),u(n,12))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(R0,"CrossingsCounter/lambda$2$Type",1952),M(1953,1,Xr,iUt),l.Ne=function(e,n){return Wcn(this.a,u(e,12),u(n,12))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(R0,"CrossingsCounter/lambda$3$Type",1953),M(1954,1,rr,sUt),l.Cd=function(e){Wdn(this.a,u(e,12))},D(R0,"CrossingsCounter/lambda$4$Type",1954),M(1955,1,Kr,aUt),l.Mb=function(e){return vrn(this.a,u(e,12))},D(R0,"CrossingsCounter/lambda$5$Type",1955),M(1956,1,rr,oUt),l.Cd=function(e){qXt(this,e)},D(R0,"CrossingsCounter/lambda$6$Type",1956),M(1957,1,rr,ZYt),l.Cd=function(e){var n;_E(),Ab(this.b,(n=this.a,u(e,12),n))},D(R0,"CrossingsCounter/lambda$7$Type",1957),M(839,1,Xd,hR),l.Lb=function(e){return _E(),Ui(u(e,12),(ae(),ml))},l.Fb=function(e){return this===e},l.Mb=function(e){return _E(),Ui(u(e,12),(ae(),ml))},D(R0,"CrossingsCounter/lambda$8$Type",839),M(1949,1,{},cUt),D(R0,"HyperedgeCrossingsCounter",1949),M(477,1,{34:1,477:1},nZt),l.Fd=function(e){return K2n(this,u(e,477))},l.b=0,l.c=0,l.e=0,l.f=0;var S_n=D(R0,"HyperedgeCrossingsCounter/Hyperedge",477);M(374,1,{34:1,374:1},Vz),l.Fd=function(e){return oxn(this,u(e,374))},l.b=0,l.c=0;var q6e=D(R0,"HyperedgeCrossingsCounter/HyperedgeCorner",374);M(531,22,{3:1,34:1,22:1,531:1},jwt);var FA,BA,H6e=Cr(R0,"HyperedgeCrossingsCounter/HyperedgeCorner/Type",531,Ir,Xln,aon),V6e;M(1425,1,To,Xet),l.rg=function(e){return u(K(u(e,36),(ae(),uu)),21).Hc((ko(),zh))?U6e:null},l.Kf=function(e,n){mvn(this,u(e,36),n)};var U6e;D(Co,"InteractiveNodePlacer",1425),M(1426,1,To,Qet),l.rg=function(e){return u(K(u(e,36),(ae(),uu)),21).Hc((ko(),zh))?G6e:null},l.Kf=function(e,n){nmn(this,u(e,36),n)};var G6e,JG,ZG;D(Co,"LinearSegmentsNodePlacer",1426),M(261,1,{34:1,261:1},N2t),l.Fd=function(e){return Dnn(this,u(e,261))},l.Fb=function(e){var n;return At(e,261)?(n=u(e,261),this.b==n.b):!1},l.Hb=function(){return this.b},l.Ib=function(){return"ls"+Rb(this.e)},l.a=0,l.b=0,l.c=-1,l.d=-1,l.g=0;var K6e=D(Co,"LinearSegmentsNodePlacer/LinearSegment",261);M(1428,1,To,Ste),l.rg=function(e){return u(K(u(e,36),(ae(),uu)),21).Hc((ko(),zh))?W6e:null},l.Kf=function(e,n){DCn(this,u(e,36),n)},l.b=0,l.g=0;var W6e;D(Co,"NetworkSimplexPlacer",1428),M(1447,1,Xr,zJ),l.Ne=function(e,n){return Bc(u(e,17).a,u(n,17).a)},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Co,"NetworkSimplexPlacer/0methodref$compare$Type",1447),M(1449,1,Xr,qJ),l.Ne=function(e,n){return Bc(u(e,17).a,u(n,17).a)},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Co,"NetworkSimplexPlacer/1methodref$compare$Type",1449),M(655,1,{655:1},tXt);var A_n=D(Co,"NetworkSimplexPlacer/EdgeRep",655);M(412,1,{412:1},Dyt),l.b=!1;var L_n=D(Co,"NetworkSimplexPlacer/NodeRep",412);M(515,13,{3:1,4:1,20:1,31:1,56:1,13:1,16:1,15:1,59:1,515:1},lKt),D(Co,"NetworkSimplexPlacer/Path",515),M(1429,1,{},HJ),l.Kb=function(e){return u(e,18).d.i.k},D(Co,"NetworkSimplexPlacer/Path/lambda$0$Type",1429),M(1430,1,Kr,VJ),l.Mb=function(e){return u(e,273)==(Un(),ha)},D(Co,"NetworkSimplexPlacer/Path/lambda$1$Type",1430),M(1431,1,{},UJ),l.Kb=function(e){return u(e,18).d.i},D(Co,"NetworkSimplexPlacer/Path/lambda$2$Type",1431),M(1432,1,Kr,uUt),l.Mb=function(e){return $Jt(Hue(u(e,10)))},D(Co,"NetworkSimplexPlacer/Path/lambda$3$Type",1432),M(1433,1,Kr,GJ),l.Mb=function(e){return Lcn(u(e,12))},D(Co,"NetworkSimplexPlacer/lambda$0$Type",1433),M(1434,1,rr,eXt),l.Cd=function(e){lin(this.a,this.b,u(e,12))},D(Co,"NetworkSimplexPlacer/lambda$1$Type",1434),M(1443,1,rr,lUt),l.Cd=function(e){F4n(this.a,u(e,18))},D(Co,"NetworkSimplexPlacer/lambda$10$Type",1443),M(1444,1,{},KJ),l.Kb=function(e){return th(),new ln(null,new gn(u(e,30).a,16))},D(Co,"NetworkSimplexPlacer/lambda$11$Type",1444),M(1445,1,rr,hUt),l.Cd=function(e){Mkn(this.a,u(e,10))},D(Co,"NetworkSimplexPlacer/lambda$12$Type",1445),M(1446,1,{},WJ),l.Kb=function(e){return th(),fe(u(e,125).e)},D(Co,"NetworkSimplexPlacer/lambda$13$Type",1446),M(1448,1,{},YJ),l.Kb=function(e){return th(),fe(u(e,125).e)},D(Co,"NetworkSimplexPlacer/lambda$15$Type",1448),M(1450,1,Kr,XJ),l.Mb=function(e){return th(),u(e,412).c.k==(Un(),Ts)},D(Co,"NetworkSimplexPlacer/lambda$17$Type",1450),M(1451,1,Kr,QJ),l.Mb=function(e){return th(),u(e,412).c.j.c.length>1},D(Co,"NetworkSimplexPlacer/lambda$18$Type",1451),M(1452,1,rr,Nee),l.Cd=function(e){p2n(this.c,this.b,this.d,this.a,u(e,412))},l.c=0,l.d=0,D(Co,"NetworkSimplexPlacer/lambda$19$Type",1452),M(1435,1,{},JJ),l.Kb=function(e){return th(),new ln(null,new gn(u(e,30).a,16))},D(Co,"NetworkSimplexPlacer/lambda$2$Type",1435),M(1453,1,rr,fUt),l.Cd=function(e){fin(this.a,u(e,12))},l.a=0,D(Co,"NetworkSimplexPlacer/lambda$20$Type",1453),M(1454,1,{},ZJ),l.Kb=function(e){return th(),new ln(null,new gn(u(e,30).a,16))},D(Co,"NetworkSimplexPlacer/lambda$21$Type",1454),M(1455,1,rr,dUt),l.Cd=function(e){Tin(this.a,u(e,10))},D(Co,"NetworkSimplexPlacer/lambda$22$Type",1455),M(1456,1,Kr,tZ),l.Mb=function(e){return $Jt(e)},D(Co,"NetworkSimplexPlacer/lambda$23$Type",1456),M(1457,1,{},Zx),l.Kb=function(e){return th(),new ln(null,new gn(u(e,30).a,16))},D(Co,"NetworkSimplexPlacer/lambda$24$Type",1457),M(1458,1,Kr,gUt),l.Mb=function(e){return Orn(this.a,u(e,10))},D(Co,"NetworkSimplexPlacer/lambda$25$Type",1458),M(1459,1,rr,nXt),l.Cd=function(e){$3n(this.a,this.b,u(e,10))},D(Co,"NetworkSimplexPlacer/lambda$26$Type",1459),M(1460,1,Kr,fR),l.Mb=function(e){return th(),!ho(u(e,18))},D(Co,"NetworkSimplexPlacer/lambda$27$Type",1460),M(1461,1,Kr,eZ),l.Mb=function(e){return th(),!ho(u(e,18))},D(Co,"NetworkSimplexPlacer/lambda$28$Type",1461),M(1462,1,{},pUt),l.Ve=function(e,n){return hin(this.a,u(e,30),u(n,30))},D(Co,"NetworkSimplexPlacer/lambda$29$Type",1462),M(1436,1,{},nZ),l.Kb=function(e){return th(),new ln(null,new Am(new nr(ir(As(u(e,10)).a.Kc(),new q))))},D(Co,"NetworkSimplexPlacer/lambda$3$Type",1436),M(1437,1,Kr,rZ),l.Mb=function(e){return th(),zfn(u(e,18))},D(Co,"NetworkSimplexPlacer/lambda$4$Type",1437),M(1438,1,rr,bUt),l.Cd=function(e){jEn(this.a,u(e,18))},D(Co,"NetworkSimplexPlacer/lambda$5$Type",1438),M(1439,1,{},dR),l.Kb=function(e){return th(),new ln(null,new gn(u(e,30).a,16))},D(Co,"NetworkSimplexPlacer/lambda$6$Type",1439),M(1440,1,Kr,iZ),l.Mb=function(e){return th(),u(e,10).k==(Un(),Ts)},D(Co,"NetworkSimplexPlacer/lambda$7$Type",1440),M(1441,1,{},tC),l.Kb=function(e){return th(),new ln(null,new Am(new nr(ir(Sg(u(e,10)).a.Kc(),new q))))},D(Co,"NetworkSimplexPlacer/lambda$8$Type",1441),M(1442,1,Kr,sZ),l.Mb=function(e){return th(),Acn(u(e,18))},D(Co,"NetworkSimplexPlacer/lambda$9$Type",1442),M(1424,1,To,Jet),l.rg=function(e){return u(K(u(e,36),(ae(),uu)),21).Hc((ko(),zh))?Y6e:null},l.Kf=function(e,n){v7n(u(e,36),n)};var Y6e;D(Co,"SimpleNodePlacer",1424),M(185,1,{185:1},p5),l.Ib=function(){var e;return e="",this.c==(qd(),Lv)?e+=Ck:this.c==Vp&&(e+=Tk),this.o==(X1(),Mw)?e+=dut:this.o==gd?e+="UP":e+="BALANCED",e},D(Gb,"BKAlignedLayout",185),M(523,22,{3:1,34:1,22:1,523:1},$wt);var Vp,Lv,X6e=Cr(Gb,"BKAlignedLayout/HDirection",523,Ir,Qln,oon),Q6e;M(522,22,{3:1,34:1,22:1,522:1},zwt);var Mw,gd,J6e=Cr(Gb,"BKAlignedLayout/VDirection",522,Ir,Jln,con),Z6e;M(1699,1,{},rXt),D(Gb,"BKAligner",1699),M(1702,1,{},ghe),D(Gb,"BKCompactor",1702),M(663,1,{663:1},aZ),l.a=0,D(Gb,"BKCompactor/ClassEdge",663),M(466,1,{466:1},oKt),l.a=null,l.b=0,D(Gb,"BKCompactor/ClassNode",466),M(1427,1,To,oXt),l.rg=function(e){return u(K(u(e,36),(ae(),uu)),21).Hc((ko(),zh))?tke:null},l.Kf=function(e,n){YCn(this,u(e,36),n)},l.d=!1;var tke;D(Gb,"BKNodePlacer",1427),M(1700,1,{},oZ),l.d=0,D(Gb,"NeighborhoodInformation",1700),M(1701,1,Xr,wUt),l.Ne=function(e,n){return E0n(this,u(e,42),u(n,42))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Gb,"NeighborhoodInformation/NeighborComparator",1701),M(823,1,{}),D(Gb,"ThresholdStrategy",823),M(1825,823,{},cKt),l.wg=function(e,n,r){return this.a.o==(X1(),gd)?ns:Vs},l.xg=function(){},D(Gb,"ThresholdStrategy/NullThresholdStrategy",1825),M(587,1,{587:1},cXt),l.c=!1,l.d=!1,D(Gb,"ThresholdStrategy/Postprocessable",587),M(1826,823,{},uKt),l.wg=function(e,n,r){var s,o,h;return o=n==r,s=this.a.a[r.p]==n,o||s?(h=e,this.a.c==(qd(),Lv)?(o&&(h=fct(this,n,!0)),!isNaN(h)&&!isFinite(h)&&s&&(h=fct(this,r,!1))):(o&&(h=fct(this,n,!0)),!isNaN(h)&&!isFinite(h)&&s&&(h=fct(this,r,!1))),h):e},l.xg=function(){for(var e,n,r,s,o;this.d.b!=0;)o=u(ghn(this.d),587),s=z0e(this,o),s.a&&(e=s.a,r=Ie(this.a.f[this.a.g[o.b.p].p]),!(!r&&!ho(e)&&e.c.i.c==e.d.i.c)&&(n=G1e(this,o),n||Frn(this.e,o)));for(;this.e.a.c.length!=0;)G1e(this,u(Gce(this.e),587))},D(Gb,"ThresholdStrategy/SimpleThresholdStrategy",1826),M(645,1,{645:1,188:1,196:1},cZ),l.dg=function(){return ece(this)},l.qg=function(){return ece(this)};var T1t;D(hlt,"EdgeRouterFactory",645),M(1485,1,To,Zet),l.rg=function(e){return akn(u(e,36))},l.Kf=function(e,n){_7n(u(e,36),n)};var eke,nke,rke,ike,ske,$At,ake,oke;D(hlt,"OrthogonalEdgeRouter",1485),M(1478,1,To,aXt),l.rg=function(e){return Avn(u(e,36))},l.Kf=function(e,n){Y9n(this,u(e,36),n)};var cke,uke,lke,hke,aN,fke;D(hlt,"PolylineEdgeRouter",1478),M(1479,1,Xd,lZ),l.Lb=function(e){return A4t(u(e,10))},l.Fb=function(e){return this===e},l.Mb=function(e){return A4t(u(e,10))},D(hlt,"PolylineEdgeRouter/1",1479),M(1872,1,Kr,hZ),l.Mb=function(e){return u(e,132).c==(E1(),n2)},D(L1,"HyperEdgeCycleDetector/lambda$0$Type",1872),M(1873,1,{},fZ),l.Ze=function(e){return u(e,132).d},D(L1,"HyperEdgeCycleDetector/lambda$1$Type",1873),M(1874,1,Kr,dZ),l.Mb=function(e){return u(e,132).c==(E1(),n2)},D(L1,"HyperEdgeCycleDetector/lambda$2$Type",1874),M(1875,1,{},gZ),l.Ze=function(e){return u(e,132).d},D(L1,"HyperEdgeCycleDetector/lambda$3$Type",1875),M(1876,1,{},t6),l.Ze=function(e){return u(e,132).d},D(L1,"HyperEdgeCycleDetector/lambda$4$Type",1876),M(1877,1,{},uZ),l.Ze=function(e){return u(e,132).d},D(L1,"HyperEdgeCycleDetector/lambda$5$Type",1877),M(118,1,{34:1,118:1},YI),l.Fd=function(e){return Inn(this,u(e,118))},l.Fb=function(e){var n;return At(e,118)?(n=u(e,118),this.g==n.g):!1},l.Hb=function(){return this.g},l.Ib=function(){var e,n,r,s;for(e=new Jl("{"),s=new J(this.n);s.a<s.c.c.length;)r=u(et(s),12),n=wO(r.i),n==null&&(n="n"+dZt(r.i)),e.a+=""+n,s.a<s.c.c.length&&(e.a+=",");return e.a+="}",e.a},l.a=0,l.b=0,l.c=NaN,l.d=0,l.g=0,l.i=0,l.o=0,l.s=NaN,D(L1,"HyperEdgeSegment",118),M(132,1,{132:1},G2),l.Ib=function(){return this.a+"->"+this.b+" ("+Qin(this.c)+")"},l.d=0,D(L1,"HyperEdgeSegmentDependency",132),M(528,22,{3:1,34:1,22:1,528:1},qwt);var n2,F3,dke=Cr(L1,"HyperEdgeSegmentDependency/DependencyType",528,Ir,Zln,uon),gke;M(1878,1,{},mUt),D(L1,"HyperEdgeSegmentSplitter",1878),M(1879,1,{},lWt),l.a=0,l.b=0,D(L1,"HyperEdgeSegmentSplitter/AreaRating",1879),M(339,1,{339:1},fit),l.a=0,l.b=0,l.c=0,D(L1,"HyperEdgeSegmentSplitter/FreeArea",339),M(1880,1,Xr,pZ),l.Ne=function(e,n){return Qsn(u(e,118),u(n,118))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(L1,"HyperEdgeSegmentSplitter/lambda$0$Type",1880),M(1881,1,rr,Fee),l.Cd=function(e){C1n(this.a,this.d,this.c,this.b,u(e,118))},l.b=0,D(L1,"HyperEdgeSegmentSplitter/lambda$1$Type",1881),M(1882,1,{},bZ),l.Kb=function(e){return new ln(null,new gn(u(e,118).e,16))},D(L1,"HyperEdgeSegmentSplitter/lambda$2$Type",1882),M(1883,1,{},wZ),l.Kb=function(e){return new ln(null,new gn(u(e,118).j,16))},D(L1,"HyperEdgeSegmentSplitter/lambda$3$Type",1883),M(1884,1,{},mZ),l.Ye=function(e){return Rt(Ht(e))},D(L1,"HyperEdgeSegmentSplitter/lambda$4$Type",1884),M(664,1,{},Bit),l.a=0,l.b=0,l.c=0,D(L1,"OrthogonalRoutingGenerator",664),M(1703,1,{},vZ),l.Kb=function(e){return new ln(null,new gn(u(e,118).e,16))},D(L1,"OrthogonalRoutingGenerator/lambda$0$Type",1703),M(1704,1,{},yZ),l.Kb=function(e){return new ln(null,new gn(u(e,118).j,16))},D(L1,"OrthogonalRoutingGenerator/lambda$1$Type",1704),M(670,1,{}),D(flt,"BaseRoutingDirectionStrategy",670),M(1870,670,{},dKt),l.yg=function(e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt;if(!(e.r&&!e.q))for(A=n+e.o*r,T=new J(e.n);T.a<T.c.c.length;)for(k=u(et(T),12),N=hc(ot(st(ua,1),le,8,0,[k.i.n,k.n,k.a])).a,m=new J(k.g);m.a<m.c.c.length;)d=u(et(m),18),ho(d)||(W=d.d,tt=hc(ot(st(ua,1),le,8,0,[W.i.n,W.n,W.a])).a,b.Math.abs(N-tt)>Jd&&(h=A,o=e,s=new se(N,h),Zr(d.a,s),tv(this,d,o,s,!1),j=e.r,j&&(U=Rt(Ht(Nh(j.e,0))),s=new se(U,h),Zr(d.a,s),tv(this,d,o,s,!1),h=n+j.o*r,o=j,s=new se(U,h),Zr(d.a,s),tv(this,d,o,s,!1)),s=new se(tt,h),Zr(d.a,s),tv(this,d,o,s,!1)))},l.zg=function(e){return e.i.n.a+e.n.a+e.a.a},l.Ag=function(){return ve(),vr},l.Bg=function(){return ve(),Hn},D(flt,"NorthToSouthRoutingStrategy",1870),M(1871,670,{},gKt),l.yg=function(e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt;if(!(e.r&&!e.q))for(A=n-e.o*r,T=new J(e.n);T.a<T.c.c.length;)for(k=u(et(T),12),N=hc(ot(st(ua,1),le,8,0,[k.i.n,k.n,k.a])).a,m=new J(k.g);m.a<m.c.c.length;)d=u(et(m),18),ho(d)||(W=d.d,tt=hc(ot(st(ua,1),le,8,0,[W.i.n,W.n,W.a])).a,b.Math.abs(N-tt)>Jd&&(h=A,o=e,s=new se(N,h),Zr(d.a,s),tv(this,d,o,s,!1),j=e.r,j&&(U=Rt(Ht(Nh(j.e,0))),s=new se(U,h),Zr(d.a,s),tv(this,d,o,s,!1),h=n-j.o*r,o=j,s=new se(U,h),Zr(d.a,s),tv(this,d,o,s,!1)),s=new se(tt,h),Zr(d.a,s),tv(this,d,o,s,!1)))},l.zg=function(e){return e.i.n.a+e.n.a+e.a.a},l.Ag=function(){return ve(),Hn},l.Bg=function(){return ve(),vr},D(flt,"SouthToNorthRoutingStrategy",1871),M(1869,670,{},pKt),l.yg=function(e,n,r){var s,o,h,d,m,k,T,A,N,j,U,W,tt;if(!(e.r&&!e.q))for(A=n+e.o*r,T=new J(e.n);T.a<T.c.c.length;)for(k=u(et(T),12),N=hc(ot(st(ua,1),le,8,0,[k.i.n,k.n,k.a])).b,m=new J(k.g);m.a<m.c.c.length;)d=u(et(m),18),ho(d)||(W=d.d,tt=hc(ot(st(ua,1),le,8,0,[W.i.n,W.n,W.a])).b,b.Math.abs(N-tt)>Jd&&(h=A,o=e,s=new se(h,N),Zr(d.a,s),tv(this,d,o,s,!0),j=e.r,j&&(U=Rt(Ht(Nh(j.e,0))),s=new se(h,U),Zr(d.a,s),tv(this,d,o,s,!0),h=n+j.o*r,o=j,s=new se(h,U),Zr(d.a,s),tv(this,d,o,s,!0)),s=new se(h,tt),Zr(d.a,s),tv(this,d,o,s,!0)))},l.zg=function(e){return e.i.n.b+e.n.b+e.a.b},l.Ag=function(){return ve(),Jn},l.Bg=function(){return ve(),Gn},D(flt,"WestToEastRoutingStrategy",1869),M(828,1,{},Ckt),l.Ib=function(){return Rb(this.a)},l.b=0,l.c=!1,l.d=!1,l.f=0,D(f3,"NubSpline",828),M(418,1,{418:1},Cde,gne),D(f3,"NubSpline/PolarCP",418),M(1480,1,To,ahe),l.rg=function(e){return wyn(u(e,36))},l.Kf=function(e,n){gCn(this,u(e,36),n)};var pke,bke,wke,mke,vke;D(f3,"SplineEdgeRouter",1480),M(274,1,{274:1},gq),l.Ib=function(){return this.a+" ->("+this.c+") "+this.b},l.c=0,D(f3,"SplineEdgeRouter/Dependency",274),M(464,22,{3:1,34:1,22:1,464:1},Hwt);var r2,X5,yke=Cr(f3,"SplineEdgeRouter/SideToProcess",464,Ir,shn,lon),xke;M(1481,1,Kr,xZ),l.Mb=function(e){return yS(),!u(e,131).o},D(f3,"SplineEdgeRouter/lambda$0$Type",1481),M(1482,1,{},kZ),l.Ze=function(e){return yS(),u(e,131).v+1},D(f3,"SplineEdgeRouter/lambda$1$Type",1482),M(1483,1,rr,uXt),l.Cd=function(e){Icn(this.a,this.b,u(e,42))},D(f3,"SplineEdgeRouter/lambda$2$Type",1483),M(1484,1,rr,lXt),l.Cd=function(e){Ocn(this.a,this.b,u(e,42))},D(f3,"SplineEdgeRouter/lambda$3$Type",1484),M(131,1,{34:1,131:1},Rfe,Dkt),l.Fd=function(e){return Nnn(this,u(e,131))},l.b=0,l.e=!1,l.f=0,l.g=0,l.j=!1,l.k=!1,l.n=0,l.o=!1,l.p=!1,l.q=!1,l.s=0,l.u=0,l.v=0,l.F=0,D(f3,"SplineSegment",131),M(467,1,{467:1},eC),l.a=0,l.b=!1,l.c=!1,l.d=!1,l.e=!1,l.f=0,D(f3,"SplineSegment/EdgeInformation",467),M(1198,1,{},EZ),D(Fg,A8t,1198),M(1199,1,Xr,TZ),l.Ne=function(e,n){return Z4n(u(e,121),u(n,121))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Fg,Nbe,1199),M(1197,1,{},_Wt),D(Fg,"MrTree",1197),M(405,22,{3:1,34:1,22:1,405:1,188:1,196:1},B$),l.dg=function(){return a1e(this)},l.qg=function(){return a1e(this)};var tK,RA,jA,$A,zAt=Cr(Fg,"TreeLayoutPhases",405,Ir,c1n,hon),kke;M(1112,205,fw,tZt),l.rf=function(e,n){var r,s,o,h,d,m,k,T;for(Ie(De(ne(e,(xc(),fLt))))||tq((r=new iE((xy(),new my(e))),r)),d=n.eh(plt),d.Ug("build tGraph",1),m=(k=new MI,Yo(k,e),Zt(k,(zi(),qA),e),T=new Er,G8n(e,k,T),hEn(e,k,T),k),d.Vg(),d=n.eh(plt),d.Ug("Split graph",1),h=J8n(this.a,m),d.Vg(),o=new J(h);o.a<o.c.c.length;)s=u(et(o),121),nyn(this.b,s,n.eh(.5999999940395355/h.c.length));d=n.eh(plt),d.Ug("Pack components",1),m=XCn(h),d.Vg(),d=n.eh(plt),d.Ug("Apply layout results",1),jTn(m),d.Vg()},D(Fg,"TreeLayoutProvider",1112),M(1894,1,O0,_Z),l.Jc=function(e){Oa(this,e)},l.Kc=function(){return wn(),wE(),pT},D(Fg,"TreeUtil/1",1894),M(1895,1,O0,SZ),l.Jc=function(e){Oa(this,e)},l.Kc=function(){return wn(),wE(),pT},D(Fg,"TreeUtil/2",1895),M(1885,1,Kr,AZ),l.Mb=function(e){return Ie(De(K(u(e,39),(zi(),i2))))},D(Fg,"TreeUtil/lambda$0$Type",1885),M(1891,1,Kr,vUt),l.Mb=function(e){return this.a.Hc(u(e,39))},D(Fg,"TreeUtil/lambda$10$Type",1891),M(1892,1,{},yUt),l.Kb=function(e){return o1n(this.a,u(e,39))},D(Fg,"TreeUtil/lambda$11$Type",1892),M(1893,1,Kr,hXt),l.Mb=function(e){return s0n(this.a,this.b,u(e,39))},D(Fg,"TreeUtil/lambda$12$Type",1893),M(1886,1,Kr,xUt),l.Mb=function(e){return Ubn(this.a,u(e,65))},D(Fg,"TreeUtil/lambda$3$Type",1886),M(1887,1,Xr,CZ),l.Ne=function(e,n){return Jsn(u(e,65),u(n,65))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Fg,"TreeUtil/lambda$4$Type",1887),M(1888,1,Kr,kUt),l.Mb=function(e){return Gbn(this.a,u(e,65))},D(Fg,"TreeUtil/lambda$7$Type",1888),M(1889,1,Xr,LZ),l.Ne=function(e,n){return Zsn(u(e,65),u(n,65))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Fg,"TreeUtil/lambda$8$Type",1889),M(1890,1,{},MZ),l.Kb=function(e){return u(e,65).b},D(Fg,"TreeUtil/lambda$9$Type",1890),M(508,137,{3:1,508:1,96:1,137:1}),l.g=0,D(GS,"TGraphElement",508),M(65,508,{3:1,65:1,508:1,96:1,137:1},Pyt),l.Ib=function(){return this.b&&this.c?K2(this.b)+"->"+K2(this.c):"e_"+Hi(this)},D(GS,"TEdge",65),M(121,137,{3:1,121:1,96:1,137:1},MI),l.Ib=function(){var e,n,r,s,o;for(o=null,s=_r(this.b,0);s.b!=s.d.c;)r=u(Tr(s),39),o+=(r.c==null||r.c.length==0?"n_"+r.g:"n_"+r.c)+`
+`;for(n=_r(this.a,0);n.b!=n.d.c;)e=u(Tr(n),65),o+=(e.b&&e.c?K2(e.b)+"->"+K2(e.c):"e_"+Hi(e))+`
+`;return o};var M_n=D(GS,"TGraph",121);M(643,508,{3:1,508:1,643:1,96:1,137:1}),D(GS,"TShape",643),M(39,643,{3:1,508:1,39:1,643:1,96:1,137:1},pat),l.Ib=function(){return K2(this)};var eK=D(GS,"TNode",39);M(236,1,O0,hg),l.Jc=function(e){Oa(this,e)},l.Kc=function(){var e;return e=_r(this.a.d,0),new A4(e)},D(GS,"TNode/2",236),M(329,1,ba,A4),l.Nb=function(e){Da(this,e)},l.Pb=function(){return u(Tr(this.a),65).c},l.Ob=function(){return _D(this.a)},l.Qb=function(){Hst(this.a)},D(GS,"TNode/2/1",329),M(1923,1,Vi,e6),l.Kf=function(e,n){VCn(this,u(e,121),n)},D(au,"CompactionProcessor",1923),M(1924,1,Xr,EUt),l.Ne=function(e,n){return Dgn(this.a,u(e,39),u(n,39))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(au,"CompactionProcessor/lambda$0$Type",1924),M(1925,1,Kr,fXt),l.Mb=function(e){return Bln(this.b,this.a,u(e,42))},l.a=0,l.b=0,D(au,"CompactionProcessor/lambda$1$Type",1925),M(1934,1,Xr,gR),l.Ne=function(e,n){return Aun(u(e,39),u(n,39))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(au,"CompactionProcessor/lambda$10$Type",1934),M(1935,1,Xr,DZ),l.Ne=function(e,n){return qin(u(e,39),u(n,39))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(au,"CompactionProcessor/lambda$11$Type",1935),M(1936,1,Xr,UM),l.Ne=function(e,n){return Lun(u(e,39),u(n,39))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(au,"CompactionProcessor/lambda$12$Type",1936),M(1926,1,Kr,TUt),l.Mb=function(e){return Cin(this.a,u(e,42))},l.a=0,D(au,"CompactionProcessor/lambda$2$Type",1926),M(1927,1,Kr,CUt),l.Mb=function(e){return _in(this.a,u(e,42))},l.a=0,D(au,"CompactionProcessor/lambda$3$Type",1927),M(1928,1,Kr,IZ),l.Mb=function(e){return u(e,39).c.indexOf(QV)==-1},D(au,"CompactionProcessor/lambda$4$Type",1928),M(1929,1,{},_Ut),l.Kb=function(e){return jfn(this.a,u(e,39))},l.a=0,D(au,"CompactionProcessor/lambda$5$Type",1929),M(1930,1,{},SUt),l.Kb=function(e){return Kdn(this.a,u(e,39))},l.a=0,D(au,"CompactionProcessor/lambda$6$Type",1930),M(1931,1,Xr,AUt),l.Ne=function(e,n){return idn(this.a,u(e,240),u(n,240))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(au,"CompactionProcessor/lambda$7$Type",1931),M(1932,1,Xr,LUt),l.Ne=function(e,n){return sdn(this.a,u(e,39),u(n,39))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(au,"CompactionProcessor/lambda$8$Type",1932),M(1933,1,Xr,OZ),l.Ne=function(e,n){return Hin(u(e,39),u(n,39))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(au,"CompactionProcessor/lambda$9$Type",1933),M(1921,1,Vi,PZ),l.Kf=function(e,n){$kn(u(e,121),n)},D(au,"DirectionProcessor",1921),M(1913,1,Vi,ZJt),l.Kf=function(e,n){uEn(this,u(e,121),n)},D(au,"FanProcessor",1913),M(1937,1,Vi,NZ),l.Kf=function(e,n){Akn(u(e,121),n)},D(au,"GraphBoundsProcessor",1937),M(1938,1,{},FZ),l.Ye=function(e){return u(e,39).e.a},D(au,"GraphBoundsProcessor/lambda$0$Type",1938),M(1939,1,{},BZ),l.Ye=function(e){return u(e,39).e.b},D(au,"GraphBoundsProcessor/lambda$1$Type",1939),M(1940,1,{},RZ),l.Ye=function(e){return crn(u(e,39))},D(au,"GraphBoundsProcessor/lambda$2$Type",1940),M(1941,1,{},pR),l.Ye=function(e){return orn(u(e,39))},D(au,"GraphBoundsProcessor/lambda$3$Type",1941),M(262,22,{3:1,34:1,22:1,262:1,196:1},wm),l.dg=function(){switch(this.g){case 0:return new LKt;case 1:return new ZJt;case 2:return new AKt;case 3:return new mR;case 4:return new bR;case 8:return new jZ;case 5:return new PZ;case 6:return new zZ;case 7:return new e6;case 9:return new NZ;case 10:return new qZ;default:throw nt(new zn(Dut+(this.f!=null?this.f:""+this.g)))}};var qAt,HAt,VAt,UAt,GAt,KAt,WAt,YAt,XAt,QAt,C1t,D_n=Cr(au,Iut,262,Ir,Koe,fon),Eke;M(1920,1,Vi,jZ),l.Kf=function(e,n){z9n(u(e,121),n)},D(au,"LevelCoordinatesProcessor",1920),M(1918,1,Vi,bR),l.Kf=function(e,n){c6n(this,u(e,121),n)},l.a=0,D(au,"LevelHeightProcessor",1918),M(1919,1,O0,$Z),l.Jc=function(e){Oa(this,e)},l.Kc=function(){return wn(),wE(),pT},D(au,"LevelHeightProcessor/1",1919),M(1914,1,Vi,AKt),l.Kf=function(e,n){kkn(this,u(e,121),n)},D(au,"LevelProcessor",1914),M(1915,1,Kr,wR),l.Mb=function(e){return Ie(De(K(u(e,39),(zi(),i2))))},D(au,"LevelProcessor/lambda$0$Type",1915),M(1916,1,Vi,mR),l.Kf=function(e,n){s4n(this,u(e,121),n)},l.a=0,D(au,"NeighborsProcessor",1916),M(1917,1,O0,vR),l.Jc=function(e){Oa(this,e)},l.Kc=function(){return wn(),wE(),pT},D(au,"NeighborsProcessor/1",1917),M(1922,1,Vi,zZ),l.Kf=function(e,n){cEn(this,u(e,121),n)},l.a=0,D(au,"NodePositionProcessor",1922),M(1912,1,Vi,LKt),l.Kf=function(e,n){H7n(this,u(e,121),n)},D(au,"RootProcessor",1912),M(1942,1,Vi,qZ),l.Kf=function(e,n){jwn(u(e,121),n)},D(au,"Untreeifyer",1942),M(392,22,{3:1,34:1,22:1,392:1},Srt);var oN,_1t,JAt,ZAt=Cr(vP,"EdgeRoutingMode",392,Ir,efn,don),Tke,cN,RT,S1t,tLt,eLt,A1t,L1t,nLt,M1t,rLt,D1t,zA,I1t,nK,rK,Xf,O1,jT,qA,HA,Up,iLt,Cke,O1t,i2,uN,lN;M(862,1,af,f6),l.hf=function(e){Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,h7t),""),S2e),"Turns on Tree compaction which decreases the size of the whole tree by placing nodes of multiple levels in one large level"),(Nn(),!1)),(Pp(),aa)),Es),Ze((A1(),_n))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,f7t),""),"Edge End Texture Length"),"Should be set to the length of the texture at the end of an edge. This value can be used to improve the Edge Routing."),7),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,d7t),""),"Tree Level"),"The index for the tree level the node is in"),fe(0)),ic),Na),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,g7t),""),S2e),"When set to a positive number this option will force the algorithm to place the node to the specified position within the trees layer if weighting is set to constraint"),fe(-1)),ic),Na),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,p7t),""),"Weighting of Nodes"),"Which weighting to use when computing a node order."),oLt),rs),vLt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,b7t),""),"Edge Routing Mode"),"Chooses an Edge Routing algorithm."),sLt),rs),ZAt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,w7t),""),"Search Order"),"Which search order to use when computing a spanning tree."),aLt),rs),xLt),Ze(_n)))),bpe((new Yh,e))};var _ke,Ske,Ake,sLt,Lke,Mke,aLt,Dke,Ike,oLt;D(vP,"MrTreeMetaDataProvider",862),M(1006,1,af,Yh),l.hf=function(e){bpe(e)};var Oke,cLt,uLt,Mv,lLt,hLt,P1t,Pke,Nke,Fke,Bke,Rke,jke,$ke,fLt,dLt,gLt,zke,Q5,iK,pLt,qke,bLt,N1t,Hke,Vke,Uke,wLt,Gke,o0,mLt;D(vP,"MrTreeOptions",1006),M(1007,1,{},yR),l.sf=function(){var e;return e=new tZt,e},l.tf=function(e){},D(vP,"MrTreeOptions/MrtreeFactory",1007),M(353,22,{3:1,34:1,22:1,353:1},R$);var F1t,sK,B1t,R1t,vLt=Cr(vP,"OrderWeighting",353,Ir,u1n,gon),Kke;M(433,22,{3:1,34:1,22:1,433:1},Vwt);var yLt,j1t,xLt=Cr(vP,"TreeifyingOrder",433,Ir,rhn,pon),Wke;M(1486,1,To,ent),l.rg=function(e){return u(e,121),Yke},l.Kf=function(e,n){vgn(this,u(e,121),n)};var Yke;D("org.eclipse.elk.alg.mrtree.p1treeify","DFSTreeifyer",1486),M(1487,1,To,tE),l.rg=function(e){return u(e,121),Xke},l.Kf=function(e,n){_kn(this,u(e,121),n)};var Xke;D(nT,"NodeOrderer",1487),M(1494,1,{},d2t),l.td=function(e){return ate(e)},D(nT,"NodeOrderer/0methodref$lambda$6$Type",1494),M(1488,1,Kr,ett),l.Mb=function(e){return rk(),Ie(De(K(u(e,39),(zi(),i2))))},D(nT,"NodeOrderer/lambda$0$Type",1488),M(1489,1,Kr,ntt),l.Mb=function(e){return rk(),u(K(u(e,39),(xc(),Q5)),17).a<0},D(nT,"NodeOrderer/lambda$1$Type",1489),M(1490,1,Kr,DUt),l.Mb=function(e){return W0n(this.a,u(e,39))},D(nT,"NodeOrderer/lambda$2$Type",1490),M(1491,1,Kr,MUt),l.Mb=function(e){return qfn(this.a,u(e,39))},D(nT,"NodeOrderer/lambda$3$Type",1491),M(1492,1,Xr,rtt),l.Ne=function(e,n){return w0n(u(e,39),u(n,39))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(nT,"NodeOrderer/lambda$4$Type",1492),M(1493,1,Kr,itt),l.Mb=function(e){return rk(),u(K(u(e,39),(zi(),L1t)),17).a!=0},D(nT,"NodeOrderer/lambda$5$Type",1493),M(1495,1,To,Z8),l.rg=function(e){return u(e,121),Qke},l.Kf=function(e,n){N8n(this,u(e,121),n)},l.b=0;var Qke;D("org.eclipse.elk.alg.mrtree.p3place","NodePlacer",1495),M(1496,1,To,tnt),l.rg=function(e){return u(e,121),Jke},l.Kf=function(e,n){b8n(u(e,121),n)};var Jke,I_n=D(Wl,"EdgeRouter",1496);M(1498,1,Xr,ttt),l.Ne=function(e,n){return Bc(u(e,17).a,u(n,17).a)},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"EdgeRouter/0methodref$compare$Type",1498),M(1503,1,{},xR),l.Ye=function(e){return Rt(Ht(e))},D(Wl,"EdgeRouter/1methodref$doubleValue$Type",1503),M(1505,1,Xr,VZ),l.Ne=function(e,n){return ji(Rt(Ht(e)),Rt(Ht(n)))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"EdgeRouter/2methodref$compare$Type",1505),M(1507,1,Xr,UZ),l.Ne=function(e,n){return ji(Rt(Ht(e)),Rt(Ht(n)))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"EdgeRouter/3methodref$compare$Type",1507),M(1509,1,{},HZ),l.Ye=function(e){return Rt(Ht(e))},D(Wl,"EdgeRouter/4methodref$doubleValue$Type",1509),M(1511,1,Xr,GM),l.Ne=function(e,n){return ji(Rt(Ht(e)),Rt(Ht(n)))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"EdgeRouter/5methodref$compare$Type",1511),M(1513,1,Xr,GZ),l.Ne=function(e,n){return ji(Rt(Ht(e)),Rt(Ht(n)))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"EdgeRouter/6methodref$compare$Type",1513),M(1497,1,{},KZ),l.Kb=function(e){return Eg(),u(K(u(e,39),(xc(),o0)),17)},D(Wl,"EdgeRouter/lambda$0$Type",1497),M(1508,1,{},WZ),l.Kb=function(e){return nsn(u(e,39))},D(Wl,"EdgeRouter/lambda$11$Type",1508),M(1510,1,{},dXt),l.Kb=function(e){return Mcn(this.b,this.a,u(e,39))},l.a=0,l.b=0,D(Wl,"EdgeRouter/lambda$13$Type",1510),M(1512,1,{},gXt),l.Kb=function(e){return rsn(this.b,this.a,u(e,39))},l.a=0,l.b=0,D(Wl,"EdgeRouter/lambda$15$Type",1512),M(1514,1,Xr,YZ),l.Ne=function(e,n){return pwn(u(e,65),u(n,65))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"EdgeRouter/lambda$17$Type",1514),M(1515,1,Xr,XZ),l.Ne=function(e,n){return bwn(u(e,65),u(n,65))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"EdgeRouter/lambda$18$Type",1515),M(1516,1,Xr,kR),l.Ne=function(e,n){return mwn(u(e,65),u(n,65))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"EdgeRouter/lambda$19$Type",1516),M(1499,1,Kr,IUt),l.Mb=function(e){return vhn(this.a,u(e,39))},l.a=0,D(Wl,"EdgeRouter/lambda$2$Type",1499),M(1517,1,Xr,QZ),l.Ne=function(e,n){return wwn(u(e,65),u(n,65))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"EdgeRouter/lambda$20$Type",1517),M(1500,1,Xr,JZ),l.Ne=function(e,n){return bcn(u(e,39),u(n,39))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"EdgeRouter/lambda$3$Type",1500),M(1501,1,Xr,ZZ),l.Ne=function(e,n){return wcn(u(e,39),u(n,39))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"EdgeRouter/lambda$4$Type",1501),M(1502,1,{},stt),l.Kb=function(e){return isn(u(e,39))},D(Wl,"EdgeRouter/lambda$5$Type",1502),M(1504,1,{},pXt),l.Kb=function(e){return Dcn(this.b,this.a,u(e,39))},l.a=0,l.b=0,D(Wl,"EdgeRouter/lambda$7$Type",1504),M(1506,1,{},bXt),l.Kb=function(e){return ssn(this.b,this.a,u(e,39))},l.a=0,l.b=0,D(Wl,"EdgeRouter/lambda$9$Type",1506),M(675,1,{675:1},Wle),l.e=0,l.f=!1,l.g=!1,D(Wl,"MultiLevelEdgeNodeNodeGap",675),M(1943,1,Xr,att),l.Ne=function(e,n){return Lhn(u(e,240),u(n,240))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"MultiLevelEdgeNodeNodeGap/lambda$0$Type",1943),M(1944,1,Xr,ott),l.Ne=function(e,n){return Mhn(u(e,240),u(n,240))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Wl,"MultiLevelEdgeNodeNodeGap/lambda$1$Type",1944);var J5;M(500,22,{3:1,34:1,22:1,500:1,188:1,196:1},Uwt),l.dg=function(){return Pue(this)},l.qg=function(){return Pue(this)};var aK,Z5,kLt=Cr(m7t,"RadialLayoutPhases",500,Ir,ahn,bon),Zke;M(1113,205,fw,CWt),l.rf=function(e,n){var r,s,o,h,d,m;if(r=yde(this,e),n.Ug("Radial layout",r.c.length),Ie(De(ne(e,($b(),OLt))))||tq((s=new iE((xy(),new my(e))),s)),m=yyn(e),Oi(e,(G4(),J5),m),!m)throw nt(new zn("The given graph is not a tree!"));for(o=Rt(Ht(ne(e,uK))),o==0&&(o=t1e(e)),Oi(e,uK,o),d=new J(yde(this,e));d.a<d.c.c.length;)h=u(et(d),47),h.Kf(e,n.eh(1));n.Vg()},D(m7t,"RadialLayoutProvider",1113),M(556,1,Xr,d$),l.Ne=function(e,n){return n8n(this.a,this.b,u(e,27),u(n,27))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},l.a=0,l.b=0,D(m7t,"RadialUtil/lambda$0$Type",556),M(1395,1,Vi,ctt),l.Kf=function(e,n){K9n(u(e,27),n)},D(x7t,"CalculateGraphSize",1395),M(1396,1,Vi,utt),l.Kf=function(e,n){p7n(u(e,27))},D(x7t,"EdgeAngleCalculator",1396),M(368,22,{3:1,34:1,22:1,368:1,196:1},qD),l.dg=function(){switch(this.g){case 0:return new ptt;case 1:return new ltt;case 2:return new Uc;case 3:return new ctt;case 4:return new utt;default:throw nt(new zn(Dut+(this.f!=null?this.f:""+this.g)))}};var $1t,z1t,q1t,H1t,V1t,t8e=Cr(x7t,Iut,368,Ir,Y1n,won),e8e;M(653,1,{}),l.e=1,l.g=0,D(blt,"AbstractRadiusExtensionCompaction",653),M(1834,653,{},yJt),l.Cg=function(e){var n,r,s,o,h,d,m,k,T;for(this.c=u(ne(e,(G4(),J5)),27),It(this,this.c),this.d=Zat(u(ne(e,($b(),hN)),299)),k=u(ne(e,G1t),17),k&&kt(this,k.a),m=Ht(ne(e,(si(),Pw))),Pt(this,(Wn(m),m)),T=n3(this.c),this.d&&this.d.Gg(T),y8n(this,T),d=new hl(ot(st(wi,1),D2e,27,0,[this.c])),r=0;r<2;r++)for(n=0;n<T.c.length;n++)o=new hl(ot(st(wi,1),D2e,27,0,[(mn(n,T.c.length),u(T.c[n],27))])),h=n<T.c.length-1?(mn(n+1,T.c.length),u(T.c[n+1],27)):(mn(0,T.c.length),u(T.c[0],27)),s=n==0?u(Oe(T,T.c.length-1),27):(mn(n-1,T.c.length),u(T.c[n-1],27)),Xhe(this,(mn(n,T.c.length),u(T.c[n],27),d),s,h,o)},D(blt,"AnnulusWedgeCompaction",1834),M(1393,1,Vi,ltt),l.Kf=function(e,n){dgn(u(e,27),n)},D(blt,"GeneralCompactor",1393),M(1833,653,{},htt),l.Cg=function(e){var n,r,s,o;r=u(ne(e,(G4(),J5)),27),this.f=r,this.b=Zat(u(ne(e,($b(),hN)),299)),o=u(ne(e,G1t),17),o&&kt(this,o.a),s=Ht(ne(e,(si(),Pw))),Pt(this,(Wn(s),s)),n=n3(r),this.b&&this.b.Gg(n),Afe(this,n)},l.a=0,D(blt,"RadialCompaction",1833),M(1842,1,{},ftt),l.Dg=function(e){var n,r,s,o,h,d;for(this.a=e,n=0,d=n3(e),s=0,h=new J(d);h.a<h.c.c.length;)for(o=u(et(h),27),++s,r=s;r<d.c.length;r++)FEn(this,o,(mn(r,d.c.length),u(d.c[r],27)))&&(n+=1);return n},D(k7t,"CrossingMinimizationPosition",1842),M(1840,1,{},dtt),l.Dg=function(e){var n,r,s,o,h,d,m,k,T,A,N,j,U;for(s=0,r=new nr(ir(Mg(e).a.Kc(),new q));Sr(r);)n=u(lr(r),74),m=Xo(u(Lt((!n.c&&(n.c=new En(gr,n,5,8)),n.c),0),84)),T=m.i+m.g/2,A=m.j+m.f/2,o=e.i+e.g/2,h=e.j+e.f/2,N=new Ea,N.a=T-o,N.b=A-h,d=new se(N.a,N.b),C7(d,e.g,e.f),N.a-=d.a,N.b-=d.b,o=T-N.a,h=A-N.b,k=new se(N.a,N.b),C7(k,m.g,m.f),N.a-=k.a,N.b-=k.b,T=o+N.a,A=h+N.b,j=T-o,U=A-h,s+=b.Math.sqrt(j*j+U*U);return s},D(k7t,"EdgeLengthOptimization",1840),M(1841,1,{},gtt),l.Dg=function(e){var n,r,s,o,h,d,m,k,T,A,N;for(s=0,r=new nr(ir(Mg(e).a.Kc(),new q));Sr(r);)n=u(lr(r),74),m=Xo(u(Lt((!n.c&&(n.c=new En(gr,n,5,8)),n.c),0),84)),k=m.i+m.g/2,T=m.j+m.f/2,o=u(ne(m,(si(),Yk)),8),h=e.i+o.a+e.g/2,d=e.j+o.b+e.f,A=k-h,N=T-d,s+=b.Math.sqrt(A*A+N*N);return s},D(k7t,"EdgeLengthPositionOptimization",1841),M(1392,653,Vi,ptt),l.Kf=function(e,n){v4n(this,u(e,27),n)},D("org.eclipse.elk.alg.radial.intermediate.overlaps","RadiusExtensionOverlapRemoval",1392),M(1394,1,Vi,Uc),l.Kf=function(e,n){dun(u(e,27),n)},D("org.eclipse.elk.alg.radial.intermediate.rotation","GeneralRotator",1394),M(434,22,{3:1,34:1,22:1,434:1},Gwt);var ELt,U1t,TLt=Cr(KS,"AnnulusWedgeCriteria",434,Ir,ihn,von),n8e;M(393,22,{3:1,34:1,22:1,393:1},Art);var oK,CLt,_Lt,SLt=Cr(KS,E8t,393,Ir,ufn,mon),r8e;M(863,1,af,TC),l.hf=function(e){Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,E7t),""),"Center On Root"),"Centers the layout on the root of the tree i.e. so that the central node is also the center node of the final layout. This introduces additional whitespace."),(Nn(),!1)),(Pp(),aa)),Es),Ze((A1(),_n))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,T7t),""),"Order ID"),"The id can be used to define an order for nodes of one radius. This can be used to sort them in the layer accordingly."),fe(0)),ic),Na),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,C7t),""),"Radius"),"The radius option can be used to set the initial radius for the radial layouter."),0),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,tU),""),"Rotate"),"The rotate option determines whether a rotation of the layout should be performed."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,mlt),""),I2e),"With the compacter option it can be determined how compaction on the graph is done. It can be chosen between none, the radial compaction or the compaction of wedges separately."),ALt),rs),SLt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,vlt),""),"Compaction Step Size"),"Determine the size of steps with which the compaction is done. Step size 1 correlates to a compaction of 1 pixel per Iteration."),fe(1)),ic),Na),Ze(_n)))),Bs(e,vlt,mlt,null),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,_7t),""),"Sorter"),"Sort the nodes per radius according to the sorting algorithm. The strategies are none, by the given order id, or sorting them by polar coordinates."),MLt),rs),ULt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,S7t),""),"Annulus Wedge Criteria"),"Determine how the wedge for the node placement is calculated. It can be chosen between wedge determination by the number of leaves or by the maximum sum of diagonals."),DLt),rs),TLt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,A7t),""),"Translation Optimization"),"Find the optimal translation of the nodes of the first radii according to this criteria. For example edge crossings can be minimized."),LLt),rs),qLt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,ylt),M7t),"Target Angle"),"The angle in radians that the layout should be rotated to after layout."),0),Ga),zs),Ze(_n)))),Bs(e,ylt,tU,null),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,xlt),M7t),"Additional Wedge Space"),"If set to true, modifies the target angle by rotating further such that space is left for an edge to pass in between the nodes. This option should only be used in conjunction with top-down layout."),!1),aa),Es),Ze(_n)))),Bs(e,xlt,tU,null),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,L7t),M7t),"Outgoing Edge Angles"),"Calculate the required angle of connected nodes to leave space for an incoming edge. This option should only be used in conjunction with top-down layout."),!1),aa),Es),Ze(_n)))),upe((new nnt,e))};var i8e,s8e,a8e,ALt,o8e,LLt,c8e,u8e,l8e,h8e,f8e,d8e,g8e,MLt,p8e,DLt;D(KS,"RadialMetaDataProvider",863),M(1008,1,af,nnt),l.hf=function(e){upe(e)};var ILt,G1t,K1t,b8e,w8e,m8e,v8e,OLt,PLt,cK,y8e,x8e,uK,NLt,FLt,BLt,W1t,hN,k8e,RLt;D(KS,"RadialOptions",1008),M(1009,1,{},btt),l.sf=function(){var e;return e=new CWt,e},l.tf=function(e){},D(KS,"RadialOptions/RadialFactory",1009),M(354,22,{3:1,34:1,22:1,354:1},j$);var jLt,$Lt,zLt,Y1t,qLt=Cr(KS,"RadialTranslationStrategy",354,Ir,l1n,yon),E8e;M(299,22,{3:1,34:1,22:1,299:1},Lrt);var HLt,X1t,VLt,ULt=Cr(KS,"SortingStrategy",299,Ir,lfn,xon),T8e;M(1476,1,To,nC),l.rg=function(e){return u(e,27),null},l.Kf=function(e,n){q4n(this,u(e,27),n)},l.c=0,D("org.eclipse.elk.alg.radial.p1position","EadesRadial",1476),M(1838,1,{},mc),l.Eg=function(e){return Mle(e)},D(O2e,"AnnulusWedgeByLeafs",1838),M(1839,1,{},pu),l.Eg=function(e){return qhe(this,e)},D(O2e,"AnnulusWedgeByNodeSpace",1839),M(1477,1,To,ts),l.rg=function(e){return u(e,27),null},l.Kf=function(e,n){Zbn(this,u(e,27),n)},D("org.eclipse.elk.alg.radial.p2routing","StraightLineEdgeRouter",1477),M(826,1,{},V2t),l.Fg=function(e){},l.Gg=function(e){zGt(this,e)},D(D7t,"IDSorter",826),M(1837,1,Xr,KM),l.Ne=function(e,n){return ggn(u(e,27),u(n,27))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(D7t,"IDSorter/lambda$0$Type",1837),M(1836,1,{},Noe),l.Fg=function(e){Sre(this,e)},l.Gg=function(e){var n;e.dc()||(this.e||(n=yte(u(e.Xb(0),27)),Sre(this,n)),zGt(this.e,e))},D(D7t,"PolarCoordinateSorter",1836),M(445,22,{3:1,34:1,22:1,445:1},Mrt);var fN,lK,Q1t,GLt=Cr(B2e,"RectPackingLayoutPhases",445,Ir,ofn,kon),C8e;M(1118,205,fw,SWt),l.rf=function(e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt;if(n.Ug("Rectangle Packing",1),A=u(ne(e,(ad(),KA)),107),m=Ie(De(ne(e,K8e))),T=Rt(Ht(ne(e,WA))),Bt=Ie(De(ne(e,sMt))),W=(!e.a&&(e.a=new Jt(wi,e,10,11)),e.a),St=!1,Bt&&W.i>=3)for(ct=u(Lt(W,0),27),Tt=u(Lt(W,1),27),o=0;o+2<W.i;)if(tt=ct,ct=Tt,Tt=u(Lt(W,o+2),27),tt.f>=ct.f+Tt.f+T||Tt.f>=tt.f+ct.f+T){St=!0;break}else++o;else St=!0;if(!St){for(N=W.i,d=new Zn(W);d.e!=d.i.gc();)h=u(sr(d),27),Oi(h,(si(),TN),fe(N)),--N;X0e(e,new E6),n.Vg();return}for(r=(wI(this.a),x1(this.a,(gH(),fN),u(ne(e,uMt),188)),x1(this.a,lK,u(ne(e,rMt),188)),x1(this.a,Q1t,u(ne(e,aMt),188)),umt(this.a,(Kt=new Fs,ri(Kt,fN,(CH(),tdt)),ri(Kt,lK,Z1t),Ie(De(ne(e,tMt)))&&ri(Kt,fN,J1t),Kt)),VO(this.a,e)),k=1/r.c.length,U=new J(r);U.a<U.c.c.length;){if(j=u(et(U),47),n.$g())return;j.Kf(e,n.eh(k))}Bgn(W,A),m||nv(e,Rt(Ht(ne(e,(D0(),$T))))+(A.b+A.c),Rt(Ht(ne(e,UA)))+(A.d+A.a),!1,!0),Ie(De(ne(e,eMt)))||tq((s=new iE((xy(),new my(e))),s)),n.Vg()},D(B2e,"RectPackingLayoutProvider",1118),M(1518,1,Vi,wtt),l.Kf=function(e,n){b7n(u(e,27),n)},D(eU,"InteractiveNodeReorderer",1518),M(1519,1,Xr,mtt),l.Ne=function(e,n){return Epn(u(e,27),u(n,27))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(eU,"InteractiveNodeReorderer/lambda$0$Type",1519),M(455,22,{3:1,34:1,22:1,455:1,196:1},Drt),l.dg=function(){switch(this.g){case 0:return new wtt;case 1:return new n6;case 2:return new vtt}return null};var J1t,Z1t,tdt,_8e=Cr(eU,Iut,455,Ir,cfn,Eon),S8e;M(1521,1,Vi,vtt),l.Kf=function(e,n){B2n(u(e,27),n)},D(eU,"MinSizePostProcessor",1521),M(1520,1,Vi,n6),l.Kf=function(e,n){Npn(u(e,27),n)},D(eU,"MinSizePreProcessor",1520);var VA,UA,$T,A8e,L8e,hK,edt,ndt,GA,fK,B3;M(394,22,{3:1,34:1,22:1,394:1},Irt);var KLt,WLt,rdt,YLt=Cr(klt,"OptimizationGoal",394,Ir,afn,Ton),M8e;M(867,1,af,rnt),l.hf=function(e){Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,I7t),""),"Try box layout first"),"Whether one should check whether the regions are stackable to see whether box layout would do the job. For example, nodes with the same height are not stackable inside a row. Therefore, box layout will perform better and faster."),(Nn(),!1)),(Pp(),aa)),Es),Ze((A1(),_n))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,O7t),""),"Current position of a node in the order of nodes"),"The rectangles are ordered. Normally according to their definition the the model. This option specifies the current position of a node."),fe(-1)),ic),Na),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,P7t),""),"Desired index of node"),"The rectangles are ordered. Normally according to their definition the the model. This option allows to specify a desired position that has preference over the original position."),fe(-1)),ic),Na),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,N7t),""),"In new Row"),"If set to true this node begins in a new row. Consequently this node cannot be moved in a previous layer during compaction. Width approximation does does not take this into account."),!1),aa),Es),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,F7t),Elt),"Width Approximation Strategy"),"Strategy for finding an initial width of the drawing."),JLt),rs),fMt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,B7t),Elt),"Target Width"),"Option to place the rectangles in the given target width instead of approximating the width using the desired aspect ratio. The padding is not included in this. Meaning a drawing will have width of targetwidth + horizontal padding."),-1),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,R7t),Elt),"Optimization Goal"),"Optimization goal for approximation of the bounding box given by the first iteration. Determines whether layout is sorted by the maximum scaling, aspect ratio, or area. Depending on the strategy the aspect ratio might be nearly ignored."),QLt),rs),YLt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,j7t),Elt),"Shift Last Placed."),"When placing a rectangle behind or below the last placed rectangle in the first iteration, it is sometimes possible to shift the rectangle further to the left or right, resulting in less whitespace. True (default) enables the shift and false disables it. Disabling the shift produces a greater approximated area by the first iteration and a layout, when using ONLY the first iteration (default not the case), where it is sometimes impossible to implement a size transformation of rectangles that will fill the bounding box and eliminate empty spaces."),!0),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,$7t),"packing"),R2e),"Strategy for finding an initial placement on nodes."),XLt),rs),pMt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,z7t),j2e),"Row Height Reevaluation"),"During the compaction step the height of a row is normally not changed. If this options is set, the blocks of other rows might be added if they exceed the row height. If this is the case the whole row has to be packed again to be optimal regarding the new row height. This option should, therefore, be used with care since it might be computation heavy."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,q7t),j2e),"Compaction iterations"),"Defines the number of compaction iterations. E.g. if set to 2 the width is initially approximated, then the drawing is compacted and based on the resulting drawing the target width is decreased or increased and a second compaction step is executed and the result compared to the first one. The best run is used based on the scale measure."),fe(1)),ic),Na),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,H7t),"whiteSpaceElimination"),"White Space Approximation Strategy"),"Strategy for expanding nodes such that whitespace in the parent is eliminated."),rs),mMt),Ze(_n)))),_pe((new int,e))};var D8e,I8e,O8e,P8e,N8e,F8e,XLt,B8e,R8e,j8e,$8e,QLt,z8e,JLt,q8e;D(klt,"RectPackingMetaDataProvider",867),M(1016,1,af,int),l.hf=function(e){_pe(e)};var dK,H8e,ZLt,dN,tMt,V8e,gN,U8e,G8e,K8e,W8e,Y8e,eMt,nMt,idt,rMt,KA,iMt,X8e,WA,sMt,aMt,oMt,cMt,uMt,sdt;D(klt,"RectPackingOptions",1016),M(1017,1,{},uy),l.sf=function(){var e;return e=new SWt,e},l.tf=function(e){},D(klt,"RectPackingOptions/RectpackingFactory",1017),M(1705,1,{},MZt),l.a=0,l.c=!1,D(rT,"AreaApproximation",1705);var lMt=us(rT,"BestCandidateFilter");M(673,1,{535:1},R8),l.Hg=function(e,n,r){var s,o,h,d,m,k;for(k=new ge,h=ns,m=new J(e);m.a<m.c.c.length;)d=u(et(m),238),h=b.Math.min(h,(d.c+(r.b+r.c))*(d.b+(r.d+r.a)));for(o=new J(e);o.a<o.c.c.length;)s=u(et(o),238),(s.c+(r.b+r.c))*(s.b+(r.d+r.a))==h&&In(k.c,s);return k},D(rT,"AreaFilter",673),M(674,1,{535:1},WM),l.Hg=function(e,n,r){var s,o,h,d,m,k;for(m=new ge,k=ns,d=new J(e);d.a<d.c.c.length;)h=u(et(d),238),k=b.Math.min(k,b.Math.abs((h.c+(r.b+r.c))/(h.b+(r.d+r.a))-n));for(o=new J(e);o.a<o.c.c.length;)s=u(et(o),238),b.Math.abs((s.c+(r.b+r.c))/(s.b+(r.d+r.a))-n)==k&&In(m.c,s);return m},D(rT,"AspectRatioFilter",674),M(1469,1,To,ytt),l.rg=function(e){return u(e,27),null},l.Kf=function(e,n){rkn(u(e,27),n)},D(rT,"GreedyWidthApproximator",1469),M(672,1,{535:1},YM),l.Hg=function(e,n,r){var s,o,h,d,m,k;for(k=new ge,h=Vs,m=new J(e);m.a<m.c.c.length;)d=u(et(m),238),h=b.Math.max(h,Cz(d.c+(r.b+r.c),d.b+(r.d+r.a),d.a));for(o=new J(e);o.a<o.c.c.length;)s=u(et(o),238),Cz(s.c+(r.b+r.c),s.b+(r.d+r.a),s.a)==h&&In(k.c,s);return k},D(rT,"ScaleMeasureFilter",672),M(1470,1,To,xtt),l.rg=function(e){return u(e,27),null},l.Kf=function(e,n){H4n(u(e,27),n)},D(rT,"TargetWidthWidthApproximator",1470),M(490,22,{3:1,34:1,22:1,490:1,188:1,196:1},Kwt),l.dg=function(){return Qhe(this)},l.qg=function(){return Qhe(this)};var adt,hMt,fMt=Cr(rT,"WidthApproximationStrategy",490,Ir,ehn,Con),Q8e;M(1471,1,To,ktt),l.rg=function(e){return u(e,27),null},l.Kf=function(e,n){rCn(this,u(e,27),n)},D(nU,"Compactor",1471),M(1473,1,To,ER),l.rg=function(e){return u(e,27),null},l.Kf=function(e,n){N6n(u(e,27),n)},D(nU,"NoPlacement",1473),M(439,22,{3:1,34:1,22:1,439:1,188:1,196:1},Ort),l.dg=function(){return hue(this)},l.qg=function(){return hue(this)};var odt,dMt,gMt,pMt=Cr(nU,"PackingStrategy",439,Ir,sfn,Aon),J8e;M(810,1,{},Qwt),l.a=0,l.b=0,l.c=0,l.d=ns,l.e=0,l.f=ns,D(nU,"RowFillingAndCompaction",810),M(1472,1,To,Ett),l.rg=function(e){return u(e,27),null},l.Kf=function(e,n){vTn(u(e,27),n)},D(nU,"SimplePlacement",1472),M(1474,1,To,Ttt),l.rg=function(e){return u(e,27),null},l.Kf=function(e,n){this.Ig(u(e,27),n)},l.Ig=function(e,n){U1e(e,n)},D(V7t,"EqualWhitespaceEliminator",1474),M(1475,1474,To,XM),l.Ig=function(e,n){var r,s,o,h,d;n.Ug("To Aspect Ratio Whitesapce Eliminator",1),d=Rt(Ht(ne(e,(D0(),$T)))),h=Rt(Ht(ne(e,UA))),o=Rt(Ht(ne(e,(ad(),dK)))),r=Rt(Ht(ne(e,VA))),s=d/h,s<o?(d=h*o,Oi(e,$T,d)):(r+=d/o-h,Oi(e,VA,r),Oi(e,UA,h+r)),U1e(e,n),n.Vg()},D(V7t,"ToAspectratioNodeExpander",1475),M(491,22,{3:1,34:1,22:1,491:1,188:1,196:1},Wwt),l.dg=function(){return joe(this)},l.qg=function(){return joe(this)};var bMt,wMt,mMt=Cr(V7t,"WhiteSpaceEliminationStrategy",491,Ir,nhn,Lon),Z8e;M(172,1,{172:1},bat),l.a=0,l.c=!1,l.d=0,l.e=0,l.f=0,l.g=0,l.i=0,l.k=!1,l.o=ns,l.p=ns,l.r=0,l.s=0,l.t=0,D(yP,"Block",172),M(209,1,{209:1},eq),l.a=0,l.b=0,l.d=0,l.e=0,l.f=0,D(yP,"BlockRow",209),M(315,1,{315:1},zyt),l.b=0,l.c=0,l.d=0,l.e=0,l.f=0,D(yP,"BlockStack",315),M(238,1,{238:1},zvt,z5t),l.a=0,l.b=0,l.c=0,l.d=0,l.e=0,l.g=0;var O_n=D(yP,"DrawingData",238);M(373,22,{3:1,34:1,22:1,373:1},HD);var Kk,tx,YA,XA,pN,tEe=Cr(yP,"DrawingDataDescriptor",373,Ir,X1n,Mon),eEe;M(186,1,{186:1},Qyt),l.b=0,l.c=0,l.e=0,l.f=0,D(yP,"RectRow",186),M(763,1,{},J4t),l.j=0,D(d3,Xbe,763),M(1209,1,{},Ctt),l.af=function(e){return Lb(e.a,e.b)},D(d3,L8t,1209),M(1210,1,{},OUt),l.af=function(e){return adn(this.a,e)},D(d3,Qbe,1210),M(1211,1,{},PUt),l.af=function(e){return _wn(this.a,e)},D(d3,Jbe,1211),M(1212,1,{},NUt),l.af=function(e){return lpn(this.a,e)},D(d3,"ElkGraphImporter/lambda$3$Type",1212),M(1213,1,{},FUt),l.af=function(e){return f5n(this.a,e)},D(d3,Zbe,1213),M(1115,205,fw,AWt),l.rf=function(e,n){var r,s,o,h,d,m,k,T,A,N,j,U;for(td(e,(EO(),mK))&&(U=Gr(ne(e,(iot(),jMt))),h=Jot(JE(),U),h&&(d=u(xI(h.f),205),d.rf(e,n.eh(1)))),Oi(e,gdt,(DI(),wK)),Oi(e,pdt,(TO(),ddt)),Oi(e,bdt,(ZI(),vK)),m=u(ne(e,(iot(),FMt)),17).a,n.Ug("Overlap removal",1),Ie(De(ne(e,xEe))),k=new Os,T=new BUt(k),s=new J4t,r=Spe(s,e),A=!0,o=0;o<m&&A;){if(Ie(De(ne(e,BMt)))){if(k.a.$b(),r4n(new IQt(T),r.i),k.a.gc()==0)break;r.e=k}for(wI(this.b),x1(this.b,(uO(),gK),(VC(),bN)),x1(this.b,pK,r.g),x1(this.b,bK,(k$(),ldt)),this.a=VO(this.b,r),j=new J(this.a);j.a<j.c.c.length;)N=u(et(j),47),N.Kf(r,n.eh(1));yvn(s,r),A=Ie(De(K(r,(n7(),H9t)))),++o}$ge(s,r),n.Vg()},D(d3,"OverlapRemovalLayoutProvider",1115),M(1116,1,{},BUt),D(d3,"OverlapRemovalLayoutProvider/lambda$0$Type",1116),M(444,22,{3:1,34:1,22:1,444:1},Prt);var gK,pK,bK,cdt=Cr(d3,"SPOrEPhases",444,Ir,gfn,Ion),nEe;M(1219,1,{},LWt),D(d3,"ShrinkTree",1219),M(1117,205,fw,DKt),l.rf=function(e,n){var r,s,o,h,d;td(e,(EO(),mK))&&(d=Gr(ne(e,mK)),o=Jot(JE(),d),o&&(h=u(xI(o.f),205),h.rf(e,n.eh(1)))),s=new J4t,r=Spe(s,e),Bxn(this.a,r,n.eh(1)),$ge(s,r)},D(d3,"ShrinkTreeLayoutProvider",1117),M(305,137,{3:1,305:1,96:1,137:1},vne),l.c=!1,D("org.eclipse.elk.alg.spore.graph","Graph",305),M(489,22,{3:1,34:1,22:1,489:1,188:1,196:1},CYt),l.dg=function(){return Pce(this)},l.qg=function(){return Pce(this)};var udt,vMt=Cr(g3,E8t,489,Ir,aln,Don),rEe;M(558,22,{3:1,34:1,22:1,558:1,188:1,196:1},TJt),l.dg=function(){return new TR},l.qg=function(){return new TR};var ldt,iEe=Cr(g3,"OverlapRemovalStrategy",558,Ir,oln,Oon),sEe;M(438,22,{3:1,34:1,22:1,438:1},Ywt);var wK,hdt,yMt=Cr(g3,"RootSelection",438,Ir,ohn,Pon),aEe;M(324,22,{3:1,34:1,22:1,324:1},VD);var xMt,fdt,ddt,kMt,EMt,TMt=Cr(g3,"SpanningTreeCostFunction",324,Ir,Q1n,Non),oEe;M(1014,1,af,snt),l.hf=function(e){bge(e)};var CMt,_Mt,cEe,uEe,SMt,AMt,gdt,pdt,bdt,lEe,hEe,mK;D(g3,"SporeCompactionOptions",1014),M(1015,1,{},$l),l.sf=function(){var e;return e=new DKt,e},l.tf=function(e){},D(g3,"SporeCompactionOptions/SporeCompactionFactory",1015),M(866,1,af,ant),l.hf=function(e){Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,Tlt),""),"Underlying Layout Algorithm"),"A layout algorithm that is applied to the graph before it is compacted. If this is null, nothing is applied before compaction."),(Pp(),ex)),Ne),Ze((A1(),_n))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Slt),"structure"),"Structure Extraction Strategy"),"This option defines what kind of triangulation or other partitioning of the plane is applied to the vertices."),PMt),rs),$Mt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,U7t),Alt),"Tree Construction Strategy"),"Whether a minimum spanning tree or a maximum spanning tree should be constructed."),IMt),rs),qMt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,G7t),Alt),"Cost Function for Spanning Tree"),"The cost function is used in the creation of the spanning tree."),DMt),rs),TMt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Clt),Alt),"Root node for spanning tree construction"),"The identifier of the node that is preferred as the root of the spanning tree. If this is null, the first node is chosen."),null),ex),Ne),Ze(_n)))),Bs(e,Clt,_lt,wEe),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,_lt),Alt),"Root selection for spanning tree"),"This sets the method used to select a root node for the construction of a spanning tree"),MMt),rs),yMt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,K7t),TEt),R2e),"This option defines how the compaction is applied."),LMt),rs),vMt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,W7t),TEt),"Orthogonal Compaction"),"Restricts the translation of nodes to orthogonal directions in the compaction phase."),(Nn(),!1)),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Y7t),z2e),"Upper limit for iterations of overlap removal"),null),fe(64)),ic),Na),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,X7t),z2e),"Whether to run a supplementary scanline overlap check."),null),!0),aa),Es),Ze(_n)))),v0e((new ont,e)),bge((new snt,e))};var fEe,LMt,dEe,gEe,pEe,bEe,wEe,mEe,MMt,vEe,DMt,yEe,IMt,OMt,PMt,NMt;D(g3,"SporeMetaDataProvider",866),M(1012,1,af,ont),l.hf=function(e){v0e(e)};var xEe,FMt,BMt,RMt,kEe,jMt;D(g3,"SporeOverlapRemovalOptions",1012),M(1013,1,{},Wu),l.sf=function(){var e;return e=new AWt,e},l.tf=function(e){},D(g3,"SporeOverlapRemovalOptions/SporeOverlapFactory",1013),M(539,22,{3:1,34:1,22:1,539:1,188:1,196:1},Cee),l.dg=function(){return Nce(this)},l.qg=function(){return Nce(this)};var bN,$Mt=Cr(g3,"StructureExtractionStrategy",539,Ir,cln,Fon),EEe;M(437,22,{3:1,34:1,22:1,437:1,188:1,196:1},Xwt),l.dg=function(){return Nue(this)},l.qg=function(){return Nue(this)};var zMt,vK,qMt=Cr(g3,"TreeConstructionStrategy",437,Ir,chn,Bon),TEe;M(1463,1,To,_tt),l.rg=function(e){return u(e,305),new Fs},l.Kf=function(e,n){Tvn(u(e,305),n)},D(q2e,"DelaunayTriangulationPhase",1463),M(1464,1,rr,RUt),l.Cd=function(e){pe(this.a,u(e,68).a)},D(q2e,"DelaunayTriangulationPhase/lambda$0$Type",1464),M(794,1,To,H2t),l.rg=function(e){return u(e,305),new Fs},l.Kf=function(e,n){this.Jg(u(e,305),n)},l.Jg=function(e,n){var r,s,o;n.Ug("Minimum spanning tree construction",1),e.d?s=e.d.a:s=u(Oe(e.i,0),68).a,Ie(De(K(e,(n7(),dA))))?o=wct(e.e,s,(r=e.b,r)):o=wct(e.e,s,e.b),wce(this,o,e),n.Vg()},D(Llt,"MinSTPhase",794),M(1466,794,To,bKt),l.Jg=function(e,n){var r,s,o,h;n.Ug("Maximum spanning tree construction",1),r=new jUt(e),e.d?o=e.d.c:o=u(Oe(e.i,0),68).c,Ie(De(K(e,(n7(),dA))))?h=wct(e.e,o,(s=r,s)):h=wct(e.e,o,r),wce(this,h,e),n.Vg()},D(Llt,"MaxSTPhase",1466),M(1467,1,{},jUt),l.af=function(e){return xrn(this.a,e)},D(Llt,"MaxSTPhase/lambda$0$Type",1467),M(1465,1,rr,$Ut),l.Cd=function(e){din(this.a,u(e,68))},D(Llt,"MinSTPhase/lambda$0$Type",1465),M(796,1,To,TR),l.rg=function(e){return u(e,305),new Fs},l.Kf=function(e,n){jyn(this,u(e,305),n)},l.a=!1,D(Mlt,"GrowTreePhase",796),M(797,1,rr,xvt),l.Cd=function(e){epn(this.a,this.b,this.c,u(e,225))},D(Mlt,"GrowTreePhase/lambda$0$Type",797),M(1468,1,To,Stt),l.rg=function(e){return u(e,305),new Fs},l.Kf=function(e,n){Kwn(this,u(e,305),n)},D(Mlt,"ShrinkTreeCompactionPhase",1468),M(795,1,rr,kvt),l.Cd=function(e){P5n(this.a,this.b,this.c,u(e,225))},D(Mlt,"ShrinkTreeCompactionPhase/lambda$0$Type",795);var HMt=us(Ec,"IGraphElementVisitor");M(872,1,{536:1},ire),l.Kg=function(e){var n;n=zkn(this,e),Yo(n,u(tr(this.b,e),96)),Fxn(this,e,n)};var CEe,_Ee;D(x5,"LayoutConfigurator",872);var P_n=us(x5,"LayoutConfigurator/IPropertyHolderOptionFilter");M(944,1,{2032:1},ly),l.Lg=function(e,n){return sk(),!e.pf(n)},D(x5,"LayoutConfigurator/lambda$0$Type",944),M(943,1,{845:1},hy),l.Mg=function(e,n){return sk(),!e.pf(n)},D(x5,"LayoutConfigurator/lambda$1$Type",943),M(945,1,{2032:1},v4),l.Lg=function(e,n){return MWt(e,n)},D(x5,"LayoutConfigurator/lambda$2$Type",945),M(946,1,Kr,wXt),l.Mb=function(e){return Xun(this.a,this.b,u(e,2032))},D(x5,"LayoutConfigurator/lambda$3$Type",946),M(869,1,{},sp),D(x5,"RecursiveGraphLayoutEngine",869),M(224,63,Ig,KGt,lp),D(x5,"UnsupportedConfigurationException",224),M(370,63,Ig,_6),D(x5,"UnsupportedGraphException",370),M(761,1,{}),D(Ec,"AbstractRandomListAccessor",761),M(449,761,{},vS),l.Ng=function(){return null},l.d=!0,l.e=!0,l.f=0,D(sT,"AlgorithmAssembler",449),M(1200,1,Kr,r6),l.Mb=function(e){return!!u(e,106)},D(sT,"AlgorithmAssembler/lambda$0$Type",1200),M(1201,1,{},zUt),l.Kb=function(e){return Fnn(this.a,u(e,106))},D(sT,"AlgorithmAssembler/lambda$1$Type",1201),M(1202,1,Kr,QM),l.Mb=function(e){return!!u(e,80)},D(sT,"AlgorithmAssembler/lambda$2$Type",1202),M(1203,1,rr,qUt),l.Cd=function(e){sh(this.a,u(e,80))},D(sT,"AlgorithmAssembler/lambda$3$Type",1203),M(1204,1,rr,mXt),l.Cd=function(e){osn(this.a,this.b,u(e,196))},D(sT,"AlgorithmAssembler/lambda$4$Type",1204),M(1343,1,Xr,CR),l.Ne=function(e,n){return Iln(u(e,196),u(n,196))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(sT,"EnumBasedFactoryComparator",1343),M(80,761,{80:1},Fs),l.Ng=function(){return new Os},l.a=0,D(sT,"LayoutProcessorConfiguration",80),M(1025,1,{536:1},cnt),l.Kg=function(e){U_(AEe,new HUt(e))};var SEe,AEe,LEe;D(dc,"DeprecatedLayoutOptionReplacer",1025),M(1026,1,rr,_R),l.Cd=function(e){qdn(u(e,167))},D(dc,"DeprecatedLayoutOptionReplacer/lambda$0$Type",1026),M(1027,1,rr,Att),l.Cd=function(e){S2n(u(e,167))},D(dc,"DeprecatedLayoutOptionReplacer/lambda$1$Type",1027),M(1028,1,{},HUt),l.Yd=function(e,n){asn(this.a,u(e,149),u(n,41))},D(dc,"DeprecatedLayoutOptionReplacer/lambda$2$Type",1028),M(143,1,{701:1,143:1},ow),l.Fb=function(e){return g3t(this,e)},l.Og=function(){return this.b},l.Pg=function(){return this.c},l.xe=function(){return this.e},l.Hb=function(){return Cp(this.c)},l.Ib=function(){return"Layout Algorithm: "+this.c};var N_n=D(dc,"LayoutAlgorithmData",143);M(269,1,{},cg),D(dc,"LayoutAlgorithmData/Builder",269),M(1029,1,{536:1},Ltt),l.Kg=function(e){At(e,207)&&!Ie(De(e.of((si(),EK))))&&MEn(u(e,27))},D(dc,"LayoutAlgorithmResolver",1029),M(233,1,{701:1,233:1},X6),l.Fb=function(e){return At(e,233)?hn(this.b,u(e,233).b):!1},l.Og=function(){return this.a},l.Pg=function(){return this.b},l.xe=function(){return this.d},l.Hb=function(){return Cp(this.b)},l.Ib=function(){return"Layout Type: "+this.b},D(dc,"LayoutCategoryData",233),M(357,1,{},lb),D(dc,"LayoutCategoryData/Builder",357),M(879,1,{},c0e);var wdt;D(dc,"LayoutMetaDataService",879),M(880,1,{},uee),D(dc,"LayoutMetaDataService/Registry",880),M(486,1,{486:1},rC),D(dc,"LayoutMetaDataService/Registry/Triple",486),M(881,1,_5,j8),l.Qg=function(){return new Ea},D(dc,"LayoutMetaDataService/lambda$0$Type",881),M(882,1,p3,i6),l.Rg=function(e){return Ma(u(e,8))},D(dc,"LayoutMetaDataService/lambda$1$Type",882),M(891,1,_5,hb),l.Qg=function(){return new ge},D(dc,"LayoutMetaDataService/lambda$10$Type",891),M(892,1,p3,SR),l.Rg=function(e){return new fl(u(e,13))},D(dc,"LayoutMetaDataService/lambda$11$Type",892),M(893,1,_5,AR),l.Qg=function(){return new Qi},D(dc,"LayoutMetaDataService/lambda$12$Type",893),M(894,1,p3,LR),l.Rg=function(e){return lI(u(e,67))},D(dc,"LayoutMetaDataService/lambda$13$Type",894),M(895,1,_5,Mtt),l.Qg=function(){return new Os},D(dc,"LayoutMetaDataService/lambda$14$Type",895),M(896,1,p3,s6),l.Rg=function(e){return Wz(u(e,49))},D(dc,"LayoutMetaDataService/lambda$15$Type",896),M(897,1,_5,fy),l.Qg=function(){return new Bd},D(dc,"LayoutMetaDataService/lambda$16$Type",897),M(898,1,p3,ap),l.Rg=function(e){return uq(u(e,49))},D(dc,"LayoutMetaDataService/lambda$17$Type",898),M(899,1,_5,fb),l.Qg=function(){return new L2t},D(dc,"LayoutMetaDataService/lambda$18$Type",899),M(900,1,p3,y4),l.Rg=function(e){return RZt(u(e,157))},D(dc,"LayoutMetaDataService/lambda$19$Type",900),M(883,1,_5,$8),l.Qg=function(){return new Xu},D(dc,"LayoutMetaDataService/lambda$2$Type",883),M(884,1,p3,iC),l.Rg=function(e){return new h$(u(e,75))},D(dc,"LayoutMetaDataService/lambda$3$Type",884),M(885,1,_5,JM),l.Qg=function(){return new OC},D(dc,"LayoutMetaDataService/lambda$4$Type",885),M(886,1,p3,Dtt),l.Rg=function(e){return new pit(u(e,140))},D(dc,"LayoutMetaDataService/lambda$5$Type",886),M(887,1,_5,MR),l.Qg=function(){return new k6},D(dc,"LayoutMetaDataService/lambda$6$Type",887),M(888,1,p3,DR),l.Rg=function(e){return new _vt(u(e,107))},D(dc,"LayoutMetaDataService/lambda$7$Type",888),M(889,1,_5,IR),l.Qg=function(){return new ZM},D(dc,"LayoutMetaDataService/lambda$8$Type",889),M(890,1,p3,z8),l.Rg=function(e){return new oae(u(e,385))},D(dc,"LayoutMetaDataService/lambda$9$Type",890);var mdt=us(aP,"IProperty");M(23,1,{34:1,701:1,23:1,149:1},qe),l.Fd=function(e){return Sin(this,u(e,149))},l.Fb=function(e){return At(e,23)?hn(this.f,u(e,23).f):At(e,149)&&hn(this.f,u(e,149).Pg())},l.Sg=function(){var e;if(At(this.b,4)){if(e=H5t(this.b),e==null)throw nt(new Fo(G2e+this.f+"'. Make sure it's type is registered with the "+(gg(jN),jN.k)+Q7t));return e}else return this.b},l.Og=function(){return this.d},l.Pg=function(){return this.f},l.xe=function(){return this.i},l.Hb=function(){return Cp(this.f)},l.Ib=function(){return"Layout Option: "+this.f},D(dc,"LayoutOptionData",23),M(24,1,{},je),D(dc,"LayoutOptionData/Builder",24),M(170,22,{3:1,34:1,22:1,170:1},UD);var c0,Gp,Js,_n,Dw,H0=Cr(dc,"LayoutOptionData/Target",170,Ir,J1n,Ron),MEe;M(285,22,{3:1,34:1,22:1,285:1},D6);var aa,Ga,rs,Wk,ic,pd,ex,VMt,DEe=Cr(dc,"LayoutOptionData/Type",285,Ir,v0n,jon),IEe,QA,UMt;M(116,1,{116:1},P6,Th,Yz),l.Fb=function(e){var n;return e==null||!At(e,116)?!1:(n=u(e,116),Ic(this.c,n.c)&&Ic(this.d,n.d)&&Ic(this.b,n.b)&&Ic(this.a,n.a))},l.Hb=function(){return iO(ot(st(sa,1),Ln,1,5,[this.c,this.d,this.b,this.a]))},l.Ib=function(){return"Rect[x="+this.c+",y="+this.d+",w="+this.b+",h="+this.a+"]"},l.a=0,l.b=0,l.c=0,l.d=0,D(gP,"ElkRectangle",116),M(8,1,{3:1,4:1,8:1,423:1},Ea,lst,se,eo),l.Fb=function(e){return yoe(this,e)},l.Hb=function(){return O6(this.a)+Cmn(O6(this.b))},l.cg=function(e){var n,r,s,o;for(s=0;s<e.length&&iue((qn(s,e.length),e.charCodeAt(s)),Ube);)++s;for(n=e.length;n>0&&iue((qn(n-1,e.length),e.charCodeAt(n-1)),Gbe);)--n;if(s>=n)throw nt(new zn("The given string does not contain any numbers."));if(o=s3((Sa(s,n,e.length),e.substr(s,n-s)),`,|;|\r|
+`),o.length!=2)throw nt(new zn("Exactly two numbers are expected, "+o.length+" were found."));try{this.a=Jy(Zy(o[0])),this.b=Jy(Zy(o[1]))}catch(h){throw h=is(h),At(h,130)?(r=h,nt(new zn(Kbe+r))):nt(h)}},l.Ib=function(){return"("+this.a+","+this.b+")"},l.a=0,l.b=0;var ua=D(gP,"KVector",8);M(75,67,{3:1,4:1,20:1,31:1,56:1,16:1,67:1,15:1,75:1,423:1},Xu,h$,EJt),l.Pc=function(){return Fpn(this)},l.cg=function(e){var n,r,s,o,h,d;s=s3(e,`,|;|\\(|\\)|\\[|\\]|\\{|\\}| | |
+`),Zl(this);try{for(r=0,h=0,o=0,d=0;r<s.length;)s[r]!=null&&Zy(s[r]).length>0&&(h%2==0?o=Jy(s[r]):d=Jy(s[r]),h>0&&h%2!=0&&Zr(this,new se(o,d)),++h),++r}catch(m){throw m=is(m),At(m,130)?(n=m,nt(new zn("The given string does not match the expected format for vectors."+n))):nt(m)}},l.Ib=function(){var e,n,r;for(e=new Jl("("),n=_r(this,0);n.b!=n.d.c;)r=u(Tr(n),8),ni(e,r.a+","+r.b),n.b!=n.d.c&&(e.a+="; ");return(e.a+=")",e).a};var GMt=D(gP,"KVectorChain",75);M(255,22,{3:1,34:1,22:1,255:1},e_);var vdt,yK,xK,wN,mN,kK,KMt=Cr(Pl,"Alignment",255,Ir,Odn,$on),OEe;M(991,1,af,Sj),l.hf=function(e){O0e(e)};var WMt,ydt,PEe,YMt,XMt,NEe,QMt,FEe,BEe,JMt,ZMt,REe;D(Pl,"BoxLayouterOptions",991),M(992,1,{},OR),l.sf=function(){var e;return e=new H8,e},l.tf=function(e){},D(Pl,"BoxLayouterOptions/BoxFactory",992),M(297,22,{3:1,34:1,22:1,297:1},n_);var JA,xdt,ZA,tL,eL,kdt,Edt=Cr(Pl,"ContentAlignment",297,Ir,Pdn,zon),jEe;M(699,1,af,Aj),l.hf=function(e){Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,W2e),""),"Layout Algorithm"),"Select a specific layout algorithm."),(Pp(),ex)),Ne),Ze((A1(),_n))))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,Y2e),""),"Resolved Layout Algorithm"),"Meta data associated with the selected algorithm."),pd),N_n),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,zEt),""),"Alignment"),"Alignment of the selected node relative to other nodes; the exact meaning depends on the used algorithm."),tDt),rs),KMt),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,Sk),""),"Aspect Ratio"),"The desired aspect ratio of the drawing, that is the quotient of width by height."),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,tTt),""),"Bend Points"),"A fixed list of bend points for the edge. This is used by the 'Fixed Layout' algorithm to specify a pre-defined routing for an edge. The vector chain must include the source point, any bend points, and the target point, so it must have at least two points."),pd),GMt),Ze(c0)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,GV),""),"Content Alignment"),"Specifies how the content of a node are aligned. Each node can individually control the alignment of its contents. I.e. if a node should be aligned top left in its parent node, the parent node should specify that option."),nDt),Wk),Edt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,mP),""),"Debug Mode"),"Whether additional debug information shall be generated."),(Nn(),!1)),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,clt),""),x8t),"Overall direction of edges: horizontal (right / left) or vertical (down / up)."),rDt),rs),iL),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,wP),""),"Edge Routing"),"What kind of edge routing style should be applied for the content of a parent node. Algorithms may also set this option to single edges in order to mark them as splines. The bend point list of edges with this option set to SPLINES must be interpreted as control points for a piecewise cubic spline."),aDt),rs),Bdt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,J7t),""),"Expand Nodes"),"If active, nodes are expanded to fill the area of their parent."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,UV),""),"Hierarchy Handling"),"Determines whether separate layout runs are triggered for different compound nodes in a hierarchical graph. Setting a node's hierarchy handling to `INCLUDE_CHILDREN` will lay out that node and all of its descendants in a single layout run, until a descendant is encountered which has its hierarchy handling set to `SEPARATE_CHILDREN`. In general, `SEPARATE_CHILDREN` will ensure that a new layout run is triggered for a node with that setting. Including multiple levels of hierarchy in a single layout run may allow cross-hierarchical edges to be laid out properly. If the root node is set to `INHERIT` (or not set at all), the default behavior is `SEPARATE_CHILDREN`."),uDt),rs),YDt),Gi(_n,ot(st(H0,1),te,170,0,[Js]))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,av),""),"Padding"),"The padding to be left to a parent element's border when placing child elements. This can also serve as an output option of a layout algorithm if node size calculation is setup appropriately."),mDt),pd),mCt),Gi(_n,ot(st(H0,1),te,170,0,[Js]))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,jS),""),"Interactive"),"Whether the algorithm should be run in interactive mode for the content of a parent node. What this means exactly depends on how the specific algorithm interprets this option. Usually in the interactive mode algorithms try to modify the current layout as little as possible."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,WV),""),"interactive Layout"),"Whether the graph should be changeable interactively and by setting constraints"),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,$S),""),"Omit Node Micro Layout"),"Node micro layout comprises the computation of node dimensions (if requested), the placement of ports and their labels, and the placement of node labels. The functionality is implemented independent of any specific layout algorithm and shouldn't have any negative impact on the layout algorithm's performance itself. Yet, if any unforeseen behavior occurs, this option allows to deactivate the micro layout."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Aut),""),"Port Constraints"),"Defines constraints of the position of the ports of a node."),EDt),rs),JDt),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,KV),""),"Position"),"The position of a node, port, or label. This is used by the 'Fixed Layout' algorithm to specify a pre-defined position."),pd),ua),Gi(Js,ot(st(H0,1),te,170,0,[Dw,Gp]))))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,cP),""),"Priority"),"Defines the priority of an object; its meaning depends on the specific layout algorithm and the context where it is used."),ic),Na),Gi(Js,ot(st(H0,1),te,170,0,[c0]))))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,SV),""),"Randomization Seed"),"Seed used for pseudo-random number generators to control the layout algorithm. If the value is 0, the seed shall be determined pseudo-randomly (e.g. from the system time)."),ic),Na),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,RS),""),"Separate Connected Components"),"Whether each connected component should be processed separately."),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,JEt),""),"Junction Points"),"This option is not used as option, but as output of the layout algorithms. It is attached to edges and determines the points where junction symbols should be drawn in order to represent hyperedges with orthogonal routing. Whether such points are computed depends on the chosen layout algorithm and edge routing style. The points are put into the vector chain with no specific order."),lDt),pd),GMt),Ze(c0)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,e7t),""),"Comment Box"),"Whether the node should be regarded as a comment box instead of a regular node. In that case its placement should be similar to how labels are handled. Any edges incident to a comment box specify to which graph elements the comment is related."),!1),aa),Es),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,n7t),""),"Hypernode"),"Whether the node should be handled as a hypernode."),!1),aa),Es),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,c_n),""),"Label Manager"),"Label managers can shorten labels upon a layout algorithm's request."),pd),$_n),Gi(_n,ot(st(H0,1),te,170,0,[Gp]))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,i7t),""),"Margins"),"Margins define additional space around the actual bounds of a graph element. For instance, ports or labels being placed on the outside of a node's border might introduce such a margin. The margin is used to guarantee non-overlap of other graph elements with those ports or labels."),hDt),pd),wCt),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,jEt),""),"No Layout"),"No layout is done for the associated element. This is used to mark parts of a diagram to avoid their inclusion in the layout graph, or to mark parts of the layout graph to prevent layout engines from processing them. If you wish to exclude the contents of a compound node from automatic layout, while the node itself is still considered on its own layer, use the 'Fixed Layout' algorithm for that node."),!1),aa),Es),Gi(Js,ot(st(H0,1),te,170,0,[c0,Dw,Gp]))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,X2e),""),"Scale Factor"),"The scaling factor to be applied to the corresponding node in recursive layout. It causes the corresponding node's size to be adjusted, and its ports and labels to be sized and placed accordingly after the layout of that node has been determined (and before the node itself and its siblings are arranged). The scaling is not reverted afterwards, so the resulting layout graph contains the adjusted size and position data. This option is currently not supported if 'Layout Hierarchy' is set."),1),Ga),zs),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,Q2e),""),"Child Area Width"),"The width of the area occupied by the laid out children of a node."),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,J2e),""),"Child Area Height"),"The height of the area occupied by the laid out children of a node."),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,uP),""),H2e),"Turns topdown layout on and off. If this option is enabled, hierarchical layout will be computed first for the root node and then for its children recursively. Layouts are then scaled down to fit the area provided by their parents. Graphs must follow a certain structure for topdown layout to work properly. {@link TopdownNodeTypes.PARALLEL_NODE} nodes must have children of type {@link TopdownNodeTypes.HIERARCHICAL_NODE} and must define {@link topdown.hierarchicalNodeWidth} and {@link topdown.hierarchicalNodeAspectRatio} for their children. Furthermore they need to be laid out using an algorithm that is a {@link TopdownLayoutProvider}. Hierarchical nodes can also be parents of other hierarchical nodes and can optionally use a {@link TopdownSizeApproximator} to dynamically set sizes during topdown layout. In this case {@link topdown.hierarchicalNodeWidth} and {@link topdown.hierarchicalNodeAspectRatio} should be set on the node itself rather than the parent. The values are then used by the size approximator as base values. Hierarchical nodes require the layout option {@link nodeSize.fixedGraphSize} to be true to prevent the algorithm used there from resizing the hierarchical node. This option is not supported if 'Hierarchy Handling' is set to 'INCLUDE_CHILDREN'"),!1),aa),Es),Ze(_n)))),Bs(e,uP,ov,null),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Z2e),""),"Animate"),"Whether the shift from the old layout to the new computed layout shall be animated."),!0),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,twe),""),"Animation Time Factor"),"Factor for computation of animation time. The higher the value, the longer the animation time. If the value is 0, the resulting time is always equal to the minimum defined by 'Minimal Animation Time'."),fe(100)),ic),Na),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,ewe),""),"Layout Ancestors"),"Whether the hierarchy levels on the path from the selected element to the root of the diagram shall be included in the layout process."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,nwe),""),"Maximal Animation Time"),"The maximal time for animations, in milliseconds."),fe(4e3)),ic),Na),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,rwe),""),"Minimal Animation Time"),"The minimal time for animations, in milliseconds."),fe(400)),ic),Na),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,iwe),""),"Progress Bar"),"Whether a progress bar shall be displayed during layout computations."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,swe),""),"Validate Graph"),"Whether the graph shall be validated before any layout algorithm is applied. If this option is enabled and at least one error is found, the layout process is aborted and a message is shown to the user."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,awe),""),"Validate Options"),"Whether layout options shall be validated before any layout algorithm is applied. If this option is enabled and at least one error is found, the layout process is aborted and a message is shown to the user."),!0),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,owe),""),"Zoom to Fit"),"Whether the zoom level shall be set to view the whole diagram after layout."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Z7t),"box"),"Box Layout Mode"),"Configures the packing mode used by the {@link BoxLayoutProvider}. If SIMPLE is not required (neither priorities are used nor the interactive mode), GROUP_DEC can improve the packing and decrease the area. GROUP_MIXED and GROUP_INC may, in very specific scenarios, work better."),eDt),rs),cIt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,AEt),ld),"Comment Comment Spacing"),"Spacing to be preserved between a comment box and other comment boxes connected to the same node. The space left between comment boxes of different nodes is controlled by the node-node spacing."),10),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,LEt),ld),"Comment Node Spacing"),"Spacing to be preserved between a node and its connected comment boxes. The space left between a node and the comments of another node is controlled by the node-node spacing."),10),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,xut),ld),"Components Spacing"),"Spacing to be preserved between pairs of connected components. This option is only relevant if 'separateConnectedComponents' is activated."),20),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,MEt),ld),"Edge Spacing"),"Spacing to be preserved between any two edges. Note that while this can somewhat easily be satisfied for the segments of orthogonally drawn edges, it is harder for general polylines or splines."),10),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Sut),ld),"Edge Label Spacing"),"The minimal distance to be preserved between a label and the edge it is associated with. Note that the placement of a label is influenced by the 'edgelabels.placement' option."),2),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,olt),ld),"Edge Node Spacing"),"Spacing to be preserved between nodes and edges."),10),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,DEt),ld),"Label Spacing"),"Determines the amount of space to be left between two labels of the same graph element."),0),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,PEt),ld),"Label Node Spacing"),"Spacing to be preserved between labels and the border of node they are associated with. Note that the placement of a label is influenced by the 'nodelabels.placement' option."),5),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,IEt),ld),"Horizontal spacing between Label and Port"),"Horizontal spacing to be preserved between labels and the ports they are associated with. Note that the placement of a label is influenced by the 'portlabels.placement' option."),1),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,OEt),ld),"Vertical spacing between Label and Port"),"Vertical spacing to be preserved between labels and the ports they are associated with. Note that the placement of a label is influenced by the 'portlabels.placement' option."),1),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,h3),ld),"Node Spacing"),"The minimal distance to be preserved between each two nodes."),20),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,NEt),ld),"Node Self Loop Spacing"),"Spacing to be preserved between a node and its self loops."),10),Ga),zs),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,FEt),ld),"Port Spacing"),"Spacing between pairs of ports of the same node."),10),Ga),zs),Gi(_n,ot(st(H0,1),te,170,0,[Js]))))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,BEt),ld),"Individual Spacing"),"Allows to specify individual spacing values for graph elements that shall be different from the value specified for the element's parent."),pd),_7e),Gi(Js,ot(st(H0,1),te,170,0,[c0,Dw,Gp]))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,s7t),ld),"Additional Port Space"),"Additional space around the sets of ports on each node side. For each side of a node, this option can reserve additional space before and after the ports on each side. For example, a top spacing of 20 makes sure that the first port on the western and eastern side is 20 units away from the northern border."),PDt),pd),wCt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,llt),lwe),"Layout Partition"),"Partition to which the node belongs. This requires Layout Partitioning to be active. Nodes with lower partition IDs will appear to the left of nodes with higher partition IDs (assuming a left-to-right layout direction)."),ic),Na),Gi(_n,ot(st(H0,1),te,170,0,[Js]))))),Bs(e,llt,ult,WEe),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,ult),lwe),"Layout Partitioning"),"Whether to activate partitioned layout. This will allow to group nodes through the Layout Partition option. a pair of nodes with different partition indices is then placed such that the node with lower index is placed to the left of the other node (with left-to-right layout direction). Depending on the layout algorithm, this may only be guaranteed to work if all nodes have a layout partition configured, or at least if edges that cross partitions are not part of a partition-crossing cycle."),vDt),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,VEt),hwe),"Node Label Padding"),"Define padding for node labels that are placed inside of a node."),dDt),pd),mCt),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Z7),hwe),"Node Label Placement"),"Hints for where node labels are to be placed; if empty, the node label's position is not modified."),gDt),Wk),_o),Gi(Js,ot(st(H0,1),te,170,0,[Gp]))))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,KEt),iU),"Port Alignment"),"Defines the default port distribution for a node. May be overridden for each side individually."),xDt),rs),cL),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,WEt),iU),"Port Alignment (North)"),"Defines how ports on the northern side are placed, overriding the node's general port alignment."),rs),cL),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,YEt),iU),"Port Alignment (South)"),"Defines how ports on the southern side are placed, overriding the node's general port alignment."),rs),cL),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,XEt),iU),"Port Alignment (West)"),"Defines how ports on the western side are placed, overriding the node's general port alignment."),rs),cL),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,QEt),iU),"Port Alignment (East)"),"Defines how ports on the eastern side are placed, overriding the node's general port alignment."),rs),cL),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,T5),Ilt),"Node Size Constraints"),"What should be taken into account when calculating a node's size. Empty size constraints specify that a node's size is already fixed and should not be changed."),pDt),Wk),hL),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Ak),Ilt),"Node Size Options"),"Options modifying the behavior of the size constraints set on a node. Each member of the set specifies something that should be taken into account when calculating node sizes. The empty set corresponds to no further modifications."),wDt),Wk),tIt),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,Lk),Ilt),"Node Size Minimum"),"The minimal size to which a node can be reduced."),bDt),pd),ua),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,J7),Ilt),"Fixed Graph Size"),"By default, the fixed layout provider will enlarge a graph until it is large enough to contain its children. If this option is set, it won't do so."),!1),aa),Es),Ze(_n)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,ZEt),alt),"Edge Label Placement"),"Gives a hint on where to put edge labels."),iDt),rs),BDt),Ze(Gp)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,AV),alt),"Inline Edge Labels"),"If true, an edge label is placed directly on its edge. May only apply to center edge labels. This kind of label placement is only advisable if the label's rendering is such that it is not crossed by its edge and thus stays legible."),!1),aa),Es),Ze(Gp)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,u_n),"font"),"Font Name"),"Font name used for a label."),ex),Ne),Ze(Gp)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,cwe),"font"),"Font Size"),"Font size used for a label."),ic),Na),Ze(Gp)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,r7t),Olt),"Port Anchor Offset"),"The offset to the port position where connections shall be attached."),pd),ua),Ze(Dw)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,t7t),Olt),"Port Index"),"The index of a port in the fixed order around a node. The order is assumed as clockwise, starting with the leftmost port on the top side. This option must be set if 'Port Constraints' is set to FIXED_ORDER and no specific positions are given for the ports. Additionally, the option 'Port Side' must be defined in this case."),ic),Na),Ze(Dw)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,$Et),Olt),"Port Side"),"The side of a node on which a port is situated. This option must be set if 'Port Constraints' is set to FIXED_SIDE or FIXED_ORDER and no specific positions are given for the ports."),_Dt),rs),go),Ze(Dw)))),Xe(e,new qe(We(Ke(Ye(He(Ge(Ve(Ue(new je,REt),Olt),"Port Border Offset"),"The offset of ports on the node border. With a positive offset the port is moved outside of the node, while with a negative offset the port is moved towards the inside. An offset of 0 means that the port is placed directly on the node border, i.e. if the port side is north, the port's south border touches the nodes's north border; if the port side is east, the port's west border touches the nodes's east border; if the port side is south, the port's north border touches the node's south border; if the port side is west, the port's east border touches the node's west border."),Ga),zs),Ze(Dw)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,tT),rTt),"Port Label Placement"),"Decides on a placement method for port labels; if empty, the node label's position is not modified."),TDt),Wk),AK),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,UEt),rTt),"Port Labels Next to Port"),"Use 'portLabels.placement': NEXT_TO_PORT_OF_POSSIBLE."),!1),aa),Es),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,GEt),rTt),"Treat Port Labels as Group"),"If this option is true (default), the labels of a port will be treated as a group when it comes to centering them next to their port. If this option is false, only the first label will be centered next to the port, with the others being placed below. This only applies to labels of eastern and western ports and will have no effect if labels are not placed next to their port."),!0),aa),Es),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,lP),xP),"Topdown Scale Factor"),"The scaling factor to be applied to the nodes laid out within the node in recursive topdown layout. The difference to 'Scale Factor' is that the node itself is not scaled. This value has to be set on hierarchical nodes."),1),Ga),zs),Ze(_n)))),Bs(e,lP,ov,n7e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,eTt),xP),"Topdown Size Approximator"),"The size approximator to be used to set sizes of hierarchical nodes during topdown layout. The default value is null, which results in nodes keeping whatever size is defined for them e.g. through parent parallel node or by manually setting the size."),null),rs),PK),Ze(Js)))),Bs(e,eTt,ov,r7e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,hP),xP),"Topdown Hierarchical Node Width"),"The fixed size of a hierarchical node when using topdown layout. If this value is set on a parallel node it applies to its children, when set on a hierarchical node it applies to the node itself."),150),Ga),zs),Gi(_n,ot(st(H0,1),te,170,0,[Js]))))),Bs(e,hP,ov,null),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,fP),xP),"Topdown Hierarchical Node Aspect Ratio"),"The fixed aspect ratio of a hierarchical node when using topdown layout. Default is 1/sqrt(2). If this value is set on a parallel node it applies to its children, when set on a hierarchical node it applies to the node itself."),1.414),Ga),zs),Gi(_n,ot(st(H0,1),te,170,0,[Js]))))),Bs(e,fP,ov,null),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,ov),xP),"Topdown Node Type"),"The different node types used for topdown layout. If the node type is set to {@link TopdownNodeTypes.PARALLEL_NODE} the algorithm must be set to a {@link TopdownLayoutProvider} such as {@link TopdownPacking}. The {@link nodeSize.fixedGraphSize} option is technically only required for hierarchical nodes."),null),rs),nIt),Ze(Js)))),Bs(e,ov,J7,null),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,nTt),xP),"Topdown Scale Cap"),"Determines the upper limit for the topdown scale factor. The default value is 1.0 which ensures that nested children never end up appearing larger than their parents in terms of unit sizes such as the font size. If the limit is larger, nodes will fully utilize the available space, but it is counteriniuitive for inner nodes to have a larger scale than outer nodes."),1),Ga),zs),Ze(_n)))),Bs(e,nTt,ov,e7e),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,qEt),fwe),"Activate Inside Self Loops"),"Whether this node allows to route self loops inside of it instead of around it. If set to true, this will make the node a compound node if it isn't already, and will require the layout algorithm to support compound nodes with hierarchical ports."),!1),aa),Es),Ze(Js)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,HEt),fwe),"Inside Self Loop"),"Whether a self loop should be routed inside a node instead of around that node."),!1),aa),Es),Ze(c0)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,kut),"edge"),"Edge Thickness"),"The thickness of an edge. This is a hint on the line width used to draw an edge, possibly requiring more space to be reserved for it."),1),Ga),zs),Ze(c0)))),Xe(e,new qe(We(Ke(Ye(fn(He(Ge(Ve(Ue(new je,uwe),"edge"),"Edge Type"),"The type of an edge. This is usually used for UML class diagrams, where associations must be handled differently from generalizations."),cDt),rs),HDt),Ze(c0)))),UC(e,new X6($C(fE(hE(new lb,Xn),"Layered"),'The layer-based method was introduced by Sugiyama, Tagawa and Toda in 1981. It emphasizes the direction of edges by pointing as many edges as possible into the same direction. The nodes are arranged in layers, which are sometimes called "hierarchies", and then reordered such that the number of edge crossings is minimized. Afterwards, concrete coordinates are computed for the nodes and edge bend points.'))),UC(e,new X6($C(fE(hE(new lb,"org.eclipse.elk.orthogonal"),"Orthogonal"),`Orthogonal methods that follow the "topology-shape-metrics" approach by Batini, Nardelli and Tamassia '86. The first phase determines the topology of the drawing by applying a planarization technique, which results in a planar representation of the graph. The orthogonal shape is computed in the second phase, which aims at minimizing the number of edge bends, and is called orthogonalization. The third phase leads to concrete coordinates for nodes and edge bend points by applying a compaction method, thus defining the metrics.`))),UC(e,new X6($C(fE(hE(new lb,Lu),"Force"),"Layout algorithms that follow physical analogies by simulating a system of attractive and repulsive forces. The first successful method of this kind was proposed by Eades in 1984."))),UC(e,new X6($C(fE(hE(new lb,"org.eclipse.elk.circle"),"Circle"),"Circular layout algorithms emphasize cycles or biconnected components of a graph by arranging them in circles. This is useful if a drawing is desired where such components are clearly grouped, or where cycles are shown as prominent OPTIONS of the graph."))),UC(e,new X6($C(fE(hE(new lb,A2e),"Tree"),"Specialized layout methods for trees, i.e. acyclic graphs. The regular structure of graphs that have no undirected cycles can be emphasized using an algorithm of this type."))),UC(e,new X6($C(fE(hE(new lb,"org.eclipse.elk.planar"),"Planar"),"Algorithms that require a planar or upward planar graph. Most of these algorithms are theoretically interesting, but not practically usable."))),UC(e,new X6($C(fE(hE(new lb,Bh),"Radial"),"Radial layout algorithms usually position the nodes of the graph on concentric circles."))),m0e((new unt,e)),O0e((new Sj,e)),Gde((new Lj,e))};var zT,$Ee,tDt,nx,zEe,qEe,eDt,rx,ix,HEe,vN,nDt,yN,Iw,rDt,Tdt,Cdt,iDt,sDt,aDt,oDt,cDt,VEe,sx,uDt,UEe,xN,_dt,kN,Sdt,Dv,lDt,qT,hDt,fDt,dDt,ax,gDt,Ow,pDt,R3,ox,bDt,s2,wDt,EK,EN,Kp,mDt,GEe,vDt,KEe,WEe,yDt,xDt,Adt,Ldt,Mdt,Ddt,kDt,Nl,nL,EDt,Idt,Odt,j3,TDt,CDt,cx,_Dt,Yk,TN,Pdt,ux,YEe,Ndt,XEe,QEe,SDt,JEe,ADt,LDt,Xk,MDt,TK,DDt,IDt,Pw,ZEe,ODt,PDt,NDt,CK,CN,rL,Qk,t7e,e7e,_K,n7e,FDt,r7e;D(Pl,"CoreOptions",699),M(88,22,{3:1,34:1,22:1,88:1},GD);var bd,Ho,Jo,wd,qh,iL=Cr(Pl,x8t,88,Ir,R1n,qon),i7e;M(278,22,{3:1,34:1,22:1,278:1},Nrt);var HT,$3,VT,BDt=Cr(Pl,"EdgeLabelPlacement",278,Ir,hfn,Hon),s7e;M(223,22,{3:1,34:1,22:1,223:1},$$);var UT,_N,Jk,Fdt,Bdt=Cr(Pl,"EdgeRouting",223,Ir,d1n,Von),a7e;M(321,22,{3:1,34:1,22:1,321:1},r_);var RDt,jDt,$Dt,zDt,Rdt,qDt,HDt=Cr(Pl,"EdgeType",321,Ir,Idn,Uon),o7e;M(989,1,af,unt),l.hf=function(e){m0e(e)};var VDt,UDt,GDt,KDt,c7e,WDt,sL;D(Pl,"FixedLayouterOptions",989),M(990,1,{},Itt),l.sf=function(){var e;return e=new $tt,e},l.tf=function(e){},D(Pl,"FixedLayouterOptions/FixedFactory",990),M(346,22,{3:1,34:1,22:1,346:1},Frt);var Wp,SK,aL,YDt=Cr(Pl,"HierarchyHandling",346,Ir,dfn,Gon),u7e;M(290,22,{3:1,34:1,22:1,290:1},z$);var V0,a2,SN,AN,l7e=Cr(Pl,"LabelSide",290,Ir,f1n,Kon),h7e;M(95,22,{3:1,34:1,22:1,95:1},P4);var jg,Qf,ff,Jf,dh,Zf,df,U0,t1,_o=Cr(Pl,"NodeLabelPlacement",95,Ir,O0n,Won),f7e;M(256,22,{3:1,34:1,22:1,256:1},KD);var XDt,oL,o2,QDt,LN,cL=Cr(Pl,"PortAlignment",256,Ir,Z1n,Yon),d7e;M(101,22,{3:1,34:1,22:1,101:1},i_);var Nw,lu,G0,GT,md,c2,JDt=Cr(Pl,"PortConstraints",101,Ir,Ddn,Xon),g7e;M(279,22,{3:1,34:1,22:1,279:1},s_);var uL,lL,$g,MN,u2,Zk,AK=Cr(Pl,"PortLabelPlacement",279,Ir,Mdn,Qon),p7e;M(64,22,{3:1,34:1,22:1,64:1},WD);var Jn,Hn,Hh,Vh,Vu,Iu,vd,e1,yl,ol,hu,xl,Uu,Gu,n1,gh,ph,gf,vr,gc,Gn,go=Cr(Pl,"PortSide",64,Ir,j1n,Jon),b7e;M(993,1,af,Lj),l.hf=function(e){Gde(e)};var w7e,m7e,ZDt,v7e,y7e;D(Pl,"RandomLayouterOptions",993),M(994,1,{},q8),l.sf=function(){var e;return e=new Btt,e},l.tf=function(e){},D(Pl,"RandomLayouterOptions/RandomFactory",994),M(386,22,{3:1,34:1,22:1,386:1},q$);var z3,DN,IN,Fw,hL=Cr(Pl,"SizeConstraint",386,Ir,h1n,Zon),x7e;M(264,22,{3:1,34:1,22:1,264:1},N4);var ON,LK,KT,jdt,PN,fL,MK,DK,IK,tIt=Cr(Pl,"SizeOptions",264,Ir,U0n,tcn),k7e;M(280,22,{3:1,34:1,22:1,280:1},Brt);var q3,eIt,OK,nIt=Cr(Pl,"TopdownNodeTypes",280,Ir,ffn,ecn),E7e;M(347,22,iTt);var rIt,iIt,PK=Cr(Pl,"TopdownSizeApproximator",347,Ir,uhn,rcn);M(987,347,iTt,ste),l.Tg=function(e){return Nle(e)},Cr(Pl,"TopdownSizeApproximator/1",987,PK,null,null),M(988,347,iTt,Vte),l.Tg=function(e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je,On;for(n=u(ne(e,(si(),ux)),143),Ce=(wb(),U=new PC,U),PO(Ce,e),en=new Er,h=new Zn((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a));h.e!=h.i.gc();)s=u(sr(h),27),St=(j=new PC,j),YH(St,Ce),PO(St,s),On=Nle(s),$4(St,b.Math.max(s.g,On.a),b.Math.max(s.f,On.b)),vu(en.f,s,St);for(o=new Zn((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a));o.e!=o.i.gc();)for(s=u(sr(o),27),A=new Zn((!s.e&&(s.e=new En(Cs,s,7,4)),s.e));A.e!=A.i.gc();)T=u(sr(A),74),Kt=u(Uo(yo(en.f,s)),27),ie=u(tr(en,Lt((!T.c&&(T.c=new En(gr,T,5,8)),T.c),0)),27),Bt=(N=new x4,N),Mr((!Bt.b&&(Bt.b=new En(gr,Bt,4,7)),Bt.b),Kt),Mr((!Bt.c&&(Bt.c=new En(gr,Bt,5,8)),Bt.c),ie),WH(Bt,es(Kt)),PO(Bt,T);tt=u(xI(n.f),205);try{tt.rf(Ce,new qtt),xee(n.f,tt)}catch(Mn){throw Mn=is(Mn),At(Mn,103)?(W=Mn,nt(W)):nt(Mn)}return td(Ce,ix)||td(Ce,rx)||Vkt(Ce),k=Rt(Ht(ne(Ce,ix))),m=Rt(Ht(ne(Ce,rx))),d=k/m,r=Rt(Ht(ne(Ce,CN)))*b.Math.sqrt((!Ce.a&&(Ce.a=new Jt(wi,Ce,10,11)),Ce.a).i),Je=u(ne(Ce,Kp),107),Tt=Je.b+Je.c+1,ct=Je.d+Je.a+1,new se(b.Math.max(Tt,r),b.Math.max(ct,r/d))},Cr(Pl,"TopdownSizeApproximator/2",988,PK,null,null);var T7e;M(344,1,{871:1},E6),l.Ug=function(e,n){return Whe(this,e,n)},l.Vg=function(){wfe(this)},l.Wg=function(){return this.q},l.Xg=function(){return this.f?Jit(this.f):null},l.Yg=function(){return Jit(this.a)},l.Zg=function(){return this.p},l.$g=function(){return!1},l._g=function(){return this.n},l.ah=function(){return this.p!=null&&!this.b},l.bh=function(e){var n;this.n&&(n=e,pe(this.f,n))},l.dh=function(e,n){var r,s;this.n&&e&&Lfn(this,(r=new nee,s=nct(r,e),l9n(r),s),(tH(),zdt))},l.eh=function(e){var n;return this.b?null:(n=g0n(this,this.g),Zr(this.a,n),n.i=this,this.d=e,n)},l.fh=function(e){e>0&&!this.b&&c4t(this,e)},l.b=!1,l.c=0,l.d=-1,l.e=null,l.f=null,l.g=-1,l.j=!1,l.k=!1,l.n=!1,l.o=0,l.q=0,l.r=0,D(Ec,"BasicProgressMonitor",344),M(717,205,fw,H8),l.rf=function(e,n){X0e(e,n)},D(Ec,"BoxLayoutProvider",717),M(983,1,Xr,VUt),l.Ne=function(e,n){return l6n(this,u(e,27),u(n,27))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},l.a=!1,D(Ec,"BoxLayoutProvider/1",983),M(163,1,{163:1},Dq,LJt),l.Ib=function(){return this.c?akt(this.c):Rb(this.b)},D(Ec,"BoxLayoutProvider/Group",163),M(320,22,{3:1,34:1,22:1,320:1},H$);var sIt,aIt,oIt,$dt,cIt=Cr(Ec,"BoxLayoutProvider/PackingMode",320,Ir,g1n,icn),C7e;M(984,1,Xr,PR),l.Ne=function(e,n){return Lln(u(e,163),u(n,163))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ec,"BoxLayoutProvider/lambda$0$Type",984),M(985,1,Xr,Ott),l.Ne=function(e,n){return xln(u(e,163),u(n,163))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ec,"BoxLayoutProvider/lambda$1$Type",985),M(986,1,Xr,Ptt),l.Ne=function(e,n){return kln(u(e,163),u(n,163))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(Ec,"BoxLayoutProvider/lambda$2$Type",986),M(1384,1,{845:1},Ntt),l.Mg=function(e,n){return y$(),!At(n,167)||MWt((sk(),u(e,167)),n)},D(Ec,"ElkSpacings/AbstractSpacingsBuilder/lambda$0$Type",1384),M(1385,1,rr,UUt),l.Cd=function(e){jpn(this.a,u(e,149))},D(Ec,"ElkSpacings/AbstractSpacingsBuilder/lambda$1$Type",1385),M(1386,1,rr,Rtt),l.Cd=function(e){u(e,96),y$()},D(Ec,"ElkSpacings/AbstractSpacingsBuilder/lambda$2$Type",1386),M(1390,1,rr,GUt),l.Cd=function(e){ogn(this.a,u(e,96))},D(Ec,"ElkSpacings/AbstractSpacingsBuilder/lambda$3$Type",1390),M(1388,1,Kr,yXt),l.Mb=function(e){return ypn(this.a,this.b,u(e,149))},D(Ec,"ElkSpacings/AbstractSpacingsBuilder/lambda$4$Type",1388),M(1387,1,Kr,xXt),l.Mb=function(e){return esn(this.a,this.b,u(e,845))},D(Ec,"ElkSpacings/AbstractSpacingsBuilder/lambda$5$Type",1387),M(1389,1,rr,kXt),l.Cd=function(e){gun(this.a,this.b,u(e,149))},D(Ec,"ElkSpacings/AbstractSpacingsBuilder/lambda$6$Type",1389),M(947,1,{},jtt),l.Kb=function(e){return wQt(e)},l.Fb=function(e){return this===e},D(Ec,"ElkUtil/lambda$0$Type",947),M(948,1,rr,EXt),l.Cd=function(e){d5n(this.a,this.b,u(e,74))},l.a=0,l.b=0,D(Ec,"ElkUtil/lambda$1$Type",948),M(949,1,rr,TXt),l.Cd=function(e){inn(this.a,this.b,u(e,166))},l.a=0,l.b=0,D(Ec,"ElkUtil/lambda$2$Type",949),M(950,1,rr,CXt),l.Cd=function(e){Zrn(this.a,this.b,u(e,135))},l.a=0,l.b=0,D(Ec,"ElkUtil/lambda$3$Type",950),M(951,1,rr,KUt),l.Cd=function(e){Ncn(this.a,u(e,377))},D(Ec,"ElkUtil/lambda$4$Type",951),M(325,1,{34:1,325:1},Pen),l.Fd=function(e){return Ain(this,u(e,242))},l.Fb=function(e){var n;return At(e,325)?(n=u(e,325),this.a==n.a):!1},l.Hb=function(){return Xs(this.a)},l.Ib=function(){return this.a+" (exclusive)"},l.a=0,D(Ec,"ExclusiveBounds/ExclusiveLowerBound",325),M(1119,205,fw,$tt),l.rf=function(e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt,St,Bt,Kt,ie,Ce,en,Je;for(n.Ug("Fixed Layout",1),h=u(ne(e,(si(),sDt)),223),N=0,j=0,St=new Zn((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a));St.e!=St.i.gc();){for(ct=u(sr(St),27),Je=u(ne(ct,(eH(),sL)),8),Je&&(xh(ct,Je.a,Je.b),u(ne(ct,UDt),181).Hc((Kl(),z3))&&(U=u(ne(ct,KDt),8),U.a>0&&U.b>0&&nv(ct,U.a,U.b,!0,!0))),N=b.Math.max(N,ct.i+ct.g),j=b.Math.max(j,ct.j+ct.f),T=new Zn((!ct.n&&(ct.n=new Jt(Oo,ct,1,7)),ct.n));T.e!=T.i.gc();)m=u(sr(T),135),Je=u(ne(m,sL),8),Je&&xh(m,Je.a,Je.b),N=b.Math.max(N,ct.i+m.i+m.g),j=b.Math.max(j,ct.j+m.j+m.f);for(ie=new Zn((!ct.c&&(ct.c=new Jt(kl,ct,9,9)),ct.c));ie.e!=ie.i.gc();)for(Kt=u(sr(ie),123),Je=u(ne(Kt,sL),8),Je&&xh(Kt,Je.a,Je.b),Ce=ct.i+Kt.i,en=ct.j+Kt.j,N=b.Math.max(N,Ce+Kt.g),j=b.Math.max(j,en+Kt.f),k=new Zn((!Kt.n&&(Kt.n=new Jt(Oo,Kt,1,7)),Kt.n));k.e!=k.i.gc();)m=u(sr(k),135),Je=u(ne(m,sL),8),Je&&xh(m,Je.a,Je.b),N=b.Math.max(N,Ce+m.i+m.g),j=b.Math.max(j,en+m.j+m.f);for(o=new nr(ir(Mg(ct).a.Kc(),new q));Sr(o);)r=u(lr(o),74),A=lpe(r),N=b.Math.max(N,A.a),j=b.Math.max(j,A.b);for(s=new nr(ir(OO(ct).a.Kc(),new q));Sr(s);)r=u(lr(s),74),es(M0(r))!=e&&(A=lpe(r),N=b.Math.max(N,A.a),j=b.Math.max(j,A.b))}if(h==(_g(),UT))for(Tt=new Zn((!e.a&&(e.a=new Jt(wi,e,10,11)),e.a));Tt.e!=Tt.i.gc();)for(ct=u(sr(Tt),27),s=new nr(ir(Mg(ct).a.Kc(),new q));Sr(s);)r=u(lr(s),74),d=pEn(r),d.b==0?Oi(r,Dv,null):Oi(r,Dv,d);Ie(De(ne(e,(eH(),GDt))))||(Bt=u(ne(e,c7e),107),tt=N+Bt.b+Bt.c,W=j+Bt.d+Bt.a,nv(e,tt,W,!0,!0)),n.Vg()},D(Ec,"FixedLayoutProvider",1119),M(385,137,{3:1,423:1,385:1,96:1,137:1},ZM,oae),l.cg=function(e){var n,r,s,o,h,d,m,k,T;if(e)try{for(k=s3(e,";,;"),h=k,d=0,m=h.length;d<m;++d){if(o=h[d],r=s3(o,"\\:"),s=Fkt(JE(),r[0]),!s)throw nt(new zn("Invalid option id: "+r[0]));if(T=Pkt(s,r[1]),T==null)throw nt(new zn("Invalid option value: "+r[1]));T==null?(!this.q&&(this.q=new Er),tk(this.q,s)):(!this.q&&(this.q=new Er),di(this.q,s,T))}}catch(A){throw A=is(A),At(A,103)?(n=A,nt(new Uce(n))):nt(A)}},l.Ib=function(){var e;return e=Gr(tc(Go((this.q?this.q:(wn(),wn(),j0)).vc().Oc(),new NR),jy(new $Zt,new da,new Se,new Dn,ot(st(zo,1),te,108,0,[])))),e};var _7e=D(Ec,"IndividualSpacings",385);M(982,1,{},NR),l.Kb=function(e){return Mln(u(e,44))},D(Ec,"IndividualSpacings/lambda$0$Type",982),M(718,1,{},xte),l.c=0,D(Ec,"InstancePool",718),M(1835,1,{},ztt),D(Ec,"LoggedGraph",1835),M(415,22,{3:1,34:1,22:1,415:1},V$);var uIt,zdt,lIt,hIt,S7e=Cr(Ec,"LoggedGraph/Type",415,Ir,p1n,scn),A7e;M(1063,1,{871:1},qtt),l.Ug=function(e,n){return!1},l.Vg=function(){},l.Wg=function(){return 0},l.Xg=function(){return null},l.Yg=function(){return null},l.Zg=function(){return null},l.$g=function(){return!1},l._g=function(){return!1},l.ah=function(){return!1},l.bh=function(e){},l.dh=function(e,n){},l.eh=function(e){return this},l.fh=function(e){},D(Ec,"NullElkProgressMonitor",1063),M(42,1,{20:1,42:1},Ys),l.Jc=function(e){Oa(this,e)},l.Fb=function(e){var n,r,s;return At(e,42)?(r=u(e,42),n=this.a==null?r.a==null:Ci(this.a,r.a),s=this.b==null?r.b==null:Ci(this.b,r.b),n&&s):!1},l.Hb=function(){var e,n,r,s,o,h;return r=this.a==null?0:Hi(this.a),e=r&js,n=r&-65536,h=this.b==null?0:Hi(this.b),s=h&js,o=h&-65536,e^o>>16&js|n^s<<16},l.Kc=function(){return new WUt(this)},l.Ib=function(){return this.a==null&&this.b==null?"pair(null,null)":this.a==null?"pair(null,"+ec(this.b)+")":this.b==null?"pair("+ec(this.a)+",null)":"pair("+ec(this.a)+","+ec(this.b)+")"},D(Ec,"Pair",42),M(995,1,ba,WUt),l.Nb=function(e){Da(this,e)},l.Ob=function(){return!this.c&&(!this.b&&this.a.a!=null||this.a.b!=null)},l.Pb=function(){if(!this.c&&!this.b&&this.a.a!=null)return this.b=!0,this.a.a;if(!this.c&&this.a.b!=null)return this.c=!0,this.a.b;throw nt(new ac)},l.Qb=function(){throw this.c&&this.a.b!=null?this.a.b=null:this.b&&this.a.a!=null&&(this.a.a=null),nt(new Yu)},l.b=!1,l.c=!1,D(Ec,"Pair/1",995),M(454,1,{454:1},Bee),l.Fb=function(e){return Ic(this.a,u(e,454).a)&&Ic(this.c,u(e,454).c)&&Ic(this.d,u(e,454).d)&&Ic(this.b,u(e,454).b)},l.Hb=function(){return iO(ot(st(sa,1),Ln,1,5,[this.a,this.c,this.d,this.b]))},l.Ib=function(){return"("+this.a+ro+this.c+ro+this.d+ro+this.b+")"},D(Ec,"Quadruple",454),M(1108,205,fw,Btt),l.rf=function(e,n){var r,s,o,h,d;if(n.Ug("Random Layout",1),(!e.a&&(e.a=new Jt(wi,e,10,11)),e.a).i==0){n.Vg();return}h=u(ne(e,(F5t(),v7e)),17),h&&h.a!=0?o=new lq(h.a):o=new jat,r=CD(Ht(ne(e,w7e))),d=CD(Ht(ne(e,y7e))),s=u(ne(e,m7e),107),O9n(e,o,r,d,s),n.Vg()},D(Ec,"RandomLayoutProvider",1108),M(240,1,{240:1},dit),l.Fb=function(e){return Ic(this.a,u(e,240).a)&&Ic(this.b,u(e,240).b)&&Ic(this.c,u(e,240).c)},l.Hb=function(){return iO(ot(st(sa,1),Ln,1,5,[this.a,this.b,this.c]))},l.Ib=function(){return"("+this.a+ro+this.b+ro+this.c+")"},D(Ec,"Triple",240);var L7e;M(562,1,{}),l.Lf=function(){return new se(this.f.i,this.f.j)},l.of=function(e){return hne(e,(si(),Nl))?ne(this.f,M7e):ne(this.f,e)},l.Mf=function(){return new se(this.f.g,this.f.f)},l.Nf=function(){return this.g},l.pf=function(e){return td(this.f,e)},l.Of=function(e){Cu(this.f,e.a),_u(this.f,e.b)},l.Pf=function(e){zm(this.f,e.a),$m(this.f,e.b)},l.Qf=function(e){this.g=e},l.g=0;var M7e;D(YS,"ElkGraphAdapters/AbstractElkGraphElementAdapter",562),M(563,1,{853:1},Jj),l.Rf=function(){var e,n;if(!this.b)for(this.b=aq(qz(this.a).i),n=new Zn(qz(this.a));n.e!=n.i.gc();)e=u(sr(n),135),pe(this.b,new Hnt(e));return this.b},l.b=null,D(YS,"ElkGraphAdapters/ElkEdgeAdapter",563),M(308,562,{},my),l.Sf=function(){return rhe(this)},l.a=null,D(YS,"ElkGraphAdapters/ElkGraphAdapter",308),M(640,562,{187:1},Hnt),D(YS,"ElkGraphAdapters/ElkLabelAdapter",640),M(639,562,{695:1},Qrt),l.Rf=function(){return ymn(this)},l.Vf=function(){var e;return e=u(ne(this.f,(si(),qT)),140),!e&&(e=new OC),e},l.Xf=function(){return xmn(this)},l.Zf=function(e){var n;n=new pit(e),Oi(this.f,(si(),qT),n)},l.$f=function(e){Oi(this.f,(si(),Kp),new _vt(e))},l.Tf=function(){return this.d},l.Uf=function(){var e,n;if(!this.a)for(this.a=new ge,n=new nr(ir(OO(u(this.f,27)).a.Kc(),new q));Sr(n);)e=u(lr(n),74),pe(this.a,new Jj(e));return this.a},l.Wf=function(){var e,n;if(!this.c)for(this.c=new ge,n=new nr(ir(Mg(u(this.f,27)).a.Kc(),new q));Sr(n);)e=u(lr(n),74),pe(this.c,new Jj(e));return this.c},l.Yf=function(){return Kz(u(this.f,27)).i!=0||Ie(De(u(this.f,27).of((si(),xN))))},l._f=function(){Zdn(this,(xy(),L7e))},l.a=null,l.b=null,l.c=null,l.d=null,l.e=null,D(YS,"ElkGraphAdapters/ElkNodeAdapter",639),M(1284,562,{852:1},YUt),l.Rf=function(){return Lmn(this)},l.Uf=function(){var e,n;if(!this.a)for(this.a=k0(u(this.f,123).hh().i),n=new Zn(u(this.f,123).hh());n.e!=n.i.gc();)e=u(sr(n),74),pe(this.a,new Jj(e));return this.a},l.Wf=function(){var e,n;if(!this.c)for(this.c=k0(u(this.f,123).ih().i),n=new Zn(u(this.f,123).ih());n.e!=n.i.gc();)e=u(sr(n),74),pe(this.c,new Jj(e));return this.c},l.ag=function(){return u(u(this.f,123).of((si(),cx)),64)},l.bg=function(){var e,n,r,s,o,h,d,m;for(s=Y1(u(this.f,123)),r=new Zn(u(this.f,123).ih());r.e!=r.i.gc();)for(e=u(sr(r),74),m=new Zn((!e.c&&(e.c=new En(gr,e,5,8)),e.c));m.e!=m.i.gc();){if(d=u(sr(m),84),qy(Xo(d),s))return!0;if(Xo(d)==s&&Ie(De(ne(e,(si(),_dt)))))return!0}for(n=new Zn(u(this.f,123).hh());n.e!=n.i.gc();)for(e=u(sr(n),74),h=new Zn((!e.b&&(e.b=new En(gr,e,4,7)),e.b));h.e!=h.i.gc();)if(o=u(sr(h),84),qy(Xo(o),s))return!0;return!1},l.a=null,l.b=null,l.c=null,D(YS,"ElkGraphAdapters/ElkPortAdapter",1284),M(1285,1,Xr,Ftt),l.Ne=function(e,n){return o8n(u(e,123),u(n,123))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(YS,"ElkGraphAdapters/PortComparator",1285);var l2=us(Rh,"EObject"),WT=us(S5,pwe),bh=us(S5,bwe),NN=us(S5,wwe),FN=us(S5,"ElkShape"),gr=us(S5,mwe),Cs=us(S5,sTt),Ji=us(S5,vwe),BN=us(Rh,ywe),dL=us(Rh,"EFactory"),D7e,qdt=us(Rh,xwe),P1=us(Rh,"EPackage"),fa,I7e,O7e,fIt,NK,P7e,dIt,gIt,pIt,K0,N7e,F7e,Oo=us(S5,aTt),wi=us(S5,oTt),kl=us(S5,cTt);M(93,1,kwe),l.th=function(){return this.uh(),null},l.uh=function(){return null},l.vh=function(){return this.uh(),!1},l.wh=function(){return!1},l.xh=function(e){Ti(this,e)},D(Ik,"BasicNotifierImpl",93),M(99,93,_we),l.Yh=function(){return zl(this)},l.yh=function(e,n){return e},l.zh=function(){throw nt(new Vr)},l.Ah=function(e){var n;return n=wo(u(Tn(this.Dh(),this.Fh()),19)),this.Ph().Th(this,n.n,n.f,e)},l.Bh=function(e,n){throw nt(new Vr)},l.Ch=function(e,n,r){return ch(this,e,n,r)},l.Dh=function(){var e;return this.zh()&&(e=this.zh().Nk(),e)?e:this.ii()},l.Eh=function(){return jot(this)},l.Fh=function(){throw nt(new Vr)},l.Gh=function(){var e,n;return n=this.$h().Ok(),!n&&this.zh().Tk(n=(KC(),e=jyt(Kd(this.Dh())),e==null?Xdt:new ZD(this,e))),n},l.Hh=function(e,n){return e},l.Ih=function(e){var n;return n=e.pk(),n?e.Lj():ss(this.Dh(),e)},l.Jh=function(){var e;return e=this.zh(),e?e.Qk():null},l.Kh=function(){return this.zh()?this.zh().Nk():null},l.Lh=function(e,n,r){return EH(this,e,n,r)},l.Mh=function(e){return qE(this,e)},l.Nh=function(e,n){return Tst(this,e,n)},l.Oh=function(){var e;return e=this.zh(),!!e&&e.Rk()},l.Ph=function(){throw nt(new Vr)},l.Qh=function(){return bH(this)},l.Rh=function(e,n,r,s){return hk(this,e,n,s)},l.Sh=function(e,n,r){var s;return s=u(Tn(this.Dh(),n),69),s.wk().zk(this,this.hi(),n-this.ji(),e,r)},l.Th=function(e,n,r,s){return Qz(this,e,n,s)},l.Uh=function(e,n,r){var s;return s=u(Tn(this.Dh(),n),69),s.wk().Ak(this,this.hi(),n-this.ji(),e,r)},l.Vh=function(){return!!this.zh()&&!!this.zh().Pk()},l.Wh=function(e){return Xat(this,e)},l.Xh=function(e){return Cne(this,e)},l.Zh=function(e){return Wge(this,e)},l.$h=function(){throw nt(new Vr)},l._h=function(){return this.zh()?this.zh().Pk():null},l.ai=function(){return bH(this)},l.bi=function(e,n){Pot(this,e,n)},l.ci=function(e){this.$h().Sk(e)},l.di=function(e){this.$h().Vk(e)},l.ei=function(e){this.$h().Uk(e)},l.fi=function(e,n){var r,s,o,h;return h=this.Jh(),h&&e&&(n=no(h.El(),this,n),h.Il(this)),s=this.Ph(),s&&(Zot(this,this.Ph(),this.Fh()).Bb&fo?(o=s.Qh(),o&&(e?!h&&o.Il(this):o.Hl(this))):(n=(r=this.Fh(),r>=0?this.Ah(n):this.Ph().Th(this,-1-r,null,n)),n=this.Ch(null,-1,n))),this.di(e),n},l.gi=function(e){var n,r,s,o,h,d,m,k;if(r=this.Dh(),h=ss(r,e),n=this.ji(),h>=n)return u(e,69).wk().Dk(this,this.hi(),h-n);if(h<=-1)if(d=w5((rl(),Fa),r,e),d){if(bo(),u(d,69).xk()||(d=Q6(Ro(Fa,d))),o=(s=this.Ih(d),u(s>=0?this.Lh(s,!0,!0):Zm(this,d,!0),160)),k=d.Ik(),k>1||k==-1)return u(u(o,220).Sl(e,!1),79)}else throw nt(new zn(Kb+e.xe()+Plt));else if(e.Jk())return s=this.Ih(e),u(s>=0?this.Lh(s,!1,!0):Zm(this,e,!1),79);return m=new HXt(this,e),m},l.hi=function(){return V3t(this)},l.ii=function(){return(Tb(),Fn).S},l.ji=function(){return ur(this.ii())},l.ki=function(e){Dot(this,e)},l.Ib=function(){return qf(this)},D(jn,"BasicEObjectImpl",99);var B7e;M(119,99,{110:1,94:1,93:1,58:1,114:1,54:1,99:1,119:1}),l.li=function(e){var n;return n=H3t(this),n[e]},l.mi=function(e,n){var r;r=H3t(this),hs(r,e,n)},l.ni=function(e){var n;n=H3t(this),hs(n,e,null)},l.th=function(){return u($n(this,4),129)},l.uh=function(){throw nt(new Vr)},l.vh=function(){return(this.Db&4)!=0},l.zh=function(){throw nt(new Vr)},l.oi=function(e){uk(this,2,e)},l.Bh=function(e,n){this.Db=n<<16|this.Db&255,this.oi(e)},l.Dh=function(){return ju(this)},l.Fh=function(){return this.Db>>16},l.Gh=function(){var e,n;return KC(),n=jyt(Kd((e=u($n(this,16),29),e||this.ii()))),n==null?Xdt:new ZD(this,n)},l.wh=function(){return(this.Db&1)==0},l.Jh=function(){return u($n(this,128),2034)},l.Kh=function(){return u($n(this,16),29)},l.Oh=function(){return(this.Db&32)!=0},l.Ph=function(){return u($n(this,2),54)},l.Vh=function(){return(this.Db&64)!=0},l.$h=function(){throw nt(new Vr)},l._h=function(){return u($n(this,64),288)},l.ci=function(e){uk(this,16,e)},l.di=function(e){uk(this,128,e)},l.ei=function(e){uk(this,64,e)},l.hi=function(){return Su(this)},l.Db=0,D(jn,"MinimalEObjectImpl",119),M(120,119,{110:1,94:1,93:1,58:1,114:1,54:1,99:1,119:1,120:1}),l.oi=function(e){this.Cb=e},l.Ph=function(){return this.Cb},D(jn,"MinimalEObjectImpl/Container",120),M(2083,120,{110:1,342:1,96:1,94:1,93:1,58:1,114:1,54:1,99:1,119:1,120:1}),l.Lh=function(e,n,r){return sxt(this,e,n,r)},l.Uh=function(e,n,r){return Wxt(this,e,n,r)},l.Wh=function(e){return Zyt(this,e)},l.bi=function(e,n){V4t(this,e,n)},l.ii=function(){return jc(),F7e},l.ki=function(e){O4t(this,e)},l.nf=function(){return Ele(this)},l.gh=function(){return!this.o&&(this.o=new el((jc(),K0),Yp,this,0)),this.o},l.of=function(e){return ne(this,e)},l.pf=function(e){return td(this,e)},l.qf=function(e,n){return Oi(this,e,n)},D(bw,"EMapPropertyHolderImpl",2083),M(572,120,{110:1,377:1,94:1,93:1,58:1,114:1,54:1,99:1,119:1,120:1},sC),l.Lh=function(e,n,r){switch(e){case 0:return this.a;case 1:return this.b}return EH(this,e,n,r)},l.Wh=function(e){switch(e){case 0:return this.a!=0;case 1:return this.b!=0}return Xat(this,e)},l.bi=function(e,n){switch(e){case 0:Oq(this,Rt(Ht(n)));return;case 1:Iq(this,Rt(Ht(n)));return}Pot(this,e,n)},l.ii=function(){return jc(),I7e},l.ki=function(e){switch(e){case 0:Oq(this,0);return;case 1:Iq(this,0);return}Dot(this,e)},l.Ib=function(){var e;return this.Db&64?qf(this):(e=new Jh(qf(this)),e.a+=" (x: ",M4(e,this.a),e.a+=", y: ",M4(e,this.b),e.a+=")",e.a)},l.a=0,l.b=0,D(bw,"ElkBendPointImpl",572),M(739,2083,{110:1,342:1,167:1,96:1,94:1,93:1,58:1,114:1,54:1,99:1,119:1,120:1}),l.Lh=function(e,n,r){return d5t(this,e,n,r)},l.Sh=function(e,n,r){return Tot(this,e,n,r)},l.Uh=function(e,n,r){return oat(this,e,n,r)},l.Wh=function(e){return S4t(this,e)},l.bi=function(e,n){Txt(this,e,n)},l.ii=function(){return jc(),P7e},l.ki=function(e){i5t(this,e)},l.jh=function(){return this.k},l.kh=function(){return qz(this)},l.Ib=function(){return Oat(this)},l.k=null,D(bw,"ElkGraphElementImpl",739),M(740,739,{110:1,342:1,167:1,422:1,96:1,94:1,93:1,58:1,114:1,54:1,99:1,119:1,120:1}),l.Lh=function(e,n,r){return x5t(this,e,n,r)},l.Wh=function(e){return S5t(this,e)},l.bi=function(e,n){Cxt(this,e,n)},l.ii=function(){return jc(),N7e},l.ki=function(e){P5t(this,e)},l.lh=function(){return this.f},l.mh=function(){return this.g},l.nh=function(){return this.i},l.oh=function(){return this.j},l.ph=function(e,n){$4(this,e,n)},l.qh=function(e,n){xh(this,e,n)},l.rh=function(e){Cu(this,e)},l.sh=function(e){_u(this,e)},l.Ib=function(){return Lot(this)},l.f=0,l.g=0,l.i=0,l.j=0,D(bw,"ElkShapeImpl",740),M(741,740,{110:1,342:1,84:1,167:1,422:1,96:1,94:1,93:1,58:1,114:1,54:1,99:1,119:1,120:1}),l.Lh=function(e,n,r){return J5t(this,e,n,r)},l.Sh=function(e,n,r){return mxt(this,e,n,r)},l.Uh=function(e,n,r){return vxt(this,e,n,r)},l.Wh=function(e){return H4t(this,e)},l.bi=function(e,n){D6t(this,e,n)},l.ii=function(){return jc(),O7e},l.ki=function(e){K5t(this,e)},l.hh=function(){return!this.d&&(this.d=new En(Cs,this,8,5)),this.d},l.ih=function(){return!this.e&&(this.e=new En(Cs,this,7,4)),this.e},D(bw,"ElkConnectableShapeImpl",741),M(326,739,{110:1,342:1,74:1,167:1,326:1,96:1,94:1,93:1,58:1,114:1,54:1,99:1,119:1,120:1},x4),l.Ah=function(e){return gxt(this,e)},l.Lh=function(e,n,r){switch(e){case 3:return kI(this);case 4:return!this.b&&(this.b=new En(gr,this,4,7)),this.b;case 5:return!this.c&&(this.c=new En(gr,this,5,8)),this.c;case 6:return!this.a&&(this.a=new Jt(Ji,this,6,6)),this.a;case 7:return Nn(),!this.b&&(this.b=new En(gr,this,4,7)),!(this.b.i<=1&&(!this.c&&(this.c=new En(gr,this,5,8)),this.c.i<=1));case 8:return Nn(),!!bS(this);case 9:return Nn(),!!Jm(this);case 10:return Nn(),!this.b&&(this.b=new En(gr,this,4,7)),this.b.i!=0&&(!this.c&&(this.c=new En(gr,this,5,8)),this.c.i!=0)}return d5t(this,e,n,r)},l.Sh=function(e,n,r){var s;switch(n){case 3:return this.Cb&&(r=(s=this.Db>>16,s>=0?gxt(this,r):this.Cb.Th(this,-1-s,null,r))),Ymt(this,u(e,27),r);case 4:return!this.b&&(this.b=new En(gr,this,4,7)),mu(this.b,e,r);case 5:return!this.c&&(this.c=new En(gr,this,5,8)),mu(this.c,e,r);case 6:return!this.a&&(this.a=new Jt(Ji,this,6,6)),mu(this.a,e,r)}return Tot(this,e,n,r)},l.Uh=function(e,n,r){switch(n){case 3:return Ymt(this,null,r);case 4:return!this.b&&(this.b=new En(gr,this,4,7)),no(this.b,e,r);case 5:return!this.c&&(this.c=new En(gr,this,5,8)),no(this.c,e,r);case 6:return!this.a&&(this.a=new Jt(Ji,this,6,6)),no(this.a,e,r)}return oat(this,e,n,r)},l.Wh=function(e){switch(e){case 3:return!!kI(this);case 4:return!!this.b&&this.b.i!=0;case 5:return!!this.c&&this.c.i!=0;case 6:return!!this.a&&this.a.i!=0;case 7:return!this.b&&(this.b=new En(gr,this,4,7)),!(this.b.i<=1&&(!this.c&&(this.c=new En(gr,this,5,8)),this.c.i<=1));case 8:return bS(this);case 9:return Jm(this);case 10:return!this.b&&(this.b=new En(gr,this,4,7)),this.b.i!=0&&(!this.c&&(this.c=new En(gr,this,5,8)),this.c.i!=0)}return S4t(this,e)},l.bi=function(e,n){switch(e){case 3:WH(this,u(n,27));return;case 4:!this.b&&(this.b=new En(gr,this,4,7)),Lr(this.b),!this.b&&(this.b=new En(gr,this,4,7)),bs(this.b,u(n,16));return;case 5:!this.c&&(this.c=new En(gr,this,5,8)),Lr(this.c),!this.c&&(this.c=new En(gr,this,5,8)),bs(this.c,u(n,16));return;case 6:!this.a&&(this.a=new Jt(Ji,this,6,6)),Lr(this.a),!this.a&&(this.a=new Jt(Ji,this,6,6)),bs(this.a,u(n,16));return}Txt(this,e,n)},l.ii=function(){return jc(),fIt},l.ki=function(e){switch(e){case 3:WH(this,null);return;case 4:!this.b&&(this.b=new En(gr,this,4,7)),Lr(this.b);return;case 5:!this.c&&(this.c=new En(gr,this,5,8)),Lr(this.c);return;case 6:!this.a&&(this.a=new Jt(Ji,this,6,6)),Lr(this.a);return}i5t(this,e)},l.Ib=function(){return fge(this)},D(bw,"ElkEdgeImpl",326),M(451,2083,{110:1,342:1,166:1,451:1,96:1,94:1,93:1,58:1,114:1,54:1,99:1,119:1,120:1},k4),l.Ah=function(e){return lxt(this,e)},l.Lh=function(e,n,r){switch(e){case 1:return this.j;case 2:return this.k;case 3:return this.b;case 4:return this.c;case 5:return!this.a&&(this.a=new Ns(bh,this,5)),this.a;case 6:return xne(this);case 7:return n?eot(this):this.i;case 8:return n?tot(this):this.f;case 9:return!this.g&&(this.g=new En(Ji,this,9,10)),this.g;case 10:return!this.e&&(this.e=new En(Ji,this,10,9)),this.e;case 11:return this.d}return sxt(this,e,n,r)},l.Sh=function(e,n,r){var s,o,h;switch(n){case 6:return this.Cb&&(r=(o=this.Db>>16,o>=0?lxt(this,r):this.Cb.Th(this,-1-o,null,r))),Wmt(this,u(e,74),r);case 9:return!this.g&&(this.g=new En(Ji,this,9,10)),mu(this.g,e,r);case 10:return!this.e&&(this.e=new En(Ji,this,10,9)),mu(this.e,e,r)}return h=u(Tn((s=u($n(this,16),29),s||(jc(),NK)),n),69),h.wk().zk(this,Su(this),n-ur((jc(),NK)),e,r)},l.Uh=function(e,n,r){switch(n){case 5:return!this.a&&(this.a=new Ns(bh,this,5)),no(this.a,e,r);case 6:return Wmt(this,null,r);case 9:return!this.g&&(this.g=new En(Ji,this,9,10)),no(this.g,e,r);case 10:return!this.e&&(this.e=new En(Ji,this,10,9)),no(this.e,e,r)}return Wxt(this,e,n,r)},l.Wh=function(e){switch(e){case 1:return this.j!=0;case 2:return this.k!=0;case 3:return this.b!=0;case 4:return this.c!=0;case 5:return!!this.a&&this.a.i!=0;case 6:return!!xne(this);case 7:return!!this.i;case 8:return!!this.f;case 9:return!!this.g&&this.g.i!=0;case 10:return!!this.e&&this.e.i!=0;case 11:return this.d!=null}return Zyt(this,e)},l.bi=function(e,n){switch(e){case 1:WE(this,Rt(Ht(n)));return;case 2:XE(this,Rt(Ht(n)));return;case 3:KE(this,Rt(Ht(n)));return;case 4:YE(this,Rt(Ht(n)));return;case 5:!this.a&&(this.a=new Ns(bh,this,5)),Lr(this.a),!this.a&&(this.a=new Ns(bh,this,5)),bs(this.a,u(n,16));return;case 6:hde(this,u(n,74));return;case 7:$q(this,u(n,84));return;case 8:jq(this,u(n,84));return;case 9:!this.g&&(this.g=new En(Ji,this,9,10)),Lr(this.g),!this.g&&(this.g=new En(Ji,this,9,10)),bs(this.g,u(n,16));return;case 10:!this.e&&(this.e=new En(Ji,this,10,9)),Lr(this.e),!this.e&&(this.e=new En(Ji,this,10,9)),bs(this.e,u(n,16));return;case 11:p4t(this,Gr(n));return}V4t(this,e,n)},l.ii=function(){return jc(),NK},l.ki=function(e){switch(e){case 1:WE(this,0);return;case 2:XE(this,0);return;case 3:KE(this,0);return;case 4:YE(this,0);return;case 5:!this.a&&(this.a=new Ns(bh,this,5)),Lr(this.a);return;case 6:hde(this,null);return;case 7:$q(this,null);return;case 8:jq(this,null);return;case 9:!this.g&&(this.g=new En(Ji,this,9,10)),Lr(this.g);return;case 10:!this.e&&(this.e=new En(Ji,this,10,9)),Lr(this.e);return;case 11:p4t(this,null);return}O4t(this,e)},l.Ib=function(){return C1e(this)},l.b=0,l.c=0,l.d=null,l.j=0,l.k=0,D(bw,"ElkEdgeSectionImpl",451),M(158,120,{110:1,94:1,93:1,155:1,58:1,114:1,54:1,99:1,158:1,119:1,120:1}),l.Lh=function(e,n,r){var s;return e==0?(!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab):Ah(this,e-ur(this.ii()),Tn((s=u($n(this,16),29),s||this.ii()),e),n,r)},l.Sh=function(e,n,r){var s,o;return n==0?(!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),mu(this.Ab,e,r)):(o=u(Tn((s=u($n(this,16),29),s||this.ii()),n),69),o.wk().zk(this,Su(this),n-ur(this.ii()),e,r))},l.Uh=function(e,n,r){var s,o;return n==0?(!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r)):(o=u(Tn((s=u($n(this,16),29),s||this.ii()),n),69),o.wk().Ak(this,Su(this),n-ur(this.ii()),e,r))},l.Wh=function(e){var n;return e==0?!!this.Ab&&this.Ab.i!=0:_h(this,e-ur(this.ii()),Tn((n=u($n(this,16),29),n||this.ii()),e))},l.Zh=function(e){return qkt(this,e)},l.bi=function(e,n){var r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return}Ih(this,e-ur(this.ii()),Tn((r=u($n(this,16),29),r||this.ii()),e),n)},l.di=function(e){uk(this,128,e)},l.ii=function(){return bn(),eTe},l.ki=function(e){var n;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return}Dh(this,e-ur(this.ii()),Tn((n=u($n(this,16),29),n||this.ii()),e))},l.pi=function(){this.Bb|=1},l.qi=function(e){return ES(this,e)},l.Bb=0,D(jn,"EModelElementImpl",158),M(720,158,{110:1,94:1,93:1,479:1,155:1,58:1,114:1,54:1,99:1,158:1,119:1,120:1},gD),l.ri=function(e,n){return zge(this,e,n)},l.si=function(e){var n,r,s,o,h;if(this.a!=nh(e)||e.Bb&256)throw nt(new zn(Flt+e.zb+hv));for(s=Ko(e);Gc(s.a).i!=0;){if(r=u(UO(s,0,(n=u(Lt(Gc(s.a),0),89),h=n.c,At(h,90)?u(h,29):(bn(),mf))),29),Qm(r))return o=nh(r).wi().si(r),u(o,54).ci(e),o;s=Ko(r)}return(e.D!=null?e.D:e.B)=="java.util.Map$Entry"?new rte(e):new Bvt(e)},l.ti=function(e,n){return rv(this,e,n)},l.Lh=function(e,n,r){var s;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.a}return Ah(this,e-ur((bn(),g2)),Tn((s=u($n(this,16),29),s||g2),e),n,r)},l.Sh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),mu(this.Ab,e,r);case 1:return this.a&&(r=u(this.a,54).Th(this,4,P1,r)),r5t(this,u(e,241),r)}return o=u(Tn((s=u($n(this,16),29),s||(bn(),g2)),n),69),o.wk().zk(this,Su(this),n-ur((bn(),g2)),e,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r);case 1:return r5t(this,null,r)}return o=u(Tn((s=u($n(this,16),29),s||(bn(),g2)),n),69),o.wk().Ak(this,Su(this),n-ur((bn(),g2)),e,r)},l.Wh=function(e){var n;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return!!this.a}return _h(this,e-ur((bn(),g2)),Tn((n=u($n(this,16),29),n||g2),e))},l.bi=function(e,n){var r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:ofe(this,u(n,241));return}Ih(this,e-ur((bn(),g2)),Tn((r=u($n(this,16),29),r||g2),e),n)},l.ii=function(){return bn(),g2},l.ki=function(e){var n;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:ofe(this,null);return}Dh(this,e-ur((bn(),g2)),Tn((n=u($n(this,16),29),n||g2),e))};var gL,bIt,R7e;D(jn,"EFactoryImpl",720),M(1037,720,{110:1,2113:1,94:1,93:1,479:1,155:1,58:1,114:1,54:1,99:1,158:1,119:1,120:1},BR),l.ri=function(e,n){switch(e.hk()){case 12:return u(n,149).Pg();case 13:return ec(n);default:throw nt(new zn(oT+e.xe()+hv))}},l.si=function(e){var n,r,s,o,h,d,m,k;switch(e.G==-1&&(e.G=(n=nh(e),n?Ip(n.vi(),e):-1)),e.G){case 4:return h=new RR,h;case 6:return d=new PC,d;case 7:return m=new j2t,m;case 8:return s=new x4,s;case 9:return r=new sC,r;case 10:return o=new k4,o;case 11:return k=new jR,k;default:throw nt(new zn(Flt+e.zb+hv))}},l.ti=function(e,n){switch(e.hk()){case 13:case 12:return null;default:throw nt(new zn(oT+e.xe()+hv))}},D(bw,"ElkGraphFactoryImpl",1037),M(448,158,{110:1,94:1,93:1,155:1,197:1,58:1,114:1,54:1,99:1,158:1,119:1,120:1}),l.Gh=function(){var e,n;return n=(e=u($n(this,16),29),jyt(Kd(e||this.ii()))),n==null?(KC(),KC(),Xdt):new _Jt(this,n)},l.Lh=function(e,n,r){var s;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.xe()}return Ah(this,e-ur(this.ii()),Tn((s=u($n(this,16),29),s||this.ii()),e),n,r)},l.Wh=function(e){var n;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null}return _h(this,e-ur(this.ii()),Tn((n=u($n(this,16),29),n||this.ii()),e))},l.bi=function(e,n){var r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:this.ui(Gr(n));return}Ih(this,e-ur(this.ii()),Tn((r=u($n(this,16),29),r||this.ii()),e),n)},l.ii=function(){return bn(),nTe},l.ki=function(e){var n;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:this.ui(null);return}Dh(this,e-ur(this.ii()),Tn((n=u($n(this,16),29),n||this.ii()),e))},l.xe=function(){return this.zb},l.ui=function(e){wu(this,e)},l.Ib=function(){return Z_(this)},l.zb=null,D(jn,"ENamedElementImpl",448),M(184,448,{110:1,94:1,93:1,155:1,197:1,58:1,241:1,114:1,54:1,99:1,158:1,184:1,119:1,120:1,690:1},Zee),l.Ah=function(e){return mhe(this,e)},l.Lh=function(e,n,r){var s;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return this.yb;case 3:return this.xb;case 4:return this.sb;case 5:return!this.rb&&(this.rb=new Iy(this,N1,this)),this.rb;case 6:return!this.vb&&(this.vb=new R6(P1,this,6,7)),this.vb;case 7:return n?this.Db>>16==7?u(this.Cb,241):null:Ane(this)}return Ah(this,e-ur((bn(),Zp)),Tn((s=u($n(this,16),29),s||Zp),e),n,r)},l.Sh=function(e,n,r){var s,o,h;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),mu(this.Ab,e,r);case 4:return this.sb&&(r=u(this.sb,54).Th(this,1,dL,r)),a5t(this,u(e,479),r);case 5:return!this.rb&&(this.rb=new Iy(this,N1,this)),mu(this.rb,e,r);case 6:return!this.vb&&(this.vb=new R6(P1,this,6,7)),mu(this.vb,e,r);case 7:return this.Cb&&(r=(o=this.Db>>16,o>=0?mhe(this,r):this.Cb.Th(this,-1-o,null,r))),ch(this,e,7,r)}return h=u(Tn((s=u($n(this,16),29),s||(bn(),Zp)),n),69),h.wk().zk(this,Su(this),n-ur((bn(),Zp)),e,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r);case 4:return a5t(this,null,r);case 5:return!this.rb&&(this.rb=new Iy(this,N1,this)),no(this.rb,e,r);case 6:return!this.vb&&(this.vb=new R6(P1,this,6,7)),no(this.vb,e,r);case 7:return ch(this,null,7,r)}return o=u(Tn((s=u($n(this,16),29),s||(bn(),Zp)),n),69),o.wk().Ak(this,Su(this),n-ur((bn(),Zp)),e,r)},l.Wh=function(e){var n;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return this.yb!=null;case 3:return this.xb!=null;case 4:return!!this.sb;case 5:return!!this.rb&&this.rb.i!=0;case 6:return!!this.vb&&this.vb.i!=0;case 7:return!!Ane(this)}return _h(this,e-ur((bn(),Zp)),Tn((n=u($n(this,16),29),n||Zp),e))},l.Zh=function(e){var n;return n=k6n(this,e),n||qkt(this,e)},l.bi=function(e,n){var r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:wu(this,Gr(n));return;case 2:Gq(this,Gr(n));return;case 3:Uq(this,Gr(n));return;case 4:Aot(this,u(n,479));return;case 5:!this.rb&&(this.rb=new Iy(this,N1,this)),Lr(this.rb),!this.rb&&(this.rb=new Iy(this,N1,this)),bs(this.rb,u(n,16));return;case 6:!this.vb&&(this.vb=new R6(P1,this,6,7)),Lr(this.vb),!this.vb&&(this.vb=new R6(P1,this,6,7)),bs(this.vb,u(n,16));return}Ih(this,e-ur((bn(),Zp)),Tn((r=u($n(this,16),29),r||Zp),e),n)},l.ei=function(e){var n,r;if(e&&this.rb)for(r=new Zn(this.rb);r.e!=r.i.gc();)n=sr(r),At(n,364)&&(u(n,364).w=null);uk(this,64,e)},l.ii=function(){return bn(),Zp},l.ki=function(e){var n;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:wu(this,null);return;case 2:Gq(this,null);return;case 3:Uq(this,null);return;case 4:Aot(this,null);return;case 5:!this.rb&&(this.rb=new Iy(this,N1,this)),Lr(this.rb);return;case 6:!this.vb&&(this.vb=new R6(P1,this,6,7)),Lr(this.vb);return}Dh(this,e-ur((bn(),Zp)),Tn((n=u($n(this,16),29),n||Zp),e))},l.pi=function(){got(this)},l.vi=function(){return!this.rb&&(this.rb=new Iy(this,N1,this)),this.rb},l.wi=function(){return this.sb},l.xi=function(){return this.ub},l.yi=function(){return this.xb},l.zi=function(){return this.yb},l.Ai=function(e){this.ub=e},l.Ib=function(){var e;return this.Db&64?Z_(this):(e=new Jh(Z_(this)),e.a+=" (nsURI: ",Lo(e,this.yb),e.a+=", nsPrefix: ",Lo(e,this.xb),e.a+=")",e.a)},l.xb=null,l.yb=null,D(jn,"EPackageImpl",184),M(569,184,{110:1,2115:1,569:1,94:1,93:1,155:1,197:1,58:1,241:1,114:1,54:1,99:1,158:1,184:1,119:1,120:1,690:1},P1e),l.q=!1,l.r=!1;var j7e=!1;D(bw,"ElkGraphPackageImpl",569),M(366,740,{110:1,342:1,167:1,135:1,422:1,366:1,96:1,94:1,93:1,58:1,114:1,54:1,99:1,119:1,120:1},RR),l.Ah=function(e){return hxt(this,e)},l.Lh=function(e,n,r){switch(e){case 7:return Lne(this);case 8:return this.a}return x5t(this,e,n,r)},l.Sh=function(e,n,r){var s;switch(n){case 7:return this.Cb&&(r=(s=this.Db>>16,s>=0?hxt(this,r):this.Cb.Th(this,-1-s,null,r))),Jvt(this,u(e,167),r)}return Tot(this,e,n,r)},l.Uh=function(e,n,r){return n==7?Jvt(this,null,r):oat(this,e,n,r)},l.Wh=function(e){switch(e){case 7:return!!Lne(this);case 8:return!hn("",this.a)}return S5t(this,e)},l.bi=function(e,n){switch(e){case 7:V6t(this,u(n,167));return;case 8:l4t(this,Gr(n));return}Cxt(this,e,n)},l.ii=function(){return jc(),dIt},l.ki=function(e){switch(e){case 7:V6t(this,null);return;case 8:l4t(this,"");return}P5t(this,e)},l.Ib=function(){return xfe(this)},l.a="",D(bw,"ElkLabelImpl",366),M(207,741,{110:1,342:1,84:1,167:1,27:1,422:1,207:1,96:1,94:1,93:1,58:1,114:1,54:1,99:1,119:1,120:1},PC),l.Ah=function(e){return pxt(this,e)},l.Lh=function(e,n,r){switch(e){case 9:return!this.c&&(this.c=new Jt(kl,this,9,9)),this.c;case 10:return!this.a&&(this.a=new Jt(wi,this,10,11)),this.a;case 11:return es(this);case 12:return!this.b&&(this.b=new Jt(Cs,this,12,3)),this.b;case 13:return Nn(),!this.a&&(this.a=new Jt(wi,this,10,11)),this.a.i>0}return J5t(this,e,n,r)},l.Sh=function(e,n,r){var s;switch(n){case 9:return!this.c&&(this.c=new Jt(kl,this,9,9)),mu(this.c,e,r);case 10:return!this.a&&(this.a=new Jt(wi,this,10,11)),mu(this.a,e,r);case 11:return this.Cb&&(r=(s=this.Db>>16,s>=0?pxt(this,r):this.Cb.Th(this,-1-s,null,r))),svt(this,u(e,27),r);case 12:return!this.b&&(this.b=new Jt(Cs,this,12,3)),mu(this.b,e,r)}return mxt(this,e,n,r)},l.Uh=function(e,n,r){switch(n){case 9:return!this.c&&(this.c=new Jt(kl,this,9,9)),no(this.c,e,r);case 10:return!this.a&&(this.a=new Jt(wi,this,10,11)),no(this.a,e,r);case 11:return svt(this,null,r);case 12:return!this.b&&(this.b=new Jt(Cs,this,12,3)),no(this.b,e,r)}return vxt(this,e,n,r)},l.Wh=function(e){switch(e){case 9:return!!this.c&&this.c.i!=0;case 10:return!!this.a&&this.a.i!=0;case 11:return!!es(this);case 12:return!!this.b&&this.b.i!=0;case 13:return!this.a&&(this.a=new Jt(wi,this,10,11)),this.a.i>0}return H4t(this,e)},l.bi=function(e,n){switch(e){case 9:!this.c&&(this.c=new Jt(kl,this,9,9)),Lr(this.c),!this.c&&(this.c=new Jt(kl,this,9,9)),bs(this.c,u(n,16));return;case 10:!this.a&&(this.a=new Jt(wi,this,10,11)),Lr(this.a),!this.a&&(this.a=new Jt(wi,this,10,11)),bs(this.a,u(n,16));return;case 11:YH(this,u(n,27));return;case 12:!this.b&&(this.b=new Jt(Cs,this,12,3)),Lr(this.b),!this.b&&(this.b=new Jt(Cs,this,12,3)),bs(this.b,u(n,16));return}D6t(this,e,n)},l.ii=function(){return jc(),gIt},l.ki=function(e){switch(e){case 9:!this.c&&(this.c=new Jt(kl,this,9,9)),Lr(this.c);return;case 10:!this.a&&(this.a=new Jt(wi,this,10,11)),Lr(this.a);return;case 11:YH(this,null);return;case 12:!this.b&&(this.b=new Jt(Cs,this,12,3)),Lr(this.b);return}K5t(this,e)},l.Ib=function(){return akt(this)},D(bw,"ElkNodeImpl",207),M(193,741,{110:1,342:1,84:1,167:1,123:1,422:1,193:1,96:1,94:1,93:1,58:1,114:1,54:1,99:1,119:1,120:1},j2t),l.Ah=function(e){return fxt(this,e)},l.Lh=function(e,n,r){return e==9?Y1(this):J5t(this,e,n,r)},l.Sh=function(e,n,r){var s;switch(n){case 9:return this.Cb&&(r=(s=this.Db>>16,s>=0?fxt(this,r):this.Cb.Th(this,-1-s,null,r))),Xmt(this,u(e,27),r)}return mxt(this,e,n,r)},l.Uh=function(e,n,r){return n==9?Xmt(this,null,r):vxt(this,e,n,r)},l.Wh=function(e){return e==9?!!Y1(this):H4t(this,e)},l.bi=function(e,n){switch(e){case 9:$6t(this,u(n,27));return}D6t(this,e,n)},l.ii=function(){return jc(),pIt},l.ki=function(e){switch(e){case 9:$6t(this,null);return}K5t(this,e)},l.Ib=function(){return l0e(this)},D(bw,"ElkPortImpl",193);var $7e=us(io,"BasicEMap/Entry");M(1122,120,{110:1,44:1,94:1,93:1,136:1,58:1,114:1,54:1,99:1,119:1,120:1},jR),l.Fb=function(e){return this===e},l.ld=function(){return this.b},l.Hb=function(){return km(this)},l.Di=function(e){h4t(this,u(e,149))},l.Lh=function(e,n,r){switch(e){case 0:return this.b;case 1:return this.c}return EH(this,e,n,r)},l.Wh=function(e){switch(e){case 0:return!!this.b;case 1:return this.c!=null}return Xat(this,e)},l.bi=function(e,n){switch(e){case 0:h4t(this,u(n,149));return;case 1:u4t(this,n);return}Pot(this,e,n)},l.ii=function(){return jc(),K0},l.ki=function(e){switch(e){case 0:h4t(this,null);return;case 1:u4t(this,null);return}Dot(this,e)},l.Bi=function(){var e;return this.a==-1&&(e=this.b,this.a=e?Hi(e):0),this.a},l.md=function(){return this.c},l.Ci=function(e){this.a=e},l.nd=function(e){var n;return n=this.c,u4t(this,e),n},l.Ib=function(){var e;return this.Db&64?qf(this):(e=new pb,ni(ni(ni(e,this.b?this.b.Pg():Hu),Lut),d_(this.c)),e.a)},l.a=-1,l.c=null;var Yp=D(bw,"ElkPropertyToValueMapEntryImpl",1122);M(996,1,{},aC),D(Pa,"JsonAdapter",996),M(216,63,Ig,Pd),D(Pa,"JsonImportException",216),M(868,1,{},vhe),D(Pa,"JsonImporter",868),M(903,1,{},_Xt),D(Pa,"JsonImporter/lambda$0$Type",903),M(904,1,{},SXt),D(Pa,"JsonImporter/lambda$1$Type",904),M(912,1,{},XUt),D(Pa,"JsonImporter/lambda$10$Type",912),M(914,1,{},AXt),D(Pa,"JsonImporter/lambda$11$Type",914),M(915,1,{},LXt),D(Pa,"JsonImporter/lambda$12$Type",915),M(921,1,{},zee),D(Pa,"JsonImporter/lambda$13$Type",921),M(920,1,{},qee),D(Pa,"JsonImporter/lambda$14$Type",920),M(916,1,{},MXt),D(Pa,"JsonImporter/lambda$15$Type",916),M(917,1,{},DXt),D(Pa,"JsonImporter/lambda$16$Type",917),M(918,1,{},IXt),D(Pa,"JsonImporter/lambda$17$Type",918),M(919,1,{},OXt),D(Pa,"JsonImporter/lambda$18$Type",919),M(924,1,{},QUt),D(Pa,"JsonImporter/lambda$19$Type",924),M(905,1,{},JUt),D(Pa,"JsonImporter/lambda$2$Type",905),M(922,1,{},ZUt),D(Pa,"JsonImporter/lambda$20$Type",922),M(923,1,{},tGt),D(Pa,"JsonImporter/lambda$21$Type",923),M(927,1,{},eGt),D(Pa,"JsonImporter/lambda$22$Type",927),M(925,1,{},nGt),D(Pa,"JsonImporter/lambda$23$Type",925),M(926,1,{},rGt),D(Pa,"JsonImporter/lambda$24$Type",926),M(929,1,{},iGt),D(Pa,"JsonImporter/lambda$25$Type",929),M(928,1,{},sGt),D(Pa,"JsonImporter/lambda$26$Type",928),M(930,1,rr,PXt),l.Cd=function(e){Fdn(this.b,this.a,Gr(e))},D(Pa,"JsonImporter/lambda$27$Type",930),M(931,1,rr,NXt),l.Cd=function(e){Bdn(this.b,this.a,Gr(e))},D(Pa,"JsonImporter/lambda$28$Type",931),M(932,1,{},FXt),D(Pa,"JsonImporter/lambda$29$Type",932),M(908,1,{},aGt),D(Pa,"JsonImporter/lambda$3$Type",908),M(933,1,{},BXt),D(Pa,"JsonImporter/lambda$30$Type",933),M(934,1,{},oGt),D(Pa,"JsonImporter/lambda$31$Type",934),M(935,1,{},cGt),D(Pa,"JsonImporter/lambda$32$Type",935),M(936,1,{},uGt),D(Pa,"JsonImporter/lambda$33$Type",936),M(937,1,{},lGt),D(Pa,"JsonImporter/lambda$34$Type",937),M(870,1,{},hGt),D(Pa,"JsonImporter/lambda$35$Type",870),M(941,1,{},DZt),D(Pa,"JsonImporter/lambda$36$Type",941),M(938,1,rr,fGt),l.Cd=function(e){q1n(this.a,u(e,377))},D(Pa,"JsonImporter/lambda$37$Type",938),M(939,1,rr,RXt),l.Cd=function(e){Ern(this.a,this.b,u(e,166))},D(Pa,"JsonImporter/lambda$38$Type",939),M(940,1,rr,jXt),l.Cd=function(e){Trn(this.a,this.b,u(e,166))},D(Pa,"JsonImporter/lambda$39$Type",940),M(906,1,{},dGt),D(Pa,"JsonImporter/lambda$4$Type",906),M(942,1,rr,gGt),l.Cd=function(e){H1n(this.a,u(e,8))},D(Pa,"JsonImporter/lambda$40$Type",942),M(907,1,{},pGt),D(Pa,"JsonImporter/lambda$5$Type",907),M(911,1,{},bGt),D(Pa,"JsonImporter/lambda$6$Type",911),M(909,1,{},wGt),D(Pa,"JsonImporter/lambda$7$Type",909),M(910,1,{},mGt),D(Pa,"JsonImporter/lambda$8$Type",910),M(913,1,{},vGt),D(Pa,"JsonImporter/lambda$9$Type",913),M(961,1,rr,yGt),l.Cd=function(e){G6(this.a,new Oy(Gr(e)))},D(Pa,"JsonMetaDataConverter/lambda$0$Type",961),M(962,1,rr,xGt),l.Cd=function(e){Pun(this.a,u(e,245))},D(Pa,"JsonMetaDataConverter/lambda$1$Type",962),M(963,1,rr,kGt),l.Cd=function(e){Ohn(this.a,u(e,143))},D(Pa,"JsonMetaDataConverter/lambda$2$Type",963),M(964,1,rr,EGt),l.Cd=function(e){Nun(this.a,u(e,170))},D(Pa,"JsonMetaDataConverter/lambda$3$Type",964),M(245,22,{3:1,34:1,22:1,245:1},I6);var FK,BK,Hdt,RK,jK,$K,Vdt,Udt,zK=Cr(aP,"GraphFeature",245,Ir,m0n,ocn),z7e;M(11,1,{34:1,149:1},Ni,os,un,Ta),l.Fd=function(e){return Lin(this,u(e,149))},l.Fb=function(e){return hne(this,e)},l.Sg=function(){return _e(this)},l.Pg=function(){return this.b},l.Hb=function(){return Cp(this.b)},l.Ib=function(){return this.b},D(aP,"Property",11),M(671,1,Xr,Ant),l.Ne=function(e,n){return jbn(this,u(e,96),u(n,96))},l.Fb=function(e){return this===e},l.Oe=function(){return new Qn(this)},D(aP,"PropertyHolderComparator",671),M(709,1,ba,y2t),l.Nb=function(e){Da(this,e)},l.Pb=function(){return $dn(this)},l.Qb=function(){vWt()},l.Ob=function(){return!!this.a},D(cU,"ElkGraphUtil/AncestorIterator",709);var wIt=us(io,"EList");M(70,56,{20:1,31:1,56:1,16:1,15:1,70:1,61:1}),l.bd=function(e,n){eS(this,e,n)},l.Fc=function(e){return Mr(this,e)},l.cd=function(e,n){return P4t(this,e,n)},l.Gc=function(e){return bs(this,e)},l.Ii=function(){return new B6(this)},l.Ji=function(){return new tI(this)},l.Ki=function(e){return UI(this,e)},l.Li=function(){return!0},l.Mi=function(e,n){},l.Ni=function(){},l.Oi=function(e,n){Ast(this,e,n)},l.Pi=function(e,n,r){},l.Qi=function(e,n){},l.Ri=function(e,n,r){},l.Fb=function(e){return Wde(this,e)},l.Hb=function(){return M4t(this)},l.Si=function(){return!1},l.Kc=function(){return new Zn(this)},l.ed=function(){return new F6(this)},l.fd=function(e){var n;if(n=this.gc(),e<0||e>n)throw nt(new My(e,n));return new Oit(this,e)},l.Ui=function(e,n){this.Ti(e,this.dd(n))},l.Mc=function(e){return Cq(this,e)},l.Wi=function(e,n){return n},l.hd=function(e,n){return s5(this,e,n)},l.Ib=function(){return T5t(this)},l.Yi=function(){return!0},l.Zi=function(e,n){return l7(this,n)},D(io,"AbstractEList",70),M(66,70,r0,V8,jm,T4t),l.Ei=function(e,n){return Cot(this,e,n)},l.Fi=function(e){return Vle(this,e)},l.Gi=function(e,n){aO(this,e,n)},l.Hi=function(e){LI(this,e)},l.$i=function(e){return R3t(this,e)},l.$b=function(){B_(this)},l.Hc=function(e){return _7(this,e)},l.Xb=function(e){return Lt(this,e)},l._i=function(e){var n,r,s;++this.j,r=this.g==null?0:this.g.length,e>r&&(s=this.g,n=r+(r/2|0)+4,n<e&&(n=e),this.g=this.aj(n),s!=null&&Wc(s,0,this.g,0,this.i))},l.dd=function(e){return fhe(this,e)},l.dc=function(){return this.i==0},l.Ti=function(e,n){return Bot(this,e,n)},l.aj=function(e){return Vt(sa,Ln,1,e,5,1)},l.Vi=function(e){return this.g[e]},l.gd=function(e){return fk(this,e)},l.Xi=function(e,n){return jst(this,e,n)},l.gc=function(){return this.i},l.Pc=function(){return a3t(this)},l.Qc=function(e){return O5t(this,e)},l.i=0;var mIt=D(io,"BasicEList",66),vIt=us(io,"TreeIterator");M(708,66,Klt),l.Nb=function(e){Da(this,e)},l.Ob=function(){return this.g==null&&!this.c?Hyt(this):this.g==null||this.i!=0&&u(this.g[this.i-1],51).Ob()},l.Pb=function(){return UH(this)},l.Qb=function(){if(!this.e)throw nt(new Fo("There is no valid object to remove."));this.e.Qb()},l.c=!1,D(io,"AbstractTreeIterator",708),M(700,708,Klt,hmt),l.bj=function(e){var n;return n=u(e,58).Gh().Kc(),At(n,287)&&u(n,287).wl(new dy),n},D(cU,"ElkGraphUtil/PropertiesSkippingTreeIterator",700),M(965,1,{},dy),D(cU,"ElkGraphUtil/PropertiesSkippingTreeIterator/1",965);var RN,Gdt,jN=D(cU,"ElkReflect",null);M(901,1,p3,zR),l.Rg=function(e){return nq(),Nhn(u(e,181))},D(cU,"ElkReflect/lambda$0$Type",901);var h2;us(io,"ResourceLocator"),M(1065,1,{}),D(io,"DelegatingResourceLocator",1065),M(1066,1065,{}),D("org.eclipse.emf.common","EMFPlugin",1066);var Kdt=us(ume,"Adapter"),F_n=us(ume,"Notification");M(1174,1,CTt),l.cj=function(){return this.d},l.dj=function(e){},l.ej=function(e){this.d=e},l.fj=function(e){this.d==e&&(this.d=null)},l.d=null,D(Ik,"AdapterImpl",1174),M(2093,70,lme),l.Ei=function(e,n){return A5t(this,e,n)},l.Fi=function(e){var n,r,s;if(++this.j,e.dc())return!1;for(n=this.Ej(),s=e.Kc();s.Ob();)r=s.Pb(),this.rj(this.Zi(n,r)),++n;return!0},l.Gi=function(e,n){zJt(this,e,n)},l.Hi=function(e){fee(this,e)},l.pj=function(){return this.sj()},l.$b=function(){rI(this,this.Ej(),this.Fj())},l.Hc=function(e){return this.uj(e)},l.Ic=function(e){return this.vj(e)},l.qj=function(e,n){this.Bj().Um()},l.rj=function(e){this.Bj().Um()},l.sj=function(){return this.Bj()},l.tj=function(){this.Bj().Um()},l.uj=function(e){return this.Bj().Um()},l.vj=function(e){return this.Bj().Um()},l.wj=function(e){return this.Bj().Um()},l.xj=function(e){return this.Bj().Um()},l.yj=function(){return this.Bj().Um()},l.zj=function(e){return this.Bj().Um()},l.Aj=function(){return this.Bj().Um()},l.Cj=function(e){return this.Bj().Um()},l.Dj=function(e,n){return this.Bj().Um()},l.Ej=function(){return this.Bj().Um()},l.Fj=function(){return this.Bj().Um()},l.Gj=function(e){return this.Bj().Um()},l.Hj=function(){return this.Bj().Um()},l.Fb=function(e){return this.wj(e)},l.Xb=function(e){return this.Wi(e,this.xj(e))},l.Hb=function(){return this.yj()},l.dd=function(e){return this.zj(e)},l.dc=function(){return this.Aj()},l.Ti=function(e,n){return Uxt(this,e,n)},l.Vi=function(e){return this.xj(e)},l.gd=function(e){return kz(this,e)},l.Mc=function(e){var n;return n=this.dd(e),n>=0?(this.gd(n),!0):!1},l.Xi=function(e,n){return this.Dj(e,this.Zi(e,n))},l.gc=function(){return this.Ej()},l.Pc=function(){return this.Fj()},l.Qc=function(e){return this.Gj(e)},l.Ib=function(){return this.Hj()},D(io,"DelegatingEList",2093),M(2094,2093,lme),l.Ei=function(e,n){return mkt(this,e,n)},l.Fi=function(e){return this.Ei(this.Ej(),e)},l.Gi=function(e,n){N1e(this,e,n)},l.Hi=function(e){E1e(this,e)},l.Li=function(){return!this.Mj()},l.$b=function(){LS(this)},l.Ij=function(e,n,r,s,o){return new lne(this,e,n,r,s,o)},l.Jj=function(e){Ti(this.jj(),e)},l.Kj=function(){return null},l.Lj=function(){return-1},l.jj=function(){return null},l.Mj=function(){return!1},l.Nj=function(e,n){return n},l.Oj=function(e,n){return n},l.Pj=function(){return!1},l.Qj=function(){return!this.Aj()},l.Ti=function(e,n){var r,s;return this.Pj()?(s=this.Qj(),r=Uxt(this,e,n),this.Jj(this.Ij(7,fe(n),r,e,s)),r):Uxt(this,e,n)},l.gd=function(e){var n,r,s,o;return this.Pj()?(r=null,s=this.Qj(),n=this.Ij(4,o=kz(this,e),null,e,s),this.Mj()&&o?(r=this.Oj(o,r),r?(r.nj(n),r.oj()):this.Jj(n)):r?(r.nj(n),r.oj()):this.Jj(n),o):(o=kz(this,e),this.Mj()&&o&&(r=this.Oj(o,null),r&&r.oj()),o)},l.Xi=function(e,n){return q0e(this,e,n)},D(Ik,"DelegatingNotifyingListImpl",2094),M(152,1,EP),l.nj=function(e){return Mxt(this,e)},l.oj=function(){Fst(this)},l.gj=function(){return this.d},l.Kj=function(){return null},l.Rj=function(){return null},l.hj=function(e){return-1},l.ij=function(){return Lde(this)},l.jj=function(){return null},l.kj=function(){return Y6t(this)},l.lj=function(){return this.o<0?this.o<-2?-2-this.o-1:-1:this.o},l.Sj=function(){return!1},l.mj=function(e){var n,r,s,o,h,d,m,k,T,A,N;switch(this.d){case 1:case 2:switch(o=e.gj(),o){case 1:case 2:if(h=e.jj(),$t(h)===$t(this.jj())&&this.hj(null)==e.hj(null))return this.g=e.ij(),e.gj()==1&&(this.d=1),!0}case 4:{switch(o=e.gj(),o){case 4:{if(h=e.jj(),$t(h)===$t(this.jj())&&this.hj(null)==e.hj(null))return T=Nkt(this),k=this.o<0?this.o<-2?-2-this.o-1:-1:this.o,d=e.lj(),this.d=6,N=new jm(2),k<=d?(Mr(N,this.n),Mr(N,e.kj()),this.g=ot(st(Or,1),ii,28,15,[this.o=k,d+1])):(Mr(N,e.kj()),Mr(N,this.n),this.g=ot(st(Or,1),ii,28,15,[this.o=d,k])),this.n=N,T||(this.o=-2-this.o-1),!0;break}}break}case 6:{switch(o=e.gj(),o){case 4:{if(h=e.jj(),$t(h)===$t(this.jj())&&this.hj(null)==e.hj(null)){for(T=Nkt(this),d=e.lj(),A=u(this.g,53),s=Vt(Or,ii,28,A.length+1,15,1),n=0;n<A.length&&(m=A[n],m<=d);)s[n++]=m,++d;for(r=u(this.n,15),r.bd(n,e.kj()),s[n]=d;++n<s.length;)s[n]=A[n-1];return this.g=s,T||(this.o=-2-s[0]),!0}break}}break}}return!1},l.Ib=function(){var e,n,r,s;switch(s=new Jh(R2(this.Rm)+"@"+(n=Hi(this)>>>0,n.toString(16))),s.a+=" (eventType: ",this.d){case 1:{s.a+="SET";break}case 2:{s.a+="UNSET";break}case 3:{s.a+="ADD";break}case 5:{s.a+="ADD_MANY";break}case 4:{s.a+="REMOVE";break}case 6:{s.a+="REMOVE_MANY";break}case 7:{s.a+="MOVE";break}case 8:{s.a+="REMOVING_ADAPTER";break}case 9:{s.a+="RESOLVE";break}default:{Jnt(s,this.d);break}}if(b0e(this)&&(s.a+=", touch: true"),s.a+=", position: ",Jnt(s,this.o<0?this.o<-2?-2-this.o-1:-1:this.o),s.a+=", notifier: ",o_(s,this.jj()),s.a+=", feature: ",o_(s,this.Kj()),s.a+=", oldValue: ",o_(s,Y6t(this)),s.a+=", newValue: ",this.d==6&&At(this.g,53)){for(r=u(this.g,53),s.a+="[",e=0;e<r.length;)s.a+=r[e],++e<r.length&&(s.a+=ro);s.a+="]"}else o_(s,Lde(this));return s.a+=", isTouch: ",fp(s,b0e(this)),s.a+=", wasSet: ",fp(s,Nkt(this)),s.a+=")",s.a},l.d=0,l.e=0,l.f=0,l.j=0,l.k=0,l.o=0,l.p=0,D(Ik,"NotificationImpl",152),M(1188,152,EP,lne),l.Kj=function(){return this.a.Kj()},l.hj=function(e){return this.a.Lj()},l.jj=function(){return this.a.jj()},D(Ik,"DelegatingNotifyingListImpl/1",1188),M(251,66,r0,Vtt,bb),l.Fc=function(e){return Bue(this,u(e,378))},l.nj=function(e){return Bue(this,e)},l.oj=function(){var e,n,r;for(e=0;e<this.i;++e)n=u(this.g[e],378),r=n.jj(),r!=null&&n.gj()!=-1&&u(r,94).xh(n)},l.aj=function(e){return Vt(F_n,Ln,378,e,0,1)},D(Ik,"NotificationChainImpl",251),M(1524,93,kwe),l.uh=function(){return this.e},l.wh=function(){return(this.f&1)!=0},l.f=1,D(Ik,"NotifierImpl",1524),M(2091,66,r0),l.Ei=function(e,n){return ict(this,e,n)},l.Fi=function(e){return this.Ei(this.i,e)},l.Gi=function(e,n){k6t(this,e,n)},l.Hi=function(e){Rot(this,e)},l.Li=function(){return!this.Mj()},l.$b=function(){Lr(this)},l.Ij=function(e,n,r,s,o){return new une(this,e,n,r,s,o)},l.Jj=function(e){Ti(this.jj(),e)},l.Kj=function(){return null},l.Lj=function(){return-1},l.jj=function(){return null},l.Mj=function(){return!1},l.Tj=function(){return!1},l.Nj=function(e,n){return n},l.Oj=function(e,n){return n},l.Pj=function(){return!1},l.Qj=function(){return this.i!=0},l.Ti=function(e,n){return nS(this,e,n)},l.gd=function(e){return r3(this,e)},l.Xi=function(e,n){return sge(this,e,n)},l.Uj=function(e,n){return n},l.Vj=function(e,n){return n},l.Wj=function(e,n,r){return r},D(Ik,"NotifyingListImpl",2091),M(1187,152,EP,une),l.Kj=function(){return this.a.Kj()},l.hj=function(e){return this.a.Lj()},l.jj=function(){return this.a.jj()},D(Ik,"NotifyingListImpl/1",1187),M(966,66,r0,VJt),l.Hc=function(e){return this.i>10?((!this.b||this.c.j!=this.a)&&(this.b=new v_(this),this.a=this.j),v1(this.b,e)):_7(this,e)},l.Yi=function(){return!0},l.a=0,D(io,"AbstractEList/1",966),M(301,77,Zct,My),D(io,"AbstractEList/BasicIndexOutOfBoundsException",301),M(40,1,ba,Zn),l.Nb=function(e){Da(this,e)},l.Xj=function(){if(this.i.j!=this.f)throw nt(new yh)},l.Yj=function(){return sr(this)},l.Ob=function(){return this.e!=this.i.gc()},l.Pb=function(){return this.Yj()},l.Qb=function(){dS(this)},l.e=0,l.f=0,l.g=-1,D(io,"AbstractEList/EIterator",40),M(286,40,I0,F6,Oit),l.Qb=function(){dS(this)},l.Rb=function(e){que(this,e)},l.Zj=function(){var e;try{return e=this.d.Xb(--this.e),this.Xj(),this.g=this.e,e}catch(n){throw n=is(n),At(n,77)?(this.Xj(),nt(new ac)):nt(n)}},l.$j=function(e){Kle(this,e)},l.Sb=function(){return this.e!=0},l.Tb=function(){return this.e},l.Ub=function(){return this.Zj()},l.Vb=function(){return this.e-1},l.Wb=function(e){this.$j(e)},D(io,"AbstractEList/EListIterator",286),M(355,40,ba,B6),l.Yj=function(){return Qat(this)},l.Qb=function(){throw nt(new Vr)},D(io,"AbstractEList/NonResolvingEIterator",355),M(398,286,I0,tI,fvt),l.Rb=function(e){throw nt(new Vr)},l.Yj=function(){var e;try{return e=this.c.Vi(this.e),this.Xj(),this.g=this.e++,e}catch(n){throw n=is(n),At(n,77)?(this.Xj(),nt(new ac)):nt(n)}},l.Zj=function(){var e;try{return e=this.c.Vi(--this.e),this.Xj(),this.g=this.e,e}catch(n){throw n=is(n),At(n,77)?(this.Xj(),nt(new ac)):nt(n)}},l.Qb=function(){throw nt(new Vr)},l.Wb=function(e){throw nt(new Vr)},D(io,"AbstractEList/NonResolvingEListIterator",398),M(2080,70,hme),l.Ei=function(e,n){var r,s,o,h,d,m,k,T,A,N,j;if(o=n.gc(),o!=0){for(T=u($n(this.a,4),129),A=T==null?0:T.length,j=A+o,s=yat(this,j),N=A-e,N>0&&Wc(T,e,s,e+o,N),k=n.Kc(),d=0;d<o;++d)m=k.Pb(),r=e+d,Vrt(s,r,l7(this,m));for(k7(this,s),h=0;h<o;++h)m=s[e],this.Mi(e,m),++e;return!0}else return++this.j,!1},l.Fi=function(e){var n,r,s,o,h,d,m,k,T;if(s=e.gc(),s!=0){for(k=(r=u($n(this.a,4),129),r==null?0:r.length),T=k+s,n=yat(this,T),m=e.Kc(),h=k;h<T;++h)d=m.Pb(),Vrt(n,h,l7(this,d));for(k7(this,n),o=k;o<T;++o)d=n[o],this.Mi(o,d);return!0}else return++this.j,!1},l.Gi=function(e,n){var r,s,o,h;s=u($n(this.a,4),129),o=s==null?0:s.length,r=yat(this,o+1),h=l7(this,n),e!=o&&Wc(s,e,r,e+1,o-e),hs(r,e,h),k7(this,r),this.Mi(e,n)},l.Hi=function(e){var n,r,s;s=(r=u($n(this.a,4),129),r==null?0:r.length),n=yat(this,s+1),Vrt(n,s,l7(this,e)),k7(this,n),this.Mi(s,e)},l.Ii=function(){return new Pie(this)},l.Ji=function(){return new Gte(this)},l.Ki=function(e){var n,r;if(r=(n=u($n(this.a,4),129),n==null?0:n.length),e<0||e>r)throw nt(new My(e,r));return new Iee(this,e)},l.$b=function(){var e,n;++this.j,e=u($n(this.a,4),129),n=e==null?0:e.length,k7(this,null),Ast(this,n,e)},l.Hc=function(e){var n,r,s,o,h;if(n=u($n(this.a,4),129),n!=null){if(e!=null){for(s=n,o=0,h=s.length;o<h;++o)if(r=s[o],Ci(e,r))return!0}else for(s=n,o=0,h=s.length;o<h;++o)if(r=s[o],$t(r)===$t(e))return!0}return!1},l.Xb=function(e){var n,r;if(n=u($n(this.a,4),129),r=n==null?0:n.length,e>=r)throw nt(new My(e,r));return n[e]},l.dd=function(e){var n,r,s;if(n=u($n(this.a,4),129),n!=null){if(e!=null){for(r=0,s=n.length;r<s;++r)if(Ci(e,n[r]))return r}else for(r=0,s=n.length;r<s;++r)if($t(n[r])===$t(e))return r}return-1},l.dc=function(){return u($n(this.a,4),129)==null},l.Kc=function(){return new Oie(this)},l.ed=function(){return new Ute(this)},l.fd=function(e){var n,r;if(r=(n=u($n(this.a,4),129),n==null?0:n.length),e<0||e>r)throw nt(new My(e,r));return new Dee(this,e)},l.Ti=function(e,n){var r,s,o;if(r=Jue(this),o=r==null?0:r.length,e>=o)throw nt(new No(Ult+e+ww+o));if(n>=o)throw nt(new No(Glt+n+ww+o));return s=r[n],e!=n&&(e<n?Wc(r,e,r,e+1,n-e):Wc(r,n+1,r,n,e-n),hs(r,e,s),k7(this,r)),s},l.Vi=function(e){return u($n(this.a,4),129)[e]},l.gd=function(e){return v5n(this,e)},l.Xi=function(e,n){var r,s;return r=Jue(this),s=r[e],Vrt(r,e,l7(this,n)),k7(this,r),s},l.gc=function(){var e;return e=u($n(this.a,4),129),e==null?0:e.length},l.Pc=function(){var e,n,r;return e=u($n(this.a,4),129),r=e==null?0:e.length,n=Vt(Kdt,Qlt,424,r,0,1),r>0&&Wc(e,0,n,0,r),n},l.Qc=function(e){var n,r,s;return n=u($n(this.a,4),129),s=n==null?0:n.length,s>0&&(e.length<s&&(r=VI(Gl(e).c,s),e=r),Wc(n,0,e,0,s)),e.length>s&&hs(e,s,null),e};var q7e;D(io,"ArrayDelegatingEList",2080),M(1051,40,ba,Oie),l.Xj=function(){if(this.b.j!=this.f||$t(u($n(this.b.a,4),129))!==$t(this.a))throw nt(new yh)},l.Qb=function(){dS(this),this.a=u($n(this.b.a,4),129)},D(io,"ArrayDelegatingEList/EIterator",1051),M(722,286,I0,Ute,Dee),l.Xj=function(){if(this.b.j!=this.f||$t(u($n(this.b.a,4),129))!==$t(this.a))throw nt(new yh)},l.$j=function(e){Kle(this,e),this.a=u($n(this.b.a,4),129)},l.Qb=function(){dS(this),this.a=u($n(this.b.a,4),129)},D(io,"ArrayDelegatingEList/EListIterator",722),M(1052,355,ba,Pie),l.Xj=function(){if(this.b.j!=this.f||$t(u($n(this.b.a,4),129))!==$t(this.a))throw nt(new yh)},D(io,"ArrayDelegatingEList/NonResolvingEIterator",1052),M(723,398,I0,Gte,Iee),l.Xj=function(){if(this.b.j!=this.f||$t(u($n(this.b.a,4),129))!==$t(this.a))throw nt(new yh)},D(io,"ArrayDelegatingEList/NonResolvingEListIterator",723),M(615,301,Zct,Rrt),D(io,"BasicEList/BasicIndexOutOfBoundsException",615),M(710,66,r0,tmt),l.bd=function(e,n){throw nt(new Vr)},l.Fc=function(e){throw nt(new Vr)},l.cd=function(e,n){throw nt(new Vr)},l.Gc=function(e){throw nt(new Vr)},l.$b=function(){throw nt(new Vr)},l._i=function(e){throw nt(new Vr)},l.Kc=function(){return this.Ii()},l.ed=function(){return this.Ji()},l.fd=function(e){return this.Ki(e)},l.Ti=function(e,n){throw nt(new Vr)},l.Ui=function(e,n){throw nt(new Vr)},l.gd=function(e){throw nt(new Vr)},l.Mc=function(e){throw nt(new Vr)},l.hd=function(e,n){throw nt(new Vr)},D(io,"BasicEList/UnmodifiableEList",710),M(721,1,{3:1,20:1,16:1,15:1,61:1,597:1}),l.bd=function(e,n){win(this,e,u(n,44))},l.Fc=function(e){return lsn(this,u(e,44))},l.Jc=function(e){Oa(this,e)},l.Xb=function(e){return u(Lt(this.c,e),136)},l.Ti=function(e,n){return u(this.c.Ti(e,n),44)},l.Ui=function(e,n){min(this,e,u(n,44))},l.Lc=function(){return new ln(null,new gn(this,16))},l.gd=function(e){return u(this.c.gd(e),44)},l.hd=function(e,n){return Oun(this,e,u(n,44))},l.jd=function(e){Q2(this,e)},l.Nc=function(){return new gn(this,16)},l.Oc=function(){return new ln(null,new gn(this,16))},l.cd=function(e,n){return this.c.cd(e,n)},l.Gc=function(e){return this.c.Gc(e)},l.$b=function(){this.c.$b()},l.Hc=function(e){return this.c.Hc(e)},l.Ic=function(e){return QI(this.c,e)},l._j=function(){var e,n,r;if(this.d==null){for(this.d=Vt(mIt,_Tt,66,2*this.f+1,0,1),r=this.e,this.f=0,n=this.c.Kc();n.e!=n.i.gc();)e=u(n.Yj(),136),SH(this,e);this.e=r}},l.Fb=function(e){return vZt(this,e)},l.Hb=function(){return M4t(this.c)},l.dd=function(e){return this.c.dd(e)},l.ak=function(){this.c=new TGt(this)},l.dc=function(){return this.f==0},l.Kc=function(){return this.c.Kc()},l.ed=function(){return this.c.ed()},l.fd=function(e){return this.c.fd(e)},l.bk=function(){return II(this)},l.ck=function(e,n,r){return new IZt(e,n,r)},l.dk=function(){return new Utt},l.Mc=function(e){return soe(this,e)},l.gc=function(){return this.f},l.kd=function(e,n){return new vp(this.c,e,n)},l.Pc=function(){return this.c.Pc()},l.Qc=function(e){return this.c.Qc(e)},l.Ib=function(){return T5t(this.c)},l.e=0,l.f=0,D(io,"BasicEMap",721),M(1046,66,r0,TGt),l.Mi=function(e,n){Yen(this,u(n,136))},l.Pi=function(e,n,r){var s;++(s=this,u(n,136),s).a.e},l.Qi=function(e,n){Xen(this,u(n,136))},l.Ri=function(e,n,r){Yin(this,u(n,136),u(r,136))},l.Oi=function(e,n){Joe(this.a)},D(io,"BasicEMap/1",1046),M(1047,66,r0,Utt),l.aj=function(e){return Vt(B_n,fme,621,e,0,1)},D(io,"BasicEMap/2",1047),M(1048,od,il,CGt),l.$b=function(){this.a.c.$b()},l.Hc=function(e){return zat(this.a,e)},l.Kc=function(){return this.a.f==0?(TE(),$N.a):new oWt(this.a)},l.Mc=function(e){var n;return n=this.a.f,pH(this.a,e),this.a.f!=n},l.gc=function(){return this.a.f},D(io,"BasicEMap/3",1048),M(1049,31,o3,_Gt),l.$b=function(){this.a.c.$b()},l.Hc=function(e){return Yde(this.a,e)},l.Kc=function(){return this.a.f==0?(TE(),$N.a):new cWt(this.a)},l.gc=function(){return this.a.f},D(io,"BasicEMap/4",1049),M(1050,od,il,SGt),l.$b=function(){this.a.c.$b()},l.Hc=function(e){var n,r,s,o,h,d,m,k,T;if(this.a.f>0&&At(e,44)&&(this.a._j(),k=u(e,44),m=k.ld(),o=m==null?0:Hi(m),h=Qmt(this.a,o),n=this.a.d[h],n)){for(r=u(n.g,379),T=n.i,d=0;d<T;++d)if(s=r[d],s.Bi()==o&&s.Fb(k))return!0}return!1},l.Kc=function(){return this.a.f==0?(TE(),$N.a):new Xit(this.a)},l.Mc=function(e){return $1e(this,e)},l.gc=function(){return this.a.f},D(io,"BasicEMap/5",1050),M(622,1,ba,Xit),l.Nb=function(e){Da(this,e)},l.Ob=function(){return this.b!=-1},l.Pb=function(){var e;if(this.f.e!=this.c)throw nt(new yh);if(this.b==-1)throw nt(new ac);return this.d=this.a,this.e=this.b,Che(this),e=u(this.f.d[this.d].g[this.e],136),this.ek(e)},l.Qb=function(){if(this.f.e!=this.c)throw nt(new yh);if(this.e==-1)throw nt(new Yu);this.f.c.Mc(Lt(this.f.d[this.d],this.e)),this.c=this.f.e,this.e=-1,this.a==this.d&&this.b!=-1&&--this.b},l.ek=function(e){return e},l.a=0,l.b=-1,l.c=0,l.d=0,l.e=0,D(io,"BasicEMap/BasicEMapIterator",622),M(1044,622,ba,oWt),l.ek=function(e){return e.ld()},D(io,"BasicEMap/BasicEMapKeyIterator",1044),M(1045,622,ba,cWt),l.ek=function(e){return e.md()},D(io,"BasicEMap/BasicEMapValueIterator",1045),M(1043,1,iv,AGt),l.wc=function(e){U_(this,e)},l.yc=function(e,n,r){return Fat(this,e,n,r)},l.$b=function(){this.a.c.$b()},l._b=function(e){return zXt(this,e)},l.uc=function(e){return Yde(this.a,e)},l.vc=function(){return mdn(this.a)},l.Fb=function(e){return vZt(this.a,e)},l.xc=function(e){return S1(this.a,e)},l.Hb=function(){return M4t(this.a.c)},l.dc=function(){return this.a.f==0},l.ec=function(){return bdn(this.a)},l.zc=function(e,n){return yO(this.a,e,n)},l.Bc=function(e){return pH(this.a,e)},l.gc=function(){return this.a.f},l.Ib=function(){return T5t(this.a.c)},l.Cc=function(){return wdn(this.a)},D(io,"BasicEMap/DelegatingMap",1043),M(621,1,{44:1,136:1,621:1},IZt),l.Fb=function(e){var n;return At(e,44)?(n=u(e,44),(this.b!=null?Ci(this.b,n.ld()):$t(this.b)===$t(n.ld()))&&(this.c!=null?Ci(this.c,n.md()):$t(this.c)===$t(n.md()))):!1},l.Bi=function(){return this.a},l.ld=function(){return this.b},l.md=function(){return this.c},l.Hb=function(){return this.a^(this.c==null?0:Hi(this.c))},l.Ci=function(e){this.a=e},l.Di=function(e){throw nt(new F2)},l.nd=function(e){var n;return n=this.c,this.c=e,n},l.Ib=function(){return this.b+"->"+this.c},l.a=0;var B_n=D(io,"BasicEMap/EntryImpl",621);M(546,1,{},E4),D(io,"BasicEMap/View",546);var $N;M(783,1,{}),l.Fb=function(e){return I6t((wn(),so),e)},l.Hb=function(){return q4t((wn(),so))},l.Ib=function(){return Rb((wn(),so))},D(io,"ECollections/BasicEmptyUnmodifiableEList",783),M(1348,1,I0,qR),l.Nb=function(e){Da(this,e)},l.Rb=function(e){throw nt(new Vr)},l.Ob=function(){return!1},l.Sb=function(){return!1},l.Pb=function(){throw nt(new ac)},l.Tb=function(){return 0},l.Ub=function(){throw nt(new ac)},l.Vb=function(){return-1},l.Qb=function(){throw nt(new Vr)},l.Wb=function(e){throw nt(new Vr)},D(io,"ECollections/BasicEmptyUnmodifiableEList/1",1348),M(1346,783,{20:1,16:1,15:1,61:1},wKt),l.bd=function(e,n){IWt()},l.Fc=function(e){return OWt()},l.cd=function(e,n){return PWt()},l.Gc=function(e){return NWt()},l.$b=function(){FWt()},l.Hc=function(e){return!1},l.Ic=function(e){return!1},l.Jc=function(e){Oa(this,e)},l.Xb=function(e){return rmt((wn(),e)),null},l.dd=function(e){return-1},l.dc=function(){return!0},l.Kc=function(){return this.a},l.ed=function(){return this.a},l.fd=function(e){return this.a},l.Ti=function(e,n){return BWt()},l.Ui=function(e,n){RWt()},l.Lc=function(){return new ln(null,new gn(this,16))},l.gd=function(e){return jWt()},l.Mc=function(e){return $Wt()},l.hd=function(e,n){return zWt()},l.gc=function(){return 0},l.jd=function(e){Q2(this,e)},l.Nc=function(){return new gn(this,16)},l.Oc=function(){return new ln(null,new gn(this,16))},l.kd=function(e,n){return wn(),new vp(so,e,n)},l.Pc=function(){return tyt((wn(),so))},l.Qc=function(e){return wn(),uS(so,e)},D(io,"ECollections/EmptyUnmodifiableEList",1346),M(1347,783,{20:1,16:1,15:1,61:1,597:1},mKt),l.bd=function(e,n){IWt()},l.Fc=function(e){return OWt()},l.cd=function(e,n){return PWt()},l.Gc=function(e){return NWt()},l.$b=function(){FWt()},l.Hc=function(e){return!1},l.Ic=function(e){return!1},l.Jc=function(e){Oa(this,e)},l.Xb=function(e){return rmt((wn(),e)),null},l.dd=function(e){return-1},l.dc=function(){return!0},l.Kc=function(){return this.a},l.ed=function(){return this.a},l.fd=function(e){return this.a},l.Ti=function(e,n){return BWt()},l.Ui=function(e,n){RWt()},l.Lc=function(){return new ln(null,new gn(this,16))},l.gd=function(e){return jWt()},l.Mc=function(e){return $Wt()},l.hd=function(e,n){return zWt()},l.gc=function(){return 0},l.jd=function(e){Q2(this,e)},l.Nc=function(){return new gn(this,16)},l.Oc=function(){return new ln(null,new gn(this,16))},l.kd=function(e,n){return wn(),new vp(so,e,n)},l.Pc=function(){return tyt((wn(),so))},l.Qc=function(e){return wn(),uS(so,e)},l.bk=function(){return wn(),wn(),j0},D(io,"ECollections/EmptyUnmodifiableEMap",1347);var yIt=us(io,"Enumerator"),qK;M(288,1,{288:1},Wot),l.Fb=function(e){var n;return this===e?!0:At(e,288)?(n=u(e,288),this.f==n.f&&Ycn(this.i,n.i)&&xit(this.a,this.f&256?n.f&256?n.a:null:n.f&256?null:n.a)&&xit(this.d,n.d)&&xit(this.g,n.g)&&xit(this.e,n.e)&&vwn(this,n)):!1},l.Hb=function(){return this.f},l.Ib=function(){return A0e(this)},l.f=0;var H7e=0,V7e=0,U7e=0,G7e=0,xIt=0,kIt=0,EIt=0,TIt=0,CIt=0,K7e,pL=0,bL=0,W7e=0,Y7e=0,HK,_It;D(io,"URI",288),M(1121,45,y5,vKt),l.zc=function(e,n){return u(Bo(this,Gr(e),u(n,288)),288)},D(io,"URI/URICache",1121),M(505,66,r0,Htt,Az),l.Si=function(){return!0},D(io,"UniqueEList",505),M(590,63,Ig,kq),D(io,"WrappedException",590);var oi=us(Rh,pme),H3=us(Rh,bme),Ku=us(Rh,wme),V3=us(Rh,mme),N1=us(Rh,vme),pf=us(Rh,"EClass"),Wdt=us(Rh,"EDataType"),X7e;M(1233,45,y5,yKt),l.xc=function(e){return pa(e)?eu(this,e):Uo(yo(this.f,e))},D(Rh,"EDataType/Internal/ConversionDelegate/Factory/Registry/Impl",1233);var VK=us(Rh,"EEnum"),zg=us(Rh,yme),So=us(Rh,xme),bf=us(Rh,kme),wf,Iv=us(Rh,Eme),U3=us(Rh,Tme);M(1042,1,{},$R),l.Ib=function(){return"NIL"},D(Rh,"EStructuralFeature/Internal/DynamicValueHolder/1",1042);var Q7e;M(1041,45,y5,xKt),l.xc=function(e){return pa(e)?eu(this,e):Uo(yo(this.f,e))},D(Rh,"EStructuralFeature/Internal/SettingDelegate/Factory/Registry/Impl",1041);var Ou=us(Rh,Cme),t8=us(Rh,"EValidator/PatternMatcher"),SIt,AIt,Fn,Xp,G3,f2,J7e,Z7e,tTe,d2,Qp,g2,Ov,yd,eTe,nTe,mf,Jp,rTe,Zp,K3,lx,po,iTe,sTe,Pv,UK=us(Zi,"FeatureMap/Entry");M(545,1,{76:1},U$),l.Lk=function(){return this.a},l.md=function(){return this.b},D(jn,"BasicEObjectImpl/1",545),M(1040,1,Jlt,HXt),l.Fk=function(e){return Tst(this.a,this.b,e)},l.Qj=function(){return Cne(this.a,this.b)},l.Wb=function(e){qyt(this.a,this.b,e)},l.Gk=function(){Gun(this.a,this.b)},D(jn,"BasicEObjectImpl/4",1040),M(2081,1,{114:1}),l.Mk=function(e){this.e=e==0?aTe:Vt(sa,Ln,1,e,5,1)},l.li=function(e){return this.e[e]},l.mi=function(e,n){this.e[e]=n},l.ni=function(e){this.e[e]=null},l.Nk=function(){return this.c},l.Ok=function(){throw nt(new Vr)},l.Pk=function(){throw nt(new Vr)},l.Qk=function(){return this.d},l.Rk=function(){return this.e!=null},l.Sk=function(e){this.c=e},l.Tk=function(e){throw nt(new Vr)},l.Uk=function(e){throw nt(new Vr)},l.Vk=function(e){this.d=e};var aTe;D(jn,"BasicEObjectImpl/EPropertiesHolderBaseImpl",2081),M(192,2081,{114:1},Xh),l.Ok=function(){return this.a},l.Pk=function(){return this.b},l.Tk=function(e){this.a=e},l.Uk=function(e){this.b=e},D(jn,"BasicEObjectImpl/EPropertiesHolderImpl",192),M(516,99,_we,U8),l.uh=function(){return this.f},l.zh=function(){return this.k},l.Bh=function(e,n){this.g=e,this.i=n},l.Dh=function(){return this.j&2?this.$h().Nk():this.ii()},l.Fh=function(){return this.i},l.wh=function(){return(this.j&1)!=0},l.Ph=function(){return this.g},l.Vh=function(){return(this.j&4)!=0},l.$h=function(){return!this.k&&(this.k=new Xh),this.k},l.ci=function(e){this.$h().Sk(e),e?this.j|=2:this.j&=-3},l.ei=function(e){this.$h().Uk(e),e?this.j|=4:this.j&=-5},l.ii=function(){return(Tb(),Fn).S},l.i=0,l.j=1,D(jn,"EObjectImpl",516),M(798,516,{110:1,94:1,93:1,58:1,114:1,54:1,99:1},Bvt),l.li=function(e){return this.e[e]},l.mi=function(e,n){this.e[e]=n},l.ni=function(e){this.e[e]=null},l.Dh=function(){return this.d},l.Ih=function(e){return ss(this.d,e)},l.Kh=function(){return this.d},l.Oh=function(){return this.e!=null},l.$h=function(){return!this.k&&(this.k=new Lc),this.k},l.ci=function(e){this.d=e},l.hi=function(){var e;return this.e==null&&(e=ur(this.d),this.e=e==0?oTe:Vt(sa,Ln,1,e,5,1)),this},l.ji=function(){return 0};var oTe;D(jn,"DynamicEObjectImpl",798),M(1522,798,{110:1,44:1,94:1,93:1,136:1,58:1,114:1,54:1,99:1},rte),l.Fb=function(e){return this===e},l.Hb=function(){return km(this)},l.ci=function(e){this.d=e,this.b=NO(e,"key"),this.c=NO(e,JS)},l.Bi=function(){var e;return this.a==-1&&(e=Bst(this,this.b),this.a=e==null?0:Hi(e)),this.a},l.ld=function(){return Bst(this,this.b)},l.md=function(){return Bst(this,this.c)},l.Ci=function(e){this.a=e},l.Di=function(e){qyt(this,this.b,e)},l.nd=function(e){var n;return n=Bst(this,this.c),qyt(this,this.c,e),n},l.a=0,D(jn,"DynamicEObjectImpl/BasicEMapEntry",1522),M(1523,1,{114:1},Lc),l.Mk=function(e){throw nt(new Vr)},l.li=function(e){throw nt(new Vr)},l.mi=function(e,n){throw nt(new Vr)},l.ni=function(e){throw nt(new Vr)},l.Nk=function(){throw nt(new Vr)},l.Ok=function(){return this.a},l.Pk=function(){return this.b},l.Qk=function(){return this.c},l.Rk=function(){throw nt(new Vr)},l.Sk=function(e){throw nt(new Vr)},l.Tk=function(e){this.a=e},l.Uk=function(e){this.b=e},l.Vk=function(e){this.c=e},D(jn,"DynamicEObjectImpl/DynamicEPropertiesHolderImpl",1523),M(519,158,{110:1,94:1,93:1,598:1,155:1,58:1,114:1,54:1,99:1,519:1,158:1,119:1,120:1},HR),l.Ah=function(e){return dxt(this,e)},l.Lh=function(e,n,r){var s;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.d;case 2:return r?(!this.b&&(this.b=new Hl((bn(),po),Sc,this)),this.b):(!this.b&&(this.b=new Hl((bn(),po),Sc,this)),II(this.b));case 3:return Mne(this);case 4:return!this.a&&(this.a=new Ns(l2,this,4)),this.a;case 5:return!this.c&&(this.c=new H4(l2,this,5)),this.c}return Ah(this,e-ur((bn(),Xp)),Tn((s=u($n(this,16),29),s||Xp),e),n,r)},l.Sh=function(e,n,r){var s,o,h;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),mu(this.Ab,e,r);case 3:return this.Cb&&(r=(o=this.Db>>16,o>=0?dxt(this,r):this.Cb.Th(this,-1-o,null,r))),Zvt(this,u(e,155),r)}return h=u(Tn((s=u($n(this,16),29),s||(bn(),Xp)),n),69),h.wk().zk(this,Su(this),n-ur((bn(),Xp)),e,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r);case 2:return!this.b&&(this.b=new Hl((bn(),po),Sc,this)),lz(this.b,e,r);case 3:return Zvt(this,null,r);case 4:return!this.a&&(this.a=new Ns(l2,this,4)),no(this.a,e,r)}return o=u(Tn((s=u($n(this,16),29),s||(bn(),Xp)),n),69),o.wk().Ak(this,Su(this),n-ur((bn(),Xp)),e,r)},l.Wh=function(e){var n;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.d!=null;case 2:return!!this.b&&this.b.f!=0;case 3:return!!Mne(this);case 4:return!!this.a&&this.a.i!=0;case 5:return!!this.c&&this.c.i!=0}return _h(this,e-ur((bn(),Xp)),Tn((n=u($n(this,16),29),n||Xp),e))},l.bi=function(e,n){var r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:Fcn(this,Gr(n));return;case 2:!this.b&&(this.b=new Hl((bn(),po),Sc,this)),Kq(this.b,n);return;case 3:bde(this,u(n,155));return;case 4:!this.a&&(this.a=new Ns(l2,this,4)),Lr(this.a),!this.a&&(this.a=new Ns(l2,this,4)),bs(this.a,u(n,16));return;case 5:!this.c&&(this.c=new H4(l2,this,5)),Lr(this.c),!this.c&&(this.c=new H4(l2,this,5)),bs(this.c,u(n,16));return}Ih(this,e-ur((bn(),Xp)),Tn((r=u($n(this,16),29),r||Xp),e),n)},l.ii=function(){return bn(),Xp},l.ki=function(e){var n;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:g4t(this,null);return;case 2:!this.b&&(this.b=new Hl((bn(),po),Sc,this)),this.b.c.$b();return;case 3:bde(this,null);return;case 4:!this.a&&(this.a=new Ns(l2,this,4)),Lr(this.a);return;case 5:!this.c&&(this.c=new H4(l2,this,5)),Lr(this.c);return}Dh(this,e-ur((bn(),Xp)),Tn((n=u($n(this,16),29),n||Xp),e))},l.Ib=function(){return vue(this)},l.d=null,D(jn,"EAnnotationImpl",519),M(141,721,STt,el),l.Gi=function(e,n){tin(this,e,u(n,44))},l.Wk=function(e,n){return nan(this,u(e,44),n)},l.$i=function(e){return u(u(this.c,71).$i(e),136)},l.Ii=function(){return u(this.c,71).Ii()},l.Ji=function(){return u(this.c,71).Ji()},l.Ki=function(e){return u(this.c,71).Ki(e)},l.Xk=function(e,n){return lz(this,e,n)},l.Fk=function(e){return u(this.c,79).Fk(e)},l.ak=function(){},l.Qj=function(){return u(this.c,79).Qj()},l.ck=function(e,n,r){var s;return s=u(nh(this.b).wi().si(this.b),136),s.Ci(e),s.Di(n),s.nd(r),s},l.dk=function(){return new k2t(this)},l.Wb=function(e){Kq(this,e)},l.Gk=function(){u(this.c,79).Gk()},D(Zi,"EcoreEMap",141),M(165,141,STt,Hl),l._j=function(){var e,n,r,s,o,h;if(this.d==null){for(h=Vt(mIt,_Tt,66,2*this.f+1,0,1),r=this.c.Kc();r.e!=r.i.gc();)n=u(r.Yj(),136),s=n.Bi(),o=(s&ki)%h.length,e=h[o],!e&&(e=h[o]=new k2t(this)),e.Fc(n);this.d=h}},D(jn,"EAnnotationImpl/1",165),M(291,448,{110:1,94:1,93:1,155:1,197:1,58:1,114:1,480:1,54:1,99:1,158:1,291:1,119:1,120:1}),l.Lh=function(e,n,r){var s,o;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return Nn(),!!(this.Bb&256);case 3:return Nn(),!!(this.Bb&512);case 4:return fe(this.s);case 5:return fe(this.t);case 6:return Nn(),!!this.Jk();case 7:return Nn(),o=this.s,o>=1;case 8:return n?rf(this):this.r;case 9:return this.q}return Ah(this,e-ur(this.ii()),Tn((s=u($n(this,16),29),s||this.ii()),e),n,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r);case 9:return Fit(this,r)}return o=u(Tn((s=u($n(this,16),29),s||this.ii()),n),69),o.wk().Ak(this,Su(this),n-ur(this.ii()),e,r)},l.Wh=function(e){var n,r;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return(this.Bb&256)==0;case 3:return(this.Bb&512)==0;case 4:return this.s!=0;case 5:return this.t!=1;case 6:return this.Jk();case 7:return r=this.s,r>=1;case 8:return!!this.r&&!this.q.e&&Mm(this.q).i==0;case 9:return!!this.q&&!(this.r&&!this.q.e&&Mm(this.q).i==0)}return _h(this,e-ur(this.ii()),Tn((n=u($n(this,16),29),n||this.ii()),e))},l.bi=function(e,n){var r,s;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:this.ui(Gr(n));return;case 2:Ap(this,Ie(De(n)));return;case 3:Lp(this,Ie(De(n)));return;case 4:Tp(this,u(n,17).a);return;case 5:this.Zk(u(n,17).a);return;case 8:rw(this,u(n,142));return;case 9:s=sd(this,u(n,89),null),s&&s.oj();return}Ih(this,e-ur(this.ii()),Tn((r=u($n(this,16),29),r||this.ii()),e),n)},l.ii=function(){return bn(),sTe},l.ki=function(e){var n,r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:this.ui(null);return;case 2:Ap(this,!0);return;case 3:Lp(this,!0);return;case 4:Tp(this,0);return;case 5:this.Zk(1);return;case 8:rw(this,null);return;case 9:r=sd(this,null,null),r&&r.oj();return}Dh(this,e-ur(this.ii()),Tn((n=u($n(this,16),29),n||this.ii()),e))},l.pi=function(){rf(this),this.Bb|=1},l.Hk=function(){return rf(this)},l.Ik=function(){return this.t},l.Jk=function(){var e;return e=this.t,e>1||e==-1},l.Si=function(){return(this.Bb&512)!=0},l.Yk=function(e,n){return o5t(this,e,n)},l.Zk=function(e){Hy(this,e)},l.Ib=function(){return E6t(this)},l.s=0,l.t=1,D(jn,"ETypedElementImpl",291),M(461,291,{110:1,94:1,93:1,155:1,197:1,58:1,179:1,69:1,114:1,480:1,54:1,99:1,158:1,461:1,291:1,119:1,120:1,692:1}),l.Ah=function(e){return che(this,e)},l.Lh=function(e,n,r){var s,o;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return Nn(),!!(this.Bb&256);case 3:return Nn(),!!(this.Bb&512);case 4:return fe(this.s);case 5:return fe(this.t);case 6:return Nn(),!!this.Jk();case 7:return Nn(),o=this.s,o>=1;case 8:return n?rf(this):this.r;case 9:return this.q;case 10:return Nn(),!!(this.Bb&Uf);case 11:return Nn(),!!(this.Bb&b3);case 12:return Nn(),!!(this.Bb&u3);case 13:return this.j;case 14:return I7(this);case 15:return Nn(),!!(this.Bb&al);case 16:return Nn(),!!(this.Bb&Wd);case 17:return Ny(this)}return Ah(this,e-ur(this.ii()),Tn((s=u($n(this,16),29),s||this.ii()),e),n,r)},l.Sh=function(e,n,r){var s,o,h;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),mu(this.Ab,e,r);case 17:return this.Cb&&(r=(o=this.Db>>16,o>=0?che(this,r):this.Cb.Th(this,-1-o,null,r))),ch(this,e,17,r)}return h=u(Tn((s=u($n(this,16),29),s||this.ii()),n),69),h.wk().zk(this,Su(this),n-ur(this.ii()),e,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r);case 9:return Fit(this,r);case 17:return ch(this,null,17,r)}return o=u(Tn((s=u($n(this,16),29),s||this.ii()),n),69),o.wk().Ak(this,Su(this),n-ur(this.ii()),e,r)},l.Wh=function(e){var n,r;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return(this.Bb&256)==0;case 3:return(this.Bb&512)==0;case 4:return this.s!=0;case 5:return this.t!=1;case 6:return this.Jk();case 7:return r=this.s,r>=1;case 8:return!!this.r&&!this.q.e&&Mm(this.q).i==0;case 9:return!!this.q&&!(this.r&&!this.q.e&&Mm(this.q).i==0);case 10:return(this.Bb&Uf)==0;case 11:return(this.Bb&b3)!=0;case 12:return(this.Bb&u3)!=0;case 13:return this.j!=null;case 14:return I7(this)!=null;case 15:return(this.Bb&al)!=0;case 16:return(this.Bb&Wd)!=0;case 17:return!!Ny(this)}return _h(this,e-ur(this.ii()),Tn((n=u($n(this,16),29),n||this.ii()),e))},l.bi=function(e,n){var r,s;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:ust(this,Gr(n));return;case 2:Ap(this,Ie(De(n)));return;case 3:Lp(this,Ie(De(n)));return;case 4:Tp(this,u(n,17).a);return;case 5:this.Zk(u(n,17).a);return;case 8:rw(this,u(n,142));return;case 9:s=sd(this,u(n,89),null),s&&s.oj();return;case 10:p7(this,Ie(De(n)));return;case 11:m7(this,Ie(De(n)));return;case 12:b7(this,Ie(De(n)));return;case 13:Zwt(this,Gr(n));return;case 15:w7(this,Ie(De(n)));return;case 16:v7(this,Ie(De(n)));return}Ih(this,e-ur(this.ii()),Tn((r=u($n(this,16),29),r||this.ii()),e),n)},l.ii=function(){return bn(),iTe},l.ki=function(e){var n,r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:At(this.Cb,90)&&t3(Sl(u(this.Cb,90)),4),wu(this,null);return;case 2:Ap(this,!0);return;case 3:Lp(this,!0);return;case 4:Tp(this,0);return;case 5:this.Zk(1);return;case 8:rw(this,null);return;case 9:r=sd(this,null,null),r&&r.oj();return;case 10:p7(this,!0);return;case 11:m7(this,!1);return;case 12:b7(this,!1);return;case 13:this.i=null,zq(this,null);return;case 15:w7(this,!1);return;case 16:v7(this,!1);return}Dh(this,e-ur(this.ii()),Tn((n=u($n(this,16),29),n||this.ii()),e))},l.pi=function(){NE(Ro((rl(),Fa),this)),rf(this),this.Bb|=1},l.pk=function(){return this.f},l.ik=function(){return I7(this)},l.qk=function(){return Ny(this)},l.uk=function(){return null},l.$k=function(){return this.k},l.Lj=function(){return this.n},l.vk=function(){return NH(this)},l.wk=function(){var e,n,r,s,o,h,d,m,k;return this.p||(r=Ny(this),(r.i==null&&Kd(r),r.i).length,s=this.uk(),s&&ur(Ny(s)),o=rf(this),d=o.kk(),e=d?d.i&1?d==Fl?Es:d==Or?Na:d==Y3?gT:d==wa?zs:d==b2?dv:d==gx?gv:d==cl?Ok:uA:d:null,n=I7(this),m=o.ik(),Xbn(this),this.Bb&Wd&&((h=yxt((rl(),Fa),r))&&h!=this||(h=Q6(Ro(Fa,this))))?this.p=new UXt(this,h):this.Jk()?this.al()?s?this.Bb&al?e?this.bl()?this.p=new V2(47,e,this,s):this.p=new V2(5,e,this,s):this.bl()?this.p=new Y2(46,this,s):this.p=new Y2(4,this,s):e?this.bl()?this.p=new V2(49,e,this,s):this.p=new V2(7,e,this,s):this.bl()?this.p=new Y2(48,this,s):this.p=new Y2(6,this,s):this.Bb&al?e?e==yw?this.p=new bp(50,$7e,this):this.bl()?this.p=new bp(43,e,this):this.p=new bp(1,e,this):this.bl()?this.p=new mp(42,this):this.p=new mp(0,this):e?e==yw?this.p=new bp(41,$7e,this):this.bl()?this.p=new bp(45,e,this):this.p=new bp(3,e,this):this.bl()?this.p=new mp(44,this):this.p=new mp(2,this):At(o,156)?e==UK?this.p=new mp(40,this):this.Bb&512?this.Bb&al?e?this.p=new bp(9,e,this):this.p=new mp(8,this):e?this.p=new bp(11,e,this):this.p=new mp(10,this):this.Bb&al?e?this.p=new bp(13,e,this):this.p=new mp(12,this):e?this.p=new bp(15,e,this):this.p=new mp(14,this):s?(k=s.t,k>1||k==-1?this.bl()?this.Bb&al?e?this.p=new V2(25,e,this,s):this.p=new Y2(24,this,s):e?this.p=new V2(27,e,this,s):this.p=new Y2(26,this,s):this.Bb&al?e?this.p=new V2(29,e,this,s):this.p=new Y2(28,this,s):e?this.p=new V2(31,e,this,s):this.p=new Y2(30,this,s):this.bl()?this.Bb&al?e?this.p=new V2(33,e,this,s):this.p=new Y2(32,this,s):e?this.p=new V2(35,e,this,s):this.p=new Y2(34,this,s):this.Bb&al?e?this.p=new V2(37,e,this,s):this.p=new Y2(36,this,s):e?this.p=new V2(39,e,this,s):this.p=new Y2(38,this,s)):this.bl()?this.Bb&al?e?this.p=new bp(17,e,this):this.p=new mp(16,this):e?this.p=new bp(19,e,this):this.p=new mp(18,this):this.Bb&al?e?this.p=new bp(21,e,this):this.p=new mp(20,this):e?this.p=new bp(23,e,this):this.p=new mp(22,this):this._k()?this.bl()?this.p=new OZt(u(o,29),this,s):this.p=new $yt(u(o,29),this,s):At(o,156)?e==UK?this.p=new mp(40,this):this.Bb&al?e?this.p=new Ite(n,m,this,(qat(),d==Or?NIt:d==Fl?MIt:d==b2?FIt:d==Y3?PIt:d==wa?OIt:d==gx?BIt:d==cl?DIt:d==Uh?IIt:Qdt)):this.p=new Uee(u(o,156),n,m,this):e?this.p=new Dte(n,m,this,(qat(),d==Or?NIt:d==Fl?MIt:d==b2?FIt:d==Y3?PIt:d==wa?OIt:d==gx?BIt:d==cl?DIt:d==Uh?IIt:Qdt)):this.p=new Vee(u(o,156),n,m,this):this.al()?s?this.Bb&al?this.bl()?this.p=new NZt(u(o,29),this,s):this.p=new Cvt(u(o,29),this,s):this.bl()?this.p=new PZt(u(o,29),this,s):this.p=new git(u(o,29),this,s):this.Bb&al?this.bl()?this.p=new DJt(u(o,29),this):this.p=new jmt(u(o,29),this):this.bl()?this.p=new MJt(u(o,29),this):this.p=new eit(u(o,29),this):this.bl()?s?this.Bb&al?this.p=new FZt(u(o,29),this,s):this.p=new Evt(u(o,29),this,s):this.Bb&al?this.p=new IJt(u(o,29),this):this.p=new $mt(u(o,29),this):s?this.Bb&al?this.p=new BZt(u(o,29),this,s):this.p=new Tvt(u(o,29),this,s):this.Bb&al?this.p=new OJt(u(o,29),this):this.p=new Sz(u(o,29),this)),this.p},l.rk=function(){return(this.Bb&Uf)!=0},l._k=function(){return!1},l.al=function(){return!1},l.sk=function(){return(this.Bb&Wd)!=0},l.xk=function(){return Rst(this)},l.bl=function(){return!1},l.tk=function(){return(this.Bb&al)!=0},l.cl=function(e){this.k=e},l.ui=function(e){ust(this,e)},l.Ib=function(){return nV(this)},l.e=!1,l.n=0,D(jn,"EStructuralFeatureImpl",461),M(331,461,{110:1,94:1,93:1,35:1,155:1,197:1,58:1,179:1,69:1,114:1,480:1,54:1,99:1,331:1,158:1,461:1,291:1,119:1,120:1,692:1},Nnt),l.Lh=function(e,n,r){var s,o;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return Nn(),!!(this.Bb&256);case 3:return Nn(),!!(this.Bb&512);case 4:return fe(this.s);case 5:return fe(this.t);case 6:return Nn(),!!w6t(this);case 7:return Nn(),o=this.s,o>=1;case 8:return n?rf(this):this.r;case 9:return this.q;case 10:return Nn(),!!(this.Bb&Uf);case 11:return Nn(),!!(this.Bb&b3);case 12:return Nn(),!!(this.Bb&u3);case 13:return this.j;case 14:return I7(this);case 15:return Nn(),!!(this.Bb&al);case 16:return Nn(),!!(this.Bb&Wd);case 17:return Ny(this);case 18:return Nn(),!!(this.Bb&Pc);case 19:return n?cat(this):Wie(this)}return Ah(this,e-ur((bn(),G3)),Tn((s=u($n(this,16),29),s||G3),e),n,r)},l.Wh=function(e){var n,r;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return(this.Bb&256)==0;case 3:return(this.Bb&512)==0;case 4:return this.s!=0;case 5:return this.t!=1;case 6:return w6t(this);case 7:return r=this.s,r>=1;case 8:return!!this.r&&!this.q.e&&Mm(this.q).i==0;case 9:return!!this.q&&!(this.r&&!this.q.e&&Mm(this.q).i==0);case 10:return(this.Bb&Uf)==0;case 11:return(this.Bb&b3)!=0;case 12:return(this.Bb&u3)!=0;case 13:return this.j!=null;case 14:return I7(this)!=null;case 15:return(this.Bb&al)!=0;case 16:return(this.Bb&Wd)!=0;case 17:return!!Ny(this);case 18:return(this.Bb&Pc)!=0;case 19:return!!Wie(this)}return _h(this,e-ur((bn(),G3)),Tn((n=u($n(this,16),29),n||G3),e))},l.bi=function(e,n){var r,s;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:ust(this,Gr(n));return;case 2:Ap(this,Ie(De(n)));return;case 3:Lp(this,Ie(De(n)));return;case 4:Tp(this,u(n,17).a);return;case 5:hWt(this,u(n,17).a);return;case 8:rw(this,u(n,142));return;case 9:s=sd(this,u(n,89),null),s&&s.oj();return;case 10:p7(this,Ie(De(n)));return;case 11:m7(this,Ie(De(n)));return;case 12:b7(this,Ie(De(n)));return;case 13:Zwt(this,Gr(n));return;case 15:w7(this,Ie(De(n)));return;case 16:v7(this,Ie(De(n)));return;case 18:Pat(this,Ie(De(n)));return}Ih(this,e-ur((bn(),G3)),Tn((r=u($n(this,16),29),r||G3),e),n)},l.ii=function(){return bn(),G3},l.ki=function(e){var n,r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:At(this.Cb,90)&&t3(Sl(u(this.Cb,90)),4),wu(this,null);return;case 2:Ap(this,!0);return;case 3:Lp(this,!0);return;case 4:Tp(this,0);return;case 5:this.b=0,Hy(this,1);return;case 8:rw(this,null);return;case 9:r=sd(this,null,null),r&&r.oj();return;case 10:p7(this,!0);return;case 11:m7(this,!1);return;case 12:b7(this,!1);return;case 13:this.i=null,zq(this,null);return;case 15:w7(this,!1);return;case 16:v7(this,!1);return;case 18:Pat(this,!1);return}Dh(this,e-ur((bn(),G3)),Tn((n=u($n(this,16),29),n||G3),e))},l.pi=function(){cat(this),NE(Ro((rl(),Fa),this)),rf(this),this.Bb|=1},l.Jk=function(){return w6t(this)},l.Yk=function(e,n){return this.b=0,this.a=null,o5t(this,e,n)},l.Zk=function(e){hWt(this,e)},l.Ib=function(){var e;return this.Db&64?nV(this):(e=new Jh(nV(this)),e.a+=" (iD: ",fp(e,(this.Bb&Pc)!=0),e.a+=")",e.a)},l.b=0,D(jn,"EAttributeImpl",331),M(364,448,{110:1,94:1,93:1,142:1,155:1,197:1,58:1,114:1,54:1,99:1,364:1,158:1,119:1,120:1,691:1}),l.dl=function(e){return e.Dh()==this},l.Ah=function(e){return dot(this,e)},l.Bh=function(e,n){this.w=null,this.Db=n<<16|this.Db&255,this.Cb=e},l.Lh=function(e,n,r){var s;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return this.D!=null?this.D:this.B;case 3:return Qm(this);case 4:return this.ik();case 5:return this.F;case 6:return n?nh(this):RE(this);case 7:return!this.A&&(this.A=new Qu(Ou,this,7)),this.A}return Ah(this,e-ur(this.ii()),Tn((s=u($n(this,16),29),s||this.ii()),e),n,r)},l.Sh=function(e,n,r){var s,o,h;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),mu(this.Ab,e,r);case 6:return this.Cb&&(r=(o=this.Db>>16,o>=0?dot(this,r):this.Cb.Th(this,-1-o,null,r))),ch(this,e,6,r)}return h=u(Tn((s=u($n(this,16),29),s||this.ii()),n),69),h.wk().zk(this,Su(this),n-ur(this.ii()),e,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r);case 6:return ch(this,null,6,r);case 7:return!this.A&&(this.A=new Qu(Ou,this,7)),no(this.A,e,r)}return o=u(Tn((s=u($n(this,16),29),s||this.ii()),n),69),o.wk().Ak(this,Su(this),n-ur(this.ii()),e,r)},l.Wh=function(e){var n;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return this.D!=null&&this.D==this.F;case 3:return!!Qm(this);case 4:return this.ik()!=null;case 5:return this.F!=null&&this.F!=this.D&&this.F!=this.B;case 6:return!!RE(this);case 7:return!!this.A&&this.A.i!=0}return _h(this,e-ur(this.ii()),Tn((n=u($n(this,16),29),n||this.ii()),e))},l.bi=function(e,n){var r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:rq(this,Gr(n));return;case 2:zrt(this,Gr(n));return;case 5:j7(this,Gr(n));return;case 7:!this.A&&(this.A=new Qu(Ou,this,7)),Lr(this.A),!this.A&&(this.A=new Qu(Ou,this,7)),bs(this.A,u(n,16));return}Ih(this,e-ur(this.ii()),Tn((r=u($n(this,16),29),r||this.ii()),e),n)},l.ii=function(){return bn(),J7e},l.ki=function(e){var n;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:At(this.Cb,184)&&(u(this.Cb,184).tb=null),wu(this,null);return;case 2:f7(this,null),QE(this,this.D);return;case 5:j7(this,null);return;case 7:!this.A&&(this.A=new Qu(Ou,this,7)),Lr(this.A);return}Dh(this,e-ur(this.ii()),Tn((n=u($n(this,16),29),n||this.ii()),e))},l.hk=function(){var e;return this.G==-1&&(this.G=(e=nh(this),e?Ip(e.vi(),this):-1)),this.G},l.ik=function(){return null},l.jk=function(){return nh(this)},l.el=function(){return this.v},l.kk=function(){return Qm(this)},l.lk=function(){return this.D!=null?this.D:this.B},l.mk=function(){return this.F},l.fk=function(e){return rct(this,e)},l.fl=function(e){this.v=e},l.gl=function(e){Ioe(this,e)},l.hl=function(e){this.C=e},l.ui=function(e){rq(this,e)},l.Ib=function(){return hH(this)},l.C=null,l.D=null,l.G=-1,D(jn,"EClassifierImpl",364),M(90,364,{110:1,94:1,93:1,29:1,142:1,155:1,197:1,58:1,114:1,54:1,99:1,90:1,364:1,158:1,481:1,119:1,120:1,691:1},Af),l.dl=function(e){return jsn(this,e.Dh())},l.Lh=function(e,n,r){var s;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return this.D!=null?this.D:this.B;case 3:return Qm(this);case 4:return null;case 5:return this.F;case 6:return n?nh(this):RE(this);case 7:return!this.A&&(this.A=new Qu(Ou,this,7)),this.A;case 8:return Nn(),!!(this.Bb&256);case 9:return Nn(),!!(this.Bb&512);case 10:return Ko(this);case 11:return!this.q&&(this.q=new Jt(bf,this,11,10)),this.q;case 12:return b5(this);case 13:return _S(this);case 14:return _S(this),this.r;case 15:return b5(this),this.k;case 16:return o6t(this);case 17:return oct(this);case 18:return Kd(this);case 19:return KH(this);case 20:return b5(this),this.o;case 21:return!this.s&&(this.s=new Jt(Ku,this,21,17)),this.s;case 22:return Gc(this);case 23:return Kot(this)}return Ah(this,e-ur((bn(),f2)),Tn((s=u($n(this,16),29),s||f2),e),n,r)},l.Sh=function(e,n,r){var s,o,h;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),mu(this.Ab,e,r);case 6:return this.Cb&&(r=(o=this.Db>>16,o>=0?dot(this,r):this.Cb.Th(this,-1-o,null,r))),ch(this,e,6,r);case 11:return!this.q&&(this.q=new Jt(bf,this,11,10)),mu(this.q,e,r);case 21:return!this.s&&(this.s=new Jt(Ku,this,21,17)),mu(this.s,e,r)}return h=u(Tn((s=u($n(this,16),29),s||(bn(),f2)),n),69),h.wk().zk(this,Su(this),n-ur((bn(),f2)),e,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r);case 6:return ch(this,null,6,r);case 7:return!this.A&&(this.A=new Qu(Ou,this,7)),no(this.A,e,r);case 11:return!this.q&&(this.q=new Jt(bf,this,11,10)),no(this.q,e,r);case 21:return!this.s&&(this.s=new Jt(Ku,this,21,17)),no(this.s,e,r);case 22:return no(Gc(this),e,r)}return o=u(Tn((s=u($n(this,16),29),s||(bn(),f2)),n),69),o.wk().Ak(this,Su(this),n-ur((bn(),f2)),e,r)},l.Wh=function(e){var n;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return this.D!=null&&this.D==this.F;case 3:return!!Qm(this);case 4:return!1;case 5:return this.F!=null&&this.F!=this.D&&this.F!=this.B;case 6:return!!RE(this);case 7:return!!this.A&&this.A.i!=0;case 8:return(this.Bb&256)!=0;case 9:return(this.Bb&512)!=0;case 10:return!!this.u&&Gc(this.u.a).i!=0&&!(this.n&¬(this.n));case 11:return!!this.q&&this.q.i!=0;case 12:return b5(this).i!=0;case 13:return _S(this).i!=0;case 14:return _S(this),this.r.i!=0;case 15:return b5(this),this.k.i!=0;case 16:return o6t(this).i!=0;case 17:return oct(this).i!=0;case 18:return Kd(this).i!=0;case 19:return KH(this).i!=0;case 20:return b5(this),!!this.o;case 21:return!!this.s&&this.s.i!=0;case 22:return!!this.n&¬(this.n);case 23:return Kot(this).i!=0}return _h(this,e-ur((bn(),f2)),Tn((n=u($n(this,16),29),n||f2),e))},l.Zh=function(e){var n;return n=this.i==null||this.q&&this.q.i!=0?null:NO(this,e),n||qkt(this,e)},l.bi=function(e,n){var r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:rq(this,Gr(n));return;case 2:zrt(this,Gr(n));return;case 5:j7(this,Gr(n));return;case 7:!this.A&&(this.A=new Qu(Ou,this,7)),Lr(this.A),!this.A&&(this.A=new Qu(Ou,this,7)),bs(this.A,u(n,16));return;case 8:c5t(this,Ie(De(n)));return;case 9:u5t(this,Ie(De(n)));return;case 10:LS(Ko(this)),bs(Ko(this),u(n,16));return;case 11:!this.q&&(this.q=new Jt(bf,this,11,10)),Lr(this.q),!this.q&&(this.q=new Jt(bf,this,11,10)),bs(this.q,u(n,16));return;case 21:!this.s&&(this.s=new Jt(Ku,this,21,17)),Lr(this.s),!this.s&&(this.s=new Jt(Ku,this,21,17)),bs(this.s,u(n,16));return;case 22:Lr(Gc(this)),bs(Gc(this),u(n,16));return}Ih(this,e-ur((bn(),f2)),Tn((r=u($n(this,16),29),r||f2),e),n)},l.ii=function(){return bn(),f2},l.ki=function(e){var n;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:At(this.Cb,184)&&(u(this.Cb,184).tb=null),wu(this,null);return;case 2:f7(this,null),QE(this,this.D);return;case 5:j7(this,null);return;case 7:!this.A&&(this.A=new Qu(Ou,this,7)),Lr(this.A);return;case 8:c5t(this,!1);return;case 9:u5t(this,!1);return;case 10:this.u&&LS(this.u);return;case 11:!this.q&&(this.q=new Jt(bf,this,11,10)),Lr(this.q);return;case 21:!this.s&&(this.s=new Jt(Ku,this,21,17)),Lr(this.s);return;case 22:this.n&&Lr(this.n);return}Dh(this,e-ur((bn(),f2)),Tn((n=u($n(this,16),29),n||f2),e))},l.pi=function(){var e,n;if(b5(this),_S(this),o6t(this),oct(this),Kd(this),KH(this),Kot(this),B_(hcn(Sl(this))),this.s)for(e=0,n=this.s.i;e<n;++e)eI(Lt(this.s,e));if(this.q)for(e=0,n=this.q.i;e<n;++e)eI(Lt(this.q,e));Sp((rl(),Fa),this).xe(),this.Bb|=1},l.Ib=function(){return Sxt(this)},l.k=null,l.r=null;var wL,cTe,Ydt;D(jn,"EClassImpl",90),M(2092,2091,Ame),l.Ei=function(e,n){return ict(this,e,n)},l.Fi=function(e){return ict(this,this.i,e)},l.Gi=function(e,n){k6t(this,e,n)},l.Hi=function(e){Rot(this,e)},l.Wk=function(e,n){return mu(this,e,n)},l.$i=function(e){return R3t(this,e)},l.Xk=function(e,n){return no(this,e,n)},l.Xi=function(e,n){return sge(this,e,n)},l.Ii=function(){return new B6(this)},l.Ji=function(){return new tI(this)},l.Ki=function(e){return UI(this,e)},D(Zi,"NotifyingInternalEListImpl",2092),M(632,2092,nc),l.Hc=function(e){return _ge(this,e)},l.Ij=function(e,n,r,s,o){return D_(this,e,n,r,s,o)},l.Jj=function(e){cE(this,e)},l.Fk=function(e){return this},l.Lk=function(){return Tn(this.e.Dh(),this.Lj())},l.Kj=function(){return this.Lk()},l.Lj=function(){return ss(this.e.Dh(),this.Lk())},l.il=function(){return u(this.Lk().Hk(),29).kk()},l.jl=function(){return wo(u(this.Lk(),19)).n},l.jj=function(){return this.e},l.kl=function(){return!0},l.ll=function(){return!1},l.ml=function(){return!1},l.nl=function(){return!1},l.dd=function(e){return Ip(this,e)},l.Nj=function(e,n){var r;return r=u(e,54),this.ml()?this.kl()?r.Rh(this.e,this.jl(),this.il(),n):r.Rh(this.e,ss(r.Dh(),wo(u(this.Lk(),19))),null,n):r.Rh(this.e,-1-this.Lj(),null,n)},l.Oj=function(e,n){var r;return r=u(e,54),this.ml()?this.kl()?r.Th(this.e,this.jl(),this.il(),n):r.Th(this.e,ss(r.Dh(),wo(u(this.Lk(),19))),null,n):r.Th(this.e,-1-this.Lj(),null,n)},l.al=function(){return!1},l.ol=function(){return!0},l.fk=function(e){return Yre(this.d,e)},l.Pj=function(){return zl(this.e)},l.Qj=function(){return this.i!=0},l.aj=function(e){return VI(this.d,e)},l.Wi=function(e,n){return this.ol()&&this.nl()?wk(this,e,u(n,58)):n},l.pl=function(e){return e.Vh()?Pb(this.e,u(e,54)):e},l.Wb=function(e){qQt(this,e)},l.Pc=function(){return Vse(this)},l.Qc=function(e){var n;if(this.nl())for(n=this.i-1;n>=0;--n)Lt(this,n);return O5t(this,e)},l.Gk=function(){Lr(this)},l.Zi=function(e,n){return toe(this,e,n)},D(Zi,"EcoreEList",632),M(504,632,nc,fI),l.Li=function(){return!1},l.Lj=function(){return this.c},l.Mj=function(){return!1},l.ol=function(){return!0},l.Si=function(){return!0},l.Wi=function(e,n){return n},l.Yi=function(){return!1},l.c=0,D(Zi,"EObjectEList",504),M(83,504,nc,Ns),l.Mj=function(){return!0},l.ml=function(){return!1},l.al=function(){return!0},D(Zi,"EObjectContainmentEList",83),M(555,83,nc,ez),l.Ni=function(){this.b=!0},l.Qj=function(){return this.b},l.Gk=function(){var e;Lr(this),zl(this.e)?(e=this.b,this.b=!1,Ti(this.e,new jf(this.e,2,this.c,e,!1))):this.b=!1},l.b=!1,D(Zi,"EObjectContainmentEList/Unsettable",555),M(1161,555,nc,Lte),l.Ti=function(e,n){var r,s;return r=u(nS(this,e,n),89),zl(this.e)&&cE(this,new OI(this.a,7,(bn(),Z7e),fe(n),(s=r.c,At(s,90)?u(s,29):mf),e)),r},l.Uj=function(e,n){return I2n(this,u(e,89),n)},l.Vj=function(e,n){return D2n(this,u(e,89),n)},l.Wj=function(e,n,r){return Nvn(this,u(e,89),u(n,89),r)},l.Ij=function(e,n,r,s,o){switch(e){case 3:return D_(this,e,n,r,s,this.i>1);case 5:return D_(this,e,n,r,s,this.i-u(r,15).gc()>0);default:return new xg(this.e,e,this.c,n,r,s,!0)}},l.Tj=function(){return!0},l.Qj=function(){return not(this)},l.Gk=function(){Lr(this)},D(jn,"EClassImpl/1",1161),M(1175,1174,CTt),l.dj=function(e){var n,r,s,o,h,d,m;if(r=e.gj(),r!=8){if(s=dwn(e),s==0)switch(r){case 1:case 9:{m=e.kj(),m!=null&&(n=Sl(u(m,481)),!n.c&&(n.c=new op),Cq(n.c,e.jj())),d=e.ij(),d!=null&&(o=u(d,481),o.Bb&1||(n=Sl(o),!n.c&&(n.c=new op),Mr(n.c,u(e.jj(),29))));break}case 3:{d=e.ij(),d!=null&&(o=u(d,481),o.Bb&1||(n=Sl(o),!n.c&&(n.c=new op),Mr(n.c,u(e.jj(),29))));break}case 5:{if(d=e.ij(),d!=null)for(h=u(d,16).Kc();h.Ob();)o=u(h.Pb(),481),o.Bb&1||(n=Sl(o),!n.c&&(n.c=new op),Mr(n.c,u(e.jj(),29)));break}case 4:{m=e.kj(),m!=null&&(o=u(m,481),o.Bb&1||(n=Sl(o),!n.c&&(n.c=new op),Cq(n.c,e.jj())));break}case 6:{if(m=e.kj(),m!=null)for(h=u(m,16).Kc();h.Ob();)o=u(h.Pb(),481),o.Bb&1||(n=Sl(o),!n.c&&(n.c=new op),Cq(n.c,e.jj()));break}}this.ql(s)}},l.ql=function(e){n0e(this,e)},l.b=63,D(jn,"ESuperAdapter",1175),M(1176,1175,CTt,LGt),l.ql=function(e){t3(this,e)},D(jn,"EClassImpl/10",1176),M(1165,710,nc),l.Ei=function(e,n){return Cot(this,e,n)},l.Fi=function(e){return Vle(this,e)},l.Gi=function(e,n){aO(this,e,n)},l.Hi=function(e){LI(this,e)},l.$i=function(e){return R3t(this,e)},l.Xi=function(e,n){return jst(this,e,n)},l.Wk=function(e,n){throw nt(new Vr)},l.Ii=function(){return new B6(this)},l.Ji=function(){return new tI(this)},l.Ki=function(e){return UI(this,e)},l.Xk=function(e,n){throw nt(new Vr)},l.Fk=function(e){return this},l.Qj=function(){return this.i!=0},l.Wb=function(e){throw nt(new Vr)},l.Gk=function(){throw nt(new Vr)},D(Zi,"EcoreEList/UnmodifiableEList",1165),M(328,1165,nc,B4),l.Yi=function(){return!1},D(Zi,"EcoreEList/UnmodifiableEList/FastCompare",328),M(1168,328,nc,Cce),l.dd=function(e){var n,r,s;if(At(e,179)&&(n=u(e,179),r=n.Lj(),r!=-1)){for(s=this.i;r<s;++r)if($t(this.g[r])===$t(e))return r}return-1},D(jn,"EClassImpl/1EAllStructuralFeaturesList",1168),M(1162,505,r0,VR),l.aj=function(e){return Vt(So,Lme,89,e,0,1)},l.Yi=function(){return!1},D(jn,"EClassImpl/1EGenericSuperTypeEList",1162),M(633,505,r0,a6),l.aj=function(e){return Vt(Ku,L5,179,e,0,1)},l.Yi=function(){return!1},D(jn,"EClassImpl/1EStructuralFeatureUniqueEList",633),M(755,505,r0,UR),l.aj=function(e){return Vt(U3,L5,19,e,0,1)},l.Yi=function(){return!1},D(jn,"EClassImpl/1ReferenceList",755),M(1163,505,r0,MGt),l.Mi=function(e,n){fun(this,u(n,35))},l.aj=function(e){return Vt(V3,L5,35,e,0,1)},l.Yi=function(){return!1},D(jn,"EClassImpl/2",1163),M(1164,505,r0,Gtt),l.aj=function(e){return Vt(V3,L5,35,e,0,1)},l.Yi=function(){return!1},D(jn,"EClassImpl/3",1164),M(1166,328,nc,ZZt),l.Fc=function(e){return M1n(this,u(e,35))},l.Hi=function(e){Znn(this,u(e,35))},D(jn,"EClassImpl/4",1166),M(1167,328,nc,JZt),l.Fc=function(e){return D1n(this,u(e,19))},l.Hi=function(e){trn(this,u(e,19))},D(jn,"EClassImpl/5",1167),M(1169,505,r0,oC),l.aj=function(e){return Vt(bf,ATt,62,e,0,1)},l.Yi=function(){return!1},D(jn,"EClassImpl/6",1169),M(1170,505,r0,GR),l.aj=function(e){return Vt(U3,L5,19,e,0,1)},l.Yi=function(){return!1},D(jn,"EClassImpl/7",1170),M(2095,2094,{3:1,4:1,20:1,31:1,56:1,16:1,15:1,70:1,61:1,71:1}),l.Ei=function(e,n){return mkt(this,e,n)},l.Fi=function(e){return mkt(this,this.Ej(),e)},l.Gi=function(e,n){N1e(this,e,n)},l.Hi=function(e){E1e(this,e)},l.Wk=function(e,n){return smn(this,e,n)},l.Xk=function(e,n){return Iwn(this,e,n)},l.Xi=function(e,n){return q0e(this,e,n)},l.$i=function(e){return this.xj(e)},l.Ii=function(){return new B6(this)},l.pj=function(){return this.sj()},l.Ji=function(){return new tI(this)},l.Ki=function(e){return UI(this,e)},D(Zi,"DelegatingNotifyingInternalEListImpl",2095),M(756,2095,LTt),l.Li=function(){var e;return e=Tn(ju(this.b),this.Lj()).Hk(),At(e,156)&&!At(e,468)&&(e.kk().i&1)==0},l.Hc=function(e){var n,r,s,o,h,d,m,k;if(this.ol()){if(k=this.Ej(),k>4)if(this.fk(e)){if(this.al()){if(s=u(e,54),r=s.Eh(),m=r==this.b&&(this.ml()?s.yh(s.Fh(),u(Tn(ju(this.b),this.Lj()).Hk(),29).kk())==wo(u(Tn(ju(this.b),this.Lj()),19)).n:-1-s.Fh()==this.Lj()),this.nl()&&!m&&!r&&s.Jh()){for(o=0;o<k;++o)if(n=Dit(this,this.xj(o)),$t(n)===$t(e))return!0}return m}else if(this.ml()&&!this.ll()){if(h=u(e,58).Mh(wo(u(Tn(ju(this.b),this.Lj()),19))),$t(h)===$t(this.b))return!0;if(h==null||!u(h,58).Vh())return!1}}else return!1;if(d=this.uj(e),this.nl()&&!d){for(o=0;o<k;++o)if(s=Dit(this,this.xj(o)),$t(s)===$t(e))return!0}return d}else return this.uj(e)},l.Ij=function(e,n,r,s,o){return new xg(this.b,e,this.Lj(),n,r,s,o)},l.Jj=function(e){Ti(this.b,e)},l.Fk=function(e){return this},l.Kj=function(){return Tn(ju(this.b),this.Lj())},l.Lj=function(){return ss(ju(this.b),Tn(ju(this.b),this.Lj()))},l.jj=function(){return this.b},l.kl=function(){return!!Tn(ju(this.b),this.Lj()).Hk().kk()},l.Mj=function(){var e,n;return n=Tn(ju(this.b),this.Lj()),At(n,102)?(e=u(n,19),(e.Bb&Pc)!=0||!!wo(u(n,19))):!1},l.ll=function(){var e,n,r,s;return n=Tn(ju(this.b),this.Lj()),At(n,102)?(e=u(n,19),r=wo(e),!!r&&(s=r.t,s>1||s==-1)):!1},l.ml=function(){var e,n,r;return n=Tn(ju(this.b),this.Lj()),At(n,102)?(e=u(n,19),r=wo(e),!!r):!1},l.nl=function(){var e,n;return n=Tn(ju(this.b),this.Lj()),At(n,102)?(e=u(n,19),(e.Bb&fo)!=0):!1},l.dd=function(e){var n,r,s,o;if(s=this.zj(e),s>=0)return s;if(this.ol()){for(r=0,o=this.Ej();r<o;++r)if(n=Dit(this,this.xj(r)),$t(n)===$t(e))return r}return-1},l.Nj=function(e,n){var r;return r=u(e,54),this.ml()?this.kl()?r.Rh(this.b,wo(u(Tn(ju(this.b),this.Lj()),19)).n,u(Tn(ju(this.b),this.Lj()).Hk(),29).kk(),n):r.Rh(this.b,ss(r.Dh(),wo(u(Tn(ju(this.b),this.Lj()),19))),null,n):r.Rh(this.b,-1-this.Lj(),null,n)},l.Oj=function(e,n){var r;return r=u(e,54),this.ml()?this.kl()?r.Th(this.b,wo(u(Tn(ju(this.b),this.Lj()),19)).n,u(Tn(ju(this.b),this.Lj()).Hk(),29).kk(),n):r.Th(this.b,ss(r.Dh(),wo(u(Tn(ju(this.b),this.Lj()),19))),null,n):r.Th(this.b,-1-this.Lj(),null,n)},l.al=function(){var e,n;return n=Tn(ju(this.b),this.Lj()),At(n,102)?(e=u(n,19),(e.Bb&Pc)!=0):!1},l.ol=function(){return At(Tn(ju(this.b),this.Lj()).Hk(),90)},l.fk=function(e){return Tn(ju(this.b),this.Lj()).Hk().fk(e)},l.Pj=function(){return zl(this.b)},l.Qj=function(){return!this.Aj()},l.Si=function(){return Tn(ju(this.b),this.Lj()).Si()},l.Wi=function(e,n){return UO(this,e,n)},l.Wb=function(e){LS(this),bs(this,u(e,15))},l.Pc=function(){var e;if(this.nl())for(e=this.Ej()-1;e>=0;--e)UO(this,e,this.xj(e));return this.Fj()},l.Qc=function(e){var n;if(this.nl())for(n=this.Ej()-1;n>=0;--n)UO(this,n,this.xj(n));return this.Gj(e)},l.Gk=function(){LS(this)},l.Zi=function(e,n){return Dse(this,e,n)},D(Zi,"DelegatingEcoreEList",756),M(1171,756,LTt,UJt),l.qj=function(e,n){usn(this,e,u(n,29))},l.rj=function(e){Qrn(this,u(e,29))},l.xj=function(e){var n,r;return n=u(Lt(Gc(this.a),e),89),r=n.c,At(r,90)?u(r,29):(bn(),mf)},l.Cj=function(e){var n,r;return n=u(r3(Gc(this.a),e),89),r=n.c,At(r,90)?u(r,29):(bn(),mf)},l.Dj=function(e,n){return amn(this,e,u(n,29))},l.Li=function(){return!1},l.Ij=function(e,n,r,s,o){return null},l.sj=function(){return new IGt(this)},l.tj=function(){Lr(Gc(this.a))},l.uj=function(e){return xue(this,e)},l.vj=function(e){var n,r;for(r=e.Kc();r.Ob();)if(n=r.Pb(),!xue(this,n))return!1;return!0},l.wj=function(e){var n,r,s;if(At(e,15)&&(s=u(e,15),s.gc()==Gc(this.a).i)){for(n=s.Kc(),r=new Zn(this);n.Ob();)if($t(n.Pb())!==$t(sr(r)))return!1;return!0}return!1},l.yj=function(){var e,n,r,s,o;for(r=1,n=new Zn(Gc(this.a));n.e!=n.i.gc();)e=u(sr(n),89),s=(o=e.c,At(o,90)?u(o,29):(bn(),mf)),r=31*r+(s?km(s):0);return r},l.zj=function(e){var n,r,s,o;for(s=0,r=new Zn(Gc(this.a));r.e!=r.i.gc();){if(n=u(sr(r),89),$t(e)===$t((o=n.c,At(o,90)?u(o,29):(bn(),mf))))return s;++s}return-1},l.Aj=function(){return Gc(this.a).i==0},l.Bj=function(){return null},l.Ej=function(){return Gc(this.a).i},l.Fj=function(){var e,n,r,s,o,h;for(h=Gc(this.a).i,o=Vt(sa,Ln,1,h,5,1),r=0,n=new Zn(Gc(this.a));n.e!=n.i.gc();)e=u(sr(n),89),o[r++]=(s=e.c,At(s,90)?u(s,29):(bn(),mf));return o},l.Gj=function(e){var n,r,s,o,h,d,m;for(m=Gc(this.a).i,e.length<m&&(o=VI(Gl(e).c,m),e=o),e.length>m&&hs(e,m,null),s=0,r=new Zn(Gc(this.a));r.e!=r.i.gc();)n=u(sr(r),89),h=(d=n.c,At(d,90)?u(d,29):(bn(),mf)),hs(e,s++,h);return e},l.Hj=function(){var e,n,r,s,o;for(o=new hp,o.a+="[",e=Gc(this.a),n=0,s=Gc(this.a).i;n<s;)Lo(o,d_((r=u(Lt(e,n),89).c,At(r,90)?u(r,29):(bn(),mf)))),++n<s&&(o.a+=ro);return o.a+="]",o.a},l.Jj=function(e){},l.Lj=function(){return 10},l.kl=function(){return!0},l.Mj=function(){return!1},l.ll=function(){return!1},l.ml=function(){return!1},l.nl=function(){return!0},l.al=function(){return!1},l.ol=function(){return!0},l.fk=function(e){return At(e,90)},l.Qj=function(){return Ifn(this.a)},l.Si=function(){return!0},l.Yi=function(){return!0},D(jn,"EClassImpl/8",1171),M(1172,2062,U7,IGt),l.fd=function(e){return UI(this.a,e)},l.gc=function(){return Gc(this.a.a).i},D(jn,"EClassImpl/8/1",1172),M(1173,505,r0,cC),l.aj=function(e){return Vt(N1,Ln,142,e,0,1)},l.Yi=function(){return!1},D(jn,"EClassImpl/9",1173),M(1160,49,a8t,kKt),D(jn,"EClassImpl/MyHashSet",1160),M(577,364,{110:1,94:1,93:1,142:1,156:1,847:1,155:1,197:1,58:1,114:1,54:1,99:1,364:1,158:1,119:1,120:1,691:1},n$),l.Lh=function(e,n,r){var s;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return this.D!=null?this.D:this.B;case 3:return Qm(this);case 4:return this.ik();case 5:return this.F;case 6:return n?nh(this):RE(this);case 7:return!this.A&&(this.A=new Qu(Ou,this,7)),this.A;case 8:return Nn(),!!(this.Bb&256)}return Ah(this,e-ur(this.ii()),Tn((s=u($n(this,16),29),s||this.ii()),e),n,r)},l.Wh=function(e){var n;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return this.D!=null&&this.D==this.F;case 3:return!!Qm(this);case 4:return this.ik()!=null;case 5:return this.F!=null&&this.F!=this.D&&this.F!=this.B;case 6:return!!RE(this);case 7:return!!this.A&&this.A.i!=0;case 8:return(this.Bb&256)==0}return _h(this,e-ur(this.ii()),Tn((n=u($n(this,16),29),n||this.ii()),e))},l.bi=function(e,n){var r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:rq(this,Gr(n));return;case 2:zrt(this,Gr(n));return;case 5:j7(this,Gr(n));return;case 7:!this.A&&(this.A=new Qu(Ou,this,7)),Lr(this.A),!this.A&&(this.A=new Qu(Ou,this,7)),bs(this.A,u(n,16));return;case 8:sH(this,Ie(De(n)));return}Ih(this,e-ur(this.ii()),Tn((r=u($n(this,16),29),r||this.ii()),e),n)},l.ii=function(){return bn(),tTe},l.ki=function(e){var n;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:At(this.Cb,184)&&(u(this.Cb,184).tb=null),wu(this,null);return;case 2:f7(this,null),QE(this,this.D);return;case 5:j7(this,null);return;case 7:!this.A&&(this.A=new Qu(Ou,this,7)),Lr(this.A);return;case 8:sH(this,!0);return}Dh(this,e-ur(this.ii()),Tn((n=u($n(this,16),29),n||this.ii()),e))},l.pi=function(){Sp((rl(),Fa),this).xe(),this.Bb|=1},l.ok=function(){var e,n,r;if(!this.c&&(e=W1e(nh(this)),!e.dc()))for(r=e.Kc();r.Ob();)n=Gr(r.Pb()),ES(this,n)&&Dbn(this);return this.b},l.ik=function(){var e;if(!this.e){e=null;try{e=Qm(this)}catch(n){if(n=is(n),!At(n,103))throw nt(n)}this.d=null,e&&e.i&1&&(e==Fl?this.d=(Nn(),Yb):e==Or?this.d=fe(0):e==Y3?this.d=new ys(0):e==wa?this.d=0:e==b2?this.d=Ag(0):e==gx?this.d=g7(0):e==cl?this.d=$I(0):this.d=KI(0)),this.e=!0}return this.d},l.nk=function(){return(this.Bb&256)!=0},l.rl=function(e){e&&(this.D="org.eclipse.emf.common.util.AbstractEnumerator")},l.gl=function(e){Ioe(this,e),this.rl(e)},l.hl=function(e){this.C=e,this.e=!1},l.Ib=function(){var e;return this.Db&64?hH(this):(e=new Jh(hH(this)),e.a+=" (serializable: ",fp(e,(this.Bb&256)!=0),e.a+=")",e.a)},l.c=!1,l.d=null,l.e=!1,D(jn,"EDataTypeImpl",577),M(468,577,{110:1,94:1,93:1,142:1,156:1,847:1,685:1,155:1,197:1,58:1,114:1,54:1,99:1,364:1,468:1,158:1,119:1,120:1,691:1},EKt),l.Lh=function(e,n,r){var s;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return this.D!=null?this.D:this.B;case 3:return Qm(this);case 4:return X4t(this);case 5:return this.F;case 6:return n?nh(this):RE(this);case 7:return!this.A&&(this.A=new Qu(Ou,this,7)),this.A;case 8:return Nn(),!!(this.Bb&256);case 9:return!this.a&&(this.a=new Jt(zg,this,9,5)),this.a}return Ah(this,e-ur((bn(),d2)),Tn((s=u($n(this,16),29),s||d2),e),n,r)},l.Sh=function(e,n,r){var s,o,h;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),mu(this.Ab,e,r);case 6:return this.Cb&&(r=(o=this.Db>>16,o>=0?dot(this,r):this.Cb.Th(this,-1-o,null,r))),ch(this,e,6,r);case 9:return!this.a&&(this.a=new Jt(zg,this,9,5)),mu(this.a,e,r)}return h=u(Tn((s=u($n(this,16),29),s||(bn(),d2)),n),69),h.wk().zk(this,Su(this),n-ur((bn(),d2)),e,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r);case 6:return ch(this,null,6,r);case 7:return!this.A&&(this.A=new Qu(Ou,this,7)),no(this.A,e,r);case 9:return!this.a&&(this.a=new Jt(zg,this,9,5)),no(this.a,e,r)}return o=u(Tn((s=u($n(this,16),29),s||(bn(),d2)),n),69),o.wk().Ak(this,Su(this),n-ur((bn(),d2)),e,r)},l.Wh=function(e){var n;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return this.D!=null&&this.D==this.F;case 3:return!!Qm(this);case 4:return!!X4t(this);case 5:return this.F!=null&&this.F!=this.D&&this.F!=this.B;case 6:return!!RE(this);case 7:return!!this.A&&this.A.i!=0;case 8:return(this.Bb&256)==0;case 9:return!!this.a&&this.a.i!=0}return _h(this,e-ur((bn(),d2)),Tn((n=u($n(this,16),29),n||d2),e))},l.bi=function(e,n){var r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:rq(this,Gr(n));return;case 2:zrt(this,Gr(n));return;case 5:j7(this,Gr(n));return;case 7:!this.A&&(this.A=new Qu(Ou,this,7)),Lr(this.A),!this.A&&(this.A=new Qu(Ou,this,7)),bs(this.A,u(n,16));return;case 8:sH(this,Ie(De(n)));return;case 9:!this.a&&(this.a=new Jt(zg,this,9,5)),Lr(this.a),!this.a&&(this.a=new Jt(zg,this,9,5)),bs(this.a,u(n,16));return}Ih(this,e-ur((bn(),d2)),Tn((r=u($n(this,16),29),r||d2),e),n)},l.ii=function(){return bn(),d2},l.ki=function(e){var n;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:At(this.Cb,184)&&(u(this.Cb,184).tb=null),wu(this,null);return;case 2:f7(this,null),QE(this,this.D);return;case 5:j7(this,null);return;case 7:!this.A&&(this.A=new Qu(Ou,this,7)),Lr(this.A);return;case 8:sH(this,!0);return;case 9:!this.a&&(this.a=new Jt(zg,this,9,5)),Lr(this.a);return}Dh(this,e-ur((bn(),d2)),Tn((n=u($n(this,16),29),n||d2),e))},l.pi=function(){var e,n;if(this.a)for(e=0,n=this.a.i;e<n;++e)eI(Lt(this.a,e));Sp((rl(),Fa),this).xe(),this.Bb|=1},l.ik=function(){return X4t(this)},l.fk=function(e){return e!=null},l.rl=function(e){},D(jn,"EEnumImpl",468),M(582,448,{110:1,94:1,93:1,2039:1,694:1,155:1,197:1,58:1,114:1,54:1,99:1,582:1,158:1,119:1,120:1},WGt),l.xe=function(){return this.zb},l.Ah=function(e){return whe(this,e)},l.Lh=function(e,n,r){var s,o;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return fe(this.d);case 3:return this.b?this.b:this.a;case 4:return o=this.c,o??this.zb;case 5:return this.Db>>16==5?u(this.Cb,685):null}return Ah(this,e-ur((bn(),Qp)),Tn((s=u($n(this,16),29),s||Qp),e),n,r)},l.Sh=function(e,n,r){var s,o,h;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),mu(this.Ab,e,r);case 5:return this.Cb&&(r=(o=this.Db>>16,o>=0?whe(this,r):this.Cb.Th(this,-1-o,null,r))),ch(this,e,5,r)}return h=u(Tn((s=u($n(this,16),29),s||(bn(),Qp)),n),69),h.wk().zk(this,Su(this),n-ur((bn(),Qp)),e,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r);case 5:return ch(this,null,5,r)}return o=u(Tn((s=u($n(this,16),29),s||(bn(),Qp)),n),69),o.wk().Ak(this,Su(this),n-ur((bn(),Qp)),e,r)},l.Wh=function(e){var n;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return this.d!=0;case 3:return!!this.b;case 4:return this.c!=null;case 5:return!!(this.Db>>16==5&&u(this.Cb,685))}return _h(this,e-ur((bn(),Qp)),Tn((n=u($n(this,16),29),n||Qp),e))},l.bi=function(e,n){var r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:wu(this,Gr(n));return;case 2:Ust(this,u(n,17).a);return;case 3:p1e(this,u(n,2039));return;case 4:Kst(this,Gr(n));return}Ih(this,e-ur((bn(),Qp)),Tn((r=u($n(this,16),29),r||Qp),e),n)},l.ii=function(){return bn(),Qp},l.ki=function(e){var n;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:wu(this,null);return;case 2:Ust(this,0);return;case 3:p1e(this,null);return;case 4:Kst(this,null);return}Dh(this,e-ur((bn(),Qp)),Tn((n=u($n(this,16),29),n||Qp),e))},l.Ib=function(){var e;return e=this.c,e??this.zb},l.b=null,l.c=null,l.d=0,D(jn,"EEnumLiteralImpl",582);var R_n=us(jn,"EFactoryImpl/InternalEDateTimeFormat");M(498,1,{2114:1},kD),D(jn,"EFactoryImpl/1ClientInternalEDateTimeFormat",498),M(248,120,{110:1,94:1,93:1,89:1,58:1,114:1,54:1,99:1,248:1,119:1,120:1},um),l.Ch=function(e,n,r){var s;return r=ch(this,e,n,r),this.e&&At(e,179)&&(s=GH(this,this.e),s!=this.c&&(r=$7(this,s,r))),r},l.Lh=function(e,n,r){var s;switch(e){case 0:return this.f;case 1:return!this.d&&(this.d=new Ns(So,this,1)),this.d;case 2:return n?sV(this):this.c;case 3:return this.b;case 4:return this.e;case 5:return n?sot(this):this.a}return Ah(this,e-ur((bn(),Ov)),Tn((s=u($n(this,16),29),s||Ov),e),n,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return cue(this,null,r);case 1:return!this.d&&(this.d=new Ns(So,this,1)),no(this.d,e,r);case 3:return uue(this,null,r)}return o=u(Tn((s=u($n(this,16),29),s||(bn(),Ov)),n),69),o.wk().Ak(this,Su(this),n-ur((bn(),Ov)),e,r)},l.Wh=function(e){var n;switch(e){case 0:return!!this.f;case 1:return!!this.d&&this.d.i!=0;case 2:return!!this.c;case 3:return!!this.b;case 4:return!!this.e;case 5:return!!this.a}return _h(this,e-ur((bn(),Ov)),Tn((n=u($n(this,16),29),n||Ov),e))},l.bi=function(e,n){var r;switch(e){case 0:Fhe(this,u(n,89));return;case 1:!this.d&&(this.d=new Ns(So,this,1)),Lr(this.d),!this.d&&(this.d=new Ns(So,this,1)),bs(this.d,u(n,16));return;case 3:Axt(this,u(n,89));return;case 4:Kxt(this,u(n,850));return;case 5:GE(this,u(n,142));return}Ih(this,e-ur((bn(),Ov)),Tn((r=u($n(this,16),29),r||Ov),e),n)},l.ii=function(){return bn(),Ov},l.ki=function(e){var n;switch(e){case 0:Fhe(this,null);return;case 1:!this.d&&(this.d=new Ns(So,this,1)),Lr(this.d);return;case 3:Axt(this,null);return;case 4:Kxt(this,null);return;case 5:GE(this,null);return}Dh(this,e-ur((bn(),Ov)),Tn((n=u($n(this,16),29),n||Ov),e))},l.Ib=function(){var e;return e=new Jl(qf(this)),e.a+=" (expression: ",dct(this,e),e.a+=")",e.a};var LIt;D(jn,"EGenericTypeImpl",248),M(2067,2062,dU),l.Gi=function(e,n){qJt(this,e,n)},l.Wk=function(e,n){return qJt(this,this.gc(),e),n},l.$i=function(e){return Nh(this.pj(),e)},l.Ii=function(){return this.Ji()},l.pj=function(){return new FGt(this)},l.Ji=function(){return this.Ki(0)},l.Ki=function(e){return this.pj().fd(e)},l.Xk=function(e,n){return Ky(this,e,!0),n},l.Ti=function(e,n){var r,s;return s=bot(this,n),r=this.fd(e),r.Rb(s),s},l.Ui=function(e,n){var r;Ky(this,n,!0),r=this.fd(e),r.Rb(n)},D(Zi,"AbstractSequentialInternalEList",2067),M(495,2067,dU,ZD),l.$i=function(e){return Nh(this.pj(),e)},l.Ii=function(){return this.b==null?(gp(),gp(),zN):this.sl()},l.pj=function(){return new oQt(this.a,this.b)},l.Ji=function(){return this.b==null?(gp(),gp(),zN):this.sl()},l.Ki=function(e){var n,r;if(this.b==null){if(e<0||e>1)throw nt(new No(ZS+e+", size=0"));return gp(),gp(),zN}for(r=this.sl(),n=0;n<e;++n)Xq(r);return r},l.dc=function(){var e,n,r,s,o,h;if(this.b!=null){for(r=0;r<this.b.length;++r)if(e=this.b[r],!this.vl()||this.a.Xh(e)){if(h=this.a.Nh(e,!1),bo(),u(e,69).xk()){for(n=u(h,160),s=0,o=n.gc();s<o;++s)if(bee(n.Tl(s))&&n.Ul(s)!=null)return!1}else if(e.Jk()){if(!u(h,16).dc())return!1}else if(h!=null)return!1}}return!0},l.Kc=function(){return w4t(this)},l.fd=function(e){var n,r;if(this.b==null){if(e!=0)throw nt(new No(ZS+e+", size=0"));return gp(),gp(),zN}for(r=this.ul()?this.tl():this.sl(),n=0;n<e;++n)Xq(r);return r},l.Ti=function(e,n){throw nt(new Vr)},l.Ui=function(e,n){throw nt(new Vr)},l.sl=function(){return new oz(this.a,this.b)},l.tl=function(){return new Rmt(this.a,this.b)},l.ul=function(){return!0},l.gc=function(){var e,n,r,s,o,h,d;if(o=0,this.b!=null){for(r=0;r<this.b.length;++r)if(e=this.b[r],!this.vl()||this.a.Xh(e))if(d=this.a.Nh(e,!1),bo(),u(e,69).xk())for(n=u(d,160),s=0,h=n.gc();s<h;++s)bee(n.Tl(s))&&n.Ul(s)!=null&&++o;else e.Jk()?o+=u(d,16).gc():d!=null&&++o}return o},l.vl=function(){return!0};var Xdt;D(Zi,"EContentsEList",495),M(1177,495,dU,_Jt),l.sl=function(){return new AJt(this.a,this.b)},l.tl=function(){return new SJt(this.a,this.b)},l.vl=function(){return!1},D(jn,"ENamedElementImpl/1",1177),M(287,1,gU,oz),l.Nb=function(e){Da(this,e)},l.Rb=function(e){throw nt(new Vr)},l.wl=function(e){if(this.g!=0||this.e)throw nt(new Fo("Iterator already in use or already filtered"));this.e=e},l.Ob=function(){var e,n,r,s,o,h;switch(this.g){case 3:case 2:return!0;case 1:return!1;case-3:this.p?this.p.Pb():++this.n;default:if(!this.k||(this.p?!Lfe(this,this.p):!v1e(this))){for(;this.d<this.c.length;)if(n=this.c[this.d++],(!this.e||n.pk()!=WT||n.Lj()!=0)&&(!this.vl()||this.b.Xh(n))){if(h=this.b.Nh(n,this.ul()),this.f=(bo(),u(n,69).xk()),this.f||n.Jk()){if(this.ul()?(s=u(h,15),this.k=s):(s=u(h,71),this.k=this.j=s),At(this.k,59)?(this.p=null,this.o=this.k.gc(),this.n=0):this.p=this.j?this.j.Ji():this.k.ed(),this.p?Lfe(this,this.p):v1e(this))return o=this.p?this.p.Pb():this.j?this.j.$i(this.n++):this.k.Xb(this.n++),this.f?(e=u(o,76),e.Lk(),r=e.md(),this.i=r):(r=o,this.i=r),this.g=3,!0}else if(h!=null)return this.k=null,this.p=null,r=h,this.i=r,this.g=2,!0}return this.k=null,this.p=null,this.f=!1,this.g=1,!1}else return o=this.p?this.p.Pb():this.j?this.j.$i(this.n++):this.k.Xb(this.n++),this.f?(e=u(o,76),e.Lk(),r=e.md(),this.i=r):(r=o,this.i=r),this.g=3,!0}},l.Sb=function(){var e,n,r,s,o,h;switch(this.g){case-3:case-2:return!0;case-1:return!1;case 3:this.p?this.p.Ub():--this.n;default:if(!this.k||(this.p?!Mfe(this,this.p):!qfe(this))){for(;this.d>0;)if(n=this.c[--this.d],(!this.e||n.pk()!=WT||n.Lj()!=0)&&(!this.vl()||this.b.Xh(n))){if(h=this.b.Nh(n,this.ul()),this.f=(bo(),u(n,69).xk()),this.f||n.Jk()){if(this.ul()?(s=u(h,15),this.k=s):(s=u(h,71),this.k=this.j=s),At(this.k,59)?(this.o=this.k.gc(),this.n=this.o):this.p=this.j?this.j.Ki(this.k.gc()):this.k.fd(this.k.gc()),this.p?Mfe(this,this.p):qfe(this))return o=this.p?this.p.Ub():this.j?this.j.$i(--this.n):this.k.Xb(--this.n),this.f?(e=u(o,76),e.Lk(),r=e.md(),this.i=r):(r=o,this.i=r),this.g=-3,!0}else if(h!=null)return this.k=null,this.p=null,r=h,this.i=r,this.g=-2,!0}return this.k=null,this.p=null,this.g=-1,!1}else return o=this.p?this.p.Ub():this.j?this.j.$i(--this.n):this.k.Xb(--this.n),this.f?(e=u(o,76),e.Lk(),r=e.md(),this.i=r):(r=o,this.i=r),this.g=-3,!0}},l.Pb=function(){return Xq(this)},l.Tb=function(){return this.a},l.Ub=function(){var e;if(this.g<-1||this.Sb())return--this.a,this.g=0,e=this.i,this.Sb(),e;throw nt(new ac)},l.Vb=function(){return this.a-1},l.Qb=function(){throw nt(new Vr)},l.ul=function(){return!1},l.Wb=function(e){throw nt(new Vr)},l.vl=function(){return!0},l.a=0,l.d=0,l.f=!1,l.g=0,l.n=0,l.o=0;var zN;D(Zi,"EContentsEList/FeatureIteratorImpl",287),M(711,287,gU,Rmt),l.ul=function(){return!0},D(Zi,"EContentsEList/ResolvingFeatureIteratorImpl",711),M(1178,711,gU,SJt),l.vl=function(){return!1},D(jn,"ENamedElementImpl/1/1",1178),M(1179,287,gU,AJt),l.vl=function(){return!1},D(jn,"ENamedElementImpl/1/2",1179),M(38,152,EP,Ry,bst,la,Dst,xg,jf,Q3t,ore,J3t,cre,p3t,ure,e4t,lre,b3t,hre,Z3t,fre,T_,OI,Qit,t4t,dre,w3t,gre),l.Kj=function(){return P3t(this)},l.Rj=function(){var e;return e=P3t(this),e?e.ik():null},l.hj=function(e){return this.b==-1&&this.a&&(this.b=this.c.Hh(this.a.Lj(),this.a.pk())),this.c.yh(this.b,e)},l.jj=function(){return this.c},l.Sj=function(){var e;return e=P3t(this),e?e.tk():!1},l.b=-1,D(jn,"ENotificationImpl",38),M(411,291,{110:1,94:1,93:1,155:1,197:1,58:1,62:1,114:1,480:1,54:1,99:1,158:1,411:1,291:1,119:1,120:1},Fnt),l.Ah=function(e){return yhe(this,e)},l.Lh=function(e,n,r){var s,o,h;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return Nn(),!!(this.Bb&256);case 3:return Nn(),!!(this.Bb&512);case 4:return fe(this.s);case 5:return fe(this.t);case 6:return Nn(),h=this.t,h>1||h==-1;case 7:return Nn(),o=this.s,o>=1;case 8:return n?rf(this):this.r;case 9:return this.q;case 10:return this.Db>>16==10?u(this.Cb,29):null;case 11:return!this.d&&(this.d=new Qu(Ou,this,11)),this.d;case 12:return!this.c&&(this.c=new Jt(Iv,this,12,10)),this.c;case 13:return!this.a&&(this.a=new iI(this,this)),this.a;case 14:return Al(this)}return Ah(this,e-ur((bn(),Jp)),Tn((s=u($n(this,16),29),s||Jp),e),n,r)},l.Sh=function(e,n,r){var s,o,h;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),mu(this.Ab,e,r);case 10:return this.Cb&&(r=(o=this.Db>>16,o>=0?yhe(this,r):this.Cb.Th(this,-1-o,null,r))),ch(this,e,10,r);case 12:return!this.c&&(this.c=new Jt(Iv,this,12,10)),mu(this.c,e,r)}return h=u(Tn((s=u($n(this,16),29),s||(bn(),Jp)),n),69),h.wk().zk(this,Su(this),n-ur((bn(),Jp)),e,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r);case 9:return Fit(this,r);case 10:return ch(this,null,10,r);case 11:return!this.d&&(this.d=new Qu(Ou,this,11)),no(this.d,e,r);case 12:return!this.c&&(this.c=new Jt(Iv,this,12,10)),no(this.c,e,r);case 14:return no(Al(this),e,r)}return o=u(Tn((s=u($n(this,16),29),s||(bn(),Jp)),n),69),o.wk().Ak(this,Su(this),n-ur((bn(),Jp)),e,r)},l.Wh=function(e){var n,r,s;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return(this.Bb&256)==0;case 3:return(this.Bb&512)==0;case 4:return this.s!=0;case 5:return this.t!=1;case 6:return s=this.t,s>1||s==-1;case 7:return r=this.s,r>=1;case 8:return!!this.r&&!this.q.e&&Mm(this.q).i==0;case 9:return!!this.q&&!(this.r&&!this.q.e&&Mm(this.q).i==0);case 10:return!!(this.Db>>16==10&&u(this.Cb,29));case 11:return!!this.d&&this.d.i!=0;case 12:return!!this.c&&this.c.i!=0;case 13:return!!this.a&&Al(this.a.a).i!=0&&!(this.b&&rot(this.b));case 14:return!!this.b&&rot(this.b)}return _h(this,e-ur((bn(),Jp)),Tn((n=u($n(this,16),29),n||Jp),e))},l.bi=function(e,n){var r,s;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:wu(this,Gr(n));return;case 2:Ap(this,Ie(De(n)));return;case 3:Lp(this,Ie(De(n)));return;case 4:Tp(this,u(n,17).a);return;case 5:Hy(this,u(n,17).a);return;case 8:rw(this,u(n,142));return;case 9:s=sd(this,u(n,89),null),s&&s.oj();return;case 11:!this.d&&(this.d=new Qu(Ou,this,11)),Lr(this.d),!this.d&&(this.d=new Qu(Ou,this,11)),bs(this.d,u(n,16));return;case 12:!this.c&&(this.c=new Jt(Iv,this,12,10)),Lr(this.c),!this.c&&(this.c=new Jt(Iv,this,12,10)),bs(this.c,u(n,16));return;case 13:!this.a&&(this.a=new iI(this,this)),LS(this.a),!this.a&&(this.a=new iI(this,this)),bs(this.a,u(n,16));return;case 14:Lr(Al(this)),bs(Al(this),u(n,16));return}Ih(this,e-ur((bn(),Jp)),Tn((r=u($n(this,16),29),r||Jp),e),n)},l.ii=function(){return bn(),Jp},l.ki=function(e){var n,r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:wu(this,null);return;case 2:Ap(this,!0);return;case 3:Lp(this,!0);return;case 4:Tp(this,0);return;case 5:Hy(this,1);return;case 8:rw(this,null);return;case 9:r=sd(this,null,null),r&&r.oj();return;case 11:!this.d&&(this.d=new Qu(Ou,this,11)),Lr(this.d);return;case 12:!this.c&&(this.c=new Jt(Iv,this,12,10)),Lr(this.c);return;case 13:this.a&&LS(this.a);return;case 14:this.b&&Lr(this.b);return}Dh(this,e-ur((bn(),Jp)),Tn((n=u($n(this,16),29),n||Jp),e))},l.pi=function(){var e,n;if(this.c)for(e=0,n=this.c.i;e<n;++e)eI(Lt(this.c,e));rf(this),this.Bb|=1},D(jn,"EOperationImpl",411),M(513,756,LTt,iI),l.qj=function(e,n){hsn(this,e,u(n,142))},l.rj=function(e){Jrn(this,u(e,142))},l.xj=function(e){var n,r;return n=u(Lt(Al(this.a),e),89),r=n.c,r||(bn(),yd)},l.Cj=function(e){var n,r;return n=u(r3(Al(this.a),e),89),r=n.c,r||(bn(),yd)},l.Dj=function(e,n){return Z2n(this,e,u(n,142))},l.Li=function(){return!1},l.Ij=function(e,n,r,s,o){return null},l.sj=function(){return new OGt(this)},l.tj=function(){Lr(Al(this.a))},l.uj=function(e){return Cue(this,e)},l.vj=function(e){var n,r;for(r=e.Kc();r.Ob();)if(n=r.Pb(),!Cue(this,n))return!1;return!0},l.wj=function(e){var n,r,s;if(At(e,15)&&(s=u(e,15),s.gc()==Al(this.a).i)){for(n=s.Kc(),r=new Zn(this);n.Ob();)if($t(n.Pb())!==$t(sr(r)))return!1;return!0}return!1},l.yj=function(){var e,n,r,s,o;for(r=1,n=new Zn(Al(this.a));n.e!=n.i.gc();)e=u(sr(n),89),s=(o=e.c,o||(bn(),yd)),r=31*r+(s?Hi(s):0);return r},l.zj=function(e){var n,r,s,o;for(s=0,r=new Zn(Al(this.a));r.e!=r.i.gc();){if(n=u(sr(r),89),$t(e)===$t((o=n.c,o||(bn(),yd))))return s;++s}return-1},l.Aj=function(){return Al(this.a).i==0},l.Bj=function(){return null},l.Ej=function(){return Al(this.a).i},l.Fj=function(){var e,n,r,s,o,h;for(h=Al(this.a).i,o=Vt(sa,Ln,1,h,5,1),r=0,n=new Zn(Al(this.a));n.e!=n.i.gc();)e=u(sr(n),89),o[r++]=(s=e.c,s||(bn(),yd));return o},l.Gj=function(e){var n,r,s,o,h,d,m;for(m=Al(this.a).i,e.length<m&&(o=VI(Gl(e).c,m),e=o),e.length>m&&hs(e,m,null),s=0,r=new Zn(Al(this.a));r.e!=r.i.gc();)n=u(sr(r),89),h=(d=n.c,d||(bn(),yd)),hs(e,s++,h);return e},l.Hj=function(){var e,n,r,s,o;for(o=new hp,o.a+="[",e=Al(this.a),n=0,s=Al(this.a).i;n<s;)Lo(o,d_((r=u(Lt(e,n),89).c,r||(bn(),yd)))),++n<s&&(o.a+=ro);return o.a+="]",o.a},l.Jj=function(e){},l.Lj=function(){return 13},l.kl=function(){return!0},l.Mj=function(){return!1},l.ll=function(){return!1},l.ml=function(){return!1},l.nl=function(){return!0},l.al=function(){return!1},l.ol=function(){return!0},l.fk=function(e){return At(e,142)},l.Qj=function(){return Ofn(this.a)},l.Si=function(){return!0},l.Yi=function(){return!0},D(jn,"EOperationImpl/1",513),M(1376,2062,U7,OGt),l.fd=function(e){return UI(this.a,e)},l.gc=function(){return Al(this.a.a).i},D(jn,"EOperationImpl/1/1",1376),M(1377,555,nc,Mte),l.Ti=function(e,n){var r,s;return r=u(nS(this,e,n),89),zl(this.e)&&cE(this,new OI(this.a,7,(bn(),rTe),fe(n),(s=r.c,s||yd),e)),r},l.Uj=function(e,n){return pbn(this,u(e,89),n)},l.Vj=function(e,n){return gbn(this,u(e,89),n)},l.Wj=function(e,n,r){return fwn(this,u(e,89),u(n,89),r)},l.Ij=function(e,n,r,s,o){switch(e){case 3:return D_(this,e,n,r,s,this.i>1);case 5:return D_(this,e,n,r,s,this.i-u(r,15).gc()>0);default:return new xg(this.e,e,this.c,n,r,s,!0)}},l.Tj=function(){return!0},l.Qj=function(){return rot(this)},l.Gk=function(){Lr(this)},D(jn,"EOperationImpl/2",1377),M(507,1,{2037:1,507:1},VXt),D(jn,"EPackageImpl/1",507),M(14,83,nc,Jt),l.il=function(){return this.d},l.jl=function(){return this.b},l.ml=function(){return!0},l.b=0,D(Zi,"EObjectContainmentWithInverseEList",14),M(365,14,nc,R6),l.nl=function(){return!0},l.Wi=function(e,n){return wk(this,e,u(n,58))},D(Zi,"EObjectContainmentWithInverseEList/Resolving",365),M(307,365,nc,Iy),l.Ni=function(){this.a.tb=null},D(jn,"EPackageImpl/2",307),M(1278,1,{},tD),D(jn,"EPackageImpl/3",1278),M(733,45,y5,$2t),l._b=function(e){return pa(e)?Zit(this,e):!!yo(this.f,e)},D(jn,"EPackageRegistryImpl",733),M(518,291,{110:1,94:1,93:1,155:1,197:1,58:1,2116:1,114:1,480:1,54:1,99:1,158:1,518:1,291:1,119:1,120:1},Bnt),l.Ah=function(e){return xhe(this,e)},l.Lh=function(e,n,r){var s,o,h;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return Nn(),!!(this.Bb&256);case 3:return Nn(),!!(this.Bb&512);case 4:return fe(this.s);case 5:return fe(this.t);case 6:return Nn(),h=this.t,h>1||h==-1;case 7:return Nn(),o=this.s,o>=1;case 8:return n?rf(this):this.r;case 9:return this.q;case 10:return this.Db>>16==10?u(this.Cb,62):null}return Ah(this,e-ur((bn(),K3)),Tn((s=u($n(this,16),29),s||K3),e),n,r)},l.Sh=function(e,n,r){var s,o,h;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),mu(this.Ab,e,r);case 10:return this.Cb&&(r=(o=this.Db>>16,o>=0?xhe(this,r):this.Cb.Th(this,-1-o,null,r))),ch(this,e,10,r)}return h=u(Tn((s=u($n(this,16),29),s||(bn(),K3)),n),69),h.wk().zk(this,Su(this),n-ur((bn(),K3)),e,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r);case 9:return Fit(this,r);case 10:return ch(this,null,10,r)}return o=u(Tn((s=u($n(this,16),29),s||(bn(),K3)),n),69),o.wk().Ak(this,Su(this),n-ur((bn(),K3)),e,r)},l.Wh=function(e){var n,r,s;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return(this.Bb&256)==0;case 3:return(this.Bb&512)==0;case 4:return this.s!=0;case 5:return this.t!=1;case 6:return s=this.t,s>1||s==-1;case 7:return r=this.s,r>=1;case 8:return!!this.r&&!this.q.e&&Mm(this.q).i==0;case 9:return!!this.q&&!(this.r&&!this.q.e&&Mm(this.q).i==0);case 10:return!!(this.Db>>16==10&&u(this.Cb,62))}return _h(this,e-ur((bn(),K3)),Tn((n=u($n(this,16),29),n||K3),e))},l.ii=function(){return bn(),K3},D(jn,"EParameterImpl",518),M(102,461,{110:1,94:1,93:1,155:1,197:1,58:1,19:1,179:1,69:1,114:1,480:1,54:1,99:1,158:1,102:1,461:1,291:1,119:1,120:1,692:1},Hmt),l.Lh=function(e,n,r){var s,o,h,d;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return Nn(),!!(this.Bb&256);case 3:return Nn(),!!(this.Bb&512);case 4:return fe(this.s);case 5:return fe(this.t);case 6:return Nn(),d=this.t,d>1||d==-1;case 7:return Nn(),o=this.s,o>=1;case 8:return n?rf(this):this.r;case 9:return this.q;case 10:return Nn(),!!(this.Bb&Uf);case 11:return Nn(),!!(this.Bb&b3);case 12:return Nn(),!!(this.Bb&u3);case 13:return this.j;case 14:return I7(this);case 15:return Nn(),!!(this.Bb&al);case 16:return Nn(),!!(this.Bb&Wd);case 17:return Ny(this);case 18:return Nn(),!!(this.Bb&Pc);case 19:return Nn(),h=wo(this),!!(h&&h.Bb&Pc);case 20:return Nn(),!!(this.Bb&fo);case 21:return n?wo(this):this.b;case 22:return n?$4t(this):Rie(this);case 23:return!this.a&&(this.a=new H4(V3,this,23)),this.a}return Ah(this,e-ur((bn(),lx)),Tn((s=u($n(this,16),29),s||lx),e),n,r)},l.Wh=function(e){var n,r,s,o;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return(this.Bb&256)==0;case 3:return(this.Bb&512)==0;case 4:return this.s!=0;case 5:return this.t!=1;case 6:return o=this.t,o>1||o==-1;case 7:return r=this.s,r>=1;case 8:return!!this.r&&!this.q.e&&Mm(this.q).i==0;case 9:return!!this.q&&!(this.r&&!this.q.e&&Mm(this.q).i==0);case 10:return(this.Bb&Uf)==0;case 11:return(this.Bb&b3)!=0;case 12:return(this.Bb&u3)!=0;case 13:return this.j!=null;case 14:return I7(this)!=null;case 15:return(this.Bb&al)!=0;case 16:return(this.Bb&Wd)!=0;case 17:return!!Ny(this);case 18:return(this.Bb&Pc)!=0;case 19:return s=wo(this),!!s&&(s.Bb&Pc)!=0;case 20:return(this.Bb&fo)==0;case 21:return!!this.b;case 22:return!!Rie(this);case 23:return!!this.a&&this.a.i!=0}return _h(this,e-ur((bn(),lx)),Tn((n=u($n(this,16),29),n||lx),e))},l.bi=function(e,n){var r,s;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:ust(this,Gr(n));return;case 2:Ap(this,Ie(De(n)));return;case 3:Lp(this,Ie(De(n)));return;case 4:Tp(this,u(n,17).a);return;case 5:Hy(this,u(n,17).a);return;case 8:rw(this,u(n,142));return;case 9:s=sd(this,u(n,89),null),s&&s.oj();return;case 10:p7(this,Ie(De(n)));return;case 11:m7(this,Ie(De(n)));return;case 12:b7(this,Ie(De(n)));return;case 13:Zwt(this,Gr(n));return;case 15:w7(this,Ie(De(n)));return;case 16:v7(this,Ie(De(n)));return;case 18:Ihn(this,Ie(De(n)));return;case 20:m5t(this,Ie(De(n)));return;case 21:b4t(this,u(n,19));return;case 23:!this.a&&(this.a=new H4(V3,this,23)),Lr(this.a),!this.a&&(this.a=new H4(V3,this,23)),bs(this.a,u(n,16));return}Ih(this,e-ur((bn(),lx)),Tn((r=u($n(this,16),29),r||lx),e),n)},l.ii=function(){return bn(),lx},l.ki=function(e){var n,r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:At(this.Cb,90)&&t3(Sl(u(this.Cb,90)),4),wu(this,null);return;case 2:Ap(this,!0);return;case 3:Lp(this,!0);return;case 4:Tp(this,0);return;case 5:Hy(this,1);return;case 8:rw(this,null);return;case 9:r=sd(this,null,null),r&&r.oj();return;case 10:p7(this,!0);return;case 11:m7(this,!1);return;case 12:b7(this,!1);return;case 13:this.i=null,zq(this,null);return;case 15:w7(this,!1);return;case 16:v7(this,!1);return;case 18:w5t(this,!1),At(this.Cb,90)&&t3(Sl(u(this.Cb,90)),2);return;case 20:m5t(this,!0);return;case 21:b4t(this,null);return;case 23:!this.a&&(this.a=new H4(V3,this,23)),Lr(this.a);return}Dh(this,e-ur((bn(),lx)),Tn((n=u($n(this,16),29),n||lx),e))},l.pi=function(){$4t(this),NE(Ro((rl(),Fa),this)),rf(this),this.Bb|=1},l.uk=function(){return wo(this)},l._k=function(){var e;return e=wo(this),!!e&&(e.Bb&Pc)!=0},l.al=function(){return(this.Bb&Pc)!=0},l.bl=function(){return(this.Bb&fo)!=0},l.Yk=function(e,n){return this.c=null,o5t(this,e,n)},l.Ib=function(){var e;return this.Db&64?nV(this):(e=new Jh(nV(this)),e.a+=" (containment: ",fp(e,(this.Bb&Pc)!=0),e.a+=", resolveProxies: ",fp(e,(this.Bb&fo)!=0),e.a+=")",e.a)},D(jn,"EReferenceImpl",102),M(561,120,{110:1,44:1,94:1,93:1,136:1,58:1,114:1,54:1,99:1,561:1,119:1,120:1},d1),l.Fb=function(e){return this===e},l.ld=function(){return this.b},l.md=function(){return this.c},l.Hb=function(){return km(this)},l.Di=function(e){Bcn(this,Gr(e))},l.nd=function(e){return kcn(this,Gr(e))},l.Lh=function(e,n,r){var s;switch(e){case 0:return this.b;case 1:return this.c}return Ah(this,e-ur((bn(),po)),Tn((s=u($n(this,16),29),s||po),e),n,r)},l.Wh=function(e){var n;switch(e){case 0:return this.b!=null;case 1:return this.c!=null}return _h(this,e-ur((bn(),po)),Tn((n=u($n(this,16),29),n||po),e))},l.bi=function(e,n){var r;switch(e){case 0:Rcn(this,Gr(n));return;case 1:d4t(this,Gr(n));return}Ih(this,e-ur((bn(),po)),Tn((r=u($n(this,16),29),r||po),e),n)},l.ii=function(){return bn(),po},l.ki=function(e){var n;switch(e){case 0:f4t(this,null);return;case 1:d4t(this,null);return}Dh(this,e-ur((bn(),po)),Tn((n=u($n(this,16),29),n||po),e))},l.Bi=function(){var e;return this.a==-1&&(e=this.b,this.a=e==null?0:Cp(e)),this.a},l.Ci=function(e){this.a=e},l.Ib=function(){var e;return this.Db&64?qf(this):(e=new Jh(qf(this)),e.a+=" (key: ",Lo(e,this.b),e.a+=", value: ",Lo(e,this.c),e.a+=")",e.a)},l.a=-1,l.b=null,l.c=null;var Sc=D(jn,"EStringToStringMapEntryImpl",561),uTe=us(Zi,"FeatureMap/Entry/Internal");M(576,1,pU),l.xl=function(e){return this.yl(u(e,54))},l.yl=function(e){return this.xl(e)},l.Fb=function(e){var n,r;return this===e?!0:At(e,76)?(n=u(e,76),n.Lk()==this.c?(r=this.md(),r==null?n.md()==null:Ci(r,n.md())):!1):!1},l.Lk=function(){return this.c},l.Hb=function(){var e;return e=this.md(),Hi(this.c)^(e==null?0:Hi(e))},l.Ib=function(){var e,n;return e=this.c,n=nh(e.qk()).yi(),e.xe(),(n!=null&&n.length!=0?n+":"+e.xe():e.xe())+"="+this.md()},D(jn,"EStructuralFeatureImpl/BasicFeatureMapEntry",576),M(791,576,pU,Jmt),l.yl=function(e){return new Jmt(this.c,e)},l.md=function(){return this.a},l.zl=function(e,n,r){return xgn(this,e,this.a,n,r)},l.Al=function(e,n,r){return kgn(this,e,this.a,n,r)},D(jn,"EStructuralFeatureImpl/ContainmentUpdatingFeatureMapEntry",791),M(1350,1,{},UXt),l.yk=function(e,n,r,s,o){var h;return h=u(qE(e,this.b),220),h.Yl(this.a).Fk(s)},l.zk=function(e,n,r,s,o){var h;return h=u(qE(e,this.b),220),h.Pl(this.a,s,o)},l.Ak=function(e,n,r,s,o){var h;return h=u(qE(e,this.b),220),h.Ql(this.a,s,o)},l.Bk=function(e,n,r){var s;return s=u(qE(e,this.b),220),s.Yl(this.a).Qj()},l.Ck=function(e,n,r,s){var o;o=u(qE(e,this.b),220),o.Yl(this.a).Wb(s)},l.Dk=function(e,n,r){return u(qE(e,this.b),220).Yl(this.a)},l.Ek=function(e,n,r){var s;s=u(qE(e,this.b),220),s.Yl(this.a).Gk()},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateFeatureMapDelegator",1350),M(91,1,{},bp,V2,mp,Y2),l.yk=function(e,n,r,s,o){var h;if(h=n.li(r),h==null&&n.mi(r,h=gV(this,e)),!o)switch(this.e){case 50:case 41:return u(h,597).bk();case 40:return u(h,220).Vl()}return h},l.zk=function(e,n,r,s,o){var h,d;return d=n.li(r),d==null&&n.mi(r,d=gV(this,e)),h=u(d,71).Wk(s,o),h},l.Ak=function(e,n,r,s,o){var h;return h=n.li(r),h!=null&&(o=u(h,71).Xk(s,o)),o},l.Bk=function(e,n,r){var s;return s=n.li(r),s!=null&&u(s,79).Qj()},l.Ck=function(e,n,r,s){var o;o=u(n.li(r),79),!o&&n.mi(r,o=gV(this,e)),o.Wb(s)},l.Dk=function(e,n,r){var s,o;return o=n.li(r),o==null&&n.mi(r,o=gV(this,e)),At(o,79)?u(o,79):(s=u(n.li(r),15),new PGt(s))},l.Ek=function(e,n,r){var s;s=u(n.li(r),79),!s&&n.mi(r,s=gV(this,e)),s.Gk()},l.b=0,l.e=0,D(jn,"EStructuralFeatureImpl/InternalSettingDelegateMany",91),M(512,1,{}),l.zk=function(e,n,r,s,o){throw nt(new Vr)},l.Ak=function(e,n,r,s,o){throw nt(new Vr)},l.Dk=function(e,n,r){return new Hee(this,e,n,r)};var W0;D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingle",512),M(1367,1,Jlt,Hee),l.Fk=function(e){return this.a.yk(this.c,this.d,this.b,e,!0)},l.Qj=function(){return this.a.Bk(this.c,this.d,this.b)},l.Wb=function(e){this.a.Ck(this.c,this.d,this.b,e)},l.Gk=function(){this.a.Ek(this.c,this.d,this.b)},l.b=0,D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingle/1",1367),M(784,512,{},$yt),l.yk=function(e,n,r,s,o){return Zot(e,e.Ph(),e.Fh())==this.b?this.bl()&&s?jot(e):e.Ph():null},l.zk=function(e,n,r,s,o){var h,d;return e.Ph()&&(o=(h=e.Fh(),h>=0?e.Ah(o):e.Ph().Th(e,-1-h,null,o))),d=ss(e.Dh(),this.e),e.Ch(s,d,o)},l.Ak=function(e,n,r,s,o){var h;return h=ss(e.Dh(),this.e),e.Ch(null,h,o)},l.Bk=function(e,n,r){var s;return s=ss(e.Dh(),this.e),!!e.Ph()&&e.Fh()==s},l.Ck=function(e,n,r,s){var o,h,d,m,k;if(s!=null&&!rct(this.a,s))throw nt(new uE(bU+(At(s,58)?Sxt(u(s,58).Dh()):K3t(Gl(s)))+wU+this.a+"'"));if(o=e.Ph(),d=ss(e.Dh(),this.e),$t(s)!==$t(o)||e.Fh()!=d&&s!=null){if(T7(e,u(s,58)))throw nt(new zn(QS+e.Ib()));k=null,o&&(k=(h=e.Fh(),h>=0?e.Ah(k):e.Ph().Th(e,-1-h,null,k))),m=u(s,54),m&&(k=m.Rh(e,ss(m.Dh(),this.b),null,k)),k=e.Ch(m,d,k),k&&k.oj()}else e.vh()&&e.wh()&&Ti(e,new la(e,1,d,s,s))},l.Ek=function(e,n,r){var s,o,h,d;s=e.Ph(),s?(d=(o=e.Fh(),o>=0?e.Ah(null):e.Ph().Th(e,-1-o,null,null)),h=ss(e.Dh(),this.e),d=e.Ch(null,h,d),d&&d.oj()):e.vh()&&e.wh()&&Ti(e,new T_(e,1,this.e,null,null))},l.bl=function(){return!1},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleContainer",784),M(1351,784,{},OZt),l.bl=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleContainerResolving",1351),M(574,512,{}),l.yk=function(e,n,r,s,o){var h;return h=n.li(r),h==null?this.b:$t(h)===$t(W0)?null:h},l.Bk=function(e,n,r){var s;return s=n.li(r),s!=null&&($t(s)===$t(W0)||!Ci(s,this.b))},l.Ck=function(e,n,r,s){var o,h;e.vh()&&e.wh()?(o=(h=n.li(r),h==null?this.b:$t(h)===$t(W0)?null:h),s==null?this.c!=null?(n.mi(r,null),s=this.b):this.b!=null?n.mi(r,W0):n.mi(r,null):(this.Bl(s),n.mi(r,s)),Ti(e,this.d.Cl(e,1,this.e,o,s))):s==null?this.c!=null?n.mi(r,null):this.b!=null?n.mi(r,W0):n.mi(r,null):(this.Bl(s),n.mi(r,s))},l.Ek=function(e,n,r){var s,o;e.vh()&&e.wh()?(s=(o=n.li(r),o==null?this.b:$t(o)===$t(W0)?null:o),n.ni(r),Ti(e,this.d.Cl(e,1,this.e,s,this.b))):n.ni(r)},l.Bl=function(e){throw nt(new UGt)},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleData",574),M(M5,1,{},eD),l.Cl=function(e,n,r,s,o){return new T_(e,n,r,s,o)},l.Dl=function(e,n,r,s,o,h){return new Qit(e,n,r,s,o,h)};var MIt,DIt,IIt,OIt,PIt,NIt,FIt,Qdt,BIt;D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleData/NotificationCreator",M5),M(1368,M5,{},nD),l.Cl=function(e,n,r,s,o){return new w3t(e,n,r,Ie(De(s)),Ie(De(o)))},l.Dl=function(e,n,r,s,o,h){return new gre(e,n,r,Ie(De(s)),Ie(De(o)),h)},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleData/NotificationCreator/1",1368),M(1369,M5,{},o6),l.Cl=function(e,n,r,s,o){return new Q3t(e,n,r,u(s,222).a,u(o,222).a)},l.Dl=function(e,n,r,s,o,h){return new ore(e,n,r,u(s,222).a,u(o,222).a,h)},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleData/NotificationCreator/2",1369),M(1370,M5,{},Ktt),l.Cl=function(e,n,r,s,o){return new J3t(e,n,r,u(s,180).a,u(o,180).a)},l.Dl=function(e,n,r,s,o,h){return new cre(e,n,r,u(s,180).a,u(o,180).a,h)},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleData/NotificationCreator/3",1370),M(1371,M5,{},Wtt),l.Cl=function(e,n,r,s,o){return new p3t(e,n,r,Rt(Ht(s)),Rt(Ht(o)))},l.Dl=function(e,n,r,s,o,h){return new ure(e,n,r,Rt(Ht(s)),Rt(Ht(o)),h)},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleData/NotificationCreator/4",1371),M(1372,M5,{},Ytt),l.Cl=function(e,n,r,s,o){return new e4t(e,n,r,u(s,161).a,u(o,161).a)},l.Dl=function(e,n,r,s,o,h){return new lre(e,n,r,u(s,161).a,u(o,161).a,h)},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleData/NotificationCreator/5",1372),M(1373,M5,{},Xtt),l.Cl=function(e,n,r,s,o){return new b3t(e,n,r,u(s,17).a,u(o,17).a)},l.Dl=function(e,n,r,s,o,h){return new hre(e,n,r,u(s,17).a,u(o,17).a,h)},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleData/NotificationCreator/6",1373),M(1374,M5,{},gy),l.Cl=function(e,n,r,s,o){return new Z3t(e,n,r,u(s,168).a,u(o,168).a)},l.Dl=function(e,n,r,s,o,h){return new fre(e,n,r,u(s,168).a,u(o,168).a,h)},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleData/NotificationCreator/7",1374),M(1375,M5,{},KR),l.Cl=function(e,n,r,s,o){return new t4t(e,n,r,u(s,191).a,u(o,191).a)},l.Dl=function(e,n,r,s,o,h){return new dre(e,n,r,u(s,191).a,u(o,191).a,h)},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleData/NotificationCreator/8",1375),M(1353,574,{},Vee),l.Bl=function(e){if(!this.a.fk(e))throw nt(new uE(bU+Gl(e)+wU+this.a+"'"))},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleDataDynamic",1353),M(1354,574,{},Dte),l.Bl=function(e){},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleDataStatic",1354),M(785,574,{}),l.Bk=function(e,n,r){var s;return s=n.li(r),s!=null},l.Ck=function(e,n,r,s){var o,h;e.vh()&&e.wh()?(o=!0,h=n.li(r),h==null?(o=!1,h=this.b):$t(h)===$t(W0)&&(h=null),s==null?this.c!=null?(n.mi(r,null),s=this.b):n.mi(r,W0):(this.Bl(s),n.mi(r,s)),Ti(e,this.d.Dl(e,1,this.e,h,s,!o))):s==null?this.c!=null?n.mi(r,null):n.mi(r,W0):(this.Bl(s),n.mi(r,s))},l.Ek=function(e,n,r){var s,o;e.vh()&&e.wh()?(s=!0,o=n.li(r),o==null?(s=!1,o=this.b):$t(o)===$t(W0)&&(o=null),n.ni(r),Ti(e,this.d.Dl(e,2,this.e,o,this.b,s))):n.ni(r)},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleDataUnsettable",785),M(1355,785,{},Uee),l.Bl=function(e){if(!this.a.fk(e))throw nt(new uE(bU+Gl(e)+wU+this.a+"'"))},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleDataUnsettableDynamic",1355),M(1356,785,{},Ite),l.Bl=function(e){},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleDataUnsettableStatic",1356),M(410,512,{},Sz),l.yk=function(e,n,r,s,o){var h,d,m,k,T;if(T=n.li(r),this.tk()&&$t(T)===$t(W0))return null;if(this.bl()&&s&&T!=null){if(m=u(T,54),m.Vh()&&(k=Pb(e,m),m!=k)){if(!rct(this.a,k))throw nt(new uE(bU+Gl(k)+wU+this.a+"'"));n.mi(r,T=k),this.al()&&(h=u(k,54),d=m.Th(e,this.b?ss(m.Dh(),this.b):-1-ss(e.Dh(),this.e),null,null),!h.Ph()&&(d=h.Rh(e,this.b?ss(h.Dh(),this.b):-1-ss(e.Dh(),this.e),null,d)),d&&d.oj()),e.vh()&&e.wh()&&Ti(e,new T_(e,9,this.e,m,k))}return T}else return T},l.zk=function(e,n,r,s,o){var h,d;return d=n.li(r),$t(d)===$t(W0)&&(d=null),n.mi(r,s),this.Mj()?$t(d)!==$t(s)&&d!=null&&(h=u(d,54),o=h.Th(e,ss(h.Dh(),this.b),null,o)):this.al()&&d!=null&&(o=u(d,54).Th(e,-1-ss(e.Dh(),this.e),null,o)),e.vh()&&e.wh()&&(!o&&(o=new bb(4)),o.nj(new T_(e,1,this.e,d,s))),o},l.Ak=function(e,n,r,s,o){var h;return h=n.li(r),$t(h)===$t(W0)&&(h=null),n.ni(r),e.vh()&&e.wh()&&(!o&&(o=new bb(4)),this.tk()?o.nj(new T_(e,2,this.e,h,null)):o.nj(new T_(e,1,this.e,h,null))),o},l.Bk=function(e,n,r){var s;return s=n.li(r),s!=null},l.Ck=function(e,n,r,s){var o,h,d,m,k;if(s!=null&&!rct(this.a,s))throw nt(new uE(bU+(At(s,58)?Sxt(u(s,58).Dh()):K3t(Gl(s)))+wU+this.a+"'"));k=n.li(r),m=k!=null,this.tk()&&$t(k)===$t(W0)&&(k=null),d=null,this.Mj()?$t(k)!==$t(s)&&(k!=null&&(o=u(k,54),d=o.Th(e,ss(o.Dh(),this.b),null,d)),s!=null&&(o=u(s,54),d=o.Rh(e,ss(o.Dh(),this.b),null,d))):this.al()&&$t(k)!==$t(s)&&(k!=null&&(d=u(k,54).Th(e,-1-ss(e.Dh(),this.e),null,d)),s!=null&&(d=u(s,54).Rh(e,-1-ss(e.Dh(),this.e),null,d))),s==null&&this.tk()?n.mi(r,W0):n.mi(r,s),e.vh()&&e.wh()?(h=new Qit(e,1,this.e,k,s,this.tk()&&!m),d?(d.nj(h),d.oj()):Ti(e,h)):d&&d.oj()},l.Ek=function(e,n,r){var s,o,h,d,m;m=n.li(r),d=m!=null,this.tk()&&$t(m)===$t(W0)&&(m=null),h=null,m!=null&&(this.Mj()?(s=u(m,54),h=s.Th(e,ss(s.Dh(),this.b),null,h)):this.al()&&(h=u(m,54).Th(e,-1-ss(e.Dh(),this.e),null,h))),n.ni(r),e.vh()&&e.wh()?(o=new Qit(e,this.tk()?2:1,this.e,m,null,d),h?(h.nj(o),h.oj()):Ti(e,o)):h&&h.oj()},l.Mj=function(){return!1},l.al=function(){return!1},l.bl=function(){return!1},l.tk=function(){return!1},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObject",410),M(575,410,{},eit),l.al=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectContainment",575),M(1359,575,{},MJt),l.bl=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectContainmentResolving",1359),M(787,575,{},jmt),l.tk=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectContainmentUnsettable",787),M(1361,787,{},DJt),l.bl=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectContainmentUnsettableResolving",1361),M(650,575,{},git),l.Mj=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectContainmentWithInverse",650),M(1360,650,{},PZt),l.bl=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectContainmentWithInverseResolving",1360),M(788,650,{},Cvt),l.tk=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettable",788),M(1362,788,{},NZt),l.bl=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettableResolving",1362),M(651,410,{},$mt),l.bl=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectResolving",651),M(1363,651,{},IJt),l.tk=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectResolvingUnsettable",1363),M(789,651,{},Evt),l.Mj=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectResolvingWithInverse",789),M(1364,789,{},FZt),l.tk=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectResolvingWithInverseUnsettable",1364),M(1357,410,{},OJt),l.tk=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectUnsettable",1357),M(786,410,{},Tvt),l.Mj=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectWithInverse",786),M(1358,786,{},BZt),l.tk=function(){return!0},D(jn,"EStructuralFeatureImpl/InternalSettingDelegateSingleEObjectWithInverseUnsettable",1358),M(790,576,pU,xyt),l.yl=function(e){return new xyt(this.a,this.c,e)},l.md=function(){return this.b},l.zl=function(e,n,r){return vdn(this,e,this.b,r)},l.Al=function(e,n,r){return ydn(this,e,this.b,r)},D(jn,"EStructuralFeatureImpl/InverseUpdatingFeatureMapEntry",790),M(1365,1,Jlt,PGt),l.Fk=function(e){return this.a},l.Qj=function(){return At(this.a,97)?u(this.a,97).Qj():!this.a.dc()},l.Wb=function(e){this.a.$b(),this.a.Gc(u(e,15))},l.Gk=function(){At(this.a,97)?u(this.a,97).Gk():this.a.$b()},D(jn,"EStructuralFeatureImpl/SettingMany",1365),M(1366,576,pU,sie),l.xl=function(e){return new iit((Fi(),yL),this.b.ri(this.a,e))},l.md=function(){return null},l.zl=function(e,n,r){return r},l.Al=function(e,n,r){return r},D(jn,"EStructuralFeatureImpl/SimpleContentFeatureMapEntry",1366),M(652,576,pU,iit),l.xl=function(e){return new iit(this.c,e)},l.md=function(){return this.a},l.zl=function(e,n,r){return r},l.Al=function(e,n,r){return r},D(jn,"EStructuralFeatureImpl/SimpleFeatureMapEntry",652),M(403,505,r0,op),l.aj=function(e){return Vt(pf,Ln,29,e,0,1)},l.Yi=function(){return!1},D(jn,"ESuperAdapter/1",403),M(456,448,{110:1,94:1,93:1,155:1,197:1,58:1,114:1,850:1,54:1,99:1,158:1,456:1,119:1,120:1},Sf),l.Lh=function(e,n,r){var s;switch(e){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),this.Ab;case 1:return this.zb;case 2:return!this.a&&(this.a=new y_(this,So,this)),this.a}return Ah(this,e-ur((bn(),Pv)),Tn((s=u($n(this,16),29),s||Pv),e),n,r)},l.Uh=function(e,n,r){var s,o;switch(n){case 0:return!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),no(this.Ab,e,r);case 2:return!this.a&&(this.a=new y_(this,So,this)),no(this.a,e,r)}return o=u(Tn((s=u($n(this,16),29),s||(bn(),Pv)),n),69),o.wk().Ak(this,Su(this),n-ur((bn(),Pv)),e,r)},l.Wh=function(e){var n;switch(e){case 0:return!!this.Ab&&this.Ab.i!=0;case 1:return this.zb!=null;case 2:return!!this.a&&this.a.i!=0}return _h(this,e-ur((bn(),Pv)),Tn((n=u($n(this,16),29),n||Pv),e))},l.bi=function(e,n){var r;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab),!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),bs(this.Ab,u(n,16));return;case 1:wu(this,Gr(n));return;case 2:!this.a&&(this.a=new y_(this,So,this)),Lr(this.a),!this.a&&(this.a=new y_(this,So,this)),bs(this.a,u(n,16));return}Ih(this,e-ur((bn(),Pv)),Tn((r=u($n(this,16),29),r||Pv),e),n)},l.ii=function(){return bn(),Pv},l.ki=function(e){var n;switch(e){case 0:!this.Ab&&(this.Ab=new Jt(oi,this,0,3)),Lr(this.Ab);return;case 1:wu(this,null);return;case 2:!this.a&&(this.a=new y_(this,So,this)),Lr(this.a);return}Dh(this,e-ur((bn(),Pv)),Tn((n=u($n(this,16),29),n||Pv),e))},D(jn,"ETypeParameterImpl",456),M(457,83,nc,y_),l.Nj=function(e,n){return Pyn(this,u(e,89),n)},l.Oj=function(e,n){return Nyn(this,u(e,89),n)},D(jn,"ETypeParameterImpl/1",457),M(647,45,y5,Rnt),l.ec=function(){return new t$(this)},D(jn,"ETypeParameterImpl/2",647),M(570,od,il,t$),l.Fc=function(e){return sZt(this,u(e,89))},l.Gc=function(e){var n,r,s;for(s=!1,r=e.Kc();r.Ob();)n=u(r.Pb(),89),di(this.a,n,"")==null&&(s=!0);return s},l.$b=function(){dl(this.a)},l.Hc=function(e){return Eu(this.a,e)},l.Kc=function(){var e;return e=new Z2(new ps(this.a).a),new e$(e)},l.Mc=function(e){return Yie(this,e)},l.gc=function(){return zC(this.a)},D(jn,"ETypeParameterImpl/2/1",570),M(571,1,ba,e$),l.Nb=function(e){Da(this,e)},l.Pb=function(){return u(Vm(this.a).ld(),89)},l.Ob=function(){return this.a.b},l.Qb=function(){iae(this.a)},D(jn,"ETypeParameterImpl/2/1/1",571),M(1329,45,y5,TKt),l._b=function(e){return pa(e)?Zit(this,e):!!yo(this.f,e)},l.xc=function(e){var n,r;return n=pa(e)?eu(this,e):Uo(yo(this.f,e)),At(n,851)?(r=u(n,851),n=r.Kk(),di(this,u(e,241),n),n):n??(e==null?(rrt(),hTe):null)},D(jn,"EValidatorRegistryImpl",1329),M(1349,720,{110:1,94:1,93:1,479:1,155:1,58:1,114:1,2040:1,54:1,99:1,158:1,119:1,120:1},WR),l.ri=function(e,n){switch(e.hk()){case 21:case 22:case 23:case 24:case 26:case 31:case 32:case 37:case 38:case 39:case 40:case 43:case 44:case 48:case 49:case 20:return n==null?null:ec(n);case 25:return D0n(n);case 27:return Udn(n);case 28:return Gdn(n);case 29:return n==null?null:FQt(gL[0],u(n,206));case 41:return n==null?"":R2(u(n,296));case 42:return ec(n);case 50:return Gr(n);default:throw nt(new zn(oT+e.xe()+hv))}},l.si=function(e){var n,r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct;switch(e.G==-1&&(e.G=(j=nh(e),j?Ip(j.vi(),e):-1)),e.G){case 0:return r=new Nnt,r;case 1:return n=new HR,n;case 2:return s=new Af,s;case 4:return o=new n$,o;case 5:return h=new EKt,h;case 6:return d=new WGt,d;case 7:return m=new gD,m;case 10:return T=new U8,T;case 11:return A=new Fnt,A;case 12:return N=new Zee,N;case 13:return U=new Bnt,U;case 14:return W=new Hmt,W;case 17:return tt=new d1,tt;case 18:return k=new um,k;case 19:return ct=new Sf,ct;default:throw nt(new zn(Flt+e.zb+hv))}},l.ti=function(e,n){switch(e.hk()){case 20:return n==null?null:new hwt(n);case 21:return n==null?null:new xb(n);case 23:case 22:return n==null?null:V2n(n);case 26:case 24:return n==null?null:$I(oh(n,-128,127)<<24>>24);case 25:return uxn(n);case 27:return Dmn(n);case 28:return Imn(n);case 29:return e3n(n);case 32:case 31:return n==null?null:Jy(n);case 38:case 37:return n==null?null:new A2t(n);case 40:case 39:return n==null?null:fe(oh(n,Va,ki));case 41:return null;case 42:return n==null,null;case 44:case 43:return n==null?null:Ag(dV(n));case 49:case 48:return n==null?null:g7(oh(n,mU,32767)<<16>>16);case 50:return n;default:throw nt(new zn(oT+e.xe()+hv))}},D(jn,"EcoreFactoryImpl",1349),M(560,184,{110:1,94:1,93:1,155:1,197:1,58:1,241:1,114:1,2038:1,54:1,99:1,158:1,184:1,560:1,119:1,120:1,690:1},Eee),l.gb=!1,l.hb=!1;var RIt,lTe=!1;D(jn,"EcorePackageImpl",560),M(1234,1,{851:1},YR),l.Kk=function(){return YQt(),fTe},D(jn,"EcorePackageImpl/1",1234),M(1243,1,fi,XR),l.fk=function(e){return At(e,155)},l.gk=function(e){return Vt(BN,Ln,155,e,0,1)},D(jn,"EcorePackageImpl/10",1243),M(1244,1,fi,QR),l.fk=function(e){return At(e,197)},l.gk=function(e){return Vt(qdt,Ln,197,e,0,1)},D(jn,"EcorePackageImpl/11",1244),M(1245,1,fi,JR),l.fk=function(e){return At(e,58)},l.gk=function(e){return Vt(l2,Ln,58,e,0,1)},D(jn,"EcorePackageImpl/12",1245),M(1246,1,fi,ZR),l.fk=function(e){return At(e,411)},l.gk=function(e){return Vt(bf,ATt,62,e,0,1)},D(jn,"EcorePackageImpl/13",1246),M(1247,1,fi,g1),l.fk=function(e){return At(e,241)},l.gk=function(e){return Vt(P1,Ln,241,e,0,1)},D(jn,"EcorePackageImpl/14",1247),M(1248,1,fi,Fu),l.fk=function(e){return At(e,518)},l.gk=function(e){return Vt(Iv,Ln,2116,e,0,1)},D(jn,"EcorePackageImpl/15",1248),M(1249,1,fi,Qtt),l.fk=function(e){return At(e,102)},l.gk=function(e){return Vt(U3,L5,19,e,0,1)},D(jn,"EcorePackageImpl/16",1249),M(1250,1,fi,Jtt),l.fk=function(e){return At(e,179)},l.gk=function(e){return Vt(Ku,L5,179,e,0,1)},D(jn,"EcorePackageImpl/17",1250),M(1251,1,fi,Ztt),l.fk=function(e){return At(e,480)},l.gk=function(e){return Vt(H3,Ln,480,e,0,1)},D(jn,"EcorePackageImpl/18",1251),M(1252,1,fi,Bu),l.fk=function(e){return At(e,561)},l.gk=function(e){return Vt(Sc,fme,561,e,0,1)},D(jn,"EcorePackageImpl/19",1252),M(1235,1,fi,uC),l.fk=function(e){return At(e,331)},l.gk=function(e){return Vt(V3,L5,35,e,0,1)},D(jn,"EcorePackageImpl/2",1235),M(1253,1,fi,tj),l.fk=function(e){return At(e,248)},l.gk=function(e){return Vt(So,Lme,89,e,0,1)},D(jn,"EcorePackageImpl/20",1253),M(1254,1,fi,ej),l.fk=function(e){return At(e,456)},l.gk=function(e){return Vt(Ou,Ln,850,e,0,1)},D(jn,"EcorePackageImpl/21",1254),M(1255,1,fi,c6),l.fk=function(e){return Ty(e)},l.gk=function(e){return Vt(Es,le,484,e,8,1)},D(jn,"EcorePackageImpl/22",1255),M(1256,1,fi,tet),l.fk=function(e){return At(e,195)},l.gk=function(e){return Vt(cl,le,195,e,0,2)},D(jn,"EcorePackageImpl/23",1256),M(1257,1,fi,G8),l.fk=function(e){return At(e,222)},l.gk=function(e){return Vt(Ok,le,222,e,0,1)},D(jn,"EcorePackageImpl/24",1257),M(1258,1,fi,eet),l.fk=function(e){return At(e,180)},l.gk=function(e){return Vt(uA,le,180,e,0,1)},D(jn,"EcorePackageImpl/25",1258),M(1259,1,fi,nj),l.fk=function(e){return At(e,206)},l.gk=function(e){return Vt(AU,le,206,e,0,1)},D(jn,"EcorePackageImpl/26",1259),M(1260,1,fi,net),l.fk=function(e){return!1},l.gk=function(e){return Vt(nOt,Ln,2215,e,0,1)},D(jn,"EcorePackageImpl/27",1260),M(1261,1,fi,ret),l.fk=function(e){return Cy(e)},l.gk=function(e){return Vt(zs,le,345,e,7,1)},D(jn,"EcorePackageImpl/28",1261),M(1262,1,fi,lC),l.fk=function(e){return At(e,61)},l.gk=function(e){return Vt(wIt,l3,61,e,0,1)},D(jn,"EcorePackageImpl/29",1262),M(1236,1,fi,rj),l.fk=function(e){return At(e,519)},l.gk=function(e){return Vt(oi,{3:1,4:1,5:1,2033:1},598,e,0,1)},D(jn,"EcorePackageImpl/3",1236),M(1263,1,fi,rD),l.fk=function(e){return At(e,582)},l.gk=function(e){return Vt(yIt,Ln,2039,e,0,1)},D(jn,"EcorePackageImpl/30",1263),M(1264,1,fi,hC),l.fk=function(e){return At(e,160)},l.gk=function(e){return Vt(HIt,l3,160,e,0,1)},D(jn,"EcorePackageImpl/31",1264),M(1265,1,fi,iet),l.fk=function(e){return At(e,76)},l.gk=function(e){return Vt(UK,Rme,76,e,0,1)},D(jn,"EcorePackageImpl/32",1265),M(1266,1,fi,set),l.fk=function(e){return At(e,161)},l.gk=function(e){return Vt(gT,le,161,e,0,1)},D(jn,"EcorePackageImpl/33",1266),M(1267,1,fi,iD),l.fk=function(e){return At(e,17)},l.gk=function(e){return Vt(Na,le,17,e,0,1)},D(jn,"EcorePackageImpl/34",1267),M(1268,1,fi,fC),l.fk=function(e){return At(e,296)},l.gk=function(e){return Vt(zTt,Ln,296,e,0,1)},D(jn,"EcorePackageImpl/35",1268),M(1269,1,fi,H1),l.fk=function(e){return At(e,168)},l.gk=function(e){return Vt(dv,le,168,e,0,1)},D(jn,"EcorePackageImpl/36",1269),M(1270,1,fi,K8),l.fk=function(e){return At(e,85)},l.gk=function(e){return Vt(qTt,Ln,85,e,0,1)},D(jn,"EcorePackageImpl/37",1270),M(1271,1,fi,aet),l.fk=function(e){return At(e,599)},l.gk=function(e){return Vt(jIt,Ln,599,e,0,1)},D(jn,"EcorePackageImpl/38",1271),M(1272,1,fi,W8),l.fk=function(e){return!1},l.gk=function(e){return Vt(rOt,Ln,2216,e,0,1)},D(jn,"EcorePackageImpl/39",1272),M(1237,1,fi,sD),l.fk=function(e){return At(e,90)},l.gk=function(e){return Vt(pf,Ln,29,e,0,1)},D(jn,"EcorePackageImpl/4",1237),M(1273,1,fi,D2),l.fk=function(e){return At(e,191)},l.gk=function(e){return Vt(gv,le,191,e,0,1)},D(jn,"EcorePackageImpl/40",1273),M(1274,1,fi,dC),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D(jn,"EcorePackageImpl/41",1274),M(1275,1,fi,aD),l.fk=function(e){return At(e,596)},l.gk=function(e){return Vt(vIt,Ln,596,e,0,1)},D(jn,"EcorePackageImpl/42",1275),M(1276,1,fi,p1),l.fk=function(e){return!1},l.gk=function(e){return Vt(iOt,le,2217,e,0,1)},D(jn,"EcorePackageImpl/43",1276),M(1277,1,fi,gC),l.fk=function(e){return At(e,44)},l.gk=function(e){return Vt(yw,bV,44,e,0,1)},D(jn,"EcorePackageImpl/44",1277),M(1238,1,fi,V1),l.fk=function(e){return At(e,142)},l.gk=function(e){return Vt(N1,Ln,142,e,0,1)},D(jn,"EcorePackageImpl/5",1238),M(1239,1,fi,U1),l.fk=function(e){return At(e,156)},l.gk=function(e){return Vt(Wdt,Ln,156,e,0,1)},D(jn,"EcorePackageImpl/6",1239),M(1240,1,fi,oet),l.fk=function(e){return At(e,468)},l.gk=function(e){return Vt(VK,Ln,685,e,0,1)},D(jn,"EcorePackageImpl/7",1240),M(1241,1,fi,cet),l.fk=function(e){return At(e,582)},l.gk=function(e){return Vt(zg,Ln,694,e,0,1)},D(jn,"EcorePackageImpl/8",1241),M(1242,1,fi,T4),l.fk=function(e){return At(e,479)},l.gk=function(e){return Vt(dL,Ln,479,e,0,1)},D(jn,"EcorePackageImpl/9",1242),M(1038,2080,hme,UKt),l.Mi=function(e,n){vbn(this,u(n,424))},l.Qi=function(e,n){jfe(this,e,u(n,424))},D(jn,"MinimalEObjectImpl/1ArrayDelegatingAdapterList",1038),M(1039,152,EP,dee),l.jj=function(){return this.a.a},D(jn,"MinimalEObjectImpl/1ArrayDelegatingAdapterList/1",1039),M(1067,1066,{},SQt),D("org.eclipse.emf.ecore.plugin","EcorePlugin",1067);var jIt=us(jme,"Resource");M(799,1524,$me),l.Hl=function(e){},l.Il=function(e){},l.El=function(){return!this.a&&(this.a=new Lnt(this)),this.a},l.Fl=function(e){var n,r,s,o,h;if(s=e.length,s>0)if(qn(0,e.length),e.charCodeAt(0)==47){for(h=new bu(4),o=1,n=1;n<s;++n)qn(n,e.length),e.charCodeAt(n)==47&&(pe(h,o==n?"":(Sa(o,n,e.length),e.substr(o,n-o))),o=n+1);return pe(h,(qn(o,e.length+1),e.substr(o))),kvn(this,h)}else qn(s-1,e.length),e.charCodeAt(s-1)==63&&(r=hvt(e,qu(63),s-2),r>0&&(e=(Sa(0,r,e.length),e.substr(0,r))));return W4n(this,e)},l.Gl=function(){return this.c},l.Ib=function(){var e;return R2(this.Rm)+"@"+(e=Hi(this)>>>0,e.toString(16))+" uri='"+this.d+"'"},l.b=!1,D(Zlt,"ResourceImpl",799),M(1525,799,$me,NGt),D(Zlt,"BinaryResourceImpl",1525),M(1190,708,Klt),l.bj=function(e){return At(e,58)?jln(this,u(e,58)):At(e,599)?new Zn(u(e,599).El()):$t(e)===$t(this.f)?u(e,16).Kc():(TE(),$N.a)},l.Ob=function(){return y6t(this)},l.a=!1,D(Zi,"EcoreUtil/ContentTreeIterator",1190),M(1526,1190,Klt,Hte),l.bj=function(e){return $t(e)===$t(this.f)?u(e,15).Kc():new $re(u(e,58))},D(Zlt,"ResourceImpl/5",1526),M(658,2092,Ame,Lnt),l.Hc=function(e){return this.i<=4?_7(this,e):At(e,54)&&u(e,54).Jh()==this.a},l.Mi=function(e,n){e==this.i-1&&(this.a.b||(this.a.b=!0))},l.Oi=function(e,n){e==0?this.a.b||(this.a.b=!0):Ast(this,e,n)},l.Qi=function(e,n){},l.Ri=function(e,n,r){},l.Lj=function(){return 2},l.jj=function(){return this.a},l.Mj=function(){return!0},l.Nj=function(e,n){var r;return r=u(e,54),n=r.fi(this.a,n),n},l.Oj=function(e,n){var r;return r=u(e,54),r.fi(null,n)},l.Pj=function(){return!1},l.Si=function(){return!0},l.aj=function(e){return Vt(l2,Ln,58,e,0,1)},l.Yi=function(){return!1},D(Zlt,"ResourceImpl/ContentsEList",658),M(970,2062,U7,FGt),l.fd=function(e){return this.a.Ki(e)},l.gc=function(){return this.a.gc()},D(Zi,"AbstractSequentialInternalEList/1",970);var $It,zIt,Fa,qIt;M(634,1,{},UZt);var GK,KK;D(Zi,"BasicExtendedMetaData",634),M(1181,1,{},KXt),l.Jl=function(){return null},l.Kl=function(){return this.a==-2&&ye(this,Wyn(this.d,this.b)),this.a},l.Ll=function(){return null},l.Ml=function(){return wn(),wn(),so},l.xe=function(){return this.c==lT&&xe(this,ule(this.d,this.b)),this.c},l.Nl=function(){return 0},l.a=-2,l.c=lT,D(Zi,"BasicExtendedMetaData/EClassExtendedMetaDataImpl",1181),M(1182,1,{},bre),l.Jl=function(){return this.a==(zE(),GK)&&ke(this,Kkn(this.f,this.b)),this.a},l.Kl=function(){return 0},l.Ll=function(){return this.c==(zE(),GK)&&de(this,Wkn(this.f,this.b)),this.c},l.Ml=function(){return!this.d&&tn(this,IEn(this.f,this.b)),this.d},l.xe=function(){return this.e==lT&&Sn(this,ule(this.f,this.b)),this.e},l.Nl=function(){return this.g==-2&&or(this,dyn(this.f,this.b)),this.g},l.e=lT,l.g=-2,D(Zi,"BasicExtendedMetaData/EDataTypeExtendedMetaDataImpl",1182),M(1180,1,{},WXt),l.b=!1,l.c=!1,D(Zi,"BasicExtendedMetaData/EPackageExtendedMetaDataImpl",1180),M(1183,1,{},wre),l.c=-2,l.e=lT,l.f=lT,D(Zi,"BasicExtendedMetaData/EStructuralFeatureExtendedMetaDataImpl",1183),M(593,632,nc,wz),l.Lj=function(){return this.c},l.ol=function(){return!1},l.Wi=function(e,n){return n},l.c=0,D(Zi,"EDataTypeEList",593);var HIt=us(Zi,"FeatureMap");M(78,593,{3:1,4:1,20:1,31:1,56:1,16:1,15:1,59:1,70:1,66:1,61:1,79:1,160:1,220:1,2036:1,71:1,97:1},ws),l.bd=function(e,n){f6n(this,e,u(n,76))},l.Fc=function(e){return Mxn(this,u(e,76))},l.Hi=function(e){Fun(this,u(e,76))},l.Nj=function(e,n){return ran(this,u(e,76),n)},l.Oj=function(e,n){return dvt(this,u(e,76),n)},l.Ti=function(e,n){return R8n(this,e,n)},l.Wi=function(e,n){return TTn(this,e,u(n,76))},l.hd=function(e,n){return Z6n(this,e,u(n,76))},l.Uj=function(e,n){return ian(this,u(e,76),n)},l.Vj=function(e,n){return yZt(this,u(e,76),n)},l.Wj=function(e,n,r){return tyn(this,u(e,76),u(n,76),r)},l.Zi=function(e,n){return kot(this,e,u(n,76))},l.Ol=function(e,n){return hkt(this,e,n)},l.cd=function(e,n){var r,s,o,h,d,m,k,T,A;for(T=new jm(n.gc()),o=n.Kc();o.Ob();)if(s=u(o.Pb(),76),h=s.Lk(),Dg(this.e,h))(!h.Si()||!cq(this,h,s.md())&&!_7(T,s))&&Mr(T,s);else{for(A=Au(this.e.Dh(),h),r=u(this.g,124),d=!0,m=0;m<this.i;++m)if(k=r[m],A.am(k.Lk())){u(s5(this,m,s),76),d=!1;break}d&&Mr(T,s)}return P4t(this,e,T)},l.Gc=function(e){var n,r,s,o,h,d,m,k,T;for(k=new jm(e.gc()),s=e.Kc();s.Ob();)if(r=u(s.Pb(),76),o=r.Lk(),Dg(this.e,o))(!o.Si()||!cq(this,o,r.md())&&!_7(k,r))&&Mr(k,r);else{for(T=Au(this.e.Dh(),o),n=u(this.g,124),h=!0,d=0;d<this.i;++d)if(m=n[d],T.am(m.Lk())){u(s5(this,d,r),76),h=!1;break}h&&Mr(k,r)}return bs(this,k)},l.Fi=function(e){return this.j=-1,ict(this,this.i,e)},l.Pl=function(e,n,r){return rkt(this,e,n,r)},l.Xk=function(e,n){return jO(this,e,n)},l.Ql=function(e,n,r){return Lkt(this,e,n,r)},l.Rl=function(){return this},l.Sl=function(e,n){return HO(this,e,n)},l.Tl=function(e){return u(Lt(this,e),76).Lk()},l.Ul=function(e){return u(Lt(this,e),76).md()},l.Vl=function(){return this.b},l.Mj=function(){return!0},l.Tj=function(){return!0},l.Wl=function(e){return!hO(this,e)},l.aj=function(e){return Vt(uTe,Rme,343,e,0,1)},l.pl=function(e){return nit(this,e)},l.Wb=function(e){pI(this,e)},l.Xl=function(e,n){uV(this,e,n)},l.Yl=function(e){return moe(this,e)},l.Zl=function(e){Xle(this,e)},D(Zi,"BasicFeatureMap",78),M(1960,1,I0),l.Nb=function(e){Da(this,e)},l.Rb=function(e){if(this.g==-1)throw nt(new Yu);Iz(this);try{Mde(this.e,this.b,this.a,e),this.d=this.e.j,TH(this)}catch(n){throw n=is(n),At(n,77)?nt(new yh):nt(n)}},l.Ob=function(){return xat(this)},l.Sb=function(){return Vce(this)},l.Pb=function(){return TH(this)},l.Tb=function(){return this.a},l.Ub=function(){var e;if(Vce(this))return Iz(this),this.g=--this.a,this.ul()&&(e=pS(this.e,this.b,this.c,this.a,this.j),this.j=e),this.i=0,this.j;throw nt(new ac)},l.Vb=function(){return this.a-1},l.Qb=function(){if(this.g==-1)throw nt(new Yu);Iz(this);try{kfe(this.e,this.b,this.g),this.d=this.e.j,this.g<this.a&&(--this.a,--this.c),--this.g}catch(e){throw e=is(e),At(e,77)?nt(new yh):nt(e)}},l.ul=function(){return!1},l.Wb=function(e){if(this.g==-1)throw nt(new Yu);Iz(this);try{tge(this.e,this.b,this.g,e),this.d=this.e.j}catch(n){throw n=is(n),At(n,77)?nt(new yh):nt(n)}},l.a=0,l.c=0,l.d=0,l.f=!1,l.g=0,l.i=0,D(Zi,"FeatureMapUtil/BasicFeatureEIterator",1960),M(420,1960,I0,i7),l.$l=function(){var e,n,r;for(r=this.e.i,e=u(this.e.g,124);this.c<r;){if(n=e[this.c],this.k.am(n.Lk()))return this.j=this.f?n:n.md(),this.i=2,!0;++this.c}return this.i=1,this.g=-1,!1},l._l=function(){var e,n;for(e=u(this.e.g,124);--this.c>=0;)if(n=e[this.c],this.k.am(n.Lk()))return this.j=this.f?n:n.md(),this.i=-2,!0;return this.i=-1,this.g=-1,!1},D(Zi,"BasicFeatureMap/FeatureEIterator",420),M(676,420,I0,jrt),l.ul=function(){return!0},D(Zi,"BasicFeatureMap/ResolvingFeatureEIterator",676),M(968,495,dU,BQt),l.pj=function(){return this},D(Zi,"EContentsEList/1",968),M(969,495,dU,oQt),l.ul=function(){return!1},D(Zi,"EContentsEList/2",969),M(967,287,gU,RQt),l.wl=function(e){},l.Ob=function(){return!1},l.Sb=function(){return!1},D(Zi,"EContentsEList/FeatureIteratorImpl/1",967),M(840,593,nc,ymt),l.Ni=function(){this.a=!0},l.Qj=function(){return this.a},l.Gk=function(){var e;Lr(this),zl(this.e)?(e=this.a,this.a=!1,Ti(this.e,new jf(this.e,2,this.c,e,!1))):this.a=!1},l.a=!1,D(Zi,"EDataTypeEList/Unsettable",840),M(1958,593,nc,UQt),l.Si=function(){return!0},D(Zi,"EDataTypeUniqueEList",1958),M(1959,840,nc,GQt),l.Si=function(){return!0},D(Zi,"EDataTypeUniqueEList/Unsettable",1959),M(147,83,nc,Qu),l.nl=function(){return!0},l.Wi=function(e,n){return wk(this,e,u(n,58))},D(Zi,"EObjectContainmentEList/Resolving",147),M(1184,555,nc,KQt),l.nl=function(){return!0},l.Wi=function(e,n){return wk(this,e,u(n,58))},D(Zi,"EObjectContainmentEList/Unsettable/Resolving",1184),M(766,14,nc,avt),l.Ni=function(){this.a=!0},l.Qj=function(){return this.a},l.Gk=function(){var e;Lr(this),zl(this.e)?(e=this.a,this.a=!1,Ti(this.e,new jf(this.e,2,this.c,e,!1))):this.a=!1},l.a=!1,D(Zi,"EObjectContainmentWithInverseEList/Unsettable",766),M(1222,766,nc,aZt),l.nl=function(){return!0},l.Wi=function(e,n){return wk(this,e,u(n,58))},D(Zi,"EObjectContainmentWithInverseEList/Unsettable/Resolving",1222),M(757,504,nc,xmt),l.Ni=function(){this.a=!0},l.Qj=function(){return this.a},l.Gk=function(){var e;Lr(this),zl(this.e)?(e=this.a,this.a=!1,Ti(this.e,new jf(this.e,2,this.c,e,!1))):this.a=!1},l.a=!1,D(Zi,"EObjectEList/Unsettable",757),M(338,504,nc,H4),l.nl=function(){return!0},l.Wi=function(e,n){return wk(this,e,u(n,58))},D(Zi,"EObjectResolvingEList",338),M(1844,757,nc,WQt),l.nl=function(){return!0},l.Wi=function(e,n){return wk(this,e,u(n,58))},D(Zi,"EObjectResolvingEList/Unsettable",1844),M(1527,1,{},Y8);var hTe;D(Zi,"EObjectValidator",1527),M(559,504,nc,Pz),l.il=function(){return this.d},l.jl=function(){return this.b},l.Mj=function(){return!0},l.ml=function(){return!0},l.b=0,D(Zi,"EObjectWithInverseEList",559),M(1225,559,nc,oZt),l.ll=function(){return!0},D(Zi,"EObjectWithInverseEList/ManyInverse",1225),M(635,559,nc,ait),l.Ni=function(){this.a=!0},l.Qj=function(){return this.a},l.Gk=function(){var e;Lr(this),zl(this.e)?(e=this.a,this.a=!1,Ti(this.e,new jf(this.e,2,this.c,e,!1))):this.a=!1},l.a=!1,D(Zi,"EObjectWithInverseEList/Unsettable",635),M(1224,635,nc,cZt),l.ll=function(){return!0},D(Zi,"EObjectWithInverseEList/Unsettable/ManyInverse",1224),M(767,559,nc,ovt),l.nl=function(){return!0},l.Wi=function(e,n){return wk(this,e,u(n,58))},D(Zi,"EObjectWithInverseResolvingEList",767),M(32,767,nc,En),l.ll=function(){return!0},D(Zi,"EObjectWithInverseResolvingEList/ManyInverse",32),M(768,635,nc,cvt),l.nl=function(){return!0},l.Wi=function(e,n){return wk(this,e,u(n,58))},D(Zi,"EObjectWithInverseResolvingEList/Unsettable",768),M(1223,768,nc,uZt),l.ll=function(){return!0},D(Zi,"EObjectWithInverseResolvingEList/Unsettable/ManyInverse",1223),M(1185,632,nc),l.Li=function(){return(this.b&1792)==0},l.Ni=function(){this.b|=1},l.kl=function(){return(this.b&4)!=0},l.Mj=function(){return(this.b&40)!=0},l.ll=function(){return(this.b&16)!=0},l.ml=function(){return(this.b&8)!=0},l.nl=function(){return(this.b&b3)!=0},l.al=function(){return(this.b&32)!=0},l.ol=function(){return(this.b&Uf)!=0},l.fk=function(e){return this.d?Yre(this.d,e):this.Lk().Hk().fk(e)},l.Qj=function(){return this.b&2?(this.b&1)!=0:this.i!=0},l.Si=function(){return(this.b&128)!=0},l.Gk=function(){var e;Lr(this),this.b&2&&(zl(this.e)?(e=(this.b&1)!=0,this.b&=-2,cE(this,new jf(this.e,2,ss(this.e.Dh(),this.Lk()),e,!1))):this.b&=-2)},l.Yi=function(){return(this.b&1536)==0},l.b=0,D(Zi,"EcoreEList/Generic",1185),M(1186,1185,nc,ene),l.Lk=function(){return this.a},D(Zi,"EcoreEList/Dynamic",1186),M(765,66,r0,k2t),l.aj=function(e){return VI(this.a.a,e)},D(Zi,"EcoreEMap/1",765),M(764,83,nc,ayt),l.Mi=function(e,n){SH(this.b,u(n,136))},l.Oi=function(e,n){Joe(this.b)},l.Pi=function(e,n,r){var s;++(s=this.b,u(n,136),s).e},l.Qi=function(e,n){Dat(this.b,u(n,136))},l.Ri=function(e,n,r){Dat(this.b,u(r,136)),$t(r)===$t(n)&&u(r,136).Ci(ein(u(n,136).ld())),SH(this.b,u(n,136))},D(Zi,"EcoreEMap/DelegateEObjectContainmentEList",764),M(1220,141,STt,poe),D(Zi,"EcoreEMap/Unsettable",1220),M(1221,764,nc,lZt),l.Ni=function(){this.a=!0},l.Qj=function(){return this.a},l.Gk=function(){var e;Lr(this),zl(this.e)?(e=this.a,this.a=!1,Ti(this.e,new jf(this.e,2,this.c,e,!1))):this.a=!1},l.a=!1,D(Zi,"EcoreEMap/Unsettable/UnsettableDelegateEObjectContainmentEList",1221),M(1189,215,y5,nee),l.a=!1,l.b=!1,D(Zi,"EcoreUtil/Copier",1189),M(759,1,ba,$re),l.Nb=function(e){Da(this,e)},l.Ob=function(){return Wue(this)},l.Pb=function(){var e;return Wue(this),e=this.b,this.b=null,e},l.Qb=function(){this.a.Qb()},D(Zi,"EcoreUtil/ProperContentIterator",759),M(1528,1527,{},lnt);var fTe;D(Zi,"EcoreValidator",1528);var dTe;us(Zi,"FeatureMapUtil/Validator"),M(1295,1,{2041:1},X8),l.am=function(e){return!0},D(Zi,"FeatureMapUtil/1",1295),M(773,1,{2041:1},zkt),l.am=function(e){var n;return this.c==e?!0:(n=De(tr(this.a,e)),n==null?t8n(this,e)?($ie(this.a,e,(Nn(),dT)),!0):($ie(this.a,e,(Nn(),Yb)),!1):n==(Nn(),dT))},l.e=!1;var Jdt;D(Zi,"FeatureMapUtil/BasicValidator",773),M(774,45,y5,mmt),D(Zi,"FeatureMapUtil/BasicValidator/Cache",774),M(509,56,{20:1,31:1,56:1,16:1,15:1,61:1,79:1,71:1,97:1},YD),l.bd=function(e,n){Mde(this.c,this.b,e,n)},l.Fc=function(e){return hkt(this.c,this.b,e)},l.cd=function(e,n){return x7n(this.c,this.b,e,n)},l.Gc=function(e){return h_(this,e)},l.Gi=function(e,n){b0n(this.c,this.b,e,n)},l.Wk=function(e,n){return rkt(this.c,this.b,e,n)},l.$i=function(e){return cV(this.c,this.b,e,!1)},l.Ii=function(){return vQt(this.c,this.b)},l.Ji=function(){return qrn(this.c,this.b)},l.Ki=function(e){return xdn(this.c,this.b,e)},l.Xk=function(e,n){return HJt(this,e,n)},l.$b=function(){x6(this)},l.Hc=function(e){return cq(this.c,this.b,e)},l.Ic=function(e){return ygn(this.c,this.b,e)},l.Xb=function(e){return cV(this.c,this.b,e,!0)},l.Fk=function(e){return this},l.dd=function(e){return A1n(this.c,this.b,e)},l.dc=function(){return G$(this)},l.Qj=function(){return!hO(this.c,this.b)},l.Kc=function(){return a0n(this.c,this.b)},l.ed=function(){return o0n(this.c,this.b)},l.fd=function(e){return Rbn(this.c,this.b,e)},l.Ti=function(e,n){return U0e(this.c,this.b,e,n)},l.Ui=function(e,n){Tdn(this.c,this.b,e,n)},l.gd=function(e){return kfe(this.c,this.b,e)},l.Mc=function(e){return E8n(this.c,this.b,e)},l.hd=function(e,n){return tge(this.c,this.b,e,n)},l.Wb=function(e){HH(this.c,this.b),h_(this,u(e,15))},l.gc=function(){return Bbn(this.c,this.b)},l.Pc=function(){return Mfn(this.c,this.b)},l.Qc=function(e){return L1n(this.c,this.b,e)},l.Ib=function(){var e,n;for(n=new hp,n.a+="[",e=vQt(this.c,this.b);xat(e);)Lo(n,d_(TH(e))),xat(e)&&(n.a+=ro);return n.a+="]",n.a},l.Gk=function(){HH(this.c,this.b)},D(Zi,"FeatureMapUtil/FeatureEList",509),M(644,38,EP,wst),l.hj=function(e){return tS(this,e)},l.mj=function(e){var n,r,s,o,h,d,m;switch(this.d){case 1:case 2:{if(h=e.jj(),$t(h)===$t(this.c)&&tS(this,null)==e.hj(null))return this.g=e.ij(),e.gj()==1&&(this.d=1),!0;break}case 3:{switch(o=e.gj(),o){case 3:{if(h=e.jj(),$t(h)===$t(this.c)&&tS(this,null)==e.hj(null))return this.d=5,n=new jm(2),Mr(n,this.g),Mr(n,e.ij()),this.g=n,!0;break}}break}case 5:{switch(o=e.gj(),o){case 3:{if(h=e.jj(),$t(h)===$t(this.c)&&tS(this,null)==e.hj(null))return r=u(this.g,16),r.Fc(e.ij()),!0;break}}break}case 4:{switch(o=e.gj(),o){case 3:{if(h=e.jj(),$t(h)===$t(this.c)&&tS(this,null)==e.hj(null))return this.d=1,this.g=e.ij(),!0;break}case 4:{if(h=e.jj(),$t(h)===$t(this.c)&&tS(this,null)==e.hj(null))return this.d=6,m=new jm(2),Mr(m,this.n),Mr(m,e.kj()),this.n=m,d=ot(st(Or,1),ii,28,15,[this.o,e.lj()]),this.g=d,!0;break}}break}case 6:{switch(o=e.gj(),o){case 4:{if(h=e.jj(),$t(h)===$t(this.c)&&tS(this,null)==e.hj(null))return r=u(this.n,16),r.Fc(e.kj()),d=u(this.g,53),s=Vt(Or,ii,28,d.length+1,15,1),Wc(d,0,s,0,d.length),s[d.length]=e.lj(),this.g=s,!0;break}}break}}return!1},D(Zi,"FeatureMapUtil/FeatureENotificationImpl",644),M(564,509,{20:1,31:1,56:1,16:1,15:1,61:1,79:1,160:1,220:1,2036:1,71:1,97:1},xz),l.Ol=function(e,n){return hkt(this.c,e,n)},l.Pl=function(e,n,r){return rkt(this.c,e,n,r)},l.Ql=function(e,n,r){return Lkt(this.c,e,n,r)},l.Rl=function(){return this},l.Sl=function(e,n){return HO(this.c,e,n)},l.Tl=function(e){return u(cV(this.c,this.b,e,!1),76).Lk()},l.Ul=function(e){return u(cV(this.c,this.b,e,!1),76).md()},l.Vl=function(){return this.a},l.Wl=function(e){return!hO(this.c,e)},l.Xl=function(e,n){uV(this.c,e,n)},l.Yl=function(e){return moe(this.c,e)},l.Zl=function(e){Xle(this.c,e)},D(Zi,"FeatureMapUtil/FeatureFeatureMap",564),M(1294,1,Jlt,GXt),l.Fk=function(e){return cV(this.b,this.a,-1,e)},l.Qj=function(){return!hO(this.b,this.a)},l.Wb=function(e){uV(this.b,this.a,e)},l.Gk=function(){HH(this.b,this.a)},D(Zi,"FeatureMapUtil/FeatureValue",1294);var e8,Zdt,t0t,n8,gTe,qN=us(kU,"AnyType");M(680,63,Ig,Gnt),D(kU,"InvalidDatatypeValueException",680);var WK=us(kU,qme),HN=us(kU,Hme),VIt=us(kU,Vme),pTe,Nc,UIt,Bw,bTe,wTe,mTe,vTe,yTe,xTe,kTe,ETe,TTe,CTe,_Te,hx,STe,fx,mL,ATe,Nv,VN,UN,LTe,vL,yL;M(844,516,{110:1,94:1,93:1,58:1,54:1,99:1,857:1},z2t),l.Lh=function(e,n,r){switch(e){case 0:return r?(!this.c&&(this.c=new ws(this,0)),this.c):(!this.c&&(this.c=new ws(this,0)),this.c.b);case 1:return r?(!this.c&&(this.c=new ws(this,0)),u(nu(this.c,(Fi(),Bw)),160)):(!this.c&&(this.c=new ws(this,0)),u(u(nu(this.c,(Fi(),Bw)),160),220)).Vl();case 2:return r?(!this.b&&(this.b=new ws(this,2)),this.b):(!this.b&&(this.b=new ws(this,2)),this.b.b)}return Ah(this,e-ur(this.ii()),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():this.ii(),e),n,r)},l.Uh=function(e,n,r){var s;switch(n){case 0:return!this.c&&(this.c=new ws(this,0)),jO(this.c,e,r);case 1:return(!this.c&&(this.c=new ws(this,0)),u(u(nu(this.c,(Fi(),Bw)),160),71)).Xk(e,r);case 2:return!this.b&&(this.b=new ws(this,2)),jO(this.b,e,r)}return s=u(Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():this.ii(),n),69),s.wk().Ak(this,V3t(this),n-ur(this.ii()),e,r)},l.Wh=function(e){switch(e){case 0:return!!this.c&&this.c.i!=0;case 1:return!(!this.c&&(this.c=new ws(this,0)),u(nu(this.c,(Fi(),Bw)),160)).dc();case 2:return!!this.b&&this.b.i!=0}return _h(this,e-ur(this.ii()),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():this.ii(),e))},l.bi=function(e,n){switch(e){case 0:!this.c&&(this.c=new ws(this,0)),pI(this.c,n);return;case 1:(!this.c&&(this.c=new ws(this,0)),u(u(nu(this.c,(Fi(),Bw)),160),220)).Wb(n);return;case 2:!this.b&&(this.b=new ws(this,2)),pI(this.b,n);return}Ih(this,e-ur(this.ii()),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():this.ii(),e),n)},l.ii=function(){return Fi(),UIt},l.ki=function(e){switch(e){case 0:!this.c&&(this.c=new ws(this,0)),Lr(this.c);return;case 1:(!this.c&&(this.c=new ws(this,0)),u(nu(this.c,(Fi(),Bw)),160)).$b();return;case 2:!this.b&&(this.b=new ws(this,2)),Lr(this.b);return}Dh(this,e-ur(this.ii()),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():this.ii(),e))},l.Ib=function(){var e;return this.j&4?qf(this):(e=new Jh(qf(this)),e.a+=" (mixed: ",o_(e,this.c),e.a+=", anyAttribute: ",o_(e,this.b),e.a+=")",e.a)},D($s,"AnyTypeImpl",844),M(681,516,{110:1,94:1,93:1,58:1,54:1,99:1,2119:1,681:1},det),l.Lh=function(e,n,r){switch(e){case 0:return this.a;case 1:return this.b}return Ah(this,e-ur((Fi(),hx)),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():hx,e),n,r)},l.Wh=function(e){switch(e){case 0:return this.a!=null;case 1:return this.b!=null}return _h(this,e-ur((Fi(),hx)),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():hx,e))},l.bi=function(e,n){switch(e){case 0:yr(this,Gr(n));return;case 1:br(this,Gr(n));return}Ih(this,e-ur((Fi(),hx)),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():hx,e),n)},l.ii=function(){return Fi(),hx},l.ki=function(e){switch(e){case 0:this.a=null;return;case 1:this.b=null;return}Dh(this,e-ur((Fi(),hx)),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():hx,e))},l.Ib=function(){var e;return this.j&4?qf(this):(e=new Jh(qf(this)),e.a+=" (data: ",Lo(e,this.a),e.a+=", target: ",Lo(e,this.b),e.a+=")",e.a)},l.a=null,l.b=null,D($s,"ProcessingInstructionImpl",681),M(682,844,{110:1,94:1,93:1,58:1,54:1,99:1,857:1,2120:1,682:1},CKt),l.Lh=function(e,n,r){switch(e){case 0:return r?(!this.c&&(this.c=new ws(this,0)),this.c):(!this.c&&(this.c=new ws(this,0)),this.c.b);case 1:return r?(!this.c&&(this.c=new ws(this,0)),u(nu(this.c,(Fi(),Bw)),160)):(!this.c&&(this.c=new ws(this,0)),u(u(nu(this.c,(Fi(),Bw)),160),220)).Vl();case 2:return r?(!this.b&&(this.b=new ws(this,2)),this.b):(!this.b&&(this.b=new ws(this,2)),this.b.b);case 3:return!this.c&&(this.c=new ws(this,0)),Gr(HO(this.c,(Fi(),mL),!0));case 4:return lvt(this.a,(!this.c&&(this.c=new ws(this,0)),Gr(HO(this.c,(Fi(),mL),!0))));case 5:return this.a}return Ah(this,e-ur((Fi(),fx)),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():fx,e),n,r)},l.Wh=function(e){switch(e){case 0:return!!this.c&&this.c.i!=0;case 1:return!(!this.c&&(this.c=new ws(this,0)),u(nu(this.c,(Fi(),Bw)),160)).dc();case 2:return!!this.b&&this.b.i!=0;case 3:return!this.c&&(this.c=new ws(this,0)),Gr(HO(this.c,(Fi(),mL),!0))!=null;case 4:return lvt(this.a,(!this.c&&(this.c=new ws(this,0)),Gr(HO(this.c,(Fi(),mL),!0))))!=null;case 5:return!!this.a}return _h(this,e-ur((Fi(),fx)),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():fx,e))},l.bi=function(e,n){switch(e){case 0:!this.c&&(this.c=new ws(this,0)),pI(this.c,n);return;case 1:(!this.c&&(this.c=new ws(this,0)),u(u(nu(this.c,(Fi(),Bw)),160),220)).Wb(n);return;case 2:!this.b&&(this.b=new ws(this,2)),pI(this.b,n);return;case 3:Jyt(this,Gr(n));return;case 4:Jyt(this,uvt(this.a,n));return;case 5:kr(this,u(n,156));return}Ih(this,e-ur((Fi(),fx)),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():fx,e),n)},l.ii=function(){return Fi(),fx},l.ki=function(e){switch(e){case 0:!this.c&&(this.c=new ws(this,0)),Lr(this.c);return;case 1:(!this.c&&(this.c=new ws(this,0)),u(nu(this.c,(Fi(),Bw)),160)).$b();return;case 2:!this.b&&(this.b=new ws(this,2)),Lr(this.b);return;case 3:!this.c&&(this.c=new ws(this,0)),uV(this.c,(Fi(),mL),null);return;case 4:Jyt(this,uvt(this.a,null));return;case 5:this.a=null;return}Dh(this,e-ur((Fi(),fx)),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():fx,e))},D($s,"SimpleAnyTypeImpl",682),M(683,516,{110:1,94:1,93:1,58:1,54:1,99:1,2121:1,683:1},_Kt),l.Lh=function(e,n,r){switch(e){case 0:return r?(!this.a&&(this.a=new ws(this,0)),this.a):(!this.a&&(this.a=new ws(this,0)),this.a.b);case 1:return r?(!this.b&&(this.b=new el((bn(),po),Sc,this,1)),this.b):(!this.b&&(this.b=new el((bn(),po),Sc,this,1)),II(this.b));case 2:return r?(!this.c&&(this.c=new el((bn(),po),Sc,this,2)),this.c):(!this.c&&(this.c=new el((bn(),po),Sc,this,2)),II(this.c));case 3:return!this.a&&(this.a=new ws(this,0)),nu(this.a,(Fi(),VN));case 4:return!this.a&&(this.a=new ws(this,0)),nu(this.a,(Fi(),UN));case 5:return!this.a&&(this.a=new ws(this,0)),nu(this.a,(Fi(),vL));case 6:return!this.a&&(this.a=new ws(this,0)),nu(this.a,(Fi(),yL))}return Ah(this,e-ur((Fi(),Nv)),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():Nv,e),n,r)},l.Uh=function(e,n,r){var s;switch(n){case 0:return!this.a&&(this.a=new ws(this,0)),jO(this.a,e,r);case 1:return!this.b&&(this.b=new el((bn(),po),Sc,this,1)),lz(this.b,e,r);case 2:return!this.c&&(this.c=new el((bn(),po),Sc,this,2)),lz(this.c,e,r);case 5:return!this.a&&(this.a=new ws(this,0)),HJt(nu(this.a,(Fi(),vL)),e,r)}return s=u(Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():(Fi(),Nv),n),69),s.wk().Ak(this,V3t(this),n-ur((Fi(),Nv)),e,r)},l.Wh=function(e){switch(e){case 0:return!!this.a&&this.a.i!=0;case 1:return!!this.b&&this.b.f!=0;case 2:return!!this.c&&this.c.f!=0;case 3:return!this.a&&(this.a=new ws(this,0)),!G$(nu(this.a,(Fi(),VN)));case 4:return!this.a&&(this.a=new ws(this,0)),!G$(nu(this.a,(Fi(),UN)));case 5:return!this.a&&(this.a=new ws(this,0)),!G$(nu(this.a,(Fi(),vL)));case 6:return!this.a&&(this.a=new ws(this,0)),!G$(nu(this.a,(Fi(),yL)))}return _h(this,e-ur((Fi(),Nv)),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():Nv,e))},l.bi=function(e,n){switch(e){case 0:!this.a&&(this.a=new ws(this,0)),pI(this.a,n);return;case 1:!this.b&&(this.b=new el((bn(),po),Sc,this,1)),Kq(this.b,n);return;case 2:!this.c&&(this.c=new el((bn(),po),Sc,this,2)),Kq(this.c,n);return;case 3:!this.a&&(this.a=new ws(this,0)),x6(nu(this.a,(Fi(),VN))),!this.a&&(this.a=new ws(this,0)),h_(nu(this.a,VN),u(n,16));return;case 4:!this.a&&(this.a=new ws(this,0)),x6(nu(this.a,(Fi(),UN))),!this.a&&(this.a=new ws(this,0)),h_(nu(this.a,UN),u(n,16));return;case 5:!this.a&&(this.a=new ws(this,0)),x6(nu(this.a,(Fi(),vL))),!this.a&&(this.a=new ws(this,0)),h_(nu(this.a,vL),u(n,16));return;case 6:!this.a&&(this.a=new ws(this,0)),x6(nu(this.a,(Fi(),yL))),!this.a&&(this.a=new ws(this,0)),h_(nu(this.a,yL),u(n,16));return}Ih(this,e-ur((Fi(),Nv)),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():Nv,e),n)},l.ii=function(){return Fi(),Nv},l.ki=function(e){switch(e){case 0:!this.a&&(this.a=new ws(this,0)),Lr(this.a);return;case 1:!this.b&&(this.b=new el((bn(),po),Sc,this,1)),this.b.c.$b();return;case 2:!this.c&&(this.c=new el((bn(),po),Sc,this,2)),this.c.c.$b();return;case 3:!this.a&&(this.a=new ws(this,0)),x6(nu(this.a,(Fi(),VN)));return;case 4:!this.a&&(this.a=new ws(this,0)),x6(nu(this.a,(Fi(),UN)));return;case 5:!this.a&&(this.a=new ws(this,0)),x6(nu(this.a,(Fi(),vL)));return;case 6:!this.a&&(this.a=new ws(this,0)),x6(nu(this.a,(Fi(),yL)));return}Dh(this,e-ur((Fi(),Nv)),Tn(this.j&2?(!this.k&&(this.k=new Xh),this.k).Nk():Nv,e))},l.Ib=function(){var e;return this.j&4?qf(this):(e=new Jh(qf(this)),e.a+=" (mixed: ",o_(e,this.a),e.a+=")",e.a)},D($s,"XMLTypeDocumentRootImpl",683),M(2028,720,{110:1,94:1,93:1,479:1,155:1,58:1,114:1,54:1,99:1,158:1,119:1,120:1,2122:1},pC),l.ri=function(e,n){switch(e.hk()){case 7:case 8:case 9:case 10:case 16:case 22:case 23:case 24:case 25:case 26:case 32:case 33:case 34:case 36:case 37:case 44:case 45:case 50:case 51:case 53:case 55:case 56:case 57:case 58:case 60:case 61:case 4:return n==null?null:ec(n);case 19:case 28:case 29:case 35:case 38:case 39:case 41:case 46:case 52:case 54:case 5:return Gr(n);case 6:return gsn(u(n,195));case 12:case 47:case 49:case 11:return zge(this,e,n);case 13:return n==null?null:C7n(u(n,247));case 15:case 14:return n==null?null:Mun(Rt(Ht(n)));case 17:return Bhe((Fi(),n));case 18:return Bhe(n);case 21:case 20:return n==null?null:Dun(u(n,161).a);case 27:return psn(u(n,195));case 30:return Qle((Fi(),u(n,15)));case 31:return Qle(u(n,15));case 40:return wsn((Fi(),n));case 42:return Rhe((Fi(),n));case 43:return Rhe(n);case 59:case 48:return bsn((Fi(),n));default:throw nt(new zn(oT+e.xe()+hv))}},l.si=function(e){var n,r,s,o,h;switch(e.G==-1&&(e.G=(r=nh(e),r?Ip(r.vi(),e):-1)),e.G){case 0:return n=new z2t,n;case 1:return s=new det,s;case 2:return o=new CKt,o;case 3:return h=new _Kt,h;default:throw nt(new zn(Flt+e.zb+hv))}},l.ti=function(e,n){var r,s,o,h,d,m,k,T,A,N,j,U,W,tt,ct,Tt;switch(e.hk()){case 5:case 52:case 4:return n;case 6:return Ewn(n);case 8:case 7:return n==null?null:uyn(n);case 9:return n==null?null:$I(oh((s=iu(n,!0),s.length>0&&(qn(0,s.length),s.charCodeAt(0)==43)?(qn(1,s.length+1),s.substr(1)):s),-128,127)<<24>>24);case 10:return n==null?null:$I(oh((o=iu(n,!0),o.length>0&&(qn(0,o.length),o.charCodeAt(0)==43)?(qn(1,o.length+1),o.substr(1)):o),-128,127)<<24>>24);case 11:return Gr(rv(this,(Fi(),mTe),n));case 12:return Gr(rv(this,(Fi(),vTe),n));case 13:return n==null?null:new hwt(iu(n,!0));case 15:case 14:return Ixn(n);case 16:return Gr(rv(this,(Fi(),yTe),n));case 17:return Zue((Fi(),n));case 18:return Zue(n);case 28:case 29:case 35:case 38:case 39:case 41:case 54:case 19:return iu(n,!0);case 21:case 20:return qxn(n);case 22:return Gr(rv(this,(Fi(),xTe),n));case 23:return Gr(rv(this,(Fi(),kTe),n));case 24:return Gr(rv(this,(Fi(),ETe),n));case 25:return Gr(rv(this,(Fi(),TTe),n));case 26:return Gr(rv(this,(Fi(),CTe),n));case 27:return hwn(n);case 30:return tle((Fi(),n));case 31:return tle(n);case 32:return n==null?null:fe(oh((A=iu(n,!0),A.length>0&&(qn(0,A.length),A.charCodeAt(0)==43)?(qn(1,A.length+1),A.substr(1)):A),Va,ki));case 33:return n==null?null:new xb((N=iu(n,!0),N.length>0&&(qn(0,N.length),N.charCodeAt(0)==43)?(qn(1,N.length+1),N.substr(1)):N));case 34:return n==null?null:fe(oh((j=iu(n,!0),j.length>0&&(qn(0,j.length),j.charCodeAt(0)==43)?(qn(1,j.length+1),j.substr(1)):j),Va,ki));case 36:return n==null?null:Ag(dV((U=iu(n,!0),U.length>0&&(qn(0,U.length),U.charCodeAt(0)==43)?(qn(1,U.length+1),U.substr(1)):U)));case 37:return n==null?null:Ag(dV((W=iu(n,!0),W.length>0&&(qn(0,W.length),W.charCodeAt(0)==43)?(qn(1,W.length+1),W.substr(1)):W)));case 40:return cmn((Fi(),n));case 42:return ele((Fi(),n));case 43:return ele(n);case 44:return n==null?null:new xb((tt=iu(n,!0),tt.length>0&&(qn(0,tt.length),tt.charCodeAt(0)==43)?(qn(1,tt.length+1),tt.substr(1)):tt));case 45:return n==null?null:new xb((ct=iu(n,!0),ct.length>0&&(qn(0,ct.length),ct.charCodeAt(0)==43)?(qn(1,ct.length+1),ct.substr(1)):ct));case 46:return iu(n,!1);case 47:return Gr(rv(this,(Fi(),_Te),n));case 59:case 48:return omn((Fi(),n));case 49:return Gr(rv(this,(Fi(),STe),n));case 50:return n==null?null:g7(oh((Tt=iu(n,!0),Tt.length>0&&(qn(0,Tt.length),Tt.charCodeAt(0)==43)?(qn(1,Tt.length+1),Tt.substr(1)):Tt),mU,32767)<<16>>16);case 51:return n==null?null:g7(oh((h=iu(n,!0),h.length>0&&(qn(0,h.length),h.charCodeAt(0)==43)?(qn(1,h.length+1),h.substr(1)):h),mU,32767)<<16>>16);case 53:return Gr(rv(this,(Fi(),ATe),n));case 55:return n==null?null:g7(oh((d=iu(n,!0),d.length>0&&(qn(0,d.length),d.charCodeAt(0)==43)?(qn(1,d.length+1),d.substr(1)):d),mU,32767)<<16>>16);case 56:return n==null?null:g7(oh((m=iu(n,!0),m.length>0&&(qn(0,m.length),m.charCodeAt(0)==43)?(qn(1,m.length+1),m.substr(1)):m),mU,32767)<<16>>16);case 57:return n==null?null:Ag(dV((k=iu(n,!0),k.length>0&&(qn(0,k.length),k.charCodeAt(0)==43)?(qn(1,k.length+1),k.substr(1)):k)));case 58:return n==null?null:Ag(dV((T=iu(n,!0),T.length>0&&(qn(0,T.length),T.charCodeAt(0)==43)?(qn(1,T.length+1),T.substr(1)):T)));case 60:return n==null?null:fe(oh((r=iu(n,!0),r.length>0&&(qn(0,r.length),r.charCodeAt(0)==43)?(qn(1,r.length+1),r.substr(1)):r),Va,ki));case 61:return n==null?null:fe(oh(iu(n,!0),Va,ki));default:throw nt(new zn(oT+e.xe()+hv))}};var MTe,GIt,DTe,KIt;D($s,"XMLTypeFactoryImpl",2028),M(594,184,{110:1,94:1,93:1,155:1,197:1,58:1,241:1,114:1,54:1,99:1,158:1,184:1,119:1,120:1,690:1,2044:1,594:1},Tee),l.N=!1,l.O=!1;var ITe=!1;D($s,"XMLTypePackageImpl",594),M(1961,1,{851:1},uet),l.Kk=function(){return ykt(),zTe},D($s,"XMLTypePackageImpl/1",1961),M(1970,1,fi,u6),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/10",1970),M(1971,1,fi,ij),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/11",1971),M(1972,1,fi,sj),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/12",1972),M(1973,1,fi,het),l.fk=function(e){return Cy(e)},l.gk=function(e){return Vt(zs,le,345,e,7,1)},D($s,"XMLTypePackageImpl/13",1973),M(1974,1,fi,aj),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/14",1974),M(1975,1,fi,fet),l.fk=function(e){return At(e,15)},l.gk=function(e){return Vt($h,l3,15,e,0,1)},D($s,"XMLTypePackageImpl/15",1975),M(1976,1,fi,oj),l.fk=function(e){return At(e,15)},l.gk=function(e){return Vt($h,l3,15,e,0,1)},D($s,"XMLTypePackageImpl/16",1976),M(1977,1,fi,oD),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/17",1977),M(1978,1,fi,bC),l.fk=function(e){return At(e,161)},l.gk=function(e){return Vt(gT,le,161,e,0,1)},D($s,"XMLTypePackageImpl/18",1978),M(1979,1,fi,get),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/19",1979),M(1962,1,fi,pet),l.fk=function(e){return At(e,857)},l.gk=function(e){return Vt(qN,Ln,857,e,0,1)},D($s,"XMLTypePackageImpl/2",1962),M(1980,1,fi,bet),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/20",1980),M(1981,1,fi,wet),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/21",1981),M(1982,1,fi,met),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/22",1982),M(1983,1,fi,cj),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/23",1983),M(1984,1,fi,vet),l.fk=function(e){return At(e,195)},l.gk=function(e){return Vt(cl,le,195,e,0,2)},D($s,"XMLTypePackageImpl/24",1984),M(1985,1,fi,yet),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/25",1985),M(1986,1,fi,xet),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/26",1986),M(1987,1,fi,uj),l.fk=function(e){return At(e,15)},l.gk=function(e){return Vt($h,l3,15,e,0,1)},D($s,"XMLTypePackageImpl/27",1987),M(1988,1,fi,ket),l.fk=function(e){return At(e,15)},l.gk=function(e){return Vt($h,l3,15,e,0,1)},D($s,"XMLTypePackageImpl/28",1988),M(1989,1,fi,Eet),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/29",1989),M(1963,1,fi,wC),l.fk=function(e){return At(e,681)},l.gk=function(e){return Vt(WK,Ln,2119,e,0,1)},D($s,"XMLTypePackageImpl/3",1963),M(1990,1,fi,Tet),l.fk=function(e){return At(e,17)},l.gk=function(e){return Vt(Na,le,17,e,0,1)},D($s,"XMLTypePackageImpl/30",1990),M(1991,1,fi,Cet),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/31",1991),M(1992,1,fi,_et),l.fk=function(e){return At(e,168)},l.gk=function(e){return Vt(dv,le,168,e,0,1)},D($s,"XMLTypePackageImpl/32",1992),M(1993,1,fi,Aet),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/33",1993),M(1994,1,fi,Let),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/34",1994),M(1995,1,fi,Met),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/35",1995),M(1996,1,fi,lj),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/36",1996),M(1997,1,fi,Det),l.fk=function(e){return At(e,15)},l.gk=function(e){return Vt($h,l3,15,e,0,1)},D($s,"XMLTypePackageImpl/37",1997),M(1998,1,fi,hj),l.fk=function(e){return At(e,15)},l.gk=function(e){return Vt($h,l3,15,e,0,1)},D($s,"XMLTypePackageImpl/38",1998),M(1999,1,fi,Iet),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/39",1999),M(1964,1,fi,cD),l.fk=function(e){return At(e,682)},l.gk=function(e){return Vt(HN,Ln,2120,e,0,1)},D($s,"XMLTypePackageImpl/4",1964),M(2e3,1,fi,Oet),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/40",2e3),M(2001,1,fi,fj),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/41",2001),M(2002,1,fi,Pet),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/42",2002),M(2003,1,fi,dj),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/43",2003),M(2004,1,fi,Net),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/44",2004),M(2005,1,fi,gj),l.fk=function(e){return At(e,191)},l.gk=function(e){return Vt(gv,le,191,e,0,1)},D($s,"XMLTypePackageImpl/45",2005),M(2006,1,fi,pj),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/46",2006),M(2007,1,fi,bj),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/47",2007),M(2008,1,fi,uD),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/48",2008),M(2009,1,fi,C4),l.fk=function(e){return At(e,191)},l.gk=function(e){return Vt(gv,le,191,e,0,1)},D($s,"XMLTypePackageImpl/49",2009),M(1965,1,fi,mC),l.fk=function(e){return At(e,683)},l.gk=function(e){return Vt(VIt,Ln,2121,e,0,1)},D($s,"XMLTypePackageImpl/5",1965),M(2010,1,fi,Id),l.fk=function(e){return At(e,168)},l.gk=function(e){return Vt(dv,le,168,e,0,1)},D($s,"XMLTypePackageImpl/50",2010),M(2011,1,fi,wj),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/51",2011),M(2012,1,fi,Q8),l.fk=function(e){return At(e,17)},l.gk=function(e){return Vt(Na,le,17,e,0,1)},D($s,"XMLTypePackageImpl/52",2012),M(1966,1,fi,lD),l.fk=function(e){return pa(e)},l.gk=function(e){return Vt(Ne,le,2,e,6,1)},D($s,"XMLTypePackageImpl/6",1966),M(1967,1,fi,Fet),l.fk=function(e){return At(e,195)},l.gk=function(e){return Vt(cl,le,195,e,0,2)},D($s,"XMLTypePackageImpl/7",1967),M(1968,1,fi,I2),l.fk=function(e){return Ty(e)},l.gk=function(e){return Vt(Es,le,484,e,8,1)},D($s,"XMLTypePackageImpl/8",1968),M(1969,1,fi,mj),l.fk=function(e){return At(e,222)},l.gk=function(e){return Vt(Ok,le,222,e,0,1)},D($s,"XMLTypePackageImpl/9",1969);var xd,tb,xL,YK,wt;M(55,63,Ig,Yr),D($p,"RegEx/ParseException",55),M(836,1,{},hD),l.bm=function(e){return e<this.j&&qa(this.i,e)==63},l.cm=function(){var e,n,r,s,o;if(this.c!=10)throw nt(new Yr(Qr((Ur(),lU))));switch(e=this.a,e){case 101:e=27;break;case 102:e=12;break;case 110:e=10;break;case 114:e=13;break;case 116:e=9;break;case 120:if(vi(this),this.c!=0)throw nt(new Yr(Qr((Ur(),jp))));if(this.a==123){o=0,r=0;do{if(vi(this),this.c!=0)throw nt(new Yr(Qr((Ur(),jp))));if((o=sw(this.a))<0)break;if(r>r*16)throw nt(new Yr(Qr((Ur(),eme))));r=r*16+o}while(!0);if(this.a!=125)throw nt(new Yr(Qr((Ur(),nme))));if(r>hT)throw nt(new Yr(Qr((Ur(),rme))));e=r}else{if(o=0,this.c!=0||(o=sw(this.a))<0)throw nt(new Yr(Qr((Ur(),jp))));if(r=o,vi(this),this.c!=0||(o=sw(this.a))<0)throw nt(new Yr(Qr((Ur(),jp))));r=r*16+o,e=r}break;case 117:if(s=0,vi(this),this.c!=0||(s=sw(this.a))<0)throw nt(new Yr(Qr((Ur(),jp))));if(n=s,vi(this),this.c!=0||(s=sw(this.a))<0)throw nt(new Yr(Qr((Ur(),jp))));if(n=n*16+s,vi(this),this.c!=0||(s=sw(this.a))<0)throw nt(new Yr(Qr((Ur(),jp))));if(n=n*16+s,vi(this),this.c!=0||(s=sw(this.a))<0)throw nt(new Yr(Qr((Ur(),jp))));n=n*16+s,e=n;break;case 118:if(vi(this),this.c!=0||(s=sw(this.a))<0)throw nt(new Yr(Qr((Ur(),jp))));if(n=s,vi(this),this.c!=0||(s=sw(this.a))<0)throw nt(new Yr(Qr((Ur(),jp))));if(n=n*16+s,vi(this),this.c!=0||(s=sw(this.a))<0)throw nt(new Yr(Qr((Ur(),jp))));if(n=n*16+s,vi(this),this.c!=0||(s=sw(this.a))<0)throw nt(new Yr(Qr((Ur(),jp))));if(n=n*16+s,vi(this),this.c!=0||(s=sw(this.a))<0)throw nt(new Yr(Qr((Ur(),jp))));if(n=n*16+s,vi(this),this.c!=0||(s=sw(this.a))<0)throw nt(new Yr(Qr((Ur(),jp))));if(n=n*16+s,n>hT)throw nt(new Yr(Qr((Ur(),"parser.descappe.4"))));e=n;break;case 65:case 90:case 122:throw nt(new Yr(Qr((Ur(),ime))))}return e},l.dm=function(e){var n,r;switch(e){case 100:r=(this.e&32)==32?zb("Nd",!0):(xi(),XK);break;case 68:r=(this.e&32)==32?zb("Nd",!1):(xi(),ZIt);break;case 119:r=(this.e&32)==32?zb("IsWord",!0):(xi(),QT);break;case 87:r=(this.e&32)==32?zb("IsWord",!1):(xi(),eOt);break;case 115:r=(this.e&32)==32?zb("IsSpace",!0):(xi(),r8);break;case 83:r=(this.e&32)==32?zb("IsSpace",!1):(xi(),tOt);break;default:throw nt(new oc((n=e,ive+n.toString(16))))}return r},l.em=function(e){var n,r,s,o,h,d,m,k,T,A,N,j;for(this.b=1,vi(this),n=null,this.c==0&&this.a==94?(vi(this),e?A=(xi(),xi(),new eh(5)):(n=(xi(),xi(),new eh(4)),ru(n,0,hT),A=new eh(4))):A=(xi(),xi(),new eh(4)),o=!0;(j=this.c)!=1&&!(j==0&&this.a==93&&!o);){if(o=!1,r=this.a,s=!1,j==10)switch(r){case 100:case 68:case 119:case 87:case 115:case 83:a3(A,this.dm(r)),s=!0;break;case 105:case 73:case 99:case 67:r=this.um(A,r),r<0&&(s=!0);break;case 112:case 80:if(N=m6t(this,r),!N)throw nt(new Yr(Qr((Ur(),Ylt))));a3(A,N),s=!0;break;default:r=this.cm()}else if(j==20){if(d=xE(this.i,58,this.d),d<0)throw nt(new Yr(Qr((Ur(),xTt))));if(m=!0,qa(this.i,this.d)==94&&(++this.d,m=!1),h=Ch(this.i,this.d,d),k=Lse(h,m,(this.e&512)==512),!k)throw nt(new Yr(Qr((Ur(),Xwe))));if(a3(A,k),s=!0,d+1>=this.j||qa(this.i,d+1)!=93)throw nt(new Yr(Qr((Ur(),xTt))));this.d=d+2}if(vi(this),!s)if(this.c!=0||this.a!=45)ru(A,r,r);else{if(vi(this),(j=this.c)==1)throw nt(new Yr(Qr((Ur(),hU))));j==0&&this.a==93?(ru(A,r,r),ru(A,45,45)):(T=this.a,j==10&&(T=this.cm()),vi(this),ru(A,r,T))}(this.e&Uf)==Uf&&this.c==0&&this.a==44&&vi(this)}if(this.c==1)throw nt(new Yr(Qr((Ur(),hU))));return n&&(MS(n,A),A=n),h5(A),AS(A),this.b=0,vi(this),A},l.fm=function(){var e,n,r,s;for(r=this.em(!1);(s=this.c)!=7;)if(e=this.a,s==0&&(e==45||e==38)||s==4){if(vi(this),this.c!=9)throw nt(new Yr(Qr((Ur(),Jwe))));if(n=this.em(!1),s==4)a3(r,n);else if(e==45)MS(r,n);else if(e==38)Bge(r,n);else throw nt(new oc("ASSERT"))}else throw nt(new Yr(Qr((Ur(),Zwe))));return vi(this),r},l.gm=function(){var e,n;return e=this.a-48,n=(xi(),xi(),new nst(12,null,e)),!this.g&&(this.g=new i$),r$(this.g,new E2t(e)),vi(this),n},l.hm=function(){return vi(this),xi(),NTe},l.im=function(){return vi(this),xi(),PTe},l.jm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.km=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.lm=function(){return vi(this),_pn()},l.mm=function(){return vi(this),xi(),BTe},l.nm=function(){return vi(this),xi(),jTe},l.om=function(){var e;if(this.d>=this.j||((e=qa(this.i,this.d++))&65504)!=64)throw nt(new Yr(Qr((Ur(),Kwe))));return vi(this),xi(),xi(),new T0(0,e-64)},l.pm=function(){return vi(this),LEn()},l.qm=function(){return vi(this),xi(),$Te},l.rm=function(){var e;return e=(xi(),xi(),new T0(0,105)),vi(this),e},l.sm=function(){return vi(this),xi(),RTe},l.tm=function(){return vi(this),xi(),FTe},l.um=function(e,n){return this.cm()},l.vm=function(){return vi(this),xi(),QIt},l.wm=function(){var e,n,r,s,o;if(this.d+1>=this.j)throw nt(new Yr(Qr((Ur(),Vwe))));if(s=-1,n=null,e=qa(this.i,this.d),49<=e&&e<=57){if(s=e-48,!this.g&&(this.g=new i$),r$(this.g,new E2t(s)),++this.d,qa(this.i,this.d)!=41)throw nt(new Yr(Qr((Ur(),mw))));++this.d}else switch(e==63&&--this.d,vi(this),n=Ukt(this),n.e){case 20:case 21:case 22:case 23:break;case 8:if(this.c!=7)throw nt(new Yr(Qr((Ur(),mw))));break;default:throw nt(new Yr(Qr((Ur(),Uwe))))}if(vi(this),o=Ym(this),r=null,o.e==2){if(o.Pm()!=2)throw nt(new Yr(Qr((Ur(),Gwe))));r=o.Lm(1),o=o.Lm(0)}if(this.c!=7)throw nt(new Yr(Qr((Ur(),mw))));return vi(this),xi(),xi(),new lae(s,n,o,r)},l.xm=function(){return vi(this),xi(),JIt},l.ym=function(){var e;if(vi(this),e=Nz(24,Ym(this)),this.c!=7)throw nt(new Yr(Qr((Ur(),mw))));return vi(this),e},l.zm=function(){var e;if(vi(this),e=Nz(20,Ym(this)),this.c!=7)throw nt(new Yr(Qr((Ur(),mw))));return vi(this),e},l.Am=function(){var e;if(vi(this),e=Nz(22,Ym(this)),this.c!=7)throw nt(new Yr(Qr((Ur(),mw))));return vi(this),e},l.Bm=function(){var e,n,r,s,o;for(e=0,r=0,n=-1;this.d<this.j&&(n=qa(this.i,this.d),o=T6t(n),o!=0);)e|=o,++this.d;if(this.d>=this.j)throw nt(new Yr(Qr((Ur(),vTt))));if(n==45){for(++this.d;this.d<this.j&&(n=qa(this.i,this.d),o=T6t(n),o!=0);)r|=o,++this.d;if(this.d>=this.j)throw nt(new Yr(Qr((Ur(),vTt))))}if(n==58){if(++this.d,vi(this),s=see(Ym(this),e,r),this.c!=7)throw nt(new Yr(Qr((Ur(),mw))));vi(this)}else if(n==41)++this.d,vi(this),s=see(Ym(this),e,r);else throw nt(new Yr(Qr((Ur(),Hwe))));return s},l.Cm=function(){var e;if(vi(this),e=Nz(21,Ym(this)),this.c!=7)throw nt(new Yr(Qr((Ur(),mw))));return vi(this),e},l.Dm=function(){var e;if(vi(this),e=Nz(23,Ym(this)),this.c!=7)throw nt(new Yr(Qr((Ur(),mw))));return vi(this),e},l.Em=function(){var e,n;if(vi(this),e=this.f++,n=Mit(Ym(this),e),this.c!=7)throw nt(new Yr(Qr((Ur(),mw))));return vi(this),n},l.Fm=function(){var e;if(vi(this),e=Mit(Ym(this),0),this.c!=7)throw nt(new Yr(Qr((Ur(),mw))));return vi(this),e},l.Gm=function(e){return vi(this),this.c==5?(vi(this),_z(e,(xi(),xi(),new By(9,e)))):_z(e,(xi(),xi(),new By(3,e)))},l.Hm=function(e){var n;return vi(this),n=(xi(),xi(),new l_(2)),this.c==5?(vi(this),cw(n,EL),cw(n,e)):(cw(n,e),cw(n,EL)),n},l.Im=function(e){return vi(this),this.c==5?(vi(this),xi(),xi(),new By(9,e)):(xi(),xi(),new By(3,e))},l.a=0,l.b=0,l.c=0,l.d=0,l.e=0,l.f=1,l.g=null,l.j=0,D($p,"RegEx/RegexParser",836),M(1947,836,{},SKt),l.bm=function(e){return!1},l.cm=function(){return Z6t(this)},l.dm=function(e){return F7(e)},l.em=function(e){return Ipe(this)},l.fm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.gm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.hm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.im=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.jm=function(){return vi(this),F7(67)},l.km=function(){return vi(this),F7(73)},l.lm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.mm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.nm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.om=function(){return vi(this),F7(99)},l.pm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.qm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.rm=function(){return vi(this),F7(105)},l.sm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.tm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.um=function(e,n){return a3(e,F7(n)),-1},l.vm=function(){return vi(this),xi(),xi(),new T0(0,94)},l.wm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.xm=function(){return vi(this),xi(),xi(),new T0(0,36)},l.ym=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.zm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.Am=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.Bm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.Cm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.Dm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.Em=function(){var e;if(vi(this),e=Mit(Ym(this),0),this.c!=7)throw nt(new Yr(Qr((Ur(),mw))));return vi(this),e},l.Fm=function(){throw nt(new Yr(Qr((Ur(),jh))))},l.Gm=function(e){return vi(this),_z(e,(xi(),xi(),new By(3,e)))},l.Hm=function(e){var n;return vi(this),n=(xi(),xi(),new l_(2)),cw(n,e),cw(n,EL),n},l.Im=function(e){return vi(this),xi(),xi(),new By(3,e)};var dx=null,YT=null;D($p,"RegEx/ParserForXMLSchema",1947),M(122,1,fT,cm),l.Jm=function(e){throw nt(new oc("Not supported."))},l.Km=function(){return-1},l.Lm=function(e){return null},l.Mm=function(){return null},l.Nm=function(e){},l.Om=function(e){},l.Pm=function(){return 0},l.Ib=function(){return this.Qm(0)},l.Qm=function(e){return this.e==11?".":""},l.e=0;var WIt,XT,kL,OTe,YIt,W3=null,XK,e0t=null,XIt,EL,n0t=null,QIt,JIt,ZIt,tOt,eOt,PTe,r8,NTe,FTe,BTe,RTe,QT,jTe,$Te,j_n=D($p,"RegEx/Token",122);M(138,122,{3:1,138:1,122:1},eh),l.Qm=function(e){var n,r,s;if(this.e==4)if(this==XIt)r=".";else if(this==XK)r="\\d";else if(this==QT)r="\\w";else if(this==r8)r="\\s";else{for(s=new hp,s.a+="[",n=0;n<this.b.length;n+=2)e&Uf&&n>0&&(s.a+=","),this.b[n]===this.b[n+1]?Lo(s,qO(this.b[n])):(Lo(s,qO(this.b[n])),s.a+="-",Lo(s,qO(this.b[n+1])));s.a+="]",r=s.a}else if(this==ZIt)r="\\D";else if(this==eOt)r="\\W";else if(this==tOt)r="\\S";else{for(s=new hp,s.a+="[^",n=0;n<this.b.length;n+=2)e&Uf&&n>0&&(s.a+=","),this.b[n]===this.b[n+1]?Lo(s,qO(this.b[n])):(Lo(s,qO(this.b[n])),s.a+="-",Lo(s,qO(this.b[n+1])));s.a+="]",r=s.a}return r},l.a=!1,l.c=!1,D($p,"RegEx/RangeToken",138),M(592,1,{592:1},E2t),l.a=0,D($p,"RegEx/RegexParser/ReferencePosition",592),M(591,1,{3:1,591:1},qWt),l.Fb=function(e){var n;return e==null||!At(e,591)?!1:(n=u(e,591),hn(this.b,n.b)&&this.a==n.a)},l.Hb=function(){return Cp(this.b+"/"+G6t(this.a))},l.Ib=function(){return this.c.Qm(this.a)},l.a=0,D($p,"RegEx/RegularExpression",591),M(228,122,fT,T0),l.Km=function(){return this.a},l.Qm=function(e){var n,r,s;switch(this.e){case 0:switch(this.a){case 124:case 42:case 43:case 63:case 40:case 41:case 46:case 91:case 123:case 92:s="\\"+sit(this.a&js);break;case 12:s="\\f";break;case 10:s="\\n";break;case 13:s="\\r";break;case 9:s="\\t";break;case 27:s="\\e";break;default:this.a>=fo?(r=(n=this.a>>>0,"0"+n.toString(16)),s="\\v"+Ch(r,r.length-6,r.length)):s=""+sit(this.a&js)}break;case 8:this==QIt||this==JIt?s=""+sit(this.a&js):s="\\"+sit(this.a&js);break;default:s=null}return s},l.a=0,D($p,"RegEx/Token/CharToken",228),M(318,122,fT,By),l.Lm=function(e){return this.a},l.Nm=function(e){this.b=e},l.Om=function(e){this.c=e},l.Pm=function(){return 1},l.Qm=function(e){var n;if(this.e==3)if(this.c<0&&this.b<0)n=this.a.Qm(e)+"*";else if(this.c==this.b)n=this.a.Qm(e)+"{"+this.c+"}";else if(this.c>=0&&this.b>=0)n=this.a.Qm(e)+"{"+this.c+","+this.b+"}";else if(this.c>=0&&this.b<0)n=this.a.Qm(e)+"{"+this.c+",}";else throw nt(new oc("Token#toString(): CLOSURE "+this.c+ro+this.b));else if(this.c<0&&this.b<0)n=this.a.Qm(e)+"*?";else if(this.c==this.b)n=this.a.Qm(e)+"{"+this.c+"}?";else if(this.c>=0&&this.b>=0)n=this.a.Qm(e)+"{"+this.c+","+this.b+"}?";else if(this.c>=0&&this.b<0)n=this.a.Qm(e)+"{"+this.c+",}?";else throw nt(new oc("Token#toString(): NONGREEDYCLOSURE "+this.c+ro+this.b));return n},l.b=0,l.c=0,D($p,"RegEx/Token/ClosureToken",318),M(837,122,fT,fyt),l.Lm=function(e){return e==0?this.a:this.b},l.Pm=function(){return 2},l.Qm=function(e){var n;return this.b.e==3&&this.b.Lm(0)==this.a?n=this.a.Qm(e)+"+":this.b.e==9&&this.b.Lm(0)==this.a?n=this.a.Qm(e)+"+?":n=this.a.Qm(e)+(""+this.b.Qm(e)),n},D($p,"RegEx/Token/ConcatToken",837),M(1945,122,fT,lae),l.Lm=function(e){if(e==0)return this.d;if(e==1)return this.b;throw nt(new oc("Internal Error: "+e))},l.Pm=function(){return this.b?2:1},l.Qm=function(e){var n;return this.c>0?n="(?("+this.c+")":this.a.e==8?n="(?("+this.a+")":n="(?"+this.a,this.b?n+=this.d+"|"+this.b+")":n+=this.d+")",n},l.c=0,D($p,"RegEx/Token/ConditionToken",1945),M(1946,122,fT,tre),l.Lm=function(e){return this.b},l.Pm=function(){return 1},l.Qm=function(e){return"(?"+(this.a==0?"":G6t(this.a))+(this.c==0?"":G6t(this.c))+":"+this.b.Qm(e)+")"},l.a=0,l.c=0,D($p,"RegEx/Token/ModifierToken",1946),M(838,122,fT,kyt),l.Lm=function(e){return this.a},l.Pm=function(){return 1},l.Qm=function(e){var n;switch(n=null,this.e){case 6:this.b==0?n="(?:"+this.a.Qm(e)+")":n="("+this.a.Qm(e)+")";break;case 20:n="(?="+this.a.Qm(e)+")";break;case 21:n="(?!"+this.a.Qm(e)+")";break;case 22:n="(?<="+this.a.Qm(e)+")";break;case 23:n="(?<!"+this.a.Qm(e)+")";break;case 24:n="(?>"+this.a.Qm(e)+")"}return n},l.b=0,D($p,"RegEx/Token/ParenToken",838),M(530,122,{3:1,122:1,530:1},nst),l.Mm=function(){return this.b},l.Qm=function(e){return this.e==12?"\\"+this.a:xxn(this.b)},l.a=0,D($p,"RegEx/Token/StringToken",530),M(476,122,fT,l_),l.Jm=function(e){cw(this,e)},l.Lm=function(e){return u(Dm(this.a,e),122)},l.Pm=function(){return this.a?this.a.a.c.length:0},l.Qm=function(e){var n,r,s,o,h;if(this.e==1){if(this.a.a.c.length==2)n=u(Dm(this.a,0),122),r=u(Dm(this.a,1),122),r.e==3&&r.Lm(0)==n?o=n.Qm(e)+"+":r.e==9&&r.Lm(0)==n?o=n.Qm(e)+"+?":o=n.Qm(e)+(""+r.Qm(e));else{for(h=new hp,s=0;s<this.a.a.c.length;s++)Lo(h,u(Dm(this.a,s),122).Qm(e));o=h.a}return o}if(this.a.a.c.length==2&&u(Dm(this.a,1),122).e==7)o=u(Dm(this.a,0),122).Qm(e)+"?";else if(this.a.a.c.length==2&&u(Dm(this.a,0),122).e==7)o=u(Dm(this.a,1),122).Qm(e)+"??";else{for(h=new hp,Lo(h,u(Dm(this.a,0),122).Qm(e)),s=1;s<this.a.a.c.length;s++)h.a+="|",Lo(h,u(Dm(this.a,s),122).Qm(e));o=h.a}return o},D($p,"RegEx/Token/UnionToken",476),M(527,1,{600:1},SD),l.Ib=function(){return this.a.b},D(cve,"XMLTypeUtil/PatternMatcherImpl",527),M(1707,1527,{},Bet);var zTe;D(cve,"XMLTypeValidator",1707),M(270,1,O0,q2),l.Jc=function(e){Oa(this,e)},l.Kc=function(){return(this.b-this.a)*this.c<0?p2:new kb(this)},l.a=0,l.b=0,l.c=0;var p2;D($Tt,"ExclusiveRange",270),M(1084,1,I0,vj),l.Rb=function(e){u(e,17),nin()},l.Nb=function(e){Da(this,e)},l.Pb=function(){return Vnn()},l.Ub=function(){return Unn()},l.Wb=function(e){u(e,17),iin()},l.Ob=function(){return!1},l.Sb=function(){return!1},l.Tb=function(){return-1},l.Vb=function(){return-1},l.Qb=function(){throw nt(new up(hve))},D($Tt,"ExclusiveRange/1",1084),M(258,1,I0,kb),l.Rb=function(e){u(e,17),rin()},l.Nb=function(e){Da(this,e)},l.Pb=function(){return Qpn(this)},l.Ub=function(){return jdn(this)},l.Wb=function(e){u(e,17),sin()},l.Ob=function(){return this.c.c<0?this.a>=this.c.b:this.a<=this.c.b},l.Sb=function(){return this.b>0},l.Tb=function(){return this.b},l.Vb=function(){return this.b-1},l.Qb=function(){throw nt(new up(hve))},l.a=0,l.b=0,D($Tt,"ExclusiveRange/RangeIterator",258);var Uh=OE(fU,"C"),Or=OE(rA,"I"),Fl=OE(vk,"Z"),b2=OE(iA,"J"),cl=OE(tA,"B"),wa=OE(eA,"D"),Y3=OE(nA,"F"),gx=OE(sA,"S"),$_n=us("org.eclipse.elk.core.labels","ILabelManager"),nOt=us(io,"DiagnosticChain"),rOt=us(jme,"ResourceSet"),iOt=D(io,"InvocationTargetException",null),qTe=(c$(),tdn),HTe=HTe=Uvn;K0n(Hen),H0n("permProps",[[["locale","default"],[fve,"gecko1_8"]],[["locale","default"],[fve,"safari"]]]),HTe(null,"elk",null)}).call(this)}).call(this,typeof X0<"u"?X0:typeof self<"u"?self:typeof window<"u"?window:{})},{}],3:[function(f,g,w){function v(I,B){if(!(I instanceof B))throw new TypeError("Cannot call a class as a function")}function b(I,B){if(!I)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return B&&(typeof B=="object"||typeof B=="function")?B:I}function E(I,B){if(typeof B!="function"&&B!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof B);I.prototype=Object.create(B&&B.prototype,{constructor:{value:I,enumerable:!1,writable:!0,configurable:!0}}),B&&(Object.setPrototypeOf?Object.setPrototypeOf(I,B):I.__proto__=B)}var _=f("./elk-api.js").default,S=function(I){E(B,I);function B(){var F=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};v(this,B);var R=Object.assign({},F),q=!1;try{f.resolve("web-worker"),q=!0}catch{}if(F.workerUrl)if(q){var X=f("web-worker");R.workerFactory=function(ut){return new X(ut)}}else console.warn(`Web worker requested but 'web-worker' package not installed.
+Consider installing the package or pass your own 'workerFactory' to ELK's constructor.
+... Falling back to non-web worker version.`);if(!R.workerFactory){var rt=f("./elk-worker.min.js"),at=rt.Worker;R.workerFactory=function(ut){return new at(ut)}}return b(this,(B.__proto__||Object.getPrototypeOf(B)).call(this,R))}return B}(_);Object.defineProperty(g.exports,"__esModule",{value:!0}),g.exports=S,S.default=S},{"./elk-api.js":1,"./elk-worker.min.js":2,"web-worker":4}],4:[function(f,g,w){g.exports=Worker},{}]},{},[3])(3)})})(cHt);var WZe=cHt.exports;const YZe=JT(WZe),uHt=new YZe;let Qw={};const XZe={};let qx={};const QZe=async function(i,a,f,g,w,v,b){const _=f.select(`[id="${a}"]`).insert("g").attr("class","nodes"),S=Object.keys(i);return await Promise.all(S.map(async function(I){const B=i[I];let F="default";B.classes.length>0&&(F=B.classes.join(" ")),F=F+" flowchart-label";const R=Uw(B.styles);let q=B.text!==void 0?B.text:B.id;const X={width:0,height:0},rt=[{id:B.id+"-west",layoutOptions:{"port.side":"WEST"}},{id:B.id+"-east",layoutOptions:{"port.side":"EAST"}},{id:B.id+"-south",layoutOptions:{"port.side":"SOUTH"}},{id:B.id+"-north",layoutOptions:{"port.side":"NORTH"}}];let at=0,ut="",pt={};switch(B.type){case"round":at=5,ut="rect";break;case"square":ut="rect";break;case"diamond":ut="question",pt={portConstraints:"FIXED_SIDE"};break;case"hexagon":ut="hexagon";break;case"odd":ut="rect_left_inv_arrow";break;case"lean_right":ut="lean_right";break;case"lean_left":ut="lean_left";break;case"trapezoid":ut="trapezoid";break;case"inv_trapezoid":ut="inv_trapezoid";break;case"odd_right":ut="rect_left_inv_arrow";break;case"circle":ut="circle";break;case"ellipse":ut="ellipse";break;case"stadium":ut="stadium";break;case"subroutine":ut="subroutine";break;case"cylinder":ut="cylinder";break;case"group":ut="rect";break;case"doublecircle":ut="doublecircle";break;default:ut="rect"}const yt={labelStyle:R.labelStyle,shape:ut,labelText:q,labelType:B.labelType,rx:at,ry:at,class:F,style:R.style,id:B.id,link:B.link,linkTarget:B.linkTarget,tooltip:w.db.getTooltip(B.id)||"",domId:w.db.lookUpDomId(B.id),haveCallback:B.haveCallback,width:B.type==="group"?500:void 0,dir:B.dir,type:B.type,props:B.props,padding:h0().flowchart.padding};let mt,gt;if(yt.type!=="group")gt=await U$t(_,yt,B.dir),mt=gt.node().getBBox();else{g.createElementNS("http://www.w3.org/2000/svg","text");const{shapeSvg:bt,bbox:Z}=await f0(_,yt,void 0,!0);X.width=Z.width,X.wrappingWidth=h0().flowchart.wrappingWidth,X.height=Z.height,X.labelNode=bt.node(),yt.labelData=X}const ht={id:B.id,ports:B.type==="diamond"?rt:[],layoutOptions:pt,labelText:q,labelData:X,domId:w.db.lookUpDomId(B.id),width:mt==null?void 0:mt.width,height:mt==null?void 0:mt.height,type:B.type,el:gt,parent:v.parentById[B.id]};qx[yt.id]=ht})),b},lHt=(i,a,f)=>{const g={TB:{in:{north:"north"},out:{south:"west",west:"east",east:"south"}},LR:{in:{west:"west"},out:{east:"south",south:"north",north:"east"}},RL:{in:{east:"east"},out:{west:"north",north:"south",south:"west"}},BT:{in:{south:"south"},out:{north:"east",east:"west",west:"north"}}};return g.TD=g.TB,Wt.info("abc88",f,a,i),g[f][a][i]},hHt=(i,a,f)=>{if(Wt.info("getNextPort abc88",{node:i,edgeDirection:a,graphDirection:f}),!Qw[i])switch(f){case"TB":case"TD":Qw[i]={inPosition:"north",outPosition:"south"};break;case"BT":Qw[i]={inPosition:"south",outPosition:"north"};break;case"RL":Qw[i]={inPosition:"east",outPosition:"west"};break;case"LR":Qw[i]={inPosition:"west",outPosition:"east"};break}const g=a==="in"?Qw[i].inPosition:Qw[i].outPosition;return a==="in"?Qw[i].inPosition=lHt(Qw[i].inPosition,a,f):Qw[i].outPosition=lHt(Qw[i].outPosition,a,f),g},JZe=(i,a)=>{let f=i.start,g=i.end;const w=f,v=g,b=qx[f],E=qx[g];return!b||!E?{source:f,target:g}:(b.type==="diamond"&&(f=`${f}-${hHt(f,"out",a)}`),E.type==="diamond"&&(g=`${g}-${hHt(g,"in",a)}`),{source:f,target:g,sourceId:w,targetId:v})},ZZe=function(i,a,f,g){Wt.info("abc78 edges = ",i);const w=g.insert("g").attr("class","edgeLabels");let v={},b=a.db.getDirection(),E,_;if(i.defaultStyle!==void 0){const S=Uw(i.defaultStyle);E=S.style,_=S.labelStyle}return i.forEach(function(S){const I="L-"+S.start+"-"+S.end;v[I]===void 0?(v[I]=0,Wt.info("abc78 new entry",I,v[I])):(v[I]++,Wt.info("abc78 new entry",I,v[I]));let B=I+"-"+v[I];Wt.info("abc78 new link id to be used is",I,B,v[I]);const F="LS-"+S.start,R="LE-"+S.end,q={style:"",labelStyle:""};switch(q.minlen=S.length||1,S.type==="arrow_open"?q.arrowhead="none":q.arrowhead="normal",q.arrowTypeStart="arrow_open",q.arrowTypeEnd="arrow_open",S.type){case"double_arrow_cross":q.arrowTypeStart="arrow_cross";case"arrow_cross":q.arrowTypeEnd="arrow_cross";break;case"double_arrow_point":q.arrowTypeStart="arrow_point";case"arrow_point":q.arrowTypeEnd="arrow_point";break;case"double_arrow_circle":q.arrowTypeStart="arrow_circle";case"arrow_circle":q.arrowTypeEnd="arrow_circle";break}let X="",rt="";switch(S.stroke){case"normal":X="fill:none;",E!==void 0&&(X=E),_!==void 0&&(rt=_),q.thickness="normal",q.pattern="solid";break;case"dotted":q.thickness="normal",q.pattern="dotted",q.style="fill:none;stroke-width:2px;stroke-dasharray:3;";break;case"thick":q.thickness="thick",q.pattern="solid",q.style="stroke-width: 3.5px;fill:none;";break}if(S.style!==void 0){const gt=Uw(S.style);X=gt.style,rt=gt.labelStyle}q.style=q.style+=X,q.labelStyle=q.labelStyle+=rt,S.interpolate!==void 0?q.curve=Vw(S.interpolate,Vg):i.defaultInterpolate!==void 0?q.curve=Vw(i.defaultInterpolate,Vg):q.curve=Vw(XZe.curve,Vg),S.text===void 0?S.style!==void 0&&(q.arrowheadStyle="fill: #333"):(q.arrowheadStyle="fill: #333",q.labelpos="c"),q.labelType=S.labelType,q.label=S.text.replace(ei.lineBreakRegex,`
+`),S.style===void 0&&(q.style=q.style||"stroke: #333; stroke-width: 1.5px;fill:none;"),q.labelStyle=q.labelStyle.replace("color:","fill:"),q.id=B,q.classes="flowchart-link "+F+" "+R;const at=Q$t(w,q),{source:ut,target:pt,sourceId:yt,targetId:mt}=JZe(S,b);Wt.debug("abc78 source and target",ut,pt),f.edges.push({id:"e"+S.start+S.end,sources:[ut],targets:[pt],sourceId:yt,targetId:mt,labelEl:at,labels:[{width:q.width,height:q.height,orgWidth:q.width,orgHeight:q.height,text:q.label,layoutOptions:{"edgeLabels.inline":"true","edgeLabels.placement":"CENTER"}}],edgeData:q})}),f},ttn=function(i,a,f,g,w){let v="";g&&(v=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search,v=v.replace(/\(/g,"\\("),v=v.replace(/\)/g,"\\)")),Y$t(i,a,v,w,f)},etn=function(i,a){return Wt.info("Extracting classes"),a.db.getClasses()},ntn=function(i){const a={parentById:{},childrenById:{}},f=i.getSubGraphs();return Wt.info("Subgraphs - ",f),f.forEach(function(g){g.nodes.forEach(function(w){a.parentById[w]=g.id,a.childrenById[g.id]===void 0&&(a.childrenById[g.id]=[]),a.childrenById[g.id].push(w)})}),f.forEach(function(g){g.id,a.parentById[g.id]!==void 0&&a.parentById[g.id]}),a},rtn=function(i,a,f){const g=KZe(i,a,f);if(g===void 0||g==="root")return{x:0,y:0};const w=qx[g].offset;return{x:w.posX,y:w.posY}},itn=function(i,a,f,g,w,v){const b=rtn(a.sourceId,a.targetId,w),E=a.sections[0].startPoint,_=a.sections[0].endPoint,I=(a.sections[0].bendPoints?a.sections[0].bendPoints:[]).map(pt=>[pt.x+b.x,pt.y+b.y]),B=[[E.x+b.x,E.y+b.y],...I,[_.x+b.x,_.y+b.y]],{x:F,y:R}=W$t(a.edgeData),q=Cx().x(F).y(R).curve(Vg),X=i.insert("path").attr("d",q(B)).attr("class","path "+f.classes).attr("fill","none"),rt=i.insert("g").attr("class","edgeLabel"),at=xr(rt.node().appendChild(a.labelEl)),ut=at.node().firstChild.getBoundingClientRect();at.attr("width",ut.width),at.attr("height",ut.height),rt.attr("transform",`translate(${a.labels[0].x+b.x}, ${a.labels[0].y+b.y})`),ttn(X,f,g.type,g.arrowMarkerAbsolute,v)},fHt=(i,a)=>{i.forEach(f=>{f.children||(f.children=[]);const g=a.childrenById[f.id];g&&g.forEach(w=>{f.children.push(qx[w])}),fHt(f.children,a)})},stn=async function(i,a,f,g){var ht;g.db.clear(),qx={},Qw={},g.db.setGen("gen-2"),g.parser.parse(i);const w=xr("body").append("div").attr("style","height:400px").attr("id","cy");let v={id:"root",layoutOptions:{"elk.hierarchyHandling":"INCLUDE_CHILDREN","org.eclipse.elk.padding":"[top=100, left=100, bottom=110, right=110]","elk.layered.spacing.edgeNodeBetweenLayers":"30","elk.direction":"DOWN"},children:[],edges:[]};switch(Wt.info("Drawing flowchart using v3 renderer",uHt),g.db.getDirection()){case"BT":v.layoutOptions["elk.direction"]="UP";break;case"TB":v.layoutOptions["elk.direction"]="DOWN";break;case"LR":v.layoutOptions["elk.direction"]="RIGHT";break;case"RL":v.layoutOptions["elk.direction"]="LEFT";break}const{securityLevel:E,flowchart:_}=h0();let S;E==="sandbox"&&(S=xr("#i"+a));const I=xr(E==="sandbox"?S.nodes()[0].contentDocument.body:"body"),B=E==="sandbox"?S.nodes()[0].contentDocument:document,F=I.select(`[id="${a}"]`);r$t(F,["point","circle","cross"],g.type,a);const q=g.db.getVertices();let X;const rt=g.db.getSubGraphs();Wt.info("Subgraphs - ",rt);for(let bt=rt.length-1;bt>=0;bt--)X=rt[bt],g.db.addVertex(X.id,{text:X.title,type:X.labelType},"group",void 0,X.classes,X.dir);const at=F.insert("g").attr("class","subgraphs"),ut=ntn(g.db);v=await QZe(q,a,I,B,g,ut,v);const pt=F.insert("g").attr("class","edges edgePath"),yt=g.db.getEdges();v=ZZe(yt,g,v,F),Object.keys(qx).forEach(bt=>{const Z=qx[bt];Z.parent||v.children.push(Z),ut.childrenById[bt]!==void 0&&(Z.labels=[{text:Z.labelText,layoutOptions:{"nodeLabels.placement":"[H_CENTER, V_TOP, INSIDE]"},width:Z.labelData.width,height:Z.labelData.height}],delete Z.x,delete Z.y,delete Z.width,delete Z.height)}),fHt(v.children,ut),Wt.info("after layout",JSON.stringify(v,null,2));const gt=await uHt.layout(v);dHt(0,0,gt.children,F,at,g,0),Wt.info("after layout",gt),(ht=gt.edges)==null||ht.map(bt=>{itn(pt,bt,bt.edgeData,g,ut,a)}),g8({},F,_.diagramPadding,_.useMaxWidth),w.remove()},dHt=(i,a,f,g,w,v,b)=>{f.forEach(function(E){if(E)if(qx[E.id].offset={posX:E.x+i,posY:E.y+a,x:i,y:a,depth:b,width:E.width,height:E.height},E.type==="group"){const _=w.insert("g").attr("class","subgraph");_.insert("rect").attr("class","subgraph subgraph-lvl-"+b%5+" node").attr("x",E.x+i).attr("y",E.y+a).attr("width",E.width).attr("height",E.height);const S=_.insert("g").attr("class","label"),I=h0().flowchart.htmlLabels?E.labelData.width/2:0;S.attr("transform",`translate(${E.labels[0].x+i+E.x+I}, ${E.labels[0].y+a+E.y+3})`),S.node().appendChild(E.labelData.labelNode),Wt.info("Id (UGH)= ",E.type,E.labels)}else Wt.info("Id (UGH)= ",E.id),E.el.attr("transform",`translate(${E.x+i+E.width/2}, ${E.y+a+E.height/2})`)}),f.forEach(function(E){E&&E.type==="group"&&dHt(i+E.x,a+E.y,E.children,g,w,v,b+1)})},atn={getClasses:etn,draw:stn},otn=i=>{let a="";for(let f=0;f<5;f++)a+=`
+ .subgraph-lvl-${f} {
+ fill: ${i[`surface${f}`]};
+ stroke: ${i[`surfacePeer${f}`]};
+ }
+ `;return a},ctn=Object.freeze(Object.defineProperty({__proto__:null,diagram:{db:YRe,renderer:atn,parser:Jgt,styles:i=>`.label {
+ font-family: ${i.fontFamily};
+ color: ${i.nodeTextColor||i.textColor};
+ }
+ .cluster-label text {
+ fill: ${i.titleColor};
+ }
+ .cluster-label span {
+ color: ${i.titleColor};
+ }
+
+ .label text,span {
+ fill: ${i.nodeTextColor||i.textColor};
+ color: ${i.nodeTextColor||i.textColor};
+ }
+
+ .node rect,
+ .node circle,
+ .node ellipse,
+ .node polygon,
+ .node path {
+ fill: ${i.mainBkg};
+ stroke: ${i.nodeBorder};
+ stroke-width: 1px;
+ }
+
+ .node .label {
+ text-align: center;
+ }
+ .node.clickable {
+ cursor: pointer;
+ }
+
+ .arrowheadPath {
+ fill: ${i.arrowheadColor};
+ }
+
+ .edgePath .path {
+ stroke: ${i.lineColor};
+ stroke-width: 2.0px;
+ }
+
+ .flowchart-link {
+ stroke: ${i.lineColor};
+ fill: none;
+ }
+
+ .edgeLabel {
+ background-color: ${i.edgeLabelBackground};
+ rect {
+ opacity: 0.85;
+ background-color: ${i.edgeLabelBackground};
+ fill: ${i.edgeLabelBackground};
+ }
+ text-align: center;
+ }
+
+ .cluster rect {
+ fill: ${i.clusterBkg};
+ stroke: ${i.clusterBorder};
+ stroke-width: 1px;
+ }
+
+ .cluster text {
+ fill: ${i.titleColor};
+ }
+
+ .cluster span {
+ color: ${i.titleColor};
+ }
+ /* .cluster div {
+ color: ${i.titleColor};
+ } */
+
+ div.mermaidTooltip {
+ position: absolute;
+ text-align: center;
+ max-width: 200px;
+ padding: 2px;
+ font-family: ${i.fontFamily};
+ font-size: 12px;
+ background: ${i.tertiaryColor};
+ border: 1px solid ${i.border2};
+ border-radius: 2px;
+ pointer-events: none;
+ z-index: 100;
+ }
+
+ .flowchartTitleText {
+ text-anchor: middle;
+ font-size: 18px;
+ fill: ${i.textColor};
+ }
+ .subgraph {
+ stroke-width:2;
+ rx:3;
+ }
+ // .subgraph-lvl-1 {
+ // fill:#ccc;
+ // // stroke:black;
+ // }
+
+ .flowchart-label text {
+ text-anchor: middle;
+ }
+
+ ${otn(i)}
+`}},Symbol.toStringTag,{value:"Module"}));var Zbt=function(){var i=function(F,R,q,X){for(q=q||{},X=F.length;X--;q[F[X]]=R);return q},a=[6,8,10,11,12,14,16,17,20,21],f=[1,9],g=[1,10],w=[1,11],v=[1,12],b=[1,13],E=[1,16],_=[1,17],S={trace:function(){},yy:{},symbols_:{error:2,start:3,timeline:4,document:5,EOF:6,line:7,SPACE:8,statement:9,NEWLINE:10,title:11,acc_title:12,acc_title_value:13,acc_descr:14,acc_descr_value:15,acc_descr_multiline_value:16,section:17,period_statement:18,event_statement:19,period:20,event:21,$accept:0,$end:1},terminals_:{2:"error",4:"timeline",6:"EOF",8:"SPACE",10:"NEWLINE",11:"title",12:"acc_title",13:"acc_title_value",14:"acc_descr",15:"acc_descr_value",16:"acc_descr_multiline_value",17:"section",20:"period",21:"event"},productions_:[0,[3,3],[5,0],[5,2],[7,2],[7,1],[7,1],[7,1],[9,1],[9,2],[9,2],[9,1],[9,1],[9,1],[9,1],[18,1],[19,1]],performAction:function(R,q,X,rt,at,ut,pt){var yt=ut.length-1;switch(at){case 1:return ut[yt-1];case 2:this.$=[];break;case 3:ut[yt-1].push(ut[yt]),this.$=ut[yt-1];break;case 4:case 5:this.$=ut[yt];break;case 6:case 7:this.$=[];break;case 8:rt.getCommonDb().setDiagramTitle(ut[yt].substr(6)),this.$=ut[yt].substr(6);break;case 9:this.$=ut[yt].trim(),rt.getCommonDb().setAccTitle(this.$);break;case 10:case 11:this.$=ut[yt].trim(),rt.getCommonDb().setAccDescription(this.$);break;case 12:rt.addSection(ut[yt].substr(8)),this.$=ut[yt].substr(8);break;case 15:rt.addTask(ut[yt],0,""),this.$=ut[yt];break;case 16:rt.addEvent(ut[yt].substr(2)),this.$=ut[yt];break}},table:[{3:1,4:[1,2]},{1:[3]},i(a,[2,2],{5:3}),{6:[1,4],7:5,8:[1,6],9:7,10:[1,8],11:f,12:g,14:w,16:v,17:b,18:14,19:15,20:E,21:_},i(a,[2,7],{1:[2,1]}),i(a,[2,3]),{9:18,11:f,12:g,14:w,16:v,17:b,18:14,19:15,20:E,21:_},i(a,[2,5]),i(a,[2,6]),i(a,[2,8]),{13:[1,19]},{15:[1,20]},i(a,[2,11]),i(a,[2,12]),i(a,[2,13]),i(a,[2,14]),i(a,[2,15]),i(a,[2,16]),i(a,[2,4]),i(a,[2,9]),i(a,[2,10])],defaultActions:{},parseError:function(R,q){if(q.recoverable)this.trace(R);else{var X=new Error(R);throw X.hash=q,X}},parse:function(R){var q=this,X=[0],rt=[],at=[null],ut=[],pt=this.table,yt="",mt=0,gt=0,ht=2,bt=1,Z=ut.slice.call(arguments,1),ft=Object.create(this.lexer),Y={yy:{}};for(var Et in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Et)&&(Y.yy[Et]=this.yy[Et]);ft.setInput(R,Y.yy),Y.yy.lexer=ft,Y.yy.parser=this,typeof ft.yylloc>"u"&&(ft.yylloc={});var V=ft.yylloc;ut.push(V);var Nt=ft.options&&ft.options.ranges;typeof Y.yy.parseError=="function"?this.parseError=Y.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function Dt(){var Ee;return Ee=rt.pop()||ft.lex()||bt,typeof Ee!="number"&&(Ee instanceof Array&&(rt=Ee,Ee=rt.pop()),Ee=q.symbols_[Ee]||Ee),Ee}for(var jt,Ct,Ft,_t,xt={},Gt,Be,Ot,vn;;){if(Ct=X[X.length-1],this.defaultActions[Ct]?Ft=this.defaultActions[Ct]:((jt===null||typeof jt>"u")&&(jt=Dt()),Ft=pt[Ct]&&pt[Ct][jt]),typeof Ft>"u"||!Ft.length||!Ft[0]){var Pe="";vn=[];for(Gt in pt[Ct])this.terminals_[Gt]&&Gt>ht&&vn.push("'"+this.terminals_[Gt]+"'");ft.showPosition?Pe="Parse error on line "+(mt+1)+`:
+`+ft.showPosition()+`
+Expecting `+vn.join(", ")+", got '"+(this.terminals_[jt]||jt)+"'":Pe="Parse error on line "+(mt+1)+": Unexpected "+(jt==bt?"end of input":"'"+(this.terminals_[jt]||jt)+"'"),this.parseError(Pe,{text:ft.match,token:this.terminals_[jt]||jt,line:ft.yylineno,loc:V,expected:vn})}if(Ft[0]instanceof Array&&Ft.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Ct+", token: "+jt);switch(Ft[0]){case 1:X.push(jt),at.push(ft.yytext),ut.push(ft.yylloc),X.push(Ft[1]),jt=null,gt=ft.yyleng,yt=ft.yytext,mt=ft.yylineno,V=ft.yylloc;break;case 2:if(Be=this.productions_[Ft[1]][1],xt.$=at[at.length-Be],xt._$={first_line:ut[ut.length-(Be||1)].first_line,last_line:ut[ut.length-1].last_line,first_column:ut[ut.length-(Be||1)].first_column,last_column:ut[ut.length-1].last_column},Nt&&(xt._$.range=[ut[ut.length-(Be||1)].range[0],ut[ut.length-1].range[1]]),_t=this.performAction.apply(xt,[yt,gt,mt,Y.yy,Ft[1],at,ut].concat(Z)),typeof _t<"u")return _t;Be&&(X=X.slice(0,-1*Be*2),at=at.slice(0,-1*Be),ut=ut.slice(0,-1*Be)),X.push(this.productions_[Ft[1]][0]),at.push(xt.$),ut.push(xt._$),Ot=pt[X[X.length-2]][X[X.length-1]],X.push(Ot);break;case 3:return!0}}return!0}},I=function(){var F={EOF:1,parseError:function(q,X){if(this.yy.parser)this.yy.parser.parseError(q,X);else throw new Error(q)},setInput:function(R,q){return this.yy=q||this.yy||{},this._input=R,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var R=this._input[0];this.yytext+=R,this.yyleng++,this.offset++,this.match+=R,this.matched+=R;var q=R.match(/(?:\r\n?|\n).*/g);return q?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),R},unput:function(R){var q=R.length,X=R.split(/(?:\r\n?|\n)/g);this._input=R+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-q),this.offset-=q;var rt=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),X.length-1&&(this.yylineno-=X.length-1);var at=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:X?(X.length===rt.length?this.yylloc.first_column:0)+rt[rt.length-X.length].length-X[0].length:this.yylloc.first_column-q},this.options.ranges&&(this.yylloc.range=[at[0],at[0]+this.yyleng-q]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(R){this.unput(this.match.slice(R))},pastInput:function(){var R=this.matched.substr(0,this.matched.length-this.match.length);return(R.length>20?"...":"")+R.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var R=this.match;return R.length<20&&(R+=this._input.substr(0,20-R.length)),(R.substr(0,20)+(R.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var R=this.pastInput(),q=new Array(R.length+1).join("-");return R+this.upcomingInput()+`
+`+q+"^"},test_match:function(R,q){var X,rt,at;if(this.options.backtrack_lexer&&(at={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(at.yylloc.range=this.yylloc.range.slice(0))),rt=R[0].match(/(?:\r\n?|\n).*/g),rt&&(this.yylineno+=rt.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:rt?rt[rt.length-1].length-rt[rt.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+R[0].length},this.yytext+=R[0],this.match+=R[0],this.matches=R,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(R[0].length),this.matched+=R[0],X=this.performAction.call(this,this.yy,this,q,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),X)return X;if(this._backtrack){for(var ut in at)this[ut]=at[ut];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var R,q,X,rt;this._more||(this.yytext="",this.match="");for(var at=this._currentRules(),ut=0;ut<at.length;ut++)if(X=this._input.match(this.rules[at[ut]]),X&&(!q||X[0].length>q[0].length)){if(q=X,rt=ut,this.options.backtrack_lexer){if(R=this.test_match(X,at[ut]),R!==!1)return R;if(this._backtrack){q=!1;continue}else return!1}else if(!this.options.flex)break}return q?(R=this.test_match(q,at[rt]),R!==!1?R:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var q=this.next();return q||this.lex()},begin:function(q){this.conditionStack.push(q)},popState:function(){var q=this.conditionStack.length-1;return q>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(q){return q=this.conditionStack.length-1-Math.abs(q||0),q>=0?this.conditionStack[q]:"INITIAL"},pushState:function(q){this.begin(q)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(q,X,rt,at){switch(rt){case 0:break;case 1:break;case 2:return 10;case 3:break;case 4:break;case 5:return 4;case 6:return 11;case 7:return this.begin("acc_title"),12;case 8:return this.popState(),"acc_title_value";case 9:return this.begin("acc_descr"),14;case 10:return this.popState(),"acc_descr_value";case 11:this.begin("acc_descr_multiline");break;case 12:this.popState();break;case 13:return"acc_descr_multiline_value";case 14:return 17;case 15:return 21;case 16:return 20;case 17:return 6;case 18:return"INVALID"}},rules:[/^(?:%(?!\{)[^\n]*)/i,/^(?:[^\}]%%[^\n]*)/i,/^(?:[\n]+)/i,/^(?:\s+)/i,/^(?:#[^\n]*)/i,/^(?:timeline\b)/i,/^(?:title\s[^#\n;]+)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:section\s[^#:\n;]+)/i,/^(?::\s[^#:\n;]+)/i,/^(?:[^#:\n;]+)/i,/^(?:$)/i,/^(?:.)/i],conditions:{acc_descr_multiline:{rules:[12,13],inclusive:!1},acc_descr:{rules:[10],inclusive:!1},acc_title:{rules:[8],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,7,9,11,14,15,16,17,18],inclusive:!0}}};return F}();S.lexer=I;function B(){this.yy={}}return B.prototype=S,S.Parser=B,new B}();Zbt.parser=Zbt;const utn=Zbt;let _M="",gHt=0;const t2t=[],SX=[],SM=[],pHt=()=>WFt,bHt=function(){t2t.length=0,SX.length=0,_M="",SM.length=0,Wg()},wHt=function(i){_M=i,t2t.push(i)},mHt=function(){return t2t},vHt=function(){let i=EHt();const a=100;let f=0;for(;!i&&f<a;)i=EHt(),f++;return SX.push(...SM),SX},yHt=function(i,a,f){const g={id:gHt++,section:_M,type:_M,task:i,score:a||0,events:f?[f]:[]};SM.push(g)},xHt=function(i){SM.find(f=>f.id===gHt-1).events.push(i)},kHt=function(i){const a={section:_M,type:_M,description:i,task:i,classes:[]};SX.push(a)},EHt=function(){const i=function(f){return SM[f].processed};let a=!0;for(const[f,g]of SM.entries())i(f),a=a&&g.processed;return a},ltn=Object.freeze(Object.defineProperty({__proto__:null,addEvent:xHt,addSection:wHt,addTask:yHt,addTaskOrg:kHt,clear:bHt,default:{clear:bHt,getCommonDb:pHt,addSection:wHt,getSections:mHt,getTasks:vHt,addTask:yHt,addTaskOrg:kHt,addEvent:xHt},getCommonDb:pHt,getSections:mHt,getTasks:vHt},Symbol.toStringTag,{value:"Module"})),htn=12,AX=function(i,a){const f=i.append("rect");return f.attr("x",a.x),f.attr("y",a.y),f.attr("fill",a.fill),f.attr("stroke",a.stroke),f.attr("width",a.width),f.attr("height",a.height),f.attr("rx",a.rx),f.attr("ry",a.ry),a.class!==void 0&&f.attr("class",a.class),f},ftn=function(i,a){const g=i.append("circle").attr("cx",a.cx).attr("cy",a.cy).attr("class","face").attr("r",15).attr("stroke-width",2).attr("overflow","visible"),w=i.append("g");w.append("circle").attr("cx",a.cx-15/3).attr("cy",a.cy-15/3).attr("r",1.5).attr("stroke-width",2).attr("fill","#666").attr("stroke","#666"),w.append("circle").attr("cx",a.cx+15/3).attr("cy",a.cy-15/3).attr("r",1.5).attr("stroke-width",2).attr("fill","#666").attr("stroke","#666");function v(_){const S=jL().startAngle(Math.PI/2).endAngle(3*(Math.PI/2)).innerRadius(7.5).outerRadius(6.8181818181818175);_.append("path").attr("class","mouth").attr("d",S).attr("transform","translate("+a.cx+","+(a.cy+2)+")")}function b(_){const S=jL().startAngle(3*Math.PI/2).endAngle(5*(Math.PI/2)).innerRadius(7.5).outerRadius(6.8181818181818175);_.append("path").attr("class","mouth").attr("d",S).attr("transform","translate("+a.cx+","+(a.cy+7)+")")}function E(_){_.append("line").attr("class","mouth").attr("stroke",2).attr("x1",a.cx-5).attr("y1",a.cy+7).attr("x2",a.cx+5).attr("y2",a.cy+7).attr("class","mouth").attr("stroke-width","1px").attr("stroke","#666")}return a.score>3?v(w):a.score<3?b(w):E(w),g},dtn=function(i,a){const f=i.append("circle");return f.attr("cx",a.cx),f.attr("cy",a.cy),f.attr("class","actor-"+a.pos),f.attr("fill",a.fill),f.attr("stroke",a.stroke),f.attr("r",a.r),f.class!==void 0&&f.attr("class",f.class),a.title!==void 0&&f.append("title").text(a.title),f},THt=function(i,a){const f=a.text.replace(/<br\s*\/?>/gi," "),g=i.append("text");g.attr("x",a.x),g.attr("y",a.y),g.attr("class","legend"),g.style("text-anchor",a.anchor),a.class!==void 0&&g.attr("class",a.class);const w=g.append("tspan");return w.attr("x",a.x+a.textMargin*2),w.text(f),g},gtn=function(i,a){function f(w,v,b,E,_){return w+","+v+" "+(w+b)+","+v+" "+(w+b)+","+(v+E-_)+" "+(w+b-_*1.2)+","+(v+E)+" "+w+","+(v+E)}const g=i.append("polygon");g.attr("points",f(a.x,a.y,50,20,7)),g.attr("class","labelBox"),a.y=a.y+a.labelMargin,a.x=a.x+.5*a.labelMargin,THt(i,a)},ptn=function(i,a,f){const g=i.append("g"),w=e2t();w.x=a.x,w.y=a.y,w.fill=a.fill,w.width=f.width,w.height=f.height,w.class="journey-section section-type-"+a.num,w.rx=3,w.ry=3,AX(g,w),_Ht(f)(a.text,g,w.x,w.y,w.width,w.height,{class:"journey-section section-type-"+a.num},f,a.colour)};let CHt=-1;const btn=function(i,a,f){const g=a.x+f.width/2,w=i.append("g");CHt++;const v=300+5*30;w.append("line").attr("id","task"+CHt).attr("x1",g).attr("y1",a.y).attr("x2",g).attr("y2",v).attr("class","task-line").attr("stroke-width","1px").attr("stroke-dasharray","4 2").attr("stroke","#666"),ftn(w,{cx:g,cy:300+(5-a.score)*30,score:a.score});const b=e2t();b.x=a.x,b.y=a.y,b.fill=a.fill,b.width=f.width,b.height=f.height,b.class="task task-type-"+a.num,b.rx=3,b.ry=3,AX(w,b),a.x+14,_Ht(f)(a.task,w,b.x,b.y,b.width,b.height,{class:"task"},f,a.colour)},wtn=function(i,a){AX(i,{x:a.startx,y:a.starty,width:a.stopx-a.startx,height:a.stopy-a.starty,fill:a.fill,class:"rect"}).lower()},mtn=function(){return{x:0,y:0,fill:void 0,"text-anchor":"start",width:100,height:100,textMargin:0,rx:0,ry:0}},e2t=function(){return{x:0,y:0,width:100,anchor:"start",height:100,rx:0,ry:0}},_Ht=function(){function i(w,v,b,E,_,S,I,B){const F=v.append("text").attr("x",b+_/2).attr("y",E+S/2+5).style("font-color",B).style("text-anchor","middle").text(w);g(F,I)}function a(w,v,b,E,_,S,I,B,F){const{taskFontSize:R,taskFontFamily:q}=B,X=w.split(/<br\s*\/?>/gi);for(let rt=0;rt<X.length;rt++){const at=rt*R-R*(X.length-1)/2,ut=v.append("text").attr("x",b+_/2).attr("y",E).attr("fill",F).style("text-anchor","middle").style("font-size",R).style("font-family",q);ut.append("tspan").attr("x",b+_/2).attr("dy",at).text(X[rt]),ut.attr("y",E+S/2).attr("dominant-baseline","central").attr("alignment-baseline","central"),g(ut,I)}}function f(w,v,b,E,_,S,I,B){const F=v.append("switch"),q=F.append("foreignObject").attr("x",b).attr("y",E).attr("width",_).attr("height",S).attr("position","fixed").append("xhtml:div").style("display","table").style("height","100%").style("width","100%");q.append("div").attr("class","label").style("display","table-cell").style("text-align","center").style("vertical-align","middle").text(w),a(w,F,b,E,_,S,I,B),g(q,I)}function g(w,v){for(const b in v)b in v&&w.attr(b,v[b])}return function(w){return w.textPlacement==="fo"?f:w.textPlacement==="old"?i:a}}(),vtn=function(i){i.append("defs").append("marker").attr("id","arrowhead").attr("refX",5).attr("refY",2).attr("markerWidth",6).attr("markerHeight",4).attr("orient","auto").append("path").attr("d","M 0,0 V 4 L6,2 Z")};function SHt(i,a){i.each(function(){var f=xr(this),g=f.text().split(/(\s+|<br>)/).reverse(),w,v=[],b=1.1,E=f.attr("y"),_=parseFloat(f.attr("dy")),S=f.text(null).append("tspan").attr("x",0).attr("y",E).attr("dy",_+"em");for(let I=0;I<g.length;I++)w=g[g.length-1-I],v.push(w),S.text(v.join(" ").trim()),(S.node().getComputedTextLength()>a||w==="<br>")&&(v.pop(),S.text(v.join(" ").trim()),w==="<br>"?v=[""]:v=[w],S=f.append("tspan").attr("x",0).attr("y",E).attr("dy",b+"em").text(w))})}const ytn=function(i,a,f,g){const w=f%htn-1,v=i.append("g");a.section=w,v.attr("class",(a.class?a.class+" ":"")+"timeline-node "+("section-"+w));const b=v.append("g"),E=v.append("g"),S=E.append("text").text(a.descr).attr("dy","1em").attr("alignment-baseline","middle").attr("dominant-baseline","middle").attr("text-anchor","middle").call(SHt,a.width).node().getBBox(),I=g.fontSize&&g.fontSize.replace?g.fontSize.replace("px",""):g.fontSize;return a.height=S.height+I*1.1*.5+a.padding,a.height=Math.max(a.height,a.maxHeight),a.width=a.width+2*a.padding,E.attr("transform","translate("+a.width/2+", "+a.padding/2+")"),ktn(b,a,w),a},xtn=function(i,a,f){const g=i.append("g"),v=g.append("text").text(a.descr).attr("dy","1em").attr("alignment-baseline","middle").attr("dominant-baseline","middle").attr("text-anchor","middle").call(SHt,a.width).node().getBBox(),b=f.fontSize&&f.fontSize.replace?f.fontSize.replace("px",""):f.fontSize;return g.remove(),v.height+b*1.1*.5+a.padding},ktn=function(i,a,f){i.append("path").attr("id","node-"+a.id).attr("class","node-bkg node-"+a.type).attr("d",`M0 ${a.height-5} v${-a.height+2*5} q0,-5 5,-5 h${a.width-2*5} q5,0 5,5 v${a.height-5} H0 Z`),i.append("line").attr("class","node-line-"+f).attr("x1",0).attr("y1",a.height).attr("x2",a.width).attr("y2",a.height)},R9={drawRect:AX,drawCircle:dtn,drawSection:ptn,drawText:THt,drawLabel:gtn,drawTask:btn,drawBackgroundRect:wtn,getTextObj:mtn,getNoteRect:e2t,initGraphics:vtn,drawNode:ytn,getVirtualNodeHeight:xtn},Etn=function(i,a,f,g){var Z,ft;const w=Re(),v=w.leftMargin??50;Wt.debug("timeline",g.db);const b=w.securityLevel;let E;b==="sandbox"&&(E=xr("#i"+a));const S=xr(b==="sandbox"?E.nodes()[0].contentDocument.body:"body").select("#"+a);S.append("g");const I=g.db.getTasks(),B=g.db.getCommonDb().getDiagramTitle();Wt.debug("task",I),R9.initGraphics(S);const F=g.db.getSections();Wt.debug("sections",F);let R=0,q=0,X=0,rt=0,at=50+v,ut=50;rt=50;let pt=0,yt=!0;F.forEach(function(Y){const Et={number:pt,descr:Y,section:pt,width:150,padding:20,maxHeight:R},V=R9.getVirtualNodeHeight(S,Et,w);Wt.debug("sectionHeight before draw",V),R=Math.max(R,V+20)});let mt=0,gt=0;Wt.debug("tasks.length",I.length);for(const[Y,Et]of I.entries()){const V={number:Y,descr:Et,section:Et.section,width:150,padding:20,maxHeight:q},Nt=R9.getVirtualNodeHeight(S,V,w);Wt.debug("taskHeight before draw",Nt),q=Math.max(q,Nt+20),mt=Math.max(mt,Et.events.length);let Dt=0;for(let jt=0;jt<Et.events.length;jt++){const Ft={descr:Et.events[jt],section:Et.section,number:Et.section,width:150,padding:20,maxHeight:50};Dt+=R9.getVirtualNodeHeight(S,Ft,w)}gt=Math.max(gt,Dt)}Wt.debug("maxSectionHeight before draw",R),Wt.debug("maxTaskHeight before draw",q),F&&F.length>0?F.forEach(Y=>{const Et=I.filter(jt=>jt.section===Y),V={number:pt,descr:Y,section:pt,width:200*Math.max(Et.length,1)-50,padding:20,maxHeight:R};Wt.debug("sectionNode",V);const Nt=S.append("g"),Dt=R9.drawNode(Nt,V,pt,w);Wt.debug("sectionNode output",Dt),Nt.attr("transform",`translate(${at}, ${rt})`),ut+=R+50,Et.length>0&&AHt(S,Et,pt,at,ut,q,w,mt,gt,R,!1),at+=200*Math.max(Et.length,1),ut=rt,pt++}):(yt=!1,AHt(S,I,pt,at,ut,q,w,mt,gt,R,!0));const ht=S.node().getBBox();Wt.debug("bounds",ht),B&&S.append("text").text(B).attr("x",ht.width/2-v).attr("font-size","4ex").attr("font-weight","bold").attr("y",20),X=yt?R+q+150:q+100,S.append("g").attr("class","lineWrapper").append("line").attr("x1",v).attr("y1",X).attr("x2",ht.width+3*v).attr("y2",X).attr("stroke-width",4).attr("stroke","black").attr("marker-end","url(#arrowhead)"),g8(void 0,S,((Z=w.timeline)==null?void 0:Z.padding)??50,((ft=w.timeline)==null?void 0:ft.useMaxWidth)??!1)},AHt=function(i,a,f,g,w,v,b,E,_,S,I){var B;for(const F of a){const R={descr:F.task,section:f,number:f,width:150,padding:20,maxHeight:v};Wt.debug("taskNode",R);const q=i.append("g").attr("class","taskWrapper"),rt=R9.drawNode(q,R,f,b).height;if(Wt.debug("taskHeight after draw",rt),q.attr("transform",`translate(${g}, ${w})`),v=Math.max(v,rt),F.events){const at=i.append("g").attr("class","lineWrapper");let ut=v;w+=100,ut=ut+Ttn(i,F.events,f,g,w,b),w-=100,at.append("line").attr("x1",g+190/2).attr("y1",w+v).attr("x2",g+190/2).attr("y2",w+v+(I?v:S)+_+120).attr("stroke-width",2).attr("stroke","black").attr("marker-end","url(#arrowhead)").attr("stroke-dasharray","5,5")}g=g+200,I&&!((B=b.timeline)!=null&&B.disableMulticolor)&&f++}w=w-10},Ttn=function(i,a,f,g,w,v){let b=0;const E=w;w=w+100;for(const _ of a){const S={descr:_,section:f,number:f,width:150,padding:20,maxHeight:50};Wt.debug("eventNode",S);const I=i.append("g").attr("class","eventWrapper"),F=R9.drawNode(I,S,f,v).height;b=b+F,I.attr("transform",`translate(${g}, ${w})`),w=w+10+F}return w=E,b},Ctn={setConf:()=>{},draw:Etn},_tn=i=>{let a="";for(let f=0;f<i.THEME_COLOR_LIMIT;f++)i["lineColor"+f]=i["lineColor"+f]||i["cScaleInv"+f],h9(i["lineColor"+f])?i["lineColor"+f]=Is(i["lineColor"+f],20):i["lineColor"+f]=Zs(i["lineColor"+f],20);for(let f=0;f<i.THEME_COLOR_LIMIT;f++){const g=""+(17-3*f);a+=`
+ .section-${f-1} rect, .section-${f-1} path, .section-${f-1} circle, .section-${f-1} path {
+ fill: ${i["cScale"+f]};
+ }
+ .section-${f-1} text {
+ fill: ${i["cScaleLabel"+f]};
+ }
+ .node-icon-${f-1} {
+ font-size: 40px;
+ color: ${i["cScaleLabel"+f]};
+ }
+ .section-edge-${f-1}{
+ stroke: ${i["cScale"+f]};
+ }
+ .edge-depth-${f-1}{
+ stroke-width: ${g};
+ }
+ .section-${f-1} line {
+ stroke: ${i["cScaleInv"+f]} ;
+ stroke-width: 3;
+ }
+
+ .lineWrapper line{
+ stroke: ${i["cScaleLabel"+f]} ;
+ }
+
+ .disabled, .disabled circle, .disabled text {
+ fill: lightgray;
+ }
+ .disabled text {
+ fill: #efefef;
+ }
+ `}return a},Stn=Object.freeze(Object.defineProperty({__proto__:null,diagram:{db:ltn,renderer:Ctn,parser:utn,styles:i=>`
+ .edge {
+ stroke-width: 3;
+ }
+ ${_tn(i)}
+ .section-root rect, .section-root path, .section-root circle {
+ fill: ${i.git0};
+ }
+ .section-root text {
+ fill: ${i.gitBranchLabel0};
+ }
+ .icon-container {
+ height:100%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+ .edge {
+ fill: none;
+ }
+ .eventWrapper {
+ filter: brightness(120%);
+ }
+`}},Symbol.toStringTag,{value:"Module"}));var n2t=function(){var i=function(yt,mt,gt,ht){for(gt=gt||{},ht=yt.length;ht--;gt[yt[ht]]=mt);return gt},a=[1,4],f=[1,13],g=[1,12],w=[1,15],v=[1,16],b=[1,20],E=[1,19],_=[6,7,8],S=[1,26],I=[1,24],B=[1,25],F=[6,7,11],R=[1,6,13,15,16,19,22],q=[1,33],X=[1,34],rt=[1,6,7,11,13,15,16,19,22],at={trace:function(){},yy:{},symbols_:{error:2,start:3,mindMap:4,spaceLines:5,SPACELINE:6,NL:7,MINDMAP:8,document:9,stop:10,EOF:11,statement:12,SPACELIST:13,node:14,ICON:15,CLASS:16,nodeWithId:17,nodeWithoutId:18,NODE_DSTART:19,NODE_DESCR:20,NODE_DEND:21,NODE_ID:22,$accept:0,$end:1},terminals_:{2:"error",6:"SPACELINE",7:"NL",8:"MINDMAP",11:"EOF",13:"SPACELIST",15:"ICON",16:"CLASS",19:"NODE_DSTART",20:"NODE_DESCR",21:"NODE_DEND",22:"NODE_ID"},productions_:[0,[3,1],[3,2],[5,1],[5,2],[5,2],[4,2],[4,3],[10,1],[10,1],[10,1],[10,2],[10,2],[9,3],[9,2],[12,2],[12,2],[12,2],[12,1],[12,1],[12,1],[12,1],[12,1],[14,1],[14,1],[18,3],[17,1],[17,4]],performAction:function(mt,gt,ht,bt,Z,ft,Y){var Et=ft.length-1;switch(Z){case 6:case 7:return bt;case 8:bt.getLogger().trace("Stop NL ");break;case 9:bt.getLogger().trace("Stop EOF ");break;case 11:bt.getLogger().trace("Stop NL2 ");break;case 12:bt.getLogger().trace("Stop EOF2 ");break;case 15:bt.getLogger().info("Node: ",ft[Et].id),bt.addNode(ft[Et-1].length,ft[Et].id,ft[Et].descr,ft[Et].type);break;case 16:bt.getLogger().trace("Icon: ",ft[Et]),bt.decorateNode({icon:ft[Et]});break;case 17:case 21:bt.decorateNode({class:ft[Et]});break;case 18:bt.getLogger().trace("SPACELIST");break;case 19:bt.getLogger().trace("Node: ",ft[Et].id),bt.addNode(0,ft[Et].id,ft[Et].descr,ft[Et].type);break;case 20:bt.decorateNode({icon:ft[Et]});break;case 25:bt.getLogger().trace("node found ..",ft[Et-2]),this.$={id:ft[Et-1],descr:ft[Et-1],type:bt.getType(ft[Et-2],ft[Et])};break;case 26:this.$={id:ft[Et],descr:ft[Et],type:bt.nodeType.DEFAULT};break;case 27:bt.getLogger().trace("node found ..",ft[Et-3]),this.$={id:ft[Et-3],descr:ft[Et-1],type:bt.getType(ft[Et-2],ft[Et])};break}},table:[{3:1,4:2,5:3,6:[1,5],8:a},{1:[3]},{1:[2,1]},{4:6,6:[1,7],7:[1,8],8:a},{6:f,7:[1,10],9:9,12:11,13:g,14:14,15:w,16:v,17:17,18:18,19:b,22:E},i(_,[2,3]),{1:[2,2]},i(_,[2,4]),i(_,[2,5]),{1:[2,6],6:f,12:21,13:g,14:14,15:w,16:v,17:17,18:18,19:b,22:E},{6:f,9:22,12:11,13:g,14:14,15:w,16:v,17:17,18:18,19:b,22:E},{6:S,7:I,10:23,11:B},i(F,[2,22],{17:17,18:18,14:27,15:[1,28],16:[1,29],19:b,22:E}),i(F,[2,18]),i(F,[2,19]),i(F,[2,20]),i(F,[2,21]),i(F,[2,23]),i(F,[2,24]),i(F,[2,26],{19:[1,30]}),{20:[1,31]},{6:S,7:I,10:32,11:B},{1:[2,7],6:f,12:21,13:g,14:14,15:w,16:v,17:17,18:18,19:b,22:E},i(R,[2,14],{7:q,11:X}),i(rt,[2,8]),i(rt,[2,9]),i(rt,[2,10]),i(F,[2,15]),i(F,[2,16]),i(F,[2,17]),{20:[1,35]},{21:[1,36]},i(R,[2,13],{7:q,11:X}),i(rt,[2,11]),i(rt,[2,12]),{21:[1,37]},i(F,[2,25]),i(F,[2,27])],defaultActions:{2:[2,1],6:[2,2]},parseError:function(mt,gt){if(gt.recoverable)this.trace(mt);else{var ht=new Error(mt);throw ht.hash=gt,ht}},parse:function(mt){var gt=this,ht=[0],bt=[],Z=[null],ft=[],Y=this.table,Et="",V=0,Nt=0,Dt=2,jt=1,Ct=ft.slice.call(arguments,1),Ft=Object.create(this.lexer),_t={yy:{}};for(var xt in this.yy)Object.prototype.hasOwnProperty.call(this.yy,xt)&&(_t.yy[xt]=this.yy[xt]);Ft.setInput(mt,_t.yy),_t.yy.lexer=Ft,_t.yy.parser=this,typeof Ft.yylloc>"u"&&(Ft.yylloc={});var Gt=Ft.yylloc;ft.push(Gt);var Be=Ft.options&&Ft.options.ranges;typeof _t.yy.parseError=="function"?this.parseError=_t.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function Ot(){var Dn;return Dn=bt.pop()||Ft.lex()||jt,typeof Dn!="number"&&(Dn instanceof Array&&(bt=Dn,Dn=bt.pop()),Dn=gt.symbols_[Dn]||Dn),Dn}for(var vn,Pe,Ee,nn,sn={},me,Fe,Qt,Ae;;){if(Pe=ht[ht.length-1],this.defaultActions[Pe]?Ee=this.defaultActions[Pe]:((vn===null||typeof vn>"u")&&(vn=Ot()),Ee=Y[Pe]&&Y[Pe][vn]),typeof Ee>"u"||!Ee.length||!Ee[0]){var Se="";Ae=[];for(me in Y[Pe])this.terminals_[me]&&me>Dt&&Ae.push("'"+this.terminals_[me]+"'");Ft.showPosition?Se="Parse error on line "+(V+1)+`:
+`+Ft.showPosition()+`
+Expecting `+Ae.join(", ")+", got '"+(this.terminals_[vn]||vn)+"'":Se="Parse error on line "+(V+1)+": Unexpected "+(vn==jt?"end of input":"'"+(this.terminals_[vn]||vn)+"'"),this.parseError(Se,{text:Ft.match,token:this.terminals_[vn]||vn,line:Ft.yylineno,loc:Gt,expected:Ae})}if(Ee[0]instanceof Array&&Ee.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Pe+", token: "+vn);switch(Ee[0]){case 1:ht.push(vn),Z.push(Ft.yytext),ft.push(Ft.yylloc),ht.push(Ee[1]),vn=null,Nt=Ft.yyleng,Et=Ft.yytext,V=Ft.yylineno,Gt=Ft.yylloc;break;case 2:if(Fe=this.productions_[Ee[1]][1],sn.$=Z[Z.length-Fe],sn._$={first_line:ft[ft.length-(Fe||1)].first_line,last_line:ft[ft.length-1].last_line,first_column:ft[ft.length-(Fe||1)].first_column,last_column:ft[ft.length-1].last_column},Be&&(sn._$.range=[ft[ft.length-(Fe||1)].range[0],ft[ft.length-1].range[1]]),nn=this.performAction.apply(sn,[Et,Nt,V,_t.yy,Ee[1],Z,ft].concat(Ct)),typeof nn<"u")return nn;Fe&&(ht=ht.slice(0,-1*Fe*2),Z=Z.slice(0,-1*Fe),ft=ft.slice(0,-1*Fe)),ht.push(this.productions_[Ee[1]][0]),Z.push(sn.$),ft.push(sn._$),Qt=Y[ht[ht.length-2]][ht[ht.length-1]],ht.push(Qt);break;case 3:return!0}}return!0}},ut=function(){var yt={EOF:1,parseError:function(gt,ht){if(this.yy.parser)this.yy.parser.parseError(gt,ht);else throw new Error(gt)},setInput:function(mt,gt){return this.yy=gt||this.yy||{},this._input=mt,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var mt=this._input[0];this.yytext+=mt,this.yyleng++,this.offset++,this.match+=mt,this.matched+=mt;var gt=mt.match(/(?:\r\n?|\n).*/g);return gt?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),mt},unput:function(mt){var gt=mt.length,ht=mt.split(/(?:\r\n?|\n)/g);this._input=mt+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-gt),this.offset-=gt;var bt=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),ht.length-1&&(this.yylineno-=ht.length-1);var Z=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:ht?(ht.length===bt.length?this.yylloc.first_column:0)+bt[bt.length-ht.length].length-ht[0].length:this.yylloc.first_column-gt},this.options.ranges&&(this.yylloc.range=[Z[0],Z[0]+this.yyleng-gt]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(mt){this.unput(this.match.slice(mt))},pastInput:function(){var mt=this.matched.substr(0,this.matched.length-this.match.length);return(mt.length>20?"...":"")+mt.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var mt=this.match;return mt.length<20&&(mt+=this._input.substr(0,20-mt.length)),(mt.substr(0,20)+(mt.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var mt=this.pastInput(),gt=new Array(mt.length+1).join("-");return mt+this.upcomingInput()+`
+`+gt+"^"},test_match:function(mt,gt){var ht,bt,Z;if(this.options.backtrack_lexer&&(Z={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(Z.yylloc.range=this.yylloc.range.slice(0))),bt=mt[0].match(/(?:\r\n?|\n).*/g),bt&&(this.yylineno+=bt.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:bt?bt[bt.length-1].length-bt[bt.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+mt[0].length},this.yytext+=mt[0],this.match+=mt[0],this.matches=mt,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(mt[0].length),this.matched+=mt[0],ht=this.performAction.call(this,this.yy,this,gt,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),ht)return ht;if(this._backtrack){for(var ft in Z)this[ft]=Z[ft];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var mt,gt,ht,bt;this._more||(this.yytext="",this.match="");for(var Z=this._currentRules(),ft=0;ft<Z.length;ft++)if(ht=this._input.match(this.rules[Z[ft]]),ht&&(!gt||ht[0].length>gt[0].length)){if(gt=ht,bt=ft,this.options.backtrack_lexer){if(mt=this.test_match(ht,Z[ft]),mt!==!1)return mt;if(this._backtrack){gt=!1;continue}else return!1}else if(!this.options.flex)break}return gt?(mt=this.test_match(gt,Z[bt]),mt!==!1?mt:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var gt=this.next();return gt||this.lex()},begin:function(gt){this.conditionStack.push(gt)},popState:function(){var gt=this.conditionStack.length-1;return gt>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(gt){return gt=this.conditionStack.length-1-Math.abs(gt||0),gt>=0?this.conditionStack[gt]:"INITIAL"},pushState:function(gt){this.begin(gt)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(gt,ht,bt,Z){switch(bt){case 0:return gt.getLogger().trace("Found comment",ht.yytext),6;case 1:return 8;case 2:this.begin("CLASS");break;case 3:return this.popState(),16;case 4:this.popState();break;case 5:gt.getLogger().trace("Begin icon"),this.begin("ICON");break;case 6:return gt.getLogger().trace("SPACELINE"),6;case 7:return 7;case 8:return 15;case 9:gt.getLogger().trace("end icon"),this.popState();break;case 10:return gt.getLogger().trace("Exploding node"),this.begin("NODE"),19;case 11:return gt.getLogger().trace("Cloud"),this.begin("NODE"),19;case 12:return gt.getLogger().trace("Explosion Bang"),this.begin("NODE"),19;case 13:return gt.getLogger().trace("Cloud Bang"),this.begin("NODE"),19;case 14:return this.begin("NODE"),19;case 15:return this.begin("NODE"),19;case 16:return this.begin("NODE"),19;case 17:return this.begin("NODE"),19;case 18:return 13;case 19:return 22;case 20:return 11;case 21:this.begin("NSTR2");break;case 22:return"NODE_DESCR";case 23:this.popState();break;case 24:gt.getLogger().trace("Starting NSTR"),this.begin("NSTR");break;case 25:return gt.getLogger().trace("description:",ht.yytext),"NODE_DESCR";case 26:this.popState();break;case 27:return this.popState(),gt.getLogger().trace("node end ))"),"NODE_DEND";case 28:return this.popState(),gt.getLogger().trace("node end )"),"NODE_DEND";case 29:return this.popState(),gt.getLogger().trace("node end ...",ht.yytext),"NODE_DEND";case 30:return this.popState(),gt.getLogger().trace("node end (("),"NODE_DEND";case 31:return this.popState(),gt.getLogger().trace("node end (-"),"NODE_DEND";case 32:return this.popState(),gt.getLogger().trace("node end (-"),"NODE_DEND";case 33:return this.popState(),gt.getLogger().trace("node end (("),"NODE_DEND";case 34:return this.popState(),gt.getLogger().trace("node end (("),"NODE_DEND";case 35:return gt.getLogger().trace("Long description:",ht.yytext),20;case 36:return gt.getLogger().trace("Long description:",ht.yytext),20}},rules:[/^(?:\s*%%.*)/i,/^(?:mindmap\b)/i,/^(?::::)/i,/^(?:.+)/i,/^(?:\n)/i,/^(?:::icon\()/i,/^(?:[\s]+[\n])/i,/^(?:[\n]+)/i,/^(?:[^\)]+)/i,/^(?:\))/i,/^(?:-\))/i,/^(?:\(-)/i,/^(?:\)\))/i,/^(?:\))/i,/^(?:\(\()/i,/^(?:\{\{)/i,/^(?:\()/i,/^(?:\[)/i,/^(?:[\s]+)/i,/^(?:[^\(\[\n\)\{\}]+)/i,/^(?:$)/i,/^(?:["][`])/i,/^(?:[^`"]+)/i,/^(?:[`]["])/i,/^(?:["])/i,/^(?:[^"]+)/i,/^(?:["])/i,/^(?:[\)]\))/i,/^(?:[\)])/i,/^(?:[\]])/i,/^(?:\}\})/i,/^(?:\(-)/i,/^(?:-\))/i,/^(?:\(\()/i,/^(?:\()/i,/^(?:[^\)\]\(\}]+)/i,/^(?:.+(?!\(\())/i],conditions:{CLASS:{rules:[3,4],inclusive:!1},ICON:{rules:[8,9],inclusive:!1},NSTR2:{rules:[22,23],inclusive:!1},NSTR:{rules:[25,26],inclusive:!1},NODE:{rules:[21,24,27,28,29,30,31,32,33,34,35,36],inclusive:!1},INITIAL:{rules:[0,1,2,5,6,7,10,11,12,13,14,15,16,17,18,19,20],inclusive:!0}}};return yt}();at.lexer=ut;function pt(){this.yy={}}return pt.prototype=at,at.Parser=pt,new pt}();n2t.parser=n2t;const Atn=n2t,xB=i=>Ed(i,Re());let Jw=[],LHt=0,r2t={};const Ltn=()=>{Jw=[],LHt=0,r2t={}},Mtn=function(i){for(let a=Jw.length-1;a>=0;a--)if(Jw[a].level<i)return Jw[a];return null},Dtn=()=>Jw.length>0?Jw[0]:null,Itn=(i,a,f,g)=>{Wt.info("addNode",i,a,f,g);const w=Re(),v={id:LHt++,nodeId:xB(a),level:i,descr:xB(f),type:g,children:[],width:Re().mindmap.maxNodeWidth};switch(v.type){case ul.ROUNDED_RECT:v.padding=2*w.mindmap.padding;break;case ul.RECT:v.padding=2*w.mindmap.padding;break;case ul.HEXAGON:v.padding=2*w.mindmap.padding;break;default:v.padding=w.mindmap.padding}const b=Mtn(i);if(b)b.children.push(v),Jw.push(v);else if(Jw.length===0)Jw.push(v);else{let E=new Error('There can be only one root. No parent could be found for ("'+v.descr+'")');throw E.hash={text:"branch "+name,token:"branch "+name,line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:['"checkout '+name+'"']},E}},ul={DEFAULT:0,NO_BORDER:0,ROUNDED_RECT:1,RECT:2,CIRCLE:3,CLOUD:4,BANG:5,HEXAGON:6},Otn=(i,a)=>{switch(Wt.debug("In get type",i,a),i){case"[":return ul.RECT;case"(":return a===")"?ul.ROUNDED_RECT:ul.CLOUD;case"((":return ul.CIRCLE;case")":return ul.CLOUD;case"))":return ul.BANG;case"{{":return ul.HEXAGON;default:return ul.DEFAULT}},MHt=(i,a)=>{r2t[i]=a},Ptn=i=>{const a=Jw[Jw.length-1];i&&i.icon&&(a.icon=xB(i.icon)),i&&i.class&&(a.class=xB(i.class))},j9=i=>{switch(i){case ul.DEFAULT:return"no-border";case ul.RECT:return"rect";case ul.ROUNDED_RECT:return"rounded-rect";case ul.CIRCLE:return"circle";case ul.CLOUD:return"cloud";case ul.BANG:return"bang";case ul.HEXAGON:return"hexgon";default:return"no-border"}};let DHt;const Ntn=i=>{DHt=i},Ftn=()=>Wt,Btn=i=>Jw[i],i2t=i=>r2t[i],Rtn=Object.freeze(Object.defineProperty({__proto__:null,addNode:Itn,clear:Ltn,decorateNode:Ptn,getElementById:i2t,getLogger:Ftn,getMindmap:Dtn,getNodeById:Btn,getType:Otn,nodeType:ul,get parseError(){return DHt},sanitizeText:xB,setElementForId:MHt,setErrorHandler:Ntn,type2Str:j9},Symbol.toStringTag,{value:"Module"})),IHt=12,jtn=function(i,a,f){i.append("path").attr("id","node-"+a.id).attr("class","node-bkg node-"+j9(a.type)).attr("d",`M0 ${a.height-5} v${-a.height+2*5} q0,-5 5,-5 h${a.width-2*5} q5,0 5,5 v${a.height-5} H0 Z`),i.append("line").attr("class","node-line-"+f).attr("x1",0).attr("y1",a.height).attr("x2",a.width).attr("y2",a.height)},$tn=function(i,a){i.append("rect").attr("id","node-"+a.id).attr("class","node-bkg node-"+j9(a.type)).attr("height",a.height).attr("width",a.width)},ztn=function(i,a){const f=a.width,g=a.height,w=.15*f,v=.25*f,b=.35*f,E=.2*f;i.append("path").attr("id","node-"+a.id).attr("class","node-bkg node-"+j9(a.type)).attr("d",`M0 0 a${w},${w} 0 0,1 ${f*.25},${-1*f*.1}
+ a${b},${b} 1 0,1 ${f*.4},${-1*f*.1}
+ a${v},${v} 1 0,1 ${f*.35},${1*f*.2}
+
+ a${w},${w} 1 0,1 ${f*.15},${1*g*.35}
+ a${E},${E} 1 0,1 ${-1*f*.15},${1*g*.65}
+
+ a${v},${w} 1 0,1 ${-1*f*.25},${f*.15}
+ a${b},${b} 1 0,1 ${-1*f*.5},0
+ a${w},${w} 1 0,1 ${-1*f*.25},${-1*f*.15}
+
+ a${w},${w} 1 0,1 ${-1*f*.1},${-1*g*.35}
+ a${E},${E} 1 0,1 ${f*.1},${-1*g*.65}
+
+ H0 V0 Z`)},qtn=function(i,a){const f=a.width,g=a.height,w=.15*f;i.append("path").attr("id","node-"+a.id).attr("class","node-bkg node-"+j9(a.type)).attr("d",`M0 0 a${w},${w} 1 0,0 ${f*.25},${-1*g*.1}
+ a${w},${w} 1 0,0 ${f*.25},0
+ a${w},${w} 1 0,0 ${f*.25},0
+ a${w},${w} 1 0,0 ${f*.25},${1*g*.1}
+
+ a${w},${w} 1 0,0 ${f*.15},${1*g*.33}
+ a${w*.8},${w*.8} 1 0,0 0,${1*g*.34}
+ a${w},${w} 1 0,0 ${-1*f*.15},${1*g*.33}
+
+ a${w},${w} 1 0,0 ${-1*f*.25},${g*.15}
+ a${w},${w} 1 0,0 ${-1*f*.25},0
+ a${w},${w} 1 0,0 ${-1*f*.25},0
+ a${w},${w} 1 0,0 ${-1*f*.25},${-1*g*.15}
+
+ a${w},${w} 1 0,0 ${-1*f*.1},${-1*g*.33}
+ a${w*.8},${w*.8} 1 0,0 0,${-1*g*.34}
+ a${w},${w} 1 0,0 ${f*.1},${-1*g*.33}
+
+ H0 V0 Z`)},Htn=function(i,a){i.append("circle").attr("id","node-"+a.id).attr("class","node-bkg node-"+j9(a.type)).attr("r",a.width/2)};function Vtn(i,a,f,g,w){return i.insert("polygon",":first-child").attr("points",g.map(function(v){return v.x+","+v.y}).join(" ")).attr("transform","translate("+(w.width-a)/2+", "+f+")")}const Utn=function(i,a){const f=a.height,w=f/4,v=a.width-a.padding+2*w,b=[{x:w,y:0},{x:v-w,y:0},{x:v,y:-f/2},{x:v-w,y:-f},{x:w,y:-f},{x:0,y:-f/2}];Vtn(i,v,f,b,a)},Gtn=function(i,a){i.append("rect").attr("id","node-"+a.id).attr("class","node-bkg node-"+j9(a.type)).attr("height",a.height).attr("rx",a.padding).attr("ry",a.padding).attr("width",a.width)},OHt={drawNode:function(i,a,f,g){const w=g.htmlLabels,v=f%(IHt-1),b=i.append("g");a.section=v;let E="section-"+v;v<0&&(E+=" section-root"),b.attr("class",(a.class?a.class+" ":"")+"mindmap-node "+E);const _=b.append("g"),S=b.append("g"),I=a.descr.replace(/(<br\/*>)/g,`
+`);XY(S,I,{useHtmlLabels:w,width:a.width,classes:"mindmap-node-label"}),w||S.attr("dy","1em").attr("alignment-baseline","middle").attr("dominant-baseline","middle").attr("text-anchor","middle");const B=S.node().getBBox(),F=g.fontSize.replace?g.fontSize.replace("px",""):g.fontSize;if(a.height=B.height+F*1.1*.5+a.padding,a.width=B.width+2*a.padding,a.icon)if(a.type===ul.CIRCLE)a.height+=50,a.width+=50,b.append("foreignObject").attr("height","50px").attr("width",a.width).attr("style","text-align: center;").append("div").attr("class","icon-container").append("i").attr("class","node-icon-"+v+" "+a.icon),S.attr("transform","translate("+a.width/2+", "+(a.height/2-1.5*a.padding)+")");else{a.width+=50;const R=a.height;a.height=Math.max(R,60);const q=Math.abs(a.height-R);b.append("foreignObject").attr("width","60px").attr("height",a.height).attr("style","text-align: center;margin-top:"+q/2+"px;").append("div").attr("class","icon-container").append("i").attr("class","node-icon-"+v+" "+a.icon),S.attr("transform","translate("+(25+a.width/2)+", "+(q/2+a.padding/2)+")")}else if(w){const R=(a.width-B.width)/2,q=(a.height-B.height)/2;S.attr("transform","translate("+R+", "+q+")")}else{const R=a.width/2,q=a.padding/2;S.attr("transform","translate("+R+", "+q+")")}switch(a.type){case ul.DEFAULT:jtn(_,a,v);break;case ul.ROUNDED_RECT:Gtn(_,a);break;case ul.RECT:$tn(_,a);break;case ul.CIRCLE:_.attr("transform","translate("+a.width/2+", "+ +a.height/2+")"),Htn(_,a);break;case ul.CLOUD:ztn(_,a);break;case ul.BANG:qtn(_,a);break;case ul.HEXAGON:Utn(_,a);break}return MHt(a.id,b),a.height},positionNode:function(i){const a=i2t(i.id),f=i.x||0,g=i.y||0;a.attr("transform","translate("+f+","+g+")")},drawEdge:function(a,f,g,w,v){const b=v%(IHt-1),E=g.x+g.width/2,_=g.y+g.height/2,S=f.x+f.width/2,I=f.y+f.height/2,B=S>E?E+Math.abs(E-S)/2:E-Math.abs(E-S)/2,F=I>_?_+Math.abs(_-I)/2:_-Math.abs(_-I)/2,R=S>E?Math.abs(E-B)/2+E:-Math.abs(E-B)/2+E,q=I>_?Math.abs(_-F)/2+_:-Math.abs(_-F)/2+_;a.append("path").attr("d",g.direction==="TB"||g.direction==="BT"?`M${E},${_} Q${E},${q} ${B},${F} T${S},${I}`:`M${E},${_} Q${R},${_} ${B},${F} T${S},${I}`).attr("class","edge section-edge-"+b+" edge-depth-"+w)}};var PHt={exports:{}};(function(i,a){(function(f,g){i.exports=g()})(X0,function(){function f(y){"@babel/helpers - typeof";return f=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(p){return typeof p}:function(p){return p&&typeof Symbol=="function"&&p.constructor===Symbol&&p!==Symbol.prototype?"symbol":typeof p},f(y)}function g(y,p){if(!(y instanceof p))throw new TypeError("Cannot call a class as a function")}function w(y,p){for(var x=0;x<p.length;x++){var C=p[x];C.enumerable=C.enumerable||!1,C.configurable=!0,"value"in C&&(C.writable=!0),Object.defineProperty(y,C.key,C)}}function v(y,p,x){return p&&w(y.prototype,p),x&&w(y,x),Object.defineProperty(y,"prototype",{writable:!1}),y}function b(y,p,x){return p in y?Object.defineProperty(y,p,{value:x,enumerable:!0,configurable:!0,writable:!0}):y[p]=x,y}function E(y,p){return _(y)||S(y,p)||I(y,p)||F()}function _(y){if(Array.isArray(y))return y}function S(y,p){var x=y==null?null:typeof Symbol<"u"&&y[Symbol.iterator]||y["@@iterator"];if(x!=null){var C=[],L=!0,O=!1,P,$;try{for(x=x.call(y);!(L=(P=x.next()).done)&&(C.push(P.value),!(p&&C.length===p));L=!0);}catch(H){O=!0,$=H}finally{try{!L&&x.return!=null&&x.return()}finally{if(O)throw $}}return C}}function I(y,p){if(y){if(typeof y=="string")return B(y,p);var x=Object.prototype.toString.call(y).slice(8,-1);if(x==="Object"&&y.constructor&&(x=y.constructor.name),x==="Map"||x==="Set")return Array.from(y);if(x==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(x))return B(y,p)}}function B(y,p){(p==null||p>y.length)&&(p=y.length);for(var x=0,C=new Array(p);x<p;x++)C[x]=y[x];return C}function F(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
+In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var R=typeof window>"u"?null:window,q=R?R.navigator:null;R&&R.document;var X=f(""),rt=f({}),at=f(function(){}),ut=typeof HTMLElement>"u"?"undefined":f(HTMLElement),pt=function(p){return p&&p.instanceString&&mt(p.instanceString)?p.instanceString():null},yt=function(p){return p!=null&&f(p)==X},mt=function(p){return p!=null&&f(p)===at},gt=function(p){return!Et(p)&&(Array.isArray?Array.isArray(p):p!=null&&p instanceof Array)},ht=function(p){return p!=null&&f(p)===rt&&!gt(p)&&p.constructor===Object},bt=function(p){return p!=null&&f(p)===rt},Z=function(p){return p!=null&&f(p)===f(1)&&!isNaN(p)},ft=function(p){return Z(p)&&Math.floor(p)===p},Y=function(p){if(ut!=="undefined")return p!=null&&p instanceof HTMLElement},Et=function(p){return V(p)||Nt(p)},V=function(p){return pt(p)==="collection"&&p._private.single},Nt=function(p){return pt(p)==="collection"&&!p._private.single},Dt=function(p){return pt(p)==="core"},jt=function(p){return pt(p)==="stylesheet"},Ct=function(p){return pt(p)==="event"},Ft=function(p){return p==null?!0:!!(p===""||p.match(/^\s+$/))},_t=function(p){return typeof HTMLElement>"u"?!1:p instanceof HTMLElement},xt=function(p){return ht(p)&&Z(p.x1)&&Z(p.x2)&&Z(p.y1)&&Z(p.y2)},Gt=function(p){return bt(p)&&mt(p.then)},Be=function(){return q&&q.userAgent.match(/msie|trident|edge/i)},Ot=function(p,x){x||(x=function(){if(arguments.length===1)return arguments[0];if(arguments.length===0)return"undefined";for(var O=[],P=0;P<arguments.length;P++)O.push(arguments[P]);return O.join("$")});var C=function L(){var O=this,P=arguments,$,H=x.apply(O,P),z=L.cache;return($=z[H])||($=z[H]=p.apply(O,P)),$};return C.cache={},C},vn=Ot(function(y){return y.replace(/([A-Z])/g,function(p){return"-"+p.toLowerCase()})}),Pe=Ot(function(y){return y.replace(/(-\w)/g,function(p){return p[1].toUpperCase()})}),Ee=Ot(function(y,p){return y+p[0].toUpperCase()+p.substring(1)},function(y,p){return y+"$"+p}),nn=function(p){return Ft(p)?p:p.charAt(0).toUpperCase()+p.substring(1)},sn="(?:[-+]?(?:(?:\\d+|\\d*\\.\\d+)(?:[Ee][+-]?\\d+)?))",me="rgb[a]?\\(("+sn+"[%]?)\\s*,\\s*("+sn+"[%]?)\\s*,\\s*("+sn+"[%]?)(?:\\s*,\\s*("+sn+"))?\\)",Fe="rgb[a]?\\((?:"+sn+"[%]?)\\s*,\\s*(?:"+sn+"[%]?)\\s*,\\s*(?:"+sn+"[%]?)(?:\\s*,\\s*(?:"+sn+"))?\\)",Qt="hsl[a]?\\(("+sn+")\\s*,\\s*("+sn+"[%])\\s*,\\s*("+sn+"[%])(?:\\s*,\\s*("+sn+"))?\\)",Ae="hsl[a]?\\((?:"+sn+")\\s*,\\s*(?:"+sn+"[%])\\s*,\\s*(?:"+sn+"[%])(?:\\s*,\\s*(?:"+sn+"))?\\)",Se="\\#[0-9a-fA-F]{3}",Dn="\\#[0-9a-fA-F]{6}",oe=function(p,x){return p<x?-1:p>x?1:0},Pr=function(p,x){return-1*oe(p,x)},we=Object.assign!=null?Object.assign.bind(Object):function(y){for(var p=arguments,x=1;x<p.length;x++){var C=p[x];if(C!=null)for(var L=Object.keys(C),O=0;O<L.length;O++){var P=L[O];y[P]=C[P]}}return y},Ri=function(p){if(!(!(p.length===4||p.length===7)||p[0]!=="#")){var x=p.length===4,C,L,O,P=16;return x?(C=parseInt(p[1]+p[1],P),L=parseInt(p[2]+p[2],P),O=parseInt(p[3]+p[3],P)):(C=parseInt(p[1]+p[2],P),L=parseInt(p[3]+p[4],P),O=parseInt(p[5]+p[6],P)),[C,L,O]}},yi=function(p){var x,C,L,O,P,$,H,z;function G(dt,vt,Mt){return Mt<0&&(Mt+=1),Mt>1&&(Mt-=1),Mt<1/6?dt+(vt-dt)*6*Mt:Mt<1/2?vt:Mt<2/3?dt+(vt-dt)*(2/3-Mt)*6:dt}var Q=new RegExp("^"+Qt+"$").exec(p);if(Q){if(C=parseInt(Q[1]),C<0?C=(360- -1*C%360)%360:C>360&&(C=C%360),C/=360,L=parseFloat(Q[2]),L<0||L>100||(L=L/100,O=parseFloat(Q[3]),O<0||O>100)||(O=O/100,P=Q[4],P!==void 0&&(P=parseFloat(P),P<0||P>1)))return;if(L===0)$=H=z=Math.round(O*255);else{var it=O<.5?O*(1+L):O+L-O*L,lt=2*O-it;$=Math.round(255*G(lt,it,C+1/3)),H=Math.round(255*G(lt,it,C)),z=Math.round(255*G(lt,it,C-1/3))}x=[$,H,z,P]}return x},da=function(p){var x,C=new RegExp("^"+me+"$").exec(p);if(C){x=[];for(var L=[],O=1;O<=3;O++){var P=C[O];if(P[P.length-1]==="%"&&(L[O]=!0),P=parseFloat(P),L[O]&&(P=P/100*255),P<0||P>255)return;x.push(Math.floor(P))}var $=L[1]||L[2]||L[3],H=L[1]&&L[2]&&L[3];if($&&!H)return;var z=C[4];if(z!==void 0){if(z=parseFloat(z),z<0||z>1)return;x.push(z)}}return x},Ss=function(p){return fr[p.toLowerCase()]},Ra=function(p){return(gt(p)?p:null)||Ss(p)||Ri(p)||da(p)||yi(p)},fr={transparent:[0,0,0,0],aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],grey:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},An=function(p){for(var x=p.map,C=p.keys,L=C.length,O=0;O<L;O++){var P=C[O];if(ht(P))throw Error("Tried to set map with object key");O<C.length-1?(x[P]==null&&(x[P]={}),x=x[P]):x[P]=p.value}},Pn=function(p){for(var x=p.map,C=p.keys,L=C.length,O=0;O<L;O++){var P=C[O];if(ht(P))throw Error("Tried to get map with object key");if(x=x[P],x==null)return x}return x};function Bn(y){var p=typeof y;return y!=null&&(p=="object"||p=="function")}var Te=Bn,be=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof X0<"u"?X0:typeof self<"u"?self:{};function Qe(y,p){return p={exports:{}},y(p,p.exports),p.exports}var rn=typeof be=="object"&&be&&be.Object===Object&&be,yn=rn,ja=typeof self=="object"&&self&&self.Object===Object&&self,mo=yn||ja||Function("return this")(),vo=mo,ma=function(){return vo.Date.now()},$a=ma,gs=/\s/;function Nu(y){for(var p=y.length;p--&&gs.test(y.charAt(p)););return p}var ta=Nu,l1=/^\s+/;function _2(y){return y&&y.slice(0,ta(y)+1).replace(l1,"")}var ll=_2,Ac=vo.Symbol,pc=Ac,ka=Object.prototype,du=ka.hasOwnProperty,ea=ka.toString,co=pc?pc.toStringTag:void 0;function bc(y){var p=du.call(y,co),x=y[co];try{y[co]=void 0;var C=!0}catch{}var L=ea.call(y);return C&&(p?y[co]=x:delete y[co]),L}var oa=bc,va=Object.prototype,na=va.toString;function Xl(y){return na.call(y)}var Hc=Xl,Zw="[object Null]",mh="[object Undefined]",_d=pc?pc.toStringTag:void 0;function b0(y){return y==null?y===void 0?mh:Zw:_d&&_d in Object(y)?oa(y):Hc(y)}var Sd=b0;function w0(y){return y!=null&&typeof y=="object"}var ag=w0,Yi="[object Symbol]";function cn(y){return typeof y=="symbol"||ag(y)&&Sd(y)==Yi}var Dr=cn,Si=0/0,wc=/^[-+]0x[0-9a-f]+$/i,Fc=/^0b[01]+$/i,vh=/^0o[0-7]+$/i,Qc=parseInt;function Wh(y){if(typeof y=="number")return y;if(Dr(y))return Si;if(Te(y)){var p=typeof y.valueOf=="function"?y.valueOf():y;y=Te(p)?p+"":p}if(typeof y!="string")return y===0?y:+y;y=ll(y);var x=Fc.test(y);return x||vh.test(y)?Qc(y.slice(2),x?2:8):wc.test(y)?Si:+y}var Ad=Wh,ls="Expected a function",Ls=Math.max,Za=Math.min;function _i(y,p,x){var C,L,O,P,$,H,z=0,G=!1,Q=!1,it=!0;if(typeof y!="function")throw new TypeError(ls);p=Ad(p)||0,Te(x)&&(G=!!x.leading,Q="maxWait"in x,O=Q?Ls(Ad(x.maxWait)||0,p):O,it="trailing"in x?!!x.trailing:it);function lt(ee){var Ut=C,ue=L;return C=L=void 0,z=ee,P=y.apply(ue,Ut),P}function dt(ee){return z=ee,$=setTimeout(kt,p),G?lt(ee):P}function vt(ee){var Ut=ee-H,ue=ee-z,Yt=p-Ut;return Q?Za(Yt,O-ue):Yt}function Mt(ee){var Ut=ee-H,ue=ee-z;return H===void 0||Ut>=p||Ut<0||Q&&ue>=O}function kt(){var ee=$a();if(Mt(ee))return It(ee);$=setTimeout(kt,vt(ee))}function It(ee){return $=void 0,it&&C?lt(ee):(C=L=void 0,P)}function Pt(){$!==void 0&&clearTimeout($),z=0,C=H=L=$=void 0}function qt(){return $===void 0?P:It($a())}function ce(){var ee=$a(),Ut=Mt(ee);if(C=arguments,L=this,H=ee,Ut){if($===void 0)return dt(H);if(Q)return clearTimeout($),$=setTimeout(kt,p),lt(H)}return $===void 0&&($=setTimeout(kt,p)),P}return ce.cancel=Pt,ce.flush=qt,ce}var gu=_i,Le=R?R.performance:null,ry=Le&&Le.now?function(){return Le.now()}:function(){return Date.now()},$e=function(){if(R){if(R.requestAnimationFrame)return function(y){R.requestAnimationFrame(y)};if(R.mozRequestAnimationFrame)return function(y){R.mozRequestAnimationFrame(y)};if(R.webkitRequestAnimationFrame)return function(y){R.webkitRequestAnimationFrame(y)};if(R.msRequestAnimationFrame)return function(y){R.msRequestAnimationFrame(y)}}return function(y){y&&setTimeout(function(){y(ry())},1e3/60)}}(),h1=function(p){return $e(p)},rp=ry,iy=9261,S8=65599,f4=5381,Ql=function(p){for(var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:iy,C=x,L;L=p.next(),!L.done;)C=C*S8+L.value|0;return C},og=function(p){var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:iy;return x*S8+p|0},S2=function(p){var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:f4;return(x<<5)+x+p|0},A8=function(p,x){return p*2097152+x},A2=function(p){return p[0]*2097152+p[1]},d4=function(p,x){return[og(p[0],x[0]),S2(p[1],x[1])]},q1=function(p,x){var C={value:0,done:!1},L=0,O=p.length,P={next:function(){return L<O?C.value=p[L++]:C.done=!0,C}};return Ql(P,x)},Ld=function(p,x){var C={value:0,done:!1},L=0,O=p.length,P={next:function(){return L<O?C.value=p.charCodeAt(L++):C.done=!0,C}};return Ql(P,x)},Md=function(){return L8(arguments)},L8=function(p){for(var x,C=0;C<p.length;C++){var L=p[C];C===0?x=Ld(L):x=Ld(L,x)}return x},tm=!0,Hx=console.warn!=null,cb=console.trace!=null,Vx=Number.MAX_SAFE_INTEGER||9007199254740991,g4=function(){return!0},sy=function(){return!1},ip=function(){return 0},LM=function(){},jl=function(p){throw new Error(p)},z9=function(p){if(p!==void 0)tm=!!p;else return tm},Vc=function(p){z9()&&(Hx?console.warn(p):(console.log(p),cb&&console.trace()))},PX=function(p){return we({},p)},L2=function(p){return p==null?p:gt(p)?p.slice():ht(p)?PX(p):p},NX=function(p){return p.slice()},kB=function(p,x){for(x=p="";p++<36;x+=p*51&52?(p^15?8^Math.random()*(p^20?16:4):4).toString(16):"-");return x},FX={},EB=function(){return FX},f1=function(p){var x=Object.keys(p);return function(C){for(var L={},O=0;O<x.length;O++){var P=x[O],$=C==null?void 0:C[P];L[P]=$===void 0?p[P]:$}return L}},ay=function(p,x,C){for(var L=p.length-1;L>=0&&!(p[L]===x&&(p.splice(L,1),C));L--);},q9=function(p){p.splice(0,p.length)},TB=function(p,x){for(var C=0;C<x.length;C++){var L=x[C];p.push(L)}},ub=function(p,x,C){return C&&(x=Ee(C,x)),p[x]},oy=function(p,x,C,L){C&&(x=Ee(C,x)),p[x]=L},BX=function(){function y(){g(this,y),this._obj={}}return v(y,[{key:"set",value:function(x,C){return this._obj[x]=C,this}},{key:"delete",value:function(x){return this._obj[x]=void 0,this}},{key:"clear",value:function(){this._obj={}}},{key:"has",value:function(x){return this._obj[x]!==void 0}},{key:"get",value:function(x){return this._obj[x]}}]),y}(),M2=typeof Map<"u"?Map:BX,RX="undefined",jX=function(){function y(p){if(g(this,y),this._obj=Object.create(null),this.size=0,p!=null){var x;p.instanceString!=null&&p.instanceString()===this.instanceString()?x=p.toArray():x=p;for(var C=0;C<x.length;C++)this.add(x[C])}}return v(y,[{key:"instanceString",value:function(){return"set"}},{key:"add",value:function(x){var C=this._obj;C[x]!==1&&(C[x]=1,this.size++)}},{key:"delete",value:function(x){var C=this._obj;C[x]===1&&(C[x]=0,this.size--)}},{key:"clear",value:function(){this._obj=Object.create(null)}},{key:"has",value:function(x){return this._obj[x]===1}},{key:"toArray",value:function(){var x=this;return Object.keys(this._obj).filter(function(C){return x.has(C)})}},{key:"forEach",value:function(x,C){return this.toArray().forEach(x,C)}}]),y}(),Ux=(typeof Set>"u"?"undefined":f(Set))!==RX?Set:jX,H9=function(p,x){var C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(p===void 0||x===void 0||!Dt(p)){jl("An element must have a core reference and parameters set");return}var L=x.group;if(L==null&&(x.data&&x.data.source!=null&&x.data.target!=null?L="edges":L="nodes"),L!=="nodes"&&L!=="edges"){jl("An element must be of type `nodes` or `edges`; you specified `"+L+"`");return}this.length=1,this[0]=this;var O=this._private={cy:p,single:!0,data:x.data||{},position:x.position||{x:0,y:0},autoWidth:void 0,autoHeight:void 0,autoPadding:void 0,compoundBoundsClean:!1,listeners:[],group:L,style:{},rstyle:{},styleCxts:[],styleKeys:{},removed:!0,selected:!!x.selected,selectable:x.selectable===void 0?!0:!!x.selectable,locked:!!x.locked,grabbed:!1,grabbable:x.grabbable===void 0?!0:!!x.grabbable,pannable:x.pannable===void 0?L==="edges":!!x.pannable,active:!1,classes:new Ux,animation:{current:[],queue:[]},rscratch:{},scratch:x.scratch||{},edges:[],children:[],parent:x.parent&&x.parent.isNode()?x.parent:null,traversalCache:{},backgrounding:!1,bbCache:null,bbCacheShift:{x:0,y:0},bodyBounds:null,overlayBounds:null,labelBounds:{all:null,source:null,target:null,main:null},arrowBounds:{source:null,target:null,"mid-source":null,"mid-target":null}};if(O.position.x==null&&(O.position.x=0),O.position.y==null&&(O.position.y=0),x.renderedPosition){var P=x.renderedPosition,$=p.pan(),H=p.zoom();O.position={x:(P.x-$.x)/H,y:(P.y-$.y)/H}}var z=[];gt(x.classes)?z=x.classes:yt(x.classes)&&(z=x.classes.split(/\s+/));for(var G=0,Q=z.length;G<Q;G++){var it=z[G];!it||it===""||O.classes.add(it)}this.createEmitter();var lt=x.style||x.css;lt&&(Vc("Setting a `style` bypass at element creation should be done only when absolutely necessary. Try to use the stylesheet instead."),this.style(lt)),(C===void 0||C)&&this.restore()},CB=function(p){return p={bfs:p.bfs||!p.dfs,dfs:p.dfs||!p.bfs},function(C,L,O){var P;ht(C)&&!Et(C)&&(P=C,C=P.roots||P.root,L=P.visit,O=P.directed),O=arguments.length===2&&!mt(L)?L:O,L=mt(L)?L:function(){};for(var $=this._private.cy,H=C=yt(C)?this.filter(C):C,z=[],G=[],Q={},it={},lt={},dt=0,vt,Mt=this.byGroup(),kt=Mt.nodes,It=Mt.edges,Pt=0;Pt<H.length;Pt++){var qt=H[Pt],ce=qt.id();qt.isNode()&&(z.unshift(qt),p.bfs&&(lt[ce]=!0,G.push(qt)),it[ce]=0)}for(var ee=function(){var ze=p.bfs?z.shift():z.pop(),ke=ze.id();if(p.dfs){if(lt[ke])return"continue";lt[ke]=!0,G.push(ze)}var xn=it[ke],tn=Q[ke],an=tn!=null?tn.source():null,Sn=tn!=null?tn.target():null,Vn=tn==null?void 0:ze.same(an)?Sn[0]:an[0],or=void 0;if(or=L(ze,tn,Vn,dt++,xn),or===!0)return vt=ze,"break";if(or===!1)return"break";for(var Rn=ze.connectedEdges().filter(function(dr){return(!O||dr.source().same(ze))&&It.has(dr)}),ar=0;ar<Rn.length;ar++){var yr=Rn[ar],kr=yr.connectedNodes().filter(function(dr){return!dr.same(ze)&&kt.has(dr)}),br=kr.id();kr.length!==0&&!lt[br]&&(kr=kr[0],z.push(kr),p.bfs&&(lt[br]=!0,G.push(kr)),Q[br]=yr,it[br]=it[ke]+1)}};z.length!==0;){var Ut=ee();if(Ut!=="continue"&&Ut==="break")break}for(var ue=$.collection(),Yt=0;Yt<G.length;Yt++){var ye=G[Yt],xe=Q[ye.id()];xe!=null&&ue.push(xe),ue.push(ye)}return{path:$.collection(ue),found:$.collection(vt)}}},M8={breadthFirstSearch:CB({bfs:!0}),depthFirstSearch:CB({dfs:!0})};M8.bfs=M8.breadthFirstSearch,M8.dfs=M8.depthFirstSearch;var $X=Qe(function(y,p){(function(){var x,C,L,O,P,$,H,z,G,Q,it,lt,dt,vt,Mt;L=Math.floor,Q=Math.min,C=function(kt,It){return kt<It?-1:kt>It?1:0},G=function(kt,It,Pt,qt,ce){var ee;if(Pt==null&&(Pt=0),ce==null&&(ce=C),Pt<0)throw new Error("lo must be non-negative");for(qt==null&&(qt=kt.length);Pt<qt;)ee=L((Pt+qt)/2),ce(It,kt[ee])<0?qt=ee:Pt=ee+1;return[].splice.apply(kt,[Pt,Pt-Pt].concat(It)),It},$=function(kt,It,Pt){return Pt==null&&(Pt=C),kt.push(It),vt(kt,0,kt.length-1,Pt)},P=function(kt,It){var Pt,qt;return It==null&&(It=C),Pt=kt.pop(),kt.length?(qt=kt[0],kt[0]=Pt,Mt(kt,0,It)):qt=Pt,qt},z=function(kt,It,Pt){var qt;return Pt==null&&(Pt=C),qt=kt[0],kt[0]=It,Mt(kt,0,Pt),qt},H=function(kt,It,Pt){var qt;return Pt==null&&(Pt=C),kt.length&&Pt(kt[0],It)<0&&(qt=[kt[0],It],It=qt[0],kt[0]=qt[1],Mt(kt,0,Pt)),It},O=function(kt,It){var Pt,qt,ce,ee,Ut,ue;for(It==null&&(It=C),ee=(function(){ue=[];for(var Yt=0,ye=L(kt.length/2);0<=ye?Yt<ye:Yt>ye;0<=ye?Yt++:Yt--)ue.push(Yt);return ue}).apply(this).reverse(),Ut=[],qt=0,ce=ee.length;qt<ce;qt++)Pt=ee[qt],Ut.push(Mt(kt,Pt,It));return Ut},dt=function(kt,It,Pt){var qt;if(Pt==null&&(Pt=C),qt=kt.indexOf(It),qt!==-1)return vt(kt,0,qt,Pt),Mt(kt,qt,Pt)},it=function(kt,It,Pt){var qt,ce,ee,Ut,ue;if(Pt==null&&(Pt=C),ce=kt.slice(0,It),!ce.length)return ce;for(O(ce,Pt),ue=kt.slice(It),ee=0,Ut=ue.length;ee<Ut;ee++)qt=ue[ee],H(ce,qt,Pt);return ce.sort(Pt).reverse()},lt=function(kt,It,Pt){var qt,ce,ee,Ut,ue,Yt,ye,xe,de;if(Pt==null&&(Pt=C),It*10<=kt.length){if(ee=kt.slice(0,It).sort(Pt),!ee.length)return ee;for(ce=ee[ee.length-1],ye=kt.slice(It),Ut=0,Yt=ye.length;Ut<Yt;Ut++)qt=ye[Ut],Pt(qt,ce)<0&&(G(ee,qt,0,null,Pt),ee.pop(),ce=ee[ee.length-1]);return ee}for(O(kt,Pt),de=[],ue=0,xe=Q(It,kt.length);0<=xe?ue<xe:ue>xe;0<=xe?++ue:--ue)de.push(P(kt,Pt));return de},vt=function(kt,It,Pt,qt){var ce,ee,Ut;for(qt==null&&(qt=C),ce=kt[Pt];Pt>It;){if(Ut=Pt-1>>1,ee=kt[Ut],qt(ce,ee)<0){kt[Pt]=ee,Pt=Ut;continue}break}return kt[Pt]=ce},Mt=function(kt,It,Pt){var qt,ce,ee,Ut,ue;for(Pt==null&&(Pt=C),ce=kt.length,ue=It,ee=kt[It],qt=2*It+1;qt<ce;)Ut=qt+1,Ut<ce&&!(Pt(kt[qt],kt[Ut])<0)&&(qt=Ut),kt[It]=kt[qt],It=qt,qt=2*It+1;return kt[It]=ee,vt(kt,ue,It,Pt)},x=function(){kt.push=$,kt.pop=P,kt.replace=z,kt.pushpop=H,kt.heapify=O,kt.updateItem=dt,kt.nlargest=it,kt.nsmallest=lt;function kt(It){this.cmp=It??C,this.nodes=[]}return kt.prototype.push=function(It){return $(this.nodes,It,this.cmp)},kt.prototype.pop=function(){return P(this.nodes,this.cmp)},kt.prototype.peek=function(){return this.nodes[0]},kt.prototype.contains=function(It){return this.nodes.indexOf(It)!==-1},kt.prototype.replace=function(It){return z(this.nodes,It,this.cmp)},kt.prototype.pushpop=function(It){return H(this.nodes,It,this.cmp)},kt.prototype.heapify=function(){return O(this.nodes,this.cmp)},kt.prototype.updateItem=function(It){return dt(this.nodes,It,this.cmp)},kt.prototype.clear=function(){return this.nodes=[]},kt.prototype.empty=function(){return this.nodes.length===0},kt.prototype.size=function(){return this.nodes.length},kt.prototype.clone=function(){var It;return It=new kt,It.nodes=this.nodes.slice(0),It},kt.prototype.toArray=function(){return this.nodes.slice(0)},kt.prototype.insert=kt.prototype.push,kt.prototype.top=kt.prototype.peek,kt.prototype.front=kt.prototype.peek,kt.prototype.has=kt.prototype.contains,kt.prototype.copy=kt.prototype.clone,kt}(),function(kt,It){return y.exports=It()}(this,function(){return x})}).call(be)}),D8=$X,zX=f1({root:null,weight:function(p){return 1},directed:!1}),qX={dijkstra:function(p){if(!ht(p)){var x=arguments;p={root:x[0],weight:x[1],directed:x[2]}}var C=zX(p),L=C.root,O=C.weight,P=C.directed,$=this,H=O,z=yt(L)?this.filter(L)[0]:L[0],G={},Q={},it={},lt=this.byGroup(),dt=lt.nodes,vt=lt.edges;vt.unmergeBy(function(xn){return xn.isLoop()});for(var Mt=function(tn){return G[tn.id()]},kt=function(tn,an){G[tn.id()]=an,It.updateItem(tn)},It=new D8(function(xn,tn){return Mt(xn)-Mt(tn)}),Pt=0;Pt<dt.length;Pt++){var qt=dt[Pt];G[qt.id()]=qt.same(z)?0:1/0,It.push(qt)}for(var ce=function(tn,an){for(var Sn=(P?tn.edgesTo(an):tn.edgesWith(an)).intersect(vt),Vn=1/0,or,Rn=0;Rn<Sn.length;Rn++){var ar=Sn[Rn],yr=H(ar);(yr<Vn||!or)&&(Vn=yr,or=ar)}return{edge:or,dist:Vn}};It.size()>0;){var ee=It.pop(),Ut=Mt(ee),ue=ee.id();if(it[ue]=Ut,Ut!==1/0)for(var Yt=ee.neighborhood().intersect(dt),ye=0;ye<Yt.length;ye++){var xe=Yt[ye],de=xe.id(),ze=ce(ee,xe),ke=Ut+ze.dist;ke<Mt(xe)&&(kt(xe,ke),Q[de]={node:ee,edge:ze.edge})}}return{distanceTo:function(tn){var an=yt(tn)?dt.filter(tn)[0]:tn[0];return it[an.id()]},pathTo:function(tn){var an=yt(tn)?dt.filter(tn)[0]:tn[0],Sn=[],Vn=an,or=Vn.id();if(an.length>0)for(Sn.unshift(an);Q[or];){var Rn=Q[or];Sn.unshift(Rn.edge),Sn.unshift(Rn.node),Vn=Rn.node,or=Vn.id()}return $.spawn(Sn)}}}},HX={kruskal:function(p){p=p||function(Pt){return 1};for(var x=this.byGroup(),C=x.nodes,L=x.edges,O=C.length,P=new Array(O),$=C,H=function(qt){for(var ce=0;ce<P.length;ce++){var ee=P[ce];if(ee.has(qt))return ce}},z=0;z<O;z++)P[z]=this.spawn(C[z]);for(var G=L.sort(function(Pt,qt){return p(Pt)-p(qt)}),Q=0;Q<G.length;Q++){var it=G[Q],lt=it.source()[0],dt=it.target()[0],vt=H(lt),Mt=H(dt),kt=P[vt],It=P[Mt];vt!==Mt&&($.merge(it),kt.merge(It),P.splice(Mt,1))}return $}},VX=f1({root:null,goal:null,weight:function(p){return 1},heuristic:function(p){return 0},directed:!1}),UX={aStar:function(p){var x=this.cy(),C=VX(p),L=C.root,O=C.goal,P=C.heuristic,$=C.directed,H=C.weight;L=x.collection(L)[0],O=x.collection(O)[0];var z=L.id(),G=O.id(),Q={},it={},lt={},dt=new D8(function(or,Rn){return it[or.id()]-it[Rn.id()]}),vt=new Ux,Mt={},kt={},It=function(Rn,ar){dt.push(Rn),vt.add(ar)},Pt,qt,ce=function(){Pt=dt.pop(),qt=Pt.id(),vt.delete(qt)},ee=function(Rn){return vt.has(Rn)};It(L,z),Q[z]=0,it[z]=P(L);for(var Ut=0;dt.size()>0;){if(ce(),Ut++,qt===G){for(var ue=[],Yt=O,ye=G,xe=kt[ye];ue.unshift(Yt),xe!=null&&ue.unshift(xe),Yt=Mt[ye],Yt!=null;)ye=Yt.id(),xe=kt[ye];return{found:!0,distance:Q[qt],path:this.spawn(ue),steps:Ut}}lt[qt]=!0;for(var de=Pt._private.edges,ze=0;ze<de.length;ze++){var ke=de[ze];if(this.hasElementWithId(ke.id())&&!($&&ke.data("source")!==qt)){var xn=ke.source(),tn=ke.target(),an=xn.id()!==qt?xn:tn,Sn=an.id();if(this.hasElementWithId(Sn)&&!lt[Sn]){var Vn=Q[qt]+H(ke);if(!ee(Sn)){Q[Sn]=Vn,it[Sn]=Vn+P(an),It(an,Sn),Mt[Sn]=Pt,kt[Sn]=ke;continue}Vn<Q[Sn]&&(Q[Sn]=Vn,it[Sn]=Vn+P(an),Mt[Sn]=Pt,kt[Sn]=ke)}}}}return{found:!1,distance:void 0,path:void 0,steps:Ut}}},GX=f1({weight:function(p){return 1},directed:!1}),KX={floydWarshall:function(p){for(var x=this.cy(),C=GX(p),L=C.weight,O=C.directed,P=L,$=this.byGroup(),H=$.nodes,z=$.edges,G=H.length,Q=G*G,it=function(yr){return H.indexOf(yr)},lt=function(yr){return H[yr]},dt=new Array(Q),vt=0;vt<Q;vt++){var Mt=vt%G,kt=(vt-Mt)/G;kt===Mt?dt[vt]=0:dt[vt]=1/0}for(var It=new Array(Q),Pt=new Array(Q),qt=0;qt<z.length;qt++){var ce=z[qt],ee=ce.source()[0],Ut=ce.target()[0];if(ee!==Ut){var ue=it(ee),Yt=it(Ut),ye=ue*G+Yt,xe=P(ce);if(dt[ye]>xe&&(dt[ye]=xe,It[ye]=Yt,Pt[ye]=ce),!O){var de=Yt*G+ue;!O&&dt[de]>xe&&(dt[de]=xe,It[de]=ue,Pt[de]=ce)}}}for(var ze=0;ze<G;ze++)for(var ke=0;ke<G;ke++)for(var xn=ke*G+ze,tn=0;tn<G;tn++){var an=ke*G+tn,Sn=ze*G+tn;dt[xn]+dt[Sn]<dt[an]&&(dt[an]=dt[xn]+dt[Sn],It[an]=It[xn])}var Vn=function(yr){return(yt(yr)?x.filter(yr):yr)[0]},or=function(yr){return it(Vn(yr))},Rn={distance:function(yr,kr){var br=or(yr),dr=or(kr);return dt[br*G+dr]},path:function(yr,kr){var br=or(yr),dr=or(kr),kn=lt(br);if(br===dr)return kn.collection();if(It[br*G+dr]==null)return x.collection();var wr=x.collection(),Ar=br,ci;for(wr.merge(kn);br!==dr;)Ar=br,br=It[br*G+dr],ci=Pt[Ar*G+br],wr.merge(ci),wr.merge(lt(br));return wr}};return Rn}},WX=f1({weight:function(p){return 1},directed:!1,root:null}),YX={bellmanFord:function(p){var x=this,C=WX(p),L=C.weight,O=C.directed,P=C.root,$=L,H=this,z=this.cy(),G=this.byGroup(),Q=G.edges,it=G.nodes,lt=it.length,dt=new M2,vt=!1,Mt=[];P=z.collection(P)[0],Q.unmergeBy(function(Xi){return Xi.isLoop()});for(var kt=Q.length,It=function(li){var qi=dt.get(li.id());return qi||(qi={},dt.set(li.id(),qi)),qi},Pt=function(li){return(yt(li)?z.$(li):li)[0]},qt=function(li){return It(Pt(li)).dist},ce=function(li){for(var qi=arguments.length>1&&arguments[1]!==void 0?arguments[1]:P,Ao=Pt(li),Ka=[],Ws=Ao;;){if(Ws==null)return x.spawn();var Nr=It(Ws),re=Nr.edge,Kn=Nr.pred;if(Ka.unshift(Ws[0]),Ws.same(qi)&&Ka.length>0)break;re!=null&&Ka.unshift(re),Ws=Kn}return H.spawn(Ka)},ee=0;ee<lt;ee++){var Ut=it[ee],ue=It(Ut);Ut.same(P)?ue.dist=0:ue.dist=1/0,ue.pred=null,ue.edge=null}for(var Yt=!1,ye=function(li,qi,Ao,Ka,Ws,Nr){var re=Ka.dist+Nr;re<Ws.dist&&!Ao.same(Ka.edge)&&(Ws.dist=re,Ws.pred=li,Ws.edge=Ao,Yt=!0)},xe=1;xe<lt;xe++){Yt=!1;for(var de=0;de<kt;de++){var ze=Q[de],ke=ze.source(),xn=ze.target(),tn=$(ze),an=It(ke),Sn=It(xn);ye(ke,xn,ze,an,Sn,tn),O||ye(xn,ke,ze,Sn,an,tn)}if(!Yt)break}if(Yt)for(var Vn=[],or=0;or<kt;or++){var Rn=Q[or],ar=Rn.source(),yr=Rn.target(),kr=$(Rn),br=It(ar).dist,dr=It(yr).dist;if(br+kr<dr||!O&&dr+kr<br)if(vt||(Vc("Graph contains a negative weight cycle for Bellman-Ford"),vt=!0),p.findNegativeWeightCycles!==!1){var kn=[];br+kr<dr&&kn.push(ar),!O&&dr+kr<br&&kn.push(yr);for(var wr=kn.length,Ar=0;Ar<wr;Ar++){var ci=kn[Ar],ui=[ci];ui.push(It(ci).edge);for(var ps=It(ci).pred;ui.indexOf(ps)===-1;)ui.push(ps),ui.push(It(ps).edge),ps=It(ps).pred;ui=ui.slice(ui.indexOf(ps));for(var ga=ui[0].id(),Li=0,mi=2;mi<ui.length;mi+=2)ui[mi].id()<ga&&(ga=ui[mi].id(),Li=mi);ui=ui.slice(Li).concat(ui.slice(0,Li)),ui.push(ui[0]);var ys=ui.map(function(Xi){return Xi.id()}).join(",");Vn.indexOf(ys)===-1&&(Mt.push(H.spawn(ui)),Vn.push(ys))}}else break}return{distanceTo:qt,pathTo:ce,hasNegativeWeightCycle:vt,negativeWeightCycles:Mt}}},XX=Math.sqrt(2),QX=function(p,x,C){C.length===0&&jl("Karger-Stein must be run on a connected (sub)graph");for(var L=C[p],O=L[1],P=L[2],$=x[O],H=x[P],z=C,G=z.length-1;G>=0;G--){var Q=z[G],it=Q[1],lt=Q[2];(x[it]===$&&x[lt]===H||x[it]===H&&x[lt]===$)&&z.splice(G,1)}for(var dt=0;dt<z.length;dt++){var vt=z[dt];vt[1]===H?(z[dt]=vt.slice(),z[dt][1]=$):vt[2]===H&&(z[dt]=vt.slice(),z[dt][2]=$)}for(var Mt=0;Mt<x.length;Mt++)x[Mt]===H&&(x[Mt]=$);return z},MM=function(p,x,C,L){for(;C>L;){var O=Math.floor(Math.random()*x.length);x=QX(O,p,x),C--}return x},JX={kargerStein:function(){var p=this,x=this.byGroup(),C=x.nodes,L=x.edges;L.unmergeBy(function(Sn){return Sn.isLoop()});var O=C.length,P=L.length,$=Math.ceil(Math.pow(Math.log(O)/Math.LN2,2)),H=Math.floor(O/XX);if(O<2){jl("At least 2 nodes are required for Karger-Stein algorithm");return}for(var z=[],G=0;G<P;G++){var Q=L[G];z.push([G,C.indexOf(Q.source()),C.indexOf(Q.target())])}for(var it=1/0,lt=[],dt=new Array(O),vt=new Array(O),Mt=new Array(O),kt=function(Vn,or){for(var Rn=0;Rn<O;Rn++)or[Rn]=Vn[Rn]},It=0;It<=$;It++){for(var Pt=0;Pt<O;Pt++)vt[Pt]=Pt;var qt=MM(vt,z.slice(),O,H),ce=qt.slice();kt(vt,Mt);var ee=MM(vt,qt,H,2),Ut=MM(Mt,ce,H,2);ee.length<=Ut.length&&ee.length<it?(it=ee.length,lt=ee,kt(vt,dt)):Ut.length<=ee.length&&Ut.length<it&&(it=Ut.length,lt=Ut,kt(Mt,dt))}for(var ue=this.spawn(lt.map(function(Sn){return L[Sn[0]]})),Yt=this.spawn(),ye=this.spawn(),xe=dt[0],de=0;de<dt.length;de++){var ze=dt[de],ke=C[de];ze===xe?Yt.merge(ke):ye.merge(ke)}var xn=function(Vn){var or=p.spawn();return Vn.forEach(function(Rn){or.merge(Rn),Rn.connectedEdges().forEach(function(ar){p.contains(ar)&&!ue.contains(ar)&&or.merge(ar)})}),or},tn=[xn(Yt),xn(ye)],an={cut:ue,components:tn,partition1:Yt,partition2:ye};return an}},ZX=function(p){return{x:p.x,y:p.y}},V9=function(p,x,C){return{x:p.x*x+C.x,y:p.y*x+C.y}},_B=function(p,x,C){return{x:(p.x-C.x)/x,y:(p.y-C.y)/x}},Gx=function(p){return{x:p[0],y:p[1]}},tQ=function(p){for(var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:p.length,L=1/0,O=x;O<C;O++){var P=p[O];isFinite(P)&&(L=Math.min(P,L))}return L},eQ=function(p){for(var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:p.length,L=-1/0,O=x;O<C;O++){var P=p[O];isFinite(P)&&(L=Math.max(P,L))}return L},nQ=function(p){for(var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:p.length,L=0,O=0,P=x;P<C;P++){var $=p[P];isFinite($)&&(L+=$,O++)}return L/O},rQ=function(p){var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:p.length,L=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0,O=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,P=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!0;L?p=p.slice(x,C):(C<p.length&&p.splice(C,p.length-C),x>0&&p.splice(0,x));for(var $=0,H=p.length-1;H>=0;H--){var z=p[H];P?isFinite(z)||(p[H]=-1/0,$++):p.splice(H,1)}O&&p.sort(function(it,lt){return it-lt});var G=p.length,Q=Math.floor(G/2);return G%2!==0?p[Q+1+$]:(p[Q-1+$]+p[Q+$])/2},iQ=function(p){return Math.PI*p/180},U9=function(p,x){return Math.atan2(x,p)-Math.PI/2},DM=Math.log2||function(y){return Math.log(y)/Math.log(2)},SB=function(p){return p>0?1:p<0?-1:0},p4=function(p,x){return Math.sqrt(b4(p,x))},b4=function(p,x){var C=x.x-p.x,L=x.y-p.y;return C*C+L*L},sQ=function(p){for(var x=p.length,C=0,L=0;L<x;L++)C+=p[L];for(var O=0;O<x;O++)p[O]=p[O]/C;return p},_f=function(p,x,C,L){return(1-L)*(1-L)*p+2*(1-L)*L*x+L*L*C},Kx=function(p,x,C,L){return{x:_f(p.x,x.x,C.x,L),y:_f(p.y,x.y,C.y,L)}},aQ=function(p,x,C,L){var O={x:x.x-p.x,y:x.y-p.y},P=p4(p,x),$={x:O.x/P,y:O.y/P};return C=C??0,L=L??C*P,{x:p.x+$.x*L,y:p.y+$.y*L}},I8=function(p,x,C){return Math.max(p,Math.min(C,x))},m0=function(p){if(p==null)return{x1:1/0,y1:1/0,x2:-1/0,y2:-1/0,w:0,h:0};if(p.x1!=null&&p.y1!=null){if(p.x2!=null&&p.y2!=null&&p.x2>=p.x1&&p.y2>=p.y1)return{x1:p.x1,y1:p.y1,x2:p.x2,y2:p.y2,w:p.x2-p.x1,h:p.y2-p.y1};if(p.w!=null&&p.h!=null&&p.w>=0&&p.h>=0)return{x1:p.x1,y1:p.y1,x2:p.x1+p.w,y2:p.y1+p.h,w:p.w,h:p.h}}},oQ=function(p){return{x1:p.x1,x2:p.x2,w:p.w,y1:p.y1,y2:p.y2,h:p.h}},cQ=function(p){p.x1=1/0,p.y1=1/0,p.x2=-1/0,p.y2=-1/0,p.w=0,p.h=0},uQ=function(p,x){p.x1=Math.min(p.x1,x.x1),p.x2=Math.max(p.x2,x.x2),p.w=p.x2-p.x1,p.y1=Math.min(p.y1,x.y1),p.y2=Math.max(p.y2,x.y2),p.h=p.y2-p.y1},lQ=function(p,x,C){p.x1=Math.min(p.x1,x),p.x2=Math.max(p.x2,x),p.w=p.x2-p.x1,p.y1=Math.min(p.y1,C),p.y2=Math.max(p.y2,C),p.h=p.y2-p.y1},G9=function(p){var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return p.x1-=x,p.x2+=x,p.y1-=x,p.y2+=x,p.w=p.x2-p.x1,p.h=p.y2-p.y1,p},IM=function(p){var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[0],C,L,O,P;if(x.length===1)C=L=O=P=x[0];else if(x.length===2)C=O=x[0],P=L=x[1];else if(x.length===4){var $=E(x,4);C=$[0],L=$[1],O=$[2],P=$[3]}return p.x1-=P,p.x2+=L,p.y1-=C,p.y2+=O,p.w=p.x2-p.x1,p.h=p.y2-p.y1,p},AB=function(p,x){p.x1=x.x1,p.y1=x.y1,p.x2=x.x2,p.y2=x.y2,p.w=p.x2-p.x1,p.h=p.y2-p.y1},OM=function(p,x){return!(p.x1>x.x2||x.x1>p.x2||p.x2<x.x1||x.x2<p.x1||p.y2<x.y1||x.y2<p.y1||p.y1>x.y2||x.y1>p.y2)},Wx=function(p,x,C){return p.x1<=x&&x<=p.x2&&p.y1<=C&&C<=p.y2},hQ=function(p,x){return Wx(p,x.x,x.y)},LB=function(p,x){return Wx(p,x.x1,x.y1)&&Wx(p,x.x2,x.y2)},MB=function(p,x,C,L,O,P,$){var H=N8(O,P),z=O/2,G=P/2,Q;{var it=C-z+H-$,lt=L-G-$,dt=C+z-H+$,vt=lt;if(Q=cy(p,x,C,L,it,lt,dt,vt,!1),Q.length>0)return Q}{var Mt=C+z+$,kt=L-G+H-$,It=Mt,Pt=L+G-H+$;if(Q=cy(p,x,C,L,Mt,kt,It,Pt,!1),Q.length>0)return Q}{var qt=C-z+H-$,ce=L+G+$,ee=C+z-H+$,Ut=ce;if(Q=cy(p,x,C,L,qt,ce,ee,Ut,!1),Q.length>0)return Q}{var ue=C-z-$,Yt=L-G+H-$,ye=ue,xe=L+G-H+$;if(Q=cy(p,x,C,L,ue,Yt,ye,xe,!1),Q.length>0)return Q}var de;{var ze=C-z+H,ke=L-G+H;if(de=O8(p,x,C,L,ze,ke,H+$),de.length>0&&de[0]<=ze&&de[1]<=ke)return[de[0],de[1]]}{var xn=C+z-H,tn=L-G+H;if(de=O8(p,x,C,L,xn,tn,H+$),de.length>0&&de[0]>=xn&&de[1]<=tn)return[de[0],de[1]]}{var an=C+z-H,Sn=L+G-H;if(de=O8(p,x,C,L,an,Sn,H+$),de.length>0&&de[0]>=an&&de[1]>=Sn)return[de[0],de[1]]}{var Vn=C-z+H,or=L+G-H;if(de=O8(p,x,C,L,Vn,or,H+$),de.length>0&&de[0]<=Vn&&de[1]>=or)return[de[0],de[1]]}return[]},fQ=function(p,x,C,L,O,P,$){var H=$,z=Math.min(C,O),G=Math.max(C,O),Q=Math.min(L,P),it=Math.max(L,P);return z-H<=p&&p<=G+H&&Q-H<=x&&x<=it+H},dQ=function(p,x,C,L,O,P,$,H,z){var G={x1:Math.min(C,$,O)-z,x2:Math.max(C,$,O)+z,y1:Math.min(L,H,P)-z,y2:Math.max(L,H,P)+z};return!(p<G.x1||p>G.x2||x<G.y1||x>G.y2)},gQ=function(p,x,C,L){C-=L;var O=x*x-4*p*C;if(O<0)return[];var P=Math.sqrt(O),$=2*p,H=(-x+P)/$,z=(-x-P)/$;return[H,z]},pQ=function(p,x,C,L,O){var P=1e-5;p===0&&(p=P),x/=p,C/=p,L/=p;var $,H,z,G,Q,it,lt,dt;if(H=(3*C-x*x)/9,z=-(27*L)+x*(9*C-2*(x*x)),z/=54,$=H*H*H+z*z,O[1]=0,lt=x/3,$>0){Q=z+Math.sqrt($),Q=Q<0?-Math.pow(-Q,1/3):Math.pow(Q,1/3),it=z-Math.sqrt($),it=it<0?-Math.pow(-it,1/3):Math.pow(it,1/3),O[0]=-lt+Q+it,lt+=(Q+it)/2,O[4]=O[2]=-lt,lt=Math.sqrt(3)*(-it+Q)/2,O[3]=lt,O[5]=-lt;return}if(O[5]=O[3]=0,$===0){dt=z<0?-Math.pow(-z,1/3):Math.pow(z,1/3),O[0]=-lt+2*dt,O[4]=O[2]=-(dt+lt);return}H=-H,G=H*H*H,G=Math.acos(z/Math.sqrt(G)),dt=2*Math.sqrt(H),O[0]=-lt+dt*Math.cos(G/3),O[2]=-lt+dt*Math.cos((G+2*Math.PI)/3),O[4]=-lt+dt*Math.cos((G+4*Math.PI)/3)},bQ=function(p,x,C,L,O,P,$,H){var z=1*C*C-4*C*O+2*C*$+4*O*O-4*O*$+$*$+L*L-4*L*P+2*L*H+4*P*P-4*P*H+H*H,G=1*9*C*O-3*C*C-3*C*$-6*O*O+3*O*$+9*L*P-3*L*L-3*L*H-6*P*P+3*P*H,Q=1*3*C*C-6*C*O+C*$-C*p+2*O*O+2*O*p-$*p+3*L*L-6*L*P+L*H-L*x+2*P*P+2*P*x-H*x,it=1*C*O-C*C+C*p-O*p+L*P-L*L+L*x-P*x,lt=[];pQ(z,G,Q,it,lt);for(var dt=1e-7,vt=[],Mt=0;Mt<6;Mt+=2)Math.abs(lt[Mt+1])<dt&<[Mt]>=0&<[Mt]<=1&&vt.push(lt[Mt]);vt.push(1),vt.push(0);for(var kt=-1,It,Pt,qt,ce=0;ce<vt.length;ce++)It=Math.pow(1-vt[ce],2)*C+2*(1-vt[ce])*vt[ce]*O+vt[ce]*vt[ce]*$,Pt=Math.pow(1-vt[ce],2)*L+2*(1-vt[ce])*vt[ce]*P+vt[ce]*vt[ce]*H,qt=Math.pow(It-p,2)+Math.pow(Pt-x,2),kt>=0?qt<kt&&(kt=qt):kt=qt;return kt},wQ=function(p,x,C,L,O,P){var $=[p-C,x-L],H=[O-C,P-L],z=H[0]*H[0]+H[1]*H[1],G=$[0]*$[0]+$[1]*$[1],Q=$[0]*H[0]+$[1]*H[1],it=Q*Q/z;return Q<0?G:it>z?(p-O)*(p-O)+(x-P)*(x-P):G-it},v0=function(p,x,C){for(var L,O,P,$,H,z=0,G=0;G<C.length/2;G++)if(L=C[G*2],O=C[G*2+1],G+1<C.length/2?(P=C[(G+1)*2],$=C[(G+1)*2+1]):(P=C[(G+1-C.length/2)*2],$=C[(G+1-C.length/2)*2+1]),!(L==p&&P==p))if(L>=p&&p>=P||L<=p&&p<=P)H=(p-L)/(P-L)*($-O)+O,H>x&&z++;else continue;return z%2!==0},em=function(p,x,C,L,O,P,$,H,z){var G=new Array(C.length),Q;H[0]!=null?(Q=Math.atan(H[1]/H[0]),H[0]<0?Q=Q+Math.PI/2:Q=-Q-Math.PI/2):Q=H;for(var it=Math.cos(-Q),lt=Math.sin(-Q),dt=0;dt<G.length/2;dt++)G[dt*2]=P/2*(C[dt*2]*it-C[dt*2+1]*lt),G[dt*2+1]=$/2*(C[dt*2+1]*it+C[dt*2]*lt),G[dt*2]+=L,G[dt*2+1]+=O;var vt;if(z>0){var Mt=IB(G,-z);vt=DB(Mt)}else vt=G;return v0(p,x,vt)},mQ=function(p,x,C,L,O,P,$){for(var H=new Array(C.length),z=P/2,G=$/2,Q=FM(P,$),it=Q*Q,lt=0;lt<C.length/4;lt++){var dt=void 0,vt=void 0;lt===0?dt=C.length-2:dt=lt*4-2,vt=lt*4+2;var Mt=L+z*C[lt*4],kt=O+G*C[lt*4+1],It=-C[dt]*C[vt]-C[dt+1]*C[vt+1],Pt=Q/Math.tan(Math.acos(It)/2),qt=Mt-Pt*C[dt],ce=kt-Pt*C[dt+1],ee=Mt+Pt*C[vt],Ut=kt+Pt*C[vt+1];H[lt*4]=qt,H[lt*4+1]=ce,H[lt*4+2]=ee,H[lt*4+3]=Ut;var ue=C[dt+1],Yt=-C[dt],ye=ue*C[vt]+Yt*C[vt+1];ye<0&&(ue*=-1,Yt*=-1);var xe=qt+ue*Q,de=ce+Yt*Q,ze=Math.pow(xe-p,2)+Math.pow(de-x,2);if(ze<=it)return!0}return v0(p,x,H)},DB=function(p){for(var x=new Array(p.length/2),C,L,O,P,$,H,z,G,Q=0;Q<p.length/4;Q++){C=p[Q*4],L=p[Q*4+1],O=p[Q*4+2],P=p[Q*4+3],Q<p.length/4-1?($=p[(Q+1)*4],H=p[(Q+1)*4+1],z=p[(Q+1)*4+2],G=p[(Q+1)*4+3]):($=p[0],H=p[1],z=p[2],G=p[3]);var it=cy(C,L,O,P,$,H,z,G,!0);x[Q*2]=it[0],x[Q*2+1]=it[1]}return x},IB=function(p,x){for(var C=new Array(p.length*2),L,O,P,$,H=0;H<p.length/2;H++){L=p[H*2],O=p[H*2+1],H<p.length/2-1?(P=p[(H+1)*2],$=p[(H+1)*2+1]):(P=p[0],$=p[1]);var z=$-O,G=-(P-L),Q=Math.sqrt(z*z+G*G),it=z/Q,lt=G/Q;C[H*4]=L+it*x,C[H*4+1]=O+lt*x,C[H*4+2]=P+it*x,C[H*4+3]=$+lt*x}return C},vQ=function(p,x,C,L,O,P){var $=C-p,H=L-x;$/=O,H/=P;var z=Math.sqrt($*$+H*H),G=z-1;if(G<0)return[];var Q=G/z;return[(C-p)*Q+p,(L-x)*Q+x]},w4=function(p,x,C,L,O,P,$){return p-=O,x-=P,p/=C/2+$,x/=L/2+$,p*p+x*x<=1},O8=function(p,x,C,L,O,P,$){var H=[C-p,L-x],z=[p-O,x-P],G=H[0]*H[0]+H[1]*H[1],Q=2*(z[0]*H[0]+z[1]*H[1]),it=z[0]*z[0]+z[1]*z[1]-$*$,lt=Q*Q-4*G*it;if(lt<0)return[];var dt=(-Q+Math.sqrt(lt))/(2*G),vt=(-Q-Math.sqrt(lt))/(2*G),Mt=Math.min(dt,vt),kt=Math.max(dt,vt),It=[];if(Mt>=0&&Mt<=1&&It.push(Mt),kt>=0&&kt<=1&&It.push(kt),It.length===0)return[];var Pt=It[0]*H[0]+p,qt=It[0]*H[1]+x;if(It.length>1){if(It[0]==It[1])return[Pt,qt];var ce=It[1]*H[0]+p,ee=It[1]*H[1]+x;return[Pt,qt,ce,ee]}else return[Pt,qt]},PM=function(p,x,C){return x<=p&&p<=C||C<=p&&p<=x?p:p<=x&&x<=C||C<=x&&x<=p?x:C},cy=function(p,x,C,L,O,P,$,H,z){var G=p-O,Q=C-p,it=$-O,lt=x-P,dt=L-x,vt=H-P,Mt=it*lt-vt*G,kt=Q*lt-dt*G,It=vt*Q-it*dt;if(It!==0){var Pt=Mt/It,qt=kt/It,ce=.001,ee=0-ce,Ut=1+ce;return ee<=Pt&&Pt<=Ut&&ee<=qt&&qt<=Ut?[p+Pt*Q,x+Pt*dt]:z?[p+Pt*Q,x+Pt*dt]:[]}else return Mt===0||kt===0?PM(p,C,$)===$?[$,H]:PM(p,C,O)===O?[O,P]:PM(O,$,C)===C?[C,L]:[]:[]},P8=function(p,x,C,L,O,P,$,H){var z=[],G,Q=new Array(C.length),it=!0;P==null&&(it=!1);var lt;if(it){for(var dt=0;dt<Q.length/2;dt++)Q[dt*2]=C[dt*2]*P+L,Q[dt*2+1]=C[dt*2+1]*$+O;if(H>0){var vt=IB(Q,-H);lt=DB(vt)}else lt=Q}else lt=C;for(var Mt,kt,It,Pt,qt=0;qt<lt.length/2;qt++)Mt=lt[qt*2],kt=lt[qt*2+1],qt<lt.length/2-1?(It=lt[(qt+1)*2],Pt=lt[(qt+1)*2+1]):(It=lt[0],Pt=lt[1]),G=cy(p,x,L,O,Mt,kt,It,Pt),G.length!==0&&z.push(G[0],G[1]);return z},yQ=function(p,x,C,L,O,P,$,H){for(var z=[],G,Q=new Array(C.length),it=P/2,lt=$/2,dt=FM(P,$),vt=0;vt<C.length/4;vt++){var Mt=void 0,kt=void 0;vt===0?Mt=C.length-2:Mt=vt*4-2,kt=vt*4+2;var It=L+it*C[vt*4],Pt=O+lt*C[vt*4+1],qt=-C[Mt]*C[kt]-C[Mt+1]*C[kt+1],ce=dt/Math.tan(Math.acos(qt)/2),ee=It-ce*C[Mt],Ut=Pt-ce*C[Mt+1],ue=It+ce*C[kt],Yt=Pt+ce*C[kt+1];vt===0?(Q[C.length-2]=ee,Q[C.length-1]=Ut):(Q[vt*4-2]=ee,Q[vt*4-1]=Ut),Q[vt*4]=ue,Q[vt*4+1]=Yt;var ye=C[Mt+1],xe=-C[Mt],de=ye*C[kt]+xe*C[kt+1];de<0&&(ye*=-1,xe*=-1);var ze=ee+ye*dt,ke=Ut+xe*dt;G=O8(p,x,L,O,ze,ke,dt),G.length!==0&&z.push(G[0],G[1])}for(var xn=0;xn<Q.length/4;xn++)G=cy(p,x,L,O,Q[xn*4],Q[xn*4+1],Q[xn*4+2],Q[xn*4+3],!1),G.length!==0&&z.push(G[0],G[1]);if(z.length>2){for(var tn=[z[0],z[1]],an=Math.pow(tn[0]-p,2)+Math.pow(tn[1]-x,2),Sn=1;Sn<z.length/2;Sn++){var Vn=Math.pow(z[Sn*2]-p,2)+Math.pow(z[Sn*2+1]-x,2);Vn<=an&&(tn[0]=z[Sn*2],tn[1]=z[Sn*2+1],an=Vn)}return tn}return z},K9=function(p,x,C){var L=[p[0]-x[0],p[1]-x[1]],O=Math.sqrt(L[0]*L[0]+L[1]*L[1]),P=(O-C)/O;return P<0&&(P=1e-5),[x[0]+P*L[0],x[1]+P*L[1]]},Dd=function(p,x){var C=NM(p,x);return C=OB(C),C},OB=function(p){for(var x,C,L=p.length/2,O=1/0,P=1/0,$=-1/0,H=-1/0,z=0;z<L;z++)x=p[2*z],C=p[2*z+1],O=Math.min(O,x),$=Math.max($,x),P=Math.min(P,C),H=Math.max(H,C);for(var G=2/($-O),Q=2/(H-P),it=0;it<L;it++)x=p[2*it]=p[2*it]*G,C=p[2*it+1]=p[2*it+1]*Q,O=Math.min(O,x),$=Math.max($,x),P=Math.min(P,C),H=Math.max(H,C);if(P<-1)for(var lt=0;lt<L;lt++)C=p[2*lt+1]=p[2*lt+1]+(-1-P);return p},NM=function(p,x){var C=1/p*2*Math.PI,L=p%2===0?Math.PI/2+C/2:Math.PI/2;L+=x;for(var O=new Array(p*2),P,$=0;$<p;$++)P=$*C+L,O[2*$]=Math.cos(P),O[2*$+1]=Math.sin(-P);return O},N8=function(p,x){return Math.min(p/4,x/4,8)},FM=function(p,x){return Math.min(p/10,x/10,8)},PB=function(){return 8},xQ=function(p,x,C){return[p-2*x+C,2*(x-p),p]},BM=function(p,x){return{heightOffset:Math.min(15,.05*x),widthOffset:Math.min(100,.25*p),ctrlPtOffsetPct:.05}},kQ=f1({dampingFactor:.8,precision:1e-6,iterations:200,weight:function(p){return 1}}),EQ={pageRank:function(p){for(var x=kQ(p),C=x.dampingFactor,L=x.precision,O=x.iterations,P=x.weight,$=this._private.cy,H=this.byGroup(),z=H.nodes,G=H.edges,Q=z.length,it=Q*Q,lt=G.length,dt=new Array(it),vt=new Array(Q),Mt=(1-C)/Q,kt=0;kt<Q;kt++){for(var It=0;It<Q;It++){var Pt=kt*Q+It;dt[Pt]=0}vt[kt]=0}for(var qt=0;qt<lt;qt++){var ce=G[qt],ee=ce.data("source"),Ut=ce.data("target");if(ee!==Ut){var ue=z.indexOfId(ee),Yt=z.indexOfId(Ut),ye=P(ce),xe=Yt*Q+ue;dt[xe]+=ye,vt[ue]+=ye}}for(var de=1/Q+Mt,ze=0;ze<Q;ze++)if(vt[ze]===0)for(var ke=0;ke<Q;ke++){var xn=ke*Q+ze;dt[xn]=de}else for(var tn=0;tn<Q;tn++){var an=tn*Q+ze;dt[an]=dt[an]/vt[ze]+Mt}for(var Sn=new Array(Q),Vn=new Array(Q),or,Rn=0;Rn<Q;Rn++)Sn[Rn]=1;for(var ar=0;ar<O;ar++){for(var yr=0;yr<Q;yr++)Vn[yr]=0;for(var kr=0;kr<Q;kr++)for(var br=0;br<Q;br++){var dr=kr*Q+br;Vn[kr]+=dt[dr]*Sn[br]}sQ(Vn),or=Sn,Sn=Vn,Vn=or;for(var kn=0,wr=0;wr<Q;wr++){var Ar=or[wr]-Sn[wr];kn+=Ar*Ar}if(kn<L)break}var ci={rank:function(ps){return ps=$.collection(ps)[0],Sn[z.indexOf(ps)]}};return ci}},NB=f1({root:null,weight:function(p){return 1},directed:!1,alpha:0}),Yx={degreeCentralityNormalized:function(p){p=NB(p);var x=this.cy(),C=this.nodes(),L=C.length;if(p.directed){for(var G={},Q={},it=0,lt=0,dt=0;dt<L;dt++){var vt=C[dt],Mt=vt.id();p.root=vt;var kt=this.degreeCentrality(p);it<kt.indegree&&(it=kt.indegree),lt<kt.outdegree&&(lt=kt.outdegree),G[Mt]=kt.indegree,Q[Mt]=kt.outdegree}return{indegree:function(Pt){return it==0?0:(yt(Pt)&&(Pt=x.filter(Pt)),G[Pt.id()]/it)},outdegree:function(Pt){return lt===0?0:(yt(Pt)&&(Pt=x.filter(Pt)),Q[Pt.id()]/lt)}}}else{for(var O={},P=0,$=0;$<L;$++){var H=C[$];p.root=H;var z=this.degreeCentrality(p);P<z.degree&&(P=z.degree),O[H.id()]=z.degree}return{degree:function(Pt){return P===0?0:(yt(Pt)&&(Pt=x.filter(Pt)),O[Pt.id()]/P)}}}},degreeCentrality:function(p){p=NB(p);var x=this.cy(),C=this,L=p,O=L.root,P=L.weight,$=L.directed,H=L.alpha;if(O=x.collection(O)[0],$){for(var lt=O.connectedEdges(),dt=lt.filter(function(ee){return ee.target().same(O)&&C.has(ee)}),vt=lt.filter(function(ee){return ee.source().same(O)&&C.has(ee)}),Mt=dt.length,kt=vt.length,It=0,Pt=0,qt=0;qt<dt.length;qt++)It+=P(dt[qt]);for(var ce=0;ce<vt.length;ce++)Pt+=P(vt[ce]);return{indegree:Math.pow(Mt,1-H)*Math.pow(It,H),outdegree:Math.pow(kt,1-H)*Math.pow(Pt,H)}}else{for(var z=O.connectedEdges().intersection(C),G=z.length,Q=0,it=0;it<z.length;it++)Q+=P(z[it]);return{degree:Math.pow(G,1-H)*Math.pow(Q,H)}}}};Yx.dc=Yx.degreeCentrality,Yx.dcn=Yx.degreeCentralityNormalised=Yx.degreeCentralityNormalized;var FB=f1({harmonic:!0,weight:function(){return 1},directed:!1,root:null}),Xx={closenessCentralityNormalized:function(p){for(var x=FB(p),C=x.harmonic,L=x.weight,O=x.directed,P=this.cy(),$={},H=0,z=this.nodes(),G=this.floydWarshall({weight:L,directed:O}),Q=0;Q<z.length;Q++){for(var it=0,lt=z[Q],dt=0;dt<z.length;dt++)if(Q!==dt){var vt=G.distance(lt,z[dt]);C?it+=1/vt:it+=vt}C||(it=1/it),H<it&&(H=it),$[lt.id()]=it}return{closeness:function(kt){return H==0?0:(yt(kt)?kt=P.filter(kt)[0].id():kt=kt.id(),$[kt]/H)}}},closenessCentrality:function(p){var x=FB(p),C=x.root,L=x.weight,O=x.directed,P=x.harmonic;C=this.filter(C)[0];for(var $=this.dijkstra({root:C,weight:L,directed:O}),H=0,z=this.nodes(),G=0;G<z.length;G++){var Q=z[G];if(!Q.same(C)){var it=$.distanceTo(Q);P?H+=1/it:H+=it}}return P?H:1/H}};Xx.cc=Xx.closenessCentrality,Xx.ccn=Xx.closenessCentralityNormalised=Xx.closenessCentralityNormalized;var TQ=f1({weight:null,directed:!1}),RM={betweennessCentrality:function(p){for(var x=TQ(p),C=x.directed,L=x.weight,O=L!=null,P=this.cy(),$=this.nodes(),H={},z={},G=0,Q={set:function(Pt,qt){z[Pt]=qt,qt>G&&(G=qt)},get:function(Pt){return z[Pt]}},it=0;it<$.length;it++){var lt=$[it],dt=lt.id();C?H[dt]=lt.outgoers().nodes():H[dt]=lt.openNeighborhood().nodes(),Q.set(dt,0)}for(var vt=function(Pt){for(var qt=$[Pt].id(),ce=[],ee={},Ut={},ue={},Yt=new D8(function(br,dr){return ue[br]-ue[dr]}),ye=0;ye<$.length;ye++){var xe=$[ye].id();ee[xe]=[],Ut[xe]=0,ue[xe]=1/0}for(Ut[qt]=1,ue[qt]=0,Yt.push(qt);!Yt.empty();){var de=Yt.pop();if(ce.push(de),O)for(var ze=0;ze<H[de].length;ze++){var ke=H[de][ze],xn=P.getElementById(de),tn=void 0;xn.edgesTo(ke).length>0?tn=xn.edgesTo(ke)[0]:tn=ke.edgesTo(xn)[0];var an=L(tn);ke=ke.id(),ue[ke]>ue[de]+an&&(ue[ke]=ue[de]+an,Yt.nodes.indexOf(ke)<0?Yt.push(ke):Yt.updateItem(ke),Ut[ke]=0,ee[ke]=[]),ue[ke]==ue[de]+an&&(Ut[ke]=Ut[ke]+Ut[de],ee[ke].push(de))}else for(var Sn=0;Sn<H[de].length;Sn++){var Vn=H[de][Sn].id();ue[Vn]==1/0&&(Yt.push(Vn),ue[Vn]=ue[de]+1),ue[Vn]==ue[de]+1&&(Ut[Vn]=Ut[Vn]+Ut[de],ee[Vn].push(de))}}for(var or={},Rn=0;Rn<$.length;Rn++)or[$[Rn].id()]=0;for(;ce.length>0;){for(var ar=ce.pop(),yr=0;yr<ee[ar].length;yr++){var kr=ee[ar][yr];or[kr]=or[kr]+Ut[kr]/Ut[ar]*(1+or[ar])}ar!=$[Pt].id()&&Q.set(ar,Q.get(ar)+or[ar])}},Mt=0;Mt<$.length;Mt++)vt(Mt);var kt={betweenness:function(Pt){var qt=P.collection(Pt).id();return Q.get(qt)},betweennessNormalized:function(Pt){if(G==0)return 0;var qt=P.collection(Pt).id();return Q.get(qt)/G}};return kt.betweennessNormalised=kt.betweennessNormalized,kt}};RM.bc=RM.betweennessCentrality;var CQ=f1({expandFactor:2,inflateFactor:2,multFactor:1,maxIterations:20,attributes:[function(y){return 1}]}),_Q=function(p){return CQ(p)},SQ=function(p,x){for(var C=0,L=0;L<x.length;L++)C+=x[L](p);return C},AQ=function(p,x,C){for(var L=0;L<x;L++)p[L*x+L]=C},BB=function(p,x){for(var C,L=0;L<x;L++){C=0;for(var O=0;O<x;O++)C+=p[O*x+L];for(var P=0;P<x;P++)p[P*x+L]=p[P*x+L]/C}},LQ=function(p,x,C){for(var L=new Array(C*C),O=0;O<C;O++){for(var P=0;P<C;P++)L[O*C+P]=0;for(var $=0;$<C;$++)for(var H=0;H<C;H++)L[O*C+H]+=p[O*C+$]*x[$*C+H]}return L},MQ=function(p,x,C){for(var L=p.slice(0),O=1;O<C;O++)p=LQ(p,L,x);return p},DQ=function(p,x,C){for(var L=new Array(x*x),O=0;O<x*x;O++)L[O]=Math.pow(p[O],C);return BB(L,x),L},RB=function(p,x,C,L){for(var O=0;O<C;O++){var P=Math.round(p[O]*Math.pow(10,L))/Math.pow(10,L),$=Math.round(x[O]*Math.pow(10,L))/Math.pow(10,L);if(P!==$)return!1}return!0},IQ=function(p,x,C,L){for(var O=[],P=0;P<x;P++){for(var $=[],H=0;H<x;H++)Math.round(p[P*x+H]*1e3)/1e3>0&&$.push(C[H]);$.length!==0&&O.push(L.collection($))}return O},OQ=function(p,x){for(var C=0;C<p.length;C++)if(!x[C]||p[C].id()!==x[C].id())return!1;return!0},PQ=function(p){for(var x=0;x<p.length;x++)for(var C=0;C<p.length;C++)x!=C&&OQ(p[x],p[C])&&p.splice(C,1);return p},jB=function(p){for(var x=this.nodes(),C=this.edges(),L=this.cy(),O=_Q(p),P={},$=0;$<x.length;$++)P[x[$].id()]=$;for(var H=x.length,z=H*H,G=new Array(z),Q,it=0;it<z;it++)G[it]=0;for(var lt=0;lt<C.length;lt++){var dt=C[lt],vt=P[dt.source().id()],Mt=P[dt.target().id()],kt=SQ(dt,O.attributes);G[vt*H+Mt]+=kt,G[Mt*H+vt]+=kt}AQ(G,H,O.multFactor),BB(G,H);for(var It=!0,Pt=0;It&&Pt<O.maxIterations;)It=!1,Q=MQ(G,H,O.expandFactor),G=DQ(Q,H,O.inflateFactor),RB(G,Q,z,4)||(It=!0),Pt++;var qt=IQ(G,H,x,L);return qt=PQ(qt),qt},NQ={markovClustering:jB,mcl:jB},FQ=function(p){return p},$B=function(p,x){return Math.abs(x-p)},zB=function(p,x,C){return p+$B(x,C)},qB=function(p,x,C){return p+Math.pow(C-x,2)},BQ=function(p){return Math.sqrt(p)},RQ=function(p,x,C){return Math.max(p,$B(x,C))},F8=function(p,x,C,L,O){for(var P=arguments.length>5&&arguments[5]!==void 0?arguments[5]:FQ,$=L,H,z,G=0;G<p;G++)H=x(G),z=C(G),$=O($,H,z);return P($)},Qx={euclidean:function(p,x,C){return p>=2?F8(p,x,C,0,qB,BQ):F8(p,x,C,0,zB)},squaredEuclidean:function(p,x,C){return F8(p,x,C,0,qB)},manhattan:function(p,x,C){return F8(p,x,C,0,zB)},max:function(p,x,C){return F8(p,x,C,-1/0,RQ)}};Qx["squared-euclidean"]=Qx.squaredEuclidean,Qx.squaredeuclidean=Qx.squaredEuclidean;function W9(y,p,x,C,L,O){var P;return mt(y)?P=y:P=Qx[y]||Qx.euclidean,p===0&&mt(y)?P(L,O):P(p,x,C,L,O)}var jQ=f1({k:2,m:2,sensitivityThreshold:1e-4,distance:"euclidean",maxIterations:10,attributes:[],testMode:!1,testCentroids:null}),jM=function(p){return jQ(p)},Y9=function(p,x,C,L,O){var P=O!=="kMedoids",$=P?function(Q){return C[Q]}:function(Q){return L[Q](C)},H=function(it){return L[it](x)},z=C,G=x;return W9(p,L.length,$,H,z,G)},$M=function(p,x,C){for(var L=C.length,O=new Array(L),P=new Array(L),$=new Array(x),H=null,z=0;z<L;z++)O[z]=p.min(C[z]).value,P[z]=p.max(C[z]).value;for(var G=0;G<x;G++){H=[];for(var Q=0;Q<L;Q++)H[Q]=Math.random()*(P[Q]-O[Q])+O[Q];$[G]=H}return $},HB=function(p,x,C,L,O){for(var P=1/0,$=0,H=0;H<x.length;H++){var z=Y9(C,p,x[H],L,O);z<P&&(P=z,$=H)}return $},VB=function(p,x,C){for(var L=[],O=null,P=0;P<x.length;P++)O=x[P],C[O.id()]===p&&L.push(O);return L},$Q=function(p,x,C){return Math.abs(x-p)<=C},zQ=function(p,x,C){for(var L=0;L<p.length;L++)for(var O=0;O<p[L].length;O++){var P=Math.abs(p[L][O]-x[L][O]);if(P>C)return!1}return!0},qQ=function(p,x,C){for(var L=0;L<C;L++)if(p===x[L])return!0;return!1},UB=function(p,x){var C=new Array(x);if(p.length<50)for(var L=0;L<x;L++){for(var O=p[Math.floor(Math.random()*p.length)];qQ(O,C,L);)O=p[Math.floor(Math.random()*p.length)];C[L]=O}else for(var P=0;P<x;P++)C[P]=p[Math.floor(Math.random()*p.length)];return C},GB=function(p,x,C){for(var L=0,O=0;O<x.length;O++)L+=Y9("manhattan",x[O],p,C,"kMedoids");return L},HQ=function(p){var x=this.cy(),C=this.nodes(),L=null,O=jM(p),P=new Array(O.k),$={},H;O.testMode?typeof O.testCentroids=="number"?(O.testCentroids,H=$M(C,O.k,O.attributes)):f(O.testCentroids)==="object"?H=O.testCentroids:H=$M(C,O.k,O.attributes):H=$M(C,O.k,O.attributes);for(var z=!0,G=0;z&&G<O.maxIterations;){for(var Q=0;Q<C.length;Q++)L=C[Q],$[L.id()]=HB(L,H,O.distance,O.attributes,"kMeans");z=!1;for(var it=0;it<O.k;it++){var lt=VB(it,C,$);if(lt.length!==0){for(var dt=O.attributes.length,vt=H[it],Mt=new Array(dt),kt=new Array(dt),It=0;It<dt;It++){kt[It]=0;for(var Pt=0;Pt<lt.length;Pt++)L=lt[Pt],kt[It]+=O.attributes[It](L);Mt[It]=kt[It]/lt.length,$Q(Mt[It],vt[It],O.sensitivityThreshold)||(z=!0)}H[it]=Mt,P[it]=x.collection(lt)}}G++}return P},VQ=function(p){var x=this.cy(),C=this.nodes(),L=null,O=jM(p),P=new Array(O.k),$,H={},z,G=new Array(O.k);O.testMode?typeof O.testCentroids=="number"||(f(O.testCentroids)==="object"?$=O.testCentroids:$=UB(C,O.k)):$=UB(C,O.k);for(var Q=!0,it=0;Q&&it<O.maxIterations;){for(var lt=0;lt<C.length;lt++)L=C[lt],H[L.id()]=HB(L,$,O.distance,O.attributes,"kMedoids");Q=!1;for(var dt=0;dt<$.length;dt++){var vt=VB(dt,C,H);if(vt.length!==0){G[dt]=GB($[dt],vt,O.attributes);for(var Mt=0;Mt<vt.length;Mt++)z=GB(vt[Mt],vt,O.attributes),z<G[dt]&&(G[dt]=z,$[dt]=vt[Mt],Q=!0);P[dt]=x.collection(vt)}}it++}return P},UQ=function(p,x,C,L,O){for(var P,$,H=0;H<x.length;H++)for(var z=0;z<p.length;z++)L[H][z]=Math.pow(C[H][z],O.m);for(var G=0;G<p.length;G++)for(var Q=0;Q<O.attributes.length;Q++){P=0,$=0;for(var it=0;it<x.length;it++)P+=L[it][G]*O.attributes[Q](x[it]),$+=L[it][G];p[G][Q]=P/$}},GQ=function(p,x,C,L,O){for(var P=0;P<p.length;P++)x[P]=p[P].slice();for(var $,H,z,G=2/(O.m-1),Q=0;Q<C.length;Q++)for(var it=0;it<L.length;it++){$=0;for(var lt=0;lt<C.length;lt++)H=Y9(O.distance,L[it],C[Q],O.attributes,"cmeans"),z=Y9(O.distance,L[it],C[lt],O.attributes,"cmeans"),$+=Math.pow(H/z,G);p[it][Q]=1/$}},KQ=function(p,x,C,L){for(var O=new Array(C.k),P=0;P<O.length;P++)O[P]=[];for(var $,H,z=0;z<x.length;z++){$=-1/0,H=-1;for(var G=0;G<x[0].length;G++)x[z][G]>$&&($=x[z][G],H=G);O[H].push(p[z])}for(var Q=0;Q<O.length;Q++)O[Q]=L.collection(O[Q]);return O},KB=function(p){var x=this.cy(),C=this.nodes(),L=jM(p),O,P,$,H,z;H=new Array(C.length);for(var G=0;G<C.length;G++)H[G]=new Array(L.k);$=new Array(C.length);for(var Q=0;Q<C.length;Q++)$[Q]=new Array(L.k);for(var it=0;it<C.length;it++){for(var lt=0,dt=0;dt<L.k;dt++)$[it][dt]=Math.random(),lt+=$[it][dt];for(var vt=0;vt<L.k;vt++)$[it][vt]=$[it][vt]/lt}P=new Array(L.k);for(var Mt=0;Mt<L.k;Mt++)P[Mt]=new Array(L.attributes.length);z=new Array(C.length);for(var kt=0;kt<C.length;kt++)z[kt]=new Array(L.k);for(var It=!0,Pt=0;It&&Pt<L.maxIterations;)It=!1,UQ(P,C,$,z,L),GQ($,H,P,C,L),zQ($,H,L.sensitivityThreshold)||(It=!0),Pt++;return O=KQ(C,$,L,x),{clusters:O,degreeOfMembership:$}},WQ={kMeans:HQ,kMedoids:VQ,fuzzyCMeans:KB,fcm:KB},YQ=f1({distance:"euclidean",linkage:"min",mode:"threshold",threshold:1/0,addDendrogram:!1,dendrogramDepth:0,attributes:[]}),XQ={single:"min",complete:"max"},QQ=function(p){var x=YQ(p),C=XQ[x.linkage];return C!=null&&(x.linkage=C),x},WB=function(p,x,C,L,O){for(var P=0,$=1/0,H,z=O.attributes,G=function(Yt,ye){return W9(O.distance,z.length,function(xe){return z[xe](Yt)},function(xe){return z[xe](ye)},Yt,ye)},Q=0;Q<p.length;Q++){var it=p[Q].key,lt=C[it][L[it]];lt<$&&(P=it,$=lt)}if(O.mode==="threshold"&&$>=O.threshold||O.mode==="dendrogram"&&p.length===1)return!1;var dt=x[P],vt=x[L[P]],Mt;O.mode==="dendrogram"?Mt={left:dt,right:vt,key:dt.key}:Mt={value:dt.value.concat(vt.value),key:dt.key},p[dt.index]=Mt,p.splice(vt.index,1),x[dt.key]=Mt;for(var kt=0;kt<p.length;kt++){var It=p[kt];dt.key===It.key?H=1/0:O.linkage==="min"?(H=C[dt.key][It.key],C[dt.key][It.key]>C[vt.key][It.key]&&(H=C[vt.key][It.key])):O.linkage==="max"?(H=C[dt.key][It.key],C[dt.key][It.key]<C[vt.key][It.key]&&(H=C[vt.key][It.key])):O.linkage==="mean"?H=(C[dt.key][It.key]*dt.size+C[vt.key][It.key]*vt.size)/(dt.size+vt.size):O.mode==="dendrogram"?H=G(It.value,dt.value):H=G(It.value[0],dt.value[0]),C[dt.key][It.key]=C[It.key][dt.key]=H}for(var Pt=0;Pt<p.length;Pt++){var qt=p[Pt].key;if(L[qt]===dt.key||L[qt]===vt.key){for(var ce=qt,ee=0;ee<p.length;ee++){var Ut=p[ee].key;C[qt][Ut]<C[qt][ce]&&(ce=Ut)}L[qt]=ce}p[Pt].index=Pt}return dt.key=vt.key=dt.index=vt.index=null,!0},X9=function y(p,x,C){p&&(p.value?x.push(p.value):(p.left&&y(p.left,x),p.right&&y(p.right,x)))},JQ=function y(p,x){if(!p)return"";if(p.left&&p.right){var C=y(p.left,x),L=y(p.right,x),O=x.add({group:"nodes",data:{id:C+","+L}});return x.add({group:"edges",data:{source:C,target:O.id()}}),x.add({group:"edges",data:{source:L,target:O.id()}}),O.id()}else if(p.value)return p.value.id()},ZQ=function y(p,x,C){if(!p)return[];var L=[],O=[],P=[];return x===0?(p.left&&X9(p.left,L),p.right&&X9(p.right,O),P=L.concat(O),[C.collection(P)]):x===1?p.value?[C.collection(p.value)]:(p.left&&X9(p.left,L),p.right&&X9(p.right,O),[C.collection(L),C.collection(O)]):p.value?[C.collection(p.value)]:(p.left&&(L=y(p.left,x-1,C)),p.right&&(O=y(p.right,x-1,C)),L.concat(O))},YB=function(p){for(var x=this.cy(),C=this.nodes(),L=QQ(p),O=L.attributes,P=function(Pt,qt){return W9(L.distance,O.length,function(ce){return O[ce](Pt)},function(ce){return O[ce](qt)},Pt,qt)},$=[],H=[],z=[],G=[],Q=0;Q<C.length;Q++){var it={value:L.mode==="dendrogram"?C[Q]:[C[Q]],key:Q,index:Q};$[Q]=it,G[Q]=it,H[Q]=[],z[Q]=0}for(var lt=0;lt<$.length;lt++)for(var dt=0;dt<=lt;dt++){var vt=void 0;L.mode==="dendrogram"?vt=lt===dt?1/0:P($[lt].value,$[dt].value):vt=lt===dt?1/0:P($[lt].value[0],$[dt].value[0]),H[lt][dt]=vt,H[dt][lt]=vt,vt<H[lt][z[lt]]&&(z[lt]=dt)}for(var Mt=WB($,G,H,z,L);Mt;)Mt=WB($,G,H,z,L);var kt;return L.mode==="dendrogram"?(kt=ZQ($[0],L.dendrogramDepth,x),L.addDendrogram&&JQ($[0],x)):(kt=new Array($.length),$.forEach(function(It,Pt){It.key=It.index=null,kt[Pt]=x.collection(It.value)})),kt},tJ={hierarchicalClustering:YB,hca:YB},eJ=f1({distance:"euclidean",preference:"median",damping:.8,maxIterations:1e3,minIterations:100,attributes:[]}),nJ=function(p){var x=p.damping,C=p.preference;.5<=x&&x<1||jl("Damping must range on [0.5, 1). Got: ".concat(x));var L=["median","mean","min","max"];return L.some(function(O){return O===C})||Z(C)||jl("Preference must be one of [".concat(L.map(function(O){return"'".concat(O,"'")}).join(", "),"] or a number. Got: ").concat(C)),eJ(p)},rJ=function(p,x,C,L){var O=function($,H){return L[H]($)};return-W9(p,L.length,function(P){return O(x,P)},function(P){return O(C,P)},x,C)},iJ=function(p,x){var C=null;return x==="median"?C=rQ(p):x==="mean"?C=nQ(p):x==="min"?C=tQ(p):x==="max"?C=eQ(p):C=x,C},sJ=function(p,x,C){for(var L=[],O=0;O<p;O++)x[O*p+O]+C[O*p+O]>0&&L.push(O);return L},XB=function(p,x,C){for(var L=[],O=0;O<p;O++){for(var P=-1,$=-1/0,H=0;H<C.length;H++){var z=C[H];x[O*p+z]>$&&(P=z,$=x[O*p+z])}P>0&&L.push(P)}for(var G=0;G<C.length;G++)L[C[G]]=C[G];return L},aJ=function(p,x,C){for(var L=XB(p,x,C),O=0;O<C.length;O++){for(var P=[],$=0;$<L.length;$++)L[$]===C[O]&&P.push($);for(var H=-1,z=-1/0,G=0;G<P.length;G++){for(var Q=0,it=0;it<P.length;it++)Q+=x[P[it]*p+P[G]];Q>z&&(H=G,z=Q)}C[O]=P[H]}return L=XB(p,x,C),L},QB=function(p){for(var x=this.cy(),C=this.nodes(),L=nJ(p),O={},P=0;P<C.length;P++)O[C[P].id()]=P;var $,H,z,G,Q,it;$=C.length,H=$*$,z=new Array(H);for(var lt=0;lt<H;lt++)z[lt]=-1/0;for(var dt=0;dt<$;dt++)for(var vt=0;vt<$;vt++)dt!==vt&&(z[dt*$+vt]=rJ(L.distance,C[dt],C[vt],L.attributes));G=iJ(z,L.preference);for(var Mt=0;Mt<$;Mt++)z[Mt*$+Mt]=G;Q=new Array(H);for(var kt=0;kt<H;kt++)Q[kt]=0;it=new Array(H);for(var It=0;It<H;It++)it[It]=0;for(var Pt=new Array($),qt=new Array($),ce=new Array($),ee=0;ee<$;ee++)Pt[ee]=0,qt[ee]=0,ce[ee]=0;for(var Ut=new Array($*L.minIterations),ue=0;ue<Ut.length;ue++)Ut[ue]=0;var Yt;for(Yt=0;Yt<L.maxIterations;Yt++){for(var ye=0;ye<$;ye++){for(var xe=-1/0,de=-1/0,ze=-1,ke=0,xn=0;xn<$;xn++)Pt[xn]=Q[ye*$+xn],ke=it[ye*$+xn]+z[ye*$+xn],ke>=xe?(de=xe,xe=ke,ze=xn):ke>de&&(de=ke);for(var tn=0;tn<$;tn++)Q[ye*$+tn]=(1-L.damping)*(z[ye*$+tn]-xe)+L.damping*Pt[tn];Q[ye*$+ze]=(1-L.damping)*(z[ye*$+ze]-de)+L.damping*Pt[ze]}for(var an=0;an<$;an++){for(var Sn=0,Vn=0;Vn<$;Vn++)Pt[Vn]=it[Vn*$+an],qt[Vn]=Math.max(0,Q[Vn*$+an]),Sn+=qt[Vn];Sn-=qt[an],qt[an]=Q[an*$+an],Sn+=qt[an];for(var or=0;or<$;or++)it[or*$+an]=(1-L.damping)*Math.min(0,Sn-qt[or])+L.damping*Pt[or];it[an*$+an]=(1-L.damping)*(Sn-qt[an])+L.damping*Pt[an]}for(var Rn=0,ar=0;ar<$;ar++){var yr=it[ar*$+ar]+Q[ar*$+ar]>0?1:0;Ut[Yt%L.minIterations*$+ar]=yr,Rn+=yr}if(Rn>0&&(Yt>=L.minIterations-1||Yt==L.maxIterations-1)){for(var kr=0,br=0;br<$;br++){ce[br]=0;for(var dr=0;dr<L.minIterations;dr++)ce[br]+=Ut[dr*$+br];(ce[br]===0||ce[br]===L.minIterations)&&kr++}if(kr===$)break}}for(var kn=sJ($,Q,it),wr=aJ($,z,kn),Ar={},ci=0;ci<kn.length;ci++)Ar[kn[ci]]=[];for(var ui=0;ui<C.length;ui++){var ps=O[C[ui].id()],ga=wr[ps];ga!=null&&Ar[ga].push(C[ui])}for(var Li=new Array(kn.length),mi=0;mi<kn.length;mi++)Li[mi]=x.collection(Ar[kn[mi]]);return Li},oJ={affinityPropagation:QB,ap:QB},cJ=f1({root:void 0,directed:!1}),uJ={hierholzer:function(p){if(!ht(p)){var x=arguments;p={root:x[0],directed:x[1]}}var C=cJ(p),L=C.root,O=C.directed,P=this,$=!1,H,z,G;L&&(G=yt(L)?this.filter(L)[0].id():L[0].id());var Q={},it={};O?P.forEach(function(It){var Pt=It.id();if(It.isNode()){var qt=It.indegree(!0),ce=It.outdegree(!0),ee=qt-ce,Ut=ce-qt;ee==1?H?$=!0:H=Pt:Ut==1?z?$=!0:z=Pt:(Ut>1||ee>1)&&($=!0),Q[Pt]=[],It.outgoers().forEach(function(ue){ue.isEdge()&&Q[Pt].push(ue.id())})}else it[Pt]=[void 0,It.target().id()]}):P.forEach(function(It){var Pt=It.id();if(It.isNode()){var qt=It.degree(!0);qt%2&&(H?z?$=!0:z=Pt:H=Pt),Q[Pt]=[],It.connectedEdges().forEach(function(ce){return Q[Pt].push(ce.id())})}else it[Pt]=[It.source().id(),It.target().id()]});var lt={found:!1,trail:void 0};if($)return lt;if(z&&H)if(O){if(G&&z!=G)return lt;G=z}else{if(G&&z!=G&&H!=G)return lt;G||(G=z)}else G||(G=P[0].id());var dt=function(Pt){for(var qt=Pt,ce=[Pt],ee,Ut,ue;Q[qt].length;)ee=Q[qt].shift(),Ut=it[ee][0],ue=it[ee][1],qt!=ue?(Q[ue]=Q[ue].filter(function(Yt){return Yt!=ee}),qt=ue):!O&&qt!=Ut&&(Q[Ut]=Q[Ut].filter(function(Yt){return Yt!=ee}),qt=Ut),ce.unshift(ee),ce.unshift(qt);return ce},vt=[],Mt=[];for(Mt=dt(G);Mt.length!=1;)Q[Mt[0]].length==0?(vt.unshift(P.getElementById(Mt.shift())),vt.unshift(P.getElementById(Mt.shift()))):Mt=dt(Mt.shift()).concat(Mt);vt.unshift(P.getElementById(Mt.shift()));for(var kt in Q)if(Q[kt].length)return lt;return lt.found=!0,lt.trail=this.spawn(vt,!0),lt}},Q9=function(){var p=this,x={},C=0,L=0,O=[],P=[],$={},H=function(it,lt){for(var dt=P.length-1,vt=[],Mt=p.spawn();P[dt].x!=it||P[dt].y!=lt;)vt.push(P.pop().edge),dt--;vt.push(P.pop().edge),vt.forEach(function(kt){var It=kt.connectedNodes().intersection(p);Mt.merge(kt),It.forEach(function(Pt){var qt=Pt.id(),ce=Pt.connectedEdges().intersection(p);Mt.merge(Pt),x[qt].cutVertex?Mt.merge(ce.filter(function(ee){return ee.isLoop()})):Mt.merge(ce)})}),O.push(Mt)},z=function Q(it,lt,dt){it===dt&&(L+=1),x[lt]={id:C,low:C++,cutVertex:!1};var vt=p.getElementById(lt).connectedEdges().intersection(p);if(vt.size()===0)O.push(p.spawn(p.getElementById(lt)));else{var Mt,kt,It,Pt;vt.forEach(function(qt){Mt=qt.source().id(),kt=qt.target().id(),It=Mt===lt?kt:Mt,It!==dt&&(Pt=qt.id(),$[Pt]||($[Pt]=!0,P.push({x:lt,y:It,edge:qt})),It in x?x[lt].low=Math.min(x[lt].low,x[It].id):(Q(it,It,lt),x[lt].low=Math.min(x[lt].low,x[It].low),x[lt].id<=x[It].low&&(x[lt].cutVertex=!0,H(lt,It))))})}};p.forEach(function(Q){if(Q.isNode()){var it=Q.id();it in x||(L=0,z(it,it),x[it].cutVertex=L>1)}});var G=Object.keys(x).filter(function(Q){return x[Q].cutVertex}).map(function(Q){return p.getElementById(Q)});return{cut:p.spawn(G),components:O}},lJ={hopcroftTarjanBiconnected:Q9,htbc:Q9,htb:Q9,hopcroftTarjanBiconnectedComponents:Q9},J9=function(){var p=this,x={},C=0,L=[],O=[],P=p.spawn(p),$=function H(z){O.push(z),x[z]={index:C,low:C++,explored:!1};var G=p.getElementById(z).connectedEdges().intersection(p);if(G.forEach(function(vt){var Mt=vt.target().id();Mt!==z&&(Mt in x||H(Mt),x[Mt].explored||(x[z].low=Math.min(x[z].low,x[Mt].low)))}),x[z].index===x[z].low){for(var Q=p.spawn();;){var it=O.pop();if(Q.merge(p.getElementById(it)),x[it].low=x[z].index,x[it].explored=!0,it===z)break}var lt=Q.edgesWith(Q),dt=Q.merge(lt);L.push(dt),P=P.difference(dt)}};return p.forEach(function(H){if(H.isNode()){var z=H.id();z in x||$(z)}}),{cut:P,components:L}},hJ={tarjanStronglyConnected:J9,tsc:J9,tscc:J9,tarjanStronglyConnectedComponents:J9},JB={};[M8,qX,HX,UX,KX,YX,JX,EQ,Yx,Xx,RM,NQ,WQ,tJ,oJ,uJ,lJ,hJ].forEach(function(y){we(JB,y)});/*!
+Embeddable Minimum Strictly-Compliant Promises/A+ 1.1.1 Thenable
+Copyright (c) 2013-2014 Ralf S. Engelschall (http://engelschall.com)
+Licensed under The MIT License (http://opensource.org/licenses/MIT)
+*/var ZB=0,tR=1,eR=2,nm=function y(p){if(!(this instanceof y))return new y(p);this.id="Thenable/1.0.7",this.state=ZB,this.fulfillValue=void 0,this.rejectReason=void 0,this.onFulfilled=[],this.onRejected=[],this.proxy={then:this.then.bind(this)},typeof p=="function"&&p.call(this,this.fulfill.bind(this),this.reject.bind(this))};nm.prototype={fulfill:function(p){return nR(this,tR,"fulfillValue",p)},reject:function(p){return nR(this,eR,"rejectReason",p)},then:function(p,x){var C=this,L=new nm;return C.onFulfilled.push(sR(p,L,"fulfill")),C.onRejected.push(sR(x,L,"reject")),rR(C),L.proxy}};var nR=function(p,x,C,L){return p.state===ZB&&(p.state=x,p[C]=L,rR(p)),p},rR=function(p){p.state===tR?iR(p,"onFulfilled",p.fulfillValue):p.state===eR&&iR(p,"onRejected",p.rejectReason)},iR=function(p,x,C){if(p[x].length!==0){var L=p[x];p[x]=[];var O=function(){for(var $=0;$<L.length;$++)L[$](C)};typeof setImmediate=="function"?setImmediate(O):setTimeout(O,0)}},sR=function(p,x,C){return function(L){if(typeof p!="function")x[C].call(x,L);else{var O;try{O=p(L)}catch(P){x.reject(P);return}fJ(x,O)}}},fJ=function y(p,x){if(p===x||p.proxy===x){p.reject(new TypeError("cannot resolve promise with itself"));return}var C;if(f(x)==="object"&&x!==null||typeof x=="function")try{C=x.then}catch(O){p.reject(O);return}if(typeof C=="function"){var L=!1;try{C.call(x,function(O){L||(L=!0,O===x?p.reject(new TypeError("circular thenable chain")):y(p,O))},function(O){L||(L=!0,p.reject(O))})}catch(O){L||p.reject(O)}return}p.fulfill(x)};nm.all=function(y){return new nm(function(p,x){for(var C=new Array(y.length),L=0,O=function(H,z){C[H]=z,L++,L===y.length&&p(C)},P=0;P<y.length;P++)(function($){var H=y[$],z=H!=null&&H.then!=null;if(z)H.then(function(Q){O($,Q)},function(Q){x(Q)});else{var G=H;O($,G)}})(P)})},nm.resolve=function(y){return new nm(function(p,x){p(y)})},nm.reject=function(y){return new nm(function(p,x){x(y)})};var Jx=typeof Promise<"u"?Promise:nm,zM=function(p,x,C){var L=Dt(p),O=!L,P=this._private=we({duration:1e3},x,C);if(P.target=p,P.style=P.style||P.css,P.started=!1,P.playing=!1,P.hooked=!1,P.applying=!1,P.progress=0,P.completes=[],P.frames=[],P.complete&&mt(P.complete)&&P.completes.push(P.complete),O){var $=p.position();P.startPosition=P.startPosition||{x:$.x,y:$.y},P.startStyle=P.startStyle||p.cy().style().getAnimationStartStyle(p,P.style)}if(L){var H=p.pan();P.startPan={x:H.x,y:H.y},P.startZoom=p.zoom()}this.length=1,this[0]=this},m4=zM.prototype;we(m4,{instanceString:function(){return"animation"},hook:function(){var p=this._private;if(!p.hooked){var x,C=p.target._private.animation;p.queue?x=C.queue:x=C.current,x.push(this),Et(p.target)&&p.target.cy().addToAnimationPool(p.target),p.hooked=!0}return this},play:function(){var p=this._private;return p.progress===1&&(p.progress=0),p.playing=!0,p.started=!1,p.stopped=!1,this.hook(),this},playing:function(){return this._private.playing},apply:function(){var p=this._private;return p.applying=!0,p.started=!1,p.stopped=!1,this.hook(),this},applying:function(){return this._private.applying},pause:function(){var p=this._private;return p.playing=!1,p.started=!1,this},stop:function(){var p=this._private;return p.playing=!1,p.started=!1,p.stopped=!0,this},rewind:function(){return this.progress(0)},fastforward:function(){return this.progress(1)},time:function(p){var x=this._private;return p===void 0?x.progress*x.duration:this.progress(p/x.duration)},progress:function(p){var x=this._private,C=x.playing;return p===void 0?x.progress:(C&&this.pause(),x.progress=p,x.started=!1,C&&this.play(),this)},completed:function(){return this._private.progress===1},reverse:function(){var p=this._private,x=p.playing;x&&this.pause(),p.progress=1-p.progress,p.started=!1;var C=function(z,G){var Q=p[z];Q!=null&&(p[z]=p[G],p[G]=Q)};if(C("zoom","startZoom"),C("pan","startPan"),C("position","startPosition"),p.style)for(var L=0;L<p.style.length;L++){var O=p.style[L],P=O.name,$=p.startStyle[P];p.startStyle[P]=O,p.style[L]=$}return x&&this.play(),this},promise:function(p){var x=this._private,C;switch(p){case"frame":C=x.frames;break;default:case"complete":case"completed":C=x.completes}return new Jx(function(L,O){C.push(function(){L()})})}}),m4.complete=m4.completed,m4.run=m4.play,m4.running=m4.playing;var dJ={animated:function(){return function(){var x=this,C=x.length!==void 0,L=C?x:[x],O=this._private.cy||this;if(!O.styleEnabled())return!1;var P=L[0];if(P)return P._private.animation.current.length>0}},clearQueue:function(){return function(){var x=this,C=x.length!==void 0,L=C?x:[x],O=this._private.cy||this;if(!O.styleEnabled())return this;for(var P=0;P<L.length;P++){var $=L[P];$._private.animation.queue=[]}return this}},delay:function(){return function(x,C){var L=this._private.cy||this;return L.styleEnabled()?this.animate({delay:x,duration:x,complete:C}):this}},delayAnimation:function(){return function(x,C){var L=this._private.cy||this;return L.styleEnabled()?this.animation({delay:x,duration:x,complete:C}):this}},animation:function(){return function(x,C){var L=this,O=L.length!==void 0,P=O?L:[L],$=this._private.cy||this,H=!O,z=!H;if(!$.styleEnabled())return this;var G=$.style();x=we({},x,C);var Q=Object.keys(x).length===0;if(Q)return new zM(P[0],x);switch(x.duration===void 0&&(x.duration=400),x.duration){case"slow":x.duration=600;break;case"fast":x.duration=200;break}if(z&&(x.style=G.getPropsList(x.style||x.css),x.css=void 0),z&&x.renderedPosition!=null){var it=x.renderedPosition,lt=$.pan(),dt=$.zoom();x.position=_B(it,dt,lt)}if(H&&x.panBy!=null){var vt=x.panBy,Mt=$.pan();x.pan={x:Mt.x+vt.x,y:Mt.y+vt.y}}var kt=x.center||x.centre;if(H&&kt!=null){var It=$.getCenterPan(kt.eles,x.zoom);It!=null&&(x.pan=It)}if(H&&x.fit!=null){var Pt=x.fit,qt=$.getFitViewport(Pt.eles||Pt.boundingBox,Pt.padding);qt!=null&&(x.pan=qt.pan,x.zoom=qt.zoom)}if(H&&ht(x.zoom)){var ce=$.getZoomedViewport(x.zoom);ce!=null?(ce.zoomed&&(x.zoom=ce.zoom),ce.panned&&(x.pan=ce.pan)):x.zoom=null}return new zM(P[0],x)}},animate:function(){return function(x,C){var L=this,O=L.length!==void 0,P=O?L:[L],$=this._private.cy||this;if(!$.styleEnabled())return this;C&&(x=we({},x,C));for(var H=0;H<P.length;H++){var z=P[H],G=z.animated()&&(x.queue===void 0||x.queue),Q=z.animation(x,G?{queue:!0}:void 0);Q.play()}return this}},stop:function(){return function(x,C){var L=this,O=L.length!==void 0,P=O?L:[L],$=this._private.cy||this;if(!$.styleEnabled())return this;for(var H=0;H<P.length;H++){for(var z=P[H],G=z._private,Q=G.animation.current,it=0;it<Q.length;it++){var lt=Q[it],dt=lt._private;C&&(dt.duration=0)}x&&(G.animation.queue=[]),C||(G.animation.current=[])}return $.notify("draw"),this}}},gJ=Array.isArray,Z9=gJ,pJ=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,aR=/^\w*$/;function bJ(y,p){if(Z9(y))return!1;var x=typeof y;return x=="number"||x=="symbol"||x=="boolean"||y==null||Dr(y)?!0:aR.test(y)||!pJ.test(y)||p!=null&&y in Object(p)}var wJ=bJ,mJ="[object AsyncFunction]",vJ="[object Function]",yJ="[object GeneratorFunction]",xJ="[object Proxy]";function kJ(y){if(!Te(y))return!1;var p=Sd(y);return p==vJ||p==yJ||p==mJ||p==xJ}var EJ=kJ,TJ=vo["__core-js_shared__"],qM=TJ,HM=function(){var y=/[^.]+$/.exec(qM&&qM.keys&&qM.keys.IE_PROTO||"");return y?"Symbol(src)_1."+y:""}();function CJ(y){return!!HM&&HM in y}var _J=CJ,SJ=Function.prototype,AJ=SJ.toString;function LJ(y){if(y!=null){try{return AJ.call(y)}catch{}try{return y+""}catch{}}return""}var MJ=LJ,oR=/[\\^$.*+?()[\]{}|]/g,cR=/^\[object .+?Constructor\]$/,DJ=Function.prototype,uR=Object.prototype,lR=DJ.toString,IJ=uR.hasOwnProperty,OJ=RegExp("^"+lR.call(IJ).replace(oR,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function PJ(y){if(!Te(y)||_J(y))return!1;var p=EJ(y)?OJ:cR;return p.test(MJ(y))}var NJ=PJ;function FJ(y,p){return y==null?void 0:y[p]}var BJ=FJ;function RJ(y,p){var x=BJ(y,p);return NJ(x)?x:void 0}var VM=RJ,jJ=VM(Object,"create"),B8=jJ;function $J(){this.__data__=B8?B8(null):{},this.size=0}var hR=$J;function zJ(y){var p=this.has(y)&&delete this.__data__[y];return this.size-=p?1:0,p}var qJ=zJ,HJ="__lodash_hash_undefined__",VJ=Object.prototype,UJ=VJ.hasOwnProperty;function GJ(y){var p=this.__data__;if(B8){var x=p[y];return x===HJ?void 0:x}return UJ.call(p,y)?p[y]:void 0}var KJ=GJ,WJ=Object.prototype,YJ=WJ.hasOwnProperty;function XJ(y){var p=this.__data__;return B8?p[y]!==void 0:YJ.call(p,y)}var QJ=XJ,JJ="__lodash_hash_undefined__";function ZJ(y,p){var x=this.__data__;return this.size+=this.has(y)?0:1,x[y]=B8&&p===void 0?JJ:p,this}var tZ=ZJ;function Zx(y){var p=-1,x=y==null?0:y.length;for(this.clear();++p<x;){var C=y[p];this.set(C[0],C[1])}}Zx.prototype.clear=hR,Zx.prototype.delete=qJ,Zx.prototype.get=KJ,Zx.prototype.has=QJ,Zx.prototype.set=tZ;var fR=Zx;function eZ(){this.__data__=[],this.size=0}var nZ=eZ;function rZ(y,p){return y===p||y!==y&&p!==p}var dR=rZ;function iZ(y,p){for(var x=y.length;x--;)if(dR(y[x][0],p))return x;return-1}var tC=iZ,sZ=Array.prototype,aZ=sZ.splice;function oZ(y){var p=this.__data__,x=tC(p,y);if(x<0)return!1;var C=p.length-1;return x==C?p.pop():aZ.call(p,x,1),--this.size,!0}var cZ=oZ;function uZ(y){var p=this.__data__,x=tC(p,y);return x<0?void 0:p[x][1]}var lZ=uZ;function hZ(y){return tC(this.__data__,y)>-1}var fZ=hZ;function dZ(y,p){var x=this.__data__,C=tC(x,y);return C<0?(++this.size,x.push([y,p])):x[C][1]=p,this}var gZ=dZ;function t6(y){var p=-1,x=y==null?0:y.length;for(this.clear();++p<x;){var C=y[p];this.set(C[0],C[1])}}t6.prototype.clear=nZ,t6.prototype.delete=cZ,t6.prototype.get=lZ,t6.prototype.has=fZ,t6.prototype.set=gZ;var pZ=t6,bZ=VM(vo,"Map"),wZ=bZ;function mZ(){this.size=0,this.__data__={hash:new fR,map:new(wZ||pZ),string:new fR}}var vZ=mZ;function yZ(y){var p=typeof y;return p=="string"||p=="number"||p=="symbol"||p=="boolean"?y!=="__proto__":y===null}var xZ=yZ;function kZ(y,p){var x=y.__data__;return xZ(p)?x[typeof p=="string"?"string":"hash"]:x.map}var eC=kZ;function EZ(y){var p=eC(this,y).delete(y);return this.size-=p?1:0,p}var TZ=EZ;function CZ(y){return eC(this,y).get(y)}var _Z=CZ;function SZ(y){return eC(this,y).has(y)}var AZ=SZ;function LZ(y,p){var x=eC(this,y),C=x.size;return x.set(y,p),this.size+=x.size==C?0:1,this}var MZ=LZ;function e6(y){var p=-1,x=y==null?0:y.length;for(this.clear();++p<x;){var C=y[p];this.set(C[0],C[1])}}e6.prototype.clear=vZ,e6.prototype.delete=TZ,e6.prototype.get=_Z,e6.prototype.has=AZ,e6.prototype.set=MZ;var gR=e6,DZ="Expected a function";function UM(y,p){if(typeof y!="function"||p!=null&&typeof p!="function")throw new TypeError(DZ);var x=function(){var C=arguments,L=p?p.apply(this,C):C[0],O=x.cache;if(O.has(L))return O.get(L);var P=y.apply(this,C);return x.cache=O.set(L,P)||O,P};return x.cache=new(UM.Cache||gR),x}UM.Cache=gR;var IZ=UM,OZ=500;function PZ(y){var p=IZ(y,function(C){return x.size===OZ&&x.clear(),C}),x=p.cache;return p}var NZ=PZ,FZ=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,BZ=/\\(\\)?/g,RZ=NZ(function(y){var p=[];return y.charCodeAt(0)===46&&p.push(""),y.replace(FZ,function(x,C,L,O){p.push(L?O.replace(BZ,"$1"):C||x)}),p}),pR=RZ;function jZ(y,p){for(var x=-1,C=y==null?0:y.length,L=Array(C);++x<C;)L[x]=p(y[x],x,y);return L}var bR=jZ,$Z=1/0,wR=pc?pc.prototype:void 0,mR=wR?wR.toString:void 0;function vR(y){if(typeof y=="string")return y;if(Z9(y))return bR(y,vR)+"";if(Dr(y))return mR?mR.call(y):"";var p=y+"";return p=="0"&&1/y==-$Z?"-0":p}var zZ=vR;function qZ(y){return y==null?"":zZ(y)}var yR=qZ;function HZ(y,p){return Z9(y)?y:wJ(y,p)?[y]:pR(yR(y))}var xR=HZ,VZ=1/0;function UZ(y){if(typeof y=="string"||Dr(y))return y;var p=y+"";return p=="0"&&1/y==-VZ?"-0":p}var GM=UZ;function GZ(y,p){p=xR(p,y);for(var x=0,C=p.length;y!=null&&x<C;)y=y[GM(p[x++])];return x&&x==C?y:void 0}var KZ=GZ;function WZ(y,p,x){var C=y==null?void 0:KZ(y,p);return C===void 0?x:C}var YZ=WZ,XZ=function(){try{var y=VM(Object,"defineProperty");return y({},"",{}),y}catch{}}(),kR=XZ;function QZ(y,p,x){p=="__proto__"&&kR?kR(y,p,{configurable:!0,enumerable:!0,value:x,writable:!0}):y[p]=x}var JZ=QZ,ZZ=Object.prototype,ttt=ZZ.hasOwnProperty;function d2t(y,p,x){var C=y[p];(!(ttt.call(y,p)&&dR(C,x))||x===void 0&&!(p in y))&&JZ(y,p,x)}var ett=d2t,ntt=9007199254740991,rtt=/^(?:0|[1-9]\d*)$/;function itt(y,p){var x=typeof y;return p=p??ntt,!!p&&(x=="number"||x!="symbol"&&rtt.test(y))&&y>-1&&y%1==0&&y<p}var stt=itt;function att(y,p,x,C){if(!Te(y))return y;p=xR(p,y);for(var L=-1,O=p.length,P=O-1,$=y;$!=null&&++L<O;){var H=GM(p[L]),z=x;if(H==="__proto__"||H==="constructor"||H==="prototype")return y;if(L!=P){var G=$[H];z=C?C(G,H,$):void 0,z===void 0&&(z=Te(G)?G:stt(p[L+1])?[]:{})}ett($,H,z),$=$[H]}return y}var ott=att;function ctt(y,p,x){return y==null?y:ott(y,p,x)}var utt=ctt;function ltt(y,p){var x=-1,C=y.length;for(p||(p=Array(C));++x<C;)p[x]=y[x];return p}var htt=ltt;function ftt(y){return Z9(y)?bR(y,GM):Dr(y)?[y]:htt(pR(yR(y)))}var dtt=ftt,gtt={data:function(p){var x={field:"data",bindingEvent:"data",allowBinding:!1,allowSetting:!1,allowGetting:!1,settingEvent:"data",settingTriggersEvent:!1,triggerFnName:"trigger",immutableKeys:{},updateStyle:!1,beforeGet:function(L){},beforeSet:function(L,O){},onSet:function(L){},canSet:function(L){return!0}};return p=we({},x,p),function(L,O){var P=p,$=this,H=$.length!==void 0,z=H?$:[$],G=H?$[0]:$;if(yt(L)){var Q=L.indexOf(".")!==-1,it=Q&&dtt(L);if(P.allowGetting&&O===void 0){var lt;return G&&(P.beforeGet(G),it&&G._private[P.field][L]===void 0?lt=YZ(G._private[P.field],it):lt=G._private[P.field][L]),lt}else if(P.allowSetting&&O!==void 0){var dt=!P.immutableKeys[L];if(dt){var vt=b({},L,O);P.beforeSet($,vt);for(var Mt=0,kt=z.length;Mt<kt;Mt++){var It=z[Mt];P.canSet(It)&&(it&&G._private[P.field][L]===void 0?utt(It._private[P.field],it,O):It._private[P.field][L]=O)}P.updateStyle&&$.updateStyle(),P.onSet($),P.settingTriggersEvent&&$[P.triggerFnName](P.settingEvent)}}}else if(P.allowSetting&&ht(L)){var Pt=L,qt,ce,ee=Object.keys(Pt);P.beforeSet($,Pt);for(var Ut=0;Ut<ee.length;Ut++){qt=ee[Ut],ce=Pt[qt];var ue=!P.immutableKeys[qt];if(ue)for(var Yt=0;Yt<z.length;Yt++){var ye=z[Yt];P.canSet(ye)&&(ye._private[P.field][qt]=ce)}}P.updateStyle&&$.updateStyle(),P.onSet($),P.settingTriggersEvent&&$[P.triggerFnName](P.settingEvent)}else if(P.allowBinding&&mt(L)){var xe=L;$.on(P.bindingEvent,xe)}else if(P.allowGetting&&L===void 0){var de;return G&&(P.beforeGet(G),de=G._private[P.field]),de}return $}},removeData:function(p){var x={field:"data",event:"data",triggerFnName:"trigger",triggerEvent:!1,immutableKeys:{}};return p=we({},x,p),function(L){var O=p,P=this,$=P.length!==void 0,H=$?P:[P];if(yt(L)){for(var z=L.split(/\s+/),G=z.length,Q=0;Q<G;Q++){var it=z[Q];if(!Ft(it)){var lt=!O.immutableKeys[it];if(lt)for(var dt=0,vt=H.length;dt<vt;dt++)H[dt]._private[O.field][it]=void 0}}O.triggerEvent&&P[O.triggerFnName](O.event)}else if(L===void 0){for(var Mt=0,kt=H.length;Mt<kt;Mt++)for(var It=H[Mt]._private[O.field],Pt=Object.keys(It),qt=0;qt<Pt.length;qt++){var ce=Pt[qt],ee=!O.immutableKeys[ce];ee&&(It[ce]=void 0)}O.triggerEvent&&P[O.triggerFnName](O.event)}return P}}},ptt={eventAliasesOn:function(p){var x=p;x.addListener=x.listen=x.bind=x.on,x.unlisten=x.unbind=x.off=x.removeListener,x.trigger=x.emit,x.pon=x.promiseOn=function(C,L){var O=this,P=Array.prototype.slice.call(arguments,0);return new Jx(function($,H){var z=function(lt){O.off.apply(O,Q),$(lt)},G=P.concat([z]),Q=G.concat([]);O.on.apply(O,G)})}}},Uc={};[dJ,gtt,ptt].forEach(function(y){we(Uc,y)});var btt={animate:Uc.animate(),animation:Uc.animation(),animated:Uc.animated(),clearQueue:Uc.clearQueue(),delay:Uc.delay(),delayAnimation:Uc.delayAnimation(),stop:Uc.stop()},nC={classes:function(p){var x=this;if(p===void 0){var C=[];return x[0]._private.classes.forEach(function(dt){return C.push(dt)}),C}else gt(p)||(p=(p||"").match(/\S+/g)||[]);for(var L=[],O=new Ux(p),P=0;P<x.length;P++){for(var $=x[P],H=$._private,z=H.classes,G=!1,Q=0;Q<p.length;Q++){var it=p[Q],lt=z.has(it);if(!lt){G=!0;break}}G||(G=z.size!==p.length),G&&(H.classes=O,L.push($))}return L.length>0&&this.spawn(L).updateStyle().emit("class"),x},addClass:function(p){return this.toggleClass(p,!0)},hasClass:function(p){var x=this[0];return x!=null&&x._private.classes.has(p)},toggleClass:function(p,x){gt(p)||(p=p.match(/\S+/g)||[]);for(var C=this,L=x===void 0,O=[],P=0,$=C.length;P<$;P++)for(var H=C[P],z=H._private.classes,G=!1,Q=0;Q<p.length;Q++){var it=p[Q],lt=z.has(it),dt=!1;x||L&&!lt?(z.add(it),dt=!0):(!x||L&<)&&(z.delete(it),dt=!0),!G&&dt&&(O.push(H),G=!0)}return O.length>0&&this.spawn(O).updateStyle().emit("class"),C},removeClass:function(p){return this.toggleClass(p,!1)},flashClass:function(p,x){var C=this;if(x==null)x=250;else if(x===0)return C;return C.addClass(p),setTimeout(function(){C.removeClass(p)},x),C}};nC.className=nC.classNames=nC.classes;var mc={metaChar:"[\\!\\\"\\#\\$\\%\\&\\'\\(\\)\\*\\+\\,\\.\\/\\:\\;\\<\\=\\>\\?\\@\\[\\]\\^\\`\\{\\|\\}\\~]",comparatorOp:"=|\\!=|>|>=|<|<=|\\$=|\\^=|\\*=",boolOp:"\\?|\\!|\\^",string:`"(?:\\\\"|[^"])*"|'(?:\\\\'|[^'])*'`,number:sn,meta:"degree|indegree|outdegree",separator:"\\s*,\\s*",descendant:"\\s+",child:"\\s+>\\s+",subject:"\\$",group:"node|edge|\\*",directedEdge:"\\s+->\\s+",undirectedEdge:"\\s+<->\\s+"};mc.variable="(?:[\\w-.]|(?:\\\\"+mc.metaChar+"))+",mc.className="(?:[\\w-]|(?:\\\\"+mc.metaChar+"))+",mc.value=mc.string+"|"+mc.number,mc.id=mc.variable,function(){var y,p,x;for(y=mc.comparatorOp.split("|"),x=0;x<y.length;x++)p=y[x],mc.comparatorOp+="|@"+p;for(y=mc.comparatorOp.split("|"),x=0;x<y.length;x++)p=y[x],!(p.indexOf("!")>=0)&&p!=="="&&(mc.comparatorOp+="|\\!"+p)}();var pu=function(){return{checks:[]}},ts={GROUP:0,COLLECTION:1,FILTER:2,DATA_COMPARE:3,DATA_EXIST:4,DATA_BOOL:5,META_COMPARE:6,STATE:7,ID:8,CLASS:9,UNDIRECTED_EDGE:10,DIRECTED_EDGE:11,NODE_SOURCE:12,NODE_TARGET:13,NODE_NEIGHBOR:14,CHILD:15,DESCENDANT:16,PARENT:17,ANCESTOR:18,COMPOUND_SPLIT:19,TRUE:20},KM=[{selector:":selected",matches:function(p){return p.selected()}},{selector:":unselected",matches:function(p){return!p.selected()}},{selector:":selectable",matches:function(p){return p.selectable()}},{selector:":unselectable",matches:function(p){return!p.selectable()}},{selector:":locked",matches:function(p){return p.locked()}},{selector:":unlocked",matches:function(p){return!p.locked()}},{selector:":visible",matches:function(p){return p.visible()}},{selector:":hidden",matches:function(p){return!p.visible()}},{selector:":transparent",matches:function(p){return p.transparent()}},{selector:":grabbed",matches:function(p){return p.grabbed()}},{selector:":free",matches:function(p){return!p.grabbed()}},{selector:":removed",matches:function(p){return p.removed()}},{selector:":inside",matches:function(p){return!p.removed()}},{selector:":grabbable",matches:function(p){return p.grabbable()}},{selector:":ungrabbable",matches:function(p){return!p.grabbable()}},{selector:":animated",matches:function(p){return p.animated()}},{selector:":unanimated",matches:function(p){return!p.animated()}},{selector:":parent",matches:function(p){return p.isParent()}},{selector:":childless",matches:function(p){return p.isChildless()}},{selector:":child",matches:function(p){return p.isChild()}},{selector:":orphan",matches:function(p){return p.isOrphan()}},{selector:":nonorphan",matches:function(p){return p.isChild()}},{selector:":compound",matches:function(p){return p.isNode()?p.isParent():p.source().isParent()||p.target().isParent()}},{selector:":loop",matches:function(p){return p.isLoop()}},{selector:":simple",matches:function(p){return p.isSimple()}},{selector:":active",matches:function(p){return p.active()}},{selector:":inactive",matches:function(p){return!p.active()}},{selector:":backgrounding",matches:function(p){return p.backgrounding()}},{selector:":nonbackgrounding",matches:function(p){return!p.backgrounding()}}].sort(function(y,p){return Pr(y.selector,p.selector)}),wtt=function(){for(var y={},p,x=0;x<KM.length;x++)p=KM[x],y[p.selector]=p.matches;return y}(),mtt=function(p,x){return wtt[p](x)},vtt="("+KM.map(function(y){return y.selector}).join("|")+")",n6=function(p){return p.replace(new RegExp("\\\\("+mc.metaChar+")","g"),function(x,C){return C})},uy=function(p,x,C){p[p.length-1]=C},R8=[{name:"group",query:!0,regex:"("+mc.group+")",populate:function(p,x,C){var L=E(C,1),O=L[0];x.checks.push({type:ts.GROUP,value:O==="*"?O:O+"s"})}},{name:"state",query:!0,regex:vtt,populate:function(p,x,C){var L=E(C,1),O=L[0];x.checks.push({type:ts.STATE,value:O})}},{name:"id",query:!0,regex:"\\#("+mc.id+")",populate:function(p,x,C){var L=E(C,1),O=L[0];x.checks.push({type:ts.ID,value:n6(O)})}},{name:"className",query:!0,regex:"\\.("+mc.className+")",populate:function(p,x,C){var L=E(C,1),O=L[0];x.checks.push({type:ts.CLASS,value:n6(O)})}},{name:"dataExists",query:!0,regex:"\\[\\s*("+mc.variable+")\\s*\\]",populate:function(p,x,C){var L=E(C,1),O=L[0];x.checks.push({type:ts.DATA_EXIST,field:n6(O)})}},{name:"dataCompare",query:!0,regex:"\\[\\s*("+mc.variable+")\\s*("+mc.comparatorOp+")\\s*("+mc.value+")\\s*\\]",populate:function(p,x,C){var L=E(C,3),O=L[0],P=L[1],$=L[2],H=new RegExp("^"+mc.string+"$").exec($)!=null;H?$=$.substring(1,$.length-1):$=parseFloat($),x.checks.push({type:ts.DATA_COMPARE,field:n6(O),operator:P,value:$})}},{name:"dataBool",query:!0,regex:"\\[\\s*("+mc.boolOp+")\\s*("+mc.variable+")\\s*\\]",populate:function(p,x,C){var L=E(C,2),O=L[0],P=L[1];x.checks.push({type:ts.DATA_BOOL,field:n6(P),operator:O})}},{name:"metaCompare",query:!0,regex:"\\[\\[\\s*("+mc.meta+")\\s*("+mc.comparatorOp+")\\s*("+mc.number+")\\s*\\]\\]",populate:function(p,x,C){var L=E(C,3),O=L[0],P=L[1],$=L[2];x.checks.push({type:ts.META_COMPARE,field:n6(O),operator:P,value:parseFloat($)})}},{name:"nextQuery",separator:!0,regex:mc.separator,populate:function(p,x){var C=p.currentSubject,L=p.edgeCount,O=p.compoundCount,P=p[p.length-1];C!=null&&(P.subject=C,p.currentSubject=null),P.edgeCount=L,P.compoundCount=O,p.edgeCount=0,p.compoundCount=0;var $=p[p.length++]=pu();return $}},{name:"directedEdge",separator:!0,regex:mc.directedEdge,populate:function(p,x){if(p.currentSubject==null){var C=pu(),L=x,O=pu();return C.checks.push({type:ts.DIRECTED_EDGE,source:L,target:O}),uy(p,x,C),p.edgeCount++,O}else{var P=pu(),$=x,H=pu();return P.checks.push({type:ts.NODE_SOURCE,source:$,target:H}),uy(p,x,P),p.edgeCount++,H}}},{name:"undirectedEdge",separator:!0,regex:mc.undirectedEdge,populate:function(p,x){if(p.currentSubject==null){var C=pu(),L=x,O=pu();return C.checks.push({type:ts.UNDIRECTED_EDGE,nodes:[L,O]}),uy(p,x,C),p.edgeCount++,O}else{var P=pu(),$=x,H=pu();return P.checks.push({type:ts.NODE_NEIGHBOR,node:$,neighbor:H}),uy(p,x,P),H}}},{name:"child",separator:!0,regex:mc.child,populate:function(p,x){if(p.currentSubject==null){var C=pu(),L=pu(),O=p[p.length-1];return C.checks.push({type:ts.CHILD,parent:O,child:L}),uy(p,x,C),p.compoundCount++,L}else if(p.currentSubject===x){var P=pu(),$=p[p.length-1],H=pu(),z=pu(),G=pu(),Q=pu();return P.checks.push({type:ts.COMPOUND_SPLIT,left:$,right:H,subject:z}),z.checks=x.checks,x.checks=[{type:ts.TRUE}],Q.checks.push({type:ts.TRUE}),H.checks.push({type:ts.PARENT,parent:Q,child:G}),uy(p,$,P),p.currentSubject=z,p.compoundCount++,G}else{var it=pu(),lt=pu(),dt=[{type:ts.PARENT,parent:it,child:lt}];return it.checks=x.checks,x.checks=dt,p.compoundCount++,lt}}},{name:"descendant",separator:!0,regex:mc.descendant,populate:function(p,x){if(p.currentSubject==null){var C=pu(),L=pu(),O=p[p.length-1];return C.checks.push({type:ts.DESCENDANT,ancestor:O,descendant:L}),uy(p,x,C),p.compoundCount++,L}else if(p.currentSubject===x){var P=pu(),$=p[p.length-1],H=pu(),z=pu(),G=pu(),Q=pu();return P.checks.push({type:ts.COMPOUND_SPLIT,left:$,right:H,subject:z}),z.checks=x.checks,x.checks=[{type:ts.TRUE}],Q.checks.push({type:ts.TRUE}),H.checks.push({type:ts.ANCESTOR,ancestor:Q,descendant:G}),uy(p,$,P),p.currentSubject=z,p.compoundCount++,G}else{var it=pu(),lt=pu(),dt=[{type:ts.ANCESTOR,ancestor:it,descendant:lt}];return it.checks=x.checks,x.checks=dt,p.compoundCount++,lt}}},{name:"subject",modifier:!0,regex:mc.subject,populate:function(p,x){if(p.currentSubject!=null&&p.currentSubject!==x)return Vc("Redefinition of subject in selector `"+p.toString()+"`"),!1;p.currentSubject=x;var C=p[p.length-1],L=C.checks[0],O=L==null?null:L.type;O===ts.DIRECTED_EDGE?L.type=ts.NODE_TARGET:O===ts.UNDIRECTED_EDGE&&(L.type=ts.NODE_NEIGHBOR,L.node=L.nodes[1],L.neighbor=L.nodes[0],L.nodes=null)}}];R8.forEach(function(y){return y.regexObj=new RegExp("^"+y.regex)});var WM=function(p){for(var x,C,L,O=0;O<R8.length;O++){var P=R8[O],$=P.name,H=p.match(P.regexObj);if(H!=null){C=H,x=P,L=$;var z=H[0];p=p.substring(z.length);break}}return{expr:x,match:C,name:L,remaining:p}},ytt=function(p){var x=p.match(/^\s+/);if(x){var C=x[0];p=p.substring(C.length)}return p},YM=function(p){var x=this,C=x.inputText=p,L=x[0]=pu();for(x.length=1,C=ytt(C);;){var O=WM(C);if(O.expr==null)return Vc("The selector `"+p+"`is invalid"),!1;var P=O.match.slice(1),$=O.expr.populate(x,L,P);if($===!1)return!1;if($!=null&&(L=$),C=O.remaining,C.match(/^\s*$/))break}var H=x[x.length-1];x.currentSubject!=null&&(H.subject=x.currentSubject),H.edgeCount=x.edgeCount,H.compoundCount=x.compoundCount;for(var z=0;z<x.length;z++){var G=x[z];if(G.compoundCount>0&&G.edgeCount>0)return Vc("The selector `"+p+"` is invalid because it uses both a compound selector and an edge selector"),!1;if(G.edgeCount>1)return Vc("The selector `"+p+"` is invalid because it uses multiple edge selectors"),!1;G.edgeCount===1&&Vc("The selector `"+p+"` is deprecated. Edge selectors do not take effect on changes to source and target nodes after an edge is added, for performance reasons. Use a class or data selector on edges instead, updating the class or data of an edge when your app detects a change in source or target nodes.")}return!0},xtt=function(){if(this.toStringCache!=null)return this.toStringCache;for(var p=function(G){return G??""},x=function(G){return yt(G)?'"'+G+'"':p(G)},C=function(G){return" "+G+" "},L=function(G,Q){var it=G.type,lt=G.value;switch(it){case ts.GROUP:{var dt=p(lt);return dt.substring(0,dt.length-1)}case ts.DATA_COMPARE:{var vt=G.field,Mt=G.operator;return"["+vt+C(p(Mt))+x(lt)+"]"}case ts.DATA_BOOL:{var kt=G.operator,It=G.field;return"["+p(kt)+It+"]"}case ts.DATA_EXIST:{var Pt=G.field;return"["+Pt+"]"}case ts.META_COMPARE:{var qt=G.operator,ce=G.field;return"[["+ce+C(p(qt))+x(lt)+"]]"}case ts.STATE:return lt;case ts.ID:return"#"+lt;case ts.CLASS:return"."+lt;case ts.PARENT:case ts.CHILD:return O(G.parent,Q)+C(">")+O(G.child,Q);case ts.ANCESTOR:case ts.DESCENDANT:return O(G.ancestor,Q)+" "+O(G.descendant,Q);case ts.COMPOUND_SPLIT:{var ee=O(G.left,Q),Ut=O(G.subject,Q),ue=O(G.right,Q);return ee+(ee.length>0?" ":"")+Ut+ue}case ts.TRUE:return""}},O=function(G,Q){return G.checks.reduce(function(it,lt,dt){return it+(Q===G&&dt===0?"$":"")+L(lt,Q)},"")},P="",$=0;$<this.length;$++){var H=this[$];P+=O(H,H.subject),this.length>1&&$<this.length-1&&(P+=", ")}return this.toStringCache=P,P},ktt={parse:YM,toString:xtt},ER=function(p,x,C){var L,O=yt(p),P=Z(p),$=yt(C),H,z,G=!1,Q=!1,it=!1;switch(x.indexOf("!")>=0&&(x=x.replace("!",""),Q=!0),x.indexOf("@")>=0&&(x=x.replace("@",""),G=!0),(O||$||G)&&(H=!O&&!P?"":""+p,z=""+C),G&&(p=H=H.toLowerCase(),C=z=z.toLowerCase()),x){case"*=":L=H.indexOf(z)>=0;break;case"$=":L=H.indexOf(z,H.length-z.length)>=0;break;case"^=":L=H.indexOf(z)===0;break;case"=":L=p===C;break;case">":it=!0,L=p>C;break;case">=":it=!0,L=p>=C;break;case"<":it=!0,L=p<C;break;case"<=":it=!0,L=p<=C;break;default:L=!1;break}return Q&&(p!=null||!it)&&(L=!L),L},Ett=function(p,x){switch(x){case"?":return!!p;case"!":return!p;case"^":return p===void 0}},Ttt=function(p){return p!==void 0},XM=function(p,x){return p.data(x)},Ctt=function(p,x){return p[x]()},$l=[],Wu=function(p,x){return p.checks.every(function(C){return $l[C.type](C,x)})};$l[ts.GROUP]=function(y,p){var x=y.value;return x==="*"||x===p.group()},$l[ts.STATE]=function(y,p){var x=y.value;return mtt(x,p)},$l[ts.ID]=function(y,p){var x=y.value;return p.id()===x},$l[ts.CLASS]=function(y,p){var x=y.value;return p.hasClass(x)},$l[ts.META_COMPARE]=function(y,p){var x=y.field,C=y.operator,L=y.value;return ER(Ctt(p,x),C,L)},$l[ts.DATA_COMPARE]=function(y,p){var x=y.field,C=y.operator,L=y.value;return ER(XM(p,x),C,L)},$l[ts.DATA_BOOL]=function(y,p){var x=y.field,C=y.operator;return Ett(XM(p,x),C)},$l[ts.DATA_EXIST]=function(y,p){var x=y.field;return y.operator,Ttt(XM(p,x))},$l[ts.UNDIRECTED_EDGE]=function(y,p){var x=y.nodes[0],C=y.nodes[1],L=p.source(),O=p.target();return Wu(x,L)&&Wu(C,O)||Wu(C,L)&&Wu(x,O)},$l[ts.NODE_NEIGHBOR]=function(y,p){return Wu(y.node,p)&&p.neighborhood().some(function(x){return x.isNode()&&Wu(y.neighbor,x)})},$l[ts.DIRECTED_EDGE]=function(y,p){return Wu(y.source,p.source())&&Wu(y.target,p.target())},$l[ts.NODE_SOURCE]=function(y,p){return Wu(y.source,p)&&p.outgoers().some(function(x){return x.isNode()&&Wu(y.target,x)})},$l[ts.NODE_TARGET]=function(y,p){return Wu(y.target,p)&&p.incomers().some(function(x){return x.isNode()&&Wu(y.source,x)})},$l[ts.CHILD]=function(y,p){return Wu(y.child,p)&&Wu(y.parent,p.parent())},$l[ts.PARENT]=function(y,p){return Wu(y.parent,p)&&p.children().some(function(x){return Wu(y.child,x)})},$l[ts.DESCENDANT]=function(y,p){return Wu(y.descendant,p)&&p.ancestors().some(function(x){return Wu(y.ancestor,x)})},$l[ts.ANCESTOR]=function(y,p){return Wu(y.ancestor,p)&&p.descendants().some(function(x){return Wu(y.descendant,x)})},$l[ts.COMPOUND_SPLIT]=function(y,p){return Wu(y.subject,p)&&Wu(y.left,p)&&Wu(y.right,p)},$l[ts.TRUE]=function(){return!0},$l[ts.COLLECTION]=function(y,p){var x=y.value;return x.has(p)},$l[ts.FILTER]=function(y,p){var x=y.value;return x(p)};var _tt=function(p){var x=this;if(x.length===1&&x[0].checks.length===1&&x[0].checks[0].type===ts.ID)return p.getElementById(x[0].checks[0].value).collection();var C=function(O){for(var P=0;P<x.length;P++){var $=x[P];if(Wu($,O))return!0}return!1};return x.text()==null&&(C=function(){return!0}),p.filter(C)},TR=function(p){for(var x=this,C=0;C<x.length;C++){var L=x[C];if(Wu(L,p))return!0}return!1},Stt={matches:TR,filter:_tt},ly=function(p){this.inputText=p,this.currentSubject=null,this.compoundCount=0,this.edgeCount=0,this.length=0,p==null||yt(p)&&p.match(/^\s*$/)||(Et(p)?this.addQuery({checks:[{type:ts.COLLECTION,value:p.collection()}]}):mt(p)?this.addQuery({checks:[{type:ts.FILTER,value:p}]}):yt(p)?this.parse(p)||(this.invalid=!0):jl("A selector must be created from a string; found "))},hy=ly.prototype;[ktt,Stt].forEach(function(y){return we(hy,y)}),hy.text=function(){return this.inputText},hy.size=function(){return this.length},hy.eq=function(y){return this[y]},hy.sameText=function(y){return!this.invalid&&!y.invalid&&this.text()===y.text()},hy.addQuery=function(y){this[this.length++]=y},hy.selector=hy.toString;var v4={allAre:function(p){var x=new ly(p);return this.every(function(C){return x.matches(C)})},is:function(p){var x=new ly(p);return this.some(function(C){return x.matches(C)})},some:function(p,x){for(var C=0;C<this.length;C++){var L=x?p.apply(x,[this[C],C,this]):p(this[C],C,this);if(L)return!0}return!1},every:function(p,x){for(var C=0;C<this.length;C++){var L=x?p.apply(x,[this[C],C,this]):p(this[C],C,this);if(!L)return!1}return!0},same:function(p){if(this===p)return!0;p=this.cy().collection(p);var x=this.length,C=p.length;return x!==C?!1:x===1?this[0]===p[0]:this.every(function(L){return p.hasElementWithId(L.id())})},anySame:function(p){return p=this.cy().collection(p),this.some(function(x){return p.hasElementWithId(x.id())})},allAreNeighbors:function(p){p=this.cy().collection(p);var x=this.neighborhood();return p.every(function(C){return x.hasElementWithId(C.id())})},contains:function(p){p=this.cy().collection(p);var x=this;return p.every(function(C){return x.hasElementWithId(C.id())})}};v4.allAreNeighbours=v4.allAreNeighbors,v4.has=v4.contains,v4.equal=v4.equals=v4.same;var sp=function(p,x){return function(L,O,P,$){var H=L,z=this,G;if(H==null?G="":Et(H)&&H.length===1&&(G=H.id()),z.length===1&&G){var Q=z[0]._private,it=Q.traversalCache=Q.traversalCache||{},lt=it[x]=it[x]||[],dt=Ld(G),vt=lt[dt];return vt||(lt[dt]=p.call(z,L,O,P,$))}else return p.call(z,L,O,P,$)}},r6={parent:function(p){var x=[];if(this.length===1){var C=this[0]._private.parent;if(C)return C}for(var L=0;L<this.length;L++){var O=this[L],P=O._private.parent;P&&x.push(P)}return this.spawn(x,!0).filter(p)},parents:function(p){for(var x=[],C=this.parent();C.nonempty();){for(var L=0;L<C.length;L++){var O=C[L];x.push(O)}C=C.parent()}return this.spawn(x,!0).filter(p)},commonAncestors:function(p){for(var x,C=0;C<this.length;C++){var L=this[C],O=L.parents();x=x||O,x=x.intersect(O)}return x.filter(p)},orphans:function(p){return this.stdFilter(function(x){return x.isOrphan()}).filter(p)},nonorphans:function(p){return this.stdFilter(function(x){return x.isChild()}).filter(p)},children:sp(function(y){for(var p=[],x=0;x<this.length;x++)for(var C=this[x],L=C._private.children,O=0;O<L.length;O++)p.push(L[O]);return this.spawn(p,!0).filter(y)},"children"),siblings:function(p){return this.parent().children().not(this).filter(p)},isParent:function(){var p=this[0];if(p)return p.isNode()&&p._private.children.length!==0},isChildless:function(){var p=this[0];if(p)return p.isNode()&&p._private.children.length===0},isChild:function(){var p=this[0];if(p)return p.isNode()&&p._private.parent!=null},isOrphan:function(){var p=this[0];if(p)return p.isNode()&&p._private.parent==null},descendants:function(p){var x=[];function C(L){for(var O=0;O<L.length;O++){var P=L[O];x.push(P),P.children().nonempty()&&C(P.children())}}return C(this.children()),this.spawn(x,!0).filter(p)}};function QM(y,p,x,C){for(var L=[],O=new Ux,P=y.cy(),$=P.hasCompoundNodes(),H=0;H<y.length;H++){var z=y[H];x?L.push(z):$&&C(L,O,z)}for(;L.length>0;){var G=L.shift();p(G),O.add(G.id()),$&&C(L,O,G)}return y}function CR(y,p,x){if(x.isParent())for(var C=x._private.children,L=0;L<C.length;L++){var O=C[L];p.has(O.id())||y.push(O)}}r6.forEachDown=function(y){var p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return QM(this,y,p,CR)};function _R(y,p,x){if(x.isChild()){var C=x._private.parent;p.has(C.id())||y.push(C)}}r6.forEachUp=function(y){var p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return QM(this,y,p,_R)};function Att(y,p,x){_R(y,p,x),CR(y,p,x)}r6.forEachUpAndDown=function(y){var p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return QM(this,y,p,Att)},r6.ancestors=r6.parents;var j8,cg;j8=cg={data:Uc.data({field:"data",bindingEvent:"data",allowBinding:!0,allowSetting:!0,settingEvent:"data",settingTriggersEvent:!0,triggerFnName:"trigger",allowGetting:!0,immutableKeys:{id:!0,source:!0,target:!0,parent:!0},updateStyle:!0}),removeData:Uc.removeData({field:"data",event:"data",triggerFnName:"trigger",triggerEvent:!0,immutableKeys:{id:!0,source:!0,target:!0,parent:!0},updateStyle:!0}),scratch:Uc.data({field:"scratch",bindingEvent:"scratch",allowBinding:!0,allowSetting:!0,settingEvent:"scratch",settingTriggersEvent:!0,triggerFnName:"trigger",allowGetting:!0,updateStyle:!0}),removeScratch:Uc.removeData({field:"scratch",event:"scratch",triggerFnName:"trigger",triggerEvent:!0,updateStyle:!0}),rscratch:Uc.data({field:"rscratch",allowBinding:!1,allowSetting:!0,settingTriggersEvent:!1,allowGetting:!0}),removeRscratch:Uc.removeData({field:"rscratch",triggerEvent:!1}),id:function(){var p=this[0];if(p)return p._private.data.id}},j8.attr=j8.data,j8.removeAttr=j8.removeData;var Ltt=cg,lb={};function rC(y){return function(p){var x=this;if(p===void 0&&(p=!0),x.length!==0)if(x.isNode()&&!x.removed()){for(var C=0,L=x[0],O=L._private.edges,P=0;P<O.length;P++){var $=O[P];!p&&$.isLoop()||(C+=y(L,$))}return C}else return}}we(lb,{degree:rC(function(y,p){return p.source().same(p.target())?2:1}),indegree:rC(function(y,p){return p.target().same(y)?1:0}),outdegree:rC(function(y,p){return p.source().same(y)?1:0})});function i6(y,p){return function(x){for(var C,L=this.nodes(),O=0;O<L.length;O++){var P=L[O],$=P[y](x);$!==void 0&&(C===void 0||p($,C))&&(C=$)}return C}}we(lb,{minDegree:i6("degree",function(y,p){return y<p}),maxDegree:i6("degree",function(y,p){return y>p}),minIndegree:i6("indegree",function(y,p){return y<p}),maxIndegree:i6("indegree",function(y,p){return y>p}),minOutdegree:i6("outdegree",function(y,p){return y<p}),maxOutdegree:i6("outdegree",function(y,p){return y>p})}),we(lb,{totalDegree:function(p){for(var x=0,C=this.nodes(),L=0;L<C.length;L++)x+=C[L].degree(p);return x}});var hb,SR,AR=function(p,x,C){for(var L=0;L<p.length;L++){var O=p[L];if(!O.locked()){var P=O._private.position,$={x:x.x!=null?x.x-P.x:0,y:x.y!=null?x.y-P.y:0};O.isParent()&&!($.x===0&&$.y===0)&&O.children().shift($,C),O.dirtyBoundingBoxCache()}}},LR={field:"position",bindingEvent:"position",allowBinding:!0,allowSetting:!0,settingEvent:"position",settingTriggersEvent:!0,triggerFnName:"emitAndNotify",allowGetting:!0,validKeys:["x","y"],beforeGet:function(p){p.updateCompoundBounds()},beforeSet:function(p,x){AR(p,x,!1)},onSet:function(p){p.dirtyCompoundBoundsCache()},canSet:function(p){return!p.locked()}};hb=SR={position:Uc.data(LR),silentPosition:Uc.data(we({},LR,{allowBinding:!1,allowSetting:!0,settingTriggersEvent:!1,allowGetting:!1,beforeSet:function(p,x){AR(p,x,!0)},onSet:function(p){p.dirtyCompoundBoundsCache()}})),positions:function(p,x){if(ht(p))x?this.silentPosition(p):this.position(p);else if(mt(p)){var C=p,L=this.cy();L.startBatch();for(var O=0;O<this.length;O++){var P=this[O],$=void 0;($=C(P,O))&&(x?P.silentPosition($):P.position($))}L.endBatch()}return this},silentPositions:function(p){return this.positions(p,!0)},shift:function(p,x,C){var L;if(ht(p)?(L={x:Z(p.x)?p.x:0,y:Z(p.y)?p.y:0},C=x):yt(p)&&Z(x)&&(L={x:0,y:0},L[p]=x),L!=null){var O=this.cy();O.startBatch();for(var P=0;P<this.length;P++){var $=this[P];if(!(O.hasCompoundNodes()&&$.isChild()&&$.ancestors().anySame(this))){var H=$.position(),z={x:H.x+L.x,y:H.y+L.y};C?$.silentPosition(z):$.position(z)}}O.endBatch()}return this},silentShift:function(p,x){return ht(p)?this.shift(p,!0):yt(p)&&Z(x)&&this.shift(p,x,!0),this},renderedPosition:function(p,x){var C=this[0],L=this.cy(),O=L.zoom(),P=L.pan(),$=ht(p)?p:void 0,H=$!==void 0||x!==void 0&&yt(p);if(C&&C.isNode())if(H)for(var z=0;z<this.length;z++){var G=this[z];x!==void 0?G.position(p,(x-P[p])/O):$!==void 0&&G.position(_B($,O,P))}else{var Q=C.position();return $=V9(Q,O,P),p===void 0?$:$[p]}else if(!H)return;return this},relativePosition:function(p,x){var C=this[0],L=this.cy(),O=ht(p)?p:void 0,P=O!==void 0||x!==void 0&&yt(p),$=L.hasCompoundNodes();if(C&&C.isNode())if(P)for(var H=0;H<this.length;H++){var z=this[H],G=$?z.parent():null,Q=G&&G.length>0,it=Q;Q&&(G=G[0]);var lt=it?G.position():{x:0,y:0};x!==void 0?z.position(p,x+lt[p]):O!==void 0&&z.position({x:O.x+lt.x,y:O.y+lt.y})}else{var dt=C.position(),vt=$?C.parent():null,Mt=vt&&vt.length>0,kt=Mt;Mt&&(vt=vt[0]);var It=kt?vt.position():{x:0,y:0};return O={x:dt.x-It.x,y:dt.y-It.y},p===void 0?O:O[p]}else if(!P)return;return this}},hb.modelPosition=hb.point=hb.position,hb.modelPositions=hb.points=hb.positions,hb.renderedPoint=hb.renderedPosition,hb.relativePoint=hb.relativePosition;var Mtt=SR,s6,fy;s6=fy={},fy.renderedBoundingBox=function(y){var p=this.boundingBox(y),x=this.cy(),C=x.zoom(),L=x.pan(),O=p.x1*C+L.x,P=p.x2*C+L.x,$=p.y1*C+L.y,H=p.y2*C+L.y;return{x1:O,x2:P,y1:$,y2:H,w:P-O,h:H-$}},fy.dirtyCompoundBoundsCache=function(){var y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,p=this.cy();return!p.styleEnabled()||!p.hasCompoundNodes()?this:(this.forEachUp(function(x){if(x.isParent()){var C=x._private;C.compoundBoundsClean=!1,C.bbCache=null,y||x.emitAndNotify("bounds")}}),this)},fy.updateCompoundBounds=function(){var y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,p=this.cy();if(!p.styleEnabled()||!p.hasCompoundNodes())return this;if(!y&&p.batching())return this;function x(P){if(!P.isParent())return;var $=P._private,H=P.children(),z=P.pstyle("compound-sizing-wrt-labels").value==="include",G={width:{val:P.pstyle("min-width").pfValue,left:P.pstyle("min-width-bias-left"),right:P.pstyle("min-width-bias-right")},height:{val:P.pstyle("min-height").pfValue,top:P.pstyle("min-height-bias-top"),bottom:P.pstyle("min-height-bias-bottom")}},Q=H.boundingBox({includeLabels:z,includeOverlays:!1,useCache:!1}),it=$.position;(Q.w===0||Q.h===0)&&(Q={w:P.pstyle("width").pfValue,h:P.pstyle("height").pfValue},Q.x1=it.x-Q.w/2,Q.x2=it.x+Q.w/2,Q.y1=it.y-Q.h/2,Q.y2=it.y+Q.h/2);function lt(Yt,ye,xe){var de=0,ze=0,ke=ye+xe;return Yt>0&&ke>0&&(de=ye/ke*Yt,ze=xe/ke*Yt),{biasDiff:de,biasComplementDiff:ze}}function dt(Yt,ye,xe,de){if(xe.units==="%")switch(de){case"width":return Yt>0?xe.pfValue*Yt:0;case"height":return ye>0?xe.pfValue*ye:0;case"average":return Yt>0&&ye>0?xe.pfValue*(Yt+ye)/2:0;case"min":return Yt>0&&ye>0?Yt>ye?xe.pfValue*ye:xe.pfValue*Yt:0;case"max":return Yt>0&&ye>0?Yt>ye?xe.pfValue*Yt:xe.pfValue*ye:0;default:return 0}else return xe.units==="px"?xe.pfValue:0}var vt=G.width.left.value;G.width.left.units==="px"&&G.width.val>0&&(vt=vt*100/G.width.val);var Mt=G.width.right.value;G.width.right.units==="px"&&G.width.val>0&&(Mt=Mt*100/G.width.val);var kt=G.height.top.value;G.height.top.units==="px"&&G.height.val>0&&(kt=kt*100/G.height.val);var It=G.height.bottom.value;G.height.bottom.units==="px"&&G.height.val>0&&(It=It*100/G.height.val);var Pt=lt(G.width.val-Q.w,vt,Mt),qt=Pt.biasDiff,ce=Pt.biasComplementDiff,ee=lt(G.height.val-Q.h,kt,It),Ut=ee.biasDiff,ue=ee.biasComplementDiff;$.autoPadding=dt(Q.w,Q.h,P.pstyle("padding"),P.pstyle("padding-relative-to").value),$.autoWidth=Math.max(Q.w,G.width.val),it.x=(-qt+Q.x1+Q.x2+ce)/2,$.autoHeight=Math.max(Q.h,G.height.val),it.y=(-Ut+Q.y1+Q.y2+ue)/2}for(var C=0;C<this.length;C++){var L=this[C],O=L._private;(!O.compoundBoundsClean||y)&&(x(L),p.batching()||(O.compoundBoundsClean=!0))}return this};var ap=function(p){return p===1/0||p===-1/0?0:p},fb=function(p,x,C,L,O){L-x===0||O-C===0||x==null||C==null||L==null||O==null||(p.x1=x<p.x1?x:p.x1,p.x2=L>p.x2?L:p.x2,p.y1=C<p.y1?C:p.y1,p.y2=O>p.y2?O:p.y2,p.w=p.x2-p.x1,p.h=p.y2-p.y1)},y4=function(p,x){return x==null?p:fb(p,x.x1,x.y1,x.x2,x.y2)},$8=function(p,x,C){return ub(p,x,C)},iC=function(p,x,C){if(!x.cy().headless()){var L=x._private,O=L.rstyle,P=O.arrowWidth/2,$=x.pstyle(C+"-arrow-shape").value,H,z;if($!=="none"){C==="source"?(H=O.srcX,z=O.srcY):C==="target"?(H=O.tgtX,z=O.tgtY):(H=O.midX,z=O.midY);var G=L.arrowBounds=L.arrowBounds||{},Q=G[C]=G[C]||{};Q.x1=H-P,Q.y1=z-P,Q.x2=H+P,Q.y2=z+P,Q.w=Q.x2-Q.x1,Q.h=Q.y2-Q.y1,G9(Q,1),fb(p,Q.x1,Q.y1,Q.x2,Q.y2)}}},JM=function(p,x,C){if(!x.cy().headless()){var L;C?L=C+"-":L="";var O=x._private,P=O.rstyle,$=x.pstyle(L+"label").strValue;if($){var H=x.pstyle("text-halign"),z=x.pstyle("text-valign"),G=$8(P,"labelWidth",C),Q=$8(P,"labelHeight",C),it=$8(P,"labelX",C),lt=$8(P,"labelY",C),dt=x.pstyle(L+"text-margin-x").pfValue,vt=x.pstyle(L+"text-margin-y").pfValue,Mt=x.isEdge(),kt=x.pstyle(L+"text-rotation"),It=x.pstyle("text-outline-width").pfValue,Pt=x.pstyle("text-border-width").pfValue,qt=Pt/2,ce=x.pstyle("text-background-padding").pfValue,ee=2,Ut=Q,ue=G,Yt=ue/2,ye=Ut/2,xe,de,ze,ke;if(Mt)xe=it-Yt,de=it+Yt,ze=lt-ye,ke=lt+ye;else{switch(H.value){case"left":xe=it-ue,de=it;break;case"center":xe=it-Yt,de=it+Yt;break;case"right":xe=it,de=it+ue;break}switch(z.value){case"top":ze=lt-Ut,ke=lt;break;case"center":ze=lt-ye,ke=lt+ye;break;case"bottom":ze=lt,ke=lt+Ut;break}}xe+=dt-Math.max(It,qt)-ce-ee,de+=dt+Math.max(It,qt)+ce+ee,ze+=vt-Math.max(It,qt)-ce-ee,ke+=vt+Math.max(It,qt)+ce+ee;var xn=C||"main",tn=O.labelBounds,an=tn[xn]=tn[xn]||{};an.x1=xe,an.y1=ze,an.x2=de,an.y2=ke,an.w=de-xe,an.h=ke-ze;var Sn=Mt&&kt.strValue==="autorotate",Vn=kt.pfValue!=null&&kt.pfValue!==0;if(Sn||Vn){var or=Sn?$8(O.rstyle,"labelAngle",C):kt.pfValue,Rn=Math.cos(or),ar=Math.sin(or),yr=(xe+de)/2,kr=(ze+ke)/2;if(!Mt){switch(H.value){case"left":yr=de;break;case"right":yr=xe;break}switch(z.value){case"top":kr=ke;break;case"bottom":kr=ze;break}}var br=function(ga,Li){return ga=ga-yr,Li=Li-kr,{x:ga*Rn-Li*ar+yr,y:ga*ar+Li*Rn+kr}},dr=br(xe,ze),kn=br(xe,ke),wr=br(de,ze),Ar=br(de,ke);xe=Math.min(dr.x,kn.x,wr.x,Ar.x),de=Math.max(dr.x,kn.x,wr.x,Ar.x),ze=Math.min(dr.y,kn.y,wr.y,Ar.y),ke=Math.max(dr.y,kn.y,wr.y,Ar.y)}var ci=xn+"Rot",ui=tn[ci]=tn[ci]||{};ui.x1=xe,ui.y1=ze,ui.x2=de,ui.y2=ke,ui.w=de-xe,ui.h=ke-ze,fb(p,xe,ze,de,ke),fb(O.labelBounds.all,xe,ze,de,ke)}return p}},Dtt=function(p,x){var C=p._private.cy,L=C.styleEnabled(),O=C.headless(),P=m0(),$=p._private,H=p.isNode(),z=p.isEdge(),G,Q,it,lt,dt,vt,Mt=$.rstyle,kt=H&&L?p.pstyle("bounds-expansion").pfValue:[0],It=function(ys){return ys.pstyle("display").value!=="none"},Pt=!L||It(p)&&(!z||It(p.source())&&It(p.target()));if(Pt){var qt=0,ce=0;L&&x.includeOverlays&&(qt=p.pstyle("overlay-opacity").value,qt!==0&&(ce=p.pstyle("overlay-padding").value));var ee=0,Ut=0;L&&x.includeUnderlays&&(ee=p.pstyle("underlay-opacity").value,ee!==0&&(Ut=p.pstyle("underlay-padding").value));var ue=Math.max(ce,Ut),Yt=0,ye=0;if(L&&(Yt=p.pstyle("width").pfValue,ye=Yt/2),H&&x.includeNodes){var xe=p.position();dt=xe.x,vt=xe.y;var de=p.outerWidth(),ze=de/2,ke=p.outerHeight(),xn=ke/2;G=dt-ze,Q=dt+ze,it=vt-xn,lt=vt+xn,fb(P,G,it,Q,lt)}else if(z&&x.includeEdges)if(L&&!O){var tn=p.pstyle("curve-style").strValue;if(G=Math.min(Mt.srcX,Mt.midX,Mt.tgtX),Q=Math.max(Mt.srcX,Mt.midX,Mt.tgtX),it=Math.min(Mt.srcY,Mt.midY,Mt.tgtY),lt=Math.max(Mt.srcY,Mt.midY,Mt.tgtY),G-=ye,Q+=ye,it-=ye,lt+=ye,fb(P,G,it,Q,lt),tn==="haystack"){var an=Mt.haystackPts;if(an&&an.length===2){if(G=an[0].x,it=an[0].y,Q=an[1].x,lt=an[1].y,G>Q){var Sn=G;G=Q,Q=Sn}if(it>lt){var Vn=it;it=lt,lt=Vn}fb(P,G-ye,it-ye,Q+ye,lt+ye)}}else if(tn==="bezier"||tn==="unbundled-bezier"||tn==="segments"||tn==="taxi"){var or;switch(tn){case"bezier":case"unbundled-bezier":or=Mt.bezierPts;break;case"segments":case"taxi":or=Mt.linePts;break}if(or!=null)for(var Rn=0;Rn<or.length;Rn++){var ar=or[Rn];G=ar.x-ye,Q=ar.x+ye,it=ar.y-ye,lt=ar.y+ye,fb(P,G,it,Q,lt)}}}else{var yr=p.source(),kr=yr.position(),br=p.target(),dr=br.position();if(G=kr.x,Q=dr.x,it=kr.y,lt=dr.y,G>Q){var kn=G;G=Q,Q=kn}if(it>lt){var wr=it;it=lt,lt=wr}G-=ye,Q+=ye,it-=ye,lt+=ye,fb(P,G,it,Q,lt)}if(L&&x.includeEdges&&z&&(iC(P,p,"mid-source"),iC(P,p,"mid-target"),iC(P,p,"source"),iC(P,p,"target")),L){var Ar=p.pstyle("ghost").value==="yes";if(Ar){var ci=p.pstyle("ghost-offset-x").pfValue,ui=p.pstyle("ghost-offset-y").pfValue;fb(P,P.x1+ci,P.y1+ui,P.x2+ci,P.y2+ui)}}var ps=$.bodyBounds=$.bodyBounds||{};AB(ps,P),IM(ps,kt),G9(ps,1),L&&(G=P.x1,Q=P.x2,it=P.y1,lt=P.y2,fb(P,G-ue,it-ue,Q+ue,lt+ue));var ga=$.overlayBounds=$.overlayBounds||{};AB(ga,P),IM(ga,kt),G9(ga,1);var Li=$.labelBounds=$.labelBounds||{};Li.all!=null?cQ(Li.all):Li.all=m0(),L&&x.includeLabels&&(x.includeMainLabels&&JM(P,p,null),z&&(x.includeSourceLabels&&JM(P,p,"source"),x.includeTargetLabels&&JM(P,p,"target")))}return P.x1=ap(P.x1),P.y1=ap(P.y1),P.x2=ap(P.x2),P.y2=ap(P.y2),P.w=ap(P.x2-P.x1),P.h=ap(P.y2-P.y1),P.w>0&&P.h>0&&Pt&&(IM(P,kt),G9(P,1)),P},MR=function(p){var x=0,C=function(P){return(P?1:0)<<x++},L=0;return L+=C(p.incudeNodes),L+=C(p.includeEdges),L+=C(p.includeLabels),L+=C(p.includeMainLabels),L+=C(p.includeSourceLabels),L+=C(p.includeTargetLabels),L+=C(p.includeOverlays),L},DR=function(p){if(p.isEdge()){var x=p.source().position(),C=p.target().position(),L=function(P){return Math.round(P)};return q1([L(x.x),L(x.y),L(C.x),L(C.y)])}else return 0},IR=function(p,x){var C=p._private,L,O=p.isEdge(),P=x==null?je:MR(x),$=P===je,H=DR(p),z=C.bbCachePosKey===H,G=x.useCache&&z,Q=function(vt){return vt._private.bbCache==null||vt._private.styleDirty},it=!G||Q(p)||O&&Q(p.source())||Q(p.target());if(it?(z||p.recalculateRenderedStyle(G),L=Dtt(p,z8),C.bbCache=L,C.bbCachePosKey=H):L=C.bbCache,!$){var lt=p.isNode();L=m0(),(x.includeNodes&<||x.includeEdges&&!lt)&&(x.includeOverlays?y4(L,C.overlayBounds):y4(L,C.bodyBounds)),x.includeLabels&&(x.includeMainLabels&&(!O||x.includeSourceLabels&&x.includeTargetLabels)?y4(L,C.labelBounds.all):(x.includeMainLabels&&y4(L,C.labelBounds.mainRot),x.includeSourceLabels&&y4(L,C.labelBounds.sourceRot),x.includeTargetLabels&&y4(L,C.labelBounds.targetRot))),L.w=L.x2-L.x1,L.h=L.y2-L.y1}return L},z8={includeNodes:!0,includeEdges:!0,includeLabels:!0,includeMainLabels:!0,includeSourceLabels:!0,includeTargetLabels:!0,includeOverlays:!0,includeUnderlays:!0,useCache:!0},je=MR(z8),OR=f1(z8);fy.boundingBox=function(y){var p;if(this.length===1&&this[0]._private.bbCache!=null&&!this[0]._private.styleDirty&&(y===void 0||y.useCache===void 0||y.useCache===!0))y===void 0?y=z8:y=OR(y),p=IR(this[0],y);else{p=m0(),y=y||z8;var x=OR(y),C=this,L=C.cy(),O=L.styleEnabled();if(O)for(var P=0;P<C.length;P++){var $=C[P],H=$._private,z=DR($),G=H.bbCachePosKey===z,Q=x.useCache&&G&&!H.styleDirty;$.recalculateRenderedStyle(Q)}this.updateCompoundBounds(!y.useCache);for(var it=0;it<C.length;it++){var lt=C[it];y4(p,IR(lt,x))}}return p.x1=ap(p.x1),p.y1=ap(p.y1),p.x2=ap(p.x2),p.y2=ap(p.y2),p.w=ap(p.x2-p.x1),p.h=ap(p.y2-p.y1),p},fy.dirtyBoundingBoxCache=function(){for(var y=0;y<this.length;y++){var p=this[y]._private;p.bbCache=null,p.bbCachePosKey=null,p.bodyBounds=null,p.overlayBounds=null,p.labelBounds.all=null,p.labelBounds.source=null,p.labelBounds.target=null,p.labelBounds.main=null,p.labelBounds.sourceRot=null,p.labelBounds.targetRot=null,p.labelBounds.mainRot=null,p.arrowBounds.source=null,p.arrowBounds.target=null,p.arrowBounds["mid-source"]=null,p.arrowBounds["mid-target"]=null}return this.emitAndNotify("bounds"),this},fy.boundingBoxAt=function(y){var p=this.nodes(),x=this.cy(),C=x.hasCompoundNodes(),L=x.collection();if(C&&(L=p.filter(function(z){return z.isParent()}),p=p.not(L)),ht(y)){var O=y;y=function(){return O}}var P=function(G,Q){return G._private.bbAtOldPos=y(G,Q)},$=function(G){return G._private.bbAtOldPos};x.startBatch(),p.forEach(P).silentPositions(y),C&&(L.dirtyCompoundBoundsCache(),L.dirtyBoundingBoxCache(),L.updateCompoundBounds(!0));var H=oQ(this.boundingBox({useCache:!1}));return p.silentPositions($),C&&(L.dirtyCompoundBoundsCache(),L.dirtyBoundingBoxCache(),L.updateCompoundBounds(!0)),x.endBatch(),H},s6.boundingbox=s6.bb=s6.boundingBox,s6.renderedBoundingbox=s6.renderedBoundingBox;var Itt=fy,q8,H8;q8=H8={};var PR=function(p){p.uppercaseName=nn(p.name),p.autoName="auto"+p.uppercaseName,p.labelName="label"+p.uppercaseName,p.outerName="outer"+p.uppercaseName,p.uppercaseOuterName=nn(p.outerName),q8[p.name]=function(){var C=this[0],L=C._private,O=L.cy,P=O._private.styleEnabled;if(C)if(P){if(C.isParent())return C.updateCompoundBounds(),L[p.autoName]||0;var $=C.pstyle(p.name);switch($.strValue){case"label":return C.recalculateRenderedStyle(),L.rstyle[p.labelName]||0;default:return $.pfValue}}else return 1},q8["outer"+p.uppercaseName]=function(){var C=this[0],L=C._private,O=L.cy,P=O._private.styleEnabled;if(C)if(P){var $=C[p.name](),H=C.pstyle("border-width").pfValue,z=2*C.padding();return $+H+z}else return 1},q8["rendered"+p.uppercaseName]=function(){var C=this[0];if(C){var L=C[p.name]();return L*this.cy().zoom()}},q8["rendered"+p.uppercaseOuterName]=function(){var C=this[0];if(C){var L=C[p.outerName]();return L*this.cy().zoom()}}};PR({name:"width"}),PR({name:"height"}),H8.padding=function(){var y=this[0],p=y._private;return y.isParent()?(y.updateCompoundBounds(),p.autoPadding!==void 0?p.autoPadding:y.pstyle("padding").pfValue):y.pstyle("padding").pfValue},H8.paddedHeight=function(){var y=this[0];return y.height()+2*y.padding()},H8.paddedWidth=function(){var y=this[0];return y.width()+2*y.padding()};var Ott=H8,Ptt=function(p,x){if(p.isEdge())return x(p)},Ntt=function(p,x){if(p.isEdge()){var C=p.cy();return V9(x(p),C.zoom(),C.pan())}},Ftt=function(p,x){if(p.isEdge()){var C=p.cy(),L=C.pan(),O=C.zoom();return x(p).map(function(P){return V9(P,O,L)})}},Btt=function(p){return p.renderer().getControlPoints(p)},Rtt=function(p){return p.renderer().getSegmentPoints(p)},jtt=function(p){return p.renderer().getSourceEndpoint(p)},$tt=function(p){return p.renderer().getTargetEndpoint(p)},ZM=function(p){return p.renderer().getEdgeMidpoint(p)},NR={controlPoints:{get:Btt,mult:!0},segmentPoints:{get:Rtt,mult:!0},sourceEndpoint:{get:jtt},targetEndpoint:{get:$tt},midpoint:{get:ZM}},ztt=function(p){return"rendered"+p[0].toUpperCase()+p.substr(1)},qtt=Object.keys(NR).reduce(function(y,p){var x=NR[p],C=ztt(p);return y[p]=function(){return Ptt(this,x.get)},x.mult?y[C]=function(){return Ftt(this,x.get)}:y[C]=function(){return Ntt(this,x.get)},y},{}),sC=we({},Mtt,Itt,Ott,qtt);/*!
+ Event object based on jQuery events, MIT license
+
+ https://jquery.org/license/
+ https://tldrlegal.com/license/mit-license
+ https://github.com/jquery/jquery/blob/master/src/event.js
+ */var FR=function(p,x){this.recycle(p,x)};function x4(){return!1}function k4(){return!0}FR.prototype={instanceString:function(){return"event"},recycle:function(p,x){if(this.isImmediatePropagationStopped=this.isPropagationStopped=this.isDefaultPrevented=x4,p!=null&&p.preventDefault?(this.type=p.type,this.isDefaultPrevented=p.defaultPrevented?k4:x4):p!=null&&p.type?x=p:this.type=p,x!=null&&(this.originalEvent=x.originalEvent,this.type=x.type!=null?x.type:this.type,this.cy=x.cy,this.target=x.target,this.position=x.position,this.renderedPosition=x.renderedPosition,this.namespace=x.namespace,this.layout=x.layout),this.cy!=null&&this.position!=null&&this.renderedPosition==null){var C=this.position,L=this.cy.zoom(),O=this.cy.pan();this.renderedPosition={x:C.x*L+O.x,y:C.y*L+O.y}}this.timeStamp=p&&p.timeStamp||Date.now()},preventDefault:function(){this.isDefaultPrevented=k4;var p=this.originalEvent;p&&p.preventDefault&&p.preventDefault()},stopPropagation:function(){this.isPropagationStopped=k4;var p=this.originalEvent;p&&p.stopPropagation&&p.stopPropagation()},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=k4,this.stopPropagation()},isDefaultPrevented:x4,isPropagationStopped:x4,isImmediatePropagationStopped:x4};var BR=/^([^.]+)(\.(?:[^.]+))?$/,RR=".*",jR={qualifierCompare:function(p,x){return p===x},eventMatches:function(){return!0},addEventFields:function(){},callbackContext:function(p){return p},beforeEmit:function(){},afterEmit:function(){},bubble:function(){return!1},parent:function(){return null},context:null},$R=Object.keys(jR),Htt={};function aC(){for(var y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Htt,p=arguments.length>1?arguments[1]:void 0,x=0;x<$R.length;x++){var C=$R[x];this[C]=y[C]||jR[C]}this.context=p||this.context,this.listeners=[],this.emitting=0}var dy=aC.prototype,zR=function(p,x,C,L,O,P,$){mt(L)&&(O=L,L=null),$&&(P==null?P=$:P=we({},P,$));for(var H=gt(C)?C:C.split(/\s+/),z=0;z<H.length;z++){var G=H[z];if(!Ft(G)){var Q=G.match(BR);if(Q){var it=Q[1],lt=Q[2]?Q[2]:null,dt=x(p,G,it,lt,L,O,P);if(dt===!1)break}}}},V8=function(p,x){return p.addEventFields(p.context,x),new FR(x.type,x)},Vtt=function(p,x,C){if(Ct(C)){x(p,C);return}else if(ht(C)){x(p,V8(p,C));return}for(var L=gt(C)?C:C.split(/\s+/),O=0;O<L.length;O++){var P=L[O];if(!Ft(P)){var $=P.match(BR);if($){var H=$[1],z=$[2]?$[2]:null,G=V8(p,{type:H,namespace:z,target:p.context});x(p,G)}}}};dy.on=dy.addListener=function(y,p,x,C,L){return zR(this,function(O,P,$,H,z,G,Q){mt(G)&&O.listeners.push({event:P,callback:G,type:$,namespace:H,qualifier:z,conf:Q})},y,p,x,C,L),this},dy.one=function(y,p,x,C){return this.on(y,p,x,C,{one:!0})},dy.removeListener=dy.off=function(y,p,x,C){var L=this;this.emitting!==0&&(this.listeners=NX(this.listeners));for(var O=this.listeners,P=function(z){var G=O[z];zR(L,function(Q,it,lt,dt,vt,Mt){if((G.type===lt||y==="*")&&(!dt&&G.namespace!==".*"||G.namespace===dt)&&(!vt||Q.qualifierCompare(G.qualifier,vt))&&(!Mt||G.callback===Mt))return O.splice(z,1),!1},y,p,x,C)},$=O.length-1;$>=0;$--)P($);return this},dy.removeAllListeners=function(){return this.removeListener("*")},dy.emit=dy.trigger=function(y,p,x){var C=this.listeners,L=C.length;return this.emitting++,gt(p)||(p=[p]),Vtt(this,function(O,P){x!=null&&(C=[{event:P.event,type:P.type,namespace:P.namespace,callback:x}],L=C.length);for(var $=function(G){var Q=C[G];if(Q.type===P.type&&(!Q.namespace||Q.namespace===P.namespace||Q.namespace===RR)&&O.eventMatches(O.context,Q,P)){var it=[P];p!=null&&TB(it,p),O.beforeEmit(O.context,Q,P),Q.conf&&Q.conf.one&&(O.listeners=O.listeners.filter(function(vt){return vt!==Q}));var lt=O.callbackContext(O.context,Q,P),dt=Q.callback.apply(lt,it);O.afterEmit(O.context,Q,P),dt===!1&&(P.stopPropagation(),P.preventDefault())}},H=0;H<L;H++)$(H);O.bubble(O.context)&&!P.isPropagationStopped()&&O.parent(O.context).emit(P,p)},y),this.emitting--,this};var Utt={qualifierCompare:function(p,x){return p==null||x==null?p==null&&x==null:p.sameText(x)},eventMatches:function(p,x,C){var L=x.qualifier;return L!=null?p!==C.target&&V(C.target)&&L.matches(C.target):!0},addEventFields:function(p,x){x.cy=p.cy(),x.target=p},callbackContext:function(p,x,C){return x.qualifier!=null?C.target:p},beforeEmit:function(p,x){x.conf&&x.conf.once&&x.conf.onceCollection.removeListener(x.event,x.qualifier,x.callback)},bubble:function(){return!0},parent:function(p){return p.isChild()?p.parent():p.cy()}},E4=function(p){return yt(p)?new ly(p):p},qR={createEmitter:function(){for(var p=0;p<this.length;p++){var x=this[p],C=x._private;C.emitter||(C.emitter=new aC(Utt,x))}return this},emitter:function(){return this._private.emitter},on:function(p,x,C){for(var L=E4(x),O=0;O<this.length;O++){var P=this[O];P.emitter().on(p,L,C)}return this},removeListener:function(p,x,C){for(var L=E4(x),O=0;O<this.length;O++){var P=this[O];P.emitter().removeListener(p,L,C)}return this},removeAllListeners:function(){for(var p=0;p<this.length;p++){var x=this[p];x.emitter().removeAllListeners()}return this},one:function(p,x,C){for(var L=E4(x),O=0;O<this.length;O++){var P=this[O];P.emitter().one(p,L,C)}return this},once:function(p,x,C){for(var L=E4(x),O=0;O<this.length;O++){var P=this[O];P.emitter().on(p,L,C,{once:!0,onceCollection:this})}},emit:function(p,x){for(var C=0;C<this.length;C++){var L=this[C];L.emitter().emit(p,x)}return this},emitAndNotify:function(p,x){if(this.length!==0)return this.cy().notify(p,this),this.emit(p,x),this}};Uc.eventAliasesOn(qR);var U8={nodes:function(p){return this.filter(function(x){return x.isNode()}).filter(p)},edges:function(p){return this.filter(function(x){return x.isEdge()}).filter(p)},byGroup:function(){for(var p=this.spawn(),x=this.spawn(),C=0;C<this.length;C++){var L=this[C];L.isNode()?p.push(L):x.push(L)}return{nodes:p,edges:x}},filter:function(p,x){if(p===void 0)return this;if(yt(p)||Et(p))return new ly(p).filter(this);if(mt(p)){for(var C=this.spawn(),L=this,O=0;O<L.length;O++){var P=L[O],$=x?p.apply(x,[P,O,L]):p(P,O,L);$&&C.push(P)}return C}return this.spawn()},not:function(p){if(p){yt(p)&&(p=this.filter(p));for(var x=this.spawn(),C=0;C<this.length;C++){var L=this[C],O=p.has(L);O||x.push(L)}return x}else return this},absoluteComplement:function(){var p=this.cy();return p.mutableElements().not(this)},intersect:function(p){if(yt(p)){var x=p;return this.filter(x)}for(var C=this.spawn(),L=this,O=p,P=this.length<p.length,$=P?L:O,H=P?O:L,z=0;z<$.length;z++){var G=$[z];H.has(G)&&C.push(G)}return C},xor:function(p){var x=this._private.cy;yt(p)&&(p=x.$(p));var C=this.spawn(),L=this,O=p,P=function(H,z){for(var G=0;G<H.length;G++){var Q=H[G],it=Q._private.data.id,lt=z.hasElementWithId(it);lt||C.push(Q)}};return P(L,O),P(O,L),C},diff:function(p){var x=this._private.cy;yt(p)&&(p=x.$(p));var C=this.spawn(),L=this.spawn(),O=this.spawn(),P=this,$=p,H=function(G,Q,it){for(var lt=0;lt<G.length;lt++){var dt=G[lt],vt=dt._private.data.id,Mt=Q.hasElementWithId(vt);Mt?O.merge(dt):it.push(dt)}};return H(P,$,C),H($,P,L),{left:C,right:L,both:O}},add:function(p){var x=this._private.cy;if(!p)return this;if(yt(p)){var C=p;p=x.mutableElements().filter(C)}for(var L=this.spawnSelf(),O=0;O<p.length;O++){var P=p[O],$=!this.has(P);$&&L.push(P)}return L},merge:function(p){var x=this._private,C=x.cy;if(!p)return this;if(p&&yt(p)){var L=p;p=C.mutableElements().filter(L)}for(var O=x.map,P=0;P<p.length;P++){var $=p[P],H=$._private.data.id,z=!O.has(H);if(z){var G=this.length++;this[G]=$,O.set(H,{ele:$,index:G})}}return this},unmergeAt:function(p){var x=this[p],C=x.id(),L=this._private,O=L.map;this[p]=void 0,O.delete(C);var P=p===this.length-1;if(this.length>1&&!P){var $=this.length-1,H=this[$],z=H._private.data.id;this[$]=void 0,this[p]=H,O.set(z,{ele:H,index:p})}return this.length--,this},unmergeOne:function(p){p=p[0];var x=this._private,C=p._private.data.id,L=x.map,O=L.get(C);if(!O)return this;var P=O.index;return this.unmergeAt(P),this},unmerge:function(p){var x=this._private.cy;if(!p)return this;if(p&&yt(p)){var C=p;p=x.mutableElements().filter(C)}for(var L=0;L<p.length;L++)this.unmergeOne(p[L]);return this},unmergeBy:function(p){for(var x=this.length-1;x>=0;x--){var C=this[x];p(C)&&this.unmergeAt(x)}return this},map:function(p,x){for(var C=[],L=this,O=0;O<L.length;O++){var P=L[O],$=x?p.apply(x,[P,O,L]):p(P,O,L);C.push($)}return C},reduce:function(p,x){for(var C=x,L=this,O=0;O<L.length;O++)C=p(C,L[O],O,L);return C},max:function(p,x){for(var C=-1/0,L,O=this,P=0;P<O.length;P++){var $=O[P],H=x?p.apply(x,[$,P,O]):p($,P,O);H>C&&(C=H,L=$)}return{value:C,ele:L}},min:function(p,x){for(var C=1/0,L,O=this,P=0;P<O.length;P++){var $=O[P],H=x?p.apply(x,[$,P,O]):p($,P,O);H<C&&(C=H,L=$)}return{value:C,ele:L}}},Lc=U8;Lc.u=Lc["|"]=Lc["+"]=Lc.union=Lc.or=Lc.add,Lc["\\"]=Lc["!"]=Lc["-"]=Lc.difference=Lc.relativeComplement=Lc.subtract=Lc.not,Lc.n=Lc["&"]=Lc["."]=Lc.and=Lc.intersection=Lc.intersect,Lc["^"]=Lc["(+)"]=Lc["(-)"]=Lc.symmetricDifference=Lc.symdiff=Lc.xor,Lc.fnFilter=Lc.filterFn=Lc.stdFilter=Lc.filter,Lc.complement=Lc.abscomp=Lc.absoluteComplement;var HR={isNode:function(){return this.group()==="nodes"},isEdge:function(){return this.group()==="edges"},isLoop:function(){return this.isEdge()&&this.source()[0]===this.target()[0]},isSimple:function(){return this.isEdge()&&this.source()[0]!==this.target()[0]},group:function(){var p=this[0];if(p)return p._private.group}},VR=function(p,x){var C=p.cy(),L=C.hasCompoundNodes();function O(G){var Q=G.pstyle("z-compound-depth");return Q.value==="auto"?L?G.zDepth():0:Q.value==="bottom"?-1:Q.value==="top"?Vx:0}var P=O(p)-O(x);if(P!==0)return P;function $(G){var Q=G.pstyle("z-index-compare");return Q.value==="auto"&&G.isNode()?1:0}var H=$(p)-$(x);if(H!==0)return H;var z=p.pstyle("z-index").value-x.pstyle("z-index").value;return z!==0?z:p.poolIndex()-x.poolIndex()},a6={forEach:function(p,x){if(mt(p))for(var C=this.length,L=0;L<C;L++){var O=this[L],P=x?p.apply(x,[O,L,this]):p(O,L,this);if(P===!1)break}return this},toArray:function(){for(var p=[],x=0;x<this.length;x++)p.push(this[x]);return p},slice:function(p,x){var C=[],L=this.length;x==null&&(x=L),p==null&&(p=0),p<0&&(p=L+p),x<0&&(x=L+x);for(var O=p;O>=0&&O<x&&O<L;O++)C.push(this[O]);return this.spawn(C)},size:function(){return this.length},eq:function(p){return this[p]||this.spawn()},first:function(){return this[0]||this.spawn()},last:function(){return this[this.length-1]||this.spawn()},empty:function(){return this.length===0},nonempty:function(){return!this.empty()},sort:function(p){if(!mt(p))return this;var x=this.toArray().sort(p);return this.spawn(x)},sortByZIndex:function(){return this.sort(VR)},zDepth:function(){var p=this[0];if(p){var x=p._private,C=x.group;if(C==="nodes"){var L=x.data.parent?p.parents().size():0;return p.isParent()?L:Vx-1}else{var O=x.source,P=x.target,$=O.zDepth(),H=P.zDepth();return Math.max($,H,0)}}}};a6.each=a6.forEach;var UR=function(){var p="undefined",x=(typeof Symbol>"u"?"undefined":f(Symbol))!=p&&f(Symbol.iterator)!=p;x&&(a6[Symbol.iterator]=function(){var C=this,L={value:void 0,done:!1},O=0,P=this.length;return b({next:function(){return O<P?L.value=C[O++]:(L.value=void 0,L.done=!0),L}},Symbol.iterator,function(){return this})})};UR();var Gtt=f1({nodeDimensionsIncludeLabels:!1}),oC={layoutDimensions:function(p){p=Gtt(p);var x;if(!this.takesUpSpace())x={w:0,h:0};else if(p.nodeDimensionsIncludeLabels){var C=this.boundingBox();x={w:C.w,h:C.h}}else x={w:this.outerWidth(),h:this.outerHeight()};return(x.w===0||x.h===0)&&(x.w=x.h=1),x},layoutPositions:function(p,x,C){var L=this.nodes().filter(function(ce){return!ce.isParent()}),O=this.cy(),P=x.eles,$=function(ee){return ee.id()},H=Ot(C,$);p.emit({type:"layoutstart",layout:p}),p.animations=[];var z=function(ee,Ut,ue){var Yt={x:Ut.x1+Ut.w/2,y:Ut.y1+Ut.h/2},ye={x:(ue.x-Yt.x)*ee,y:(ue.y-Yt.y)*ee};return{x:Yt.x+ye.x,y:Yt.y+ye.y}},G=x.spacingFactor&&x.spacingFactor!==1,Q=function(){if(!G)return null;for(var ee=m0(),Ut=0;Ut<L.length;Ut++){var ue=L[Ut],Yt=H(ue,Ut);lQ(ee,Yt.x,Yt.y)}return ee},it=Q(),lt=Ot(function(ce,ee){var Ut=H(ce,ee);if(G){var ue=Math.abs(x.spacingFactor);Ut=z(ue,it,Ut)}return x.transform!=null&&(Ut=x.transform(ce,Ut)),Ut},$);if(x.animate){for(var dt=0;dt<L.length;dt++){var vt=L[dt],Mt=lt(vt,dt),kt=x.animateFilter==null||x.animateFilter(vt,dt);if(kt){var It=vt.animation({position:Mt,duration:x.animationDuration,easing:x.animationEasing});p.animations.push(It)}else vt.position(Mt)}if(x.fit){var Pt=O.animation({fit:{boundingBox:P.boundingBoxAt(lt),padding:x.padding},duration:x.animationDuration,easing:x.animationEasing});p.animations.push(Pt)}else if(x.zoom!==void 0&&x.pan!==void 0){var qt=O.animation({zoom:x.zoom,pan:x.pan,duration:x.animationDuration,easing:x.animationEasing});p.animations.push(qt)}p.animations.forEach(function(ce){return ce.play()}),p.one("layoutready",x.ready),p.emit({type:"layoutready",layout:p}),Jx.all(p.animations.map(function(ce){return ce.promise()})).then(function(){p.one("layoutstop",x.stop),p.emit({type:"layoutstop",layout:p})})}else L.positions(lt),x.fit&&O.fit(x.eles,x.padding),x.zoom!=null&&O.zoom(x.zoom),x.pan&&O.pan(x.pan),p.one("layoutready",x.ready),p.emit({type:"layoutready",layout:p}),p.one("layoutstop",x.stop),p.emit({type:"layoutstop",layout:p});return this},layout:function(p){var x=this.cy();return x.makeLayout(we({},p,{eles:this}))}};oC.createLayout=oC.makeLayout=oC.layout;function GR(y,p,x){var C=x._private,L=C.styleCache=C.styleCache||[],O;return(O=L[y])!=null||(O=L[y]=p(x)),O}function cC(y,p){return y=Ld(y),function(C){return GR(y,p,C)}}function tD(y,p){y=Ld(y);var x=function(L){return p.call(L)};return function(){var L=this[0];if(L)return GR(y,x,L)}}var d1={recalculateRenderedStyle:function(p){var x=this.cy(),C=x.renderer(),L=x.styleEnabled();return C&&L&&C.recalculateRenderedStyle(this,p),this},dirtyStyleCache:function(){var p=this.cy(),x=function(O){return O._private.styleCache=null};if(p.hasCompoundNodes()){var C;C=this.spawnSelf().merge(this.descendants()).merge(this.parents()),C.merge(C.connectedEdges()),C.forEach(x)}else this.forEach(function(L){x(L),L.connectedEdges().forEach(x)});return this},updateStyle:function(p){var x=this._private.cy;if(!x.styleEnabled())return this;if(x.batching()){var C=x._private.batchStyleEles;return C.merge(this),this}var L=x.hasCompoundNodes(),O=this;p=!!(p||p===void 0),L&&(O=this.spawnSelf().merge(this.descendants()).merge(this.parents()));var P=O;return p?P.emitAndNotify("style"):P.emit("style"),O.forEach(function($){return $._private.styleDirty=!0}),this},cleanStyle:function(){var p=this.cy();if(p.styleEnabled())for(var x=0;x<this.length;x++){var C=this[x];C._private.styleDirty&&(C._private.styleDirty=!1,p.style().apply(C))}},parsedStyle:function(p){var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,C=this[0],L=C.cy();if(L.styleEnabled()&&C){this.cleanStyle();var O=C._private.style[p];return O??(x?L.style().getDefaultProperty(p):null)}},numericStyle:function(p){var x=this[0];if(x.cy().styleEnabled()&&x){var C=x.pstyle(p);return C.pfValue!==void 0?C.pfValue:C.value}},numericStyleUnits:function(p){var x=this[0];if(x.cy().styleEnabled()&&x)return x.pstyle(p).units},renderedStyle:function(p){var x=this.cy();if(!x.styleEnabled())return this;var C=this[0];if(C)return x.style().getRenderedStyle(C,p)},style:function(p,x){var C=this.cy();if(!C.styleEnabled())return this;var L=!1,O=C.style();if(ht(p)){var P=p;O.applyBypass(this,P,L),this.emitAndNotify("style")}else if(yt(p))if(x===void 0){var $=this[0];return $?O.getStylePropertyValue($,p):void 0}else O.applyBypass(this,p,x,L),this.emitAndNotify("style");else if(p===void 0){var H=this[0];return H?O.getRawStyle(H):void 0}return this},removeStyle:function(p){var x=this.cy();if(!x.styleEnabled())return this;var C=!1,L=x.style(),O=this;if(p===void 0)for(var P=0;P<O.length;P++){var $=O[P];L.removeAllBypasses($,C)}else{p=p.split(/\s+/);for(var H=0;H<O.length;H++){var z=O[H];L.removeBypasses(z,p,C)}}return this.emitAndNotify("style"),this},show:function(){return this.css("display","element"),this},hide:function(){return this.css("display","none"),this},effectiveOpacity:function(){var p=this.cy();if(!p.styleEnabled())return 1;var x=p.hasCompoundNodes(),C=this[0];if(C){var L=C._private,O=C.pstyle("opacity").value;if(!x)return O;var P=L.data.parent?C.parents():null;if(P)for(var $=0;$<P.length;$++){var H=P[$],z=H.pstyle("opacity").value;O=z*O}return O}},transparent:function(){var p=this.cy();if(!p.styleEnabled())return!1;var x=this[0],C=x.cy().hasCompoundNodes();if(x)return C?x.effectiveOpacity()===0:x.pstyle("opacity").value===0},backgrounding:function(){var p=this.cy();if(!p.styleEnabled())return!1;var x=this[0];return!!x._private.backgrounding}};function eD(y,p){var x=y._private,C=x.data.parent?y.parents():null;if(C)for(var L=0;L<C.length;L++){var O=C[L];if(!p(O))return!1}return!0}function nD(y){var p=y.ok,x=y.edgeOkViaNode||y.ok,C=y.parentOk||y.ok;return function(){var L=this.cy();if(!L.styleEnabled())return!0;var O=this[0],P=L.hasCompoundNodes();if(O){var $=O._private;if(!p(O))return!1;if(O.isNode())return!P||eD(O,C);var H=$.source,z=$.target;return x(H)&&(!P||eD(H,x))&&(H===z||x(z)&&(!P||eD(z,x)))}}}var o6=cC("eleTakesUpSpace",function(y){return y.pstyle("display").value==="element"&&y.width()!==0&&(y.isNode()?y.height()!==0:!0)});d1.takesUpSpace=tD("takesUpSpace",nD({ok:o6}));var Ktt=cC("eleInteractive",function(y){return y.pstyle("events").value==="yes"&&y.pstyle("visibility").value==="visible"&&o6(y)}),Wtt=cC("parentInteractive",function(y){return y.pstyle("visibility").value==="visible"&&o6(y)});d1.interactive=tD("interactive",nD({ok:Ktt,parentOk:Wtt,edgeOkViaNode:o6})),d1.noninteractive=function(){var y=this[0];if(y)return!y.interactive()};var Ytt=cC("eleVisible",function(y){return y.pstyle("visibility").value==="visible"&&y.pstyle("opacity").pfValue!==0&&o6(y)}),Xtt=o6;d1.visible=tD("visible",nD({ok:Ytt,edgeOkViaNode:Xtt})),d1.hidden=function(){var y=this[0];if(y)return!y.visible()},d1.isBundledBezier=tD("isBundledBezier",function(){return this.cy().styleEnabled()?!this.removed()&&this.pstyle("curve-style").value==="bezier"&&this.takesUpSpace():!1}),d1.bypass=d1.css=d1.style,d1.renderedCss=d1.renderedStyle,d1.removeBypass=d1.removeCss=d1.removeStyle,d1.pstyle=d1.parsedStyle;var gy={};function KR(y){return function(){var p=arguments,x=[];if(p.length===2){var C=p[0],L=p[1];this.on(y.event,C,L)}else if(p.length===1&&mt(p[0])){var O=p[0];this.on(y.event,O)}else if(p.length===0||p.length===1&>(p[0])){for(var P=p.length===1?p[0]:null,$=0;$<this.length;$++){var H=this[$],z=!y.ableField||H._private[y.ableField],G=H._private[y.field]!=y.value;if(y.overrideAble){var Q=y.overrideAble(H);if(Q!==void 0&&(z=Q,!Q))return this}z&&(H._private[y.field]=y.value,G&&x.push(H))}var it=this.spawn(x);it.updateStyle(),it.emit(y.event),P&&it.emit(P)}return this}}function op(y){gy[y.field]=function(){var p=this[0];if(p){if(y.overrideField){var x=y.overrideField(p);if(x!==void 0)return x}return p._private[y.field]}},gy[y.on]=KR({event:y.on,field:y.field,ableField:y.ableField,overrideAble:y.overrideAble,value:!0}),gy[y.off]=KR({event:y.off,field:y.field,ableField:y.ableField,overrideAble:y.overrideAble,value:!1})}op({field:"locked",overrideField:function(p){return p.cy().autolock()?!0:void 0},on:"lock",off:"unlock"}),op({field:"grabbable",overrideField:function(p){return p.cy().autoungrabify()||p.pannable()?!1:void 0},on:"grabify",off:"ungrabify"}),op({field:"selected",ableField:"selectable",overrideAble:function(p){return p.cy().autounselectify()?!1:void 0},on:"select",off:"unselect"}),op({field:"selectable",overrideField:function(p){return p.cy().autounselectify()?!1:void 0},on:"selectify",off:"unselectify"}),gy.deselect=gy.unselect,gy.grabbed=function(){var y=this[0];if(y)return y._private.grabbed},op({field:"active",on:"activate",off:"unactivate"}),op({field:"pannable",on:"panify",off:"unpanify"}),gy.inactive=function(){var y=this[0];if(y)return!y._private.active};var Sf={},WR=function(p){return function(C){for(var L=this,O=[],P=0;P<L.length;P++){var $=L[P];if($.isNode()){for(var H=!1,z=$.connectedEdges(),G=0;G<z.length;G++){var Q=z[G],it=Q.source(),lt=Q.target();if(p.noIncomingEdges&<===$&&it!==$||p.noOutgoingEdges&&it===$&<!==$){H=!0;break}}H||O.push($)}}return this.spawn(O,!0).filter(C)}},YR=function(p){return function(x){for(var C=this,L=[],O=0;O<C.length;O++){var P=C[O];if(P.isNode())for(var $=P.connectedEdges(),H=0;H<$.length;H++){var z=$[H],G=z.source(),Q=z.target();p.outgoing&&G===P?(L.push(z),L.push(Q)):p.incoming&&Q===P&&(L.push(z),L.push(G))}}return this.spawn(L,!0).filter(x)}},XR=function(p){return function(x){for(var C=this,L=[],O={};;){var P=p.outgoing?C.outgoers():C.incomers();if(P.length===0)break;for(var $=!1,H=0;H<P.length;H++){var z=P[H],G=z.id();O[G]||(O[G]=!0,L.push(z),$=!0)}if(!$)break;C=P}return this.spawn(L,!0).filter(x)}};Sf.clearTraversalCache=function(){for(var y=0;y<this.length;y++)this[y]._private.traversalCache=null},we(Sf,{roots:WR({noIncomingEdges:!0}),leaves:WR({noOutgoingEdges:!0}),outgoers:sp(YR({outgoing:!0}),"outgoers"),successors:XR({outgoing:!0}),incomers:sp(YR({incoming:!0}),"incomers"),predecessors:XR({incoming:!0})}),we(Sf,{neighborhood:sp(function(y){for(var p=[],x=this.nodes(),C=0;C<x.length;C++)for(var L=x[C],O=L.connectedEdges(),P=0;P<O.length;P++){var $=O[P],H=$.source(),z=$.target(),G=L===H?z:H;G.length>0&&p.push(G[0]),p.push($[0])}return this.spawn(p,!0).filter(y)},"neighborhood"),closedNeighborhood:function(p){return this.neighborhood().add(this).filter(p)},openNeighborhood:function(p){return this.neighborhood(p)}}),Sf.neighbourhood=Sf.neighborhood,Sf.closedNeighbourhood=Sf.closedNeighborhood,Sf.openNeighbourhood=Sf.openNeighborhood,we(Sf,{source:sp(function(p){var x=this[0],C;return x&&(C=x._private.source||x.cy().collection()),C&&p?C.filter(p):C},"source"),target:sp(function(p){var x=this[0],C;return x&&(C=x._private.target||x.cy().collection()),C&&p?C.filter(p):C},"target"),sources:QR({attr:"source"}),targets:QR({attr:"target"})});function QR(y){return function(x){for(var C=[],L=0;L<this.length;L++){var O=this[L],P=O._private[y.attr];P&&C.push(P)}return this.spawn(C,!0).filter(x)}}we(Sf,{edgesWith:sp(JR(),"edgesWith"),edgesTo:sp(JR({thisIsSrc:!0}),"edgesTo")});function JR(y){return function(x){var C=[],L=this._private.cy,O=y||{};yt(x)&&(x=L.$(x));for(var P=0;P<x.length;P++)for(var $=x[P]._private.edges,H=0;H<$.length;H++){var z=$[H],G=z._private.data,Q=this.hasElementWithId(G.source)&&x.hasElementWithId(G.target),it=x.hasElementWithId(G.source)&&this.hasElementWithId(G.target),lt=Q||it;lt&&((O.thisIsSrc||O.thisIsTgt)&&(O.thisIsSrc&&!Q||O.thisIsTgt&&!it)||C.push(z))}return this.spawn(C,!0)}}we(Sf,{connectedEdges:sp(function(y){for(var p=[],x=this,C=0;C<x.length;C++){var L=x[C];if(L.isNode())for(var O=L._private.edges,P=0;P<O.length;P++){var $=O[P];p.push($)}}return this.spawn(p,!0).filter(y)},"connectedEdges"),connectedNodes:sp(function(y){for(var p=[],x=this,C=0;C<x.length;C++){var L=x[C];L.isEdge()&&(p.push(L.source()[0]),p.push(L.target()[0]))}return this.spawn(p,!0).filter(y)},"connectedNodes"),parallelEdges:sp(ZR(),"parallelEdges"),codirectedEdges:sp(ZR({codirected:!0}),"codirectedEdges")});function ZR(y){var p={codirected:!1};return y=we({},p,y),function(C){for(var L=[],O=this.edges(),P=y,$=0;$<O.length;$++)for(var H=O[$],z=H._private,G=z.source,Q=G._private.data.id,it=z.data.target,lt=G._private.edges,dt=0;dt<lt.length;dt++){var vt=lt[dt],Mt=vt._private.data,kt=Mt.target,It=Mt.source,Pt=kt===it&&It===Q,qt=Q===kt&&it===It;(P.codirected&&Pt||!P.codirected&&(Pt||qt))&&L.push(vt)}return this.spawn(L,!0).filter(C)}}we(Sf,{components:function(p){var x=this,C=x.cy(),L=C.collection(),O=p==null?x.nodes():p.nodes(),P=[];p!=null&&O.empty()&&(O=p.sources());var $=function(G,Q){L.merge(G),O.unmerge(G),Q.merge(G)};if(O.empty())return x.spawn();var H=function(){var G=C.collection();P.push(G);var Q=O[0];$(Q,G),x.bfs({directed:!1,roots:Q,visit:function(lt){return $(lt,G)}}),G.forEach(function(it){it.connectedEdges().forEach(function(lt){x.has(lt)&&G.has(lt.source())&&G.has(lt.target())&&G.merge(lt)})})};do H();while(O.length>0);return P},component:function(){var p=this[0];return p.cy().mutableElements().components(p)[0]}}),Sf.componentsOf=Sf.components;var g1=function(p,x){var C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,L=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(p===void 0){jl("A collection must have a reference to the core");return}var O=new M2,P=!1;if(!x)x=[];else if(x.length>0&&ht(x[0])&&!V(x[0])){P=!0;for(var $=[],H=new Ux,z=0,G=x.length;z<G;z++){var Q=x[z];Q.data==null&&(Q.data={});var it=Q.data;if(it.id==null)it.id=kB();else if(p.hasElementWithId(it.id)||H.has(it.id))continue;var lt=new H9(p,Q,!1);$.push(lt),H.add(it.id)}x=$}this.length=0;for(var dt=0,vt=x.length;dt<vt;dt++){var Mt=x[dt][0];if(Mt!=null){var kt=Mt._private.data.id;(!C||!O.has(kt))&&(C&&O.set(kt,{index:this.length,ele:Mt}),this[this.length]=Mt,this.length++)}}this._private={eles:this,cy:p,get map(){return this.lazyMap==null&&this.rebuildMap(),this.lazyMap},set map(It){this.lazyMap=It},rebuildMap:function(){for(var Pt=this.lazyMap=new M2,qt=this.eles,ce=0;ce<qt.length;ce++){var ee=qt[ce];Pt.set(ee.id(),{index:ce,ele:ee})}}},C&&(this._private.map=O),P&&!L&&this.restore()},Fu=H9.prototype=g1.prototype=Object.create(Array.prototype);Fu.instanceString=function(){return"collection"},Fu.spawn=function(y,p){return new g1(this.cy(),y,p)},Fu.spawnSelf=function(){return this.spawn(this)},Fu.cy=function(){return this._private.cy},Fu.renderer=function(){return this._private.cy.renderer()},Fu.element=function(){return this[0]},Fu.collection=function(){return Nt(this)?this:new g1(this._private.cy,[this])},Fu.unique=function(){return new g1(this._private.cy,this,!0)},Fu.hasElementWithId=function(y){return y=""+y,this._private.map.has(y)},Fu.getElementById=function(y){y=""+y;var p=this._private.cy,x=this._private.map.get(y);return x?x.ele:new g1(p)},Fu.$id=Fu.getElementById,Fu.poolIndex=function(){var y=this._private.cy,p=y._private.elements,x=this[0]._private.data.id;return p._private.map.get(x).index},Fu.indexOf=function(y){var p=y[0]._private.data.id;return this._private.map.get(p).index},Fu.indexOfId=function(y){return y=""+y,this._private.map.get(y).index},Fu.json=function(y){var p=this.element(),x=this.cy();if(p==null&&y)return this;if(p!=null){var C=p._private;if(ht(y)){if(x.startBatch(),y.data){p.data(y.data);var L=C.data;if(p.isEdge()){var O=!1,P={},$=y.data.source,H=y.data.target;$!=null&&$!=L.source&&(P.source=""+$,O=!0),H!=null&&H!=L.target&&(P.target=""+H,O=!0),O&&(p=p.move(P))}else{var z="parent"in y.data,G=y.data.parent;z&&(G!=null||L.parent!=null)&&G!=L.parent&&(G===void 0&&(G=null),G!=null&&(G=""+G),p=p.move({parent:G}))}}y.position&&p.position(y.position);var Q=function(vt,Mt,kt){var It=y[vt];It!=null&&It!==C[vt]&&(It?p[Mt]():p[kt]())};return Q("removed","remove","restore"),Q("selected","select","unselect"),Q("selectable","selectify","unselectify"),Q("locked","lock","unlock"),Q("grabbable","grabify","ungrabify"),Q("pannable","panify","unpanify"),y.classes!=null&&p.classes(y.classes),x.endBatch(),this}else if(y===void 0){var it={data:L2(C.data),position:L2(C.position),group:C.group,removed:C.removed,selected:C.selected,selectable:C.selectable,locked:C.locked,grabbable:C.grabbable,pannable:C.pannable,classes:null};it.classes="";var lt=0;return C.classes.forEach(function(dt){return it.classes+=lt++===0?dt:" "+dt}),it}}},Fu.jsons=function(){for(var y=[],p=0;p<this.length;p++){var x=this[p],C=x.json();y.push(C)}return y},Fu.clone=function(){for(var y=this.cy(),p=[],x=0;x<this.length;x++){var C=this[x],L=C.json(),O=new H9(y,L,!1);p.push(O)}return new g1(y,p)},Fu.copy=Fu.clone,Fu.restore=function(){for(var y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0,p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,x=this,C=x.cy(),L=C._private,O=[],P=[],$,H=0,z=x.length;H<z;H++){var G=x[H];p&&!G.removed()||(G.isNode()?O.push(G):P.push(G))}$=O.concat(P);var Q,it=function(){$.splice(Q,1),Q--};for(Q=0;Q<$.length;Q++){var lt=$[Q],dt=lt._private,vt=dt.data;if(lt.clearTraversalCache(),!(!p&&!dt.removed)){if(vt.id===void 0)vt.id=kB();else if(Z(vt.id))vt.id=""+vt.id;else if(Ft(vt.id)||!yt(vt.id)){jl("Can not create element with invalid string ID `"+vt.id+"`"),it();continue}else if(C.hasElementWithId(vt.id)){jl("Can not create second element with ID `"+vt.id+"`"),it();continue}}var Mt=vt.id;if(lt.isNode()){var kt=dt.position;kt.x==null&&(kt.x=0),kt.y==null&&(kt.y=0)}if(lt.isEdge()){for(var It=lt,Pt=["source","target"],qt=Pt.length,ce=!1,ee=0;ee<qt;ee++){var Ut=Pt[ee],ue=vt[Ut];Z(ue)&&(ue=vt[Ut]=""+vt[Ut]),ue==null||ue===""?(jl("Can not create edge `"+Mt+"` with unspecified "+Ut),ce=!0):C.hasElementWithId(ue)||(jl("Can not create edge `"+Mt+"` with nonexistant "+Ut+" `"+ue+"`"),ce=!0)}if(ce){it();continue}var Yt=C.getElementById(vt.source),ye=C.getElementById(vt.target);Yt.same(ye)?Yt._private.edges.push(It):(Yt._private.edges.push(It),ye._private.edges.push(It)),It._private.source=Yt,It._private.target=ye}dt.map=new M2,dt.map.set(Mt,{ele:lt,index:0}),dt.removed=!1,p&&C.addToPool(lt)}for(var xe=0;xe<O.length;xe++){var de=O[xe],ze=de._private.data;Z(ze.parent)&&(ze.parent=""+ze.parent);var ke=ze.parent,xn=ke!=null;if(xn||de._private.parent){var tn=de._private.parent?C.collection().merge(de._private.parent):C.getElementById(ke);if(tn.empty())ze.parent=void 0;else if(tn[0].removed())Vc("Node added with missing parent, reference to parent removed"),ze.parent=void 0,de._private.parent=null;else{for(var an=!1,Sn=tn;!Sn.empty();){if(de.same(Sn)){an=!0,ze.parent=void 0;break}Sn=Sn.parent()}an||(tn[0]._private.children.push(de),de._private.parent=tn[0],L.hasCompoundNodes=!0)}}}if($.length>0){for(var Vn=$.length===x.length?x:new g1(C,$),or=0;or<Vn.length;or++){var Rn=Vn[or];Rn.isNode()||(Rn.parallelEdges().clearTraversalCache(),Rn.source().clearTraversalCache(),Rn.target().clearTraversalCache())}var ar;L.hasCompoundNodes?ar=C.collection().merge(Vn).merge(Vn.connectedNodes()).merge(Vn.parent()):ar=Vn,ar.dirtyCompoundBoundsCache().dirtyBoundingBoxCache().updateStyle(y),y?Vn.emitAndNotify("add"):p&&Vn.emit("add")}return x},Fu.removed=function(){var y=this[0];return y&&y._private.removed},Fu.inside=function(){var y=this[0];return y&&!y._private.removed},Fu.remove=function(){var y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0,p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,x=this,C=[],L={},O=x._private.cy;function P(ke){for(var xn=ke._private.edges,tn=0;tn<xn.length;tn++)H(xn[tn])}function $(ke){for(var xn=ke._private.children,tn=0;tn<xn.length;tn++)H(xn[tn])}function H(ke){var xn=L[ke.id()];p&&ke.removed()||xn||(L[ke.id()]=!0,ke.isNode()?(C.push(ke),P(ke),$(ke)):C.unshift(ke))}for(var z=0,G=x.length;z<G;z++){var Q=x[z];H(Q)}function it(ke,xn){var tn=ke._private.edges;ay(tn,xn),ke.clearTraversalCache()}function lt(ke){ke.clearTraversalCache()}var dt=[];dt.ids={};function vt(ke,xn){xn=xn[0],ke=ke[0];var tn=ke._private.children,an=ke.id();ay(tn,xn),xn._private.parent=null,dt.ids[an]||(dt.ids[an]=!0,dt.push(ke))}x.dirtyCompoundBoundsCache(),p&&O.removeFromPool(C);for(var Mt=0;Mt<C.length;Mt++){var kt=C[Mt];if(kt.isEdge()){var It=kt.source()[0],Pt=kt.target()[0];it(It,kt),it(Pt,kt);for(var qt=kt.parallelEdges(),ce=0;ce<qt.length;ce++){var ee=qt[ce];lt(ee),ee.isBundledBezier()&&ee.dirtyBoundingBoxCache()}}else{var Ut=kt.parent();Ut.length!==0&&vt(Ut,kt)}p&&(kt._private.removed=!0)}var ue=O._private.elements;O._private.hasCompoundNodes=!1;for(var Yt=0;Yt<ue.length;Yt++){var ye=ue[Yt];if(ye.isParent()){O._private.hasCompoundNodes=!0;break}}var xe=new g1(this.cy(),C);xe.size()>0&&(y?xe.emitAndNotify("remove"):p&&xe.emit("remove"));for(var de=0;de<dt.length;de++){var ze=dt[de];(!p||!ze.removed())&&ze.updateStyle()}return xe},Fu.move=function(y){var p=this._private.cy,x=this,C=!1,L=!1,O=function(dt){return dt==null?dt:""+dt};if(y.source!==void 0||y.target!==void 0){var P=O(y.source),$=O(y.target),H=P!=null&&p.hasElementWithId(P),z=$!=null&&p.hasElementWithId($);(H||z)&&(p.batch(function(){x.remove(C,L),x.emitAndNotify("moveout");for(var lt=0;lt<x.length;lt++){var dt=x[lt],vt=dt._private.data;dt.isEdge()&&(H&&(vt.source=P),z&&(vt.target=$))}x.restore(C,L)}),x.emitAndNotify("move"))}else if(y.parent!==void 0){var G=O(y.parent),Q=G===null||p.hasElementWithId(G);if(Q){var it=G===null?void 0:G;p.batch(function(){var lt=x.remove(C,L);lt.emitAndNotify("moveout");for(var dt=0;dt<x.length;dt++){var vt=x[dt],Mt=vt._private.data;vt.isNode()&&(Mt.parent=it)}lt.restore(C,L)}),x.emitAndNotify("move")}}return this},[JB,btt,nC,v4,r6,Ltt,lb,sC,qR,U8,HR,a6,oC,d1,gy,Sf].forEach(function(y){we(Fu,y)});var Qtt={add:function(p){var x,C=this;if(Et(p)){var L=p;if(L._private.cy===C)x=L.restore();else{for(var O=[],P=0;P<L.length;P++){var $=L[P];O.push($.json())}x=new g1(C,O)}}else if(gt(p)){var H=p;x=new g1(C,H)}else if(ht(p)&&(gt(p.nodes)||gt(p.edges))){for(var z=p,G=[],Q=["nodes","edges"],it=0,lt=Q.length;it<lt;it++){var dt=Q[it],vt=z[dt];if(gt(vt))for(var Mt=0,kt=vt.length;Mt<kt;Mt++){var It=we({group:dt},vt[Mt]);G.push(It)}}x=new g1(C,G)}else{var Pt=p;x=new H9(C,Pt).collection()}return x},remove:function(p){if(!Et(p)){if(yt(p)){var x=p;p=this.$(x)}}return p.remove()}};/*! Bezier curve function generator. Copyright Gaetan Renaudeau. MIT License: http://en.wikipedia.org/wiki/MIT_License */function Jtt(y,p,x,C){var L=4,O=.001,P=1e-7,$=10,H=11,z=1/(H-1),G=typeof Float32Array<"u";if(arguments.length!==4)return!1;for(var Q=0;Q<4;++Q)if(typeof arguments[Q]!="number"||isNaN(arguments[Q])||!isFinite(arguments[Q]))return!1;y=Math.min(y,1),x=Math.min(x,1),y=Math.max(y,0),x=Math.max(x,0);var it=G?new Float32Array(H):new Array(H);function lt(ye,xe){return 1-3*xe+3*ye}function dt(ye,xe){return 3*xe-6*ye}function vt(ye){return 3*ye}function Mt(ye,xe,de){return((lt(xe,de)*ye+dt(xe,de))*ye+vt(xe))*ye}function kt(ye,xe,de){return 3*lt(xe,de)*ye*ye+2*dt(xe,de)*ye+vt(xe)}function It(ye,xe){for(var de=0;de<L;++de){var ze=kt(xe,y,x);if(ze===0)return xe;var ke=Mt(xe,y,x)-ye;xe-=ke/ze}return xe}function Pt(){for(var ye=0;ye<H;++ye)it[ye]=Mt(ye*z,y,x)}function qt(ye,xe,de){var ze,ke,xn=0;do ke=xe+(de-xe)/2,ze=Mt(ke,y,x)-ye,ze>0?de=ke:xe=ke;while(Math.abs(ze)>P&&++xn<$);return ke}function ce(ye){for(var xe=0,de=1,ze=H-1;de!==ze&&it[de]<=ye;++de)xe+=z;--de;var ke=(ye-it[de])/(it[de+1]-it[de]),xn=xe+ke*z,tn=kt(xn,y,x);return tn>=O?It(ye,xn):tn===0?xn:qt(ye,xe,xe+z)}var ee=!1;function Ut(){ee=!0,(y!==p||x!==C)&&Pt()}var ue=function(xe){return ee||Ut(),y===p&&x===C?xe:xe===0?0:xe===1?1:Mt(ce(xe),p,C)};ue.getControlPoints=function(){return[{x:y,y:p},{x,y:C}]};var Yt="generateBezier("+[y,p,x,C]+")";return ue.toString=function(){return Yt},ue}/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */var Ztt=function(){function y(C){return-C.tension*C.x-C.friction*C.v}function p(C,L,O){var P={x:C.x+O.dx*L,v:C.v+O.dv*L,tension:C.tension,friction:C.friction};return{dx:P.v,dv:y(P)}}function x(C,L){var O={dx:C.v,dv:y(C)},P=p(C,L*.5,O),$=p(C,L*.5,P),H=p(C,L,$),z=1/6*(O.dx+2*(P.dx+$.dx)+H.dx),G=1/6*(O.dv+2*(P.dv+$.dv)+H.dv);return C.x=C.x+z*L,C.v=C.v+G*L,C}return function C(L,O,P){var $={x:-1,v:0,tension:null,friction:null},H=[0],z=0,G=1/1e4,Q=16/1e3,it,lt,dt;for(L=parseFloat(L)||500,O=parseFloat(O)||20,P=P||null,$.tension=L,$.friction=O,it=P!==null,it?(z=C(L,O),lt=z/P*Q):lt=Q;dt=x(dt||$,lt),H.push(1+dt.x),z+=16,Math.abs(dt.x)>G&&Math.abs(dt.v)>G;);return it?function(vt){return H[vt*(H.length-1)|0]}:z}}(),Bu=function(p,x,C,L){var O=Jtt(p,x,C,L);return function(P,$,H){return P+($-P)*O(H)}},uC={linear:function(p,x,C){return p+(x-p)*C},ease:Bu(.25,.1,.25,1),"ease-in":Bu(.42,0,1,1),"ease-out":Bu(0,0,.58,1),"ease-in-out":Bu(.42,0,.58,1),"ease-in-sine":Bu(.47,0,.745,.715),"ease-out-sine":Bu(.39,.575,.565,1),"ease-in-out-sine":Bu(.445,.05,.55,.95),"ease-in-quad":Bu(.55,.085,.68,.53),"ease-out-quad":Bu(.25,.46,.45,.94),"ease-in-out-quad":Bu(.455,.03,.515,.955),"ease-in-cubic":Bu(.55,.055,.675,.19),"ease-out-cubic":Bu(.215,.61,.355,1),"ease-in-out-cubic":Bu(.645,.045,.355,1),"ease-in-quart":Bu(.895,.03,.685,.22),"ease-out-quart":Bu(.165,.84,.44,1),"ease-in-out-quart":Bu(.77,0,.175,1),"ease-in-quint":Bu(.755,.05,.855,.06),"ease-out-quint":Bu(.23,1,.32,1),"ease-in-out-quint":Bu(.86,0,.07,1),"ease-in-expo":Bu(.95,.05,.795,.035),"ease-out-expo":Bu(.19,1,.22,1),"ease-in-out-expo":Bu(1,0,0,1),"ease-in-circ":Bu(.6,.04,.98,.335),"ease-out-circ":Bu(.075,.82,.165,1),"ease-in-out-circ":Bu(.785,.135,.15,.86),spring:function(p,x,C){if(C===0)return uC.linear;var L=Ztt(p,x,C);return function(O,P,$){return O+(P-O)*L($)}},"cubic-bezier":Bu};function tj(y,p,x,C,L){if(C===1||p===x)return x;var O=L(p,x,C);return y==null||((y.roundValue||y.color)&&(O=Math.round(O)),y.min!==void 0&&(O=Math.max(O,y.min)),y.max!==void 0&&(O=Math.min(O,y.max))),O}function ej(y,p){return y.pfValue!=null||y.value!=null?y.pfValue!=null&&(p==null||p.type.units!=="%")?y.pfValue:y.value:y}function c6(y,p,x,C,L){var O=L!=null?L.type:null;x<0?x=0:x>1&&(x=1);var P=ej(y,L),$=ej(p,L);if(Z(P)&&Z($))return tj(O,P,$,x,C);if(gt(P)&>($)){for(var H=[],z=0;z<$.length;z++){var G=P[z],Q=$[z];if(G!=null&&Q!=null){var it=tj(O,G,Q,x,C);H.push(it)}else H.push(Q)}return H}}function tet(y,p,x,C){var L=!C,O=y._private,P=p._private,$=P.easing,H=P.startTime,z=C?y:y.cy(),G=z.style();if(!P.easingImpl)if($==null)P.easingImpl=uC.linear;else{var Q;if(yt($)){var it=G.parse("transition-timing-function",$);Q=it.value}else Q=$;var lt,dt;yt(Q)?(lt=Q,dt=[]):(lt=Q[1],dt=Q.slice(2).map(function(Vn){return+Vn})),dt.length>0?(lt==="spring"&&dt.push(P.duration),P.easingImpl=uC[lt].apply(null,dt)):P.easingImpl=uC[lt]}var vt=P.easingImpl,Mt;if(P.duration===0?Mt=1:Mt=(x-H)/P.duration,P.applying&&(Mt=P.progress),Mt<0?Mt=0:Mt>1&&(Mt=1),P.delay==null){var kt=P.startPosition,It=P.position;if(It&&L&&!y.locked()){var Pt={};G8(kt.x,It.x)&&(Pt.x=c6(kt.x,It.x,Mt,vt)),G8(kt.y,It.y)&&(Pt.y=c6(kt.y,It.y,Mt,vt)),y.position(Pt)}var qt=P.startPan,ce=P.pan,ee=O.pan,Ut=ce!=null&&C;Ut&&(G8(qt.x,ce.x)&&(ee.x=c6(qt.x,ce.x,Mt,vt)),G8(qt.y,ce.y)&&(ee.y=c6(qt.y,ce.y,Mt,vt)),y.emit("pan"));var ue=P.startZoom,Yt=P.zoom,ye=Yt!=null&&C;ye&&(G8(ue,Yt)&&(O.zoom=I8(O.minZoom,c6(ue,Yt,Mt,vt),O.maxZoom)),y.emit("zoom")),(Ut||ye)&&y.emit("viewport");var xe=P.style;if(xe&&xe.length>0&&L){for(var de=0;de<xe.length;de++){var ze=xe[de],ke=ze.name,xn=ze,tn=P.startStyle[ke],an=G.properties[tn.name],Sn=c6(tn,xn,Mt,vt,an);G.overrideBypass(y,ke,Sn)}y.emit("style")}}return P.progress=Mt,Mt}function G8(y,p){return y==null||p==null?!1:Z(y)&&Z(p)?!0:!!(y&&p)}function eet(y,p,x,C){var L=p._private;L.started=!0,L.startTime=x-L.progress*L.duration}function nj(y,p){var x=p._private.aniEles,C=[];function L(G,Q){var it=G._private,lt=it.animation.current,dt=it.animation.queue,vt=!1;if(lt.length===0){var Mt=dt.shift();Mt&<.push(Mt)}for(var kt=function(ee){for(var Ut=ee.length-1;Ut>=0;Ut--){var ue=ee[Ut];ue()}ee.splice(0,ee.length)},It=lt.length-1;It>=0;It--){var Pt=lt[It],qt=Pt._private;if(qt.stopped){lt.splice(It,1),qt.hooked=!1,qt.playing=!1,qt.started=!1,kt(qt.frames);continue}!qt.playing&&!qt.applying||(qt.playing&&qt.applying&&(qt.applying=!1),qt.started||eet(G,Pt,y),tet(G,Pt,y,Q),qt.applying&&(qt.applying=!1),kt(qt.frames),qt.step!=null&&qt.step(y),Pt.completed()&&(lt.splice(It,1),qt.hooked=!1,qt.playing=!1,qt.started=!1,kt(qt.completes)),vt=!0)}return!Q&<.length===0&&dt.length===0&&C.push(G),vt}for(var O=!1,P=0;P<x.length;P++){var $=x[P],H=L($);O=O||H}var z=L(p,!0);(O||z)&&(x.length>0?p.notify("draw",x):p.notify("draw")),x.unmerge(C),p.emit("step")}var net={animate:Uc.animate(),animation:Uc.animation(),animated:Uc.animated(),clearQueue:Uc.clearQueue(),delay:Uc.delay(),delayAnimation:Uc.delayAnimation(),stop:Uc.stop(),addToAnimationPool:function(p){var x=this;x.styleEnabled()&&x._private.aniEles.merge(p)},stopAnimationLoop:function(){this._private.animationsRunning=!1},startAnimationLoop:function(){var p=this;if(p._private.animationsRunning=!0,!p.styleEnabled())return;function x(){p._private.animationsRunning&&h1(function(O){nj(O,p),x()})}var C=p.renderer();C&&C.beforeRender?C.beforeRender(function(O,P){nj(P,p)},C.beforeRenderPriorities.animations):x()}},ret={qualifierCompare:function(p,x){return p==null||x==null?p==null&&x==null:p.sameText(x)},eventMatches:function(p,x,C){var L=x.qualifier;return L!=null?p!==C.target&&V(C.target)&&L.matches(C.target):!0},addEventFields:function(p,x){x.cy=p,x.target=p},callbackContext:function(p,x,C){return x.qualifier!=null?C.target:p}},lC=function(p){return yt(p)?new ly(p):p},rj={createEmitter:function(){var p=this._private;return p.emitter||(p.emitter=new aC(ret,this)),this},emitter:function(){return this._private.emitter},on:function(p,x,C){return this.emitter().on(p,lC(x),C),this},removeListener:function(p,x,C){return this.emitter().removeListener(p,lC(x),C),this},removeAllListeners:function(){return this.emitter().removeAllListeners(),this},one:function(p,x,C){return this.emitter().one(p,lC(x),C),this},once:function(p,x,C){return this.emitter().one(p,lC(x),C),this},emit:function(p,x){return this.emitter().emit(p,x),this},emitAndNotify:function(p,x){return this.emit(p),this.notify(p,x),this}};Uc.eventAliasesOn(rj);var rD={png:function(p){var x=this._private.renderer;return p=p||{},x.png(p)},jpg:function(p){var x=this._private.renderer;return p=p||{},p.bg=p.bg||"#fff",x.jpg(p)}};rD.jpeg=rD.jpg;var hC={layout:function(p){var x=this;if(p==null){jl("Layout options must be specified to make a layout");return}if(p.name==null){jl("A `name` must be specified to make a layout");return}var C=p.name,L=x.extension("layout",C);if(L==null){jl("No such layout `"+C+"` found. Did you forget to import it and `cytoscape.use()` it?");return}var O;yt(p.eles)?O=x.$(p.eles):O=p.eles!=null?p.eles:x.$();var P=new L(we({},p,{cy:x,eles:O}));return P}};hC.createLayout=hC.makeLayout=hC.layout;var iet={notify:function(p,x){var C=this._private;if(this.batching()){C.batchNotifications=C.batchNotifications||{};var L=C.batchNotifications[p]=C.batchNotifications[p]||this.collection();x!=null&&L.merge(x);return}if(C.notificationsEnabled){var O=this.renderer();this.destroyed()||!O||O.notify(p,x)}},notifications:function(p){var x=this._private;return p===void 0?x.notificationsEnabled:(x.notificationsEnabled=!!p,this)},noNotifications:function(p){this.notifications(!1),p(),this.notifications(!0)},batching:function(){return this._private.batchCount>0},startBatch:function(){var p=this._private;return p.batchCount==null&&(p.batchCount=0),p.batchCount===0&&(p.batchStyleEles=this.collection(),p.batchNotifications={}),p.batchCount++,this},endBatch:function(){var p=this._private;if(p.batchCount===0)return this;if(p.batchCount--,p.batchCount===0){p.batchStyleEles.updateStyle();var x=this.renderer();Object.keys(p.batchNotifications).forEach(function(C){var L=p.batchNotifications[C];L.empty()?x.notify(C):x.notify(C,L)})}return this},batch:function(p){return this.startBatch(),p(),this.endBatch(),this},batchData:function(p){var x=this;return this.batch(function(){for(var C=Object.keys(p),L=0;L<C.length;L++){var O=C[L],P=p[O],$=x.getElementById(O);$.data(P)}})}},set=f1({hideEdgesOnViewport:!1,textureOnViewport:!1,motionBlur:!1,motionBlurOpacity:.05,pixelRatio:void 0,desktopTapThreshold:4,touchTapThreshold:8,wheelSensitivity:1,debug:!1,showFps:!1}),iD={renderTo:function(p,x,C,L){var O=this._private.renderer;return O.renderTo(p,x,C,L),this},renderer:function(){return this._private.renderer},forceRender:function(){return this.notify("draw"),this},resize:function(){return this.invalidateSize(),this.emitAndNotify("resize"),this},initRenderer:function(p){var x=this,C=x.extension("renderer",p.name);if(C==null){jl("Can not initialise: No such renderer `".concat(p.name,"` found. Did you forget to import it and `cytoscape.use()` it?"));return}p.wheelSensitivity!==void 0&&Vc("You have set a custom wheel sensitivity. This will make your app zoom unnaturally when using mainstream mice. You should change this value from the default only if you can guarantee that all your users will use the same hardware and OS configuration as your current machine.");var L=set(p);L.cy=x,x._private.renderer=new C(L),this.notify("init")},destroyRenderer:function(){var p=this;p.notify("destroy");var x=p.container();if(x)for(x._cyreg=null;x.childNodes.length>0;)x.removeChild(x.childNodes[0]);p._private.renderer=null,p.mutableElements().forEach(function(C){var L=C._private;L.rscratch={},L.rstyle={},L.animation.current=[],L.animation.queue=[]})},onRender:function(p){return this.on("render",p)},offRender:function(p){return this.off("render",p)}};iD.invalidateDimensions=iD.resize;var fC={collection:function(p,x){return yt(p)?this.$(p):Et(p)?p.collection():gt(p)?(x||(x={}),new g1(this,p,x.unique,x.removed)):new g1(this)},nodes:function(p){var x=this.$(function(C){return C.isNode()});return p?x.filter(p):x},edges:function(p){var x=this.$(function(C){return C.isEdge()});return p?x.filter(p):x},$:function(p){var x=this._private.elements;return p?x.filter(p):x.spawnSelf()},mutableElements:function(){return this._private.elements}};fC.elements=fC.filter=fC.$;var H1={},K8="t",aet="f";H1.apply=function(y){for(var p=this,x=p._private,C=x.cy,L=C.collection(),O=0;O<y.length;O++){var P=y[O],$=p.getContextMeta(P);if(!$.empty){var H=p.getContextStyle($),z=p.applyContextStyle($,H,P);P._private.appliedInitStyle?p.updateTransitions(P,z.diffProps):P._private.appliedInitStyle=!0;var G=p.updateStyleHints(P);G&&L.push(P)}}return L},H1.getPropertiesDiff=function(y,p){var x=this,C=x._private.propDiffs=x._private.propDiffs||{},L=y+"-"+p,O=C[L];if(O)return O;for(var P=[],$={},H=0;H<x.length;H++){var z=x[H],G=y[H]===K8,Q=p[H]===K8,it=G!==Q,lt=z.mappedProperties.length>0;if(it||Q&<){var dt=void 0;it&<||it?dt=z.properties:lt&&(dt=z.mappedProperties);for(var vt=0;vt<dt.length;vt++){for(var Mt=dt[vt],kt=Mt.name,It=!1,Pt=H+1;Pt<x.length;Pt++){var qt=x[Pt],ce=p[Pt]===K8;if(ce&&(It=qt.properties[Mt.name]!=null,It))break}!$[kt]&&!It&&($[kt]=!0,P.push(kt))}}}return C[L]=P,P},H1.getContextMeta=function(y){for(var p=this,x="",C,L=y._private.styleCxtKey||"",O=0;O<p.length;O++){var P=p[O],$=P.selector&&P.selector.matches(y);$?x+=K8:x+=aet}return C=p.getPropertiesDiff(L,x),y._private.styleCxtKey=x,{key:x,diffPropNames:C,empty:C.length===0}},H1.getContextStyle=function(y){var p=y.key,x=this,C=this._private.contextStyles=this._private.contextStyles||{};if(C[p])return C[p];for(var L={_private:{key:p}},O=0;O<x.length;O++){var P=x[O],$=p[O]===K8;if($)for(var H=0;H<P.properties.length;H++){var z=P.properties[H];L[z.name]=z}}return C[p]=L,L},H1.applyContextStyle=function(y,p,x){for(var C=this,L=y.diffPropNames,O={},P=C.types,$=0;$<L.length;$++){var H=L[$],z=p[H],G=x.pstyle(H);if(!z)if(G)G.bypass?z={name:H,deleteBypassed:!0}:z={name:H,delete:!0};else continue;if(G!==z){if(z.mapped===P.fn&&G!=null&&G.mapping!=null&&G.mapping.value===z.value){var Q=G.mapping,it=Q.fnValue=z.value(x);if(it===Q.prevFnValue)continue}var lt=O[H]={prev:G};C.applyParsedProperty(x,z),lt.next=x.pstyle(H),lt.next&<.next.bypass&&(lt.next=lt.next.bypassed)}}return{diffProps:O}},H1.updateStyleHints=function(y){var p=y._private,x=this,C=x.propertyGroupNames,L=x.propertyGroupKeys,O=function(ci,ui,ps){return x.getPropertiesHash(ci,ui,ps)},P=p.styleKey;if(y.removed())return!1;var $=p.group==="nodes",H=y._private.style;C=Object.keys(H);for(var z=0;z<L.length;z++){var G=L[z];p.styleKeys[G]=[iy,f4]}for(var Q=function(ci,ui){return p.styleKeys[ui][0]=og(ci,p.styleKeys[ui][0])},it=function(ci,ui){return p.styleKeys[ui][1]=S2(ci,p.styleKeys[ui][1])},lt=function(ci,ui){Q(ci,ui),it(ci,ui)},dt=function(ci,ui){for(var ps=0;ps<ci.length;ps++){var ga=ci.charCodeAt(ps);Q(ga,ui),it(ga,ui)}},vt=2e9,Mt=function(ci){return-128<ci&&ci<128&&Math.floor(ci)!==ci?vt-(ci*1024|0):ci},kt=0;kt<C.length;kt++){var It=C[kt],Pt=H[It];if(Pt!=null){var qt=this.properties[It],ce=qt.type,ee=qt.groupKey,Ut=void 0;qt.hashOverride!=null?Ut=qt.hashOverride(y,Pt):Pt.pfValue!=null&&(Ut=Pt.pfValue);var ue=qt.enums==null?Pt.value:null,Yt=Ut!=null,ye=ue!=null,xe=Yt||ye,de=Pt.units;if(ce.number&&xe&&!ce.multiple){var ze=Yt?Ut:ue;lt(Mt(ze),ee),!Yt&&de!=null&&dt(de,ee)}else dt(Pt.strValue,ee)}}for(var ke=[iy,f4],xn=0;xn<L.length;xn++){var tn=L[xn],an=p.styleKeys[tn];ke[0]=og(an[0],ke[0]),ke[1]=S2(an[1],ke[1])}p.styleKey=A8(ke[0],ke[1]);var Sn=p.styleKeys;p.labelDimsKey=A2(Sn.labelDimensions);var Vn=O(y,["label"],Sn.labelDimensions);if(p.labelKey=A2(Vn),p.labelStyleKey=A2(d4(Sn.commonLabel,Vn)),!$){var or=O(y,["source-label"],Sn.labelDimensions);p.sourceLabelKey=A2(or),p.sourceLabelStyleKey=A2(d4(Sn.commonLabel,or));var Rn=O(y,["target-label"],Sn.labelDimensions);p.targetLabelKey=A2(Rn),p.targetLabelStyleKey=A2(d4(Sn.commonLabel,Rn))}if($){var ar=p.styleKeys,yr=ar.nodeBody,kr=ar.nodeBorder,br=ar.backgroundImage,dr=ar.compound,kn=ar.pie,wr=[yr,kr,br,dr,kn].filter(function(Ar){return Ar!=null}).reduce(d4,[iy,f4]);p.nodeKey=A2(wr),p.hasPie=kn!=null&&kn[0]!==iy&&kn[1]!==f4}return P!==p.styleKey},H1.clearStyleHints=function(y){var p=y._private;p.styleCxtKey="",p.styleKeys={},p.styleKey=null,p.labelKey=null,p.labelStyleKey=null,p.sourceLabelKey=null,p.sourceLabelStyleKey=null,p.targetLabelKey=null,p.targetLabelStyleKey=null,p.nodeKey=null,p.hasPie=null},H1.applyParsedProperty=function(y,p){var x=this,C=p,L=y._private.style,O,P=x.types,$=x.properties[C.name].type,H=C.bypass,z=L[C.name],G=z&&z.bypass,Q=y._private,it="mapping",lt=function(yr){return yr==null?null:yr.pfValue!=null?yr.pfValue:yr.value},dt=function(){var yr=lt(z),kr=lt(C);x.checkTriggers(y,C.name,yr,kr)};if(C&&C.name.substr(0,3)==="pie"&&Vc("The pie style properties are deprecated. Create charts using background images instead."),p.name==="curve-style"&&y.isEdge()&&(p.value!=="bezier"&&y.isLoop()||p.value==="haystack"&&(y.source().isParent()||y.target().isParent()))&&(C=p=this.parse(p.name,"bezier",H)),C.delete)return L[C.name]=void 0,dt(),!0;if(C.deleteBypassed)return z?z.bypass?(z.bypassed=void 0,dt(),!0):!1:(dt(),!0);if(C.deleteBypass)return z?z.bypass?(L[C.name]=z.bypassed,dt(),!0):!1:(dt(),!0);var vt=function(){Vc("Do not assign mappings to elements without corresponding data (i.e. ele `"+y.id()+"` has no mapping for property `"+C.name+"` with data field `"+C.field+"`); try a `["+C.field+"]` selector to limit scope to elements with `"+C.field+"` defined")};switch(C.mapped){case P.mapData:{for(var Mt=C.field.split("."),kt=Q.data,It=0;It<Mt.length&&kt;It++){var Pt=Mt[It];kt=kt[Pt]}if(kt==null)return vt(),!1;var qt;if(Z(kt)){var ce=C.fieldMax-C.fieldMin;ce===0?qt=0:qt=(kt-C.fieldMin)/ce}else return Vc("Do not use continuous mappers without specifying numeric data (i.e. `"+C.field+": "+kt+"` for `"+y.id()+"` is non-numeric)"),!1;if(qt<0?qt=0:qt>1&&(qt=1),$.color){var ee=C.valueMin[0],Ut=C.valueMax[0],ue=C.valueMin[1],Yt=C.valueMax[1],ye=C.valueMin[2],xe=C.valueMax[2],de=C.valueMin[3]==null?1:C.valueMin[3],ze=C.valueMax[3]==null?1:C.valueMax[3],ke=[Math.round(ee+(Ut-ee)*qt),Math.round(ue+(Yt-ue)*qt),Math.round(ye+(xe-ye)*qt),Math.round(de+(ze-de)*qt)];O={bypass:C.bypass,name:C.name,value:ke,strValue:"rgb("+ke[0]+", "+ke[1]+", "+ke[2]+")"}}else if($.number){var xn=C.valueMin+(C.valueMax-C.valueMin)*qt;O=this.parse(C.name,xn,C.bypass,it)}else return!1;if(!O)return vt(),!1;O.mapping=C,C=O;break}case P.data:{for(var tn=C.field.split("."),an=Q.data,Sn=0;Sn<tn.length&&an;Sn++){var Vn=tn[Sn];an=an[Vn]}if(an!=null&&(O=this.parse(C.name,an,C.bypass,it)),!O)return vt(),!1;O.mapping=C,C=O;break}case P.fn:{var or=C.value,Rn=C.fnValue!=null?C.fnValue:or(y);if(C.prevFnValue=Rn,Rn==null)return Vc("Custom function mappers may not return null (i.e. `"+C.name+"` for ele `"+y.id()+"` is null)"),!1;if(O=this.parse(C.name,Rn,C.bypass,it),!O)return Vc("Custom function mappers may not return invalid values for the property type (i.e. `"+C.name+"` for ele `"+y.id()+"` is invalid)"),!1;O.mapping=L2(C),C=O;break}case void 0:break;default:return!1}return H?(G?C.bypassed=z.bypassed:C.bypassed=z,L[C.name]=C):G?z.bypassed=C:L[C.name]=C,dt(),!0},H1.cleanElements=function(y,p){for(var x=0;x<y.length;x++){var C=y[x];if(this.clearStyleHints(C),C.dirtyCompoundBoundsCache(),C.dirtyBoundingBoxCache(),!p)C._private.style={};else for(var L=C._private.style,O=Object.keys(L),P=0;P<O.length;P++){var $=O[P],H=L[$];H!=null&&(H.bypass?H.bypassed=null:L[$]=null)}}},H1.update=function(){var y=this._private.cy,p=y.mutableElements();p.updateStyle()},H1.updateTransitions=function(y,p){var x=this,C=y._private,L=y.pstyle("transition-property").value,O=y.pstyle("transition-duration").pfValue,P=y.pstyle("transition-delay").pfValue;if(L.length>0&&O>0){for(var $={},H=!1,z=0;z<L.length;z++){var G=L[z],Q=y.pstyle(G),it=p[G];if(it){var lt=it.prev,dt=lt,vt=it.next!=null?it.next:Q,Mt=!1,kt=void 0,It=1e-6;dt&&(Z(dt.pfValue)&&Z(vt.pfValue)?(Mt=vt.pfValue-dt.pfValue,kt=dt.pfValue+It*Mt):Z(dt.value)&&Z(vt.value)?(Mt=vt.value-dt.value,kt=dt.value+It*Mt):gt(dt.value)&>(vt.value)&&(Mt=dt.value[0]!==vt.value[0]||dt.value[1]!==vt.value[1]||dt.value[2]!==vt.value[2],kt=dt.strValue),Mt&&($[G]=vt.strValue,this.applyBypass(y,G,kt),H=!0))}}if(!H)return;C.transitioning=!0,new Jx(function(Pt){P>0?y.delayAnimation(P).play().promise().then(Pt):Pt()}).then(function(){return y.animation({style:$,duration:O,easing:y.pstyle("transition-timing-function").value,queue:!1}).play().promise()}).then(function(){x.removeBypasses(y,L),y.emitAndNotify("style"),C.transitioning=!1})}else C.transitioning&&(this.removeBypasses(y,L),y.emitAndNotify("style"),C.transitioning=!1)},H1.checkTrigger=function(y,p,x,C,L,O){var P=this.properties[p],$=L(P);$!=null&&$(x,C)&&O(P)},H1.checkZOrderTrigger=function(y,p,x,C){var L=this;this.checkTrigger(y,p,x,C,function(O){return O.triggersZOrder},function(){L._private.cy.notify("zorder",y)})},H1.checkBoundsTrigger=function(y,p,x,C){this.checkTrigger(y,p,x,C,function(L){return L.triggersBounds},function(L){y.dirtyCompoundBoundsCache(),y.dirtyBoundingBoxCache(),L.triggersBoundsOfParallelBeziers&&(p==="curve-style"&&(x==="bezier"||C==="bezier")||p==="display"&&(x==="none"||C==="none"))&&y.parallelEdges().forEach(function(O){O.isBundledBezier()&&O.dirtyBoundingBoxCache()})})},H1.checkTriggers=function(y,p,x,C){y.dirtyStyleCache(),this.checkZOrderTrigger(y,p,x,C),this.checkBoundsTrigger(y,p,x,C)};var W8={};W8.applyBypass=function(y,p,x,C){var L=this,O=[],P=!0;if(p==="*"||p==="**"){if(x!==void 0)for(var $=0;$<L.properties.length;$++){var H=L.properties[$],z=H.name,G=this.parse(z,x,!0);G&&O.push(G)}}else if(yt(p)){var Q=this.parse(p,x,!0);Q&&O.push(Q)}else if(ht(p)){var it=p;C=x;for(var lt=Object.keys(it),dt=0;dt<lt.length;dt++){var vt=lt[dt],Mt=it[vt];if(Mt===void 0&&(Mt=it[Pe(vt)]),Mt!==void 0){var kt=this.parse(vt,Mt,!0);kt&&O.push(kt)}}}else return!1;if(O.length===0)return!1;for(var It=!1,Pt=0;Pt<y.length;Pt++){for(var qt=y[Pt],ce={},ee=void 0,Ut=0;Ut<O.length;Ut++){var ue=O[Ut];if(C){var Yt=qt.pstyle(ue.name);ee=ce[ue.name]={prev:Yt}}It=this.applyParsedProperty(qt,L2(ue))||It,C&&(ee.next=qt.pstyle(ue.name))}It&&this.updateStyleHints(qt),C&&this.updateTransitions(qt,ce,P)}return It},W8.overrideBypass=function(y,p,x){p=vn(p);for(var C=0;C<y.length;C++){var L=y[C],O=L._private.style[p],P=this.properties[p].type,$=P.color,H=P.mutiple,z=O?O.pfValue!=null?O.pfValue:O.value:null;!O||!O.bypass?this.applyBypass(L,p,x):(O.value=x,O.pfValue!=null&&(O.pfValue=x),$?O.strValue="rgb("+x.join(",")+")":H?O.strValue=x.join(" "):O.strValue=""+x,this.updateStyleHints(L)),this.checkTriggers(L,p,z,x)}},W8.removeAllBypasses=function(y,p){return this.removeBypasses(y,this.propertyNames,p)},W8.removeBypasses=function(y,p,x){for(var C=!0,L=0;L<y.length;L++){for(var O=y[L],P={},$=0;$<p.length;$++){var H=p[$],z=this.properties[H],G=O.pstyle(z.name);if(!(!G||!G.bypass)){var Q="",it=this.parse(H,Q,!0),lt=P[z.name]={prev:G};this.applyParsedProperty(O,it),lt.next=O.pstyle(z.name)}}this.updateStyleHints(O),x&&this.updateTransitions(O,P,C)}};var sD={};sD.getEmSizeInPixels=function(){var y=this.containerCss("font-size");return y!=null?parseFloat(y):1},sD.containerCss=function(y){var p=this._private.cy,x=p.container();if(R&&x&&R.getComputedStyle)return R.getComputedStyle(x).getPropertyValue(y)};var D2={};D2.getRenderedStyle=function(y,p){return p?this.getStylePropertyValue(y,p,!0):this.getRawStyle(y,!0)},D2.getRawStyle=function(y,p){var x=this;if(y=y[0],y){for(var C={},L=0;L<x.properties.length;L++){var O=x.properties[L],P=x.getStylePropertyValue(y,O.name,p);P!=null&&(C[O.name]=P,C[Pe(O.name)]=P)}return C}},D2.getIndexedStyle=function(y,p,x,C){var L=y.pstyle(p)[x][C];return L??y.cy().style().getDefaultProperty(p)[x][0]},D2.getStylePropertyValue=function(y,p,x){var C=this;if(y=y[0],y){var L=C.properties[p];L.alias&&(L=L.pointsTo);var O=L.type,P=y.pstyle(L.name);if(P){var $=P.value,H=P.units,z=P.strValue;if(x&&O.number&&$!=null&&Z($)){var G=y.cy().zoom(),Q=function(Mt){return Mt*G},it=function(Mt,kt){return Q(Mt)+kt},lt=gt($),dt=lt?H.every(function(vt){return vt!=null}):H!=null;return dt?lt?$.map(function(vt,Mt){return it(vt,H[Mt])}).join(" "):it($,H):lt?$.map(function(vt){return yt(vt)?vt:""+Q(vt)}).join(" "):""+Q($)}else if(z!=null)return z}return null}},D2.getAnimationStartStyle=function(y,p){for(var x={},C=0;C<p.length;C++){var L=p[C],O=L.name,P=y.pstyle(O);P!==void 0&&(ht(P)?P=this.parse(O,P.strValue):P=this.parse(O,P)),P&&(x[O]=P)}return x},D2.getPropsList=function(y){var p=this,x=[],C=y,L=p.properties;if(C)for(var O=Object.keys(C),P=0;P<O.length;P++){var $=O[P],H=C[$],z=L[$]||L[vn($)],G=this.parse(z.name,H);G&&x.push(G)}return x},D2.getNonDefaultPropertiesHash=function(y,p,x){var C=x.slice(),L,O,P,$,H,z;for(H=0;H<p.length;H++)if(L=p[H],O=y.pstyle(L,!1),O!=null)if(O.pfValue!=null)C[0]=og($,C[0]),C[1]=S2($,C[1]);else for(P=O.strValue,z=0;z<P.length;z++)$=P.charCodeAt(z),C[0]=og($,C[0]),C[1]=S2($,C[1]);return C},D2.getPropertiesHash=D2.getNonDefaultPropertiesHash;var dC={};dC.appendFromJson=function(y){for(var p=this,x=0;x<y.length;x++){var C=y[x],L=C.selector,O=C.style||C.css,P=Object.keys(O);p.selector(L);for(var $=0;$<P.length;$++){var H=P[$],z=O[H];p.css(H,z)}}return p},dC.fromJson=function(y){var p=this;return p.resetToDefault(),p.appendFromJson(y),p},dC.json=function(){for(var y=[],p=this.defaultLength;p<this.length;p++){for(var x=this[p],C=x.selector,L=x.properties,O={},P=0;P<L.length;P++){var $=L[P];O[$.name]=$.strValue}y.push({selector:C?C.toString():"core",style:O})}return y};var aD={};aD.appendFromString=function(y){var p=this,x=this,C=""+y,L,O,P;C=C.replace(/[/][*](\s|.)+?[*][/]/g,"");function $(){C.length>L.length?C=C.substr(L.length):C=""}function H(){O.length>P.length?O=O.substr(P.length):O=""}for(;;){var z=C.match(/^\s*$/);if(z)break;var G=C.match(/^\s*((?:.|\s)+?)\s*\{((?:.|\s)+?)\}/);if(!G){Vc("Halting stylesheet parsing: String stylesheet contains more to parse but no selector and block found in: "+C);break}L=G[0];var Q=G[1];if(Q!=="core"){var it=new ly(Q);if(it.invalid){Vc("Skipping parsing of block: Invalid selector found in string stylesheet: "+Q),$();continue}}var lt=G[2],dt=!1;O=lt;for(var vt=[];;){var Mt=O.match(/^\s*$/);if(Mt)break;var kt=O.match(/^\s*(.+?)\s*:\s*(.+?)(?:\s*;|\s*$)/);if(!kt){Vc("Skipping parsing of block: Invalid formatting of style property and value definitions found in:"+lt),dt=!0;break}P=kt[0];var It=kt[1],Pt=kt[2],qt=p.properties[It];if(!qt){Vc("Skipping property: Invalid property name in: "+P),H();continue}var ce=x.parse(It,Pt);if(!ce){Vc("Skipping property: Invalid property definition in: "+P),H();continue}vt.push({name:It,val:Pt}),H()}if(dt){$();break}x.selector(Q);for(var ee=0;ee<vt.length;ee++){var Ut=vt[ee];x.css(Ut.name,Ut.val)}$()}return x},aD.fromString=function(y){var p=this;return p.resetToDefault(),p.appendFromString(y),p};var p1={};(function(){var y=sn,p=Fe,x=Ae,C=Se,L=Dn,O=function(wr){return"^"+wr+"\\s*\\(\\s*([\\w\\.]+)\\s*\\)$"},P=function(wr){var Ar=y+"|\\w+|"+p+"|"+x+"|"+C+"|"+L;return"^"+wr+"\\s*\\(([\\w\\.]+)\\s*\\,\\s*("+y+")\\s*\\,\\s*("+y+")\\s*,\\s*("+Ar+")\\s*\\,\\s*("+Ar+")\\)$"},$=[`^url\\s*\\(\\s*['"]?(.+?)['"]?\\s*\\)$`,"^(none)$","^(.+)$"];p1.types={time:{number:!0,min:0,units:"s|ms",implicitUnits:"ms"},percent:{number:!0,min:0,max:100,units:"%",implicitUnits:"%"},percentages:{number:!0,min:0,max:100,units:"%",implicitUnits:"%",multiple:!0},zeroOneNumber:{number:!0,min:0,max:1,unitless:!0},zeroOneNumbers:{number:!0,min:0,max:1,unitless:!0,multiple:!0},nOneOneNumber:{number:!0,min:-1,max:1,unitless:!0},nonNegativeInt:{number:!0,min:0,integer:!0,unitless:!0},position:{enums:["parent","origin"]},nodeSize:{number:!0,min:0,enums:["label"]},number:{number:!0,unitless:!0},numbers:{number:!0,unitless:!0,multiple:!0},positiveNumber:{number:!0,unitless:!0,min:0,strictMin:!0},size:{number:!0,min:0},bidirectionalSize:{number:!0},bidirectionalSizeMaybePercent:{number:!0,allowPercent:!0},bidirectionalSizes:{number:!0,multiple:!0},sizeMaybePercent:{number:!0,min:0,allowPercent:!0},axisDirection:{enums:["horizontal","leftward","rightward","vertical","upward","downward","auto"]},paddingRelativeTo:{enums:["width","height","average","min","max"]},bgWH:{number:!0,min:0,allowPercent:!0,enums:["auto"],multiple:!0},bgPos:{number:!0,allowPercent:!0,multiple:!0},bgRelativeTo:{enums:["inner","include-padding"],multiple:!0},bgRepeat:{enums:["repeat","repeat-x","repeat-y","no-repeat"],multiple:!0},bgFit:{enums:["none","contain","cover"],multiple:!0},bgCrossOrigin:{enums:["anonymous","use-credentials"],multiple:!0},bgClip:{enums:["none","node"],multiple:!0},bgContainment:{enums:["inside","over"],multiple:!0},color:{color:!0},colors:{color:!0,multiple:!0},fill:{enums:["solid","linear-gradient","radial-gradient"]},bool:{enums:["yes","no"]},bools:{enums:["yes","no"],multiple:!0},lineStyle:{enums:["solid","dotted","dashed"]},lineCap:{enums:["butt","round","square"]},borderStyle:{enums:["solid","dotted","dashed","double"]},curveStyle:{enums:["bezier","unbundled-bezier","haystack","segments","straight","straight-triangle","taxi"]},fontFamily:{regex:'^([\\w- \\"]+(?:\\s*,\\s*[\\w- \\"]+)*)$'},fontStyle:{enums:["italic","normal","oblique"]},fontWeight:{enums:["normal","bold","bolder","lighter","100","200","300","400","500","600","800","900",100,200,300,400,500,600,700,800,900]},textDecoration:{enums:["none","underline","overline","line-through"]},textTransform:{enums:["none","uppercase","lowercase"]},textWrap:{enums:["none","wrap","ellipsis"]},textOverflowWrap:{enums:["whitespace","anywhere"]},textBackgroundShape:{enums:["rectangle","roundrectangle","round-rectangle"]},nodeShape:{enums:["rectangle","roundrectangle","round-rectangle","cutrectangle","cut-rectangle","bottomroundrectangle","bottom-round-rectangle","barrel","ellipse","triangle","round-triangle","square","pentagon","round-pentagon","hexagon","round-hexagon","concavehexagon","concave-hexagon","heptagon","round-heptagon","octagon","round-octagon","tag","round-tag","star","diamond","round-diamond","vee","rhomboid","polygon"]},overlayShape:{enums:["roundrectangle","round-rectangle","ellipse"]},compoundIncludeLabels:{enums:["include","exclude"]},arrowShape:{enums:["tee","triangle","triangle-tee","circle-triangle","triangle-cross","triangle-backcurve","vee","square","circle","diamond","chevron","none"]},arrowFill:{enums:["filled","hollow"]},display:{enums:["element","none"]},visibility:{enums:["hidden","visible"]},zCompoundDepth:{enums:["bottom","orphan","auto","top"]},zIndexCompare:{enums:["auto","manual"]},valign:{enums:["top","center","bottom"]},halign:{enums:["left","center","right"]},justification:{enums:["left","center","right","auto"]},text:{string:!0},data:{mapping:!0,regex:O("data")},layoutData:{mapping:!0,regex:O("layoutData")},scratch:{mapping:!0,regex:O("scratch")},mapData:{mapping:!0,regex:P("mapData")},mapLayoutData:{mapping:!0,regex:P("mapLayoutData")},mapScratch:{mapping:!0,regex:P("mapScratch")},fn:{mapping:!0,fn:!0},url:{regexes:$,singleRegexMatchValue:!0},urls:{regexes:$,singleRegexMatchValue:!0,multiple:!0},propList:{propList:!0},angle:{number:!0,units:"deg|rad",implicitUnits:"rad"},textRotation:{number:!0,units:"deg|rad",implicitUnits:"rad",enums:["none","autorotate"]},polygonPointList:{number:!0,multiple:!0,evenMultiple:!0,min:-1,max:1,unitless:!0},edgeDistances:{enums:["intersection","node-position"]},edgeEndpoint:{number:!0,multiple:!0,units:"%|px|em|deg|rad",implicitUnits:"px",enums:["inside-to-node","outside-to-node","outside-to-node-or-label","outside-to-line","outside-to-line-or-label"],singleEnum:!0,validate:function(wr,Ar){switch(wr.length){case 2:return Ar[0]!=="deg"&&Ar[0]!=="rad"&&Ar[1]!=="deg"&&Ar[1]!=="rad";case 1:return yt(wr[0])||Ar[0]==="deg"||Ar[0]==="rad";default:return!1}}},easing:{regexes:["^(spring)\\s*\\(\\s*("+y+")\\s*,\\s*("+y+")\\s*\\)$","^(cubic-bezier)\\s*\\(\\s*("+y+")\\s*,\\s*("+y+")\\s*,\\s*("+y+")\\s*,\\s*("+y+")\\s*\\)$"],enums:["linear","ease","ease-in","ease-out","ease-in-out","ease-in-sine","ease-out-sine","ease-in-out-sine","ease-in-quad","ease-out-quad","ease-in-out-quad","ease-in-cubic","ease-out-cubic","ease-in-out-cubic","ease-in-quart","ease-out-quart","ease-in-out-quart","ease-in-quint","ease-out-quint","ease-in-out-quint","ease-in-expo","ease-out-expo","ease-in-out-expo","ease-in-circ","ease-out-circ","ease-in-out-circ"]},gradientDirection:{enums:["to-bottom","to-top","to-left","to-right","to-bottom-right","to-bottom-left","to-top-right","to-top-left","to-right-bottom","to-left-bottom","to-right-top","to-left-top"]},boundsExpansion:{number:!0,multiple:!0,min:0,validate:function(wr){var Ar=wr.length;return Ar===1||Ar===2||Ar===4}}};var H={zeroNonZero:function(wr,Ar){return(wr==null||Ar==null)&&wr!==Ar||wr==0&&Ar!=0?!0:wr!=0&&Ar==0},any:function(wr,Ar){return wr!=Ar},emptyNonEmpty:function(wr,Ar){var ci=Ft(wr),ui=Ft(Ar);return ci&&!ui||!ci&&ui}},z=p1.types,G=[{name:"label",type:z.text,triggersBounds:H.any,triggersZOrder:H.emptyNonEmpty},{name:"text-rotation",type:z.textRotation,triggersBounds:H.any},{name:"text-margin-x",type:z.bidirectionalSize,triggersBounds:H.any},{name:"text-margin-y",type:z.bidirectionalSize,triggersBounds:H.any}],Q=[{name:"source-label",type:z.text,triggersBounds:H.any},{name:"source-text-rotation",type:z.textRotation,triggersBounds:H.any},{name:"source-text-margin-x",type:z.bidirectionalSize,triggersBounds:H.any},{name:"source-text-margin-y",type:z.bidirectionalSize,triggersBounds:H.any},{name:"source-text-offset",type:z.size,triggersBounds:H.any}],it=[{name:"target-label",type:z.text,triggersBounds:H.any},{name:"target-text-rotation",type:z.textRotation,triggersBounds:H.any},{name:"target-text-margin-x",type:z.bidirectionalSize,triggersBounds:H.any},{name:"target-text-margin-y",type:z.bidirectionalSize,triggersBounds:H.any},{name:"target-text-offset",type:z.size,triggersBounds:H.any}],lt=[{name:"font-family",type:z.fontFamily,triggersBounds:H.any},{name:"font-style",type:z.fontStyle,triggersBounds:H.any},{name:"font-weight",type:z.fontWeight,triggersBounds:H.any},{name:"font-size",type:z.size,triggersBounds:H.any},{name:"text-transform",type:z.textTransform,triggersBounds:H.any},{name:"text-wrap",type:z.textWrap,triggersBounds:H.any},{name:"text-overflow-wrap",type:z.textOverflowWrap,triggersBounds:H.any},{name:"text-max-width",type:z.size,triggersBounds:H.any},{name:"text-outline-width",type:z.size,triggersBounds:H.any},{name:"line-height",type:z.positiveNumber,triggersBounds:H.any}],dt=[{name:"text-valign",type:z.valign,triggersBounds:H.any},{name:"text-halign",type:z.halign,triggersBounds:H.any},{name:"color",type:z.color},{name:"text-outline-color",type:z.color},{name:"text-outline-opacity",type:z.zeroOneNumber},{name:"text-background-color",type:z.color},{name:"text-background-opacity",type:z.zeroOneNumber},{name:"text-background-padding",type:z.size,triggersBounds:H.any},{name:"text-border-opacity",type:z.zeroOneNumber},{name:"text-border-color",type:z.color},{name:"text-border-width",type:z.size,triggersBounds:H.any},{name:"text-border-style",type:z.borderStyle,triggersBounds:H.any},{name:"text-background-shape",type:z.textBackgroundShape,triggersBounds:H.any},{name:"text-justification",type:z.justification}],vt=[{name:"events",type:z.bool},{name:"text-events",type:z.bool}],Mt=[{name:"display",type:z.display,triggersZOrder:H.any,triggersBounds:H.any,triggersBoundsOfParallelBeziers:!0},{name:"visibility",type:z.visibility,triggersZOrder:H.any},{name:"opacity",type:z.zeroOneNumber,triggersZOrder:H.zeroNonZero},{name:"text-opacity",type:z.zeroOneNumber},{name:"min-zoomed-font-size",type:z.size},{name:"z-compound-depth",type:z.zCompoundDepth,triggersZOrder:H.any},{name:"z-index-compare",type:z.zIndexCompare,triggersZOrder:H.any},{name:"z-index",type:z.nonNegativeInt,triggersZOrder:H.any}],kt=[{name:"overlay-padding",type:z.size,triggersBounds:H.any},{name:"overlay-color",type:z.color},{name:"overlay-opacity",type:z.zeroOneNumber,triggersBounds:H.zeroNonZero},{name:"overlay-shape",type:z.overlayShape,triggersBounds:H.any}],It=[{name:"underlay-padding",type:z.size,triggersBounds:H.any},{name:"underlay-color",type:z.color},{name:"underlay-opacity",type:z.zeroOneNumber,triggersBounds:H.zeroNonZero},{name:"underlay-shape",type:z.overlayShape,triggersBounds:H.any}],Pt=[{name:"transition-property",type:z.propList},{name:"transition-duration",type:z.time},{name:"transition-delay",type:z.time},{name:"transition-timing-function",type:z.easing}],qt=function(wr,Ar){return Ar.value==="label"?-wr.poolIndex():Ar.pfValue},ce=[{name:"height",type:z.nodeSize,triggersBounds:H.any,hashOverride:qt},{name:"width",type:z.nodeSize,triggersBounds:H.any,hashOverride:qt},{name:"shape",type:z.nodeShape,triggersBounds:H.any},{name:"shape-polygon-points",type:z.polygonPointList,triggersBounds:H.any},{name:"background-color",type:z.color},{name:"background-fill",type:z.fill},{name:"background-opacity",type:z.zeroOneNumber},{name:"background-blacken",type:z.nOneOneNumber},{name:"background-gradient-stop-colors",type:z.colors},{name:"background-gradient-stop-positions",type:z.percentages},{name:"background-gradient-direction",type:z.gradientDirection},{name:"padding",type:z.sizeMaybePercent,triggersBounds:H.any},{name:"padding-relative-to",type:z.paddingRelativeTo,triggersBounds:H.any},{name:"bounds-expansion",type:z.boundsExpansion,triggersBounds:H.any}],ee=[{name:"border-color",type:z.color},{name:"border-opacity",type:z.zeroOneNumber},{name:"border-width",type:z.size,triggersBounds:H.any},{name:"border-style",type:z.borderStyle}],Ut=[{name:"background-image",type:z.urls},{name:"background-image-crossorigin",type:z.bgCrossOrigin},{name:"background-image-opacity",type:z.zeroOneNumbers},{name:"background-image-containment",type:z.bgContainment},{name:"background-image-smoothing",type:z.bools},{name:"background-position-x",type:z.bgPos},{name:"background-position-y",type:z.bgPos},{name:"background-width-relative-to",type:z.bgRelativeTo},{name:"background-height-relative-to",type:z.bgRelativeTo},{name:"background-repeat",type:z.bgRepeat},{name:"background-fit",type:z.bgFit},{name:"background-clip",type:z.bgClip},{name:"background-width",type:z.bgWH},{name:"background-height",type:z.bgWH},{name:"background-offset-x",type:z.bgPos},{name:"background-offset-y",type:z.bgPos}],ue=[{name:"position",type:z.position,triggersBounds:H.any},{name:"compound-sizing-wrt-labels",type:z.compoundIncludeLabels,triggersBounds:H.any},{name:"min-width",type:z.size,triggersBounds:H.any},{name:"min-width-bias-left",type:z.sizeMaybePercent,triggersBounds:H.any},{name:"min-width-bias-right",type:z.sizeMaybePercent,triggersBounds:H.any},{name:"min-height",type:z.size,triggersBounds:H.any},{name:"min-height-bias-top",type:z.sizeMaybePercent,triggersBounds:H.any},{name:"min-height-bias-bottom",type:z.sizeMaybePercent,triggersBounds:H.any}],Yt=[{name:"line-style",type:z.lineStyle},{name:"line-color",type:z.color},{name:"line-fill",type:z.fill},{name:"line-cap",type:z.lineCap},{name:"line-opacity",type:z.zeroOneNumber},{name:"line-dash-pattern",type:z.numbers},{name:"line-dash-offset",type:z.number},{name:"line-gradient-stop-colors",type:z.colors},{name:"line-gradient-stop-positions",type:z.percentages},{name:"curve-style",type:z.curveStyle,triggersBounds:H.any,triggersBoundsOfParallelBeziers:!0},{name:"haystack-radius",type:z.zeroOneNumber,triggersBounds:H.any},{name:"source-endpoint",type:z.edgeEndpoint,triggersBounds:H.any},{name:"target-endpoint",type:z.edgeEndpoint,triggersBounds:H.any},{name:"control-point-step-size",type:z.size,triggersBounds:H.any},{name:"control-point-distances",type:z.bidirectionalSizes,triggersBounds:H.any},{name:"control-point-weights",type:z.numbers,triggersBounds:H.any},{name:"segment-distances",type:z.bidirectionalSizes,triggersBounds:H.any},{name:"segment-weights",type:z.numbers,triggersBounds:H.any},{name:"taxi-turn",type:z.bidirectionalSizeMaybePercent,triggersBounds:H.any},{name:"taxi-turn-min-distance",type:z.size,triggersBounds:H.any},{name:"taxi-direction",type:z.axisDirection,triggersBounds:H.any},{name:"edge-distances",type:z.edgeDistances,triggersBounds:H.any},{name:"arrow-scale",type:z.positiveNumber,triggersBounds:H.any},{name:"loop-direction",type:z.angle,triggersBounds:H.any},{name:"loop-sweep",type:z.angle,triggersBounds:H.any},{name:"source-distance-from-node",type:z.size,triggersBounds:H.any},{name:"target-distance-from-node",type:z.size,triggersBounds:H.any}],ye=[{name:"ghost",type:z.bool,triggersBounds:H.any},{name:"ghost-offset-x",type:z.bidirectionalSize,triggersBounds:H.any},{name:"ghost-offset-y",type:z.bidirectionalSize,triggersBounds:H.any},{name:"ghost-opacity",type:z.zeroOneNumber}],xe=[{name:"selection-box-color",type:z.color},{name:"selection-box-opacity",type:z.zeroOneNumber},{name:"selection-box-border-color",type:z.color},{name:"selection-box-border-width",type:z.size},{name:"active-bg-color",type:z.color},{name:"active-bg-opacity",type:z.zeroOneNumber},{name:"active-bg-size",type:z.size},{name:"outside-texture-bg-color",type:z.color},{name:"outside-texture-bg-opacity",type:z.zeroOneNumber}],de=[];p1.pieBackgroundN=16,de.push({name:"pie-size",type:z.sizeMaybePercent});for(var ze=1;ze<=p1.pieBackgroundN;ze++)de.push({name:"pie-"+ze+"-background-color",type:z.color}),de.push({name:"pie-"+ze+"-background-size",type:z.percent}),de.push({name:"pie-"+ze+"-background-opacity",type:z.zeroOneNumber});var ke=[],xn=p1.arrowPrefixes=["source","mid-source","target","mid-target"];[{name:"arrow-shape",type:z.arrowShape,triggersBounds:H.any},{name:"arrow-color",type:z.color},{name:"arrow-fill",type:z.arrowFill}].forEach(function(kn){xn.forEach(function(wr){var Ar=wr+"-"+kn.name,ci=kn.type,ui=kn.triggersBounds;ke.push({name:Ar,type:ci,triggersBounds:ui})})},{});var tn=p1.properties=[].concat(vt,Pt,Mt,kt,It,ye,dt,lt,G,Q,it,ce,ee,Ut,de,ue,Yt,ke,xe),an=p1.propertyGroups={behavior:vt,transition:Pt,visibility:Mt,overlay:kt,underlay:It,ghost:ye,commonLabel:dt,labelDimensions:lt,mainLabel:G,sourceLabel:Q,targetLabel:it,nodeBody:ce,nodeBorder:ee,backgroundImage:Ut,pie:de,compound:ue,edgeLine:Yt,edgeArrow:ke,core:xe},Sn=p1.propertyGroupNames={},Vn=p1.propertyGroupKeys=Object.keys(an);Vn.forEach(function(kn){Sn[kn]=an[kn].map(function(wr){return wr.name}),an[kn].forEach(function(wr){return wr.groupKey=kn})});var or=p1.aliases=[{name:"content",pointsTo:"label"},{name:"control-point-distance",pointsTo:"control-point-distances"},{name:"control-point-weight",pointsTo:"control-point-weights"},{name:"edge-text-rotation",pointsTo:"text-rotation"},{name:"padding-left",pointsTo:"padding"},{name:"padding-right",pointsTo:"padding"},{name:"padding-top",pointsTo:"padding"},{name:"padding-bottom",pointsTo:"padding"}];p1.propertyNames=tn.map(function(kn){return kn.name});for(var Rn=0;Rn<tn.length;Rn++){var ar=tn[Rn];tn[ar.name]=ar}for(var yr=0;yr<or.length;yr++){var kr=or[yr],br=tn[kr.pointsTo],dr={name:kr.name,alias:!0,pointsTo:br};tn.push(dr),tn[kr.name]=dr}})(),p1.getDefaultProperty=function(y){return this.getDefaultProperties()[y]},p1.getDefaultProperties=function(){var y=this._private;if(y.defaultProperties!=null)return y.defaultProperties;for(var p=we({"selection-box-color":"#ddd","selection-box-opacity":.65,"selection-box-border-color":"#aaa","selection-box-border-width":1,"active-bg-color":"black","active-bg-opacity":.15,"active-bg-size":30,"outside-texture-bg-color":"#000","outside-texture-bg-opacity":.125,events:"yes","text-events":"no","text-valign":"top","text-halign":"center","text-justification":"auto","line-height":1,color:"#000","text-outline-color":"#000","text-outline-width":0,"text-outline-opacity":1,"text-opacity":1,"text-decoration":"none","text-transform":"none","text-wrap":"none","text-overflow-wrap":"whitespace","text-max-width":9999,"text-background-color":"#000","text-background-opacity":0,"text-background-shape":"rectangle","text-background-padding":0,"text-border-opacity":0,"text-border-width":0,"text-border-style":"solid","text-border-color":"#000","font-family":"Helvetica Neue, Helvetica, sans-serif","font-style":"normal","font-weight":"normal","font-size":16,"min-zoomed-font-size":0,"text-rotation":"none","source-text-rotation":"none","target-text-rotation":"none",visibility:"visible",display:"element",opacity:1,"z-compound-depth":"auto","z-index-compare":"auto","z-index":0,label:"","text-margin-x":0,"text-margin-y":0,"source-label":"","source-text-offset":0,"source-text-margin-x":0,"source-text-margin-y":0,"target-label":"","target-text-offset":0,"target-text-margin-x":0,"target-text-margin-y":0,"overlay-opacity":0,"overlay-color":"#000","overlay-padding":10,"overlay-shape":"round-rectangle","underlay-opacity":0,"underlay-color":"#000","underlay-padding":10,"underlay-shape":"round-rectangle","transition-property":"none","transition-duration":0,"transition-delay":0,"transition-timing-function":"linear","background-blacken":0,"background-color":"#999","background-fill":"solid","background-opacity":1,"background-image":"none","background-image-crossorigin":"anonymous","background-image-opacity":1,"background-image-containment":"inside","background-image-smoothing":"yes","background-position-x":"50%","background-position-y":"50%","background-offset-x":0,"background-offset-y":0,"background-width-relative-to":"include-padding","background-height-relative-to":"include-padding","background-repeat":"no-repeat","background-fit":"none","background-clip":"node","background-width":"auto","background-height":"auto","border-color":"#000","border-opacity":1,"border-width":0,"border-style":"solid",height:30,width:30,shape:"ellipse","shape-polygon-points":"-1, -1, 1, -1, 1, 1, -1, 1","bounds-expansion":0,"background-gradient-direction":"to-bottom","background-gradient-stop-colors":"#999","background-gradient-stop-positions":"0%",ghost:"no","ghost-offset-y":0,"ghost-offset-x":0,"ghost-opacity":0,padding:0,"padding-relative-to":"width",position:"origin","compound-sizing-wrt-labels":"include","min-width":0,"min-width-bias-left":0,"min-width-bias-right":0,"min-height":0,"min-height-bias-top":0,"min-height-bias-bottom":0},{"pie-size":"100%"},[{name:"pie-{{i}}-background-color",value:"black"},{name:"pie-{{i}}-background-size",value:"0%"},{name:"pie-{{i}}-background-opacity",value:1}].reduce(function(H,z){for(var G=1;G<=p1.pieBackgroundN;G++){var Q=z.name.replace("{{i}}",G),it=z.value;H[Q]=it}return H},{}),{"line-style":"solid","line-color":"#999","line-fill":"solid","line-cap":"butt","line-opacity":1,"line-gradient-stop-colors":"#999","line-gradient-stop-positions":"0%","control-point-step-size":40,"control-point-weights":.5,"segment-weights":.5,"segment-distances":20,"taxi-turn":"50%","taxi-turn-min-distance":10,"taxi-direction":"auto","edge-distances":"intersection","curve-style":"haystack","haystack-radius":0,"arrow-scale":1,"loop-direction":"-45deg","loop-sweep":"-90deg","source-distance-from-node":0,"target-distance-from-node":0,"source-endpoint":"outside-to-node","target-endpoint":"outside-to-node","line-dash-pattern":[6,3],"line-dash-offset":0},[{name:"arrow-shape",value:"none"},{name:"arrow-color",value:"#999"},{name:"arrow-fill",value:"filled"}].reduce(function(H,z){return p1.arrowPrefixes.forEach(function(G){var Q=G+"-"+z.name,it=z.value;H[Q]=it}),H},{})),x={},C=0;C<this.properties.length;C++){var L=this.properties[C];if(!L.pointsTo){var O=L.name,P=p[O],$=this.parse(O,P);x[O]=$}}return y.defaultProperties=x,y.defaultProperties},p1.addDefaultStylesheet=function(){this.selector(":parent").css({shape:"rectangle",padding:10,"background-color":"#eee","border-color":"#ccc","border-width":1}).selector("edge").css({width:3}).selector(":loop").css({"curve-style":"bezier"}).selector("edge:compound").css({"curve-style":"bezier","source-endpoint":"outside-to-line","target-endpoint":"outside-to-line"}).selector(":selected").css({"background-color":"#0169D9","line-color":"#0169D9","source-arrow-color":"#0169D9","target-arrow-color":"#0169D9","mid-source-arrow-color":"#0169D9","mid-target-arrow-color":"#0169D9"}).selector(":parent:selected").css({"background-color":"#CCE1F9","border-color":"#aec8e5"}).selector(":active").css({"overlay-color":"black","overlay-padding":10,"overlay-opacity":.25}),this.defaultLength=this.length};var gC={};gC.parse=function(y,p,x,C){var L=this;if(mt(p))return L.parseImplWarn(y,p,x,C);var O=C==="mapping"||C===!0||C===!1||C==null?"dontcare":C,P=x?"t":"f",$=""+p,H=Md(y,$,P,O),z=L.propCache=L.propCache||[],G;return(G=z[H])||(G=z[H]=L.parseImplWarn(y,p,x,C)),(x||C==="mapping")&&(G=L2(G),G&&(G.value=L2(G.value))),G},gC.parseImplWarn=function(y,p,x,C){var L=this.parseImpl(y,p,x,C);return!L&&p!=null&&Vc("The style property `".concat(y,": ").concat(p,"` is invalid")),L&&(L.name==="width"||L.name==="height")&&p==="label"&&Vc("The style value of `label` is deprecated for `"+L.name+"`"),L},gC.parseImpl=function(y,p,x,C){var L=this;y=vn(y);var O=L.properties[y],P=p,$=L.types;if(!O||p===void 0)return null;O.alias&&(O=O.pointsTo,y=O.name);var H=yt(p);H&&(p=p.trim());var z=O.type;if(!z)return null;if(x&&(p===""||p===null))return{name:y,value:p,bypass:!0,deleteBypass:!0};if(mt(p))return{name:y,value:p,strValue:"fn",mapped:$.fn,bypass:x};var G,Q;if(!(!H||C||p.length<7||p[1]!=="a")){if(p.length>=7&&p[0]==="d"&&(G=new RegExp($.data.regex).exec(p))){if(x)return!1;var it=$.data;return{name:y,value:G,strValue:""+p,mapped:it,field:G[1],bypass:x}}else if(p.length>=10&&p[0]==="m"&&(Q=new RegExp($.mapData.regex).exec(p))){if(x||z.multiple)return!1;var lt=$.mapData;if(!(z.color||z.number))return!1;var dt=this.parse(y,Q[4]);if(!dt||dt.mapped)return!1;var vt=this.parse(y,Q[5]);if(!vt||vt.mapped)return!1;if(dt.pfValue===vt.pfValue||dt.strValue===vt.strValue)return Vc("`"+y+": "+p+"` is not a valid mapper because the output range is zero; converting to `"+y+": "+dt.strValue+"`"),this.parse(y,dt.strValue);if(z.color){var Mt=dt.value,kt=vt.value,It=Mt[0]===kt[0]&&Mt[1]===kt[1]&&Mt[2]===kt[2]&&(Mt[3]===kt[3]||(Mt[3]==null||Mt[3]===1)&&(kt[3]==null||kt[3]===1));if(It)return!1}return{name:y,value:Q,strValue:""+p,mapped:lt,field:Q[1],fieldMin:parseFloat(Q[2]),fieldMax:parseFloat(Q[3]),valueMin:dt.value,valueMax:vt.value,bypass:x}}}if(z.multiple&&C!=="multiple"){var Pt;if(H?Pt=p.split(/\s+/):gt(p)?Pt=p:Pt=[p],z.evenMultiple&&Pt.length%2!==0)return null;for(var qt=[],ce=[],ee=[],Ut="",ue=!1,Yt=0;Yt<Pt.length;Yt++){var ye=L.parse(y,Pt[Yt],x,"multiple");ue=ue||yt(ye.value),qt.push(ye.value),ee.push(ye.pfValue!=null?ye.pfValue:ye.value),ce.push(ye.units),Ut+=(Yt>0?" ":"")+ye.strValue}return z.validate&&!z.validate(qt,ce)?null:z.singleEnum&&ue?qt.length===1&&yt(qt[0])?{name:y,value:qt[0],strValue:qt[0],bypass:x}:null:{name:y,value:qt,pfValue:ee,strValue:Ut,bypass:x,units:ce}}var xe=function(){for(var Ar=0;Ar<z.enums.length;Ar++){var ci=z.enums[Ar];if(ci===p)return{name:y,value:p,strValue:""+p,bypass:x}}return null};if(z.number){var de,ze="px";if(z.units&&(de=z.units),z.implicitUnits&&(ze=z.implicitUnits),!z.unitless)if(H){var ke="px|em"+(z.allowPercent?"|\\%":"");de&&(ke=de);var xn=p.match("^("+sn+")("+ke+")?$");xn&&(p=xn[1],de=xn[2]||ze)}else(!de||z.implicitUnits)&&(de=ze);if(p=parseFloat(p),isNaN(p)&&z.enums===void 0)return null;if(isNaN(p)&&z.enums!==void 0)return p=P,xe();if(z.integer&&!ft(p)||z.min!==void 0&&(p<z.min||z.strictMin&&p===z.min)||z.max!==void 0&&(p>z.max||z.strictMax&&p===z.max))return null;var tn={name:y,value:p,strValue:""+p+(de||""),units:de,bypass:x};return z.unitless||de!=="px"&&de!=="em"?tn.pfValue=p:tn.pfValue=de==="px"||!de?p:this.getEmSizeInPixels()*p,(de==="ms"||de==="s")&&(tn.pfValue=de==="ms"?p:1e3*p),(de==="deg"||de==="rad")&&(tn.pfValue=de==="rad"?p:iQ(p)),de==="%"&&(tn.pfValue=p/100),tn}else if(z.propList){var an=[],Sn=""+p;if(Sn!=="none"){for(var Vn=Sn.split(/\s*,\s*|\s+/),or=0;or<Vn.length;or++){var Rn=Vn[or].trim();L.properties[Rn]?an.push(Rn):Vc("`"+Rn+"` is not a valid property name")}if(an.length===0)return null}return{name:y,value:an,strValue:an.length===0?"none":an.join(" "),bypass:x}}else if(z.color){var ar=Ra(p);return ar?{name:y,value:ar,pfValue:ar,strValue:"rgb("+ar[0]+","+ar[1]+","+ar[2]+")",bypass:x}:null}else if(z.regex||z.regexes){if(z.enums){var yr=xe();if(yr)return yr}for(var kr=z.regexes?z.regexes:[z.regex],br=0;br<kr.length;br++){var dr=new RegExp(kr[br]),kn=dr.exec(p);if(kn)return{name:y,value:z.singleRegexMatchValue?kn[1]:kn,strValue:""+p,bypass:x}}return null}else return z.string?{name:y,value:""+p,strValue:""+p,bypass:x}:z.enums?xe():null};var V1=function y(p){if(!(this instanceof y))return new y(p);if(!Dt(p)){jl("A style must have a core reference");return}this._private={cy:p,coreStyle:{}},this.length=0,this.resetToDefault()},U1=V1.prototype;U1.instanceString=function(){return"style"},U1.clear=function(){for(var y=this._private,p=y.cy,x=p.elements(),C=0;C<this.length;C++)this[C]=void 0;return this.length=0,y.contextStyles={},y.propDiffs={},this.cleanElements(x,!0),x.forEach(function(L){var O=L[0]._private;O.styleDirty=!0,O.appliedInitStyle=!1}),this},U1.resetToDefault=function(){return this.clear(),this.addDefaultStylesheet(),this},U1.core=function(y){return this._private.coreStyle[y]||this.getDefaultProperty(y)},U1.selector=function(y){var p=y==="core"?null:new ly(y),x=this.length++;return this[x]={selector:p,properties:[],mappedProperties:[],index:x},this},U1.css=function(){var y=this,p=arguments;if(p.length===1)for(var x=p[0],C=0;C<y.properties.length;C++){var L=y.properties[C],O=x[L.name];O===void 0&&(O=x[Pe(L.name)]),O!==void 0&&this.cssRule(L.name,O)}else p.length===2&&this.cssRule(p[0],p[1]);return this},U1.style=U1.css,U1.cssRule=function(y,p){var x=this.parse(y,p);if(x){var C=this.length-1;this[C].properties.push(x),this[C].properties[x.name]=x,x.name.match(/pie-(\d+)-background-size/)&&x.value&&(this._private.hasPie=!0),x.mapped&&this[C].mappedProperties.push(x);var L=!this[C].selector;L&&(this._private.coreStyle[x.name]=x)}return this},U1.append=function(y){return jt(y)?y.appendToStyle(this):gt(y)?this.appendFromJson(y):yt(y)&&this.appendFromString(y),this},V1.fromJson=function(y,p){var x=new V1(y);return x.fromJson(p),x},V1.fromString=function(y,p){return new V1(y).fromString(p)},[H1,W8,sD,D2,dC,aD,p1,gC].forEach(function(y){we(U1,y)}),V1.types=U1.types,V1.properties=U1.properties,V1.propertyGroups=U1.propertyGroups,V1.propertyGroupNames=U1.propertyGroupNames,V1.propertyGroupKeys=U1.propertyGroupKeys;var oet={style:function(p){if(p){var x=this.setStyle(p);x.update()}return this._private.style},setStyle:function(p){var x=this._private;return jt(p)?x.style=p.generateStyle(this):gt(p)?x.style=V1.fromJson(this,p):yt(p)?x.style=V1.fromString(this,p):x.style=V1(this),x.style},updateStyle:function(){this.mutableElements().updateStyle()}},cet="single",T4={autolock:function(p){if(p!==void 0)this._private.autolock=!!p;else return this._private.autolock;return this},autoungrabify:function(p){if(p!==void 0)this._private.autoungrabify=!!p;else return this._private.autoungrabify;return this},autounselectify:function(p){if(p!==void 0)this._private.autounselectify=!!p;else return this._private.autounselectify;return this},selectionType:function(p){var x=this._private;if(x.selectionType==null&&(x.selectionType=cet),p!==void 0)(p==="additive"||p==="single")&&(x.selectionType=p);else return x.selectionType;return this},panningEnabled:function(p){if(p!==void 0)this._private.panningEnabled=!!p;else return this._private.panningEnabled;return this},userPanningEnabled:function(p){if(p!==void 0)this._private.userPanningEnabled=!!p;else return this._private.userPanningEnabled;return this},zoomingEnabled:function(p){if(p!==void 0)this._private.zoomingEnabled=!!p;else return this._private.zoomingEnabled;return this},userZoomingEnabled:function(p){if(p!==void 0)this._private.userZoomingEnabled=!!p;else return this._private.userZoomingEnabled;return this},boxSelectionEnabled:function(p){if(p!==void 0)this._private.boxSelectionEnabled=!!p;else return this._private.boxSelectionEnabled;return this},pan:function(){var p=arguments,x=this._private.pan,C,L,O,P,$;switch(p.length){case 0:return x;case 1:if(yt(p[0]))return C=p[0],x[C];if(ht(p[0])){if(!this._private.panningEnabled)return this;O=p[0],P=O.x,$=O.y,Z(P)&&(x.x=P),Z($)&&(x.y=$),this.emit("pan viewport")}break;case 2:if(!this._private.panningEnabled)return this;C=p[0],L=p[1],(C==="x"||C==="y")&&Z(L)&&(x[C]=L),this.emit("pan viewport");break}return this.notify("viewport"),this},panBy:function(p,x){var C=arguments,L=this._private.pan,O,P,$,H,z;if(!this._private.panningEnabled)return this;switch(C.length){case 1:ht(p)&&($=C[0],H=$.x,z=$.y,Z(H)&&(L.x+=H),Z(z)&&(L.y+=z),this.emit("pan viewport"));break;case 2:O=p,P=x,(O==="x"||O==="y")&&Z(P)&&(L[O]+=P),this.emit("pan viewport");break}return this.notify("viewport"),this},fit:function(p,x){var C=this.getFitViewport(p,x);if(C){var L=this._private;L.zoom=C.zoom,L.pan=C.pan,this.emit("pan zoom viewport"),this.notify("viewport")}return this},getFitViewport:function(p,x){if(Z(p)&&x===void 0&&(x=p,p=void 0),!(!this._private.panningEnabled||!this._private.zoomingEnabled)){var C;if(yt(p)){var L=p;p=this.$(L)}else if(xt(p)){var O=p;C={x1:O.x1,y1:O.y1,x2:O.x2,y2:O.y2},C.w=C.x2-C.x1,C.h=C.y2-C.y1}else Et(p)||(p=this.mutableElements());if(!(Et(p)&&p.empty())){C=C||p.boundingBox();var P=this.width(),$=this.height(),H;if(x=Z(x)?x:0,!isNaN(P)&&!isNaN($)&&P>0&&$>0&&!isNaN(C.w)&&!isNaN(C.h)&&C.w>0&&C.h>0){H=Math.min((P-2*x)/C.w,($-2*x)/C.h),H=H>this._private.maxZoom?this._private.maxZoom:H,H=H<this._private.minZoom?this._private.minZoom:H;var z={x:(P-H*(C.x1+C.x2))/2,y:($-H*(C.y1+C.y2))/2};return{zoom:H,pan:z}}}}},zoomRange:function(p,x){var C=this._private;if(x==null){var L=p;p=L.min,x=L.max}return Z(p)&&Z(x)&&p<=x?(C.minZoom=p,C.maxZoom=x):Z(p)&&x===void 0&&p<=C.maxZoom?C.minZoom=p:Z(x)&&p===void 0&&x>=C.minZoom&&(C.maxZoom=x),this},minZoom:function(p){return p===void 0?this._private.minZoom:this.zoomRange({min:p})},maxZoom:function(p){return p===void 0?this._private.maxZoom:this.zoomRange({max:p})},getZoomedViewport:function(p){var x=this._private,C=x.pan,L=x.zoom,O,P,$=!1;if(x.zoomingEnabled||($=!0),Z(p)?P=p:ht(p)&&(P=p.level,p.position!=null?O=V9(p.position,L,C):p.renderedPosition!=null&&(O=p.renderedPosition),O!=null&&!x.panningEnabled&&($=!0)),P=P>x.maxZoom?x.maxZoom:P,P=P<x.minZoom?x.minZoom:P,$||!Z(P)||P===L||O!=null&&(!Z(O.x)||!Z(O.y)))return null;if(O!=null){var H=C,z=L,G=P,Q={x:-G/z*(O.x-H.x)+O.x,y:-G/z*(O.y-H.y)+O.y};return{zoomed:!0,panned:!0,zoom:G,pan:Q}}else return{zoomed:!0,panned:!1,zoom:P,pan:C}},zoom:function(p){if(p===void 0)return this._private.zoom;var x=this.getZoomedViewport(p),C=this._private;return x==null||!x.zoomed?this:(C.zoom=x.zoom,x.panned&&(C.pan.x=x.pan.x,C.pan.y=x.pan.y),this.emit("zoom"+(x.panned?" pan":"")+" viewport"),this.notify("viewport"),this)},viewport:function(p){var x=this._private,C=!0,L=!0,O=[],P=!1,$=!1;if(!p)return this;if(Z(p.zoom)||(C=!1),ht(p.pan)||(L=!1),!C&&!L)return this;if(C){var H=p.zoom;H<x.minZoom||H>x.maxZoom||!x.zoomingEnabled?P=!0:(x.zoom=H,O.push("zoom"))}if(L&&(!P||!p.cancelOnFailedZoom)&&x.panningEnabled){var z=p.pan;Z(z.x)&&(x.pan.x=z.x,$=!1),Z(z.y)&&(x.pan.y=z.y,$=!1),$||O.push("pan")}return O.length>0&&(O.push("viewport"),this.emit(O.join(" ")),this.notify("viewport")),this},center:function(p){var x=this.getCenterPan(p);return x&&(this._private.pan=x,this.emit("pan viewport"),this.notify("viewport")),this},getCenterPan:function(p,x){if(this._private.panningEnabled){if(yt(p)){var C=p;p=this.mutableElements().filter(C)}else Et(p)||(p=this.mutableElements());if(p.length!==0){var L=p.boundingBox(),O=this.width(),P=this.height();x=x===void 0?this._private.zoom:x;var $={x:(O-x*(L.x1+L.x2))/2,y:(P-x*(L.y1+L.y2))/2};return $}}},reset:function(){return!this._private.panningEnabled||!this._private.zoomingEnabled?this:(this.viewport({pan:{x:0,y:0},zoom:1}),this)},invalidateSize:function(){this._private.sizeCache=null},size:function(){var p=this._private,x=p.container;return p.sizeCache=p.sizeCache||(x?function(){var C=R.getComputedStyle(x),L=function(P){return parseFloat(C.getPropertyValue(P))};return{width:x.clientWidth-L("padding-left")-L("padding-right"),height:x.clientHeight-L("padding-top")-L("padding-bottom")}}():{width:1,height:1})},width:function(){return this.size().width},height:function(){return this.size().height},extent:function(){var p=this._private.pan,x=this._private.zoom,C=this.renderedExtent(),L={x1:(C.x1-p.x)/x,x2:(C.x2-p.x)/x,y1:(C.y1-p.y)/x,y2:(C.y2-p.y)/x};return L.w=L.x2-L.x1,L.h=L.y2-L.y1,L},renderedExtent:function(){var p=this.width(),x=this.height();return{x1:0,y1:0,x2:p,y2:x,w:p,h:x}},multiClickDebounceTime:function(p){if(p)this._private.multiClickDebounceTime=p;else return this._private.multiClickDebounceTime;return this}};T4.centre=T4.center,T4.autolockNodes=T4.autolock,T4.autoungrabifyNodes=T4.autoungrabify;var Y8={data:Uc.data({field:"data",bindingEvent:"data",allowBinding:!0,allowSetting:!0,settingEvent:"data",settingTriggersEvent:!0,triggerFnName:"trigger",allowGetting:!0,updateStyle:!0}),removeData:Uc.removeData({field:"data",event:"data",triggerFnName:"trigger",triggerEvent:!0,updateStyle:!0}),scratch:Uc.data({field:"scratch",bindingEvent:"scratch",allowBinding:!0,allowSetting:!0,settingEvent:"scratch",settingTriggersEvent:!0,triggerFnName:"trigger",allowGetting:!0,updateStyle:!0}),removeScratch:Uc.removeData({field:"scratch",event:"scratch",triggerFnName:"trigger",triggerEvent:!0,updateStyle:!0})};Y8.attr=Y8.data,Y8.removeAttr=Y8.removeData;var X8=function(p){var x=this;p=we({},p);var C=p.container;C&&!Y(C)&&Y(C[0])&&(C=C[0]);var L=C?C._cyreg:null;L=L||{},L&&L.cy&&(L.cy.destroy(),L={});var O=L.readies=L.readies||[];C&&(C._cyreg=L),L.cy=x;var P=R!==void 0&&C!==void 0&&!p.headless,$=p;$.layout=we({name:P?"grid":"null"},$.layout),$.renderer=we({name:P?"canvas":"null"},$.renderer);var H=function(dt,vt,Mt){return vt!==void 0?vt:Mt!==void 0?Mt:dt},z=this._private={container:C,ready:!1,options:$,elements:new g1(this),listeners:[],aniEles:new g1(this),data:$.data||{},scratch:{},layout:null,renderer:null,destroyed:!1,notificationsEnabled:!0,minZoom:1e-50,maxZoom:1e50,zoomingEnabled:H(!0,$.zoomingEnabled),userZoomingEnabled:H(!0,$.userZoomingEnabled),panningEnabled:H(!0,$.panningEnabled),userPanningEnabled:H(!0,$.userPanningEnabled),boxSelectionEnabled:H(!0,$.boxSelectionEnabled),autolock:H(!1,$.autolock,$.autolockNodes),autoungrabify:H(!1,$.autoungrabify,$.autoungrabifyNodes),autounselectify:H(!1,$.autounselectify),styleEnabled:$.styleEnabled===void 0?P:$.styleEnabled,zoom:Z($.zoom)?$.zoom:1,pan:{x:ht($.pan)&&Z($.pan.x)?$.pan.x:0,y:ht($.pan)&&Z($.pan.y)?$.pan.y:0},animation:{current:[],queue:[]},hasCompoundNodes:!1,multiClickDebounceTime:H(250,$.multiClickDebounceTime)};this.createEmitter(),this.selectionType($.selectionType),this.zoomRange({min:$.minZoom,max:$.maxZoom});var G=function(dt,vt){var Mt=dt.some(Gt);if(Mt)return Jx.all(dt).then(vt);vt(dt)};z.styleEnabled&&x.setStyle([]);var Q=we({},$,$.renderer);x.initRenderer(Q);var it=function(dt,vt,Mt){x.notifications(!1);var kt=x.mutableElements();kt.length>0&&kt.remove(),dt!=null&&(ht(dt)||gt(dt))&&x.add(dt),x.one("layoutready",function(Pt){x.notifications(!0),x.emit(Pt),x.one("load",vt),x.emitAndNotify("load")}).one("layoutstop",function(){x.one("done",Mt),x.emit("done")});var It=we({},x._private.options.layout);It.eles=x.elements(),x.layout(It).run()};G([$.style,$.elements],function(lt){var dt=lt[0],vt=lt[1];z.styleEnabled&&x.style().append(dt),it(vt,function(){x.startAnimationLoop(),z.ready=!0,mt($.ready)&&x.on("ready",$.ready);for(var Mt=0;Mt<O.length;Mt++){var kt=O[Mt];x.on("ready",kt)}L&&(L.readies=[]),x.emit("ready")},$.done)})},pC=X8.prototype;we(pC,{instanceString:function(){return"core"},isReady:function(){return this._private.ready},destroyed:function(){return this._private.destroyed},ready:function(p){return this.isReady()?this.emitter().emit("ready",[],p):this.on("ready",p),this},destroy:function(){var p=this;if(!p.destroyed())return p.stopAnimationLoop(),p.destroyRenderer(),this.emit("destroy"),p._private.destroyed=!0,p},hasElementWithId:function(p){return this._private.elements.hasElementWithId(p)},getElementById:function(p){return this._private.elements.getElementById(p)},hasCompoundNodes:function(){return this._private.hasCompoundNodes},headless:function(){return this._private.renderer.isHeadless()},styleEnabled:function(){return this._private.styleEnabled},addToPool:function(p){return this._private.elements.merge(p),this},removeFromPool:function(p){return this._private.elements.unmerge(p),this},container:function(){return this._private.container||null},mount:function(p){if(p!=null){var x=this,C=x._private,L=C.options;return!Y(p)&&Y(p[0])&&(p=p[0]),x.stopAnimationLoop(),x.destroyRenderer(),C.container=p,C.styleEnabled=!0,x.invalidateSize(),x.initRenderer(we({},L,L.renderer,{name:L.renderer.name==="null"?"canvas":L.renderer.name})),x.startAnimationLoop(),x.style(L.style),x.emit("mount"),x}},unmount:function(){var p=this;return p.stopAnimationLoop(),p.destroyRenderer(),p.initRenderer({name:"null"}),p.emit("unmount"),p},options:function(){return L2(this._private.options)},json:function(p){var x=this,C=x._private,L=x.mutableElements(),O=function(qt){return x.getElementById(qt.id())};if(ht(p)){if(x.startBatch(),p.elements){var P={},$=function(qt,ce){for(var ee=[],Ut=[],ue=0;ue<qt.length;ue++){var Yt=qt[ue];if(!Yt.data.id){Vc("cy.json() cannot handle elements without an ID attribute");continue}var ye=""+Yt.data.id,xe=x.getElementById(ye);P[ye]=!0,xe.length!==0?Ut.push({ele:xe,json:Yt}):(ce&&(Yt.group=ce),ee.push(Yt))}x.add(ee);for(var de=0;de<Ut.length;de++){var ze=Ut[de],ke=ze.ele,xn=ze.json;ke.json(xn)}};if(gt(p.elements))$(p.elements);else for(var H=["nodes","edges"],z=0;z<H.length;z++){var G=H[z],Q=p.elements[G];gt(Q)&&$(Q,G)}var it=x.collection();L.filter(function(Pt){return!P[Pt.id()]}).forEach(function(Pt){Pt.isParent()?it.merge(Pt):Pt.remove()}),it.forEach(function(Pt){return Pt.children().move({parent:null})}),it.forEach(function(Pt){return O(Pt).remove()})}p.style&&x.style(p.style),p.zoom!=null&&p.zoom!==C.zoom&&x.zoom(p.zoom),p.pan&&(p.pan.x!==C.pan.x||p.pan.y!==C.pan.y)&&x.pan(p.pan),p.data&&x.data(p.data);for(var lt=["minZoom","maxZoom","zoomingEnabled","userZoomingEnabled","panningEnabled","userPanningEnabled","boxSelectionEnabled","autolock","autoungrabify","autounselectify","multiClickDebounceTime"],dt=0;dt<lt.length;dt++){var vt=lt[dt];p[vt]!=null&&x[vt](p[vt])}return x.endBatch(),this}else{var Mt=!!p,kt={};Mt?kt.elements=this.elements().map(function(Pt){return Pt.json()}):(kt.elements={},L.forEach(function(Pt){var qt=Pt.group();kt.elements[qt]||(kt.elements[qt]=[]),kt.elements[qt].push(Pt.json())})),this._private.styleEnabled&&(kt.style=x.style().json()),kt.data=L2(x.data());var It=C.options;return kt.zoomingEnabled=C.zoomingEnabled,kt.userZoomingEnabled=C.userZoomingEnabled,kt.zoom=C.zoom,kt.minZoom=C.minZoom,kt.maxZoom=C.maxZoom,kt.panningEnabled=C.panningEnabled,kt.userPanningEnabled=C.userPanningEnabled,kt.pan=L2(C.pan),kt.boxSelectionEnabled=C.boxSelectionEnabled,kt.renderer=L2(It.renderer),kt.hideEdgesOnViewport=It.hideEdgesOnViewport,kt.textureOnViewport=It.textureOnViewport,kt.wheelSensitivity=It.wheelSensitivity,kt.motionBlur=It.motionBlur,kt.multiClickDebounceTime=It.multiClickDebounceTime,kt}}}),pC.$id=pC.getElementById,[Qtt,net,rj,rD,hC,iet,iD,fC,oet,T4,Y8].forEach(function(y){we(pC,y)});var uet={fit:!0,directed:!1,padding:30,circle:!1,grid:!1,spacingFactor:1.75,boundingBox:void 0,avoidOverlap:!0,nodeDimensionsIncludeLabels:!1,roots:void 0,maximal:!1,depthSort:void 0,animate:!1,animationDuration:500,animationEasing:void 0,animateFilter:function(p,x){return!0},ready:void 0,stop:void 0,transform:function(p,x){return x}},u6=function(p){return p.scratch("breadthfirst")},ij=function(p,x){return p.scratch("breadthfirst",x)};function sj(y){this.options=we({},uet,y)}sj.prototype.run=function(){var y=this.options,p=y,x=y.cy,C=p.eles,L=C.nodes().filter(function(Li){return!Li.isParent()}),O=C,P=p.directed,$=p.maximal||p.maximalAdjustments>0,H=m0(p.boundingBox?p.boundingBox:{x1:0,y1:0,w:x.width(),h:x.height()}),z;if(Et(p.roots))z=p.roots;else if(gt(p.roots)){for(var G=[],Q=0;Q<p.roots.length;Q++){var it=p.roots[Q],lt=x.getElementById(it);G.push(lt)}z=x.collection(G)}else if(yt(p.roots))z=x.$(p.roots);else if(P)z=L.roots();else{var dt=C.components();z=x.collection();for(var vt=function(mi){var ys=dt[mi],Xi=ys.maxDegree(!1),li=ys.filter(function(qi){return qi.degree(!1)===Xi});z=z.add(li)},Mt=0;Mt<dt.length;Mt++)vt(Mt)}var kt=[],It={},Pt=function(mi,ys){kt[ys]==null&&(kt[ys]=[]);var Xi=kt[ys].length;kt[ys].push(mi),ij(mi,{index:Xi,depth:ys})},qt=function(mi,ys){var Xi=u6(mi),li=Xi.depth,qi=Xi.index;kt[li][qi]=null,Pt(mi,ys)};O.bfs({roots:z,directed:p.directed,visit:function(mi,ys,Xi,li,qi){var Ao=mi[0],Ka=Ao.id();Pt(Ao,qi),It[Ka]=!0}});for(var ce=[],ee=0;ee<L.length;ee++){var Ut=L[ee];It[Ut.id()]||ce.push(Ut)}var ue=function(mi){for(var ys=kt[mi],Xi=0;Xi<ys.length;Xi++){var li=ys[Xi];if(li==null){ys.splice(Xi,1),Xi--;continue}ij(li,{depth:mi,index:Xi})}},Yt=function(){for(var mi=0;mi<kt.length;mi++)ue(mi)},ye=function(mi,ys){for(var Xi=u6(mi),li=mi.incomers().filter(function(re){return re.isNode()&&C.has(re)}),qi=-1,Ao=mi.id(),Ka=0;Ka<li.length;Ka++){var Ws=li[Ka],Nr=u6(Ws);qi=Math.max(qi,Nr.depth)}return Xi.depth<=qi?ys[Ao]?null:(qt(mi,qi+1),ys[Ao]=!0,!0):!1};if(P&&$){var xe=[],de={},ze=function(mi){return xe.push(mi)},ke=function(){return xe.shift()};for(L.forEach(function(Li){return xe.push(Li)});xe.length>0;){var xn=ke(),tn=ye(xn,de);if(tn)xn.outgoers().filter(function(Li){return Li.isNode()&&C.has(Li)}).forEach(ze);else if(tn===null){Vc("Detected double maximal shift for node `"+xn.id()+"`. Bailing maximal adjustment due to cycle. Use `options.maximal: true` only on DAGs.");break}}}Yt();var an=0;if(p.avoidOverlap)for(var Sn=0;Sn<L.length;Sn++){var Vn=L[Sn],or=Vn.layoutDimensions(p),Rn=or.w,ar=or.h;an=Math.max(an,Rn,ar)}var yr={},kr=function(mi){if(yr[mi.id()])return yr[mi.id()];for(var ys=u6(mi).depth,Xi=mi.neighborhood(),li=0,qi=0,Ao=0;Ao<Xi.length;Ao++){var Ka=Xi[Ao];if(!(Ka.isEdge()||Ka.isParent()||!L.has(Ka))){var Ws=u6(Ka);if(Ws!=null){var Nr=Ws.index,re=Ws.depth;if(!(Nr==null||re==null)){var Kn=kt[re].length;re<ys&&(li+=Nr/Kn,qi++)}}}}return qi=Math.max(1,qi),li=li/qi,qi===0&&(li=0),yr[mi.id()]=li,li},br=function(mi,ys){var Xi=kr(mi),li=kr(ys),qi=Xi-li;return qi===0?oe(mi.id(),ys.id()):qi};p.depthSort!==void 0&&(br=p.depthSort);for(var dr=0;dr<kt.length;dr++)kt[dr].sort(br),ue(dr);for(var kn=[],wr=0;wr<ce.length;wr++)kn.push(ce[wr]);kt.unshift(kn),Yt();for(var Ar=0,ci=0;ci<kt.length;ci++)Ar=Math.max(kt[ci].length,Ar);var ui={x:H.x1+H.w/2,y:H.x1+H.h/2},ps=kt.reduce(function(Li,mi){return Math.max(Li,mi.length)},0),ga=function(mi){var ys=u6(mi),Xi=ys.depth,li=ys.index,qi=kt[Xi].length,Ao=Math.max(H.w/((p.grid?ps:qi)+1),an),Ka=Math.max(H.h/(kt.length+1),an),Ws=Math.min(H.w/2/kt.length,H.h/2/kt.length);if(Ws=Math.max(Ws,an),p.circle){var re=Ws*Xi+Ws-(kt.length>0&&kt[0].length<=3?Ws/2:0),Kn=2*Math.PI/kt[Xi].length*li;return Xi===0&&kt[0].length===1&&(re=1),{x:ui.x+re*Math.cos(Kn),y:ui.y+re*Math.sin(Kn)}}else{var Nr={x:ui.x+(li+1-(qi+1)/2)*Ao,y:(Xi+1)*Ka};return Nr}};return C.nodes().layoutPositions(this,p,ga),this};var het={fit:!0,padding:30,boundingBox:void 0,avoidOverlap:!0,nodeDimensionsIncludeLabels:!1,spacingFactor:void 0,radius:void 0,startAngle:3/2*Math.PI,sweep:void 0,clockwise:!0,sort:void 0,animate:!1,animationDuration:500,animationEasing:void 0,animateFilter:function(p,x){return!0},ready:void 0,stop:void 0,transform:function(p,x){return x}};function aj(y){this.options=we({},het,y)}aj.prototype.run=function(){var y=this.options,p=y,x=y.cy,C=p.eles,L=p.counterclockwise!==void 0?!p.counterclockwise:p.clockwise,O=C.nodes().not(":parent");p.sort&&(O=O.sort(p.sort));for(var P=m0(p.boundingBox?p.boundingBox:{x1:0,y1:0,w:x.width(),h:x.height()}),$={x:P.x1+P.w/2,y:P.y1+P.h/2},H=p.sweep===void 0?2*Math.PI-2*Math.PI/O.length:p.sweep,z=H/Math.max(1,O.length-1),G,Q=0,it=0;it<O.length;it++){var lt=O[it],dt=lt.layoutDimensions(p),vt=dt.w,Mt=dt.h;Q=Math.max(Q,vt,Mt)}if(Z(p.radius)?G=p.radius:O.length<=1?G=0:G=Math.min(P.h,P.w)/2-Q,O.length>1&&p.avoidOverlap){Q*=1.75;var kt=Math.cos(z)-Math.cos(0),It=Math.sin(z)-Math.sin(0),Pt=Math.sqrt(Q*Q/(kt*kt+It*It));G=Math.max(Pt,G)}var qt=function(ee,Ut){var ue=p.startAngle+Ut*z*(L?1:-1),Yt=G*Math.cos(ue),ye=G*Math.sin(ue),xe={x:$.x+Yt,y:$.y+ye};return xe};return C.nodes().layoutPositions(this,p,qt),this};var fet={fit:!0,padding:30,startAngle:3/2*Math.PI,sweep:void 0,clockwise:!0,equidistant:!1,minNodeSpacing:10,boundingBox:void 0,avoidOverlap:!0,nodeDimensionsIncludeLabels:!1,height:void 0,width:void 0,spacingFactor:void 0,concentric:function(p){return p.degree()},levelWidth:function(p){return p.maxDegree()/4},animate:!1,animationDuration:500,animationEasing:void 0,animateFilter:function(p,x){return!0},ready:void 0,stop:void 0,transform:function(p,x){return x}};function oj(y){this.options=we({},fet,y)}oj.prototype.run=function(){for(var y=this.options,p=y,x=p.counterclockwise!==void 0?!p.counterclockwise:p.clockwise,C=y.cy,L=p.eles,O=L.nodes().not(":parent"),P=m0(p.boundingBox?p.boundingBox:{x1:0,y1:0,w:C.width(),h:C.height()}),$={x:P.x1+P.w/2,y:P.y1+P.h/2},H=[],z=0,G=0;G<O.length;G++){var Q=O[G],it=void 0;it=p.concentric(Q),H.push({value:it,node:Q}),Q._private.scratch.concentric=it}O.updateStyle();for(var lt=0;lt<O.length;lt++){var dt=O[lt],vt=dt.layoutDimensions(p);z=Math.max(z,vt.w,vt.h)}H.sort(function(Li,mi){return mi.value-Li.value});for(var Mt=p.levelWidth(O),kt=[[]],It=kt[0],Pt=0;Pt<H.length;Pt++){var qt=H[Pt];if(It.length>0){var ce=Math.abs(It[0].value-qt.value);ce>=Mt&&(It=[],kt.push(It))}It.push(qt)}var ee=z+p.minNodeSpacing;if(!p.avoidOverlap){var Ut=kt.length>0&&kt[0].length>1,ue=Math.min(P.w,P.h)/2-ee,Yt=ue/(kt.length+Ut?1:0);ee=Math.min(ee,Yt)}for(var ye=0,xe=0;xe<kt.length;xe++){var de=kt[xe],ze=p.sweep===void 0?2*Math.PI-2*Math.PI/de.length:p.sweep,ke=de.dTheta=ze/Math.max(1,de.length-1);if(de.length>1&&p.avoidOverlap){var xn=Math.cos(ke)-Math.cos(0),tn=Math.sin(ke)-Math.sin(0),an=Math.sqrt(ee*ee/(xn*xn+tn*tn));ye=Math.max(an,ye)}de.r=ye,ye+=ee}if(p.equidistant){for(var Sn=0,Vn=0,or=0;or<kt.length;or++){var Rn=kt[or],ar=Rn.r-Vn;Sn=Math.max(Sn,ar)}Vn=0;for(var yr=0;yr<kt.length;yr++){var kr=kt[yr];yr===0&&(Vn=kr.r),kr.r=Vn,Vn+=Sn}}for(var br={},dr=0;dr<kt.length;dr++)for(var kn=kt[dr],wr=kn.dTheta,Ar=kn.r,ci=0;ci<kn.length;ci++){var ui=kn[ci],ps=p.startAngle+(x?1:-1)*wr*ci,ga={x:$.x+Ar*Math.cos(ps),y:$.y+Ar*Math.sin(ps)};br[ui.node.id()]=ga}return L.nodes().layoutPositions(this,p,function(Li){var mi=Li.id();return br[mi]}),this};var oD,det={ready:function(){},stop:function(){},animate:!0,animationEasing:void 0,animationDuration:void 0,animateFilter:function(p,x){return!0},animationThreshold:250,refresh:20,fit:!0,padding:30,boundingBox:void 0,nodeDimensionsIncludeLabels:!1,randomize:!1,componentSpacing:40,nodeRepulsion:function(p){return 2048},nodeOverlap:4,idealEdgeLength:function(p){return 32},edgeElasticity:function(p){return 32},nestingFactor:1.2,gravity:1,numIter:1e3,initialTemp:1e3,coolingFactor:.99,minTemp:1};function bC(y){this.options=we({},det,y),this.options.layout=this}bC.prototype.run=function(){var y=this.options,p=y.cy,x=this;x.stopped=!1,(y.animate===!0||y.animate===!1)&&x.emit({type:"layoutstart",layout:x}),y.debug===!0?oD=!0:oD=!1;var C=get(p,x,y);oD&&wet(C),y.randomize&&met(C);var L=rp(),O=function(){vet(C,p,y),y.fit===!0&&p.fit(y.padding)},P=function(it){return!(x.stopped||it>=y.numIter||(yet(C,y),C.temperature=C.temperature*y.coolingFactor,C.temperature<y.minTemp))},$=function(){if(y.animate===!0||y.animate===!1)O(),x.one("layoutstop",y.stop),x.emit({type:"layoutstop",layout:x});else{var it=y.eles.nodes(),lt=cj(C,y,it);it.layoutPositions(x,y,lt)}},H=0,z=!0;if(y.animate===!0){var G=function Q(){for(var it=0;z&&it<y.refresh;)z=P(H),H++,it++;if(!z)lj(C,y),$();else{var lt=rp();lt-L>=y.animationThreshold&&O(),h1(Q)}};G()}else{for(;z;)z=P(H),H++;lj(C,y),$()}return this},bC.prototype.stop=function(){return this.stopped=!0,this.thread&&this.thread.stop(),this.emit("layoutstop"),this},bC.prototype.destroy=function(){return this.thread&&this.thread.stop(),this};var get=function(p,x,C){for(var L=C.eles.edges(),O=C.eles.nodes(),P={isCompound:p.hasCompoundNodes(),layoutNodes:[],idToIndex:{},nodeSize:O.size(),graphSet:[],indexToGraph:[],layoutEdges:[],edgeSize:L.size(),temperature:C.initialTemp,clientWidth:p.width(),clientHeight:p.width(),boundingBox:m0(C.boundingBox?C.boundingBox:{x1:0,y1:0,w:p.width(),h:p.height()})},$=C.eles.components(),H={},z=0;z<$.length;z++)for(var G=$[z],Q=0;Q<G.length;Q++){var it=G[Q];H[it.id()]=z}for(var z=0;z<P.nodeSize;z++){var lt=O[z],dt=lt.layoutDimensions(C),vt={};vt.isLocked=lt.locked(),vt.id=lt.data("id"),vt.parentId=lt.data("parent"),vt.cmptId=H[lt.id()],vt.children=[],vt.positionX=lt.position("x"),vt.positionY=lt.position("y"),vt.offsetX=0,vt.offsetY=0,vt.height=dt.w,vt.width=dt.h,vt.maxX=vt.positionX+vt.width/2,vt.minX=vt.positionX-vt.width/2,vt.maxY=vt.positionY+vt.height/2,vt.minY=vt.positionY-vt.height/2,vt.padLeft=parseFloat(lt.style("padding")),vt.padRight=parseFloat(lt.style("padding")),vt.padTop=parseFloat(lt.style("padding")),vt.padBottom=parseFloat(lt.style("padding")),vt.nodeRepulsion=mt(C.nodeRepulsion)?C.nodeRepulsion(lt):C.nodeRepulsion,P.layoutNodes.push(vt),P.idToIndex[vt.id]=z}for(var Mt=[],kt=0,It=-1,Pt=[],z=0;z<P.nodeSize;z++){var lt=P.layoutNodes[z],qt=lt.parentId;qt!=null?P.layoutNodes[P.idToIndex[qt]].children.push(lt.id):(Mt[++It]=lt.id,Pt.push(lt.id))}for(P.graphSet.push(Pt);kt<=It;){var ce=Mt[kt++],ee=P.idToIndex[ce],it=P.layoutNodes[ee],Ut=it.children;if(Ut.length>0){P.graphSet.push(Ut);for(var z=0;z<Ut.length;z++)Mt[++It]=Ut[z]}}for(var z=0;z<P.graphSet.length;z++)for(var ue=P.graphSet[z],Q=0;Q<ue.length;Q++){var Yt=P.idToIndex[ue[Q]];P.indexToGraph[Yt]=z}for(var z=0;z<P.edgeSize;z++){var ye=L[z],xe={};xe.id=ye.data("id"),xe.sourceId=ye.data("source"),xe.targetId=ye.data("target");var de=mt(C.idealEdgeLength)?C.idealEdgeLength(ye):C.idealEdgeLength,ze=mt(C.edgeElasticity)?C.edgeElasticity(ye):C.edgeElasticity,ke=P.idToIndex[xe.sourceId],xn=P.idToIndex[xe.targetId],tn=P.indexToGraph[ke],an=P.indexToGraph[xn];if(tn!=an){for(var Sn=pet(xe.sourceId,xe.targetId,P),Vn=P.graphSet[Sn],or=0,vt=P.layoutNodes[ke];Vn.indexOf(vt.id)===-1;)vt=P.layoutNodes[P.idToIndex[vt.parentId]],or++;for(vt=P.layoutNodes[xn];Vn.indexOf(vt.id)===-1;)vt=P.layoutNodes[P.idToIndex[vt.parentId]],or++;de*=or*C.nestingFactor}xe.idealLength=de,xe.elasticity=ze,P.layoutEdges.push(xe)}return P},pet=function(p,x,C){var L=bet(p,x,0,C);return 2>L.count?0:L.graph},bet=function y(p,x,C,L){var O=L.graphSet[C];if(-1<O.indexOf(p)&&-1<O.indexOf(x))return{count:2,graph:C};for(var P=0,$=0;$<O.length;$++){var H=O[$],z=L.idToIndex[H],G=L.layoutNodes[z].children;if(G.length!==0){var Q=L.indexToGraph[L.idToIndex[G[0]]],it=y(p,x,Q,L);if(it.count!==0)if(it.count===1){if(P++,P===2)break}else return it}}return{count:P,graph:C}},wet,met=function(p,x){for(var C=p.clientWidth,L=p.clientHeight,O=0;O<p.nodeSize;O++){var P=p.layoutNodes[O];P.children.length===0&&!P.isLocked&&(P.positionX=Math.random()*C,P.positionY=Math.random()*L)}},cj=function(p,x,C){var L=p.boundingBox,O={x1:1/0,x2:-1/0,y1:1/0,y2:-1/0};return x.boundingBox&&(C.forEach(function(P){var $=p.layoutNodes[p.idToIndex[P.data("id")]];O.x1=Math.min(O.x1,$.positionX),O.x2=Math.max(O.x2,$.positionX),O.y1=Math.min(O.y1,$.positionY),O.y2=Math.max(O.y2,$.positionY)}),O.w=O.x2-O.x1,O.h=O.y2-O.y1),function(P,$){var H=p.layoutNodes[p.idToIndex[P.data("id")]];if(x.boundingBox){var z=(H.positionX-O.x1)/O.w,G=(H.positionY-O.y1)/O.h;return{x:L.x1+z*L.w,y:L.y1+G*L.h}}else return{x:H.positionX,y:H.positionY}}},vet=function(p,x,C){var L=C.layout,O=C.eles.nodes(),P=cj(p,C,O);O.positions(P),p.ready!==!0&&(p.ready=!0,L.one("layoutready",C.ready),L.emit({type:"layoutready",layout:this}))},yet=function(p,x,C){xet(p,x),Tet(p),Cet(p,x),_et(p),Aet(p)},xet=function(p,x){for(var C=0;C<p.graphSet.length;C++)for(var L=p.graphSet[C],O=L.length,P=0;P<O;P++)for(var $=p.layoutNodes[p.idToIndex[L[P]]],H=P+1;H<O;H++){var z=p.layoutNodes[p.idToIndex[L[H]]];ket($,z,p,x)}},uj=function(p){return-p+2*p*Math.random()},ket=function(p,x,C,L){var O=p.cmptId,P=x.cmptId;if(!(O!==P&&!C.isCompound)){var $=x.positionX-p.positionX,H=x.positionY-p.positionY,z=1;$===0&&H===0&&($=uj(z),H=uj(z));var G=Eet(p,x,$,H);if(G>0)var Q=L.nodeOverlap*G,it=Math.sqrt($*$+H*H),lt=Q*$/it,dt=Q*H/it;else var vt=wC(p,$,H),Mt=wC(x,-1*$,-1*H),kt=Mt.x-vt.x,It=Mt.y-vt.y,Pt=kt*kt+It*It,it=Math.sqrt(Pt),Q=(p.nodeRepulsion+x.nodeRepulsion)/Pt,lt=Q*kt/it,dt=Q*It/it;p.isLocked||(p.offsetX-=lt,p.offsetY-=dt),x.isLocked||(x.offsetX+=lt,x.offsetY+=dt)}},Eet=function(p,x,C,L){if(C>0)var O=p.maxX-x.minX;else var O=x.maxX-p.minX;if(L>0)var P=p.maxY-x.minY;else var P=x.maxY-p.minY;return O>=0&&P>=0?Math.sqrt(O*O+P*P):0},wC=function(p,x,C){var L=p.positionX,O=p.positionY,P=p.height||1,$=p.width||1,H=C/x,z=P/$,G={};return x===0&&0<C||x===0&&0>C?(G.x=L,G.y=O+P/2,G):0<x&&-1*z<=H&&H<=z?(G.x=L+$/2,G.y=O+$*C/2/x,G):0>x&&-1*z<=H&&H<=z?(G.x=L-$/2,G.y=O-$*C/2/x,G):0<C&&(H<=-1*z||H>=z)?(G.x=L+P*x/2/C,G.y=O+P/2,G):(0>C&&(H<=-1*z||H>=z)&&(G.x=L-P*x/2/C,G.y=O-P/2),G)},Tet=function(p,x){for(var C=0;C<p.edgeSize;C++){var L=p.layoutEdges[C],O=p.idToIndex[L.sourceId],P=p.layoutNodes[O],$=p.idToIndex[L.targetId],H=p.layoutNodes[$],z=H.positionX-P.positionX,G=H.positionY-P.positionY;if(!(z===0&&G===0)){var Q=wC(P,z,G),it=wC(H,-1*z,-1*G),lt=it.x-Q.x,dt=it.y-Q.y,vt=Math.sqrt(lt*lt+dt*dt),Mt=Math.pow(L.idealLength-vt,2)/L.elasticity;if(vt!==0)var kt=Mt*lt/vt,It=Mt*dt/vt;else var kt=0,It=0;P.isLocked||(P.offsetX+=kt,P.offsetY+=It),H.isLocked||(H.offsetX-=kt,H.offsetY-=It)}}},Cet=function(p,x){if(x.gravity!==0)for(var C=1,L=0;L<p.graphSet.length;L++){var O=p.graphSet[L],P=O.length;if(L===0)var $=p.clientHeight/2,H=p.clientWidth/2;else var z=p.layoutNodes[p.idToIndex[O[0]]],G=p.layoutNodes[p.idToIndex[z.parentId]],$=G.positionX,H=G.positionY;for(var Q=0;Q<P;Q++){var it=p.layoutNodes[p.idToIndex[O[Q]]];if(!it.isLocked){var lt=$-it.positionX,dt=H-it.positionY,vt=Math.sqrt(lt*lt+dt*dt);if(vt>C){var Mt=x.gravity*lt/vt,kt=x.gravity*dt/vt;it.offsetX+=Mt,it.offsetY+=kt}}}}},_et=function(p,x){var C=[],L=0,O=-1;for(C.push.apply(C,p.graphSet[0]),O+=p.graphSet[0].length;L<=O;){var P=C[L++],$=p.idToIndex[P],H=p.layoutNodes[$],z=H.children;if(0<z.length&&!H.isLocked){for(var G=H.offsetX,Q=H.offsetY,it=0;it<z.length;it++){var lt=p.layoutNodes[p.idToIndex[z[it]]];lt.offsetX+=G,lt.offsetY+=Q,C[++O]=z[it]}H.offsetX=0,H.offsetY=0}}},Aet=function(p,x){for(var C=0;C<p.nodeSize;C++){var L=p.layoutNodes[C];0<L.children.length&&(L.maxX=void 0,L.minX=void 0,L.maxY=void 0,L.minY=void 0)}for(var C=0;C<p.nodeSize;C++){var L=p.layoutNodes[C];if(!(0<L.children.length||L.isLocked)){var O=Let(L.offsetX,L.offsetY,p.temperature);L.positionX+=O.x,L.positionY+=O.y,L.offsetX=0,L.offsetY=0,L.minX=L.positionX-L.width,L.maxX=L.positionX+L.width,L.minY=L.positionY-L.height,L.maxY=L.positionY+L.height,Met(L,p)}}for(var C=0;C<p.nodeSize;C++){var L=p.layoutNodes[C];0<L.children.length&&!L.isLocked&&(L.positionX=(L.maxX+L.minX)/2,L.positionY=(L.maxY+L.minY)/2,L.width=L.maxX-L.minX,L.height=L.maxY-L.minY)}},Let=function(p,x,C){var L=Math.sqrt(p*p+x*x);if(L>C)var O={x:C*p/L,y:C*x/L};else var O={x:p,y:x};return O},Met=function y(p,x){var C=p.parentId;if(C!=null){var L=x.layoutNodes[x.idToIndex[C]],O=!1;if((L.maxX==null||p.maxX+L.padRight>L.maxX)&&(L.maxX=p.maxX+L.padRight,O=!0),(L.minX==null||p.minX-L.padLeft<L.minX)&&(L.minX=p.minX-L.padLeft,O=!0),(L.maxY==null||p.maxY+L.padBottom>L.maxY)&&(L.maxY=p.maxY+L.padBottom,O=!0),(L.minY==null||p.minY-L.padTop<L.minY)&&(L.minY=p.minY-L.padTop,O=!0),O)return y(L,x)}},lj=function(p,x){for(var C=p.layoutNodes,L=[],O=0;O<C.length;O++){var P=C[O],$=P.cmptId,H=L[$]=L[$]||[];H.push(P)}for(var z=0,O=0;O<L.length;O++){var G=L[O];if(G){G.x1=1/0,G.x2=-1/0,G.y1=1/0,G.y2=-1/0;for(var Q=0;Q<G.length;Q++){var it=G[Q];G.x1=Math.min(G.x1,it.positionX-it.width/2),G.x2=Math.max(G.x2,it.positionX+it.width/2),G.y1=Math.min(G.y1,it.positionY-it.height/2),G.y2=Math.max(G.y2,it.positionY+it.height/2)}G.w=G.x2-G.x1,G.h=G.y2-G.y1,z+=G.w*G.h}}L.sort(function(It,Pt){return Pt.w*Pt.h-It.w*It.h});for(var lt=0,dt=0,vt=0,Mt=0,kt=Math.sqrt(z)*p.clientWidth/p.clientHeight,O=0;O<L.length;O++){var G=L[O];if(G){for(var Q=0;Q<G.length;Q++){var it=G[Q];it.isLocked||(it.positionX+=lt-G.x1,it.positionY+=dt-G.y1)}lt+=G.w+x.componentSpacing,vt+=G.w+x.componentSpacing,Mt=Math.max(Mt,G.h),vt>kt&&(dt+=Mt+x.componentSpacing,lt=0,vt=0,Mt=0)}}},Det={fit:!0,padding:30,boundingBox:void 0,avoidOverlap:!0,avoidOverlapPadding:10,nodeDimensionsIncludeLabels:!1,spacingFactor:void 0,condense:!1,rows:void 0,cols:void 0,position:function(p){},sort:void 0,animate:!1,animationDuration:500,animationEasing:void 0,animateFilter:function(p,x){return!0},ready:void 0,stop:void 0,transform:function(p,x){return x}};function hj(y){this.options=we({},Det,y)}hj.prototype.run=function(){var y=this.options,p=y,x=y.cy,C=p.eles,L=C.nodes().not(":parent");p.sort&&(L=L.sort(p.sort));var O=m0(p.boundingBox?p.boundingBox:{x1:0,y1:0,w:x.width(),h:x.height()});if(O.h===0||O.w===0)C.nodes().layoutPositions(this,p,function(yr){return{x:O.x1,y:O.y1}});else{var P=L.size(),$=Math.sqrt(P*O.h/O.w),H=Math.round($),z=Math.round(O.w/O.h*$),G=function(kr){if(kr==null)return Math.min(H,z);var br=Math.min(H,z);br==H?H=kr:z=kr},Q=function(kr){if(kr==null)return Math.max(H,z);var br=Math.max(H,z);br==H?H=kr:z=kr},it=p.rows,lt=p.cols!=null?p.cols:p.columns;if(it!=null&<!=null)H=it,z=lt;else if(it!=null&<==null)H=it,z=Math.ceil(P/H);else if(it==null&<!=null)z=lt,H=Math.ceil(P/z);else if(z*H>P){var dt=G(),vt=Q();(dt-1)*vt>=P?G(dt-1):(vt-1)*dt>=P&&Q(vt-1)}else for(;z*H<P;){var Mt=G(),kt=Q();(kt+1)*Mt>=P?Q(kt+1):G(Mt+1)}var It=O.w/z,Pt=O.h/H;if(p.condense&&(It=0,Pt=0),p.avoidOverlap)for(var qt=0;qt<L.length;qt++){var ce=L[qt],ee=ce._private.position;(ee.x==null||ee.y==null)&&(ee.x=0,ee.y=0);var Ut=ce.layoutDimensions(p),ue=p.avoidOverlapPadding,Yt=Ut.w+ue,ye=Ut.h+ue;It=Math.max(It,Yt),Pt=Math.max(Pt,ye)}for(var xe={},de=function(kr,br){return!!xe["c-"+kr+"-"+br]},ze=function(kr,br){xe["c-"+kr+"-"+br]=!0},ke=0,xn=0,tn=function(){xn++,xn>=z&&(xn=0,ke++)},an={},Sn=0;Sn<L.length;Sn++){var Vn=L[Sn],or=p.position(Vn);if(or&&(or.row!==void 0||or.col!==void 0)){var Rn={row:or.row,col:or.col};if(Rn.col===void 0)for(Rn.col=0;de(Rn.row,Rn.col);)Rn.col++;else if(Rn.row===void 0)for(Rn.row=0;de(Rn.row,Rn.col);)Rn.row++;an[Vn.id()]=Rn,ze(Rn.row,Rn.col)}}var ar=function(kr,br){var dr,kn;if(kr.locked()||kr.isParent())return!1;var wr=an[kr.id()];if(wr)dr=wr.col*It+It/2+O.x1,kn=wr.row*Pt+Pt/2+O.y1;else{for(;de(ke,xn);)tn();dr=xn*It+It/2+O.x1,kn=ke*Pt+Pt/2+O.y1,ze(ke,xn),tn()}return{x:dr,y:kn}};L.layoutPositions(this,p,ar)}return this};var Iet={ready:function(){},stop:function(){}};function cD(y){this.options=we({},Iet,y)}cD.prototype.run=function(){var y=this.options,p=y.eles,x=this;return y.cy,x.emit("layoutstart"),p.nodes().positions(function(){return{x:0,y:0}}),x.one("layoutready",y.ready),x.emit("layoutready"),x.one("layoutstop",y.stop),x.emit("layoutstop"),this},cD.prototype.stop=function(){return this};var Oet={positions:void 0,zoom:void 0,pan:void 0,fit:!0,padding:30,animate:!1,animationDuration:500,animationEasing:void 0,animateFilter:function(p,x){return!0},ready:void 0,stop:void 0,transform:function(p,x){return x}};function fj(y){this.options=we({},Oet,y)}fj.prototype.run=function(){var y=this.options,p=y.eles,x=p.nodes(),C=mt(y.positions);function L(O){if(y.positions==null)return ZX(O.position());if(C)return y.positions(O);var P=y.positions[O._private.data.id];return P??null}return x.layoutPositions(this,y,function(O,P){var $=L(O);return O.locked()||$==null?!1:$}),this};var Pet={fit:!0,padding:30,boundingBox:void 0,animate:!1,animationDuration:500,animationEasing:void 0,animateFilter:function(p,x){return!0},ready:void 0,stop:void 0,transform:function(p,x){return x}};function dj(y){this.options=we({},Pet,y)}dj.prototype.run=function(){var y=this.options,p=y.cy,x=y.eles,C=m0(y.boundingBox?y.boundingBox:{x1:0,y1:0,w:p.width(),h:p.height()}),L=function(P,$){return{x:C.x1+Math.round(Math.random()*C.w),y:C.y1+Math.round(Math.random()*C.h)}};return x.nodes().layoutPositions(this,y,L),this};var Net=[{name:"breadthfirst",impl:sj},{name:"circle",impl:aj},{name:"concentric",impl:oj},{name:"cose",impl:bC},{name:"grid",impl:hj},{name:"null",impl:cD},{name:"preset",impl:fj},{name:"random",impl:dj}];function gj(y){this.options=y,this.notifications=0}var pj=function(){},bj=function(){throw new Error("A headless instance can not render images")};gj.prototype={recalculateRenderedStyle:pj,notify:function(){this.notifications++},init:pj,isHeadless:function(){return!0},png:bj,jpg:bj};var uD={};uD.arrowShapeWidth=.3,uD.registerArrowShapes=function(){var y=this.arrowShapes={},p=this,x=function(z,G,Q,it,lt,dt,vt){var Mt=lt.x-Q/2-vt,kt=lt.x+Q/2+vt,It=lt.y-Q/2-vt,Pt=lt.y+Q/2+vt,qt=Mt<=z&&z<=kt&&It<=G&&G<=Pt;return qt},C=function(z,G,Q,it,lt){var dt=z*Math.cos(it)-G*Math.sin(it),vt=z*Math.sin(it)+G*Math.cos(it),Mt=dt*Q,kt=vt*Q,It=Mt+lt.x,Pt=kt+lt.y;return{x:It,y:Pt}},L=function(z,G,Q,it){for(var lt=[],dt=0;dt<z.length;dt+=2){var vt=z[dt],Mt=z[dt+1];lt.push(C(vt,Mt,G,Q,it))}return lt},O=function(z){for(var G=[],Q=0;Q<z.length;Q++){var it=z[Q];G.push(it.x,it.y)}return G},P=function(z){return z.pstyle("width").pfValue*z.pstyle("arrow-scale").pfValue*2},$=function(z,G){yt(G)&&(G=y[G]),y[z]=we({name:z,points:[-.15,-.3,.15,-.3,.15,.3,-.15,.3],collide:function(it,lt,dt,vt,Mt,kt){var It=O(L(this.points,dt+2*kt,vt,Mt)),Pt=v0(it,lt,It);return Pt},roughCollide:x,draw:function(it,lt,dt,vt){var Mt=L(this.points,lt,dt,vt);p.arrowShapeImpl("polygon")(it,Mt)},spacing:function(it){return 0},gap:P},G)};$("none",{collide:sy,roughCollide:sy,draw:LM,spacing:ip,gap:ip}),$("triangle",{points:[-.15,-.3,0,0,.15,-.3]}),$("arrow","triangle"),$("triangle-backcurve",{points:y.triangle.points,controlPoint:[0,-.15],roughCollide:x,draw:function(z,G,Q,it,lt){var dt=L(this.points,G,Q,it),vt=this.controlPoint,Mt=C(vt[0],vt[1],G,Q,it);p.arrowShapeImpl(this.name)(z,dt,Mt)},gap:function(z){return P(z)*.8}}),$("triangle-tee",{points:[0,0,.15,-.3,-.15,-.3,0,0],pointsTee:[-.15,-.4,-.15,-.5,.15,-.5,.15,-.4],collide:function(z,G,Q,it,lt,dt,vt){var Mt=O(L(this.points,Q+2*vt,it,lt)),kt=O(L(this.pointsTee,Q+2*vt,it,lt)),It=v0(z,G,Mt)||v0(z,G,kt);return It},draw:function(z,G,Q,it,lt){var dt=L(this.points,G,Q,it),vt=L(this.pointsTee,G,Q,it);p.arrowShapeImpl(this.name)(z,dt,vt)}}),$("circle-triangle",{radius:.15,pointsTr:[0,-.15,.15,-.45,-.15,-.45,0,-.15],collide:function(z,G,Q,it,lt,dt,vt){var Mt=lt,kt=Math.pow(Mt.x-z,2)+Math.pow(Mt.y-G,2)<=Math.pow((Q+2*vt)*this.radius,2),It=O(L(this.points,Q+2*vt,it,lt));return v0(z,G,It)||kt},draw:function(z,G,Q,it,lt){var dt=L(this.pointsTr,G,Q,it);p.arrowShapeImpl(this.name)(z,dt,it.x,it.y,this.radius*G)},spacing:function(z){return p.getArrowWidth(z.pstyle("width").pfValue,z.pstyle("arrow-scale").value)*this.radius}}),$("triangle-cross",{points:[0,0,.15,-.3,-.15,-.3,0,0],baseCrossLinePts:[-.15,-.4,-.15,-.4,.15,-.4,.15,-.4],crossLinePts:function(z,G){var Q=this.baseCrossLinePts.slice(),it=G/z,lt=3,dt=5;return Q[lt]=Q[lt]-it,Q[dt]=Q[dt]-it,Q},collide:function(z,G,Q,it,lt,dt,vt){var Mt=O(L(this.points,Q+2*vt,it,lt)),kt=O(L(this.crossLinePts(Q,dt),Q+2*vt,it,lt)),It=v0(z,G,Mt)||v0(z,G,kt);return It},draw:function(z,G,Q,it,lt){var dt=L(this.points,G,Q,it),vt=L(this.crossLinePts(G,lt),G,Q,it);p.arrowShapeImpl(this.name)(z,dt,vt)}}),$("vee",{points:[-.15,-.3,0,0,.15,-.3,0,-.15],gap:function(z){return P(z)*.525}}),$("circle",{radius:.15,collide:function(z,G,Q,it,lt,dt,vt){var Mt=lt,kt=Math.pow(Mt.x-z,2)+Math.pow(Mt.y-G,2)<=Math.pow((Q+2*vt)*this.radius,2);return kt},draw:function(z,G,Q,it,lt){p.arrowShapeImpl(this.name)(z,it.x,it.y,this.radius*G)},spacing:function(z){return p.getArrowWidth(z.pstyle("width").pfValue,z.pstyle("arrow-scale").value)*this.radius}}),$("tee",{points:[-.15,0,-.15,-.1,.15,-.1,.15,0],spacing:function(z){return 1},gap:function(z){return 1}}),$("square",{points:[-.15,0,.15,0,.15,-.3,-.15,-.3]}),$("diamond",{points:[-.15,-.15,0,-.3,.15,-.15,0,0],gap:function(z){return z.pstyle("width").pfValue*z.pstyle("arrow-scale").value}}),$("chevron",{points:[0,0,-.15,-.15,-.1,-.2,0,-.1,.1,-.2,.15,-.15],gap:function(z){return .95*z.pstyle("width").pfValue*z.pstyle("arrow-scale").value}})};var C4={};C4.projectIntoViewport=function(y,p){var x=this.cy,C=this.findContainerClientCoords(),L=C[0],O=C[1],P=C[4],$=x.pan(),H=x.zoom(),z=((y-L)/P-$.x)/H,G=((p-O)/P-$.y)/H;return[z,G]},C4.findContainerClientCoords=function(){if(this.containerBB)return this.containerBB;var y=this.container,p=y.getBoundingClientRect(),x=R.getComputedStyle(y),C=function(kt){return parseFloat(x.getPropertyValue(kt))},L={left:C("padding-left"),right:C("padding-right"),top:C("padding-top"),bottom:C("padding-bottom")},O={left:C("border-left-width"),right:C("border-right-width"),top:C("border-top-width"),bottom:C("border-bottom-width")},P=y.clientWidth,$=y.clientHeight,H=L.left+L.right,z=L.top+L.bottom,G=O.left+O.right,Q=p.width/(P+G),it=P-H,lt=$-z,dt=p.left+L.left+O.left,vt=p.top+L.top+O.top;return this.containerBB=[dt,vt,it,lt,Q]},C4.invalidateContainerClientCoordsCache=function(){this.containerBB=null},C4.findNearestElement=function(y,p,x,C){return this.findNearestElements(y,p,x,C)[0]},C4.findNearestElements=function(y,p,x,C){var L=this,O=this,P=O.getCachedZSortedEles(),$=[],H=O.cy.zoom(),z=O.cy.hasCompoundNodes(),G=(C?24:8)/H,Q=(C?8:2)/H,it=(C?8:2)/H,lt=1/0,dt,vt;x&&(P=P.interactive);function Mt(Ut,ue){if(Ut.isNode()){if(vt)return;vt=Ut,$.push(Ut)}if(Ut.isEdge()&&(ue==null||ue<lt))if(dt){if(dt.pstyle("z-compound-depth").value===Ut.pstyle("z-compound-depth").value&&dt.pstyle("z-compound-depth").value===Ut.pstyle("z-compound-depth").value){for(var Yt=0;Yt<$.length;Yt++)if($[Yt].isEdge()){$[Yt]=Ut,dt=Ut,lt=ue??lt;break}}}else $.push(Ut),dt=Ut,lt=ue??lt}function kt(Ut){var ue=Ut.outerWidth()+2*Q,Yt=Ut.outerHeight()+2*Q,ye=ue/2,xe=Yt/2,de=Ut.position();if(de.x-ye<=y&&y<=de.x+ye&&de.y-xe<=p&&p<=de.y+xe){var ze=O.nodeShapes[L.getNodeShape(Ut)];if(ze.checkPoint(y,p,0,ue,Yt,de.x,de.y))return Mt(Ut,0),!0}}function It(Ut){var ue=Ut._private,Yt=ue.rscratch,ye=Ut.pstyle("width").pfValue,xe=Ut.pstyle("arrow-scale").value,de=ye/2+G,ze=de*de,ke=de*2,Sn=ue.source,Vn=ue.target,xn;if(Yt.edgeType==="segments"||Yt.edgeType==="straight"||Yt.edgeType==="haystack"){for(var tn=Yt.allpts,an=0;an+3<tn.length;an+=2)if(fQ(y,p,tn[an],tn[an+1],tn[an+2],tn[an+3],ke)&&ze>(xn=wQ(y,p,tn[an],tn[an+1],tn[an+2],tn[an+3])))return Mt(Ut,xn),!0}else if(Yt.edgeType==="bezier"||Yt.edgeType==="multibezier"||Yt.edgeType==="self"||Yt.edgeType==="compound"){for(var tn=Yt.allpts,an=0;an+5<Yt.allpts.length;an+=4)if(dQ(y,p,tn[an],tn[an+1],tn[an+2],tn[an+3],tn[an+4],tn[an+5],ke)&&ze>(xn=bQ(y,p,tn[an],tn[an+1],tn[an+2],tn[an+3],tn[an+4],tn[an+5])))return Mt(Ut,xn),!0}for(var Sn=Sn||ue.source,Vn=Vn||ue.target,or=L.getArrowWidth(ye,xe),Rn=[{name:"source",x:Yt.arrowStartX,y:Yt.arrowStartY,angle:Yt.srcArrowAngle},{name:"target",x:Yt.arrowEndX,y:Yt.arrowEndY,angle:Yt.tgtArrowAngle},{name:"mid-source",x:Yt.midX,y:Yt.midY,angle:Yt.midsrcArrowAngle},{name:"mid-target",x:Yt.midX,y:Yt.midY,angle:Yt.midtgtArrowAngle}],an=0;an<Rn.length;an++){var ar=Rn[an],yr=O.arrowShapes[Ut.pstyle(ar.name+"-arrow-shape").value],kr=Ut.pstyle("width").pfValue;if(yr.roughCollide(y,p,or,ar.angle,{x:ar.x,y:ar.y},kr,G)&&yr.collide(y,p,or,ar.angle,{x:ar.x,y:ar.y},kr,G))return Mt(Ut),!0}z&&$.length>0&&(kt(Sn),kt(Vn))}function Pt(Ut,ue,Yt){return ub(Ut,ue,Yt)}function qt(Ut,ue){var Yt=Ut._private,ye=it,xe;ue?xe=ue+"-":xe="",Ut.boundingBox();var de=Yt.labelBounds[ue||"main"],ze=Ut.pstyle(xe+"label").value,ke=Ut.pstyle("text-events").strValue==="yes";if(!(!ke||!ze)){var xn=Pt(Yt.rscratch,"labelX",ue),tn=Pt(Yt.rscratch,"labelY",ue),an=Pt(Yt.rscratch,"labelAngle",ue),Sn=Ut.pstyle(xe+"text-margin-x").pfValue,Vn=Ut.pstyle(xe+"text-margin-y").pfValue,or=de.x1-ye-Sn,Rn=de.x2+ye-Sn,ar=de.y1-ye-Vn,yr=de.y2+ye-Vn;if(an){var kr=Math.cos(an),br=Math.sin(an),dr=function(ga,Li){return ga=ga-xn,Li=Li-tn,{x:ga*kr-Li*br+xn,y:ga*br+Li*kr+tn}},kn=dr(or,ar),wr=dr(or,yr),Ar=dr(Rn,ar),ci=dr(Rn,yr),ui=[kn.x+Sn,kn.y+Vn,Ar.x+Sn,Ar.y+Vn,ci.x+Sn,ci.y+Vn,wr.x+Sn,wr.y+Vn];if(v0(y,p,ui))return Mt(Ut),!0}else if(Wx(de,y,p))return Mt(Ut),!0}}for(var ce=P.length-1;ce>=0;ce--){var ee=P[ce];ee.isNode()?kt(ee)||qt(ee):It(ee)||qt(ee)||qt(ee,"source")||qt(ee,"target")}return $},C4.getAllInBox=function(y,p,x,C){var L=this.getCachedZSortedEles().interactive,O=[],P=Math.min(y,x),$=Math.max(y,x),H=Math.min(p,C),z=Math.max(p,C);y=P,x=$,p=H,C=z;for(var G=m0({x1:y,y1:p,x2:x,y2:C}),Q=0;Q<L.length;Q++){var it=L[Q];if(it.isNode()){var lt=it,dt=lt.boundingBox({includeNodes:!0,includeEdges:!1,includeLabels:!1});OM(G,dt)&&!LB(dt,G)&&O.push(lt)}else{var vt=it,Mt=vt._private,kt=Mt.rscratch;if(kt.startX!=null&&kt.startY!=null&&!Wx(G,kt.startX,kt.startY)||kt.endX!=null&&kt.endY!=null&&!Wx(G,kt.endX,kt.endY))continue;if(kt.edgeType==="bezier"||kt.edgeType==="multibezier"||kt.edgeType==="self"||kt.edgeType==="compound"||kt.edgeType==="segments"||kt.edgeType==="haystack"){for(var It=Mt.rstyle.bezierPts||Mt.rstyle.linePts||Mt.rstyle.haystackPts,Pt=!0,qt=0;qt<It.length;qt++)if(!hQ(G,It[qt])){Pt=!1;break}Pt&&O.push(vt)}else(kt.edgeType==="haystack"||kt.edgeType==="straight")&&O.push(vt)}}return O};var mC={};mC.calculateArrowAngles=function(y){var p=y._private.rscratch,x=p.edgeType==="haystack",C=p.edgeType==="bezier",L=p.edgeType==="multibezier",O=p.edgeType==="segments",P=p.edgeType==="compound",$=p.edgeType==="self",H,z,G,Q,it,lt,kt,It;if(x?(G=p.haystackPts[0],Q=p.haystackPts[1],it=p.haystackPts[2],lt=p.haystackPts[3]):(G=p.arrowStartX,Q=p.arrowStartY,it=p.arrowEndX,lt=p.arrowEndY),kt=p.midX,It=p.midY,O)H=G-p.segpts[0],z=Q-p.segpts[1];else if(L||P||$||C){var dt=p.allpts,vt=_f(dt[0],dt[2],dt[4],.1),Mt=_f(dt[1],dt[3],dt[5],.1);H=G-vt,z=Q-Mt}else H=G-kt,z=Q-It;p.srcArrowAngle=U9(H,z);var kt=p.midX,It=p.midY;if(x&&(kt=(G+it)/2,It=(Q+lt)/2),H=it-G,z=lt-Q,O){var dt=p.allpts;if(dt.length/2%2===0){var Pt=dt.length/2,qt=Pt-2;H=dt[Pt]-dt[qt],z=dt[Pt+1]-dt[qt+1]}else{var Pt=dt.length/2-1,qt=Pt-2,ce=Pt+2;H=dt[Pt]-dt[qt],z=dt[Pt+1]-dt[qt+1]}}else if(L||P||$){var dt=p.allpts,ee=p.ctrlpts,Ut,ue,Yt,ye;if(ee.length/2%2===0){var xe=dt.length/2-1,de=xe+2,ze=de+2;Ut=_f(dt[xe],dt[de],dt[ze],0),ue=_f(dt[xe+1],dt[de+1],dt[ze+1],0),Yt=_f(dt[xe],dt[de],dt[ze],1e-4),ye=_f(dt[xe+1],dt[de+1],dt[ze+1],1e-4)}else{var de=dt.length/2-1,xe=de-2,ze=de+2;Ut=_f(dt[xe],dt[de],dt[ze],.4999),ue=_f(dt[xe+1],dt[de+1],dt[ze+1],.4999),Yt=_f(dt[xe],dt[de],dt[ze],.5),ye=_f(dt[xe+1],dt[de+1],dt[ze+1],.5)}H=Yt-Ut,z=ye-ue}if(p.midtgtArrowAngle=U9(H,z),p.midDispX=H,p.midDispY=z,H*=-1,z*=-1,O){var dt=p.allpts;if(dt.length/2%2!==0){var Pt=dt.length/2-1,ce=Pt+2;H=-(dt[ce]-dt[Pt]),z=-(dt[ce+1]-dt[Pt+1])}}if(p.midsrcArrowAngle=U9(H,z),O)H=it-p.segpts[p.segpts.length-2],z=lt-p.segpts[p.segpts.length-1];else if(L||P||$||C){var dt=p.allpts,ke=dt.length,vt=_f(dt[ke-6],dt[ke-4],dt[ke-2],.9),Mt=_f(dt[ke-5],dt[ke-3],dt[ke-1],.9);H=it-vt,z=lt-Mt}else H=it-kt,z=lt-It;p.tgtArrowAngle=U9(H,z)},mC.getArrowWidth=mC.getArrowHeight=function(y,p){var x=this.arrowWidthCache=this.arrowWidthCache||{},C=x[y+", "+p];return C||(C=Math.max(Math.pow(y*13.37,.9),29)*p,x[y+", "+p]=C,C)};var Id={};Id.findHaystackPoints=function(y){for(var p=0;p<y.length;p++){var x=y[p],C=x._private,L=C.rscratch;if(!L.haystack){var O=Math.random()*2*Math.PI;L.source={x:Math.cos(O),y:Math.sin(O)},O=Math.random()*2*Math.PI,L.target={x:Math.cos(O),y:Math.sin(O)}}var P=C.source,$=C.target,H=P.position(),z=$.position(),G=P.width(),Q=$.width(),it=P.height(),lt=$.height(),dt=x.pstyle("haystack-radius").value,vt=dt/2;L.haystackPts=L.allpts=[L.source.x*G*vt+H.x,L.source.y*it*vt+H.y,L.target.x*Q*vt+z.x,L.target.y*lt*vt+z.y],L.midX=(L.allpts[0]+L.allpts[2])/2,L.midY=(L.allpts[1]+L.allpts[3])/2,L.edgeType="haystack",L.haystack=!0,this.storeEdgeProjections(x),this.calculateArrowAngles(x),this.recalculateEdgeLabelProjections(x),this.calculateLabelAngles(x)}},Id.findSegmentsPoints=function(y,p){var x=y._private.rscratch,C=p.posPts,L=p.intersectionPts,O=p.vectorNormInverse,P=y.pstyle("edge-distances").value,$=y.pstyle("segment-weights"),H=y.pstyle("segment-distances"),z=Math.min($.pfValue.length,H.pfValue.length);x.edgeType="segments",x.segpts=[];for(var G=0;G<z;G++){var Q=$.pfValue[G],it=H.pfValue[G],lt=1-Q,dt=Q,vt=P==="node-position"?C:L,Mt={x:vt.x1*lt+vt.x2*dt,y:vt.y1*lt+vt.y2*dt};x.segpts.push(Mt.x+O.x*it,Mt.y+O.y*it)}},Id.findLoopPoints=function(y,p,x,C){var L=y._private.rscratch,O=p.dirCounts,P=p.srcPos,$=y.pstyle("control-point-distances"),H=$?$.pfValue[0]:void 0,z=y.pstyle("loop-direction").pfValue,G=y.pstyle("loop-sweep").pfValue,Q=y.pstyle("control-point-step-size").pfValue;L.edgeType="self";var it=x,lt=Q;C&&(it=0,lt=H);var dt=z-Math.PI/2,vt=dt-G/2,Mt=dt+G/2,kt=z+"_"+G;it=O[kt]===void 0?O[kt]=0:++O[kt],L.ctrlpts=[P.x+Math.cos(vt)*1.4*lt*(it/3+1),P.y+Math.sin(vt)*1.4*lt*(it/3+1),P.x+Math.cos(Mt)*1.4*lt*(it/3+1),P.y+Math.sin(Mt)*1.4*lt*(it/3+1)]},Id.findCompoundLoopPoints=function(y,p,x,C){var L=y._private.rscratch;L.edgeType="compound";var O=p.srcPos,P=p.tgtPos,$=p.srcW,H=p.srcH,z=p.tgtW,G=p.tgtH,Q=y.pstyle("control-point-step-size").pfValue,it=y.pstyle("control-point-distances"),lt=it?it.pfValue[0]:void 0,dt=x,vt=Q;C&&(dt=0,vt=lt);var Mt=50,kt={x:O.x-$/2,y:O.y-H/2},It={x:P.x-z/2,y:P.y-G/2},Pt={x:Math.min(kt.x,It.x),y:Math.min(kt.y,It.y)},qt=.5,ce=Math.max(qt,Math.log($*.01)),ee=Math.max(qt,Math.log(z*.01));L.ctrlpts=[Pt.x,Pt.y-(1+Math.pow(Mt,1.12)/100)*vt*(dt/3+1)*ce,Pt.x-(1+Math.pow(Mt,1.12)/100)*vt*(dt/3+1)*ee,Pt.y]},Id.findStraightEdgePoints=function(y){y._private.rscratch.edgeType="straight"},Id.findBezierPoints=function(y,p,x,C,L){var O=y._private.rscratch,P=p.vectorNormInverse,$=p.posPts,H=p.intersectionPts,z=y.pstyle("edge-distances").value,G=y.pstyle("control-point-step-size").pfValue,Q=y.pstyle("control-point-distances"),it=y.pstyle("control-point-weights"),lt=Q&&it?Math.min(Q.value.length,it.value.length):1,dt=Q?Q.pfValue[0]:void 0,vt=it.value[0],Mt=C;O.edgeType=Mt?"multibezier":"bezier",O.ctrlpts=[];for(var kt=0;kt<lt;kt++){var It=(.5-p.eles.length/2+x)*G*(L?-1:1),Pt=void 0,qt=SB(It);Mt&&(dt=Q?Q.pfValue[kt]:G,vt=it.value[kt]),C?Pt=dt:Pt=dt!==void 0?qt*dt:void 0;var ce=Pt!==void 0?Pt:It,ee=1-vt,Ut=vt,ue=z==="node-position"?$:H,Yt={x:ue.x1*ee+ue.x2*Ut,y:ue.y1*ee+ue.y2*Ut};O.ctrlpts.push(Yt.x+P.x*ce,Yt.y+P.y*ce)}},Id.findTaxiPoints=function(y,p){var x=y._private.rscratch;x.edgeType="segments";var C="vertical",L="horizontal",O="leftward",P="rightward",$="downward",H="upward",z="auto",G=p.posPts,Q=p.srcW,it=p.srcH,lt=p.tgtW,dt=p.tgtH,vt=y.pstyle("edge-distances").value,Mt=vt!=="node-position",kt=y.pstyle("taxi-direction").value,It=kt,Pt=y.pstyle("taxi-turn"),qt=Pt.units==="%",ce=Pt.pfValue,ee=ce<0,Ut=y.pstyle("taxi-turn-min-distance").pfValue,ue=Mt?(Q+lt)/2:0,Yt=Mt?(it+dt)/2:0,ye=G.x2-G.x1,xe=G.y2-G.y1,de=function(as,Qn){return as>0?Math.max(as-Qn,0):Math.min(as+Qn,0)},ze=de(ye,ue),ke=de(xe,Yt),xn=!1;It===z?kt=Math.abs(ze)>Math.abs(ke)?L:C:It===H||It===$?(kt=C,xn=!0):(It===O||It===P)&&(kt=L,xn=!0);var tn=kt===C,an=tn?ke:ze,Sn=tn?xe:ye,Vn=SB(Sn),or=!1;!(xn&&(qt||ee))&&(It===$&&Sn<0||It===H&&Sn>0||It===O&&Sn>0||It===P&&Sn<0)&&(Vn*=-1,an=Vn*Math.abs(an),or=!0);var Rn;if(qt){var ar=ce<0?1+ce:ce;Rn=ar*an}else{var yr=ce<0?an:0;Rn=yr+ce*Vn}var kr=function(as){return Math.abs(as)<Ut||Math.abs(as)>=Math.abs(an)},br=kr(Rn),dr=kr(Math.abs(an)-Math.abs(Rn)),kn=br||dr;if(kn&&!or)if(tn){var wr=Math.abs(Sn)<=it/2,Ar=Math.abs(ye)<=lt/2;if(wr){var ci=(G.x1+G.x2)/2,ui=G.y1,ps=G.y2;x.segpts=[ci,ui,ci,ps]}else if(Ar){var ga=(G.y1+G.y2)/2,Li=G.x1,mi=G.x2;x.segpts=[Li,ga,mi,ga]}else x.segpts=[G.x1,G.y2]}else{var ys=Math.abs(Sn)<=Q/2,Xi=Math.abs(xe)<=dt/2;if(ys){var li=(G.y1+G.y2)/2,qi=G.x1,Ao=G.x2;x.segpts=[qi,li,Ao,li]}else if(Xi){var Ka=(G.x1+G.x2)/2,Ws=G.y1,Nr=G.y2;x.segpts=[Ka,Ws,Ka,Nr]}else x.segpts=[G.x2,G.y1]}else if(tn){var re=G.y1+Rn+(Mt?it/2*Vn:0),Kn=G.x1,jr=G.x2;x.segpts=[Kn,re,jr,re]}else{var hr=G.x1+Rn+(Mt?Q/2*Vn:0),J=G.y1,Wa=G.y2;x.segpts=[hr,J,hr,Wa]}},Id.tryToCorrectInvalidPoints=function(y,p){var x=y._private.rscratch;if(x.edgeType==="bezier"){var C=p.srcPos,L=p.tgtPos,O=p.srcW,P=p.srcH,$=p.tgtW,H=p.tgtH,z=p.srcShape,G=p.tgtShape,Q=!Z(x.startX)||!Z(x.startY),it=!Z(x.arrowStartX)||!Z(x.arrowStartY),lt=!Z(x.endX)||!Z(x.endY),dt=!Z(x.arrowEndX)||!Z(x.arrowEndY),vt=3,Mt=this.getArrowWidth(y.pstyle("width").pfValue,y.pstyle("arrow-scale").value)*this.arrowShapeWidth,kt=vt*Mt,It=p4({x:x.ctrlpts[0],y:x.ctrlpts[1]},{x:x.startX,y:x.startY}),Pt=It<kt,qt=p4({x:x.ctrlpts[0],y:x.ctrlpts[1]},{x:x.endX,y:x.endY}),ce=qt<kt,ee=!1;if(Q||it||Pt){ee=!0;var Ut={x:x.ctrlpts[0]-C.x,y:x.ctrlpts[1]-C.y},ue=Math.sqrt(Ut.x*Ut.x+Ut.y*Ut.y),Yt={x:Ut.x/ue,y:Ut.y/ue},ye=Math.max(O,P),xe={x:x.ctrlpts[0]+Yt.x*2*ye,y:x.ctrlpts[1]+Yt.y*2*ye},de=z.intersectLine(C.x,C.y,O,P,xe.x,xe.y,0);Pt?(x.ctrlpts[0]=x.ctrlpts[0]+Yt.x*(kt-It),x.ctrlpts[1]=x.ctrlpts[1]+Yt.y*(kt-It)):(x.ctrlpts[0]=de[0]+Yt.x*kt,x.ctrlpts[1]=de[1]+Yt.y*kt)}if(lt||dt||ce){ee=!0;var ze={x:x.ctrlpts[0]-L.x,y:x.ctrlpts[1]-L.y},ke=Math.sqrt(ze.x*ze.x+ze.y*ze.y),xn={x:ze.x/ke,y:ze.y/ke},tn=Math.max(O,P),an={x:x.ctrlpts[0]+xn.x*2*tn,y:x.ctrlpts[1]+xn.y*2*tn},Sn=G.intersectLine(L.x,L.y,$,H,an.x,an.y,0);ce?(x.ctrlpts[0]=x.ctrlpts[0]+xn.x*(kt-qt),x.ctrlpts[1]=x.ctrlpts[1]+xn.y*(kt-qt)):(x.ctrlpts[0]=Sn[0]+xn.x*kt,x.ctrlpts[1]=Sn[1]+xn.y*kt)}ee&&this.findEndpoints(y)}},Id.storeAllpts=function(y){var p=y._private.rscratch;if(p.edgeType==="multibezier"||p.edgeType==="bezier"||p.edgeType==="self"||p.edgeType==="compound"){p.allpts=[],p.allpts.push(p.startX,p.startY);for(var x=0;x+1<p.ctrlpts.length;x+=2)p.allpts.push(p.ctrlpts[x],p.ctrlpts[x+1]),x+3<p.ctrlpts.length&&p.allpts.push((p.ctrlpts[x]+p.ctrlpts[x+2])/2,(p.ctrlpts[x+1]+p.ctrlpts[x+3])/2);p.allpts.push(p.endX,p.endY);var C,L;p.ctrlpts.length/2%2===0?(C=p.allpts.length/2-1,p.midX=p.allpts[C],p.midY=p.allpts[C+1]):(C=p.allpts.length/2-3,L=.5,p.midX=_f(p.allpts[C],p.allpts[C+2],p.allpts[C+4],L),p.midY=_f(p.allpts[C+1],p.allpts[C+3],p.allpts[C+5],L))}else if(p.edgeType==="straight")p.allpts=[p.startX,p.startY,p.endX,p.endY],p.midX=(p.startX+p.endX+p.arrowStartX+p.arrowEndX)/4,p.midY=(p.startY+p.endY+p.arrowStartY+p.arrowEndY)/4;else if(p.edgeType==="segments")if(p.allpts=[],p.allpts.push(p.startX,p.startY),p.allpts.push.apply(p.allpts,p.segpts),p.allpts.push(p.endX,p.endY),p.segpts.length%4===0){var O=p.segpts.length/2,P=O-2;p.midX=(p.segpts[P]+p.segpts[O])/2,p.midY=(p.segpts[P+1]+p.segpts[O+1])/2}else{var $=p.segpts.length/2-1;p.midX=p.segpts[$],p.midY=p.segpts[$+1]}},Id.checkForInvalidEdgeWarning=function(y){var p=y[0]._private.rscratch;p.nodesOverlap||Z(p.startX)&&Z(p.startY)&&Z(p.endX)&&Z(p.endY)?p.loggedErr=!1:p.loggedErr||(p.loggedErr=!0,Vc("Edge `"+y.id()+"` has invalid endpoints and so it is impossible to draw. Adjust your edge style (e.g. control points) accordingly or use an alternative edge type. This is expected behaviour when the source node and the target node overlap."))},Id.findEdgeControlPoints=function(y){var p=this;if(!(!y||y.length===0)){for(var x=this,C=x.cy,L=C.hasCompoundNodes(),O={map:new M2,get:function(Ut){var ue=this.map.get(Ut[0]);return ue!=null?ue.get(Ut[1]):null},set:function(Ut,ue){var Yt=this.map.get(Ut[0]);Yt==null&&(Yt=new M2,this.map.set(Ut[0],Yt)),Yt.set(Ut[1],ue)}},P=[],$=[],H=0;H<y.length;H++){var z=y[H],G=z._private,Q=z.pstyle("curve-style").value;if(!(z.removed()||!z.takesUpSpace())){if(Q==="haystack"){$.push(z);continue}var it=Q==="unbundled-bezier"||Q==="segments"||Q==="straight"||Q==="straight-triangle"||Q==="taxi",lt=Q==="unbundled-bezier"||Q==="bezier",dt=G.source,vt=G.target,Mt=dt.poolIndex(),kt=vt.poolIndex(),It=[Mt,kt].sort(),Pt=O.get(It);Pt==null&&(Pt={eles:[]},O.set(It,Pt),P.push(It)),Pt.eles.push(z),it&&(Pt.hasUnbundled=!0),lt&&(Pt.hasBezier=!0)}}for(var qt=function(Ut){var ue=P[Ut],Yt=O.get(ue),ye=void 0;if(!Yt.hasUnbundled){var xe=Yt.eles[0].parallelEdges().filter(function(Nr){return Nr.isBundledBezier()});q9(Yt.eles),xe.forEach(function(Nr){return Yt.eles.push(Nr)}),Yt.eles.sort(function(Nr,re){return Nr.poolIndex()-re.poolIndex()})}var de=Yt.eles[0],ze=de.source(),ke=de.target();if(ze.poolIndex()>ke.poolIndex()){var xn=ze;ze=ke,ke=xn}var tn=Yt.srcPos=ze.position(),an=Yt.tgtPos=ke.position(),Sn=Yt.srcW=ze.outerWidth(),Vn=Yt.srcH=ze.outerHeight(),or=Yt.tgtW=ke.outerWidth(),Rn=Yt.tgtH=ke.outerHeight(),ar=Yt.srcShape=x.nodeShapes[p.getNodeShape(ze)],yr=Yt.tgtShape=x.nodeShapes[p.getNodeShape(ke)];Yt.dirCounts={north:0,west:0,south:0,east:0,northwest:0,southwest:0,northeast:0,southeast:0};for(var kr=0;kr<Yt.eles.length;kr++){var br=Yt.eles[kr],dr=br[0]._private.rscratch,kn=br.pstyle("curve-style").value,wr=kn==="unbundled-bezier"||kn==="segments"||kn==="taxi",Ar=!ze.same(br.source());if(!Yt.calculatedIntersection&&ze!==ke&&(Yt.hasBezier||Yt.hasUnbundled)){Yt.calculatedIntersection=!0;var ci=ar.intersectLine(tn.x,tn.y,Sn,Vn,an.x,an.y,0),ui=Yt.srcIntn=ci,ps=yr.intersectLine(an.x,an.y,or,Rn,tn.x,tn.y,0),ga=Yt.tgtIntn=ps,Li=Yt.intersectionPts={x1:ci[0],x2:ps[0],y1:ci[1],y2:ps[1]},mi=Yt.posPts={x1:tn.x,x2:an.x,y1:tn.y,y2:an.y},ys=ps[1]-ci[1],Xi=ps[0]-ci[0],li=Math.sqrt(Xi*Xi+ys*ys),qi=Yt.vector={x:Xi,y:ys},Ao=Yt.vectorNorm={x:qi.x/li,y:qi.y/li},Ka={x:-Ao.y,y:Ao.x};Yt.nodesOverlap=!Z(li)||yr.checkPoint(ci[0],ci[1],0,or,Rn,an.x,an.y)||ar.checkPoint(ps[0],ps[1],0,Sn,Vn,tn.x,tn.y),Yt.vectorNormInverse=Ka,ye={nodesOverlap:Yt.nodesOverlap,dirCounts:Yt.dirCounts,calculatedIntersection:!0,hasBezier:Yt.hasBezier,hasUnbundled:Yt.hasUnbundled,eles:Yt.eles,srcPos:an,tgtPos:tn,srcW:or,srcH:Rn,tgtW:Sn,tgtH:Vn,srcIntn:ga,tgtIntn:ui,srcShape:yr,tgtShape:ar,posPts:{x1:mi.x2,y1:mi.y2,x2:mi.x1,y2:mi.y1},intersectionPts:{x1:Li.x2,y1:Li.y2,x2:Li.x1,y2:Li.y1},vector:{x:-qi.x,y:-qi.y},vectorNorm:{x:-Ao.x,y:-Ao.y},vectorNormInverse:{x:-Ka.x,y:-Ka.y}}}var Ws=Ar?ye:Yt;dr.nodesOverlap=Ws.nodesOverlap,dr.srcIntn=Ws.srcIntn,dr.tgtIntn=Ws.tgtIntn,L&&(ze.isParent()||ze.isChild()||ke.isParent()||ke.isChild())&&(ze.parents().anySame(ke)||ke.parents().anySame(ze)||ze.same(ke)&&ze.isParent())?p.findCompoundLoopPoints(br,Ws,kr,wr):ze===ke?p.findLoopPoints(br,Ws,kr,wr):kn==="segments"?p.findSegmentsPoints(br,Ws):kn==="taxi"?p.findTaxiPoints(br,Ws):kn==="straight"||!wr&&Yt.eles.length%2===1&&kr===Math.floor(Yt.eles.length/2)?p.findStraightEdgePoints(br):p.findBezierPoints(br,Ws,kr,wr,Ar),p.findEndpoints(br),p.tryToCorrectInvalidPoints(br,Ws),p.checkForInvalidEdgeWarning(br),p.storeAllpts(br),p.storeEdgeProjections(br),p.calculateArrowAngles(br),p.recalculateEdgeLabelProjections(br),p.calculateLabelAngles(br)}},ce=0;ce<P.length;ce++)qt(ce);this.findHaystackPoints($)}};function wj(y){var p=[];if(y!=null){for(var x=0;x<y.length;x+=2){var C=y[x],L=y[x+1];p.push({x:C,y:L})}return p}}Id.getSegmentPoints=function(y){var p=y[0]._private.rscratch,x=p.edgeType;if(x==="segments")return this.recalculateRenderedStyle(y),wj(p.segpts)},Id.getControlPoints=function(y){var p=y[0]._private.rscratch,x=p.edgeType;if(x==="bezier"||x==="multibezier"||x==="self"||x==="compound")return this.recalculateRenderedStyle(y),wj(p.ctrlpts)},Id.getEdgeMidpoint=function(y){var p=y[0]._private.rscratch;return this.recalculateRenderedStyle(y),{x:p.midX,y:p.midY}};var Q8={};Q8.manualEndptToPx=function(y,p){var x=this,C=y.position(),L=y.outerWidth(),O=y.outerHeight();if(p.value.length===2){var P=[p.pfValue[0],p.pfValue[1]];return p.units[0]==="%"&&(P[0]=P[0]*L),p.units[1]==="%"&&(P[1]=P[1]*O),P[0]+=C.x,P[1]+=C.y,P}else{var $=p.pfValue[0];$=-Math.PI/2+$;var H=2*Math.max(L,O),z=[C.x+Math.cos($)*H,C.y+Math.sin($)*H];return x.nodeShapes[this.getNodeShape(y)].intersectLine(C.x,C.y,L,O,z[0],z[1],0)}},Q8.findEndpoints=function(y){var p=this,x,C=y.source()[0],L=y.target()[0],O=C.position(),P=L.position(),$=y.pstyle("target-arrow-shape").value,H=y.pstyle("source-arrow-shape").value,z=y.pstyle("target-distance-from-node").pfValue,G=y.pstyle("source-distance-from-node").pfValue,Q=y.pstyle("curve-style").value,it=y._private.rscratch,lt=it.edgeType,dt=Q==="taxi",vt=lt==="self"||lt==="compound",Mt=lt==="bezier"||lt==="multibezier"||vt,kt=lt!=="bezier",It=lt==="straight"||lt==="segments",Pt=lt==="segments",qt=Mt||kt||It,ce=vt||dt,ee=y.pstyle("source-endpoint"),Ut=ce?"outside-to-node":ee.value,ue=y.pstyle("target-endpoint"),Yt=ce?"outside-to-node":ue.value;it.srcManEndpt=ee,it.tgtManEndpt=ue;var ye,xe,de,ze;if(Mt){var ke=[it.ctrlpts[0],it.ctrlpts[1]],xn=kt?[it.ctrlpts[it.ctrlpts.length-2],it.ctrlpts[it.ctrlpts.length-1]]:ke;ye=xn,xe=ke}else if(It){var tn=Pt?it.segpts.slice(0,2):[P.x,P.y],an=Pt?it.segpts.slice(it.segpts.length-2):[O.x,O.y];ye=an,xe=tn}if(Yt==="inside-to-node")x=[P.x,P.y];else if(ue.units)x=this.manualEndptToPx(L,ue);else if(Yt==="outside-to-line")x=it.tgtIntn;else if(Yt==="outside-to-node"||Yt==="outside-to-node-or-label"?de=ye:(Yt==="outside-to-line"||Yt==="outside-to-line-or-label")&&(de=[O.x,O.y]),x=p.nodeShapes[this.getNodeShape(L)].intersectLine(P.x,P.y,L.outerWidth(),L.outerHeight(),de[0],de[1],0),Yt==="outside-to-node-or-label"||Yt==="outside-to-line-or-label"){var Sn=L._private.rscratch,Vn=Sn.labelWidth,or=Sn.labelHeight,Rn=Sn.labelX,ar=Sn.labelY,yr=Vn/2,kr=or/2,br=L.pstyle("text-valign").value;br==="top"?ar-=kr:br==="bottom"&&(ar+=kr);var dr=L.pstyle("text-halign").value;dr==="left"?Rn-=yr:dr==="right"&&(Rn+=yr);var kn=P8(de[0],de[1],[Rn-yr,ar-kr,Rn+yr,ar-kr,Rn+yr,ar+kr,Rn-yr,ar+kr],P.x,P.y);if(kn.length>0){var wr=O,Ar=b4(wr,Gx(x)),ci=b4(wr,Gx(kn)),ui=Ar;if(ci<Ar&&(x=kn,ui=ci),kn.length>2){var ps=b4(wr,{x:kn[2],y:kn[3]});ps<ui&&(x=[kn[2],kn[3]])}}}var ga=K9(x,ye,p.arrowShapes[$].spacing(y)+z),Li=K9(x,ye,p.arrowShapes[$].gap(y)+z);if(it.endX=Li[0],it.endY=Li[1],it.arrowEndX=ga[0],it.arrowEndY=ga[1],Ut==="inside-to-node")x=[O.x,O.y];else if(ee.units)x=this.manualEndptToPx(C,ee);else if(Ut==="outside-to-line")x=it.srcIntn;else if(Ut==="outside-to-node"||Ut==="outside-to-node-or-label"?ze=xe:(Ut==="outside-to-line"||Ut==="outside-to-line-or-label")&&(ze=[P.x,P.y]),x=p.nodeShapes[this.getNodeShape(C)].intersectLine(O.x,O.y,C.outerWidth(),C.outerHeight(),ze[0],ze[1],0),Ut==="outside-to-node-or-label"||Ut==="outside-to-line-or-label"){var mi=C._private.rscratch,ys=mi.labelWidth,Xi=mi.labelHeight,li=mi.labelX,qi=mi.labelY,Ao=ys/2,Ka=Xi/2,Ws=C.pstyle("text-valign").value;Ws==="top"?qi-=Ka:Ws==="bottom"&&(qi+=Ka);var Nr=C.pstyle("text-halign").value;Nr==="left"?li-=Ao:Nr==="right"&&(li+=Ao);var re=P8(ze[0],ze[1],[li-Ao,qi-Ka,li+Ao,qi-Ka,li+Ao,qi+Ka,li-Ao,qi+Ka],O.x,O.y);if(re.length>0){var Kn=P,jr=b4(Kn,Gx(x)),hr=b4(Kn,Gx(re)),J=jr;if(hr<jr&&(x=[re[0],re[1]],J=hr),re.length>2){var Wa=b4(Kn,{x:re[2],y:re[3]});Wa<J&&(x=[re[2],re[3]])}}}var $r=K9(x,xe,p.arrowShapes[H].spacing(y)+G),as=K9(x,xe,p.arrowShapes[H].gap(y)+G);it.startX=as[0],it.startY=as[1],it.arrowStartX=$r[0],it.arrowStartY=$r[1],qt&&(!Z(it.startX)||!Z(it.startY)||!Z(it.endX)||!Z(it.endY)?it.badLine=!0:it.badLine=!1)},Q8.getSourceEndpoint=function(y){var p=y[0]._private.rscratch;switch(this.recalculateRenderedStyle(y),p.edgeType){case"haystack":return{x:p.haystackPts[0],y:p.haystackPts[1]};default:return{x:p.arrowStartX,y:p.arrowStartY}}},Q8.getTargetEndpoint=function(y){var p=y[0]._private.rscratch;switch(this.recalculateRenderedStyle(y),p.edgeType){case"haystack":return{x:p.haystackPts[2],y:p.haystackPts[3]};default:return{x:p.arrowEndX,y:p.arrowEndY}}};var lD={};function Fet(y,p,x){for(var C=function(z,G,Q,it){return _f(z,G,Q,it)},L=p._private,O=L.rstyle.bezierPts,P=0;P<y.bezierProjPcts.length;P++){var $=y.bezierProjPcts[P];O.push({x:C(x[0],x[2],x[4],$),y:C(x[1],x[3],x[5],$)})}}lD.storeEdgeProjections=function(y){var p=y._private,x=p.rscratch,C=x.edgeType;if(p.rstyle.bezierPts=null,p.rstyle.linePts=null,p.rstyle.haystackPts=null,C==="multibezier"||C==="bezier"||C==="self"||C==="compound"){p.rstyle.bezierPts=[];for(var L=0;L+5<x.allpts.length;L+=4)Fet(this,y,x.allpts.slice(L,L+6))}else if(C==="segments")for(var O=p.rstyle.linePts=[],L=0;L+1<x.allpts.length;L+=2)O.push({x:x.allpts[L],y:x.allpts[L+1]});else if(C==="haystack"){var P=x.haystackPts;p.rstyle.haystackPts=[{x:P[0],y:P[1]},{x:P[2],y:P[3]}]}p.rstyle.arrowWidth=this.getArrowWidth(y.pstyle("width").pfValue,y.pstyle("arrow-scale").value)*this.arrowShapeWidth},lD.recalculateEdgeProjections=function(y){this.findEdgeControlPoints(y)};var I2={};I2.recalculateNodeLabelProjection=function(y){var p=y.pstyle("label").strValue;if(!Ft(p)){var x,C,L=y._private,O=y.width(),P=y.height(),$=y.padding(),H=y.position(),z=y.pstyle("text-halign").strValue,G=y.pstyle("text-valign").strValue,Q=L.rscratch,it=L.rstyle;switch(z){case"left":x=H.x-O/2-$;break;case"right":x=H.x+O/2+$;break;default:x=H.x}switch(G){case"top":C=H.y-P/2-$;break;case"bottom":C=H.y+P/2+$;break;default:C=H.y}Q.labelX=x,Q.labelY=C,it.labelX=x,it.labelY=C,this.calculateLabelAngles(y),this.applyLabelDimensions(y)}};var mj=function(p,x){var C=Math.atan(x/p);return p===0&&C<0&&(C=C*-1),C},hD=function(p,x){var C=x.x-p.x,L=x.y-p.y;return mj(C,L)},Bet=function(p,x,C,L){var O=I8(0,L-.001,1),P=I8(0,L+.001,1),$=Kx(p,x,C,O),H=Kx(p,x,C,P);return hD($,H)};I2.recalculateEdgeLabelProjections=function(y){var p,x=y._private,C=x.rscratch,L=this,O={mid:y.pstyle("label").strValue,source:y.pstyle("source-label").strValue,target:y.pstyle("target-label").strValue};if(O.mid||O.source||O.target){p={x:C.midX,y:C.midY};var P=function(Q,it,lt){oy(x.rscratch,Q,it,lt),oy(x.rstyle,Q,it,lt)};P("labelX",null,p.x),P("labelY",null,p.y);var $=mj(C.midDispX,C.midDispY);P("labelAutoAngle",null,$);var H=function G(){if(G.cache)return G.cache;for(var Q=[],it=0;it+5<C.allpts.length;it+=4){var lt={x:C.allpts[it],y:C.allpts[it+1]},dt={x:C.allpts[it+2],y:C.allpts[it+3]},vt={x:C.allpts[it+4],y:C.allpts[it+5]};Q.push({p0:lt,p1:dt,p2:vt,startDist:0,length:0,segments:[]})}var Mt=x.rstyle.bezierPts,kt=L.bezierProjPcts.length;function It(Ut,ue,Yt,ye,xe){var de=p4(ue,Yt),ze=Ut.segments[Ut.segments.length-1],ke={p0:ue,p1:Yt,t0:ye,t1:xe,startDist:ze?ze.startDist+ze.length:0,length:de};Ut.segments.push(ke),Ut.length+=de}for(var Pt=0;Pt<Q.length;Pt++){var qt=Q[Pt],ce=Q[Pt-1];ce&&(qt.startDist=ce.startDist+ce.length),It(qt,qt.p0,Mt[Pt*kt],0,L.bezierProjPcts[0]);for(var ee=0;ee<kt-1;ee++)It(qt,Mt[Pt*kt+ee],Mt[Pt*kt+ee+1],L.bezierProjPcts[ee],L.bezierProjPcts[ee+1]);It(qt,Mt[Pt*kt+kt-1],qt.p2,L.bezierProjPcts[kt-1],1)}return G.cache=Q},z=function(Q){var it,lt=Q==="source";if(O[Q]){var dt=y.pstyle(Q+"-text-offset").pfValue;switch(C.edgeType){case"self":case"compound":case"bezier":case"multibezier":{for(var vt=H(),Mt,kt=0,It=0,Pt=0;Pt<vt.length;Pt++){for(var qt=vt[lt?Pt:vt.length-1-Pt],ce=0;ce<qt.segments.length;ce++){var ee=qt.segments[lt?ce:qt.segments.length-1-ce],Ut=Pt===vt.length-1&&ce===qt.segments.length-1;if(kt=It,It+=ee.length,It>=dt||Ut){Mt={cp:qt,segment:ee};break}}if(Mt)break}var ue=Mt.cp,Yt=Mt.segment,ye=(dt-kt)/Yt.length,xe=Yt.t1-Yt.t0,de=lt?Yt.t0+xe*ye:Yt.t1-xe*ye;de=I8(0,de,1),p=Kx(ue.p0,ue.p1,ue.p2,de),it=Bet(ue.p0,ue.p1,ue.p2,de);break}case"straight":case"segments":case"haystack":{for(var ze=0,ke,xn,tn,an,Sn=C.allpts.length,Vn=0;Vn+3<Sn&&(lt?(tn={x:C.allpts[Vn],y:C.allpts[Vn+1]},an={x:C.allpts[Vn+2],y:C.allpts[Vn+3]}):(tn={x:C.allpts[Sn-2-Vn],y:C.allpts[Sn-1-Vn]},an={x:C.allpts[Sn-4-Vn],y:C.allpts[Sn-3-Vn]}),ke=p4(tn,an),xn=ze,ze+=ke,!(ze>=dt));Vn+=2);var or=dt-xn,Rn=or/ke;Rn=I8(0,Rn,1),p=aQ(tn,an,Rn),it=hD(tn,an);break}}P("labelX",Q,p.x),P("labelY",Q,p.y),P("labelAutoAngle",Q,it)}};z("source"),z("target"),this.applyLabelDimensions(y)}},I2.applyLabelDimensions=function(y){this.applyPrefixedLabelDimensions(y),y.isEdge()&&(this.applyPrefixedLabelDimensions(y,"source"),this.applyPrefixedLabelDimensions(y,"target"))},I2.applyPrefixedLabelDimensions=function(y,p){var x=y._private,C=this.getLabelText(y,p),L=this.calculateLabelDimensions(y,C),O=y.pstyle("line-height").pfValue,P=y.pstyle("text-wrap").strValue,$=ub(x.rscratch,"labelWrapCachedLines",p)||[],H=P!=="wrap"?1:Math.max($.length,1),z=L.height/H,G=z*O,Q=L.width,it=L.height+(H-1)*(O-1)*z;oy(x.rstyle,"labelWidth",p,Q),oy(x.rscratch,"labelWidth",p,Q),oy(x.rstyle,"labelHeight",p,it),oy(x.rscratch,"labelHeight",p,it),oy(x.rscratch,"labelLineHeight",p,G)},I2.getLabelText=function(y,p){var x=y._private,C=p?p+"-":"",L=y.pstyle(C+"label").strValue,O=y.pstyle("text-transform").value,P=function(or,Rn){return Rn?(oy(x.rscratch,or,p,Rn),Rn):ub(x.rscratch,or,p)};if(!L)return"";O=="none"||(O=="uppercase"?L=L.toUpperCase():O=="lowercase"&&(L=L.toLowerCase()));var $=y.pstyle("text-wrap").value;if($==="wrap"){var H=P("labelKey");if(H!=null&&P("labelWrapKey")===H)return P("labelWrapCachedText");for(var z="",G=L.split(`
+`),Q=y.pstyle("text-max-width").pfValue,it=y.pstyle("text-overflow-wrap").value,lt=it==="anywhere",dt=[],vt=/[\s\u200b]+/,Mt=lt?"":" ",kt=0;kt<G.length;kt++){var It=G[kt],Pt=this.calculateLabelDimensions(y,It),qt=Pt.width;if(lt){var ce=It.split("").join(z);It=ce}if(qt>Q){for(var ee=It.split(vt),Ut="",ue=0;ue<ee.length;ue++){var Yt=ee[ue],ye=Ut.length===0?Yt:Ut+Mt+Yt,xe=this.calculateLabelDimensions(y,ye),de=xe.width;de<=Q?Ut+=Yt+Mt:(Ut&&dt.push(Ut),Ut=Yt+Mt)}Ut.match(/^[\s\u200b]+$/)||dt.push(Ut)}else dt.push(It)}P("labelWrapCachedLines",dt),L=P("labelWrapCachedText",dt.join(`
+`)),P("labelWrapKey",H)}else if($==="ellipsis"){var ze=y.pstyle("text-max-width").pfValue,ke="",xn="…",tn=!1;if(this.calculateLabelDimensions(y,L).width<ze)return L;for(var an=0;an<L.length;an++){var Sn=this.calculateLabelDimensions(y,ke+L[an]+xn).width;if(Sn>ze)break;ke+=L[an],an===L.length-1&&(tn=!0)}return tn||(ke+=xn),ke}return L},I2.getLabelJustification=function(y){var p=y.pstyle("text-justification").strValue,x=y.pstyle("text-halign").strValue;if(p==="auto")if(y.isNode())switch(x){case"left":return"right";case"right":return"left";default:return"center"}else return"center";else return p},I2.calculateLabelDimensions=function(y,p){var x=this,C=Ld(p,y._private.labelDimsKey),L=x.labelDimCache||(x.labelDimCache=[]),O=L[C];if(O!=null)return O;var P=0,$=y.pstyle("font-style").strValue,H=y.pstyle("font-size").pfValue,z=y.pstyle("font-family").strValue,G=y.pstyle("font-weight").strValue,Q=this.labelCalcCanvas,it=this.labelCalcCanvasContext;if(!Q){Q=this.labelCalcCanvas=document.createElement("canvas"),it=this.labelCalcCanvasContext=Q.getContext("2d");var lt=Q.style;lt.position="absolute",lt.left="-9999px",lt.top="-9999px",lt.zIndex="-1",lt.visibility="hidden",lt.pointerEvents="none"}it.font="".concat($," ").concat(G," ").concat(H,"px ").concat(z);for(var dt=0,vt=0,Mt=p.split(`
+`),kt=0;kt<Mt.length;kt++){var It=Mt[kt],Pt=it.measureText(It),qt=Math.ceil(Pt.width),ce=H;dt=Math.max(qt,dt),vt+=ce}return dt+=P,vt+=P,L[C]={width:dt,height:vt}},I2.calculateLabelAngle=function(y,p){var x=y._private,C=x.rscratch,L=y.isEdge(),O=p?p+"-":"",P=y.pstyle(O+"text-rotation"),$=P.strValue;return $==="none"?0:L&&$==="autorotate"?C.labelAutoAngle:$==="autorotate"?0:P.pfValue},I2.calculateLabelAngles=function(y){var p=this,x=y.isEdge(),C=y._private,L=C.rscratch;L.labelAngle=p.calculateLabelAngle(y),x&&(L.sourceLabelAngle=p.calculateLabelAngle(y,"source"),L.targetLabelAngle=p.calculateLabelAngle(y,"target"))};var vj={},vC=28,yj=!1;vj.getNodeShape=function(y){var p=this,x=y.pstyle("shape").value;if(x==="cutrectangle"&&(y.width()<vC||y.height()<vC))return yj||(Vc("The `cutrectangle` node shape can not be used at small sizes so `rectangle` is used instead"),yj=!0),"rectangle";if(y.isParent())return x==="rectangle"||x==="roundrectangle"||x==="round-rectangle"||x==="cutrectangle"||x==="cut-rectangle"||x==="barrel"?x:"rectangle";if(x==="polygon"){var C=y.pstyle("shape-polygon-points").value;return p.nodeShapes.makePolygon(C).name}return x};var yC={};yC.registerCalculationListeners=function(){var y=this.cy,p=y.collection(),x=this,C=function(P){var $=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;if(p.merge(P),$)for(var H=0;H<P.length;H++){var z=P[H],G=z._private,Q=G.rstyle;Q.clean=!1,Q.cleanConnected=!1}};x.binder(y).on("bounds.* dirty.*",function(P){var $=P.target;C($)}).on("style.* background.*",function(P){var $=P.target;C($,!1)});var L=function(P){if(P){var $=x.onUpdateEleCalcsFns;p.cleanStyle();for(var H=0;H<p.length;H++){var z=p[H],G=z._private.rstyle;z.isNode()&&!G.cleanConnected&&(C(z.connectedEdges()),G.cleanConnected=!0)}if($)for(var Q=0;Q<$.length;Q++){var it=$[Q];it(P,p)}x.recalculateRenderedStyle(p),p=y.collection()}};x.flushRenderedStyleQueue=function(){L(!0)},x.beforeRender(L,x.beforeRenderPriorities.eleCalcs)},yC.onUpdateEleCalcs=function(y){var p=this.onUpdateEleCalcsFns=this.onUpdateEleCalcsFns||[];p.push(y)},yC.recalculateRenderedStyle=function(y,p){var x=function(qt){return qt._private.rstyle.cleanConnected},C=[],L=[];if(!this.destroyed){p===void 0&&(p=!0);for(var O=0;O<y.length;O++){var P=y[O],$=P._private,H=$.rstyle;P.isEdge()&&(!x(P.source())||!x(P.target()))&&(H.clean=!1),!(p&&H.clean||P.removed())&&P.pstyle("display").value!=="none"&&($.group==="nodes"?L.push(P):C.push(P),H.clean=!0)}for(var z=0;z<L.length;z++){var G=L[z],Q=G._private,it=Q.rstyle,lt=G.position();this.recalculateNodeLabelProjection(G),it.nodeX=lt.x,it.nodeY=lt.y,it.nodeW=G.pstyle("width").pfValue,it.nodeH=G.pstyle("height").pfValue}this.recalculateEdgeProjections(C);for(var dt=0;dt<C.length;dt++){var vt=C[dt],Mt=vt._private,kt=Mt.rstyle,It=Mt.rscratch;kt.srcX=It.arrowStartX,kt.srcY=It.arrowStartY,kt.tgtX=It.arrowEndX,kt.tgtY=It.arrowEndY,kt.midX=It.midX,kt.midY=It.midY,kt.labelAngle=It.labelAngle,kt.sourceLabelAngle=It.sourceLabelAngle,kt.targetLabelAngle=It.targetLabelAngle}}};var xC={};xC.updateCachedGrabbedEles=function(){var y=this.cachedZSortedEles;if(y){y.drag=[],y.nondrag=[];for(var p=[],x=0;x<y.length;x++){var C=y[x],L=C._private.rscratch;C.grabbed()&&!C.isParent()?p.push(C):L.inDragLayer?y.drag.push(C):y.nondrag.push(C)}for(var x=0;x<p.length;x++){var C=p[x];y.drag.push(C)}}},xC.invalidateCachedZSortedEles=function(){this.cachedZSortedEles=null},xC.getCachedZSortedEles=function(y){if(y||!this.cachedZSortedEles){var p=this.cy.mutableElements().toArray();p.sort(VR),p.interactive=p.filter(function(x){return x.interactive()}),this.cachedZSortedEles=p,this.updateCachedGrabbedEles()}else p=this.cachedZSortedEles;return p};var xj={};[C4,mC,Id,Q8,lD,I2,vj,yC,xC].forEach(function(y){we(xj,y)});var kj={};kj.getCachedImage=function(y,p,x){var C=this,L=C.imageCache=C.imageCache||{},O=L[y];if(O)return O.image.complete||O.image.addEventListener("load",x),O.image;O=L[y]=L[y]||{};var P=O.image=new Image;P.addEventListener("load",x),P.addEventListener("error",function(){P.error=!0});var $="data:",H=y.substring(0,$.length).toLowerCase()===$;return H||(P.crossOrigin=p),P.src=y,P};var l6={};l6.registerBinding=function(y,p,x,C){var L=Array.prototype.slice.apply(arguments,[1]),O=this.binder(y);return O.on.apply(O,L)},l6.binder=function(y){var p=this,x=y===window||y===document||y===document.body||_t(y);if(p.supportsPassiveEvents==null){var C=!1;try{var L=Object.defineProperty({},"passive",{get:function(){return C=!0,!0}});window.addEventListener("test",null,L)}catch{}p.supportsPassiveEvents=C}var O=function($,H,z){var G=Array.prototype.slice.call(arguments);return x&&p.supportsPassiveEvents&&(G[2]={capture:z??!1,passive:!1,once:!1}),p.bindings.push({target:y,args:G}),(y.addEventListener||y.on).apply(y,G),this};return{on:O,addEventListener:O,addListener:O,bind:O}},l6.nodeIsDraggable=function(y){return y&&y.isNode()&&!y.locked()&&y.grabbable()},l6.nodeIsGrabbable=function(y){return this.nodeIsDraggable(y)&&y.interactive()},l6.load=function(){var y=this,p=function(re){return re.selected()},x=function(re,Kn,jr,hr){re==null&&(re=y.cy);for(var J=0;J<Kn.length;J++){var Wa=Kn[J];re.emit({originalEvent:jr,type:Wa,position:hr})}},C=function(re){return re.shiftKey||re.metaKey||re.ctrlKey},L=function(re,Kn){var jr=!0;if(y.cy.hasCompoundNodes()&&re&&re.pannable())for(var hr=0;Kn&&hr<Kn.length;hr++){var re=Kn[hr];if(re.isNode()&&re.isParent()&&!re.pannable()){jr=!1;break}}else jr=!0;return jr},O=function(re){re[0]._private.grabbed=!0},P=function(re){re[0]._private.grabbed=!1},$=function(re){re[0]._private.rscratch.inDragLayer=!0},H=function(re){re[0]._private.rscratch.inDragLayer=!1},z=function(re){re[0]._private.rscratch.isGrabTarget=!0},G=function(re){re[0]._private.rscratch.isGrabTarget=!1},Q=function(re,Kn){var jr=Kn.addToList,hr=jr.has(re);!hr&&re.grabbable()&&!re.locked()&&(jr.merge(re),O(re))},it=function(re,Kn){if(re.cy().hasCompoundNodes()&&!(Kn.inDragLayer==null&&Kn.addToList==null)){var jr=re.descendants();Kn.inDragLayer&&(jr.forEach($),jr.connectedEdges().forEach($)),Kn.addToList&&Q(jr,Kn)}},lt=function(re,Kn){Kn=Kn||{};var jr=re.cy().hasCompoundNodes();Kn.inDragLayer&&(re.forEach($),re.neighborhood().stdFilter(function(hr){return!jr||hr.isEdge()}).forEach($)),Kn.addToList&&re.forEach(function(hr){Q(hr,Kn)}),it(re,Kn),Mt(re,{inDragLayer:Kn.inDragLayer}),y.updateCachedGrabbedEles()},dt=lt,vt=function(re){re&&(y.getCachedZSortedEles().forEach(function(Kn){P(Kn),H(Kn),G(Kn)}),y.updateCachedGrabbedEles())},Mt=function(re,Kn){if(!(Kn.inDragLayer==null&&Kn.addToList==null)&&re.cy().hasCompoundNodes()){var jr=re.ancestors().orphans();if(!jr.same(re)){var hr=jr.descendants().spawnSelf().merge(jr).unmerge(re).unmerge(re.descendants()),J=hr.connectedEdges();Kn.inDragLayer&&(J.forEach($),hr.forEach($)),Kn.addToList&&hr.forEach(function(Wa){Q(Wa,Kn)})}}},kt=function(){document.activeElement!=null&&document.activeElement.blur!=null&&document.activeElement.blur()},It=typeof MutationObserver<"u",Pt=typeof ResizeObserver<"u";It?(y.removeObserver=new MutationObserver(function(Nr){for(var re=0;re<Nr.length;re++){var Kn=Nr[re],jr=Kn.removedNodes;if(jr)for(var hr=0;hr<jr.length;hr++){var J=jr[hr];if(J===y.container){y.destroy();break}}}}),y.container.parentNode&&y.removeObserver.observe(y.container.parentNode,{childList:!0})):y.registerBinding(y.container,"DOMNodeRemoved",function(Nr){y.destroy()});var qt=gu(function(){y.cy.resize()},100);It&&(y.styleObserver=new MutationObserver(qt),y.styleObserver.observe(y.container,{attributes:!0})),y.registerBinding(window,"resize",qt),Pt&&(y.resizeObserver=new ResizeObserver(qt),y.resizeObserver.observe(y.container));var ce=function(re,Kn){for(;re!=null;)Kn(re),re=re.parentNode},ee=function(){y.invalidateContainerClientCoordsCache()};ce(y.container,function(Nr){y.registerBinding(Nr,"transitionend",ee),y.registerBinding(Nr,"animationend",ee),y.registerBinding(Nr,"scroll",ee)}),y.registerBinding(y.container,"contextmenu",function(Nr){Nr.preventDefault()});var Ut=function(){return y.selection[4]!==0},ue=function(re){for(var Kn=y.findContainerClientCoords(),jr=Kn[0],hr=Kn[1],J=Kn[2],Wa=Kn[3],$r=re.touches?re.touches:[re],as=!1,Qn=0;Qn<$r.length;Qn++){var Jc=$r[Qn];if(jr<=Jc.clientX&&Jc.clientX<=jr+J&&hr<=Jc.clientY&&Jc.clientY<=hr+Wa){as=!0;break}}if(!as)return!1;for(var uo=y.container,Dc=re.target,za=Dc.parentNode,lo=!1;za;){if(za===uo){lo=!0;break}za=za.parentNode}return!!lo};y.registerBinding(y.container,"mousedown",function(re){if(ue(re)){re.preventDefault(),kt(),y.hoverData.capture=!0,y.hoverData.which=re.which;var Kn=y.cy,jr=[re.clientX,re.clientY],hr=y.projectIntoViewport(jr[0],jr[1]),J=y.selection,Wa=y.findNearestElements(hr[0],hr[1],!0,!1),$r=Wa[0],as=y.dragData.possibleDragElements;y.hoverData.mdownPos=hr,y.hoverData.mdownGPos=jr;var Qn=function(){y.hoverData.tapholdCancelled=!1,clearTimeout(y.hoverData.tapholdTimeout),y.hoverData.tapholdTimeout=setTimeout(function(){if(!y.hoverData.tapholdCancelled){var _l=y.hoverData.down;_l?_l.emit({originalEvent:re,type:"taphold",position:{x:hr[0],y:hr[1]}}):Kn.emit({originalEvent:re,type:"taphold",position:{x:hr[0],y:hr[1]}})}},y.tapholdDuration)};if(re.which==3){y.hoverData.cxtStarted=!0;var Jc={originalEvent:re,type:"cxttapstart",position:{x:hr[0],y:hr[1]}};$r?($r.activate(),$r.emit(Jc),y.hoverData.down=$r):Kn.emit(Jc),y.hoverData.downTime=new Date().getTime(),y.hoverData.cxtDragged=!1}else if(re.which==1){$r&&$r.activate();{if($r!=null&&y.nodeIsGrabbable($r)){var uo=function(_l){return{originalEvent:re,type:_l,position:{x:hr[0],y:hr[1]}}},Dc=function(_l){_l.emit(uo("grab"))};if(z($r),!$r.selected())as=y.dragData.possibleDragElements=Kn.collection(),dt($r,{addToList:as}),$r.emit(uo("grabon")).emit(uo("grab"));else{as=y.dragData.possibleDragElements=Kn.collection();var za=Kn.$(function(lo){return lo.isNode()&&lo.selected()&&y.nodeIsGrabbable(lo)});lt(za,{addToList:as}),$r.emit(uo("grabon")),za.forEach(Dc)}y.redrawHint("eles",!0),y.redrawHint("drag",!0)}y.hoverData.down=$r,y.hoverData.downs=Wa,y.hoverData.downTime=new Date().getTime()}x($r,["mousedown","tapstart","vmousedown"],re,{x:hr[0],y:hr[1]}),$r==null?(J[4]=1,y.data.bgActivePosistion={x:hr[0],y:hr[1]},y.redrawHint("select",!0),y.redraw()):$r.pannable()&&(J[4]=1),Qn()}J[0]=J[2]=hr[0],J[1]=J[3]=hr[1]}},!1),y.registerBinding(window,"mousemove",function(re){var Kn=y.hoverData.capture;if(!(!Kn&&!ue(re))){var jr=!1,hr=y.cy,J=hr.zoom(),Wa=[re.clientX,re.clientY],$r=y.projectIntoViewport(Wa[0],Wa[1]),as=y.hoverData.mdownPos,Qn=y.hoverData.mdownGPos,Jc=y.selection,uo=null;!y.hoverData.draggingEles&&!y.hoverData.dragging&&!y.hoverData.selecting&&(uo=y.findNearestElement($r[0],$r[1],!0,!1));var Dc=y.hoverData.last,za=y.hoverData.down,lo=[$r[0]-Jc[2],$r[1]-Jc[3]],_l=y.dragData.possibleDragElements,Lf;if(Qn){var b1=Wa[0]-Qn[0],db=b1*b1,w1=Wa[1]-Qn[1],Mf=w1*w1,Od=db+Mf;y.hoverData.isOverThresholdDrag=Lf=Od>=y.desktopTapThreshold2}var om=C(re);Lf&&(y.hoverData.tapholdCancelled=!0);var by=function(){var P2=y.hoverData.dragDelta=y.hoverData.dragDelta||[];P2.length===0?(P2.push(lo[0]),P2.push(lo[1])):(P2[0]+=lo[0],P2[1]+=lo[1])};jr=!0,x(uo,["mousemove","vmousemove","tapdrag"],re,{x:$r[0],y:$r[1]});var w6=function(){y.data.bgActivePosistion=void 0,y.hoverData.selecting||hr.emit({originalEvent:re,type:"boxstart",position:{x:$r[0],y:$r[1]}}),Jc[4]=1,y.hoverData.selecting=!0,y.redrawHint("select",!0),y.redraw()};if(y.hoverData.which===3){if(Lf){var _4={originalEvent:re,type:"cxtdrag",position:{x:$r[0],y:$r[1]}};za?za.emit(_4):hr.emit(_4),y.hoverData.cxtDragged=!0,(!y.hoverData.cxtOver||uo!==y.hoverData.cxtOver)&&(y.hoverData.cxtOver&&y.hoverData.cxtOver.emit({originalEvent:re,type:"cxtdragout",position:{x:$r[0],y:$r[1]}}),y.hoverData.cxtOver=uo,uo&&uo.emit({originalEvent:re,type:"cxtdragover",position:{x:$r[0],y:$r[1]}}))}}else if(y.hoverData.dragging){if(jr=!0,hr.panningEnabled()&&hr.userPanningEnabled()){var m6;if(y.hoverData.justStartedPan){var SC=y.hoverData.mdownPos;m6={x:($r[0]-SC[0])*J,y:($r[1]-SC[1])*J},y.hoverData.justStartedPan=!1}else m6={x:lo[0]*J,y:lo[1]*J};hr.panBy(m6),hr.emit("dragpan"),y.hoverData.dragged=!0}$r=y.projectIntoViewport(re.clientX,re.clientY)}else if(Jc[4]==1&&(za==null||za.pannable())){if(Lf){if(!y.hoverData.dragging&&hr.boxSelectionEnabled()&&(om||!hr.panningEnabled()||!hr.userPanningEnabled()))w6();else if(!y.hoverData.selecting&&hr.panningEnabled()&&hr.userPanningEnabled()){var S4=L(za,y.hoverData.downs);S4&&(y.hoverData.dragging=!0,y.hoverData.justStartedPan=!0,Jc[4]=0,y.data.bgActivePosistion=Gx(as),y.redrawHint("select",!0),y.redraw())}za&&za.pannable()&&za.active()&&za.unactivate()}}else{if(za&&za.pannable()&&za.active()&&za.unactivate(),(!za||!za.grabbed())&&uo!=Dc&&(Dc&&x(Dc,["mouseout","tapdragout"],re,{x:$r[0],y:$r[1]}),uo&&x(uo,["mouseover","tapdragover"],re,{x:$r[0],y:$r[1]}),y.hoverData.last=uo),za)if(Lf){if(hr.boxSelectionEnabled()&&om)za&&za.grabbed()&&(vt(_l),za.emit("freeon"),_l.emit("free"),y.dragData.didDrag&&(za.emit("dragfreeon"),_l.emit("dragfree"))),w6();else if(za&&za.grabbed()&&y.nodeIsDraggable(za)){var y0=!y.dragData.didDrag;y0&&y.redrawHint("eles",!0),y.dragData.didDrag=!0,y.hoverData.draggingEles||lt(_l,{inDragLayer:!0});var G1={x:0,y:0};if(Z(lo[0])&&Z(lo[1])&&(G1.x+=lo[0],G1.y+=lo[1],y0)){var x0=y.hoverData.dragDelta;x0&&Z(x0[0])&&Z(x0[1])&&(G1.x+=x0[0],G1.y+=x0[1])}y.hoverData.draggingEles=!0,_l.silentShift(G1).emit("position drag"),y.redrawHint("drag",!0),y.redraw()}}else by();jr=!0}if(Jc[2]=$r[0],Jc[3]=$r[1],jr)return re.stopPropagation&&re.stopPropagation(),re.preventDefault&&re.preventDefault(),!1}},!1);var Yt,ye,xe;y.registerBinding(window,"mouseup",function(re){var Kn=y.hoverData.capture;if(Kn){y.hoverData.capture=!1;var jr=y.cy,hr=y.projectIntoViewport(re.clientX,re.clientY),J=y.selection,Wa=y.findNearestElement(hr[0],hr[1],!0,!1),$r=y.dragData.possibleDragElements,as=y.hoverData.down,Qn=C(re);if(y.data.bgActivePosistion&&(y.redrawHint("select",!0),y.redraw()),y.hoverData.tapholdCancelled=!0,y.data.bgActivePosistion=void 0,as&&as.unactivate(),y.hoverData.which===3){var Jc={originalEvent:re,type:"cxttapend",position:{x:hr[0],y:hr[1]}};if(as?as.emit(Jc):jr.emit(Jc),!y.hoverData.cxtDragged){var uo={originalEvent:re,type:"cxttap",position:{x:hr[0],y:hr[1]}};as?as.emit(uo):jr.emit(uo)}y.hoverData.cxtDragged=!1,y.hoverData.which=null}else if(y.hoverData.which===1){if(x(Wa,["mouseup","tapend","vmouseup"],re,{x:hr[0],y:hr[1]}),!y.dragData.didDrag&&!y.hoverData.dragged&&!y.hoverData.selecting&&!y.hoverData.isOverThresholdDrag&&(x(as,["click","tap","vclick"],re,{x:hr[0],y:hr[1]}),ye=!1,re.timeStamp-xe<=jr.multiClickDebounceTime()?(Yt&&clearTimeout(Yt),ye=!0,xe=null,x(as,["dblclick","dbltap","vdblclick"],re,{x:hr[0],y:hr[1]})):(Yt=setTimeout(function(){ye||x(as,["oneclick","onetap","voneclick"],re,{x:hr[0],y:hr[1]})},jr.multiClickDebounceTime()),xe=re.timeStamp)),as==null&&!y.dragData.didDrag&&!y.hoverData.selecting&&!y.hoverData.dragged&&!C(re)&&(jr.$(p).unselect(["tapunselect"]),$r.length>0&&y.redrawHint("eles",!0),y.dragData.possibleDragElements=$r=jr.collection()),Wa==as&&!y.dragData.didDrag&&!y.hoverData.selecting&&Wa!=null&&Wa._private.selectable&&(y.hoverData.dragging||(jr.selectionType()==="additive"||Qn?Wa.selected()?Wa.unselect(["tapunselect"]):Wa.select(["tapselect"]):Qn||(jr.$(p).unmerge(Wa).unselect(["tapunselect"]),Wa.select(["tapselect"]))),y.redrawHint("eles",!0)),y.hoverData.selecting){var Dc=jr.collection(y.getAllInBox(J[0],J[1],J[2],J[3]));y.redrawHint("select",!0),Dc.length>0&&y.redrawHint("eles",!0),jr.emit({type:"boxend",originalEvent:re,position:{x:hr[0],y:hr[1]}});var za=function(Lf){return Lf.selectable()&&!Lf.selected()};jr.selectionType()==="additive"||Qn||jr.$(p).unmerge(Dc).unselect(),Dc.emit("box").stdFilter(za).select().emit("boxselect"),y.redraw()}if(y.hoverData.dragging&&(y.hoverData.dragging=!1,y.redrawHint("select",!0),y.redrawHint("eles",!0),y.redraw()),!J[4]){y.redrawHint("drag",!0),y.redrawHint("eles",!0);var lo=as&&as.grabbed();vt($r),lo&&(as.emit("freeon"),$r.emit("free"),y.dragData.didDrag&&(as.emit("dragfreeon"),$r.emit("dragfree")))}}J[4]=0,y.hoverData.down=null,y.hoverData.cxtStarted=!1,y.hoverData.draggingEles=!1,y.hoverData.selecting=!1,y.hoverData.isOverThresholdDrag=!1,y.dragData.didDrag=!1,y.hoverData.dragged=!1,y.hoverData.dragDelta=[],y.hoverData.mdownPos=null,y.hoverData.mdownGPos=null}},!1);var de=function(re){if(!y.scrollingPage){var Kn=y.cy,jr=Kn.zoom(),hr=Kn.pan(),J=y.projectIntoViewport(re.clientX,re.clientY),Wa=[J[0]*jr+hr.x,J[1]*jr+hr.y];if(y.hoverData.draggingEles||y.hoverData.dragging||y.hoverData.cxtStarted||Ut()){re.preventDefault();return}if(Kn.panningEnabled()&&Kn.userPanningEnabled()&&Kn.zoomingEnabled()&&Kn.userZoomingEnabled()){re.preventDefault(),y.data.wheelZooming=!0,clearTimeout(y.data.wheelTimeout),y.data.wheelTimeout=setTimeout(function(){y.data.wheelZooming=!1,y.redrawHint("eles",!0),y.redraw()},150);var $r;re.deltaY!=null?$r=re.deltaY/-250:re.wheelDeltaY!=null?$r=re.wheelDeltaY/1e3:$r=re.wheelDelta/1e3,$r=$r*y.wheelSensitivity;var as=re.deltaMode===1;as&&($r*=33);var Qn=Kn.zoom()*Math.pow(10,$r);re.type==="gesturechange"&&(Qn=y.gestureStartZoom*re.scale),Kn.zoom({level:Qn,renderedPosition:{x:Wa[0],y:Wa[1]}}),Kn.emit(re.type==="gesturechange"?"pinchzoom":"scrollzoom")}}};y.registerBinding(y.container,"wheel",de,!0),y.registerBinding(window,"scroll",function(re){y.scrollingPage=!0,clearTimeout(y.scrollingPageTimeout),y.scrollingPageTimeout=setTimeout(function(){y.scrollingPage=!1},250)},!0),y.registerBinding(y.container,"gesturestart",function(re){y.gestureStartZoom=y.cy.zoom(),y.hasTouchStarted||re.preventDefault()},!0),y.registerBinding(y.container,"gesturechange",function(Nr){y.hasTouchStarted||de(Nr)},!0),y.registerBinding(y.container,"mouseout",function(re){var Kn=y.projectIntoViewport(re.clientX,re.clientY);y.cy.emit({originalEvent:re,type:"mouseout",position:{x:Kn[0],y:Kn[1]}})},!1),y.registerBinding(y.container,"mouseover",function(re){var Kn=y.projectIntoViewport(re.clientX,re.clientY);y.cy.emit({originalEvent:re,type:"mouseover",position:{x:Kn[0],y:Kn[1]}})},!1);var ze,ke,xn,tn,an,Sn,Vn,or,Rn,ar,yr,kr,br,dr=function(re,Kn,jr,hr){return Math.sqrt((jr-re)*(jr-re)+(hr-Kn)*(hr-Kn))},kn=function(re,Kn,jr,hr){return(jr-re)*(jr-re)+(hr-Kn)*(hr-Kn)},wr;y.registerBinding(y.container,"touchstart",wr=function(re){if(y.hasTouchStarted=!0,!!ue(re)){kt(),y.touchData.capture=!0,y.data.bgActivePosistion=void 0;var Kn=y.cy,jr=y.touchData.now,hr=y.touchData.earlier;if(re.touches[0]){var J=y.projectIntoViewport(re.touches[0].clientX,re.touches[0].clientY);jr[0]=J[0],jr[1]=J[1]}if(re.touches[1]){var J=y.projectIntoViewport(re.touches[1].clientX,re.touches[1].clientY);jr[2]=J[0],jr[3]=J[1]}if(re.touches[2]){var J=y.projectIntoViewport(re.touches[2].clientX,re.touches[2].clientY);jr[4]=J[0],jr[5]=J[1]}if(re.touches[1]){y.touchData.singleTouchMoved=!0,vt(y.dragData.touchDragEles);var Wa=y.findContainerClientCoords();Rn=Wa[0],ar=Wa[1],yr=Wa[2],kr=Wa[3],ze=re.touches[0].clientX-Rn,ke=re.touches[0].clientY-ar,xn=re.touches[1].clientX-Rn,tn=re.touches[1].clientY-ar,br=0<=ze&&ze<=yr&&0<=xn&&xn<=yr&&0<=ke&&ke<=kr&&0<=tn&&tn<=kr;var $r=Kn.pan(),as=Kn.zoom();an=dr(ze,ke,xn,tn),Sn=kn(ze,ke,xn,tn),Vn=[(ze+xn)/2,(ke+tn)/2],or=[(Vn[0]-$r.x)/as,(Vn[1]-$r.y)/as];var Qn=200,Jc=Qn*Qn;if(Sn<Jc&&!re.touches[2]){var uo=y.findNearestElement(jr[0],jr[1],!0,!0),Dc=y.findNearestElement(jr[2],jr[3],!0,!0);uo&&uo.isNode()?(uo.activate().emit({originalEvent:re,type:"cxttapstart",position:{x:jr[0],y:jr[1]}}),y.touchData.start=uo):Dc&&Dc.isNode()?(Dc.activate().emit({originalEvent:re,type:"cxttapstart",position:{x:jr[0],y:jr[1]}}),y.touchData.start=Dc):Kn.emit({originalEvent:re,type:"cxttapstart",position:{x:jr[0],y:jr[1]}}),y.touchData.start&&(y.touchData.start._private.grabbed=!1),y.touchData.cxt=!0,y.touchData.cxtDragged=!1,y.data.bgActivePosistion=void 0,y.redraw();return}}if(re.touches[2])Kn.boxSelectionEnabled()&&re.preventDefault();else if(!re.touches[1]){if(re.touches[0]){var za=y.findNearestElements(jr[0],jr[1],!0,!0),lo=za[0];if(lo!=null&&(lo.activate(),y.touchData.start=lo,y.touchData.starts=za,y.nodeIsGrabbable(lo))){var _l=y.dragData.touchDragEles=Kn.collection(),Lf=null;y.redrawHint("eles",!0),y.redrawHint("drag",!0),lo.selected()?(Lf=Kn.$(function(Od){return Od.selected()&&y.nodeIsGrabbable(Od)}),lt(Lf,{addToList:_l})):dt(lo,{addToList:_l}),z(lo);var b1=function(om){return{originalEvent:re,type:om,position:{x:jr[0],y:jr[1]}}};lo.emit(b1("grabon")),Lf?Lf.forEach(function(Od){Od.emit(b1("grab"))}):lo.emit(b1("grab"))}x(lo,["touchstart","tapstart","vmousedown"],re,{x:jr[0],y:jr[1]}),lo==null&&(y.data.bgActivePosistion={x:J[0],y:J[1]},y.redrawHint("select",!0),y.redraw()),y.touchData.singleTouchMoved=!1,y.touchData.singleTouchStartTime=+new Date,clearTimeout(y.touchData.tapholdTimeout),y.touchData.tapholdTimeout=setTimeout(function(){y.touchData.singleTouchMoved===!1&&!y.pinching&&!y.touchData.selecting&&x(y.touchData.start,["taphold"],re,{x:jr[0],y:jr[1]})},y.tapholdDuration)}}if(re.touches.length>=1){for(var db=y.touchData.startPosition=[],w1=0;w1<jr.length;w1++)db[w1]=hr[w1]=jr[w1];var Mf=re.touches[0];y.touchData.startGPosition=[Mf.clientX,Mf.clientY]}}},!1);var Ar;y.registerBinding(window,"touchmove",Ar=function(re){var Kn=y.touchData.capture;if(!(!Kn&&!ue(re))){var jr=y.selection,hr=y.cy,J=y.touchData.now,Wa=y.touchData.earlier,$r=hr.zoom();if(re.touches[0]){var as=y.projectIntoViewport(re.touches[0].clientX,re.touches[0].clientY);J[0]=as[0],J[1]=as[1]}if(re.touches[1]){var as=y.projectIntoViewport(re.touches[1].clientX,re.touches[1].clientY);J[2]=as[0],J[3]=as[1]}if(re.touches[2]){var as=y.projectIntoViewport(re.touches[2].clientX,re.touches[2].clientY);J[4]=as[0],J[5]=as[1]}var Qn=y.touchData.startGPosition,Jc;if(Kn&&re.touches[0]&&Qn){for(var uo=[],Dc=0;Dc<J.length;Dc++)uo[Dc]=J[Dc]-Wa[Dc];var za=re.touches[0].clientX-Qn[0],lo=za*za,_l=re.touches[0].clientY-Qn[1],Lf=_l*_l,b1=lo+Lf;Jc=b1>=y.touchTapThreshold2}if(Kn&&y.touchData.cxt){re.preventDefault();var db=re.touches[0].clientX-Rn,w1=re.touches[0].clientY-ar,Mf=re.touches[1].clientX-Rn,Od=re.touches[1].clientY-ar,om=kn(db,w1,Mf,Od),by=om/Sn,w6=150,_4=w6*w6,m6=1.5,SC=m6*m6;if(by>=SC||om>=_4){y.touchData.cxt=!1,y.data.bgActivePosistion=void 0,y.redrawHint("select",!0);var S4={originalEvent:re,type:"cxttapend",position:{x:J[0],y:J[1]}};y.touchData.start?(y.touchData.start.unactivate().emit(S4),y.touchData.start=null):hr.emit(S4)}}if(Kn&&y.touchData.cxt){var S4={originalEvent:re,type:"cxtdrag",position:{x:J[0],y:J[1]}};y.data.bgActivePosistion=void 0,y.redrawHint("select",!0),y.touchData.start?y.touchData.start.emit(S4):hr.emit(S4),y.touchData.start&&(y.touchData.start._private.grabbed=!1),y.touchData.cxtDragged=!0;var y0=y.findNearestElement(J[0],J[1],!0,!0);(!y.touchData.cxtOver||y0!==y.touchData.cxtOver)&&(y.touchData.cxtOver&&y.touchData.cxtOver.emit({originalEvent:re,type:"cxtdragout",position:{x:J[0],y:J[1]}}),y.touchData.cxtOver=y0,y0&&y0.emit({originalEvent:re,type:"cxtdragover",position:{x:J[0],y:J[1]}}))}else if(Kn&&re.touches[2]&&hr.boxSelectionEnabled())re.preventDefault(),y.data.bgActivePosistion=void 0,this.lastThreeTouch=+new Date,y.touchData.selecting||hr.emit({originalEvent:re,type:"boxstart",position:{x:J[0],y:J[1]}}),y.touchData.selecting=!0,y.touchData.didSelect=!0,jr[4]=1,!jr||jr.length===0||jr[0]===void 0?(jr[0]=(J[0]+J[2]+J[4])/3,jr[1]=(J[1]+J[3]+J[5])/3,jr[2]=(J[0]+J[2]+J[4])/3+1,jr[3]=(J[1]+J[3]+J[5])/3+1):(jr[2]=(J[0]+J[2]+J[4])/3,jr[3]=(J[1]+J[3]+J[5])/3),y.redrawHint("select",!0),y.redraw();else if(Kn&&re.touches[1]&&!y.touchData.didSelect&&hr.zoomingEnabled()&&hr.panningEnabled()&&hr.userZoomingEnabled()&&hr.userPanningEnabled()){re.preventDefault(),y.data.bgActivePosistion=void 0,y.redrawHint("select",!0);var G1=y.dragData.touchDragEles;if(G1){y.redrawHint("drag",!0);for(var x0=0;x0<G1.length;x0++){var AC=G1[x0]._private;AC.grabbed=!1,AC.rscratch.inDragLayer=!1}}var P2=y.touchData.start,db=re.touches[0].clientX-Rn,w1=re.touches[0].clientY-ar,Mf=re.touches[1].clientX-Rn,Od=re.touches[1].clientY-ar,Kj=dr(db,w1,Mf,Od),knt=Kj/an;if(br){var iE=db-ze,Ent=w1-ke,Tnt=Mf-xn,Cnt=Od-tn,_nt=(iE+Tnt)/2,LC=(Ent+Cnt)/2,sE=hr.zoom(),vD=sE*knt,N2=hr.pan(),yD=or[0]*sE+N2.x,Wj=or[1]*sE+N2.y,Snt={x:-vD/sE*(yD-N2.x-_nt)+yD,y:-vD/sE*(Wj-N2.y-LC)+Wj};if(P2&&P2.active()){var G1=y.dragData.touchDragEles;vt(G1),y.redrawHint("drag",!0),y.redrawHint("eles",!0),P2.unactivate().emit("freeon"),G1.emit("free"),y.dragData.didDrag&&(P2.emit("dragfreeon"),G1.emit("dragfree"))}hr.viewport({zoom:vD,pan:Snt,cancelOnFailedZoom:!0}),hr.emit("pinchzoom"),an=Kj,ze=db,ke=w1,xn=Mf,tn=Od,y.pinching=!0}if(re.touches[0]){var as=y.projectIntoViewport(re.touches[0].clientX,re.touches[0].clientY);J[0]=as[0],J[1]=as[1]}if(re.touches[1]){var as=y.projectIntoViewport(re.touches[1].clientX,re.touches[1].clientY);J[2]=as[0],J[3]=as[1]}if(re.touches[2]){var as=y.projectIntoViewport(re.touches[2].clientX,re.touches[2].clientY);J[4]=as[0],J[5]=as[1]}}else if(re.touches[0]&&!y.touchData.didSelect){var gb=y.touchData.start,xD=y.touchData.last,y0;if(!y.hoverData.draggingEles&&!y.swipePanning&&(y0=y.findNearestElement(J[0],J[1],!0,!0)),Kn&&gb!=null&&re.preventDefault(),Kn&&gb!=null&&y.nodeIsDraggable(gb))if(Jc){var G1=y.dragData.touchDragEles,Yj=!y.dragData.didDrag;Yj&<(G1,{inDragLayer:!0}),y.dragData.didDrag=!0;var aE={x:0,y:0};if(Z(uo[0])&&Z(uo[1])&&(aE.x+=uo[0],aE.y+=uo[1],Yj)){y.redrawHint("eles",!0);var cp=y.touchData.dragDelta;cp&&Z(cp[0])&&Z(cp[1])&&(aE.x+=cp[0],aE.y+=cp[1])}y.hoverData.draggingEles=!0,G1.silentShift(aE).emit("position drag"),y.redrawHint("drag",!0),y.touchData.startPosition[0]==Wa[0]&&y.touchData.startPosition[1]==Wa[1]&&y.redrawHint("eles",!0),y.redraw()}else{var cp=y.touchData.dragDelta=y.touchData.dragDelta||[];cp.length===0?(cp.push(uo[0]),cp.push(uo[1])):(cp[0]+=uo[0],cp[1]+=uo[1])}if(x(gb||y0,["touchmove","tapdrag","vmousemove"],re,{x:J[0],y:J[1]}),(!gb||!gb.grabbed())&&y0!=xD&&(xD&&xD.emit({originalEvent:re,type:"tapdragout",position:{x:J[0],y:J[1]}}),y0&&y0.emit({originalEvent:re,type:"tapdragover",position:{x:J[0],y:J[1]}})),y.touchData.last=y0,Kn)for(var x0=0;x0<J.length;x0++)J[x0]&&y.touchData.startPosition[x0]&&Jc&&(y.touchData.singleTouchMoved=!0);if(Kn&&(gb==null||gb.pannable())&&hr.panningEnabled()&&hr.userPanningEnabled()){var Xj=L(gb,y.touchData.starts);Xj&&(re.preventDefault(),y.data.bgActivePosistion||(y.data.bgActivePosistion=Gx(y.touchData.startPosition)),y.swipePanning?(hr.panBy({x:uo[0]*$r,y:uo[1]*$r}),hr.emit("dragpan")):Jc&&(y.swipePanning=!0,hr.panBy({x:za*$r,y:_l*$r}),hr.emit("dragpan"),gb&&(gb.unactivate(),y.redrawHint("select",!0),y.touchData.start=null)));var as=y.projectIntoViewport(re.touches[0].clientX,re.touches[0].clientY);J[0]=as[0],J[1]=as[1]}}for(var Dc=0;Dc<J.length;Dc++)Wa[Dc]=J[Dc];Kn&&re.touches.length>0&&!y.hoverData.draggingEles&&!y.swipePanning&&y.data.bgActivePosistion!=null&&(y.data.bgActivePosistion=void 0,y.redrawHint("select",!0),y.redraw())}},!1);var ci;y.registerBinding(window,"touchcancel",ci=function(re){var Kn=y.touchData.start;y.touchData.capture=!1,Kn&&Kn.unactivate()});var ui,ps,ga,Li;if(y.registerBinding(window,"touchend",ui=function(re){var Kn=y.touchData.start,jr=y.touchData.capture;if(jr)re.touches.length===0&&(y.touchData.capture=!1),re.preventDefault();else return;var hr=y.selection;y.swipePanning=!1,y.hoverData.draggingEles=!1;var J=y.cy,Wa=J.zoom(),$r=y.touchData.now,as=y.touchData.earlier;if(re.touches[0]){var Qn=y.projectIntoViewport(re.touches[0].clientX,re.touches[0].clientY);$r[0]=Qn[0],$r[1]=Qn[1]}if(re.touches[1]){var Qn=y.projectIntoViewport(re.touches[1].clientX,re.touches[1].clientY);$r[2]=Qn[0],$r[3]=Qn[1]}if(re.touches[2]){var Qn=y.projectIntoViewport(re.touches[2].clientX,re.touches[2].clientY);$r[4]=Qn[0],$r[5]=Qn[1]}Kn&&Kn.unactivate();var Jc;if(y.touchData.cxt){if(Jc={originalEvent:re,type:"cxttapend",position:{x:$r[0],y:$r[1]}},Kn?Kn.emit(Jc):J.emit(Jc),!y.touchData.cxtDragged){var uo={originalEvent:re,type:"cxttap",position:{x:$r[0],y:$r[1]}};Kn?Kn.emit(uo):J.emit(uo)}y.touchData.start&&(y.touchData.start._private.grabbed=!1),y.touchData.cxt=!1,y.touchData.start=null,y.redraw();return}if(!re.touches[2]&&J.boxSelectionEnabled()&&y.touchData.selecting){y.touchData.selecting=!1;var Dc=J.collection(y.getAllInBox(hr[0],hr[1],hr[2],hr[3]));hr[0]=void 0,hr[1]=void 0,hr[2]=void 0,hr[3]=void 0,hr[4]=0,y.redrawHint("select",!0),J.emit({type:"boxend",originalEvent:re,position:{x:$r[0],y:$r[1]}});var za=function(_4){return _4.selectable()&&!_4.selected()};Dc.emit("box").stdFilter(za).select().emit("boxselect"),Dc.nonempty()&&y.redrawHint("eles",!0),y.redraw()}if(Kn!=null&&Kn.unactivate(),re.touches[2])y.data.bgActivePosistion=void 0,y.redrawHint("select",!0);else if(!re.touches[1]){if(!re.touches[0]){if(!re.touches[0]){y.data.bgActivePosistion=void 0,y.redrawHint("select",!0);var lo=y.dragData.touchDragEles;if(Kn!=null){var _l=Kn._private.grabbed;vt(lo),y.redrawHint("drag",!0),y.redrawHint("eles",!0),_l&&(Kn.emit("freeon"),lo.emit("free"),y.dragData.didDrag&&(Kn.emit("dragfreeon"),lo.emit("dragfree"))),x(Kn,["touchend","tapend","vmouseup","tapdragout"],re,{x:$r[0],y:$r[1]}),Kn.unactivate(),y.touchData.start=null}else{var Lf=y.findNearestElement($r[0],$r[1],!0,!0);x(Lf,["touchend","tapend","vmouseup","tapdragout"],re,{x:$r[0],y:$r[1]})}var b1=y.touchData.startPosition[0]-$r[0],db=b1*b1,w1=y.touchData.startPosition[1]-$r[1],Mf=w1*w1,Od=db+Mf,om=Od*Wa*Wa;y.touchData.singleTouchMoved||(Kn||J.$(":selected").unselect(["tapunselect"]),x(Kn,["tap","vclick"],re,{x:$r[0],y:$r[1]}),ps=!1,re.timeStamp-Li<=J.multiClickDebounceTime()?(ga&&clearTimeout(ga),ps=!0,Li=null,x(Kn,["dbltap","vdblclick"],re,{x:$r[0],y:$r[1]})):(ga=setTimeout(function(){ps||x(Kn,["onetap","voneclick"],re,{x:$r[0],y:$r[1]})},J.multiClickDebounceTime()),Li=re.timeStamp)),Kn!=null&&!y.dragData.didDrag&&Kn._private.selectable&&om<y.touchTapThreshold2&&!y.pinching&&(J.selectionType()==="single"?(J.$(p).unmerge(Kn).unselect(["tapunselect"]),Kn.select(["tapselect"])):Kn.selected()?Kn.unselect(["tapunselect"]):Kn.select(["tapselect"]),y.redrawHint("eles",!0)),y.touchData.singleTouchMoved=!0}}}for(var by=0;by<$r.length;by++)as[by]=$r[by];y.dragData.didDrag=!1,re.touches.length===0&&(y.touchData.dragDelta=[],y.touchData.startPosition=null,y.touchData.startGPosition=null,y.touchData.didSelect=!1),re.touches.length<2&&(re.touches.length===1&&(y.touchData.startGPosition=[re.touches[0].clientX,re.touches[0].clientY]),y.pinching=!1,y.redrawHint("eles",!0),y.redraw())},!1),typeof TouchEvent>"u"){var mi=[],ys=function(re){return{clientX:re.clientX,clientY:re.clientY,force:1,identifier:re.pointerId,pageX:re.pageX,pageY:re.pageY,radiusX:re.width/2,radiusY:re.height/2,screenX:re.screenX,screenY:re.screenY,target:re.target}},Xi=function(re){return{event:re,touch:ys(re)}},li=function(re){mi.push(Xi(re))},qi=function(re){for(var Kn=0;Kn<mi.length;Kn++){var jr=mi[Kn];if(jr.event.pointerId===re.pointerId){mi.splice(Kn,1);return}}},Ao=function(re){var Kn=mi.filter(function(jr){return jr.event.pointerId===re.pointerId})[0];Kn.event=re,Kn.touch=ys(re)},Ka=function(re){re.touches=mi.map(function(Kn){return Kn.touch})},Ws=function(re){return re.pointerType==="mouse"||re.pointerType===4};y.registerBinding(y.container,"pointerdown",function(Nr){Ws(Nr)||(Nr.preventDefault(),li(Nr),Ka(Nr),wr(Nr))}),y.registerBinding(y.container,"pointerup",function(Nr){Ws(Nr)||(qi(Nr),Ka(Nr),ui(Nr))}),y.registerBinding(y.container,"pointercancel",function(Nr){Ws(Nr)||(qi(Nr),Ka(Nr),ci(Nr))}),y.registerBinding(y.container,"pointermove",function(Nr){Ws(Nr)||(Nr.preventDefault(),Ao(Nr),Ka(Nr),Ar(Nr))})}};var rm={};rm.generatePolygon=function(y,p){return this.nodeShapes[y]={renderer:this,name:y,points:p,draw:function(C,L,O,P,$){this.renderer.nodeShapeImpl("polygon",C,L,O,P,$,this.points)},intersectLine:function(C,L,O,P,$,H,z){return P8($,H,this.points,C,L,O/2,P/2,z)},checkPoint:function(C,L,O,P,$,H,z){return em(C,L,this.points,H,z,P,$,[0,-1],O)}}},rm.generateEllipse=function(){return this.nodeShapes.ellipse={renderer:this,name:"ellipse",draw:function(p,x,C,L,O){this.renderer.nodeShapeImpl(this.name,p,x,C,L,O)},intersectLine:function(p,x,C,L,O,P,$){return vQ(O,P,p,x,C/2+$,L/2+$)},checkPoint:function(p,x,C,L,O,P,$){return w4(p,x,L,O,P,$,C)}}},rm.generateRoundPolygon=function(y,p){for(var x=new Array(p.length*2),C=0;C<p.length/2;C++){var L=C*2,O=void 0;C<p.length/2-1?O=(C+1)*2:O=0,x[C*4]=p[L],x[C*4+1]=p[L+1];var P=p[O]-p[L],$=p[O+1]-p[L+1],H=Math.sqrt(P*P+$*$);x[C*4+2]=P/H,x[C*4+3]=$/H}return this.nodeShapes[y]={renderer:this,name:y,points:x,draw:function(G,Q,it,lt,dt){this.renderer.nodeShapeImpl("round-polygon",G,Q,it,lt,dt,this.points)},intersectLine:function(G,Q,it,lt,dt,vt,Mt){return yQ(dt,vt,this.points,G,Q,it,lt)},checkPoint:function(G,Q,it,lt,dt,vt,Mt){return mQ(G,Q,this.points,vt,Mt,lt,dt)}}},rm.generateRoundRectangle=function(){return this.nodeShapes["round-rectangle"]=this.nodeShapes.roundrectangle={renderer:this,name:"round-rectangle",points:Dd(4,0),draw:function(p,x,C,L,O){this.renderer.nodeShapeImpl(this.name,p,x,C,L,O)},intersectLine:function(p,x,C,L,O,P,$){return MB(O,P,p,x,C,L,$)},checkPoint:function(p,x,C,L,O,P,$){var H=N8(L,O),z=H*2;return!!(em(p,x,this.points,P,$,L,O-z,[0,-1],C)||em(p,x,this.points,P,$,L-z,O,[0,-1],C)||w4(p,x,z,z,P-L/2+H,$-O/2+H,C)||w4(p,x,z,z,P+L/2-H,$-O/2+H,C)||w4(p,x,z,z,P+L/2-H,$+O/2-H,C)||w4(p,x,z,z,P-L/2+H,$+O/2-H,C))}}},rm.generateCutRectangle=function(){return this.nodeShapes["cut-rectangle"]=this.nodeShapes.cutrectangle={renderer:this,name:"cut-rectangle",cornerLength:PB(),points:Dd(4,0),draw:function(p,x,C,L,O){this.renderer.nodeShapeImpl(this.name,p,x,C,L,O)},generateCutTrianglePts:function(p,x,C,L){var O=this.cornerLength,P=x/2,$=p/2,H=C-$,z=C+$,G=L-P,Q=L+P;return{topLeft:[H,G+O,H+O,G,H+O,G+O],topRight:[z-O,G,z,G+O,z-O,G+O],bottomRight:[z,Q-O,z-O,Q,z-O,Q-O],bottomLeft:[H+O,Q,H,Q-O,H+O,Q-O]}},intersectLine:function(p,x,C,L,O,P,$){var H=this.generateCutTrianglePts(C+2*$,L+2*$,p,x),z=[].concat.apply([],[H.topLeft.splice(0,4),H.topRight.splice(0,4),H.bottomRight.splice(0,4),H.bottomLeft.splice(0,4)]);return P8(O,P,z,p,x)},checkPoint:function(p,x,C,L,O,P,$){if(em(p,x,this.points,P,$,L,O-2*this.cornerLength,[0,-1],C)||em(p,x,this.points,P,$,L-2*this.cornerLength,O,[0,-1],C))return!0;var H=this.generateCutTrianglePts(L,O,P,$);return v0(p,x,H.topLeft)||v0(p,x,H.topRight)||v0(p,x,H.bottomRight)||v0(p,x,H.bottomLeft)}}},rm.generateBarrel=function(){return this.nodeShapes.barrel={renderer:this,name:"barrel",points:Dd(4,0),draw:function(p,x,C,L,O){this.renderer.nodeShapeImpl(this.name,p,x,C,L,O)},intersectLine:function(p,x,C,L,O,P,$){var H=.15,z=.5,G=.85,Q=this.generateBarrelBezierPts(C+2*$,L+2*$,p,x),it=function(vt){var Mt=Kx({x:vt[0],y:vt[1]},{x:vt[2],y:vt[3]},{x:vt[4],y:vt[5]},H),kt=Kx({x:vt[0],y:vt[1]},{x:vt[2],y:vt[3]},{x:vt[4],y:vt[5]},z),It=Kx({x:vt[0],y:vt[1]},{x:vt[2],y:vt[3]},{x:vt[4],y:vt[5]},G);return[vt[0],vt[1],Mt.x,Mt.y,kt.x,kt.y,It.x,It.y,vt[4],vt[5]]},lt=[].concat(it(Q.topLeft),it(Q.topRight),it(Q.bottomRight),it(Q.bottomLeft));return P8(O,P,lt,p,x)},generateBarrelBezierPts:function(p,x,C,L){var O=x/2,P=p/2,$=C-P,H=C+P,z=L-O,G=L+O,Q=BM(p,x),it=Q.heightOffset,lt=Q.widthOffset,dt=Q.ctrlPtOffsetPct*p,vt={topLeft:[$,z+it,$+dt,z,$+lt,z],topRight:[H-lt,z,H-dt,z,H,z+it],bottomRight:[H,G-it,H-dt,G,H-lt,G],bottomLeft:[$+lt,G,$+dt,G,$,G-it]};return vt.topLeft.isTop=!0,vt.topRight.isTop=!0,vt.bottomLeft.isBottom=!0,vt.bottomRight.isBottom=!0,vt},checkPoint:function(p,x,C,L,O,P,$){var H=BM(L,O),z=H.heightOffset,G=H.widthOffset;if(em(p,x,this.points,P,$,L,O-2*z,[0,-1],C)||em(p,x,this.points,P,$,L-2*G,O,[0,-1],C))return!0;for(var Q=this.generateBarrelBezierPts(L,O,P,$),it=function(Ut,ue,Yt){var ye=Yt[4],xe=Yt[2],de=Yt[0],ze=Yt[5],ke=Yt[1],xn=Math.min(ye,de),tn=Math.max(ye,de),an=Math.min(ze,ke),Sn=Math.max(ze,ke);if(xn<=Ut&&Ut<=tn&&an<=ue&&ue<=Sn){var Vn=xQ(ye,xe,de),or=gQ(Vn[0],Vn[1],Vn[2],Ut),Rn=or.filter(function(ar){return 0<=ar&&ar<=1});if(Rn.length>0)return Rn[0]}return null},lt=Object.keys(Q),dt=0;dt<lt.length;dt++){var vt=lt[dt],Mt=Q[vt],kt=it(p,x,Mt);if(kt!=null){var It=Mt[5],Pt=Mt[3],qt=Mt[1],ce=_f(It,Pt,qt,kt);if(Mt.isTop&&ce<=x||Mt.isBottom&&x<=ce)return!0}}return!1}}},rm.generateBottomRoundrectangle=function(){return this.nodeShapes["bottom-round-rectangle"]=this.nodeShapes.bottomroundrectangle={renderer:this,name:"bottom-round-rectangle",points:Dd(4,0),draw:function(p,x,C,L,O){this.renderer.nodeShapeImpl(this.name,p,x,C,L,O)},intersectLine:function(p,x,C,L,O,P,$){var H=p-(C/2+$),z=x-(L/2+$),G=z,Q=p+(C/2+$),it=cy(O,P,p,x,H,z,Q,G,!1);return it.length>0?it:MB(O,P,p,x,C,L,$)},checkPoint:function(p,x,C,L,O,P,$){var H=N8(L,O),z=2*H;if(em(p,x,this.points,P,$,L,O-z,[0,-1],C)||em(p,x,this.points,P,$,L-z,O,[0,-1],C))return!0;var G=L/2+2*C,Q=O/2+2*C,it=[P-G,$-Q,P-G,$,P+G,$,P+G,$-Q];return!!(v0(p,x,it)||w4(p,x,z,z,P+L/2-H,$+O/2-H,C)||w4(p,x,z,z,P-L/2+H,$+O/2-H,C))}}},rm.registerNodeShapes=function(){var y=this.nodeShapes={},p=this;this.generateEllipse(),this.generatePolygon("triangle",Dd(3,0)),this.generateRoundPolygon("round-triangle",Dd(3,0)),this.generatePolygon("rectangle",Dd(4,0)),y.square=y.rectangle,this.generateRoundRectangle(),this.generateCutRectangle(),this.generateBarrel(),this.generateBottomRoundrectangle();{var x=[0,1,1,0,0,-1,-1,0];this.generatePolygon("diamond",x),this.generateRoundPolygon("round-diamond",x)}this.generatePolygon("pentagon",Dd(5,0)),this.generateRoundPolygon("round-pentagon",Dd(5,0)),this.generatePolygon("hexagon",Dd(6,0)),this.generateRoundPolygon("round-hexagon",Dd(6,0)),this.generatePolygon("heptagon",Dd(7,0)),this.generateRoundPolygon("round-heptagon",Dd(7,0)),this.generatePolygon("octagon",Dd(8,0)),this.generateRoundPolygon("round-octagon",Dd(8,0));var C=new Array(20);{var L=NM(5,0),O=NM(5,Math.PI/5),P=.5*(3-Math.sqrt(5));P*=1.57;for(var $=0;$<O.length/2;$++)O[$*2]*=P,O[$*2+1]*=P;for(var $=0;$<20/4;$++)C[$*4]=L[$*2],C[$*4+1]=L[$*2+1],C[$*4+2]=O[$*2],C[$*4+3]=O[$*2+1]}C=OB(C),this.generatePolygon("star",C),this.generatePolygon("vee",[-1,-1,0,-.333,1,-1,0,1]),this.generatePolygon("rhomboid",[-1,-1,.333,-1,1,1,-.333,1]),this.nodeShapes.concavehexagon=this.generatePolygon("concave-hexagon",[-1,-.95,-.75,0,-1,.95,1,.95,.75,0,1,-.95]);{var H=[-1,-1,.25,-1,1,0,.25,1,-1,1];this.generatePolygon("tag",H),this.generateRoundPolygon("round-tag",H)}y.makePolygon=function(z){var G=z.join("$"),Q="polygon-"+G,it;return(it=this[Q])?it:p.generatePolygon(Q,z)}};var J8={};J8.timeToRender=function(){return this.redrawTotalTime/this.redrawCount},J8.redraw=function(y){y=y||EB();var p=this;p.averageRedrawTime===void 0&&(p.averageRedrawTime=0),p.lastRedrawTime===void 0&&(p.lastRedrawTime=0),p.lastDrawTime===void 0&&(p.lastDrawTime=0),p.requestedFrame=!0,p.renderOptions=y},J8.beforeRender=function(y,p){if(!this.destroyed){p==null&&jl("Priority is not optional for beforeRender");var x=this.beforeRenderCallbacks;x.push({fn:y,priority:p}),x.sort(function(C,L){return L.priority-C.priority})}};var Ej=function(p,x,C){for(var L=p.beforeRenderCallbacks,O=0;O<L.length;O++)L[O].fn(x,C)};J8.startRenderLoop=function(){var y=this,p=y.cy;if(!y.renderLoopStarted){y.renderLoopStarted=!0;var x=function C(L){if(!y.destroyed){if(!p.batching())if(y.requestedFrame&&!y.skipFrame){Ej(y,!0,L);var O=rp();y.render(y.renderOptions);var P=y.lastDrawTime=rp();y.averageRedrawTime===void 0&&(y.averageRedrawTime=P-O),y.redrawCount===void 0&&(y.redrawCount=0),y.redrawCount++,y.redrawTotalTime===void 0&&(y.redrawTotalTime=0);var $=P-O;y.redrawTotalTime+=$,y.lastRedrawTime=$,y.averageRedrawTime=y.averageRedrawTime/2+$/2,y.requestedFrame=!1}else Ej(y,!1,L);y.skipFrame=!1,h1(C)}};h1(x)}};var Ret=function(p){this.init(p)},Tj=Ret,h6=Tj.prototype;h6.clientFunctions=["redrawHint","render","renderTo","matchCanvasSize","nodeShapeImpl","arrowShapeImpl"],h6.init=function(y){var p=this;p.options=y,p.cy=y.cy;var x=p.container=y.cy.container();if(R){var C=R.document,L=C.head,O="__________cytoscape_stylesheet",P="__________cytoscape_container",$=C.getElementById(O)!=null;if(x.className.indexOf(P)<0&&(x.className=(x.className||"")+" "+P),!$){var H=C.createElement("style");H.id=O,H.innerHTML="."+P+" { position: relative; }",L.insertBefore(H,L.children[0])}var z=R.getComputedStyle(x),G=z.getPropertyValue("position");G==="static"&&Vc("A Cytoscape container has style position:static and so can not use UI extensions properly")}p.selection=[void 0,void 0,void 0,void 0,0],p.bezierProjPcts=[.05,.225,.4,.5,.6,.775,.95],p.hoverData={down:null,last:null,downTime:null,triggerMode:null,dragging:!1,initialPan:[null,null],capture:!1},p.dragData={possibleDragElements:[]},p.touchData={start:null,capture:!1,startPosition:[null,null,null,null,null,null],singleTouchStartTime:null,singleTouchMoved:!0,now:[null,null,null,null,null,null],earlier:[null,null,null,null,null,null]},p.redraws=0,p.showFps=y.showFps,p.debug=y.debug,p.hideEdgesOnViewport=y.hideEdgesOnViewport,p.textureOnViewport=y.textureOnViewport,p.wheelSensitivity=y.wheelSensitivity,p.motionBlurEnabled=y.motionBlur,p.forcedPixelRatio=Z(y.pixelRatio)?y.pixelRatio:null,p.motionBlur=y.motionBlur,p.motionBlurOpacity=y.motionBlurOpacity,p.motionBlurTransparency=1-p.motionBlurOpacity,p.motionBlurPxRatio=1,p.mbPxRBlurry=1,p.minMbLowQualFrames=4,p.fullQualityMb=!1,p.clearedForMotionBlur=[],p.desktopTapThreshold=y.desktopTapThreshold,p.desktopTapThreshold2=y.desktopTapThreshold*y.desktopTapThreshold,p.touchTapThreshold=y.touchTapThreshold,p.touchTapThreshold2=y.touchTapThreshold*y.touchTapThreshold,p.tapholdDuration=500,p.bindings=[],p.beforeRenderCallbacks=[],p.beforeRenderPriorities={animations:400,eleCalcs:300,eleTxrDeq:200,lyrTxrDeq:150,lyrTxrSkip:100},p.registerNodeShapes(),p.registerArrowShapes(),p.registerCalculationListeners()},h6.notify=function(y,p){var x=this,C=x.cy;if(!this.destroyed){if(y==="init"){x.load();return}if(y==="destroy"){x.destroy();return}(y==="add"||y==="remove"||y==="move"&&C.hasCompoundNodes()||y==="load"||y==="zorder"||y==="mount")&&x.invalidateCachedZSortedEles(),y==="viewport"&&x.redrawHint("select",!0),(y==="load"||y==="resize"||y==="mount")&&(x.invalidateContainerClientCoordsCache(),x.matchCanvasSize(x.container)),x.redrawHint("eles",!0),x.redrawHint("drag",!0),this.startRenderLoop(),this.redraw()}},h6.destroy=function(){var y=this;y.destroyed=!0,y.cy.stopAnimationLoop();for(var p=0;p<y.bindings.length;p++){var x=y.bindings[p],C=x,L=C.target;(L.off||L.removeEventListener).apply(L,C.args)}if(y.bindings=[],y.beforeRenderCallbacks=[],y.onUpdateEleCalcsFns=[],y.removeObserver&&y.removeObserver.disconnect(),y.styleObserver&&y.styleObserver.disconnect(),y.resizeObserver&&y.resizeObserver.disconnect(),y.labelCalcDiv)try{document.body.removeChild(y.labelCalcDiv)}catch{}},h6.isHeadless=function(){return!1},[uD,xj,kj,l6,rm,J8].forEach(function(y){we(h6,y)});var fD=1e3/60,Cj={setupDequeueing:function(p){return function(){var C=this,L=this.renderer;if(!C.dequeueingSetup){C.dequeueingSetup=!0;var O=gu(function(){L.redrawHint("eles",!0),L.redrawHint("drag",!0),L.redraw()},p.deqRedrawThreshold),P=function(z,G){var Q=rp(),it=L.averageRedrawTime,lt=L.lastRedrawTime,dt=[],vt=L.cy.extent(),Mt=L.getPixelRatio();for(z||L.flushRenderedStyleQueue();;){var kt=rp(),It=kt-Q,Pt=kt-G;if(lt<fD){var qt=fD-(z?it:0);if(Pt>=p.deqFastCost*qt)break}else if(z){if(It>=p.deqCost*lt||It>=p.deqAvgCost*it)break}else if(Pt>=p.deqNoDrawCost*fD)break;var ce=p.deq(C,Mt,vt);if(ce.length>0)for(var ee=0;ee<ce.length;ee++)dt.push(ce[ee]);else break}dt.length>0&&(p.onDeqd(C,dt),!z&&p.shouldRedraw(C,dt,Mt,vt)&&O())},$=p.priority||LM;L.beforeRender(P,$(C))}}}},jet=function(){function y(p){var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:sy;g(this,y),this.idsByKey=new M2,this.keyForId=new M2,this.cachesByLvl=new M2,this.lvls=[],this.getKey=p,this.doesEleInvalidateKey=x}return v(y,[{key:"getIdsFor",value:function(x){x==null&&jl("Can not get id list for null key");var C=this.idsByKey,L=this.idsByKey.get(x);return L||(L=new Ux,C.set(x,L)),L}},{key:"addIdForKey",value:function(x,C){x!=null&&this.getIdsFor(x).add(C)}},{key:"deleteIdForKey",value:function(x,C){x!=null&&this.getIdsFor(x).delete(C)}},{key:"getNumberOfIdsForKey",value:function(x){return x==null?0:this.getIdsFor(x).size}},{key:"updateKeyMappingFor",value:function(x){var C=x.id(),L=this.keyForId.get(C),O=this.getKey(x);this.deleteIdForKey(L,C),this.addIdForKey(O,C),this.keyForId.set(C,O)}},{key:"deleteKeyMappingFor",value:function(x){var C=x.id(),L=this.keyForId.get(C);this.deleteIdForKey(L,C),this.keyForId.delete(C)}},{key:"keyHasChangedFor",value:function(x){var C=x.id(),L=this.keyForId.get(C),O=this.getKey(x);return L!==O}},{key:"isInvalid",value:function(x){return this.keyHasChangedFor(x)||this.doesEleInvalidateKey(x)}},{key:"getCachesAt",value:function(x){var C=this.cachesByLvl,L=this.lvls,O=C.get(x);return O||(O=new M2,C.set(x,O),L.push(x)),O}},{key:"getCache",value:function(x,C){return this.getCachesAt(C).get(x)}},{key:"get",value:function(x,C){var L=this.getKey(x),O=this.getCache(L,C);return O!=null&&this.updateKeyMappingFor(x),O}},{key:"getForCachedKey",value:function(x,C){var L=this.keyForId.get(x.id()),O=this.getCache(L,C);return O}},{key:"hasCache",value:function(x,C){return this.getCachesAt(C).has(x)}},{key:"has",value:function(x,C){var L=this.getKey(x);return this.hasCache(L,C)}},{key:"setCache",value:function(x,C,L){L.key=x,this.getCachesAt(C).set(x,L)}},{key:"set",value:function(x,C,L){var O=this.getKey(x);this.setCache(O,C,L),this.updateKeyMappingFor(x)}},{key:"deleteCache",value:function(x,C){this.getCachesAt(C).delete(x)}},{key:"delete",value:function(x,C){var L=this.getKey(x);this.deleteCache(L,C)}},{key:"invalidateKey",value:function(x){var C=this;this.lvls.forEach(function(L){return C.deleteCache(x,L)})}},{key:"invalidate",value:function(x){var C=x.id(),L=this.keyForId.get(C);this.deleteKeyMappingFor(x);var O=this.doesEleInvalidateKey(x);return O&&this.invalidateKey(L),O||this.getNumberOfIdsForKey(L)===0}}]),y}(),_j=25,kC=50,EC=-4,dD=3,$et=7.99,zet=8,qet=1024,Het=1024,Vet=1024,Uet=.2,Get=.8,Ket=10,Wet=.15,Yet=.1,Xet=.9,Qet=.9,Jet=100,Zet=1,f6={dequeue:"dequeue",downscale:"downscale",highQuality:"highQuality"},tnt=f1({getKey:null,doesEleInvalidateKey:sy,drawElement:null,getBoundingBox:null,getRotationPoint:null,getRotationOffset:null,isVisible:g4,allowEdgeTxrCaching:!0,allowParentTxrCaching:!0}),Z8=function(p,x){var C=this;C.renderer=p,C.onDequeues=[];var L=tnt(x);we(C,L),C.lookup=new jet(L.getKey,L.doesEleInvalidateKey),C.setupDequeueing()},Yh=Z8.prototype;Yh.reasons=f6,Yh.getTextureQueue=function(y){var p=this;return p.eleImgCaches=p.eleImgCaches||{},p.eleImgCaches[y]=p.eleImgCaches[y]||[]},Yh.getRetiredTextureQueue=function(y){var p=this,x=p.eleImgCaches.retired=p.eleImgCaches.retired||{},C=x[y]=x[y]||[];return C},Yh.getElementQueue=function(){var y=this,p=y.eleCacheQueue=y.eleCacheQueue||new D8(function(x,C){return C.reqs-x.reqs});return p},Yh.getElementKeyToQueue=function(){var y=this,p=y.eleKeyToCacheQueue=y.eleKeyToCacheQueue||{};return p},Yh.getElement=function(y,p,x,C,L){var O=this,P=this.renderer,$=P.cy.zoom(),H=this.lookup;if(!p||p.w===0||p.h===0||isNaN(p.w)||isNaN(p.h)||!y.visible()||y.removed()||!O.allowEdgeTxrCaching&&y.isEdge()||!O.allowParentTxrCaching&&y.isParent())return null;if(C==null&&(C=Math.ceil(DM($*x))),C<EC)C=EC;else if($>=$et||C>dD)return null;var z=Math.pow(2,C),G=p.h*z,Q=p.w*z,it=P.eleTextBiggerThanMin(y,z);if(!this.isVisible(y,it))return null;var lt=H.get(y,C);if(lt&<.invalidated&&(lt.invalidated=!1,lt.texture.invalidatedWidth-=lt.width),lt)return lt;var dt;if(G<=_j?dt=_j:G<=kC?dt=kC:dt=Math.ceil(G/kC)*kC,G>Vet||Q>Het)return null;var vt=O.getTextureQueue(dt),Mt=vt[vt.length-2],kt=function(){return O.recycleTexture(dt,Q)||O.addTexture(dt,Q)};Mt||(Mt=vt[vt.length-1]),Mt||(Mt=kt()),Mt.width-Mt.usedWidth<Q&&(Mt=kt());for(var It=function(tn){return tn&&tn.scaledLabelShown===it},Pt=L&&L===f6.dequeue,qt=L&&L===f6.highQuality,ce=L&&L===f6.downscale,ee,Ut=C+1;Ut<=dD;Ut++){var ue=H.get(y,Ut);if(ue){ee=ue;break}}var Yt=ee&&ee.level===C+1?ee:null,ye=function(){Mt.context.drawImage(Yt.texture.canvas,Yt.x,0,Yt.width,Yt.height,Mt.usedWidth,0,Q,G)};if(Mt.context.setTransform(1,0,0,1,0,0),Mt.context.clearRect(Mt.usedWidth,0,Q,dt),It(Yt))ye();else if(It(ee))if(qt){for(var xe=ee.level;xe>C;xe--)Yt=O.getElement(y,p,x,xe,f6.downscale);ye()}else return O.queueElement(y,ee.level-1),ee;else{var de;if(!Pt&&!qt&&!ce)for(var ze=C-1;ze>=EC;ze--){var ke=H.get(y,ze);if(ke){de=ke;break}}if(It(de))return O.queueElement(y,C),de;Mt.context.translate(Mt.usedWidth,0),Mt.context.scale(z,z),this.drawElement(Mt.context,y,p,it,!1),Mt.context.scale(1/z,1/z),Mt.context.translate(-Mt.usedWidth,0)}return lt={x:Mt.usedWidth,texture:Mt,level:C,scale:z,width:Q,height:G,scaledLabelShown:it},Mt.usedWidth+=Math.ceil(Q+zet),Mt.eleCaches.push(lt),H.set(y,C,lt),O.checkTextureFullness(Mt),lt},Yh.invalidateElements=function(y){for(var p=0;p<y.length;p++)this.invalidateElement(y[p])},Yh.invalidateElement=function(y){var p=this,x=p.lookup,C=[],L=x.isInvalid(y);if(L){for(var O=EC;O<=dD;O++){var P=x.getForCachedKey(y,O);P&&C.push(P)}var $=x.invalidate(y);if($)for(var H=0;H<C.length;H++){var z=C[H],G=z.texture;G.invalidatedWidth+=z.width,z.invalidated=!0,p.checkTextureUtility(G)}p.removeFromQueue(y)}},Yh.checkTextureUtility=function(y){y.invalidatedWidth>=Uet*y.width&&this.retireTexture(y)},Yh.checkTextureFullness=function(y){var p=this,x=p.getTextureQueue(y.height);y.usedWidth/y.width>Get&&y.fullnessChecks>=Ket?ay(x,y):y.fullnessChecks++},Yh.retireTexture=function(y){var p=this,x=y.height,C=p.getTextureQueue(x),L=this.lookup;ay(C,y),y.retired=!0;for(var O=y.eleCaches,P=0;P<O.length;P++){var $=O[P];L.deleteCache($.key,$.level)}q9(O);var H=p.getRetiredTextureQueue(x);H.push(y)},Yh.addTexture=function(y,p){var x=this,C=x.getTextureQueue(y),L={};return C.push(L),L.eleCaches=[],L.height=y,L.width=Math.max(qet,p),L.usedWidth=0,L.invalidatedWidth=0,L.fullnessChecks=0,L.canvas=x.renderer.makeOffscreenCanvas(L.width,L.height),L.context=L.canvas.getContext("2d"),L},Yh.recycleTexture=function(y,p){for(var x=this,C=x.getTextureQueue(y),L=x.getRetiredTextureQueue(y),O=0;O<L.length;O++){var P=L[O];if(P.width>=p)return P.retired=!1,P.usedWidth=0,P.invalidatedWidth=0,P.fullnessChecks=0,q9(P.eleCaches),P.context.setTransform(1,0,0,1,0,0),P.context.clearRect(0,0,P.width,P.height),ay(L,P),C.push(P),P}},Yh.queueElement=function(y,p){var x=this,C=x.getElementQueue(),L=x.getElementKeyToQueue(),O=this.getKey(y),P=L[O];if(P)P.level=Math.max(P.level,p),P.eles.merge(y),P.reqs++,C.updateItem(P);else{var $={eles:y.spawn().merge(y),level:p,reqs:1,key:O};C.push($),L[O]=$}},Yh.dequeue=function(y){for(var p=this,x=p.getElementQueue(),C=p.getElementKeyToQueue(),L=[],O=p.lookup,P=0;P<Zet&&x.size()>0;P++){var $=x.pop(),H=$.key,z=$.eles[0],G=O.hasCache(z,$.level);if(C[H]=null,G)continue;L.push($);var Q=p.getBoundingBox(z);p.getElement(z,Q,y,$.level,f6.dequeue)}return L},Yh.removeFromQueue=function(y){var p=this,x=p.getElementQueue(),C=p.getElementKeyToQueue(),L=this.getKey(y),O=C[L];O!=null&&(O.eles.length===1?(O.reqs=Vx,x.updateItem(O),x.pop(),C[L]=null):O.eles.unmerge(y))},Yh.onDequeue=function(y){this.onDequeues.push(y)},Yh.offDequeue=function(y){ay(this.onDequeues,y)},Yh.setupDequeueing=Cj.setupDequeueing({deqRedrawThreshold:Jet,deqCost:Wet,deqAvgCost:Yet,deqNoDrawCost:Xet,deqFastCost:Qet,deq:function(p,x,C){return p.dequeue(x,C)},onDeqd:function(p,x){for(var C=0;C<p.onDequeues.length;C++){var L=p.onDequeues[C];L(x)}},shouldRedraw:function(p,x,C,L){for(var O=0;O<x.length;O++)for(var P=x[O].eles,$=0;$<P.length;$++){var H=P[$].boundingBox();if(OM(H,L))return!0}return!1},priority:function(p){return p.renderer.beforeRenderPriorities.eleTxrDeq}});var ent=1,tE=-4,TC=2,nnt=3.99,rnt=50,int=50,snt=.15,ant=.1,ont=.9,Xh=.9,cnt=1,Sj=250,Aj=4e3*4e3,unt=!0,Lj=function(p){var x=this,C=x.renderer=p,L=C.cy;x.layersByLevel={},x.firstGet=!0,x.lastInvalidationTime=rp()-2*Sj,x.skipping=!1,x.eleTxrDeqs=L.collection(),x.scheduleElementRefinement=gu(function(){x.refineElementTextures(x.eleTxrDeqs),x.eleTxrDeqs.unmerge(x.eleTxrDeqs)},int),C.beforeRender(function(P,$){$-x.lastInvalidationTime<=Sj?x.skipping=!0:x.skipping=!1},C.beforeRenderPriorities.lyrTxrSkip);var O=function($,H){return H.reqs-$.reqs};x.layersQueue=new D8(O),x.setupDequeueing()},Af=Lj.prototype,gD=0,lnt=Math.pow(2,53)-1;Af.makeLayer=function(y,p){var x=Math.pow(2,p),C=Math.ceil(y.w*x),L=Math.ceil(y.h*x),O=this.renderer.makeOffscreenCanvas(C,L),P={id:gD=++gD%lnt,bb:y,level:p,width:C,height:L,canvas:O,context:O.getContext("2d"),eles:[],elesQueue:[],reqs:0},$=P.context,H=-P.bb.x1,z=-P.bb.y1;return $.scale(x,x),$.translate(H,z),P},Af.getLayers=function(y,p,x){var C=this,L=C.renderer,O=L.cy,P=O.zoom(),$=C.firstGet;if(C.firstGet=!1,x==null){if(x=Math.ceil(DM(P*p)),x<tE)x=tE;else if(P>=nnt||x>TC)return null}C.validateLayersElesOrdering(x,y);var H=C.layersByLevel,z=Math.pow(2,x),G=H[x]=H[x]||[],Q,it=C.levelIsComplete(x,y),lt,dt=function(){var ye=function(xn){if(C.validateLayersElesOrdering(xn,y),C.levelIsComplete(xn,y))return lt=H[xn],!0},xe=function(xn){if(!lt)for(var tn=x+xn;tE<=tn&&tn<=TC&&!ye(tn);tn+=xn);};xe(1),xe(-1);for(var de=G.length-1;de>=0;de--){var ze=G[de];ze.invalid&&ay(G,ze)}};if(!it)dt();else return G;var vt=function(){if(!Q){Q=m0();for(var ye=0;ye<y.length;ye++)uQ(Q,y[ye].boundingBox())}return Q},Mt=function(ye){ye=ye||{};var xe=ye.after;vt();var de=Q.w*z*(Q.h*z);if(de>Aj)return null;var ze=C.makeLayer(Q,x);if(xe!=null){var ke=G.indexOf(xe)+1;G.splice(ke,0,ze)}else(ye.insert===void 0||ye.insert)&&G.unshift(ze);return ze};if(C.skipping&&!$)return null;for(var kt=null,It=y.length/ent,Pt=!$,qt=0;qt<y.length;qt++){var ce=y[qt],ee=ce._private.rscratch,Ut=ee.imgLayerCaches=ee.imgLayerCaches||{},ue=Ut[x];if(ue){kt=ue;continue}if((!kt||kt.eles.length>=It||!LB(kt.bb,ce.boundingBox()))&&(kt=Mt({insert:!0,after:kt}),!kt))return null;lt||Pt?C.queueLayer(kt,ce):C.drawEleInLayer(kt,ce,x,p),kt.eles.push(ce),Ut[x]=kt}return lt||(Pt?null:G)},Af.getEleLevelForLayerLevel=function(y,p){return y},Af.drawEleInLayer=function(y,p,x,C){var L=this,O=this.renderer,P=y.context,$=p.boundingBox();$.w===0||$.h===0||!p.visible()||(x=L.getEleLevelForLayerLevel(x,C),O.setImgSmoothing(P,!1),O.drawCachedElement(P,p,null,null,x,unt),O.setImgSmoothing(P,!0))},Af.levelIsComplete=function(y,p){var x=this,C=x.layersByLevel[y];if(!C||C.length===0)return!1;for(var L=0,O=0;O<C.length;O++){var P=C[O];if(P.reqs>0||P.invalid)return!1;L+=P.eles.length}return L===p.length},Af.validateLayersElesOrdering=function(y,p){var x=this.layersByLevel[y];if(x)for(var C=0;C<x.length;C++){for(var L=x[C],O=-1,P=0;P<p.length;P++)if(L.eles[0]===p[P]){O=P;break}if(O<0){this.invalidateLayer(L);continue}for(var $=O,P=0;P<L.eles.length;P++)if(L.eles[P]!==p[$+P]){this.invalidateLayer(L);break}}},Af.updateElementsInLayers=function(y,p){for(var x=this,C=V(y[0]),L=0;L<y.length;L++)for(var O=C?null:y[L],P=C?y[L]:y[L].ele,$=P._private.rscratch,H=$.imgLayerCaches=$.imgLayerCaches||{},z=tE;z<=TC;z++){var G=H[z];G&&(O&&x.getEleLevelForLayerLevel(G.level)!==O.level||p(G,P,O))}},Af.haveLayers=function(){for(var y=this,p=!1,x=tE;x<=TC;x++){var C=y.layersByLevel[x];if(C&&C.length>0){p=!0;break}}return p},Af.invalidateElements=function(y){var p=this;y.length!==0&&(p.lastInvalidationTime=rp(),!(y.length===0||!p.haveLayers())&&p.updateElementsInLayers(y,function(C,L,O){p.invalidateLayer(C)}))},Af.invalidateLayer=function(y){if(this.lastInvalidationTime=rp(),!y.invalid){var p=y.level,x=y.eles,C=this.layersByLevel[p];ay(C,y),y.elesQueue=[],y.invalid=!0,y.replacement&&(y.replacement.invalid=!0);for(var L=0;L<x.length;L++){var O=x[L]._private.rscratch.imgLayerCaches;O&&(O[p]=null)}}},Af.refineElementTextures=function(y){var p=this;p.updateElementsInLayers(y,function(C,L,O){var P=C.replacement;if(P||(P=C.replacement=p.makeLayer(C.bb,C.level),P.replaces=C,P.eles=C.eles),!P.reqs)for(var $=0;$<P.eles.length;$++)p.queueLayer(P,P.eles[$])})},Af.enqueueElementRefinement=function(y){this.eleTxrDeqs.merge(y),this.scheduleElementRefinement()},Af.queueLayer=function(y,p){var x=this,C=x.layersQueue,L=y.elesQueue,O=L.hasId=L.hasId||{};if(!y.replacement){if(p){if(O[p.id()])return;L.push(p),O[p.id()]=!0}y.reqs?(y.reqs++,C.updateItem(y)):(y.reqs=1,C.push(y))}},Af.dequeue=function(y){for(var p=this,x=p.layersQueue,C=[],L=0;L<cnt&&x.size()!==0;){var O=x.peek();if(O.replacement){x.pop();continue}if(O.replaces&&O!==O.replaces.replacement){x.pop();continue}if(O.invalid){x.pop();continue}var P=O.elesQueue.shift();P&&(p.drawEleInLayer(O,P,O.level,y),L++),C.length===0&&C.push(!0),O.elesQueue.length===0&&(x.pop(),O.reqs=0,O.replaces&&p.applyLayerReplacement(O),p.requestRedraw())}return C},Af.applyLayerReplacement=function(y){var p=this,x=p.layersByLevel[y.level],C=y.replaces,L=x.indexOf(C);if(!(L<0||C.invalid)){x[L]=y;for(var O=0;O<y.eles.length;O++){var P=y.eles[O]._private,$=P.imgLayerCaches=P.imgLayerCaches||{};$&&($[y.level]=y)}p.requestRedraw()}},Af.requestRedraw=gu(function(){var y=this.renderer;y.redrawHint("eles",!0),y.redrawHint("drag",!0),y.redraw()},100),Af.setupDequeueing=Cj.setupDequeueing({deqRedrawThreshold:rnt,deqCost:snt,deqAvgCost:ant,deqNoDrawCost:ont,deqFastCost:Xh,deq:function(p,x){return p.dequeue(x)},onDeqd:LM,shouldRedraw:g4,priority:function(p){return p.renderer.beforeRenderPriorities.lyrTxrDeq}});var pD={},Mj;function CC(y,p){for(var x=0;x<p.length;x++){var C=p[x];y.lineTo(C.x,C.y)}}function hnt(y,p,x){for(var C,L=0;L<p.length;L++){var O=p[L];L===0&&(C=O),y.lineTo(O.x,O.y)}y.quadraticCurveTo(x.x,x.y,C.x,C.y)}function Dj(y,p,x){y.beginPath&&y.beginPath();for(var C=p,L=0;L<C.length;L++){var O=C[L];y.lineTo(O.x,O.y)}var P=x,$=x[0];y.moveTo($.x,$.y);for(var L=1;L<P.length;L++){var O=P[L];y.lineTo(O.x,O.y)}y.closePath&&y.closePath()}function fnt(y,p,x,C,L){y.beginPath&&y.beginPath(),y.arc(x,C,L,0,Math.PI*2,!1);var O=p,P=O[0];y.moveTo(P.x,P.y);for(var $=0;$<O.length;$++){var H=O[$];y.lineTo(H.x,H.y)}y.closePath&&y.closePath()}function dnt(y,p,x,C){y.arc(p,x,C,0,Math.PI*2,!1)}pD.arrowShapeImpl=function(y){return(Mj||(Mj={polygon:CC,"triangle-backcurve":hnt,"triangle-tee":Dj,"circle-triangle":fnt,"triangle-cross":Dj,circle:dnt}))[y]};var O2={};O2.drawElement=function(y,p,x,C,L,O){var P=this;p.isNode()?P.drawNode(y,p,x,C,L,O):P.drawEdge(y,p,x,C,L,O)},O2.drawElementOverlay=function(y,p){var x=this;p.isNode()?x.drawNodeOverlay(y,p):x.drawEdgeOverlay(y,p)},O2.drawElementUnderlay=function(y,p){var x=this;p.isNode()?x.drawNodeUnderlay(y,p):x.drawEdgeUnderlay(y,p)},O2.drawCachedElementPortion=function(y,p,x,C,L,O,P,$){var H=this,z=x.getBoundingBox(p);if(!(z.w===0||z.h===0)){var G=x.getElement(p,z,C,L,O);if(G!=null){var Q=$(H,p);if(Q===0)return;var it=P(H,p),lt=z.x1,dt=z.y1,vt=z.w,Mt=z.h,kt,It,Pt,qt,ce;if(it!==0){var ee=x.getRotationPoint(p);Pt=ee.x,qt=ee.y,y.translate(Pt,qt),y.rotate(it),ce=H.getImgSmoothing(y),ce||H.setImgSmoothing(y,!0);var Ut=x.getRotationOffset(p);kt=Ut.x,It=Ut.y}else kt=lt,It=dt;var ue;Q!==1&&(ue=y.globalAlpha,y.globalAlpha=ue*Q),y.drawImage(G.texture.canvas,G.x,0,G.width,G.height,kt,It,vt,Mt),Q!==1&&(y.globalAlpha=ue),it!==0&&(y.rotate(-it),y.translate(-Pt,-qt),ce||H.setImgSmoothing(y,!1))}else x.drawElement(y,p)}};var gnt=function(){return 0},Ij=function(p,x){return p.getTextAngle(x,null)},Oj=function(p,x){return p.getTextAngle(x,"source")},pnt=function(p,x){return p.getTextAngle(x,"target")},bnt=function(p,x){return x.effectiveOpacity()},eE=function(p,x){return x.pstyle("text-opacity").pfValue*x.effectiveOpacity()};O2.drawCachedElement=function(y,p,x,C,L,O){var P=this,$=P.data,H=$.eleTxrCache,z=$.lblTxrCache,G=$.slbTxrCache,Q=$.tlbTxrCache,it=p.boundingBox(),lt=O===!0?H.reasons.highQuality:null;if(!(it.w===0||it.h===0||!p.visible())&&(!C||OM(it,C))){var dt=p.isEdge(),vt=p.element()._private.rscratch.badLine;P.drawElementUnderlay(y,p),P.drawCachedElementPortion(y,p,H,x,L,lt,gnt,bnt),(!dt||!vt)&&P.drawCachedElementPortion(y,p,z,x,L,lt,Ij,eE),dt&&!vt&&(P.drawCachedElementPortion(y,p,G,x,L,lt,Oj,eE),P.drawCachedElementPortion(y,p,Q,x,L,lt,pnt,eE)),P.drawElementOverlay(y,p)}},O2.drawElements=function(y,p){for(var x=this,C=0;C<p.length;C++){var L=p[C];x.drawElement(y,L)}},O2.drawCachedElements=function(y,p,x,C){for(var L=this,O=0;O<p.length;O++){var P=p[O];L.drawCachedElement(y,P,x,C)}},O2.drawCachedNodes=function(y,p,x,C){for(var L=this,O=0;O<p.length;O++){var P=p[O];P.isNode()&&L.drawCachedElement(y,P,x,C)}},O2.drawLayeredElements=function(y,p,x,C){var L=this,O=L.data.lyrTxrCache.getLayers(p,x);if(O)for(var P=0;P<O.length;P++){var $=O[P],H=$.bb;H.w===0||H.h===0||y.drawImage($.canvas,H.x1,H.y1,H.w,H.h)}else L.drawCachedElements(y,p,x,C)};var im={};im.drawEdge=function(y,p,x){var C=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0,L=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,O=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!0,P=this,$=p._private.rscratch;if(!(O&&!p.visible())&&!($.badLine||$.allpts==null||isNaN($.allpts[0]))){var H;x&&(H=x,y.translate(-H.x1,-H.y1));var z=O?p.pstyle("opacity").value:1,G=O?p.pstyle("line-opacity").value:1,Q=p.pstyle("curve-style").value,it=p.pstyle("line-style").value,lt=p.pstyle("width").pfValue,dt=p.pstyle("line-cap").value,vt=z*G,Mt=z*G,kt=function(){var de=arguments.length>0&&arguments[0]!==void 0?arguments[0]:vt;Q==="straight-triangle"?(P.eleStrokeStyle(y,p,de),P.drawEdgeTrianglePath(p,y,$.allpts)):(y.lineWidth=lt,y.lineCap=dt,P.eleStrokeStyle(y,p,de),P.drawEdgePath(p,y,$.allpts,it),y.lineCap="butt")},It=function(){L&&P.drawEdgeOverlay(y,p)},Pt=function(){L&&P.drawEdgeUnderlay(y,p)},qt=function(){var de=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Mt;P.drawArrowheads(y,p,de)},ce=function(){P.drawElementText(y,p,null,C)};y.lineJoin="round";var ee=p.pstyle("ghost").value==="yes";if(ee){var Ut=p.pstyle("ghost-offset-x").pfValue,ue=p.pstyle("ghost-offset-y").pfValue,Yt=p.pstyle("ghost-opacity").value,ye=vt*Yt;y.translate(Ut,ue),kt(ye),qt(ye),y.translate(-Ut,-ue)}Pt(),kt(),qt(),It(),ce(),x&&y.translate(H.x1,H.y1)}};var Pj=function(p){if(!["overlay","underlay"].includes(p))throw new Error("Invalid state");return function(x,C){if(C.visible()){var L=C.pstyle("".concat(p,"-opacity")).value;if(L!==0){var O=this,P=O.usePaths(),$=C._private.rscratch,H=C.pstyle("".concat(p,"-padding")).pfValue,z=2*H,G=C.pstyle("".concat(p,"-color")).value;x.lineWidth=z,$.edgeType==="self"&&!P?x.lineCap="butt":x.lineCap="round",O.colorStrokeStyle(x,G[0],G[1],G[2],L),O.drawEdgePath(C,x,$.allpts,"solid")}}}};im.drawEdgeOverlay=Pj("overlay"),im.drawEdgeUnderlay=Pj("underlay"),im.drawEdgePath=function(y,p,x,C){var L=y._private.rscratch,O=p,P,$=!1,H=this.usePaths(),z=y.pstyle("line-dash-pattern").pfValue,G=y.pstyle("line-dash-offset").pfValue;if(H){var Q=x.join("$"),it=L.pathCacheKey&&L.pathCacheKey===Q;it?(P=p=L.pathCache,$=!0):(P=p=new Path2D,L.pathCacheKey=Q,L.pathCache=P)}if(O.setLineDash)switch(C){case"dotted":O.setLineDash([1,1]);break;case"dashed":O.setLineDash(z),O.lineDashOffset=G;break;case"solid":O.setLineDash([]);break}if(!$&&!L.badLine)switch(p.beginPath&&p.beginPath(),p.moveTo(x[0],x[1]),L.edgeType){case"bezier":case"self":case"compound":case"multibezier":for(var lt=2;lt+3<x.length;lt+=4)p.quadraticCurveTo(x[lt],x[lt+1],x[lt+2],x[lt+3]);break;case"straight":case"segments":case"haystack":for(var dt=2;dt+1<x.length;dt+=2)p.lineTo(x[dt],x[dt+1]);break}p=O,H?p.stroke(P):p.stroke(),p.setLineDash&&p.setLineDash([])},im.drawEdgeTrianglePath=function(y,p,x){p.fillStyle=p.strokeStyle;for(var C=y.pstyle("width").pfValue,L=0;L+1<x.length;L+=2){var O=[x[L+2]-x[L],x[L+3]-x[L+1]],P=Math.sqrt(O[0]*O[0]+O[1]*O[1]),$=[O[1]/P,-O[0]/P],H=[$[0]*C/2,$[1]*C/2];p.beginPath(),p.moveTo(x[L]-H[0],x[L+1]-H[1]),p.lineTo(x[L]+H[0],x[L+1]+H[1]),p.lineTo(x[L+2],x[L+3]),p.closePath(),p.fill()}},im.drawArrowheads=function(y,p,x){var C=p._private.rscratch,L=C.edgeType==="haystack";L||this.drawArrowhead(y,p,"source",C.arrowStartX,C.arrowStartY,C.srcArrowAngle,x),this.drawArrowhead(y,p,"mid-target",C.midX,C.midY,C.midtgtArrowAngle,x),this.drawArrowhead(y,p,"mid-source",C.midX,C.midY,C.midsrcArrowAngle,x),L||this.drawArrowhead(y,p,"target",C.arrowEndX,C.arrowEndY,C.tgtArrowAngle,x)},im.drawArrowhead=function(y,p,x,C,L,O,P){if(!(isNaN(C)||C==null||isNaN(L)||L==null||isNaN(O)||O==null)){var $=this,H=p.pstyle(x+"-arrow-shape").value;if(H!=="none"){var z=p.pstyle(x+"-arrow-fill").value==="hollow"?"both":"filled",G=p.pstyle(x+"-arrow-fill").value,Q=p.pstyle("width").pfValue,it=p.pstyle("opacity").value;P===void 0&&(P=it);var lt=y.globalCompositeOperation;(P!==1||G==="hollow")&&(y.globalCompositeOperation="destination-out",$.colorFillStyle(y,255,255,255,1),$.colorStrokeStyle(y,255,255,255,1),$.drawArrowShape(p,y,z,Q,H,C,L,O),y.globalCompositeOperation=lt);var dt=p.pstyle(x+"-arrow-color").value;$.colorFillStyle(y,dt[0],dt[1],dt[2],P),$.colorStrokeStyle(y,dt[0],dt[1],dt[2],P),$.drawArrowShape(p,y,G,Q,H,C,L,O)}}},im.drawArrowShape=function(y,p,x,C,L,O,P,$){var H=this,z=this.usePaths()&&L!=="triangle-cross",G=!1,Q,it=p,lt={x:O,y:P},dt=y.pstyle("arrow-scale").value,vt=this.getArrowWidth(C,dt),Mt=H.arrowShapes[L];if(z){var kt=H.arrowPathCache=H.arrowPathCache||[],It=Ld(L),Pt=kt[It];Pt!=null?(Q=p=Pt,G=!0):(Q=p=new Path2D,kt[It]=Q)}G||(p.beginPath&&p.beginPath(),z?Mt.draw(p,1,0,{x:0,y:0},1):Mt.draw(p,vt,$,lt,C),p.closePath&&p.closePath()),p=it,z&&(p.translate(O,P),p.rotate($),p.scale(vt,vt)),(x==="filled"||x==="both")&&(z?p.fill(Q):p.fill()),(x==="hollow"||x==="both")&&(p.lineWidth=(Mt.matchEdgeWidth?C:1)/(z?vt:1),p.lineJoin="miter",z?p.stroke(Q):p.stroke()),z&&(p.scale(1/vt,1/vt),p.rotate(-$),p.translate(-O,-P))};var nE={};nE.safeDrawImage=function(y,p,x,C,L,O,P,$,H,z){if(!(L<=0||O<=0||H<=0||z<=0))try{y.drawImage(p,x,C,L,O,P,$,H,z)}catch(G){Vc(G)}},nE.drawInscribedImage=function(y,p,x,C,L){var O=this,P=x.position(),$=P.x,H=P.y,z=x.cy().style(),G=z.getIndexedStyle.bind(z),Q=G(x,"background-fit","value",C),it=G(x,"background-repeat","value",C),lt=x.width(),dt=x.height(),vt=x.padding()*2,Mt=lt+(G(x,"background-width-relative-to","value",C)==="inner"?0:vt),kt=dt+(G(x,"background-height-relative-to","value",C)==="inner"?0:vt),It=x._private.rscratch,Pt=G(x,"background-clip","value",C),qt=Pt==="node",ce=G(x,"background-image-opacity","value",C)*L,ee=G(x,"background-image-smoothing","value",C),Ut=p.width||p.cachedW,ue=p.height||p.cachedH;(Ut==null||ue==null)&&(document.body.appendChild(p),Ut=p.cachedW=p.width||p.offsetWidth,ue=p.cachedH=p.height||p.offsetHeight,document.body.removeChild(p));var Yt=Ut,ye=ue;if(G(x,"background-width","value",C)!=="auto"&&(G(x,"background-width","units",C)==="%"?Yt=G(x,"background-width","pfValue",C)*Mt:Yt=G(x,"background-width","pfValue",C)),G(x,"background-height","value",C)!=="auto"&&(G(x,"background-height","units",C)==="%"?ye=G(x,"background-height","pfValue",C)*kt:ye=G(x,"background-height","pfValue",C)),!(Yt===0||ye===0)){if(Q==="contain"){var xe=Math.min(Mt/Yt,kt/ye);Yt*=xe,ye*=xe}else if(Q==="cover"){var xe=Math.max(Mt/Yt,kt/ye);Yt*=xe,ye*=xe}var de=$-Mt/2,ze=G(x,"background-position-x","units",C),ke=G(x,"background-position-x","pfValue",C);ze==="%"?de+=(Mt-Yt)*ke:de+=ke;var xn=G(x,"background-offset-x","units",C),tn=G(x,"background-offset-x","pfValue",C);xn==="%"?de+=(Mt-Yt)*tn:de+=tn;var an=H-kt/2,Sn=G(x,"background-position-y","units",C),Vn=G(x,"background-position-y","pfValue",C);Sn==="%"?an+=(kt-ye)*Vn:an+=Vn;var or=G(x,"background-offset-y","units",C),Rn=G(x,"background-offset-y","pfValue",C);or==="%"?an+=(kt-ye)*Rn:an+=Rn,It.pathCache&&(de-=$,an-=H,$=0,H=0);var ar=y.globalAlpha;y.globalAlpha=ce;var yr=O.getImgSmoothing(y),kr=!1;if(ee==="no"&&yr?(O.setImgSmoothing(y,!1),kr=!0):ee==="yes"&&!yr&&(O.setImgSmoothing(y,!0),kr=!0),it==="no-repeat")qt&&(y.save(),It.pathCache?y.clip(It.pathCache):(O.nodeShapes[O.getNodeShape(x)].draw(y,$,H,Mt,kt),y.clip())),O.safeDrawImage(y,p,0,0,Ut,ue,de,an,Yt,ye),qt&&y.restore();else{var br=y.createPattern(p,it);y.fillStyle=br,O.nodeShapes[O.getNodeShape(x)].draw(y,$,H,Mt,kt),y.translate(de,an),y.fill(),y.translate(-de,-an)}y.globalAlpha=ar,kr&&O.setImgSmoothing(y,yr)}};var sm={};sm.eleTextBiggerThanMin=function(y,p){if(!p){var x=y.cy().zoom(),C=this.getPixelRatio(),L=Math.ceil(DM(x*C));p=Math.pow(2,L)}var O=y.pstyle("font-size").pfValue*p,P=y.pstyle("min-zoomed-font-size").pfValue;return!(O<P)},sm.drawElementText=function(y,p,x,C,L){var O=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!0,P=this;if(C==null){if(O&&!P.eleTextBiggerThanMin(p))return}else if(C===!1)return;if(p.isNode()){var $=p.pstyle("label");if(!$||!$.value)return;var H=P.getLabelJustification(p);y.textAlign=H,y.textBaseline="bottom"}else{var z=p.element()._private.rscratch.badLine,G=p.pstyle("label"),Q=p.pstyle("source-label"),it=p.pstyle("target-label");if(z||(!G||!G.value)&&(!Q||!Q.value)&&(!it||!it.value))return;y.textAlign="center",y.textBaseline="bottom"}var lt=!x,dt;x&&(dt=x,y.translate(-dt.x1,-dt.y1)),L==null?(P.drawText(y,p,null,lt,O),p.isEdge()&&(P.drawText(y,p,"source",lt,O),P.drawText(y,p,"target",lt,O))):P.drawText(y,p,L,lt,O),x&&y.translate(dt.x1,dt.y1)},sm.getFontCache=function(y){var p;this.fontCaches=this.fontCaches||[];for(var x=0;x<this.fontCaches.length;x++)if(p=this.fontCaches[x],p.context===y)return p;return p={context:y},this.fontCaches.push(p),p},sm.setupTextStyle=function(y,p){var x=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0,C=p.pstyle("font-style").strValue,L=p.pstyle("font-size").pfValue+"px",O=p.pstyle("font-family").strValue,P=p.pstyle("font-weight").strValue,$=x?p.effectiveOpacity()*p.pstyle("text-opacity").value:1,H=p.pstyle("text-outline-opacity").value*$,z=p.pstyle("color").value,G=p.pstyle("text-outline-color").value;y.font=C+" "+P+" "+L+" "+O,y.lineJoin="round",this.colorFillStyle(y,z[0],z[1],z[2],$),this.colorStrokeStyle(y,G[0],G[1],G[2],H)};function wnt(y,p,x,C,L){var O=arguments.length>5&&arguments[5]!==void 0?arguments[5]:5;y.beginPath(),y.moveTo(p+O,x),y.lineTo(p+C-O,x),y.quadraticCurveTo(p+C,x,p+C,x+O),y.lineTo(p+C,x+L-O),y.quadraticCurveTo(p+C,x+L,p+C-O,x+L),y.lineTo(p+O,x+L),y.quadraticCurveTo(p,x+L,p,x+L-O),y.lineTo(p,x+O),y.quadraticCurveTo(p,x,p+O,x),y.closePath(),y.fill()}sm.getTextAngle=function(y,p){var x,C=y._private,L=C.rscratch,O=p?p+"-":"",P=y.pstyle(O+"text-rotation"),$=ub(L,"labelAngle",p);return P.strValue==="autorotate"?x=y.isEdge()?$:0:P.strValue==="none"?x=0:x=P.pfValue,x},sm.drawText=function(y,p,x){var C=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0,L=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,O=p._private,P=O.rscratch,$=L?p.effectiveOpacity():1;if(!(L&&($===0||p.pstyle("text-opacity").value===0))){x==="main"&&(x=null);var H=ub(P,"labelX",x),z=ub(P,"labelY",x),G,Q,it=this.getLabelText(p,x);if(it!=null&&it!==""&&!isNaN(H)&&!isNaN(z)){this.setupTextStyle(y,p,L);var lt=x?x+"-":"",dt=ub(P,"labelWidth",x),vt=ub(P,"labelHeight",x),Mt=p.pstyle(lt+"text-margin-x").pfValue,kt=p.pstyle(lt+"text-margin-y").pfValue,It=p.isEdge(),Pt=p.pstyle("text-halign").value,qt=p.pstyle("text-valign").value;It&&(Pt="center",qt="center"),H+=Mt,z+=kt;var ce;switch(C?ce=this.getTextAngle(p,x):ce=0,ce!==0&&(G=H,Q=z,y.translate(G,Q),y.rotate(ce),H=0,z=0),qt){case"top":break;case"center":z+=vt/2;break;case"bottom":z+=vt;break}var ee=p.pstyle("text-background-opacity").value,Ut=p.pstyle("text-border-opacity").value,ue=p.pstyle("text-border-width").pfValue,Yt=p.pstyle("text-background-padding").pfValue;if(ee>0||ue>0&&Ut>0){var ye=H-Yt;switch(Pt){case"left":ye-=dt;break;case"center":ye-=dt/2;break}var xe=z-vt-Yt,de=dt+2*Yt,ze=vt+2*Yt;if(ee>0){var ke=y.fillStyle,xn=p.pstyle("text-background-color").value;y.fillStyle="rgba("+xn[0]+","+xn[1]+","+xn[2]+","+ee*$+")";var tn=p.pstyle("text-background-shape").strValue;tn.indexOf("round")===0?wnt(y,ye,xe,de,ze,2):y.fillRect(ye,xe,de,ze),y.fillStyle=ke}if(ue>0&&Ut>0){var an=y.strokeStyle,Sn=y.lineWidth,Vn=p.pstyle("text-border-color").value,or=p.pstyle("text-border-style").value;if(y.strokeStyle="rgba("+Vn[0]+","+Vn[1]+","+Vn[2]+","+Ut*$+")",y.lineWidth=ue,y.setLineDash)switch(or){case"dotted":y.setLineDash([1,1]);break;case"dashed":y.setLineDash([4,2]);break;case"double":y.lineWidth=ue/4,y.setLineDash([]);break;case"solid":y.setLineDash([]);break}if(y.strokeRect(ye,xe,de,ze),or==="double"){var Rn=ue/2;y.strokeRect(ye+Rn,xe+Rn,de-Rn*2,ze-Rn*2)}y.setLineDash&&y.setLineDash([]),y.lineWidth=Sn,y.strokeStyle=an}}var ar=2*p.pstyle("text-outline-width").pfValue;if(ar>0&&(y.lineWidth=ar),p.pstyle("text-wrap").value==="wrap"){var yr=ub(P,"labelWrapCachedLines",x),kr=ub(P,"labelLineHeight",x),br=dt/2,dr=this.getLabelJustification(p);switch(dr==="auto"||(Pt==="left"?dr==="left"?H+=-dt:dr==="center"&&(H+=-br):Pt==="center"?dr==="left"?H+=-br:dr==="right"&&(H+=br):Pt==="right"&&(dr==="center"?H+=br:dr==="right"&&(H+=dt))),qt){case"top":z-=(yr.length-1)*kr;break;case"center":case"bottom":z-=(yr.length-1)*kr;break}for(var kn=0;kn<yr.length;kn++)ar>0&&y.strokeText(yr[kn],H,z),y.fillText(yr[kn],H,z),z+=kr}else ar>0&&y.strokeText(it,H,z),y.fillText(it,H,z);ce!==0&&(y.rotate(-ce),y.translate(-G,-Q))}}};var py={};py.drawNode=function(y,p,x){var C=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0,L=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,O=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!0,P=this,$,H,z=p._private,G=z.rscratch,Q=p.position();if(!(!Z(Q.x)||!Z(Q.y))&&!(O&&!p.visible())){var it=O?p.effectiveOpacity():1,lt=P.usePaths(),dt,vt=!1,Mt=p.padding();$=p.width()+2*Mt,H=p.height()+2*Mt;var kt;x&&(kt=x,y.translate(-kt.x1,-kt.y1));for(var It=p.pstyle("background-image"),Pt=It.value,qt=new Array(Pt.length),ce=new Array(Pt.length),ee=0,Ut=0;Ut<Pt.length;Ut++){var ue=Pt[Ut],Yt=qt[Ut]=ue!=null&&ue!=="none";if(Yt){var ye=p.cy().style().getIndexedStyle(p,"background-image-crossorigin","value",Ut);ee++,ce[Ut]=P.getCachedImage(ue,ye,function(){z.backgroundTimestamp=Date.now(),p.emitAndNotify("background")})}}var xe=p.pstyle("background-blacken").value,de=p.pstyle("border-width").pfValue,ze=p.pstyle("background-opacity").value*it,ke=p.pstyle("border-color").value,xn=p.pstyle("border-style").value,tn=p.pstyle("border-opacity").value*it;y.lineJoin="miter";var an=function(){var li=arguments.length>0&&arguments[0]!==void 0?arguments[0]:ze;P.eleFillStyle(y,p,li)},Sn=function(){var li=arguments.length>0&&arguments[0]!==void 0?arguments[0]:tn;P.colorStrokeStyle(y,ke[0],ke[1],ke[2],li)},Vn=p.pstyle("shape").strValue,or=p.pstyle("shape-polygon-points").pfValue;if(lt){y.translate(Q.x,Q.y);var Rn=P.nodePathCache=P.nodePathCache||[],ar=Md(Vn==="polygon"?Vn+","+or.join(","):Vn,""+H,""+$),yr=Rn[ar];yr!=null?(dt=yr,vt=!0,G.pathCache=dt):(dt=new Path2D,Rn[ar]=G.pathCache=dt)}var kr=function(){if(!vt){var li=Q;lt&&(li={x:0,y:0}),P.nodeShapes[P.getNodeShape(p)].draw(dt||y,li.x,li.y,$,H)}lt?y.fill(dt):y.fill()},br=function(){for(var li=arguments.length>0&&arguments[0]!==void 0?arguments[0]:it,qi=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,Ao=z.backgrounding,Ka=0,Ws=0;Ws<ce.length;Ws++){var Nr=p.cy().style().getIndexedStyle(p,"background-image-containment","value",Ws);if(qi&&Nr==="over"||!qi&&Nr==="inside"){Ka++;continue}qt[Ws]&&ce[Ws].complete&&!ce[Ws].error&&(Ka++,P.drawInscribedImage(y,ce[Ws],p,Ws,li))}z.backgrounding=Ka!==ee,Ao!==z.backgrounding&&p.updateStyle(!1)},dr=function(){var li=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,qi=arguments.length>1&&arguments[1]!==void 0?arguments[1]:it;P.hasPie(p)&&(P.drawPie(y,p,qi),li&&(lt||P.nodeShapes[P.getNodeShape(p)].draw(y,Q.x,Q.y,$,H)))},kn=function(){var li=arguments.length>0&&arguments[0]!==void 0?arguments[0]:it,qi=(xe>0?xe:-xe)*li,Ao=xe>0?0:255;xe!==0&&(P.colorFillStyle(y,Ao,Ao,Ao,qi),lt?y.fill(dt):y.fill())},wr=function(){if(de>0){if(y.lineWidth=de,y.lineCap="butt",y.setLineDash)switch(xn){case"dotted":y.setLineDash([1,1]);break;case"dashed":y.setLineDash([4,2]);break;case"solid":case"double":y.setLineDash([]);break}if(lt?y.stroke(dt):y.stroke(),xn==="double"){y.lineWidth=de/3;var li=y.globalCompositeOperation;y.globalCompositeOperation="destination-out",lt?y.stroke(dt):y.stroke(),y.globalCompositeOperation=li}y.setLineDash&&y.setLineDash([])}},Ar=function(){L&&P.drawNodeOverlay(y,p,Q,$,H)},ci=function(){L&&P.drawNodeUnderlay(y,p,Q,$,H)},ui=function(){P.drawElementText(y,p,null,C)},ps=p.pstyle("ghost").value==="yes";if(ps){var ga=p.pstyle("ghost-offset-x").pfValue,Li=p.pstyle("ghost-offset-y").pfValue,mi=p.pstyle("ghost-opacity").value,ys=mi*it;y.translate(ga,Li),an(mi*ze),kr(),br(ys,!0),Sn(mi*tn),wr(),dr(xe!==0||de!==0),br(ys,!1),kn(ys),y.translate(-ga,-Li)}lt&&y.translate(-Q.x,-Q.y),ci(),lt&&y.translate(Q.x,Q.y),an(),kr(),br(it,!0),Sn(),wr(),dr(xe!==0||de!==0),br(it,!1),kn(),lt&&y.translate(-Q.x,-Q.y),ui(),Ar(),x&&y.translate(kt.x1,kt.y1)}};var Nj=function(p){if(!["overlay","underlay"].includes(p))throw new Error("Invalid state");return function(x,C,L,O,P){var $=this;if(C.visible()){var H=C.pstyle("".concat(p,"-padding")).pfValue,z=C.pstyle("".concat(p,"-opacity")).value,G=C.pstyle("".concat(p,"-color")).value,Q=C.pstyle("".concat(p,"-shape")).value;if(z>0){if(L=L||C.position(),O==null||P==null){var it=C.padding();O=C.width()+2*it,P=C.height()+2*it}$.colorFillStyle(x,G[0],G[1],G[2],z),$.nodeShapes[Q].draw(x,L.x,L.y,O+H*2,P+H*2),x.fill()}}}};py.drawNodeOverlay=Nj("overlay"),py.drawNodeUnderlay=Nj("underlay"),py.hasPie=function(y){return y=y[0],y._private.hasPie},py.drawPie=function(y,p,x,C){p=p[0],C=C||p.position();var L=p.cy().style(),O=p.pstyle("pie-size"),P=C.x,$=C.y,H=p.width(),z=p.height(),G=Math.min(H,z)/2,Q=0,it=this.usePaths();it&&(P=0,$=0),O.units==="%"?G=G*O.pfValue:O.pfValue!==void 0&&(G=O.pfValue/2);for(var lt=1;lt<=L.pieBackgroundN;lt++){var dt=p.pstyle("pie-"+lt+"-background-size").value,vt=p.pstyle("pie-"+lt+"-background-color").value,Mt=p.pstyle("pie-"+lt+"-background-opacity").value*x,kt=dt/100;kt+Q>1&&(kt=1-Q);var It=1.5*Math.PI+2*Math.PI*Q,Pt=2*Math.PI*kt,qt=It+Pt;dt===0||Q>=1||Q+kt>1||(y.beginPath(),y.moveTo(P,$),y.arc(P,$,G,It,qt),y.closePath(),this.colorFillStyle(y,vt[0],vt[1],vt[2],Mt),y.fill(),Q+=kt)}};var ug={},mnt=100;ug.getPixelRatio=function(){var y=this.data.contexts[0];if(this.forcedPixelRatio!=null)return this.forcedPixelRatio;var p=y.backingStorePixelRatio||y.webkitBackingStorePixelRatio||y.mozBackingStorePixelRatio||y.msBackingStorePixelRatio||y.oBackingStorePixelRatio||y.backingStorePixelRatio||1;return(window.devicePixelRatio||1)/p},ug.paintCache=function(y){for(var p=this.paintCaches=this.paintCaches||[],x=!0,C,L=0;L<p.length;L++)if(C=p[L],C.context===y){x=!1;break}return x&&(C={context:y},p.push(C)),C},ug.createGradientStyleFor=function(y,p,x,C,L){var O,P=this.usePaths(),$=x.pstyle(p+"-gradient-stop-colors").value,H=x.pstyle(p+"-gradient-stop-positions").pfValue;if(C==="radial-gradient")if(x.isEdge()){var z=x.sourceEndpoint(),G=x.targetEndpoint(),Q=x.midpoint(),it=p4(z,Q),lt=p4(G,Q);O=y.createRadialGradient(Q.x,Q.y,0,Q.x,Q.y,Math.max(it,lt))}else{var dt=P?{x:0,y:0}:x.position(),vt=x.paddedWidth(),Mt=x.paddedHeight();O=y.createRadialGradient(dt.x,dt.y,0,dt.x,dt.y,Math.max(vt,Mt))}else if(x.isEdge()){var kt=x.sourceEndpoint(),It=x.targetEndpoint();O=y.createLinearGradient(kt.x,kt.y,It.x,It.y)}else{var Pt=P?{x:0,y:0}:x.position(),qt=x.paddedWidth(),ce=x.paddedHeight(),ee=qt/2,Ut=ce/2,ue=x.pstyle("background-gradient-direction").value;switch(ue){case"to-bottom":O=y.createLinearGradient(Pt.x,Pt.y-Ut,Pt.x,Pt.y+Ut);break;case"to-top":O=y.createLinearGradient(Pt.x,Pt.y+Ut,Pt.x,Pt.y-Ut);break;case"to-left":O=y.createLinearGradient(Pt.x+ee,Pt.y,Pt.x-ee,Pt.y);break;case"to-right":O=y.createLinearGradient(Pt.x-ee,Pt.y,Pt.x+ee,Pt.y);break;case"to-bottom-right":case"to-right-bottom":O=y.createLinearGradient(Pt.x-ee,Pt.y-Ut,Pt.x+ee,Pt.y+Ut);break;case"to-top-right":case"to-right-top":O=y.createLinearGradient(Pt.x-ee,Pt.y+Ut,Pt.x+ee,Pt.y-Ut);break;case"to-bottom-left":case"to-left-bottom":O=y.createLinearGradient(Pt.x+ee,Pt.y-Ut,Pt.x-ee,Pt.y+Ut);break;case"to-top-left":case"to-left-top":O=y.createLinearGradient(Pt.x+ee,Pt.y+Ut,Pt.x-ee,Pt.y-Ut);break}}if(!O)return null;for(var Yt=H.length===$.length,ye=$.length,xe=0;xe<ye;xe++)O.addColorStop(Yt?H[xe]:xe/(ye-1),"rgba("+$[xe][0]+","+$[xe][1]+","+$[xe][2]+","+L+")");return O},ug.gradientFillStyle=function(y,p,x,C){var L=this.createGradientStyleFor(y,"background",p,x,C);if(!L)return null;y.fillStyle=L},ug.colorFillStyle=function(y,p,x,C,L){y.fillStyle="rgba("+p+","+x+","+C+","+L+")"},ug.eleFillStyle=function(y,p,x){var C=p.pstyle("background-fill").value;if(C==="linear-gradient"||C==="radial-gradient")this.gradientFillStyle(y,p,C,x);else{var L=p.pstyle("background-color").value;this.colorFillStyle(y,L[0],L[1],L[2],x)}},ug.gradientStrokeStyle=function(y,p,x,C){var L=this.createGradientStyleFor(y,"line",p,x,C);if(!L)return null;y.strokeStyle=L},ug.colorStrokeStyle=function(y,p,x,C,L){y.strokeStyle="rgba("+p+","+x+","+C+","+L+")"},ug.eleStrokeStyle=function(y,p,x){var C=p.pstyle("line-fill").value;if(C==="linear-gradient"||C==="radial-gradient")this.gradientStrokeStyle(y,p,C,x);else{var L=p.pstyle("line-color").value;this.colorStrokeStyle(y,L[0],L[1],L[2],x)}},ug.matchCanvasSize=function(y){var p=this,x=p.data,C=p.findContainerClientCoords(),L=C[2],O=C[3],P=p.getPixelRatio(),$=p.motionBlurPxRatio;(y===p.data.bufferCanvases[p.MOTIONBLUR_BUFFER_NODE]||y===p.data.bufferCanvases[p.MOTIONBLUR_BUFFER_DRAG])&&(P=$);var H=L*P,z=O*P,G;if(!(H===p.canvasWidth&&z===p.canvasHeight)){p.fontCaches=null;var Q=x.canvasContainer;Q.style.width=L+"px",Q.style.height=O+"px";for(var it=0;it<p.CANVAS_LAYERS;it++)G=x.canvases[it],G.width=H,G.height=z,G.style.width=L+"px",G.style.height=O+"px";for(var it=0;it<p.BUFFER_COUNT;it++)G=x.bufferCanvases[it],G.width=H,G.height=z,G.style.width=L+"px",G.style.height=O+"px";p.textureMult=1,P<=1&&(G=x.bufferCanvases[p.TEXTURE_BUFFER],p.textureMult=2,G.width=H*p.textureMult,G.height=z*p.textureMult),p.canvasWidth=H,p.canvasHeight=z}},ug.renderTo=function(y,p,x,C){this.render({forcedContext:y,forcedZoom:p,forcedPan:x,drawAllLayers:!0,forcedPxRatio:C})},ug.render=function(y){y=y||EB();var p=y.forcedContext,x=y.drawAllLayers,C=y.drawOnlyNodeLayer,L=y.forcedZoom,O=y.forcedPan,P=this,$=y.forcedPxRatio===void 0?this.getPixelRatio():y.forcedPxRatio,H=P.cy,z=P.data,G=z.canvasNeedsRedraw,Q=P.textureOnViewport&&!p&&(P.pinching||P.hoverData.dragging||P.swipePanning||P.data.wheelZooming),it=y.motionBlur!==void 0?y.motionBlur:P.motionBlur,lt=P.motionBlurPxRatio,dt=H.hasCompoundNodes(),vt=P.hoverData.draggingEles,Mt=!!(P.hoverData.selecting||P.touchData.selecting);it=it&&!p&&P.motionBlurEnabled&&!Mt;var kt=it;p||(P.prevPxRatio!==$&&(P.invalidateContainerClientCoordsCache(),P.matchCanvasSize(P.container),P.redrawHint("eles",!0),P.redrawHint("drag",!0)),P.prevPxRatio=$),!p&&P.motionBlurTimeout&&clearTimeout(P.motionBlurTimeout),it&&(P.mbFrames==null&&(P.mbFrames=0),P.mbFrames++,P.mbFrames<3&&(kt=!1),P.mbFrames>P.minMbLowQualFrames&&(P.motionBlurPxRatio=P.mbPxRBlurry)),P.clearingMotionBlur&&(P.motionBlurPxRatio=1),P.textureDrawLastFrame&&!Q&&(G[P.NODE]=!0,G[P.SELECT_BOX]=!0);var It=H.style(),Pt=H.zoom(),qt=L!==void 0?L:Pt,ce=H.pan(),ee={x:ce.x,y:ce.y},Ut={zoom:Pt,pan:{x:ce.x,y:ce.y}},ue=P.prevViewport,Yt=ue===void 0||Ut.zoom!==ue.zoom||Ut.pan.x!==ue.pan.x||Ut.pan.y!==ue.pan.y;!Yt&&!(vt&&!dt)&&(P.motionBlurPxRatio=1),O&&(ee=O),qt*=$,ee.x*=$,ee.y*=$;var ye=P.getCachedZSortedEles();function xe(Li,mi,ys,Xi,li){var qi=Li.globalCompositeOperation;Li.globalCompositeOperation="destination-out",P.colorFillStyle(Li,255,255,255,P.motionBlurTransparency),Li.fillRect(mi,ys,Xi,li),Li.globalCompositeOperation=qi}function de(Li,mi){var ys,Xi,li,qi;!P.clearingMotionBlur&&(Li===z.bufferContexts[P.MOTIONBLUR_BUFFER_NODE]||Li===z.bufferContexts[P.MOTIONBLUR_BUFFER_DRAG])?(ys={x:ce.x*lt,y:ce.y*lt},Xi=Pt*lt,li=P.canvasWidth*lt,qi=P.canvasHeight*lt):(ys=ee,Xi=qt,li=P.canvasWidth,qi=P.canvasHeight),Li.setTransform(1,0,0,1,0,0),mi==="motionBlur"?xe(Li,0,0,li,qi):!p&&(mi===void 0||mi)&&Li.clearRect(0,0,li,qi),x||(Li.translate(ys.x,ys.y),Li.scale(Xi,Xi)),O&&Li.translate(O.x,O.y),L&&Li.scale(L,L)}if(Q||(P.textureDrawLastFrame=!1),Q){if(P.textureDrawLastFrame=!0,!P.textureCache){P.textureCache={},P.textureCache.bb=H.mutableElements().boundingBox(),P.textureCache.texture=P.data.bufferCanvases[P.TEXTURE_BUFFER];var ze=P.data.bufferContexts[P.TEXTURE_BUFFER];ze.setTransform(1,0,0,1,0,0),ze.clearRect(0,0,P.canvasWidth*P.textureMult,P.canvasHeight*P.textureMult),P.render({forcedContext:ze,drawOnlyNodeLayer:!0,forcedPxRatio:$*P.textureMult});var Ut=P.textureCache.viewport={zoom:H.zoom(),pan:H.pan(),width:P.canvasWidth,height:P.canvasHeight};Ut.mpan={x:(0-Ut.pan.x)/Ut.zoom,y:(0-Ut.pan.y)/Ut.zoom}}G[P.DRAG]=!1,G[P.NODE]=!1;var ke=z.contexts[P.NODE],xn=P.textureCache.texture,Ut=P.textureCache.viewport;ke.setTransform(1,0,0,1,0,0),it?xe(ke,0,0,Ut.width,Ut.height):ke.clearRect(0,0,Ut.width,Ut.height);var tn=It.core("outside-texture-bg-color").value,an=It.core("outside-texture-bg-opacity").value;P.colorFillStyle(ke,tn[0],tn[1],tn[2],an),ke.fillRect(0,0,Ut.width,Ut.height);var Pt=H.zoom();de(ke,!1),ke.clearRect(Ut.mpan.x,Ut.mpan.y,Ut.width/Ut.zoom/$,Ut.height/Ut.zoom/$),ke.drawImage(xn,Ut.mpan.x,Ut.mpan.y,Ut.width/Ut.zoom/$,Ut.height/Ut.zoom/$)}else P.textureOnViewport&&!p&&(P.textureCache=null);var Sn=H.extent(),Vn=P.pinching||P.hoverData.dragging||P.swipePanning||P.data.wheelZooming||P.hoverData.draggingEles||P.cy.animated(),or=P.hideEdgesOnViewport&&Vn,Rn=[];if(Rn[P.NODE]=!G[P.NODE]&&it&&!P.clearedForMotionBlur[P.NODE]||P.clearingMotionBlur,Rn[P.NODE]&&(P.clearedForMotionBlur[P.NODE]=!0),Rn[P.DRAG]=!G[P.DRAG]&&it&&!P.clearedForMotionBlur[P.DRAG]||P.clearingMotionBlur,Rn[P.DRAG]&&(P.clearedForMotionBlur[P.DRAG]=!0),G[P.NODE]||x||C||Rn[P.NODE]){var ar=it&&!Rn[P.NODE]&<!==1,ke=p||(ar?P.data.bufferContexts[P.MOTIONBLUR_BUFFER_NODE]:z.contexts[P.NODE]),yr=it&&!ar?"motionBlur":void 0;de(ke,yr),or?P.drawCachedNodes(ke,ye.nondrag,$,Sn):P.drawLayeredElements(ke,ye.nondrag,$,Sn),P.debug&&P.drawDebugPoints(ke,ye.nondrag),!x&&!it&&(G[P.NODE]=!1)}if(!C&&(G[P.DRAG]||x||Rn[P.DRAG])){var ar=it&&!Rn[P.DRAG]&<!==1,ke=p||(ar?P.data.bufferContexts[P.MOTIONBLUR_BUFFER_DRAG]:z.contexts[P.DRAG]);de(ke,it&&!ar?"motionBlur":void 0),or?P.drawCachedNodes(ke,ye.drag,$,Sn):P.drawCachedElements(ke,ye.drag,$,Sn),P.debug&&P.drawDebugPoints(ke,ye.drag),!x&&!it&&(G[P.DRAG]=!1)}if(P.showFps||!C&&G[P.SELECT_BOX]&&!x){var ke=p||z.contexts[P.SELECT_BOX];if(de(ke),P.selection[4]==1&&(P.hoverData.selecting||P.touchData.selecting)){var Pt=P.cy.zoom(),kr=It.core("selection-box-border-width").value/Pt;ke.lineWidth=kr,ke.fillStyle="rgba("+It.core("selection-box-color").value[0]+","+It.core("selection-box-color").value[1]+","+It.core("selection-box-color").value[2]+","+It.core("selection-box-opacity").value+")",ke.fillRect(P.selection[0],P.selection[1],P.selection[2]-P.selection[0],P.selection[3]-P.selection[1]),kr>0&&(ke.strokeStyle="rgba("+It.core("selection-box-border-color").value[0]+","+It.core("selection-box-border-color").value[1]+","+It.core("selection-box-border-color").value[2]+","+It.core("selection-box-opacity").value+")",ke.strokeRect(P.selection[0],P.selection[1],P.selection[2]-P.selection[0],P.selection[3]-P.selection[1]))}if(z.bgActivePosistion&&!P.hoverData.selecting){var Pt=P.cy.zoom(),br=z.bgActivePosistion;ke.fillStyle="rgba("+It.core("active-bg-color").value[0]+","+It.core("active-bg-color").value[1]+","+It.core("active-bg-color").value[2]+","+It.core("active-bg-opacity").value+")",ke.beginPath(),ke.arc(br.x,br.y,It.core("active-bg-size").pfValue/Pt,0,2*Math.PI),ke.fill()}var dr=P.lastRedrawTime;if(P.showFps&&dr){dr=Math.round(dr);var kn=Math.round(1e3/dr);ke.setTransform(1,0,0,1,0,0),ke.fillStyle="rgba(255, 0, 0, 0.75)",ke.strokeStyle="rgba(255, 0, 0, 0.75)",ke.lineWidth=1,ke.fillText("1 frame = "+dr+" ms = "+kn+" fps",0,20);var wr=60;ke.strokeRect(0,30,250,20),ke.fillRect(0,30,250*Math.min(kn/wr,1),20)}x||(G[P.SELECT_BOX]=!1)}if(it&<!==1){var Ar=z.contexts[P.NODE],ci=P.data.bufferCanvases[P.MOTIONBLUR_BUFFER_NODE],ui=z.contexts[P.DRAG],ps=P.data.bufferCanvases[P.MOTIONBLUR_BUFFER_DRAG],ga=function(mi,ys,Xi){mi.setTransform(1,0,0,1,0,0),Xi||!kt?mi.clearRect(0,0,P.canvasWidth,P.canvasHeight):xe(mi,0,0,P.canvasWidth,P.canvasHeight);var li=lt;mi.drawImage(ys,0,0,P.canvasWidth*li,P.canvasHeight*li,0,0,P.canvasWidth,P.canvasHeight)};(G[P.NODE]||Rn[P.NODE])&&(ga(Ar,ci,Rn[P.NODE]),G[P.NODE]=!1),(G[P.DRAG]||Rn[P.DRAG])&&(ga(ui,ps,Rn[P.DRAG]),G[P.DRAG]=!1)}P.prevViewport=Ut,P.clearingMotionBlur&&(P.clearingMotionBlur=!1,P.motionBlurCleared=!0,P.motionBlur=!0),it&&(P.motionBlurTimeout=setTimeout(function(){P.motionBlurTimeout=null,P.clearedForMotionBlur[P.NODE]=!1,P.clearedForMotionBlur[P.DRAG]=!1,P.motionBlur=!1,P.clearingMotionBlur=!Q,P.mbFrames=0,G[P.NODE]=!0,G[P.DRAG]=!0,P.redraw()},mnt)),p||H.emit("render")};var am={};am.drawPolygonPath=function(y,p,x,C,L,O){var P=C/2,$=L/2;y.beginPath&&y.beginPath(),y.moveTo(p+P*O[0],x+$*O[1]);for(var H=1;H<O.length/2;H++)y.lineTo(p+P*O[H*2],x+$*O[H*2+1]);y.closePath()},am.drawRoundPolygonPath=function(y,p,x,C,L,O){var P=C/2,$=L/2,H=FM(C,L);y.beginPath&&y.beginPath();for(var z=0;z<O.length/4;z++){var G=void 0,Q=void 0;z===0?G=O.length-2:G=z*4-2,Q=z*4+2;var it=p+P*O[z*4],lt=x+$*O[z*4+1],dt=-O[G]*O[Q]-O[G+1]*O[Q+1],vt=H/Math.tan(Math.acos(dt)/2),Mt=it-vt*O[G],kt=lt-vt*O[G+1],It=it+vt*O[Q],Pt=lt+vt*O[Q+1];z===0?y.moveTo(Mt,kt):y.lineTo(Mt,kt),y.arcTo(it,lt,It,Pt,H)}y.closePath()},am.drawRoundRectanglePath=function(y,p,x,C,L){var O=C/2,P=L/2,$=N8(C,L);y.beginPath&&y.beginPath(),y.moveTo(p,x-P),y.arcTo(p+O,x-P,p+O,x,$),y.arcTo(p+O,x+P,p,x+P,$),y.arcTo(p-O,x+P,p-O,x,$),y.arcTo(p-O,x-P,p,x-P,$),y.lineTo(p,x-P),y.closePath()},am.drawBottomRoundRectanglePath=function(y,p,x,C,L){var O=C/2,P=L/2,$=N8(C,L);y.beginPath&&y.beginPath(),y.moveTo(p,x-P),y.lineTo(p+O,x-P),y.lineTo(p+O,x),y.arcTo(p+O,x+P,p,x+P,$),y.arcTo(p-O,x+P,p-O,x,$),y.lineTo(p-O,x-P),y.lineTo(p,x-P),y.closePath()},am.drawCutRectanglePath=function(y,p,x,C,L){var O=C/2,P=L/2,$=PB();y.beginPath&&y.beginPath(),y.moveTo(p-O+$,x-P),y.lineTo(p+O-$,x-P),y.lineTo(p+O,x-P+$),y.lineTo(p+O,x+P-$),y.lineTo(p+O-$,x+P),y.lineTo(p-O+$,x+P),y.lineTo(p-O,x+P-$),y.lineTo(p-O,x-P+$),y.closePath()},am.drawBarrelPath=function(y,p,x,C,L){var O=C/2,P=L/2,$=p-O,H=p+O,z=x-P,G=x+P,Q=BM(C,L),it=Q.widthOffset,lt=Q.heightOffset,dt=Q.ctrlPtOffsetPct*it;y.beginPath&&y.beginPath(),y.moveTo($,z+lt),y.lineTo($,G-lt),y.quadraticCurveTo($+dt,G,$+it,G),y.lineTo(H-it,G),y.quadraticCurveTo(H-dt,G,H,G-lt),y.lineTo(H,z+lt),y.quadraticCurveTo(H-dt,z,H-it,z),y.lineTo($+it,z),y.quadraticCurveTo($+dt,z,$,z+lt),y.closePath()};for(var Fj=Math.sin(0),Bj=Math.cos(0),bD={},wD={},Rj=Math.PI/40,d6=0*Math.PI;d6<2*Math.PI;d6+=Rj)bD[d6]=Math.sin(d6),wD[d6]=Math.cos(d6);am.drawEllipsePath=function(y,p,x,C,L){if(y.beginPath&&y.beginPath(),y.ellipse)y.ellipse(p,x,C/2,L/2,0,0,2*Math.PI);else for(var O,P,$=C/2,H=L/2,z=0*Math.PI;z<2*Math.PI;z+=Rj)O=p-$*bD[z]*Fj+$*wD[z]*Bj,P=x+H*wD[z]*Fj+H*bD[z]*Bj,z===0?y.moveTo(O,P):y.lineTo(O,P);y.closePath()};var rE={};rE.createBuffer=function(y,p){var x=document.createElement("canvas");return x.width=y,x.height=p,[x,x.getContext("2d")]},rE.bufferCanvasImage=function(y){var p=this.cy,x=p.mutableElements(),C=x.boundingBox(),L=this.findContainerClientCoords(),O=y.full?Math.ceil(C.w):L[2],P=y.full?Math.ceil(C.h):L[3],$=Z(y.maxWidth)||Z(y.maxHeight),H=this.getPixelRatio(),z=1;if(y.scale!==void 0)O*=y.scale,P*=y.scale,z=y.scale;else if($){var G=1/0,Q=1/0;Z(y.maxWidth)&&(G=z*y.maxWidth/O),Z(y.maxHeight)&&(Q=z*y.maxHeight/P),z=Math.min(G,Q),O*=z,P*=z}$||(O*=H,P*=H,z*=H);var it=document.createElement("canvas");it.width=O,it.height=P,it.style.width=O+"px",it.style.height=P+"px";var lt=it.getContext("2d");if(O>0&&P>0){lt.clearRect(0,0,O,P),lt.globalCompositeOperation="source-over";var dt=this.getCachedZSortedEles();if(y.full)lt.translate(-C.x1*z,-C.y1*z),lt.scale(z,z),this.drawElements(lt,dt),lt.scale(1/z,1/z),lt.translate(C.x1*z,C.y1*z);else{var vt=p.pan(),Mt={x:vt.x*z,y:vt.y*z};z*=p.zoom(),lt.translate(Mt.x,Mt.y),lt.scale(z,z),this.drawElements(lt,dt),lt.scale(1/z,1/z),lt.translate(-Mt.x,-Mt.y)}y.bg&&(lt.globalCompositeOperation="destination-over",lt.fillStyle=y.bg,lt.rect(0,0,O,P),lt.fill())}return it};function vnt(y,p){for(var x=atob(y),C=new ArrayBuffer(x.length),L=new Uint8Array(C),O=0;O<x.length;O++)L[O]=x.charCodeAt(O);return new Blob([C],{type:p})}function jj(y){var p=y.indexOf(",");return y.substr(p+1)}function $j(y,p,x){var C=function(){return p.toDataURL(x,y.quality)};switch(y.output){case"blob-promise":return new Jx(function(L,O){try{p.toBlob(function(P){P!=null?L(P):O(new Error("`canvas.toBlob()` sent a null value in its callback"))},x,y.quality)}catch(P){O(P)}});case"blob":return vnt(jj(C()),x);case"base64":return jj(C());case"base64uri":default:return C()}}rE.png=function(y){return $j(y,this.bufferCanvasImage(y),"image/png")},rE.jpg=function(y){return $j(y,this.bufferCanvasImage(y),"image/jpeg")};var zj={};zj.nodeShapeImpl=function(y,p,x,C,L,O,P){switch(y){case"ellipse":return this.drawEllipsePath(p,x,C,L,O);case"polygon":return this.drawPolygonPath(p,x,C,L,O,P);case"round-polygon":return this.drawRoundPolygonPath(p,x,C,L,O,P);case"roundrectangle":case"round-rectangle":return this.drawRoundRectanglePath(p,x,C,L,O);case"cutrectangle":case"cut-rectangle":return this.drawCutRectanglePath(p,x,C,L,O);case"bottomroundrectangle":case"bottom-round-rectangle":return this.drawBottomRoundRectanglePath(p,x,C,L,O);case"barrel":return this.drawBarrelPath(p,x,C,L,O)}};var ynt=qj,Mc=qj.prototype;Mc.CANVAS_LAYERS=3,Mc.SELECT_BOX=0,Mc.DRAG=1,Mc.NODE=2,Mc.BUFFER_COUNT=3,Mc.TEXTURE_BUFFER=0,Mc.MOTIONBLUR_BUFFER_NODE=1,Mc.MOTIONBLUR_BUFFER_DRAG=2;function qj(y){var p=this;p.data={canvases:new Array(Mc.CANVAS_LAYERS),contexts:new Array(Mc.CANVAS_LAYERS),canvasNeedsRedraw:new Array(Mc.CANVAS_LAYERS),bufferCanvases:new Array(Mc.BUFFER_COUNT),bufferContexts:new Array(Mc.CANVAS_LAYERS)};var x="-webkit-tap-highlight-color",C="rgba(0,0,0,0)";p.data.canvasContainer=document.createElement("div");var L=p.data.canvasContainer.style;p.data.canvasContainer.style[x]=C,L.position="relative",L.zIndex="0",L.overflow="hidden";var O=y.cy.container();O.appendChild(p.data.canvasContainer),O.style[x]=C;var P={"-webkit-user-select":"none","-moz-user-select":"-moz-none","user-select":"none","-webkit-tap-highlight-color":"rgba(0,0,0,0)","outline-style":"none"};Be()&&(P["-ms-touch-action"]="none",P["touch-action"]="none");for(var $=0;$<Mc.CANVAS_LAYERS;$++){var H=p.data.canvases[$]=document.createElement("canvas");p.data.contexts[$]=H.getContext("2d"),Object.keys(P).forEach(function(dr){H.style[dr]=P[dr]}),H.style.position="absolute",H.setAttribute("data-id","layer"+$),H.style.zIndex=String(Mc.CANVAS_LAYERS-$),p.data.canvasContainer.appendChild(H),p.data.canvasNeedsRedraw[$]=!1}p.data.topCanvas=p.data.canvases[0],p.data.canvases[Mc.NODE].setAttribute("data-id","layer"+Mc.NODE+"-node"),p.data.canvases[Mc.SELECT_BOX].setAttribute("data-id","layer"+Mc.SELECT_BOX+"-selectbox"),p.data.canvases[Mc.DRAG].setAttribute("data-id","layer"+Mc.DRAG+"-drag");for(var $=0;$<Mc.BUFFER_COUNT;$++)p.data.bufferCanvases[$]=document.createElement("canvas"),p.data.bufferContexts[$]=p.data.bufferCanvases[$].getContext("2d"),p.data.bufferCanvases[$].style.position="absolute",p.data.bufferCanvases[$].setAttribute("data-id","buffer"+$),p.data.bufferCanvases[$].style.zIndex=String(-$-1),p.data.bufferCanvases[$].style.visibility="hidden";p.pathsEnabled=!0;var z=m0(),G=function(kn){return{x:(kn.x1+kn.x2)/2,y:(kn.y1+kn.y2)/2}},Q=function(kn){return{x:-kn.w/2,y:-kn.h/2}},it=function(kn){var wr=kn[0]._private,Ar=wr.oldBackgroundTimestamp===wr.backgroundTimestamp;return!Ar},lt=function(kn){return kn[0]._private.nodeKey},dt=function(kn){return kn[0]._private.labelStyleKey},vt=function(kn){return kn[0]._private.sourceLabelStyleKey},Mt=function(kn){return kn[0]._private.targetLabelStyleKey},kt=function(kn,wr,Ar,ci,ui){return p.drawElement(kn,wr,Ar,!1,!1,ui)},It=function(kn,wr,Ar,ci,ui){return p.drawElementText(kn,wr,Ar,ci,"main",ui)},Pt=function(kn,wr,Ar,ci,ui){return p.drawElementText(kn,wr,Ar,ci,"source",ui)},qt=function(kn,wr,Ar,ci,ui){return p.drawElementText(kn,wr,Ar,ci,"target",ui)},ce=function(kn){return kn.boundingBox(),kn[0]._private.bodyBounds},ee=function(kn){return kn.boundingBox(),kn[0]._private.labelBounds.main||z},Ut=function(kn){return kn.boundingBox(),kn[0]._private.labelBounds.source||z},ue=function(kn){return kn.boundingBox(),kn[0]._private.labelBounds.target||z},Yt=function(kn,wr){return wr},ye=function(kn){return G(ce(kn))},xe=function(kn,wr,Ar){var ci=kn?kn+"-":"";return{x:wr.x+Ar.pstyle(ci+"text-margin-x").pfValue,y:wr.y+Ar.pstyle(ci+"text-margin-y").pfValue}},de=function(kn,wr,Ar){var ci=kn[0]._private.rscratch;return{x:ci[wr],y:ci[Ar]}},ze=function(kn){return xe("",de(kn,"labelX","labelY"),kn)},ke=function(kn){return xe("source",de(kn,"sourceLabelX","sourceLabelY"),kn)},xn=function(kn){return xe("target",de(kn,"targetLabelX","targetLabelY"),kn)},tn=function(kn){return Q(ce(kn))},an=function(kn){return Q(Ut(kn))},Sn=function(kn){return Q(ue(kn))},Vn=function(kn){var wr=ee(kn),Ar=Q(ee(kn));if(kn.isNode()){switch(kn.pstyle("text-halign").value){case"left":Ar.x=-wr.w;break;case"right":Ar.x=0;break}switch(kn.pstyle("text-valign").value){case"top":Ar.y=-wr.h;break;case"bottom":Ar.y=0;break}}return Ar},or=p.data.eleTxrCache=new Z8(p,{getKey:lt,doesEleInvalidateKey:it,drawElement:kt,getBoundingBox:ce,getRotationPoint:ye,getRotationOffset:tn,allowEdgeTxrCaching:!1,allowParentTxrCaching:!1}),Rn=p.data.lblTxrCache=new Z8(p,{getKey:dt,drawElement:It,getBoundingBox:ee,getRotationPoint:ze,getRotationOffset:Vn,isVisible:Yt}),ar=p.data.slbTxrCache=new Z8(p,{getKey:vt,drawElement:Pt,getBoundingBox:Ut,getRotationPoint:ke,getRotationOffset:an,isVisible:Yt}),yr=p.data.tlbTxrCache=new Z8(p,{getKey:Mt,drawElement:qt,getBoundingBox:ue,getRotationPoint:xn,getRotationOffset:Sn,isVisible:Yt}),kr=p.data.lyrTxrCache=new Lj(p);p.onUpdateEleCalcs(function(kn,wr){or.invalidateElements(wr),Rn.invalidateElements(wr),ar.invalidateElements(wr),yr.invalidateElements(wr),kr.invalidateElements(wr);for(var Ar=0;Ar<wr.length;Ar++){var ci=wr[Ar]._private;ci.oldBackgroundTimestamp=ci.backgroundTimestamp}});var br=function(kn){for(var wr=0;wr<kn.length;wr++)kr.enqueueElementRefinement(kn[wr].ele)};or.onDequeue(br),Rn.onDequeue(br),ar.onDequeue(br),yr.onDequeue(br)}Mc.redrawHint=function(y,p){var x=this;switch(y){case"eles":x.data.canvasNeedsRedraw[Mc.NODE]=p;break;case"drag":x.data.canvasNeedsRedraw[Mc.DRAG]=p;break;case"select":x.data.canvasNeedsRedraw[Mc.SELECT_BOX]=p;break}};var Hj=typeof Path2D<"u";Mc.path2dEnabled=function(y){if(y===void 0)return this.pathsEnabled;this.pathsEnabled=!!y},Mc.usePaths=function(){return Hj&&this.pathsEnabled},Mc.setImgSmoothing=function(y,p){y.imageSmoothingEnabled!=null?y.imageSmoothingEnabled=p:(y.webkitImageSmoothingEnabled=p,y.mozImageSmoothingEnabled=p,y.msImageSmoothingEnabled=p)},Mc.getImgSmoothing=function(y){return y.imageSmoothingEnabled!=null?y.imageSmoothingEnabled:y.webkitImageSmoothingEnabled||y.mozImageSmoothingEnabled||y.msImageSmoothingEnabled},Mc.makeOffscreenCanvas=function(y,p){var x;return(typeof OffscreenCanvas>"u"?"undefined":f(OffscreenCanvas))!=="undefined"?x=new OffscreenCanvas(y,p):(x=document.createElement("canvas"),x.width=y,x.height=p),x},[pD,O2,im,nE,sm,py,ug,am,rE,zj].forEach(function(y){we(Mc,y)});var Vj=[{name:"null",impl:gj},{name:"base",impl:Tj},{name:"canvas",impl:ynt}],_C=[{type:"layout",extensions:Net},{type:"renderer",extensions:Vj}],g6={},lg={};function Uj(y,p,x){var C=x,L=function(ue){Vc("Can not register `"+p+"` for `"+y+"` since `"+ue+"` already exists in the prototype and can not be overridden")};if(y==="core"){if(X8.prototype[p])return L(p);X8.prototype[p]=x}else if(y==="collection"){if(g1.prototype[p])return L(p);g1.prototype[p]=x}else if(y==="layout"){for(var O=function(ue){this.options=ue,x.call(this,ue),ht(this._private)||(this._private={}),this._private.cy=ue.cy,this._private.listeners=[],this.createEmitter()},P=O.prototype=Object.create(x.prototype),$=[],H=0;H<$.length;H++){var z=$[H];P[z]=P[z]||function(){return this}}P.start&&!P.run?P.run=function(){return this.start(),this}:!P.start&&P.run&&(P.start=function(){return this.run(),this});var G=x.prototype.stop;P.stop=function(){var Ut=this.options;if(Ut&&Ut.animate){var ue=this.animations;if(ue)for(var Yt=0;Yt<ue.length;Yt++)ue[Yt].stop()}return G?G.call(this):this.emit("layoutstop"),this},P.destroy||(P.destroy=function(){return this}),P.cy=function(){return this._private.cy};var Q=function(ue){return ue._private.cy},it={addEventFields:function(ue,Yt){Yt.layout=ue,Yt.cy=Q(ue),Yt.target=ue},bubble:function(){return!0},parent:function(ue){return Q(ue)}};we(P,{createEmitter:function(){return this._private.emitter=new aC(it,this),this},emitter:function(){return this._private.emitter},on:function(ue,Yt){return this.emitter().on(ue,Yt),this},one:function(ue,Yt){return this.emitter().one(ue,Yt),this},once:function(ue,Yt){return this.emitter().one(ue,Yt),this},removeListener:function(ue,Yt){return this.emitter().removeListener(ue,Yt),this},removeAllListeners:function(){return this.emitter().removeAllListeners(),this},emit:function(ue,Yt){return this.emitter().emit(ue,Yt),this}}),Uc.eventAliasesOn(P),C=O}else if(y==="renderer"&&p!=="null"&&p!=="base"){var lt=xnt("renderer","base"),dt=lt.prototype,vt=x,Mt=x.prototype,kt=function(){lt.apply(this,arguments),vt.apply(this,arguments)},It=kt.prototype;for(var Pt in dt){var qt=dt[Pt],ce=Mt[Pt]!=null;if(ce)return L(Pt);It[Pt]=qt}for(var ee in Mt)It[ee]=Mt[ee];dt.clientFunctions.forEach(function(Ut){It[Ut]=It[Ut]||function(){jl("Renderer does not implement `renderer."+Ut+"()` on its prototype")}}),C=kt}else if(y==="__proto__"||y==="constructor"||y==="prototype")return jl(y+" is an illegal type to be registered, possibly lead to prototype pollutions");return An({map:g6,keys:[y,p],value:C})}function xnt(y,p){return Pn({map:g6,keys:[y,p]})}function g2t(y,p,x,C,L){return An({map:lg,keys:[y,p,x,C],value:L})}function p2t(y,p,x,C){return Pn({map:lg,keys:[y,p,x,C]})}var Gj=function(){if(arguments.length===2)return xnt.apply(null,arguments);if(arguments.length===3)return Uj.apply(null,arguments);if(arguments.length===4)return p2t.apply(null,arguments);if(arguments.length===5)return g2t.apply(null,arguments);jl("Invalid extension access syntax")};X8.prototype.extension=Gj,_C.forEach(function(y){y.extensions.forEach(function(p){Uj(y.type,p.name,p.impl)})});var mD=function y(){if(!(this instanceof y))return new y;this.length=0},p6=mD.prototype;p6.instanceString=function(){return"stylesheet"},p6.selector=function(y){var p=this.length++;return this[p]={selector:y,properties:[]},this},p6.css=function(y,p){var x=this.length-1;if(yt(y))this[x].properties.push({name:y,value:p});else if(ht(y))for(var C=y,L=Object.keys(C),O=0;O<L.length;O++){var P=L[O],$=C[P];if($!=null){var H=V1.properties[P]||V1.properties[Pe(P)];if(H!=null){var z=H.name,G=$;this[x].properties.push({name:z,value:G})}}}return this},p6.style=p6.css,p6.generateStyle=function(y){var p=new V1(y);return this.appendToStyle(p)},p6.appendToStyle=function(y){for(var p=0;p<this.length;p++){var x=this[p],C=x.selector,L=x.properties;y.selector(C);for(var O=0;O<L.length;O++){var P=L[O];y.css(P.name,P.value)}}return y};var b2t="3.23.0",b6=function(p){if(p===void 0&&(p={}),ht(p))return new X8(p);if(yt(p))return Gj.apply(Gj,arguments)};return b6.use=function(y){var p=Array.prototype.slice.call(arguments,1);return p.unshift(b6),y.apply(null,p),this},b6.warnings=function(y){return z9(y)},b6.version=b2t,b6.stylesheet=b6.Stylesheet=mD,b6})})(PHt);var Ktn=PHt.exports;const NHt=JT(Ktn);var FHt={exports:{}},s2t={exports:{}},a2t={exports:{}},BHt;function Wtn(){return BHt||(BHt=1,function(i,a){(function(g,w){i.exports=w()})(X0,function(){return function(f){var g={};function w(v){if(g[v])return g[v].exports;var b=g[v]={i:v,l:!1,exports:{}};return f[v].call(b.exports,b,b.exports,w),b.l=!0,b.exports}return w.m=f,w.c=g,w.i=function(v){return v},w.d=function(v,b,E){w.o(v,b)||Object.defineProperty(v,b,{configurable:!1,enumerable:!0,get:E})},w.n=function(v){var b=v&&v.__esModule?function(){return v.default}:function(){return v};return w.d(b,"a",b),b},w.o=function(v,b){return Object.prototype.hasOwnProperty.call(v,b)},w.p="",w(w.s=26)}([function(f,g,w){function v(){}v.QUALITY=1,v.DEFAULT_CREATE_BENDS_AS_NEEDED=!1,v.DEFAULT_INCREMENTAL=!1,v.DEFAULT_ANIMATION_ON_LAYOUT=!0,v.DEFAULT_ANIMATION_DURING_LAYOUT=!1,v.DEFAULT_ANIMATION_PERIOD=50,v.DEFAULT_UNIFORM_LEAF_NODE_SIZES=!1,v.DEFAULT_GRAPH_MARGIN=15,v.NODE_DIMENSIONS_INCLUDE_LABELS=!1,v.SIMPLE_NODE_SIZE=40,v.SIMPLE_NODE_HALF_SIZE=v.SIMPLE_NODE_SIZE/2,v.EMPTY_COMPOUND_NODE_SIZE=40,v.MIN_EDGE_LENGTH=1,v.WORLD_BOUNDARY=1e6,v.INITIAL_WORLD_BOUNDARY=v.WORLD_BOUNDARY/1e3,v.WORLD_CENTER_X=1200,v.WORLD_CENTER_Y=900,f.exports=v},function(f,g,w){var v=w(2),b=w(8),E=w(9);function _(I,B,F){v.call(this,F),this.isOverlapingSourceAndTarget=!1,this.vGraphObject=F,this.bendpoints=[],this.source=I,this.target=B}_.prototype=Object.create(v.prototype);for(var S in v)_[S]=v[S];_.prototype.getSource=function(){return this.source},_.prototype.getTarget=function(){return this.target},_.prototype.isInterGraph=function(){return this.isInterGraph},_.prototype.getLength=function(){return this.length},_.prototype.isOverlapingSourceAndTarget=function(){return this.isOverlapingSourceAndTarget},_.prototype.getBendpoints=function(){return this.bendpoints},_.prototype.getLca=function(){return this.lca},_.prototype.getSourceInLca=function(){return this.sourceInLca},_.prototype.getTargetInLca=function(){return this.targetInLca},_.prototype.getOtherEnd=function(I){if(this.source===I)return this.target;if(this.target===I)return this.source;throw"Node is not incident with this edge"},_.prototype.getOtherEndInGraph=function(I,B){for(var F=this.getOtherEnd(I),R=B.getGraphManager().getRoot();;){if(F.getOwner()==B)return F;if(F.getOwner()==R)break;F=F.getOwner().getParent()}return null},_.prototype.updateLength=function(){var I=new Array(4);this.isOverlapingSourceAndTarget=b.getIntersection(this.target.getRect(),this.source.getRect(),I),this.isOverlapingSourceAndTarget||(this.lengthX=I[0]-I[2],this.lengthY=I[1]-I[3],Math.abs(this.lengthX)<1&&(this.lengthX=E.sign(this.lengthX)),Math.abs(this.lengthY)<1&&(this.lengthY=E.sign(this.lengthY)),this.length=Math.sqrt(this.lengthX*this.lengthX+this.lengthY*this.lengthY))},_.prototype.updateLengthSimple=function(){this.lengthX=this.target.getCenterX()-this.source.getCenterX(),this.lengthY=this.target.getCenterY()-this.source.getCenterY(),Math.abs(this.lengthX)<1&&(this.lengthX=E.sign(this.lengthX)),Math.abs(this.lengthY)<1&&(this.lengthY=E.sign(this.lengthY)),this.length=Math.sqrt(this.lengthX*this.lengthX+this.lengthY*this.lengthY)},f.exports=_},function(f,g,w){function v(b){this.vGraphObject=b}f.exports=v},function(f,g,w){var v=w(2),b=w(10),E=w(13),_=w(0),S=w(16),I=w(4);function B(R,q,X,rt){X==null&&rt==null&&(rt=q),v.call(this,rt),R.graphManager!=null&&(R=R.graphManager),this.estimatedSize=b.MIN_VALUE,this.inclusionTreeDepth=b.MAX_VALUE,this.vGraphObject=rt,this.edges=[],this.graphManager=R,X!=null&&q!=null?this.rect=new E(q.x,q.y,X.width,X.height):this.rect=new E}B.prototype=Object.create(v.prototype);for(var F in v)B[F]=v[F];B.prototype.getEdges=function(){return this.edges},B.prototype.getChild=function(){return this.child},B.prototype.getOwner=function(){return this.owner},B.prototype.getWidth=function(){return this.rect.width},B.prototype.setWidth=function(R){this.rect.width=R},B.prototype.getHeight=function(){return this.rect.height},B.prototype.setHeight=function(R){this.rect.height=R},B.prototype.getCenterX=function(){return this.rect.x+this.rect.width/2},B.prototype.getCenterY=function(){return this.rect.y+this.rect.height/2},B.prototype.getCenter=function(){return new I(this.rect.x+this.rect.width/2,this.rect.y+this.rect.height/2)},B.prototype.getLocation=function(){return new I(this.rect.x,this.rect.y)},B.prototype.getRect=function(){return this.rect},B.prototype.getDiagonal=function(){return Math.sqrt(this.rect.width*this.rect.width+this.rect.height*this.rect.height)},B.prototype.getHalfTheDiagonal=function(){return Math.sqrt(this.rect.height*this.rect.height+this.rect.width*this.rect.width)/2},B.prototype.setRect=function(R,q){this.rect.x=R.x,this.rect.y=R.y,this.rect.width=q.width,this.rect.height=q.height},B.prototype.setCenter=function(R,q){this.rect.x=R-this.rect.width/2,this.rect.y=q-this.rect.height/2},B.prototype.setLocation=function(R,q){this.rect.x=R,this.rect.y=q},B.prototype.moveBy=function(R,q){this.rect.x+=R,this.rect.y+=q},B.prototype.getEdgeListToNode=function(R){var q=[],X=this;return X.edges.forEach(function(rt){if(rt.target==R){if(rt.source!=X)throw"Incorrect edge source!";q.push(rt)}}),q},B.prototype.getEdgesBetween=function(R){var q=[],X=this;return X.edges.forEach(function(rt){if(!(rt.source==X||rt.target==X))throw"Incorrect edge source and/or target";(rt.target==R||rt.source==R)&&q.push(rt)}),q},B.prototype.getNeighborsList=function(){var R=new Set,q=this;return q.edges.forEach(function(X){if(X.source==q)R.add(X.target);else{if(X.target!=q)throw"Incorrect incidency!";R.add(X.source)}}),R},B.prototype.withChildren=function(){var R=new Set,q,X;if(R.add(this),this.child!=null)for(var rt=this.child.getNodes(),at=0;at<rt.length;at++)q=rt[at],X=q.withChildren(),X.forEach(function(ut){R.add(ut)});return R},B.prototype.getNoOfChildren=function(){var R=0,q;if(this.child==null)R=1;else for(var X=this.child.getNodes(),rt=0;rt<X.length;rt++)q=X[rt],R+=q.getNoOfChildren();return R==0&&(R=1),R},B.prototype.getEstimatedSize=function(){if(this.estimatedSize==b.MIN_VALUE)throw"assert failed";return this.estimatedSize},B.prototype.calcEstimatedSize=function(){return this.child==null?this.estimatedSize=(this.rect.width+this.rect.height)/2:(this.estimatedSize=this.child.calcEstimatedSize(),this.rect.width=this.estimatedSize,this.rect.height=this.estimatedSize,this.estimatedSize)},B.prototype.scatter=function(){var R,q,X=-_.INITIAL_WORLD_BOUNDARY,rt=_.INITIAL_WORLD_BOUNDARY;R=_.WORLD_CENTER_X+S.nextDouble()*(rt-X)+X;var at=-_.INITIAL_WORLD_BOUNDARY,ut=_.INITIAL_WORLD_BOUNDARY;q=_.WORLD_CENTER_Y+S.nextDouble()*(ut-at)+at,this.rect.x=R,this.rect.y=q},B.prototype.updateBounds=function(){if(this.getChild()==null)throw"assert failed";if(this.getChild().getNodes().length!=0){var R=this.getChild();if(R.updateBounds(!0),this.rect.x=R.getLeft(),this.rect.y=R.getTop(),this.setWidth(R.getRight()-R.getLeft()),this.setHeight(R.getBottom()-R.getTop()),_.NODE_DIMENSIONS_INCLUDE_LABELS){var q=R.getRight()-R.getLeft(),X=R.getBottom()-R.getTop();this.labelWidth>q&&(this.rect.x-=(this.labelWidth-q)/2,this.setWidth(this.labelWidth)),this.labelHeight>X&&(this.labelPos=="center"?this.rect.y-=(this.labelHeight-X)/2:this.labelPos=="top"&&(this.rect.y-=this.labelHeight-X),this.setHeight(this.labelHeight))}}},B.prototype.getInclusionTreeDepth=function(){if(this.inclusionTreeDepth==b.MAX_VALUE)throw"assert failed";return this.inclusionTreeDepth},B.prototype.transform=function(R){var q=this.rect.x;q>_.WORLD_BOUNDARY?q=_.WORLD_BOUNDARY:q<-_.WORLD_BOUNDARY&&(q=-_.WORLD_BOUNDARY);var X=this.rect.y;X>_.WORLD_BOUNDARY?X=_.WORLD_BOUNDARY:X<-_.WORLD_BOUNDARY&&(X=-_.WORLD_BOUNDARY);var rt=new I(q,X),at=R.inverseTransformPoint(rt);this.setLocation(at.x,at.y)},B.prototype.getLeft=function(){return this.rect.x},B.prototype.getRight=function(){return this.rect.x+this.rect.width},B.prototype.getTop=function(){return this.rect.y},B.prototype.getBottom=function(){return this.rect.y+this.rect.height},B.prototype.getParent=function(){return this.owner==null?null:this.owner.getParent()},f.exports=B},function(f,g,w){function v(b,E){b==null&&E==null?(this.x=0,this.y=0):(this.x=b,this.y=E)}v.prototype.getX=function(){return this.x},v.prototype.getY=function(){return this.y},v.prototype.setX=function(b){this.x=b},v.prototype.setY=function(b){this.y=b},v.prototype.getDifference=function(b){return new DimensionD(this.x-b.x,this.y-b.y)},v.prototype.getCopy=function(){return new v(this.x,this.y)},v.prototype.translate=function(b){return this.x+=b.width,this.y+=b.height,this},f.exports=v},function(f,g,w){var v=w(2),b=w(10),E=w(0),_=w(6),S=w(3),I=w(1),B=w(13),F=w(12),R=w(11);function q(rt,at,ut){v.call(this,ut),this.estimatedSize=b.MIN_VALUE,this.margin=E.DEFAULT_GRAPH_MARGIN,this.edges=[],this.nodes=[],this.isConnected=!1,this.parent=rt,at!=null&&at instanceof _?this.graphManager=at:at!=null&&at instanceof Layout&&(this.graphManager=at.graphManager)}q.prototype=Object.create(v.prototype);for(var X in v)q[X]=v[X];q.prototype.getNodes=function(){return this.nodes},q.prototype.getEdges=function(){return this.edges},q.prototype.getGraphManager=function(){return this.graphManager},q.prototype.getParent=function(){return this.parent},q.prototype.getLeft=function(){return this.left},q.prototype.getRight=function(){return this.right},q.prototype.getTop=function(){return this.top},q.prototype.getBottom=function(){return this.bottom},q.prototype.isConnected=function(){return this.isConnected},q.prototype.add=function(rt,at,ut){if(at==null&&ut==null){var pt=rt;if(this.graphManager==null)throw"Graph has no graph mgr!";if(this.getNodes().indexOf(pt)>-1)throw"Node already in graph!";return pt.owner=this,this.getNodes().push(pt),pt}else{var yt=rt;if(!(this.getNodes().indexOf(at)>-1&&this.getNodes().indexOf(ut)>-1))throw"Source or target not in graph!";if(!(at.owner==ut.owner&&at.owner==this))throw"Both owners must be this graph!";return at.owner!=ut.owner?null:(yt.source=at,yt.target=ut,yt.isInterGraph=!1,this.getEdges().push(yt),at.edges.push(yt),ut!=at&&ut.edges.push(yt),yt)}},q.prototype.remove=function(rt){var at=rt;if(rt instanceof S){if(at==null)throw"Node is null!";if(!(at.owner!=null&&at.owner==this))throw"Owner graph is invalid!";if(this.graphManager==null)throw"Owner graph manager is invalid!";for(var ut=at.edges.slice(),pt,yt=ut.length,mt=0;mt<yt;mt++)pt=ut[mt],pt.isInterGraph?this.graphManager.remove(pt):pt.source.owner.remove(pt);var gt=this.nodes.indexOf(at);if(gt==-1)throw"Node not in owner node list!";this.nodes.splice(gt,1)}else if(rt instanceof I){var pt=rt;if(pt==null)throw"Edge is null!";if(!(pt.source!=null&&pt.target!=null))throw"Source and/or target is null!";if(!(pt.source.owner!=null&&pt.target.owner!=null&&pt.source.owner==this&&pt.target.owner==this))throw"Source and/or target owner is invalid!";var ht=pt.source.edges.indexOf(pt),bt=pt.target.edges.indexOf(pt);if(!(ht>-1&&bt>-1))throw"Source and/or target doesn't know this edge!";pt.source.edges.splice(ht,1),pt.target!=pt.source&&pt.target.edges.splice(bt,1);var gt=pt.source.owner.getEdges().indexOf(pt);if(gt==-1)throw"Not in owner's edge list!";pt.source.owner.getEdges().splice(gt,1)}},q.prototype.updateLeftTop=function(){for(var rt=b.MAX_VALUE,at=b.MAX_VALUE,ut,pt,yt,mt=this.getNodes(),gt=mt.length,ht=0;ht<gt;ht++){var bt=mt[ht];ut=bt.getTop(),pt=bt.getLeft(),rt>ut&&(rt=ut),at>pt&&(at=pt)}return rt==b.MAX_VALUE?null:(mt[0].getParent().paddingLeft!=null?yt=mt[0].getParent().paddingLeft:yt=this.margin,this.left=at-yt,this.top=rt-yt,new F(this.left,this.top))},q.prototype.updateBounds=function(rt){for(var at=b.MAX_VALUE,ut=-b.MAX_VALUE,pt=b.MAX_VALUE,yt=-b.MAX_VALUE,mt,gt,ht,bt,Z,ft=this.nodes,Y=ft.length,Et=0;Et<Y;Et++){var V=ft[Et];rt&&V.child!=null&&V.updateBounds(),mt=V.getLeft(),gt=V.getRight(),ht=V.getTop(),bt=V.getBottom(),at>mt&&(at=mt),ut<gt&&(ut=gt),pt>ht&&(pt=ht),yt<bt&&(yt=bt)}var Nt=new B(at,pt,ut-at,yt-pt);at==b.MAX_VALUE&&(this.left=this.parent.getLeft(),this.right=this.parent.getRight(),this.top=this.parent.getTop(),this.bottom=this.parent.getBottom()),ft[0].getParent().paddingLeft!=null?Z=ft[0].getParent().paddingLeft:Z=this.margin,this.left=Nt.x-Z,this.right=Nt.x+Nt.width+Z,this.top=Nt.y-Z,this.bottom=Nt.y+Nt.height+Z},q.calculateBounds=function(rt){for(var at=b.MAX_VALUE,ut=-b.MAX_VALUE,pt=b.MAX_VALUE,yt=-b.MAX_VALUE,mt,gt,ht,bt,Z=rt.length,ft=0;ft<Z;ft++){var Y=rt[ft];mt=Y.getLeft(),gt=Y.getRight(),ht=Y.getTop(),bt=Y.getBottom(),at>mt&&(at=mt),ut<gt&&(ut=gt),pt>ht&&(pt=ht),yt<bt&&(yt=bt)}var Et=new B(at,pt,ut-at,yt-pt);return Et},q.prototype.getInclusionTreeDepth=function(){return this==this.graphManager.getRoot()?1:this.parent.getInclusionTreeDepth()},q.prototype.getEstimatedSize=function(){if(this.estimatedSize==b.MIN_VALUE)throw"assert failed";return this.estimatedSize},q.prototype.calcEstimatedSize=function(){for(var rt=0,at=this.nodes,ut=at.length,pt=0;pt<ut;pt++){var yt=at[pt];rt+=yt.calcEstimatedSize()}return rt==0?this.estimatedSize=E.EMPTY_COMPOUND_NODE_SIZE:this.estimatedSize=rt/Math.sqrt(this.nodes.length),this.estimatedSize},q.prototype.updateConnected=function(){var rt=this;if(this.nodes.length==0){this.isConnected=!0;return}var at=new R,ut=new Set,pt=this.nodes[0],yt,mt,gt=pt.withChildren();for(gt.forEach(function(Et){at.push(Et),ut.add(Et)});at.length!==0;){pt=at.shift(),yt=pt.getEdges();for(var ht=yt.length,bt=0;bt<ht;bt++){var Z=yt[bt];if(mt=Z.getOtherEndInGraph(pt,this),mt!=null&&!ut.has(mt)){var ft=mt.withChildren();ft.forEach(function(Et){at.push(Et),ut.add(Et)})}}}if(this.isConnected=!1,ut.size>=this.nodes.length){var Y=0;ut.forEach(function(Et){Et.owner==rt&&Y++}),Y==this.nodes.length&&(this.isConnected=!0)}},f.exports=q},function(f,g,w){var v,b=w(1);function E(_){v=w(5),this.layout=_,this.graphs=[],this.edges=[]}E.prototype.addRoot=function(){var _=this.layout.newGraph(),S=this.layout.newNode(null),I=this.add(_,S);return this.setRootGraph(I),this.rootGraph},E.prototype.add=function(_,S,I,B,F){if(I==null&&B==null&&F==null){if(_==null)throw"Graph is null!";if(S==null)throw"Parent node is null!";if(this.graphs.indexOf(_)>-1)throw"Graph already in this graph mgr!";if(this.graphs.push(_),_.parent!=null)throw"Already has a parent!";if(S.child!=null)throw"Already has a child!";return _.parent=S,S.child=_,_}else{F=I,B=S,I=_;var R=B.getOwner(),q=F.getOwner();if(!(R!=null&&R.getGraphManager()==this))throw"Source not in this graph mgr!";if(!(q!=null&&q.getGraphManager()==this))throw"Target not in this graph mgr!";if(R==q)return I.isInterGraph=!1,R.add(I,B,F);if(I.isInterGraph=!0,I.source=B,I.target=F,this.edges.indexOf(I)>-1)throw"Edge already in inter-graph edge list!";if(this.edges.push(I),!(I.source!=null&&I.target!=null))throw"Edge source and/or target is null!";if(!(I.source.edges.indexOf(I)==-1&&I.target.edges.indexOf(I)==-1))throw"Edge already in source and/or target incidency list!";return I.source.edges.push(I),I.target.edges.push(I),I}},E.prototype.remove=function(_){if(_ instanceof v){var S=_;if(S.getGraphManager()!=this)throw"Graph not in this graph mgr";if(!(S==this.rootGraph||S.parent!=null&&S.parent.graphManager==this))throw"Invalid parent node!";var I=[];I=I.concat(S.getEdges());for(var B,F=I.length,R=0;R<F;R++)B=I[R],S.remove(B);var q=[];q=q.concat(S.getNodes());var X;F=q.length;for(var R=0;R<F;R++)X=q[R],S.remove(X);S==this.rootGraph&&this.setRootGraph(null);var rt=this.graphs.indexOf(S);this.graphs.splice(rt,1),S.parent=null}else if(_ instanceof b){if(B=_,B==null)throw"Edge is null!";if(!B.isInterGraph)throw"Not an inter-graph edge!";if(!(B.source!=null&&B.target!=null))throw"Source and/or target is null!";if(!(B.source.edges.indexOf(B)!=-1&&B.target.edges.indexOf(B)!=-1))throw"Source and/or target doesn't know this edge!";var rt=B.source.edges.indexOf(B);if(B.source.edges.splice(rt,1),rt=B.target.edges.indexOf(B),B.target.edges.splice(rt,1),!(B.source.owner!=null&&B.source.owner.getGraphManager()!=null))throw"Edge owner graph or owner graph manager is null!";if(B.source.owner.getGraphManager().edges.indexOf(B)==-1)throw"Not in owner graph manager's edge list!";var rt=B.source.owner.getGraphManager().edges.indexOf(B);B.source.owner.getGraphManager().edges.splice(rt,1)}},E.prototype.updateBounds=function(){this.rootGraph.updateBounds(!0)},E.prototype.getGraphs=function(){return this.graphs},E.prototype.getAllNodes=function(){if(this.allNodes==null){for(var _=[],S=this.getGraphs(),I=S.length,B=0;B<I;B++)_=_.concat(S[B].getNodes());this.allNodes=_}return this.allNodes},E.prototype.resetAllNodes=function(){this.allNodes=null},E.prototype.resetAllEdges=function(){this.allEdges=null},E.prototype.resetAllNodesToApplyGravitation=function(){this.allNodesToApplyGravitation=null},E.prototype.getAllEdges=function(){if(this.allEdges==null){var _=[],S=this.getGraphs();S.length;for(var I=0;I<S.length;I++)_=_.concat(S[I].getEdges());_=_.concat(this.edges),this.allEdges=_}return this.allEdges},E.prototype.getAllNodesToApplyGravitation=function(){return this.allNodesToApplyGravitation},E.prototype.setAllNodesToApplyGravitation=function(_){if(this.allNodesToApplyGravitation!=null)throw"assert failed";this.allNodesToApplyGravitation=_},E.prototype.getRoot=function(){return this.rootGraph},E.prototype.setRootGraph=function(_){if(_.getGraphManager()!=this)throw"Root not in this graph mgr!";this.rootGraph=_,_.parent==null&&(_.parent=this.layout.newNode("Root node"))},E.prototype.getLayout=function(){return this.layout},E.prototype.isOneAncestorOfOther=function(_,S){if(!(_!=null&&S!=null))throw"assert failed";if(_==S)return!0;var I=_.getOwner(),B;do{if(B=I.getParent(),B==null)break;if(B==S)return!0;if(I=B.getOwner(),I==null)break}while(!0);I=S.getOwner();do{if(B=I.getParent(),B==null)break;if(B==_)return!0;if(I=B.getOwner(),I==null)break}while(!0);return!1},E.prototype.calcLowestCommonAncestors=function(){for(var _,S,I,B,F,R=this.getAllEdges(),q=R.length,X=0;X<q;X++){if(_=R[X],S=_.source,I=_.target,_.lca=null,_.sourceInLca=S,_.targetInLca=I,S==I){_.lca=S.getOwner();continue}for(B=S.getOwner();_.lca==null;){for(_.targetInLca=I,F=I.getOwner();_.lca==null;){if(F==B){_.lca=F;break}if(F==this.rootGraph)break;if(_.lca!=null)throw"assert failed";_.targetInLca=F.getParent(),F=_.targetInLca.getOwner()}if(B==this.rootGraph)break;_.lca==null&&(_.sourceInLca=B.getParent(),B=_.sourceInLca.getOwner())}if(_.lca==null)throw"assert failed"}},E.prototype.calcLowestCommonAncestor=function(_,S){if(_==S)return _.getOwner();var I=_.getOwner();do{if(I==null)break;var B=S.getOwner();do{if(B==null)break;if(B==I)return B;B=B.getParent().getOwner()}while(!0);I=I.getParent().getOwner()}while(!0);return I},E.prototype.calcInclusionTreeDepths=function(_,S){_==null&&S==null&&(_=this.rootGraph,S=1);for(var I,B=_.getNodes(),F=B.length,R=0;R<F;R++)I=B[R],I.inclusionTreeDepth=S,I.child!=null&&this.calcInclusionTreeDepths(I.child,S+1)},E.prototype.includesInvalidEdge=function(){for(var _,S=this.edges.length,I=0;I<S;I++)if(_=this.edges[I],this.isOneAncestorOfOther(_.source,_.target))return!0;return!1},f.exports=E},function(f,g,w){var v=w(0);function b(){}for(var E in v)b[E]=v[E];b.MAX_ITERATIONS=2500,b.DEFAULT_EDGE_LENGTH=50,b.DEFAULT_SPRING_STRENGTH=.45,b.DEFAULT_REPULSION_STRENGTH=4500,b.DEFAULT_GRAVITY_STRENGTH=.4,b.DEFAULT_COMPOUND_GRAVITY_STRENGTH=1,b.DEFAULT_GRAVITY_RANGE_FACTOR=3.8,b.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR=1.5,b.DEFAULT_USE_SMART_IDEAL_EDGE_LENGTH_CALCULATION=!0,b.DEFAULT_USE_SMART_REPULSION_RANGE_CALCULATION=!0,b.DEFAULT_COOLING_FACTOR_INCREMENTAL=.3,b.COOLING_ADAPTATION_FACTOR=.33,b.ADAPTATION_LOWER_NODE_LIMIT=1e3,b.ADAPTATION_UPPER_NODE_LIMIT=5e3,b.MAX_NODE_DISPLACEMENT_INCREMENTAL=100,b.MAX_NODE_DISPLACEMENT=b.MAX_NODE_DISPLACEMENT_INCREMENTAL*3,b.MIN_REPULSION_DIST=b.DEFAULT_EDGE_LENGTH/10,b.CONVERGENCE_CHECK_PERIOD=100,b.PER_LEVEL_IDEAL_EDGE_LENGTH_FACTOR=.1,b.MIN_EDGE_LENGTH=1,b.GRID_CALCULATION_CHECK_PERIOD=10,f.exports=b},function(f,g,w){var v=w(12);function b(){}b.calcSeparationAmount=function(E,_,S,I){if(!E.intersects(_))throw"assert failed";var B=new Array(2);this.decideDirectionsForOverlappingNodes(E,_,B),S[0]=Math.min(E.getRight(),_.getRight())-Math.max(E.x,_.x),S[1]=Math.min(E.getBottom(),_.getBottom())-Math.max(E.y,_.y),E.getX()<=_.getX()&&E.getRight()>=_.getRight()?S[0]+=Math.min(_.getX()-E.getX(),E.getRight()-_.getRight()):_.getX()<=E.getX()&&_.getRight()>=E.getRight()&&(S[0]+=Math.min(E.getX()-_.getX(),_.getRight()-E.getRight())),E.getY()<=_.getY()&&E.getBottom()>=_.getBottom()?S[1]+=Math.min(_.getY()-E.getY(),E.getBottom()-_.getBottom()):_.getY()<=E.getY()&&_.getBottom()>=E.getBottom()&&(S[1]+=Math.min(E.getY()-_.getY(),_.getBottom()-E.getBottom()));var F=Math.abs((_.getCenterY()-E.getCenterY())/(_.getCenterX()-E.getCenterX()));_.getCenterY()===E.getCenterY()&&_.getCenterX()===E.getCenterX()&&(F=1);var R=F*S[0],q=S[1]/F;S[0]<q?q=S[0]:R=S[1],S[0]=-1*B[0]*(q/2+I),S[1]=-1*B[1]*(R/2+I)},b.decideDirectionsForOverlappingNodes=function(E,_,S){E.getCenterX()<_.getCenterX()?S[0]=-1:S[0]=1,E.getCenterY()<_.getCenterY()?S[1]=-1:S[1]=1},b.getIntersection2=function(E,_,S){var I=E.getCenterX(),B=E.getCenterY(),F=_.getCenterX(),R=_.getCenterY();if(E.intersects(_))return S[0]=I,S[1]=B,S[2]=F,S[3]=R,!0;var q=E.getX(),X=E.getY(),rt=E.getRight(),at=E.getX(),ut=E.getBottom(),pt=E.getRight(),yt=E.getWidthHalf(),mt=E.getHeightHalf(),gt=_.getX(),ht=_.getY(),bt=_.getRight(),Z=_.getX(),ft=_.getBottom(),Y=_.getRight(),Et=_.getWidthHalf(),V=_.getHeightHalf(),Nt=!1,Dt=!1;if(I===F){if(B>R)return S[0]=I,S[1]=X,S[2]=F,S[3]=ft,!1;if(B<R)return S[0]=I,S[1]=ut,S[2]=F,S[3]=ht,!1}else if(B===R){if(I>F)return S[0]=q,S[1]=B,S[2]=bt,S[3]=R,!1;if(I<F)return S[0]=rt,S[1]=B,S[2]=gt,S[3]=R,!1}else{var jt=E.height/E.width,Ct=_.height/_.width,Ft=(R-B)/(F-I),_t=void 0,xt=void 0,Gt=void 0,Be=void 0,Ot=void 0,vn=void 0;if(-jt===Ft?I>F?(S[0]=at,S[1]=ut,Nt=!0):(S[0]=rt,S[1]=X,Nt=!0):jt===Ft&&(I>F?(S[0]=q,S[1]=X,Nt=!0):(S[0]=pt,S[1]=ut,Nt=!0)),-Ct===Ft?F>I?(S[2]=Z,S[3]=ft,Dt=!0):(S[2]=bt,S[3]=ht,Dt=!0):Ct===Ft&&(F>I?(S[2]=gt,S[3]=ht,Dt=!0):(S[2]=Y,S[3]=ft,Dt=!0)),Nt&&Dt)return!1;if(I>F?B>R?(_t=this.getCardinalDirection(jt,Ft,4),xt=this.getCardinalDirection(Ct,Ft,2)):(_t=this.getCardinalDirection(-jt,Ft,3),xt=this.getCardinalDirection(-Ct,Ft,1)):B>R?(_t=this.getCardinalDirection(-jt,Ft,1),xt=this.getCardinalDirection(-Ct,Ft,3)):(_t=this.getCardinalDirection(jt,Ft,2),xt=this.getCardinalDirection(Ct,Ft,4)),!Nt)switch(_t){case 1:Be=X,Gt=I+-mt/Ft,S[0]=Gt,S[1]=Be;break;case 2:Gt=pt,Be=B+yt*Ft,S[0]=Gt,S[1]=Be;break;case 3:Be=ut,Gt=I+mt/Ft,S[0]=Gt,S[1]=Be;break;case 4:Gt=at,Be=B+-yt*Ft,S[0]=Gt,S[1]=Be;break}if(!Dt)switch(xt){case 1:vn=ht,Ot=F+-V/Ft,S[2]=Ot,S[3]=vn;break;case 2:Ot=Y,vn=R+Et*Ft,S[2]=Ot,S[3]=vn;break;case 3:vn=ft,Ot=F+V/Ft,S[2]=Ot,S[3]=vn;break;case 4:Ot=Z,vn=R+-Et*Ft,S[2]=Ot,S[3]=vn;break}}return!1},b.getCardinalDirection=function(E,_,S){return E>_?S:1+S%4},b.getIntersection=function(E,_,S,I){if(I==null)return this.getIntersection2(E,_,S);var B=E.x,F=E.y,R=_.x,q=_.y,X=S.x,rt=S.y,at=I.x,ut=I.y,pt=void 0,yt=void 0,mt=void 0,gt=void 0,ht=void 0,bt=void 0,Z=void 0,ft=void 0,Y=void 0;return mt=q-F,ht=B-R,Z=R*F-B*q,gt=ut-rt,bt=X-at,ft=at*rt-X*ut,Y=mt*bt-gt*ht,Y===0?null:(pt=(ht*ft-bt*Z)/Y,yt=(gt*Z-mt*ft)/Y,new v(pt,yt))},b.angleOfVector=function(E,_,S,I){var B=void 0;return E!==S?(B=Math.atan((I-_)/(S-E)),S<E?B+=Math.PI:I<_&&(B+=this.TWO_PI)):I<_?B=this.ONE_AND_HALF_PI:B=this.HALF_PI,B},b.doIntersect=function(E,_,S,I){var B=E.x,F=E.y,R=_.x,q=_.y,X=S.x,rt=S.y,at=I.x,ut=I.y,pt=(R-B)*(ut-rt)-(at-X)*(q-F);if(pt===0)return!1;var yt=((ut-rt)*(at-B)+(X-at)*(ut-F))/pt,mt=((F-q)*(at-B)+(R-B)*(ut-F))/pt;return 0<yt&&yt<1&&0<mt&&mt<1},b.HALF_PI=.5*Math.PI,b.ONE_AND_HALF_PI=1.5*Math.PI,b.TWO_PI=2*Math.PI,b.THREE_PI=3*Math.PI,f.exports=b},function(f,g,w){function v(){}v.sign=function(b){return b>0?1:b<0?-1:0},v.floor=function(b){return b<0?Math.ceil(b):Math.floor(b)},v.ceil=function(b){return b<0?Math.floor(b):Math.ceil(b)},f.exports=v},function(f,g,w){function v(){}v.MAX_VALUE=2147483647,v.MIN_VALUE=-2147483648,f.exports=v},function(f,g,w){var v=function(){function B(F,R){for(var q=0;q<R.length;q++){var X=R[q];X.enumerable=X.enumerable||!1,X.configurable=!0,"value"in X&&(X.writable=!0),Object.defineProperty(F,X.key,X)}}return function(F,R,q){return R&&B(F.prototype,R),q&&B(F,q),F}}();function b(B,F){if(!(B instanceof F))throw new TypeError("Cannot call a class as a function")}var E=function(F){return{value:F,next:null,prev:null}},_=function(F,R,q,X){return F!==null?F.next=R:X.head=R,q!==null?q.prev=R:X.tail=R,R.prev=F,R.next=q,X.length++,R},S=function(F,R){var q=F.prev,X=F.next;return q!==null?q.next=X:R.head=X,X!==null?X.prev=q:R.tail=q,F.prev=F.next=null,R.length--,F},I=function(){function B(F){var R=this;b(this,B),this.length=0,this.head=null,this.tail=null,F!=null&&F.forEach(function(q){return R.push(q)})}return v(B,[{key:"size",value:function(){return this.length}},{key:"insertBefore",value:function(R,q){return _(q.prev,E(R),q,this)}},{key:"insertAfter",value:function(R,q){return _(q,E(R),q.next,this)}},{key:"insertNodeBefore",value:function(R,q){return _(q.prev,R,q,this)}},{key:"insertNodeAfter",value:function(R,q){return _(q,R,q.next,this)}},{key:"push",value:function(R){return _(this.tail,E(R),null,this)}},{key:"unshift",value:function(R){return _(null,E(R),this.head,this)}},{key:"remove",value:function(R){return S(R,this)}},{key:"pop",value:function(){return S(this.tail,this).value}},{key:"popNode",value:function(){return S(this.tail,this)}},{key:"shift",value:function(){return S(this.head,this).value}},{key:"shiftNode",value:function(){return S(this.head,this)}},{key:"get_object_at",value:function(R){if(R<=this.length()){for(var q=1,X=this.head;q<R;)X=X.next,q++;return X.value}}},{key:"set_object_at",value:function(R,q){if(R<=this.length()){for(var X=1,rt=this.head;X<R;)rt=rt.next,X++;rt.value=q}}}]),B}();f.exports=I},function(f,g,w){function v(b,E,_){this.x=null,this.y=null,b==null&&E==null&&_==null?(this.x=0,this.y=0):typeof b=="number"&&typeof E=="number"&&_==null?(this.x=b,this.y=E):b.constructor.name=="Point"&&E==null&&_==null&&(_=b,this.x=_.x,this.y=_.y)}v.prototype.getX=function(){return this.x},v.prototype.getY=function(){return this.y},v.prototype.getLocation=function(){return new v(this.x,this.y)},v.prototype.setLocation=function(b,E,_){b.constructor.name=="Point"&&E==null&&_==null?(_=b,this.setLocation(_.x,_.y)):typeof b=="number"&&typeof E=="number"&&_==null&&(parseInt(b)==b&&parseInt(E)==E?this.move(b,E):(this.x=Math.floor(b+.5),this.y=Math.floor(E+.5)))},v.prototype.move=function(b,E){this.x=b,this.y=E},v.prototype.translate=function(b,E){this.x+=b,this.y+=E},v.prototype.equals=function(b){if(b.constructor.name=="Point"){var E=b;return this.x==E.x&&this.y==E.y}return this==b},v.prototype.toString=function(){return new v().constructor.name+"[x="+this.x+",y="+this.y+"]"},f.exports=v},function(f,g,w){function v(b,E,_,S){this.x=0,this.y=0,this.width=0,this.height=0,b!=null&&E!=null&&_!=null&&S!=null&&(this.x=b,this.y=E,this.width=_,this.height=S)}v.prototype.getX=function(){return this.x},v.prototype.setX=function(b){this.x=b},v.prototype.getY=function(){return this.y},v.prototype.setY=function(b){this.y=b},v.prototype.getWidth=function(){return this.width},v.prototype.setWidth=function(b){this.width=b},v.prototype.getHeight=function(){return this.height},v.prototype.setHeight=function(b){this.height=b},v.prototype.getRight=function(){return this.x+this.width},v.prototype.getBottom=function(){return this.y+this.height},v.prototype.intersects=function(b){return!(this.getRight()<b.x||this.getBottom()<b.y||b.getRight()<this.x||b.getBottom()<this.y)},v.prototype.getCenterX=function(){return this.x+this.width/2},v.prototype.getMinX=function(){return this.getX()},v.prototype.getMaxX=function(){return this.getX()+this.width},v.prototype.getCenterY=function(){return this.y+this.height/2},v.prototype.getMinY=function(){return this.getY()},v.prototype.getMaxY=function(){return this.getY()+this.height},v.prototype.getWidthHalf=function(){return this.width/2},v.prototype.getHeightHalf=function(){return this.height/2},f.exports=v},function(f,g,w){var v=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(E){return typeof E}:function(E){return E&&typeof Symbol=="function"&&E.constructor===Symbol&&E!==Symbol.prototype?"symbol":typeof E};function b(){}b.lastID=0,b.createID=function(E){return b.isPrimitive(E)?E:(E.uniqueID!=null||(E.uniqueID=b.getString(),b.lastID++),E.uniqueID)},b.getString=function(E){return E==null&&(E=b.lastID),"Object#"+E},b.isPrimitive=function(E){var _=typeof E>"u"?"undefined":v(E);return E==null||_!="object"&&_!="function"},f.exports=b},function(f,g,w){function v(X){if(Array.isArray(X)){for(var rt=0,at=Array(X.length);rt<X.length;rt++)at[rt]=X[rt];return at}else return Array.from(X)}var b=w(0),E=w(6),_=w(3),S=w(1),I=w(5),B=w(4),F=w(17),R=w(27);function q(X){R.call(this),this.layoutQuality=b.QUALITY,this.createBendsAsNeeded=b.DEFAULT_CREATE_BENDS_AS_NEEDED,this.incremental=b.DEFAULT_INCREMENTAL,this.animationOnLayout=b.DEFAULT_ANIMATION_ON_LAYOUT,this.animationDuringLayout=b.DEFAULT_ANIMATION_DURING_LAYOUT,this.animationPeriod=b.DEFAULT_ANIMATION_PERIOD,this.uniformLeafNodeSizes=b.DEFAULT_UNIFORM_LEAF_NODE_SIZES,this.edgeToDummyNodes=new Map,this.graphManager=new E(this),this.isLayoutFinished=!1,this.isSubLayout=!1,this.isRemoteUse=!1,X!=null&&(this.isRemoteUse=X)}q.RANDOM_SEED=1,q.prototype=Object.create(R.prototype),q.prototype.getGraphManager=function(){return this.graphManager},q.prototype.getAllNodes=function(){return this.graphManager.getAllNodes()},q.prototype.getAllEdges=function(){return this.graphManager.getAllEdges()},q.prototype.getAllNodesToApplyGravitation=function(){return this.graphManager.getAllNodesToApplyGravitation()},q.prototype.newGraphManager=function(){var X=new E(this);return this.graphManager=X,X},q.prototype.newGraph=function(X){return new I(null,this.graphManager,X)},q.prototype.newNode=function(X){return new _(this.graphManager,X)},q.prototype.newEdge=function(X){return new S(null,null,X)},q.prototype.checkLayoutSuccess=function(){return this.graphManager.getRoot()==null||this.graphManager.getRoot().getNodes().length==0||this.graphManager.includesInvalidEdge()},q.prototype.runLayout=function(){this.isLayoutFinished=!1,this.tilingPreLayout&&this.tilingPreLayout(),this.initParameters();var X;return this.checkLayoutSuccess()?X=!1:X=this.layout(),b.ANIMATE==="during"?!1:(X&&(this.isSubLayout||this.doPostLayout()),this.tilingPostLayout&&this.tilingPostLayout(),this.isLayoutFinished=!0,X)},q.prototype.doPostLayout=function(){this.incremental||this.transform(),this.update()},q.prototype.update2=function(){if(this.createBendsAsNeeded&&(this.createBendpointsFromDummyNodes(),this.graphManager.resetAllEdges()),!this.isRemoteUse){for(var X=this.graphManager.getAllEdges(),rt=0;rt<X.length;rt++)X[rt];for(var at=this.graphManager.getRoot().getNodes(),rt=0;rt<at.length;rt++)at[rt];this.update(this.graphManager.getRoot())}},q.prototype.update=function(X){if(X==null)this.update2();else if(X instanceof _){var rt=X;if(rt.getChild()!=null)for(var at=rt.getChild().getNodes(),ut=0;ut<at.length;ut++)update(at[ut]);if(rt.vGraphObject!=null){var pt=rt.vGraphObject;pt.update(rt)}}else if(X instanceof S){var yt=X;if(yt.vGraphObject!=null){var mt=yt.vGraphObject;mt.update(yt)}}else if(X instanceof I){var gt=X;if(gt.vGraphObject!=null){var ht=gt.vGraphObject;ht.update(gt)}}},q.prototype.initParameters=function(){this.isSubLayout||(this.layoutQuality=b.QUALITY,this.animationDuringLayout=b.DEFAULT_ANIMATION_DURING_LAYOUT,this.animationPeriod=b.DEFAULT_ANIMATION_PERIOD,this.animationOnLayout=b.DEFAULT_ANIMATION_ON_LAYOUT,this.incremental=b.DEFAULT_INCREMENTAL,this.createBendsAsNeeded=b.DEFAULT_CREATE_BENDS_AS_NEEDED,this.uniformLeafNodeSizes=b.DEFAULT_UNIFORM_LEAF_NODE_SIZES),this.animationDuringLayout&&(this.animationOnLayout=!1)},q.prototype.transform=function(X){if(X==null)this.transform(new B(0,0));else{var rt=new F,at=this.graphManager.getRoot().updateLeftTop();if(at!=null){rt.setWorldOrgX(X.x),rt.setWorldOrgY(X.y),rt.setDeviceOrgX(at.x),rt.setDeviceOrgY(at.y);for(var ut=this.getAllNodes(),pt,yt=0;yt<ut.length;yt++)pt=ut[yt],pt.transform(rt)}}},q.prototype.positionNodesRandomly=function(X){if(X==null)this.positionNodesRandomly(this.getGraphManager().getRoot()),this.getGraphManager().getRoot().updateBounds(!0);else for(var rt,at,ut=X.getNodes(),pt=0;pt<ut.length;pt++)rt=ut[pt],at=rt.getChild(),at==null||at.getNodes().length==0?rt.scatter():(this.positionNodesRandomly(at),rt.updateBounds())},q.prototype.getFlatForest=function(){for(var X=[],rt=!0,at=this.graphManager.getRoot().getNodes(),ut=!0,pt=0;pt<at.length;pt++)at[pt].getChild()!=null&&(ut=!1);if(!ut)return X;var yt=new Set,mt=[],gt=new Map,ht=[];for(ht=ht.concat(at);ht.length>0&&rt;){for(mt.push(ht[0]);mt.length>0&&rt;){var bt=mt[0];mt.splice(0,1),yt.add(bt);for(var Z=bt.getEdges(),pt=0;pt<Z.length;pt++){var ft=Z[pt].getOtherEnd(bt);if(gt.get(bt)!=ft)if(!yt.has(ft))mt.push(ft),gt.set(ft,bt);else{rt=!1;break}}}if(!rt)X=[];else{var Y=[].concat(v(yt));X.push(Y);for(var pt=0;pt<Y.length;pt++){var Et=Y[pt],V=ht.indexOf(Et);V>-1&&ht.splice(V,1)}yt=new Set,gt=new Map}}return X},q.prototype.createDummyNodesForBendpoints=function(X){for(var rt=[],at=X.source,ut=this.graphManager.calcLowestCommonAncestor(X.source,X.target),pt=0;pt<X.bendpoints.length;pt++){var yt=this.newNode(null);yt.setRect(new Point(0,0),new Dimension(1,1)),ut.add(yt);var mt=this.newEdge(null);this.graphManager.add(mt,at,yt),rt.add(yt),at=yt}var mt=this.newEdge(null);return this.graphManager.add(mt,at,X.target),this.edgeToDummyNodes.set(X,rt),X.isInterGraph()?this.graphManager.remove(X):ut.remove(X),rt},q.prototype.createBendpointsFromDummyNodes=function(){var X=[];X=X.concat(this.graphManager.getAllEdges()),X=[].concat(v(this.edgeToDummyNodes.keys())).concat(X);for(var rt=0;rt<X.length;rt++){var at=X[rt];if(at.bendpoints.length>0){for(var ut=this.edgeToDummyNodes.get(at),pt=0;pt<ut.length;pt++){var yt=ut[pt],mt=new B(yt.getCenterX(),yt.getCenterY()),gt=at.bendpoints.get(pt);gt.x=mt.x,gt.y=mt.y,yt.getOwner().remove(yt)}this.graphManager.add(at,at.source,at.target)}}},q.transform=function(X,rt,at,ut){if(at!=null&&ut!=null){var pt=rt;if(X<=50){var yt=rt/at;pt-=(rt-yt)/50*(50-X)}else{var mt=rt*ut;pt+=(mt-rt)/50*(X-50)}return pt}else{var gt,ht;return X<=50?(gt=9*rt/500,ht=rt/10):(gt=9*rt/50,ht=-8*rt),gt*X+ht}},q.findCenterOfTree=function(X){var rt=[];rt=rt.concat(X);var at=[],ut=new Map,pt=!1,yt=null;(rt.length==1||rt.length==2)&&(pt=!0,yt=rt[0]);for(var mt=0;mt<rt.length;mt++){var gt=rt[mt],ht=gt.getNeighborsList().size;ut.set(gt,gt.getNeighborsList().size),ht==1&&at.push(gt)}var bt=[];for(bt=bt.concat(at);!pt;){var Z=[];Z=Z.concat(bt),bt=[];for(var mt=0;mt<rt.length;mt++){var gt=rt[mt],ft=rt.indexOf(gt);ft>=0&&rt.splice(ft,1);var Y=gt.getNeighborsList();Y.forEach(function(Nt){if(at.indexOf(Nt)<0){var Dt=ut.get(Nt),jt=Dt-1;jt==1&&bt.push(Nt),ut.set(Nt,jt)}})}at=at.concat(bt),(rt.length==1||rt.length==2)&&(pt=!0,yt=rt[0])}return yt},q.prototype.setGraphManager=function(X){this.graphManager=X},f.exports=q},function(f,g,w){function v(){}v.seed=1,v.x=0,v.nextDouble=function(){return v.x=Math.sin(v.seed++)*1e4,v.x-Math.floor(v.x)},f.exports=v},function(f,g,w){var v=w(4);function b(E,_){this.lworldOrgX=0,this.lworldOrgY=0,this.ldeviceOrgX=0,this.ldeviceOrgY=0,this.lworldExtX=1,this.lworldExtY=1,this.ldeviceExtX=1,this.ldeviceExtY=1}b.prototype.getWorldOrgX=function(){return this.lworldOrgX},b.prototype.setWorldOrgX=function(E){this.lworldOrgX=E},b.prototype.getWorldOrgY=function(){return this.lworldOrgY},b.prototype.setWorldOrgY=function(E){this.lworldOrgY=E},b.prototype.getWorldExtX=function(){return this.lworldExtX},b.prototype.setWorldExtX=function(E){this.lworldExtX=E},b.prototype.getWorldExtY=function(){return this.lworldExtY},b.prototype.setWorldExtY=function(E){this.lworldExtY=E},b.prototype.getDeviceOrgX=function(){return this.ldeviceOrgX},b.prototype.setDeviceOrgX=function(E){this.ldeviceOrgX=E},b.prototype.getDeviceOrgY=function(){return this.ldeviceOrgY},b.prototype.setDeviceOrgY=function(E){this.ldeviceOrgY=E},b.prototype.getDeviceExtX=function(){return this.ldeviceExtX},b.prototype.setDeviceExtX=function(E){this.ldeviceExtX=E},b.prototype.getDeviceExtY=function(){return this.ldeviceExtY},b.prototype.setDeviceExtY=function(E){this.ldeviceExtY=E},b.prototype.transformX=function(E){var _=0,S=this.lworldExtX;return S!=0&&(_=this.ldeviceOrgX+(E-this.lworldOrgX)*this.ldeviceExtX/S),_},b.prototype.transformY=function(E){var _=0,S=this.lworldExtY;return S!=0&&(_=this.ldeviceOrgY+(E-this.lworldOrgY)*this.ldeviceExtY/S),_},b.prototype.inverseTransformX=function(E){var _=0,S=this.ldeviceExtX;return S!=0&&(_=this.lworldOrgX+(E-this.ldeviceOrgX)*this.lworldExtX/S),_},b.prototype.inverseTransformY=function(E){var _=0,S=this.ldeviceExtY;return S!=0&&(_=this.lworldOrgY+(E-this.ldeviceOrgY)*this.lworldExtY/S),_},b.prototype.inverseTransformPoint=function(E){var _=new v(this.inverseTransformX(E.x),this.inverseTransformY(E.y));return _},f.exports=b},function(f,g,w){function v(R){if(Array.isArray(R)){for(var q=0,X=Array(R.length);q<R.length;q++)X[q]=R[q];return X}else return Array.from(R)}var b=w(15),E=w(7),_=w(0),S=w(8),I=w(9);function B(){b.call(this),this.useSmartIdealEdgeLengthCalculation=E.DEFAULT_USE_SMART_IDEAL_EDGE_LENGTH_CALCULATION,this.idealEdgeLength=E.DEFAULT_EDGE_LENGTH,this.springConstant=E.DEFAULT_SPRING_STRENGTH,this.repulsionConstant=E.DEFAULT_REPULSION_STRENGTH,this.gravityConstant=E.DEFAULT_GRAVITY_STRENGTH,this.compoundGravityConstant=E.DEFAULT_COMPOUND_GRAVITY_STRENGTH,this.gravityRangeFactor=E.DEFAULT_GRAVITY_RANGE_FACTOR,this.compoundGravityRangeFactor=E.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR,this.displacementThresholdPerNode=3*E.DEFAULT_EDGE_LENGTH/100,this.coolingFactor=E.DEFAULT_COOLING_FACTOR_INCREMENTAL,this.initialCoolingFactor=E.DEFAULT_COOLING_FACTOR_INCREMENTAL,this.totalDisplacement=0,this.oldTotalDisplacement=0,this.maxIterations=E.MAX_ITERATIONS}B.prototype=Object.create(b.prototype);for(var F in b)B[F]=b[F];B.prototype.initParameters=function(){b.prototype.initParameters.call(this,arguments),this.totalIterations=0,this.notAnimatedIterations=0,this.useFRGridVariant=E.DEFAULT_USE_SMART_REPULSION_RANGE_CALCULATION,this.grid=[]},B.prototype.calcIdealEdgeLengths=function(){for(var R,q,X,rt,at,ut,pt=this.getGraphManager().getAllEdges(),yt=0;yt<pt.length;yt++)R=pt[yt],R.idealLength=this.idealEdgeLength,R.isInterGraph&&(X=R.getSource(),rt=R.getTarget(),at=R.getSourceInLca().getEstimatedSize(),ut=R.getTargetInLca().getEstimatedSize(),this.useSmartIdealEdgeLengthCalculation&&(R.idealLength+=at+ut-2*_.SIMPLE_NODE_SIZE),q=R.getLca().getInclusionTreeDepth(),R.idealLength+=E.DEFAULT_EDGE_LENGTH*E.PER_LEVEL_IDEAL_EDGE_LENGTH_FACTOR*(X.getInclusionTreeDepth()+rt.getInclusionTreeDepth()-2*q))},B.prototype.initSpringEmbedder=function(){var R=this.getAllNodes().length;this.incremental?(R>E.ADAPTATION_LOWER_NODE_LIMIT&&(this.coolingFactor=Math.max(this.coolingFactor*E.COOLING_ADAPTATION_FACTOR,this.coolingFactor-(R-E.ADAPTATION_LOWER_NODE_LIMIT)/(E.ADAPTATION_UPPER_NODE_LIMIT-E.ADAPTATION_LOWER_NODE_LIMIT)*this.coolingFactor*(1-E.COOLING_ADAPTATION_FACTOR))),this.maxNodeDisplacement=E.MAX_NODE_DISPLACEMENT_INCREMENTAL):(R>E.ADAPTATION_LOWER_NODE_LIMIT?this.coolingFactor=Math.max(E.COOLING_ADAPTATION_FACTOR,1-(R-E.ADAPTATION_LOWER_NODE_LIMIT)/(E.ADAPTATION_UPPER_NODE_LIMIT-E.ADAPTATION_LOWER_NODE_LIMIT)*(1-E.COOLING_ADAPTATION_FACTOR)):this.coolingFactor=1,this.initialCoolingFactor=this.coolingFactor,this.maxNodeDisplacement=E.MAX_NODE_DISPLACEMENT),this.maxIterations=Math.max(this.getAllNodes().length*5,this.maxIterations),this.totalDisplacementThreshold=this.displacementThresholdPerNode*this.getAllNodes().length,this.repulsionRange=this.calcRepulsionRange()},B.prototype.calcSpringForces=function(){for(var R=this.getAllEdges(),q,X=0;X<R.length;X++)q=R[X],this.calcSpringForce(q,q.idealLength)},B.prototype.calcRepulsionForces=function(){var R=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0,q=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,X,rt,at,ut,pt=this.getAllNodes(),yt;if(this.useFRGridVariant)for(this.totalIterations%E.GRID_CALCULATION_CHECK_PERIOD==1&&R&&this.updateGrid(),yt=new Set,X=0;X<pt.length;X++)at=pt[X],this.calculateRepulsionForceOfANode(at,yt,R,q),yt.add(at);else for(X=0;X<pt.length;X++)for(at=pt[X],rt=X+1;rt<pt.length;rt++)ut=pt[rt],at.getOwner()==ut.getOwner()&&this.calcRepulsionForce(at,ut)},B.prototype.calcGravitationalForces=function(){for(var R,q=this.getAllNodesToApplyGravitation(),X=0;X<q.length;X++)R=q[X],this.calcGravitationalForce(R)},B.prototype.moveNodes=function(){for(var R=this.getAllNodes(),q,X=0;X<R.length;X++)q=R[X],q.move()},B.prototype.calcSpringForce=function(R,q){var X=R.getSource(),rt=R.getTarget(),at,ut,pt,yt;if(this.uniformLeafNodeSizes&&X.getChild()==null&&rt.getChild()==null)R.updateLengthSimple();else if(R.updateLength(),R.isOverlapingSourceAndTarget)return;at=R.getLength(),at!=0&&(ut=this.springConstant*(at-q),pt=ut*(R.lengthX/at),yt=ut*(R.lengthY/at),X.springForceX+=pt,X.springForceY+=yt,rt.springForceX-=pt,rt.springForceY-=yt)},B.prototype.calcRepulsionForce=function(R,q){var X=R.getRect(),rt=q.getRect(),at=new Array(2),ut=new Array(4),pt,yt,mt,gt,ht,bt,Z;if(X.intersects(rt)){S.calcSeparationAmount(X,rt,at,E.DEFAULT_EDGE_LENGTH/2),bt=2*at[0],Z=2*at[1];var ft=R.noOfChildren*q.noOfChildren/(R.noOfChildren+q.noOfChildren);R.repulsionForceX-=ft*bt,R.repulsionForceY-=ft*Z,q.repulsionForceX+=ft*bt,q.repulsionForceY+=ft*Z}else this.uniformLeafNodeSizes&&R.getChild()==null&&q.getChild()==null?(pt=rt.getCenterX()-X.getCenterX(),yt=rt.getCenterY()-X.getCenterY()):(S.getIntersection(X,rt,ut),pt=ut[2]-ut[0],yt=ut[3]-ut[1]),Math.abs(pt)<E.MIN_REPULSION_DIST&&(pt=I.sign(pt)*E.MIN_REPULSION_DIST),Math.abs(yt)<E.MIN_REPULSION_DIST&&(yt=I.sign(yt)*E.MIN_REPULSION_DIST),mt=pt*pt+yt*yt,gt=Math.sqrt(mt),ht=this.repulsionConstant*R.noOfChildren*q.noOfChildren/mt,bt=ht*pt/gt,Z=ht*yt/gt,R.repulsionForceX-=bt,R.repulsionForceY-=Z,q.repulsionForceX+=bt,q.repulsionForceY+=Z},B.prototype.calcGravitationalForce=function(R){var q,X,rt,at,ut,pt,yt,mt;q=R.getOwner(),X=(q.getRight()+q.getLeft())/2,rt=(q.getTop()+q.getBottom())/2,at=R.getCenterX()-X,ut=R.getCenterY()-rt,pt=Math.abs(at)+R.getWidth()/2,yt=Math.abs(ut)+R.getHeight()/2,R.getOwner()==this.graphManager.getRoot()?(mt=q.getEstimatedSize()*this.gravityRangeFactor,(pt>mt||yt>mt)&&(R.gravitationForceX=-this.gravityConstant*at,R.gravitationForceY=-this.gravityConstant*ut)):(mt=q.getEstimatedSize()*this.compoundGravityRangeFactor,(pt>mt||yt>mt)&&(R.gravitationForceX=-this.gravityConstant*at*this.compoundGravityConstant,R.gravitationForceY=-this.gravityConstant*ut*this.compoundGravityConstant))},B.prototype.isConverged=function(){var R,q=!1;return this.totalIterations>this.maxIterations/3&&(q=Math.abs(this.totalDisplacement-this.oldTotalDisplacement)<2),R=this.totalDisplacement<this.totalDisplacementThreshold,this.oldTotalDisplacement=this.totalDisplacement,R||q},B.prototype.animate=function(){this.animationDuringLayout&&!this.isSubLayout&&(this.notAnimatedIterations==this.animationPeriod?(this.update(),this.notAnimatedIterations=0):this.notAnimatedIterations++)},B.prototype.calcNoOfChildrenForAllNodes=function(){for(var R,q=this.graphManager.getAllNodes(),X=0;X<q.length;X++)R=q[X],R.noOfChildren=R.getNoOfChildren()},B.prototype.calcGrid=function(R){var q=0,X=0;q=parseInt(Math.ceil((R.getRight()-R.getLeft())/this.repulsionRange)),X=parseInt(Math.ceil((R.getBottom()-R.getTop())/this.repulsionRange));for(var rt=new Array(q),at=0;at<q;at++)rt[at]=new Array(X);for(var at=0;at<q;at++)for(var ut=0;ut<X;ut++)rt[at][ut]=new Array;return rt},B.prototype.addNodeToGrid=function(R,q,X){var rt=0,at=0,ut=0,pt=0;rt=parseInt(Math.floor((R.getRect().x-q)/this.repulsionRange)),at=parseInt(Math.floor((R.getRect().width+R.getRect().x-q)/this.repulsionRange)),ut=parseInt(Math.floor((R.getRect().y-X)/this.repulsionRange)),pt=parseInt(Math.floor((R.getRect().height+R.getRect().y-X)/this.repulsionRange));for(var yt=rt;yt<=at;yt++)for(var mt=ut;mt<=pt;mt++)this.grid[yt][mt].push(R),R.setGridCoordinates(rt,at,ut,pt)},B.prototype.updateGrid=function(){var R,q,X=this.getAllNodes();for(this.grid=this.calcGrid(this.graphManager.getRoot()),R=0;R<X.length;R++)q=X[R],this.addNodeToGrid(q,this.graphManager.getRoot().getLeft(),this.graphManager.getRoot().getTop())},B.prototype.calculateRepulsionForceOfANode=function(R,q,X,rt){if(this.totalIterations%E.GRID_CALCULATION_CHECK_PERIOD==1&&X||rt){var at=new Set;R.surrounding=new Array;for(var ut,pt=this.grid,yt=R.startX-1;yt<R.finishX+2;yt++)for(var mt=R.startY-1;mt<R.finishY+2;mt++)if(!(yt<0||mt<0||yt>=pt.length||mt>=pt[0].length)){for(var gt=0;gt<pt[yt][mt].length;gt++)if(ut=pt[yt][mt][gt],!(R.getOwner()!=ut.getOwner()||R==ut)&&!q.has(ut)&&!at.has(ut)){var ht=Math.abs(R.getCenterX()-ut.getCenterX())-(R.getWidth()/2+ut.getWidth()/2),bt=Math.abs(R.getCenterY()-ut.getCenterY())-(R.getHeight()/2+ut.getHeight()/2);ht<=this.repulsionRange&&bt<=this.repulsionRange&&at.add(ut)}}R.surrounding=[].concat(v(at))}for(yt=0;yt<R.surrounding.length;yt++)this.calcRepulsionForce(R,R.surrounding[yt])},B.prototype.calcRepulsionRange=function(){return 0},f.exports=B},function(f,g,w){var v=w(1),b=w(7);function E(S,I,B){v.call(this,S,I,B),this.idealLength=b.DEFAULT_EDGE_LENGTH}E.prototype=Object.create(v.prototype);for(var _ in v)E[_]=v[_];f.exports=E},function(f,g,w){var v=w(3);function b(_,S,I,B){v.call(this,_,S,I,B),this.springForceX=0,this.springForceY=0,this.repulsionForceX=0,this.repulsionForceY=0,this.gravitationForceX=0,this.gravitationForceY=0,this.displacementX=0,this.displacementY=0,this.startX=0,this.finishX=0,this.startY=0,this.finishY=0,this.surrounding=[]}b.prototype=Object.create(v.prototype);for(var E in v)b[E]=v[E];b.prototype.setGridCoordinates=function(_,S,I,B){this.startX=_,this.finishX=S,this.startY=I,this.finishY=B},f.exports=b},function(f,g,w){function v(b,E){this.width=0,this.height=0,b!==null&&E!==null&&(this.height=E,this.width=b)}v.prototype.getWidth=function(){return this.width},v.prototype.setWidth=function(b){this.width=b},v.prototype.getHeight=function(){return this.height},v.prototype.setHeight=function(b){this.height=b},f.exports=v},function(f,g,w){var v=w(14);function b(){this.map={},this.keys=[]}b.prototype.put=function(E,_){var S=v.createID(E);this.contains(S)||(this.map[S]=_,this.keys.push(E))},b.prototype.contains=function(E){return v.createID(E),this.map[E]!=null},b.prototype.get=function(E){var _=v.createID(E);return this.map[_]},b.prototype.keySet=function(){return this.keys},f.exports=b},function(f,g,w){var v=w(14);function b(){this.set={}}b.prototype.add=function(E){var _=v.createID(E);this.contains(_)||(this.set[_]=E)},b.prototype.remove=function(E){delete this.set[v.createID(E)]},b.prototype.clear=function(){this.set={}},b.prototype.contains=function(E){return this.set[v.createID(E)]==E},b.prototype.isEmpty=function(){return this.size()===0},b.prototype.size=function(){return Object.keys(this.set).length},b.prototype.addAllTo=function(E){for(var _=Object.keys(this.set),S=_.length,I=0;I<S;I++)E.push(this.set[_[I]])},b.prototype.size=function(){return Object.keys(this.set).length},b.prototype.addAll=function(E){for(var _=E.length,S=0;S<_;S++){var I=E[S];this.add(I)}},f.exports=b},function(f,g,w){var v=function(){function S(I,B){for(var F=0;F<B.length;F++){var R=B[F];R.enumerable=R.enumerable||!1,R.configurable=!0,"value"in R&&(R.writable=!0),Object.defineProperty(I,R.key,R)}}return function(I,B,F){return B&&S(I.prototype,B),F&&S(I,F),I}}();function b(S,I){if(!(S instanceof I))throw new TypeError("Cannot call a class as a function")}var E=w(11),_=function(){function S(I,B){b(this,S),(B!==null||B!==void 0)&&(this.compareFunction=this._defaultCompareFunction);var F=void 0;I instanceof E?F=I.size():F=I.length,this._quicksort(I,0,F-1)}return v(S,[{key:"_quicksort",value:function(B,F,R){if(F<R){var q=this._partition(B,F,R);this._quicksort(B,F,q),this._quicksort(B,q+1,R)}}},{key:"_partition",value:function(B,F,R){for(var q=this._get(B,F),X=F,rt=R;;){for(;this.compareFunction(q,this._get(B,rt));)rt--;for(;this.compareFunction(this._get(B,X),q);)X++;if(X<rt)this._swap(B,X,rt),X++,rt--;else return rt}}},{key:"_get",value:function(B,F){return B instanceof E?B.get_object_at(F):B[F]}},{key:"_set",value:function(B,F,R){B instanceof E?B.set_object_at(F,R):B[F]=R}},{key:"_swap",value:function(B,F,R){var q=this._get(B,F);this._set(B,F,this._get(B,R)),this._set(B,R,q)}},{key:"_defaultCompareFunction",value:function(B,F){return F>B}}]),S}();f.exports=_},function(f,g,w){var v=function(){function _(S,I){for(var B=0;B<I.length;B++){var F=I[B];F.enumerable=F.enumerable||!1,F.configurable=!0,"value"in F&&(F.writable=!0),Object.defineProperty(S,F.key,F)}}return function(S,I,B){return I&&_(S.prototype,I),B&&_(S,B),S}}();function b(_,S){if(!(_ instanceof S))throw new TypeError("Cannot call a class as a function")}var E=function(){function _(S,I){var B=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,F=arguments.length>3&&arguments[3]!==void 0?arguments[3]:-1,R=arguments.length>4&&arguments[4]!==void 0?arguments[4]:-1;b(this,_),this.sequence1=S,this.sequence2=I,this.match_score=B,this.mismatch_penalty=F,this.gap_penalty=R,this.iMax=S.length+1,this.jMax=I.length+1,this.grid=new Array(this.iMax);for(var q=0;q<this.iMax;q++){this.grid[q]=new Array(this.jMax);for(var X=0;X<this.jMax;X++)this.grid[q][X]=0}this.tracebackGrid=new Array(this.iMax);for(var rt=0;rt<this.iMax;rt++){this.tracebackGrid[rt]=new Array(this.jMax);for(var at=0;at<this.jMax;at++)this.tracebackGrid[rt][at]=[null,null,null]}this.alignments=[],this.score=-1,this.computeGrids()}return v(_,[{key:"getScore",value:function(){return this.score}},{key:"getAlignments",value:function(){return this.alignments}},{key:"computeGrids",value:function(){for(var I=1;I<this.jMax;I++)this.grid[0][I]=this.grid[0][I-1]+this.gap_penalty,this.tracebackGrid[0][I]=[!1,!1,!0];for(var B=1;B<this.iMax;B++)this.grid[B][0]=this.grid[B-1][0]+this.gap_penalty,this.tracebackGrid[B][0]=[!1,!0,!1];for(var F=1;F<this.iMax;F++)for(var R=1;R<this.jMax;R++){var q=void 0;this.sequence1[F-1]===this.sequence2[R-1]?q=this.grid[F-1][R-1]+this.match_score:q=this.grid[F-1][R-1]+this.mismatch_penalty;var X=this.grid[F-1][R]+this.gap_penalty,rt=this.grid[F][R-1]+this.gap_penalty,at=[q,X,rt],ut=this.arrayAllMaxIndexes(at);this.grid[F][R]=at[ut[0]],this.tracebackGrid[F][R]=[ut.includes(0),ut.includes(1),ut.includes(2)]}this.score=this.grid[this.iMax-1][this.jMax-1]}},{key:"alignmentTraceback",value:function(){var I=[];for(I.push({pos:[this.sequence1.length,this.sequence2.length],seq1:"",seq2:""});I[0];){var B=I[0],F=this.tracebackGrid[B.pos[0]][B.pos[1]];F[0]&&I.push({pos:[B.pos[0]-1,B.pos[1]-1],seq1:this.sequence1[B.pos[0]-1]+B.seq1,seq2:this.sequence2[B.pos[1]-1]+B.seq2}),F[1]&&I.push({pos:[B.pos[0]-1,B.pos[1]],seq1:this.sequence1[B.pos[0]-1]+B.seq1,seq2:"-"+B.seq2}),F[2]&&I.push({pos:[B.pos[0],B.pos[1]-1],seq1:"-"+B.seq1,seq2:this.sequence2[B.pos[1]-1]+B.seq2}),B.pos[0]===0&&B.pos[1]===0&&this.alignments.push({sequence1:B.seq1,sequence2:B.seq2}),I.shift()}return this.alignments}},{key:"getAllIndexes",value:function(I,B){for(var F=[],R=-1;(R=I.indexOf(B,R+1))!==-1;)F.push(R);return F}},{key:"arrayAllMaxIndexes",value:function(I){return this.getAllIndexes(I,Math.max.apply(null,I))}}]),_}();f.exports=E},function(f,g,w){var v=function(){};v.FDLayout=w(18),v.FDLayoutConstants=w(7),v.FDLayoutEdge=w(19),v.FDLayoutNode=w(20),v.DimensionD=w(21),v.HashMap=w(22),v.HashSet=w(23),v.IGeometry=w(8),v.IMath=w(9),v.Integer=w(10),v.Point=w(12),v.PointD=w(4),v.RandomSeed=w(16),v.RectangleD=w(13),v.Transform=w(17),v.UniqueIDGeneretor=w(14),v.Quicksort=w(24),v.LinkedList=w(11),v.LGraphObject=w(2),v.LGraph=w(5),v.LEdge=w(1),v.LGraphManager=w(6),v.LNode=w(3),v.Layout=w(15),v.LayoutConstants=w(0),v.NeedlemanWunsch=w(25),f.exports=v},function(f,g,w){function v(){this.listeners=[]}var b=v.prototype;b.addListener=function(E,_){this.listeners.push({event:E,callback:_})},b.removeListener=function(E,_){for(var S=this.listeners.length;S>=0;S--){var I=this.listeners[S];I.event===E&&I.callback===_&&this.listeners.splice(S,1)}},b.emit=function(E,_){for(var S=0;S<this.listeners.length;S++){var I=this.listeners[S];E===I.event&&I.callback(_)}},f.exports=v}])})}(a2t)),a2t.exports}var RHt;function Ytn(){return RHt||(RHt=1,function(i,a){(function(g,w){i.exports=w(Wtn())})(X0,function(f){return function(g){var w={};function v(b){if(w[b])return w[b].exports;var E=w[b]={i:b,l:!1,exports:{}};return g[b].call(E.exports,E,E.exports,v),E.l=!0,E.exports}return v.m=g,v.c=w,v.i=function(b){return b},v.d=function(b,E,_){v.o(b,E)||Object.defineProperty(b,E,{configurable:!1,enumerable:!0,get:_})},v.n=function(b){var E=b&&b.__esModule?function(){return b.default}:function(){return b};return v.d(E,"a",E),E},v.o=function(b,E){return Object.prototype.hasOwnProperty.call(b,E)},v.p="",v(v.s=7)}([function(g,w){g.exports=f},function(g,w,v){var b=v(0).FDLayoutConstants;function E(){}for(var _ in b)E[_]=b[_];E.DEFAULT_USE_MULTI_LEVEL_SCALING=!1,E.DEFAULT_RADIAL_SEPARATION=b.DEFAULT_EDGE_LENGTH,E.DEFAULT_COMPONENT_SEPERATION=60,E.TILE=!0,E.TILING_PADDING_VERTICAL=10,E.TILING_PADDING_HORIZONTAL=10,E.TREE_REDUCTION_ON_INCREMENTAL=!1,g.exports=E},function(g,w,v){var b=v(0).FDLayoutEdge;function E(S,I,B){b.call(this,S,I,B)}E.prototype=Object.create(b.prototype);for(var _ in b)E[_]=b[_];g.exports=E},function(g,w,v){var b=v(0).LGraph;function E(S,I,B){b.call(this,S,I,B)}E.prototype=Object.create(b.prototype);for(var _ in b)E[_]=b[_];g.exports=E},function(g,w,v){var b=v(0).LGraphManager;function E(S){b.call(this,S)}E.prototype=Object.create(b.prototype);for(var _ in b)E[_]=b[_];g.exports=E},function(g,w,v){var b=v(0).FDLayoutNode,E=v(0).IMath;function _(I,B,F,R){b.call(this,I,B,F,R)}_.prototype=Object.create(b.prototype);for(var S in b)_[S]=b[S];_.prototype.move=function(){var I=this.graphManager.getLayout();this.displacementX=I.coolingFactor*(this.springForceX+this.repulsionForceX+this.gravitationForceX)/this.noOfChildren,this.displacementY=I.coolingFactor*(this.springForceY+this.repulsionForceY+this.gravitationForceY)/this.noOfChildren,Math.abs(this.displacementX)>I.coolingFactor*I.maxNodeDisplacement&&(this.displacementX=I.coolingFactor*I.maxNodeDisplacement*E.sign(this.displacementX)),Math.abs(this.displacementY)>I.coolingFactor*I.maxNodeDisplacement&&(this.displacementY=I.coolingFactor*I.maxNodeDisplacement*E.sign(this.displacementY)),this.child==null?this.moveBy(this.displacementX,this.displacementY):this.child.getNodes().length==0?this.moveBy(this.displacementX,this.displacementY):this.propogateDisplacementToChildren(this.displacementX,this.displacementY),I.totalDisplacement+=Math.abs(this.displacementX)+Math.abs(this.displacementY),this.springForceX=0,this.springForceY=0,this.repulsionForceX=0,this.repulsionForceY=0,this.gravitationForceX=0,this.gravitationForceY=0,this.displacementX=0,this.displacementY=0},_.prototype.propogateDisplacementToChildren=function(I,B){for(var F=this.getChild().getNodes(),R,q=0;q<F.length;q++)R=F[q],R.getChild()==null?(R.moveBy(I,B),R.displacementX+=I,R.displacementY+=B):R.propogateDisplacementToChildren(I,B)},_.prototype.setPred1=function(I){this.pred1=I},_.prototype.getPred1=function(){return pred1},_.prototype.getPred2=function(){return pred2},_.prototype.setNext=function(I){this.next=I},_.prototype.getNext=function(){return next},_.prototype.setProcessed=function(I){this.processed=I},_.prototype.isProcessed=function(){return processed},g.exports=_},function(g,w,v){var b=v(0).FDLayout,E=v(4),_=v(3),S=v(5),I=v(2),B=v(1),F=v(0).FDLayoutConstants,R=v(0).LayoutConstants,q=v(0).Point,X=v(0).PointD,rt=v(0).Layout,at=v(0).Integer,ut=v(0).IGeometry,pt=v(0).LGraph,yt=v(0).Transform;function mt(){b.call(this),this.toBeTiled={}}mt.prototype=Object.create(b.prototype);for(var gt in b)mt[gt]=b[gt];mt.prototype.newGraphManager=function(){var ht=new E(this);return this.graphManager=ht,ht},mt.prototype.newGraph=function(ht){return new _(null,this.graphManager,ht)},mt.prototype.newNode=function(ht){return new S(this.graphManager,ht)},mt.prototype.newEdge=function(ht){return new I(null,null,ht)},mt.prototype.initParameters=function(){b.prototype.initParameters.call(this,arguments),this.isSubLayout||(B.DEFAULT_EDGE_LENGTH<10?this.idealEdgeLength=10:this.idealEdgeLength=B.DEFAULT_EDGE_LENGTH,this.useSmartIdealEdgeLengthCalculation=B.DEFAULT_USE_SMART_IDEAL_EDGE_LENGTH_CALCULATION,this.springConstant=F.DEFAULT_SPRING_STRENGTH,this.repulsionConstant=F.DEFAULT_REPULSION_STRENGTH,this.gravityConstant=F.DEFAULT_GRAVITY_STRENGTH,this.compoundGravityConstant=F.DEFAULT_COMPOUND_GRAVITY_STRENGTH,this.gravityRangeFactor=F.DEFAULT_GRAVITY_RANGE_FACTOR,this.compoundGravityRangeFactor=F.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR,this.prunedNodesAll=[],this.growTreeIterations=0,this.afterGrowthIterations=0,this.isTreeGrowing=!1,this.isGrowthFinished=!1,this.coolingCycle=0,this.maxCoolingCycle=this.maxIterations/F.CONVERGENCE_CHECK_PERIOD,this.finalTemperature=F.CONVERGENCE_CHECK_PERIOD/this.maxIterations,this.coolingAdjuster=1)},mt.prototype.layout=function(){var ht=R.DEFAULT_CREATE_BENDS_AS_NEEDED;return ht&&(this.createBendpoints(),this.graphManager.resetAllEdges()),this.level=0,this.classicLayout()},mt.prototype.classicLayout=function(){if(this.nodesWithGravity=this.calculateNodesToApplyGravitationTo(),this.graphManager.setAllNodesToApplyGravitation(this.nodesWithGravity),this.calcNoOfChildrenForAllNodes(),this.graphManager.calcLowestCommonAncestors(),this.graphManager.calcInclusionTreeDepths(),this.graphManager.getRoot().calcEstimatedSize(),this.calcIdealEdgeLengths(),this.incremental){if(B.TREE_REDUCTION_ON_INCREMENTAL){this.reduceTrees(),this.graphManager.resetAllNodesToApplyGravitation();var bt=new Set(this.getAllNodes()),Z=this.nodesWithGravity.filter(function(Et){return bt.has(Et)});this.graphManager.setAllNodesToApplyGravitation(Z)}}else{var ht=this.getFlatForest();if(ht.length>0)this.positionNodesRadially(ht);else{this.reduceTrees(),this.graphManager.resetAllNodesToApplyGravitation();var bt=new Set(this.getAllNodes()),Z=this.nodesWithGravity.filter(function(ft){return bt.has(ft)});this.graphManager.setAllNodesToApplyGravitation(Z),this.positionNodesRandomly()}}return this.initSpringEmbedder(),this.runSpringEmbedder(),!0},mt.prototype.tick=function(){if(this.totalIterations++,this.totalIterations===this.maxIterations&&!this.isTreeGrowing&&!this.isGrowthFinished)if(this.prunedNodesAll.length>0)this.isTreeGrowing=!0;else return!0;if(this.totalIterations%F.CONVERGENCE_CHECK_PERIOD==0&&!this.isTreeGrowing&&!this.isGrowthFinished){if(this.isConverged())if(this.prunedNodesAll.length>0)this.isTreeGrowing=!0;else return!0;this.coolingCycle++,this.layoutQuality==0?this.coolingAdjuster=this.coolingCycle:this.layoutQuality==1&&(this.coolingAdjuster=this.coolingCycle/3),this.coolingFactor=Math.max(this.initialCoolingFactor-Math.pow(this.coolingCycle,Math.log(100*(this.initialCoolingFactor-this.finalTemperature))/Math.log(this.maxCoolingCycle))/100*this.coolingAdjuster,this.finalTemperature),this.animationPeriod=Math.ceil(this.initialAnimationPeriod*Math.sqrt(this.coolingFactor))}if(this.isTreeGrowing){if(this.growTreeIterations%10==0)if(this.prunedNodesAll.length>0){this.graphManager.updateBounds(),this.updateGrid(),this.growTree(this.prunedNodesAll),this.graphManager.resetAllNodesToApplyGravitation();var ht=new Set(this.getAllNodes()),bt=this.nodesWithGravity.filter(function(Y){return ht.has(Y)});this.graphManager.setAllNodesToApplyGravitation(bt),this.graphManager.updateBounds(),this.updateGrid(),this.coolingFactor=F.DEFAULT_COOLING_FACTOR_INCREMENTAL}else this.isTreeGrowing=!1,this.isGrowthFinished=!0;this.growTreeIterations++}if(this.isGrowthFinished){if(this.isConverged())return!0;this.afterGrowthIterations%10==0&&(this.graphManager.updateBounds(),this.updateGrid()),this.coolingFactor=F.DEFAULT_COOLING_FACTOR_INCREMENTAL*((100-this.afterGrowthIterations)/100),this.afterGrowthIterations++}var Z=!this.isTreeGrowing&&!this.isGrowthFinished,ft=this.growTreeIterations%10==1&&this.isTreeGrowing||this.afterGrowthIterations%10==1&&this.isGrowthFinished;return this.totalDisplacement=0,this.graphManager.updateBounds(),this.calcSpringForces(),this.calcRepulsionForces(Z,ft),this.calcGravitationalForces(),this.moveNodes(),this.animate(),!1},mt.prototype.getPositionsData=function(){for(var ht=this.graphManager.getAllNodes(),bt={},Z=0;Z<ht.length;Z++){var ft=ht[Z].rect,Y=ht[Z].id;bt[Y]={id:Y,x:ft.getCenterX(),y:ft.getCenterY(),w:ft.width,h:ft.height}}return bt},mt.prototype.runSpringEmbedder=function(){this.initialAnimationPeriod=25,this.animationPeriod=this.initialAnimationPeriod;var ht=!1;if(F.ANIMATE==="during")this.emit("layoutstarted");else{for(;!ht;)ht=this.tick();this.graphManager.updateBounds()}},mt.prototype.calculateNodesToApplyGravitationTo=function(){var ht=[],bt,Z=this.graphManager.getGraphs(),ft=Z.length,Y;for(Y=0;Y<ft;Y++)bt=Z[Y],bt.updateConnected(),bt.isConnected||(ht=ht.concat(bt.getNodes()));return ht},mt.prototype.createBendpoints=function(){var ht=[];ht=ht.concat(this.graphManager.getAllEdges());var bt=new Set,Z;for(Z=0;Z<ht.length;Z++){var ft=ht[Z];if(!bt.has(ft)){var Y=ft.getSource(),Et=ft.getTarget();if(Y==Et)ft.getBendpoints().push(new X),ft.getBendpoints().push(new X),this.createDummyNodesForBendpoints(ft),bt.add(ft);else{var V=[];if(V=V.concat(Y.getEdgeListToNode(Et)),V=V.concat(Et.getEdgeListToNode(Y)),!bt.has(V[0])){if(V.length>1){var Nt;for(Nt=0;Nt<V.length;Nt++){var Dt=V[Nt];Dt.getBendpoints().push(new X),this.createDummyNodesForBendpoints(Dt)}}V.forEach(function(jt){bt.add(jt)})}}}if(bt.size==ht.length)break}},mt.prototype.positionNodesRadially=function(ht){for(var bt=new q(0,0),Z=Math.ceil(Math.sqrt(ht.length)),ft=0,Y=0,Et=0,V=new X(0,0),Nt=0;Nt<ht.length;Nt++){Nt%Z==0&&(Et=0,Y=ft,Nt!=0&&(Y+=B.DEFAULT_COMPONENT_SEPERATION),ft=0);var Dt=ht[Nt],jt=rt.findCenterOfTree(Dt);bt.x=Et,bt.y=Y,V=mt.radialLayout(Dt,jt,bt),V.y>ft&&(ft=Math.floor(V.y)),Et=Math.floor(V.x+B.DEFAULT_COMPONENT_SEPERATION)}this.transform(new X(R.WORLD_CENTER_X-V.x/2,R.WORLD_CENTER_Y-V.y/2))},mt.radialLayout=function(ht,bt,Z){var ft=Math.max(this.maxDiagonalInTree(ht),B.DEFAULT_RADIAL_SEPARATION);mt.branchRadialLayout(bt,null,0,359,0,ft);var Y=pt.calculateBounds(ht),Et=new yt;Et.setDeviceOrgX(Y.getMinX()),Et.setDeviceOrgY(Y.getMinY()),Et.setWorldOrgX(Z.x),Et.setWorldOrgY(Z.y);for(var V=0;V<ht.length;V++){var Nt=ht[V];Nt.transform(Et)}var Dt=new X(Y.getMaxX(),Y.getMaxY());return Et.inverseTransformPoint(Dt)},mt.branchRadialLayout=function(ht,bt,Z,ft,Y,Et){var V=(ft-Z+1)/2;V<0&&(V+=180);var Nt=(V+Z)%360,Dt=Nt*ut.TWO_PI/360,jt=Y*Math.cos(Dt),Ct=Y*Math.sin(Dt);ht.setCenter(jt,Ct);var Ft=[];Ft=Ft.concat(ht.getEdges());var _t=Ft.length;bt!=null&&_t--;for(var xt=0,Gt=Ft.length,Be,Ot=ht.getEdgesBetween(bt);Ot.length>1;){var vn=Ot[0];Ot.splice(0,1);var Pe=Ft.indexOf(vn);Pe>=0&&Ft.splice(Pe,1),Gt--,_t--}bt!=null?Be=(Ft.indexOf(Ot[0])+1)%Gt:Be=0;for(var Ee=Math.abs(ft-Z)/_t,nn=Be;xt!=_t;nn=++nn%Gt){var sn=Ft[nn].getOtherEnd(ht);if(sn!=bt){var me=(Z+xt*Ee)%360,Fe=(me+Ee)%360;mt.branchRadialLayout(sn,ht,me,Fe,Y+Et,Et),xt++}}},mt.maxDiagonalInTree=function(ht){for(var bt=at.MIN_VALUE,Z=0;Z<ht.length;Z++){var ft=ht[Z],Y=ft.getDiagonal();Y>bt&&(bt=Y)}return bt},mt.prototype.calcRepulsionRange=function(){return 2*(this.level+1)*this.idealEdgeLength},mt.prototype.groupZeroDegreeMembers=function(){var ht=this,bt={};this.memberGroups={},this.idToDummyNode={};for(var Z=[],ft=this.graphManager.getAllNodes(),Y=0;Y<ft.length;Y++){var Et=ft[Y],V=Et.getParent();this.getNodeDegreeWithChildren(Et)===0&&(V.id==null||!this.getToBeTiled(V))&&Z.push(Et)}for(var Y=0;Y<Z.length;Y++){var Et=Z[Y],Nt=Et.getParent().id;typeof bt[Nt]>"u"&&(bt[Nt]=[]),bt[Nt]=bt[Nt].concat(Et)}Object.keys(bt).forEach(function(Dt){if(bt[Dt].length>1){var jt="DummyCompound_"+Dt;ht.memberGroups[jt]=bt[Dt];var Ct=bt[Dt][0].getParent(),Ft=new S(ht.graphManager);Ft.id=jt,Ft.paddingLeft=Ct.paddingLeft||0,Ft.paddingRight=Ct.paddingRight||0,Ft.paddingBottom=Ct.paddingBottom||0,Ft.paddingTop=Ct.paddingTop||0,ht.idToDummyNode[jt]=Ft;var _t=ht.getGraphManager().add(ht.newGraph(),Ft),xt=Ct.getChild();xt.add(Ft);for(var Gt=0;Gt<bt[Dt].length;Gt++){var Be=bt[Dt][Gt];xt.remove(Be),_t.add(Be)}}})},mt.prototype.clearCompounds=function(){var ht={},bt={};this.performDFSOnCompounds();for(var Z=0;Z<this.compoundOrder.length;Z++)bt[this.compoundOrder[Z].id]=this.compoundOrder[Z],ht[this.compoundOrder[Z].id]=[].concat(this.compoundOrder[Z].getChild().getNodes()),this.graphManager.remove(this.compoundOrder[Z].getChild()),this.compoundOrder[Z].child=null;this.graphManager.resetAllNodes(),this.tileCompoundMembers(ht,bt)},mt.prototype.clearZeroDegreeMembers=function(){var ht=this,bt=this.tiledZeroDegreePack=[];Object.keys(this.memberGroups).forEach(function(Z){var ft=ht.idToDummyNode[Z];bt[Z]=ht.tileNodes(ht.memberGroups[Z],ft.paddingLeft+ft.paddingRight),ft.rect.width=bt[Z].width,ft.rect.height=bt[Z].height})},mt.prototype.repopulateCompounds=function(){for(var ht=this.compoundOrder.length-1;ht>=0;ht--){var bt=this.compoundOrder[ht],Z=bt.id,ft=bt.paddingLeft,Y=bt.paddingTop;this.adjustLocations(this.tiledMemberPack[Z],bt.rect.x,bt.rect.y,ft,Y)}},mt.prototype.repopulateZeroDegreeMembers=function(){var ht=this,bt=this.tiledZeroDegreePack;Object.keys(bt).forEach(function(Z){var ft=ht.idToDummyNode[Z],Y=ft.paddingLeft,Et=ft.paddingTop;ht.adjustLocations(bt[Z],ft.rect.x,ft.rect.y,Y,Et)})},mt.prototype.getToBeTiled=function(ht){var bt=ht.id;if(this.toBeTiled[bt]!=null)return this.toBeTiled[bt];var Z=ht.getChild();if(Z==null)return this.toBeTiled[bt]=!1,!1;for(var ft=Z.getNodes(),Y=0;Y<ft.length;Y++){var Et=ft[Y];if(this.getNodeDegree(Et)>0)return this.toBeTiled[bt]=!1,!1;if(Et.getChild()==null){this.toBeTiled[Et.id]=!1;continue}if(!this.getToBeTiled(Et))return this.toBeTiled[bt]=!1,!1}return this.toBeTiled[bt]=!0,!0},mt.prototype.getNodeDegree=function(ht){ht.id;for(var bt=ht.getEdges(),Z=0,ft=0;ft<bt.length;ft++){var Y=bt[ft];Y.getSource().id!==Y.getTarget().id&&(Z=Z+1)}return Z},mt.prototype.getNodeDegreeWithChildren=function(ht){var bt=this.getNodeDegree(ht);if(ht.getChild()==null)return bt;for(var Z=ht.getChild().getNodes(),ft=0;ft<Z.length;ft++){var Y=Z[ft];bt+=this.getNodeDegreeWithChildren(Y)}return bt},mt.prototype.performDFSOnCompounds=function(){this.compoundOrder=[],this.fillCompexOrderByDFS(this.graphManager.getRoot().getNodes())},mt.prototype.fillCompexOrderByDFS=function(ht){for(var bt=0;bt<ht.length;bt++){var Z=ht[bt];Z.getChild()!=null&&this.fillCompexOrderByDFS(Z.getChild().getNodes()),this.getToBeTiled(Z)&&this.compoundOrder.push(Z)}},mt.prototype.adjustLocations=function(ht,bt,Z,ft,Y){bt+=ft,Z+=Y;for(var Et=bt,V=0;V<ht.rows.length;V++){var Nt=ht.rows[V];bt=Et;for(var Dt=0,jt=0;jt<Nt.length;jt++){var Ct=Nt[jt];Ct.rect.x=bt,Ct.rect.y=Z,bt+=Ct.rect.width+ht.horizontalPadding,Ct.rect.height>Dt&&(Dt=Ct.rect.height)}Z+=Dt+ht.verticalPadding}},mt.prototype.tileCompoundMembers=function(ht,bt){var Z=this;this.tiledMemberPack=[],Object.keys(ht).forEach(function(ft){var Y=bt[ft];Z.tiledMemberPack[ft]=Z.tileNodes(ht[ft],Y.paddingLeft+Y.paddingRight),Y.rect.width=Z.tiledMemberPack[ft].width,Y.rect.height=Z.tiledMemberPack[ft].height})},mt.prototype.tileNodes=function(ht,bt){var Z=B.TILING_PADDING_VERTICAL,ft=B.TILING_PADDING_HORIZONTAL,Y={rows:[],rowWidth:[],rowHeight:[],width:0,height:bt,verticalPadding:Z,horizontalPadding:ft};ht.sort(function(Nt,Dt){return Nt.rect.width*Nt.rect.height>Dt.rect.width*Dt.rect.height?-1:Nt.rect.width*Nt.rect.height<Dt.rect.width*Dt.rect.height?1:0});for(var Et=0;Et<ht.length;Et++){var V=ht[Et];Y.rows.length==0?this.insertNodeToRow(Y,V,0,bt):this.canAddHorizontal(Y,V.rect.width,V.rect.height)?this.insertNodeToRow(Y,V,this.getShortestRowIndex(Y),bt):this.insertNodeToRow(Y,V,Y.rows.length,bt),this.shiftToLastRow(Y)}return Y},mt.prototype.insertNodeToRow=function(ht,bt,Z,ft){var Y=ft;if(Z==ht.rows.length){var Et=[];ht.rows.push(Et),ht.rowWidth.push(Y),ht.rowHeight.push(0)}var V=ht.rowWidth[Z]+bt.rect.width;ht.rows[Z].length>0&&(V+=ht.horizontalPadding),ht.rowWidth[Z]=V,ht.width<V&&(ht.width=V);var Nt=bt.rect.height;Z>0&&(Nt+=ht.verticalPadding);var Dt=0;Nt>ht.rowHeight[Z]&&(Dt=ht.rowHeight[Z],ht.rowHeight[Z]=Nt,Dt=ht.rowHeight[Z]-Dt),ht.height+=Dt,ht.rows[Z].push(bt)},mt.prototype.getShortestRowIndex=function(ht){for(var bt=-1,Z=Number.MAX_VALUE,ft=0;ft<ht.rows.length;ft++)ht.rowWidth[ft]<Z&&(bt=ft,Z=ht.rowWidth[ft]);return bt},mt.prototype.getLongestRowIndex=function(ht){for(var bt=-1,Z=Number.MIN_VALUE,ft=0;ft<ht.rows.length;ft++)ht.rowWidth[ft]>Z&&(bt=ft,Z=ht.rowWidth[ft]);return bt},mt.prototype.canAddHorizontal=function(ht,bt,Z){var ft=this.getShortestRowIndex(ht);if(ft<0)return!0;var Y=ht.rowWidth[ft];if(Y+ht.horizontalPadding+bt<=ht.width)return!0;var Et=0;ht.rowHeight[ft]<Z&&ft>0&&(Et=Z+ht.verticalPadding-ht.rowHeight[ft]);var V;ht.width-Y>=bt+ht.horizontalPadding?V=(ht.height+Et)/(Y+bt+ht.horizontalPadding):V=(ht.height+Et)/ht.width,Et=Z+ht.verticalPadding;var Nt;return ht.width<bt?Nt=(ht.height+Et)/bt:Nt=(ht.height+Et)/ht.width,Nt<1&&(Nt=1/Nt),V<1&&(V=1/V),V<Nt},mt.prototype.shiftToLastRow=function(ht){var bt=this.getLongestRowIndex(ht),Z=ht.rowWidth.length-1,ft=ht.rows[bt],Y=ft[ft.length-1],Et=Y.width+ht.horizontalPadding;if(ht.width-ht.rowWidth[Z]>Et&&bt!=Z){ft.splice(-1,1),ht.rows[Z].push(Y),ht.rowWidth[bt]=ht.rowWidth[bt]-Et,ht.rowWidth[Z]=ht.rowWidth[Z]+Et,ht.width=ht.rowWidth[instance.getLongestRowIndex(ht)];for(var V=Number.MIN_VALUE,Nt=0;Nt<ft.length;Nt++)ft[Nt].height>V&&(V=ft[Nt].height);bt>0&&(V+=ht.verticalPadding);var Dt=ht.rowHeight[bt]+ht.rowHeight[Z];ht.rowHeight[bt]=V,ht.rowHeight[Z]<Y.height+ht.verticalPadding&&(ht.rowHeight[Z]=Y.height+ht.verticalPadding);var jt=ht.rowHeight[bt]+ht.rowHeight[Z];ht.height+=jt-Dt,this.shiftToLastRow(ht)}},mt.prototype.tilingPreLayout=function(){B.TILE&&(this.groupZeroDegreeMembers(),this.clearCompounds(),this.clearZeroDegreeMembers())},mt.prototype.tilingPostLayout=function(){B.TILE&&(this.repopulateZeroDegreeMembers(),this.repopulateCompounds())},mt.prototype.reduceTrees=function(){for(var ht=[],bt=!0,Z;bt;){var ft=this.graphManager.getAllNodes(),Y=[];bt=!1;for(var Et=0;Et<ft.length;Et++)Z=ft[Et],Z.getEdges().length==1&&!Z.getEdges()[0].isInterGraph&&Z.getChild()==null&&(Y.push([Z,Z.getEdges()[0],Z.getOwner()]),bt=!0);if(bt==!0){for(var V=[],Nt=0;Nt<Y.length;Nt++)Y[Nt][0].getEdges().length==1&&(V.push(Y[Nt]),Y[Nt][0].getOwner().remove(Y[Nt][0]));ht.push(V),this.graphManager.resetAllNodes(),this.graphManager.resetAllEdges()}}this.prunedNodesAll=ht},mt.prototype.growTree=function(ht){for(var bt=ht.length,Z=ht[bt-1],ft,Y=0;Y<Z.length;Y++)ft=Z[Y],this.findPlaceforPrunedNode(ft),ft[2].add(ft[0]),ft[2].add(ft[1],ft[1].source,ft[1].target);ht.splice(ht.length-1,1),this.graphManager.resetAllNodes(),this.graphManager.resetAllEdges()},mt.prototype.findPlaceforPrunedNode=function(ht){var bt,Z,ft=ht[0];ft==ht[1].source?Z=ht[1].target:Z=ht[1].source;var Y=Z.startX,Et=Z.finishX,V=Z.startY,Nt=Z.finishY,Dt=0,jt=0,Ct=0,Ft=0,_t=[Dt,Ct,jt,Ft];if(V>0)for(var xt=Y;xt<=Et;xt++)_t[0]+=this.grid[xt][V-1].length+this.grid[xt][V].length-1;if(Et<this.grid.length-1)for(var xt=V;xt<=Nt;xt++)_t[1]+=this.grid[Et+1][xt].length+this.grid[Et][xt].length-1;if(Nt<this.grid[0].length-1)for(var xt=Y;xt<=Et;xt++)_t[2]+=this.grid[xt][Nt+1].length+this.grid[xt][Nt].length-1;if(Y>0)for(var xt=V;xt<=Nt;xt++)_t[3]+=this.grid[Y-1][xt].length+this.grid[Y][xt].length-1;for(var Gt=at.MAX_VALUE,Be,Ot,vn=0;vn<_t.length;vn++)_t[vn]<Gt?(Gt=_t[vn],Be=1,Ot=vn):_t[vn]==Gt&&Be++;if(Be==3&&Gt==0)_t[0]==0&&_t[1]==0&&_t[2]==0?bt=1:_t[0]==0&&_t[1]==0&&_t[3]==0?bt=0:_t[0]==0&&_t[2]==0&&_t[3]==0?bt=3:_t[1]==0&&_t[2]==0&&_t[3]==0&&(bt=2);else if(Be==2&&Gt==0){var Pe=Math.floor(Math.random()*2);_t[0]==0&&_t[1]==0?Pe==0?bt=0:bt=1:_t[0]==0&&_t[2]==0?Pe==0?bt=0:bt=2:_t[0]==0&&_t[3]==0?Pe==0?bt=0:bt=3:_t[1]==0&&_t[2]==0?Pe==0?bt=1:bt=2:_t[1]==0&&_t[3]==0?Pe==0?bt=1:bt=3:Pe==0?bt=2:bt=3}else if(Be==4&&Gt==0){var Pe=Math.floor(Math.random()*4);bt=Pe}else bt=Ot;bt==0?ft.setCenter(Z.getCenterX(),Z.getCenterY()-Z.getHeight()/2-F.DEFAULT_EDGE_LENGTH-ft.getHeight()/2):bt==1?ft.setCenter(Z.getCenterX()+Z.getWidth()/2+F.DEFAULT_EDGE_LENGTH+ft.getWidth()/2,Z.getCenterY()):bt==2?ft.setCenter(Z.getCenterX(),Z.getCenterY()+Z.getHeight()/2+F.DEFAULT_EDGE_LENGTH+ft.getHeight()/2):ft.setCenter(Z.getCenterX()-Z.getWidth()/2-F.DEFAULT_EDGE_LENGTH-ft.getWidth()/2,Z.getCenterY())},g.exports=mt},function(g,w,v){var b={};b.layoutBase=v(0),b.CoSEConstants=v(1),b.CoSEEdge=v(2),b.CoSEGraph=v(3),b.CoSEGraphManager=v(4),b.CoSELayout=v(6),b.CoSENode=v(5),g.exports=b}])})}(s2t)),s2t.exports}(function(i,a){(function(g,w){i.exports=w(Ytn())})(X0,function(f){return function(g){var w={};function v(b){if(w[b])return w[b].exports;var E=w[b]={i:b,l:!1,exports:{}};return g[b].call(E.exports,E,E.exports,v),E.l=!0,E.exports}return v.m=g,v.c=w,v.i=function(b){return b},v.d=function(b,E,_){v.o(b,E)||Object.defineProperty(b,E,{configurable:!1,enumerable:!0,get:_})},v.n=function(b){var E=b&&b.__esModule?function(){return b.default}:function(){return b};return v.d(E,"a",E),E},v.o=function(b,E){return Object.prototype.hasOwnProperty.call(b,E)},v.p="",v(v.s=1)}([function(g,w){g.exports=f},function(g,w,v){var b=v(0).layoutBase.LayoutConstants,E=v(0).layoutBase.FDLayoutConstants,_=v(0).CoSEConstants,S=v(0).CoSELayout,I=v(0).CoSENode,B=v(0).layoutBase.PointD,F=v(0).layoutBase.DimensionD,R={ready:function(){},stop:function(){},quality:"default",nodeDimensionsIncludeLabels:!1,refresh:30,fit:!0,padding:10,randomize:!0,nodeRepulsion:4500,idealEdgeLength:50,edgeElasticity:.45,nestingFactor:.1,gravity:.25,numIter:2500,tile:!0,animate:"end",animationDuration:500,tilingPaddingVertical:10,tilingPaddingHorizontal:10,gravityRangeCompound:1.5,gravityCompound:1,gravityRange:3.8,initialEnergyOnIncremental:.5};function q(ut,pt){var yt={};for(var mt in ut)yt[mt]=ut[mt];for(var mt in pt)yt[mt]=pt[mt];return yt}function X(ut){this.options=q(R,ut),rt(this.options)}var rt=function(pt){pt.nodeRepulsion!=null&&(_.DEFAULT_REPULSION_STRENGTH=E.DEFAULT_REPULSION_STRENGTH=pt.nodeRepulsion),pt.idealEdgeLength!=null&&(_.DEFAULT_EDGE_LENGTH=E.DEFAULT_EDGE_LENGTH=pt.idealEdgeLength),pt.edgeElasticity!=null&&(_.DEFAULT_SPRING_STRENGTH=E.DEFAULT_SPRING_STRENGTH=pt.edgeElasticity),pt.nestingFactor!=null&&(_.PER_LEVEL_IDEAL_EDGE_LENGTH_FACTOR=E.PER_LEVEL_IDEAL_EDGE_LENGTH_FACTOR=pt.nestingFactor),pt.gravity!=null&&(_.DEFAULT_GRAVITY_STRENGTH=E.DEFAULT_GRAVITY_STRENGTH=pt.gravity),pt.numIter!=null&&(_.MAX_ITERATIONS=E.MAX_ITERATIONS=pt.numIter),pt.gravityRange!=null&&(_.DEFAULT_GRAVITY_RANGE_FACTOR=E.DEFAULT_GRAVITY_RANGE_FACTOR=pt.gravityRange),pt.gravityCompound!=null&&(_.DEFAULT_COMPOUND_GRAVITY_STRENGTH=E.DEFAULT_COMPOUND_GRAVITY_STRENGTH=pt.gravityCompound),pt.gravityRangeCompound!=null&&(_.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR=E.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR=pt.gravityRangeCompound),pt.initialEnergyOnIncremental!=null&&(_.DEFAULT_COOLING_FACTOR_INCREMENTAL=E.DEFAULT_COOLING_FACTOR_INCREMENTAL=pt.initialEnergyOnIncremental),pt.quality=="draft"?b.QUALITY=0:pt.quality=="proof"?b.QUALITY=2:b.QUALITY=1,_.NODE_DIMENSIONS_INCLUDE_LABELS=E.NODE_DIMENSIONS_INCLUDE_LABELS=b.NODE_DIMENSIONS_INCLUDE_LABELS=pt.nodeDimensionsIncludeLabels,_.DEFAULT_INCREMENTAL=E.DEFAULT_INCREMENTAL=b.DEFAULT_INCREMENTAL=!pt.randomize,_.ANIMATE=E.ANIMATE=b.ANIMATE=pt.animate,_.TILE=pt.tile,_.TILING_PADDING_VERTICAL=typeof pt.tilingPaddingVertical=="function"?pt.tilingPaddingVertical.call():pt.tilingPaddingVertical,_.TILING_PADDING_HORIZONTAL=typeof pt.tilingPaddingHorizontal=="function"?pt.tilingPaddingHorizontal.call():pt.tilingPaddingHorizontal};X.prototype.run=function(){var ut,pt,yt=this.options;this.idToLNode={};var mt=this.layout=new S,gt=this;gt.stopped=!1,this.cy=this.options.cy,this.cy.trigger({type:"layoutstart",layout:this});var ht=mt.newGraphManager();this.gm=ht;var bt=this.options.eles.nodes(),Z=this.options.eles.edges();this.root=ht.addRoot(),this.processChildrenList(this.root,this.getTopMostNodes(bt),mt);for(var ft=0;ft<Z.length;ft++){var Y=Z[ft],Et=this.idToLNode[Y.data("source")],V=this.idToLNode[Y.data("target")];if(Et!==V&&Et.getEdgesBetween(V).length==0){var Nt=ht.add(mt.newEdge(),Et,V);Nt.id=Y.id()}}var Dt=function(Ft,_t){typeof Ft=="number"&&(Ft=_t);var xt=Ft.data("id"),Gt=gt.idToLNode[xt];return{x:Gt.getRect().getCenterX(),y:Gt.getRect().getCenterY()}},jt=function Ct(){for(var Ft=function(){yt.fit&&yt.cy.fit(yt.eles,yt.padding),ut||(ut=!0,gt.cy.one("layoutready",yt.ready),gt.cy.trigger({type:"layoutready",layout:gt}))},_t=gt.options.refresh,xt,Gt=0;Gt<_t&&!xt;Gt++)xt=gt.stopped||gt.layout.tick();if(xt){mt.checkLayoutSuccess()&&!mt.isSubLayout&&mt.doPostLayout(),mt.tilingPostLayout&&mt.tilingPostLayout(),mt.isLayoutFinished=!0,gt.options.eles.nodes().positions(Dt),Ft(),gt.cy.one("layoutstop",gt.options.stop),gt.cy.trigger({type:"layoutstop",layout:gt}),pt&&cancelAnimationFrame(pt),ut=!1;return}var Be=gt.layout.getPositionsData();yt.eles.nodes().positions(function(Ot,vn){if(typeof Ot=="number"&&(Ot=vn),!Ot.isParent()){for(var Pe=Ot.id(),Ee=Be[Pe],nn=Ot;Ee==null&&(Ee=Be[nn.data("parent")]||Be["DummyCompound_"+nn.data("parent")],Be[Pe]=Ee,nn=nn.parent()[0],nn!=null););return Ee!=null?{x:Ee.x,y:Ee.y}:{x:Ot.position("x"),y:Ot.position("y")}}}),Ft(),pt=requestAnimationFrame(Ct)};return mt.addListener("layoutstarted",function(){gt.options.animate==="during"&&(pt=requestAnimationFrame(jt))}),mt.runLayout(),this.options.animate!=="during"&&(gt.options.eles.nodes().not(":parent").layoutPositions(gt,gt.options,Dt),ut=!1),this},X.prototype.getTopMostNodes=function(ut){for(var pt={},yt=0;yt<ut.length;yt++)pt[ut[yt].id()]=!0;var mt=ut.filter(function(gt,ht){typeof gt=="number"&&(gt=ht);for(var bt=gt.parent()[0];bt!=null;){if(pt[bt.id()])return!1;bt=bt.parent()[0]}return!0});return mt},X.prototype.processChildrenList=function(ut,pt,yt){for(var mt=pt.length,gt=0;gt<mt;gt++){var ht=pt[gt],bt=ht.children(),Z,ft=ht.layoutDimensions({nodeDimensionsIncludeLabels:this.options.nodeDimensionsIncludeLabels});if(ht.outerWidth()!=null&&ht.outerHeight()!=null?Z=ut.add(new I(yt.graphManager,new B(ht.position("x")-ft.w/2,ht.position("y")-ft.h/2),new F(parseFloat(ft.w),parseFloat(ft.h)))):Z=ut.add(new I(this.graphManager)),Z.id=ht.data("id"),Z.paddingLeft=parseInt(ht.css("padding")),Z.paddingTop=parseInt(ht.css("padding")),Z.paddingRight=parseInt(ht.css("padding")),Z.paddingBottom=parseInt(ht.css("padding")),this.options.nodeDimensionsIncludeLabels&&ht.isParent()){var Y=ht.boundingBox({includeLabels:!0,includeNodes:!1}).w,Et=ht.boundingBox({includeLabels:!0,includeNodes:!1}).h,V=ht.css("text-halign");Z.labelWidth=Y,Z.labelHeight=Et,Z.labelPos=V}if(this.idToLNode[ht.data("id")]=Z,isNaN(Z.rect.x)&&(Z.rect.x=0),isNaN(Z.rect.y)&&(Z.rect.y=0),bt!=null&&bt.length>0){var Nt;Nt=yt.getGraphManager().add(yt.newGraph(),Z),this.processChildrenList(Nt,bt,yt)}}},X.prototype.stop=function(){return this.stopped=!0,this};var at=function(pt){pt("layout","cose-bilkent",X)};typeof cytoscape<"u"&&at(cytoscape),g.exports=at}])})})(FHt);var Xtn=FHt.exports;const Qtn=JT(Xtn);NHt.use(Qtn);function jHt(i,a,f,g){OHt.drawNode(i,a,f,g),a.children&&a.children.forEach((w,v)=>{jHt(i,w,f<0?v:f,g)})}function Jtn(i,a){a.edges().map((f,g)=>{const w=f.data();if(f[0]._private.bodyBounds){const v=f[0]._private.rscratch;Wt.trace("Edge: ",g,w),i.insert("path").attr("d",`M ${v.startX},${v.startY} L ${v.midX},${v.midY} L${v.endX},${v.endY} `).attr("class","edge section-edge-"+w.section+" edge-depth-"+w.depth)}})}function $Ht(i,a,f,g){a.add({group:"nodes",data:{id:i.id,labelText:i.descr,height:i.height,width:i.width,level:g,nodeId:i.id,padding:i.padding,type:i.type},position:{x:i.x,y:i.y}}),i.children&&i.children.forEach(w=>{$Ht(w,a,f,g+1),a.add({group:"edges",data:{id:`${i.id}_${w.id}`,source:i.id,target:w.id,depth:g,section:w.section}})})}function Ztn(i,a){return new Promise(f=>{const g=xr("body").append("div").attr("id","cy").attr("style","display:none"),w=NHt({container:document.getElementById("cy"),style:[{selector:"edge",style:{"curve-style":"bezier"}}]});g.remove(),$Ht(i,w,a,0),w.nodes().forEach(function(v){v.layoutDimensions=()=>{const b=v.data();return{w:b.width,h:b.height}}}),w.layout({name:"cose-bilkent",quality:"proof",styleEnabled:!1,animate:!1}).run(),w.ready(v=>{Wt.info("Ready",v),f(w)})})}function ten(i){i.nodes().map((a,f)=>{const g=a.data();g.x=a.position().x,g.y=a.position().y,OHt.positionNode(g);const w=i2t(g.nodeId);Wt.info("Id:",f,"Position: (",a.position().x,", ",a.position().y,")",g),w.attr("transform",`translate(${a.position().x-g.width/2}, ${a.position().y-g.height/2})`),w.attr("attr",`apa-${f})`)})}const een={draw:async(i,a,f,g)=>{const w=Re();w.htmlLabels=!1,Wt.debug(`Rendering mindmap diagram
+`+i,g.parser);const v=Re().securityLevel;let b;v==="sandbox"&&(b=xr("#i"+a));const _=xr(v==="sandbox"?b.nodes()[0].contentDocument.body:"body").select("#"+a);_.append("g");const S=g.db.getMindmap(),I=_.append("g");I.attr("class","mindmap-edges");const B=_.append("g");B.attr("class","mindmap-nodes"),jHt(B,S,-1,w);const F=await Ztn(S,w);Jtn(I,F),ten(F),g8(void 0,_,w.mindmap.padding,w.mindmap.useMaxWidth)}},nen=i=>{let a="";for(let f=0;f<i.THEME_COLOR_LIMIT;f++)i["lineColor"+f]=i["lineColor"+f]||i["cScaleInv"+f],h9(i["lineColor"+f])?i["lineColor"+f]=Is(i["lineColor"+f],20):i["lineColor"+f]=Zs(i["lineColor"+f],20);for(let f=0;f<i.THEME_COLOR_LIMIT;f++){const g=""+(17-3*f);a+=`
+ .section-${f-1} rect, .section-${f-1} path, .section-${f-1} circle, .section-${f-1} polygon, .section-${f-1} path {
+ fill: ${i["cScale"+f]};
+ }
+ .section-${f-1} text {
+ fill: ${i["cScaleLabel"+f]};
+ }
+ .node-icon-${f-1} {
+ font-size: 40px;
+ color: ${i["cScaleLabel"+f]};
+ }
+ .section-edge-${f-1}{
+ stroke: ${i["cScale"+f]};
+ }
+ .edge-depth-${f-1}{
+ stroke-width: ${g};
+ }
+ .section-${f-1} line {
+ stroke: ${i["cScaleInv"+f]} ;
+ stroke-width: 3;
+ }
+
+ .disabled, .disabled circle, .disabled text {
+ fill: lightgray;
+ }
+ .disabled text {
+ fill: #efefef;
+ }
+ `}return a},ren=Object.freeze(Object.defineProperty({__proto__:null,diagram:{db:Rtn,renderer:een,parser:Atn,styles:i=>`
+ .edge {
+ stroke-width: 3;
+ }
+ ${nen(i)}
+ .section-root rect, .section-root path, .section-root circle, .section-root polygon {
+ fill: ${i.git0};
+ }
+ .section-root text {
+ fill: ${i.gitBranchLabel0};
+ }
+ .icon-container {
+ height:100%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+ .edge {
+ fill: none;
+ }
+ .mindmap-node-label {
+ dy: 1em;
+ alignment-baseline: middle;
+ text-anchor: middle;
+ dominant-baseline: middle;
+ text-align: center;
+ }
+`}},Symbol.toStringTag,{value:"Module"}));var o2t=function(){var i=function(E,_,S,I){for(S=S||{},I=E.length;I--;S[E[I]]=_);return S},a=[1,9],f=[1,10],g=[1,5,10,12],w={trace:function(){},yy:{},symbols_:{error:2,start:3,SANKEY:4,NEWLINE:5,csv:6,opt_eof:7,record:8,csv_tail:9,EOF:10,"field[source]":11,COMMA:12,"field[target]":13,"field[value]":14,field:15,escaped:16,non_escaped:17,DQUOTE:18,ESCAPED_TEXT:19,NON_ESCAPED_TEXT:20,$accept:0,$end:1},terminals_:{2:"error",4:"SANKEY",5:"NEWLINE",10:"EOF",11:"field[source]",12:"COMMA",13:"field[target]",14:"field[value]",18:"DQUOTE",19:"ESCAPED_TEXT",20:"NON_ESCAPED_TEXT"},productions_:[0,[3,4],[6,2],[9,2],[9,0],[7,1],[7,0],[8,5],[15,1],[15,1],[16,3],[17,1]],performAction:function(_,S,I,B,F,R,q){var X=R.length-1;switch(F){case 7:const rt=B.findOrCreateNode(R[X-4].trim().replaceAll('""','"')),at=B.findOrCreateNode(R[X-2].trim().replaceAll('""','"')),ut=parseFloat(R[X].trim());B.addLink(rt,at,ut);break;case 8:case 9:case 11:this.$=R[X];break;case 10:this.$=R[X-1];break}},table:[{3:1,4:[1,2]},{1:[3]},{5:[1,3]},{6:4,8:5,15:6,16:7,17:8,18:a,20:f},{1:[2,6],7:11,10:[1,12]},i(f,[2,4],{9:13,5:[1,14]}),{12:[1,15]},i(g,[2,8]),i(g,[2,9]),{19:[1,16]},i(g,[2,11]),{1:[2,1]},{1:[2,5]},i(f,[2,2]),{6:17,8:5,15:6,16:7,17:8,18:a,20:f},{15:18,16:7,17:8,18:a,20:f},{18:[1,19]},i(f,[2,3]),{12:[1,20]},i(g,[2,10]),{15:21,16:7,17:8,18:a,20:f},i([1,5,10],[2,7])],defaultActions:{11:[2,1],12:[2,5]},parseError:function(_,S){if(S.recoverable)this.trace(_);else{var I=new Error(_);throw I.hash=S,I}},parse:function(_){var S=this,I=[0],B=[],F=[null],R=[],q=this.table,X="",rt=0,at=0,ut=2,pt=1,yt=R.slice.call(arguments,1),mt=Object.create(this.lexer),gt={yy:{}};for(var ht in this.yy)Object.prototype.hasOwnProperty.call(this.yy,ht)&&(gt.yy[ht]=this.yy[ht]);mt.setInput(_,gt.yy),gt.yy.lexer=mt,gt.yy.parser=this,typeof mt.yylloc>"u"&&(mt.yylloc={});var bt=mt.yylloc;R.push(bt);var Z=mt.options&&mt.options.ranges;typeof gt.yy.parseError=="function"?this.parseError=gt.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function ft(){var Gt;return Gt=B.pop()||mt.lex()||pt,typeof Gt!="number"&&(Gt instanceof Array&&(B=Gt,Gt=B.pop()),Gt=S.symbols_[Gt]||Gt),Gt}for(var Y,Et,V,Nt,Dt={},jt,Ct,Ft,_t;;){if(Et=I[I.length-1],this.defaultActions[Et]?V=this.defaultActions[Et]:((Y===null||typeof Y>"u")&&(Y=ft()),V=q[Et]&&q[Et][Y]),typeof V>"u"||!V.length||!V[0]){var xt="";_t=[];for(jt in q[Et])this.terminals_[jt]&&jt>ut&&_t.push("'"+this.terminals_[jt]+"'");mt.showPosition?xt="Parse error on line "+(rt+1)+`:
+`+mt.showPosition()+`
+Expecting `+_t.join(", ")+", got '"+(this.terminals_[Y]||Y)+"'":xt="Parse error on line "+(rt+1)+": Unexpected "+(Y==pt?"end of input":"'"+(this.terminals_[Y]||Y)+"'"),this.parseError(xt,{text:mt.match,token:this.terminals_[Y]||Y,line:mt.yylineno,loc:bt,expected:_t})}if(V[0]instanceof Array&&V.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Et+", token: "+Y);switch(V[0]){case 1:I.push(Y),F.push(mt.yytext),R.push(mt.yylloc),I.push(V[1]),Y=null,at=mt.yyleng,X=mt.yytext,rt=mt.yylineno,bt=mt.yylloc;break;case 2:if(Ct=this.productions_[V[1]][1],Dt.$=F[F.length-Ct],Dt._$={first_line:R[R.length-(Ct||1)].first_line,last_line:R[R.length-1].last_line,first_column:R[R.length-(Ct||1)].first_column,last_column:R[R.length-1].last_column},Z&&(Dt._$.range=[R[R.length-(Ct||1)].range[0],R[R.length-1].range[1]]),Nt=this.performAction.apply(Dt,[X,at,rt,gt.yy,V[1],F,R].concat(yt)),typeof Nt<"u")return Nt;Ct&&(I=I.slice(0,-1*Ct*2),F=F.slice(0,-1*Ct),R=R.slice(0,-1*Ct)),I.push(this.productions_[V[1]][0]),F.push(Dt.$),R.push(Dt._$),Ft=q[I[I.length-2]][I[I.length-1]],I.push(Ft);break;case 3:return!0}}return!0}},v=function(){var E={EOF:1,parseError:function(S,I){if(this.yy.parser)this.yy.parser.parseError(S,I);else throw new Error(S)},setInput:function(_,S){return this.yy=S||this.yy||{},this._input=_,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var _=this._input[0];this.yytext+=_,this.yyleng++,this.offset++,this.match+=_,this.matched+=_;var S=_.match(/(?:\r\n?|\n).*/g);return S?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),_},unput:function(_){var S=_.length,I=_.split(/(?:\r\n?|\n)/g);this._input=_+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-S),this.offset-=S;var B=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),I.length-1&&(this.yylineno-=I.length-1);var F=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:I?(I.length===B.length?this.yylloc.first_column:0)+B[B.length-I.length].length-I[0].length:this.yylloc.first_column-S},this.options.ranges&&(this.yylloc.range=[F[0],F[0]+this.yyleng-S]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
+`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(_){this.unput(this.match.slice(_))},pastInput:function(){var _=this.matched.substr(0,this.matched.length-this.match.length);return(_.length>20?"...":"")+_.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var _=this.match;return _.length<20&&(_+=this._input.substr(0,20-_.length)),(_.substr(0,20)+(_.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var _=this.pastInput(),S=new Array(_.length+1).join("-");return _+this.upcomingInput()+`
+`+S+"^"},test_match:function(_,S){var I,B,F;if(this.options.backtrack_lexer&&(F={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(F.yylloc.range=this.yylloc.range.slice(0))),B=_[0].match(/(?:\r\n?|\n).*/g),B&&(this.yylineno+=B.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:B?B[B.length-1].length-B[B.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+_[0].length},this.yytext+=_[0],this.match+=_[0],this.matches=_,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(_[0].length),this.matched+=_[0],I=this.performAction.call(this,this.yy,this,S,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),I)return I;if(this._backtrack){for(var R in F)this[R]=F[R];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var _,S,I,B;this._more||(this.yytext="",this.match="");for(var F=this._currentRules(),R=0;R<F.length;R++)if(I=this._input.match(this.rules[F[R]]),I&&(!S||I[0].length>S[0].length)){if(S=I,B=R,this.options.backtrack_lexer){if(_=this.test_match(I,F[R]),_!==!1)return _;if(this._backtrack){S=!1;continue}else return!1}else if(!this.options.flex)break}return S?(_=this.test_match(S,F[B]),_!==!1?_:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
+`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var S=this.next();return S||this.lex()},begin:function(S){this.conditionStack.push(S)},popState:function(){var S=this.conditionStack.length-1;return S>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(S){return S=this.conditionStack.length-1-Math.abs(S||0),S>=0?this.conditionStack[S]:"INITIAL"},pushState:function(S){this.begin(S)},stateStackSize:function(){return this.conditionStack.length},options:{easy_keword_rules:!0},performAction:function(S,I,B,F){switch(B){case 0:return this.pushState("csv"),4;case 1:return 10;case 2:return 5;case 3:return 12;case 4:return this.pushState("escaped_text"),18;case 5:return 20;case 6:return this.popState("escaped_text"),18;case 7:return 19}},rules:[/^(?:sankey-beta\b)/,/^(?:$)/,/^(?:((\u000D\u000A)|(\u000A)))/,/^(?:(\u002C))/,/^(?:(\u0022))/,/^(?:([\u0020-\u0021\u0023-\u002B\u002D-\u007E])*)/,/^(?:(\u0022)(?!(\u0022)))/,/^(?:(([\u0020-\u0021\u0023-\u002B\u002D-\u007E])|(\u002C)|(\u000D)|(\u000A)|(\u0022)(\u0022))*)/],conditions:{csv:{rules:[1,2,3,4,5,6,7],inclusive:!1},escaped_text:{rules:[6,7],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,7],inclusive:!0}}};return E}();w.lexer=v;function b(){this.yy={}}return b.prototype=w,w.Parser=b,new b}();o2t.parser=o2t;const LX=o2t;let MX=[],DX=[],AM={};const ien=()=>{MX=[],DX=[],AM={},Wg()};class sen{constructor(a,f,g=0){this.source=a,this.target=f,this.value=g}}const aen=(i,a,f)=>{MX.push(new sen(i,a,f))};class oen{constructor(a){this.ID=a}}const cen={nodesMap:AM,getConfig:()=>Re().sankey,getNodes:()=>DX,getLinks:()=>MX,getGraph:()=>({nodes:DX.map(i=>({id:i.ID})),links:MX.map(i=>({source:i.source.ID,target:i.target.ID,value:i.value}))}),addLink:aen,findOrCreateNode:i=>(i=ei.sanitizeText(i,Re()),AM[i]||(AM[i]=new oen(i),DX.push(AM[i])),AM[i]),getAccTitle:Yg,setAccTitle:ng,getAccDescription:Qg,setAccDescription:Xg,getDiagramTitle:Jg,setDiagramTitle:y2,clear:ien};function zHt(i,a){let f;if(a===void 0)for(const g of i)g!=null&&(f<g||f===void 0&&g>=g)&&(f=g);else{let g=-1;for(let w of i)(w=a(w,++g,i))!=null&&(f<w||f===void 0&&w>=w)&&(f=w)}return f}function qHt(i,a){let f;if(a===void 0)for(const g of i)g!=null&&(f>g||f===void 0&&g>=g)&&(f=g);else{let g=-1;for(let w of i)(w=a(w,++g,i))!=null&&(f>w||f===void 0&&w>=w)&&(f=w)}return f}function c2t(i,a){let f=0;if(a===void 0)for(let g of i)(g=+g)&&(f+=g);else{let g=-1;for(let w of i)(w=+a(w,++g,i))&&(f+=w)}return f}function uen(i){return i.target.depth}function len(i){return i.depth}function hen(i,a){return a-1-i.height}function HHt(i,a){return i.sourceLinks.length?i.depth:a-1}function fen(i){return i.targetLinks.length?i.depth:i.sourceLinks.length?qHt(i.sourceLinks,uen)-1:0}function IX(i){return function(){return i}}function VHt(i,a){return OX(i.source,a.source)||i.index-a.index}function UHt(i,a){return OX(i.target,a.target)||i.index-a.index}function OX(i,a){return i.y0-a.y0}function u2t(i){return i.value}function den(i){return i.index}function gen(i){return i.nodes}function pen(i){return i.links}function GHt(i,a){const f=i.get(a);if(!f)throw new Error("missing: "+a);return f}function KHt({nodes:i}){for(const a of i){let f=a.y0,g=f;for(const w of a.sourceLinks)w.y0=f+w.width/2,f+=w.width;for(const w of a.targetLinks)w.y1=g+w.width/2,g+=w.width}}function ben(){let i=0,a=0,f=1,g=1,w=24,v=8,b,E=den,_=HHt,S,I,B=gen,F=pen,R=6;function q(){const Dt={nodes:B.apply(null,arguments),links:F.apply(null,arguments)};return X(Dt),rt(Dt),at(Dt),ut(Dt),mt(Dt),KHt(Dt),Dt}q.update=function(Dt){return KHt(Dt),Dt},q.nodeId=function(Dt){return arguments.length?(E=typeof Dt=="function"?Dt:IX(Dt),q):E},q.nodeAlign=function(Dt){return arguments.length?(_=typeof Dt=="function"?Dt:IX(Dt),q):_},q.nodeSort=function(Dt){return arguments.length?(S=Dt,q):S},q.nodeWidth=function(Dt){return arguments.length?(w=+Dt,q):w},q.nodePadding=function(Dt){return arguments.length?(v=b=+Dt,q):v},q.nodes=function(Dt){return arguments.length?(B=typeof Dt=="function"?Dt:IX(Dt),q):B},q.links=function(Dt){return arguments.length?(F=typeof Dt=="function"?Dt:IX(Dt),q):F},q.linkSort=function(Dt){return arguments.length?(I=Dt,q):I},q.size=function(Dt){return arguments.length?(i=a=0,f=+Dt[0],g=+Dt[1],q):[f-i,g-a]},q.extent=function(Dt){return arguments.length?(i=+Dt[0][0],f=+Dt[1][0],a=+Dt[0][1],g=+Dt[1][1],q):[[i,a],[f,g]]},q.iterations=function(Dt){return arguments.length?(R=+Dt,q):R};function X({nodes:Dt,links:jt}){for(const[Ft,_t]of Dt.entries())_t.index=Ft,_t.sourceLinks=[],_t.targetLinks=[];const Ct=new Map(Dt.map((Ft,_t)=>[E(Ft,_t,Dt),Ft]));for(const[Ft,_t]of jt.entries()){_t.index=Ft;let{source:xt,target:Gt}=_t;typeof xt!="object"&&(xt=_t.source=GHt(Ct,xt)),typeof Gt!="object"&&(Gt=_t.target=GHt(Ct,Gt)),xt.sourceLinks.push(_t),Gt.targetLinks.push(_t)}if(I!=null)for(const{sourceLinks:Ft,targetLinks:_t}of Dt)Ft.sort(I),_t.sort(I)}function rt({nodes:Dt}){for(const jt of Dt)jt.value=jt.fixedValue===void 0?Math.max(c2t(jt.sourceLinks,u2t),c2t(jt.targetLinks,u2t)):jt.fixedValue}function at({nodes:Dt}){const jt=Dt.length;let Ct=new Set(Dt),Ft=new Set,_t=0;for(;Ct.size;){for(const xt of Ct){xt.depth=_t;for(const{target:Gt}of xt.sourceLinks)Ft.add(Gt)}if(++_t>jt)throw new Error("circular link");Ct=Ft,Ft=new Set}}function ut({nodes:Dt}){const jt=Dt.length;let Ct=new Set(Dt),Ft=new Set,_t=0;for(;Ct.size;){for(const xt of Ct){xt.height=_t;for(const{source:Gt}of xt.targetLinks)Ft.add(Gt)}if(++_t>jt)throw new Error("circular link");Ct=Ft,Ft=new Set}}function pt({nodes:Dt}){const jt=zHt(Dt,_t=>_t.depth)+1,Ct=(f-i-w)/(jt-1),Ft=new Array(jt);for(const _t of Dt){const xt=Math.max(0,Math.min(jt-1,Math.floor(_.call(null,_t,jt))));_t.layer=xt,_t.x0=i+xt*Ct,_t.x1=_t.x0+w,Ft[xt]?Ft[xt].push(_t):Ft[xt]=[_t]}if(S)for(const _t of Ft)_t.sort(S);return Ft}function yt(Dt){const jt=qHt(Dt,Ct=>(g-a-(Ct.length-1)*b)/c2t(Ct,u2t));for(const Ct of Dt){let Ft=a;for(const _t of Ct){_t.y0=Ft,_t.y1=Ft+_t.value*jt,Ft=_t.y1+b;for(const xt of _t.sourceLinks)xt.width=xt.value*jt}Ft=(g-Ft+b)/(Ct.length+1);for(let _t=0;_t<Ct.length;++_t){const xt=Ct[_t];xt.y0+=Ft*(_t+1),xt.y1+=Ft*(_t+1)}Et(Ct)}}function mt(Dt){const jt=pt(Dt);b=Math.min(v,(g-a)/(zHt(jt,Ct=>Ct.length)-1)),yt(jt);for(let Ct=0;Ct<R;++Ct){const Ft=Math.pow(.99,Ct),_t=Math.max(1-Ft,(Ct+1)/R);ht(jt,Ft,_t),gt(jt,Ft,_t)}}function gt(Dt,jt,Ct){for(let Ft=1,_t=Dt.length;Ft<_t;++Ft){const xt=Dt[Ft];for(const Gt of xt){let Be=0,Ot=0;for(const{source:Pe,value:Ee}of Gt.targetLinks){let nn=Ee*(Gt.layer-Pe.layer);Be+=V(Pe,Gt)*nn,Ot+=nn}if(!(Ot>0))continue;let vn=(Be/Ot-Gt.y0)*jt;Gt.y0+=vn,Gt.y1+=vn,Y(Gt)}S===void 0&&xt.sort(OX),bt(xt,Ct)}}function ht(Dt,jt,Ct){for(let Ft=Dt.length,_t=Ft-2;_t>=0;--_t){const xt=Dt[_t];for(const Gt of xt){let Be=0,Ot=0;for(const{target:Pe,value:Ee}of Gt.sourceLinks){let nn=Ee*(Pe.layer-Gt.layer);Be+=Nt(Gt,Pe)*nn,Ot+=nn}if(!(Ot>0))continue;let vn=(Be/Ot-Gt.y0)*jt;Gt.y0+=vn,Gt.y1+=vn,Y(Gt)}S===void 0&&xt.sort(OX),bt(xt,Ct)}}function bt(Dt,jt){const Ct=Dt.length>>1,Ft=Dt[Ct];ft(Dt,Ft.y0-b,Ct-1,jt),Z(Dt,Ft.y1+b,Ct+1,jt),ft(Dt,g,Dt.length-1,jt),Z(Dt,a,0,jt)}function Z(Dt,jt,Ct,Ft){for(;Ct<Dt.length;++Ct){const _t=Dt[Ct],xt=(jt-_t.y0)*Ft;xt>1e-6&&(_t.y0+=xt,_t.y1+=xt),jt=_t.y1+b}}function ft(Dt,jt,Ct,Ft){for(;Ct>=0;--Ct){const _t=Dt[Ct],xt=(_t.y1-jt)*Ft;xt>1e-6&&(_t.y0-=xt,_t.y1-=xt),jt=_t.y0-b}}function Y({sourceLinks:Dt,targetLinks:jt}){if(I===void 0){for(const{source:{sourceLinks:Ct}}of jt)Ct.sort(UHt);for(const{target:{targetLinks:Ct}}of Dt)Ct.sort(VHt)}}function Et(Dt){if(I===void 0)for(const{sourceLinks:jt,targetLinks:Ct}of Dt)jt.sort(UHt),Ct.sort(VHt)}function V(Dt,jt){let Ct=Dt.y0-(Dt.sourceLinks.length-1)*b/2;for(const{target:Ft,width:_t}of Dt.sourceLinks){if(Ft===jt)break;Ct+=_t+b}for(const{source:Ft,width:_t}of jt.targetLinks){if(Ft===Dt)break;Ct-=_t}return Ct}function Nt(Dt,jt){let Ct=jt.y0-(jt.targetLinks.length-1)*b/2;for(const{source:Ft,width:_t}of jt.targetLinks){if(Ft===Dt)break;Ct+=_t+b}for(const{target:Ft,width:_t}of Dt.sourceLinks){if(Ft===jt)break;Ct-=_t}return Ct}return q}var l2t=Math.PI,h2t=2*l2t,$9=1e-6,wen=h2t-$9;function f2t(){this._x0=this._y0=this._x1=this._y1=null,this._=""}function WHt(){return new f2t}f2t.prototype=WHt.prototype={constructor:f2t,moveTo:function(i,a){this._+="M"+(this._x0=this._x1=+i)+","+(this._y0=this._y1=+a)},closePath:function(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")},lineTo:function(i,a){this._+="L"+(this._x1=+i)+","+(this._y1=+a)},quadraticCurveTo:function(i,a,f,g){this._+="Q"+ +i+","+ +a+","+(this._x1=+f)+","+(this._y1=+g)},bezierCurveTo:function(i,a,f,g,w,v){this._+="C"+ +i+","+ +a+","+ +f+","+ +g+","+(this._x1=+w)+","+(this._y1=+v)},arcTo:function(i,a,f,g,w){i=+i,a=+a,f=+f,g=+g,w=+w;var v=this._x1,b=this._y1,E=f-i,_=g-a,S=v-i,I=b-a,B=S*S+I*I;if(w<0)throw new Error("negative radius: "+w);if(this._x1===null)this._+="M"+(this._x1=i)+","+(this._y1=a);else if(B>$9)if(!(Math.abs(I*E-_*S)>$9)||!w)this._+="L"+(this._x1=i)+","+(this._y1=a);else{var F=f-v,R=g-b,q=E*E+_*_,X=F*F+R*R,rt=Math.sqrt(q),at=Math.sqrt(B),ut=w*Math.tan((l2t-Math.acos((q+B-X)/(2*rt*at)))/2),pt=ut/at,yt=ut/rt;Math.abs(pt-1)>$9&&(this._+="L"+(i+pt*S)+","+(a+pt*I)),this._+="A"+w+","+w+",0,0,"+ +(I*F>S*R)+","+(this._x1=i+yt*E)+","+(this._y1=a+yt*_)}},arc:function(i,a,f,g,w,v){i=+i,a=+a,f=+f,v=!!v;var b=f*Math.cos(g),E=f*Math.sin(g),_=i+b,S=a+E,I=1^v,B=v?g-w:w-g;if(f<0)throw new Error("negative radius: "+f);this._x1===null?this._+="M"+_+","+S:(Math.abs(this._x1-_)>$9||Math.abs(this._y1-S)>$9)&&(this._+="L"+_+","+S),f&&(B<0&&(B=B%h2t+h2t),B>wen?this._+="A"+f+","+f+",0,1,"+I+","+(i-b)+","+(a-E)+"A"+f+","+f+",0,1,"+I+","+(this._x1=_)+","+(this._y1=S):B>$9&&(this._+="A"+f+","+f+",0,"+ +(B>=l2t)+","+I+","+(this._x1=i+f*Math.cos(w))+","+(this._y1=a+f*Math.sin(w))))},rect:function(i,a,f,g){this._+="M"+(this._x0=this._x1=+i)+","+(this._y0=this._y1=+a)+"h"+ +f+"v"+ +g+"h"+-f+"Z"},toString:function(){return this._}};function YHt(i){return function(){return i}}function men(i){return i[0]}function ven(i){return i[1]}var yen=Array.prototype.slice;function xen(i){return i.source}function ken(i){return i.target}function Een(i){var a=xen,f=ken,g=men,w=ven,v=null;function b(){var E,_=yen.call(arguments),S=a.apply(this,_),I=f.apply(this,_);if(v||(v=E=WHt()),i(v,+g.apply(this,(_[0]=S,_)),+w.apply(this,_),+g.apply(this,(_[0]=I,_)),+w.apply(this,_)),E)return v=null,E+""||null}return b.source=function(E){return arguments.length?(a=E,b):a},b.target=function(E){return arguments.length?(f=E,b):f},b.x=function(E){return arguments.length?(g=typeof E=="function"?E:YHt(+E),b):g},b.y=function(E){return arguments.length?(w=typeof E=="function"?E:YHt(+E),b):w},b.context=function(E){return arguments.length?(v=E??null,b):v},b}function Ten(i,a,f,g,w){i.moveTo(a,f),i.bezierCurveTo(a=(a+g)/2,f,a,w,g,w)}function Cen(){return Een(Ten)}function _en(i){return[i.source.x1,i.y0]}function Sen(i){return[i.target.x0,i.y1]}function Aen(){return Cen().source(_en).target(Sen)}const XHt=class aOt{static next(a){return new aOt(a+ ++aOt.count)}constructor(a){this.id=a,this.href=`#${a}`}toString(){return"url("+this.href+")"}};XHt.count=0;let QHt=XHt;const Len={left:len,right:hen,center:fen,justify:HHt},Men={draw:function(i,a,f,g){const{securityLevel:w,sankey:v}=Re(),b=YFt.sankey;let E;w==="sandbox"&&(E=xr("#i"+a));const _=xr(w==="sandbox"?E.nodes()[0].contentDocument.body:"body"),S=w==="sandbox"?_.select(`[id="${a}"]`):xr(`[id="${a}"]`),I=(v==null?void 0:v.width)??b.width,B=(v==null?void 0:v.height)??b.width,F=(v==null?void 0:v.useMaxWidth)??b.useMaxWidth,R=(v==null?void 0:v.nodeAlignment)??b.nodeAlignment,q=(v==null?void 0:v.prefix)??b.prefix,X=(v==null?void 0:v.suffix)??b.suffix,rt=(v==null?void 0:v.showValues)??b.showValues,at=g.db.getGraph(),ut=Len[R],pt=10;ben().nodeId(ft=>ft.id).nodeWidth(pt).nodePadding(10+(rt?15:0)).nodeAlign(ut).extent([[0,0],[I,B]])(at);const mt=TW(NLe);S.append("g").attr("class","nodes").selectAll(".node").data(at.nodes).join("g").attr("class","node").attr("id",ft=>(ft.uid=QHt.next("node-")).id).attr("transform",function(ft){return"translate("+ft.x0+","+ft.y0+")"}).attr("x",ft=>ft.x0).attr("y",ft=>ft.y0).append("rect").attr("height",ft=>ft.y1-ft.y0).attr("width",ft=>ft.x1-ft.x0).attr("fill",ft=>mt(ft.id));const gt=({id:ft,value:Y})=>rt?`${ft}
+${q}${Math.round(Y*100)/100}${X}`:ft;S.append("g").attr("class","node-labels").attr("font-family","sans-serif").attr("font-size",14).selectAll("text").data(at.nodes).join("text").attr("x",ft=>ft.x0<I/2?ft.x1+6:ft.x0-6).attr("y",ft=>(ft.y1+ft.y0)/2).attr("dy",`${rt?"0":"0.35"}em`).attr("text-anchor",ft=>ft.x0<I/2?"start":"end").text(gt);const ht=S.append("g").attr("class","links").attr("fill","none").attr("stroke-opacity",.5).selectAll(".link").data(at.links).join("g").attr("class","link").style("mix-blend-mode","multiply"),bt=(v==null?void 0:v.linkColor)||"gradient";if(bt==="gradient"){const ft=ht.append("linearGradient").attr("id",Y=>(Y.uid=QHt.next("linearGradient-")).id).attr("gradientUnits","userSpaceOnUse").attr("x1",Y=>Y.source.x1).attr("x2",Y=>Y.target.x0);ft.append("stop").attr("offset","0%").attr("stop-color",Y=>mt(Y.source.id)),ft.append("stop").attr("offset","100%").attr("stop-color",Y=>mt(Y.target.id))}let Z;switch(bt){case"gradient":Z=ft=>ft.uid;break;case"source":Z=ft=>mt(ft.source.id);break;case"target":Z=ft=>mt(ft.target.id);break;default:Z=bt}ht.append("path").attr("d",Aen()).attr("stroke",Z).attr("stroke-width",ft=>Math.max(1,ft.width)),g8(void 0,S,0,F)}},Den=i=>i.replaceAll(/^[^\S\n\r]+|[^\S\n\r]+$/g,"").replaceAll(/([\n\r])+/g,`
+`).trim(),Ien=LX.parse.bind(LX);LX.parse=i=>Ien(Den(i));const Oen=Object.freeze(Object.defineProperty({__proto__:null,diagram:{parser:LX,db:cen,renderer:Men}},Symbol.toStringTag,{value:"Module"}));return x2});